]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - CHANGELOG
Prepare 2009.03
[karo-tx-uboot.git] / CHANGELOG
1 commit 9e78dae2b276c5bf9ab92cd85173f6cb92b1b7d5
2 Author: Vivek Kutal <vivek.kutal@azingo.com>
3 Date:   Mon Feb 23 21:35:11 2009 +0530
4
5     Replaced endpoint numbers with appropriate macros in usbtty.c.
6
7     Signed-off-by: Vivek Kutal <vivek.kutal@azingo.com>
8     Signed-off-by: Remy Bohmer <linux@bohmer.net>
9
10 commit a43ea5cc6d612471fbc74f0a26b2bea5864aa1d6
11 Author: Jon Smirl <jonsmirl@gmail.com>
12 Date:   Thu Mar 19 23:04:18 2009 -0400
13
14     .gitignore for generated files in api_examples directory
15
16     Add .gitignore for generated files in api_examples directory
17
18     Signed-off-by: Jon Smirl <jonsmirl@gmail.com>
19     Signed-off-by: Wolfgang Denk <wd@denx.de>
20
21 commit 40281a9ca21a6b6d7b996b4d4eeaa19026337231
22 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
23 Date:   Wed Mar 18 12:27:04 2009 +0900
24
25     net: sh_eth: Remove sh_eth_reset() from halt function
26
27     sh_eth_reset is function to reset Ether IP.
28     The MAC address is stored in IP, but it is initialized by this function.
29     OS (e.g. Linux Kernel) can not use this device when initialized.
30     This revises this problem.
31
32     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
33
34 commit f8853d105da7d69bc92a5b4578f9b85234e558ec
35 Author: Anatolij Gustschin <agust@denx.de>
36 Date:   Fri Mar 20 12:45:50 2009 +0100
37
38     ppc4xx: Fix bug in PCI outbound map configuration for canyonlands
39
40     PCI outbound address map configuration doesn't match the
41     PCI memory address range covered by appropriate TLB entry
42     configuration for canyonlands causing machine check
43     exceptions while accessing PCI memory regions. This patch
44     provides a fix for this issue.
45
46     Kazuaki Ichinohe observed and reported this issue while
47     testing display output with PCI ATI video card on canyonlands.
48
49     Signed-off-by: Anatolij Gustschin <agust@denx.de>
50     Signed-off-by: Stefan Roese <sr@denx.de>
51
52 commit 7a88601a34132548c3c591ea87ab3468b51121b0
53 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
54 Date:   Fri Mar 6 10:09:37 2009 -0500
55
56     CFI: geometry reversal for STMicro M29W320DT
57
58     Follow up to the flash_fixup_stm to fix geometry reversal
59     on STMicro M29W320ET flash chip. The M29W320DT has 4 erase region.
60
61     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
62     Signed-off-by: Stefan Roese <sr@denx.de>
63
64 commit 069f4364d807d7fdea3de7385ad2f8d83c587aec
65 Author: Mike Frysinger <vapier@gentoo.org>
66 Date:   Wed Feb 25 17:29:40 2009 -0500
67
68     smc911x_eeprom: update register API
69
70     The smc911x driver changed the naming convention for its register funcs,
71     so update the eeprom code accordingly.
72
73     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
74     CC: Ben Warren <biggerbadderben@gmail.com>
75
76 commit 6a397ef0e6c58caab8bf427d447714bc9b3bb9d4
77 Author: Grzegorz Bernacki <gjb@semihalf.com>
78 Date:   Tue Mar 17 10:06:39 2009 +0100
79
80     mpc52xx: Get rid of board-specific #ifdef's in cpu/mpc5xxx/ide.c
81
82     Total5200 and digsy MTC use I2C port 2 pins as a ATA chip select.
83     To avoid adding board-specific ifdefs to cpu/mpc5xxx/ide.c new
84     define CONFIG_SYS_ATA_CS_ON_I2C2 was introduced. It is used by
85     Total5200 and will be used by digsy MTC and other boards with
86     ATA CS on I2C pins.
87
88     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
89
90 commit 1b6275dfb173bd2edb8f208dd050d6f47ae39654
91 Author: Heiko Schocher <hs@denx.de>
92 Date:   Thu Mar 12 07:37:34 2009 +0100
93
94     8xx: add support for new keymile kmsupx4 board.
95
96     This patch adds support for the kmsupx4 board from Keymile,
97     based on a Freescale MPC852T CPU
98
99     - serial console on SMC1
100     - 32 MB SDRAM
101     - 32 MB NOR Flash
102     - Ethernet over SCC3
103     - I2C Bitbang
104
105     Signed-off-by: Heiko Schocher <hs@denx.de>
106
107 commit d044954fe2a7e7a3dd104eb9c9d2104e38da2911
108 Author: Heiko Schocher <hs@denx.de>
109 Date:   Thu Mar 12 07:37:28 2009 +0100
110
111     8xx, mgsuvd: rename board to a more generic name
112
113     renaming the "mgsuvd" board port into "km8xx", because
114     there come more similar boards from keymile.
115     Compiling the mgsuvd board with "make mgsuvd_config"
116     remains.
117
118     Signed-off-by: Heiko Schocher <hs@denx.de>
119
120 commit 18b2f35bde1672e074a3d5048383cb56fda745cb
121 Author: Heiko Schocher <hs@denx.de>
122 Date:   Thu Mar 12 07:37:23 2009 +0100
123
124     8xx, mgsuvd: Coding Style cleanup config file
125
126     Signed-off-by: Heiko Schocher <hs@denx.de>
127
128 commit 364123db6730d32330f818b65360d2cd27396667
129 Author: Heiko Schocher <hs@denx.de>
130 Date:   Thu Mar 12 07:37:18 2009 +0100
131
132     powerpc: common updates for keymile boards
133
134     - added to keymile-common.h:
135       - bootcount support
136       - COMMAND HISTORY
137       - CONFIG_AUTO_COMPLETE
138       - CONFIG_SYS_FLASH_PROTECTION
139       - JFFS2 support
140       - CONFIG_VERSION_VARIABLE
141     - extracted common I2C settings for all boards
142     - common default environment settings summarized
143
144     Signed-off-by: Heiko Schocher <hs@denx.de>
145
146 commit 506f391888b82d1b83bdd749c3cea9eb2fd64df8
147 Author: Heiko Schocher <hs@denx.de>
148 Date:   Thu Mar 12 07:37:15 2009 +0100
149
150     8xx, icache: enabling ICache not before running from RAM
151
152     with the new CONFIG_SYS_DELAYED_ICACHE config option, ICache
153     is not enabled before code runs from RAM.
154
155     Signed-off-by: Heiko Schocher <hs@denx.de>
156
157 commit cabf7b9c83bd780a5805ddbb4c0ce431d5b9f9f3
158 Author: Heiko Schocher <hs@denx.de>
159 Date:   Thu Mar 12 07:37:11 2009 +0100
160
161     82xx, mgcoge: fix environment sector size
162
163     Size of one environment sector is 0x20000.
164
165     Signed-off-by: Heiko Schocher <hs@denx.de>
166
167 commit 27057d416c7cc9eb1860953da8836352c07f13e9
168 Author: Ladislav Michl <ladis@linux-mips.org>
169 Date:   Mon Mar 16 23:27:31 2009 +0100
170
171     NetStar: config reindentation
172
173     Fix indentation broken by symbol renames. "Sort" driver related definitons.
174
175     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
176
177 commit 8d8235f84d3ef3f29b7d14e741369b5824b5bb4a
178 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
179 Date:   Tue Mar 17 11:21:43 2009 +0000
180
181     ColdFire: Fix incorrect definition
182
183     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
184
185 commit 9017d9325a5067b2ab0d70a2d3c907620c9ab7f8
186 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
187 Date:   Mon Mar 2 19:16:45 2009 +0000
188
189     ColdFire: Fix M5329EVB and M5373EVB nand issue
190
191     The Nand flash was unable to read and write properly
192     due to Nand Chip Select (nCE) setup was in reverse
193     order. Also, increase the Nand time out value to 60.
194
195     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
196
197 commit 42b68af1062f75bb4a91cf47e329a7e8100cd815
198 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
199 Date:   Tue Jan 27 15:19:35 2009 +0000
200
201     ColdFire: PLATFORM_CPPFLAGS updates for new compiler
202
203     Update PLATFORM_CPPFLAGS to accept 4.3.x version of
204     ColdFire compiler.
205
206     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
207
208 commit d6e4baf49987fc6f75e8574c0c27301a828b3132
209 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
210 Date:   Tue Jan 27 12:57:47 2009 +0000
211
212     ColdFire: Provide gzip image size V2 & V3 platforms
213
214     Default gzip bootm size is 8MB. Some platforms require
215     more than 8MB
216
217     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
218
219 commit c3a9e6374210679a81f611c1bcf968988bc20e41
220 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
221 Date:   Wed Feb 18 11:49:31 2009 +0000
222
223     ColdFire: Fix M54451 serial boot dram setup
224
225     The serial boot dram extended/standard mode register was not
226     setup and was using default DRAM setup causing the U-boot was
227     unstable to boot up in serial mode.
228
229     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
230
231 commit 32d11d58159a575f08a982cad8a5a941ffe5cc3d
232 Author: arun c <arun.edarath@gmail.com>
233 Date:   Thu Dec 4 15:57:15 2008 +0530
234
235     Coldfire: XL Bus minor fixes
236
237     According to coldfire manual data timeout > address time out
238     also use correct macro to program XARB_CFG
239
240     Signed-off-by: Arun C <arunedarath@mistralsolutions.com>
241
242 commit 65d8bc94d8214812ccdf3372d3fef845cf4ec2e5
243 Author: Scott Wood <scottwood@freescale.com>
244 Date:   Tue Mar 17 12:06:04 2009 -0500
245
246     NAND: Have nboot accept .e and .i as legacy no-ops.
247
248     This was intended to happen before, but a trivial bug prevented it.
249
250     Signed-off-by: Scott Wood <scottwood@freescale.com>
251
252 commit 0987505540918b2464b73069af3a5b766dbd3ceb
253 Author: Ladislav Michl <ladis@linux-mips.org>
254 Date:   Fri Mar 13 14:38:19 2009 +0100
255
256     NAND: Make nboot skip bad blocks
257
258     nboot command currently does not skip bad blocks and gives read error when
259     loading image stored over bad block. With patch applied, nboot works as
260     expected:
261
262     Device 0 bad blocks:
263       00780000
264       014a0000
265       02000000
266       02cc0000
267       04aa0000
268
269     Loading from NAND 128MiB 3,3V 8-bit, offset 0x2c00000
270        Image Name:   Linux-2.6.22-omap1
271        Created:      2008-11-20  23:44:32 UTC
272        Image Type:   ARM Linux Kernel Image (uncompressed)
273        Data Size:    1052520 Bytes =  1 MB
274        Load Address: 10008000
275        Entry Point:  10008000
276     Skipping bad block 0x02cc0000
277     Automatic boot of image at addr 0x10400000 ...
278     ...
279
280     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
281     Signed-off-by: Scott Wood <scottwood@freescale.com>
282
283 commit 0b2f38fe3c4555dd2b81c69880403c13ad723153
284 Author: Stefan Roese <sr@denx.de>
285 Date:   Thu Mar 12 07:27:25 2009 +0100
286
287     ppc4xx: lwmon5: Only use one CS (rank) in DDR2 configuration
288
289     This patch fixes a problem spotted by Mikhail Zolotaryov on Sequoia with
290     the DDR2 configuration to only use one CS (rank). As this code is most
291     likely copied from the original Sequoia version, this error was copied
292     as well.
293
294     This patch also removes some dead code.
295
296     Signed-off-by: Stefan Roese <sr@denx.de>
297
298 commit 9199b9cc8f56aca26504b48cf702176208f46e54
299 Author: Stefan Roese <sr@denx.de>
300 Date:   Thu Mar 12 07:24:40 2009 +0100
301
302     ppc4xx: PMC440: Only use one CS (rank) in DDR2 configuration
303
304     This patch fixes a problem spotted by Mikhail Zolotaryov on Sequoia with
305     the DDR2 configuration to only use one CS (rank). As this code is most
306     likely copied from the original Sequoia version, this error was copied
307     as well.
308
309     Signed-off-by: Stefan Roese <sr@denx.de>
310
311 commit ee86fd15e1ccda4be41f1dba82b8c9efea9a3145
312 Author: Mikhail Zolotaryov <lebon@lebon.org.ua>
313 Date:   Wed Mar 11 10:54:46 2009 +0200
314
315     Fix AMCC Sequoia board DDR memory configuration
316
317     Sequoia board schematics (DES0211_11_SCH_11.pdf, page 5, unit U1D)
318     specifies that BankSel#1 is not connected, while bootloader memory
319     configuration is (board/amcc/sequoia/sdram.c):
320            mtsdram(DDR0_10, 0x00000300);
321     i.e. both Chip Selects used - not correct.
322
323     If we change to correct value here:
324            mtsdram(DDR0_10, 0x00000100);
325     memory is accessible OK also.
326
327     Signed-off-by: Mikhail Zolotaryov <lebon@lebon.org.ua>
328     Signed-off-by: Stefan Roese <sr@denx.de>
329
330 commit b3dd629e78870ba2dc9f8032978721c0fa02a856
331 Author: Wolfgang Denk <wd@denx.de>
332 Date:   Sun Mar 15 22:40:09 2009 +0100
333
334     Prepare 2009.03-rc2
335
336     Update CHANEGLOG, fix minor coding style issue.
337
338     Signed-off-by: Wolfgang Denk <wd@denx.de>
339
340 commit 394d30dd1ee23b80fd5e59e17ebe0feca927ab31
341 Author: Jerry Van Baren <gvb.uboot@gmail.com>
342 Date:   Fri Mar 13 11:40:10 2009 -0400
343
344     mpc83xx: Add bank configuration to FSL spd_sdram.c
345
346     The routine assumed 4 bank SDRAMs, enhance to configure for 4 or 8
347     bank SDRAMs.
348
349     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
350     Acked-by: Dave Liu <daveliu@freescale.com>
351     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
352
353 commit b581626c1e2474a3dadf69d4f0e0582eccbc4235
354 Author: Norbert van Bolhuis <nvbolhuis@aimvalley.nl>
355 Date:   Fri Mar 13 08:58:14 2009 +0100
356
357     mpc83xx: correctly set encryption and I2C bus 0 clock
358
359     This patch makes sure the correct mask is applied when setting
360     the encryption and I2C bus 0 clock in SCCR.
361     Failing to do so may lead to ENCCM being 0 in which case I2C bus 0
362     won't function.
363
364     Signed-off-by: Norbert van Bolhuis <nvbolhuis@aimvalley.nl>
365     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
366
367 commit e6a6a704151c2d7e4a7b485545b48a6020ccca17
368 Author: Dirk Behme <dirk.behme@googlemail.com>
369 Date:   Thu Mar 12 19:30:50 2009 +0100
370
371     OMAP3: Add support for OMAP3 die ID
372
373     Read and store OMAP3 die ID in U-Boot environment.
374
375     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
376
377 commit f949bd8d089ec3059c460ac829c0d919e1d7af0e
378 Author: Jon Smirl <jonsmirl@gmail.com>
379 Date:   Wed Mar 11 15:08:56 2009 -0400
380
381     MPC5200 FEC MII speed register
382
383     Set a non-zero speed in the MII register so that MII commands will work.
384
385     Signed-off-by: Jon Smirl <jonsmirl@gmail.com>
386
387 commit 94a353611b93ac4cb4434a5f7e98aa0902da919e
388 Author: Yusuke.Goda <goda.yusuke@renesas.com>
389 Date:   Fri Mar 13 16:08:18 2009 +0900
390
391     sh: ap325rxa: Change the wait cycle in the area 5
392
393     Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
394     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
395
396 commit 2db0e1278b9f11263e0a13326b57d4f99781f7ac
397 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
398 Date:   Wed Feb 25 16:04:26 2009 +0900
399
400     sh: Fix cannot work rtl8139 on r2dplus
401
402     The rtl8139 driver use pci_mem_to_phys. So it need PCI system memory
403     registration.
404
405     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
406     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
407
408 commit 64f3c0b8ba99d6651db59273e497ab5e857c8d4f
409 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
410 Date:   Fri Feb 27 18:35:41 2009 +0900
411
412     sh: Add netdev header fixing of warning/build
413
414     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
415     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
416
417 commit ada9318252f51c2626e9837c623f9812b0308dea
418 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
419 Date:   Tue Mar 3 15:11:17 2009 +0900
420
421     sh: Add support 32-Bit Extended Address Mode to sh7785lcr
422
423     We can built 'make sh7785lcr_32bit_config'. And add new command "pmb"
424     for this mode. This command changes PMB for using 512MB system memory.
425
426     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
427     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
428
429 commit 06b18163b57e6b0349b0c299222d50e7b1e41e50
430 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
431 Date:   Wed Feb 25 14:26:42 2009 +0900
432
433     sh: Add some register value configurable to PCI of SH7780
434
435     Some register value was hardcoded for System memory size 128MB and
436     memory offset 0x08000000. This patch fixed the problem.
437
438     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
439     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
440
441 commit 06e2735eb85cbea7cecb3c308d6d078b3651b22c
442 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
443 Date:   Wed Feb 25 14:26:52 2009 +0900
444
445     sh: Add system memory registration to PCI for SH4
446
447     It is necessary for some pci device driver.
448
449     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
450     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
451
452 commit b3061b40db691245a7bb9a55354b4edacbf3902d
453 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
454 Date:   Wed Feb 25 14:26:55 2009 +0900
455
456     sh: Add value for PCI system memory registration of sh7785lcr
457
458     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
459     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
460
461 commit 6d84ae3956a6cd7aebd86f661130752594e60124
462 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
463 Date:   Tue Mar 3 15:11:08 2009 +0900
464
465     sh: Add macros for SH-4A 32-Bit Address Extended Mode
466
467     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
468     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
469
470 commit 3e3eec39de8fe0ae62e6e4d4e3fa4442ee9ed6b1
471 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
472 Date:   Tue Feb 3 13:35:05 2009 +0900
473
474     sh: use write{8,16,32} in ms7720se lowlevel_init
475
476     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
477     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
478
479 commit 0452352df118bc9dd684a056aaaa5fb4aed1178a
480 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
481 Date:   Mon Mar 9 18:07:53 2009 -0500
482
483     tsec: report when there is no vendor specific PHY support
484
485     Commit af1c2b84 added a generic phy support, with an ID of zero
486     and a 32 bit mask; meaning that it will match on any PHY ID.
487
488     The problem is that there is a test that checked if a matching
489     PHY was found, and if not, it printed the non-matching ID.
490     But since there will always be a match (on the generic PHY,
491     worst case), this test will never trip.
492
493     In the case of a misconfigured PHY address, or of a PHY that
494     isn't explicitly supported outside of the generic support,
495     you will never see the ID of 0xffffffff, or the ID of the
496     real (but unsupported) chip.  It will silently fall through
497     onto the generic support.
498
499     This change makes that test useful again, and ensures that
500     the selection of generic PHY support doesn't happen without
501     some sort of notice.  It also makes it explicitly clear that
502     the generic PHY must be last in the PHY table.
503
504     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
505     Acked-by: Andy Fleming <afleming@freescale.com>
506
507 commit c279dfc10186ceba78d3862036f158750e86599a
508 Author: Wolfgang Denk <wd@denx.de>
509 Date:   Mon Mar 9 10:53:05 2009 +0100
510
511     SIMPC8313 board: fix out of tree building.
512
513     Fix typo in makefile which broke out of tree builds.
514
515     Also use expolicit "rm" instead of "ln -sf" which is known to be
516     unreliable.
517
518     Signed-off-by: Wolfgang Denk <wd@denx.de>
519     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
520
521 commit 49b5aff491bd574935ecaf8545152066a25eff3d
522 Author: ksi@koi8.net <ksi@koi8.net>
523 Date:   Mon Feb 23 10:53:13 2009 -0800
524
525     Add eTSEC 1/2 IO override control (corrected)
526
527     This adds tsec12ioovcr to include/asm-ppc/immap_85xx.h (was reserved.)
528
529     Signed-off-by: Sergey Kubushyn <ksi@koi8.net>
530
531 commit 48c2b7bb432da84fcce05b4db6efad0be73a93dc
532 Author: Andy Fleming <afleming@freescale.com>
533 Date:   Fri Mar 6 19:05:52 2009 -0600
534
535     fsl: Remove unnecessary debug printfs
536
537     These were left in accidentally, and are not really useful unless the
538     code is as broken as it was when it was being developed.
539
540     Signed-off-by: Andy Fleming <afleming@freescale.com>
541
542 commit 0ee84b88b78bce425190d8cd7adf4c30cba0c2f0
543 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
544 Date:   Tue Feb 24 02:37:59 2009 -0600
545
546     Fix mpc85xx ddr-gen3 ddr_sdram_cfg.
547
548     Commit e1be0d25, "32bit BUg fix for DDR2 on 8572" prevented other
549     sdram_cfg bits (such as ecc and self_refresh_in_sleep) from being set.
550
551     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
552
553 commit a922fdb87af25c25c032424908dcf60fbf3250ea
554 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
555 Date:   Tue Feb 24 06:13:10 2009 +0100
556
557     PXA: timer use do_div and simplify it
558
559     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
560
561 commit 4b00d1aa82b6af9b4e628a5729a12086e44558b3
562 Author: Wolfgang Denk <wd@denx.de>
563 Date:   Mon Mar 9 10:51:39 2009 +0100
564
565     SIMPC8313 board: fix out of tree building.
566
567     Fix typo in makefile which broke out of tree builds.
568
569     Also use expolicit "rm" instead of "ln -sf" which is known to be
570     unreliable.
571
572     Signed-off-by: Wolfgang Denk <wd@denx.de>
573
574 commit f70fd13e2fe4cf58e251271c27f9c06e141d7f9a
575 Author: Heiko Schocher <hs@denx.de>
576 Date:   Tue Feb 24 11:30:51 2009 +0100
577
578     8360, kmeter1: added bootcount feature.
579
580     add CONFIG_BOOTCOUNT_LIMIT feature for 8360 CPU.
581
582     The bootcounter uses 8 bytes from the muram,
583     because no other memory was found on this
584     CPU for the bootcount feature. So we must
585     correct the muram size in DTS before booting
586     Linux.
587
588     This feature is actual only implemented for
589     MPC8360, because not all 83xx CPU have qe,
590     and therefore no muram, which this feature
591     uses.
592
593     Signed-off-by: Heiko Schocher <hs@denx.de>
594     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
595
596 commit 1e7ed2565031e01abc18c713030a0a9829c07684
597 Author: Heiko Schocher <hs@denx.de>
598 Date:   Tue Feb 24 11:30:48 2009 +0100
599
600     83xx, kmeter: QE_ENET10 errata for Silicon Revision 2.1
601
602     old code implemented the QE_ENET10 errata only for Silicon
603     Revision 2.0. New code reads now the Silicon Revision
604     register and sets dependend on the Silicon Revision the
605     values as advised in the QE_ENET10 errata.
606
607     Signed-off-by: Heiko Schocher <hs@denx.de>
608     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
609
610 commit 605f78e34a3f0103693b891f2573edd352e7d495
611 Author: Heiko Schocher <hs@denx.de>
612 Date:   Tue Feb 24 11:30:44 2009 +0100
613
614     83xx, kmeter1: updates for 2009.03
615
616     - HRCW update
617       HRCWH_BOOTSEQ_DISABLE not HRCWH_BOOTSEQ_NORMAL
618       HRCWH_LALE_EARLY added
619     - DDR-SDRAM settings modified. This solves sporadically
620       problems with this memory.
621     - CS1 now 128 MB window size
622     - CS3 now 512 MB window size
623     - PRAM activated
624     - MTDPARTS_DEFAULT defined
625     - CONFIG_HOSTNAME added
626     - MONITOR_LEN now 384 KB
627
628     Signed-off-by: Heiko Schocher <hs@denx.de>
629     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
630
631 commit 118cbe3c35c898f8d020b29d6dc180307cacf147
632 Author: Heiko Schocher <hs@denx.de>
633 Date:   Tue Feb 24 11:30:40 2009 +0100
634
635     83xx, kmeter1: autodetect size of DDR II RAM
636
637     it is possible that some board variants have different DDR II
638     RAM sizes. So we autodetect the size of the assembled RAM.
639
640     Signed-off-by: Heiko Schocher <hs@denx.de>
641     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
642
643 commit c1bce4fff750d734b1fa7467eb08f93902c97ca6
644 Author: Heiko Schocher <hs@denx.de>
645 Date:   Tue Feb 24 11:30:37 2009 +0100
646
647     83xx, i2c: add mux support for fsl_i2c
648
649     This patch adds I2C mux support for the fsl_i2c driver. This
650     allows you to add "new" i2c busses, which are reached over
651     i2c muxes. For more infos, please look in the README and
652     search for CONFIG_I2C_MUX.
653
654     Signed-off-by: Heiko Schocher <hs@denx.de>
655     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
656
657 commit 19f0e93041dbfe22f8d39b98e4f7f9ea87b77803
658 Author: Heiko Schocher <hs@denx.de>
659 Date:   Tue Feb 24 11:30:34 2009 +0100
660
661     83xx, kmeter1: add I2C, dtt, eeprom support
662
663     This patch adds I2C support for the Keymile kmeter1 board.
664     It uses the First I2C Controller from the CPU, for
665     accessing 4 temperature sensors, an eeprom with IVM data
666     and the booteeprom over a pca9547 mux.
667
668     Signed-off-by: Heiko Schocher <hs@denx.de>
669     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
670
671 commit db1d72afd77287bc8577210f3f71ab249dcf146f
672 Author: Heiko Schocher <hs@denx.de>
673 Date:   Tue Feb 24 11:30:30 2009 +0100
674
675     i2c, dtt: move dtt_init () to board_init_r ()
676
677     In case where a board not uses CONFIG_POST, it is not
678     necessary to init the DTTs when running from flash.
679
680     Signed-off-by: Heiko Schocher <hs@denx.de>
681     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
682
683 commit 5b0055547f0246908b79cc300170d87380b69e18
684 Author: Dave Liu <daveliu@freescale.com>
685 Date:   Wed Feb 25 12:31:32 2009 +0800
686
687     83xx: Fix some bugs in spd sdram code
688
689     1. RD_TO_PRE missed to add the AL, and need min 2 clocks for
690       tRTP according to DDR2 JEDEC spec.
691     2. WRTORD - tWTR need min 2 clocks according to DDR2 JEDEC spec.
692     3. add the support of DDR2-533,667,800 DIMMs
693     4. cpo
694     5. make the AL to min to gain better performance.
695
696     The Micron MT9HTF6472CHY-667D1 DIMMs test passed on
697     MPC837xEMDS platform at 266MHz/333MHz/400MHz data rate.
698
699     items 1, 2 and 5:
700     Acked-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
701
702     Reported-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
703     Signed-off-by: Dave Liu <daveliu@freescale.com>
704     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
705
706 commit b7be63abec45858c044f0fbd6aeef524c4663f9b
707 Author: Valeriy Glushkov <gvv@lstec.com>
708 Date:   Wed Feb 4 18:27:49 2009 +0200
709
710     MPC8349ITX: several config issues fixed
711
712     The previous version rebooted forever with DDR bigger than 256MB.
713     Access the DS1339 RTC chip is on I2C1 bus.
714     Allow DHCP.
715
716     Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
717     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
718
719 commit 7e2ec1de1d2d723b59d7dd2fb85ff71b952d63af
720 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
721 Date:   Thu Feb 19 18:20:39 2009 +0300
722
723     mpc83xx: MPC837XEMDS: Initialize SerDes before negating PCIE reset signal
724
725     The SerDes initialization should be finished before negating the reset
726     signal according to the reference manual. This isn't an issue on real
727     hardware, but we'd better stick to the specifications anyway.
728
729     Suggested-by: Liu Dave <DaveLiu@freescale.com>
730     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
731     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
732
733 commit 9c2d63ec0e9520948b6d598ea32e9aa4e0de847f
734 Author: Heiko Schocher <hs@denx.de>
735 Date:   Wed Feb 25 12:28:32 2009 +0100
736
737     i2c, dtt: move dtt_init () to board_init_r ()
738
739     it is not necessary to init the DTTs so early,
740     so move this init to board_init_r ().
741
742     Signed-off-by: Heiko Schocher <hs@denx.de>
743
744 commit 00cc5595a7caac8066b408774383a956c2e26797
745 Author: Anatolij Gustschin <agust@denx.de>
746 Date:   Wed Feb 25 20:28:13 2009 +0100
747
748     lcd: Fix compilation warning in common/lcd.c
749
750     Fix following warning while compilation for mcc200 board:
751
752     lcd.c: In function 'lcd_display_bitmap':
753     lcd.c:625: warning: unused variable 'cmap'
754
755     Signed-off-by: Anatolij Gustschin <agust@denx.de>
756
757 commit f5a77a09c93fe7f04c0c56f64ea436f7d318d674
758 Author: Graeme Russ <graeme.russ@gmail.com>
759 Date:   Tue Feb 24 21:11:24 2009 +1100
760
761     Moved SC520 Files (fix commit 407976185e0dda2c90e89027121a1071b9c77bfb)
762
763     Fixes commit 407976185e0dda2c90e89027121a1071b9c77bfb
764
765     Signed-off-by: Graeme Russ <graeme.russ at gmail.com>
766
767 commit 75ba6d693b8f6247aa4b81323a2ee2fa28222215
768 Author: Mike Frysinger <vapier@gentoo.org>
769 Date:   Mon Feb 23 10:29:47 2009 -0500
770
771     smc911x: split out useful defines/functions into local header
772
773     The smc911x driver has a lot of useful defines/functions which can be used
774     by pieces of code (such as example eeprom programmers).  Rather than
775     forcing each place to duplicate these defines/functions, split them out
776     of the smdc911x driver into a local header.
777
778     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
779     Acked-by: Ben Warren <biggerbadderben@gmail.com>
780     CC: Sascha Hauer <s.hauer@pengutronix.de>
781     CC: Guennadi Liakhovetski <lg@denx.de>
782     CC: Magnus Lilja <lilja.magnus@gmail.com>
783     CC: Ben Warren <biggerbadderben@gmail.com>
784
785 commit a2bb7105a79af8f2ffa9f87256fce6c1cbcbd8e1
786 Author: Guennadi Liakhovetski <lg@denx.de>
787 Date:   Tue Feb 24 10:44:02 2009 +0100
788
789     ARM: add an "eet" variant of the imx31_phycore board
790
791     The "eet" variant of the imx31_phycore board has an OLED display, using a
792     s6e63d6 display controller on the first SPI interface, using GPIO57 as a
793     chip-select for it. With this configuration you can display 256 colour BMP
794     images in 16-bit RGB (RGB565) LCD mode.
795
796     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
797     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
798
799 commit 0c99f6ab31c5635874ba7a2e8d37791bfbf02f8f
800 Author: Guennadi Liakhovetski <lg@denx.de>
801 Date:   Fri Feb 6 10:37:57 2009 +0100
802
803     video: add an i.MX31 framebuffer driver
804
805     Add a driver for the Synchronous Display Controller and the Display
806     Interface on i.MX31, using IPU for DMA channel setup. So far only
807     displaying of bitmaps is supported, no text output.
808
809     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
810     Acked-by: Anatolij Gustschin <agust@denx.de>
811
812 commit b245e65ee3c4cce3ccf008a21f4528239655876c
813 Author: Guennadi Liakhovetski <lg@denx.de>
814 Date:   Fri Feb 6 10:37:53 2009 +0100
815
816     LCD: support 8bpp BMPs on 16bpp displays
817
818     This patch also simplifies some ifdefs in lcd.c, introduces a generic
819     vidinfo_t, which new drivers are encouraged to use and old drivers to switch
820     over to.
821
822     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
823     Acked-by: Anatolij Gustschin <agust@denx.de>
824
825 commit a303dfb0e9a93e516ea9427b5c09543d5f74ade1
826 Author: Mark Jackson <mpfj@mimc.co.uk>
827 Date:   Fri Feb 6 10:37:49 2009 +0100
828
829     Add 16bpp BMP support
830
831     This patch adds 16bpp BMP support to the common lcd code.
832
833     Use CONFIG_BMP_16BPP and set LCD_BPP to LCD_COLOR16 to enable the code.
834
835     At the moment it's only been tested on the MIMC200 AVR32 board, but extending
836     this to other platforms should be a simple task !!
837
838     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
839     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
840     Acked-by: Anatolij Gustschin <agust@denx.de>
841
842 commit 689551c5ff1b394b88412f3df22144e79468d3a9
843 Author: Guennadi Liakhovetski <lg@denx.de>
844 Date:   Fri Feb 6 10:37:41 2009 +0100
845
846     A driver for the S6E63D6 SPI display controller from Samsung
847
848     This is a driver for the S6E63D6 SPI OLED display controller from Samsung.
849     It only provides access to controller's registers so the client can freely
850     configure it.
851
852     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
853     Acked-by: Anatolij Gustschin <agust@denx.de>
854
855 commit fc7a93c84f3f134484811a0d9ad751fbc1a7da6d
856 Author: Guennadi Liakhovetski <lg@denx.de>
857 Date:   Fri Feb 13 09:26:40 2009 +0100
858
859     i.MX31: support GPIO as a chip-select in the mxc_spi driver
860
861     Some SPI devices have special requirements on chip-select handling.
862     With this patch we can use a GPIO as a chip-select and strictly follow
863     the SPI_XFER_BEGIN and SPI_XFER_END flags.
864
865     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
866     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
867
868 commit b30de3cccf8867566cd314e7c7033904afa5dc9d
869 Author: Guennadi Liakhovetski <lg@denx.de>
870 Date:   Sat Feb 7 01:18:07 2009 +0100
871
872     i.MX31: add a simple gpio driver
873
874     This is a minimal driver, so far only managing output. It will
875     be used by the mxc_spi.c driver.
876
877     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
878     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
879
880 commit f9b6a1575d9f1ca192e4cb60e547aa66f08baa3f
881 Author: Guennadi Liakhovetski <lg@denx.de>
882 Date:   Sat Feb 7 00:09:12 2009 +0100
883
884     i.MX31: fix SPI driver for shorter than 32 bit
885
886     Fix setting the SPI Control register, 8 and 16-bit transfers
887     and a wrong pointer in the free routine in the mxc_spi driver.
888
889     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
890     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
891
892 commit 7e91558032a0c1932dd7f4f562f9c7cc55efc496
893 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
894 Date:   Thu Feb 19 18:20:52 2009 +0300
895
896     mpc83xx: MPC837XERDB: Add PCIe support
897
898     On MPC8377E-RDB and MPC8378E-RDB boards we have PCIe and mini-PCIe
899     slots. Let's support them.
900
901     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
902     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
903
904 commit 50a4d08e8f31debbd4ea12caf1265f3643c38d5b
905 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
906 Date:   Thu Feb 19 18:20:50 2009 +0300
907
908     mpc83xx: PCI: Fix hard-coded first_busno value
909
910     We should use pci_last_busno() in pci_init_bus(), otherwise we'll
911     erroneously re-use PCI0's first_busno for PCI1 hoses.
912
913     NOTE: The patch is untested. All MPC83xx FSL boards I have have
914     PCI1 in miniPCI form, for which I don't have any cards handy.
915
916     But looking in cpu/mpc85xx/pci.c:
917     ...
918     #ifdef CONFIG_MPC85XX_PCI2
919             hose = &pci_hose[1];
920
921             hose->first_busno = pci_hose[0].last_busno + 1;
922
923     And considering that we do the same for MPC83xx PCI-E support,
924     I think this patch is correct.
925
926     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
927     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
928
929 commit a5878d427128c1a9226045ebe05fbadaa02eb9dd
930 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
931 Date:   Thu Feb 19 18:20:46 2009 +0300
932
933     mpc83xx: PCI: Fix bus-range fdt fixups for PCI1 controllers
934
935     This patch fixes copy-paste issue: pci_hose[0]'s first and last
936     busnos were used to fixup pci1's nodes.
937
938     We don't see this bug triggering only because Linux reenumerate
939     buses anyway.
940
941     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
942     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
943
944 commit b24a99f6666ac278ec9f9c1334518af828833d19
945 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
946 Date:   Thu Feb 19 18:20:44 2009 +0300
947
948     mpc83xx: PCIe: Fix CONFIG_PCI_SCAN_SHOW reporting bogus values
949
950     This patch fixes an issue in config space read accessors: we should
951     fill-in the value even if we fail (e.g. skipping devices), otherwise
952     CONFIG_PCI_SCAN_SHOW reports bogus values during boot up.
953
954     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
955     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
956
957 commit e2d72ba543c7b6924b5b5d393dcd80b2b9c3a022
958 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
959 Date:   Thu Feb 19 18:20:42 2009 +0300
960
961     mpc83xx: PCIe: Don't start bus enumeration at 0
962
963     Currently we assign first_busno = 0 for the first PCIe hose, but this
964     scheme won't work if we have ordinary PCI hose already registered (its
965     first_busno value is 0 too).
966
967     The old code worked fine only because we have PCI disabled on
968     MPC837XEMDS boards in stand-alone mode (see commit 00f7bbae92e3b13f2b3
969     "mpc83xx: fix PCI scan hang on the standalone MPC837xE-MDS boards").
970     But on MPC837XERDB boards we have PCI and PCIe, so the bug actually
971     triggers.
972
973     So, to fix the issue, we should use pci_last_busno() + 1 for the
974     first_busno (i.e. last available busno).
975
976     Reported-by: Huang Changming <Chang-Ming.Huang@freescale.com>
977     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
978     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
979
980 commit cc2a8c7751ddbae3116660064f446888538b93e9
981 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
982 Date:   Thu Feb 19 18:20:41 2009 +0300
983
984     PCI: Add pci_last_busno() helper
985
986     This is just a handy routine that reports last PCI busno: we walk
987     down all the hoses and return last hose's last_busno.
988
989     Will be used by PCI/PCIe initialization code.
990
991     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
992     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
993
994 commit bd76729bcbfd64b5d016a9b936f058931fc06eaf
995 Author: Becky Bruce <beckyb@kernel.crashing.org>
996 Date:   Mon Feb 23 13:56:51 2009 -0600
997
998     MPC86xx: set CONFIG_MAX_MEM_MAPPED to 2G by default
999
1000     Currently, we get 256MB as the default, but since all the 86xx
1001     board configs define a 2G BAT mapping for RAM, raise default
1002     to 2G.
1003
1004     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
1005     Acked-by: Jon Loeliger <jdl@freescale.com>
1006
1007 commit 2331e18b9df0ab98ebf3ab44c0efea1311949aaa
1008 Author: Becky Bruce <beckyb@kernel.crashing.org>
1009 Date:   Thu Feb 12 10:43:32 2009 -0600
1010
1011     mpc8641hpcn: Indicate 36-bit addr map in boot messages
1012
1013     If 36-bit addressing is enabled, print a message on the console
1014     when we boot.
1015
1016     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
1017
1018 commit 2f70c49e5b9813635ad73666aa30f304c7fdeda9
1019 Author: Heiko Schocher <hs@denx.de>
1020 Date:   Tue Feb 10 09:38:52 2009 +0100
1021
1022     netloop: speed up NetLoop
1023
1024     NetLoop polls every cycle with getenv some environment variables.
1025     This is horribly slow, especially when the environment is big.
1026
1027     This patch reads only the environment variables in NetLoop,
1028     when they were changed.
1029
1030     Also moved the init part of the NetLoop function in a seperate
1031     function.
1032
1033     Signed-off-by: Heiko Schocher <hs@denx.de>
1034     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1035
1036 commit ad2d16393e9f684e4a9255f42e8bfdd819b67a87
1037 Author: Mike Frysinger <vapier@gentoo.org>
1038 Date:   Mon Dec 22 02:56:07 2008 -0500
1039
1040     smc911x_eeprom: new example app for managing newer SMC parts
1041
1042     A forward port of the last version to work with the newer smc911x driver.
1043     I only have a board with a LAN9218 part on it, so that is the only one
1044     I've tested.  But there isn't anything in this that would make it terribly
1045     chip specific afaik.
1046
1047     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1048     CC: Sascha Hauer <s.hauer@pengutronix.de>
1049     CC: Guennadi Liakhovetski <lg@denx.de>
1050     CC: Magnus Lilja <lilja.magnus@gmail.com>
1051     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1052
1053 commit 736323a490b664ec0edc3ddb2c1c4a6824db45c6
1054 Author: Pieter Henning <phenning@vastech.co.za>
1055 Date:   Sun Feb 22 23:17:15 2009 -0800
1056
1057     Added Vitesse VSC8211 definitions to TSEC driver
1058
1059     Added the struct containing PHY settings for the Vitesse VSC8211 phy to
1060     the phy_info list in tsec.c
1061
1062     Signed-off-by: Pieter Henning <phenning@vastech.co.za>
1063     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1064
1065 commit 32688e572ff96715b41420e9a7f280db6c399b65
1066 Author: Wolfgang Denk <wd@denx.de>
1067 Date:   Mon Feb 23 00:22:21 2009 +0100
1068
1069     Update CHANGELOG;  Prepare 2009.03-rc1
1070
1071     Signed-off-by: Wolfgang Denk <wd@denx.de>
1072
1073 commit 80b827c2b78329c6503b271e43d9eb693d644710
1074 Author: Wolfgang Denk <wd@denx.de>
1075 Date:   Sun Feb 22 23:45:40 2009 +0100
1076
1077     ARM: synchronize mach-types.h with linux v2.6.29-rc5-315-g683fdc5
1078
1079     The file was generated from building versatile_defconfig.
1080
1081     Signed-off-by: Wolfgang Denk <wd@denx.de>
1082
1083 commit 14209ac13ff631e36c9a9dd426c59c2e2f5dab00
1084 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
1085 Date:   Sun Feb 22 14:24:11 2009 +0900
1086
1087     MIPS: Fix GCC-4.2 'discards qualifiers from pointer target type' warnings
1088
1089     Compiling dbau1x00 and gth2 boards with GCC-4.2, you would see new warnings
1090     like this:
1091
1092     skuribay@ubuntu:u-boot.git$ ./MAKEALL dbau1000
1093     Configuring for dbau1x00 board...
1094     au1x00_eth.c: In function 'au1x00_send':
1095     au1x00_eth.c:158: warning: passing argument 1 of 'virt_to_phys' discards qualifiers from pointer target type
1096     au1x00_eth.c: In function 'au1x00_recv':
1097     au1x00_eth.c:211: warning: passing argument 1 of 'virt_to_phys' discards qualifiers from pointer target type
1098     au1x00_eth.c: In function 'au1x00_init':
1099     au1x00_eth.c:252: warning: passing argument 1 of 'virt_to_phys' discards qualifiers from pointer target type
1100     au1x00_eth.c: In function 'au1x00_recv':
1101     au1x00_eth.c:211: warning: passing argument 1 of 'virt_to_phys' discards qualifiers from pointer target type
1102     au1x00_eth.c: In function 'au1x00_init':
1103     au1x00_eth.c:252: warning: passing argument 1 of 'virt_to_phys' discards qualifiers from pointer target type
1104     au1x00_eth.c: In function 'au1x00_send':
1105     au1x00_eth.c:158: warning: passing argument 1 of 'virt_to_phys' discards qualifiers from pointer target type
1106
1107     We're passing a volatile pointer to a function which is expecting a non-
1108     volatile pointer.  That's potentially dangerous, so gcc warns about it.
1109     Confirmed with ELDK 4.2 (GCC 4.2.2) and Sourcey G++ 4.2 (GCC 4.2.3).
1110
1111     To fix this, we add a volatile attribute to the argument in question.
1112     The virt_to_phys function in Linux kernel also does the same thing.
1113
1114     Signed-off-by: Stefan Roese <sr@denx.de>
1115     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
1116
1117 commit aba45c85b22f8c57fc2fedba8e948e06c2e2f5b3
1118 Author: Dirk Behme <dirk.behme@googlemail.com>
1119 Date:   Fri Feb 20 17:51:28 2009 +0100
1120
1121     OMAP3: Clean up MMC code
1122
1123     Clean up OMAP3 MMC code:
1124
1125     * Convert register access to struct & readx/writex style
1126     * Replace hardcode values by macros
1127     * Remove macro defined twice
1128
1129     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
1130
1131 commit cfcdf4a9b361d015c0debac73fbf7c511df4a934
1132 Author: Dirk Behme <dirk.behme@googlemail.com>
1133 Date:   Thu Feb 12 18:55:43 2009 +0100
1134
1135     OMAP3: Pandora: Update pin mux
1136
1137     Clock pin must have input enabled for MMC3 to work.
1138     Also enable pull-ups for cmd/data lines to be consistent
1139     with remaining MMC host pin setup.
1140
1141     Signed-off-by: Grazvydas Ignotas <notasas@gmail.com>
1142
1143 commit 6530a8bf8a0274b9419141e4c2c5a235cce5380f
1144 Author: Dirk Behme <dirk.behme@googlemail.com>
1145 Date:   Thu Feb 12 18:55:42 2009 +0100
1146
1147     OMAP3: Add OMAP3 auto detection
1148
1149     This patch adds OMAP3 cpu type auto detection based on OMAP3 register
1150     and removes hardcoded values.
1151
1152     Signed-off-by: Steve Sakoman <sakoman@gmail.com>
1153     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
1154
1155 commit f956fd0338f4990793a10f767929ba4963665261
1156 Author: Dirk Behme <dirk.behme@googlemail.com>
1157 Date:   Thu Feb 12 18:55:41 2009 +0100
1158
1159     OMAP3: Beagle: Add board revision detection
1160
1161     With BeagleBoard revision C some HW changes are introduced (e.g. PinMUX)
1162     which might need different software handling. For this, GPIO pin 171 (GPIO
1163     module 6, offset 11) can be used to check for board revision. If this pin
1164     is low, we have a rev C board. Else it must be a revision Ax or Bx board.
1165
1166     To handle board differences you can call function beagle_get_revision().
1167     E.g.:
1168
1169     if (beagle_get_revision()) {
1170
1171     /* do special revision C stuff here */
1172
1173     }
1174
1175     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
1176
1177 commit 288f3cd912918b97919d13b6f7fb13fbddf74d68
1178 Author: Dirk Behme <dirk.behme@googlemail.com>
1179 Date:   Thu Feb 12 18:55:40 2009 +0100
1180
1181     OMAP3: Overo: Clean up pin mux and GPIO configuration
1182
1183     * Make Overo GPIO114 an input for touchscreen PENDOWN
1184     * Make Overo GPIO144-147 readable
1185     * Make Overo EHCI pinmux match beagle rev c setup
1186     * Adjust pinmux for SMSC911X network chip support
1187     * Remove unnecessary GPIO setup
1188     * Fix merge error in Makefile
1189
1190     Signed-off-by: Steve Sakoman <sakoman@gmail.com>
1191     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
1192
1193 commit 2579019b8248e5f166e60e37065766efc8a49dbc
1194 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1195 Date:   Sun Feb 22 17:08:41 2009 +0100
1196
1197     nmdk8815: fix onenand support
1198
1199     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1200
1201 commit 0176c03a2469676df5bf19cf93a1a6f582f6a120
1202 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1203 Date:   Sun Feb 22 17:56:50 2009 +0100
1204
1205     nomadik/nand: fix 'ecc512' discards qualifiers from pointer target type
1206
1207     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1208
1209 commit 9751a456f702ba2fcdfd1bdbc0138927ef007858
1210 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1211 Date:   Sun Feb 22 17:49:43 2009 +0100
1212
1213     davinci: fix implicit declaration of function 'davinci_errata_workarounds'
1214
1215     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1216
1217 commit 4f5728987f4f9f7845688482aa2b7f2127768165
1218 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1219 Date:   Sun Feb 22 15:49:28 2009 +0100
1220
1221     arm: add uart dcc support
1222
1223     Serial driver via the EmbeddedICE macrocell's DCC channel using
1224     co-processor 14.
1225
1226     It does include a timeout to ensure that the system does not
1227     totally freeze when there is nothing connected to read.
1228
1229     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1230
1231 commit 0cd18fa982f9a8c1a90ce971379a7d6408976d48
1232 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
1233 Date:   Fri Nov 21 14:35:56 2008 -0500
1234
1235     ARM DaVinci: Add common peripherals and modules enable functions.
1236
1237     Taken all the duplicated code for enabling common modules and apply
1238     software workarounds from the board specific code into common
1239     functions. Also added comments explaining the workarounds
1240     (from TI errata documents) and replaced some numerical bit numbers
1241     with more meaningful defines.
1242
1243     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
1244
1245 commit d3be1bcae7a8207e0a79ffd035d0e90f80378295
1246 Author: Alessandro Rubini <rubini@unipv.it>
1247 Date:   Mon Feb 9 15:53:33 2009 +0100
1248
1249     Enable Ethernet for Nomadik 8815 Evaluation Kit
1250
1251     This trivially enables Ethernet support in the debug board
1252     by setting up the proper chip select.
1253
1254     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
1255     Acked-by: Andrea Gallo <andrea.gallo@stnwireless.com>
1256
1257 commit 0d8c6eab2481046e9446264bfe9402bb98ddf433
1258 Author: Alessandro Rubini <rubini@unipv.it>
1259 Date:   Mon Feb 9 15:53:31 2009 +0100
1260
1261     Nand driver for Nomadik SoC
1262
1263     This driver implements the ECC algorithm described in
1264     the CPU data sheet and uses the OOB layout chosen in
1265     already-released development systems (shipped with a custom-made
1266     u-boot 1.3.1).
1267
1268     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
1269     Acked-by: Andrea Gallo <andrea.gallo@stnwireless.com>
1270
1271 commit ef339cc2b68e4cbef3f9376a45315e1b974bbd8d
1272 Author: Alessandro Rubini <rubini@unipv.it>
1273 Date:   Mon Feb 9 15:53:31 2009 +0100
1274
1275     Added nomadik.h header
1276
1277     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
1278     Acked-by: Andrea Gallo <andrea.gallo@stnwireless.com>
1279
1280 commit 60ece6d8043d1dd80f5dd32c541213716d624b19
1281 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
1282 Date:   Wed Oct 29 20:05:18 2008 +0900
1283
1284     r8a66597-hcd: fix cannot use external hub
1285
1286     Fix the problem that cannot use external hub, because this driver
1287     did not control correctly a DEVADDx register.
1288
1289     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
1290     Signed-off-by: Remy Bohmer <linux@bohmer.net>
1291
1292 commit e1ffaee728190e76a4596a3579d94e730143585f
1293 Author: Mike Frysinger <vapier@gentoo.org>
1294 Date:   Thu Feb 19 01:20:27 2009 -0500
1295
1296     Blackfin: disable syscontrol code for now
1297
1298     Looks like the initcode updates fell out of order during my merges.  The
1299     patch that really fixes up this code is part of power-on overhaul and so
1300     is too large for merging at this point.  Instead, we can disable the code
1301     as no currently in-tree board depends on it.  The next merge window will
1302     fix things up properly.
1303
1304     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1305
1306 commit 1b228d68f54832edd867ef98520f760f68192ab7
1307 Author: Mike Frysinger <vapier@gentoo.org>
1308 Date:   Thu Feb 19 01:19:49 2009 -0500
1309
1310     Blackfin: bf537-stamp: fix I2C board defines
1311
1312     The previous merge for cleaning up the I2C driver incorrectly reverted the
1313     CFG_xxx rename for some of the I2C defines.
1314
1315     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1316     Signed-off-by: Heiko Schocher <hs@denx.de>
1317
1318 commit 09fee8e8677a6265e89144ccc163bf00e321769e
1319 Author: Wolfgang Denk <wd@denx.de>
1320 Date:   Sun Feb 22 01:19:52 2009 +0100
1321
1322     Coding Style cleanup; update CHANGELOG
1323
1324     Signed-off-by: Wolfgang Denk <wd@denx.de>
1325
1326 commit 1dcb50afbb63a439320a985380a0af2dca079d1e
1327 Author: Wolfgang Denk <wd@denx.de>
1328 Date:   Sun Feb 22 01:17:47 2009 +0100
1329
1330     Makefile: fix cleanup
1331
1332     Commit e4943ec5 moved the ARM boards to a vendor directory but forgot
1333     to adapt the cleanup rules in the Makefile
1334
1335     Signed-off-by: Wolfgang Denk <wd@denx.de>
1336
1337 commit edff7bcc4d5540df8b416274652ff02e94c38b9e
1338 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
1339 Date:   Fri Feb 20 13:01:56 2009 -0500
1340
1341     Cleanup the comment for m68k linux boot argument passing.
1342
1343     This patch clarifies the way m68k passes linux boot argument.
1344     The one gotcha here is that the assembly instruction that
1345     the compiler uses to jump to the kernel is 'jsr' which pushes the
1346     program counter for the instruction after the jsr into the stack pointer.
1347
1348     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
1349     Signed-off-by: Wolfgang Denk <wd@denx.de>
1350
1351 commit 4d41650eec959668280a612467bd95c7b8398513
1352 Author: Peter Griffin <pgriffin@mpc-data.co.uk>
1353 Date:   Tue Feb 10 16:44:45 2009 +0000
1354
1355     sh: Fix rsk7203 in tree build
1356
1357     Signed-off-by: Peter Griffin <pgriffin@mpc-data.co.uk>
1358
1359 commit fca0cecff73db99d99ad094cca7980472b8a11b5
1360 Author: Minkyu Kang <mk7.kang@samsung.com>
1361 Date:   Wed Feb 18 09:05:52 2009 +0900
1362
1363     bootm: Reduce the unnecessary memmove
1364
1365     Although load address and image start address are same address,
1366     bootm command always does memmove.
1367     That is unnecessary memmove and can be taken few milliseconds
1368     (about 500 msec to 1000 msec).
1369     If skip this memmove, we can reduce the boot time.
1370
1371     Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
1372
1373 commit 670cbde8da83690fed1064c3358f54ae1d693ed2
1374 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
1375 Date:   Sun Feb 15 22:29:15 2009 +0100
1376
1377     fpga: Fix Spartan III FPGA booting
1378
1379     This patch does some minor fixing of the Xilinx Spartan III
1380     FPGA boot code:
1381
1382     - Fixed call order of post configuration callback and
1383       success message printing (result of copy-paste?)
1384     - remove obsolete comment
1385     - minor coding style cleanup
1386
1387     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
1388
1389 commit 3818b677641038d27b2663fbd6771ad38c932f86
1390 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
1391 Date:   Sun Feb 15 22:28:36 2009 +0100
1392
1393     fpga: Fix Spartan II FPGA booting
1394
1395     This patch does some minor fixing of the Xilinx Spartan II
1396     FPGA boot code:
1397
1398     - Fixed call order of post configuration callback and
1399       success message printing (result of copy-paste?)
1400     - relocate post configuration callback only when it
1401       is implemented
1402     - remove obsolete comment
1403     - minor coding style cleanup
1404
1405     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
1406
1407 commit b4746d8bf9f4ed6dc8a76c5d52db669604aff84b
1408 Author: Mike Frysinger <vapier@gentoo.org>
1409 Date:   Wed Feb 11 20:26:52 2009 -0500
1410
1411     drivers/serial/ns16550: move ifdef into Makefile COBJS-$(...)
1412
1413     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1414
1415 commit 6bcb4b806cef8a5dd08fac9a4a672b96d9ee804e
1416 Author: Derek Ou <dou@siconix.com>
1417 Date:   Tue Feb 3 16:00:07 2009 -0700
1418
1419     lcd_putc bug fix for tab.
1420
1421     Signed-off-by: Derek Ou <dou@siconix.com>
1422
1423 commit 35c9e14d8096e519fe76c953a43d52a09617345c
1424 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
1425 Date:   Mon Feb 2 09:46:21 2009 +0900
1426
1427     MIPS: cpu/mips/Makefile: Add a missing START line
1428
1429     In the commit 79b51ff8205f0354d5300570614c1d2db499679c ([MIPS] cpu/mips/
1430     Makefile: Split [CS]OBJS onto separate lines), I wrongly deleted a START
1431     line.  This patch puts it back.
1432
1433     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
1434
1435 commit 9a63b7f4f8f3c99cf017e0d3d4a152dfcd913b5a
1436 Author: Wolfgang Denk <wd@denx.de>
1437 Date:   Sat Feb 21 21:51:21 2009 +0100
1438
1439     Enable ext2 support for TQM8xxL/M based boards
1440
1441     Signed-off-by: Wolfgang Denk <wd@denx.de>
1442
1443 commit e3ba7f137c7c454ad626cd0bd2e84d73c7a8644f
1444 Author: Tom Rix <Tom.Rix@windriver.com>
1445 Date:   Fri Feb 20 03:47:50 2009 +0100
1446
1447     ARM:PXA Use new definitions in mmc.h
1448
1449     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
1450     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1451
1452 commit 682beeac34dc9ab18fab58b26973d2e29d113717
1453 Author: Andy Fleming <afleming@freescale.com>
1454 Date:   Fri Feb 20 03:47:50 2009 +0100
1455
1456     Reduce the scope of PXA's mmc_read/mmc_write/mmc_bread functions
1457
1458     These names are being taken over by the new MMC framework.  Hopefuly
1459     the PXA can be easily ported, and these functions will go away entirely.
1460
1461     Signed-off-by: Andy Fleming <afleming@freescale.com>
1462     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1463
1464 commit b03d92e5584935886ff91d5aa0755dc8888b7187
1465 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1466 Date:   Fri Feb 20 03:47:50 2009 +0100
1467
1468     pxa: move mmc drivers to drivers/mmc
1469
1470     introduce new macro CONFIG_PXA_MMC to activate it
1471
1472     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1473
1474 commit 9490f465642c80c054854689a2ef1a77d65cf1f3
1475 Author: Tom Rix <Tom.Rix@windriver.com>
1476 Date:   Thu Feb 19 19:27:22 2009 -0600
1477
1478     ARM:PXA Remove redefinition of mmc_cid and mmc_csd.
1479
1480     These structures are defined in the common mmc.h
1481
1482     This was compile checked on cerf250.
1483
1484 commit 94a3312920b6f9b5da27309549fb73650718c10a
1485 Author: Micha Kalfon <smichak.uv@gmail.com>
1486 Date:   Wed Feb 11 19:50:11 2009 +0200
1487
1488     pxa: fixing get_timer to return time in miliseconds.
1489
1490     Fixing the get_timer function to return time in miliseconds instead of
1491     ticks. Also fixed PXA boards to use the conventional value of 1000 for
1492     CONFIG_SYS_HZ.
1493
1494     Signed-off-by: Micha Kalfon <smichak.uv@gmail.com>
1495
1496 commit e5e88c3614b79b54719905f66aefb51f9494bc1f
1497 Author: Tom Rix <Tom.Rix@windriver.com>
1498 Date:   Thu Feb 19 16:45:43 2009 -0600
1499
1500     ARM:OMAP3 Change mmc_init to mmc_legacy_init
1501
1502     omap3_mmc.c was changed to define mmc_legacy_init.
1503     Remove unused functions.
1504
1505     Compile tested on all arm
1506     Runtime tested on Zoom1.
1507
1508     Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
1509
1510 commit 9e80bb21629988063574f88ca0d28baadff4d963
1511 Author: Heiko Schocher <hs@denx.de>
1512 Date:   Thu Feb 19 17:23:58 2009 +0100
1513
1514     82xx, mgcoge: updates for 2009.03
1515
1516     - activate CS4 for accessing the FPGA
1517     - activate Rx buf len > 1 on SMC
1518     - pram activated
1519     - MTDPARTS_DEFAULT defined
1520     - update the size of the flashes in the DTS
1521       before booting Linux
1522     - MONITOR_LEN updated to 384k
1523     - added CONFIG_HOSTNAME
1524     - added CONFIG_ENV_BUFFER_PRINT
1525     - Environment size reduced to 16k
1526
1527     Signed-off-by: Heiko Schocher <hs@denx.de>
1528
1529 commit df909554e2401f307925e1bd45d576e4176d9de9
1530 Author: Heiko Schocher <hs@denx.de>
1531 Date:   Thu Feb 19 17:24:01 2009 +0100
1532
1533     8xx, mgsuvd: updates for 2009.03
1534
1535     - activate Rx buf len > 1 on SMC
1536     - pram activated
1537     - MTDPARTS_DEFAULT defined
1538     - update the size of the flash in the DTS
1539       before booting Linux
1540     - MONITOR_LEN updated to 384k
1541     - added CONFIG_HOSTNAME
1542     - added CONFIG_ENV_BUFFER_PRINT
1543     - Environment size reduced to 16k
1544
1545     Signed-off-by: Heiko Schocher <hs@denx.de>
1546
1547 commit 3511b4e208e12be85b532866f1c660aa2e021557
1548 Author: Dirk Behme <dirk.behme@googlemail.com>
1549 Date:   Wed Feb 18 19:59:39 2009 +0100
1550
1551     MMC: Don't use new framework code if not enabled
1552
1553     Don't use code of new MMC framework in cmd_mmc if CONFIG_GENERIC_MMC
1554     isn't enabled.
1555
1556     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
1557
1558 commit 32482be67775e00b4cbc49fba62347c1ecc6229c
1559 Author: Wolfgang Denk <wd@denx.de>
1560 Date:   Thu Feb 19 13:53:29 2009 +0100
1561
1562     TQM8xxL: make some room in low memory for future needs
1563
1564     THe TQM8xxL use a ahnd-optimized linker script to efficiently use the
1565     small boot sectors in the flash. This patch makes some room in the
1566     first sector to prepare for a size increase of lib_generic/vsprintf.o
1567     by a future patch.
1568
1569     Signed-off-by: Wolfgang Denk <wd@denx.de>
1570
1571 commit c157cec3c3f6dfc194532b3a3ca87f85b642962a
1572 Author: Kim Phillips <kim.phillips@freescale.com>
1573 Date:   Wed Feb 18 18:06:18 2009 -0600
1574
1575     README: remove duplicate entry
1576
1577     it's been around since the original commit (2ad6b513) that added two
1578     identical entries.
1579
1580     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
1581
1582 commit 1bba30efe1717bea13026e15c7c7d906419fac69
1583 Author: Wolfgang Denk <wd@denx.de>
1584 Date:   Thu Feb 19 00:41:08 2009 +0100
1585
1586     Coding style cleanup, update CHANGELOG
1587
1588     Signed-off-by: Wolfgang Denk <wd@denx.de>
1589
1590 commit 369d0aa9674b65c83f8553b9bcf9d207dc369223
1591 Author: Kim Phillips <kim.phillips@freescale.com>
1592 Date:   Wed Feb 18 17:43:59 2009 -0600
1593
1594     sata_sil3114: fix compiler warning
1595
1596     judging from other printfs in the same file, it seems ata should be
1597     postpended with the interface number, not the address of the global
1598     port variable.  Fixes this for current u-boot-mpc83xx tree:
1599
1600     Configuring for MPC8349ITX board...
1601     sata_sil3114.c: In function 'sata_bus_softreset':
1602     sata_sil3114.c:99: warning: format '%u' expects type 'unsigned int', but argument 2 has type 'struct sata_port *'
1603     sata_sil3114.c:108: warning: format '%u' expects type 'unsigned int', but argument 2 has type 'struct sata_port *'
1604
1605     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
1606
1607 commit f5675aa5ceeef30740970ab8ca0c8cbc324945cd
1608 Author: Ron Madrid <ron_madrid@sbcglobal.net>
1609 Date:   Wed Feb 18 14:30:44 2009 -0800
1610
1611     Create configuration option for restricted ns16550 functions
1612
1613     This patch will create a configuration option for a minimum configuration for
1614     the ns16550 serial driver at drivers/serial/ns16550.c and will apply this new
1615     configuration option to the SIMPC8313.h config file in order to fix the NAND
1616     bootstrap build error.  This option will exclude all functions with exception of
1617     NS16550_putc and NS16550_init.  This will be used primarily to save space and
1618     remove unused code from builds in which space is limited.
1619
1620     Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net>
1621
1622 commit 7b0bc0219db8981613259473cf19699ac259b4fb
1623 Author: Kim Phillips <kim.phillips@freescale.com>
1624 Date:   Wed Feb 18 16:14:29 2009 -0600
1625
1626     mkconfig: include board config.h before asm/config.h
1627
1628     swapping the include order suppresses warnings for board configs
1629     that define their own CONFIG_MAX_MEM_MAPPED:
1630
1631     In file included from /home/r1aaha/git/u-boot/include/config.h:5,
1632                     from /home/r1aaha/git/u-boot/include/common.h:35,
1633                     from simpc8313.c:26:
1634     /home/r1aaha/git/u-boot/include/configs/SIMPC8313.h:81:1: warning:
1635     "CONFIG_MAX_MEM_MAPPED" redefined
1636     In file included from /home/r1aaha/git/u-boot/include/config.h:4,
1637                     from /home/r1aaha/git/u-boot/include/common.h:35,
1638                     from simpc8313.c:26:
1639     /home/r1aaha/git/u-boot/include/asm/config.h:28:1: warning: this is
1640     the location of the previous definition
1641
1642     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
1643
1644 commit b8845abdc0dcf20d0944e965153f5ae7a9c3077c
1645 Author: Wolfgang Denk <wd@denx.de>
1646 Date:   Wed Feb 18 21:35:38 2009 +0100
1647
1648     Fix build errors after making flash_get_info() non-static
1649
1650     Fix for these build problems:
1651     error: static declaration of 'flash_get_info' follows non-static declaration
1652
1653     Signed-off-by: Wolfgang Denk <wd@denx.de>
1654
1655 commit b4996d6b2140e5da7f1c346f37a67b19907b307a
1656 Author: Stefan Roese <sr@denx.de>
1657 Date:   Wed Feb 18 13:18:00 2009 +0100
1658
1659     ppc4xx: PCIe: Change 16GB inbound memory to 4GB
1660
1661     This patch fixes a problem recently seen on some 4xx platforms. For
1662     example on Kilauea PCIe slot #0.
1663
1664     Signed-off-by: Stefan Roese <sr@denx.de>
1665
1666 commit f50fe4bd613c6d35a2c34055f02e9501dd6a9ad5
1667 Author: Stefan Roese <sr@denx.de>
1668 Date:   Wed Feb 18 14:05:37 2009 +0100
1669
1670     ppc4xx: Some more PMC405 coding-style cleanup
1671
1672     Signed-off-by: Stefan Roese <sr@denx.de>
1673
1674 commit 2f6eb9170bf91b72ea51dcea2a8b9c11b0e20bc5
1675 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
1676 Date:   Sun Feb 15 22:27:47 2009 +0100
1677
1678     ppc4xx: Update PMC405 board support
1679
1680     This patch prepares the good old PMC405 board support for
1681     upcoming PMC405V2 patches.
1682
1683     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
1684     Signed-off-by: Stefan Roese <sr@denx.de>
1685
1686 commit c553b5f4a0c77fc76e1d25e71c8aaa47657e2d6f
1687 Author: Matthias Fuchs <matthias.fuchs@esd.eu>
1688 Date:   Sun Feb 15 22:26:54 2009 +0100
1689
1690     ppc4xx: Cleanup PMC405 board support
1691
1692     This patch fixes coding style for PMC405 board support.
1693     Also some unneeded features/code is removed.
1694
1695     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
1696     Signed-off-by: Stefan Roese <sr@denx.de>
1697
1698 commit b4e85d0f37b5b924fbf834867ad6d0b31b86f667
1699 Author: Ilya Yanok <yanok@emcraft.com>
1700 Date:   Thu Feb 5 04:08:20 2009 +0100
1701
1702     qong: changes to Dave/DENX Qong configuration
1703
1704     1. Changes to the default environment:
1705       - "bootcmd" defined as "run flash_self"
1706       - "saveenv" command removed from "update"
1707       - "uboot" changed to "u-boot" (also in "load")
1708       - "addmtd" variable defined (and added to all boot commands)
1709     2. CONFIG_CMD_JFFS2 defined to enable "mtdparts" command
1710     3. MTDIDS_DEFAULT and MTDPARTS_DEFAULT defined
1711     4. CONFIG_SYS_CBSIZE changed from 256 to 512. That solves the problem
1712     with truncated "bootargs" environment variable.
1713
1714     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
1715
1716 commit 5f0320108870e5d62983d1d5c13a2a087dddf686
1717 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1718 Date:   Sun Feb 1 17:07:52 2009 +0100
1719
1720     common/console: avoid ifdef CONFIG_CONSOLE_MUX when it's possible
1721
1722     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1723
1724 commit ec6f14994602276660f7264c6ab3b91ef1f7614d
1725 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1726 Date:   Sun Feb 1 17:07:51 2009 +0100
1727
1728     common/console: coding style cleanup
1729
1730     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1731
1732 commit daaf74f176b548dfd34a9990231f4189201d57ba
1733 Author: Mike Frysinger <vapier@gentoo.org>
1734 Date:   Thu Jan 29 20:02:23 2009 -0500
1735
1736     mpc8xx_pcmcia: move CONFIG_8xx out of .c file and into Makefile
1737
1738     Move the CONFIG_8xx mpc8xx_pcmcia.c protection out of the C file and
1739     into the Makefile so we avoid pointless compiling of the file.
1740
1741     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1742
1743 commit 7bd2722e890bc877a3c057d7ccddc80451c99939
1744 Author: Mike Frysinger <vapier@gentoo.org>
1745 Date:   Thu Jan 29 20:02:07 2009 -0500
1746
1747     disk: convert part_* files to COBJ-$(CONFIG_XXX) style
1748
1749     Move the CONFIG_XXX out of the part_XXX.c file and into Makefile to
1750     avoid pointless compiles.
1751
1752     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1753
1754 commit f05fa9205e04986176dc7ab8b710bcb5fbe9f338
1755 Author: Petri Lehtinen <petri.lehtinen@inoi.fi>
1756 Date:   Thu Jan 29 10:35:40 2009 +0200
1757
1758     include/image.h: Ease grepping of image_* functions
1759
1760     Because the functions have been defined using macros, grepping for
1761     their definitions is not possible. This patch adds the real function
1762     names in comments.
1763
1764     Signed-off-by: Petri Lehtinen <petri.lehtinen@inoi.fi>
1765     Acked-by: Mike Frysinger <vapier@gentoo.org>
1766
1767 commit bdab39d358e63aa47f400a8a76b8d5f283842df3
1768 Author: Mike Frysinger <vapier@gentoo.org>
1769 Date:   Wed Jan 28 19:08:14 2009 -0500
1770
1771     rename CONFIG_CMD_ENV to CONFIG_CMD_SAVEENV
1772
1773     The CONFIG_CMD_ENV option controls enablement of the `saveenv` command
1774     rather than a generic "env" command, or anything else related to the
1775     environment.  So, let's make sure the define is named accordingly.
1776
1777     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1778
1779 commit 8b0592b89e0f9f81c9e150c81d96f8a43e4d6101
1780 Author: Valeriy Glushkov <gvv@lstec.com>
1781 Date:   Fri Jan 23 20:02:17 2009 +0200
1782
1783     disable imls command if no flash is defined
1784
1785     Default CONFIG_CMD_IMLS must be disabled when CONFIG_SYS_NO_FLASH is defined
1786
1787     Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
1788
1789 commit 923aa48126259c13de95131203f1d28bfa5cb889
1790 Author: Rafal Jaworowski <raj@semihalf.com>
1791 Date:   Fri Jan 23 13:27:18 2009 +0100
1792
1793     API: Improve glue mid-layer of the API demo application.
1794
1795     - Extend ub_dev_read() and ub_dev_recv() so they return the length actually
1796     read, which allows for better control and error handling (this introduces
1797     additional error code API_ESYSC returned by the glue mid-layer).
1798
1799     - Clean up definitions naming and usage.
1800
1801     - Other minor cosmetics.
1802
1803     Note these changes do not touch the API proper, so the interface between
1804     U-Boot and standalone applications remains unchanged.
1805
1806     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
1807
1808 commit 44a94e596ba0f6d0951b165403c520bf55b1c56f
1809 Author: Rafal Jaworowski <raj@semihalf.com>
1810 Date:   Fri Jan 23 13:27:17 2009 +0100
1811
1812     API: Only output test data when reading was successful.
1813
1814     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
1815
1816 commit 7fb6c4f9b06c5539043c8bfc6565710b8090841d
1817 Author: Rafal Jaworowski <raj@semihalf.com>
1818 Date:   Fri Jan 23 13:27:16 2009 +0100
1819
1820     API: Provide syscall entry point for the ARM architecture.
1821
1822     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
1823     Acked-by: Rafal Jaworowski <raj@semihalf.com>
1824
1825 commit b84d7d8f1e1066f810866304a16a3583f88e7c98
1826 Author: Rafal Jaworowski <raj@semihalf.com>
1827 Date:   Fri Jan 23 13:27:15 2009 +0100
1828
1829     API: Use stack pointer as API signature search hint in the glue layer.
1830
1831     De-hardcode range in RAM we search for the API signature. Instead use the stack
1832     pointer as a hint to narrow down the range in which the signature could reside
1833     (it is malloc'ed on the U-Boot heap, and is hoped to remain in some proximity
1834     from stack area). Adjust PowerPC code in API demo to the new scheme.
1835
1836     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
1837     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
1838
1839 commit 86b4bafdfaf669ede8fd99044abc7e27ea29b4f5
1840 Author: Wolfgang Denk <wd@denx.de>
1841 Date:   Tue Feb 17 10:26:38 2009 +0100
1842
1843     TQM8260: fix locations of kernel and ramdisk images in flash
1844
1845     After introducing redundant environment the kernel images was
1846     overlapping with environment.
1847
1848     Signed-off-by: Wolfgang Denk <wd@denx.de>
1849
1850 commit 2b68b23373f96199a0cafbfd7a9f79ed62381ebb
1851 Author: Heiko Schocher <hs@denx.de>
1852 Date:   Wed Feb 11 19:26:15 2009 +0100
1853
1854     83xx: add missing TIMING_CFG1_CASLAT_* defines
1855
1856     Signed-off-by: Heiko Schocher <hs@denx.de>
1857     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
1858
1859 commit c9e34fe2e86f7b6cc8260f4b24cbdc7dd81e04c5
1860 Author: Valeriy Glushkov <gvv@lstec.com>
1861 Date:   Thu Feb 5 14:35:21 2009 +0200
1862
1863     mpc8349itx: allow SATA boot from the onboard SIL1334
1864
1865     This patch allows using of SATA devices connected
1866     to the onboard PCI SIL1334 SATA controller.
1867
1868     Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
1869     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
1870
1871 commit e1ac387f4645499746856adc1aeaa9787da2eca6
1872 Author: Andy Fleming <afleming@freescale.com>
1873 Date:   Thu Oct 30 16:50:14 2008 -0500
1874
1875     83xx: Add eSDHC support on 8379 EMDS board
1876
1877     Signed-off-by: Andy Fleming <afleming@freescale.com>
1878
1879 commit 80522dc8369a89938369fbcee572e662373bc9a3
1880 Author: Andy Fleming <afleming@freescale.com>
1881 Date:   Thu Oct 30 16:51:33 2008 -0500
1882
1883     85xx: Add eSDHC support for 8536 DS
1884
1885     Signed-off-by: Andy Fleming <afleming@freescale.com>
1886
1887 commit 50586ef24ed5caf6ce5591df76f355009da2cd79
1888 Author: Andy Fleming <afleming@freescale.com>
1889 Date:   Thu Oct 30 16:47:16 2008 -0500
1890
1891     Add support for the Freescale eSDHC found on 8379 and 8536 SoCs
1892
1893     This uses the new MMC framework
1894
1895     Some contributions by Dave Liu <daveliu@freescale.com>
1896
1897     Signed-off-by: Andy Fleming <afleming@freescale.com>
1898
1899 commit 272cc70b211e945e4413122aa73868f6ada732a5
1900 Author: Andy Fleming <afleming@freescale.com>
1901 Date:   Thu Oct 30 16:41:01 2008 -0500
1902
1903     Add MMC Framework
1904
1905     Here's a new framework (based roughly off the linux one) for managing
1906     MMC controllers.  It handles all of the standard SD/MMC transactions,
1907     leaving the host drivers to implement only what is necessary to
1908     deal with their specific hardware.
1909
1910     This also hooks the infrastructure into the PowerPC board code
1911     (similar to how the ethernet infrastructure now hooks in)
1912
1913     Some of this code was contributed by Dave Liu <daveliu@freescale.com>
1914
1915     Signed-off-by: Andy Fleming <afleming@freescale.com>
1916
1917 commit 1de97f9856f697380cc504126ab92561ed238803
1918 Author: Andy Fleming <afleming@freescale.com>
1919 Date:   Thu Oct 30 16:31:39 2008 -0500
1920
1921     Eliminated arch-specific mmc header requirement
1922
1923     The current MMC infrastructure relies on the existence of an
1924     arch-specific header file.  This isn't necessary, and a couple
1925     drivers were forced to implement dummy files to meet this requirement.
1926     Instead, we move the stuff in those header files into a more appropriate
1927     place, and eliminate the stubs and the #include of asm/arch/mmc.h
1928
1929     Signed-off-by: Andy Fleming <afleming@freescale.com>
1930
1931 commit abb5466ccf4ce50f412d459586f4f4b81cb73ac3
1932 Author: Andy Fleming <afleming@freescale.com>
1933 Date:   Thu Oct 30 16:21:00 2008 -0500
1934
1935     Convert mmc_init to mmc_legacy_init
1936
1937     This is to get it out of the way of incoming MMC framework
1938
1939     Signed-off-by: Andy Fleming <afleming@freescale.com>
1940
1941 commit b2e2ed0233a5ef299361abec4fbdaefb63456eff
1942 Author: Andy Fleming <afleming@freescale.com>
1943 Date:   Thu Oct 30 16:19:25 2008 -0500
1944
1945     Eliminate support for using MMC as memory
1946
1947     MMC cards are not memory, so we stop treating them that way.
1948
1949     Signed-off-by: Andy Fleming <afleming@freescale.com>
1950
1951 commit e1be0d25ecf494ae81245ca438738ba839d6329b
1952 Author: Poonam_Aggrwal-b10812 <b10812@freescale.com>
1953 Date:   Sun Jan 4 08:46:38 2009 +0530
1954
1955     32bit BUg fix for DDR2 on 8572
1956
1957     This errata fix is required for 32 bit DDR2 controller on 8572.
1958     May  also be required for P10XX20XX platforms
1959
1960     Signed-off-by: Poonam_Agarwal-b10812 <b10812@lc1106.zin33.ap.freescale.net>
1961
1962 commit e0c4fac79d4d74572ddd43f75e7189cecca8d0ad
1963 Author: Andy Fleming <afleming@freescale.com>
1964 Date:   Mon Feb 16 09:40:20 2009 -0600
1965
1966     TQM85xx: Fix a couple warnings in TQM8548 build
1967
1968     The ecm variable in sdram.c was being declared for all 8548, but only
1969     used by specific 8548 boards, so we make that variable require those
1970     specific boards, too
1971
1972     The nand code was using an index "i" into a table, and then re-using "i"
1973     to set addresses for each upm.  However, then it relied on the old value
1974     of i still being there to enable things.  Changed the second "i" to "j"
1975
1976     Signed-off-by: Andy Fleming <afleming@freescale.com>
1977
1978 commit cf07a5baece0ecfc5284cfda8a4e68eaf92782f8
1979 Author: Wolfgang Grandegger <wg@grandegger.com>
1980 Date:   Wed Feb 11 18:38:26 2009 +0100
1981
1982     MPC85xx: TQM8548: workaround for erratum DDR 19 and 20
1983
1984     This patch adds the workaround for erratum DDR20 according to MPC8548
1985     Device Errata document, Rev. 1: "CKE signal may not function correctly
1986     after assertion of HRESET". Furthermore, the bug DDR19 is fixed in
1987     processor version 2.1 and the work-around must be removed.
1988
1989     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
1990
1991 commit 080408fdc71706adcb883d22125637c54f6010b1
1992 Author: Wolfgang Grandegger <wg@grandegger.com>
1993 Date:   Wed Feb 11 18:38:25 2009 +0100
1994
1995     MPC85xx: TQM8548: use cache for AG and BE variants
1996
1997     This patch makes accesses to the system memory cachable by removing the
1998     caching-inhibited and guarded flags from the relevant TLB entries for
1999     the TQM8548_BE and TQM8548_AG modules. FYI, the Freescale MPC85* boards
2000     are configured similarly.
2001
2002     This results in a big averall performace improvement. TFTP downloads,
2003     NAND Flash accesses, kernel boots, etc. are much faster.
2004
2005     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
2006
2007 commit dc5f55d636d7bf21ba17758fac4b929ec4c059f2
2008 Author: Wolfgang Grandegger <wg@grandegger.com>
2009 Date:   Wed Feb 11 18:38:24 2009 +0100
2010
2011     MPC85xx: TQM8548_AG: add 1 GiB DDR2-SDRAM configuration
2012
2013     This patch add support for the 1 GiB DDR2-SDRAM on the TQM8548_AG
2014     module.
2015
2016     Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
2017     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
2018
2019 commit 88b0e88d186479349e5a2b771e82775109e10fb4
2020 Author: Wolfgang Grandegger <wg@grandegger.com>
2021 Date:   Wed Feb 11 18:38:23 2009 +0100
2022
2023     MPC85xx: TQM8548: fix SDRAM timing for 533 MHz
2024
2025     According to new TQM8548 timing specification:
2026     Refresh Recovery: 34 -> 53 clocks
2027     CKE pulse width:  1 -> 3 cycles
2028     Window for four activities: 13 -> 14 cycles
2029
2030     Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
2031     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
2032
2033 commit a865bcdac89278cac4dfc07dec8299403110499d
2034 Author: Wolfgang Grandegger <wg@grandegger.com>
2035 Date:   Wed Feb 11 18:38:22 2009 +0100
2036
2037     MPC85xx: TQM8548: add support for the TQM8548_AG module
2038
2039     The TQM8548_AG is a variant of the TQM8548 module with 1 GiB memory,
2040     CAN and without PCI/PCI-X and RTC. U-Boot can be built for this module
2041     with "$ make TQM8548_AG_config".
2042
2043     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
2044
2045 commit ad7ee5d43b0db94079d56521dabca25674f28747
2046 Author: Wolfgang Grandegger <wg@grandegger.com>
2047 Date:   Wed Feb 11 18:38:21 2009 +0100
2048
2049     MPC85xx: TQM8548: add support for the TQM8548_BE module
2050
2051     The TQM8548_BE is a variant of the TQM8548 module with NAND and CAN
2052     interface. With NAND support, the image is significantly larger and
2053     TEXT_BASE is adjusted accordingly. U-Boot can be built for this
2054     module with "$ make TQM8548_BE_config".
2055
2056     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
2057
2058 commit a318234878c346e673b2ef8dc4b14b338fe7fc2b
2059 Author: Wolfgang Grandegger <wg@grandegger.com>
2060 Date:   Wed Feb 11 18:38:20 2009 +0100
2061
2062     MPC85xx: TQM85xx: make standard PCI/PCI-X configurable
2063
2064     The TQM8548_AG module does not have the standard PCI/PCI-X interface
2065     connected but just the PCI Express interface . So far it was not
2066     possible to disable it without disabling the complete PCI interface
2067     (CONFIG_PCI) including PCI Express.
2068
2069     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
2070
2071 commit 31ca9119c3186cec579b54d2a7a2b361b4d2b7bf
2072 Author: Wolfgang Grandegger <wg@grandegger.com>
2073 Date:   Wed Feb 11 18:38:19 2009 +0100
2074
2075     MPC85xx: TQM85xx: fix flash protection for boot loader
2076
2077     As the reset vector is located at 0xfffffffc, all flash sectors from the
2078     beginning of the U-Boot binary to 0xffffffff must be protected. On the
2079     TQM8548-AG having small sectors at the end of the flash it happened that
2080     the last two sector were not protected and an "erase all" left an
2081     un-bootable system behind:
2082
2083     Bank # 2: CFI conformant FLASH (32 x 16)  Size: 32 MB in 270 Sectors
2084       AMD Standard command set, Manufacturer ID: 0xEC, Device ID: 0x257E
2085       Erase timeout: 8192 ms, write timeout: 1 ms
2086
2087       FFFA0000 E RO   FFFC0000   RO   FFFE0000   RO   FFFE4000   RO   FFFE8000   RO
2088       FFFEC000   RO   FFFF0000   RO   FFFF4000   RO   FFFF8000 E      FFFFC000
2089
2090     The same bug seems to be in drivers/mtd/cfi_flash.c:flash_init() and many
2091     board BSPs as well.
2092
2093     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
2094
2095 commit a1c8a719262151f97119e76166043ee3da3f97b2
2096 Author: Peter Tyser <ptyser@xes-inc.com>
2097 Date:   Fri Feb 6 14:30:40 2009 -0600
2098
2099     86xx: Update CPU info output on bootup
2100
2101     - Update style of 86xx CPU information on boot to more closely
2102       match 85xx boards
2103     - Fix detection of 8641/8641D
2104     - Use strmhz() to display frequencies
2105     - Display L1 information
2106     - Display L2 cache size
2107     - Fixed CPU/SVR version output
2108
2109     == Before ==
2110     Freescale PowerPC
2111     CPU:
2112         Core: E600 Core 0, Version: 0.2, (0x80040202)
2113         System: Unknown, Version: 2.1, (0x80900121)
2114         Clocks: CPU:1066 MHz, MPX: 533 MHz, DDR: 266 MHz, LBC: 133 MHz
2115         L2: Enabled
2116     Board: X-ES XPedite5170 3U VPX SBC
2117
2118     == After ==
2119     CPU:   8641D, Version: 2.1, (0x80900121)
2120     Core:  E600 Core 0, Version: 2.2, (0x80040202)
2121     Clock Configuration:
2122            CPU:1066.667 MHz, MPX:533.333 MHz
2123            DDR:266.667 MHz (533.333 MT/s data rate), LBC:133.333 MHz
2124     L1:    D-cache 32 KB enabled
2125            I-cache 32 KB enabled
2126     L2:    512 KB enabled
2127     Board: X-ES XPedite5170 3U VPX SBC
2128
2129     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2130
2131 commit 22c00f8d7d454d77e759df58415d2d3f3d7e154c
2132 Author: Peter Tyser <ptyser@xes-inc.com>
2133 Date:   Thu Feb 5 11:25:24 2009 -0600
2134
2135     86xx: Update Global Utilities structure
2136
2137     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2138
2139 commit 4ef630df773e45806d701bf5d25c328778bb4cde
2140 Author: Peter Tyser <ptyser@xes-inc.com>
2141 Date:   Thu Feb 5 11:25:25 2009 -0600
2142
2143     86xx: Reset update
2144
2145     Update the 86xx reset sequence to try executing a board-specific reset
2146     function.  If the board-specific reset is not implemented or does not
2147     succeed, then assert #HRESET_REQ.  Using #HRESET_REQ is a more standard
2148     reset procedure than the previous method and allows all board
2149     peripherals to be reset if needed.
2150
2151     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2152
2153 commit edf0e2524a8c6a3e91c009c496a0aa0ae89cd8ab
2154 Author: Kumar Gala <galak@kernel.crashing.org>
2155 Date:   Tue Feb 10 23:53:40 2009 -0600
2156
2157     fsl-ddr: Allow system to boot if we have more than 4G of memory
2158
2159     Previously if we >=4G of memory and !CONFIG_PHYS_64BIT we'd report
2160     an error and hang.  Instead of doing that since DDR is mapped in the
2161     lowest priority LAWs we setup the DDR controller and the max amount
2162     of memory we report back is what we can map (CONFIG_MAX_MEM_MAPPED)
2163
2164     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2165     Acked-by: Becky Bruce <beckyb@kernel.crashing.org>
2166
2167 commit 8d949aff38cfb4388cbd73876e77bcd06d601f20
2168 Author: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
2169 Date:   Wed Jan 21 17:17:33 2009 -0600
2170
2171     mpc85xx: Add support for the P2020
2172
2173     Added various p2020 processor specific details:
2174     * SVR for p2020, p2020E
2175     * immap updates for LAWs and DDR on p2020
2176     * LAW defines related to p2020
2177
2178     Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
2179     Signed-off-by: Travis Wheatley <Travis.Wheatley@freescale.com>
2180     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2181
2182 commit cb69e4de8702e108324e1c40363f30ef6f2e2918
2183 Author: Kumar Gala <galak@kernel.crashing.org>
2184 Date:   Tue Feb 10 17:36:15 2009 -0600
2185
2186     85xx: print boot header info to distinquish 36-bit addr map on MPC8572 DS
2187
2188     Added some info that is printed out when we boot to distiquish if we
2189     built MPC8572DS_config vs MPC8572DS_36BIT_config since they have
2190     different address maps.
2191
2192     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2193
2194 commit feede8b07013b33fca8dd2a916b3ac86bf4d4c0a
2195 Author: Andy Fleming <afleming@freescale.com>
2196 Date:   Fri Dec 5 20:10:22 2008 -0600
2197
2198     Fixup SGMII PHY ids in the device tree
2199
2200     The device tree's PHY addresses need to be fixed up if we're using the
2201     SGMII Riser Card.
2202
2203     The 8572, 8536, and 8544 DS boards were modified to call this function.
2204
2205     Code idea taken from Liu Yu <yu.liu@freescale.com>
2206
2207     Signed-off-by: Andy Fleming <afleming@freescale.com>
2208
2209 commit 5dc0cf68f8f101042997d75188081d8526d705ea
2210 Author: Andy Fleming <afleming@freescale.com>
2211 Date:   Wed Feb 11 15:10:31 2009 -0600
2212
2213     Make some minor whitespace changes to eliminate line-wrapping
2214
2215     Signed-off-by: Andy Fleming <afleming@freescale.com>
2216
2217 commit 9e56986a2b74d197f51eca70fad7b836b1900c4d
2218 Author: Andy Fleming <afleming@freescale.com>
2219 Date:   Wed Feb 11 15:07:24 2009 -0600
2220
2221     Add eth_get_dev_by_index
2222
2223     This allows code to iterate through the ethernet devices
2224
2225     Signed-off-by: Andy Fleming <afleming@freescale.com>
2226
2227 commit b67305120aaf268a6140125346678166d14f1f47
2228 Author: Kumar Gala <galak@kernel.crashing.org>
2229 Date:   Mon Feb 9 22:03:04 2009 -0600
2230
2231     85xx: Fix bug in device tree setup in 36-bit physical confg
2232
2233     In the 36-bit physical config for MPC8572DS when need the start address
2234     of memory and it size to be kept in phys_*_t instead of a ulong since
2235     we support >4G of memory in the config and ulong cant represent that.
2236     Otherwise we end up seeing the memory node in the device tree reporting
2237     back we have memory starting @ 0 and of size 0.
2238
2239     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2240
2241 commit ad97dce18445ff05bf326094e691a01aa95aa8dc
2242 Author: Kumar Gala <galak@kernel.crashing.org>
2243 Date:   Mon Feb 9 22:03:05 2009 -0600
2244
2245     85xx: Fix address map for 36-bit config of MPC8572DS
2246
2247     When we introduced the 36-bit config of the MPC8572DS board we had the
2248     wrong PCI MEM bus address map.  Additionally, the change to the address
2249     map exposes a small issue in our dummy read on the ULI bus.  We need
2250     to use the new mapping functions to handle that read properly in the
2251     36-bit config.
2252
2253     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2254
2255 commit f8523cb0815b2d3d2d780b7d49ca614105555f58
2256 Author: Kumar Gala <galak@kernel.crashing.org>
2257 Date:   Fri Feb 6 09:56:35 2009 -0600
2258
2259     85xx: Fix how we map DDR memory
2260
2261     Previously we only allowed power-of-two memory sizes and didnt
2262     handle >2G of memory.  Now we will map up to CONFIG_MAX_MEM_MAPPED
2263     and should properly handle any size that we can make in the TLBs
2264     we have available to us
2265
2266     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2267
2268 commit 1542fbdeec0d1e2a6df13189df8dcb1ce8802be3
2269 Author: Kumar Gala <galak@kernel.crashing.org>
2270 Date:   Fri Feb 6 09:56:34 2009 -0600
2271
2272     fsl-ddr: ignore memctl_intlv_ctl setting if only one DDR controller
2273
2274     If we only have one controller we can completely ignore how
2275     memctl_intlv_ctl is set.  Otherwise other levels of code get confused
2276     and think we have twice as much memory.
2277
2278     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2279
2280 commit b29dee3c906e9daaf6baf7772d2e15e26b8636b8
2281 Author: Kumar Gala <galak@kernel.crashing.org>
2282 Date:   Wed Feb 4 09:35:57 2009 -0600
2283
2284     85xx: Format cpu freq printing to handle 8 cores
2285
2286     Only print 4 cpu freq per line.  This way when we have 8 cores its a
2287     bit more readable.
2288
2289     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2290
2291 commit 9704f9caf53f5cae547d8c5e1ae94aa4e57b160f
2292 Author: Abraham, Thomas <t-abraham@ti.com>
2293 Date:   Tue Oct 28 16:51:31 2008 +0530
2294
2295     USB: Remove LUN number from CDB
2296
2297     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.
2298
2299     Signed-off-by: Thomas Abraham <t-abraham@ti.com>
2300     Signed-off-by: Remy Bohmer <linux@bohmer.net>
2301
2302 commit f3c0de636252f3a18654c8f9c6370a9574a7e755
2303 Author: Atin Malaviya <atin.malaviya@gmail.com>
2304 Date:   Tue Feb 3 15:17:10 2009 -0500
2305
2306     Added usbtty_configured() check. Fixed attribute(packed) warnings.
2307
2308     V3: Fixed line-wrap problem due to user error in mail!
2309
2310     Added usb_configured() checks in usbtty_puts() and usbtty_putc() to get around a hang
2311     when usb is not connected and the user has set up multi-io (setenv stdout serial,usbtty etc).
2312     Got rid of redundant __attribute__((packed)) directives that were causing warnings from gcc.
2313
2314     Signed-off-by: Atin Malaviya <atin.malaviya@gmail.com>
2315     Signed-off-by: Remy Bohmer <linux@bohmer.net>
2316
2317 commit e7de18afe8ecf96a51ef981d06066eeb6b1254e7
2318 Author: Guennadi Liakhovetski <lg@denx.de>
2319 Date:   Fri Feb 13 09:23:36 2009 +0100
2320
2321     i.MX31: Start the I2C clock on driver initialisation
2322
2323     i.MX31 powers on with most clocks running, so, after a power on this explicit
2324     clock start up is not required. However, as Linux boots it disables most clocks
2325     to save power. This includes the I2C clock. If we then soft reboot from Linux
2326     the I2C clock stays off. This breaks the phycore, which has its environment in
2327     I2C EEPROM. Fix the problem by explicitly starting the clock in I2C driver
2328     initialisation routine.
2329
2330     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
2331     Ack-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2332
2333 commit 15208ac9eae1c340c4bc11f70cbf5c9da78a57ba
2334 Author: Mike Frysinger <vapier@gentoo.org>
2335 Date:   Wed Feb 11 20:36:14 2009 -0500
2336
2337     i2c.h: drop i2c_reg_{read, write} hack for Blackfin parts
2338
2339     The Blackfin i2c driver has been rewritten thus the special ifdefs in the
2340     common code are no longer needed.
2341
2342     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2343
2344 commit c2d9befa0b4695b89476fb5d259742c09afe243f
2345 Author: Heiko Schocher <hs@denx.de>
2346 Date:   Thu Feb 12 08:08:54 2009 +0100
2347
2348     82xx, mgcoge: fix compile error
2349
2350     With actual u-boot compiling the mgcoge port fails, because
2351     since commit ba705b5b1a97b47388ed48858bef6bf7b6bfcd56 it is
2352     necessary to define CONFIG_NET_MULTI.
2353
2354     Seems to me the mgcoge port is the only actual existing 8260
2355     port who uses CONFIG_ETHER_ON_SCC, so no other 8260 port needed
2356     to be fixed.
2357
2358     Signed-off-by: Heiko Schocher <hs@denx.de>
2359
2360 commit 9cacf4fc4035eabe9d9ae2a9a188c51a8027c91e
2361 Author: Dirk Eibach <eibach@gdsys.de>
2362 Date:   Mon Feb 9 08:18:34 2009 +0100
2363
2364     ppc4xx: Add README entry for CONFIG_PCI_DISABLE_PCIE
2365
2366     Signed-off-by: Dirk Eibach <eibach@gdsys.de>
2367     Signed-off-by: Stefan Roese <sr@denx.de>
2368
2369 commit 7369f0e384e2a831be13a7773a58242c9173fa9c
2370 Author: Carolyn Smith <carolyn.smith@tektronix.com>
2371 Date:   Thu Feb 12 06:13:44 2009 +0100
2372
2373     ppc4xx: Fix initialization of the SDRAM_CODT register
2374
2375     This fixes the initialization of the SDRAM_CODT register in the ppc4xx DDR2
2376     initialization code. It also removes use of the SDRAM_CODT_FEEDBACK_RCV_SINGLE_END
2377     and SDRAM_CODT_FEEDBACK_DRV_SINGLE_END #define's since they are reserved bits.
2378
2379     Signed-off-by: Carolyn Smith <carolyn.smith@tektronix.com>
2380     Signed-off-by: Stefan Roese <sr@denx.de>
2381
2382 commit cef0efaf2fa55d1f25066cfb02bd984c27f9ca31
2383 Author: Stefan Roese <sr@denx.de>
2384 Date:   Wed Feb 11 09:29:33 2009 +0100
2385
2386     ppc4xx: Fix problem with board_eth_init() vs cpu_eth_init() on AMCC boards
2387
2388     Some AMCC eval boards do have a board_eth_init() function calling
2389     pci_eth_init(). These boards need to call cpu_eth_init() explicitly now
2390     with the new eth_init rework.
2391
2392     Signed-off-by: Stefan Roese <sr@denx.de>
2393
2394 commit c645012aefebb301e6907d148c6c8efacac049d4
2395 Author: Adam Graham <agraham@amcc.com>
2396 Date:   Mon Feb 9 13:18:12 2009 -0800
2397
2398     ppc4xx: Autocalibration can set RDCC to over aggressive value.
2399
2400     The criteria of the AMCC SDRAM Controller DDR autocalibration
2401     U-Boot code is to pick the largest passing write/read/compare
2402     window that also has the smallest SDRAM_RDCC.[RDSS] Read Sample
2403     Cycle Select value.
2404
2405     On some Kilauea boards the DDR autocalibration algorithm can
2406     find a large passing write/read/compare window with a small
2407     SDRAM_RDCC.[RDSS] aggressive value of Read Sample Cycle Select
2408     value "T1 Sample".
2409
2410     This SDRAM_RDCC.[RDSS] Read Sample Cycle Select value of
2411     "T1 Sample" proves to be to aggressive when later on U-Boot
2412     relocates into DDR memory and executes.
2413
2414     The memory traces on the Kilauea board are short so on some
2415     Kilauea boards the SDRAM_RDCC.[RDSS] Read Sample Cycle Select
2416     value of "T1 Sample" shows up as a potentially valid value for
2417     the DDR autocalibratiion algorithm.
2418
2419     The fix is to define a weak default function which provides
2420     the minimum SDRAM_RDCC.[RDSS] Read Sample Cycle Select value
2421     to accept for DDR autocalibration.  The default will be the
2422     "T2 Sample" value.  A board developer who has a well defined
2423     board and chooses to be more aggressive can always provide
2424     their own board specific string function with the more
2425     aggressive "T1 Sample" value or stick with the default
2426     minimum SDRAM_RDCC.[RDSS] value of "T2".
2427
2428     Also put in a autocalibration loop fix for case where current
2429     write/read/compare passing window size is the same as a prior
2430     window size, then in this case choose the write/read/compare
2431     result that has the associated smallest RDCC T-Sample value.
2432
2433     Signed-off-by: Adam Graham <agraham@amcc.com>
2434     Signed-off-by: Stefan Roese <sr@denx.de>
2435
2436 commit 2ede879fcb67470524847bb4fc8972651bb46184
2437 Author: Stefan Roese <sr@denx.de>
2438 Date:   Wed Feb 11 09:37:12 2009 +0100
2439
2440     ppc4xx: Fix problem with CONFIG_MAX_MEM_MAPPED in include/asm-ppc/config.h
2441
2442     CONFIG_SDRAM_PPC4xx_IBM_DDR2 is not set when include/asm-ppc/config.h is
2443     included. So for katmai, CONFIG_MAX_MEM_MAPPED will get set to 256MB.
2444
2445     It makes perfect sense to set CONFIG_MAX_MEM_MAPPED to 2GB for all PPC4xx
2446     boards right now.
2447
2448     Signed-off-by: Stefan Roese <sr@denx.de>
2449
2450 commit f15c6515fc23f83c51f3de272ca23d86b80e81b1
2451 Author: Wolfgang Denk <wd@denx.de>
2452 Date:   Thu Feb 12 00:08:39 2009 +0100
2453
2454     Coding style cleanup; update CHANGELOG
2455
2456     Signed-off-by: Wolfgang Denk <wd@denx.de>
2457
2458 commit 5fc56b907d993260b9ebdb137af66fe69635ae9e
2459 Author: Peter Tyser <ptyser@xes-inc.com>
2460 Date:   Fri Jan 30 16:36:40 2009 -0600
2461
2462     Add feature-removal-schedule.txt
2463
2464     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2465
2466 commit 255d28e1642e8fc32a6753226be1a96b481ce111
2467 Author: Heiko Schocher <hs@denx.de>
2468 Date:   Tue Feb 10 09:32:38 2009 +0100
2469
2470     8xx serial, smc: Coding-Style cleanup serial SMC driver
2471
2472     Signed-off-by: Heiko Schocher <hs@denx.de>
2473
2474 commit 2b3f12c214346508cae3f1245808c1ca54c81fdd
2475 Author: Heiko Schocher <hs@denx.de>
2476 Date:   Tue Feb 10 09:31:47 2009 +0100
2477
2478     8xx serial, smc: add configurable SMC Rx buffer len
2479
2480     This patch adds the configuration option CONFIG_SYS_SMC_RXBUFLEN.
2481     With this option it is possible to allow the receive
2482     buffer for the SMC on 8xx to be greater then 1. In case
2483     CONFIG_SYS_SMC_RXBUFLEN == 1 this driver works as the
2484     old version.
2485
2486     When defining CONFIG_SYS_SMC_RXBUFLEN also
2487     CONFIG_SYS_MAXIDLE must be defined to setup the maximum
2488     idle timeout for the SMC.
2489
2490     Signed-off-by: Heiko Schocher <hs@denx.de>
2491
2492 commit e915f8bb73d74178bc21d3a457959883b1afd1c0
2493 Author: Mike Frysinger <vapier@gentoo.org>
2494 Date:   Thu Feb 5 21:04:36 2009 -0500
2495
2496     common/{hush, kgdb, serial}.c: build by COBJS-$(...) in Makefile
2497
2498     Move global '#ifdef CONFIG_xxx .... #endif' out of the .c files and into
2499     the COBJS-$(CONFIG_xxx) in the Makefile.  Also delete unused var in kgdb
2500     code in the process.
2501
2502     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2503
2504 commit ab76e9848a1f4db64d14233741d739a3b3360c93
2505 Author: Mike Frysinger <vapier@gentoo.org>
2506 Date:   Thu Feb 5 21:04:50 2009 -0500
2507
2508     bzip2: move ifdef handling to Makefile COBJS-$(...)
2509
2510     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2511
2512 commit ae0b05df04e1cc65c5ad19ccd362f4be82df7316
2513 Author: Jerry Van Baren <gvb.uboot@gmail.com>
2514 Date:   Thu Feb 5 22:18:02 2009 -0500
2515
2516     Fix whitespace damage: double space changed to a tab
2517
2518     At some point an intentional double space at the end of the sentence
2519     got changed into a tab in the GPL header line:
2520      * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
2521
2522     This patch fixes the damage.
2523
2524     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
2525
2526 commit 4f975678de995b55749d5e84590c268972a7c835
2527 Author: Heiko Schocher <hs@denx.de>
2528 Date:   Tue Feb 10 09:53:29 2009 +0100
2529
2530     cfi: make flash_get_info() non static
2531
2532     If on your board is more than one flash, you must know
2533     the size of every single flash, for example, for updating
2534     the DTS before booting Linux. So make this function
2535     flash_get_info() extern, and you can have all info
2536     about your flashes.
2537
2538     Signed-off-by: Heiko Schocher <hs@denx.de>
2539     Signed-off-by: Stefan Roese <sr@denx.de>
2540
2541 commit 86321fc1128c93a10ac4afb9d317b0df8ece0f9e
2542 Author: Ben Warren <biggerbadderben@gmail.com>
2543 Date:   Thu Feb 5 23:58:25 2009 -0800
2544
2545     net: removed board-specific CONFIGs from MPC5xxx FEC driver
2546
2547     Added new CONFIG options for the three type of MAC-PHY interconnect and
2548     applied them all relevant board config files
2549
2550     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2551
2552 commit 638ed3e296e70fab286d157b7adedaaa4a09a474
2553 Author: Mike Frysinger <vapier@gentoo.org>
2554 Date:   Thu Feb 5 21:04:47 2009 -0500
2555
2556     net/sntp.c: move ifdef into Makefile COBJS-$(...)
2557
2558     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2559     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2560
2561 commit 9e5be8214ba751436e57c3be044bf6dccb9a6687
2562 Author: Andy Fleming <afleming@freescale.com>
2563 Date:   Tue Feb 3 18:26:41 2009 -0600
2564
2565     tsec: Fix a bug in soft-resetting
2566
2567     SOFT_RESET must be asserted for at least 3 TX clocks.  Usually, that's about 30
2568     clock cycles, so it's been mostly working.  But we had no guarantee, and at
2569     slower bitrates, it's just over a microsecond (over 1000 clock cycles).  This
2570     enforces a 2 microsecond gap between assertion and deassertion.
2571
2572     Signed-off-by: Andy Fleming <afleming@freescale.com>
2573     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2574
2575 commit 09fcc8b5d86903b76e7e4d1d879d6f4bca25c27b
2576 Author: Simon Munton <simon@nidoran.m5data.com>
2577 Date:   Mon Feb 2 09:44:08 2009 +0000
2578
2579     Fix 100Mbs ethernet operation on sh7763 based boards
2580
2581     100Mbs ethernet does not work on sh7763 chips due to the wrong value being
2582     used in the GECMR register. Following diff fixes the problem
2583
2584     Signed-off-by: Simon Munton <simon@nidoran.m5data.com>
2585     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2586
2587 commit 2bc2a8f6dc9fdda465317da59474e65c24a398a2
2588 Author: ksi@koi8.net <ksi@koi8.net>
2589 Date:   Fri Feb 6 16:27:55 2009 -0800
2590
2591     Fix MPC8260 with ethernet on SCC
2592
2593     This fixes MPC8260 compilation with ethernet on SCC. Probably was a
2594     typo or something...
2595
2596     Signed-off-by: Sergey Kubushyn <ksi@koi8.net>
2597     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2598
2599 commit ae5d8f613cec1a6af7bf1fc9c42a3b856f021023
2600 Author: Heiko Schocher <hs@denx.de>
2601 Date:   Fri Jan 30 12:56:15 2009 +0100
2602
2603     82xx serial, smc: Coding-Style cleanup serial SMC driver
2604
2605     Signed-off-by: Heiko Schocher <hs@denx.de>
2606
2607 commit c92fac91a06c60f874c605e3ca80dd407c1caaa7
2608 Author: Heiko Schocher <hs@denx.de>
2609 Date:   Fri Jan 30 12:55:38 2009 +0100
2610
2611     82xx serial, smc: add configurable SMC Rx buffer len
2612
2613     This patch adds the configuration option CONFIG_SYS_SMC_RXBUFLEN.
2614     With this option it is possible to allow the receive
2615     buffer for the SMC on 82xx to be greater then 1. In case
2616     CONFIG_SYS_SMC_RXBUFLEN == 1 this driver works as the
2617     old version.
2618
2619     When defining CONFIG_SYS_SMC_RXBUFLEN also
2620     CONFIG_SYS_MAXIDLE must be defined to setup the maximum
2621     idle timeout for the SMC.
2622
2623     Signed-off-by: Heiko Schocher <hs@denx.de>
2624
2625 commit bced7ccefa08512c54a6d146658ff7dbc33d5dfe
2626 Author: Kumar Gala <galak@kernel.crashing.org>
2627 Date:   Fri Feb 6 08:08:06 2009 -0600
2628
2629     ppc: Fix roll over bug in flush_cache()
2630
2631     If we call flush_cache(0xfffff000, 0x1000) it would never
2632     terminate the loop since end = 0xffffffff and we'd roll over
2633     our counter from 0xfffffe0 to 0 (assuming a 32-byte cache line)
2634
2635     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2636
2637 commit 87c9063963561d3d01064be34d0c30855a56587b
2638 Author: Kumar Gala <galak@kernel.crashing.org>
2639 Date:   Thu Feb 5 20:40:58 2009 -0600
2640
2641     ppc: Move CONFIG_MAX_MEM_MAPPED to common config.h
2642
2643     Moved CONFIG_MAX_MEM_MAPPED to the asm/config.h so its kept consistent
2644     between the two current users (lib_ppc/board.c, 44x SPD DDR2).
2645
2646     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2647     Acked-by: Stefan Roese <sr@denx.de>
2648
2649 commit 47d41cc3a11a03c6d56146d056145df73f47eb50
2650 Author: Kumar Gala <galak@kernel.crashing.org>
2651 Date:   Thu Feb 5 20:40:57 2009 -0600
2652
2653     Add an architecture specific config.h for common defines
2654
2655     We have common defines that we duplicate in various ways.  Having an
2656     arch specific config.h gives us a common location for those defines.
2657
2658     Eventually we should be able to replace this when we have proper
2659     Kconfig support.
2660
2661     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2662
2663 commit 4c78d4a6c01621721b732418e1c6da684a56bbb1
2664 Author: Becky Bruce <beckyb@kernel.crashing.org>
2665 Date:   Tue Feb 3 18:10:56 2009 -0600
2666
2667     mpc8641hpcn: Change PCI MEM pci bus address
2668
2669     Now that the rest of u-boot can support it, change the PCI bus
2670     address of the PCI MEM regions from 0x80000000 to 0xc0000000,
2671     and use the same bus address for both PCI1 and PCI2.  This will
2672     maximize the amount of PCI address space left over to map RAM
2673     on systems with large amounts of memory.
2674
2675     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
2676
2677 commit 1785dbeed43599eed1d8875673c96912cd770141
2678 Author: Becky Bruce <beckyb@kernel.crashing.org>
2679 Date:   Tue Feb 3 18:10:55 2009 -0600
2680
2681     drivers/block/ahci: Fix pci mapping bug
2682
2683     The code assumes that the pci bus address and the virtual
2684     address used to access a region are the same, but they might
2685     not be.  Fix this assumption.
2686
2687     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
2688
2689 commit d591a80e74091e7a0658d165721e6c7de2ef0bcd
2690 Author: Becky Bruce <beckyb@kernel.crashing.org>
2691 Date:   Tue Feb 3 18:10:54 2009 -0600
2692
2693     MPC8641HPCN: Enable CONFIG_ADDR_MAP
2694
2695     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
2696
2697 commit 49f46f3bf08aaf7b1db131a1082f1e603bb7a94b
2698 Author: Becky Bruce <beckyb@kernel.crashing.org>
2699 Date:   Tue Feb 3 18:10:53 2009 -0600
2700
2701     mpc8641hpcn: Clean up PCI mapping concepts
2702
2703     Clean up PCI mapping concepts in the 8641 config - rename _BASE
2704     to _BUS, as it's actually a PCI bus address, separate virtual
2705     and physical addresses into _VIRT and _PHYS, and use each
2706     appopriately.
2707
2708     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
2709
2710 commit c9315e6b4f244981de0b2eaaa29a7838a165b494
2711 Author: Becky Bruce <beckyb@kernel.crashing.org>
2712 Date:   Tue Feb 3 18:10:52 2009 -0600
2713
2714     mpc86xx: Add support to populate addr map based on BATs
2715
2716     If CONFIG_ADDR_MAP is enabled, update the address map
2717     whenever we write a bat.
2718
2719     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
2720
2721 commit d35ae5a938679bd7e18167faf79d0fb3c6639b51
2722 Author: Becky Bruce <beckyb@kernel.crashing.org>
2723 Date:   Tue Feb 3 18:10:51 2009 -0600
2724
2725     powerpc: Move duplicated BAT defines to mmu.h
2726
2727     The BAT fields are architected; there's no need for these to be in
2728     cpu-specific files.  Drop the duplication and move these to
2729     include/asm-ppc/mmu.h.  Also, remove the BL_xxx defines that were only
2730     used by the alaska board, and switch to using the BATU_BL_xxx defines
2731     used by all the other boards.  The BL_ defines previously in use
2732     had to be shifted into the proper position for use, which was inefficient.
2733
2734     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
2735
2736 commit 6e61fae4d360a1380b63e7d007b31477e366bcce
2737 Author: Becky Bruce <beckyb@kernel.crashing.org>
2738 Date:   Tue Feb 3 18:10:50 2009 -0600
2739
2740     drivers/pci: Create pci_map_bar function
2741
2742     It is no longer always true that the pci bus address can be
2743     used as the virtual address for pci accesses.  pci_map_bar()
2744     is created to return the virtual address for a pci region.
2745
2746     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
2747
2748 commit 2ecca3401775b125c3b9ff65766befb23989414b
2749 Author: Becky Bruce <beckyb@kernel.crashing.org>
2750 Date:   Tue Feb 3 18:10:49 2009 -0600
2751
2752     mpc8641hpcn: Set up outbound pci windows before inbound
2753
2754     Because the inbound pci windows are mapped generously, set up
2755     the more specific outbound windows first.  This way, when we
2756     search the pci regions for something, we will hit on the more
2757     specific region.  This can actually be a problem on systems
2758     with large amounts of RAM.
2759
2760     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
2761
2762 commit b81b773ead0687114dc8a800f99ea6e504447739
2763 Author: Becky Bruce <beckyb@kernel.crashing.org>
2764 Date:   Mon Feb 2 16:34:52 2009 -0600
2765
2766     mpc8641hpcn: Use physical address in flash banks defintion
2767
2768     If the VA and PA of the flash aren't the same, the banks list
2769     should be initialized to hold the physical address.  Correct this.
2770
2771     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
2772
2773 commit 0d19f6c8cbe71b9e6d8c6bd6742ed2551e918870
2774 Author: Ilya Yanok <yanok@emcraft.com>
2775 Date:   Tue Feb 10 00:22:31 2009 +0100
2776
2777     qong: support for Dave/DENX QongEVB-LITE board
2778
2779     This patch adds support for Dave/DENX QongEVB-LITE i.MX31-based board.
2780
2781     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
2782     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2783
2784 commit 62cbc408f52fc9a5eb849e0b882c504780c9d183
2785 Author: Ilya Yanok <yanok@emcraft.com>
2786 Date:   Mon Feb 9 18:45:28 2009 +0100
2787
2788     dnet: driver for Dave DNET ethernet controller
2789
2790     Driver for Dave DNET ethernet controller (used on Dave/DENX
2791     QongEVB-LITE board).
2792
2793     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
2794     Acked-by: Ben Warren <biggerbadderben@gmail.com>
2795
2796 commit 2d43e873a29ca4959ba6a30fc7fb396d3fd0dccf
2797 Author: Kumar Gala <galak@kernel.crashing.org>
2798 Date:   Fri Feb 6 09:49:32 2009 -0600
2799
2800     pci: give preference to non-PCI_REGION_SYS_MEMORY regions when matching
2801
2802     When we search for an address match in pci_hose_{phys_to_bus,bus_to_phys}
2803     we should give preference to memory regions that aren't system memory.
2804
2805     Its possible that we have over mapped system memory in the regions and
2806     we want to avoid depending on the order of the regions.
2807
2808     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2809
2810 commit ff4e66e93c1ad47644be3b4ffd6a46e1ce9b6612
2811 Author: Kumar Gala <galak@kernel.crashing.org>
2812 Date:   Fri Feb 6 09:49:31 2009 -0600
2813
2814     pci: Rename PCI_REGION_MEMORY to PCI_REGION_SYS_MEMORY for clarity
2815
2816     The PCI_REGION_MEMORY and PCI_REGION_MEM are a bit to similar and
2817     can be confusing when reading the code.
2818
2819     Rename PCI_REGION_MEMORY to PCI_REGION_SYS_MEMORY to clarify its used
2820     for system memory mapping purposes.
2821
2822     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2823
2824 commit 54dc517328709c204a9cbf7a253d9f8e6c4b26ec
2825 Author: Ilya Yanok <yanok@emcraft.com>
2826 Date:   Sun Feb 8 00:59:43 2009 +0300
2827
2828     mx31: add GPIO registers definitions
2829
2830     Added definitions for i.MX31 processor GPIO registers.
2831
2832     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
2833
2834 commit 8da601280a8acbc3385784780ed35130e53812f1
2835 Author: Peter Tyser <ptyser@xes-inc.com>
2836 Date:   Wed Feb 4 13:47:22 2009 -0600
2837
2838     NAND: Add timeout for reset command
2839
2840     Without the timeout present an infinite loop can occur if the
2841     NAND device is broken or not present.
2842
2843     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2844     Signed-off-by: Scott Wood <scottwood@freescale.com>
2845
2846 commit 10dc6a9bef73d7d4cb25b3fde27ee91f8484b126
2847 Author: Peter Tyser <ptyser@xes-inc.com>
2848 Date:   Wed Feb 4 13:39:40 2009 -0600
2849
2850     NAND: Silence warning when CONFIG_SYS_NAND_QUIET_TEST
2851
2852     Commit cfa460adfdefcc30d104e1a9ee44994ee349bb7b removed support
2853     for disabling the "No NAND device found!!!" warning when
2854     CONFIG_SYS_NAND_QUIET_TEST was defined.  This re-adds support
2855     for silencing the warning.
2856
2857     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2858     Signed-off-by: Scott Wood <scottwood@freescale.com>
2859
2860 commit ad09ab2e3ac28f304372eceb4a5cb4d24e102a13
2861 Author: Valeriy Glushkov <gvv@lstec.com>
2862 Date:   Mon Jan 19 16:32:59 2009 +0200
2863
2864     NAND: Fixed invalid pointers to static relocated chip names
2865
2866     Dear Wolfgang,
2867
2868     You are right, the patch was ugly.
2869     The new one seems to be better.
2870
2871     Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
2872     Signed-off-by: Scott Wood <scottwood@freescale.com>
2873
2874 commit e7deec1bf6fa3b3a21cd8d14fe2a909a42efc9d8
2875 Author: Nishanth Menon <nm@ti.com>
2876 Date:   Mon Feb 2 18:20:12 2009 -0600
2877
2878     ARM:OMAP3:Zoom1: Add nand unlock option
2879
2880     Enable NAND_UNLOCK option for unlocking nand for
2881     erase/write operations
2882
2883     Signed-off-by: Nishanth Menon <nm@ti.com>
2884
2885 commit 5a9427dc9b8438759db3f67a1e547062f76eb18d
2886 Author: derek@siconix.com <derek@siconix.com>
2887 Date:   Mon Jan 26 14:08:17 2009 -0700
2888
2889     env_nand: fix env memory release
2890
2891     This fixes a bug that tmp environment memory not being released.
2892
2893     Signed-off-by: Derek Ou <dou@siconix.com>
2894     Signed-off-by: Scott Wood <scottwood@freescale.com>
2895
2896 commit 05fd88776419df59e7f37bac063a209409dd801d
2897 Author: Guennadi Liakhovetski <lg@denx.de>
2898 Date:   Fri Feb 6 10:37:45 2009 +0100
2899
2900     ARM: remove unused variable
2901
2902     The "size" variable in start_armboot() in lib_arm/board.c is only really
2903     used in "#ifndef CONFIG_SYS_NO_FLASH" case, and even there it can be
2904     eliminated (thanks to Jean-Christophe PLAGNIOL-VILLARD for a suggestion.)
2905
2906     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
2907
2908 commit 6989e4f546d960a407dd5425f800dff9751c8132
2909 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
2910 Date:   Thu Feb 5 09:33:50 2009 -0500
2911
2912     Coldfire: M527x: Add missing GPIO register address defines
2913
2914     Add missing GPIO registers address definition for Coldfire M5271.
2915
2916     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
2917
2918 commit c4ff77f5e6c3a01610ce97434c0d59acb1476f95
2919 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
2920 Date:   Fri Jan 23 14:42:58 2009 -0500
2921
2922     Coldfire: mcfmii: Allow non-autonegotiating PHYs to use mii command
2923
2924     Modified mii_init to support boards with PHYs that are not set to
2925     autonegotiate, but still want to use u-boot's mii commands to probe
2926     the smi bus. Such PHYs will not set the Autonegotiate-done bit.
2927
2928     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
2929
2930 commit 92d3e6e0ffcbb7224c83104f8d87b5b4bf39a38f
2931 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
2932 Date:   Fri Jan 23 11:44:30 2009 -0500
2933
2934     Coldfire: Applied baudrate formula of serial_init to serial_setbrg
2935
2936     Applied the patch for baudrate divider value truncation for
2937     serial_init to serial_setbrg as well.
2938
2939     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
2940
2941 commit 8706ef378f2db1ef65b9c2f909561f23e3dc2148
2942 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
2943 Date:   Fri Jan 23 14:07:05 2009 -0500
2944
2945     Coldfire: M5271EVB: Board header update (dependencies)
2946
2947     Cleanup for M5271EVB:
2948     Added clarification on the use of CONFIG_SYS_CLOCK.
2949     Modified to use u-boot's HUSH parser.
2950     Cleanup on environment settings.
2951     Removed compiler warning by defining CONFIG_SYS_CS0_*
2952
2953     Dependencies:
2954     Added the use of CONFIG_SYS_MCF_SYNCR for clock multiplier.
2955     This depends on a patch to include/asm-m68k/m5271.h
2956     that defines the multiplier and divider ratios.
2957
2958     Removed the definition of CONFIG_SYS_FECI2C.
2959     This depends on a patch that removes the use of it in
2960     cpu/mcf52x2/cpu_init.c
2961
2962     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
2963
2964 commit e0db344fabfeb4f9649846f94838f51172f6a1f6
2965 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
2966 Date:   Thu Jan 29 14:36:06 2009 -0500
2967
2968     Coldfire: M5271: Allow board header file to specify clock multiplier
2969
2970     M5271 dynamic clock multiplier. It is currently fixed at 100MHz.
2971
2972     Allow the board header file to set their own multiplier and divider.
2973     Added the #define for the multiplier and divider to the cpu header file.
2974
2975     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
2976
2977 commit d1ef25dd81c79dcfad5c2ff0162b1bea21d04bc3
2978 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
2979 Date:   Fri Jan 23 10:47:13 2009 -0500
2980
2981     Coldfire: M5271EVB: Remove usage of CONFIG_SYS_FECI2C
2982
2983     Discontinue the use of CONFIG_SYS_FECI2C (only used by M5271EVB).
2984     Use read-modify-write to activate the FEC pins without disabling I2C.
2985
2986     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
2987
2988 commit ee73cc59ab904976af3c33b454fc84f78618b2d1
2989 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
2990 Date:   Fri Jan 23 09:45:34 2009 -0500
2991
2992     Coldfire: cmd_bdinfo cleanup
2993
2994     CONFIG_M68K bdinfo cleanup:
2995
2996     Fixed compiler warning about baudrate printing.
2997     format '%d' expects type 'int', but argument 2 has type 'long unsigned int'.
2998
2999     Added printing of "cpufreq"
3000
3001     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
3002
3003 commit 4ffc39050aa46ed8a3d29732293dff769e54fffa
3004 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
3005 Date:   Fri Jan 23 09:27:00 2009 -0500
3006
3007     Coldfire: Fix half-baud UART by adding M5271 to Coldfire v2 core list
3008
3009     Added the CONFIG_M5271 to the list of Coldfire V2 processor. This
3010     was causing the bus clock (not CPU clock) to be declared twice as
3011     fast as it actually is. This causes UARTS to operate at half the
3012     specified baudrate.
3013
3014     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
3015
3016 commit 59d1bda7f92c8a28c3aba94e48063749d425949f
3017 Author: Dirk Eibach <eibach@gdsys.de>
3018 Date:   Tue Feb 3 15:15:21 2009 +0100
3019
3020     ppc4xx: Make PCIE support selectable
3021
3022     On some platforms PCIE support is not required, but would be included
3023     because the cpu supports it. To reduce fooprint it is now configurable
3024     via CONFIG_PCI_DISABLE_PCIE.
3025
3026     Signed-off-by: Dirk Eibach <eibach@gdsys.de>
3027     Signed-off-by: Stefan Roese <sr@denx.de>
3028
3029 commit b129eff5ede394cc1faeb6dbf6a987e91abce552
3030 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
3031 Date:   Tue Feb 3 22:13:16 2009 +0100
3032
3033     ppc4xx: Only fixup opb attached UARTs
3034
3035     This patch updates the fdt UART clock fixup code to
3036     only touch CPU internal UARTs on 4xx systems.
3037     Only these UARTs are definitely clocked by gd->uart_clk.
3038
3039     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
3040     Signed-off-by: Stefan Roese <sr@denx.de>
3041
3042 commit 4b7e3d045cc82f7f7b6f3a19b54a814da36ac52c
3043 Author: Mike Frysinger <vapier@gentoo.org>
3044 Date:   Tue Jan 13 11:00:29 2009 -0500
3045
3046     Blackfin: move default boot SPI CS to common code
3047
3048     Move the default SPI CS that we boot from into common code so that it can
3049     be used in other SPI drivers and environment settings.
3050
3051     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3052
3053 commit f790ef6ff12381cb0e43de54fb2b0f1204ad8ed6
3054 Author: Mike Frysinger <vapier@gentoo.org>
3055 Date:   Wed Dec 10 12:33:54 2008 -0500
3056
3057     Blackfin: dynamically update UART speed when initializing
3058
3059     Previously, booting over the UART required the baud rate to be known ahead
3060     of time.  Using a bit of tricky simple math, we can calculate the new board
3061     rate based on the old divisors.
3062
3063     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3064     Signed-off-by: Robin Getz <rgetz@blackfin.uclinux.org>
3065
3066 commit 97f265f14f23050f3cb997f617f3a6917b843ea2
3067 Author: Mike Frysinger <vapier@gentoo.org>
3068 Date:   Tue Dec 9 17:21:08 2008 -0500
3069
3070     Blackfin: add support for fast SPI reads with Boot ROM
3071
3072     Newer Blackfin boot roms support using the fast SPI read command rather than
3073     just the slow one.  If the functionality is available, then use it.
3074
3075     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3076
3077 commit 67619982bfc5cd62710a48e3cbffc304cb78c341
3078 Author: Mike Frysinger <vapier@gentoo.org>
3079 Date:   Sat Oct 11 21:46:52 2008 -0400
3080
3081     Blackfin: check for reserved settings in DDR MMRs
3082
3083     Some bits of the DDR MMRs should not be set.  If they do, bad things may
3084     happen (like random failures or hardware destruction).
3085
3086     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3087
3088 commit 622a8dc0958dd599743348ea94eb10b9d0be8ae6
3089 Author: Mike Frysinger <vapier@gentoo.org>
3090 Date:   Sat Oct 11 21:54:00 2008 -0400
3091
3092     Blackfin: set default voltage levels for BF538/BF539 parts
3093
3094     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3095
3096 commit 09dc6b0bbd1d5e39cdddeebc059f9a75630e4f6f
3097 Author: Mike Frysinger <vapier@gentoo.org>
3098 Date:   Sun Jun 1 01:29:57 2008 -0400
3099
3100     Blackfin: use on-chip syscontrol() rom function when available
3101
3102     Newer Blackfin's have an on-chip rom with a syscontrol() function that needs
3103     to be used to properly program the memory and voltage settings as it will
3104     include (possibly critical) factory tested bias values.
3105
3106     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3107
3108 commit e1fb6d0d52fbe3fbc1a4c651dacf11e9c1417f63
3109 Author: Stefan Roese <sr@denx.de>
3110 Date:   Thu Feb 5 11:44:52 2009 +0100
3111
3112     cfi_flash: Fix typo in cfi_flash.c
3113
3114     Patch "flash/cfi_flash: Use virtual sector start address, not phys"
3115     introduced a small typo and compilation warning for systems with CFI
3116     legacy support (e.g. hcu4). This patch fixes it.
3117
3118     Signed-off-by: Stefan Roese <sr@denx.de>
3119
3120 commit 28745db969b72693754991c838f68a7fb4a8b1ab
3121 Author: Stefan Roese <sr@denx.de>
3122 Date:   Thu Jan 29 11:21:38 2009 +0100
3123
3124     jedec_flash: Only use manufacturer defines from common flash.h
3125
3126     This patch removes the double defined manufacturer defines from
3127     jedec_flash.c. Since the common defines in flash.h are 32bit
3128     we now need the (16) cast. This patch also removes the compilation
3129     warning (e.g. seen on hcu5):
3130
3131     ./MAKEALL hcu5
3132     Configuring for hcu5 board...
3133     jedec_flash.c:219: warning: large integer implicitly truncated to unsigned type
3134
3135     Signed-off-by: Stefan Roese <sr@denx.de>
3136
3137 commit ec21d5cfcb6b4e7fcdd5c6e926e1a824900706f2
3138 Author: Stefan Roese <sr@denx.de>
3139 Date:   Thu Feb 5 11:25:57 2009 +0100
3140
3141     cfi_flash: Silence compilation warning
3142
3143     Patch "flash/cfi_flash: Use virtual sector start address, not phys"
3144     introduced a small compilation warning. This patch fixes it.
3145
3146     Signed-off-by: Stefan Roese <sr@denx.de>
3147
3148 commit 09ce9921a7d8b1ce764656b14b42217bbf4faa38
3149 Author: Becky Bruce <beckyb@kernel.crashing.org>
3150 Date:   Mon Feb 2 16:34:51 2009 -0600
3151
3152     flash/cfi_flash: Use virtual sector start address, not phys
3153
3154     include/flash.h was commented to say that the address in
3155     flash_info->start was a physical address.  However, from u-boot's
3156     point of view, and looking at most flash code, it makes more
3157     sense for this to be a virtual address.  So I corrected the
3158     comment to indicate that this was a virtual address.
3159
3160     The only flash driver that was actually treating the address
3161     as physical was the mtd/cfi_flash driver.  However, this code
3162     was using it inconsistently as it actually directly dereferenced
3163     the "start" element, while it used map_physmem to get a
3164     virtual address in other places.  I changed this driver so
3165     that the code which initializes the info->start field calls
3166     map_physmem to get a virtual address, eliminating the need for
3167     further map_physmem calls.  The code is now consistent.
3168
3169     The *only* place a physical address should be used is when defining the
3170     flash banks list that is used to initialize the flash_info struct,
3171     usually found in the board config file.
3172
3173     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
3174     Signed-off-by: Stefan Roese <sr@denx.de>
3175
3176 commit 657f2062d8e17ebf4a55f52c9e71c07c0c94c779
3177 Author: Wolfgang Denk <wd@denx.de>
3178 Date:   Wed Feb 4 09:42:20 2009 +0100
3179
3180     Fix compiler warning
3181
3182     (shows up only when DEBUG is enabled)
3183
3184     Signed-off-by: Wolfgang Denk <wd@denx.de>
3185
3186 commit 47832cd15ae02fb6fde8ebed5b272f85775f2ceb
3187 Author: Mike Frysinger <vapier@gentoo.org>
3188 Date:   Mon Oct 6 03:45:55 2008 -0400
3189
3190     Blackfin: update anomaly lists
3191
3192     Update the anomaly lists to match latest anomaly sheets.
3193
3194     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3195
3196 commit 70a4da45e16b72e8e5b0baaecdaee9be8619647d
3197 Author: Ralph Kondziella <rk@argos-messtechnik.de>
3198 Date:   Mon Jan 26 12:34:36 2009 -0700
3199
3200     ADS5121 Add PATA support
3201
3202     Original patch from Ralph Kondziella
3203     plus clean up by Wolfgang Denk
3204     plus changes by John Rigby
3205         use ips clock not lpc
3206         port forward to current u-boot release
3207
3208     Signed-off-by: Ralph Kondziella <rk@argos-messtechnik.de>
3209     Signed-off-by: Wolfgang Denk <wd@denx.de>
3210     Signed-off-by: John Rigby <jrigby@freescale.com>
3211
3212 commit abfbd0ae4967df18102345db4f4b529a13da107b
3213 Author: Martha Marx <mmarx@silicontkx.com>
3214 Date:   Mon Jan 26 10:45:07 2009 -0700
3215
3216     ADS5121 Add IC Ident Module (IIM) support
3217
3218     IIM (IC Identification Module) is the fusebox for the mpc5121.
3219     Use #define CONFIG_IIM to turn on the clock for this module
3220     use #define CONFIG_CMD_FUSE to add fusebox commands.
3221     Fusebox commands include the ability to read
3222     the status, read the register cache, override the register cache,
3223     program the fuses and sense them.
3224
3225     Signed-off-by: Martha Marx <mmarx@silicontkx.com>
3226     Signed-off-by: John Rigby <jrigby@freescale.com>
3227
3228 commit 14d19cd1bce9a24b1335598f1568140f4950e4d9
3229 Author: John Rigby <jrigby@freescale.com>
3230 Date:   Fri Jan 23 10:33:15 2009 -0700
3231
3232     ADS5121 Fix rev2 silicon pci iopad config
3233
3234     Reset config is not correct
3235
3236     Signed-off-by: John Rigby <jrigby@freescale.com>
3237
3238 commit 4c154252c480b13f69ce1b71a9530b0515da76a6
3239 Author: John Rigby <jrigby@freescale.com>
3240 Date:   Wed Nov 19 13:57:34 2008 -0700
3241
3242     ADS5121 DIU Add diu_bmp_addr env
3243
3244     Add support for using a bmp other than
3245     FSL_Logo_BMP for the DIU splash screen.
3246
3247     Can now set the env var "diu_bmp_addr" to
3248     the address of a BMP in flash to use instead
3249     of the default FSL_Logo_BMP.
3250
3251     Signed-off-by: Martha Marx <mmarx@silicontkx.com>
3252     Signed-off-by: John Rigby <jrigby@freescale.com>
3253
3254 commit 92c20fbd3a7788c1a154f50a3f44f28a7763f99a
3255 Author: John Rigby <jrigby@freescale.com>
3256 Date:   Thu Oct 30 16:39:35 2008 -0600
3257
3258     ADS5121 DIU Make inclusion of FSL logo optional
3259
3260     Make inclusion of FSL logo optional and
3261     turn it off by default.
3262
3263     Signed-off-by: John Rigby <jrigby@freescale.com>
3264
3265 commit bd99ec149abe94e7f6b2bda4766d701b4005053f
3266 Author: Remy Bohmer <linux@bohmer.net>
3267 Date:   Sun Feb 1 12:27:53 2009 +0100
3268
3269     Compile warning fix in onenand_uboot.h
3270
3271     Regression since merge window after 2009.01
3272
3273     Signed-off-by: Remy Bohmer <linux@bohmer.net>
3274
3275 commit a270d1e7295c3d829f42c0480117941dfc1c6477
3276 Author: Stefan Roese <sr@denx.de>
3277 Date:   Thu Jan 29 06:33:55 2009 +0100
3278
3279     USB: Add EHCI support for VCT EHCI controller (really with driver now)
3280
3281     Somehow I missed the real driver part in my last patch version. This patch
3282     now adds the driver.
3283
3284     Signed-off-by: Stefan Roese <sr@denx.de>
3285     Signed-off-by: Remy Bohmer <linux@bohmer.net>
3286
3287 commit 716ebf436c9e43df6740e0172f6b2a81ddbf1b8e
3288 Author: Cliff Cai <cliff.cai@analog.com>
3289 Date:   Sat Nov 29 18:22:38 2008 -0500
3290
3291     Blackfin: add driver for on-chip MMC/SD controller
3292
3293     This is a port of the Linux Blackfin on-chip SDH driver to U-Boot.
3294
3295     Signed-off-by: Cliff Cai <cliff.cai@analog.com>
3296     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3297
3298 commit 6e87ea0ca951465eba144ab2e6dba6fb507737a2
3299 Author: Mike Frysinger <vapier@gentoo.org>
3300 Date:   Sat Oct 11 22:47:34 2008 -0400
3301
3302     Blackfin: add port muxing for BF51x SPI
3303
3304     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3305
3306 commit fc68f9f85959664d528daea2aef5ef54974331ce
3307 Author: Mike Frysinger <vapier@gentoo.org>
3308 Date:   Tue Jan 6 06:16:19 2009 -0500
3309
3310     Blackfin: output booting source when booting
3311
3312     Knowing the booting source of the part is useful, especially when the part
3313     can switch dynamically between sources.
3314
3315     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3316
3317 commit 8df3ce0f49c37947800ac7c84e751499882619fc
3318 Author: Mike Frysinger <vapier@gentoo.org>
3319 Date:   Thu Dec 11 06:30:46 2008 -0500
3320
3321     Blackfin: set default CONFIG_ENV_SPI_CS based on bootrom
3322
3323     Set the default CONFIG_ENV_SPI_CS value to match the SPI CS that is used by
3324     the Blackfin on-chip bootrom to boot out of SPI flash.
3325
3326     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3327
3328 commit 2b4a486e6fac502d8b883e344cc4012283945b3d
3329 Author: Mike Frysinger <vapier@gentoo.org>
3330 Date:   Thu Dec 11 04:06:26 2008 -0500
3331
3332     Blackfin: update asm-blackfin/posix_types.h to latest Linux version
3333
3334     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3335
3336 commit e5eb93e77391bcc308697116c544ea1340aaae8a
3337 Author: Mike Frysinger <vapier@gentoo.org>
3338 Date:   Sat Dec 6 02:54:52 2008 -0500
3339
3340     Blackfin: add port I bits
3341
3342     Some people need to access port I, so make sure the pins are defined.
3343
3344     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3345
3346 commit 8a6b272596d43de0db4943eac7af58c3534c4026
3347 Author: Sonic Zhang <Sonic.Zhang@analog.com>
3348 Date:   Wed Nov 26 22:16:45 2008 -0500
3349
3350     Blackfin: add driver for on-chip ATAPI controller
3351
3352     This is a port of the Linux Blackfin on-chip ATAPI driver to U-Boot.
3353
3354     Signed-off-by: Sonic Zhang <Sonic.Zhang@analog.com>
3355     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3356
3357 commit be9d8c780e6831cb84b7d4590ceae03dca8fc10b
3358 Author: Mike Frysinger <vapier@gentoo.org>
3359 Date:   Wed Nov 26 21:43:06 2008 -0500
3360
3361     Blackfin: add driver for on-chip NAND controller
3362
3363     This is a port of the Linux Blackfin on-chip NFC driver to U-Boot.
3364
3365     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3366
3367 commit 4148e02abae9a099f4444b5e168ebc2b911d2295
3368 Author: Mike Frysinger <vapier@gentoo.org>
3369 Date:   Wed Nov 12 07:18:15 2008 -0500
3370
3371     Blackfin: build with -mno-fdpic
3372
3373     Use the -mno-fdpic flag so that any Blackfin toolchain can be used to build
3374     up u-boot, including ones that output FDPIC ELF by default.
3375
3376     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3377
3378 commit 70e95589a24a2d83ad00317e4a9611d0211ecb58
3379 Author: Mike Frysinger <vapier@gentoo.org>
3380 Date:   Tue Nov 11 05:43:57 2008 -0500
3381
3382     Blackfin: fix up EBIU defines
3383
3384     The EBIU defines for EBSZ 256/512 were incorrect.
3385
3386     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3387
3388 commit 961954ea0ec8dc4341034c1a1ff3107ec0527809
3389 Author: Mike Frysinger <vapier@gentoo.org>
3390 Date:   Wed Nov 5 12:45:24 2008 -0500
3391
3392     Blackfin: use 8/16/32 bit transfer widths in dma_memcpy()
3393
3394     Rather than using 8bit transfers for everything, use 8/16/32 bit transfers
3395     as usable with the source/destination addresses and the count size.
3396
3397     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3398
3399 commit b93c68648426f906d63b98117496b6415f505f39
3400 Author: Mike Frysinger <vapier@gentoo.org>
3401 Date:   Wed Nov 5 08:50:23 2008 -0500
3402
3403     Blackfin: only flag L1 instruction for DMA memcpy
3404
3405     The performance difference from doing an 8 bit DMA memcpy vs an optimized
3406     core memcpy can be pretty big when you add in the overhead of setting up the
3407     MDMA registers, cache flushes, etc...  So only use dma_memcpy() when we
3408     actually require it.
3409
3410     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3411
3412 commit e347c092a3b3a2ce1e72f25f4829163634d09fbe
3413 Author: Mike Frysinger <vapier@gentoo.org>
3414 Date:   Wed Nov 5 07:20:37 2008 -0500
3415
3416     Blackfin: dma_memcpy(): fix random failures
3417
3418     We have to make sure the DMA channel is actually disabled in hardware before
3419     attempting to reprogram it.  Otherwise the new settings are ignored and we
3420     end up with random hangs/failures.
3421
3422     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3423
3424 commit fdce83c108846d6f0d5b1774e1cc29f2573a6ad3
3425 Author: Mike Frysinger <vapier@gentoo.org>
3426 Date:   Tue Nov 4 00:04:03 2008 -0500
3427
3428     Blackfin: rewrite cache handling functions
3429
3430     Take the cache flush functions from the kernel as they use hardware loops in
3431     order to get optimal performance.
3432
3433     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3434
3435 commit 84c5f0dc47d17593fd81206614891bdc94f6d51c
3436 Author: Mike Frysinger <vapier@gentoo.org>
3437 Date:   Mon Nov 3 22:30:05 2008 -0500
3438
3439     Blackfin: setup bi_enetaddr for single nets
3440
3441     For systems with CONFIG_NET_MULTI disabled, bi_enetaddr does not get setup
3442     based on $ethaddr, so set it up.
3443
3444     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3445
3446 commit 40599239e7875b39e2a5c12e6545992041c72c52
3447 Author: Mike Frysinger <vapier@gentoo.org>
3448 Date:   Fri Oct 24 22:48:47 2008 -0400
3449
3450     Blackfin: cache core/system clock values
3451
3452     Calculating the clocks requires a bit of calls to gcc math functions, so
3453     cache the values after the first run since they'll most likely never
3454     change once U-Boot is up and running.
3455
3456     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3457
3458 commit 6957a6209b02f6b69607fc47425f13731cc477f1
3459 Author: Mike Frysinger <vapier@gentoo.org>
3460 Date:   Fri Oct 24 18:18:16 2008 -0400
3461
3462     Blackfin: enable --gc-sections
3463
3464     Start building all Blackfin boards with -ffunction-sections/-fdata-sections
3465     and linking with --gc-sections.
3466
3467     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3468
3469 commit ee1d2001ea7fbabb2b9256026dc5468f057337f8
3470 Author: Mike Frysinger <vapier@gentoo.org>
3471 Date:   Mon Oct 20 21:08:54 2008 -0400
3472
3473     Blackfin: dont check baud if it wont actually get used
3474
3475     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3476
3477 commit 400f5778f375bc99c73c8488c555def261ccfab7
3478 Author: Mike Frysinger <vapier@gentoo.org>
3479 Date:   Tue Oct 14 07:54:09 2008 -0400
3480
3481     Blackfin: add driver for on-chip SPI controller
3482
3483     This fills out the SPI backend for the Blackfin on-chip SPI peripheral.
3484
3485     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3486
3487 commit 7a1e87b1062e6eac0704c6fc2f7c661caf8814cd
3488 Author: Mike Frysinger <vapier@gentoo.org>
3489 Date:   Sat Oct 18 05:33:51 2008 -0400
3490
3491     Blackfin: only build post code when CONFIG_POST
3492
3493     Save some time by using CONFIG_POST in the Makefile rather than C files.
3494
3495     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3496
3497 commit 6d7d4803c74bb86e1b401b1199e63381a62b9382
3498 Author: Mike Frysinger <vapier@gentoo.org>
3499 Date:   Thu Jan 8 11:57:57 2009 -0500
3500
3501     Blackfin: bfin_mac: cleanup pointer/casts for aliasing issues
3502
3503     Redo how pointers are managed to get rid of ugly casts and strict pointer
3504     aliasing issues that are highlighted by gcc 4.3.
3505
3506     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3507     Acked-by: Ben Warren <biggerbadderben@gmail.com>
3508
3509 commit 092d2487baf7c29343c165e3ae82ea8a7f9e679b
3510 Author: Mike Frysinger <vapier@gentoo.org>
3511 Date:   Tue Dec 9 17:46:21 2008 -0500
3512
3513     Blackfin: bfin_mac: convert CONFIG_BFIN_MAC_RMII to CONFIG_RMII
3514
3515     No point in having a Blackfin-specific define "CONFIG_BFIN_MAC_RMII" that
3516     does exactly the same thing as common "CONFIG_RMII".
3517
3518     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3519     Acked-by: Ben Warren <biggerbadderben@gmail.com>
3520
3521 commit 8eed6ca51e50fade6887e8bdb1ff6a44116b42b5
3522 Author: Mike Frysinger <vapier@gentoo.org>
3523 Date:   Wed Nov 5 06:36:15 2008 -0500
3524
3525     Blackfin: bfin_mac: use common debug()
3526
3527     Rather then defining our own DEBUGF(), just use the common debug().
3528
3529     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3530     Acked-by: Ben Warren <biggerbadderben@gmail.com>
3531
3532 commit a7ec6ac8b2c6dce6fc670a2a855deb6eee340e04
3533 Author: Mike Frysinger <vapier@gentoo.org>
3534 Date:   Mon Oct 20 13:59:51 2008 -0400
3535
3536     Blackfin: bfin_mac: respect CONFIG_PHY_{ADDR,CLOCK_FREQ}
3537
3538     Rather than having the on-chip MAC hardcoded to phy address 1 and a speed
3539     of 2.5mhz, use these as defaults if the board doesn't specify otherwise.
3540
3541     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3542     Acked-by: Ben Warren <biggerbadderben@gmail.com>
3543
3544 commit ac45af4e63ea925f4accc98453aab1a1166c196d
3545 Author: Mike Frysinger <vapier@gentoo.org>
3546 Date:   Tue Oct 14 04:52:00 2008 -0400
3547
3548     Blackfin: bfin_mac: cleanup MII/PHY functions
3549
3550     Cleanup and rewrite the MII/PHY related functions so that we can reuse the
3551     existing common linux/miiphy.h code and hook into the `mii` command.
3552
3553     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3554     Acked-by: Ben Warren <biggerbadderben@gmail.com>
3555
3556 commit 6b310a05f0d10c751f22468040932139f71c71d3
3557 Author: Mike Frysinger <vapier@gentoo.org>
3558 Date:   Tue Oct 14 00:31:30 2008 -0400
3559
3560     Blackfin: bfin_mac: set MDCDIV based on SCLK
3561
3562     Rather than hardcoding MDCDIV to 24 (which is correct for ~125mhz SCLK),
3563     use the real algorithm so it gets set correctly regardless of SCLK.
3564
3565     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3566     Acked-by: Ben Warren <biggerbadderben@gmail.com>
3567
3568 commit 930590f3e49c8f32256edf2e5861e1535a329c6c
3569 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3570 Date:   Sat Jan 31 09:10:48 2009 +0100
3571
3572     ixp: move serial to drivers/serial
3573
3574     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3575
3576 commit f90c8022f448bc5e93090e4b714368e52e912f0f
3577 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3578 Date:   Sat Jan 31 09:04:58 2009 +0100
3579
3580     ixp: move pci init in arm/board instead of cpu
3581
3582     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3583
3584 commit 8cb79b5f275f1888ccb278a2d2197140444a84b7
3585 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3586 Date:   Sat Jan 31 08:56:49 2009 +0100
3587
3588     ixp: move pci drivers to drivers/pci
3589
3590     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3591
3592 commit 012d5bab09a534e4800b02f50cf508e6837202ea
3593 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3594 Date:   Sat Jan 31 08:53:44 2009 +0100
3595
3596     ixp: Move conditional compilation to Makefile
3597
3598     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3599
3600 commit f693f501d67434df1f815fd1824a71973ae08207
3601 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3602 Date:   Sat Jan 31 08:53:44 2009 +0100
3603
3604     ixp: add missing os define
3605
3606     need by arm-elf toolchains and no impact on the arm-linux one
3607
3608     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3609
3610 commit b4e2f89dfcb206a22d34fa6b34878d85b498b39f
3611 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3612 Date:   Sat Jan 31 09:53:39 2009 +0100
3613
3614     ixp: remove the option to include the Microcode
3615
3616     instead the board will have to load it from flash or ram
3617     which will be specified by npe_ucode env var
3618
3619     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3620
3621 commit 1b017baf2071d8daf643bce87250db898c606c66
3622 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3623 Date:   Fri Jan 30 09:45:23 2009 +0100
3624
3625     ixp/npe: Move conditional compilation to Makefile
3626
3627     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3628
3629 commit 4e69087a1d6ef2eca6f46026cf5e7399b6c9e7c0
3630 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3631 Date:   Wed Jan 28 21:58:04 2009 +0100
3632
3633     SX1: add hardware V2 support
3634
3635     In the V2 the 2 flash has been replace by one 32MB flash
3636
3637     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3638
3639 commit f877f2233dbcd7417c2f0babe6a849099b167f3c
3640 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3641 Date:   Wed Jan 28 21:58:03 2009 +0100
3642
3643     SX1: Fix second flash mapping
3644
3645     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3646
3647 commit 47fd3bffed6430c91eb2660f859574ed98be5bd8
3648 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3649 Date:   Wed Jan 28 21:58:03 2009 +0100
3650
3651     SX1: add CONFIG_STDOUT_USBTTY to enable preboot stdout redirect to usbtty
3652
3653     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3654
3655 commit cfca33837ec83829c6a49c3bcc86c31bc2495ff6
3656 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3657 Date:   Wed Jan 28 21:57:59 2009 +0100
3658
3659     move Samsung's board to board/samsung
3660
3661     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3662
3663 commit e4943ec57466ea5dfa085e7a9e0ec44cb93c4e1e
3664 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3665 Date:   Thu Jan 29 12:07:21 2009 +0100
3666
3667     move ARM Ltd. to vendor dir
3668
3669     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3670
3671 commit a87fb1b308a2a375cb9ca74ca0dd3e2c5793d3bf
3672 Author: Larry Johnson <lrj@acm.org>
3673 Date:   Wed Jan 28 15:30:37 2009 -0500
3674
3675     ppc4xx: Clean up configuration file for Korat board
3676
3677     This patch updates the default environmental variables for the
3678     Korat PPC 440EPx board, and makes additional minor fixes.
3679
3680     Signed-off-by: Larry Johnson <lrj@acm.org>
3681     Signed-off-by: Stefan Roese <sr@denx.de>
3682
3683 commit f20405e31680efc36293c59b4963db57c9d93df4
3684 Author: Larry Johnson <lrj@acm.org>
3685 Date:   Wed Jan 28 15:30:02 2009 -0500
3686
3687     ppc4xx: Add variable "korat_usbcf" for Korat board
3688
3689     The new environment variable "korat_usbcf" selects the USB
3690     port used by the Korat board's CompactFlash controller.
3691
3692     Signed-off-by: Larry Johnson <lrj@acm.org>
3693     Signed-off-by: Stefan Roese <sr@denx.de>
3694
3695 commit fc01ea1e27d5b124f0a1868d0ce569f156d58dfe
3696 Author: Gunnar Rangoy <gunnar@rangoy.com>
3697 Date:   Fri Jan 23 12:56:31 2009 +0100
3698
3699     AVR32: macb - Search for PHY id
3700
3701     This patch adds support for searching through available PHY-addresses in
3702     the macb-driver. This is needed for the ATEVK1100 evaluation board,
3703     where the PHY-address will be initialized to either 1 or 7.
3704
3705     This patch adds a config option, CONFIG_MACB_SEARCH_PHY, which when
3706     enabled tells the driver to search for the PHY address.
3707
3708     Signed-off-by: Gunnar Rangoy <gunnar@rangoy.com>
3709     Signed-off-by: Paul Driveklepp <pauldriveklepp@gmail.com>
3710     Signed-off-by: Olav Morken <olavmrk@gmail.com>
3711     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3712
3713 commit af8626e0c08a780d9ded1d9c4883a89355f60e75
3714 Author: Olav Morken <olavmrk@gmail.com>
3715 Date:   Fri Jan 23 12:56:26 2009 +0100
3716
3717     Fix IP alignment problem
3718
3719     This patch removes volatile from:
3720     volatile IP_t *ip = (IP_t *)xip;
3721
3722     Due to a bug, avr32-gcc will assume that ip is aligned on a word boundary when
3723     using volatile, which causes an exception since xip isn't aligned on a word
3724     boundary.
3725
3726     Signed-off-by: Gunnar Rangoy <gunnar@rangoy.com>
3727     Signed-off-by: Paul Driveklepp <pauldriveklepp@gmail.com>
3728     Signed-off-by: Olav Morken <olavmrk@gmail.com>
3729     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3730
3731 commit 12a8b9db12f82a189ff143a58731007f5469da61
3732 Author: Ron Madrid <ron_madrid@sbcglobal.net>
3733 Date:   Wed Jan 28 16:17:21 2009 -0800
3734
3735     Marvell 88E1118 interrupt fix
3736
3737     This patch adjusts the LED control so that interrupt lines are not reading LEDs
3738     and effectively causing indefinite interrupts to the controller.
3739
3740     Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net>
3741     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3742
3743 commit 9a37f2acc31a3296dddd3574ea9eaf7f319807b9
3744 Author: Stefan Roese <sr@denx.de>
3745 Date:   Wed Jan 21 17:14:26 2009 +0100
3746
3747     net: smc911x.c: Add LAN9211 to chip_ids[] array
3748
3749     Signed-off-by: Stefan Roese <sr@denx.de>
3750     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3751
3752 commit 75edebe3011c963a7cd84be0f4a987477f2aaf89
3753 Author: Mike Frysinger <vapier@gentoo.org>
3754 Date:   Tue Jan 27 16:53:39 2009 -0500
3755
3756     Move is_valid_ether_addr() to include/net.h
3757
3758     Import the is_valid_ether_addr() function from the Linux kernel.
3759
3760     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3761     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3762
3763 commit 268859338c0188eab1d0d3b867b7dad3c5cc734a
3764 Author: Michal Simek <monstr@monstr.eu>
3765 Date:   Mon Jan 5 12:25:13 2009 +0100
3766
3767     net: Sort Makefile labels
3768
3769     Signed-off-by: Michal Simek <monstr@monstr.eu>
3770     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3771
3772 commit 1fbcbe9a95f39afb2df6ab8cba25b284b47ebfb2
3773 Author: Wolfgang Denk <wd@denx.de>
3774 Date:   Wed Jan 28 23:06:42 2009 +0100
3775
3776     85xx: Fix compile breakage with sbc8540 and sbc8560
3777
3778     This fixes an error which raises just a warning:
3779     sbc8560.c:250: warning: passing argument 2 of 'strmhz' makes integer from pointer without a cast
3780
3781     Signed-off-by: Wolfgang Denk <wd@denx.de>
3782
3783 commit 62625c0b081bd4019cecab14e9fc2e05e48d2a58
3784 Author: Mike Frysinger <vapier@gentoo.org>
3785 Date:   Wed Jan 28 13:48:55 2009 -0500
3786
3787     SPD823TS: do not define CONFIG_CMD_ENV
3788
3789     Since the SPD823TS board does not actually have any writable flash to save
3790     its environment, undefine CONFIG_CMD_ENV so the "saveenv" command is
3791     disabled.
3792
3793     This fixes the build error:
3794     common/libcommon.a(cmd_nvedit.o): In function `do_saveenv':
3795     common/cmd_nvedit.c:557: undefined reference to `saveenv'
3796     make: *** [u-boot] Error 1
3797
3798     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3799
3800 commit 7379f45a7bc71941c3920c2f6b3c3faa4d7fd315
3801 Author: Dirk Behme <dirk.behme@googlemail.com>
3802 Date:   Wed Jan 28 21:40:16 2009 +0100
3803
3804     OMAP3: Add Zoom1 board support
3805
3806     Support for Zoom MDK with OMAP3430. Details of Zoom MDK available here:
3807     http://www.logicpd.com/products/devkit/ti/zoom_mobile_development_kit
3808
3809     Signed-off-by: Nishanth Menon <nm@ti.com>
3810     Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
3811
3812 commit 2be2c6cc674e26237962f5cf4c0d311e139e4241
3813 Author: Dirk Behme <dirk.behme@googlemail.com>
3814 Date:   Wed Jan 28 21:39:58 2009 +0100
3815
3816     OMAP3: Add Pandora support
3817
3818     Add Pandora support.
3819
3820     Signed-off-by: Grazvydas Ignotas <notasas@gmail.com>
3821     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
3822     Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
3823
3824 commit ad9bc8e52d174d699d1367be0b90089e4fdeb933
3825 Author: Dirk Behme <dirk.behme@googlemail.com>
3826 Date:   Wed Jan 28 21:39:58 2009 +0100
3827
3828     OMAP3: Add EVM board
3829
3830     Add EVM board support.
3831
3832     Signed-off-by: Manikandan Pillai <mani.pillai@ti.com>
3833     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
3834     Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
3835
3836 commit 9d0fc8110e7e755239329c26f300d5fc9946d3ec
3837 Author: Dirk Behme <dirk.behme@googlemail.com>
3838 Date:   Wed Jan 28 21:39:57 2009 +0100
3839
3840     OMAP3: Add Overo board
3841
3842     Add Overo board support.
3843
3844     Signed-off-by: Steve Sakoman <sakoman@gmail.com>
3845     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
3846     Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
3847
3848 commit f904cdbb68167c647887f19929ad295dbaac8862
3849 Author: Dirk Behme <dirk.behme@googlemail.com>
3850 Date:   Tue Jan 27 18:19:12 2009 +0100
3851
3852     OMAP3: Add common power code, README, and BeagleBoard
3853
3854     Add BeagleBoard support, common power code and README.
3855
3856     Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
3857     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
3858
3859 commit 9cda4f104b5313fadc21b75aa781c7a6aaf6ea60
3860 Author: Kumar Gala <galak@kernel.crashing.org>
3861 Date:   Wed Jan 28 08:31:10 2009 -0600
3862
3863     85xx: Fix compile breakage with MPC8540EVAL
3864
3865     Configuring for MPC8540EVAL board...
3866     mpc8540eval.c: In function 'checkboard':
3867     mpc8540eval.c:53: error: invalid operands to binary /
3868     make[1]: *** [mpc8540eval.o] Error 1
3869
3870     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3871
3872 commit 1a448db77b10153703bc5e4ad13dd55d88beb1d6
3873 Author: Bryan Wu <bryan.wu@analog.com>
3874 Date:   Sun Jan 18 23:04:27 2009 -0500
3875
3876     usb_scan_devices: fix output with no devices
3877
3878     We should check the return of usb_new_device() so that if no USB device is
3879     found, we print out the right message rather than always saying "new usb
3880     device found".
3881
3882     Signed-off-by: Bryan Wu <bryan.wu@analog.com>
3883     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3884     Signed-off-by: Remy Bohmer <linux@bohmer.net>
3885
3886 commit f1c1f540243438246aefb703fdcf16957e3a72e1
3887 Author: Stefan Roese <sr@denx.de>
3888 Date:   Thu Jan 22 10:11:21 2009 +0100
3889
3890     USB: Add high-speed (480Mb/s) to all USB related outputs
3891
3892     With this patch the USB related connection speed output ("usb tree" command and
3893     debug output) is now high-speed enabled.
3894
3895     This patch also fixes a compilation warning when debugging is enabled.
3896
3897     Signed-off-by: Stefan Roese <sr@denx.de>
3898     Signed-off-by: Remy Bohmer <linux@bohmer.net>
3899
3900 commit daa2dafb450a8073a4e42fd46cd4e995b208e4cb
3901 Author: Stefan Roese <sr@denx.de>
3902 Date:   Wed Jan 21 17:12:19 2009 +0100
3903
3904     USB: Add dcache support to the EHCI driver
3905
3906     This patch adds routines to handle (flush/invalidate) the dcache for the
3907     QH and qTD structures and data buffers. This is needed on platforms using
3908     this EHCI support with dcache enabled (like the MIPS VCT board port).
3909
3910     Signed-off-by: Stefan Roese <sr@denx.de>
3911     Signed-off-by: Remy Bohmer <linux@bohmer.net>
3912
3913 commit 4e0ea0efc1e501186aca8577a4042fc6fa641602
3914 Author: Stefan Roese <sr@denx.de>
3915 Date:   Wed Jan 21 17:12:28 2009 +0100
3916
3917     USB: Add EHCI support for VCT EHCI controller
3918
3919     Signed-off-by: Stefan Roese <sr@denx.de>
3920     Signed-off-by: Remy Bohmer <linux@bohmer.net>
3921
3922 commit 832e61418eedfea172bd2fdfd0ea0d199cc70a9d
3923 Author: Stefan Roese <sr@denx.de>
3924 Date:   Wed Jan 21 17:12:10 2009 +0100
3925
3926     USB: Add config option to call ehci_hcd_init() again after EHCI reset
3927
3928     This patch adds the config option CONFIG_EHCI_HCD_INIT_AFTER_RESET
3929     to call ehci_hcd_init() again after ehci_reset() is executed. This
3930     is needed for the upcoming VCT EHCI support which needs to re-init
3931     the hcd part again after the EHCI CMD_RESET is executed.
3932
3933     Signed-off-by: Stefan Roese <sr@denx.de>
3934     Signed-off-by: Remy Bohmer <linux@bohmer.net>
3935
3936 commit 597eb28bd9691266b7b804364cda577cdb51d106
3937 Author: Stefan Roese <sr@denx.de>
3938 Date:   Wed Jan 21 17:12:01 2009 +0100
3939
3940     USB: Fix speed detection on EHCI cntr with root hub transaction translators
3941
3942     This patch fixes an issue that the speed of USB devices was not detected
3943     correctly on some EHCI controllers. This will be used on the upcoming VCT
3944     EHCI support.
3945
3946     Signed-off-by: Stefan Roese <sr@denx.de>
3947     Signed-off-by: Remy Bohmer <linux@bohmer.net>
3948
3949 commit 20cc06611ea33fc0a67a5e56e6476379d2de3091
3950 Author: Thomas Abraham <t-abraham@ti.com>
3951 Date:   Sun Jan 4 09:41:20 2009 +0530
3952
3953     usb : musb : Enabling USB MSC support for DM6446 (TI DaVinci) platform
3954
3955     Enabling USB MSC support for DM6446 (TI DaVinci) platform in the
3956     configuration file.
3957
3958     Signed-off-by: Ravi Babu <ravibabu@ti.com>
3959     Signed-off-by: Swaminathan S <swami.iyer@ti.com>
3960     Signed-off-by: Thomas Abraham <t-abraham@ti.com>
3961     Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
3962     Signed-off-by: Remy Bohmer <linux@bohmer.net>
3963
3964 commit 538ef967715322f64ee08efa2296d9682111b014
3965 Author: Thomas Abraham <t-abraham@ti.com>
3966 Date:   Sun Jan 4 09:41:16 2009 +0530
3967
3968     usb : musb : Enabling DM6446 (TI DaVinci) USB module power
3969
3970     Enabling DM6446 (TI DaVinci) USB module power and MUSB low-level
3971     controller hook up to USB core layer.
3972
3973     Signed-off-by: Ravi Babu <ravibabu@ti.com>
3974     Signed-off-by: Swaminathan S <swami.iyer@ti.com>
3975     Signed-off-by: Thomas Abraham <t-abraham@ti.com>
3976     Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
3977     Signed-off-by: Remy Bohmer <linux@bohmer.net>
3978
3979 commit e142e9f35f8ec61e74bf8019428b003f5070c33b
3980 Author: Thomas Abraham <t-abraham@ti.com>
3981 Date:   Sun Jan 4 09:41:13 2009 +0530
3982
3983     usb : musb : Adding DM6446 (TI DaVinci) platform specific USB support
3984
3985     Adding DM6446 (TI DaVinci) platform specific USB functionality for
3986     USB Phy and VBUS initialization.
3987
3988     Signed-off-by: Ravi Babu <ravibabu@ti.com>
3989     Signed-off-by: Swaminathan S <swami.iyer@ti.com>
3990     Signed-off-by: Thomas Abraham <t-abraham@ti.com>
3991     Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
3992     Signed-off-by: Remy Bohmer <linux@bohmer.net>
3993
3994 commit a9d39ebe91ecdd5ac0a0cf56ea162a19773db8da
3995 Author: Thomas Abraham <t-abraham@ti.com>
3996 Date:   Sun Jan 4 09:41:09 2009 +0530
3997
3998     usb : musb : Adding USB VBUS enable functionality for DM644x DVEVM
3999
4000     Adding USB VBUS enable functionality for DM644x DVEVM (TI DaVinci)
4001     platform.
4002
4003     Signed-off-by: Ravi Babu <ravibabu@ti.com>
4004     Signed-off-by: Swaminathan S <swami.iyer@ti.com>
4005     Signed-off-by: Thomas Abraham <t-abraham@ti.com>
4006     Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
4007     Signed-off-by: Remy Bohmer <linux@bohmer.net>
4008
4009 commit a142896934c755e679ba87e227a8e449f39b0012
4010 Author: Thomas Abraham <t-abraham@ti.com>
4011 Date:   Sun Jan 4 09:41:03 2009 +0530
4012
4013     usb : musb : Adding host controller driver for Mentor USB controller
4014
4015     Adding Mentor USB core functionality and Mentor USB Host controller
4016     functionality for Mentor USB OTG controller (musbhdrc).
4017
4018     Signed-off-by: Ravi Babu <ravibabu@ti.com>
4019     Signed-off-by: Swaminathan S <swami.iyer@ti.com>
4020     Signed-off-by: Thomas Abraham <t-abraham@ti.com>
4021     Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
4022     Signed-off-by: Remy Bohmer <linux@bohmer.net>
4023
4024 commit c7d703f3f3c3d6b020bda4cf633f8a6167c3cd2a
4025 Author: Mike Frysinger <vapier@gentoo.org>
4026 Date:   Thu Jan 1 18:27:27 2009 -0500
4027
4028     usb.h: use standard __LITTLE_ENDIAN from Linux headers
4029
4030     Rather than forcing people to define a custom "LITTLEENDIAN", just use the
4031     __LITTLE_ENDIAN one from the Linux byteorder headers that every arch is
4032     already setting up.
4033
4034     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4035     Signed-off-by: Remy Bohmer <linux@bohmer.net>
4036
4037 commit 7b6e31eb17e3ff76238a60803fc531517d516223
4038 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
4039 Date:   Wed Dec 31 10:33:56 2008 +0100
4040
4041     USB ehci ixp4xx support
4042
4043     Add USB ehci ixp4xx host controller. Test on ixdp465 board.
4044
4045     Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
4046     Signed-off-by: Remy Bohmer <linux@bohmer.net>
4047
4048 commit 1ed9f9adc88218841dfeb60b9094a5a548bff009
4049 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
4050 Date:   Wed Dec 31 10:33:22 2008 +0100
4051
4052     USB ehci remove infinite loop and use handshake function
4053
4054     USB ehci code cleanup. Use handshake instead of infinite while loop
4055     to check the STD_ASS status
4056
4057     Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
4058     Signed-off-by: Remy Bohmer <linux@bohmer.net>
4059
4060 commit 8fea2914ac974029b65926ef8247d908f84d202d
4061 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
4062 Date:   Wed Dec 31 10:32:41 2008 +0100
4063
4064     Add initial support for USB ehci pci
4065
4066     Add USB ehci pci support. This patch doesn't include any
4067     pci_ids and it is not tested on real hardware.
4068
4069     Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
4070     Signed-off-by: Remy Bohmer <linux@bohmer.net>
4071
4072 commit 14e4111cdab7e7738ff6a203d445e4d8377f058f
4073 Author: Bryan Wu <Bryan.Wu@analog.com>
4074 Date:   Thu Jan 1 19:48:07 2009 -0500
4075
4076     usb_storage: do not reset SanDisk Corporation U3 Cruzer Micro USB thumb drive
4077
4078     The SanDisk Corporation U3 Cruzer Micro 1/4GB Flash Drive 000016244373FFB4
4079     does not like to be reset, so check for it.
4080
4081     Signed-off-by: Bryan Wu <bryan.wu@analog.com>
4082     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4083     Signed-off-by: Remy Bohmer <linux@bohmer.net>
4084
4085 commit 1eb734fed3b79a5e6106dad16e88041894fdab30
4086 Author: Thomas Abraham <t-abraham@ti.com>
4087 Date:   Sun Jan 4 12:15:35 2009 +0530
4088
4089     usb : usb_kbd : Populating 'priv' member of USB keyboard device_t structure
4090
4091     This patch populates the 'priv' field of the USB keyboard device_t
4092     structure. The 'priv' field is populated with the address of the
4093     'struct usb_device' structure that represents the USB device.
4094
4095     The 'priv' field can then be used in the 'usb_event_poll' function to
4096     determine the USB device that requires to be polled. An
4097     example of its usage in 'usb_event_poll' function is as below.
4098
4099         device_t *dev;
4100         struct usb_device *usb_kbd_dev;
4101
4102         <snip>
4103
4104         dev = device_get_by_name("usbkbd");
4105         usb_kbd_dev = (struct usb_device *)dev->priv;
4106         iface = &usb_kbd_dev->config.if_desc[0];
4107
4108     Signed-off-by: Thomas Abraham <t-abraham@ti.com>
4109     Signed-off-by: Remy Bohmer <linux@bohmer.net>
4110
4111 commit 366523c26b6320af171459b19e6e0e9e3baa83ca
4112 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
4113 Date:   Thu Dec 18 10:05:37 2008 +0100
4114
4115     USB change speed
4116
4117     USB changes the speed according to the port status
4118
4119     Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
4120     Signed-off-by: Remy Bohmer <linux@bohmer.net>
4121
4122 commit c0d722fe7ee1cb452dfd9246419188b3f6d9c4df
4123 Author: Remy Böhmer <linux@bohmer.net>
4124 Date:   Sat Dec 13 22:51:58 2008 +0100
4125
4126     EHCI fix code and ixp4xx test.
4127     USB ehci configuration parameter:
4128
4129     #define CONFIG_CMD_USB          1
4130     #define CONFIG_USB_STORAGE      1
4131     #define CONFIG_USB_EHCI
4132     #define CONFIG_USB_EHCI_IXP4XX      1
4133     #define CONFIG_EHCI_IS_TDI  1
4134     #define CONFIG_EHCI_DESC_BIG_ENDIAN     1
4135     #define CONFIG_EHCI_MMIO_BIG_ENDIAN     1
4136     #define CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS 2
4137     #define CONFIG_LEGACY_USB_INIT_SEQ      1
4138
4139     2 USB Device(s) found
4140            scanning bus for storage devices... 0 Storage Device(s) found
4141     => usb tree
4142
4143     Device Tree:
4144       1  Hub (1.5MBit/s, 0mA)
4145       |  u-boot EHCI Host Controller
4146       |
4147       |+-2  Mass Storage (12MBit/s, 100mA)
4148            Sony Storage Media 0C07040930296
4149
4150     =>
4151
4152     Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
4153     Signed-off-by: Remy Böhmer <linux@bohmer.net>
4154
4155 commit 51ab142b8b546d5e627b2c8c36d0adae222565f7
4156 Author: michael <michael@panicking.retis>
4157 Date:   Thu Dec 11 13:43:55 2008 +0100
4158
4159     [PATCH] This patch add varius fix to the ehci.
4160     - fix ehci_readl, ehci_writel
4161     - introduce new define in ehci.h
4162     - introduce the handshake function for waiting on a register
4163     - fix usb_ehci_fsl with the new HC_LENGTH macro
4164
4165     Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
4166     Signed-off-by: Remy Böhmer <linux@bohmer.net>
4167
4168 commit db63299b1dd2894ade542278210bccd046de6435
4169 Author: michael <michael@panicking.retis>
4170 Date:   Wed Dec 10 17:55:19 2008 +0100
4171
4172     [PATCH] Fix EHCI usb. I start to test on a
4173     IXP465 board and I find some errors in the code. This
4174     patch fix:
4175     - descriptor initizialization (config, interface and endpoint
4176       must be one next-to the other when the USB_DT_CONFIG message
4177       is send.
4178     - FIX little/endian bigendian (introduce the CONFIG_EHCI_DESC_BIG_ENDIAN
4179       and the CONFIG_EHCI_MMIO_BIG_ENDIAN)
4180     - Introduce the linux version of the usb_config_descriptor and
4181       usb_interface descriptor. This descriptor does't contains
4182       u-boot extension.
4183
4184     Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
4185     Signed-off-by: Remy Böhmer <linux@bohmer.net>
4186
4187 commit 6b92487dcf9afe83a3570153d66940fdb293be76
4188 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
4189 Date:   Fri Nov 28 13:22:09 2008 +0100
4190
4191     USB ehci freescale support
4192
4193     Add USB ehci freescale support
4194
4195     Signed-off-by: Michael Trimarchi <trimarchi@gandalf.sssup.it>
4196     Signed-off-by: Remy Böhmer <linux@bohmer.net>
4197
4198 commit aaf098cfeed04595d4c5100ffd39095d79edbf90
4199 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
4200 Date:   Fri Nov 28 13:20:46 2008 +0100
4201
4202     USB ehci core support
4203
4204     Add USB ehci core support
4205
4206     Signed-off-by: Michael Trimarchi <trimarchi@gandalf.sssup.it>
4207     Signed-off-by: Remy Böhmer <linux@bohmer.net>
4208
4209 commit 3e126484df7868e341545cce740b24b62b0cd3b7
4210 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
4211 Date:   Fri Nov 28 13:19:19 2008 +0100
4212
4213     Prepare USB layer for ehci
4214
4215     Prepare USB layer for ehci support
4216
4217     Signed-off-by: Michael Trimarchi <trimarchi@gandalf.sssup.it>
4218     Signed-off-by: Remy Böhmer <linux@bohmer.net>
4219
4220 commit a0cb3fc31e58996a1c5732715ac04159d4d284fd
4221 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
4222 Date:   Wed Dec 10 15:52:06 2008 +0100
4223
4224     USB storage cleanup patch
4225
4226     Cleanup usb storage
4227
4228     Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
4229     Signed-off-by: Remy Bohmer <linux@bohmer.net>
4230
4231 commit fe033ad6d0883063fe857237abb9436fab03208c
4232 Author: Mike Frysinger <vapier@gentoo.org>
4233 Date:   Sun Oct 12 06:02:55 2008 -0400
4234
4235     Blackfin: fixup misc warnings such as printf's and missing casts
4236
4237     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4238
4239 commit 1f4a3bb50343719c434d7e2541a2f86480a6d25c
4240 Author: Mike Frysinger <vapier@gentoo.org>
4241 Date:   Sun Oct 12 22:09:26 2008 -0400
4242
4243     Blackfin: convert old boards to use COBJS-y Makefile style
4244
4245     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4246
4247 commit 1f75d6f0ff005762d3e6ad92ae4ce2ab366b3bb5
4248 Author: Mike Frysinger <vapier@gentoo.org>
4249 Date:   Sat Oct 11 22:38:37 2008 -0400
4250
4251     Blackfin: bf533-stamp: rewrite resource swap logic
4252
4253     The old swap function tended to clobber unrelated pins and screw up masks.
4254     Rewrite the thing from scratch so it only uses the resources it needs.
4255
4256     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4257
4258 commit 29d4ea0a9073c82469184331010136f52edf8db6
4259 Author: Mike Frysinger <vapier@gentoo.org>
4260 Date:   Sat Oct 11 22:08:42 2008 -0400
4261
4262     Blackfin: bootldr: implement BF53x/BF56x LDR loader
4263
4264     The BF53x/BF56x parts do not have an on-chip ROM to boot LDRs out of
4265     arbitrary memory locations, so implement a basic one in software.
4266
4267     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4268
4269 commit 8b35e3aeff6c2d747c37697997b3f8a808432329
4270 Author: Mike Frysinger <vapier@gentoo.org>
4271 Date:   Sat Oct 11 22:05:42 2008 -0400
4272
4273     Blackfin: implement real write support for OTP
4274
4275     Now that real documentation has been released for the OTP interface and
4276     the on-chip ROM wrt writing/timings, implement support for reading/writing
4277     as well as dumping/locking.
4278
4279     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4280
4281 commit 9372c3214808fab545227d8d0f76b3bfcc6760ec
4282 Author: Mike Frysinger <vapier@gentoo.org>
4283 Date:   Sat Oct 11 22:04:05 2008 -0400
4284
4285     Blackfin: update on-chip ROM API
4286
4287     This brings the API for the on-chip ROM in line with the toolchain and
4288     hardware documentation.
4289
4290     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4291
4292 commit 7633903bff432ec7b27905dce7396958553f2be6
4293 Author: Mike Frysinger <vapier@gentoo.org>
4294 Date:   Sat Oct 11 21:52:17 2008 -0400
4295
4296     Blackfin: allow serial console to be disabled
4297
4298     Some devices have no UART device pulled out, so allow people to disable the
4299     driver completely in favor of other methods (like JTAG-console).
4300
4301     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4302
4303 commit 36ea8e9ad1107af12d244bba8c73e85b9f655e45
4304 Author: Mike Frysinger <vapier@gentoo.org>
4305 Date:   Sat Oct 11 21:51:20 2008 -0400
4306
4307     Blackfin: support console-over-JTAG
4308
4309     The Blackfin JTAG has the ability to pass data via a back-channel without
4310     halting the processor.  Utilize that channel to emulate a console.
4311
4312     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4313
4314 commit cf8f2efb5f39c5225da92391c14a07eecbeca881
4315 Author: Mike Frysinger <vapier@gentoo.org>
4316 Date:   Sat Oct 11 21:49:06 2008 -0400
4317
4318     Blackfin: handle new anomalies with reset
4319
4320     Workaround fun new anomalies related to software reset of the processor.
4321
4322     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4323
4324 commit b1e9435b643043dd8fbd1fcc47309c6acb7b3c8e
4325 Author: Mike Frysinger <vapier@gentoo.org>
4326 Date:   Sat Oct 11 21:44:00 2008 -0400
4327
4328     Blackfin: pass RETX to Linux
4329
4330     Make sure we save the value of RETX at power on and then pass it on to the
4331     kernel so that it can nicely debug a "double-fault-caused-a-reset" crash.
4332
4333     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4334
4335 commit b5eba3fafcccd1979380f12a256bd0e19be3d61e
4336 Author: Mike Frysinger <vapier@gentoo.org>
4337 Date:   Sat Oct 11 21:40:26 2008 -0400
4338
4339     Blackfin: clarify relocation comment during init
4340
4341     People often ask questions about the init process and when things go
4342     from flash to relocated base, so clarify the comments a bit.
4343
4344     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4345
4346 commit 95433f6d43ede6b40c1d900f3f704c839aa074f1
4347 Author: Mike Frysinger <vapier@gentoo.org>
4348 Date:   Sat Oct 11 21:23:41 2008 -0400
4349
4350     Blackfin: just set SP register directly during init
4351
4352     No need to set the SP register indirectly to the configured value when it
4353     can be set directly.
4354
4355     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4356
4357 commit 51230e6e356ccf4c932e0c4ff54f1e49da02285c
4358 Author: Mike Frysinger <vapier@gentoo.org>
4359 Date:   Sat Oct 11 21:15:53 2008 -0400
4360
4361     Blackfin: add portmuxing for UARTs on the BF51x
4362
4363     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4364
4365 commit 4f6a313240c531042f16909a3a170ab047b95779
4366 Author: Mike Frysinger <vapier@gentoo.org>
4367 Date:   Sun Jun 1 01:26:29 2008 -0400
4368
4369     Blackfin: respect CONFIG_CLKIN_HALF
4370
4371     As pointed out by Ivan Koryakovskiy, the initialization code was not
4372     actually respecting the CONFIG_CLKIN_HALF option when configuring the
4373     PLL_CTL register.
4374
4375     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4376
4377 commit dc2bfb0b58d7462b9eba68f3ae38e38cada0ad33
4378 Author: Mike Frysinger <vapier@gentoo.org>
4379 Date:   Sun Jun 1 01:21:34 2008 -0400
4380
4381     Blackfin: use common memcpy routine during init
4382
4383     Rather than using a local custom memcpy function, just call the existing
4384     optimized Blackfin version.
4385
4386     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4387
4388 commit 362c943347364e9373af4c5530778491ab56ec2e
4389 Author: Mike Frysinger <vapier@gentoo.org>
4390 Date:   Wed Apr 9 02:27:06 2008 -0400
4391
4392     Blackfin: set default boot SPI CS for BF538/BF539
4393
4394     The BF538/BF539 use CS2 for booting off of rather than CS1 like newer
4395     Blackfin parts.
4396
4397     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4398
4399 commit 74dde80bd5d55bc146630853ca191aaeea7c30f4
4400 Author: Mike Frysinger <vapier@gentoo.org>
4401 Date:   Wed Apr 9 02:20:59 2008 -0400
4402
4403     Blackfin: punt unused BF533-STAMP definitions
4404
4405     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4406
4407 commit fee531eeefc3b5f2c63c7fe27b9f55d924c59c26
4408 Author: Mike Frysinger <vapier@gentoo.org>
4409 Date:   Fri Apr 18 20:44:11 2008 -0400
4410
4411     Blackfin: resurrect BF533-STAMP video splash driver
4412
4413     This video driver used to live in the Blackfin cpu directory, but it was
4414     lost during the unification process.  This brings it back.
4415
4416     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4417
4418 commit a750d038f2548d846ea1e046d873dc932d041319
4419 Author: Mike Frysinger <vapier@gentoo.org>
4420 Date:   Wed Apr 9 02:31:29 2008 -0400
4421
4422     Blackfin: tighten up post memory coding style
4423
4424     No functional changes here; just cleanup code style a bit.
4425
4426     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4427
4428 commit 0649908f92c9bd214dd139aa3d4698c1654a45c6
4429 Author: Mike Frysinger <vapier@gentoo.org>
4430 Date:   Wed Apr 9 02:29:18 2008 -0400
4431
4432     Blackfin: bf537-stamp nand: fix more style errors in previous commit
4433
4434     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4435
4436 commit 41f3325ae9add641036d7cb362e884b698e53f07
4437 Author: Mike Frysinger <vapier@gentoo.org>
4438 Date:   Sat Oct 11 20:31:17 2008 -0400
4439
4440     Blackfin: drop dead/wrong debug code in initdram()
4441
4442     The DEBUG code in initdram() is quite old and was never really useful, so
4443     just drop it altogether.  Common Blackfin debug code does a better job.
4444
4445     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4446
4447 commit 65ba1abd3b90e0b2585745809b78e2651bd3bacb
4448 Author: Mike Frysinger <vapier@gentoo.org>
4449 Date:   Sat Oct 11 20:30:28 2008 -0400
4450
4451     Blackfin: bf533-ezkit: shuffle flash defines a little
4452
4453     Some of the flash defines weren't in the correct location and caused build
4454     problems in some configurations, so let's move types and defines to better
4455     local locations.
4456
4457     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4458
4459 commit be853bf86b41e91f4c422f0f56fdf87ea3191266
4460 Author: Mike Frysinger <vapier@gentoo.org>
4461 Date:   Mon Oct 6 04:16:47 2008 -0400
4462
4463     Blackfin: overhaul i2c driver
4464
4465     The current Blackfin i2c driver does not work properly with certain devices
4466     due to it breaking up transfers incorrectly.  This is a rewrite of the
4467     driver and relocates it to the newer place in the source tree.
4468
4469     Also remove duplicated I2C speed defines in Blackfin board configs and
4470     disable I2C slave address usage since it isn't implemented.
4471
4472     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4473
4474 commit b6edc719a106ab7fa6e6950b4d97bc39c1368e45
4475 Author: Mike Frysinger <vapier@gentoo.org>
4476 Date:   Mon Oct 6 04:00:07 2008 -0400
4477
4478     Blackfin: respect CONFIG_SYS_MONITOR_LEN for default flash protection
4479
4480     Respect the CONFIG_SYS_MONITOR_LEN define rather than assuming a size of
4481     128kB when setting up the default flash protection region for U-Boot
4482     itself.
4483
4484     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4485
4486 commit 78a0ba7dc24c9682371f6ee8549b569fb573a329
4487 Author: Mike Frysinger <vapier@gentoo.org>
4488 Date:   Mon Oct 6 03:57:39 2008 -0400
4489
4490     Blackfin: respect/check CONFIG_SYS_GBL_DATA_SIZE
4491
4492     When setting up the global data, rather than relying on sizeof(), use the
4493     common CONFIG_SYS_GBL_DATA_SIZE define.
4494
4495     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4496
4497 commit 01815c2d06c5b838f2cd536703e47bd2c9148194
4498 Author: Mike Frysinger <vapier@gentoo.org>
4499 Date:   Mon Oct 6 03:52:24 2008 -0400
4500
4501     Blackfin: implement general support for CONFIG_STATUS_LED
4502
4503     Here are the Blackfin-specific and board-independent pieces for status leds.
4504
4505     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4506
4507 commit 6882b5a79a3247494b62c05015fa672557f1bfaa
4508 Author: Mike Frysinger <vapier@gentoo.org>
4509 Date:   Mon Oct 6 03:49:32 2008 -0400
4510
4511     Blackfin: do not init i2c in Blackfin board init
4512
4513     The common code takes care of calling i2c_init() when needed, so no point
4514     in us doing it as well.
4515
4516     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4517
4518 commit 1118ea73698eee6e72ef5cbfc00e41746040304f
4519 Author: Mike Frysinger <vapier@gentoo.org>
4520 Date:   Mon Oct 6 03:42:20 2008 -0400
4521
4522     Blackfin: bfin_mac: update port muxing
4523
4524     Adds support more Blackfin parts and fixes broken muxing for older ones.
4525
4526     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4527
4528 commit 05b75e48832fc4afeecf8e76d704349557dffa35
4529 Author: Mike Frysinger <vapier@gentoo.org>
4530 Date:   Mon Oct 6 03:35:44 2008 -0400
4531
4532     Blackfin: fix dcache handling when doing dma memcpy's
4533
4534     Our dcache invalidate function doesn't just invalidate, it also flushes.
4535     So rename the function accordingly and fix the dma_memcpy() function so it
4536     doesn't inadvertently corrupt the data destination.
4537
4538     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4539
4540 commit 68e5632494168095d75f120af70043b68afd2476
4541 Author: Mike Frysinger <vapier@gentoo.org>
4542 Date:   Thu Aug 7 18:56:56 2008 -0400
4543
4544     Blackfin: dont generate ldrs with --force
4545
4546     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4547
4548 commit 746290dfd86a70b41fc5fdd3df1424a647d5c5e8
4549 Author: Mike Frysinger <vapier@gentoo.org>
4550 Date:   Thu Aug 7 18:55:30 2008 -0400
4551
4552     Blackfin: pass --bmode/--initcode when creating ldr
4553
4554     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4555
4556 commit 0332e4df71fccf9a96c5a4393e3c5d5daa50880a
4557 Author: Mike Frysinger <vapier@gentoo.org>
4558 Date:   Thu Aug 7 18:39:27 2008 -0400
4559
4560     Blackfin: minimize time cache is turned off when replacing cplb entries
4561
4562     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4563
4564 commit 21d631360430cf0ae9099612273cd4de28911ba9
4565 Author: Mike Frysinger <vapier@gentoo.org>
4566 Date:   Thu Aug 7 15:31:13 2008 -0400
4567
4568     Blackfin: split cache handling out of dma_memcpy()
4569
4570     Creating a new dma_memcpy() function that skips all cache checks allows us
4571     to use the function in very early init where the cache is not yet setup.
4572
4573     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4574
4575 commit d31eb38512bed377d5d4b3c696662e52120a2e4c
4576 Author: Mike Frysinger <vapier@gentoo.org>
4577 Date:   Thu Aug 7 15:30:49 2008 -0400
4578
4579     Blackfin: abort dma_memcpy() for L1 scratchpad
4580
4581     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4582
4583 commit 81b799add709177e838466461f7b9989488b0fd5
4584 Author: Mike Frysinger <vapier@gentoo.org>
4585 Date:   Thu Aug 7 15:27:52 2008 -0400
4586
4587     Blackfin: rename bootm.c to boot.c
4588
4589     The boot file contains functions for more than just "bootm", so rename it
4590     accordingly.
4591
4592     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4593
4594 commit d7ca7dd5bfc418ac173e9d2712f6cc2d8147a091
4595 Author: Mike Frysinger <vapier@gentoo.org>
4596 Date:   Thu Aug 7 13:22:37 2008 -0400
4597
4598     Blackfin: set more sane default board config values
4599
4600     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4601
4602 commit 36cd52a00794fb15ffab05d640acca92d7482993
4603 Author: Mike Frysinger <vapier@gentoo.org>
4604 Date:   Thu Aug 7 15:24:59 2008 -0400
4605
4606     Blackfin: convert CMD_LINE_ADDR to CONFIG_LINUX_CMDLINE_{ADDR,SIZE}
4607
4608     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4609
4610 commit c8054bc12e00669bd7588f2b30fef48aa94babac
4611 Author: Mike Frysinger <vapier@gentoo.org>
4612 Date:   Thu Aug 7 13:21:27 2008 -0400
4613
4614     Blackfin: add bit defines for DDR parts
4615
4616     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4617
4618 commit 154502fe0796f3b7a4698378c5d2080ae28a9782
4619 Author: Mike Frysinger <vapier@gentoo.org>
4620 Date:   Thu Aug 7 13:21:11 2008 -0400
4621
4622     Blackfin: add defines to describe active bootrom behavior
4623
4624     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4625
4626 commit 2b6fd5c77db9c6ed3cea9799c86ff922cf0107b2
4627 Author: Kim Phillips <kim.phillips@freescale.com>
4628 Date:   Tue Jan 27 16:03:53 2009 -0600
4629
4630     mpc83xx: fix undefined reference to `flush_cache' error in simpc8313 build
4631
4632     extend commit c70564e6b1bd08f3230182392238907f3531a87e
4633     "NAND: Fix cache and memory inconsistency issue" to add the cache.o dependency
4634     to the simpc8313 build and fix this:
4635
4636     ...Large Page NAND...Configuring for SIMPC8313 board...
4637     nand_boot_fsl_elbc.o: In function `nand_boot':
4638     nand_spl/board/sheldon/simpc8313/nand_boot_fsl_elbc.c:150: undefined reference to `flush_cache'
4639     make[1]: *** [/home/r1aaha/git/u-boot-mpc83xx/nand_spl/u-boot-spl] Error 1
4640     make: *** [nand_spl] Error 2
4641
4642     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
4643
4644 commit 54a7cc4912feefa45be961cc47cc159563725d2f
4645 Author: Wolfgang Denk <wd@denx.de>
4646 Date:   Wed Jan 28 09:25:31 2009 +0100
4647
4648     mpc8536ds.c: include sata.h to for needed function prototypes
4649
4650     Signed-off-by: Wolfgang Denk <wd@denx.de>
4651
4652 commit 2fb2604d5c20beb061b0a94282b7f6eb14d00cb8
4653 Author: Peter Tyser <ptyser@xes-inc.com>
4654 Date:   Tue Jan 27 18:03:12 2009 -0600
4655
4656     Command usage cleanup
4657
4658     Remove command name from all command "usage" fields and update
4659     common/command.c to display "name - usage" instead of
4660     just "usage". Also remove newlines from command usage fields.
4661
4662     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
4663
4664 commit 79621bc10ba8b8c45d348994aba5b9e4923cb77b
4665 Author: Peter Tyser <ptyser@xes-inc.com>
4666 Date:   Tue Jan 27 18:03:11 2009 -0600
4667
4668     amcc: Clean up command usage output
4669
4670     Update taihu and taishan commands to use cmd_usage() function
4671     to display usage messages.
4672
4673     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
4674
4675 commit 62c3ae7c6ef215b1afa614abdf61acf077752207
4676 Author: Peter Tyser <ptyser@xes-inc.com>
4677 Date:   Tue Jan 27 18:03:10 2009 -0600
4678
4679     Standardize command usage messages with cmd_usage()
4680
4681     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
4682
4683 commit 84cde2bb409c07c6ef36a192d194359d4e9ccd70
4684 Author: Peter Tyser <ptyser@xes-inc.com>
4685 Date:   Tue Jan 27 18:03:09 2009 -0600
4686
4687     pcs440ep: Clean up led command definition
4688
4689     The pcs440ep's led command usage formatting is non-standard.  It
4690     was made standard in preparation for larger command usage updates.
4691
4692     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
4693
4694 commit 9507e7867e04dc48c80ee333c2a9a5e70e887f62
4695 Author: Peter Tyser <ptyser@xes-inc.com>
4696 Date:   Tue Jan 27 18:03:08 2009 -0600
4697
4698     Clean up diufb command definitions
4699
4700     The diufb command usage formatting is non-standard.  It was
4701     made standard in preparation for larger command usage updates.
4702
4703     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
4704
4705 commit 6450a8485836fc80615ae6de6a864c33369b44f5
4706 Author: Wolfgang Denk <wd@denx.de>
4707 Date:   Wed Jan 28 00:29:26 2009 +0100
4708
4709     Update CHANGELOG, tiny coding style cleanup.
4710
4711     Signed-off-by: Wolfgang Denk <wd@denx.de>
4712
4713 commit cf7e399fb35b3aea90a27d1df72f45f5d6156204
4714 Author: Mike Frysinger <vapier@gentoo.org>
4715 Date:   Tue Jan 27 16:12:21 2009 -0500
4716
4717     SATA: do not auto-initialize during boot
4718
4719     Rather than have the board code initialize SATA automatically during boot,
4720     make the user manually run "sata init".  This brings the SATA subsystem in
4721     line with common U-Boot policy.
4722
4723     Rather than having a dedicated weak function "is_sata_supported", people
4724     can override sata_initialize() to do their weird board stuff.  Then they
4725     can call the actual __sata_initialize().
4726
4727     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4728
4729 commit 50970839712dda35399e2fa83fe818df9354d618
4730 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
4731 Date:   Mon Jan 26 08:45:14 2009 -0500
4732
4733     part_efi: Fix partition size calculation due to inclusive ending LBA.
4734
4735     The ending LBA is inclusive. Hence, the partition size should be
4736     ((ending-LBA + 1) - starting-LBA) to get the proper partition size.
4737
4738     This is confirmed against the results from the parted tool.
4739     (e.g. use parted /dev/sda -s unit S print) and observe the size.
4740
4741     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
4742
4743 commit b5b004ad8a0ac6f98bd5708ec8b22fbddd1c1042
4744 Author: Tomasz Figa <tomasz.figa@gmail.com>
4745 Date:   Tue Dec 30 18:35:57 2008 +0100
4746
4747     jffs2: Fix zero sector_size when not using CONFIG_JFFS2_CMDLINE
4748
4749     This patch fixes a bug (?) introduced after inclusion of the new
4750     JFFS2 code.
4751
4752     When not using CONFIG_JFFS2_CMDLINE, the code in cmd_jffs2.c doesn't
4753     fill in part->sector_size (keeping it as 0), but a correct value is
4754     needed by the code in jffs2_1pass.c. This causes all JFFS2 accesses
4755     to be in the same place of the memory, what obviously means
4756     impossibility to use the JFFS2 partition.
4757
4758     This problem is fixed in this patch by including sector size
4759     calculation in non-CONFIG_JFFS2_CMDLINE mtdparts_init variant.
4760
4761     Signed-off-by: Tomasz Figa <tomasz.figa_at_gmail.com>
4762
4763 commit ba69dc26a5fd606da49573bb2f15e756a34f3f98
4764 Author: Mike Frysinger <vapier@gentoo.org>
4765 Date:   Tue Dec 30 02:59:25 2008 -0500
4766
4767     saveenv: standardize enablement
4768
4769     Rather than special casing each environment type for enabling the saveenv
4770     command, have them all behave the same.  This avoids bitrot as new env
4771     sources are added/removed.
4772
4773     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4774
4775 commit 2ac6985a7466a1c8a7aa8b2fa24d360925a82764
4776 Author: Andrew Dyer <adyer@righthandtech.com>
4777 Date:   Mon Dec 29 17:36:01 2008 -0600
4778
4779     soft_i2c.c add option for repeated start in i2c_read()
4780
4781     This patch adds a #define to optionally change the behaviour of
4782     i2c_read() in soft_i2c.c to send an I2C repeated start instead of a
4783     stop-start between sending the device address pointer write and
4784     reading back the data.  The current behaviour is retained as the
4785     default.
4786
4787     While most devices will work either way, I have a smart battery(*)
4788     that requires repeated start, and someone at some point found a
4789     device that required a stop-start.
4790
4791     (*) http://www.inspired-energy.com/Standard_Products/NL2054/NL2054%20Rev1.0%20Data%20Sheet.pdf
4792
4793     Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
4794
4795 commit 3429071700963ca2f944c51d695a7481af0cee33
4796 Author: Wolfgang Denk <wd@denx.de>
4797 Date:   Tue Jan 27 22:07:14 2009 +0100
4798
4799     {delta,zylonite}/lowlevel_init.S: fix typo
4800
4801     Commit 9d803d8c mistakenly changed some constants
4802     from 0x300 into 300 - this patch fixes it.
4803
4804     Pointed out by Tom Evans <tom@ceos.com.au>, see
4805     http://article.gmane.org/gmane.comp.boot-loaders.u-boot/51992 for
4806     details.
4807
4808     Signed-off-by: Wolfgang Denk <wd@denx.de>
4809
4810 commit 1bc434373013af241835c14011ac3f291dccbf53
4811 Author: Stefan Althoefer <stefan.althoefer@web.de>
4812 Date:   Sat Dec 20 19:40:41 2008 +0100
4813
4814     drivers/net/e1000.c: missing terminator for supported devices
4815
4816     Signed-off-by: Stefan Althoefer <stefan.althoefer@web.de>
4817
4818 commit 65f7d41031a70b1649b35020995c505edca91533
4819 Author: Wolfgang Denk <wd@denx.de>
4820 Date:   Tue Jan 27 21:36:28 2009 +0100
4821
4822     fat.c: fix warning: array subscript is above array bounds
4823
4824     Fix based on suggestion by David Hawkins <dwh@ovro.caltech.edu>.
4825
4826     Signed-off-by: Wolfgang Denk <wd@denx.de>
4827
4828 commit 107b801cf3fe39612d69d70581ebc3bf5e215554
4829 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
4830 Date:   Fri Jan 2 15:11:41 2009 +0100
4831
4832     Fix gunzip in case of insufficient output buffer
4833
4834     U-Boot's gunzip() function does not handle the return code
4835     of zlib's inflate() function correctly. gunzip() is implemented
4836     to uncompress all input data in one run. So the correct return
4837     code for the good case is Z_STREAM_END. In case of insufficient
4838     output buffer memory inflate returns Z_OK. For gunzip() this
4839     is an error.
4840
4841     It also makes sense to me to call inflateEnd() also in case
4842     of an error.
4843
4844     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
4845
4846 commit 2a61eff6a82f0d6e2335d968799b3fbeb3ff4d8e
4847 Author: Stefan Roese <sr@denx.de>
4848 Date:   Wed Jan 21 17:25:01 2009 +0100
4849
4850     MIPS: Add VCT board series support (Part 3/3)
4851
4852     Signed-off-by: Stefan Roese <sr@denx.de>
4853
4854 commit ae691e5719c48f1d2826cb72722497d1d162765b
4855 Author: Stefan Roese <sr@denx.de>
4856 Date:   Wed Jan 21 17:24:49 2009 +0100
4857
4858     MIPS: Add VCT board series support (Part 2/3)
4859
4860     Signed-off-by: Stefan Roese <sr@denx.de>
4861
4862 commit 50752790bc9285c0c1c5235e88f3a4ef2eec1e72
4863 Author: Stefan Roese <sr@denx.de>
4864 Date:   Wed Jan 21 17:24:39 2009 +0100
4865
4866     MIPS: Add VCT board series support (Part 1/3)
4867
4868     Signed-off-by: Stefan Roese <sr@denx.de>
4869
4870 commit 03d3bfb00806b5441f1871c7408c1749863e0fdc
4871 Author: Stefan Roese <sr@denx.de>
4872 Date:   Wed Jan 21 17:20:20 2009 +0100
4873
4874     MIPS: Add flush_dcache_range() and invalidate_dcache_range()
4875
4876     This patch adds flush_/invalidate_dcache_range() to the MIPS architecture.
4877     Those functions are needed for the upcoming dcache support for the USB
4878     EHCI driver. I chose this API because those cache handling functions are
4879     already present in the PPC architecture.
4880
4881     Signed-off-by: Stefan Roese <sr@denx.de>
4882     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4883
4884 commit de832a99414ff06a4b2cdc9f5280b387da039834
4885 Author: Stefan Roese <sr@denx.de>
4886 Date:   Mon Jan 26 10:05:20 2009 +0100
4887
4888     nand_spl: Fix compile problem with board_nand_init() prototype
4889
4890     This patch removes the now obsolete and additionally wrongly defined
4891     board_nand_init() prototype from nand_spl/nand_boot.c.
4892
4893     Signed-off-by: Stefan Roese <sr@denx.de>
4894     Signed-off-by: Scott Wood <scottwood@freescale.com>
4895
4896 commit e8eac437189430d8e04a5d254ed92c58bc534a79
4897 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
4898 Date:   Wed Jan 14 08:44:26 2009 -0500
4899
4900     CFI: Add geometry reversal for STMicro M29W320ET
4901
4902     Added flash_fixup_stm to fix geometry reversal on STMicro M29W320ET flash chip.
4903
4904     Modeled after flash_fixup_amd, this patch handles the geometry reversal
4905     or erase sectors that exist for ST Micro (now Numonyx) M29W320ET flash.
4906     Since I cannot test all STM's chips, the detection is implemented as
4907     narrow as possible for now.
4908
4909     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
4910     Signed-off-by: Stefan Roese <sr@denx.de>
4911
4912 commit 0f8e851e897b535959a0781171910cd97f33c30c
4913 Author: Jens Gehrlein <sew_s@tqs.de>
4914 Date:   Tue Dec 16 17:25:55 2008 +0100
4915
4916     CFI: increase performance of function find_sector()
4917
4918     Tested on TQM5200S-BD with Samsung K8P2815UQB
4919
4920     Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
4921     Signed-off-by: Stefan Roese <sr@denx.de>
4922
4923 commit a7292871a79cc48d98e3a708dd3c3b81580db6ef
4924 Author: Jens Gehrlein <sew_s@tqs.de>
4925 Date:   Tue Dec 16 17:25:54 2008 +0100
4926
4927     CFI: avoid redundant function call in single word programming mode
4928
4929     The function find_sector() doesn't need to be called twice in
4930     the case of AMD command set.
4931     Tested on TQM5200S-BD with Samsung K8P2815UQB.
4932
4933     Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
4934     Signed-off-by: Stefan Roese <sr@denx.de>
4935
4936 commit c8901f46a71ec16e084e604596a09e23bfb0f6ac
4937 Author: Stefan Roese <sr@denx.de>
4938 Date:   Mon Jan 26 10:15:23 2009 +0100
4939
4940     ppc4xx: Remove compilation warning in gdppc440etc.c
4941
4942     Signed-off-by: Stefan Roese <sr@denx.de>
4943
4944 commit 91f33534728e6416d332ad2b53ad1d6fde57f7fc
4945 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
4946 Date:   Fri Jan 2 12:19:47 2009 +0100
4947
4948     ppc4xx: Remove CONFIG_SYS_IGNORE_405_UART_ERRATA_59 from config files
4949
4950     Lot's of 405 board config files use CONFIG_SYS_IGNORE_405_UART_ERRATA_59.
4951     Either they define or undef it. Because it's not used in any source
4952     files this patch removes any references to it.
4953
4954     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
4955     Signed-off-by: Stefan Roese <sr@denx.de>
4956
4957 commit 89b8619aaeafc922ca0c3bb249872591050c8dcc
4958 Author: Dirk Eibach <eibach@gdsys.de>
4959 Date:   Tue Dec 9 13:12:40 2008 +0100
4960
4961     ppc4xx: Add GDsys PowerPC 440 ETX board support.
4962
4963     Board support for the Guntermann & Drunck PowerPC 440 ETX module.
4964     Based on the AMCC Yosemite board support by Stefan Roese.
4965
4966     Signed-off-by: Dirk Eibach <eibach@gdsys.de>
4967     Signed-off-by: Stefan Roese <sr@denx.de>
4968
4969 commit 3943d2ff6cc40dd601a9feeb39eb6d3d5090ea6d
4970 Author: Dirk Eibach <eibach@gdsys.de>
4971 Date:   Tue Dec 9 11:00:07 2008 +0100
4972
4973     ppc4xx: Improve DDR autodetect
4974
4975     Added support for a second memory bank to DDR autodetection for 440
4976     platforms.
4977     Made hardcoded values configurable.
4978
4979     Signed-off-by: Dirk Eibach <eibach@gdsys.de>
4980     Signed-off-by: Stefan Roese <sr@denx.de>
4981
4982 commit 71a040f4f556cca4d30f06805d82e717b3ef1020
4983 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
4984 Date:   Fri Nov 21 12:06:26 2008 +0900
4985
4986     sh: sh7763rdp: Update sh7763rdp config
4987
4988     Add CONFIG_NET_MULTI in config file, because sh_eth changed new newwork API.
4989
4990     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
4991     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
4992
4993 commit ba705b5b1a97b47388ed48858bef6bf7b6bfcd56
4994 Author: Gary Jennejohn <garyj@denx.de>
4995 Date:   Thu Nov 20 12:28:38 2008 +0100
4996
4997     mgcoge make ether_scc.c work with CONFIG_NET_MULTI
4998
4999     This change is needed for mgcoge because it uses two ethernet drivers.
5000
5001     Add a check for the presence of the PIGGY board on mgcoge.  Without this
5002     board networking cannot work and the initialization must be aborted.
5003
5004     Only allocate rtx once to prevent DPRAM exhaustion.
5005
5006     Initialize ether_scc.c and the keymile-specific HDLC driver (to be added
5007     soon) in eth.c.
5008
5009     Signed-off-by: Gary Jennejohn <garyj@denx.de>
5010     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
5011
5012 commit bd3980cc095af1728b994cdd8bf1ac430b6289e6
5013 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
5014 Date:   Fri Nov 21 12:04:18 2008 +0900
5015
5016     sh: sh_eth: Change new network API
5017
5018     sh_eth used old network API. This patch changed new API.
5019
5020     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
5021     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
5022
5023 commit 890a02e8ee6b8c26a6e3e505e1a2d29cd73aa6f6
5024 Author: Stefan Roese <sr@denx.de>
5025 Date:   Wed Nov 12 13:31:02 2008 +0100
5026
5027     net: smc911x: Make register read/write functions weak
5028
5029     This patch changes the reg_read/_write to smc911x_reg_read/_write
5030     and defines then as weak so that they can be overridden by board
5031     specific version.
5032
5033     This will be used by the upcoming VCTH board support.
5034
5035     Signed-off-by: Stefan Roese <sr@denx.de>
5036     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
5037
5038 commit 8b69b563039989885969d24465c56f8ac4c07c4c
5039 Author: Heiko Schocher <hs@denx.de>
5040 Date:   Thu Nov 20 09:57:14 2008 +0100
5041
5042     powerpc: net: support for the SMSC LAN8700 PHY
5043
5044     Signed-off-by: Heiko Schocher <hs@denx.de>
5045     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
5046
5047 commit d5254f149da9e6cd649d887b042ce577ef3ba78d
5048 Author: Alessandro Rubini <rubini@unipv.it>
5049 Date:   Sat Jan 24 18:10:37 2009 +0100
5050
5051     Initial support for Nomadik 8815 development board
5052
5053     The NMDK8815 board is distributed by ST Microelectornics.
5054     Other (proprietary) code must be run to unlock the CPU before
5055     U-Boot runs. doc/README.nmdk8815 outlines the boot sequence.
5056
5057     This is the initial port, with basic infrastructure and
5058     a working serial port.
5059
5060     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
5061     Acked-by: Andrea Gallo <andrea.gallo@stnwireless.com>
5062     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5063
5064 commit 7d264c1ef267cfc8d928bc8577a7cc907f2f5e47
5065 Author: Dirk Behme <dirk.behme@googlemail.com>
5066 Date:   Sun Dec 14 09:47:18 2008 +0100
5067
5068     OMAP3: Add I2C support
5069
5070     Add I2C support.
5071
5072     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
5073
5074 commit b1c3bf99fb477675d464aeadb5dd69d2cbc9dc7b
5075 Author: Dirk Behme <dirk.behme@googlemail.com>
5076 Date:   Sun Dec 14 09:47:17 2008 +0100
5077
5078     OMAP3: Add MMC support
5079
5080     Add MMC support.
5081
5082     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
5083
5084 commit 12201a13547ec22ddcdae278e74465e54a3be60c
5085 Author: Dirk Behme <dirk.behme@googlemail.com>
5086 Date:   Sun Dec 14 09:47:16 2008 +0100
5087
5088     OMAP3: Add NAND support
5089
5090     Add NAND support.
5091
5092     Signed-off-by: Nishanth Menon <nm@ti.com>
5093     Signed-off-by: Syed Mohammed Khasim <khasim@ti.com>
5094     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
5095
5096 commit 91eee546737ae21d930af479530997174c342b13
5097 Author: Dirk Behme <dirk.behme@googlemail.com>
5098 Date:   Sun Dec 14 09:47:15 2008 +0100
5099
5100     OMAP3: Add common board, interrupt and system info
5101
5102     Add common board, interrupt and system info code.
5103
5104     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
5105
5106 commit 5ed3e8659e5373f6a229877ac506c0b00a054fb8
5107 Author: Dirk Behme <dirk.behme@googlemail.com>
5108 Date:   Sun Dec 14 09:47:14 2008 +0100
5109
5110     OMAP3: Add common clock, memory and low level code
5111
5112     Add common clock, memory and low level code
5113
5114     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
5115
5116 commit 0b02b184003e6a5023e05d5f31de54db279b1431
5117 Author: Dirk Behme <dirk.behme@googlemail.com>
5118 Date:   Sun Dec 14 09:47:13 2008 +0100
5119
5120     OMAP3: Add common cpu and start code
5121
5122     Add common cpu and start code.
5123
5124     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
5125
5126 commit a8b6450546cd507d331b8fde384791d84bde5651
5127 Author: Dirk Behme <dirk.behme@googlemail.com>
5128 Date:   Sun Dec 14 09:47:12 2008 +0100
5129
5130     OMAP3: Add OMAP3, memory and function prototype headers
5131
5132     Add OMAP3, memory and function prototype header files for OMAP3.
5133
5134     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
5135
5136 commit 2c803210a464abbac35752ca1c737514360b4c32
5137 Author: Dirk Behme <dirk.behme@googlemail.com>
5138 Date:   Sun Dec 14 09:47:11 2008 +0100
5139
5140     OMAP3: Add pin mux, clock and cpu headers
5141
5142     Add pin mux, clock and cpu header files for OMAP3.
5143
5144     Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
5145
5146 commit 685533646f4ff17a84ec9265cabb60af325b6e1f
5147 Author: Maxim Artamonov <scn1874@yandex.ru>
5148 Date:   Wed Dec 3 05:38:17 2008 +0300
5149
5150     bugfix for i.mx31 CCM_UPCTL reg
5151
5152     Signed-off-by: Maxim Artamonov <scn1874 at yandex.ru>
5153
5154 commit 24113a44ed5cd3257a0237c3961e121812fca6db
5155 Author: Mike Frysinger <vapier@gentoo.org>
5156 Date:   Tue Dec 30 03:15:38 2008 -0500
5157
5158     easylogo: add optional gzip support
5159
5160     Some images can be quite large, so add an option to compress the
5161     image data with gzip in the U-Boot image. Then at runtime, the
5162     board can decompress it with the normal zlib functions.
5163
5164     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5165
5166 commit 7e4b9b4f6f43838fad3ad72c029a3d7fc7c7d48c
5167 Author: Bryan Wu <bryan.wu@analog.com>
5168 Date:   Fri Jan 2 20:47:45 2009 -0500
5169
5170     fat: fix unaligned errors
5171
5172     A couple of buffers in the fat code are declared as an array of bytes.
5173     But it is then cast up to a structure with 16bit and 32bit members.
5174     Since GCC assumes structure alignment here, we have to force the
5175     buffers to be aligned according to the structure usage.
5176
5177     Signed-off-by: Bryan Wu <bryan.wu@analog.com>
5178     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5179
5180 commit 68f8718df2ed4c2f43031407ccf6cfa81125dddc
5181 Author: Brad Bozarth <bflinux@yumbrad.com>
5182 Date:   Thu Jan 1 22:45:47 2009 -0500
5183
5184     spi flash: fix crash due to spi flash miscommunication
5185
5186     Higher spi flash layers expect to be given back a pointer that was
5187     malloced so that it can free the result, but the lower layers return
5188     a pointer that is in the middle of the malloced memory. Reorder the
5189     members of the lower spi structures so that things work out.
5190
5191     Signed-off-by: Brad Bozarth <bflinux@yumbrad.com>
5192     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5193     Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
5194
5195 commit ce82ff05388b5ddafdf6082ef0776cce72c40b1c
5196 Author: Yuri Tikhonov <yur@emcraft.com>
5197 Date:   Sat Dec 20 14:54:21 2008 +0300
5198
5199     FPU POST: fix warnings when building with 2.18 binutils
5200
5201     When compile u-boot with the 2.18 binutils the following
5202     warning messages for each object file in post/lib_ppc/fpu/ is
5203     produced at the linking stage:
5204
5205     post/libpost.a(acc1.o) uses hard float, u-boot uses soft-float
5206     ...
5207
5208     This is because of the fact that, in general, the soft-float and
5209     hard-float ABIs are incompatible; the 2.18 binutils do checking
5210     of the Tag_GNU_Power_ABI_FP attribute of the files to be linked, and
5211     produce the worning like above if these are not compatible.
5212
5213     The incompatibility of ABIs is concerned only the float values:
5214     e.g. the soft-float ABI assumes the float argument passing in the
5215     pair of rX registers, and the hard-float ABI assumes passing of
5216     the float argument in the fX register. When we don't pass the float
5217     arguments between the functions compiled with different floatness,
5218     then such an application will work correctly.
5219     This is the case for the FPU POST: u-boot (compiled with soft-float)
5220     doesn't pass to (and doesn't get from) the FPU POST functions any
5221     floats; there are no functions exported from the post/lib_ppc/fpu/
5222     objects which would work with float parameters/returns too. So, we
5223     can reassure the linker not to worry about the difference in ABI
5224     attributes of linking files just by setting the 'soft-float'
5225     attribute for the objects in post/lib_ppc/fpu. And this patch does
5226     this.
5227
5228     Also, to avoid passing both soft- and hard-float options in CFLAGS
5229     when compiling the files from post/lib_ppc/fpu (which is OK, but
5230     looks rather dirty) this patch removes the soft-float string from
5231     CFLAGS in post/lib_ppc/fpu/Makefile.
5232
5233     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
5234
5235 commit a7c9310457e85b4598abe5b304108edf11332e2f
5236 Author: Peter Tyser <ptyser@xes-inc.com>
5237 Date:   Wed Dec 17 16:36:22 2008 -0600
5238
5239     Add support for Maxim's DS4510 I2C device
5240
5241     Initial support for the DS4510, a CPU supervisor with
5242     integrated EEPROM, SRAM, and 4 programmable non-volatile
5243     GPIO pins. The CONFIG_DS4510 define enables support
5244     for the device while the CONFIG_CMD_DS4510 define
5245     enables the ds4510 command. The additional
5246     CONFIG_DS4510_INFO, CONFIG_DS4510_MEM, and
5247     CONFIG_DS4510_RST defines add additional sub-commands
5248     to the ds4510 command when defined.
5249
5250     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
5251
5252 commit b6fc6fd49a84543e1324e1620b9f301ff7c1f27f
5253 Author: Dirk Eibach <eibach@gdsys.de>
5254 Date:   Tue Dec 16 14:51:56 2008 +0100
5255
5256     common: Iteration limit for memory test.
5257
5258     The iteration limit is passed to mtest as a fourth parameter:
5259     [start [end [pattern [iterations]]]]
5260     If no fourth parameter is supplied, there is no iteration limit and the
5261     test will loop forever.
5262
5263     Signed-off-by: Dirk Eibach <eibach@gdsys.de>
5264
5265 commit 97cae3a4c68d856374ccc70fd2c5f8714cc94f7d
5266 Author: Stefan Roese <sr@denx.de>
5267 Date:   Mon Dec 15 15:40:12 2008 +0100
5268
5269     serial: Rename driver vcth to vct to support other board variants
5270
5271     Moved driver vcth.c to vct.c to better reflect the VCT board series.
5272     This driver is now used by the VCT platforms:
5273
5274     vct_premium
5275     vct_platinum
5276     vct_platinumsvc
5277
5278     Signed-off-by: Stefan Roese <sr@denx.de>
5279
5280 commit 36ede4d63e59c9277ec180b09c39b8bf46425ba2
5281 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
5282 Date:   Fri Dec 12 00:45:27 2008 +0900
5283
5284     nios: Move README.nios_CONFIG_SYS_NIOS_CPU to doc/ dir
5285
5286     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
5287
5288 commit c3284b030b1cd492b4f46c576aea01bef258599d
5289 Author: Peter Korsgaard <jacmet@sunsite.dk>
5290 Date:   Wed Dec 10 16:24:16 2008 +0100
5291
5292     common/main: support bootdelay=0 for CONFIG_AUTOBOOT_KEYED
5293
5294     Support bootdelay=0 in abortboot for the CONFIG_AUTOBOOT_KEYED case
5295     similar to the CONFIG_ZERO_BOOTDELAY_CHECK support for the
5296     !CONFIG_AUTOBOOT_KEYED case.
5297
5298     Do this by reversing the loop so we do at least one iteration before
5299     checking for timeout.
5300
5301     Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
5302
5303 commit 94f9279f7bbdc01bbc7cf85aedf9b545943b94c3
5304 Author: Niklaus Giger <niklaus.giger@netstal.com>
5305 Date:   Mon Dec 8 17:24:08 2008 +0100
5306
5307     Added legacy flash ST Micro M29W040B
5308
5309 commit 626d07348e5f9f302f4ea182161a89f7362a0488
5310 Author: Graeme Russ <graeme.russ@gmail.com>
5311 Date:   Mon Dec 8 20:04:51 2008 +1100
5312
5313     Fixed off-by-one errors in lib_m68k/interrupts.c
5314
5315     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
5316
5317 commit a5989c42ae5e295f274a795c426c47819bbdbfda
5318 Author: Graeme Russ <graeme.russ@gmail.com>
5319 Date:   Sun Dec 7 10:29:05 2008 +1100
5320
5321     Removed all references to CONFIG_SYS_RESET_GENERIC
5322
5323     Generic i386 reset - #define made redundant by weak function
5324
5325     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
5326
5327 commit 2b5360eb2bc0b741ae5cb3c84d35ccdd17667c8a
5328 Author: Graeme Russ <graeme.russ@gmail.com>
5329 Date:   Sun Dec 7 10:29:04 2008 +1100
5330
5331     Remove #ifdef CONFIG_SC520 in source code
5332
5333     CONFIG_SC520 is now used for conditional compile
5334
5335     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
5336
5337 commit ead056bc206f6b7ee6dc98766678b64635ea20b8
5338 Author: Graeme Russ <graeme.russ@gmail.com>
5339 Date:   Sun Dec 7 10:29:03 2008 +1100
5340
5341     Added MMCR reset functionality
5342
5343     Reset function specific to AMD SC520 microcontroller - Is more of a
5344     'hard reset' that the triple fault.
5345
5346     Requires CONFIG_SYS_RESET_SC520 to be defined in config
5347
5348     I would have liked to add this to a new file (cpu/i386/sc520/reset.c)
5349     but ld requires that a object file in a library arhive MUST contain
5350     at least one function which does not override a weak function (and is
5351     called from outside the object file) in order for that object file to
5352     be extracted from the archive. This would be the only function on the
5353     new file, and hence, will never get linked in.
5354
5355     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
5356
5357 commit 3f5f18d12d32ee0661bf51dfc55752c005230d6e
5358 Author: Graeme Russ <graeme.russ@gmail.com>
5359 Date:   Sun Dec 7 10:29:02 2008 +1100
5360
5361     Moved generic (triple fault) reset code
5362
5363     Moved from interrupts.c to cpu.c and made into a weak function to
5364     allow vendor specific override
5365
5366     Vendor specific CPU reset (like the AMD SC520 MMCR reset) can now be
5367     added to the vendor specific code without the need to remember to
5368     #undef usage of the generic method and if you forget to include your
5369     custom reset method, you will always get the default.
5370
5371     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
5372
5373 commit 9933d609020c297788f53f334c8465fa7a99b10c
5374 Author: Graeme Russ <graeme.russ@gmail.com>
5375 Date:   Sun Dec 7 10:29:01 2008 +1100
5376
5377     Moved definition of set_vector() to new header file
5378
5379     This allows for future tidy ups and functionality that will require
5380     set_vector ()
5381
5382     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
5383
5384 commit 407976185e0dda2c90e89027121a1071b9c77bfb
5385 Author: Graeme Russ <graeme.russ@gmail.com>
5386 Date:   Sun Dec 7 10:29:00 2008 +1100
5387
5388     Moved sc520 specific code into new cpu/i386/sc520 folder
5389
5390     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
5391     Signed-off-by: Wolfgang Denk <wd@denx.de>
5392
5393 commit 85ffbbd51914925a542d8528be7f072e5ab02157
5394 Author: Graeme Russ <graeme.russ@gmail.com>
5395 Date:   Sun Dec 7 10:28:58 2008 +1100
5396
5397     Renamed cpu/i386/reset.S to resetvec.S
5398
5399     Brings i386 in line with other CPUs with a reset vector and frees up reset.c
5400     for CPU reset functions
5401
5402     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
5403
5404 commit a3f4c123f569474e80ea012b8db0de46afdb6443
5405 Author: Wolfgang Denk <wd@denx.de>
5406 Date:   Sat Jan 24 01:01:49 2009 +0100
5407
5408     Makefile: keep lists sorted.
5409
5410     Signed-off-by: Wolfgang Denk <wd@denx.de>
5411
5412 commit c620c01e96814558470698ed5cab1bf2f504d1b5
5413 Author: Graeme Russ <graeme.russ@gmail.com>
5414 Date:   Sun Dec 7 10:28:57 2008 +1100
5415
5416     Added initial eNET board support
5417
5418     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
5419
5420 commit 0c0ccf401ee03a5008fc2c19b05a662bce1a1086
5421 Author: Gary Jennejohn <garyj@denx.de>
5422 Date:   Thu Nov 20 11:37:26 2008 +0100
5423
5424     POWERPC 82xx: add the SCC as an HDLC controller
5425
5426     Right now this is only used by keymile.
5427
5428     Signed-off-by: Gary Jennejohn <garyj@denx.de>
5429
5430 commit 1e8f4e78ca393b3d8e86bd8055758dd465d9113f
5431 Author: Heiko Schocher <hs@denx.de>
5432 Date:   Thu Nov 20 09:59:09 2008 +0100
5433
5434     powerpc, keymile boards: extract identical config options
5435
5436     This patch extracts the identical config options for the
5437     keymile boards mgcoge, mgsuvd and kmeter1 in a new
5438     common config file keymile-common.h.
5439
5440     Signed-off-by: Heiko Schocher <hs@denx.de>
5441
5442 commit 210c8c00aad3328145204adab434bb7d70b06b75
5443 Author: Heiko Schocher <hs@denx.de>
5444 Date:   Fri Nov 21 08:29:40 2008 +0100
5445
5446     powerpc: keymile: Add a check for the PIGGY debug board
5447
5448     Check the presence of the PIGGY on the keymile boards mgcoge,
5449     mgsuvd and kmeter1. If the PIGGY is not present, dont register
5450     this Ethernet device.
5451
5452     Signed-off-by: Heiko Schocher <hs@denx.de>
5453     Acked-by: Ben Warren <biggerbadderben@gmail.com>
5454
5455 commit de0443614af4d16675ab436665aeb11ddc9f7214
5456 Author: Heiko Schocher <hs@denx.de>
5457 Date:   Thu Nov 20 09:57:47 2008 +0100
5458
5459     powerpc: 83xx: add support for the kmeter1 board
5460
5461     This patch adds support for the kmeter1 board from Keymile,
5462     based on a Freescale MPC8360 CPU.
5463
5464     - serial console on UART 1
5465     - 256 MB DDR2 RAM
5466     - 64 MB NOR Flash
5467     - Ethernet RMII Mode over UCC4
5468     - PHY SMSC LAN8700
5469
5470     Signed-off-by: Heiko Schocher <hs@denx.de>
5471
5472 commit 3feb647f3fd0881382c7a29f4cf280b66473ae0a
5473 Author: Sergei Poselenov <sposelenov@emcraft.com>
5474 Date:   Tue Nov 4 13:51:18 2008 +0100
5475
5476     Add a do_div() wrapper macro, lldiv().
5477
5478     Add a do_div() wrapper, lldiv(). The new inline function doesn't modify
5479     the dividend and returns the result of division, so it is useful
5480     in complex expressions, i.e. "return(a/b)" -> "return(lldiv(a,b))"
5481
5482     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
5483
5484 commit 18af1c5f0f7402dc0d6a71b012c68025dd97cf72
5485 Author: Kumar Gala <galak@kernel.crashing.org>
5486 Date:   Fri Jan 23 14:22:14 2009 -0600
5487
5488     85xx: Add a 36-bit physical configuration for MPC8572DS
5489
5490     We move all IO addressed (CCSR, localbus, PCI) above the 4G boundary
5491     to allow for larger memory sizes.
5492
5493     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5494
5495 commit c51fc5d53c4560abc4d0a6126c06fc68133d1528
5496 Author: Kumar Gala <galak@kernel.crashing.org>
5497 Date:   Fri Jan 23 14:22:13 2009 -0600
5498
5499     85xx: Handle eLBC difference w/36-bit physical
5500
5501     The eLBC only handles 32-bit physical address in systems with 36-bit
5502     physical.  The previos generation of LBC handled 34-bit physical
5503     address in 36-bit systems.  Added a new CONFIG option to convey
5504     the difference between the LBC and eLBC.
5505
5506     Also added defines for XAM bits used in LBC for the extended 34-bit
5507     support.
5508
5509     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5510
5511 commit 72a9414a8e21e9536822c7353bc08d21ce5ad53d
5512 Author: Kumar Gala <galak@kernel.crashing.org>
5513 Date:   Fri Jan 23 14:22:12 2009 -0600
5514
5515     85xx: Use BR_ADDR macro for NAND chipselects
5516
5517     Use the new BR_ADDR macro to properly setup the address field of the
5518     localbus chipselects used by NAND.
5519
5520     This allows us to deal with 36-bit phys on these boards in the future.
5521
5522     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5523
5524 commit 2fc7eb0cfc608c9369001d57a0411af5e6a58f7c
5525 Author: Haiying Wang <Haiying.Wang@freescale.com>
5526 Date:   Thu Jan 15 11:58:35 2009 -0500
5527
5528     Add secondary CPUs processor frequency for e500 core
5529
5530     This patch updates e500 freqProcessor to array based on CONFIG_NUM_CPUS,
5531     and prints each CPU's frequency separately. It also fixes up each CPU's
5532     frequency in "clock-frequency" of fdt blob.
5533
5534     Signed-off-by: James Yang <James.Yang@freescale.com>
5535     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
5536
5537 commit bf5b1f0c0d28ce062e1d368680632dfb099de692
5538 Author: Dave Liu <daveliu@freescale.com>
5539 Date:   Fri Nov 21 16:31:53 2008 +0800
5540
5541     85xx: enable the auto self refresh for wake up ARP
5542
5543     The wake up ARP feature need use the memory to process
5544     wake up packet, we enable auto self refresh to support it.
5545
5546     Signed-off-by: Dave Liu <daveliu@freescale.com>
5547     Acked-by: Andy Fleming <afleming@freescale.com>
5548
5549 commit b4983e16d150ab7d039704c310aacbd2f4dc1e0f
5550 Author: Dave Liu <daveliu@freescale.com>
5551 Date:   Fri Nov 21 16:31:43 2008 +0800
5552
5553     fsl-ddr: use the 1T timing as default configuration
5554
5555     For light loaded system, we use the 1T timing to gain better
5556     memory performance, but for some heavily loaded system,
5557     you have to add the 2T timing options to board files.
5558
5559     Signed-off-by: Dave Liu <daveliu@freescale.com>
5560     Acked-by: Andy Fleming <afleming@freescale.com>
5561
5562 commit 22cca7e1cd54590e967c73558b07ffbdccd39504
5563 Author: Dave Liu <daveliu@freescale.com>
5564 Date:   Fri Nov 21 16:31:35 2008 +0800
5565
5566     fsl-ddr: make the self refresh idle threshold configurable
5567
5568     Some 85xx processors have the advanced power management feature,
5569     such as wake up ARP, that needs enable the automatic self refresh.
5570
5571     If the DDR controller pass the SR_IT (self refresh idle threshold)
5572     idle cycles, it will automatically enter self refresh. However,
5573     anytime one transaction is issued to the DDR controller, it will
5574     reset the counter and exit self refresh state.
5575
5576     Signed-off-by: Dave Liu <daveliu@freescale.com>
5577     Acked-by: Andy Fleming <afleming@freescale.com>
5578
5579 commit 22ff3d01348e0a2dc369b7efcbac30e4ce86d178
5580 Author: Dave Liu <daveliu@freescale.com>
5581 Date:   Fri Nov 21 16:31:29 2008 +0800
5582
5583     fsl-ddr: clean up the ddr code for DDR3 controller
5584
5585     - The DDR3 controller is expanding the bits for timing config
5586     - Add the DDR3 32-bit bus mode support
5587
5588     Signed-off-by: Dave Liu <daveliu@freescale.com>
5589     Acked-by: Andy Fleming <afleming@freescale.com>
5590
5591 commit 80ee3ce6d7fe9441b4352d7cfaf6afc2507b1106
5592 Author: Dave Liu <daveliu@freescale.com>
5593 Date:   Fri Nov 21 16:31:22 2008 +0800
5594
5595     fsl-ddr: update the bit mask for DDR3 controller
5596
5597     According to the latest 8572 UM, the DDR3 controller
5598     is expanding the bit mask, and we use the extend ACTTOPRE
5599     mode when tRAS more than 19 MCLK.
5600
5601     Signed-off-by: Dave Liu <daveliu@freescale.com>
5602
5603 commit aca5f018a8386b85469482ed9867e3e29a2437d0
5604 Author: Kumar Gala <galak@kernel.crashing.org>
5605 Date:   Tue Dec 2 16:08:40 2008 -0600
5606
5607     85xx: Introduce CONFIG_SYS_PCI*_IO_VIRT for FSL boards
5608
5609     Introduce a new define to seperate out the virtual address that PCI
5610     IO space is at from the physical address.  In most situations these are
5611     mapped 1:1.  However any code accessing the bus should use VIRT.
5612
5613     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5614     Acked-by: Andy Fleming <afleming@freescale.com>
5615
5616 commit 5af0fdd81c3370c3a51421208fda568bdcbbec23
5617 Author: Kumar Gala <galak@kernel.crashing.org>
5618 Date:   Tue Dec 2 16:08:39 2008 -0600
5619
5620     85xx: Introduce CONFIG_SYS_PCI*_MEM_VIRT for FSL boards
5621
5622     Introduce a new define to seperate out the virtual address that PCI
5623     memory is at from the physical address.  In most situations these are
5624     mapped 1:1.  However any code accessing the bus should use VIRT.
5625
5626     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5627     Acked-by: Andy Fleming <afleming@freescale.com>
5628
5629 commit a6e04c344ad1eefd47a75484441b385da815b8df
5630 Author: Kumar Gala <galak@kernel.crashing.org>
5631 Date:   Tue Dec 2 16:08:38 2008 -0600
5632
5633     85xx: Use CONFIG_SYS_{PCI*,RIO*}_MEM_PHYS for physical address on FSL boards
5634
5635     Use the _MEM_PHYS defines instead of _MEM_BUS for LAW and real address fields
5636     of TLBs.  This is what we should have always been using from the start.
5637
5638     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5639     Acked-by: Andy Fleming <afleming@freescale.com>
5640
5641 commit 5f91ef6acdbadec33e0192049e2b24a1d9692f1d
5642 Author: Kumar Gala <galak@kernel.crashing.org>
5643 Date:   Tue Dec 2 16:08:37 2008 -0600
5644
5645     85xx: Convert CONFIG_SYS_PCI*_IO_BASE to _IO_BUS for FSL boards
5646
5647     Use CONFIG_SYS_PCI*_IO_BUS for the bus relative address instead
5648     of _IO_BASE so we are more explicit.
5649
5650     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5651
5652 commit 10795f42cb94e71bcb262b615084f69dd886399a
5653 Author: Kumar Gala <galak@kernel.crashing.org>
5654 Date:   Tue Dec 2 16:08:36 2008 -0600
5655
5656     85xx: Convert CONFIG_SYS_{PCI*,RIO*}_MEM_BASE to _MEM_BUS for FSL boards
5657
5658     Use CONFIG_SYS_{PCI,RIO}_MEM_BUS for the bus relative address instead
5659     of _MEM_BASE so we are more explicit.
5660
5661     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5662     Acked-by: Andy Fleming <afleming@freescale.com>
5663
5664 commit c953ddfd56b3ae3f28910fe3aed6de6968d1c9aa
5665 Author: Kumar Gala <galak@kernel.crashing.org>
5666 Date:   Tue Dec 2 14:19:34 2008 -0600
5667
5668     85xx: separate FLASH BASE virtual from physical address
5669
5670     Added a CONFIG_SYS_FLASH_BASE_PHYS for use as the physical address and
5671     maintain CONFIG_SYS_FLASH_BASE as the virtual address of the flash.
5672
5673     This allows us to deal with 36-bit phys on these boards in the future.
5674
5675     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5676     Acked-by: Andy Fleming <afleming@freescale.com>
5677
5678 commit 52b565f5ad23b682489055b187767d8bf1c2e444
5679 Author: Kumar Gala <galak@kernel.crashing.org>
5680 Date:   Tue Dec 2 14:19:33 2008 -0600
5681
5682     85xx: separate PIXIS virtual from physical address
5683
5684     Added a PIXIS_BASE_PHYS for use as the physical address and maintain
5685     PIXIS_BASE as the virtual address of the PIXIS fpga registers.
5686
5687     This allows us to deal with 36-bit phys on these boards in the future.
5688
5689     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5690     Acked-by: Andy Fleming <afleming@freescale.com>
5691
5692 commit 30837e5b21d5a742983581ab9ee3fac085311d19
5693 Author: Haiying Wang <Haiying.Wang@freescale.com>
5694 Date:   Tue Nov 11 08:52:09 2008 -0500
5695
5696     Add README file for MPC8572DS board
5697
5698     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
5699     Acked-by: Andy Fleming <afleming@freescale.com>
5700
5701 commit 6dadc9195ad642cc662632f4d92f92d3d71e8bf2
5702 Author: Mike Frysinger <vapier@gentoo.org>
5703 Date:   Mon Oct 20 16:15:04 2008 -0400
5704
5705     Blackfin: use common strmhz() in system output
5706
5707     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5708
5709 commit 5bb907a4925397789c90d074f4f7e92ce6b39402
5710 Author: Ron Madrid <ron_madrid@sbcglobal.net>
5711 Date:   Thu Jan 22 15:05:24 2009 -0800
5712
5713     mpc83xx: New board support for SIMPC8313
5714
5715     This patch will create a new board, SIMPC8313, from Sheldon Instruments.  This
5716     board boots from NAND devices and is configureable for either large or small
5717     page devices.  The board supports non-soldered DDR2, one ethernet port, a
5718     Marvell 88E1118 PHY, and PCI host support.  The board also has a FPGA connected
5719     to the eLBC providing glue logic to a TMS320C67xx DSP.
5720
5721     Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net>
5722     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
5723
5724 commit d4bade8d77aa20e2846fa4accff0e7fa7961a134
5725 Author: Mike Frysinger <vapier@gentoo.org>
5726 Date:   Sun Jan 18 19:46:06 2009 -0500
5727
5728     nand: fixup printf modifiers to match types used
5729
5730     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5731     Signed-off-by: Scott Wood <scottwood@freescale.com>
5732
5733 commit 389e6620e2271096df3316917528003627db4021
5734 Author: Schlaegl Manfred jun <manfred.schlaegl@gmx.at>
5735 Date:   Tue Jan 20 16:57:55 2009 +0100
5736
5737     nand read.jffs2 (nand_legacy) in common/cmd_nand.c
5738
5739     Error with CONFIG_NAND_LEGACY in common/cmd_nand.c:
5740     With current code "nand read.jffs2s" (read and skip bad blocks) is always interpreted as
5741     "nand read.jffs2" (read and fill bad blocks with 0xff). This is because ".jffs2" is
5742     tested before ".jffs2s" and only the first two characters are compared.
5743
5744     Correction:
5745     Test for ".jffs2s" first and compare the first 7 characters.
5746
5747     Signed-off-by: Scott Wood <scottwood@freescale.com>
5748
5749 commit 6c869637fef31e66380f0ea1d49690a2e26ec0d7
5750 Author: Wolfgang Grandegger <wg@grandegger.com>
5751 Date:   Fri Jan 16 18:55:54 2009 +0100
5752
5753     NAND: rename NAND_MAX_CHIPS to CONFIG_SYS_NAND_MAX_CHIPS
5754
5755     This patch renames NAND_MAX_CHIPS to CONFIG_SYS_NAND_MAX_CHIPS and
5756     changes the default from 8 to 1 for the legacy and the new MTD
5757     NAND layer. This allows to remove all NAND_MAX_CHIPS definitions
5758     in the board config files because none of the boards use multi
5759     chip support (NAND_MAX_CHIPS > 1) so far. The bamboo and the DU440
5760     define
5761
5762      #define NAND_MAX_CHIPS          CONFIG_SYS_MAX_NAND_DEVICE
5763
5764     but that's bogus and did not work anyhow.
5765
5766     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
5767     Signed-off-by: Scott Wood <scottwood@freescale.com>
5768
5769 commit c70564e6b1bd08f3230182392238907f3531a87e
5770 Author: Dave Liu <daveliu@freescale.com>
5771 Date:   Tue Dec 2 11:48:51 2008 +0800
5772
5773     NAND: Fix cache and memory inconsistency issue
5774
5775     We load the secondary stage u-boot image from NAND to
5776     system memory by nand_load, but we did not flush d-cache
5777     to memory, nor invalidate i-cache before we jump to RAM.
5778     When the system has cache enabled and the TLB/page attribute
5779     of system memory is cacheable, it will cause issues.
5780
5781     - 83xx family is using the d-cache lock, so all of d-cache
5782       access is cache-inhibited. so you can't see the issue.
5783     - 85xx family is using d-cache, i-cache enable, partial
5784       cache lock. you will see the issue.
5785
5786     This patch fixes the cache issue.
5787
5788     Signed-off-by: Dave Liu <daveliu@freescale.com>
5789     Signed-off-by: Scott Wood <scottwood@freescale.com>
5790
5791 commit 50657c273278f74378e1ac39b41d612b92fdffa0
5792 Author: Nishanth Menon <menon.nishanth@gmail.com>
5793 Date:   Sat Dec 13 09:43:06 2008 -0600
5794
5795     NAND: Enable nand lock, unlock feature
5796
5797     Enable nand lock, unlock and status of lock feature.
5798     Not every device and platform requires this, hence,
5799     it is under define for CONFIG_CMD_NAND_LOCK_UNLOCK
5800
5801     Nand unlock and status operate on block boundary instead
5802     of page boundary. Details in:
5803     http://www.micron.com/products/partdetail?part=MT29C2G24MAKLAJG-6%20IT
5804
5805     Intial solution provided by Vikram Pandita <vikram.pandita@ti.com>
5806     Includes preliminary suggestions from Scott Wood
5807
5808     Signed-off-by: Nishanth Menon <nm@ti.com>
5809     Signed-off-by: Scott Wood <scottwood@freescale.com>
5810
5811 commit 69fb8be4fc07162fdf6edf04bdc7233b0e9a920e
5812 Author: Mike Frysinger <vapier@gentoo.org>
5813 Date:   Sat Dec 6 02:40:55 2008 -0500
5814
5815     NAND: move board_nand_init to nand.h
5816
5817     Rather than putting the function prototype for board_nand_init() in the one
5818     place where it gets called, put it into nand.h so that every place that also
5819     defines it gets the prototype.  Otherwise, errors can go silently unnoticed
5820     such as using the wrong return value (void rather than int) when defining
5821     the function.
5822
5823     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5824     Signed-off-by: Scott Wood <scottwood@freescale.com>
5825
5826 commit 1ae39862044ebb1e682234b51f94421e3f871d6a
5827 Author: Stefan Roese <sr@denx.de>
5828 Date:   Tue Dec 2 11:06:47 2008 +0100
5829
5830     OneNAND: Additional sync with 2.6.27
5831
5832     - Add subpage write support
5833     - Add onenand_oob_64/32 ecclayout
5834
5835     This has been missing and without it UBI has some incompatibilies issues
5836     with the current (>= 2.6.27) Linux kernel version. vid_hdr_offset is
5837     placed differently (2048 instead of 512) without this fix.
5838
5839     Signed-off-by: Stefan Roese <sr@denx.de>
5840     Signed-off-by: Scott Wood <scottwood@freescale.com>
5841
5842 commit 1714f51a2009baaecf3d4f6e3bd8c4e93a8d3f23
5843 Author: Kyungmin Park <kmpark@infradead.org>
5844 Date:   Thu Nov 13 15:14:33 2008 +0900
5845
5846     Add markbad function
5847
5848     Add missing markbad function
5849     If not, it's hang when it entered the mtd->mark_bad().
5850
5851     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
5852
5853 commit c438ea175d8d002c1063b7a94b0c0e26668d1ac9
5854 Author: Stefan Roese <sr@denx.de>
5855 Date:   Wed Nov 12 13:47:24 2008 +0100
5856
5857     OneNAND: Bad block aware read/write command support
5858
5859     Update OneNAND command to support bad block awareness.
5860     Also change the OneNAND command style to better match the
5861     NAND version.
5862
5863     Signed-off-by: Stefan Roese <sr@denx.de>
5864     Acked-by: Kyungmin Park <kyungmin.park@samsung.com>
5865
5866 commit 8cf11f3aa78673730e9ecbbe4b75213b53f212c8
5867 Author: Stefan Roese <sr@denx.de>
5868 Date:   Tue Nov 11 10:29:09 2008 +0100
5869
5870     OneNAND: Save version_id in onenand_chip struct
5871
5872     The version (ver_id) was not stored in the onenand_chip structure and
5873     because of this the continuous locking scheme could be enabled on some
5874     chips.
5875
5876     Signed-off-by: Stefan Roese <sr@denx.de>
5877
5878 commit 4fca3310d611cc0f51d7295ef3557afbdbd91dc3
5879 Author: Stefan Roese <sr@denx.de>
5880 Date:   Tue Nov 11 10:28:53 2008 +0100
5881
5882     OneNAND: Fix compiler warnings
5883
5884     Signed-off-by: Stefan Roese <sr@denx.de>
5885
5886 commit 1ac5744e33ee0aa6d6ddab3b99f9e70953156e69
5887 Author: Dave Liu <daveliu@freescale.com>
5888 Date:   Tue Nov 4 14:55:06 2008 +0800
5889
5890     mpc83xx: enable eLBC NAND support for MPC8315ERDB board
5891
5892     Signed-off-by: Dave Liu <daveliu@freescale.com>
5893
5894 commit ef0921d6b05aeb9034158f9bef5323d6da9c925e
5895 Author: Kyungmin Park <kmpark@infradead.org>
5896 Date:   Tue Nov 4 09:24:07 2008 +0900
5897
5898     Sync with 2.6.27
5899
5900     Sync with OneNAND kernel codes
5901
5902     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
5903
5904 commit e7f325be9edeb84bb457301776bbac1f7257dafc
5905 Author: Michal Simek <monstr@monstr.eu>
5906 Date:   Mon Jan 5 13:35:31 2009 +0100
5907
5908     microblaze: Use cache functions (especially cache status)
5909     in systems which are configured without flash
5910
5911 commit e9b737deb2c30125362d20e24170617476026e94
5912 Author: Michal Simek <monstr@monstr.eu>
5913 Date:   Mon Jan 5 13:29:32 2009 +0100
5914
5915     microblaze: Add cache flush
5916
5917 commit b4f8dda35bfad447b4106828232705b2e878d168
5918 Author: Michal Simek <monstr@monstr.eu>
5919 Date:   Mon Jan 5 13:28:40 2009 +0100
5920
5921     microblaze: Add bootup messages to board.c
5922
5923 commit 330e55459bc9983341da6c1d5c7fe00a664436fe
5924 Author: Michal Simek <monstr@monstr.eu>
5925 Date:   Fri Dec 19 13:25:55 2008 +0100
5926
5927     microblaze: Change microblaze-generic config file
5928
5929     Signed-off-by: Michal Simek <monstr@monstr.eu>
5930
5931 commit 52a822ed9c37a2ea0ed112a26d8ff5a6cb1c6f10
5932 Author: Michal Simek <monstr@monstr.eu>
5933 Date:   Fri Dec 19 13:14:05 2008 +0100
5934
5935     microblaze: Rename ml401 to microblaze-generic
5936
5937     Signed-off-by: Michal Simek <monstr@monstr.eu>
5938
5939 commit 6677876181cc8772bca8a372479a500d160f3993
5940 Author: Scott Wood <scottwood@freescale.com>
5941 Date:   Tue Jan 20 11:56:11 2009 -0600
5942
5943     83xx: Use the proper sequence for updating IMMR.
5944
5945     This ensures that subsequent accesses properly hit the new window.
5946
5947     The dcbi during the NAND loop was accidentally working around this;
5948     it's no longer necessary, as the cache is not enabled.
5949
5950     Reported-by: Suchit Lepcha <Suchit.Lepcha@freescale.com>
5951     Signed-off-by: Scott Wood <scottwood@freescale.com>
5952     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
5953
5954 commit 8b34557c546e5e9f34ebf83c93413dad973d93df
5955 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
5956 Date:   Thu Jan 8 04:26:19 2009 +0300
5957
5958     mpc83xx: Add PCI-E support for MPC837XEMDS boards
5959
5960     MPC837XEMDS boards can support PCI-E via "PCI-E riser card". The card
5961     provides two PCI-E (x2) ports. Though, only one port can be used in x2
5962     mode. Two ports can function simultaneously in x1 mode.
5963
5964     PCI-E x1/x2 modes can be switched via "pex_x2" environment variable.
5965
5966     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
5967     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
5968
5969 commit 8f11e34b31a7be124a3239653f33af9510502045
5970 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
5971 Date:   Thu Jan 8 04:26:17 2009 +0300
5972
5973     mpc83xx: Add PCI-E support for MPC8315ERDB boards
5974
5975     MPC8315ERDB boards features PCI-E x1 and Mini PCI-E x1 ports. Let's
5976     support them.
5977
5978     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
5979     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
5980
5981 commit fd6646c0b9ebe7e5afc4ae4c78097d9cd317a5e8
5982 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
5983 Date:   Thu Jan 8 04:26:12 2009 +0300
5984
5985     mpc83xx: Add support for MPC83xx PCI-E controllers
5986
5987     This patch adds support for MPC83xx PCI-E controllers in Root Complex
5988     mode.
5989
5990     The patch is based on Tony Li and Dave Liu work[1].
5991
5992     Though unlike the original patch, by default we don't register PCI-E
5993     buses for use in U-Boot, we only configure the controllers for future
5994     use in other OSes (Linux). This is done because we don't have enough
5995     of spare BATs to map all the PCI-E regions.
5996
5997     To actually use PCI-E in U-Boot, users should explicitly define
5998     CONFIG_83XX_GENERIC_PCIE_REGISTER_HOSES symbol in the board file. And
5999     only then U-Boot will able to access PCI-E, but at the cost of disabled
6000     address translation.
6001
6002     [1] http://lists.denx.de/pipermail/u-boot/2008-January/027630.html
6003
6004     Signed-off-by: Tony Li <tony.li@freescale.com>
6005     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
6006     Acked-by: Dave Liu <daveliu@freescale.com>
6007     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
6008
6009 commit 88ecf55cabd7aea28fe8093720e208f53ccfdcf5
6010 Author: Ira Snyder <iws@ovro.caltech.edu>
6011 Date:   Mon Jan 12 13:33:17 2009 -0800
6012
6013     MPC8349EMDS: do not setup unused PCI clock outputs in PCI agent mode
6014
6015     When running in PCI agent mode, the PCI_CLK_OUT signals are not used, so do
6016     not enable them. See the MPC8349EA Reference Manual, Section 4.4.2
6017     "Clocking in PCI Agent Mode".
6018
6019     Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
6020     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
6021
6022 commit 75f35209f702bb26826855ed8c8e4d108ab5f412
6023 Author: Ira Snyder <iws@ovro.caltech.edu>
6024 Date:   Mon Jan 12 13:32:26 2009 -0800
6025
6026     83xx: PCI agent mode fixes for multi-board systems
6027
6028     When running a system with 2 or more MPC8349EMDS boards in PCI agent mode,
6029     the boards will lock up the PCI bus by scanning against each other.
6030
6031     The boards lock against each other by trying to access the PCI bus before
6032     clearing their configuration lock bit. Both boards end up in a loop,
6033     sending and receiving "Target Not Ready" messages forever.
6034
6035     When running in PCI agent mode, the scanning now takes place after the
6036     boards have cleared their configuration lock bit.
6037
6038     Also, add a missing declaration to the mpc83xx.h header file, fixing a
6039     build warning.
6040
6041     Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
6042     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
6043
6044 commit 455a46915b82896cc2070eb326d075555c2bc580
6045 Author: Ron Madrid <ron_madrid@sbcglobal.net>
6046 Date:   Fri Dec 12 13:12:45 2008 -0800
6047
6048     mpc83xx: Size optimization of start.S
6049
6050     Currently there are in excess of 100 bytes located at the beginning of the image
6051     built by start.S that are not being utilized.  This patch moves a few functions
6052     into this part of the image.  This will create a greater number of *available*
6053     bytes that can be used by board specific code in NAND builds and will decrease
6054     the size of the assembled code in other builds.
6055
6056     Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net>
6057     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
6058
6059 commit 72d15e705bc3983884105cb7755c7ba80e74a0a5
6060 Author: Wolfgang Denk <wd@denx.de>
6061 Date:   Wed Jan 21 23:08:12 2009 +0100
6062
6063     Prepare v2009.01
6064
6065     Signed-off-by: Wolfgang Denk <wd@denx.de>
6066
6067 commit 635e5f8fc82365e6e9734b3132bc95135a6de679
6068 Author: Wolfgang Denk <wd@denx.de>
6069 Date:   Sun Jan 18 21:37:48 2009 +0100
6070
6071     Prepare 2009.01-rc3
6072
6073     Update CHANGELOG
6074
6075     Signed-off-by: Wolfgang Denk <wd@denx.de>
6076
6077 commit 4cda437898f7873752f0201757cd33f12196ce87
6078 Author: Mike Frysinger <vapier@gentoo.org>
6079 Date:   Sat Jan 17 13:32:42 2009 -0500
6080
6081     build system: treat all Darwin's alike
6082
6083     The x86 based version of Darwin behaves the same quirky way as the powerpc
6084     Darwin, so only check HOSTOS when setting up Darwin workarounds.
6085
6086     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6087
6088 commit c088a108c75db565e07292fd668dfa5491e85bc2
6089 Author: Peter Korsgaard <jacmet@sunsite.dk>
6090 Date:   Wed Jan 14 13:52:24 2009 +0100
6091
6092     fdt_resize(): fix actualsize calculations with unaligned blobs
6093
6094     The code in fdt_resize() to extend the fdt size to end on a page boundary
6095     is wrong for fdt's not located at an address aligned on a page boundary.
6096     What's even worse, the code would make actualsize shrink rather than grow
6097     if (blob & 0xfff) was bigger than the amount of padding added by ALIGN(),
6098     causing fdt_add_mem_rsv to fail.
6099
6100     Fix it by aligning end address (blob + size) to a page boundary instead.
6101     For aligned fdt's this is equivalent to what we had before.
6102
6103     Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
6104
6105 commit fadad1573fb16c90025f08a2861d6047d093cba7
6106 Author: Mike Frysinger <vapier@gentoo.org>
6107 Date:   Fri Jan 9 04:38:17 2009 -0500
6108
6109     ncb: use socklen_t
6110
6111     The recvfrom() function takes a socklen_t, not an int.
6112
6113     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6114
6115 commit fc83c9273cec6e6e542f4a0ea3b653b7d0513ffa
6116 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6117 Date:   Sun Jan 11 16:35:16 2009 +0100
6118
6119     sh: serial: use readx/writex accessors
6120
6121     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6122     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
6123
6124 commit 9e1fa628bdb64745811cdd26c4f953846c076180
6125 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6126 Date:   Sun Jan 11 16:35:15 2009 +0100
6127
6128     sh: serial: coding style cleanup
6129
6130     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6131     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
6132
6133 commit c9935c992575922b7ef13eec0656ed8665d324e3
6134 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
6135 Date:   Sun Jan 11 17:48:56 2009 +0900
6136
6137     sh: Fix compile error on lowlevel_init file
6138
6139     lowlevel_init of SH was corrected to use the write/readXX macro.
6140     However, there was a problem that was not able to be compiled partially.
6141     This patch corrected this.
6142
6143     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
6144
6145 commit a5b04d00bfeb940c62232972ce644d50b45797f9
6146 Author: Kieran Bingham <kieranbingham@gmail.com>
6147 Date:   Tue Dec 30 01:16:03 2008 +0000
6148
6149     sh: Fix up rsk7203 target for out of tree build
6150
6151     Fix up rsk7203 target to build successfully using out-of-tree build.
6152
6153     Signed-off-by: Kieran Bingham <kbingham@mpc-data.co.uk>
6154     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
6155
6156 commit f7e78f3b74aae9caca2997bad865a72338326c0a
6157 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6158 Date:   Sat Dec 20 19:29:49 2008 +0100
6159
6160     sh: use write{8,16,32} in all lowlevel_init
6161
6162     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6163     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
6164
6165 commit e4430779623af500de1cee7892c379f07ef59813
6166 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6167 Date:   Sat Dec 20 19:29:48 2008 +0100
6168
6169     sh: lowlevel_init coding style cleanup
6170
6171     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6172     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
6173
6174 commit 85cb052ee41675ca361e6a4c69455dc715c8f2d9
6175 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6176 Date:   Sat Dec 20 15:27:45 2008 +0100
6177
6178     sh: update sh2/sh2a timer coding style
6179
6180     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6181     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
6182
6183 commit 1e15ff999322e81af4c0c0c548908f38944ba39c
6184 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6185 Date:   Sat Dec 20 15:25:22 2008 +0100
6186
6187     sh: update sh timer coding style
6188
6189     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6190     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
6191
6192 commit 0e3ece33801e377be67ffa29f083421ad820f28b
6193 Author: Wolfgang Denk <wd@denx.de>
6194 Date:   Wed Jan 14 23:26:05 2009 +0100
6195
6196     Prepare 2009.01-rc2
6197
6198     Update CHANGELOG.
6199
6200     Signed-off-by: Wolfgang Denk <wd@denx.de>
6201
6202 commit e92c9a860e44c14513c8909ce4299e253a775eeb
6203 Author: Wolfgang Denk <wd@denx.de>
6204 Date:   Wed Jan 14 22:35:30 2009 +0100
6205
6206     cpu/mpc824x/Makefile: fix warning with parallel builds
6207
6208     Parallel builds would occasionally issue this build warning:
6209
6210         ln: creating symbolic link `cpu/mpc824x/bedbug_603e.c': File exists
6211
6212     Use "ln -sf" as quick work around for the issue.
6213
6214     Signed-off-by: Wolfgang Denk <wd@denx.de>
6215
6216 commit 3ba605d4beec649438539e7df97b5fedb26592fb
6217 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
6218 Date:   Fri Jan 2 12:18:49 2009 +0100
6219
6220     ppc4xx: Add loadpci command to esd's CPCI4052 and CPCI405AB boards
6221
6222     This patch adds esd's loadpci BSP command to CPCI4052 and
6223     CPCI405AB board. This requires CONFIG_CMD_BSP and CONFIG_PRAM.
6224
6225     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
6226     Signed-off-by: Stefan Roese <sr@denx.de>
6227
6228 commit 600fe46fb3dab7f07604f9009904f31584415114
6229 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
6230 Date:   Fri Jan 2 12:18:12 2009 +0100
6231
6232     ppc4xx: Disable pci node in device tree on CPCI405 pci adapters
6233
6234     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
6235     Signed-off-by: Stefan Roese <sr@denx.de>
6236
6237 commit f6a1f490d224c600a09137e58d1026d150b8e679
6238 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
6239 Date:   Fri Jan 2 12:17:36 2009 +0100
6240
6241     ppc4xx: Cleanup CPCI405 board code
6242
6243     This patch cleans up CPCI405 board support:
6244     - wrap long lines
6245     - unification of spaces in function calls
6246     - remove dead code
6247
6248     Use correct io accessors on peripherals.
6249
6250     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
6251     Signed-off-by: Stefan Roese <sr@denx.de>
6252
6253 commit fceebb45a0b97e92f9889861f8c3b9cb885e706f
6254 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
6255 Date:   Fri Jan 2 12:16:35 2009 +0100
6256
6257     ppc4xx: Enable auto RS485 mode on PLU405 boards
6258
6259     This patch turns on the auto RS485 mode in the 2nd external
6260     uart on PLU405 boards. This is a special mode of the used
6261     Exar XR16C2850 uart. Because these boards only have a 485 physical
6262     layer connected it's a good idea to turn it on by default.
6263
6264     Signed-off-by: Matthias Fuchs <mf@esd.eu>
6265     Signed-off-by: Stefan Roese <sr@denx.de>
6266
6267 commit b5f65dfa9aa8e068e62aba4733dc4fd97b1d9bf6
6268 Author: Haiying Wang <Haiying.Wang@freescale.com>
6269 Date:   Tue Jan 13 16:29:28 2009 -0500
6270
6271     Some changes of TLB entry setting for MPC8572DS
6272
6273     - Move the TLB entry of PIXIS_BASE from TLB0 to TLB1[8], because in CAMP mode,
6274     all the TLB0 entries will be invalidated after cpu1 brings up kernel, thus cpu0
6275     can not access PIXIS_BASE anymore (any access will cause DataTLBError exception)
6276
6277     - Set CONFIG_SYS_DDR_TLB_START to 9 for MPC8572DS board.
6278
6279     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
6280
6281 commit 950264317eb9594b2b5ee2fb65206200a1c6007a
6282 Author: Haiying Wang <Haiying.Wang@freescale.com>
6283 Date:   Tue Jan 13 16:29:22 2009 -0500
6284
6285     Change DDR tlb start entry to CONFIG param for 85xx
6286
6287     So that we can locate the DDR tlb start entry to the value other than 8. By
6288     default, it is still 8.
6289
6290     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
6291
6292 commit 6d3a10f73ece7ffb736890c10e023222612a4aa0
6293 Author: Roy Zang <tie-fei.zang@freescale.com>
6294 Date:   Fri Jan 9 16:02:35 2009 +0800
6295
6296     Change PCIE1&2 deciide logic on MPC8544DS board more readable
6297
6298     The IO port selection for MPC8544DS board:
6299      Port                       cfg_io_ports
6300      PCIE1              0x2, 0x3, 0x4, 0x5, 0x6, 0x7
6301      PCIE2              0x4, 0x5, 0x6, 0x7
6302      PCIE3              0x6, 0x7
6303      This patch changes the PCIE12 and PCIE2 logic more readable.
6304     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
6305
6306 commit 028e116811d28a031660f1ad9e20ac1293b3c5c7
6307 Author: Roy Zang <tie-fei.zang@freescale.com>
6308 Date:   Fri Jan 9 16:01:52 2009 +0800
6309
6310     PCIE2 and PCIE3 are decided by corresponing bit in devdisr instead of PCIE1 bit
6311
6312     PCIE2 and PCIE3 should be decided by corresponing bit in devdisr instead of
6313     PCIE1 bit.
6314     On MPC8572DS board, PCIE refers to PCIE1.
6315     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
6316
6317 commit 9afc2ef0307aecf52482df67c31b75d5f9e66b47
6318 Author: Roy Zang <tie-fei.zang@freescale.com>
6319 Date:   Fri Jan 9 16:00:55 2009 +0800
6320
6321     Fix IO port selection issue on MPC8544DS and MPC8572DS boards
6322
6323     The IO port selection is not correct on MPC8572DS and MPC8544DS board.
6324      This patch fixes this issue.
6325      For MPC8572
6326      Port                       cfg_io_ports
6327      PCIE1              0x2, 0x3, 0x7, 0xb, 0xc, 0xf
6328      PCIE2              0x3, 0x7
6329      PCIE3              0x7
6330
6331     For MPC8544
6332     Port                        cfg_io_ports
6333     PCIE1               0x2, 0x3, 0x4, 0x5, 0x6, 0x7
6334     PCIE2               0x4, 0x5, 0x6, 0x7
6335     PCIE3               0x6, 0x7
6336     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
6337
6338 commit 3e3fffe3baf3befde287fec1fcbfe55052fb8946
6339 Author: Becky Bruce <beckyb@kernel.crashing.org>
6340 Date:   Wed Dec 3 22:36:44 2008 -0600
6341
6342     mpc8610hpcd: Fix PCI mapping concepts
6343
6344     Rename _BASE to _BUS, as it's actually a PCI bus address,
6345     separate virtual and physical addresses into _VIRT and _PHYS,
6346     and use each appopriately.  This makes the code easier to read
6347     and understand, and facilitates mapping changes going forward.
6348
6349     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
6350
6351 commit 79e436cad3b4a7db88408c3f05175028f30d700d
6352 Author: Becky Bruce <beckyb@kernel.crashing.org>
6353 Date:   Wed Dec 3 22:36:26 2008 -0600
6354
6355     sbc8641d: Fix PCI mapping concepts
6356
6357     Rename _BASE to _BUS, as it's actually a PCI bus address,
6358     separate virtual and physical addresses into _VIRT and _PHYS,
6359     and use each appopriately.  This makes the code easier to read
6360     and understand, and facilitates mapping changes going forward.
6361
6362     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
6363
6364 commit a9f3acbcd07da72b5446ce557531a3ed8b8beff0
6365 Author: Wolfgang Denk <wd@denx.de>
6366 Date:   Mon Jan 12 14:50:35 2009 +0100
6367
6368     MPC86xx: fix build warnings
6369
6370     Signed-off-by: Wolfgang Denk <wd@denx.de>
6371
6372 commit 032a1c934ef4dc003281f57302b6e693062c1868
6373 Author: Mike Frysinger <vapier@gentoo.org>
6374 Date:   Mon Jan 5 16:09:44 2009 -0500
6375
6376     bf537-stamp/nand: fix board_nand_init prototype
6377
6378     The board_nand_init() function should return an int, not void.
6379
6380     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6381
6382 commit 687f952e4119594ab913be11c90f7f018c2a7a79
6383 Author: Mike Frysinger <vapier@gentoo.org>
6384 Date:   Thu Dec 11 07:04:48 2008 -0500
6385
6386     Blackfin: drop CONFIG_SPI handling in board init
6387
6388     The eeprom SPI init functions are duplicated as the common code already
6389     executes these for us.
6390
6391     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6392
6393 commit e7e684b10d73a303902208594c7c3e7e0d753282
6394 Author: Mike Frysinger <vapier@gentoo.org>
6395 Date:   Fri Oct 24 17:51:57 2008 -0400
6396
6397     Blackfin: fix out-of-tree building with ldscripts
6398
6399     Many of the Blackfin board linker scripts are preprocessed, so make sure we
6400     output the linker script into the build tree rather than the source tree.
6401
6402     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6403
6404 commit b9eecc342f767b50e1476fbc1aad7d88dd4ce5eb
6405 Author: Mike Frysinger <vapier@gentoo.org>
6406 Date:   Fri Oct 24 17:48:54 2008 -0400
6407
6408     Blackfin: fix linker scripts to work with --gc-sections
6409
6410     Make sure all .text sections get pulled in and the entry point is properly
6411     referenced so they don't get discarded when linking with --gc-sections.
6412
6413     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6414
6415 commit 509fc553bc6087a6f705b3bf52f3950d7d1eaa58
6416 Author: Mike Frysinger <vapier@gentoo.org>
6417 Date:   Sat Oct 11 20:45:44 2008 -0400
6418
6419     Blackfin: set proper LDRFLAGS for parallel booting LDRs
6420
6421     In order to boot an LDR out of parallel flash, the ldr utility needs a few
6422     flags to tell it to generate the right header.
6423
6424     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6425
6426 commit 3dd9395a0d7ce69a335d0e743c04b9caedd681d3
6427 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6428 Date:   Tue Jan 6 21:41:59 2009 +0100
6429
6430     at91rm9200: move define from lowlevel_init to header
6431
6432     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6433
6434 commit 8a48686fac2030287765f1970ea046bd5734b733
6435 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6436 Date:   Sat Jan 3 17:22:26 2009 +0100
6437
6438     m501sk: move to the common memory setup
6439
6440     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6441
6442 commit d481c80d78f954133c035dae6c7d22de3625795d
6443 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6444 Date:   Sat Jan 3 17:22:25 2009 +0100
6445
6446     at91rm9200: rename lowlevel init value to CONFIG_SYS_
6447
6448     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6449
6450 commit 4e170b16625291aa10d0d9abc3f34e8a5945d157
6451 Author: Nicolas Ferre <nicolas.ferre@atmel.com>
6452 Date:   Tue Jan 6 21:13:14 2009 +0100
6453
6454     at91: add at91sam9xeek board support
6455
6456     At91sam9xe is basically an at91sam9260 with embedded flash. We can manage
6457     it as another entry for at91sam9260 in the Makefile.
6458
6459     Check documentation at :
6460     http://www.atmel.com/dyn/products/product_card.asp?part_id=4263
6461
6462     Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
6463     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6464
6465 commit 9ffd53db870a7da134f9a1ae76894a6b31237be5
6466 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6467 Date:   Tue Jan 6 21:15:57 2009 +0100
6468
6469     fix bmp_logo.h make dependencies to allow parallel build
6470
6471     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6472
6473 commit e12d9a8fb48d24176efffccc072b445e60a3afe4
6474 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6475 Date:   Sat Jan 3 17:22:24 2009 +0100
6476
6477     at91: Fix Atmel's at91sam9 boards out of tree build
6478
6479     introduced in commit 89a7a87f084c
6480
6481     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6482
6483 commit 0668236bafaa1c11c521652a2facebc74beecbf0
6484 Author: Wolfgang Denk <wd@denx.de>
6485 Date:   Tue Dec 30 22:56:11 2008 +0100
6486
6487     README: update mailing list name and hits to patch submission.
6488
6489     Signed-off-by: Wolfgang Denk <wd@denx.de>
6490
6491 commit d9011f9b75561a0bd9254934c2bb2bc799d4f645
6492 Author: Peter Tyser <ptyser@xes-inc.com>
6493 Date:   Tue Dec 23 16:32:01 2008 -0600
6494
6495     85xx: Enable inbound PCI config cycles for X-ES boards cleanup
6496
6497     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
6498
6499 commit 1f03cbfae221b24ba1341a0a3f62ff01c5c874df
6500 Author: Peter Tyser <ptyser@xes-inc.com>
6501 Date:   Tue Dec 23 16:32:00 2008 -0600
6502
6503     XPedite5200 board support cleanup
6504
6505     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
6506
6507 commit fea91edee8ae0295e3c30b1ff544df51f4d668e1
6508 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6509 Date:   Tue Dec 2 21:58:04 2008 +0100
6510
6511     usb_kbd: fix usb_kbd_deregister when DEVICE_DEREGISTER not enable
6512
6513     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6514     Signed-off-by: Remy Böhmer <linux@bohmer.net>
6515
6516 commit ada591d2a0ecff5f9bc5ed1ebf310f439c3d0a28
6517 Author: Trent Piepho <tpiepho@freescale.com>
6518 Date:   Wed Dec 3 15:16:37 2008 -0800
6519
6520     mpc8[56]xx: Put localbus clock in sysinfo and gd
6521
6522     Currently MPC85xx and MPC86xx boards just calculate the localbus frequency
6523     and print it out, but don't save it.
6524
6525     This changes where its calculated and stored to be more consistent with the
6526     CPU, CCB, TB, and DDR frequencies and the MPC83xx localbus clock.
6527
6528     The localbus frequency is added to sysinfo and calculated when sysinfo is
6529     set up, in cpu/mpc8[56]xx/speed.c, the same as the other frequencies are.
6530
6531     get_clocks() copies the frequency into the global data, as the other
6532     frequencies are, into a new field that is only enabled for MPC85xx and
6533     MPC86xx.
6534
6535     checkcpu() in cpu/mpc8[56]xx/cpu.c will print out the local bus frequency
6536     from sysinfo, like the other frequencies, instead of calculating it on the
6537     spot.
6538
6539     Signed-off-by: Trent Piepho <tpiepho@freescale.com>
6540     Acked-by: Kumar Gala <galak@kernel.crashing.org>
6541     Acked-by: Jon Loeliger <jdl@freescale.com>
6542
6543 commit 9863d6aca11405e1e0d8aba2045d78aeec4d4ee7
6544 Author: Trent Piepho <tpiepho@freescale.com>
6545 Date:   Wed Dec 3 15:16:36 2008 -0800
6546
6547     mpc86xx: Double local bus clock divider
6548
6549     The local bus clock divider should be doubled for both 8610 and 8641.
6550
6551     Signed-off-by: Trent Piepho <tpiepho@freescale.com>
6552     Acked-by: Kumar Gala <galak@kernel.crashing.org>
6553     Acked-by: Jon Loeliger <jdl@freescale.com>
6554
6555 commit 446c381e3e16f19857b72ea0d06241267b8b9d58
6556 Author: Trent Piepho <tpiepho@freescale.com>
6557 Date:   Wed Dec 3 15:16:35 2008 -0800
6558
6559     mpc8568: Double local bus clock divider
6560
6561     The clock divider for the MPC8568 local bus should be doubled, like the
6562     other newer MPC85xx chips.
6563
6564     Since there are now more chips with a 2x divider than a 1x, and any new
6565     85xx chips will probably be 2x, invert the sense of the #if so that it
6566     lists the 1x chips instead of the 2x ones.
6567
6568     Signed-off-by: Trent Piepho <tpiepho@freescale.com>
6569     Acked-by: Kumar Gala <galak@kernel.crashing.org>
6570     Acked-by: Jon Loeliger <jdl@freescale.com>
6571
6572 commit f51f07eb58fad12de9294ba4ee6c09a0ddeaee03
6573 Author: Dave Liu <daveliu@freescale.com>
6574 Date:   Tue Dec 16 12:09:27 2008 +0800
6575
6576     85xx: Fix the boot window issue
6577
6578     If one custom board is using the 8MB flash, it is set
6579     as FLASH_BASE = 0xef000000, TEXT_BASE = 0xef780000.
6580     The current start.S code will be broken at switch_as.
6581
6582     It is because the TLB1[15] is set as 16MB page size,
6583     EPN = TEXT_BASE & 0xff000000, RPN = 0xff000000.
6584
6585     For the 8MB flash case, the EPN = 0xefxxxxxx,
6586     RPN = 0xffxxxxxx. Assume the virt address of switch_as
6587     is 0xef7ff18c, the real address of the instruction at
6588     switch_as should be 0xff7ff18c. the 0xff7ff18c is out
6589     of the range of the default 8MB boot LAW window
6590     0xff800000 - 0xffffffff.
6591
6592     So when we switch to AS1 address space at switch_as,
6593     the core can't fetch the instruction at switch_as any
6594     more. It will cause broken issue.
6595
6596     Signed-off-by: Dave Liu <daveliu@freescale.com>
6597
6598 commit 58da8890d5fbd074746037722a423de9ac408616
6599 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
6600 Date:   Thu Dec 11 15:47:50 2008 -0500
6601
6602     sbc8548: use proper PHY address
6603
6604     The values given for the PHY address were wrong, so the code
6605     read no valid PHY ID, and fell through to the generic PHY
6606     support, which would work on 1000M but would not auto negotiate
6607     down to 100M or 10M.
6608
6609     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
6610
6611 commit ad22f9273c6f24fbfa917e867680e9688e0c59c5
6612 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
6613 Date:   Thu Dec 11 15:47:51 2008 -0500
6614
6615     sbc8548: enable command line editing by default.
6616
6617     Lets make things a bit more user friendly.  It isn't 1985 anymore.
6618
6619     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
6620
6621 commit bd93105fa171184a71ca8b22be03dc2705cfbd3f
6622 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
6623 Date:   Thu Dec 11 15:47:49 2008 -0500
6624
6625     sbc8548: don't enable the 3rd and 4th eTSEC
6626
6627     These interfaces don't have usable connectors on the board, so don't
6628     bother enumerating or configuring them.
6629
6630     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
6631
6632 commit 181a3650113883728927928b3ac81ad6dade4b2c
6633 Author: Haiying Wang <Haiying.Wang@freescale.com>
6634 Date:   Wed Dec 3 10:08:19 2008 -0500
6635
6636     Set IVPR to kenrel entry point in second core boot page
6637
6638     Assuming the OSes exception vectors start from the base of kernel address, and
6639     the kernel physical starting address can be relocated to an non-zero address.
6640     This patch enables the second core to have a valid IVPR for debugger before
6641     kernel setting IVPR in CAMP mode. Otherwise, IVPR is 0x0 and it is not a valid
6642     value for second core which runs kernel at different physical address other
6643     than 0x0.
6644
6645     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
6646
6647 commit a5d212a263c58cc746481bf1fc878510533ce7d6
6648 Author: Trent Piepho <tpiepho@freescale.com>
6649 Date:   Wed Dec 3 15:16:34 2008 -0800
6650
6651     mpc8xxx: LCRR[CLKDIV] is sometimes five bits
6652
6653     On newer CPUs, 8536, 8572, and 8610, the CLKDIV field of LCRR is five bits
6654     instead of four.
6655
6656     In order to avoid an ifdef, LCRR_CLKDIV is set to 0x1f on all systems.  It
6657     should be safe as the fifth bit was defined as reserved and set to 0.
6658
6659     Code that was using a hard coded 0x0f is changed to use LCRR_CLKDIV.
6660
6661     Signed-off-by: Trent Piepho <tpiepho@freescale.com>
6662     Acked-by: Kumar Gala <galak@kernel.crashing.org>
6663     Acked-by: Jon Loeliger <jdl@freescale.com>
6664
6665 commit 58ec4866ed916c7e422f5107bb27b0822084728e
6666 Author: Trent Piepho <tpiepho@freescale.com>
6667 Date:   Wed Dec 3 15:16:38 2008 -0800
6668
6669     mpc8[56]xx: Put localbus clock in device tree
6670
6671     Export the localbus frequency in the device tree, the same way the CPU, TB,
6672     CCB, and various other frequencies are exported in their respective device
6673     tree nodes.
6674
6675     Some localbus devices need this information to be programed correctly, so
6676     it makes sense to export it along with the other frequencies.
6677
6678     Unfortunately, when someone wrote the localbus dts bindings, they didn't
6679     bother to define what the "compatible" property should be.  So it seems no
6680     one was quite sure what to put in their dts files.
6681
6682     Based on current existing dts files in the kernel source, I've used
6683     "fsl,pq3-localbus" and "fsl,elbc" for MPC85xx, which are used by almost all
6684     of the 85xx devices, and are looked for by the Linux code.  The eLBC is
6685     apparently not entirely backward compatible with the pq3 LBC and so eLBC
6686     equipped platforms like 8572 won't use pq3-localbus.
6687
6688     For MPC86xx, I've used "fsl,elbc" which is used by some of the 86xx systems
6689     and is also looked for by the Linux code.  On MPC8641, I've also used
6690     "fsl,mpc8641-localbus" as it is also commonly used in dts files, some of
6691     which don't use "fsl,elbc" or any other acceptable name to match on.
6692
6693     Signed-off-by: Trent Piepho <tpiepho@freescale.com>
6694     Acked-by: Kumar Gala <galak@kernel.crashing.org>
6695     Acked-by: Jon Loeliger <jdl@freescale.com>
6696
6697 commit 9d94aff699eed38b286814fcbb335f3eb8516a0e
6698 Author: Kumar Gala <galak@kernel.crashing.org>
6699 Date:   Tue Dec 16 14:59:22 2008 -0600
6700
6701     NAND FSL elbc: Use virt_to_phys to determine which bank is in use
6702
6703     The current code that determines which bank/chipselect is used for a
6704     given NAND instance only worked for 32-bit addresses and assumed
6705     a 1:1 mapping.  This breaks in 36-bit physical configs.
6706
6707     The proper way to handle this is to use the virt_to_phys() and
6708     BR_PHYS_ADDR() routinues to match the 34-bit lbc bus address
6709     with the the virtual address the NAND code uses.
6710
6711     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6712     Acked-by: Scott Wood <scottwood@freescale.com>
6713
6714 commit 77c8115b1f1871811633eae77a5a700fac1f0e50
6715 Author: Kumar Gala <galak@kernel.crashing.org>
6716 Date:   Tue Dec 16 14:59:21 2008 -0600
6717
6718     ppc: Use addrmap in virt_to_phys and map_physmem.
6719
6720     If we have addr map support enabled use the mapping functions to
6721     implement virt_to_phys() and map_physmem().
6722
6723     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6724
6725 commit ecf5b98c7a6a2e2256dfddd48fab26678dcd6b90
6726 Author: Kumar Gala <galak@kernel.crashing.org>
6727 Date:   Tue Dec 16 14:59:20 2008 -0600
6728
6729     85xx: Add support to populate addr map based on TLB settings
6730
6731     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6732
6733 commit 78bbc5ce151c5a484bb51bf1866b4a993ffc16ec
6734 Author: Peter Tyser <ptyser@xes-inc.com>
6735 Date:   Mon Dec 1 13:47:13 2008 -0600
6736
6737     XPedite5200 board support
6738
6739     Initial support for Extreme Engineering Solutions XPedite5200 -
6740     a MPC8548-based PMC single board computer.
6741
6742     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
6743
6744 commit 487dcb4fb89be0992bc06ec1341090017bd9cf2f
6745 Author: Peter Tyser <ptyser@xes-inc.com>
6746 Date:   Wed Oct 29 12:39:27 2008 -0500
6747
6748     85xx: Enable inbound PCI config cycles for X-ES boards
6749
6750     Update X-ES Freescale boards to allow inbound PCI configuration
6751     cycles when configured as agent/endpoint.
6752
6753     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
6754
6755 commit ccf0fdd02b97323f8caae18d06cc9daeac2f192f
6756 Author: Peter Tyser <ptyser@xes-inc.com>
6757 Date:   Wed Dec 17 16:36:23 2008 -0600
6758
6759     XPedite5370 board support
6760
6761     Initial support for Extreme Engineering Solutions XPedite5370 -
6762     a MPC8572-based 3U VPX single board computer with a PMC/XMC
6763     site.
6764
6765     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
6766
6767 commit e92739d34e2d6b6aca93b2598248210710897ce8
6768 Author: Peter Tyser <ptyser@xes-inc.com>
6769 Date:   Wed Dec 17 16:36:21 2008 -0600
6770
6771     Add support for PCA953x I2C gpio devices
6772
6773     Initial support for NXP's 4 and 8 bit I2C gpio expanders
6774     (eg pca9537, pca9557, etc). The CONFIG_PCA953X define
6775     enables support for the devices while the CONFIG_CMD_PCA953X
6776     define enables the pca953x command. The CONFIG_CMD_PCA953X_INFO
6777     define enables an 'info' sub-command which provides summary
6778     information for the given pca953x device.
6779
6780     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
6781
6782 commit 7a8979591171676417ab36852d8811a8c46accd8
6783 Author: Peter Tyser <ptyser@xes-inc.com>
6784 Date:   Wed Oct 29 12:39:26 2008 -0500
6785
6786     pci/fsl_pci_init: Enable inbound PCI config cycles
6787
6788     Add fsl_pci_config_unlock() function to enable a
6789     PCI/PCIe interface configured in agent/endpoint mode to
6790     respond to inbound PCI configuration cycles.
6791
6792     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
6793
6794 commit 92c78a3bbcb2ce508b4bf1c4a1e0940406a024bb
6795 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
6796 Date:   Wed Dec 17 16:43:18 2008 +0100
6797
6798     avr32: Remove second definition of virt_to_phys()
6799
6800     The second definition introduced by 65e43a1063 conflicts with the
6801     existing one.
6802
6803     Also, convert the existing definition to use phys_addr_t. The volatile
6804     qualifier is still needed due to brain damage elsewhere.
6805
6806     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
6807
6808 commit b616f2b545f73757669b37386f0b37bb61fc6797
6809 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6810 Date:   Mon Sep 8 22:27:18 2008 +0200
6811
6812     MIPS: qemu_mips: update doc to generate and to use qemu flash, ide file
6813
6814     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6815     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
6816
6817 commit 16cdf816779f5b602a9b3b4d2ea4dea05095c35b
6818 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6819 Date:   Tue Dec 16 22:10:31 2008 +0100
6820
6821     MIPS: qemu_mips: update doc to use all disk and boot linux kernel
6822
6823     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6824     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
6825
6826 commit 13095b2f07dacb1f863772266c1789d47a523a8a
6827 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6828 Date:   Tue Dec 16 22:10:30 2008 +0100
6829
6830     MIPS: qemu_mips: move env storage just after u-boot
6831
6832     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6833     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
6834
6835 commit aced78d852d0b009e8aaa1445af8cb40861ee549
6836 Author: Wolfgang Denk <wd@denx.de>
6837 Date:   Tue Dec 16 23:48:27 2008 +0100
6838
6839     Prepare 2009.01-rc1
6840
6841     Signed-off-by: Wolfgang Denk <wd@denx.de>
6842
6843 commit 9e2a79b4c585ad31138fb90b68fd0234d64a8da8
6844 Author: Wolfgang Denk <wd@denx.de>
6845 Date:   Tue Dec 16 23:13:46 2008 +0100
6846
6847     include/configs/at91cap9adk.h: fix typo.
6848
6849     Signed-off-by: Wolfgang Denk <wd@denx.de>
6850
6851 commit 45ca04f2377361593151d2d4da51f8ba4832d233
6852 Author: Wolfgang Denk <wd@denx.de>
6853 Date:   Tue Dec 16 22:32:25 2008 +0100
6854
6855     board/trab/memory.c: Fix compile problems.
6856
6857     Apply changes from commit 44b4dbed to board/trab/memory.c, too.
6858
6859     Actually we'd need a major cleanup here - as it turns out,
6860     board/trab/memory.c is more or less a verbatim copy of
6861     post/drivers/memory.c ... but then, trab is EOL anyway,r
6862     so this is not worth the effort.
6863
6864     Signed-off-by: Wolfgang Denk <wd@denx.de>
6865
6866 commit ff49ea8977b56916edd5b1766d9939010e30b181
6867 Author: Scott Wood <scottwood@freescale.com>
6868 Date:   Tue Dec 16 14:24:16 2008 -0600
6869
6870     NAND: Mark the BBT as scanned prior to calling scan_bbt.
6871
6872     Otherwise, recursion can occur if scan_bbt does not find a bad block
6873     table, and tries to write one, and the attempt to erase the BBT area
6874     causes a bad block check.
6875
6876     Signed-off-by: Scott Wood <scottwood@freescale.com>
6877
6878 commit 584eedab66d0828f2d571a24b10526c4e65f547b
6879 Author: Ilya Yanok <yanok@emcraft.com>
6880 Date:   Thu Dec 11 05:51:57 2008 +0300
6881
6882     jffs2: include <linux/mtd/compat.h> instead of defining own min_t
6883
6884     Include <linux/mtd/compat.h> header for min_t definition instead of
6885     providing our own one. Removes warnings in case of OneNAND support
6886     enabled.
6887
6888     Although I thinks it's a bit silly to include <linux/mtd/compat.h>
6889     just for min_t...
6890
6891     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
6892     Acked-by: Stefan Roese <sr@denx.de>
6893
6894 commit b1ffecec37b57a59c139042267faac458e5324e9
6895 Author: Becky Bruce <beckyb@kernel.crashing.org>
6896 Date:   Wed Dec 3 23:04:37 2008 -0600
6897
6898     powerpc: fix io.h build warning with CONFIG_PHYS_64BIT
6899
6900     Casting a pointer to a phys_addr_t when it's an unsigned long long
6901     on a 32-bit system without first casting to a non-pointer type
6902     generates a compiler warning. Fix this.
6903
6904     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
6905
6906 commit 6cdadcb3f1b6eac4a1c4256acaa1438413f95351
6907 Author: Wolfgang Denk <wd@denx.de>
6908 Date:   Tue Dec 16 16:22:50 2008 +0100
6909
6910     trab: make trab_fkt standalone code independent of libgcc
6911
6912     Use our own local functions in lib_arm/ instead.
6913
6914     Signed-off-by: Wolfgang Denk <wd@denx.de>
6915
6916 commit aa1bcca3d2e22af4dea9f02132f9b56a30378ded
6917 Author: Wolfgang Denk <wd@denx.de>
6918 Date:   Tue Dec 16 14:44:06 2008 +0100
6919
6920     post/Makefile: fix dependency problem with parallel builds
6921
6922     Parallel builds (using "make -jN") would occasionally fail with error
6923     messages like
6924         ppc_4xxFP-objdump: string.o: File format not recognized
6925     or
6926         post/libpost.a(cpu.o): In function `cpu_post_test':
6927         /home/wd/git/u-boot/work/post/lib_ppc/cpu.c:130: undefined reference to `cpu_post_test_string'
6928     or similar. We now make sure to run the 'postdeps" step before
6929     attempting to build the specific POST libraries.
6930
6931     Signed-off-by: Wolfgang Denk <wd@denx.de>
6932
6933 commit 4a0f7538c5c0805fd9a791967bbabacc41deadd9
6934 Author: Wolfgang Denk <wd@denx.de>
6935 Date:   Tue Dec 16 14:41:02 2008 +0100
6936
6937     Makefile: fix dependency problem with parallel builds
6938
6939     Parallel builds (using "make -jN") would occasionally fail with error
6940     messages like
6941         include/autoconf.mk:212: *** missing separator.  Stop.
6942     Line numbers and affected boards were changing. Obviously some
6943     Makefiles included autoconf.mk while it was still being written to.
6944     As a fix, we now write to a temporary file first and then rename it,
6945     so that it is really ready to use as soon as it appears.
6946
6947     Signed-off-by: Wolfgang Denk <wd@denx.de>
6948
6949 commit 455ae7e87f67c44e6aea68865c83acadd3fcd36c
6950 Author: Wolfgang Denk <wd@denx.de>
6951 Date:   Tue Dec 16 01:02:17 2008 +0100
6952
6953     Coding style cleanup, update CHANGELOG.
6954
6955     Signed-off-by: Wolfgang Denk <wd@denx.de>
6956
6957 commit 84bc72d90c505fec3ef4b693995407a0bd4064e5
6958 Author: Mike Frysinger <vapier@gentoo.org>
6959 Date:   Thu Dec 11 18:39:08 2008 -0500
6960
6961     spi/stmicro: fix debug() display of cmd
6962
6963     The stmicro_wait_ready() func tries to show the actual opcode that was sent
6964     to the device, but instead it displays the array pointer.  Fix it to pull
6965     out the opcode from the start of the array.
6966
6967     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6968
6969 commit 5b3375ac8c36c29c87abb132fede0509eb21e5c9
6970 Author: Mike Frysinger <vapier@gentoo.org>
6971 Date:   Thu Dec 11 06:23:37 2008 -0500
6972
6973     env_sf: support embedded environments
6974
6975     If both CONFIG_ENV_SECT_SIZE and CONFIG_ENV_SIZE are defined, and the sect
6976     size is larger than the env size, then it means the env is embedded in a
6977     block.  So we have to save/restore the part of the sector which is not the
6978     environment.  Previously, saving the environment in SPI flash in this
6979     setup would probably brick the board as the rest of the sector tends to
6980     contain actual U-Boot data/code.
6981
6982     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6983     Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
6984
6985 commit ecf5f077c8e77454f532eaac3e3afb7cfc48c62d
6986 Author: Timur Tabi <timur@freescale.com>
6987 Date:   Wed Dec 3 11:28:30 2008 -0600
6988
6989     i2c: merge all i2c_reg_read() and i2c_reg_write() into inline functions
6990
6991     All implementations of the functions i2c_reg_read() and
6992     i2c_reg_write() are identical. We can save space and simplify the
6993     code by converting these functions into inlines and putting them in
6994     i2c.h.
6995
6996     Signed-off-by: Timur Tabi <timur@freescale.com>
6997     Acked-By: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6998
6999 commit e39cd81c44740d7355d277ed3d38536cbe1e003d
7000 Author: Dave Liu <daveliu@freescale.com>
7001 Date:   Fri Dec 5 15:36:14 2008 +0800
7002
7003     lib_ppc: rework the flush_cache
7004
7005     - It is possible to miss flush/invalidate the last
7006       cache line, we fix it at here.
7007     - add the volatile and memory clobber.
7008
7009     They are pointed by Scott Wood.
7010
7011     Signed-off-by: Dave Liu <daveliu@freescale.com>
7012
7013 commit 63240ba88cd6a220057a0f28e5bf97f5b17ac84b
7014 Author: Kumar Gala <galak@kernel.crashing.org>
7015 Date:   Sat Dec 13 17:20:28 2008 -0600
7016
7017     Introduce addr_map library
7018
7019     Add a library that helps in translating between virtual and physical
7020     addresses.  This library can be useful as a simple means to implement
7021     map_physmem() and virt_to_phys() for platforms that need functionality
7022     beyond the simple 1:1 mapping.
7023
7024     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7025
7026 commit 65e43a10631537dcb92c302d36301a12308216c3
7027 Author: Kumar Gala <galak@kernel.crashing.org>
7028 Date:   Sat Dec 13 17:20:27 2008 -0600
7029
7030     Introduce virt_to_phys()
7031
7032     virt_to_phys() returns the physical address given a virtual. In most
7033     cases this will be just the input value as the vast majority of
7034     systems run in a 1:1 mode.
7035
7036     However in systems that are not running this way it should report the
7037     physical address or ~0 if no mapping exists for the given virtual
7038     address.
7039
7040     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7041
7042 commit 45845301af3de8675c1f7bbc815c6de35452605a
7043 Author: Yuri Tikhonov <yur@emcraft.com>
7044 Date:   Sun Dec 7 22:12:50 2008 +0100
7045
7046     POST Make: fix the sub-dir dependencies missing.
7047
7048     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
7049
7050 commit 22525779cb51f1bbe4e96fea7b778de1935a5a69
7051 Author: Martin Michlmayr <tbm@cyrius.com>
7052 Date:   Wed Aug 6 14:44:05 2008 +0300
7053
7054     Fix a typo in fw_env.config
7055
7056     Reported-by: Martin Michlmayr <tbm@cyrius.com>
7057     Signed-off-by: Wolfgang Denk <wd@denx.de>
7058
7059 commit ba490b7761c62b549c222a9723e532dc801a3899
7060 Author: Peter Tyser <ptyser@xes-inc.com>
7061 Date:   Mon Dec 1 16:22:45 2008 -0600
7062
7063     Remove unused CONFIG_ADDR_STREAMING defines
7064
7065     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
7066
7067 commit d16da93430520d3e46c1ab52eedacf36ab7a2311
7068 Author: Peter Tyser <ptyser@xes-inc.com>
7069 Date:   Mon Nov 24 11:54:47 2008 -0600
7070
7071     cmd_mem: Remove unused variable
7072
7073     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
7074
7075 commit 3aed3aa2c128ce9fb39ca3f4e9385a7499e93dbf
7076 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7077 Date:   Sun Dec 14 10:29:39 2008 +0100
7078
7079     Fix new found CFG_
7080
7081     Also fix some minor typos.
7082
7083     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7084     Signed-off-by: Wolfgang Denk <wd@denx.de>
7085
7086 commit 0e0c862efe7279e9609db74d758cd1b84c6c7209
7087 Author: Sergei Poselenov <sposelenov@emcraft.com>
7088 Date:   Fri Sep 19 12:07:34 2008 +0200
7089
7090     Remove compiler warning: target CPU does not support interworking
7091
7092     This warning is issued by modern ARM-EABI GCC on non-thumb targets.
7093
7094     Signed-off-by: Vladimir Panfilov <pvr@emcraft.com>
7095     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
7096
7097 commit cd6734510a9ff0f41c4a73567d4080ea0033d2c1
7098 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7099 Date:   Mon Nov 24 13:33:51 2008 +0100
7100
7101     Fix FIT and FDT support to have CONFIG_OF_LIBFDT and CONFIG_FIT independent
7102
7103     FDT support is used for both FIT style images and for architectures
7104     that can pass a fdt blob to an OS (ppc, m68k, sparc).
7105
7106     For other architectures and boards which do not pass a fdt blob to an
7107     OS but want to use the new uImage format, we just need FIT support.
7108
7109     Now we can have the 4 following configurations :
7110
7111     1) FIT only             CONFIG_FIT
7112     2) fdt blob only        CONFIG_OF_LIBFDT
7113     3) both                 CONFIG_OF_LIBFDT & CONFIG_FIT
7114     4) none                 none
7115
7116     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7117
7118 commit 19ef4f7a6ef3b725aa9fe4b4f5fb676a84160172
7119 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7120 Date:   Wed Dec 10 15:13:32 2008 +0100
7121
7122     ppc4xx: Disable EEPROM write access on PMC440 boards
7123
7124     This patch disables EEPROM wrtie access by default on PMC440 board.
7125
7126     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7127
7128 commit 5b67a1439a73ba6c34007d9ff60a2c6aa90265df
7129 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7130 Date:   Wed Dec 10 15:12:56 2008 +0100
7131
7132     ppc4xx: Fix Ethernet PHY LED configuration on PMC440 boards
7133
7134     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7135
7136 commit 71fa0714fe5134bc8718c38d5261d267e88582ba
7137 Author: Stefan Roese <sr@denx.de>
7138 Date:   Tue Nov 18 16:36:12 2008 +0100
7139
7140     MIPS: Flush data cache upon relocation
7141
7142     This patch now adds a flush to the data cache upon relocation. The
7143     current implementation is missing this. Only a comment states that it
7144     should be done. So let's really do it now.
7145
7146     Signed-off-by: Stefan Roese <sr@denx.de>
7147     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
7148
7149 commit 44174343688dba32571a34550dba08971c65fef1
7150 Author: Stefan Roese <sr@denx.de>
7151 Date:   Tue Nov 18 16:36:22 2008 +0100
7152
7153     MIPS: Add CONFIG_SKIP_LOWLEVEL_INIT
7154
7155     This patch adds the CONFIG_SKIP_LOWLEVEL_INIT option to start.S. This
7156     enables support for boards where the lowlevel initialization is
7157     already done when U-Boot runs (e.g. via OnChip ROM).
7158
7159     This will be used in the upcoming VCTH board support.
7160
7161     Signed-off-by: Stefan Roese <sr@denx.de>
7162     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
7163
7164 commit db08ecaa6eb8176904b3bae103a85ee8f735dc40
7165 Author: Stefan Roese <sr@denx.de>
7166 Date:   Wed Nov 12 13:18:02 2008 +0100
7167
7168     MIPS: Add board_early_init_f() to init_sequence
7169
7170     This patch adds the board_early_init_f() call to the MIPS init
7171     sequence. A weak dummy implementation is also added which can be
7172     overridden by a board specific version.
7173
7174     This will be used by the upcoming VCTH board support.
7175
7176     Signed-off-by: Stefan Roese <sr@denx.de>
7177     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
7178
7179 commit 9d23fc584c4b7b8bb9ecbee48920b1b04b08fa1b
7180 Author: Stefan Roese <sr@denx.de>
7181 Date:   Wed Nov 12 13:18:19 2008 +0100
7182
7183     MIPS: Add onenand_init() to board.c and move nand_init()
7184
7185     This patch adds a call to onenand_init() for OneNAND support and moves
7186     the nand_init() call to an earlier place, so that the environment can
7187     be used from NAND and OneNAND.
7188
7189     Signed-off-by: Stefan Roese <sr@denx.de>
7190     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
7191
7192 commit d8bbc51c7ba9b737a20984333d19fe28a3526431
7193 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
7194 Date:   Tue Dec 9 11:32:46 2008 +0900
7195
7196     sh: Update sh2/sh2a timer
7197
7198     Renesas SH2/SH2A timer broken.
7199     This patch fix timer function.
7200
7201     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
7202     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
7203
7204 commit a319f1496210117b73198e3d889ffffaf6825d00
7205 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7206 Date:   Fri Dec 5 07:27:37 2008 +0100
7207
7208     sh: r2dplus fix register access
7209
7210     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7211     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
7212
7213 commit 4d4a96055f6917335a89dbdf2e5556fa5ac329f6
7214 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7215 Date:   Tue Dec 2 07:40:03 2008 +0100
7216
7217     sh: r2dplus/lowlevel_init: coding style fix
7218
7219     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7220     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
7221
7222 commit c54b9a42d8f5ab5b2a039b3a2e6fde8b427745e5
7223 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
7224 Date:   Tue Nov 25 11:05:19 2008 +0900
7225
7226     sh: Changed value of CACHE_OC_NUM_ENTRIES and CACHE_OC_WAY_SHIFT
7227
7228     SH4 is different a value of CACHE_OC_NUM_ENTRIES and
7229     CACHE_OC_WAY_SHIFT every CPU.
7230     This patch corrects these values.
7231
7232     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
7233     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
7234
7235 commit e9d5f35497885b3c65d494d09a525d443dcccd3b
7236 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
7237 Date:   Thu Nov 20 16:44:42 2008 +0900
7238
7239     sh: Update sh timer function
7240
7241     Change to write/readX function and fix timer problem.
7242
7243     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
7244     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
7245
7246 commit b81786cff476c41e332eaeb679158f6527cd67d4
7247 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
7248 Date:   Tue Nov 4 11:58:58 2008 +0900
7249
7250     sh: Migo-R: Update BSC value
7251
7252     A value of BSC CS4 was wrong, Fixed it.
7253
7254     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
7255     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
7256
7257 commit 5783758fd260a02f44566ad8f29f899565cd0403
7258 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
7259 Date:   Mon Nov 17 16:52:09 2008 +0900
7260
7261     sh: Update ms7722se board config
7262
7263     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
7264     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
7265
7266 commit 15e2697c9f7fb2ba672a1a70f07cd6d9d4e92b51
7267 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
7268 Date:   Mon Nov 17 16:53:09 2008 +0900
7269
7270     sh: Update SuperH serial driver
7271
7272     The address of SCFSR register is wrong at SH7720/SH7721.
7273     This patch fix this.
7274
7275     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
7276     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
7277
7278 commit 9a1d3557dcd47365c12eeab584b822e57d994352
7279 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7280 Date:   Tue Nov 11 22:20:15 2008 +0100
7281
7282     sh: fix rsk7203 and MigoR out of tree build
7283
7284     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7285     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
7286
7287 commit 1951f847f0a851853871b613ad7cf21a5242226c
7288 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7289 Date:   Wed Dec 10 14:41:25 2008 +0100
7290
7291     ppc4xx: Update TEXT_BASE for CPCI405 boards
7292
7293     This patch fixes building U-Boot for CPCI405 boards.
7294
7295     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7296     Signed-off-by: Stefan Roese <sr@denx.de>
7297
7298 commit 8c92af7b2fbd60ae87379477f93c7ec9441b7452
7299 Author: Stefan Roese <sr@denx.de>
7300 Date:   Tue Dec 9 20:08:01 2008 +0100
7301
7302     ppc4xx: Remove some features from ALPR to fit into 256k again
7303
7304     Signed-off-by: Stefan Roese <sr@denx.de>
7305
7306 commit 3b089e4f889a2902449d55e081c886ae607cae89
7307 Author: Stefan Roese <sr@denx.de>
7308 Date:   Wed Dec 10 10:32:59 2008 +0100
7309
7310     UBI: Set ubi_dev.type back to DEV_TYPE_NONE upon failing initialization
7311
7312     With this patch we set the type back to NONE upon failing UBI partition
7313     initialization. Otherwise further calls to the UBI subsystem would try
7314     to really access the non-existing UBI partition.
7315
7316     Thanks to Michael Lawnick for pointing this out.
7317
7318     Signed-off-by: Stefan Roese <sr@denx.de>
7319
7320 commit 817329351639a8895cd9b87b33aeff043f3d5a44
7321 Author: Stefan Roese <sr@denx.de>
7322 Date:   Wed Dec 10 10:28:33 2008 +0100
7323
7324     UBI: Return -ENOMEM upon failing malloc
7325
7326     Return with correct error code (-ENOMEM) from ubi_attach_mtd_dev() upon
7327     failing malloc().
7328
7329     Signed-off-by: Stefan Roese <sr@denx.de>
7330
7331 commit 2145188bea2df8f2b47a87ec3071b55027e8d0ae
7332 Author: Ben Warren <biggerbadderben@gmail.com>
7333 Date:   Tue Dec 9 23:34:15 2008 -0800
7334
7335     Fix compile error in building MBX860T.
7336
7337     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
7338
7339 commit 8fab49ea911fe925392fa5afcc9bc7373a3d0cee
7340 Author: Michal Simek <monstr@monstr.eu>
7341 Date:   Tue Nov 25 11:42:20 2008 +0100
7342
7343     microblaze: Remove XUPV2P board
7344
7345     ---
7346
7347     Microblaze platforms use generic settings and to have
7348     many platforms is confusing that's why I decided to remove this
7349     platform from U-BOOT. ml401 tree is sufficient for covering
7350     all Microblaze platforms.
7351
7352     This change will go through microblaze custodian tree.
7353
7354 commit 99ba6f353582720defff6e6e6761dc455a207d31
7355 Author: Michal Simek <monstr@monstr.eu>
7356 Date:   Mon Nov 24 18:25:41 2008 +0100
7357
7358     microblaze: Remove CONFIG_LIBFDT due to error in common files
7359
7360 commit e7d591e823a991513833af7030468409e25a3b13
7361 Author: Michal Simek <monstr@monstr.eu>
7362 Date:   Mon Nov 24 11:43:00 2008 +0100
7363
7364     microblaze: Fix ml401 uart16550 setting
7365
7366     Signed-off-by: Michal Simek <monstr@monstr.eu>
7367
7368 commit c85ff0553a8cfbcca51c15b947e1ed55d3810a39
7369 Author: Michal Simek <monstr@monstr.eu>
7370 Date:   Mon Nov 24 11:38:22 2008 +0100
7371
7372     microblaze: Set up relocation is done
7373
7374 commit bcb6dd9187d4b23c748704767bd12d20c829e996
7375 Author: Mike Frysinger <vapier@gentoo.org>
7376 Date:   Tue Dec 9 23:20:31 2008 -0500
7377
7378     tools/netconsole: new script for working with netconsole over UDP
7379
7380     While the doc/README.NetConsole does have a snippet for people to
7381     create their own netcat script, it's a lot easier to make a simple
7382     dedicated script and tell people to use it.
7383
7384     Also spruce it up a bit to make it user friendly.
7385
7386     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7387
7388 commit 8c5170a7d088601d5f30d85093388dab1f1e8ec0
7389 Author: Sonic Zhang <Sonic.Zhang@analog.com>
7390 Date:   Tue Dec 9 23:20:18 2008 -0500
7391
7392     fs/fat: handle FAT on SATA
7393
7394     The FAT file system driver should also handle FAT on SATA devices.
7395
7396     Signed-off-by: Sonic Zhang <Sonic.Zhang@analog.com>
7397     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7398
7399 commit 4cd8ed40615a7d741ef2f09ee53779ec6907b8a6
7400 Author: Ben Warren <biggerbadderben@gmail.com>
7401 Date:   Tue Dec 9 23:26:31 2008 -0800
7402
7403     Fix compile error in building MBX860T.
7404     Bug was introduced in 9eb79bd8856bcab896ed5e1f1bca159807a124dd
7405
7406     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
7407
7408 commit 97a24a78ee6f34b89b821cb70eda1cf34aa11d97
7409 Author: Jerry Van Baren <gvb.uboot@gmail.com>
7410 Date:   Mon Nov 24 08:15:02 2008 -0500
7411
7412     libfdt: Fix redefined uintptr_t warning for USE_HOSTCC
7413
7414     Compiling U-Boot in an old OS environment (RedHat-7.3  :-)  gives the
7415     following warnings from FDT:
7416
7417     include/libfdt_env.h:50: warning: redefinition of 'uintptr_t'
7418     /usr/include/stdint.h:129: warning: 'uintptr_t' previously declared here
7419
7420     Fix: Protect the definition of uintptr_t when compiling on the host
7421     system.
7422
7423     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
7424
7425 commit 1fc2b165c51d6f40c8d505f1b3eaefdb6599b17b
7426 Author: Graeme Russ <graeme.russ@gmail.com>
7427 Date:   Sat Nov 22 08:43:29 2008 +1100
7428
7429     Moved sc520 PCI definitions to stand-alone file
7430
7431     Signed Off By: Graeme Russ <graeme.russ@gmail.com>
7432
7433 commit 1f5070c0c18fa5684bfce09c8abdf10c04ed48fa
7434 Author: Graeme Russ <graeme.russ@gmail.com>
7435 Date:   Sat Nov 22 08:43:21 2008 +1100
7436
7437     Fixed path to sc520 SSI include file
7438
7439     Signed Off By: Graeme Russ <graeme.russ@gmail.com>
7440
7441 commit d4f70da544c33db3e4fce6473dea4ecca4322545
7442 Author: Graeme Russ <graeme.russ@gmail.com>
7443 Date:   Fri Nov 21 06:28:05 2008 +1100
7444
7445     Fixed build error due to #define of _LINUX_STRING_H_ in 82559_eeprom.c
7446
7447     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
7448
7449 commit c034075a713b60e654c64e88e87da29440f31bb4
7450 Author: Stefan Roese <sr@denx.de>
7451 Date:   Wed Nov 12 13:30:10 2008 +0100
7452
7453     serial: Add vcth UART driver
7454
7455     This patch adds the UART driver for the upcoming VCTH board support.
7456
7457     Signed-off-by: Stefan Roese <sr@denx.de>
7458
7459 commit 142a80ffc3b537a9c45acd2444a42a77f147c602
7460 Author: Ilya Yanok <yanok@emcraft.com>
7461 Date:   Thu Nov 13 19:49:36 2008 +0300
7462
7463     jffs2: cache data_crc results
7464
7465     As we moved data_crc() invocation from jffs2_1pass_build_lists() to
7466     jffs2_1pass_read_inode() data_crc is going to be calculated on each
7467     inode access. This patch adds caching of data_crc() results. There
7468     is no significant improvement in speed (because of flash access
7469     caching added in previous patch I think, crc in RAM is really fast)
7470     but this patch impacts memory usage -- every b_node structure uses
7471     12 bytes instead of 8.
7472
7473     Signed-off-by: Alexey Neyman <avn@emcraft.com>
7474     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
7475
7476 commit 9b7076229ec6a958bd835ab70745f7676297ce82
7477 Author: Ilya Yanok <yanok@emcraft.com>
7478 Date:   Thu Nov 13 19:49:35 2008 +0300
7479
7480     jffs2: summary support
7481
7482     This patch adds support for reading fs information from summary
7483     node instead of scanning full eraseblock.
7484
7485     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
7486
7487 commit 70741004dc28946cd82c7af6789c4ddb3fc94526
7488 Author: Ilya Yanok <yanok@emcraft.com>
7489 Date:   Thu Nov 13 19:49:34 2008 +0300
7490
7491     jffs2: add buffer to cache flash accesses
7492
7493     With this patch JFFS2 code allocates memory buffer of max_totlen size
7494     (size of the largest node, calculated during scan time) and uses it to
7495     store entire node. Speeds up loading. If malloc fails we use old ways
7496     to do things.
7497
7498     Signed-off-by: Alexey Neyman <avn@emcraft.com>
7499     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
7500
7501 commit 8a36d31f72411144ac0412ee7e1880e801acd754
7502 Author: Ilya Yanok <yanok@emcraft.com>
7503 Date:   Thu Nov 13 19:49:33 2008 +0300
7504
7505     jffs2: rewrite jffs2 scanning code based on Linux one
7506
7507     Rewrites jffs2_1pass_build_lists() function in style of Linux's
7508     jffs2_scan_medium() and jffs2_scan_eraseblock().
7509     This includes:
7510      - Caching flash acceses
7511      - Smart dealing with free space
7512
7513     Signed-off-by: Alexey Neyman <avn@emcraft.com>
7514     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
7515
7516 commit e0b5532579eda8b4629f1b4f6e49c3cc60f52237
7517 Author: Ilya Yanok <yanok@emcraft.com>
7518 Date:   Thu Nov 13 19:49:32 2008 +0300
7519
7520     jffs2: add sector_size field to part_info structure
7521
7522     This patch adds sector_size field to part_info structure (used
7523     by new JFFS2 code).
7524
7525     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
7526
7527 commit f73846956778a7dfee83403ef9747aff77198848
7528 Author: Ilya Yanok <yanok@emcraft.com>
7529 Date:   Thu Nov 13 19:49:31 2008 +0300
7530
7531     jffs2: fix searching for latest version in jffs2_1pass_list_inodes()
7532
7533     We need to update i_version inside cycle to find really latest version
7534     inside jffs2_1pass_list_inodes(). With that fixed we can use isize inside
7535     dump_inode() instead of calling expensive jffs2_1pass_read_inode().
7536
7537     Signed-off-by: Alexey Neyman <avn@emcraft.com>
7538     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
7539
7540 commit 1113cb764b3da256ef8a1f9539f4efbe221ff3c4
7541 Author: Wolfgang Denk <wd@denx.de>
7542 Date:   Tue Dec 9 23:13:51 2008 +0100
7543
7544     evb64260: fix "cast to pointer from integer of different size" warnings
7545
7546     Signed-off-by: Wolfgang Denk <wd@denx.de>
7547
7548 commit d2776827315c3d469b8cb4cec14d58877798daa2
7549 Author: Stefan Althoefer <stefan.althoefer@web.de>
7550 Date:   Sun Dec 7 19:39:11 2008 +0100
7551
7552     USB: descriptor handling
7553
7554     Hi,
7555
7556     I found a bug when working with the u-boot USB subsystem on IXP425 processor
7557     (big endian Xscale aka ARMv5).
7558     I recognized that the second usb_endpoint_descriptor of the attached memory
7559     stick was corrupted.
7560
7561     The reason for this are the packed structures below (either u-boot and
7562     u-boot-usb):
7563
7564     --------------
7565     /* Endpoint descriptor */
7566     struct usb_endpoint_descriptor {
7567         unsigned char  bLength;
7568         unsigned char  bDescriptorType;
7569         unsigned char  bEndpointAddress;
7570         unsigned char  bmAttributes;
7571         unsigned short wMaxPacketSize;
7572         unsigned char  bInterval;
7573         unsigned char  bRefresh;
7574         unsigned char  bSynchAddress;
7575
7576     } __attribute__ ((packed));
7577     /* Interface descriptor */
7578     struct usb_interface_descriptor {
7579         unsigned char  bLength;
7580         unsigned char  bDescriptorType;
7581         unsigned char  bInterfaceNumber;
7582         unsigned char  bAlternateSetting;
7583         unsigned char  bNumEndpoints;
7584         unsigned char  bInterfaceClass;
7585         unsigned char  bInterfaceSubClass;
7586         unsigned char  bInterfaceProtocol;
7587         unsigned char  iInterface;
7588
7589         unsigned char  no_of_ep;
7590         unsigned char  num_altsetting;
7591         unsigned char  act_altsetting;
7592         struct usb_endpoint_descriptor ep_desc[USB_MAXENDPOINTS];
7593     } __attribute__ ((packed));
7594     ------------
7595
7596     As usb_endpoint_descriptor is only 7byte in length, the start of all
7597     odd ep_desc[] structures is not word aligned. This makes wMaxPacketSize
7598     of these structures also not word aligned.
7599
7600     ARMv5 Architecture however does not support non-aligned multibyte
7601     data type (see A2.8 of ARM Architecture Reference Manual).
7602
7603     Signed-off-by: Stefan Althoefer <stefan.althoefer@web.de>
7604     Signed-off-by: Remy Böhmer <linux@bohmer.net>
7605
7606 commit 4c253fdb2a175ea3472c38a1455a16faa58e81f0
7607 Author: Kumar Gala <galak@kernel.crashing.org>
7608 Date:   Tue Dec 9 10:27:33 2008 -0600
7609
7610     drivers/fsl_pci_init: Fix compile warning
7611
7612     fsl_pci_init.c: In function 'fsl_pci_setup_inbound_windows':
7613     fsl_pci_init.c:122: warning: comparison is always true due to limited range of data type
7614
7615     The check only makes sense if we are CONFIG_PHYS_64BIT
7616
7617     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7618
7619 commit dedacc18a8c2b3951581eb721fa055a4e0ac4845
7620 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7621 Date:   Sun Dec 7 09:45:35 2008 +0100
7622
7623     usbtty/omap: update to current API
7624
7625     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7626     Signed-off-by: Remy Böhmer <linux@bohmer.net>
7627
7628 commit ee2e9ba917a62cc2e3a484bb79c8da0e01cb93ed
7629 Author: Anatolij Gustschin <agust@denx.de>
7630 Date:   Tue Dec 9 17:52:05 2008 +0100
7631
7632     video: fix FADS823 and RRvision compiling issues
7633
7634     Since commit 561858ee building for FADS823 and RRvision
7635     doesn't work. Let's include version.h and timestamp.h
7636     unconditionally to fix the problem.
7637
7638     Signed-off-by: Anatolij Gustschin <agust@denx.de>
7639
7640 commit 2d2e05727fe4013f807ffa814dff0e75259a1db4
7641 Author: Stefan Roese <sr@denx.de>
7642 Date:   Tue Dec 2 10:53:47 2008 +0100
7643
7644     UBI: Fix size parsing in "ubi create"
7645
7646     Signed-off-by: Stefan Roese <sr@denx.de>
7647
7648 commit 2ee951ba2ac9874d2a93d52e7a187d3184be937e
7649 Author: Stefan Roese <sr@denx.de>
7650 Date:   Thu Nov 27 14:07:09 2008 +0100
7651
7652     UBI: Enable re-initializing of the "ubi part" command
7653
7654     With this patch now, the user can call "ubi part" multiple times to
7655     re-connect the UBI device to another MTD partition.
7656
7657     Signed-off-by: Stefan Roese <sr@denx.de>
7658
7659 commit 9def12cae33d2d3ea2dd56b197fd3dfb3ad60bf4
7660 Author: Stefan Roese <sr@denx.de>
7661 Date:   Thu Nov 27 14:05:15 2008 +0100
7662
7663     MTD: Fix problem based on non-working relocation (list head mtd_partitions)
7664
7665     Don't use LIST_HEAD() but initialize the struct via INIT_LIST_HEAD() upon
7666     first call of add_mtd_partitions(). Otherwise this won't work on platforms
7667     where the relocation is broken (like MIPS or PPC).
7668
7669     Signed-off-by: Stefan Roese <sr@denx.de>
7670
7671 commit 5e3ab68e9acf9edf304b8aa32ad7e005483a2c47
7672 Author: Trent Piepho <tpiepho@freescale.com>
7673 Date:   Wed Nov 12 17:29:48 2008 -0800
7674
7675     Section name should be ".data", not "data"
7676
7677     Signed-off-by: Trent Piepho <tpiepho@freescale.com>
7678     Signed-off-by: Wolfgang Denk <wd@denx.de>
7679
7680 commit 7fa6a2f3b66579dea8bc1a9177646e1141731b15
7681 Author: Wolfgang Denk <wd@denx.de>
7682 Date:   Tue Dec 9 00:39:08 2008 +0100
7683
7684     MAKEALL: Automatically use parallel builds
7685
7686     Add logic to the MAKEALL script to determine the number of CPU cores
7687     on the system, and run a parallel build if there is more than one.
7688     Usually this significantrly accelerates builds.
7689
7690     Allow to manually adjust the number of parallel make jobs by using
7691     the "BUILD_NCPUS" environment variable.
7692
7693     Signed-off-by: Wolfgang Denk <wd@denx.de>
7694
7695 commit 268405fa7c44156c5192a70779920c70906af8d6
7696 Author: Wolfgang Denk <wd@denx.de>
7697 Date:   Tue Dec 9 00:24:30 2008 +0100
7698
7699     vxworks.h: Fix build problem introduced by commits 29a4c24d/e9084b23
7700
7701     Signed-off-by: Wolfgang Denk <wd@denx.de>
7702
7703 commit 153176a9414120ca1736f3cc4951623d6e14e6af
7704 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7705 Date:   Tue Nov 11 06:08:59 2008 +0100
7706
7707     avr32/bootm: remove unused variable 'ret'
7708
7709     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7710     Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
7711
7712 commit 434c51a5e62f608a2a78ed5398ac43a1c77cc183
7713 Author: Peter Tyser <ptyser@xes-inc.com>
7714 Date:   Wed Nov 12 13:06:48 2008 -0600
7715
7716     Remove unneeded CONFIG_SHELL references
7717
7718     Make should be using the bash shell by default which makes
7719     CONFIG_SHELL unnecessary
7720
7721     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
7722
7723 commit cf7a7b99794bac936899819b95539be1dbd71708
7724 Author: Peter Tyser <ptyser@xes-inc.com>
7725 Date:   Wed Nov 12 12:33:20 2008 -0600
7726
7727     Use bash for default GNU Make shell application
7728
7729     Some Make script commands rely on bash-specific features like brace
7730     expansion, so default to bash for the SHELL variable with a fallback
7731     to the standard sh shell
7732
7733     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
7734
7735 commit 4b530018764934ad5689196e9aa5714a6f4d1a6c
7736 Author: Heiko Schocher <hs@denx.de>
7737 Date:   Wed Nov 12 09:50:45 2008 +0100
7738
7739     jffs2: rename devices_init () in common/jffs2.c
7740
7741     rename devices_init () in common/jffs2.c to
7742     jffs2_devices_init (), because there is also a
7743     devices_init () in common/devices.c.
7744
7745     Signed-off-by: Heiko Schocher <hs@denx.de>
7746
7747 commit af5eb847a10f1037590001355d88bab3fe7be48b
7748 Author: Daniel Hellstrom <daniel@gaisler.com>
7749 Date:   Mon Nov 10 12:46:20 2008 +0000
7750
7751     SPARC: Fixed compiler error introduced by commit c160a9544743
7752
7753     This patch fixes a build error for the SPARC platform. It was
7754     introduced by commit c160a9544743e80e8889edb2275538e7764ce334.
7755
7756     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
7757
7758 commit 4c60259899aa00f59db0d936b8807f9a26411c0f
7759 Author: Gary Jennejohn <garyj@denx.de>
7760 Date:   Sun Nov 9 12:50:59 2008 +0100
7761
7762     mgsuvd add the board-specific part of the HDLC driver
7763
7764     Signed-off-by: Gary Jennejohn <garyj@denx.de>
7765
7766 commit 534a4359666af48bd69a3743d8a8c2bdb1d3ec70
7767 Author: Gary Jennejohn <garyj@denx.de>
7768 Date:   Sun Nov 9 12:45:03 2008 +0100
7769
7770     mgcoge add the board-specific part of the HDLC driver
7771
7772     Signed-off-by: Gary Jennejohn <garyj@denx.de>
7773
7774 commit 135f5534538bb8ea4f38a7030da12187d22ef7e0
7775 Author: Gary Jennejohn <garyj@denx.de>
7776 Date:   Sun Nov 9 12:36:15 2008 +0100
7777
7778     keymile add the common parts of the HDLC driver
7779
7780     This implements the ICN protocol used across the backplane and is
7781     needed by all the keymile boards.
7782
7783     Signed-off-by: Gary Jennejohn <garyj@denx.de>
7784
7785 commit 1cb82a9207a550557399eabc7fe47f21bbd9ddf8
7786 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7787 Date:   Fri Nov 7 22:46:22 2008 +0100
7788
7789     drivers/bios_emulator: Move conditional compilation to Makefile
7790
7791     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7792
7793 commit bcdf1d2cf6b24fb905fd7da80da4b3c65a7995b5
7794 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
7795 Date:   Thu Nov 6 14:01:51 2008 -0500
7796
7797     common/cmd_ide.c: Corrected endian order printing for compact flash serial number.
7798
7799     Corrected endian order printing for compact flash serial number.
7800
7801     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
7802
7803 commit 16a28ef219c27423a1ef502f19070c4d375079b8
7804 Author: Gary Jennejohn <garyj@denx.de>
7805 Date:   Thu Nov 6 15:04:23 2008 +0100
7806
7807     IOMUX: Add console multiplexing support.
7808
7809     Modifications to support console multiplexing.  This is controlled using
7810     CONFIG_SYS_CONSOLE_MUX in the board configuration file.
7811
7812     This allows a user to specify multiple console devices in the environment
7813     with a command like this: setenv stdin serial,nc.  As a result, the user can
7814     enter text on both the serial and netconsole interfaces.
7815
7816     All devices - stdin, stdout and stderr - can be set in this manner.
7817
7818     1) common/iomux.c and include/iomux.h contain the environment setting
7819     implementation.
7820     2) doc/README.iomux contains a somewhat more detailed description.
7821     3) The implementation in (1) is called from common/cmd_nvedit.c to
7822     handle setenv and from common/console.c to handle initialization of
7823     input/output devices at boot time.
7824     4) common/console.c also contains the code needed to poll multiple console
7825     devices for input and send output to all devices registered for output.
7826     5) include/common.h includes iomux.h and common/Makefile generates iomux.o
7827     when CONFIG_SYS_CONSOLE_MUX is set.
7828
7829     Signed-off-by: Gary Jennejohn <garyj@denx.de>
7830
7831 commit 774ce72026f74ac9641bcbbc588b20f2e13f7ab8
7832 Author: Mike Frysinger <vapier@gentoo.org>
7833 Date:   Tue Nov 4 16:03:46 2008 -0500
7834
7835     strings: use puts() rather than printf()
7836
7837     When running `strings` on really long strings, the stack tends to get
7838     smashed due to printf().  Switch to puts() instead since we're only passing
7839     the data through.
7840
7841     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7842
7843 commit b03150b52e3c491a86a3cc0945274f0e8f9872e7
7844 Author: Niklaus Giger <niklaus.giger@member.fsf.org>
7845 Date:   Mon Nov 3 22:16:18 2008 +0100
7846
7847     Use new CONFIG_SYS_VXWORKS parameters for Netstal boards
7848
7849     Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
7850
7851 commit 29a4c24de99d8cb4ac32991c04cab87ed94ca1f9
7852 Author: Niklaus Giger <niklaus.giger@member.fsf.org>
7853 Date:   Mon Nov 3 22:15:34 2008 +0100
7854
7855     cmd_elf.c: Cleanup bootvx and handle new CONFIG_SYS_VXWORKS parameters
7856
7857     - fix size too small by one in sprintf
7858     - changed old (pre 2004) device name ibmEmac to emac
7859     - boot device may be overriden in board config
7860     - servername may be defined in board config
7861     - additional parameters may be defined in board config
7862     - fixed some line wrappings
7863     - replaced  redundant MAX define by max
7864
7865     Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
7866
7867 commit e9084b23d16102f44ace24379a1c0c352497ef80
7868 Author: Niklaus Giger <niklaus.giger@member.fsf.org>
7869 Date:   Mon Nov 3 22:14:36 2008 +0100
7870
7871     Add vxworks.h to handle CONFIG_SYS_VXWORKS parameters
7872
7873     Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
7874
7875 commit 0b2f4ecad473d785959c7976f20d2a00bd0ee01f
7876 Author: Niklaus Giger <niklaus.giger@member.fsf.org>
7877 Date:   Mon Nov 3 22:13:47 2008 +0100
7878
7879     README: Document CONFIG_SYS parameters for vxworks
7880
7881     Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
7882
7883 commit ace514837cac656e29c37a19569cb8ea83071126
7884 Author: Peter Tyser <ptyser@xes-inc.com>
7885 Date:   Fri Oct 31 11:12:38 2008 -0500
7886
7887     lcd: Let the board code show board-specific info cleanup
7888
7889     remove unneeded version.h from lcd.c
7890
7891     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
7892     Signed-off-by: Wolfgang Denk <wd@denx.de>
7893
7894 commit 561858ee7d0274c3e89dc98d4d0698cb6fcf6fd9
7895 Author: Peter Tyser <ptyser@xes-inc.com>
7896 Date:   Mon Nov 3 09:30:59 2008 -0600
7897
7898     Update U-Boot's build timestamp on every compile
7899
7900     Use the GNU 'date' command to auto-generate a new U-Boot
7901     timestamp on every compile.
7902
7903     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
7904
7905 commit 83ad179e2f0f625b88adb8ef5696709e46fb9077
7906 Author: Remy Bohmer <linux@bohmer.net>
7907 Date:   Thu Dec 4 22:25:57 2008 +0100
7908
7909     Remove redundant armv4 flag from arm926ejs compile flags
7910
7911     Currently the arm926ejs tree has the armv4 option set during compilation.
7912     This flag does not belong here because a arm926 CPU is always a armv5 CPU.
7913
7914     Signed-off-by: Remy Bohmer <linux@bohmer.net>
7915
7916 commit 89a7a87f084c657f8e32b513a77b50eca07e17ec
7917 Author: Nicolas Ferre <nicolas.ferre@atmel.com>
7918 Date:   Sat Dec 6 13:11:14 2008 +0100
7919
7920     at91: Choose environment variables location within make config target
7921
7922     This patch adds the possiblity to choose the media where the environment will
7923     be located. This allow to choose this fundamental configuration without editing
7924     config files.
7925
7926     Documentation file added.
7927
7928     Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
7929     Acked-by: Stelian Pop <stelian@popies.net>
7930     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7931
7932 commit 1450c4a6682378567030414a9f1198c39b7730c7
7933 Author: Anatolij Gustschin <agust@denx.de>
7934 Date:   Mon Nov 3 15:30:34 2008 +0100
7935
7936     lwmon, tqm8xx: Fix build errors
7937
7938     Commit 6b59e03e0237a40a2305ea385defdfd92000978b
7939     lcd: Let the board code show board-specific info
7940
7941     introduced some bugs which prevent U-Boot building
7942     for lwmon board if CONFIG_LCD_INFO_BELOW_LOGO will
7943     be defined in the board configuration.
7944
7945     Also "LCD enabled" building for TQM823L doesn't work
7946     since this commit.
7947
7948     This patch fixes above-mentioned issues.
7949
7950     Signed-off-by: Anatolij Gustschin <agust@denx.de>
7951
7952 commit bfa0af6b22ff25b0719a8910f9b6d1f975aa6fb0
7953 Author: Mike Frysinger <vapier@gentoo.org>
7954 Date:   Sun Nov 2 01:18:18 2008 -0400
7955
7956     ignore .gdb_history files
7957
7958     When using gdb, history files will often get generated.  So ignore them.
7959
7960     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7961
7962 commit c8aa7dfc18f7cc90d0aea6c7becbb67dfc5bba4b
7963 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7964 Date:   Fri Oct 31 12:26:55 2008 +0100
7965
7966     FPGA: move fpga drivers to drivers/fpga
7967
7968     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7969
7970 commit 6a86bb6c25376f0358478219fa28d7c84dd01ed0
7971 Author: Peter Tyser <ptyser@xes-inc.com>
7972 Date:   Mon Dec 1 16:29:38 2008 -0600
7973
7974     net: Fix TftpStart() ip:filename bug
7975
7976     The TftpStart() function modifies the 'BootFile'
7977     string when 'BootFile' contains both an IP address
7978     and filename (eg 1.2.3.4:/path/file). This causes
7979     subsequent calls to TftpStart to incorrectly parse
7980     the TFTP filename and server IP address to use.
7981     For example:
7982
7983     => tftp 0x100000 10.52.0.62:/home/ptyser/non_existant
7984     Speed: 100, half duplex
7985     Using eTSEC1 device
7986     TFTP from server 10.52.0.62; our IP address is 10.52.253.79
7987                      ^^^^^^^^^^ CORRECT
7988     Filename '/home/ptyser/non_existant'.
7989               ^^^^^^^^^^^^^^^^^^^^^^^^^ CORRECT
7990     Load address: 0x100000
7991     Loading: *
7992     TFTP error: 'File not found' (1)
7993     Starting again
7994
7995     eTSEC2: No link.
7996     Speed: 100, half duplex
7997     Using eTSEC1 device
7998     TFTP from server 10.52.0.33; our IP address is 10.52.253.79
7999                      ^^^^^^^^^^ WRONG
8000     Filename '10.52.0.62'.
8001               ^^^^^^^^^^ WRONG
8002     Load address: 0x100000
8003     Loading: *
8004     TFTP error: 'File not found' (1)
8005     Starting again
8006
8007     TftpStart() was modified to not modify the 'BootFile' string.
8008
8009     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
8010     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8011
8012 commit d32c5be50bf0600bfdc54223ef341ee9c63db445
8013 Author: Peter Tyser <ptyser@xes-inc.com>
8014 Date:   Mon Dec 1 16:26:21 2008 -0600
8015
8016     net: Add additional IP fragmentation check
8017
8018     Ignore IP packets which have the "more fragments" flag bit
8019     set.  This flag indicates the IP packet is fragmented and
8020     must be ignored by U-Boot.
8021
8022     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
8023     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8024
8025 commit e0c07b868cab405ab4b5335a0247899bfc5ea0b6
8026 Author: Peter Tyser <ptyser@xes-inc.com>
8027 Date:   Mon Dec 1 16:26:20 2008 -0600
8028
8029     net: Define IP flag field values
8030
8031     These defines were pulled from the "Add simple
8032     IP/UDP fragmentation support" patch from Frank
8033     Haverkamp <haver@vnet.ibm.com>.
8034
8035     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
8036     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8037
8038 commit 23afaba65ec5206757e589ef334a8b38168c045f
8039 Author: Anatolij Gustschin <agust@denx.de>
8040 Date:   Tue Dec 2 10:31:04 2008 +0100
8041
8042     net: tsec: Fix Marvell 88E1121R phy init
8043
8044     This patch tries to ensure that phy interrupt pin
8045     won't be asserted after booting. We experienced
8046     following issues with current 88E1121R phy init:
8047
8048     Marvell 88E1121R phy can be hardware-configured
8049     to share MDC/MDIO and interrupt pins for both ports
8050     P0 and P1 (e.g. as configured on socrates board).
8051     Port 0 interrupt pin will be shared by both ports
8052     in such configuration. After booting Linux and
8053     configuring eth0 interface, port 0 phy interrupts
8054     are enabled. After rebooting without proper eth0
8055     interface shutdown port 0 phy interrupts remain
8056     enabled so any change on port 0 (link status, etc.)
8057     cause assertion of the interrupt. Now booting Linux
8058     and configuring eth1 interface will cause permanent
8059     phy interrupt storm as the registered phy 1 interrupt
8060     handler doesn't acknowledge phy 0 interrupts. This
8061     of course should be fixed in Linux driver too.
8062
8063     Signed-off-by: Anatolij Gustschin <agust@denx.de>
8064     Acked-by: Andy Fleming <afleming@freescale.com>
8065     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8066
8067 commit 2e4970d8109d690adcf615d9e3cac7b5b2e8eaed
8068 Author: Peter Tyser <ptyser@xes-inc.com>
8069 Date:   Tue Dec 2 12:59:51 2008 -0600
8070
8071     net: Fix download command parsing
8072
8073     When CONFIG_SYS_HUSH_PARSER is defined network download
8074     commands with 1 argument in the format 'tftp "/path/file"'
8075     do not work as expected. The hush command parser strips
8076     the quotes from "/path/file" which causes the network
8077     commands to interpret "/path/file" as an address
8078     instead of the intended filename.
8079
8080     The previous check for a leading quote in netboot_common()
8081     was replaced with a check which ensures only valid
8082     numbers are treated as addresses.
8083
8084     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
8085     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8086
8087 commit 3c2c2f427905040c1513d0c51d637689cba48346
8088 Author: Remy Bohmer <linux@bohmer.net>
8089 Date:   Thu Nov 27 22:30:27 2008 +0100
8090
8091     Remove non-ascii characters from fat code
8092
8093     This code contains some non-ascii characters in comment lines and code.
8094     Most editors do not display those characters properly and editing those
8095     files results always in diffs at these places which are usually not required
8096     to be changed at all. This is error prone.
8097
8098     So, remove those weird characters and replace them by normal C-style
8099     equivalents for which the proper defines were already in the header.
8100
8101     Signed-off-by: Remy Bohmer <linux@bohmer.net>
8102
8103 commit dc889e865356497d3e495570118c2245ebce2631
8104 Author: Dave Liu <daveliu@freescale.com>
8105 Date:   Fri Nov 28 20:16:58 2008 +0800
8106
8107     85xx: fix the wrong DDR settings for MPC8572DS
8108
8109     The default DDR freq is 400MHz or 800M data rate,
8110     the old settings is pure wrong for the default case.
8111
8112     Signed-off-by: Dave Liu <daveliu@freescale.com>
8113     Acked-by: Andy Fleming <afleming@freescale.com>
8114
8115 commit 9df59533f77de2829b4b66e5b7620e04edaa391c
8116 Author: Kumar Gala <galak@kernel.crashing.org>
8117 Date:   Mon Nov 24 10:29:26 2008 -0600
8118
8119     85xx: init gd as early as possible
8120
8121     Moved up the initialization of GD so C code like set_tlb() can use
8122     gd->flags to determine if we've relocated or not in the future.
8123
8124     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8125     Acked-by: Andy Fleming <afleming@freescale.com>
8126
8127 commit aed461af81012a398a205e9be67ab37667491838
8128 Author: Kumar Gala <galak@kernel.crashing.org>
8129 Date:   Mon Nov 24 10:29:25 2008 -0600
8130
8131     85xx: Fix relocation of CCSRBAR
8132
8133     If the virtual address for CCSRBAR is the same after relocation but
8134     the physical address is changing we'd end up having two TLB entries with
8135     the same VA.  Instead we new us the new CCSRBAR virt address + 4k as a
8136     temp virt address to access the old CCSRBAR to relocate it.
8137
8138     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8139     Acked-by: Andy Fleming <afleming@freescale.com>
8140
8141 commit ea154a1781135d822eedee7567cc156089eae93c
8142 Author: Kumar Gala <galak@kernel.crashing.org>
8143 Date:   Mon Nov 24 10:25:14 2008 -0600
8144
8145     FSL: Moved BR_PHYS_ADDR for localbus to common header
8146
8147     The BR_PHYS_ADDR macro is useful on all machines that have local bus
8148     which is pretty much all 83xx/85xx/86xx chips.
8149
8150     Additionally most 85xx & 86xx will need it if they want to support
8151     36-bit physical addresses.
8152
8153     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8154     Acked-by: Andy Fleming <afleming@freescale.com>
8155
8156 commit 9427ccde0355a2ebf47454e8e1be59f5b9864e08
8157 Author: Peter Tyser <ptyser@xes-inc.com>
8158 Date:   Mon Dec 1 13:47:12 2008 -0600
8159
8160     85xx: Add PORDEVSR_PCI1 define
8161
8162     Add define used to determine if PCI1 interface is in PCI or PCIX mode.
8163
8164     Convert users of the old PORDEVSR_PCI constant to use MPC85xx_PORDEVSR_PCI1
8165
8166     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
8167     Signed-off-by: Andy Fleming <afleming@freescale.com>
8168
8169 commit 35db1c6d34b57ae15e99cf03c8e8f8a6148d74f3
8170 Author: Becky Bruce <becky.bruce@freescale.com>
8171 Date:   Fri Nov 21 19:24:22 2008 -0600
8172
8173     drivers/fsl_pci_init: Fix inbound window mapping bug
8174
8175     The current code will cause the creation of a 4GB window
8176     starting at 0 if we have more than 4GB of RAM installed,
8177     which overlaps with PCI_MEM space and causes pci_bus_to_phys()
8178     to return erroneous information. Limit the size to 4GB - 1;
8179     which causes the code to create one 2GB and one 1GB window
8180     instead.
8181
8182     Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
8183     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8184     Acked-by: Andy Fleming <afleming@freescale.com>
8185
8186 commit 5a105a333dab6a23e92d763ce76d6f31d57f45df
8187 Author: Jon Loeliger <jdl@freescale.com>
8188 Date:   Thu Nov 20 15:36:48 2008 -0600
8189
8190     Removed unused CONFIG_L1_INIT_RAM symbol.
8191
8192     Prevent further viral propogation of the unused
8193     symbol CONFIG_L1_INIT_RAM by just removing it.
8194
8195     Signed-off-by: Jon Loeliger <jdl@freescale.com>
8196     Acked-by: Andy Fleming <afleming@freescale.com>
8197
8198 commit 7008d26a40a76f90cae5824c812cfed449fb97b8
8199 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
8200 Date:   Wed Oct 29 09:21:44 2008 -0500
8201
8202     fsl ddr skip interleaving if not supported.
8203
8204     Removed while(1) hang if memctl_intlv_ctl is set wrong.
8205     Remove embedded tabs from strings.
8206
8207     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
8208     Acked-by: Kumar Gala <galak@kernel.crashing.org>
8209     Acked-by: Andy Fleming <afleming@freescale.com>
8210
8211 commit dd332e18d082de75eca3fc2c7c778f5d4571a096
8212 Author: Anatolij Gustschin <agust@denx.de>
8213 Date:   Thu Nov 13 18:08:57 2008 +0100
8214
8215     85xx: socrates: fix DDR SDRAM tlb entry configuration
8216
8217     since commit be0bd8234b9777ecd63c4c686f72af070d886517
8218     tlb entry for socrates DDR SDRAM will be reconfigured
8219     by setup_ddr_tlbs() from initdram() causing an
8220     inconsistency with previously configured DDR SDRAM tlb
8221     entry from tlb_table:
8222
8223     socrates>l2cam 7 9
8224     IDX  PID      EPN  SIZE V TS           RPN U0-U3 WIMGE UUUSSS
8225       7 : 00 00000000 256MB V  0 -> 0_00000000  0000 -I-G- ---RWX
8226       8 : 00 00000000 256MB V  0 -> 0_00000000  0000 ----- ---RWX
8227       9 : 00 10000000 256MB V  0 -> 0_10000000  0000 ----- ---RWX
8228
8229     This patch makes the presence of the DDR SDRAM tlb entry in
8230     the tlb_table dependent on CONFIG_SPD_EEPROM to avoid this
8231     inconsistency.
8232
8233     Signed-off-by: Anatolij Gustschin <agust@denx.de>
8234     Acked-by: Andy Fleming <afleming@freescale.com>
8235
8236 commit a2cd50ed6ef0ac6b127b3d6db756979a8336718d
8237 Author: Peter Tyser <ptyser@xes-inc.com>
8238 Date:   Tue Nov 11 10:17:10 2008 -0600
8239
8240     85xx: Add CPU 2 errata workaround to all 8548 boards
8241
8242     All mpc8548-based boards should implement the suggested workaround
8243     to CPU 2 errata. Without the workaround, its possible for the
8244     8548's core to hang while executing a msync or mbar 0 instruction
8245     and a snoopable transaction from an I/O master tagged to make
8246     quick forward progress is present.
8247
8248     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
8249     Acked-by: Andy Fleming <afleming@freescale.com>
8250
8251 commit e57f0fa1333cdf3ca36110aac2900712a5f82976
8252 Author: Dave Liu <daveliu@freescale.com>
8253 Date:   Tue Oct 28 17:53:45 2008 +0800
8254
8255     85xx: the DDR tlb is missed for the !CONFIG_SPD_EEPROM case
8256
8257     we need TLB entry for DDR at !SPD case.
8258
8259     Signed-off-by: Dave Liu <daveliu@freescale.com>
8260     Acked-by: Andy Fleming <afleming@freescale.com>
8261
8262 commit 9b0ad1b1c7a15ff674978705c7c52264978dc5d8
8263 Author: Dave Liu <daveliu@freescale.com>
8264 Date:   Tue Oct 28 17:53:38 2008 +0800
8265
8266     85xx: remove the unused ddr_enable_ecc in the board file
8267
8268     The DDR controller of 8548/8544/8568/8572/8536 processors
8269     have the ECC data init feature, and the new DDR code is
8270     using the feature, and we don't need the way with DMA to
8271     init memory any more.
8272
8273     Signed-off-by: Dave Liu <daveliu@freescale.com>
8274     Acked-by: Andy Fleming <afleming@freescale.com>
8275
8276 commit 4a129a57d923f7c15aa1f567028a80a32d66a100
8277 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8278 Date:   Sun Nov 30 19:36:53 2008 +0100
8279
8280     at91rm9200dk: Fix typo
8281
8282     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8283
8284 commit ed3b18e05c9a8ffa5fb643da9bcec7452e5d5e01
8285 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8286 Date:   Sun Nov 30 19:36:50 2008 +0100
8287
8288     AT91: remove non supported board AT91RM9200DF macro
8289
8290     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8291
8292 commit bd876772ee04095e5dd943d97515a1f14bad4b1c
8293 Author: Ilko Iliev <iliev@ronetix.at>
8294 Date:   Tue Dec 2 17:27:54 2008 +0100
8295
8296     mtd/dataflash.c: fix a problem with the last partition
8297
8298     This patch fix the problem that only the [NB_DATAFLASH_AREA - 1] dataflash
8299     partition can be defined to use the area to the end of dataflash size.
8300     Now it is possible to have only one dataflash partition from 0 to the end
8301     of of dataflash size.
8302
8303     Signed-off-by: Ilko Iliev <iliev@ronetix.at>
8304
8305 commit 03f797793b124dccaae145b977d15d6cb9e74504
8306 Author: Ilko Iliev <iliev@ronetix.at>
8307 Date:   Tue Dec 2 17:20:17 2008 +0100
8308
8309     fix some coding style violations.
8310
8311     This patch fix some coding style violations.
8312
8313     Signed-off-by: Ilko Iliev <iliev@ronetix.at>
8314
8315 commit 5e46b1e54112f4b7fd5185665e571510132c12a7
8316 Author: Stefan Roese <sr@denx.de>
8317 Date:   Thu Nov 27 14:11:37 2008 +0100
8318
8319     OneNAND: Add missing mtd info struct before calling onenand_erase()
8320
8321     Without this patch "saveenv" crashes when MTD partitions are enabled (e.g.
8322     for use in UBI) via CONFIG_MTD_PARTITIONS.
8323
8324     Signed-off-by: Stefan Roese <sr@denx.de>
8325     Signed-off-by: Scott Wood <scottwood@freescale.com>
8326
8327 commit 29382d4064fbaff5daacff4c3209370fa5713966
8328 Author: Becky Bruce <becky.bruce@freescale.com>
8329 Date:   Thu Nov 20 16:43:52 2008 -0600
8330
8331     mpc8641: Fix error in README
8332
8333     I made some updates to the code that didn't make it into the
8334     README - fix this
8335
8336     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
8337
8338 commit 801a194616d95e6fc426a176d9615ccbf9876c7f
8339 Author: Jon Loeliger <jdl@freescale.com>
8340 Date:   Thu Nov 20 12:01:02 2008 -0600
8341
8342     Removed unused CONFIG_L1_INIT_RAM symbol.
8343
8344     Prevent further viral propogation of the unused
8345     symbol CONFIG_L1_INIT_RAM by just removing it.
8346
8347     Signed-off-by: Jon Loeliger <jdl@freescale.com>
8348
8349 commit f698738e46cb461e28c2d58228bb34a2fcf5a475
8350 Author: Jon Loeliger <jdl@freescale.com>
8351 Date:   Thu Nov 20 14:02:56 2008 -0600
8352
8353     86xx: Fix non-64-bit compilation problems.
8354
8355     Introducing 64-bit (36-bit) support for the MPC8641HPCN
8356     failed to accomodate the other two 86xx boards.
8357     Introduce definitions for CONFIG_SYS_CCSRBAR_PHYS_{LOW,HIGH}
8358     CONFIG_SYS_CCSR_DEFAULT_DBAT{U,L} and CONFIG_SYS_CCSR_DEFAULT_IBAT{U,L}
8359     with nominal 32-bit values.
8360
8361     Signed-off-by: Jon Loeliger <jdl@freescale.com>
8362     Acked-by: Becky Bruce <becky.bruce@freescale.com>
8363
8364 commit bebfc6ef3ec994c8e18783269b1d8d41f8e38afd
8365 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
8366 Date:   Wed Nov 26 17:40:37 2008 +0100
8367
8368     Remove obsolete command (apply afte USB style patch, 80 chars strict)
8369
8370     Remove USB obsolete commmand
8371
8372     Signed-off-by: Michael Trimarchi <trimarchi@gandalf.sssup.it>
8373     Signed-off-by: Remy Böhmer <linux@bohmer.net>
8374
8375 commit de39f8c19d7c12017248c49d432dcb81db68f724
8376 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
8377 Date:   Wed Nov 26 17:41:34 2008 +0100
8378
8379     USB style patch, 80 chars strict
8380
8381     USB Code style patch
8382
8383     Signed-off-by: Michael Trimarchi <trimarchi@gandalf.sssup.it>
8384     Signed-off-by: Remy Böhmer <linux@bohmer.net>
8385
8386 commit d10c5a87cb8affbb4d35a311370316d4383d598e
8387 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8388 Date:   Fri Nov 7 22:46:21 2008 +0100
8389
8390     drivers/usb: Move conditional compilation to Makefile
8391
8392     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8393     Signed-off-by: Remy Böhmer <linux@bohmer.net>
8394
8395 commit 2077e348c2a84901022ad95311b47b70361e6daa
8396 Author: Scott Wood <scottwood@freescale.com>
8397 Date:   Tue Nov 25 10:47:02 2008 -0600
8398
8399     NAND: Fix misplaced return statement in nand_{read,write}_skip_bad().
8400
8401     This caused the operation to be needlessly repeated if there were
8402     no bad blocks and no errors.
8403
8404     Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
8405     Signed-off-by: Scott Wood <scottwood@freescale.com>
8406
8407 commit 89295028e7d8f7a524f485328279d72fdb102385
8408 Author: Michal Simek <monstr@monstr.eu>
8409 Date:   Mon Nov 24 12:09:50 2008 +0100
8410
8411     ppc4xx: ml300 remove Xilinx BSP from ml300 folder
8412
8413     This BSP should be outside u-boot source tree.
8414     The second reason is that xilinx ppc405 was moved to generic platform.
8415
8416     Signed-off-by: Michal Simek <monstr@monstr.eu>
8417     Signed-off-by: Stefan Roese <sr@denx.de>
8418
8419 commit 24eea623d4974a169026a975ba12fb23d48154b1
8420 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8421 Date:   Mon Nov 24 15:11:10 2008 +0100
8422
8423     ppc4xx: Remove unused features
8424
8425     This patch disables some unused features from the PCI405 configuration
8426     to keep U-Boot image size below 192k.
8427
8428     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8429     Signed-off-by: Stefan Roese <sr@denx.de>
8430
8431 commit 0c2385c3bb51f5d3911fce1ec4720db86b534c2b
8432 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8433 Date:   Mon Nov 24 15:11:09 2008 +0100
8434
8435     ppc4xx: Use correct io accessors for PCI405
8436
8437     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8438     Signed-off-by: Stefan Roese <sr@denx.de>
8439
8440 commit 348c849d86a6f0785752b9bc497a34658713d1d1
8441 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8442 Date:   Mon Nov 24 15:11:08 2008 +0100
8443
8444     ppc4xx: Remove unused code from PCI405 code
8445
8446     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8447     Signed-off-by: Stefan Roese <sr@denx.de>
8448
8449 commit 633639587e3596f0dbf5e6247dd3faf80b1d9063
8450 Author: Heiko Schocher <hs@denx.de>
8451 Date:   Thu Nov 20 09:59:09 2008 +0100
8452
8453     powerpc, keymile boards: extract identical config options
8454
8455     This patch extracts the identical config options for the
8456     keymile boards mgcoge, mgsuvd and kmeter1 in a new
8457     common config file keymile-common.h.
8458
8459     Signed-off-by: Heiko Schocher <hs@denx.de>
8460     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
8461
8462 commit 9482a8e3d6ac766d90e5059dce777b1e4c868a30
8463 Author: Heiko Schocher <hs@denx.de>
8464 Date:   Fri Nov 21 08:29:40 2008 +0100
8465
8466     powerpc: keymile: Add a check for the PIGGY debug board
8467
8468     Check the presence of the PIGGY on the keymile boards mgcoge,
8469     mgsuvd and kmeter1. If the PIGGY is not present, dont register
8470     this Ethernet device.
8471
8472     Signed-off-by: Heiko Schocher <hs@denx.de>
8473     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
8474
8475 commit 58c696eed839af894e0265064669c402dc28b371
8476 Author: Wolfgang Denk <wd@xpert.denx.de>
8477 Date:   Mon Nov 24 21:50:59 2008 +0100
8478
8479     AT91RM9200DK: fix broken boot from NOR flash
8480
8481     Signed-off-by: Wolfgang Denk <wd@denx.de>
8482
8483 commit 8052352f20b33bef8f9872fc983eac73d4693c38
8484 Author: Jens Scharsig <esw@bus-elektronik.de>
8485 Date:   Tue Nov 18 10:48:46 2008 +0100
8486
8487     at91rm9200: fix broken boot from nor flash
8488
8489     This patch fix the broken boot from NOR Flash on AT91RM9200 boards, if
8490     CONFIG_AT91RM9200 is defined and nor preloader is used.
8491
8492     Signed-off-by: Jens Scharsig <esw@bus-elektronik.de>
8493
8494 commit 25ea652e907516a283b38237e83712a918f125d7
8495 Author: Piotr Ziecik <kosmo@semihalf.com>
8496 Date:   Mon Nov 17 15:58:00 2008 +0100
8497
8498     UBI: Add proof-of-concept CFI flash support
8499
8500     With this patch UBI can be used on CFI flash chips.
8501
8502     Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
8503     Signed-off-by: Stefan Roese <sr@denx.de>
8504
8505 commit e6a7edbc1778d27431ac663b40a71dafa5d20578
8506 Author: Piotr Ziecik <kosmo@semihalf.com>
8507 Date:   Mon Nov 17 15:57:59 2008 +0100
8508
8509     mtd: Remove a printf() from add_mtd_device().
8510
8511     Remove a printf() from add_mtd_device(), which produces spurious output.
8512
8513     Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
8514     Signed-off-by: Stefan Roese <sr@denx.de>
8515
8516 commit 91809ed51d8327a8dbbf29aa98a091154c282171
8517 Author: Piotr Ziecik <kosmo@semihalf.com>
8518 Date:   Mon Nov 17 15:57:58 2008 +0100
8519
8520     cfi-mtd: Add cfi-mtd driver.
8521
8522     Add cfi-mtd driver, which exports CFI flash to MTD layer.
8523     This allows CFI flash devices to be used from MTD layer.
8524
8525     Building of the new driver is controlled by CONFIG_FLASH_CFI_MTD
8526     option. Initialization is done by calling cfi_mtd_init() from
8527     flash_init().
8528
8529     Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
8530     Signed-off-by: Stefan Roese <sr@denx.de>
8531
8532 commit 6ea808efdf9aa5d9067fbfac32acde8539129ed2
8533 Author: Piotr Ziecik <kosmo@semihalf.com>
8534 Date:   Mon Nov 17 15:49:32 2008 +0100
8535
8536     cfi_flash: Add interface for flash verbosity control
8537
8538     Add interface for flash verbosity control. It allows
8539     to disable output from low-level flash API. It is useful
8540     when calling these low-level functions from context other
8541     than flash commands (for example the MTD/CFI interface
8542     implmentation).
8543
8544     Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
8545     Signed-off-by: Stefan Roese <sr@denx.de>
8546
8547 commit ebc9784ce6528385bb8d2558e783622d4bbf20f8
8548 Author: Piotr Ziecik <kosmo@semihalf.com>
8549 Date:   Thu Nov 20 15:17:38 2008 +0100
8550
8551     cfi_flash: Export flash_sector_size() function.
8552
8553     Export flash_sector_size() function from drivers/mtd/cfi_flash.c,
8554     so that it can be used in the upcoming cfi-mtd driver.
8555
8556     Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
8557     Signed-off-by: Stefan Roese <sr@denx.de>
8558
8559 commit 45aa5a7f4d5bcb79927ddfc896c1d7c4326e235d
8560 Author: Stefan Roese <sr@denx.de>
8561 Date:   Mon Nov 17 14:45:22 2008 +0100
8562
8563     cfi_flash: Make all flash access functions weak
8564
8565     This patch defines all flash access functions as weak so that
8566     they can be overridden by board specific versions.
8567
8568     This will be used by the upcoming VCTH board support where the NOR
8569     FLASH unfortunately can't be accessed memory-mapped. Special
8570     accessor functions are needed here.
8571
8572     To enable this weak functions you need to define
8573     CONFIG_CFI_FLASH_USE_WEAK_ACCESSORS in your board config header.
8574     Otherwise the "old" default functions will be used resulting
8575     in smaller code.
8576
8577     Signed-off-by: Stefan Roese <sr@denx.de>
8578     Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
8579
8580 commit a5c4067017631d903e1afa6ad615f0ce19fea517
8581 Author: Stefan Roese <sr@denx.de>
8582 Date:   Mon Nov 24 08:31:16 2008 +0100
8583
8584     UBI: Change parsing of size in commands to default to hex
8585
8586     Currently the size parameters of the UBI commands (e.g. "ubi write") are
8587     decoded as decimal instead of hex as default. This patch now interprets
8588     all these values consistantly as hex, as all other standard U-Boot commands
8589     do.
8590
8591     Signed-off-by: Stefan Roese <sr@denx.de>
8592
8593 commit de01c76c3ccc4e6c5989228eed58e955a3a1a968
8594 Author: Stefan Roese <sr@denx.de>
8595 Date:   Fri Nov 21 13:06:06 2008 +0100
8596
8597     ppc4xx: ML2 shouldn't include the 4xx EMAC driver
8598
8599     Signed-off-by: Stefan Roese <sr@denx.de>
8600
8601 commit 1a6a00dcc5bdfc6e9b4b00f39c1f583a7f96fc7f
8602 Author: Yuri Tikhonov <yur@emcraft.com>
8603 Date:   Fri Nov 14 16:19:19 2008 +0300
8604
8605     ppc4xx: katmai: Change default config
8606
8607      This patch enables support for EXT2, and increases the
8608     CONFIG_SYS_BOOTMAPSZ size for the default configuration
8609     of the katmai boards to use them as the RAID-reference
8610     AMCC setups.
8611
8612      EXT2 enabling allows one to boot kernels from the EXT2
8613     formatted Compact Flash cards.
8614
8615      CONFIG_SYS_BOOTMAPSZ increasing allows one to boot the
8616     Linux kernels, which use PAGE_SIZE of 256KB. Otherwise,
8617     the memory area with DTB file (which is placed at the
8618     end of the bootmap area) will turn out to be overlapped
8619     with the BSS segment of the 256KB kernel, and zeroed
8620     in early_init() of Linux.
8621
8622      Actually, increasing of the bootmap size could be done
8623     via setting of the bootm_size U-Boot variable, but it looks
8624     like the current U-Boot implementation have some bootm_size-
8625     related functionality lost. In many places through the U-Boot
8626     code the CONFIG_SYS_BOOTMAPSZ definition is used directly
8627     (instead of trying to read the corresponding value from the
8628     environment). The same is truth for the boot_jump_linux()
8629     function in lib_ppc/bootm.c, where U-Boot transfers control
8630     to Linux passing the CONFIG_SYS_BOOTMAPSZ (not bootm_size)
8631     value to the booting kernel.
8632
8633     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
8634     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
8635     Signed-off-by: Stefan Roese <sr@denx.de>
8636
8637 commit ddf45cc758d394591fb9bcdcbe96530f733f2bce
8638 Author: Dave Mitchell <dmitch71@gmail.com>
8639 Date:   Thu Nov 20 14:09:50 2008 -0600
8640
8641     ppc4xx: Changed 460EX/GT OCM TLB and internal SRAM initialization
8642
8643     Expanded OCM TLB to allow access to 64K OCM as well as 256K of
8644     internal SRAM.
8645
8646     Adjusted internal SRAM initialization to match updated user
8647     manual recommendation.
8648
8649     OCM & ISRAM are now mapped as follows:
8650             physical        virtual         size
8651     ISRAM   0x4_0000_0000   0xE300_0000     256k
8652     OCM     0x4_0004_0000   0xE304_0000     64k
8653
8654     A single TLB was used for this mapping.
8655
8656     Signed-off-by: Dave Mitchell <dmitch71@gmail.com>
8657     Signed-off-by: Stefan Roese <sr@denx.de>
8658
8659 commit b14ca4b61a681f75f3125676e09d7ce6af66e927
8660 Author: Dave Mitchell <dmitch71@gmail.com>
8661 Date:   Thu Nov 20 14:00:49 2008 -0600
8662
8663     ppc4xx: Added ppc4xx-isram.h for internal SRAM and L2 cache DCRs
8664
8665     Added include/asm-ppc/ppc4xx-isram.h and moved internal SRAM and
8666     L2 cache DCRs from ppc440.h to this new header.
8667
8668     Also converted these DCR defines from lowercase to uppercase and
8669     modified referencing modules to use them.
8670
8671     Signed-off-by: Dave Mitchell <dmitch71@gmail.com>
8672     Signed-off-by: Stefan Roese <sr@denx.de>
8673
8674 commit 711e2b2af820d21d9931d4cf8057d3894600fd54
8675 Author: Steven A. Falco <sfalco@harris.com>
8676 Date:   Thu Nov 20 14:37:57 2008 -0500
8677
8678     ppc4xx: Delete unused definitions for SDR0_DDRCFG from ppc4xx.h
8679
8680     The definitions of bits in SDR_CFG are incorrect, and not used within
8681     U-Boot.  Therefore, they can be removed.
8682
8683     The naming of the sdr_ddrdl/sdr_cfg registers do not follow conventions,
8684     and are unused, so they can be removed too.
8685
8686     A definition for SDR0_DDRCFG is added.
8687
8688     Signed-off-by: Steven A. Falco <sfalco@harris.com>
8689     Signed-off-by: Stefan Roese <sr@denx.de>
8690
8691 commit e23c7c95a96eb0f068efe5c532215a10a1512a95
8692 Author: Dirk Behme <dirk.behme@gmail.com>
8693 Date:   Mon Nov 10 20:15:25 2008 +0100
8694
8695     ARM: OMAP: Convert IO macros
8696
8697     Convert IO macros to readx/writex.
8698
8699     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
8700
8701 commit 263b749e2e25473a48776d317bd2a7e2ddcdd212
8702 Author: Ilko Iliev <iliev@ronetix.at>
8703 Date:   Sun Nov 9 15:53:14 2008 +0100
8704
8705     lib_arm: do_bootm_linux() - correct a small mistake
8706
8707     This patch corrects a small bug in the "if" condition:
8708     the parameter "flag" is 0 and the "if" condition is always true.
8709     The result is - the boom command doesn't start the kernel.
8710     Affected targets: all arm based.
8711
8712     Signed-off-by: Ilko Iliev <iliev@ronetix.at>
8713
8714 commit 3e0cda071a67cb5709e3fa4faf6b31a731859acc
8715 Author: Stelian Pop <stelian@popies.net>
8716 Date:   Sun Nov 9 00:14:46 2008 +0100
8717
8718     AT91: Enable PLLB for USB
8719
8720     At least some (old ?) versions of the AT91Bootstrap do not set up the
8721     PLLB correctly to 48 MHz in order to make USB host function correctly.
8722
8723     This patch sets up the PLLB to the same values Linux uses, and makes USB
8724     work ok on the following CPUs:
8725         - AT91CAP9
8726         - AT91SAM9260
8727         - AT91SAM9263
8728
8729     This patch also defines CONFIG_USB_STORAGE and CONFIG_CMD_FAT for all
8730     the relevant AT91CAP9/AT91SAM9 atmel boards.
8731
8732     Signed-off-by: Stelian Pop <stelian@popies.net>
8733     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8734
8735 commit ad229a44e162af0f65e57e4e3dc133d5f0364ecb
8736 Author: Stelian Pop <stelian@popies.net>
8737 Date:   Fri Nov 7 13:55:14 2008 +0100
8738
8739     AT91: Use AT91_CPU_CLOCK in displays
8740
8741     Introduce AT91_CPU_CLOCK and use it for displaying the CPU
8742     speed in the LCD driver.
8743
8744     Also make AT91_MAIN_CLOCK and AT91_MASTER_CLOCK reflect the
8745     corresponding board clocks.
8746
8747     Signed-off-by: Stelian Pop <stelian@popies.net>
8748
8749 commit fed36ac5ae613773b6cd90e61e292c45440e10c8
8750 Author: Heiko Schocher <hs@denx.de>
8751 Date:   Thu Nov 20 09:57:47 2008 +0100
8752
8753     powerpc: 83xx: add support for the kmeter1 board
8754
8755     This patch adds support for the kmeter1 board from Keymile,
8756     based on a Freescale MPC8360 CPU.
8757
8758     - serial console on UART 1
8759     - 256 MB DDR2 RAM
8760     - 64 MB NOR Flash
8761     - Ethernet RMII Mode over UCC4
8762     - PHY SMSC LAN8700
8763
8764     Signed-off-by: Heiko Schocher <hs@denx.de>
8765     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
8766
8767 commit 25fb4eaaeab3f8866020818f4729d990dcc91cf0
8768 Author: Stefan Roese <sr@denx.de>
8769 Date:   Thu Nov 20 11:46:20 2008 +0100
8770
8771     ppc4xx: Clear all potentially pending exceptions in MCSR
8772
8773     This is needed on Canyonlands which still has an exception pending
8774     while running relocate_code(). This leads to a failure after trap_init()
8775     is moved to the top of board_init_r().
8776
8777     Signed-off-by: Stefan Roese <sr@denx.de>
8778
8779 commit facdad5f2602e899a01746916beddbf9e856b5ee
8780 Author: Heiko Schocher <hs@denx.de>
8781 Date:   Wed Nov 19 10:10:30 2008 +0100
8782
8783     powerpc: 83xx: add missing TIMING_CFG1_CASLAT_* defines
8784
8785     Signed-off-by: Heiko Schocher <hs@denx.de>
8786     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
8787
8788 commit 2f2a5c3714d17f4ead18b713128b7226e0e822f4
8789 Author: Howard Gregory <Greg.Howard@freescale.com>
8790 Date:   Tue Nov 4 14:55:33 2008 +0800
8791
8792     mpc83xx: Improve the performance of DDR memory
8793
8794     modify the CAS timings. my understanding is that these
8795     settings decrease various wait times in the DDR interface.
8796     Because these wait times are in clock cycles, and the DDR
8797     clock on the 8315 RDB runs slower than on some other 83xx
8798     platforms, we can dial down these values without a problem,
8799     thereby decreasing the latency of memory a little.
8800
8801     Signed-off-by: Howard Gregory <Greg.Howard@freescale.com>
8802     Signed-off-by: Dave Liu <daveliu@freescale.com>
8803     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
8804
8805 commit 8000b086b33a5a81f3f390f37e178db7956dc08b
8806 Author: Kyungmin Park <kyungmin.park@samsung.com>
8807 Date:   Fri Oct 24 14:55:33 2008 +0200
8808
8809     ARM: Add Apollon UBI support
8810
8811     To enable UBI on Apollon you need to uncomment the CONFIG_SYS_USE_UBI
8812     macro.
8813
8814     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
8815     Signed-off-by: Stefan Roese <sr@denx.de>
8816
8817 commit 694a0b3f1c0accd0de94b89555155d69f8022824
8818 Author: Kyungmin Park <kyungmin.park@samsung.com>
8819 Date:   Wed Nov 19 11:47:05 2008 +0100
8820
8821     UBI: Add UBI command support
8822
8823     This patch adds these UBI commands:
8824
8825     ubi part [nand|onenand] [part] - Show or set current partition
8826     ubi info [l[ayout]] -Display volume and UBI layout information
8827     ubi create[vol] volume [size] [type] - Create volume name with size
8828     ubi write[vol] address volume size - Write volume from address with size
8829     ubi read[vol] address volume [size] - Read volume to address with size
8830     ubi remove[vol] volume - Remove volume
8831
8832     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
8833     Signed-off-by: Stefan Roese <sr@denx.de>
8834
8835 commit 58be3a1056d88c6d05f3e914389282807e69923a
8836 Author: Kyungmin Park <kyungmin.park@samsung.com>
8837 Date:   Wed Nov 19 16:38:24 2008 +0100
8838
8839     UBI: Add basic UBI support to U-Boot (Part 8/8)
8840
8841     This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
8842     It's based on the Linux UBI version and basically has a "OS"
8843     translation wrapper that defines most Linux specific calls
8844     (spin_lock() etc.) into no-ops. Some source code parts have been
8845     uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
8846     this version with the Linux version and simplifies future UBI
8847     ports/bug-fixes from the Linux version.
8848
8849     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
8850     Signed-off-by: Stefan Roese <sr@denx.de>
8851
8852 commit 47ae6693f54f80455ae32c2e0d995e0e4bdc15b9
8853 Author: Kyungmin Park <kyungmin.park@samsung.com>
8854 Date:   Wed Nov 19 16:36:36 2008 +0100
8855
8856     UBI: Add basic UBI support to U-Boot (Part 7/8)
8857
8858     This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
8859     It's based on the Linux UBI version and basically has a "OS"
8860     translation wrapper that defines most Linux specific calls
8861     (spin_lock() etc.) into no-ops. Some source code parts have been
8862     uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
8863     this version with the Linux version and simplifies future UBI
8864     ports/bug-fixes from the Linux version.
8865
8866     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
8867     Signed-off-by: Stefan Roese <sr@denx.de>
8868
8869 commit 7e6ee7ad27de5216db1baef76f38c3429c8f4a2a
8870 Author: Kyungmin Park <kyungmin.park@samsung.com>
8871 Date:   Wed Nov 19 16:32:36 2008 +0100
8872
8873     UBI: Add basic UBI support to U-Boot (Part 6/8)
8874
8875     This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
8876     It's based on the Linux UBI version and basically has a "OS"
8877     translation wrapper that defines most Linux specific calls
8878     (spin_lock() etc.) into no-ops. Some source code parts have been
8879     uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
8880     this version with the Linux version and simplifies future UBI
8881     ports/bug-fixes from the Linux version.
8882
8883     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
8884     Signed-off-by: Stefan Roese <sr@denx.de>
8885
8886 commit c91a719daa331b5856109313371e4ece5ec06d96
8887 Author: Kyungmin Park <kyungmin.park@samsung.com>
8888 Date:   Wed Nov 19 16:28:06 2008 +0100
8889
8890     UBI: Add basic UBI support to U-Boot (Part 5/8)
8891
8892     This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
8893     It's based on the Linux UBI version and basically has a "OS"
8894     translation wrapper that defines most Linux specific calls
8895     (spin_lock() etc.) into no-ops. Some source code parts have been
8896     uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
8897     this version with the Linux version and simplifies future UBI
8898     ports/bug-fixes from the Linux version.
8899
8900     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
8901     Signed-off-by: Stefan Roese <sr@denx.de>
8902
8903 commit f412fefa079c6aa9a9763f6869bf787ea6bf6e1b
8904 Author: Kyungmin Park <kyungmin.park@samsung.com>
8905 Date:   Wed Nov 19 16:27:23 2008 +0100
8906
8907     UBI: Add basic UBI support to U-Boot (Part 4/8)
8908
8909     This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
8910     It's based on the Linux UBI version and basically has a "OS"
8911     translation wrapper that defines most Linux specific calls
8912     (spin_lock() etc.) into no-ops. Some source code parts have been
8913     uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
8914     this version with the Linux version and simplifies future UBI
8915     ports/bug-fixes from the Linux version.
8916
8917     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
8918     Signed-off-by: Stefan Roese <sr@denx.de>
8919
8920 commit 2d262c4853cb5b6ddce1a28a9641f2de3688d7ea
8921 Author: Kyungmin Park <kyungmin.park@samsung.com>
8922 Date:   Wed Nov 19 16:26:54 2008 +0100
8923
8924     UBI: Add basic UBI support to U-Boot (Part 3/8)
8925
8926     This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
8927     It's based on the Linux UBI version and basically has a "OS"
8928     translation wrapper that defines most Linux specific calls
8929     (spin_lock() etc.) into no-ops. Some source code parts have been
8930     uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
8931     this version with the Linux version and simplifies future UBI
8932     ports/bug-fixes from the Linux version.
8933
8934     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
8935     Signed-off-by: Stefan Roese <sr@denx.de>
8936
8937 commit 961df83361aff9a14f226214224eb8a06e05ba24
8938 Author: Kyungmin Park <kyungmin.park@samsung.com>
8939 Date:   Wed Nov 19 16:25:44 2008 +0100
8940
8941     UBI: Add basic UBI support to U-Boot (Part 2/8)
8942
8943     This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
8944     It's based on the Linux UBI version and basically has a "OS"
8945     translation wrapper that defines most Linux specific calls
8946     (spin_lock() etc.) into no-ops. Some source code parts have been
8947     uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
8948     this version with the Linux version and simplifies future UBI
8949     ports/bug-fixes from the Linux version.
8950
8951     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
8952     Signed-off-by: Stefan Roese <sr@denx.de>
8953
8954 commit f399d4a281713d5ef2d764f05d545fe61e3bd569
8955 Author: Kyungmin Park <kyungmin.park@samsung.com>
8956 Date:   Wed Nov 19 16:23:06 2008 +0100
8957
8958     UBI: Add basic UBI support to U-Boot (Part 1/8)
8959
8960     This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
8961     It's based on the Linux UBI version and basically has a "OS"
8962     translation wrapper that defines most Linux specific calls
8963     (spin_lock() etc.) into no-ops. Some source code parts have been
8964     uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
8965     this version with the Linux version and simplifies future UBI
8966     ports/bug-fixes from the Linux version.
8967
8968     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
8969     Signed-off-by: Stefan Roese <sr@denx.de>
8970
8971 commit e29c22f5abe6e0f4baa6251efed6074cdfc3db79
8972 Author: Kyungmin Park <kyungmin.park@samsung.com>
8973 Date:   Wed Nov 19 16:20:36 2008 +0100
8974
8975     MTD: Add MTD paritioning infrastructure
8976
8977     This MTD part infrastructure will be used by the upcoming
8978     UBI support.
8979
8980     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
8981     Signed-off-by: Stefan Roese <sr@denx.de>
8982
8983 commit 9b827cf1720acda2473afa516956eab6f7cca9a1
8984 Author: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
8985 Date:   Thu Oct 16 22:54:03 2008 +0530
8986
8987     Align end of bss by 4 bytes
8988
8989     Most of the bss initialization loop increments 4 bytes
8990     at a time. And the loop end is checked for an 'equal'
8991     condition. Make the bss end address aligned by 4, so
8992     that the loop will end as expected.
8993
8994     Signed-off-by: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
8995     Signed-off-by: Wolfgang Denk <wd@denx.de>
8996
8997 commit 3f510db522d160179dff3ddcce9b18f6241c2c24
8998 Author: Becky Bruce <becky.bruce@freescale.com>
8999 Date:   Mon Nov 10 19:45:35 2008 -0600
9000
9001     mpc8641: fix address-cells default in old .dts detection
9002
9003     address-cells defaults to 2, not 1; so in the unlikely
9004     event that it isn't specified, this patch is required
9005     for correct operation.
9006
9007     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
9008
9009 commit d025aa4b20a0618a2bada0132a9a0a4afb717f1a
9010 Author: Becky Bruce <becky.bruce@freescale.com>
9011 Date:   Fri Oct 31 17:14:39 2008 -0500
9012
9013     lib_ppc: Move trap_init to occur earlier
9014
9015     Doing trap_init immediately once we're running from RAM
9016     means we're no longer dependent on the physical location of
9017     the flash on non-BookE platforms. Before trap_init, those
9018     platforms switch to real mode and go to 0xfff00100 on exception.
9019     After the switch, they go to 0x00000100  This makes it easier to
9020     move the flash location.
9021
9022     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
9023
9024 commit d52082b12c6e545705a19433a2f4142526536189
9025 Author: Becky Bruce <becky.bruce@freescale.com>
9026 Date:   Fri Nov 7 13:46:19 2008 -0600
9027
9028     mpc8641: Try to detect old .dts files
9029
9030     Since we've changed the memory map of the board, be nice and
9031     add some checking to try to catch out-of-date .dts files.  We do
9032     this by checking the CCSRBAR location in the .dts and comparing
9033     it to the CCSRBAR location in u-boot.  If they don't match, a
9034     warning msg is printed.  This isn't foolproof, but it's simple and
9035     will catch most of the cases where an out-of-date .dts is present,
9036     including all of the cases where a new u-boot is used with an old
9037     standard MPC8641 .dts file as supplied with Linux.
9038
9039     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
9040
9041 commit 8db0400a27839f91c047dcb83f4a0f09e054a180
9042 Author: Becky Bruce <becky.bruce@freescale.com>
9043 Date:   Thu Nov 6 13:04:09 2008 -0600
9044
9045     toplevel Makefile: Add MPC8641HPCN_36BIT target
9046
9047     This will enable CONFIG_PHYS_36BIT for MPC8641HPCN.
9048
9049     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
9050
9051 commit 3111d32c494e8251b90917447796a7206b757e1e
9052 Author: Becky Bruce <becky.bruce@freescale.com>
9053 Date:   Thu Nov 6 17:37:35 2008 -0600
9054
9055     mpc8641: Support 36-bit physical addressing
9056
9057     This patch creates a memory map with all the devices
9058     in 36-bit physical space, in addition to the 32-bit map.
9059     The CCSR relocation is moved (again, sorry) to
9060     allow for the physical address to be 36 bits - this
9061     requires translation to be enabled.  With 36-bit physical
9062     addressing enabled, we are no longer running with VA=PA
9063     translations.  This means we have to distinguish between
9064     the two in the config file.  The existing region name is
9065     used to indicate the virtual address, and a _PHYS variety
9066     is created to represent the physical address.
9067
9068     Large physical addressing is not enabled by default.
9069     Set CONFIG_PHYS_64BIT in the config file to turn this on.
9070
9071     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
9072
9073 commit c759a01a0022de9378a3a761f49786f87684c916
9074 Author: Becky Bruce <becky.bruce@freescale.com>
9075 Date:   Thu Nov 6 17:36:04 2008 -0600
9076
9077     mpc8641: Change 32-bit memory map
9078
9079     The memory map on the 8641hpcn is modified to look more like
9080     the 85xx boards; this is a step towards a more standardized
9081     layout going forward. As part of this change, we now relocate
9082     the flash.
9083
9084     The regions for some of the mappings were far larger than they
9085     needed to be.  I have reduced the mappings to match the
9086     actual sizes supported by the hardware.
9087
9088     In addition I have removed the comments at the head
9089     of the BAT blocks in the config file, rather than updating
9090     them.  These get horribly out of date, and it's a simple
9091     matter to look at the defines to see what they are set to
9092     since everything is right here in the same file.
9093
9094     Documentation has been changed to reflect the new map, as this
9095     change is user visible, and affects the OS which runs post-uboot.
9096
9097     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
9098
9099 commit bf9a8c34309ed9276258295db9e9212aabb2531a
9100 Author: Becky Bruce <becky.bruce@freescale.com>
9101 Date:   Wed Nov 5 14:55:35 2008 -0600
9102
9103     mpc86xx: Change early FLASH mapping to 1M at CONFIG_MONITOR_BASE_EARLY
9104
9105     We define CONFIG_MONITOR_BASE_EARLY to define the initial location
9106     of the bootpage in flash.   Use this to create an early mapping
9107     definition for the FLASH, and change the early_bats code to use this.
9108
9109     This  change facilitates the relocation of the flash since the early
9110     mappings are no longer tied to the final location of the flash.
9111
9112     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
9113
9114 commit c1e1cf69547b138173f87a7f81c42a5d8dbfde3d
9115 Author: Becky Bruce <becky.bruce@freescale.com>
9116 Date:   Wed Nov 5 14:55:34 2008 -0600
9117
9118     mpc86xx: Use SRR0/1/rfi to enable address translation, not blr
9119
9120     Using a mtmsr/blr means that you have to be executing at the
9121     same virtual address once you enable translation.  This is
9122     unnecessarily restrictive, and is not really how this is
9123     usually done.  Change it to use the more common mtspr SRR0/SRR1
9124     and rfi method.
9125
9126     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
9127
9128 commit 6bf98b1362f0cb237620355ed3e6762fff82388d
9129 Author: Becky Bruce <becky.bruce@freescale.com>
9130 Date:   Wed Nov 5 14:55:33 2008 -0600
9131
9132     mpc8641: make DIAG_ADDR == FLASH_BASE
9133
9134     Currently, that's what it is, but it's hardcoded.
9135
9136     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
9137
9138 commit 170deacb1ddc39164bdb68f3963e0c0456a5369b
9139 Author: Becky Bruce <becky.bruce@freescale.com>
9140 Date:   Wed Nov 5 14:55:32 2008 -0600
9141
9142     mpc8641: Drop imaginary second flash bank, map 8MB
9143
9144     There's a lot of setup and foo for the second flash
9145     bank.  The problem is, this board doesn't actually have one.
9146     Clean this up.  Also, the flash is 8M in size.  Get rid
9147     of the confusing aliased overmapping, and just map 8M.
9148
9149     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
9150
9151 commit 0f2d66027bfc60dc7eea2f096af8891988c5abe4
9152 Author: Becky Bruce <becky.bruce@freescale.com>
9153 Date:   Wed Nov 5 14:55:31 2008 -0600
9154
9155     mpc8641: only define CONFIG_ENV_SIZE once
9156
9157     It's currently defined twice inside in an if/else block, but
9158     both halves set the same value.  Move the define outside
9159     the if.
9160
9161     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
9162
9163 commit 24bfb48c35fed6ad1f047e3e4a27df302482cd93
9164 Author: Becky Bruce <becky.bruce@freescale.com>
9165 Date:   Wed Nov 5 14:55:30 2008 -0600
9166
9167     mpc86xx: Move setup_bats into cpu_init_f
9168
9169     In order to later allow for a physical relocation of the
9170     flash, setup_bats, which sets up the final BAT mapping
9171     for the board, needs to happen *after* init_laws().
9172     Otherwise, there will be no window programmed for the flash
9173     at the new physical location at the point when we change
9174     the mmu translation.
9175
9176     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
9177
9178 commit 05df3e5a638be8c5b0899eae1766bbe8e4b92c17
9179 Author: Becky Bruce <becky.bruce@freescale.com>
9180 Date:   Wed Nov 5 14:55:29 2008 -0600
9181
9182     mpc8641: Remove extra "0" from BR2 define
9183
9184     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
9185
9186 commit edf3fe7d39a1ee07353128af5221422ce9ccfad6
9187 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
9188 Date:   Thu Oct 23 09:08:18 2008 -0400
9189
9190     drivers/qe/uec_phy.c: Added PHY-less (fixed PHY) driver.
9191
9192     Copied over the fixed PHY driver as used in pp4xx/4xx_enet.c.
9193     This adds support for PHY-less MAC connections to the UEC.
9194
9195     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
9196     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9197
9198 commit 54bdcc9fb6670afde9c26dcf364f582879bf21d6
9199 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
9200 Date:   Thu Oct 23 16:27:24 2008 +0000
9201
9202     ColdFire: Add mii driver in drivers/net
9203
9204     All CF platforms' mii.c are consolidated into one
9205
9206     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
9207     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9208
9209 commit 25a859066b3af1070eb69f12022113c0a91bd813
9210 Author: Ben Warren <biggerbadderben@gmail.com>
9211 Date:   Mon Oct 27 23:53:17 2008 -0700
9212
9213     Moved initialization of PPC4xx EMAC to cpu_eth_init()
9214
9215     Removed initialization of the driver from net/eth.c
9216
9217     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9218     Acked-by: Stefan Roese <sr@denx.de>
9219
9220 commit 4d03a4e20e58552cb96d61a0e8b56cdb6cc60126
9221 Author: Ben Warren <biggerbadderben@gmail.com>
9222 Date:   Sun Nov 9 21:29:23 2008 -0800
9223
9224     Moved PPC4xx EMAC driver to drivers/net
9225
9226     Also changed path in all linker scripts that reference this driver
9227
9228     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9229     Acked-by: Stefan Roese <sr@denx.de>
9230
9231 commit 96e21f86e8266ed40759e5495ee461265d7f6d28
9232 Author: Ben Warren <biggerbadderben@gmail.com>
9233 Date:   Mon Oct 27 23:50:15 2008 -0700
9234
9235     Changed PPC4xx EMAC driver to require CONFIG_PPC4xx_EMAC
9236
9237     All in-tree IBM/AMCC PPC4xx boards using the EMAC get this new CONFIG
9238
9239     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9240     Acked-by: Stefan Roese <sr@denx.de>
9241
9242 commit 9eb79bd8856bcab896ed5e1f1bca159807a124dd
9243 Author: Ben Warren <biggerbadderben@gmail.com>
9244 Date:   Thu Oct 23 22:02:49 2008 -0700
9245
9246     Moved initialization of MPC8XX SCC to cpu_eth_init()
9247
9248     Removed initialization of the driver from net/eth.c
9249
9250     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9251
9252 commit a9bec96d6359ac9f90a852962bf3040cad9e0256
9253 Author: Ben Warren <biggerbadderben@gmail.com>
9254 Date:   Wed Oct 22 23:47:51 2008 -0700
9255
9256     Moved initialization of MPC8220 FEC to cpu_eth_init()
9257
9258     Removed initialization of the driver from net/eth.c
9259
9260     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9261
9262 commit 0e8454e990385a58f708c2fc26d31ac041c7a6c5
9263 Author: Ben Warren <biggerbadderben@gmail.com>
9264 Date:   Wed Oct 22 23:32:48 2008 -0700
9265
9266     Moved initialization of QE Ethernet controller to cpu_eth_init()
9267
9268     Removed initialization of the driver from net/eth.c
9269
9270     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9271
9272 commit 3456a148276d5494b53ee40242efb6462d163504
9273 Author: Ben Warren <biggerbadderben@gmail.com>
9274 Date:   Wed Oct 22 23:20:29 2008 -0700
9275
9276     Moved initialization of FCC Ethernet controller to cpu_eth_init
9277
9278     Affected boards:
9279         Several MPC8xx boards
9280         Several MPC8260/MPC8272 boards
9281         Several MPC85xx boards
9282
9283     Removed initialization of the driver from net/eth.c
9284
9285     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9286
9287 commit 62e15b497f5c6334c059512678c8db7940ae4c61
9288 Author: Ben Warren <biggerbadderben@gmail.com>
9289 Date:   Thu Oct 30 22:15:35 2008 -0700
9290
9291     Fix typo in cpu/mpc85xx/cpu.c
9292
9293     CONFIG_MPC85xx_FEC -> CONFIG_MPC85XX_FEC
9294
9295     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9296
9297 commit 5dfb3ee3f54e2382a08d72906f0e79ecf944f6e3
9298 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
9299 Date:   Sun Oct 19 12:08:50 2008 +0900
9300
9301     net: Move initialization of Au1x00 SoC ethernet MAC to cpu_eth_init
9302
9303     This patch will move au1x00_eth_initialize from net/eth.c to cpu_eth_init
9304     as a part of ongoing eth_initialize cleanup work.  The function ret value
9305     is also fixed as it should be negative on fail.
9306
9307     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
9308     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9309
9310 commit cc94074ecac1885d18ddb683eb934b3c0268aa5b
9311 Author: Ben Warren <biggerbadderben@gmail.com>
9312 Date:   Fri Sep 5 01:55:22 2008 -0400
9313
9314     Moved initialization of IXP4XX_NPE Ethernet controller to cpu_eth_init()
9315
9316     Also, removed the driver initialization from net/eth.c
9317
9318     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9319
9320 commit f2a7806fc23e82d30c8548911369e0c530607354
9321 Author: Clive Stubbings <uboot@xentech.co.uk>
9322 Date:   Mon Oct 27 15:05:00 2008 +0000
9323
9324     xilinx_emaclite buffer overrun
9325
9326     Patch to fix buffer allocation size and alignment. Buffer needs to be u32 aligned and
9327     PKTSIZE_ALIGN bytes long.
9328
9329     Acked-by: Michal Simek <monstr@monstr.eu>
9330
9331     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9332
9333 commit 0115b1953718a2969f6469d3d5da51ba11e12d42
9334 Author: richardretanubun <richardretanubun@ruggedcom.com>
9335 Date:   Fri Sep 26 08:59:12 2008 -0400
9336
9337     NET: QE: UEC: Make uec_miiphy_read() and uec_miiphy_write() use the devname arg.
9338
9339     The current uec_miiphy_read and uec_miiphy_write hardcode access devlist[0]
9340     This patch makes these function use the devname argument that is passed in to
9341     allow access to the phy registers of other devices in devlist[].
9342
9343     Signed-of-by: Richard Retanubun <RichardRetanubun@RugggedCom.com>
9344
9345     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9346
9347 commit 44dcb7332033db8de2810f2fffcae3084f15c8d4
9348 Author: richardretanubun <richardretanubun@ruggedcom.com>
9349 Date:   Mon Oct 6 15:31:43 2008 -0400
9350
9351     Adds two more ethernet interface to 83xx
9352
9353     Fixed compiler warning "declared but unused" eth5_uec_info and eth6_uec_info.
9354     Signed-off-by: Richard Retanubun <RichardRetanubun@RugggedCom.com>
9355     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9356
9357 commit d8003fa03733901b73d6c4667b4d80fc8eb1ddd3
9358 Author: Stelian Pop <stelian@popies.net>
9359 Date:   Fri Nov 7 13:54:31 2008 +0100
9360
9361     AT91: Replace AT91_BASE_EMAC by the board specific values.
9362
9363     AT91_BASE_EMAC is never used outside the board specific files,
9364     so replace its usage by the board specific AT91xxx_BASE_EMAC.
9365
9366     Signed-off-by: Stelian Pop <stelian@popies.net>
9367     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9368
9369 commit c91e17affa175ce06afa89b04752301eb4a61666
9370 Author: Stelian Pop <stelian@popies.net>
9371 Date:   Fri Nov 7 12:09:21 2008 +0100
9372
9373     AT91: Replace (undefined) AT91_ID_US* by the board specific values.
9374
9375     AT91_ID_US0 / AT91_ID_US1 / AT91_ID_US2 were used but never defined.
9376     Since they are never used outside the board specific files, they can
9377     be replaced by the board specific AT91xxx_ID_US0 / AT91xxx_ID_US1 /
9378     AT91xxx_ID_US2.
9379
9380     Bug spotted by Jesus Alvarez <jalvarez@micromint.com>.
9381
9382     Signed-off-by: Stelian Pop <stelian@popies.net>
9383     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9384
9385 commit 28962f5a2de81bc0eed1c0b08c6bfaa1cc134ea2
9386 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9387 Date:   Sat Nov 1 10:47:59 2008 +0100
9388
9389     Makefile/at91sam9: move some at91sam9 to the correct subsection for arm926ejs
9390
9391     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9392
9393 commit 1079432e04ccf71aa3684181186182cd63512f19
9394 Author: Sergey Lapin <slapin@ossfans.org>
9395 Date:   Fri Oct 31 12:28:43 2008 +0100
9396
9397     Custom AFEB9260 board support
9398
9399     This patch provides support for AFEB9260 board, a product of
9400     OpenSource hardware and software. Some commertial projects
9401     are made with this design. A board is basically AT91SAM9260-EK
9402     with some modifications and different peripherals and different
9403     parts used. Main purpose of this project is to gain experience in
9404     hardware design.
9405     More info: http://groups.google.com/group/arm9fpga-evolution-board
9406     (In Russian only, sorry).
9407     Subversion repository: svn://194.85.238.22/home/users/george/svn/arm9eb
9408
9409     Signed-off-by: Sergey Lapin <slapin@ossfans.org>
9410
9411 commit 26eecd24f97130e56e9c2c2af0e714e05bce6e00
9412 Author: Tomohiro Masubuchi <tomohiro_masubuchiattripeaks.co.jp>
9413 Date:   Tue Oct 21 13:17:16 2008 +0900
9414
9415     Change to use "do_div" macro
9416
9417     Signed-off-by: Tomohiro Masubuchi <tomohiro_masubuchi@tripeaks.co.jp>
9418
9419 commit e352495318d8056a00faa21b633b3e4374bfbf52
9420 Author: Roman Mashak <romez777@gmail.com>
9421 Date:   Wed Oct 22 16:00:26 2008 -0400
9422
9423     ARM926EJ-S: relocate OMAP specific 'cpuinfo.c' into OMAP directory
9424
9425     OMAP identification is implemented in 'cpuinfo.c' and located in ARM926EJ-S directory.
9426     It makes sense to place this file in OMAP specific subdirectory, i.e. cpu/arm926ejs/omap
9427
9428     Signed-off-by: Roman Mashak <romez777@gmail.com>
9429
9430 commit 248b2c367210c06dbd5fbdecf27e97fbe9d05fdb
9431 Author: Roman Mashak <romez777@gmail.com>
9432 Date:   Tue Oct 21 03:01:41 2008 -0700
9433
9434     ARM/Versatile port: Removed unused functions
9435
9436     Removal of never used functions.
9437
9438     Signed-off-by: Roman Mashak <romez777@gmail.com>
9439
9440 commit 1266df887781c779deaf6d05eea2ef90a470cb34
9441 Author: Becky Bruce <becky.bruce@freescale.com>
9442 Date:   Mon Nov 3 15:44:01 2008 -0600
9443
9444     powerpc: change 86xx SMP boot method
9445
9446     We put the bootpg for the secondary cpus into memory and use
9447     BPTR to get to it.  This is a step towards converting to the
9448     ePAPR boot methodology.  Also, the code is written to
9449     deal properly with more than 4GB of RAM.
9450
9451     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
9452
9453 commit b5431560682d8f318fbc49db87cfe13ab41d2ee4
9454 Author: Becky Bruce <becky.bruce@freescale.com>
9455 Date:   Fri Oct 31 17:13:49 2008 -0500
9456
9457     8641HPCN: Config file cleanup
9458
9459     There are several items in the config file that were hardcoded
9460     but that should really be based on other config options, since
9461     the regions are contiguous and depend on being so.  This cleans
9462     that up a bit.  Also, add BR_PHYS_ADDR() macro to convert
9463     addresses into the proper format for BR registers.
9464
9465     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
9466
9467 commit 4c77de3f144ca088c3867bd6240718c10f5a9d69
9468 Author: Becky Bruce <becky.bruce@freescale.com>
9469 Date:   Fri Oct 31 17:13:32 2008 -0500
9470
9471     86xx: Make dram_size a phys_size_t
9472
9473     It's currently a long and should be phys_size_t.
9474
9475     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
9476
9477 commit 104992fc541302a6bac74448e01e7fdad20abca0
9478 Author: Becky Bruce <becky.bruce@freescale.com>
9479 Date:   Sun Nov 2 18:19:32 2008 -0600
9480
9481     powerpc 86xx: Handle CCSR relocation earlier
9482
9483     Currently, the CCSR gets relocated while translation is
9484     enabled, meaning we need 2 BAT translations to get to both the
9485     old location and the new location.  Also, the DEFAULT
9486     CCSR location has a dependency on the BAT that maps the
9487     FLASH region.  Moving the relocation removes this unnecessary
9488     dependency. This makes it easier and more intutive to
9489     modify the board's memory map.
9490
9491     Swap BATs 3 and 4 on 8610 so that all 86xx boards use the same
9492     BAT for CCSR space.
9493
9494     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
9495
9496 commit af5d100e8d5cd49d69d52d20f1181eb06ddb4ddf
9497 Author: Becky Bruce <becky.bruce@freescale.com>
9498 Date:   Fri Oct 31 17:14:14 2008 -0500
9499
9500     mpc8641: Make PCI and RIO mutually exclusive, fix non-PCI build
9501
9502     You can't actually have both, and with some coming changes to
9503     change the memory map for the board and support 36-bit physical,
9504     we need the extra BAT that is being consumed by having both.
9505
9506     I also make non-PCI configs build cleanly, for the sake of sanity.
9507
9508     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
9509
9510 commit 98693b85d42ff438375dc6d6dcadc70eb7b050bb
9511 Author: Becky Bruce <becky.bruce@freescale.com>
9512 Date:   Fri Oct 31 17:14:00 2008 -0500
9513
9514     mpc8641: Stop supporting non-PCI_PNP configs
9515
9516     We don't actually ever do this, remove the code so we
9517     can stop maintaining it.
9518
9519     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
9520
9521 commit e4f69d1bd21a12049744989d2dd6b5199c9b8f23
9522 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
9523 Date:   Fri Oct 24 12:59:12 2008 +0000
9524
9525     ColdFire: Fix M5329EVB and M5373EVB nand issue
9526
9527     Fix compilation issue caused by a few mismatches.
9528     Provide proper nand chip select enable/disable in
9529     nand_hwcontrol() rather than in board_nand_init()
9530     just enable once. Remove redundant local nand driver
9531     functions - nand_read_byte(), nand_write_byte() and
9532     nand_dev_ready() to use common nand driver.
9533
9534     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
9535
9536 commit 1b2708442224a551a0b865b52710306333888932
9537 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
9538 Date:   Wed Oct 22 11:55:30 2008 +0000
9539
9540     ColdFire: Fix compilation error
9541
9542     The error was caused by the change for strmhz() in cpu.c.
9543     A few of them were one extra close parenthesis.
9544
9545     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
9546
9547 commit 536e7dac16769954915a484e682a2efb28699133
9548 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
9549 Date:   Wed Oct 22 11:38:21 2008 +0000
9550
9551     ColdFire: Add MCF5301x CPU and M53017EVB support
9552
9553     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
9554
9555 commit a21d0c2cc9add8894d971ab791f4032f077db817
9556 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
9557 Date:   Tue Oct 21 15:37:02 2008 +0000
9558
9559     ColdFire: Add SBF support for M52277EVB
9560
9561     Add serial boot support
9562
9563     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
9564
9565 commit b202816c61042c183fe67d097a5893b0f2dafba0
9566 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
9567 Date:   Tue Oct 21 14:19:26 2008 +0000
9568
9569     ColdFire: Use CFI driver for M5272C3
9570
9571     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
9572
9573 commit f3962d3f574e5a1cffacd4e9bc48713060a2a314
9574 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
9575 Date:   Tue Oct 21 13:47:54 2008 +0000
9576
9577     ColdFire: Relocate FEC's GPIO and mii functions protocols
9578
9579     Place FEC pin assignments in cpu_init.c from platform's
9580     mii.c
9581
9582     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
9583
9584 commit 6e80f5aa09f8d41bac50b38dc7488ecd22107802
9585 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
9586 Date:   Tue Oct 21 12:15:44 2008 +0000
9587
9588     ColdFire: Remove platforms mii.c file
9589
9590     Will use mcfmii.c driver in drivers/net rather than
9591     keep creating new mii.c for each future platform.
9592     Remove EB+MCF-EV123, cobra5272, idmr, M5235EVB,
9593     M5271EVB, M5272C3, M5275EVB, M5282EVB, M5329EVB,
9594     M5373EVB, M54451EVB, M54455EVB, M547xEVB, and M548xEVB's
9595     mii.c
9596
9597     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
9598
9599 commit 012522fef3b382469125beb46a315ab4dee02fb0
9600 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
9601 Date:   Tue Oct 21 10:03:07 2008 +0000
9602
9603     ColdFire: Modules header files cleanup
9604
9605     Consolidate ATA, ePORT, QSPI, FlexCan, PWM, RNG,
9606     MDHA, SKHA, INTC, and FlexBus structures and
9607     definitions in immap_5xxx.h to more unify modules
9608     header files. Append DSPI support for m547x_8x.
9609     SSI cleanup. Remove USB Host structure from immap_539.h.
9610     Apply changes to use FlexBus structures in mcf52x2's
9611     cpu_init.c and platform configuration files.
9612
9613     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
9614
9615 commit ac2331aee99ad36be0fcfed8c49922e3c61b576d
9616 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
9617 Date:   Tue Oct 21 08:52:36 2008 +0000
9618
9619     ColdFire: Remove linker file
9620
9621     Each different build for M54455EVB and M5235EVB will
9622     create a u-boot.lds linker file. It is redundant to
9623     keep the u-boot.lds
9624
9625     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
9626
9627 commit 0829323073c505556ed5f5073f91adb504584d45
9628 Author: Peter Tyser <ptyser@xes-inc.com>
9629 Date:   Fri Oct 31 11:26:44 2008 -0500
9630
9631     ppc: Fix compile warnings when !CONFIG_OF_LIBFDT
9632
9633     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
9634
9635 commit a80b21d5127583171d6e9bc7f722947641898012
9636 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9637 Date:   Fri Oct 31 12:12:12 2008 +0100
9638
9639     common/Makefile: create others group for non core, environment and command files
9640
9641     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9642
9643 commit 60c68d9c1c6d18ce02c862a05718fd94f97c13d0
9644 Author: Wolfgang Denk <wd@denx.de>
9645 Date:   Fri Oct 31 01:13:37 2008 +0100
9646
9647     TQM8260: use CFI flash driver instead of custom driver.
9648
9649     Signed-off-by: Wolfgang Denk <wd@denx.de>
9650
9651 commit 20d04774f4ef3f6e38974636e0e36ae0f0b5501f
9652 Author: Andy Fleming <afleming@freescale.com>
9653 Date:   Thu Oct 30 17:35:30 2008 -0500
9654
9655     Consolidate MAX/MIN definitions
9656
9657     There were several, now there is one (two if you count the lower-case
9658     versions).
9659
9660     Signed-off-by: Andy Fleming <afleming@freescale.com>
9661
9662 commit 298e476c66fd88d0bc4f0371118652d2b5de4e8a
9663 Author: Heiko Schocher <hs@denx.de>
9664 Date:   Thu Oct 30 09:23:09 2008 +0100
9665
9666     mgsuvd: remove unused defines in config file.
9667
9668     Signed-off-by: Heiko Schocher <hs@denx.de>
9669
9670 commit 3cbd823116ea8b7c654e275a8c2fca87cd1f5dc5
9671 Author: Wolfgang Denk <wd@denx.de>
9672 Date:   Sun Nov 2 16:14:22 2008 +0100
9673
9674     Coding Style cleanup, update CHANGELOG
9675
9676     Signed-off-by: Wolfgang Denk <wd@denx.de>
9677
9678 commit a47f957ab523019992fdef857af01bd71c58a4da
9679 Author: Alessandro Rubini <rubini-list@gnudd.com>
9680 Date:   Fri Oct 31 22:33:21 2008 +0100
9681
9682     NAND: Allow NAND and OneNAND to coexist
9683
9684     This removes in nand.h code that is verbatim duplicated from bbm.h,
9685     including directly bbm.h in nand.h. The previous state of affairs
9686     prevented compiling code for a board hosting both NAND and OneNAND chips.
9687
9688     Reported-by: Scott Wood <scottwood@freescale.com>
9689     Signed-off-by: Alessandro Rubini <rubini@unipv.it>
9690     Signed-off-by: Scott Wood <scottwood@freescale.com>
9691
9692 commit 2f77c7f45b9a37ef265a8dbe3c18efa706fed214
9693 Author: Scott Wood <scottwood@freescale.com>
9694 Date:   Fri Oct 31 13:51:12 2008 -0500
9695
9696     JFFS2: Eliminate compiler error when both NAND and OneNAND are enabled.
9697
9698     Reported-by: Alessandro Rubini <rubini-list@gnudd.com>
9699     Signed-off-by: Scott Wood <scottwood@freescale.com>
9700
9701 commit c57fc28947e248fb03c49a28b467686299895055
9702 Author: Jason Jin <Jason.Jin@freescale.com>
9703 Date:   Fri Oct 31 05:07:04 2008 -0500
9704
9705     NAND: Add NAND support for MPC8536DS board
9706
9707     This patch defines 1M TLB&LAW size for NAND on MPC8536DS, assigns 0xffa00000
9708     for CONFIG_SYS_NAND_BASE and adds other NAND supports in config file.
9709     It also moves environment(CONFIG_ENV_ADDR) outside of u-boot image.
9710
9711     Singed-off-by: Jason Jin <Jason.Jin@freescale.com>
9712     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
9713     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9714
9715 commit 6fc110bd8a8d642b8f7b0653bd9a08a0b7c3d50b
9716 Author: Haiying Wang <Haiying.Wang@freescale.com>
9717 Date:   Fri Oct 31 05:06:14 2008 -0500
9718
9719     NAND: Fix CONFIG_ENV_ADDR for MPC8572DS
9720
9721     CONFIG_ENV_ADDR should be (CONFIG_SYS_MONITOR_BASE - CONFIG_ENV_SECT_SIZE).
9722
9723     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
9724     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9725
9726 commit 51b572a801be57790fe26adaa530210e7fba59cc
9727 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9728 Date:   Fri Oct 24 10:49:48 2008 +0900
9729
9730     sh: rsk7203: Moved rsk7203 board to board/renesas
9731
9732     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9733
9734 commit 58453b00b3ebb26aaa901210023f99504a90bb00
9735 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9736 Date:   Fri Oct 24 10:48:31 2008 +0900
9737
9738     sh: MigoR: Moved MigoR board to board/renesas
9739
9740     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9741
9742 commit c1da2a22817ba85b437afa2f4e715e658b219fd1
9743 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9744 Date:   Fri Oct 24 10:39:44 2008 +0900
9745
9746     sh: r2dplus: Moved r2dplus board to board/renesas
9747
9748     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9749
9750 commit 78385bf2359d828184d0b3649f7ae6b933420000
9751 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9752 Date:   Fri Oct 24 10:36:13 2008 +0900
9753
9754     sh: sh7763rdp: Moved sh7763rdp board to board/renesas
9755
9756     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9757
9758 commit c6525d459c350bfc246ea7826456af77e1e314eb
9759 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9760 Date:   Fri Oct 24 10:35:19 2008 +0900
9761
9762     sh: sh7785lcr: Moved sh7785lcr board to board/renesas
9763
9764     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9765
9766 commit acd3e30d09a73f876222f0d496c4f52ee9d0771d
9767 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9768 Date:   Fri Oct 24 10:34:21 2008 +0900
9769
9770     sh: r7780mp: Moved r7780mp board to board/renesas
9771
9772     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9773
9774 commit f84e6ea275353b8fea772ec7553ff7e4b1f642e0
9775 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9776 Date:   Fri Oct 24 10:32:14 2008 +0900
9777
9778     sh: ap325rxa: Moved ap325rxa board to board/renesas
9779
9780     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9781
9782 commit 9abda6ba735efb059f63dcb25d78b174bfcad1ad
9783 Author: Wolfgang Denk <wd@xpert.denx.de>
9784 Date:   Fri Oct 31 01:12:28 2008 +0100
9785
9786     CFI Driver: Fix "flash not ready" problem
9787
9788     This patch fixes a problem on systems where the NOR flash is attached
9789     to a 64 bit bus.  The toggle bit detection in flash_toggle() is based
9790     on the assumption that the same flash address is read twice without
9791     any other interjacent flash accesses.  However, on 32 bit systems the
9792     function flash_read64() [as currently implemented] does not perform
9793     an atomic 64 bit read - instead, this is broken down into two 32 bit
9794     read accesses on addresses "addr" and "addr + 4".  So instead of
9795     reading a 64 bit value twice from "addr", we see a sequence of 4 32
9796     bit reads from "addr", "addr + 4", "addr", and "addr + 4".  The
9797     consequence is that flash_toggle() fails to work.
9798
9799     This patch implements a simple, but somewhat ugly solution, as it
9800     avoids the use of flash_read64() in this critical place (by breaking
9801     it down manually into 32 bit read operations) instead of rewriting
9802     flash_read64() such to perform atomic 64 bit reads as one could
9803     expect.  However, such a rewrite would require the use of floating
9804     point load operations, which becomes pretty complex:
9805
9806         save MSR;
9807         set Floating Point Enable bit in MSR;
9808         use "lfd" instruction to perform atomic 64 bit read;
9809         use "stfd" to store value to temporary variable on stack;
9810         load u64 value from temporary variable;
9811         restore saved MSR;
9812         return u64 value;
9813
9814     The benefit-cost ratio of such an implementation was considered too
9815     bad to actually attempt this, especially as we can expect that such
9816     an implementation would not only have a bigger memory footprint but
9817     also cause a performance degradation.
9818
9819     Signed-off-by: Wolfgang Denk <wd@denx.de>
9820     Signed-off-by: Stefan Roese <sr@denx.de>
9821
9822 commit cdd4fe63b094d4b767f12ff241d72566b461ee61
9823 Author: Stefan Roese <sr@denx.de>
9824 Date:   Fri Oct 31 10:48:08 2008 +0100
9825
9826     ppc4xx: Fix spelling error in MAINTAINERS file
9827
9828     Signed-off-by: Stefan Roese <sr@denx.de>
9829
9830 commit be270798900b75ad9c47c7b79c72f70441196c56
9831 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
9832 Date:   Tue Oct 28 13:37:00 2008 +0100
9833
9834     ppc4xx: Update PMC440 board support
9835
9836     This patch brings PMC440 board support up to date:
9837
9838     - fix GPIO configuration
9839     - add misc_init_f()
9840     - use better values for usbact variable
9841     - fix USB 2.0 phy reset sequence
9842     - shrink BAR2 to save PCI address space
9843     - add FDT support
9844
9845     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
9846     Signed-off-by: Stefan Roese <sr@denx.de>
9847
9848 commit 75183b1a7fc04206d9779d13f16e03853d7e965d
9849 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
9850 Date:   Tue Oct 28 13:36:59 2008 +0100
9851
9852     ppc4xx: Fix PMC440 BSP commands
9853
9854     This patch fixes the PMC440 BSP commands painit and selfreset
9855
9856     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
9857     Signed-off-by: Stefan Roese <sr@denx.de>
9858
9859 commit 76b565b69f886d5ae748db65e44f464b0e70d41a
9860 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
9861 Date:   Tue Oct 28 13:36:58 2008 +0100
9862
9863     ppc4xx: Update PMC440 board configuration
9864
9865     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
9866     Signed-off-by: Stefan Roese <sr@denx.de>
9867
9868 commit ca0c2d42b93116a8e1b8ef8ad4493c7dc9b5f2e4
9869 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
9870 Date:   Tue Oct 28 13:36:57 2008 +0100
9871
9872     ppc4xx: Fix esd loadpci command
9873
9874     This patch fixes esd's loadpci command when not all
9875     memory on adapter boards is accessable via PCI.
9876
9877     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
9878     Signed-off-by: Stefan Roese <sr@denx.de>
9879
9880 commit 492aa9ea13791ca4591b5bde895a425e27ae2d10
9881 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
9882 Date:   Tue Oct 28 13:36:56 2008 +0100
9883
9884     ppc4xx: Clean up PMC440 header
9885
9886     -Codingstyle cleanup
9887     -Remove unused GPIO define
9888
9889     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
9890     Signed-off-by: Stefan Roese <sr@denx.de>
9891
9892 commit 295133258a44f97a57fb2ec339aecfda11f4db95
9893 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
9894 Date:   Tue Oct 28 13:36:55 2008 +0100
9895
9896     ppc4xx: Handle other board variant in PMC440 FPGA code
9897
9898     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
9899     Signed-off-by: Stefan Roese <sr@denx.de>
9900
9901 commit cc2dc9b08cf7c09f9f237f8cb9303f11603d4fb0
9902 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
9903 Date:   Mon Oct 27 12:35:59 2008 +0100
9904
9905     ppc4xx: Merge xilinx-ppc440 and xilinx-ppc405 cfg
9906
9907     Xilinx ppc440 and ppc405 have many similarities. This patch merge the
9908     config files of both infrastuctures
9909
9910     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
9911     Signed-off-by: Stefan Roese <sr@denx.de>
9912
9913 commit 3befd85633d33c4dcca1f359c3f4848c5ab8e4d2
9914 Author: Stefan Roese <sr@denx.de>
9915 Date:   Sat Oct 25 06:45:31 2008 +0200
9916
9917     ppc4xx: Correctly configure the GPIO pin muxing on Arches
9918
9919     Arches doesn't use PerCS3 but GPIO43, so let's configure the GPIO
9920     pin multiplexing correctly
9921
9922     Signed-off-by: Stefan Roese <sr@denx.de>
9923
9924 commit 7c84fe6a06dad9f793ed85b39b1e6c11a7882f5c
9925 Author: Bartlomiej Sieka <tur@semihalf.com>
9926 Date:   Thu Oct 30 23:22:04 2008 +0100
9927
9928     Fix to the auto-update feature documentation (CONFIG_UPDATE_TFTP_MSEC_MAX)
9929
9930     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
9931
9932 commit 4bc7deee9095f21e243b724ca3d634251c1d5432
9933 Author: David Gibson <david@gibson.dropbear.id.au>
9934 Date:   Wed Oct 29 23:27:45 2008 -0500
9935
9936     libfdt: Fix bug in fdt_subnode_offset_namelen()
9937
9938     There's currently an off-by-one bug in fdt_subnode_offset_namelen()
9939     which causes it to keep searching after it's finished the subnodes of
9940     the given parent, and into the subnodes of siblings of the original
9941     node which come after it in the tree.
9942
9943     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
9944     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9945
9946 commit f242a08871839eac081ba5b599af979f3a148a0d
9947 Author: Peter Korsgaard <jacmet@sunsite.dk>
9948 Date:   Tue Oct 28 08:26:52 2008 +0100
9949
9950     fdt_resize(): ensure minimum padding
9951
9952     fdt_add_mem_rsv() requires space for a struct fdt_reserve_entry
9953     (16 bytes), so make sure that fdt_resize at least adds that much
9954     padding, no matter what the location or size of the fdt is.
9955
9956     Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
9957     Acked-by: Andy Fleming <afleming@freescale.com>
9958
9959 commit d685b74c64a38849f1a129b3ab846fbf67dd937e
9960 Author: Dave Liu <daveliu@freescale.com>
9961 Date:   Thu Oct 23 21:59:35 2008 +0800
9962
9963     74xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cache
9964
9965     The patch is following the commit 392438406041415fe64ab8748ec5ab5ad01d1cf7
9966
9967     mpc86xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cache
9968
9969     This is needed in unlock_ram_in_cache() because it is called from C and
9970     will corrupt the small data area anchor that is kept in R2.
9971
9972     lock_ram_in_cache() is modified similarly as good coding practice, but
9973     is not called from C.
9974
9975     Signed-off-by: Nick Spence <nick.spence@freescale.com>
9976
9977     also, the r2 is used as global data pointer.
9978
9979     Signed-off-by: Dave Liu <daveliu@freescale.com>
9980
9981 commit e053ab1903ccae6048ef759025b9f675bba91450
9982 Author: Scott Wood <scottwood@freescale.com>
9983 Date:   Tue Oct 28 11:45:04 2008 -0500
9984
9985     mpc83xx pci: Round up memory size in inbound window.
9986
9987     The current calculation will fail to cover all memory if
9988     its size is not a power of two.
9989
9990     Signed-off-by: Scott Wood <scottwood@freescale.com>
9991     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9992
9993 commit 1c671977dc81359628be27ac99c174e76e8069ba
9994 Author: Dave Liu <daveliu@freescale.com>
9995 Date:   Thu Oct 23 21:19:13 2008 +0800
9996
9997     86xx: remove the unused definition
9998
9999     Signed-off-by: Dave Liu <daveliu@freescale.com>
10000
10001 commit eaa44c5dc83756c3067b9e6c9db626facd0b0660
10002 Author: Dave Liu <daveliu@freescale.com>
10003 Date:   Tue Oct 28 17:47:49 2008 +0800
10004
10005     86xx: remove the redundant r2 global data pointer save
10006
10007     The commit 67256678f00c09b0a7f19e862e5c1847553d31bc add
10008     the another global data pointer save, but in fact the
10009     global data pointer will be initialized in the board_init_r,
10010     so remove it such as the 85xx/83xx family.
10011
10012     Signed-off-by: Dave Liu <daveliu@freescale.com>
10013     Acked-by: Kumar Gala <kumar.gala@freescale.com>
10014
10015 commit bd888e9544419665334a6f47f81f34011cea38f3
10016 Author: Dave Liu <daveliu@freescale.com>
10017 Date:   Tue Oct 28 17:47:41 2008 +0800
10018
10019     86xx: remove the unused code for 86xx family
10020
10021     I believe these code was copied from 74xx family, but for
10022     86xx, it is unused.
10023
10024     Signed-off-by: Dave Liu <daveliu@freescale.com>
10025     Acked-by: Kumar Gala <kumar.gala@freescale.com>
10026
10027 commit 5ba1ef507402bc5e344dc374203792a40f222e8a
10028 Author: Dave Liu <daveliu@freescale.com>
10029 Date:   Tue Oct 28 17:46:35 2008 +0800
10030
10031     86xx: remove the second DDR LAW setting for mpc8641hpcn
10032
10033     The DDR1 LAW will precedence the DDR2 LAW, so remove
10034     the second DDR LAW.
10035
10036     Signed-off-by: Dave Liu <daveliu@freescale.com>
10037     Acked-by: Becky Bruce <becky.bruce@freescale.com>
10038
10039 commit 137a2dfd11ac51ae3154f13f323609b33a4a072e
10040 Author: Dave Liu <daveliu@freescale.com>
10041 Date:   Tue Oct 28 17:46:23 2008 +0800
10042
10043     86xx: remove the unused ddr_enable_ecc in the board file
10044
10045     The DDR controller of 86xx processors have the ECC data init
10046     feature, and the new DDR code is using the feature, we don't
10047     need the way with DMA to init memory again.
10048
10049     Signed-off-by: Dave Liu <daveliu@freescale.com>
10050     Acked-by: Kumar Gala <kumar.gala@freescale.com>
10051
10052 commit dc2adad85bf580d65916c940683f6e9671e8a5dd
10053 Author: Dave Liu <daveliu@freescale.com>
10054 Date:   Tue Oct 28 17:46:12 2008 +0800
10055
10056     86xx: Move the clear_tlbs before MMU turn on
10057
10058     We must invalidate TLBs before MMU turn on, but
10059     currently the code is not, if there are some stale
10060     TLB entry valid in the TLBs, it will cause strange
10061     issue.
10062
10063     Signed-off-by: Dave Liu <daveliu@freescale.com>
10064     Acked-by: Becky Bruce <becky.bruce@freescale.com>
10065
10066 commit 5cdade07b118d07154cb882650f9778cecc8a87c
10067 Author: Scott Wood <scottwood@freescale.com>
10068 Date:   Mon Oct 27 15:57:08 2008 -0500
10069
10070     mpc8313erdb: Document NAND boot.
10071
10072     Previously, the documentation claimed that NAND boot is not supported.
10073     This is no longer true.
10074
10075     Signed-off-by: Scott Wood <scottwood@freescale.com>
10076
10077 commit bd78bc6b2aebf5566aac464f936b88dfd97ab0bd
10078 Author: Scott Wood <scottwood@freescale.com>
10079 Date:   Wed Oct 29 14:20:26 2008 -0500
10080
10081     NAND: Properly create JFFS2 cleanmarkers.
10082
10083     As reported by Ilko Iliev <iliev@ronetix.at>, the "nand erase clean"
10084     command is currently broken, and among other things causes all blocks
10085     to be marked bad.
10086
10087     This implements it properly using MTD_OOB_AUTO, along with some
10088     indentation fixes.
10089
10090     Signed-off-by: Scott Wood <scottwood@freescale.com>
10091
10092 commit f7fe57c09866b44692d18c8cf22828bd137ec58d
10093 Author: Scott Wood <scottwood@freescale.com>
10094 Date:   Wed Oct 29 13:42:41 2008 -0500
10095
10096     NAND fsl elbc: Set FMR[ECCM] based on page size.
10097
10098     Hardware expects ECCM 0 for small page and ECCM 1 for large page
10099     when booting from NAND, so use those defaults.
10100
10101     Signed-off-by: Scott Wood <scottwood@freescale.com>
10102
10103 commit c013b74975dab0805ef6d369b013230c4e8a660d
10104 Author: Haiying Wang <Haiying.Wang@freescale.com>
10105 Date:   Wed Oct 29 13:32:59 2008 -0400
10106
10107     NAND: Add support for MPC8572DS board
10108
10109     This patch defines 1M TLB&LAW size for NAND on MPC8572DS, assigns
10110     0xffa00000 for CONFIG_SYS_NAND_BASE and adds other NAND supports in
10111     config file.
10112
10113     It also moves environment(CONFIG_ENV_ADDR) outside of u-boot image, to
10114     make room for the increased code size with NAND enabled.
10115
10116     Signed-off-by: Jason Jin <Jason.Jin@freescale.com>
10117     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
10118     Signed-off-by: Scott Wood <scottwood@freescale.com>
10119
10120 commit 4e190b03aaf2309bd2e025d1187a2ca880fedc95
10121 Author: Haiying Wang <Haiying.Wang@freescale.com>
10122 Date:   Wed Oct 29 11:05:55 2008 -0400
10123
10124     Make Freescale local bus registers available for both 83xx and 85xx.
10125
10126     - Rename lbus83xx_t to fsl_lbus_t and move it to asm/fsl_lbc.h so that it
10127       can be shared by both 83xx and 85xx
10128     - Remove lbus83xx_t and replace it with fsl_lbus_t in all 83xx boards
10129       files which use lbus83xx_t.
10130     - Move FMR, FIR, FCR, FPAR, LTESR from mpc83xx.h to asm/fsl_lbc.h so that
10131       85xx can share them.
10132
10133     Signed-off-by: Jason Jin <Jason.Jin@freescale.com>
10134     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
10135     Signed-off-by: Scott Wood <scottwood@freescale.com>
10136
10137 commit 695c130e4bf75b444720ddfd83aca88f41c046cf
10138 Author: Scott Wood <scottwood@freescale.com>
10139 Date:   Mon Oct 27 15:38:30 2008 -0500
10140
10141     NAND: Align right column of the shorthelp with other commands.
10142
10143     I accidentally broke this in when making consistent the partial
10144     alignment of the longhelp.
10145
10146     Signed-off-by: Scott Wood <scottwood@freescale.com>
10147
10148 commit 33efde5ecac91ab118ff00b95a181fd6d75f8645
10149 Author: Karl Beldan <karl.beldan@gmail.com>
10150 Date:   Mon Sep 15 16:08:03 2008 +0200
10151
10152     NAND: Reset chip on power-up
10153
10154     Some chips require a RESET after power-up (e.g. Micron MT29FxGxxxxx).
10155     The first command sent is NAND_CMD_READID.
10156     Issue a NAND_CMD_RESET in nand_scan_ident before reading the device id.
10157     Tested with an MT29F4G08AAC.
10158
10159     Signed-off-by: Karl Beldan <karl.beldan@gmail.com>
10160     Signed-off-by: Scott Wood <scottwood@freescale.com>
10161
10162 commit c45912d8abc52de796b9059a58faf7c4166eab58
10163 Author: Scott Wood <scottwood@freescale.com>
10164 Date:   Fri Oct 24 16:20:43 2008 -0500
10165
10166     NAND: sync with 2.6.27
10167
10168     This brings the core NAND code up to date with the Linux kernel.
10169
10170     Since there were several drivers in Linux as of the last update that are
10171     not in u-boot, I'm not bringing over new drivers that have been added
10172     since in the absence of an interested party.
10173
10174     I did not update OneNAND since it was recently synced by Kyungmin Park,
10175     and I'm not sure exactly what the common ancestor is.
10176
10177     Signed-off-by: Scott Wood <scottwood@freescale.com>
10178
10179 commit b1d0db1805c3395149777e507b6da53410abac4e
10180 Author: Kumar Gala <galak@kernel.crashing.org>
10181 Date:   Tue Oct 21 17:25:47 2008 -0500
10182
10183     bootm: Added CONFIG_BOOTM_{LINUX, NETBSD, RTEMS}
10184
10185     Added the ability to config out bootm support for Linux, NetBSD, RTEMS
10186
10187     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10188
10189 commit 5a98127d81a6eefc5a78a704df619bfe362eeb87
10190 Author: Kumar Gala <galak@kernel.crashing.org>
10191 Date:   Tue Oct 21 17:25:46 2008 -0500
10192
10193     bootm: support subcommands in linux ppc bootm
10194
10195     Add support for 'bdt', 'cmdline', 'prep' to the linux PPC bootm.
10196
10197     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10198
10199 commit 49c3a861d11735838f1f1b11999ce433006dc919
10200 Author: Kumar Gala <galak@kernel.crashing.org>
10201 Date:   Tue Oct 21 17:25:45 2008 -0500
10202
10203     bootm: Add subcommands
10204
10205     Add the ability to break the steps of the bootm command into several
10206     subcommands: start, loados, ramdisk, fdt, bdt, cmdline, prep, go.
10207
10208     This allows us to do things like manipulate device trees before
10209     they are passed to a booting kernel or setup memory for a secondary
10210     core in multicore situations.
10211
10212     Not all OS types support all subcommands (currently only start, loados,
10213     ramdisk, fdt, and go are supported).
10214
10215     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10216
10217 commit be08315933537f061bc1ce61f33a29c56458bbad
10218 Author: Kumar Gala <galak@kernel.crashing.org>
10219 Date:   Tue Oct 21 17:25:44 2008 -0500
10220
10221     bootm: Move to using a function pointer table for the boot os function
10222
10223     This removes a bit of code and makes it easier for the upcoming sub bootm
10224     command support to call into the proper OS specific handler.
10225
10226     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10227     Signed-off-by: Wolfgang Denk <wd@denx.de>
10228
10229 commit a369f4a492fa2805d87775d27380f0eeaca35aa6
10230 Author: Graeme Russ <graeme.russ@gmail.com>
10231 Date:   Mon Sep 29 23:03:14 2008 +1000
10232
10233     i386: Renamed show_boot_progress in assembler code
10234
10235     Renamed show_boot_progress in assembler init phase to
10236     show_boot_progress_asm to avoid link conflicts with C version
10237
10238     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
10239
10240 commit 4442f45b0e1cbad35aa22d4cad22b90a57e3f32d
10241 Author: Peter Tyser <ptyser@xes-inc.com>
10242 Date:   Mon Oct 27 16:42:00 2008 -0500
10243
10244     85xx: Update MPC85xx_PORDEVSR_IO_SEL mask
10245
10246     The MPC8572 has a 4-bit wide PORDEVSR IO_SEL field. Other MPC85xx
10247     processors have a 3-bit wide IO_SEL field but have the most
10248     significant bit is wired to 0 so this change should not affect
10249     them.
10250
10251     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
10252
10253 commit cd4251624205cb97104f6e32679dc7754934f711
10254 Author: Becky Bruce <becky.bruce@freescale.com>
10255 Date:   Mon Oct 27 16:09:42 2008 -0500
10256
10257     powerpc: fix pci window initialization to work with > 4GB DRAM
10258
10259     The existing code has a few errors that need to be fixed in
10260     order to support large RAM sizes.  Fix those, and add a
10261     comment to make it clearer.
10262
10263     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
10264     Acked-by: Kumar Gala <galak@kernel.crashing.org>
10265
10266 commit 219542a1a66ca017b12860920714a9859b18a5d7
10267 Author: Kumar Gala <galak@kernel.crashing.org>
10268 Date:   Mon Oct 27 13:16:20 2008 -0500
10269
10270     pci/fsl_pci_init: Removed a bunch pointless trailing backslashes.
10271
10272     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10273
10274 commit 6b59e03e0237a40a2305ea385defdfd92000978b
10275 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
10276 Date:   Mon Sep 1 16:21:22 2008 +0200
10277
10278     lcd: Let the board code show board-specific info
10279
10280     The information displayed when CONFIG_LCD_INFO is set is inherently
10281     board-specific, so it should be done by the board code. The current code
10282     dealing with this only handles two cases, and is already a horrible mess
10283     of #ifdeffery.
10284
10285     Yes, this duplicates some code, but it also allows boards to print more
10286     board-specific information; this used to be very difficult.
10287
10288     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
10289     Signed-off-by: Anatolij Gustschin <agust@denx.de>
10290
10291 commit 6f93d2b8fca504200a5758f7c6dd2d6852900765
10292 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
10293 Date:   Mon Sep 1 16:21:21 2008 +0200
10294
10295     lcd: Set lcd_is_enabled before clearing the screen
10296
10297     This allows the logo/info rendering routines to use the regular
10298     lcd_putc/lcd_puts/lcd_printf calls.
10299
10300     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
10301     Signed-off-by: Anatolij Gustschin <agust@denx.de>
10302
10303 commit 15b17ab52b7c15d46d9fc631cc06092e1e764de2
10304 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
10305 Date:   Mon Sep 1 16:21:20 2008 +0200
10306
10307     lcd: Implement lcd_printf()
10308
10309     lcd_printf() has a prototype in include/lcd.h but no implementation. Fix
10310     this by borrowing the lcd_printf() implementation from the cogent board
10311     code (which appears to use its own LCD framework.)
10312
10313     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
10314     Signed-off-by: Anatolij Gustschin <agust@denx.de>
10315
10316 commit 70dbc54c0a5c798bcf82ae2a1e227404f412e892
10317 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
10318 Date:   Mon Sep 1 16:21:19 2008 +0200
10319
10320     atmel_lcdfb: Straighten out funky vl_sync logic
10321
10322     If the board _didn't_ request INVLINE_INVERTED, we set INVLINE_INVERTED,
10323     otherwise we don't. WTF?
10324
10325     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
10326     Signed-off-by: Anatolij Gustschin <agust@denx.de>
10327
10328 commit 23bb28f0f76b46c4b573374b0bb3b3f23d85ef55
10329 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
10330 Date:   Mon Sep 1 16:21:18 2008 +0200
10331
10332     atmel_lcdfb: Eliminate unneeded #include <asm/arch/hardware.h>
10333
10334     atmel_lcdfb doesn't actually need anything from asm/arch/hardware.h. It
10335     includes a file that does, asm/arch/gpio.h, but this file doesn't
10336     include <asm/arch/hardware.h> like it's supposed to.
10337
10338     Add the missing include to asm/arch/gpio.h and remove the workaround
10339     from the atmel_lcdfb driver. This makes the driver compile on avr32.
10340
10341     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
10342     Signed-off-by: Anatolij Gustschin <agust@denx.de>
10343
10344 commit c2083e0e11a03ef8be2e9f0ed8720fdc20832f3e
10345 Author: Kumar Gala <galak@kernel.crashing.org>
10346 Date:   Wed Oct 22 14:38:55 2008 -0500
10347
10348     86xx: Convert all fsl_pci_init users to new APIs
10349
10350     Converted MPC8610HCPD, MPC8641HPCN, and SBC8641D to use
10351     fsl_pci_setup_inbound_windows() and ft_fsl_pci_setup().
10352
10353     With these changes the board code is a bit smaller and we get dma-ranges
10354     set in the device tree for these boards.
10355
10356     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10357     Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
10358     Acked-by: Jon Loeliger <jdl@freescale.com>
10359
10360 commit 2dba0dea98c0dee1799ffd6fd6eb541645dbbd98
10361 Author: Kumar Gala <galak@kernel.crashing.org>
10362 Date:   Tue Oct 21 08:28:33 2008 -0500
10363
10364     85xx: Convert all fsl_pci_init users to new APIs
10365
10366     Converted ATUM8548, MPC8536DS, MPC8544DS, MPC8548CDS, MPC8568MDS,
10367     MPC8572DS, TQM85xx, and SBC8548 to use fsl_pci_setup_inbound_windows()
10368     and ft_fsl_pci_setup().
10369
10370     With these changes the board code is a bit smaller and we get dma-ranges
10371     set in the device tree for these boards.
10372
10373     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10374     Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
10375
10376 commit a2aab460727e5f674353a83a81000ef794bffcae
10377 Author: Kumar Gala <galak@kernel.crashing.org>
10378 Date:   Thu Oct 23 00:01:06 2008 -0500
10379
10380     pci/fsl_pci_init: Added fdt helper for setting up bus-ranges & dma-ranges
10381
10382     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10383     Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
10384
10385 commit b9a1fa9787a3a79573f5f932a4f8aa216bcb1785
10386 Author: Kumar Gala <galak@kernel.crashing.org>
10387 Date:   Wed Oct 22 14:06:24 2008 -0500
10388
10389     pci/fsl_pci_init: Add a common PCI inbound setup function
10390
10391     Add a common setup function that determines the pci_region(s) based
10392     on how much memory we have in the system.
10393
10394     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10395     Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
10396
10397 commit 612ea01018a459234d54ed57ec6a5a244ce75678
10398 Author: Kumar Gala <galak@kernel.crashing.org>
10399 Date:   Tue Oct 21 10:13:14 2008 -0500
10400
10401     pci/fsl_pci_init: Enable larger address and setting inbound windows properly
10402
10403     * PCI Inbound window was setup incorrectly.  The PCI address and system
10404       address were swapped.  The PCI address should be setting piwar/piwbear
10405       and the system address should be setting pitar.
10406
10407     * Removed masking of addresses to allow for system address to support
10408       system address & PCI address >32-bits
10409
10410     * Set PIWBEAR & POTEAR to allow for full 64-bit PCI addresses
10411
10412     * Respect the PCI_REGION_PREFETCH for inbound windows
10413
10414     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10415     Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
10416
10417 commit 8ab451c46b846f2bbd7122b29ffdd9a4a04da228
10418 Author: Kumar Gala <galak@kernel.crashing.org>
10419 Date:   Wed Oct 22 23:33:56 2008 -0500
10420
10421     fdt: Added helper to set PCI dma-ranges property
10422
10423     Added fdt_pci_dma_ranges() that parses the pci_region info from the
10424     struct pci_controller and populates the dma-ranges based on it.
10425
10426     The max # of windws/dma-ranges we support is 3 since on embedded
10427     PowerPC based systems this is the max number of windows.
10428
10429     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10430     Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
10431
10432 commit 3bed2aaf2d50fd13273c14d17d4fd40ef42e0d0f
10433 Author: Kumar Gala <galak@kernel.crashing.org>
10434 Date:   Thu Oct 23 00:05:47 2008 -0500
10435
10436     fdt: Add fdt_getprop_u32_default helpers
10437
10438     Add helper functions to return find a node and return it's property
10439     or a default value.
10440
10441     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10442     Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
10443     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
10444
10445 commit 8ba93f68a1bae89e033527ce67b41b4a87aa5b7f
10446 Author: Kumar Gala <galak@kernel.crashing.org>
10447 Date:   Tue Oct 21 18:06:15 2008 -0500
10448
10449     86xx: Enable 64-bit PCI resources on all Freescale boards
10450
10451     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10452     Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
10453
10454 commit 0151cbaccf4504821ecfde0217299bd740086bb6
10455 Author: Kumar Gala <galak@kernel.crashing.org>
10456 Date:   Tue Oct 21 11:33:58 2008 -0500
10457
10458     85xx: Enable 64-bit PCI resources on all Freescale boards
10459
10460     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10461     Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
10462
10463 commit 30e76d5e3bc4c5208ee63585fe12b409d9308cd8
10464 Author: Kumar Gala <galak@kernel.crashing.org>
10465 Date:   Tue Oct 21 08:36:08 2008 -0500
10466
10467     pci: Allow for PCI addresses to be 64-bit
10468
10469     PCI bus is inherently 64-bit.  While not all system require access to
10470     the full 64-bit PCI address range some do.  This allows those systems
10471     to enable the full PCI address width via CONFIG_SYS_PCI_64BIT.
10472
10473     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10474     Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
10475     Acked-by: Wolfgang Denk <wd@denx.de>
10476
10477 commit ae5f943ba8ede448a4b1a145fd8911856701ecc5
10478 Author: Dave Liu <daveliu@freescale.com>
10479 Date:   Thu Oct 23 21:18:53 2008 +0800
10480
10481     85xx: Fix the incorrect register used for DDR erratum1
10482
10483     The 8572 DDR erratum1:
10484     DDR controller may enter an illegal state when operating
10485     in 32-bit bus mode with 4-beat bursts.
10486
10487     Description:
10488     When operating with a 32-bit bus, it is recommended that
10489     DDR_SDRAM_CFG[8_BE] is cleared when DDR2 memories are used.
10490     This forces the DDR controller to use 4-beat bursts when
10491     communicating to the DRAMs. However, an issue exists that
10492     could lead to data corruption when the DDR controller is
10493     in 32-bit bus mode while using 4-beat bursts.
10494
10495     Projected Impact:
10496     If the DDR controller is operating in 32-bit bus mode with
10497     4-beat bursts, then the controller may enter into a bad state.
10498     All subsequent reads from memory is corrupted.
10499     Four-beat bursts with a 32-bit bus only is used with DDR2 memories.
10500     Therefore, this erratum does not affect DDR3 mode.
10501
10502     Work Arounds:
10503     To work around this issue, software must set DEBUG_1[31] in
10504     DDR memory mapped space (CCSRBAR offset + 0x2f00 for DDR_1
10505     and CCSRBAR offset + 0x6f00 for DDR_2).
10506
10507     Currenlty, the code is using incorrect register DDR_SDRAM_CFG_2
10508     as condition, but it should be DDR_SDRAM_CFG register.
10509
10510     Signed-off-by: Dave Liu <daveliu@freescale.com>
10511
10512 commit d5b693090ed08d24c18491df9d8fc7387b2906f3
10513 Author: Dave Liu <daveliu@freescale.com>
10514 Date:   Thu Oct 23 21:17:19 2008 +0800
10515
10516     85xx: remove unused config definition
10517
10518     Signed-off-by: Dave Liu <daveliu@freescale.com>
10519
10520 commit 0f060c3bf82832331a509f2e5d2442539e7aad09
10521 Author: Kumar Gala <galak@kernel.crashing.org>
10522 Date:   Thu Oct 23 01:47:38 2008 -0500
10523
10524     85xx: Add basic e500mc core support
10525
10526     Introduce CONFIG_E500MC to deal with the minor differences between
10527     e500v2 and e500mc.
10528
10529     * Certain fields of HID0/1 don't exist anymore on e500mc
10530     * Cache line size is 64-bytes on e500mc
10531     * reset value of PIR is different
10532
10533     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10534
10535 commit a38a5b6edd30f29fd5fdb1d7f674521906c0e677
10536 Author: Kumar Gala <galak@kernel.crashing.org>
10537 Date:   Thu Oct 23 01:47:37 2008 -0500
10538
10539     85xx: Use CONFIG_SYS_CACHELINE_SIZE instead of magic number
10540
10541     Using CONFIG_SYS_CACHELINE_SIZE instead of 31 means we can handle
10542     e500mc's 64-byte cacheline properly when it gets added.
10543
10544     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10545
10546 commit 5deb8022c3749faac30e9ad9694691e2442b5c93
10547 Author: Georg Schardt <schardt@team-ctech.de>
10548 Date:   Fri Oct 24 13:51:52 2008 +0200
10549
10550     ppc4xx: New board avnet fx12 minimodul
10551
10552     This patch adds support for the avnet fx12 minimodul.
10553     It needs the "ppc4xx: Generic architecture for xilinx ppc405"
10554     patch from Ricardo.
10555
10556     Signed-off-by: Georg Schardt <schardt@team-ctech.de>
10557     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
10558     Signed-off-by: Stefan Roese <sr@denx.de>
10559
10560 commit 1f4d53260ec6f8f122aed75cce7c757d97a551e0
10561 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
10562 Date:   Tue Oct 21 18:29:46 2008 +0200
10563
10564     ppc4xx: Generic architecture for xilinx ppc405(v3)
10565
10566     As "ppc44x: Unification of virtex5 pp440 boards" did for the xilinx
10567     ppc440 boards, this patch presents a common architecture for all the
10568     xilinx ppc405 boards.
10569
10570     Any custom xilinx ppc405 board can be added very easily with no code
10571     duplicity.
10572
10573     This patch also adds a simple generic board, that can be used on almost
10574     any design with xilinx ppc405 replacing the file ppc405-generic/xparameters.h
10575
10576     This patch is prepared to work with the latest version of EDK (10.1)
10577
10578     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
10579     Signed-off-by: Stefan Roese <sr@denx.de>
10580
10581 commit 485c00a57fab86f72a3769480c66bf1ca22e1459
10582 Author: Stefan Roese <sr@denx.de>
10583 Date:   Fri Oct 24 08:56:09 2008 +0200
10584
10585     ppc4xx: Disable DDR2 autocalibration on Kilauea for now
10586
10587     Since the new autocalibration still has some problems on some Kilauea
10588     boards with 200MHz DDR2 frequency we disable the autocalibration and
10589     use the hardcoded values as done before. This seems to work reliably
10590     on all known DDR2 frequencies.
10591
10592     After the autocalibration issue is fixed we will enable it again.
10593
10594     Signed-off-by: Stefan Roese <sr@denx.de>
10595
10596 commit f177f4250c729727b1629fa8d8d6556c999e9b8c
10597 Author: Mike Frysinger <vapier@gentoo.org>
10598 Date:   Wed Apr 9 02:02:07 2008 -0400
10599
10600     Blackfin: fix up UART status bit handling
10601
10602     Some Blackfin UARTs are read-to-clear while others are write-to-clear.
10603     This can cause problems when we poll the LSR and then later try and handle
10604     any errors detected.
10605
10606     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10607
10608 commit ae0910298f31f5bb3d33a64b8467c60ea3c5d6d0
10609 Author: Mike Frysinger <vapier@gentoo.org>
10610 Date:   Sat Oct 11 20:42:17 2008 -0400
10611
10612     Blackfin: bf561-ezkit: drop redundant code
10613
10614     Common Blackfin code already announces CPU information.
10615
10616     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10617
10618 commit e2eea98bff1369f77a9f59a5fd0bd4928bc3332e
10619 Author: Mike Frysinger <vapier@gentoo.org>
10620 Date:   Sat Oct 11 20:43:10 2008 -0400
10621
10622     Blackfin: bf561-ezkit: drop pointless USB code
10623
10624     The USB/LAN register settings are not actually used/needed in order to
10625     drive things from U-Boot, so drop the code.
10626
10627     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10628
10629 commit c23bff63fb03cb9dbcd26522841e53f9b34fa1ab
10630 Author: Mike Frysinger <vapier@gentoo.org>
10631 Date:   Sat Oct 11 20:47:58 2008 -0400
10632
10633     Blackfin: linker scripts: force start.o and set initcode boundaries
10634
10635     Make sure that the start.o object is always the first object in our linker
10636     script regardless of configuration settings, and add some linker symbols
10637     so the ldr utility can properly locate the initcode when generating a LDR.
10638
10639     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10640
10641 commit bd33e5c613cf70e3cb51a73fdd653fe83b942bb0
10642 Author: Mike Frysinger <vapier@gentoo.org>
10643 Date:   Sat Oct 11 21:19:39 2008 -0400
10644
10645     Blackfin: small cpu init optimization while setting interrupt mask
10646
10647     Use the sti instruction to set the initial interrupt mask rather than
10648     banging on the core IMASK MMR to save both space and time.
10649
10650     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10651
10652 commit 960922291c9594acb575cec7e47d7bed9b58182c
10653 Author: Mike Frysinger <vapier@gentoo.org>
10654 Date:   Sat Oct 11 21:18:10 2008 -0400
10655
10656     Blackfin: set initial stack correctly according to Blackfin ABI
10657
10658     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10659
10660 commit 25cd33d82ea521b7bd90ca858f8919fae1e9732b
10661 Author: Mike Frysinger <vapier@gentoo.org>
10662 Date:   Sun Apr 20 03:11:53 2008 -0400
10663
10664     Blackfin: make baud calculation more accurate
10665
10666     We should use the algorithm in the Linux kernel so that the UART divisor
10667     calculation is more accurate.  It also fixes problems on some picky UARTs
10668     that have sampling anomalies.
10669
10670     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10671
10672 commit 0ba1da116e5edcb0c5ae4a7585d73f6548400a06
10673 Author: Mike Frysinger <vapier@gentoo.org>
10674 Date:   Mon Oct 6 04:21:41 2008 -0400
10675
10676     Blackfin: decode hwerrcause/excause when crashing
10677
10678     Having to decode hwerrcause/excause values is a pain, so automate it.
10679
10680     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10681
10682 commit 2de95bb20c488f20298df6881b700a5a757ee780
10683 Author: Mike Frysinger <vapier@gentoo.org>
10684 Date:   Mon Oct 6 04:20:54 2008 -0400
10685
10686     Blackfin: fix register dump messages
10687
10688     Make sure we report RETI/IPEND correctly.
10689
10690     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10691
10692 commit 7133999e6f62a9a01f6a8ffe234b8532b3ad1e4b
10693 Author: Mike Frysinger <vapier@gentoo.org>
10694 Date:   Mon Oct 6 04:19:34 2008 -0400
10695
10696     Blackfin: don't bother displaying reboot msg when crashing
10697
10698     The hang function already tells you to reboot, so no point in showing it
10699     twice.
10700
10701     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10702
10703 commit 70c4c032ea112cc42aa1ce959c33fc4825eaef95
10704 Author: Mike Frysinger <vapier@gentoo.org>
10705 Date:   Sun Jun 1 01:23:48 2008 -0400
10706
10707     Blackfin: enable support for nested interrupts
10708
10709     During cpu init, make sure we initialize the CEC properly so that
10710     interrupts can fire and be handled while U-Boot is running.
10711
10712     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10713
10714 commit 39782727e185860faa4884c2b04e84cb33d1c6cf
10715 Author: Mike Frysinger <vapier@gentoo.org>
10716 Date:   Mon Oct 6 03:55:25 2008 -0400
10717
10718     Blackfin: init NAND before relocating env
10719
10720     If booting out of NAND, we need to make sure we initialize it properly
10721     before attempting to relocate the environment.
10722
10723     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10724
10725 commit 0f9a8819416ba40a53de50af148847a0e508f84d
10726 Author: Mike Frysinger <vapier@gentoo.org>
10727 Date:   Thu Aug 7 18:40:13 2008 -0400
10728
10729     Blackfin: check cache bits, not cplb bits
10730
10731     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10732
10733 commit 2c1ea9e370cb72dd6a5aa32338e87a8a1f77bd76
10734 Author: Mike Frysinger <vapier@gentoo.org>
10735 Date:   Thu Aug 7 17:52:59 2008 -0400
10736
10737     Blackfin: drop unused cache flush code
10738
10739     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10740
10741 commit 50f0d211912a648e31aa9123b4665a0444bb8ca9
10742 Author: Mike Frysinger <vapier@gentoo.org>
10743 Date:   Thu Aug 7 15:21:47 2008 -0400
10744
10745     Blackfin: unify cache handling code
10746
10747     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10748
10749 commit 3c8798983403cb68a827d7a0d09b1134524a1b7d
10750 Author: Mike Frysinger <vapier@gentoo.org>
10751 Date:   Mon Oct 6 03:39:07 2008 -0400
10752
10753     Blackfin: only initialize the RTC when actually used
10754
10755     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10756
10757 commit 621e579b812dd1a2e6777f7cbf6e55e736505823
10758 Author: Mike Frysinger <vapier@gentoo.org>
10759 Date:   Mon Oct 6 03:44:33 2008 -0400
10760
10761     Blackfin: fix SWRST register definition
10762
10763     The SWRST register is a 16bit, not 32bit, register.
10764
10765     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10766
10767 commit 06121c4e2d183887dcd7a4ca2dcd395b213ea15b
10768 Author: Mike Frysinger <vapier@gentoo.org>
10769 Date:   Thu Aug 7 18:54:57 2008 -0400
10770
10771     Blackfin: build with -fomit-frame-pointer
10772
10773     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10774
10775 commit adbfeeb7b32f737a9738daa583350d2bb9ed017a
10776 Author: Mike Frysinger <vapier@gentoo.org>
10777 Date:   Thu Aug 7 17:50:26 2008 -0400
10778
10779     Blackfin: document some of the blackfin directories
10780
10781     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10782
10783 commit e4337968e43698a68ba608369f46d4a4114111ca
10784 Author: Mike Frysinger <vapier@gentoo.org>
10785 Date:   Thu Aug 7 15:16:56 2008 -0400
10786
10787     Blackfin: only enable hardware error irq by default
10788
10789     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10790
10791 commit 2b66f08f257ef6a06785f27b3c6dc2a4cfc9cac4
10792 Author: Mike Frysinger <vapier@gentoo.org>
10793 Date:   Thu Aug 7 13:36:43 2008 -0400
10794
10795     Blackfin: punt old unused mem_init.h header
10796
10797     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10798
10799 commit bcc121a01608042066a19ab5bff5bcfb805bf406
10800 Author: Mike Frysinger <vapier@gentoo.org>
10801 Date:   Thu Aug 7 13:18:55 2008 -0400
10802
10803     Blackfin: delete unused page_descriptor_table_size define
10804
10805     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10806
10807 commit 30fb9d24ae16e5b0ed39e5b7cc85981165ca98bc
10808 Author: Mike Frysinger <vapier@gentoo.org>
10809 Date:   Thu Aug 7 13:17:03 2008 -0400
10810
10811     Blackfin: fix typo in boot mode comment and add NAND define
10812
10813     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10814
10815 commit 2e5cbe5461c5c4c6665e318cfe950a5a150d999c
10816 Author: Ben Maan <moo@cow>
10817 Date:   Thu Aug 7 13:14:21 2008 -0400
10818
10819     Blackfin: fix port mux defines for BF54x
10820
10821     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10822
10823 commit 0656ef2ba274910d31364fe022f6c7db0051660d
10824 Author: Mike Frysinger <vapier@gentoo.org>
10825 Date:   Thu Aug 7 13:09:50 2008 -0400
10826
10827     Blackfin: update anomaly lists
10828
10829     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10830
10831 commit 50ca95402876cf7bac4e2d4f7855f616a038763f
10832 Author: Mike Frysinger <vapier@gentoo.org>
10833 Date:   Thu Aug 7 13:08:54 2008 -0400
10834
10835     Blackfin: unify DSPID/DBGSTAT MMR definitions
10836
10837     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10838
10839 commit d9d8c7c696dec370ca714c03beb6e79d4c90bd5e
10840 Author: Wolfgang Denk <wd@denx.de>
10841 Date:   Tue Oct 21 15:53:51 2008 +0200
10842
10843     Fix strmhz(): avoid printing negative fractions
10844
10845     Signed-off-by: Wolfgang Denk <wd@denx.de>
10846
10847 commit 4a7f6b750d8de543fdf8e58acd86745010054571
10848 Author: Richard Retanubun <RichardRetanubun@ruggedcom.com>
10849 Date:   Fri Oct 17 08:55:51 2008 -0400
10850
10851     mpc83xx: Removed #ifdef CONFIG_MPC834X dependency on upmconfig function
10852
10853     This is done to allow other 83XX based platforms which also have UPM
10854     (e.g. 8360) to configure and use their UPM in u-boot.
10855
10856     Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
10857     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
10858
10859 commit 3bf1be3c0cfb1129b68cc1474119e5f323536488
10860 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
10861 Date:   Tue Oct 14 22:58:53 2008 +0400
10862
10863     mpc83xx: add support for switching between USB Host/Function for MPC837XEMDS
10864
10865     With this patch u-boot can fixup the dr_mode and phy_type properties
10866     for the Dual-Role USB controller.
10867
10868     While at it, also remove #ifdefs around includes, they are not needed.
10869
10870     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
10871     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
10872
10873 commit b3379f3fd13969934c00097c05754e7a8990fd39
10874 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
10875 Date:   Wed Oct 8 20:52:54 2008 +0400
10876
10877     mpc83xx: add ELBC NAND support for the MPC837XEMDS boards
10878
10879     Though NAND chip is replaceable on the MPC837XE-MDS boards, the
10880     current settings don't work with the default chip on the board.
10881     Nevertheless Freescale's U-Boot sets the option register correctly,
10882     so I just dumped the register from the working u-boot. My guess is
10883     that the old settings were applicable for some pilot boards, not
10884     found in the production.
10885
10886     This patch also enables FSL ELBC driver so that we could access
10887     the NAND storage in the u-boot.
10888
10889     The NAND support costs about 45KB, so the u-boot no longer fits
10890     into two 128KB NOR flash sectors, thus we also have to adjust
10891     environment location: add another 128KB to the monitor length.
10892
10893     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
10894
10895     It is due to hardware design and logic defect, that is the
10896     I/O[0:7] of NAND chip is connected to LAD[7:0], so when
10897     the NAND chip connected to nLCS3,  you have to set up the
10898     OR3[BCTLD] = '1' for normal operation, otherwise it will have
10899     bus contention due to the pin 48/25 of U60 is enabled.
10900
10901     Setup the OR3[BCTLD] = '1' , that meaning the LBCTL is not
10902     asserted upon access to the NAND chip, keep the default state.
10903
10904     Acked-by: Dave Liu <daveliu@freescale.com>
10905     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
10906
10907 commit 00f7bbae92e3b13f2b37aeb1def9bb12445521b7
10908 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
10909 Date:   Thu Oct 2 19:17:33 2008 +0400
10910
10911     mpc83xx: fix PCI scan hang on the standalone MPC837xE-MDS boards
10912
10913     The MPC837xE-MDS board's CPLD can auto-detect if the board is on the PIB,
10914     standalone or acting as a PCI agent. User's Guide says:
10915
10916     - When the CPLD recognizes its location on the PIB it automatically
10917       configures RCW to the PCI Host.
10918     - If the CPLD fails to recognize its location then it is automatically
10919       configured as an Agent and the PCI is configured to an external arbiter.
10920
10921     This sounds good. Though in the standalone setup the CPLD sets PCI_HOST
10922     flag (it's ok, we can't act as PCI agents since we receive CLKIN, not
10923     PCICLK), but the CPLD doesn't set the ARBITER_ENABLE flag, and without
10924     any arbiter bad things will happen (here the board hangs during any config
10925     space reads).
10926
10927     In this situation we must disable the PCI. And in case of anybody really
10928     want to use an external arbiter, we provide "pci_external_aribter"
10929     environment variable.
10930
10931     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
10932     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
10933
10934 commit 1da83a63d8e1b4bddeb82581b1745a09aac3e2d3
10935 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
10936 Date:   Thu Oct 2 18:32:25 2008 +0400
10937
10938     mpc83xx: add SGMII riser module support for the MPC8378E-MDS boards
10939
10940     This involves configuring the SerDes and fixing up the flags and
10941     PHY addresses for the TSECs.
10942
10943     For Linux we also fix up the device tree.
10944
10945     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
10946     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
10947
10948 commit e6d9c8916de9c24f2c52d0b01cf00d2e74a04cd8
10949 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
10950 Date:   Thu Oct 2 18:31:59 2008 +0400
10951
10952     mpc83xx: add TSECs' HRCWH masks for MPC837x processors
10953
10954     We'll use these masks to parse TSEC modes out of HRCWH.
10955
10956     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
10957     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
10958
10959 commit 6f9cc6608b4e1cefde56c0fb99ae1c95c42575ff
10960 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
10961 Date:   Thu Oct 2 18:31:56 2008 +0400
10962
10963     mpc83xx: serdes: add forgotten shifts for rfcks
10964
10965     The rfcks should be shifted by 28 bits left. We didn't notice the bug
10966     because we were using only 100MHz clocks (for which rfcks == 0).
10967
10968     Though, for SGMII we'll need 125MHz clocks.
10969
10970     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
10971     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
10972
10973 commit 55c531984dcf933e4cd13a187a7e08e873b7ced1
10974 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
10975 Date:   Thu Oct 2 18:31:53 2008 +0400
10976
10977     mpc83xx: fix serdes setup for the MPC8378E boards
10978
10979     MPC837xE specs says that SerDes1 has:
10980
10981     â€” Two lanes running x1 SGMII at 1.25 Gbps;
10982     â€” Two lanes running x1 SATA at 1.5 or 3.0 Gbps.
10983
10984     And for SerDes2:
10985
10986     â€” Two lanes running x1 PCI Express at 2.5 Gbps;
10987     â€” One lane running x2 PCI Express at 2.5 Gbps;
10988     â€” Two lanes running x1 SATA at 1.5 or 3.0 Gbps.
10989
10990     The spec also explicitly states that PEX options are not valid for
10991     the SD1.
10992
10993     Nevertheless MPC8378 RDB and MDS boards configure the SD1 for PEX,
10994     which is wrong to do.
10995
10996     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
10997     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
10998
10999 commit 5c2ff323a94e27e481f70c44838d43fcd844dd46
11000 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
11001 Date:   Wed Sep 10 18:12:37 2008 +0400
11002
11003     mpc83xx: mpc8360emds: rework LBC SDRAM setup
11004
11005     Currently 64M of LBC SDRAM are mapped at 0xF0000000 which makes
11006     it difficult to use (b/c then the memory is discontinuous and
11007     there is quite big memory hole between the DDR/SDRAM regions).
11008
11009     This patch reworks LBC SDRAM setup so that now we dynamically
11010     place the LBC SDRAM near the DDR (or at 0x0 if there isn't any
11011     DDR memory).
11012
11013     With this patch we're able to:
11014
11015     - Boot without external DDR memory;
11016     - Use most "DDR + SDRAM" setups without need to support for
11017       sparse/discontinuous memory model in the software.
11018
11019     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
11020     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
11021
11022 commit def0819e920b05b34b56d8b42e1e43d9b89a52d6
11023 Author: Wolfgang Denk <wd@xpert.denx.de>
11024 Date:   Tue Oct 21 11:23:56 2008 +0200
11025
11026     FDT: don't use private kernel header files
11027
11028     On some systems (for example Fedora Core 4) U-Boot builds with the
11029     following wanrings only:
11030
11031     ...
11032     In file included from /home/wd/git/u-boot/include/libfdt_env.h:33,
11033                      from fdt.c:51:
11034                  /usr/include/asm/byteorder.h:6:2: warning: #warning using private kernel header; include <endian.h> instead!
11035
11036     This patch fixes this problem.
11037
11038     Signed-off-by: Wolfgang Denk <wd@denx.de>
11039
11040 commit f4d14c55504ce40287321bd63ee269e3233ee4ae
11041 Author: Stefan Roese <sr@denx.de>
11042 Date:   Mon Oct 13 15:15:31 2008 +0200
11043
11044     ppc4xx: Add 1.0 & 1.066 GHz to canyonlands bootstrap command for PLL setup
11045
11046     Signed-off-by: Stefan Roese <sr@denx.de>
11047
11048 commit 43cbce69d48d052574d71f50724be546d90a46a4
11049 Author: Stefan Roese <sr@denx.de>
11050 Date:   Mon Oct 13 10:45:14 2008 +0200
11051
11052     ppc4xx: Correctly setup ranges property in ebc node
11053
11054     Previously only the NOR flash mapping was written into the ranges
11055     property of the ebc node. This patch now writes all enabled chip
11056     select areas into the ranges property.
11057
11058     Signed-off-by: Stefan Roese <sr@denx.de>
11059
11060 commit d7b26d58328f137471ea97de382bfa63f7239931
11061 Author: Dirk Eibach <eibach@gdsys.de>
11062 Date:   Wed Oct 8 15:37:50 2008 +0200
11063
11064     ppc4xx: Add GDSys neo 405EP board support
11065
11066     Signed-off-by: Dirk Eibach <eibach@gdsys.de>
11067     Signed-off-by: Stefan Roese <sr@denx.de>
11068
11069 commit c11da194545d2f4bbb54be1bb5e504e20ce8c16c
11070 Author: Niklaus Giger <niklaus.giger@netstal.com>
11071 Date:   Wed Oct 1 14:46:13 2008 +0200
11072
11073     ppc4xx: Update configs for Netstal boards
11074
11075     I reorganized my config files, putting the common stuff into netstal-common.h
11076     (got the idea by looking a amcc-common.h from Stefan).
11077
11078     Added stuff to boot the new powerpc linux via NFS (only tested with HCU4).
11079
11080     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
11081     Signed-off-by: Stefan Roese <sr@denx.de>
11082
11083 commit c9c11d751e4242cf29c3c3c290d971f6d0cb1d15
11084 Author: Adam Graham <agraham@amcc.com>
11085 Date:   Wed Oct 8 10:13:19 2008 -0700
11086
11087     ppc4xx: Add routine to retrieve CPU number
11088
11089     Provide a weak defined routine to retrieve the CPU number for
11090     reference boards that have multiple CPU's.  Default behavior
11091     is the existing single CPU print output.  Reference boards with
11092     multiple CPU's need to provide a board specific routine.
11093     See board/amcc/arches/arches.c for an example.
11094
11095     Signed-off-by: Adam Graham <agraham@amcc.com>
11096     Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
11097     Signed-off-by: Stefan Roese <sr@denx.de>
11098
11099 commit 59217bae40e90982ab5400d849c08af683ace036
11100 Author: Adam Graham <agraham@amcc.com>
11101 Date:   Wed Oct 8 10:13:14 2008 -0700
11102
11103     ppc4xx: Add static support for 44x IBM SDRAM Controller
11104
11105     This patch add the capability to configure a PPC440 based IBM SDRAM
11106     Controller with static, compiled-in, values. PPC440 memory subsystem
11107     includes a Memory Queue core.
11108
11109     Signed-off-by: Adam Graham <agraham@amcc.com>
11110     Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
11111     Signed-off-by: Stefan Roese <sr@denx.de>
11112
11113 commit f09f09d3899017aaaa2b031bba63c271e9c48e4d
11114 Author: Adam Graham <agraham@amcc.com>
11115 Date:   Wed Oct 8 10:12:53 2008 -0700
11116
11117     ppc4xx: Add AMCC Arches board support (dual 460GT)
11118
11119     The Arches Evaluation board is based on the AMCC 460GT SoC chip.
11120     This board is a dual processor board with each processor providing
11121     independent resources for Rapid IO, Gigabit Ethernet, and serial
11122     communications. Each 460GT has it's own 512MB DDR2 memory, 32MB NOR
11123     FLASH, UART, EEPROM and temperature sensor, along with a shared debug
11124     port. The two 460GT's will communicate with each other via shared
11125     memory, Gigabit Ethernet and x1 PCI-Express.
11126
11127     Signed-off-by: Adam Graham <agraham@amcc.com>
11128     Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
11129     Signed-off-by: Stefan Roese <sr@denx.de>
11130
11131 commit 055b12f2ffd7c34eea7e983a0588b24f2e69e0e3
11132 Author: Wolfgang Denk <wd@xpert.denx.de>
11133 Date:   Sun Oct 19 21:54:30 2008 +0200
11134
11135     TQM8260: environment in flash instead EEPROM, baudrate 115k
11136
11137     Several customers have reported problems with the environment in
11138     EEPROM, including corrupted content after board reset. Probably the
11139     code to prevent I2C Enge Conditions is not working sufficiently.
11140
11141     We move the environment to flash now, which allows to have a backup
11142     copy plus gives much faster boot times.
11143
11144     Also, change the default console initialization to 115200 bps as used
11145     on most other boards.
11146
11147     Signed-off-by: Wolfgang Denk <wd@denx.de>
11148
11149 commit 1836881190b3d8a6918b0d64b39fe32bbbdf85d8
11150 Author: Kumar Gala <galak@kernel.crashing.org>
11151 Date:   Sun Oct 19 12:49:19 2008 -0500
11152
11153     85xx: Fix compile warning in mpc8536ds.c
11154
11155     mpc8536ds.c: In function 'is_sata_supported':
11156     mpc8536ds.c:615: warning: unused variable 'devdisr'
11157
11158     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11159
11160 commit 8ed44d91c8122d00368523b0b746691c895d3b3c
11161 Author: Wolfgang Denk <wd@denx.de>
11162 Date:   Sun Oct 19 02:35:50 2008 +0200
11163
11164     Cleanup: fix "MHz" spelling
11165
11166     Signed-off-by: Wolfgang Denk <wd@denx.de>
11167
11168 commit 08ef89ecd174969b3544f3f0c7cd1de3c57f737b
11169 Author: Wolfgang Denk <wd@denx.de>
11170 Date:   Sun Oct 19 02:35:49 2008 +0200
11171
11172     Use strmhz() to format clock frequencies
11173
11174     Signed-off-by: Wolfgang Denk <wd@denx.de>
11175
11176 commit d50c7d4be150b2252c0d2e16cfcf69643bdd6dc9
11177 Author: Wolfgang Denk <wd@denx.de>
11178 Date:   Sun Oct 19 02:35:48 2008 +0200
11179
11180     strmhz(): Round numbers when printing clock frequencies
11181
11182     Round clock frequencies for printing.
11183
11184     Many boards printed off clock frequencies like 399 MHz instead of the
11185     exact 400 MHz because numberes were not rounded. This is fixed now.
11186
11187     Signed-off-by: Wolfgang Denk <wd@denx.de>
11188
11189 commit 681c02d05b29c6d46093525052c74b9c4ddc8b08
11190 Author: Timur Tabi <timur@freescale.com>
11191 Date:   Mon Oct 20 15:16:47 2008 -0500
11192
11193     85xx: properly document MPC85xx_PORDEVSR2_SEC_CFG
11194
11195     Commit f7d190b1 corrected the value of MPC85xx_PORDEVSR2_SEC_CFG, but forgot
11196     to add a comment that the correct value disagrees with the 8544 reference
11197     manual.  The changelog for that commit is also wrong, as it says "bit 28"
11198     when it should be "bit 24".
11199
11200     Signed-off-by: Timur Tabi <timur@freescale.com>
11201
11202 commit 360fe71e82b83e264c964c9447c537e9a1f643c8
11203 Author: Heiko Schocher <hs@denx.de>
11204 Date:   Fri Oct 17 18:24:06 2008 +0200
11205
11206     mgcoge: add redundant environment sector
11207
11208     Signed-off-by: Heiko Schocher <hs@denx.de>
11209
11210 commit 53ebf0c470c87d5f9fa76462e5f4064d26a9b16a
11211 Author: Heiko Schocher <hs@denx.de>
11212 Date:   Fri Oct 17 18:23:27 2008 +0200
11213
11214     mgsuvd: update size of environment
11215
11216     Signed-off-by: Heiko Schocher <hs@denx.de>
11217
11218 commit 2e26d837f11460c0e6dede7d65424a31e0183d09
11219 Author: Jason Jin <Jason.jin@freescale.com>
11220 Date:   Fri Oct 10 11:41:00 2008 +0800
11221
11222     Enabled the Freescale SGMII riser card on 8536DS
11223
11224     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
11225
11226 commit 7e183cad0c5ab6415dca95d6ac290ea918b28c55
11227 Author: Liu Yu <yu.liu@freescale.com>
11228 Date:   Fri Oct 10 11:40:59 2008 +0800
11229
11230     Enabled the Freescale SGMII riser card on 8572DS
11231
11232     This patch based on Andy's work.
11233     Including command 'pixis_set_sgmii' support.
11234
11235     Signed-off-by: Liu Yu <yu.liu@freescale.com>
11236
11237 commit bff188baf9427c35745356439435acf3864d4c65
11238 Author: Liu Yu <yu.liu@freescale.com>
11239 Date:   Fri Oct 10 11:40:58 2008 +0800
11240
11241     Make pixis_set_sgmii more general to support MPC85xx boards.
11242
11243     The pixis sgmii command depend on the FPGA support on the board, some 85xx
11244     boards support SGMII riser card but did not support this command, define
11245     CONFIG_PIXIS_SGMII_CMD for those boards which support the sgmii command.
11246
11247     Not like 8544, 8572 has 4 eTsec so that the other two's pixis bits
11248     are not supported by 8544. Therefor, define PIXIS_VSPEED2_MASK and
11249     PIXIS_VCFGEN1_MASK in header file for both boards.
11250
11251     Signed-off-by: Liu Yu <yu.liu@freescale.com>
11252
11253 commit 5e981d683d2363204c76773941c2e9c2044c808f
11254 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
11255 Date:   Wed Oct 8 23:38:02 2008 -0500
11256
11257     Add cpu/8xxx to TAGS_SUBDIRS
11258
11259     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
11260
11261 commit e1f7d22b8b52fc08c4d17a6a7db1e664281aed63
11262 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
11263 Date:   Thu Oct 9 01:25:55 2008 -0500
11264
11265     fsl_law clear enable before changing.
11266
11267     Debug sessions may have left enabled laws.
11268     Changing lawbar with an unkown enabled tgtid could cause problems.
11269
11270     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
11271
11272 commit 86be510f7b5443e7e937f696bfbe037fdc740b15
11273 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
11274 Date:   Thu Oct 9 00:29:27 2008 -0500
11275
11276     mpc8572 additional end-point mode
11277
11278     mpc8572 supports all pcie controllers as end-points with cfg_host_agent=0.
11279     Include host_agent == 0 decode for end-point determination.
11280
11281     This is not needed for the ds reference board since pcie3 will be a host
11282     in order to connect to the uli chip.  Include it here as a reference for
11283     other mpc8572 boards.
11284
11285     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
11286
11287 commit 6856b3d0221a838580e6bb06f61425fd7529ba93
11288 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
11289 Date:   Wed Oct 8 23:37:59 2008 -0500
11290
11291     85xx if NUM_CPUS>1, print cpu number
11292
11293     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
11294
11295 commit f7fecc3e25050a036c9f50f0d2b85bc3199a96e0
11296 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
11297 Date:   Wed Oct 8 23:38:01 2008 -0500
11298
11299     pixis do not print long help if not configured
11300
11301     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
11302
11303 commit 0e17f02a8a78d85225a4d805f6a1ea95a0a460b5
11304 Author: Andy Fleming <afleming@freescale.com>
11305 Date:   Tue Oct 7 08:09:50 2008 -0500
11306
11307     Have u-boot pass stashing parameters into device tree
11308
11309     Some cores don't support ethernet stashing at all, and some
11310     instances have errata.  Adds 3 properties to gianfar nodes
11311     which support stashing.  For now, just add this support to
11312     85xx SoCs.
11313
11314     Signed-off-by: Andy Fleming <afleming@freescale.com>
11315
11316 commit c21617fd265b7c126c6e2f2d8a23cdb00d4fade7
11317 Author: Haiying Wang <Haiying.Wang@freescale.com>
11318 Date:   Fri Oct 3 12:37:57 2008 -0400
11319
11320     Add DDR options setting on MPC8641HPCN board
11321
11322     * Add board specific parameter table to choose correct cpo, clk_adjust,
11323     write_data_delay based on board ddr frequency and n_ranks.
11324
11325     * Set odt_rd_cfg and odt_wr_cfg based on the dimm# and CS#.
11326
11327     Signed-off-by: James Yang <James.Yang@freescale.com>
11328     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
11329
11330 commit 4ca06607d60d0a6378812ef58fd1eab2a7f77111
11331 Author: Haiying Wang <Haiying.Wang@freescale.com>
11332 Date:   Fri Oct 3 12:37:41 2008 -0400
11333
11334     Add ddr interleaving suppport for MPC8572DS board
11335
11336     * Add board specific parameter table to choose correct cpo, clk_adjust,
11337     write_data_delay, 2T based on board ddr frequency and n_ranks.
11338
11339     * Set odt_rd_cfg and odt_wr_cfg based on the dimm# and CS#.
11340
11341     * Set memory controller interleaving mode to bank interleaving, and disable
11342     bank(chip select) interleaving mode by default, because the default on-board
11343     DDR DIMMs are 2x512MB single-rank.
11344
11345     * Change CONFIG_ICS307_REFCLK_HZ from 33333333 to 33333000.
11346
11347     Signed-off-by: James Yang <James.Yang@freescale.com>
11348     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
11349
11350 commit 1f293b417ac6ab8e317ca2b770377ca93edf2370
11351 Author: Haiying Wang <Haiying.Wang@freescale.com>
11352 Date:   Fri Oct 3 12:37:26 2008 -0400
11353
11354     Add debug information for DDR controller registers
11355
11356     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
11357
11358 commit c9ffd839b1ada502c86f88edaf1534426b6688ce
11359 Author: Haiying Wang <Haiying.Wang@freescale.com>
11360 Date:   Fri Oct 3 12:37:10 2008 -0400
11361
11362     Check DDR interleaving mode
11363
11364     * Check DDR interleaving mode from environment by reading memctl_intlv_ctl and
11365     ba_intlv_ctl.
11366     * Print DDR interleaving mode information
11367     * Add doc/README.fsl-ddr to describe the interleaving setting
11368
11369     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
11370
11371 commit dfb49108e4f86c2224e1f30124328b0de66ef72e
11372 Author: Haiying Wang <Haiying.Wang@freescale.com>
11373 Date:   Fri Oct 3 12:36:55 2008 -0400
11374
11375     Pass dimm parameters to populate populate controller options
11376
11377     Because some dimm parameters like n_ranks needs to be used with the board
11378     frequency to choose the board parameters like clk_adjust etc. in the
11379     board_specific_paramesters table of the board ddr file, we need to pass
11380     the dimm parameters to the board file.
11381
11382     * move ddr dimm parameters header file from /cpu to /include directory.
11383     * add ddr dimm parameters to populate board specific options.
11384     * Fix fsl_ddr_board_options() for all the 8xxx boards which call this function.
11385
11386     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
11387
11388 commit dbbbb3abeff325855cae76e33d69d5665631443f
11389 Author: Haiying Wang <Haiying.Wang@freescale.com>
11390 Date:   Fri Oct 3 12:36:39 2008 -0400
11391
11392     Make DDR interleaving mode work correctly
11393
11394     Fix some bugs:
11395       1. Correctly set intlv_ctl in cs_config.
11396       2. Correctly set sa, ea in cs_bnds when bank interleaving mode is enabled.
11397       3. Set base_address and total memory for each ddr controller in memory
11398          controller interleaving mode.
11399
11400     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
11401
11402 commit 1c9aa76bf9013069e24258f46f4687c9f98a02d6
11403 Author: Kumar Gala <galak@kernel.crashing.org>
11404 Date:   Mon Sep 22 23:40:42 2008 -0500
11405
11406     85xx: Enable interrupt and setexpr commands on Freescale 85xx boards
11407
11408     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11409
11410 commit 7c0d4a7508d252d2d7c137eeb376814132dda30f
11411 Author: Kumar Gala <galak@kernel.crashing.org>
11412 Date:   Mon Sep 22 14:11:11 2008 -0500
11413
11414     85xx: Improve flash remapping on MPC8572DS & MPC8536DS
11415
11416     Changing the flash from cacheable to cache-inhibited was taking a significant
11417     amount of time due to the fact that we were iterating over the full 256M of
11418     flash.  Instead we can just flush the L1 d-cache and invalidate the i-cache.
11419
11420     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11421
11422 commit 54e091d3b603a3332c619199ca83a07e95960da4
11423 Author: Kumar Gala <galak@kernel.crashing.org>
11424 Date:   Mon Sep 22 14:11:10 2008 -0500
11425
11426     85xx: Export invalidate_{i,d}cache and add flush_dcache
11427
11428     Added the ability for C code to invalidate the i/d-cache's and
11429     to flush the d-cache.  This allows us to more efficient change mappings
11430     from cache-able to cache-inhibited.
11431
11432     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11433
11434 commit 6250f0f6297c5ba9aecdea6290799a95c5d4b1da
11435 Author: Heiko Schocher <hs@denx.de>
11436 Date:   Fri Oct 17 16:11:52 2008 +0200
11437
11438     mgcoge, mgsuvd: extract more common code
11439
11440     in ft_blob_update () for both boards was an unneccessary
11441     repetition of code, which this patch moves in a common
11442     function for this boards.
11443
11444     Signed-off-by: Heiko Schocher <hs@denx.de>
11445
11446 commit 9e299192ca9850cf725456388042a5aa5a6f3ec7
11447 Author: Heiko Schocher <hs@denx.de>
11448 Date:   Fri Oct 17 12:15:55 2008 +0200
11449
11450     mgcoge, mgsuvd: use in_*/out_* accesors
11451
11452     Signed-off-by: Heiko Schocher <hs@denx.de>
11453
11454 commit a21ca95f8b9dca22714952b348e4905ac157b5cd
11455 Author: Heiko Schocher <hs@denx.de>
11456 Date:   Fri Oct 17 13:52:51 2008 +0200
11457
11458     mgsuvd: fix compiler warning when using soft_i2c driver
11459
11460     Signed-off-by: Heiko Schocher <hs@denx.de>
11461
11462 commit cac9cf7875c2a01d63422820ed4732a9bdf5ab7b
11463 Author: Heiko Schocher <hs@denx.de>
11464 Date:   Fri Oct 17 12:15:05 2008 +0200
11465
11466     mgsuvd: fix coding style
11467
11468     Signed-off-by: Heiko Schocher <hs@denx.de>
11469
11470 commit 5f4c3137f4f051787707c548133823f1656eb508
11471 Author: Heiko Schocher <hs@denx.de>
11472 Date:   Fri Oct 17 12:13:30 2008 +0200
11473
11474     mgcoge: Second Flash on CS5 not on CS1
11475
11476     Signed-off-by: Heiko Schocher <hs@denx.de>
11477
11478 commit 76da19df5b8e186d269f29190696bd31fb6c836b
11479 Author: Kumar Gala <galak@kernel.crashing.org>
11480 Date:   Thu Oct 16 21:52:08 2008 -0500
11481
11482     Added arch_lmb_reserve to allow arch specific memory regions protection
11483
11484     Each architecture has different ways of determine what regions of memory
11485     might not be valid to get overwritten when we boot.  This provides a
11486     hook to allow them to reserve any regions they care about.  Currently
11487     only ppc, m68k and sparc need/use this.
11488
11489     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11490
11491 commit e02d4a9904c8f36395994c0c81469d552b82f5ea
11492 Author: Heiko Schocher <hs@denx.de>
11493 Date:   Thu Oct 16 16:32:35 2008 +0200
11494
11495     mgcoge: added CONFIG_FIT to support the new u-boot image format
11496
11497     Signed-off-by: Heiko Schocher <hs@denx.de>
11498
11499 commit 6d0f6bcf337c5261c08fabe12982178c2c489d76
11500 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11501 Date:   Thu Oct 16 15:01:15 2008 +0200
11502
11503     rename CFG_ macros to CONFIG_SYS
11504
11505     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11506
11507 commit 71edc271816ec82cf0550dd6980be2da3cc2ad9e
11508 Author: Kumar Gala <galak@kernel.crashing.org>
11509 Date:   Mon Oct 13 14:12:55 2008 -0500
11510
11511     74xx/7xx/86xx: Rename flush_data_cache to flush_dcache to match 85xx version
11512
11513     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11514
11515 commit b799cb4c0eebb0762e91e9653d8b9cc9a98440e3
11516 Author: Kumar Gala <galak@kernel.crashing.org>
11517 Date:   Tue Sep 23 10:05:02 2008 -0500
11518
11519     Expose command table search for sub-commands
11520
11521     Sub-command can benefit from using the same table and search functions
11522     that top level commands have.  Expose this functionality by refactoring
11523     find_cmd() and introducing find_cmd_tbl() that sub-command processing
11524     can call.
11525
11526     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11527
11528 commit f7e51b27508446f8cae3927975817137979ad5e8
11529 Author: Heiko Schocher <hs@denx.de>
11530 Date:   Wed Oct 15 09:41:33 2008 +0200
11531
11532     mgsuvd, mgcoge: added BOOTCOUNT feature.
11533
11534     Signed-off-by: Heiko Schocher <hs@denx.de>
11535
11536 commit 8f64da7f83b553889bc08400c97047998382e9d2
11537 Author: Heiko Schocher <hs@denx.de>
11538 Date:   Wed Oct 15 09:41:00 2008 +0200
11539
11540     mgcoge, mgsuvd: added support for the IVM EEprom.
11541
11542     The EEprom contains some Manufacturerinformation,
11543     which are read from u-boot at boot time, and saved
11544     in same hush shell variables.
11545
11546     Signed-off-by: Heiko Schocher <hs@denx.de>
11547
11548 commit 81473f67810c4c9b7efaed8dee258ed6bc4c7983
11549 Author: Heiko Schocher <hs@denx.de>
11550 Date:   Wed Oct 15 09:40:28 2008 +0200
11551
11552     hush: add showvar command for hush shell.
11553
11554     This new command shows the local variables defined in
11555     the hush shell:
11556
11557     => help showvar
11558     showvar
11559         - print values of all hushshell variables
11560     showvar name ...
11561         - print value of hushshell variable 'name'
11562
11563     Also make the set_local_var() and unset_local_var ()
11564     no longer static, so it is possible to define local
11565     hush shell variables at boot time. If CONFIG_HUSH_INIT_VAR
11566     is defined, u-boot calls hush_init_var (), where
11567     boardspecific code can define local hush shell
11568     variables at boottime.
11569
11570     Signed-off-by: Heiko Schocher <hs@denx.de>
11571
11572 commit 67b23a322848d828a5e45c0567b72762bfde7abf
11573 Author: Heiko Schocher <hs@denx.de>
11574 Date:   Wed Oct 15 09:39:47 2008 +0200
11575
11576     I2C: adding new "i2c bus" Command to the I2C Subsystem.
11577
11578     With this Command it is possible to add new I2C Busses,
11579     which are behind 1 .. n I2C Muxes. Details see README.
11580
11581     Signed-off-by: Heiko Schocher <hs@denx.de>
11582
11583 commit c24853644ddd2dd2e4246b5854a93e6254a14092
11584 Author: Heiko Schocher <hs@denx.de>
11585 Date:   Wed Oct 15 09:39:08 2008 +0200
11586
11587     mgcoge, mgsuvd: add board specific I2C deblocking mechanism.
11588
11589     As documented in doc/I2C_Edge_Conditions, adding a
11590     board specific deblocking mechanism via CFG_I2C_INIT_BOARD
11591     for the mgcoge and mgsuvd board.
11592
11593     This code was originally written by Keymile in association
11594     with Anatech and Atmel in 1998. The Code toggels the SCL
11595     until the SCA line goes to HIGH (max. 16 times).
11596     And after this, a start condition is sent.
11597
11598     This is another approach to deblock the I2C Bus. The
11599     soft I2C driver actually sends 9 clocks with SDA High,
11600     and then a stop at the end, to deblock the I2C Bus.
11601
11602     Maybe we should use the approach from Keymile as
11603     the new standard?
11604
11605     Signed-off-by: Heiko Schocher <hs@denx.de>
11606
11607 commit 4ca107effebfbabac1057c39632105dacef95957
11608 Author: Heiko Schocher <hs@denx.de>
11609 Date:   Wed Oct 15 09:38:38 2008 +0200
11610
11611     soft_i2c: Add CFG_I2C_INIT_BOARD option
11612
11613     This patch adds the option for a boardspecific
11614     I2C deblocking mechanism for the soft i2c driver.
11615
11616     Signed-off-by: Heiko Schocher <hs@denx.de>
11617
11618 commit e5e4edd9f1f76210a09c34ee835f6cff60fdbbd1
11619 Author: Heiko Schocher <hs@denx.de>
11620 Date:   Wed Oct 15 09:38:07 2008 +0200
11621
11622     mgcoge, mgsuvd: add DTT (LM75) support.
11623
11624     Signed-off-by: Heiko Schocher <hs@denx.de>
11625
11626 commit 8e442df438ab677057571e3ac01846bff7719bce
11627 Author: Heiko Schocher <hs@denx.de>
11628 Date:   Wed Oct 15 09:37:34 2008 +0200
11629
11630     lm75: Make the LM75 MULTI_BUS compatible.
11631
11632     Signed-off-by: Heiko Schocher <hs@denx.de>
11633
11634 commit 12f1678127c1df2b2878ba93c88948bedc060775
11635 Author: Heiko Schocher <hs@denx.de>
11636 Date:   Wed Oct 15 09:37:04 2008 +0200
11637
11638     lm75: fix Codingstyle issues.
11639
11640     Signed-off-by: Heiko Schocher <hs@denx.de>
11641
11642 commit f2202450c75ba6934b356024101500ddcde6e2a6
11643 Author: Heiko Schocher <hs@denx.de>
11644 Date:   Wed Oct 15 09:36:33 2008 +0200
11645
11646     mgcoge, mgsuvd: added EEprom support.
11647
11648     Signed-off-by: Heiko Schocher <hs@denx.de>
11649
11650 commit 9661bf9d120f760238b2a073b84f2baf05010057
11651 Author: Heiko Schocher <hs@denx.de>
11652 Date:   Wed Oct 15 09:36:03 2008 +0200
11653
11654     mgcoge, mgsuvd: add I2C support.
11655
11656     Signed-off-by: Heiko Schocher <hs@denx.de>
11657
11658 commit 98aed379586a155292efbf3209356836584b601c
11659 Author: Heiko Schocher <hs@denx.de>
11660 Date:   Wed Oct 15 09:35:26 2008 +0200
11661
11662     soft_i2c: prevent compiler warnings if driver does not use CPU Pins.
11663
11664     This patch fixes the following warnings, when using
11665     the soft_i2c driver using no CPU pins on MPC82xx or MPC8xx
11666     systems:
11667
11668     soft_i2c.c: In function 'send_reset':
11669     soft_i2c.c:93: warning: unused variable 'immr'
11670     soft_i2c.c: In function 'send_start':
11671     soft_i2c.c:124: warning: unused variable 'immr'
11672     soft_i2c.c: In function 'send_stop':
11673     soft_i2c.c:146: warning: unused variable 'immr'
11674     soft_i2c.c: In function 'send_ack':
11675     soft_i2c.c:171: warning: unused variable 'immr'
11676     soft_i2c.c: In function 'write_byte':
11677     soft_i2c.c:196: warning: unused variable 'immr'
11678     soft_i2c.c: In function 'read_byte':
11679     soft_i2c.c:244: warning: unused variable 'immr'
11680
11681     Signed-off-by: Heiko Schocher <hs@denx.de>
11682
11683 commit 799b784aa00cb03a352847ab9f9acdde79b72d21
11684 Author: Heiko Schocher <hs@denx.de>
11685 Date:   Wed Oct 15 09:34:45 2008 +0200
11686
11687     i2c: add CONFIG_I2C_MULTI_BUS for soft_i2c and mpc8260 i2c driver.
11688
11689     Signed-off-by: Heiko Schocher <hs@denx.de>
11690
11691 commit 0809ea2f4340ab2047400c7d3d3047f97987d0fd
11692 Author: Heiko Schocher <hs@denx.de>
11693 Date:   Wed Oct 15 09:34:05 2008 +0200
11694
11695     mgcoge: fix Coding Style issues.
11696
11697     Signed-off-by: Heiko Schocher <hs@denx.de>
11698
11699 commit e43a27c49712203fe8848a17714330623edfb2eb
11700 Author: Heiko Schocher <hs@denx.de>
11701 Date:   Wed Oct 15 09:33:30 2008 +0200
11702
11703     I2C: add new command i2c reset.
11704
11705     If I2C Bus is blocked (see doc/I2C_Edge_Conditions),
11706     it is not possible to get out of this, until the
11707     complete Hardware gets a reset. This new commando
11708     calls again i2c_init (and that calls i2c_init_board
11709     if defined), which will deblock the I2C Bus.
11710
11711     Signed-off-by: Heiko Schocher <hs@denx.de>
11712     Signed-off-by: Wolfgang Denk <wd@denx.de>
11713
11714 commit 86e9cdf8c415c1a9725e9dae5237ba1e7bd9f686
11715 Author: Heiko Schocher <hs@denx.de>
11716 Date:   Wed Oct 15 09:32:25 2008 +0200
11717
11718     mgsuvd, mgcoge: move this 2 boards in one dir.
11719
11720     There are some more extensions, which are for both boards
11721     and some more boards from this manufacturer will follow soon.
11722
11723     Signed-off-by: Heiko Schocher <hs@denx.de>
11724     Signed-off-by: Wolfgang Denk <wd@denx.de>
11725
11726 commit 1c6fe6eac75d695fde677af8330c0dbe75fb6a2b
11727 Author: Dirk Eibach <eibach@gdsys.de>
11728 Date:   Wed Oct 8 13:44:27 2008 +0200
11729
11730     hwmon: Add LM63 support
11731
11732     This patch adds support for the National LM63 temperature
11733     sensor with integrated fan control. It's used on the GDSys
11734     Neo board (405EP) which will be submitted later.
11735
11736     Signed-off-by: Dirk Eibach <eibach@gdsys.de>
11737     Acked-by: Stefan Roese <sr@denx.de>
11738
11739 commit 7ba890bf2f2b92831420243c058951aa831119fd
11740 Author: Kyungmin Park <kmpark@infradead.org>
11741 Date:   Wed Oct 8 11:01:17 2008 +0900
11742
11743     Add Red Black Tree support
11744
11745     Now it's used at UBI module. Of course other modules can use it.
11746     If you want to use it, please define CONFIG_RBTREE
11747
11748     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
11749
11750 commit fbd85ad65dd9c98f36ed3fb12fe41f381b7d4794
11751 Author: richardretanubun <richardretanubun@ruggedcom.com>
11752 Date:   Mon Oct 6 16:10:53 2008 -0400
11753
11754     CONFIG_EFI_PARTITION: Added support for EFI partition in cmd_ext2fs.c
11755
11756     Added support for CONFIG_EFI_PARTITION to ext2 commands.
11757     Signed-off-by: Richard Retanubun <RichardRetanubun@RugggedCom.com>
11758
11759 commit 07f3d789b9beb7ce3278c974f4d5c8f51b6ab567
11760 Author: richardretanubun <richardretanubun@ruggedcom.com>
11761 Date:   Fri Sep 26 11:13:22 2008 -0400
11762
11763     Add support for CONFIG_EFI_PARTITION (GUID Partition Table)
11764
11765     The GUID (Globally Unique Identifier) Partition Table (GPT) is a part
11766     of EFI. See http://en.wikipedia.org/wiki/GUID_Partition_Table
11767
11768     Based on linux/fs/partitions/efi.[ch]
11769
11770     Signed-off-by: Richard Retanubun <RichardRetanubun@RugggedCom.com>
11771
11772 commit fbc87dc0546dff709b38f358e2c5d5e39c4ca374
11773 Author: Bartlomiej Sieka <tur@semihalf.com>
11774 Date:   Wed Oct 1 15:26:32 2008 +0200
11775
11776     FIT: output image load address for type 'firmware', fix message while there
11777
11778     Now that the auto-update feature uses the 'firmware' type for updates, it is
11779     useful to inspect the load address of such images.
11780
11781     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
11782
11783 commit 4bae90904b69ce3deb9f7c334ef12ed74e18a275
11784 Author: Bartlomiej Sieka <tur@semihalf.com>
11785 Date:   Wed Oct 1 15:26:31 2008 +0200
11786
11787     Automatic software update from TFTP server
11788
11789     The auto-update feature allows to automatically download software updates
11790     from a TFTP server and store them in Flash memory during boot. Updates are
11791     contained in a FIT file and protected with SHA-1 checksum.
11792
11793     More detailed description can be found in doc/README.update.
11794
11795     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
11796     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
11797
11798 commit 3f0cf51dabacc2724731c5079a60ea989103bb8f
11799 Author: Bartlomiej Sieka <tur@semihalf.com>
11800 Date:   Wed Oct 1 15:26:27 2008 +0200
11801
11802     flash: factor out adjusting of Flash address to the end of sector
11803
11804     The upcoming automatic update feature needs the ability to adjust an
11805     address within Flash to the end of its respective sector. Factor out
11806     this functionality to a new function flash_sect_roundb().
11807
11808     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
11809     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
11810     Signed-off-by: Stefan Roese <sr@denx.de>
11811
11812 commit e83cc06375ac2bea0830c6ed0f9d8fdc3c1b27d5
11813 Author: Bartlomiej Sieka <tur@semihalf.com>
11814 Date:   Wed Oct 1 15:26:29 2008 +0200
11815
11816     net: Make TFTP server timeout configurable
11817
11818     There are two aspects of a TFTP transfer involving timeouts:
11819     1. timeout waiting for initial server reply after sending RRQ
11820     2. timeouts while transferring actual data from the server
11821
11822     Since the upcoming auto-update feature attempts a TFTP download during each
11823     boot, it is undesirable to have a long delay when the TFTP server is not
11824     available. Thus, this commit makes the server timeout (1.) configurable by two
11825     global variables:
11826
11827     TftpRRQTimeoutMSecs
11828     TftpRRQTimeoutCountMax
11829
11830     TftpRRQTimeoutMSecs overrides default timeout when trying to connect to a TFTP
11831     server, TftpRRQTimeoutCountMax overrides default number of connection retries.
11832     The total delay when trying to download a file from a non-existing TFTP server
11833     is TftpRRQTimeoutMSecs x TftpRRQTimeoutCountMax milliseconds.
11834
11835     Timeouts during file transfers (2.) are unaffected.
11836
11837     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
11838     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
11839     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
11840
11841 commit 49f3bdbba8071f56d950a9498b6cdb998b35340a
11842 Author: Bartlomiej Sieka <tur@semihalf.com>
11843 Date:   Wed Oct 1 15:26:28 2008 +0200
11844
11845     net: express the first argument to NetSetTimeout() in milliseconds
11846
11847     Enforce millisecond semantics of the first argument to NetSetTimeout() --
11848     the change is transparent for well-behaving boards (CFG_HZ == 1000 and
11849     get_timer() countiing in milliseconds).
11850
11851     Rationale for this patch is to enable millisecond granularity for
11852     network-related timeouts, which is needed for the upcoming automatic
11853     software update feature.
11854
11855     Summary of changes:
11856     - do not scale the first argument to NetSetTimeout() by CFG_HZ
11857     - change timeout values used in the networking code to milliseconds
11858
11859     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
11860     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
11861     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
11862
11863 commit c68a05feeb88de9fcf158e67ff6423c4cc988f88
11864 Author: richardretanubun <richardretanubun@ruggedcom.com>
11865 Date:   Mon Sep 29 18:28:23 2008 -0400
11866
11867     Adds two more ethernet interface to 83xx
11868
11869     Added as a convenience for other platforms that uses MPC8360 (has 8 UCC).
11870     Six eth interface is chosen because the platform I am using combines
11871     UCC1&2 and UCC3&4 as 1000 Eth and the other four UCCs as 10/100 Eth.
11872
11873     Signed-off-by: Richard Retanubun <RichardRetanubun@RugggedCom.com>
11874     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
11875
11876 commit 41410eee472b0f42e03a77f961bbc55ef58f3c01
11877 Author: Haiying Wang <Haiying.Wang@freescale.com>
11878 Date:   Wed Sep 24 11:42:12 2008 -0500
11879
11880     Change UEC PHY interface to RGMII on MPC8568MDS
11881
11882     Change UEC phy interface from GMII to RGMII on MPC8568MDS board
11883
11884     Because on MPC8568MDS, GMII interface is only recommended for 1000Mbps speed,
11885     but RGMII interface can work at 10/100/1000Mbps, and RGMII interface works more stable.
11886
11887     Now both UEC1 and UEC2 can work properly under u-boot.
11888
11889     It is also in consistent with the kernel setting for 8568 UEC phy interface.
11890
11891     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
11892     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
11893
11894 commit b59b16ca24bc7e77ec113021a6d77b9b32fcf192
11895 Author: Wolfgang Denk <wd@denx.de>
11896 Date:   Sat Oct 18 21:30:31 2008 +0200
11897
11898     Prepare v2008.10 release: update CHANGELOG & Makefile
11899
11900     Signed-off-by: Wolfgang Denk <wd@denx.de>
11901
11902 commit f7a35a60cf45491871a5c28e9ad24db005487857
11903 Author: Heiko Schocher <hs@denx.de>
11904 Date:   Fri Oct 17 18:24:06 2008 +0200
11905
11906     mgcoge: add redundant environment sector
11907
11908     Signed-off-by: Heiko Schocher <hs@denx.de>
11909     Signed-off-by: Wolfgang Denk <wd@denx.de>
11910
11911 commit c2537ee85954af9d036b18b644f3e18d837bf4a5
11912 Author: Heiko Schocher <hs@denx.de>
11913 Date:   Fri Oct 17 18:23:27 2008 +0200
11914
11915     mgsuvd: update size of environment
11916
11917     Signed-off-by: Heiko Schocher <hs@denx.de>
11918
11919 commit fa7b1c07e9371aea8f87ee6d3c2ea5564bd8cc8d
11920 Author: Lepcha Suchit <Suchit.Lepcha@freescale.com>
11921 Date:   Thu Oct 16 13:38:00 2008 -0500
11922
11923     83xx NAND boot: wait for LTESR[CC]
11924
11925     At least some revisions of the 8313, and possibly other chips, do not
11926     wait for all pages of the initial 4K NAND region to be loaded before
11927     beginning execution; thus, we wait for it before branching out of the
11928     first NAND page.
11929
11930     This fixes warm reset problems when booting from NAND on 8313erdb.
11931
11932     Signed-off-by: Scott Wood <scottwood@freescale.com>
11933     Acked-by: Kim Phillips <kim.phillips@freescale.com>
11934
11935 commit bf29e0ea0af03d593c64614136acc723a7a022a2
11936 Author: Yuri Tikhonov <yur@emcraft.com>
11937 Date:   Fri Oct 17 12:54:18 2008 +0200
11938
11939     ppc4xx: PPC44x MQ initialization
11940
11941     Set the MQ Read Passing & MCIF Cycle limits to the recommended by AMCC
11942     values. This fixes the occasional 440SPe hard locking issues when the 440SPe's
11943     dedicated DMA engines are used (e.g. by the h/w accelerated RAID driver).
11944
11945     Previously the appropriate initialization had been made in Linux, by the
11946     ppc440spe ADMA driver, which is wrong because modifying the MQ configuration
11947     registers after normal operation has begun is not supported and could
11948     have unpredictable results.
11949
11950     Comment from Stefan: This patch doesn't change the resulting value of the
11951     MQ registers. It explicitly sets/clears all bits to the desired state which
11952     better documents the resulting register value instead of relying on pre-set
11953     default values.
11954
11955     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
11956     Signed-off-by: Stefan Roese <sr@denx.de>
11957
11958 commit ec081c2c190148b374e86a795fb6b1c49caeb549
11959 Author: Stefan Roese <sr@denx.de>
11960 Date:   Fri Oct 17 12:51:46 2008 +0200
11961
11962     ppc4xx: PPC44x MQ initialization
11963
11964     Set the MQ Read Passing & MCIF Cycle limits to the recommended by AMCC
11965     values. This fixes the occasional 440SPe hard locking issues when the 440SPe's
11966     dedicated DMA engines are used (e.g. by the h/w accelerated RAID driver).
11967
11968     Previously the appropriate initialization had been made in Linux, by the
11969     ppc440spe ADMA driver, which is wrong because modifying the MQ configuration
11970     registers after normal operation has begun is not supported and could
11971     have unpredictable results.
11972
11973     Comment from Stefan: This patch doesn't change the resulting value of the
11974     MQ registers. It explicitly sets/clears all bits to the desired state which
11975     better documents the resulting register value instead of relying on pre-set
11976     default values.
11977
11978     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
11979     Signed-off-by: Stefan Roese <sr@denx.de>
11980
11981 commit f7d190b1c0b3ab7fc53074ad2862f7de99de37ff
11982 Author: Kumar Gala <galak@kernel.crashing.org>
11983 Date:   Thu Oct 16 21:58:50 2008 -0500
11984
11985     85xx: Using proper I2C source clock divider for MPC8544
11986
11987     The MPC8544 RM incorrect shows the SEC_CFG bit in PORDEVSR2 as being
11988     bit 26, instead it should be bit 28.  This caused in incorrect
11989     interpretation of the i2c_clk which is the same as the SEC clk on
11990     MPC8544.  The SEC clk is controlled by cfg_sec_freq that is reported
11991     in PORDEVSR2.
11992
11993     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11994
11995 commit 42653b826adb319a1df06e24ef26096b2a5d9d2a
11996 Author: Kumar Gala <galak@kernel.crashing.org>
11997 Date:   Thu Oct 16 21:58:49 2008 -0500
11998
11999     Revert "85xx: Using proper I2C source clock divider for MPC8544"
12000
12001     This reverts commit dffd2446fb041f38ef034b0fcf41e51e5e489159.
12002
12003     The fix introduced by this patch is not correct.  The problem is
12004     that the documentation is not correct for the MPC8544 with regards
12005     to which bit in PORDEVSR2 is for the SEC_CFG.
12006
12007     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12008
12009 commit 2179c4766bffeece98e5e92040629a96c97e230c
12010 Author: Kumar Gala <galak@kernel.crashing.org>
12011 Date:   Wed Oct 15 10:19:41 2008 -0500
12012
12013     85xx: Fix compile warning
12014
12015     mpc8536ds.c: In function 'is_sata_supported':
12016     mpc8536ds.c:614: warning: unused variable 'devdisr'
12017
12018     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12019
12020 commit 9029b68f3f81b3013044f167ea025e836e6c8c0e
12021 Author: Jason Jin <Jason.jin@freescale.com>
12022 Date:   Wed Oct 15 10:40:24 2008 +0800
12023
12024     Fix the function conflict in x86emu when DEBUG is on
12025
12026     The function parse_line() in common/main.c was exposed globally by commit
12027     6636b62a6efc7f14e6e788788631ae7a7fca4537, Result in conflict with the same
12028     name funciton in drivers/bios_emulator/x86emu/debug.c when define the DEBUG.
12029     This patch fix this by renaming the function in the debug.c file.
12030
12031     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
12032
12033 commit b4dbacf69a669a17487054552fc2761149dd6767
12034 Author: Wolfgang Denk <wd@denx.de>
12035 Date:   Wed Oct 15 15:50:45 2008 +0200
12036
12037     Coding Style cleanup, update CHANGELOG, prepare 2008.10-rc3
12038
12039     Signed-off-by: Wolfgang Denk <wd@denx.de>
12040
12041 commit 374b9038293d01d8744a46af9b7854a6fd99b228
12042 Author: Heiko Schocher <hs@denx.de>
12043 Date:   Wed Oct 15 09:51:19 2008 +0200
12044
12045     Fix compiler warning in lib_ppc/board.c
12046
12047     Fix compiler warning introduced by commit 0f8cbc18
12048
12049     Signed-off-by: Heiko Schocher <hs@denx.de>
12050     Signed-off-by: Wolfgang Denk <wd@denx.de>
12051
12052 commit 9724555755a6f1066636481b41f7094e0ce93a69
12053 Author: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
12054 Date:   Thu Oct 9 10:29:14 2008 +0530
12055
12056     mpc83xx: wait till UPM completes the write to array
12057
12058     Reference manual states that MxMR[MAD] increment is the indication
12059     of write to UPM array is complete. Honour that. Also, make the dummy
12060     write explicit.
12061
12062     also fix the comment.
12063
12064     Signed-off-by: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
12065     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
12066
12067 commit 03e2dbb18e858e2f7a6aaa437f290f3690d02d51
12068 Author: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
12069 Date:   Wed Oct 8 18:12:20 2008 -0500
12070
12071     Remove unwanted ';' at end of define.
12072
12073     Currently this is not creating any problem. But it will result
12074     in compilation error when used as below.
12075
12076     printf("CFG_SDRAM_CFG2 - %08x\n", CFG_SDRAM_CFG2);
12077
12078     Signed-off-by: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
12079
12080     continuation of the theme based on git grep "^#define CFG_.*;$" include/
12081
12082     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
12083
12084 commit b2934a56650e9a6c54432f9ce6dc36757967385e
12085 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
12086 Date:   Mon Oct 6 10:53:59 2008 -0400
12087
12088     ARM DaVinci: Add maintainer information for SFFSDR board.
12089
12090     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
12091
12092 commit 12c6670f873ed632c264a6f3e8bf1297d5c3ddbc
12093 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
12094 Date:   Sat Oct 4 19:26:16 2008 +0200
12095
12096     api: fix type mismatch
12097
12098     This patch fixes a type mismatch and thus removes a compiler
12099     warning when compiling with CONFIG_API on powerpc.
12100
12101     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
12102
12103 commit 9bc2e4eee3bcb8e63847d7a733e0c607807d6141
12104 Author: Peter Tyser <ptyser@xes-inc.com>
12105 Date:   Wed Oct 1 12:25:04 2008 -0500
12106
12107     cmd_i2c: Fix help for CONFIG_I2C_CMD_TREE && !CONFIG_I2C_MULTI_BUS
12108
12109     Original code displayed:
12110      => help i2c
12111      i2c i2c speed [speed] - show or set I2C bus speed
12112      i2c md chip address[.0, .1, .2] [# of objects] - read from I2C device
12113      ...
12114
12115     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
12116
12117 commit a0b1b610e980e253d4c2519ee15bd0937c3f8be1
12118 Author: Wolfgang Denk <wd@denx.de>
12119 Date:   Tue Oct 14 22:13:41 2008 +0200
12120
12121     Update CHANGELOG
12122
12123     Signed-off-by: Wolfgang Denk <wd@denx.de>
12124
12125 commit 0f8cbc1829d9c7d9616fd29b366a99d037facdcd
12126 Author: Jason Jin <Jason.jin@freescale.com>
12127 Date:   Fri Oct 10 11:41:01 2008 +0800
12128
12129     Do not init SATA when disabled on 8536DS.
12130
12131     SGMII and SATA share the serdes on MPC8536 CPU, When SATA disabled and the
12132     driver still try to access the SATA registers, the cpu will hangup.
12133     This patch try to fix this by reading the serdes status before the SATA
12134     initialize.
12135
12136     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
12137     Acked-by: Andy Fleming <afleming@freescale.com>
12138
12139 commit 9dbc366744960013965fce8851035b6141f3b3ae
12140 Author: Remy Bohmer <linux@bohmer.net>
12141 Date:   Fri Oct 10 10:23:22 2008 +0200
12142
12143     The PIPE_INTERRUPT flag is used wrong
12144
12145     At a lot of places in the code the PIPE_INTERRUPT flags and friends
12146     are used wrong. The wrong bits are compared to this flag resulting
12147     in wrong conditions. Also there are macros that should be used for
12148     PIPE_* flags.
12149     This patch tries to fix them all, however, I was not able to test the
12150     changes, because I do not have any of these boards.
12151
12152     Review required!
12153
12154     Signed-off-by: Remy Bohmer <linux@bohmer.net>
12155     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
12156
12157 commit 48867208444cb2a82e2af9c3249e90b7ed4a1751
12158 Author: Remy Bohmer <linux@bohmer.net>
12159 Date:   Fri Oct 10 10:23:21 2008 +0200
12160
12161     fix USB initialisation procedure
12162
12163     The max packet size is encoded as 0,1,2,3 for 8,16,32,64 bytes.
12164     At some places directly 8,16,32,64 was used instead of the encoded
12165     value. Made a enum for the options to make this more clear and to help
12166     preventing similar errors in the future.
12167
12168     After fixing this bug it became clear that another bug existed where
12169     the 'pipe' is and-ed with PIPE_* flags, where it should have been
12170     'usb_pipetype(pipe)', or even better usb_pipeint(pipe).
12171
12172     Also removed the triple 'get_device_descriptor' sequence, it has no use,
12173     and Windows nor Linux behaves that way.
12174     There is also a poll going on with a timeout when usb_control_msg() fails.
12175     However, the poll is useless, because the flag will never be set on a error,
12176     because there is no code that runs in a parallel that can set this flag.
12177     Changed this to something more logical.
12178
12179     Tested on AT91SAM9261ek and compared the flow on the USB bus to what
12180     Linux is doing. There is no difference anymore in the early initialisation
12181     sequence.
12182
12183     Signed-off-by: Remy Bohmer <linux@bohmer.net>
12184     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
12185
12186 commit ec4d8c1c1d94a790c1473ae8aace282b817c3123
12187 Author: Nikita V. Youshchenko <yoush@cs.msu.su>
12188 Date:   Fri Oct 3 00:03:55 2008 +0400
12189
12190     fsl_diu: fix alignment error that caused malloc corruption
12191
12192     When aligning malloc()ed screen_base, invalid offset was added.
12193     This not only caused misaligned result (which did not cause hardware
12194     misbehaviour), but - worse - caused screen_base + smem_len to
12195     be out of malloc()ed space, which in turn caused breakage of
12196     futher malloc()/free() operation.
12197
12198     This patch fixes screen_base alignment.
12199
12200     Also this patch makes memset() that cleans framebuffer to be executed
12201     on first initialization of diu, not only on re-initialization. It looks
12202     correct to clean the framebuffer instead of displaying random garbage;
12203     I believe that was disabled only because that memset caused breakage
12204     of malloc/free described above - which no longer happens with the fix
12205     described above.
12206
12207     Signed-off-by: Nikita V. Youshchenko <yoush@debian.org>
12208
12209 commit 3d0ea3110f3431b6c2aee882784f39f97b20bce9
12210 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
12211 Date:   Wed Sep 24 10:29:37 2008 +0200
12212
12213     api: Fix building with CONFIG_API
12214
12215     This patch fixes building with CONFIG_API and CONFIG_USB_STORAGE.
12216
12217     USB_MAX_STOR_DEV is defined in include/usb.h, but
12218     needed in api/api_storage.c.
12219
12220     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
12221
12222 commit abbb90666d5ef2f500ebbedbb80ff60adc56b043
12223 Author: Peter Tyser <ptyser@xes-inc.com>
12224 Date:   Tue Sep 23 12:39:40 2008 -0500
12225
12226     Remove unused CFG_EEPROM_PAGE_WRITE_ENABLE references
12227
12228     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
12229
12230 commit 81e612014c40c922ec35488d17c504d4e9286f06
12231 Author: Peter Tyser <ptyser@xes-inc.com>
12232 Date:   Tue Sep 23 12:38:42 2008 -0500
12233
12234     Remove CFG_EEPROM_PAGE* dependencies for temperature sensors
12235
12236     The checks for CFG_EEPROM_PAGE_WRITE_ENABLE and
12237     CFG_EEPROM_PAGE_WRITE_BITS in various temperature
12238     sensor drivers are not necessary
12239
12240     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
12241
12242 commit c46980f6d2135ade345dadc1fb1f1f4c8bbf255a
12243 Author: Mike Frysinger <vapier@gentoo.org>
12244 Date:   Tue Oct 14 07:04:38 2008 -0400
12245
12246     cmd_spi: remove broken signed casting for display
12247
12248     Since we're working with unsigned data, you can't apply a signed pointer
12249     cast and then attempt to print the result.  Otherwise you get wrong output
12250     when the sign bit is set like "0xFF" incorrectly extended to "0xFFFFFFFF".
12251
12252     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12253
12254 commit d5fd0b49210c941de8a1fce3947ace92243ab5ca
12255 Author: Mike Frysinger <vapier@gentoo.org>
12256 Date:   Tue Oct 14 07:05:24 2008 -0400
12257
12258     strings cmd: drop old CONFIG_CFG_STRINGS define
12259
12260     We don't need CONFIG_CFG_STRINGS anymore now that we have the define
12261     CONFIG_CMD_STRINGS and Makefile control.
12262
12263     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12264
12265 commit fecb5ade3b37f62981f2b05b621005850173aaa9
12266 Author: Jason Jin <Jason.jin@freescale.com>
12267 Date:   Fri Sep 19 17:32:49 2008 +0800
12268
12269     Fix the NAND size overflow issue.
12270
12271     When the total size of all NAND devices exceeds 4 GiB, the size  will
12272     overflow. This patch tries to fix this.
12273
12274     Note that we still have a problem when a single NAND device is bigger
12275     than 4 GiB: then the overflow would actually happen earlier, i. e.
12276     when storing the size in nand_info[].size, as nand_info[].size is an
12277     "u_int32_t".
12278
12279     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
12280     Signed-off-by: Wolfgang Denk <wd@denx.de>
12281
12282 commit 30f574717277238b9014b8136c90eea77196490f
12283 Author: Louis Su <louis@asix.com.tw>
12284 Date:   Wed Jul 9 11:01:37 2008 +0800
12285
12286     AX88180: new gigabit network driver
12287
12288     Signed-off-by: Louis Su <louis@asix.com.tw>
12289     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
12290
12291 commit c9d6b6925344740ca1db2f8a6bab7921ff820de3
12292 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
12293 Date:   Tue Aug 19 16:07:03 2008 +0200
12294
12295     enable 10/100M at VSC8601 at tsec driver
12296
12297     Currently VSC8601 doesn't link with 10/100M partners if the
12298     EEPROM/Strapping is not set up.
12299     Setting the auto-neg register fixes this.
12300
12301     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
12302     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
12303
12304 commit 702c85b0e876d587c11acdbb55738ee52acd54f4
12305 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
12306 Date:   Tue Sep 30 15:02:53 2008 +0900
12307
12308     net: ne2000: Divided a function of NE2000 driver
12309
12310     get_prom function was used __attriute__ , but it is not enable.
12311     ax88796.o does not do link besides ne2000.o. When ld is carried
12312     out, get_prom function of ax88796.c is ignored.
12313     This problem is a thing by specifications of ld.
12314     I checked and test this patch on SuperH and MIPS.
12315
12316     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
12317     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
12318
12319 commit 05c7e9070fe4d751e029fd9524bfbbc93cbb1393
12320 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
12321 Date:   Tue Oct 14 11:10:59 2008 +0900
12322
12323     sh: rsk7203: Add smc911x driver support to board config file
12324
12325     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
12326     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
12327
12328 commit cae6f909baf86357b3c0bd01acfc414348c4d175
12329 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
12330 Date:   Thu Oct 9 13:54:33 2008 +0900
12331
12332     sh: Fix cannot execute a stand-alone application
12333
12334     Address calculated in EXPORT_FUNC in SuperH was wrong, I revised it.
12335
12336     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
12337     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
12338
12339 commit 6df0efd5c86ca1689deeb2738b46b7d83ce228ef
12340 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
12341 Date:   Wed Oct 8 23:38:00 2008 -0500
12342
12343     fsl_pci_init do not scan bus when configured as an end-point
12344
12345     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
12346     Acked-by: Andy Fleming <afleming@freescale.com>
12347
12348 commit 6f099bbac1ba5dfb46ee7ad29dc53713f0501ba5
12349 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
12350 Date:   Tue Sep 16 17:07:53 2008 -0400
12351
12352     ARM DaVinci: Remove redundant setting of GD_FLG_RELOC for sffsdr board.
12353
12354     This is no longer necessary now that the GD_FLG_RELOC flag is set for
12355     all ARM boards.
12356
12357     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
12358
12359 commit d977a57356657ba241256231efca32828a5822f9
12360 Author: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
12361 Date:   Sat Sep 13 10:04:32 2008 +0200
12362
12363     Fix lzma uncompress call (image_start wrongly used instead image_len)
12364
12365     Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
12366
12367 commit 392438406041415fe64ab8748ec5ab5ad01d1cf7
12368 Author: Nick Spence <nick.spence@freescale.com>
12369 Date:   Thu Aug 28 14:09:15 2008 -0700
12370
12371     mpc86xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cache
12372
12373     This is needed in unlock_ram_in_cache() because it is called from C and
12374     will corrupt the small data area anchor that is kept in R2.
12375
12376     lock_ram_in_cache() is modified similarly as good coding practice, but
12377     is not called from C.
12378
12379     Signed-off-by: Nick Spence <nick.spence@freescale.com>
12380
12381 commit 5c7cbcd34d0ee566875a4fd0f2a3e5a62bba921c
12382 Author: Kumar Gala <galak@kernel.crashing.org>
12383 Date:   Tue Aug 19 15:05:34 2008 -0500
12384
12385     86xx: remove redudant code with lib_ppc/interrupts.c
12386
12387     For some reason we duplicated the majority of code in lib_ppc/interrupts.c
12388     Not know how that happened, but there is no good reason for it.
12389
12390     Use the interrupt_init_cpu() and timer_interrupt_cpu() since its why
12391     they exist.
12392
12393     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12394
12395 commit 0d01f66d235118515b5086b88f82498bc0695d6a
12396 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
12397 Date:   Thu Oct 9 01:26:36 2008 -0500
12398
12399     CFI: cfi_flash write fix for AMD legacy
12400
12401     The flash_unlock_seq requires a sector for AMD_LEGACY.
12402     Fix a retcode check typeo.
12403
12404     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
12405     Signed-off-by: Stefan Roese <sr@denx.de>
12406
12407 commit 542b385a620a1783454a00424930e51895f45073
12408 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
12409 Date:   Tue Oct 7 13:13:10 2008 +0200
12410
12411     ppc4xx: Fix USB 2.0 phy reset sequence
12412
12413     This patch fixes USB 2.0 communication issues on some DU440 boards.
12414
12415     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
12416     Signed-off-by: Stefan Roese <sr@denx.de>
12417
12418 commit df8c1ce11114c2260dedb5547281945f7db8fa5c
12419 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
12420 Date:   Tue Oct 7 13:13:09 2008 +0200
12421
12422     ppc4xx: Add strapping mode for 667MHz CPU frequency on DU440 board
12423
12424     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
12425     Signed-off-by: Stefan Roese <sr@denx.de>
12426
12427 commit 6a133d6a00b1fc7b9257cd5925d8cb67f75ecda2
12428 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
12429 Date:   Tue Oct 7 13:13:08 2008 +0200
12430
12431     ppc4xx: Fix DU440 GPIO configuration
12432
12433     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
12434     Signed-off-by: Stefan Roese <sr@denx.de>
12435
12436 commit 35dd025c70fcc4389317db2f2a9d14795172137d
12437 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
12438 Date:   Tue Oct 7 13:13:07 2008 +0200
12439
12440     ppc4xx: Update DU440 config
12441
12442     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
12443     Signed-off-by: Stefan Roese <sr@denx.de>
12444
12445 commit f3bf9273939ffe1a60a32a2eef909097f15df56b
12446 Author: Kumar Gala <galak@kernel.crashing.org>
12447 Date:   Wed Oct 8 15:36:39 2008 -0500
12448
12449     MPC8572DS: Fix compile warnings
12450
12451     Commit 445a7b38308eb05b41de74165b20855db58c7ee5 introduced the following
12452     compile warnings:
12453
12454     cmd_i2c.c:112: warning: missing braces around initializer
12455     cmd_i2c.c:112: warning: (near initialization for 'i2c_no_probes[0]')
12456
12457     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12458
12459 commit dffd2446fb041f38ef034b0fcf41e51e5e489159
12460 Author: Wolfgang Grandegger <wg@grandegger.com>
12461 Date:   Tue Sep 30 10:55:57 2008 +0200
12462
12463     85xx: Using proper I2C source clock divider for MPC8544
12464
12465     Measurements with our MPC8544 board showed that the I2C bus frequency
12466     is wrong by a factor of 1.5. Obviously, the interpretation of the
12467     MPC85xx_PORDEVSR2_SEC_CFG bit of the cfg_sec_freq register is not
12468     correct. There seems to be an error in the 8544 RM.
12469
12470     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
12471
12472 commit e46c7bfb8bc3c304cedd20f7a365d6e78d7eaf17
12473 Author: Rafal Czubak <rcz@semihalf.com>
12474 Date:   Wed Oct 8 13:41:30 2008 +0200
12475
12476     FSL: Fix get_cpu_board_revision() return value.
12477
12478     get_cpu_board_revision() returned board revision based on information stored
12479     in global static struct eeprom. It should instead use one from local struct
12480     board_eeprom, to which the data is actually read from EEPROM. The bug led to
12481     system hang after printing L1 cache information on U-Boot startup. The problem
12482     was observed on MPC8555CDS system and possibly affects other Freescale MPC85xx
12483     boards using CFG_I2C_EEPROM_CCID.
12484
12485     The change has been successfully tested on MPC8555CDS system.
12486
12487     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
12488
12489 commit 747f316cca484ed627a97dd3391febabce384186
12490 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12491 Date:   Tue Sep 30 20:08:49 2008 +0200
12492
12493     update uImage FIT multi documentation
12494
12495     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12496
12497 commit 77a0355f60b801f232ce0a5bfbe95331fa3b6bc0
12498 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12499 Date:   Tue Sep 30 20:08:36 2008 +0200
12500
12501     move README.imx31 to doc/ and merge with README.mx31
12502
12503     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12504
12505 commit 1ed7a7f0f571b13d46530f8f8b9aff3957f15a96
12506 Author: Guennadi Liakhovetski <lg@denx.de>
12507 Date:   Thu Sep 25 20:54:37 2008 +0200
12508
12509     i.MX31: switch to CFG_HZ=1000
12510
12511     Switch to the standard CFG_HZ=1000 value, while at it, minor white-space
12512     cleanup, remove CFG_CLKS_IN_HZ from config-headers. Tested on mx31ads,
12513     provides 2% or 0.4% precision depending on the
12514     CONFIG_MX31_TIMER_HIGH_PRECISION flag. Measured with stop-watch on 100s
12515     boot-delay.
12516
12517     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
12518
12519 commit f41b144c11341b571eab7dcef6c4b8e03c92d2b2
12520 Author: gnusercn <gnusercn@gmail.com>
12521 Date:   Wed Oct 8 18:58:58 2008 +0200
12522
12523     Fix bug: in arch-arm, env_get_char dose not work fine
12524
12525     due to the arm implementation which supposed that U-Boot is in RAM
12526     when we jump to start_armboot
12527
12528     Signed-off-by: gnusercn <gnusercn@gmail.com>
12529     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12530
12531 commit f8a00dea841d5d75de1f8e8107e90ee1beeddf5f
12532 Author: Adam Graham <agraham@amcc.com>
12533 Date:   Mon Oct 6 10:16:13 2008 -0700
12534
12535     ppc4xx: Reset and relock memory DLL after SDRAM_CLKTR change
12536
12537     After changing SDRAM_CLKTR phase value rerun the memory preload
12538     initialization sequence (INITPLR) to reset and relock the memory
12539     DLL. Changing the SDRAM_CLKTR memory clock phase coarse timing
12540     adjustment effects the phase relationship of the internal, to the
12541     PPC chip, and external, to the PPC chip, versions of MEMCLK_OUT.
12542
12543     Signed-off-by: Adam Graham <agraham@amcc.com>
12544     Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
12545     Signed-off-by: Stefan Roese <sr@denx.de>
12546
12547 commit 5297246bbaa9943c0da1ec2e717b72e4ab6b830e
12548 Author: Haiying Wang <Haiying.Wang@freescale.com>
12549 Date:   Fri Oct 3 11:48:03 2008 -0400
12550
12551     Remove redundant #define for MPC8536DS
12552
12553     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
12554
12555 commit 445a7b38308eb05b41de74165b20855db58c7ee5
12556 Author: Haiying Wang <Haiying.Wang@freescale.com>
12557 Date:   Fri Oct 3 11:47:30 2008 -0400
12558
12559     Add ID EEPROM support for MPC8572DS
12560
12561     The ID EEPROM on MPC8572DS board locates on I2C bus 1. Its the storage for
12562     system information like mac addresses etc. This patch enables it.
12563
12564     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
12565
12566 commit 1f3ba317a5c5f3a7aabf580fddc211f4bb5a4540
12567 Author: Haiying Wang <Haiying.Wang@freescale.com>
12568 Date:   Fri Oct 3 11:46:59 2008 -0400
12569
12570     Minor fixes for I2C address on MPC8572DS
12571
12572     MPC8572DS has two i2c buses. This patch moves the DDR SPD_EEPROM to i2c bus 1
12573     according to the board spec, and adds the 2nd i2c bus offset.
12574
12575     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
12576
12577 commit c0391111c33c22fabeddf8f4ca801ec7645b4f5c
12578 Author: Jason Jin <Jason.jin@freescale.com>
12579 Date:   Sat Sep 27 14:40:57 2008 +0800
12580
12581     Fix the incorrect DDR clk freq reporting on 8536DS
12582
12583     On 8536DS board, When the DDR clk is set async mode(SW3[6:8] != 111),
12584     The display is still sync mode DDR freq. This patch try to fix
12585     this. The display DDR freq is now the actual freq in both
12586     sync and async mode.
12587
12588     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
12589
12590 commit bac6a1d1fa1cd80aa57881fa9c2152b853cd0ed4
12591 Author: Kumar Gala <galak@kernel.crashing.org>
12592 Date:   Tue Oct 7 10:28:46 2008 -0500
12593
12594     85xx: Remove setting of *cache-line-size in device trees
12595
12596     ePAPR says if the *cache-block-size is the same as *cache-line-size
12597     than we don't need the *cache-line-size property.
12598
12599     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12600
12601 commit cd3cb0d9269d155276b00207e3816a9347fd1c92
12602 Author: Gerald Van Baren <vanbaren@cideas.com>
12603 Date:   Sat Oct 4 07:56:06 2008 -0400
12604
12605     libfdt: Fix error in documentation for fdt_get_alias_namelen()
12606
12607     Oops, screwed up the function name in the documenting comment for this
12608     function.  Trivial correction in this patch.
12609
12610     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
12611     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
12612
12613 commit 9a6cf73a88ddab2e1ac39088f2806177982cc62c
12614 Author: David Gibson <david@gibson.dropbear.id.au>
12615 Date:   Wed Aug 20 16:55:14 2008 +1000
12616
12617     libfdt: Add function to explicitly expand aliases
12618
12619     Kumar has already added alias expansion to fdt_path_offset().
12620     However, in some circumstances it may be convenient for the user of
12621     libfdt to explicitly get the string expansion of an alias.  This patch
12622     adds a function to do this, fdt_get_alias(), and uses it to implement
12623     fdt_path_offset().
12624
12625     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
12626
12627 commit 2215987e100d2a841ae6d48a7cc9bb83fcf22737
12628 Author: Mike Frysinger <vapier@gentoo.org>
12629 Date:   Thu Oct 2 01:55:38 2008 -0400
12630
12631     cfi_flash: do not reset flash when probe fails
12632
12633     The CFI flash driver starts at flash_init() which calls down into
12634     flash_get_size().  This starts by calling flash_detect_cfi().  If said
12635     function fails, flash_get_size() finishes by attempting to reset the
12636     flash.  Unfortunately, it does this with an info->portwidth set to 0x10
12637     which filters down into flash_make_cmd() and that happily smashes the
12638     stack by sticking info->portwidth bytes into a cfiword_t variable that
12639     lives on the stack.  On a 64bit system you probably won't notice, but
12640     killing the last 8 bytes on a 32bit system usually leads to a corrupt
12641     return address.  Which is what happens on a Blackfin system.
12642
12643     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12644     Signed-off-by: Stefan Roese <sr@denx.de>
12645
12646 commit 3e38577208e4256956bc33bb8bcd0a6b6fab55c3
12647 Author: Stefan Roese <sr@denx.de>
12648 Date:   Fri Sep 26 17:03:26 2008 +0200
12649
12650     fdt: Overwrite /chosen node in bootm if it already exists in the dtb
12651
12652     Set force parameter in fdt_chosen() call in do_bootm_linux() call.
12653     Without this, the chosen node is not overwritten if it already
12654     exists.
12655
12656     Signed-off-by: Stefan Roese <sr@denx.de>
12657
12658 commit 741a6d010d09b5bafca8e4cdfb6b2f8a2c07994d
12659 Author: Jon Loeliger <jdl@freescale.com>
12660 Date:   Thu Sep 25 11:02:17 2008 -0500
12661
12662     Fix an overflow case in fdt_offset_ptr() detected by GCC 4.3.
12663
12664     Using Gcc 4.3 detected this problem:
12665
12666         ../dtc/libfdt/fdt.c: In function 'fdt_next_tag':
12667         ../dtc/libfdt/fdt.c:82: error: assuming signed overflow does not
12668         occur when assuming that (X + c) < X is always false
12669
12670     To fix the problem, treat the offset as an unsigned int.
12671
12672     The problem report and proposed fix were provided
12673     by Steve Papacharalambous <stevep@freescale.com>.
12674
12675     Signed-off-by: Jon Loeliger <jdl@freescale.com>
12676
12677 commit bbdbc7cb3abefda5bd998edbcf0508fe6256327d
12678 Author: David Gibson <david@gibson.dropbear.id.au>
12679 Date:   Fri Aug 29 14:19:13 2008 +1000
12680
12681     libfdt: Fix bugs in fdt_get_path()
12682
12683     The current implementation of fdt_get_path() has a couple of bugs,
12684     fixed by this patch.
12685
12686     First, contrary to its documentation, on success it returns the length
12687     of the node's path, rather than 0.  The testcase is correspondingly
12688     wrong, and the patch fixes this as well.
12689
12690     Second, in some circumstances, it will return -FDT_ERR_BADOFFSET
12691     instead of -FDT_ERR_NOSPACE when given insufficient buffer space.
12692     Specifically this happens when there is insufficient space even to
12693     hold the path's second last component.  This behaviour is corrected,
12694     and the testcase updated to check it.
12695
12696     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
12697
12698 commit 33af3e6656e84660d397b5dd95abab2dccc36f83
12699 Author: Wolfgang Denk <wd@denx.de>
12700 Date:   Wed Oct 1 12:34:58 2008 +0200
12701
12702     TQM5200: enable support for ATAPI devices
12703
12704     Signed-off-by: Wolfgang Denk <wd@denx.de>
12705
12706 commit d13ff2358ff8c384f52eaf46f5d60258acf96ea6
12707 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12708 Date:   Mon Sep 15 05:48:25 2008 +0200
12709
12710     Revert "ARM: set GD_FLG_RELOC for boards skipping relocation to RAM"
12711
12712     we need this due to the arm implementation which supposed that U-Boot
12713     is in RAM when we jump to start_armboot
12714
12715     This reverts commit f96b44cef897bd372beb86dde1b33637c119d84d.
12716     in order to do it for all arm board
12717
12718     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12719
12720 commit 7fd0bea2e4a78eab7e6693140940f9f9a0009bc2
12721 Author: Kim Phillips <kim.phillips@freescale.com>
12722 Date:   Wed Sep 24 08:46:25 2008 -0500
12723
12724     mpc83xx: don't disable autoboot
12725
12726     bootdelay set to -1 'permanently' disables autobooting, even if
12727     bootcmd is specified.  Change to a positive value to allow
12728     autobooting when a bootcmd is set.
12729
12730     Reported-by: Coray Tate <Coray.Tate@freescale.com>
12731     Cc: Scott Wood <scottwood@freescale.com>
12732     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
12733
12734 commit 2fb29c520c42b7bfef33ea3fd1527eba64099164
12735 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
12736 Date:   Wed Sep 24 10:42:15 2008 +0900
12737
12738     mpc83xx: Fix typo in include/mpc83xx.h
12739
12740     Fixed typo from CONIFG_MPC837X to CONFIG_MPC837X
12741
12742     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
12743     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
12744
12745 commit 162c41c03179727a1d14262f703c9a8bc40231fa
12746 Author: Kim Phillips <kim.phillips@freescale.com>
12747 Date:   Tue Sep 23 09:38:49 2008 -0500
12748
12749     mpc83xx: add h/w flash protection to board configs
12750
12751     the operating system may leave flash in a h/w locked state after writing.
12752     This allows u-boot to continue to write flash by enabling h/w unlocking
12753     by default.
12754
12755     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
12756
12757 commit d26154c9a692586b66eb6d1f8e1b67c75e40ea70
12758 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
12759 Date:   Thu Sep 11 21:35:36 2008 +0400
12760
12761     mpc83xx: spd_sdram: fix ddr sdram base address assignment bug
12762
12763     The spd_dram code shifts the base address, then masks 20 bits, but
12764     forgets to shift the base address back. Fix this by just masking the
12765     base address correctly.
12766
12767     Found this bug while trying to relocate a DDR memory at the base != 0.
12768
12769     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
12770     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
12771
12772 commit 8fd4166c467a46773f80208bda1ec3b4757747bc
12773 Author: Stefan Roese <sr@denx.de>
12774 Date:   Mon Sep 22 16:10:43 2008 +0200
12775
12776     ppc4xx: Canyonlands: Remove unnecessary FDT warning upon DTB fixup
12777
12778     Depending on the configuration jumper "SATA SELECT", U-Boot disabled
12779     either one PCIe node or the SATA node in the device tree blob. This
12780     patch removes the unnecessary and even confusing warning, when the node
12781     is not found at all.
12782
12783     Signed-off-by: Stefan Roese <sr@denx.de>
12784
12785 commit 6e24a1eb1490aa043770bcf0061ac1fad0864fd9
12786 Author: Remy Bohmer <linux@bohmer.net>
12787 Date:   Fri Sep 19 13:30:06 2008 +0200
12788
12789     Add missing device types to dev_print() in part.c
12790
12791     Signed-off-by: Remy Bohmer <linux@bohmer.net>
12792
12793 commit 5fdc215f0b351b0c36cc3f8a0fa5850f24454bed
12794 Author: Wolfgang Denk <wd@denx.de>
12795 Date:   Mon Sep 22 22:23:06 2008 +0200
12796
12797     Fix DPRAM memory leak when CFG_ALLOC_DPRAM is defined, which
12798     eventually leads to a machine check. This change assures that DPRAM
12799     is allocated only once in that case.
12800
12801     Signed-off-by: Gary Jennejohn <garyj@denx.de>
12802     Signed-off-by: Wolfgang Denk <wd@denx.de>
12803
12804 commit a07faf7b9ad5a86763a577c79922c4ff9a70ef23
12805 Author: Laurent Pinchart <laurentp@cse-semaphore.com>
12806 Date:   Wed Sep 17 17:57:34 2008 +0200
12807
12808     Fix Spartan-3 definitions.
12809
12810     A few Spartan-3 definitions erroneously use Spartan-3E size
12811     constants. This patch fixes them.
12812
12813     Signed-off-by: Laurent Pinchart <laurentp@cse-semaphore.com>
12814
12815 commit 28113e1f0da4146b823ffce37680d31d5685a60b
12816 Author: Laurent Pinchart <laurentp@cse-semaphore.com>
12817 Date:   Wed Sep 17 17:41:58 2008 +0200
12818
12819     Remove duplicate Spartan-3E definition.
12820
12821     Signed-off-by: Laurent Pinchart <laurentp@cse-semaphore.com>
12822     Signed-off-by: Wolfgang Denk <wd@denx.de>
12823
12824 commit 5c65ecf7cd94df250b295621f3b24135cbcfe579
12825 Author: Anatolij Gustschin <agust@denx.de>
12826 Date:   Wed Sep 17 13:46:17 2008 +0200
12827
12828     socrates: change default mtest address range
12829
12830     Running mtest command on socrates without specifying
12831     an address range crashes the board. This patch changes
12832     default mtest address range to prevent this behavior.
12833
12834     Signed-off-by: Anatolij Gustschin <agust@denx.de>
12835
12836 commit d666b2d59674b5e002c0821b7ab83ec3ff90d670
12837 Author: Anatolij Gustschin <agust@denx.de>
12838 Date:   Wed Sep 17 12:34:45 2008 +0200
12839
12840     socrates: fix crash after relocation
12841
12842     Currently U-Boot crashes after relocation to RAM.
12843     Changing the CPO value of the DDR SDRAM TIMING_CFG_2
12844     register to READ_LAT + 1 (to the value it was before
12845     conversion of socrates to new DDR code) fixes the
12846     problem.
12847
12848     Signed-off-by: Anatolij Gustschin <agust@denx.de>
12849
12850 commit 562788b0a303f3528b920d81f547f5ca77ba528e
12851 Author: Anatolij Gustschin <agust@denx.de>
12852 Date:   Wed Sep 17 11:45:51 2008 +0200
12853
12854     socrates: fix SPD EEPROM address
12855
12856     Commit be0bd8234b9777ecd63c4c686f72af070d886517
12857     changed SPD EEPROM address to 0x51 and DDR SDRAM
12858     detection stopped working. Change this address
12859     back to 0x50.
12860
12861     Signed-off-by: Anatolij Gustschin <agust@denx.de>
12862
12863 commit 023824549a370bd185d7129d9a6c86f9be7b86a8
12864 Author: Stefan Roese <sr@denx.de>
12865 Date:   Mon Sep 22 11:06:50 2008 +0200
12866
12867     Revert "ppc4xx: Fix DDR2 auto calibration on Kilauea 600MHz (200MHz PLB)"
12868
12869     This reverts commit 3eec160a3a405b29ce9c06920f6427b9047dd8a8.
12870
12871     Signed-off-by: Stefan Roese <sr@denx.de>
12872
12873 commit e58c41e26cf3c8accd60311be579f452e368e97e
12874 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
12875 Date:   Thu Sep 18 20:13:08 2008 +0900
12876
12877     usb: Fix compile warning of r8a66597-hcd
12878
12879     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
12880     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
12881
12882 commit b5d10a13525c07ec6374adf840d7c87553b5f189
12883 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
12884 Date:   Thu Sep 18 19:34:36 2008 +0900
12885
12886     sh: Fix compile warning
12887
12888     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
12889
12890 commit 4a065abf926f128beb36d93449defa0d690e7fef
12891 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
12892 Date:   Thu Sep 18 19:04:26 2008 +0900
12893
12894     sh: Add support watchdog for SH4A core
12895
12896     Add support watchdog for SH4A core (SH7763, SH7780 and SH7785).
12897     And fix some compile warning.
12898
12899     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
12900
12901 commit a03c09c5fdb8430fe2ae6a03f88a0cf7bcc0aa57
12902 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
12903 Date:   Wed Sep 17 11:45:26 2008 +0900
12904
12905     sh: Fix typo in SH serial driver
12906
12907     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
12908     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
12909
12910 commit 6b44a439215ba7c63f666f8099213ea4f05f2b07
12911 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
12912 Date:   Wed Sep 17 11:08:36 2008 +0900
12913
12914     sh: Add support any page size and empty_zero_page to SH Linux uImage
12915
12916     Old U-Boot supported 4KB page size only. If this version, Linux
12917     kernel can not get command line from U-Boot.
12918     SH Linux kernel can change page size and empty_zero_page.
12919     This patch support this function and fix promlem.
12920
12921     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
12922     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
12923
12924 commit ce9f99ddb59628f41dc534e892368a7d66dfc774
12925 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
12926 Date:   Thu Aug 28 13:40:52 2008 +0900
12927
12928     sh: rsk7203: Add support pkt_data_pull and pkt_data_push function
12929
12930     Add function of smc911x, pkt_data_pull and pkt_data_push.
12931
12932     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
12933     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
12934
12935 commit dd820b03a2f45e86e7960e26729a3b58e3dda44a
12936 Author: Wolfgang Denk <wd@denx.de>
12937 Date:   Thu Sep 18 13:57:32 2008 +0200
12938
12939     ADS5121: fix typo in "rootpath" default setting
12940
12941     Signed-off-by: Wolfgang Denk <wd@denx.de>
12942
12943 commit c9e8436b10cca53fca4904ecbadcd6231ad72c38
12944 Author: Remy Bohmer <linux@bohmer.net>
12945 Date:   Tue Sep 16 14:55:44 2008 +0200
12946
12947     USB layer of U-Boot causes USB protocol errors while using USB memory sticks
12948
12949     There are several differences between Linux, Windows and U-boot for initialising the
12950     USB devices. While analysing the behaviour of U-boot it turned out that U-boot does
12951     things really different, and some are wrong (compared to the USB standard).
12952
12953     This patch fixes some errors:
12954     * The NEW_init procedure that was already in the code is good, while the old procedure
12955       is wrong. See code comments for more info.
12956     * On a Control request the data returned by the device can be more than 8 bytes, while
12957       the host limits it to 8 bytes. This caused the host to generate a DataOverrun error.
12958       This results in a lot of USB sticks not being recognised, and the transmission ended
12959       frequently with a CTL:TIMEOUT Error.
12960     * Added a flag CONFIG_LEGACY_USB_INIT_SEQ to allow users to use the old init procedure.
12961
12962     Signed-off-by: Remy Bohmer <linux@bohmer.net>
12963     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
12964
12965 commit 6f5794a6f78b313231256958fd73673c6aacc116
12966 Author: Remy Bohmer <linux@bohmer.net>
12967 Date:   Tue Sep 16 14:55:43 2008 +0200
12968
12969     Refactoring parts of the common USB OHCI code
12970
12971     This patch refactors some large routines of the USB OHCI code by
12972     making some routines smaller and more readable which helps
12973     debugging and understanding the code. (Makes the code looks
12974     somewhat more like the Linux implementation.)
12975
12976     Also made entire file compliant to Linux Coding Rules (checkpatch.pl compliant)
12977
12978     Signed-off-by: Remy Bohmer <linux@bohmer.net>
12979     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
12980
12981 commit be19d324edc1a1d7f393d24e10d164cd94c91a00
12982 Author: Remy Bohmer <linux@bohmer.net>
12983 Date:   Tue Sep 16 14:55:42 2008 +0200
12984
12985     Fix for USB sticks not working on ARM while using GCC 4.x compilers
12986
12987     The GCC-compiler makes an optimisation error while optimising the routine
12988     usb_set_maxpacket(). This should be fixed in the compiler in the first place,
12989     but there lots of compilers out there that makes this error, that it is
12990     probably wiser to workaround it in U-boot itself.
12991
12992     What happens is that the register r3 is used as loop-counter 'i', but gets
12993     overwritten later on. From there it starts using register r3 for several other
12994     things and the assembler code is becoming a big mess. This is clearly a compiler bug.
12995
12996     This error occurs on at least several versions of Code Sourcery Lite compilers
12997     for ARM. Like the Edition 2008q1, and 2008q3, It has also been seen on other
12998     compilers, while compiling for armv4t, or armv5te with Os, O1 and O2.
12999
13000     We work around it by splitting up this routine in 2 parts, and making sure that
13001     the split out part is NOT inlined any longer. This will make GCC spit out assembler
13002     that do not show this problem. Another possibility is to adapt the Makefile to stop
13003     optimisation for the complete file. I think this solution is nicer.
13004
13005     Signed-off-by: Remy Bohmer <linux@bohmer.net>
13006     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
13007
13008 commit 87b4ef560cf2da4ccc9e59711ad1ff7fafe96670
13009 Author: Wolfgang Denk <wd@denx.de>
13010 Date:   Wed Sep 17 10:17:55 2008 +0200
13011
13012     Coding style cleanup; update CHANEGLOG
13013
13014     Signed-off-by: Wolfgang Denk <wd@denx.de>
13015
13016 commit 3eec160a3a405b29ce9c06920f6427b9047dd8a8
13017 Author: Victor Gallardo <vgallardo@amcc.com>
13018 Date:   Tue Sep 16 06:59:13 2008 -0700
13019
13020     ppc4xx: Fix DDR2 auto calibration on Kilauea 600MHz (200MHz PLB)
13021
13022     Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
13023     Signed-off-by: Adam Graham <agraham@amcc.com>
13024     Signed-off-by: Stefan Roese <sr@denx.de>
13025
13026 commit ce47eb402c5e29a025399dc282246414fc492940
13027 Author: Peter Tyser <ptyser@xes-inc.com>
13028 Date:   Tue Sep 16 10:04:47 2008 -0500
13029
13030     Support for multiple SGMII/TBI interfaces for TSEC ethernet
13031
13032     Fix TBI PHY accesses to use the proper offset in CPU register space. The
13033     previous code would incorrectly access the TBI PHY by reading/writing to CPU
13034     register space at the same location as would be used to access external PHYs.
13035
13036     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
13037     Acked-by: Andy Fleming <afleming@freescale.com>
13038
13039 commit 7c803be2eb3cae245dedda438776e08fb122250f
13040 Author: Wolfgang Denk <wd@denx.de>
13041 Date:   Tue Sep 16 18:02:19 2008 +0200
13042
13043     TQM8xx: Fix CFI flash driver support for all TQM8xx based boards
13044
13045     After switching to using the CFI flash driver, the correct remapping
13046     of the flash banks was forgotten.
13047
13048     Also, some boards were not adapted, and the old legacy flash driver
13049     was not removed yet.
13050
13051     Signed-off-by: Wolfgang Denk <wd@denx.de>
13052
13053 commit c0d2f87d6c450128b88e73eea715fa3654f65b6c
13054 Author: Wolfgang Denk <wd@denx.de>
13055 Date:   Sun Sep 14 00:59:35 2008 +0200
13056
13057     Prepare v2008.10-rc2
13058
13059     Signed-off-by: Wolfgang Denk <wd@denx.de>
13060
13061 commit f12e4549b6fb01cd2654348af95a3c7a6ac161e7
13062 Author: Wolfgang Denk <wd@denx.de>
13063 Date:   Sat Sep 13 02:23:05 2008 +0200
13064
13065     Coding style cleanup, update CHANGELOG
13066
13067     Signed-off-by: Wolfgang Denk <wd@denx.de>
13068
13069 commit 0c32565f536609d78feef35c88bbc39d3ac53a73
13070 Author: Peter Tyser <ptyser@xes-inc.com>
13071 Date:   Wed Sep 10 09:18:34 2008 -0500
13072
13073     Update mailing list email and archive addresses
13074
13075     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
13076
13077 commit fb661ea444ae61de60520f66ae84cdb5dd5a3246
13078 Author: u-boot@bugs.denx.de <u-boot@bugs.denx.de>
13079 Date:   Thu Sep 11 15:40:01 2008 +0200
13080
13081     85xx: socrates: autoprobe Lime chip
13082
13083     This patch is an attempt to implement autoprobing for the Lime
13084     presence on the bus.
13085     Configure GPCM for Lime CS2 and try to access chip ID registers.
13086     Second read atempt delivers register values if the chip is present.
13087
13088     Signed-off-by: Anatolij Gustschin <agust@denx.de>
13089
13090 commit e99b607a5ec56ce66e0bcccb78480d5e16fb7bc5
13091 Author: u-boot@bugs.denx.de <u-boot@bugs.denx.de>
13092 Date:   Thu Sep 11 15:40:01 2008 +0200
13093
13094     85xx: socrates: Add support for new image format.
13095
13096     Signed-off-by: Detlev Zundel <dzu@denx.de>
13097
13098 commit 3c094b652d4107b34641f300a8e9fe16ca15e3d8
13099 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
13100 Date:   Thu Sep 11 17:28:18 2008 +0900
13101
13102     sh: Fix compile error for r2dplus
13103
13104     netdev.h was not include by r2dplus.
13105
13106     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
13107
13108 commit 56844a22b76c719e600047e23b80465a44d76abd
13109 Author: Heiko Schocher <hs@denx.de>
13110 Date:   Thu Sep 11 08:11:23 2008 +0200
13111
13112     powerpc: Fix bootm to boot up again with a Ramdisk
13113
13114     Commit 2a1a2cb6 didnt remove the dummy mem reservation in fdt_chosen,
13115     and this stopped Linux from booting with a Ramdisk. This patch fixes
13116     this, by deleting the useless dummy mem reservation.
13117
13118     When booting with a Ramdisk, a fix offset FDT_RAMDISK_OVERHEAD is now
13119     added to of_size, so we dont need anymore a dummy mem reservation.
13120
13121     I measured the value of FDT_RAMDISK_OVERHEAD on a MPC8270 based
13122     system (=0x44 bytes) and rounded it up to 0x80).
13123
13124     Signed-off-by: Heiko Schocher <hs@denx.de>
13125     Acked-by: Kumar Gala <galak@kernel.crashing.org>
13126
13127 commit fc9c1727b5b3483ce49c3cb668e8332fb001b8a7
13128 Author: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
13129 Date:   Mon Sep 8 02:46:13 2008 +0200
13130
13131     Add support for LZMA uncompression algorithm.
13132
13133     Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
13134     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13135
13136 commit 0008b6d968160abe2bfd936493f3a516a7c8da20
13137 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
13138 Date:   Fri Jun 27 23:04:20 2008 +0400
13139
13140     fsl_elbc_nand: ecclayout cleanups
13141
13142     This patch deletes oobavail assignments, they're calculated by the nand
13143     core code in nand_scan_tail, plus current oobavail values are wrong for
13144     the LP NANDs.
13145
13146     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
13147     Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
13148     Signed-off-by: Scott Wood <scottwood@freescale.com>
13149
13150 commit 8f42bf1c393d53a70c2545e9f329d11c46d74794
13151 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
13152 Date:   Fri Jun 27 23:04:13 2008 +0400
13153
13154     fsl_elbc_nand: implement support for flash-based BBT
13155
13156     This patch implements support for flash-based BBT for chips working
13157     through ELBC NAND controller, so that NAND core will not have to re-scan
13158     for bad blocks on every boot.
13159
13160     Because ELBC controller may provide HW-generated ECCs we should adjust
13161     bbt pattern and bbt version positions in the OOB free area.
13162
13163     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
13164     Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
13165     Signed-off-by: Scott Wood <scottwood@freescale.com>
13166
13167 commit 97ae023648e764f794ffb9c52da109d6caf09c47
13168 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
13169 Date:   Fri Jun 27 23:04:04 2008 +0400
13170
13171     fsl_elbc_nand: fix OOB workability for large page NAND chips
13172
13173     For large page chips, nand_bbt is looking into OOB area, and checking
13174     for "0xff 0xff" pattern at OOB offset 0. That is, two bytes should be
13175     reserved for bbt means.
13176
13177     But ELBC driver is specifying ecclayout so that oobfree area starts at
13178     offset 1, so only one byte left for the bbt purposes.
13179
13180     This causes problems with any OOB users, namely JFFS2: after first mount
13181     JFFS2 will fill all OOBs with "erased marker", so OOBs will contain:
13182
13183       OOB Data: ff 19 85 20 03 00 ff ff ff 00 00 08 ff ff ff ff
13184       OOB Data: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
13185       OOB Data: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
13186       OOB Data: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
13187
13188     And on the next boot, NAND core will rescan for bad blocks, then will
13189     see "0xff 0x19" pattern, and will mark all blocks as bad ones.
13190
13191     To fix the issue we should implement our own bad block pattern: just one
13192     byte at OOB start. Though, this will work only for x8 chips. For x16
13193     chips two bytes must be checked. Since ELBC driver does not support x16
13194     NANDs (yet), we're safe for now.
13195
13196     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
13197     Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
13198     Signed-off-by: Scott Wood <scottwood@freescale.com>
13199
13200 commit 7238ada313057a85409485b8ee21515dc10c07a5
13201 Author: Wolfgang Denk <wd@denx.de>
13202 Date:   Fri Sep 12 13:52:21 2008 +0200
13203
13204     MPC512x: reduce timeout waiting for Ethernet autonegotiation to 2.5s
13205
13206     Signed-off-by: Wolfgang Denk <wd@denx.de>
13207
13208 commit b18410e508a12ba0a177dfc2a386857c806fa96d
13209 Author: Stefan Roese <sr@denx.de>
13210 Date:   Thu Sep 11 13:05:56 2008 +0200
13211
13212     ppc4xx: Enable device tree (FDT) support in zeus board port
13213
13214     Signed-off-by: Stefan Roese <sr@denx.de>
13215
13216 commit 7bf5ecfa50722a9feb45ea8f04da75f5d406f20b
13217 Author: Stefan Roese <sr@denx.de>
13218 Date:   Wed Sep 10 16:53:47 2008 +0200
13219
13220     ppc4xx: Fix SDRAM inititialization of multiple 405 based board ports
13221
13222     This patch fixes a problem introdiced with patch
13223     bbeff30c [ppc4xx: Remove superfluous dram_init() call or replace it by
13224     initdram()].
13225
13226     The boards affected are:
13227     - PCI405
13228     - PPChameleonEVB
13229     - quad100hd
13230     - taihu
13231     - zeus
13232
13233     Signed-off-by: Stefan Roese <sr@denx.de>
13234
13235 commit 61737c59a3285f6fadf96a5836879898c04ec28d
13236 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
13237 Date:   Thu Sep 11 19:41:26 2008 -0400
13238
13239     ppc4xx: Add .gitignore file to xilinx-ppc440 boards
13240
13241     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
13242     Signed-off-by: Stefan Roese <sr@denx.de>
13243
13244 commit 2bec498ed1164a58cd8437b561bdc4551d69f9bf
13245 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
13246 Date:   Thu Sep 11 19:41:25 2008 -0400
13247
13248     ppc4xx: Fix compilation of v5fx30teval_flash
13249
13250     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
13251     Signed-off-by: Stefan Roese <sr@denx.de>
13252
13253 commit 4bed9deebbd7ee6f0ba746b44d47a922156f7404
13254 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
13255 Date:   Wed Sep 10 17:44:30 2008 -0400
13256
13257     ppc4xx: Fix in-tree build for ppc440-generic boards
13258
13259     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
13260     Signed-off-by: Stefan Roese <sr@denx.de>
13261
13262 commit 06c4ab50f5ccfb55ea2dd324aa28b2b06102e416
13263 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13264 Date:   Fri Sep 12 02:20:47 2008 +0200
13265
13266     ARM: synchronize mach-types.h with linux 2.6.27-rc6
13267
13268     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13269
13270 commit 3ee9f03f588ad605e3fd10530237f9e3e2e7ab4c
13271 Author: Jens Scharsig <esw@bus-elektronik.de>
13272 Date:   Fri Sep 12 02:20:47 2008 +0200
13273
13274     at91rm9200: fix errors with CONFIG_CMD_I2C_TREE
13275
13276     This patch prevents linker error on AT91RM9200 boards, if
13277     CONFIG_CMD_I2_TREE is set.
13278     It implements i2c_set_bus_speed and i2c_get_bus_speed as a dummy function.
13279
13280     Signed-off-by: Jens Scharsig <esw@bus-elektronik.de>
13281
13282 commit b5b0344957d32e3d07a8dd72fce64fb48e680ba4
13283 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
13284 Date:   Fri Sep 12 02:20:47 2008 +0200
13285
13286     ARM DaVinci: Remove duplicate code in cpu/arm926ejs/davinci/dp83848.c
13287
13288     ARM DaVinci: Remove duplicate code in cpu/arm926ejs/davinci/dp83848.c
13289
13290     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
13291
13292 commit 03db53335c8eba656a7c44d1555b1a4514383e33
13293 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
13294 Date:   Fri Sep 12 02:20:46 2008 +0200
13295
13296     make: Remove redundant __ARM__ addition when cross-compiling on *BSD
13297
13298     __ARM__ is given by arm_config.mk automatically.
13299
13300     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
13301
13302 commit 8cc62a7d9c77f8ef5166fb57322c4a6ddac320b4
13303 Author: Claudio Scordino <claudio@evidence.eu.com>
13304 Date:   Fri Sep 12 02:20:46 2008 +0200
13305
13306     Fix MACH_TYPE for the AT91RM9200DK board.
13307
13308     Signed-off-by: Claudio Scordino <claudio@evidence.eu.com>
13309
13310 commit 274737e5eb25b2bcd3af3a96da923effd543284f
13311 Author: Andrew Dyer <adyer@righthandtech.com>
13312 Date:   Fri Sep 12 02:20:46 2008 +0200
13313
13314     i.mx change get_timer(base) to return time since base
13315
13316     This patch changes get_timer() for i.MX to return the time since
13317     'base' instead of the time since the counter was at zero.
13318
13319     Symptom seen is flash timeout errors when erasing or programming a
13320     sector using the common cfi flash code.
13321
13322     Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
13323
13324 commit 48fed40575b3e8eae960eb0141509ddd9a73012a
13325 Author: Andrew Dyer <adyer@righthandtech.com>
13326 Date:   Fri Sep 12 02:20:46 2008 +0200
13327
13328     i.MX use u-boot baud rate and don't assume UART master clock
13329
13330     1) Change the i.MX serial driver to use the baud rate set in the
13331      u-boot environment
13332
13333     2) don't assume a 16MHz value for PERCLK1 in baud rate calculations
13334
13335     3) don't write a 1 to the RDR bit in the USR2 reg. (bit is not "write
13336      one to clear" like other status bits in the reg.)
13337
13338     Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
13339
13340 commit 6e1551a870d360805b9d172dc56d935064abe71d
13341 Author: Andrew Dyer <adyer@righthandtech.com>
13342 Date:   Fri Sep 12 02:20:46 2008 +0200
13343
13344     arm920t fix constant error in start.S
13345
13346     Code in cpu/arm920t/start.S will die with a compilation error if
13347     CONFIG_STACKSIZE + CFG_MALLOC_LEN works out to an invalid constant for
13348     the ARM sub instruction.  Change the code so that each is subtracted
13349     independently to avoid the error.
13350
13351     Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
13352
13353 commit b23253835f871cd9bd8e955b9a971d18a7d4ff56
13354 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
13355 Date:   Fri Sep 12 02:20:40 2008 +0200
13356
13357     ARM OMAP : Correct Invalid Timer Register Field Declaration in omap1510.h & omap730.h
13358
13359     - Correct Invalid #define of MPUTIM_PTV_MASK for
13360        omap1510 & omap730 register definition
13361
13362      MPUTIM_PTV_MASK is defined as
13363      #define MPUTIM_PTV_MASK            (0x7<<PTV_BIT)
13364
13365      while it should have been
13366      #define MPUTIM_PTV_MASK            (0x7<<MPUTIM_PTV_BIT)
13367
13368     - Below Patch corrects the same
13369
13370     Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
13371
13372 commit c455d07396dddc9864fd8dbb965ee10fe95ce8cf
13373 Author: Adrian Filipi <adrian.filipi@eurotech.com>
13374 Date:   Fri Jul 18 11:52:02 2008 -0400
13375
13376     Set up SD/MMC OCR as comment describes. i.e. 3.2-3.4v.
13377
13378     Signed-off-by: Adrian Filipi <adrian.filipi@eurotech.com>
13379
13380 commit eb16135df20535b0d19969f50fb5bd17f95e9c25
13381 Author: Guennadi Liakhovetski <lg@denx.de>
13382 Date:   Thu Aug 28 12:25:11 2008 +0200
13383
13384     i.MX31: document timer precision option
13385
13386     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
13387
13388 commit 1a6337b01351b82a45b0defa76f08744511c580b
13389 Author: Magnus Lilja <lilja.magnus@gmail.com>
13390 Date:   Fri Aug 29 10:36:18 2008 +0200
13391
13392     i.MX31: Make the SPI bus and chip select configurable for MC13783
13393
13394     The i.MX31 has three SPI buses and each bus has several chip selects
13395     and the MC13783 chip can be connected to any of these. The current
13396     RTC driver for MC13783 is hardcoded for CSPI2/SS2.
13397
13398     This patch makes make MC13783 SPI bus and chip select configurable
13399     via CONFIG_MC13783_SPI_BUS and CONFIG_MC13783_SPI_CS.
13400
13401     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
13402
13403 commit 8c4ebec25b21e355b8488698ec1594da9701fff4
13404 Author: Magnus Lilja <lilja.magnus@gmail.com>
13405 Date:   Fri Aug 29 10:36:17 2008 +0200
13406
13407     i.MX31: Add reset_timer() and modify get_timer_masked().
13408
13409     This patch adds the reset_timer() function (needed by nand_base.c) and
13410     modifies the get_timer_masked() to work in the same way as the omap24xx
13411     function.
13412
13413     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
13414
13415 commit deeec4991a55de243787002ede24d2331d234fc8
13416 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13417 Date:   Wed Sep 10 22:48:09 2008 +0200
13418
13419     ap325rxa: remove duplicate CONFIG_FLASH_CFI_DRIVER
13420
13421     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13422
13423 commit a3a08c0cedd329edf5256e1d6b2bad0fca002725
13424 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13425 Date:   Wed Sep 10 22:48:09 2008 +0200
13426
13427     bootm arm/avr32/blackfin/microblaze/nios2/sh: remove no more need 'error' label
13428
13429     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13430
13431 commit 0e8d158664a913392cb01fb11a948d83f72e105e
13432 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13433 Date:   Wed Sep 10 22:48:06 2008 +0200
13434
13435     rename CFG_ENV macros to CONFIG_ENV
13436
13437     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13438
13439 commit 1ede78710c3bf9ad6f4a53aaddc3bcc86fedd9df
13440 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13441 Date:   Wed Sep 10 22:48:05 2008 +0200
13442
13443     nvedit: rename error comment to CONFIG_ENV_IS_IN_
13444
13445     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13446
13447 commit b64b775e7546ed138df360ceb3a71ee358cb9a01
13448 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13449 Date:   Wed Sep 10 22:48:05 2008 +0200
13450
13451     cmd_mem: Move conditional compilation to Makefile
13452
13453     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13454
13455 commit 8a40fb148efa442d6526eac46a2001e4c64d28ff
13456 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13457 Date:   Wed Sep 10 22:48:05 2008 +0200
13458
13459     move cmd_get_data_size to command.c
13460
13461     add CMD_DATA_SIZE macro to enable it
13462
13463     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13464
13465 commit 507641d2491980531932b9f25dab37fe5e6c3a1a
13466 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13467 Date:   Wed Sep 10 22:48:04 2008 +0200
13468
13469     env_flash: Move conditional compilation to Makefile
13470
13471     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13472
13473 commit 5a1aceb0689e2f731491838970884a673ef7e7d3
13474 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13475 Date:   Wed Sep 10 22:48:04 2008 +0200
13476
13477     rename CFG_ENV_IS_IN_FLASH in CONFIG_ENV_IS_IN_FLASH
13478
13479     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13480
13481 commit 7d9b5bae5ba558c7464d89d033aca04acaf01172
13482 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13483 Date:   Wed Sep 10 22:48:03 2008 +0200
13484
13485     cleanup use of CFG_ENV_IS_IN_FLASH
13486
13487     - #if CFG_ENV_IS_IN_FLASH
13488     - #if (CFG_ENV_IS_IN_FLASH == 1)
13489     - #define CFG_ENV_IS_IN_FLASH 0
13490
13491     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13492
13493 commit 0cf4fd3cf8d0e00605bec5fc56f89c6415015a46
13494 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13495 Date:   Wed Sep 10 22:48:01 2008 +0200
13496
13497     rename environment.c in env_embedded.c to reflect is functionality
13498
13499     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13500
13501 commit c0878af6e32f0fd8e13a6ca315b9add64441115a
13502 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13503 Date:   Wed Sep 10 22:48:01 2008 +0200
13504
13505     env_nowhere: Move conditional compilation to Makefile
13506
13507     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13508
13509 commit 93f6d72544da4510a146bc4c93d609b0116cde37
13510 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13511 Date:   Wed Sep 10 22:48:00 2008 +0200
13512
13513     rename CFG_ENV_IS_NOWHERE in CONFIG_ENV_IS_NOWHERE
13514
13515     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13516
13517 commit 2556ef78113b5f089dfcac5da90bf31dd568397b
13518 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13519 Date:   Wed Sep 10 22:48:00 2008 +0200
13520
13521     env_sf: Move conditional compilation to Makefile
13522
13523     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13524
13525 commit 0b5099a8419bf9c828df5e3e2c6878dc300d98e3
13526 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13527 Date:   Wed Sep 10 22:48:00 2008 +0200
13528
13529     rename CFG_ENV_IS_IN_SPI_FLASH in CONFIG_ENV_IS_IN_SPI_FLASH
13530
13531     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13532
13533 commit 55c5f49910ec8225347aa1d211352a84de6649b4
13534 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13535 Date:   Wed Sep 10 22:48:00 2008 +0200
13536
13537     env_onenand: Move conditional compilation to Makefile
13538
13539     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13540
13541 commit 9656138ff1a34d4c4768db6b490deffc40ee674b
13542 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13543 Date:   Wed Sep 10 22:47:59 2008 +0200
13544
13545     rename CFG_ENV_IS_IN_ONENAND in CONFIG_ENV_IS_IN_ONENAND
13546
13547     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13548
13549 commit 957a0e69575683efd70ace147746bbb3d8e7c501
13550 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13551 Date:   Wed Sep 10 22:47:59 2008 +0200
13552
13553     env_nvram: Move conditional compilation to Makefile
13554
13555     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13556
13557 commit 9314cee6917444ab88bd4e758da7a30975120187
13558 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13559 Date:   Wed Sep 10 22:47:59 2008 +0200
13560
13561     rename CFG_ENV_IS_IN_NVRAM in CONFIG_ENV_IS_IN_NVRAM
13562
13563     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13564
13565 commit 06f61354397911a4c121dfa51b6ccbf7e300d48b
13566 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13567 Date:   Wed Sep 10 22:47:59 2008 +0200
13568
13569     env_nand: Move conditional compilation to Makefile
13570
13571     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13572
13573 commit 51bfee192099206a4397f15f3b93516e01f58ab0
13574 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13575 Date:   Wed Sep 10 22:47:58 2008 +0200
13576
13577     rename CFG_ENV_IS_IN_NAND in CONFIG_ENV_IS_IN_NAND
13578
13579     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13580
13581 commit d8cc04d0ac9c7c0d12454708aaf5489f8532bbf9
13582 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13583 Date:   Wed Sep 10 22:47:58 2008 +0200
13584
13585     env_dataflash: Move conditional compilation to Makefile
13586
13587     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13588
13589 commit 057c849c45b9ee19df8ff3acdeee66be52819962
13590 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13591 Date:   Wed Sep 10 22:47:58 2008 +0200
13592
13593     rename CFG_ENV_IS_IN_DATAFLASH in CONFIG_ENV_IS_IN_DATAFLASH
13594
13595     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13596
13597 commit d1034bc8db60fa6bd419328baf6a75cb0645cee8
13598 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13599 Date:   Wed Sep 10 22:47:52 2008 +0200
13600
13601     cmd_eeprom: Move conditional compilation to Makefile
13602
13603     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13604
13605 commit bf5a7710ec70e90e98f451b4ba0eb65f9ffc34eb
13606 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13607 Date:   Fri Sep 5 09:19:54 2008 +0200
13608
13609     env_eeprom: Move conditional compilation to Makefile
13610
13611     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13612
13613 commit bb1f8b4f8bb0bfce52e0faa4637b975b745824b3
13614 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13615 Date:   Fri Sep 5 09:19:30 2008 +0200
13616
13617     rename CFG_ENV_IS_IN_EEPROM in CONFIG_ENV_IS_IN_EEPROM
13618
13619     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13620
13621 commit 32628c5008105a732212003d83b75f05e5243bb2
13622 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13623 Date:   Sat Aug 30 23:54:58 2008 +0200
13624
13625     cmd_mac: Move conditional compilation to Makefile
13626
13627     finish remaning CFG_ID_EEPROM in CONFIG_ID_EEPROM
13628     start in commit ad8f8687b78c3e917b173f038926695383c55555
13629
13630     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13631
13632 commit e5648acab153f0f429bfc714902c5aaa7879f71b
13633 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13634 Date:   Sat Aug 30 23:47:41 2008 +0200
13635
13636     cmd_fdc: Move conditional compilation to Makefile
13637
13638     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13639
13640 commit 2d02d91d530e831f2dab228085963fc1d5b71cb0
13641 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13642 Date:   Sat Aug 30 23:47:38 2008 +0200
13643
13644     common/Makefile: add core command section
13645
13646     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13647
13648 commit 0d92d4a699fb1a39381d98571dc51fb97e5bcf9e
13649 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13650 Date:   Sat Aug 30 23:29:57 2008 +0200
13651
13652     cmd_vfd: Move conditional compilation to Makefile
13653
13654     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13655
13656 commit 6644641d072aee3087da129d8443187196a4d8a9
13657 Author: Scott Wood <scottwood@freescale.com>
13658 Date:   Wed Sep 10 11:48:49 2008 -0500
13659
13660     delta, zylonite: Update nand_oobinfo to nand_ecclayout.
13661
13662     This is part of the switch to newer upstream MTD code.
13663
13664     Signed-off-by: Scott Wood <scottwood@freescale.com>
13665
13666 commit 9b05aa788bfdd3264ff1bc9418cb19550a7234e4
13667 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
13668 Date:   Sat Aug 30 17:06:55 2008 -0400
13669
13670     ARM DaVinci: Fix broken HW ECC for large page NAND.
13671
13672     Based on original patch by Bernard Blackham <bernard@largestprime.net>
13673
13674     U-boot's HW ECC support for large page NAND on Davinci is completely
13675     broken.  Some kernels, such as the 2.6.10 one supported by
13676     MontaVista for DaVinci, rely upon this broken behaviour as they
13677     share the same code for ECCs. In the existing scheme, error
13678     detection *might* work on large page, but error correction
13679     definitely does not.  Small page ECC correction works, but the
13680     format is not compatible with the mainline git kernel.
13681
13682     This patch adds ECC code that matches what is currently in the
13683     Davinci git repository (since NAND support was added in 2.6.24).
13684     This makes the ECC and OOB layout written by u-boot compatible with
13685     Linux for both small page and large page devices and fixes ECC
13686     correction for large page devices.
13687
13688     The old behaviour can be restored by defining the macro
13689     CFG_DAVINCI_BROKEN_ECC, which is undefined by default.
13690
13691     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
13692     Acked-by: Sergey Kubushyn <ksi@koi8.net>
13693     Signed-off-by: Scott Wood <scottwood@freescale.com>
13694
13695 commit 0b7c5639891f4103a0e31ec7ae0beb3e97ed3836
13696 Author: Heiko Schocher <hs@denx.de>
13697 Date:   Wed Sep 10 11:15:28 2008 +0200
13698
13699     muas3001: update BR4 settings
13700
13701     Also set up the port pins for using I2C.
13702
13703     Signed-off-by: Heiko Schocher <hs@denx.de>
13704
13705 commit 3591293509e0c0bcf244b0f974775bff2e25697e
13706 Author: Petri Lehtinen <petri.lehtinen@inoi.fi>
13707 Date:   Wed Sep 10 09:43:49 2008 +0300
13708
13709     autoscr: Fix one-character lines and non-newline terminated scripts
13710
13711     When not using hush, the autoscr command now executes lines that are
13712     only one character long. It also runs the last line of scripts even if
13713     it does not end in a newline.
13714
13715     Signed-off-by: Petri Lehtinen <petri.lehtinen@inoi.fi>
13716
13717 commit 9ebbb54f7a25055010fa6668eba40c72a4c4f985
13718 Author: Victor Gallardo <vgallardo@amcc.com>
13719 Date:   Tue Sep 9 15:13:29 2008 -0700
13720
13721     ppc4xx: Allow DTT_I2C_DEV_CODE configured by CFG_I2C_DTT_ADDR
13722
13723     On AMCC Arches board DTT_I2C_DEV_CODE is different then canyonlands
13724     and glacier.
13725
13726     Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
13727
13728 commit 245f6ef3e11828cb46188e396fb1e67f7b07cd03
13729 Author: Heiko Schocher <hs@denx.de>
13730 Date:   Mon Sep 8 10:21:11 2008 +0200
13731
13732     muas3001: added support for the LM75 sensor.
13733
13734     Signed-off-by: Heiko Schocher <hs@denx.de>
13735
13736 commit 4a02a2dca82aeab8f839db9dd35fda9d5412dacb
13737 Author: Heiko Schocher <hs@denx.de>
13738 Date:   Mon Sep 8 10:20:19 2008 +0200
13739
13740     muas3001: activate WDT for the muas3001 board.
13741
13742     Signed-off-by: Heiko Schocher <hs@denx.de>
13743
13744 commit a55d074dac24dc941f1afb5b4e94b1509bfdda4e
13745 Author: Heiko Schocher <hs@denx.de>
13746 Date:   Mon Sep 8 10:19:36 2008 +0200
13747
13748     muas3001: added 64MB SDRAM autodetection.
13749
13750     Signed-off-by: Heiko Schocher <hs@denx.de>
13751
13752 commit 5251469943895de4bb9a04d5053352cc22acb7d5
13753 Author: Andrew Klossner <andrew@cesa.opbu.xerox.com>
13754 Date:   Thu Aug 21 07:12:26 2008 -0700
13755
13756     Fix printf errors under -DDEBUG
13757
13758     Fix printf format-string/arg mismatches under -DDEBUG.
13759
13760     These warnings occur with DEBUG defined for a platform using
13761     cpu/mpc85xx.  Users of other architectures can unearth similar
13762     problems by adding the line "CFLAGS += -DDEBUG=1" in config.mk right
13763     after "CFLAGS += $(call cc-option,-fno-stack-protector)".
13764
13765     Signed-off-by: Andrew Klossner <andrew@cesa.opbu.xerox.com>
13766     Signed-off-by: Andy Fleming <afleming@freescale.com>
13767
13768 commit 8b9e4787641719d709bfa2ebeb72e8bd4952bee7
13769 Author: Wolfgang Denk <wd@denx.de>
13770 Date:   Tue Sep 9 23:55:18 2008 +0200
13771
13772     Update CHANGELOG, prepare 2008-10-rc1 release
13773
13774     Signed-off-by: Wolfgang Denk <wd@denx.de>
13775
13776 commit e0ff3d350d6b7960deb5a881dfc5acf3a63ef676
13777 Author: Kumar Gala <galak@kernel.crashing.org>
13778 Date:   Mon Sep 8 08:51:29 2008 -0500
13779
13780     85xx: Ensure timebase is zero on secondary cores
13781
13782     The e500um says the timebase is volatile out of reset.  To ensure
13783     TB sync works we need to make sure its zero.
13784
13785     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13786
13787 commit 54b4ab3c961a2012a1c2a09c259a6343323ec551
13788 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13789 Date:   Tue Sep 9 22:18:24 2008 +0200
13790
13791     bootm_load_os: fix load_end debug message
13792
13793     print load_end value not pointer
13794
13795     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13796
13797 commit 1d9af0be764960e6cc1c093e97176c3542796820
13798 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13799 Date:   Tue Sep 9 22:18:23 2008 +0200
13800
13801     bootm: enable fdt support only on ppc, m68k and sparc
13802
13803     ...as done in image.c
13804
13805     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13806
13807 commit 748b5274e76f81df85cfcffaffedc323678d0623
13808 Author: Markus Heidelberg <markus.heidelberg@web.de>
13809 Date:   Tue Sep 9 18:51:05 2008 +0200
13810
13811     common/cmd_mem.c: remove nested #if defined(CONFIG_CMD_MEMORY)
13812
13813     Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
13814
13815 commit 650632fe4ca09cfd0e5e6a593f2efc02ef87a58c
13816 Author: Markus Heidelberg <markus.heidelberg@web.de>
13817 Date:   Tue Sep 9 17:31:46 2008 +0200
13818
13819     gitignore: add tags files and Vim swap file
13820
13821     Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
13822
13823 commit 1d9b67b23fca6a25154333733204339802510720
13824 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
13825 Date:   Tue Sep 9 17:52:47 2008 +0900
13826
13827     add board_eth_init() for sh7785lcr board
13828
13829     Fix the problem that cannot work RTL8169 on sh7785lcr board.
13830
13831     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
13832
13833 commit 7b7a869a8ba3bd6d9bffb748c91232141330f514
13834 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
13835 Date:   Wed Aug 6 16:08:41 2008 -0500
13836
13837     mtd: SPI Flash: Support the STMicro Flash
13838
13839     Add MTD SPI Flash support for M25P16, M25P20, M25P32,
13840     M25P40, M25P64, M25P80, M25P128.
13841
13842     Signed-off-by: Jason McMullan <mcmullan@netapp.com>
13843     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
13844
13845 commit 4bc07c368076560ed7fa4c9f987c71a8521488a9
13846 Author: Wolfgang Denk <wd@denx.de>
13847 Date:   Tue Sep 9 17:55:31 2008 +0200
13848
13849     trab: fix build problem after change to use do_div()
13850
13851     We must link with libgeneric now.
13852
13853     Signed-off-by: Wolfgang Denk <wd@denx.de>
13854
13855 commit 3b20fd83c73c22acfcb0c6663be747bd5c8b7011
13856 Author: Ryan CHEN <ryan.chen@st.com>
13857 Date:   Wed Aug 20 13:00:17 2008 -0400
13858
13859     Correct drv_usb_kbd_init function
13860
13861     The patch is that check if usb_get_dev_index() function return valid
13862     pointer. If valid, continue. Otherwise return -1.
13863
13864     Signed-off-by: Ryan Chen <ryan.chen@st.com>
13865     Acked-by: Markus Klotzbuecher <mk@denx.de>
13866
13867 commit eba1f2fc75f128a9a6c1328d786996a93fd7a707
13868 Author: Remy Bohmer <linux@bohmer.net>
13869 Date:   Wed Aug 20 11:22:02 2008 +0200
13870
13871     Make usb-stop() safe to call multiple times in a row.
13872
13873     A recent commit (936897d4d1365452bbbdf8430db5e7769ef08d38)
13874     enabled the usb_stop() command in common/cmd_bootm.c which was
13875     not enabled for some time, because no board did actually set the
13876     CFG_CMD_USB flag. So, now the usb_stop() is executed before
13877     loading the linux kernel.
13878
13879     However, the usb_ohci driver hangs up (at least on AT91SAM) if the
13880     driver is stopped twice (e.g. the peripheral clock is stopped on AT91).
13881     If some other piece of code calls usb_stop() before the bootm command,
13882     this command will hangup the system during boot.
13883     (usb start and stop is typically used while booting from usb memory stick)
13884
13885     But, stopping the usb stack twice is useless anyway, and a flag already
13886     existed that kept track on the usb_init()/usb_stop() calls.
13887     So, we now check if the usb stack is really started before we stop it.
13888
13889     This problem is now fixed in both the upper as low-level layer.
13890
13891     Signed-off-by: Remy Bohmer <linux@bohmer.net>
13892     Acked-by: Markus Klotzbuecher <mk@denx.de>
13893
13894 commit 2c8ccf2728f5e67d991cecf76c4057db75a87b67
13895 Author: Wolfgang Denk <wd@denx.de>
13896 Date:   Tue Sep 9 16:55:47 2008 +0200
13897
13898     Makefile: fix bug introduced by commit 47ffd6c2
13899
13900 commit 880f6a5d7596f42db5ff8803b797b78ec5b146e0
13901 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
13902 Date:   Tue Sep 9 10:00:33 2008 -0400
13903
13904     ppc4xx: ppc440-generic-ALL: Fix out of tree build v2
13905
13906     This patch solves the problems compiling ml507, v5fx30teval and
13907     ppc440-generic out of tree.
13908
13909     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
13910
13911 commit 47bebe34ca4e33bab0e822e4ceebbec2590ccbcb
13912 Author: Nícolas Carneiro Lebedenco <nicolas.lebedenco@tasksistemas.com.br>
13913 Date:   Thu Sep 4 15:35:46 2008 -0300
13914
13915     Fix dev_print when called from usb_stor_info (usb storage command)
13916
13917     Fix output of the usb storage command. It was printing "Device 0: not
13918     available" because IF_TYPE_USB was not included into the switch
13919     statement.
13920
13921     Signed-off-by: Nicolas Lebedenco <nicolas.lebedenco@tasksistemas.com.br>
13922
13923 commit a4f243452cc8ce0c2c9b51a2520db4bde5f472de
13924 Author: Bartlomiej Sieka <tur@semihalf.com>
13925 Date:   Tue Sep 9 12:58:16 2008 +0200
13926
13927     FIT: make iminfo check hashes of all images in FIT, return 1 on failed check
13928
13929     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
13930
13931 commit 919f550dc11a13abf01c6bc713c968de790b8d7c
13932 Author: Bartlomiej Sieka <tur@semihalf.com>
13933 Date:   Tue Sep 9 12:58:15 2008 +0200
13934
13935     FIT: add ability to check hashes of all images in FIT, improve output
13936
13937     - add function fit_all_image_check_hashes() that verifies if all
13938       hashes of all images in the FIT are valid
13939     - improve output of fit_image_check_hashes() when the hash check fails
13940
13941     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
13942
13943 commit 1de1fa408967cef6804bb046b904114519bb36f0
13944 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13945 Date:   Mon Sep 8 20:54:39 2008 +0200
13946
13947     qemu_mips: Update linux bootm to support dynamic cmdline
13948
13949     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13950
13951 commit f5ed9e39088ecfa5a5f3ef47b08e5bda7890d764
13952 Author: Peter Tyser <ptyser@xes-inc.com>
13953 Date:   Mon Sep 8 14:56:49 2008 -0500
13954
13955     Add support for booting of INTEGRITY operating system uImages
13956
13957     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
13958
13959 commit 72f1b65f1b68bc6ed0d182eda1f3d6cf51b6414a
13960 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13961 Date:   Mon Sep 8 21:01:29 2008 +0200
13962
13963     mips/bootm: Fix typo in commit c4f9419c, "initrd_start" replaced by "images->rd_start"
13964
13965     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13966
13967 commit 9ba2e2c8191353d75b2d535e672a125be7b84c03
13968 Author: Kumar Gala <galak@kernel.crashing.org>
13969 Date:   Mon Sep 8 13:57:12 2008 -0500
13970
13971     Remove support for booting ARTOS images
13972
13973     Pantelis Antoniou stated:
13974         AFAIK, it is still used but the products using PPC are long gone.
13975         Nuke it plz (from orbit).
13976
13977     So remove it since it cleans up a usage of env_get_char outside of
13978     the environment code.
13979
13980     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13981
13982 commit 47ffd6c2fc72b46daa9d5d59eedb894fab2b7ee1
13983 Author: Wolfgang Denk <wd@denx.de>
13984 Date:   Tue Sep 9 15:45:18 2008 +0200
13985
13986     Makefile: compile and link each module just once
13987
13988     Several source files need to be compiled and linked when one or more
13989     config options are selected. To allow for easy selection in the
13990     Makefiles yet to avoild multiple compilation (which costs build time)
13991     and especially multiple linking (which causes errors), we use
13992     "COBJS = $(sort COBJS-y)" which eliminates duplicates.
13993
13994     By courtesy of Detlev Zundel who suggested this approach.
13995
13996     Signed-off-by: Wolfgang Denk <wd@denx.de>
13997
13998 commit 48d0192fe869948fef14b460b5f0c85bca933693
13999 Author: Andreas Engel <andreas.engel@ericsson.com>
14000 Date:   Mon Sep 8 14:30:53 2008 +0200
14001
14002     Moved conditional compile into Makefile
14003
14004     Signed-off-by: Andreas Engel <andreas.engel@ericsson.com>
14005
14006 commit 20c9226cb8cab08a111ee73db04e62d943ee0c97
14007 Author: Andreas Engel <andreas.engel@ericsson.com>
14008 Date:   Mon Sep 8 10:17:31 2008 +0200
14009
14010     Merged serial_pl010.c and serial_pl011.c.
14011
14012     They only differ in the init function.
14013     This also adds the missing watchdog support for the PL011.
14014
14015     Signed-off-by: Andreas Engel <andreas.engel@ericsson.com>
14016
14017 commit 0817d688f307ee2c0598e79175c94a40ce90337b
14018 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
14019 Date:   Sun Sep 7 17:10:27 2008 -0400
14020
14021     Remove gap fill in srec object v2
14022
14023     SREC files do not need gap fill: The load address is specified in the
14024     file. On the other hand, it can't be avoided in a .bin object. It has
14025     no information about memory location.
14026
14027     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
14028
14029 commit 1dc306931ca5ce87f13916fa7165b052d3aa714f
14030 Author: Markus Heidelberg <markus.heidelberg@web.de>
14031 Date:   Sun Sep 7 20:18:27 2008 +0200
14032
14033     README: fix missing subdirectory in the documentation
14034
14035     Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
14036
14037 commit 3ef96ded38a8d33b58b9fab9cd879d51ddac4cbd
14038 Author: Graeme Russ <graeme.russ@gmail.com>
14039 Date:   Sun Sep 7 07:08:42 2008 +1000
14040
14041     Update i386 code (sc520_cdp)
14042
14043     Attempt to bring i386 / sc520 inline with master
14044
14045     Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
14046
14047 commit 5608692104efa8d56df803dc79ea41ac3607eee5
14048 Author: Guennadi Liakhovetski <lg@denx.de>
14049 Date:   Thu Sep 4 13:01:49 2008 +0200
14050
14051     fw_env: add NAND support
14052
14053     Add support for environment in NAND with automatic NOR / NAND recognition,
14054     including unaligned environment, bad-block skipping, redundant environment
14055     copy.
14056
14057     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
14058
14059 commit dd794323a2a1ed6a8a5df51785c31bcde60ad7ca
14060 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
14061 Date:   Tue Sep 9 09:50:24 2008 +0200
14062
14063     ppc4xx: Fix out-of-tree building of CPCI405 variants
14064
14065     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
14066     Acked-by: Stefan Roese <sr@denx.de>
14067
14068 commit 59f630588e3fdbd698a0a2798e52a8924e899563
14069 Author: Sergei Poselenov <sposelenov@emcraft.com>
14070 Date:   Fri Aug 15 15:42:11 2008 +0200
14071
14072     Removed hardcoded MxMR loop value from upmconfig() for MPC85xx.
14073
14074     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
14075
14076 commit e64987a892353f3d49eb242d997820ef8f538912
14077 Author: Anatolij Gustschin <agust@denx.de>
14078 Date:   Fri Aug 15 15:42:13 2008 +0200
14079
14080     85xx: socrates: Enable Lime support.
14081
14082     This patch adds Lime GDC support together with support for the PWM
14083     backlight control through the w83782d chip.  The reset pin of the
14084     latter is attached to GPIO, so we need to reset it in
14085     early_board_init_r.
14086
14087     Signed-off-by: Anatolij Gustschin <agust@denx.de>
14088
14089 commit 3e79b588b5199f35016f178fc0d5d1266382097f
14090 Author: Detlev Zundel <dzu@denx.de>
14091 Date:   Fri Aug 15 15:42:12 2008 +0200
14092
14093     85xx: Socrates: Major code update.
14094
14095     - Update the local bus ranges in the FDT for Linux for the various
14096       devices connected to the local bus via chip-select.
14097
14098     - Set the LCRR_DBYP bit in the LCRR for local bus frequencies
14099       lower than 66 MHz and uses I/O accessor functions consequently.
14100
14101     - UPM data update.
14102
14103     - Update of default environment and configuration.  Use I2C multibus
14104       as we do have two I2C buses.  Also enable sdram and ext2 commands.
14105
14106     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
14107     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
14108     Signed-off-by: Detlev Zundel <dzu@denx.de>
14109
14110 commit e8d18541c6ceab821f75faab031740b33fdbfa4b
14111 Author: Timur Tabi <timur@freescale.com>
14112 Date:   Fri Jul 18 16:52:23 2008 +0200
14113
14114     Update Freescale 85xx boards to sys_eeprom.c
14115
14116     The new sys_eeprom.c supports both the old CCID EEPROM format and the new NXID
14117     format, and so it obsoletes board/freescale/common/cds_eeprom.c.  Freescale
14118     86xx boards already use sys_eeprom.c, so this patch migrates the remaining
14119     Freescale 85xx boards to use it as well.  cds_eeprom.c is deleted.
14120
14121     Signed-off-by: Timur Tabi <timur@freescale.com>
14122
14123 commit aab2bf0202c86227e3dcc8a5b58946087ebcc1af
14124 Author: Wolfgang Denk <wd@denx.de>
14125 Date:   Tue Sep 9 10:08:02 2008 +0200
14126
14127     lib_ppc/interrupts.c: make board_show_activity() a weak function
14128
14129     This allows to use show_activity() without having to
14130     define an empty board_show_activity() function.
14131
14132     Signed-off-by: Wolfgang Denk <wd@denx.de>
14133
14134 commit fe876787f8743883ce58fed61525eaa2f34da4c5
14135 Author: Wolfgang Denk <wd@denx.de>
14136 Date:   Tue Sep 9 10:06:44 2008 +0200
14137
14138     stxxtc: remove empty CONFIG_SHOW_ACTIVITY functions
14139
14140     Signed-off-by: Wolfgang Denk <wd@denx.de>
14141
14142 commit 965de106ba8900372c8b16dc60d5acab7f925e38
14143 Author: Wolfgang Denk <wd@denx.de>
14144 Date:   Tue Sep 9 10:03:47 2008 +0200
14145
14146     NETTA2: remove empty CONFIG_SHOW_ACTIVITY functions
14147
14148     Signed-off-by: Wolfgang Denk <wd@denx.de>
14149
14150 commit 6cc64f9b5f69239c8b1969572b5a3a4aab7de5b9
14151 Author: Sergei Poselenov <sposelenov@emcraft.com>
14152 Date:   Fri Aug 15 15:42:11 2008 +0200
14153
14154     Removed hardcoded MxMR loop value from upmconfig() for MPC85xx.
14155
14156     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
14157
14158 commit 36241ca29d4804a1006fb3f26069effda5202581
14159 Author: Anatolij Gustschin <agust@denx.de>
14160 Date:   Fri Aug 15 15:42:13 2008 +0200
14161
14162     85xx: socrates: Enable Lime support.
14163
14164     This patch adds Lime GDC support together with support for the PWM
14165     backlight control through the w83782d chip.  The reset pin of the
14166     latter is attached to GPIO, so we need to reset it in
14167     early_board_init_r.
14168
14169     Signed-off-by: Anatolij Gustschin <agust@denx.de>
14170
14171 commit 7a47753ddcaebbf2142809842f70c5f723bd9ddb
14172 Author: Detlev Zundel <dzu@denx.de>
14173 Date:   Fri Aug 15 15:42:12 2008 +0200
14174
14175     85xx: Socrates: Major code update.
14176
14177     - Update the local bus ranges in the FDT for Linux for the various
14178       devices connected to the local bus via chip-select.
14179
14180     - Set the LCRR_DBYP bit in the LCRR for local bus frequencies
14181       lower than 66 MHz and uses I/O accessor functions consequently.
14182
14183     - UPM data update.
14184
14185     - Update of default environment and configuration.  Use I2C multibus
14186       as we do have two I2C buses.  Also enable sdram and ext2 commands.
14187
14188     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
14189     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
14190     Signed-off-by: Detlev Zundel <dzu@denx.de>
14191
14192 commit 4d2ae70e8c31c22e5710df5ff236b5565ea2cf2c
14193 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14194 Date:   Tue Sep 9 01:22:39 2008 +0200
14195
14196     disk-on-chip: remove duplicate doc_probe declaration
14197
14198     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14199
14200 commit 3221b074a0ab199f6ae47c19cc22f42ddf3ef819
14201 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14202 Date:   Tue Sep 9 00:59:40 2008 +0200
14203
14204     onenand_uboot: fix warning: 'struct mtd_oob_ops' declared inside parameter list
14205
14206     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14207
14208 commit 13b4db0e2107175a8622ebb48529fa3ad8e12c75
14209 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14210 Date:   Tue Sep 9 00:59:39 2008 +0200
14211
14212     rs5c372: fix rtc_set prototype
14213
14214     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14215
14216 commit 1bb8b2ef2722bbaea3cc5d46321ce1d99f9b56f7
14217 Author: Sergei Poselenov <sposelenov@emcraft.com>
14218 Date:   Thu Aug 14 14:08:28 2008 +0200
14219
14220     ARM: fix warning: target CPU does not support interworking
14221
14222     This patch fixes warnings like this:
14223
14224     start.S:0: warning: target CPU does not support interworking
14225
14226     which come from some ARM cross compilers and are caused by hard-coded
14227     (with "--with-cpu=arm9" configuration option) ARM targets (which
14228     support ARM Thumb instructions), while the ARM target selected from
14229     the command line (with "-march=armv4") doesn't support Thumb
14230     instructions.
14231
14232     This warning is issued by the compiler regardless of the real use of
14233     the Thumb instructions in code.
14234
14235     To fix this problem, we use options according to compiler version
14236     being used.
14237
14238     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
14239     Signed-off-by: Wolfgang Denk <wd@denx.de>
14240
14241 commit 4265c35fbcb248e58179007621d61d32d0b3b82a
14242 Author: Sergei Poselenov <sposelenov@emcraft.com>
14243 Date:   Thu Aug 14 14:08:28 2008 +0200
14244
14245     ARM: Use do_div() instead of division for "long long".
14246
14247     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
14248     Signed-off-by: Wolfgang Denk <wd@denx.de>
14249
14250 commit 8febd13c69cb68652577d1a9fcbde954bf784155
14251 Author: Timur Tabi <timur@freescale.com>
14252 Date:   Fri Jul 18 16:52:23 2008 +0200
14253
14254     Update Freescale 85xx boards to sys_eeprom.c
14255
14256     The new sys_eeprom.c supports both the old CCID EEPROM format and the new NXID
14257     format, and so it obsoletes board/freescale/common/cds_eeprom.c.  Freescale
14258     86xx boards already use sys_eeprom.c, so this patch migrates the remaining
14259     Freescale 85xx boards to use it as well.  cds_eeprom.c is deleted.
14260
14261     Signed-off-by: Timur Tabi <timur@freescale.com>
14262
14263 commit 1055171ed05b7c4885737463d52b8d6c013bcb5d
14264 Author: Wolfgang Denk <wd@denx.de>
14265 Date:   Mon Sep 8 23:26:22 2008 +0200
14266
14267     lib_arm/bootm.c: fix compile warnings
14268
14269     bootm.c:128: warning: label 'error' defined but not used
14270     bootm.c:65: warning: unused variable 'ret'
14271
14272     Signed-off-by: Wolfgang Denk <wd@denx.de>
14273
14274 commit 2e3c867d0a63c563a51e65b776973b008f16cec5
14275 Author: Wolfgang Denk <wd@denx.de>
14276 Date:   Mon Sep 8 22:46:42 2008 +0200
14277
14278     ml507: fix out of tree build problem
14279
14280     Signed-off-by: Wolfgang Denk <wd@denx.de>
14281
14282 commit 9863a15a98f23b79f34a0e4f9e465bc6df5d504d
14283 Author: Wolfgang Denk <wd@denx.de>
14284 Date:   Mon Sep 8 22:10:28 2008 +0200
14285
14286     common/cmd_bootm.c: fix printf() format warnings
14287
14288     Signed-off-by: Wolfgang Denk <wd@denx.de>
14289
14290 commit 4394f9a8c42bb1b0abc4fc04bd582d4db5f8b726
14291 Author: Wolfgang Denk <wd@denx.de>
14292 Date:   Mon Sep 8 22:37:45 2008 +0200
14293
14294     BMW, PCIPPC2, PCIPPC6, RBC82: fix compile warnings
14295
14296     missing doc_probe() prototype.
14297
14298     Signed-off-by: Wolfgang Denk <wd@denx.de>
14299
14300 commit 2c5e3cc4994897d364b148942ff23e47783198f6
14301 Author: Wolfgang Denk <wd@denx.de>
14302 Date:   Mon Sep 8 21:28:14 2008 +0200
14303
14304     mk48t59: fix compile problem introduced by commit d1e23194
14305
14306     Signed-off-by: Wolfgang Denk <wd@denx.de>
14307
14308 commit 5ff889349d2ace13f10c9335e09365fcec8247cc
14309 Author: Stefan Roese <sr@denx.de>
14310 Date:   Mon Sep 8 14:11:12 2008 +0200
14311
14312     ppc4xx: Move ppc4xx specific prototypes to ppc4xx header
14313
14314     This patch moves some 4xx specific prototypes out of include common.h
14315     to a ppc4xx specific header.
14316
14317     Signed-off-by: Stefan Roese <sr@denx.de>
14318
14319 commit ac53ee8318678190bf3c68da477a84a657d86fb0
14320 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
14321 Date:   Fri Sep 5 15:34:04 2008 +0200
14322
14323     ppc4xx: Update CPCI405(AB) configuration
14324
14325     This patch add FDT support and command line editing capabilities
14326     for CPCI405 and CPCI405AB boards.
14327
14328     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
14329     Signed-off-by: Stefan Roese <sr@denx.de>
14330
14331 commit 7b1fbcadf73a83b3beb94abccda1c35e2c075a94
14332 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
14333 Date:   Fri Sep 5 15:34:03 2008 +0200
14334
14335     ppc4xx: Cleanup CPCI405 linker script
14336
14337     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
14338     Signed-off-by: Stefan Roese <sr@denx.de>
14339
14340 commit 767f9159c5c94cd0cb3135b5b82814ad12816ddf
14341 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
14342 Date:   Fri Sep 5 15:34:02 2008 +0200
14343
14344     ppc4xx: Update CPCI405 variants handling
14345
14346     This patch replaces the BOARD_REVISION variable in include/config.mk
14347     by a using a temporary include file in the platform directory.
14348
14349     The former way does not work anymore and the latter is also used by
14350     some other boards.
14351
14352     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
14353     Signed-off-by: Stefan Roese <sr@denx.de>
14354
14355 commit f071f01fd09e9bf1cf09de37a7416aacce71bae1
14356 Author: Stefan Roese <sr@denx.de>
14357 Date:   Mon Sep 8 10:01:48 2008 +0200
14358
14359     ppc4xx: Remove CONFIG_CS8952_PHY define
14360
14361     Since this define is only used on one board that was never really in
14362     production, removing this compile time option doesn't hurt and makes
14363     the code more readable.
14364
14365     Signed-off-by: Stefan Roese <sr@denx.de>
14366
14367 commit 6ca8646c1860bba74326bf916a5a3389a5c0d3b5
14368 Author: Stefan Roese <sr@denx.de>
14369 Date:   Fri Sep 5 14:11:40 2008 +0200
14370
14371     ppc4xx: Fix compilation warning for PIP405
14372
14373     This patch fixes a compilation warning for the PIP405 board. It moves the
14374     #ifndef CONFIG_CS8952_PHY define a little so that the warning doesn't
14375     occur anymore. I am a little unsure if this #ifdef is at the correct
14376     place now or if it could be removed completely. This needs to get
14377     tested on the PIP405 board.
14378
14379     Signed-off-by: Stefan Roese <sr@denx.de>
14380
14381 commit 725b53ac61f4df3026b8f6489ef0080fd27d3816
14382 Author: Stefan Roese <sr@denx.de>
14383 Date:   Fri Sep 5 14:09:09 2008 +0200
14384
14385     ppc4xx: Fix compilation warning for canyonlands & glacier
14386
14387     Signed-off-by: Stefan Roese <sr@denx.de>
14388
14389 commit 302e52e0b1d4c7f994991709d0cb6c3ea612cdb5
14390 Author: Kumar Gala <galak@kernel.crashing.org>
14391 Date:   Fri Sep 5 14:40:29 2008 -0500
14392
14393     Fix compiler warning in mpc8xxx ddr code
14394
14395     ctrl_regs.c: In function 'compute_fsl_memctl_config_regs':
14396     ctrl_regs.c:523: warning: 'caslat' may be used uninitialized in this function
14397     ctrl_regs.c:523: note: 'caslat' was declared here
14398
14399     Add a warning in DDR1 case if cas_latency isn't a value we know about.
14400
14401     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14402     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14403
14404 commit d1e2319414ea5218ba801163e4530ecf2dfcbf36
14405 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14406 Date:   Mon Sep 1 23:06:23 2008 +0200
14407
14408     rtc: allow rtc_set to return an error and use it in cmd_date
14409
14410     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14411
14412 commit ee9536a28cb149bcb6c5dee9d08c62c91f4c72d2
14413 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14414 Date:   Mon Sep 1 01:16:33 2008 +0200
14415
14416     ap325rxa/favr-32-ezkit: Use CONFIG_FLASH_CFI_DRIVER
14417
14418     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14419
14420 commit 6b971c73f182248ce103503d74fbc0100bb8c8b7
14421 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
14422 Date:   Sun Aug 31 05:37:04 2008 +0900
14423
14424     config.mk: Move arch-specific condition to $(ARCH)_config.mk
14425
14426     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
14427
14428 commit ea86b9e64b811753d9eabe0f560ee189fbe5d0c1
14429 Author: Kumar Gala <galak@kernel.crashing.org>
14430 Date:   Fri Aug 29 19:08:29 2008 -0500
14431
14432     Prevent crash if random/invalid ramdisks are passed to bootm
14433
14434     Adds returning an error from the ramdisk detection code if
14435     its not a real ramdisk (invalid).  There is no reason we can't
14436     just return back to the console if we detect an invalid
14437     ramdisk or CRC error.
14438
14439     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14440
14441 commit 8e02494e8f86c8f2d7324b5eb9e75271104a01ef
14442 Author: Anatolij Gustschin <agust@denx.de>
14443 Date:   Fri Aug 29 21:04:45 2008 +0200
14444
14445     Prevent crash if random DTB address is passed to bootm
14446
14447     This patch adds bootm_start() return value check. If
14448     error status is returned, we do not proceed further to
14449     prevent board reset or crash as we still can recover
14450     at this point.
14451
14452     Signed-off-by: Anatolij Gustschin <agust@denx.de>
14453
14454 commit cc347801add2689b1ee54d21f62bc14ecf6e1dd8
14455 Author: Andrew Dyer <adyer@righthandtech.com>
14456 Date:   Fri Aug 29 12:30:39 2008 -0500
14457
14458     clean up some #if !defined() in drivers/video/cfb_console.c
14459
14460     rearrange some #if !defined() / #else / #endif statements to remove
14461     the negative logic.
14462
14463     Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
14464
14465 commit c83f4c2d77f07174dcd6bef7e87a0f7017be7c33
14466 Author: Kyungmin Park <kmpark@infradead.org>
14467 Date:   Fri Aug 29 09:02:20 2008 +0900
14468
14469     apollon: use the last memory area for u-boot
14470
14471     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
14472
14473 commit a6f2e455b774d0c5d56e44e5661df9adb69b6e07
14474 Author: Heiko Schocher <hs@denx.de>
14475 Date:   Thu Aug 28 13:50:42 2008 +0200
14476
14477     TQM8272: move NAND part in seperate File
14478
14479     I didn't try to use drivers/mtd/nand/fsl_upm.c for the NAND driver,
14480     because I have no longer access to the hardware.
14481
14482     Signed-off-by: Heiko Schocher <hs@denx.de>
14483
14484 commit 584f979f7ee914e32d408739cbdd2c4457ec18b8
14485 Author: Heiko Schocher <hs@denx.de>
14486 Date:   Thu Aug 28 13:48:36 2008 +0200
14487
14488     TQM8272: Fix compiling error for the TQM8272 board.
14489
14490     Fix compile problems caused by
14491     commit  cfa460adfdefcc30d104e1a9ee44994ee349bb7b
14492
14493     Signed-off-by: Heiko Schocher <hs@denx.de>
14494
14495 commit 1a7f8ccec981648ccd38fca2535490582eee08e6
14496 Author: Kyungmin Park <kmpark@infradead.org>
14497 Date:   Wed Aug 27 14:45:20 2008 +0900
14498
14499     Add JFFS2 command support on OneNAND
14500
14501     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
14502
14503 commit f5c3ba79788b0e39baab7026d374fe375dd1a43f
14504 Author: Mark Jackson <mpfj@mimc.co.uk>
14505 Date:   Mon Aug 25 19:21:30 2008 +0100
14506
14507     Allow console input to be disabled
14508
14509     Added new CONFIG_DISABLE_CONSOLE define and GD_FLG_DISABLE_CONSOLE.
14510
14511     When CONFIG_DISABLE_CONSOLE is defined, setting
14512     GD_FLG_DISABLE_CONSOLE disables all console input and output.
14513
14514     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
14515
14516 commit 2b22d608f370565c87f55928b524207031419c11
14517 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
14518 Date:   Wed Jul 30 12:39:29 2008 +0200
14519
14520     loads: allow negative offsets
14521
14522     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
14523
14524 commit e90fb6afab2c0c074dfb67bacb4de179eb188a24
14525 Author: Yuri Tikhonov <yur@emcraft.com>
14526 Date:   Thu Sep 4 11:19:05 2008 +0200
14527
14528     USB EHCI: reset root hub
14529
14530     Some of multi-function USB controllers (e.g. ISP1562) allow root hub
14531     resetting only via EHCI registers. So, this patch adds the
14532     corresponding kind of reset to OHCI's hc_reset() if the newly
14533     introduced CONFIG_PCI_EHCI_DEVNO option is set (e.g. for Socrates
14534     board).
14535
14536     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
14537     Acked-by: Markus Klotzbuecher <mk@denx.de>
14538
14539 commit 5875d358f025c1b042d8a0f08384b756de7256c9
14540 Author: Yuri Tikhonov <yur@emcraft.com>
14541 Date:   Fri Aug 15 15:42:09 2008 +0200
14542
14543     RX 8025 RTC: analyze 12/24-hour mode flag in rtc_get().
14544
14545     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
14546
14547 commit 3e3c026ed746a284c6f0ef139b26d859939de7e9
14548 Author: Stefan Roese <sr@denx.de>
14549 Date:   Fri Sep 5 10:47:46 2008 +0200
14550
14551     devices: Use list_add_tail() instead of list_add() to register a device
14552
14553     This patch fixes a problem spotted on Glacier/Canyonlands (and most
14554     likely lots of other board ports), that no serial output was seen
14555     after console initialization in console_init_r(). This is because the
14556     last added console device was used instead of the first added.
14557
14558     This patch fixes this problem by using list_add_tail() instead of
14559     list_add() to register a device. This way the first added console
14560     is used again.
14561
14562     Signed-off-by: Stefan Roese <sr@denx.de>
14563
14564 commit 78d78236896d62bb8ca7302af38d8f1493eb2651
14565 Author: Victor Gallardo <vgallardo@amcc.com>
14566 Date:   Thu Sep 4 23:49:36 2008 -0700
14567
14568     ppc4xx: Add support for GPCS, SGMII and M88E1112 PHY
14569
14570     This patch adds GPCS, SGMII and M88E1112 PHY support
14571     for the AMCC PPC460GT/EX processors.
14572
14573     Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
14574     Signed-off-by: Stefan Roese <sr@denx.de>
14575
14576 commit f6b6c45840f9b4671d2d97243a12a1f3ffb64765
14577 Author: Adam Graham <agraham@amcc.com>
14578 Date:   Wed Sep 3 12:26:59 2008 -0700
14579
14580     ppc4xx: Update Kilauea to use PPC4xx DDR autocalibration routines
14581
14582     Signed-off-by: Adam Graham <agraham@amcc.com>
14583     Signed-off-by: Stefan Roese <sr@denx.de>
14584
14585 commit 075d0b81e896e8735ae26372cd384f87cbd24e41
14586 Author: Adam Graham <agraham@amcc.com>
14587 Date:   Wed Sep 3 12:26:28 2008 -0700
14588
14589     ppc4xx: IBM Memory Controller DDR autocalibration routines
14590
14591     Alternate SDRAM DDR autocalibration routine that can be generically used
14592     for any PPC4xx chips that have the IBM SDRAM Controller core allowing for
14593     support of more DIMM/memory chip vendors and gets the DDR autocalibration
14594     values which give the best read latency performance (SDRAM0_RDCC.[RDSS]).
14595
14596     Two alternate SDRAM DDR autocalibration algoritm are provided in this patch,
14597     "Method_A" and "Method_B".  DDR autocalibration Method_A scans the full range
14598     of possible PPC4xx  SDRAM Controller DDR autocalibration values and takes a
14599     lot longer to run than Method_B.  Method_B executes in the same amount of time
14600     as the currently existing DDR autocalibration routine, i.e. 1 second or so.
14601     Normally Method_B is used and it is set as the default method.
14602
14603     The current U-Boot PPC4xx DDR autocalibration code calibrates the IBM SDRAM
14604     Controller registers.[bit-field]:
14605     1)  SDRAM0_RQDC.[RQFD]
14606     2)  SDRAM0_RFDC.[RFFD]
14607
14608     This alternate PPC4xx DDR autocalibration code calibrates the following
14609     IBM SDRAM Controller registers.[bit-field]:
14610
14611     1)  SDRAM0_WRDTR.[WDTR]
14612     2)  SDRAM0_CLKTR.[CKTR]
14613     3)  SDRAM0_RQDC.[RQFD]
14614     4)  SDRAM0_RFDC.[RFFD]
14615
14616     and will also use the calibrated settings of the above four registers that
14617     produce the best "Read Sample Cycle Select" value in the SDRAM0_RDCC.[RDSS]
14618     register.[bit-field].
14619
14620     Signed-off-by: Adam Graham <agraham@amcc.com>
14621     Signed-off-by: Stefan Roese <sr@denx.de>
14622
14623 commit e07f4a8033b6270b8103049adb6456f660ff4a89
14624 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
14625 Date:   Mon Sep 1 13:09:39 2008 -0400
14626
14627     ppc44x: Unification of virtex5 pp440 boards
14628
14629     This patch provides an unificated way of handling xilinx v5 ppc440 boards.
14630
14631     It unificates 3 different things:
14632
14633     1) Source code
14634     A new board called ppc440-generic has been created. This board includes
14635     a generic tlb initialization (Maps the whole memory into virtual) and
14636     defines board_pre_init, checkboard, initdram and get_sys_info weakly,
14637     so, they can be replaced by specific functions.
14638
14639     If a new board needs to redefine any of the previous functions
14640     (specific initialization) it can create a new directory with the
14641     specific initializations needed. (see the example ml507 board).
14642
14643     2) Configuration file
14644     Common configurations are located under configs/xilinx-ppc440.h, this
14645     header file interpretes the xparameters file generated by EDK and
14646     configurates u-boot in correspondence. Example: if there is a Temac,
14647     allows CMD_CONFIG_NET
14648     Specific configuration are located under specific configuration file.
14649     (see the example ml507 board)
14650
14651     3) Makefile
14652     Some work has been done in order to not duplicate work in the Main
14653     Makefile. Please see the attached code.
14654
14655     In order to support new boards they can be implemented in the next way:
14656
14657     a) Simple Generic Board  (90% of the time)
14658     Using EDK generates a new xparameters.h file, replace
14659     ppc440-generic/xparameters.h  and run make xilinx-ppc440-generic_config
14660     && make
14661
14662     b) Simple Boards with special u-boot parameters (9 % of the time)
14663     Create a new file under configs for it (use ml507.h as example) and
14664     change your paramaters. Create a new Makefile paragraph and compile
14665
14666     c) Complex boards (1% of the time)
14667     Create a new folder for the board, like the ml507
14668
14669     Finally, it adds support for the Avnet FX30T Evaluation board, following
14670     the new generic structure:
14671
14672     Cheap board by Avnet for evaluating the Virtex5 FX technology.
14673
14674     This patch adds support for:
14675      - UartLite
14676      - 16MB Flash
14677      - 64MB RAM
14678
14679     Prior using U-boot in this board, read carefully the ERRATA by Avnet
14680     to solve some memory initialization issues.
14681
14682     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
14683     Signed-off-by: Stefan Roese <sr@denx.de>
14684
14685 commit 64ac1eb5afafced49b327425ad1814b2dc422d6e
14686 Author: Nick Spence <nick.spence@freescale.com>
14687 Date:   Tue Sep 2 15:21:16 2008 -0500
14688
14689     mpc83xx: fix mpc8313 in-tree building with NAND
14690
14691     and add mpc8313 NAND build to MAKEALL
14692
14693     Signed-off-by: Nick Spence <nick.spence@freescale.com>
14694     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
14695
14696 commit 6eb2a44e27919fdc601e0c05404b298a7602c0e3
14697 Author: Nick Spence <nick.spence@freescale.com>
14698 Date:   Thu Aug 28 14:09:25 2008 -0700
14699
14700     mpc83xx: clean up cache operations and unlock_ram_in_cache() functions
14701
14702     Cleans up some latent issues with the data cache control so that
14703     dcache_enable() and dcache_disable() will work reliably (after
14704     unlock_ram_in_cache() has been called)
14705
14706     Signed-off-by: Nick Spence <nick.spence@freescale.com>
14707     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
14708
14709 commit 46497056ae3b1e81e736e9cf3a170472c5d9719f
14710 Author: Nick Spence <nick.spence@freescale.com>
14711 Date:   Thu Aug 28 14:09:19 2008 -0700
14712
14713     mpc83xx: Store and display Arbiter Event Register values
14714
14715     Record the Arbiter Event Register values and optionally display them.
14716
14717     The Arbiter Event Register can record the type and effective address of
14718     an arbiter error, even through an HRESET. This patch stores the values in
14719     the global data structure.
14720
14721     Display of the Arbiter Event registers immediately after the RSR value
14722     can be enabled with defines. The Arbiter values will only be displayed
14723     if an arbiter event has occured since the last Power On Reset, and either
14724     of the following defines exist:
14725      #define CONFIG_DISPLAY_AER_BRIEF - display only the arbiter address and
14726                                         and type register values
14727      #define CONFIG_DISPLAY_AER_FULL  - display and interpret the arbiter
14728                                         event register values
14729
14730     Address Only transactions are one of the trapped events that can register
14731     as an arbiter event. They occur with some cache manipulation instructions
14732     if the HID0_ABE (Address Broadcast Enable) is set and the memory region
14733     has the MEMORY_COHERENCE WIMG bit set. Setting:
14734      #define CONFIG_MASK_AER_AO - prevents the arbiter from recording address
14735                                   only events, so that it can still capture
14736                                   other real problems.
14737
14738     Signed-off-by: Nick Spence <nick.spence@freescale.com>
14739     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
14740
14741 commit ade50c7fa1b16ef98be17e9c3ae286aecf4f5605
14742 Author: Nick Spence <nick.spence@freescale.com>
14743 Date:   Thu Aug 28 14:09:11 2008 -0700
14744
14745     mpc83xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cache
14746
14747     This is needed in unlock_ram_in_cache() because it is called from C and
14748     will corrupt the small data area anchor that is kept in R2.
14749
14750     lock_ram_in_cache() is modified similarly as good coding practice, but
14751     is not called from C.
14752
14753     Signed-off-by: Nick Spence <nick.spence@freescale.com>
14754     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
14755
14756 commit d9fe88173cb4f7d293796ffe10c7a0d3d426d8f9
14757 Author: Nick Spence <nick.spence@freescale.com>
14758 Date:   Fri Aug 22 23:52:50 2008 -0700
14759
14760     MPC83XX: Fix GPIO configuration - set gpio level before direction
14761
14762     Set DAT value before DIR values to avoid creating glitches on the
14763     GPIO signals.
14764
14765     Set gpio level register before direction register to inhibit
14766     glitches on high level output pins.
14767
14768     Dir and data gets cleared at powerup, so high level output lines see
14769     a short low pulse between setting the direction and level registers.
14770
14771     Issue was seen on a new board with the nReset line of the NOR flash
14772     connected to a GPIO. Setting the direction register puts the NOR flash
14773     in reset so the next instruction to set the level cannot get executed.
14774
14775     Signed-off-by: Nick Spence <nick.spence@freescale.com>
14776     Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14777     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
14778
14779 commit 7007c5975ee900ad70983b0681d3251e221f8321
14780 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14781 Date:   Tue Sep 2 02:58:32 2008 +0200
14782
14783     doc/qemu_mips: add doc howto debug u-boot with gdb
14784
14785     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14786
14787 commit 7deb3b3ecd0e81ef09bb68aa0ec2346f4ae0a405
14788 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
14789 Date:   Wed Sep 3 17:15:45 2008 +0200
14790
14791     ppx4xx: Fix broken DASA_SIM board
14792
14793     This patch adds initdram() to DASA_SIM boards that has been
14794     removed accidentally by a previous commit.
14795
14796     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
14797     Signed-off-by: Stefan Roese <sr@denx.de>
14798
14799 commit 7e410aa30fbcb1d19a26bbf1e84a9ca6102d534b
14800 Author: Stefan Roese <sr@denx.de>
14801 Date:   Mon Sep 1 08:35:37 2008 +0200
14802
14803     ppc4xx: Remove reference to common/lists.o from some esd linker scripts
14804
14805     This patch removes some direct references to common/lists.o from some
14806     esd linker scripts. This is necessary because the lists source was moved
14807     and is not in the "common" directory anymore.
14808
14809     Signed-off-by: Stefan Roese <sr@denx.de>
14810
14811 commit 97b0734d65f8a0b03df0a335a2addc759da56107
14812 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
14813 Date:   Tue Sep 2 16:33:05 2008 +0200
14814
14815     ppc4xx: Remove obsolete or unused functions from some esd boards
14816
14817     This patch removes initdram() and testdram() from most esd 405 platforms.
14818     Some boards also have an empty dummy implementation of
14819     misc_init_f(). This is also removed.
14820
14821     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
14822     Signed-off-by: Stefan Roese <sr@denx.de>
14823
14824 commit 1092ce218c514e5ccb18450ac5af501d96d6e3e9
14825 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
14826 Date:   Tue Sep 2 15:07:54 2008 +0200
14827
14828     ppc4xx: Update VOM405 board configuration
14829
14830     - remove PCI code
14831     - add command line editing
14832     - minor cleanup
14833
14834     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
14835     Signed-off-by: Stefan Roese <sr@denx.de>
14836
14837 commit 830c800e28e96ec7c3c6936a0bd1b9461f3e77d4
14838 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
14839 Date:   Tue Sep 2 15:07:53 2008 +0200
14840
14841     ppc4xx: Remove obsolete initdram() function from VOM405 board
14842
14843     This patch removed the obsolete initdram() function from
14844     VOM405 platform file.
14845
14846     Some minor cleanup.
14847
14848     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
14849     Signed-off-by: Stefan Roese <sr@denx.de>
14850
14851 commit 3d4dd7a941b2327b8c2fc535b782ca307ff8b6c8
14852 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
14853 Date:   Tue Sep 2 15:07:52 2008 +0200
14854
14855     ppc4xx: Cleanup VOM405 linker script
14856
14857     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
14858     Signed-off-by: Stefan Roese <sr@denx.de>
14859
14860 commit fcaffd597f6f5191b12ca66c2a4789bbdeea85c2
14861 Author: Matthias Fuchs <mf@esd.eu>
14862 Date:   Tue Sep 2 15:07:51 2008 +0200
14863
14864     ppc4xx: Add fdt support for VOM405 boards
14865
14866     Signed-off-by: Matthias Fuchs <mf@esd.eu>
14867     Signed-off-by: Stefan Roese <sr@denx.de>
14868
14869 commit 9ec367aa2c5dcf79558aa2b209b45d7686654c14
14870 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
14871 Date:   Tue Sep 2 11:36:14 2008 +0200
14872
14873     ppc4xx: Coding style cleanup
14874
14875     Wrap long lines etc.
14876
14877     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
14878     Signed-off-by: Stefan Roese <sr@denx.de>
14879
14880 commit 17e65c21adfb63980e6aff80bfbd2df0eeb12060
14881 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
14882 Date:   Tue Sep 2 11:35:56 2008 +0200
14883
14884     ppc4xx: Enable USB on PLU405 boards
14885
14886     This patch enables the PCI-OHCI controller on PLU405 board.
14887
14888     Also the default CPU frequency is updated to 266 MHz and
14889     command line editing is enabled.
14890
14891     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
14892     Signed-off-by: Stefan Roese <sr@denx.de>
14893
14894 commit 40e43e3b87d57b2ac786e27f6e25a7df9940d93b
14895 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
14896 Date:   Tue Sep 2 11:35:35 2008 +0200
14897
14898     ppc4xx: Cleanup PLU405 platform file
14899
14900     This patch
14901     - wraps some long lines
14902     - removes unused/obsolete functions: misc_init_f() and initdram()
14903
14904     Signed-off-by: Matthias Fuchs <mf@esd.eu>
14905     Signed-off-by: Stefan Roese <sr@denx.de>
14906
14907 commit d74cdb1d0614ab78128e0735a51e7988a7b7ea33
14908 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
14909 Date:   Tue Sep 2 11:35:04 2008 +0200
14910
14911     ppc4xx: Cleanup PLU405 linker script
14912
14913     Signed-off-by: Matthias Fuchs <mf@esd.eu>
14914     Signed-off-by: Stefan Roese <sr@denx.de>
14915
14916 commit 3bc1054cec2f6b25822f301ea922a16233baa4c7
14917 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
14918 Date:   Tue Sep 2 11:34:36 2008 +0200
14919
14920     ppc4xx: Add fdt support for PLU405 boards
14921
14922     Signed-off-by: Matthias Fuchs <mf@esd.eu>
14923     Signed-off-by: Stefan Roese <sr@denx.de>
14924
14925 commit 5a3e480b783bfbc139586293a54fb875d7c5c5d4
14926 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
14927 Date:   Tue Sep 2 11:34:08 2008 +0200
14928
14929     ppc4xx: Increase U-Boot size to 384kB for PLU405 boards
14930
14931     Signed-off-by: Matthias Fuchs <mf@esd.eu>
14932     Signed-off-by: Stefan Roese <sr@denx.de>
14933
14934 commit be1b0d2777e179191a57b138b660547a17e55aad
14935 Author: Jochen Friedrich <jochen@scram.de>
14936 Date:   Tue Sep 2 11:24:59 2008 +0200
14937
14938     Don't tftp to unknown flash
14939
14940     If a board has a variable number of flash banks, there are empty entries
14941     in flash_info[] and CFG_DIRECT_FLASH_TFTP is set, tftp boot fails with
14942     "Outside available Flash". This patch skips flash banks with unknown
14943     flash ids.
14944
14945     Signed-off-by: Jochen Friedrich <jochen@scram.de>
14946     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14947
14948 commit 33314470ab32a3f5412bb61b5f3d6c216c88bf9b
14949 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
14950 Date:   Thu Aug 28 13:40:44 2008 +0900
14951
14952     net: smc911x: Add pkt_data_pull and pkt_data_push function
14953
14954     The RSK7203 board has the SMSC9118 wired up 'incorrectly'.
14955     Byte-swapping is necessary, and so poor performance is inevitable.
14956     This problem cannot evade by the swap function of CHIP, this can
14957     evade by software Byte-swapping.
14958     And this has problem by FIFO access only. pkt_data_pull/pkt_data_push
14959     functions necessary to solve this problem.
14960
14961     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
14962     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14963
14964 commit 10efa024b8ffd9e6aaca63da8bddfdffdc672274
14965 Author: Ben Warren <biggerbadderben@gmail.com>
14966 Date:   Sun Aug 31 20:37:00 2008 -0700
14967
14968     Moved initialization of EEPRO100 Ethernet controller to board_eth_init()
14969
14970     Affected boards:
14971         db64360
14972         db64460
14973         katmai
14974         taihu
14975         taishan
14976         yucca
14977         cpc45
14978         cpu87
14979         eXalion
14980         elppc
14981         debris
14982         kvme080
14983         mpc8315erdb
14984         integratorap
14985         ixdp425
14986         oxc
14987         pm826
14988         pm828
14989         pm854
14990         pm856
14991         ppmc7xx
14992         sc3
14993         sc520_spunk
14994         sorcery
14995         tqm8272
14996         tqm85xx
14997         utx8245
14998
14999     Removed initialization of the driver from net/eth.c
15000     Also, wrapped contents of pci_eth_init() by CONFIG_PCI.
15001
15002     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
15003
15004 commit 8ca0b3f99c4fce7a599dcaf92ae095496dc8c8e0
15005 Author: Ben Warren <biggerbadderben@gmail.com>
15006 Date:   Sun Aug 31 10:45:44 2008 -0700
15007
15008     Moved initialization of TULIP Ethernet controller to board_eth_init()
15009
15010     Affected boards:
15011         cu824
15012         bab7xx
15013         adciop
15014         dasa_sim
15015         mousse
15016         mpc8540eval
15017         musenki
15018         mvblue
15019         pcippc2/pcippc6
15020         sbc8240
15021         stxssa
15022
15023     Removed initialization of the driver from net/eth.c
15024
15025     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
15026
15027 commit ad3381cf4167120db5c7b88e4970245e1d5c0a32
15028 Author: Ben Warren <biggerbadderben@gmail.com>
15029 Date:   Sun Aug 31 10:44:19 2008 -0700
15030
15031     Moved initialization of E1000 Ethernet controller to board_eth_init()
15032
15033     Affected boards:
15034         ap1000
15035         mvbc_p
15036         PM854
15037
15038     Removed initialization of the driver from net/eth.c
15039
15040     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
15041
15042 commit 4fce2aceaf8afd31a252bc782c9dbc497bf40487
15043 Author: Ben Warren <biggerbadderben@gmail.com>
15044 Date:   Sun Aug 31 10:40:51 2008 -0700
15045
15046     Moved initialization of plb2800 Ethernet driver to board_eth_init
15047
15048     Affected boards:
15049         purple
15050
15051     Removed initialization of controller from net/eth.c
15052
15053     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
15054
15055 commit e1d7480b5de1fd4830bf7cf5e2237d3b0846d08d
15056 Author: Ben Warren <biggerbadderben@gmail.com>
15057 Date:   Sun Aug 31 10:39:12 2008 -0700
15058
15059     Moved initialization of MPC5xxx_FEC Ethernet driver to CPU directory
15060
15061     Modified board_eth_init() functions of boards that have this FEC in addition
15062     to other Ethernet controllers.
15063
15064     Affected boards:
15065         bc3450
15066         icecube
15067         mvbc_p
15068         o2dnt
15069         pm520
15070         total5200
15071         tq5200
15072
15073     Removed initialization of controller from net/eth.c
15074
15075     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
15076
15077 commit a0aad08f9427ac00218bdb2cb649833ce6ec9b8d
15078 Author: Ben Warren <biggerbadderben@gmail.com>
15079 Date:   Sun Aug 31 10:36:38 2008 -0700
15080
15081     Moved initialization of MPC512x_FEC Ethernet driver to CPU directory
15082
15083     Added a cpu_eth_init() function to MPC512x CPU directory and
15084     removed code from net/eth.c
15085
15086     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
15087
15088 commit 8218bd2aa68820b878a8413493ae17fd8d21f944
15089 Author: Ben Warren <biggerbadderben@gmail.com>
15090 Date:   Sun Aug 31 10:16:59 2008 -0700
15091
15092     Moved initialization of IncaIP Ethernet controller to board_eth_init
15093
15094     Affected boards:
15095         IncaIP
15096
15097     Removed initialization of the driver from net/eth.c
15098
15099     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
15100
15101 commit 164846eeb25cb2a5ede7ab9371fdca7f4831a055
15102 Author: Ben Warren <biggerbadderben@gmail.com>
15103 Date:   Sun Aug 31 10:15:26 2008 -0700
15104
15105     Moved initialization of 3COM Ethernet controller (AmigaOne) to board_eth_init()
15106
15107         Affected boards:
15108             AmigaOneG3SE
15109
15110         Removed initialization of the driver from net/eth.c
15111
15112     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
15113
15114 commit 6aca145e067efe75398e9fac97822bd3700de0b2
15115 Author: Ben Warren <biggerbadderben@gmail.com>
15116 Date:   Sun Aug 31 10:13:34 2008 -0700
15117
15118     Moved initialization of GT6426x Ethernet controller to board_eth_init()
15119
15120     Affected boards:
15121         EVB64260
15122         P3G4
15123         ZUMA
15124
15125     Removed initialization of the driver from net/eth.c
15126
15127     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
15128
15129 commit e3090534d62045dcb73f5392bacc64a4e8e443dc
15130 Author: Ben Warren <biggerbadderben@gmail.com>
15131 Date:   Sun Aug 31 10:08:43 2008 -0700
15132
15133     Moved initialization of PCNET Ethernet controller to board_eth_init()
15134
15135     Affected boards:
15136         PN62
15137         sc520_cdp
15138
15139     Removed initialization of the driver from net/eth.c
15140
15141     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
15142
15143 commit b902b8dda5e1fd4d5fe2f202c71ee3521d2c40ed
15144 Author: Ben Warren <biggerbadderben@gmail.com>
15145 Date:   Sun Aug 31 10:07:16 2008 -0700
15146
15147     Moved initialization of NATSEMI Ethernet controller to board_eth_init()
15148
15149     Affected boards:
15150         a3000
15151
15152     Removed initialization of the driver from net/eth.c
15153
15154     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
15155
15156 commit 19403633dd70333893c2da7926a1d0dcd6dab7d8
15157 Author: Ben Warren <biggerbadderben@gmail.com>
15158 Date:   Sun Aug 31 10:03:22 2008 -0700
15159
15160     Moved initialization of NS8382X Ethernet controller to board_eth_init()
15161
15162     Affected boards:
15163         bc3450
15164         cpci5200
15165         mecp5200
15166         pf2000
15167         icecube
15168         o2dnt
15169         pm520
15170         sandpoint8245
15171         total5200
15172         tqm5200
15173
15174     Removed initialization of the driver from net/eth.c
15175
15176     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
15177
15178 commit ccdd12f83ef93719fbe85f642aa4dc648b9498f0
15179 Author: Ben Warren <biggerbadderben@gmail.com>
15180 Date:   Sun Aug 31 09:59:33 2008 -0700
15181
15182     Moved initialization of TSI108 Ethernet controller to board_eth_init()
15183
15184     Affected boards:
15185         mpc7448hpc2
15186
15187     Removed initialization of the driver from net/eth.c
15188
15189     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
15190
15191 commit 0b252f50ae218ae15bfb63af44227972686ebc56
15192 Author: Ben Warren <biggerbadderben@gmail.com>
15193 Date:   Sun Aug 31 21:41:08 2008 -0700
15194
15195     Moved initialization of RTL8139 Ethernet controller to board_eth_init()
15196
15197     Affected boards:
15198         hidden_dragon
15199         MPC8544DS
15200         MPC8610HPCN
15201         R2DPLUS
15202         TB0229
15203
15204     Removed initialization of the driver from net/eth.c
15205
15206     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
15207
15208 commit 02d69891d95ee76b0e86e1715a4dc0b964a57cb7
15209 Author: Ben Warren <biggerbadderben@gmail.com>
15210 Date:   Sun Aug 31 09:49:42 2008 -0700
15211
15212     Moved initialization of RTL8169 Ethernet controller to board_eth_init()
15213
15214     Affected boards:
15215         linkstation
15216         r7780mp
15217
15218     Removed initialization of the driver from net/eth.c
15219
15220     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
15221
15222 commit 3ae071e44256144d6c1e3febb65f6c56bd433769
15223 Author: Ben Warren <biggerbadderben@gmail.com>
15224 Date:   Tue Aug 12 22:11:53 2008 -0700
15225
15226     Moved initialization of Ethernet controllers on Atmel AT91 to board_eth_init()
15227
15228     Removed at91sam9_eth_initialize() from net/eth.c
15229
15230     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
15231
15232 commit 89973f8a82c28ad893c4c3cc56839a8e10fe5f13
15233 Author: Ben Warren <biggerbadderben@gmail.com>
15234 Date:   Sun Aug 31 22:22:04 2008 -0700
15235
15236     Introduce netdev.h header file and remove externs
15237
15238     This addresses all drivers whose initializers have already
15239     been moved to board_eth_init()/cpu_eth_init().
15240
15241     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
15242
15243 commit 5a8a163ac394d9f4f7ff57f415d82bd673b0068c
15244 Author: Andy Fleming <afleming@freescale.com>
15245 Date:   Sun Aug 31 16:33:30 2008 -0500
15246
15247     Add pixis_set_sgmii command
15248
15249     The 8544DS and 8572DS platforms support an optional SGMII riser card to
15250     expose ethernet over an SGMII interface.  Once the card is in, it is also
15251     necessary to configure the board such that it uses the card, rather than
15252     the on-board ethernet ports.  This can either be done by flipping dip switches
15253     on the motherboard, or by modifying registers in the pixis.  Either way
15254     requires a reboot.
15255
15256     This adds a command to allow users to choose which ports are routed through
15257     the SGMII card, and which through the onboard ports.  It also allows users
15258     to revert to the current switch settings.
15259
15260     This code does not work on the 8572, as the PIXIS is different.
15261
15262     Signed-off-by: Andy Fleming <afleming@freescale.com>
15263     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
15264
15265 commit 216f2a7156a5fde7b47adc40ad553c888a9cbaa7
15266 Author: Andy Fleming <afleming@freescale.com>
15267 Date:   Sun Aug 31 16:33:29 2008 -0500
15268
15269     Add SGMII support for the 8544 DS
15270
15271     The 8544 DS has an optional SGMII Riser card, which uses different PHY
15272     addresses.  Check if we are in SGMII mode, and invoke the SGMII Riser
15273     setup code if so.
15274
15275     Signed-off-by: Andy Fleming <afleming@freescale.com>
15276     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
15277
15278 commit 652f7c2eef76a1340928bd660845441e932d86a2
15279 Author: Andy Fleming <afleming@freescale.com>
15280 Date:   Sun Aug 31 16:33:28 2008 -0500
15281
15282     Add support for Freescale SGMII Riser Card
15283
15284     The 8544DS and 8572DS systems have an optional SGMII riser card which
15285     exposes new ethernet ports which are connected to the eTSECs via an
15286     SGMII interface.  The SGMII PHYs for this board are offset from the standard
15287     PHY addresses, so this code modifies the passed in tsec_info structure to
15288     use the SGMII PHYs on the card, instead.
15289
15290     Signed-off-by: Andy Fleming <afleming@freescale.com>
15291     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
15292
15293 commit 2abe361c03b43e6dcf68f54e96b5c05156c49284
15294 Author: Andy Fleming <afleming@freescale.com>
15295 Date:   Sun Aug 31 16:33:27 2008 -0500
15296
15297     Add SGMII support to the tsec
15298
15299     Adds support for configuring the TBI to talk properly with the SerDes.
15300
15301     Signed-off-by: Andy Fleming <afleming@freescale.com>
15302     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
15303
15304 commit 75b9d4ae0d69f214eab641caf12ce8af83a39a42
15305 Author: Andy Fleming <afleming@freescale.com>
15306 Date:   Sun Aug 31 16:33:26 2008 -0500
15307
15308     Pass in tsec_info struct through tsec_initialize
15309
15310     The tsec driver contains a hard-coded array of configuration information
15311     for the tsec ethernet controllers.  We create a default function that works
15312     for most tsecs, and allow that to be overridden by board code.  It creates
15313     an array of tsec_info structures, which are then parsed by the corresponding
15314     driver instance to determine configuration.  Also, add regs, miiregs, and
15315     devname fields to the tsec_info structure, so that we don't need the kludgy
15316     "index" parameter.
15317
15318     Signed-off-by: Andy Fleming <afleming@freescale.com>
15319     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
15320
15321 commit dd3d1f56a01f460d560766126ee7dfed2ea9bc10
15322 Author: Andy Fleming <afleming@freescale.com>
15323 Date:   Sun Aug 31 16:33:25 2008 -0500
15324
15325     tsec: Move tsec.h to include/
15326
15327     This is to prepare the way for board code passing in the tsec_info structure
15328
15329     Signed-off-by: Andy Fleming <afleming@freescale.com>
15330     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
15331
15332 commit d23dc394aa69093b6326ad917db04dc0d1aff3f8
15333 Author: Sergei Poselenov <sposelenov@emcraft.com>
15334 Date:   Fri Jun 6 15:52:44 2008 +0200
15335
15336     PHY: Add support for the M88E1121R Marvell chip.
15337
15338     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
15339     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
15340     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
15341
15342 commit 1711f3bd16d1c5e9d17b4c0198b426d86999781b
15343 Author: Wolfgang Denk <wd@denx.de>
15344 Date:   Tue Sep 2 21:17:36 2008 +0200
15345
15346     fw_env.c: fix build problems with MTD_VERSION=old
15347
15348     (as needed to support old 2.4 Linux kernel based releases)
15349
15350     Signed-off-by: Wolfgang Denk <wd@denx.de>
15351
15352 commit 628ffd73bcff0c9f3bc5a8eeb2c7455fe9d28a51
15353 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15354 Date:   Mon Sep 1 17:11:26 2008 +0200
15355
15356     device: make device_register() clone the device
15357
15358     This is expected by the callers, but this fact was hidden well within
15359     the old list implementation.
15360
15361     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15362
15363 commit c75e772a2f061a508bba28ded1b5bea91f0442b0
15364 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
15365 Date:   Sun Aug 31 23:28:15 2008 +0900
15366
15367     sh: Remove CC line from board's Makefile
15368
15369     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
15370
15371 commit 468eae0660de6fdfd9999944c536ecc4797bd944
15372 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
15373 Date:   Sun Aug 31 23:25:57 2008 +0900
15374
15375     sh: Replaced "@./mkconfig" for @$(MKCONFIG)
15376
15377     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
15378
15379 commit 3aeb1ff7482a732503186c742d3a5ded4b7a0d34
15380 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
15381 Date:   Thu Aug 28 14:50:52 2008 +0900
15382
15383     sh: Add support sh2 to MAKEALL
15384
15385     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
15386     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
15387
15388 commit 6f3d8bb5faa12dbf3031382286784c978df038ee
15389 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
15390 Date:   Thu Aug 28 14:52:23 2008 +0900
15391
15392     sh: Fix compile error rsk7203 board
15393
15394     This boards used old type preprocessor.
15395     This patch fix compile error.
15396
15397     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
15398     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
15399
15400 commit 1c98172e025018552e9bb4c43b0aaee76f79b1aa
15401 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
15402 Date:   Thu Aug 28 14:53:31 2008 +0900
15403
15404     sh: Fix compile error sh7785lcr board
15405
15406     This boards used old type preprocessor.
15407     This patch fix compile error.
15408
15409     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
15410     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
15411
15412 commit 6f0da4972e48f99d37bc522814940a6022cd3084
15413 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
15414 Date:   Fri Aug 22 17:39:09 2008 +0900
15415
15416     sh: Renesas Solutions AP325RXA board support
15417
15418     AP325RXA is SH7723's reference board.
15419     This has SCIF, NOR Flash, Ethernet, USB host, LCDC, SD Host, Camera and other.
15420     In this patch, support SCIF, NOR Flash, and Ethernet.
15421
15422     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
15423     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
15424
15425 commit ab09f433b50bb83b5e440c335bc3839ee069e534
15426 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
15427 Date:   Fri Aug 22 17:48:51 2008 +0900
15428
15429     sh: add support Renesas SH7723
15430
15431     Renesas SH7723 has 5 SCIF, SD, Camera, LCDC and other.
15432     This patch supports CPU register's header file and SCIF serial driver.
15433
15434     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
15435     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
15436
15437 commit c655fad06ba3fb042dbc667724a40e1a9a091248
15438 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
15439 Date:   Sun Aug 31 23:02:04 2008 +0900
15440
15441     sh: Renesas RSK+ 7203 board support
15442
15443     This adds initial support for the RTE RSK+ SH7203 board.
15444
15445     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
15446     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
15447
15448 commit 6ede753ddf52a7b0f992d9bccbe5e4a0968ca475
15449 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
15450 Date:   Thu Jul 3 23:11:02 2008 +0900
15451
15452     sh: Add support Renesas SH7203 processor
15453
15454     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
15455     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
15456
15457 commit 6ad43d0dd86b612895ddc7f480eb6cdfe793adf9
15458 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
15459 Date:   Sun Aug 31 22:48:33 2008 +0900
15460
15461     sh: Add support SH2/SH2A which is CPU of Renesas Technology
15462
15463     Add support SH2/SH2A basic function.
15464
15465     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
15466     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
15467
15468 commit 0d53a47dc0737b6aa3a39caee21410c169441ae5
15469 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
15470 Date:   Sun Aug 31 22:45:08 2008 +0900
15471
15472     sh: Renesas R0P7785LC0011RL board support
15473
15474     This board has SH7785, 512MB DDR2-SDRAM, NOR Flash,
15475     Graphic, Ethernet, USB, SD, RTC, and I2C controller.
15476
15477     This patch supports the following functions:
15478      - 128MB DDR2-SDRAM (29-bit address mode only)
15479      - NOR Flash
15480      - USB host
15481      - Ethernet
15482
15483     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
15484     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
15485
15486 commit b0b6218929bc7de9a6bdb8e564fa8ec2efa71b4e
15487 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
15488 Date:   Thu Jul 10 19:32:53 2008 +0900
15489
15490     sh: add support for SH7785
15491
15492     Renesas SH7785 has DDR2-SDRAM controller, PCI, and other.
15493     This patch supports CPU register's header file.
15494
15495     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
15496     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
15497
15498 commit d6e04258be8f2408845468d3cf722a4cf0433445
15499 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15500 Date:   Sun Aug 31 04:45:42 2008 +0200
15501
15502     davinci: fix remaining dm644x_eth
15503
15504     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15505
15506 commit 08ab4e1780fa63c88dd5a5ab52f4ff4ed1ee1878
15507 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15508 Date:   Sun Aug 31 04:24:56 2008 +0200
15509
15510     fs: Move conditional compilation to Makefile
15511
15512     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15513
15514 commit c1de7a6daf9c657484e1c6d433f01fccd49a7f48
15515 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15516 Date:   Sun Aug 31 04:24:55 2008 +0200
15517
15518     devices: merge to list_head
15519
15520     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15521
15522 commit ef0255fc75f28655f9681422079287d68a14dbaa
15523 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15524 Date:   Sun Aug 31 04:24:51 2008 +0200
15525
15526     update linux/list
15527
15528     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15529
15530 commit 71cb31227bee741b274f6c0279b2aac1ab8e28e3
15531 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15532 Date:   Sun Aug 31 00:39:48 2008 +0200
15533
15534     smdk6400: add gitignore
15535
15536     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15537
15538 commit f9f692e2b146d4e306b777e6d5f69f1d725b9eb9
15539 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15540 Date:   Sun Aug 31 00:39:48 2008 +0200
15541
15542     smdk6400: Use CONFIG_FLASH_CFI_DRIVER
15543
15544     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15545
15546 commit 7c0e5a8db3d1358b0ce3cc85ada0de6341ca4a15
15547 Author: Guennadi Liakhovetski <lg@denx.de>
15548 Date:   Sun Aug 31 00:39:47 2008 +0200
15549
15550     smdk6400: remove redundant bootargs definition
15551
15552     Double bootargs setting leads to a duplicated environmant entry.
15553
15554     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
15555
15556 commit 11edcfe260f20dcea79284a3e95270989d433854
15557 Author: Guennadi Liakhovetski <lg@denx.de>
15558 Date:   Sun Aug 31 00:39:47 2008 +0200
15559
15560     ARM: Add support for S3C6400 based SMDK6400 board
15561
15562     SMDK6400 can only boot U-Boot from NAND-flash. This patch adds a nand_spl
15563     driver for it too. The board can also boot from the NOR flash, but due to
15564     hardware limitations it can only address 64KiB on it, which is not enough
15565     for U-Boot. Based on the original sources by Samsung for U-Boot 1.1.6.
15566
15567     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
15568
15569 commit e0056b341069796eaea11eae0fc8eb93a3dceaac
15570 Author: Guennadi Liakhovetski <lg@denx.de>
15571 Date:   Sun Aug 31 00:39:47 2008 +0200
15572
15573     NAND: add NAND driver for S3C64XX
15574
15575     Based on the original S3C64XX NAND driver by Samsung for U-Boot 1.1.6.
15576
15577     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
15578
15579 commit 3fe7b589f9c7463df39056f8872006a67f56a91c
15580 Author: Guennadi Liakhovetski <lg@denx.de>
15581 Date:   Sun Aug 31 00:39:47 2008 +0200
15582
15583     S3C64XX: remove broken HWFLOW support from the serial driver
15584
15585     As noted by Harald Welte, HWFLOW support in the S3C64XX serial driver is
15586     broken and currently unused. Remove it.
15587
15588     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
15589
15590 commit 2fb28dcf82048045e1bf5014e938e486fa6c2383
15591 Author: Guennadi Liakhovetski <lg@denx.de>
15592 Date:   Sun Aug 31 00:39:47 2008 +0200
15593
15594     serial: add S3C64XX serial driver
15595
15596     Based on the original S3C64XX UART driver by Samsung for U-Boot 1.1.6.
15597
15598     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
15599
15600 commit 8262813ca04fc57f5d8856e1828085c136e0f1eb
15601 Author: Guennadi Liakhovetski <lg@denx.de>
15602 Date:   Sun Aug 31 00:39:46 2008 +0200
15603
15604     USB: Add support for OHCI controller on S3C6400
15605
15606     Notice: USB on S3C6400 currently works _only_ with switched off MMU. One could
15607     try to enable the MMU, but map addresses 1-to-1, and disable data cache, then
15608     it should work too and we could still profit from instruction cache.
15609
15610     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
15611
15612 commit 9b07773f8883665b002500c190507e9fd99b7181
15613 Author: Guennadi Liakhovetski <lg@denx.de>
15614 Date:   Sun Aug 31 00:39:46 2008 +0200
15615
15616     ARM: Add arm1176 core with S3C6400 SoC
15617
15618     Based on the original S3C64XX port by Samsung for U-Boot 1.1.6.
15619
15620     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
15621
15622 commit fcaac589a68115819ddadcf5c18ded9a5f9e2c75
15623 Author: Sandeep Paulraj <s-paulraj@ti.com>
15624 Date:   Sun Aug 31 00:39:46 2008 +0200
15625
15626     ARM DaVinci: Changing function names for EMAC driver
15627
15628     DM644x is just one of a series of DaVinci chips that use the EMAC driver.
15629     By replacing all the function names that start with dm644x_* to davinci_*
15630     we make these function more portable. I have tested this change on my EVM.
15631     DM6467 is another DaVinci SOC which uses the EMAC driver and i will
15632     be sending patches that add DaVinci DM6467 support to the list soon.
15633
15634     Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
15635
15636 commit fbbb1de369ca7d5ace6f7b0ce9d0aee24a6f457b
15637 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
15638 Date:   Sat Aug 30 23:21:30 2008 +0200
15639
15640     Integrator[AP/CP] - Remove unused file memsetup.S
15641
15642     - memsetup.s is changed/merged to lowlevel_init.S
15643       memsetup.S has a global label memsetup that just returns back to caller
15644     - memsetup global label is changed/merged to lowlevel_init
15645       This label is not called from anywhere.
15646
15647     Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
15648
15649 commit 89d51d022a63be1a851eda983c8cbce1a044f65f
15650 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
15651 Date:   Wed Aug 27 21:35:52 2008 +0200
15652
15653     ARM DaVinci: Standardize names of directories/files
15654
15655     ARM DaVinci: Standardize names of directories/files.
15656
15657     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
15658     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15659
15660 commit 264bbdd11d01f14f5ea4629556ae63b00b13402d
15661 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
15662 Date:   Fri Jul 11 15:10:13 2008 -0400
15663
15664     ARM DaVinci: Move common functions to board/davinci/common
15665
15666     ARM DaVinci: Move common functions to board/davinci/common.
15667
15668     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
15669
15670 commit c2b4b2e4814f4ace9015fdb64132894327400bf0
15671 Author: Stefan Roese <sr@denx.de>
15672 Date:   Fri Aug 29 11:56:49 2008 +0200
15673
15674     ppc4xx/NAND: Add select_chip function to 4xx NDFC driver
15675
15676     This function is needed for the new NAND infrastructure. We only need
15677     a dummy implementation though for the NDFC.
15678
15679     Signed-off-by: Stefan Roese <sr@denx.de>
15680
15681 commit 3d4a746e2fb4545f07d871049805fb34ae97cc94
15682 Author: Stefan Roese <sr@denx.de>
15683 Date:   Fri Aug 29 12:06:27 2008 +0200
15684
15685     ppc4xx: Increase image size for NAND boot target
15686
15687     This is needed since now with HUSH enabled (amcc-common.h) the image
15688     read from NAND exceeds the previous limit.
15689
15690     Signed-off-by: Stefan Roese <sr@denx.de>
15691
15692 commit 6b5049d056cd8ef72d1f2f461ceb2d033d93f759
15693 Author: Ben Warren <biggerbadderben@gmail.com>
15694 Date:   Thu Aug 28 23:58:30 2008 -0700
15695
15696     Move MPC512x_FEC driver to drivers/net
15697
15698     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
15699
15700 commit 80b00af01b3c9154774de2936f05a051e92f6a03
15701 Author: Ben Warren <biggerbadderben@gmail.com>
15702 Date:   Thu Aug 28 23:58:29 2008 -0700
15703
15704     Move MPC5xxx_FEC driver to drivers/net
15705
15706     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
15707
15708 commit 3de7bf0e6b1ad2608014096c8192f13229b2e9d7
15709 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15710 Date:   Fri Aug 29 21:53:57 2008 +0200
15711
15712     cmd_terminal: remove no need ifdef
15713
15714     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15715
15716 commit 578118bdf122877ae769776be002255be447b4fa
15717 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15718 Date:   Fri Aug 29 21:53:57 2008 +0200
15719
15720     common/Makefile: order by functionality
15721
15722     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15723
15724 commit ba7b5b2348b684cf8ec424b2e38e267dc1cfd2fb
15725 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15726 Date:   Fri Aug 29 21:53:56 2008 +0200
15727
15728     miiphyutil: Move conditional compilation to Makefile
15729
15730     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15731
15732 commit 81789c39db3f0f6b621df8c0ec66014d701f368e
15733 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15734 Date:   Fri Aug 29 21:53:37 2008 +0200
15735
15736     autoscript: Move conditional compilation to Makefile
15737
15738     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15739
15740 commit bbf52df9aa94ffb115b8b1ebeb00d01374bb0a1d
15741 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15742 Date:   Fri Aug 29 01:18:11 2008 +0200
15743
15744     crc16: move to lib_generic
15745
15746     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15747
15748 commit 55195773eacefb22dd483a3c560ea30a14263ce1
15749 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15750 Date:   Fri Aug 29 01:18:01 2008 +0200
15751
15752     miiphybb: move to drivers/net/phy
15753
15754     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15755
15756 commit e8314035996a9118ac5948df2ff8a2f2161ed67a
15757 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15758 Date:   Thu Aug 28 12:31:51 2008 +0200
15759
15760     soft_spi: move to drivers/spi
15761
15762     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15763
15764 commit 4d75e0aa9caca64d4a1d55d95cd1ca5f30d9fc56
15765 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15766 Date:   Thu Aug 28 12:31:51 2008 +0200
15767
15768     soft_i2c: move to drivers/i2c
15769
15770     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15771
15772 commit 717a222229fdb77703e9174d0eb08a4b41febf49
15773 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15774 Date:   Thu Aug 28 12:31:48 2008 +0200
15775
15776     gunzip: move to lib_generic
15777
15778     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15779
15780 commit 52aef8f9ba28b747973bf76741c23db658d5773c
15781 Author: Wolfgang Ocker <weo@reccoware.de>
15782 Date:   Tue Aug 26 19:55:23 2008 +0200
15783
15784     ppc4xx: NAND configuration
15785
15786     Made NAND bank configuration setting a config variable.
15787
15788     Signed-off-by: Wolfgang Ocker <weo@reccoware.de>
15789     Signed-off-by: Stefan Roese <sr@denx.de>
15790
15791 commit 5bc542a593abc9e974fbd34704af85c37c366c60
15792 Author: Victor Gallardo <vgallardo@amcc.com>
15793 Date:   Thu Aug 28 16:03:28 2008 -0700
15794
15795     ppc4xx: fix UIC external_interrupt hang on UIC0
15796
15797     This patch fixes a UIC external_interrupt hang if critical or non-critical
15798     interrupt is set at the same time as a normal interrupt is set on UIC0.
15799
15800     Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
15801     Signed-off-by: Stefan Roese <sr@denx.de>
15802
15803 commit 04737d5ffd16248cb80ab3dd4f3765057a803f18
15804 Author: Prodyut  Hazarika <phazarika@amcc.com>
15805 Date:   Wed Aug 27 16:39:00 2008 -0700
15806
15807     ppc4xx: Optimizations/Cleanups for IBM DDR2 Memory Controller
15808
15809     Removed Magic numbers from Initialization preload registers
15810     Tested with Kilauea, Glacier, Canyonlands and Katmai boards
15811     About 5-7% improvement seen for LMBench memtests
15812
15813     Signed-off-by: Prodyut Hazarika <phazarika@amcc.com>
15814     Signed-off-by: Stefan Roese <sr@denx.de>
15815
15816 commit 8a490422bed685c9491274ec997f62061d88620b
15817 Author: John Rigby <jrigby@freescale.com>
15818 Date:   Thu Aug 28 13:17:07 2008 -0600
15819
15820     ADS5121: Fix NOR and CPLD ALE timing for rev 2 silicon
15821
15822     MPC5121 rev 2 silicon has a new register for controlling how long
15823     CS is asserted after deassertion of ALE in multiplexed mode.
15824
15825     The default is to assert CS together with ALE.  The alternative
15826     is to assert CS (ALEN+1)*LPC_CLK clocks after deassertion of ALE.
15827
15828     The default is wrong for the NOR flash and CPLD on the ADS5121.
15829
15830     This patch turns on the alternative for CS0 (NOR) and CS2 (CPLD)
15831     it does so conditionally based on silicon rev 2.0 or greater.
15832
15833     Signed-off-by: Martha J Marx <mmarx@silicontkx.com>
15834     Signed-off-by: John Rigby <jrigby@freescale.com>
15835
15836 commit 5d9a5efa4b332f442b54a755d49969123c3a8742
15837 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
15838 Date:   Tue Aug 19 00:56:46 2008 +0600
15839
15840     Add I2C frequency dividers for ColdFire
15841
15842     The existing I2C freqency dividers for FDR does not apply
15843     to ColdFire platforms; thus, a seperate table is added
15844     based on MCF5xxx Reference Manual
15845
15846     Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
15847     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
15848     Acked-by: Tabi Timur <timur@freescale.com>
15849
15850 commit eec567a67e00d1ed8d941e9098b7d421f4091abf
15851 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
15852 Date:   Tue Aug 19 03:01:19 2008 +0600
15853
15854     ColdFire: I2C fix for multiple platforms
15855
15856     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
15857
15858 commit d53cf6a9c7423cba668b867978648645f71c3090
15859 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
15860 Date:   Tue Aug 19 00:37:13 2008 +0600
15861
15862     ColdFire: Add CONFIG_MII_INIT for M5272C3
15863
15864     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
15865
15866 commit f78ced3028d4130b24a318943a70cf5584ab16f4
15867 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
15868 Date:   Tue Aug 19 00:26:25 2008 +0600
15869
15870     ColdFire: Multiple fixes for MCF5445x platforms
15871
15872     Add FEC pin set and mii reset in __mii_init(). Change
15873     legacy flash vendor from 2 to AMD LEGACY (0xFFF0),
15874     change cfi_offset to 0, and change CFG_FLASH_CFI to
15875     CONFIG_FLASH_CFI_LEGACY. Correct M54451EVB and
15876     M54455EVB env settings in configuration file.
15877
15878     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
15879
15880 commit 454e725b3a9537b7f273bbd0cbca180f23a7a6e8
15881 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
15882 Date:   Fri Aug 15 18:24:25 2008 +0000
15883
15884     ColdFire: Change the SDRAM BRD2WT timing from 3 to 7
15885
15886     The user manuals recommend 7.
15887
15888     Signed-off-by: Kurt Mahan <kmahan@freescale.com>
15889     Acked-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
15890
15891 commit 79e0799cf6e88d98d77b216a55234bf674b59a4e
15892 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
15893 Date:   Fri Aug 15 16:50:07 2008 +0000
15894
15895     ColdFire: Raise uart baudrate to 115200 bps
15896
15897     M5249EVB, M5271EVB, M5272C3, M5275EVB and M5282EVB platforms
15898     uart baudrate increase from 19200 to 115200 bps
15899
15900     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
15901
15902 commit ab6ba842682552ccf071d0034da0a20633d1d1ac
15903 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
15904 Date:   Wed Aug 13 12:07:03 2008 +0000
15905
15906     ColdFire: Fix board.c warning message
15907
15908     Implicit declaration of nand_init() warning message
15909
15910     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
15911
15912 commit 5798b1c4650e9a8713c95b25c1e669a2bc80a97b
15913 Author: Kumar Gala <galak@kernel.crashing.org>
15914 Date:   Wed Aug 27 01:10:34 2008 -0500
15915
15916     FSL DDR: Remove duplicate setting of cs0_bnds register on 86xx.
15917
15918     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15919
15920 commit 258c37b147353bc522ffc33dfbd7d0d9cd7c32d7
15921 Author: Heiko Schocher <hs@denx.de>
15922 Date:   Thu Aug 21 20:44:49 2008 +0200
15923
15924     mpc52xx: added support for the MPC5200 based MUC.MC52 board from MAN.
15925
15926     Signed-off-by: Heiko Schocher <hs@denx.de>
15927
15928 commit 9cff4448a9cb882defe6c8bde73b77fc0c636799
15929 Author: Kumar Gala <galak@kernel.crashing.org>
15930 Date:   Tue Aug 19 14:46:36 2008 -0500
15931
15932     mpc85xx: remove redudant code with lib_ppc/interrupts.c
15933
15934     For some reason we duplicated the majority of code in lib_ppc/interrupts.c
15935     not show how that happened, but there is no good reason for it.
15936
15937     Use the interrupt_init_cpu() and timer_interrupt_cpu() since its why
15938     they exist.
15939
15940     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15941
15942 commit 9490a7f1a9484617bad75c60807ce02c8a3a6d56
15943 Author: Kumar Gala <galak@kernel.crashing.org>
15944 Date:   Fri Jul 25 13:31:05 2008 -0500
15945
15946     mpc85xx: Add support for the MPC8536DS reference board
15947
15948     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15949     Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
15950     Signed-off-by: Dejan Minic <minic@freescale.com>
15951     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
15952     Signed-off-by: Dave Liu <daveliu@freescale.com>
15953     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15954
15955 commit ef50d6c06ece74fb17e8d7510e62cad9df8b810d
15956 Author: Kumar Gala <galak@kernel.crashing.org>
15957 Date:   Tue Aug 12 11:14:19 2008 -0500
15958
15959     mpc85xx: Add support for the MPC8536
15960
15961     The MPC8536 Adds SDHC and SATA controllers to the PQ3 family.  We
15962     also have SERDES init code for the 8536.
15963
15964     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15965     Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
15966     Signed-off-by: Dejan Minic <minic@freescale.com>
15967     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
15968     Signed-off-by: Dave Liu <daveliu@freescale.com>
15969
15970 commit 129ba616b3813dde861f25f3d8a3c47c5c36ad5f
15971 Author: Kumar Gala <galak@kernel.crashing.org>
15972 Date:   Tue Aug 12 11:13:08 2008 -0500
15973
15974     mpc85xx: Add support for the MPC8572DS reference board
15975
15976     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15977
15978 commit 457caecdbca3df21a93abff19eab12dbc61b7897
15979 Author: Kumar Gala <galak@kernel.crashing.org>
15980 Date:   Wed Aug 27 01:05:35 2008 -0500
15981
15982     FSL DDR: Remove old SPD support from cpu/mpc85xx
15983
15984     All 85xx boards have been converted to the new code so we can
15985     remove the old SPD DDR setup code.
15986
15987     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15988
15989 commit 0e7927db138976469e7257e29c1338050a50fcd9
15990 Author: Kumar Gala <galak@kernel.crashing.org>
15991 Date:   Wed Aug 27 01:04:07 2008 -0500
15992
15993     FSL DDR: Convert STXSSA to new DDR code.
15994
15995     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15996
15997 commit c360d9b970fbb9c13744c355879671165bbb9b9e
15998 Author: Kumar Gala <galak@kernel.crashing.org>
15999 Date:   Wed Aug 27 01:03:42 2008 -0500
16000
16001     FSL DDR: Convert STXGP3 to new DDR code.
16002
16003     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16004
16005 commit 8e55313b7ae12352a343f9b9962e662dbd897187
16006 Author: Kumar Gala <galak@kernel.crashing.org>
16007 Date:   Tue Aug 26 23:52:58 2008 -0500
16008
16009     FSL DDR: Convert SBC8560 to new DDR code.
16010
16011     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16012
16013 commit 9658bec2e8f55d56ca1be70090ce5a348be4980f
16014 Author: Kumar Gala <galak@kernel.crashing.org>
16015 Date:   Tue Aug 26 23:52:32 2008 -0500
16016
16017     FSL DDR: Convert MPC8540EVAL to new DDR code.
16018
16019     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16020
16021 commit 6bfa8f723cfd82c55e3ef5620ade396916470a70
16022 Author: Kumar Gala <galak@kernel.crashing.org>
16023 Date:   Tue Aug 26 23:52:07 2008 -0500
16024
16025     FSL DDR: Convert PM856 to new DDR code.
16026
16027     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16028
16029 commit d53bd3e17bd4f460257c19255569ea6dcfaae817
16030 Author: Kumar Gala <galak@kernel.crashing.org>
16031 Date:   Tue Aug 26 23:51:49 2008 -0500
16032
16033     FSL DDR: Convert PM854 to new DDR code.
16034
16035     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16036
16037 commit 33b9079ba20926f14238fff863b68a98e938948e
16038 Author: Kumar Gala <galak@kernel.crashing.org>
16039 Date:   Tue Aug 26 23:15:28 2008 -0500
16040
16041     FSL DDR: Convert sbc8548 to new DDR code.
16042
16043     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16044
16045 commit a947e4c7eb15cea1d9fb633955c516aab5ad35dd
16046 Author: Kumar Gala <galak@kernel.crashing.org>
16047 Date:   Tue Aug 26 23:14:14 2008 -0500
16048
16049     FSL DDR: Convert atum8548 to new DDR code.
16050
16051     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16052
16053 commit be0bd8234b9777ecd63c4c686f72af070d886517
16054 Author: Kumar Gala <galak@kernel.crashing.org>
16055 Date:   Tue Aug 26 22:56:56 2008 -0500
16056
16057     FSL DDR: Convert socrates to new DDR code.
16058
16059     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16060
16061 commit 1167a2fd56138b716e01370c4267f3b70bf9ffa0
16062 Author: Kumar Gala <galak@kernel.crashing.org>
16063 Date:   Tue Aug 26 08:02:30 2008 -0500
16064
16065     FSL DDR: Convert MPC8544DS to new DDR code.
16066
16067     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16068
16069 commit e6f5b35b41ddbd637bb9ca4ad985b1e0b07dae0e
16070 Author: Jon Loeliger <jdl@freescale.com>
16071 Date:   Tue Mar 18 13:51:05 2008 -0500
16072
16073     FSL DDR: Convert MPC8568MDS to new DDR code.
16074
16075     Signed-off-by: Jon Loeliger <jdl@freescale.com>
16076     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16077
16078 commit e31d2c1e2bc954dc32e33bb2076139f85b95f8e6
16079 Author: Jon Loeliger <jdl@freescale.com>
16080 Date:   Tue Mar 18 13:51:06 2008 -0500
16081
16082     FSL DDR: Convert MPC8548CDS to new DDR code.
16083
16084     Signed-off-by: Jon Loeliger <jdl@freescale.com>
16085     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16086
16087 commit aa11d85cf318b961e029fe50d68ca47d004bce93
16088 Author: Jon Loeliger <jdl@freescale.com>
16089 Date:   Mon Mar 17 15:48:18 2008 -0500
16090
16091     FSL DDR: Convert MPC8541CDS to new DDR code.
16092
16093     Signed-off-by: Jon Loeliger <jdl@freescale.com>
16094     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16095
16096 commit 2b40edb10d81da7bba724edbccd7f53777112579
16097 Author: Jon Loeliger <jdl@freescale.com>
16098 Date:   Tue Mar 18 11:12:42 2008 -0500
16099
16100     FSL DDR: Convert MPC8555ADS to new DDR code.
16101
16102     Signed-off-by: Jon Loeliger <jdl@freescale.com>
16103     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16104
16105 commit 8b625114e8bc5a6b436181167a6e7fcd3303dd2c
16106 Author: Jon Loeliger <jdl@freescale.com>
16107 Date:   Tue Mar 18 11:12:44 2008 -0500
16108
16109     FSL DDR: Convert MPC8560ADS to new DDR code.
16110
16111     Signed-off-by: Jon Loeliger <jdl@freescale.com>
16112     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16113
16114 commit 9617c8d49a21703eaf13a4033ab1a56eecc033cc
16115 Author: Kumar Gala <galak@kernel.crashing.org>
16116 Date:   Fri Jun 6 13:12:18 2008 -0500
16117
16118     FSL DDR: Convert MPC8540ADS to new DDR code.
16119
16120     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16121
16122 commit 2a6c2d7ab2a66660f40a6cd3de2eb29ee29d9693
16123 Author: Kumar Gala <galak@kernel.crashing.org>
16124 Date:   Tue Aug 26 21:34:55 2008 -0500
16125
16126     FSL DDR: Add 85xx specific register setting
16127
16128     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16129
16130 commit 6fb1b7346849ccd0c20306143e334f5b76143070
16131 Author: Kumar Gala <galak@kernel.crashing.org>
16132 Date:   Mon Jun 9 11:07:46 2008 -0500
16133
16134     FSL DDR: Add e500 TLB helper for DDR code
16135
16136     Provide a helper function that board code can call to map TLBs when
16137     setting up DDR.
16138
16139     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16140
16141 commit d26b739afe5a6760bd345743188759cd9d0f3b47
16142 Author: Andrew Dyer <adyer@righthandtech.com>
16143 Date:   Tue Aug 26 17:03:38 2008 -0500
16144
16145     dm9000 remove dead external phy support, gpio fix
16146
16147     dm9000 has code to detect and initialize external phy parts, but later
16148     on in the code the part is forced to use the internal phy
16149     unconditionally.  Remove the unused/untested code.
16150
16151     change the GPIO initialization so that only the GPIO used as an
16152     internal phy reset (hardwired in the chip) is set as an output.  The
16153     remaining GPIO need to be handled by board specific code to prevent
16154     possible drive conflicts.  Set as inputs for safety.
16155
16156     replace a few magic numbers with defines
16157
16158     Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
16159     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16160
16161 commit a1573db0c07c8ba99e9c373bb07ecd6f59da672c
16162 Author: Peter Tyser <ptyser@xes-inc.com>
16163 Date:   Tue Aug 26 11:17:48 2008 -0500
16164
16165     Standardize bootp, tftpboot, rarpboot, dhcp, and nfs command descriptions
16166
16167     cmd_net.c command descriptions were updated to describe the optional
16168     hostIPaddr argument.  The dhcp command help message was also updated
16169     to more closely reflect the other commands in cmd_net.c
16170
16171     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
16172     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16173
16174 commit 51dfe1382ebaf691485badfa0ea5e75b0710531b
16175 Author: Remy Bohmer <linux@bohmer.net>
16176 Date:   Wed Aug 20 11:30:28 2008 +0200
16177
16178     Fix bogus error message in the DHCP handler
16179
16180     The DHCP handler has 1 state that is not listed in this case, causing a
16181     failure message when there is actually no failure.
16182
16183     Signed-off-by: Remy Bohmer <linux@bohmer.net>
16184     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16185
16186 commit 61365501a0e2cae9c1df2818b7b5b3f52c450d18
16187 Author: Remy Bohmer <linux@bohmer.net>
16188 Date:   Wed Aug 20 11:30:27 2008 +0200
16189
16190     Fix compile error when CONFIG_BOOTP_RANDOM_DELAY is set.
16191
16192     The option CONFIG_BOOTP_RANDOM_DELAY does not compile, because of a
16193     missing extern inside the net/bootp.h header
16194
16195     Signed-off-by: Remy Bohmer <linux@bohmer.net>
16196     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16197
16198 commit 1803f7f91ff35ca402259065df7557107dcf28a2
16199 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
16200 Date:   Tue Aug 19 21:26:32 2008 +0000
16201
16202     ColdFire: Add FEC Buffer descriptors in SRAM
16203
16204     Add FEC Buffer descriptors and data buffer in SRAM for
16205     faster execution and access.
16206
16207     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
16208     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16209
16210 commit 429be27ce195210d4b9decf9e867b9ca6155a87d
16211 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
16212 Date:   Thu Aug 21 23:55:11 2008 +0000
16213
16214     Fix ColdFire FEC warning messages
16215
16216     Types mismatch and implicit declaration of icache_invalid()
16217     warning messages
16218
16219     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
16220     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16221
16222 commit 6a002171098e968bd5b362347d2831224fab6048
16223 Author: Ben Warren <biggerbadderben@gmail.com>
16224 Date:   Sat Jul 12 00:17:50 2008 -0700
16225
16226     Moved initialization of SKGE Ethernet driver to board code.
16227
16228     The only board using this driver is the SL8245 board.
16229     Removed initialization for the driver from net/eth.c
16230
16231     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16232
16233 commit 8379f42bc745eb9e4ca551a30fd2d0a63f740d75
16234 Author: Ben Warren <biggerbadderben@gmail.com>
16235 Date:   Sat Jul 12 00:08:45 2008 -0700
16236
16237     Moved conditional compilation to Makefile for SK98 Ethernet driver
16238
16239     Brute-force removal of #ifdefs.  Didn't touch the code.
16240     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16241
16242 commit 65d3d99c28dc363d15eaee78225ff643df499b97
16243 Author: Ben Warren <biggerbadderben@gmail.com>
16244 Date:   Fri Jul 11 23:42:19 2008 -0700
16245
16246     Moved initialization of ULI526X Ethernet driver to board code.
16247
16248     The only board using this driver is the Freescale MPC8610HPCD board.
16249     Removed initialization for the driver from net/eth.c
16250
16251     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16252
16253 commit 914947313a710f5dcf06beaf7f2aa24f1ebcce4f
16254 Author: Ben Warren <biggerbadderben@gmail.com>
16255 Date:   Fri Jul 11 23:15:28 2008 -0700
16256
16257     Moved initialization of Blackfin EMAC Ethernet controller to board_eth_init()
16258
16259     Added board_eth_init() function to bf537-stamp board.
16260     Removed initialization for the Blackin EMAC driver from net/eth.c
16261
16262     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16263
16264 commit fc363ce35408f348cacced68505f3747a53e3d7c
16265 Author: Ben Warren <biggerbadderben@gmail.com>
16266 Date:   Wed Jul 9 01:04:19 2008 -0700
16267
16268     Moved initialization of GRETH Ethernet driver to CPU directory
16269
16270     Added a cpu_eth_init() function to leon2/leon3 CPU directories and
16271     removed code from net/eth.c
16272
16273     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16274
16275 commit 86882b80771309bceb11c6accfd7f6f90ade8bfc
16276 Author: Ben Warren <biggerbadderben@gmail.com>
16277 Date:   Tue Aug 26 22:16:25 2008 -0700
16278
16279     Moved initialization of MCFFEC Ethernet driver to CPU directory
16280
16281     Added a cpu_eth_init() function to coldfire CPU directories and
16282     removed code from net/eth.c
16283
16284     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16285
16286 commit b31da88b9c160d80d42a59cbbb31e24f27184d5c
16287 Author: Ben Warren <biggerbadderben@gmail.com>
16288 Date:   Tue Aug 26 22:12:36 2008 -0700
16289
16290     Moved initialization of FSL_MCDMAFEC Ethernet driver to CPU directory
16291
16292     Added a cpu_eth_init() function to cpu/mcf547x_8x directory and
16293     removed code from net/eth.c
16294
16295     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16296
16297 commit b5710d9974f6f0f3ddb4e67d6cccc262ab37049e
16298 Author: Kumar Gala <galak@kernel.crashing.org>
16299 Date:   Tue Aug 26 15:01:38 2008 -0500
16300
16301     FSL DDR: Remove old SPD support from cpu/mpc86xx
16302
16303     All 86xx boards have been converted to the new code so we can
16304     remove the old SPD DDR setup code.
16305
16306     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16307
16308 commit 9bd4e5911b750837515466bc7449087698b88e0e
16309 Author: Kumar Gala <galak@kernel.crashing.org>
16310 Date:   Tue Aug 26 15:01:37 2008 -0500
16311
16312     FSL DDR: Convert SBC8641D to new DDR code.
16313
16314     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16315
16316 commit 39aa1a73483e1ac2bd56d5523abfc3970ee82c77
16317 Author: Jon Loeliger <jdl@freescale.com>
16318 Date:   Tue Aug 26 15:01:36 2008 -0500
16319
16320     FSL DDR: Convert MPC8610HPCD to new DDR code.
16321
16322     Signed-off-by: Jon Loeliger <jdl@freescale.com>
16323     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16324
16325 commit 6a8e5692933e8e6d6e5ba7e594f49dd6d4c3a263
16326 Author: Kumar Gala <galak@kernel.crashing.org>
16327 Date:   Tue Aug 26 15:01:35 2008 -0500
16328
16329     FSL DDR: Convert MPC8641HPCN to new DDR code.
16330
16331     Signed-off-by: Jon Loeliger <jdl@freescale.com>
16332     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16333
16334 commit 46ff4f1100ea64a01d21cc008ce85ac15eb1821f
16335 Author: Kumar Gala <galak@kernel.crashing.org>
16336 Date:   Tue Aug 26 15:01:34 2008 -0500
16337
16338     FSL DDR: Add 86xx specific register setting
16339
16340     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16341
16342 commit 233fdd502a6c227f476212b3097653ad48d7e254
16343 Author: Kumar Gala <galak@kernel.crashing.org>
16344 Date:   Tue Aug 26 15:01:32 2008 -0500
16345
16346     FSL DDR: Add DDR2 DIMM paramter support
16347
16348     Compute DIMM parameters based upon the SPD information.
16349
16350     Signed-off-by: James Yang <James.Yang@freescale.com>
16351     Signed-off-by: Jon Loeliger <jdl@freescale.com>
16352     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16353
16354 commit 05c05a2363a6ac11e0e405926034546ffad71fad
16355 Author: Kumar Gala <galak@kernel.crashing.org>
16356 Date:   Tue Aug 26 15:01:30 2008 -0500
16357
16358     FSL DDR: Add DDR1 DIMM paramter support
16359
16360     Compute DIMM parameters based upon the SPD information in spd.
16361
16362     Signed-off-by: James Yang <James.Yang@freescale.com>
16363     Signed-off-by: Jon Loeliger <jdl@freescale.com>
16364     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16365
16366 commit 58e5e9aff147e8c7e2bc1406bf9384f65f020ffa
16367 Author: Kumar Gala <galak@kernel.crashing.org>
16368 Date:   Tue Aug 26 15:01:29 2008 -0500
16369
16370     FSL DDR: Rewrite the FSL mpc8xxx DDR controller setup code.
16371
16372     The main purpose of this rewrite it to be able to share the same
16373     initialization code on all FSL PowerPC products that have DDR
16374     controllers.  (83xx, 85xx, 86xx).
16375
16376     The code is broken up into the following steps:
16377         GET_SPD
16378         COMPUTE_DIMM_PARMS
16379         COMPUTE_COMMON_PARMS
16380         GATHER_OPTS
16381         ASSIGN_ADDRESSES
16382         COMPUTE_REGS
16383         PROGRAM_REGS
16384
16385     This allows us to share more code an easily allow for board specific code
16386     overrides.
16387
16388     Additionally this code base adds support for >4G of DDR and provides a
16389     foundation for supporting interleaving on processors with more than one
16390     controller.
16391
16392     Signed-off-by: James Yang <James.Yang@freescale.com>
16393     Signed-off-by: Jon Loeliger <jdl@freescale.com>
16394     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
16395     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
16396     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16397
16398 commit f784e32b4bce0013983506b11af4b85b8ca3d36e
16399 Author: Kumar Gala <galak@kernel.crashing.org>
16400 Date:   Tue Aug 26 15:01:28 2008 -0500
16401
16402     FSL DDR: Provide a generic set_ddr_laws()
16403
16404     Provide a helper function that will setup the last available
16405     LAWs (upto 2) for DDR.  Useful for SPD/dyanmic DDR setting code.
16406
16407     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16408
16409 commit 0f2cbe3f5eddbdf3848265f35e4f714434929cff
16410 Author: James Yang <James.Yang@freescale.com>
16411 Date:   Tue Aug 26 15:01:27 2008 -0500
16412
16413     Add proper SPD definitions for DDR1/2/3
16414
16415     Also adds helper functions for DDR1/2 to verify the checksum.
16416
16417     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16418
16419 commit 285db74716c724ae8a0ff177878fd09a74428c7b
16420 Author: Wolfgang Denk <wd@denx.de>
16421 Date:   Wed Aug 27 01:02:48 2008 +0200
16422
16423     Update CHANGELOG
16424
16425     Signed-off-by: Wolfgang Denk <wd@denx.de>
16426
16427 commit adf22b66d8bf05bd46e098cf71e6dca29b30aa7b
16428 Author: Heiko Schocher <hs@denx.de>
16429 Date:   Tue Aug 19 10:08:49 2008 +0200
16430
16431     Add support for muas3001 board (MPC8270)
16432
16433     Signed-off-by: Heiko Schocher <hs@denx.de>
16434
16435 commit 322098bff32410d2a00031649b47c4ec90a66d9a
16436 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
16437 Date:   Tue Aug 19 08:31:18 2008 +0530
16438
16439     common/cmd_load.c cleanup - remove unused variables
16440
16441     - Remove unused global variable os_data_count.
16442     - Remove unused variable z.
16443
16444     Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
16445
16446 commit 306620b762a4f9fa6678568ad2e8772dec145208
16447 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
16448 Date:   Mon Aug 18 13:35:27 2008 +0200
16449
16450     remove MVS1 board
16451
16452     MVS1 board has reached end-of-life and can be removed completely.
16453
16454     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
16455
16456 commit 40d7e99d374ba0a0a29cd1a8ba40d3b7c2c175c7
16457 Author: Kumar Gala <galak@kernel.crashing.org>
16458 Date:   Fri Aug 15 08:24:45 2008 -0500
16459
16460     bootm: refactor do_reset and os boot function args
16461
16462     There is no need for each OS specific function to call do_reset() we
16463     can just do it once in bootm. This means its feasible on an error for
16464     the OS boot function to return.
16465
16466     Also, remove passing in cmd_tbl_t as its not needed by the OS boot
16467     functions.  flag isn't currently used but might be in the future so
16468     we left it alone.
16469
16470     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16471
16472 commit 40afac22a9c602e55c501c800f1c064324711b56
16473 Author: Kumar Gala <galak@kernel.crashing.org>
16474 Date:   Fri Aug 15 08:24:44 2008 -0500
16475
16476     fdt: Added resize command
16477
16478     Resize the fdt to size + padding to 4k boundary
16479
16480     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16481
16482 commit 2a1a2cb6e2b87ee550e6f27b647d23331dfd5e1b
16483 Author: Kumar Gala <galak@kernel.crashing.org>
16484 Date:   Fri Aug 15 08:24:43 2008 -0500
16485
16486     fdt: refactor initrd related code
16487
16488     Created a new fdt_initrd() to deal with setting the initrd properties
16489     in the device tree and fixing up the mem reserve.  We can use this
16490     both in the choosen node handling and lets us remove some duplicated
16491     code when we fixup the initrd info in bootm on PPC.
16492
16493     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16494
16495 commit 3082d2348c8e13342f5fdd10e9b3f7408062dbf9
16496 Author: Kumar Gala <galak@kernel.crashing.org>
16497 Date:   Fri Aug 15 08:24:42 2008 -0500
16498
16499     fdt: refactor fdt resize code
16500
16501     Move the fdt resizing code out of ppc specific boot code and into
16502     common fdt support code.
16503
16504     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16505
16506 commit 396f635b8ff3ccbc38d75d5eda98444c6466810a
16507 Author: Kumar Gala <galak@kernel.crashing.org>
16508 Date:   Fri Aug 15 08:24:41 2008 -0500
16509
16510     bootm: refactor image detection and os load steps
16511
16512     Created a bootm_start() that handles the parsing and detection of all
16513     the images that will be used by the bootm command (OS, ramdisk, fdt).
16514     As part of this we now tract all the relevant image offsets in the
16515     bootm_headers_t struct. This will allow us to have all the needed
16516     state for future sub-commands and lets us reduce a bit of arch
16517     specific code on SPARC.
16518
16519     Created a bootm_load_os() that deals with decompression and loading
16520     the OS image.
16521
16522     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16523
16524 commit e906cfae08e8cc2447f59b1bc4c22ab9c3c286d2
16525 Author: Kumar Gala <galak@kernel.crashing.org>
16526 Date:   Fri Aug 15 08:24:40 2008 -0500
16527
16528     bootm: move lmb into the bootm_headers_t structure
16529
16530     To allow for persistent state between future bootm subcommands we
16531     need the lmb to exist in a global state.
16532     Moving it into the bootm_headers_t allows us to do that.
16533
16534     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16535
16536 commit 54f9c86691309b2f919f567f9255b8bcad2c7651
16537 Author: Kumar Gala <galak@kernel.crashing.org>
16538 Date:   Fri Aug 15 08:24:39 2008 -0500
16539
16540     bootm: Set working fdt address as part of the bootm flow
16541
16542     Set the fdt working address so "fdt FOO" commands can be used as part
16543     of the bootm flow.  Also set an the environment variable "fdtaddr"
16544     with the value.
16545
16546     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16547
16548 commit 06a09918f3903450313e2047a9cc258bf5872f46
16549 Author: Kumar Gala <galak@kernel.crashing.org>
16550 Date:   Fri Aug 15 08:24:38 2008 -0500
16551
16552     bootm: refactor fdt locating and relocation code
16553
16554     Move the code that handles finding a device tree blob and relocating
16555     it (if needed) into common code so all arch's have access to it.
16556
16557     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16558
16559 commit c4f9419c6b54958e0eddbcbc9e5a4a7b7ec99865
16560 Author: Kumar Gala <galak@kernel.crashing.org>
16561 Date:   Fri Aug 15 08:24:37 2008 -0500
16562
16563     bootm: refactor ramdisk locating code
16564
16565     Move determing if we have a ramdisk and where its located into the
16566     common code. Keep track of the ramdisk start and end in the
16567     bootm_headers_t image struct.
16568
16569     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16570
16571 commit c160a9544743e80e8889edb2275538e7764ce334
16572 Author: Kumar Gala <galak@kernel.crashing.org>
16573 Date:   Fri Aug 15 08:24:36 2008 -0500
16574
16575     bootm: refactor entry point code
16576
16577     Move entry point code out of each arch and into common code.
16578     Keep the entry point in the bootm_headers_t images struct.
16579
16580     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16581
16582 commit 20220d22b9f41446288588cd2e457e0077a18bed
16583 Author: Randy Vinson <rvinson@mvista.com>
16584 Date:   Wed Aug 13 11:44:57 2008 -0700
16585
16586     mpc7448hpc2: Fix PCI I/O space mapping.
16587
16588     PCI I/O space is currently mapped 1:1 at 0xFA000000. Linux requires
16589     PCI I/O space to start at 0 on the PCI bus. This patch maps PCI I/O
16590     space such that 0xFA000000 in the processor's address space maps to 0
16591     on the PCI I/O bus.
16592
16593     Signed-off-by Randy Vinson <rvinson@mvista.com>
16594     Acked-by: Roy Zang <tie-fei.zang@freescale.com>
16595
16596 commit b4e07520bbb5467ad72eb92a5c9177d2797b9e30
16597 Author: Guennadi Liakhovetski <lg@denx.de>
16598 Date:   Wed Aug 13 18:10:26 2008 +0200
16599
16600     i.MX31: Specify maintainers for i.MX31-based boards
16601
16602     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
16603     Signed-off-by: Wolfgang Denk <wd@denx.de>
16604
16605 commit 51e46e28fda4bbdf5149ac7f67d62fcc8df4da63
16606 Author: Wolfgang Denk <wd@denx.de>
16607 Date:   Tue Aug 26 15:01:28 2008 +0200
16608
16609     ADS5121: adjust image addresses in RAM and flash
16610
16611     Use the same mapping in flash as used by Linux
16612
16613     Signed-off-by: Wolfgang Denk <wd@denx.de>
16614
16615 commit 19f101412c16edee9fd55db4039e1d68a833b28b
16616 Author: Wolfgang Denk <wd@denx.de>
16617 Date:   Tue Aug 26 13:14:34 2008 +0200
16618
16619     cmd_mem.c: Fix help message alignment
16620
16621     Bug was introced by "Big white-space cleanup" (53677ef1)
16622
16623     Signed-off-by: Wolfgang Denk <wd@denx.de>
16624
16625 commit 1a9eeb78b825bfade31d7606a2fe3b9eca9e35be
16626 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
16627 Date:   Wed Aug 20 11:11:52 2008 +0200
16628
16629     change mvBL-M7 default env and move to vendor subdir
16630
16631     fix mvBL-M7 config and move to matrix_vision subdir
16632
16633     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
16634     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16635
16636 commit 002d27caf26e7eb913d474d3a91f67d56c8c31d5
16637 Author: Nick Spence <nick.spence@freescale.com>
16638 Date:   Fri Aug 22 23:52:40 2008 -0700
16639
16640     MPC83XX: Add miscellaneous registers and #defines to support MPC83xx family devices
16641
16642     This patch adds elements to the 83xx sysconf structure and #define values that are used
16643     by mpc83xx family devices.
16644
16645     Signed-off-by: Nick Spence <nick.spence@freescale.com>
16646     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16647
16648 commit 447ad5768abda669ac0e7f46fcdb62fbe828d637
16649 Author: Ira W. Snyder <iws@ovro.caltech.edu>
16650 Date:   Fri Aug 22 11:00:15 2008 -0700
16651
16652     MPC8349EMDS: Add PCI Agent (PCISLAVE) support
16653
16654     Add the ability for the MPC8349EMDS to run in PCI Agent mode, acting as a
16655     PCI card rather than a host computer.
16656
16657     Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
16658     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16659
16660 commit 4ff9aea9d6b5602683a920951ef896996438af62
16661 Author: Ira W. Snyder <iws@ovro.caltech.edu>
16662 Date:   Fri Aug 22 11:00:14 2008 -0700
16663
16664     mpc83xx: add PCISLAVE support to 83XX_GENERIC_PCI setup code
16665
16666     This adds a helper function to unlock the PCI configuration bit, so that
16667     any extra PCI setup (such as outbound windows, etc.) can be done after
16668     using the 83XX_GENERIC_PCI code to set up the PCI bus.
16669
16670     Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
16671     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16672
16673 commit 162338e1fcde231ca4d562e5ebd7859456731691
16674 Author: Ira W. Snyder <iws@ovro.caltech.edu>
16675 Date:   Fri Aug 22 11:00:13 2008 -0700
16676
16677     MPC8349EMDS: use 83XX_GENERIC_PCI setup code
16678
16679     Change the MPC8349EMDS board to use the generic PCI initialization code
16680     for the mpc83xx cpu.
16681
16682     Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
16683     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16684
16685 commit f4e55a4941e8ba46bc06020b2747928adf8fdee7
16686 Author: Kim Phillips <kim.phillips@freescale.com>
16687 Date:   Mon Aug 25 14:53:09 2008 -0500
16688
16689     fix out of tree building
16690
16691     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16692
16693 commit a49d10cf027d059ee15c262010a05cdaec0961e1
16694 Author: Wolfgang Denk <wd@denx.de>
16695 Date:   Mon Aug 25 23:45:41 2008 +0200
16696
16697     Minor coding style cleanup, updte CHANGELOG
16698
16699     Signed-off-by: Wolfgang Denk <wd@denx.de>
16700
16701 commit 4d56e8dea670757c801a6a65531f02a8f981ce1f
16702 Author: Stefan Roese <sr@denx.de>
16703 Date:   Wed Aug 20 20:29:38 2008 +0200
16704
16705     RTC: Fix Makefile problem with COBJS-$(CONFIG_RTC_DS1307 || CONFIG_RTC_DS1338)
16706
16707     This "||" doesn't seem to work. Now using the idea suggest by Scott Wood
16708     to combine both config options into one line. This even allows defining
16709     both options and not generating the target object twice.
16710
16711     Signed-off-by: Stefan Roese <sr@denx.de>
16712
16713 commit 079edb913dbae147b50a488cf02e03f473fc5f28
16714 Author: Jens Gehrlein <sew_s@tqs.de>
16715 Date:   Fri Jul 4 16:50:05 2008 +0200
16716
16717     MX31: fix bit masks in function mx31_decode_pll()
16718
16719     Bits MPCTL[MFN] and MPCTL[MFD] were not fully covered.
16720
16721     Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
16722
16723 commit e8f1207bbf2df6fb693ee1aa3329b2014c92e5e6
16724 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
16725 Date:   Mon Aug 25 11:11:34 2008 +0200
16726
16727     Correct ARM Versatile Timer Initialization
16728
16729      - According to ARM Dual-Timer Module (SP804) TRM (ARM DDI0271),
16730        -- Timer Value Register @ TIMER Base + 4 is Read-only.
16731        -- Prescale Value (Bits 3-2 of TIMER Control register)
16732         can only be one of 00,01,10. 11 is undefined.
16733        -- CFG_HZ for Versatile board is set to
16734         #define CFG_HZ          (1000000 / 256)
16735         So Prescale bits is set to indicate
16736         - 8 Stages of Prescale, Clock divided by 256
16737      - The Timer Control Register has one Undefined/Shouldn't Use Bit
16738        So we should do read/modify/write Operation
16739
16740     Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
16741
16742 commit 535cfa4f3de86cf48d6c0af1daf33aebdca089f9
16743 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
16744 Date:   Mon Aug 25 11:30:29 2008 +0200
16745
16746     Add ARM AMBA PL031 RTC Support
16747
16748     Signed-off-by: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
16749
16750 commit e39411674669cc880e1ec4a8ca4794fb15c33a45
16751 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
16752 Date:   Tue Aug 19 16:21:03 2008 -0400
16753
16754     ARM DaVinci: Removed redundant NAND initialization code.
16755
16756     ARM DaVinci: Removed redundant NAND initialization code.
16757
16758     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
16759
16760 commit b3fb663b20d995ca41327db877ddb168279b3f62
16761 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
16762 Date:   Tue Aug 19 16:21:00 2008 -0400
16763
16764     ARM DaVinci: Fix compilation error with new MTD code.
16765
16766     ARM DaVinci: Fix compilation error with new MTD code.
16767
16768     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
16769
16770 commit 109c30fb8edea1a15d37a6ce787cd5faf33d8e43
16771 Author: Gerald Van Baren <vanbaren@cideas.com>
16772 Date:   Fri Aug 22 14:37:05 2008 -0400
16773
16774     Add note on dereferencing /aliases pointers
16775
16776     Replace the "must quote special characters" note with a hint on
16777     how to dereference /aliases pointers by omitting the leading "/".
16778     This feature was introduced by Kumar Gala as a libfdt enhancement
16779     in commit ed035708235332c3c117ee3bb1a426063f03cfcb.
16780
16781     Example:
16782
16783     => fdt print /aliases
16784     aliases {
16785             ethernet0 = "/qe@e0100000/ucc@2000";
16786             ethernet1 = "/qe@e0100000/ucc@3000";
16787             serial0 = "/soc8360@e0000000/serial@4500";
16788             serial1 = "/soc8360@e0000000/serial@4600";
16789             pci0 = "/pci@e0008500";
16790     };
16791     => fdt print ethernet0
16792     ucc@2000 {
16793             device_type = "network";
16794             compatible = "ucc_geth";
16795             cell-index = <0x1>;
16796             reg = <0x2000 0x200>;
16797             interrupts = <0x20>;
16798             interrupt-parent = <0x2>;
16799             local-mac-address = [00 00 00 00 00 00];
16800             rx-clock-name = "none";
16801             tx-clock-name = "clk9";
16802             phy-handle = <0x3>;
16803             phy-connection-type = "rgmii-id";
16804             pio-handle = <0x4>;
16805     };
16806
16807     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
16808
16809 commit feeca3f578b7f53c032ba203698751c982f8bf5a
16810 Author: Kumar Gala <galak@kernel.crashing.org>
16811 Date:   Thu Aug 14 08:28:19 2008 -0500
16812
16813     libfdt: Add support for using aliases in fdt_path_offset()
16814
16815     If the path doesn't start with '/' check to see if it matches some alias
16816     under "/aliases" and substitute the matching alias value in the path
16817     and retry the lookup.
16818
16819     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16820     Acked-by: David Gibson <david@gibson.dropbear.id.au>
16821     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
16822
16823 commit 0219399a4e3a8edb428e1924e1a03d58cccf8d8e
16824 Author: David Gibson <david@gibson.dropbear.id.au>
16825 Date:   Wed Aug 6 14:50:49 2008 +1000
16826
16827     libfdt: Implement fdt_get_property_namelen() and fdt_getprop_namelen()
16828
16829     As well as fdt_subnode_offset(), libfdt includes an
16830     fdt_subnode_offset_namelen() function that takes the subnode name to
16831     look up not as a NUL-terminated string, but as a string with an
16832     explicit length.  This can be useful when the caller has the name as
16833     part of a longer string, such as a full path.
16834
16835     However, we don't have corresponding 'namelen' versions for
16836     fdt_get_property() and fdt_getprop().  There are less obvious use
16837     cases for these variants on property names, but there are
16838     circumstances where they can be useful e.g. looking up property names
16839     which need to be parsed from a longer string buffer such as user input
16840     or a configuration file, or looking up an alias in a path with
16841     IEEE1275 style aliases.
16842
16843     So, since it's very easy to implement such variants, this patch does
16844     so.  The original NUL-terminated variants are, of course, implemented
16845     in terms of the namelen versions.
16846
16847     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
16848
16849 commit f171746f701ea58bf6a53e835b53d2aaebee0d81
16850 Author: David Gibson <david@gibson.dropbear.id.au>
16851 Date:   Tue Jul 29 14:51:22 2008 +1000
16852
16853     libfdt: Forgot one function when cleaning the namespace
16854
16855     In commit b6d80a20fc293f3b995c3ce1a6744a5574192125, we renamed all
16856     libfdt functions to be prefixed with fdt_ or _fdt_ to minimise the
16857     chance of collisions with things from whatever package libfdt is
16858     embedded in, pulled into the libfdt build via that environment's
16859     libfdt_env.h.
16860
16861     Except... I missed one.  This patch applies the same treatment to
16862     _stringlist_contains().  While we're at it, also make it static since
16863     it's only used in the same file.
16864
16865     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
16866
16867 commit 46390da15411351fc3b498bd8c1615f78fe80df0
16868 Author: Wolfram Sang <w.sang@pengutronix.de>
16869 Date:   Wed Jul 9 11:22:44 2008 +0200
16870
16871     libfdt: Improve documentation in libfdt.h
16872
16873     Fix a few typos and mistakes.
16874
16875     Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
16876     Acked-by: David Gibson <david@gibson.dropbear.id.au>
16877
16878 commit fc7758ee4f5782878f2e96876b7bc56cfee0ac66
16879 Author: David Gibson <david@gibson.dropbear.id.au>
16880 Date:   Wed Jul 9 14:10:24 2008 +1000
16881
16882     libfdt: Increase namespace-pollution paranoia
16883
16884     libfdt is supposed to easy to embed in projects all and sundry.
16885     Often, it won't be practical to separate the embedded libfdt's
16886     namespace from that of the surrounding project.  Which means there can
16887     be namespace conflicts between even libfdt's internal/static functions
16888     and functions or macros coming from the surrounding project's headers
16889     via libfdt_env.h.
16890
16891     This patch, therefore, renames a bunch of libfdt internal functions
16892     and macros and makes a few other chances to reduce the chances of
16893     namespace collisions with embedding projects.  Specifically:
16894         - Internal functions (even static ones) are now named _fdt_*()
16895
16896         - The type and (static) global for the error table in
16897               fdt_strerror() gain an fdt_ prefix
16898
16899         - The unused macro PALIGN is removed
16900
16901         - The memeq and streq macros are removed and open-coded in the
16902               users (they were only used once each)
16903
16904         - Other macros gain an FDT_ prefix
16905
16906         - To save some of the bulk from the previous change, an
16907               FDT_TAGALIGN() macro is introduced, where FDT_TAGALIGN(x) ==
16908               FDT_ALIGN(x, FDT_TAGSIZE)
16909
16910     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
16911
16912 commit c66830263af19831f2b7db307f79d1943febf7f9
16913 Author: David Gibson <david@gibson.dropbear.id.au>
16914 Date:   Mon Jul 7 10:14:15 2008 +1000
16915
16916     dtc: Enable and fix -Wcast-qual warnings
16917
16918     Enabling -Wcast-qual warnings in dtc shows up a number of places where
16919     we are incorrectly discarding a const qualification.  There are also
16920     some places where we are intentionally discarding the 'const', and we
16921     need an ugly cast through uintptr_t to suppress the warning.  However,
16922     most of these are pretty well isolated with the *_w() functions.  So
16923     in the interests of maximum safety with const qualifications, this
16924     patch enables the warnings and fixes the existing complaints.
16925
16926     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
16927     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
16928
16929 commit ef4e8ce1beb5b93aedda5a4c1b90bfd989c6791e
16930 Author: David Gibson <david@gibson.dropbear.id.au>
16931 Date:   Mon Jul 7 10:10:48 2008 +1000
16932
16933     dtc: Enable and fix -Wpointer-arith warnings
16934
16935     This patch turns on the -Wpointer-arith option in the dtc Makefile,
16936     and fixes the resulting warnings due to using (void *) in pointer
16937     arithmetic.  While convenient, pointer arithmetic on void * is not
16938     portable, so it's better that we avoid it, particularly in libfdt.
16939
16940     Also add necessary definition of uintptr_t needed by David Gibson's
16941     changeset "dtc: Enable and fix -Wpointer-arith warnings" (the definition
16942     comes from stdint.h, which u-boot doesn't have). -- gvb
16943
16944     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
16945     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
16946
16947 commit 5d4b3d2b31e58fcb2d4bd10af762f5ff41b229fd
16948 Author: Tirumala R Marri <tmarri@amcc.com>
16949 Date:   Thu Aug 21 21:54:53 2008 -0700
16950
16951     ppc4xx: AMCC PPC460GT/EX PCI-E de-emphasis adjustment fix
16952
16953     During recent PCI-E tests it has been found that current
16954     driverl level and de-emphasis values are not set correctly.
16955     After sweeping throgh all de-ephasis values, it was found that
16956     0x130 is a right value. Where 0x13 is driver level and 0 is
16957     de-emphasis.
16958
16959     Signed-off-by: Tirumala R Marri <tmarri@amcc.com>
16960     Signed-off-by: Stefan Roese <sr@denx.de>
16961
16962 commit 0bb86d823b6c150c7ee17de0cfca9ffccc16463b
16963 Author: Remy Bohmer <linux@bohmer.net>
16964 Date:   Wed Aug 20 20:46:56 2008 +0200
16965
16966     Make the YAFFS filesystem work
16967
16968     Recently the YAFFS filesystem support has been added to U-boot.
16969     However, just enabling CONFIG_YAFFS2 is not enough to get it working.
16970
16971     ymount will generate an exception (when dereferencing mtd->readoob()), because
16972     the genericDevice is a null pointer. Further, a lot of logging is produced
16973     while using YAFFS fs, so logging should also be disabled.
16974     Both issues are solved by this patch.
16975
16976     With this patch and CONFIG_YAFFS2 enabled, I get a readable filesystem
16977     in U-boot, as well as in Linux.
16978
16979     Tested on a Atmel AT91SAM9261EK board.
16980
16981     Signed-off-by: Remy Bohmer <linux@bohmer.net>
16982     Acked-by: William Juul <william.juul@tandberg.com>
16983     Signed-off-by: Scott Wood <scottwood@freescale.com>
16984
16985 commit bfd7f38614e21f745b6d6845fcc616ebc5e4d36f
16986 Author: Kyungmin Park <kmpark@infradead.org>
16987 Date:   Tue Aug 19 08:42:53 2008 +0900
16988
16989     Fix OneNAND read_oob/write_oob functions compatability
16990
16991     Also sync with kernel OneNAND codes
16992
16993     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
16994     Signed-off-by: Scott Wood <scottwood@freescale.com>
16995
16996 commit 8d765456c1d33f2010d2717ee58de7647fdc6346
16997 Author: Scott Wood <scottwood@freescale.com>
16998 Date:   Mon Aug 18 17:11:20 2008 -0500
16999
17000     NAND: Remove delay from nand_boot_fsl_elbc.c.
17001
17002     It was for debugging purposes, and shouldn't have been left in.
17003
17004     Signed-off-by: Scott Wood <scottwood@freescale.com>
17005
17006 commit f556483734126793522fb7a8cf36af90da78f084
17007 Author: Stefan Roese <sr@denx.de>
17008 Date:   Thu Aug 21 11:05:03 2008 +0200
17009
17010     ppc4xx: Cleanup of "ppc4xx: Optimize PLB4 Arbiter..." patch
17011
17012     This patch fixes some minor issues introduced with the patch:
17013     ppc4xx: Optimize PLB4 Arbiter... from Prodyut Hazarika:
17014
17015     - Rework memory-queue and PLB arbiter optimization code, that the
17016       local variable is not needed anymore. This removes one #ifdef.
17017     - Use consistant spacing in ppc4xx.h header (XXX + 0x01 instead
17018       of XXX+ 0x01). This was not introduced by Prodyut, just a
17019       copy-paste problem.
17020
17021     Signed-off-by: Stefan Roese <sr@denx.de>
17022
17023 commit 079589bcfb24ba11068460276a3cc9549ab5346f
17024 Author: Prodyut  Hazarika <phazarika@amcc.com>
17025 Date:   Wed Aug 20 09:38:51 2008 -0700
17026
17027     ppc4xx: Optimize PLB4 Arbiter and Memory Queue settings for PPC440SP/SPe,
17028         PPC405EX and PPC460EX/GT/SX
17029
17030     - Read pipeline depth set to 4 for PPC440SP/SPE, PPC405EX, PPC460EX/GT/SX
17031       processors
17032     - Moved PLB4 Arbiter register definitions to ppc4xx.h since it is shared
17033       across processors (405 and 440/460)
17034     - Optimize Memory Queue settings for PPC440SP/SPE and PPC460EX/GT/SX
17035       processors
17036     - Add register bit definitions for Memory Queue Configuration registers
17037
17038     Signed-off-by: Prodyut Hazarika <phazarika@amcc.com>
17039     Signed-off-by: Stefan Roese <sr@denx.de>
17040
17041 commit ba37aa03287c5483c61c0a3e320c8888bee0143a
17042 Author: Kumar Gala <galak@kernel.crashing.org>
17043 Date:   Tue Aug 19 15:41:18 2008 -0500
17044
17045     fdt: rework fdt_fixup_ethernet() to use env instead of bd_t
17046
17047     Move to using the environment variables 'ethaddr', 'eth1addr', etc..
17048     instead of bd->bi_enetaddr, bi_enet1addr, etc.
17049
17050     This makes the code a bit more flexible to the number of ethernet
17051     interfaces.
17052
17053     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17054
17055 commit 4cacf7c64609839f809e2f9c45873f1d65861703
17056 Author: Stefan Roese <sr@denx.de>
17057 Date:   Tue Aug 19 14:57:55 2008 +0200
17058
17059     hush: Fix printf debug macro in hush.c so that it usable in U-Boot
17060
17061     This patch changes the debug_printf() marco for U-Boot in hush.c and
17062     moves the definition of DEBUG_SHELL to a place that is actually compiled
17063     under U-Boot.
17064
17065     Signed-off-by: Stefan Roese <sr@denx.de>
17066
17067 commit 8f2b457ef26a44d9e5fd7d6b16c394e5c3a71ca2
17068 Author: Heiko Schocher <hs@denx.de>
17069 Date:   Tue Aug 19 09:57:41 2008 +0200
17070
17071     cfi: rename CFG_FLASH_CFI_DRIVER to CONFIG_FLASH_CFI_DRIVER
17072
17073     Commit      00b1883a4cac59d97cd297b1a3a398db85982865
17074     missed a few boards:
17075         include/configs/M5253DEMO.h
17076         include/configs/ml507.h
17077         include/configs/redwood.h
17078
17079     This patch fixes this.
17080
17081     Signed-off-by: Heiko Schocher <hs@denx.de>
17082
17083 commit 0768b7a872964085eece8d5e9fec9175e9deb161
17084 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17085 Date:   Mon Aug 18 13:41:27 2008 +0200
17086
17087     Consolidate strmhz() implementation
17088
17089     ARM, i386, m68k and ppc all have identical implementations of strmhz().
17090     Other architectures don't provide this function at all.
17091
17092     This patch moves strmhz() into lib_generic, reducing code duplication
17093     and providing a more unified API across architectures.
17094
17095     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17096
17097 commit a928d0df211f1d829308d335d19be3ca42558dfc
17098 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
17099 Date:   Mon Aug 18 12:02:51 2008 +0200
17100
17101     fix mvbc_p board build warnings
17102
17103     fix build warnings @ mvBC-P board by using correct types, i.e. change
17104     out_be32 to out_be16 and out_8 accordingly.
17105
17106     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
17107
17108 commit a958b663d27f616bd1dfb720d1b476d1ecaaa569
17109 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17110 Date:   Sat Aug 16 18:54:27 2008 +0200
17111
17112     Makefile: fix posix support on find
17113
17114     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17115
17116 commit bef92e215d945cc574399c1a1b00a3a76d35aa03
17117 Author: Axel Beierlein <belatronix@web.de>
17118 Date:   Sat Aug 16 00:30:48 2008 +0200
17119
17120     Adding bootlimit/bootcount feature for MPC5XXX on TQM5200 Boards
17121
17122     Tested with TQM5200S on STK52XX.200 Board
17123
17124     Signed-off-by: Axel Beierlein <belatronix@web.de>
17125
17126 commit 0800707b6d5041a840a65d556032c15c584b55f8
17127 Author: Peter Tyser <ptyser@xes-inc.com>
17128 Date:   Fri Aug 15 14:36:32 2008 -0500
17129
17130     mod_i2c_mem() bugfix
17131
17132     The last used chip, address, and address length were not being
17133     stored for the imm and imn commands.
17134
17135     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
17136
17137 commit 4afbef967275b2f636abae86f91b81becee7ad03
17138 Author: Steven A. Falco <sfalco@harris.com>
17139 Date:   Fri Aug 15 15:37:31 2008 -0400
17140
17141     Fix typo in spelling of ATAPI.
17142
17143     Correct a small spelling mistake.
17144
17145     Signed-off-by: Steven A. Falco <sfalco@harris.com>
17146
17147 commit 36c2d3062ecc6ab85f8e237180eb134464c48418
17148 Author: Steven A. Falco <sfalco@harris.com>
17149 Date:   Fri Aug 15 15:34:10 2008 -0400
17150
17151     Add a hook to allow board-specific PIO mode setting.
17152
17153     This patch adds a hook whereby a board-specific routine can be called to
17154     configure hardware for a PIO mode.  The prototype for the board-specific
17155     routine is:
17156
17157         int inline ide_set_piomode(int pio_mode)
17158
17159     ide_set_piomode should be prepared to configure hardware for a pio_mode
17160     between 0 and 6, inclusive.  It should return 0 on success or 1 on failure.
17161
17162     Signed-off-by: Steven A. Falco <sfalco@harris.com>
17163
17164 commit 9571b84cb1423876f1153081b9e6a51d90fbcdc4
17165 Author: Steven A. Falco <sfalco@harris.com>
17166 Date:   Fri Aug 15 15:29:12 2008 -0400
17167
17168     Replace enums in ata.h with an include of libata.h
17169
17170     This patch removes some enums from ata.h and replaces them with an
17171     include of libata.h.  This way, we eliminate duplicated code, and
17172     prevent errors whereby the different versions could be out of sync.
17173
17174     Signed-off-by: Steven A. Falco <sfalco@harris.com>
17175
17176 commit 0de0afbca865ecf482b4d2b635236746def8518f
17177 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17178 Date:   Fri Aug 15 18:32:41 2008 +0200
17179
17180     coldfire: fix CFI drivers activation with new macro
17181
17182     rename CFG_FLASH_CFI_DRIVER to CONFIG_FLASH_CFI_DRIVER
17183
17184     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17185
17186 commit 7dbc38ad915f4ae67f4cd1818b7ac8fed368aaa9
17187 Author: Kumar Gala <galak@kernel.crashing.org>
17188 Date:   Fri Aug 15 08:24:35 2008 -0500
17189
17190     fdt: fdt addr w/o any args reports back the current working address
17191
17192     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17193
17194 commit f953d99fd528a496b400a706b511eaf8e3ea66af
17195 Author: Kumar Gala <galak@kernel.crashing.org>
17196 Date:   Fri Aug 15 08:24:34 2008 -0500
17197
17198     fdt: added the ability to set initrd start/end via chosen command
17199
17200     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17201
17202 commit ffa4bafacaef67058463b3d7d0099ced57569dd2
17203 Author: Kumar Gala <galak@kernel.crashing.org>
17204 Date:   Fri Aug 15 08:24:33 2008 -0500
17205
17206     Add command to enable/disable interrupts
17207
17208     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17209
17210 commit 9e8e63cce69556aef10b58bcbc56d324f570ec3a
17211 Author: Nick Spence <nick.spence@freescale.com>
17212 Date:   Tue Aug 19 22:21:16 2008 -0700
17213
17214     CFI: Add CFI_CMDSET_INTEL_EXTENDED to fix flash_real_protect()
17215
17216     This patch fixes a missing vendor code in the flash_real_protect() function.
17217
17218     Signed-off-by: Nick Spence <nick.spence@freescale.com>
17219     Signed-off-by: Stefan Roese <sr@denx.de>
17220
17221 commit 4e00acded2e6a8d663e12690a0f0f08f5bec5a58
17222 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
17223 Date:   Tue Aug 19 16:53:39 2008 +0000
17224
17225     CFI: Fix AMD Legacy sector protect
17226
17227     New implement sector lock and unlock or softlock commands
17228     do not exist in AMD legacy flash. Thus, causing issue
17229     when erasing AMD legacy flash (such as lv040)
17230
17231     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
17232     Signed-off-by: Stefan Roese <sr@denx.de>
17233
17234 commit 492671404140f09d5b21b3d2ce4e362c0692c069
17235 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17236 Date:   Wed Aug 20 09:40:16 2008 +0200
17237
17238     hammerhead/mimc200: Use CONFIG_FLASH_CFI_DRIVER
17239
17240     CFG_FLASH_CFI_DRIVER was recently renamed CONFIG_FLASH_CFI_DRIVER.
17241
17242     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17243
17244 commit 33eac2b3d946fc998a09245dfe54d017079b9056
17245 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17246 Date:   Wed Aug 20 09:28:36 2008 +0200
17247
17248     hammerhead: Add missing printf parameter to CONFIG_AUTOBOOT_PROMPT
17249
17250     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17251
17252 commit 25da0b84195fdda89a943b2d25757db5afeef5b8
17253 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17254 Date:   Wed Aug 20 09:27:37 2008 +0200
17255
17256     favr-32-ezkit: Fix printf format warnings
17257
17258     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17259
17260 commit 462da25e89b0b58bf4c66346c1fcb3087c61b4b8
17261 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17262 Date:   Fri Aug 15 12:04:25 2008 +0200
17263
17264     MAINTAINERS: Sort avr32 section alphabetically
17265
17266     The rest of the MAINTAINERS file appears to be sorted
17267     almost-alphabetically, but entries for the newly added AVR32 boards were
17268     added somewhat randomly. This patch sorts the list alphabetically again.
17269
17270     Also update my e-mail address. The old one still works, but it may not
17271     work forever.
17272
17273     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17274
17275 commit 13b50fe3bc065c48911fa373231421280855a9d6
17276 Author: Mark Jackson <mpfj@mimc.co.uk>
17277 Date:   Wed Jul 30 13:07:27 2008 +0100
17278
17279     avr32: Add MIMC200 board
17280
17281     The MIMC200 board is based on Atmel's NGW100 dev kit, but with an extra
17282     8MByte FLASH and 128KByte FRAM.
17283
17284     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
17285     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17286
17287 commit db70b84329315c52f6ec77f5ae5ca1afe970a9bb
17288 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
17289 Date:   Wed Jul 9 21:07:34 2008 +0900
17290
17291     rtl8169: add support for RTL8110SCL
17292
17293     This patch fixes a problem that RTL8110SCL started transfer
17294     with an incorrect memory address.
17295
17296     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
17297     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
17298
17299 commit 943b825bf15e6a28ac8328e0f6489478bceef1ea
17300 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
17301 Date:   Wed Jun 25 15:48:52 2008 -0500
17302
17303     Fix dm9000 receive status and len little endian issue
17304
17305     The received status and len was in little endian
17306     format and caused the ethernet unable to proceed
17307     further. Add __le16_to_cpu() in dm9000_rx_status_8/16/32bit().
17308
17309     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
17310     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
17311
17312 commit fcd69a1a57fb2af4d26201422095a4be9f36963e
17313 Author: Kumar Gala <galak@kernel.crashing.org>
17314 Date:   Fri Aug 15 08:24:32 2008 -0500
17315
17316     Clean up usage of icache_disable/dcache_disable
17317
17318     There is no point in disabling the icache on 7xx/74xx/86xx parts and not
17319     also flushing the icache.  All callers of invalidate_l1_instruction_cache()
17320     call icache_disable() right after.  Make it so icache_disable() calls
17321     invalidate_l1_instruction_cache() for us.
17322
17323     Also, dcache_disable() already calls dcache_flush() so there is no point
17324     in the explicit calls of dcache_flush().
17325
17326     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17327
17328 commit a15b07104ca7bbb7093c9009c9ae1b58b4202d13
17329 Author: Kumar Gala <galak@kernel.crashing.org>
17330 Date:   Fri Aug 15 08:24:31 2008 -0500
17331
17332     Update linux bootm to support ePAPR client interface
17333
17334     The ePAPR spec has some subtle differences from the current device
17335     tree based boot interface to the powerpc linux kernel. The powerpc
17336     linux kernel currently ignores the differences that ePAPR specifies.
17337
17338     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17339
17340 commit b734e5556a239b3be5f9693b2f4b4b739683ec16
17341 Author: Wolfgang Denk <wd@denx.de>
17342 Date:   Mon Aug 18 23:50:20 2008 +0200
17343
17344     Minor code cleanup: keep lists sorted.
17345
17346     Signed-off-by: Wolfgang Denk <wd@denx.de>
17347
17348 commit d0039d4ed275e6ca09fb417895024ad02be118c4
17349 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
17350 Date:   Wed Jul 23 19:10:14 2008 +0200
17351
17352     Add support for ADT7460 I2C monitor chip
17353
17354     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
17355
17356 commit eb59ea45ab77c14b090ea857d9ea9f902f40db0b
17357 Author: Michal Simek <monstr@monstr.eu>
17358 Date:   Mon Jul 14 19:45:45 2008 +0200
17359
17360     video: Clean drivers/video/Makefile
17361
17362     Signed-off-by: Michal Simek <monstr@monstr.eu>
17363
17364 commit 871c18dd301752270e1f74328c846c3104be1e2e
17365 Author: Michal Simek <monstr@monstr.eu>
17366 Date:   Mon Jul 14 19:45:37 2008 +0200
17367
17368     rtc: Clean drivers/rtc/Makefile
17369
17370     Signed-off-by: Michal Simek <monstr@monstr.eu>
17371
17372 commit a4a549b4b53adf40a0d3882cc30ac812a8f847c5
17373 Author: Michal Simek <monstr@monstr.eu>
17374 Date:   Mon Jul 14 19:45:35 2008 +0200
17375
17376     i2c: Clean drivers/i2c/ Makefile
17377
17378     Signed-off-by: Michal Simek <monstr@monstr.eu>
17379
17380 commit 0a823aa2a8a8c0685e73900f387d602d7edafc0e
17381 Author: Harald Welte <laforge@openmoko.org>
17382 Date:   Wed Jul 9 22:30:30 2008 +0800
17383
17384     Add 'license' command to U-Boot command line
17385
17386     The 'license' command includes the U-Boot license (GPLv2) into the
17387     actual bootloader binary. The license text can be shown interactively
17388     at the U-Boot commandline.
17389
17390     For products where the commandline can actually be accessed by the
17391     end user, this helps to prevent inadvertent GPL violations, since the
17392     GPLv2 license text can no longer be 'forgotten' to be included into
17393     the product.
17394
17395     The 'license' command can be enabled by CONFIG_CMD_LICENSE.
17396
17397     Signed-off-by: Harald Welte <laforge@openmoko.org>
17398
17399 commit fe2ce5500ebf43d79d227190bd2370232d5b113d
17400 Author: Harald Welte <laforge@gnumonks.org>
17401 Date:   Sun Jul 6 15:56:38 2008 +0800
17402
17403     add 'unzip' command to u-boot commandline
17404
17405     [PATCH] add new 'unzip' command to u-boot commandline
17406
17407     common/cmd_mem.c: new command "unzip srcaddr dstaddr [dstsize]" to unzip from
17408     memory to memory, and option CONFIG_CMD_UNZIP to enable it
17409
17410     Signed-off-by: Werner Almesberger <werner@openmoko.org>
17411     Signed-off-by: Harald Welte <laforge@openmoko.org>
17412
17413 commit 07efc9e321619c3dec213310c32e011aa6f02783
17414 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
17415 Date:   Wed Aug 6 19:37:17 2008 -0500
17416
17417     Change CFG_ENV_SIZE to CFG_ENV_SECT_SIZE for SPI sector erase
17418
17419     The CFG_ENV_SIZE is not suitable used for SPI flash erase
17420     sector size if CFG_ENV_SIZE is less than CFG_ENV_SECT_SIZE.
17421     Add condition check if CFG_ENV_SIZE is larger than
17422     CFG_ENV_SECT_SIZE, calculate the right number of sectors for
17423     erasing.
17424
17425     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
17426
17427 commit 4cb4e654cafabaa1ac180d37b00c8f6095dae9c9
17428 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
17429 Date:   Mon Aug 11 15:54:25 2008 +0000
17430
17431     ColdFire: Multiple fixes for M5282EVB
17432
17433     Incorrect CFG_HZ value, change 1000000 to 1000.
17434     Rename #waring to #warning. RAMBAR1 uses twice
17435     in start.S, rename the later to FLASHBAR. Insert
17436     nop for DRAM setup. And, env_offset in linker file.
17437
17438     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
17439
17440 commit 10db3a17a278dd3a27668b31cb32cdd1476e9513
17441 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
17442 Date:   Mon Aug 11 15:26:43 2008 +0000
17443
17444     ColdFire: Move m5282evb from board to board/freescale
17445
17446     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
17447
17448 commit 56df091d391f74bbf2dc2f7931f9f3c8f23529e4
17449 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
17450 Date:   Mon Aug 11 15:25:07 2008 +0000
17451
17452     ColdFire: Move m5272c3 from board to board/freescale
17453
17454     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
17455
17456 commit 659e9bad629a480f606b286d5703aef7159edf98
17457 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
17458 Date:   Mon Aug 11 15:23:16 2008 +0000
17459
17460     ColdFire: Move m5271evb from board to board/freescale
17461
17462     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
17463
17464 commit 05316f8ece8206339a208ec052f039cd0f7ca922
17465 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
17466 Date:   Mon Aug 11 13:41:49 2008 +0000
17467
17468     ColdFire: Add M54451EVB platform support for MCF5445x
17469
17470     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
17471
17472 commit 922cd7515597e9a2c07d68e2a6240b0b7b0f0136
17473 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
17474 Date:   Wed Aug 6 19:14:08 2008 -0500
17475
17476     ColdFire: Add Serial Flash support for M54455EVB
17477
17478     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
17479
17480 commit 9f751551456828b2d0ff417f10959fb0c7110bd0
17481 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
17482 Date:   Wed Jul 23 20:38:53 2008 -0500
17483
17484     ColdFire: Implement SBF feature for M5445EVB
17485
17486     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
17487
17488 commit a7323bba229203aae2604afde131ab47bad4eadc
17489 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
17490 Date:   Wed Jul 23 17:53:36 2008 -0500
17491
17492     ColdFire: Add SSPI feature for MCF5445x
17493
17494     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
17495
17496 commit b2d022d1ac3f59bffa9cec249341e77aea168abc
17497 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
17498 Date:   Wed Jul 23 17:37:10 2008 -0500
17499
17500     ColdFire: Use CFI Flash driver for M54455EVB
17501
17502     Remove non-common flash driver in
17503     board/freescale/m54455evb/flash.c. The non-cfi flash will
17504     use CONFIG_FLASH_CFI_LEGACY to configure the flash
17505     attribute.
17506
17507     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
17508
17509 commit 6d33c6acfa35b1144d46ffbff7e29ee7969290d0
17510 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
17511 Date:   Wed Jul 23 17:11:47 2008 -0500
17512
17513     ColdFire: Add M5253DEMO platform support for MCF5253
17514
17515     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
17516
17517 commit 80ba61fd82569af40e04d4a089257b81881884f2
17518 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
17519 Date:   Wed Aug 6 14:17:09 2008 -0500
17520
17521     ColdFire: Raise M5253EVBE uart baudrate to 115200 bps
17522
17523     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
17524
17525 commit d361307e73ce1f6fc68760123f37d4876f851f3e
17526 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
17527 Date:   Wed Aug 6 14:11:36 2008 -0500
17528
17529     ColdFire: Fix M5253EVB dram bring up issue
17530
17531     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
17532
17533 commit 4b0708093e15b412296328bf81325cf9b69fe512
17534 Author: Wolfgang Denk <wd@denx.de>
17535 Date:   Thu Aug 14 14:41:06 2008 +0200
17536
17537     Coding Style cleanup, update CHANGELOG
17538
17539     Signed-off-by: Wolfgang Denk <wd@denx.de>
17540
17541 commit 68cf19aae48f2969ec70669604d0d776f02c8bc4
17542 Author: Scott Wood <scottwood@freescale.com>
17543 Date:   Wed Aug 13 18:24:05 2008 -0500
17544
17545     socrates: Update NAND driver to new API.
17546
17547     Also, fix some minor formatting issues, and simplify the handling of
17548     "state" for writes.
17549
17550     Signed-off-by: Scott Wood <scottwood@freescale.com>
17551
17552 commit ba22d10f39eaeedd035e8265616e31ff88e314d5
17553 Author: Scott Wood <scottwood@freescale.com>
17554 Date:   Wed Aug 13 18:03:40 2008 -0500
17555
17556     quad100hd: Update NAND driver to new API.
17557
17558     Signed-off-by: Scott Wood <scottwood@freescale.com>
17559
17560 commit f64cb652a8a84c5c34d0afcbd7ffef886aa1d838
17561 Author: Scott Wood <scottwood@freescale.com>
17562 Date:   Wed Aug 13 17:53:48 2008 -0500
17563
17564     m5373evb: Update NAND driver to new API.
17565
17566     Signed-off-by: Scott Wood <scottwood@freescale.com>
17567
17568 commit 1a23a197c8722b805f40895544bbdb1a648c1c82
17569 Author: Scott Wood <scottwood@freescale.com>
17570 Date:   Wed Aug 13 17:04:30 2008 -0500
17571
17572     s3c24x0: Update NAND driver to new API.
17573
17574     Signed-off-by: Scott Wood <scottwood@freescale.com>
17575
17576 commit aa5f75f20db8a7103fad9c34d6f1193e10d1890f
17577 Author: Scott Wood <scottwood@freescale.com>
17578 Date:   Wed Aug 13 15:56:00 2008 -0500
17579
17580     at91: Update board NAND drivers to current API.
17581
17582     Signed-off-by: Scott Wood <scottwood@freescale.com>
17583
17584 commit d438d50848e9425286e5fb0493e0affb5a0b1e1b
17585 Author: Kyungmin Park <kmpark@infradead.org>
17586 Date:   Wed Aug 13 09:11:02 2008 +0900
17587
17588     Fix OneNAND build break
17589
17590     Since page size field is changed from oobblock to writesize. But OneNAND is not updated.
17591     - fix bufferram management at erase operation
17592     This patch includes the NAND/OneNAND state filed too.
17593
17594     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
17595     Signed-off-by: Scott Wood <scottwood@freescale.com>
17596
17597 commit 9483df6408c25f16060432de3868901e352e23bc
17598 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17599 Date:   Wed Aug 13 01:40:43 2008 +0200
17600
17601     drivers/mtd/nand_legacy: Move conditional compilation to Makefile
17602
17603     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17604
17605 commit cc4a0ceeac5462106172d0cc9d9d542233aa3ab2
17606 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17607 Date:   Wed Aug 13 01:40:43 2008 +0200
17608
17609     drivers/mtd/nand: Move conditional compilation to Makefile
17610
17611     rename CFG_NAND_LEGACY to CONFIG_NAND_LEGACY
17612
17613     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17614
17615 commit 4fb09b81920e5dfdfc4576883186733f0bd6059c
17616 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17617 Date:   Wed Aug 13 01:40:42 2008 +0200
17618
17619     drivers/mtd/onenand: Move conditional compilation to Makefile
17620
17621     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17622
17623 commit 00b1883a4cac59d97cd297b1a3a398db85982865
17624 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17625 Date:   Wed Aug 13 01:40:42 2008 +0200
17626
17627     drivers/mtd: Move conditional compilation to Makefile
17628
17629     rename CFG_FLASH_CFI_DRIVER to CONFIG_FLASH_CFI_DRIVER
17630
17631     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17632
17633 commit 7ba44a5521cdb7fa1c72864025cde1e21a6f6921
17634 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17635 Date:   Wed Aug 13 01:40:41 2008 +0200
17636
17637     drivers/qe: Move conditional compilation to Makefile
17638
17639     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17640
17641 commit ab6878c7bc68a7b5e5b731655bdc13221bbfc493
17642 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17643 Date:   Wed Aug 13 01:40:40 2008 +0200
17644
17645     drivers/pci: Move conditional compilation to Makefile
17646
17647     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17648
17649 commit 55d6d2d39fe3fe87802e399aa17539368b495d2e
17650 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17651 Date:   Wed Aug 13 01:40:40 2008 +0200
17652
17653     drivers/misc: Move conditional compilation to Makefile
17654
17655     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17656
17657 commit 65e41ea0548b86e3d7892defac8e4dc1ea70aed1
17658 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17659 Date:   Wed Aug 13 01:40:40 2008 +0200
17660
17661     drivers/input: Move conditional compilation to Makefile
17662
17663     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17664
17665 commit 88f57e093114a44aa9a858d52b099bcc52034a8c
17666 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17667 Date:   Wed Aug 13 01:40:39 2008 +0200
17668
17669     drivers/dma: Move conditional compilation to Makefile
17670
17671     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17672
17673 commit 1a02806c4b1b4a09ad4e95d3aac3783889e5f8d7
17674 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17675 Date:   Wed Aug 13 01:40:39 2008 +0200
17676
17677     drivers/block: Move conditional compilation to Makefile
17678
17679     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17680
17681 commit 1a6ffbfaf4353bec379ed1fcfc54b6f1a30af09a
17682 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17683 Date:   Wed Aug 13 01:40:39 2008 +0200
17684
17685     serial: move CFG_NS9750_UART to CONFIG_NS9750_UART
17686
17687     move also conditional compilation to Makefile
17688
17689     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17690
17691 commit 6c58a030f86829fa4f0d4337cf4b794c41a1823e
17692 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17693 Date:   Wed Aug 13 01:40:38 2008 +0200
17694
17695     serial: move CFG_SCIF_CONSOLE to CONFIG_SCIF_CONSOLE
17696
17697     move also conditional compilation to Makefile
17698
17699     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17700
17701 commit d6e9ee92e890f67594ab150689510df361133ead
17702 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17703 Date:   Wed Aug 13 01:40:38 2008 +0200
17704
17705     common: Move conditional compilation to Makefile
17706
17707     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17708
17709 commit f5acb9fd9bba1160de3ef349c7d33fe510eda286
17710 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17711 Date:   Wed Aug 13 01:40:09 2008 +0200
17712
17713     mx31: move freescale's mx31 boards to vendor board dir
17714
17715     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17716
17717 commit 8ed2f5f950e2581214d20b011a8f27a6396d65d2
17718 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17719 Date:   Sat Jul 5 23:11:11 2008 +0200
17720
17721     at91: move arch-at91sam9 to arch-at91
17722
17723     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17724
17725 commit 195ccfc5991d48764b2519941e3507f693851d5d
17726 Author: Fathi BOUDRA <fabo@debian.org>
17727 Date:   Wed Aug 6 10:06:20 2008 +0200
17728
17729     OneNAND: Fill in MTD function pointers for OneNAND.
17730
17731     onenand_print_device_info():
17732      - Now returns a string to be placed in mtd->name,
17733        rather than calling printf.
17734      - Remove verbose parameter as it becomes useless.
17735
17736     Signed-off-by: Fathi Boudra <fabo@debian.org>
17737     Signed-off-by: Scott Wood <scottwood@freescale.com>
17738
17739 commit aa646643b6bc250cb3a4966bf728876e0c10d329
17740 Author: Guennadi Liakhovetski <lg@denx.de>
17741 Date:   Wed Aug 6 21:42:07 2008 +0200
17742
17743     nand_spl: Support page-aligned read in nand_load, use chipselect
17744
17745     Supporting page-aligned reads doesn't incure any sinificant overhead, just
17746     a small change in the algorithm. Also replace in_8 with readb, since there
17747     is no in_8 on ARM.
17748
17749     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
17750     Signed-off-by: Scott Wood <scottwood@freescale.com>
17751
17752 commit 4f32d7760a58fe73981b6edc0b0751565d2daa4c
17753 Author: Scott Wood <scottwood@freescale.com>
17754 Date:   Tue Aug 5 11:15:59 2008 -0500
17755
17756     NAND boot: Update large page support for current API.
17757
17758     Also, remove the ctrl variable in favor of passing the constants
17759     directly, and remove redundant (u8) casts.
17760
17761     Signed-off-by: Scott Wood <scottwood@freescale.com>
17762
17763 commit e4c09508545d1c45617ba45391c03c03cbc360b9
17764 Author: Scott Wood <scottwood@freescale.com>
17765 Date:   Mon Jun 30 14:13:28 2008 -0500
17766
17767     NAND boot: MPC8313ERDB support
17768
17769     Note that with older board revisions, NAND boot may only work after a
17770     power-on reset, and not after a warm reset.  I don't have a newer board
17771     to test on; if you have a board with a 33MHz crystal, please let me know
17772     if it works after a warm reset.
17773
17774     Signed-off-by: Scott Wood <scottwood@freescale.com>
17775
17776 commit acdab5c33f1ea6f5e08f06f08bc64af23ff40d71
17777 Author: Scott Wood <scottwood@freescale.com>
17778 Date:   Thu Jun 26 14:06:52 2008 -0500
17779
17780     mpc8313erdb: Enable NAND in config.
17781
17782     Signed-off-by: Scott Wood <scottwood@freescale.com>
17783
17784 commit c3db8c649c6ab3da2f1411c4c6d61aecea054aa4
17785 Author: Guennadi Liakhovetski <lg@denx.de>
17786 Date:   Thu Jul 31 12:38:26 2008 +0200
17787
17788     NAND: Do not write or read a whole block if it is larger than the environment
17789
17790     Environment can be smaller than NAND block size, do not need to read a whole
17791     block and minimum for writing is one page. Also remove an unused variable.
17792
17793     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
17794     Signed-off-by: Scott Wood <scottwood@freescale.com>
17795
17796 commit eafcabd15f00c142156235c519fcc55b10993241
17797 Author: Marcel Ziswiler <marcel@ziswiler.com>
17798 Date:   Sun Jun 22 16:30:06 2008 +0200
17799
17800     NAND: chip->state does not always get set.
17801
17802     Fixes an issue with chip->state not always being set causing troubles.
17803
17804     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
17805     Signed-off-by: Scott Wood <scottwood@freescale.com>
17806
17807 commit 13f0fd94e3cae6f8a0d9fba5d367e311edc8ebde
17808 Author: Ilya Yanok <yanok@emcraft.com>
17809 Date:   Mon Jun 30 15:34:40 2008 +0200
17810
17811     NAND: Scan bad blocks lazily.
17812
17813     Rather than scanning on boot, scan upon the first attempt to check the
17814     badness of a block.  This speeds up boot when not using NAND, and reduces
17815     the likelihood of needing to reflash via JTAG if NAND becomes
17816     nonfunctional.
17817
17818     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
17819     Signed-off-by: Scott Wood <scottwood@freescale.com>
17820
17821 commit dfbf617ff055e4216f78d358b0867c548916d14b
17822 Author: Scott Wood <scottwood@freescale.com>
17823 Date:   Thu Jun 12 13:20:16 2008 -0500
17824
17825     NAND read/write fix
17826
17827     Implement block-skipping read/write, based on a patch from
17828     Morten Ebbell Hestens <morten.hestnes@tandberg.com>.
17829
17830     Signed-off-by: Morten Ebbell Hestnes <morten.hestnes@tandberg.com>
17831     Signed-off-by: Scott Wood <scottwood@freescale.com>
17832
17833 commit 984e03cdf1431bb593aeaa1b74c445d616f955d3
17834 Author: Scott Wood <scottwood@freescale.com>
17835 Date:   Thu Jun 12 13:13:23 2008 -0500
17836
17837     NAND: Always skip blocks on read/write/boot.
17838
17839     Use of the non-skipping versions was almost always (if not always)
17840     an error, and no valid use case has been identified.
17841
17842     Signed-off-by: Scott Wood <scottwood@freescale.com>
17843
17844 commit e1c3dbada349992875934575c97b328ab2cb33ca
17845 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
17846 Date:   Thu Jun 12 11:10:21 2008 -0500
17847
17848     nand: fsl_upm: convert to updated MTD NAND infrastructure
17849
17850     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
17851     Signed-off-by: Scott Wood <scottwood@freescale.com>
17852
17853 commit 300253306acc72b1b2e9faf0987f86551151d7cf
17854 Author: Scott Wood <scottwood@freescale.com>
17855 Date:   Thu May 22 15:02:46 2008 -0500
17856
17857     fsl_elbc_nand: Hard-code the FBAR/FPAR split.
17858
17859     The hardware has separate registers for block and page-within-block,
17860     but the division between the two has no apparent relation to the
17861     actual erase block size of the NAND chip.
17862
17863     Signed-off-by: Scott Wood <scottwood@freescale.com>
17864
17865 commit 9c814b0a716aae884bec977b9a032dfa59cfb79a
17866 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
17867 Date:   Fri Mar 28 22:10:54 2008 +0300
17868
17869     fsl_elbc_nand: workaround for hangs during nand write
17870
17871     Using current driver elbc sometimes hangs during nand write. Reading back
17872     last byte helps though (thanks to Scott Wood for the idea).
17873
17874     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
17875     Signed-off-by: Scott Wood <scottwood@freescale.com>
17876
17877 commit 9fd020d6b4b36b9fb67cd834bc1ae7fdba15ee9e
17878 Author: Scott Wood <scottwood@freescale.com>
17879 Date:   Fri Mar 21 16:12:51 2008 -0500
17880
17881     Freescale eLBC FCM NAND driver
17882
17883     This is a driver for the Flash Control Machine of the enhanched Local Bus
17884     Controller found on some Freescale chips (such as the mpc8313 and the
17885     mpc8379).
17886
17887     Signed-off-by: Scott Wood <scottwood@freescale.com>
17888
17889 commit 41ef8c716e93fdf50efe9c1ba733ca6675daaca6
17890 Author: Scott Wood <scottwood@freescale.com>
17891 Date:   Tue Mar 18 15:29:14 2008 -0500
17892
17893     Don't panic if a controller driver does ecc its own way.
17894
17895     Some hardware, such as the enhanced local bus controller used on some
17896     mpc83xx chips, does ecc transparently when reading and writing data, rather
17897     than providing a generic calculate/correct mechanism that can be exported to
17898     the nand subsystem.
17899
17900     The subsystem should not BUG() when calculate, correct, or hwctl are
17901     missing, if the methods that call them have been overridden.
17902
17903     Signed-off-by: Scott Wood <scottwood@freescale.com>
17904
17905 commit e52b34d40a8a646e3d11638ea8797e96398dba13
17906 Author: Stefan Roese <sr@denx.de>
17907 Date:   Thu Jan 10 18:47:33 2008 +0100
17908
17909     NAND: Make NAND driver less verbose per default
17910
17911     This patch turns off printing of bad blocks per default upon bootup.
17912     This can always be shown via the "nand bad" command later.
17913
17914     Signed-off-by: Stefan Roese <sr@denx.de>
17915
17916 commit fe56a2772e5c59577df906163d0d4b29b056140e
17917 Author: Sergey Kubushyn <ksi@koi8.net>
17918 Date:   Wed Jan 9 15:36:20 2008 +0100
17919
17920     NAND: Davinci driver updates
17921
17922     Here comes a trivial patch to cpu/arm926ejs/davinci/nand.c. Unfortunately I
17923     don't have hardware handy so I can not test it at the moment but changes are
17924     rather trivial so it should work. It would be nice if somebody with a
17925     hardware checked it anyways.
17926
17927     Signed-off-by: Sergey Kubushyn <ksi@koi8.net>
17928
17929 commit deac913effd8d80535c9ff4687b6fcdff540c554
17930 Author: Stefan Roese <sr@denx.de>
17931 Date:   Sat Jan 5 16:50:32 2008 +0100
17932
17933     NAND: Fix compilation warning and small coding style issue
17934
17935     Signed-off-by: Stefan Roese <sr@denx.de>
17936
17937 commit c568f77acdf896fc3dd6413ce53205b17ba809a3
17938 Author: Stefan Roese <sr@denx.de>
17939 Date:   Sat Jan 5 16:49:37 2008 +0100
17940
17941     NAND: Update nand_spl driver to match updated nand subsystem
17942
17943     This patch changes the NAND booting driver nand_spl/nand_boot.c to match
17944     the new infrastructure from the updated NAND subsystem. This NAND
17945     subsystem was recently synced again with the Linux 2.6.22 MTD/NAND
17946     subsystem.
17947
17948     Signed-off-by: Stefan Roese <sr@denx.de>
17949
17950 commit 3df2ece0f0fbba47d27f02fff96c533732b98c14
17951 Author: Stefan Roese <sr@denx.de>
17952 Date:   Sat Jan 5 16:47:58 2008 +0100
17953
17954     NAND: Update 4xx NDFC driver to match updated nand subsystem
17955
17956     This patch changes the 4xx NAND driver ndfc.c to match the new
17957     infrastructure from the updated NAND subsystem. This NAND
17958     subsystem was recently synced again with the Linux 2.6.22 MTD/NAND
17959     subsystem.
17960
17961     Tested successfully on AMCC Sequoia and Bamboo.
17962
17963     Signed-off-by: Stefan Roese <sr@denx.de>
17964
17965 commit 12072264528eba33737bc9674e19f0e925ffda23
17966 Author: Stefan Roese <sr@denx.de>
17967 Date:   Sat Jan 5 16:43:25 2008 +0100
17968
17969     NAND: Change nand_wait_ready() to not call nand_wait()
17970
17971     This patch changes nand_wait_ready() to not just call nand_wait(),
17972     since this will send a new command to the NAND chip. We just want to
17973     wait for the chip to become ready here.
17974
17975     Signed-off-by: Stefan Roese <sr@denx.de>
17976
17977 commit 9ad754fef5053144daed3b007adaf1c9bec654c9
17978 Author: William Juul <william.juul@datarespons.no>
17979 Date:   Fri Dec 14 16:33:45 2007 +0100
17980
17981     make nand dump and nand dump.oob work
17982
17983     Signed-off-by: William Juul <william.juul@tandberg.com>
17984     Signed-off-by: Scott Wood <scottwood@freescale.com>
17985
17986 commit 43ea36fb8fdcbc6e26f0caffe808c63633b18838
17987 Author: William Juul <william.juul@datarespons.no>
17988 Date:   Mon Nov 19 14:46:00 2007 +0100
17989
17990     moving files from yaffs2/direct/ to yaffs2/ and deleting all symlinks
17991
17992     Signed-off-by: William Juul <william.juul@tandberg.com>
17993
17994 commit 98824ce3f95e6c4d08d439b779c0acb0048045a6
17995 Author: William Juul <william.juul@tandberg.com>
17996 Date:   Tue Jun 10 16:18:13 2008 -0500
17997
17998     Clean out unneeded files
17999
18000     Signed-off-by: William Juul <william.juul@tandberg.com>
18001
18002 commit ec29a32b5a71b203f7d9087f1f4d786e7f13dd23
18003 Author: William Juul <william.juul@datarespons.no>
18004 Date:   Fri Nov 16 08:44:27 2007 +0100
18005
18006     Create symlinks from yaffs2/direct to yaffs2
18007
18008     Signed-off-by: William Juul <william.juul@tandberg.com>
18009
18010 commit 90ef117b68387d66763291af0117677644166611
18011 Author: William Juul <william.juul@datarespons.no>
18012 Date:   Thu Nov 15 12:23:57 2007 +0100
18013
18014     Incorporate yaffs2 into U-boot
18015
18016     To use YAFFS2 define CONFIG_YAFFS2
18017
18018     Signed-off-by: William Juul <william.juul@tandberg.com>
18019     Signed-off-by: Scott Wood <scottwood@freescale.com>
18020
18021 commit 0e8cc8bd92257da2e1df88cbc985e166e472ce61
18022 Author: William Juul <william.juul@datarespons.no>
18023 Date:   Thu Nov 15 11:13:05 2007 +0100
18024
18025     YAFFS2 import
18026
18027     Direct import of yaffs as a tarball as of 20071113 from their public
18028     CVS-web at http://www.aleph1.co.uk/cgi-bin/viewcvs.cgi/yaffs2/
18029
18030     The code can also be imported on the command line with:
18031     export CVSROOT=:pserver:anonymous@cvs.aleph1.co.uk:/home/aleph1/cvs cvs logon
18032     (Hit return when asked for a password)
18033     cvs checkout yaffs2
18034
18035     Signed-off-by: William Juul <william.juul@tandberg.com>
18036     Signed-off-by: Stig Olsen <stig.olsen@tandberg.com>
18037
18038 commit 3043c045d5a9897faba7d5c7218c2f4d06cd0038
18039 Author: William Juul <william.juul@datarespons.no>
18040 Date:   Wed Nov 14 14:28:11 2007 +0100
18041
18042     Whitespace cleanup and marking broken code.
18043
18044     Changes requested by maintainer Stefan Roese after
18045     posting patch to U-boot mailing list.
18046
18047     Signed-off-by: William Juul <william.juul@tandberg.com>
18048     Signed-off-by: Scott Wood <scottwood@freescale.com>
18049
18050 commit 5e1dae5c3db7f4026f31b6a2a81ecd9e9dee475f
18051 Author: William Juul <william.juul@datarespons.no>
18052 Date:   Fri Nov 9 13:32:30 2007 +0100
18053
18054     Fixing coding style issues
18055
18056      - Fixing leading white spaces
18057      - Fixing indentation where 4 spaces are used instead of tab
18058      - Removing C++ comments (//), wherever I introduced them
18059
18060     Signed-off-by: William Juul <william.juul@tandberg.com>
18061     Signed-off-by: Scott Wood <scottwood@freescale.com>
18062
18063 commit 4cbb651b29cb64d378a06729970e1e153bb605b1
18064 Author: William Juul <william.juul@datarespons.no>
18065 Date:   Thu Nov 8 10:39:53 2007 +0100
18066
18067     Remove white space at end.
18068
18069     Signed-off-by: William Juul <william.juul@tandberg.com>
18070     Signed-off-by: Scott Wood <scottwood@freescale.com>
18071
18072 commit cfa460adfdefcc30d104e1a9ee44994ee349bb7b
18073 Author: William Juul <william.juul@datarespons.no>
18074 Date:   Wed Oct 31 13:53:06 2007 +0100
18075
18076     Update MTD to that of Linux 2.6.22.1
18077
18078     A lot changed in the Linux MTD code, since it was last ported from
18079     Linux to U-Boot. This patch takes U-Boot NAND support to the level
18080     of Linux 2.6.22.1 and will enable support for very large NAND devices
18081     (4KB pages) and ease the compatibility between U-Boot and Linux
18082     filesystems.
18083
18084     This patch is tested on two custom boards with PPC and ARM
18085     processors running YAFFS in U-Boot and Linux using gcc-4.1.2
18086     cross compilers.
18087
18088     MAKEALL ppc/arm has some issues:
18089      * DOC/OneNand/nand_spl is not building (I have not tried porting
18090        these parts, and since I do not have any HW and I am not familiar
18091        with this code/HW I think its best left to someone else.)
18092
18093     Except for the issues mentioned above, I have ported all drivers
18094     necessary to run MAKEALL ppc/arm without errors and warnings. Many
18095     drivers were trivial to port, but some were not so trivial. The
18096     following drivers must be examined carefully and maybe rewritten to
18097     some degree:
18098      cpu/ppc4xx/ndfc.c
18099      cpu/arm926ejs/davinci/nand.c
18100      board/delta/nand.c
18101      board/zylonite/nand.c
18102
18103     Signed-off-by: William Juul <william.juul@tandberg.com>
18104     Signed-off-by: Stig Olsen <stig.olsen@tandberg.com>
18105     Signed-off-by: Scott Wood <scottwood@freescale.com>
18106
18107 commit cd82919e6c8a73b363a26f34b734923844e52d1c
18108 Author: Wolfgang Denk <wd@denx.de>
18109 Date:   Tue Aug 12 16:08:38 2008 +0200
18110
18111     Coding style cleanup, update CHANGELOG, prepare release
18112
18113     Signed-off-by: Wolfgang Denk <wd@denx.de>
18114
18115 commit 17e900b8c0f38d922da47073246219dce2a847f2
18116 Author: Wolfgang Denk <wd@denx.de>
18117 Date:   Tue Aug 12 14:54:04 2008 +0200
18118
18119     MVBC_P: fix compile problem
18120
18121     Signed-off-by: Wolfgang Denk <wd@denx.de>
18122
18123 commit 52b047ae48219b59bebe37ba743ab103fd4f8316
18124 Author: Wolfgang Denk <wd@denx.de>
18125 Date:   Tue Aug 12 12:10:11 2008 +0200
18126
18127     MPC8272ADS: fix build error: 'bd_t' has no member named 'pci_clk'
18128
18129     Signed-off-by: Wolfgang Denk <wd@denx.de>
18130
18131 commit c9c101c660b3d1995045c61c7c6041f52b6cf335
18132 Author: Wolfgang Denk <wd@denx.de>
18133 Date:   Tue Aug 12 00:36:53 2008 +0200
18134
18135     ads5121: fix compiler warnings (unused variables)
18136
18137     Signed-off-by: Wolfgang Denk <wd@denx.de>
18138
18139 commit 902ca09246039964d59bbcb519b1e1b5aed01308
18140 Author: Kumar Gala <galak@kernel.crashing.org>
18141 Date:   Mon Aug 11 11:29:28 2008 -0500
18142
18143     85xx: Rename CONFIG_NR_CPUS to CONFIG_NUM_CPUS
18144
18145     Use CONFIG_NUM_CPUS to match existing define used by 86xx.
18146
18147     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
18148     Acked-by: Jon Loeliger <jdl@freescale.com>
18149
18150 commit 3216ca9692ff80d7c638723ef448f3d36301d9e7
18151 Author: Kumar Gala <galak@kernel.crashing.org>
18152 Date:   Mon Aug 11 09:20:53 2008 -0500
18153
18154     Fix fallout from autostart revert
18155
18156     The autostart revert caused a bit of duplicated code as well as
18157     code that was using images->autostart that needs to get removed so
18158     we can build again.
18159
18160     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
18161
18162 commit 3cf8a234b8e8c02e4da1f23566043bc288b05220
18163 Author: Kumar Gala <galak@kernel.crashing.org>
18164 Date:   Mon Aug 11 09:16:25 2008 -0500
18165
18166     Fix compile error related to r8a66597-hcd & usb
18167
18168     When building the 8544DS board we get this error:
18169
18170     In file included from r8a66597-hcd.c:22:
18171     u-boot/include/usb.h:190:2: error: #error USB Lowlevel not defined
18172     make[1]: *** [r8a66597-hcd.o] Error 1
18173
18174     The cleanest fix is to only build r8a66597-hcd.c if CONFIG_USB_R8A66597_HCD
18175     is set.
18176
18177     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
18178
18179 commit 2d0daa03612338a813e3c9d22680e54eabfea378
18180 Author: Becky Bruce <becky.bruce@freescale.com>
18181 Date:   Mon Aug 4 14:02:26 2008 -0500
18182
18183     POWERPC 86xx: Move BAT setup code to C
18184
18185     This is needed because we will be possibly be locating
18186     devices at physical addresses above 32bits, and the asm
18187     preprocessing does not appear to deal with ULL constants
18188     properly. We now call write_bat in lib_ppc/bat_rw.c.
18189
18190     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
18191     Acked-by: Jon Loeliger <jdl@freescale.com>
18192
18193 commit 9de67149db576c91b9c2a0a182652331e7e44211
18194 Author: Becky Bruce <becky.bruce@freescale.com>
18195 Date:   Mon Aug 4 14:01:53 2008 -0500
18196
18197     POWERPC: Add synchronization to write_bat in lib_ppc/bat_rw.c
18198
18199     Perform sync/isync as required by the architecture.
18200
18201     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
18202     Acked-by: Jon Loeliger <jdl@freescale.com>
18203
18204 commit 23f935c073e7578c6066804fd2f9ee116cae6ffe
18205 Author: Becky Bruce <becky.bruce@freescale.com>
18206 Date:   Mon Aug 4 14:01:16 2008 -0500
18207
18208     POWERPC: 86xx - add missing CONFIG_HIGH_BATS to sbc8641d config
18209
18210     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
18211     Acked-by: Jon Loeliger <jdl@freescale.com>
18212
18213 commit 5276a3584d26a9533404f0ec00c3b61cf9a97939
18214 Author: Magnus Lilja <lilja.magnus@gmail.com>
18215 Date:   Sun Aug 3 21:44:10 2008 +0200
18216
18217     i.MX31: Fix mx31_gpio_mux() function and MUX_-macros.
18218
18219     Correct the mx31_gpio_mux() function to allow changing all i.MX31 IOMUX
18220     contacts instead of only the first 256 ones as is the case prior to
18221     this patch.
18222
18223     Add missing MUX_* macros and update board files to use the new macros.
18224
18225     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
18226
18227 commit b6b183c5b2fffd4c456b7e3fcb064cceb47fe7ac
18228 Author: Magnus Lilja <lilja.magnus@gmail.com>
18229 Date:   Sun Aug 3 21:43:37 2008 +0200
18230
18231     i.MX31: Fix IOMUX related typos
18232
18233     Correct the names of some IOMUX macros.
18234
18235     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
18236
18237 commit 4d57b0fb2927d4f50d834884b4ec4a7ca01708b0
18238 Author: Steve Sakoman <steve@sakoman.com>
18239 Date:   Mon Aug 11 20:26:16 2008 +0200
18240
18241     OneNAND: Remove unused parameters to onenand_verify_page
18242
18243     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.
18244
18245     Signed-off-by: Steve Sakoman <steve@sakoman.com>
18246     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
18247
18248 commit e84d568fa2a9f4ce7888141e71676368ef6b3f25
18249 Author: Anatolij Gustschin <agust@denx.de>
18250 Date:   Fri Aug 8 18:00:40 2008 +0200
18251
18252     video: fix bug in cfb_console code
18253
18254     FILL_15BIT_555RGB macro extension for pixel swapping
18255     by commit bed53753dd1d7e6bcbea4339be0fb7760214cc35
18256     introduced a bug in cfb_console:
18257
18258     Bitmaps with odd-numbered width won't be rendered
18259     correctly and even U-Boot crashes are observed on
18260     some platforms while repeated rendering of such
18261     bitmaps with "bmp display". Also if a bitmap is
18262     rendered to an odd-numbered x starting position,
18263     the same problem occurs. This patch is an attempt
18264     to fix it.
18265
18266     Signed-off-by: Anatolij Gustschin <agust@denx.de>
18267
18268 commit d9015f6a50d7258125349ef5c2af836458a0029a
18269 Author: Anatolij Gustschin <agust@denx.de>
18270 Date:   Fri Aug 8 18:00:39 2008 +0200
18271
18272     video: fix bug in logo_plot
18273
18274     If logo_plot() should ever be called with x starting
18275     position other than zero and for pixel depths greater
18276     than 8bpp, logo colors distortion will be observed.
18277     This patch fixes the issue.
18278
18279     Signed-off-by: Anatolij Gustschin <agust@denx.de>
18280
18281 commit 406819ae94f79f5b59e01d163380ca7d83709251
18282 Author: Wolfgang Denk <wd@denx.de>
18283 Date:   Mon Aug 11 00:17:52 2008 +0200
18284
18285     MAINTAINERS: sort entries
18286
18287     Signed-off-by: Wolfgang Denk <wd@denx.de>
18288
18289 commit cfc442d7913d4d1c3a9bf494f90c012c2f8c3bdc
18290 Author: Roy Zang <tie-fei.zang@freescale.com>
18291 Date:   Thu Aug 7 18:19:28 2008 +0800
18292
18293     Add mpc7448hpc2 maintainer information
18294
18295     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
18296
18297 commit a9fe0c3e7ca48afa50d6a0db99fa91e7282d73d8
18298 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
18299 Date:   Thu Aug 7 13:13:27 2008 +0530
18300
18301     common/cmd_load.c - Minor code & Coding Style cleanup
18302
18303     - os_data_header Variable is a carry over feature
18304        & unused. So removed all instance of this variable
18305      - Minor Code Style Update
18306
18307     Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
18308     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18309
18310 commit 0d28f34bbe56d0971bd603789dcc6fe7adf11f14
18311 Author: Magnus Lilja <lilja.magnus@gmail.com>
18312 Date:   Wed Aug 6 19:32:33 2008 +0200
18313
18314     Update the U-Boot wiki URL.
18315
18316     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
18317
18318 commit aa5ffa16d7e4c461b7b77bf8e79d2ef5638cf754
18319 Author: dirk.behme@googlemail.com <dirk.behme@googlemail.com>
18320 Date:   Sun Aug 10 17:56:36 2008 +0200
18321
18322     OneNAND: Remove base address offset usage
18323
18324     While locally preparing some U-Boot patches for ARM based OMAP3 boards, some
18325     using OneNAND and some using NAND, we found some differences in OneNAND and
18326     NAND command address handling.
18327
18328     As this might confuse users (it already confused us), we like to align OneNAND
18329     and NAND address handling.
18330
18331     The issue is that cmd_onenand.c subtracts the onenand base address from the
18332     addresses you type into the u-boot command line so, unlike nand, you can't
18333     use addresses relative to the start of the onenand part e.g. this won't work:
18334
18335     onenand read 82000000 280000 400000
18336
18337     you have to use:
18338
18339     onenand read 82000000 20280000 400000
18340
18341     Looking at recent git, the only board currently using OneNAND is Apollon, and
18342     for this the OneNAND base address is 0 (apollon.h)
18343
18344     #define     CFG_ONENAND_BASE        0x00000000
18345
18346     so patch below won't break any existing boards and will align OneNAND and NAND
18347     handling on boards where OneNAND base address is != 0.
18348
18349     Signed-off-by: Steve Sakoman <sakoman@gmail.com>
18350     Signed-off-by: Manikandan Pillai <mani.pillai@ti.com>
18351     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
18352
18353 commit c11528083ef6e55e76df742228c26e39d151813d
18354 Author: Kumar Gala <galak@kernel.crashing.org>
18355 Date:   Thu Aug 7 09:28:20 2008 -0500
18356
18357     mpc85xx: workaround old binutils bug
18358
18359     The recent change to move the .bss outside of the image gives older
18360     binutils (ld from eldk4.1/binutils-2.16) some headache:
18361
18362     ppc_85xx-ld: u-boot: Not enough room for program headers (allocated 3, need 4)
18363     ppc_85xx-ld: final link failed: Bad value
18364
18365     We workaround it by being explicit about the program headers and not
18366     assigning the .bss to a program header.
18367
18368     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
18369
18370 commit 0bf202ec586d4466c900e987720fa635c594d689
18371 Author: Wolfgang Denk <wd@denx.de>
18372 Date:   Sun Aug 10 01:26:26 2008 +0200
18373
18374     Revert "[new uImage] Add autostart flag to bootm_headers structure"
18375
18376     This reverts commit f5614e7926863bf0225ec860d9b319741a9c4004.
18377
18378     The commit was based on a misunderstanding of the (documented)
18379     meaning of the 'autostart' environment variable. It might cause
18380     boards to hang if 'autostart' was used, with the potential to brick
18381     them. Go back to the documented behaviour.
18382
18383     Conflicts:
18384
18385         common/cmd_bootm.c
18386         common/image.c
18387         include/image.h
18388
18389     Signed-off-by: Wolfgang Denk <wd@denx.de>
18390
18391 commit 29f8f58ff40c67f7f2e11afd1715173094e52ac2
18392 Author: Wolfgang Denk <wd@denx.de>
18393 Date:   Sat Aug 9 23:17:32 2008 +0200
18394
18395     TQM8xx{L,M}: try to normalize config files for TQM8xx? based board
18396
18397     - enable CFI driver where this was forgotten
18398     - enable mtdparts support
18399     - adjust default environment
18400     etc.
18401
18402     Signed-off-by: Wolfgang Denk <wd@denx.de>
18403
18404 commit 41266c9b5a5f873df3ec891bb0907616958b5602
18405 Author: Peter Tyser <ptyser@xes-inc.com>
18406 Date:   Tue Aug 5 10:51:57 2008 -0500
18407
18408     FIT: Fix handling of images without ramdisks
18409
18410     boot_get_ramdisk() should not treat the case when a FIT image does
18411     not contain a ramdisk as an error.
18412
18413     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
18414     Acked-by: Michal Simek <monstr@monstr.eu>
18415
18416 commit f77d92a3f56d88e63cc02226a1204b3bdbac6961
18417 Author: Sergey Lapin <slapin@ossfans.org>
18418 Date:   Sat Aug 9 01:39:09 2008 +0400
18419
18420     DataFlash: AT45DB021 fix and AT45DB081 support
18421
18422     Fix for page size of AT45DB021. Also adding bigger AT45DB081
18423     which comes with some newer boards.
18424
18425     Signed-off-by: Sergey Lapin <slapin@ossfans.org>
18426
18427 commit ba9324451b662dd393afa53e5cc36fc5d3d10966
18428 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
18429 Date:   Fri Aug 8 16:30:23 2008 +0900
18430
18431     sh: Update sh7763rdp config
18432
18433     Add sh_eth support to sh7763rdp.
18434
18435     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
18436
18437 commit 21f971ec265f6042ec21636d55d06a6bc0751077
18438 Author: Wolfgang Denk <wd@denx.de>
18439 Date:   Mon Jul 7 01:22:29 2008 +0200
18440
18441     TQM823L: re-enable logo support; update LCD_INFO text
18442
18443     Signed-off-by: Wolfgang Denk <wd@denx.de>
18444
18445 commit 3b8d17f0f082073346c0df017c9dfd6acdb40d6d
18446 Author: Wolfgang Denk <wd@denx.de>
18447 Date:   Fri Aug 8 16:41:56 2008 +0200
18448
18449     TQM8xxL: fix support for second flash bank
18450
18451     When switching the TQM8xxL modules to use the CFI flash driver,
18452     support for the second flash bank was broken because the CFI driver
18453     did not support dynamically sized banks. This gets fixed now.
18454
18455     Signed-off-by: Wolfgang Denk <wd@denx.de>
18456
18457 commit 2a112b234d879f6390503a5f4e38246acce9d0b0
18458 Author: Wolfgang Denk <wd@denx.de>
18459 Date:   Fri Aug 8 16:39:54 2008 +0200
18460
18461     CFI: allow for dynamically determined flash sizes and addresses
18462
18463     The CFI driver allowed only for static initializers in the
18464     CFG_FLASH_BANKS_LIST definition, i. e. it did not allow to map
18465     several flash banks contiguously if the bank sizes were not known in
18466     advance, which kind of violates U-Boot's design philosophy.
18467
18468     (will be used for example by the TQM8xxL boards)
18469
18470     Signed-off-by: Wolfgang Denk <wd@denx.de>
18471
18472 commit d9d78ee46d9a396d0a81d00c2b003a9bd32c2e61
18473 Author: Ben Warren <biggerbadderben@gmail.com>
18474 Date:   Thu Aug 7 23:26:35 2008 -0700
18475
18476     QE UEC: Fix compiler warnings
18477
18478     Moved static functions earlier in file so forward declarations are not needed.
18479
18480     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
18481
18482 commit d5d28fe4aad5f4535400647a5617c11039506467
18483 Author: David Saada <David.Saada@ecitele.com>
18484 Date:   Mon Mar 31 02:37:38 2008 -0700
18485
18486     QE UEC: Add MII Commands
18487
18488     Add MII commands to the UEC driver. Note that once a UEC device is selected,
18489     any device on its MDIO bus can be addressed.
18490
18491     Signed-off-by: David Saada <david.saada@ecitele.com>
18492     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
18493
18494 commit fd0f2f3796ff2a7a32d35deb1b7996e485849df7
18495 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
18496 Date:   Wed Jul 9 21:07:38 2008 +0900
18497
18498     usb: add support for R8A66597 usb controller
18499
18500     add support for Renesas R8A66597 usb controller.
18501     This patch supports USB Host mode.
18502
18503     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
18504     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
18505
18506 commit 1d10dcd041aaeae9fd7c821005692898a0303382
18507 Author: Hunter, Jon <jon-hunter@ti.com>
18508 Date:   Sat Jul 26 18:59:16 2008 -0500
18509
18510     Add support for OMAP5912 and OMAP16xx to usbdcore_omap1510.c
18511
18512     Add support to drivers/usb/usbdcore_omap1510.c for OMAP5912 and OMAP16xx devices.
18513
18514     Signed-off-by: Jon Hunter <jon-hunter@ti.com>
18515     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
18516
18517 commit eab1007334b93a6209f1ec33615e26ef5311ede7
18518 Author: Steven A. Falco <sfalco@harris.com>
18519 Date:   Wed Aug 6 15:42:52 2008 -0400
18520
18521     ppc4xx: Sequoia has two UARTs in "4-pin" mode. Configure the GPIOs as per schematic.
18522
18523     The Sequoia board has two UARTs in "4-pin" mode. This patch modifies the GPIO
18524     configuration to match the schematic, and also sets the SDR0_PFC1 register to
18525     select the corresponding mode for the UARTs.
18526
18527     Signed-off-by: Steven A. Falco <sfalco@harris.com>
18528     Signed-off-by: Stefan Roese <sr@denx.de>
18529
18530 commit 0eb5717a85b6cba3f67c11fa89bdde38dcd081b5
18531 Author: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
18532 Date:   Wed Aug 6 14:42:13 2008 +0200
18533
18534     avr32: add support for EarthLCD Favr-32 board
18535
18536     This patch adds support for the Favr-32 board made by EarthLCD.
18537
18538     This kit, which is also called ezLCD-101 when running with EarthLCD firmware,
18539     has a 10.4" touch screen LCD panel, 16 MB 32-bit SDRAM, 8 MB parallel flash,
18540     Ethernet, audio out, USB device, SD-card slot, USART and various other
18541     connectors for cennecting stuff to SPI, I2C, GPIO, etc.
18542
18543     Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
18544     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
18545
18546 commit bc9019e19758a19a388fb20ef18dc771cd39fdda
18547 Author: Rafael Campos <rafael.campos@hanscan.com>
18548 Date:   Thu Jul 31 10:22:20 2008 +0200
18549
18550     cfi-flash: Added support to flash_real_protect for Atmel flash devices
18551
18552     Some of the flash memories produced by ATMEL start in read-only mode.
18553     We need to unprotect it. This patch allows the AT49BV6416 to work with
18554     cfi_flash memories. Tested in the at91rm9200ek board.
18555
18556     Signed-off-by: Rafael Campos Las Heras <rafael.campos@hanscan.com>
18557     Signed-off-by: Stefan Roese <sr@denx.de>
18558
18559 commit 7949839e5836bf8b1074bb6142c46d30ac3aa350
18560 Author: Guennadi Liakhovetski <lg@denx.de>
18561 Date:   Tue Aug 5 15:36:39 2008 +0200
18562
18563     cfi-flash: Add definition for the AM29LV800BB AMD NOR-flash
18564
18565     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
18566     Signed-off-by: Stefan Roese <sr@denx.de>
18567
18568 commit 1318673045fe188c6e24c582b1e6efc00ae1c62c
18569 Author: Stefan Roese <sr@denx.de>
18570 Date:   Wed Aug 6 14:06:03 2008 +0200
18571
18572     Fix merge problems
18573
18574     Signed-off-by: Stefan Roese <sr@denx.de>
18575
18576 commit f2302d4430e7f3f48308d6a585320fe96af8afbd
18577 Author: Stefan Roese <sr@denx.de>
18578 Date:   Wed Aug 6 14:05:38 2008 +0200
18579
18580     Fix merge problems
18581
18582     Signed-off-by: Stefan Roese <sr@denx.de>
18583
18584 commit 6689484ccd43189322aaa5a1c6cd02cdd511ad7d
18585 Author: Kenneth Johansson <kenneth@southpole.se>
18586 Date:   Tue Jul 15 12:13:38 2008 +0200
18587
18588     mpc5121: Move iopin features from board specific to common files.
18589
18590     And in the process eliminate some duplicate register defines.
18591
18592     Signed-off-by: Kenneth Johansson <kenneth@southpole.se>
18593
18594 commit ef11df6b66ecf5797e94ba322254b8fb7a4e2e12
18595 Author: John Rigby <jrigby@freescale.com>
18596 Date:   Tue Aug 5 17:38:57 2008 -0600
18597
18598     mpc5121: squash some fdt fixup errors
18599
18600     On ADS5121 when booting linux the following errors are seen:
18601         Unable to update property /soc5121@80000000:bus-frequency, err=FDT_ERR_NOTFOUND
18602         Unable to update property /soc5121@80000000/ethernet@2800:local-mac-address, err=FDT_ERR_NOTFOUND
18603         Unable to update property /soc5121@80000000/ethernet@2800:address, err=FDT_ERR_NOTFOUND
18604
18605     This is caused by ft_cpu_setup trying to deal with
18606     both old and new soc node naming.  This patch
18607     fixes this by being smarter about what to
18608     fixup.
18609
18610     Also do soc node fixups by compatible instead of by path.
18611     A new board config called OF_SOC_COMPAT defined
18612     to be "fsl,mpc5121-immr" replaces the old
18613     OF_SOC node path that was defined to be "soc@80000000".
18614
18615     Old device trees still work, but the compatiblity
18616     is conditional on CONFIG_OF_SUPPORT_OLD_DEVICE_TREES
18617     which is on by default in include/configs/ads5121.h.
18618
18619     Signed-off-by: John Rigby <jrigby@freescale.com>
18620
18621 commit 81091f58f0c58ecd26c5b05de2ae20ca6cdb521c
18622 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18623 Date:   Sat Aug 2 23:48:30 2008 +0200
18624
18625     drivers/serial: Move conditional compilation to Makefile for CONFIG_* macros
18626
18627     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18628
18629 commit 4cd7e6528f61ec669755c3754bb4f9779874fab3
18630 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18631 Date:   Sat Aug 2 23:48:32 2008 +0200
18632
18633     nios2/sysid: fix printf warning
18634
18635     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18636
18637 commit 66da6fa0e35e7ee56628c85981709afe7180fc8e
18638 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18639 Date:   Sat Aug 2 23:48:33 2008 +0200
18640
18641     Fix remaining build issues with MPC8xx FADS boards.
18642
18643     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18644
18645 commit 81d3f1fdddafd1eb53bbca8739f488d417eb3dd2
18646 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18647 Date:   Sat Aug 2 23:48:31 2008 +0200
18648
18649     nios2: fix phys_addr_t and phys_size_t support
18650
18651     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18652
18653 commit 5fa62000db6d0b46ecdeadbeb50faf5197db49ef
18654 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18655 Date:   Sat Aug 2 23:48:34 2008 +0200
18656
18657     mvbc_p: Fix problem with '#if (CONFIG_CMD_KGDB)'
18658
18659     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18660
18661 commit 1464eff77e7fdaed609ecf263a2423c9dcf96b1f
18662 Author: Mark Jackson <mpfj@mimc.co.uk>
18663 Date:   Fri Aug 1 09:48:29 2008 +0100
18664
18665     Fix bitmap display for atmel lcd controller
18666
18667     The current lcd_display_bitmap() function does not work properly
18668     for the Atmel LCD controller.
18669
18670     2 fixes need to be done:-
18671
18672     (a) when setting the colour map, use the lcd_setcolreg() function
18673         as provided by the Atmel driver
18674     (b) the data is never actually written to the lcd framebuffer !!
18675
18676     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
18677
18678 commit 2a433c66b1e2770349fe4911be23c375f053ebd8
18679 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18680 Date:   Fri Aug 1 08:40:34 2008 +0200
18681
18682     qemu_mips: update README to follow qemu update about default machine
18683
18684     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18685
18686 commit ac169d645f5f0e0b9a232563099209e92a355d8e
18687 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
18688 Date:   Thu Jul 31 19:53:21 2008 -0500
18689
18690     ColdFire: Fix compilation issue caused by a missing function
18691
18692     Implement usec2ticks() which is used by fsl_i2c.c in
18693     lib_m68k/time.c
18694
18695     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
18696
18697 commit 01ae85b58b51d2fb1fac5b93095f6042cf48ae7b
18698 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
18699 Date:   Thu Jul 31 19:53:06 2008 -0500
18700
18701     Fix compilation error for TASREG
18702
18703     TASREG is ColdFire platform, the include ppc4xx.h in
18704     board/esd/common/flash.c causes conflict.
18705
18706     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
18707
18708 commit 35d3bd3cc35c508a6823dac77e0fd126808e4fc7
18709 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
18710 Date:   Thu Jul 31 19:52:36 2008 -0500
18711
18712     Fix compilation error for MCF5275
18713
18714     Rename OBJ to COBJ in board/platform/Makefile
18715
18716     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
18717
18718 commit 5c40548f01218360a1f1395198c50ff45f3035b5
18719 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
18720 Date:   Thu Jul 31 19:52:28 2008 -0500
18721
18722     Fix compile error caused by incorrect function return type
18723
18724     Rename int mii_init(void) to void mii_init(void) for idmr
18725     ColdFire platform
18726
18727     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
18728
18729 commit a58c78067c928976c082c758d3987e89ead5b191
18730 Author: Wolfgang Denk <wd@denx.de>
18731 Date:   Fri Aug 1 12:06:22 2008 +0200
18732
18733     Fix build issues with MPC8xx FADS boards.
18734
18735     Signed-off-by: Wolfgang Denk <wd@denx.de>
18736
18737 commit 4b50cd12a3b3c644153c4cf393f4a4c12289e5aa
18738 Author: Wolfgang Denk <wd@denx.de>
18739 Date:   Thu Jul 31 17:54:03 2008 +0200
18740
18741     Prepare v1.3.4-rc2: update CHANGELOG
18742
18743     Signed-off-by: Wolfgang Denk <wd@denx.de>
18744
18745 commit a48311557db6e7e9473a6163b44bb1e6c6ed64c4
18746 Author: Mark Jackson <mpfj@mimc.co.uk>
18747 Date:   Thu Jul 31 16:09:00 2008 +0100
18748
18749     Add gzipped logo support
18750
18751     The README file states that CONFIG_VIDEO_BMP_GZIP behaves as follows:
18752
18753       If this option is set, additionally to standard BMP
18754       images, gzipped BMP images can be displayed via the
18755       splashscreen support or the bmp command.
18756
18757     However, the splashscreen function *only* supports standard BMP images.
18758
18759     This patch adds the documented gzip support.
18760
18761     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
18762
18763 commit a5bcb01fbde6b1f1c9863cd86e5c4c369f0121ac
18764 Author: Mark Jackson <mpfj@mimc.co.uk>
18765 Date:   Thu Jul 31 15:56:48 2008 +0100
18766
18767     Fix Atmel LCD controller endianess for AVR32 processors
18768
18769     The Atmel lcd controller is used on Atmel's AT91 (little endian) and
18770     AVR32 (big endian) platforms.
18771
18772     As such, the controller can handle both big and little endian memory.
18773
18774     This patch fixes the driver for the AVR32 platform.
18775
18776     Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
18777
18778 commit cdb8bd2fd3bcbe65d8e4334a55f5a667845426a1
18779 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18780 Date:   Thu Jul 31 15:56:01 2008 +0200
18781
18782     apollon: fix build out of tree
18783
18784     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18785
18786 commit 2e752be39d3e398d4ab89ffa6634c397df298297
18787 Author: Guennadi Liakhovetski <lg@denx.de>
18788 Date:   Thu Jul 31 12:35:04 2008 +0200
18789
18790     Uncompressed images loaded to their start address shall set load_end too
18791
18792     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
18793     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
18794
18795 commit c37207d7f51e19c17f859966f314e27cc1231801
18796 Author: Wolfgang Denk <wd@denx.de>
18797 Date:   Wed Jul 16 16:38:59 2008 +0200
18798
18799     Fix printf() format problems with configurable prompts
18800
18801     U-Boot allows for configurable prompt strings using the
18802     CONFIG_AUTOBOOT_PROMPT resp. CONFIG_MENUPROMPT definitions. So far,
18803     the assumption was that any such user defined problts would contain
18804     exactly one "%d" format specifier. But some boards did not.
18805
18806     To allow for flexible boot prompts without adding too complex code we
18807     now allow to specify the whole list of printf() arguments in the user
18808     definition. This is powerful, but requires a responsible user who
18809     really understands what he is doing, as he needs to know for exanple
18810     which variables are available in the respective context.
18811
18812     Signed-off-by: Wolfgang Denk <wd@denx.de>
18813
18814 commit 54754120637b6a7f4ff774fb199fc550bcfea1da
18815 Author: Wolfgang Denk <wd@denx.de>
18816 Date:   Thu Jul 31 17:02:14 2008 +0200
18817
18818     TQM85xx: fix typo introduce by commit ffbb5cb9
18819
18820     Signed-off-by: Wolfgang Denk <wd@denx.de>
18821
18822 commit 0b4951d4cddca9cc800745891c95b291e47cbbd7
18823 Author: Wolfgang Denk <wd@denx.de>
18824 Date:   Thu Jul 31 15:27:01 2008 +0200
18825
18826     mvbc_p board: fix most build warnings.
18827
18828     Signed-off-by: Wolfgang Denk <wd@denx.de>
18829
18830 commit c4ec6db074051d2f6fc76a66411c60621b22bc02
18831 Author: Wolfgang Denk <wd@denx.de>
18832 Date:   Thu Jul 31 13:57:20 2008 +0200
18833
18834     E1000: clean up CONFIG_E1000_FALLBACK_MAC handling
18835
18836     Avoid "integer constant is too large for 'long' type" warnings.
18837     And simplify the code.
18838
18839     Signed-off-by: Wolfgang Denk <wd@denx.de>
18840
18841 commit 9196b44334c330cc13de2464c59181e4db71f549
18842 Author: Matvejchikov Ilya <matvejchikov@gmail.com>
18843 Date:   Wed Jul 30 23:21:19 2008 +0400
18844
18845     8260: Making the use of gd->pci_clk dependant on the CONFIG_PCI
18846
18847     Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com>
18848
18849 commit 6361ad4b596f5a940a01c91ae0297d98f790cbe0
18850 Author: Matvejchikov Ilya <matvejchikov@gmail.com>
18851 Date:   Wed Jul 30 23:20:32 2008 +0400
18852
18853     PPC: Add pci_clk in the global_data for CPM2 processors
18854
18855     This patch adds pci_clk field to the global_data structure for the
18856     processors which have CPM2 module in case the CONFIG_PCI is defined.
18857
18858     Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com>
18859
18860 commit f0ff885ca64655bee6540eb8a25eed90b1152686
18861 Author: Kumar Gala <galak@kernel.crashing.org>
18862 Date:   Wed Jul 30 14:13:30 2008 -0500
18863
18864     mpc85xx: Update linker scripts for Freescale boards
18865
18866     * Move to using absolute addressing always.  Makes the scripts a bit more
18867       portable and common
18868     * Moved .bss after the end of the image.  These allows us to have more
18869       room in the resulting binary image for code and data.
18870     * Removed .text object files that aren't really needed
18871     * Make sure _end is 4-byte aligned as the .bss init code expects this.
18872       (Its possible that the end of .bss isn't 4-byte aligned)
18873
18874     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
18875
18876 commit 57c219ad5d34dd9d49991777a62e3899595f2ec7
18877 Author: Kumar Gala <galak@kernel.crashing.org>
18878 Date:   Wed Jul 30 08:01:15 2008 -0500
18879
18880     Fix compile warnings in dlmalloc
18881
18882     The origional code was using on odd reference to get to the first
18883     real element in av_[].  The first two elements of the array are
18884     not used for actual bins, but for house keeping.  If we are more
18885     explicit about how use the first few elements we can get rid of the
18886     warnings:
18887
18888     dlmalloc.c: In function 'malloc_extend_top':
18889     dlmalloc.c:1971: warning: dereferencing type-punned pointer will break strict-aliasing rules
18890     dlmalloc.c:1999: warning: dereferencing type-punned pointer will break strict-aliasing rules
18891     dlmalloc.c:2029: warning: dereferencing type-punned pointer will break strict-aliasing rules
18892     ...
18893
18894     The logic of how this code came to be is:
18895         bin_at(0) = (char*)&(av_[2]) - 2*SIZE_SZ
18896
18897     SIZE_SZ is the size of pointer, and av_ is arry of pointers so:
18898         bin_at(0) = &(av_[0])
18899
18900     Going from there to bin_at(0)->fd or bin_at(0)->size should be straight forward.
18901
18902     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
18903
18904 commit 3f9ae1a5d43c49a8ecf497470c3d1d80255e44b9
18905 Author: Stefan Roese <sr@denx.de>
18906 Date:   Wed Jul 30 10:21:01 2008 +0200
18907
18908     ppc4xx: Fix W7OLMG compile problems by adding missing LM75 defines
18909
18910     Signed-off-by: Stefan Roese <sr@denx.de>
18911
18912 commit ebb86c4ecd37a7701358284e497ca4c6483c7cc5
18913 Author: Stefan Roese <sr@denx.de>
18914 Date:   Wed Jul 30 09:59:51 2008 +0200
18915
18916     cmd_bootm.c: Fix problem with '#if (CONFIG_CMD_USB)'
18917
18918     A recent patch used '#if (CONFIG_CMD_USB)' instead of
18919     '#if defined(CONFIG_CMD_USB)'. This patch fixes this problem and makes
18920     common/bootm.c compile again.
18921
18922     Signed-off-by: Stefan Roese <sr@denx.de>
18923     Acked-by: Markus Klotzbuecher <mk@denx.de>
18924
18925 commit 2cb9080427fe641dcb71da46cd0634dd406f37ed
18926 Author: Kyungmin Park <kmpark@infradead.org>
18927 Date:   Tue Jul 22 08:01:43 2008 +0900
18928
18929     Remove unused I2C at apollon board
18930
18931     There are no I2C devices on this board.
18932
18933     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
18934
18935 commit 3c95960e526b3b026da20201db64526f46faf14b
18936 Author: Wolfgang Denk <wd@denx.de>
18937 Date:   Thu Jul 31 10:12:09 2008 +0200
18938
18939     at91rm9200dk, csb637: fix NAND related build problems
18940
18941     Tried fixing NAND support for the at91rm9200dk board; untested.
18942     Disabled NAND support in the csb637 board config file.
18943
18944     Signed-off-by: Wolfgang Denk <wd@denx.de>
18945
18946 commit 9246f5ecfd353ae297a02ffd5328402acf16c9dd
18947 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
18948 Date:   Wed Jul 30 12:39:28 2008 +0200
18949
18950     ppc4xx: ML507: Environment in flash and MTD Support
18951
18952     - Relocate the location of U-Boot in the flash
18953     - Save the environment in one sector of the flash memory
18954     - MTD Support
18955
18956     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
18957     Signed-off-by: Stefan Roese <sr@denx.de>
18958
18959 commit a8a16af4d59d14cc1c1187c10aaad80d6b8394b5
18960 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
18961 Date:   Tue Jul 29 17:16:10 2008 +0200
18962
18963     ppc4xx: ML507: Use of get_ram_size in board ml507
18964
18965     - Change suggested by WD
18966
18967     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
18968     Signed-off-by: Stefan Roese <sr@denx.de>
18969
18970 commit 01a004313c5ec2d128b611df4c208b1b0d3c3fb4
18971 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
18972 Date:   Mon Jul 21 20:30:07 2008 +0200
18973
18974     ppc4xx: ML507: U-Boot in flash and System ACE
18975
18976     This patch allows booting from FLASH the ML507 board by Xilinx.
18977     Previously, U-Boot needed to be loaded from JTAG or a Sytem ACE CF
18978
18979     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
18980     Signed-off-by: Stefan Roese <sr@denx.de>
18981
18982 commit 5c374c9ee16fee2bf68533cc4010b3c0df21f783
18983 Author: Julien May <mailinglist@miromico.ch>
18984 Date:   Mon Jun 23 13:57:52 2008 +0200
18985
18986     Add support for the hammerhead (AVR32) board
18987
18988     The Hammerhead platform is built around a AVR32 32-bit microcontroller
18989     from Atmel.  It offers versatile peripherals, such as ethernet, usb
18990     device, usb host etc.
18991
18992     The board also incooperates a power supply and is a Power over Ethernet
18993     (PoE) Powered Device (PD).
18994
18995     Additonally, a Cyclone III FPGA from Altera is integrated on the board.
18996     The FPGA is mapped into the 32-bit AVR memory bus. The FPGA offers two
18997     DDR2 SDRAM interfaces, which will cover even the most exceptional need
18998     of memory bandwidth. Together with the onboard video decoder the board
18999     is ready for video processing.
19000
19001     For more information see: http:///www.miromico.com/hammerhead
19002
19003     Signed-off-by: Julien May <mailinglist@miromico.ch>
19004     [haavard.skinnemoen@atmel.com: various small fixes and adaptions]
19005     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
19006
19007 commit 09d318a8bb1444ec92e31cafcdba877eb9409e58
19008 Author: Kumar Gala <galak@kernel.crashing.org>
19009 Date:   Tue Jul 29 12:23:49 2008 -0500
19010
19011     fsl_i2c: Use timebase timer functions instead of get_timer()
19012
19013     The current implementation of get_timer() is only really useful after we
19014     have relocated u-boot to memory.  The i2c code is used before that as part
19015     of the SPD DDR setup.
19016
19017     We actually have a bug when using the get_timer() code before relocation
19018     because the .bss hasn't been setup and thus we could be reading/writing
19019     a random location (probably in flash).
19020
19021     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19022
19023 commit 4fc72a0d6ca85070a5e90d76cc5a853526ac09c4
19024 Author: Frank Svendsbøe <frank.svendsboe@gmail.com>
19025 Date:   Tue Jul 29 14:49:31 2008 +0200
19026
19027     Adder8xx: Fix CFG_MONITOR_LEN
19028
19029     Due to increased space usage, U-Boot can no longer be stored in three sectors.
19030     The current U-Boot use just over three flash sectors (197k), and U-Boot will
19031     become corrupt after saving environment variables. This patch adds another 64k
19032     to CFG_MONITOR_LEN.
19033
19034     Signed-off-by: Frank E. Svendsbøe <frank.svendsboe@gmail.com>
19035
19036 commit a4c59ad4a21140550ada6f97690d2527c4146ce5
19037 Author: Kyungmin Park <kmpark@infradead.org>
19038 Date:   Tue Jul 29 08:47:57 2008 +0900
19039
19040     Add OneNAND IPL related files to gitignore
19041
19042     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
19043
19044 commit 8d87589e8e874df7120a3d9667f051bc33bac250
19045 Author: Rafal Jaworowski <raj@semihalf.com>
19046 Date:   Mon Jul 28 20:38:25 2008 +0200
19047
19048     API: Teach the storage layer about SATA and MMC options.
19049
19050     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
19051     Acked-by: Rafal Jaworowski <raj@semihalf.com>
19052
19053 commit 6b73b754f782e1ecce5048bf20b22ce56a07a5b8
19054 Author: Rafal Jaworowski <raj@semihalf.com>
19055 Date:   Mon Jul 28 20:37:48 2008 +0200
19056
19057     API: Dump contents of sector 0 in the demo application.
19058
19059     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
19060     Acked-by: Rafal Jaworowski <raj@semihalf.com>
19061
19062 commit 13ca6305f2eba49c175f6370c35286141059c789
19063 Author: Rafal Jaworowski <raj@semihalf.com>
19064 Date:   Mon Jul 28 20:37:10 2008 +0200
19065
19066     API: Correct storage enumeration routine, other minor fixes in API storage area.
19067
19068     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
19069     Acked-by: Rafal Jaworowski <raj@semihalf.com>
19070
19071 commit 05c7fe0f049b1c9eb9a1992f27e5e350d865f4a8
19072 Author: Rafal Jaworowski <raj@semihalf.com>
19073 Date:   Mon Jul 28 20:36:19 2008 +0200
19074
19075     API: Fix compilation warnings in api_examples/demo.c.
19076
19077     Signed-off-by: Rafal Czubak <rcz@semihalf.com>
19078
19079 commit c14eefcc48212af2f3314809605698dd8393a90a
19080 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19081 Date:   Sun Jul 27 17:09:43 2008 +0200
19082
19083     Fix more printf() format warnings
19084
19085     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19086
19087 commit 936897d4d1365452bbbdf8430db5e7769ef08d38
19088 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19089 Date:   Fri Jul 25 15:18:16 2008 +0200
19090
19091     Fix remaining CFG_CMD_ define, ifdef and comments
19092
19093     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19094
19095 commit 5d1d00fb36005482e1803a00ddc46efa11d719af
19096 Author: Stefano Babic <sbabic@denx.de>
19097 Date:   Fri Jul 25 08:57:40 2008 +0200
19098
19099     Add include for config.h in command.h.
19100
19101     Because the cmd_tbl_s structure depends on the configuration file, it
19102     must be assured that config.h is included before the structure is
19103     evaluated by the compiler. If this is not certain, it could happen
19104     that the compiler generates structures of different size, depending
19105     on the fact if the source file includes <config.h> before or after
19106     <command.h>.
19107
19108     The effect is that u-boot crashes when tries to relocate the command
19109     table (for ppc) or try to access to the command table for other
19110     architectures.
19111
19112     The problem can happen on board-depending commands. All general
19113     commands under /common are unaffected, because they include already
19114     config.h before command.h.
19115
19116     Signed-off-by: Stefano Babic <sbabic@denx.de>
19117
19118 commit 2dacb734bac9dba1db9e704d3e0b200ef521c79a
19119 Author: Scott Wood <scottwood@freescale.com>
19120 Date:   Wed Jul 23 13:16:06 2008 -0500
19121
19122     NAND: $(obj)-qualify ecc.h in kilauea NAND boot Makefile.
19123
19124     This fixes building out-of-tree.
19125
19126     Signed-off-by: Scott Wood <scottwood@freescale.com>
19127
19128 commit 36d59bd9da9e15d19b867b48449408830f4e2ad5
19129 Author: Heiko Schocher <hs@denx.de>
19130 Date:   Wed Jul 23 07:30:46 2008 +0200
19131
19132     Fix warnings if compiling with IDE support.
19133
19134     cmd_ide.c:827: Warnung: weak declaration of `ide_outb' after first use results in unspecified behavior
19135     cmd_ide.c:839: Warnung: weak declaration of `ide_inb' after first use results in unspecified behavior
19136
19137     Signed-off-by: Heiko Schocher <hs@denx.de>
19138
19139 commit 7610db17fd4d59c51d825488526d85ede2f06767
19140 Author: Adrian Filipi <adrian.filipi@eurotech.com>
19141 Date:   Tue Jul 22 14:28:11 2008 -0400
19142
19143     Removed support for the adsvix board.
19144
19145     Support for the adsvix was originally provided by Applied Data
19146     Systems (ADS), inc., now EuroTech, Inc.
19147     The board never shipped aside from some sample boards.
19148
19149     Signed-off-by: Adrian Filipi <adrian.filipi@eurotech.com>
19150
19151 commit f96b44cef897bd372beb86dde1b33637c119d84d
19152 Author: Remy Bohmer <linux@bohmer.net>
19153 Date:   Tue Jul 22 16:22:11 2008 +0200
19154
19155     ARM: set GD_FLG_RELOC for boards skipping relocation to RAM
19156
19157     If CONFIG_SKIP_RELOCATE_UBOOT is set the flag GD_FLG_RELOC is usually
19158     never set, because relocation to RAM is actually never done by U-boot
19159     itself. However, several pieces of code check if this flag is set at
19160     some time.
19161
19162     So, to make sure this flag is set on boards skipping relocation, this
19163     is added to the initialisation of U-boot at a moment where it is safe
19164     to do so.
19165
19166     Signed-off-by: Remy Bohmer <linux@bohmer.net>
19167
19168 commit e4dafff86f289b5677143a3e41da7b45c6d27fc7
19169 Author: Timur Tabi <timur@freescale.com>
19170 Date:   Mon Jul 21 14:26:23 2008 -0500
19171
19172     fsl-i2c: fix writes to data segment before relocation
19173
19174     Prevent i2c_init() in fsl_i2c.c from writing to the data segment before
19175     relocation.  Commit d8c82db4 added the ability for i2c_init() to program the
19176     I2C bus speed and save the value in i2c_bus_speed[], which is a global
19177     variable.  It is an error to write to the data segment before relocation,
19178     which is what i2c_init() does when it stores the bus speed in i2c_bus_speed[].
19179
19180     Signed-off-by: Timur Tabi <timur@freescale.com>
19181
19182 commit dbd32387920e5ad6f9dd58a7b5012bbabe2a6a21
19183 Author: Wolfgang Ocker <weo@reccoware.de>
19184 Date:   Mon Jul 28 16:56:51 2008 +0200
19185
19186     mips: Fix baudrate divisor computation on alchemy cpus
19187
19188     Use CFG_MIPS_TIMER_FREQ when computing the baudrate divisor
19189     on alchemy cpus.
19190
19191     Signed-off-by: Wolfgang Ocker <weo@reccoware.de>
19192     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
19193
19194 commit c8c845cfdc6d0217135c1d5927eebd2b133a3314
19195 Author: Ben Warren <biggerbadderben@gmail.com>
19196 Date:   Sat Jul 5 00:08:48 2008 -0700
19197
19198     Moved initialization of AVR32 Ethernet controllers to board_eth_init()
19199
19200     Renamed initialization functions for atngw100 and atstk1000.
19201     Removed initializations for these boards from net/eth.c
19202
19203     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19204     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
19205
19206 commit a229d291f33308ab7761d39f25fa1a53c0fc00a2
19207 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
19208 Date:   Wed Jul 23 10:55:46 2008 +0200
19209
19210     spi flash: Fix printf() format warnings
19211
19212     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
19213
19214 commit 252a5e0738bcafaf25f7fbb40f19a59abc2cb13e
19215 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
19216 Date:   Wed Jul 23 10:55:31 2008 +0200
19217
19218     atmel_mci: Fix printf() format warnings
19219
19220     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
19221
19222 commit 7f4b009f4232d57084ce0ec5aeb3b57bccb08e4c
19223 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
19224 Date:   Wed Jul 23 10:55:15 2008 +0200
19225
19226     avr32: Fix printf() format warnings
19227
19228     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
19229
19230 commit a79c3e8d9c31db25d5ca3ec8e08a97f323410dd4
19231 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
19232 Date:   Wed Jul 23 10:52:19 2008 +0200
19233
19234     avr32: asm/io.h needs asm/types.h
19235
19236     map_physmem() takes a phys_addr_t as parameter. This type is defined in
19237     asm/types.h, so we need to include that file.
19238
19239     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
19240
19241 commit 1953d128fd07f07d1c3810a28c0863ea64dae1b6
19242 Author: Michal Simek <monstr@monstr.eu>
19243 Date:   Thu Jul 17 12:25:46 2008 +0200
19244
19245     microblaze: Fix printf() format issues
19246
19247     Signed-off-by: Michal Simek <monstr@monstr.eu>
19248
19249 commit de2a07e534f18b1ca5f9869a4ef0604ca829cff0
19250 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
19251 Date:   Thu Jul 17 07:27:51 2008 +0530
19252
19253     Remove unused code from lib_arm/bootm.c
19254
19255     Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
19256
19257 commit ffbb5cb942e9856fa24e946977e0a60c64df04ab
19258 Author: Detlev Zundel <dzu@denx.de>
19259 Date:   Wed Jul 16 18:56:45 2008 +0200
19260
19261     tqm85xx: Demystify 'DK: !!!' comment
19262
19263     Signed-off-by: Detlev Zundel <dzu@denx.de>
19264
19265 commit b2f44ba570f3a01113bbb745daf46f3858d22f53
19266 Author: Detlev Zundel <dzu@denx.de>
19267 Date:   Wed Jul 16 18:56:44 2008 +0200
19268
19269     83xx/85xx/86xx: Add LTEDR local bus definitions
19270
19271     Signed-off-by: Detlev Zundel <dzu@denx.de>
19272
19273 commit f13f64cf42d5abec3e0f920233f6a7a61e7ae494
19274 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
19275 Date:   Wed Jul 16 16:22:32 2008 +0200
19276
19277     serial_xuartlite.c: fix compiler warnings
19278
19279     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
19280     Acked-by: Grant Likely <grant.likely@secretlab.ca>
19281
19282 commit 86446d3a5d9d3ca81e85d1ccd3accaaae6f8e3c9
19283 Author: Stefan Roese <sr@denx.de>
19284 Date:   Fri Jul 18 11:03:35 2008 +0200
19285
19286     POST: Add disable interrupts in some of the missing CPU POST tests
19287
19288     Some CPU POST tests did not disable the interrupts while running. This
19289     seems to be necessary to protect this self modifying code.
19290
19291     Signed-off-by: Stefan Roese <sr@denx.de>
19292
19293 commit 97a3bf268d096e0e97e54048448c35114edcf557
19294 Author: Stefan Roese <sr@denx.de>
19295 Date:   Fri Jul 18 10:43:24 2008 +0200
19296
19297     ide: Use CFG_64BIT_LBA instead of CFG_64BIT_STRTOUL
19298
19299     This is needed for boards that define CFG_64BIT_STRTOUL but don't define
19300     CFG_64BIT_LBA.
19301
19302     Signed-off-by: Stefan Roese <sr@denx.de>
19303
19304 commit 0043ac55024963295fc79b39af85b6dc3b261e17
19305 Author: Niklaus Giger <niklaus.giger@netstal.com>
19306 Date:   Fri Jul 18 11:22:23 2008 +0200
19307
19308     POST PPC4xx/spr IVPR only if PPC440
19309
19310     The SPR IVPR register is only present (as far as I know) for
19311     processors with a PPC440 core.
19312
19313     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
19314     Acked-by: Stefan Roese <sr@denx.de>
19315
19316 commit 1092fbd64748dfa2e979b102611ece9bc5ec1855
19317 Author: Stefan Roese <sr@denx.de>
19318 Date:   Fri Jul 18 10:42:29 2008 +0200
19319
19320     ppc4xx: Enable 64bit printf format on 440/460 platforms
19321
19322     This patch defines CFG_64BIT_VSPRINTF and CFG_64BIT_STRTOUL for all
19323     440/460 platforms. This may be needed since those platforms support
19324     36bit physical address space.
19325
19326     Signed-off-by: Stefan Roese <sr@denx.de>
19327
19328 commit 66fe183b1dd9c7534605147a8ecfed1c02345ee5
19329 Author: Stefan Roese <sr@denx.de>
19330 Date:   Fri Jul 18 15:57:23 2008 +0200
19331
19332     ppc4xx: Fix incorrect MODTx setup for some DIMM configurations
19333
19334     This patch fixes a problem with incorrect MODTx (On Die Termination)
19335     setup for a configuration with multiple DIMM's and multiple ranks.
19336     Without this change Katmai was unable to boot Linux with DDR2 frequency
19337     >= 533MHz and mem>=3GB. With this patch Katmai successfully boots Linux
19338     with DDR2 frequency = 640MHz and mem=4GB.
19339
19340     Signed-off-by: Stefan Roese <sr@denx.de>
19341
19342 commit 60204d06ed9f8c2a67cc79eb67fd2b1d22bcbc8c
19343 Author: Stefan Roese <sr@denx.de>
19344 Date:   Fri Jul 18 12:24:41 2008 +0200
19345
19346     ppc4xx: Minor coding style cleanup of Xilinx Virtex5 ml507 support
19347
19348     Signed-off-by: Stefan Roese <sr@denx.de>
19349
19350 commit 086511fc96a8a9bb56e5e19a3d84c40f4dba80cc
19351 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
19352 Date:   Thu Jul 17 12:47:09 2008 +0200
19353
19354     ppc4xx: ML507 Board Support
19355
19356     The Xilinx ML507 Board is a Virtex 5 prototyping board that includes,
19357         among others:
19358         -Virtex 5 FX FPGA (With a ppc440x5 in it)
19359         -256MB of SDRAM2
19360         -32MB of Flash
19361         -I2C Eeprom
19362         -System ACE chip
19363         -Serial ATA connectors
19364         -RS232 Level Conversors
19365         -Ethernet Transceiver
19366
19367     This patch gives support to a standard design produced by EDK for this
19368     board: ppc440, uartlite, xilinx_int and flash
19369
19370     - Includes Changes propossed by Stefan Roese and Michal Simek
19371
19372     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
19373     Acked-by: Stefan Roese <sr@denx.de>
19374
19375 commit d865fd09809a3a18669f35f970781820af40e4de
19376 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
19377 Date:   Thu Jul 17 11:44:12 2008 +0200
19378
19379     ppc4xx: CPU PPC440x5 on Virtex5 FX
19380
19381     -This patchs gives support for the embbedded ppc440
19382      on the Virtex5 FPGAs
19383     -interrupts.c divided in uic.c and interrupts.c
19384     -xilinx_irq.c for xilinx interrupt controller
19385     -Include modifications propossed by  Stefan Roese
19386
19387     Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
19388     Acked-by: Stefan Roese <sr@denx.de>
19389
19390 commit 340ccb260f21516be360745d5c5e3bd0657698df
19391 Author: Sebastian Siewior <bigeasy@linutronix.de>
19392 Date:   Wed Jul 16 20:04:49 2008 +0200
19393
19394     cfi_flash: fix flash on BE machines with CFG_WRITE_SWAPPED_DATA
19395
19396     This got broken by commits 93c56f212c
19397      [cfi_flash: support of long cmd in U-boot.]
19398
19399     That command needs to be in little endian format on BE machines
19400     with CFG_WRITE_SWAPPED_DATA. Without this patch, the command 0xf0
19401     gets saved on stack as 0x00 00 00 f0 and 0x00 gets written into
19402     the cmdbuf in case portwidth = chipwidth = 8bit.
19403
19404     Cc: Alexey Korolev <akorolev@infradead.org>
19405     Cc: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
19406     Signed-off-by: Sebastian Siewior <bigeasy@linutronix.de>
19407
19408 commit 11188d55bc16dd907451c00282e00a038f73dd62
19409 Author: Stefan Roese <sr@denx.de>
19410 Date:   Thu Jul 17 10:40:51 2008 +0200
19411
19412     ppc4xx: Fix alphabetical order in 4xx Makefile part (redwood)
19413
19414     Signed-off-by: Stefan Roese <sr@denx.de>
19415
19416 commit 021f6df6e96af5b387810cf96d24848da1faa55c
19417 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
19418 Date:   Thu Jul 10 17:20:51 2008 +0400
19419
19420     83xx: mpc8315erdb: fix silly thinko in fdt_tsec1_fixup
19421
19422     The thinko was quite silly indeed, I messed with !ptr. Normally this
19423     would trigger some fault, but in U-Boot NULL pointer is equal to phys
19424     0, so the code was working still, just didn't actually test mpc8315erdb
19425     environment variable value. Heh.
19426
19427     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
19428     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
19429
19430 commit 25f5f0d49a3ae89bf4396f2557ce98debfef21da
19431 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
19432 Date:   Tue Jul 8 21:00:04 2008 +0400
19433
19434     83xx: mpc8315erdb: add support for switching between ULPI/UTMI USB PHYs
19435
19436     Freescale ships MPC8315E-RDB boards either with TSEC1 and USB UTMI
19437     support, or without TSEC1 but with USB ULPI PHY support in addition.
19438     With this patch user can specify desired USB PHY.
19439
19440     Also, it seems that we can't distinguish the two boards in software, so
19441     user have to set `mpc8315erdb' environment variable to either 'tsec1'
19442     (TSEC1 enabled) or `ulpi' (board with ULPI PHY, TSEC1 disabled), so that
19443     Linux will not probe for TSEC1.
19444
19445     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
19446     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
19447
19448 commit 015b27b9e165fcf220e42f2c4afbaeaa2758fcf6
19449 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
19450 Date:   Tue Jul 8 20:59:43 2008 +0400
19451
19452     fdt_support: fdt_fixup_dr_usb: add support for phy_type fixups
19453
19454     Currently U-Boot can only fixup the usb dr_mode, but some boards (namely
19455     MPC8315E-RDB) can use two PHY types: ULPI (stand-alone OTG port) or UTMI
19456     (connected to the four-ports hub, usb host only).
19457
19458     This patch implements support for passing Dual-Role USB controller's
19459     device tree property phy_type through the usb_phy_type environment
19460     variable.
19461
19462     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
19463     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
19464     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
19465
19466 commit 699f05125509249072a0b865c8d35520d97cd501
19467 Author: Wolfgang Denk <wd@denx.de>
19468 Date:   Tue Jul 15 22:22:44 2008 +0200
19469
19470     Prepare v1.3.4-rc1: Code cleanup, update CHANGELOG, sort Makefile
19471
19472     Signed-off-by: Wolfgang Denk <wd@denx.de>
19473
19474 commit bcab74baa6b1b1c969038ab6f64a186239180405
19475 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
19476 Date:   Tue Jul 15 11:23:02 2008 -0400
19477
19478     Round the serial port clock divisor value returned by calc_divisor()
19479
19480     Round the serial port clock divisor value returned by
19481     calc_divisor()
19482
19483     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
19484     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
19485
19486 commit 0328ef0edfe950f0b7b8b368dae482531506b74a
19487 Author: Robin Getz <rgetz@blackfin.uclinux.org>
19488 Date:   Tue Jul 15 21:44:46 2008 +0200
19489
19490     Fix DHCP protocol so U-Boot does not respond too early
19491     on the network with it's offered IP number; it should not reply until
19492     after it has received a DHCP ACK message. Also ensures that U-Boot
19493     does it's DHCPREQUEST as broadcast (per RFC 2131).
19494
19495     Signed-off-by: Robin Getz <rgetz@blackfin.uclinux.org>
19496     Acked-by: Ben Warren <biggerbadderben@gmail.com>
19497     Signed-off-by: Wolfgang Denk <wd@denx.de>
19498
19499 commit 7288f972fcaee14a9741cb08c8688a23874b4a2e
19500 Author: Sebastian Siewior <bigeasy@linutronix.de>
19501 Date:   Tue Jul 15 13:35:23 2008 +0200
19502
19503     cfi_flash: make the command u32 only
19504
19505     This got changed by commit 93c56f212c
19506     [cfi_flash: support of long cmd in U-boot.]
19507
19508     Long is the wrong type because it will behave differently on 64bit
19509     machines in a way that is probably not expected. u32 should be
19510     enough.
19511
19512     Cc: Alexey Korolev <akorolev@infradead.org>
19513     Cc: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
19514     Signed-off-by: Sebastian Siewior <bigeasy@linutronix.de>
19515
19516 commit 31cfe57491b183acae575d486729e158f016c27b
19517 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19518 Date:   Mon Jul 14 23:48:41 2008 +0200
19519
19520     tools/gitignore: update to all generated files
19521
19522     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19523
19524 commit 5e0de0e216b8fb27634afb11c60a2fa24c23349e
19525 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
19526 Date:   Wed Jul 9 18:30:44 2008 +0200
19527
19528     mpc5xxx: Add MVBC_P board support
19529
19530     The MVBC_P is a MPC5200B based camera system with Intel Gigabit ethernet
19531     controller (using e1000) and custom Altera Cyclone-II FPGA on PCI.
19532
19533     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
19534     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
19535
19536 commit e2d31fb3450653115452144363d5bde4e5e3e693
19537 Author: Timur Tabi <timur@freescale.com>
19538 Date:   Thu Jun 19 17:56:11 2008 -0500
19539
19540     Update Freescale sys_eeprom.c to handle CCID formats
19541
19542     Update the sys_eeprom.c file to handle both NXID and CCID EEPROM formats.  The
19543     NXID format replaces the older CCID format, but it's important to support both
19544     since most boards out there still use the CCID format.  This change is in
19545     preparation for using one file to handle both formats.  This will also unify
19546     EEPROM support for all Freescale 85xx and 86xx boards.
19547
19548     Also update the 86xx board header files to use the standard CFG_I2C_EEPROM_ADDR
19549     instead of ID_EEPROM_ADDR.
19550
19551     Signed-off-by: Timur Tabi <timur@freescale.com>
19552
19553 commit d85f46a25ccb33ed9b295de3c2cfe1ce270ece9a
19554 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
19555 Date:   Fri Jul 11 17:22:43 2008 +0900
19556
19557     pci: sh: Add pci_skip_dev and pci_print_dev function
19558
19559     Add function of new PCI, pci_skip_dev and pci_print_dev.
19560
19561     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
19562     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
19563
19564 commit 1107014e835ec9d46c0333f4211d104f77442db0
19565 Author: Andy Fleming <afleming@freescale.com>
19566 Date:   Mon Jul 14 20:29:07 2008 -0500
19567
19568     Clean up INIT_RAM options
19569
19570     The L2_INIT_RAM option was unused, and recent changes to the TLB code
19571     meant that the INIT_RAM TLBs weren't being cleared out.  In order to reduce
19572     the amount of mapped space attached to nothing, we change things so the TLBs
19573     get cleared.
19574
19575     Signed-off-by: Andy Fleming <afleming@freescale.com>
19576
19577 commit 4524561820a9327e89107854b3a7187800ccf719
19578 Author: Andy Fleming <afleming@freescale.com>
19579 Date:   Mon Jul 14 20:26:57 2008 -0500
19580
19581     Remove fake flash bank from 8544 DS
19582
19583     The fake flash bank was generating errors for anyone who didn't have a
19584     PromJET hooked up to the board.  As that constitutes the vast majority of
19585     users, we remove it.
19586
19587     Signed-off-by: Andy Fleming <afleming@freescale.com>
19588
19589 commit 630d9bfcb5f6d3a43f251901a6b480994dcb6ea3
19590 Author: Kumar Gala <galak@kernel.crashing.org>
19591 Date:   Mon Jul 14 14:07:03 2008 -0500
19592
19593     MPC8544DS: Add ATI Video card support
19594
19595     Add support for using a PCIe ATI Video card on PCIe2.
19596
19597     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19598
19599 commit 7f9f4347cf325c63a39fe30910f3fb211ae2cc15
19600 Author: Kumar Gala <galak@kernel.crashing.org>
19601 Date:   Mon Jul 14 14:07:02 2008 -0500
19602
19603     85xx: Add some L1/L2 SPR register definitions
19604
19605     Add new L1/L2 SPRs related to e500mc cache config and control.
19606
19607     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19608
19609 commit e5852787f0c3c442a276262f13d91ca450605ac0
19610 Author: Kumar Gala <galak@kernel.crashing.org>
19611 Date:   Mon Jul 14 14:07:01 2008 -0500
19612
19613     MPC8544DS: Report board id, board version and fpga version.
19614
19615     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19616
19617 commit 73f15a060f67a2462551c334215bd20fac6b81d1
19618 Author: Kumar Gala <galak@kernel.crashing.org>
19619 Date:   Mon Jul 14 14:07:00 2008 -0500
19620
19621     85xx: Cleanup L2 cache size detection
19622
19623     The L2 size detection code was a bit confusing and we kept having to add
19624     code to it to handle new processors.  Change the sense of detection so we
19625     look for the older processors that aren't changing.
19626
19627     Also added support for 1M cache size on 8572.
19628
19629     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19630
19631 commit c3ca7e5e00a24451f20df3bded9a61ba541921df
19632 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
19633 Date:   Fri Jul 11 15:33:08 2008 -0400
19634
19635     sbc8560: enable CONFIG_OF_LIBFDT by default
19636
19637     Make the default build for the sbc8560 board be powerpc
19638     capable with libfdt support.
19639
19640     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
19641
19642 commit 6b44a44ec2aab180d7095c1c92e669cee1d3e3bd
19643 Author: Andy Fleming <afleming@freescale.com>
19644 Date:   Mon Jul 14 20:04:40 2008 -0500
19645
19646     Fix indentation for default boot environment variables
19647
19648     This was proposed by Paul Gortmaker in response to Wolfgang's comments on
19649     similar #defines in sbc8560.h.
19650
19651     Signed-off-by: Andy Fleming <afleming@freescale.com>
19652
19653 commit 37fef499104e28e0a83b02b85ca0d1fbe80d294a
19654 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
19655 Date:   Fri Jul 11 15:33:07 2008 -0400
19656
19657     sbc8560: add default fdt values
19658
19659     Add in the default fdt settings and the typical EXTRA_ENV
19660     settings as borrowed from the mpc8560ads.  Fix a couple
19661     of stale references to the mpc8560ads dating back to the
19662     original clone/fork.
19663
19664     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
19665     Signed-off-by: Andy Fleming <afleming@freescale.com>
19666
19667 commit d04e76edf92f7f89696989e8702b97e020455af3
19668 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
19669 Date:   Fri Jul 11 15:33:06 2008 -0400
19670
19671     sbc8560: add in ft_board_setup()
19672
19673     Add in for the sbc8560, the ft_board_setup() routine, based on what is
19674     in use for the Freescale MPC8560ADS board.
19675
19676     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
19677
19678 commit c158bcaca3b31cbe38c4143812e6170e38a57393
19679 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
19680 Date:   Fri Jul 11 15:33:05 2008 -0400
19681
19682     sbc8560: define eth0 and eth1 instead of eth1 and eth2
19683
19684     The existing config doesn't define CONFIG_HAS_ETH0, and so the
19685     fdt support doesn't update the zeros in the dtb local-mac with
19686     real data from the u-boot env.  Since the existing config is
19687     tailored to just two interfaces, get rid of the ETH2 definitions
19688     at the same time.
19689
19690     Also don't include any end user specific data into the environment
19691     by default -- things like MAC address, network parameters etc. need
19692     to come from the end user.
19693
19694     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
19695     Signed-off-by: Andy Fleming <afleming@freescale.com>
19696
19697 commit 0ec436d2f95076d9e46ae594db6e9b1d8732840d
19698 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
19699 Date:   Fri Jul 11 15:33:04 2008 -0400
19700
19701     sbc8560: properly set cs0_bnds for 512MB
19702
19703     The sbc8560 board ships with 512MB of memory installed,
19704     but the current cs0_bnds is hard coded for 256MB.  Set the
19705     value based on CFG_SDRAM_SIZE.
19706
19707     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
19708
19709 commit 6de5bf24004c8d9c9b070bb8f7418d1c45e5eb27
19710 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
19711 Date:   Fri Jul 11 15:33:03 2008 -0400
19712
19713     sbc8560: proper definitions for TSEC.
19714
19715     The definitions for the TSEC have become out of date.  There is no
19716     longer any such options like "CONFIG_MPC85xx_TSEC1" or similar.
19717     Update to match those of other boards, like the MPC8560ADS.
19718
19719     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
19720     Acked-by: Ben Warren <biggerbadderben@gmail.com>
19721
19722 commit 71074abbe0c76429577aff58aeff0a24ad210b23
19723 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
19724 Date:   Wed Jul 9 13:23:05 2008 -0400
19725
19726     8xxx-fdt: set ns16550 clock from CFG_NS16550_CLK, not bi_busfreq
19727
19728     Some boards that have external 16550 UARTs don't have a direct
19729     tie between bi_busfreq and the clock used for the UARTs.  Boards
19730     that do have such a tie should set CFG_NS16550_CLK to be
19731     get_bus_freq(0) -- which most of them do already.
19732
19733     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
19734     Acked-by: Kim Phillips <kim.phillips@freescale.com>
19735
19736 commit 24ef76f320fbadf074105229826514db140f939f
19737 Author: Andrew Klossner <andrew@cesa.opbu.xerox.com>
19738 Date:   Wed Jul 2 07:03:53 2008 -0700
19739
19740     Change the temp map to ROM to align addresses to page size.
19741
19742     With a page size of BOOKE_PAGESZ_16M, both the real and effective
19743     addresses must be multiples of 16MB.  The hardware silently truncates
19744     them so the code happens to work.  This patch clarifies the situation
19745     by establishing addresses that the hardware doesn't need to truncate.
19746
19747     Signed-off-by: Andrew Klossner <andrew@cesa.opbu.xerox.com>
19748     Signed-off-by: Andy Fleming <afleming@freescale.com>
19749
19750 commit 06b4186c10204b6683edb047ac5f506fb0ce0937
19751 Author: Kim Phillips <kim.phillips@freescale.com>
19752 Date:   Tue Jun 17 17:45:22 2008 -0500
19753
19754     mpc85xx: use IS_E_PROCESSOR macro
19755
19756     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
19757
19758 commit 6b70ffb9d1b2e791161f3cf92937aa45b4a07b78
19759 Author: Kim Phillips <kim.phillips@freescale.com>
19760 Date:   Mon Jun 16 15:55:53 2008 -0500
19761
19762     fdt: add crypto node handling for MPC8{3, 5}xxE processors
19763
19764     Delete the crypto node if not on an E-processor.  If on 8360 or 834x family,
19765     check rev and up-rev crypto node (to SEC rev. 2.4 property values)
19766     if on an 'EA' processor, e.g. MPC8349EA.
19767
19768     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
19769
19770 commit 85e5808e8ea9f77da5219f23394112f0b424fa5e
19771 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
19772 Date:   Fri Jul 11 15:10:11 2008 -0400
19773
19774     ARM DaVinci: Remove extern phy_t declaration by moving code to proper place
19775
19776     ARM DaVinci: Remove extern phy_t declaration by moving
19777     code to proper place.
19778
19779     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
19780
19781 commit 3a9e7ba2ac14018c5dd1e78a7dd735571569c971
19782 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
19783 Date:   Fri Jul 11 15:10:10 2008 -0400
19784
19785     ARM DaVinci: Remove duplicate definitions of MACH_TYPE and prototype of i2c_init()
19786
19787     ARM DaVinci: Remove duplicate definitions of MACH_TYPE
19788     and prototype of i2c_init().
19789
19790     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
19791
19792 commit 348753d416cd2c9e7ec6520a544c8f33cf02a560
19793 Author: Kumar Gala <galak@kernel.crashing.org>
19794 Date:   Mon Jul 14 14:03:02 2008 -0500
19795
19796     Fix some more printf() format problems.
19797
19798     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19799
19800 commit 45b16d22c64674ccd8c4637456a987463609141c
19801 Author: Wolfgang Denk <wd@denx.de>
19802 Date:   Mon Jul 14 22:38:42 2008 +0200
19803
19804     Fix coding style; make code better parsable by external tools
19805
19806     Signed-off-by: Wolfgang Denk <wd@denx.de>
19807
19808 commit b880cbf207b1c109d3a661417a8feddcbd729a9d
19809 Author: Wolfgang Denk <wd@denx.de>
19810 Date:   Mon Jul 14 21:19:08 2008 +0200
19811
19812     cpu/i386/serial.c: Fix syntax errors
19813
19814     Signed-off-by: Wolfgang Denk <wd@denx.de>
19815
19816 commit e2d45e6f4d9919e1afeac5e09557b2252832fccf
19817 Author: Wolfgang Denk <wd@denx.de>
19818 Date:   Mon Jul 14 20:41:35 2008 +0200
19819
19820     elppc board: Coding style cleanup.
19821
19822     Signed-off-by: Wolfgang Denk <wd@denx.de>
19823
19824 commit 82b24a8a505fc81466484b3c55b574ee0b4205bc
19825 Author: Wolfgang Denk <wd@denx.de>
19826 Date:   Mon Jul 14 20:40:22 2008 +0200
19827
19828     elppc board: fix syntax error.
19829
19830     Signed-off-by: Wolfgang Denk <wd@denx.de>
19831
19832 commit 0fe340585a6a48bd392d315b0dd84d068b1c3790
19833 Author: Wolfgang Denk <wd@denx.de>
19834 Date:   Mon Jul 14 20:38:26 2008 +0200
19835
19836     EB+MCF-EV123 board: fix coding style (alingment)
19837
19838     Signed-off-by: Wolfgang Denk <wd@denx.de>
19839
19840 commit 6841785a0bb0f38175456a923edd634fb7dd6947
19841 Author: Wolfgang Denk <wd@denx.de>
19842 Date:   Mon Jul 14 20:36:44 2008 +0200
19843
19844     EB+MCF-EV123 board: fix syntx error
19845
19846     Signed-off-by: Wolfgang Denk <wd@denx.de>
19847
19848 commit ab5cda9f88c3eaf9cf599adc3a3375906c4ed904
19849 Author: Andy Fleming <afleming@freescale.com>
19850 Date:   Mon Jul 7 18:02:08 2008 -0500
19851
19852     Remove LBC_CACHE_BASE from 8544 DS
19853
19854     The 8544 DS doesn't have any cacheable Local Bus memories set up.  By mapping
19855     space for some anyway, we were allowing speculative loads into unmapped space,
19856     which would cause an exception (annoying, even if ultimately harmless).
19857     Removing LBC_CACHE_BASE, and using LBC_NONCACHE_BASE for the LBC LAW solves the
19858     problem.
19859
19860     Signed-off-by: Andy Fleming <afleming@freescale.com>
19861
19862 commit d0ff51ba5d0309dbe9e25ea54f8a0285a6d5db90
19863 Author: Wolfgang Denk <wd@denx.de>
19864 Date:   Mon Jul 14 15:19:07 2008 +0200
19865
19866     Code cleanup: fix old style assignment ambiguities like "=-" etc.
19867
19868     Signed-off-by: Wolfgang Denk <wd@denx.de>
19869
19870 commit d7854223c5c85b5849fbf422cc8ac0efef461c37
19871 Author: Wolfgang Denk <wd@denx.de>
19872 Date:   Mon Jul 14 15:10:53 2008 +0200
19873
19874     AmigaOneG3SE: remove dead and incomplete files
19875
19876     Signed-off-by: Wolfgang Denk <wd@denx.de>
19877
19878 commit b64f190b7a34224df09b559ca111eb1b733f00ad
19879 Author: Wolfgang Denk <wd@denx.de>
19880 Date:   Mon Jul 14 15:06:35 2008 +0200
19881
19882     Fix printf() format issues with sizeof_t types by using %zu
19883
19884     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19885     Signed-off-by: Wolfgang Denk <wd@denx.de>
19886
19887 commit f354b73e16a86f9e9085471a830605f74f84ea5d
19888 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19889 Date:   Mon Jul 14 14:11:45 2008 +0200
19890
19891     vsprintf: add z and t options
19892
19893     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19894
19895 commit 25dbe98abb686d8210e1731fba85ced7d3ce874c
19896 Author: Wolfgang Denk <wd@denx.de>
19897 Date:   Sun Jul 13 23:07:35 2008 +0200
19898
19899     Fix some more printf() format issues.
19900
19901     Signed-off-by: Wolfgang Denk <wd@denx.de>
19902
19903 commit d5996dd555edf52721b7691a4c59de016251ed39
19904 Author: Wolfgang Denk <wd@denx.de>
19905 Date:   Sun Jul 13 19:51:00 2008 +0200
19906
19907     Fix some more printf() format problems.
19908
19909     Signed-off-by: Wolfgang Denk <wd@denx.de>
19910
19911 commit 0f9d5f6d6e814907794995c6a22af752040c35d9
19912 Author: Wolfgang Denk <wd@denx.de>
19913 Date:   Sun Jul 13 19:48:26 2008 +0200
19914
19915     ADS5121: Fix (delete) incorrect ads5121_diu_init() prototype
19916
19917     Signed-off-by: Wolfgang Denk <wd@denx.de>
19918
19919 commit 322716a1d1eb33a71067ba0eb1c5346fb2dd6b34
19920 Author: Anatolij Gustschin <agust@denx.de>
19921 Date:   Sat Jul 12 17:31:36 2008 +0200
19922
19923     Fix bug in Lime video driver
19924
19925     We need to wait while drawing engine clears frame
19926     buffer before any further software accesses to frame
19927     buffer will be initiated. Otherwise software drawn
19928     parts could be partially destroyed by the drawing
19929     engine or even GDC chip freeze could occur (as
19930     observed on socrates board).
19931
19932     Signed-off-by: Anatolij Gustschin <agust@denx.de>
19933
19934 commit 0a5676befb0c590212a53f7627fa5d0d8a84bf34
19935 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19936 Date:   Sat Jul 12 14:36:34 2008 +0200
19937
19938     Fix some more printf() format issues.
19939
19940     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19941
19942 commit 18c8a28aad49803780bd8d52432ded528e37e701
19943 Author: Michal Simek <monstr@monstr.eu>
19944 Date:   Fri Jul 11 15:11:57 2008 +0200
19945
19946     hwmon: rename CONFIG_DS1722 to CONFIG_DTT_DS1722
19947
19948     Signed-off-by: Michal Simek <monstr@monstr.eu>
19949     Acked-by: Stefan Roese <sr@denx.de>
19950
19951 commit 6ecbb45bb027e90c19d63b48e7b0c05acc1a87c0
19952 Author: Michal Simek <monstr@monstr.eu>
19953 Date:   Fri Jul 11 11:50:53 2008 +0200
19954
19955     hwmon: Cleaning hwmon devices
19956
19957     Clean Makefile
19958     Move device specific values to driver for better reading
19959
19960     Signed-off-by: Michal Simek <monstr@monstr.eu>
19961     Acked-by: Stefan Roese <sr@denx.de>
19962
19963 commit c78fce699c7ff467ecd841da6a79f065180bf578
19964 Author: Michal Simek <monstr@monstr.eu>
19965 Date:   Fri Jul 11 10:43:13 2008 +0200
19966
19967     FIS: repare incorrect return value with ramdisk handling
19968
19969     Microblaze and PowerPC use boot_get_ramdisk for loading
19970     ramdisk to memory with checking return value.
19971     Return 0 means success. Return 1 means failed.
19972     Here is correspond part of code from bootm.c which check
19973     return code.
19974
19975     ret = boot_get_ramdisk (argc, argv, images, IH_ARCH_PPC,
19976                 &rd_data_start, &rd_data_end);
19977     if (ret)
19978         goto error;
19979
19980     Signed-off-by: Michal Simek <monstr@monstr.eu>
19981
19982 commit 84a2c64a26dc5e275e1cf4e76a6e194a18fb5477
19983 Author: Michal Simek <monstr@monstr.eu>
19984 Date:   Fri Jul 11 10:10:32 2008 +0200
19985
19986     microblaze: Remove useless ancient headers
19987
19988     Signed-off-by: Michal Simek <monstr@monstr.eu>
19989
19990 commit 53ea981c3124b13c137c2d10e975b7c6672266e0
19991 Author: Michal Simek <monstr@monstr.eu>
19992 Date:   Fri Jul 11 10:10:31 2008 +0200
19993
19994     microblaze: Clean uartlite driver
19995
19996     Redesign uartlite driver to in_be32 and out_be32 macros
19997     Fix missing header in io.h
19998
19999     Signed-off-by: Michal Simek <monstr@monstr.eu>
20000     Acked-by: Grant Likely <grant.likely@secretlab.ca>
20001
20002 commit dbf3dfb386a2d5d2381814e39985ab2e21894550
20003 Author: Marcel Ziswiler <marcel@ziswiler.com>
20004 Date:   Fri Jul 11 02:39:14 2008 +0200
20005
20006     Enable passing of ATAGs required by latest Linux kernel.
20007
20008 commit ef130d3093bdf88f01cf3e000fe5df249ebf2b1a
20009 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
20010 Date:   Fri Jul 11 10:24:15 2008 -0400
20011
20012     Fix integer overflow warning in calc_divisor()
20013
20014     which happened when rounding the serial port clock divisor
20015
20016     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
20017
20018 commit 6b760189d77f001684e3160b355c185ca3804961
20019 Author: Marcel Ziswiler <marcel@ziswiler.com>
20020 Date:   Fri Jul 11 01:09:59 2008 +0200
20021
20022     Fix build time warnings in function mmc_decode_csd()
20023
20024     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
20025
20026 commit c15947d6ce0d59925c97fdfac692476af6e262d0
20027 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
20028 Date:   Thu Jul 10 10:46:33 2008 -0400
20029
20030     ARM: Fix for broken compilation when defining CONFIG_CMD_ELF
20031
20032     caused by missing dcache status/enable/disable functions.
20033
20034     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
20035
20036 commit 068c1b77c8f42a1a31084d2f4b1d5cc807c1a9ce
20037 Author: Stefan Roese <sr@denx.de>
20038 Date:   Thu Jul 10 13:53:31 2008 +0200
20039
20040     ppc4xx: Remove redundant ft_board_setup() functions from some 4xx boards
20041
20042     This patch removes some ft_board_setup() functions from some 4xx boards.
20043     This can be done since we now have a default weak implementation for this
20044     in cpu/ppc4xx/fdt.c. Only board in need for a different/custom
20045     implementation like canyonlands need their own version.
20046
20047     Signed-off-by: Stefan Roese <sr@denx.de>
20048
20049 commit d39a089f8bc960ba9ae6a08fda5582b578620cc1
20050 Author: Wolfgang Denk <wd@denx.de>
20051 Date:   Sun Jul 13 14:58:16 2008 +0200
20052
20053     Add last known maintainer for orphaned boards; reformat.
20054
20055     Signed-off-by: Wolfgang Denk <wd@denx.de>
20056
20057 commit 5c761d57bb9940e016d561fda8b2ed84c55de5b6
20058 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
20059 Date:   Thu Jul 10 13:16:04 2008 +0200
20060
20061     Remove kharris@nexus-tech.net from MAINTAINERS
20062
20063     Mail to kharris@nexus-tech.net bounces because the user doesn't exist
20064     anymore. You can't be a maintainer without a valid e-mail address, so
20065     move all boards that used to be maintained by Kyle Harris to the
20066     "orphaned" list.
20067
20068     Currently, only PowerPC has a list of orphaned boards, so this patch
20069     creates one for ARM as well.
20070
20071     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
20072
20073 commit 17bd17071463b0cde391ac4a0863d600474b4ea1
20074 Author: Anatolij Gustschin <agust@denx.de>
20075 Date:   Thu Jul 10 01:15:10 2008 +0200
20076
20077     at91: Fix to enable using Teridian MII phy (78Q21x3) with at91sam9260
20078
20079     On the at91sam9260ep development board there is an EEPROM
20080     connected to the TWI interface (PA23, PA24 Peripheral A
20081     multiplexing), so we cannot use these pins as ETX2, ETX3.
20082     This patch configures PA10, PA11 pins for ETX2, ETX3
20083     instead of PA23, PA24 pins.
20084
20085     Signed-off-by: Anatolij Gustschin <agust@denx.de>
20086     Signed-off-by: Manuel Sahm <Manuel.Sahm@feig.de>
20087
20088 commit f889265753ddf4465d9d580827bb9289bfac55d6
20089 Author: Kenneth Johansson <kenneth@southpole.se>
20090 Date:   Sat Jul 12 13:18:34 2008 -0600
20091
20092     fix DIU for small screens
20093
20094     The DIU_DIV register is 8 bit not 5 bit. This prevented large DIV values
20095     so it was not possible to set a slow pixel clock and thus prevented
20096     display on small screens.
20097
20098     Signed-off-by: Kenneth Johansson <kenneth@southpole.se>
20099     Acked-by: John Rigby <jrigby@freescale.com>
20100
20101 commit b60b8573875e650e4c69be667bfc88d3ed474a7c
20102 Author: John Rigby <jrigby@freescale.com>
20103 Date:   Fri Jul 11 14:44:09 2008 -0600
20104
20105     ADS5121 cleanup compile warnings
20106
20107     board/ads5121/iopin.c
20108         Replace bit fields in struct iopin_t with a single
20109         field and intialize it via plain old macros.
20110         This fixes the type pun warnings and makes the code
20111         more readable.
20112
20113     board/ads5121/ads5121.c
20114         Add include iopin.h to ads5121.c for the iopin_initialize
20115         prototype.
20116
20117         Add an extern void ads5121_diu_init(void)
20118
20119     Signed-off-by: John Rigby <jrigby@freescale.com>
20120
20121 commit bde63587622c4b830a27d1ddf7265843de9e994f
20122 Author: Wolfgang Denk <wd@denx.de>
20123 Date:   Fri Jul 11 22:56:11 2008 +0200
20124
20125     Fix some more printf() format issues.
20126
20127     Signed-off-by: Wolfgang Denk <wd@denx.de>
20128
20129 commit 184f1b404a90eef8b425c0e7b3018d59ef9982c8
20130 Author: Wolfgang Denk <wd@denx.de>
20131 Date:   Fri Jul 11 22:55:31 2008 +0200
20132
20133     Fixed some out-of-tree build issues
20134
20135     Signed-off-by: Wolfgang Denk <wd@denx.de>
20136
20137 commit 47bf9c71ae838305a3ea3161af8d14e6f3fc2c82
20138 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
20139 Date:   Wed Jul 9 16:20:23 2008 -0500
20140
20141     ColdFire: Fix FB CS not setup properly for Mcf5282
20142
20143     Remove all CFG_CSn_RO in cpu/mcf52x2/cpu_init.c. If
20144     CFG_CSn_RO is defined as 0, the chipselect will not
20145     be assigned.
20146
20147     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
20148
20149 commit bc3ccb139f0836f0a834cfd370a120a00ad7e63a
20150 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
20151 Date:   Wed Jul 9 15:47:27 2008 -0500
20152
20153     ColdFire: Fix incorrect define for mcf5227x and mcf5445x RTC
20154
20155     Rename CONFIG_MCFTMR to CONFIG_MCFRTC to include real time
20156     clock module in cpu/<cf arch>/cpu_init.c
20157
20158     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
20159
20160 commit f94945b517f10e01927101679c62361e03d4e837
20161 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
20162 Date:   Wed Jul 9 15:25:01 2008 -0500
20163
20164     ColdFire: Fix incorrect board name in MAKEALL for M5253EVBE
20165
20166     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
20167
20168 commit 0e0c4357d14a3563c6a2a1e6d5ad6a2cc4f35cab
20169 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
20170 Date:   Wed Jul 9 15:21:44 2008 -0500
20171
20172     Fix compile error caused by missing timer function
20173
20174     Add #define CONFIG_MCFTMR in EB+MCF-EV123.h configuration file
20175
20176     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
20177
20178 commit c37ea031175b807c54e6bad9b270e9bede6c0078
20179 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
20180 Date:   Wed Jul 9 15:14:25 2008 -0500
20181
20182     Fix compile error caused by incorrect function return type
20183
20184     Rename int mii_init(void) to void mii_init(void)
20185
20186     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
20187
20188 commit ab4860b255239dbaecccdd002c8d11f4ef54dd75
20189 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
20190 Date:   Wed Jun 18 19:27:23 2008 -0500
20191
20192     ColdFire: Fix power up issue for MCF5235
20193
20194     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
20195
20196 commit dd08e97361fbc9e79fa5ef1a8acf29273b934b11
20197 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
20198 Date:   Wed Jun 18 19:19:07 2008 -0500
20199
20200     ColdFire: Fix compiling error for MCF5275
20201
20202     The compiling error was caused by missing a closed parentheses
20203     in speed.c
20204
20205     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
20206
20207 commit 94603c2fd4dbe0655878416aa0da9f302d4c30d3
20208 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
20209 Date:   Wed Jun 18 19:14:01 2008 -0500
20210
20211     ColdFire: Fix timer issue for MCF5272
20212
20213     The timer was assigned to wrong timer memory mapped which
20214     caused udelay() and timer() not working properly.
20215
20216     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
20217
20218 commit 3b1e8ac9b43f89cc9291a6a86e6b33ef55801515
20219 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
20220 Date:   Wed Jun 18 19:12:13 2008 -0500
20221
20222     ColdFire: Change invalid JMP to BRA caught by new v4e toolchain
20223
20224     Signed-off-by: Kurt Mahan <kmahan@freescale.com>
20225
20226 commit 8371dc2066136be21e10b7b9293e469297d77298
20227 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
20228 Date:   Wed Jun 18 19:05:23 2008 -0500
20229
20230     ColdFire: Add -got=single param for new linux v4e toolchains
20231
20232     Signed-off-by: Kurt Mahan <kmahan@freescale.com>
20233
20234 commit 56d52615cd47bc522ee13bb7ec7e59d6ce9426c7
20235 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
20236 Date:   Wed Jun 18 13:21:19 2008 -0500
20237
20238     ColdFire: Fix code flash configuration for M547x/M548x boards
20239
20240     Signed-off-by: Kurt Mahan <kmahan@freescale.com>
20241
20242 commit 6e37091afc07fdcc15590093fd066b0cb7399f85
20243 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
20244 Date:   Tue Jun 24 12:12:16 2008 -0500
20245
20246     ColdFire: Fix warning messages by passing correct data type in board.c
20247
20248     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
20249
20250 commit 81cc32322acb1b3225ee45606ced48e2a14824dc
20251 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
20252 Date:   Thu May 29 12:21:54 2008 -0500
20253
20254     ColdFire: Fix UART baudrate formula
20255
20256     The formula "counter = (u32) (gd->bus_clk / gd->baudrate) / 32"
20257     can generate the wrong divisor due to integer division truncation.
20258     Round the calculated divisor value by adding 1/2 the baudrate
20259     before dividing by the baudrate.
20260
20261     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
20262     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
20263
20264 commit b578fb471444cbd7db1285701ba51343baaf73fb
20265 Author: Stefan Roese <sr@denx.de>
20266 Date:   Thu Jul 10 11:38:26 2008 +0200
20267
20268     ppc4xx: Fix include sequence in 4xx_pcie.c
20269
20270     This patch now moves common.h to the top of the inlcude list. This
20271     is needed for boards with CONFIG_PHYS_64BIT set (e.g. katmai), so that
20272     the phys_size_t/phys_addr_t are defined to the correct size in this
20273     driver.
20274
20275     Signed-off-by: Stefan Roese <sr@denx.de>
20276
20277 commit 69e2c6d0d13d7c8cf1612ac090bdc4c59ba6858e
20278 Author: Stefan Roese <sr@denx.de>
20279 Date:   Fri Jul 11 13:10:56 2008 +0200
20280
20281     ppc4xx: Fix compile warning in 44x_spd_ddr2.c
20282
20283     Signed-off-by: Stefan Roese <sr@denx.de>
20284
20285 commit 6bd9138498c2e4f4f09190108b99157d1b2140b5
20286 Author: Stefan Roese <sr@denx.de>
20287 Date:   Fri Jul 11 11:40:13 2008 +0200
20288
20289     ppc4xx: Fix small korat merge problem
20290
20291     Signed-off-by: Stefan Roese <sr@denx.de>
20292
20293 commit 1d0554736a0a1dd59718acda660871ce56b69e18
20294 Author: Stefan Roese <sr@denx.de>
20295 Date:   Fri Jul 11 11:34:52 2008 +0200
20296
20297     ppc4xx: Some Rewood cleanups (coding style, leading white spaces)
20298
20299     Signed-off-by: Stefan Roese <sr@denx.de>
20300
20301 commit 3a82113ed5934d498f25080441a8261fc9454b15
20302 Author: Stefan Roese <sr@denx.de>
20303 Date:   Thu Jul 10 16:37:09 2008 +0200
20304
20305     ppc4xx: Add 460SX UIC defines
20306
20307     Only the really needed ones are added (cascading and EMAC/MAL).
20308
20309     Signed-off-by: Stefan Roese <sr@denx.de>
20310
20311 commit 26173fc6f60521c2a8072f652f863617fc11ba9a
20312 Author: Stefan Roese <sr@denx.de>
20313 Date:   Mon Jun 30 14:11:07 2008 +0200
20314
20315     ppc4xx: Continue cleanup of ppc440.h
20316
20317     This patch continues the ppc440.h cleanup by removing some of the unused
20318     defines.
20319
20320     Signed-off-by: Stefan Roese <sr@denx.de>
20321
20322 commit d9056b7913ed6a228d2f33671d916efedee541dd
20323 Author: Stefan Roese <sr@denx.de>
20324 Date:   Mon Jun 30 14:05:05 2008 +0200
20325
20326     ppc4xx: Cleanup Katmai & Yucca PCIe register usage
20327
20328     This patch cleans up the 440SPe PCIe register usage. Now only defines
20329     from the include/asm-ppc/4xx_pcie.h are used.
20330
20331     Signed-off-by: Stefan Roese <sr@denx.de>
20332
20333 commit 5de851403b01489b493fa83137ad990b8ce60d1c
20334 Author: Stefan Roese <sr@denx.de>
20335 Date:   Thu Jun 26 17:36:39 2008 +0200
20336
20337     ppc4xx: Rework 440GX UIC handling
20338
20339     This patch reworks the 440GX interrupt handling so that the common 4xx
20340     code can be used. The 440GX is an exception to all other 4xx variants
20341     by having the cascading interrupt vectors not on UIC0 but on a special
20342     UIC named UICB0 (UIC Base 0). With this patch now, U-Boot references
20343     the 440GX UICB0 when UIC0 is selected. And the common 4xx interrupt
20344     handling is simpler without any 440GX special cases.
20345
20346     Also some additional cleanup to cpu/ppc4xx/interrupt.c is done.
20347
20348     Signed-off-by: Stefan Roese <sr@denx.de>
20349
20350 commit d1631fe1a05b063ccaf62ea892a8887b829847d1
20351 Author: Stefan Roese <sr@denx.de>
20352 Date:   Thu Jun 26 13:40:57 2008 +0200
20353
20354     ppc4xx: Consolidate PPC4xx UIC defines
20355
20356     This 2nd patch now removes all UIC mask bit definition. They should be
20357     generated from the vectors by using the UIC_MASK() macro from now on.
20358     This way only the vectors need to get defined for new PPC's.
20359
20360     Also only the really used interrupt vectors are now defined. This makes
20361     definitions for new PPC versions easier and less error prone.
20362
20363     Another part of this patch is that the 4xx emac driver got a little
20364     cleanup, since now the usage of the interrupts is clearer.
20365
20366     Signed-off-by: Stefan Roese <sr@denx.de>
20367
20368 commit 4fb25a3db3b3839094aa9ab748efd7a95924690b
20369 Author: Stefan Roese <sr@denx.de>
20370 Date:   Wed Jun 25 10:59:22 2008 +0200
20371
20372     ppc4xx: Consolidate PPC4xx UIC defines
20373
20374     This patch is the first step to consolidate the UIC related defines in the
20375     4xx headers. Move header from asm-ppc/ppc4xx-intvec.h to
20376     asm-ppc/ppc4xx-uic.h as it will hold all UIC related defines in the next
20377     steps.
20378
20379     Signed-off-by: Stefan Roese <sr@denx.de>
20380
20381 commit 7ee2619c20ccecd57966d74d844e6329e141261c
20382 Author: Stefan Roese <sr@denx.de>
20383 Date:   Tue Jun 24 17:18:50 2008 +0200
20384
20385     ppc4xx: Consolidate PPC4xx EBC defines
20386
20387     This patch removes all EBC related defines from the PPC4xx headers
20388     ppc405.h and ppc440.h and introduces a new header
20389
20390     include/asm-ppc/ppc4xx-ebc.h
20391
20392     with all those defines.
20393
20394     Signed-off-by: Stefan Roese <sr@denx.de>
20395
20396 commit e321801bed5a6d896d298c00fd20046f039d5d66
20397 Author: Stefan Roese <sr@denx.de>
20398 Date:   Thu Jul 10 13:52:44 2008 +0200
20399
20400     ppc4xx: Remove redundant ft_board_setup() functions from some 4xx boards
20401
20402     This patch removes some ft_board_setup() functions from some 4xx boards.
20403     This can be done since we now have a default weak implementation for this
20404     in cpu/ppc4xx/fdt.c. Only board in need for a different/custom
20405     implementation like canyonlands need their own version.
20406
20407     Signed-off-by: Stefan Roese <sr@denx.de>
20408
20409 commit 08250eb2edbd96514d049602d9e134110ac3185f
20410 Author: Stefan Roese <sr@denx.de>
20411 Date:   Thu Jul 10 15:32:32 2008 +0200
20412
20413     ppc4xx: Fix merge problems in 44x_spd_ddr2.c
20414
20415     Signed-off-by: Stefan Roese <sr@denx.de>
20416
20417 commit 1740c1bf40e3c6d03ac16c29943fdd9fc1e87038
20418 Author: Grant Erickson <gerickson@nuovations.com>
20419 Date:   Tue Jul 8 08:35:00 2008 -0700
20420
20421     ppc4xx: Add MII mode support to the EMAC RGMII Bridge
20422
20423     This patch adds support for placing the RGMII bridge on the
20424     PPC405EX(r) into MII/GMII mode and allows a board-specific
20425     configuration to specify the bridge mode at compile-time.
20426
20427     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
20428     Signed-off-by: Stefan Roese <sr@denx.de>
20429
20430 commit 2e2050842e731c823ce8d41fb0c15579eb70ced9
20431 Author: Grant Erickson <gerickson@nuovations.com>
20432 Date:   Wed Jul 9 16:46:35 2008 -0700
20433
20434     ppc4xx: Add Mnemonics for AMCC/IBM DDR2 SDRAM Controller
20435
20436     This patch completes the preprocessor mneomics for the IBM DDR2 SDRAM
20437     controller registers (MODT and INITPLR) used by the
20438     PowerPC405EX(r). The MMODE and MEMODE registers are unified with their
20439     peer values used for the INITPLR MR and EMR registers,
20440     respectively. Finally, a spelling typo is correct (MANUEL to MANUAL).
20441
20442     With these mnemonics in place, the CFG_SDRAM0_* magic numbers for
20443     Kilauea are replaced by equivalent mnemonics to make it easier to
20444     compare and contrast other 405EX(r)-based boards (e.g. during board
20445     bring-up).
20446
20447     Finally, unified the SDRAM controller register dump routine such that
20448     it can be used across all processor variants that utilize the IBM DDR2
20449     SDRAM controller core. It produces output of the form:
20450
20451         PPC4xx IBM DDR2 Register Dump:
20452                 ...
20453                 SDRAM_MB0CF[40] = 0x00006701
20454                 ...
20455
20456     which is '<mnemonic>[<DCR #>] = <value>'. The DCR number is included
20457     since it is not uncommon that the DCR values in header files get mixed
20458     up and it helps to validate, at a glance, they match what is printed
20459     in the user manual.
20460
20461     Tested on:
20462       AMCC Kilauea/Haleakala:
20463       - NFS Linux Boot: PASSED
20464       - NAND Linux Boot: PASSED
20465
20466     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
20467     Signed-off-by: Stefan Roese <sr@denx.de>
20468
20469 commit ad7382d828982e9c1bafc4313ef1b666f6145f58
20470 Author: Grant Erickson <gerickson@nuovations.com>
20471 Date:   Wed Jul 9 16:31:59 2008 -0700
20472
20473     ppc4xx: Add AMCC/IBM DDR2 SDRAM ECC Field Mnemonics
20474
20475     Add additional DDR2 SDRAM memory controller DCR mneomnics, condition
20476     revision ID DCR based on 405EX, and add field mnemonics for bus error
20477     status and ECC error status registers.
20478
20479     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
20480     Signed-off-by: Stefan Roese <sr@denx.de>
20481
20482 commit 103201731bd8e85404d0f51a5b4e8abd14c0b6c6
20483 Author: Grant Erickson <gerickson@nuovations.com>
20484 Date:   Wed Jul 9 16:31:36 2008 -0700
20485
20486     ppc4xx: Add SDR0_SRST Mnemonics for the 405EX(r)
20487
20488     This patch adds bit field mnemonics for the 405EX(r) SDR0_SRST soft reset register.
20489
20490     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
20491     Signed-off-by: Stefan Roese <sr@denx.de>
20492
20493 commit 5b457d00730d4aa0c6450d21a9104723e606fb98
20494 Author: Grant Erickson <gerickson@nuovations.com>
20495 Date:   Wed Jul 9 11:55:46 2008 -0700
20496
20497     PPC4xx: Correct SDRAM_MCSTAT for PPC405EX(r)
20498
20499     While the PowerPC 405EX(r) shares in common the AMCC/IBM DDR2 SDRAM
20500     controller core also used in the 440SP, 440SPe, 460EX, and 460GT, in
20501     the 405EX(r), SDRAM_MCSTAT has a different DCR value.
20502
20503     Its present value on the 405EX(r) causes a read back of 0xFFFFFFFF
20504     which causes SDRAM initialization to periodically fail since it can
20505     prematurely indicate SDRAM ready status.
20506
20507     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
20508     Signed-off-by: Stefan Roese <sr@denx.de>
20509
20510 commit 0ce5c8675bb2c61f1d71fb97f0bbe822663fb93d
20511 Author: Feng Kan <fkan@amcc.com>
20512 Date:   Tue Jul 8 22:48:42 2008 -0700
20513
20514     ppc4xx: Initial framework of the AMCC PPC460SX redwood reference board.
20515
20516     Add AMCC Redwood reference board that uses the latest
20517     PPC 464 CPU processor combined with a rich mix of peripheral
20518     controllers. The board will support PCIe, mutiple Gig ethernet
20519     ports, advanced hardware RAID assistance and IEEE 1588.
20520
20521     Signed-off-by: Feng Kan <fkan@amcc.com>
20522     Signed-off-by: Stefan Roese <sr@denx.de>
20523
20524 commit 96e5fc0e6a1861d0fea4efa3cd376df95a5b1b89
20525 Author: Feng Kan <fkan@amcc.com>
20526 Date:   Tue Jul 8 22:48:07 2008 -0700
20527
20528     ppc4xx: Add initial 460SX reference board (redwood) config file and defines.
20529
20530     Signed-off-by: Feng Kan <fkan@amcc.com>
20531     Signed-off-by: Stefan Roese <sr@denx.de>
20532
20533 commit 7d30793685efcada183891c78fc892e6c9ba50c7
20534 Author: Feng Kan <fkan@amcc.com>
20535 Date:   Tue Jul 8 22:47:31 2008 -0700
20536
20537     ppc4xx: Add initial 460SX defines for the cpu/ppc4xx directory.
20538
20539     Signed-off-by: Feng Kan <fkan@amcc.com>
20540     Signed-off-by: Stefan Roese <sr@denx.de>
20541
20542 commit 9b55a2536919f4de1bb1044e6eb8262c2f53bc96
20543 Author: Wolfgang Denk <wd@denx.de>
20544 Date:   Fri Jul 11 01:16:00 2008 +0200
20545
20546     Fix some more print() format errors.
20547
20548     Signed-off-by: Wolfgang Denk <wd@denx.de>
20549
20550 commit fdd70d1921b87287d9a99d1be99bc35226c2b412
20551 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20552 Date:   Thu Jul 10 20:57:54 2008 +0200
20553
20554     MAKEALL: remove duplicated at91 from ARM9 list and add LIST_at91 to arm
20555
20556     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20557
20558 commit c6457e3b8bc79a97381cf7deffa08f7c5a24f86c
20559 Author: Sergey Lapin <slapin@ossfans.org>
20560 Date:   Thu Jun 5 11:06:29 2008 +0400
20561
20562     DataFlash AT45DB021 support
20563
20564     Some boards based on AT91SAM926X-EK use smaller DF chips to keep
20565     bootstrap, u-boot and its environment, using NAND or other external
20566     storage for kernel and rootfs. This patch adds support for
20567     small 1024x263 chip.
20568
20569     Signed-off-by: Sergey Lapin <slapin@ossfans.org>
20570
20571 commit 4109df6f75fc00ab7da56d286ba50149a0d16a69
20572 Author: Kim Phillips <kim.phillips@freescale.com>
20573 Date:   Thu Jul 10 14:00:15 2008 -0500
20574
20575     silence misc printf formatting compiler warnings
20576
20577     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
20578
20579 commit 3d71c81a9bb03f866a1e98da96363ef3f46c76b3
20580 Author: Markus Klotzbücher <mk@denx.de>
20581 Date:   Thu Jul 10 14:47:09 2008 +0200
20582
20583     USB: shutdown USB before booting
20584
20585     This patch fixes a potentially serious issue related to USB which was
20586     discouvered by Martin Krause <martin.krause@tqs.de> and fixed for
20587     ARM920T. Martin wrote:
20588
20589       Turn off USB to prevent the host controller from writing to the
20590       SDRAM while Linux is booting. This could happen, because the HCCA
20591       (Host Controller Communication Area) lies within the SDRAM and the
20592       host controller writes continously to this area (as busmaster!), for
20593       example to increase the HccaFrameNumber variable, which happens
20594       every 1 ms.
20595
20596     This is a slightly modified version of the patch in order to shutdown
20597     USB when booting on all architectures.
20598
20599     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
20600
20601 commit f31c49db2a5e076f415c0785eb37f67f2faa5fc8
20602 Author: Martha Marx <mmarx@silicontkx.com>
20603 Date:   Thu May 29 14:23:25 2008 -0400
20604
20605     Configuration changes for ADS5121 Rev 3
20606
20607     ADS5121 Rev 3 board is now the default config
20608
20609     config targets are now
20610
20611     ads5121_config
20612         Rev 3 board with
20613         PCI
20614         M41T62 on board RTC
20615         512MB DRAM
20616
20617     ads5121_rev2_config
20618         Rev 2 board with
20619         No PCI
20620         256MB DRAM
20621
20622     Signed-off-by: Martha Marx <mmarx@silicontkx.com>
20623     Acked-by: Grant Likely <grant.likely@secretlab.ca>
20624     Acked-by: John Rigby <jrigby@freescale.com>
20625
20626 commit 16bee7b0dc294ee01ca2434aa1dd3bd717a69615
20627 Author: Martha Marx <mmarx@silicontkx.com>
20628 Date:   Thu May 29 15:37:21 2008 -0400
20629
20630     Consolidate ADS5121 IO Pin configuration
20631
20632     Consolidate ADS5121 IO Pin configuration to one file
20633     board/ads5121/iopin.c.
20634
20635     Remove pin config from cpu/mpc512x/fec.c
20636
20637     Signed-off-by: Martha Marx <mmarx@silicontkx.com>
20638     Acked-by: Grant Likely <grant.likely@secretlab.ca>
20639     Acked-by: John Rigby <jrigby@freescale.com>
20640
20641 commit d4692b0ba83b7b454bbd92bad1f4befe6e1657b7
20642 Author: Christian Eggers <christian@p2400.wgnetz.xx>
20643 Date:   Fri Jun 27 19:46:51 2008 +0200
20644
20645     Fix "usb part" command
20646
20647     Only print partition for selected device if user supplied the <dev>
20648     arg with the "usb part [dev]" command.
20649
20650     Signed-off-by: Christian Eggers <ceggers@gmx.de>
20651     Acked-by: Markus Klotzbuecher <mk@denx.de>
20652
20653 commit cc83b27217f7380041fea386ddb6d6d9b261617d
20654 Author: Harald Welte <laforge@gnumonks.org>
20655 Date:   Mon Jul 7 00:58:05 2008 +0800
20656
20657     fix USB devices with multiple configurations
20658
20659     This patch fixes bugs in usbdcore*.c related to the use of devices
20660     with multiple configurations.
20661
20662     The original code made mistakes about the meaning of configuration value and
20663     configuration index, and the resulting off-by-one errors resulted in:
20664
20665     * SET_CONFIGURATION always selected the first configuration, no matter what
20666       wValue is being passed.
20667     * GET_DESCRIPTOR/CONFIGURATION always returned the descriptor for the first
20668       configuration (index 0).
20669
20670     Signed-off-by: Harald Welte <laforge@openmoko.org>
20671     Acked-by: Markus Klotzbuecher <mk@denx.de>
20672
20673 commit 06c53beae1a726e707971c555613f09b270a2461
20674 Author: Wolfgang Denk <wd@denx.de>
20675 Date:   Thu Jul 10 13:16:09 2008 +0200
20676
20677     Fix some more print() format errors.
20678
20679     Signed-off-by: Wolfgang Denk <wd@denx.de>
20680
20681 commit d4b5f3fa001228d76e2c3380cedadf804b802c2a
20682 Author: Christian Eggers <christian@p2400.wgnetz.xx>
20683 Date:   Fri Jun 27 19:46:51 2008 +0200
20684
20685     Fix "usb part" command
20686
20687     Only print partition for selected device if user supplied the <dev>
20688     arg with the "usb part [dev]" command.
20689
20690     Signed-off-by: Christian Eggers <ceggers@gmx.de>
20691     Acked-by: Markus Klotzbuecher <mk@denx.de>
20692
20693 commit e73b5212e0463a3db0af0a5c95c75bfb762ca973
20694 Author: Harald Welte <laforge@gnumonks.org>
20695 Date:   Mon Jul 7 00:58:05 2008 +0800
20696
20697     fix USB devices with multiple configurations
20698
20699     This patch fixes bugs in usbdcore*.c related to the use of devices
20700     with multiple configurations.
20701
20702     The original code made mistakes about the meaning of configuration value and
20703     configuration index, and the resulting off-by-one errors resulted in:
20704
20705     * SET_CONFIGURATION always selected the first configuration, no matter what
20706       wValue is being passed.
20707     * GET_DESCRIPTOR/CONFIGURATION always returned the descriptor for the first
20708       configuration (index 0).
20709
20710     Signed-off-by: Harald Welte <laforge@openmoko.org>
20711     Acked-by: Markus Klotzbuecher <mk@denx.de>
20712
20713 commit e870690bdca154943ecadd5212d2d59c1b9d391b
20714 Author: Stefan Roese <sr@denx.de>
20715 Date:   Thu Jul 10 10:10:54 2008 +0200
20716
20717     MTD/NAND: Fix printf format warning in nand code
20718
20719     This patch fixes NAND related printf format warning. Those warnings are
20720     now visible since patch dc4b0b38d4aadf08826f6c31270f1eecd27964fd
20721     [Fix printf errors.] by Andrew Klossner has been applied. Thanks, this is
20722     really helpful.
20723
20724     Signed-off-by: Stefan Roese <sr@denx.de>
20725
20726 commit 10943c9afa25694bd9999461f4e9e50ce22fff2b
20727 Author: Stefan Roese <sr@denx.de>
20728 Date:   Thu Jul 10 10:00:45 2008 +0200
20729
20730     rtc: Fix printf format warning in m41t60.c
20731
20732     Signed-off-by: Stefan Roese <sr@denx.de>
20733
20734 commit dc1da42f814cd71e6756c2cf62af1ada1d0581fb
20735 Author: Stefan Roese <sr@denx.de>
20736 Date:   Tue Jul 8 12:01:47 2008 +0200
20737
20738     pci: Move PCI device configuration check into a separate weak function
20739
20740     This patch moves the check, if a device should be skipped in PCI PNP
20741     configuration into the function pci_skip_dev(). This function is defined
20742     as weak so that it can be overwritten by a platform specific one if
20743     needed. The check if the device should get printed in the PCI summary upon
20744     bootup (when CONFIG_PCI_SCAN_SHOW is defined) is moved to the function
20745     pci_print_dev() which is also defined as weak too.
20746
20747     Signed-off-by: Stefan Roese <sr@denx.de>
20748
20749 commit b002144e1dc21374b1ef5281fe6b5d014af96650
20750 Author: Stefan Roese <sr@denx.de>
20751 Date:   Thu Jul 10 09:58:06 2008 +0200
20752
20753     ppc4xx: Fix printf format warnings now visible with the updated format check
20754
20755     This patch fixes ppc4xx related printf format warning. Those warnings are
20756     now visible since patch dc4b0b38d4aadf08826f6c31270f1eecd27964fd
20757     [Fix printf errors.] by Andrew Klossner has been applied. Thanks, this is
20758     really helpful.
20759
20760     Signed-off-by: Stefan Roese <sr@denx.de>
20761
20762 commit 5d812b8b4ad9667c77a5bf92b4ba81699abc9fc3
20763 Author: Stefan Roese <sr@denx.de>
20764 Date:   Wed Jul 9 17:33:57 2008 +0200
20765
20766     ppc4xx: Enable support for > 2GB SDRAM on AMCC Katmai
20767
20768     Newer PPC's like 440SPe, 460EX/GT can be equipped with more than 2GB of SDRAM.
20769     To support such configurations, we "only" map the first 2GB via the TLB's. We
20770     need some free virtual address space for the remaining peripherals like, SoC
20771     devices, FLASH etc.
20772
20773     Note that ECC is currently not supported on configurations with more than 2GB
20774     SDRAM. This is because we only map the first 2GB on such systems, and therefore
20775     the ECC parity byte of the remaining area can't be written.
20776
20777     Signed-off-by: Stefan Roese <sr@denx.de>
20778
20779 commit cf1c2ed91df26903b956948f37f82de9e1158a89
20780 Author: Larry Johnson <lrj@acm.org>
20781 Date:   Sat Jun 14 17:02:49 2008 -0400
20782
20783     ppc4xx: Remove implementation of testdram() from Korat board support
20784
20785     Signed-off-by: Larry Johnson <lrj@acm.org>
20786     Signed-off-by: Stefan Roese <sr@denx.de>
20787
20788 commit 47ce4a28ccfcfb803aa68d3d4505a8de056a8a5e
20789 Author: Larry Johnson <lrj@acm.org>
20790 Date:   Sat Jun 14 16:53:02 2008 -0400
20791
20792     ppc4xx: Update and add FDT to Korat board support
20793
20794     Signed-off-by: Larry Johnson <lrj@acm.org>
20795     Signed-off-by: Stefan Roese <sr@denx.de>
20796
20797 commit 4188f0491886b3b486164e819c0a83fdb97efd7d
20798 Author: Wolfgang Denk <wd@denx.de>
20799 Date:   Thu Jul 10 01:13:30 2008 +0200
20800
20801     Minor coding style cleanup; update CHANGELOG
20802
20803     Signed-off-by: Wolfgang Denk <wd@denx.de>
20804
20805 commit 8915f1189c1d29d8be7f4de325702d90a8988219
20806 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
20807 Date:   Wed Jul 9 17:50:45 2008 -0400
20808
20809     e1000: add support for 82545GM 64bit PCI-X copper variant
20810
20811     This PCI-X e1000 variant works by just adding in the correct
20812     PCI IDs in the appropriate places.
20813
20814     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
20815
20816 commit 21ae6ca0315afdbc65dc3e95ffd5763e6773d030
20817 Author: Daniel Hellstrom <daniel@gaisler.com>
20818 Date:   Wed Jul 9 12:34:11 2008 +0000
20819
20820     SPARC: Build error fix
20821
20822     (introduced by commit 391fd93ab23e15ab3dd58a54f5b609024009c378)
20823
20824     This patch makes SPARC targets build again. It is caused by
20825     phys_addr_t and phys_size_t being defined in the wrong header
20826     file. include/lmb.h need those typedefs to build.
20827
20828     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
20829
20830 commit 11ccc33fa21acce108f6b4a6936e3271af904c64
20831 Author: Marcel Ziswiler <marcel@ziswiler.com>
20832 Date:   Wed Jul 9 08:17:15 2008 +0200
20833
20834     Many spelling fixes in README.
20835
20836     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
20837
20838 commit dbab0691d2533560f7e91b92ae844046a9ad1df3
20839 Author: Marcel Ziswiler <marcel@ziswiler.com>
20840 Date:   Wed Jul 9 08:17:06 2008 +0200
20841
20842     Minor spelling fix in comment.
20843
20844     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
20845
20846 commit 89134ea1f67208fd3160bdbb0b9eaab4eab98484
20847 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
20848 Date:   Tue Jul 8 14:54:58 2008 -0400
20849
20850     Round the serial port clock divisor value returned by calc_divisor()
20851
20852     Round the serial port clock divisor value returned by
20853     calc_divisor().
20854
20855     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
20856     Signed-off-by: John Roberts <john.roberts@pwav.com>
20857
20858 commit 9d2e3947b2944e5bb85b4335533f8c93c58445fe
20859 Author: Scott Wood <scottwood@freescale.com>
20860 Date:   Wed Jul 9 17:47:52 2008 -0500
20861
20862     NAND: ifdef-protect most of nand.h when using legacy NAND.
20863
20864     Some macros such as NAND_CTL_SETALE conflict between current and legacy
20865     NAND, being defined by the subsystem in the former case and the board
20866     config file in the latter.
20867
20868     Signed-off-by: Scott Wood <scottwood@freescale.com>
20869
20870 commit 2b1fa9d383cbbb7d347c1583bd6ca4e181ba8e9e
20871 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
20872 Date:   Tue Jul 8 11:02:05 2008 -0400
20873
20874     ARM: Fix for wrong patch version applied for Lyrtech SFF-SDR board (ARM926EJS)
20875
20876     ARM: Fix for incorrect version of patch applied when
20877     adding support for the Lyrtech SFF-SDR board.
20878
20879     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
20880     Signed-off-by: Philip Balister, OpenSDR <philip@opensdr.com>
20881
20882 commit 47042b363ee5022b8180c65d3f4558e7972c79cd
20883 Author: Kyungmin Park <kmpark@infradead.org>
20884 Date:   Tue Jul 8 09:08:40 2008 +0900
20885
20886     Remove useless print message at apollon
20887
20888     Remove useless print message at apollon
20889
20890     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
20891
20892 commit 98874ff329d4a5b32c467b43f6e966e1aa68479f
20893 Author: Andy Fleming <afleming@freescale.com>
20894 Date:   Mon Jul 7 14:24:39 2008 -0500
20895
20896     Fix LMB type issues
20897
20898     The LMB code now uses phys_addr_t and phys_size_t.  Also, there were a couple
20899     of casting problems in the bootm code that called the LMB functions.
20900
20901     Signed-off-by: Andy Fleming <afleming@freescale.com>
20902
20903 commit da8693a91b8eef75ade8de50a1b2ce035bc5fb54
20904 Author: Kumar Gala <galak@kernel.crashing.org>
20905 Date:   Mon Jul 7 09:39:06 2008 -0500
20906
20907     Fix compiler warnings
20908
20909     gcc-4.3.x generates the following:
20910
20911     bootm.c: In function 'do_bootm_linux':
20912     bootm.c:208: warning: cast from pointer to integer of different size
20913     bootm.c:215: warning: cast from pointer to integer of different size
20914
20915     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20916
20917 commit 5bb12dbd7ae03189b6c13d8737b5a1b37c3df698
20918 Author: Harald Welte <laforge@gnumonks.org>
20919 Date:   Mon Jul 7 15:40:39 2008 +0800
20920
20921     Remove code duplication for setting the default environment
20922
20923     common/env_common.c (default_env): new function that resets the environment to
20924                     the default value
20925     common/env_common.c (env_relocate): use default_env instead of own copy
20926     common/env_nand.c (env_relocate_spec): use default_env instead of own copy
20927     include/environment.h: added default_env prototype
20928
20929     Signed-off-by: Werner Almesberger <werner@openmoko.org>
20930     Signed-off-by: Harald Welte <laforge@openmoko.org>
20931
20932 commit 99c2b434d37863df5dda5207a53760c6506fc2be
20933 Author: Marcel Ziswiler <marcel@ziswiler.com>
20934 Date:   Sun Jun 22 16:13:46 2008 +0200
20935
20936     NAND: Fix warning due to missing env_ptr casts to u_char * in env_nand.c.
20937
20938     The writeenv() and readenv() calls introduced by the recently added bad block
20939     management for environment variables were missing casts therefore producing
20940     compile time warnings.
20941     While at it fixing some typo in a comment and indentation.
20942
20943     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
20944     Signed-off-by: Scott Wood <scottwood@freescale.com>
20945
20946 commit 3167c5386ea1c98b638be5d8763ef6d5938ef1bd
20947 Author: Scott Wood <scottwood@freescale.com>
20948 Date:   Fri Jun 20 12:38:57 2008 -0500
20949
20950     NAND: Rename DEBUG to MTDDEBUG to avoid namespace pollution.
20951
20952     This is particularly problematic now that non-NAND-specific code is
20953     including <nand.h>, and thus all debugging code is being compiled
20954     regardless of whether it was requested, as reported by Scott McNutt
20955     <smcnutt@psyent.com>.
20956
20957     Signed-off-by: Scott Wood <scottwood@freescale.com>
20958
20959 commit c3bf1ad7baa1b0dd989dedc260b7098b6089ae05
20960 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
20961 Date:   Thu Jun 12 19:27:58 2008 +0200
20962
20963     mmc: Move atmel_mci driver into drivers/mmc
20964
20965     This makes it easier to use the driver on other platforms.
20966
20967     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
20968     Acked-by: Jean-Chritophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20969
20970 commit d2d54ea449639f3d1a6007e333ab9fcc609a18f0
20971 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
20972 Date:   Thu Jun 12 19:27:57 2008 +0200
20973
20974     avr32: Use CONFIG_ATMEL_MCI to select the atmel_mci driver
20975
20976     After we move the atmel_mci driver into drivers/mmc, we can't select
20977     it with CONFIG_MMC anymore. Introduce a new symbol specifically for
20978     this driver so that there's no ambiguity.
20979
20980     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
20981     Acked-by: Jean-Chritophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20982
20983 commit 5ce13051a48c62bda9723df3b4778c492fb47f36
20984 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
20985 Date:   Thu Jun 12 19:27:56 2008 +0200
20986
20987     Create drivers/mmc subdirectory
20988
20989     In order to consolidate more of the various MMC drivers around the
20990     tree, we must first have a common place to put them.
20991
20992     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
20993     Acked-by: Jean-Chritophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20994
20995 commit b502611b51f02718c2d1117d4981dabceb5af6de
20996 Author: Joakim Tjernlund <joakim.tjernlund@transmode.se>
20997 Date:   Sun Jul 6 12:30:09 2008 +0200
20998
20999     Change env_get_char from a global function ptr to a function
21000
21001     This avoids an early global data reference.
21002
21003     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
21004
21005 commit 27269417ade432189b234d9fbac98b54e37b978c
21006 Author: Matvejchikov Ilya <matvejchikov@gmail.com>
21007 Date:   Sun Jul 6 13:57:58 2008 +0400
21008
21009     Some copy-n-paste fixes in printf usage
21010
21011     Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com>
21012
21013 commit 0e6989b9faf1588e8723535539e88a0df3c71356
21014 Author: Matvejchikov Ilya <matvejchikov@gmail.com>
21015 Date:   Sun Jul 6 13:57:00 2008 +0400
21016
21017     FDT memory and pci node fixes for MPC8260ADS
21018
21019     Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com>
21020
21021 commit dc4b0b38d4aadf08826f6c31270f1eecd27964fd
21022 Author: Andrew Klossner <andrew@cesa.opbu.xerox.com>
21023 Date:   Mon Jul 7 06:41:14 2008 -0700
21024
21025     Fix printf errors.
21026
21027     The compiler will help find mismatches between printf formats and
21028     arguments if you let it.  This patch adds the necessary attributes to
21029     declarations in include/common.h, then begins to correct the resulting
21030     compiler warnings.  Some of these were bugs, e.g., "$d" instead of
21031     "%d" and incorrect arguments.  Others were just annoying, like
21032     int-long mismatches on a system where both are 32 bits.  It's worth
21033     fixing the annoying errors to catch the real ones.
21034
21035     Signed-off-by: Andrew Klossner <andrew@cesa.opbu.xerox.com>
21036
21037 commit 417faf285b2527acb2de24c5cd3e2621d385408c
21038 Author: Becky Bruce <becky.bruce@freescale.com>
21039 Date:   Wed Jul 9 11:09:41 2008 -0500
21040
21041     Allow print_size to print in GB
21042
21043     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
21044
21045 commit e7c374529c87525c9aa463e0557c287887ae4e9e
21046 Author: Jason McMullan <mcmullan@netapp.com>
21047 Date:   Sun Jun 8 23:56:00 2008 -0400
21048
21049     mips: When booting Linux images, add 'ethaddr' and 'eth1addr' to the environment
21050
21051     Add 'ethaddr' and 'eth1addr' to the Linux kernel environment if
21052     they are set in the U-Boot environment.
21053
21054     Signed-off-by: Jason McMullan <mcmullan@netapp.com>
21055     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21056
21057 commit 0192d7d56e9320819dea262f49789ae18fdd2c72
21058 Author: Stefan Roese <sr@denx.de>
21059 Date:   Tue Jul 8 12:57:14 2008 +0200
21060
21061     jedec_flash: Fix AM29DL800BB device ID
21062
21063     As pointed out by Jerry Hicks, this patch corrects the device ID of
21064     the Spansion AM29DL800BB NOR device. Verified against latest Spansion
21065     datasheet (rev C4 from Dezember 2006).
21066
21067     Signed-off-by: Stefan Roese <sr@denx.de>
21068
21069 commit 689c1b30caacba3fbca0b1813facb3ab70b6cd63
21070 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
21071 Date:   Mon Jul 7 11:22:37 2008 +0900
21072
21073     sh: Fix compile error sh7763rdp board
21074
21075     Disable SH ether driver.
21076
21077     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
21078
21079 commit 9e23fe0560b84e324dc5f0ff8813dab2aa34f074
21080 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
21081 Date:   Tue Jul 8 12:03:24 2008 +0900
21082
21083     sh: Fix SH-boards compile error
21084
21085     By Cleanup out-or-tree building for some boards (.depend)
21086     (commit:c8a3b109f07f02342d097b30908965f7261d9f15)
21087     because filse ware changed, some SH-boards have compile error.
21088     I revised this problem.
21089
21090     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
21091
21092 commit 3473ab737282b08ad61841fcbb14c4d264a93a8e
21093 Author: Jason Jin <Jason.jin@freescale.com>
21094 Date:   Tue May 13 11:50:36 2008 +0800
21095
21096     Feed the watchdog in u-boot for 8610 board.
21097
21098     The watchdog on 8610 board is enabled by setting sw[6]
21099     to on. Once enabled, the watchdog can not be disabled
21100     by software. So feed the dog in u-boot is necessary for
21101     normal operation.
21102
21103     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
21104
21105 commit 63676841ca2d603b13765f3f7b72ff1a61c23f90
21106 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
21107 Date:   Wed Jun 18 12:10:33 2008 -0400
21108
21109     Remove duplicate code in cpu/arm926ejs/davinci/lxt972.c.
21110
21111     Remove duplicate code in cpu/arm926ejs/davinci/lxt972.c.
21112
21113     Remove duplicate code in a if/else block in
21114     cpu/arm926ejs/davinci/lxt972.c.
21115     Fixed style issues.
21116
21117     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
21118     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
21119
21120 commit fec61431a003f5778bafa2624073a571af8bec9f
21121 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
21122 Date:   Wed Jun 18 12:10:31 2008 -0400
21123
21124     Remove duplicate definitions in include/lxt971a.h.
21125
21126     Remove duplicate definitions in include/lxt971a.h.
21127
21128     Remove duplicate registers and bits definitions in
21129     include/lxt971a.h for standard MII registers, and
21130     use values in include/miiphy.h instead.
21131
21132     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
21133     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
21134
21135 commit 9751ee0990f467941da0b095a4e995f863672d7a
21136 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
21137 Date:   Wed Jun 11 21:05:00 2008 +0900
21138
21139     net: sh: Renesas SH7763 Ethernet device support
21140
21141     Renesas SH7763 has 2 channel Ethernet device.
21142     This is 10/100/1000 Base support.
21143     But this patch check 10/100 Base only.
21144
21145     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
21146     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
21147
21148 commit 873d97aabc0b1c8822ed1d87e8c5c8ae0a7e4ae9
21149 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
21150 Date:   Tue Jun 17 16:28:05 2008 +0900
21151
21152     sh: Update Renesas R2DPlus board
21153
21154     New NOR Flash board support and remove old type flash board config.
21155     And Remove network setting from config file.
21156
21157     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
21158     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
21159
21160 commit ec39d479d2003f15e86e23ebc4e02a1c9a3a181c
21161 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
21162 Date:   Tue Jun 17 16:28:01 2008 +0900
21163
21164     sh: Update Renesas R7780MP board
21165
21166     New NOR Flash board support and remove network setting from config file.
21167
21168     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
21169     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
21170
21171 commit c001cd604e9f133743effbddb1c215b48e761c5a
21172 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
21173 Date:   Tue Jun 17 16:27:56 2008 +0900
21174
21175     sh: Update Renesas Migo-R board
21176
21177     Remove network setting from config file.
21178
21179     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
21180     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
21181
21182 commit f9599eca7cb5ebe40e5305c8006dced6ecc5cd9e
21183 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
21184 Date:   Tue Jun 17 16:27:52 2008 +0900
21185
21186     sh: Update Hitachi MS7722SE board
21187
21188     Remove network setting from config file.
21189
21190     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
21191     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
21192
21193 commit 26209e48e8791670c93108029a5c31a30016c6df
21194 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
21195 Date:   Tue Jun 17 16:27:48 2008 +0900
21196
21197     sh: Cleanup source code of SH7763RDP
21198
21199     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
21200     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
21201
21202 commit 5cd5b2c96ef0025762931349d350287aec03ab47
21203 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
21204 Date:   Tue Jun 17 16:27:44 2008 +0900
21205
21206     sh: Cleanup source code of R2DPlus
21207
21208     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
21209     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
21210
21211 commit 4ec7e915cfaa31b392755dd2c8231e64736d2ea8
21212 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
21213 Date:   Tue Jun 17 16:27:41 2008 +0900
21214
21215     sh: Cleanup source code of R7780MP
21216
21217     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
21218     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
21219
21220 commit 0955ef34c0454ae2ee59a78657a0f01fb3ef16d6
21221 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
21222 Date:   Tue Jun 17 16:27:38 2008 +0900
21223
21224     sh: Cleanup source code of MS7722SE
21225
21226     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
21227     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
21228
21229 commit 1d7b31d97b34ccb6f9b20a2465864998b0bf2691
21230 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
21231 Date:   Tue Jun 17 16:27:34 2008 +0900
21232
21233     sh: Cleanup source code of MS7720SE
21234
21235     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
21236     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
21237
21238 commit 3ab4827cbe409488ebea1a2ee5094783f2672214
21239 Author: Wolfgang Denk <wd@denx.de>
21240 Date:   Mon Jul 7 00:45:03 2008 +0200
21241
21242     SH: fix out of tree building
21243
21244     Signed-off-by: Wolfgang Denk <wd@denx.de>
21245
21246 commit 9047bfa1e737d787be460387dd6f45737eeceb10
21247 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
21248 Date:   Thu Jul 3 23:16:06 2008 +0900
21249
21250     net: smc911x: Fix typo
21251
21252     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
21253
21254 commit 5ed546fdd0ca46a165661c2009fa743d9c9fceca
21255 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
21256 Date:   Wed Jul 2 18:54:08 2008 +0200
21257
21258     update mvBL-M7 board config
21259
21260     update mvBL-M7 config file to use UBOOT_VERSION and define
21261     CONFIG_HIGH_BATS.
21262
21263     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
21264
21265 commit 5cacc5d0ec52678a5eb83ecda5c3bcb22eb47f30
21266 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
21267 Date:   Mon Jun 30 17:45:01 2008 +0900
21268
21269     net: fix compile problem in smc911x driver.
21270
21271     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
21272     Acked-by: Ben Warren <biggerbadderben@gmail.com>
21273
21274 commit 9fea65a6c469b1b474b27446feb58738baba2d31
21275 Author: Michal Simek <monstr@monstr.eu>
21276 Date:   Tue Jun 24 09:54:09 2008 +0200
21277
21278     ppc4xx: Rename CONFIG_XILINX_ML300 to CONFIG_XILINX_405
21279
21280     This change helps with better handling with others
21281     Xilinx based platform.
21282
21283     Signed-off-by: Michal Simek <monstr@monstr.eu>
21284     Acked-by: Stefan Roese <sr@denx.de>
21285
21286 commit cbb6289569ae4fc6e2d676528e46ffcc72d743d0
21287 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
21288 Date:   Tue Jun 17 13:07:11 2008 +0900
21289
21290     net: ne2000: Move dev_addr variable from grobal to local.
21291
21292     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
21293     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
21294
21295 commit dd7e5fa5f847188f78f62f2c52de6cb3def3ecdb
21296 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
21297 Date:   Tue Jun 17 13:07:15 2008 +0900
21298
21299     net: ne2000: Fix compile error of NE2000
21300
21301     If enable DEBUG, can not compile ne2000 driver.
21302
21303     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
21304     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
21305
21306 commit dd35479a50f6c7c31ea491c07c5200c6dfd06a24
21307 Author: Ben Warren <biggerbadderben@gmail.com>
21308 Date:   Mon Jun 23 22:57:27 2008 -0700
21309
21310     Add mechanisms for CPU and board-specific Ethernet initialization
21311
21312     This patch is the first step in cleaning up net/eth.c, by moving Ethernet
21313     initialization to CPU or board-specific code.  Initial implementation is
21314     only on the Freescale TSEC controller, but others will be added soon.
21315
21316     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
21317
21318 commit 7754f2be5d1835d263aad21b5a629526f3e680b0
21319 Author: Wolfgang Denk <wd@denx.de>
21320 Date:   Sun Jul 6 01:21:46 2008 +0200
21321
21322     include/sha256.h: fix file permissions.
21323
21324     Signed-off-by: Wolfgang Denk <wd@denx.de>
21325
21326 commit d3bcdf838e2991d58571308fa6e04ca335bc06e8
21327 Author: Patrice Vilchez <patrice.vilchez@atmel.com>
21328 Date:   Tue May 27 11:15:29 2008 +0200
21329
21330     [AT91SAM9] Fix NAND FLASH timings
21331
21332     Fix NAND FLASH timings for at91sam9x evaluation kits.
21333
21334     New timings are based on application note
21335     "NAND Flash Support on AT91SAM9 Microcontrollers" available at
21336     http://atmel.com/dyn/resources/prod_documents/doc6255.pdf
21337
21338     Signed-off-by: Patrice Vilchez <patice.vilchez@atmel.com>
21339     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21340     Acked-by: Stelian Pop <stelian@popies.net>
21341
21342 commit 19bd688484322fe62d1a66c8299da6ff9e967ff9
21343 Author: Stelian Pop <stelian@popies.net>
21344 Date:   Thu May 22 00:15:40 2008 +0200
21345
21346     Fix boot from NOR due to incorrect reset delay.
21347
21348     AT91 RSTC registers are battery-backuped, so their values
21349     are not reset across power cycles. One of those registers,
21350     the AT91_RSTC_MR register, is being modified by U-Boot, in
21351     the ethernet initialisation routine, to generate a 500ms
21352     user reset.
21353
21354     Unfortunately, this value is not being restored afterwards,
21355     causing subsequent resets to also last for 500ms.
21356
21357     This long reset sequence causes problems (at least) in the
21358     boot sequence from NOR: by the time the CPU tries to load
21359     a program from the NOR flash, the latter is still in reset
21360     and not yet available.
21361
21362     Additionaly, this patch fixes a bug in the original code which
21363     caused the reset delay to last for 2s instead of 500ms.
21364
21365     Signed-off-by: Stelian Pop <stelian@popies.net>
21366     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21367
21368 commit f492dd636fbbae529e17533995bc6e5813c007f6
21369 Author: Wolfgang Denk <wd@denx.de>
21370 Date:   Fri Jul 4 20:11:49 2008 +0200
21371
21372     Update CHANGELOG
21373
21374     Signed-off-by: Wolfgang Denk <wd@denx.de>
21375
21376 commit 5e6e350fc489aa19402f1e79037dd8c0a4bbd73d
21377 Author: Wolfgang Denk <wd@denx.de>
21378 Date:   Fri Jul 4 20:07:35 2008 +0200
21379
21380     CCM/SCM boards: fix out of tree building
21381
21382     Signed-off-by: Wolfgang Denk <wd@denx.de>
21383
21384 commit ab4c3a490df9a964711556d2a05b0c787db45fde
21385 Author: Wolfgang Denk <wd@denx.de>
21386 Date:   Thu Jul 3 23:22:27 2008 +0200
21387
21388     SCM board: fix build errors.
21389
21390     Signed-off-by: Wolfgang Denk <wd@denx.de>
21391
21392 commit a566466f17ba0e2d2b6c250e77da678fb932470d
21393 Author: Wolfgang Denk <wd@denx.de>
21394 Date:   Thu Jul 3 23:06:36 2008 +0200
21395
21396     IAD210 board: fix ``"ALIGN" redefined'' warning.
21397
21398     Signed-off-by: Wolfgang Denk <wd@denx.de>
21399
21400 commit ad756314797c16fa5dca23e115aab881011f164f
21401 Author: Wolfgang Denk <wd@denx.de>
21402 Date:   Thu Jul 3 23:00:24 2008 +0200
21403
21404     CCM board: fix build errors.
21405
21406     Signed-off-by: Wolfgang Denk <wd@denx.de>
21407
21408 commit f16ed51702cb9fb6fa2e019bbc0fcd1466b57c3b
21409 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
21410 Date:   Wed Jul 2 18:54:08 2008 +0200
21411
21412     update mvBL-M7 board config
21413
21414     update mvBL-M7 config file to use UBOOT_VERSION.
21415
21416     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
21417     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
21418
21419 commit ced209c50e80c25f13c083099b05044048d21f4f
21420 Author: Wolfgang Denk <wd@denx.de>
21421 Date:   Thu Jul 3 22:39:21 2008 +0200
21422
21423     sacsng board: fix warnings "suggest explicit braces to avoid ambiguous 'else'"
21424
21425     Signed-off-by: Wolfgang Denk <wd@denx.de>
21426
21427 commit 4ff170a8180a79da4cdaab1b30d58cd7b6be565e
21428 Author: Wolfgang Denk <wd@denx.de>
21429 Date:   Thu Jul 3 22:34:08 2008 +0200
21430
21431     Cleanup: fix "expected specifier-qualifier-list before 'phys_size_t'" errors
21432
21433     Signed-off-by: Wolfgang Denk <wd@denx.de>
21434
21435 commit 730f298485984b011b6ee8f4acb511cb45a843dd
21436 Author: Wolfgang Denk <wd@denx.de>
21437 Date:   Thu Jul 3 22:04:17 2008 +0200
21438
21439     lmb: fix "implicit declaration of function 'lmb_free'" warning
21440
21441     Signed-off-by: Wolfgang Denk <wd@denx.de>
21442
21443 commit 322ef5e28d2dc62571afc699b00add22a8e006e4
21444 Author: Wolfgang Denk <wd@denx.de>
21445 Date:   Wed Jul 2 23:53:23 2008 +0200
21446
21447     Cleanup: remove redundant deleting on *~ files
21448
21449     Signed-off-by: Wolfgang Denk <wd@denx.de>
21450
21451 commit c8a3b109f07f02342d097b30908965f7261d9f15
21452 Author: Wolfgang Denk <wd@denx.de>
21453 Date:   Wed Jul 2 23:49:18 2008 +0200
21454
21455     Cleanup out-or-tree building for some boards (.depend)
21456
21457     Signed-off-by: Wolfgang Denk <wd@denx.de>
21458
21459 commit a30cc5a340e7f8f5f85a0e08e7f6c4106ce117c4
21460 Author: Wolfgang Denk <wd@denx.de>
21461 Date:   Wed Jul 2 23:38:50 2008 +0200
21462
21463     Cleanup: fix out-of-tree building for some boards
21464
21465     Signed-off-by: Wolfgang Denk <wd@denx.de>
21466
21467 commit 461fa68d20861811487944d22291db5a13410e20
21468 Author: Wolfgang Denk <wd@denx.de>
21469 Date:   Wed Jul 2 23:00:14 2008 +0200
21470
21471     Cleanup: replace hard-wired $(AR) 'crv' settings by $(ARFLAGS)
21472
21473     Signed-off-by: Wolfgang Denk <wd@denx.de>
21474
21475 commit 5981ebd32017e062b08aa6747cf591276f2db779
21476 Author: Detlev Zundel <dzu@denx.de>
21477 Date:   Fri Jun 20 22:26:24 2008 +0200
21478
21479     fdt: Fix typo in variable name.
21480
21481     Signed-off-by: Detlev Zundel <dzu@denx.de>
21482
21483 commit a7a5982cd0f3482f88225af4da7795bc4f6cb9bc
21484 Author: Gary Jennejohn <garyj@denx.de>
21485 Date:   Thu Jun 19 11:11:19 2008 +0200
21486
21487     Add logos for RRvision board
21488
21489     Signed-off-by: Gary Jennejohn <garyj@denx.de>
21490
21491 commit ee4ae38342142237ca85913f88ee570c1eb5ca7c
21492 Author: Esben Haabendal <EsbenHaabendal@gmail.com>
21493 Date:   Wed Jun 18 11:03:57 2008 +0200
21494
21495     mpc8260: add fdt_fixup_ethernet support
21496
21497     Add support for updating mac-address and local-mac-address in fdt for
21498     all MPC8260 targets.
21499
21500     Signed-off-by: Esben Haabendal <eha@doredevelopment.dk>
21501
21502 commit f6a69559d64498a04e1e0b087a9b920e5775f866
21503 Author: Steven A. Falco <sfalco@harris.com>
21504 Date:   Thu Jun 12 13:24:42 2008 -0400
21505
21506     cmd_nvedit.c: clean up syntax highlighting
21507
21508     My text-editor (vim) has a bit of trouble syntax-highlighting the
21509     cmd_nvedit.c file, because it apparently does not parse C
21510     ifdef/else/endif. The following patch does not change the behavior of
21511     the code at all, but does allow the editor to properly
21512     syntax-highlight the file.
21513
21514     Signed-off-by: Steve Falco <sfalco@harris.com>
21515
21516 commit 75678c807a6272ecc5541eb32898c93887f08400
21517 Author: Steven A. Falco <sfalco@harris.com>
21518 Date:   Thu Jun 12 13:22:12 2008 -0400
21519
21520     Make setenv() return status
21521
21522     Currently, the setenv function does not return an error code.
21523     This patch allows to test for errors.
21524
21525     Signed-off-by: Steve Falco <sfalco@harris.com>
21526
21527 commit 4928e97c8531283ca9b368b7c29a8a12e726562a
21528 Author: Kumar Gala <galak@kernel.crashing.org>
21529 Date:   Wed Jun 11 10:14:06 2008 -0500
21530
21531     PPC: Added fls, fls64, __ilog2_u64, and ffs64 to bitops
21532
21533     fls64, __ilog2_u64, ffs64 are variants that work on an u64,
21534     and fls is used to implement them.
21535
21536     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21537
21538 commit 83002a77cbdf383015ca384eff5fa31722d8e571
21539 Author: Magnus Lilja <lilja.magnus@gmail.com>
21540 Date:   Mon Jun 9 22:58:48 2008 +0200
21541
21542     i.MX31: Cleanup comments in lowlevel_init.S.
21543
21544     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
21545
21546 commit f8cc312bbee69257d741dc9f4062f4a0f5adf609
21547 Author: Ben Warren <biggerbadderben@gmail.com>
21548 Date:   Sun Jun 8 23:28:33 2008 -0700
21549
21550     Move conditional compilation of MPC8XXX SPI driver to Makefile
21551
21552     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
21553
21554 commit d92ea21bafb674ee2bf27447970b047845e7b0a2
21555 Author: Juergen Kilb <J.Kilb@gmx.de>
21556 Date:   Sun Jun 8 17:59:53 2008 +0200
21557
21558     i.MX31: fixed CTRL-C detection
21559
21560     The Register URXD contains status information in bits [15..8].
21561     With status bit 15 set, CTRL-C was reported as 0x8003 instead
21562     of 0x03. Therefore CTRL-C was not detected.
21563     To solve this, bits [15..8] were masked out now.
21564
21565     Signed-off-by: Juergen Kilb <J.Kilb@gmx.de>
21566     Acked-by: Felix Radensky <felix@embedded-sol.com>
21567
21568 commit dd1c5523d6f44e842e69f2fcb50788c6060eab86
21569 Author: Stefan Roese <sr@denx.de>
21570 Date:   Tue Jul 1 17:03:19 2008 +0200
21571
21572     ppc4xx: Fix 460EX/GT PCIe port initialization
21573
21574     This patch fixes a bug where the 460EX/GT PCIe UTLSET1 register was
21575     configured incorrectly. Thanks to Olga Buchonina from AMCC for pointing
21576     this out.
21577
21578     Signed-off-by: Stefan Roese <sr@denx.de>
21579
21580 commit b571afde0295b007a45055ee49f8822c753a5651
21581 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21582 Date:   Sat Jun 7 12:29:52 2008 +0200
21583
21584     add SHA256 support
21585
21586     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21587     Signed-off-by: Francesco Albanese <Francesco.Albanese@swisscom.com>
21588
21589 commit 3bab76a26e03df4ff81342fcc16393ce37d9766b
21590 Author: Marian Balakowicz <m8@semihalf.com>
21591 Date:   Fri Jun 6 23:07:40 2008 +0200
21592
21593     Delay FIT format check on sector based devices
21594
21595     Global FIT image operations like format check cannot be performed on
21596     a first sector data, defer them to the point when whole FIT image was
21597     uploaded to a system RAM.
21598
21599     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
21600     Partial ('cmd_nand' case) Acked-by: Grant Erickson <gerickson@nuovations.com>
21601     NAND and DOC bits Acked-by: Scott Wood <scottwood@freescale.com>
21602
21603 commit 9810263afec5ac5f38f92963bb3b6d799e4331d0
21604 Author: Dave Liu <r63238@freescale.com>
21605 Date:   Tue Jun 3 17:38:19 2008 +0800
21606
21607     sata: wait for device updating signature to host
21608
21609     The driver need wait for the device updating signature to host.
21610     If we don't wait for it, the driver can not detect the device(disk)
21611     when the system powers up.
21612
21613     Signed-off-by: Dave Liu <daveliu@freescale.com>
21614
21615 commit 745d8a0d3cea82e6d1753e14afb4588c34761b15
21616 Author: Stefan Roese <sr@denx.de>
21617 Date:   Sat Jun 28 14:56:17 2008 +0200
21618
21619     ppc4xx: Fix 460EX errata with CPU lockup upon high AHB traffic
21620
21621     This patch implements a fix provided by AMCC so that the lockup upon
21622     simultanious traffic on AHB USB OTG, USB 2.0 and SATA doesn't occur
21623     anymore:
21624
21625     Set SDR0_AHB_CFG[A2P_INCR4] (bit 24) and clear SDR0_AHB_CFG[A2P_PROT2]
21626     (bit 25) for a new 460EX errata regarding concurrent use of AHB USB OTG,
21627     USB 2.0 host and SATA.
21628
21629     This errata is not officially available yet. I'll update the comment
21630     to add the errata number later.
21631
21632     Signed-off-by: Stefan Roese <sr@denx.de>
21633
21634 commit 8b616edb118e37d05f6401389eaee1c636b22828
21635 Author: Stuart Wood <stuart.wood@labxtechnologies.com>
21636 Date:   Mon Jun 2 16:42:19 2008 -0400
21637
21638     serial_pl010.c: add watchdog support
21639
21640     Signed-off-by: Stuart Wood <stuart.wood@labxtechnologies.com>
21641
21642 commit 86d3273e2b7be3fffb45e20c08535d6ad3aded6b
21643 Author: Stuart Wood <stuart.wood@labxtechnologies.com>
21644 Date:   Mon Jun 2 16:40:08 2008 -0400
21645
21646     jffs2_1pass.c: add watchdog support
21647
21648     Signed-off-by: Stuart Wood <stuart.wood@labxtechnologies.com>
21649
21650 commit 5744ddc6637fea4f7b911a54a5fa860cb81a5d89
21651 Author: Sascha Laue <sascha.laue@liebherr.com>
21652 Date:   Fri May 30 09:48:14 2008 +0200
21653
21654     Configure DSP POST; add watchdog reset to diag command
21655
21656     Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
21657
21658 commit f13526517859bf6b573e23ff47199e107d1009b5
21659 Author: Tor Krill <tor@excito.com>
21660 Date:   Thu May 29 10:40:17 2008 +0200
21661
21662     Add sata sil3114 support
21663
21664     Signed-off-by: Tor Krill <tor@excito.com>
21665
21666 commit e093a247628228100f405b6d7f6b1bfc16141938
21667 Author: Wolfgang Denk <wd@denx.de>
21668 Date:   Sat Jun 28 23:34:37 2008 +0200
21669
21670     Coding Style Cleanup
21671
21672     Signed-off-by: Wolfgang Denk <wd@denx.de>
21673
21674 commit 01db232dd7a0ceb81208a9f2545720c80e5bfd83
21675 Author: Wolfgang Denk <wd@denx.de>
21676 Date:   Sat Jun 28 23:16:01 2008 +0200
21677
21678     Update CHANGELOG
21679
21680     Signed-off-by: Wolfgang Denk <wd@denx.de>
21681
21682 commit c7f879ec2b389c4f2bf726b293bd516f4c692e03
21683 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
21684 Date:   Wed May 21 13:58:41 2008 -0400
21685
21686     ARM: Add support for Lyrtech SFF-SDR board (ARM926EJS)
21687
21688     This patch adds support for the Lyrtech SFF-SDR board,
21689     based on the TI DaVinci architecture (ARM926EJS).
21690
21691     Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
21692     Signed-off-by: Philip Balister <philip@balister.org>
21693     Signed-off-by: Wolfgang Denk <wd@denx.de>
21694
21695 commit 341188b9ccaa8d4462d772cc067aca8d7618633a
21696 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
21697 Date:   Thu May 22 11:09:59 2008 +0200
21698
21699     MMC: Consolidate MMC/SD command definitions
21700
21701     This moves the MMC and SD Card command definitions from
21702     include/asm/arch/mmc.h into include/mmc.h. These definitions are
21703     given by the MMC and SD Card standards, not by any particular
21704     architecture.
21705
21706     There's a lot more room for consolidation in the MMC drivers which
21707     I'm hoping to get done eventually, but this patch is a start.
21708
21709     Compile-tested for all avr32 boards as well as lpc2292sodimm and
21710     lubbock. This should cover all three mmc drivers in the tree.
21711
21712     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
21713
21714 commit fa60edfc4c952626e048c0e065f654b3c1822fa5
21715 Author: Kyungmin Park <kmpark@infradead.org>
21716 Date:   Wed May 21 14:38:08 2008 +0900
21717
21718     Use better Ethernet timings for apollon board
21719
21720     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
21721
21722 commit 41c5eaa7253ed82bbae1eda5667755872c615164
21723 Author: Andy Fleming <afleming@freescale.com>
21724 Date:   Mon Jun 16 13:58:56 2008 -0500
21725
21726     Resize device tree to allow space for board changes and the chosen node
21727
21728     Current code requires that a compiled device tree have space added to the end to
21729     leave room for extra nodes added by board code (and the chosen node).  This
21730     requires that device tree creators anticipate how much space U-Boot will add to
21731     the tree, which is absurd.  Ideally, the code would resize and/or relocate the
21732     tree when it needed more space, but this would require a systemic change to the
21733     fdt code, which is non-trivial.  Instead, we resize the tree inside
21734     boot_relocate_fdt, reserving either the remainder of the bootmap (in the case
21735     where the fdt is inside the bootmap), or adding CFG_FDT_PAD bytes to the size.
21736
21737     Signed-off-by: Andy Fleming <afleming@freescale.com>
21738
21739 commit 7570a9941fc565922078679a72d246fe208d696d
21740 Author: Andy Fleming <afleming@freescale.com>
21741 Date:   Mon Jun 16 13:58:55 2008 -0500
21742
21743     Fix an underflow bug in __lmb_alloc_base
21744
21745     __lmb_alloc_base can underflow if it fails to find free space.  This was fixed
21746     in linux with commit d9024df02ffe74d723d97d552f86de3b34beb8cc.  This patch
21747     merely updates __lmb_alloc_base to resemble the current version in Linux.
21748
21749     Signed-off-by: Andy Fleming <afleming@freescale.com>
21750
21751 commit 63796c4e61b207d2e635729d41b7a7f7d188b03c
21752 Author: Andy Fleming <afleming@freescale.com>
21753 Date:   Mon Jun 16 13:58:54 2008 -0500
21754
21755     Add lmb_free
21756
21757     lmb_free allows us to unreserve some memory so we can use lmb_alloc_base or
21758     lmb_reserve to temporarily reserve some memory.
21759
21760     Signed-off-by: Andy Fleming <afleming@freescale.com>
21761
21762 commit 4b03ac8b5102ad95f9fede7d13fa236977593e7d
21763 Author: Andy Fleming <afleming@freescale.com>
21764 Date:   Mon Jun 16 13:58:53 2008 -0500
21765
21766     Add ALIGN() macro
21767
21768     ALIGN() returns the smallest aligned value greater than the passed
21769     in address or size.  Taken from Linux.
21770
21771     Signed-off-by: Andy Fleming <afleming@freescale.com>
21772
21773 commit 93262af85e3e9d9974c6c08fbd37a9a72e090ca2
21774 Author: Stefan Roese <sr@denx.de>
21775 Date:   Tue Jun 24 17:15:22 2008 +0200
21776
21777     ppc4xx: Fix compilation problems with phys_size_t
21778
21779     This patch includes <asm/types.h> before <asm/u-boot.h> in some 4xx
21780     board specific files where it has been missing.
21781
21782     Signed-off-by: Stefan Roese <sr@denx.de>
21783
21784 commit 28eab0d77352b84885f938759bf2612b7bf0bc44
21785 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
21786 Date:   Mon May 19 12:26:38 2008 +0200
21787
21788     Conditionally add -fno-stack-protector to CFLAGS
21789
21790     When compile-testing on powerpc, I get errors like this:
21791
21792     net/nfs.c:422: undefined reference to `__stack_chk_fail_local'
21793
21794     This seems to be because -fstack-protector is on by default, so
21795     let's explicitly disable it on all architectures that support the
21796     option.
21797
21798     The Ubuntu toolchain is affected by this problem, and according to
21799     Mike Frysinger, Gentoo has been running with SSP enabled for years.
21800     More and more distros are turning SSP on by default, so this problem
21801     is likely to get worse in the future.
21802
21803     Also, powerpc just happens to be one of the arches I do
21804     compile-testing on. There may be other arches affected by this too.
21805
21806     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
21807
21808 commit dfd3be881c03a26e31f0dea4a42e76061fa610ac
21809 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21810 Date:   Sun May 18 19:09:52 2008 +0200
21811
21812     pcmcia/ti_pci1410a: Move compile condition to the Makefile
21813
21814     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21815
21816 commit 72d5d5f7b5c74a188df238ec6dd824d80c74857a
21817 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21818 Date:   Sun May 18 19:09:51 2008 +0200
21819
21820     pxa_pcmcia: Move compile condition to the Makefile
21821
21822     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21823
21824 commit c9eff32881fb429101c937cf8c268f1d42e5c2a9
21825 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21826 Date:   Sun May 18 19:09:50 2008 +0200
21827
21828     marabun_pcmcia: Move compile condition to the Makefile
21829
21830     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21831
21832 commit 6a19c46cae43c16c528eddefae3db97134f1915d
21833 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
21834 Date:   Mon Jun 23 13:25:34 2008 +0200
21835
21836     fix non-working mvBL-M7
21837
21838     Add missing #define CONFIG_HIGH_BATS in mvBL-M7 board config file.
21839
21840     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
21841     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
21842
21843 commit 846f1574ddddeda2bc227655e687308695f41cdc
21844 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
21845 Date:   Mon Jun 23 11:40:56 2008 +0200
21846
21847     fix system config overwrite @ MPC834x and MPC8313
21848
21849     During 83xx setup the "System I/O configuration register high" gets
21850     overwritten with user defined value if CFG_SICRH is defined.
21851
21852     Regarding to the MPC834x manual (Table 5-28 reve.1) bits 28+29 of SICRH
21853     must keep their reset value regardless of configuration.
21854
21855     On my board (using RGMII) those bits are set after reset - yet it's
21856     unclear where they come from.
21857
21858     The patch keeps both bits on MPC834x and MPC8313.
21859
21860     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
21861     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
21862
21863 commit 4890246a2c5df90a74e2941e3673a49bbd36aee9
21864 Author: Kim Phillips <kim.phillips@freescale.com>
21865 Date:   Tue Jun 17 17:45:27 2008 -0500
21866
21867     mpc83xx: move CPU_TYPE_ENTRY over to processor.h
21868
21869     to avoid this:
21870
21871     cpu.c:47:1: warning: "CPU_TYPE_ENTRY" redefined
21872     In file included from cpu.c:33:
21873     /home/kim/git/u-boot/include/asm/processor.h:982:1: warning: this is the location of the previous definition
21874
21875     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
21876
21877 commit aac7a5095b968d6c9a3e6422f31b4ad203cac9c8
21878 Author: Stefan Roese <sr@denx.de>
21879 Date:   Mon Jun 23 11:15:09 2008 +0200
21880
21881     ppc4xx: Fix problem in gpio_config()
21882
21883     As pointed out by Guennadi Liakhovetski (thanks), pin2 is already shifted
21884     left by one. So the additional shift is bogus.
21885
21886     Signed-off-by: Stefan Roese <sr@denx.de>
21887
21888 commit 40777812316fc252c941665c0f60c148fd79d50f
21889 Author: Detlev Zundel <dzu@denx.de>
21890 Date:   Fri Jun 20 22:24:05 2008 +0200
21891
21892     fdt: Fix typo in variable name.
21893
21894     Signed-off-by: Detlev Zundel <dzu@denx.de>
21895
21896 commit 5f723a3b98c630bde33de74351f2121691fdef14
21897 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
21898 Date:   Fri Jun 20 10:41:05 2008 +0200
21899
21900     avr32: Enable SPI flash support on ATNGW100
21901
21902     The ATNGW100 has 8MB DataFlash on board. Give users access to it through
21903     the new SPI flash framework.
21904
21905     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
21906
21907 commit 5605ef6b5802921cbefe6a933a9dea3497396b5c
21908 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
21909 Date:   Fri Jun 20 12:44:28 2008 +0200
21910
21911     avr32: Fix SPI portmux initialization
21912
21913     Use the new GPIO manipulation functions to set up the chip select lines,
21914     and make sure both busses use GPIO for chip select control.
21915
21916     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
21917
21918 commit 4688f9e34a87e825aed34d07c9ca7a273e6fc8ab
21919 Author: Peter Ma <pma@mediamatech.com>
21920 Date:   Sun Jun 1 22:59:24 2008 -0700
21921
21922     avr32: Add GPIO manipulation functions
21923
21924     Adds GPIO manipulation functions for AVR32 AP7 platform.
21925
21926     Signed-off-by: Peter Ma <pma@mediamatech.com>
21927     [haavard.skinnemoen@atmel.com: coding style fixup, slight simplification]
21928     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
21929
21930 commit b4fe1a71090c73efc6e4188eed188b2ff67fc02a
21931 Author: Wolfgang Grandegger <wg@grandegger.com>
21932 Date:   Thu Jun 5 13:02:30 2008 +0200
21933
21934     MPC8360ERDK: adapt NAND interface for the re-written FSL NAND UPM driver
21935
21936     This patch is based on the following patch sent a few minutes ago:
21937     "NAND FSL UPM: driver re-write using the hwcontrol callback"
21938     It is untested, of course. Anton, could you please give it a try.
21939
21940     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
21941     Acked-by: Anton Vorontsov <avorontsov@ru.mvista.com>
21942
21943 commit 96026d42fa4e646d28318c0a1438aac4b2017909
21944 Author: Anatolij Gustschin <agust@denx.de>
21945 Date:   Thu Jun 12 12:40:11 2008 +0200
21946
21947     Fix 4xx build issue
21948
21949     Building for 4xx doesn't work since commit 4dbdb768:
21950
21951     In file included from 4xx_pcie.c:28:
21952     include/asm/processor.h:971: error: expected ')' before 'ver'
21953     make[1]: *** [4xx_pcie.o] Error 1
21954
21955     This patch fixes the problem.
21956
21957     Signed-off-by: Anatolij Gustschin <agust@denx.de>
21958     Acked-by: Stefan Roese <sr@denx.de>
21959     Acked-by: Kumar Gala <galak@kernel.crashing.org>
21960
21961 commit a036b0443657fe0f4773786de9092251869f08ac
21962 Author: Kumar Gala <galak@kernel.crashing.org>
21963 Date:   Thu Jun 19 01:45:50 2008 -0500
21964
21965     MPC8610HPCD: Report board id, board version and fpga version.
21966
21967     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21968
21969 commit 7de8c21f14df9c20fdcf6027aec8e8545f75f835
21970 Author: Kumar Gala <galak@kernel.crashing.org>
21971 Date:   Thu Jun 19 01:45:27 2008 -0500
21972
21973     MPC8641HPCN: Report board id, board version and fpga version.
21974
21975     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21976
21977 commit fb8c061ea05fc68d37e2a8b9f8c949d76c8d71a8
21978 Author: Stefan Roese <sr@denx.de>
21979 Date:   Mon Jun 16 10:40:02 2008 +0200
21980
21981     cfi-flash: Fix problem in flash_toggle(), busy was not detected reliably
21982
21983     This patch simplifies flash_toggle() (AMD commandset), which is used to
21984     detect if a FLASH device is still busy with erase/program operations. On
21985     800MHz Canyonlands/Glacier boards (460EX/GT) the current implementation
21986     did not detect the busy state reliably, resulting in non erased sectors
21987     etc. This patch now simplifies this function by "just" comparing the
21988     complete data-word instead of ANDing it with the command-word (0x40)
21989     before the compatison. It is done the same way in the Linux implementation
21990     chip_ready() in cfi_cmdset_0002.c.
21991
21992     Signed-off-by: Stefan Roese <sr@denx.de>
21993
21994 commit 9e4006bca3d9fb4a2d061996771036cb01e539d3
21995 Author: Philip Balister <philip@balister.org>
21996 Date:   Mon Jun 16 08:58:07 2008 -0400
21997
21998     NAND: Add missing declaration to non-redundant saveenv().
21999
22000     Signed-off-by: Scott Wood <scottwood@freescale.com>
22001
22002 commit 2cdb7f50ac59594540fffdf8dbd7b12beac79c52
22003 Author: Wolfgang Grandegger <wg@grandegger.com>
22004 Date:   Mon Jun 2 15:09:55 2008 +0200
22005
22006     MPC8360ERDK: adapt NAND interface for the re-written FSL NAND UPM driver
22007
22008     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
22009     Acked-by: Anton Vorontsov <avorontsov@ru.mvista.com>
22010     Signed-off-by: Scott Wood <scottwood@freescale.com>
22011
22012 commit 212ed90615c3d20fa6bd73d70d5153bd0d124e5f
22013 Author: Stefan Roese <sr@denx.de>
22014 Date:   Tue Jun 10 15:34:11 2008 +0200
22015
22016     ppc4xx: Canyonlands: Disable the RTC M41T62 square wave output
22017
22018     This patch disables the square wave output of the M41T62 RTC used on
22019     Canyonlands & Glacier. Here the explanation:
22020
22021     The serial real-time clock part used in the design is an
22022     STMicro M41T62. This part has a full-time 32KHz square wave
22023     output that is connected to the TmrClk input to the
22024     processor. The default state for this square wave output is
22025     enabled so the output runs continuously when the board is
22026     powered normally and also from the battery. The TmrClk input
22027     to the processor goes to ground when the power is removed
22028     from the board/processor, and therefore the running square
22029     wave output is driving ground which drains the battery quickly.
22030
22031     Signed-off-by: Stefan Roese <sr@denx.de>
22032
22033 commit a94f22f08f280905926219e568568964cb9eeb9d
22034 Author: Andy Fleming <afleming@freescale.com>
22035 Date:   Wed Jun 11 18:10:20 2008 -0500
22036
22037     Fix build issue with string.h and linux/string.h
22038
22039     This commit:
22040     commit 338cc038461a6c7709c5b86fd9a240209338a1ae
22041     Author: Wolfgang Denk <wd@denx.de>
22042     Date:   Fri Jun 6 14:28:14 2008 +0200
22043
22044         tools/mkimage: fix compiler warnings on some systems.
22045
22046     Broke building on some systems, because the host's string.h was interfering
22047     with u-boot's linux/string.h.  It doesn't look like we need the u-boot one if
22048     we're building for the host, so now we only include when building inside
22049     u-boot.
22050
22051     Signed-off-by: Andy Fleming <afleming@freescale.com>
22052
22053 commit 9973e3c614721bbf169882ffc3be266a6611cd60
22054 Author: Becky Bruce <becky.bruce@freescale.com>
22055 Date:   Mon Jun 9 16:03:40 2008 -0500
22056
22057     Change initdram() return type to phys_size_t
22058
22059     This patch changes the return type of initdram() from long int to phys_size_t.
22060     This is required for a couple of reasons: long int limits the amount of dram
22061     to 2GB, and u-boot in general is moving over to phys_size_t to represent the
22062     size of physical memory.  phys_size_t is defined as an unsigned long on almost
22063     all current platforms.
22064
22065     This patch *only* changes the return type of the initdram function (in
22066     include/common.h, as well as in each board's implementation of initdram).  It
22067     does not actually modify the code inside the function on any of the platforms;
22068     platforms which wish to support more than 2GB of DRAM will need to modify
22069     their initdram() function code.
22070
22071     Build tested with MAKEALL for ppc, arm, mips, mips-el. Booted on powerpc
22072     MPC8641HPCN.
22073
22074     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
22075
22076 commit 391fd93ab23e15ab3dd58a54f5b609024009c378
22077 Author: Becky Bruce <becky.bruce@freescale.com>
22078 Date:   Mon Jun 9 20:37:18 2008 -0500
22079
22080     Change lmb to use phys_size_t/phys_addr_t
22081
22082     This updates the lmb code to use phys_size_t
22083     and phys_addr_t instead of unsigned long.  Other code
22084     which interacts with this code, like getenv_bootm_size()
22085     is also updated.
22086
22087     Booted on MPC8641HPCN, build-tested ppc, arm, mips.
22088
22089     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
22090
22091 commit 61b09fc2952dc636017df4e7970e3de132276ba1
22092 Author: Becky Bruce <becky.bruce@freescale.com>
22093 Date:   Mon Jun 9 20:37:17 2008 -0500
22094
22095     Change print_size to take phys_size_t
22096
22097     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
22098
22099 commit b57ca3e128cc10a133ba79bc7ec3e7b50e7c8fbe
22100 Author: Becky Bruce <becky.bruce@freescale.com>
22101 Date:   Mon Jun 9 20:37:16 2008 -0500
22102
22103     Change bd/gd memsize/ram_size to be phys_size_t.
22104
22105     Currently, both are defined as an unsigned long, but
22106     should be phys_size_t. This should result in no real change,
22107     since phys_size_t is currently an unsigned long for all the
22108     default configs.  Also add print_lnum to cmd_bdinfo to deal
22109     with the potentially wider memsize.
22110
22111     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
22112
22113 commit ba04f7010958e88a8910f2a123fee53fdc72e013
22114 Author: Kumar Gala <galak@kernel.crashing.org>
22115 Date:   Tue Jun 10 16:16:02 2008 -0500
22116
22117     FSL LAW: Add new interface to use the last free LAW
22118
22119     LAWs have the concept of priority so its useful to be able to allocate
22120     the lowest (highest number) priority.  We will end up using this with the
22121     new DDR code.
22122
22123     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
22124
22125 commit 859a86a25c569d3665ff413d1d923394b8a961f3
22126 Author: Kumar Gala <galak@kernel.crashing.org>
22127 Date:   Wed Jun 11 00:51:45 2008 -0500
22128
22129     85xx/86xx: Move to dynamic mgmt of LAWs
22130
22131     With the new LAW interface (set_next_law) we can move to letting the
22132     system allocate which LAWs are used for what purpose.  This makes life
22133     a bit easier going forward with the new DDR code.
22134
22135     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
22136     Signed-off-by: Andy Fleming <afleming@freescale.com>
22137     Acked-by: Jon Loeliger <jdl@freescale.com>
22138     Acked-by: Becky Bruce <becky.bruce@freescale.com>
22139
22140 commit f060054dadbbe7027ca088eed806a3ef1f82fdb7
22141 Author: Kumar Gala <galak@kernel.crashing.org>
22142 Date:   Wed Jun 11 00:44:10 2008 -0500
22143
22144     FSL LAW: Keep track of LAW allocations
22145
22146     Make it so we keep track of which LAWs have allocated and provide
22147     a function (set_next_law) which can allocate a LAW for us if one is
22148     free.
22149
22150     In the future we will move to doing more "dynamic" LAW allocation
22151     since the majority of users dont really care about what LAW number
22152     they are at.
22153
22154     Also, add CONFIG_MPC8540 or CONFIG_MPC8560 to those boards which needed them
22155
22156     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
22157     Signed-off-by: Andy Fleming <afleming@freescale.com>
22158
22159 commit ddde74a159caa6e18b481fec01d40b885aebb566
22160 Author: Kumar Gala <galak@kernel.crashing.org>
22161 Date:   Mon Jun 9 22:31:57 2008 -0500
22162
22163     85xx: remove dummy board_early_init_f
22164
22165     A number of board ports have empty version of board_early_init_f
22166     for no reason since we control its via CONFIG_BOARD_EARLY_INIT_F.
22167
22168     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
22169
22170 commit 81e56e9af0d43712db8efb843606a8d62eab454f
22171 Author: Kumar Gala <galak@kernel.crashing.org>
22172 Date:   Mon Jun 9 18:55:38 2008 -0500
22173
22174     MPC8544DS: Update config.h
22175
22176     * Enable flash progress
22177     * remove CLEAR_LAW0 since we dont really use it
22178
22179     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
22180
22181 commit 978e81604c1b28526ed580df0fbe64eb8384e94f
22182 Author: Kumar Gala <galak@kernel.crashing.org>
22183 Date:   Mon Jun 9 13:37:24 2008 -0500
22184
22185     85xx: Remove unused and unconfigured memory test code.
22186
22187     Remove unused and unconfigured DDR test code from FSL 85xx boards.
22188     Besides, other common code exists.
22189
22190     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
22191
22192 commit a23cddde1a95f987e3fe2a720a7ec9375b7264d7
22193 Author: Sergei Poselenov <sposelenov@emcraft.com>
22194 Date:   Fri Jun 6 15:42:45 2008 +0200
22195
22196     Socrates: Added FPGA base address update in FDT.
22197
22198     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
22199
22200 commit fd51b0e0e620b8bc9fd4f6daa3a4fa6f5e1316f4
22201 Author: Sergei Poselenov <sposelenov@emcraft.com>
22202 Date:   Fri Jun 6 15:42:44 2008 +0200
22203
22204     Socrates: NAND support added. Changed the U-Boot base address and
22205
22206     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
22207
22208 commit 248ae5cfc8bf69074d1da099dc495d8e06070547
22209 Author: Sergei Poselenov <sposelenov@emcraft.com>
22210 Date:   Fri Jun 6 15:42:43 2008 +0200
22211
22212     NAND: Added support for 128-bit OOB, adapted
22213
22214     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
22215
22216 commit 31ca0208612f2eb57690110d7c2815953650e47b
22217 Author: Sergei Poselenov <sposelenov@emcraft.com>
22218 Date:   Fri Jun 6 15:42:42 2008 +0200
22219
22220     Socrates: added missed file with UPMA configuration data.
22221
22222     Signed-of-by: Sergei Poselenov <sposelenov@emcraft.com>
22223
22224 commit 59abd15b43cab7a4d19de4ba0943837d9555f7ba
22225 Author: Sergei Poselenov <sposelenov@emcraft.com>
22226 Date:   Fri Jun 6 15:42:41 2008 +0200
22227
22228     Socrates: Added FPGA mapping. LAWs and TLBs cleanup.
22229
22230     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
22231
22232 commit 740280e68ccc0b971e613face7eaaa8bd1382b8c
22233 Author: Sergei Poselenov <sposelenov@emcraft.com>
22234 Date:   Fri Jun 6 15:42:40 2008 +0200
22235
22236     Added the upmconfig() function for 85xx.
22237
22238     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
22239     Signed-off-by: Andy Fleming <afleming@freescale.com>
22240
22241 commit d39e68514ff943930ee692cff3fde03532eb7fec
22242 Author: Sergei Poselenov <sposelenov@emcraft.com>
22243 Date:   Fri Jun 6 15:42:39 2008 +0200
22244
22245     Socrates: config file cleanup.
22246
22247     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
22248
22249 commit e8cc3f04b124f757af4528206e60d8eb715ae083
22250 Author: Wolfgang Grandegger <wg@grandegger.com>
22251 Date:   Thu Jun 5 13:12:10 2008 +0200
22252
22253     TQM85xx: Change memory map to support Flash memory > 128 MiB
22254
22255     Some TQM85xx boards could be equipped with up to 1 GiB (NOR) Flash
22256     memory. The current memory map only supports up to 128 MiB Flash.
22257     This patch adds the configuration option CONFIG_TQM_BIGFLASH. If
22258     set, up to 1 GiB flash is supported. To achieve this, the memory
22259     map has to be adjusted in great parts (for example the CCSRBAR is
22260     moved from 0xE0000000 to 0xA0000000).
22261
22262     If you want to boot Linux with CONFIG_TQM_BIGFLASH set, the new
22263     memory map also has to be considered in the kernel (changed
22264     CCSRBAR address, changed PCI IO base address, ...). Please use
22265     an appropriate Flat Device Tree blob (tqm8548.dtb).
22266
22267     Signed-off-by: Martin Krause <martin.krause@tqs.de>
22268     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
22269
22270 commit 1c2deff22cd6e2bf0e618fd6e09ca3eec5a8d051
22271 Author: Wolfgang Grandegger <wg@grandegger.com>
22272 Date:   Thu Jun 5 13:12:09 2008 +0200
22273
22274     TQM85xx: NAND support via local bus UPMB
22275
22276     This patch adds support for NAND FLASH on the TQM8548. It is disabled by
22277     default and can be enabled for the TQM8548 modules. It is now based on
22278     the re-written FSL NAND UPM driver. A patch has been posted earlier today
22279     with the subject:
22280
22281     "NAND FSL UPM: driver re-write using the hwcontrol callback"
22282
22283     Note that the R/B pin is not supported by that module requiring to use
22284     the specified maximum delay time.
22285
22286     Note: With NAND support enabled the size of the U-Boot image exceeds
22287     256 KB and TEXT_BASE must therefore be set to 0xfff80000 in config.mk,
22288     doubling the image size :-(.
22289
22290     Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
22291     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
22292
22293 commit b9e8078bb3f3c48111a7081e27279938c3a445e1
22294 Author: Wolfgang Grandegger <wg@grandegger.com>
22295 Date:   Thu Jun 5 13:12:08 2008 +0200
22296
22297     TQM8548: PCI express support
22298
22299     This patch adds support for PCI express cards. The board support
22300     now uses common FSL PCI init code, for both, PCI and PCIe on all
22301     TQM85xx modules.
22302
22303     Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
22304     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
22305
22306 commit 1287e0c55a2ee2c575ac9ce8e4302cd4085be876
22307 Author: Wolfgang Grandegger <wg@grandegger.com>
22308 Date:   Thu Jun 5 13:12:07 2008 +0200
22309
22310     TQM8548: Basic support for the TQM8548 modules
22311
22312     This patch adds basic support for the TQM8548 module from TQ-Components
22313     (http://www.tqc.de/) including DDR2 SDRAM initialisation and support for
22314     eTSEC 3 and 4
22315
22316     Furthermore Flash buffer write has been enabled to speed up output to
22317     the Flash by approx. a factor of 10.
22318
22319     Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
22320     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
22321
22322 commit 25991353204c78b094c3c1fec90182dcd607ab8f
22323 Author: Wolfgang Grandegger <wg@grandegger.com>
22324 Date:   Thu Jun 5 13:12:06 2008 +0200
22325
22326     TQM85xx: Support for Flat Device Tree
22327
22328     This patch adds support for Linux kernels using the Flat Device Tree.
22329     It also re-defines the default environment settings for booting Linux
22330     with the FDT blob.
22331
22332     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
22333
22334 commit d9ee843d54c54776e1fdb86336ce554906a87331
22335 Author: Wolfgang Grandegger <wg@grandegger.com>
22336 Date:   Thu Jun 5 13:12:05 2008 +0200
22337
22338     TQM85xx: Support for Intel 82527 compatible CAN controller
22339
22340     This patch adds initialization of the UPMC RAM to support up to two
22341     Intel 82527 compatible CAN controller on the TQM85xx modules.
22342
22343     Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
22344     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
22345
22346 commit 518d5cfe72916323c746af1647764459914f555f
22347 Author: Wolfgang Grandegger <wg@grandegger.com>
22348 Date:   Thu Jun 5 13:12:04 2008 +0200
22349
22350     TQM85xx: Bugfix in the SDRAM initialisation
22351
22352     The CS0_BNDS register is now set according to the detected
22353     memory size.
22354
22355     Signed-off-by Martin Krause <martin.krause@tqs.de>
22356
22357 commit 45dee2e620ccec6ac7b3548fe8979a34fd030e5d
22358 Author: Wolfgang Grandegger <wg@grandegger.com>
22359 Date:   Thu Jun 5 13:12:03 2008 +0200
22360
22361     TQM85xx: Fix chip select configuration for second FLASH bank
22362
22363     This patch fixes the re-calculation of the automatic chip select
22364     configuration for boards with two populated FLASH banks.
22365
22366     Signed-off-by: Martin Krause <martin.krause@tqs.de>
22367
22368 commit 46346f27cda6fd025a496bde8f2d4aeee04aca5f
22369 Author: Wolfgang Grandegger <wg@grandegger.com>
22370 Date:   Thu Jun 5 13:12:02 2008 +0200
22371
22372     TQM85xx: Support for Spansion 'N' type flashes added
22373
22374     The 'N' type Spansion flashes (S29GLxxxN series) have bigger sectors,
22375     than the formerly used 'M' types (S29GLxxxM series), so the flash layout
22376     needs to be changed -> new start address of the environment. The macro
22377     definition CONFIG_TQM_FLASH_N_TYPE is undefined by default and must be
22378     defined for boards with 'N' type flashes.
22379
22380     Signed-off-by: Martin Krause <martin.krause@tqs.de>
22381     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
22382
22383 commit 5d5bd838f76eade22c0ea40a500389f924d0da36
22384 Author: Wolfgang Grandegger <wg@grandegger.com>
22385 Date:   Thu Jun 5 13:12:01 2008 +0200
22386
22387     TQM85xx: Fix CPM port pin configuration
22388
22389     Do not configure port pins PD30/PD31 as SCC1 TxD/RxD except for the TQM8560
22390     board. On the other TQM85xx boards (TQM8541 and TQM8555) SCC1 is not used
22391     as serial interface anyway. Worse, on some board variants configuring the
22392     pins for SCC1 leads to short circuits (for example on the TQM8541-BG).
22393
22394     Signed-off-by: Martin Krause <martin.krause@tqs.de>
22395
22396 commit b99ba1679e8cd51b023e67098c89e606e47137d2
22397 Author: Wolfgang Grandegger <wg@grandegger.com>
22398 Date:   Thu Jun 5 13:12:00 2008 +0200
22399
22400     TQM85xx: Various coding style fixes
22401
22402     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
22403
22404 commit ae9e97fa96f643c8ba2b666b06a026cc8717eb00
22405 Author: Gerald Van Baren <vanbaren@cideas.com>
22406 Date:   Tue Jun 10 22:15:58 2008 -0400
22407
22408     libfdt: Move the working_fdt pointer to cmd_fdt.c
22409
22410     The working_fdt pointer was declared in common/fdt_support.c but was
22411     not used there.  Move it to common/cmd_fdt.c where it is used (it is
22412     also used in lib_ppc/bootm.c).
22413
22414     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
22415
22416 commit e489b9c078e22b0d9e75f002cd2a1bd967e88f5e
22417 Author: Kim Phillips <kim.phillips@freescale.com>
22418 Date:   Tue Jun 10 11:06:17 2008 -0500
22419
22420     fdt: unshadow global working fdt variable
22421
22422     differentiate with local variables of the same name by renaming the
22423     global 'fdt' variable 'working_fdt'.
22424
22425     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
22426
22427 commit e1eb0e25d9d8fd8efdfb93f670a417663f386022
22428 Author: Andy Fleming <afleming@freescale.com>
22429 Date:   Tue Jun 10 18:49:34 2008 -0500
22430
22431     socrates: Fix PCI clk fix patch
22432
22433     The submitted patch seems to have been more up-to-date, but an older patch was
22434     already in the repository.  This patch encompasses the differences
22435
22436     Taken entirely from Sergei Poselenov <sposelenov@emcraft.com>
22437
22438     Signed-off-by: Andy Fleming <afleming@freescale.com>
22439
22440 commit a75a57ef6e4b613c81434971e96ed70cf9ec9ba0
22441 Author: Wolfgang Grandegger <wg@grandegger.com>
22442 Date:   Thu Jun 5 13:02:29 2008 +0200
22443
22444     NAND FSL UPM: driver re-write using the hwcontrol callback
22445
22446     This is a re-write of the NAND FSL UPM driver using the more universal
22447     hwcontrol callback (instead of the cmdfunc callback). Here is a brief
22448     list of furher modifications:
22449
22450     - For the time being, the UPM setup writing the UPM array has been
22451       removed from the driver and must now be done by the board specific
22452       code.
22453
22454     - The bus width definition in "struct fsl_upm_nand" is now in bits to
22455       comply with the corresponding Linux driver and 8, 16 and 32 bit
22456       accesses are supported.
22457
22458     - chip->dev_read is only set if fun->dev_ready != NULL, which is
22459       required for boards not connecting the R/B pin.
22460
22461     - A few issue have been fixed with MxMR bit manipulation like in the
22462       corresponding Linux driver.
22463
22464     Note: I think the "io_addr" field of "struct fsl_upm" could be removed
22465           as well, because the address is already determined by
22466           "nand->IO_ADDR_[RW]", but I'm not 100% sure.
22467
22468     This patch has been tested on a TQM8548 modules with the NAND chip
22469     Micron MT29F8G08FABWP.
22470
22471     This patch is based on the following patches posted to this list a few
22472     minutes ago:
22473
22474       PPC: add accessor macros to clear and set bits in one shot
22475       83xx/85xx/86xx: add more MxMR local bus definitions
22476
22477     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
22478     Acked-by: Anton Vorontsov <avorontsov@ru.mvista.com>
22479
22480 commit 6beecfbb542992eede5831240cd58678274683a9
22481 Author: Wolfgang Grandegger <wg@grandegger.com>
22482 Date:   Thu Jun 5 13:11:59 2008 +0200
22483
22484     MPC85xx: Beautify boot output of L2 cache configuration
22485
22486     The boot output is now aligned poperly with other boot output
22487     lines, e.g.:
22488
22489       FLASH: 128 MB
22490       L2:    512 KB enabled
22491
22492     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
22493
22494 commit 398415114f0a705163a14543e9fef03f734b1ffa
22495 Author: Wolfgang Grandegger <wg@grandegger.com>
22496 Date:   Wed Jun 4 12:45:22 2008 +0200
22497
22498     PPC: add accessor macros to clear and set bits in one shot
22499
22500     PPC: add accessor macros to clear and set bits in one shot
22501
22502     This patch adds macros from linux/include/asm-powerpc/io.h to clear and
22503     set bits in one shot using the in_be32, out_be32, etc. accessor functions.
22504     They are very handy to manipulate bits it I/O registers.
22505
22506     This patch is required for my forthcoming FSL NAND UPM driver re-write and
22507     the support for the TQM8548 module.
22508
22509     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
22510
22511 commit 4677988c7edc070c3786d3db7994abeca3ab82a0
22512 Author: Wolfgang Grandegger <wg@grandegger.com>
22513 Date:   Wed Jun 4 13:52:17 2008 +0200
22514
22515     TQM: move TQM boards to board/tqc
22516
22517     Move all TQM board directories to the vendor specific directory "tqc"
22518     for modules from TQ-Components GmbH (http://www.tqc.de).
22519
22520     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
22521
22522 commit 6fab2fe72ca5bf95280cd52cdf378af3e506eb50
22523 Author: Wolfgang Grandegger <wg@grandegger.com>
22524 Date:   Mon Jun 2 12:09:30 2008 +0200
22525
22526     83xx/85xx/86xx: add more MxMR local bus definitions
22527
22528     83xx/85xx/86xx: add more MxMR local bus definitions
22529
22530     This patch adds more macro definitions for the UPM Machine Mode Registers
22531     They are copied from "include/mpc82xx.h" to simplify the merge of all 8xxx
22532     common local bus definitions into include/asm-ppc/fsl_lbc.h. They are
22533     required for my forthcoming FSL NAND UPM driver re-write and the support
22534     for the TQM8548 module.
22535
22536     This patch is based on the following two patches from Anton Vorontsov:
22537
22538     http://www.mail-archive.com/u-boot-users@lists.sourceforge.net/msg06511.html
22539     http://www.mail-archive.com/u-boot-users@lists.sourceforge.net/msg06587.html
22540
22541     I leave coding style violation fixes, code beautification and name
22542     corrections to somebody else ;-(.
22543
22544     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
22545
22546 commit c8c5fc266e4499e283c293ccb972863156aa4134
22547 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
22548 Date:   Thu May 29 18:14:56 2008 +0400
22549
22550     83xx/85xx: further localbus cleanups
22551
22552     Merge mpc85xx.h's LBC defines to fsl_lbc.h. Also, adopt ACS names
22553     from mpc85xx.h, so ACS_0b10 renamed to ACS_DIV4, ACS_0b11 to ACS_DIV2.
22554
22555     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
22556
22557 commit 42dbd667c88d496882d53e22656e89b654205492
22558 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
22559 Date:   Wed May 28 18:20:15 2008 +0400
22560
22561     83xx/85xx/86xx: factor out Freescale Localbus defines out of mpc83xx.h
22562
22563     This patch moves Freescale Localbus defines out of mpc83xx.h, so we could
22564     use it on MPC85xx and MPC86xx processors.
22565
22566     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
22567
22568 commit 730b2fcf6fcd9eec3ea86fbb087c3f98aa23a769
22569 Author: Kumar Gala <galak@kernel.crashing.org>
22570 Date:   Thu May 29 11:22:06 2008 -0500
22571
22572     85xx: Add setting of cache props in the device tree.
22573
22574     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
22575
22576 commit 4dbdb7681e243431530df0725627192a0c4aefda
22577 Author: Kumar Gala <galak@kernel.crashing.org>
22578 Date:   Tue Jun 10 16:53:46 2008 -0500
22579
22580     85xx: expose cpu identification
22581
22582     The current cpu identification code is used just to return the name
22583     of the processor at boot.  There are some other locations that the name
22584     is useful (device tree setup).  Expose the functionality to other bits
22585     of code.
22586
22587     Also, drop the 'E' suffix and add it on by looking at the SVR version
22588     when we print this out.  This is mainly to allow the most flexible use
22589     of the name.  The device tree code tends to not care about the 'E' suffix.
22590
22591     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
22592
22593 commit 2329fe113d847e43cca8e4a0e4edd613b50b8492
22594 Author: Kim Phillips <kim.phillips@freescale.com>
22595 Date:   Tue Jun 10 13:25:24 2008 -0500
22596
22597     mpc83xx: MVBLM7: minor build fixups
22598
22599     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
22600
22601 commit a1293e549b56da135ef32ffca5b9d35a16aa6802
22602 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
22603 Date:   Tue Jun 10 09:14:05 2008 +0200
22604
22605     add MPC8343 based board mvBlueLYNX-M7 (board+make files)
22606
22607     Add MPC8343 based board mvBlueLYNX-M7.
22608     It's a single board stereo camera system.
22609     Please read doc/README.mvblm7 for details.
22610
22611     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
22612     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
22613
22614 commit c005b93925ba49f07da2aa748527996d927e172f
22615 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
22616 Date:   Tue Jun 10 09:13:16 2008 +0200
22617
22618     add MPC8343 based board mvBlueLYNX-M7 (doc+config)
22619
22620     Add MPC8343 based board mvBlueLYNX-M7.
22621     It's a single board stereo camera system.
22622     Please read doc/README.mvblm7 for details.
22623
22624     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
22625     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
22626
22627 commit f9023afbdfd9f27e7c38f3cce965746e56d62dd3
22628 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
22629 Date:   Thu May 29 18:14:56 2008 +0400
22630
22631     83xx/85xx: further localbus cleanups
22632
22633     move the BRx_* and ORx_* left behind in mpc85xx.h
22634
22635     The same is needed for mpc8xx.h and mpc8260.h (defines are almost
22636     the same, just few differences which needs some attention though).
22637
22638     But the bad news for mpc8xx and mpc8260 is that there are a lot of users
22639     of these defines. So this cleanup I'll leave for the "better times".
22640
22641     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
22642     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
22643
22644 commit bf30bb1f7c954d7855d9b23624b33b00c50b4697
22645 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
22646 Date:   Wed May 28 18:20:15 2008 +0400
22647
22648     83xx/85xx/86xx: factor out Freescale Localbus defines out of mpc83xx.h
22649
22650     This patch moves Freescale Localbus defines out of mpc83xx.h, so we could
22651     use it on MPC85xx and MPC86xx processors.
22652
22653     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
22654     Acked-by: Andy Fleming <afleming@freescale.com>
22655     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
22656
22657 commit d82b4fc0ce8cca95e857fc51022e841cb2dbee6a
22658 Author: Tor Krill <tor@excito.com>
22659 Date:   Mon Jun 2 15:09:30 2008 +0200
22660
22661     Add missing CSCONFIG_BANK_BIT_3 define to mpc83xx.h
22662
22663     Signed-off-by: Tor Krill <tor@excito.com>
22664     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
22665
22666 commit 3b904ccb93c3196727e2e9870cb1df903cab19ad
22667 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
22668 Date:   Mon Jun 9 23:37:44 2008 +0900
22669
22670     net: Conditional COBJS inclusion of network drivers
22671
22672     Replace COBJS-y with appropriate driver config names.
22673
22674     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
22675     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
22676
22677 commit 2fb698bf50f4aff2485581a12fa634a07c040e4a
22678 Author: Gerald Van Baren <vanbaren@cideas.com>
22679 Date:   Mon Jun 9 21:02:17 2008 -0400
22680
22681     Use strncmp() for the fdt command
22682
22683     Cleaner than doing multiple conditionals on characters.
22684
22685     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
22686
22687 commit 47abe8ab290d2721a8eeadff65b939e6af8c01b0
22688 Author: Gerald Van Baren <vanbaren@cideas.com>
22689 Date:   Sat Jun 7 12:25:05 2008 -0400
22690
22691     The fdt boardsetup command criteria was not unique
22692
22693     It was checking just for "b", which is not unique with respect to the
22694     "boot" command.  Change to check for "boa"[rdsetup].
22695
22696     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
22697
22698 commit 2f08bfa9526bae4f461e043530cfb903fec0d273
22699 Author: David Gibson <david@gibson.dropbear.id.au>
22700 Date:   Tue May 20 17:19:11 2008 +1000
22701
22702     libfdt: Several cleanups to parameter checking
22703
22704     This patch makes a couple of small cleanups to parameter checking of
22705     libfdt functions.
22706
22707         - In several functions which take a node offset, we use an
22708     idiom involving fdt_next_tag() first to check that we have indeed been
22709     given a node offset.  This patch adds a helper function
22710     _fdt_check_node_offset() to encapsulate this usage of fdt_next_tag().
22711
22712         - In fdt_rw.c in several places we have the expanded version
22713     of the RW_CHECK_HEADER() macro for no particular reason.  This patch
22714     replaces those instances with an invocation of the macro; that's what
22715     it's for.
22716
22717         - In fdt_sw.c we rename the check_header_sw() function to
22718     sw_check_header() to match the analgous function in fdt_rw.c, and we
22719     provide an SW_CHECK_HEADER() wrapper macro as RW_CHECK_HEADER()
22720     functions in fdt_rw.c
22721
22722     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
22723
22724 commit fec6d9ee7c10443f65ce1788ef818919167bbf2e
22725 Author: Gerald Van Baren <vanbaren@cideas.com>
22726 Date:   Tue Jun 3 20:34:45 2008 -0400
22727
22728     Remove the deprecated CONFIG_OF_FLAT_TREE
22729
22730     Use CONFIG_OF_LIBFDT instead to support flattened device trees.  It is
22731     cleaner, has better functionality, and is better supported.
22732
22733     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
22734
22735 commit 62bcdda293efa752f8281fbd9da03822b27ce82f
22736 Author: Gerald Van Baren <vanbaren@cideas.com>
22737 Date:   Tue Jun 3 20:26:29 2008 -0400
22738
22739     Change the stxxst to CONFIG_OF_LIBFDT
22740
22741     This was configured to use the deprecated CONFIG_OF_FLAT_TREE, change
22742     to CONFIG_OF_LIBFDT.
22743
22744     WARNING: It appears that this board lost its ability to boot via a
22745     flattened device tree prior to this changeset.
22746
22747     WARNING: This conversion was untested because I do not have a board to
22748     test it on.
22749
22750     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
22751
22752 commit 589c04271d129729a8b01391453851ab9cc4069c
22753 Author: Gerald Van Baren <vanbaren@cideas.com>
22754 Date:   Tue Jun 3 20:24:58 2008 -0400
22755
22756     Convert mpc7448hpc2 to CONFIG_OF_LIBFDT
22757
22758     This was configured to use the deprecated CONFIG_OF_FLAT_TREE, change
22759     to CONFIG_OF_LIBFDT.
22760
22761     WARNING: This conversion is untested because I do not have a board to
22762     test it on.
22763
22764     NOTE: The FDT blob (DTS) must have an /aliases/ethernet0 and (optionally)
22765     /aliases/ethernet1 property for the ethernet to work.
22766
22767     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
22768
22769 commit ee1e35bede91debc8bff9b02f75574486033b652
22770 Author: Kumar Gala <galak@kernel.crashing.org>
22771 Date:   Thu May 29 01:21:24 2008 -0500
22772
22773     85xx: Only use PORPLLSR[DDR_Ratio] on platforms that define it
22774
22775     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
22776
22777 commit 3b9519fc50802436e417c839e69df7b2016cade5
22778 Author: Becky Bruce <becky.bruce@freescale.com>
22779 Date:   Wed May 14 13:10:04 2008 -0500
22780
22781     MPC85xx: Change traps.c to not reference non-addressable memory
22782
22783     Currently, END_OF_RAM is used by the trap code to determine if
22784     we should attempt to access the stack pointer or not. However,
22785     on systems with a lot of RAM, only a subset of the RAM is
22786     guaranteed to be mapped in and accessible.  Change END_OF_RAM
22787     to use get_effective_memsize() instead of using the raw ram
22788     size out of the bd.
22789
22790     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
22791
22792 commit 7faddaecea52f585f538fdf9c2e61f85a789b19c
22793 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
22794 Date:   Mon Jun 9 13:39:57 2008 +0900
22795
22796     sh: Renesas Solutions SH7763RDP board support
22797
22798     SH7763RDP has SCIF, NOR Flash, Ethernet, USB host, LCDC and MMC.
22799     In this patch, support SCIF, NOR Flash, and Ethernet.
22800
22801     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
22802     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
22803
22804 commit 60179098a95eaa972007d7ec58e4c1588029720f
22805 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
22806 Date:   Fri Jun 6 16:24:13 2008 +0900
22807
22808     sh: Add support Renesas SH7763
22809
22810     Renesas SH7763 has 3 SCIF, MMC, LCDC, Ethernet and other.
22811     This patch supprts CPU register's header file.
22812
22813     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
22814     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
22815
22816 commit 08c5fabe181d663eec0feba5ecd02c0b78934a52
22817 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
22818 Date:   Fri Jun 6 16:16:08 2008 +0900
22819
22820     sh: SH7763 SCIF support
22821
22822     SH7763 has 3 SCIF channels. SCIF0 and 1 are same register constitution,
22823     but only SCIF2 is different. This patch work all SCIF channel.
22824
22825     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
22826     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
22827
22828 commit 79b51ff8205f0354d5300570614c1d2db499679c
22829 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
22830 Date:   Sat Jun 7 20:51:59 2008 +0900
22831
22832     [MIPS] cpu/mips/Makefile: Split [CS]OBJS onto separate lines
22833
22834     Also get rid of some #ifdefs in *.c files.
22835
22836     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
22837
22838 commit 8bde63eb3f79d68f693201528dafc8ae7aa087de
22839 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
22840 Date:   Sat Jun 7 20:51:56 2008 +0900
22841
22842     [MIPS] Rename Alchemy processor configs into CONFIG_SOC_*
22843
22844     CONFIG_SOC_AU1X00
22845
22846       Common Alchemy Au1x00 stuff. All Alchemy processor based machines
22847       need to have this config as a system type specifier.
22848
22849     CONFIG_SOC_AU1000, CONFIG_SOC_AU1100, CONFIG_SOC_AU1200,
22850     CONFIG_SOC_AU1500, CONFIG_SOC_AU1550
22851
22852       Machine type specifiers. Each port should have one of aboves.
22853
22854     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
22855
22856 commit cc49cadeeb8bb2f0ae3fdc13af7051ae59f083bc
22857 Author: Stuart Wood <stuart.wood@labxtechnologies.com>
22858 Date:   Fri May 30 16:05:28 2008 -0400
22859
22860     env_nand.c: Added bad block management for environment variables
22861
22862     Modified to check for bad blocks and to skipping over them when
22863     CFG_ENV_RANGE has been defined.
22864     CFG_ENV_RANGE must be larger than CFG_ENV_SIZE and aligned to the NAND
22865     flash block size.
22866
22867     Signed-off-by: Stuart Wood <stuart.wood@labxtechnologies.com>
22868     Signed-off-by: Scott Wood <scottwood@freescale.com>
22869
22870 commit 279726bd00558e80263d44581c44167625b7fb9a
22871 Author: Becky Bruce <becky.bruce@freescale.com>
22872 Date:   Wed May 14 13:09:58 2008 -0500
22873
22874     MPC86xx: Change traps.c to not reference non-addressable memory
22875
22876     Currently, END_OF_RAM is used by the trap code to determine if
22877     we should attempt to access the stack pointer or not. However,
22878     on systems with a lot of RAM, only a subset of the RAM is
22879     guaranteed to be mapped in and accessible.  Change END_OF_RAM
22880     to use get_effective_memsize() instead of using the raw ram
22881     size out of the bd to prevent us from trying to access
22882     non-mapped memory.
22883
22884     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
22885
22886 commit 338cc038461a6c7709c5b86fd9a240209338a1ae
22887 Author: Wolfgang Denk <wd@denx.de>
22888 Date:   Fri Jun 6 14:28:14 2008 +0200
22889
22890     tools/mkimage: fix compiler warnings on some systems.
22891
22892     Signed-off-by: Wolfgang Denk <wd@denx.de>
22893
22894 commit b2815f79288d4da7a3ba18bdbd05120ce09d5622
22895 Author: Stefan Roese <sr@denx.de>
22896 Date:   Fri Jun 6 16:10:41 2008 +0200
22897
22898     ppc4xx: Fix misspelled CONFIG_440SPE/440EPX/GRX config options
22899
22900     We use upper case letters for the AMCC processor defines (like
22901     CONFIG_440SPE) in U-Boot. So the 440SPe is labeled CONFIG_440SPE and
22902     not CONFIG_440SPe. This patch fixes the last misspelled config options.
22903
22904     Signed-off-by: Stefan Roese <sr@denx.de>
22905
22906 commit 72675dc6c06a48846d180106161d49dd714383cc
22907 Author: Stefan Roese <sr@denx.de>
22908 Date:   Fri Jun 6 15:55:21 2008 +0200
22909
22910     ppc4xx: Unify AMCC's board config files (part 3/3)
22911
22912     This patch series unifies the AMCC eval board ports by introducing
22913     a common include header for all AMCC eval boards:
22914
22915     include/configs/amcc-common.h
22916
22917     This header now includes all common configuration options/defines which
22918     are removed from the board specific headers.
22919
22920     The reason for this is ease of maintenance and unified look and feel
22921     of all AMCC boards.
22922
22923     Signed-off-by: Stefan Roese <sr@denx.de>
22924
22925 commit 490f204096d6e2c9940f67816f154a8125bab116
22926 Author: Stefan Roese <sr@denx.de>
22927 Date:   Fri Jun 6 15:55:03 2008 +0200
22928
22929     ppc4xx: Unify AMCC's board config files (part 2/3)
22930
22931     This patch series unifies the AMCC eval board ports by introducing
22932     a common include header for all AMCC eval boards:
22933
22934     include/configs/amcc-common.h
22935
22936     This header now includes all common configuration options/defines which
22937     are removed from the board specific headers.
22938
22939     The reason for this is ease of maintenance and unified look and feel
22940     of all AMCC boards.
22941
22942     Signed-off-by: Stefan Roese <sr@denx.de>
22943
22944 commit a8a11a9ed046b480a16e47a158f8f5300028dfa6
22945 Author: Stefan Roese <sr@denx.de>
22946 Date:   Fri Jun 6 15:54:31 2008 +0200
22947
22948     ppc4xx: Unify AMCC's board config files (part 1/3)
22949
22950     This patch series unifies the AMCC eval board ports by introducing
22951     a common include header for all AMCC eval boards:
22952
22953     include/configs/amcc-common.h
22954
22955     This header now includes all common configuration options/defines which
22956     are removed from the board specific headers.
22957
22958     The reason for this is ease of maintenance and unified look and feel
22959     of all AMCC boards.
22960
22961     Signed-off-by: Stefan Roese <sr@denx.de>
22962
22963 commit 0e38c938ed4bcadb4f4fc1419a541431e94fc202
22964 Author: Remy Bohmer <linux@bohmer.net>
22965 Date:   Thu Jun 5 13:03:36 2008 +0200
22966
22967     DM9000 fix status check fail 0x6d error for trizeps board
22968
22969     According to the Application Notes of the DM9000, only the 2 bits 0:1 of
22970     the status byte need to be checked to identify a valid packet in the fifo
22971
22972     But, The several different Application Notes do not all speak the same
22973     language on these bits. They do not disagree, but only 1 Application Note
22974     noted explicitly that only these 2 bits need to be checked.
22975     Even the datasheets do not mention anything about these 2 bits.
22976
22977     Because the old code, and the kernel check the whole byte, I left this piece
22978     untouched.
22979
22980     However, I tested all board/DM9000[A|E|EP] devices with this 2 bit check, so
22981     it should work.
22982
22983     Notice, that the 2nd iteration through this receive loop (when a 2nd packet is
22984     in the fifo) is much shorter now, compared to the older U-boot driver code,
22985     so that we can maybe run into a hardware condition now that was never seen
22986     before, or maybe was seen very unfrequently.
22987
22988     Additionaly added a cleanup of a stack variable.
22989
22990     Signed-off-by: Remy Bohmer <linux@bohmer.net>
22991     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
22992
22993 commit 7daf2ebe9196dd67131a06d85049c3a8a08ca413
22994 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
22995 Date:   Thu Jun 5 22:29:00 2008 +0900
22996
22997     [MIPS] Update <asm/addrspace.h> header
22998
22999     - Fix traditional KSEG names
23000     - Replace PHYSADDR with CPHYSADDR
23001
23002     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
23003
23004 commit f0d5a6f060d00358b85c62a921a423ea8df71184
23005 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
23006 Date:   Thu Jun 5 22:29:00 2008 +0900
23007
23008     [MIPS] mips_config.mk: Misc fixes
23009
23010     - Kill redundant `-pipe' (this will be added by $(TOPDIR)/config.mk)
23011     - Modify comments
23012
23013     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
23014
23015 commit 5f64d21c9a2998794f255b469165b91f092dfc2d
23016 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
23017 Date:   Thu Jun 5 22:29:00 2008 +0900
23018
23019     [MIPS] Kill unused <version.h> inclusions
23020
23021     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
23022
23023 commit a55d48174cfd1a5bc184159513f48dcbbe409c83
23024 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
23025 Date:   Thu Jun 5 22:29:00 2008 +0900
23026
23027     [MIPS] lib_mips/time.c: Fix CP0 count register usage and timer routines
23028
23029     MIPS port has two problems in timer routines. One is now we assume CFG_HZ
23030     equals to CP0 counter frequency, but this is wrong. CFG_HZ has to be 1000
23031     in the U-Boot system.
23032
23033     The other is we don't have a proper time management counter like timestamp
23034     other ARCHs have. We need the 32-bit millisecond clock counter.
23035
23036     This patch introduces timestamp and CYCLES_PER_JIFFY. timestamp is a
23037     32-bit non-overflowing CFG_HZ counter, and CYCLES_PER_JIFFY is the number
23038     of calculated CP0 counter cycles in a CFG_HZ.
23039
23040     STRATEGY:
23041
23042     * Fix improper CFG_HZ value to have 1000
23043
23044     * Use CFG_MIPS_TIMER_FREQ for timer counter frequency, instead.
23045
23046     * timer_init: initialize timestamp and set up the first timer expiration.
23047       Note that we don't need to initialize CP0 count/compare registers here
23048       as they have been already zeroed out on the system reset. Leave them as
23049       they are.
23050
23051     * get_timer: calculate how many timestamps have been passed, then return
23052       base-relative timestamp. Make sure we can easily count missed timestamps
23053       regardless of CP0 count/compare value.
23054
23055     * get_ticks: return the current timestamp, that is get_timer(0).
23056
23057     Most parts are from good old Linux v2.6.16 kernel.
23058
23059     v2:
23060     - Remove FIXME comments as they turned out to be trivial.
23061     - Use CP0 compare register as a global variable for expirelo.
23062     - Kill a global variable 'cycles_per_jiffy'. Use #define CYCLES_PER_JIFFY
23063       instead.
23064
23065     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
23066
23067 commit 199e4f657c8af42efe3fb3ba1d1104eb6bb28c25
23068 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
23069 Date:   Thu Jun 5 22:29:00 2008 +0900
23070
23071     [MIPS] lib_mips/time.c: Fix udelay
23072
23073     What we have to do is just to wait for given micro-seconds. No need to
23074     take into account current time, get_timer and CFG_HZ.
23075
23076     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
23077
23078 commit c7e38e413ae69120d3e51f132c7cb1d6b3514d03
23079 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
23080 Date:   Thu Jun 5 22:28:59 2008 +0900
23081
23082     [MIPS] lib_mips/time.c: Replace CP0 access functions with existing macros
23083
23084     We already have many pre-defined CP0 access macros in <asm/mipsregs.h>.
23085     This patch replaces mips_{compare,count}_set and mips_count_get with
23086     existing macros.
23087
23088     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
23089
23090 commit 6b52cfe16cd539935e32bd8cf19146522e462a4d
23091 Author: Remy Bohmer <linux@bohmer.net>
23092 Date:   Tue Jun 3 15:48:17 2008 +0200
23093
23094     Get rid of annoying/superfluous bad-checksum warning message
23095
23096     U-boot can complain a lot about 'checksum bad' when it is attached to the network.
23097     It is annoying for ordinary users who start to doubt the network connection
23098     in general when they see messages like this.
23099
23100     This is caused by the routine NetCksumOk() which cannot handle IP-headers longer
23101     than 20 bytes. Those packages can be ignored anyway by U-boot, so we trash them
23102     now before checking the checksum.
23103
23104     Signed-off-by: Remy Bohmer <linux@bohmer.net>
23105     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
23106
23107 commit d6ee5fa40c26970d39990c6fc4a2f20a97822650
23108 Author: Remy Bohmer <linux@bohmer.net>
23109 Date:   Wed Jun 4 10:47:25 2008 +0200
23110
23111     Fix order for reading rx-status registers in 32bit mode of DM9000
23112
23113     A last minute cleanup before submitting the DM9000A patch series yesterday introduced
23114     a bug in reading the rx-status registers in 32bit mode only.
23115     This patch repairs this.
23116
23117     Signed-off-by: Remy Bohmer <linux@bohmer.net>
23118     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
23119
23120 commit 98291e2e689096420465074cce926b226d2e71b4
23121 Author: Remy Bohmer <linux@bohmer.net>
23122 Date:   Tue Jun 3 15:26:26 2008 +0200
23123
23124     DM9000: Some minor code cleanups
23125
23126     Some lines of the U-boot DM9000x driver are longer than 80 characters, or
23127     need some other minor cleanup.
23128
23129     Signed-off-by: Remy Bohmer <linux@bohmer.net>
23130     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
23131
23132 commit 850ba7555dbd4ca8d14fc475b864d534797adab3
23133 Author: Remy Bohmer <linux@bohmer.net>
23134 Date:   Tue Jun 3 15:26:25 2008 +0200
23135
23136     DM9000: Make driver work properly for DM9000A
23137
23138     The DM9000A network controller does not work with the U-boot DM9000x driver.
23139     Analysis showed that many incoming packets are lost.
23140
23141     The DM9000A Application Notes V1.20 (section 5.6.1) recommend that the poll to
23142     check for a valid rx packet be done on the interrupt status register, not
23143     directly by performing the dummy read and the rx status check as is currently
23144     the case in the u-boot driver.
23145
23146     When the recommended poll is done as suggested the driver starts working
23147     correctly on 10Mbit/HD, but on 100MBit/FD packets come in faster so that there
23148     can be more than 1 package in the fifo at the same time.
23149
23150     The driver must perform the rx-status check in a loop and read and handle all
23151     packages until there is no more left _after_ the interrupt RX flag is set.
23152
23153     This change has been tested with DM9000A, DM9000E, DM9000EP.
23154
23155     Signed-off-by: Remy Bohmer <linux@bohmer.net>
23156     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
23157
23158 commit fbcb7ece0ea1e364180f1cf963e0fa0ce7f6560d
23159 Author: Remy Bohmer <linux@bohmer.net>
23160 Date:   Tue Jun 3 15:26:24 2008 +0200
23161
23162     DM9000: Improve eth_reset() routine
23163
23164     According to the application notes of the DM9000 v1.22 chapter 5.2 bullet 2, the
23165     reset procedure must be done twice to properly reset the DM9000 by means of software.
23166     This errata is not needed anymore for the DM9000A, but it does not bother it.
23167
23168     This change has been tested with DM9000A, DM9000E, DM9000EP.
23169
23170     Signed-off-by: Remy Bohmer <linux@bohmer.net>
23171     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
23172
23173 commit acba31847fad9ae40708cc2c9f3a634ec35f3416
23174 Author: Remy Bohmer <linux@bohmer.net>
23175 Date:   Tue Jun 3 15:26:23 2008 +0200
23176
23177     DM9000: improve eth_send() routine
23178
23179     The eth_send routine of the U-boot DM9000x driver does not match the
23180     DM9000 or DM9000A application notes/programming guides.
23181
23182     This change improves the stability of the DM9000A network controller.
23183
23184     This change has been tested with DM9000A, DM9000E, DM9000EP.
23185
23186     Signed-off-by: Remy Bohmer <linux@bohmer.net>
23187     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
23188
23189 commit 134e266253c02a7832560da59d394989c4f64453
23190 Author: Remy Bohmer <linux@bohmer.net>
23191 Date:   Tue Jun 3 15:26:22 2008 +0200
23192
23193     DM9000: repair debug logging
23194
23195     It seems that the debugging code of the DM9000x driver in U-boot has not been
23196     compiled for a long time, because it cannot compile...
23197
23198     Also rearranged some loglines to get more useful info while debugging.
23199
23200     Signed-off-by: Remy Bohmer <linux@bohmer.net>
23201     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
23202
23203 commit a101361bfe23c120321e45d114c0603b8e0763e9
23204 Author: Remy Bohmer <linux@bohmer.net>
23205 Date:   Tue Jun 3 15:26:21 2008 +0200
23206
23207     DM9000: Add data bus-width auto detection.
23208
23209     The U-boot DM9000x driver contains a compile time bus-width definition for
23210     the databus connected to the network controller.
23211
23212     This compile check makes the code unclear, inflexible and is unneccessary.
23213     It can be asked to the network controller what its bus-width is by reading bits
23214     6 and 7 of the interrupt status register.
23215
23216     The linux kernel already uses a runtime mechanism to determine this bus-width,
23217     so the implementation below looks somewhat like that implementation.
23218
23219     This change has been tested with DM9000A, DM9000E, DM9000EP.
23220
23221     Signed-off-by: Remy Bohmer <linux@bohmer.net>
23222     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
23223
23224 commit 63a0afa0c32e5f4ea98a9439542870072437404d
23225 Author: Stefan Roese <sr@denx.de>
23226 Date:   Wed Jun 4 19:19:20 2008 +0200
23227
23228     ppc4xx: Fix problem with SDRAM init in bamboo NAND booting port
23229
23230     This patch fixes a problem spotted by Eugene O'Brian (thanks Eugene)
23231     introduced by the commit:
23232
23233     ppc4xx/NAND_SPL: Consolidate 405 and 440 NAND booting code in start.S
23234
23235     With this patch SDRAM will get initialized again and booting from NAND
23236     is working again.
23237
23238     Signed-off-by: Stefan Roese <sr@denx.de>
23239     Acked-by: Eugene O'Brien <eugene.obrien@advantechamt.com>
23240
23241 commit 9ef1cbef1a649e3779298b0e663be4865cbbbfbc
23242 Author: Wolfgang Denk <wd@denx.de>
23243 Date:   Tue May 27 14:19:30 2008 +0200
23244
23245     Socrates: Fix PCI bus frequency report
23246
23247     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
23248
23249 commit 8ec6e332eace0ee78c71ee5f645d12b06813b86f
23250 Author: Tor Krill <tor@excito.com>
23251 Date:   Thu May 29 11:10:30 2008 +0200
23252
23253     Fix incorrect switch for IF_TYPE in part.c
23254
23255     Use correct field in block_dev_desc_t when writing interface type in
23256     dev_print. Error introduced in 574b3195.
23257
23258     Also added fix from Martin Krause
23259
23260     Signed-off-by: Tor Krill <tor@excito.com>
23261
23262 commit b64b8a0bd310935b70af69ac970952f2b364ae56
23263 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
23264 Date:   Tue May 27 10:25:39 2008 +0200
23265
23266     Add size #defines for Altera Cyclone-II EP2C8 and EP2C20.
23267
23268     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
23269
23270 commit 35ef877f0a8f6232cdef748f442fed5accb2b641
23271 Author: Peter Tyser <ptyser@xes-inc.com>
23272 Date:   Thu May 22 18:56:52 2008 -0500
23273
23274     Additional fix to readline_into_buffer() with CONFIG_CMDLINE_EDITING before relocating
23275
23276     Removed unneeded command line history initialization.  Also, the original
23277     code would access the 'initted' variable before relocation to SDRAM
23278     which resulted in erratic behavior since the bss is not initialized when
23279     executing from flash.
23280
23281     Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
23282
23283 commit 22f371b63038a4ecab04068877c1089e51a01ba1
23284 Author: Grant Erickson <gerickson@nuovations.com>
23285 Date:   Wed May 21 13:28:30 2008 -0700
23286
23287     PPC4xx: Simplified post_word_{load, store}
23288
23289     This patch simplifies post_word_{load,store} by using the preprocessor
23290     to eliminate redundant, copy-and-pasted code.
23291
23292     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
23293
23294 commit 9c048b523413ae5f3ff34e00cf57569c3368ab51
23295 Author: Vasiliy Leoenenko <vasiliy.leonenko@mail.ru>
23296 Date:   Wed May 7 21:25:33 2008 +0400
23297
23298     cfi_flash: enable M18 flash chips family support.
23299
23300     Added new command set ID. Buffered write command processing is changed
23301     in order to support M18 flash chips family.
23302
23303     Signed-off-by: Alexey Korolev <akorolev@infradead.org>
23304     Signed-off-by: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
23305
23306 commit 93c56f212ccdadc182018f0769cb284426b88f1d
23307 Author: Vasiliy Leoenenko <vasiliy.leonenko@mail.ru>
23308 Date:   Wed May 7 21:24:44 2008 +0400
23309
23310     cfi_flash: support of long cmd in U-boot.
23311
23312     Some NOR flash chips needs support of commands with length grether than max
23313     value size of uchar. For example all M18 family chips use 0x1ff command in
23314     buffered write mode as value of program loops count.
23315
23316     Signed-off-by: Alexey Korolev <akorolev@infradead.org>
23317     Signed-off-by: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
23318
23319 commit 4d91d1df2f16b511ab80dec50c80e050ba0d841e
23320 Author: Stefan Roese <sr@denx.de>
23321 Date:   Fri May 16 11:06:06 2008 +0200
23322
23323     DTT: Issue one-shot command on AD7414 (LM75 code) to read temp
23324
23325     On AD7414 the first value upon bootup is not read correctly.
23326     This is most likely because of the 800ms update time of the
23327     temp register in normal update mode. To get current values
23328     each time we issue the "dtt" command including upon powerup
23329     we switch into one-short mode.
23330
23331     This patch fixes the problem on AD7414 equipped boards (Sequoia,
23332     Canyonlands etc), that temp value printed in the bootup log was
23333     incorrect.
23334
23335     Signed-off-by: Stefan Roese <sr@denx.de>
23336
23337 commit de5bfcf7b0425e032be12698252dbaa6b65a28c0
23338 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
23339 Date:   Fri May 30 16:55:06 2008 +0200
23340
23341     ppc4xx: Cleanup CPCI405 variant's config file
23342
23343     This patch removes some dead code from CPCI405 board's
23344     config files. JFFS2 support is also removed. It's not used and
23345     CPCI4052 does not build anymore without some size reduction.
23346
23347     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
23348
23349 commit 2918eb9d42bc705fcbd18c9fcc39d15ff2843c65
23350 Author: Kenneth Johansson <kenneth@southpole.se>
23351 Date:   Thu May 29 16:32:33 2008 +0200
23352
23353     Remove shell variable UNDEF_SYM.
23354
23355     UNDEF_SYM is a shell variable in the main Makefile used to force the
23356     linker to add all u-boot commands to the final image. It has no use here.
23357
23358     Signed-off-by: Kenneth Johansson <kenneth@southpole.se>
23359
23360 commit 8c66497e06bf803489c589df58ee591d71033274
23361 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
23362 Date:   Fri May 16 11:10:35 2008 +0200
23363
23364     Add support for environment in SPI flash
23365
23366     This is pretty incomplete...it doesn't handle reading the environment
23367     before relocation, it doesn't support redundant environment, and it
23368     doesn't support embedded environment. But apart from that, it does
23369     seem to work.
23370
23371     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
23372
23373 commit b6368467e6a97f225e0a5fd7bfc5c7598ef5ddc4
23374 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
23375 Date:   Fri May 16 11:10:34 2008 +0200
23376
23377     SPI Flash: Add "sf" command
23378
23379     This adds a new command, "sf" which can be used to manipulate SPI
23380     flash. Currently, initialization, reading, writing and erasing is
23381     supported.
23382
23383     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
23384
23385 commit d25ce7d24cc0f93881559f4009175ea305af65e8
23386 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
23387 Date:   Fri May 16 11:10:33 2008 +0200
23388
23389     SPI Flash subsystem
23390
23391     This adds a new SPI flash subsystem.
23392
23393     Currently, only AT45 DataFlash in non-power-of-two mode is supported,
23394     but some preliminary support for other flash types is in place as
23395     well.
23396
23397     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
23398
23399 commit 60445cb5c3eb77ed1a07f2d908eef09174483698
23400 Author: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
23401 Date:   Fri May 16 11:10:32 2008 +0200
23402
23403     atmel_spi: Driver for the Atmel SPI controller
23404
23405     This adds a driver for the SPI controller found on most AT91 and AVR32
23406     chips, implementing the new SPI API.
23407
23408     Changed in v4:
23409       - Update to new API
23410       - Handle zero-length transfers appropriately. The user may send a
23411         zero-length SPI transfer with SPI_XFER_END set in order to
23412         deactivate the chip select after a series of transfers with chip
23413         select active. This is useful e.g. when polling the status
23414         register of DataFlash.
23415
23416     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
23417
23418 commit d255bb0e78d1cac5b7c8c98cb77a095f5f16de0d
23419 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
23420 Date:   Fri May 16 11:10:31 2008 +0200
23421
23422     SPI API improvements
23423
23424     This patch gets rid of the spi_chipsel table and adds a handful of new
23425     functions that makes the SPI layer cleaner and more flexible.
23426
23427     Instead of the spi_chipsel table, each board that wants to use SPI
23428     gets to implement three hooks:
23429       * spi_cs_activate(): Activates the chipselect for a given slave
23430       * spi_cs_deactivate(): Deactivates the chipselect for a given slave
23431       * spi_cs_is_valid(): Determines if the given bus/chipselect
23432         combination can be activated.
23433
23434     Not all drivers may need those extra functions however. If that's the
23435     case, the board code may just leave them out (assuming they know what
23436     the driver needs) or rely on the linker to strip them out (assuming
23437     --gc-sections is being used.)
23438
23439     To set up communication parameters for a given slave, the driver needs
23440     to call spi_setup_slave(). This returns a pointer to an opaque
23441     spi_slave struct which must be passed as a parameter to subsequent SPI
23442     calls. This struct can be freed by calling spi_free_slave(), but most
23443     driver probably don't want to do this.
23444
23445     Before starting one or more SPI transfers, the driver must call
23446     spi_claim_bus() to gain exclusive access to the SPI bus and initialize
23447     the hardware. When all transfers are done, the driver must call
23448     spi_release_bus() to make the bus available to others, and possibly
23449     shut down the SPI controller hardware.
23450
23451     spi_xfer() behaves mostly the same as before, but it now takes a
23452     spi_slave parameter instead of a spi_chipsel function pointer. It also
23453     got a new parameter, flags, which is used to specify chip select
23454     behaviour. This may be extended with other flags in the future.
23455
23456     This patch has been build-tested on all powerpc and arm boards
23457     involved. I have not tested NIOS since I don't have a toolchain for it
23458     installed, so I expect some breakage there even though I've tried
23459     fixing up everything I could find by visual inspection.
23460
23461     I have run-time tested this on AVR32 ATNGW100 using the atmel_spi and
23462     DataFlash drivers posted as a follow-up. I'd like some help testing
23463     other boards that use the existing SPI API.
23464
23465     But most of all, I'd like some comments on the new API. Is this stuff
23466     usable for everyone? If not, why?
23467
23468     Changed in v4:
23469       - Build fixes for various boards, drivers and commands
23470       - Provide common struct spi_slave definition that can be extended by
23471         drivers
23472       - Pass a struct spi_slave * to spi_cs_activate and spi_cs_deactivate
23473       - Make default bus and mode build-time configurable
23474       - Override default SPI bus ID and mode on mx32ads and imx31_litekit.
23475
23476     Changed in v3:
23477       - Add opaque struct spi_slave for controller-specific data associated
23478         with a slave.
23479       - Add spi_claim_bus() and spi_release_bus()
23480       - Add spi_free_slave()
23481       - spi_setup() is now called spi_setup_slave() and returns a
23482         struct spi_slave
23483       - soft_spi now supports four SPI modes (CPOL|CPHA)
23484       - Add bus parameter to spi_setup_slave()
23485       - Convert the new i.MX32 SPI driver
23486       - Convert the new MC13783 RTC driver
23487
23488     Changed in v2:
23489       - Convert the mpc8xxx_spi driver and the mpc8349emds board to the
23490         new API.
23491
23492     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
23493     Tested-by: Guennadi Liakhovetski <lg@denx.de>
23494
23495 commit 289011207d999b2e4085150d2aa30d547ad9b800
23496 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
23497 Date:   Fri May 16 11:10:30 2008 +0200
23498
23499     Move definition of container_of() to common.h
23500
23501     AVR32 and AT91SAM9 both have their own identical definitions of
23502     container_of() taken from the Linux kernel. Move it to common.h so
23503     that all architectures can use it.
23504
23505     container_of() is already used by some drivers, and will be used
23506     extensively by the new and improved SPI API.
23507
23508     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
23509
23510 commit 110e006fe67fb4a6e1719ae6956c79b7ffc0148b
23511 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
23512 Date:   Fri May 16 11:08:11 2008 +0200
23513
23514     soft_i2c: Pull SDA high before reading
23515
23516     Spotted by Dean Capindale.
23517
23518     Systems that support open-drain GPIO properly are allowed provide an
23519     empty I2C_TRISTATE define. However, this means that we need to be
23520     careful not to drive SDA low when the slave is expected to respond.
23521
23522     This patch adds a missing I2C_SDA(1) to read_byte() required to
23523     tristate the SDA line on systems that support open-drain GPIO.
23524
23525     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
23526
23527 commit 3c1de1a6d36be9eee284a6c596a86e94f19cc5b2
23528 Author: Stefan Roese <sr@denx.de>
23529 Date:   Mon May 19 11:34:53 2008 +0200
23530
23531     ppc4xx: Remove implementations of testdram()
23532
23533     This patch removes the used testdram() implementations of the board
23534     that are maintained by myself.
23535
23536     Signed-off-by: Stefan Roese <sr@denx.de>
23537
23538 commit bbeff30cbd1c5d551eb0ad1c2239ec01844c0b0a
23539 Author: Stefan Roese <sr@denx.de>
23540 Date:   Mon Jun 2 17:37:28 2008 +0200
23541
23542     ppc4xx: Remove superfluous dram_init() call or replace it by initdram()
23543
23544     Historically the 405 U-Boot port had a dram_init() call in early init
23545     stage. This function was still called from start.S and most of the time
23546     coded in assembler. This is not needed anymore (since a long time) and
23547     boards should implement the common initdram() function in C instead.
23548
23549     This patch now removed the dram_init() call from start.S and removes the
23550     empty implementations that are scattered through most of the 405 board
23551     ports. Some older board ports really implement this dram_init() though.
23552     These are:
23553
23554     csb272
23555     csb472
23556     ERIC
23557     EXBITGEN
23558     W7OLMC
23559     W7OLMG
23560
23561     I changed those boards to call this assembler dram_init() function now
23562     from their board specific initdram() instead. This *should* work, but please
23563     test again on those platforms. And it is perhaps a good idea that those
23564     boards use some common 405 SDRAM initialization code from cpu/ppc4xx at
23565     some time. So further patches welcome here.
23566
23567     Signed-off-by: Stefan Roese <sr@denx.de>
23568
23569 commit 192f90e272b3989ee7b4a666d1fdab831f20f8d2
23570 Author: Stefan Roese <sr@denx.de>
23571 Date:   Mon Jun 2 17:22:11 2008 +0200
23572
23573     ppc4xx: Use new 4xx SDRAM controller enable defines in common ECC code
23574
23575     Signed-off-by: Stefan Roese <sr@denx.de>
23576
23577 commit 39b32be18cd33b53a84065edcd4e465165cc5564
23578 Author: Stefan Roese <sr@denx.de>
23579 Date:   Mon Jun 2 17:20:03 2008 +0200
23580
23581     ppc4xx: Fix common ECC generation code for 440GP style platforms
23582
23583     This patch makes the common 4xx ECC code really usable on 440GP style
23584     platforms.
23585
23586     Since the IBM DDR controller used on 440GP/GX/EP/GR is not register
23587     compatible to the IBM DDR/2 controller used on 405EX/440SP/SPe/460EX/GT
23588     we need to make some processor dependant defines used later on by the
23589     driver.
23590
23591     Signed-off-by: Stefan Roese <sr@denx.de>
23592
23593 commit ec724f883ee3f3925e6c55027e8ffa70ada83303
23594 Author: Stefan Roese <sr@denx.de>
23595 Date:   Mon Jun 2 17:13:55 2008 +0200
23596
23597     ppc4xx: Change Kilauea to use the common DDR2 init function
23598
23599     This patch changes the kilauea and kilauea_nand (for NAND booting)
23600     board port to not use a board specific DDR2 init routine anymore. Now
23601     the common code from cpu/ppc4xx is used.
23602
23603     Thanks to Grant Erickson for all his basic work on this 405EX early
23604     bootup.
23605
23606     Signed-off-by: Stefan Roese <sr@denx.de>
23607
23608 commit 17ceb069b85fbb9269c4dc09b2c237f88334c5ba
23609 Author: Stefan Roese <sr@denx.de>
23610 Date:   Mon Jun 2 14:59:21 2008 +0200
23611
23612     ppc4xx: Consolidate PPC4xx SDRAM/DDR/DDR2 defines, part2
23613
23614     This patch now adds a new header file (asm-ppc/ppc4xx-sdram.h) for all
23615     ppc4xx related SDRAM/DDR/DDR2 controller defines.
23616
23617     Signed-off-by: Stefan Roese <sr@denx.de>
23618
23619 commit 36ea16f6a066ccb046e91ebce4f326b69f4c0569
23620 Author: Stefan Roese <sr@denx.de>
23621 Date:   Mon Jun 2 14:57:41 2008 +0200
23622
23623     ppc4xx: Consolidate PPC4xx SDRAM/DDR/DDR2 defines, part1
23624
23625     This patch removes all SDRAM related defines from the PPC4xx headers
23626     ppc405.h and ppc440.h. This is needed since now some 405 PPC's use
23627     the same SDRAM controller as 440 systems do (like 405EX and 440SP).
23628
23629     It also introduces new defines for the equipped SDRAM controller based on
23630     which PPC variant is used. There new defines are:
23631
23632     used on 405GR/CR/EP and some Xilinx Virtex boards.
23633
23634     used on 440GP/GX/EP/GR.
23635
23636     used on 440EPx/GRx.
23637
23638     used on 405EX/r/440SP/SPe/460EX/GT.
23639
23640     Signed-off-by: Stefan Roese <sr@denx.de>
23641
23642 commit 64852d09e06dd6db2b2db2a3c59bc2db176a54d6
23643 Author: Stefan Roese <sr@denx.de>
23644 Date:   Mon Jun 2 14:35:44 2008 +0200
23645
23646     ppc4xx/NAND_SPL: Consolidate 405 and 440 NAND booting code in start.S
23647
23648     This patch consolidates the 405 and 440 parts of the NAND booting code
23649     selected via CONFIG_NAND_SPL. Now common code is used to initialize the
23650     SDRAM by calling initdram() and to "copy/relocate" to SDRAM/OCM/etc.
23651     Only *after* running from this location, nand_boot() is called.
23652
23653     Please note that the initsdram() call is now moved from nand_boot.c
23654     to start.S. I experienced problems with some boards like Kilauea
23655     (405EX), which don't have internal SRAM (OCM) and relocation needs to
23656     be done to SDRAM before the NAND controller can get accessed. When
23657     initdram() is called later on in nand_boot(), this can lead to problems
23658     with variables in the bss sections like nand_ecc_pos[].
23659
23660     Signed-off-by: Stefan Roese <sr@denx.de>
23661     Acked-by: Scott Wood <scottwood@freescale.com>
23662
23663 commit 8a24c07ba5da2c72ad1f05e3eb8a463750200c98
23664 Author: Grant Erickson <gerickson@nuovations.com>
23665 Date:   Thu May 22 14:44:24 2008 -0700
23666
23667     ppc4xx: Enable Primordial Stack for 40x and Unify ECC Handling
23668
23669     This patch (Part 2 of 2):
23670
23671     * Rolls up a suite of changes to enable correct primordial stack and
23672       global data handling when the data cache is used for such a purpose
23673       for PPC40x-variants (i.e. CFG_INIT_DCACHE_CS).
23674
23675     * Related to the first, unifies DDR2 SDRAM and ECC initialization by
23676       eliminating redundant ECC initialization implementations and moving
23677       redundant SDRAM initialization out of board code into shared 4xx
23678       code.
23679
23680     * Enables MCSR visibility on the 405EX(r).
23681
23682     * Enables the use of the data cache for initial RAM on
23683       both AMCC's Kilauea and Makalu and removes a redundant
23684       CFG_POST_MEMORY flag from each board's CONFIG_POST value.
23685
23686       - Removed, per Stefan Roese's request, defunct memory.c file for
23687         Makalu and rolled sdram_init from it into makalu.c.
23688
23689     With respect to the 4xx DDR initialization and ECC unification, there
23690     is certainly more work that can and should be done (file renaming,
23691     etc.). However, that can be handled at a later date on a second or
23692     third pass. As it stands, this patch moves things forward in an
23693     incremental yet positive way for those platforms that utilize this
23694     code and the features associated with it.
23695
23696     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
23697     Signed-off-by: Stefan Roese <sr@denx.de>
23698
23699 commit c821b5f120bedf73867513466412587c6912a8f8
23700 Author: Grant Erickson <gerickson@nuovations.com>
23701 Date:   Thu May 22 14:44:14 2008 -0700
23702
23703     ppc4xx: Enable Primordial Stack for 40x and Unify ECC Handling
23704
23705     This patch (Part 1 of 2):
23706
23707     * Rolls up a suite of changes to enable correct primordial stack and
23708       global data handling when the data cache is used for such a purpose
23709       for PPC40x-variants (i.e. CFG_INIT_DCACHE_CS).
23710
23711     * Related to the first, unifies DDR2 SDRAM and ECC initialization by
23712       eliminating redundant ECC initialization implementations and moving
23713       redundant SDRAM initialization out of board code into shared 4xx
23714       code.
23715
23716     * Enables MCSR visibility on the 405EX(r).
23717
23718     * Enables the use of the data cache for initial RAM on
23719       both AMCC's Kilauea and Makalu and removes a redundant
23720       CFG_POST_MEMORY flag from each board's CONFIG_POST value.
23721
23722       - Removed, per Stefan Roese's request, defunct memory.c file for
23723         Makalu and rolled sdram_init from it into makalu.c.
23724
23725     With respect to the 4xx DDR initialization and ECC unification, there
23726     is certainly more work that can and should be done (file renaming,
23727     etc.). However, that can be handled at a later date on a second or
23728     third pass. As it stands, this patch moves things forward in an
23729     incremental yet positive way for those platforms that utilize this
23730     code and the features associated with it.
23731
23732     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
23733     Signed-off-by: Stefan Roese <sr@denx.de>
23734
23735 commit a439680019e06171d4a5694b7992accce87f590e
23736 Author: Grant Erickson <gerickson@nuovations.com>
23737 Date:   Wed May 21 13:28:30 2008 -0700
23738
23739     PPC4xx: Simplified post_word_{load, store}
23740
23741     This patch simplifies post_word_{load,store} by using the preprocessor
23742     to eliminate redundant, copy-and-pasted code.
23743
23744     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
23745
23746 commit f979690ee337450b2030aba128f95b7a8d9881c0
23747 Author: Kumar Gala <galak@kernel.crashing.org>
23748 Date:   Thu May 15 15:13:08 2008 -0500
23749
23750     Fix warnings from gcc-4.3.0 build on a ppc host
23751
23752     * The cfi_flash.c memset fix actual allows the board to boot so there is
23753       a bit more going on here than just resolving warnings associated with
23754       uninitialized variables.
23755
23756     * include/asm/bitops.h:302: warning: '__swab32p' is static but used in
23757       inline function 'ext2_find_next_zero_bit' which is not static
23758
23759     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23760
23761 commit 9b124a68346ce9605b6e1fcf79e1021541cdba9e
23762 Author: Becky Bruce <becky.bruce@freescale.com>
23763 Date:   Wed May 14 13:09:51 2008 -0500
23764
23765     MPC512x: Change traps.c to not reference non-addressable memory
23766
23767     Currently, END_OF_RAM is used by the trap code to determine if
23768     we should attempt to access the stack pointer or not. However,
23769     on systems with a lot of RAM, only a subset of the RAM is
23770     guaranteed to be mapped in and accessible.  Change END_OF_RAM
23771     to use get_effective_memsize() instead of using the raw ram
23772     size out of the bd.
23773
23774     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
23775
23776 commit 81673e9ae14b771cd13faf19947192599cae3959
23777 Author: Kumar Gala <galak@kernel.crashing.org>
23778 Date:   Tue May 13 19:01:54 2008 -0500
23779
23780     Make sure common.h is the first include.
23781
23782     If common.h isn't first we can get CONFIG_ options defined in the
23783     board config file ignored.  This can cause an issue if any of those
23784     config options impact the size of types of data structures
23785     (eg CONFIG_PHYS_64BIT).
23786
23787     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23788
23789 commit 95d449ad4de79dd32b1705b8a4d3550f1e9081e3
23790 Author: Marian Balakowicz <m8@semihalf.com>
23791 Date:   Tue May 13 15:53:29 2008 +0200
23792
23793     Avoid initrd and logbuffer area overlaps
23794
23795     Add logbuffer to reserved LMB areas to prevent initrd allocation
23796     from overlaping with it.
23797
23798     Make sure to use correct logbuffer base address.
23799
23800     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
23801
23802 commit 6956d53d9934862507f83f0e3255dfd4662e7482
23803 Author: Sascha Laue <sascha.laue@liebherr.com>
23804 Date:   Tue May 13 13:29:54 2008 +0200
23805
23806     lwmon5: add memory-pattern-test to FPGA POST.
23807
23808 commit e34a0e911b6a1568d0ca864234fbd0ee060d9b35
23809 Author: Becky Bruce <becky.bruce@freescale.com>
23810 Date:   Thu May 8 19:02:51 2008 -0500
23811
23812     PPC: 86xx Add bat registers to reginfo command
23813
23814     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
23815
23816 commit d5b9b8cdb8b6eb3a8b0f5d9909d69ccc9c703ed9
23817 Author: Becky Bruce <becky.bruce@freescale.com>
23818 Date:   Fri May 9 15:41:35 2008 -0500
23819
23820     PPC: Add print_bats() to lib_ppc/bat_rw.c
23821
23822     This function prints the values of all the BAT register
23823     pairs - I needed this for debug earlier this week; adding it to
23824     lib_ppc so others can use it (and add it to reginfo commands
23825     if so desired).
23826
23827     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
23828
23829 commit c148f24c15743a02e855636e6bed013bd121f7f2
23830 Author: Becky Bruce <becky.bruce@freescale.com>
23831 Date:   Thu May 15 21:29:04 2008 -0500
23832
23833     PPC: Change lib_ppc/bat_rw.c to use high bats
23834
23835     Currently, this code only deals with BATs 0-3, which makes
23836     it useless on systems that support BATs 4-7.  Add the
23837     support for these registers.
23838
23839     Signed-off-by: Becky Bruce <Becky.bruce@freescale.com>
23840
23841 commit 31d826722434931e1152a09d140187dcf72f8aac
23842 Author: Becky Bruce <becky.bruce@freescale.com>
23843 Date:   Thu May 8 19:02:12 2008 -0500
23844
23845     PPC: Create and use CONFIG_HIGH_BATS
23846
23847     Change all code that conditionally operates on high bat
23848     registers (that is, BATs 4-7) to look at CONFIG_HIGH_BATS
23849     instead of the myriad ways this is done now.  Define the option
23850     for every config for which high bats are supported (and
23851     enabled by early boot, on parts where they're not always
23852     enabled)
23853
23854     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
23855
23856 commit aa3b8bf9c30065bb2ea852799d32db5020598495
23857 Author: Wolfgang Grandegger <wg@grandegger.com>
23858 Date:   Wed May 28 19:55:19 2008 +0200
23859
23860     E1000: Add support for the 82541GI LF Intel Pro 1000 GT Desktop Adapter
23861
23862     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
23863     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
23864
23865 commit ff36fbb2e7583fb808eef773f511489c7a9c2df3
23866 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
23867 Date:   Wed May 28 13:06:25 2008 -0500
23868
23869     ColdFire: Add 10 base ethernet support for mcf5445x
23870
23871     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
23872     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
23873
23874 commit 1a9fcc4b765599db24fa9c32293599f24c7a19ba
23875 Author: Jason McMullan <mcmullan@netapp.com>
23876 Date:   Fri May 30 00:53:38 2008 +0900
23877
23878     mips: Add an 'include/asm/errno.h', like all other architectures
23879
23880     All other u-boot architectures have an include/asm/errno.h, so
23881     this change adds it to the mips include/asm-mips headers also.
23882
23883     Stolen from Linux 2.6.25.
23884
23885     Signed-off-by: Jason McMullan <mcmullan@netapp.com>
23886
23887 commit e2ad8426624bac457acc6925b6ff408e9bf20466
23888 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
23889 Date:   Fri May 30 00:53:38 2008 +0900
23890
23891     [MIPS] <asm/mipsregs.h>: Update coprocessor register access macros
23892
23893     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
23894
23895 commit 1a3adac81c292f2ee76e43cdeb2fbe8f915fe194
23896 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
23897 Date:   Fri May 30 00:53:38 2008 +0900
23898
23899     [MIPS] <asm/mipsregs.h>: Update register / bit field definitions
23900
23901     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
23902
23903 commit bf462ae450a7f2eeeddc699ed345b391e3263540
23904 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
23905 Date:   Fri May 30 00:53:37 2008 +0900
23906
23907     [MIPS] <asm/mipsregs.h>: CodinygStyle cleanups
23908
23909     No functional changes.
23910
23911     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
23912
23913 commit 89a1550ec6b74452274a7a23127936e2c7eec711
23914 Author: Jason McMullan <mcmullan@netapp.com>
23915 Date:   Fri May 30 00:53:37 2008 +0900
23916
23917     mips: If CONFIG_CMD_SPI is defined, call spi_init()
23918
23919     The mips architecture currently does not call 'spi_init()' in the generic
23920     board initialization routine is CONFIG_CMD_SPI is defined.
23921
23922     This patch rectifies that problem.
23923
23924     Signed-off-by: Jason McMullan <mcmullan@netapp.com>
23925     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
23926
23927 commit e996bc339b0f39f6c0b29b1455ba7eb318b023d3
23928 Author: Jason McMullan <mcmullan@netapp.com>
23929 Date:   Fri May 30 00:53:37 2008 +0900
23930
23931     [MIPS] lib_mips/board.c: Add nand_init
23932
23933     This patch adds the standard 'nand_init()' call to the mips generic
23934     'board_init_r()' call, bringing MIPS in line with the other architectures.
23935
23936     Signed-off-by: Jason McMullan <mcmullan@netapp.com>
23937     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
23938
23939 commit d6ac2ed893c2168738aee01579d6283af8d37045
23940 Author: Scott Wood <scottwood@freescale.com>
23941 Date:   Thu May 22 10:49:46 2008 -0500
23942
23943     Remove prototypes of nand_init() in favor of including nand.h.
23944
23945     Likewise with onenand_init().
23946
23947     Signed-off-by: Scott Wood <scottwood@freescale.com>
23948
23949 commit 229c56f07a82eacda8c8720cb146fc9be0f6db54
23950 Author: Scott Wood <scottwood@freescale.com>
23951 Date:   Thu May 22 10:49:00 2008 -0500
23952
23953     Make onenand_uboot.h self-sufficient.
23954
23955     Don't assume types are provided by previously included headers.
23956
23957     Signed-off-by: Scott Wood <scottwood@freescale.com>
23958
23959 commit 9723bbb46abb7b2ca24eead5114a3faa58060c20
23960 Author: Dirk Behme <dirk.behme@gmail.com>
23961 Date:   Wed Jan 16 14:26:59 2008 +0100
23962
23963     nand: Correct NAND erase percentage output
23964
23965     For NAND erase sizes smaller than one NAND erase block, erase
23966     percentage output becomes grater than 100% e.g.
23967
23968     -- cut --
23969       > nand info
23970     Device 0: NAND 64MiB 1,8V 8-bit, sector size 16 KiB
23971       > nand erase 0x100000 0x2000
23972     NAND erase: device 0 offset 0x100000, size 0x2000
23973     Erasing at 0x100000 -- 200% complete.
23974     OK
23975       >
23976     -- cut --
23977
23978     Correct this and give user a warning that more is erased than specified:
23979
23980     -- cut --
23981       > nand erase 0x100000 0x2000
23982     NAND erase: device 0 offset 0x100000, size 0x2000
23983     Warning: Erase size 0x00002000 smaller than one erase block 0x00004000
23984                Erasing 0x00004000 instead
23985     Erasing at 0x100000 -- 100% complete.
23986     OK
23987       >
23988     -- cut --
23989
23990     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
23991
23992 commit 5922db6c0948506be91e0de44e7a6863a18a417f
23993 Author: Stelian Pop <stelian@popies.net>
23994 Date:   Tue May 13 17:31:24 2008 +0200
23995
23996     Cleanup nand_info[] declaration.
23997
23998     The nand_info array is declared as extern in several .c files.
23999     Those days, nand.h contains a reference to the array, so there is
24000     no need to declare it elsewhere.
24001
24002     Signed-off-by: Stelian Pop <stelian@popies.net>
24003     Signed-off-by: Scott Wood <scottwood@freescale.com>
24004
24005 commit 135f0a7488af2947adbe4b40b79280bdfe5e9886
24006 Author: Scott Wood <scottwood@freescale.com>
24007 Date:   Mon May 19 09:30:43 2008 -0500
24008
24009     NAND: Provide a sane default for NAND_MAX_CHIPS.
24010
24011     This allows the header to be included regardless of whether a board's
24012     config file provides NAND-related defininitions.
24013
24014     Signed-off-by: Scott Wood <scottwood@freescale.com>
24015
24016 commit a8092c021d27f27f4b323b7d49979ca01b3fc19d
24017 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
24018 Date:   Mon May 26 12:19:10 2008 +0200
24019
24020     avr32: Fix theoretical race in udelay()
24021
24022     If the specified delay is very short, the cycle counter may go past the
24023     "end" time we are waiting for before we get around to reading it.
24024
24025     Fix it by checking the different between the cycle count "now" and the
24026     cycle count at the beginning. This will work as long as the delay
24027     measured in number of cycles is below 2^31.
24028
24029     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
24030
24031 commit 48ea623eae8674793372e3e7c95e72e5a44d7a95
24032 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
24033 Date:   Wed May 21 13:01:09 2008 +0200
24034
24035     avr32: Compile atmel_mci.o conditionally
24036
24037     Remove #ifdef CONFIG_MMC from the source file and use conditional
24038     compilation in the Makefile instead.
24039
24040     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
24041
24042 commit e92a5bf8330654e33ac13f6b3058634e58f5d1c0
24043 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
24044 Date:   Thu May 22 12:28:25 2008 +0200
24045
24046     avr32: Fix wrong error flags in atmel_mci driver
24047
24048     Make sure we check for CRC errors when sending commands that use CRC
24049     checking.
24050
24051     Reported-by: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
24052     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
24053
24054 commit 7a96ddadd13e6ac9a829affce9b6f8823f580e49
24055 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
24056 Date:   Wed May 21 11:10:59 2008 +0200
24057
24058     avr32: Fix two warnings in atmel_mci.c
24059
24060     The warnings are harmless but annoying. Let's fix them.
24061
24062     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
24063
24064 commit a23e277c4a3a2bbc42d237aae29da3a8971e757f
24065 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
24066 Date:   Mon May 19 11:36:28 2008 +0200
24067
24068     avr32: Rework SDRAM initialization code
24069
24070     This cleans up the SDRAM initialization and related code a bit, and
24071     allows faster booting.
24072
24073       * Add definitions for EBI and internal SRAM to asm/arch/memory-map.h
24074       * Remove memory test from sdram_init() and make caller responsible
24075         for verifying the SDRAM and determining its size.
24076       * Remove base_address member from struct sdram_config (was sdram_info)
24077       * Add data_bits member to struct sdram_config and kill CFG_SDRAM_16BIT
24078       * Add support for a common STK1000 hack: 16MB SDRAM instead of 8.
24079
24080     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
24081
24082 commit 95107b7c028806919630bf02c653aa8f4f867c94
24083 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
24084 Date:   Mon May 19 11:27:37 2008 +0200
24085
24086     avr32: Do stricter stack checking in the exception handler
24087
24088     Don't do a stack dump if the stack pointer is outside the memory area
24089     reserved for stack.
24090
24091     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
24092
24093 commit caf83ea888a0220f41747d0b7748fa43b4a4bd49
24094 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
24095 Date:   Fri May 2 15:32:57 2008 +0200
24096
24097     avr32: Use the same entry point for reset and exception handling
24098
24099     Since the reset vector is always aligned to a very large boundary, we
24100     can save a couple of KB worth of alignment padding by placing the
24101     exception vectors at the same address.
24102
24103     Deciding which one it is is easy: If we're handling an exception, the
24104     CPU is in Exception mode. If we're starting up after reset, the CPU is
24105     in Supervisor mode. So this adds a very minimal overhead to the reset
24106     path (only executed once) and the exception handling path (normally
24107     never executed at all.)
24108
24109     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
24110
24111 commit 0c16eed2189a190bd5655b33c029f809a9b31128
24112 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
24113 Date:   Fri May 2 15:24:22 2008 +0200
24114
24115     avr32: Put memset in its own section
24116
24117     All C code is compiled with -ffunction-sections -fdata-sections.
24118     Assembly functions should get their own sections as well so that
24119     everything looks consistent.
24120
24121     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
24122
24123 commit 3ace2527ba80bd2fe1bceaab50d0b3c4fb5dd020
24124 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
24125 Date:   Fri May 2 15:21:40 2008 +0200
24126
24127     avr32: Rename pm_init() as clk_init() and make SoC-specific
24128
24129     pm_init() was always more about clock initialization than anything
24130     else. Dealing with PLLs, clock gating and such is also inherently
24131     SoC-specific, so move it into a SoC-specific directory.
24132
24133     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
24134
24135 commit 4f5972c3b2454c22957f2842cfe64ec8118e015b
24136 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
24137 Date:   Wed Apr 30 16:15:57 2008 +0200
24138
24139     avr32: Use new-style Makefile for the at32ap platform
24140
24141     This makes it easier to avoid compiling certain files later.
24142
24143     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
24144
24145 commit a9b2bb78a1bd8ebdb633509bdd1c8134d527b213
24146 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
24147 Date:   Wed Apr 30 14:36:47 2008 +0200
24148
24149     avr32: Remove unused file cpu/at32ap/pm.c
24150
24151     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
24152
24153 commit 44453b25b06426eef0b7b2fa7c026fdf19ce34f2
24154 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
24155 Date:   Wed Apr 30 14:19:28 2008 +0200
24156
24157     avr32: Clean up the HMATRIX code
24158
24159     Rework the HMATRIX configuration interface so that it becomes easier
24160     to configure the HMATRIX for boards with special needs, and add new
24161     parts.
24162
24163     The HMATRIX header file has been split into a general,
24164     chip-independent part with register definitions, etc. and a
24165     chip-specific part with SFR bitfield definitions and master/slave
24166     identifiers.
24167
24168     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
24169
24170 commit 0a2e48792dd372c90b80059f3235e67a567e16fc
24171 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
24172 Date:   Thu Nov 22 12:14:11 2007 +0100
24173
24174     avr32: Add support for the ATSTK1006 board
24175
24176     This is a replacement for ATSTK1002 with 64MB SDRAM and NAND flash on
24177     board. It's currently in production and will be available soon.
24178
24179     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
24180
24181 commit 781eb9a1e4af4bd34c138e6126ec5cc6dd4b5440
24182 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
24183 Date:   Tue Apr 29 12:53:05 2008 +0200
24184
24185     avr32: Get rid of the .flashprog section
24186
24187     The .flashprog section was only needed back when we were running
24188     directly from flash, and it's even more useless on NGW100 since it
24189     uses the CFI flash driver which never used this workaround in the
24190     first place.
24191
24192     Remove it on STK1000 as well, and get rid of all the associated code and
24193     annotations.
24194
24195     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
24196
24197 commit cdd42c0c7a5205fc380912d83229069a71ea3abf
24198 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
24199 Date:   Wed Apr 30 13:09:56 2008 +0200
24200
24201     avr32: Use correct condition around macb clock accessors
24202
24203     get_macb_pclk_rate() and get_macb_hclk_rate() should be available when
24204     the chip has a MACB controller, not when it has a USART.
24205
24206     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
24207
24208 commit f793a3581901ff39c2abb94012d9bbc8573ccf02
24209 Author: David Brownell <david-b@pacbell.net>
24210 Date:   Wed Apr 16 22:57:58 2008 -0700
24211
24212     avr32: Disable the AP7000 internal watchdog on startup
24213
24214     This patch forces the watchdog off in all cases.  That will at least
24215     get rid of the constant reboot cycle, though it won't let the watchdog
24216     actually run in the new kernels:  its probe() comes up with a polite
24217     warning.
24218
24219     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
24220
24221 commit 55ac7a7490b55da56659f95d82a0c83b9756df27
24222 Author: David Brownell <david-b@pacbell.net>
24223 Date:   Fri Feb 22 12:54:39 2008 -0800
24224
24225     avr32: stk1002 and ngw100 convergence
24226
24227     Make STK1002 and NGW100 boards act more alike:
24228       - STK boards can use as many arguments as NGW
24229       - STK boards don't need to manage FPGAs either
24230       - NGW commands should match STK ones
24231
24232     Also spell U-Boot right in prompts for STK1002 and NGW100.
24233
24234     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
24235     [haavard.skinnemoen@atmel.com: update STK100[34] as well]
24236     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
24237
24238 commit 5e1882df6a3efc7de5524d28cea4ecde7d163d54
24239 Author: Sergei Poselenov <sposelenov@emcraft.com>
24240 Date:   Tue May 27 13:47:00 2008 +0200
24241
24242     Socrates: Fix PCI bus frequency report
24243
24244     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
24245
24246 commit 791e1dba8de76ad8e762a7badb869f224a1f8b82
24247 Author: Sergei Poselenov <sposelenov@emcraft.com>
24248 Date:   Tue May 27 11:49:13 2008 +0200
24249
24250     Socrates: Added USB support.
24251
24252     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
24253
24254 commit 5a904e5637cff1d708dc67098004f83ba9e84c54
24255 Author: Sergei Poselenov <sposelenov@emcraft.com>
24256 Date:   Tue May 27 11:35:02 2008 +0200
24257
24258     USB: add new configuration variable CONFIG_PCI_OHCI_DEVNO
24259
24260     In case of several PCI USB controllers on a board this variable
24261     specifys which controller to use.
24262     See doc/README.generic_usb_ohci for details.
24263
24264     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
24265
24266 commit 2f7468aeba60e1288030a8d007c4e63bd3f13221
24267 Author: Sergei Poselenov <sposelenov@emcraft.com>
24268 Date:   Tue May 27 10:36:07 2008 +0200
24269
24270     Socrates: add support for DS75 Digital Thermo Sensor on I2C bus.
24271
24272     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
24273
24274 commit 83e9d7a2614d4006b92690afa3390c291734267e
24275 Author: Sergei Poselenov <sposelenov@emcraft.com>
24276 Date:   Mon May 26 18:16:04 2008 +0200
24277
24278     Socrates: Config file cleanup.
24279
24280     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
24281
24282 commit 602cac1389b755b223272f2328a47e6f8c240848
24283 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24284 Date:   Sat May 24 12:47:46 2008 +0200
24285
24286     MAKEALL: add at91 list
24287
24288     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24289
24290 commit 290ef6436838b1cc013bd67e0e0495c9eb3e23c0
24291 Author: Ron Madrid <ron_madrid@sbcglobal.net>
24292 Date:   Fri May 23 15:37:05 2008 -0700
24293
24294     Add Marvell 88E1118 support for TSEC
24295
24296     Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net>
24297     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
24298
24299 commit 557b377d8bfc8b833b6e749457bcdfa298331a24
24300 Author: Jens Gehrlein <sew_s@tqs.de>
24301 Date:   Mon May 5 14:06:11 2008 +0200
24302
24303     smc911x: add 16 bit support
24304
24305     Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
24306     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
24307
24308 commit 6324e5bec8825f7fee3026ffbd394454ae8b53fb
24309 Author: Christian Eggers <ceggers@gmx.de>
24310 Date:   Wed May 21 21:29:10 2008 +0200
24311
24312     Fix endianess conversion in usb_ohci.c
24313
24314     Sorry, I forgot this line:
24315
24316     Signed-off-by: Christian Eggers <ceggers@gmx.de>
24317
24318     I think this must be swapped (result may be equal).
24319
24320 commit c918261c6d9f265f88baf70f8a73dfe6f0cb9596
24321 Author: Christian Eggers <ceggers@gmx.de>
24322 Date:   Wed May 21 22:12:00 2008 +0200
24323
24324     USB: replace old swap_ with proper endianess conversion macros
24325
24326     Signed-off-by: Christian Eggers <ceggers@gmx.de>
24327     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
24328
24329 commit fb63939b4fe140849cdba69f9e64a3e0e2f3ce1c
24330 Author: Christian Eggers <ceggers@gmx.de>
24331 Date:   Wed May 21 21:29:10 2008 +0200
24332
24333     Fix endianess conversion in usb_ohci.c
24334
24335     Signed-off-by: Christian Eggers <ceggers@gmx.de>
24336     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
24337
24338 commit 477434c63c2ea5baa5c6c4e43500786f436511ff
24339 Author: Sergei Poselenov <sposelenov@emcraft.com>
24340 Date:   Thu May 22 01:15:53 2008 +0200
24341
24342     USB: add support for multiple PCI OHCI controllers
24343
24344     Add new configuration variable CONFIG_PCI_OHCI_DEVNO.
24345     In case of several PCI USB controllers on a board this variable
24346     specifys which controller to use.
24347
24348     Also add USB support for sokrates board.
24349
24350     See doc/README.generic_usb_ohci for details.
24351
24352     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
24353     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
24354
24355 commit ce6754df61cbe23b5b73d095a00ac9a8504b3d77
24356 Author: Wolfgang Denk <wd@denx.de>
24357 Date:   Wed May 21 16:56:08 2008 +0200
24358
24359     Fix some whitespace issues
24360
24361     introduced by 53677ef18 "Big white-space cleanup."
24362
24363     Signed-off-by: Wolfgang Denk <wd@denx.de>
24364
24365 commit 4416603aeb06861b468b06a981e52c3ff805db7b
24366 Author: York Sun <yorksun@freescale.com>
24367 Date:   Mon May 12 14:36:39 2008 -0500
24368
24369     Make ads5121 out-of-tree compiling safe
24370
24371     Reuse the existing DIU driver in board/freescale/common.
24372
24373     Signed-off-by: York Sun <yorksun@freescale.com>
24374
24375 commit 0e1bad47cd345c76c91a64caf41011e431b62599
24376 Author: York Sun <yorksun@freescale.com>
24377 Date:   Mon May 5 10:20:01 2008 -0500
24378
24379     Adding DIU support for Freescale 5121ADS
24380
24381     Add DIU and cfb console support to FSL 5121ADS board.
24382
24383     Use #define CONFIG_VIDEO in config file to enable fb console.
24384
24385     Signed-off-by: York Sun <yorksun@freescale.com>
24386
24387 commit a48ff68d235e671176f6b496c44246dbe5e0a93f
24388 Author: York Sun <yorksun@freescale.com>
24389 Date:   Mon May 5 10:20:00 2008 -0500
24390
24391     Replace DPRINTF with debug
24392
24393     Remove DPRINTF macro and replace it with generic debug macro.
24394
24395     Signed-off-by: York Sun <yorksun@freescale.com>
24396
24397 commit 3b80c5f574ad7f6e1c55a68f42752b427fdf778d
24398 Author: York Sun <yorksun@freescale.com>
24399 Date:   Mon May 5 10:19:59 2008 -0500
24400
24401     Move pixel clock setting to board file
24402
24403     The clock divider has different format in 5121 and 8610. This patch moves it to
24404     board specific code.
24405
24406     Signed-off-by: York Sun <yorksun@freescale.com>
24407
24408 commit 53677ef18e25c97ac613349087c5cb33ae5a2741
24409 Author: Wolfgang Denk <wd@denx.de>
24410 Date:   Tue May 20 16:00:29 2008 +0200
24411
24412     Big white-space cleanup.
24413
24414     This commit gets rid of a huge amount of silly white-space issues.
24415     Especially, all sequences of SPACEs followed by TAB characters get
24416     removed (unless they appear in print statements).
24417
24418     Also remove all embedded "vim:" and "vi:" statements which hide
24419     indentation problems.
24420
24421     Signed-off-by: Wolfgang Denk <wd@denx.de>
24422
24423 commit 2f845dc2bdf461bfee9fa25823f769f5db9eba0b
24424 Author: Sergei Poselenov <sposelenov@emcraft.com>
24425 Date:   Thu May 8 17:46:23 2008 +0200
24426
24427     socrates: fix second TSEC configuration (it is actually TSEC3)
24428
24429     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
24430
24431 commit 793670c3c0f0f72caead62f0be9fc3d9fbc6060f
24432 Author: Sergei Poselenov <sposelenov@emcraft.com>
24433 Date:   Thu May 8 14:17:08 2008 +0200
24434
24435     Fixed reset for socrates
24436
24437     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
24438
24439 commit e18575d5f589a62e19c70d471d4b4e27cad3af56
24440 Author: Sergei Poselenov <sposelenov@emcraft.com>
24441 Date:   Wed May 7 15:10:49 2008 +0200
24442
24443     socrates: changes to support FDT
24444
24445     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
24446     Signed-off-by: Wolfgang Denk <wd@denx.de>
24447
24448 commit 5d108ac8f435924c624cd6aaacd44f35f5cf94c0
24449 Author: Sergei Poselenov <sposelenov@emcraft.com>
24450 Date:   Wed Apr 30 11:42:50 2008 +0200
24451
24452     Initial support for "Socrates" board
24453
24454     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
24455
24456 commit 0e15ddd11f1a84c465e434eb051d2ef08ef02b9b
24457 Author: Yuri Tikhonov <yur@emcraft.com>
24458 Date:   Thu May 8 15:46:42 2008 +0200
24459
24460     POST: replace the LOGBUFF_INITIALIZED flag in gd->post_log_word (1 << 31) with the GD_FLG_LOGINIT flag in gd->flags.
24461
24462     This way we become able to utilize the full post_log_word for POST
24463     activities (overwise, POST ECC, which has 0x8000 ID, could be
24464     erroneously treated as started in post_output_backlog() even if there
24465     was actually no POST ECC run (because of OCM POST failure, for
24466     example).
24467
24468     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
24469
24470 commit 7845d49094c81321021b50a4dbb8864d2f3777e4
24471 Author: Yuri Tikhonov <yur@emcraft.com>
24472 Date:   Thu May 8 15:46:02 2008 +0200
24473
24474     POST: mark OCM test as POST_STOP
24475
24476     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
24477
24478 commit 28a385065882d6cb6ac5f443311ff87887ed7c13
24479 Author: Yuri Tikhonov <yur@emcraft.com>
24480 Date:   Thu May 8 15:45:26 2008 +0200
24481
24482     POST: add POST_STOP flag
24483
24484     Don't run futher tests in case of a test fails that is marked as
24485     POST_STOP.
24486
24487     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
24488     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
24489
24490 commit a525145d8110d15b4389d23c3ea8a78f22509d3f
24491 Author: Yuri Tikhonov <yur@emcraft.com>
24492 Date:   Thu May 8 15:44:16 2008 +0200
24493
24494     POST: switch CFG_POST_OCM with CFG_POST_CODEC (workaround)
24495
24496     Switch the OCM testid with the codec one. The reason is that current
24497     implementation requires the POST_ROM testid to fit into lower 16
24498     bits, and the codec test will never run with POST_ROM hopefully.
24499
24500     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
24501
24502 commit 8b96c788d58f7cb85a89ee3f19c9b335d22443cd
24503 Author: Yuri Tikhonov <yur@emcraft.com>
24504 Date:   Thu May 8 15:43:28 2008 +0200
24505
24506     lwmon5: enable OCM post test on lwmon5 board
24507
24508     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
24509
24510 commit 6e8ec682268493b8d098f99e17b1ce71b4448977
24511 Author: Yuri Tikhonov <yur@emcraft.com>
24512 Date:   Thu May 8 15:42:47 2008 +0200
24513
24514     POST: OCM test added.
24515
24516     Added OCM test to POST layer. This version runs before all other tests
24517     but doesn't yet interrupt post sequence on failure.
24518
24519     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
24520     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
24521
24522 commit 6891260bdd935a382c95d9fa333922b0dfded68a
24523 Author: Yuri Tikhonov <yur@emcraft.com>
24524 Date:   Thu May 8 15:40:39 2008 +0200
24525
24526     POST: typo fix
24527
24528     Signed-off-by: Ilya Yanok <yanok@emcraft.com>
24529
24530 commit 727f63334676e760877d43bfb8f0e9331ac8b101
24531 Author: Hebbar <gururajakr@sanyo.co.in>
24532 Date:   Tue May 20 02:16:36 2008 -0700
24533
24534     common/usb.c: fix incorrect escape sequence
24535
24536     Signed off by: Gururaja Hebbar <gururajakr@sanyo.co.in>
24537
24538 commit 4ce1e23b5e12283579828b3d23e8fd6e1328a7aa
24539 Author: York Sun <yorksun@freescale.com>
24540 Date:   Thu May 15 15:26:27 2008 -0500
24541
24542     Fix 8313ERDB board configuration
24543
24544     Change LCRR clock ratio from 2 to 4 to commodate VSC7385.
24545     Correct TSEC1 vs TSEC2 assignment.
24546     Define ETHADDR and ETH1ADDR always.
24547
24548     Signed-off-by: York Sun <yorksun@freescale.com>
24549     Signed-off-by: Timur Tabi <timur@freescale.com>
24550
24551 commit 2c289e320dcfb3760e99cf1d765cb067194a1202
24552 Author: Jon Loeliger <jdl@freescale.com>
24553 Date:   Mon May 19 09:47:25 2008 -0500
24554
24555     mpc86xx: Removed unused and unconfigured memory test code.
24556
24557     Besides, other common code exists.
24558
24559     Signed-off-by: Jon Loeliger <jdl@freescale.com>
24560
24561 commit 180a90abdae72587c0f679edf8991455e559440d
24562 Author: Wolfgang Denk <wd@denx.de>
24563 Date:   Mon May 19 12:47:11 2008 +0200
24564
24565     Release v1.3.3
24566
24567     Update CHANGELOG for release.
24568
24569     Signed-off-by: Wolfgang Denk <wd@denx.de>
24570
24571 commit 16bedc661de0dae767b1377d8413373a3fbcfa79
24572 Author: Stefan Roese <sr@denx.de>
24573 Date:   Mon May 19 07:14:38 2008 +0200
24574
24575     ppc4xx: Canyonlands: Disable PCIe0/SATA in dev-tree depending on selection
24576
24577     When SATA is selected (via jumper J6) we need to disable the first PCIe
24578     node in the device tree, so that Linux doesn't initialize it. Otherwise
24579     the Linux SATA driver will fail to detect the devices.
24580
24581     The same goes the other way around too. So if PCIe is selected we need
24582     to disable the SATA node in the device tree.
24583
24584     This is because PCIe port 0 and SATA on 460EX share the same pins
24585     (multiplexed) and we have to configure in U-Boot which peripheral is
24586     enabled.
24587
24588     Signed-off-by: Stefan Roese <sr@denx.de>
24589
24590 commit 3cc27b426aeefe2930f911692e9df3143fb2565f
24591 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24592 Date:   Sun May 18 19:09:58 2008 +0200
24593
24594     i386: Fix multiple definitions of __show_boot_progress
24595
24596     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24597
24598 commit 311f3446930c1e64c12026c1cfd00500b05be52d
24599 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24600 Date:   Sun May 18 19:09:57 2008 +0200
24601
24602     sc530_spunk: add missing SOBJS entry
24603
24604     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24605
24606 commit a559317143b4f95927b08cd388707e6f077e95fa
24607 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24608 Date:   Sun May 18 19:09:56 2008 +0200
24609
24610     sc520_spunk: Fix flash
24611
24612     flash.c:593: warning: dereferencing type-punned pointer will break strict-aliasing rules
24613     flash.c:398: error: label at end of compound statement
24614
24615     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24616
24617 commit 91f221317af64191ee8caf303ea9305943158691
24618 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24619 Date:   Sun May 18 19:09:49 2008 +0200
24620
24621     drivers/pcmcia: add missing i82365
24622
24623     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24624
24625 commit dd223944132f97ffa52977ea95e5a52428f5cc2f
24626 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24627 Date:   Sun May 18 19:09:47 2008 +0200
24628
24629     i386/bootm: remove unused var
24630
24631     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24632
24633 commit a9da341df19b32ad2ecb58ce529f7e4fada7814e
24634 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24635 Date:   Sun May 18 19:09:45 2008 +0200
24636
24637     example/gitignore: update with all generated examples
24638
24639     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24640
24641 commit a38dc3ea8614f8b0c41e432b445a9959b9711295
24642 Author: Wolfgang Denk <wd@denx.de>
24643 Date:   Thu May 15 00:42:45 2008 +0200
24644
24645     TQM8272: fix out-of-tree building
24646
24647     ...and add to MAKEALL script
24648
24649     Signed-off-by: Wolfgang Denk <wd@denx.de>
24650
24651 commit 4f805c1e3a60b9263da8ec3bcd1f45edcefa7dcf
24652 Author: Wolfgang Denk <wd@denx.de>
24653 Date:   Wed May 14 23:34:53 2008 +0200
24654
24655     environment: fix bug introduced by commit a8409f4f1ac8
24656
24657     env_get_char is not a function, but a pointer to one.
24658
24659     Signed-off-by: Wolfgang Denk <wd@denx.de>
24660
24661 commit 0c11935cd62ca1f65eeb228ff4c848440d4553bf
24662 Author: Gary Jennejohn <garyj@denx.de>
24663 Date:   Wed May 14 13:39:22 2008 +0200
24664
24665     ppc4xx: QUAD100HD: Allow the environment to be put into flash.
24666
24667     After moving TEXT_BASE the value for CFG_ENV_ADDR was incorrect.  Also
24668     use a redundant environment.
24669
24670     Signed-off-by: Gary Jennejohn <garyj@denx.de>
24671
24672 commit cda2a4a9961fd4341b7db305cb22fc05957e8b77
24673 Author: Wolfgang Denk <wd@denx.de>
24674 Date:   Wed May 14 13:55:30 2008 +0200
24675
24676     Fix config files for out-of-tree building
24677
24678     Several board/<...>/config.mk files include dynamically built (by
24679     the Makefile) config files but used the wrong file name of
24680         $(TOPDIR)/board/$(BOARDDIR)/config.tmp
24681     instead if the correct
24682         $(OBJTREE)/board/$(BOARDDIR)/config.tmp
24683
24684     The bug is nasty because the build result is correct for the (normal)
24685     in-tree builds, and because 'sinclude' is used no errors get raised
24686     even for out-of-tree build tests. But out-of-tree builds use an
24687     incomplete and thus usually incorrect configuration...
24688
24689     Signed-off-by: Wolfgang Denk <wd@denx.de>
24690
24691 commit 2dd7082e06d580404010b06fe4e0e8b7038a00c8
24692 Author: Stefan Roese <sr@denx.de>
24693 Date:   Wed May 14 13:40:03 2008 +0200
24694
24695     ppc4xx: Fix bogus Canyonlands config.mk
24696
24697     This patch fixes the canyonlands config.mk file to enable correct
24698     out-of-tree builds. Thanks to Wolfgang Denk for spotting this.
24699
24700     Signed-off-by: Stefan Roese <sr@denx.de>
24701
24702 commit fdd1247a66d788a3446244f6fde9955a93c26322
24703 Author: Stefan Roese <sr@denx.de>
24704 Date:   Wed May 14 10:32:32 2008 +0200
24705
24706     ppc4xx: Individual handling of ddr2_fixed.c for canyonlands_nand build
24707
24708     Canyonlands has a file ddr2_fixed.c which needs special treatment when
24709     building in separate directory. It has to be linked to build directory
24710     otherwise it is not seen.
24711
24712     Signed-off-by: Stefan Roese <sr@denx.de>
24713
24714 commit a8409f4f1ac84c36273c1a1e341189662521bcfb
24715 Author: Wolfgang Denk <wd@denx.de>
24716 Date:   Wed May 14 12:22:49 2008 +0200
24717
24718     environment: cleanup prototype declarations of env functions.
24719
24720     Signed-off-by: Wolfgang Denk <wd@denx.de>
24721
24722 commit cf39b07948015c480b72a6e732cf7d839aa93a9e
24723 Author: Wolfgang Denk <wd@denx.de>
24724 Date:   Wed May 14 12:21:48 2008 +0200
24725
24726     linkstation_HGLAN: Fix out of tree building.
24727
24728     Signed-off-by: Wolfgang Denk <wd@denx.de>
24729
24730 commit 085551c05ca09e6c491ea11a1c6727a36776a545
24731 Author: Stefan Roese <sr@denx.de>
24732 Date:   Wed May 14 10:32:32 2008 +0200
24733
24734     ppc4xx: Individual handling of ddr2_fixed.c for canyonlands_nand build
24735
24736     Canyonlands has a file ddr2_fixed.c which needs special treatment when
24737     building in separate directory. It has to be linked to build directory
24738     otherwise it is not seen.
24739
24740     Signed-off-by: Stefan Roese <sr@denx.de>
24741
24742 commit 1510b82d50615f344e89d42533e8224cce067dc0
24743 Author: Wolfgang Denk <wd@denx.de>
24744 Date:   Tue May 13 23:15:52 2008 +0200
24745
24746     Makefile: fix "error: version_autogenerated.h: No such file or directory"
24747
24748     Signed-off-by: Wolfgang Denk <wd@denx.de>
24749
24750 commit 54694a91428f6c3280fe1ee0923488a1e7e8dbc4
24751 Author: Stelian Pop <stelian@popies.net>
24752 Date:   Tue May 13 17:31:24 2008 +0200
24753
24754     Cleanup nand_info[] declaration.
24755
24756     The nand_info array is declared as extern in several .c files.
24757     Those days, nand.h contains a reference to the array, so there is
24758     no need to declare it elsewhere.
24759
24760     Signed-off-by: Stelian Pop <stelian@popies.net>
24761     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24762
24763 commit 70fab1908fc1734a403711eaabbef546bc4b77dc
24764 Author: Stefan Roese <sr@denx.de>
24765 Date:   Tue May 13 20:22:01 2008 +0200
24766
24767     ppc4xx: Add 405EX(r) revision C PVR definitions and detection code
24768
24769     Signed-off-by: Stefan Roese <sr@denx.de>
24770
24771 commit 65dcfa79204f4750b905a173a5365e0b2eb6c2f6
24772 Author: Wolfgang Denk <wd@denx.de>
24773 Date:   Mon May 12 01:11:21 2008 +0200
24774
24775     Revert "pci: Add CONFIG_PCI_SKIP_HOST_BRIDGE config option"
24776
24777     This reverts commit 55774b512fdf63c0516d441cc5da7c54bbffb7f2
24778     which broke many PowerPC boards.
24779
24780 commit ee0cfa70803a3e629ea581a9b216f8ecef402bfc
24781 Author: Wolfgang Denk <wd@denx.de>
24782 Date:   Mon May 12 00:56:28 2008 +0200
24783
24784     Revert "Avoid initrd and logbuffer area overlaps"
24785
24786     This reverts commit 1b5605ca57fbb364f4d78eeee28b974ed875e888
24787     which breaks building on all PPC boards that don't use a log buffer.
24788
24789 commit 02b9b22446e3d7ad6a6382be17a1ce79a7de589b
24790 Author: Nick Spence <nick.spence@freescale.com>
24791 Date:   Sat May 10 14:02:04 2008 -0700
24792
24793     Fix offset calculation for multi-type legacy images.
24794
24795     Calculation of tail was incorrect when size % 4 == 0.
24796
24797     New code removes the conditional and does the same thing but with arithmetic
24798
24799     Signed-off-by: Nick Spence <nick.spence@freescale.com>
24800
24801 commit c9dca3c3f37d2647aec4509b24b16d15882ae3e4
24802 Author: Wolfgang Denk <wd@denx.de>
24803 Date:   Mon May 12 00:40:58 2008 +0200
24804
24805     Revert "Change env_get_char from a global function ptr to a function."
24806
24807     This reverts commit c0559be371b2a64b1a817088c3308688e2182f93
24808     which is known to break booting from dataflash and NAND.
24809
24810 commit 20e5ed137483823aaea5178169f3b144c7a4d9e0
24811 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24812 Date:   Sun May 11 23:13:57 2008 +0200
24813
24814     API: remove duplicate syscall check
24815
24816     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24817
24818 commit 67e3beb52c320b0a31cf030716c99392cde2d532
24819 Author: Stelian Pop <stelian@popies.net>
24820 Date:   Fri May 9 21:46:51 2008 +0200
24821
24822     AT91: Cleanup unused config header file definitions.
24823
24824     CONFIG_ENV_OVERWRITE is commented out in the config header files,
24825     so let's cleanup the files by removing the whole definition.
24826
24827     Signed-off-by: Stelian Pop <stelian@popies.net>
24828     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24829
24830 commit 19883aede2ac0a522493bfb2b35a7dbb200071b1
24831 Author: Stelian Pop <stelian@popies.net>
24832 Date:   Thu May 8 14:52:34 2008 +0200
24833
24834     Support AT91CAP9 revC CPUs
24835
24836     The AT91CAP9 revC CPU has a few differences over the previous,
24837     revB CPU which was distributed in small quantities only (revA was
24838     an internal Atmel product only).
24839
24840     The revC silicon needs a special initialisation sequence to
24841     switch from the internal (imprecise) RC oscillator to the
24842     external 32k clock.
24843
24844     Signed-off-by: Stelian Pop <stelian@popies.net>
24845     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24846
24847 commit 098b7b4b441b12c2a64dd517930f43c793542759
24848 Author: Stelian Pop <stelian@popies.net>
24849 Date:   Thu May 8 14:52:33 2008 +0200
24850
24851     Use custom logo for Atmel boards
24852
24853     This patch adds a custom vendor logo for the Atmel AT91 boards.
24854
24855     Signed-off-by: Stelian Pop <stelian@popies.net>
24856     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24857
24858 commit 761c70b80cdd3bead40146b96a8e713d6ae01632
24859 Author: Stelian Pop <stelian@popies.net>
24860 Date:   Thu May 8 14:52:32 2008 +0200
24861
24862     AT91SAM9RLEK: hook up the ATMEL LCD driver
24863
24864     This patch makes the necessary adaptations (PIO configurations and
24865     defines in config header file) to hook up the Atmel LCD driver to the
24866     AT91SAM9RLEK board.
24867
24868     Signed-off-by: Stelian Pop <stelian@popies.net>
24869     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24870
24871 commit 56a2479cd7fecabdd91348a775b2801dd2e65c7f
24872 Author: Stelian Pop <stelian@popies.net>
24873 Date:   Thu May 8 14:52:31 2008 +0200
24874
24875     AT91SAM9263EK: hook up the ATMEL LCD driver
24876
24877     This patch makes the necessary adaptations (PIO configurations and
24878     defines in config header file) to hook up the Atmel LCD driver to the
24879     AT91SAM9263EK board.
24880
24881     Signed-off-by: Stelian Pop <stelian@popies.net>
24882     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24883
24884 commit 820f2a958325061a446115f3035e48e4726b3390
24885 Author: Stelian Pop <stelian@popies.net>
24886 Date:   Thu May 8 14:52:30 2008 +0200
24887
24888     AT91SAM9261EK: hook up the ATMEL LCD driver
24889
24890     This patch makes the necessary adaptations (PIO configurations and
24891     defines in config header file) to hook up the Atmel LCD driver to the
24892     AT91SAM9261EK board.
24893
24894     Signed-off-by: Stelian Pop <stelian@popies.net>
24895     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24896
24897 commit c139b17d20c8371c1e0a8d7fb27c11050cf86304
24898 Author: Stelian Pop <stelian@popies.net>
24899 Date:   Thu May 8 14:52:29 2008 +0200
24900
24901     AT91CAP9ADK: hook up the ATMEL LCD driver
24902
24903     This patch makes the necessary adaptations (PIO configurations and
24904     defines in config header file) to hook up the Atmel LCD driver to the
24905     AT91CAP9ADK board.
24906
24907     Signed-off-by: Stelian Pop <stelian@popies.net>
24908     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24909
24910 commit 39cf480484fcce5c04a590ee1c30be0c17b02c34
24911 Author: Stelian Pop <stelian@popies.net>
24912 Date:   Fri May 9 21:57:18 2008 +0200
24913
24914     Add ATMEL LCD driver
24915
24916     This patch adds support for the ATMEL LCDC driver which is used on some
24917     AT91 and AVR platforms.
24918
24919     Is has been tested with the AT91CAP9ADK, AT91SAM9261EK, AT91SAM9263EK and
24920     AT91SAM9RLEK boards. Adaptation for AVR32 should probably be easy.
24921
24922     Signed-off-by: Stelian Pop <stelian@popies.net>
24923     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24924
24925 commit 2118ebb44dc40f8117c94950fd95799a9ef821b2
24926 Author: Stelian Pop <stelian@popies.net>
24927 Date:   Thu May 8 18:52:25 2008 +0200
24928
24929     AT91SAM9RLEK support
24930
24931     This patch adds support for the AT91SAM9RL chip and the AT91SAM9RLEK
24932     board.
24933
24934     Signed-off-by: Stelian Pop <stelian@popies.net>
24935     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24936
24937 commit 8e429b3eee23927c1222679f6b6f53667b21595c
24938 Author: Stelian Pop <stelian@popies.net>
24939 Date:   Thu May 8 18:52:23 2008 +0200
24940
24941     AT91SAM9263EK support
24942
24943     This patch adds support for the AT91SAM9263 chip and the AT91SAM9263EK
24944     board.
24945
24946     Signed-off-by: Stelian Pop <stelian@popies.net>
24947     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24948
24949 commit d99a8ff66d8ae87e5c87590ed2e4ead629540607
24950 Author: Stelian Pop <stelian@popies.net>
24951 Date:   Thu May 8 20:52:22 2008 +0200
24952
24953     AT91SAM9261EK support
24954
24955     This patch adds support for the AT91SAM9261 chip and the AT91SAM9261EK
24956     board.
24957
24958     Signed-off-by: Stelian Pop <stelian@popies.net>
24959     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24960
24961 commit 86c8c8a414988c50104a3b02c29f50af2be738c0
24962 Author: Stelian Pop <stelian@popies.net>
24963 Date:   Thu May 8 20:52:21 2008 +0200
24964
24965     AT91SAM9260EK: Fix dataflash offsets in CONFIG_BOOTCOMMAND
24966
24967     This patch fixes the dataflash offsets used in CONFIG_BOOTCOMMAND
24968     in order to cope with the changes in DataFlash partitionning scheme
24969     (cset c3a60cb3).
24970
24971     Signed-off-by: Stelian Pop <stelian@popies.net>
24972     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24973
24974 commit 96996ac25d5222611a8888968db6e53a6d3726da
24975 Author: Stelian Pop <stelian@popies.net>
24976 Date:   Thu May 8 20:52:20 2008 +0200
24977
24978     AT91SAM9260EK: Normalize BOOTARGS
24979
24980     This patch adapts CONFIG_BOOTARGS to the chosen boot method (boot from
24981     DataFlash or from NAND), and gives to Linux a fully specified mtdparts
24982     variable.
24983
24984     Signed-off-by: Stelian Pop <stelian@popies.net>
24985     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24986
24987 commit 79f0cb6e9c54d31a1d9e3f5e226a9bebc3c3a47a
24988 Author: Stelian Pop <stelian@popies.net>
24989 Date:   Thu May 8 20:52:19 2008 +0200
24990
24991     AT91SAM9260EK: Normalize SPI timings
24992
24993     This patch changes the SPI timings to closely match the ones
24994     used by the Linux kernel and the Atmel's own bootstrap project.
24995
24996     Signed-off-by: Stelian Pop <stelian@popies.net>
24997     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24998
24999 commit c1212b2f5c5ed440bf8e9ebc8e4fd7488858b935
25000 Author: Stelian Pop <stelian@popies.net>
25001 Date:   Thu May 8 20:52:18 2008 +0200
25002
25003     AT91SAM9260EK: Handle 8 or 16 bit NAND
25004
25005     The Atmel boards can handle 8 or 16 bit NAND memories. This patch
25006     makes the support configurable in the board config header file
25007     (CFG_NAND_DBW_8 or CFG_NAND_DBW_16).
25008
25009     Signed-off-by: Stelian Pop <stelian@popies.net>
25010     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25011
25012 commit ab52640fc01624e208424e527af0b7b3a5a65a12
25013 Author: Stelian Pop <stelian@popies.net>
25014 Date:   Thu May 8 20:52:17 2008 +0200
25015
25016     AT91CAP9ADK: Fix dataflash offsets in CONFIG_BOOTCOMMAND
25017
25018     This patch fixes the dataflash offsets used in CONFIG_BOOTCOMMAND
25019     in order to cope with the changes in DataFlash partitionning scheme
25020     (cset c3a60cb3).
25021
25022     Signed-off-by: Stelian Pop <stelian@popies.net>
25023     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25024
25025 commit 3267508ec4c9e74c39ee41c9ae6951ad185fe270
25026 Author: Stelian Pop <stelian@popies.net>
25027 Date:   Thu May 8 20:52:16 2008 +0200
25028
25029     AT91CAP9ADK: Normalize BOOTARGS
25030
25031     This patch adapts CONFIG_BOOTARGS to the chosen boot method (boot from
25032     DataFlash or from NAND), and gives to Linux a fully specified mtdparts
25033     variable.
25034
25035     Signed-off-by: Stelian Pop <stelian@popies.net>
25036     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25037
25038 commit 93da48b910511911ce110656e17ed733c8ac4c45
25039 Author: Stelian Pop <stelian@popies.net>
25040 Date:   Thu May 8 20:52:15 2008 +0200
25041
25042     AT91CAP9ADK: Normalize SPI timings
25043
25044     This patch changes the SPI timings to closely match the ones
25045     used by the Linux kernel and the Atmel's own bootstrap project.
25046
25047     Signed-off-by: Stelian Pop <stelian@popies.net>
25048     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25049
25050 commit 1c90df3e148ce0a3e2c86c63b38b19d47772f2a0
25051 Author: Stelian Pop <stelian@popies.net>
25052 Date:   Thu May 8 20:52:14 2008 +0200
25053
25054     AT91CAP9ADK: Handle 8 or 16 bit NAND
25055
25056     The Atmel boards can handle 8 or 16 bit NAND memories. This patch
25057     makes the support configurable in the board config header file
25058     (CFG_NAND_DBW_8 or CFG_NAND_DBW_16).
25059
25060     Signed-off-by: Stelian Pop <stelian@popies.net>
25061     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25062
25063 commit 11b162bae058e96c7929e358d4adff2bee6c2cc4
25064 Author: Stelian Pop <stelian@popies.net>
25065 Date:   Thu May 8 20:52:13 2008 +0200
25066
25067     Use a common u-boot.lds file across all AT91CAP9/AT91SAM9 platforms
25068
25069     All the AT91CAP9/AT91SAM9 boards have the same linker script. The patch
25070     below avoids the duplication of u-boot.lds by putting the file in the
25071     cpu directory instead of the board one.
25072
25073     Signed-off-by: Stelian Pop <stelian@popies.net>
25074     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25075
25076 commit d48abea4b89adaf5e45ea75b5e38c0d8de179ece
25077 Author: Stelian Pop <stelian@popies.net>
25078 Date:   Thu May 8 20:52:12 2008 +0200
25079
25080     Add proper copyright notices in Atmel boards Makefiles
25081
25082     The Makefiles for the AT91CAP9/AT91SAM9 boards have an incomplete
25083     copyright notice. This patch adds the missing pieces.
25084
25085     Signed-off-by: Stelian Pop <stelian@popies.net>
25086     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25087
25088 commit e817a042cef6164bf26fee86f90326f2ec9e6745
25089 Author: Stelian Pop <stelian@popies.net>
25090 Date:   Thu May 8 20:52:11 2008 +0200
25091
25092     Add copyright information in Atmel boards partition.c
25093
25094     When Ulf did the dataflash.c cleanup, he didn't add his copyright on
25095     the new created files. This patch fixes the problem.
25096
25097     Signed-off-by: Stelian Pop <stelian@popies.net>
25098     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25099
25100 commit 4f6c810106f4f76d83cfc57d98f4540cd45f9a19
25101 Author: Stelian Pop <stelian@popies.net>
25102 Date:   Thu May 8 20:52:10 2008 +0200
25103
25104     Update origin and copyright information in arch-at91sam9 header files
25105
25106     When doing the AT91CAP9/AT91SAM9 port, a number of header files were
25107     copied from the Linux kernel sources. This patch explicitly specifies
25108     this origin for all the copied headers, and for those missing copyright
25109     information, adds it.
25110
25111     Additionaly, the header file 'at91sam926x_mc.h' has been superceeded
25112     in the latest kernel sources by 'at91sam9_smc.h'.
25113
25114     The copyright information has been confirmed by the AT91 Linux kernel
25115     maintainer, Andrew Victor <avictor.za@gmail.com>.
25116
25117     Signed-off-by: Stelian Pop <stelian@popies.net>
25118     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25119
25120 commit 79dd1712689d6a5031d7cbff54957049680751c7
25121 Author: Markus Klotzbücher <mk@denx.de>
25122 Date:   Thu May 8 16:00:55 2008 +0200
25123
25124     ppc4xx: Kilauea: Add CONFIG_BOOTP_SUBNETMASK to Kilauea board config
25125
25126     When using dhcp/bootp the "netmask" environment variable is not set
25127     because CONFIG_BOOTP_SUBNETMASK is not defined. But usually this is
25128     desireable, so the following patch adds this this option to the board
25129     config.
25130
25131     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
25132     Signed-off-by: Stefan Roese <sr@denx.de>
25133
25134 commit 869d14b4cc2e47de2ddcb117bad0407a44436684
25135 Author: Stefan Roese <sr@denx.de>
25136 Date:   Sat May 10 10:30:36 2008 +0200
25137
25138     ppc4xx: Update Makalu defconfig to use device-tree booting as default
25139
25140     This patch reworks the default environment on Makalu. Now "net_nfs" for
25141     example uses the device-tree style booting formerly know as "net_nfs_fdt".
25142     Also the addresses in RAM were changed because of the new image booting
25143     support, which check for image overwriting. So the addresses needed to
25144     get adjusted.
25145
25146     Signed-off-by: Stefan Roese <sr@denx.de>
25147
25148 commit f3612a7b199cab3942f60d9c1392eb39d58cc699
25149 Author: Becky Bruce <bgill@freescale.com>
25150 Date:   Wed May 7 13:28:16 2008 -0500
25151
25152     PPC: fix map_physmem build warning
25153
25154     map_physmem currently generates a warning when CONFIG_PHYS_64BIT is
25155     enabled.  This quiets the warning.
25156
25157     Signed-off-by: Becky Bruce <Becky.Bruce@freescale.com>
25158
25159 commit 36f32675f40292002ee1fed252c180a43022d2d4
25160 Author: Becky Bruce <bgill@freescale.com>
25161 Date:   Wed May 7 13:24:57 2008 -0500
25162
25163     Update pci code to use phys_addr_t
25164
25165     Physical addrs need to be represented by phys_addr_t, not
25166     unsigned long.  Otherwise, systems that use CONFIG_PHYS_64BIT
25167     are going to fail mightily.
25168
25169     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
25170
25171 commit 91a616741fc128cdb88f39bddcd4d72fe17466d0
25172 Author: Nick Spence <nick.spence@freescale.com>
25173 Date:   Thu May 8 22:32:22 2008 -0700
25174
25175     Support legacy multi-type images without FDT section.
25176
25177     This patch enables legacy multi-type images containing only a Linux kernel
25178     and root file system to be loaded, maintaining compatibility with previous
25179     versions of u-boot.
25180
25181     This is required when using old image files such as a Linux 2.4 kernel /
25182     filesystem.
25183
25184     Signed-off-by: Nick Spence <nick.spence@freescale.com>
25185     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
25186
25187 commit 881031d9732783b7aeae2198fc7eb480ae8974a6
25188 Author: Wolfgang Denk <wd@denx.de>
25189 Date:   Sat May 10 00:38:02 2008 +0200
25190
25191     Update CHANGELOG.
25192
25193     Signed-off-by: Wolfgang Denk <wd@denx.de>
25194
25195 commit e5e9d6c9c08160be7e5a36e04d125ccce99b8774
25196 Author: Wolfgang Denk <wd@denx.de>
25197 Date:   Sat May 10 00:36:09 2008 +0200
25198
25199     post/cpu/ppc4xx/Makefile: line length cleanup
25200
25201     Signed-off-by: Wolfgang Denk <wd@denx.de>
25202
25203 commit cce9cfdabcf416ecd2aacc3681c91e5378c75a3d
25204 Author: Stelian Pop <stelian@popies.net>
25205 Date:   Thu May 8 22:52:09 2008 +0200
25206
25207     Fix @ -> <at> substitution
25208
25209     When applying the AT91CAP9 patches upstream, something transformed
25210     the '@' character into the ' <at> ' sequence.
25211
25212     The patch below restores the original form in all the places where
25213     it has been modified (the AT91CAP9 files, the AT91SAM9260 files which
25214     were copied from AT91CAP9, and a couple of other files where the
25215     ' <at> ' sequence was present).
25216
25217     Signed-off-by: Stelian Pop <stelian@popies.net>
25218
25219 commit 9606b3c81b3c47a1d58514e9a232c6f461a17597
25220 Author: Stelian Pop <stelian@popies.net>
25221 Date:   Thu May 8 22:52:10 2008 +0200
25222
25223     Update origin and copyright information in arch-at91sam9 header files
25224
25225     When doing the AT91CAP9/AT91SAM9 port, a number of header files were
25226     copied from the Linux kernel sources. This patch explicitly specifies
25227     this origin for all the copied headers, and for those missing copyright
25228     information, adds it.
25229
25230     Additionaly, the header file 'at91sam926x_mc.h' has been superceeded
25231     in the latest kernel sources by 'at91sam9_smc.h'.
25232
25233     The copyright information has been confirmed by the AT91 Linux kernel
25234     maintainer, Andrew Victor <avictor.za@gmail.com>.
25235
25236     Signed-off-by: Stelian Pop <stelian@popies.net>
25237
25238 commit ceb6b4fbe1dcc40bb672ef8133ddf4813e97cbb1
25239 Author: Stelian Pop <stelian@popies.net>
25240 Date:   Thu May 8 22:52:11 2008 +0200
25241
25242     Add copyright information in Atmel boards partition.c
25243
25244     When Ulf did the dataflash.c cleanup, he didn't add his copyright on
25245     the new created files. This patch fixes the problem.
25246
25247     Signed-off-by: Stelian Pop <stelian@popies.net>
25248
25249 commit 2ab02fd456d8ef92ae9f5439618d1fa7ca16e5f3
25250 Author: Guennadi Liakhovetski <lg@denx.de>
25251 Date:   Thu May 8 10:09:27 2008 +0200
25252
25253     mx31ads: fix 32kHz clock handling
25254
25255     According to schematics and to RedBoot sources, the MX31ADS uses a 32768Hz
25256     oscillator as a SKIL source. Fix previously wrongly assumed 32000Hz value.
25257     Also fix a typo when verifying a jumper configuration. While at it, make
25258     two needlessly global functions static.
25259
25260     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
25261
25262 commit 1b5605ca57fbb364f4d78eeee28b974ed875e888
25263 Author: Marian Balakowicz <m8@semihalf.com>
25264 Date:   Wed May 7 13:10:04 2008 +0200
25265
25266     Avoid initrd and logbuffer area overlaps
25267
25268     Add logbuffer to reserved LMB areas to prevent initrd allocation
25269     from overlaping with it.
25270
25271     Make sure to use correct logbuffer base address.
25272
25273     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
25274
25275 commit c59518e15949b3403df5c5b0c2c48ea0e5bea24b
25276 Author: Marian Balakowicz <m8@semihalf.com>
25277 Date:   Wed May 7 13:08:54 2008 +0200
25278
25279     ppc: Cleanup get_effective_memsize() use
25280
25281     Removed duplicated effective memory size calculation code.
25282
25283     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
25284
25285 commit 273c37d843d5b581090378016cd12dd9c586907b
25286 Author: Marian Balakowicz <m8@semihalf.com>
25287 Date:   Wed May 7 09:03:53 2008 +0200
25288
25289     Fix build errors when CONFIG_LOGBUFFER and CONFIG_FIT are enabled
25290
25291     Recent modifcations to LOGBUFFER handling code were incorrecly
25292     introduced to fit_check_kernel() routine during
25293     "Merge branch 'new-image' of git://www.denx.de/git/u-boot-testing",
25294     commit 27f33e9f45ef7f9685cbdc65066a1828e85dde4f.
25295
25296     This patch cleans up this merge issue.
25297
25298     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
25299
25300 commit bc11756daff89a3de09ca80adac962b88cf06e6e
25301 Author: Grant Erickson <gerickson@nuovations.com>
25302 Date:   Tue May 6 20:16:15 2008 -0700
25303
25304     Propagate Error Status to the Shell on fw_printenv Errors
25305
25306     Changed implementation such that fw_printenv returns failure status
25307     when one or more specified variables do not exist or when incorrect
25308     command syntax is used.
25309
25310     This aids scripting fw_printenv such that the script can key of the
25311     return status rather than relying on standard error "scraping".
25312
25313     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
25314     Signed-off-by: Wolfgang Denk <wd@denx.de>
25315
25316 commit f3b6d528e4dd719640a4bfcd954f4e4c7f5db0d6
25317 Author: Grant Erickson <gerickson@nuovations.com>
25318 Date:   Tue May 6 16:18:00 2008 -0700
25319
25320     Fix Compilation Errors with 'tools/env/fw_printenv'
25321
25322     In the current top-of-tree, 1.3.3.-rc2, the optional tool
25323     'tools/env/fw_printenv' fails to compile for two reasons:
25324
25325     1) The header watchdog.h cannot be found.
25326     2) The header zlib.h is picked up from the tool chain rather than the
25327        project causing a prototype conflict for crc32.
25328
25329     This patch addresses both of these issues.
25330
25331     Platforms Tested On:
25332     - AMCC "Kilauea"
25333
25334     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
25335
25336 commit 597f6c26a18b389903a64692bacbf9a1ca69355b
25337 Author: James Yang <James.Yang@freescale.com>
25338 Date:   Mon May 5 10:22:53 2008 -0500
25339
25340     Fix readline_into_buffer() with CONFIG_CMDLINE_EDITING before relocating
25341
25342     When CONFIG_CMDLINE_EDITING is enabled, readline_into_buffer() doesn't
25343     work before relocating to RAM because command history is written into
25344     a global array that is not writable before relocation.  This patch
25345     defers to the no-editing and no-history code in readline_into_buffer()
25346     if it is called before relocation.
25347
25348     Signed-off-by: James Yang <James.Yang@freescale.com>
25349     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
25350
25351 commit 726c0f1e5f108dccea052965123b95837d2bd402
25352 Author: Detlev Zundel <dzu@denx.de>
25353 Date:   Mon May 5 16:11:22 2008 +0200
25354
25355     cosmetic: Adjust coding style for switch statements to be consistent
25356
25357     Signed-off-by: Detlev Zundel <dzu@denx.de>
25358
25359 commit 574b319512b13e10800f0045e39b993f4ca25e42
25360 Author: Detlev Zundel <dzu@denx.de>
25361 Date:   Mon May 5 16:11:21 2008 +0200
25362
25363     Fix disk type output in disk/part.c
25364
25365     Signed-off-by: Detlev Zundel <dzu@denx.de>
25366
25367 commit 045b4d2d7168ef09c7349dcf6ecebe7432b74171
25368 Author: Vlad Lungu <vlad.lungu@windriver.com>
25369 Date:   Mon May 5 14:20:03 2008 +0300
25370
25371     Mail address change, documentation modified
25372
25373     Signed-off-by: Vlad Lungu <vlad.lungu@windrvier.com>
25374
25375 commit 4d49b28038e2819088e8356a77212fc95a89ce5a
25376 Author: Michal Simek <monstr@monstr.eu>
25377 Date:   Sun May 4 15:42:41 2008 +0200
25378
25379     microblaze: Repare intc handling
25380
25381     Signed-off-by: Michal Simek <monstr@monstr.eu>
25382
25383 commit 878b3b1e193e570caf3e96ad8e31e561f68d0287
25384 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25385 Date:   Sun May 4 15:17:52 2008 +0200
25386
25387     include/gitignore: update to all architectures
25388
25389     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25390
25391 commit 1df368aed3b8bc240fe1595d290b0e91b22961da
25392 Author: Marcel Ziswiler <marcel@ziswiler.com>
25393 Date:   Mon May 5 02:12:06 2008 +0200
25394
25395     ide: Remove spurious second include of io.h
25396
25397     Removed the second include, with all the #ifdef around as suggested by Wolfgang.
25398
25399     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
25400
25401 commit 8fbc985bdad09b23b7eb4df1d2ea589619d8db4c
25402 Author: Adrian Filipi <adrian.filipi@eurotech.com>
25403 Date:   Tue May 6 16:46:37 2008 -0400
25404
25405     Fix some typos
25406
25407     This patch fixes three typos.
25408     The first is a repetition of CONFIG_CMD_BSP.
25409     The second makes the #endif comment match its #if.
25410     The third is a spelling error.
25411
25412     Signed-off-by: Adrian Filipi <adrian.filipi@eurotech.com>
25413
25414 commit e419e12d04ae3b280c99a87a2ea4ad7a40628bcb
25415 Author: Grant Erickson <gerickson@nuovations.com>
25416 Date:   Sun May 4 16:45:01 2008 -0700
25417
25418     Recognize 'powerpc' As an Alias for IH_ARCH_PPC
25419
25420     Add support for the recognition of 'powerpc' as an alias for the PowerPC
25421     architecture type since Linux is already trending in that direction,
25422     preferring 'powerpc' to 'ppc'.
25423
25424     Signed-off-by: Grant Erickson <gerickson@nuovations.com>
25425
25426 commit f5a24259190c388c2527bdc49fee34577d862cc7
25427 Author: Wheatley Travis <Travis.Wheatley@freescale.com>
25428 Date:   Fri May 2 13:35:15 2008 -0700
25429
25430     7450 and 86xx L2 cache invalidate bug corrections
25431
25432     The 7610 and related parts have an L2IP bit in the L2CR that is
25433     monitored to signal when the L2 cache invalidate is complete whereas the
25434     7450 and related parts utilize L2I for this purpose. However, the
25435     current code does not account for this difference. Additionally the 86xx
25436     L2 cache invalidate code used an "andi" instruction where an "andis"
25437     instruction should have been used.
25438
25439     This patch addresses both of these bugs.
25440
25441     Signed-off-by: Travis Wheatley <travis.wheatley@freescale.com>
25442     Acked-By: Jon Loeliger <jdl@freescale.com>
25443
25444 commit 4d31cdc45d3592a5545a649fb5a24b458a4e4b72
25445 Author: Wolfgang Denk <wd@denx.de>
25446 Date:   Fri May 9 10:16:13 2008 +0200
25447
25448     Avoid infinite loop "Generating include/autoconf.mk"
25449
25450     Fix a bogus circular dependency that caused an infinite loop of
25451     "Generating include/autoconf.mk" again and again.
25452
25453     Signed-off-by: Wolfgang Denk <wd@denx.de>
25454
25455 commit 567fb852178dbf59529d7301620a3f3732a4b02d
25456 Author: Stelian Pop <stelian@popies.net>
25457 Date:   Thu May 8 22:52:09 2008 +0200
25458
25459     Fix @ -> <at> substitution
25460
25461     When applying the AT91CAP9 patches upstream, something transformed
25462     the '@' character into the ' <at> ' sequence.
25463
25464     The patch below restores the original form in all the places where
25465     it has been modified (the AT91CAP9 files, the AT91SAM9260 files which
25466     were copied from AT91CAP9, and a couple of other files where the
25467     ' <at> ' sequence was present).
25468
25469     Signed-off-by: Stelian Pop <stelian@popies.net>
25470     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25471
25472 commit 73ccb3410a0785593cda7aee455dfc51f790e281
25473 Author: Gary Jennejohn <gary.jennejohn@freenet.de>
25474 Date:   Mon Apr 28 14:04:32 2008 +0200
25475
25476     ppc4xx: Add the Harris QUAD100HD AMCC 405EP-based board
25477
25478     Signed-off-by: Gary Jennejohn <garyj@denx.de>
25479     Signed-off-by: Stefan Roese <sr@denx.de>
25480
25481 commit ef2642625cbfb1c3695e3478d08ae515052a4950
25482 Author: Stefan Roese <sr@denx.de>
25483 Date:   Thu May 8 11:10:46 2008 +0200
25484
25485     ppc4xx: Kilauea: Fix incorrect FPGA FIFO address
25486
25487     Signed-off-by: Stefan Roese <sr@denx.de>
25488
25489 commit a00eccfebc954ad9485161efeca7d9aaf626d530
25490 Author: Stefan Roese <sr@denx.de>
25491 Date:   Thu May 8 11:05:15 2008 +0200
25492
25493     ppc4xx: Add fdt support to all remaining AMCC PPC4xx eval boards
25494
25495     This patch adds fdt (flattened device tree) support to all remaining AMCC
25496     eval boards. Most newer boards already support device tree. With this patch,
25497     all AMCC boards now enable device tree passing from U-Boot to Linux
25498     arch/powerpc kernels.
25499
25500     Signed-off-by: Stefan Roese <sr@denx.de>
25501
25502 commit cb5d88b9611e0c35c53543ad3b4ab99fa82203e3
25503 Author: Stefan Roese <sr@denx.de>
25504 Date:   Thu May 8 11:01:09 2008 +0200
25505
25506     ppc4xx: Add weak default ft_board_setup() routine
25507
25508     This patch adds a default ft_board_setup() routine to the 4xx fdt code.
25509     This routine is defined as weak and can be overwritten by a board specific
25510     one if needed.
25511
25512     Signed-off-by: Stefan Roese <sr@denx.de>
25513
25514 commit d1c1ba85c7915053adf6a8d14a08ac6fcb750d01
25515 Author: Stefan Roese <sr@denx.de>
25516 Date:   Thu May 8 10:48:58 2008 +0200
25517
25518     ppc4xx: acadia: Add fdt support and fix section overlap problem
25519
25520     This patch adds fdt (flattened device tree) support to the AMCC
25521     Acadia eval board. This increases the image size and it doesn't
25522     fit anymore into 256kByte. Since we didn't want to remove features
25523     from the configuration, we decided to increase the U-Boot image size
25524     (add one flash sector).
25525
25526     Also changed the default environment definition to make it
25527     independent of such changes.
25528
25529     Signed-off-by: Stefan Roese <sr@denx.de>
25530
25531 commit 4adb3023de75bc150f088c8935db340930ad38c8
25532 Author: Ira Snyder <iws@ovro.caltech.edu>
25533 Date:   Tue Apr 29 11:18:54 2008 -0700
25534
25535     ppc4xx: Add device tree support to AMCC Yosemite
25536
25537     Add support for booting with a device tree blob. This is needed to boot
25538     ARCH=powerpc kernels. Also add support for setting the eth0 mac address
25539     via the ethaddr variable.
25540
25541     Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
25542     Signed-off-by: Stefan Roese <sr@denx.de>
25543
25544 commit b9bbefce1a653ea35f74a66ec117cdda2e043a4b
25545 Author: Dave Mitchell <dmitchell@amcc.com>
25546 Date:   Wed May 7 09:00:23 2008 -0700
25547
25548     ppc4xx: Fix typos in 460GT/EX FBDV array
25549
25550     Corrected two typos in the 460GT/EX FBDV array.
25551
25552     Signed-off-by: Dave Mitchell <dmitchell@amcc.com>
25553     Signed-off-by: Stefan Roese <sr@denx.de>
25554
25555 commit 66f5fa9263629271edc86178b1f224e3c9aab2b3
25556 Author: Andy Fleming <afleming@freescale.com>
25557 Date:   Wed May 7 16:54:31 2008 -0500
25558
25559     85xx: Limit CPU2 workaround to parts that have the errata
25560
25561     Signed-off-by: Ebony Zhu <ebony.zhu@freescale.com>
25562     Signed-off-by: Andy Fleming <afleming@freescale.com>
25563
25564 commit a5fe514e8ace564300d2c1d73846ddff49654243
25565 Author: Lee Nipper <lee.nipper@freescale.com>
25566 Date:   Fri Apr 25 15:44:45 2008 -0500
25567
25568     mpc83xx: system performance settings for MPC8349EMDS.
25569
25570     These same settings are used on MPC8349ITX, and
25571     improve performance on MPC8349EMDS.
25572
25573     Signed-off-by: Lee Nipper <lee.nipper@freescale.com>
25574     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
25575
25576 commit 49387dba910e485640b575e920ee463b7e611dc3
25577 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
25578 Date:   Tue May 6 13:22:52 2008 +0900
25579
25580     [MIPS] cpu/mips/cache.S: Fix build warning
25581
25582     Some old GNU assemblers, such as v2.14 (ELDK 3.1.1), v2.16 (ELDK 4.1.0),
25583     warns illegal global symbol references by bal (and jal also) instruction.
25584     This does not happen with the latest binutils v2.18.
25585
25586     Here's an example on gth2_config:
25587
25588     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
25589     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
25590     c -EB -c -o cache.o cache.S
25591     cache.S: Assembler messages:
25592     cache.S:243: Warning: Pretending global symbol used as branch target is local.
25593     cache.S:250: Warning: Pretending global symbol used as branch target is local.
25594
25595     In principle, gas might be sensitive to global symbol references in PIC
25596     code because they should be processed through GOT (global offset table).
25597     But if `bal' instruction is used, it results in PC-based offset jump.
25598     This is the cause of this warning.
25599
25600     In practice, we know it doesn't matter whether PC-based reference or GOT-
25601     based. As for this case, both will work before/after relocation. But let's
25602     fix the code.
25603
25604     This patch explicitly sets up a target address, then jump there.
25605     Here's an example of disassembled code with/without this patch.
25606
25607      90000668:       1485ffef        bne     a0,a1,90000628 <mips_cache_reset+0x20>
25608      9000066c:       ac80fffc        sw      zero,-4(a0)
25609      90000670:       01402821        move    a1,t2
25610     -90000674:       0411ffba        bal     90000560 <mips_init_icache>
25611     -90000678:       01803021        move    a2,t4
25612     -9000067c:       01602821        move    a1,t3
25613     -90000680:       0411ffcc        bal     900005b4 <mips_init_dcache>
25614     -90000684:       01a03021        move    a2,t5
25615     -90000688:       03000008        jr      t8
25616     -9000068c:       00000000        nop
25617     +90000674:       01803021        move    a2,t4
25618     +90000678:       8f8f83ec        lw      t7,-31764(gp)
25619     +9000067c:       01e0f809        jalr    t7
25620     +90000680:       00000000        nop
25621     +90000684:       01602821        move    a1,t3
25622     +90000688:       01a03021        move    a2,t5
25623     +9000068c:       8f8f81e0        lw      t7,-32288(gp)
25624     +90000690:       01e0f809        jalr    t7
25625     +90000694:       00000000        nop
25626     +90000698:       03000008        jr      t8
25627     +9000069c:       00000000        nop
25628
25629     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
25630
25631 commit 0f8c62a14b523c56874ebcb67c1a16c99aad48b3
25632 Author: Vlad Lungu <vlad.lungu@windriver.com>
25633 Date:   Mon May 5 14:04:00 2008 +0300
25634
25635     Allow building mips versions with ELDK 3.1.1
25636
25637     .gpword works only with local symbols on certain binutils versions
25638
25639     Signed-off-by: Vlad Lungu <vlad.lungu@windrvier.com>
25640
25641 commit 12a67a9e51f6b3ec26cb0f077fb5685a447c359d
25642 Author: Wolfgang Denk <wd@denx.de>
25643 Date:   Mon May 5 12:52:36 2008 +0200
25644
25645     MAKEALL: add inka4x0 board
25646
25647     Signed-off-by: Wolfgang Denk <wd@denx.de>
25648
25649 commit b83dcc13ae7b2dab394bfef6f699750d11490ee2
25650 Author: Wolfgang Denk <wd@denx.de>
25651 Date:   Sun May 4 21:34:23 2008 +0200
25652
25653     kb9202 board: fix build problem.
25654
25655     Signed-off-by: Wolfgang Denk <wd@denx.de>
25656
25657 commit 6adf61dc4cb5c53a2df990cbc8df2bceacbfd869
25658 Author: Wolfgang Denk <wd@denx.de>
25659 Date:   Sun May 4 12:10:33 2008 +0200
25660
25661     Prepare for v1.3.3-rc3
25662
25663     Update ChNAGELOG, minor white space cleanup.
25664
25665     Signed-off-by: Wolfgang Denk <wd@denx.de>
25666
25667 commit 7c0773fde6100b61be2558cb5d8c442a3194aecb
25668 Author: Wolfgang Denk <wd@denx.de>
25669 Date:   Sun May 4 00:35:15 2008 +0200
25670
25671     drivers/net/tsec.c: Fix typo.
25672
25673     Signed-off-by: Wolfgang Denk <wd@denx.de>
25674
25675 commit aa737945e6f37a5de5dbad550a7694e0cb2a8120
25676 Author: Mike Frysinger <vapier@gentoo.org>
25677 Date:   Fri May 2 21:45:12 2008 -0400
25678
25679     version_autogenerated.h: use printf rather than echo -n
25680
25681     Some systems are dumb and do not implement the -n flag to echo (like OS X).
25682     Convert the Makefile to use printf as this should work everywhere.
25683
25684     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
25685     Signed-off-by: Wolfgang Denk <wd@denx.de>
25686
25687 commit 4acc2a108ad0a669165924704a6cb083f9138242
25688 Author: Mike Frysinger <vapier@gentoo.org>
25689 Date:   Fri May 2 18:17:50 2008 -0400
25690
25691     fix building when saveenv is disabled in some setups
25692
25693     If you enable environment in the flash, but disable the embedded
25694     option, and you disable the saveenv command, then the #if nested
25695     logic will trigger a compile failure:
25696     env_flash.c: In function 'env_relocate_spec':
25697     env_flash.c:399: error: 'flash_addr' undeclared (first use in this function)
25698     The fix is to add CMD_SAVEENV ifdef protection like everywhere else.
25699
25700     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
25701
25702 commit ccf1ad535ae1c0dc2d466235c668adbdfe3a55b7
25703 Author: Jeremy McNicoll <jeremy.mcnicoll@windriver.com>
25704 Date:   Fri May 2 16:10:04 2008 -0400
25705
25706     SBC8548: fix address mask to allow 64M flash
25707
25708     Fix incorrect mask to enable all 64MB of onboard flash.
25709     Previously U-Boot incorrectly mapped only 8MB of flash, this
25710     patch correctly maps all the available flash.
25711
25712     Signed-off-by: Jeremy McNicoll <jeremy.mcnicoll@windriver.com>
25713
25714 commit 3648085c464c8c22ef76fab006ca4344d3796124
25715 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25716 Date:   Fri May 2 19:48:56 2008 +0200
25717
25718     qemu_mips: add README
25719
25720     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25721
25722 commit 6fdd002689190a0022c7b3dbab37fcba724580ce
25723 Author: Marcel Ziswiler <marcel@ziswiler.com>
25724 Date:   Fri May 2 02:35:59 2008 +0200
25725
25726     Fix misspelled comment
25727
25728     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
25729
25730 commit fa956fde60b7ec4dd66bd62f9910fd341b5049a1
25731 Author: Mike Frysinger <vapier@gentoo.org>
25732 Date:   Thu May 1 04:13:05 2008 -0400
25733
25734     mkimage: make mmap() checks consistent
25735
25736     The mmap() related code is full of inconsistent casts/constants when
25737     it comes to error checking, and may break when building on some
25738     systems (like ones that do not implicitly define the caddr_t type).
25739     Let's just avoid the whole mess by writing the code nice and clean in
25740     the first place.
25741
25742     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
25743
25744 commit 8e90cd0447a0f0ccf529ef86f0e6b56187d3b82a
25745 Author: Marcel Ziswiler <marcel@ziswiler.com>
25746 Date:   Thu May 1 09:05:34 2008 +0200
25747
25748     Fix defined but not used build warning
25749
25750     - warning: 'srom' defined but not used
25751
25752     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
25753
25754 commit b71190f3250aaffcc81c35f6cfd3498cb7c48013
25755 Author: Marcel Ziswiler <marcel@ziswiler.com>
25756 Date:   Thu May 1 09:05:26 2008 +0200
25757
25758     Fix implicit declaration build warnings
25759
25760     - warning: implicit declaration of function â€˜serial_initialize’
25761
25762     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
25763
25764 commit 9acde129cc3f9c1b3bc11a821480dd446774d618
25765 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
25766 Date:   Tue Apr 29 19:18:32 2008 +0200
25767
25768     TSEC: add config options for VSC8601 RGMII PHY
25769
25770     The Vitesse VSC8601 RGMII PHY has internal delay for both Rx
25771     and Tx clock lines. They are configured using 2 bits in extended
25772     register 0x17.
25773     Therefore CFG_VSC8601_SKEW_TX and CFG_VSC8601_SKEW_RX have
25774     been introduced with valid values 0-3 giving 0.0, 1.4,1.7 and 2.0ns delay.
25775
25776     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
25777     Acked-by: Andy Fleming <afleming@freescale.com>
25778     Acked-by: Ben Warren <biggerbadderben@gmail.com>
25779     --
25780
25781      drivers/net/tsec.c |    6 ++++++
25782      drivers/net/tsec.h |    3 +++
25783      2 files changed, 9 insertions(+), 0 deletions(-)
25784
25785 commit bd98ee60df43ee6dd6f5ebe32c67d03e90513ff8
25786 Author: Wolfgang Denk <wd@denx.de>
25787 Date:   Sat May 3 23:07:15 2008 +0200
25788
25789     Revert "ColdFire: Get information from the correct GCC"
25790
25791     This reverts commit b7166e05a513c0806b63b9dfb6f1d77645cede2a
25792     (replaced by commit c4e5f52a58d278eebb87f476e353972c5dacea40).
25793
25794 commit c4e5f52a58d278eebb87f476e353972c5dacea40
25795 Author: Wolfgang Denk <wd@denx.de>
25796 Date:   Sat May 3 22:25:00 2008 +0200
25797
25798     config.mk: use correct (cross) compiler
25799
25800     Some config.mk files reference $(CC) to test for specific tool chain
25801     features, so make sure $(CC) gets set before including any such
25802     config files.
25803
25804     This patch replaces commit b7166e05a5 ("ColdFire: Get information from
25805     the correct GCC").
25806
25807     Signed-off-by: Wolfgang Denk <wd@denx.de>
25808
25809 commit 27c38689d0cfde0e444239345f97b5eecc9f4067
25810 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25811 Date:   Thu May 1 02:13:44 2008 +0200
25812
25813     pxa: fix previous definition on cpu init
25814
25815     start.S:183:1: warning: "ICMR" redefined
25816     In file included from start.S:33:
25817     include/asm/arch/pxa-regs.h:935:1: warning: this is the location of the previous definition
25818     start.S:187:1: warning: "RCSR" redefined
25819     ...
25820
25821     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25822
25823 commit 6d12e697de794d700767f22f950e3026ccf4daf6
25824 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25825 Date:   Thu May 1 02:13:43 2008 +0200
25826
25827     pxa: fix pcmcia operation on 'i' may be undefined
25828
25829     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25830     Signed-off-by: Wolfgang Denk <wd@denx.de>
25831
25832 commit 4d77f5102dfeaa36cd58d9a9f083bd2cc491526f
25833 Author: Kumar Gala <galak@kernel.crashing.org>
25834 Date:   Wed Apr 30 16:24:35 2008 -0500
25835
25836     MPC8610HPCD: Drop -O2 from the build flags
25837
25838     Make the flags use -Os like all other boards
25839
25840     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
25841
25842 commit 0072b78be2b41e5a0ca3ddc39335574dc2e855bd
25843 Author: Stefan Roese <sr@denx.de>
25844 Date:   Wed Apr 30 15:50:39 2008 +0200
25845
25846     RTC: Fix month offset by one problem in M41T62 RTC driver
25847
25848     This patch fixes a problem with the month being read and written
25849     incorrectly (offset by one). This only gets visible by also using
25850     the Linux driver (rtc-m41t80).
25851
25852     Tested on AMCC Canyonlands.
25853
25854     Signed-off-by: Stefan Roese <sr@denx.de>
25855
25856 commit 141ba1cad8e6598a2466e7e2976c6a12285df619
25857 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
25858 Date:   Sat May 3 13:51:44 2008 +0900
25859
25860     [MIPS] cpu/mips/config.mk: Fix GNU assembler minor version picker
25861
25862     Current trick to pick up GNU assembler minor version uses a dot(.) as a
25863     delimiter, and take the second field to obtain minor version number. But
25864     as can be expected, this doesn't work with a version string which has
25865     dots more than needs.
25866
25867     Here's an example:
25868
25869     $ mips-linux-gnu-as --version | grep 'GNU assembler'
25870     GNU assembler (Sourcery G++ Lite 4.2-129) 2.18.50.20080215
25871     $ mips-linux-gnu-as --version | grep 'GNU assembler' | cut -d. -f2
25872     2-129) 2
25873     $
25874
25875     This patch restricts the version format to 2.XX.XX... This will work
25876     in most cases.
25877
25878     $ mips-linux-gnu-as --version | grep 'GNU assembler' | egrep -o '2\.[0-9\.]+'
25879     2.18.50.20080215
25880     $ mips-linux-gnu-as --version | grep 'GNU assembler' | egrep -o '2\.[0-9\.]+' | cut -d. -f2
25881     18
25882     $
25883
25884     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
25885
25886 commit ea638951acead7f1086c908c0b9f086beab82a22
25887 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
25888 Date:   Sat May 3 13:51:28 2008 +0900
25889
25890     [MIPS] cpu/mips/cache.S: Add dcache_enable
25891
25892     Recent bootelf command fixes (017e9b7925f74878d0e9475388cca9bda5ef9482,
25893     "allow ports to override bootelf behavior") requires ports to have this
25894     function.
25895
25896     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
25897     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25898
25899 commit d2c6fbec4397c936b18cd42482b6973cd6781bdf
25900 Author: Wolfgang Denk <wd@denx.de>
25901 Date:   Thu May 1 21:30:16 2008 +0200
25902
25903     onenand: rename 16 bit memory copy into memcpy_16() to avoid conflicts
25904
25905     Onenand needs a version of memcpy() which performs 16 bit accesses
25906     only; make sure the name does not conflict with the standard
25907     function.
25908
25909     Signed-off-by: Wolfgang Denk <wd@denx.de>
25910
25911 commit 12bc4e94251c369c529ffa505cf58b148c372f7f
25912 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25913 Date:   Wed Apr 30 22:38:17 2008 +0200
25914
25915     cmd_nand: fix warning: str2long ncompatible pointer type
25916
25917     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25918
25919 commit 1b9ed2574a38c93cb03dad41885fc06be4bfc9dd
25920 Author: Timur Tabi <timur@freescale.com>
25921 Date:   Fri Apr 4 11:16:11 2008 -0500
25922
25923     Fix calculation of I2C clock for some 86xx chips
25924
25925     Some 86xx chips use CCB as the base clock for the I2C, and others used CCB/2.
25926     There is no pattern that can be used to determine which chips use which
25927     frequency, so the only way to determine is to look up the actual SOC
25928     designation and use the right value for that SOC.
25929
25930     Signed-off-by: Timur Tabi <timur@freescale.com>
25931
25932 commit f32f7fe7bd3a5bda3a476520f00e1aca7c2103a9
25933 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
25934 Date:   Wed Apr 30 12:11:19 2008 -0500
25935
25936     ColdFire: Fix ethernet hang issue for mcf547x_8x
25937
25938     The ethernet hang is caused by receiving buffer in DRAM is not
25939     yet ready due to access cycles require longer time in DRAM.
25940     Relocate DMA buffer descriptors from DRAM to internal SRAM.
25941
25942     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
25943
25944 commit 886d90176fc257e0ab4d0db05d11d0749bbed3ca
25945 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
25946 Date:   Wed Apr 30 12:10:47 2008 -0500
25947
25948     ColdFire: Fix compilation issue caused by new changes in fsl_i2c.c
25949
25950     Signed-off-by: Luigi Comio Mantellini <luigi.mantellini@idf-hit.com>
25951     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
25952
25953 commit b7166e05a513c0806b63b9dfb6f1d77645cede2a
25954 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
25955 Date:   Wed Apr 30 12:10:23 2008 -0500
25956
25957     ColdFire: Get information from the correct GCC
25958
25959     Signed-off-by: Kurt Mahan <kmahan@freescale.com>
25960     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
25961
25962 commit 378e7ec95da4751ec8fe461baacab2bf7d2512a9
25963 Author: dirk.behme@googlemail.com <dirk.behme@googlemail.com>
25964 Date:   Wed Apr 30 18:02:59 2008 +0200
25965
25966     Fix warning in env_nand.c if compiled for DaVinci Schmoogie
25967
25968     Fix warnings
25969
25970     nv_nand.c: In function 'saveenv':
25971     env_nand.c:200: warning: passing argument 3 of 'nand_write' from incompatible pointer type
25972     env_nand.c: In function 'env_relocate_spec':
25973     env_nand.c:275: warning: passing argument 3 of 'nand_read' from incompatible pointer type
25974
25975     if compiled for davinci_schmoogie_config.
25976
25977     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
25978     Ack by: Sergey Kubushyn <ksi@koi8.net>
25979
25980 commit 33a4a70d48d622cc4950c60a84fec23b9421f23e
25981 Author: Anatolij Gustschin <agust@denx.de>
25982 Date:   Wed Apr 30 13:34:40 2008 +0200
25983
25984     Fix warnings while compiling net/net.c for MPC8610HPCD board
25985
25986     MPC8610HPCD board adds -O2 gcc option to PLATFORM_CPPFLAGS
25987     causing overriding default -Os option. New gcc (ver. 4.2.2)
25988     produces warnings while compiling net/net.c file with -O2
25989     option. The patch is an attempt to fix this.
25990
25991     Signed-off-by: Anatolij Gustschin <agust@denx.de>
25992
25993 commit 58b575e575c25fdf8c88141e145db201f3092149
25994 Author: Sascha Laue <Sascha.Laue@gmx.biz>
25995 Date:   Wed Apr 30 15:23:38 2008 +0200
25996
25997     lwmon5: fix offset error in sysmon0 POST
25998
25999     Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
26000     Signed-off-by: Wolfgang Denk <wd@denx.de>
26001
26002 commit e7419b243a373de4ee042f7d4f45f66de787240d
26003 Author: Sascha Laue <Sascha.Laue@gmx.biz>
26004 Date:   Wed Apr 30 15:16:35 2008 +0200
26005
26006     lwmon5: fix manual merge error in POST
26007
26008     Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
26009
26010 commit 42ffcec3f9eba010a662d5b42981812b6bebfb9a
26011 Author: Wolfgang Denk <wd@denx.de>
26012 Date:   Wed Apr 30 17:46:26 2008 +0200
26013
26014     cmd_nand.c: fix another 'incompatible pointer type' warning.
26015
26016     Signed-off-by: Wolfgang Denk <wd@denx.de>
26017
26018 commit de109d909707e2dfe806be5efc3cdb103b47c8ad
26019 Author: Wolfgang Denk <wd@denx.de>
26020 Date:   Wed Apr 30 17:25:07 2008 +0200
26021
26022     Makefile: fix parallel builds
26023
26024     This problem shows up with parallel builds only; it results in
26025     somewhat cryptic error messages like
26026
26027         $ JOBS=-j6 MAKEALL netstar
26028         Configuring for netstar board...
26029         arm-linux-ld: cannot find -lgeneric
26030         make[1]: *** [eeprom.srec] Error 1
26031
26032     A few boards (like netstar and voiceblue) need some libraries for
26033     building; however, the board Makefile does not contain any such
26034     dependencies which may cause problems with parallel builds. Adding
26035     such dependencies is difficult as we would also have to provide build
26036     rules, which already exist in the respective library Makefiles.
26037
26038     To solve this, we make sure that all libraries get built before the
26039     board code.
26040
26041     Signed-off-by: Wolfgang Denk <wd@denx.de>
26042
26043 commit 4f27098e5b0736989b13cd61d7bca94b3574cf5f
26044 Author: Stefan Roese <sr@denx.de>
26045 Date:   Wed Apr 30 14:51:36 2008 +0200
26046
26047     ppc4xx: Adapt Canyonlands fixed DDR2 setup to new DIMM module
26048
26049     This patch changes the Canyonlands/Glacier fixed DDR2 controller setup
26050     used for NAND booting to match the values needed for the new 512MB
26051     DIMM modules shipped with the productions boards:
26052
26053     Crucial: CT6464AC667.8FB
26054
26055     Signed-off-by: Stefan Roese <sr@denx.de>
26056
26057 commit ea9202a659dc75996facf1475f1866a19a9d3129
26058 Author: Stefan Roese <sr@denx.de>
26059 Date:   Wed Apr 30 10:49:43 2008 +0200
26060
26061     ppc4xx: Fix problem with DIMMs with 8 banks in 44x_spd_ddr2.c
26062
26063     This patch fixes a problem with DIMMs that have 8 banks. Now the
26064     MCIF0_MBxCF register will be setup correctly for this setup too.
26065
26066     This was noticed with the 512MB DIMM on Canyonlands/Glacier.
26067
26068     Signed-off-by: Stefan Roese <sr@denx.de>
26069
26070 commit 76617299358ebba260ecc02d33e8e75d8d13dd3b
26071 Author: Wolfgang Denk <wd@denx.de>
26072 Date:   Tue Apr 29 23:41:06 2008 +0200
26073
26074     Prepare v1.3.3-rc2, again.
26075
26076     Signed-off-by: Wolfgang Denk <wd@denx.de>
26077
26078 commit b7fcc4c13993782342cf5cd20d237a6281648a0b
26079 Author: Wolfgang Denk <wd@denx.de>
26080 Date:   Tue Apr 29 23:35:24 2008 +0200
26081
26082     Prepare v1.3.3-rc2
26083
26084     Signed-off-by: Wolfgang Denk <wd@denx.de>
26085
26086 commit f7b16a0a4d571dd33b2b5185a54f7ddc311f89d4
26087 Author: Wolfgang Denk <wd@denx.de>
26088 Date:   Tue Apr 29 23:32:20 2008 +0200
26089
26090     common/env_nand.c: fix one more incompatible pointer type issue
26091
26092     Signed-off-by: Wolfgang Denk <wd@denx.de>
26093
26094 commit ea6f66894f952229eebfc4ad03cd21fe5c8b3f0f
26095 Author: Wolfgang Denk <wd@denx.de>
26096 Date:   Tue Apr 29 21:33:08 2008 +0200
26097
26098     post/board/lwmon5/sysmon.c: fix manual merge error.
26099
26100     Signed-off-by: Wolfgang Denk <wd@denx.de>
26101
26102 commit 70a0f81412b0b18a6fd0bea960451bc6c2cca49a
26103 Author: Kumar Gala <galak@kernel.crashing.org>
26104 Date:   Tue Apr 29 12:54:59 2008 -0500
26105
26106     85xx: Add -mno-spe to e500/85xx builds
26107
26108     Newer gcc's might be configured to enable autovectorization by default.
26109     If we happen to build with one of those compilers we will get SPE
26110     instructions in random code.
26111
26112     -mno-spe disables the compiler for automatically generating SPE
26113     instructions without our knowledge.
26114
26115     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
26116
26117 commit 8ea08e5be69436abcc95d3da114de4a2ff8a6ab5
26118 Author: Kumar Gala <galak@kernel.crashing.org>
26119 Date:   Tue Apr 29 10:18:34 2008 -0500
26120
26121     Update .gitignore for zlib.h
26122
26123     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
26124
26125 commit 45239cf4152109caa925145ccd433529902df887
26126 Author: Kumar Gala <galak@kernel.crashing.org>
26127 Date:   Tue Apr 29 10:27:08 2008 -0500
26128
26129     85xx/86xx: Rename ext_refrec to timing_cfg_3 to match docs
26130
26131     All the 85xx and 86xx UM describe the register as timing_cfg_3
26132     not as ext_refrec.
26133
26134     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
26135
26136 commit ef7d30b14394e4c4a153118f5845760cadada02a
26137 Author: Kumar Gala <galak@kernel.crashing.org>
26138 Date:   Tue Apr 29 10:28:34 2008 -0500
26139
26140     85xx/86xx: Rename DDR init address and init extended address register
26141
26142     Rename init_addr and init_ext_addr to match the docs between
26143     85xx and 86xx.  Both now use 'init_addr' and 'init_ext_addr'.
26144
26145     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
26146
26147 commit cf6cc014270549684873a5972d2595052c468cb6
26148 Author: Kumar Gala <galak@kernel.crashing.org>
26149 Date:   Mon Apr 28 02:24:04 2008 -0500
26150
26151     85xx: Additional fixes and cleanup of MP code
26152
26153     * adjust __spin_table alignment to match ePAPR v0.94 spec
26154     * loop over all cpus when determing who is up.  This fixes an issue if
26155       the "boot cpu" isn't core0.  The "boot cpu" will already be in the
26156       cpu_up_mask so there is no harm
26157     * Added some protection in the code to ensure proper behavior.  These
26158       changes are explicitly needed but don't hurt:
26159       - Added eieio to ensure the "hot word" of the table is written after
26160         all other table updates have occurred.
26161       - Added isync to ensure we don't prefetch loading of table entries
26162         until we a released
26163
26164     These issues we raised by Dave Liu.
26165
26166     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
26167
26168 commit b2d527a8b9fb50afccbaf79b5540952585cdc760
26169 Author: Yuri Tikhonov <yur@emcraft.com>
26170 Date:   Tue Apr 29 15:06:41 2008 +0200
26171
26172     lwmon5: minor clean-up to include/configs/lwmon5.h
26173
26174     LWMON5 DSPIC POST uses the watch-dog scratch register. So, make
26175     the CFG_DSPIC_TEST_ADDR definition more readable.
26176
26177     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
26178
26179 commit f4c4d21a885ccc222fd0acdf653b683249e85117
26180 Author: Stefan Roese <sr@denx.de>
26181 Date:   Tue Apr 29 16:08:05 2008 +0200
26182
26183     ppc4xx: Fix CFG_MONITOR_LEN on Katmai failsave this time
26184
26185     Signed-off-by: Stefan Roese <sr@denx.de>
26186
26187 commit 138105efe1d2b1a40a3a97b4c1f85c2111bea2d8
26188 Author: Yuri Tikhonov <yur@emcraft.com>
26189 Date:   Tue Apr 29 13:32:45 2008 +0200
26190
26191     ppc flush_cache: add watch-dog triggering into the loops.
26192
26193     Some boards (e.g. lwmon5) need rather a frequent watch-dog
26194     kicking. Since the time it takes for the flush_cache() function
26195     to complete its job depends on the size of data being flushed, one
26196     may encounter watch-dog resets on such boards when, for example,
26197     download big files over ethernet.
26198
26199     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
26200
26201 commit cab99d6f3281ab6784feccf98b9b425daa58418a
26202 Author: Stefan Roese <sr@denx.de>
26203 Date:   Tue Apr 29 14:44:54 2008 +0200
26204
26205     ppc4xx: Fix compilation warning in denali_spd_ddr2.c
26206
26207     Signed-off-by: Stefan Roese <sr@denx.de>
26208
26209 commit 4ec9d78fe5cd585d2868731fa108ca1e62730e70
26210 Author: Stefan Roese <sr@denx.de>
26211 Date:   Tue Apr 29 14:12:07 2008 +0200
26212
26213     ppc4xx: Fix Katmai CFG_MONITOR_LEN
26214
26215     Signed-off-by: Stefan Roese <sr@denx.de>
26216
26217 commit 85ad184b3b2b0f8af9228477303c55dca1b52ed7
26218 Author: Stefan Roese <sr@denx.de>
26219 Date:   Tue Apr 29 13:57:07 2008 +0200
26220
26221     ppc4xx: Complete remove bogus dflush()
26222
26223     Since the current dflush() implementation is know to have some problems
26224     (as seem on lwmon5 ECC init) this patch removes it completely and replaces
26225     it by using clean_dcache_range().
26226
26227     Tested on Katmai with ECC DIMM.
26228
26229     Signed-off-by: Stefan Roese <sr@denx.de>
26230
26231 commit 135846d6ecaad255ad28d93ebbb78b3d5da68cdc
26232 Author: Stefan Roese <sr@denx.de>
26233 Date:   Tue Apr 29 13:36:51 2008 +0200
26234
26235     ppc4xx: Change ECC initialization on lwmon5 to use clean_dcache_range()
26236
26237     As it seems the "old" ECC initialization routine by using dflush() didn't
26238     write all lines in the dcache back to memory on lwmon5. This could lead
26239     to ECC error upon Linux booting. This patch changes the program_ecc()
26240     routine to now use clean_dcache_range() instead of dflush().
26241     clean_dcache_range() uses dcbst which is exactly what we want in this
26242     case.
26243
26244     Since dflush() is known is cause problems, this routine will be
26245     removed completely and replaced by clean_dcache_range() with an
26246     additional patch.
26247
26248     Signed-off-by: Stefan Roese <sr@denx.de>
26249
26250 commit 18ec19e4aa1a045dfbf2c7c2e33963488e92d757
26251 Author: Yuri Tikhonov <yur@emcraft.com>
26252 Date:   Mon Apr 28 18:19:34 2008 +0200
26253
26254     POST: fix Makefiles for mpc8xx, lwmon, and netta POSTs.
26255
26256     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
26257
26258 commit eea5a743a2193ef2a05b9bc6dc447ba241416f35
26259 Author: Markus Brunner <super.firetwister@googlemail.com>
26260 Date:   Mon Apr 28 08:47:47 2008 +0200
26261
26262     ppc4xx: Fixup ebc clock in FDT for 405GP/EP
26263
26264     On ppc405EP and ppc405GP (at least) the ebc is directly attached to the plb
26265     and not to the opb. This patch will try to fixup /plb/ebc if /plb/opb/ebc
26266     doesn't exist.
26267
26268     Signed-off-by: Markus Brunner <super.firetwister@gmail.com>
26269
26270 commit 2ef7503a593c77a80c2a054011970227c4b62774
26271 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26272 Date:   Thu Apr 24 07:57:17 2008 +0200
26273
26274     NE2000: Fix regresssion introduced by e710185aae90 on non AX88796
26275
26276     Move non-inlied functions into specific drivers file
26277     Set get_prom as weak
26278
26279     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26280     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
26281     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
26282
26283 commit 40cb90ee2b97db1f697e1b54f19a548ffc96d71b
26284 Author: Guennadi Liakhovetski <lg@denx.de>
26285 Date:   Thu Apr 3 17:04:19 2008 +0200
26286
26287     net: make ARP timeout configurable
26288
26289     Currently the timeout waiting for an ARP reply is hard set to 5 seconds.
26290     On i.MX31ADS due to a hardware "strangeness" up to four first IP packets
26291     to the boards get lost, which typically are ARP replies. By configuring
26292     the timeout to a lower value we significantly improve the first network
26293     transfer time on this board. The timeout is specified in milliseconds,
26294     later internally it is converted to deciseconds, because it has to be
26295     converted to hardware ticks, and CFG_HZ ranges from 900 to 27000000 on
26296     different boards.
26297
26298     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
26299     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
26300
26301 commit 13e0b8f7ca9d29267bf01d7a01e521a0517adce1
26302 Author: Guennadi Liakhovetski <lg@denx.de>
26303 Date:   Thu Apr 3 13:36:18 2008 +0200
26304
26305     minor cs8900 driver clean up
26306
26307     Remove a redundant register definition, clean up some coding style
26308     violations.
26309
26310     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
26311     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
26312
26313 commit 707fa917cca24c0f22776f48ac4a6fa5e5189b10
26314 Author: Wolfgang Denk <wd@denx.de>
26315 Date:   Mon Apr 28 22:01:04 2008 +0200
26316
26317     jffs2_1pass.c: fix incompatible pointer type warning
26318
26319     Signed-off-by: Wolfgang Denk <wd@denx.de>
26320
26321 commit 6aee00f5e6a1cf29d8fe8fdc9b7252fbd31115d9
26322 Author: Sascha Laue <Sascha.Laue@gmx.biz>
26323 Date:   Tue Apr 1 10:10:18 2008 +0200
26324
26325     lwmon5: update dsPIC POST spezification
26326
26327     The specification for the lwmon5 board dsPIC POST got changed.
26328     Also add defines for the temperatures  and voltages.
26329
26330     Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
26331
26332 commit 3e4615ab7ff38781a5dd80d0f49b9af55b4fe0b7
26333 Author: Sascha Laue <Sascha.Laue@gmx.biz>
26334 Date:   Tue Apr 1 15:13:03 2008 +0200
26335
26336     Fix watchdog POST for lwmon5
26337
26338     If the hardware watchdog detects a voltage error, the watchdog sets
26339     GPIO62 to low. The watchdog POST has to detect this low level.
26340
26341     Signed-off-by: Sascha Laue <leglas0@legpc180.leg.liebherr.i>
26342     Signed-off-by: Wolfgang Denk <wd@denx.de>
26343
26344 commit dd5748bcd669f46aeb6686c1b341323843738ccc
26345 Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
26346 Date:   Mon Apr 28 14:37:14 2008 +0200
26347
26348     rtl8169: fix compiler warnings
26349
26350     Fix multiple compiler warnings related to argument type mismatch.
26351
26352     Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
26353
26354 commit 413bf586266f86c6bdbc6c6d140f67a15af4c4f1
26355 Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
26356 Date:   Mon Apr 28 14:36:06 2008 +0200
26357
26358     IDE: fix compiler warnings
26359
26360     The IDE driver can use 32-bit addresses in LBA mode, in which case it
26361     spits multiple warnings during compilation. Fix them.
26362
26363     Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
26364
26365 commit db9084de28c46ac81c8f681722cb0d7411be4d7f
26366 Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
26367 Date:   Mon Apr 28 14:35:57 2008 +0200
26368
26369     LinkStation: fix compiler warning, add a maintainer
26370
26371     out_8 wants a pointer to an unsigned as the first argument. Add a
26372     maintainer for Linkstation boards.
26373
26374     Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
26375
26376 commit c71abba3cb67b063f789f17abf6c7447727c0cd5
26377 Author: Wolfgang Denk <wd@denx.de>
26378 Date:   Mon Apr 28 14:55:12 2008 +0200
26379
26380     cmd_nand.c: fix "differ in signedness" problem
26381
26382     Signed-off-by: Wolfgang Denk <wd@denx.de>
26383
26384 commit f2c288a35341ad02ac03b1563d786763c9c8f159
26385 Author: Wolfgang Denk <wd@denx.de>
26386 Date:   Mon Apr 28 12:48:47 2008 +0200
26387
26388     pcnet.c: fix a merge issue
26389
26390     Signed-off-by: Wolfgang Denk <wd@denx.de>
26391
26392 commit 4ca79f477ebd25a6872e6196d80e2f5eff441376
26393 Author: Wolfgang Denk <wd@denx.de>
26394 Date:   Mon Apr 28 12:08:18 2008 +0200
26395
26396     NAND: fix some strict-aliasing compiler warnings
26397
26398     Signed-off-by: Wolfgang Denk <wd@denx.de>
26399
26400 commit 5cd0130ecc79d6dcde1b1ac253abc457ca8c3115
26401 Author: Stefan Roese <sr@denx.de>
26402 Date:   Mon Apr 28 11:37:14 2008 +0200
26403
26404     ppc4xx: Fix compile warning of hcu4 board
26405
26406     Signed-off-by: Stefan Roese <sr@denx.de>
26407
26408 commit 5379cd15dd6c74ac51499bce3455bf6e0cdbe9f1
26409 Author: Wolfgang Denk <wd@denx.de>
26410 Date:   Mon Apr 28 11:31:23 2008 +0200
26411
26412     MPC8323ERDB: fix implicit declaration of function 'mac_read_from_eeprom'
26413
26414     Signed-off-by: Wolfgang Denk <wd@denx.de>
26415
26416 commit 7602ed50a2f0ef3dc8d7da93f116de50288f5b59
26417 Author: Guennadi Liakhovetski <lg@denx.de>
26418 Date:   Mon Apr 28 00:25:32 2008 +0200
26419
26420     mx31ads: fix loadaddr environment variable define
26421
26422     Arithmetic expressions do not get evaluated under stringification. Remove
26423     default network configuration, add DHCP command support. Thanks to Felix
26424     Radensky for reporting.
26425
26426     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
26427
26428 commit 144eec777ac07bcb12bd38245a5a289f694a7f98
26429 Author: Wolfgang Denk <wd@denx.de>
26430 Date:   Mon Apr 28 10:55:24 2008 +0200
26431
26432     katmai: fix section overlap problem
26433
26434     Since we didn't want to remove features from the configuration, we
26435     decided to increase the U-Boot image size (add one flash sector).
26436
26437     Also changed the default environment definition to make it
26438     independent of such changes.
26439
26440     Signed-off-by: Wolfgang Denk <wd@denx.de>
26441     Acked-by: Stefan Roese <sr@denx.de>
26442
26443 commit 941d696d25624e3cc65ebf924199541acf52d74e
26444 Author: Wolfgang Denk <wd@denx.de>
26445 Date:   Mon Apr 28 10:55:24 2008 +0200
26446
26447     katmai: fix section overlap problem
26448
26449     Since we didn't want to remove features from the configuration, we
26450     decided to increase the U-Boot image size (add one flash sector).
26451
26452     Also changed the default environment definition to make it
26453     independent of such changes.
26454
26455     Signed-off-by: Wolfgang Denk <wd@denx.de>
26456     Acked-by: Stefan Roese <sr@denx.de>
26457
26458 commit 03c6cd39f9184143fd8c537872b3d4b2e03f1466
26459 Author: Kumar Gala <galak@kernel.crashing.org>
26460 Date:   Sat Apr 26 11:44:44 2008 -0500
26461
26462     post: Fix building with O=
26463
26464     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
26465
26466 commit fd7531c1e9d56b9e5e06d2c0e02b798dab72f70c
26467 Author: Wolfgang Denk <wd@denx.de>
26468 Date:   Sat Apr 26 01:55:00 2008 +0200
26469
26470     Prepare v1.3.3-rc1
26471
26472     Signed-off-by: Wolfgang Denk <wd@denx.de>
26473
26474 commit 19cf2ec90d8ce52da60c1693693c4048cb810967
26475 Author: Wolfgang Denk <wd@denx.de>
26476 Date:   Sat Apr 26 01:25:39 2008 +0200
26477
26478     post/Makefile: make sure to use the correct flags
26479
26480     ARFLAGS was not set, which caused "ppc_8xx-ar: creating libgenpost.a"
26481     messages to be printed.
26482
26483     Signed-off-by: Wolfgang Denk <wd@denx.de>
26484
26485 commit 7ed4011733e7dca8f64d21291e4294662f7dc3e2
26486 Author: Wolfgang Denk <wd@denx.de>
26487 Date:   Sat Apr 26 00:34:42 2008 +0200
26488
26489     Coding Style cleanup, update CHANGELOG
26490
26491     Signed-off-by: Wolfgang Denk <wd@denx.de>
26492
26493 commit f9204e15173834ff8d123e36279ce49c3c6c74fc
26494 Author: Magnus Lilja <lilja.magnus@gmail.com>
26495 Date:   Sun Apr 20 10:38:12 2008 +0200
26496
26497     i.MX31: Enable SPI and MC13783/RTC support for the Litekit board
26498
26499     This patch enables SPI and MC13783/RTC support for the Litekit board.
26500
26501     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
26502
26503 commit f97abbfb47d9e407354e157cae3f6369e460cd37
26504 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
26505 Date:   Fri Apr 25 01:08:32 2008 -0500
26506
26507     MPC8544DS: decode pcie3 end-point configuration correctly.
26508
26509     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
26510     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
26511
26512 commit 292188e15523c165c4269403fdcd33c26d89176e
26513 Author: Roy Zang <tie-fei.zang@freescale.com>
26514 Date:   Fri Apr 25 00:55:09 2008 -0500
26515
26516     MPC8544DS: Removes the unknown flash message information
26517
26518     This patch removes the unknown flash message information:
26519     '## Unknown FLASH on Bank 1 - Size = 0xdeadbeef = -286261248 MB'
26520     This unknown flash message is caused by PromJet.
26521     Some of the board user is unhappy with this information.
26522
26523     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
26524     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
26525
26526 commit b2115757403beef0ac6bc2c6c3b24f31256a75d2
26527 Author: Kim Phillips <kim.phillips@freescale.com>
26528 Date:   Thu Apr 24 14:07:38 2008 -0500
26529
26530     mpc83xx: bump loadaddr over fdtaddr to 0x500000
26531
26532     this seems as a good compromise between human memory, typing,
26533     and last but not least, to accommodate for current and future kernel bloat.
26534
26535     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
26536     Acked-by: Dave Liu <daveliu@freescale.com>
26537
26538 commit be5a7190265a34d968578ff266549c60f6f57654
26539 Author: Dave Liu <r63238@freescale.com>
26540 Date:   Tue Apr 15 13:12:23 2008 +0800
26541
26542     mpc83xx: clean up the readme for 83xx boards
26543
26544     1. correct the typo
26545     2. correct the memory map for 837xerdb board
26546
26547     Signed-off-by: Dave Liu <daveliu@freescale.com>
26548
26549 commit bcae52a6819ee9dad5d0d96cd7daeb20108d45ff
26550 Author: Dave Liu <r63238@freescale.com>
26551 Date:   Tue Apr 15 13:11:11 2008 +0800
26552
26553     mpc83xx: remove the unused CPM's stuff
26554
26555     The MPC83xx family never have CPM block, so remove it from 83xx.
26556
26557     Signed-off-by: Dave Liu <daveliu@freescale.com>
26558
26559 commit c63ad6325a8ac0097a54b418a3288926b0484b18
26560 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
26561 Date:   Fri Apr 18 16:29:40 2008 +0200
26562
26563     cfi-flash: Add CFG_FLASH_AUTOPROTECT_LIST
26564
26565     This patch adds a configurable flash auto protection list that can be used
26566     to make U-Boot protect flash regions in flash_init().
26567
26568     The idea has been discussed on the u-boot mailing list starting
26569     on Nov 18th, 2007.
26570
26571     Even this patch brings a new feature it is used as a bugfix for 4xx
26572     platforms where flash_init() does not completely protect the
26573     monitor's flash range in all situations.
26574
26575     U-Boot protects the flash range from CFG_MONITOR_BASE to
26576     (CFG_MONITOR_BASE + monitor_flash_len  - 1) by default. This does not
26577     include the reset vector at 0xfffffffc.
26578
26579     Example:
26580     #define CFG_FLASH_AUTOPROTECT_LIST {{0xfff80000, 0x80000}}
26581
26582     This config option will auto protect the last 512k of flash that
26583     contains the bootloader on board like APC405 and PMC405.
26584
26585     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
26586
26587 commit d0d91ae3acb4f29d1a2a3a766747478ed54e2848
26588 Author: Stefan Roese <sr@denx.de>
26589 Date:   Fri Apr 25 13:59:03 2008 +0200
26590
26591     ppc4xx: Remove double defines in lwmon5.h
26592
26593     introduced with latest lwmon5/POST merge
26594
26595     Signed-off-by: Stefan Roese <sr@denx.de>
26596
26597 commit 7590378fb9c686709492ceb142825cd058255956
26598 Author: Bartlomiej Sieka <tur@semihalf.com>
26599 Date:   Fri Apr 25 13:54:02 2008 +0200
26600
26601     Use watchdog-aware functions when calculating hashes of images - take two
26602
26603     Some files didn't get updated properly with the "Use watchdog-aware
26604     functions when calculating hashes of images" commit, this commit
26605     fixes this.
26606
26607     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
26608     Signed-off-by: Wolfgang Denk <wd@denx.de>
26609
26610 commit 8e048c438e20ec89b49da5f085f8f756eba6e587
26611 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
26612 Date:   Fri Apr 25 12:01:39 2008 +0200
26613
26614     ppc4xx: Add bootcount limit handling for APC405 boards
26615
26616     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
26617
26618 commit 1de6b28be5d107ae90ad7a8a43653c49966e8afe
26619 Author: Bartlomiej Sieka <tur@semihalf.com>
26620 Date:   Fri Apr 25 12:10:09 2008 +0200
26621
26622     Use watchdog-aware functions when calculating hashes of images
26623
26624     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
26625
26626 commit d00ce09040d3100e2c7998ef56db62c2d20d9ee3
26627 Author: Wolfgang Denk <wd@denx.de>
26628 Date:   Fri Apr 25 12:44:08 2008 +0200
26629
26630     USB: fix more GCC 4.2.x aliasing warnings
26631
26632     Signed-off-by: Wolfgang Denk <wd@denx.de>
26633     Acked-by: Markus Klotzbuecher <mk@denx.de>
26634
26635 commit aff4f86448f6586930f0a3be7fc4b0ddcf450980
26636 Author: Wolfgang Denk <wd@denx.de>
26637 Date:   Fri Apr 25 12:41:53 2008 +0200
26638
26639     lib_generic/crc32.c: add missing #include <watchdog.h>
26640
26641     Signed-off-by: Wolfgang Denk <wd@denx.de>
26642
26643 commit 03ccdbcd5602610cea4bd0db7e48e1ef881a51ef
26644 Author: Wolfgang Denk <wd@denx.de>
26645 Date:   Fri Apr 25 11:52:21 2008 +0200
26646
26647     lib_generic/crc32.c: fix compile problem
26648
26649     Signed-off-by: Wolfgang Denk <wd@denx.de>
26650
26651 commit 24bfedbd0be4dcaa94861407820d6a70fea7e03b
26652 Author: Stefan Roese <sr@denx.de>
26653 Date:   Tue Apr 22 12:20:32 2008 +0200
26654
26655     ppc4xx: Pass PCIe root-complex/endpoint configuration to Linux via the fdt
26656
26657     The PCIe root-complex/endpoint setup as configured via the "pcie_mode"
26658     environment variable will now get passed to the Linux kernel by setting
26659     the device_type property of the PCIe device tree node. For normal root-
26660     complex configuration it will keep its defaults value of "pci" and for
26661     endpoint configuration it will get changed to "pci-endpoint".
26662
26663     Signed-off-by: Stefan Roese <sr@denx.de>
26664
26665 commit eb0615bf600d2caf5aa2958f47f5ba364c52d5e7
26666 Author: Yuri Tikhonov <yur@emcraft.com>
26667 Date:   Thu Apr 24 10:30:53 2008 +0200
26668
26669     lwmon5: watchdog POST fix
26670
26671     Use the GPT0_MASKx registers as the temporary storage for watch-dog
26672     timer POST test instead of GPT0_COMPx. The latter
26673     (GPT0_COMP1..GPT0_COMP5) are used for the log-buffer header.
26674
26675     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
26676     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
26677
26678 commit 78e488298824bc150b5f3ebf7958cd71fa2af1b9
26679 Author: Kim Phillips <kim.phillips@freescale.com>
26680 Date:   Mon Apr 21 18:10:14 2008 -0500
26681
26682     lib_ppc: Revert "Make MPC83xx one step closer to full relocation."
26683
26684     This reverts commit 70431e8a7393b6b793f77957f95b999fc9a269b8 which has
26685     proven problematic getting right from the start at least on 83xx and
26686     4xx.
26687
26688     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
26689
26690 commit a99715b8ebfc500f3f40e01b36b64d473938443d
26691 Author: Detlev Zundel <dzu@denx.de>
26692 Date:   Fri Apr 18 14:50:01 2008 +0200
26693
26694     Realining some header definitions.
26695
26696     Signed-off-by: Detlev Zundel <dzu@denx.de>
26697
26698 commit 4acbc6c7f993cae409c424615415a3e76820f13d
26699 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26700 Date:   Thu Apr 24 07:57:16 2008 +0200
26701
26702     NE2000: coding style cleanup
26703
26704     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26705
26706 commit b4aff1ffaf7120032c653357c007faa14f74d29d
26707 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26708 Date:   Wed Apr 23 00:11:47 2008 +0900
26709
26710     qemu-mips.h: Add CFI support
26711
26712     CONFIG_ENV_OVERWRITE is also added.
26713
26714     This patch is originally created by Jean-Christophe PLAGNIOL-VILLARD.
26715
26716     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26717     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
26718
26719 commit 4a1f11b45a82908e5b0df602d703082413a6b7ed
26720 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
26721 Date:   Tue Apr 22 22:47:27 2008 +0900
26722
26723     doc/README.mips: Add MIPS notes
26724
26725     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
26726
26727 commit 215b01bba8bc662d35f72b084700b192d367dfb4
26728 Author: Bartlomiej Sieka <tur@semihalf.com>
26729 Date:   Tue Apr 22 12:27:56 2008 +0200
26730
26731     Add support for calculating hashes with watchdog triggering
26732
26733     Implement watchodg-aware variants of hash calculation functions:
26734     - crc32_wd()
26735     - md5_wd()
26736     - sha1_csum_wd()
26737     The above functions calculate the hash of the input buffer in chunks,
26738     triggering the watchdog after processing each chunk. The chunk size
26739     is given as a function call parameter.
26740
26741     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
26742
26743 commit 8875e3abab986df930167ce5c1ac4f95dcacc81c
26744 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
26745 Date:   Wed Apr 23 11:02:12 2008 +0900
26746
26747     qemu-mips: Cleanup whitespace, indentation, etc.
26748
26749     No functional change.
26750
26751     This patch was originally submitted by Jean-Christophe PLAGNIOL-VILLARD.
26752     Then I re-created from scratch, and changed more lines than the original.
26753
26754     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26755     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
26756
26757 commit 386563197e3a50b0e97ad9aae87f57d9aab909ab
26758 Author: Vlad Lungu <vlad@comsys.ro>
26759 Date:   Wed Oct 10 23:02:09 2007 +0300
26760
26761     Fixed pcnet io_base
26762
26763     Bus and phys address are not always the same
26764
26765     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
26766
26767 commit 11ea26fd1cb63c91403fe04a6eea975cd418603f
26768 Author: Wolfgang Denk <wd@denx.de>
26769 Date:   Thu Apr 24 23:44:26 2008 +0200
26770
26771     drivers/net/pcnet.c: Coding Style cleanup.
26772
26773     Signed-off-by: Wolfgang Denk <wd@denx.de>
26774
26775 commit 899ef7b84578b7cafadfd78488c2fd2aac93f636
26776 Author: Vlad Lungu <vlad@comsys.ro>
26777 Date:   Wed Oct 10 23:04:23 2007 +0300
26778
26779     Added Am79C970A chip id to pcnet
26780
26781     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
26782
26783 commit 17c9de6bb33f676eb776dcbfc46fc1b14c3871a5
26784 Author: Magnus Lilja <lilja.magnus@gmail.com>
26785 Date:   Sun Apr 20 10:35:03 2008 +0200
26786
26787     i.MX31: Fix architecture numbers for ADS and Litekit boards
26788
26789     Correct the Linux architecture number for i.MX31 Litekit and ADS boards.
26790
26791     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
26792
26793 commit e7ae84d6c7288790e88639f57cb60daf89c11369
26794 Author: Magnus Lilja <lilja.magnus@gmail.com>
26795 Date:   Sun Apr 20 10:36:36 2008 +0200
26796
26797     i.MX31: Use symbolic names for Litekit membases.
26798
26799     Use symbolic names instead of hard coded addresses for Litekit membases.
26800
26801     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
26802
26803 commit 2ef1d9b6030d02f576b1bcd9fec948e602522012
26804 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26805 Date:   Sat Apr 19 17:59:20 2008 +0200
26806
26807     Fix show_boot_progress prototype
26808
26809     in commit fad634071 "make show_boot_progress () weak."
26810     show_boot_progress is supposed to be declared as weak but declared as
26811     inline instead.
26812
26813     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26814
26815 commit edbed247a14d70b94958010f736621212285de91
26816 Author: Bartlomiej Sieka <tur@semihalf.com>
26817 Date:   Fri Apr 18 12:39:23 2008 +0200
26818
26819     Memory footprint optimizations
26820
26821     As suggested by Wolfgang Denk:
26822     - image printing functions:
26823       - remove wrappers
26824       - remove indentation prefix from functions' signatures
26825     - merge getenv_verify and getenv_autostart into one parametrized function
26826
26827     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
26828
26829 commit 0a0b606faaec4afb3f750b09aa4df1e40a39dcb8
26830 Author: Guennadi Liakhovetski <lg@denx.de>
26831 Date:   Tue Apr 15 13:33:11 2008 +0200
26832
26833     MX31ADS environment variable update, spi and rtc support
26834
26835     Update MX31ADS default environment to better match the flash layout and
26836     the memory map, support SPI and RTC.
26837
26838     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
26839
26840 commit 022f12163595b9a55380c6d77c3119b93d6a9a4b
26841 Author: Kumar Gala <galak@kernel.crashing.org>
26842 Date:   Mon Apr 21 09:28:36 2008 -0500
26843
26844     85xx: Round up frequency calculations to get reasonable output
26845
26846     eg. because of rounding error we can get 799Mhz instead of 800Mhz.
26847
26848     Introduced DIV_ROUND_UP and roundup taken from linux kernel.
26849
26850     Signed-off-by: Dejan Minic <minic@freescale.com>
26851     Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
26852     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
26853     Acked-by: Andy Fleming <afleming@freescale.com>
26854
26855 commit 876b8f978982216ab4a22dcd9efddfcd9b0e04e6
26856 Author: Kumar Gala <galak@kernel.crashing.org>
26857 Date:   Wed Apr 23 16:58:04 2008 -0500
26858
26859     fsl_pci: Only modify registers if we have them
26860
26861     pme_msg_det exists only on PCIe controllers only set it if we are a "bridge".
26862
26863     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
26864
26865 commit 83fe32334337def160b302aa9d152d808bfcc68e
26866 Author: Markus Klotzbücher <mk@denx.de>
26867 Date:   Wed Apr 23 10:57:33 2008 +0200
26868
26869     USB: remove a cpu bug workaround for an unsupported architecture.
26870
26871     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
26872
26873 commit f957576cb53e6cfab412709cfc8db1afd39d21c3
26874 Author: Markus Klotzbücher <mk@denx.de>
26875 Date:   Wed Apr 23 10:53:23 2008 +0200
26876
26877     USB: fix those pesky aliasing warnings issued by gcc-4.2
26878
26879     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
26880     Signed-off-by: Detlev Zundel <dzu@denx.de>
26881
26882 commit 89cdab788f3716b335fefb60b836ebcf975aceab
26883 Author: Mike Frysinger <vapier@gentoo.org>
26884 Date:   Mon Mar 31 11:02:01 2008 -0400
26885
26886     crc32: use uint32_t rather than unsigned long
26887
26888     The envcrc.c does sizeof(unsigned long) when calculating the crc, but
26889     this is done with the build toolchain instead of the target tool
26890     chain, so if the build is a 64bit system but the target is 32bits,
26891     the size will obviously be wrong. This converts all unsigned long
26892     stuff related to crc32 to uint32_t types. Compile tested only: output
26893     of ./tools/envcrc when run on a 32bit build system matches that of a
26894     64bit build system.
26895
26896     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
26897     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26898
26899 commit 80c40b765b3642ddb9f3392b7898715aab44a29c
26900 Author: Dirk Behme <dirk.behme@googlemail.com>
26901 Date:   Wed Mar 26 09:53:29 2008 +0100
26902
26903     ARM: Davinci: Fix DM644x timer overflow handling and cleanup
26904
26905     Fix ARM based DaVinci DM644x timer overflow handling and cleanup timer code.
26906
26907     Changes:
26908
26909     - Remove *_masked() functions as noted by Wolfgang
26910
26911     - Adapt register naming to recent TI spec (sprue26, March 2007)
26912
26913     - Fix reset_timer() handling
26914
26915     - 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.
26916
26917     [1] http://article.gmane.org/gmane.comp.boot-loaders.u-boot/38179
26918
26919     - Remove software division of timer count value (DIV(x) macro) and do it in hardware (TIM_CLK_DIV).
26920
26921     Many thanks to Troy Kisky <troy.kisky@boundarydevices.com> and Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl> for the hints & testing!
26922
26923     Patch is compile tested with davinci_dvevm & sonata & schmoogie configuration and tested by Pieter on DaVinci EVM hardware.
26924
26925     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
26926     Acked-by: Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl>
26927
26928 commit a6e6fc610e39dec41b79680413d4ed38145bd3c8
26929 Author: Sergei Poselenov <sposelenov@emcraft.com>
26930 Date:   Wed Apr 9 16:09:41 2008 +0200
26931
26932     Added watchdog triggering calls in the "mtest" test function.
26933
26934     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
26935
26936 commit d32a874b9b4c1e949ee38be7790f6bf6d6143451
26937 Author: Yuri Tikhonov <yur@emcraft.com>
26938 Date:   Sun Apr 6 19:19:14 2008 +0200
26939
26940     lwmon5 watchdog: limit trigger rate
26941
26942     Limit the rate of h/w watch-dog triggering on the LWMON5 board by
26943     the CONFIG_WD_MAX_RATE value.
26944
26945     Note that an earlier version of this patch which used microseconds
26946     instead of ticks dis not work. The problem was that we used
26947     usec2ticks() to convert microseconds into ticks. usec2ticks() uses
26948     get_tbclk(), which in turn calls get_sys_info(). It turns out that
26949     this function does a lot of prolonged operations (like divisions)
26950     which take too much time so we do not trigger the watchdog in time,
26951     and it resets the system.
26952
26953     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
26954
26955 commit 2d2b994a30bb100774dc747ae9865b7f95285a88
26956 Author: Yuri Tikhonov <yur@emcraft.com>
26957 Date:   Mon Mar 31 10:51:37 2008 +0200
26958
26959     POST: move CONFIG_POST to Makefiles
26960
26961     Introduce the new logical option CONFIG_HAS_POST which is set when the
26962     platform has CONFIG_POST set. Use CONFIG_HAS_POST in the post/ Makefiles
26963     to determine should the POST libs be compiled for the selected target
26964     platform, or not.
26965
26966     To avoid breaking u-boot linking process, the empty post/libpost.a file is
26967     created for platforms which do not have POSTs.
26968
26969     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
26970     Signed-off-by: Wolfgang Denk <wd@denx.de>
26971
26972 commit 0a51e9248e2d27e0a02ef1e740c576ce90a39ee1
26973 Author: Yuri Tikhonov <yur@emcraft.com>
26974 Date:   Mon Mar 31 10:49:34 2008 +0200
26975
26976     POST: preparations for moving CONFIG_POST to Makefiles
26977
26978     Remove CONFIG_POST ifdefs from the post/ source files.
26979
26980     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
26981     Signed-off-by: Wolfgang Denk <wd@denx.de>
26982
26983 commit 5d40d4430d9ebc8434c6f0798594836e1efa7a1e
26984 Author: Stefan Roese <sr@denx.de>
26985 Date:   Tue Apr 22 14:14:20 2008 +0200
26986
26987     ppc4xx: Fix Canyonlands and Glacier default environment for fdt usage
26988
26989     This patch fixes the Canyonlands and Glacier default environment to better
26990     fit to the arch/powerpc device-tree kernels. The variables dealing with
26991     arch/ppc booting are removed, since these boards are supported only in
26992     arch/powerpc. Glacier uses the same config file as Canyonlands.
26993
26994     Also, the Glacier now uses non-FPU rootpath, since 460GT has no FPU.
26995
26996     Signed-off-by: Stefan Roese <sr@denx.de>
26997
26998 commit b789cb4a4c0c1deff82053539cfe29a9c6e23f8b
26999 Author: Stefan Roese <sr@denx.de>
27000 Date:   Tue Apr 22 14:06:42 2008 +0200
27001
27002     ppc4xx: Small coding style cleanup for the latest esd patches
27003
27004     Signed-off-by: Stefan Roese <sr@denx.de>
27005
27006 commit 79941d63bc03aed8c48d7602f18217cc200ee931
27007 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
27008 Date:   Mon Apr 21 18:01:07 2008 +0200
27009
27010     ppc4xx: Update CPU strapping for PMC440 boards
27011
27012     This patch removes the temporary 'test' strapping option
27013     of the sbe command. The '667' strapping option now uses
27014     a PLB/PCI divider of 3.
27015
27016     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
27017
27018 commit f00cf3193a6635355b121e90debb2f54e777e7da
27019 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
27020 Date:   Mon Apr 21 14:42:21 2008 +0200
27021
27022     ppc4xx: Remove unused APC405 strataflash driver
27023
27024     The APC405 board support has been migrated to use the common
27025     CFI flash driver.
27026
27027     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
27028
27029 commit 1c686676a86473bbd92151f0544e109413f6ed06
27030 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
27031 Date:   Mon Apr 21 14:42:17 2008 +0200
27032
27033     ppc4xx: Update APC405 configuration
27034
27035     - enable esd's auto_update mechanism
27036     - support alternative flash layout on rev. 1.8 boards
27037     - update default environment
27038     - use common CFI flash driver
27039     - coding style cleanup
27040
27041     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
27042
27043 commit 0b9872515a521bf7866dc24b85ddce708e60d702
27044 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
27045 Date:   Mon Apr 21 14:42:11 2008 +0200
27046
27047     ppc4xx: Update APC405 board support
27048
27049     - enable esd's auto_update mechanism
27050     - fix LCD support on latest hardware revision (uses other LCD controller)
27051     - support alternative flash layout on rev. 1.8 boards
27052     - coding style cleanup
27053
27054     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
27055
27056 commit 83975d02e225e231960784972e7820a8b303756b
27057 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
27058 Date:   Mon Apr 21 14:42:06 2008 +0200
27059
27060     ppc4xx: update esd's common auto_update code for 405 boards
27061
27062     - Coding style cleanup (long lines)
27063     - improve handling of protected flash regions
27064     - remove dead code
27065
27066     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
27067
27068 commit b9233fe5d59cb25d975071616bd1035d6f4c2285
27069 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
27070 Date:   Mon Apr 21 14:41:59 2008 +0200
27071
27072     ppc4xx: Update esd's common LCD code for 405 boards
27073
27074     - Coding style cleanup (long lines)
27075     - Add s1d13505 support
27076     - Make some functions return a result code instead of void
27077
27078     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
27079
27080 commit dea68189424c3f1242427a8146a3861bf093173c
27081 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
27082 Date:   Mon Apr 21 11:36:55 2008 +0200
27083
27084     ppc4xx: Update FPGA image for APC405 boards
27085
27086     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
27087
27088 commit 2a05b152924acfcec3b037693329e517e6d3578f
27089 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
27090 Date:   Mon Apr 21 11:36:08 2008 +0200
27091
27092     ppc4xx: Update bootlogo for APC405 boards
27093
27094     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
27095
27096 commit 8deafdc6ad368368cf03b58cab4bd39f45d64b5c
27097 Author: Stefan Roese <sr@denx.de>
27098 Date:   Fri Apr 18 16:41:31 2008 +0200
27099
27100     ppc4xx: Add dcache_enable() for 440
27101
27102     dcache_enable() was missing for 440 and the patch
27103     017e9b7925f74878d0e9475388cca9bda5ef9482 ["allow ports to override bootelf
27104     "] behavior uses this function.
27105
27106     Note: Currently the cache handling functions like
27107     d/icache_disable/enable() are NOP's on 440. This may be changed in the
27108     future.
27109
27110     Signed-off-by: Stefan Roese <sr@denx.de>
27111
27112 commit a49e0d177a0749614b316ec847fb623f09c82c07
27113 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
27114 Date:   Mon Apr 21 11:19:04 2008 +0200
27115
27116     video: Add missing free for logo memory
27117
27118     This patch adds two missing free()s.
27119
27120     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
27121
27122 commit 84c01d3a05ae3aca5f7c0c13a31ca72ba1199a42
27123 Author: Troy Kisky <troy.kisky@boundarydevices.com>
27124 Date:   Mon Sep 24 16:41:43 2007 -0700
27125
27126     PATCH - Fix oob data copied into supplied buffer
27127
27128     This patch correctly sets the oobavail variable
27129     and fixes a bug where the oob data was not valid when
27130     there where multiple groups in oobfree.
27131
27132     First segment fixes a typo
27133     Second segment fixes a bug where oob data may be copied incorrectly.
27134     Third segment adds an error message when exiting due to write protect.
27135     Forth segment fixes a bug where oobavail may be set incorrectly.
27136
27137     Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com>
27138
27139 commit e1d09680f64b452adde89ed9fe28a77c56bedc9a
27140 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
27141 Date:   Fri Apr 18 17:24:32 2008 +0200
27142
27143     ppc4xx: Fix sys_get_info() for 405GP(r)
27144
27145     This patch assigns the correct EBC clock for 405GP(r) CPUs
27146     to PPC4xx_SYS_INFO structure. Without this patch U-Boot
27147     uses an uninitialized EBC clock in its startup message.
27148
27149     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
27150
27151 commit dc7746d86d2a3dfe01ab9a70cb427f92adc303c7
27152 Author: Wolfgang Denk <wd@denx.de>
27153 Date:   Sun Apr 20 15:39:38 2008 -0700
27154
27155     Makefile: remove nand_spl/System.map when cleaning up.
27156
27157 commit d9a42c0ace4d4f9cb061d62a7265d1780f90447b
27158 Author: Wolfgang Denk <wd@denx.de>
27159 Date:   Sun Apr 20 15:35:52 2008 -0700
27160
27161     MAKEALL: sort entries / lists.
27162
27163     Signed-off-by: Wolfgang Denk <wd@denx.de>
27164
27165 commit 0878af169b181868a105b5c33f3a6423e2c9fd60
27166 Author: Kumar Gala <galak@kernel.crashing.org>
27167 Date:   Fri Apr 18 11:29:01 2008 -0500
27168
27169     85xx: Fix size of cpu-release-addr property
27170
27171     The cpu-release-addr is defined as always being a 64-bit quanity regardless
27172     if we are running on a 32-bit or 64-bit machine.
27173
27174 commit 88353a985109562a639b2f8a0c90d77011bfe374
27175 Author: Timur Tabi <timur@freescale.com>
27176 Date:   Fri Apr 4 11:15:58 2008 -0500
27177
27178     Fix calculation of I2C clock for some 85xx chips
27179
27180     Some 85xx chips use CCB as the base clock for the I2C.  Some use CCB/2, and
27181     some use CCB/3.  There is no pattern that can be used to determine which
27182     chips use which frequency, so the only way to determine is to look up the
27183     actual SOC designation and use the right value for that SOC.
27184
27185     Update immap_85xx.h to include the GUTS PORDEVSR2 register.
27186
27187     Signed-off-by: Timur Tabi <timur@freescale.com>
27188
27189 commit 1e01477aeaf409ddb97e2633aab9cf8c9c60612e
27190 Author: Wolfgang Denk <wd@denx.de>
27191 Date:   Fri Apr 18 11:44:27 2008 -0700
27192
27193     Fix build breakage casued by commit c0559be371b2
27194
27195         Change env_get_char from a global function ptr to a function.
27196
27197     Signed-off-by: Wolfgang Denk <wd@denx.de>
27198
27199 commit 268a804d7e2fa07b64211fd2f9a9615db4539f23
27200 Author: Wolfgang Denk <wd@denx.de>
27201 Date:   Fri Apr 18 10:53:41 2008 -0700
27202
27203     Coding Style cleanup, update CHANGELOG.
27204
27205     Signed-off-by: Wolfgang Denk <wd@denx.de>
27206
27207 commit 92bad20ad74b70adf3839df9a0a47cce000ac3d7
27208 Author: Mike Frysinger <vapier@gentoo.org>
27209 Date:   Tue Apr 8 14:00:57 2008 -0400
27210
27211     Add support for u-boot in svn and localversion-* files
27212
27213     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
27214
27215 commit d23ff6827decf121461fbc5622612fd7effe207e
27216 Author: Guennadi Liakhovetski <lg@denx.de>
27217 Date:   Thu Apr 3 17:04:22 2008 +0200
27218
27219     MX31ADS network and flash updates
27220
27221     This patch allows U-Boot to use buffered writes to the Spansion NOR
27222     flash installed on this board, and eliminates long delays in network
27223     transfers after the board startup.
27224
27225     Also modify flash layout to embed main and redundant environment
27226     blocks in the U-Boot image.
27227
27228     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
27229
27230 commit b5dc9b304d289831f291843ff88a45cbdf1a6290
27231 Author: Guennadi Liakhovetski <lg@denx.de>
27232 Date:   Mon Apr 14 10:53:12 2008 +0200
27233
27234     Support for the MX31ADS evaluation board from Freescale
27235
27236     This patch adds support for the MX31ADS evaluation board from Freescale,
27237     initialization code is copied from RedBoot sources, also provided by
27238     Freescale.
27239
27240     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
27241
27242 commit 499e7831e1baaac6bfb959213f1950c216fbc5ba
27243 Author: Stefan Roese <sr@denx.de>
27244 Date:   Tue Apr 8 10:33:29 2008 +0200
27245
27246     ppc4xx: Change Canyonlands to support booting from 2k page NAND devices
27247
27248     Signed-off-by: Stefan Roese <sr@denx.de>
27249
27250 commit 5e182dce04d68cc94407a1b1fa09307f2bb96719
27251 Author: Stefan Roese <sr@denx.de>
27252 Date:   Tue Apr 8 10:33:28 2008 +0200
27253
27254     ppc4xx: Adjust Canyonlands fixed DDR2 setup (NAND booting) to 512MB SODIMM
27255
27256     Signed-off-by: Stefan Roese <sr@denx.de>
27257
27258 commit fe7c0db6b2a9004f96c2a2d4fff2849e19c2d825
27259 Author: Stefan Roese <sr@denx.de>
27260 Date:   Tue Apr 8 10:33:27 2008 +0200
27261
27262     ppc4xx: Add Glacier NAND booting target
27263
27264     Signed-off-by: Stefan Roese <sr@denx.de>
27265
27266 commit 46f373838e384a4c23d13581b1dfa5acb66b5810
27267 Author: Stefan Roese <sr@denx.de>
27268 Date:   Tue Apr 8 10:31:00 2008 +0200
27269
27270     nand_spl: Update nand_spl to support 2k page size NAND devices
27271
27272     This patch adds support for booting from 2k page sized NAND device
27273     (e.g. Micron 29F2G08AAC).
27274
27275     Tested on AMCC Canyonlands.
27276
27277     Signed-off-by: Stefan Roese <sr@denx.de>
27278
27279 commit 5e3dca577b7c1bf58bd2b48449b18b7e7dcd8e04
27280 Author: Anatolij Gustschin <agust@denx.de>
27281 Date:   Thu Apr 17 18:18:00 2008 +0200
27282
27283     Fix crash on sequoia in ppc_4xx_eth_init
27284
27285     Currently U-Boot crashes in ppc_4xx_eth_init on sequoia
27286     with cache enabled (TLB Parity exeption). This patch
27287     fixes the problem.
27288
27289     Signed-off-by: Anatolij Gustschin <agust@denx.de>
27290
27291 commit accf7355767dc7f6b85d88bb1c75c9d95e84ba5b
27292 Author: Anatolij Gustschin <agust@denx.de>
27293 Date:   Thu Apr 17 18:15:27 2008 +0200
27294
27295     ppc4xx: Fix crash on sequoia with cache enabled
27296
27297     Currently U-Boot crashes on sequoia board in CPU POST if
27298     cache is enabled (CONFIG_4xx_DCACHE defined). The cache
27299     won't be disabled by change_tlb before CPU POST because
27300     there is an insufficient adress range check since
27301     CFG_MEM_TOP_HIDE was introduced. This patch tries to fix
27302     this problem.
27303
27304     Signed-off-by: Anatolij Gustschin <agust@denx.de>
27305
27306 commit 43c509254fab375c49936498da944658117ed07c
27307 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
27308 Date:   Thu Apr 17 23:35:13 2008 +0900
27309
27310     Use jr as register jump instruction
27311
27312     Current assembler codes are inconsistent in the way of register jump
27313     instruction usage; some use jr, some use j. Of course GNU as allows both
27314     usages, but as can be expected from `Jump Register' the mnemonic `jr' is
27315     more intuitive than `j'. For example, Linux doesn't have `j <reg>' usage
27316     at all.
27317
27318     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
27319
27320 commit 7ce63709828d37b08866e537339a169bd0db2bd3
27321 Author: Guennadi Liakhovetski <lg@denx.de>
27322 Date:   Tue Apr 15 14:15:30 2008 +0200
27323
27324     RTC driver for MC13783
27325
27326     MC13783 is a multifunction IS with an SPI interface to the host. This
27327     driver handles the RTC controller in this chip.
27328
27329     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
27330
27331 commit 38254f45b0b412332726c90d3184ad47479fcffb
27332 Author: Guennadi Liakhovetski <lg@denx.de>
27333 Date:   Tue Apr 15 14:14:25 2008 +0200
27334
27335     New i.MX31 SPI driver
27336
27337     This is an SPI driver for i.MX and MXC based SoCs from Freescale. So far
27338     only implemented and tested on i.MX31, can with a modified register layout
27339     and definitions be used for i.MX27, I think, MXC CPUs have similar SPI
27340     controllers too.
27341
27342     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
27343
27344 commit 7064122c2eef92f02a03ef37a1a1c07e70cd4e38
27345 Author: Magnus Lilja <lilja.magnus@gmail.com>
27346 Date:   Tue Apr 15 19:09:10 2008 +0200
27347
27348     Fix name of i.MX31 boards in config file header
27349
27350     Correct the name of the i.MX31 Litekit and phyCORE boards in config files.
27351
27352     Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
27353
27354 commit a49864593e083a5d0779fb9ca98e5a0f2053183d
27355 Author: Mike Frysinger <vapier@gentoo.org>
27356 Date:   Sun Apr 13 19:42:19 2008 -0400
27357
27358     allow ports to override go behavior
27359
27360     Split the arch-specific logic out of the common go code and into a dedicated
27361     weak function called do_go_exec() that lives in cpu directories.  This will
27362     need review from i386/nios people to make sure I didn't break them.
27363
27364 commit 017e9b7925f74878d0e9475388cca9bda5ef9482
27365 Author: Mike Frysinger <vapier@gentoo.org>
27366 Date:   Sun Apr 13 19:42:18 2008 -0400
27367
27368     allow ports to override bootelf behavior
27369
27370     Change the bootelf setup function into a dedicated weak function called
27371     do_bootelf_exec.  This way ports can control the behavior however they
27372     like before/after calling the ELF entry point.
27373
27374 commit a4b46ed6b3502335c3f3a5d672abe0bcb44f20b7
27375 Author: Ulf Samuelsson <ulf@atmel.com>
27376 Date:   Sat Apr 12 20:56:03 2008 +0200
27377
27378     Reorder ARM boards in Makefile
27379
27380     Rearrange ARM boards in Makefile so that ARM926EJ-S boards
27381     are no longer under ARM92xT header.
27382
27383     Signed-off-by: Ulf Samuelsson <ulf@atmel.com>
27384     Ack-By Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27385
27386 commit c3a60cb3bd67e120fc99b6ba88d9295c3c07f688
27387 Author: Ulf Samuelsson <ulf@atmel.com>
27388 Date:   Sat Apr 12 20:29:44 2008 +0200
27389
27390     Clean up dataflash partitioning
27391
27392     This patch removes the board dependent parts from
27393     "drivers/mtd/dataflash.c".
27394     Each board relying on this, will have the appropriate
27395     code in a new file, "partition.c" in the board directory.
27396     board Makefiles updated to use the file.
27397
27398     The dataflash partitions are aligned on sector/page boundaries.
27399
27400     The CONFIG_NEW_DF_PARTITION was used to create named partitions
27401     This is now the default operation, and the CONFIG variable is removed.
27402
27403     Signed-off-by: Ulf Samuelsson <ulf@atmel.com>
27404
27405 commit 51ecde946fec511a16346e498204ca10ad71080d
27406 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27407 Date:   Sat Apr 12 14:08:45 2008 +0200
27408
27409     gitignore: udpate stgit generated and .patch file
27410
27411     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27412
27413 commit 66e39818e95f51ee1c1dd2094407a8929543fa6d
27414 Author: Wolfgang Denk <wd@denx.de>
27415 Date:   Fri Apr 18 00:15:36 2008 -0700
27416
27417     Get rid of redundant copy of renamed header file.
27418
27419     Signed-off-by: Wolfgang Denk <wd@denx.de>
27420
27421 commit c3aafd8cf814e33a77de81c2f22b8c772216a3cc
27422 Author: Vlad Lungu <vlad@comsys.ro>
27423 Date:   Fri Apr 11 21:20:14 2008 +0300
27424
27425     Fix dependency generation for older gcc versions
27426
27427      With gcc 3.3.3 at least, compilation fails with
27428
27429     Generating include/autoconf.mk
27430     gcc: compilation of header file requested
27431     make: *** [include/autoconf.mk] Error 1
27432
27433     since commit 16fe77752eee099b9fb61ed73460e51cc94b37ba.
27434
27435     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
27436
27437 commit cb1c4896905ab22fcd982e6a8a539f0031942e71
27438 Author: Marian Balakowicz <m8@semihalf.com>
27439 Date:   Fri Apr 11 11:07:49 2008 +0200
27440
27441     Restore the ability to continue booting after legacy image overwrite
27442
27443     Before new uImage code was merged, bootm code allowed for the kernel image to
27444     get overwritten during decompresion. new uImage introduced a check for image
27445     overwrites and refused to boot the image that got overwritten. This patch
27446     restores the old behavior. It also adds a warning when the image overwriten is
27447     a multi-image file, because in such case accessing componentes other than the
27448     first one will fail.
27449
27450     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
27451
27452 commit de2b3216e6b4f3b2fe93759c05b17504f9dfe036
27453 Author: Marian Balakowicz <m8@semihalf.com>
27454 Date:   Fri Apr 11 11:07:43 2008 +0200
27455
27456     ppc: Fix ftd_blob variable init when processing raw blob
27457
27458     Set fdt_blob variable before its value is printed out.
27459
27460     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
27461
27462 commit 3d36be030043cd841a2551d00a395135e363a64b
27463 Author: Jason Wessel <jason.wessel@windriver.com>
27464 Date:   Thu Apr 10 14:30:16 2008 -0500
27465
27466     Remove all the search paths from the .lds files.
27467
27468     The cross compiler is responsible for providing the correct libraries
27469     and the logic to find the linking libraries.
27470
27471     Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
27472
27473 commit 7d721e34ae6be7d7db63e8d060a246278bb7ae58
27474 Author: Bartlomiej Sieka <tur@semihalf.com>
27475 Date:   Mon Apr 14 15:44:16 2008 +0200
27476
27477     Boot-related documentation update
27478
27479     - document 'bootm_low' and 'bootm_size' environment variables
27480     - update inaccurate CFG_BOOTMAPSZ entry
27481
27482     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
27483
27484 commit a6f0bd9f2b1971e2a61ac0fd1fc2c96cb7a4b67a
27485 Author: Guennadi Liakhovetski <lg@denx.de>
27486 Date:   Wed Apr 9 17:34:08 2008 +0200
27487
27488     Fix regression introduced by a typo in "Tidied other cpu/arm920t/start.S code"
27489
27490     Restore logic reverted by commit
27491
27492     commit 80767a6cead9990d9e77e62be947843c2c72f469
27493     Author: Peter Pearse <peter.pearse@arm.com>
27494     Date:   Wed Sep 5 16:04:41 2007 +0100
27495
27496         Changed API name to coloured_led.h
27497         Removed code using deprecated ifdef CONFIG_BOOTBINFUNC
27498         Tidied other cpu/arm920t/start.S code
27499
27500     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
27501
27502 commit e25cb8d3f4fcc265a9cdf8e9d577b59bdb64bbaf
27503 Author: Mike Frysinger <vapier@gentoo.org>
27504 Date:   Tue Apr 8 10:24:24 2008 -0400
27505
27506     Remove conflicting NAND ID
27507
27508     There are two NAND entries with ID 0xDC and this obviously causes problems.
27509     In the kernel, they punted the first entry, so we should do the same.
27510
27511     See this upstream e-mail for more info:
27512     http://lists.infradead.org/pipermail/linux-mtd/2007-July/018795.html
27513
27514     Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
27515     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
27516
27517 commit 188e94c370621708d13547d58dbc6ed3c5602aa8
27518 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
27519 Date:   Tue Apr 8 16:20:35 2008 +0900
27520
27521     cpu/mips/cpu.c: Fix flush_cache bug
27522
27523     Cache operations have to take line address (addr), not start_addr.
27524     I noticed this bug when debugging ping failure.
27525
27526     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
27527
27528 commit 8f2a68a07c058fca1d413e54f71c2e7e78a74ed4
27529 Author: Martin Krause <martin.krause@tqs.de>
27530 Date:   Thu Apr 3 14:29:01 2008 +0200
27531
27532     TQM5200: fix default IDE reset level
27533
27534     Before the first call of ide_reset(), the level of the IDE reset
27535     signal on the TQM5200 is low (reset asserted). This patch sets the
27536     default value to high (reset not asserted).
27537
27538     Currently this patch fixes no real problem, but it is cleaner to
27539     assert the reset signal only on demand, and not permanently.
27540
27541     Signed-off-by: Martin Krause <martin.krause@tqs.de>
27542
27543 commit c61e033d6e8abb7b4060ee36060961e1399f6079
27544 Author: Detlev Zundel <dzu@denx.de>
27545 Date:   Thu Apr 3 14:18:48 2008 +0200
27546
27547     mgcoge, mgsuv: realign CONFIG_EXTRA_ENV_SETTING
27548
27549     Signed-off-by: Detlev Zundel <dzu@denx.de>
27550
27551 commit f308572e19eb7fe63aa3d41f214cde4c23c9800f
27552 Author: Detlev Zundel <dzu@denx.de>
27553 Date:   Thu Apr 3 14:18:47 2008 +0200
27554
27555     mgcoge, mgsuv: rename 'addcon' to 'addcons'
27556
27557     The latter name with 13 users is already established, so we will use
27558     that.
27559
27560     Signed-off-by: Detlev Zundel <dzu@denx.de>
27561
27562 commit e175eacc87c3a9e4dad0799fee0e95732520afc7
27563 Author: Martin Krause <martin.krause@tqs.de>
27564 Date:   Thu Apr 3 13:37:56 2008 +0200
27565
27566     IDE: fix bug in reset sequence
27567
27568     According to the ata (ata5) specification the RESET- signal
27569     shall be asserted for at least 25 us. Without this patch,
27570     the RESET- signal is asserted on some boards for only < 1 us
27571     (e. g. on the TQM5200). This patch adds a general delay of
27572     25 us to the RESET- signal.
27573
27574     Without this patch a Platinum 4 GiB CF card is not recognised
27575     properly on boards with a TQM5200 (STK52xx, TB5200).
27576
27577     Signed-off-by: Martin Krause <martin.krause@tqs.de>
27578
27579 commit 813bea96a960916c72b4a3a7df840151529c26ce
27580 Author: Sascha Laue <Sascha.Laue@gmx.biz>
27581 Date:   Thu Apr 3 14:43:11 2008 +0200
27582
27583     lwmon5: disable CONFIG_ZERO_BOOTDELAY
27584
27585     Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
27586
27587 commit 53eec6f1d25932e76d63ccb14082792b0b96bf41
27588 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27589 Date:   Wed Apr 2 08:03:58 2008 +0200
27590
27591     ds174x: Fix warning on return in rtc_get and rtc_set functions
27592
27593     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27594
27595 commit a253b38bf50c85227c33ca0febc870ee49d1588e
27596 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27597 Date:   Wed Apr 2 08:03:57 2008 +0200
27598
27599     cmd_log.c: Fix assignment differ in signedness
27600
27601     In function 'logbuff_init_ptrs':
27602     cmd_log.c:79: warning: pointer targets in assignment differ in signedness
27603
27604     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27605
27606 commit 6c0e9a8f1cc090fbfbc6f86b6b4fd17a1628f3df
27607 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
27608 Date:   Wed Apr 2 11:04:43 2008 +0530
27609
27610     Remove duplicate #undef SHOW_INFO in drivers/usb/usb_ohci.c
27611
27612     Signed-off-by: gururaja hebbar <gururajakr@sanyo.co.in>
27613
27614 commit 478d5ec9ae3cbcc6040241d2d73dbbc61fe9b49d
27615 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27616 Date:   Tue Apr 1 14:07:10 2008 +0200
27617
27618     s3c4510b_eth: fix 'packed' attribute ignored for fields of MACFrame
27619
27620     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27621
27622 commit c08fb3ea36d19b1640b7906264581e9105534399
27623 Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
27624 Date:   Tue Apr 15 10:24:14 2008 +0200
27625
27626     Additional PCI IDs for IDE and network controllers
27627
27628     These PCI IDs are required by the Linkstation platforms.
27629
27630     Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
27631
27632 commit c0559be371b2a64b1a817088c3308688e2182f93
27633 Author: Joakim Tjernlund <joakim.tjernlund@transmode.se>
27634 Date:   Mon Apr 14 23:01:50 2008 +0200
27635
27636     Change env_get_char from a global function ptr to a function.
27637
27638     This avoids an early global data reference.
27639
27640     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
27641
27642 commit 3e0f331c05d72f140715c1e9fca991927e44d422
27643 Author: Guennadi Liakhovetski <lg@denx.de>
27644 Date:   Tue Apr 29 12:35:08 2008 +0000
27645
27646     Clean up smsc911x driver
27647
27648     Replace direct register address derefencing with accessor functions.
27649     Restrict explicitly 32-bit bus-width, extend affected configurations
27650     respectively.
27651
27652     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
27653     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
27654
27655 commit de1b686b763aa8b87a86f6748ce9169e7fc0e4cd
27656 Author: Sascha Hauer <s.hauer@pengutronix.de>
27657 Date:   Tue Apr 15 00:08:20 2008 -0400
27658
27659     This patch adds a driver for the following smsc network controllers:
27660     LAN9115
27661     LAN9116
27662     LAN9117
27663     LAN9215
27664     LAN9216
27665     LAN9217
27666
27667     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
27668     Signed-off-by: Guennadi Liakhovetski<lg@denx.de>
27669     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
27670
27671 commit 3dfd4aab929cccddb63d9ea509967861e1333b52
27672 Author: Sascha Laue <Sascha.Laue@gmx.biz>
27673 Date:   Tue Apr 1 15:13:03 2008 +0200
27674
27675     Fix watchdog POST for lwmon5
27676
27677     If the hardware watchdog detects a voltage error, the watchdog sets
27678     GPIO62 to low. The watchdog POST has to detect this low level.
27679
27680     Signed-off-by: Sascha Laue <leglas0@legpc180.leg.liebherr.i>
27681
27682 commit 24b448448a917e52806f82660a5c9d47608894fb
27683 Author: Dave Liu <r63238@freescale.com>
27684 Date:   Tue Apr 1 15:22:11 2008 +0800
27685
27686     ata: update the libata.h from ata.h of linux kernel
27687
27688     Current libata.h of u-boot is out of sync from linux kernel,
27689     this patch make it be consistent with linux kernel.
27690
27691     Signed-off-by: Dave Liu <daveliu@freescale.com>
27692     Signed-off-by: Tor Krill <tor@excito.com>
27693
27694 commit f8f9dc98883f66f59eb0601da65808e6b139c87c
27695 Author: Kumar Gala <galak@kernel.crashing.org>
27696 Date:   Mon Mar 31 11:59:27 2008 -0500
27697
27698     Allow use of ARCH=powerpc when building
27699
27700     The linux kernel is now mostly ARCH=powerpc, so to make life easier
27701     allow use to use ARCH=powerpc and convert it to ARCH=ppc.
27702
27703     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
27704
27705 commit 8af657d2c6d1ca4f2f76973531394d4578ba2ef0
27706 Author: Kyungmin Park <kmpark@infradead.org>
27707 Date:   Mon Mar 31 10:40:54 2008 +0900
27708
27709     Add apollon board MAINTAINERS entry
27710
27711     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
27712
27713 commit 77e475cc0ed1832160017d364be32a0be9ff02a9
27714 Author: Kyungmin Park <kmpark@infradead.org>
27715 Date:   Mon Mar 31 10:40:36 2008 +0900
27716
27717     Fix OneNAND read
27718
27719     It should access with 16-bit instead of 8-bit
27720
27721     Now it uses the generic memcpy with 8-bit access. It means it reads wrong data from OneNAND.
27722
27723     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
27724
27725 commit a9da2b41079d230db3a5641625311983f85ce1fb
27726 Author: Kyungmin Park <kmpark@infradead.org>
27727 Date:   Mon Mar 31 10:40:19 2008 +0900
27728
27729     Fix OneNAND erase command
27730
27731     It mis-calculates the block address.
27732     Also fix DECLARE_GLOBAL_DATA_PTR in env_onenand.
27733
27734     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
27735
27736 commit 61525f2ffa156665a66908fda47dbf29d65ea579
27737 Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
27738 Date:   Mon Mar 31 01:32:15 2008 +0200
27739
27740     Support for LinkStation / KuroBox HD and HG PPC models
27741
27742     This patch is based on the port by Mihai Georgian (see linkstation.c for
27743     Copyright information) and implements support for LinkStation / KuroBox HD
27744     and HG PPC models from Buffalo Technology, whereby HD is deactivated at
27745     the moment, pending network driver fixing.
27746
27747     Notice to users: this is pretty much a barebone port. Support for network
27748     on HG models is already in the U-Boot mainline, but you might also want
27749     patches to switch fan / phy modes depending on the negotiated ethernet
27750     parameters. This patch also doesn't support console switching, booting EM
27751     mode, Buffalo specific ext2 magic number. So, if you want to use any of
27752     those, you need additional patches. Otherwise this patche provides a fully
27753     functional u-boot with a network console on your system.
27754
27755     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
27756
27757 commit 0f3ba7e9783f352318f197a3148f6d5cc3d75bea
27758 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
27759 Date:   Sun Mar 30 01:22:13 2008 -0500
27760
27761     Add CONFIG_MII_INIT support to related boards
27762
27763     Replace CONFIG_8xx and CONFIG_MCF532x to CONFIG_MII_INIT in
27764     cmd_init.c. Add CONFIG_MII_INIT to board configuration files
27765     that use mii_init() in cmd_init.c.
27766
27767     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
27768     Acked-by: Ben Warren <biggerbadderben@gmail.com>
27769
27770 commit f33fca22e76f20e4e4793810ca7a06a4805a6cf4
27771 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
27772 Date:   Sun Mar 30 01:19:06 2008 -0500
27773
27774     Update CONFIG_PCIAUTO_SKIP_HOST_BRIDGE to related boards
27775
27776     Remove test for CONFIG_MPC5200 in drivers/pci/pci_auto.c and define
27777     CONFIG_PCIAUTO_SKIP_HOST_BRIDGE in related board configuration files.
27778
27779     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
27780
27781 commit e99ccb488181d012248c6be30b2093e950319fc5
27782 Author: Kumar Gala <galak@kernel.crashing.org>
27783 Date:   Thu Mar 27 11:46:38 2008 -0500
27784
27785     Introduce phys_size_t and move phys_addr_t into asm/types.h
27786
27787     Also add CONFIG_PHYS_64BIT on powerpc to deal with 32-bit ppc's
27788     that have larger physical addresses like 44x, 85xx, and 86xx.
27789
27790     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
27791
27792 commit 20a14a42a25f72e379f38460b8a8484667536795
27793 Author: Andy Fleming <afleming@freescale.com>
27794 Date:   Wed Apr 2 16:19:07 2008 -0500
27795
27796     Rename include/md5.h to include/u-boot/md5.h
27797
27798     Some systems have md5.h installed in /usr/include/. This isn't the
27799     desired file (we want the one in include/md5.h). This will avoid the
27800     conflict. This fixes the host tools building problem by creating a new
27801     directory for U-Boot specific header files.
27802
27803     [Patch by Andy Fleming, modified to use separate directory by Wolfgang
27804     Denk]
27805
27806     Signed-off-by: Wolfgang Denk <wd@denx.de>
27807     Signed-off-by: Andy Fleming <afleming@freescale.com>
27808     Acked-by: Timur Tabi <timur@freescale.com>
27809
27810 commit f297b7a1ec87433f66320d89d993e1bc738c66b8
27811 Author: Dave Liu <r63238@freescale.com>
27812 Date:   Thu Mar 27 18:51:17 2008 +0800
27813
27814     drivers: code clean up
27815
27816     Signed-off-by: Dave Liu <daveliu@freescale.com>
27817
27818 commit 0ff7cba4a2e51c90827f6d21a0b28b4d67109597
27819 Author: Dave Liu <r63238@freescale.com>
27820 Date:   Thu Mar 27 18:50:41 2008 +0800
27821
27822     drivers: clean up the ata_piix.h
27823
27824     Signed-off-by: Dave Liu <daveliu@freescale.com>
27825
27826 commit e8f7ba404f1409606962815ecc955a06984b08b3
27827 Author: Dave Liu <r63238@freescale.com>
27828 Date:   Thu Mar 27 18:49:56 2008 +0800
27829
27830     doc: english polishing for README.sata
27831
27832     according to gvb's suggestion, polishing for the doc.
27833
27834     Signed-off-by: Jerry Van Baren <gerald.vanbaren@ge.com>
27835     Signed-off-by: Dave Liu <daveliu@freescale.com>
27836
27837 commit 3e3f766a5274d204780460e1879723b565296d34
27838 Author: Kumar Gala <galak@kernel.crashing.org>
27839 Date:   Wed Mar 26 18:53:28 2008 -0500
27840
27841     Fix warnings introduced by I2C bus speed setting patch
27842
27843     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
27844
27845 commit 3c735e7437150e8615f26930c7819db85634276d
27846 Author: eran liberty <eran.liberty@gmail.com>
27847 Date:   Thu Mar 27 00:50:49 2008 +0100
27848
27849     Altera Stratix II support
27850
27851     Adds Support for Altera's Stratix II.
27852
27853     Within your board specific init file you will have to call
27854
27855     1. fpga_init (/* relocated code offset. usually => */ gd->reloc_off);
27856     2. fpga_add (fpga_altera, (Altera_desc*)&altera_desc);
27857
27858     Altera_desc* contines (for example):
27859         {
27860          Altera_StratixII,      /* part type */
27861          passive_serial,        /* interface type */
27862          1,                     /* bytes of data part can accept */
27863          (void *)(&funcs),      /* interface function table */
27864          0L,                    /* base interface address */
27865          0                      /* implementation specific cookie */
27866          }
27867
27868     funcs is the interface. It is of type altera_board_specific_func.
27869     It looks like this:
27870     altera_board_specific_func func = {
27871         pre_fn,
27872         config_fn,
27873         status_fn,
27874         done_fn,
27875         clk_fn,
27876         data_fn,
27877         abort_fn,
27878         post_fn,
27879     };
27880
27881     you will have to implement these functions, which is usually bit
27882     banging some gpio.
27883
27884     Signed-off-by: Eran Liberty <liberty@extricom.com>
27885
27886 commit 5ece9ec9f6cd52950ab848e2fe422dacf1d3a335
27887 Author: Wolfgang Denk <wd@denx.de>
27888 Date:   Sun Apr 13 14:32:54 2008 -0700
27889
27890     Update CHANGELOG
27891
27892     Signed-off-by: Wolfgang Denk <wd@denx.de>
27893
27894 commit 5ad862166aa24d62a69aa9c708f6b2f5c0d28fb7
27895 Author: Sascha Hauer <s.hauer@pengutronix.de>
27896 Date:   Wed Mar 26 20:41:17 2008 +0100
27897
27898     Phytec Phycore-i.MX31 support
27899
27900     This patch adds support for the Phytec Phycore-i.MX31 board
27901
27902     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
27903     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
27904
27905 commit caebc95be3b42e5147b5fac7672ac4b2693ef7e1
27906 Author: Sascha Hauer <s.hauer@pengutronix.de>
27907 Date:   Wed Mar 26 20:41:09 2008 +0100
27908
27909     mx31 litekit support
27910
27911     This patch adds support for the mx31 litekit board
27912
27913     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
27914     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
27915
27916 commit cdace0661208754a53019ea0dc7b803a040e0939
27917 Author: Sascha Hauer <s.hauer@pengutronix.de>
27918 Date:   Wed Mar 26 20:40:49 2008 +0100
27919
27920     add an i2c driver for mx31
27921
27922     This patch adds an i2c driver for Freescale i.MX processors
27923
27924     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
27925     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
27926
27927 commit 9b56f4f0306f3940b0aafd823ed6ecfc2d75d6c6
27928 Author: Sascha Hauer <s.hauer@pengutronix.de>
27929 Date:   Wed Mar 26 20:40:42 2008 +0100
27930
27931     core support for Freescale mx31
27932
27933     This patch adds the core support for Freescale mx31
27934
27935     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
27936     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
27937
27938 commit 7ec68862a27c8f6f6d566228de8f6724d964a939
27939 Author: Wolfgang Denk <wd@denx.de>
27940 Date:   Sun Apr 13 14:19:23 2008 -0700
27941
27942     Fix compile error
27943
27944     ...as suggested by Peter Pearse
27945
27946     Signed-off-by: Wolfgang Denk <wd@denx.de>
27947
27948 commit 5252ed95204bdf55bec5a90ea69860bf2f78c643
27949 Author: Sascha Hauer <s.hauer@pengutronix.de>
27950 Date:   Wed Mar 26 20:40:36 2008 +0100
27951
27952     Separate omap24xx specific code from arm1136
27953
27954     Move omap24xx code to cpu/arm1136/omap24xx, rename include/asm-arm/arch-arm1136
27955     to cpu/arm1136/omap24xx.
27956
27957     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
27958     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
27959
27960 commit 1f1d88dd40815332df32982e739f2ddd2da6fe1a
27961 Author: Mike Frysinger <vapier@gentoo.org>
27962 Date:   Tue Jan 29 18:21:05 2008 -0500
27963
27964     disable caches before booting an app for Blackfin apps
27965
27966     It isn't generally save to execute applications outside of U-Boot with caches
27967     enabled due to the way the Blackfin processor handles caches (requires
27968     software assistance).  This patch disables caches before booting an ELF or
27969     just booting raw code.  The previous discussion on the patch was that we
27970     wanted to use weaks instead, but that proved to not be feasible when multiple
27971     symbols are involved, which puts us back at the ifdef solution.  I've
27972     minimized the ugliness by moving the setup step outside of the main function.
27973
27974     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
27975
27976 commit e6dfed705efa44ebf00d21bb1588c6ccc8f3ad32
27977 Author: Wolfgang Denk <wd@denx.de>
27978 Date:   Sun Apr 13 10:03:54 2008 -0700
27979
27980     ppc: Get rid of unused machine type definitions
27981
27982     Signed-off-by: Wolfgang Denk <wd@denx.de>
27983
27984 commit 1aeed8d71acb3290cf2446f316d6ba437e7881c4
27985 Author: Wolfgang Denk <wd@denx.de>
27986 Date:   Sun Apr 13 09:59:26 2008 -0700
27987
27988     Coding Style cleanup; update CHANGELOG
27989
27990     Signed-off-by: Wolfgang Denk <wd@denx.de>
27991
27992 commit 7754f33c6fb7a2c050388d20bf3847038558bdcf
27993 Author: Larry Johnson <lrj@acm.org>
27994 Date:   Thu Feb 21 13:58:11 2008 -0500
27995
27996     LM73 bug fix for negative temperatures and cleanup
27997
27998     When the LM73 temperature sensor measures a temperature below 0 C, the
27999     current driver does not perform sign extension, so the result returned is
28000     512 C too high.  This patch fixes the problem, and does general cleanup
28001     of the code.
28002
28003     Signed-off-by: Larry Johnson <lrj@acm.org>
28004
28005 commit 96ef831f713289afba19da0c8f905e99da2b23e0
28006 Author: Guennadi Liakhovetski <lg@denx.de>
28007 Date:   Thu Apr 3 13:36:02 2008 +0200
28008
28009     cfi_flash: Support buffered writes on non-standard Spansion NOR flash
28010
28011     Some NOR flash chip from Spansion, for example, the s29ws-n MirrorBit
28012     series require different addresses for buffered write commands. Define a
28013     configuration option to support buffered writes on those chips. A more
28014     elegant solution would be to automatically detect those chips by parsing
28015     their CFI records, but that would require introduction of a fixup table
28016     into the cfi_flash driver.
28017
28018     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
28019
28020 commit 3f9c542d3d69b1a10a5e193e779133a0454d1f44
28021 Author: Lee Nipper <lee.nipper@freescale.com>
28022 Date:   Thu Apr 10 09:35:06 2008 -0500
28023
28024     mpc83xx: Update DIMM data bus width test to support 40-bit width
28025
28026     32-bit wide ECC memory modules report 40-bit width.
28027     Changed the DIMM data bus width test to 'less than 64' instead of 'equal 32'.
28028
28029     Signed-off-by: Lee Nipper <lee.nipper@freescale.com>
28030     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
28031
28032 commit 5fb5a689d822ca61e814bd523fc930af335242fa
28033 Author: Dave Liu <r63238@freescale.com>
28034 Date:   Mon Mar 31 17:05:12 2008 +0800
28035
28036     mpc83xx: Fix the bug of serdes initialization
28037
28038     Currently the serdes will not be initializated due to the
28039     partid's error.
28040
28041     Signed-off-by: Dave Liu <daveliu@freescale.com>
28042     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
28043
28044 commit 2000784818f043db7ca60e2846a72d097766b894
28045 Author: Dave Liu <r63238@freescale.com>
28046 Date:   Thu Apr 3 16:28:29 2008 +0800
28047
28048     mpc83xx: Fix the SATA clock setting of 837x targets
28049
28050     Currently the SATA controller clock is configured as CSB clock,
28051     usually the CSB clock is 400/333/266MHz.
28052
28053     However, The SATA IP block is only guaranteed to operate up to
28054     200 MHz as stated in the HW spec.
28055
28056     The bug is reported by Joe D'Abbraccio <ljd015@freescale.com>
28057
28058     This patch makes the SATA clock as half of CSB clock.
28059
28060     Signed-off-by: Dave Liu <daveliu@freescale.com>
28061     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
28062
28063 commit 1ac4f320bf0b593aa0a741f2d649a8ece8838672
28064 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28065 Date:   Wed Apr 2 13:41:21 2008 +0200
28066
28067     mpc837xerdb: Fix warning: implicit declaration of function 'fdt_fixup_dr_usb'
28068
28069     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28070     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
28071
28072 commit 97b3ecb575a92fa34c1765229dbc06f2b662f139
28073 Author: Kumar Gala <galak@kernel.crashing.org>
28074 Date:   Wed Apr 9 04:20:57 2008 -0500
28075
28076     85xx: Fix detection of MP cpu spin up
28077
28078     We were looking at the wrong memory offset to determine of a secondary
28079     cpu had been spun up or not.  Also added a warning message if the
28080     all the secondary cpus we expect don't spin up.
28081
28082     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
28083
28084 commit f3e04bdc3f360c66801a9048956e61e41a16edba
28085 Author: Kumar Gala <galak@kernel.crashing.org>
28086 Date:   Tue Apr 8 10:45:50 2008 -0500
28087
28088     85xx: Use SVR_SOC_VER instead of SVR_VER
28089
28090     The recent change introduced by 'Update SVR numbers to expand support'
28091     now requires that we use SVR_SOC_VER instead of SVR_VER if we want
28092     to compare against a particular processor id.
28093
28094     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
28095
28096 commit 5b2052e5f5fcce5dbd4d2750a29c0e45bce806e7
28097 Author: Eugene O'Brien <eugene.obrien@advantechamt.com>
28098 Date:   Fri Apr 11 10:00:35 2008 -0400
28099
28100     ppc4xx: Fix power mgt definitions for PPC440
28101
28102     Corrected DCR addresses of PPC440EP power management registers.
28103
28104     Signed-off-by: Eugene O'Brien <eugene.obrien@advantechamt.com>
28105
28106 commit 950a392464e616b4590bc4501be46e2d7d162dea
28107 Author: Wolfgang Denk <wd@denx.de>
28108 Date:   Fri Apr 11 15:11:26 2008 +0200
28109
28110     Revert merge of git://www.denx.de/git/u-boot-arm, commit 62479b18:
28111
28112     Reverting became necessary after it turned out that the patches in
28113     the u-boot-arm repo were modified, and in some cases corrupted.
28114
28115     This reverts the following commits:
28116
28117         066bebd6353e33af3adefc3404560871699e9961
28118         7a837b7310166ae8fc8b8d66d7ef01b60a80f9d6
28119         c88ae20580b2b01487b4cdcc8b2a113f551aee36
28120         a147e56f03871bba4f05058d5e04ce7deb010b04
28121         d6674e0e2a6a1f033945f78838566210d3f28c95
28122         8c8463cce44d849e37744749b32d38e1dfb12e50
28123         c98b47ad24b2d91f41c09a3d62d7f70ad84f4b7d
28124         8bf69d81782619187933a605f1a95ee1d069478d
28125         8c16cb0d3b971f46fbe77c072664c0f2dcd4471d
28126         a574a73852a527779234e73e17e7597fd8128882
28127         1377b5583a48021d983e1fd565f7d40c89e84d63
28128         1704dc20917b4f71e373e2c888497ee666d40380
28129
28130     Signed-off-by: Wolfgang Denk <wd@denx.de>
28131
28132 commit 64e541f4c1b413dd84c7e409f5c2bf328db2ac13
28133 Author: Stefan Roese <sr@denx.de>
28134 Date:   Fri Apr 11 07:02:29 2008 +0200
28135
28136     ppc4xx: Update Kilauea defconfig to use device-tree booting as default
28137
28138     This patch reworks the default environment on Kilauea/Haleakala. Now
28139     "net_nfs" for exmaple uses the device-tree style booting formerly know
28140     as "net_nfs_fdt". Also the addresses in RAM were changed because of the
28141     new image booting support, which check for image overwriting. So the
28142     addresses needed togeet adjusted.
28143
28144     Signed-off-by: Stefan Roese <sr@denx.de>
28145
28146 commit 756f5dacda3810b094b94bcceffd3ce6c7ff9a28
28147 Author: Stefan Roese <sr@denx.de>
28148 Date:   Wed Apr 9 11:58:02 2008 +0200
28149
28150     ppc4xx: Fix Canyonlands default environment to work with new image support
28151
28152     Since the new image support checks for image overwriting, the default
28153     environment needs to get adjusted to use correct addresses.
28154
28155     Signed-off-by: Stefan Roese <sr@denx.de>
28156
28157 commit dfc6c7b647dba7ab86749616f0e9e5740deed422
28158 Author: Stefan Roese <sr@denx.de>
28159 Date:   Wed Apr 9 11:54:11 2008 +0200
28160
28161     ppc: Revert patch 70431e8a that used _start instead of CFG_MONITOR_BASE
28162
28163     The patch 70431e8a7393b6b793f77957f95b999fc9a269b8 (Make MPC83xx one step
28164     closer to full relocation.) doesn't use CFG_MONITOR_BASE anymore. But
28165     on 4xx systems _start currently cannot be used for this calculation.
28166     So revert back to the original version for now.
28167
28168     Signed-off-by: Stefan Roese <sr@denx.de>
28169
28170 commit f91374f65eae8b42cac329e06ba1c54728278efb
28171 Author: Michal Simek <monstr@monstr.eu>
28172 Date:   Fri Mar 28 12:49:52 2008 +0100
28173
28174     microblaze: Sort microblaze boards in MAKEALL script
28175
28176 commit 62032deb7214c6d9b4396297e2aaa559bc2f8495
28177 Author: Michal Simek <monstr@monstr.eu>
28178 Date:   Fri Mar 28 11:58:45 2008 +0100
28179
28180     microblaze: clean microblaze_config.mk
28181
28182     FLAGS are generated by U-BOOT generator.
28183     Board specific FLAGS are in board directory
28184
28185     Signed-off-by: Michal Simek <monstr@monstr.eu>
28186
28187 commit cf5c679ca04a6b54bf53a55b8b9c29335b387287
28188 Author: Michal Simek <monstr@monstr.eu>
28189 Date:   Fri Mar 28 12:47:19 2008 +0100
28190
28191     microblaze: xupv2p fix config file for supporting FDT
28192
28193 commit 188dc16b189143573b1ed90e584bf866d75cdd12
28194 Author: Michal Simek <monstr@monstr.eu>
28195 Date:   Fri Mar 28 11:53:02 2008 +0100
28196
28197     microblaze: ml401 fix config file for supporting FDT
28198
28199     Signed-off-by: Michal Simek <monstr@monstr.eu>
28200
28201 commit 4c6a6f02e239236261333759997eeaf86b30b54c
28202 Author: Michal Simek <monstr@monstr.eu>
28203 Date:   Fri Mar 28 11:22:48 2008 +0100
28204
28205     microblaze: ml401 - add ifdef for GPIO
28206
28207     Signed-off-by: Michal Simek <monstr@monstr.eu>
28208
28209 commit af7ae1a411c67ee9d17a66d17ce50b374f3dd4e7
28210 Author: Michal Simek <monstr@monstr.eu>
28211 Date:   Fri Mar 28 12:13:03 2008 +0100
28212
28213     microblaze: clean uart16550 and uartlite handling
28214
28215     Signed-off-by: Michal Simek <monstr@monstr.eu>
28216
28217 commit 0b20f250877441460fb79d72192954abe8498834
28218 Author: Michal Simek <monstr@monstr.eu>
28219 Date:   Fri Mar 28 11:08:31 2008 +0100
28220
28221     microblaze: Add Emaclite driver to Makefile
28222
28223     Signed-off-by: Michal Simek <monstr@monstr.eu>
28224
28225 commit 868cde5310f88234b774878e4f06e79df10a88b3
28226 Author: Michal Simek <monstr@monstr.eu>
28227 Date:   Fri Mar 28 11:08:01 2008 +0100
28228
28229     microblaze: Add Emac driver to Makefile
28230
28231     Signed-off-by: Michal Simek <monstr@monstr.eu>
28232
28233 commit 6f961b4f461f6cbb83a467d468a02e6078c2b327
28234 Author: Michal Simek <monstr@monstr.eu>
28235 Date:   Fri Mar 28 12:42:29 2008 +0100
28236
28237     microblaze: add Emac ethernet driver
28238
28239 commit 89c53891b18cbafd29ab8931b40e27ad231b6085
28240 Author: Michal Simek <monstr@monstr.eu>
28241 Date:   Fri Mar 28 12:41:56 2008 +0100
28242
28243     microblaze: add Emaclite ethernet driver
28244
28245 commit e5845e21224dbe2fe47b11f1cdf95de7f84be7cb
28246 Author: Michal Simek <monstr@monstr.eu>
28247 Date:   Fri Mar 28 11:04:01 2008 +0100
28248
28249     microblaze: ML401 and XUPV2P remove emac and emaclite reference
28250
28251     Signed-off-by: Michal Simek <monstr@monstr.eu>
28252
28253 commit 6bf3e982aefdb1daf9f5462d482c8f9d1cc90a57
28254 Author: Michal Simek <monstr@monstr.eu>
28255 Date:   Fri Mar 28 10:59:32 2008 +0100
28256
28257     microblaze: remove old setting for emac driver
28258
28259     Signed-off-by: Michal Simek <monstr@monstr.eu>
28260
28261 commit cd2b75efb9cc037c74ecee9b3586f9bf9e1d4e57
28262 Author: Michal Simek <monstr@monstr.eu>
28263 Date:   Fri Mar 28 10:58:15 2008 +0100
28264
28265     microblaze: Clean Makefile from ancient emac driver
28266
28267     Signed-off-by: Michal Simek <monstr@monstr.eu>
28268
28269 commit ab68f921d9c741830f721c3d879c13a0c5597183
28270 Author: Daniel Hellstrom <daniel@gaisler.com>
28271 Date:   Fri Mar 28 10:20:43 2008 +0100
28272
28273     SPARC/LEON2: added support for Gaisler simulator GRSIM/TSIM for SPARC/LEON2 targets. See www.gaisler.com for information.
28274
28275     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
28276
28277 commit 6ed8a43a19bb0275501bc286007daafa923552cf
28278 Author: Daniel Hellstrom <daniel@gaisler.com>
28279 Date:   Wed Mar 26 23:38:48 2008 +0100
28280
28281     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.
28282
28283     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
28284
28285 commit 6940383d9ec1bfe2f13e339e6f723e8d34af2b12
28286 Author: Daniel Hellstrom <daniel@gaisler.com>
28287 Date:   Wed Mar 26 23:34:47 2008 +0100
28288
28289     SPARC/LEON3: added support for Altera NIOS Development kit (STRATIX II Edition) with GRLIB template design. See www.gaisler.com for information.
28290
28291     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
28292
28293 commit 823edd8a66ed50af5aaba0c79567f67061e4d79a
28294 Author: Daniel Hellstrom <daniel@gaisler.com>
28295 Date:   Fri Mar 28 10:06:52 2008 +0100
28296
28297     SPARC/LEON3: added support for Gaisler GRSIM/TSIM2 SPARC/LEON3 simulatorn. See www.gaisler.com for information.
28298
28299     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
28300
28301 commit 71d7e4c0489e5ed8fc69382236aaa2a1e510c135
28302 Author: Daniel Hellstrom <daniel@gaisler.com>
28303 Date:   Wed Mar 26 23:26:48 2008 +0100
28304
28305     SPARC/LEON3: added support for GR-XC3S-1500 board with GRLIB template design. See www.gaisler.com for board information.
28306
28307     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
28308
28309 commit b330990c2f36ee4a8bb318360e1c8ba965269ab6
28310 Author: Daniel Hellstrom <daniel@gaisler.com>
28311 Date:   Fri Mar 28 10:00:33 2008 +0100
28312
28313     SPARC: Added support for SPARC LEON2 SOC Processor.
28314
28315     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
28316
28317 commit 2a2fa797e63b1e3cd4d570318ca5fbf8723ef53a
28318 Author: Daniel Hellstrom <daniel@gaisler.com>
28319 Date:   Wed Mar 26 23:00:38 2008 +0100
28320
28321     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.
28322
28323     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
28324
28325 commit 1e9a164e22976933002c5e4b0b79b09fcede9cd4
28326 Author: Daniel Hellstrom <daniel@gaisler.com>
28327 Date:   Wed Mar 26 22:51:29 2008 +0100
28328
28329     SPARC: Added support for SPARC LEON3 SOC processor.
28330
28331     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
28332
28333 commit bf3d8b31169546fcddb4737391e1893fb12d033a
28334 Author: Daniel Hellstrom <daniel@gaisler.com>
28335 Date:   Fri Mar 28 08:29:26 2008 +0100
28336
28337     SPARC: added SPARC support for new uimage in common code.
28338
28339     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
28340
28341 commit 00ab32c85405a4fe65fd4128243086210fc90a21
28342 Author: Daniel Hellstrom <daniel@gaisler.com>
28343 Date:   Wed Mar 26 22:36:03 2008 +0100
28344
28345     SPARC: added SPARC board information to the command bdinfo.
28346
28347     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
28348
28349 commit c2f02da21a3f37f0878554eebc785e04fdc4e128
28350 Author: Daniel Hellstrom <daniel@gaisler.com>
28351 Date:   Fri Mar 28 09:47:00 2008 +0100
28352
28353     SPARC: Added generic support for SPARC architecture.
28354
28355     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
28356
28357 commit e54ec0f016803e4d9524ff71f7971bda0c51b287
28358 Author: Stefan Roese <sr@denx.de>
28359 Date:   Thu Apr 3 14:50:34 2008 +0200
28360
28361     ppc4xx: Fix 4xx enet driver to support 460GT EMAC2+3
28362
28363     This patch fixes a problem with the RGMII setup of the 460GT. The 460GT
28364     has 2 RGMII instances and we need to configure the 2nd RGMII instance
28365     for the EMAC2+3 channels.
28366
28367     Signed-off-by: Stefan Roese <sr@denx.de>
28368
28369 commit c2a545ce33b26d80337f80b533828839249fb1c9
28370 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28371 Date:   Wed Apr 2 08:03:56 2008 +0200
28372
28373     MPC8xx: Fix libfdt support introduced in commit 77ff7b74
28374
28375     fdt.c: In function 'ft_cpu_setup':
28376     fdt.c:33: warning: implicit declaration of function 'do_fixup_by_prop_u32'
28377     fdt.c:39: warning: implicit declaration of function 'do_fixup_by_compat_u32'
28378     fdt.c:43: warning: implicit declaration of function 'fdt_fixup_ethernet'
28379     fdt.c:45: warning: implicit declaration of function 'fdt_fixup_memory'
28380
28381     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28382
28383 commit 4abd844d8eb108736e1cf8fbf3dbf61f2d5fc11b
28384 Author: Andy Fleming <afleming@freescale.com>
28385 Date:   Mon Mar 31 20:45:56 2008 -0500
28386
28387     Fix fdt set command to conform to dts spec
28388
28389     The fdt set command was treating properties specified as <00> and <0011>
28390     as byte streams, rather than as an array of cells.  As we already have
28391     syntax for expressing the desire for a stream of bytes ([ xx xx ...]),
28392     we should use the <> syntax to describe arrays of cells, which are always
28393     32-bits per element.  If we imagine this likely (IMHO) scenario:
28394
28395     > fdt set /ethernet-phy@1 reg <1>
28396
28397     With the old code, this would create a bad fdt, since the reg cell would be
28398     made to be one byte in length.  But the cell must be 4 bytes, so this would
28399     break mysteriously.
28400
28401     Also, the dts spec calls for constants inside the angle brackets (<>)
28402     to conform to C constant standards as they pertain to base.
28403     Take this scenario:
28404
28405     > fdt set /ethernet@f00 reg <0xe250000\ 0x1000>
28406
28407     The old fdt command would complain that it couldn't parse that.  Or, if you
28408     wanted to specify that a certain clock ran at 33 MHz, you'd be required to
28409     do this:
28410
28411     > fdt set /mydev clock <1f78a40>
28412
28413     Whereas the new code will accept decimal numbers.
28414
28415     While I was in there, I extended the fdt command parser to handle property
28416     strings which are split across multiple arguments:
28417
28418     > fdt set /ethernet@f00 interrupts < 33 2 34 2 36 2 >
28419     > fdt p /ethernet@f00
28420     ethernet@f00 {
28421         interrupts = <0x21 0x2 0x22 0x2 0x24 0x2>;
28422     };
28423
28424     Lastly, the fdt print code was rearranged slightly to print arrays of cells
28425     if the length of the property is a multiple of 4 bytes, and to not print
28426     leading zeros.
28427
28428     Signed-off-by: Andy Fleming <afleming@freescale.com>
28429
28430 commit 1c2926abdd7db89296a8cc7f224dd9d5d4e37a56
28431 Author: Stefan Roese <sr@denx.de>
28432 Date:   Wed Apr 2 08:39:33 2008 +0200
28433
28434     ppc4xx: Canyonlands: Init SATA/PCIe port correctly
28435
28436     Canyonlands (460EX) shares the first PCIe interface with the SoC SATA
28437     interface. This usage can be configured with the jumper J6. This patch
28438     correctly configures the SATA/PCIe PHY for SATA usage when this jumper
28439     is installed.
28440
28441     Signed-off-by: Stefan Roese <sr@denx.de>
28442
28443 commit 6fe2946f198481254a6ee9600d7456b8316a4083
28444 Author: Kim Phillips <kim.phillips@freescale.com>
28445 Date:   Fri Mar 28 17:37:49 2008 -0500
28446
28447     remove remaining CONFIG_OF_HAS_{UBOOT_ENV,BD_T} code
28448
28449     finish off what commit 43ddd9c820fec44816188f53346b464e20b3142d,
28450     "Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T"
28451     started.
28452
28453     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
28454
28455 commit b5873f1732b92a25690e1513b90dfb0d644f6697
28456 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28457 Date:   Tue Apr 1 07:30:51 2008 +0200
28458
28459     dataflash: Move CONFIG_HAS_DATAFLASH to Makefile
28460
28461     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28462
28463 commit 2d934ea51f276522b532f870a820e844ff480b5b
28464 Author: Tor Krill <tor@excito.com>
28465 Date:   Fri Mar 28 15:29:45 2008 +0100
28466
28467     Add Vitesse 8601 support to TSEC driver
28468
28469     Add phy_info for Vitesse VSC8601.
28470     Add config option, CFG_VSC8601_SKEWFIX, to enable RGMII skew timing compensation.
28471
28472     Signed-off-by: Tor Krill <tor@excito.com>
28473     Reviewed-by: Kim Phillips <kim.phillips@freescale.com>
28474     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
28475
28476 commit 3eac6402a508b0f68a21cc9cbc2cc49347de0c31
28477 Author: Daniel Hellstrom <daniel@gaisler.com>
28478 Date:   Mon Mar 31 14:25:00 2008 +0000
28479
28480     SPARC: added SMC91111 driver in and out macros for LEON processors.
28481
28482     This patch makes SPARC/LEON processors able to read and write
28483     to the SMC91111 chip using the chip external I/O bus of the memory
28484     controller. This patchs defines the standard in and out macros
28485     expected by the SMC9111 driver.
28486
28487     To access that I/O bus one must set up the memory controller
28488     (MCTRL or FTMCTRL) correctly. It is assumed that the user sets
28489     up this correctly when the other MCTRL parameters are set up. It
28490     can be set up from the board configuration header file.
28491
28492     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
28493     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
28494
28495 commit 3ca7c558eba36332556bc470d45e2f5d42bd0ca6
28496 Author: Stelian Pop <stelian@popies.net>
28497 Date:   Wed Mar 26 18:52:34 2008 +0100
28498
28499     Add maintainership information for AT91CAP9ADK and AT91SAM9260EK boards
28500
28501     Signed-off-by: Stelian Pop <stelian@popies.net>
28502
28503 commit 4e03dde84dd2c91e327cdc23ae119d432559a7a3
28504 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28505 Date:   Mon Mar 31 21:31:04 2008 +0200
28506
28507     AT91SAM9260EK: Move CONFIG_CMD_NAND to Makefile
28508
28509     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28510
28511 commit 0176d43e759a6e00cacc85eff26fd60f74b4f6b7
28512 Author: Stelian Pop <stelian@popies.net>
28513 Date:   Wed Mar 26 18:52:33 2008 +0100
28514
28515     Add support for AT91SAM9260EK
28516
28517     Support for booting from internal DataFlash, external DataFlash card
28518     or NAND flash is available.
28519
28520     Signed-off-by: Stelian Pop <stelian@popies.net>
28521
28522 commit 1762f13b4aab88b685b1722f17dada247945624b
28523 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28524 Date:   Mon Mar 31 21:20:49 2008 +0200
28525
28526     AT91SAM9: Move CONFIG_HAS_DATAFLASH to Makefile
28527
28528     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28529
28530 commit 761712188b353494defb2b644491ff73d0daaa6f
28531 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28532 Date:   Mon Mar 31 21:12:17 2008 +0200
28533
28534     AT91CAP9ADK: Move CONFIG_CMD_NAND to Makefile
28535
28536     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28537
28538 commit 983c1db04c1dd0f92e02f06d29f0c65a3d9a2687
28539 Author: Stelian Pop <stelian@popies.net>
28540 Date:   Wed Mar 26 20:52:32 2008 +0100
28541
28542     Port AT91CAP9 to the new headers
28543
28544     Adapt the existing AT91CAP9 code to the new headers and APIs.
28545
28546     Signed-off-by: Stelian Pop <stelian@popies.net>
28547
28548 commit 177e8a5ac81bbc531a1d54abdb47f2860266c3aa
28549 Author: Stelian Pop <stelian@popies.net>
28550 Date:   Wed Mar 26 19:52:31 2008 +0100
28551
28552     Finish header files reworking
28553
28554     Replace AT91CAP9.h file with several splitted header files coming
28555     from the Linux kernel.
28556
28557     This is part 2 of the replacement: more header imports and edits.
28558
28559     Signed-off-by: Stelian Pop <stelian@popies.net>
28560
28561 commit 6d1dbbbf9fdf727384002e553e615c15d8b967f4
28562 Author: Stelian Pop <stelian@popies.net>
28563 Date:   Wed Mar 26 19:52:30 2008 +0100
28564
28565     Import several header files from Linux
28566
28567     Replace AT91CAP9.h file with several splitted header files coming
28568     from the Linux kernel.
28569
28570     This is part 1 of the replacement: pristine header files import.
28571
28572     Signed-off-by: Stelian Pop <stelian@popies.net>
28573
28574 commit a8a78f2d99dc1bd30dc3595da118539b506c6118
28575 Author: Stelian Pop <stelian@popies.net>
28576 Date:   Wed Mar 26 20:52:28 2008 +0100
28577
28578     Move at91cap9 specific files to at91sam9 directory
28579
28580     AT91CAP9 and AT91SAM9 SoCs are very close hardware wise, so a
28581     common infrastructure can be used. Let this infrastructure be
28582     named after the AT91SAM9 family, and move the existing AT91CAP9
28583     files to the new place.
28584
28585     Signed-off-by: Stelian Pop <stelian@popies.net>
28586
28587 commit 61106a565870ff503f92b251b94bd7afef889a04
28588 Author: Stelian Pop <stelian@popies.net>
28589 Date:   Wed Mar 26 21:52:27 2008 +0100
28590
28591     Use timer_init() instead of board supplied interrupt_init()
28592
28593     The timer on AT91CAP9/AT91SAM9 is supplied by the SoC, and not by
28594     the board, so use timer_init() instead of interrupt_init().
28595
28596     Signed-off-by: Stelian Pop <stelian@popies.net>
28597
28598 commit 5604e2178c5218fbfdba2e4293ca7652e829ac25
28599 Author: Stelian Pop <stelian@popies.net>
28600 Date:   Wed Mar 26 21:52:36 2008 +0100
28601
28602     Cleanup DataFlash partition handling
28603
28604     DataFlash partition information has become a mess. This patch
28605     defines a single partition scheme for Atmel DataFlashes. This partition
28606     scheme will be used by all AT91CAP9 and AT91SAM9 boards.
28607
28608     Signed-off-by: Stelian Pop <stelian@popies.net>
28609
28610 commit 9b46432fc65ce0f0826b32e4f15c15b33ccb8d42
28611 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
28612 Date:   Fri Mar 28 08:47:45 2008 -0500
28613
28614     ColdFire: Fix alignment issue after CONFIG_IDENT_STRING in start.S
28615
28616     When the version_string function in start.S is not 4-byte align,
28617     it will cause the compiler generates "unaligned opcodes detected
28618     in executable segment". This issue affects all ColdFire CPUs.
28619     By adding .align 4 after CONFIG_IDENT_STRING, it will pad 0's if
28620     it is not aligned.
28621
28622     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
28623     Acked-by: John Rigby <jrigby@freescale.com>
28624
28625 commit bae61eefe15b4d454060a7140e49ae58322be803
28626 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
28627 Date:   Tue Mar 25 15:41:15 2008 -0500
28628
28629     ColdFire: Add dspi and serial flash support for MCF5445x
28630
28631     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
28632     Acked-by: John Rigby <jrigby@freescale.com>
28633
28634 commit 48ead7a7a922fceaf494e352abfab8216a41b417
28635 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
28636 Date:   Tue Mar 18 17:37:01 2008 -0500
28637
28638     ColdFire: Remove R5200 board
28639
28640     This board never went into production
28641
28642     Signed-off-by: Zachary P. Landau <zachary.landau@labxtechnologies.com>
28643     Acked-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
28644     Acked-by: John Rigby <jrigby@freescale.com>
28645
28646 commit 545c8e0a7cd3ca9d3846668f69b0d201250abea8
28647 Author: Matthew Fettke <[matthew.fettke@gmail.com]>
28648 Date:   Thu Jan 24 14:02:32 2008 -0600
28649
28650     ColdFire: Added M5275EVB support.
28651
28652     Signed-off-by: Matthew Fettke <mfettke@videon-central.com>
28653     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
28654     Acked-by: John Rigby <jrigby@freescale.com>
28655
28656 commit f71d9d91a2cd9c30b2b6369f15c1a46c11537c2b
28657 Author: Matthew Fettke <[matthew.fettke@gmail.com]>
28658 Date:   Mon Feb 4 15:38:20 2008 -0600
28659
28660     ColdFire: Added MCF5275 cpu support.
28661
28662     Signed-off-by: Matthew Fettke <mfettke@videon-central.com>
28663     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
28664     Acked-by: John Rigby <jrigby@freescale.com>
28665
28666 commit 44e5b9edab077aba6e9b849afa4b7fbd8fd7b02b
28667 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
28668 Date:   Mon Mar 17 12:14:11 2008 -0500
28669
28670     ColdFire: Define bootdelay in configuration file for M52277EVB
28671
28672     Signed-off-by: Matt Wadel <Matt.Waddel@freescale.com>
28673     Acked-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
28674     Acked-by: John Rigby <jrigby@freescale.com>
28675
28676 commit 77878f16cedee17161ff2336990970fffc6cea35
28677 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
28678 Date:   Mon Mar 17 12:09:07 2008 -0500
28679
28680     ColdFire: Fix second memory Chipselect for M5475EVB
28681
28682     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
28683     Acked-by: John Rigby <jrigby@freescale.com>
28684
28685 commit 43d60642395a550956cb21d287c8cfa563913d28
28686 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
28687 Date:   Thu Mar 13 14:26:32 2008 -0500
28688
28689     ColdFire: Update correct FLASHBAR and RAMBAR1 for MCF5282
28690
28691     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
28692     Acked-by: John Rigby <jrigby@freescale.com>
28693
28694 commit eb14ebe813a0cb5d47905228da446a5ad692473b
28695 Author: Larry Johnson <lrj@acm.org>
28696 Date:   Sun Mar 30 20:33:04 2008 -0500
28697
28698     ppc4xx: Add CFG_MEM_TOP_HIDE to Denali SPD-based SDRAM setup
28699
28700     Signed-off-by: Larry Johnson <lrj@acm.org>
28701
28702 commit 02e3892021112f21067d9ed1d04ae4182725ba52
28703 Author: Stefan Roese <sr@denx.de>
28704 Date:   Mon Mar 31 12:20:48 2008 +0200
28705
28706     ppc4xx: Small whitespace fix of esd patches
28707
28708     Signed-off-by: Stefan Roese <sr@denx.de>
28709
28710 commit 034394abb524785047c815f00dde8cdbdc1593c5
28711 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
28712 Date:   Sun Mar 30 18:52:44 2008 +0200
28713
28714     ppc4xx: Cleanup PMC440 board support
28715
28716     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
28717
28718 commit a6cc6c37188d85c25d167a4515da86f48d9a583e
28719 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
28720 Date:   Sun Mar 30 18:52:06 2008 +0200
28721
28722     ppc4xx: Add ptm configuration variables for PMC440
28723
28724     Add support for the ptm1la, ptm1ms, ptm2la and ptm2ms
28725     environment variables.
28726
28727     Cleanup pci_target_init.
28728
28729     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
28730
28731 commit 7c91f51a2fe296909147f1646a1412729dd10b1d
28732 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
28733 Date:   Sun Mar 30 18:01:15 2008 +0200
28734
28735     ppc4xx: Minor updates for DU440 boards
28736
28737     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
28738
28739 commit d5bffeb868d6b4d462f558dac43011027b6644b7
28740 Author: Mike Frysinger <vapier@gentoo.org>
28741 Date:   Tue Feb 19 00:54:20 2008 -0500
28742
28743     Blackfin: cleanup and overhaul common board init functions
28744
28745     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
28746
28747 commit b86b3416f874358acaf07519e7620cdb2145f75b
28748 Author: Mike Frysinger <vapier@gentoo.org>
28749 Date:   Tue Feb 19 00:50:58 2008 -0500
28750
28751     Blackfin: cleanup lib_blackfin/cache.c
28752
28753     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
28754
28755 commit 9171fc81722c20fdb5a829a58b17c9eaadd5fb44
28756 Author: Mike Frysinger <vapier@gentoo.org>
28757 Date:   Sun Mar 30 15:46:13 2008 -0400
28758
28759     Blackfin: unify cpu and boot modes
28760
28761     All of the duplicated code for Blackfin processors and boot modes have been
28762     unified.  After all, the core is the same for all processors, just the
28763     peripheral set differs (which gets handled in the drivers).
28764
28765     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
28766
28767 commit 880cc4381ea8360248cddcdf87a64566745a5724
28768 Author: Stelian Pop <stelian@popies.net>
28769 Date:   Wed Mar 26 22:52:35 2008 +0100
28770
28771     Fix CFG_NO_FLASH compilation.
28772
28773     Many Atmel boards have no "real" (NOR) flash on board, and rely only
28774     on DataFlash and NAND memories. This patch enables CFG_NO_FLASH to
28775     be present in a board configuration file, while still enabling flash
28776     commands like 'flinfo', 'protect', etc.
28777
28778     Signed-off-by: Stelian Pop <stelian@popies.net>
28779
28780 commit 9ce7e53abd039decea1af67aec81bbd5df7a2593
28781 Author: Mike Frysinger <vapier@gentoo.org>
28782 Date:   Tue Feb 19 00:58:13 2008 -0500
28783
28784     Blackfin: BF537-stamp: cleanup spi flash driver
28785
28786     This punts the old spi flash driver for a new/generalized one until the
28787     common one can be integrated.
28788
28789     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
28790
28791 commit bb8e3cf25bc0b04936c0c1a075985dd8700a244b
28792 Author: Ben Warren <biggerbadderben@gmail.com>
28793 Date:   Sun Mar 30 11:34:34 2008 -0400
28794
28795     Fix macro typo in common/cmd_mii.c
28796
28797     This typo was introduced in commit 233a8bcd94997f3f345833a3b82e836222f2a206.  I
28798     actually applied the wrong patch.
28799
28800     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
28801
28802 commit f1b985f2d724ccaa4d3def07917f0caaf18fa77d
28803 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28804 Date:   Sun Mar 30 16:39:53 2008 +0200
28805
28806     use correct at91rm9200 register name in m501sk board
28807
28808     This fixes a naming bug for at91rm9200 lowlevel init code:
28809     NOR boot flash is on chipselect 0, not chipselect 2.  This
28810     makes code use the register name from chip datasheets.
28811
28812     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28813
28814 commit 480ed1dea103a1c8f4591afc77d2de3c7868d983
28815 Author: David Brownell <david-b@pacbell.net>
28816 Date:   Fri Jan 18 12:55:00 2008 -0800
28817
28818     use correct at91rm9200 register name
28819
28820     This fixes a naming bug for at91rm9200 lowlevel init code:
28821     NOR boot flash is on chipselect 0, not chipselect 2.  This
28822     makes code use the register name from chip datasheets.
28823
28824     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
28825
28826 commit a3543d6dc52b0ba9c64016687cf32d600b31a476
28827 Author: David Brownell <david-b@pacbell.net>
28828 Date:   Fri Jan 18 12:45:45 2008 -0800
28829
28830     add missing ARM boards to MAKEALL
28831
28832     Add some missing ARM boards to MAKEALL.  These build correctly,
28833     unlike several of the boards already listed.
28834
28835     Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
28836
28837 commit 066bebd6353e33af3adefc3404560871699e9961
28838 Author: Peter Pearse <peter.pearse@arm.com>
28839 Date:   Sun Mar 30 11:34:09 2008 +0100
28840
28841     Bracket READ_TIMER macro in cpu/arm1136/omap24xx/interrupts.c
28842     to prevent compilation error.
28843
28844     Signed-off-by: Peter Pearse <peter.pearse@arm.com>
28845
28846 commit 7a837b7310166ae8fc8b8d66d7ef01b60a80f9d6
28847 Author: Guennadi Liakhovetski <[lg@denx.de]>
28848 Date:   Sun Mar 30 11:32:30 2008 +0100
28849
28850     Support for the MX31ADS evaluation board from Freescale
28851
28852     This patch adds support for the MX31ADS evaluation board from Freescale,
28853     initialization code is copied from RedBoot sources, also provided by Freescale.
28854
28855     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
28856
28857 commit c88ae20580b2b01487b4cdcc8b2a113f551aee36
28858 Author: Sascha Hauer <s.hauer@pengutronix.de>
28859 Date:   Sun Mar 30 11:32:27 2008 +0100
28860
28861     Phytec Phycore-i.MX31 support
28862
28863     This patch adds support for the Phytec Phycore-i.MX31 board
28864
28865     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
28866     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
28867
28868 commit a147e56f03871bba4f05058d5e04ce7deb010b04
28869 Author: Sascha Hauer <s.hauer@pengutronix.de>
28870 Date:   Sun Mar 30 11:32:24 2008 +0100
28871
28872     mx31 litekit support
28873
28874     This patch adds support for the mx31 litekit board
28875
28876     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
28877     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
28878
28879 commit d6674e0e2a6a1f033945f78838566210d3f28c95
28880 Author: Sascha Hauer <s.hauer@pengutronix.de>
28881 Date:   Sun Mar 30 11:32:21 2008 +0100
28882
28883     add SMSC LAN9x1x Network driver
28884
28885     This patch adds a driver for the following smsc network controllers:
28886     LAN9115
28887     LAN9116
28888     LAN9117
28889     LAN9215
28890     LAN9216
28891     LAN9217
28892
28893     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
28894     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
28895
28896 commit 8c8463cce44d849e37744749b32d38e1dfb12e50
28897 Author: Sascha Hauer <s.hauer@pengutronix.de>
28898 Date:   Sun Mar 30 11:32:16 2008 +0100
28899
28900     add an i2c driver for mx31
28901
28902     This patch adds an i2c driver for Freescale i.MX processors
28903
28904     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
28905     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
28906
28907 commit c98b47ad24b2d91f41c09a3d62d7f70ad84f4b7d
28908 Author: Sascha Hauer <s.hauer@pengutronix.de>
28909 Date:   Sun Mar 30 11:30:43 2008 +0100
28910
28911     core support for Freescale mx31
28912
28913     This patch adds the core support for Freescale mx31
28914
28915     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
28916     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
28917
28918 commit 8bf69d81782619187933a605f1a95ee1d069478d
28919 Author: Sascha Hauer <s.hauer@pengutronix.de>
28920 Date:   Sun Mar 30 11:28:46 2008 +0100
28921
28922     Separate omap24xx specific code from arm1136
28923
28924     Move omap24xx code to cpu/arm1136/omap24xx, rename include/asm-arm/arch-arm1136 to cpu/arm1136/omap24xx.
28925
28926     Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
28927     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
28928
28929 commit 8c16cb0d3b971f46fbe77c072664c0f2dcd4471d
28930 Author: Peter Pearse <peter.pearse@arm.com>
28931 Date:   Sun Mar 30 11:23:05 2008 +0100
28932
28933     Add pmdra into MAKEALL
28934
28935     Signed-off-by: Peter Pearse <peter.pearse@arm.com>
28936
28937 commit a574a73852a527779234e73e17e7597fd8128882
28938 Author: Pieter Voorthuijsen <[pieter.voorthuijsen@Prodrive.nl]>
28939 Date:   Sun Mar 30 11:21:58 2008 +0100
28940
28941     Adds support for the Prodrive PMDRA board, based on a DM6441
28942
28943     Signed-off-by: Pieter Voorthuijsen <pv@prodrive.nl>
28944
28945 commit 1377b5583a48021d983e1fd565f7d40c89e84d63
28946 Author: Pieter Voorthuijsen <[pieter.voorthuijsen@Prodrive.nl]>
28947 Date:   Sun Mar 30 11:11:34 2008 +0100
28948
28949     Removes all board specific code from the arch. part for DM644x (DaVinci) boards
28950
28951     Signed-off-by: Pieter Voorthuijsen <pv@prodrive.nl>
28952
28953 commit 1704dc20917b4f71e373e2c888497ee666d40380
28954 Author: Dirk Behme <dirk.behme@gmail.com>
28955 Date:   Sun Mar 30 11:09:01 2008 +0100
28956
28957     - Remove *_masked() functions as noted by Wolfgang
28958     - Adapt register naming to recent TI spec (sprue26, March 2007)
28959     - Fix reset_timer() handling
28960     - As reported by Pieter [1] the overflow fix introduced a
28961     delay of factor 16 (e.g 2 seconds became 32). While the
28962     overflow fix is basically okay, it missed to divide udelay by
28963     16, too. Fix this.
28964     [1] http://article.gmane.org/gmane.comp.boot-loaders.u-boot/38179
28965     - Remove software division of timer count value (DIV(x)
28966     macro) and do it in hardware (TIM_CLK_DIV).
28967     Many thanks to Troy Kisky <troy.kisky@boundarydevices.com>
28968     and Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl> for
28969     the hints & testing!
28970
28971     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
28972
28973     Acked-by: Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl>
28974
28975 commit ac3315c26e143c31680750c9c13f027efbcc887e
28976 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
28977 Date:   Thu Mar 6 16:45:44 2008 +0100
28978
28979     new PHY @ e1000 - 2nd try
28980
28981     Add 82541ER device with latest integrated IGP2 PHY.
28982     Introduced CONFIG_E1000_FALLBACK_MAC for NIC bring-up with empty eeprom.
28983
28984     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
28985     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
28986
28987 commit c2b7da552293b50c9c9e46ed71267b02c2de9ea8
28988 Author: Daniel Hellstrom <daniel@gaisler.com>
28989 Date:   Fri Mar 28 20:22:53 2008 +0100
28990
28991     SPARC/LEON3: Added GRETH Ethernet 10/100/1000 driver.
28992
28993     GRETH is an Ethernet 10/100 or 10/100/1000 MAC with out without
28994     a debug link (EDCL). The GRETH core is documented in GRIP.pdf
28995     available at www.gaisler.com.
28996
28997     If the GRETH has GigaBit support (GBIT, Scatter gather, checksum
28998     offloading etc.) can be determined by a bit in the control register.
28999     The GBIT MAC is supported by operating in GRTEH 10/100 legacy mode.
29000
29001     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
29002     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
29003
29004 commit 233a8bcd94997f3f345833a3b82e836222f2a206
29005 Author: Tsi-Chung Liew <Tsi-Chung.Liew@freescale.com>
29006 Date:   Mon Mar 17 17:08:22 2008 -0500
29007
29008     Add CONFIG_MII_INIT in cmd_mii.c
29009
29010     Provide common configuration in do_mii() to execute mii_init()
29011     for all cpu architectures
29012
29013     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
29014     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
29015
29016 commit f605479de2deb11e834f31dfdb0af107c86aced6
29017 Author: Tsi-Chung Liew <Tsi-Chung.Liew@freescale.com>
29018 Date:   Mon Mar 17 17:08:16 2008 -0500
29019
29020     ColdFire: Fix FEC transmit issue for MCF5275
29021
29022     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
29023     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
29024
29025 commit d9a2f416d6ac6058cd7845033ae4dc32ef1c0746
29026 Author: Aras Vaichas <arasv@magtech.com.au>
29027 Date:   Wed Mar 26 09:43:57 2008 +1100
29028
29029     DHCP request fix for Windows Server 2003
29030
29031     Added option CONFIG_BOOTP_DHCP_REQUEST_DELAY. This provides an optional
29032     delay before sending "DHCP Request" in net/bootp.c. Required to overcome
29033     interoperability problems with Windows Server 200x DHCP server when U-Boot
29034     client responds too fast for server to handle.
29035
29036     Signed-off-by: Aras Vaichas <arasv@magtech.com.au>
29037     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
29038
29039 commit 97bf85d784fbed485e652eb907589ad0d5cb7262
29040 Author: Daniel Hellstrom <daniel@gaisler.com>
29041 Date:   Fri Mar 28 20:40:19 2008 +0100
29042
29043     MTD/CFI: flash_read64 is defined a weak function (for SPARC)
29044
29045     SPARC has implemented __raw_readq, it reads 64-bit from any 32-bit address.
29046     SPARC CPUs implement flash_read64 which calls __raw_readq.
29047
29048     For current SPARC architectures (LEON2 and LEON3) each read from the
29049     FLASH must lead to a cache miss. This is because FLASH can not be set
29050     non-cacheable since program code resides there, and alternatively disabling
29051     cache is poor from performance view, or doing a cache flush between each
29052     read is even poorer.
29053
29054     Forcing a cache miss on a SPARC is done by a special instruction "lda" -
29055     load alternative space, the alternative space number (ASI) is processor
29056     implementation spcific and can be found by including <asm/processor.h>.
29057
29058     Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
29059
29060 commit 70431e8a7393b6b793f77957f95b999fc9a269b8
29061 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
29062 Date:   Fri Mar 28 15:41:25 2008 +0100
29063
29064     Make MPC83xx one step closer to full relocation.
29065
29066     Remove a few absolute references to CFG_MONITOR_BASE for ppc/mpc83xx
29067     and use GOT relative reference.
29068
29069     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
29070     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
29071
29072 commit 5b2793a3f3de34d439232b05acc8af67a028fd35
29073 Author: Michael Barkowski <michael.barkowski@freescale.com>
29074 Date:   Thu Mar 27 14:34:43 2008 -0400
29075
29076     mpc8323erdb: fix EEPROM page size and get MAC from EEPROM
29077
29078     This patch fixes eeprom page size so that you can now write more than
29079     64 bytes at a time.
29080
29081     It also makes the board take MAC addresses, if found, from EEPROM.
29082
29083     User should place up to 4 addresses at offset 0x7f00, for
29084     eth{,1,2,3}addr.  Any unused addresses should be zero.  This group of
29085     four six-byte values should have it's CRC at the end.  crc32 and
29086     eeprom commands can be used to accomplish this.
29087
29088     If CRC fails, MAC addresses come from the environment.  If CRC
29089     succeeds, the environment is overwritten at startup.
29090
29091     Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
29092     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
29093
29094 commit 8f325cff31f6e745e6540014b131b9a97f61944c
29095 Author: Michael Barkowski <michael.barkowski@freescale.com>
29096 Date:   Fri Mar 28 15:15:38 2008 -0400
29097
29098     mpc8323erdb: define CONFIG_PCI_SKIP_HOST_BRIDGE
29099
29100     Commit 55774b512fdf63c0516d441cc5da7c54bbffb7f2 broke the onboard USB
29101     controller on the PCI bus in Linux on the MPC8323ERDB.
29102
29103     This fixes it by defining CONFIG_PCI_SKIP_HOST_BRIDGE in the board's
29104     config file.
29105
29106     Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
29107     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
29108
29109 commit e5c4ade4db1e16d3e5d4a7887f34e10e516ed3a9
29110 Author: Kim Phillips <kim.phillips@freescale.com>
29111 Date:   Fri Mar 28 10:19:07 2008 -0500
29112
29113     mpc83xx: cleanup System Part and Revision ID Register (SPRIDR) code
29114
29115     in the spirit of commit 1ced121600b2060ab2ff9f0fddd9421fd70a0dc6,
29116     85xx's "Update SVR numbers to expand support", simplify SPRIDR processing
29117     and processor ID display.  Add REVID_{MAJ,MIN}OR macros to make
29118     REVID dependent code simpler.  Also added PARTID_NO_E and IS_E_PROCESSOR
29119     convenience macros.
29120
29121     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
29122
29123 commit 81fd52c6c8fd19f0b7856b98217ce37c46c521af
29124 Author: Kim Phillips <kim.phillips@freescale.com>
29125 Date:   Fri Mar 28 10:18:53 2008 -0500
29126
29127     mpc83xx: display ddr frequency in board_add_ram_info banner
29128
29129     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
29130
29131 commit 35cf155c5ec1ceab2849fa5b6aa3d9a3e9e6f482
29132 Author: Kim Phillips <kim.phillips@freescale.com>
29133 Date:   Fri Mar 28 10:18:40 2008 -0500
29134
29135     mpc83xx: unreinvent mem_clk
29136
29137     delete ddr_clk and use mem_clk instead.  Rename other ddr_*_clk to
29138     mem_*_clk for consistency's sake.
29139
29140     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
29141
29142 commit 730e792926ca3fe4dd1b734a3bf44e55afa6f536
29143 Author: Kim Phillips <kim.phillips@freescale.com>
29144 Date:   Fri Mar 28 14:31:23 2008 -0500
29145
29146     mpc83xx: enable the SATA interface on mpc8315 rdb and mpc837x rdb boards
29147
29148     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
29149
29150 commit 2eeb3e4fc54ef2f5d574dafd42c6ce93afa30393
29151 Author: Dave Liu <r63238@freescale.com>
29152 Date:   Wed Mar 26 22:57:19 2008 +0800
29153
29154     mpc83xx: enable the SATA interface on mpc837xemds board
29155
29156     Enable the first two SATA interfaces on MPC837xEMDS board,
29157     The two SATA ports are on LYNX1. (SATA0/1 on J4/5)
29158
29159     Signed-off-by: Dave Liu <daveliu@freescale.com>
29160     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
29161
29162 commit 6f8c85e8d1865730c158d9ef5a06c70c3a10600a
29163 Author: Dave Liu <r63238@freescale.com>
29164 Date:   Wed Mar 26 22:56:36 2008 +0800
29165
29166     mpc83xx: initialize serdes for MPC837xEMDS boards
29167
29168     This patch is stolen from Anton Vorontsov's patch
29169     for mpc837xerdb boards.
29170
29171     The reference clk and xcorevdd voltage of serdes1/2
29172     is same between mpc837xemds and mpc837xerdb.
29173
29174     8377E: LYNX1- 2 SATA        LYNX2- 2 PCIE
29175     8378E: LYNX1- 2 SGMII       LYNX2- 2 PCIE
29176     8379E: LYNX1- 2 SATA        LYNX2- 2 SATA
29177
29178     Signed-off-by: Dave Liu <daveliu@freescale.com>
29179     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
29180
29181 commit cc8e839abc80887ae832767b5930d40edd6d7eb7
29182 Author: Stefan Roese <sr@denx.de>
29183 Date:   Fri Mar 28 14:09:04 2008 +0100
29184
29185     ppc4xx: Canyonlands: Print SATA/PCIe configuration and board revision
29186
29187     Canyonlands (460EX) shares the first PCIe interface with the SoC SATA
29188     interface. This usage can be configured with the jumper J6. This patch
29189     displays the current configuration upon bootup and changes the PCIe
29190     init loop, to only initialize the availabel PCIe slots.
29191
29192     Signed-off-by: Stefan Roese <sr@denx.de>
29193
29194 commit 90447ecbbac8572457b6d8903073ac3f120995ba
29195 Author: Tor Krill <tor@excito.com>
29196 Date:   Fri Mar 28 11:29:10 2008 +0100
29197
29198     MTD/CFI: Add support for 16bit legacy AMD flash
29199
29200     Add entry for 512Kx16 AMD flash to jedec_table.
29201     Read out 16bit device id if chipwidth is 16bit.
29202     Fixed coding style after Stefans feedback
29203
29204     Signed-off-by: Tor Krill <tor@excito.com>
29205
29206 commit 5e12e75d17c4b15a310a45cd78fe71b7698a8a8e
29207 Author: Stefan Roese <sr@denx.de>
29208 Date:   Fri Mar 28 11:02:53 2008 +0100
29209
29210     ppc: Small change to CFG_MEM_TOP_HIDE description
29211
29212     Signed-off-by: Stefan Roese <sr@denx.de>
29213
29214 commit 280df59a8d62c6e74c281b1cb7e2052df4d6cb00
29215 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
29216 Date:   Thu Mar 27 15:44:12 2008 +0900
29217
29218     sh: Add support stat structure and stat.h
29219
29220     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
29221
29222 commit 4be9eb789e72b845d6693cc36b70a0b3529b3f09
29223 Author: Mark Jonas <toertel@gmail.com>
29224 Date:   Sat Mar 22 19:27:52 2008 +0100
29225
29226     sh: Removed warning when compiling drivers/serial/serial_sh.c.
29227
29228     Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com>
29229     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
29230
29231 commit f309fa38929ffba71230c02330ffa42f4bba6333
29232 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
29233 Date:   Wed Mar 12 18:02:57 2008 +0900
29234
29235     sh: Remove disable_ctrlc function from R7780MP
29236
29237     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
29238
29239 commit 6f4b266ff2a4fcc2bff985d6a217852469afddb3
29240 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
29241 Date:   Wed Mar 12 17:55:15 2008 +0900
29242
29243     sh: Add maintainer of R7780MP to MAINTAINER file
29244
29245     Update MAINTAINER entry for R7780MP. And fix maintainer's name.
29246
29247     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
29248
29249 commit f5e2466f7baa887a7df0c536333eea8231333497
29250 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
29251 Date:   Tue Mar 25 17:11:24 2008 +0900
29252
29253     sh: Add support Renesas Solutions R2D plus board
29254
29255     R2D plus is SH reference board used with SH7751R.
29256     This board has 266Mhz CPU, 64MB SDRAM, Cardbus, CF interface,
29257     one PCI bus, VGA, and two Ethernet controller.
29258
29259     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
29260
29261 commit e92c95180bb5bc5fd4051598a9d60beaba48988d
29262 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
29263 Date:   Wed Mar 12 12:15:29 2008 +0900
29264
29265     sh: Add support SH4 cache control
29266
29267     Add support SH4 cache control and flash_cache function
29268
29269     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
29270
29271 commit 28e5efde4d925fcb34901d0030d0648de2da7e89
29272 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
29273 Date:   Mon Mar 24 01:53:01 2008 +0900
29274
29275     sh: Add support PCI host driver for SH7751/SH7751R
29276
29277     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
29278
29279 commit ab8f4d40d069cd3cbe7563ddfe3e5f03b0c7c721
29280 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
29281 Date:   Mon Mar 24 02:11:26 2008 +0900
29282
29283     sh: Move SuperH PCI driver from cpu/sh4 to drivers/pci
29284
29285     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
29286
29287 commit 566933278101c144d75361ea682678a326c1290d
29288 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
29289 Date:   Wed Mar 12 12:10:28 2008 +0900
29290
29291     sh: Add support SuperH SH7751/SH7751R
29292
29293     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
29294
29295 commit 3313e0e26224fc9a0c445124f3455058c696df84
29296 Author: Mark Jonas <toertel@gmail.com>
29297 Date:   Mon Mar 10 11:37:10 2008 +0100
29298
29299     sh: Added support for SH7720 based board MPR2.
29300
29301     Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com>
29302     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
29303
29304 commit 3ecff1d70ae93e628fe65b3fe1fc7c9c76cdf99f
29305 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
29306 Date:   Thu Mar 6 14:05:53 2008 +0900
29307
29308     sh: Fix receive FIFO level register of SH4A
29309
29310     Receive FIFO level register is different in SH4A.
29311     Because register is different, cannot occasionally receive data.
29312
29313     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
29314
29315 commit c133c1fb0b590662206b0eba70f4478ee0300a9a
29316 Author: Yusuke Goda <goda.yusuke@renesas.com>
29317 Date:   Tue Mar 11 12:55:12 2008 +0900
29318
29319     sh: Add support Renesas Solutions R7780MP
29320
29321     Renesas Solutions R7780MP is a reference board on SH7780.
29322     This board has serial, 10/100 base Ethernet deivice, CF slot
29323     and VGA devices. This board can set extension board.
29324     Extension board has 10/100/1000 base Ethernet device, PCI slot,
29325     S-ATA, iDVR slot.
29326
29327     Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
29328     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
29329
29330 commit 1a2334a4eb6386d7cd35d9de5fa39af2c764ad28
29331 Author: Yusuke Goda <goda.yusuke@renesas.com>
29332 Date:   Wed Mar 5 14:30:02 2008 +0900
29333
29334     sh: Add support PCI of SuperH and SH7780
29335
29336     This patch add support PCI of SuperH base code and SH7780 specific code.
29337
29338     Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
29339     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
29340
29341 commit b55523efff2ae11f0b9ae3cc405893c32eb78156
29342 Author: Yusuke Goda <goda.yusuke@renesas.com>
29343 Date:   Wed Mar 5 14:23:26 2008 +0900
29344
29345     sh: Add support SH7780
29346
29347     SH7780 is CPU of Renesas Technology.
29348     This CPU has
29349      - CPU clock 400MHz
29350      - PCI support
29351      - DDR-SDRAM controller
29352      - etc ...
29353
29354     Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
29355     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
29356
29357 commit c2042f5952a686c414031309b8f244513bf578f0
29358 Author: goda.yusuke <goda.yusuke@renesas.com>
29359 Date:   Fri Jan 25 20:46:36 2008 +0900
29360
29361     sh: Add support Renesas Solutions Migo-R board
29362
29363     Migo-R is a board based on SH7722 and has may devices.
29364     In this patch, supported SCIF, NOR flash and Ethernet.
29365
29366     Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
29367     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
29368
29369 commit 74d1e66d22dac91388bc538b2fe19f735edc5b82
29370 Author: Bartlomiej Sieka <tur@semihalf.com>
29371 Date:   Thu Mar 27 15:06:40 2008 +0100
29372
29373     Fix host tool build breakage, take two
29374
29375     Revert commit 87c8431f and fix build breakage so that the build continues
29376     to work on FC systems.
29377
29378     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
29379
29380 commit 7e4a0d25ed18f6437bdf59ebfa49bb0edc2f24e6
29381 Author: Stefan Roese <sr@denx.de>
29382 Date:   Wed Mar 19 09:36:47 2008 +0100
29383
29384     ppc4xx: Enable ECC on LWMON5
29385
29386     Since all ECC related problems seem to be resolved on LWMON5, this patch
29387     now enables ECC support.
29388
29389     We have to write the ECC bytes by zeroing and flushing in smaller
29390     steps, since the whole 256MByte takes too long for the external
29391     watchdog.
29392
29393     Signed-off-by: Stefan Roese <sr@denx.de>
29394
29395 commit 6433fa202a91a6594dd48f06807ac38ba27fa0bb
29396 Author: Larry Johnson <lrj@acm.org>
29397 Date:   Mon Mar 17 11:10:35 2008 -0500
29398
29399     ppc4xx: Updates to Korat-specific code
29400
29401     This patch contains updates for changes for the Korat PPC440EPx board.
29402     These changes include:
29403
29404     (1) Support for "permanent" and "upgradable" copies of U-Boot, as
29405     described in the new "doc/README.korat" file;
29406
29407     (2) a new memory map for the registers in the board's CPLD;
29408
29409     (3) a revised format for manufacturer's data in serial EEPROM; and
29410
29411     (4) changes to track updates to U-Boot for the Sequoia board.
29412
29413     Signed-off-by: Larry Johnson <lrj@acm.org>
29414
29415 commit f766cdf89b3a2a7634b8c5869f606150e332036c
29416 Author: Markus Brunner <super.firetwister@gmail.com>
29417 Date:   Thu Mar 27 10:46:25 2008 +0100
29418
29419     ppc4xx: PPC405EP Set EMAC noise filter bits
29420
29421     This bug was introduced with commit aee747f19b460a0e9da20ff21e90fdaac1cec359
29422     which enabled CFG_4xx_GPIO_TABLE for PPC405 and unintentionally
29423     disabled the setting of the emac noise filter bits for PPC405EP when CFG_4xx_GPIO_TABLE is set.
29424
29425     Signed-off-by: Markus Brunner <super.firetwister@gmail.com>
29426     Signed-off-by: Stefan Roese <sr@denx.de>
29427
29428 commit f66e2c8b25c04b79e5fb385bc8989c2de7f63991
29429 Author: Mike Nuss <mike@terascala.com>
29430 Date:   Wed Feb 20 11:54:20 2008 -0500
29431
29432     ppc4xx: Reconfigure PLL for 667MHz processor for PPC440EPx
29433
29434     On PPC440EPx without a bootstrap I2C EEPROM, the PLL can be reconfigured
29435     after startup to change the speed of the clocks. This patch adds the
29436     option CFG_PLL_RECONFIG. If this option is set to 667, the CPU
29437     initialization code will reconfigure the PLL to run the system with a CPU
29438     frequency of 667MHz and PLB frequency of 166MHz, without the need for an
29439     external EEPROM.
29440
29441     Signed-off-by: Mike Nuss <mike@terascala.com>
29442     Acked-by: Stefan Roese <sr@denx.de>
29443
29444 commit 87c8431fe24d48121f053fe67cff4ccfe097d4d1
29445 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29446 Date:   Thu Mar 27 09:12:40 2008 +0100
29447
29448     new-image: Fix host tool build breakage
29449
29450     Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
29451
29452 commit 6fb4b640562a10daff0dbe537638d511b5b48650
29453 Author: Stefan Roese <sr@denx.de>
29454 Date:   Thu Mar 27 10:24:03 2008 +0100
29455
29456     ppc: Set CFG_MEM_TOP_HIDE to 0 if not already defined
29457
29458     Signed-off-by: Stefan Roese <sr@denx.de>
29459
29460 commit 9462732a3ec551c11862450902cd8ee1bedea6d9
29461 Author: Stefan Roese <sr@denx.de>
29462 Date:   Wed Mar 19 10:23:43 2008 +0100
29463
29464     ppc4xx: Add fdt support to Prodrive alpr
29465
29466     Since this board will probably be ported to arch/powerpc in the
29467     near future, we add device tree support now. This way we are
29468     "ready" for arch/powerpc from now on.
29469
29470     Signed-off-by: Stefan Roese <sr@denx.de>
29471
29472 commit 511e4f9e7f7b6719e4d91d7f0fc89412b13b5150
29473 Author: Pieter Voorthuijsen <pieter.voorthuijsen@prodrive.nl>
29474 Date:   Mon Mar 17 09:27:56 2008 +0100
29475
29476     ppc4xx: Enable cache support on the ALPR board
29477
29478     Signed-off-by: Pieter Voorthuijsen <pv@prodrive.nl>
29479
29480 commit 14f73ca679f6fdb44cff0b7304d419db41a0ab69
29481 Author: Stefan Roese <sr@denx.de>
29482 Date:   Wed Mar 26 10:14:11 2008 +0100
29483
29484     ppc: Add CFG_MEM_TOP_HIDE option to hide memory area that doesn't get "touched"
29485
29486     If CFG_MEM_TOP_HIDE is defined in the board config header, this specified
29487     memory area will get subtracted from the top (end) of ram and won't get
29488     "touched" at all by U-Boot. By fixing up gd->ram_size the Linux kernel
29489     should gets passed the now "corrected" memory size and won't touch it
29490     either. This should work for arch/ppc and arch/powerpc. Only Linux board
29491     ports in arch/powerpc with bootwrapper support, which recalculate the
29492     memory size from the SDRAM controller setup, will have to get fixed
29493     in Linux additionally.
29494
29495     This patch enables this config option on some PPC440EPx boards as a workaround
29496     for the CHIP 11 errata. Here the description from the AMCC documentation:
29497
29498     CHIP_11: End of memory range area restricted access.
29499     Category: 3
29500
29501     Overview:
29502     The 440EPx DDR controller does not acknowledge any
29503     transaction which is determined to be crossing over the
29504     end-of-memory-range boundary, even if the starting address is
29505     within valid memory space. Any such transaction from any PLB4
29506     master will result in a PLB time-out on PLB4 bus.
29507
29508     Impact:
29509     In case of such misaligned bursts, PLB4 masters will not
29510     retrieve any data at all, just the available data up to the
29511     end of memory, especially the 440 CPU. For example, if a CPU
29512     instruction required an operand located in memory within the
29513     last 7 words of memory, the DCU master would burst read 8
29514     words to update the data cache and cross over the
29515     end-of-memory-range boundary. Such a DCU read would not be
29516     answered by the DDR controller, resulting in a PLB4 time-out
29517     and ultimately in a Machine Check interrupt. The data would
29518     be inaccessible to the CPU.
29519
29520     Workaround:
29521     Forbid any application to access the last 256 bytes of DDR
29522     memory. For example, make your operating system believe that
29523     the last 256 bytes of DDR memory are absent. AMCC has a patch
29524     that does this, available for Linux.
29525
29526     This patch sets CFG_MEM_TOP_HIDE for the following 440EPx boards:
29527     lwmon5, korat, sequoia
29528
29529     The other remaining 440EPx board were intentionally not included
29530     since it is not clear to me, if they use the end of ram for some
29531     other purpose. This is unclear, since these boards have CONFIG_PRAM
29532     defined and even comments like this:
29533
29534     PMC440.h:
29535     /* esd expects pram at end of physical memory.
29536      * So no logbuffer at the moment.
29537      */
29538
29539     It is strongly recommended to not use the last 256 bytes on those
29540     boards too. Patches from the board maintainers are welcome.
29541
29542     Signed-off-by: Stefan Roese <sr@denx.de>
29543
29544 commit c664bf8c3c9bb9e236891f0d8dfda883e86d159b
29545 Author: Stefan Roese <sr@denx.de>
29546 Date:   Thu Mar 27 10:09:05 2008 +0100
29547
29548     ppc4xx: Fix Canyonlands linker script (remove bogus ASSERT)
29549
29550     Signed-off-by: Stefan Roese <sr@denx.de>
29551
29552 commit d56a3ce179688cde61073a3690e21703d68fafd7
29553 Author: Stefan Roese <sr@denx.de>
29554 Date:   Tue Mar 25 17:51:13 2008 +0100
29555
29556     ppc4xx: Correctly pass phyiscal FLASH base address into dtb
29557
29558     The routine ft_board_setup() configures the EBC NOR mappings for the
29559     Linux physmap_of driver. Since on 460EX/GT we remap the FLASH from
29560     0x4.fc00.0000 to 0x4.cc00.0000 because of the max. 16MByte boot-CS
29561     problem, we need to pass the corrected address here too.
29562
29563     Signed-off-by: Stefan Roese <sr@denx.de>
29564
29565 commit 9ad31989de12ce5c67b07c4867ead47465655c4b
29566 Author: Stefan Roese <sr@denx.de>
29567 Date:   Wed Mar 19 16:35:12 2008 +0100
29568
29569     ppc4xx: Fix compilation warning in 4xx_enet.c
29570
29571     Signed-off-by: Stefan Roese <sr@denx.de>
29572
29573 commit 4c9e855734c523900322a7c3cdd9099b4f51b51d
29574 Author: Stefan Roese <sr@denx.de>
29575 Date:   Wed Mar 19 16:20:49 2008 +0100
29576
29577     ppc4xx: Add AMCC Glacier 406GT eval board support
29578
29579     This patch adds support for the AMCC Glacier 460GT eval board.
29580     The main difference to the Canyonlands board are listed here:
29581
29582     - 4 ethernet ports instead of 2
29583     - no SATA port
29584     - no USB port
29585
29586     Currently EMAC2+3 are not working. This will be fixed in a later
29587     release.
29588
29589     Signed-off-by: Stefan Roese <sr@denx.de>
29590
29591 commit d8bd643141af4710d7f1b69bbab6b760de0af0a1
29592 Author: Stefan Roese <sr@denx.de>
29593 Date:   Thu Mar 27 08:47:26 2008 +0100
29594
29595     ppc4xx: Mask 'vec' with 0x1f in uic_interrupt() for bit set/clear
29596
29597     Signed-off-by: Stefan Roese <sr@denx.de>
29598
29599 commit b9670dd85be6e0496ef2e231043c23cad9b1d903
29600 Author: Anatolij Gustschin <agust@denx.de>
29601 Date:   Wed Mar 26 21:05:43 2008 +0100
29602
29603     Fix out of tree building issue
29604
29605     Currently U-Boot building in some external directory
29606     doesn't work. This patch tries to fix the problem.
29607
29608     Signed-off-by: Anatolij Gustschin <agust@denx.de>
29609
29610 commit d4ee711d8a5c366ee3f857c26b927d12e66614ff
29611 Author: Anatolij Gustschin <agust@denx.de>
29612 Date:   Wed Mar 26 18:13:33 2008 +0100
29613
29614     README: update documentation (availability, links, etc.)
29615
29616     Fix typo in README
29617
29618     Signed-off-by: Anatolij Gustschin <agust@denx.de>
29619
29620 commit e813eae3bfeba9c0bda9d1bf9fc3d081f790972f
29621 Author: Anatolij Gustschin <agust@denx.de>
29622 Date:   Wed Mar 26 17:47:44 2008 +0100
29623
29624     Fix compilation error in cmd_usb.c
29625
29626     This patch fixes compilation error
29627     cmd_usb.c: In function 'do_usb':
29628     cmd_usb.c:552: error: void value not ignored as it ought to be
29629
29630     Signed-off-by: Anatolij Gustschin <agust@denx.de>
29631
29632 commit d8c82db482d6b535d12b419d6440b88bf7091c9b
29633 Author: Timur Tabi <timur@freescale.com>
29634 Date:   Fri Mar 14 17:45:29 2008 -0500
29635
29636     Add support for setting the I2C bus speed in fsl_i2c.c
29637
29638     Add support to the Freescale I2C driver (fsl_i2c.c) for setting and querying
29639     the I2C bus speed.  Current 8[356]xx boards define the CFG_I2C_SPEED macro,
29640     but fsl_i2c.c ignores it and uses conservative value when programming the
29641     I2C bus speed.
29642
29643     Signed-off-by: Timur Tabi <timur@freescale.com>
29644     Acked-by: Andy Fleming <afleming@freescale.com>
29645
29646 commit d049cc7f71c0d875e8f5099d1ed23666a82b8f8e
29647 Author: Wolfgang Denk <wd@denx.de>
29648 Date:   Thu Mar 27 00:03:57 2008 +0100
29649
29650     Coding style cleanup, update CHANGELOG
29651
29652     Signed-off-by: Wolfgang Denk <wd@denx.de>
29653
29654 commit fd0b1fe3c388a77e8fe00cdd930ca317a91198d4
29655 Author: Dave Liu <r63238@freescale.com>
29656 Date:   Wed Mar 26 22:55:32 2008 +0800
29657
29658     drivers: add the support for Freescale SATA controller
29659
29660     Add the Freescale on-chip SATA controller driver to u-boot,
29661     The SATA controller is used on the 837x and 8315 targets,
29662     The driver can be used to load kernel, fs and dtb.
29663
29664     The features list:
29665     - 1.5/3 Gbps link speed
29666     - LBA48, LBA28 support
29667     - DMA and FPDMA support
29668     - Two ports support
29669
29670     Signed-off-by: Dave Liu <daveliu@freescale.com>
29671
29672 commit bede87f4c87c3ccd868cc60ebf792e0560c6d024
29673 Author: Dave Liu <r63238@freescale.com>
29674 Date:   Wed Mar 26 22:54:44 2008 +0800
29675
29676     ata: add the readme for SATA command line
29677
29678     Signed-off-by: Dave Liu <daveliu@freescale.com>
29679
29680 commit cd54081cd479e542fc399b8a40651ff11a1ad849
29681 Author: Dave Liu <r63238@freescale.com>
29682 Date:   Wed Mar 26 22:53:24 2008 +0800
29683
29684     ata: enable the sata initialize on boot up
29685
29686     Signed-off-by: Dave Liu <daveliu@freescale.com>
29687
29688 commit 69386383c5c2b323c66495b0b0cef6a9714d83bf
29689 Author: Dave Liu <r63238@freescale.com>
29690 Date:   Wed Mar 26 22:52:36 2008 +0800
29691
29692     ata: add the fis struct for SATA
29693
29694     Signed-off-by: Dave Liu <daveliu@freescale.com>
29695
29696 commit ffc664e80dfb2e17de0df5ad39e91a02e9c361bc
29697 Author: Dave Liu <r63238@freescale.com>
29698 Date:   Wed Mar 26 22:51:44 2008 +0800
29699
29700     ata: add the libata support
29701
29702     add simple libata support in u-boot
29703
29704     Signed-off-by: Dave Liu <daveliu@freescale.com>
29705
29706 commit 8e9bb43429e50df55fa41932cbe65841ff579220
29707 Author: Dave Liu <r63238@freescale.com>
29708 Date:   Wed Mar 26 22:50:45 2008 +0800
29709
29710     ata: make the ata_piix driver using new SATA framework
29711
29712     original ata_piix driver is using IDE framework, not real
29713     SATA framework. For now, the ata_piix driver is only used
29714     by x86 sc520_cdp board. This patch makes the ata_piix driver
29715     use the new SATA framework, so
29716
29717     - remove the duplicated command stuff
29718     - remove the CONFIG_CMD_IDE define in the sc520_cdp.h
29719     - add the CONFIG_CMD_SATA define to sc520_cdp.h
29720
29721     Signed-off-by: Dave Liu <daveliu@freescale.com>
29722
29723 commit c7057b529c3c3cb9c0ac9060686a4068f1491bbe
29724 Author: Dave Liu <r63238@freescale.com>
29725 Date:   Wed Mar 26 22:49:44 2008 +0800
29726
29727     ata: add the support for SATA framework
29728
29729     - add the SATA framework
29730     - add the SATA command line
29731
29732     Signed-off-by: Dave Liu <daveliu@freescale.com>
29733
29734 commit 83c7f470a4ce94f33600f11ae85ce4dcf00aa90c
29735 Author: Dave Liu <r63238@freescale.com>
29736 Date:   Wed Mar 26 22:48:18 2008 +0800
29737
29738     ata: merge the header of ata_piix driver
29739
29740     move the sata.h from include/ to drivers/block/ata_piix.h
29741
29742     Signed-off-by: Dave Liu <daveliu@freescale.com>
29743
29744 commit 9eef62804d9695425b24c87b46a61a7fa74afee0
29745 Author: Dave Liu <r63238@freescale.com>
29746 Date:   Wed Mar 26 22:47:06 2008 +0800
29747
29748     ata: merge the ata_piix driver
29749
29750     move the cmd_sata.c from common/ to drivers/ata_piix.c,
29751     the cmd_sata.c have some part of ata_piix controller drivers.
29752     consolidate the driver to have better framework.
29753
29754     Signed-off-by: Dave Liu <daveliu@freescale.com>
29755
29756 commit b9e749e95354f33eb5dc6653c6db7d502adb95fe
29757 Author: Markus Klotzbuecher <mk@denx.de>
29758 Date:   Wed Mar 26 18:26:43 2008 +0100
29759
29760     USB, Storage: fix a bug introduced in commit
29761     f6b44e0e4d18fe507833a0f76d24a9aa72c123f1 that will cause usb_stor_info
29762     to only print only information on one storage device, but not for
29763     multiple.
29764
29765     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
29766
29767 commit 841e5edd1623f3fecb6bffc5c2f938ed7a947360
29768 Author: Anatolij Gustschin <agust@denx.de>
29769 Date:   Wed Mar 26 17:47:44 2008 +0100
29770
29771     Fix compilation error in cmd_usb.c
29772
29773     This patch fixes compilation error
29774     cmd_usb.c: In function 'do_usb':
29775     cmd_usb.c:552: error: void value not ignored as it ought to be
29776
29777     Signed-off-by: Anatolij Gustschin <agust@denx.de>
29778     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
29779
29780 commit dd6c910aadf27c822f17b87eae1a9bd0b2e3aa15
29781 Author: Kumar Gala <galak@kernel.crashing.org>
29782 Date:   Wed Mar 26 08:53:53 2008 -0500
29783
29784     85xx: Add cpu_mp_lmb_reserve helper to reserve boot page
29785
29786     Provide a board_lmb_reserve helper function to ensure we reserve
29787     the page of memory we are using for the boot page translation code.
29788
29789     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29790
29791 commit 79679d80021ab095e639e250ca472fe526da02e2
29792 Author: Kumar Gala <galak@kernel.crashing.org>
29793 Date:   Wed Mar 26 08:34:25 2008 -0500
29794
29795     85xx: Update multicore boot mechanism to ePAPR v0.81 spec
29796
29797     The following changes are needed to be inline with ePAPR v0.81:
29798
29799     * r4, r5 and now always set to 0 on boot release
29800     * r7 is used to pass the size of the initial map area (IMA)
29801     * EPAPR_MAGIC value changed for book-e processors
29802     * changes in the spin table layout
29803     * spin table supports a 64-bit physical release address
29804
29805     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29806
29807 commit 25eedb2c1958a13110c7de1fc809b624053cc69c
29808 Author: Jon Loeliger <jdl@freescale.com>
29809 Date:   Wed Mar 19 15:02:07 2008 -0500
29810
29811     FSL: Clean up board/freescale/common/Makefile
29812
29813     Each file that can be built here now follows some
29814     CONFIG_ option so that they are appropriately built
29815     or not, as needed.  And CONFIG_ defines were added
29816     to various board config files to make sure that happens.
29817
29818     The other board/freescale/*/Makefiles no longer need
29819     to reach up and over into ../common to build their
29820     individually needed files any more.
29821
29822     Boards that are CDS specific were renamed with cds_ prefix.
29823
29824     Signed-off-by: Jon Loeliger <jdl@freescale.com>
29825
29826 commit a5af4b358a7caa9c0aa374d4d894bf762ec37669
29827 Author: Kumar Gala <galak@kernel.crashing.org>
29828 Date:   Wed Feb 27 22:00:27 2008 -0600
29829
29830     85xx: Fix merge duplication
29831
29832     ft_fixup_cpu() got duplicated in some merge snafu.  Remove the duplicate.
29833
29834     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29835
29836 commit 5893b3d0a4084f87a06a5d3dc03db91206818941
29837 Author: James Yang <James.Yang@freescale.com>
29838 Date:   Tue Feb 12 16:35:07 2008 -0600
29839
29840     85xx: Expand CCSR space with more DDR controller registers.
29841
29842     Signed-off-by: James Yang <James.Yang@freescale.com>
29843     Signed-off-by: Jon Loeliger <jdl@freescale.com>
29844     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29845
29846 commit a3e77fa5359b3f9f59e4e946b46d57a53057cc85
29847 Author: James Yang <James.Yang@freescale.com>
29848 Date:   Fri Feb 8 18:05:08 2008 -0600
29849
29850     85xx: Speed up get_ddr_freq() and get_bus_freq()
29851
29852     get_ddr_freq() and get_bus_freq() used get_sys_info() each time they were
29853     called.  However, get_sys_info() recalculates extraneous information when
29854     called each time.  Have get_ddr_freq() and get_bus_freq() return memoized
29855     values from global_data instead.
29856
29857     Signed-off-by: James Yang <James.Yang@freescale.com>
29858     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29859
29860 commit e9ea679918fbc9a53fa2f2a904aac874ea736036
29861 Author: James Yang <James.Yang@freescale.com>
29862 Date:   Fri Feb 8 16:46:27 2008 -0600
29863
29864     85xx: Show DDR memory data rate in addition to the memory clock frequency.
29865
29866     Show the DDR memory data rate in addition to the memory clock
29867     frequency.  For DDR/DDR2 memories the memory data rate is 2x the
29868     memory clock.
29869
29870     Signed-off-by: James Yang <James.Yang@freescale.com>
29871     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29872
29873 commit 591933ca6eabc440e6ed6967233aaf56fce464a3
29874 Author: James Yang <James.Yang@freescale.com>
29875 Date:   Fri Feb 8 16:44:53 2008 -0600
29876
29877     85xx: get_tbclk() speed up and rounding fix
29878
29879     Speed up get_tbclk() by referencing pre-computed bus clock
29880     frequency value from global data instead of sys_info_t.  Fix
29881     rounding of result to nearest; previously it was rounding
29882     upwards.
29883
29884     Signed-off-by: James Yang <James.Yang@freescale.com>
29885     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29886
29887 commit 1ced121600b2060ab2ff9f0fddd9421fd70a0dc6
29888 Author: Andy Fleming <afleming@freescale.com>
29889 Date:   Wed Feb 6 01:19:40 2008 -0600
29890
29891     Update SVR numbers to expand support
29892
29893     FSL has taken to using SVR[16:23] as an SOC sub-version field.  This
29894     is used to distinguish certain variants within an SOC family.  To
29895     account for this, we add the SVR_SOC_VER() macro, and update the SVR_*
29896     constants to reflect the larger value.  We also add SVR numbers for all
29897     of the current variants.  Finally, to make things neater, rather than
29898     use an enormous switch statement to print out the CPU type, we create
29899     and array of SVR/name pairs (using a macro), and print out the CPU name
29900     that matches the SVR SOC version.
29901
29902     Signed-off-by: Andy Fleming <afleming@freescale.com>
29903
29904 commit b83eef440cf3cef816172ccbb5897ccd8e403cf3
29905 Author: Andy Fleming <afleming@freescale.com>
29906 Date:   Wed Feb 6 01:12:57 2008 -0600
29907
29908     Add the Freescale PCI device IDs
29909
29910     Signed-off-by: Andy Fleming <afleming@freescale.com>
29911
29912 commit 7aff0c051ad0613171cf2b9941ee48675c62e7cd
29913 Author: Kumar Gala <galak@kernel.crashing.org>
29914 Date:   Thu Feb 14 11:04:23 2008 -0600
29915
29916     85xx: Added support for multicore boot mechanism
29917
29918     Added the cpu command that provides a generic mechanism to get status,
29919     reset, and release secondary cores in multicore processors.
29920
29921     Added support for using the ePAPR defined spin-table mechanism on 85xx.
29922
29923     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29924     Signed-off-by: Andy Fleming <afleming@freescale.com>
29925
29926 commit ec2b74ffd36f02c6123725e7c2533dd2deaf4b64
29927 Author: Kumar Gala <galak@kernel.crashing.org>
29928 Date:   Thu Jan 17 16:48:33 2008 -0600
29929
29930     85xx: Added support for multicore boot mechanism
29931
29932     Added the cpu command that provides a generic mechanism to get status,
29933     reset, and release secondary cores in multicore processors.
29934
29935     Added support for using the ePAPR defined spin-table mechanism on 85xx.
29936
29937     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29938
29939 commit f69766e4b5d47ecd3aa58677a8da875694f364f2
29940 Author: Kumar Gala <galak@kernel.crashing.org>
29941 Date:   Wed Jan 30 14:55:14 2008 -0600
29942
29943     85xx: Add the concept of CFG_CCSRBAR_PHYS
29944
29945     When we go to 36-bit physical addresses we need to keep the concept of
29946     the physical CCSRBAR address seperate from the virtual one.
29947
29948     For the majority of boards CFG_CCSBAR_PHYS == CFG_CCSRBAR
29949
29950     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29951
29952 commit 5b5eb9ca5b778f763bcf332697b35cc1e747626e
29953 Author: Wolfgang Denk <wd@denx.de>
29954 Date:   Wed Mar 26 15:38:47 2008 +0100
29955
29956     Coding style cleanup.
29957
29958     Signed-off-by: Wolfgang Denk <wd@denx.de>
29959
29960 commit da8808df7a9cef5a3d2ee286ef9ebf9de1780660
29961 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
29962 Date:   Wed Mar 26 13:02:13 2008 +0100
29963
29964     Add CFG_RTC_DS1337_NOOSC to turn off OSC output
29965
29966     The default settings for RTC DS1337 keeps the OSC
29967     output, 32,768 Hz, on. This add CFG_RTC_DS1337_NOOSC to
29968     turn it off.
29969
29970     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
29971
29972 commit 438a4c11260b4ea9805039b0b4f92f9df5306b02
29973 Author: Wolfgang Denk <wd@denx.de>
29974 Date:   Wed Mar 26 11:48:46 2008 +0100
29975
29976     Cleanup coding style, update CHANGELOG
29977
29978     Signed-off-by: Wolfgang Denk <wd@denx.de>
29979
29980 commit 218ca724c08ca8a649f0917cf201cf23d4b33f39
29981 Author: Wolfgang Denk <wd@denx.de>
29982 Date:   Wed Mar 26 10:40:12 2008 +0100
29983
29984     README: update documentation (availability, links, etc.)
29985
29986     Signed-off-by: Wolfgang Denk <wd@denx.de>
29987
29988 commit f6b44e0e4d18fe507833a0f76d24a9aa72c123f1
29989 Author: Aras Vaichas <arasv@magtech.com.au>
29990 Date:   Tue Mar 25 12:09:07 2008 +1100
29991
29992     USB Storage, add meaningful return value
29993
29994     This patch changes the "usb storage" command to return success if it
29995     finds a USB storage device, otherwise it returns error.
29996
29997     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
29998
29999 commit 18e69a35efbb078403db0c0063986470dad7d082
30000 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
30001 Date:   Fri Mar 14 23:20:18 2008 +0300
30002
30003     83xx/fdt_support: let user specifiy FSL USB Dual-Role controller role
30004
30005     Linux understands "host" (default), "peripheral" and "otg" (broken).
30006     Though, U-Boot doesn't restrict dr_mode variable to these values (think
30007     of renames in future).
30008
30009     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
30010     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
30011
30012 commit c7604783b236e368f225efb7b3efb418fe20b404
30013 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
30014 Date:   Fri Mar 14 23:20:30 2008 +0300
30015
30016     tsec: fix link detection for the RTL8211B PHY
30017
30018     RTL8211B sets link state register after autonegotiation complete,
30019     so with bootdelay=0 RTL8211B will report lack of the link.
30020
30021     To fix this, we should wait for aneg to complete, even if the
30022     link is currently down.
30023
30024     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
30025     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
30026
30027 commit 7fa9cbb00dc83fcf175042b6f20c2c9bce9a15f4
30028 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
30029 Date:   Mon Mar 24 20:47:09 2008 +0300
30030
30031     mpc83xx: add "fsl,soc" and "fsl,immr" compatible fixups
30032
30033     device_type = "soc" is being deprecated, newer device trees will use
30034     "fsl,soc" and/or "fsl,immr" for the soc nodes.
30035
30036     This patch also adds clock-frequency property for soc nodes (the same
30037     value as bus-frequency).
30038
30039     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
30040
30041 commit 507e2d79c91441a0bb2cd3d0c31c8bfe3f8cec07
30042 Author: Joe D'Abbraccio <ljd015@freescale.com>
30043 Date:   Mon Mar 24 13:00:59 2008 -0400
30044
30045     Modified the DDR SDRAM clock control register to delay MCK/MCK_B 3/4 clock
30046
30047     With the original value of 1/2 clock cycle delay, the system ran relatively
30048     stable except when we run benchmarks that are intensive users of memory.
30049     When I run samba connected disk with a HDBENCH test, the system locks-up
30050     or reboots sporadically.
30051
30052     Signed-off by: Joe D'Abbraccio <Joe.D'abbraccio@freescale.com>
30053
30054 commit a7ba32d480a86db5db8dcd8ca66b21b4cadda923
30055 Author: Scott Wood <scottwood@freescale.com>
30056 Date:   Mon Mar 24 12:44:13 2008 -0500
30057
30058     mpc83xx: Set PCI I/O bus-address base to zero.
30059
30060     The device trees for these boards describe PCI I/O as starting from
30061     address zero from the device's perspective.
30062
30063     Placing I/O elsewhere may cause problems with certain PCI boards, and may
30064     cause problems with Linux.
30065
30066     Signed-off-by: Scott Wood <scottwood@freescale.com>
30067
30068 commit f700e7df7fecf2d3765ae568ce77ce788cde4f3e
30069 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
30070 Date:   Mon Mar 24 20:47:05 2008 +0300
30071
30072     mpc83xx: MPC8360E-RDK: use 33.3(3)MHz CLKIN/SYS_CLK
30073
30074     At least on the "33MHz Pilot" board crystal is actually 33.3MHz.
30075     This patch fixes "system time drifting" problem.
30076
30077     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
30078
30079 commit 3a0cfdd576dc9b16d1468d37339182607c697fb7
30080 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
30081 Date:   Mon Mar 24 20:47:02 2008 +0300
30082
30083     mpc83xx: MPC8360E-RDK: define CONFIG_OF_STDOUT_VIA_ALIAS
30084
30085     This is needed to update /choosen/linux,stdout-path properly.
30086
30087     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
30088
30089 commit 3419eb62f088d7a22f1d2a3cebf76b77e408b5b9
30090 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
30091 Date:   Mon Mar 24 20:47:00 2008 +0300
30092
30093     mpc83xx: MPC8360E-RDK: add dhcp command
30094
30095     Plus modify environment to use it and remove bootfile env variable,
30096     it is internal and CONFIG_BOOTFILE is used for these purposes.
30097
30098     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
30099
30100 commit d892b2dbb4087a26778bfd42470c3ea7d0e2b6aa
30101 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
30102 Date:   Mon Mar 24 20:46:57 2008 +0300
30103
30104     mpc83xx: MPC8360E-RDK: rework ddr setup, enable ecc
30105
30106     Current DDR setup easily causes memory corruption, this patch fixes it.
30107
30108     Also fix TIMING_CFG0_MRS_CYC definition.
30109
30110     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
30111
30112 commit d47d49cc37a38f2719a3e1b9bbe08ac810cf2d9a
30113 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
30114 Date:   Mon Mar 24 20:46:53 2008 +0300
30115
30116     mpc83xx: MPC8360E-RDK: configure pario pins for AD7843 and FHCI
30117
30118     This patch adds qe pario pins configuration for AD7843 ADC/Touchscreen
30119     controller and FHCI (QE USB).
30120
30121     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
30122
30123 commit 7ad959490962e6842648d87d4bd795ea6cdcce67
30124 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
30125 Date:   Mon Mar 24 20:46:51 2008 +0300
30126
30127     mpc83xx: MPC8360E-RDK: add support for NAND
30128
30129     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
30130
30131 commit 9a3e832aeb491861d029991241572ebdf4b5b61b
30132 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
30133 Date:   Mon Mar 24 20:46:46 2008 +0300
30134
30135     mpc83xx: MPC8360E-RDK: use RGMII_RXID interface mode
30136
30137     This is needed for BCM PHYs to work on this board.
30138
30139     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
30140
30141 commit 300615dc5d9b0a2022fbc6af0c13159e33fd752e
30142 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
30143 Date:   Mon Mar 24 20:46:34 2008 +0300
30144
30145     uec: add support for Broadcom BCM5481 Gigabit PHY
30146
30147     This patch adds basic support for Broadcom BCM5481 PHY.
30148
30149     RXD-RXC delay quirk comes from MPC8360E-RDK BSP source, author is
30150     Peter Barada <peterb@logicpd.com>.
30151
30152     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
30153
30154 commit 6a600c3a1876bc203445df4f0fd6b12648259666
30155 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
30156 Date:   Mon Mar 24 20:46:28 2008 +0300
30157
30158     uec: add support for RGMII_RXID interface mode
30159
30160     PHY drivers will use it to setup software delay between RXD and RXC
30161     signals.
30162
30163     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
30164
30165 commit 91cdaa3a9d7562b869d96774e9c9ddf142c0848d
30166 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
30167 Date:   Mon Mar 24 20:46:24 2008 +0300
30168
30169     uec: add support for gbit mii status readings
30170
30171     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
30172
30173 commit aabce7fb505ffe55ebf3bf4dcafdae97a581558d
30174 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
30175 Date:   Mon Mar 24 17:40:47 2008 +0300
30176
30177     83xx: define CONFIG_OF_STDOUT_VIA_ALIAS for the MPC837XERDB boards
30178
30179     This is primarily for the early console support.
30180
30181     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
30182
30183 commit 2bd7460e9283ec98565189b3cdbcfb2bcdcdd635
30184 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
30185 Date:   Mon Mar 24 17:40:43 2008 +0300
30186
30187     83xx: initialize serdes for MPC837XRDB boards
30188
30189     On the MPC8377ERDB: 2 SATA and 2 PCI-E.
30190     On the MPC8378ERDB: 2 PCI-E
30191     On the MPC8379ERDB: 4 SATA
30192
30193     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
30194
30195 commit 453316a2a19642d8afcbca7452e40a6b44a197b1
30196 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
30197 Date:   Mon Mar 24 17:40:32 2008 +0300
30198
30199     83xx: serdes setup routines
30200
30201     This patch adds few routines to configure serdes on 837x targets.
30202
30203     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
30204
30205 commit a796cdf9c377cb4e5d61d1079a296608f8fbd903
30206 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
30207 Date:   Mon Mar 24 17:40:27 2008 +0300
30208
30209     83xx: split COBJS onto separate lines
30210
30211     ..plus get rid of some #ifdefs in the .c files.
30212
30213     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
30214
30215 commit 46a3aeea73c13ab04ebf7a8739afb87ac5da94a3
30216 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
30217 Date:   Mon Mar 24 17:40:23 2008 +0300
30218
30219     83xx: nand support for MPC837XRDB boards
30220
30221     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
30222
30223 commit 82e45a204190593e8613145a928f998fb8c909c4
30224 Author: Jerry Van Baren <gvb.uboot@gmail.com>
30225 Date:   Tue Mar 18 21:44:41 2008 -0400
30226
30227     Enable CONFIG_FLASH_SHOW_PROGRESS on the MPC8360EMDS.
30228
30229     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
30230     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
30231
30232 commit 0fa7a1b4719e325fce332689fb8754ec166191ff
30233 Author: Michael Barkowski <michael.barkowski@freescale.com>
30234 Date:   Thu Mar 20 13:15:39 2008 -0400
30235
30236     mpc8323erdb: remove RTC and add EEPROM
30237
30238     There's no on-board RTC on the MPC8323ERDB, but there is an EEPROM.
30239
30240     Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
30241     Acked-by: Kim Phillips <kim.phillips@freescale.com>
30242
30243 commit 5bbeea86eb6afb872374cd23217cb3c1018443ed
30244 Author: Michael Barkowski <michael.barkowski@freescale.com>
30245 Date:   Thu Mar 20 13:15:34 2008 -0400
30246
30247     mpc8323erdb: Improve the system performance
30248
30249     The following changes are based on kernel UCC ethernet performance:
30250
30251     1.  Make the CSB bus pipeline depth as 4, and enable the repeat mode
30252     2.  Optimize transactions between QE and CSB.  Added CFG_SPCR_OPT
30253         switch to enable this setting.
30254
30255     The following changes are based on the App Note AN3369 and
30256     verified to improve memory latency using LMbench:
30257
30258     3.  CS0_CONFIG[AP_n_EN] is changed from 1 to 0
30259     4.  CS0_CONFIG[ODT_WR_CONFIG] set to 1.  Was a reserved setting
30260         previously.
30261     5.  TIMING_CFG_1[WRREC] is changed from 3clks to 2clks  (based on
30262         Twr=15ns, and this was already the setting in DDR_MODE)
30263     6.  TIMING_CFG_1[PRETOACT] is changed from 3clks to 2clks. (based on
30264         Trp=15ns)
30265     7.  TIMING_CFG_1[ACTTOPRE] is changed from 9clks to 6clks. (based on
30266         Tras=40ns)
30267     8.  TIMING_CFG_1[ACTTORW] is changed from 3clks to 2clks. (based on
30268         Trcd=15ns)
30269     9.  TIMING_CFG_1[REFREC] changed from 21 clks to 11clks.  (based on
30270         Trfc=75ns)
30271     10. TIMING_CFG_2[FOUR_ACT] is changed from 10 clks to 7clks.  (based
30272         on Tfaw=50ns)
30273     11. TIMING_CFG_2[ADD_LAT] and DDR_MODE[AL] changed from 0 to 1 (based
30274         on CL=3 and WL=2).
30275
30276     Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
30277     Acked-by: Kim Phillips <kim.phillips@freescale.com>
30278
30279 commit fc549c871f43933396a5b3e21d897023d4b31b8d
30280 Author: Michael Barkowski <michael.barkowski@freescale.com>
30281 Date:   Thu Mar 20 13:15:28 2008 -0400
30282
30283     mpc8323erdb: use readable DDR config macros
30284
30285     Use available shift/mask macros to define DDR configuration.
30286
30287     Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
30288     Acked-by: Kim Phillips <kim.phillips@freescale.com>
30289
30290 commit 89c7784ed90ba50301eec521144f95111e472906
30291 Author: Timur Tabi <timur@freescale.com>
30292 Date:   Fri Feb 8 13:15:55 2008 -0600
30293
30294     83xx: Add Vitesse VSC7385 firmware uploading
30295
30296     Update the MPC8349E-mITX, MPC8313E-RDB, and MPC837XE-RDB board files to upload
30297     the Vitesse VSC7385 firmware.  Changed CONFIG_VSC7385 to CONFIG_VSC7385_ENET.
30298     Cleaned up the board header files to make selecting the VSC7385 easier to
30299     control.
30300
30301     Signed-off-by: Timur Tabi <timur@freescale.com>
30302     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
30303
30304 commit b55d98c6d5b8694e560a0e727b14cb6921d7cfcc
30305 Author: Timur Tabi <timur@freescale.com>
30306 Date:   Fri Feb 8 13:15:54 2008 -0600
30307
30308     NET: Add Vitesse VSC7385 firmware uploading
30309
30310     The Vitesse VSC7385 is a 5-port switch found on the Freescale MPC8349E-mITX
30311     and other boards.  A small firwmare must be uploaded to its on-board memory
30312     before it can be enabled.  This patch adds the code which uploads firmware
30313     (but not the firmware itself).
30314
30315     Previously, this feature was provided by a U-Boot application that was
30316     made available only on Freescale BSPs.  The VSC7385 firmware must still
30317     be obtained separately, but at least there is no longer a need for a separate
30318     application.
30319
30320     Signed-off-by: Timur Tabi <timur@freescale.com>
30321     Acked-by: Ben Warren <biggerbadderben@gmail.com>
30322
30323 commit aa6f6d171a1f9f46ee4f03ad6acb97a6bfb71855
30324 Author: Wolfgang Denk <wd@denx.de>
30325 Date:   Wed Mar 26 00:52:10 2008 +0100
30326
30327     Coding Style cleanyp; update CHANGELOG
30328
30329     Signed-off-by: Wolfgang Denk <wd@denx.de>
30330
30331 commit 43ddd9c820fec44816188f53346b464e20b3142d
30332 Author: Jerry Van Baren <gvb.uboot@gmail.com>
30333 Date:   Sat Mar 22 14:23:49 2008 -0400
30334
30335     Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T
30336
30337     These defines embedded the u-boot env variables and/or the bd_t structure
30338     in the fdt blob.  The conclusion of discussion on the u-boot email list
30339     was that embedding these in the fdt blob is not useful: there are better
30340     ways of passing the data (in fact, the fdt blob itself replaces the
30341     bd_t struct).
30342
30343     The only board that enables these is the stxxtc and they don't appear
30344     to be used by linux.
30345
30346     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
30347     Acked-by: Kim Phillips <kim.phillips@freescale.com>
30348
30349 commit 22ed2285743359fd1fe73e411dff914b2256e68f
30350 Author: Stefan Roese <sr@denx.de>
30351 Date:   Mon Mar 17 10:49:25 2008 +0100
30352
30353     rtc: Remove 2nd reference to max6900.o in drivers/rtc/Makefile
30354
30355     Signed-off-by: Stefan Roese <sr@denx.de>
30356
30357 commit 1bb707c39a0833e91d9f797dd862aaaaf4af264d
30358 Author: Kyungmin Park <kmpark@infradead.org>
30359 Date:   Mon Mar 17 08:54:06 2008 +0900
30360
30361     Add Flex-OneNAND booting support
30362
30363     Flex-OneNAND is a monolithic integrated circuit with a NAND Flash array
30364     using a NOR Flash interface. This on-chip integration enables system designers
30365     to reduce external system logic and use high-density NAND Flash
30366     in applications that would otherwise have to use more NOR components.
30367
30368     Flex-OneNAND enables users to configure to partition it into SLC and MLC areas
30369     in more flexible way. While MLC area of Flex-OneNAND can be used to store data
30370     that require low reliability and high density, SLC area of Flex-OneNAND
30371     to store data that need high reliability and high performance. Flex-OneNAND
30372     can let users take advantage of storing these two different types of data
30373     into one chip, which is making Flex-OneNAND more cost- and space-effective.
30374
30375     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
30376
30377 commit c512389cc4a10253249271ff6c887c6dab1f0db2
30378 Author: André Schwarz <andre.schwarz@matrix-vision.de>
30379 Date:   Thu Mar 13 13:50:52 2008 +0100
30380
30381     MPC5200: support setup without FEC
30382
30383     Include FEC specific nodes in ft_cpu_setup only if CONFIG_MPC5xxx_FEC is
30384     defined. Systems without FEC, i.e. no FEC node in DTB, should be possible.
30385
30386     Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
30387     Acked-by: Grant Likely <grant.likely@secretlab.ca>
30388
30389 commit aa3511e422946041ef626f80a05ae5e8bfc700e6
30390 Author: Jon Loeliger <jdl@freescale.com>
30391 Date:   Wed Mar 5 18:05:46 2008 -0600
30392
30393     FSL: Move board/mpc8266ads under board/freescale
30394
30395     Signed-off-by: Jon Loeliger <jdl@freescale.com>
30396
30397 commit 7f1d846e5c5754449c286587d099d85246062772
30398 Author: Jon Loeliger <jdl@freescale.com>
30399 Date:   Wed Mar 5 18:05:47 2008 -0600
30400
30401     FSL: Move board/mpc7448hpc2 under board/freescale
30402
30403     Signed-off-by: Jon Loeliger <jdl@freescale.com>
30404
30405 commit b7e24d283e34727c2a6cdfdac2e09a426c579b73
30406 Author: Jon Loeliger <jdl@freescale.com>
30407 Date:   Wed Mar 5 18:05:45 2008 -0600
30408
30409     FSL: Move board/mpc8260ads under board/freescale
30410
30411     Signed-off-by: Jon Loeliger <jdl@freescale.com>
30412
30413 commit 6a8a5dc4759867c45aa95580deb8bf26669a5d97
30414 Author: goda.yusuke <goda.yusuke@renesas.com>
30415 Date:   Wed Mar 5 17:08:33 2008 +0900
30416
30417     net: Add support AX88796L ethernet device
30418
30419     AX88796L is device of NE2000 compatible.
30420     This patch support AX88796L ethernet device.
30421
30422     Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
30423     Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
30424
30425 commit e0a6140dd381e1eed1ada2291166ef2616d8822b
30426 Author: Wolfgang Denk <wd@denx.de>
30427 Date:   Tue Mar 25 22:50:41 2008 +0100
30428
30429     ne2000 driver: change #ifdef to Makefile conditional compilation
30430
30431     Signed-off-by: Wolfgang Denk <wd@denx.de>
30432
30433 commit e710185aae90c64d39c2d453e40e58ceefe4f250
30434 Author: goda.yusuke <goda.yusuke@renesas.com>
30435 Date:   Wed Mar 5 17:08:20 2008 +0900
30436
30437     net: Divided code of NE2000 ethernet driver
30438
30439     There are more devices of the NE2000 base.
30440     A present code is difficult for us to support more devices.
30441     To support more NE2000 clone devices, separated the function.
30442
30443     Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
30444     Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
30445
30446 commit 395bce4f59a507a60a475f7ee46bed47de9482df
30447 Author: Mike Frysinger <vapier@gentoo.org>
30448 Date:   Sun Feb 24 23:58:13 2008 -0500
30449
30450     net/Blackfin: move on-chip MAC driver into drivers/net/
30451
30452     The Blackfin on-chip MAC driver was being managed in the BF537-STAMP board
30453     directory, but it is not board specific, so relocate it to the drivers dir
30454     so that other Blackfin ports can utilize it.
30455
30456     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
30457
30458 commit 8a30b4700942f37495d2e67f5998cdffb6e3ba8a
30459 Author: Mike Frysinger <vapier@gentoo.org>
30460 Date:   Sun Feb 24 23:52:35 2008 -0500
30461
30462     smc91111: use SSYNC() rather than asm(ssync) for Blackfin
30463
30464     Since the "ssync" instruction may have hardware anomalies associated with
30465     it, have the smc91111 driver use the SSYNC macro rather than invoking it
30466     directly.  We workaround all the anomalies via this macro.
30467
30468     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
30469
30470 commit 77ff7b7444ceb8022b46114f3d0b6d18e2fd1138
30471 Author: Bryan O'Donoghue <bodonoghue@codehermit.ie>
30472 Date:   Sun Feb 17 22:57:47 2008 +0000
30473
30474     8xx: Update OF support on 8xx
30475
30476     This patch does some shifting around of OF support on 8xx.
30477
30478     Signed-off-by: Bryan O'Donoghue <bodonoghue@codehermit.ie>
30479
30480 commit 9c666a7db0b2285a270c68810889ce7d5dba304b
30481 Author: Kumar Gala <galak@kernel.crashing.org>
30482 Date:   Fri Feb 15 15:16:18 2008 -0600
30483
30484     ppc: Allow boards to specify how much memory they can map
30485
30486     For historical reasons we limited the stack to 256M because some boards
30487     could only map that much via BATS.  However newer boards are capable of
30488     mapping more memory (for example 85xx is capble of doing up to 2G).
30489
30490     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30491
30492 commit a6f5f317cd074bbbfa2aab4fca05904c811c19fb
30493 Author: Bryan O'Donoghue <bodonoghue@codehermit.ie>
30494 Date:   Fri Feb 15 01:05:58 2008 +0000
30495
30496     8xx : Add OF support to Adder875 board port - resubmit
30497
30498     Signed-off-by: Bryan O'Donoghue <bodonoghue@codehermit.ie>
30499
30500 commit d058698fd2d9f769ff38ac53c8708b3fdd314f2d
30501 Author: Kumar Gala <galak@kernel.crashing.org>
30502 Date:   Thu Feb 14 20:44:42 2008 -0600
30503
30504     Add setexpr command
30505
30506     Add a simple expr style command that will set an env variable as the result
30507     of the command.  This allows us to do simple math in shell.  The following
30508     operations are supported: &, |, ^, +, -, *, /.
30509
30510     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30511
30512 commit 3f105faa64b9826e088711fdfcaa70cb1230397a
30513 Author: Jon Loeliger <jdl@freescale.com>
30514 Date:   Wed Mar 5 17:27:48 2008 -0600
30515
30516     FSL: Move board/mpc7448hpc2 under board/freescale
30517
30518     Signed-off-by: Jon Loeliger <jdl@freescale.com>
30519
30520 commit 449c703374a8868453425e15da7e2f76221b72e4
30521 Author: Jon Loeliger <jdl@freescale.com>
30522 Date:   Wed Mar 5 17:21:43 2008 -0600
30523
30524     FSL: Move board/mpc8266ads under board/freescale
30525
30526     Signed-off-by: Jon Loeliger <jdl@freescale.com>
30527
30528 commit 5863577989ad689427bb750107e9a75f1c1645d2
30529 Author: Jon Loeliger <jdl@freescale.com>
30530 Date:   Wed Mar 5 16:41:41 2008 -0600
30531
30532     FSL: Move board/mpc8260ads under board/freescale
30533
30534     Signed-off-by: Jon Loeliger <jdl@freescale.com>
30535
30536 commit 8a773983957ee6c4aa344469b742f29c7d26afbd
30537 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
30538 Date:   Tue Mar 25 21:30:08 2008 +0900
30539
30540     [MIPS] Move gth2_config from ARM section to MIPS
30541
30542     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
30543
30544 commit 373b16fc0c5ae34d28b9027f809ae3cbf45cdd15
30545 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
30546 Date:   Tue Mar 25 21:30:07 2008 +0900
30547
30548     [MIPS] Extend MIPS_MAX_CACHE_SIZE upto 64kB
30549
30550     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
30551
30552 commit d98e348e2ed5aab8f7a6471ff628ab0688b8a459
30553 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
30554 Date:   Tue Mar 25 21:30:07 2008 +0900
30555
30556     [MIPS] Fix dcache_status()
30557
30558     You can't judge UNCACHED by Config.K0 LSB.
30559
30560     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
30561
30562 commit b0c66af53ec9385ac2d1cc2e5d7d1ecdc81caf34
30563 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
30564 Date:   Tue Mar 25 21:30:07 2008 +0900
30565
30566     [MIPS] Introduce _machine_restart
30567
30568     Handles machine specific functions by using weak functions.
30569
30570     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
30571
30572 commit decaba6f5cf386d569ac3997bebb871b966c6b18
30573 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
30574 Date:   Tue Mar 25 21:30:07 2008 +0900
30575
30576     [MIPS] Cleanup CP0 Status initialization
30577
30578     Add setup_c0_status from Linux. For the moment we disable interrupts, set
30579     CU0, mark the kernel mode, and clear ERL and EXL. This is good enough for
30580     reset-time configuration and will work well across most processors.
30581
30582     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
30583
30584 commit d43d43ef2845af309c25a64bb9c2c5fb3261bc23
30585 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
30586 Date:   Tue Mar 25 21:30:07 2008 +0900
30587
30588     [MIPS] Initialize CP0 Cause before setting up CP0 Status register
30589
30590     Without this change, we'll be suffering from deffered WATCH exception
30591     once Status.EXL is cleared. Make sure Cause.WP is cleared.
30592
30593     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
30594
30595 commit 26138623230ca2bad3c78e05a65527ea70c8b688
30596 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
30597 Date:   Tue Mar 25 21:30:07 2008 +0900
30598
30599     [MIPS] INCA-IP: Move watchdog init code from start.S to lowlevel_init()
30600
30601     Move things to appropriate place.
30602
30603     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
30604
30605 commit ccf8f824ef67df028dedb29f8ea5d71a5a88d895
30606 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
30607 Date:   Tue Mar 25 21:30:06 2008 +0900
30608
30609     [MIPS] Implement flush_cache()
30610
30611     We do Hit_Writeback_Inv_D and Hit_Invalidate_I. You might think that you
30612     don't need to do Hit_Invalidate_I, but flush_cache() needs it since this
30613     function is used not only in U-Boot specfic programs but also at loading
30614     target binaries.
30615
30616     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
30617
30618 commit 2e0e5271aac917812a76c72030a2b2c6f1d3387d
30619 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
30620 Date:   Tue Mar 25 21:30:06 2008 +0900
30621
30622     [MIPS] Fix I-/D-cache initialization loops
30623
30624     Currently we do 1) Index_Store_Tag_I, 2) Fill and 3) Index_Store_Tag_I
30625     again per a loop for I-cache initialization. But according to 'See MIPS
30626     Run', we're encouraged to use three separate loops rather than combining
30627     them *for both I- and D-cache*. This patch tries to fix this.
30628
30629     In accordance with fixing above, mips_init_[id]cache are separated from
30630     mips_cache_reset(), and rewrite cache loops are completely rewritten with
30631     useful macros.
30632
30633     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
30634
30635 commit 1898840797c7f50799377bd5b285a8a93a82c419
30636 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
30637 Date:   Tue Mar 25 21:30:06 2008 +0900
30638
30639     [MIPS] Replace memory clearance code with f_fill64
30640
30641     This routine fills memory with zero by 64 bytes, and is 64-bit capable.
30642
30643     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
30644
30645 commit 2f5d414ccb4024dd0992ff6b22561732dbc73590
30646 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
30647 Date:   Tue Mar 25 21:30:06 2008 +0900
30648
30649     [MIPS] cpu/mips/cache.S: Introduce NESTED/LEAF/END macros
30650
30651     This patch replaces the current function definitions with NESTED, LEAF
30652     and END macro. They specify some more additional information about the
30653     function; an alignment of symbol, type of symbol, stack frame usage, etc.
30654     These information explicitly tells the assembler and the debugger about
30655     the types of code we want to generate.
30656
30657     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
30658
30659 commit 282223a607c611425fa33f5428f8eae6636972bb
30660 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
30661 Date:   Tue Mar 25 11:43:17 2008 +0900
30662
30663     [MIPS] asm headers' updates
30664
30665     Make some asm headers adjusted to the latest Linux kernel.
30666
30667     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
30668
30669 commit e1390801a3c1a2b6d12fa90be368efc19f5b9bfd
30670 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
30671 Date:   Tue Mar 25 11:39:29 2008 +0900
30672
30673     [MIPS] Request for the 'mips_cache_lock()' removal
30674
30675     The initial intension of having mips_cache_lock() was to use the cache
30676     as memory for temporary stack use so that a C environment can be set up
30677     as early as possible.
30678
30679     But now mips_cache_lock() follow lowlevel_init(). We've already have the
30680     real memory initilaized at this point, therefore we could/should use it.
30681     No reason to lock at all.
30682
30683     Other problems:
30684
30685     Cache locking is not consistent across MIPS implementaions. Some imple-
30686     mentations don't support locking at all. The style of locking varies -
30687     some support per line locking, others per way, etc. Some parts use bits
30688     in status registers instead of cache ops. Current mips_cache_lock() is
30689     not necessarily general-purpose.
30690
30691     And this is worthy of special mention; once U-Boot/MIPS locks the lines,
30692     they are never get unlocked, so the code relies on whatever gets loaded
30693     after U-Boot to re-initialize the cache and clear the locks. We're sup-
30694     posed to have CFG_INIT_RAM_LOCK and unlock_ram_in_cache() implemented,
30695     but leave the situation as it is for a long time.
30696
30697     For these reasons, I proposed the removal of mips_cache_lock() from the
30698     global start-up code.
30699
30700     This patch adds CFG_INIT_RAM_LOCK_MIPS to make existing users aware that
30701     *things have changed*. If he wants the same behavior as before, he needs
30702     to have CFG_INIT_RAM_LOCK_MIPS in his config file.
30703
30704     If we don't have any regression report through several releases, then
30705     we'll remove codes entirely.
30706
30707     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
30708     Acked-by: Andrew Dyer <amdyer@gmail.com>
30709
30710 commit 0d48926c87ec96f974a6ac4034f4a2f2eab3255f
30711 Author: Yuri Tikhonov <yur@emcraft.com>
30712 Date:   Mon Mar 24 11:30:54 2008 +0100
30713
30714     lwmon5 SYSMON POST: fix backlight control
30715
30716     If the LWMON5 config has SYSMON POST among CONFIG_POSTs which may be
30717     run on the board, then the SYSMON POST controls the display backlight
30718     (doesn't switch backlight ON if POST FAILED, and does switch the
30719     backlight ON if PASSED).
30720
30721     If not, then the video driver controls the display backlight (just
30722     switch ON the backlight upon initialization).
30723
30724     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
30725
30726 commit ff2bdfb2c1e073f65c065011f1e18d0a130bd3d8
30727 Author: Yuri Tikhonov <yur@emcraft.com>
30728 Date:   Mon Mar 24 11:29:14 2008 +0100
30729
30730     lwmon5 SYSMON POST: fix handling of negative temperatures
30731
30732     Fix errors in the LWMON5 Sysmon POST for negative temperatures.
30733
30734     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
30735
30736 commit 55774b512fdf63c0516d441cc5da7c54bbffb7f2
30737 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
30738 Date:   Fri Mar 7 16:04:25 2008 +0900
30739
30740     pci: Add CONFIG_PCI_SKIP_HOST_BRIDGE config option
30741
30742     In current source code, when the device number of PCI is 0, process PCI
30743     bridge without fail. However, when the device number is 0, it is not PCI
30744     always bridge. There are times when device of PCI allocates.
30745
30746     When CONFIG_PCI_SKIP_HOST_BRIDGE is enable, this problem is solved when
30747     use this patch.
30748
30749     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
30750     Acked-by: Stefan Roese <sr@denx.de>
30751
30752 commit 86aea3eaefa248ffb9328e2b50c64720489cdbeb
30753 Author: Yuri Tikhonov <yur@emcraft.com>
30754 Date:   Fri Mar 21 09:18:40 2008 +0100
30755
30756     LWMON5: fix dsPIC POST
30757
30758     Add test for DPIC_SYS_ERROR_REG to be zero in the LWMON5 dsPIC POST.
30759
30760     Signed-off-by: Yuri Tikhonov <yur@emcraft.com> ---
30761
30762 commit 388b82fddc7c05596f3f615f190da0448227dc82
30763 Author: Bartlomiej Sieka <tur@semihalf.com>
30764 Date:   Thu Mar 20 23:23:13 2008 +0100
30765
30766     [new uImage] Enable new uImage support for the pcs440ep board.
30767
30768     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
30769
30770 commit 95f4ec2b9c910c7261e6f060ea530d58b039692d
30771 Author: Bartlomiej Sieka <tur@semihalf.com>
30772 Date:   Thu Mar 20 23:23:13 2008 +0100
30773
30774     [new uImage] Do not compile new uImage format support by default
30775
30776     Disable default building of new uImage format support in preparation
30777     for merge with the master. Support for new format can be enabled on
30778     a per-board basis, by defining the following in the board's config file:
30779
30780     #define CONFIG_FIT             1
30781     #define CONFIG_OF_LIBFDT       1
30782
30783     This can be optionally defined to give more verbose output:
30784
30785     #define CONFIG_FIT_VERBOSE     1 /* enable fit_format_{error,warning}() */
30786
30787     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
30788
30789 commit dafaede8a46c7159310239e036c93e31c6374487
30790 Author: Bartlomiej Sieka <tur@semihalf.com>
30791 Date:   Thu Mar 20 23:20:31 2008 +0100
30792
30793     [new uImage] Disable debuging output in preparation for merge with master
30794
30795     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
30796
30797 commit fbe7a155027beacebaee9b32e1ada781fe924bca
30798 Author: Bartlomiej Sieka <tur@semihalf.com>
30799 Date:   Thu Mar 20 19:38:45 2008 +0100
30800
30801     [new uImage] Compilation and new uImage handling fixes for imxtract
30802
30803     Fix imxtract command not being compiled-in despite CONFIG_CMD_XIMG being in
30804     include/config_cmd_default.h. Fix few warnings and handling of new format
30805     images.
30806
30807     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
30808
30809 commit 36cc8cbb3379d5166f882641123521735c469f92
30810 Author: Bartlomiej Sieka <tur@semihalf.com>
30811 Date:   Thu Mar 20 23:10:19 2008 +0100
30812
30813     [new uImage] Fix autoscr command used with new uImage format
30814
30815     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
30816
30817 commit 43142e817f0597be412e7cbe19413f5532eafa5d
30818 Author: Bartlomiej Sieka <tur@semihalf.com>
30819 Date:   Thu Mar 20 23:10:19 2008 +0100
30820
30821     [new uImage] Fix *.its files location in documentation
30822
30823     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
30824
30825 commit 81a0ac62ea29f8252d0a714709d0ecfdbba2a15e
30826 Author: Wolfgang Denk <wd@denx.de>
30827 Date:   Thu Mar 20 22:01:38 2008 +0100
30828
30829     lwmon5 POST: remove unreachable code
30830
30831     plus some coding style cleanup
30832
30833     Signed-off-by: Wolfgang Denk <wd@denx.de>
30834
30835 commit b73a19e1609d0f705cbab8014ca17aefe89e4c76
30836 Author: Yuri Tikhonov <yur@emcraft.com>
30837 Date:   Thu Mar 20 17:56:04 2008 +0300
30838
30839     LWMON5: POST RTC fix
30840
30841     Modify the RTC API to provide one a status for the time reported by
30842     the rtc_get() function:
30843       0 - a reliable time is guaranteed,
30844     < 0 - a reliable time isn't guaranteed (power fault, clock issues,
30845           and so on).
30846
30847     The RTC chip drivers are responsible for providing this info if the
30848     corresponding chip supports such functionality. If not - always
30849     report that the time is reliable.
30850
30851     The POST RTC test was modified to detect the RTC faults utilizing
30852     this new rtc_get() feature.
30853
30854     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
30855
30856 commit a5cc5555ccee596908a7d8cf22a104f6b993bfd5
30857 Author: Martin Krause <martin.krause@tqs.de>
30858 Date:   Wed Mar 19 14:25:14 2008 +0100
30859
30860     TQM5200B: update MTD partition layout
30861
30862     - insert partition for dtb blob to TQM5200B MTD layout
30863     - set env variables dependent on the configured board
30864       (TQM5200 or TQM5200B)
30865
30866     Signed-off-by: Martin Krause <martin.krause@tqs.de>
30867
30868 commit f0105727d132f56a21fa3ed8b162309cca6cac44
30869 Author: Stefan Roese <sr@denx.de>
30870 Date:   Wed Mar 19 07:09:26 2008 +0100
30871
30872     CFI: Small cleanup for FLASH_SHOW_PROGRESS
30873
30874     With this patch we don't need that many #ifdef's in the code. It moves
30875     the subtraction into the macro and defines a NOP-macro when
30876     CONFIG_FLASH_SHOW_PROGRESS is not defined.
30877
30878     Signed-off-by: Stefan Roese <sr@denx.de>
30879     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
30880
30881 commit 9a042e9ca512beaaa2cb450274313fc477141241
30882 Author: Jerry Van Baren <gvb.uboot@gmail.com>
30883 Date:   Sat Mar 8 13:48:01 2008 -0500
30884
30885     Flash programming progress countdown.
30886
30887     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
30888
30889 commit 5e339fd9ed539a7d7fec59cfc88f0857ab26a53f
30890 Author: Bartlomiej Sieka <tur@semihalf.com>
30891 Date:   Wed Mar 19 10:00:06 2008 +0100
30892
30893     [new uImage] Fix style issue spotted by Wolfgang Denk <wd@denx.org>
30894
30895     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
30896
30897 commit 11abe45c48ec3485a6c1a5168ce8d79c3288adc1
30898 Author: David Gibson <david@gibson.dropbear.id.au>
30899 Date:   Mon Feb 18 18:09:04 2008 +1100
30900
30901     libfdt: Remove no longer used code from fdt_node_offset_by_compatible()
30902
30903     Since fdt_node_offset_by_compatible() was converted to the new
30904     fdt_next_node() iterator, a chunk of initialization code became
30905     redundant, but was not removed by oversight.  This patch cleans it up.
30906
30907     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
30908
30909 commit d0ccb9b140b472039732de102fc14597eedb14df
30910 Author: David Gibson <david@gibson.dropbear.id.au>
30911 Date:   Mon Feb 18 18:06:31 2008 +1100
30912
30913     libfdt: Trivial cleanup for CHECK_HEADER)
30914
30915     Currently the CHECK_HEADER() macro is defined local to fdt_ro.c.
30916     However, there are a handful of functions (fdt_move, rw_check_header,
30917     fdt_open_into) from other files which could also use it (currently
30918     they open-code something more-or-less identical).  Therefore, this
30919     patch moves CHECK_HEADER() to libfdt_internal.h and uses it in those
30920     places.
30921
30922     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
30923
30924 commit fe30a354cdbb808b5f15366a935b151a4ccee74f
30925 Author: Kumar Gala <galak@kernel.crashing.org>
30926 Date:   Wed Feb 20 14:32:36 2008 -0600
30927
30928     Fix fdt boardsetup command parsing
30929
30930     The introduciton of the 'fdt bootcpu' broke parsing for 'fdt boardsetup'.
30931
30932     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30933
30934 commit 804887e6001e2f00bea11431bf34d6d472512cda
30935 Author: Kumar Gala <galak@kernel.crashing.org>
30936 Date:   Fri Feb 15 03:34:36 2008 -0600
30937
30938     Add sub-commands to fdt
30939
30940     fdt header                          - Display header info
30941     fdt bootcpu <id>                    - Set boot cpuid
30942     fdt memory <addr> <size>            - Add/Update memory node
30943     fdt rsvmem print                    - Show current mem reserves
30944     fdt rsvmem add <addr> <size>        - Add a mem reserve
30945     fdt rsvmem delete <index>           - Delete a mem reserves
30946
30947     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30948
30949 commit f84d65f9b085ffbed464d1d58e8aaa8f5a2efc07
30950 Author: David Gibson <david@gibson.dropbear.id.au>
30951 Date:   Thu Feb 14 16:50:34 2008 +1100
30952
30953     libfdt: Fix NOP handling bug in fdt_add_subnode_namelen()
30954
30955     fdt_add_subnode_namelen() has a bug if asked to add a subnode to a
30956     node which has NOP tags interspersed with its properties.  In this
30957     case fdt_add_subnode_namelen() will put the new subnode before the
30958     first NOP tag, even if there are properties after it, which will
30959     result in an invalid blob.
30960
30961     This patch fixes the bug, and adds a testcase for it.
30962
30963     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
30964
30965 commit ae0b5908de3b9855f8931bc9b32c9fc4962df5a9
30966 Author: David Gibson <david@gibson.dropbear.id.au>
30967 Date:   Tue Feb 12 11:58:31 2008 +1100
30968
30969     libfdt: Add and use a node iteration helper function.
30970
30971     This patch adds an fdt_next_node() function which can be used to
30972     iterate through nodes of the tree while keeping track of depth.  This
30973     function is used to simplify the iteration code in a lot of other
30974     functions, and is also exported for use by library users.
30975
30976     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
30977
30978 commit 9eaeb07a7185d852c7aa10735ecd4e9edf24fb5d
30979 Author: David Gibson <david@gibson.dropbear.id.au>
30980 Date:   Fri Jan 11 14:55:05 2008 +1100
30981
30982     libfdt: Add fdt_set_name() function
30983
30984     This patch adds an fdt_set_name() function to libfdt, mirroring
30985     fdt_get_name().  This is a r/w function which alters the name of a
30986     given device tree node.
30987
30988     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
30989
30990 commit 23e20aa6488e6c0622496549861bfdc74108debe
30991 Author: Yuri Tikhonov <yur@pollux.denx.de>
30992 Date:   Tue Mar 18 13:33:30 2008 +0100
30993
30994     lwmon5: Fix register test logic to match the specific GDC h/w.
30995
30996     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
30997     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
30998
30999 commit 46bc0a938779aa1d664b847d36b08aa00f22e539
31000 Author: Yuri Tikhonov <yur@pollux.denx.de>
31001 Date:   Tue Mar 18 13:27:57 2008 +0100
31002
31003     Fix backlight in the lwmon5 POST.
31004
31005     Backlight was switched on even when temperature was too low.
31006
31007     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
31008     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
31009
31010 commit 3d61018643a2cd38c145aa6dde53f3f5f1a0e9cf
31011 Author: Yuri Tikhonov <yur@pollux.denx.de>
31012 Date:   Wed Feb 6 18:48:36 2008 +0100
31013
31014     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).
31015
31016      To enable this, alternative, configuration the U-Boot board configuration
31017     file for lwmon5 includes the definitions of alternative addresses for header
31018     (CONFIG_ALT_LH_ADDR) and buffer (CONFIG_ALT_LB_ADDR).
31019
31020      The Linux shall be configured with the CONFIG_ALT_LB_LOCATION option set,
31021     and has the BOARD_ALT_LH_ADDR and BOARD_ALT_LB_ADDR constants defined in the
31022     lwmon5 board-specific header (arch/ppc/platforms/4xx/lwmon5.h).
31023
31024     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
31025
31026 commit 0f009f781b5b88f25769e154ea4d42db13baf0c6
31027 Author: Yuri Tikhonov <yur@pollux.denx.de>
31028 Date:   Mon Feb 4 17:11:53 2008 +0100
31029
31030     Add support for the lwmon5 board reset via GPIO58.
31031
31032     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
31033     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
31034
31035 commit f694e32f93565ec1fa8d0226c584d6b89e931ed9
31036 Author: Yuri Tikhonov <yur@pollux.denx.de>
31037 Date:   Mon Feb 4 17:09:55 2008 +0100
31038
31039     Some fixes to dspic, fpga, and gdc post tests for lwmon5. Disable external watch-dog for now.
31040
31041     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
31042     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
31043
31044 commit b428f6a8c65c5303e5f96db8d24f2f699d94a98c
31045 Author: Yuri Tikhonov <yur@pollux.denx.de>
31046 Date:   Mon Feb 4 14:11:03 2008 +0100
31047
31048     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.
31049
31050     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
31051     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
31052
31053 commit 8f15d4addd49c956412e1e3bfc764a0c8b1f3184
31054 Author: Yuri Tikhonov <yur@pollux.denx.de>
31055 Date:   Mon Feb 4 14:10:42 2008 +0100
31056
31057     The patch adds new POST tests for the Lwmon5 board. These are:
31058
31059     * External Watchdog test;
31060     * dsPIC tests;
31061     * FPGA test;
31062     * GDC test;
31063     * Sysmon tests.
31064
31065     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
31066     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
31067
31068 commit c2ed33efbfff5767bca236828e021c55fd547b6c
31069 Author: Yuri Tikhonov <yur@pollux.denx.de>
31070 Date:   Mon Feb 4 14:10:01 2008 +0100
31071
31072     Enable CODEC POST with CFG_POST_CODEC rather than with CFG_POST_DSP.
31073
31074     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
31075
31076 commit 3a5d1e7f1309998791702b2a559e3126781746b9
31077 Author: Yuri Tikhonov <yur@pollux.denx.de>
31078 Date:   Tue Mar 18 13:33:30 2008 +0100
31079
31080     lwmon5: Fix register test logic to match the specific GDC h/w.
31081
31082     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
31083     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
31084
31085 commit 0f855a1f056a8c22116a2103a3900cbfb669df0b
31086 Author: Yuri Tikhonov <yur@pollux.denx.de>
31087 Date:   Tue Mar 18 13:27:57 2008 +0100
31088
31089     Fix backlight in the lwmon5 POST.
31090
31091     Backlight was switcehd on even when temperature was too low.
31092
31093     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
31094     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
31095
31096 commit 2d991958b1e420fbfe17b128bd26ade74be5efcc
31097 Author: Yuri Tikhonov <yur@pollux.denx.de>
31098 Date:   Wed Feb 6 18:48:36 2008 +0100
31099
31100      The patch introduces the alternative configuration of the log buffer for
31101     the lwmon5 board: the storage for the log-buffer itself is OCM(on-chip memory),
31102     the log-buffer header is moved to six GPT registers (PPC440EPX_GPT0_COMP1, ...,
31103     PPC440EPX_GPT0_COMP5).
31104
31105      To enable this, alternative, configuration the U-Boot board configuration
31106     file for lwmon5 includes the definitions of alternative addresses for header
31107     (CONFIG_ALT_LH_ADDR) and buffer (CONFIG_ALT_LB_ADDR).
31108
31109      The Linux shall be configured with the CONFIG_ALT_LB_LOCATION option set,
31110     and has the BOARD_ALT_LH_ADDR and BOARD_ALT_LB_ADDR constants defined in the
31111     lwmon5 board-specific header (arch/ppc/platforms/4xx/lwmon5.h).
31112
31113     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
31114
31115 commit ff818b21b069f4bc9cb73373cc5a16014be101b7
31116 Author: Yuri Tikhonov <yur@pollux.denx.de>
31117 Date:   Mon Feb 4 17:11:53 2008 +0100
31118
31119     Add support for the lwmon5 board reset via GPIO58.
31120
31121     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
31122     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
31123
31124 commit 603f194e5ad81bb2ef42d6d8aaa74de175bcb411
31125 Author: Yuri Tikhonov <yur@pollux.denx.de>
31126 Date:   Mon Feb 4 17:09:55 2008 +0100
31127
31128     Some fixes to dspic, fpga, and gdc post tests for lwmon5.
31129     Disable external watch-dog for now.
31130
31131     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
31132     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
31133
31134 commit e262efe35742c1ad4b0966ff501efc26f34a0aec
31135 Author: Yuri Tikhonov <yur@pollux.denx.de>
31136 Date:   Mon Feb 4 14:11:03 2008 +0100
31137
31138     The patch introduces the CRITICAL feature of POST tests. If the test
31139     marked as POST_CRITICAL fails then the alternative, post_critical,
31140     boot-command is used. If this command is not defined then U-Boot
31141     enters into interactive mode.
31142
31143     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
31144     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
31145
31146 commit 65b20dcefc89618193fa51947968dada91e4c778
31147 Author: Yuri Tikhonov <yur@pollux.denx.de>
31148 Date:   Mon Feb 4 14:10:42 2008 +0100
31149
31150     The patch adds new POST tests for the Lwmon5 board.
31151     These are:
31152
31153     * External Watchdog test;
31154     * dsPIC tests;
31155     * FPGA test;
31156     * GDC test;
31157     * Sysmon tests.
31158
31159     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
31160     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
31161
31162 commit 8dc3b2303d2b57c774b609ca0e7043ed8f9b88c1
31163 Author: Yuri Tikhonov <yur@pollux.denx.de>
31164 Date:   Mon Feb 4 14:10:01 2008 +0100
31165
31166     Enable CODEC POST with CFG_POST_CODEC rather than with CFG_POST_DSP.
31167
31168     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
31169
31170 commit 3515fd18d4e8e44f863ac7142b55e22b109e9af2
31171 Author: Wolfgang Denk <wd@denx.de>
31172 Date:   Tue Mar 18 17:35:51 2008 +0100
31173
31174     HMI1001: fix compile problem.
31175
31176     Signed-off-by: Wolfgang Denk <wd@denx.de>
31177
31178 commit 1f2a9970109cebf7446e0503b10b71f8673045ee
31179 Author: Mike Frysinger <vapier@gentoo.org>
31180 Date:   Mon Feb 18 05:32:30 2008 -0500
31181
31182     Blackfin: BF537-stamp: drop board-specific flash driver for CFI
31183
31184     The parallel flash on the BF537-STAMP is CFI compliant, so there is no need
31185     for the board specific driver at all.  Just use the common CFI driver.
31186
31187     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31188
31189 commit 5b22163fef865af2b6bfb6b75f1b7bf443ce170c
31190 Author: Mike Frysinger <vapier@gentoo.org>
31191 Date:   Tue Feb 19 00:36:14 2008 -0500
31192
31193     Blackfin: add proper ELF markings to some assembly functions
31194
31195     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31196
31197 commit cf675d3b2b9c3511c1d99bc8f8f38fd2f08bfcaf
31198 Author: Mike Frysinger <vapier@gentoo.org>
31199 Date:   Tue Feb 19 00:35:17 2008 -0500
31200
31201     Blackfin: new cplbinfo command for viewing cplb tables
31202
31203     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31204
31205 commit aadb72503cd1602349a5fe53356d5f55ecc1b900
31206 Author: Mike Frysinger <vapier@gentoo.org>
31207 Date:   Mon Feb 18 05:37:51 2008 -0500
31208
31209     Blackfin: update MAINTAINERS list
31210
31211     Add maintainer information for the Blackfin boards.
31212
31213     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31214
31215 commit f7ce12cb65a30c6e152eecf26f0304b7d78cf39d
31216 Author: Mike Frysinger <vapier@gentoo.org>
31217 Date:   Mon Feb 18 05:26:48 2008 -0500
31218
31219     Blackfin: convert BFIN_CPU to CONFIG_BFIN_CPU
31220
31221     Stop tying things to the processor that should be tied to other defines and
31222     change BFIN_CPU to CONFIG_BFIN_CPU so that it can be used in the build
31223     system to select the -mcpu option.
31224
31225     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31226
31227 commit 86a20fb920bd198105acf7b1191117f566d637ed
31228 Author: Mike Frysinger <vapier@gentoo.org>
31229 Date:   Sat Feb 16 07:40:36 2008 -0500
31230
31231     Blackfin: move bootldr command to common code
31232
31233     This moves the Blackfin-common bootldr command out of the BF537-STAMP
31234     specific board directory and into the common directory so that all Blackfin
31235     boards may utilize it.
31236
31237     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31238
31239 commit decbe029b2a9d3333d02c433389b1c821eea96d7
31240 Author: Heiko Schocher <hs@denx.de>
31241 Date:   Fri Mar 14 11:05:20 2008 +0100
31242
31243     mgcoge: update configuration
31244
31245     Fix configuration for mgcoge board
31246
31247     Signed-off-by: Heiko Schocher <hs@denx.de>
31248
31249 commit c136724cda0219c49f1d4b346f00da29b14fdf14
31250 Author: Wolfgang Denk <wd@denx.de>
31251 Date:   Sun Mar 16 01:22:59 2008 +0100
31252
31253     drivers/rtc/Makefile: keep list sorted
31254
31255     Signed-off-by: Wolfgang Denk <wd@denx.de>
31256
31257 commit 9536dfcce03e7be4ccbceb47a08d9ba07ada362f
31258 Author: Tor Krill <tor@excito.com>
31259 Date:   Sat Mar 15 15:40:26 2008 +0100
31260
31261     Add support for Intersil isl1208 RTC
31262
31263     Signed-off-by: Tor Krill <tor@excito.com>
31264
31265 commit 0210cff3d079d97b2156b13685ee8de368e68a1a
31266 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31267 Date:   Sat Mar 15 17:36:41 2008 +0100
31268
31269     cramfs: Fix ifdef
31270
31271     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31272
31273 commit 0b8f2a27861a9fd06eb55a34f855ec9c5102aab4
31274 Author: Wolfgang Denk <wd@denx.de>
31275 Date:   Sun Mar 16 01:12:58 2008 +0100
31276
31277     Conding style cleanup
31278
31279     Signed-off-by: Wolfgang Denk <wd@denx.de>
31280
31281 commit 41712b4e8c95dff23354bcd620e1f9477160c190
31282 Author: Stefan Roese <sr@denx.de>
31283 Date:   Wed Mar 5 12:31:53 2008 +0100
31284
31285     ppc4xx: Add USB OHCI support to AMCC Canyonlands 460EX eval board
31286
31287     This patch adds USB OHCI support to the Canyonlands board port. It also
31288     enables EXT2 support.
31289
31290     Signed-off-by: Stefan Roese <sr@denx.de>
31291
31292 commit 2596f5b9d353ff3e4387a3325d05740f16958038
31293 Author: Stefan Roese <sr@denx.de>
31294 Date:   Wed Mar 5 12:29:32 2008 +0100
31295
31296     usb: Add CFG_OHCI_USE_NPS to common USB-OHCI driver
31297
31298     This patch adds CFG_OHCI_USE_NPS to the common USB-OHCI driver. This
31299     way a board just needs to define this new option to enable the "force
31300     NoPowerSwitching mode" instead of adding new CPU/architecture defines
31301     to the USB source itself.
31302
31303     This new option will be used first with the new AMCC 460EX Canyonlands
31304     board port, which will be posted in a few days.
31305
31306     This patch also fixes a small compilation problem when DEBUG is enabled.
31307
31308     Signed-off-by: Stefan Roese <sr@denx.de>
31309
31310 commit 71665ebf88408ff2acb762af47989fd4365b321a
31311 Author: Stefan Roese <sr@denx.de>
31312 Date:   Mon Mar 3 17:27:02 2008 +0100
31313
31314     ppc4xx: Add Canyonlands NAND booting support
31315
31316     460EX doesn't support a fixed bootstrap option to boot from 512 byte page
31317     NAND devices. The only bootstrap option for NAND booting is option F for
31318     2k page devices. So to boot from a 512 bype page device, the I2C bootstrap
31319     EEPROM needs to be programmed accordingly.
31320
31321     This patch adds basic NAND booting support for the AMCC Canyonlands aval
31322     board and also adds support to the "bootstrap" command, to enable NAND
31323     booting I2C setting.
31324
31325     Tested with 512 byte page NAND device (32MByte) on Canyonlands.
31326
31327     Signed-off-by: Stefan Roese <sr@denx.de>
31328
31329 commit c813f1f835a7edfdb929f2843b09db72cd5cd2f2
31330 Author: Stefan Roese <sr@denx.de>
31331 Date:   Tue Mar 11 16:53:00 2008 +0100
31332
31333     ppc4xx: Add AMCC Canyonlands support (460EX) (3/3)
31334
31335     This patch adds support for the AMCC Canyonlands 460EX evaluation
31336     board.
31337
31338     Signed-off-by: Stefan Roese <sr@denx.de>
31339
31340 commit 6983fe21f774a924d3adb263a270bc2f301f2aa2
31341 Author: Stefan Roese <sr@denx.de>
31342 Date:   Tue Mar 11 16:52:24 2008 +0100
31343
31344     ppc4xx: Add AMCC Canyonlands support (460EX) (2/3)
31345
31346     This patch adds support for the AMCC Canyonlands 460EX evaluation
31347     board.
31348
31349     Signed-off-by: Stefan Roese <sr@denx.de>
31350
31351 commit 8e1a3fe545bbcfceafe183344ebc9f1ad03819c1
31352 Author: Stefan Roese <sr@denx.de>
31353 Date:   Tue Mar 11 16:51:17 2008 +0100
31354
31355     ppc4xx: Add AMCC Canyonlands support (460EX) (1/3)
31356
31357     This patch adds support for the AMCC Canyonlands 460EX evaluation
31358     board.
31359
31360     Signed-off-by: Stefan Roese <sr@denx.de>
31361
31362 commit 43c60992cdf72496e7eaaa3fbd37ebbe75835f69
31363 Author: Stefan Roese <sr@denx.de>
31364 Date:   Tue Mar 11 15:11:43 2008 +0100
31365
31366     ppc4xx: Add basic support for AMCC 460EX/460GT (5/5)
31367
31368     This patch adds basic support for the AMCC 460EX/460GT PPC's.
31369
31370     Signed-off-by: Stefan Roese <sr@denx.de>
31371
31372 commit 6f2eb3f3d8ea2dbb224d0da5a12038693bab9945
31373 Author: Stefan Roese <sr@denx.de>
31374 Date:   Tue Mar 11 15:11:18 2008 +0100
31375
31376     ppc4xx: Add basic support for AMCC 460EX/460GT (4/5)
31377
31378     This patch adds basic support for the AMCC 460EX/460GT PPC's.
31379
31380     Signed-off-by: Stefan Roese <sr@denx.de>
31381
31382 commit 999ecd5aca381984d8ebbeb207ece82a1c275577
31383 Author: Stefan Roese <sr@denx.de>
31384 Date:   Tue Mar 11 15:07:10 2008 +0100
31385
31386     ppc4xx: Add basic support for AMCC 460EX/460GT (3/5)
31387
31388     This patch adds basic support for the AMCC 460EX/460GT PPC's.
31389
31390     Signed-off-by: Stefan Roese <sr@denx.de>
31391
31392 commit 2801b2d2a9906f206ab9ee8d0b6e746d2b7fe05a
31393 Author: Stefan Roese <sr@denx.de>
31394 Date:   Tue Mar 11 15:05:50 2008 +0100
31395
31396     ppc4xx: Add basic support for AMCC 460EX/460GT (2/5)
31397
31398     This patch adds basic support for the AMCC 460EX/460GT PPC's.
31399
31400     Signed-off-by: Stefan Roese <sr@denx.de>
31401
31402 commit 8ac41e3e37c3080c6b1d9461d654161cfe2aa492
31403 Author: Stefan Roese <sr@denx.de>
31404 Date:   Tue Mar 11 15:05:26 2008 +0100
31405
31406     ppc4xx: Add basic support for AMCC 460EX/460GT (1/5)
31407
31408     This patch adds basic support for the AMCC 460EX/460GT PPC's.
31409
31410     Signed-off-by: Stefan Roese <sr@denx.de>
31411
31412 commit 56e410178375d9f20be25fb24e180974f0ae120b
31413 Author: Stefan Roese <sr@denx.de>
31414 Date:   Tue Feb 19 22:07:57 2008 +0100
31415
31416     ppc4xx: interrupt.c reworked
31417
31418     This patch is a rework of the 4xx interrupt handling done while
31419     adding the 460EX/GT support. Interrupts are needed on 4xx for the
31420     EMAC driver.
31421
31422     Signed-off-by: Stefan Roese <sr@denx.de>
31423
31424 commit 84a999b6cdd0b02dc7de2cacc306eaa84afe2b46
31425 Author: Stefan Roese <sr@denx.de>
31426 Date:   Tue Feb 19 22:01:57 2008 +0100
31427
31428     ppc4xx: program_tlb now uses 64bit physical addess
31429
31430     This patch changes the physical addess parameter from 32bit to 64bit.
31431     This is needed for 36bit 4xx platforms to access areas located
31432     beyond the 4GB border, like SoC peripherals (EBC etc.).
31433
31434     Signed-off-by: Stefan Roese <sr@denx.de>
31435
31436 commit c3307fa186af85771924c434997089b8104c0a46
31437 Author: Stefan Roese <sr@denx.de>
31438 Date:   Tue Feb 19 21:58:25 2008 +0100
31439
31440     ppc4xx: miiphy.c reworked
31441
31442     While adding the 460EX/GT support I reworked the 4xx miiphy code. It
31443     badly neede some cleanup.
31444
31445     Signed-off-by: Stefan Roese <sr@denx.de>
31446
31447 commit 88aff62df39c0756241ea9f9b5a7b3ade26cb82b
31448 Author: Stefan Roese <sr@denx.de>
31449 Date:   Tue Feb 19 16:21:49 2008 +0100
31450
31451     rtc: Add M41T62 support
31452
31453     This patch add support for the STM M41T62 RTC. It is used and tested
31454     on the AMCC Canyonlands 406EX platform.
31455
31456     Signed-off-by: Stefan Roese <sr@denx.de>
31457
31458 commit 217d383e201adc7f2271145ae345ea5eae2b7170
31459 Author: Niklaus Giger <niklaus.giger@netstal.com>
31460 Date:   Mon Feb 25 18:46:43 2008 +0100
31461
31462     ppc4xx: Add 405GPr based MCU25 board specific files
31463
31464     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
31465
31466 commit 75a66dcdb383863ad33f0534cfc27b7a86947dad
31467 Author: Niklaus Giger <niklaus.giger@netstal.com>
31468 Date:   Mon Feb 25 18:46:42 2008 +0100
31469
31470     ppc4xx: Add 405GPr based MCU25 board config file
31471
31472     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
31473
31474 commit b05f35436b733a240559e77e46bed8439665ecc5
31475 Author: Niklaus Giger <niklaus.giger@netstal.com>
31476 Date:   Mon Feb 25 18:46:41 2008 +0100
31477
31478     ppc4xx: Add 405GPr based MCU25 board. Global files
31479
31480     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
31481
31482 commit 14c27b35ac812a71abce6e3e2f4129d5e9313660
31483 Author: Niklaus Giger <niklaus.giger@netstal.com>
31484 Date:   Mon Feb 25 18:37:02 2008 +0100
31485
31486     ppc4xx: HCU4/5. remove obsolete hcu_flash.c
31487
31488     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
31489
31490 commit a079494853cc2bfeddb26673219db0b4b2b31566
31491 Author: Niklaus Giger <niklaus.giger@netstal.com>
31492 Date:   Mon Feb 25 18:37:01 2008 +0100
31493
31494     ppc4xx: HCU4/5. Use FLASH_CFI_LEGACY
31495
31496     Cleanup: Remove custom flash driver for 8 bit boot-eprom and replace it with
31497     the FLASH_CFI_LEGACY et al. config options.
31498
31499     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
31500
31501 commit e4170e5a50c8110f792bc37472833ae669d69951
31502 Author: Stefan Roese <sr@denx.de>
31503 Date:   Tue Mar 11 13:52:25 2008 +0100
31504
31505     ppc4xx: Fix comment in 405EX DDR2 init code
31506
31507     Signed-off-by: Stefan Roese <sr@denx.de>
31508
31509 commit 766529fccc860ecb9e955b4239dff69cd9e4ea09
31510 Author: Bartlomiej Sieka <tur@semihalf.com>
31511 Date:   Fri Mar 14 16:22:34 2008 +0100
31512
31513     Add MD5 support to the new uImage format
31514
31515     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
31516
31517 commit 0ede0c383530a418cf98be9122371a86573cd0db
31518 Author: Bartlomiej Sieka <tur@semihalf.com>
31519 Date:   Fri Mar 14 16:22:34 2008 +0100
31520
31521     Add the MD5 algorithm
31522
31523     MD5 supoprt is turned on by defining CONFIG_MD5, the digest can be then
31524     calculated using the md5() function -- see include/md5.h for details.
31525
31526     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
31527
31528 commit b8aa57b5d4d69e8f0810a5e632c0ce41c0f46ee0
31529 Author: Wolfgang Denk <wd@denx.de>
31530 Date:   Fri Mar 14 16:04:54 2008 +0100
31531
31532     tools/setlocalversion: use a git-describe-ish format
31533
31534     Change the automatic local version to have the form -nnnnn-gSHA1SUMID,
31535     where 'nnnnn' is the number of commits since the last tag (i.e.,
31536     1.3.2-rc3).  This makes it much easier to recognize "newer" versions
31537     and to see how much has been changed since the referenced tag.
31538
31539     Stolen from Linux kernel's scripts/setlocalversio, see commit d882421f.
31540
31541     Signed-off-by: Wolfgang Denk <wd@denx.de>
31542
31543 commit c6dc21c84de0f159a1752c5ebd33cff843f63609
31544 Author: Wolfgang Denk <wd@denx.de>
31545 Date:   Thu Mar 13 14:32:03 2008 +0100
31546
31547     HMI1001: add support for MPC5200 Rev. B processors.
31548
31549     Signed-off-by: Wolfgang Denk <wd@denx.de>
31550
31551 commit 90f13dce7a7a9a84d5730576c9a24d0dbb07cb3a
31552 Author: Wolfgang Denk <wd@denx.de>
31553 Date:   Thu Mar 13 14:29:49 2008 +0100
31554
31555     TQM5200: remove dead code
31556
31557     This board never used a MGT5100 processor.
31558
31559     Signed-off-by: Wolfgang Denk <wd@denx.de>
31560
31561 commit afe45c87e3c5d77bad76b1a57dccd20764d45b5d
31562 Author: Marian Balakowicz <m8@semihalf.com>
31563 Date:   Wed Mar 12 12:14:15 2008 +0100
31564
31565     [new uImage] Fix build issue on ARM
31566
31567     ARM platforms don't have a bd->bi_memsize so use bd->bi_dram[0].size instead.
31568
31569     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
31570
31571 commit 3310c549a73a949430bfda90876df7552a1dab0c
31572 Author: Marian Balakowicz <m8@semihalf.com>
31573 Date:   Wed Mar 12 12:13:13 2008 +0100
31574
31575     [new uImage] Add new uImage format documentation and examples
31576
31577     Create doc/uImage.FIT documentation directory with the following files:
31578     - command_syntax_extensions.txt : extended command syntax description
31579     - howto.txt                     : short usage howto
31580     - source_file_format.txt        : internal new uImage format description
31581
31582     Add example image source files:
31583     - kernel.its
31584     - kernel_fdt.its
31585     - multi.its
31586
31587     Update README appropriately.
31588
31589     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
31590     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
31591
31592 commit 1ec73761d2e247078f4520a265d463e8b73391a2
31593 Author: Marian Balakowicz <m8@semihalf.com>
31594 Date:   Wed Mar 12 10:35:52 2008 +0100
31595
31596     [new uImage] Fix definition of common bootm_headers_t fields
31597
31598     verify, autostart and lmb fields are used regardless of CONFIG_FIT
31599     setting, move their definitions to common section.
31600
31601     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
31602
31603 commit 1d1cb4270edc6a99276834064069717f9782c491
31604 Author: Marian Balakowicz <m8@semihalf.com>
31605 Date:   Wed Mar 12 10:35:51 2008 +0100
31606
31607     [new uImage] Fix build problems on trab board
31608
31609     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
31610
31611 commit f773bea8e11f4a11c388dcee956b2444203e6b65
31612 Author: Marian Balakowicz <m8@semihalf.com>
31613 Date:   Wed Mar 12 10:35:46 2008 +0100
31614
31615     [new uImage] Add proper ramdisk/FDT handling when FIT configuration is used
31616
31617     Save FIT configuration provied in the first bootm argument and use it
31618     when to get ramdisk/FDT subimages when second and third (ramdisk/FDT)
31619     arguments are not specified.
31620
31621     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
31622
31623 commit 2682ce8a4225f23d72bb7fed069e928dd39d34ae
31624 Author: Marian Balakowicz <m8@semihalf.com>
31625 Date:   Wed Mar 12 10:33:01 2008 +0100
31626
31627     [new uImage] More verbose kernel image uncompress error message
31628
31629     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
31630
31631 commit 1372cce2b9040fb640e5032b84e3a033a22d6ff0
31632 Author: Marian Balakowicz <m8@semihalf.com>
31633 Date:   Wed Mar 12 10:33:01 2008 +0100
31634
31635     [new uImage] Use show_boot_progress() for new uImage format
31636
31637     This patch allocates a set of show_boot_progress() IDs for new uImage format
31638     and adds show_boot_progress() calls in new uImage format handling code.
31639
31640     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
31641
31642 commit c28c4d193dbfb20b2dd3a5447640fd6de7fd0720
31643 Author: Marian Balakowicz <m8@semihalf.com>
31644 Date:   Wed Mar 12 10:33:01 2008 +0100
31645
31646     [new uImage] Add new uImage fromat support to fpga command
31647
31648     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
31649
31650 commit 09475f7527460e426c0e0628fc5b8f3754fbaa23
31651 Author: Marian Balakowicz <m8@semihalf.com>
31652 Date:   Wed Mar 12 10:33:01 2008 +0100
31653
31654     [new uImage] Add new uImage format handling to other bootm related commands
31655
31656     Updated commands:
31657
31658     docboot  - cmd_doc.c
31659     fdcboot  - cmd_fdc.c
31660     diskboot - cmd_ide.c
31661     nboot    - cmd_nand.c
31662     scsiboot - cmd_scsi.c
31663     usbboot  - cmd_usb.c
31664
31665     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
31666
31667 commit 1b7897f28d49a80d78d760ec6f6f11dc0f914338
31668 Author: Marian Balakowicz <m8@semihalf.com>
31669 Date:   Wed Mar 12 10:33:00 2008 +0100
31670
31671     [new uImage] Add new uImage format support to imgextract command
31672
31673     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
31674
31675 commit 424c4abdd175d2c470510df8ce0e32d3f463ec16
31676 Author: Marian Balakowicz <m8@semihalf.com>
31677 Date:   Wed Mar 12 10:33:00 2008 +0100
31678
31679     [new uImage] Add new uImage format support to autoscript routine
31680
31681     autoscript() routine is updated to accept second argument, which
31682     is only used for FIT images and provides a FIT subimage unit name.
31683
31684     autoscript() routine callers must now pass two arguments. For
31685     non-interactive use (like in cmd_load.c, cmd_net.c), new environment
31686     variable 'autoscript_uname' is introduced and used as a FIT
31687     subimage unit name source.
31688
31689     autoscript command accepts extended syntax of the addr argument:
31690     addr:<subimg_uname>
31691
31692     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
31693
31694 commit cd7c596e9f561dbbc17b717277438aee78cde14f
31695 Author: Marian Balakowicz <m8@semihalf.com>
31696 Date:   Wed Mar 12 10:33:00 2008 +0100
31697
31698     [new uImage] Add new uImage format support to arch specific do_bootm_linux() routines
31699
31700     This patch updates architecture specific implementations of
31701     do_bootm_linux() adding new uImage format handling for
31702     operations like get kernel entry point address, get kernel
31703     image data start address.
31704
31705     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
31706
31707 commit 3dfe110149311425919e6d6a14b561b4207498f1
31708 Author: Marian Balakowicz <m8@semihalf.com>
31709 Date:   Wed Mar 12 10:32:59 2008 +0100
31710
31711     [new uImage] Add node offsets for FIT images listed in struct bootm_headers
31712
31713     This patch adds new node offset fields to struct bootm_headers
31714     and updates bootm_headers processing code to make use of them.
31715     Saved node offsets allow to avoid repeating fit_image_get_node() calls.
31716
31717     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
31718
31719 commit bc8ed486b125452ba3bd8344f052f437329150c5
31720 Author: Marian Balakowicz <m8@semihalf.com>
31721 Date:   Wed Mar 12 10:32:53 2008 +0100
31722
31723     [new uImage] ppc: Add new uImage format support to FDT handling routines
31724
31725     Support for new (FIT) format uImages is added to powerpc specific
31726     boot_get_fdt() routine which now recognizes, sanity checks FIT image
31727     and is able to access data sections of the requested component image.
31728
31729     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
31730
31731 commit a44a269a905f924b420020506a4d7d7eedcc0eaf
31732 Author: Marian Balakowicz <m8@semihalf.com>
31733 Date:   Wed Mar 12 10:14:57 2008 +0100
31734
31735     [new uImage] Re-enable interrupts for non automatic booting
31736
31737     Re-enable interrupts if we return from do_bootm_<os> and 'autostart'
31738     environment variable is not set to 'yes'.
31739
31740     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
31741
31742 commit d985c8498c4e47095820da97aa722381d39172c5
31743 Author: Marian Balakowicz <m8@semihalf.com>
31744 Date:   Wed Mar 12 10:14:38 2008 +0100
31745
31746     [new uImage] Remove unnecessary arguments passed to ramdisk routines
31747
31748     boot_get_ramdisk() and image_get_ramdisk() do not need all
31749     cmdtp, flag, argc and argv arguments. Simplify routines definition.
31750
31751     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
31752
31753 commit c87796483bc7c2900470dc747c367f602577608d
31754 Author: Marian Balakowicz <m8@semihalf.com>
31755 Date:   Wed Mar 12 10:12:37 2008 +0100
31756
31757     [new uImage] Add new uImage format support for ramdisk handling
31758
31759     This patch updates boot_get_ramdisk() routine adding format
31760     verification and handling for new (FIT) uImages.
31761
31762     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
31763
31764 commit 6986a385671749ecb3f60cf99e9cbae8e47bb50e
31765 Author: Marian Balakowicz <m8@semihalf.com>
31766 Date:   Wed Mar 12 10:01:05 2008 +0100
31767
31768     [new uImage] Add new uImage format support for kernel booting
31769
31770     New format uImages are recognized by the bootm command,
31771     validity of specified kernel component image is checked and
31772     its data section located and used for further processing
31773     (uncompress, load, etc.)
31774
31775     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
31776
31777 commit e32fea6adb620ecf2bd70acf2dd37e53df9d1547
31778 Author: Marian Balakowicz <m8@semihalf.com>
31779 Date:   Tue Mar 11 12:35:20 2008 +0100
31780
31781     [new uImage] Add new uImage format support for imls and iminfo commands
31782
31783     imls and iminfo can now recognize nad print out contents of the new (FIT)
31784     format uImages.
31785
31786     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
31787
31788 commit 9d25438fe7d70cf35a8a293ea5e392fefc672613
31789 Author: Bartlomiej Sieka <tur@semihalf.com>
31790 Date:   Tue Mar 11 12:34:47 2008 +0100
31791
31792     [new uImage] Add support for new uImage format to mkimage tool
31793
31794     Support for the new uImage format (FIT) is added to mkimage tool.
31795     Commandline syntax is appropriately extended:
31796
31797     mkimage [-D dtc_options] -f fit-image.its fit-image
31798
31799     mkimage (together with dtc) takes fit-image.its and referenced therein
31800     binaries (like vmlinux.bin.gz) as inputs, and produces fit-image file -- the
31801     final image that can be transferred to the target (e.g., via tftp) and then
31802     booted using the bootm command in U-Boot.
31803
31804     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
31805
31806 commit eb6175edd6c120d8b89678243e5a2be362ee8e40
31807 Author: Marian Balakowicz <m8@semihalf.com>
31808 Date:   Mon Mar 10 17:53:49 2008 +0100
31809
31810     [new uImage] Make node unit names const in struct bootm_headers
31811
31812     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
31813
31814 commit 5dfb52138688ccbf0146f62683fe6217b3ce1b05
31815 Author: Marian Balakowicz <m8@semihalf.com>
31816 Date:   Fri Feb 29 21:24:06 2008 +0100
31817
31818     [new uImage] New uImage low-level API
31819
31820     Add FDT-based functions for handling new format component images,
31821     configurations, node operations, property get/set, etc.
31822
31823     fit_        - routines handling global new format uImage operations
31824                   like get/set top level property, process all nodes, etc.
31825     fit_image_  - routines handling component images subnodes
31826     fit_conf_   - routines handling configurations node
31827
31828     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
31829     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
31830
31831 commit 30f1806f60978d707b0cff2d7bf89d141fc24290
31832 Author: Wolfgang Denk <wd@denx.de>
31833 Date:   Sun Mar 9 16:20:02 2008 +0100
31834
31835     Release v1.3.2
31836
31837     Update CHANGELOG for release.
31838
31839     Signed-off-by: Wolfgang Denk <wd@denx.de>
31840
31841 commit 5b464c289ba715d0979b6e1f94947bb8f1068d16
31842 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31843 Date:   Sun Mar 9 14:52:11 2008 +0100
31844
31845     SCM: fix 'packed' attribute ignored for field of type 'can_msg_t' warnings
31846
31847     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31848     Signed-off-by: Wolfgang Denk <wd@denx.de>
31849
31850 commit db695b78515ddb88a2d4f3357c120345efbf59ec
31851 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31852 Date:   Sun Mar 9 10:44:01 2008 +0100
31853
31854     scb9328: Fix flash warning: type qualifiers ignored on function return type
31855
31856     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31857
31858 commit 2b3e7e61d6a72f16aee93f870bc6af67f30758c4
31859 Author: Wolfgang Denk <wd@denx.de>
31860 Date:   Sun Mar 9 10:50:41 2008 +0100
31861
31862     esd/common/fpga.c: fix indentation.
31863
31864     Signed-off-by: Wolfgang Denk <wd@denx.de>
31865
31866 commit cc3843e36453e2b8db65d7e56de938ba045016a0
31867 Author: Wolfgang Denk <wd@denx.de>
31868 Date:   Sun Mar 9 10:33:31 2008 +0100
31869
31870     common/kgdb.c: fix 'dereferencing type-punned pointer' warning
31871
31872     and get rid of a couple of unneeded casts.
31873
31874     Signed-off-by: Wolfgang Denk <wd@denx.de>
31875
31876 commit 8d4f4a838d7dc7cf4de17e3e9a67e2f222b6a1c8
31877 Author: Wolfgang Denk <wd@denx.de>
31878 Date:   Sun Mar 9 10:09:53 2008 +0100
31879
31880     esd/common/fpga.c: fix 'assignment of read-only location' error
31881
31882     Signed-off-by: Wolfgang Denk <wd@denx.de>
31883
31884 commit c6fe4dabac066e8758345d249032768496983a3e
31885 Author: Wolfgang Denk <wd@denx.de>
31886 Date:   Sun Mar 9 02:13:19 2008 +0100
31887
31888     Makefile: make build silently again.
31889
31890     Signed-off-by: Wolfgang Denk <wd@denx.de>
31891
31892 commit 76babc86576f092573599334c85ec543fdbc6015
31893 Author: Wolfgang Denk <wd@denx.de>
31894 Date:   Sun Mar 9 02:07:49 2008 +0100
31895
31896     m501sk: Fix out of tree building
31897
31898     Signed-off-by: Wolfgang Denk <wd@denx.de>
31899
31900 commit 210ed2004e062fdd03f25ab4925998aa1bd08a07
31901 Author: Wolfgang Denk <wd@denx.de>
31902 Date:   Sun Mar 9 00:06:09 2008 +0100
31903
31904     ADS5121: fix out of tree build
31905
31906     and simplify Makefile a bit.
31907
31908     Signed-off-by: Wolfgang Denk <wd@denx.de>
31909
31910 commit 46cb5074a3f74de64ebd97dd0c4ec7eb3d768b93
31911 Author: Wolfgang Denk <wd@denx.de>
31912 Date:   Sat Mar 8 22:35:31 2008 +0100
31913
31914     Release v1.3.2
31915
31916     Signed-off-by: Wolfgang Denk <wd@denx.de>
31917
31918 commit 78a90f827df74520e939c794fc7413dace21c4db
31919 Author: Wolfgang Denk <wd@denx.de>
31920 Date:   Sat Mar 8 22:35:04 2008 +0100
31921
31922     Update CHANGELOG
31923
31924     Signed-off-by: Wolfgang Denk <wd@denx.de>
31925
31926 commit 58f3c57c6008b42e01f551d3be6efd88c14ac87f
31927 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31928 Date:   Sat Mar 8 21:30:04 2008 +0100
31929
31930     esd: Fix warning: passing argument 1 of 'fpga_boot' discards qualifiers from pointer target type
31931
31932     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31933
31934 commit d75469d48c05795144f4b8ba76addbb4920a7bba
31935 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
31936 Date:   Sat Mar 8 09:25:49 2008 +0900
31937
31938     net: rtl8169: Add processing when OWNbit did't enable in rtl_recv()
31939
31940     When rtl_recv() of rtl8169 is called, OWNbit of status register
31941     is not enable occasionally.
31942     rtl_recv() doesn't work normally when the driver doesn't do
31943     appropriate processing.
31944     This patch fix this problem.
31945
31946     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
31947
31948 commit 82afabfeb8ae6a27c7b396011ea99f4712aa73fa
31949 Author: Heiko Schocher <hs@denx.de>
31950 Date:   Fri Mar 7 08:15:28 2008 +0100
31951
31952     mgsuvd: update board configuration
31953
31954     initialize the UPIOx controller.
31955
31956     Signed-off-by: Heiko Schocher <hs@denx.de>
31957
31958 commit e492c90c26215e459aec0fdf0f8ef1fd204988f5
31959 Author: Heiko Schocher <hs@denx.de>
31960 Date:   Fri Mar 7 08:13:41 2008 +0100
31961
31962     mgcoge: update board configuration
31963
31964     add support for the config Flash.
31965     initialize the UPIOx controller.
31966
31967     Signed-off-by: Heiko Schocher <hs@denx.de>
31968
31969 commit 270fe261b7f9292800b2b3d1bf19ae7cbc880258
31970 Author: Kim Phillips <kim.phillips@freescale.com>
31971 Date:   Fri Mar 7 12:27:31 2008 -0600
31972
31973     mpc83xx: make dtb basename file references equal those of linux
31974
31975     the dts file basenames were updated in linux - this helps avoid
31976     inadvertently loading any old dtbs laying around.
31977
31978     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
31979
31980 commit f30b6154f16f5ffa4a9f5bfca5e114d72b6ef675
31981 Author: Kim Phillips <kim.phillips@freescale.com>
31982 Date:   Wed Feb 27 16:08:22 2008 -0600
31983
31984     net: uec_phy: actually increment the timeout counter
31985
31986     allow u-boot to recover (and, e.g., switch to another interface) in the
31987     case where a PHY does not report autonegotiation is complete within its
31988     two second timeout value.
31989
31990     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
31991
31992 commit 772003e43957ee0c895abed7cd82cbe72820cbb8
31993 Author: Markus Brunner <super.firetwister@googlemail.com>
31994 Date:   Wed Mar 5 21:38:12 2008 +0100
31995
31996     fix taihu soft spi_read
31997
31998     The taihu board used gpio_read_out_bit which reads the output register and not
31999     the pin state.
32000
32001     Signed-off-by: Markus Brunner <super.firetwister@gmail.com>
32002
32003 commit fc84a8495ac750f6b4adae81f8c4f100f65b6340
32004 Author: Stefan Roese <sr@denx.de>
32005 Date:   Fri Mar 7 08:01:43 2008 +0100
32006
32007     ppc4xx: Sequoia: Add device tree (fdt) Linux booting default env variables
32008
32009     Signed-off-by: Stefan Roese <sr@denx.de>
32010
32011 commit bd4458cb47abecabd406b1210457be96c69fc49d
32012 Author: Dave Liu <r63238@freescale.com>
32013 Date:   Tue Mar 4 16:59:22 2008 +0800
32014
32015     837xEMDS: Improve the system performance
32016
32017     1. Make the CSB bus pipeline depth as 4, and enable
32018        the repeat mode;
32019     2. Raise the eTSEC emergency priority;
32020     3. Use the highest IP blocks clock.
32021
32022     Signed-off-by: Dave Liu <daveliu@freescale.com>
32023
32024 commit d8ab58b212481b1c57947ea21aa96c4ce800d0b4
32025 Author: Detlev Zundel <dzu@denx.de>
32026 Date:   Thu Mar 6 16:45:53 2008 +0100
32027
32028     Replace "run load; run update" with conditionalized "run load update".
32029
32030     The latter version stops when "run load" fails for whatever reasons
32031     rendering the combination *a lot* more secure.
32032
32033     Signed-off-by: Detlev Zundel <dzu@denx.de>
32034
32035 commit 6bc113886d7d316df1a4e459bec8baf027518551
32036 Author: Stefan Roese <sr@denx.de>
32037 Date:   Tue Mar 4 17:40:41 2008 +0100
32038
32039     net: Print error message upon net usage when no ethernet-interface is found
32040
32041     This patch fixes a problem seen on PPC4xx boards, when no MAC address is
32042     defined. Then no ethernet interface is available but a simple "tftp"
32043     command will return without any error message which is quite confusing.
32044
32045     Signed-off-by: Stefan Roese <sr@denx.de>
32046
32047 commit a30a549a3553032d809e0356306b62de0b125901
32048 Author: Jon Loeliger <jdl@freescale.com>
32049 Date:   Tue Mar 4 10:03:03 2008 -0600
32050
32051     Remove erroneous or extra spd.h #includers.
32052
32053     Many of the spd.h #includers don't need it,
32054     and wanted to have spd_sdram() declared instead.
32055     Since they didn't get that, some also had open
32056     coded extern declarations of it instead or as well.
32057     Fix it all up by using spd_sdram.h where needed.
32058
32059     Signed-off-by: Jon Loeliger <jdl@freescale.com>
32060
32061 commit a4475386cef14af3fd88f0518b688e755669486d
32062 Author: Wolfgang Denk <wd@denx.de>
32063 Date:   Tue Mar 4 17:41:28 2008 +0100
32064
32065     PCS440EP: fix build problems (redundant #define)
32066
32067     Signed-off-by: Wolfgang Denk <wd@denx.de>
32068
32069 commit e85e2fa85ec09a6fac2846d1d881d8737e2bbda9
32070 Author: Stefan Roese <sr@denx.de>
32071 Date:   Tue Mar 4 17:39:25 2008 +0100
32072
32073     net: Print error message upon net usage when no ethernet-interface is found
32074
32075     This patch fixes a problem seen on PPC4xx boards, when no MAC address is
32076     defined. Then no ethernet interface is available but a simple "tftp"
32077     command will return without any error message which is quite confusing.
32078
32079     Signed-off-by: Stefan Roese <sr@denx.de>
32080
32081 commit 384faaafb999cae3ce447c93e28a0b7e2e5fef53
32082 Author: Wolfgang Denk <wd@denx.de>
32083 Date:   Tue Mar 4 17:38:50 2008 +0100
32084
32085     W7OLMC/W7OLMG: fix build problems (redundant #define)
32086
32087     Signed-off-by: Wolfgang Denk <wd@denx.de>
32088
32089 commit f9301e1cda296245ba052d7b08321199c3d0af9d
32090 Author: Wolfgang Denk <wd@denx.de>
32091 Date:   Tue Mar 4 14:58:31 2008 +0100
32092
32093     Makefile: fix problem with out-of-tree builds introduced by 5013c09f
32094
32095     Commit 5013c09f (Makefile: cleanup "clean" target) introduced a
32096     problem for out-of-tree builds which caused "make clean" to fail.
32097
32098     Signed-off-by: Wolfgang Denk <wd@denx.de>
32099
32100 commit dfece9500556bed5d8244b1c15d973cec7c25bfe
32101 Author: Wolfgang Denk <wd@denx.de>
32102 Date:   Tue Mar 4 11:58:26 2008 +0100
32103
32104     examples/Makefile: build "hello_world" on 8xx, too.
32105
32106     Signed-off-by: Wolfgang Denk <wd@denx.de>
32107
32108 commit 74eb0222594fd23aafdf168e60e872814eea8b62
32109 Author: Mike Nuss <mike@terascala.com>
32110 Date:   Mon Mar 3 15:27:05 2008 -0500
32111
32112     PPC4xx (Sequoia): Fix Ethernet "remote fault" problems
32113
32114     Every now and then a Sequoia board (or equivalent hardware) had
32115     problems connecting to a Gigabit capable network interface.
32116
32117     There were differences in the PHY setup between Linux and U-Boot.
32118
32119     This patch fixes the problem. Apparently "remote fault" is being set,
32120     which signals to some devices (on the other end of the cable) that a
32121     fault has occurred, while other devices ignore it. I believe the RF bit
32122     was causing the issue, but I removed T4 also, to match up with Linux.
32123
32124     Signed-off-by: Mike Nuss <mike@terascala.com>
32125
32126 commit 491fb6dea9f52fdb9cb5996e8e978b9e9685179f
32127 Author: Timur Tabi <timur@freescale.com>
32128 Date:   Mon Mar 3 09:58:52 2008 -0600
32129
32130     fix QE firmware uploading limit
32131
32132     Fix a typo in qe_upload_firmware() that prevented uploading firmware on
32133     systems with more than one RISC core.
32134
32135     Signed-off-by: Timur Tabi <timur@freescale.com>
32136
32137 commit 42ba58e0c302b339a3c2faa6006a013c6f186b7a
32138 Author: Bernhard Nemec <bnemec@ganssloser.com>
32139 Date:   Mon Mar 3 11:57:23 2008 +0000
32140
32141     Fix endianess problem in cramfs code (cramfs is always host-endian in Linux)
32142
32143     Originally pointed out by Laurent Pinchart <laurent.pinchart@tbox.biz>,
32144     see http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/22846
32145
32146     Signed-off-by: Bernhard Nemec <bnemec <at> ganssloser.com>
32147
32148 commit 84d0c2f1e39caff58bf765a7ab7c72da23c25ec8
32149 Author: Kim B. Heino <Kim.Heino@bluegiga.com>
32150 Date:   Mon Mar 3 10:39:13 2008 +0200
32151
32152     fix copy from ram to dataflash
32153
32154     If I try to "cp.b <ram> <dataflash>", u-boot selects normal flash
32155     routines instead of dataflash. This is because it checks "if source
32156     address is not dataflash" instead of target address.
32157
32158     Signed-off-by: Kim B. Heino <Kim.Heino@bluegiga.com>
32159
32160 commit 32bf3d143a888f8deacfdcc97e898f6c06d0aea4
32161 Author: Wolfgang Denk <wd@denx.de>
32162 Date:   Mon Mar 3 12:16:44 2008 +0100
32163
32164     Fix quoting problem (preboot setting) in many board config files.
32165
32166     Signed-off-by: Wolfgang Denk <wd@denx.de>
32167
32168 commit 5b0b2b6fc9fe22e3864c2a57316d91a2507ec215
32169 Author: Wolfgang Denk <wd@denx.de>
32170 Date:   Mon Mar 3 12:36:49 2008 +0100
32171
32172     ADS5121: Fix default environment.
32173
32174     Signed-off-by: Wolfgang Denk <wd@denx.de>
32175
32176 commit 91c82076ae492bb1f9d9c47a481314631d32dc8e
32177 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32178 Date:   Sun Mar 2 16:12:31 2008 +0100
32179
32180     Makefile: Fix missing unconfig and mkconfig use
32181
32182     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32183
32184 commit 8ce4e5c2c02cb7e8adddf7b651d3050d81ce4c1d
32185 Author: michael <trimarchi@gandalf.sssup.it>
32186 Date:   Sun Mar 2 23:33:46 2008 +0100
32187
32188     Fix checking fat32 cluster size.
32189
32190     This fixes the cluster size tests in the FAT32 file system.
32191     The current implementation of VFAT support doesn't work if the
32192     referred cluster has an offset > 16bit representation, causing
32193     "fatload" and "fatls" commands etc. to fail.
32194
32195     Signed-off-by: michael trimarchi <trimarchi@gandalf.sssup.it>
32196
32197 commit 661bad63a076a96c39c64f136915f146725af92b
32198 Author: Wolfgang Denk <wd@denx.de>
32199 Date:   Sun Mar 2 22:57:23 2008 +0100
32200
32201     Prepare v1.3.2-rc2 release candidate
32202
32203     Signed-off-by: Wolfgang Denk <wd@denx.de>
32204
32205 commit 76957cb3d621bf664311908e5962e151c633c285
32206 Author: Stefan Roese <sr@denx.de>
32207 Date:   Sat Mar 1 12:11:40 2008 +0100
32208
32209     ppc4xx: EMAC: Fix 405EZ fifo size setup in EMAC_MR1
32210
32211     The 405EZ only supports 512 bytes of rx-/tx-fifo EMAC sizes. But
32212     currently 4k/2k is configured. This patch fixes this issue.
32213
32214     Thanks to Thomas Kindler <tkindler@lenord.de> for pointing this out.
32215
32216     Signed-off-by: Stefan Roese <sr@denx.de>
32217
32218 commit 118978c8eb43803e2794233922df4249fa278b83
32219 Author: Woodruff, Richard <r-woodruff2@ti.com>
32220 Date:   Fri Feb 29 17:34:35 2008 -0600
32221
32222     Fix alignment error on ARM for modules
32223
32224     Fix alignment fault on ARM when running modules.  With out an explicit
32225     linker file gcc4.2.1 will half word align __bss_start's value.  The word
32226     dereference will crash hello_world.
32227
32228     signed-off-by Richard Woodruff <r-woodruff2@ti.com>
32229
32230 commit ce1120dd703e6f12c59e4eba9962356a0300b832
32231 Author: Dave Liu <r63238@freescale.com>
32232 Date:   Fri Feb 29 17:45:31 2008 +0800
32233
32234     fs: Fix ext2 read issue
32235
32236     The ext2 aligned process will corrupt the key
32237     data struct, the patch fix this.
32238
32239     Signed-off-by: Dave Liu <daveliu@freescale.com>
32240
32241 commit 5013c09f7a5675952a3ca88b6bc6c924e63af33e
32242 Author: Wolfgang Denk <wd@denx.de>
32243 Date:   Sun Mar 2 22:45:33 2008 +0100
32244
32245     Makefile: cleanup "clean" target
32246
32247     Make sure CDPATH settings cannot interfere.
32248     Update CHANGELOG.
32249
32250     Signed-off-by: Wolfgang Denk <wd@denx.de>
32251
32252 commit ffda586fc1373243c9794babde69500f6293a8d8
32253 Author: Li Yang <leoli@freescale.com>
32254 Date:   Fri Feb 29 11:46:05 2008 +0800
32255
32256     add cscope build target
32257
32258     Add cscope build target to generate cscope database for code browsing.
32259
32260     Signed-off-by: Li Yang <leoli@freescale.com>
32261
32262 commit f655adef65e4cf6b929054b049ee19ae9b5ccbe2
32263 Author: Kim Phillips <kim.phillips@freescale.com>
32264 Date:   Wed Feb 27 15:06:39 2008 -0600
32265
32266     net: uec_phy: handle 88e1111 rev.B2 erratum 5.6
32267
32268     erratum 5.6 states the autoneg completion bit is functional only if the
32269     autoneg bit is asserted.
32270
32271     This fixes any secondarily-issued networking commands on non-gigabit
32272     links on the mpc8360 mds board.
32273
32274     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
32275
32276 commit 5f91db7f582ca17b1f19f10189c025696f333d2e
32277 Author: John Rigby <jrigby@freescale.com>
32278 Date:   Tue Feb 26 09:38:14 2008 -0700
32279
32280     MPC5121e ADS PCI support take 3
32281
32282     Adds PCI support for MPC5121
32283
32284     Tested with drivers/net/rtl8139.c
32285
32286     Support is conditional since PCI on old silicon does not work.
32287
32288     ads5121_PCI_config turns on PCI
32289
32290     In this version, condition compilation of PCI code has been moved
32291     from ifdef in board/ads5121/pci.c to board/ads5121/Makefile as
32292     suggested by Jean-Christophe PLAGNIOL-VILLARD
32293
32294     Signed-off-by: John Rigby <jrigby@freescale.com>
32295
32296 commit 44b4dbed4133f657705b7c5193209da9978243a7
32297 Author: Anatolij Gustschin <agust@denx.de>
32298 Date:   Mon Feb 25 23:53:07 2008 +0100
32299
32300     Fix warnings while compilation of post/drivers/memory.c
32301
32302     Fix warnings while compilation with new gcc in eldk-4.2
32303
32304     Signed-off-by: Anatolij Gustschin <agust@denx.de>
32305
32306 commit 4fae35a53b3e958254d6574a1cc7e10811fc6726
32307 Author: Anatolij Gustschin <agust@denx.de>
32308 Date:   Mon Feb 25 20:54:04 2008 +0100
32309
32310     ppc4xx: Fix problem in 4xx_enet.c driver
32311
32312     U-Boot crashes in the net loop if CONFIG_4xx_DCACHE is
32313     enabled. To reproduce the problem ensure that 'ethrotate'
32314     environment variable isn't set to "no" and then run
32315     "tftp 200000 not_existent_file".
32316     This patch tries to fix the issue.
32317
32318     Signed-off-by: Anatolij Gustschin <agust@denx.de>
32319
32320 commit 60ec654c5eb80d0fe0c38a3bd42140215bc06484
32321 Author: Anatolij Gustschin <agust@denx.de>
32322 Date:   Mon Feb 25 20:04:20 2008 +0100
32323
32324     POST: Disable cache while SPR POST
32325
32326     Currently (since commit b2e2142c) u-boot crashes on
32327     sequoia board while SPR test if CONFIG_4xx_DCACHE is
32328     enabled. This patch disables the cache while SPR test.
32329
32330     Signed-off-by: Anatolij Gustschin <agust@denx.de>
32331
32332 commit c313b2c6c555e7d89ec59bd51c59ab164ad0105d
32333 Author: Martin Krause <martin.krause@tqs.de>
32334 Date:   Mon Feb 25 17:52:40 2008 +0100
32335
32336     TQM5200: use automatic fdt memory fixup (part 2)
32337
32338     Call fdt_fixup_memory() on the boards TQM5200, TQM5200_B, TQM5200S,
32339     TB5200 and TB5200_B to fixup the /memory node with the memory values
32340     detected by U-Boot.
32341
32342     Signed-off-by: Martin Krause <martin.krause@tqs.de>
32343
32344 commit 44ceec253ea941b301abf4b079d52324def69d92
32345 Author: Martin Krause <martin.krause@tqs.de>
32346 Date:   Mon Feb 25 15:17:05 2008 +0100
32347
32348     TQM5200: use automatic fdt memory fixup
32349
32350     Call fdt_fixup_memory() on the boards TQM5200, TQM5200_B, TQM5200S,
32351     TB5200 and TB5200_B to fixup the /memory node with the memory values
32352     detected by U-Boot.
32353
32354     Signed-off-by: Martin Krause <martin.krause@tqs.de>
32355
32356 commit f3a329acb26017d8e10e9c93e1e726c2a5ac634a
32357 Author: Martin Krause <martin.krause@tqs.de>
32358 Date:   Mon Feb 25 13:27:52 2008 +0100
32359
32360     TQM5200: fix bug in SDRAM initialization code
32361
32362     This patch fixes a bug in the SDRAM initialization code for the
32363     TQM5200. The hi_addr bit is now set correctly. Without this patch
32364     the hi_addr bit is always set to 1, if the second SDRAM bank is
32365     not populated.
32366
32367     For other MPC5200 boards a correspondig patch has already been applied
32368     some time ago, see commit a63109281ad41b0fb489fdcb901171f76bcdbc2c.
32369
32370     Signed-off-by: Martin Krause <martin.krause@tqs.de>
32371     --
32372     Forget the first patch please. I confused flash with SDRAM in
32373     the comment ...
32374
32375 commit 217bf6b6a313d9ccb619a4dbc09f73f77cd48df1
32376 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32377 Date:   Mon Feb 25 00:03:12 2008 +0100
32378
32379     mx1fs2/flash: Fix multiple compiler warnings
32380
32381     "pointer targets in assignment differ in signedness"
32382
32383     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32384
32385 commit 5599c28cef55be42a8ca6fa8086b1a44e56a85d2
32386 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32387 Date:   Mon Feb 25 00:03:11 2008 +0100
32388
32389     arm-imx: Fix register definitions
32390
32391     Sync register definitions with linux
32392
32393     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32394
32395 commit c9bcf75fecc58886af77d2a571cff2eab39eab6f
32396 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32397 Date:   Mon Feb 25 00:03:10 2008 +0100
32398
32399     actua1/actua2/actua3: Fix multiple unused variable warnings
32400
32401     - actua1:
32402         actux1.c: In function 'checkboard':
32403         actux1.c:92: warning: unused variable 'revision'
32404
32405     - actua2:
32406         actux2.c: In function 'checkboard':
32407         actux2.c:100: warning: unused variable 's'
32408         actux2.c:99: warning: unused variable 'revision'
32409         actux2.c: In function 'reset_phy':
32410         actux2.c:130: warning: unused variable 'i'
32411
32412     - actua3:
32413         actux3.c: In function 'checkboard':
32414         actux3.c:114: warning: unused variable 'revision'
32415
32416     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32417
32418 commit f8fa6368a6a0c02164da8e2f52f18d457c6977bd
32419 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
32420 Date:   Sun Feb 24 11:44:29 2008 +0900
32421
32422     Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on 32bit targets.
32423
32424     The previous patch was lacking of i386, microblaze, nios and nios2. This
32425     patch tries to fix them.
32426
32427     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
32428
32429 commit 05e07b1ea22844e946cfcf7d5e8a0199d18d2a95
32430 Author: Marian Balakowicz <m8@semihalf.com>
32431 Date:   Fri Feb 29 22:22:46 2008 +0100
32432
32433     [new uImage] Fix FDT blob totalsize calculation in boot_relocate_fdt()
32434
32435     Do not use global fdt blob pointer, calculate blob size from routine
32436     argument blob pointer.
32437
32438     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
32439
32440 commit d1cc52879c8966507dad9fb575481e6d3985e64e
32441 Author: David Gibson <david@gibson.dropbear.id.au>
32442 Date:   Tue Feb 12 00:58:31 2008 +1100
32443
32444     libfdt: Add and use a node iteration helper function.
32445
32446     This patch adds an fdt_next_node() function which can be used to
32447     iterate through nodes of the tree while keeping track of depth.  This
32448     function is used to simplify the iteration code in a lot of other
32449     functions, and is also exported for use by library users.
32450
32451     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
32452
32453 commit 8cf30809a82902a471866d2f07725ce3b8a22291
32454 Author: Bartlomiej Sieka <tur@semihalf.com>
32455 Date:   Fri Feb 29 16:00:24 2008 +0100
32456
32457     [new uImage] Add libfdt support to mkimage
32458
32459     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
32460
32461 commit a6e530f00d31a8494a0422799b2b9a692a9c0eb9
32462 Author: Bartlomiej Sieka <tur@semihalf.com>
32463 Date:   Fri Feb 29 16:00:23 2008 +0100
32464
32465     [new uImage] Add sha1.o object to mkimage binary build
32466
32467     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
32468
32469 commit df6f1b895c997978f03afe04502ee76b7ba34ab9
32470 Author: Marian Balakowicz <m8@semihalf.com>
32471 Date:   Fri Feb 29 16:00:06 2008 +0100
32472
32473     [new uImage] Fix component handling for legacy multi component images
32474
32475     Use uint32_t when accessing size table in image_multi_count() and
32476     image_multi_getimg() for multi component images.
32477
32478     Add missing uimage_to_cpu() endianness conversion.
32479
32480     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
32481
32482 commit 570abb0ad120f6002bcaa3cf6f32bd4ca2e1b248
32483 Author: Marian Balakowicz <m8@semihalf.com>
32484 Date:   Fri Feb 29 15:59:59 2008 +0100
32485
32486     [new uImage] Share common uImage code between mkimage and U-boot
32487
32488     This patch adds the following common routines:
32489
32490     1) Dedicated mkimage print_header() is replaced with common
32491     image_print_contents()
32492     image_print_contents_noindent()
32493
32494     2) Common os/arch/type/comp fields name <--> id translation routines
32495     genimg_get_os_name()
32496     genimg_get_arch_name()
32497     genimg_get_type_name()
32498     genimg_get_comp_name()
32499     genimg_get_os_id()
32500     genimg_get_arch_id()
32501     genimg_get_type_id()
32502     genimg_get_comp_id()
32503
32504     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
32505
32506 commit 9a4daad0a35eb5143037eea9f786a3e9d672bdd6
32507 Author: Marian Balakowicz <m8@semihalf.com>
32508 Date:   Fri Feb 29 14:58:34 2008 +0100
32509
32510     [new uImage] Update naming convention for bootm/uImage related code
32511
32512     This patch introduces the following prefix convention for the
32513     image format handling and bootm related code:
32514
32515     genimg_             - dual format shared code
32516     image_              - legacy uImage format specific code
32517     fit_                - new uImage format specific code
32518     boot_               - booting process related code
32519
32520     Related routines are renamed and a few pieces of code are moved around and
32521     re-grouped.
32522
32523     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
32524
32525 commit 75fa002c47171b73fb4c1f2c2fe4d6391c136276
32526 Author: Kumar Gala <galak@kernel.crashing.org>
32527 Date:   Wed Feb 27 21:51:51 2008 -0600
32528
32529     [new uImage] Respect autostart setting in linux bootm
32530
32531     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
32532     Acked-by: Marian Balakowicz <m8@semihalf.com>
32533
32534 commit d3f2fa0d278467b2232e4eb2372f905c3febfbeb
32535 Author: Kumar Gala <galak@kernel.crashing.org>
32536 Date:   Wed Feb 27 21:51:50 2008 -0600
32537
32538     [new uImage] Provide ability to restrict region used for boot images
32539
32540     Allow the user to set 'bootm_low' and 'bootm_size' env vars as a way
32541     to restrict what memory range is used for bootm.
32542
32543     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
32544     Acked-by: Marian Balakowicz <m8@semihalf.com>
32545
32546 commit e822d7fc4dd4755d4d0a22f05e33f33d1a0481da
32547 Author: Kumar Gala <galak@kernel.crashing.org>
32548 Date:   Wed Feb 27 21:51:49 2008 -0600
32549
32550     [new uImage] Use lmb for bootm allocations
32551
32552     Convert generic ramdisk_high(), get_boot_cmdline(), get_boot_kbd()
32553     functions over to using lmb for allocation of the ramdisk, command line
32554     and kernel bd info.
32555
32556     Convert PPC specific fdt_relocate() to use lmb for allocation of the device
32557     tree.
32558
32559     Provided a weak function that board code can call to do additional
32560     lmb reserves if needed.
32561
32562     Also introduce the concept of bootmap_base to specify the offset in
32563     physical memory that the bootmap is located at.  This is used for
32564     allocations of the cmdline, kernel bd, and device tree as they should
32565     be contained within bootmap_base and bootmap_base + CFG_BOOTMAPSZ.
32566
32567     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
32568
32569 commit f5614e7926863bf0225ec860d9b319741a9c4004
32570 Author: Kumar Gala <galak@kernel.crashing.org>
32571 Date:   Wed Feb 27 21:51:48 2008 -0600
32572
32573     [new uImage] Add autostart flag to bootm_headers structure
32574
32575     The autostart env variable was dropped as part of the initial new uImage
32576     cleanup.  Add it back here so the arch specific code can decide if it
32577     wants to really boot or not.
32578
32579     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
32580     Acked-by: Marian Balakowicz <m8@semihalf.com>
32581
32582 commit 4ed6552f715983bfc7d212c1199a1f796f1144ad
32583 Author: Kumar Gala <galak@kernel.crashing.org>
32584 Date:   Wed Feb 27 21:51:47 2008 -0600
32585
32586     [new uImage] Introduce lmb from linux kernel for memory mgmt of boot images
32587
32588     Introduce the LMB lib used on PPC in the kernel as a clean way to manage
32589     the memory spaces used by various boot images and structures.  This code
32590     will allow us to simplify the code in bootm and its support functions.
32591
32592     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
32593
32594 commit 4648c2e7a173b0d7f17bef4adaa0623090c9e904
32595 Author: Kumar Gala <galak@kernel.crashing.org>
32596 Date:   Tue Feb 19 22:03:47 2008 -0600
32597
32598     [new uImage] ppc: Allow boards to specify effective amount of memory
32599
32600     For historical reasons we limited the stack to 256M because some boards
32601     could only map that much via BATS.  However newer boards are capable of
32602     mapping more memory (for example 85xx is capable of doing up to 2G).
32603
32604     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
32605     Acked-by: Marian Balakowicz <m8@semihalf.com>
32606
32607 commit 274cea2bddbca10cdad7daa518951b75c44ef6bc
32608 Author: Kumar Gala <galak@kernel.crashing.org>
32609 Date:   Wed Feb 27 21:51:46 2008 -0600
32610
32611     [new uImage] rework error handling so common functions don't reset
32612
32613     Changed image_get_ramdisk() to just return NULL on error and have
32614     get_ramdisk() propogate that error to the caller.  It's left to the
32615     caller to call do_reset() if it wants to.
32616
32617     Also moved calling do_reset() in get_fdt() and fdt_relocate() on ppc
32618     to a common location.  In the future we will change get_fdt() and
32619     fdt_relocate() to return success/failure and not call do_reset() at all.
32620
32621     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
32622     Acked-by: Marian Balakowicz <m8@semihalf.com>
32623
32624 commit d2bc095a639672def11d5d043b5688d0dbd692ec
32625 Author: Kumar Gala <galak@kernel.crashing.org>
32626 Date:   Wed Feb 27 21:51:45 2008 -0600
32627
32628     [new uImage] ppc: Re-order ramdisk/fdt handling sequence
32629
32630     Doing the fdt before the ramdisk allows us to grow the fdt w/o concern
32631     however it does mean we have to go in and fixup the initrd info since
32632     we don't know where it will be.
32633
32634     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
32635
32636 commit 27953493ef025fb698d68c5dee39b36f01f4d530
32637 Author: Kumar Gala <galak@kernel.crashing.org>
32638 Date:   Wed Feb 27 21:51:44 2008 -0600
32639
32640     [new uImage] ppc: Determine if we are booting an OF style
32641
32642     If we are bootin OF style than we can skip setting up some things
32643     that are used for the old boot method.
32644
32645     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
32646     Acked-by: Marian Balakowicz <m8@semihalf.com>
32647
32648 commit a6612bdfe7ef37b9787b66800cf02aaded05fbeb
32649 Author: Kumar Gala <galak@kernel.crashing.org>
32650 Date:   Wed Feb 27 21:51:43 2008 -0600
32651
32652     [new uImage] Don't pass kdb to ramdisk_high since we may not have one
32653
32654     We don't actually need the kdb param as we are just using it to get
32655     bd->bi_memsize which we can get from gd->bd->bi_memsize.  Also, if we
32656     boot via OF we might not actually fill out a kdb.
32657
32658     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
32659     Acked-by: Marian Balakowicz <m8@semihalf.com>
32660
32661 commit 2b22fa4baee51e6b467c44ea1be0d1ecd86e8775
32662 Author: Kumar Gala <galak@kernel.crashing.org>
32663 Date:   Wed Feb 27 16:30:47 2008 -0600
32664
32665     85xx: Don't icbi when unlocking the cache
32666
32667     There is no reason to icbi when invalidating the temporary stack in
32668     the d-cache.  Its impossible on e500 to have the i-cache contain
32669     any addresses in the temp stack and it can be problematic in generating
32670     transactions on the bus to non-valid addresses.
32671
32672     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
32673
32674 commit 534ea6b6f86f8b75ef2ac061ef110a98f103d7d6
32675 Author: Andy Fleming <afleming@freescale.com>
32676 Date:   Wed Feb 27 15:50:50 2008 -0600
32677
32678     Fix source for ECM error IVPR
32679
32680     The source vector for the ECM was being set to 2,
32681     but that's what the source vector for DDR was being
32682     set to.  Change it to 1.
32683
32684     Signed-off-by: Andy Fleming <afleming@freescale.com>
32685
32686 commit 21fae8b2b4e4e6e648796e07e20ab13e9cb18923
32687 Author: Andy Fleming <afleming@freescale.com>
32688 Date:   Wed Feb 27 14:29:58 2008 -0600
32689
32690     Invalidate INIT_RAM TLB mappings
32691
32692     Commit 0db37dc...  (and some others) changed the INIT_RAM TLB
32693     mappings to be unguarded.  This collided with an existing "bug"
32694     where the mappings for the INIT_RAM were being kept around.
32695     This meant that speculative loads to those addresses were
32696     succeeding in the TLB, and going out to the bus, where they
32697     were causing an exception (there's nothing at that address). The
32698     Flash code was coincidentally causing such a speculative load.
32699     Rather than go back to mapping the INIT RAM as guarded, we fix
32700     it so that the entries for the INIT_RAM are invalidated.  Thus
32701     the speculative loads will fail in the TLB, and have no effect.
32702
32703     Signed-off-by: Andy Fleming <afleming@freescale.com>
32704
32705 commit 347b7938d3e561eb215aa386c37fb5acb5a383c6
32706 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32707 Date:   Sun Feb 17 22:56:17 2008 +0100
32708
32709     sbc8548: Fix Revision reading and unused variable 'path'
32710
32711     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32712
32713 commit 495d162374c472f46454453553382ad0735dc725
32714 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32715 Date:   Sun Feb 17 22:56:16 2008 +0100
32716
32717     sbc8548: Fix cfi flash bank declaration
32718
32719     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32720
32721 commit 4efbe9dbb129f857f27856936112c8c02f016be6
32722 Author: Marian Balakowicz <m8@semihalf.com>
32723 Date:   Wed Feb 27 11:02:26 2008 +0100
32724
32725     [new uImage] Correct raw FDT blob handlig when CONFIG_FIT is disabled
32726
32727     Dual format image code must properly handle all three FDT passing methods:
32728     - raw FDT blob passed
32729     - FDT blob embedded in the legacy uImage
32730     - FDT blob embedded in the new uImage
32731
32732     This patch enables proper raw FDT handling when no FIT imaeg support
32733     is compiled in. This is a bit tricky as we must dected FIT format even
32734     when FIT uImage handling is not enabled as both FIT uImages and raw FDT
32735     blobs use tha same low level format (libfdt).
32736
32737     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
32738
32739 commit ff0734cff0fb5397ce2f4602f4f3e5ec9c8a36e8
32740 Author: Marian Balakowicz <m8@semihalf.com>
32741 Date:   Wed Feb 27 11:02:26 2008 +0100
32742
32743     [new uImage] POWERPC: Add image_get_fdt() routine
32744
32745     FDT blob may be passed either: (1) raw (2) or embedded in the legacy uImage
32746     (3) or embedded in the new uImage. For the (2) case embedding image must be
32747     verified before we get FDT from it. This patch factors out legacy image
32748     specific verification routine to the separate helper routine.
32749
32750     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
32751     Acked-by: Kumar Gala <galak@kernel.crashing.org>
32752
32753 commit 1efd43601f90de21ec6c0ebb9880823e822927b1
32754 Author: Marian Balakowicz <m8@semihalf.com>
32755 Date:   Wed Feb 27 11:02:07 2008 +0100
32756
32757     [new uImage] Add image_get_kernel() routine
32758
32759     Legacy image specific verification is factored out to a separate helper
32760     routine to keep get_kernel() generic and simple.
32761
32762     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
32763     Acked-by: Kumar Gala <galak@kernel.crashing.org>
32764
32765 commit 8a5ea3e6168fe6a2780eeaf257a3b19f30dec658
32766 Author: Marian Balakowicz <m8@semihalf.com>
32767 Date:   Wed Feb 27 11:01:04 2008 +0100
32768
32769     [new uImage] Move image verify flag to bootm_headers structure
32770
32771     Do not pass image verification flag directly to related routines.
32772     Simplify argument passing and move it to the bootm_header structure which
32773     contains curently processed image specific data and is already being passed
32774     on the argument list.
32775
32776     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
32777     Acked-by: Kumar Gala <galak@kernel.crashing.org>
32778
32779 commit 823afe7cefe00dafefc6696c1cc7aa828c394234
32780 Author: Marian Balakowicz <m8@semihalf.com>
32781 Date:   Wed Feb 27 11:00:47 2008 +0100
32782
32783     [Makefile] Sort COBJS in lib_<arch> Makefiles
32784
32785     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
32786
32787 commit 6f0f9dfc4ee880fbf400a2ebe14238181a6c3f91
32788 Author: Marian Balakowicz <m8@semihalf.com>
32789 Date:   Wed Feb 27 11:00:47 2008 +0100
32790
32791     [new uImage] Optimize gen_get_image() flow control
32792
32793     When CONFIG_HAS_DATAFLASH is not defined gen_get_image() routine has nothing
32794     to do, update its control flow to better reflect that simple case.
32795
32796     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
32797     Acked-by: Kumar Gala <galak@kernel.crashing.org>
32798
32799 commit d2ced9eb19ec74f4a359949dbe353427fa6d55ca
32800 Author: Marian Balakowicz <m8@semihalf.com>
32801 Date:   Mon Feb 4 08:28:17 2008 +0100
32802
32803     [new uImage] POWERPC: Split get_fdt() into get and relocate routines
32804
32805     PPC specific FDT blob handling code is divided into two separate routines:
32806
32807     get_fdt()   - find and verify a FDT blob (either raw or image embedded)
32808     fdt_relocate()      - move FDT blob to within BOOTMAP if needed
32809
32810     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
32811     Acked-by: Kumar Gala <galak@kernel.crashing.org>
32812
32813 commit 33fa5c0bfaf465de8ceb23fcd6b397f68b35a817
32814 Author: Jon Loeliger <jdl@freescale.com>
32815 Date:   Mon Feb 25 13:13:37 2008 -0600
32816
32817     86xx: Fix renamed GUR symbols in sbc8641d board.
32818
32819     Back in commit a551cee99ad1d1da20fd23ad265de47448852f56
32820     (86xx: Fix GUR PCI config registers properly), we should have
32821     changed the MPC86xx_PORBMSR_HA and MPC86xx_PORDEVSR_IO_SEL
32822     symbols in the sbc8641d board as well.  Fix this oversight.
32823
32824     Signed-off-by: Jon Loeliger <jdl@freescale.com>
32825
32826 commit 64cd594e623c39f73964d18787763e4533f791f7
32827 Author: Stefan Roese <sr@denx.de>
32828 Date:   Mon Feb 25 16:50:48 2008 +0100
32829
32830     ppc4xx: Fix acadia_nand build problem
32831
32832     Don't include testdram() on NAND-booting target acadia_nand. This saves
32833     a few bytes and makes the target build clean again.
32834
32835     Signed-off-by: Stefan Roese <sr@denx.de>
32836
32837 commit 14e099e698d41e8179d05c2b2dbcf704a236f748
32838 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32839 Date:   Sun Feb 24 23:03:12 2008 +0000
32840
32841     mx1fs2/flash: Fix multiple pointertargets in assignment differ in signedness
32842
32843     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32844
32845 commit 724902c8464e610642b3a170278b99710325888e
32846 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32847 Date:   Sun Feb 24 23:03:11 2008 +0000
32848
32849     arm-imx: Fix registers definition
32850
32851     Sync registers definition with linux
32852
32853     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32854
32855 commit 4cd288b589ea1178947c6e364453c32b3dede6b7
32856 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32857 Date:   Sun Feb 24 23:03:10 2008 +0000
32858
32859     actua1/actua2/actua3: Fix multipleunused variable
32860
32861     - actua1:
32862         actux1.c: In function 'checkboard':
32863         actux1.c:92: warning: unused variable 'revision'
32864
32865     - actua2:
32866         actux2.c: In function 'checkboard':
32867         actux2.c:100: warning: unused variable 's'
32868         actux2.c:99: warning: unused variable 'revision'
32869         actux2.c: In function 'reset_phy':
32870         actux2.c:130: warning: unused variable 'i'
32871
32872     - actua3:
32873         actux3.c: In function 'checkboard':
32874         actux3.c:114: warning: unused variable 'revision'
32875
32876     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32877
32878 commit d5934ad7756f038a393a9cfab76a4fe306d9d930
32879 Author: Marian Balakowicz <m8@semihalf.com>
32880 Date:   Mon Feb 4 08:28:09 2008 +0100
32881
32882     [new uImage] Add dual format uImage support framework
32883
32884     This patch adds framework for dual format images. Format detection is added
32885     and the bootm controll flow is updated to include cases for new FIT format
32886     uImages.
32887
32888     When the legacy (image_header based) format is detected appropriate
32889     legacy specific handling is invoked. For the new (FIT based) format uImages
32890     dual boot framework has a minial support, that will only print out a
32891     corresponding debug messages. Implementation of the FIT specific handling will
32892     be added in following patches.
32893
32894     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
32895
32896 commit b29661fc1151077776454288051bc9a488351ce8
32897 Author: Wolfgang Denk <wd@denx.de>
32898 Date:   Sun Feb 24 15:21:36 2008 +0100
32899
32900     Coding style cleanup. Prepare v1.3.2-rc2 release candidate
32901
32902     Signed-off-by: Wolfgang Denk <wd@denx.de>
32903
32904 commit 00b48a48424894daa589d166d73277830b1c6ac4
32905 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32906 Date:   Sat Feb 23 12:15:56 2008 +0100
32907
32908     ENV: remove saveenv when CFG_ENV_IS_NOWHERE is selected
32909
32910     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32911
32912 commit b075d74efb70ff68c49a2532f26b56d6703b69c1
32913 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
32914 Date:   Sat Feb 23 17:24:16 2008 +0900
32915
32916     Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on 32bit targets.
32917
32918     ----------------------------------------------------------------
32919     Olaf Hering [Wed, 17 Oct 2007 06:27:13 +0000 (23:27 -0700)]
32920
32921     Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on
32922     32bit targets.
32923
32924     GCC can be made to warn about usage of long long types with ISO C90
32925     (-ansi), but only with -pedantic.  You can write this in a way that even
32926     then it doesn't cause warnings, namely by:
32927
32928     #ifdef __GNUC__
32929     __extension__ typedef __signed__ long long __s64;
32930     __extension__ typedef unsigned long long __u64;
32931     #endif
32932
32933     The __extension__ keyword in front of this switches off any pedantic
32934     warnings for this expression.
32935
32936     Signed-off-by: Olaf Hering <olh@suse.de>
32937     Cc: <linux-arch@vger.kernel.org>
32938     Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
32939     Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
32940     ----------------------------------------------------------------
32941
32942     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
32943
32944 commit 208acd112e6517b21fc30c420396902b103563ac
32945 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
32946 Date:   Sat Feb 23 17:07:57 2008 +0900
32947
32948     cpu/mcf52x2/config.mk: Make needlessly deffered expansions immediate.
32949
32950     This will reduce the build time.
32951
32952     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
32953
32954 commit 495a0dde7fa1b14cdc15607d86503ec2bdcd02c4
32955 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
32956 Date:   Sat Feb 23 17:05:00 2008 +0900
32957
32958     cpu/ppc4xx/config.mk: Make a needlessly deffered expansion immediate.
32959
32960     This will reduce the build time.
32961
32962     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
32963
32964 commit e682ba399a1d76f09d8cc7af1e57066f1d360d91
32965 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
32966 Date:   Sat Feb 23 16:58:41 2008 +0900
32967
32968     cpu/mips/cofigl.mk: Make a needlessly deffered expansion immediate.
32969
32970     This reduces the build time by ~10%. Here's the gth2_config example.
32971
32972             BEFORE       AFTER
32973     real    0m31.441s    0m27.833s
32974     user    0m24.766s    0m23.045s
32975     sys     0m10.425s    0m7.468s
32976
32977     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
32978
32979 commit 02409f8cf54c7cd91981f0dfec135dbf3858090c
32980 Author: Marcel Moolenaar <marcelm@juniper.net>
32981 Date:   Fri Feb 22 10:48:07 2008 -0800
32982
32983     make define2mk.sed work on FreeBSD
32984
32985     In the thread "[1.3.2-rc1] MPC8548CDS/MPC8555CDS configs fails to link",
32986     the define2mk.sed script was identified as the source of the link
32987     failure on FreeBSD. The problem is that sed(1) does not always support
32988     the '+' operator. It isn't on FreeBSD. The attach patch implements the
32989     equivalent, using the '*' operator instead and should work everywhere.
32990
32991     Signed-off-by: Marcel Moolenaar <marcelm@juniper.net>
32992
32993 commit e5084af8ded58453cd07ec1af8b0f29f34122bbc
32994 Author: Detlev Zundel <dzu@denx.de>
32995 Date:   Fri Feb 22 17:21:32 2008 +0100
32996
32997     Replace deprecated "ramdisk" with "ramdisk_size" kernel parameter.
32998
32999     The Linux commit fac8b209b1084bc85748bd54e13d00c1262b220f ("Remove
33000     final traces of long-deprecated "ramdisk" kernel parm") makes these
33001     changes neccessary.
33002
33003     Signed-off-by: Detlev Zundel <dzu@denx.de>
33004
33005 commit d01b847c5cd070895c4ba178c85cd068a95cf7cd
33006 Author: Larry Johnson <lrj@acm.org>
33007 Date:   Thu Feb 21 13:58:16 2008 -0500
33008
33009     LM75 bug fix for negative temperatures
33010
33011     When the LM75 temperature sensor measures a temperature below 0 C, the
33012     current driver does not perform sign extension, so the result returned is
33013     256 C too high.  This patch fixes the problem.
33014
33015     Signed-off-by: Larry Johnson <lrj@acm.org>
33016
33017 commit 5a910c224b13e413bda41922379add6d75c32da3
33018 Author: Heiko Schocher <hs@denx.de>
33019 Date:   Thu Feb 21 18:33:45 2008 +0100
33020
33021     IDS8247: update MAINTAINER entry.
33022
33023     Signed-off-by: Heiko Schocher <hs@denx.de>
33024
33025 commit 79eac2bfb591f2b028ec1735049dc91e4320de4a
33026 Author: Heiko Schocher <hs@denx.de>
33027 Date:   Thu Feb 21 18:31:15 2008 +0100
33028
33029     Fix device tree for mgsuvd board.
33030
33031     Rename the "scc" node in "ethernet" for the mgsuvd board.
33032
33033     Signed-off-by: Heiko Schocher <hs@denx.de>
33034
33035 commit 2e721094a70a52206af2e1bf1208d9a7131f6dad
33036 Author: Yuri Tikhonov <yur@emcraft.com>
33037 Date:   Thu Feb 21 14:23:42 2008 +0100
33038
33039     lwmon5: enable hardware watchdog
33040
33041     Some boards (e.g. lwmon5) may use rather small watchdog intervals, so
33042     causing it to reboot the board if U-Boot does a long busy-wait with
33043     udelay(). Thus, for these boards we have to restart WD more
33044     frequently.
33045
33046     This patch splits the busy-wait udelay() into smaller, predefined,
33047     intervals, so that the watchdog timer may be resetted with the
33048     configurable (CONFIG_WD_PERIOD) interval.
33049
33050     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
33051
33052 commit bc77881247ee6f95d7a9ebc499d26b96bae38c9d
33053 Author: Anatolij Gustschin <agust@denx.de>
33054 Date:   Thu Feb 21 12:52:29 2008 +0100
33055
33056     ppc4xx: Support for ATI Radeon 9200 card on sequoia
33057
33058     Adds configuration option for ATI Radeon 9200 card
33059     support to sequoia config file. If CONFIG_VIDEO
33060     is enabled, TEXT_BASE should be changed to 0xFFF80000.
33061
33062     Signed-off-by: Anatolij Gustschin <agust@denx.de>
33063
33064 commit 5a9abcc317cf3c8a69559ff83081f4e5d719edb7
33065 Author: Kumar Gala <galak@kernel.crashing.org>
33066 Date:   Mon Feb 18 08:18:07 2008 -0600
33067
33068     Remove duplicate defines for ARRAY_SIZE
33069
33070     A few duplicate of the ARRAY_SIZE macro sneaked in since we put
33071     the define in common.h.
33072
33073     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33074
33075 commit 81d93e5c4b83d8b6dcee69de6f4a14ccf6f7114a
33076 Author: Kumar Gala <galak@kernel.crashing.org>
33077 Date:   Mon Feb 18 08:09:37 2008 -0600
33078
33079     ppc: Allow boards to specify effective amount of memory
33080
33081     For historical reasons we limited the stack to 256M because some boards
33082     could only map that much via BATS.  However newer boards are capable of
33083     mapping more memory (for example 85xx is capable of doing up to 2G).
33084
33085     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33086
33087 commit 755c35f54ba7eb7687aa7935e04a02a01ef1b27b
33088 Author: Mike Frysinger <vapier@gentoo.org>
33089 Date:   Mon Feb 18 05:24:13 2008 -0500
33090
33091     include autoconf.mk before any other .mk files
33092
33093     This bumps the autoconf.mk include step above board/cpu/arch/etc... so that
33094     those .mk files can have make if statements based on the current config.
33095
33096     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
33097
33098 commit 16fe77752eee099b9fb61ed73460e51cc94b37ba
33099 Author: Mike Frysinger <vapier@gentoo.org>
33100 Date:   Mon Feb 18 05:10:07 2008 -0500
33101
33102     error check autoconf.mk generation
33103
33104     If any of the steps for generating autoconf.mk fail currently, they go
33105     unnoticed.  To fix, we can simply add 'set -e' to the long list of commands.
33106     This is simpler and more robust than placing '|| exit $$?' after every line.
33107
33108     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
33109
33110 commit 019895a8dee71a9f00da05c03e379f45d581b0fe
33111 Author: Stefano Babic <sbabic@denx.de>
33112 Date:   Mon Feb 18 08:03:51 2008 +0100
33113
33114     Fix bug in dependency checking
33115
33116     By adding VERSION_FILE to the PHONY targets the script
33117     /tools/setlocalversion is always called and version_autogenerated.h
33118     is replaced only if the script find a modified source file.
33119
33120     Signed-off-by: Stefano Babic <sbabic@denx.de>
33121
33122 commit 98ba144ccc912eee90dd42699f023c497ce774c6
33123 Author: Kyungmin Park <kmpark@infradead.org>
33124 Date:   Mon Feb 18 14:35:43 2008 +0900
33125
33126     Fix GPMC CS2 memory setup at apollon
33127
33128     It disables the current map first
33129
33130     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
33131
33132 commit e845e07e1e6e64f40e35688439d3cdcf01cfff4f
33133 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33134 Date:   Sun Feb 17 23:52:46 2008 +0100
33135
33136     uli526x: Fix multiple differ in signedness and parentheses around comparison
33137
33138     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33139
33140 commit beeccf7a5dc5415c202e0132a33c58fc316c2a62
33141 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33142 Date:   Sun Feb 17 16:58:04 2008 +0100
33143
33144     MIPS: Fix CFG_NO_FLASH support
33145
33146     - Fix flash_init call when CFG_NO_FLASH is used
33147     - Remove no more needed flash.c for qemu-mips
33148
33149     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33150
33151 commit edfed1d91df2b2670a812ca9d1a1f9faae7dba47
33152 Author: Mike Frysinger <vapier@gentoo.org>
33153 Date:   Sat Feb 16 02:40:18 2008 -0500
33154
33155     easylogo: clean up some more and add -r (rgb) support
33156
33157     Michael Hennerich added support for outputting an image in RGB format rather
33158     than forcing YUYV all the time.  This makes obvious sense if the display you
33159     have takes RGB input rather than YUYV.
33160
33161     Rather than hack in support for options, I've converted it to use getopt and
33162     cleaned up the argument parsing in the process.
33163
33164     Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
33165     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
33166
33167 commit f65c98129ccada3f7caf97d80395a95b84e911de
33168 Author: Mike Frysinger <vapier@gentoo.org>
33169 Date:   Sat Feb 16 02:12:37 2008 -0500
33170
33171     Makefile: add target for $(LDSCRIPT)
33172
33173     If the $(LDSCRIPT) does not exist (normally it's board/$(BOARD)/u-boot.lds),
33174     then change into the board directory and try and create it.  This allows you
33175     to generate the linker script on the fly based upon board defines (like the
33176     Blackfin boards do).
33177
33178     There should be no regressions due to this change as the normal case is to
33179     already have a u-boot.lds file.  If that's the case, then there's nothing to
33180     generate, and so make will always exit.  The fix here is that if the linker
33181     script does not exist, the implicit rules take over and attempt to guess how
33182     to generate the file.
33183
33184     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
33185
33186 commit 5583cbf736474ef754e128a54fb78632f57b48fd
33187 Author: Marian Balakowicz <m8@semihalf.com>
33188 Date:   Thu Feb 21 17:27:49 2008 +0100
33189
33190     [new uImage] Fix erroneous use of image_get_magic() in fdc/usb cmds
33191
33192     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
33193
33194 commit 2242f5369822bc7780db95c47985bb408ea9157b
33195 Author: Marian Balakowicz <m8@semihalf.com>
33196 Date:   Thu Feb 21 17:27:41 2008 +0100
33197
33198     [new uImage] Rename and move print_image_hdr() routine
33199
33200     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
33201
33202 commit f50433d670ec2ee9e96abac67cdc6e5e061a810d
33203 Author: Marian Balakowicz <m8@semihalf.com>
33204 Date:   Thu Feb 21 17:20:20 2008 +0100
33205
33206     [new uImage] Add fit_parse_conf() and fit_parse_subimage() routines
33207
33208     Introducing routines for parsing new uImage format bootm arguments:
33209     [<addr>]#<conf>             - configuration specification
33210     [<addr>]:<subimg>   - subimage specification
33211
33212     New format images can contain multiple subimages of the same type. For example
33213     a single new format image file can contain three kernels, two ramdisks and a
33214     couple of FDT blobs. Subimage and configuration specifications are extensions
33215     to bootm (and other image-related commands) arguments' syntax that allow to
33216     specify which particular subimage should be operated on.
33217
33218     Subimage specification is used to denote a particular subimage. Configurations
33219     are a bit more complex -- they are used to define a particualr booting setup,
33220     for example a (kernel, fdt blob) pair, or a (kernel, ramdisk, fdt blob) tuple,
33221     etc.
33222
33223     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
33224
33225 commit fff888a1997ff7de9b29e24050fc4a0fd403ba16
33226 Author: Marian Balakowicz <m8@semihalf.com>
33227 Date:   Thu Feb 21 17:20:19 2008 +0100
33228
33229     [new uImage] Add gen_get_image() routine
33230
33231     This routine assures that image (whether legacy or FIT) is not
33232     in a special dataflash storage.
33233
33234     If image address is a dataflash address image is moved to system RAM.
33235
33236     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
33237
33238 commit 75d3e8fbd93c14d9929d024c75af2d742c76db70
33239 Author: Marian Balakowicz <m8@semihalf.com>
33240 Date:   Thu Feb 21 17:20:18 2008 +0100
33241
33242     [new uImage] Pull in libfdt if CONFIG_FIT is enabled
33243
33244     New uImage format (Flattened Image Tree) requires libfdt
33245     functionality, print out error message if CONFIG_OF_LIBFDT
33246     is not defined.
33247
33248     New uImage support is enabled by defining CONFIG_FIT (and CONFIG_OF_LIBFDT).
33249     This commit turns it on by default.
33250
33251     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
33252
33253 commit 1ba639da5604a64b3ed884a2cbb1c5414a9fa728
33254 Author: Michael Schwingen <michael@schwingen.org>
33255 Date:   Mon Feb 18 23:16:35 2008 +0100
33256
33257     CFI: Do not use uninitialized cmd_reset
33258
33259     Do not use uninitialized cmd_reset; issue both AMD and Intel reset
33260     commands instead
33261
33262     From a short test, it looks like AMD-style flash roms treat *any* unknown
33263     command write as a reset, at least when in CFI Query mode, so issuing the
33264     Intel reset command to AMD-style flashs seems safe (from the small sample I
33265     have), plus the 3-cycle magic sequence should kick the state machine into
33266     the right state even without a reset command. Since the AMD-style flashs
33267     require the unlock sequence for real operation, I chose to try the AMD reset
33268     command first, so that Intel flashs do no see an invalid command prior to
33269     the CFI query.
33270
33271     I have tested the patch on AM29LV320-style flashs from Fujitsu and Macronix,
33272     plus Intel StrataFlash.
33273
33274     Signed-off-by: Michael Schwingen <michael@schwingen.org>
33275     Signed-off-by: Stefan Roese <sr@denx.de>
33276
33277 commit e7a85f26830c9f2e78506421c2d519a2965bc7a1
33278 Author: Rafal Jaworowski <raj@semihalf.com>
33279 Date:   Thu Feb 21 11:56:44 2008 +0100
33280
33281     API: Add (c) and licensing notice to the public API header.
33282
33283     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
33284
33285 commit 928d1d77f8623c120d8763e20e1ca58df9c5c4c6
33286 Author: Yuri Tikhonov <yur@emcraft.com>
33287 Date:   Thu Feb 21 11:06:07 2008 +0100
33288
33289     Fix CPU POST test failure
33290
33291     The CPU POST test code (run from cpu_post_exec_31()) doesn't follow the
33292     ABI carefully, at least the CR3, CR4, and CR5 fields of CR are clobbered
33293     by it. The gcc-4.2 with its more aggressive optimization exposes this fact.
33294     This patch just saves the CR value before running the test code, so allowing
33295     it to do anything it wants with CR.
33296
33297     Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
33298     Acked-by: Yuri Tikhonov <yur@emcraft.com>
33299     --
33300
33301 commit d5908b093955415f3d340706378b991f911af671
33302 Author: Jon Loeliger <jdl@freescale.com>
33303 Date:   Wed Feb 20 15:26:51 2008 -0600
33304
33305     8610HPCD: Document the flashbank selection switches.
33306
33307     Signed-off-by: Jon Loeliger <jdl@freescale.com>
33308
33309 commit a551cee99ad1d1da20fd23ad265de47448852f56
33310 Author: Jon Loeliger <jdl@freescale.com>
33311 Date:   Wed Feb 20 14:22:26 2008 -0600
33312
33313     86xx: Fix GUR PCI config registers properly.
33314
33315     Back in commit 975a083a5ef785c414b35f9c5b8ae25b26b41524 where
33316     I tried to "8610HPCD: Fix typos in two PCI setup registers", I
33317     botched it due to not realizing that 8610 and 8641 had different
33318     Global Utility Register defintions, one of which was like 85xx,
33319     and the other wasn't.  Correct this problem by introducing two
33320     symbols, one for each 86xx SoC, but neither of which is named
33321     anything like 85xx.
33322
33323     My bad.  Lovely Wednesday with git bisect.  You know.
33324
33325     Signed-off-by: Jon Loeliger <jdl@freescale.com>
33326
33327 commit cb06eb961bdffc8728b38c242473d802e83ab2b4
33328 Author: Jon Loeliger <jdl@freescale.com>
33329 Date:   Wed Feb 20 12:24:11 2008 -0600
33330
33331     8610HPCD: Don't use VIDEO/CFB_CONSOLE by default.
33332
33333     Without an actual supported video card hooked up, enabling
33334     the CONFIG_VIDEO by default just makes it look broken by
33335     routing all console output to the video card.   Don't.
33336
33337     Signed-off-by: Jon Loeliger <jdl@freescale.com>
33338
33339 commit 4d264eff4312f230776b913edade7ceb75f1b1e0
33340 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
33341 Date:   Wed Jan 30 15:08:15 2008 -0600
33342
33343     ColdFire: Fix missing code flash size for M5485EVB
33344
33345     Signed-off-by: James Mahan <kmahan@freescale.com>
33346     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
33347
33348 commit c54f9263e4e11e34b1e70c160bc467ef1d8ec59d
33349 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
33350 Date:   Wed Jan 30 15:04:42 2008 -0600
33351
33352     ColdFire: Fix 5282 and 5271 interrupt mask bit
33353
33354     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
33355
33356 commit 975a083a5ef785c414b35f9c5b8ae25b26b41524
33357 Author: Jon Loeliger <jdl@freescale.com>
33358 Date:   Tue Feb 19 12:31:08 2008 -0600
33359
33360     8610HPCD: Fix typos in two PCI setup registers.
33361
33362     The two symbols MPC86xx_PORDEVSR_IO_SEL and MPC86xx_PORBMSR_HA
33363     were erroneously present as 85xx names and values, leftover from
33364     the clone wars.  Fix this by removing the 85xx cruft from the
33365     86xx codebase.
33366
33367     Signed-off-by: Jon Loeliger <jdl@freescale.com>
33368
33369 commit 13f5433f700d4da9f6fdf2a4bb80310133a7c170
33370 Author: Jon Loeliger <jdl@freescale.com>
33371 Date:   Mon Feb 18 14:01:56 2008 -0600
33372
33373     86xx: Convert sbc8641d to use libfdt.
33374
33375     This is the proper fix for a missing closing brace in the function
33376     ft_cpu_setup() noticed by joe.hamman <at> embeddedspecialties.com.
33377     The ft_cpu_setup() function in mpc8641hpcn.c should have been
33378     removed earlier as it was under the obsolete CONFIG_OF_FLAT_TREE,
33379     but was missed.  Only, the sbc8641d was nominally still using it.
33380     It all got ripped out, and the funcality that was in ft_board_setup()
33381     was refactored to remove the CPU portions into the new file
33382     cpu/mpc86xx/fdt.c instead.  Make sbc8641d use this now.
33383
33384     Based loosely on an original patch from joe.hamman@embeddedspecialties.com
33385
33386     Signed-off-by: Jon Loeliger <jdl@freescale.com>
33387
33388 commit 04efddc87c50c84f85dad5c331c634a6ce830a83
33389 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33390 Date:   Sun Feb 17 23:35:31 2008 +0100
33391
33392     mpc86xx: Fix unused variable 'config' and 'immap'
33393
33394     and remove useless CONFIG_DDR_INTERLEAVE
33395
33396     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33397
33398 commit 83d1b3876695c4f21faff2b731d9ef83f38ed208
33399 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33400 Date:   Sun Feb 17 23:03:36 2008 +0100
33401
33402     mpc86xx: Fix implicit declaration of functions 'init_laws' and 'disable_law'
33403
33404     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33405
33406 commit b6f29c84c208a091f95a10cbc9852d729659ba20
33407 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33408 Date:   Sun Feb 17 14:15:31 2008 +0100
33409
33410     s3c24x0: Fix unused variable 'i' in function 'serial_init_dev'
33411
33412     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33413
33414 commit 0937b8d869fdb42d6ad4fe312958639bd62c973f
33415 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33416 Date:   Sun Feb 17 14:15:32 2008 +0100
33417
33418     pxa: fix assignment from incompatible pointer type
33419
33420     fix mmc_bread function prototype
33421
33422     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33423
33424 commit 64d792063fff90b8118179b092feee09fe5cae13
33425 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33426 Date:   Sun Feb 17 14:15:30 2008 +0100
33427
33428     at91cap9adk: fix implicit declaration of function 'eth_init'
33429
33430     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33431
33432 commit 375c4353db8f900f7ec772e26fab116ec00f7d3a
33433 Author: Wolfgang Denk <wd@denx.de>
33434 Date:   Sun Feb 17 15:43:44 2008 +0100
33435
33436     Remove files added by mistake, update CHANGELOG.
33437
33438     Signed-off-by: Wolfgang Denk <wd@denx.de>
33439
33440 commit b738654d3c84a30f2bfd9a8d7652ff20807c890c
33441 Author: Mike Nuss <mike@terascala.com>
33442 Date:   Wed Feb 6 11:10:11 2008 -0500
33443
33444     PPC440EPx: Optionally enable second I2C bus
33445
33446     The option CONFIG_I2C_MULTI_BUS does not have any effect on Sequoia, the
33447     PPC440EPx reference platform, because IIC1 is never enabled. Add Sequoia board
33448     code to turn on IIC1 if CONFIG_I2C_MULTI_BUS is selected.
33449
33450     Signed-off-by: Mike Nuss <mike@terascala.com>
33451     Cc: Stefan Roese <sr@denx.de>
33452
33453 commit ef5b4f221c22d05770878513951745f236b5b43f
33454 Author: Niklaus Giger <niklaus.giger@netstal.com>
33455 Date:   Tue Feb 5 10:26:44 2008 +0100
33456
33457     ppc4xx: HCU4/5. Cleanup configs
33458
33459     - hcu4.h: Removed define of CONFIG_PPC405GPr
33460     - Corrected phy addresses
33461     - Fix boot variables
33462     - Respect line length of 80 chars
33463
33464     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
33465
33466 commit 74973126d1be63ac75bdc192f46234dca3a7c421
33467 Author: Niklaus Giger <niklaus.giger@netstal.com>
33468 Date:   Tue Feb 5 11:31:28 2008 +0100
33469
33470     ppc4xx: HCU4/5. Cleanups
33471
33472     - Fix some coding style violations.
33473     - Use in/out_u16/32 where appropriate.
33474     - Use register names from ppc405.h.
33475     - Fix trace useage for Lauterbach.
33476     - Remove obsolete generation HCU2.
33477     - Renamed fixed_hcu4_sdram to init_ppc405_sdram.
33478
33479     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
33480
33481 commit 8cc10d06b833ed917a19ad358c8ebbed8bc19555
33482 Author: Niklaus Giger <niklaus.giger@netstal.com>
33483 Date:   Tue Feb 5 10:26:41 2008 +0100
33484
33485     ppc4xx: PPC405GPr fix missing register definitions
33486
33487     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
33488
33489 commit 214398d9cb22268d9d4f7563359edca0f78297a2
33490 Author: Larry Johnson <lrj@acm.org>
33491 Date:   Fri Jan 18 21:49:05 2008 -0500
33492
33493     ppc4xx: Beautify configuration files for Sequoia and Korat boards
33494
33495     Signed-off-by: Larry Johnson <lrj@acm.org>
33496
33497 commit 30c6a241e88499f536e86d325759e29ba00ff67f
33498 Author: Anatolij Gustschin <agust@denx.de>
33499 Date:   Fri Feb 15 20:09:01 2008 +0100
33500
33501     Wipe out assembler warnings while compiling x86 biosemu
33502
33503     This patch tries to get rid of some assembler warnings about
33504     changed .got2 section type while compiling x86 bios emulator
33505     code.
33506
33507     Signed-off-by: Anatolij Gustschin <agust@denx.de>
33508
33509 commit 67a4389e39ad853d65b72e2b7cad15c7e8291147
33510 Author: Wolfgang Denk <wd@denx.de>
33511 Date:   Fri Feb 15 00:57:09 2008 +0100
33512
33513     Prepare v1.3.2-rc1 release candidate
33514
33515 commit f33e9653c9c09868995d788511d573771c209fe5
33516 Author: Anatolij Gustschin <agust@denx.de>
33517 Date:   Fri Feb 15 00:13:20 2008 +0100
33518
33519     Fix compile warning on lib_ppc/board.c
33520
33521     Signed-off-by: Anatolij Gustschin <agust@denx.de>
33522
33523 commit e5c6f9f8bec4dff9603419161e3a15cc8ad5d5f4
33524 Author: Anatolij Gustschin <agust@denx.de>
33525 Date:   Thu Feb 14 18:22:04 2008 +0100
33526
33527     Add Radeon Mobility 9200 pci device id to the radeon driver
33528
33529     This patch extends PCI device id table of the
33530     radeon driver so that the driver will also support
33531     Radeon Mobility 9200 (M9+) based boards.
33532
33533     Signed-off-by: Anatolij Gustschin <agust@denx.de>
33534
33535 commit 1b8607e1f7143548c6062c28371449ec69588c00
33536 Author: Anatolij Gustschin <agust@denx.de>
33537 Date:   Thu Feb 14 18:19:50 2008 +0100
33538
33539     Extend ATI Radeon driver to support more video modes
33540
33541     Adds ATI Radeon 9200 support for 1280x1024, 1024x768,
33542     800x600, 640x480 at 24, 16 and 8 bpp.
33543
33544     Signed-off-by: Anatolij Gustschin <agust@denx.de>
33545
33546 commit 4124382de029d361162a4b8cecc773eb8f26e2a8
33547 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33548 Date:   Sun Feb 10 17:05:20 2008 +0100
33549
33550     xsengine: fix typo and few coding style
33551
33552     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33553
33554 commit 6f4abee789b6d9be3ec4b97ad48f509355559e9e
33555 Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
33556 Date:   Fri Feb 8 21:25:58 2008 +0100
33557
33558     Fix wrong memory limit calculation in memory-test
33559
33560     If the length of the memory address range passed to the "mtest" command is
33561     not of the form 2^x - 1, not all address lines are tested. This bug is
33562     inherited from the original software at
33563     http://www.netrino.com/Embedded-Systems/How-To/Memory-Test-Suite-C. Fix
33564     this.
33565
33566     Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
33567
33568 commit 7e30f5eac7f07082a7ca77b7d91b944a8d0af6db
33569 Author: Wolfgang Denk <wd@denx.de>
33570 Date:   Fri Feb 15 00:11:39 2008 +0100
33571
33572     Coding STyle cleanup.
33573
33574     Signed-off-by: Wolfgang Denk <wd@denx.de>
33575
33576 commit f6921e3dc331293c873ec4d109fd5517a42a90b3
33577 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
33578 Date:   Tue Feb 5 13:30:43 2008 +0900
33579
33580     sh: Fix register address of SH7722
33581
33582     The address of SH7722 is wrong by old document.
33583     This patch fixes this problem.
33584
33585     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
33586
33587 commit 0ec7a061fb1c277f6afd73d61dd71bd21e7ef7b2
33588 Author: Mike Frysinger <vapier@gentoo.org>
33589 Date:   Mon Feb 4 17:44:23 2008 -0500
33590
33591     only update version header as needed
33592
33593     Constantly rebuilding the version header will force useless relinking, so we
33594     simply need to compare the new header with the existing one before updating
33595     it.
33596
33597     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
33598
33599 commit 208447f8e953f347425eb92c8e28d59e6d911363
33600 Author: Mike Frysinger <vapier@gentoo.org>
33601 Date:   Mon Jan 28 05:56:19 2008 -0500
33602
33603     Do not specify a CROSS_COMPILE default when executing size
33604
33605     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
33606
33607 commit 1f780aa6f17a5d79791d69ec1d2f66d76ac45d8e
33608 Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
33609 Date:   Wed Feb 13 11:19:19 2008 +0100
33610
33611     Fix return value of mtest when CFG_ALT_MEMTEST set
33612
33613     Fix a missing return statement from a non-void function.
33614
33615     Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
33616
33617 commit 943afa229cf5bf70ef917c7eb6bd0db59a1ba602
33618 Author: Timur Tabi <timur@freescale.com>
33619 Date:   Wed Jan 9 14:35:26 2008 -0600
33620
33621     85xx, 86xx: Determine I2C clock frequencies and store in global_data
33622
33623     Update global_data to define i2c1_clk and i2c2_clk to 85xx and 86xx.
33624
33625     Update the get_clocks() function in 85xx and 86xx to determine the I2C
33626     clock frequency and store it in gd->i2c1_clk and gd->i2c2_clk.
33627
33628     Signed-off-by: Timur Tabi <timur@freescale.com>
33629
33630 commit b931b3a9c3bdfaaeaa71e57a6026eec726005b08
33631 Author: Wolfgang Denk <wd@denx.de>
33632 Date:   Thu Feb 14 23:18:01 2008 +0100
33633
33634     TQM834x: clean up configuration
33635
33636     Get board name consistent with Linux and elsewhere;
33637     get rid of local network definitions etc.
33638
33639     Signed-off-by: Wolfgang Denk <wd@denx.de>
33640
33641 commit 38cc09c55b1d7f233789052c6fc462e5377669a9
33642 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33643 Date:   Thu Feb 14 08:02:12 2008 +0100
33644
33645     TFTP: fix search of ':' in BootFile
33646
33647     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33648
33649 commit 0bc9efada170096c6b273f19165e32936d330d80
33650 Author: Wolfgang Denk <wd@denx.de>
33651 Date:   Thu Feb 14 22:46:55 2008 +0100
33652
33653     Coding style cleanup; update CHANGELOG.
33654
33655     Signed-off-by: Wolfgang Denk <wd@denx.de>
33656
33657 commit e7670f6c1e52ae6d2a43ff75a8bcfa7a5c86e47b
33658 Author: Wolfgang Denk <wd@denx.de>
33659 Date:   Thu Feb 14 22:43:22 2008 +0100
33660
33661     PPC: Use r2 instead of r29 as global data pointer
33662
33663     R29 was an unlucky choice as with recent toolchains (gcc-4.2.x) gcc
33664     will refuse to use load/store multiple insns; instead, it issues a
33665     list of simple load/store instructions upon function entry and exit,
33666     resulting in bigger code size, which in turn makes the build for a
33667     few boards fail.
33668
33669     Use r2 instead.
33670
33671     Signed-off-by: Wolfgang Denk <wd@denx.de>
33672
33673 commit 3c234efa693bc59906c2be55c7918ecbb55392ea
33674 Author: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com>
33675 Date:   Wed Jan 30 09:08:49 2008 +0100
33676
33677     ARM: make the machid configurable via the environment
33678
33679     If the variable "machid" exists, let do_bootm_linux use that instead
33680     of bd->bi_arch_number.
33681
33682     Signed-off-by: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com>
33683
33684 commit dd24058407c5add45cc60aec6c757ddc1a17e1b0
33685 Author: Vlad Lungu <vlad@comsys.ro>
33686 Date:   Wed Jan 23 16:34:46 2008 +0200
33687
33688     Use #ifdef CONFIG_FSLDMAFEC
33689
33690     MCD_tasks.c lacks [subject] so compilation of mips targets (and more, probably)
33691     fails
33692
33693     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
33694
33695 commit 26c7bab81e08dc7bd696c48f753428a829629bd8
33696 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
33697 Date:   Sat Jan 19 10:25:59 2008 +0900
33698
33699     common/miiphyutil.c: Cleanup MII_DEBUG and debug()
33700
33701     Current MII_DEBUG is confusing in two ways. One is useless define-then-
33702     undef at the top of the file. The other is there is only one debug() in
33703     this file, and that doesn't seem worthwhile to bother having MII_DEBUG.
33704     While there are many useful printf()/puts() debug codes, but they are for
33705     DEBUG, not for MII_DEBUG.
33706
33707     This patch tries to put them all together into MII_DEBUG and debug().
33708
33709     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
33710
33711 commit 751b9b5189f3274b03c809172631316d6b002c82
33712 Author: Kyungmin Park <kmpark@infradead.org>
33713 Date:   Thu Jan 17 16:43:25 2008 +0900
33714
33715     OneNAND Initial Program Loader (IPL) support
33716
33717     This patch enables the OneNAND boot within U-Boot.
33718     Before this work, we used another OneNAND IPL called X-Loader based
33719     on open source. With this work, we can build the oneboot.bin image
33720     without other program.
33721
33722     The build sequence is simple.
33723     First, it compiles the u-boot.bin
33724     Second, it compiles OneNAND IPL
33725     Finally, it becomes the oneboot.bin from OneNAND IPL and u-boot.bin
33726     The mechanism is similar with NAND boot except it boots from itself.
33727
33728     Another thing is that you can only use the OneNAND IPL only to work
33729     other bootloader such as RedBoot and so on.
33730
33731     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
33732
33733 commit 21f6f9636f0e978397548751347425fbf8d42bb3
33734 Author: Andy Fleming <afleming@freescale.com>
33735 Date:   Wed Jan 16 13:06:59 2008 -0600
33736
33737     Fix CONFIG_MMC usage in fat code
33738
33739     A #if statement in fat.c depended on CONFIG_MMC, instead of
33740     defined(CONFIG_MMC).  This meant CONFIG_MMC needed to be defined
33741     as "1" rather than just defined.  Now it's better.
33742
33743     Signed-off-by: Andy Fleming <afleming@freescale.com>
33744
33745 commit f57d7d364ce189e39b0a64338d2f8012c074a2bd
33746 Author: Rafal Jaworowski <raj@semihalf.com>
33747 Date:   Tue Jan 15 12:52:31 2008 +0100
33748
33749     ppc: Refactor cache routines, so there is only one common set.
33750
33751     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
33752
33753 commit 3f2ac8f928c76cbd2374437b2d079f8b4324aaba
33754 Author: Jon Loeliger <jdl@jdl.com>
33755 Date:   Wed Jan 23 15:55:02 2008 -0600
33756
33757     86xx: Fix compilation warning in sys_eprom.c
33758
33759     sys_eeprom.c:82:9: warning: unknown escape sequence '\/'
33760
33761     Signed-off-by: Jon Loeliger <jdl@freescale.com>
33762
33763 commit 65230107025733e89e28fd5e5cfd916d4953c28a
33764 Author: Haavard Skinnemoen <hskinnemoen at>
33765 Date:   Fri Feb 22 11:40:50 2008 +0000
33766
33767     Move AT91RM9200DK board support under board/atmel
33768
33769     We already have a vendor subdir for Atmel, so we should use it.
33770
33771     Signed-off-by: Haavard Skinnemoen <hskinnemoen <at> atmel.com>
33772
33773 commit 6d0943a6be99977d6d853d51749e9963d68eb192
33774 Author: Andreas Engel <andreas.engel@ericsson.com>
33775 Date:   Mon Jan 14 09:06:52 2008 +0000
33776
33777     ARM: cleanup duplicated exception handlingcode
33778
33779     Move duplicated exception handling code into lib_arm.
33780
33781     Signed-off-by: Andreas Engel <andreas.engel@ericsson.com>
33782
33783 commit ea8d989f4ef8203e1c0291e62435a8c62e3cfb29
33784 Author: Timo Tuunainen <timo.tuunainen@sysart.fi>
33785 Date:   Fri Feb 1 10:09:03 2008 +0000
33786
33787     Support for Artila M-501 starter kit
33788
33789     Kimmo Leppala / Sysart and
33790     Timo Tuunainen / Sysart
33791
33792 commit 9604b6e53ddae4fe00a488cbcd6b0e6cb344bccc
33793 Author: Stelian Pop <stelian@popies.net>
33794 Date:   Mon Feb 11 10:50:19 2008 +0000
33795
33796     AT91CAP9 support
33797
33798     ---------------------------------
33799
33800     read_dataflash() takes a signed char pointer as a parameter. Silence a
33801     few warnings dues to incorrect parameter types in env_dataflash.c.
33802
33803     Signed-off-by: Stelian Pop <stelian@popies.net>
33804
33805 commit 64e8a06af68cda174a8a06d0a61fce5e5bb189d7
33806 Author: Stelian Pop <stelian@popies.net>
33807 Date:   Thu Feb 7 09:42:57 2008 +0000
33808
33809     AT91CAP9 support : move board files to Atmel vendor directory.
33810
33811     AT91CAP9 support : move at91cap9adk board files to Atmel vendor directory.
33812
33813     Signed-off-by: Stelian Pop <stelian@popies.net>
33814
33815 commit 7263ef191b87da94768f762c7093bedeb70db98f
33816 Author: Stelian Pop <stelian at>
33817 Date:   Thu Jan 3 21:15:56 2008 +0000
33818
33819     AT91CAP9 support : MACB changes
33820
33821     Signed-off-by: Stelian Pop <stelian <at> popies.net>
33822     Acked-by: Haavard Skinnemoen <hskinnemoen <at> atmel.com>
33823
33824 commit 6afcabf11d7321850f4feaadfee841488ace54c5
33825 Author: Stelian Pop <stelian@popies.net>
33826 Date:   Thu Feb 7 16:37:54 2008 +0000
33827
33828     AT91CAP9 support : board/ files
33829
33830     Signed-off-by: Stelian Pop <stelian@popies.net>
33831
33832 commit fefb6c10928caa9e71335cad64dcb65c83fce8ab
33833 Author: Stelian Pop <stelian at>
33834 Date:   Wed Jan 30 21:15:54 2008 +0000
33835
33836     AT91CAP9 support : cpu/ files
33837
33838     Signed-off-by: Stelian Pop <stelian <at> popies.net>
33839
33840 commit fa506a926cec348805143576c941f8e61b333cc0
33841 Author: Stelian Pop <stelian@popies.net>
33842 Date:   Thu Jan 31 21:15:53 2008 +0000
33843
33844     AT91CAP9 support : include/ files
33845
33846     Signed-off-by: Stelian Pop <stelian@popies.net>
33847
33848 commit 20b197c6f2799af399a68f96a1aff543a75621b8
33849 Author: Stelian Pop <stelian@popies.net>
33850 Date:   Sun Jan 20 19:49:21 2008 +0000
33851
33852     AT91CAP9 support : build integration
33853
33854     Signed-off-by: Stelian Pop <stelian@popies.net>
33855
33856 commit d49fe4bed5b69ec910909d1bd62da23ecd8801fd
33857 Author: Stelian Pop <stelian@popies.net>
33858 Date:   Sun Jan 20 21:07:00 2008 +0000
33859
33860     Improve DataFlash CS definition.
33861
33862     Use a structure instead of the error prone unnamed array to
33863     define the possible dataflash banks.
33864
33865     Signed-off-by: Stelian Pop <stelian@popies.net>
33866
33867 commit a6cdd21b56014208706238712a853a9e9a0a2290
33868 Author: Stelian Pop <stelian@popies.net>
33869 Date:   Sat Jan 19 21:09:35 2008 +0000
33870
33871     Fix arm926ejs compile when SKIP_LOWLEVEL_INIT is on
33872
33873     Fix arm926ejs compile when SKIP_LOWLEVEL_INIT is on.
33874
33875     cpu/arm926ejs/start.o: In function `cpu_init_crit':
33876     .../cpu/arm926ejs/start.S:227: undefined reference to `lowlevel_init'
33877
33878     Signed-off-by: Stelian Pop <stelian@popies.net>
33879
33880 commit ea686f52e45b3df2938866d3f5a98bb2556dfe2b
33881 Author: Peter Pearse <peter.pearse@arm.com>
33882 Date:   Fri Feb 1 16:50:24 2008 +0000
33883
33884     Fix timer overflow in DaVinci
33885     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
33886
33887 commit f4e7cbfcb0fcbc325a2bcfea7e00e3dd37f93846
33888 Author: Peter Pearse <peter.pearse@arm.com>
33889 Date:   Fri Feb 1 16:49:08 2008 +0000
33890
33891     Update board NetStar
33892     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
33893
33894 commit b7f6193e76651e1fd606e46eb11915b53cb6618b
33895 Author: Niklaus Giger <niklaus.giger@netstal.com>
33896 Date:   Tue Feb 5 10:26:42 2008 +0100
33897
33898     ppc4xx: HCU4/5. Fix make O=../xx
33899
33900     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
33901
33902 commit 29e3500cbc43c89eff6e720ca83e375deeecd9b3
33903 Author: Larry Johnson <lrj@acm.org>
33904 Date:   Tue Jan 22 08:51:59 2008 -0500
33905
33906     ppc4xx: Add CONFIG_4xx_DCACHE compile switch to Denali-core SPD code
33907
33908     Signed-off-by: Larry Johnson <lrj@acm.org>
33909
33910 commit fe891ecf4d187e9d11dde869ed4623af52b54451
33911 Author: Hiroshi Ito <ito@mlb.co.jp>
33912 Date:   Thu Jan 31 18:35:04 2008 +0900
33913
33914     NFS Timeout with large files.
33915
33916     Retry to send NFS packet before reaching timeout.
33917
33918     Signed-off-by: Hiroshi Ito <ito@mlb.co.jp>
33919
33920 commit 88f72527f5b89c0905ad5c36cc2ef8d29dd6bbf0
33921 Author: Johannes Stezenbach <js@sig21.net>
33922 Date:   Tue Jan 29 00:11:25 2008 +0100
33923
33924     Add dependencies to avoid race conditions with parallel make.
33925
33926     Signed-off-by: Johannes Stezenbach <js@sig21.net>
33927
33928 commit 6d1b6f9f89c815eaca44acff8e73ece7181f61b6
33929 Author: Mike Frysinger <vapier@gentoo.org>
33930 Date:   Mon Jan 28 05:46:01 2008 -0500
33931
33932     Mark board_init_[fr] as noreturn
33933
33934     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
33935
33936 commit 161b2af4d7b48fd602ce333c355a4df0337892bb
33937 Author: Mike Frysinger <vapier@gentoo.org>
33938 Date:   Mon Jan 28 05:28:50 2008 -0500
33939
33940     Only use TEXT_BASE if defined by the board
33941
33942     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
33943
33944 commit 1b769881750030f10743808b9d6013e11f559350
33945 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33946 Date:   Fri Jan 25 07:54:47 2008 +0100
33947
33948     Fix remaining CONFIG_COMMANDS
33949
33950     update comments
33951     Fix coding style
33952
33953     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33954
33955 commit 0c9d42e6b0b83d507335a291e3ea99240038f4b9
33956 Author: Niklaus Giger <niklaus.giger@netstal.com>
33957 Date:   Mon Jan 21 16:46:00 2008 +0100
33958
33959     Add *~ to .gitignore
33960
33961     One should never add a backup file ending in with ~ to the git repository.
33962
33963     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
33964
33965 commit 3cfb0c51b2bb5ede54eca85ace5b1ba12be314b0
33966 Author: Kumar Gala <galak@kernel.crashing.org>
33967 Date:   Thu Jan 17 00:02:10 2008 -0600
33968
33969     Remove duplicate defines for ARRAY_SIZE
33970
33971     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33972
33973 commit c77ce474b1c57b13e9d36d9830f147966c143694
33974 Author: Stelian Pop <stelian@popies.net>
33975 Date:   Mon Jan 14 22:08:14 2008 +0100
33976
33977     Fix incorrect address test in AT91F_DataflashSelect().
33978
33979     Signed-off-by: Stelian Pop <stelian@popies.net>
33980
33981 commit d9ad115bbf7bb0842de7dbd2502b7e430f83cc3d
33982 Author: Kumar Gala <galak@kernel.crashing.org>
33983 Date:   Wed Feb 13 15:09:58 2008 -0600
33984
33985     Fix building of fdt_support.c if DEBUG set
33986
33987     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33988
33989 commit ccd6e1464e5396bc1a9aebf7077ddf4342eafe03
33990 Author: Jon Loeliger <jdl@freescale.com>
33991 Date:   Tue Feb 12 14:53:28 2008 -0600
33992
33993     Add CFG_MPC86xx_DDR_ADDR and CFG_MPC86xx_DDR2_ADDR symbols
33994
33995     These replace direct structure references for IMMR sections.
33996
33997     Signed-off-by: Jon Loeliger <jdl@freescale.com>
33998
33999 commit c62776be8dca4097ca03d4f9415f08d4887b45d0
34000 Author: Wolfgang Denk <wd@denx.de>
34001 Date:   Tue Feb 12 00:45:06 2008 +0100
34002
34003     Get rid of "#undef DEBUG" from board config files.
34004
34005     Signed-off-by: Wolfgang Denk <wd@denx.de>
34006
34007 commit 73bf1e2de7862bcdbd5a9f993b3e84b67c8ea9c8
34008 Author: Timur Tabi <timur@freescale.com>
34009 Date:   Tue Jan 15 17:09:41 2008 -0600
34010
34011     Remove #undef DEBUG from MPC83xx board header files
34012
34013     Remove the "#undef DEBUG" line from all Freescale 83xx board header files.
34014     The inclusion of this line makes it impossible to enable debug code in
34015     other source files, because "#define DEBUG" typically needs to be defined
34016     before any header files are included.
34017
34018     Signed-off-by: Timur Tabi <timur@freescale.com>
34019
34020 commit 69018ce2e086e9caf35b914d675b82bc4888f077
34021 Author: Kumar Gala <galak@kernel.crashing.org>
34022 Date:   Thu Jan 17 08:25:45 2008 -0600
34023
34024     QE: Move FDT support into a common file
34025
34026     Move the flat device tree setup for QE related devices into
34027     a common file shared between 83xx & 85xx platforms that have QE's.
34028
34029     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
34030
34031 commit 5cf746c303710329f8040d9c62ee354313e3e91f
34032 Author: Marian Balakowicz <m8@semihalf.com>
34033 Date:   Thu Jan 31 13:59:09 2008 +0100
34034
34035     [new uImage] Move kernel data find code to get_kernel() routine
34036
34037     Verification of the kernel image (in old format) and finding kernel
34038     data is moved to a dedicated routine. The routine will also hold
34039     support for, to be added, new image format.
34040
34041     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
34042
34043 commit 7b325454fd231d4273de3fe373850f777fb086bf
34044 Author: Marian Balakowicz <m8@semihalf.com>
34045 Date:   Thu Jan 31 13:58:20 2008 +0100
34046
34047     [new uImage] Cleanup FDT handling in PPC do_boot_linux()
34048
34049     Move FDT blob finding and relocation to a dedicated
34050     get_fdt() routine. It increases code readability and
34051     will make adding support for new uImage format easier.
34052
34053     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
34054
34055 commit b6b0fe6460b7063ac60b9a3531ef210aedb31451
34056 Author: Marian Balakowicz <m8@semihalf.com>
34057 Date:   Thu Jan 31 13:58:13 2008 +0100
34058
34059     [new uImage] Cleanup do_botm_linux() boot allocations
34060
34061     This patch moves common pre-boot allocation steps shared between PPC
34062     and M68K to a helper routines:
34063
34064     common:
34065     - get_boot_sp_limit()
34066     - get_boot_cmline()
34067     - get_boot_kbd()
34068
34069     platform:
34070     - set_clocks_in_mhz()
34071
34072     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
34073
34074 commit ceaed2b1e54ebf14d600e02fef016c8df5cc4d40
34075 Author: Marian Balakowicz <m8@semihalf.com>
34076 Date:   Thu Jan 31 13:57:17 2008 +0100
34077
34078     [new uImage] Move ramdisk loading to a common routine
34079
34080     Ramdisk loading code, including initrd_high variable handling,
34081     was duplicated for PPC and M68K platforms. This patch creates
34082     common helper routine that is being called from both platform
34083     do_bootm_linux() routines.
34084
34085     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
34086
34087 commit 68d4f05e6b2383a442fb71f80f2a9fbb3d8def68
34088 Author: Marian Balakowicz <m8@semihalf.com>
34089 Date:   Thu Jan 31 13:55:53 2008 +0100
34090
34091     [new uImage] Removed dead ramdisk code on microblaze architectures
34092
34093     Microblaze do_bootm_linux() includes ramdisk processing code but
34094     the ramdisk does not get used anywhere later on.
34095
34096     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
34097
34098 commit 5ad03eb3854c162684222a718b44c0716ea0db03
34099 Author: Marian Balakowicz <m8@semihalf.com>
34100 Date:   Thu Jan 31 13:55:39 2008 +0100
34101
34102     [new uImage] Factor out common image_get_ramdisk() routine
34103
34104     Architecture specific do_bootm_linux() routines share common
34105     ramdisk image processing code. Move this code to a common
34106     helper routine.
34107
34108     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
34109
34110 commit d3c5eb6dd1f4ed3c3388386cf1d1bf82aa51d56b
34111 Author: Marian Balakowicz <m8@semihalf.com>
34112 Date:   Thu Jan 31 13:20:08 2008 +0100
34113
34114     [new uImage] Move FDT error printing to common fdt_error() routine
34115
34116     FDT error handling in PPC do_bootm_linux() shares the same message format.
34117     This patch moves error message printing to a helper fdt_error() routine.
34118
34119     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
34120     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
34121
34122 commit 42b73e8ee00d48004791dea64b8093fb974c57e1
34123 Author: Marian Balakowicz <m8@semihalf.com>
34124 Date:   Thu Jan 31 13:20:07 2008 +0100
34125
34126     [new uImage] Factor out common routines for getting os/arch/type/comp names
34127
34128     Move numeric-id to name translation for image os/arch/type/comp header
34129     fields to a helper routines: image_get_os_name(), image_get_arch_name(),
34130     image_get_type_name(), image_get_comp_name().
34131
34132     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
34133
34134 commit e99c26694a384221d336f6448c06a57479c0baa4
34135 Author: Marian Balakowicz <m8@semihalf.com>
34136 Date:   Thu Jan 31 13:20:07 2008 +0100
34137
34138     [new uImage] Remove standalone applications handling from boootm
34139
34140     Standalone applications are supposed to be run using the "go" command.
34141     This patch removes standalone images handling from the do_bootm().
34142
34143     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
34144
34145 commit 4a2ad5ff6400698433dd7203d34939c3c9cc9bff
34146 Author: Marian Balakowicz <m8@semihalf.com>
34147 Date:   Thu Jan 31 13:20:07 2008 +0100
34148
34149     [new uImage] Remove OF_FLAT_TREE support from PPC bootm code
34150
34151     Support for OF_FLAT_TREE is to be obsoleted in the near future,
34152     remove related code from the bootm routines.
34153
34154     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
34155
34156 commit 82850f3d32a2661868ec6876bed7a22c55cef718
34157 Author: Marian Balakowicz <m8@semihalf.com>
34158 Date:   Thu Jan 31 13:20:06 2008 +0100
34159
34160     [new uImage] Use image API in SH do_bootm_linux() routine
34161
34162     Introduce image handling API for lately added Hitachi SH architecture.
34163
34164     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
34165
34166 commit 4a995edec1ac163d9326d143ffe2b47e7543407f
34167 Author: Marian Balakowicz <m8@semihalf.com>
34168 Date:   Thu Jan 31 13:20:06 2008 +0100
34169
34170     [new uImage] Rename architecture specific bootm code files
34171
34172     Implementation of the do_bootm_linux() and other bootm helper routines is
34173     architecture specific code. As such it resides in lib_<arch> directories
34174     in files named <arch>_linux.c
34175
34176     This patch renames those files to a more clear and accurate
34177     lib_<arch>/bootm.c form.
34178
34179     List of the renamed files:
34180        lib_arm/armlinux.c -> lib_arm/bootm.c
34181        lib_avr32/avr32_linux.c -> lib_avr32/bootm.c
34182        lib_blackfin/bf533_linux.c -> lib_blackfin/bootm.c
34183        lib_i386/i386_linux.c -> lib_i386/bootm.c
34184        lib_m68k/m68k_linux.c -> lib_m68k/bootm.c
34185        lib_microblaze/microblaze_linux.c -> lib_microblaze/bootm.c
34186        lib_mips/mips_linux.c -> lib_mips/bootm.c
34187        lib_nios/nios_linux.c -> lib_nios/bootm.c
34188        lib_nios2/nios_linux.c -> lib_nios2/bootm.c
34189        lib_ppc/ppc_linux.c -> lib_ppc/bootm.c
34190        lib_sh/sh_linux.c -> lib_sh/bootm.c
34191
34192     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
34193
34194 commit 7582438c285bf0cef82909d0f232de64ec567a8a
34195 Author: Marian Balakowicz <m8@semihalf.com>
34196 Date:   Thu Jan 31 13:20:06 2008 +0100
34197
34198     [new uImage] Return error on image move/uncompress overwrites
34199
34200     Check for overwrites during image move/uncompress, return with error
34201     when the original image gets corrupted. Report clear message to the user
34202     and prevent further troubles when pointer to the corrupted images is passed
34203     to do_bootm_linux routine.
34204
34205     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
34206
34207 commit f13e7b2e993c61fed1f607962501e051940d6e80
34208 Author: Marian Balakowicz <m8@semihalf.com>
34209 Date:   Tue Jan 8 18:12:17 2008 +0100
34210
34211     [new uImage] Cleanup image header pointer use in bootm code
34212
34213     - use single image header pointer instead of a set of auxilliary variables.
34214     - add multi component image helper routines: get component size/data address
34215
34216     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
34217
34218 commit 1ee1180b6e93e56d0282ac8d943e448e9d0eab20
34219 Author: Marian Balakowicz <m8@semihalf.com>
34220 Date:   Tue Jan 8 18:17:10 2008 +0100
34221
34222     [new uImage] Cleanup cmd_bootm.c
34223
34224     - sort and cleanup headers, declarations, etc.
34225     - group related routines
34226     - cleanup indentation, white spaces
34227
34228     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
34229
34230 commit af13cdbc01eaf88880978bfb4f603e012818ba24
34231 Author: Marian Balakowicz <m8@semihalf.com>
34232 Date:   Tue Jan 8 18:11:45 2008 +0100
34233
34234     [new uImage] Add memmove_wd() common routine
34235
34236     Move common, watchdog sensible memmove code to a helper memmmove_wd() routine.
34237
34238     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
34239
34240 commit 958fc48abddeab513ea4847e34f22a2e9fe67fe1
34241 Author: Marian Balakowicz <m8@semihalf.com>
34242 Date:   Tue Jan 8 18:11:44 2008 +0100
34243
34244     [new uImage] Fix FDT header verification in PPC do_boot_linux() routine
34245
34246     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
34247
34248 commit 15158971f49255ccef54f0979a942cfd3de2ae52
34249 Author: Marian Balakowicz <m8@semihalf.com>
34250 Date:   Tue Jan 8 18:11:44 2008 +0100
34251
34252     [new uImage] Fix uImage header pointer use in i386 do_bootm_linux()
34253
34254     Use image header copy instead of a (possibly corrupted) pointer to
34255     a initial image location.
34256
34257     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
34258
34259 commit 261dcf4624b25f3c551efcf8634e9194fabba9c3
34260 Author: Marian Balakowicz <m8@semihalf.com>
34261 Date:   Tue Jan 8 18:11:44 2008 +0100
34262
34263     [new uImage] Remove I386 uImage fake_header() routine
34264
34265     I386 targets are not using a uImage format, instead fake header
34266     is added to ram image before it is further processed by bootm.
34267
34268     Remove this fixup and force proper uImage use for I386.
34269
34270     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
34271
34272 commit 559316faf7eae0614c91d77f509b57d6c4c091ba
34273 Author: Marian Balakowicz <m8@semihalf.com>
34274 Date:   Tue Jan 8 18:11:44 2008 +0100
34275
34276     [new uImage] Move CHUNKSZ definition to image.h
34277
34278     CHUNKSZ defined for PPC and M68K is set to the same value of 64K,
34279     move this definition to a common header.
34280
34281     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
34282
34283 commit 321359f20823e0b8c5ad38b64d007a6c48cda16e
34284 Author: Marian Balakowicz <m8@semihalf.com>
34285 Date:   Tue Jan 8 18:11:43 2008 +0100
34286
34287     [new uImage] Move gunzip() common code to common/gunzip.c
34288
34289     Move gunzip(), zalloc() and zfree() to a separate file.
34290     Share zalloc() and zfree() with cramfs uncompress routine.
34291
34292     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
34293
34294 commit d45d5a18b6b36688f2365623f9d550566c664b5b
34295 Author: Marian Balakowicz <m8@semihalf.com>
34296 Date:   Tue Jan 8 18:11:43 2008 +0100
34297
34298     [new uImage] Cleanup OF/FDT #if/#elif/#endif use in do_bootm_linux()
34299
34300     Make CONFIG_OF_LIBFDT and CONFIG_OF_FLAT_TREE use more
34301     readable in PPC variant of do_bootm_linux() routine.
34302
34303     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
34304
34305 commit 5d3cc55ecbae277e08f5ff771da20b1d6a36ec36
34306 Author: Marian Balakowicz <m8@semihalf.com>
34307 Date:   Tue Jan 8 18:11:43 2008 +0100
34308
34309     [new uImage] Move PPC do_bootm_linux() to lib_ppc/ppc_linux.c
34310
34311     PPC implementation of do_bootm_linux() routine is moved to
34312     a dedicated file lib_ppc/ppc_linux.c
34313
34314     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
34315
34316 commit b97a2a0a21f279d66de8a9bdbfe21920968bcb1c
34317 Author: Marian Balakowicz <m8@semihalf.com>
34318 Date:   Tue Jan 8 18:14:09 2008 +0100
34319
34320     [new uImage] Define a API for image handling operations
34321
34322     - Add inline helper macros for basic header processing
34323     - Move common non inline code common/image.c
34324     - Replace direct header access with the API routines
34325     - Rename IH_CPU_* to IH_ARCH_*
34326
34327     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
34328
34329 commit ed29bc4e8142b46b626f67524207b36e43d9aad6
34330 Author: Marian Balakowicz <m8@semihalf.com>
34331 Date:   Thu Jan 31 13:19:58 2008 +0100
34332
34333     Add missing cmd_ximg.o to common/Makefile
34334
34335     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
34336
34337 commit 37e3c62fa07a823e7569c872e3a9395d227ed8e3
34338 Author: Grzegorz Bernacki <gjb@semihalf.com>
34339 Date:   Mon Jan 28 10:15:02 2008 +0100
34340
34341     ADS5121e: DDR2 init/timing update.
34342
34343     Signed-off-by: John Rigby <jrigby@freescale.com>
34344     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
34345
34346 commit ac9152830d7fdebace8a260b7737ef2870c21ca0
34347 Author: John Rigby <jrigby@freescale.com>
34348 Date:   Wed Jan 30 13:36:57 2008 -0700
34349
34350     Device tree updates
34351
34352     Changes to match 5121 device tree going mainline in 2.6.25.
34353
34354     Change OF_SOC from "soc5121" to plain "soc".
34355     Remove unneeded "ref-frequency" fixups.
34356     Remove "address" enetaddr fixup.
34357
34358     Add bus-frequency fixup for old OF_SOC so old
34359     kernels with old device trees will work with new
34360     u-boot with 66MHz IPS clock
34361
34362     Signed-off-by: John Rigby <jrigby@freescale.com>
34363
34364 commit de55d18df3ff2ea614624e74793de7c43520e0e7
34365 Author: John Rigby <jrigby@freescale.com>
34366 Date:   Wed Jan 30 13:36:56 2008 -0700
34367
34368     Change IPS freq to 66MHz
34369
34370     Recommended frequency is 66MHz
34371     Change divider from 4 to 3.
34372
34373     Signed-off-by: John Rigby <jrigby@freescale.com>
34374
34375 commit cd9cb62f9d8b78d6c3af5d1e9b5a3d68a3d73974
34376 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34377 Date:   Mon Jan 14 22:38:55 2008 +0100
34378
34379     xsengine: rename board_post_init to board_late_init
34380
34381     missing migration from "Cleanup of some init functions"
34382     in c837dcb1a316745092567bfe4fb266d0941884ff
34383
34384     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34385
34386 commit 8dafa87476b0d7170e219c2f5e3842c833a91807
34387 Author: Larry Johnson <lrj@acm.org>
34388 Date:   Sat Jan 12 23:35:33 2008 -0500
34389
34390     Add attribute POST_PREREL to ECC memory POST
34391
34392     Signed-off-by: Larry Johnson <lrj@acm.org>
34393
34394 commit ed2cf548cac80cd3cf8154dcfe7b2685bef45938
34395 Author: Kumar Gala <galak@kernel.crashing.org>
34396 Date:   Thu Jan 17 08:25:45 2008 -0600
34397
34398     QE: Move FDT support into a common file
34399
34400     Move the flat device tree setup for QE related devices into
34401     a common file shared between 83xx & 85xx platforms that have QE's.
34402
34403     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
34404
34405 commit d38da537943cd36356b9d3d9d9b60533554b81d8
34406 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
34407 Date:   Wed Jan 23 17:20:14 2008 +0100
34408
34409     AVR32: Make SDRAM refresh rate configurable
34410
34411     The existing code assumes the SDRAM row refresh period should always
34412     be 15.6 us. This is not always true, and indeed on the ATNGW100, the
34413     refresh rate should really be 7.81 us.
34414
34415     Add a refresh_period member to struct sdram_info and initialize it
34416     properly for both ATSTK1000 and ATNGW100. Out-of-tree boards will
34417     panic() until the refresh_period member is updated properly.
34418
34419     Big thanks to Gerhard Berghofer for pointing out this issue.
34420
34421     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
34422
34423 commit 61151cccb660cdb06a07fb283de6089913d7bde0
34424 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
34425 Date:   Thu Apr 19 10:10:11 2007 +0200
34426
34427     ATSTK1000: Fix potential flash programming bug
34428
34429     The (now obsolete) atngw100 flash programming code was having problems
34430     programming the onboard at49bv642 chip. The atstk1000 flash
34431     programming code may have the same bug, so import fix for this problem
34432     from the AVR32 Linux BSP.
34433
34434     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
34435
34436 commit b2e1d5b64469f10dfcce27f7b0afd935684a8e11
34437 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
34438 Date:   Thu Nov 22 17:04:13 2007 +0100
34439
34440     ATSTK1004: Fix comment about default load address
34441
34442     The default load address is SDRAM + 2MB, not SDRAM + 4MB. The latter
34443     wouldn't have worked anyway since the board can only access 4MB of
34444     SDRAM.
34445
34446     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
34447
34448 commit 8269ab53608d8db2aa06969c337ab0b0518211e5
34449 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
34450 Date:   Thu Nov 22 17:01:24 2007 +0100
34451
34452     ATSTK1002: Use SDRAM + 4MB as default load address
34453
34454     Many people run into problems when they compile a big kernel and load
34455     the uImage at the default SDRAM + 2MB address as the kernel will
34456     overwrite the uImage as it is being unpacked. Increase the default
34457     load address so that we can load a 4MB kernel image without any
34458     problems.
34459
34460     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
34461
34462 commit 2bcacc2d841b77f3d2d3910db722003742727e9f
34463 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
34464 Date:   Thu Nov 22 16:51:39 2007 +0100
34465
34466     ATNGW100: Fix default mtest range
34467
34468     Let mtest cover the whole SDRAM except the last megabyte, which is
34469     where u-boot lives.
34470
34471     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
34472
34473 commit 9856a6b3104e0bc210b0868dfe691c52bf03c227
34474 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34475 Date:   Tue Jan 22 15:31:56 2008 +0900
34476
34477     sh: Fix register address of SH7722.
34478
34479     The address of SH7722 is wrong by old document.
34480     This patch fixes this problem.
34481
34482     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34483
34484 commit 30942b18b66f35f2ceedab39af10e9eccaa943cc
34485 Author: Mike Frysinger <vapier@gentoo.org>
34486 Date:   Mon Feb 4 19:26:57 2008 -0500
34487
34488     new command for displaying strings at specified memory locations
34489
34490     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
34491
34492 commit b58d8b48e25b0c866d167cc577f118f528cd9e0a
34493 Author: Mike Frysinger <vapier@gentoo.org>
34494 Date:   Mon Feb 4 19:26:57 2008 -0500
34495
34496     rewrite/cleanup Blackfin RTC driver
34497
34498     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
34499
34500 commit 94a91e248b71c3ff951fc27cff6909e82ca37d15
34501 Author: Mike Frysinger <vapier@gentoo.org>
34502 Date:   Mon Feb 4 19:26:57 2008 -0500
34503
34504     generate u-boot.ldr for Blackfin targets
34505
34506     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
34507
34508 commit b779f7a59530436040f157f7841db7ab796542df
34509 Author: Mike Frysinger <vapier@gentoo.org>
34510 Date:   Mon Feb 4 19:26:57 2008 -0500
34511
34512     scrub unused symbols
34513
34514     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
34515
34516 commit cc2977acc3bbbb7850f16645dd1081f95335868d
34517 Author: Mike Frysinger <vapier@gentoo.org>
34518 Date:   Mon Feb 4 19:26:57 2008 -0500
34519
34520     move Blackfin cpu object list to respective cpu directories
34521
34522     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
34523
34524 commit d0b01a246d0a351bc7dce1d0c9cf6aebdf6d7505
34525 Author: Mike Frysinger <vapier@gentoo.org>
34526 Date:   Mon Feb 4 19:26:57 2008 -0500
34527
34528     interface to Blackfin on-chip One-Time-Programmable memory
34529
34530     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
34531
34532 commit 4c727c77e43872d3a1d1f76a949fcb3f26a38788
34533 Author: Mike Frysinger <vapier@gentoo.org>
34534 Date:   Mon Feb 4 19:26:56 2008 -0500
34535
34536     add support for memory commands with Blackfin L1 instruction memory
34537
34538     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
34539
34540 commit 6b9097e5e7490aa7b828c6f1a1c7a0e875df8464
34541 Author: Mike Frysinger <vapier@gentoo.org>
34542 Date:   Mon Feb 4 19:26:56 2008 -0500
34543
34544     use C code rather than inline assembly
34545
34546     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
34547
34548 commit 97c26e006d2fa6d4e1560933ee6f385d8b8908b9
34549 Author: Mike Frysinger <vapier@gentoo.org>
34550 Date:   Mon Feb 4 19:26:56 2008 -0500
34551
34552     add Blackfin-specific reginfo command
34553
34554     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
34555
34556 commit 0858b835e7ea501ea084d34cef75932f098342bb
34557 Author: Mike Frysinger <vapier@gentoo.org>
34558 Date:   Mon Feb 4 19:26:55 2008 -0500
34559
34560     add support for Blackfin symbol prefixes to examples
34561
34562     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
34563
34564 commit 8dc48d71a4be753ea9f84956cd33600de35fad04
34565 Author: Mike Frysinger <vapier@gentoo.org>
34566 Date:   Mon Feb 4 19:26:55 2008 -0500
34567
34568     add Blackfin-specific bdinfo command
34569
34570     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
34571
34572 commit 0003613e3c7df3b84b2cb92e797d77f46f15a43a
34573 Author: Mike Frysinger <vapier@gentoo.org>
34574 Date:   Mon Feb 4 19:26:55 2008 -0500
34575
34576     move -ffixed-P5 to blackfin_config.mk and drop unused -D__BLACKFIN__
34577
34578     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
34579
34580 commit 60fa72d65610c7ef33e1d6db858979d05ff0df58
34581 Author: Mike Frysinger <vapier@gentoo.org>
34582 Date:   Mon Feb 4 19:26:55 2008 -0500
34583
34584     unify the Blackfin board targets
34585
34586     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
34587
34588 commit d4d7730853e5d675f76ec666807da3028c91d592
34589 Author: Mike Frysinger <vapier@gentoo.org>
34590 Date:   Mon Feb 4 19:26:55 2008 -0500
34591
34592     punt Blackfin VDSP headers and import sanitized/auto-generated ones
34593
34594     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
34595
34596 commit 6cfcce67671a3425229d66203386fa3cbd0cc3bd
34597 Author: Mike Frysinger <vapier@gentoo.org>
34598 Date:   Mon Feb 4 19:26:54 2008 -0500
34599
34600     always pull in asm/blackfin.h for Blackfin ports
34601
34602     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
34603
34604 commit bf53974c2ddae678d7660f2b5ccfeb0732b6f5dc
34605 Author: Mike Frysinger <vapier@gentoo.org>
34606 Date:   Mon Feb 4 19:26:54 2008 -0500
34607
34608     add missing __raw versions of Blackfin read/write io functions
34609
34610     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
34611
34612 commit 24e02d0fd3acc50e73e1a3cdd567f0a77946f15d
34613 Author: Mike Frysinger <vapier@gentoo.org>
34614 Date:   Mon Feb 4 19:26:54 2008 -0500
34615
34616     add the default Blackfin logo used by Blackfin boards with splash screens
34617
34618     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
34619
34620 commit 4c58eb5552220e425c8af6ac8d2839244a2f57b1
34621 Author: Mike Frysinger <vapier@gentoo.org>
34622 Date:   Mon Feb 4 19:26:54 2008 -0500
34623
34624     add some more Blackfin docs
34625
34626     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
34627
34628 commit 32a9f5f2160a034ea87ea651b233ef7c635e55cf
34629 Author: Mike Frysinger <vapier@gentoo.org>
34630 Date:   Mon Feb 4 19:26:54 2008 -0500
34631
34632     make smc91111_eeprom managment simpler by depending on the board configuration file rather than a hardcoded list of boards
34633
34634     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
34635
34636 commit 4087bc88cebec75c432a7fe9f6afb545b0919831
34637 Author: Mike Frysinger <vapier@gentoo.org>
34638 Date:   Mon Feb 4 19:26:54 2008 -0500
34639
34640     fix building on Blackfin as the assembler supports the .set syntax, not the = syntax, for assigning symbols
34641
34642     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
34643
34644 commit b45264ee85cbd92020640a32e02fb434fd557108
34645 Author: Mike Frysinger <vapier@gentoo.org>
34646 Date:   Mon Feb 4 19:26:53 2008 -0500
34647
34648     add gitignores for Blackfin pieces
34649
34650     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
34651
34652 commit a93907c43f847f076dd0e34ee3b69b5e8e6d0d29
34653 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34654 Date:   Fri Jan 18 01:14:03 2008 +0100
34655
34656     TFTP: add host ip addr support
34657
34658     allow to use a different server as set in serverip
34659     add CONFIG_TFTP_FILE_NAME_MAX_LEN to configure the file name length
34660     if not defined the max length will be at 128
34661
34662     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34663
34664 commit e56b4b494cd92def577969f9678395aa22d34c9f
34665 Author: Timur Tabi <timur@freescale.com>
34666 Date:   Wed Jan 9 14:35:26 2008 -0600
34667
34668     85xx,86xx: Determine I2C clock frequencies and store in global_data
34669
34670     Update global_data to define i2c1_clk and i2c2_clk to 85xx and 86xx.
34671
34672     Update the get_clocks() function in 85xx and 86xx to determine the I2C
34673     clock frequency and store it in gd->i2c1_clk and gd->i2c2_clk.
34674
34675     Signed-off-by: Timur Tabi <timur@freescale.com>
34676
34677 commit 7ec8bb15ee368ea54d48d64867767a704d9ab4c2
34678 Author: Wolfgang Denk <wd@denx.de>
34679 Date:   Thu Dec 27 10:56:54 2007 +0100
34680
34681     OMAP5912: fix FIFO handling in UART driver
34682
34683     According to the OMAP5912 Serial Interfaces Reference Guide (see
34684     http://focus.ti.com/lit/ug/spru760c/spru760c.pdf, page 150), the
34685     FIFO_EN enable bit in the FIFO Control Register (FCR) can only be
34686     changed when the baud clock is not running, i. e. when both DLL and
34687     DLH are set to 0.
34688
34689     Thus make sure that DLL and DLH are 0 when writing the FCR.
34690
34691     Signed-off-by: Wolfgang Denk <wd@denx.de>
34692
34693 commit 16158778b5f52f201e95ded2d2d9084b0ed5670d
34694 Author: Harald Welte <laforge@openmoko.org>
34695 Date:   Wed Dec 19 15:10:52 2007 +0100
34696
34697     ARM: S3C24x0 SoC NAND controller support
34698
34699     This patch adds NAND support to the S3C24x0 SoC code in u-boot
34700
34701     Signed-off-by: Harald Welte <laforge@openmoko.org>
34702
34703 commit a7c185ed3d9f8ebd85cfc286e1ffee72e4803163
34704 Author: Harald Welte <laforge@openmoko.org>
34705 Date:   Wed Dec 19 14:24:40 2007 +0100
34706
34707     ARM: s3c24xx: Multiple serial port support
34708
34709     This patch adds support for CONFIG_SERIAL_MULTI on s3c24x0 CPU's
34710
34711     Signed-off-by: Harald Welte <laforge@openmoko.org>
34712
34713 commit a25f72f1f73a11de68251fb88c89991e202e68fa
34714 Author: Harald Welte <laforge@openmoko.org>
34715 Date:   Wed Dec 19 14:16:57 2007 +0100
34716
34717     ARM: arm920t: Allow use of 'gd' pointer from IRQ
34718
34719     This patch allows us to use the 'gd' pointer (and thus environment
34720     and everything else associated with it) from interrupt context on
34721     arm920t.
34722
34723     Signed-off-by: Harald Welte <laforge@openmoko.org>
34724
34725 commit be19bd5cd0f454b63298844a0b5377e029b2caad
34726 Author: Harald Welte <laforge@openmoko.org>
34727 Date:   Wed Dec 19 14:19:38 2007 +0100
34728
34729     ARM: arm920/s3c24xx: IRQ demulitplexer callback
34730
34731     This patch adds a IRQ demultiplexer callback to the arm920 cpu core code,
34732     plus a stub implementation of it for the S3C2410.
34733
34734     The purpose is to allow arm920t implementations such as the s3c24x0 to
34735     implement interrupt handlers in u-boot without having to touch core
34736     arm920t code.
34737
34738     Signed-off-by: Harald Welte <laforge@openmoko.org>
34739
34740 commit a41dbbd98d201d8aea31b5d21df4742c20cd7eda
34741 Author: Hebbar <gururajakr@sanyo.co.in>
34742 Date:   Tue Dec 18 16:03:07 2007 -0800
34743
34744     ARM: Display Ethernet info in do_bdinfo only if CONFIG_CMD_NET is defined
34745
34746     Add ifdef to bdinfo command to display ethernet information
34747     only if CONFIG_CMD_NET is defined for arm modules.
34748
34749     Signed-off-by: K R Gururaja Hebbar <gururajakr@sanyo.co.in>
34750
34751 commit f7ad79b6f9f0f45437b62e19b45356cc2aaf4884
34752 Author: Hebbar <gururajakr@sanyo.co.in>
34753 Date:   Tue Dec 18 16:00:54 2007 -0800
34754
34755     ARM: add I2C init function call in lib_arm/board.c
34756
34757     Adds I2C init func call to init sequence for ARM boards. This is
34758     present in ppc,blackfin and other processor init sequence.
34759
34760     Signed-off-by: K R Gururaja Hebbar <gururajakr@sanyo.co.in>
34761
34762 commit ff02f139804f3cb61414f7bbcbfdaa0279e3efae
34763 Author: Stefan Roese <sr@denx.de>
34764 Date:   Fri Feb 1 09:38:29 2008 +0100
34765
34766     ppc4xx: Fix ndfc HW ECC byte order
34767
34768     The current ndfc HW ECC implementation swaps the first two ECC bytes.
34769     But the 4xx NDFC already uses the SMC (Smart Media Card) ECC ordering,
34770     so this swapping in the HW ECC driver is bogus. This patch fixes this
34771     problem and now really uses the SMC ECC byte order.
34772
34773     Thanks to Sean MacLennan for pointing this out.
34774
34775     Signed-off-by: Stefan Roese <sr@denx.de>
34776
34777 commit e1d1429b49b0ee58c80f8c7b29c1ebaf8be7f5f1
34778 Author: Stefan Roese <sr@denx.de>
34779 Date:   Wed Jan 30 15:35:50 2008 +0100
34780
34781     ppc4xx: Fix GPIO configuration for pcs440ep
34782
34783     The SRD0_PFC0 register was not configured correctly to enable the GPIO's
34784     49-63 for GPIO. They have been configured as trace signals. This patch
34785     fixes this by clearing the corresponding bit.
34786
34787     Signed-off-by: Stefan Roese <sr@denx.de>
34788
34789 commit 28d77d968bfe0316deb5bf15c17f57d5ff2c8821
34790 Author: Stefan Roese <sr@denx.de>
34791 Date:   Wed Jan 30 14:48:28 2008 +0100
34792
34793     ppc4xx: Fix problem with init-ram bigger than 4k on 440 platforms
34794
34795     Signed-off-by: Stefan Roese <sr@denx.de>
34796
34797 commit 4fedfddf97461b88668b9aec774dfb7a0c6dc368
34798 Author: Ladislav Michl <ladis@linux-mips.org>
34799 Date:   Fri Dec 7 00:42:32 2007 +0100
34800
34801     ARM: Board voiceblue update
34802
34803     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
34804
34805 commit 2c5260f711168d5ee91c70ddbb7d897013eefc46
34806 Author: Ladislav Michl <ladis@linux-mips.org>
34807 Date:   Thu Dec 6 23:24:57 2007 +0100
34808
34809     ARM: AT91RM9200 based boards config cleanup
34810
34811     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
34812
34813     Remove nowhere used struct bd_info_ext, remove trailing whitespaces, fix
34814     indentation.
34815
34816 commit 481f28b1db5cd21deb55f69399ba240e107af4c7
34817 Author: Ladislav Michl <ladis@linux-mips.org>
34818 Date:   Thu Dec 6 22:59:16 2007 +0100
34819
34820     ARM: Fix at91rm9200dk base address
34821
34822     Somewhere during development of U-Boot-1.1.3 CONFIG_BOOTBINFUNC was
34823     renamed into CONFIG_INIT_CRITICAL which was 04 Apr 2005 replaced
34824     with CONFIG_SKIP_LOWLEVEL_INIT and CONFIG_SKIP_RELOCATE_UBOOT.
34825     However CONFIG_SKIP_LOWLEVEL_INIT has oposite meaning to
34826     CONFIG_BOOTBINFUNC, so fix configuration to reflect this fact.
34827     I'm sending this patch 4th (!) time in hope it produces at least some
34828     reaction.
34829
34830     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
34831
34832     Fix at91rm9200dk base and environment address.
34833
34834 commit c95219fae2a7add7daa2f91aedca65b1698465c7
34835 Author: stefano babic <sbabic@denx.de>
34836 Date:   Tue Nov 20 10:40:24 2007 +0100
34837
34838     MMC for PXA 27X (resubmit)
34839
34840     MMC support for X_Scale PXA is broken and does not work.
34841     Mainly, the mmc_init() function cannot recognize current SD/MMC cards.
34842     There were already some patches around the world but none of them was
34843     merged into the official u-boot tree.
34844
34845     This patch makes order fixing this issue. Resubmit after code cleanup.
34846
34847     Applied and tested on PXA 270 (TrizepsIV module).
34848
34849     Signed-off-by: Stefano Babic <sbabic@denx.de>
34850
34851 commit 96bbfa1e6625ce23a150936863b3ecf4c853eb33
34852 Author: stefano babic <sbabic@denx.de>
34853 Date:   Tue Nov 20 10:37:04 2007 +0100
34854
34855     Fix gcc issues in pxa-regs.h
34856
34857     Fix gcc4 issue. With some toolchain, a previous patch that fixes gcc4
34858     issues generates wrong code.
34859     (Problem was reported with gcc-4.0.2-glibc-2.3.6/arm-softfloat-linux-gnu).
34860     This patch fixes the problem and solves the gcc-4 issues as the linux
34861     kernel does.
34862
34863     Signed-off-by: Stefano Babic <sbabic@denx.de>
34864     Signed-off-by: Dmitry Ivanov <ivadmitry@gmail.com>
34865
34866 commit 7047b388876e7b905b2ec4edb8010543e3641b85
34867 Author: Jens Gehrlein <sew_s@tqs.de>
34868 Date:   Tue Jan 29 08:45:03 2008 +0100
34869
34870     TQM834x: enable DHCP
34871
34872     Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
34873     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
34874
34875 commit a877004d44ca7dbc1e618add3eeb1da7c84e4bec
34876 Author: Jens Gehrlein <sew_s@tqs.de>
34877 Date:   Tue Jan 29 08:45:02 2008 +0100
34878
34879     TQM834x: support for Spansion N-type Flashes (sector size = 256 KiB at 2x16 Bit).
34880
34881     Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
34882     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
34883
34884 commit 8931ab176025b03cfc320b3fd1eca432a88ed560
34885 Author: Ben Warren <biggerbadderben@gmail.com>
34886 Date:   Sat Jan 26 23:41:19 2008 -0500
34887
34888     Fix conditional compilation of mpx8xxx_spi driver
34889
34890     This driver should only compile if CONFIG_MPC8XXX_SPI is set
34891
34892     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
34893     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
34894
34895 commit 63f732d3d3880feb531f48af247c025bf01462b0
34896 Author: Rafal Jaworowski <raj@semihalf.com>
34897 Date:   Tue Jan 29 17:00:34 2008 +0100
34898
34899     API: Provide dummy halt() in the glue layer.
34900
34901     This fixes a demo app link failure on platforms configured with CONFIG_PANIC_HANG.
34902
34903     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
34904
34905 commit 0dc1fc22af86d16993388d9ed9630dbaa2d51826
34906 Author: Rafal Jaworowski <raj@semihalf.com>
34907 Date:   Tue Jan 29 16:57:38 2008 +0100
34908
34909     API: Convert conditional building to the new scheme.
34910
34911     This fixes a build breakage with CONFIG_API enabled, which appeared after
34912     the recent changes in the U-Boot build system.
34913
34914     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
34915
34916 commit 98b742489c09780be6a832eeaa4e5eff824792bb
34917 Author: Wolfgang Denk <wd@denx.de>
34918 Date:   Fri Jan 25 09:56:17 2008 +0100
34919
34920     inka4x0: remove dead code
34921
34922     Signed-off-by: Wolfgang Denk <wd@denx.de>
34923
34924 commit 4f93f8b1a4d35b6d302842132edba920ef8f62aa
34925 Author: Becky Bruce <becky.bruce@freescale.com>
34926 Date:   Wed Jan 23 16:31:06 2008 -0600
34927
34928     86xx: Add reginfo command
34929
34930     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
34931
34932 commit ddcebcb638715a6278da93b553d5016f99823816
34933 Author: Becky Bruce <becky.bruce@freescale.com>
34934 Date:   Wed Jan 23 16:31:05 2008 -0600
34935
34936     86xx: Add print_laws function to fsl_law.c
34937
34938     This can be used for debug, and will be used by board code
34939     to help implement reginfo.
34940
34941     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
34942
34943 commit 9cd32426f26a0567bb61f339edd83c6a2ce9bfc3
34944 Author: Becky Bruce <becky.bruce@freescale.com>
34945 Date:   Wed Jan 23 16:31:04 2008 -0600
34946
34947     86xx: Remove old-style law setup code
34948
34949     This includes mpc8610hpcd, mpc8641hpcn, and sbc8641d.
34950
34951     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
34952
34953 commit 713d8186649dae874613d495b0cecaa039a98b30
34954 Author: Becky Bruce <becky.bruce@freescale.com>
34955 Date:   Wed Jan 23 16:31:03 2008 -0600
34956
34957     86xx: Convert sbc8641d to use new law setup code.
34958
34959     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
34960
34961 commit 031976f6364b93833e989f57e9f1e023e0be8c4c
34962 Author: Becky Bruce <becky.bruce@freescale.com>
34963 Date:   Wed Jan 23 16:31:02 2008 -0600
34964
34965     86xx: Convert mpc8610hpcd to new law setup method.
34966
34967     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
34968
34969 commit 4933b91f8a49e436681f163df3173beb91cac44a
34970 Author: Becky Bruce <becky.bruce@freescale.com>
34971 Date:   Wed Jan 23 16:31:01 2008 -0600
34972
34973     86xx: Support new law setup method and convert mpc8641
34974
34975     Adds the support code in cpu/mpc86xx for the new law setup code
34976     recently created fsl_law.c, and changes the MPC8641HPCN config
34977     to use this code.
34978
34979     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
34980
34981 commit 1a41f7ce9c086e208c0eabf52565a237af2a2bd1
34982 Author: Becky Bruce <becky.bruce@freescale.com>
34983 Date:   Wed Jan 23 16:31:00 2008 -0600
34984
34985     86xx: Rearrange the sequence in start.S
34986
34987     * split the BAT initialization so that only 2 BATs (for the boot page
34988     and stack) are programmed very early on.  The rest are initialized later.
34989     * Move other BAT setup,  ccsrbar setup, and law setup later in the code
34990     after translation has been enabled.
34991
34992     These changes will facilitate the moving of law and BAT initialization
34993     to C code, and will aid with 36-bit physical addressing support.
34994
34995     Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
34996
34997 commit 33dac03b1b5d61e4fed7bad445ba40b4c97feba0
34998 Author: Wolfgang Denk <wd@denx.de>
34999 Date:   Wed Jan 23 14:41:37 2008 +0100
35000
35001     Coding Style Cleanup; update CHANGELOG
35002
35003     Signed-off-by: Wolfgang Denk <wd@denx.de>
35004
35005 commit 865f0f9754b95183cad395de7e8cb85df0c6ea1f
35006 Author: Wolfgang Denk <wd@denx.de>
35007 Date:   Wed Jan 23 14:31:17 2008 +0100
35008
35009     Coding Style Cleanup; update CHANGELOG
35010
35011     Signed-off-by: Wolfgang Denk <wd@denx.de>
35012
35013 commit cfe5ca77976afdbe7ecb86e39fd7505bde636ace
35014 Author: Dave Liu <r63238@freescale.com>
35015 Date:   Fri Jan 18 10:07:04 2008 +0800
35016
35017     mpc83xx: Correct the struct spi8xxx in mpc8xxx_spi.h
35018
35019     The commit 04a9e1180ac76a7bacc15a6fcd95ad839d65bddb
35020     cause the 83xx immap broken, so the DMA and PCI will
35021     be failed.
35022
35023     The patch fix the struct spi8xxx and rm struct spi83xx.
35024
35025     Signed-off-by: Dave Liu <daveliu@freescale.com>
35026     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
35027
35028 commit 6b4439444286e0fcd01596df504e6ca897ad3e5a
35029 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
35030 Date:   Sat Apr 14 17:11:49 2007 +0200
35031
35032     AVR32: ATNGW100 board support
35033
35034     Add support for the ATNGW100 Network Gateway reference design,
35035     including flash, ethernet and MMC support.
35036
35037     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
35038
35039 commit e006927a0b9a54e8ee7685d8ac748aaad6801862
35040 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
35041 Date:   Sat Nov 24 18:15:31 2007 +0100
35042
35043     AVR32: Initialize ipaddr, loadaddr and bootfile at startup
35044
35045     I don't know why the relevant layers can't do this by itself, but this
35046     is what ppc does.
35047
35048     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
35049
35050 commit 799891ef7b1b3432032ec23466df6b665a797fa4
35051 Author: Michael Schwingen <michael@schwingen.org>
35052 Date:   Fri Jan 18 00:04:28 2008 +0100
35053
35054     Add AcTux board support
35055
35056     Hi,
35057
35058     The patch adds 4 boards, called AcTux-1 .. AcTux-4. This patch contains the
35059     files that
35060     contain changes for multiple boards, the board-specific files follow as
35061     separate patches.
35062
35063     Signed-off-by: Michael Schwingen <michael@schwingen.org>
35064
35065 commit 66a4344a4d910a11125df7768899ad529719855e
35066 Author: Michael Schwingen <michael@schwingen.org>
35067 Date:   Wed Jan 16 19:53:23 2008 +0100
35068
35069     add AcTux-4 board support
35070
35071     Signed-off-by: Michael Schwingen <michael@schwingen.org>
35072
35073 commit bc24345e4101a5c996d6b48ce497b09c53025dc6
35074 Author: Michael Schwingen <michael@schwingen.org>
35075 Date:   Wed Jan 16 19:51:55 2008 +0100
35076
35077     add AcTux-3 board support
35078
35079     Signed-off-by: Michael Schwingen <michael@schwingen.org>
35080
35081 commit aebf00fc4d1343b24715373893f7b20bf462d1e9
35082 Author: Michael Schwingen <michael@schwingen.org>
35083 Date:   Wed Jan 16 19:51:14 2008 +0100
35084
35085     add AcTux-2 board support
35086
35087     Signed-off-by: Michael Schwingen <michael@schwingen.org>
35088
35089 commit ea99e8f05b7240fd657739e286664664ae160abe
35090 Author: Michael Schwingen <michael@schwingen.org>
35091 Date:   Wed Jan 16 19:50:37 2008 +0100
35092
35093     add AcTux-1 board support
35094
35095     Signed-off-by: Michael Schwingen <michael@schwingen.org>
35096
35097 commit 3d9f3bfb7a33efe8e41e01b025563cd712c57d64
35098 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35099 Date:   Mon Jan 14 19:20:08 2008 +0100
35100
35101     ARM: remove useless function board_post_init
35102
35103     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35104
35105 commit 96bd462942022e4569b582c072a0ed26de1cd19b
35106 Author: Michael Schwingen <michael@schwingen.org>
35107 Date:   Thu Jan 10 14:59:46 2008 +0100
35108
35109     IXP: enable RTS
35110
35111     enables the RTS signal with CONFIG_SERIAL_RTS_ACTIVE.
35112     No handshaking is done, but the active RTS signal allows to
35113     connect to the target using a PC which is using RTS/CTS
35114     handshake, and does no harm if the PC is set to ignore RTS.
35115
35116     Signed-off-by: Michael Schwingen <michael@schwingen.org>
35117
35118 commit a1cf027a08f9dc1c0e769499e6f4fbddcf9cab93
35119 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35120 Date:   Mon Jan 7 08:41:34 2008 +0100
35121
35122     IXP: add dynamic microcode addr
35123
35124     allow to load the microde from flash or ram by download it through
35125     the serial or other.
35126
35127     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35128     Acked-by: Stefan Roese <sr@denx.de>
35129
35130 commit 63ebcc4615dd39926ccf61f1d5f3510262ef6564
35131 Author: Michael Schwingen <michael@schwingen.org>
35132 Date:   Sat Nov 10 15:44:12 2007 +0100
35133
35134     load ixp42x NPE firmware from separate flash block, remove dead code
35135
35136     Hi,
35137
35138     the following patch adds support to move the IXP42X NPE firmware to a
35139     separate flash block, whose start address is defined in
35140     CONFIG_IXP4XX_NPE_EXT_UCODE_BASE. Using that, it is possible to build
35141     NPE-enabled u-boot without copyright problems due to the NPE firmware.
35142
35143     I hope the patch applies, I get whitespace-related differences in the NPE
35144     files due to trailing whitespace in the original versions.
35145
35146     Signed-off-by: Michael Schwingen <michael@schwingen.org>
35147     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35148
35149 commit 57a127201eb3d8cc19170a008e0bd7af608bd72f
35150 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
35151 Date:   Tue Jan 15 14:15:46 2008 -0600
35152
35153     ColdFire: MCF547x_8x - Add M5475EVB and M5485EVB support
35154
35155     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
35156     Signed-off by: John Rigby <jrigby@freescale.com>
35157
35158 commit 1aee111135d8660a164d4f6bf7d66b032ea535cf
35159 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
35160 Date:   Tue Jan 15 14:02:49 2008 -0600
35161
35162     ColdFire: MCF547x_8x - Add M547xEVB and M548xEVB board
35163
35164     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
35165     Signed-off by: John Rigby <jrigby@freescale.com>
35166
35167 commit 777d1abd9796f1c2e148417cc10657e847d318ce
35168 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
35169 Date:   Tue Jan 15 14:00:25 2008 -0600
35170
35171     ColdFire: Add MCF547x_8x FEC driver
35172
35173     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
35174     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
35175     Signed-off by: John Rigby <jrigby@freescale.com>
35176
35177 commit 72f56adc0b25d43875ad067bae6be1bcea86b79f
35178 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
35179 Date:   Tue Jan 15 13:54:09 2008 -0600
35180
35181     ColdFire: Add MCF547x_8x dma code and header files
35182
35183     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
35184     Signed-off by: John Rigby <jrigby@freescale.com>
35185
35186 commit ce09fc49b56ea3c442794b6be9b7db4b99dfdc87
35187 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
35188 Date:   Tue Jan 15 13:52:03 2008 -0600
35189
35190     ColdFire: Add MCF547x_8x dma code - 2
35191
35192     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
35193     Signed-off by: John Rigby <jrigby@freescale.com>
35194
35195 commit 11865ea844e7154fd30c7e2860da4eed4a12ad1f
35196 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
35197 Date:   Tue Jan 15 13:48:52 2008 -0600
35198
35199     ColdFire: Add MCF547x_8x dma code - 1
35200
35201     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
35202     Signed-off by: John Rigby <jrigby@freescale.com>
35203
35204 commit 4621fc3fe7cd65b78b3cbd31f65c9f7f72b22bd3
35205 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
35206 Date:   Tue Jan 15 13:39:44 2008 -0600
35207
35208     ColdFire: Add MCF547x_8x related header files
35209
35210     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
35211     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
35212     Signed-off by: John Rigby <jrigby@freescale.com>
35213
35214 commit 570c0186aecab1b747b2d44d0e1d3c1ac4cb27f5
35215 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
35216 Date:   Tue Jan 15 13:37:34 2008 -0600
35217
35218     ColdFire: Add MCF547x_8x cpu arch
35219
35220     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
35221     Signed-off by: John Rigby <jrigby@freescale.com>
35222
35223 commit e2756f4b54aba0e0523b81dd145666829cf7fd59
35224 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
35225 Date:   Mon Jan 14 17:47:23 2008 -0600
35226
35227     ColdFire: Add MCF5227x cpu and M52277EVB support-3
35228
35229     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
35230     Signed-off by: John Rigby <jrigby@freescale.com>
35231
35232 commit c87581027994c148131b2f11aa75501f782ec19a
35233 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
35234 Date:   Mon Jan 14 17:46:19 2008 -0600
35235
35236     ColdFire: Add MCF5227x cpu and MCF52277EVB support-2
35237
35238     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
35239     Signed-off by: John Rigby <jrigby@freescale.com>
35240
35241 commit 1552af70ecab11b9f3dceff7528ed15faf678b9d
35242 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
35243 Date:   Mon Jan 14 17:43:33 2008 -0600
35244
35245     ColdFire: Add MCF5227x cpu and M52277EVB support-1
35246
35247     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
35248     Signed-off by: John Rigby <jrigby@freescale.com>
35249
35250 commit 397b7b81a1f1008798ae1206913508cc89cb3a7d
35251 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
35252 Date:   Mon Jan 14 17:35:44 2008 -0600
35253
35254     ColdFire: Fix CFI Flash low level Read/Write macro
35255
35256     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
35257     Signed-off by: John Rigby <jrigby@freescale.com>
35258
35259 commit aa5f1f9dc815a76f6dffb580798599c028fe7feb
35260 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
35261 Date:   Mon Jan 14 17:23:08 2008 -0600
35262
35263     ColdFire: Add M5373EVB platform support - 2
35264
35265     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
35266     Signed-off by: John Rigby <jrigby@freescale.com>
35267
35268 commit 1ac559d4aa358f63b48c62b564224c06feeb4e36
35269 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
35270 Date:   Mon Jan 14 17:19:54 2008 -0600
35271
35272     ColdFire: Add M5373EVB platform support - 1
35273
35274     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
35275     Signed-off by: John Rigby <jrigby@freescale.com>
35276
35277 commit 320d61991fa3190ee41765601ed017b6b5ff7b2b
35278 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
35279 Date:   Mon Jan 14 17:17:03 2008 -0600
35280
35281     ColdFire: Update FlexBus CS for MCF532x
35282
35283     Definition update and change from 16bit to 32bit
35284
35285     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
35286     Signed-off by: John Rigby <jrigby@freescale.com>
35287
35288 commit 2e72ad0644b940817a89a3590ce0d7b99c05c396
35289 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
35290 Date:   Mon Jan 14 17:11:47 2008 -0600
35291
35292     ColdFire: PCI and misc updates for MCF5445x
35293
35294     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
35295     Signed-off by: John Rigby <jrigby@freescale.com>
35296
35297 commit d2b16493480ac3d4a60ad7d835b0dc27d2e99cee
35298 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
35299 Date:   Mon Jan 14 17:06:55 2008 -0600
35300
35301     ColdFire: MCF5445x header files cleanup
35302
35303     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
35304     Signed-off by: John Rigby <jrigby@freescale.com>
35305
35306 commit d9aae6260993a93f7fcf13abff85a601f4f50ea7
35307 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
35308 Date:   Mon Jan 14 16:59:42 2008 -0600
35309
35310     ColdFire: MCF532x header files cleanup
35311
35312     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
35313     Signed-off by: John Rigby <jrigby@freescale.com>
35314
35315 commit 7af7751d047e74b2ec58400f97b879c56446b3e8
35316 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
35317 Date:   Mon Jan 14 15:30:15 2008 -0600
35318
35319     ColdFire: Add modules header files
35320
35321     Add CF specific modules header files
35322
35323     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
35324     Signed-off-by: John Rigby <jrigby@freescale.com>
35325
35326 commit 2956acd5ef93a498337f8ac2ec6ae6a77d491dc5
35327 Author: Kim Phillips <kim.phillips@freescale.com>
35328 Date:   Thu Jan 17 12:48:00 2008 -0600
35329
35330     codingstyle cleanup for spi driver
35331
35332     ..and rm unused CONFIG_FSL_SPI define
35333
35334     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
35335
35336 commit d59feffb42c9f174116db7a82a311df98983dfce
35337 Author: Haiying Wang <Haiying.Wang@freescale.com>
35338 Date:   Wed Jan 16 17:12:12 2008 -0500
35339
35340     FSL: Fix common EEPROM_data structure definition
35341
35342     - Fix EEPROM_data structure definition according to System EEPROM Data Format.
35343     - Read MAC addresses from EEPROM to ethXaddr before saving ethXaddr to
35344       bd->bi_ethaddr.
35345
35346     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
35347
35348 commit 6bee764bd6da510a4aad614880300c968bc7318d
35349 Author: Timur Tabi <timur@freescale.com>
35350 Date:   Wed Jan 16 15:48:12 2008 -0600
35351
35352     86xx: enable command-line editing
35353
35354     Enable command-line editing for all MPC86xx boards.
35355
35356     Signed-off-by: Timur Tabi <timur@freescale.com>
35357
35358 commit 80ddd22626d321a772ebfba304eb7830cb4f6bac
35359 Author: Ben Warren <biggerbadderben@gmail.com>
35360 Date:   Wed Jan 16 22:37:42 2008 -0500
35361
35362     Implement hard SPI driver on MPC8349EMDS
35363
35364     This patch implements the fsl_spi driver on the MPC8349EMDS evaluation board.
35365     This board has an ST M25P40 4Mbit EEPROM on its SPI bus
35366
35367     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
35368     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
35369
35370 commit 04a9e1180ac76a7bacc15a6fcd95ad839d65bddb
35371 Author: Ben Warren <biggerbadderben@gmail.com>
35372 Date:   Wed Jan 16 22:37:35 2008 -0500
35373
35374     Add support for a Freescale non-CPM SPI controller
35375
35376     This patch adds support for the SPI controller found on Freescale PowerPC
35377     processors such as the MCP834x family.  Additionally, a new config option,
35378     CONFIG_HARD_SPI, is added for general purpose SPI controller use.
35379
35380     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
35381     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
35382
35383 commit a8cb43a89be6cfd283257a603dd9841503ccce0f
35384 Author: Dave Liu <r63238@freescale.com>
35385 Date:   Thu Jan 17 18:23:19 2008 +0800
35386
35387     mpc83xx: Fix the fatal conflict of merge
35388
35389     The commit 9e89647889cd4b5ada5b5e7cad6cbe55737a08d7
35390     will cause the mpc8315erdb board can't boot up.
35391
35392     The patch fix that bug, and remove the duplicated #ifdef
35393     CFG_SPCR_TSECEP code and clean the SCCR_TSEC2 for
35394     MPC8313E processor.
35395
35396     Signed-off-by: Dave Liu <daveliu@freescale.com>
35397     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
35398
35399 commit 3259eeaa4148125a81417477f62c05bd67f60587
35400 Author: Larry Johnson <lrj@acm.org>
35401 Date:   Thu Jan 17 08:50:09 2008 -0500
35402
35403     Merge Sequoia beautification into Korat code
35404
35405     Signed-off-by: Larry Johnson <lrj@acm.org>
35406
35407 commit e16925773211291b562e77187061e9dd1d757217
35408 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
35409 Date:   Thu Jan 17 07:45:05 2008 +0100
35410
35411     net: add 'ethrotate' environment variable
35412
35413     [PATCH] net: add 'ethrotate' environment variable
35414
35415     This patch replaces the buildtime configuration option
35416     CONFIG_NET_DO_NOT_TRY_ANOTHER through the 'ethrotate' runtime
35417     configuration veriable. See README.
35418
35419     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
35420     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
35421
35422 commit ba52be3d0e618c26070e93aaf3c1f2d2adf5571f
35423 Author: Stefan Roese <sr@denx.de>
35424 Date:   Thu Jan 17 14:29:04 2008 +0100
35425
35426     ppc4xx: Fix compilation warnings and coding style issues in HCU4/HCU5
35427
35428     Signed-off-by: Stefan Roese <sr@denx.de>
35429
35430 commit 55ed1516cbc1dad3ae277c67ee06fc4a46eaac7d
35431 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
35432 Date:   Thu Jan 17 18:07:32 2008 +0900
35433
35434     sh: Remove CONFIG_COMMANDS from MS7720SE config file
35435
35436     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
35437
35438 commit 055606bd25e88c0cd04ad348a679a04b1b616bee
35439 Author: Niklaus Giger <niklaus.giger@netstal.com>
35440 Date:   Wed Jan 16 18:39:20 2008 +0100
35441
35442     ppc4xx: Netstal HCU4 board: added various fixes and POST
35443
35444     - Moved some common code to netstal/common/nm_bsp.c.
35445     - sdram initialisation goes go netstal/common/fixed_sdram.c.
35446     - Added support for POST.
35447     - Stylistic cleanups (multi-line comments/ enforce 80 colomn width)
35448
35449     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
35450
35451 commit 69b0634a4ee98c9791815600d43b99f626a952f3
35452 Author: Niklaus Giger <niklaus.giger@netstal.com>
35453 Date:   Thu Jan 17 12:53:56 2008 +0100
35454
35455     ppc4xx: netstal/common define routines used by all boards
35456
35457     Added some routines used by all Netstal boards:
35458     - nm_bsp.c: - nm_show_print and
35459             -  common_misc_init_r
35460             - set_params_for_sw_install. Very specific code to handle our SW
35461               installation procedure
35462     - fixed_sdram.c: Common routines for HCU4 (and upcoming) MCU25 boards
35463       to handle sdram initialization.
35464     - nm.h: Common header
35465
35466     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
35467
35468 commit efeff5382b7a91b48a1aa68b2b75f92ad1d33ff8
35469 Author: Niklaus Giger <niklaus.giger@netstal.com>
35470 Date:   Wed Jan 16 18:39:18 2008 +0100
35471
35472     ppc4xx: Netstal HCU5 board: added various fixes and POST
35473
35474     - Moved some common code to nestal/common/nm_bsp.c.
35475     - Added support for the vxWorks EDR.
35476     - Enable trace for Lauterbach, if present.
35477     - Added support for POST.
35478     - Stylistic cleanups (multi-line comments/ enforce 80 colomn width)
35479
35480     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
35481
35482 commit 4371090e5da77edc7bf9f296364db4801639d9c4
35483 Author: Niklaus Giger <niklaus.giger@netstal.com>
35484 Date:   Wed Jan 16 18:39:08 2008 +0100
35485
35486     ppc4xx: Netstal HCU5 board. Added POST. Various fixes
35487
35488     - Various fixes
35489     - Reduced rom_size from 384 to 320 kB
35490     - Environment is now in flash
35491     - Added POST
35492     - Support for OF
35493
35494     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
35495
35496 commit 4bd5036e60afac37e484c2d35cbbe7f6cc1623e7
35497 Author: Niklaus Giger <niklaus.giger@netstal.com>
35498 Date:   Wed Jan 16 18:37:50 2008 +0100
35499
35500     ppc4xx: Netstal HCU4 board. Added POST. Various fixes
35501
35502     - Various fixes
35503     - Reduced rom_size from 384 to 320 kB
35504     - Environment is now in flash
35505     - Added POST
35506     - Support for OF
35507
35508     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
35509
35510 commit 1a3ac86b79fcb690275c85861c8efa6a3899060a
35511 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
35512 Date:   Thu Jan 17 10:53:08 2008 +0100
35513
35514     ppc4xx: Complete DU440 board support
35515
35516     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
35517
35518 commit 15a08bc2bef91e5f1ea4b9cf60e46832d86bcc1f
35519 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
35520 Date:   Thu Jan 17 10:52:30 2008 +0100
35521
35522     ppc4xx: Add DU440 board support
35523
35524     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
35525
35526 commit ac331da07db3860f11fa1d0fd3db7c810bce1198
35527 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
35528 Date:   Thu Jan 17 15:53:52 2008 +0900
35529
35530     sh: Update SuperH SCIF driver
35531
35532     This patch fixed wrong SH7720 CPU macro and changed macro that
35533     calculated value of SCBRR register.
35534
35535     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
35536
35537 commit 334e442e6fac59be91244063e9b3f6ca25e8daf8
35538 Author: Grzegorz Bernacki <gjb@semihalf.com>
35539 Date:   Wed Jan 16 15:12:47 2008 +0100
35540
35541     Set ips dividor to 1/4 of csb clock.
35542
35543     Previous setting cause ips clock to be out of spec. This bug was found by John
35544     Rigby from Freescale.
35545
35546     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
35547
35548 commit 7dc358bb0de9e2fa341f3b4c914466b1f34b2d89
35549 Author: Kumar Gala <galak@kernel.crashing.org>
35550 Date:   Thu Jan 17 02:19:18 2008 -0600
35551
35552     85xx: Get ride of old TLB setup code
35553
35554     Now that all boards have been converted, remove old config code and the
35555     config option for the new style.
35556
35557     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
35558
35559 commit 3b558e26a5ef31635787d6d6e97d70939d4f892d
35560 Author: Kumar Gala <galak@kernel.crashing.org>
35561 Date:   Thu Jan 17 02:02:10 2008 -0600
35562
35563     85xx: Convert TQM85xx to new TLB setup
35564
35565     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
35566
35567 commit 74121b470c14f7eaf284ee838bffca6f9521069e
35568 Author: Kumar Gala <galak@kernel.crashing.org>
35569 Date:   Thu Jan 17 01:56:32 2008 -0600
35570
35571     85xx: Convert STXGP3 & STXSSA to new TLB setup
35572
35573     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
35574
35575 commit 143b518d9125b54f96f1d7f1afc640b8aae81ff0
35576 Author: Kumar Gala <galak@kernel.crashing.org>
35577 Date:   Thu Jan 17 01:44:34 2008 -0600
35578
35579     85xx: Convert SBC8540/SBC8560/SBC8548 to new TLB setup
35580
35581     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
35582
35583 commit 818218bac6a11591e2542c344d2330e0f4e1968b
35584 Author: Kumar Gala <galak@kernel.crashing.org>
35585 Date:   Thu Jan 17 01:31:34 2008 -0600
35586
35587     85xx: Convert PM854/PM856 to new TLB setup
35588
35589     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
35590
35591 commit ff4681c9285b2b4d24552a19cacc1769fe2fc7e0
35592 Author: Kumar Gala <galak@kernel.crashing.org>
35593 Date:   Thu Jan 17 01:25:33 2008 -0600
35594
35595     85xx: Convert MPC8540EVAL to new TLB setup
35596
35597     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
35598
35599 commit 73aa9ac2b46f1cfd039106ebd6b9865016005234
35600 Author: Kumar Gala <galak@kernel.crashing.org>
35601 Date:   Thu Jan 17 01:12:22 2008 -0600
35602
35603     85xx: Convert MPC8568 MDS to new TLB setup
35604
35605     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
35606
35607 commit 0db37dc2eed30884db2daa24dbd9a113b5d00610
35608 Author: Kumar Gala <galak@kernel.crashing.org>
35609 Date:   Thu Jan 17 01:01:09 2008 -0600
35610
35611     85xx: Convert MPC8541/MPC8555/MPC8548 CDS to new TLB setup
35612
35613     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
35614
35615 commit 219a81b98d834f9071b6f7c3bdc6b7ec39cc46cc
35616 Author: Kumar Gala <galak@kernel.crashing.org>
35617 Date:   Thu Jan 17 00:52:29 2008 -0600
35618
35619     85xx: Convert MPC8540/MPC8560 ADS to new TLB setup
35620
35621     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
35622
35623 commit 80d0b6a1498761c4355b2db9c8001b04c295e7b8
35624 Author: Kumar Gala <galak@kernel.crashing.org>
35625 Date:   Thu Jan 17 00:32:17 2008 -0600
35626
35627     85xx: Convert ATUM8548 to new TLB setup
35628
35629     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
35630
35631 commit 0f7a3dc95cbff3c21bd6dbc639313796412bbbab
35632 Author: Kumar Gala <galak@kernel.crashing.org>
35633 Date:   Wed Jan 16 23:11:57 2008 -0600
35634
35635     85xx: Convert MPC8544 DS to new TLB setup
35636
35637     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
35638
35639 commit 8716318057a5f60ab1ba081ece2dbe82ae00e1ee
35640 Author: Kumar Gala <galak@kernel.crashing.org>
35641 Date:   Wed Jan 16 22:38:34 2008 -0600
35642
35643     85xx: Reworked initial processor init
35644
35645     Reworked the initial processor initialzation sequence:
35646     * introduced cpu_early_init_f that is run in address space 1 (AS=1)
35647     * Moved TLB/LAW and CCSR init into cpu_early_init_f()
35648     * Reworked initial asm code to do most of the core init before TLBs
35649
35650     The main reasons for these changes are to allow handling of 36-bit phys
35651     addresses in the future and some of the issues that will exist when we
35652     do that.
35653
35654     There are a few caveats on what can be initialized via the LAW and TLB
35655     static tables:
35656     * TLB entry 14/15 can't be initialized via the TLB table
35657     * any LAW that covers the implicit boot window (4G-8M to 4G) must map to
35658       the code that is currently executing.
35659
35660     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
35661
35662 commit 44a23cfd6360a68eaa41f945190618a55519eac3
35663 Author: Kumar Gala <galak@kernel.crashing.org>
35664 Date:   Wed Jan 16 22:33:22 2008 -0600
35665
35666     85xx: Introduce new tlb API
35667
35668     Add a set of functions to manipulate TLB entries:
35669      * set_tlb() - write a tlb entry
35670      * invalidate_tlb() - invalidate a tlb array
35671      * disable_tlb() - disable a variable size tlb entry
35672      * init_tlbs() - setup initial tlbs based on static table
35673
35674     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
35675
35676 commit be88b1699863c262818f3af7f60173b4d48df8fc
35677 Author: Stefan Roese <sr@denx.de>
35678 Date:   Thu Jan 17 07:50:17 2008 +0100
35679
35680     ppc4xx: Fix remaining CONFIG_COMMANDS in 4xx files
35681
35682     Signed-off-by: Stefan Roese <sr@denx.de>
35683
35684 commit c8c41d4a80b1a8ad5984a287d81ea780496259f8
35685 Author: Kumar Gala <galak@kernel.crashing.org>
35686 Date:   Wed Jan 16 10:04:42 2008 -0600
35687
35688     85xx: Use proper defines for PCI addresses
35689
35690     We should be using the _MEM_PHYS for LAW and TLB setup and not _MEM_BASE.
35691     While _MEM_BASE & _MEM_PHYS are normally the same, _MEM_BASE should only
35692     be used for configuring the PCI ATMU.
35693
35694     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
35695
35696 commit 54a5070115eff38e9b324b78abdfa0b4520580b9
35697 Author: Kumar Gala <galak@kernel.crashing.org>
35698 Date:   Wed Jan 16 09:22:29 2008 -0600
35699
35700     85xx: Remove old style of LAW init
35701
35702     All boards are now using the new fsl_law code so we can drop the old version.
35703
35704     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
35705
35706 commit 4d3521cc79cabc61edf12c48c0ce318d4efb712f
35707 Author: Kumar Gala <galak@kernel.crashing.org>
35708 Date:   Wed Jan 16 09:15:29 2008 -0600
35709
35710     85xx: convert remaining 85xx boards over to use new LAW init code
35711
35712     Converted ATUM8548, MPC8568 MDS, MPC8540 EVAL, and TQM85xx boards over
35713     to use new LAW init code.
35714
35715     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
35716
35717 commit 572b13afc42710f2957c382a710360429c0e099b
35718 Author: Kumar Gala <galak@kernel.crashing.org>
35719 Date:   Wed Jan 16 09:11:53 2008 -0600
35720
35721     85xx: convert STXGP3/STXSSA over to use new LAW init code
35722
35723     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
35724
35725 commit 45f2166ac0233a9263058378f39612bd11f61196
35726 Author: Kumar Gala <galak@kernel.crashing.org>
35727 Date:   Wed Jan 16 09:06:48 2008 -0600
35728
35729     85xx: convert PM854/PM856 over to use new LAW init code
35730
35731     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
35732
35733 commit e2b159d0070ee06e4ac7e2f9381d3e8e542e614a
35734 Author: Kumar Gala <galak@kernel.crashing.org>
35735 Date:   Wed Jan 16 09:05:27 2008 -0600
35736
35737     85xx: convert SBC8540/SBC8560/SBC8548 over to use new LAW init code
35738
35739     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
35740
35741 commit 2cfaa1aa1aac39a81006b7b27e0e431bf21f6dfa
35742 Author: Kumar Gala <galak@kernel.crashing.org>
35743 Date:   Wed Jan 16 01:45:10 2008 -0600
35744
35745     85xx: convert MPC8541/MPC8555/MPC8548 CDS over to use new LAW init code
35746
35747     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
35748
35749 commit 7232a2724ccc9dcbc3ec4ef84ada02f13ccd1238
35750 Author: Kumar Gala <galak@kernel.crashing.org>
35751 Date:   Wed Jan 16 01:32:06 2008 -0600
35752
35753     85xx: convert MPC8540/MPC8560 ADS over to use new LAW init code
35754
35755     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
35756
35757 commit 4bcae9c92aee0d72a2f19b81cab27ef38107ce75
35758 Author: Kumar Gala <galak@kernel.crashing.org>
35759 Date:   Wed Jan 16 01:16:16 2008 -0600
35760
35761     85xx: convert MPC8544 DS over to use new LAW init code
35762
35763     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
35764
35765 commit 83d40dfd79fe868796275802f60116d84b9e4395
35766 Author: Kumar Gala <galak@kernel.crashing.org>
35767 Date:   Wed Jan 16 01:13:58 2008 -0600
35768
35769     85xx: Move LAW init code into C
35770
35771     Move the initialization of the LAWs into C code and provide an API
35772     to allow modification of LAWs after init.
35773
35774     Board code is responsible to provide a law_table and num_law_entries.
35775
35776     We should be able to use the same code on 86xx as well.
35777
35778     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
35779
35780 commit bed8ce838a609aaab136d43b25e6df2a520bc854
35781 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35782 Date:   Sat Dec 22 15:03:12 2007 +0100
35783
35784     qemu-mips: active HUSH PARSER, AUTO_COMPLETE and CMDLINE_EDITING
35785
35786     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35787
35788 commit 0764c164fed6277d359cf132d55187ea34290114
35789 Author: Vlad Lungu <vlad@comsys.ro>
35790 Date:   Wed Jan 16 19:27:51 2008 +0200
35791
35792     MIPS:Target support for qemu -M mips
35793
35794     With serial, NE2000, IDE support. Tested in big-endian mode.
35795     Memory size hard-coded to 128M for now, so don't play with
35796     the -m option.
35797
35798     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
35799
35800 commit 7f52fa3c2df59e49dc2badd7c084cf2d007c438f
35801 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35802 Date:   Fri Jan 11 00:01:37 2008 +0100
35803
35804     Fix nfs command help to reflect that the serverip is optional
35805
35806     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35807     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
35808
35809 commit b8f4162a4f7a9bee5e9d0305c17f2d34de466a9b
35810 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35811 Date:   Mon Dec 10 22:32:14 2007 +0100
35812
35813     bf537-stamp: remove already defined is_zero_ether_addr and is_multicast_ether_addr
35814
35815     and move is_valid_ether_addr board file
35816
35817     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35818     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
35819
35820 commit c2f896b8fc4722e36915903e1942e138e68ce804
35821 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
35822 Date:   Wed Jan 16 16:13:31 2008 +0900
35823
35824     drivers/net/rtl8139.c: rx_status should be le32_to_cpu(rx_status).
35825
35826     rx_status on the memory is basically in LE, but needs to be handled in CPU
35827     endian. le32_to_cpu() takes up this mission. Even if on the sane hardware,
35828     it'll work fine.
35829
35830     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
35831     Cc: Masami Komiya <mkomiya@sonare.it>
35832     Cc: Lucas Jin <lucasjin@gmail.com>
35833     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
35834
35835 commit 96a236746fe6a7b84802afb4ed31536696d34812
35836 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
35837 Date:   Wed Jan 16 16:12:26 2008 +0900
35838
35839     drivers/net/rtl8139.c: Fix cache coherency issues
35840
35841     Current driver is meant for cache coherent systems. This patch adds
35842     flush_cache() routines to support cache non-coherent systems.
35843
35844     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
35845     Cc: Masami Komiya <mkomiya@sonare.it>
35846     Cc: Lucas Jin <lucasjin@gmail.com>
35847     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
35848
35849 commit d1276c76c1e2b5035296689280ba1acb2c425104
35850 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
35851 Date:   Wed Jan 16 16:11:14 2008 +0900
35852
35853     drivers/net/rtl8139.c: Fix tx timeout
35854
35855     "to = (currticks() + RTL_TIMEOUT)" has possibilities to wrap around. If it
35856     does, the condition "(currticks() < to)" becomes invalid and immediately
35857     leads to tx timeout error. This patch introduces the fine-graded udely(10)
35858     loops to ease the impact of wrapping around.
35859
35860     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
35861     Cc: Masami Komiya <mkomiya@sonare.it>
35862     Cc: Lucas Jin <lucasjin@gmail.com>
35863     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
35864
35865 commit 18ee320ff63edbf7b27bbeb05f0e12a52302c68a
35866 Author: Dave Liu <r63238@freescale.com>
35867 Date:   Fri Jan 11 18:45:28 2008 +0800
35868
35869     TSEC: Add the support for RealTek RTL8211B PHY
35870
35871     Add the support of RealTek RTL8211B PHY, the RTL8211B
35872     PHY only supports RGMII and MII mode.
35873
35874     Signed-off-by: Dave Liu <daveliu@freescale.com>
35875     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
35876
35877 commit 84a3047b72b70e862b0b7a8e2058077457f89a32
35878 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
35879 Date:   Wed Jan 16 09:40:41 2008 +0100
35880
35881     Remove annoying debug printout for PHY less boards.
35882
35883     PHY less board prints out lots of "read wrong ...":
35884     read wrong value : mii_id 3,mii_reg 2, base e0102320
35885     read wrong value : mii_id 3,mii_reg 3, base e0102320
35886     UEC: PHY is Generic MII (ffffffff)
35887     read wrong value : mii_id 3,mii_reg 4, base e0102320
35888     read wrong value : mii_id 3,mii_reg 0, base e0102320
35889     read wrong value : mii_id 3,mii_reg 1, base e0102320
35890     read wrong value : mii_id 3,mii_reg 1, base e0102320
35891     read wrong value : mii_id 3,mii_reg 5, base e0102320
35892     read wrong value : mii_id 3,mii_reg 1, base e0102320
35893     read wrong value : mii_id 3,mii_reg 1, base e0102320
35894     read wrong value : mii_id 3,mii_reg 5, base e0102320
35895     FSL UEC0: Full Duplex
35896     FSL UEC0: Speed 100BT
35897     FSL UEC0: Link is up
35898     Using FSL UEC0 device
35899
35900     Make this printout depend on UEC_VERBOSE_DEBUG and
35901     remove its definition in uec_phy.c
35902
35903     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
35904     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
35905
35906 commit ee62ed3286f83b98b7785e0318dc6379e78f7ff6
35907 Author: Kim Phillips <kim.phillips@freescale.com>
35908 Date:   Tue Jan 15 14:11:00 2008 -0600
35909
35910     net: reduce boot latency on QE UEC based boards
35911
35912     actually polling for PHY autonegotiation to finish enables us to remove the
35913     5 second boot prompt latency present on QE based boards.
35914
35915     call to qe_set_mii_clk_src in init_phy, and mv call to init_phy from
35916     uec_initialize to uec_init by Joakim Tjernlund; autonegotiation wait
35917     code shamelessly stolen from tsec driver.
35918
35919     also rm unused CONFIG_RMII_MODE code.
35920
35921     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
35922     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
35923     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
35924
35925 commit 55fe7c57a8b99a130925052dcdbb77f053dc50e3
35926 Author: michael.firth@bt.com <michael.firth@bt.com>
35927 Date:   Wed Jan 16 11:40:51 2008 +0000
35928
35929     TSEC driver: Change MDIO support to allow access to any PHYs on the MDIO bus
35930
35931     The current TSEC driver limits MDIO access to the devices that have been configured as attached
35932     to a TSEC MAC. This patch allows access to any PHY device on the MDIO bus through the 'mii' commands.
35933
35934     Signed-off-by: Michael Firth <michael.firth@bt.com>
35935     Acked-by: Andy Fleming <afleming@freescale.com>
35936     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
35937
35938 commit 5e918a98c26e8ab9b5d2d48d998a2ced2b5b85b3
35939 Author: Kim Phillips <kim.phillips@freescale.com>
35940 Date:   Wed Jan 16 00:38:05 2008 -0600
35941
35942     Add support for the MPC837xERDB
35943
35944     MPC837xERDB board support includes:
35945     * DDR2 330MHz hardcoded (soldered on the board)
35946     * Local Bus NOR Flash
35947     * I2C, UART and RTC
35948     * eTSEC RGMII (TSEC0 - RTL8211B with MII;
35949     *          TSEC1 - VSC7385 local bus, hardcoded, requires seperate firmware
35950     *                  load)
35951
35952     Signed-off-by: Kevin Lam <kevin.lam@freescale.com>
35953     Signed-off-by: Joe D'Abbraccio <joe.d'abbraccio@freescale.com>
35954     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
35955
35956 commit 9e89647889cd4b5ada5b5e7cad6cbe55737a08d7
35957 Author: Kim Phillips <kim.phillips@freescale.com>
35958 Date:   Wed Jan 16 12:06:16 2008 -0600
35959
35960     mpc83xx: add support for more system clock performance controls
35961
35962     System registers that are modified are the Arbiter Configuration
35963     Register (ACR), the System Priority Control Register (SPCR), and the
35964     System Clock Configuration Register (SCCR).
35965
35966     Signed-off by: Michael F. Reiss <Michael.F.Reiss@freescale.com>
35967     Signed-off by: Joe D'Abbraccio <ljd015@freescale.com>
35968     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
35969
35970 commit 16c3cde050e2d243e62b37486f1558570787beb8
35971 Author: James Yang <james.yang@freescale.com>
35972 Date:   Wed Jan 16 11:58:08 2008 -0600
35973
35974     FSL: Generalize PIXIS reset command parsing.
35975
35976     Before, the order of arguments to the pixis_reset
35977     command needed to be supplied in a hard-coded order.
35978     Generalize the command parsing to allow any order.
35979
35980     Signed-off-by: James Yang <james.yang@freescale.com>
35981     Acked-by: Jon Loeliger <jdl@freescale.com>
35982
35983 commit ad8f8687b78c3e917b173f038926695383c55555
35984 Author: Jon Loeliger <jdl@freescale.com>
35985 Date:   Tue Jan 15 13:42:41 2008 -0600
35986
35987     FSL: Convert board/freescale/common/Makefile to use CONFIG_
35988
35989     Convert the board/freescale/common/Makefile to use
35990     CONFIG_* options to select which files to conditionally
35991     compile into the board/freescale/common library rather
35992     than conditionally compiling entire files.
35993
35994     Now handles::
35995         CONFIG_FSL_PIXIS
35996         CONFIG_FSL_DIU_FB
35997         CONFIG_PQ_MDS_PIB
35998
35999     CONFIG_ID_EEPROM is introduced until CFG_ID_EEPROM is gone.
36000
36001     Signed-off-by: Jon Loeliger <jdl@freescale.com>
36002
36003 commit 7c2221eb230372a9e537c4f6636b147b0909325f
36004 Author: Roy Zang <tie-fei.zang@freescale.com>
36005 Date:   Tue Jan 15 16:38:38 2008 +0800
36006
36007     Use CONFIG_ULI526X as MPC8610HPCD default Ethernet driver
36008
36009     Use driver/net/uli526x.c as MPC8610HPCD default Ethernet driver.
36010     Remove unused ethernet CONFIG_ options.
36011
36012     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
36013     Acked-by: Jon Loeliger <jdl@freescale.com>
36014
36015 commit 711a7946277d2e29af481011e8635e9975c54e45
36016 Author: Kim Phillips <kim.phillips@freescale.com>
36017 Date:   Tue Jan 15 14:05:14 2008 -0600
36018
36019     mpc83xx: fix QE ETHPRIMEs to correct 'FSL UEC0' value
36020
36021     continuation of commit b96c83d4ae475a70ef2635cd0e748174c44c8601
36022
36023     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
36024
36025 commit 363eea9ff7f19a2cba17f262bd17559f166e134e
36026 Author: Kim Phillips <kim.phillips@freescale.com>
36027 Date:   Tue Jan 15 09:51:12 2008 -0600
36028
36029     mpc83xx: clean up mpc8360emds.c warnings
36030
36031     mpc8360emds.c: In function 'ft_board_setup':
36032     mpc8360emds.c:327: warning: assignment makes pointer from integer without a cast
36033     mpc8360emds.c:329: warning: passing argument 2 of 'fdt_getprop' makes integer from pointer without a cast
36034     mpc8360emds.c:334: warning: passing argument 2 of 'fdt_setprop' makes integer from pointer without a cast
36035     mpc8360emds.c:341: warning: assignment makes pointer from integer without a cast
36036     mpc8360emds.c:343: warning: passing argument 2 of 'fdt_getprop' makes integer from pointer without a cast
36037     mpc8360emds.c:348: warning: passing argument 2 of 'fdt_setprop' makes integer from pointer without a cast
36038
36039     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
36040
36041 commit f09880ea72a1c806db223ce594c5fb1b6542ff6a
36042 Author: Kim Phillips <kim.phillips@freescale.com>
36043 Date:   Mon Jan 14 16:14:46 2008 -0600
36044
36045     mpc83xx: fix phy-connection-type fixup code
36046
36047     use tree passed to us in local blob, not global fdt.
36048
36049     Also use fdt_path_offset to convert to relative offset, since absolute
36050     reference is needed to check for rgmii-id mode string value.
36051
36052     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
36053
36054 commit 2b4c952be7c4357a13e839d48df80853820c33eb
36055 Author: Kumar Gala <galak@kernel.crashing.org>
36056 Date:   Mon Jan 14 09:01:40 2008 -0600
36057
36058     mpc83xx: fix mpc8313/mpc8315/mpc8349itx Makefiles for silent build (with -s)
36059
36060     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
36061     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
36062
36063 commit e1d8ed2c08da14b168658cc5fa78529d461aea70
36064 Author: Poonam Aggrwal <b10812@freescale.com>
36065 Date:   Mon Jan 14 09:41:14 2008 +0530
36066
36067     Changes in uboot DDR configuration for MPC8313eRDB
36068
36069     These changes were identified by HighSmith Bill ,Mazzyar and Joseph for
36070     DDR configuration in u-boot code. Some are related to performance, some
36071     affect stability and some correct few basic errors in the current
36072     configuration.
36073
36074     The changes have been tested and found to give better memory latency
36075     figures on MPC8313eRDB.LMBench figures prove it.
36076
36077     The changes are:
36078
36079     - CS0_CONFIG[ AP_n_EN] is changed from 1 to 0
36080       (this may improve performance for application with many read
36081       or write to open pages).
36082     - CS0_CONFIG[ODT_WR_CFG] is currently changed from 100 to
36083       001 (activating all the CS when only one is used may cause
36084       unwanted noise on the system)
36085
36086     - TIMING_CFG_1[ACTTOPRE] is changed from 9clks to 8clks (based on
36087       Tras=45ns)
36088     - TIMING_CFG_1[REFREC] changed from 21 clks to 18clks.
36089
36090     - TIMING_CFG_2[AL] value changed from 0 setting to 1 clk to
36091       comply with the 3 ODT clk requirements)
36092     - TIMING_CFG_2[CPO] was set to a reserved value, changed to RL+3/4.
36093     - TIMING_CFG_2[FOUR_ACT] is changed from 10 clks to 6clks.
36094
36095     - DDR_SDRAM_MODE[AL]changed from 0 to 1.
36096     - DDR_SDRAM_MODE[WRREC] changed from 1 clk to 3 clks.
36097
36098     - DDR_SDRAM_INTERVAL[REFINT] is changed from 0x0320 to 0x0510.
36099     - DDR_SDRAM_INTERVAL[BSTOPRE] is changed from 0x64 to 0x0500.
36100
36101     The patch is based of git://www.denx.de/git/u-boot-mpc83xx.git
36102     The last commit on this tree was 6775c68683a53c7abc778774641aac6f833a2cbf
36103
36104     Signed-off-by: Poonam Aggrwal-b10812 <b10812@freescale.com>
36105     Cc: Bill HighSmith <Bill.Highsmith@freescale.com>
36106     Cc: Razzaz Mazyar <MRazzaz@freescale.com>
36107     Cc: Josep P J <PJ.Joseph@freescale.com>
36108     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
36109
36110 commit b5cdd7df4a06edb91539c9a2ea7c178a870c3a95
36111 Author: Jerry Van Baren <gvb.uboot@gmail.com>
36112 Date:   Sat Jan 12 13:24:14 2008 -0500
36113
36114     Enable the isdram command on the MPC8360EMDS board
36115
36116     The isdram command prints out decoded information the "serial presence
36117     detect" (SPD) chip on the SDRAM SIMMs.  This can be very helpful when
36118     debugging memory configuration problems.
36119
36120     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
36121     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
36122
36123 commit 8bd522ce4afda3d4868ee8c913f5394094326be1
36124 Author: Dave Liu <r63238@freescale.com>
36125 Date:   Fri Jan 11 18:48:24 2008 +0800
36126
36127     mpc83xx: Add the support for MPC8315ERDB board
36128
36129     The features list:
36130     - Boot from NOR Flash
36131     - DDR2 266MHz hardcoded configuration
36132     - Local bus NOR Flash R/W operation
36133     - I2C, UART, MII and RTC
36134     - eTSEC0/1 support
36135     - PCI host
36136
36137     Signed-off-by: Dave Liu <daveliu@freescale.com>
36138     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
36139
36140 commit b05884efa614e4d8a9413158fc228e0dc02ab704
36141 Author: Dave Liu <r63238@freescale.com>
36142 Date:   Fri Jan 11 18:46:50 2008 +0800
36143
36144     mpc83xx: Add config of eTSEC emergency priority in SPCR
36145
36146     The TSEC emergency priority definition of 831x/837x
36147     is different than the definition of 834x in SPCR register.
36148
36149     Add the other config of TSEC emergency priority into
36150     cpu_init.c
36151
36152     Signed-off-by: Dave Liu <daveliu@freescale.com>
36153     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
36154
36155 commit 9b958234b0783f13d92f007f753fd2c3ae2c8680
36156 Author: Dave Liu <r63238@freescale.com>
36157 Date:   Fri Jan 11 18:42:19 2008 +0800
36158
36159     mpc83xx: Remove cache config from MPC8360ERDK.h
36160
36161     The MPC8360ERDK board support patch is added before
36162     the commit 2c5b48fc205c3e2752910da8f39209ed075929e5
36163     so, miss clean up it.
36164
36165     The patch clean up the miss cache config.
36166
36167     Signed-off-by: Dave Liu <daveliu@freescale.com>
36168     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
36169
36170 commit cd9d23053d435c08fc8695017b5cb9003fcda786
36171 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
36172 Date:   Mon Jan 14 23:09:32 2008 +0300
36173
36174     nand: FSL UPM NAND driver
36175
36176     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
36177
36178 commit 6cb2239ae76faee64434286c4f8fc71374702dd2
36179 Author: Kyungmin Park <kmpark@infradead.org>
36180 Date:   Tue Jan 15 08:59:44 2008 +0900
36181
36182     OneNAND: Separate U-Boot dependent code from OneNAND
36183
36184     OneNAND: Separate U-Boot dependent code from OneNAND
36185
36186     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
36187
36188 commit 83a49c8dd7998be2d1f0d420597a36bbf0bf4164
36189 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36190 Date:   Wed Jan 16 10:33:46 2008 +0100
36191
36192     ppc4xx: Sequoia coding style cleanup and beautification
36193
36194     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36195
36196 commit 4b3cc6ece9c455504cf12909fae38d085d848ac0
36197 Author: Larry Johnson <lrj@acm.org>
36198 Date:   Tue Jan 15 14:35:58 2008 -0500
36199
36200     ppc4xx: Refactor ECC POST for AMCC Denali core
36201
36202     The ECC POST reported intermittent failures running after power-up on
36203     the Korat PPC440EPx board.  Even when the test passed, the debugging
36204     output occasionally reported additional unexpected ECC errors.
36205
36206     This refactoring has three main objectives: (1) minimize the code
36207     executed with ECC enabled during the tests, (2) add more checking of the
36208     results so any unexpected ECC errors would cause the test to fail, and
36209     (3) use synchronization (only) where required by the processor.
36210
36211     Signed-off-by: Larry Johnson <lrj@acm.org>
36212
36213 commit 2465665b73ac2f688af945b1ed510752afa816a4
36214 Author: David Saada <David.Saada@ecitele.com>
36215 Date:   Tue Jan 15 10:40:24 2008 +0200
36216
36217     QE UEC: Extend number of supported UECs to 4
36218
36219     This patch extends the number of supported UECs to 4. Note that the
36220     problem of QE thread resources exhaustion is resolved by setting the
36221     correct number of QE threads according to Ethernet type (GBE or FE).
36222
36223     Signed-off-by: David Saada <david.saada@ecitele.com>
36224     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
36225
36226 commit 58d204256cb1ce1bd323847d9f644acf70a72e6a
36227 Author: Wolfgang Denk <wd@denx.de>
36228 Date:   Wed Jan 16 00:01:01 2008 +0100
36229
36230     LWMON5: enable hush shell as command line parser
36231
36232     Signed-off-by: Wolfgang Denk <wd@denx.de>
36233
36234 commit 66ffb1883feedddc813d8a507d060f2a940eb2b2
36235 Author: Wolfgang Denk <wd@denx.de>
36236 Date:   Tue Jan 15 17:22:28 2008 +0100
36237
36238     ADS5121: disable watchdog; enable image timestamps
36239
36240     Signed-off-by: Wolfgang Denk <wd@denx.de>
36241
36242 commit 2b4f778fe9d1de61d7445bae7b325340aba6968d
36243 Author: Wolfgang Denk <wd@denx.de>
36244 Date:   Tue Jan 15 17:21:28 2008 +0100
36245
36246     TK885D: fixes for bigger flash sector sizes on new modules;
36247     adjust default environment;
36248     disable SCC ethernet (not used on this board).
36249
36250     Signed-off-by: Wolfgang Denk <wd@denx.de>
36251
36252 commit f91d7ae5ca89acf9fa1ed1015dc078cf29581607
36253 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
36254 Date:   Tue Jan 15 17:48:13 2008 +0900
36255
36256     pcmcia: Remove CONFIG_COMMANDS from marubun pcmcia driver
36257
36258     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
36259
36260 commit 76e49aa7fb8e76cc49092c1acd53fff921e26360
36261 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
36262 Date:   Tue Jan 15 23:25:25 2008 +0900
36263
36264     sh: Add support SH7710/SH7712
36265
36266     SH7710/SH7712 of SH3 CPU are supported.
36267     SH771X is called SH-Ether, and has the Ether controller in CPU.
36268     The driver of Ether is not included in this patch.
36269
36270     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
36271
36272 commit 63a11be68306870e04d3851ed9fa41955cdf4894
36273 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
36274 Date:   Tue Jan 15 23:06:17 2008 +0900
36275
36276     sh: Add support of map_physmem() and unmap_physmem() to SuperH
36277
36278     This patch add the support of map_physmem() and unmap_physmem()
36279     used with Common Flash Interface(CFI) driver.
36280
36281     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
36282
36283 commit db3995fe5164ac5d630b7ecb96286a9828dfbb54
36284 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
36285 Date:   Wed Jan 9 14:42:27 2008 +0900
36286
36287     sh: Add maintainer of MS7720SE to the MAINTAINER file
36288
36289     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
36290
36291 commit dcd99e88e03d56a0aeecd42b507d2d29d20ab0e3
36292 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
36293 Date:   Wed Jan 9 14:39:58 2008 +0900
36294
36295     sh: Fix board name in MS7720SE's config.mk
36296
36297     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
36298
36299 commit c0a04d93734d768b39dbb72fb501b65614c8615d
36300 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
36301 Date:   Wed Jan 9 14:37:36 2008 +0900
36302
36303     sh: Add MS7720SE to MAKEALL
36304
36305     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
36306
36307 commit b2b5e2bb78a1ef4ae8504f5a26bfdc3293ea74ae
36308 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
36309 Date:   Mon Dec 3 22:58:50 2007 +0900
36310
36311     sh: Add support for MS7720RP02 board
36312
36313     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
36314     CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
36315     Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
36316
36317 commit 7c10c57275901939a8ece4a9ef3e7ccb7c12a0ed
36318 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
36319 Date:   Wed Jan 9 14:30:02 2008 +0900
36320
36321     sh: Add support for SH7720 in serial_sh driver.
36322
36323     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
36324     CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
36325     Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
36326
36327 commit f9913a8ee71ff14fcfc1c7fd0e6912f897e69403
36328 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
36329 Date:   Mon Dec 3 22:58:45 2007 +0900
36330
36331     sh: Add support SH3 and SH7720
36332
36333     Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
36334     CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
36335     Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
36336
36337 commit 9adfc9fb9ade64cdf1ed9ff842e4f900cbda78bd
36338 Author: Stefan Roese <sr@denx.de>
36339 Date:   Tue Jan 15 10:11:02 2008 +0100
36340
36341     ppc4xx: Remove compiler warning in cpu/ppc4xx/44x_spd_ddr2.c
36342
36343     Signed-off-by: Stefan Roese <sr@denx.de>
36344
36345 commit 17bef68097ab3692500a36fb31115bff7910aa99
36346 Author: Niklaus Giger <niklausgiger@gmx.ch>
36347 Date:   Mon Jan 14 14:04:42 2008 +0100
36348
36349     ppc_4xx: Fix post spr.c for PPC405
36350
36351     post/cpu/ppc4xx/spr.c contained a few checks for registers only present
36352     for PPC440 and derivates processor.
36353
36354     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
36355
36356 commit 06c428bcd4413014b43236e77765022071424fa6
36357 Author: Dave Liu <r63238@freescale.com>
36358 Date:   Mon Jan 14 11:12:01 2008 +0800
36359
36360     QE: fix compile warning
36361
36362     qe.c: In function 'qe_upload_firmware':
36363     qe.c:390: warning: pointer targets in passing argument 2
36364     uec.c: In function 'uec_initialize':
36365     uec.c:1236: warning: 'uec_info' may be used uninitialized
36366
36367     Signed-off-by: Dave Liu <daveliu@freescale.com>
36368
36369 commit a0dd99d51efa55fe023e19c97ead92683725eb11
36370 Author: Stefan Roese <sr@denx.de>
36371 Date:   Mon Jan 14 10:05:05 2008 +0100
36372
36373     ppc4xx: Update Kilauea CPLD configuration with USB PHY reset bit
36374
36375     Now that bit 29 is the USB PHY reset bit, update the Kilauea port
36376     to remove the USB PHY reset after powerup. The CPLD will keep the
36377     USB PHY in reset (active low) until the bit is set to 1 in
36378     board_early_init_f().
36379
36380     Signed-off-by: Stefan Roese <sr@denx.de>
36381
36382 commit f43ad53908f1ea83a7c26c3505bbe84382e47aad
36383 Author: Wolfgang Denk <wd@denx.de>
36384 Date:   Sun Jan 13 23:26:45 2008 +0100
36385
36386     ARM: update mach-types.h from 2.6.24-rc7 Linux kernel tree
36387
36388     Signed-off-by: Wolfgang Denk <wd@denx.de>
36389
36390 commit 8d103071b7b0e3ec888859bfcb9d422565e6d750
36391 Author: Wolfgang Denk <wd@denx.de>
36392 Date:   Sun Jan 13 23:37:50 2008 +0100
36393
36394     ADS5121: Fix typo in ads5121.c, adjust default environment
36395
36396     Signed-off-by: Wolfgang Denk <wd@denx.de>
36397
36398 commit 51b67d06faa670c65de6f29ec5b5aace74b2a047
36399 Author: John Rigby <jrigby@freescale.com>
36400 Date:   Fri Aug 24 18:18:43 2007 -0600
36401
36402     ADS5121: MAX slew rate for PATA pins
36403
36404     Signed-off-by: John Rigby <jrigby@freescale.com>
36405
36406 commit dd531aac34aaad138f16cacdb51d61908d59c0e2
36407 Author: Wolfgang Denk <wd@denx.de>
36408 Date:   Sun Jan 13 21:05:52 2008 +0100
36409
36410     Fix Makefile dependency problem with parallel builds.
36411
36412     Signed-off-by: Wolfgang Denk <wd@denx.de>
36413
36414 commit 89967841e3ea02e3d0e5e1295ab687576e5b1089
36415 Author: Wolfgang Denk <wd@denx.de>
36416 Date:   Sun Jan 13 19:51:39 2008 +0100
36417
36418     MPC8544DS: fix board Makefile for silent build (with -s)
36419
36420     Signed-off-by: Wolfgang Denk <wd@denx.de>
36421
36422 commit 6d714f82fb4b8bb7e267e9c71b8009bc670bfe88
36423 Author: Wolfgang Denk <wd@denx.de>
36424 Date:   Sun Jan 13 16:44:08 2008 +0100
36425
36426     PMC440 board: fix board Makefile for out-of-tree building
36427
36428     Signed-off-by: Wolfgang Denk <wd@denx.de>
36429
36430 commit 6eb3fb15588d319bd3099d5f9b910051dfeab6b2
36431 Author: Wolfgang Denk <wd@denx.de>
36432 Date:   Sun Jan 13 16:07:44 2008 +0100
36433
36434     Makalu: fix compile warning
36435
36436     Signed-off-by: Wolfgang Denk <wd@denx.de>
36437
36438 commit 0a1e03bcadc7734688a21e8dd2e46a4f608193c0
36439 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36440 Date:   Sun Jan 13 12:36:12 2008 +0100
36441
36442     cmd_nand : fix compiler warning.
36443
36444     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36445
36446 commit 8225d1e3ac0ab147cdde4b0042812583380afb8a
36447 Author: Michael Schwingen <rincewind@discworld.dascon.de>
36448 Date:   Sat Jan 12 20:29:47 2008 +0100
36449
36450     CFI: Fix CONFIG_FLASH_CFI_LEGACY compilation
36451
36452     Signed-off-by: Michael Schwingen <michael@schwingen.org>
36453     Acked-by: Stefan Roese <sr@denx.de>
36454
36455 commit 2b2f43ed6a30ece77f76191c845ac95267daa31a
36456 Author: Wolfgang Denk <wd@denx.de>
36457 Date:   Sun Jan 13 02:19:44 2008 +0100
36458
36459     MPC8360ERDK: fix incorrect initialization of CFG_I2C_NOPROBES
36460
36461     Signed-off-by: Wolfgang Denk <wd@denx.de>
36462
36463 commit 08e99e1dd01a3e0e3dc3a7138eb827c997e2b74d
36464 Author: Wolfgang Denk <wd@denx.de>
36465 Date:   Sun Jan 13 02:19:13 2008 +0100
36466
36467     MPC8xx FEC driver: fix compiler warning.
36468
36469     Signed-off-by: Wolfgang Denk <wd@denx.de>
36470
36471 commit ae6d1056d2c2e4d1266413c0ae8a6d5529ecde4b
36472 Author: Wolfgang Denk <wd@denx.de>
36473 Date:   Sun Jan 13 00:59:21 2008 +0100
36474
36475     Fix Makefile dependencies issues; allow silent build
36476
36477     - get rid of "version" target whichdidn't really work
36478     - make autoconf.mk depend on version_autogenerated.h to make sure
36479       to rebuild files as needed
36480     - add XECHO macro to allow for silent build using "make -s"
36481
36482     Signed-off-by: Wolfgang Denk <wd@denx.de>
36483
36484 commit e343ab83d5135b558aa58db9be8fc7faa68d77ed
36485 Author: Wolfgang Denk <wd@denx.de>
36486 Date:   Sun Jan 13 00:55:47 2008 +0100
36487
36488     ADS5121e: fix compile warning
36489
36490     Signed-off-by: Wolfgang Denk <wd@denx.de>
36491
36492 commit f2b6f4610627fe3d607620e25082916a01538875
36493 Author: Wolfgang Denk <wd@denx.de>
36494 Date:   Sun Jan 13 00:55:18 2008 +0100
36495
36496     MUNICes: fix board Makefile for remote build directory
36497
36498     Signed-off-by: Wolfgang Denk <wd@denx.de>
36499
36500 commit 2ad4d3999fe801aa716221d7d9a4c5bdad74783a
36501 Author: Oliver Weber <almoeli@gmx.de>
36502 Date:   Wed Jan 9 17:04:38 2008 +0100
36503
36504     MPC5200: don't use hardcoded MBAR address in Bestcomm firmware
36505
36506     Signed-off-by: Oliver Weber <almoeli@gmx.de>
36507
36508 commit 00ac50e348d1bace27a174b7f528d113bc7cdf7f
36509 Author: Andreas Engel <andreas.engel@ericsson.com>
36510 Date:   Wed Jan 9 17:10:56 2008 +0100
36511
36512     Make bootretry work when command line editing is enabled
36513
36514     Currently, when CONFIG_CMDLINE_EDITING is set, bootretry doesn't work.
36515     This patch fixes the problem.
36516
36517     Signed-off-by: Andreas Engel <andreas.engel@ericsson.com>
36518
36519 commit 632de0672d3c3ab53ad798c47f5f1eb26008a0e4
36520 Author: Larry Johnson <lrj@acm.org>
36521 Date:   Fri Jan 11 23:26:18 2008 -0500
36522
36523     Refactor code for "i2c sdram" command
36524
36525     Signed-off-by: Larry Johnson <lrj@acm.org>
36526
36527 commit 0df6b8446c4721b91ce311548114891130371083
36528 Author: Larry Johnson <lrj@acm.org>
36529 Date:   Thu Jan 10 22:23:39 2008 -0500
36530
36531     Fix "i2c sdram" command for DDR2 DIMMs
36532
36533     Many of the SPD bytes for DDR2 SDRAM are not interpreted correctly by the
36534     "i2c sdram" command.  This patch provides correct alternative
36535     interpretations when DDR2 memory is detected.
36536
36537     Signed-off-by: Larry Johnson <lrj@acm.org>
36538
36539 commit 64134f011254123618798ff77c42ba196b2ec485
36540 Author: Wolfgang Denk <wd@denx.de>
36541 Date:   Sat Jan 12 20:31:39 2008 +0100
36542
36543     Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections
36544
36545     With recent toolchain versions, some boards would not build because
36546     or errors like this one (here for ocotea board when building with
36547     ELDK 4.2 beta):
36548     ppc_4xx-ld: section .bootpg [fffff000 -> fffff23b] overlaps section .bss [fffee900 -> fffff8ab]
36549
36550     For many boards, the .bss section is big enough that it wraps around
36551     at the end of the address space (0xFFFFFFFF), so the problem will not
36552     be visible unless you use a 64 bit tool chain for development. On
36553     some boards however, changes to the code size (due to different
36554     optimizations) we bail out with section overlaps like above.
36555
36556     The fix is to add the NOLOAD attribute to the .bss and .sbss
36557     sections, telling the linker that .bss does not consume any space in
36558     the image.
36559
36560     Signed-off-by: Wolfgang Denk <wd@denx.de>
36561
36562 commit 3afac79ec27b91df185f090b31dad9620779f440
36563 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
36564 Date:   Fri Jan 11 20:42:58 2008 -0600
36565
36566     USB: Add Philips 1561 PCI-OHCI ids
36567     (needed for M5475EVB)
36568
36569     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
36570
36571 commit 5e8def6731cd7bec74bff42a16b139de04010353
36572 Author: Wolfgang Denk <wd@denx.de>
36573 Date:   Sat Jan 12 15:51:34 2008 +0100
36574
36575     Add MAINTAINERS entries for ids8247, jupiter, municse, sc3 and uc101
36576     boards.
36577
36578     Signed-off-by: Heiko Schocher <hs@denx.de>
36579     Signed-off-by: Wolfgang Denk <wd@denx.de>
36580
36581 commit 5d49e0e152a8b81cc0602271e8fd259371f559b7
36582 Author: Grzegorz Bernacki <gjb@semihalf.com>
36583 Date:   Fri Jan 11 12:03:43 2008 +0100
36584
36585     MPC512X: Cleanup bus clock names.
36586
36587     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
36588
36589 commit 66a9455b6bf46d69cec5c88d1a600d1d9a10670d
36590 Author: Grzegorz Bernacki <gjb@semihalf.com>
36591 Date:   Tue Jan 8 17:16:59 2008 +0100
36592
36593     MPC512X: Fixed typo in macro name.
36594
36595     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
36596
36597 commit 281ff9a45cf9eb17b8a9afc436cb783cf1f62363
36598 Author: Grzegorz Bernacki <gjb@semihalf.com>
36599 Date:   Tue Jan 8 17:16:15 2008 +0100
36600
36601     ads5121: Added support for FDT.
36602
36603     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
36604
36605 commit a10ff9196183e7e5f2ae3c4f5f3cbe92ae9cb719
36606 Author: Wolfgang Denk <wd@denx.de>
36607 Date:   Sat Jan 12 01:05:50 2008 +0100
36608
36609     Coding Style cleanup; update CHANGELOG.
36610
36611     Signed-off-by: Wolfgang Denk <wd@denx.de>
36612
36613 commit f6db945649e5e9d0c7efe33b507d243cdc86cf03
36614 Author: Heiko Schocher <hs@denx.de>
36615 Date:   Fri Jan 11 15:15:17 2008 +0100
36616
36617     Fixed syntax error in function init_e300_core() of mpc83xx/start.S if
36618
36619     Signed-off-by: Timur Tabi <timur@freescale.com>
36620     Signed-off-by: Heiko Schocher <hs@denx.de>
36621
36622 commit fa05664cd8c7ab1ecf062aa73b992b7b58bba49c
36623 Author: Heiko Schocher <hs@denx.de>
36624 Date:   Fri Jan 11 15:15:16 2008 +0100
36625
36626     MUNICes: Set the right CFG_DEFAULT_MBAR value.
36627
36628     Signed-off-by: Heiko Schocher <hs@denx.de>
36629
36630 commit 5fb2b2342ece8d786c6f7fdba1bc273febd3b3d2
36631 Author: Heiko Schocher <hs@denx.de>
36632 Date:   Fri Jan 11 15:15:15 2008 +0100
36633
36634     added the config File for the MUNICes board.
36635
36636     Signed-off-by: Heiko Schocher <hs@denx.de>
36637
36638 commit 6341d9d723b71b4c0bf86f979e4cb228c02fd09d
36639 Author: Heiko Schocher <hs@denx.de>
36640 Date:   Fri Jan 11 15:15:14 2008 +0100
36641
36642     added basic support for the MUNICes board.
36643
36644     Signed-off-by: Heiko Schocher <hs@denx.de>
36645
36646 commit 3bb77fb09a1caabf5a292cc5b486a78b977fbe19
36647 Author: Wolfgang Denk <wd@denx.de>
36648 Date:   Sat Jan 12 00:39:37 2008 +0100
36649
36650     Update CHANGELOG and MAINTAINERS files.
36651
36652     Signed-off-by: Wolfgang Denk <wd@denx.de>
36653
36654 commit 5ba7390c3cb579172be66888a371707b47b5be4e
36655 Author: Anatolij Gustschin <agust@denx.de>
36656 Date:   Fri Jan 11 02:15:02 2008 +0100
36657
36658     Fix compilation problem in common/cmd_bmp.c
36659
36660     common/cmd_bmp.c fails to compile if CONFIG_VIDEO_BMP_GZIP
36661     isn't defined. This patch fix this.
36662
36663     Signed-off-by: Anatolij Gustschin <agust@denx.de>
36664
36665 commit 5aa437baae5fe629abeab99bef793a2a1fc71b58
36666 Author: Heiko Schocher <hs@denx.de>
36667 Date:   Fri Jan 11 01:12:09 2008 +0100
36668
36669     Fix defaultconfig for the mgcoge board.
36670
36671     Signed-off-by: Heiko Schocher <hs@denx.de>
36672
36673 commit ac9db066b26935f31bff15c98168b19faeb603f3
36674 Author: Heiko Schocher <hs@denx.de>
36675 Date:   Fri Jan 11 01:12:08 2008 +0100
36676
36677     Added support for the mgcoge board from keymile.
36678
36679     Signed-off-by: Heiko Schocher <hs@denx.de>
36680
36681 commit b423d055cc2e13c4ef1f0389c3fa2988d0eed818
36682 Author: Heiko Schocher <hs@denx.de>
36683 Date:   Fri Jan 11 01:12:07 2008 +0100
36684
36685     Enable SMC microcode relocation patch for SMC1.
36686
36687     Signed-off-by: Heiko Schocher <hs@denx.de>
36688
36689 commit 381e4e639720d8d2efb8066c7c48ec9588cb28c7
36690 Author: Heiko Schocher <hs@denx.de>
36691 Date:   Fri Jan 11 01:12:06 2008 +0100
36692
36693     Added support for the mgsuvd board from keymile.
36694
36695     Signed-off-by: Heiko Schocher <hs@denx.de>
36696
36697 commit bf05293973b348f6946c9df92cd3c65ece42d0be
36698 Author: James Yang <james.yang@freescale.com>
36699 Date:   Thu Jan 10 16:02:07 2008 -0600
36700
36701     Fix 64-bit vsprintf.
36702
36703     There were some size and unsigned problems.
36704     Also add support for "ll" size modifier in format string like glibc
36705
36706     Signed-off-by: James Yang <James.Yang@freescale.com>
36707     Acked-by: Jon Loeliger <jdl@freescale.com>
36708
36709 commit 92fa37eac530860643afa26ae347af3d23d67309
36710 Author: Larry Johnson <lrj@acm.org>
36711 Date:   Wed Jan 9 12:42:35 2008 -0500
36712
36713     Remove superfluous preprocessor conditionals from LM73 driver
36714
36715     (1) Remove unused symbol "CFG_EEPROM_PAGE_WRITE_ENABLE".
36716
36717     (2) Use conditional Makefile.o.
36718
36719     Signed-off-by: Larry Johnson <lrj@acm.org>
36720
36721 commit efc6f447c1b940d1650c4b854c5598a595ddc3da
36722 Author: Guennadi Liakhovetski <lg@denx.de>
36723 Date:   Thu Jan 10 17:59:07 2008 +0100
36724
36725     Add support for the TK885D baseboard from TELE-DATA
36726
36727     The TK885D board uses a TQM885D module from TQ, this port adds an
36728     own configuration file and adds a last_stage_init() method to
36729     configure the two PHYs, depending on the phy_auto_nego environment
36730     variable.
36731
36732     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
36733
36734 commit 0ec595243dc99edcd248bbcfbfd5a1dc860bde89
36735 Author: Kumar Gala <galak@kernel.crashing.org>
36736 Date:   Thu Jan 10 02:22:05 2008 -0600
36737
36738     Fix compiler warning
36739
36740     main.c: In function 'readline_into_buffer':
36741     main.c:927: warning: unused variable 'p_buf'
36742
36743     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
36744
36745 commit bed53753dd1d7e6bcbea4339be0fb7760214cc35
36746 Author: Anatolij Gustschin <agust@denx.de>
36747 Date:   Fri Jan 11 14:30:01 2008 +0100
36748
36749     Add Fujitsu CoralP/Lime video driver
36750
36751     Signed-off-by: Anatolij Gustschin <agust@denx.de>
36752     Signed-off-by: Rodolfo Giometti <giometti@linux.it>
36753
36754 commit 20c450ef61ef2eb1c96f9b59ba0eb8d849bba058
36755 Author: Anatolij Gustschin <agust@denx.de>
36756 Date:   Fri Jan 11 02:39:47 2008 +0100
36757
36758     Fix video console newline and carriage return handling
36759
36760     Lines of the lenght CONSOLE_COLS or greater than CONSOLE_COLS
36761     are not displayed correctly. This is an attempt to fix
36762     this issue. Also add carriage return handling.
36763
36764     Signed-off-by: Anatolij Gustschin <agust@denx.de>
36765     Signed-off-by: Rodolfo Giometti <giometti@linux.it>
36766
36767 commit d5a163d6baa04f5a8edcc10ebc6fad08657d3093
36768 Author: Stefan Roese <sr@denx.de>
36769 Date:   Fri Jan 11 15:53:58 2008 +0100
36770
36771     ppc4xx: Fix sdram init on Sequoia boards
36772
36773     Clear possible errors in MCSR resulting from data-eye-search.
36774     If not done, then we could get an interrupt later on when
36775     exceptions are enabled.
36776
36777     Signed-off-by: Stefan Roese <sr@denx.de>
36778
36779 commit d610a60730b7464f6f659db49d264d89a7c71061
36780 Author: Anatolij Gustschin <agust@denx.de>
36781 Date:   Fri Jan 11 15:31:09 2008 +0100
36782
36783     ppc4xx: Rework Lime support for lwmon5
36784
36785     Rework Lime support for lwmon5 using new video driver
36786
36787     Signed-off-by: Anatolij Gustschin <agust@denx.de>
36788
36789 commit ff41ffc93c1592e77a44bdbebd5d781739f3aae0
36790 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36791 Date:   Fri Jan 11 14:55:16 2008 +0100
36792
36793     ppc4xx: Update PMC440 config file
36794
36795     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36796
36797 commit e3edcb36f14f0aabb6f50e96014d6877f73d64ea
36798 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36799 Date:   Fri Jan 11 14:55:08 2008 +0100
36800
36801     ppx4xx: Fix sdram init on PMC440 boards
36802
36803     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36804
36805 commit 061aad4d320dddce26247699dcf2875ee2ea1366
36806 Author: Dave Liu <r63238@freescale.com>
36807 Date:   Thu Jan 10 23:09:33 2008 +0800
36808
36809     mpc83xx: Fix the bug of 266MHz data rate DDR
36810
36811     The DDR doesn't work on the 266MHz data rate,
36812     the patch fix the bug.
36813
36814     Signed-off-by: Dave Liu <daveliu@freescale.com>
36815     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
36816
36817 commit ded08317ad9e340b887bf2eb46e9565a0f610a93
36818 Author: Dave Liu <r63238@freescale.com>
36819 Date:   Thu Jan 10 23:08:26 2008 +0800
36820
36821     mpc83xx: Make the code more readable
36822
36823     Format the code, make it more readable
36824
36825     Signed-off-by: Dave Liu <daveliu@freescale.com>
36826     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
36827
36828 commit 7e74d63d1a211fbc34ec424e2dc6726601f323d0
36829 Author: Dave Liu <r63238@freescale.com>
36830 Date:   Thu Jan 10 23:07:23 2008 +0800
36831
36832     mpc83xx: Reduce the latency of DDR
36833
36834     Reduce the AL from 2 to 1 clock to improve the performance.
36835
36836     Signed-off-by: Dave Liu <daveliu@freescale.com>
36837     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
36838
36839 commit 6f3931a2bed5412c20d5e5536c865fbd657f7d28
36840 Author: Dave Liu <r63238@freescale.com>
36841 Date:   Thu Jan 10 23:06:05 2008 +0800
36842
36843     mpc83xx: Fix the wrong definition of MPC8315E
36844
36845     According to the latest user manual of MPC8315E,
36846     1) The SVCOD of HRCWL is different than 837x
36847     2) The SCCR has changes
36848
36849     Signed-off-by: Dave Liu <daveliu@freescale.com>
36850     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
36851
36852 commit ec2638ea08a537a1bd409db873aaaa33a053ebae
36853 Author: Dave Liu <r63238@freescale.com>
36854 Date:   Thu Jan 10 23:05:00 2008 +0800
36855
36856     mpc83xx: Fix the typo in mpc83xx.h
36857
36858     The SPCR about TSEC priority is wrong.
36859
36860     Signed-off-by: Michael Barkowski <Michael.Barkowski@freescale.com>
36861     Signed-off-by: Joe D'Abbraccio <Joe.D'abbraccio@freescale.com>
36862     Signed-off-by: Dave Liu <daveliu@freescale.com>
36863     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
36864
36865 commit c86ef2cd9ef81935049231fa89f36c7b793f2d4b
36866 Author: Dave Liu <r63238@freescale.com>
36867 Date:   Thu Jan 10 23:04:13 2008 +0800
36868
36869     mpc83xx: Fix the typo in global data struct
36870
36871     Fix the typo in global_data.h
36872
36873     Signed-off-by: Dave Liu <daveliu@freescale.com>
36874     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
36875
36876 commit 2c5b48fc205c3e2752910da8f39209ed075929e5
36877 Author: Dave Liu <r63238@freescale.com>
36878 Date:   Thu Jan 10 23:03:03 2008 +0800
36879
36880     mpc83xx: Remove cache config from config.h
36881
36882     clean up the cache config from configs.h of board
36883
36884     Signed-off-by: Dave Liu <daveliu@freescale.com>
36885     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
36886
36887 commit fab6f556bbbbd1bb35a5433161f7f173c18df559
36888 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
36889 Date:   Wed Jan 9 20:57:47 2008 +0300
36890
36891     mpc83xx: add support for the MPC8360E-RDK
36892
36893     This is MPC8360E based board with:
36894     - 256MB fixed SDRAM;
36895     - 8MB Intel Strata NOR flash;
36896     - StMICRO 64MiB NAND flash;
36897     - two 10/100/1000 ethernet ports connected via Broadcom
36898       BCM5481 PHYs;
36899     - two 10/100 ethernet ports connected via National
36900       DP83848 PHYs;
36901     - one PCI and one miniPCI slots;
36902     - four serial ports (two NS16550-compatible, two UCCs);
36903     - four USB ports working through MPC8360E "FHCI" USB controller;
36904     - Fujitsu MB86277 graphics controller;
36905     - Analog to Digital Converter/Touchscreen controller, AD7843
36906       connected to SPI.
36907
36908     Features not supported in this patch are:
36909     - StMICRO 64MiB NAND flash (patch sent);
36910     - MINT framebuffer initialization (patch is pending);
36911     - Fetching production information from the EEPROM via I2C;
36912     - FHCI USB;
36913     - Two slow UCCs used as RS-485 UARTs.
36914
36915     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
36916     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
36917
36918 commit b3d2cde7a3aa1e83b7968cdff929e52c8cc617bb
36919 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
36920 Date:   Wed Jan 9 20:57:40 2008 +0300
36921
36922     mpc83xx: add "fsl, qe" compatible fixups
36923
36924     New device trees will use "fsl,qe" compatible properties.
36925
36926     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
36927     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
36928
36929 commit 977b57583a7c34010e566a09a679ec3c1836f996
36930 Author: Kim Phillips <kim.phillips@freescale.com>
36931 Date:   Wed Jan 9 15:24:06 2008 -0600
36932
36933     mpc83xx: add missing CONFIG_HAS_ETH0 defines
36934
36935     the new libfdt code only updates eth0 if CONFIG_HAS_ETH0
36936     is defined; add the define to the missing board configs.
36937
36938     Thanks to Emilian Medve for finding this.
36939
36940     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
36941
36942 commit b830b7f1635984ba607219fcbd78597c28eeb529
36943 Author: Becky Bruce <bgill@freescale.com>
36944 Date:   Thu Jan 10 14:00:28 2008 -0600
36945
36946     86xx: Support 2GB DIMMs
36947
36948     Configure the number of bits used to address the banks inside the SDRAM
36949     device.  The default register value of 0 means 2 bits to address 4 banks.
36950     Higher capacity devices like a 2GB DIMM require 3 bits to address 8 banks.
36951
36952     Signed-off-by: Becky Bruce <bgill@freescale.com>
36953
36954 commit 4d332dbeb08f5863d1ea69d91a00c5499d3a87ed
36955 Author: Niklaus Giger <niklausgiger@gmx.ch>
36956 Date:   Thu Jan 10 18:50:33 2008 +0100
36957
36958     ppc4xx: Make Sequoia boot vxWorks
36959
36960     vxWorks expects in
36961     TLB 0 a entry for the Machine Check interrupt
36962     TLB 1 a entry for the RAM
36963     TLB 2 a entry for the EBC
36964     TLB 3 a entry for the boot flash
36965
36966     After changing the baudrate to 9600 I had no problems to boot the
36967     vxWorks image as distributed by WindRiver (Revision 2.0/1 from
36968     June 18, 2007)
36969
36970     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
36971
36972 commit 6d8184b00c0d1d7090e4a2f514e310d98a394f8d
36973 Author: Larry Johnson <lrj@arlinx.com>
36974 Date:   Wed Jan 9 23:10:27 2008 -0500
36975
36976     ppc4xx: Fix dflush() to restore DVLIM register
36977
36978     Signed-off-by: Larry Johnson <lrj@acm.org>
36979
36980 commit 252f60b068d1f94190b5bcfda169db582387e15e
36981 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36982 Date:   Thu Jan 10 03:52:44 2008 -0500
36983
36984     Nios2: remove common/cmd_bdinfo.c unused variable.
36985
36986     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36987     Signed-off-by: Scott McNutt <smcnutt@psyent.com>
36988
36989 commit 422b1a01602b6e2fbf8444a1192c7ba31461fd4c
36990 Author: Ben Warren <biggerbadderben@gmail.com>
36991 Date:   Wed Jan 9 18:15:53 2008 -0500
36992
36993     Fix Ethernet init() return codes
36994
36995     Change return values of init() functions in all Ethernet drivers to conform
36996     to the following:
36997
36998         >=0: Success
36999         <0:  Failure
37000
37001     All drivers going forward should return 0 on success.  Current drivers that
37002     return 1 on success were left as-is to minimize changes.
37003
37004     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
37005     Acked-by: Stefan Roese <sr@denx.de>
37006     Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37007     Acked-by: Kim Phillips <kim.phillips@freescale.com>
37008     Acked-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
37009     Acked-By: Timur Tabi <timur@freescale.com>
37010
37011 commit d3a6532cbe263d992f49e86ac95bede28e96f9c8
37012 Author: Wolfgang Denk <wd@denx.de>
37013 Date:   Thu Jan 10 00:55:14 2008 +0100
37014
37015     Coding Style cleanup; update CHANGELOG
37016
37017     Signed-off-by: Wolfgang Denk <wd@denx.de>
37018
37019 commit 17a41e4492121ccf9fa2c10c2cb1a6d1c18d74f7
37020 Author: Kim Phillips <kim.phillips@freescale.com>
37021 Date:   Wed Jan 9 16:56:54 2008 -0600
37022
37023     Add QE brg freq and correct qe bus freq fdt update code
37024
37025     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
37026     Signed-off-by: Andy Fleming <afleming@freescale.com>
37027
37028 commit 890dfef06c2d169a3356359596890754dfb8ee1c
37029 Author: Andy Fleming <afleming@freescale.com>
37030 Date:   Wed Jan 9 16:34:51 2008 -0600
37031
37032     Remove cache config from ATUM8548 and sbc8548 configs
37033
37034     These boards weren't updated by Kumar's config patch because they
37035     weren't in the tree, yet.
37036
37037     Signed-off-by: Andy Fleming <afleming@freescale.com>
37038
37039 commit b8ec2385038c094b07ec5b49336289a46b6e9cc6
37040 Author: Timur Tabi <timur@freescale.com>
37041 Date:   Mon Jan 7 13:31:19 2008 -0600
37042
37043     85xx: add ability to upload QE firmware
37044
37045     Define the layout of a binary blob that contains a QE firmware and instructions
37046     on how to upload it.  Add function qe_upload_firmware() to parse the blob and
37047     perform the actual upload.  Add command-line command "qe fw" to take a firmware
37048     blob in memory and upload it.  Update ft_cpu_setup() on 85xx to create the
37049     'firmware' device tree node if U-Boot has uploaded a firmware.  Fully define
37050     'struct rsp' in immap_qe.h to include the actual RISC Special Registers.
37051
37052     Signed-off-by: Timur Tabi <timur@freescale.com>
37053
37054 commit b009f3eca99bb7b9e6ba6639a8909a138dd5e9fe
37055 Author: Kumar Gala <galak@kernel.crashing.org>
37056 Date:   Tue Jan 8 01:22:21 2008 -0600
37057
37058     85xx: Remove cache config from configs.h
37059
37060     Either use the standard defines in asm/cache.h or grab the information
37061     at runtime from the L1CFG SPR.
37062
37063     Also, minor cleanup in cache.h to make the code a bit more readable.
37064
37065     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37066
37067 commit b964e9368f45372aaf1da0c13fe56f6d81ae8e96
37068 Author: robert lazarski <robertlazarski@gmail.com>
37069 Date:   Fri Dec 21 10:39:27 2007 -0500
37070
37071     mpc85xx: Add support for ATUM8548 (updated)
37072
37073     Add support for Instituto Atlantico's ATUM8548 board
37074
37075     Signed-off-by: robert lazarski <robertlazarski@gmail.com>
37076     Signed-off-by: Andy Fleming <afleming@freescale.com>
37077
37078 commit 7bd6104b71de9bca80ac8e0936003443bb42f2fc
37079 Author: robert lazarski <robertlazarski@gmail.com>
37080 Date:   Fri Dec 21 10:36:37 2007 -0500
37081
37082     mpc85xx: Add support for ATUM8548 (updated)
37083
37084     Add support for Instituto Atlantico's ATUM8548 board
37085
37086     Signed-off-by: robert lazarski <robertlazarski@gmail.com>
37087
37088 commit 9e3ed392d2c8965e24c942b58796c31c644c2f70
37089 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
37090 Date:   Thu Dec 13 06:45:14 2007 -0600
37091
37092     mpc85xx: Add support for SBC8548 (updated)
37093
37094     Add support for Wind River's SBC8548 reference board.
37095
37096     Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com>
37097
37098 commit 11c45ebd46d6517b51b7a92dd52a618b2f4e5586
37099 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
37100 Date:   Thu Dec 13 06:45:08 2007 -0600
37101
37102     mpc85xx: Add support for SBC8548 (updated)
37103
37104     Add support for Wind River's SBC8548 reference board.
37105
37106     Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com>
37107     Signed-off by: Andy Fleming <afleming@freescale.com>
37108
37109 commit 64d4bcb087c2ece1c4d0de8efe85e0075e5b1594
37110 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
37111 Date:   Mon Oct 22 19:58:19 2007 +0400
37112
37113     MPC8568E-MDS: set up QE pario for UART1
37114
37115     To use UART1 on the MPC8568E-MDS, QE pario pins PC[0:3] should
37116     be set up appropriately.
37117
37118     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
37119
37120 commit ad162249cb371e9e38971676f09be791e5f3cf4a
37121 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
37122 Date:   Mon Oct 22 18:12:46 2007 +0400
37123
37124     MPC8568E-MDS: reset UCCs to use them reliably
37125
37126     In order to use GETH1 and GETH2 on the MPC8568E-MDS, we should reset
37127     UCCs.
37128
37129     p.s Similar code exists in the Linux kernel board file (for capability
37130     reasons with older U-Boots), but should be removed some day.
37131
37132     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
37133
37134 commit 2146cf56821c3364786ca94a7306008c5824b238
37135 Author: Kumar Gala <galak@kernel.crashing.org>
37136 Date:   Wed Dec 19 01:18:15 2007 -0600
37137
37138     Reworked FSL Book-E TLB macros to be more readable
37139
37140     The old macros made it difficult to know what WIMGE and perm bits
37141     were set for a TLB entry.  Actually use the bit masks for these items
37142     since they are only a single bit.
37143
37144     Also moved the macros into mmu.h out of e500.h since they aren't specific
37145     to e500.
37146
37147     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37148
37149 commit 1d47273d46925929f8f2c1913cd96d7257aade88
37150 Author: Kumar Gala <galak@kernel.crashing.org>
37151 Date:   Tue Dec 18 23:21:51 2007 -0600
37152
37153     Use FSL Book-E MMU macros from Linux Kernel
37154
37155     Grab the FSL Book-E MAS register macros from Linux.  Also added
37156     defines for page sizes up to 4TB and removed SHAREN since it doesnt
37157     really exist.
37158
37159     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37160
37161 commit 02df4a270f817ef6ec39047a01b55fecdc5f3b37
37162 Author: Andy Fleming <afleming@freescale.com>
37163 Date:   Wed Jan 9 13:51:32 2008 -0600
37164
37165     Fix my own merge stupidity
37166
37167     Way back in August I merged Heiko's patch:
37168     566a494f592: [PCS440EP] upgrade the PCS440EP board
37169
37170     with Jon's CONFIG_COMMANDS patches.
37171
37172     This was done in commit: 6bf6f114dcdd97ec3f80c2761ed40e31229d6b78
37173
37174     However, in the process, I left out some of Heiko's good changes.
37175
37176     Now Heiko's and Jon's patches are properly merged in fat_register_device()
37177
37178     Signed-off-by: Andy Fleming <afleming@freescale.com>
37179
37180 commit 6636b62a6efc7f14e6e788788631ae7a7fca4537
37181 Author: James Yang <James.Yang@freescale.com>
37182 Date:   Wed Jan 9 11:17:49 2008 -0600
37183
37184     Expose parse_line() globally.
37185
37186     Add new function readline_into_buffer() that allows the
37187     output of readline to be put into a pointer to char buffer.
37188
37189     This refactoring allows other functions besides the
37190     main command loop to also use the same input mechanism.
37191
37192     Signed-off-by: James Yang <James.Yang@freescale.com>
37193     Acked-by: Jon Loeliger <jdl@freescale.com>
37194
37195 commit 7ca90513486abd4ae50bd1b7403f47cc58c5ad25
37196 Author: Guennadi Liakhovetski <lg@denx.de>
37197 Date:   Wed Jan 9 01:15:25 2008 +0100
37198
37199     trivial: fix consequences of a bad merge
37200
37201     Fix what looks like a merge artifact.
37202
37203     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
37204
37205 commit 4785a694c0045996ccf0ac5b8edf531efc1b730e
37206 Author: Zhang Wei <wei.zhang@freescale.com>
37207 Date:   Thu Jan 3 10:51:15 2008 +0800
37208
37209     Add Ctrl combo key support to usb keyboard driver.
37210
37211     Ctrl combo key support is added, which is very useful to input Ctrl-C
37212     for interrupt current job.
37213     Also add usb_event_poll() calling to usb_kbd_testc(), which can get
37214     key input when tstc() is called.
37215
37216     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
37217
37218 commit 10c7382bc5d5e64c47f94ac2ca78cc574442e82d
37219 Author: Marcel Ziswiler <marcel@ziswiler.com>
37220 Date:   Sun Dec 30 03:30:56 2007 +0100
37221
37222     fix various comments
37223
37224     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
37225
37226 commit 7817cb2083d982923752fe0f12b67c0e7c09a027
37227 Author: Marcel Ziswiler <marcel@ziswiler.com>
37228 Date:   Sun Dec 30 03:30:46 2007 +0100
37229
37230     fix comments with new drivers organization
37231
37232     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
37233
37234 commit a9b410dc7d2a4721c408b13abfc037988150f145
37235 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
37236 Date:   Fri Dec 28 12:50:59 2007 +0900
37237
37238     Remove the obsolete terse version of do_mii()
37239
37240     We now have more useful version of do_mii() and everybody use it.
37241     Gerald Van Baren says:
37242
37243     > When I originally wrote the mii command 6(!) years ago, I wrote a
37244     > verbose version that printed human readable decomposition of the flags,
37245     > etc., and a terse one that didn't print as much stuff and thus had a
37246     > smaller memory footprint.
37247     >
37248     > It sounds like the terse version has withered and died, apparently
37249     > people are only using the verbose version (which is very understandable,
37250     > I do myself).
37251
37252     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
37253     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
37254
37255 commit 01c687aa6e065bd4faf80f723361e798941dd6b0
37256 Author: Mike Frysinger <vapier@gentoo.org>
37257 Date:   Thu Dec 27 13:42:56 2007 -0500
37258
37259     Do not reference sha1.c when building mkimage.
37260
37261     remove sha1.o from mkimage linking since it isn't actually used.
37262
37263     Signed-Off-By: Mike Frysinger <vapier@gentoo.org>
37264
37265 commit b9173af73e524d37c812f210173cf83385c5171a
37266 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
37267 Date:   Thu Dec 27 15:39:54 2007 +0900
37268
37269     common/cmd_mii.c: Add sanity argc check
37270
37271     If type mii command without arguments, we suffer from uninitialized argv[]
37272     entries; for example we MIPS get stuck by TLB error.
37273
37274     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
37275
37276 commit 500856eb1707ed17d9204baa61dd59948d3b2899
37277 Author: Rafal Jaworowski <raj@semihalf.com>
37278 Date:   Wed Jan 9 19:39:36 2008 +0100
37279
37280     API for external applications.
37281
37282     This is an API for external (standalone) applications running on top of
37283     U-Boot, and is meant to be more extensible and robust than the existing
37284     jumptable mechanism. It is similar to UNIX syscall approach. See api/README
37285     for more details.
37286
37287     Included is the demo application using this new framework (api_examples).
37288
37289     Please note this is still an experimental feature, and is turned off by
37290     default.
37291
37292     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
37293
37294 commit fe8dd0b2220b7c02b0d4c9c4f9967879970477b1
37295 Author: Jon Loeliger <jdl@freescale.com>
37296 Date:   Wed Jan 9 12:14:55 2008 -0600
37297
37298     86xx: Remove cache config from configs.h
37299
37300     Just use the standard defines in asm/cache.h.
37301
37302     Signed-off-by: Jon Loeliger <jdl@freescale.com>
37303
37304 commit 26a41790f8eba19ad450e18ae91351daf485b3e2
37305 Author: Rafal Jaworowski <raj@semihalf.com>
37306 Date:   Wed Jan 9 18:05:27 2008 +0100
37307
37308     Globalize envmatch()
37309
37310     The newly introduced API (routines related to env vars) will need to call
37311     it.
37312
37313     Signed-off-by: Rafal Zabdyr <armo@semihalf.com>
37314
37315 commit 1df170f8b2a99e1e2f940f9f0b56511e1e4c9e1f
37316 Author: Jon Loeliger <jdl@freescale.com>
37317 Date:   Fri Jan 4 12:07:27 2008 -0600
37318
37319     Convert MPC8610HPCD to use libfdt.
37320
37321     Assumes the presence of the aliases node in the DTS to
37322     locate the pci and serial nodes for fixups.
37323
37324     Use consistent fdtaddr and fdtfile in environment variables.
37325
37326     Signed-off-by: Jon Loeliger <jdl@freescale.com>
37327
37328 commit c9974ab0a4d3731cdb76a7599d9fe9445d764d60
37329 Author: Jon Loeliger <jdl@freescale.com>
37330 Date:   Fri Jan 4 11:58:23 2008 -0600
37331
37332     8610: Fix lingering compile warnings.
37333
37334     Turn off DEBUG.
37335
37336     Signed-off-by: Jon Loeliger <jdl@freescale.com>
37337
37338 commit 6007f3251c0967adc13f2ed8be1b924ddc30124d
37339 Author: Wolfgang Denk <wd@denx.de>
37340 Date:   Wed Jan 9 15:14:46 2008 +0100
37341
37342     Coding Style cleanup, update CHANGELOG
37343
37344     Signed-off-by: Wolfgang Denk <wd@denx.de>
37345
37346 commit fc6414eca55f1fc108fb12fc8cdc43bd8b4463f9
37347 Author: Mike Frysinger <vapier@gentoo.org>
37348 Date:   Tue Dec 18 04:29:55 2007 -0500
37349
37350     fix easylogo on big endian dev systems
37351
37352     didnt realize how out of shape easylogo actually was until i tried using it.
37353     this patch does byte swapping as need be on the input tga header since the tga
37354     is in little endian but the host could just as well be big endian.  i didnt
37355     bother using bswap macros or such stuff from system headers as nothing in
37356     POSIX dictates byte swapping functionality.
37357
37358     Signed-Off-By: Mike Frysinger <vapier@gentoo.org>
37359
37360 commit 38d299c2db81bd889c601b5dfc12c4e83ef83333
37361 Author: Mike Frysinger <vapier@gentoo.org>
37362 Date:   Tue Dec 18 03:23:25 2007 -0500
37363
37364     cleanup easylogo
37365
37366     - make the Makefile not suck
37367     - include proper headers for prototypes
37368     - fix obvious broken handling of strchr() when handling '.' in filenames
37369
37370     Signed-Off-By: Mike Frysinger <vapier@gentoo.org>
37371
37372 commit 883e3925d99a8dd69c5b0201cba5b1887f88f95c
37373 Author: raptorbrino@aim.com <raptorbrino@aim.com>
37374 Date:   Thu Dec 13 21:23:28 2007 -0500
37375
37376     Fix build problems under Cygwin
37377
37378     This patch allows u-boot to build without error in a cygwin
37379     environment.  Cygwin does not define __u64 in it's
37380     include/asm/types.h file.  The -idirafter flag in the u-boot
37381     build causes the inclusion of the cygwin types.h file as opposed
37382     to u-bot/include/asm/types.h file which does define __u64.
37383     Subsequently, sha1.c compile fails due to unknown symbol.
37384
37385     Signed-off-by: Brian Miller <raptorbrino@netscape.net>
37386
37387 commit 43ef1c381f9195504a2488f5cb909227eb97d475
37388 Author: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
37389 Date:   Fri Nov 30 17:29:59 2007 +0100
37390
37391     cmd_bmp: Add support for displaying gzip compressed bmps
37392
37393     The existing code can show information about a gzip compressed BMP
37394     image, but can't actually display it.
37395
37396     Therefore, move the decompression code out of bmp_info() and use it in
37397     bmp_display() as well in order to display a compressed BMP image.
37398
37399     Also, clean things up a bit and fix a memory leak while we're at it.
37400
37401     [hskinnemoen@atmel.com: a bit of refactoring]
37402     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
37403
37404 commit d197ffd8172c6fdef38733424640a9a47295d6e9
37405 Author: Guennadi Liakhovetski <lg@denx.de>
37406 Date:   Thu Nov 29 21:15:56 2007 +0100
37407
37408     Fix and optimize MII operations on FEC (MPC8xx) controllers
37409
37410     This patch fixes several issues at least on a MPC885 based system with two
37411     FEC interfaces used in MII mode.
37412
37413     1. PHY discovery should first read PHY_PHYIDR2 register and only then
37414        PHY_PHYIDR1 like cpu/mpc8xx/fec.c::mii_discover_phy() does it,
37415        otherwise the values read are wrong. Also notice, that PHY discovery
37416        cannot work on MPC88x / MPC87x in setups with both FECs active at all
37417        in its present form, because for both interfaces the registers from FEC
37418        1 are used to communicate over MII.
37419
37420     2. Remove code duplication for resetting the FEC by isolating it into a
37421        separate function.
37422
37423     3. Initialize MII on FEC 1 when communicating over FEC 2 in fec_init().
37424
37425     4. Optimize mii_init() to only reset the FEC 1 controller once.
37426
37427     5. Fix a typo in mii_init() using index i instead of j thus potentially
37428        leading to unpredictable results.
37429
37430     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
37431
37432 commit 6a5e1d75bf106fa157e9ce68bcaf4b13e8a1d214
37433 Author: Guennadi Liakhovetski <lg@denx.de>
37434 Date:   Tue Nov 20 13:14:20 2007 +0100
37435
37436     Fix endianness conversions in rtl8169 driver
37437
37438     It is unclear on what platforms this driver has been tested, since
37439     noone up to now defines CONFIG_RTL8169 in the board configuration
37440     header. Now it has been fixed for a big-endian mpc8241 based
37441     linkstation platform. This patch presents the necessary endianness
37442     conversion fixes.
37443
37444     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
37445
37446 commit 58694f9709c0c3e3178e349ae748d98cfb0c639a
37447 Author: Zhang Wei <wei.zhang@freescale.com>
37448 Date:   Thu Jan 3 10:51:15 2008 +0800
37449
37450     Add Ctrl combo key support to usb keyboard driver.
37451
37452     Ctrl combo key support is added, which is very useful to input Ctrl-C
37453     for interrupt current job.
37454     Also add usb_event_poll() calling to usb_kbd_testc(), which can get
37455     key input when tstc() is called.
37456
37457     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
37458     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
37459
37460 commit 07eb02687f008721974a2fb54cd7fdc28033ab3c
37461 Author: Wolfgang Denk <wd@denx.de>
37462 Date:   Wed Jan 9 13:43:38 2008 +0100
37463
37464     Coding Style clenaup; update CHANGELOG
37465
37466     Signed-off-by: Wolfgang Denk <wd@denx.de>
37467
37468 commit c26acc1a43b31ddca5add42fd0360ff0eee90c80
37469 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
37470 Date:   Thu Dec 27 17:13:11 2007 +0100
37471
37472     Remove bit swapping in Xilinx Spartan bitfile loading
37473
37474     This patch removes the unnecessary bit swapping when
37475     booting .bit files with the 'fpga loadb' command.
37476
37477     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
37478
37479 commit 437fc7327f0611f82937858f2d80e4cd61b40984
37480 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
37481 Date:   Thu Dec 27 17:13:05 2007 +0100
37482
37483     Fix MSB check in Xilinx Spartan slave serial mode
37484
37485     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
37486
37487 commit 3bff4ffa33729a42645e328a21e8d16488872958
37488 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
37489 Date:   Thu Dec 27 17:12:56 2007 +0100
37490
37491     Add new Xilinx Spartan FPGA types
37492
37493     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
37494
37495 commit 21d39d598c4e74d4e7761608c79dba2715d40a4c
37496 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
37497 Date:   Thu Dec 27 17:12:43 2007 +0100
37498
37499     Add pre and post configuration callbacks for Spartan FPGAs
37500
37501     This patch adds a post configuration callback for Spartan2/3 FPGAs.
37502     pre and post configuration callback are now optional and
37503     not called when the function pointer is set to NULL.
37504
37505     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
37506
37507 commit 0133502e39ff89b67c26cb4015e0e7e8d9571184
37508 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
37509 Date:   Thu Dec 27 17:12:34 2007 +0100
37510
37511     Improve configuration of FPGA subsystem
37512
37513     This patch removes the FPGA subsystem configuration through
37514     the CONFIG_FPGA bitmask configuration option.
37515
37516     See README for the new options:
37517
37518         CONFIG_FPGA,
37519         CONFIG_FPGA_<vendor>,
37520         CONFIG_FPGA_<family>
37521
37522     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
37523
37524 commit 95c6bc7d4a3588b452baca610f8c795a83630477
37525 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
37526 Date:   Thu Dec 27 16:55:17 2007 +0100
37527
37528     Add Epson RX8025 RTC support
37529
37530     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
37531
37532 commit 1208a2dfde02bedd3c5bda29a606632b8e0be058
37533 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
37534 Date:   Thu Dec 27 16:57:23 2007 +0100
37535
37536     serial: Make default_serial_console() a weak function
37537
37538     With this patch it is possible to reimplement default_serial_console()
37539     in board specific code. This will be done in the upcomming PMC440
37540     U-Boot port. This also allows the lwmon board maintainer to
37541     remove the '#if !defined(CONFIG_LWMON) ...' from common/serial.c.
37542
37543     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
37544
37545 commit d16471ee05ce7ac5392bc0e9fe3ff4b58a768f33
37546 Author: Harald Welte <laforge@openmoko.org>
37547 Date:   Wed Dec 19 14:14:47 2007 +0100
37548
37549     add 'terminal program' functionality
37550
37551     This patch adds a 'cu' like serial terminal command to u-boot
37552     using which you can access other serial ports from the system console.
37553
37554     OpenMoko uses this in their Neo1973 phones to get access to the GSM
37555     Modem and GPS chip from the bootloader.
37556
37557     Signed-off-by: Harald Welte <laforge@openmoko.org>
37558
37559 commit 62d4f4365341576f5a5307b2b205a5aa2e3c6be6
37560 Author: Harald Welte <laforge@openmoko.org>
37561 Date:   Wed Dec 19 14:12:53 2007 +0100
37562
37563     Re-introduce the 'nand read.oob' and 'nand write.oob' commands
37564     that used to exist with the legacy NAND code
37565
37566     Signed-off-by: Harald Welte <laforge@openmoko.org>
37567
37568 commit f540c42d9564854b19ce9bbb70affe172529fe70
37569 Author: Harald Welte <laforge@openmoko.org>
37570 Date:   Wed Dec 19 14:09:58 2007 +0100
37571
37572     Fix building with CRAMFS but not JFFS2 support
37573
37574     Signed-off-by: Harald Welte <laforge@openmoko.org>
37575
37576 commit 23d0baf967fecdaf1804f045f6339337c5607eec
37577 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37578 Date:   Sat Dec 22 15:52:58 2007 +0100
37579
37580     Allow CONFIG_AUTO_COMPLETE and command history CONFIG_CMDLINE_EDITING at the sametime
37581
37582     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
37583     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37584
37585 commit 23776ff292966a85d811126933830bed48211826
37586 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37587 Date:   Tue Dec 11 10:53:12 2007 +0100
37588
37589     ARM: support board-specific ethernet PHY init
37590
37591     Add until the new phylib will be arrived
37592
37593     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37594
37595 commit 7b74ebe723e576baedf5a8b6240589b19b845a1b
37596 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37597 Date:   Sat Dec 8 16:34:08 2007 +0100
37598
37599     IXP: Add full baud-rate support for ixp42x, ixp45x and ixp46x
37600
37601     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37602
37603 commit a2df4da31b1a1e41e3e9e1358cfc52b806046ce1
37604 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37605 Date:   Sun Dec 9 11:01:10 2007 +0100
37606
37607     Add missing file in gitignore and comments
37608
37609     based on Linux source tree's .gitignore files
37610
37611     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37612
37613 commit 435dc8fcdb3bc61d3d490773a8f369f98a20c868
37614 Author: Wolfgang Denk <wd@denx.de>
37615 Date:   Wed Jan 9 11:36:21 2008 +0100
37616
37617     Coding Style cleanup, update CHANGELOG
37618
37619     Signed-off-by: Wolfgang Denk <wd@denx.de>
37620
37621 commit b2e2142c500c48a57f18f9dd30e66c13caea0971
37622 Author: Stefan Roese <sr@denx.de>
37623 Date:   Wed Jan 9 10:38:58 2008 +0100
37624
37625     POST: Execute SPR test after relocation
37626
37627     On LWMON5 we now use d-cache as init-ram and stack. The SPR POST test uses
37628     self modifying code and this doesn't work with stack in d-cache, since
37629     I can't move the code from d-cache to i-cache. We move the SPR test to
37630     be executed a little later, after relocation. Then stack is located in
37631     SDRAM and this self-modifying code is no problem anymore.
37632
37633     Signed-off-by: Stefan Roese <sr@denx.de>
37634
37635 commit 8f24e0637ae113500d8bd60d80d57afcc0aa8bde
37636 Author: Stefan Roese <sr@denx.de>
37637 Date:   Wed Jan 9 10:28:20 2008 +0100
37638
37639     ppc4xx: Change LWMON5 to not use OCM for init-ram and POST anymore
37640
37641     This patch configures the LWMON5 port to use d-cache as init-ram and
37642     the unused GPT0_COMP6 as POST WORD storage.
37643
37644     Signed-off-by: Stefan Roese <sr@denx.de>
37645
37646 commit 1754f50b710194f886b6f2831803d8960171a14d
37647 Author: Stefan Roese <sr@denx.de>
37648 Date:   Wed Jan 9 10:25:46 2008 +0100
37649
37650     ppc4xx: Add CFG_POST_ALT_WORD_ADDR to support non OCM POST WORD storage
37651
37652     The privious 4xx POST implementation only supported storing the POST
37653     WORD in OCM. Since we need to reserve the OCM on LWMON5 for the logbuffer
37654     we need to store the POST WORD in some other non volatile location.
37655     This patch adds CFG_POST_ALT_WORD_ADDR to specify an address for such
37656     a location.
37657
37658     Signed-off-by: Stefan Roese <sr@denx.de>
37659
37660 commit e02c521d94b45d7b05aa522e4ccde6b74bf5fe57
37661 Author: Stefan Roese <sr@denx.de>
37662 Date:   Wed Jan 9 10:23:16 2008 +0100
37663
37664     ppc4xx: Add 44x cache locking to better support init-ram in d-cache
37665
37666     This patch adds support for locking the init-ram/stack in d-cache,
37667     so that other regions may use d-cache as well
37668
37669     Note, that this current implementation locks exactly 4k of d-cache,
37670     so please make sure that you don't define a bigger init-ram area. Take
37671     a look at the lwmon5 440EPx implementation as a reference.
37672
37673     Signed-off-by: Stefan Roese <sr@denx.de>
37674
37675 commit 0ddb89601a8d29e808db450366752ffdc6267c53
37676 Author: Wolfgang Denk <wd@denx.de>
37677 Date:   Wed Jan 9 10:16:33 2008 +0100
37678
37679     Fix memset bug in ext2fs_read_file()
37680
37681     ext2fs_read_file() had the function arguments swapped.
37682
37683     Pointed out by Mike Montour, 19 Dec 2007 22:34:25 -0800
37684
37685     Signed-off-by: Wolfgang Denk <wd@denx.de>
37686
37687 commit 32d6f1bc09175f3b77469771e839bc7255a9f22e
37688 Author: Markus Klotzbücher <mk@denx.de>
37689 Date:   Tue Jan 5 08:17:15 1988 +0100
37690
37691     Fix problems with usb storage devices on MPC5200 /TQM5200
37692
37693     The MPC5200 OHCI controller operates in big endian, so
37694     CFG_OHCI_BE_CONTROLLER must be defined for it to work properly.
37695
37696     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
37697
37698 commit 46f6e5019048b103d7693d5310de0f1cfbaf4c19
37699 Author: Wolfgang Denk <wd@denx.de>
37700 Date:   Tue Jan 8 22:58:27 2008 +0100
37701
37702     Fix compile problem with new env code.
37703
37704     Signed-off-by: Wolfgang Denk <wd@denx.de>
37705
37706 commit 64b3727b9779d86127cd576e392a987de5ebb9fd
37707 Author: Markus Klotzbücher <mk@denx.de>
37708 Date:   Tue Nov 27 10:23:20 2007 +0100
37709
37710     tools: fix fw_printenv tool to compile again
37711
37712     This patch updates the fw_printenv/fw_setenv userspace tool to include
37713     the correct MTD header in order to compile against current kernel
37714     headers. Backward compatibility is preserved by introducing an option
37715     MTD_VERSION which can be set to "old" for compilation using the old MTD
37716     headers. Along with this a number of warnings are fixed.
37717
37718     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
37719
37720 commit 1f84021a85abeb837d2ce0dc84297b4f1d45d516
37721 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
37722 Date:   Tue Jan 8 15:40:09 2008 +0100
37723
37724     ppc4xx: assign PCI interrupts on seuqoia boards
37725
37726     Some operating systems rely on assigned PCI interrupts.
37727
37728     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
37729
37730 commit 6e9233d30afe57cb6e148fbfa4895e7810196fac
37731 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
37732 Date:   Tue Jan 8 15:50:49 2008 +0100
37733
37734     ppc4xx: Move cpu/ppc4xx/vecnum.h into include path
37735
37736     This patch allows the use of 4xx interrupt vector number defines
37737     in board specific code outside cpu/ppc4xx.
37738
37739     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
37740
37741 commit 580d1d3186a2bc6dbdb626941b716dae1788e51e
37742 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
37743 Date:   Tue Jan 8 15:39:01 2008 +0100
37744
37745     ppc4xx: Fix UIC2 vector number base
37746
37747     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
37748
37749 commit ff5fb8a6ccba56e3482d0e297d8cfb7faa040811
37750 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
37751 Date:   Tue Jan 8 12:49:58 2008 +0100
37752
37753     ppc4xx: Update PLB/PCI divider for PMC440 board
37754
37755     This patch updates the PLB/PCI divider when running at
37756     400MHz CPU frequency from 4 to 3 which results in 44MHz PCI sync clock.
37757
37758     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
37759
37760 commit 7d5d75633174867316a0c0f2fca5ceb2cf312cde
37761 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
37762 Date:   Tue Jan 8 11:13:09 2008 +0100
37763
37764     ppc4xx: Disable error message when no NAND chip is installed on PMC440
37765
37766     Add CFG_NAND_QUIET_TEST option to disable error message when
37767     no NAND chip is installed on PMC440 boards.
37768
37769     Disable a couple of config defines that are only used for NAND_U_BOOT.
37770
37771     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
37772
37773 commit c83d7ca4dadd44ae430235077f63b64a11f36f6e
37774 Author: Wolfgang Denk <wd@denx.de>
37775 Date:   Tue Jan 8 22:58:27 2008 +0100
37776
37777     Fix compile problem with new env code.
37778
37779     Signed-off-by: Wolfgang Denk <wd@denx.de>
37780
37781 commit 6de66b35426312a21174a9bf0576a094e2904bea
37782 Author: Markus Klotzbücher <mk@denx.de>
37783 Date:   Tue Nov 27 10:23:20 2007 +0100
37784
37785     tools: fix fw_printenv tool to compile again
37786
37787     This patch updates the fw_printenv/fw_setenv userspace tool to include
37788     the correct MTD header in order to compile against current kernel
37789     headers. Backward compatibility is preserved by introducing an option
37790     MTD_VERSION which can be set to "old" for compilation using the old MTD
37791     headers. Along with this a number of warnings are fixed.
37792
37793     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
37794
37795 commit ad3006fe7e84667021753b74247b0bafd97ba35f
37796 Author: Gerald Van Baren <vanbaren@cideas.com>
37797 Date:   Mon Jan 7 23:47:32 2008 -0500
37798
37799     LIBFDT: use memmove() instead of memcpy()
37800
37801     This is partial patch from the DTC/libfdt
37802     commit  67b6b33b9b413a450a72135b5dc59c0a1e33e647
37803     Author: David Gibson <david@gibson.dropbear.id.au>
37804     Date:   Wed Nov 21 11:56:14 2007 +1100
37805
37806         The patch also fixes one genuine bug caught by valgrind -
37807         _packblocks() in fdt_rw.c was using memcpy() where it should have been
37808         using memmove().
37809
37810     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
37811
37812 commit aec7135bc300e3340d18f203347ee00c5b5f68c0
37813 Author: David Gibson <david@gibson.dropbear.id.au>
37814 Date:   Mon Dec 17 14:42:07 2007 +1100
37815
37816     libfdt: Add more documentation (patch the seventh)
37817
37818     This patch adds more documenting comments to libfdt.h.  Specifically,
37819     these document the read/write functions (not including fdt_open_into()
37820     and fdt_pack(), for now).
37821
37822     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
37823
37824 commit 9d4450b5adc36623e9c1de1f92539db77ad0c57e
37825 Author: David Gibson <david@gibson.dropbear.id.au>
37826 Date:   Mon Dec 17 14:41:52 2007 +1100
37827
37828     libfdt: Add more documentation (patch the sixth)
37829
37830     This patch adds some more documenting comments to libfdt.h.
37831     Specifically this documents all the write-in-place functions.
37832
37833     Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
37834
37835 commit b60af3d4c1680487ee37e11aa1b3db6dec04d8f0
37836 Author: Gerald Van Baren <vanbaren@cideas.com>
37837 Date:   Sat Dec 29 22:45:27 2007 -0500
37838
37839     Fine grained per property /chosen updating.
37840
37841     Implement a suggestion by Scott Wood to make the /chosen handling fine
37842     grained.  Don't overwrite pre-existing properties on a per-property basis,
37843     so if /chosen exists but a necessary /chosen/property doesn't, it gets
37844     created.  If a /chosen property exists, it is NOT overwritten unless the
37845     "force" flag is true.
37846
37847     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
37848
37849 commit 238cb7a423c6eaa36496efb788cfb9798cea7f95
37850 Author: Gerald Van Baren <vanbaren@cideas.com>
37851 Date:   Sat Jan 5 15:33:29 2008 -0500
37852
37853     Improve the FDT help message.
37854
37855     Add a note that "fdt copy" makes the new address active.
37856     Remove most of the extra hints at the end of the fdt help.
37857
37858     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
37859
37860 commit ea6d8be153ceaf16958f8009cea6d75f3ff58d92
37861 Author: Gerald Van Baren <vanbaren@cideas.com>
37862 Date:   Sat Jan 5 14:52:04 2008 -0500
37863
37864     Support setting FDT properties with optional values.
37865
37866     Fix a bug found and documented by Bartlomiej Sieka where the optional
37867     value on "fdt set <path> <prop> [<val>]" wasn't optional.
37868
37869     => fdt mknode / testnode
37870     => fdt print /testnode
37871     testnode {
37872     };
37873     => fdt set /testnode testprop
37874     => fdt print /testnode
37875     testnode {
37876             testprop;
37877     };
37878
37879     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
37880
37881 commit 22fb2246df91bfc840d87f0c5910818bad55577a
37882 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
37883 Date:   Fri Dec 28 11:56:30 2007 +0100
37884
37885     Add fdt_find_and_setprop() to fdt_support.h
37886
37887     fdt_find_and_setprop() is used by several 4xx boards and it's
37888     missing in the appropriate header. This patch eliminates a
37889     warning when building U-Boot for such boards.
37890
37891     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
37892     Acked-by: Stefan Roese <sr@denx.de>
37893
37894 commit 802b769bac17b0560d3535a42c502469ee190cd1
37895 Author: Stefan Roese <sr@denx.de>
37896 Date:   Tue Jan 8 18:39:30 2008 +0100
37897
37898     ppc4xx: Return 0 on success in 4xx ethernet driver
37899
37900     Signed-off-by: Stefan Roese <sr@denx.de>
37901
37902 commit 6775c68683a53c7abc778774641aac6f833a2cbf
37903 Author: Kim Phillips <kim.phillips@freescale.com>
37904 Date:   Tue Jan 8 09:59:49 2008 -0600
37905
37906     mpc83xx: fix missed pci_hose -> hose conversion for new libfdt code
37907
37908     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
37909
37910 commit 94fab25f5f1a7d1c0cc63c17e813ea8943fe49c7
37911 Author: Kim Phillips <kim.phillips@freescale.com>
37912 Date:   Thu Dec 20 16:28:34 2007 -0600
37913
37914     mpc83xx: rm remaining FLAT_TREE code
37915
37916     ..in board pci.c files
37917
37918     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
37919
37920 commit b3458d2cd55d01732e30a76d898afd99e871cd67
37921 Author: Kim Phillips <kim.phillips@freescale.com>
37922 Date:   Thu Dec 20 15:57:28 2007 -0600
37923
37924     mpc83xx: remove FLAT_TREE code
37925
37926     need to rm it from pci code, too!
37927
37928     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
37929
37930 commit 5b8bc606c61456566af6912f818a153b6b06f242
37931 Author: Kim Phillips <kim.phillips@freescale.com>
37932 Date:   Thu Dec 20 14:09:22 2007 -0600
37933
37934     mpc83xx: convert to using do_fixup_*()
37935
37936     convert to using simpler mpc85xx style fdt update code; streamline by
37937     eliminating macros OF_SOC, OF_CPU, etc. which allows us to rm
37938     the old school FLAT_TREE code from 83xx (since the sbc8349 was just
37939     converted over to using libfdt).
37940
37941     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
37942
37943 commit e496865ecc31a2fe2f9abfe798334bb02aaf05ab
37944 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
37945 Date:   Thu Dec 20 12:58:51 2007 -0500
37946
37947     sbc8349: enable libfdt by default on WRS SBC8349 board.
37948
37949     Make libfdt the default for the WRS SBC8349 board.
37950     Parallel of commit 35cc4e4823668e8745854899cfaedd4489beb0ef
37951     done for the other 83xx based boards.  Also fix a typo in CONFIG_PCI.
37952
37953     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
37954
37955 commit 2408b3f20bcbdd9c6c397cd03ab0d71d54680a40
37956 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
37957 Date:   Thu Dec 20 12:58:16 2007 -0500
37958
37959     sbc8349: migrate board to libfdt
37960
37961     This adds libfdt support code for the Wind River sbc8349 board.
37962
37963     Parallel of commit 3fde9e8b22cfbd7af489214758f9839a206576cb for
37964     the other Freescale 83xx boards.
37965
37966     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
37967
37968 commit 27a256a90cc86392ac9bf0039a3afe638ec2c18d
37969 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
37970 Date:   Thu Dec 20 12:56:19 2007 -0500
37971
37972     sbc8349: Remove board specific ECC code
37973
37974     ECC code is now shared for all 83xx boards, so remove board specific one.
37975     See commit daab8c67d2defef73dc26ab07f0c3afd1b05d019 for reference.
37976
37977     Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
37978
37979 commit a1e1ac849249310e5e2e5c7148e9fb353a8317a7
37980 Author: Kim Phillips <kim.phillips@freescale.com>
37981 Date:   Thu Dec 20 01:30:48 2007 -0600
37982
37983     mpc83xx: Remove CONFIG options related to OF that we dont use (on 837x)
37984
37985     continuation of commit 37395fa2b0d9d617f28d44ca11592260ef16105a to 837x
37986
37987     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
37988
37989 commit ccf21c311e68d48399eff1e72936052885f6e3f7
37990 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
37991 Date:   Thu Dec 6 16:43:40 2007 +0100
37992
37993     Add support CONFIG_UEC_ETH3 in MPC83xx
37994
37995     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
37996
37997 commit e6af9932d31171e35db880e7b2f29f903b1b7660
37998 Author: Kumar Gala <galak@kernel.crashing.org>
37999 Date:   Mon Nov 26 11:00:54 2007 -0600
38000
38001     Remove CONFIG options related to OF that we dont use
38002
38003     The MPC8360E MDS config defined:
38004         CONFIG_OF_HAS_BD_T
38005         CONFIG_OF_HAS_UBOOT_ENV
38006
38007     Which we don't use or ever needed.  This seems like copy-paste feature creep.
38008
38009     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38010
38011 commit f602082b4b7ed4ee16432067cc67a0a24fedc715
38012 Author: Kim Phillips <kim.phillips@freescale.com>
38013 Date:   Mon Dec 10 14:16:22 2007 -0600
38014
38015     mpc83xx: supress compiler warning
38016
38017     mpc8360emds.c: In function â€˜ft_board_setup’:
38018     mpc8360emds.c:335: warning: assignment discards qualifiers from pointer target type
38019     mpc8360emds.c:345: warning: assignment discards qualifiers from pointer target type
38020
38021     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
38022
38023 commit c16e44fa835fb9eec982d919863a04e2f78e5ce7
38024 Author: Kim Phillips <kim.phillips@freescale.com>
38025 Date:   Tue Nov 27 14:17:29 2007 -0600
38026
38027     mpc83xx: fix remaining fdt_find_node_by_path references
38028
38029     rename to fdt_path_offset
38030
38031     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
38032
38033 commit 921d4b19ad1be704df58725485d9292dc0414adf
38034 Author: Kim Phillips <kim.phillips@freescale.com>
38035 Date:   Mon Nov 19 12:30:09 2007 -0600
38036
38037     mpc83xx: fix CFG_ENV_ADDR and CFG_ENV_SECT_SIZE definitions for 837x
38038
38039     Fix the definitions of CFG_ENV_ADDR and CFG_ENV_SECT_SIZE for 837x.
38040     This change guarantees that the environment will be located on the
38041     first flash sector after the U-Boot image.
38042
38043     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
38044
38045 commit 24f868433b50ecbaa88e118aadc7bd254013c6ae
38046 Author: Kim Phillips <kim.phillips@freescale.com>
38047 Date:   Fri Nov 9 14:28:08 2007 -0600
38048
38049     mpc83xx: mpc8360 rev.2.1 erratum 2: replace rgmii-id with rgmii-rxid
38050
38051     u-boot itself uses GMII mode on the 8360.  Fix up UCC phy-connection-type
38052     properties in the device tree so the PHY gets configured for internal delay on
38053     RX only by the OS, as prescribed by mpc8360 rev. 2.1 pb mds erratum #2.
38054
38055     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
38056
38057 commit 22b448dbfbe2a98f01ff4adc3c3979f8c541ad7b
38058 Author: Dave Liu <r63238@freescale.com>
38059 Date:   Tue Sep 18 12:41:15 2007 +0800
38060
38061     mpc83xx: update the CREDITS and MAINTAINERS
38062
38063     update the CREDITS and MAINTAINERS.
38064
38065     Signed-off-by: Dave Liu <daveliu@freescale.com>
38066
38067 commit b21add4b42af7b767448251b599b91066a160e0d
38068 Author: Dave Liu <r63238@freescale.com>
38069 Date:   Tue Sep 18 12:40:21 2007 +0800
38070
38071     mpc83xx: add MAINTAINER and MAKEALL entries for the mpc837xemds
38072
38073     Add the MAINTAINER and MAKEALL entries for mpc837xemds
38074
38075     Signed-off-by: Dave Liu <daveliu@freescale.com>
38076
38077 commit f8900ce9094c462355eb792eea264ff16ac8fd16
38078 Author: Dave Liu <r63238@freescale.com>
38079 Date:   Tue Sep 18 12:38:53 2007 +0800
38080
38081     mpc83xx: Add the MPC837xEMDS board readme
38082
38083     Add the README.mpc837xemds to /doc
38084
38085     Signed-off-by: Dave Liu <daveliu@freescale.com>
38086
38087 commit 19580e660cc8da49f16536a8bd78c047c7bc12e5
38088 Author: Dave Liu <r63238@freescale.com>
38089 Date:   Tue Sep 18 12:37:57 2007 +0800
38090
38091     mpc83xx: Add the support of MPC837xEMDS board
38092
38093     The MPC837xEMDS board support:
38094     * DDR2 400MHz hardcoded and SPD init
38095     * Local bus NOR Flash
38096     * I2C, UART, MII and RTC
38097     * eTSEC RGMII
38098     * PCI host
38099
38100     Signed-off-by: Dave Liu <daveliu@freescale.com>
38101
38102 commit 555da61702771fe0f76f3de23b4e7590f3704161
38103 Author: Dave Liu <r63238@freescale.com>
38104 Date:   Tue Sep 18 12:36:58 2007 +0800
38105
38106     mpc83xx: Add the support of MPC8315E SoC
38107
38108     The MPC8315E SoC including e300c3 core and new IP blocks,
38109     such as TDM, PCI Express and SATA controller.
38110
38111     Signed-off-by: Dave Liu <daveliu@freescale.com>
38112
38113 commit 03051c3d35c9981ceaa059005660e699f3eacf1c
38114 Author: Dave Liu <r63238@freescale.com>
38115 Date:   Tue Sep 18 12:36:11 2007 +0800
38116
38117     mpc83xx: Add the support of MPC837x SoC
38118
38119     The MPC837x SoC including e300c4 core and new IP blocks,
38120     such as SDHC, PCI Express and SATA controller.
38121
38122     Signed-off-by: Dave Liu <daveliu@freescale.com>
38123
38124 commit 651d96f7e4c84adcdb98ef07ec878c20326e3359
38125 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
38126 Date:   Wed Nov 14 18:54:53 2007 +0300
38127
38128     MPC8360E-MDS: configure and enable second UART
38129
38130     Despite user manual, BCSR9.7 is negated (high) on HRST, so
38131     UART2 is disabled. Fix that and configure QE pins properly.
38132
38133     Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
38134
38135 commit b2893e1fcb28fad8c8b317104df8cee0142c7631
38136 Author: Timur Tabi <timur@freescale.com>
38137 Date:   Mon Nov 5 09:34:06 2007 -0600
38138
38139     83xx: fix CFG_ENV_ADDR and CFG_ENV_SECT_SIZE definitions
38140
38141     Fix the definitions of CFG_ENV_ADDR and CFG_ENV_SECT_SIZE for all of the
38142     currently-defined 83xx boards.  This change guarantees that the environment
38143     will be located on the first flash sector after the U-Boot image.
38144
38145     Signed-off-by: Timur Tabi <timur@freescale.com>
38146     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
38147
38148 commit e05329516a13616b53240cd85b739217c2bf87f1
38149 Author: Larry Johnson <lrj@acm.org>
38150 Date:   Fri Jan 4 13:27:02 2008 -0500
38151
38152     ppc4xx: Remove weak binding from common Denali data-eye search code
38153
38154     Now that there are no board-specific versions of
38155     "denali_core_search_data_eye()", the weak binding on the common version
38156     can be removed.
38157
38158     Signed-off-by: Larry Johnson <lrj@acm.org>
38159
38160 commit 5ba576c01602fd328800a427964c36a0a05c5dce
38161 Author: Stefan Roese <sr@denx.de>
38162 Date:   Sat Jan 5 09:13:46 2008 +0100
38163
38164     ppc4xx: Remove unused CONFIG_ECC_ERROR_RESET from 44x_spd_ddr2.c
38165
38166     Signed-off-by: Stefan Roese <sr@denx.de>
38167
38168 commit 845c6c95dbfe6c915ce68a0a115852fa17932fb4
38169 Author: Stefan Roese <sr@denx.de>
38170 Date:   Sat Jan 5 09:12:41 2008 +0100
38171
38172     ppc4xx: Update Katmai/44x_spd_ddr2.c code for optimal DDR2 setup
38173
38174     On Katmai the complete auto-calibration somehow doesn't seem to
38175     produce the best results, meaning optimal values for RQFD/RFFD.
38176     This was discovered by GDA using a high bandwidth scope,
38177     analyzing the DDR2 signals. GDA provided a fixed value for RQFD,
38178     so now on Katmai "only" RFFD is auto-calibrated.
38179
38180     This patch also adds RDCC calibration as mentioned on page 7 of
38181     the AMCC PowerPC440SP/SPe DDR2 application note:
38182     "DDR1/DDR2 Initialization Sequence and Dynamic Tuning"
38183
38184     Signed-off-by: Stefan Roese <sr@denx.de>
38185
38186 commit 49db47b8ae6afff2b898be312948ff501357dc80
38187 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
38188 Date:   Wed Jan 2 16:48:42 2008 +0100
38189
38190     ppc4xx: Remove sdram.h from PMC440 board
38191
38192     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
38193
38194 commit 34065a2ce0d8972f2ec6652076014ab243d2ce8a
38195 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
38196 Date:   Wed Jan 2 16:48:34 2008 +0100
38197
38198     ppc4xx: use common denali core defines and data eye search code for PMC440
38199
38200     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
38201
38202 commit 9ac6b6f3d3f1b072d89268b2efe47e95e6659489
38203 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
38204 Date:   Wed Jan 2 12:05:14 2008 +0100
38205
38206     ppc4xx: More cleanup for esd's LCD code
38207
38208     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
38209
38210 commit fe9c26b330a21ce73e52b5bd347d725cb81e3cfb
38211 Author: Stefan Roese <sr@denx.de>
38212 Date:   Fri Jan 4 12:00:01 2008 +0100
38213
38214     ppc4xx: Fix Sequoia NAND booting target
38215
38216     The Sequoia NAND booting target now uses the recently extracted
38217     cpu/ppc4xx/denali_data_eye.c file too.
38218
38219     Signed-off-by: Stefan Roese <sr@denx.de>
38220
38221 commit 0ddd969aec532bd7eae30fc09590488a3aaa629a
38222 Author: Lawrence R. Johnson <lrj@acm.org>
38223 Date:   Thu Jan 3 15:02:02 2008 -0500
38224
38225     ppc4xx: Use CFG_4xx_GPIO_TABLE to configure Korat board
38226
38227     Signed-off-by: Larry Johnson <lrj@acm.org>
38228
38229 commit b05e8bf58be9d8956fdfde3d8c8e87c140414663
38230 Author: Lawrence R. Johnson <lrj@acm.org>
38231 Date:   Fri Jan 4 02:11:56 2008 -0500
38232
38233     ppc4xx: Use CFG_4xx_GPIO_TABLE to configure Sequoia board
38234
38235     Note: this patch changes the configuration of some GPIO registers:
38236
38237        Register      Old Value   New Value
38238     ---------------  ----------  ----------
38239     DCR GPIO0_TCR    0x0000000F  0x0000F0CF
38240     DCR GPIO0_TSRH   0x55005000  0x00000000
38241     DCR GPIO1_TCR    0xC2000000  0xE2000000
38242     DCR GPIO1_TSRL   0x0C000000  0x00200000
38243     DCR GPIO1_ISR2L  0x00050000  0x00110000
38244
38245     Signed-off-by: Larry Johnson <lrj@acm.org>
38246
38247 commit 5ab884b254ca2e707ab50545cd705f30108cf491
38248 Author: Lawrence R. Johnson <lrj@acm.org>
38249 Date:   Thu Jan 3 18:54:00 2008 -0500
38250
38251     ppc4xx: Add functionality to GPIO support
38252
38253     This patch makes two additions to GPIO support:
38254
38255     First, it adds function gpio_read_in_bit() to read the a bit from the
38256     GPIO Input Register (GPIOx_IR) in the same way that function
38257     gpio_read_out_bit() reads a bit from the GPIO Output Register
38258     (GPIOx_OR).
38259
38260     Second, it modifies function gpio_set_chip_configuration() to provide
38261     an additional option for configuring the GPIO from the
38262     "CFG_4xx_GPIO_TABLE".
38263
38264     According to the 440EPx User's Manual, when an alternate output is used,
38265     the three-state control is configured in one of two ways, depending on
38266     the particular output.  The first option is to select the corresponding
38267     alternate three-state control in the GPIOx_TRSH/L registers.  The second
38268     option is to select the GPIO Three-State Control Register (GPIOx_TCR) in
38269     the GPIOx_TRSH/L registers, and set the corresponding bit in the
38270     GPIOx_TCR register to enable the output.  For example, the Manual
38271     specifies configuring the GPIO00 Alternate 1 Signal (PreAddr07) to use
38272     the alternate three-state control (first option), and specifies
38273     configuring the GPIO32 Alternate 1 Signal (USB2OM0) with the output
38274     enabled in the GPIOx_TCR register (second option).
38275
38276     Currently, gpio_set_chip_configuration() configures all alternate signal
38277     outputs to use the first option.  This patch allow the second option to
38278     be selected by setting the "out_val" element in the table entry to
38279     "GPIO_OUT_1".  The first option is used when the "out_val" element is
38280     set to "GPIO_OUT_0".  Because "out_val" is not currently used when an
38281     alternate signal is selected, and because all current GPIO tables set
38282     "out_val" to "GPIO_OUT_0" for all alternate signals, this patch should
38283     not change any existing configurations.
38284
38285     Signed-off-by: Larry Johnson <lrj@acm.org>
38286
38287 commit 196404cdc1de495d6182e84731c200fc5748df15
38288 Author: Larry Johnson <lrj@arlinx.com>
38289 Date:   Sun Dec 30 01:01:54 2007 -0500
38290
38291     PPC4xx: Remove sdram.h from board/lwmon5
38292
38293     These definitions are now in "include/ppc440.h".
38294
38295     Signed-off-by: Larry Johnson <lrj@acm.org>
38296
38297 commit ef16fccf96e55eab93fe25d03ebe2e9b56e5332b
38298 Author: Larry Johnson <lrj@arlinx.com>
38299 Date:   Sun Dec 30 01:01:32 2007 -0500
38300
38301     PPC4xx: Use common code for LWMON5 board SDRAM support
38302
38303     This patch also modifies the functionality of the code so that the data-eye
38304     search is now done with with the cache disabled.
38305
38306     Signed-off-by: Larry Johnson <lrj@acm.org>
38307
38308 commit 62cc3951ab72135d9c101f1845b794e63a0fa189
38309 Author: Larry Johnson <lrj@arlinx.com>
38310 Date:   Sun Dec 30 01:01:14 2007 -0500
38311
38312     PPC4xx: Remove sdram.h from board/amcc/sequoia
38313
38314     These definitions are now in "include/ppc440.h".
38315
38316     Signed-off-by: Larry Johnson <lrj@acm.org>
38317
38318 commit ce3902e1765bbfb07cf5bbe98be9a68e3009996a
38319 Author: Larry Johnson <lrj@arlinx.com>
38320 Date:   Sun Dec 30 01:00:50 2007 -0500
38321
38322     PPC4xx: Use common code for Sequoia board SDRAM support
38323
38324     Signed-off-by: Larry Johnson <lrj@acm.org>
38325
38326 commit 8b0c5c127690335758100c25eaec2b84db97c101
38327 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
38328 Date:   Thu Dec 27 16:58:41 2007 +0100
38329
38330     net: Add CONFIG_NET_DO_NOT_TRY_ANOTHER option
38331
38332     When CONFIG_NET_DO_NOT_TRY_ANOTHER is defined U-Boot's
38333     networking stack does not automatically switch to
38334     another interface. This patch does not touch the default
38335     behavior.
38336
38337     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
38338     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
38339
38340 commit 505be87a65e4f87ad7d8da1d57ea4dcd487d7e32
38341 Author: Upakul Barkakaty <upakul@gmail.com>
38342 Date:   Thu Nov 29 12:16:13 2007 +0530
38343
38344     NET: Proper return code handling in eth_init() function in file eth.c
38345
38346     This patch modifies the return code handling in the eth_init()
38347     function, to be compatible with the handling of the return codes in
38348     the other network stack files. It now returns a 0 on Success and -1 on
38349     error.
38350
38351     Signed-off-by: Upakul Barkakaty <upakul.barkakaty@conexant.com>
38352     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
38353
38354 commit 5ca2d0953e4579a80810966cca2077e20d912c97
38355 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
38356 Date:   Mon Nov 19 20:27:04 2007 +0900
38357
38358     net/eth.c: Fix env_enetaddr signed overflow
38359
38360     Assigning the output of simple_strtoul(CB:A9:87:65:43:21) to `char', we are
38361     warned as below:
38362
38363       U-Boot 1.2.0 (Aug 30 2007 - 08:27:37)
38364
38365       DRAM:  256 MB
38366       Flash: 32 MB
38367       In:    serial
38368       Out:   serial
38369       Err:   serial
38370       Net:   NEC-Candy
38371       Warning: NEC-Candy MAC addresses don't match:
38372       Address in SROM is         00:00:4C:80:92:A2
38373       Address in environment is  FFFFFFCB:FFFFFFA9:FFFFFF87:65:43:21
38374
38375     This patch changes env_enetaddr type from `char' to `unsigned char'.
38376
38377     Cc: Masaki Ishikawa <ishikawa-masaki@cnt.mxe.nes.nec.co.jp>
38378     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
38379     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
38380
38381 commit f85b60710571b37293d2233933b76e2aa3db5635
38382 Author: Rafal Jaworowski <raj@semihalf.com>
38383 Date:   Thu Dec 27 18:19:02 2007 +0100
38384
38385     Introduce new eth_receive routine
38386
38387     The purpose of this routine is receiving a single network frame, outside of
38388     U-Boot's NetLoop(). Exporting it to standalone programs that run on top of
38389     U-Boot will let them utilise networking facilities. For sending a raw frame
38390     the already existing eth_send() can be used.
38391
38392     The direct consumer of this routine is the newly introduced API layer for
38393     external applications (enabled with CONFIG_API).
38394
38395     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
38396     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
38397     Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
38398
38399 commit 5c740711f0ea5b51414b341b71597c4a0751be74
38400 Author: Jon Loeliger <jdl@freescale.com>
38401 Date:   Thu Jan 3 10:41:04 2008 -0600
38402
38403     8610: Move include of config.h earlier.
38404
38405     Include config.h earlier in the set of #includes
38406     so as to avoid a incidental and duplicate definition
38407     of CFG_CACHELINE_SIZE.
38408
38409     Signed-off-by: Jon Loeliger
38410
38411 commit 61d3421bdea090bd0399b14c3e10a3bebcc8d5ff
38412 Author: Jon Loeliger <jdl@freescale.com>
38413 Date:   Tue Dec 4 10:53:34 2007 -0600
38414
38415     Don't slam #undef DEBUG in the 8641HPCN config file.
38416
38417     Doing so prevents it from being individually set
38418     and useful in other files.
38419
38420     Signed-off-by: Jon Loeliger <jdl@freescale.com>
38421
38422 commit ea9f7395ec362584e5e4f266bd0b0c4422cf6a4c
38423 Author: Jon Loeliger <jdl@freescale.com>
38424 Date:   Wed Nov 28 14:47:18 2007 -0600
38425
38426     Convert MPC8641HPCN to use libfdt.
38427
38428     Assumes the presence of the aliases node in the DTS to
38429     locate the ethernet, pci and serial nodes for fixups.
38430
38431     Use consistent fdtaddr and fdtfile in environment variables.
38432
38433     Signed-off-by: Jon Loeliger <jdl@freescale.com>
38434
38435 commit ce37422d0002e10490e268392e0c4e3028e52cec
38436 Author: Stefan Roese <sr@denx.de>
38437 Date:   Wed Jan 2 14:06:26 2008 +0100
38438
38439     cfi_flash: Fix bug in flash_isset() to use correct 32bit function
38440
38441     This bug was detected on the LWMON5 target which has 2 Intel 16bit wide
38442     flash chips connected to a 32bit wide port.
38443
38444     Signed-off-by: Stefan Roese <sr@denx.de>
38445
38446 commit 1182e9f8e3b92fc372d64943293de53daa2e26cf
38447 Author: Wolfgang Denk <wd@denx.de>
38448 Date:   Wed Jan 2 15:58:44 2008 +0100
38449
38450     Fix compile problem introduced by "cleanup" commit 3dfd708c
38451
38452     Signed-off-by: Wolfgang Denk <wd@denx.de>
38453
38454 commit 1aaab9bfae0b3b2ee2b418c22c651280ee7b65c7
38455 Author: Wolfgang Denk <wd@denx.de>
38456 Date:   Wed Jan 2 15:54:45 2008 +0100
38457
38458     Make scripts and Makefiles POSIX compliant
38459
38460     The bash builtin versions of the "test" (resp. "[") command allow
38461     using "==" for string comparisons, but POSIX compatible implemen-
38462     tations (like /usr/bin/test) insist on using "=" only. On such systems
38463     you will see:
38464
38465         $ /usr/bin/test a == a && echo OK
38466         /usr/bin/test: ==: binary operator expected
38467
38468     This patch fixes Makefiles and scripts to use POSIX style.
38469
38470     Signed-off-by: Wolfgang Denk <wd@denx.de>
38471
38472 commit 47cc23cbe9a669c510183f4f049bf703ef445f3b
38473 Author: Stefan Roese <sr@denx.de>
38474 Date:   Wed Jan 2 14:05:37 2008 +0100
38475
38476     cfi_flash: Fix bug in flash_isset() to use correct 32bit function
38477
38478     This bug was detected on the LWMON5 target which has 2 Intel 16bit wide
38479     flash chips connected to a 32bit wide port.
38480
38481     Signed-off-by: Stefan Roese <sr@denx.de>
38482
38483 commit 3dfd708cc1b2a966ad454ca9ed125dd17dbadbcc
38484 Author: Wolfgang Denk <wd@denx.de>
38485 Date:   Wed Jan 2 12:38:43 2008 +0100
38486
38487     Minor coding style cleanup.
38488
38489     Signed-off-by: Wolfgang Denk <wd@denx.de>
38490
38491 commit e174ac34adf5d5653df12bc3cf19c52063a71269
38492 Author: Stefan Roese <sr@denx.de>
38493 Date:   Fri Dec 28 17:29:56 2007 +0100
38494
38495     ppc4xx: Coding style cleanup
38496
38497     Signed-off-by: Stefan Roese <sr@denx.de>
38498
38499 commit 8ba132cab18ae438b6dd5b0214c28a8fc0d976e5
38500 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
38501 Date:   Fri Dec 28 17:07:24 2007 +0100
38502
38503     ppc4xx: Complete PMC440 board support
38504
38505     This patch brings the PMC440 board configuration file.
38506     Finally it enables the PMC440 board support.
38507
38508     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
38509
38510 commit 407843a582560fc5231299561ab3c2b6b6cd3397
38511 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
38512 Date:   Fri Dec 28 17:07:18 2007 +0100
38513
38514     ppc4xx: Add FPGA support and BSP commands for PMC440 boards
38515
38516     This patch adds some BSP commands and FPGA booting support
38517     for esd's PMC440 boards.
38518
38519     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
38520
38521 commit 72c5d52aedcce35e4b4fa5895605554825b6a76f
38522 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
38523 Date:   Fri Dec 28 17:07:14 2007 +0100
38524
38525     ppc4xx: Add initial esd PMC440 board files
38526
38527     This patch adds the first files for the new esd PMC440 boards.
38528     The next two patches will complete the PMC440 board support.
38529
38530     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
38531
38532 commit f6e0f1f61896ce7729ba1bcea2ffbd138d3947f5
38533 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
38534 Date:   Fri Dec 28 17:10:36 2007 +0100
38535
38536     ppc4xx: Add EEPROM write protection for PLU405 boards + misc. updates
38537
38538     - add EEPROM write protection for esd PLU405 boards.
38539     - initialize NAND GPIOs
38540     - use correct io accessors
38541     - cleanup
38542
38543     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
38544
38545 commit 77660c4b59055d621d2a8595bd4c18bb277268fc
38546 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
38547 Date:   Fri Dec 28 17:10:44 2007 +0100
38548
38549     ppc4xx: use correct io accessors for esd's LCD code
38550
38551     This patch fixes esd's LCD dectection code to work correctly with
38552     newer gcc versions.
38553
38554     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
38555
38556 commit b56bd0fcfc1c73db722e3462c8a9bf607ba7775e
38557 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
38558 Date:   Fri Dec 28 17:10:42 2007 +0100
38559
38560     ppc4xx: Maintenance patch for VOH405 boards
38561
38562     - add EEPROM write protection
38563     - initialize NAND GPIOs
38564     - use correct io accessors
38565     - slow down I2C clock to 100kHz
38566     - enable ext. I2C bus
38567     - cleanup
38568
38569     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
38570
38571 commit c05569066dbcba3fdf36d4d1943df265dc316a86
38572 Author: Stefan Roese <sr@denx.de>
38573 Date:   Fri Dec 28 16:08:08 2007 +0100
38574
38575     ppc4xx: Enable 405EP PCI arbiter per default on all boards
38576
38577     In an attmemt to clean up the 4xx start.S file, I removed the enabling
38578     of the internal 405EP PCI arbiter. This is needed for multiple other
38579     405EP platforms, like most of the esd 405EP. Now the internal PCI
38580     arbiter is enabled again per default as it has been before.
38581
38582     Signed-off-by: Stefan Roese <sr@denx.de>
38583     Acked-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
38584
38585 commit bec9264616fb78273a1d93e87ff4b0b67c7bec1b
38586 Author: Stefan Roese <sr@denx.de>
38587 Date:   Fri Dec 28 15:53:46 2007 +0100
38588
38589     ppc4xx: Fix bug in cpu_init.c (405EP instead of 450EP)
38590
38591     Signed-off-by: Stefan Roese <sr@denx.de>
38592     Acked-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
38593
38594 commit fb83a65c60ab5ca12358b75f1257e5eee6cdbf79
38595 Author: Stefan Roese <sr@denx.de>
38596 Date:   Fri Dec 28 06:06:04 2007 +0100
38597
38598     ppc4xx: Fix compilation problem of kilauea/haleakala nand booting target
38599
38600     Use correct link to nand_ecc now located in drivers/mtd/nand/ for the
38601     platforms mentioned above.
38602
38603     Signed-off-by: Stefan Roese <sr@denx.de>
38604
38605 commit b568fd25574181a3b12ae3d66b2913903442cb83
38606 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
38607 Date:   Thu Dec 27 17:03:46 2007 +0100
38608
38609     Remove CPCI440 board
38610
38611     This board never left prototyping state and it
38612     became a millstone round my neck. So remove it.
38613
38614     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
38615
38616 commit c591dffe0cbacd896ccbad06011fe6d6afa080da
38617 Author: Larry Johnson <lrj@arlinx.com>
38618 Date:   Thu Dec 27 11:28:51 2007 -0500
38619
38620     Add support for Korat PPC440EPx board
38621
38622     These patches add support for the PPC440EPx-based "Korat" board to
38623     U-Boot.  They are based primarily on support for the Sequoia board.
38624
38625     Signed-off-by: Larry Johnson <lrj@acm.org>
38626
38627 commit 87dc096829e6a6363f4fdd73653b0093a85adbe0
38628 Author: Larry Johnson <lrj@arlinx.com>
38629 Date:   Sat Dec 22 15:16:25 2007 -0500
38630
38631     Add configuration file for Korat board
38632
38633     This patch supplies the configuration file for the Korat PPC440EPx-
38634     processor board.
38635
38636     Signed-off-by: Larry Johnson <lrj@acm.org>
38637
38638 commit 8eb52d5d982b764b39c88d9d1064d56c5397bfa5
38639 Author: Larry Johnson <lrj@arlinx.com>
38640 Date:   Sat Dec 22 15:16:11 2007 -0500
38641
38642     Add denali_data_eye.o and denali_spd_ddr2.o to PPC4xx Makefile
38643
38644     Signed-off-by: Larry Johnson <lrj@acm.org>
38645
38646 commit aba19604d848b2838cfb9ebe818909e6a216058e
38647 Author: Larry Johnson <lrj@arlinx.com>
38648 Date:   Thu Dec 27 10:54:48 2007 -0500
38649
38650     Add 440EPx DDR2 SPD DIMM support
38651
38652     This patch adds SPD DDR2 support for the 440EPx ("Denali") SDRAM
38653     controller.  It should also work on the 440GRx.  It is based on the DDR2
38654     SPD code for the 440EP/440EPx, but makes no provision for DDR1 support.
38655
38656     This code has been tested on prototype Korat boards with three Kingston
38657     DIMMS: 512 MiB ECC (one rank), 512 MiB non-ECC (one rank) and 1 GiB ECC
38658     (two ranks).  The Korat board has a single DIMM socket, but support has
38659     been provided (though not tested) for boards with two DIMM sockets.
38660
38661     Signed-off-by: Larry Johnson <lrj@acm.org>
38662
38663 commit 8a24a6963002cb867d5a6b70e3560f0b1467f55f
38664 Author: Larry Johnson <lrj@arlinx.com>
38665 Date:   Sat Dec 22 15:15:30 2007 -0500
38666
38667     Copy 440EPx/GRx SDRAM data-eye search to common directory
38668
38669     This patch creates a non-board-specific file for performing the SDRAM
38670     data-eye search.  It also adds ECC error checking to the test of valid
38671     data on readback when ECC is enabled.
38672
38673     Signed-off-by: Larry Johnson <lrj@acm.org>
38674
38675 commit c46f53333b22b1f9098676bea8884fc7db820cf3
38676 Author: Larry Johnson <lrj@arlinx.com>
38677 Date:   Sat Dec 22 15:15:13 2007 -0500
38678
38679     Add definitions for 440EPx/GRx SDRAM controller to ppc440.h
38680
38681     This patch adds the Denali SDRAM controller definitions to "ppc440.h".
38682     It also fixes two typos in the definitions, so the board-specific
38683     "sdram.h" files containing these definitions are also fixed to avoid
38684     compiler warnings.
38685
38686     Signed-off-by: Larry Johnson <lrj@acm.org>
38687
38688 commit c348578bf612d0c56d8d376d23cae16defbd86af
38689 Author: Larry Johnson <lrj@arlinx.com>
38690 Date:   Thu Dec 27 10:50:55 2007 -0500
38691
38692     Add Ethernet 1000BASE-X support for PPC4xx
38693
38694     This patch adds a new switch: "CONFIG_PHY_DYNAMIC_ANEG".  When this symbol
38695     is defined, the PHY will advertise it's capabilities for autonegotiation
38696     based on the capabilities shown in the PHY's status registers, including
38697     1000BASE-X.  When "CONFIG_PHY_DYNAMIC_ANEG" is not defined, the PHY will
38698     advertise hard-coded capabilities, as before.
38699
38700     Signed-off-by: Larry Johnson <lrj@acm.org>
38701
38702 commit 9e2c347151db5ae8acf5f18b99493cd53e6637e3
38703 Author: Larry Johnson <lrj@arlinx.com>
38704 Date:   Thu Dec 27 09:52:17 2007 -0500
38705
38706     Add driver for National Semiconductor LM73 temperature sensor
38707
38708     This driver is based on the driver for the LM75.
38709
38710     Signed-off-by: Larry Johnson <lrj@acm.org>
38711
38712 commit 12618278688ea9b3d76536960a5ad2e3790fac40
38713 Author: Larry Johnson <lrj@arlinx.com>
38714 Date:   Sat Dec 22 15:14:00 2007 -0500
38715
38716     Add driver for STMicroelectronics M41T60 RTC
38717
38718     This driver is based on the driver for the M41T11.  In the intended
38719     application, the RTC will be powered by a large capacitor, rather than a
38720     battery.  The driver therefore checks to see whether the RTC has lost
38721     power.  The chip's OUT bit is normally reset from its power-up state.  If
38722     the OUT bit is read as set, or if the date and time are not valid, then the
38723     RTC is assumed to have lost power, and its date and time are reset to
38724     1900-01-01 00:00:00.
38725
38726     Support for adjusting the speed of the clock to improve accuracy is
38727     provided through an environment variable.
38728
38729     Signed-off-by: Larry Johnson <lrj@acm.org>
38730
38731 commit d3471173e14b7544bb60339eda8d3d3906694b0a
38732 Author: Larry Johnson <lrj@arlinx.com>
38733 Date:   Sat Dec 22 15:34:39 2007 -0500
38734
38735     Use out_be32() and friends to access memory-mapped registers in sequoia.c
38736
38737     Signed-off-by: Larry Johnson <lrj@acm.org>
38738
38739 commit c68f59fe3ec16769f82b5fca7421983c336d3aac
38740 Author: Larry Johnson <lrj@arlinx.com>
38741 Date:   Sat Dec 22 15:34:20 2007 -0500
38742
38743     Use definitions from "asm-ppc/mmu.h" in init.S for Sequoia
38744
38745     Signed-off-by: Larry Johnson <lrj@acm.org>
38746
38747 commit 0d9cdeac1d3fa8d62ed7d883acc950c364f5bda8
38748 Author: Larry Johnson <lrj@arlinx.com>
38749 Date:   Sat Dec 22 15:23:50 2007 -0500
38750
38751     Cosmetic changes to ECC POST for AMCC Denali core
38752
38753     Signed-off-by: Larry Johnson <lrj@acm.org>
38754
38755 commit 2e583d6c81034f80a267b89fa55498ae063ccef1
38756 Author: Stefan Roese <sr@denx.de>
38757 Date:   Wed Dec 26 20:20:19 2007 +0100
38758
38759     ppc4xx: Fix compilation problem in 405 cache POST test
38760
38761     Signed-off-by: Stefan Roese <sr@denx.de>
38762
38763 commit 42d55ea0bde06e47d5a3b49b0d91002acd8e5708
38764 Author: Stefan Roese <sr@denx.de>
38765 Date:   Sat Dec 22 12:20:09 2007 +0100
38766
38767     ppc4xx: Move virtual address of POST cache test to bigger address
38768
38769     On Sequoia & LWMON5 the virtual address of the POST cache test is now
38770     moved to a bigger address. This enables usage of more memory on those
38771     boards.
38772
38773     Signed-off-by: Stefan Roese <sr@denx.de>
38774
38775 commit d91722102cf63f77a0148ed3f3d54a26d87575e9
38776 Author: Stefan Roese <sr@denx.de>
38777 Date:   Sat Dec 22 12:18:26 2007 +0100
38778
38779     ppc4xx: Fix problem in 44x cache POST routine
38780
38781     As repoted by Larry Johnson, running "diag run cache" caused a crash
38782     in U-Boot. This problem was introduced by a patch that removed the
38783     TLB entry for the cache test after the test has completed. Since this
38784     TLB was only setup once, a 2nd attempt to run this cache test
38785     failed with a crash. Now this TLB entry is created every time the
38786     routine is called.
38787
38788     Signed-off-by: Stefan Roese <sr@denx.de>
38789
38790 commit b0265b576bb8fa9465f99e99c323768b562fadc2
38791 Author: Stefan Roese <sr@denx.de>
38792 Date:   Fri Dec 21 07:51:29 2007 +0100
38793
38794     ppc4xx: Update Makalu fdt support
38795
38796     Signed-off-by: Stefan Roese <sr@denx.de>
38797
38798 commit bf8324e4a50758daff8cddd04c6a2ff8ed775bea
38799 Author: Stefan Roese <sr@denx.de>
38800 Date:   Wed Dec 19 09:05:40 2007 +0100
38801
38802     ppc4xx: Add fdt support to AMCC Katmai eval board
38803
38804     Signed-off-by: Stefan Roese <sr@denx.de>
38805
38806 commit 328a340392a5df9aaf00792be989df73e750859e
38807 Author: Stefan Roese <sr@denx.de>
38808 Date:   Tue Dec 18 08:44:51 2007 +0100
38809
38810     ppc4xx: fdt: Cleanup setup of cpu node setup
38811
38812     Now the cpu node setup ("timebase-frequency" and "clock-frequency") is
38813     without using the absolute path to the cpu node. This makes it possible
38814     to use this U-Boot version with both versions of cpu-node naming
38815     "cpu@0" and the former "PowerPC,440EPx@0".
38816
38817     Signed-off-by: Stefan Roese <sr@denx.de>
38818
38819 commit 7812bc4a2e2436ebbc0ce5b4e99c1dfc2e77eb5b
38820 Author: Stefan Roese <sr@denx.de>
38821 Date:   Mon Dec 17 17:26:21 2007 +0100
38822
38823     ppc4xx: Fix lwmon5 compilation problem
38824
38825     Now that the 440EPx ECC test is not board specific anymore
38826     remove this Makefile.
38827
38828     Signed-off-by: Stefan Roese <sr@denx.de>
38829
38830 commit 42ed33ffe135f618680f9d6e9712eb35a85bcb62
38831 Author: Anatolij Gustschin <agustschin@t-online.de>
38832 Date:   Wed Dec 5 17:43:20 2007 +0100
38833
38834     Fix ppc4xx clear_bss() code
38835
38836     ppc4xx clear_bss() fails if BSS segment size is not
38837     divisible by 4 without remainder. This patch provides
38838     fix for this problem.
38839
38840     Signed-off-by: Anatolij Gustschin <agust@denx.de>
38841
38842 commit 85dc2a7f82d11e17f0ca2a448118aed7f7a4b85d
38843 Author: Niklaus Giger <niklausgiger@gmx.ch>
38844 Date:   Fri Nov 30 18:35:11 2007 +0100
38845
38846     PPC4xx: Minimal changes to add vxWorks support
38847
38848     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
38849
38850 commit 052440b022ca8981d39b6f8c10d1aa6326f47480
38851 Author: Markus Klotzbücher <mk@denx.de>
38852 Date:   Fri Nov 23 13:09:18 2007 +0100
38853
38854     ppc4xx: Add CONFIG_BOOTP_SUBNETMASK to Sequoia board config
38855
38856     When using dhcp/bootp the "netmask" environment variable is not
38857     set because CONFIG_BOOTP_SUBNETMASK is not defined. But usually this is
38858     desireable, so the following patch adds this this option to the board
38859     config.
38860
38861     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
38862     Signed-off-by: Stefan Roese <sr@denx.de>
38863
38864 commit a724a9b40c7fbeb6ade193ca52321b441eaecb4e
38865 Author: Larry Johnson <lrj@arlinx.com>
38866 Date:   Sat Oct 27 12:48:15 2007 -0400
38867
38868     Fix/enhance ECC POST for 440EPx/GRx
38869
38870     This patch allows the ECC POST to be used for different boards with the
38871     PPC440 Denali SDRAM controller.  Modifications include skipping the test
38872     if ECC is not enabled (as for non-ECC DIMMs) and adding synchronization
38873     to prevent timing errors.
38874
38875     Signed-off-by: Larry Johnson <lrj@acm.org>
38876
38877 commit 454a6cf8d498f70d2b3e18f07837603eb24b12d4
38878 Author: Larry Johnson <lrj@arlinx.com>
38879 Date:   Sat Oct 27 12:48:05 2007 -0400
38880
38881     PPC4xx: Move/rename ECC POST for 440EPx/GRx
38882
38883     Signed-off-by: Larry Johnson <lrj@acm.org>
38884
38885 commit c29d2d3680046d430022c55e50fcb27f5866517e
38886 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
38887 Date:   Fri Dec 14 11:20:33 2007 +0100
38888
38889     ppc4xx: use correct io accessors for 4xx ethernet POST
38890
38891     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
38892
38893 commit ba79fde58a48c0a6ff8e2a96caba951594142203
38894 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
38895 Date:   Fri Dec 14 11:19:56 2007 +0100
38896
38897     ppc4xx: fix flush + invalidate_dcache_range arguments
38898
38899     flush + invalidate_dcache_range() expect the start and stop+1 address.
38900     So the stop address is the first address behind (!) the range.
38901
38902     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
38903
38904 commit 871e6ce188a7c6bc7321bcf8372857035d20f1cd
38905 Author: Stefan Roese <sr@denx.de>
38906 Date:   Fri Dec 14 08:41:29 2007 +0100
38907
38908     ppc4xx: fdt: use fdt_fixup_ethernet()
38909
38910     By using aliases in the dts file, the ethernet node fixup is
38911     much easier with the recently added functions.
38912
38913     Please note that the dts file needs the aliases for this to work.
38914
38915     Signed-off-by: Stefan Roese <sr@denx.de>
38916
38917 commit 136288847e3b04f2ff357a067ad45e10afa0a24c
38918 Author: Stefan Roese <sr@denx.de>
38919 Date:   Thu Dec 13 14:52:53 2007 +0100
38920
38921     ppc4xx: Bring 4xx fdt support up-to-date
38922
38923     This patch update the 4xx fdt support. It enabled fdt booting
38924     on the AMCC Kilauea and Sequoia for now. More can follow later
38925     quite easily.
38926
38927     Signed-off-by: Stefan Roese <sr@denx.de>
38928
38929 commit 0dc80e2759fba859ccc4cdadc633577ca2971f3e
38930 Author: Stefan Roese <sr@denx.de>
38931 Date:   Thu Dec 27 07:50:54 2007 +0100
38932
38933     cfi_flash: Add missing check for erased dest to flash_write_cfibuffer()
38934
38935     The check for an sufficiently erased destination was missing in the
38936     buffered write function of the cfi flash driver (when
38937     CFG_FLASH_USE_BUFFER_WRITE is defined). This patch adds this check to that
38938     writing to such a region will fail with the currect error message.
38939
38940     Signed-off-by: Stefan Roese <sr@denx.de>
38941
38942 commit 33ed73bc0e38d0f2b5c183d4629d8f207e5b9994
38943 Author: Martin Krause <martin.krause@tqs.de>
38944 Date:   Mon Nov 12 10:56:17 2007 +0100
38945
38946     Some configuration updates for the TQM5200 based TB5200 board:
38947
38948     - enable command line history
38949     - increase malloc space (because of bigger flash sectors)
38950
38951     Signed-off-by: Martin Krause <martin.krause@tqs.de>
38952
38953 commit e318d9e9021a0af7508171f84ed09d0e79f0284e
38954 Author: Martin Krause <martin.krause@tqs.de>
38955 Date:   Thu Sep 27 11:10:08 2007 +0200
38956
38957     TQM8xx: use the CFI flash driver on all TQM8xx boards
38958
38959     Signed-off-by: Martin Krause <martin.krause@tqs.de>
38960
38961 commit 11d9eec479b470eab9242ab937fca70a876d9376
38962 Author: Martin Krause <martin.krause@tqs.de>
38963 Date:   Wed Sep 26 17:55:56 2007 +0200
38964
38965     TQM885D: adjust for doubled flash sector size + some minor fixes
38966
38967     Signed-off-by: Martin Krause <martin.krause@tqs.de>
38968
38969 commit 22d1a56cbfb0bff34f477b4db6a55d076d829b83
38970 Author: Jens Gehrlein <jens.gehrlein@tqs.de>
38971 Date:   Wed Sep 26 17:55:54 2007 +0200
38972
38973     TQM885D: Exchanged SDRAM timing by a more relaxed timing.
38974
38975     CAS-Latency=2, Write Recovery Time tWR=2
38976     The max. supported bus frequency is 66 MHz. Therefore, changed
38977     threshold to switch from 1:1 mode to 2:1 from 80 MHz to 66 MHz.
38978
38979     Signed-off-by: Martin Krause <martin.krause@tqs.de>
38980
38981 commit b988b8cd443989be65161888eea0127ad03f846f
38982 Author: Martin Krause <martin.krause@tqs.de>
38983 Date:   Wed Sep 26 17:55:56 2007 +0200
38984
38985     TQM885D: use calculated cpuclk instead of measuring it
38986
38987     On the TQM885D the measurement of cpuclk with the PIT reference
38988     timer ist not necessary. Since all module variants use the same
38989     external 10 MHz oscillator, the cpuclk only depends on the PLL
38990     configuration - which is readable by software.
38991
38992     Signed-off-by: Martin Krause <martin.krause@tqs.de>
38993
38994 commit 492c7049869348d31168de8dad89651315e468e0
38995 Author: Jens Gehrlein <jens.gehrlein@tqs.de>
38996 Date:   Thu Sep 27 14:54:46 2007 +0200
38997
38998     TQM885D: fix SDRAM refresh
38999
39000     At 133 MHz the current SDRAM refresh rate is too fast
39001     (measured 4 * 1.17 us).
39002     CFG_MAMR_PTA changes from 39 to 128. This result
39003     in a refresh rate of 4 * 7.8 us at the default clock
39004     66 MHz. At 133 MHz the value will be then 4 * 3.8 us.
39005     This is a compromise until a new method is found to
39006     adjust the refresh rate.
39007
39008     Signed-off-by: Martin Krause <martin.krause@tqs.de>
39009
39010 commit dabad4b9bc46908e301f73ce76b38b23626a96e9
39011 Author: Jens Gehrlein <jens.gehrlein@tqs.de>
39012 Date:   Thu Sep 27 14:54:46 2007 +0200
39013
39014     TQM860M: Support for 10col SDRAMs, max. 128 MiB
39015
39016     Signed-off-by: Martin Krause <martin.krause@tqs.de>
39017
39018 commit 61fb15c516fef5631e305f1976d7b3a679725856
39019 Author: Wolfgang Denk <wd@denx.de>
39020 Date:   Thu Dec 27 01:52:50 2007 +0100
39021
39022     Fix coding style issues; update CHANGELOG.
39023
39024     Signed-off-by: Wolfgang Denk <wd@denx.de>
39025
39026 commit 467bcee11fe26ad422f2de971aa70866079870f2
39027 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
39028 Date:   Fri Dec 14 15:36:18 2007 +0100
39029
39030     cfi_flash: Add manufacturer-specific fixups
39031
39032     Run fixups based on the JEDEC manufacturer ID independent of the
39033     command set ID.
39034
39035     This changes current behaviour: Previously, geometry reversal for AMD
39036     chips were done based on the command set ID, while they are now done
39037     based on the JEDEC manufacturer and device ID.
39038
39039     Also add fixup for top-boot Atmel chips. A fixup is needed for
39040     AT49BV6416(T) too, but since u-boot currently only reads the low byte
39041     of the device ID, there's no way to tell it apart from AT49BV642D,
39042     which should not have this fixup. Since AT49BV642D support is
39043     necessary to get ATNGW100 board support into mainline, I've commented
39044     out the fixup for now.
39045
39046     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
39047
39048 commit 0ddf06ddf6b4bd057ad4c5f0dffea7870ba06a2a
39049 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
39050 Date:   Fri Dec 14 15:36:17 2007 +0100
39051
39052     cfi_flash: Add cmdset-specific init functions
39053
39054     Move things like reading JEDEC IDs and fixing up geometry reversal
39055     into separate functions. The geometry reversal fixup is now performed
39056     by altering the qry structure directly, which makes the sector init
39057     code slightly cleaner.
39058
39059     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
39060
39061 commit e23741f4a6d8047520ef0d4971762749b3587d32
39062 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
39063 Date:   Fri Dec 14 15:36:16 2007 +0100
39064
39065     cfi_flash: Read whole QRY structure in one go
39066
39067     Read out the whole CFI Standard Query structure after successful cfi
39068     identification. This allows subsequent code to access this information
39069     directly without having to go through flash_read_uchar() and friends.
39070
39071     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
39072
39073 commit df9c25ea04b38a0e05d4f8c73c5cc144cdafa7db
39074 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
39075 Date:   Mon Dec 17 11:02:44 2007 +0100
39076
39077     AVR32: Fix logic inversion in disable_interrupts()
39078
39079     disable_interrupts() should return nonzero if interrupts were
39080     _enabled_ before, not disabled.
39081
39082     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
39083
39084 commit acac475212cbedb17b321a363a1c878e2b47b37f
39085 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
39086 Date:   Fri Dec 14 16:51:22 2007 +0100
39087
39088     AVR32: Enable interrupts at bootup
39089
39090     The timer code depends on the timer interrupt to keep track of the
39091     upper 32 bits of the cycle counter. This obviously doesn't work when
39092     interrupts are disabled the whole time.
39093
39094     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
39095
39096 commit 9570bcd87f4db255514f43b6701746c412f8fef0
39097 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
39098 Date:   Thu Nov 15 10:03:45 2007 +0100
39099
39100     AVR32: Fix wrong pin setup for USART3
39101
39102     As reported by Gerhard Berghofer:
39103
39104     in "gpio_enable_usart3" the correct pins for USART 3 are PB17 and PB18
39105     instead of PB18 and PB19.
39106
39107     which is obviously correct. There's currently no code that uses
39108     USART3, but custom boards may run into problems.
39109
39110     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
39111
39112 commit 09ea0de03dcc3ee7af045b0b572227bda2c1c918
39113 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
39114 Date:   Thu Nov 1 12:44:20 2007 +0100
39115
39116     README: Remove ATSTK1000 daughterboard list
39117
39118     As noted by Kim Phillips, these lists tend to become out of date.
39119
39120     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
39121
39122 commit c81cbbad21cb0ae983e2e796211202234cdc8be2
39123 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
39124 Date:   Tue Oct 30 14:56:36 2007 +0100
39125
39126     Add ATSTK100[234] to MAINTAINERS
39127
39128     Add all the ATSTK1000 daughterboards to MAINTAINERS along with their
39129     "mother". Also update the entry for ATSTK1000 to be not only about the
39130     AP7000 CPU; it's intended to handle all CPUs in the AT32AP family.
39131
39132     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
39133
39134 commit 64ff2357b1727213803591813dbc779c924bf772
39135 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
39136 Date:   Mon Oct 29 13:02:54 2007 +0100
39137
39138     AVR32: Add support for the ATSTK1004 board
39139
39140     ATSTK1004 is a daughterboard for ATSTK1000 with the AT32AP7002 CPU,
39141     which is a derivative of AT32AP7000.
39142
39143     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
39144
39145 commit 667568db157f374b85abd7e03596ddd1f0b25681
39146 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
39147 Date:   Mon Oct 29 13:02:54 2007 +0100
39148
39149     AVR32: Add support for the ATSTK1003 board
39150
39151     ATSTK1003 is a daughterboard for ATSTK1000 with the AT32AP7001 CPU,
39152     which is a derivative of AT32AP7000.
39153
39154     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
39155
39156 commit 5fee84a794a51ec830548cda485a770efb018b92
39157 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
39158 Date:   Mon Oct 29 13:23:33 2007 +0100
39159
39160     AVR32: Make some AT32AP700x peripherals optional
39161
39162     Add a chip-features file providing definitions of the form
39163
39164     AT32AP700x_CHIP_HAS_<peripheral>
39165
39166     to indicate the availability of the given peripheral on the currently
39167     selected chip.
39168
39169     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
39170
39171 commit 36f28f8a9605ee5dcfa330482cfc62171261af97
39172 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
39173 Date:   Mon Oct 29 13:09:56 2007 +0100
39174
39175     AVR32: Rename at32ap7000 -> at32ap700x
39176
39177     The SoC-specific code for all the AT32AP700x CPUs is practically
39178     identical; the only difference is that some chips have less features
39179     than others. By doing this rename, we can add support for the AP7000
39180     derivatives simply by making some features conditional.
39181
39182     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
39183
39184 commit 4d5fa99c73f354e7cf985efcf417ea55ca2f6a5e
39185 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
39186 Date:   Fri Jun 29 18:22:34 2007 +0200
39187
39188     atmel_mci: Show SR when block read fails
39189
39190     Show controller status as well as card status when an error occurs
39191     during block read.
39192
39193     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
39194
39195 commit 8697e6a19b10f514511b6a9c86de88bd108c4f8d
39196 Author: Stefan Roese <sr@denx.de>
39197 Date:   Thu Dec 13 14:52:53 2007 +0100
39198
39199     ppc4xx: Bring 4xx fdt support up-to-date
39200
39201     This patch update the 4xx fdt support. It enabled fdt booting
39202     on the AMCC Kilauea and Sequoia for now. More can follow later
39203     quite easily.
39204
39205     Signed-off-by: Stefan Roese <sr@denx.de>
39206
39207 commit 12d30aa79779c2aa7a998bbae4c075f822a53004
39208 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
39209 Date:   Thu Dec 13 12:56:34 2007 +0100
39210
39211     cfi_flash: Use map_physmem() and unmap_physmem()
39212
39213     Use map_physmem() and unmap_physmem() to convert from physical to
39214     virtual addresses. This gives the arch a chance to provide an uncached
39215     mapping for flash accesses.
39216
39217     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
39218
39219 commit 4d7d6936eb29af7cca330937808312aa5f61454d
39220 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
39221 Date:   Thu Dec 13 12:56:33 2007 +0100
39222
39223     Introduce map_physmem() and unmap_physmem()
39224
39225     map_physmem() returns a virtual address which can be used to access a
39226     given physical address without involving the cache. unmap_physmem()
39227     should be called when the virtual address returned by map_physmem() is
39228     no longer needed.
39229
39230     This patch adds a stub implementation which simply returns the
39231     physical address cast to a uchar * for all architectures except AVR32,
39232     which converts the physical address to an uncached virtual mapping.
39233     unmap_physmem() is a no-op on all architectures, but if any
39234     architecture needs to do such mappings through the TLB, this is the
39235     hook where those TLB entries can be invalidated.
39236
39237     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
39238
39239 commit cdbaefb5f5f03e54455d0439dcf6dbd97ead1f9d
39240 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
39241 Date:   Thu Dec 13 12:56:32 2007 +0100
39242
39243     cfi_flash: Introduce read and write accessors
39244
39245     Introduce flash_read{8,16,32,64) and flash_write{8,16,32,64} and use
39246     them to access the flash memory. This makes it clearer when the flash
39247     is actually being accessed; merely dereferencing a volatile pointer
39248     looks just like any other kind of access.
39249
39250     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
39251
39252 commit 812711ce6b3a386125dcf0d6a59588e461abbb87
39253 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
39254 Date:   Thu Dec 13 12:56:31 2007 +0100
39255
39256     Implement __raw_{read,write}[bwl] on all architectures
39257
39258     This adds implementations of __raw_read[bwl] and __raw_write[bwl] to
39259     m68k, ppc, nios and nios2. The m68k and ppc implementations were taken
39260     from Linux.
39261
39262     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
39263
39264 commit be60a9021c82fc5aecd5b2b1fc96f70a9c81bbcd
39265 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
39266 Date:   Sat Oct 6 18:55:36 2007 +0200
39267
39268     cfi_flash: Reorder functions and eliminate extra prototypes
39269
39270     Reorder the functions in cfi_flash.c so that each function only uses
39271     functions that have been defined before it. This allows the static
39272     prototype declarations near the top to be eliminated and might allow
39273     gcc to do a better job inlining functions.
39274
39275     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
39276
39277 commit 3055793bcbdf24b1f8117f606ffb766d32eb766f
39278 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
39279 Date:   Thu Dec 13 12:56:29 2007 +0100
39280
39281     cfi_flash: Make some needlessly global functions static
39282
39283     Make functions not declared in any header file static.
39284
39285     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
39286
39287 commit 7e5b9b471518c5652febc68ba62b432193d6abf4
39288 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
39289 Date:   Thu Dec 13 12:56:28 2007 +0100
39290
39291     cfi_flash: Break long lines
39292
39293     This patch tries to keep all lines in the cfi_flash driver below 80
39294     columns. There are a few lines left which don't fit this requirement
39295     because I couldn't find any trivial way to break them (i.e. it would
39296     take some restructuring, which I intend to do in a later patch.)
39297
39298     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
39299
39300 commit 42026c9cb3a76849b41e6e24abfb7b56807a5c1a
39301 Author: Bartlomiej Sieka <tur@semihalf.com>
39302 Date:   Tue Dec 11 13:59:57 2007 +0100
39303
39304     CFI: synchronize command offsets with Linux CFI driver
39305
39306     Fixes non-working CFI Flash on the Inka4x0 board.
39307
39308     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
39309
39310 commit 8ff3de61fc5f9b3b21647bce081a3b7f710f0d4d
39311 Author: Kumar Gala <galak@kernel.crashing.org>
39312 Date:   Fri Dec 7 12:17:34 2007 -0600
39313
39314     Handle MPC85xx PCIe reset errata (PCI-Ex 38)
39315
39316     On the MPC85xx boards that have PCIe enable the PCIe errata fix.
39317     (MPC8544DS, MPC8548CDS, MPC8568MDS).
39318
39319     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
39320
39321 commit 82ac8c97145a4c3bf8b3dbfad00fa96e920f9b9c
39322 Author: Kumar Gala <galak@kernel.crashing.org>
39323 Date:   Fri Dec 7 12:04:30 2007 -0600
39324
39325     Update Freescale MPC85xx ADS/CDS/MDS board config
39326
39327     * Enabled CONFIG_CMD_ELF
39328
39329     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
39330
39331 commit d435793229ce29a42797c1edc39f5b34f987f91a
39332 Author: Kumar Gala <galak@kernel.crashing.org>
39333 Date:   Fri Dec 7 04:59:26 2007 -0600
39334
39335     Handle Asynchronous DDR clock on 85xx
39336
39337     The MPC8572 introduces the concept of an asynchronous DDR clock with
39338     regards to the platform clock.
39339
39340     Introduce get_ddr_freq() to report the DDR freq regardless of sync/async
39341     mode.
39342
39343     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
39344
39345 commit 22abb2d2eaf7b795a6923c6273ec9cb53fda9a10
39346 Author: Kumar Gala <galak@kernel.crashing.org>
39347 Date:   Thu Nov 29 10:34:28 2007 -0600
39348
39349     Update Freescale MPC85xx ADS/CDS/MDS board config
39350
39351     * Removed some misc environment setup
39352     * Enabled CONFIG_CMDLINE_EDITING
39353
39354     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
39355
39356 commit 415a613babb84d5e5d5b42e8e553868c71fc3a64
39357 Author: Kumar Gala <galak@kernel.crashing.org>
39358 Date:   Thu Nov 29 10:47:44 2007 -0600
39359
39360     Move the MPC8541/MPC8555/MPC8548 CDS board under board/freescale.
39361
39362     Minor path corrections needed to ensure buildability.
39363
39364     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
39365
39366 commit c2d943ffbfd3359b3b45d177b437379d2cb86fbf
39367 Author: Kumar Gala <galak@kernel.crashing.org>
39368 Date:   Thu Nov 29 10:16:18 2007 -0600
39369
39370     Move the MPC8540 ADS board under board/freescale.
39371
39372     Minor path corrections needed to ensure buildability.
39373
39374     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
39375
39376 commit 870ceac5b3a3486c109396e005af81ae762b5710
39377 Author: Kumar Gala <galak@kernel.crashing.org>
39378 Date:   Thu Nov 29 10:14:50 2007 -0600
39379
39380     Move the MPC8560 ADS board under board/freescale.
39381
39382     Minor path corrections needed to ensure buildability.
39383
39384     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
39385
39386 commit acbca876fb3fec25cd9c55b0efc81ff618ff5262
39387 Author: Kumar Gala <galak@kernel.crashing.org>
39388 Date:   Thu Nov 29 10:13:47 2007 -0600
39389
39390     Move the MPC8568 MDS board under board/freescale.
39391
39392     Minor path corrections needed to ensure buildability.
39393
39394     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
39395
39396 commit a853d56c59b33415304531443633808736acfc6e
39397 Author: Kumar Gala <galak@kernel.crashing.org>
39398 Date:   Thu Nov 29 02:18:59 2007 -0600
39399
39400     Use standard LAWAR_TRGT_IF_* defines for LAW setup on 85xx
39401
39402     We already had defines for LAWAR_TRGT_IF_* that we should use
39403     rather than creating new ones.  Also, added some missing defines for
39404     PCIE targets.
39405
39406     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
39407
39408 commit 04db400892da37b76a585e332a0c137954ad2015
39409 Author: Kumar Gala <galak@kernel.crashing.org>
39410 Date:   Thu Nov 29 02:10:09 2007 -0600
39411
39412     Stop using immap_t on 85xx
39413
39414     In the future the offsets to various blocks may not be in same location.
39415     Move to using CFG_MPC85xx_*_ADDR as the base of the registers
39416     instead of getting it via &immap.
39417
39418     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
39419
39420 commit 2714223f8e04ab3e4133ff65872eef366d90bfea
39421 Author: Kumar Gala <galak@kernel.crashing.org>
39422 Date:   Thu Nov 29 01:23:09 2007 -0600
39423
39424     Remove CONFIG_OF_FLAT_TREE related code from mpc85xx since we now use libfdt
39425
39426     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
39427
39428 commit c480861bf000156e6a3e932c258db59ff2212dd3
39429 Author: Kumar Gala <galak@kernel.crashing.org>
39430 Date:   Thu Nov 29 01:06:19 2007 -0600
39431
39432     Update MPC8568 MDS to use libfdt
39433
39434     Updated the MPC8568 MDS config to use libfdt and assume use of aliases for
39435     ethernet, pci, and serial for the various fixups that are done.
39436
39437     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
39438
39439 commit 1563f56e0c68f6920f956382d6d13bee3f01c0f7
39440 Author: Haiying Wang <Haiying.Wang@freescale.com>
39441 Date:   Wed Nov 14 15:52:06 2007 -0500
39442
39443     Add PCI Express support on MPC8568MDS
39444
39445     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
39446     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
39447
39448 commit b90d25497625b90ffa3f2911a0895ca237556ff5
39449 Author: Kumar Gala <galak@kernel.crashing.org>
39450 Date:   Thu Nov 29 00:11:44 2007 -0600
39451
39452     Update MPC85xx CDS to use libfdt
39453
39454     Updated the MPC85xx CDS config to use libfdt and assume use of aliases for
39455     ethernet, pci, and serial for the various fixups that are done.
39456
39457     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
39458
39459 commit 0fd5ec66b10521a057ad73e69ab5f0f9eafba255
39460 Author: Kumar Gala <galak@kernel.crashing.org>
39461 Date:   Wed Nov 28 22:54:27 2007 -0600
39462
39463     Update MPC8540 ADS to use libfdt
39464
39465     Updated the MPC8540 ADS config to use libfdt and assume use of aliases for
39466     ethernet, pci, and serial for the various fixups that are done.
39467
39468     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
39469
39470 commit 5ce715802f6c50dc78b3405b92f184b1e3710519
39471 Author: Kumar Gala <galak@kernel.crashing.org>
39472 Date:   Wed Nov 28 22:40:31 2007 -0600
39473
39474     Update MPC8560 ADS to use libfdt
39475
39476     Updated the MPC8560 ADS config to use libfdt and assume use of aliases for
39477     ethernet, pci, and serial for the various fixups that are done.
39478
39479     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
39480
39481 commit aafeefbdb8b029f5ca2a195598d0a501a606eea9
39482 Author: Kumar Gala <galak@kernel.crashing.org>
39483 Date:   Wed Nov 28 00:36:33 2007 -0600
39484
39485     Stop using immap_t for cpm offset on 85xx
39486
39487     In the future the offsets to various blocks may not be in same location.
39488     Move to using CFG_MPC85xx_CPM_ADDR as the base of the CPM registers
39489     instead of getting it via &immap->im_cpm.
39490
39491     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
39492
39493 commit f59b55a5b8fcadaa99781ba48e7a38e956afa527
39494 Author: Kumar Gala <galak@kernel.crashing.org>
39495 Date:   Tue Nov 27 23:25:02 2007 -0600
39496
39497     Stop using immap_t for guts offset on 85xx
39498
39499     In the future the offsets to various blocks may not be in same location.
39500     Move to using CFG_MPC85xx_GUTS_ADDR as the base of the guts registers
39501     instead of getting it via &immap->im_gur.
39502
39503     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
39504
39505 commit 50c03c8cf494d91cdec39670d95337c743e16ec9
39506 Author: Kumar Gala <galak@kernel.crashing.org>
39507 Date:   Tue Nov 27 22:42:34 2007 -0600
39508
39509     Update MPC8544 DS config
39510
39511     * Removed HAS_ETH2/HAS_ETH3 - MPC8544 only has TSEC1/2
39512     * Removed some misc environment setup
39513     * Moved to using fdtfile & fdtaddr as fdt env var names
39514     * Enabled CONFIG_CMDLINE_EDITING
39515
39516     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
39517
39518 commit addce57e2e4c49e77ffb2020a84690713bb18b47
39519 Author: Kumar Gala <galak@kernel.crashing.org>
39520 Date:   Mon Nov 26 17:12:24 2007 -0600
39521
39522     Update MPC8544DS to use libfdt
39523
39524     Updated the MPC8544DS config to use libfdt and assume use of aliases for
39525     ethernet, pci, and serial for the various fixups that are done.
39526
39527     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
39528
39529 commit f852ce72f100cabd1f11c21c085a0ad8eca9fb65
39530 Author: Kumar Gala <galak@kernel.crashing.org>
39531 Date:   Thu Nov 29 00:15:30 2007 -0600
39532
39533     Add libfdt based ft_cpu_setup for mpc85xx
39534
39535     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
39536
39537 commit 3b9abdc448a1c2c6a4c2aa292724b4d1a05166a9
39538 Author: Stefan Roese <sr@denx.de>
39539 Date:   Tue Dec 11 13:38:19 2007 +0100
39540
39541     ppc4xx: Correct GPIO offset in gpio_config()
39542
39543     Thanks to Gary Jennejohn for pointing this out.
39544
39545     Signed-off-by: Stefan Roese <sr@denx.de>
39546
39547 commit 8809a2713b1ceaf3da55d9d785470294f15de06a
39548 Author: Stefan Roese <sr@denx.de>
39549 Date:   Tue Dec 11 11:46:01 2007 +0100
39550
39551     rtc: Fix merging problem
39552
39553     Signed-off-by: Stefan Roese <sr@denx.de>
39554
39555 commit 7cfc12a7dcfdb350e2ab76db4dafcc30f7e77c2b
39556 Author: Stefan Roese <sr@denx.de>
39557 Date:   Sat Dec 8 14:47:34 2007 +0100
39558
39559     ppc4xx: 405EX: Correctly enable USB pins
39560
39561     This patch selects the USB data pins in the 405EX GPIO and MFC (multi
39562     function control) registers. This is done for the AMCC Kilauea and
39563     Makalu eval boards.
39564
39565     Signed-off-by: Stefan Roese <sr@denx.de>
39566
39567 commit 9692c2734a47f23b44a0f68042a3e2ca8d1bfb39
39568 Author: Stefan Roese <sr@denx.de>
39569 Date:   Sat Dec 8 08:25:09 2007 +0100
39570
39571     CFI: Coding style cleanup
39572
39573     Signed-off-by: Stefan Roese <sr@denx.de>
39574
39575 commit 81b20ccc2d795ae9a1199db5a50ad9c28d1e4d22
39576 Author: Michael Schwingen <michael@schwingen.org>
39577 Date:   Fri Dec 7 23:35:02 2007 +0100
39578
39579     CFI: support JEDEC flash roms in CFI-flash framework
39580
39581     The following patch adds support for non-CFI flash ROMS, by hooking into the
39582     CFI flash code and using most of its code, as recently discussed here in the
39583     thread "Mixing CFI and non-CFI flashs".
39584
39585     Signed-off-by: Michael Schwingen <michael@schwingen.org>
39586     Signed-off-by: Stefan Roese <sr@denx.de>
39587
39588 commit c01b17dd856fa120b2970f50d9598546a4927ec3
39589 Author: Gerald Van Baren <vanbaren@cideas.com>
39590 Date:   Wed Nov 28 21:24:50 2007 -0500
39591
39592     Conditionally compile fdt_fixup_ethernet()
39593
39594     Fix compiler warnings: On boards that don't have ethernets defined,
39595     don't compile fdt_fixup_ethernet().
39596
39597 commit 246d4ae6bc282bc1841224e1c5fc49dc925e0bf7
39598 Author: Kumar Gala <galak@kernel.crashing.org>
39599 Date:   Tue Nov 27 21:59:46 2007 -0600
39600
39601     Convert boards that set memory node to use fdt_fixup_memory()
39602
39603     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
39604
39605 commit 151c8b09b35eebe8fd9139cb6c1d91c27b22f058
39606 Author: Kumar Gala <galak@kernel.crashing.org>
39607 Date:   Mon Nov 26 17:06:15 2007 -0600
39608
39609     Added fdt_fixup_stdout that uses aliases to set linux,stdout-path
39610
39611     We use a combination of the serialN alias and CONFIG_CONS_INDEX to
39612     determine which serial alias we should set linux,stdout-path to.
39613
39614     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
39615
39616 commit 3c9272813fad84c691d0e4989bb18a3ffebdebfc
39617 Author: Kumar Gala <galak@kernel.crashing.org>
39618 Date:   Mon Nov 26 14:57:45 2007 -0600
39619
39620     Add common memory fixup function
39621
39622     Add the function fdt_fixup_memory() to fixup the /memory node of the fdt
39623
39624     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
39625
39626 commit 9c9109e7fcf7ac2ca19c95b8ac54b8d1c773b157
39627 Author: Kumar Gala <galak@kernel.crashing.org>
39628 Date:   Mon Nov 26 11:19:12 2007 -0600
39629
39630     Conditionally compile fdt_support.c
39631
39632     Modify common/Makefile to conditionally compile fdt_support.c based
39633     on CONFIG_OF_LIBFDT.
39634
39635     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
39636
39637 commit d88e7ba0980773479e1a64badb293116071b7ef0
39638 Author: Kumar Gala <galak@kernel.crashing.org>
39639 Date:   Mon Nov 26 10:41:40 2007 -0600
39640
39641     Fix build breakage due to libfdt import
39642
39643     The IDS8247 got lost in the update and need an API update
39644     do to rename of functions in libfdt.
39645
39646     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
39647
39648 commit 28f384b171bbf1fb2dafb1046e6d259a6b2f8714
39649 Author: Gerald Van Baren <vanbaren@cideas.com>
39650 Date:   Fri Nov 23 19:43:20 2007 -0500
39651
39652     Add spaces around the = in the fdt print format.
39653
39654     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
39655
39656 commit 29592ecba3b932b9b152bcec6c0c0806412db4a3
39657 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
39658 Date:   Fri Dec 7 01:25:38 2007 +0900
39659
39660     sh: Moved driver of the SuperH dependence
39661
39662     The composition of the directory in the drivers/ changed.
39663     I moved SuperH serial driver and marubun PCMCIA driver.
39664
39665     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
39666
39667 commit 41be969f4957115ed7b1fe8b890bfaee99d7a7a2
39668 Author: Wolfgang Denk <wd@denx.de>
39669 Date:   Thu Dec 6 10:21:19 2007 +0100
39670
39671     Release v1.3.1
39672
39673     Signed-off-by: Wolfgang Denk <wd@denx.de>
39674
39675 commit cf5933ba1e97a1cd8f5f24070e820f21d976eaeb
39676 Author: Wolfgang Denk <wd@denx.de>
39677 Date:   Thu Dec 6 10:21:03 2007 +0100
39678
39679     ADS5121 Board: fix compile problem.
39680
39681     Signed-off-by: Wolfgang Denk <wd@denx.de>
39682
39683 commit a27044b14a9e93678a82d7b35f202b93e7687abc
39684 Author: Stefan Roese <sr@denx.de>
39685 Date:   Thu Dec 6 05:58:43 2007 +0100
39686
39687     ppc4xx: Enable hardware-fix for PCI/DMA errata on AMCC 440SP/SPe boards
39688
39689     This patch enables the hardware-fix for the PCI/DMA errata's 19+22 by
39690     setting the FIXD bit in the SDR0_MFR register. Here a description of the
39691     symptoms:
39692
39693     Problem Description
39694     ------------------------------
39695     If a DMA is performed between memory and PCI with the DMA 1 Controller
39696     using prefetch, and as a result uses a special purpose buffer selected by
39697     the PCIXn Bridge Options 1 Register (PCIXn_BRDGOPT1[RBP7] - bits 31-29),
39698     the first part of the transfer sequence is performed twice. The
39699     PPC440SPe PCI Controller requests more data than was needed such that in
39700     the case of enforce memory protection, a host CPU  exception can occur.
39701     No data is corrupted, because data transfer is stopped in the PCI
39702     Controller. Prefetch enable is specified by setting DMA Configuration
39703     Register (I2O0_DMAx_CFG[DXEPD] - bit 31) to 0.
39704
39705     Behavior that may be observed in a running system
39706     ---------------------------------------------------------------------------
39707
39708     1. DMA performance is decreased because of the double access on the PCI bus
39709     interface.
39710     2. If an illegal access to some address on the PCI bus is detected at the
39711     system level, a machine check or similar system error may occur.
39712
39713     Workarounds Available
39714     ----------------------------------
39715
39716     1. Do not program prefetch. Note that a prefetch command cannot be programmed
39717     without selecting a special purpose buffer.
39718     2. To avoid crossing a physical boundary of the PCI slave device, add 512
39719     bytes of address to the PCI address range.
39720
39721     This patch was originally provided by Pravin M. Bathija <pbathija@amcc.com>
39722     from AMCC and slighly changed.
39723
39724     Signed-off-by: Pravin M. Bathija <pbathija@amcc.com>
39725     Signed-off-by: Stefan Roese <sr@denx.de>
39726
39727 commit a90921f71d225bf9e0f0fc7b8beadeb8001bf78a
39728 Author: Stefan Roese <sr@denx.de>
39729 Date:   Tue Dec 4 16:29:48 2007 +0100
39730
39731     ppc4xx: Yosemite/Yellowstone: Add DTT AD7414 support
39732
39733     Signed-off-by: Stefan Roese <sr@denx.de>
39734
39735 commit 8d4f040a3c15036a6ea25a9c39e7d89fefa8440d
39736 Author: Wolfgang Denk <wd@denx.de>
39737 Date:   Mon Dec 3 00:15:28 2007 +0100
39738
39739     Prepare for 1.3.1-rc1
39740
39741     Signed-off-by: Wolfgang Denk <wd@denx.de>
39742
39743 commit e15e33433e7c05111968dc9b434a52fd42cbd221
39744 Author: Stefan Roese <sr@denx.de>
39745 Date:   Fri Nov 30 07:15:41 2007 +0100
39746
39747     ppc4xx: Kilauea: Add PCIe reset assertion upon power-up
39748
39749     This manual PCIe reset triggering solves the problem seen with the
39750     Intel EPRO/1000 card, which was not detected (link not established)
39751     upon power-up reset.
39752
39753     Signed-off-by: Stefan Roese <sr@denx.de>
39754
39755 commit 260eea5676ca46903a335686cc020b29c4ca46fe
39756 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
39757 Date:   Thu Nov 29 01:21:54 2007 +0900
39758
39759     sh: Add SuperH boards maintainer to MAINTAINERS file
39760
39761     Add MS7750SE and MS7722SE's board maintainer to MAINTAINERS file.
39762
39763     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
39764
39765 commit aa9c4f1d22701a92347c1c81f34d12c8ad3a3747
39766 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
39767 Date:   Thu Nov 29 00:13:04 2007 +0900
39768
39769     sh: Add ms7750se support in MAKEALL
39770
39771     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
39772
39773 commit c7144373427a178332bf9754131c8c34c52c200a
39774 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39775 Date:   Tue Nov 27 09:44:53 2007 +0100
39776
39777     sh: Add sh3 and sh4 support in MAKEALL
39778
39779     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39780     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
39781
39782 commit 130080874a3d28450098481a262c5f7c855e908d
39783 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
39784 Date:   Sun Nov 25 02:51:17 2007 +0900
39785
39786     sh: Add document for SuperH.
39787
39788     This document is a summary of information concerning SuperH of U-Boot.
39789
39790     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
39791
39792 commit 33ecdc2f9d64926e1a6067b28f3a0aefc3b6d23d
39793 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
39794 Date:   Sun Nov 25 02:39:31 2007 +0900
39795
39796     sh: Add marubun's pcmcia driver
39797
39798     Marubun pcmcia is a chip for PCMCIA used with SuperH.
39799     Of course, this can be used even by other architectures.
39800     When use this driver, came to be able to use CompactFlash
39801     and Ethernet.
39802
39803     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
39804
39805 commit febd86b969b975289ed948f1ac0eb9722da41ced
39806 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
39807 Date:   Sun Nov 25 02:32:13 2007 +0900
39808
39809     sh: Update SuperH SCIF driver
39810
39811     - Changed volatile unsigned to vu_.
39812     - Changed Makefile for kconfig.
39813
39814     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
39815
39816 commit 8be760903645af09871be50ad0a6f9ebb62b311d
39817 Author: Stefan Roese <sr@denx.de>
39818 Date:   Tue Nov 27 11:57:35 2007 +0100
39819
39820     ppc4xx: Kilauea & Makalu: Fix ext IRQ pin multiplexing
39821
39822     After an error in the AMCC 405EX users manual now correctly configure
39823     IRQ2 (Kilauea)/IRQ0 (Makalu) as alternate 2 signal for external IRQ
39824     usage.
39825
39826     Signed-off-by: Stefan Roese <sr@denx.de>
39827
39828 commit a5f601fd1b1278deae5aa9fc27a232b0d1c1c788
39829 Author: Wolfgang Denk <wd@denx.de>
39830 Date:   Mon Nov 26 19:18:21 2007 +0100
39831
39832     Cleanup coding style; update CHANGELOG
39833
39834     Signed-off-by: Wolfgang Denk <wd@denx.de>
39835
39836 commit 3deca9d44767efd1b83f4b701f0dbf21a7595f7b
39837 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39838 Date:   Sun Nov 25 22:39:25 2007 +0100
39839
39840     MAKEALL: add missing 512x boards in ppc
39841
39842     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39843
39844 commit a340c325e668ca7386c2276387681720be9c3757
39845 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39846 Date:   Sun Nov 25 18:45:47 2007 +0100
39847
39848     Makefile : fix tags ctags etags with new drivers organization
39849
39850     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39851
39852 commit 63362cfc6baa97ae0e37ba2c6ece530fcac9f79e
39853 Author: Stefan Roese <sr@denx.de>
39854 Date:   Mon Nov 26 15:06:14 2007 +0100
39855
39856     ppc4xx: Makalu: Change EBC setup for CS0 to enable 400MHz usage
39857
39858     As suggested by Senao, use a different EBC_PB0AP setup for 400MHz
39859     operation.
39860
39861     Signed-off-by: Stefan Roese <sr@denx.de>
39862
39863 commit ca1ce226287270bb01e25b8e3674c701f12edf19
39864 Author: Stefan Roese <sr@denx.de>
39865 Date:   Mon Nov 26 15:01:45 2007 +0100
39866
39867     ppc4xx: Kilauea: Configure pin mux to use ext IRQ2 as interrupt
39868
39869     Signed-off-by: Stefan Roese <sr@denx.de>
39870
39871 commit 87ddedd6ad804427ce125ceaa076d7a4f74e9d5d
39872 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39873 Date:   Sun Nov 25 18:45:47 2007 +0100
39874
39875     Makefile : fix tags ctags etags with new drivers organization
39876
39877     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39878
39879 commit 59829cc189378c142c13d2aa8d9a897d8bef3961
39880 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39881 Date:   Sat Nov 24 21:26:56 2007 +0100
39882
39883     drivers/mtd : move mtd drivers to drivers/mtd
39884
39885     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39886
39887 commit 318c0b90431f2648552e5ade78833f42652ce859
39888 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39889 Date:   Sat Nov 24 21:17:55 2007 +0100
39890
39891     drivers/misc : move misc drivers to drivers/misc
39892
39893     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39894
39895 commit 33daf5b7858807cb4ce4158c2c56524671c14c08
39896 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39897 Date:   Sat Nov 24 21:13:59 2007 +0100
39898
39899     drivers/block : move block drivers to drivers/block
39900
39901     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39902
39903 commit 0c698dcaa70275eb8814f665b545547cee013892
39904 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39905 Date:   Sat Nov 24 20:59:50 2007 +0100
39906
39907     drivers/rtc : move rtc drivers to drivers/rtc
39908
39909     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39910
39911 commit f868cc5a50757d94f36c312395481cb0f187d9e6
39912 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39913 Date:   Sat Nov 24 20:14:44 2007 +0100
39914
39915     drivers/hwmon : move hardware monitor drviers to drivers/hwmon
39916
39917     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39918
39919 commit 16b195c82a18cbfd164800f17a1ef9db2e48331a
39920 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39921 Date:   Sat Nov 24 19:46:45 2007 +0100
39922
39923     drivers/input : move input drivers to drivers/input
39924
39925     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39926
39927 commit e4558666293364fc3af1c1d9381ca933fa0f1275
39928 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39929 Date:   Sat Nov 24 19:40:11 2007 +0100
39930
39931     drivers/usb : move usb drivers to drivers/usb
39932
39933     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39934
39935 commit 1378df792a7ff3abd1bf54a63f5475784f5b083c
39936 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39937 Date:   Sat Nov 24 19:33:38 2007 +0100
39938
39939     drivers/serial : move serial drivers to drivers/serial
39940
39941     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39942
39943 commit 2439e4bfa111babf4bc07ba20efbf3e36036813e
39944 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39945 Date:   Wed Nov 21 21:19:24 2007 +0100
39946
39947     drivers/net : move net drivers to drivers/net
39948
39949     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39950
39951 commit 352d259130b349fe9593b8dada641bd78a9659e5
39952 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39953 Date:   Tue Nov 20 20:41:48 2007 +0100
39954
39955     drivers/video : move video drivers to drivers/video
39956
39957     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39958
39959 commit 73646217186aa17afc8e305c5f06f06dd335eaad
39960 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39961 Date:   Tue Nov 20 20:33:09 2007 +0100
39962
39963     drivers/pcmcia : move pcmcia drivers to drivers/pcmcia
39964
39965     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39966
39967 commit 93a686ee9c5ddc6fa368c32cfbfde6f6724599fc
39968 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39969 Date:   Tue Nov 20 20:28:09 2007 +0100
39970
39971     drivers/pci : move pci drivers to drivers/pci
39972
39973     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39974
39975 commit 9162352817579840d7802da6d85872b3ca003c97
39976 Author: Gerald Van Baren <vanbaren@cideas.com>
39977 Date:   Thu Nov 22 17:23:23 2007 -0500
39978
39979     Fix fdt printing for updated libfdt
39980
39981     Also improve printing (adopt dtc v1 "c style" hex format), whitespace cleanup.
39982
39983     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
39984
39985 commit 9eb77cea1fa12d5969eb26a1d1d81da381bd6b1c
39986 Author: Kumar Gala <galak@kernel.crashing.org>
39987 Date:   Wed Nov 21 13:30:15 2007 -0600
39988
39989     Add additional fdt fixup helper functions
39990
39991     Added the following fdt fixup helpers:
39992      * do_fixup_by_prop{_u32} - Find matching nodes by property name/value
39993      * do_fixup_by_compat{_u32} - Find matching nodes by compat
39994
39995     The _u32 variants work the same only the property they are setting
39996     is know to be a 32-bit integer instead of a byte buffer.
39997
39998     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
39999
40000 commit ab544633abdd14f4dd5d92e500b73eb59ef57e67
40001 Author: Kumar Gala <galak@kernel.crashing.org>
40002 Date:   Wed Nov 21 11:11:03 2007 -0600
40003
40004     Add fdt_fixup_ethernet helper to set mac addresses
40005
40006     Added a fixup helper that uses aliases to set mac addresses
40007     in the device tree based on the bd_t
40008
40009     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
40010
40011 commit dbaf07ce620aab249e3502b20a986234a6af1d3a
40012 Author: Kumar Gala <galak@kernel.crashing.org>
40013 Date:   Wed Nov 21 14:07:46 2007 -0600
40014
40015     Fix warnings from import of libfdt
40016
40017     cmd_fdt.c: In function fdt_print:
40018     cmd_fdt.c:586: warning: assignment discards qualifiers from pointer target type
40019     cmd_fdt.c:613: warning: assignment discards qualifiers from pointer target type
40020     cmd_fdt.c:635: warning: assignment discards qualifiers from pointer target type
40021     cmd_fdt.c:636: warning: assignment discards qualifiers from pointer target type
40022
40023     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
40024
40025 commit 8d04f02f6224e6983f4812ea4da704950ec8539c
40026 Author: Kumar Gala <galak@kernel.crashing.org>
40027 Date:   Wed Oct 24 11:04:22 2007 -0500
40028
40029     Update libfdt from device tree compiler (dtc)
40030
40031     Update libfdt to commit 8eaf5e358366017aa2e846c5038d1aa19958314e from
40032     the device tree compiler (dtc) project.
40033
40034     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
40035
40036 commit e93becf80d732b64aef81b23e8b6ece02c40533d
40037 Author: Kumar Gala <galak@kernel.crashing.org>
40038 Date:   Sat Nov 3 19:46:28 2007 -0500
40039
40040     Move do_fixup* for libfdt into common code
40041
40042     Moved the generic fixup handling code out of cpu/mpc5xxx and cpu/mpc8260
40043     into common/fdt_support.c and renamed:
40044
40045     do_fixup()  -> do_fixup_by_path()
40046     do_fixup_u32()      -> do_fixup_by_path_u32()
40047
40048     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
40049
40050 commit f738b4a75998f42a7408defadc9baac7a31c92db
40051 Author: Kumar Gala <galak@kernel.crashing.org>
40052 Date:   Thu Oct 25 16:15:07 2007 -0500
40053
40054     Make no options to fdt print default to '/'
40055
40056     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
40057
40058 commit a3c2933e02503fe36ade2c1b65af46f2b7a168e7
40059 Author: Kumar Gala <galak@kernel.crashing.org>
40060 Date:   Wed Oct 24 10:21:57 2007 -0500
40061
40062     Removed some nonused fdt functions and moved fdt_find_and_setprop out of libfdt
40063
40064     Removed:
40065         fdt_node_is_compatible
40066         fdt_find_node_by_type
40067         fdt_find_compatible_node
40068
40069     To ease merge of newer libfdt as we aren't using them anywhere at this time.
40070
40071     Also moved fdt_find_and_setprop out of libfdt into fdt_support.c for the same
40072     reason.
40073
40074     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
40075
40076 commit 98e2867cc85409b919f862e6c16026461ec955df
40077 Author: Grant Likely <grant.likely@secretlab.ca>
40078 Date:   Wed Nov 21 09:19:37 2007 -0700
40079
40080     [BUILD] Remove libraries when updating autoconf.mk
40081
40082     Fix library problems caused by conditional compilation.  Using
40083     autoconf.mk to decide which files to compile has caused a problem when
40084     changing configuration from one board to another without clearing out
40085     the library (*.a) files.
40086
40087     It used to be that the linker was always passed the same list of .o
40088     files when building the .a files.  However, that is not longer true
40089     with conditional compilation.  Now, a different board config will have
40090     a different file list passed to the linker.  The problem occurs when
40091     a library has already been built and the board config is changed.
40092
40093     Since the linker will update instead of replace a preexisting library,
40094     then if the file list changes to remove some object files the old
40095     objects will still exist in the library.
40096
40097     The solution is to remove all old library files when autoconf.mk is
40098     made.
40099
40100     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
40101
40102 commit ed1353d74b9ce8a7fcd660570b848a184d614b5f
40103 Author: Kumar Gala <galak@kernel.crashing.org>
40104 Date:   Wed Nov 21 08:49:50 2007 -0600
40105
40106     [BUILD] conditionally compile libfdt/*.c in libfdt/Makefile
40107
40108     Modify libfdt/Makefile to conditionally compile the *.c files based
40109     on the board config.
40110
40111     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
40112
40113 commit 4a43719a7738712811d822ca8125427b27a55cdc
40114 Author: Grant Likely <grant.likely@secretlab.ca>
40115 Date:   Mon Sep 24 09:05:31 2007 -0600
40116
40117     [BUILD] conditionally compile common/cmd_*.c in common/Makefile
40118
40119     Modify common/Makefile to conditionally compile the cmd_*.c files based
40120     on the board config.
40121
40122     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
40123
40124 commit 2f155f6c0a1f5e9a306a3f1f4fbe067db7ced3b1
40125 Author: Grant Likely <grant.likely@secretlab.ca>
40126 Date:   Mon Sep 24 09:05:31 2007 -0600
40127
40128     [BUILD] Generate include/autoconf.mk from board config files
40129
40130     Use cpp and sed to postprocess config.h and import the defined values
40131     into include/autoconf.mk.  autoconf.mk is then included by config.mk to
40132     give 'make' access to the board configuration.
40133
40134     Doing this enables conditional compilation at the Makefile level instead
40135     of by wrapping every .c file with #ifdef/#endif wrappers.
40136
40137     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
40138
40139 commit 68b88999da87ab88e71e1306192905be3450198e
40140 Author: Jon Loeliger <jdl@freescale.com>
40141 Date:   Tue Nov 20 15:02:26 2007 -0600
40142
40143     8610HPCD: Enable the 8610 Display Interface Unit
40144
40145     Signed-off-by: Jon Loeliger <jdl@freescale.com>
40146
40147 commit 74f89faa9d1e77ed947e628d3effaa513fe05d05
40148 Author: Jon Loeliger <jdl@freescale.com>
40149 Date:   Tue Nov 20 15:00:53 2007 -0600
40150
40151     Move 8610 DIU interface structure definitions to header file.
40152
40153     These two structures are still needed during the
40154     initialization and setup of the DIU hardware.
40155     So move them to the fsl_diu_fb.h file for now.
40156     Official "blah".
40157
40158     Noticed-by: York Sun <yorksun@freescale.com>
40159     Signed-off-by: Jon Loeliger <jdl@freescale.com>
40160
40161 commit 080c646dbf474a109c3f85718fb01ce042a38c45
40162 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40163 Date:   Tue Nov 20 20:14:18 2007 +0100
40164
40165     drivers/i2c : move i2c drivers to drivers/i2c
40166
40167     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40168
40169 commit 9a337ddc154a10a26f117fd147b009abcdeba75a
40170 Author: Wolfgang Denk <wd@denx.de>
40171 Date:   Mon Nov 19 22:20:24 2007 +0100
40172
40173     Prepare for 1.3.0 release.
40174
40175     Signed-off-by: Wolfgang Denk <wd@denx.de>
40176
40177 commit f30ad49b16bf998b03c1a5228b6c86369d61c258
40178 Author: Haiying Wang <Haiying.Wang@freescale.com>
40179 Date:   Mon Nov 19 10:02:13 2007 -0500
40180
40181     Move CONFIG_QE out of CONFIG_PCI wrap for MPC8568MDS
40182
40183     CONFIG_QE shouldn't be in the wrap of CONFIG_PCI, fix it.
40184
40185     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
40186
40187 commit f8c320609366176b31104d9bf5e295232e1c7f1d
40188 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
40189 Date:   Mon Nov 19 11:14:16 2007 +0900
40190
40191     [MIPS] board/gth2/lowlevel_init.S: Fix a build warning
40192
40193     lowlevel_init.S: Assembler messages:
40194     lowlevel_init.S:413: Warning: Pretending global symbol used as branch target is local.
40195
40196     Looking at codes, the `memtest' and `clearmem' are intentional mixed
40197     use of `global symbols' and `label' for debugging purpose. To make it
40198     build, just disable global-symbols-use for now. As a result `memtest'
40199     still remains as unused, but leave it be...
40200
40201     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
40202
40203 commit e8da58f2bc092891e8cc92b927ed5c4bd0cb0cab
40204 Author: Wolfgang Denk <wd@denx.de>
40205 Date:   Mon Nov 19 12:59:14 2007 +0100
40206
40207     Fix build problems with mp2usb board
40208
40209     Signed-off-by: Wolfgang Denk <wd@denx.de>
40210
40211 commit 6bf4c686afca1e86e1c384d59218f914605713bf
40212 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40213 Date:   Sun Nov 18 18:36:11 2007 +0100
40214
40215     s3c24x0: Fix usb_ohci.c missing in Makefile
40216     and usb_ohci.c warning differ in signedness
40217
40218     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40219
40220 commit 6073f61e078da5ddb521b56256bcc36508589883
40221 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40222 Date:   Sun Nov 18 12:55:02 2007 +0100
40223
40224     pb1x00 board: Fix u16 status declaration when PCMCIA is defined
40225
40226     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40227
40228 commit 8412d814ce8bf5570a2b747f1e7fd321097fe987
40229 Author: Wolfgang Denk <wd@denx.de>
40230 Date:   Sun Nov 18 17:11:09 2007 +0100
40231
40232     Fix compiler warnings for ARM systems.
40233
40234     Signed-off-by: Wolfgang Denk <wd@denx.de>
40235
40236 commit 409ecdc0bb47dd28b0af6c25ffd658d22cc36b37
40237 Author: Wolfgang Denk <wd@denx.de>
40238 Date:   Sun Nov 18 16:36:27 2007 +0100
40239
40240     Fix compiler warnings for PPC systems. Update CHANGELOG.
40241
40242     Signed-off-by: Wolfgang Denk <wd@denx.de>
40243
40244 commit 653811a3c2b35856bf12e196dcc8c4694e28e420
40245 Author: Stefan Roese <sr@denx.de>
40246 Date:   Sun Nov 18 14:44:44 2007 +0100
40247
40248     ppc4xx: Correct 405EX PCIe UTL register mapping
40249
40250     Map 4k mem space for UTL registers for each port.
40251
40252     Signed-off-by: Stefan Roese <sr@denx.de>
40253
40254 commit 079c2c4fa71c0d1ebef394508df9088df8a308d3
40255 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40256 Date:   Sat Nov 17 11:31:10 2007 +0100
40257
40258     Fix warning differ in signedness in net/net.c and net/nfs.c
40259
40260 commit 7e14fc65368cbd2861b1207453da55a4fc7b3f81
40261 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
40262 Date:   Sat Nov 17 20:42:45 2007 +0900
40263
40264     gth2.c: Fix a warning on gth2 build.
40265
40266     gth2.c: In function 'misc_init_r':
40267     gth2.c:434: warning: pointer targets in passing argument 2 of 'setenv' differ in signedness
40268
40269     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
40270
40271 commit 2309c130aa4c84b91bd874a41269c923eb61b555
40272 Author: Stefan Roese <sr@denx.de>
40273 Date:   Sat Nov 17 07:58:25 2007 +0100
40274
40275     Fix warning differ in signedness in common/cmd_scsi.c
40276
40277     Signed-off-by: Stefan Roese <sr@denx.de>
40278
40279 commit 9ea61b57968554eaf0f474ec7e088b17d367f474
40280 Author: Stefan Roese <sr@denx.de>
40281 Date:   Sat Nov 17 14:52:29 2007 +0100
40282
40283     ppc4xx: Update AMCC Kilauea config file
40284
40285     - Use generic GPIO configuration framework (CFG_4xx_GPIO_TABLE)
40286
40287     Signed-off-by: Stefan Roese <sr@denx.de>
40288
40289 commit 7e1d884b7cb602007329c517ec1c453e3a6a5d9c
40290 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
40291 Date:   Sat Nov 17 20:05:26 2007 +0900
40292
40293     [MIPS] cpu/mips/config.mk: Fix GNU assembler minor version picker
40294
40295     Current trick to pick up GNU assembler minor version does not work with the
40296     latest binutils (2007-03-01 or later) due to ${PKGVERSION} now default to
40297     "(GNU Binutils) ".
40298
40299       $ sde-as --version |grep "GNU assembler"
40300       GNU assembler 2.15.94 mipssde-6.02.02-20050602
40301       $ sde-as --version |grep "GNU assembler" |awk '{print $3}'
40302       2.15.94
40303       $ sde-as --version |grep "GNU assembler" |awk '{print $3}' |awk -F. '{print $2}'
40304       15
40305       $
40306
40307       $ mips-linux-as --version |grep "GNU assembler"
40308       GNU assembler (GNU Binutils) 2.18
40309       $ mips-linux-as --version |grep "GNU assembler" |awk '{print $3}'
40310       (GNU
40311       $ mips-linux-as --version |grep "GNU assembler" |awk '{print $3}' |awk -F. '{print $2}'
40312       (no output)
40313       $
40314
40315     As a result of above, you'll see many noises with such binutils:
40316
40317       make -C cpu/mips/
40318       /bin/sh: line 0: [: : integer expression expected
40319       /bin/sh: line 0: [: : integer expression expected
40320       make[1]: Entering directory `/home/skuribay/devel/u-boot.git/cpu/mips'
40321       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
40322       /bin/sh: line 0: [: : integer expression expected
40323       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
40324       /bin/sh: line 0: [: : integer expression expected
40325       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
40326       /bin/sh: line 0: [: : integer expression expected
40327
40328     This patch simplifies the trick and makes it work with both versions of gas.
40329     I also replace an expensive `awk (or gawk)' with `cut'.
40330
40331     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
40332
40333 commit 16664f72850846e645616da1c0fa5afcd6d15f15
40334 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
40335 Date:   Sat Nov 17 20:05:26 2007 +0900
40336
40337     [MIPS] Remove useless instructions for initializing $gp.
40338
40339     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
40340
40341 commit 03c031d5660ea946c39af6e2e16267da857c609f
40342 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
40343 Date:   Sat Oct 27 15:27:06 2007 +0900
40344
40345     [MIPS] MIPS 4K core: Coding style cleanups
40346
40347     No logical changes.
40348
40349     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
40350
40351 commit f5e429d3860bba4c6ae8bead8f78349fa24491b2
40352 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
40353 Date:   Sat Nov 17 20:05:20 2007 +0900
40354
40355     [MIPS] gth2.c: Fix a warning on gth2 build.
40356
40357     gth2.c: In function 'misc_init_r':
40358     gth2.c:434: warning: pointer targets in passing argument 2 of 'setenv' differ in signedness
40359
40360     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
40361
40362 commit 4fbd0741b2b6441da10be93e10267122581b7079
40363 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
40364 Date:   Sat Oct 27 15:22:33 2007 +0900
40365
40366     [MIPS] au1x00_eth.c: Fixed a warning on pb1000 build.
40367
40368     au1x00_eth.c: In function 'au1x00_miiphy_write':
40369     au1x00_eth.c:139: warning: 'return' with no value, in function returning non-void
40370
40371     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
40372
40373 commit f01320459736f156707425cf8112f98606301aa4
40374 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
40375 Date:   Sat Oct 27 15:00:25 2007 +0900
40376
40377     [MIPS] au1x00_eth.c: Fix au1x00_miiphy_{read,write} build error
40378
40379     au1x00_eth.c: In function 'au1x00_enet_initialize':
40380     au1x00_eth.c:246: error: 'au1x00_miiphy_read' undeclared (first use in this function)
40381     au1x00_eth.c:246: error: (Each undeclared identifier is reported only once
40382     au1x00_eth.c:246: error: for each function it appears in.)
40383     au1x00_eth.c:246: error: 'au1x00_miiphy_write' undeclared (first use in this function)
40384     au1x00_eth.c: In function 'au1x00_miiphy_write':
40385     au1x00_eth.c:298: warning: 'return' with no value, in function returning non-void
40386     make[1]: *** [au1x00_eth.o] Error 1
40387
40388     Fixed by moving these two functions forward.
40389
40390     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
40391
40392 commit b09258c5393edd1087c5f39ae68338f16b49f8b3
40393 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
40394 Date:   Sat Oct 27 15:00:25 2007 +0900
40395
40396     MAKEALL: Added missing pb1000 board
40397
40398     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
40399
40400 commit 2e4a6e3667a1e39c0e6e99498686b15d2718b369
40401 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
40402 Date:   Sat Oct 27 15:00:24 2007 +0900
40403
40404     [MIPS] pb1000: Replace obsolete memsetup.S with lowlevel_init.S
40405
40406     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
40407
40408 commit 662e5cb397249c3ea88a4c3255e9ccfc40b98d82
40409 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
40410 Date:   Sat Oct 27 15:00:24 2007 +0900
40411
40412     [MIPS] u-boot.lds: Cleanup __u_boot_cmd_{start,end}
40413
40414     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
40415
40416 commit 5947f6999aafa7c54c1390983d264a8463dfea8e
40417 Author: Wolfgang Denk <wd@denx.de>
40418 Date:   Sat Nov 17 02:34:38 2007 +0100
40419
40420     Update CHANGELOIG, prepare for -rc4
40421
40422     Signed-off-by: Wolfgang Denk <wd@denx.de>
40423
40424 commit fd329e6f05bbdfe6bd71b0e09f0c76d3b0a025a5
40425 Author: Luotao Fu <l.fu@pengutronix.de>
40426 Date:   Wed Nov 14 18:58:33 2007 +0100
40427
40428     Fix the i2c frequency and default address in rsdproto board
40429
40430     rsdproto board support has wrong I2C frequency and wrong return value
40431     handling.
40432
40433     Signed-off-by: Luotao Fu <l.fu@pengutronix.de>
40434
40435 commit 429c180edad038f91c989cb14b478228092e7054
40436 Author: Wolfgang Denk <wd@denx.de>
40437 Date:   Sat Nov 17 01:45:38 2007 +0100
40438
40439     powerpc: Backout relocation changes for MPC5121, too.
40440
40441     Apply Grant Likely's backout to MPC5121 code, too.
40442
40443     Pointed out by Rafal Jaworowski <raj@semihalf.com>
40444
40445     Signed-off-by: Wolfgang Denk <wd@denx.de>
40446
40447 commit 1c3dd43338a077165e7e0309cb3994e65d2bdbf8
40448 Author: Grant Likely <grant.likely@secretlab.ca>
40449 Date:   Tue Nov 13 22:18:33 2007 -0700
40450
40451     powerpc: Backout relocation changes.
40452
40453     Ugh.  I *hate* to back this change out, but these compiler flags don't
40454     work for relocation on all versions of GCC.  I've not been able to
40455     reproduce the environment in my setup (and hence, not been able to
40456     find a combination that *does* work), so I've got no choice but to go
40457     back to the old gcc flags and linker script.
40458
40459     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
40460
40461 commit 5c15010efad980ad5498cc565fc1ed70df2f52b4
40462 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40463 Date:   Tue Nov 13 09:11:05 2007 +0100
40464
40465     Fixed mips_io_port_base build errors.
40466
40467     This patch has been sent on:
40468     - 29 Sep 2007
40469
40470     Although mips_io_port_base is currently a part of IDE command, it is quite
40471     fundamental for MIPS I/O port access such as in[bwl] and out[bwl]. So move
40472     it to MIPS general part, and introduce `set_io_port_base()' from Linux.
40473
40474     This patch is triggered by multiple definition of `mips_io_port_base' build
40475     error on gth2 (and tb0229 also needs this fix.)
40476
40477     board/gth2/libgth2.a(gth2.o): In function `log_serial_char':
40478     /home/skuribay/devel/u-boot.git/board/gth2/gth2.c:47: multiple definition of `mips_io_port_base'
40479     common/libcommon.a(cmd_ide.o):/home/skuribay/devel/u-boot.git/common/cmd_ide.c:712: first defined here
40480     make: *** [u-boot] Error 1
40481
40482     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
40483     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40484
40485 commit 6ecbb7a3fa9b0940ed33e490d195d4b6830b2422
40486 Author: Wolfgang Denk <wd@denx.de>
40487 Date:   Sat Nov 17 01:30:40 2007 +0100
40488
40489     Fix a bug in the slave serial programming mode for the Xilinx
40490     Spartan2/3 FPGAs. The old code used "< 0" on a "char" type to test if
40491     the most significant bit was set, which did not work on any
40492     architecture where "char" defaulted to be an unsigned type.
40493
40494     Based on a patch by Angelos Manousaridis <amanous@inaccessnetworks.com>
40495
40496     Signed-off-by: Wolfgang Denk <wd@denx.de>
40497
40498 commit d08b7233bc252faad8339e7ca0ddfd62fa79903c
40499 Author: Jon Loeliger <jdl@freescale.com>
40500 Date:   Thu Nov 1 12:23:29 2007 -0500
40501
40502     86xx: Fix broken variable reference when #def DEBUGing.
40503
40504     Sometimes you can't reference the DDR2 controller variables.
40505
40506     Signed-off-by: Jon Loeliger <jdl@freescale.com>
40507
40508 commit f9d9164d9c6b5a7f0393fd8d7e246b8a0326bc19
40509 Author: Jason Jin <Jason.jin@freescale.com>
40510 Date:   Fri Oct 26 18:32:00 2007 +0800
40511
40512     make 8610 board use pixis reset
40513
40514     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
40515
40516 commit db74b3c1c9481a6bffbf8cd445e5bcbf6908e836
40517 Author: Jason Jin <Jason.jin@freescale.com>
40518 Date:   Mon Oct 29 19:26:21 2007 +0800
40519
40520     Unify pixis_reset altbank across board families
40521
40522     Basically, refactor the CFG_PIXIS_VBOOT_MASK values
40523     into the separate board config files.
40524
40525     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
40526     Signed-off-by: Jon Loeliger <jdl@freescale.com>
40527
40528 commit 64bf555465c7926be13e1046ac0d0f05ac72829c
40529 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40530 Date:   Wed Nov 7 08:19:21 2007 +0100
40531
40532     Fix warning: pointer targets in assignment differ in signedness
40533
40534     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40535
40536 commit 7a60ee7c6248a958c5757d3660a1702723a2786d
40537 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40538 Date:   Wed Nov 7 08:19:19 2007 +0100
40539
40540     Fix warning differ in signedness in common/cmd_ide.c
40541
40542     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40543
40544 commit f31d38b9eea9b32f6a1ac848a298cc71ca4c9a03
40545 Author: Stefan Roese <sr@denx.de>
40546 Date:   Fri Nov 16 14:16:54 2007 +0100
40547
40548     ppc4xx: Enable 405EX PCIe UTL register configuration
40549
40550     Till now the UTL registers on 405EX were not initialized but left with
40551     their default values. This patch new initializes some of the UTL
40552     registers on 405EX.
40553
40554     Signed-off-by: Stefan Roese <sr@denx.de>
40555
40556 commit ecdcbd4f8c1f8cefd785752f4e7536aae2a4ecf9
40557 Author: Stefan Roese <sr@denx.de>
40558 Date:   Fri Nov 16 14:00:59 2007 +0100
40559
40560     ppc4xx: Update AMCC Makalu for board rev 1.1
40561
40562     This patch adds changes needed for Makalu rev 1.1:
40563
40564     - Enable 2nd DDR2 bank resulting in 256MByte of SDRAM
40565     - Enable 2nd ethernet port EMAC1
40566     - Use generic GPIO configuration framework (CFG_4xx_GPIO_TABLE)
40567     - Reset PCIe ports via GPIO upon bootup
40568
40569     Signed-off-by: Stefan Roese <sr@denx.de>
40570
40571 commit 4d4faae65e115e327425cd514c1a35146a85166b
40572 Author: Grant Likely <grant.likely@secretlab.ca>
40573 Date:   Mon Sep 24 09:05:31 2007 -0600
40574
40575     Group PCI and PCMCIA drivers in drivers/Makefile
40576
40577     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
40578
40579 commit 5798f87dc10a496d79d3177b9f5a76488987fd35
40580 Author: Grant Likely <grant.likely@secretlab.ca>
40581 Date:   Mon Sep 24 09:05:31 2007 -0600
40582
40583     Group block/flash drivers in drivers/Makefile
40584
40585     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
40586
40587 commit df58c81551700f058b44cacf55a7997fa63bfe0a
40588 Author: Grant Likely <grant.likely@secretlab.ca>
40589 Date:   Mon Sep 24 09:05:31 2007 -0600
40590
40591     Group USB drivers in drivers/Makefile
40592
40593     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
40594
40595 commit 5dbb6ed622e539b0c8493ef7e578d3a533181d29
40596 Author: Grant Likely <grant.likely@secretlab.ca>
40597 Date:   Mon Sep 24 09:05:30 2007 -0600
40598
40599     Group i2c drivers in drivers/Makefile
40600
40601     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
40602
40603 commit ec00c76de0e5971273905998d62d6bb119324218
40604 Author: Grant Likely <grant.likely@secretlab.ca>
40605 Date:   Mon Sep 24 09:05:30 2007 -0600
40606
40607     Group console drivers in drivers/Makefile
40608
40609     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
40610
40611 commit 754f230aa01b8c789fc31f8013c2487954073300
40612 Author: Grant Likely <grant.likely@secretlab.ca>
40613 Date:   Mon Sep 24 09:05:30 2007 -0600
40614
40615     Group network drivers in drivers/Makefile
40616
40617     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
40618
40619 commit f0037c56b0d12cd46215124667b9f83d60ef9391
40620 Author: Grant Likely <grant.likely@secretlab.ca>
40621 Date:   Mon Sep 24 09:05:30 2007 -0600
40622
40623     Build: split COBJS value into multiple lines
40624
40625     This change is in preparation for condtitionial compile support in the
40626     build system.  By spliting them all into seperate lines now, subsequent
40627     patches that change 'COBJS-y += ' into 'COBJS-$(CONFIG_<blah>) += ' will
40628     be less invasive and easier to review
40629
40630     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
40631
40632 commit 1b4aaffe4fb2a5e95d9111a5d94fd1f89215dce4
40633 Author: Grant Likely <grant.likely@secretlab.ca>
40634 Date:   Mon Sep 24 09:05:30 2007 -0600
40635
40636     Add .gitignore files
40637
40638     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
40639     Acked-by: Kim Phillips <kim.phillips@freescale.com>
40640
40641 commit 955413f35f054a82e40042f1dbcf501c6a05719b
40642 Author: Grant Likely <grant.likely@secretlab.ca>
40643 Date:   Thu Nov 15 08:27:52 2007 -0700
40644
40645     Revert "Correct relocation fixup for mpc5xx"
40646
40647     This reverts commit 3649cd99ba815b6601868735765602f00ef3692b.
40648     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
40649
40650 commit e15633888a058aacb31a62d2cf1278e1e4c236ab
40651 Author: Grant Likely <grant.likely@secretlab.ca>
40652 Date:   Thu Nov 15 08:24:32 2007 -0700
40653
40654     Revert "Correct fixup relocation for MPC5xxx"
40655
40656     This reverts commit 6f7576b20ecf0d040c3ac3b032b5cbc860e38a90.
40657     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
40658
40659 commit 139365fbe566d0fc619a1ed04452ec5388f0cef8
40660 Author: Grant Likely <grant.likely@secretlab.ca>
40661 Date:   Thu Nov 15 08:21:04 2007 -0700
40662
40663     Revert "Correct fixup relocation for mpc8220"
40664
40665     This reverts commit a85dd254c0577fca13627c46e93fc2ad4c4f1f00.
40666     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
40667
40668 commit 70922342369e5e39b286fe21e768a239ca07a514
40669 Author: Grant Likely <grant.likely@secretlab.ca>
40670 Date:   Thu Nov 15 08:20:57 2007 -0700
40671
40672     Revert "Correct fixup relocation for mpc824x"
40673
40674     This reverts commit f3a52fe05923935db86985daf9438e2f70ac39aa.
40675     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
40676
40677 commit 96279ab4cad60cb5972aa934fbe4845ac02cc75a
40678 Author: Grant Likely <grant.likely@secretlab.ca>
40679 Date:   Thu Nov 15 08:20:50 2007 -0700
40680
40681     Revert "Correct fixup relocation for mpc8260"
40682
40683     This reverts commit 5af61b2f4b838a05f79be274f3e5a66edd2d9c96.
40684     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
40685
40686 commit 928fe33b24cdf382a8dc8687fed24b1961cdb5d6
40687 Author: Grant Likely <grant.likely@secretlab.ca>
40688 Date:   Thu Nov 15 08:20:43 2007 -0700
40689
40690     Revert "Correct fixup relocation for mpc83xx"
40691
40692     This reverts commit 057004f4a4863554d56cc56268bfa7c7d9738e27.
40693     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
40694
40695 commit c93945e8f9e300860d2bf73a2549ce5794f8bd00
40696 Author: Grant Likely <grant.likely@secretlab.ca>
40697 Date:   Thu Nov 15 08:20:25 2007 -0700
40698
40699     Revert "[MPC512x] Correct fixup relocation"
40700
40701     This reverts commit 8d17979d0359492a822a0a409d26e3a3549b4cd4.
40702     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
40703
40704 commit c9672f81f1bdb4e8ddf62aa72ca0206e8b72aa1c
40705 Author: Stefan Roese <sr@denx.de>
40706 Date:   Thu Nov 15 14:25:09 2007 +0100
40707
40708     ppc4xx: Small AMCC Kilauea cleanup
40709
40710     Remove not needed pci_target_init() function.
40711
40712     Signed-off-by: Stefan Roese <sr@denx.de>
40713
40714 commit aee747f19b460a0e9da20ff21e90fdaac1cec359
40715 Author: Stefan Roese <sr@denx.de>
40716 Date:   Thu Nov 15 14:23:55 2007 +0100
40717
40718     ppc4xx: Enable 440 GPIO init table CFG_440_GPIO_TABLE for 405 platforms
40719
40720     - Rename CFG_440_GPIO_TABLE to CFG_4xx_GPIO_TABLE
40721     - Cleanup of the 4xx GPIO functions
40722     - Move some GPIO defines from the cpu headers ppc405.h/ppc440.h into gpio.h
40723
40724     Signed-off-by: Stefan Roese <sr@denx.de>
40725
40726 commit 8ada0ebf38e4073beea0309188b25d82a112a2ae
40727 Author: Stefan Roese <sr@denx.de>
40728 Date:   Thu Nov 15 14:20:08 2007 +0100
40729
40730     ppc4xx: AMCC Taihu board config file cleanup
40731
40732     This patch makes the AMCC Taihu a little more compatible to the other
40733     AMCC eval boards.
40734
40735     Signed-off-by: Stefan Roese <sr@denx.de>
40736
40737 commit 5e71c51d74c963d3174060c078dcacf13bdd02ef
40738 Author: Marian Balakowicz <m8@semihalf.com>
40739 Date:   Thu Nov 15 13:37:28 2007 +0100
40740
40741     [INKA4x0] NG hardware: flash support
40742
40743     Disabled and remove inka4x0 custom flash driver, use CFI flash
40744     driver instead.
40745
40746     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
40747
40748 commit 5fb6d7191e206cdde0e23140fd8111caed93a595
40749 Author: Marian Balakowicz <m8@semihalf.com>
40750 Date:   Thu Nov 15 13:29:55 2007 +0100
40751
40752     [INKA4x0] NG hardware: SDRAM support
40753
40754     Add support for three new DDR chips that may  be present on a NG
40755     INKA4x0 hardware: HYB25D512160BF-5, K4H511638C-7CB3, T46V32M16BN-6IT.
40756
40757     Cleanup board/inka4x0/mt48lc16m16a2-75.h file.
40758
40759     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
40760
40761 commit f23cb34c367bb27585a4fdb8a75277370e7d0596
40762 Author: Marian Balakowicz <m8@semihalf.com>
40763 Date:   Thu Nov 15 13:24:43 2007 +0100
40764
40765     [INKA4x0] NG hardware: platform code update
40766
40767     - Cleanup compile warnings.
40768     - Add missing '\0' in default environment.
40769     - Increase CFG_MONITOR_LEN to 256 KiB.
40770     - Add required CFG_USE_PPCENV.
40771
40772     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
40773
40774 commit 2ae64f5135e51bb18753884d1265b99e89b5aedd
40775 Author: Peter Pearse <peter.pearse@arm.com>
40776 Date:   Thu Nov 15 08:58:00 2007 +0000
40777
40778     Remove warnings re CONFIG_EXTRA_ENV_SETTINGS
40779     Remove warnings re onenand_read() & write()
40780
40781 commit 2db916e14410e3ec1738508c7bf4dfeb2b299ae7
40782 Author: Peter Pearse <peter.pearse@arm.com>
40783 Date:   Thu Nov 15 08:45:13 2007 +0000
40784
40785     Correction patch
40786
40787 commit 1d8a49eca1c7bdc8db1c47a92f9014a29ead03ae
40788 Author: Roy Zang <tie-fei.zang@freescale.com>
40789 Date:   Thu Sep 13 18:52:28 2007 +0800
40790
40791     Enable ULi1575 Ethernet support in 8610HPCD config
40792
40793     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
40794     Acked-by: Jon Loeliger <jdl@freescale.com>
40795
40796 commit 54fd6c93c28a0a45352fff5dd92673401ff563f2
40797 Author: Stefan Roese <sr@denx.de>
40798 Date:   Tue Nov 13 08:18:20 2007 +0100
40799
40800     ppc4xx: lwmon5: Change PHY reset sequence for PHY MDIO address latching
40801
40802     Signed-off-by: Stefan Roese <sr@denx.de>
40803
40804 commit 7d0a4066b5a6b698e5fc1b66cfe9705774bbce93
40805 Author: Stefan Roese <sr@denx.de>
40806 Date:   Tue Nov 13 08:06:11 2007 +0100
40807
40808     ppc4xx: Fix 405EX PCIe UTLSET register setup
40809
40810     Signed-off-by: Stefan Roese <sr@denx.de>
40811
40812 commit 1ce55151c85d068f70317a8d65c61058b891afb4
40813 Author: Heiko Schocher <hs@denx.de>
40814 Date:   Tue Nov 13 07:50:29 2007 +0100
40815
40816     [UC101] SRAM now with 2 MB working.
40817
40818     Signed-off-by: Heiko Schocher <hs@denx.de>
40819
40820 commit 2d14684341109a69616e4d6016cd61402d55086f
40821 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
40822 Date:   Fri Nov 9 15:37:53 2007 +0100
40823
40824     ppc4xx: Use generic usb-ohci driver for sequoia board
40825
40826     This patch makes the sequoia board use the generic usb-ohci driver
40827     instead of cpu/ppc4xx/usb_ohci.c.
40828
40829     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
40830     Signed-off-by: Stefan Roese <sr@denx.de>
40831
40832 commit 9be659ac0868dc367caa957c5c725e46b07f6a5f
40833 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
40834 Date:   Fri Nov 9 15:37:23 2007 +0100
40835
40836     ppc4xx: Make USB working with CONFIG_4xx_DCACHE defined
40837
40838     This patch disables the 44x d-cache on 'usb start' and
40839     reenables it on 'usb stop'. This should be seen as a
40840     temporary fix until the generic usb-ohci driver can
40841     life with d-cache enabled.
40842
40843     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
40844     Signed-off-by: Stefan Roese <sr@denx.de>
40845
40846 commit fbde2169d2c48fcc9ff03489534a78ffb0a8a0d4
40847 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
40848 Date:   Fri Nov 9 15:36:44 2007 +0100
40849
40850     ppc4xx: Remove redundant code from 4xx network driver
40851
40852     This patch removes some redundant code and decrements the end
40853     address of cache flush and invalidate by 1.
40854
40855     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
40856     Signed-off-by: Stefan Roese <sr@denx.de>
40857
40858 commit 5ca9881aad8c413ac2a82868a5e3719178254502
40859 Author: Peter Pearse <peter.pearse@arm.com>
40860 Date:   Fri Nov 9 15:24:26 2007 +0000
40861
40862     Add apollon board support
40863     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
40864
40865 commit b53313dbfc74525d85f1e7e0102f902d5c863beb
40866 Author: Stefan Roese <sr@denx.de>
40867 Date:   Fri Nov 9 12:19:58 2007 +0100
40868
40869     ppc4xx: Remove In:/Out:/Err: boot output for AMCC Kilauea
40870
40871     Signed-off-by: Stefan Roese <sr@denx.de>
40872
40873 commit c7f69c340277935a6c19a956421852da944a365f
40874 Author: Stefan Roese <sr@denx.de>
40875 Date:   Fri Nov 9 12:18:54 2007 +0100
40876
40877     ppc4xx: Make output a little shorter on I2C bootrom detection
40878
40879     Most 4xx PPC capable of using an I2C bootrom for bootstrap setting
40880     already print a line with the information which I2C bootrom is
40881     used for bootstrap configuration. So we don't need this extra line
40882     with "I2C boot EEPROM en-/dis-abled".
40883
40884     This patch also has a little code cleanup integrated.
40885
40886     Signed-off-by: Stefan Roese <sr@denx.de>
40887
40888 commit 8d737a28152ec12873f8544cca1fb39a49e5e693
40889 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40890 Date:   Thu Nov 8 12:50:18 2007 -0600
40891
40892     ColdFire: MCF5329 - Remove reset registers from CCM
40893
40894     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40895
40896 commit 7d7cdea769a60b0a6e4c18bef7f9d648fd14b8d7
40897 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40898 Date:   Thu Nov 8 12:31:11 2007 -0600
40899
40900     ColdFire: MCF5329 - Add Reset structure to immap_5329.h
40901
40902     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40903
40904 commit 09b26cf00d76d75fdf7fdc4b13e4dd929743bc21
40905 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40906 Date:   Thu Nov 8 12:19:01 2007 -0600
40907
40908     ColdFire: MCF5329 - revert include/asm-m68k/m5329.h file mode
40909
40910     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40911
40912 commit 225a24b5e062ad94627424508ae814f51dbe1a34
40913 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40914 Date:   Wed Nov 7 18:00:54 2007 -0600
40915
40916     ColdFire: MCF5445x - Update correct RAMBAR and missing linker files
40917
40918     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40919
40920 commit 248c7c14835f34d5d910b45e5600050e58ca6cab
40921 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40922 Date:   Wed Nov 7 17:56:15 2007 -0600
40923
40924     ColdFire: MCF532x - Update do_reset() using core reset
40925
40926     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40927
40928 commit d9240a5f827eb3b476a6ba2938d01f1a9e7688f4
40929 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40930 Date:   Wed Nov 7 17:51:00 2007 -0600
40931
40932     ColdFire: Update cpu flag for 4.2-xx compiler
40933
40934     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40935
40936 commit 070ba56115b4da63b46e974287fa4550d4023386
40937 Author: York Sun <yorksun@freescale.com>
40938 Date:   Wed Oct 31 14:59:04 2007 -0500
40939
40940     8610: Add console frame buffer support to FSL 8610 DIU driver.
40941
40942     Add cfb console support to FSL 8610 DIU driver.
40943     Inspect board version from PIXIS to obtain correct pixel format.
40944
40945     Use #define CONFIG_VIDEO in config file to enable fb console.
40946
40947     To switch monitor, set monitor variable to
40948     0 - DVI, 1 - Single link LVDS, 2 - Double link LVDS
40949     followed by "diufb init".
40950
40951     Preserve logo bitmap at the top of the fb console.
40952
40953     Signed-off-by: York Sun <yorksun@freescale.com>
40954     Signed-off-by: Jon Loeliger <jdl@freescale.com>
40955
40956 commit a877880c6949e948bd63cd6ea4e216573d2f53dd
40957 Author: York Sun <yorksun@freescale.com>
40958 Date:   Mon Oct 29 13:58:39 2007 -0500
40959
40960     8610: Add 8610 DIU display driver
40961
40962     1280x1024 and 1024x768 @ 32 bpp are supported now.
40963     DVI, Single-link LVDS, Double-link LVDS are all supported.
40964
40965     Environmental variable "monitor" is used to specify monitor port.
40966
40967     A new command "diufb" is introduced to reinitialize monitor
40968     and display a BMP file in the memory. So far, 1-bit, 4-bit,
40969     8-bit and 24-bit BMP formats are supported.
40970
40971         diufb init
40972             - initialize the diu driver
40973         Enable the port specified in the environmental variable "monitor"
40974
40975         diufb addr
40976             - display bmp file in memory.
40977         The bmp image should be no bigger than the resolution, 1280x1024
40978         for DVI and double-link LVDS, 1024x768 for single-link LVDS.
40979
40980     Note, this driver allocate memory but doesn't free it after use
40981     It is written on purpose -- to avoid a failure of reallocation
40982     due to memory fragement.
40983
40984     ECC of DDR is disabled for DIU performance. L2 data cache is also disabled.
40985
40986     Signed-off-by: York Sun <yorksun@freescale.com>
40987     Signed-off-by: Jon loeliger <jdl@freescale.com>
40988
40989 commit 52e5ddfecdda308f75782fae206b677b1810f5f9
40990 Author: York Sun <yorksun@freescale.com>
40991 Date:   Wed Oct 31 10:43:59 2007 -0500
40992
40993     FSL: Add a freescale bitmap logo.
40994
40995     This Freescale logo is a 340 x 128 x 4bpp BMP file
40996     that can be displayed by the DIU Framebuffer driver.
40997
40998     Signed-off-by: York Sun <yorksun@freescale.com>
40999     Signed-off-by: Jon Loeliger <jdl@freescale.com>
41000
41001 commit 1815338fbd1c0f94f8276d2891b99caa5a05f622
41002 Author: York Sun <yorksun@freescale.com>
41003 Date:   Mon Oct 29 13:57:53 2007 -0500
41004
41005     8610: Make some extra debug environment variables conditional.
41006
41007     One may #define ENV_DEBUG to get them back again.
41008
41009     Signed-off-by: York Sun <yorksun@freescale.com>
41010
41011 commit 761421ccca80a9fb37b19c37aa61d46ef75e0647
41012 Author: Jason Jin <Jason.jin@freescale.com>
41013 Date:   Mon Oct 29 19:26:21 2007 +0800
41014
41015     8610: Actually enable pixis_reset CONFIGs
41016
41017     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
41018
41019 commit f3bceaab230b4748d0afc4109b6837308f018b40
41020 Author: Jason Jin <Jason.jin@freescale.com>
41021 Date:   Fri Oct 26 18:31:59 2007 +0800
41022
41023     Fix the BAT definition of PCI IO on 8610 board
41024
41025     The address in the BAT register is aligned with the BAT size.
41026     The original definition actually did not define BAT for PCIE2 IO.
41027     This patch fix this.
41028
41029     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
41030
41031 commit 9f23ca334a6f5f021ef9e9d0fad9da80d63b2d56
41032 Author: Jason Jin <Jason.jin@freescale.com>
41033 Date:   Mon Oct 29 19:26:21 2007 +0800
41034
41035     Unify pixis_reset altbank across board families
41036
41037     Basically, refactor the CFG_PIXIS_VBOOT_MASK values
41038     into the separate board config files.
41039
41040     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
41041     Signed-off-by: Jon Loeliger <jdl@freescale.com>
41042
41043 commit a8318ec205c8e8794b5f9f1b8584abadb440e8ba
41044 Author: Jason Jin <Jason.jin@freescale.com>
41045 Date:   Fri Oct 26 18:32:00 2007 +0800
41046
41047     make 8610 board use pixis reset
41048
41049     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
41050
41051 commit 9c84709eedce9c680dd695984ab7d2328f4f04f5
41052 Author: Jon Loeliger <jdl@freescale.com>
41053 Date:   Thu Nov 1 12:23:29 2007 -0500
41054
41055     86xx: Fix broken variable reference when #def DEBUGing.
41056
41057     Sometimes you can't reference the DDR2 controller variables.
41058
41059     Signed-off-by: Jon Loeliger <jdl@freescale.com>
41060
41061 commit 1f103105a3746ab12279b63b8c1d372c0ce2cc58
41062 Author: Roy Zang <tie-fei.zang@freescale.com>
41063 Date:   Mon Nov 5 17:39:24 2007 +0800
41064
41065     Implement general ULi 526x Ethernet driver support in U-boot
41066
41067     This patch implements general ULi 526x Ethernet driver.
41068     Until now, it is the only native Ethernet port on
41069     MPC8610HPCD board, but it could be used on other boards
41070     with ULi 526x Ethernet port as well.
41071
41072     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
41073     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
41074     Acked-by: Jon Loeliger <jdl@freescale.com>
41075     Signed-off-by: Ben Warren <bwarren@qstreams.com>
41076
41077 commit 71bc6e6474fea8ef481b9b45d1edd7ad1f6dfbbd
41078 Author: Larry Johnson <lrj@arlinx.com>
41079 Date:   Thu Nov 1 08:46:50 2007 -0500
41080
41081     NET: Add Ethernet 1000BASE-X support for PPC4xx
41082
41083     This patch adds support for 1000BASE-X to functions "miiphy_speed ()" and
41084     "miiphy_duplex()".  It also adds function "miiphy_is_1000base_x ()", which
41085     returns non-zero iff the PHY registers are configured for 1000BASE-X.  The
41086     "mii info" command is modified to distinguish between 1000BASE-T and -X.
41087
41088     Signed-off-by: Larry Johnson <lrj@acm.org>
41089     Signed-off-by: Ben Warren <bwarren@qstreams.com>
41090
41091 commit 298035df4948b113d29ac0e694717d34b95bc5dc
41092 Author: Larry Johnson <lrj@arlinx.com>
41093 Date:   Wed Oct 31 11:21:29 2007 -0500
41094
41095     NET: Cosmetic changes
41096
41097     Signed-off-by: Larry Johnson <lrj@acm.org>
41098     Signed-off-by: Ben Warren <bwarren@qstreams.com>
41099
41100 commit 654f38b3a387886996a5a75771fbfc29cb4f225e
41101 Author: Stefan Roese <sr@denx.de>
41102 Date:   Mon Nov 5 07:43:05 2007 +0100
41103
41104     ppc4xx: Make output a little shorter on PCIe detection
41105
41106     Now not max 3 lines but 2 lines are printed per PCIe port.
41107
41108     Signed-off-by: Stefan Roese <sr@denx.de>
41109
41110 commit 992742a5b09d9040adbd156fb90756af66ade310
41111 Author: Wolfgang Denk <wd@denx.de>
41112 Date:   Sat Nov 3 23:09:27 2007 +0100
41113
41114     Cleanup coding style; update CHANGELOG
41115
41116     Signed-off-by: Wolfgang Denk <wd@denx.de>
41117
41118 commit e881cb563e32f45832b7b6db77bdcd017adcbb41
41119 Author: Bruce Adler <bruce.adler@ccpu.com>
41120 Date:   Fri Nov 2 13:15:42 2007 -0700
41121
41122     fix wording in README
41123
41124     Changed the wording to properly describe the shadowing
41125     of the environment from ROM to RAM
41126
41127     Signed-off-by: Bruce Adler <bruce.adler@acm.org>
41128
41129 commit ad845beef06245426c57b53dcdc01b7dc70e0d45
41130 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
41131 Date:   Wed Oct 31 02:18:15 2007 +0900
41132
41133     blackfin: Move `-D__BLACKFIN__' to $(ARCH)_config.mk
41134
41135     Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
41136
41137 commit ec22755799466c8a103664bb3a5e647bf9c238f4
41138 Author: Vlad Lungu <vlad@comsys.ro>
41139 Date:   Thu Oct 25 16:08:14 2007 +0300
41140
41141     Trimmed some variables in ne2000.c
41142
41143     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
41144
41145 commit eb6f214d3644b2a77968c176ed36dcf858cfe7e0
41146 Author: Zhang Wei <wei.zhang@freescale.com>
41147 Date:   Thu Oct 25 17:51:27 2007 +0800
41148
41149     Fix the issue of usb_kbd driver missing the scan code of key 'z'.
41150
41151     The scan code of the key 'z' is 0x1d, which should be handled.
41152
41153     The change has be tested on NOVATEK USB keyboard and ULI PCI OHCI
41154     controller.
41155
41156     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
41157
41158 commit bbf4796f6498fbade56d56eff3a0a49b299d93e5
41159 Author: Zhang Wei <wei.zhang@freescale.com>
41160 Date:   Thu Oct 25 17:30:04 2007 +0800
41161
41162     Fix USB support issue for MPC8641HPCN board.
41163
41164     The configuration file has already enabled USB, but it
41165     missed definition of CFG_OHCI_SWAP_REG_ACCESS, the USB
41166     on MPC8641HPCN can not work because of the wrong USB
41167     register endian.
41168
41169     And add the USB command to U-Boot commands list.
41170
41171     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
41172
41173 commit 4e62041023dc3de9d98d977bb080235bc6d035e0
41174 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41175 Date:   Wed Oct 24 18:16:01 2007 +0200
41176
41177     Use config_cmd_default.h instead of config_cmd_all.h
41178
41179     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41180
41181 commit 56622f87857439b1c221e9deef11a9d5bb5d4308
41182 Author: Marian Balakowicz <m8@semihalf.com>
41183 Date:   Wed Oct 24 01:37:36 2007 +0200
41184
41185     TQM5200: Call usb_cpu_init() during board init
41186
41187     usb_cpu_init() configures GPS USB pins, clocks, etc. and
41188     is required for proper operation of kernel USB subsystem.
41189     This setup was previously done in the kernel by the fixup
41190     code which is being removed, thus low level init must be
41191     done by U-boot now.
41192
41193     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
41194
41195 commit 29c29c0267fe857e72014ce90c5d35b2ef6302bd
41196 Author: Guennadi Liakhovetski <lg@denx.de>
41197 Date:   Tue Oct 23 16:25:50 2007 +0200
41198
41199     Fix typo in nfs.c
41200
41201     An obvious typo. Originally fixed in linkstation u-boot port.
41202
41203     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
41204
41205 commit 59543fe00a4ce720ef9f5aa7fb387c6daf1c7d78
41206 Author: Guennadi Liakhovetski <lg@denx.de>
41207 Date:   Tue Oct 23 14:35:05 2007 +0200
41208
41209     Fix a typo in cpu/mpc824x/interrupts.c
41210
41211     Since December 2003 the timer_interrupt_cpu() function in
41212     cpu/mpc824x/interrupts.c contains what seems to be a superfluous
41213     parameter. Remove it.
41214
41215     Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
41216
41217 commit c9e7b9b9a1700fe009678d1f9b41e6364ac5df2d
41218 Author: Sergej Stepanov <Sergej.Stepanov@ids.de>
41219 Date:   Wed Oct 17 11:13:51 2007 +0200
41220
41221     add ft_cpu_setup(..) on mpc8260
41222
41223     Add ft_cpu_setup(..)-function to adapt it for use with libfdt
41224     based on code from mpc5xxx
41225
41226     Sigend-off-by: Sergej Stepanov <Sergej.Stepanov@ids.de>
41227     --
41228
41229 commit 6abd82e19ae93c0b4d104e50165e235915ec0875
41230 Author: Sergej Stepanov <Sergej.Stepanov@ids.de>
41231 Date:   Wed Oct 17 11:18:42 2007 +0200
41232
41233     changes for IDS8247 board support
41234
41235     To get the IDS8247 board working following are done:
41236      - FCC2 is deactivated
41237      - FCC1 is activated
41238      - I2C is activated
41239      - CFI driver is activated
41240      - Adapted for use with LIBFDT
41241
41242     Signed-off-by: Sergej Stepanov <Sergej.Stepanov@ids.de>
41243     --
41244
41245 commit 3d6cb3b24add6415f86a0f013ea40f5639b90047
41246 Author: Stefan Roese <sr@denx.de>
41247 Date:   Sat Nov 3 12:08:28 2007 +0100
41248
41249     ppc4xx: Add AMCC Kilauea/Haleakala NAND booting support
41250
41251     This patch adds NAND booting support for the AMCC 405EX(r) eval boards.
41252     Again, only one image supports both targets.
41253
41254     Signed-off-by: Stefan Roese <sr@denx.de>
41255
41256 commit 8b6684a698500be9c142ec2c9f46cfc348e17f0c
41257 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
41258 Date:   Wed Oct 24 15:48:37 2007 +0200
41259
41260     ATSTK1002: Remove default ethernet addresses
41261
41262     Wolfgang is right: It's not a good idea to set up default initial
41263     ethernet addresses for a board, even though they belong to the local
41264     range.
41265
41266     This will change the failure mode from "IT manager screams at you for
41267     using duplicate ethernet addresses" to a nice error message explaining
41268     that the ethernet address hasn't been set properly.
41269
41270     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
41271
41272 commit e5c794e491a57d829b6d8733e2ed8368a2269abf
41273 Author: Justin Flammia <jflammia@savantav.com>
41274 Date:   Mon Oct 29 17:40:35 2007 -0400
41275
41276     DHCP Client Fix
41277
41278     This is a multi-part message in MIME format.
41279
41280     commit e6e505eae94ed721e123e177489291fc4544b7b8
41281     Author: Justin Flammia <jflammia@savantav.com>
41282     Date:   Mon Oct 29 17:19:03 2007 -0400
41283
41284         Found a bug in the way the DHCP Request packet is built, where the IP address
41285         that is offered by the server is bound to prematurely. This patch is a fix of
41286         that bug where the IP address offered by the DHCP server is not used until
41287         after the DHCP ACK from the server is received.
41288
41289     Signed-off-by: Justin Flammia <jflammia@savantav.com>
41290     Signed-off-by: Ben Warren <bwarren@qstreams.com>
41291
41292 commit 5d96d40d3f36da33348e68f9ea993f383e11f997
41293 Author: Stefan Roese <sr@denx.de>
41294 Date:   Wed Oct 31 20:58:34 2007 +0100
41295
41296     ppc4xx: Fix acadia_nand build problem
41297
41298     Since the cache handling functions were moved from start.S into cache.S
41299     the acadia NAND booting Makfile needs to be adapted accordingly.
41300
41301     Signed-off-by: Stefan Roese <sr@denx.de>
41302
41303 commit ea2e142843533ca593fcb5cb3e1daf1b7f5e5949
41304 Author: Stefan Roese <sr@denx.de>
41305 Date:   Wed Oct 31 20:57:11 2007 +0100
41306
41307     ppc4xx: Add CONFIG_4xx_DCACHE compile options to enable cached SDRAM
41308
41309     This patch adds the CONFIG_4xx_DCACHE options to some SDRAM init files
41310     and to the Sequoia TLB init code. Now the cache can be enabled on 44x
41311     boards by defining CONFIG_4xx_DCACHE in the board config file. This
41312     option will disappear, when more boards use is successfully and no
41313     more known problems exist.
41314
41315     This is tested successfully on Sequoia and Katmai. The only problem that
41316     needs to be fixed is, that USB is not working on Sequoia right now, since
41317     it will need some cache handling code too, similar to the 4xx EMAC driver.
41318
41319     Signed-off-by: Stefan Roese <sr@denx.de>
41320
41321 commit 3db93b8bedd32e914b38976141b3fdf4ea3ff738
41322 Author: Stefan Roese <sr@denx.de>
41323 Date:   Wed Oct 31 20:51:10 2007 +0100
41324
41325     ppc4xx: Enable CPU POST test for 4xx with dcache enabled
41326
41327     Now with caches enabled (i- and d-cache) on 44x, we need a chance to
41328     disable the cache for the CPU POST tests, since these tests consist
41329     of self modifying code. This is done via the new change_tlb() function.
41330
41331     Signed-off-by: Stefan Roese <sr@denx.de>
41332
41333 commit f71b2888b4b3c870909a0341427b2a914246f81f
41334 Author: Stefan Roese <sr@denx.de>
41335 Date:   Wed Oct 31 20:47:26 2007 +0100
41336
41337     ppc4xx: Change 4xx POST ethernet test to handle cached memory too
41338
41339     This patch enables the 4xx EMAC POST driver to work too, when dcache is
41340     enabled.
41341
41342     Signed-off-by: Stefan Roese <sr@denx.de>
41343
41344 commit a2685904061b35a17583d65fe47cdc2686a69eaa
41345 Author: Stefan Roese <sr@denx.de>
41346 Date:   Wed Oct 31 20:45:53 2007 +0100
41347
41348     ppc4xx: Remove temporary TLB entry in POST cache test only for 440
41349
41350     Signed-off-by: Stefan Roese <sr@denx.de>
41351
41352 commit ff768cb168d8157c24a25016dbfbeb465e47f420
41353 Author: Stefan Roese <sr@denx.de>
41354 Date:   Wed Oct 31 18:01:24 2007 +0100
41355
41356     ppc4xx: Change 4xx ethernet driver to handle cached memory too
41357
41358     This patch enables the 4xx EMAC driver to work too, when dcache is
41359     enabled.
41360
41361     Signed-off-by: Stefan Roese <sr@denx.de>
41362
41363 commit 483e09a223c666269ef81d3573a6591b1046b0ef
41364 Author: Stefan Roese <sr@denx.de>
41365 Date:   Wed Oct 31 17:59:22 2007 +0100
41366
41367     ppc4xx: Add change_tlb function to modify I attribute of TLB(s)
41368
41369     This function is used to either turn cache on or off in a specific
41370     memory area.
41371
41372     Signed-off-by: Stefan Roese <sr@denx.de>
41373
41374 commit d25dfe08fbd1220cb994e7e6b105049aa9aa8e79
41375 Author: Stefan Roese <sr@denx.de>
41376 Date:   Wed Oct 31 17:57:52 2007 +0100
41377
41378     ppc4xx: Remove cache definition from 4xx board config files
41379
41380     All 4xx board config files don't need the cache definitions anymore.
41381     These are now defined in common headers.
41382
41383     Signed-off-by: Stefan Roese <sr@denx.de>
41384
41385 commit 9b94ac61d2176185c30adf0793e079ec30e68687
41386 Author: Stefan Roese <sr@denx.de>
41387 Date:   Wed Oct 31 17:55:58 2007 +0100
41388
41389     ppc4xx: Rework 4xx cache support
41390
41391     New cache handling functions added and all existing functions
41392     moved from start.S into seperate cache.S.
41393
41394     Signed-off-by: Stefan Roese <sr@denx.de>
41395
41396 commit 06713773da4ac3d390c63d82641eb553224b27c2
41397 Author: Stefan Roese <sr@denx.de>
41398 Date:   Tue Oct 23 18:03:12 2007 +0200
41399
41400     ppc4xx: Remove compiler warning from previous commit
41401
41402     Signed-off-by: Stefan Roese <sr@denx.de>
41403
41404 commit 6fa397df67c0f269e4528bf181a6e8c88f9723f9
41405 Author: Stefan Roese <sr@denx.de>
41406 Date:   Tue Oct 23 14:40:30 2007 +0200
41407
41408     ppc4xx: Remove temporary TLB entry in POST cache test
41409
41410     Signed-off-by: Stefan Roese <sr@denx.de>
41411
41412 commit 1338e6a81834099ba19733b69aafd8ef5f098094
41413 Author: Stefan Roese <sr@denx.de>
41414 Date:   Tue Oct 23 14:05:08 2007 +0200
41415
41416     ppc4xx: Change autonegotiation timeout from 4 to 5 seconds
41417
41418     I lately noticed, that newer 4xx board with GBit support sometimes don't
41419     finish link autonegotiation in 4 seconds. Changing this timeout to 5
41420     seconds seems fine here.
41421
41422     Signed-off-by: Stefan Roese <sr@denx.de>
41423
41424 commit 2d83476a4c1c9911d158a3f8a4312d354bc1bdb7
41425 Author: Stefan Roese <sr@denx.de>
41426 Date:   Tue Oct 23 14:03:17 2007 +0200
41427
41428     ppc4xx: Change 4xx_enet & miiphy to use out_be32() and friends
41429
41430     This patch changes all in32/out32 calls to use the recommended in_be32/
41431     out_be32 macros instead.
41432
41433     Signed-off-by: Stefan Roese <sr@denx.de>
41434
41435 commit 7d47cee2cc57f907380f2c06f5b6c683d03e423a
41436 Author: Stefan Roese <sr@denx.de>
41437 Date:   Thu Oct 25 12:24:59 2007 +0200
41438
41439     ppc4xx: Fix POST ethernet test for Haleakala
41440
41441     The POST ethernet test needed to be changed to dynamically determine
41442     the count of ethernet devices. This code is cloned from the 4xx
41443     ethernet driver.
41444
41445     Signed-off-by: Stefan Roese <sr@denx.de>
41446
41447 commit f10493c6d77a1e07a6c2ff4d772937a5e7359d6a
41448 Author: Stefan Roese <sr@denx.de>
41449 Date:   Tue Oct 23 11:31:05 2007 +0200
41450
41451     ppc4xx: Correct UART input clock calculation and passing to fdt
41452
41453     We now use a value in the gd (global data) structure for the UART input
41454     frequency, since the PPC4xx_SYS_INFO struct is always rewritten completely
41455     in get_sys_info().
41456
41457     Signed-off-by: Stefan Roese <sr@denx.de>
41458
41459 commit 353f2688b4e0fc7b969bc70a02be4b40bf0dd124
41460 Author: Stefan Roese <sr@denx.de>
41461 Date:   Tue Oct 23 10:10:08 2007 +0200
41462
41463     ppc4xx: Add initial AMCC Haleakala PPC405EXr eval board support
41464
41465     The Haleakala is nearly identical with the Kilauea eval board. The only
41466     difference is that the 405EXr only supports one EMAC and one PCIe
41467     interface. This patch adds support for the Haleakala board by using
41468     the identical image for Kilauea and Haleakala. The distinction is done
41469     by comparing the PVR.
41470
41471     Signed-off-by: Stefan Roese <sr@denx.de>
41472
41473 commit 9f798766aa85e62eb8fa8c721e148df609b78137
41474 Author: Eugene O'Brien <eugene.obrien@advantechamt.com>
41475 Date:   Tue Oct 23 08:29:10 2007 +0200
41476
41477     ppc4xx: Fixed offset of refresh rate type for Bamboo on-board DDR SDRAM
41478
41479     This patch also adds a note to the fixed DDR setup for Bamboo NAND booting:
41480
41481     Note:
41482     As found out by Eugene O'Brien <eugene.obrien@advantechamt.com>, the fixed
41483     DDR setup has problems (U-Boot crashes randomly upon TFTP), when the DIMM
41484     modules are still plugged in. So it is recommended to remove the DIMM
41485     modules while using the NAND booting code with the fixed SDRAM setup!
41486
41487     Signed-off-by: Eugene O'Brien <eugene.obrien@advantechamt.com>
41488     Signed-off-by: Stefan Roese <sr@denx.de>
41489
41490 commit afe9fa59cb63b4f9d16bf01c93eb212f25a38c2a
41491 Author: Stefan Roese <sr@denx.de>
41492 Date:   Mon Oct 22 16:24:44 2007 +0200
41493
41494     ppc4xx: Add SNTP support to AMCC Katmai, Kilauea & Makalu boards
41495
41496     Signed-off-by: Stefan Roese <sr@denx.de>
41497
41498 commit 3248f63ad89cb031491edb7016587fe6e9a238b9
41499 Author: Stefan Roese <sr@denx.de>
41500 Date:   Mon Oct 22 16:22:40 2007 +0200
41501
41502     ppc4xx: Rework of 4xx serial driver (4)
41503
41504     Change 4xx_uart.c:
41505
41506     - Use in_8/out_8 macros instead of in8/out8
41507     - No need for UART_BASE marco anymore, now really handled via function
41508       parameter
41509     - serial_init_common() introduced
41510     - Further coding style cleanup
41511
41512     Signed-off-by: Stefan Roese <sr@denx.de>
41513
41514 commit e61cb8163a66b8a135696ae232e2bead1ce0a049
41515 Author: Stefan Roese <sr@denx.de>
41516 Date:   Mon Oct 22 15:45:49 2007 +0200
41517
41518     ppc4xx: Rework of 4xx serial driver (3)
41519
41520     Change all linker scripts to reference the changed driver name iop480_uart.o.
41521
41522     Signed-off-by: Stefan Roese <sr@denx.de>
41523
41524 commit 882ae41274921f9016131806bdeb27e19606f47a
41525 Author: Stefan Roese <sr@denx.de>
41526 Date:   Mon Oct 22 15:44:39 2007 +0200
41527
41528     ppc4xx: Rework of 4xx serial driver (2)
41529
41530     Change all linker scripts to reference the changed driver name 4xx_uart.o.
41531
41532     Note: In most cased all these explicit referencing of these object files
41533     in the linker scripts is not neccessary. Only for manually embedded
41534     environment into the U-Boot image, which is not done is most cases.
41535
41536     Signed-off-by: Stefan Roese <sr@denx.de>
41537
41538 commit ad31e40bed042cb670d0036fea96435007afb838
41539 Author: Stefan Roese <sr@denx.de>
41540 Date:   Mon Oct 22 15:09:59 2007 +0200
41541
41542     ppc4xx: Rework of 4xx serial driver (1)
41543
41544     This patch starts the rework of the PPC4xx serial driver. First we split
41545     the file into two seperate files, one 4xx_uart.c with the 405/440 UART
41546     handling code and the other one iop480_uart.c with the UART code for the
41547     PLX-Tech IOP480 PPC (PPC403 based).
41548
41549     Signed-off-by: Stefan Roese <sr@denx.de>
41550
41551 commit 764e7417ee5f6e25b1715720e7d7dd3487109385
41552 Author: Stefan Roese <sr@denx.de>
41553 Date:   Mon Oct 22 10:30:38 2007 +0200
41554
41555     ppc4xx: Correct UART input clock calculation and passing to fdt
41556
41557     Signed-off-by: Stefan Roese <sr@denx.de>
41558
41559 commit 211ea91ac6c225bec7e668a03d0ba7d7310679fa
41560 Author: Stefan Roese <sr@denx.de>
41561 Date:   Mon Oct 22 07:34:34 2007 +0200
41562
41563     ppc4xx: Add initial AMCC Makalu 405EX support
41564
41565     Signed-off-by: Stefan Roese <sr@denx.de>
41566
41567 commit fa8aea20456e6f1dba43f46bcc72024dd9499998
41568 Author: Stefan Roese <sr@denx.de>
41569 Date:   Mon Oct 22 07:33:52 2007 +0200
41570
41571     ppc4xx: Add freqUART to CPU speed detection
41572
41573     This value is needed later for the device tree configuration of
41574     the uart clock.
41575
41576     Signed-off-by: Stefan Roese <sr@denx.de>
41577
41578 commit 837c730b4d7c6b1ddf3d1e247cb4445005d9bf0d
41579 Author: Stefan Roese <sr@denx.de>
41580 Date:   Sun Oct 21 14:26:29 2007 +0200
41581
41582     ppc: Small Kilauea cleanup of config file
41583
41584     Signed-off-by: Stefan Roese <sr@denx.de>
41585
41586 commit 758c037aeead34b49631b8da3a90b1bba14c0410
41587 Author: Stefan Roese <sr@denx.de>
41588 Date:   Sun Oct 21 08:16:12 2007 +0200
41589
41590     rtc: Add Xicor/Intersil X1205 RTC support
41591
41592     This patch adds support for the Xicor/Intersil X1205 RTC used on the
41593     AMCC Makalu eval board. This driver is basically cloned from the Linux
41594     driver version (2.6.23).
41595
41596     This patch also introduces the Linux bcd.h header for the BCD2BIN/
41597     BIN2BCD conversions. In the future some of the other U-Boot RTC driver
41598     should be converted to also use this header instead of implementing
41599     their own local copy of these functions/macros.
41600
41601     Signed-off-by: Stefan Roese <sr@denx.de>
41602
41603 commit 087dfdb79b5fd1ab99a26990c62a732c01a8c7f6
41604 Author: Stefan Roese <sr@denx.de>
41605 Date:   Sun Oct 21 08:12:41 2007 +0200
41606
41607     ppc4xx: Consolidate some of the 405 and 440 macros/structs into 4xx
41608
41609     This patch moves some common 4xx macros and the PPC405_SYS_INFO/
41610     PPC440_SYS_INFO structure into the common ppc4xx.h header.
41611
41612     Lot's of other macros are good candidates to be consolidated this way
41613     in the future.
41614
41615     Signed-off-by: Stefan Roese <sr@denx.de>
41616
41617 commit 770c7af5800f598d22730d1f4b70f16c9b33512e
41618 Author: Stefan Roese <sr@denx.de>
41619 Date:   Sun Oct 21 08:05:18 2007 +0200
41620
41621     ppc4xx: Fix size setup in Kilauea DDR2 init routine
41622
41623     The size was initilized wrong. Instead of 256MB, the DDR2 controller
41624     was setup to 512MB. Now the correct values is used.
41625
41626     This patch also does a little cleanup and adds a comment here.
41627
41628     Signed-off-by: Stefan Roese <sr@denx.de>
41629
41630 commit f6ba9b56607d4b27550301c7c7f6b55b654fd62a
41631 Author: Eugene O'Brien <eugene.obrien@advantechamt.com>
41632 Date:   Thu Oct 18 17:29:04 2007 +0200
41633
41634     ppc4xx: Define CONFIG_BOOKE for all PPC440 based processors
41635
41636     CONFIG_BOOKE must be defined for PPC440 processors so that the proper SPR
41637     number is used to access system registers.
41638
41639     Signed-off-by: Eugene O'Brien <eugene.obrien@advantechamt.com>
41640     Signed-off-by: Stefan Roese <sr@denx.de>
41641
41642 commit c36c68160333ac5fe41ec3db12a728b7075b3912
41643 Author: Stefan Roese <sr@denx.de>
41644 Date:   Thu Oct 18 07:42:27 2007 +0200
41645
41646     ppc4xx: Change inbound PCIe location for endpoint tests on Katmai
41647
41648     On Yucca & Katmai, the inbound memory map pointed to 0x4.0000.0000, which
41649     is the internal SRAM. Since I now ported and tested this endpoint mode
41650     on Kilauea successfully to map to 0 (SDRAM), I also changed this for
41651     Katmai.
41652
41653     Yucca will stay at internal SRAM for now. Not sure if somebody relies on
41654     this setup.
41655
41656     Signed-off-by: Stefan Roese <sr@denx.de>
41657
41658 commit 5cb4af4791f61843432155142b6cfac901f66c10
41659 Author: Stefan Roese <sr@denx.de>
41660 Date:   Thu Oct 18 07:39:38 2007 +0200
41661
41662     ppc4xx: Add PCIe endpoint support on Kilauea (405EX)
41663
41664     This patch adds endpoint support for the AMCC Kilauea eval board. It can
41665     be tested by connecting a reworked PCIe cable (only 1x lane singles
41666     connected) to another root-complex.
41667
41668     In this test setup, a 64MB inbound window is configured at BAR0 which maps
41669     to 0 on the PLB side. So accessing this BAR0 from the root-complex will
41670     access the first 64MB of the SDRAM on the PPC side.
41671
41672     Signed-off-by: Stefan Roese <sr@denx.de>
41673
41674 commit d4cb2d17946466740afeb195a57d6cb290bf4cc0
41675 Author: Stefan Roese <sr@denx.de>
41676 Date:   Sat Oct 13 16:43:23 2007 +0200
41677
41678     ppc4xx: Dynamic configuration of 4xx PCIe mode as root or endpoint mode
41679
41680     This patch adds support for dynamic configuration of PCIe ports for the
41681     AMCC PPC4xx boards equipped with PCIe interfaces. These are the PPC440SPe
41682     boards Yucca & Katmai and the 405EX board Kilauea.
41683
41684     This dynamic configuration is done via the "pcie_mode" environement
41685     variable. This variable can be set to "EP" or "RP" for endpoint or
41686     rootpoint mode. Multiple values can be joined via the ":" delimiter.
41687     Here an example:
41688
41689     pcie_mode=RP:EP:EP
41690
41691     This way, PCIe port 0 will be configured as rootpoint, PCIe port 1 and 2
41692     as endpoint.
41693
41694     Per default Yucca will be configured as:
41695     pcie_mode=RP:EP:EP
41696
41697     Per default Katmai will be configured as:
41698     pcie_mode=RP:RP:REP
41699
41700     Per default Kilauea will be configured as:
41701     pcie_mode=RP:RP
41702
41703     Signed-off-by: Tirumala R Marri <tmarri@amcc.com>
41704     Signed-off-by: Stefan Roese <sr@denx.de>
41705
41706 commit fd671802b67a0ef37a06124fa2ce85f00aa22c6f
41707 Author: Stefan Roese <sr@denx.de>
41708 Date:   Thu Oct 11 11:15:59 2007 +0200
41709
41710     ppc4xx: Enable device tree support (fdt) on Kilauea per default
41711
41712     This patch enables the fdt support on the AMCC Kilauea eval board.
41713     Additionally now EBC ranges fdt fixup is included to support NOR
41714     FLASH mapping via the Linux physmap_of driver.
41715
41716     This Kilauea port now support booting arch/ppc and arch/powerpc
41717     Linux kernels. The default environment "net_nfs" is for arch/ppc
41718     and "net_nfs_fdt" is for arch/powerpc. In the long run, arch/ppc
41719     support will be removed.
41720
41721     Signed-off-by: Stefan Roese <sr@denx.de>
41722
41723 commit 4994ffd890b9d95d807387a9b7bd8a4803ee406e
41724 Author: Stefan Roese <sr@denx.de>
41725 Date:   Thu Oct 11 11:11:45 2007 +0200
41726
41727     ppc4xx: Add additional debug info to 4xx fdt support
41728
41729     Signed-off-by: Stefan Roese <sr@denx.de>
41730
41731 commit db3232ddb058d0ed0bc31f7c5c296748a1afac67
41732 Author: Stefan Roese <sr@denx.de>
41733 Date:   Fri Oct 5 21:28:58 2007 +0200
41734
41735     ppc4xx: Fix small merge problems with CPCI440 and Acadia boards
41736
41737     Signed-off-by: Stefan Roese <sr@denx.de>
41738
41739 commit 1941cce71b1ae975602854045061e82f94ecd012
41740 Author: Stefan Roese <sr@denx.de>
41741 Date:   Fri Oct 5 17:35:10 2007 +0200
41742
41743     ppc4xx: Fix small merge problem in 4xx_enet.c
41744
41745     Signed-off-by: Stefan Roese <sr@denx.de>
41746
41747 commit 566806ca1a1bf4d895daaf0b2ba5494abbffebaf
41748 Author: Stefan Roese <sr@denx.de>
41749 Date:   Fri Oct 5 17:11:30 2007 +0200
41750
41751     ppc4xx: Add initial AMCC Kilauea 405EX support
41752
41753     Signed-off-by: Stefan Roese <sr@denx.de>
41754
41755 commit dbbd125721aea6645fdb962f36bd41f59e272f9d
41756 Author: Stefan Roese <sr@denx.de>
41757 Date:   Fri Oct 5 17:10:59 2007 +0200
41758
41759     ppc4xx: Add PPC405EX support
41760
41761     Signed-off-by: Stefan Roese <sr@denx.de>
41762
41763 commit 1d7b874e9c9a7c66f5d8da9ec78a3733765d3e31
41764 Author: Stefan Roese <sr@denx.de>
41765 Date:   Fri Oct 5 17:09:36 2007 +0200
41766
41767     ppc4xx: Cleanup of 4xx PCI and PCIe support (renaming)
41768
41769     Signed-off-by: Stefan Roese <sr@denx.de>
41770
41771 commit 4f14ed6230b9c109aac9a6fb878497dabd44c2db
41772 Author: Stefan Roese <sr@denx.de>
41773 Date:   Fri Oct 5 17:07:50 2007 +0200
41774
41775     ppc4xx: Add initial fdt support to 4xx (first needed on 405EX)
41776
41777     Signed-off-by: Stefan Roese <sr@denx.de>
41778
41779 commit a424a8bb2924b90724b944165d3141f1fa8dfe5b
41780 Author: Stefan Roese <sr@denx.de>
41781 Date:   Fri Oct 5 17:04:57 2007 +0200
41782
41783     POST: Add 405EX support to 4xx UART POST test
41784
41785     Signed-off-by: Stefan Roese <sr@denx.de>
41786
41787 commit 4f2e92c11f6e2392fc8187829211a5ca7f0c1e12
41788 Author: Stefan Roese <sr@denx.de>
41789 Date:   Fri Oct 5 15:10:02 2007 +0200
41790
41791     DTT: Prepare DS1775 driver for use of different I2C addresses
41792
41793     Signed-off-by: Stefan Roese <sr@denx.de>
41794
41795 commit 19e93b1e16d267220440d827b920fbad8abfa70f
41796 Author: Stefan Roese <sr@denx.de>
41797 Date:   Fri Oct 5 14:23:43 2007 +0200
41798
41799     ppc4xx: 4xx_pcie: Change PCIe status output to match common style
41800
41801     Signed-off-by: Stefan Roese <sr@denx.de>
41802
41803 commit ff68f66bcb0da847845aa2fac11eba6c25938c99
41804 Author: Stefan Roese <sr@denx.de>
41805 Date:   Fri Oct 5 09:22:33 2007 +0200
41806
41807     ppc4xx: 4xx_pcie: Disable debug output as default
41808
41809     Signed-off-by: Stefan Roese <sr@denx.de>
41810
41811 commit 97923770cb52b64d69eec958a11b2eda8d46e0f7
41812 Author: Stefan Roese <sr@denx.de>
41813 Date:   Fri Oct 5 09:18:23 2007 +0200
41814
41815     ppc4xx: 4xx_pcie: More general cleanup and 405EX PCIe support added
41816
41817     Signed-off-by: Stefan Roese <sr@denx.de>
41818
41819 commit 4dbee8a90df613eb517aadbecebd70f168913d30
41820 Author: Stefan Roese <sr@denx.de>
41821 Date:   Fri Oct 5 07:57:20 2007 +0200
41822
41823     ppc4xx: 4xx_pcie: Change CFG_PCIE_MEMSIZE to 128MB on Yucca & Katmai
41824
41825     128MB seems to be the smallest possible value for the memory size
41826     for on PCIe port. With this change now the BAR's of the PCIe cards
41827     are accessible under U-Boot.
41828
41829     One big note: This only works for PCIe port 0 & 1. For port 2 this
41830     currently doesn't work, since the base address is now 0xc0000000
41831     (0xb0000000 + 2 * 0x08000000), and this is already occupied by
41832     CFG_PCIE0_CFGBASE. But solving this issue for port 2 would mean
41833     to change the base addresses completely and this change would have
41834     too much impact right now.
41835
41836     This patch adds debug output to the 4xx pcie driver too.
41837
41838     Signed-off-by: Stefan Roese <sr@denx.de>
41839
41840 commit 6d95289281ed2958ebf76d2b55f86bbd88591fd2
41841 Author: Stefan Roese <sr@denx.de>
41842 Date:   Wed Oct 3 21:16:32 2007 +0200
41843
41844     ppc4xx: 4xx_pcie: Fix problem with SDRN access using port number as idx
41845
41846     Signed-off-by: Stefan Roese <sr@denx.de>
41847
41848 commit 3048bcbf0bad262378c5af68f2bf6778fb7d829a
41849 Author: Stefan Roese <sr@denx.de>
41850 Date:   Wed Oct 3 15:01:02 2007 +0200
41851
41852     ppc4xx: Rename 405gp_pci to 4xx_pci since its used on all 4xx platforms
41853
41854     These files were introduced with the IBM 405GP but are currently used on all
41855     4xx PPC platforms. So the name doesn't match the content anymore. This patch
41856     renames the files to 4xx_pci.c/h.
41857
41858     Signed-off-by: Stefan Roese <sr@denx.de>
41859
41860 commit 94276eb0a7a35b9e8c053d589ae225b0f017a237
41861 Author: Stefan Roese <sr@denx.de>
41862 Date:   Wed Oct 3 14:14:58 2007 +0200
41863
41864     ppc4xx: Add a comment for 405EX PCIe endpoint configuration
41865
41866     Signed-off-by: Stefan Roese <sr@denx.de>
41867
41868 commit 03d344bb6a5f082ea10ec9d753558ea7dfd1c626
41869 Author: Stefan Roese <sr@denx.de>
41870 Date:   Wed Oct 3 10:38:09 2007 +0200
41871
41872     ppc4xx: Make 440SPe PCIe code more generic to use on different 4xx PPCs (3)
41873
41874     (3) This patch introduces macros like SDRN_PESDR_DLPSET(port) to access
41875         the SDR registers of the PCIe ports. This makes the overall design
41876         clearer, since it removed a lot of switch statements which are not
41877         needed anymore.
41878
41879         Also, the functions ppc4xx_init_pcie_rootport() and
41880         ppc4xx_init_pcie_entport() are merged into a single function
41881         ppc4xx_init_pcie_port(), since most of the code was duplicated.
41882         This makes maintainance and porting to other 4xx platforms
41883         easier.
41884
41885     Signed-off-by: Stefan Roese <sr@denx.de>
41886
41887 commit 026f71106871f31d17d0ea0db9a7547ff92934bc
41888 Author: Stefan Roese <sr@denx.de>
41889 Date:   Wed Oct 3 07:48:09 2007 +0200
41890
41891     ppc4xx: Make 440SPe PCIe code more generic to use on different 4xx PPCs (2)
41892
41893     This patch is the first patch of a series to make the 440SPe PCIe code
41894     usable on different 4xx PPC platforms. In preperation for the new 405EX
41895     which is also equipped with PCIe interfaces.
41896
41897     (2) This patch renames the functions from 440spe_ to 4xx_ with a
41898         little additional cleanup
41899
41900     Signed-off-by: Stefan Roese <sr@denx.de>
41901
41902 commit c7c6da23028f146d912514b95aefa3da7cf37699
41903 Author: Stefan Roese <sr@denx.de>
41904 Date:   Wed Oct 3 07:34:10 2007 +0200
41905
41906     ppc4xx: Make 440SPe PCIe code more generic to use on different 4xx PPCs (1)
41907
41908     This patch is the first patch of a series to make the 440SPe PCIe code
41909     usable on different 4xx PPC platforms. In preperation for the new 405EX
41910     which is also equipped with PCIe interfaces.
41911
41912     (1) This patch renames the files from 440spe_pcie to 4xx_pcie
41913
41914     Signed-off-by: Stefan Roese <sr@denx.de>
41915
41916 commit 245a362ad3c0c1b84fccc9fec7b623eb14f6e502
41917 Author: Marian Balakowicz <m8@semihalf.com>
41918 Date:   Wed Oct 24 01:37:36 2007 +0200
41919
41920     TQM5200: Call usb_cpu_init() during board init
41921
41922     usb_cpu_init() configures GPS USB pins, clocks, etc. and
41923     is required for proper operation of kernel USB subsystem.
41924     This setup was previously done in the kernel by the fixup
41925     code which is being removed, thus low level init must be
41926     done by U-boot now.
41927
41928     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
41929     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
41930
41931 commit b5af773f8d92677e06f3295b45557c9d0a487c24
41932 Author: Zhang Wei <wei.zhang@freescale.com>
41933 Date:   Thu Oct 25 17:51:27 2007 +0800
41934
41935     Fix the issue of usb_kbd driver missing the scan code of key 'z'.
41936
41937     The scan code of the key 'z' is 0x1d, which should be handled.
41938
41939     The change has be tested on NOVATEK USB keyboard and ULI PCI OHCI
41940     controller.
41941
41942     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
41943     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
41944
41945 commit 85ac988e86f9414fa645b0148dc66c3520a1eb84
41946 Author: Rodolfo Giometti <giometti@enneenne.com>
41947 Date:   Mon Oct 15 11:59:17 2007 +0200
41948
41949     PXA USB OHCI: "usb stop" implementation.
41950
41951     Some USB keys need to be switched off before loading the kernel
41952     otherwise they can remain in an undefined status which prevents them
41953     to be correctly recognized by the kernel.
41954
41955     Signed-off-by: Rodolfo Giometti <giometti@linux.it>
41956     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
41957
41958 commit 31548249decf18a6b877a18436b6139dd483fe4a
41959 Author: Justin Flammia <jflammia@savantav.com>
41960 Date:   Mon Oct 29 17:40:35 2007 -0400
41961
41962     DHCP Client Fix
41963
41964     This is a multi-part message in MIME format.
41965
41966     commit e6e505eae94ed721e123e177489291fc4544b7b8
41967     Author: Justin Flammia <jflammia@savantav.com>
41968     Date:   Mon Oct 29 17:19:03 2007 -0400
41969
41970         Found a bug in the way the DHCP Request packet is built, where the IP address
41971         that is offered by the server is bound to prematurely. This patch is a fix of
41972         that bug where the IP address offered by the DHCP server is not used until
41973         after the DHCP ACK from the server is received.
41974
41975     Signed-off-by: Justin Flammia <jflammia@savantav.com>
41976     Signed-off-by: Ben Warren <bwarren@qstreams.com>
41977
41978 commit e8ee8f3ade2a06c1893dd5e68f223070d650c7ed
41979 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
41980 Date:   Thu Oct 25 17:16:22 2007 -0500
41981
41982     ColdFire 54455: Fix correct boot location for atmel and intel
41983
41984     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
41985
41986 commit 688e8eb414ac111cca7ce60bdf30e805ab9a7bcb
41987 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
41988 Date:   Thu Oct 25 17:14:00 2007 -0500
41989
41990     ColdFire: Fix build error when CONFIG_WATCHDOG is defined
41991
41992     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
41993
41994 commit c67e12e705b204cfe914e3e3e693d69a445dcabf
41995 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
41996 Date:   Thu Oct 25 17:12:36 2007 -0500
41997
41998     ColdFire 5329: Assign correct SDRAM size and fix cache
41999
42000     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
42001
42002 commit 95e9f2c212a65610b2e59a5c00d0113383a4da0b
42003 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
42004 Date:   Thu Oct 25 17:10:23 2007 -0500
42005
42006     ColdFire 5253: Assign correct SDRAM size
42007
42008     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
42009
42010 commit 2acefa72ee0026f862ab65597ca687428f63a973
42011 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
42012 Date:   Thu Oct 25 17:09:17 2007 -0500
42013
42014     ColdFire 5282: Fix external flash boot and return dramsize
42015
42016     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
42017
42018 commit d78791ae914d4e7c5edca1cdad73b3dc81a4eb82
42019 Author: Bartlomiej Sieka <tur@semihalf.com>
42020 Date:   Thu Oct 25 17:20:01 2007 +0200
42021
42022     TQM5200: increase kernel_addr_r and fdt_addr_r (hinted by Wolfgang Denk).
42023
42024     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
42025
42026 commit 1a0ce20aa4cb4e3068da04e7290ee9986fd0b834
42027 Author: Martin Krause <martin.krause@tqs.de>
42028 Date:   Wed Oct 24 08:42:25 2007 +0200
42029
42030     TQM5200: fix spurious characters on second serial interface
42031
42032     With this patch PSC3 is configured as UART. This is done, because if
42033     the pins of PSC3 are not configured at all (-> all pins are GPI),
42034     due to crosstalk, spurious characters may be send over the RX232_2_TXD
42035     signal line.
42036
42037     Signed-off-by: Martin Krause <martin.krause@tqs.de>
42038     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
42039
42040 commit be4a87f11e297a5cededbf7dd71c0248f3874acd
42041 Author: Martin Krause <martin.krause@tqs.de>
42042 Date:   Wed Oct 24 08:41:27 2007 +0200
42043
42044     TQM5200S: fix commands for STK52xx base board because of missing SM501 grafic controller
42045
42046     Some commands for the STK52xx base board try to access the SM501 grafic
42047     controller. But the TQM5200S has no grafic controller (only the TQM5200
42048     and the TQM5200B have). This patch deactivates the commands accessing
42049     the SM501 for the TQM5200S.
42050
42051     Signed-off-by: Martin Krause <martin.krause@tqs.de>
42052     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
42053
42054 commit b31f64343ead9482cd439b1adbe4c34026a641b1
42055 Author: Martin Krause <martin.krause@tqs.de>
42056 Date:   Mon Oct 22 16:45:53 2007 +0200
42057
42058     TQM5200: fix spurious characters on second serial interface
42059
42060     With this patch PSC3 is configured as UART. This is done, because if
42061     the pins of PSC3 are not configured at all (-> all pins are GPI),
42062     due to crosstalk, spurious characters may be send over the RX232_2_TXD
42063     signal line.
42064
42065     Signed-off-by: Martin Krause <martin.krause@tqs.de>
42066
42067 commit 0fc0f91b20ffa802f5a66534ca5c2844910583f6
42068 Author: Martin Krause <martin.krause@tqs.de>
42069 Date:   Mon Oct 22 16:40:06 2007 +0200
42070
42071     TQM5200S: fix commands for STK52xx base board because of missing SM501 grafic controller
42072
42073     Some commands for the STK52xx base board try to access the SM501 grafic
42074     controller. But the TQM5200S has no grafic controller (only the TQM5200
42075     and the TQM5200B have). This patch deactivates the commands accessing
42076     the SM501 for the TQM5200S.
42077
42078     Signed-off-by: Martin Krause <martin.krause@tqs.de>
42079
42080 commit 7b0a42219f30277f71f4405cbaf8a269f6d2d227
42081 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
42082 Date:   Sun Oct 21 09:14:28 2007 +0200
42083
42084     Mips: Fix string functions differ prototype declaration
42085
42086     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
42087
42088 commit cb8250fe4b3c4ed549b270e8a20bc22060e7e1d2
42089 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
42090 Date:   Fri Oct 19 17:51:40 2007 -0500
42091
42092     fsl_pci_init enable COMMAND_MEMORY if inbound window
42093
42094     Patch 16e23c3f removed PCSRBAR allocation.  But passing zero windows
42095     to pciauto_setup_device has the side effect of not getting
42096     COMMAND_MEMORY set.
42097
42098     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
42099
42100 commit e9d0d527992566ebef9826962ff1745b2f082b92
42101 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
42102 Date:   Fri Oct 19 10:55:24 2007 +0200
42103
42104     delta: Fix OHCI_REGS_BASE undeclared and wait_ms implicit declaration
42105
42106     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
42107
42108 commit 9c4884f54da982ce990c7d1760ac81b0704d3c64
42109 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
42110 Date:   Fri Oct 19 08:10:15 2007 +0200
42111
42112     fix warning: no return statement in function returning non-void
42113
42114     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
42115
42116 commit e78220f6e514206757acfe247297fc9a328a881f
42117 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
42118 Date:   Fri Oct 19 06:33:45 2007 +0200
42119
42120     xsengine: Fix no partition type specified, use DOS as default
42121
42122     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
42123
42124 commit 10cdb8dbd67a818823ab9ec88b68fc348903db59
42125 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
42126 Date:   Fri Oct 19 00:24:59 2007 +0200
42127
42128     lubbock: Fix no partition type specified, use DOS as default
42129
42130     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
42131
42132 commit 41b4d282d38fa7231c315c5f6cfff5bdd24e0191
42133 Author: Wolfgang Denk <wd@denx.de>
42134 Date:   Tue Oct 23 16:50:03 2007 +0200
42135
42136     Coding style: keep lists sorted; update CHANGELOG
42137
42138     Signed-off-by: Wolfgang Denk <wd@denx.de>
42139
42140 commit 58b74b05c621e2835ecf4e2d3243042cf4186777
42141 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
42142 Date:   Fri Oct 19 00:09:05 2007 +0200
42143
42144     Fix missing drivers makefile entries ds1722.c mw_eeprom.c
42145
42146     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
42147
42148 commit 96455bfebc9887837095c9051d216f53c61b5f10
42149 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
42150 Date:   Fri Oct 19 00:07:39 2007 +0200
42151
42152     Fix warning differ in signedness in board/innokom/innokom.c
42153
42154     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
42155
42156 commit 2a4741d9a14ec475f50e9856d2c0a67e8b4271bd
42157 Author: Marcel Ziswiler <marcel@ziswiler.com>
42158 Date:   Fri Oct 19 00:25:33 2007 +0200
42159
42160     fix pxa255_idp board
42161
42162     The pxa255_idp being an old unmaintained board showed several issues:
42163     1. CONFIG_INIT_CRITICAL was still defined.
42164     2. Neither CONFIG_MAC_PARTITION nor CONFIG_DOS_PARTITION was defined.
42165     3. Symbol flash_addr was undeclared.
42166     4. The boards lowlevel_init function was still called memsetup.
42167     5. The TEXT_BASE was still 0xa3000000 rather than 0xa3080000.
42168     6. Using -march=armv5 instead of -march=armv5te resulted in lots of
42169     'target CPU does not support interworking' warnings on recent compilers.
42170     7. The PXA's serial driver redefined FFUART, BTUART and STUART used as
42171     indexes rather than the register definitions from the pxa-regs header
42172     file. Renamed them to FFUART_INDEX, BTUART_INDEX and STUART_INDEX to
42173     avoid any ambiguities.
42174     8. There were several redefinition warnings concerning ICMR, OSMR3,
42175     OSCR, OWER, OIER, RCSR and CCCR in the PXA's assembly start file.
42176     9. The board configuration file was rather outdated.
42177     10. The part header file defined the vendor, product and revision arrays
42178     as unsigned chars instead of just chars in the block_dev_desc_t
42179     structure.
42180
42181     Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
42182
42183 commit 298cd4cafe81ff8a6c87be8fbc440a20720d3ed6
42184 Author: Rune Torgersen <runet@innovsys.com>
42185 Date:   Wed Oct 17 11:56:31 2007 -0500
42186
42187     Make MPC8266ADS command selection more robust
42188
42189     Fix MPC8266 command line definition so it won't break when new commands
42190     are added to u-boot.
42191     Signed-off-by Rune Torgersen <runet@innovsys.com>
42192
42193 commit d3afa1ee19345a31fd1eaad3e98b97d13ca47315
42194 Author: Bartlomiej Sieka <tur@semihalf.com>
42195 Date:   Tue Oct 23 13:14:10 2007 +0200
42196
42197     Motion-PRO: Update configuration to accomodate next generation board.
42198
42199     New board has faster oscillator and a different Flash chip. This affects:
42200     - CFG_MPC5XXX_CLKIN
42201     - SDRAM timings
42202     - Flash CS configuration (timings)
42203     - Flash sector size, and thus MTD partition layout
42204     - malloc() arena size (due to bigger Flash sectors)
42205     - smaller memory test range (due to bigger malloc() arena)
42206
42207     This patch also enables more extensive memory testing via "mtest".
42208
42209     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
42210
42211 commit eff501904df2bf1724a750062628ba2c51dbb1f8
42212 Author: Bartlomiej Sieka <tur@semihalf.com>
42213 Date:   Tue Oct 23 11:36:07 2007 +0200
42214
42215     Motion-PRO: Add setting of SDelay reg. to SDRAM controller configuration.
42216
42217     Per AN3221 (MPC5200B SDRAM Initialization and Configuration), the SDelay
42218     register must be written a value of 0x00000004 as the first step of the
42219     SDRAM contorller configuration.
42220
42221     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
42222
42223 commit 7a9348728ebda63cdbaacffd83099aa71d9d4c54
42224 Author: Peter Pearse <peter.pearse@arm.com>
42225 Date:   Tue Oct 23 10:22:16 2007 +0100
42226
42227     Move PL01* serial drivers to drivers/serial and adjust Makefiles.
42228
42229 commit 20d500d531a6b971ce6cc1bf191cb0092cdc0afc
42230 Author: Stefan Roese <sr@denx.de>
42231 Date:   Tue Oct 23 10:17:42 2007 +0200
42232
42233     ppc4xx: lwmon5: Some further GPIO config changes
42234
42235     Signed-off-by: Stefan Roese <sr@denx.de>
42236
42237 commit de9a738faa7c2f47286119c3bfebc3dfbfe7d86d
42238 Author: Vlad Lungu <vlad@comsys.ro>
42239 Date:   Sun Oct 21 22:10:10 2007 +0900
42240
42241     [MIPS] Fix UNCACHED_SDRAM
42242
42243     PHYSADDR is for physical address, KSEG1ADDR is for uncached.
42244
42245     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
42246     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
42247
42248 commit 00101dd7a32d12f698150123e47e4b3420279f86
42249 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
42250 Date:   Sun Oct 21 21:30:42 2007 +0900
42251
42252     [MIPS] Add PIC-related switches to PLATFORM_{CPP,LD}FLAGS and cleanup
42253
42254     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
42255
42256 commit eb700636db017d310edaeb559b13d82588560674
42257 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
42258 Date:   Sun Oct 21 10:55:37 2007 +0900
42259
42260     [MIPS] u-boot.lds: Define _gp in a standard manner
42261
42262     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
42263
42264 commit 22069215eb7adf5a3888bf7c7784ea9d70a72cd0
42265 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
42266 Date:   Sun Oct 21 10:55:36 2007 +0900
42267
42268     [MIPS] Fix $gp usage
42269
42270     Now we load $gp with _GLOBAL_OFFSET_TABLE_, but this is incorrect use.
42271     As a general principle, we should use _gp for $gp.
42272
42273     Thanks to linker script's help we fortunately have _gp which equals to
42274     _GLOBAL_OFFSET_TABLE_. But once _gp gets out of alignment, we will not
42275     be able to access to GOT entires, global variables and procedure entry
42276     points. The right thing to do is to use _gp.
42277
42278     This patch also introduce a new symbol `.gpword _GLOBAL_OFFSET_TABLE_'
42279     which holds the offset from _gp. When updating GOT entries, we use this
42280     offset and _gp to calculate the final _GLOBAL_OFFSET_TABLE_.
42281
42282     This patch is originally submitted by Vlad Lungu <vlad@comsys.ro>, then
42283     I made some change to leave over num_got_entries.
42284
42285     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
42286     Cc: Vlad Lungu <vlad@comsys.ro>
42287
42288 commit cbf2323b5b8285ea01acba7bbb905a3162d9b021
42289 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
42290 Date:   Sun Oct 21 10:55:36 2007 +0900
42291
42292     [MIPS] u-boot.lds: Fix __got_start and __got_end
42293
42294     Ensure that __got_start points to top of the `.got', and __got_end points
42295     to bottom as well, so that we never fail to count num_got_entries.
42296
42297     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
42298
42299 commit e5f325fec5b48ae705c89522923ba5a2e37cd5c7
42300 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
42301 Date:   Sun Oct 21 10:55:36 2007 +0900
42302
42303     [MIPS] u-boot.lds: Remove duplicated .sdata section
42304
42305     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
42306
42307 commit 05bf4919c1ce49cdedadacd564d0786a8ed796a1
42308 Author: Wolfgang Denk <wd@denx.de>
42309 Date:   Sun Oct 21 01:01:17 2007 +0200
42310
42311     Minor coding style cleanup; update CHANGELOG
42312
42313     Signed-off-by: Wolfgang Denk <wd@denx.de>
42314
42315 commit ff285ca07eda1ea4a8909848cc1cc604ec8fec9c
42316 Author: Vlad Lungu <vlad@comsys.ro>
42317 Date:   Thu Oct 4 20:47:10 2007 +0300
42318
42319     Fix NE2000 driver:
42320
42321     Fixed typo in ne2000.h, thinko re n2k_inb() usage, don't try
42322     to do anything in eth_stop() if eth_init() was not called.
42323     Simplified RX path in order to avoid timeouts on really really
42324     fast NE2000 cards (read: qemu with internal tftp), NetLoop() is
42325     clever enough to cope with 1 packet per eth_rx().
42326
42327     Signed-off-by: Vlad Lungu <vlad@comsys.ro>
42328
42329 commit df90968b48fb34fa9072fab150db2ac89678f537
42330 Author: urwithsughosh@gmail.com <urwithsughosh@gmail.com>
42331 Date:   Mon Sep 24 13:32:13 2007 -0400
42332
42333     Setting MSR[DE] in do_reset
42334
42335     Hello,
42336        This patch ensures the soft reset of the board for the 85xx boards
42337        by setting the MSR[DE] in the do_reset function.
42338
42339     Signed-off-by: Sughosh Ganu <urwithsughosh@gmail.com>
42340
42341 commit 1e701e701304b3c3a3768ca83dd2ab7b9e88c77d
42342 Author: urwithsughosh@gmail.com <urwithsughosh@gmail.com>
42343 Date:   Mon Sep 24 13:36:01 2007 -0400
42344
42345     MSR overwrite fix
42346
42347     Hello,
42348       This patch fixes the MSR overwrite in the start.S when moving out of
42349       the last 4K page.
42350
42351     Signed-off-by: Sughosh Ganu <urwithsughosh@gmail.com>
42352
42353 commit 5c7ea64bb74a850a2b2303f853a8270695ad8602
42354 Author: Dan Wilson <dwilson@fulcrummicro.com>
42355 Date:   Fri Oct 19 11:33:48 2007 -0500
42356
42357     tsec driver should clear RHALT on startup
42358
42359     This was causing problems for some people.
42360
42361     Signed-off-by: Alain Gravel <agravel@fulcrummicro.com>
42362     Signed-off-by: Dan Wilson <dwilson@fulcrummicro.com>
42363     Signed-off-by: Andy Fleming <afleming@freescale.com>
42364
42365 commit 7600d47b8f6a10019e537dc9a62aa1498df58d25
42366 Author: Kumar Gala <galak@kernel.crashing.org>
42367 Date:   Thu Oct 11 00:29:18 2007 -0500
42368
42369     Improve handling of PCI interrupt device tree fixup on MPC85xx CDS
42370
42371     On the MPC85xx CDS we have two issues:
42372
42373     1. The device tree fixup code did not check to see if the property we are
42374     trying to update is actually found.  Its possible that it would update
42375     random memory starting at 0.
42376
42377     2. Newer Linux kernel's have moved the location of the PCI nodes to be
42378     sibilings of the soc node and not children.  The explicit PATH to the PCI
42379     node would not be found for these device trees.  Add the ability to handle
42380     both paths.  In the future we shouldn't handle such fixups by explicit path.
42381
42382     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
42383
42384 commit a3063eec775719b7e91023bbec3f64b3118791df
42385 Author: Kumar Gala <galak@kernel.crashing.org>
42386 Date:   Thu Oct 11 00:18:48 2007 -0500
42387
42388     Set OF_STDOUT_PATH to match the default console on MPC8568 MDS
42389
42390     On the MPC8568 MDS we use ttyS0, UART0, etc. as the standard configured
42391     console.  Make it so we match that config what we tell Linux as the early
42392     STDOUT console.
42393
42394     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
42395
42396 commit e1ce3cb617bb06f91f82f98915391175addf3e82
42397 Author: Kumar Gala <galak@kernel.crashing.org>
42398 Date:   Tue Oct 2 11:12:27 2007 -0500
42399
42400     Remove magic numbers from cache related operations for mpc85xx
42401
42402     The mpc85xx start code uses some magic numbers that we actually
42403     have #defines for in <config.h> so use those instead.
42404
42405     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
42406
42407 commit 5441f61a3d8b7034f19fc1361183e936198e6dbb
42408 Author: Detlev Zundel <dzu@denx.de>
42409 Date:   Fri Oct 19 16:47:26 2007 +0200
42410
42411     Fix two typos.
42412
42413     Signed-off-by: Detlev Zundel <dzu@denx.de>
42414
42415 commit 281df457c1aa50d2752165d0c5c3282d4027b974
42416 Author: Tony Li <tony.li@freescale.com>
42417 Date:   Thu Oct 18 17:47:19 2007 +0800
42418
42419     mpc83xx: Add configure entry for MPC83xx ATM support
42420
42421     Add MPC8360EMDS_ATM_config and MPC832XEMDS_ATM_config into
42422     Makfile and MAKEALL
42423
42424     Signed-off-by: Tony Li <tony.li@freescale.com>
42425     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
42426
42427 commit d2646554f529a9577515eceb0ec5eceee18244ba
42428 Author: Tony Li <tony.li@freescale.com>
42429 Date:   Thu Oct 18 17:44:38 2007 +0800
42430
42431     mpc83xx: pq-mds-pib.c typo error
42432
42433     Correct to val8 from val.
42434
42435     Signed-off-by: Tony Li <tony.li@freescale.com>
42436     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
42437
42438 commit 3e11ae80fec1ee12194940955431186abf6009c2
42439 Author: Stefan Roese <sr@denx.de>
42440 Date:   Wed Oct 17 15:40:19 2007 +0200
42441
42442     ppc4xx: Add 667/133 (CPU/PLB) frequency setup to Sequoia bootstrap command
42443
42444     Signed-off-by: Stefan Roese <sr@denx.de>
42445
42446 commit 3c89d75409eb26639d36dfa11d4ee3d8b962dc3c
42447 Author: Jon Loeliger <jdl@freescale.com>
42448 Date:   Tue Oct 16 15:27:43 2007 -0500
42449
42450     Initial mpc8610hpcd Makefile files.
42451
42452     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
42453     Signed-off-by: Mahesh Jade <mahesh.jade@freescale.com>
42454     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
42455     Signed-off-by: Jon Loeliger <jdl@freescale.com>
42456
42457 commit 9553df86d3a319c3a1a7cde7e4edd6eeb5aa64c7
42458 Author: Jon Loeliger <jdl@freescale.com>
42459 Date:   Tue Oct 16 15:26:51 2007 -0500
42460
42461     Initial mpc8610hpcd cpu/, README and include/ files.
42462
42463     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
42464     Signed-off-by: Mahesh Jade <mahesh.jade@freescale.com>
42465     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
42466     Signed-off-by: Jon Loeliger <jdl@freescale.com>
42467
42468 commit 3dd2db53ceb0dff80f25c2a07f83f29b907b403e
42469 Author: Jon Loeliger <jdl@freescale.com>
42470 Date:   Tue Oct 16 13:54:01 2007 -0500
42471
42472     Initial mpc8610hpcd board files.
42473
42474     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
42475     Signed-off-by: Mahesh Jade <mahesh.jade@freescale.com>
42476     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
42477     Signed-off-by: Jon Loeliger <jdl@freescale.com>
42478
42479 commit 7ee6ba1a056e4061ab4cfde30127e332e7957afd
42480 Author: runet@innovsys.com <runet@innovsys.com>
42481 Date:   Tue Oct 16 14:50:40 2007 -0500
42482
42483     Make MPC8266ADS board compile again.
42484
42485     Signed-off-by: Runet Torgersen <runet@innovsys.com>
42486
42487 commit 2491167c245d8ebe6f2dbd8c4287aaa0d14fe93a
42488 Author: Jon Loeliger <jdl@freescale.com>
42489 Date:   Mon Aug 27 12:41:03 2007 -0500
42490
42491     86xx: Allow for fewer DDR slots per memory controller.
42492
42493     As a direct correlation exists between DDR DIMM slots
42494     and SPD EEPROM addresses used to configure them, use
42495     the individually defined SPD_EEPROM_ADDRESS* values to
42496     determine if a DDR DIMM slot should have its SPD
42497     configuration read or not.
42498
42499     Effectively, this now allows for 1 or 2 DIMM slots
42500     per memory controller.
42501
42502     Signed-off-by: Jon Loeliger <jdl@freescale.com>
42503
42504 commit 4d4a945e189a2f384c66432316da2788a0ac1607
42505 Author: Rodolfo Giometti <giometti@enneenne.com>
42506 Date:   Mon Oct 15 11:59:17 2007 +0200
42507
42508     PXA USB OHCI: "usb stop" implementation.
42509
42510     Some USB keys need to be switched off before loading the kernel
42511     otherwise they can remain in an undefined status which prevents them
42512     to be correctly recognized by the kernel.
42513
42514     Signed-off-by: Rodolfo Giometti <giometti@linux.it>
42515
42516 commit e2e93442e558cf1500e92861f99713b2f045ea22
42517 Author: Stefan Roese <sr@denx.de>
42518 Date:   Mon Oct 15 11:39:00 2007 +0200
42519
42520     ppc4xx: Fix bug in I2C bootstrap values for Sequoia/Rainier
42521
42522     The I2C bootstrap values that can be setup via the "bootstrap" command,
42523     were setup incorrect regarding the generation of the internal sync PCI
42524     clock. The values for PLB clock == 133MHz were slighly incorrect and the
42525     values for PLB clock == 166MHz were totally incorrect. This could
42526     lead to a hangup upon booting while PCI configuration scan.
42527
42528     This patch fixes this issue and configures valid PCI divisor values
42529     for the sync PCI clock, with respect to the provided external async
42530     PCI frequency.
42531
42532     Here the values of the formula in the chapter 14.2 "PCI clocking"
42533     from the 440EPx users manual:
42534
42535     AsyncPCICLK - 1MHz <= SyncPCIClk <= (2 * AsyncPCIClk) - 1MHz
42536
42537     33MHz async PCI frequency:
42538     PLB = 133:
42539     =>      32 <= 44.3 <= 65        (div = 3)
42540
42541     PLB = 166:
42542     =>      32 <= 55.3 <= 65        (div = 3)
42543
42544     66MHz async PCI frequency:
42545     PLB = 133:
42546     =>      65 <= 66.5 <= 132       (div = 2)
42547
42548     PLB = 166:
42549     =>      65 <= 83 <= 132         (div = 2)
42550
42551     Signed-off-by: Stefan Roese <sr@denx.de>
42552
42553 commit 5a5958b7de70ae99f0e7cbd5c97ec1346e051587
42554 Author: Stefan Roese <sr@denx.de>
42555 Date:   Mon Oct 15 11:29:33 2007 +0200
42556
42557     ppc4xx: Fix incorrect 33/66MHz PCI clock log-message on Sequoia & Yosemite
42558
42559     The BCSR status bit for the 66MHz PCI operation was correctly
42560     addressed (MSB/LSB problem). Now the correct currently setup
42561     PCI frequency is displayed upon bootup.
42562
42563     This patch also fixes this problem on Rainier & Yellowstone, since these
42564     boards use the same souce code as Sequoia & Yosemite do.
42565
42566     Signed-off-by: Stefan Roese <sr@denx.de>
42567
42568 commit da3aad55cbde80ab6e301aafa82a2c411aa53eff
42569 Author: Martin Krause <martin.krause@tqs.de>
42570 Date:   Wed Sep 26 17:55:56 2007 +0200
42571
42572     TQM860M: adjust for doubled flash sector size.
42573
42574     Adjust flash map to support the new S29GLxxN (N-Type) Flashes with
42575     doubled sector size.
42576
42577     Signed-off-by: Martin Krause <martin.krause@tqs.de>
42578
42579 commit 9d29250e2e62f4bf20c7a20b4173d84c48f11f5d
42580 Author: Jens Gehrlein <jens.gehrlein@tqs.de>
42581 Date:   Wed Sep 26 17:55:54 2007 +0200
42582
42583     TQM8xx: Fix CAN timing.
42584
42585     Signed-off-by: Martin Krause <martin.krause@tqs.de>
42586
42587 commit d43e489baf02afae49077791fb22332d240d8656
42588 Author: Martin Krause <martin.krause@tqs.de>
42589 Date:   Thu Sep 27 14:54:36 2007 +0200
42590
42591     TQM866M: fix SDRAM refresh
42592
42593     At 133 MHz the current SDRAM refresh rate is too fast
42594     (measured 4 * 1.17 us).
42595     CFG_MAMR_PTA changes from 39 to 97. This result
42596     in a refresh rate of 4 * 7.8 us at the default clock
42597     50 MHz. At 133 MHz the value will be then 4 * 2.9 us.
42598     This is a compromise until a new method is found to
42599     adjust the refresh rate.
42600
42601     Signed-off-by: Martin Krause <martin.krause@tqs.de>
42602
42603 commit 9ef57bbee1c67cc01da2026c242c4692db32be36
42604 Author: Martin Krause <martin.krause@tqs.de>
42605 Date:   Wed Sep 26 17:55:55 2007 +0200
42606
42607     TQM866M: adjust for doubled flash sector size.
42608
42609     Adjust flash map to support the new S29GLxxN (N-Type) Flashes with
42610     doubled sector size.
42611
42612     Signed-off-by: Martin Krause <martin.krause@tqs.de>
42613
42614 commit f8bf90461d9bad2e6fed31fcebaf235f60dd6763
42615 Author: Michal Simek <monstr@monstr.eu>
42616 Date:   Sun Oct 14 16:12:29 2007 +0200
42617
42618     [FIX] XUPV2P change command handling
42619     and remove code violation
42620
42621 commit 636400198228d96983c06657b17f760f5989958e
42622 Author: Wolfgang Denk <wd@denx.de>
42623 Date:   Sun Oct 14 00:13:19 2007 +0200
42624
42625     Prepare for 1.3.0-rc3 release
42626
42627     Signed-off-by: Wolfgang Denk <wd@denx.de>
42628
42629 commit 68f14f77ca5fe5f9cc025c8cae101671f628309f
42630 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
42631 Date:   Sat Sep 29 13:41:37 2007 +0200
42632
42633     Fix warning differ in signedness in cpu/pxa/mmc.c
42634
42635     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
42636
42637 commit fc19e36f741e8bc727c0a330170b3b5db90399ef
42638 Author: Wolfgang Denk <wd@denx.de>
42639 Date:   Sat Oct 13 23:51:14 2007 +0200
42640
42641     Fix warning differ in signedness in board/mpl/vcma9/vcma9.c
42642
42643     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
42644     Signed-off-by: Wolfgang Denk <wd@denx.de>
42645
42646 commit de74b9eeacccaf0a42e5ecc9ae79a88f7a311296
42647 Author: Wolfgang Denk <wd@denx.de>
42648 Date:   Sat Oct 13 21:15:39 2007 +0200
42649
42650     Coding Style cleanup.
42651
42652     Signed-off-by: Wolfgang Denk <wd@denx.de>
42653
42654 commit e1893815b0999410d7a327589611c7b38e95299e
42655 Author: Wolfgang Denk <wd@denx.de>
42656 Date:   Fri Oct 12 15:49:39 2007 +0200
42657
42658     GP3 SSA: enable RTC
42659
42660     Signed-off-by: Wolfgang Denk <wd@denx.de>
42661
42662 commit 8002012041f1ff9f997a5727abe5015f70cd2e46
42663 Author: Grzegorz Bernacki <gjb@semihalf.com>
42664 Date:   Tue Oct 9 13:58:24 2007 +0200
42665
42666     [ads5121] EEPROM support added.
42667
42668     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
42669
42670 commit 7b624ad254b97e5a25dca2304a398b64aeedaffe
42671 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
42672 Date:   Sat Oct 6 18:55:35 2007 +0200
42673
42674     AVR32: Initialize bi_flash* in board_init_r
42675
42676     The ATSTK1000-specific flash driver intializes bi_flashstart,
42677     bi_flashsize and bi_flashoffset, but other flash drivers, like the CFI
42678     driver, don't.
42679
42680     Initialize these in board_init_r instead so that things will still be
42681     set up correctly when we switch to the CFI driver.
42682
42683     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
42684
42685 commit 2b2a587d6d3076387d22ac740f44044bf46e2cb8
42686 Author: Marian Balakowicz <m8@semihalf.com>
42687 Date:   Fri Oct 5 10:40:54 2007 +0200
42688
42689     tqm5200: Fix CONFIG_CMD_PCI typo in board config file.
42690
42691     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
42692
42693 commit 92869195ef8210758d2176230c0a36897afd50ed
42694 Author: Bartlomiej Sieka <tur@semihalf.com>
42695 Date:   Fri Oct 5 09:46:06 2007 +0200
42696
42697     CM5200: Fix missing null-termination in hostname manipulation code
42698
42699     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
42700
42701 commit 9add9884b1fddc34ca186e00a2f868ccd5d02d87
42702 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
42703 Date:   Tue Oct 2 19:09:01 2007 +0200
42704
42705     Fix memtest breakage
42706
42707     CFG_MEMTEST_START uses weird magic involving gd, which fails to
42708     compile. Use hardcoded values instead (we actually know how much RAM
42709     we have on board.)
42710
42711     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
42712
42713 commit 738815c0cc44aa329097f868dc1efc49ede9c5ba
42714 Author: Stefan Roese <sr@denx.de>
42715 Date:   Tue Oct 2 11:44:46 2007 +0200
42716
42717     ppc4xx: Coding style cleanup
42718
42719     Signed-off-by: Stefan Roese <sr@denx.de>
42720
42721 commit 87c1833a39e944db66385286fd5e28f9b3fcdd50
42722 Author: Stefan Roese <sr@denx.de>
42723 Date:   Tue Oct 2 11:44:19 2007 +0200
42724
42725     ppc4xx: lwmon5: Remove watchdog for now, since not fully tested yet
42726
42727     Signed-off-by: Stefan Roese <sr@denx.de>
42728
42729 commit 2db64784061bfc34f4ba70ef1d2fbe7133b55670
42730 Author: Grzegorz Bernacki <gjb@semihalf.com>
42731 Date:   Mon Oct 1 09:51:50 2007 +0200
42732
42733     Program EPLD to force full duplex mode for PHY.
42734
42735     EPLD forces modes of PHY operation. By default full duplex is turned off.
42736     This fix turns it on.
42737
42738     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
42739
42740 commit 785c13477b77dcd2e6c5128fffcdb4e1943f4818
42741 Author: Timo Ketola <timo.ketola@exertus.fi>
42742 Date:   Mon Sep 24 14:50:32 2007 +0300
42743
42744     Bugfix: Use only one PTD for one endpoint
42745
42746     Original isp116x-hcd code prepared multiple PTDs for longer than 16
42747     byte transfers for one endpoint. That is unnecessary because the
42748     ISP116x is able to split long data from one PTD into multiple
42749     transactions based on the buffer size of the endpoint. It also caused
42750     serious problems if the endpoint NAKed some of the transactions. In
42751     that case ISP116x wouldn't notice that the other PTDs were for the same
42752     endpoint and would try the other PTDs possibly out of order. That would
42753     break the whole transfer.
42754
42755     This patch makes isp116x_submit_job to use one PTD for one transfer.
42756
42757     Signed-off-by: Timo Ketola <timo.ketola@exertus.fi>
42758     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
42759
42760 commit 86ec86c04326c3913178a7679aa910de071da75d
42761 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
42762 Date:   Thu Sep 27 23:27:47 2007 +0200
42763
42764     Fix missing DECLARE_GLOBAL_DATA_PTR on CONFIG_LPC2292 in serial
42765
42766     Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
42767
42768 commit 3e954beb614b5b190d7f4f4c3b641437a0132e35
42769 Author: Stefan Roese <sr@denx.de>
42770 Date:   Tue Sep 11 14:12:55 2007 +0200
42771
42772     ppc4xx: lwmon5: Change GPIO 58 to default to low (watchdog test)
42773
42774     Signed-off-by: Stefan Roese <sr@denx.de>
42775
42776 commit 1487adbdcf9594bb2eb686325a6f9540dad1b70a
42777 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
42778 Date:   Wed Sep 26 16:35:54 2007 -0500
42779
42780     85xx io out functions need sync after write.
42781
42782     This fixes the mc146818 rtc_read/write functions for 85xx.
42783
42784     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
42785
42786 commit 0d38effc6e359e6b1b0c78d66e8bc1a4dc15a2ae
42787 Author: Grant Likely <grant.likely@secretlab.ca>
42788 Date:   Tue Sep 25 15:48:05 2007 -0600
42789
42790     Fpga: fix incorrect test of CFG_FPGA_XILINX macro
42791
42792     CFG_FPGA_XILINX is a bit value used to test against the value in
42793     CONFIG_FPGA.  Testing for a value will always return TRUE.  I don't
42794     think that is the intention in this code.
42795
42796     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
42797
42798 commit 853643d8cf2ca80cb2e25c53ad5dc580abafe166
42799 Author: Michal Simek <monstr@monstr.eu>
42800 Date:   Mon Sep 24 00:41:30 2007 +0200
42801
42802     [FIX] change command handling and removing code violation
42803
42804 commit f240356507038e5ce55e8a24cb2607e9eae6d10c
42805 Author: Michal Simek <monstr@monstr.eu>
42806 Date:   Mon Sep 24 00:36:06 2007 +0200
42807
42808     [FIX] change sets of commands
42809     because changing of command handling brings
42810     compilation problems
42811
42812 commit cb1bc63b75a232571eb69aa2c8aa919321655845
42813 Author: Michal Simek <monstr@monstr.eu>
42814 Date:   Mon Sep 24 00:30:42 2007 +0200
42815
42816     [FIX] Email reparation & Copyright
42817     Both codes are written by myself without any
42818     support from CTU
42819
42820 commit 0731cbae6c2feab93b244d83fd6a43f5cc9bf852
42821 Author: Michal Simek <monstr@monstr.eu>
42822 Date:   Mon Sep 24 00:25:11 2007 +0200
42823
42824     [PATCH] Change macro name for UartLite
42825     because PowerPC 405 can use UartLite as console
42826
42827 commit 1c1100d2fcf46b9d11dcf78d6e5aea75e2e8b716
42828 Author: Michal Simek <monstr@monstr.eu>
42829 Date:   Mon Sep 24 00:21:19 2007 +0200
42830
42831     [PATCH] Add support for design without interrupt controller
42832     Polling timer
42833
42834 commit 0731933ec8ec45d02ba89b52df673d526873cdde
42835 Author: Michal Simek <monstr@monstr.eu>
42836 Date:   Mon Sep 24 00:19:48 2007 +0200
42837
42838     [FIX] resolve problem with cpu without barrel shifter
42839
42840 commit db14d77995ce515b728b178b63f82babe60e3d56
42841 Author: Michal Simek <monstr@monstr.eu>
42842 Date:   Mon Sep 24 00:18:46 2007 +0200
42843
42844     [FIX] repair email address
42845
42846 commit 481d4328618804add1f818a6c96296121cd0528e
42847 Author: Michal Simek <monstr@monstr.eu>
42848 Date:   Mon Sep 24 00:17:42 2007 +0200
42849
42850     [FIX] repair MFSL commands
42851
42852 commit b90c045f035c3cc9b5d2edaed6048dfb74e40763
42853 Author: Michal Simek <monstr@monstr.eu>
42854 Date:   Mon Sep 24 00:08:37 2007 +0200
42855
42856     synchronizition with mainline
42857
42858 commit eda3e1e6619ad0bee94ae4b16c99d88e77e2af13
42859 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
42860 Date:   Sun Sep 23 02:42:38 2007 +0900
42861
42862     sh: Add support command of ide with sh
42863
42864     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
42865
42866 commit d91ea45d15cf8e0987456bd211ffbb650824b6f1
42867 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
42868 Date:   Sun Sep 23 02:38:42 2007 +0900
42869
42870     sh: Update Makefile
42871
42872     Add support MS7722SE01 to Makefile.
42873
42874     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
42875
42876 commit 6c0bbdccd379f5c8702af9e0765294c2fb7472a6
42877 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
42878 Date:   Sun Sep 23 02:31:13 2007 +0900
42879
42880     sh: Add support Renesas sh7722 processor and Hitachi MS7722SE01 board
42881
42882     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
42883
42884 commit 047375bfa4c3052fa50a748da7ff89e9dad3b364
42885 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
42886 Date:   Sun Sep 23 02:19:24 2007 +0900
42887
42888     sh: Update MS7750SE01 platform
42889
42890     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
42891
42892 commit 516ad760db3553766267ada01b7d5d727faa4bbd
42893 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
42894 Date:   Sun Sep 23 02:17:08 2007 +0900
42895
42896     sh: Remove comment out code from include/asm-sh/cpu_sh4.h
42897
42898     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
42899
42900 commit b02bad128669e567fce87d8df823b06a0144b8db
42901 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
42902 Date:   Sun Sep 23 02:12:30 2007 +0900
42903
42904     sh: Update core code of SuperH.
42905
42906     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
42907
42908 commit 66dcad3a9a53e0766d90e0084123bd8529522fb0
42909 Author: Wolfgang Denk <wd@denx.de>
42910 Date:   Thu Sep 20 00:04:14 2007 +0200
42911
42912     v1.3.0-rc2
42913
42914     Signed-off-by: Wolfgang Denk <wd@denx.de>
42915
42916 commit 135e19bc2773ebca487e9a8371f67e1ba202313a
42917 Author: Wolfgang Denk <wd@denx.de>
42918 Date:   Tue Sep 18 21:36:35 2007 +0200
42919
42920     Avoid compiler warning.
42921
42922     Signed-off-by: Wolfgang Denk <wd@denx.de>
42923
42924 commit 8a783a65851bc7421ab69f442261215e21b8891a
42925 Author: Grant Likely <grant.likely@secretlab.ca>
42926 Date:   Tue Sep 18 12:24:57 2007 -0600
42927
42928     Bugfix: remove embedded null (\0) from CFG_BOOTFILE macro in TQM8540_config
42929
42930     /bin/bash and /bin/dash (which /bin/sh is linked to on ubuntu) handle embedded
42931     nulls in a string differently.  For example, the following statement:
42932         echo "this is a string\0" > afile
42933     Will produce the following with /bin/bash:
42934         "this is a string\0"
42935     But with /bin/dash, will produce:
42936         "this is a string
42937
42938     Bug fixed by moving the embedded null out of the makefile and into the
42939     config header.  Also renamed the macro to avoid usage colision with the same
42940     macro used by other board ports.
42941
42942     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
42943
42944 commit f8d3ca7b6fa322ac57e8e831f07dbeea039a9f35
42945 Author: Wolfgang Denk <wd@denx.de>
42946 Date:   Tue Sep 18 17:40:27 2007 +0200
42947
42948     MCC200: fix build warning
42949
42950     The MCC200 board config file includes version.h for some customer-
42951     specific setting, which causes warnings with "make depend"; build
42952     version.h before depend.
42953
42954     Signed-off-by: Wolfgang Denk <wd@denx.de>
42955
42956 commit bd86220f58b99d6896198c385fda132f0c980915
42957 Author: Peter Pearse <peter.pearse@arm.com>
42958 Date:   Tue Sep 18 13:07:54 2007 +0100
42959
42960     Move coloured led API to status_led.h
42961     Improve indentation in drivers/at45.c
42962
42963 commit e80e585b00fbbab7ad1bf71619741f2c5b029ab7
42964 Author: Eirik Aanonsen <eaa@wprmedical.com>
42965 Date:   Tue Sep 18 08:47:20 2007 +0200
42966
42967     Update atstk1002 bootargs.
42968
42969     Updates to atstk1002 U-Boot header file:
42970     - Changed bootargs:
42971         * Set the bootargs for at1002 to point to the SD-card partition instead
42972         * ... of the boot flash.
42973         * Removing the rootfstype since that argument are not needed.
42974
42975     Signed-off-by: Eirik Aanonsen <eaa@wprmedical.com>
42976     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
42977
42978 commit a4f3aab6dfbed6c29367c688bfb8a47eef62c225
42979 Author: Eirik Aanonsen <eaa@wprmedical.com>
42980 Date:   Wed Sep 12 13:32:37 2007 +0200
42981
42982     Add some comments to clocks in atstk1002.h
42983
42984     This patch applies some clarifying comments to how the different
42985     clocks are setup according to atstk1002.h Some of the previous
42986     comments where stating wrongful information.
42987
42988     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
42989
42990 commit 97213f32416ead885deafea86774e912ffd60ad0
42991 Author: David Saada <David.Saada@ecitele.com>
42992 Date:   Mon Sep 17 17:04:47 2007 +0200
42993
42994     Description: Add NEC's PCI OHCI module ID to the USB OHCI driver
42995
42996     Signed-off-by: David Saada <david.saada@ecitele.com>
42997
42998 commit 30363e98fa470fbecea5e8bc0f1443352754f303
42999 Author: Stefan Roese <sr@denx.de>
43000 Date:   Mon Sep 17 08:20:47 2007 +0200
43001
43002     Small whitespace cleanup of OneNAND patch
43003
43004     Signed-off-by: Stefan Roese <sr@denx.de>
43005
43006 commit d7e8ce101a4a45ed6ed45739fc2de5f87b13f7f1
43007 Author: Kyungmin Park <kmpark@infradead.org>
43008 Date:   Mon Sep 10 17:15:14 2007 +0900
43009
43010     OneNAND support (take #2)
43011
43012     [PATCH 3/3] OneNAND support (take #2)
43013
43014     OneNAND support at U-Boot
43015
43016     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
43017
43018 commit 17aa2800457df0c06b41516f46f126712c196219
43019 Author: Kyungmin Park <kmpark@infradead.org>
43020 Date:   Mon Sep 10 17:14:34 2007 +0900
43021
43022     OneNAND support (take #2)
43023
43024     [PATCH 2/3] OneNAND support (take #2)
43025
43026     OneNAND support at U-Boot
43027
43028     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
43029
43030 commit 916527f4809a7bcd811f1f1daf34af184e31dd8c
43031 Author: Kyungmin Park <kmpark@infradead.org>
43032 Date:   Mon Sep 10 17:13:49 2007 +0900
43033
43034     OneNAND support (take #2)
43035
43036     [PATCH 1/3] OneNAND support (take #2)
43037
43038     OneNAND support at U-Boot
43039
43040     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
43041
43042 commit b49c90df6e7cfcfb8b862b8bbf8448dff5eed9a5
43043 Author: Michal Simek <monstr@monstr.eu>
43044 Date:   Sun Sep 16 20:51:57 2007 +0200
43045
43046     [FIX] remove files form repository
43047
43048 commit 67c31036acaaaa992fc346cc89db0909a7e733c4
43049 Author: Wolfgang Denk <wd@denx.de>
43050 Date:   Sun Sep 16 17:10:04 2007 +0200
43051
43052     TQM8xx[LM]: Fix broken environment alignment.
43053
43054     With recent toolchains, the environment sectors were no longer aligned to
43055     sector boundaries. The reason was a combination of two bugs:
43056
43057     1) common/environment.c assumed that CONFIG_TQM8xxL would be defined
43058        for all TQM8xxL and TQM8xxM boards. But "include/common.h", where
43059        this gets defined, is not included here (and cannot be included
43060        without causing lots of problems).
43061
43062        Added a new #define CFG_USE_PPCENV for all boards which really
43063        want to put the environment is a ".ppcenv" section.
43064
43065     2) The linker scripts just include environment.o, silently assuming
43066        that the objects in that file are really in the order in which
43067        they are coded in the C file, i. e. "environment" first, then
43068        "redundand_environment", and "env_size" last. However, current
43069        toolchains (GCC-4.x) reorder the objects, causing the environment
43070        data not to start on a flash sector boundary:
43071
43072        Instead of:                                      we got:
43073
43074         40008000 T environment                  40008000 T env_size
43075         4000c000 T redundand_environment        40008004 T redundand_environment
43076         40010000 T env_size                     4000c004 T environment
43077
43078        Note: this patch fixes just the first part, and cures the alignment
43079        problem by making sure that "env_size" gets placed correctly. However,
43080        we still have a potential issue because primary and redundant
43081        environment sectors are actually swapped, i. e. we have now:
43082
43083         40008000 T redundand_environment
43084         4000c000 T environment
43085         40010000 T env_size
43086
43087        This shall be fixed in the next version.
43088
43089     Signed-off-by: Wolfgang Denk <wd@denx.de>
43090
43091 commit eb6da8050797c204c9d010548424186c7ce32fc1
43092 Author: Wolfgang Denk <wd@denx.de>
43093 Date:   Sun Sep 16 02:39:35 2007 +0200
43094
43095     TQM8xx/FPS8xx: adjust flash partitions for 2.6 ARCH=powerpc kernels
43096
43097     Signed-off-by: Wolfgang Denk <wd@denx.de>
43098
43099 commit cd2d1602c54cc6957bdef3872272a4b264893960
43100 Author: urwithsughosh@gmail.com <urwithsughosh@gmail.com>
43101 Date:   Mon Sep 10 14:54:56 2007 -0400
43102
43103     Typo fix in tsec.c
43104
43105     Fixup for the break statement in wrong place.
43106
43107     [Patch by urwithsughosh@gmail.com]
43108     Acked-by: Andy Fleming <afleming@freescale.com>
43109     Signed-off-by:      Wolfgang Denk <wd@denx.de>
43110
43111 commit 5bd7fe9aeb76906371f40b8fd07613f10922e3e7
43112 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
43113 Date:   Tue Sep 11 17:04:00 2007 +0200
43114
43115     Fix do_div() usage in nand process output
43116
43117     Fix usage of do_div() in nand erase|read|write process output.
43118
43119     The last patch to nand_util.c introduced do_div() instead of libgcc's
43120     implementation. But do_div() returns the quotient in its first
43121     macro parameter and not as result.
43122
43123     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
43124
43125 commit c750d2e6692a000a82f29de7bf24e3dc21239161
43126 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
43127 Date:   Wed Sep 12 12:36:53 2007 +0200
43128
43129     NAND: Add CFG_NAND_QUIET option
43130
43131     This config option sets the default for the progress information
43132     output behavior that can also be configured through the 'quiet'
43133     environment variable.
43134
43135     The legacy NAND code does not print the current progress info
43136     on the console. So this option is for backward compatibility for
43137     units that are in the field and where setting the quiet variable
43138     is not an option. With CFG_NAND_QUIET set to '1' the console
43139     progress info is turned off. This can still be overwritten
43140     through the environment variable.
43141
43142     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
43143
43144 commit dcb88630290d2bcd803386dd4c2be73142994c4f
43145 Author: Liew Tsi Chung-r5aahp <Tsi-chung.Liew@freescale.com>
43146 Date:   Thu Sep 13 16:06:05 2007 -0700
43147
43148     ColdFire: fix build error becasue of bad type of mii_init()
43149
43150     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
43151
43152 commit 314d5b6ce52a4ed19dd295d1364e246c5e605017
43153 Author: Liew Tsi Chung-r5aahp <Tsi-chung.Liew@freescale.com>
43154 Date:   Thu Sep 13 16:04:05 2007 -0700
43155
43156     ColdFire: Fix build error caused by pixis.c
43157
43158     Moved the #include <asm/cache.h> inside the #ifdef CONFIG_FSL_PIXIS.
43159
43160     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
43161
43162 commit e21659e30660a1377c42af135a6114efe39801d9
43163 Author: Sam Sparks <SSparks@twacs.com>
43164 Date:   Fri Sep 14 11:14:42 2007 -0600
43165
43166     Update MPC8349ITX*_config to place config.tmp in right place.
43167
43168     MPC834ITX*_config does not store config.tmp at the correct locatation,
43169     causing MPC8349ITXGP to have the wrong TEXT_BASE.
43170
43171     Signed-off-by: Sam Sparks <SSparks@twacs.com>
43172     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
43173
43174 commit 1218abf1b5817a39a82399b4b928b00750575bda
43175 Author: Wolfgang Denk <wd@denx.de>
43176 Date:   Sat Sep 15 20:48:41 2007 +0200
43177
43178     Fix cases where DECLARE_GLOBAL_DATA_PTR was not declared as global
43179
43180     Signed-off-by: Wolfgang Denk <wd@denx.de>
43181
43182 commit 66b3f24d665be678a9dbb125b1e84185400f63b5
43183 Author: Dirk Behme <dirk.behme@googlemail.com>
43184 Date:   Sat Sep 15 11:55:42 2007 +0200
43185
43186     Make DECLARE_GLOBAL_DATA_PTR global for DaVinci
43187
43188     As discussed in [1], DECLARE_GLOBAL_DATA_PTR has to be global and not
43189     function local.
43190
43191     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
43192
43193     [1] http://article.gmane.org/gmane.comp.boot-loaders.u-boot/31805
43194
43195 commit 991b089d1ce5ad945725e3657a8f106dfa02a38e
43196 Author: Michal Simek <monstr@monstr.eu>
43197 Date:   Sat Sep 15 00:03:35 2007 +0200
43198
43199     Synchronize with U-BOOT mainline
43200
43201 commit d7fee32b7e61fe11c64e371cde79faa4768e8350
43202 Author: Sam Sparks <SSparks@twacs.com>
43203 Date:   Fri Sep 14 11:14:42 2007 -0600
43204
43205     Update MPC8349ITX*_config to place config.tmp in right place.
43206
43207     MPC834ITX*_config does not store config.tmp at the correct locatation,
43208     causing MPC8349ITXGP to have the wrong TEXT_BASE.
43209
43210     Signed-off-by: Sam Sparks <SSparks@twacs.com>
43211     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
43212     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
43213
43214 commit 6e7b7b6ea1b6d04dbe96242eb6a0c1c664c98e8c
43215 Author: Bartlomiej Sieka <tur@semihalf.com>
43216 Date:   Thu Sep 13 18:21:48 2007 +0200
43217
43218     cm5200: Fix a typo introduced by afaac86fe2948ac84cd9a12bbed883b3c683e7d9
43219
43220     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
43221
43222 commit e1f601b572db5de9aa81a0b77c68a86994fe24c4
43223 Author: Bartlomiej Sieka <tur@semihalf.com>
43224 Date:   Thu Sep 13 16:33:59 2007 +0200
43225
43226     tqm5200: Restore customary env. variable boot commands for powerpc kernels
43227
43228     - update default definitions of kernel_addr and fdt_addr env. variables
43229     - make arch/powerpc booting the default scenario
43230     - update MTD partition layout to match the above
43231
43232     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
43233
43234 commit f34024d4a328e6edd906456da98d2c537155c4f7
43235 Author: Wolfgang Denk <wd@denx.de>
43236 Date:   Wed Sep 12 00:48:57 2007 +0200
43237
43238     Fix memory corruption problem on STX GP3 SSA Board.
43239
43240     Signed-off-by: Wolfgang Denk <wd@denx.de>
43241
43242 commit d94c79e47011af5e8dd10ed6163c09b4cfc743cc
43243 Author: Peter Pearse <peter.pearse@arm.com>
43244 Date:   Tue Sep 11 15:35:01 2007 +0100
43245
43246     Final tidy
43247
43248 commit 38ad82da0c1180ecdeb212a8f4245e945bcc546e
43249 Author: Grzegorz Bernacki <gjb@semihalf.com>
43250 Date:   Tue Sep 11 15:42:11 2007 +0200
43251
43252     [GP3SSA] Add define CONFIG_MPC85XX_PCI2 in config file to allow u-boot to
43253     scan on second pci bus.
43254
43255     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
43256
43257 commit 6c2f4f388e8181655ea8b69343ea00b68aa6e8d0
43258 Author: Grzegorz Bernacki <gjb@semihalf.com>
43259 Date:   Tue Sep 11 12:57:52 2007 +0200
43260
43261     [ppc4xx] Individual handling of sdram.c for bamboo_nand build
43262
43263     Bamboo has a file sdram.c which needs special treatment when building in
43264     separate directory. It has to be linked to build directory otherwise it is
43265     not seen.
43266
43267     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
43268
43269 commit d45963854eff39d575124d859419bb4953ce2c87
43270 Author: Michal Simek <monstr@monstr.eu>
43271 Date:   Tue Sep 11 00:37:04 2007 +0200
43272
43273     [FIX] Microblaze ML401 - repare FLASH handling
43274
43275 commit 38c1ef728d19950414a8ab1ccfc53767848fa346
43276 Author: Sean MCGOOGAN <sean.mcgoogan@st.com>
43277 Date:   Mon Sep 10 16:55:59 2007 +0100
43278
43279     Allocate CPU Architecture Code for STMicroelectronics' ST200.
43280
43281     Signed-off-by: Sean McGoogan <Sean.McGoogan@st.com>
43282     ---------------------------------------------------
43283
43284 commit 754bac48156f8958d8f6a53a51eda88ab5758929
43285 Author: Wolfgang Denk <wd@denx.de>
43286 Date:   Mon Sep 10 20:42:31 2007 +0200
43287
43288     Update version to match current state.
43289
43290     Signed-off-by: Wolfgang Denk <wd@denx.de>
43291
43292 commit 7a888d6b3c32a126dbb504ef146bb4c26574ca7b
43293 Author: Grzegorz Bernacki <gjb@semihalf.com>
43294 Date:   Mon Sep 10 17:39:08 2007 +0200
43295
43296     [MPC512x] Streamline frame handling in the FEC driver
43297
43298     - convert frame size settings to be derived from a single base
43299     - set frame size to the recommended default value
43300
43301     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
43302
43303 commit e251e00d0db4b36d1d2b7e38fec43a7296b529a2
43304 Author: Kyungmin Park <kmpark@infradead.org>
43305 Date:   Mon Sep 10 11:34:00 2007 +0900
43306
43307     Remove compiler warning: target CPU does not support interworking
43308
43309     Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
43310
43311 commit 1d9e31e04911a6bb7cc66dd91132c699101c32e2
43312 Author: Wolfgang Denk <wd@denx.de>
43313 Date:   Sun Sep 9 21:21:33 2007 +0200
43314
43315     Fix compile error in spc1920 config.
43316
43317     Signed-off-by: Markus Klotzbücher <mk@denx.de>
43318     Signed-off-by: Wolfgang Denk <wd@denx.de>
43319
43320 commit a7d7eca791a37f452c9da10fef4b31dd7aa9a622
43321 Author: Grant Likely <grant.likely@secretlab.ca>
43322 Date:   Fri Sep 7 09:25:07 2007 -0600
43323
43324     Bugfix: make bootm+libfdt compile on boards with no flash
43325
43326     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
43327
43328 commit 6efc1fc0b63e55f94c5bc61d8dd23c918e3bc778
43329 Author: Grzegorz Bernacki <gjb@semihalf.com>
43330 Date:   Fri Sep 7 18:35:37 2007 +0200
43331
43332     [PPC440SPe] PCIe environment settings for Katmai and Yucca
43333
43334     - 'pciconfighost' is set by default in order to be able to scan bridges
43335     behind the primary host/PCIe
43336
43337     - 'pciscandelay' env variable is recognized to allow for user-controlled
43338     delay before the PCIe bus enumeration; some peripheral devices require a
43339     significant delay before they can be scanned (e.g. LSI8408E); without the
43340     delay they are not detected
43341
43342     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
43343
43344 commit 7f1913938984ef6c6a46cb53e003719196d9c5de
43345 Author: Grzegorz Bernacki <gjb@semihalf.com>
43346 Date:   Fri Sep 7 18:20:23 2007 +0200
43347
43348     [PPC440SPe] Improve PCIe configuration space access
43349
43350     - correct configuration space mapping
43351     - correct bus numbering
43352     - better access to config space
43353
43354     Prior to this patch, the 440SPe host/PCIe bridge was able to configure only the
43355     first device on the first bus. We now allow to configure up to 16 buses;
43356     also, scanning for devices behind the PCIe-PCIe bridge is supported, so
43357     peripheral devices farther in hierarchy can be identified.
43358
43359     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
43360
43361 commit 15ee4734e4e08003d73d9ead3ca80e2a0672e427
43362 Author: Grzegorz Bernacki <gjb@semihalf.com>
43363 Date:   Fri Sep 7 17:46:18 2007 +0200
43364
43365     [PPC440SPe] Convert machine check exceptions handling
43366
43367     Convert using fixup mechanism to suppressing MCK for the duration of config
43368     read/write transaction: while fixups work fine with the case of a precise
43369     exception, we identified a major drawback with this approach when there's
43370     an imprecise case. In this scenario there is the following race condition:
43371     the fixup is (by design) set to catch the instruction following the one
43372     actually causing the exception; if an interrupt (e.g. decrementer) happens
43373     between those two instructions, the ISR code is executed before the fixup
43374     handler the machine check is no longer protected by the fixup handler as it
43375     appears as within the ISR code. In consequence the fixup approach is being
43376     phased out and replaced with explicit suppressing of MCK during a PCIe
43377     config read/write cycle.
43378
43379     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
43380
43381 commit ff7640c9ead8806b5d827f2b29f9cb2632add729
43382 Author: Wolfgang Denk <wd@denx.de>
43383 Date:   Fri Sep 7 17:43:36 2007 +0200
43384
43385     Fix typo in MAKEALL script.
43386
43387     Signed-off-by: Wolfgang Denk <wd@denx.de>
43388
43389 commit 08e2e5fcd2e06670b62e1680a3934c0e55c72810
43390 Author: Grzegorz Bernacki <gjb@semihalf.com>
43391 Date:   Fri Sep 7 17:09:21 2007 +0200
43392
43393     [MPC512x] Proper handling of larger frames in the FEC driver
43394
43395     When frame larger than local RX buffer is received, it is split and handled
43396     by two buffer descriptors. Prior to this patch the FEC driver discarded
43397     contents of a buffer descriptor without the 'LAST' bit set, so the first
43398     part of the frame was lost in case of larger frames. This fix allows to
43399     safely combine the two pieces into the whole frame.
43400
43401     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
43402
43403 commit 8d17979d0359492a822a0a409d26e3a3549b4cd4
43404 Author: Rafal Jaworowski <raj@semihalf.com>
43405 Date:   Fri Sep 7 17:05:36 2007 +0200
43406
43407     [MPC512x] Correct fixup relocation
43408
43409     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
43410
43411 commit a89cbbd27a60e6740772000fd0688ffba1c2576a
43412 Author: Wolfgang Denk <wd@denx.de>
43413 Date:   Fri Sep 7 01:21:25 2007 +0200
43414
43415     Update CHANGELOG, minor coding style cleanup.
43416
43417 commit 5e5803e119de3bebd76fc9a57baac0b5aeccc8a3
43418 Author: stefano babic <sbabic@denx.de>
43419 Date:   Thu Aug 30 23:01:49 2007 +0200
43420
43421     PXA270: Added support for TrizepsIV board.
43422
43423     This patch add support for the Trizeps IV module (520Mhz).
43424
43425     Signed-off-by: Stefano Babic <sbabic@denx.de>
43426
43427 commit 80172c6181c912fbb34ea3ba0c22b232b419b47f
43428 Author: stefano babic <sbabic@denx.de>
43429 Date:   Thu Aug 30 22:57:04 2007 +0200
43430
43431     PXA270: Add support for multiple serial ports.
43432
43433     This patch adds support for multiple serial ports to the PXA target.
43434     FFUART, BTUART and STUART are supported.
43435
43436     Signed-off-by: Stefano Babic <sbabic@denx.de>
43437
43438 commit 28bb3f72c687ac6b2eb076b01dd21a5fd657d45e
43439 Author: stefano babic <sbabic@denx.de>
43440 Date:   Thu Aug 30 22:48:47 2007 +0200
43441
43442     PXA270: fix compile issue (invalid lvalue)
43443
43444     Code is broken for PXA270 due to "invalid lvalue in assignment".
43445
43446     This patch fix it in pxa-regs.h
43447
43448     Signed-off-by: Stefano Babic <sbabic@denx.de>
43449
43450 commit 1d2ca446e1a731df420206d04fe278c27ea6b8e8
43451 Author: Jason Jin <Jason.jin@freescale.com>
43452 Date:   Thu Aug 30 18:19:05 2007 +0800
43453
43454     Add BUILD_DIR support for bios emulator.
43455
43456     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
43457
43458 commit b4d8a55145442f136982634862341a3e02002bda
43459 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
43460 Date:   Fri Aug 31 14:41:51 2007 +0900
43461
43462     [MIPS] Remove inline asm string functions
43463
43464     Stop using inline string functions on MIPS as other ARCHs do so,
43465     since the optimized inline asm versions are not small.
43466
43467     This change is triggered by a following MIPS build error:
43468     common/libcommon.a(exports.o)(.text+0xdc): In function `jumptable_init':
43469     common/exports.c:32: undefined reference to `strcmp'
43470     make: *** [u-boot] Error 1
43471
43472     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
43473
43474 commit 8ea2c4e54833deaebc24c3ca6b7f21353c25b0f5
43475 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
43476 Date:   Fri Aug 31 14:41:45 2007 +0900
43477
43478     [MIPS] Update asm string header
43479
43480     This patches contains several bugfixes and cleanups in the latest upstream:
43481
43482      - Don't include linux/config.h
43483      - Remove buggy inline version of memscan.
43484      - Merge with Linux 2.6.11-rc3.
43485      - Fix undefined reference to strcpy in binfmt_misc caused by gcc 3.4.
43486      - Goodbye mips64.  31704 lines of code bite the dust.
43487      - Replace extern inline with static inline.
43488      - Fix return value of strncpy.
43489      - Remove a bunch more "$1" clobbers.
43490
43491     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
43492
43493 commit 5b729fb3bd98f49855d6bfc657c3fbae95f2adc2
43494 Author: Bartlomiej Sieka <tur@semihalf.com>
43495 Date:   Tue Sep 4 17:31:22 2007 +0200
43496
43497     Fix do_bootm_linux() so that multi-file images with FDT blob boot.
43498
43499     Fix incorrect blob address calculation in do_bootm_linux() that prevents
43500     booting the kernel from a multi-file image (kernel + initrd + blob).
43501
43502     Also, make minor updates to the U-Boot's output and to the coding style.
43503
43504     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
43505
43506 commit 041a2554ad619e80dce520c1a33210affcb6a3f2
43507 Author: Gary Jennejohn <gary.jennejohn@freenet.de>
43508 Date:   Fri Aug 31 14:29:04 2007 +0200
43509
43510     Add support for Sil680 IDE controller.
43511
43512     o add drivers/sil680.c to support the Sil680 IDE-controller.
43513     o drivers/Makefile: add sil680.o.
43514
43515     Signed-off-by: Gary Jennejohn <garyj@denx.de>
43516
43517 commit e79021223bc339df655e360645a52c457a74b067
43518 Author: Grant Likely <grant.likely@secretlab.ca>
43519 Date:   Thu Sep 6 09:47:40 2007 -0600
43520
43521     bootm/fdt: Only process the fdt if an fdt address was provided
43522
43523     Boards with CONFIG_OF_LIBFDT enabled are not able to boot old-style
43524     kernels using the board info structure (instead of passing a device tree)
43525     This change allows the old style booting to be used if the fdt argument
43526     was not passed to 'bootm'.
43527
43528     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
43529     Acked-by: Kim Phillips <kim.phillips@freescale.com>
43530
43531 commit cf2817a84c2e9bea2c5dfc084bce2f2d2563ac43
43532 Author: Grant Likely <grant.likely@secretlab.ca>
43533 Date:   Thu Sep 6 09:46:23 2007 -0600
43534
43535     Migrate 5xxx boards from CONFIG_OF_FLAT_TREE to CONFIG_OF_LIBFDT
43536
43537     Affects boards: icecube (lite5200), jupiter, motionpro, tqm5200
43538
43539     Tested on: lite5200b
43540
43541     Note: the fixup functions have not been moved to a common place.  This
43542     patch is targeted for immediate merging as in solves a build issue, but
43543     the final name/location of the fixups is still subject to debate.  I
43544     propose to merge this now, and move the fixups in the next merge window
43545     to be usable by all targets.
43546
43547     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
43548
43549 commit 41bb76e941929f54a73206fb132f7a4c275543a3
43550 Author: Grant Likely <grant.likely@secretlab.ca>
43551 Date:   Thu Sep 6 09:46:17 2007 -0600
43552
43553     libfdt: add convenience function fdt_find_and_setprop()
43554
43555     Given the path to a node, fdt_find_and_setprop() allows a property value
43556     to be set directly.
43557
43558     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
43559
43560 commit 80767a6cead9990d9e77e62be947843c2c72f469
43561 Author: Peter Pearse <peter.pearse@arm.com>
43562 Date:   Wed Sep 5 16:04:41 2007 +0100
43563
43564     Changed API name to coloured_led.h
43565     Removed code using deprecated ifdef CONFIG_BOOTBINFUNC
43566     Tidied other cpu/arm920t/start.S code
43567
43568 commit 56a9270521baaa00e12639a978302a67f61ef060
43569 Author: Kumar Gala <galak@kernel.crashing.org>
43570 Date:   Thu Aug 30 16:18:18 2007 -0500
43571
43572     Fix ULI RTC support on MPC8544 DS
43573
43574     The RTC on the M1575 ULI chipset requires a dummy read before
43575     we are able to talk to the RTC.  We accomplish this by adding a
43576     second memory region to the PHB the ULI is on and read from it.
43577
43578     The second region is added to maintain compatiabilty with Linux's
43579     view of the PCI memory map.
43580
43581     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
43582
43583 commit f75e89e9b5714db2b0e80074071dfbdd6f59488a
43584 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
43585 Date:   Thu Aug 30 01:58:48 2007 -0500
43586
43587     ft_board_setup update 85xx/86xx of pci/pcie bus-range property.
43588
43589     pcie is now differentiated from pci.  Add 8641 bus-range updates.
43590
43591     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
43592
43593 commit 9f5c3d3720e777a572dcdc8af2008b44c7243885
43594 Author: Peter Pearse <peter.pearse@arm.com>
43595 Date:   Tue Sep 4 16:18:38 2007 +0100
43596
43597     Add coloured led interface for ARM boards.
43598     Use it in cpu/arm920t/start.S to indicate U-Boot code has been entered.
43599
43600 commit 7462fe0d5a9d40cde083fb1a3cd73911996b5ecb
43601 Author: Peter Pearse <peter.pearse@arm.com>
43602 Date:   Tue Sep 4 14:49:28 2007 +0100
43603
43604     Move include/led.h to board/at91rm9200dk
43605
43606 commit 6e4bf9b24e57c15abc6542e685d06380bc64af27
43607 Author: Peter Pearse <peter.pearse@arm.com>
43608 Date:   Tue Sep 4 14:25:51 2007 +0100
43609
43610     Ran Lindent on drivers/at45.c
43611
43612 commit 557ab89d294f08dd532f21d19861b40093200a33
43613 Author: Peter Pearse <peter.pearse@arm.com>
43614 Date:   Tue Sep 4 14:23:50 2007 +0100
43615
43616     Rename CONFIG_CMD_MUX to CONFIG_CMD_AT91_SPIMUX
43617
43618 commit 81b73dec16fd1227369a191e725e10044a9d56b8
43619 Author: Gary Jennejohn <garyj@denx.de>
43620 Date:   Fri Aug 31 15:21:46 2007 +0200
43621
43622     ppc4xx: (Re-)Enable CONFIG_PCI_PNP on AMCC 440EPx Sequoia
43623
43624     The 440EPx has a problem when the PCI_CACHE_LINE_SIZE register is
43625     set to non-zero, because it doesn't support MRM (memory-read-
43626     multiple) correctly. We now added the possibility to configure
43627     this register in the board config file, so that the default value
43628     of 8 can be overridden.
43629
43630     Here the details of this patch:
43631
43632     o drivers_pci_auto.c: introduce CFG_PCI_CACHE_LINE_SIZE to allow
43633       board-specific settings. As an example the sequoia board requires 0.
43634       Idea from Stefan Roese <sr@denx.de>.
43635     o board/amcc/sequoia/init.S: add a TLB mapping at 0xE8000000 for the
43636       PCI IO-space. Obtained from Stefan Roese <sr@denx.de>.
43637     o include/configs/sequoia.h: turn CONFIG_PCI_PNP back on and set
43638       CFG_PCI_CACHE_LINE_SIZE to 0.
43639
43640     Signed-off-by: Gary Jennejohn <garyj@denx.de>
43641     Signed-off-by: Stefan Roese <sr@denx.de>
43642
43643 commit 60174746c668b309378a91488dded898e9553eae
43644 Author: Wolfgang Denk <wd@denx.de>
43645 Date:   Fri Aug 31 10:01:51 2007 +0200
43646
43647     Fix TFTP OACK code for short packets.
43648
43649     The old code had a loop limit overflow bug which caused a semi-
43650     infinite loop for small packets, because in "i<len-8", "i" was signed,
43651     but "len" was unsigned, and "len-8" became a huge number for small
43652     values of "len".
43653
43654     This is a workaround which replaces broken commit 8f1bc284.
43655
43656     Signed-off-by: Wolfgang Denk <wd@denx.de>
43657
43658 commit 696dd1307cd8e73a10e9bb3c51731bfd6f837bee
43659 Author: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
43660 Date:   Thu Aug 30 15:03:05 2007 +0200
43661
43662     Reduce BOOTDELAY variable to 1 second by default for STK1002
43663
43664     Signed-off-by: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
43665     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
43666
43667 commit c88b6e1cbf9a8ae2a34fb602f78a1bf4e6692b6a
43668 Author: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
43669 Date:   Thu Aug 30 15:03:04 2007 +0200
43670
43671     Remove double quotation marks around MAC address for STK1002
43672
43673     Signed-off-by: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
43674     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
43675
43676 commit ff13ac8c7bbebb238e339592de765c546dba1073
43677 Author: Wolfgang Denk <wd@denx.de>
43678 Date:   Thu Aug 30 14:42:15 2007 +0200
43679
43680     Backout commit 8f1bc284 as it causes TFTP to fail.
43681
43682     Signed-off-by: Wolfgang Denk <wd@denx.de>
43683
43684 commit 1900fbf255acba8b94fb442a16408ea85a1d46a6
43685 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
43686 Date:   Thu Aug 30 02:26:17 2007 -0500
43687
43688     Revert "Fix MPC8544DS PCIe3 scsi."
43689
43690     This reverts commit 9468e680.
43691     Commit 16e23c3f5da removing allocation of PCSRBAR is sufficient.
43692
43693     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
43694
43695 commit 8f1bc28408ded213418d9bc0780c7d8fb8a03774
43696 Author: Grant Likely <grant.likely@secretlab.ca>
43697 Date:   Wed Aug 29 18:26:24 2007 -0600
43698
43699     tftp: don't implicity trust the format of recevied packets
43700
43701     The TFTP OACK code trusts that the incoming packet is formated as
43702     ASCII text and can be processed by string functions. It also has a
43703     loop limit overflow bug where if the packet length is less than 8, it
43704     ends up looping over *all* of memory to find the 'blksize' string.
43705
43706     This patch solves the problem by forcing the packet to be null
43707     terminated and using strstr() to search for the sub string.
43708
43709     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
43710
43711 commit 04625764cc93ce8a61625ac19d7fe2a2ceee8143
43712 Author: Stefan Roese <sr@denx.de>
43713 Date:   Wed Aug 29 16:31:18 2007 +0200
43714
43715     ppc4xx: Change lwmon5 default environment to support Linux RTC
43716
43717     The Linux PCF8563 RTC driver doesn't do autoprobing, so we need
43718     to supply the RTC I2C address as bootline parameter. This patch
43719     adds support for this rtc probing parameter to the bootargs:
43720
43721     "rtc-pcf8563.probe=0,0x51"
43722
43723     Signed-off-by: Stefan Roese <sr@denx.de>
43724
43725 commit 2602a5c40ae37ab965a4e240854fdaffb51328a4
43726 Author: Kim Phillips <kim.phillips@freescale.com>
43727 Date:   Wed Aug 29 09:06:05 2007 -0500
43728
43729     sbc8641: remove unused OF_FLAT_TREE_MAX_SIZE
43730
43731     this had slipped through the cracks, since the sbc board was added
43732     after I wrote the original patch to remove all these symbols, and
43733     before it was merged.
43734
43735     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
43736
43737 commit c5bded3c88e48ae648a75d357dc81a8255fa81f1
43738 Author: Wolfgang Denk <wd@denx.de>
43739 Date:   Wed Aug 29 14:05:30 2007 +0200
43740
43741     Add mii_init() prototype
43742
43743     to get rid of a *lot* of compiler warnings.
43744
43745     Signed-off-by: Wolfgang Denk <wd@denx.de>
43746
43747 commit 2d1f23aa1e74e4a8f8ffa67f246eb98c522dfd7f
43748 Author: Wolfgang Denk <wd@denx.de>
43749 Date:   Wed Aug 29 13:35:03 2007 +0200
43750
43751     Disable network support on cmi_mpc5xx board
43752
43753     ..because it caused compiler errors and there seems to be no
43754     board maintainer to take care of this.
43755
43756     Signed-off-by: Wolfgang Denk <wd@denx.de>
43757
43758 commit 9468e6804b7e25b0f6f52e53f47bce3175400a16
43759 Author: Kumar Gala <galak@kernel.crashing.org>
43760 Date:   Mon Aug 20 09:44:00 2007 -0500
43761
43762     Fix MPC8544DS PCIe3 scsi.
43763
43764     <ed.swarthout@freescale.com>
43765
43766     The problem is pciauto_setup_device() getting called from fsl_pci_init.c
43767     is allocating memory space it doesn't need.
43768
43769     Signed-off-by: Ed Swarthout <ed.swarthout@freescale.com>
43770     Signed-off-by: Andy Fleming <afleming@freescale.com>
43771
43772 commit 4bf4abb8a4e9955556b120a1aafa30c03e74032a
43773 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
43774 Date:   Tue Aug 21 09:38:59 2007 -0500
43775
43776     8548cds fixes
43777
43778     Restore CONFIG_EXTRA_ENV_SETTINGS definition which contains the
43779     correct consoledev needed for linux boot.
43780     Standardize on fdt{file,addr} var to hold dtb file name.
43781
43782     Set PCI inbound memory region from CFG_MEMORY_{BUS,PHYS}.
43783
43784     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
43785
43786 commit 7a1ac419fa0d2d23ddd08bd61d16896a9f33c933
43787 Author: Haiying Wang <Haiying.Wang@freescale.com>
43788 Date:   Thu Aug 23 15:20:54 2007 -0400
43789
43790     Enable L2 cache for MPC8568MDS board
43791
43792     The L2 cache size is 512KB for 8568, print out the correct informaiton.
43793
43794     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
43795
43796 commit 94c47fdaf14cb29fa3fb4d4da2efdd96c803b46b
43797 Author: Jason Jin <Jason.jin@freescale.com>
43798 Date:   Wed Aug 22 17:54:49 2007 +0800
43799
43800     Remove the bios emulator binary files from MAI board
43801
43802     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
43803
43804 commit 7608d75f9c87c9eb5b3a43219d0506d3e979a13f
43805 Author: Kim Phillips <kim.phillips@freescale.com>
43806 Date:   Tue Aug 21 17:00:17 2007 -0500
43807
43808     support board vendor-common makefiles
43809
43810     if a board/$(VENDOR)/common/Makefile exists, build it.
43811
43812     also add the first such case, board/freescale/common/Makefile, to
43813     handle building board-shared EEPROM, PIXIS, and MDS-PIB code, as
43814     dictated by board configuration.
43815
43816     thusly get rid of alternate build dir errors such as:
43817
43818     FATAL: can't create /work/wd/tmp/u-boot-ppc/board/freescale/mpc8360emds/../common/pq-mds-pib.o: No such file or directory
43819
43820     by putting the common/ mkdir command in its proper place (the common
43821     Makefile). Common bits from existing individual board Makefiles have
43822     been removed.
43823
43824     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
43825
43826 commit ef8f20752712dc1cdbd86f47e3bd6e35f81c83fd
43827 Author: stefano babic <sbabic@denx.de>
43828 Date:   Tue Aug 21 15:52:33 2007 +0200
43829
43830     Fix: TFTP is not working on little endian systems
43831
43832     TFTP does not work anymore after multicast tftp
43833     patch was applied on little endian systems.
43834     This patch fix it.
43835
43836     Signed-off-by: Stefano Babic <sbabic@denx.de>
43837
43838 commit 5f470948570526e9186f053a3003da7719604e90
43839 Author: stefano babic <sbabic@denx.de>
43840 Date:   Tue Aug 21 15:50:33 2007 +0200
43841
43842     Fix MAC address setting in DM9000 driver.
43843
43844     The logic to check if there is a correct MAC address in the DM9000
43845     EEPROM, added in the last patch, is wrong. Now the MAC address is
43846     always taken from the environment, even if a suitable MAC is present
43847     in the EEPROM.
43848
43849     Signed-off-by: Stefano Babic <sbabic@denx.de>
43850
43851 commit 4a8527ef086ec7c89f40674ef024ae6f988a614a
43852 Author: Martin Krause <martin.krause@tqs.de>
43853 Date:   Tue Aug 21 12:40:34 2007 +0200
43854
43855     MPC5xxx: fix some compiler warnings in USB code
43856
43857     Fix the following warnings:
43858     - usb.c:xx: warning: function declaration isn't a prototype
43859     - usb_ohci.c:xxx: warning: passing argument 1 of '__fswab32' makes integer
43860       from pointer wihtout a cast
43861
43862     Signed-off-by: Martin Krause <martin.krase@tqs.de>
43863
43864 commit 16e23c3f5dab6937f5109365416808c7f15c122b
43865 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
43866 Date:   Mon Aug 20 23:55:33 2007 -0500
43867
43868     fsl_pci_init - Remove self PCSRBAR allocation
43869
43870     CPU physical address space was being wasted by allocating a
43871     PCSRBAR PCI inbound region to it's memory space.
43872
43873     As a rule, PCSRBAR should be left alone since it does not affect
43874     transactions from self and other masters may have changed it.
43875
43876     Signed-off-by: Ed Swarthout <ed.swarthout@freescale.com>
43877
43878 commit 0e700ce03a23bb1921149bc77008ace7103d5289
43879 Author: Martin Krause <martin.krause@tqs.de>
43880 Date:   Mon Aug 20 13:56:47 2007 +0200
43881
43882     Fix compiler warning in include/s3c2410.h
43883
43884     This patch fixes the "type qualifiers ignored on fuction return tpye"
43885     warning for include/s3c2410.h
43886
43887     Signed-off-by: Martin Krause <martin.krause@tqs.de>
43888
43889 commit 9bb8b209ed2058a5756ecbeb544c067e44a42aea
43890 Author: Dirk Behme <dirk.behme@googlemail.com>
43891 Date:   Mon Aug 20 07:09:05 2007 +0200
43892
43893     Fix compilation error for omap2420h4_config.
43894
43895     omap2420h4 switched to cfi, so remove old (already disabled) flash.c
43896     and flash_probe() calls in env_flash.c.
43897
43898     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
43899
43900 commit 3bb342fc85d79dbb6b8c2039e7cdcddc82b8d90f
43901 Author: Kim Phillips <kim.phillips@freescale.com>
43902 Date:   Fri Aug 10 14:34:14 2007 -0500
43903
43904     fdt: remove unused OF_FLAT_TREE_MAX_SIZE references
43905
43906     and make some minor corrections to the FDT part of the README.
43907
43908     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
43909
43910 commit 6af2eeb1e99c2dcc584d4c5ab7fcae30a325f4de
43911 Author: Wolfgang Denk <wd@denx.de>
43912 Date:   Wed Aug 29 01:32:05 2007 +0200
43913
43914     Minor coding style cleanup.
43915
43916     Signed-off-by: Wolfgang Denk <wd@denx.de>
43917
43918 commit a861558c65f65f1cf1302f3a35e9db7686b9e1a3
43919 Author: Heiko Schocher <hs@pollux.denx.de>
43920 Date:   Tue Aug 28 17:40:33 2007 +0200
43921
43922     [UC101] Fix: if no CF in the board, U-Boot resets sometimes.
43923
43924     Signed-off-by: Heiko Schocher <hs@denx.de>
43925
43926 commit f98984cb194bb34dbe1db9429d3b51133af30d07
43927 Author: Heiko Schocher <hs@pollux.denx.de>
43928 Date:   Tue Aug 28 17:39:14 2007 +0200
43929
43930     IDE:        - make ide_inb () and ide_outb () "weak", so boards can
43931               define there own I/O functions.
43932               (Needed for the pcs440ep board).
43933             - The default I/O Functions are again 8 Bit accesses.
43934             - Added CONFIG_CMD_IDE for the pcs440ep Board.
43935
43936     Signed-off-by: Heiko Schocher <hs@denx.de>
43937
43938 commit 2c05fd125744981e5f2828d24e66ccc20a77d25d
43939 Author: Semih Hazar <semih.hazar@indefia.com>
43940 Date:   Mon Aug 20 19:00:01 2007 +0300
43941
43942     AVR32: Change prototype of memset
43943
43944     Signed-off-by: Semih Hazar <semih.hazar@indefia.com>
43945     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
43946
43947 commit 9c02defc29b57945b600714cf61ddfd02b02fb14
43948 Author: Yuri Tikhonov <yur@emcraft.com>
43949 Date:   Sat Aug 25 05:07:16 2007 +0200
43950
43951     POST: limit memory test area to not touch global data anymore
43952
43953     As experienced on lwmon5, on some boards the POST memory test can
43954     corrupt the global data buffer (bd). This patch fixes this issue
43955     by checking and limiting this area.
43956
43957     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
43958     Signed-off-by: Stefan Roese <sr@denx.de>
43959
43960 commit 75e1a84d483e36be10e206e539b028c4889e1158
43961 Author: Stefan Roese <sr@denx.de>
43962 Date:   Fri Aug 24 15:41:42 2007 +0200
43963
43964     ppc4xx: Add RTC POST test to lwmon5 board configuration
43965
43966     Since this RTC POST test is taking quite a while to complete
43967     it's only initiated upon special keypress same as the complete
43968     memory POST.
43969
43970     Signed-off-by: Stefan Roese <sr@denx.de>
43971
43972 commit d7bfa620037a6d2210159387571bdf93aa32c162
43973 Author: Stefan Roese <sr@denx.de>
43974 Date:   Fri Aug 24 15:19:10 2007 +0200
43975
43976     ppc4xx: Change GPIO signal for watchdog triggering on lwmon5
43977
43978     Signed-off-by: Stefan Roese <sr@denx.de>
43979
43980 commit c25dd8fc25e9ca3695db996a257d9ba4dab414db
43981 Author: Stefan Roese <sr@denx.de>
43982 Date:   Thu Aug 23 11:02:37 2007 +0200
43983
43984     ppc4xx: Add support for 2nd I2C EEPROM on lwmon5 board
43985
43986     This patch adds support for the 2nd EEPROM (AT24C128) on the lwmon5
43987     board. Now the "eeprom" command can be used to read/write from/to this
43988     device. Additionally a new command was added "eepromwp" to en-/disable
43989     the write-protect of this 2nd EEPROM.
43990
43991     The 1st EEPROM is not affected by this write-protect command.
43992
43993     Signed-off-by: Stefan Roese <sr@denx.de>
43994
43995 commit c64fb30e4c5976007d56fc1789c7a0666082b536
43996 Author: Stefan Roese <sr@denx.de>
43997 Date:   Wed Aug 22 08:56:09 2007 +0200
43998
43999     ppc4xx: Remove unused option CFG_INIT_RAM_OCM
44000
44001     Signed-off-by: Stefan Roese <sr@denx.de>
44002
44003 commit 3ad63878737a5a2b1e60825bf0a7d601d7a695e7
44004 Author: Stefan Roese <sr@denx.de>
44005 Date:   Tue Aug 21 16:27:57 2007 +0200
44006
44007     ppc4xx: Add matrix kbd support to lwmon5 board (440EPx based)
44008
44009     This patch adds support for the matrix keyboard on the lwmon5 board.
44010     Since the implementation in the dsPCI is kind of compatible with the
44011     "old" lwmon board, most of the code is copied from the lwmon
44012     board directory.
44013
44014     Signed-off-by: Stefan Roese <sr@denx.de>
44015
44016 commit 3e66c078003607a7d1d214c15a5f262bc1b4032f
44017 Author: Wolfgang Denk <wd@denx.de>
44018 Date:   Sun Aug 19 10:27:34 2007 +0200
44019
44020     Fix some build errors.
44021
44022     Signed-off-by: Wolfgang Denk <wd@denx.de>
44023
44024 commit 05675735ef77dc23b5e0eb782bad1ff477b55e86
44025 Author: Wolfgang Denk <wd@denx.de>
44026 Date:   Sat Aug 18 22:00:38 2007 +0200
44027
44028     Update CHANGELOG.
44029
44030 commit 79f240f7ecc0506b43ac50d1ea405ff6540d4d57
44031 Author: Kim Phillips <kim.phillips@freescale.com>
44032 Date:   Thu Aug 16 22:52:39 2007 -0500
44033
44034     lib_ppc: make board_add_ram_info weak
44035
44036     platforms wishing to display RAM diagnostics in addition to size,
44037     can do so, on one line, in their own board_add_ram_info()
44038     implementation.
44039
44040     this consequently eliminates CONFIG_ADD_RAM_INFO.
44041
44042     Thanks to Stefan for the hint.
44043
44044     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
44045
44046 commit 815b5bd5b18569917c3e04b9757511e6ed23b9f6
44047 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
44048 Date:   Fri Aug 17 12:43:44 2007 +0900
44049
44050     PCI_READ_VIA_DWORD_OP: Fix *val uninitialized bug
44051
44052     This patch has been sent on:
44053     - 6 Jun 2007
44054
44055     Many users of PCI config read routines tend to ignore the function
44056     ret value, and are only concerned about the contents of *val. Based
44057     on this, pci_hose_read_config_{byte,word}_via_dword should initialize
44058     the *val on dword read error.
44059
44060     Without this fix, for example, we'll go on scanning bus with vendor or
44061     header_type uninitialized. This brings many unnecessary config trials.
44062
44063     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
44064
44065 commit 26667b7fa05a8bf2fc65fb9f3230b02b1a10c367
44066 Author: Stefan Roese <sr@denx.de>
44067 Date:   Sat Aug 18 14:37:52 2007 +0200
44068
44069     ColdFire: Fix some remaining problems with CFG_CMD_
44070
44071     Signed-off-by: Stefan Roese <sr@denx.de>
44072
44073 commit 8280f6a1c43247616b68224675188e5ccd124650
44074 Author: Stefan Roese <sr@denx.de>
44075 Date:   Sat Aug 18 14:33:02 2007 +0200
44076
44077     Coding style cleanup
44078
44079     Signed-off-by: Stefan Roese <sr@denx.de>
44080
44081 commit 4a442d3186b31893b4f77c6e82f63c4517a5224b
44082 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
44083 Date:   Thu Aug 16 19:23:50 2007 -0500
44084
44085     ColdFire: Add M5235EVB Platform for MCF523x
44086
44087     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
44088
44089 commit 4cc1cd5941827a04cf5c51a07fcc42e8945894aa
44090 Author: Kim Phillips <kim.phillips@freescale.com>
44091 Date:   Fri Aug 17 09:30:00 2007 -0500
44092
44093     mpc83xx: fix typo in DDR2 programming
44094
44095     introduced in the implement board_add_ram_info patch as I was cleaning out the
44096     magic numbers.  sorry.
44097
44098     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
44099
44100 commit e58fe95784d2514fc9c21028dc59f2b319a35d80
44101 Author: Kim Phillips <kim.phillips@freescale.com>
44102 Date:   Thu Aug 16 22:53:09 2007 -0500
44103
44104     mpc83xx: move freescale boards to boards/freescale
44105
44106     includes build fixes.
44107
44108     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
44109
44110 commit 5aa4ad8d8e7e9468219990c7875d5fdc9e962f47
44111 Author: Kim Phillips <kim.phillips@freescale.com>
44112 Date:   Thu Aug 16 22:52:59 2007 -0500
44113
44114     mpc83xx: suppress unused variable 'val8' warning
44115
44116     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
44117
44118 commit bbea46f76f767b919070b4829bf34c86bd223248
44119 Author: Kim Phillips <kim.phillips@freescale.com>
44120 Date:   Thu Aug 16 22:52:48 2007 -0500
44121
44122     mpc83xx: implement board_add_ram_info
44123
44124     add board_add_ram_info, to make memory diagnostic output more
44125     consistent. u-boot banner output now looks like:
44126
44127     DRAM:  256 MB (DDR1, 64-bit, ECC on)
44128
44129     and for boards with SDRAM on the local bus, a line such as this is
44130     added:
44131
44132     SDRAM: 64 MB (local bus)
44133
44134     also replaced some magic numbers with their equivalent define names.
44135
44136     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
44137
44138 commit 14778585d1389d86d5846efec29e5fce892680ce
44139 Author: Tony Li <tony.li@freescale.com>
44140 Date:   Fri Aug 17 10:35:59 2007 +0800
44141
44142     mpc83xx: Split PIB init code from pci.c and add Qoc3 ATM card support
44143
44144     The patch split the PIB init code from pci.c to a single file board/freescale/common/pq-mds-pib.c
44145     And add Qoc3 ATM card support for MPC8360EMDS and MPC832XEMDS board.
44146
44147     Signed-off-by Tony Li <tony.li@freescale.com>
44148
44149 commit 8ae158cd87a4a25722b27835261b6ff0fa2aa6a7
44150 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
44151 Date:   Thu Aug 16 15:05:11 2007 -0500
44152
44153     ColdFire: Add M54455EVB for MCF5445x
44154
44155     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
44156
44157 commit a1436a842654a8d3927d082a8ae9ee0a10da62d7
44158 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
44159 Date:   Thu Aug 16 13:20:50 2007 -0500
44160
44161     ColdFire: Add M5253EVBE platform for MCF52x2
44162
44163     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
44164
44165 commit a605aacd8324094199402816cc6d9124aba57b8d
44166 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
44167 Date:   Thu Aug 16 05:04:31 2007 -0500
44168
44169     ColdFire: Add M5249EVB platform for MCF52x2
44170
44171     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
44172
44173 commit f28e1bd9daa6de5eb33ae4822bda6b008ccb4e9e
44174 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
44175 Date:   Wed Aug 15 20:32:06 2007 -0500
44176
44177     ColdFire: Update Freescale MCF52x2 platforms
44178
44179     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
44180
44181 commit 870470dbf6f4bb9864e0d97aeedbc17c167c6d1c
44182 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
44183 Date:   Wed Aug 15 19:55:10 2007 -0500
44184
44185     ColdFire: Update EB+MCF-EV123 platform
44186
44187     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
44188
44189 commit aa93d859d9b1fcd8eea52d51b06e86c38f72111b
44190 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
44191 Date:   Wed Aug 15 19:46:38 2007 -0500
44192
44193     ColdFire: update TASREG platform for MCF52x2
44194
44195     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
44196
44197 commit a9505510bf56a9b5558248dd8b73ec9d9a1556a2
44198 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
44199 Date:   Wed Aug 15 19:45:51 2007 -0500
44200
44201     ColdFire: update r5200 platform for MCF52x2
44202
44203     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
44204
44205 commit 6cfd3c7bc813fb317ab7c0781f0d1874b1c0877c
44206 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
44207 Date:   Wed Aug 15 19:43:20 2007 -0500
44208
44209     ColdFire: idmr platform MCF52x2 update
44210
44211     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
44212
44213 commit 6706424d0bb851fb52af00cd1c3301e91ee7f2b0
44214 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
44215 Date:   Wed Aug 15 19:41:06 2007 -0500
44216
44217     ColdFire: cobra5272 platform for MCF52x2 update
44218
44219     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
44220
44221 commit 56115665b4a64c10c01440c57749b265e0908fa4
44222 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
44223 Date:   Wed Aug 15 19:38:15 2007 -0500
44224
44225     ColdFire: MCF52x2 Header files update
44226
44227     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
44228
44229 commit 83ec20bc4380eebddfde45da6e3a69a92d4db21d
44230 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
44231 Date:   Wed Aug 15 19:21:21 2007 -0500
44232
44233     ColdFire: MCF52x2 update
44234
44235     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
44236
44237 commit f52e78304dcc0ac459c0ea1fa5be275c7d1642cf
44238 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
44239 Date:   Wed Aug 15 18:46:11 2007 -0500
44240
44241     ColdFire: MCF5329 update cache
44242
44243     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
44244
44245 commit 7171977fb8fd77cfb6676953fa9a05789c450513
44246 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
44247 Date:   Wed Aug 15 15:40:20 2007 -0500
44248
44249     ColdFire: MCF5329 header file clean up
44250
44251     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
44252
44253 commit ab77bc547ba561c25ea34457ed17aa0b2f7c2723
44254 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
44255 Date:   Wed Aug 15 15:39:17 2007 -0500
44256
44257     ColdFire: MCF5329 Update and cleanup
44258
44259     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
44260
44261 commit 10327dc5541f947c0cf7e31fef86c4706169607a
44262 Author: Andy Fleming <afleming@freescale.com>
44263 Date:   Thu Aug 16 16:35:02 2007 -0500
44264
44265     Add CONFIG_HAS_ETH0 to all boards with TSEC
44266
44267     The 85xx code now relies on CONFIG_HAS_ETH0 to determine whether
44268     to update TSEC1's device-tree node, so we need to add it
44269     to all the boards with TSECs.  Do this for 83xx and 86xx, too,
44270     since they will eventually do something similar.
44271
44272     Signed-off-by: Andy Fleming <afleming@freescale.com>
44273
44274 commit d64ee908a1b525e5bb2b4cbeb5c449ad6a469666
44275 Author: Kumar Gala <galak@kernel.crashing.org>
44276 Date:   Thu Aug 16 15:05:04 2007 -0500
44277
44278     Update MPC8544 DS PCI memory map
44279
44280     The PCIe bus that the ULI M1575 is connected to has no possible way of
44281     needing more than the fixed amount of IO & Memory space needed by the ULI.
44282
44283     So make it use far less IO & memory space and have it use the shared LAW.  This
44284     free's up a LAW for PCIe1 IO space.  Also reduce the amount of IO space needed
44285     by each bus.
44286
44287     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44288
44289 commit ea5877e31ed63ade948fd1293895ec23fe01472e
44290 Author: Kumar Gala <galak@kernel.crashing.org>
44291 Date:   Thu Aug 16 11:01:21 2007 -0500
44292
44293     Fix up some fdt issues on 8544DS
44294
44295     It looks like we had a merge issue that duplicated a bit of code
44296     in ft_board_setup.  Also, we need to set CONFIG_HAS_ETH0 to get
44297     the MAC address properly set in the device tree on boot for TSEC1
44298
44299     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44300
44301 commit 07bc20560cb9d3d186cca268c05c82762e8c55ad
44302 Author: Niklaus Giger <niklaus.giger@netstal.com>
44303 Date:   Thu Aug 16 15:16:03 2007 +0200
44304
44305     PPC4xx:HCU4/5 cleanup
44306
44307     Minor cleanups to confirm to the u-boot coding style.
44308     Some german expressions -> english.
44309     HCU5 enforces a unique IP adress for a given slot in the rack.
44310
44311     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
44312
44313 commit 1e6b07c64967c1eb2cd84faa4c32bf2a769bc8eb
44314 Author: Niklaus Giger <niklaus.giger@netstal.com>
44315 Date:   Thu Aug 16 15:16:02 2007 +0200
44316
44317     PPC4xx:HCU4/5 cleanup ecc/sdram init
44318
44319     Make ecc initialisation robust, as DDR2-ECC errors may be generated
44320     while zeroing the RAM.
44321
44322     Return 16 bytes (a cacheline) less than the available memory, as the
44323     board and/or PPC440EPx might have problems accessing the last bytes.
44324
44325     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
44326
44327 commit d35b508a55508535b6e8445b718585d27df733d3
44328 Author: Kim Phillips <kim.phillips@freescale.com>
44329 Date:   Wed Aug 15 22:29:56 2007 -0500
44330
44331     fdt: suppress unused variable 'bd' warning
44332
44333     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
44334
44335 commit 82bd9ee77490588d4da785d75829ca63d0176baf
44336 Author: Andy Fleming <afleming@freescale.com>
44337 Date:   Wed Aug 15 20:06:50 2007 -0500
44338
44339     Fix warnings from of_data copy fix
44340
44341     Forgot to cast of_flat_tree to ulong.
44342
44343     Signed-off-by: Andy Fleming <afleming@freescale.com>
44344
44345 commit 7613afda77d5eec0f47d303025b0c661b70e4c73
44346 Author: Andy Fleming <afleming@freescale.com>
44347 Date:   Wed Aug 15 20:03:44 2007 -0500
44348
44349     Don't wait for disconnected TSECs
44350
44351     The TSEC driver's PHY code waits a long time for autonegotiation to
44352     complete, even if the link is down.  The PHY knows the link is
44353     down or up before autonegotiation completes, so we can short-circuit
44354     the process if the link is down.
44355
44356     Signed-off-by: Andy Fleming <afleming@freescale.com>
44357
44358 commit b96c83d4ae475a70ef2635cd0e748174c44c8601
44359 Author: Andy Fleming <afleming@freescale.com>
44360 Date:   Wed Aug 15 20:03:34 2007 -0500
44361
44362     Fix numerous bugs in the 8568 UEC support
44363
44364     Actually, fixed a large bug in the UEC for *all* platforms.
44365     How did this ever work?
44366
44367     uec_init() did not follow the spec for eth_init(), and returned
44368     0 on success.  Switch it to return the link like tsec_init()
44369     (and 0 on error)
44370
44371     The immap for the 8568 was defined based on MPC8568, rather than
44372     CONFIG_MPC8568
44373
44374     CONFIG_QE was off
44375
44376     CONFIG_ETHPRIME was set to "Freescale GETH".  Now is "FSL UEC0"
44377
44378     Fixed a comment about the ranges for CONFIG_ETHPRIME if TSEC_ENET is
44379     enabled
44380
44381     Signed-off-by: Andy Fleming <afleming@freescale.com>
44382
44383 commit 3a79013e2adda53332dfd0b511066a805e929a9d
44384 Author: Andy Fleming <afleming@freescale.com>
44385 Date:   Wed Aug 15 20:03:25 2007 -0500
44386
44387     Define tsec flag values in config files
44388
44389     The tsec_info structure and array has a "flags" field for each
44390     ethernet controller.  This field is the only reason there are
44391     settings.  Switch to defining TSECn_FLAGS for each controller
44392     in the config header, and we can greatly simplify the array, and
44393     also simplify the addition of future boards.
44394
44395     Signed-off-by: Andy Fleming <afleming@freescale.com>
44396
44397 commit ec7238229507e7f47533a611ea8c53319d234cf3
44398 Author: Andy Fleming <afleming@freescale.com>
44399 Date:   Wed Aug 15 20:03:13 2007 -0500
44400
44401     Add support for building all boards with a TSEC
44402
44403     Changes to the TSEC driver affect almost all 83xx, 85xx, and 86xx boards.
44404     Now we can do a MAKEALL test on all of them!
44405
44406     Signed-off-by: Andy Fleming <afleming@freescale.com>
44407
44408 commit 10aaf716cb0dc6614df54ef78bed5144afd23ef8
44409 Author: Andy Fleming <afleming@freescale.com>
44410 Date:   Wed Aug 15 17:30:56 2007 -0500
44411
44412     Fix of_data copying for CONFIG_OF_FLAT_TREE-using boards
44413
44414     The fix, "Fix where the #ifdef CFG_BOOTMAPSZ is placed"
44415     neglected to *also* put the code inside the similar #ifdef
44416     for CONFIG_OF_FLAT_TREE.
44417
44418     Signed-off-by: Andy Fleming <afleming@freescale.com>
44419
44420 commit 78f9fef7f406078c8bf7191e665a73f795157746
44421 Author: Scott Wood <scottwood@freescale.com>
44422 Date:   Wed Aug 15 15:46:46 2007 -0500
44423
44424     mpc885ads: Don't define CONFIG_BZIP2.
44425
44426     bzip2 requires a significant chunk of malloc space, and there isn't
44427     enough room on mpc885ads (with only 8MB RAM) for both bzip2's malloc area
44428     and a downloaded image at 0x400000.
44429
44430     Signed-off-by: Scott Wood <scottwood@freescale.com>
44431
44432 commit 002275a3ed8b114885f6702d6d544d0780dfe689
44433 Author: Michal Simek <Monstr@seznam.cz>
44434 Date:   Thu Aug 16 08:54:10 2007 +0200
44435
44436     Bios emulator - fix microblaze toolchain problem
44437
44438     microblaze CPU have problem with bios_emulator code.
44439     Microblaze toolchain doesn't support PRAGMA PACK.
44440
44441     Signed-off-by: Michal Simek <monstr@monstr.eu>
44442
44443 commit a5a38f4fd7e5366d706ff6a985f9b6715ddbc98b
44444 Author: Wolfgang Denk <wd@denx.de>
44445 Date:   Thu Aug 16 11:51:04 2007 +0200
44446
44447     Minor Coding Style fix; Update CHANGELOG file.
44448
44449     Signed-off-by: Wolfgang Denk <wd@denx.de>
44450
44451 commit 8fb6e80c06849e3013ac5c9350d8ed9e52967991
44452 Author: Stefan Roese <sr@denx.de>
44453 Date:   Thu Aug 16 11:21:49 2007 +0200
44454
44455     ppc4xx: Remove #warning in esd auto_update.c
44456
44457     Signed-off-by: Stefan Roese <sr@denx.de>
44458
44459 commit 2d78074d2e806edc380c1464eb9e5df335ece65e
44460 Author: Stefan Roese <sr@denx.de>
44461 Date:   Fri Jun 22 17:32:28 2007 +0200
44462
44463     ppc7xx: Update CPCI750 board
44464
44465     This small CPCI750 update extends the board specific command
44466     "show_config" to display the Marvell strapping registers and
44467     extends the PCI IDE controller.
44468
44469     Signed-off-by: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
44470     Signed-off-by: Stefan Roese <sr@denx.de>
44471
44472 commit 78cff50edba6b1508eb15c2f53ce966ac891eb9e
44473 Author: Michal Simek <monstr@monstr.eu>
44474 Date:   Thu Aug 16 10:46:28 2007 +0200
44475
44476     [FIX] Changes for bios_emulator code for others architecture
44477
44478 commit 6e0e2253f039344f8ebd2787285fdba90e6714e8
44479 Author: Michal Simek <monstr@monstr.eu>
44480 Date:   Thu Aug 16 10:45:09 2007 +0200
44481
44482     [FIX] Remove unused include file
44483
44484 commit 9de469bd960cc1870bb40d6672ed42726b8b50d7
44485 Author: Stefan Roese <sr@denx.de>
44486 Date:   Thu Aug 16 10:18:33 2007 +0200
44487
44488     ppc4xx: Only enable POST FPU test on Sequoia and not Rainier
44489
44490     Signed-off-by: Stefan Roese <sr@denx.de>
44491
44492 commit 6da0c5bd4a53e40eb4f7eb72a4c051ecabad783c
44493 Author: Stefan Roese <sr@denx.de>
44494 Date:   Thu Aug 16 09:54:51 2007 +0200
44495
44496     Add missing rainier (PPC440GRx) target to MAKEALL and MAINTAINERs files
44497
44498     Signed-off-by: Stefan Roese <sr@denx.de>
44499
44500 commit 02ba7022f62bb75908296c58c63866e1d294b69a
44501 Author: Stefan Roese <sr@denx.de>
44502 Date:   Thu Aug 16 09:52:29 2007 +0200
44503
44504     ppc4xx: Update Sequoia/Rainier bootstrap command
44505
44506     As suggested by David Mitchell, here an update for the Sequoia/Rainier
44507     bootstrap command.
44508
44509     Signed-off-by: Stefan Roese <sr@denx.de>
44510
44511 commit 35cc4e4823668e8745854899cfaedd4489beb0ef
44512 Author: Kim Phillips <kim.phillips@freescale.com>
44513 Date:   Wed Aug 15 22:30:39 2007 -0500
44514
44515     mpc83xx: enable libfdt by default on freescale boards
44516
44517     this enables libfdt code by default for the
44518     freescale mpc8313erdb, mpc832xemds, mpc8349emds,
44519     mpc8349itx and gp boards.
44520
44521     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
44522
44523 commit 3fde9e8b22cfbd7af489214758f9839a206576cb
44524 Author: Kim Phillips <kim.phillips@freescale.com>
44525 Date:   Wed Aug 15 22:30:33 2007 -0500
44526
44527     mpc83xx: migrate remaining freescale boards to libfdt
44528
44529     this adds libfdt support code for the freescale
44530     mpc8313erdb, mpc832xemds, mpc8349emds, mpc8349itx,
44531     and gp boards.
44532
44533     Boards remain compatible with OF_FLAT_TREE.
44534
44535     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
44536
44537 commit 6a16e0dfcc4119b46adb1dce2d6c8fb3c5d108e1
44538 Author: Kim Phillips <kim.phillips@freescale.com>
44539 Date:   Wed Aug 15 22:30:26 2007 -0500
44540
44541     mpc83xx: move common /memory node update mechanism to cpu.c
44542
44543     also adds common prototypes to include/common.h.
44544
44545     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
44546
44547 commit 8f9e0e9f339aee4ce31a338d5f27356eb5457f85
44548 Author: Kim Phillips <kim.phillips@freescale.com>
44549 Date:   Wed Aug 15 22:30:19 2007 -0500
44550
44551     mpc83xx: remaining 8360 libfdt fixes
44552
44553     PCI clocks and QE frequencies weren't being updated, and the core clock
44554     was being updated incorrectly.  This patch also adds a /memory node if
44555     it doesn't already exist prior to update.
44556
44557     plus some cosmetic trimming to single line comments.
44558
44559     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
44560
44561 commit f4b2ac5ed9aaff9920d487bff8a59696c083a524
44562 Author: Kim Phillips <kim.phillips@freescale.com>
44563 Date:   Wed Aug 15 22:30:12 2007 -0500
44564
44565     mpc83xx: fix UEC2->1 typo in libfdt setup code
44566
44567     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
44568
44569 commit 19fa1c35368484d4ed10ddce8a7793c21862e3a3
44570 Author: Kim Phillips <kim.phillips@freescale.com>
44571 Date:   Wed Aug 15 22:30:05 2007 -0500
44572
44573     mpc83xx: add MAINTAINER and MAKEALL entries for the mpc8323erdb
44574
44575     and reorder the existing 83xx maintainers alpha.
44576
44577     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
44578
44579 commit 5b4de9309d7a03aa1db2e5391ab696363391f460
44580 Author: Michal Simek <monstr@monstr.eu>
44581 Date:   Wed Aug 15 21:15:05 2007 +0200
44582
44583     [FIX] Resolve problem with warnings
44584     microblaze toolchain don't support PRAGMA PACK.
44585
44586 commit d1ed28cf36ab6b1d4c479809de7252bf53d2f2d4
44587 Author: Michal Simek <monstr@monstr.eu>
44588 Date:   Wed Aug 15 21:05:07 2007 +0200
44589
44590     [FIX] Correction command setting for Microblaze boards
44591
44592 commit 7aa63d8cd30ab20ac2fd1ab86e60471de8b1f1e5
44593 Author: Michal Simek <monstr@monstr.eu>
44594 Date:   Wed Aug 15 21:03:41 2007 +0200
44595
44596     [FIX] Correction command definition
44597
44598 commit 30b52df9e906bf0e465916c2c6bb5192b438e0b8
44599 Author: Jon Loeliger <jdl@freescale.com>
44600 Date:   Wed Aug 15 11:55:35 2007 -0500
44601
44602     86xx: Fix lingering CFG_CMD_* references in sbc8641d.h
44603
44604     Remove a leftover in net/tftp.c while we're at it.
44605
44606     Signed-off-by: Jon Loeliger <jdl@freescale.com>
44607
44608 commit 4ce917742b1e48faa9bf9a9757545e56fb4cfe44
44609 Author: Jon Loeliger <jdl@freescale.com>
44610 Date:   Wed Aug 15 12:20:40 2007 -0500
44611
44612     Move the MPC8641HPCN board under board/freescale.
44613
44614     Minor path corrections needed to ensure buildability.
44615
44616     Signed-off-by: Jon Loeliger <jdl@freescale.com>
44617
44618 commit 8662577fe36fdb6a44b55b998d9daac6392a736a
44619 Author: Jon Loeliger <jdl@freescale.com>
44620 Date:   Wed Aug 15 11:46:22 2007 -0500
44621
44622     86xx: Fix lingering CFG_CMD_* references in sbc8641d.h
44623
44624     Remove a leftover in net/tftp.c while we're at it.
44625
44626     Signed-off-by: Jon Loeliger <jdl@freescale.com>
44627
44628 commit 210f463c71917b7a4495c2103c228b9c179ae64d
44629 Author: Jerry Van Baren <gvb.uboot@gmail.com>
44630 Date:   Wed Aug 15 11:13:15 2007 -0400
44631
44632     Fix where the #ifdef CFG_BOOTMAPSZ is placed.
44633
44634     Commit 073e1b509980cefe6f53c2d7fbbcd135df1e3924 "Fix initrd/dtb
44635     interaction" put the new code outside of the #if defined(CONFIG_OF_LIBFDT)
44636     when it should have gone inside of the conditional.  As a result, it
44637     broke non-LIBFDT board builds.
44638
44639     Also added a missing "not." to the comment.
44640
44641     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
44642
44643 commit 0e19209767194a97cec6d93dba9e64d1da8d548e
44644 Author: Niklaus Giger <niklaus.giger@netstal.com>
44645 Date:   Wed Aug 15 12:14:23 2007 +0200
44646
44647     PPC4xx:HCU4/5-Board fix compile warning
44648
44649     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
44650
44651 commit 594e79838ce5078a90d0c27abb2b2d61d5f8e8a7
44652 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
44653 Date:   Tue Aug 14 14:06:45 2007 -0500
44654
44655     Fix malloc size error in ahci_init_one.
44656
44657     Typically this causes scsi init to corrupt the
44658     devlist and break the coninfo command.
44659     Fix a compiler size warning.
44660
44661     Signed-off-by: Jason Jin <jason.jin@freescale.com>
44662     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
44663     Acked-by: Andy Fleming <afleming@freescale.com>
44664
44665 commit b361acd64fd2525c081b9b288b0804efe209c0e9
44666 Author: ksi@koi8.net <ksi@koi8.net>
44667 Date:   Tue Aug 14 10:02:16 2007 -0700
44668
44669     TI DaVinci - fix unsupported %hhx format
44670
44671     Signed-off-by: Sergey Kubushyn <ksi@koi8.net>
44672
44673 commit f01dbb5424a81453c81190dd30e945891466f621
44674 Author: Wolfgang Denk <wd@denx.de>
44675 Date:   Tue Aug 14 18:42:36 2007 +0200
44676
44677     Coding style cleanup. Update CHANGELOG.
44678
44679     Signed-off-by: Wolfgang Denk <wd@denx.de>
44680
44681 commit 073e1b509980cefe6f53c2d7fbbcd135df1e3924
44682 Author: Andy Fleming <afleming@freescale.com>
44683 Date:   Tue Aug 14 10:32:59 2007 -0500
44684
44685     Fix initrd/dtb interaction
44686
44687     The original code would wrongly relocate the blob to be right before
44688     the initrd if it existed.  The blob *must* be within CFG_BOOTMAPSZ,
44689     if it is defined.  So we make two changes:
44690
44691     1) flag the blob for relocation whenever its address is above BOOTMAPSZ
44692
44693     2) If the blob is being relocated, relocate it before kbd, not initrd
44694
44695     Signed-off-by: Andy Fleming <afleming@freescale.com>
44696
44697 commit e54b970173769307a116bd34028b6d0c2eea2a4e
44698 Author: Peter Pearse <peter.pearse@arm.com>
44699 Date:   Tue Aug 14 15:40:00 2007 +0100
44700
44701     Supply spi interface in at45.c
44702
44703 commit 4ce846ec59f36b85d6644a769690ad3feb667575
44704 Author: Stefan Roese <sr@denx.de>
44705 Date:   Tue Aug 14 15:12:01 2007 +0200
44706
44707     POST: Fix merge problem
44708
44709     Signed-off-by: Stefan Roese <sr@denx.de>
44710
44711 commit 429d9571f60631ae8a2fe12b11be4c75b0c2b37c
44712 Author: Stefan Roese <sr@denx.de>
44713 Date:   Tue Aug 14 15:03:17 2007 +0200
44714
44715     Coding style cleanup
44716
44717     Signed-off-by: Stefan Roese <sr@denx.de>
44718
44719 commit 779e975117a75e91fcebe226a63104dbfb924ab1
44720 Author: Stefan Roese <sr@denx.de>
44721 Date:   Tue Aug 14 14:44:41 2007 +0200
44722
44723     ppc4xx: Add initial Zeus (PPC405EP) board support
44724
44725     Signed-off-by: Stefan Roese <sr@denx.de>
44726
44727 commit c5a172a5fd636c12467429e3f7910e53773979c6
44728 Author: Stefan Roese <sr@denx.de>
44729 Date:   Tue Aug 14 14:41:55 2007 +0200
44730
44731     POST: Add option for external ethernet loopback test
44732
44733     When CFG_POST_ETHER_EXT_LOOPBACK is defined, the ethernet POST
44734     is not done using an internal loopback connection, but by assuming
44735     that an external loopback connector is plugged into the board.
44736
44737     Signed-off-by: Stefan Roese <sr@denx.de>
44738
44739 commit eb2b4010ae426245172988804ee8d9193fb41038
44740 Author: Stefan Roese <sr@denx.de>
44741 Date:   Tue Aug 14 14:39:44 2007 +0200
44742
44743     POST: Add ppc405 support to cache and UART POST
44744
44745     Signed-off-by: Stefan Roese <sr@denx.de>
44746
44747 commit 0c42f36f15074bd9808a7dbd7ef611fad9bf537c
44748 Author: Peter Pearse <peter.pearse@arm.com>
44749 Date:   Tue Aug 14 10:46:32 2007 +0100
44750
44751     Replace lost end of at45.c.
44752
44753 commit 65d7ada64557e76094b4fd3bad30a0f18f5fb2b2
44754 Author: Peter Pearse <peter.pearse@arm.com>
44755 Date:   Tue Aug 14 10:30:06 2007 +0100
44756
44757     Update Makefiles for merged and split at45.c.
44758
44759 commit 3454cece2db57cb9eb7087995f7e73066a163f71
44760 Author: Peter Pearse <peter.pearse@arm.com>
44761 Date:   Tue Aug 14 10:21:06 2007 +0100
44762
44763     Delete the merged files.
44764
44765 commit dcbfd2e5649f97aa04fbbc6ea2b008aa4486e225
44766 Author: Peter Pearse <peter.pearse@arm.com>
44767 Date:   Tue Aug 14 10:14:05 2007 +0100
44768
44769     Add the files.
44770
44771 commit d4fc6012fd0a5c211b825691f44b06f8032c0551
44772 Author: Peter Pearse <peter.pearse@arm.com>
44773 Date:   Tue Aug 14 10:10:52 2007 +0100
44774
44775     Add MACH_TYPE records for several AT91 boards.
44776     Merge to two at45.c files into a common file, split to at45.c and spi.c
44777     Fix spelling error in DM9161 PHY Support.
44778     Initialize at91rm9200 board (and set LED).
44779     Add PIO control for at91rm9200dk LEDs and Mux.
44780     Change dataflash partition boundaries to be compatible with Linux 2.6.
44781
44782     Signed-off-by:      Peter Pearse <peter.pearse@arm.com>
44783     Signed-off-by:      Ulf Samuelsson <ulf@atmel.com>
44784
44785 commit 4ef35e53c693556c54b0c22d6f873de87bade253
44786 Author: Wolfgang Denk <wd@denx.de>
44787 Date:   Tue Aug 14 09:54:46 2007 +0200
44788
44789     Coding style cleanup, update CHANGELOG
44790
44791     Signed-off-by: Wolfgang Denk <wd@denx.de>
44792
44793 commit 85eb5caf6b906f7ec5b54814e8c7c74f55986bb7
44794 Author: Wolfgang Denk <wd@denx.de>
44795 Date:   Tue Aug 14 09:47:27 2007 +0200
44796
44797     Coding style cleanup; rebuild CHANGELOG
44798
44799 commit 7f3f2bd2dc08e0b05e185662ca2e2d283757104a
44800 Author: Randy Vinson <rvinson@linuxbox.(none)>
44801 Date:   Tue Feb 27 19:42:22 2007 -0700
44802
44803     85xxCDS: Add make targets for legacy systems.
44804
44805     The PCI ID select values on the Arcadia main board differ depending
44806     on the version of the hardware. The standard configuration supports
44807     Rev 3.1. The legacy target supports Rev 2.x.
44808
44809     Signed-off-by Randy Vinson <rvinson@mvista.com>
44810
44811 commit e41094c7e38177c755fbd9b182018069614f080d
44812 Author: Andy Fleming <afleming@freescale.com>
44813 Date:   Tue Aug 14 01:50:09 2007 -0500
44814
44815     85xxCDS: Enable the VIA PCI-to-ISA bridge.
44816
44817     Author: Randy Vinson <rvinson@linuxbox.(none)>
44818
44819     Enable the PCI-to-ISA bridge in the VIA Southbridge located on the
44820     Arcadia main board.
44821
44822     Signed-off-by: Randy Vinson <rvinson@mvista.com>
44823     Signed-off-by: York Sun <yorksun@freescale.com>
44824
44825 commit da9d4610d76e52c4d20a8f3d8433439a7fcf5b71
44826 Author: Andy Fleming <afleming@freescale.com>
44827 Date:   Tue Aug 14 00:14:25 2007 -0500
44828
44829     Add support for UEC to 8568
44830
44831     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
44832     Signed-off-by: Andy Fleming <afleming@freescale.com>
44833
44834 commit c59e4091ffe0148398b9e9ff14a019ea038b7432
44835 Author: Haiying Wang <Haiying.Wang@freescale.com>
44836 Date:   Tue Jun 19 14:18:34 2007 -0400
44837
44838     Add PCI support for MPC8568MDS board
44839
44840     This patch is against u-boot-mpc85xx.git of www.denx.com
44841
44842     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
44843     Signed-off-by: Ebony Zhu <ebony.zhu@freescale.com>
44844
44845 commit d111d6382c99fdea08c2312eeeae8786945e189a
44846 Author: Haiying Wang <Haiying.Wang@freescale.com>
44847 Date:   Tue Jun 19 14:18:32 2007 -0400
44848
44849     Empirically set cpo and clk_adjust for mpc85xx DDR2 support
44850
44851     This patch is against u-boot-mpc85xx.git of www.denx.com
44852
44853     Setting cpo to 0x9 for frequencies higher than 333MHz is verified on
44854     both MPC8548CDS board and MPC8568MDS board, especially for supporting
44855     533MHz DDR2.
44856
44857     Setting clk_adjust to 0x6(3/4 late cycle) for MPC8568MDS board is for
44858     DDR2 on all current board versions especially ver 1.92 or later to bring
44859     up.
44860
44861     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
44862
44863 commit 3db0bef59eab1155801618cef5c481e97553b597
44864 Author: Kumar Gala <galak@kernel.crashing.org>
44865 Date:   Tue Aug 7 18:07:27 2007 -0500
44866
44867     Use an absolute address when jumping out of 4k boot page
44868
44869     On e500 when we leave the 4k boot page we should use an absolute address since
44870     we don't know where the board code may want us to be really running at.
44871
44872     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44873
44874 commit 39980c610c9a4c381907c9e1d1b9c0e1c0dca57a
44875 Author: Andy Fleming <afleming@freescale.com>
44876 Date:   Mon Aug 13 14:49:59 2007 -0500
44877
44878     MPC85xx BA bits not set for 3-bit bank address DIMM
44879
44880     The current implementation does not set the number of bank address bits
44881     (BA) in the processor. The default assumes 2 logical bank bits. This
44882     works fine for a DIMM that uses devices with 4 internal banks (SPD
44883     byte17 = 0x4) but needs to be set appropriately for a DIMM that uses
44884     devices with 8 internal banks (SPD byte17 = 0x8).
44885
44886     Signed-off-by: Greg Davis <DavisG@embeddedplanet.com>
44887
44888 commit 6c543597bb4b1ecf5d8589f7abb0f39929fb7fd1
44889 Author: Andy Fleming <afleming@freescale.com>
44890 Date:   Mon Aug 13 14:38:06 2007 -0500
44891
44892     Fix minor 85xx warnings
44893
44894     Some patches had inserted warnings into the build:
44895     * mpc8560ads declared data without using it
44896     * cpu_init declared ecm and immap without using it in all CONFIGs
44897     * MPC8548CDS.h had its default filenames changed so that they contained
44898       "\m" in the paths.  Made the defaults not Windows-specific (or
44899       anything-specific)
44900
44901     Signed-off-by: Andy Fleming <afleming@freescale.com>
44902
44903 commit f2cff6b104f82b993bef6086ce0c97159bbe1add
44904 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
44905 Date:   Fri Jul 27 01:50:52 2007 -0500
44906
44907     8548cds PCIE support.
44908
44909     Make the early L1 cache stack region guarded to prevent speculative
44910     fetches outside the locked range.
44911
44912     Use _PHYS defines, not _MEM for cpu-side PCI memory mapped regions.
44913     init.S whitespace cleanup.
44914
44915     Allow TEXT_BASE value to be specified on command line.  This allows it
44916     to be set to 0xfffc0000 which cuts the uboot binary in half.
44917
44918     Clear and enable lbc and ecm errors.
44919
44920     Update last_busno in device-tree for pci and pcie.
44921
44922     Remove load of obsolete cpu/mpc85xx/pci.0
44923
44924     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
44925     Acked-by: Andy Fleming <afleming@freescale.com>
44926
44927 commit 837f1ba05cfb248aba5ab8e1fb1bfeefa07d5962
44928 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
44929 Date:   Fri Jul 27 01:50:51 2007 -0500
44930
44931     8544ds PCIE support
44932
44933     PCI1 LAW mapping should use CFG_PCI1_MEM_PHY and not _BASE address.
44934
44935     Enable LBC and ECM errors and clear error registers.
44936
44937     Add tftpflash env var to get uboot from tftp server and flash it.
44938
44939     Add pci/pcie convenience env vars to display register space:
44940       "run pcie3regs" to see all pcie3 ccsr registers
44941       "run pcie3cfg" to see all cfg registers
44942     Whitespace cleanup and MPC8544DS.h
44943
44944     Enable CONFIG_INTERRUPTS.
44945
44946     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
44947     Acked-by: Andy Fleming <afleming@freescale.com>
44948
44949 commit 61a21e980a7b9188424d04f1c265fdc5c21c7e85
44950 Author: Andy Fleming <afleming@freescale.com>
44951 Date:   Tue Aug 14 01:34:21 2007 -0500
44952
44953     85xx start.S cleanup and exception support
44954
44955     From: Ed Swarthout <Ed.Swarthout@freescale.com>
44956
44957     Support external interrupts from platform to eliminate system hangs.
44958     Define CONFIG_INTERRUPTS board configure option to enable.
44959     Enable ecm, ddr, lbc, and pci/pcie error interrupts in PIC.
44960
44961     Remove extra cpu initialization redundant with hardware initialization.
44962     Whitespace cleanup.
44963
44964     Define and use _START_OFFSET consistent with other processors using
44965     ppc_asm.tmpl
44966
44967     Move additional code from .text to boot page to make room for
44968     exception vectors at start of image.
44969
44970     Handle Machine Check, External and Critical exceptions.
44971
44972     Fix e500 machine check error determination in traps.c
44973
44974     TEXT_BASE can now be 0xfffc_0000 - which cuts binary image in half.
44975
44976     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
44977     Acked-by: Andy Fleming <afleming@freescale.com>
44978
44979 commit 7bd30fc4a6475b41d6679ae3aafc9fa505260c47
44980 Author: Andy Fleming <afleming@freescale.com>
44981 Date:   Tue Aug 14 01:33:18 2007 -0500
44982
44983     Add MPC8544DS README
44984
44985     Signed-off-by: Andy Fleming <afleming@freescale.com>
44986
44987 commit 40c7f9b0de4e300370adfc704128fa0f79a143b6
44988 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
44989 Date:   Fri Jul 27 01:50:48 2007 -0500
44990
44991     85xx allow debugger to configure ddr.
44992
44993     Only check for mpc8548 rev 1 when compiled for 8548.
44994
44995     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
44996     Acked-by: Andy Fleming <afleming@freescale.com>
44997
44998 commit 29372ff38c5baab7d0e3a8c14fe11fa194a38704
44999 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
45000 Date:   Fri Jul 27 01:50:47 2007 -0500
45001
45002     mpc85xx L2 cache reporting and SRAM relocation option.
45003
45004     Allow debugger to override flash cs0/cs1 settings to enable alternate
45005     boot regions
45006
45007     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
45008     Acked-by: Andy Fleming <afleming@freescale.com>
45009
45010 commit 41f0f8fb1ab92f0cba7d329de90070f822f8299f
45011 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
45012 Date:   Fri Jul 27 01:50:46 2007 -0500
45013
45014     e500 needs ppc_asm.tmp MCK_EXCEPTION
45015
45016     Always define MCK_EXCEPTION macro - so e500 can use it too.
45017
45018     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
45019     Acked-by: Andy Fleming <afleming@freescale.com>
45020
45021 commit 53a5c424bf8655b7b4e2c305a441963259a26a81
45022 Author: David Updegraff <dave@cray.com>
45023 Date:   Mon Jun 11 10:41:07 2007 -0500
45024
45025     multicast tftp: RFC2090
45026
45027     Implemented IETF RFC2090, Multicast TFTP.  Initial implementation
45028     on Realtek RTL8139 and Freescale TSEC.
45029
45030     Signed-off-by: David Updegraff <dave@cray.com>
45031     Signed-off-by: Ben Warren <bwarren@qstreams.com>
45032
45033 commit 5d110f0aa69f065ee386ec1840dfee1e8cc46bc1
45034 Author: Wilson Callan <wcallan@savantav.com>
45035 Date:   Sat Jul 28 10:56:13 2007 -0400
45036
45037     New CONFIG_BOOTP_SERVERIP option
45038
45039     Added CONFIG_BOOTP_SERVERIP to allow the tftp server to be different
45040     from the bootp server
45041
45042     Signed-off-by: Wilson Callan <wcallan@savantav.com>
45043     Signed-off-by: Ben Warren <bwarren@qstreams.com>
45044
45045 commit 50cca8b976ec74069860208c36e64ce8f4d5e4c1
45046 Author: Mike Rapoport <mike@compulab.co.il>
45047 Date:   Sun Aug 12 08:48:27 2007 +0300
45048
45049     Add ability to take MAC address from the environment to DM9000 driver
45050
45051     Signed-off-by: Mike Rapoport <mike@compulab.co.il>
45052     Signed-off-by: Ben Warren <bwarren@qstreams.com>
45053
45054 commit be5d72d10d47609326226225181e301fb9a33b58
45055 Author: Wolfgang Denk <wd@denx.de>
45056 Date:   Mon Aug 13 21:57:53 2007 +0200
45057
45058     Minor coding style cleanup. Update CHANGELOG.
45059
45060     Signed-off-by: Wolfgang Denk <wd@denx.de>
45061
45062 commit cca34967cbd13ff6bd352be29e3f1cc88ab24c05
45063 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
45064 Date:   Sat Aug 11 06:54:58 2007 -0500
45065
45066     Modify SBC8641D to use new Freescale PCI routines
45067
45068     PCI-Express sockets 1 and 2 verified working with Intel Pro/1000 PT
45069     adapter.
45070
45071     Signed-off-by: Joe Hamman <joe.hamman@embeddedspecialties.com>
45072     Signde-off-by: Jon Loeliger <jdl@freescale.com>
45073
45074 commit a08458303e7f9db67f296980036d3292c35cb45c
45075 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
45076 Date:   Fri Jun 29 18:38:51 2007 +0200
45077
45078     atmel_mci: Fix data timeout value
45079
45080     Calculate the data timeout based on values from the CSD instead of
45081     just using a hardcoded DTOR value. This is a backport of a similar fix
45082     in BSP 2.0, with one additional fix: the DTOCYC value is rounded up
45083     instead of down.
45084
45085     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
45086
45087 commit 0ba8eed28b575626b17e0a7882f923b83e0d7584
45088 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
45089 Date:   Mon Aug 13 17:22:31 2007 +0200
45090
45091     AVR32: Include <div64.h> instead of <asm/div64.h>
45092
45093     include/asm-avr32/div64.h was recently moved to include/div64.h, but
45094     cpu/at32ap/interrupts.c wasn't properly updated (an earlier version of
45095     the patch was merged perhaps?)
45096
45097     This patch updates cpu/at32ap/interrupts.c so that the avr32 port
45098     compiles again.
45099
45100     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
45101
45102 commit f0d1246ed7cb5a88522244c596d7ae7e6f161283
45103 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
45104 Date:   Wed Jun 27 13:34:26 2007 +0200
45105
45106     atmel_mci: Use 512 byte blocksize if possible
45107
45108     Instead of always using the largest blocksize the card supports, check
45109     if it can support smaller block sizes and use 512 bytes if possible.
45110     Most cards do support this, and other parts of u-boot seem to have
45111     trouble with block sizes different from 512 bytes.
45112
45113     Also enable underrun/overrun protection.
45114
45115     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
45116     Acked-by: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
45117
45118 commit 273db7e1bdd1937e32f1d4507321bb721ebd3118
45119 Author: Stefan Roese <sr@denx.de>
45120 Date:   Mon Aug 13 09:05:33 2007 +0200
45121
45122     ppc4xx: Fix problem in PLL clock calculation
45123
45124     This patch was originall provided by David Mitchell <dmitchell@amcc.com>
45125     and fixes a bug in the PLL clock calculation.
45126
45127     Signed-off-by: Stefan Roese <sr@denx.de>
45128
45129 commit 9986bc3e40e899bea372a99a2bca4071bdf2e24b
45130 Author: Wolfgang Denk <wd@denx.de>
45131 Date:   Sun Aug 12 21:34:50 2007 +0200
45132
45133     Update CHANGELOG
45134
45135 commit 77d19a8bf3b0b1e401cb9f23c81e2ef419705c1a
45136 Author: Wolfgang Denk <wd@denx.de>
45137 Date:   Sun Aug 12 21:34:34 2007 +0200
45138
45139     Minor alignment of output, 2nd try.
45140     Also update CHANGELOG
45141
45142     Signed-off-by: Wolfgang Denk <wd@denx.de>
45143
45144 commit 6b309f22a724fad8418e811751a0741b893419cf
45145 Author: Wolfgang Denk <wd@denx.de>
45146 Date:   Sun Aug 12 20:35:49 2007 +0200
45147
45148     Minor alignment of output
45149
45150     Signed-off-by: Wolfgang Denk <wd@denx.de>
45151
45152 commit 6f6d7b9c8559e241e8d232621542b8b59699b07b
45153 Author: Wolfgang Denk <wd@denx.de>
45154 Date:   Sun Aug 12 18:28:18 2007 +0200
45155
45156     Cleanup output on ADS5121 board
45157
45158     Signed-off-by: Wolfgang Denk
45159
45160 commit a4d2636f2a859245ed3a401f26189da2dfda4ceb
45161 Author: Wolfgang Denk <wd@denx.de>
45162 Date:   Sun Aug 12 15:11:38 2007 +0200
45163
45164     Adapt board configuration and fix kernel crash on MCC200 board.
45165
45166     The update procedure was modified to turn off the USB subsystem
45167     before exit for MCC200 and TRAB. This is necessary as otherwise the
45168     USB controller continues to write periodically to system memory!
45169
45170     MCC200-specific notes:
45171     - the patch disables the magic key check for MCC200
45172     - the patch contains the configuration changes made
45173       for the new revision of the board.
45174
45175     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
45176     Signed-off-by: Wolfgang Denk <wd@denx.de>
45177
45178 commit e27f3a6efb9db5a533223b05c629ff4ac8d921bf
45179 Author: Wolfgang Denk <wd@denx.de>
45180 Date:   Sun Aug 12 14:47:54 2007 +0200
45181
45182     Adjust default configuration of ADS5121 board.
45183
45184     Signed-off-by: Wolfgang Denk <wd@denx.de>
45185
45186 commit afaac86fe2948ac84cd9a12bbed883b3c683e7d9
45187 Author: Wolfgang Denk <wd@denx.de>
45188 Date:   Sun Aug 12 14:27:39 2007 +0200
45189
45190     Clean up some remaining CFG_CMD_ -> CONFIG_CMD_ issues.
45191
45192     Signed-off-by: Wolfgang Denk <wd@denx.de>
45193
45194 commit 5fe6be6208dda852c3564e384bd78d75784dea3e
45195 Author: Gerald Van Baren <vanbaren@cideas.com>
45196 Date:   Tue Aug 7 21:14:22 2007 -0400
45197
45198     Improve error print messages.
45199
45200     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
45201
45202 commit 99dffca3b7590a16a00bc475c860b67b2a3f1462
45203 Author: Kim Phillips <kim.phillips@freescale.com>
45204 Date:   Tue Jul 17 13:57:04 2007 -0500
45205
45206     fdt: allow for builds that don't want env and bd_t nodes
45207
45208     protect fdt_env and fdt_bd_t invocations, fix codingstyle while in the
45209     area.
45210
45211     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
45212
45213 commit 91148bf7aeba142d6f348805db7625db7da64d6f
45214 Author: Kim Phillips <kim.phillips@freescale.com>
45215 Date:   Tue Jul 17 13:56:53 2007 -0500
45216
45217     fdt: do board setup based on fdt address specified on bootm line
45218
45219     The last fdt patch to bootm did board setup based on the address
45220     specified by a prior fdt address command invocation.  The bootm
45221     code, as its call to fdt_chosen does, should use the fdt specified
45222     by the user on the bootm command.  Note this restores full
45223     functionality for the 8360's existing default boot environment
45224     values, e.g. 'run nfsboot' (i.e. no having to 'fdt addr $fdtaddr'
45225     before booting a kernel).
45226
45227     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
45228
45229 commit e125a2ffc209dd34794e326c7175658253beadf3
45230 Author: Gerald Van Baren <vanbaren@cideas.com>
45231 Date:   Tue Jul 10 20:40:39 2007 -0400
45232
45233     Call ft_board_setup() from the bootm command.
45234
45235     In the patch titled "Create new fdt boardsetup command..." I removed the
45236     call to ft_board_setup() from the routine fdt_chosen(), but I forgot
45237     to add a direct call back into cmd_bootm.c
45238
45239     This fixes the oversight by adding the direct call to the bootm command.
45240
45241     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
45242
45243 commit fd61e55dd8cb52ce3ff91b3917af26e24b6b0845
45244 Author: Gerald Van Baren <vanbaren@cideas.com>
45245 Date:   Mon Jun 25 23:25:28 2007 -0400
45246
45247     Create new fdt boardsetup command, fix bug parsing [] form of set values.
45248
45249     Previously ft_board_setup() was called by fdt_chosen() which was not
45250     really correctly structured.  This splits ft_board_setup() out by creating
45251     a new fdt boardsetup command.
45252
45253     Fix a bug when parsing fdt set command values which have the square
45254     bracket form [00 11 22 33] - the length was updated incorrectly in when
45255     parsing that form.
45256
45257     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
45258
45259 commit 6f35ded9e85493595e0eb66a82b502a95326d049
45260 Author: Gerald Van Baren <vanbaren@cideas.com>
45261 Date:   Mon Jun 25 20:55:58 2007 -0400
45262
45263     Tighten up the error messages.
45264
45265     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
45266
45267 commit c45874b05aae897a6c29d1a97d4bb708fca2756c
45268 Author: Gerald Van Baren <vanbaren@cideas.com>
45269 Date:   Mon Jun 25 19:52:23 2007 -0400
45270
45271     Asthetic improvements: error messages and line lengths.
45272
45273     Tighten up the error messages, split overlength lines.
45274
45275     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
45276
45277 commit 35ec398f16e17df600edc1b38c1e9e62c15c9aa1
45278 Author: Gerald Van Baren <vanbaren@cideas.com>
45279 Date:   Fri May 25 22:08:57 2007 -0400
45280
45281     Fix fdt_chosen() to call ft_board_setup(), clean up long lines.
45282
45283     The fdt_chosen() function was adding/seting some properties ad-hoc
45284       improperly and duplicated (poorly) what was done in ft_board_setup()
45285
45286     Clean up long lines (setting properties, printing errors).
45287
45288     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
45289
45290 commit 06e19a07701c968f15d72c083b5872a1a11c7b01
45291 Author: Gerald Van Baren <vanbaren@cideas.com>
45292 Date:   Mon May 21 23:27:16 2007 -0400
45293
45294     For fdt_find_node_by_path(), handle the root path properly.
45295
45296     Also removes the special case root path detection in cmd_fdt.c since it
45297     is no longer necessary.
45298
45299     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
45300
45301 commit 9675ee7208ab965d13ea8d8262d77ac4160ef549
45302 Author: Gerald Van Baren <vanbaren@cideas.com>
45303 Date:   Thu May 17 23:54:36 2007 -0400
45304
45305     Add fdt_find_node_by_type() and fdt_find_compatible_node() to LIBFDT
45306
45307     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
45308     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
45309
45310 commit 1a861169bc3758f9de3aead62b058736c6891246
45311 Author: Gerald Van Baren <vanbaren@cideas.com>
45312 Date:   Wed Jun 6 22:47:58 2007 -0400
45313
45314     Replace fdt_node_offset() with fdt_find_node_by_path().
45315
45316     The new name matches more closely the kernel's name, which is also
45317     a much better description.
45318
45319     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
45320     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
45321
45322 commit addd8ce83078c25f0eca5f23adbdfc64ca50a243
45323 Author: Gerald Van Baren <vanbaren@cideas.com>
45324 Date:   Wed May 16 22:39:59 2007 -0400
45325
45326     Fix cmd_fdt line lengths, refactor code.
45327
45328     Break lines that were greater than 80 characters in length.
45329     Move the fdt print and property parsing code to separate static functions
45330       to reduce coding clutter in the fdt_cmd handling body.
45331
45332     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
45333
45334 commit 25114033ab21788810c48ba4df103b649da1223b
45335 Author: Gerald Van Baren <vanbaren@cideas.com>
45336 Date:   Sat May 12 09:47:25 2007 -0400
45337
45338     FDT command improvements.
45339
45340     Fix "fdt set" so that it will create a non-existing property.
45341     Add "fdt mknode" to create nodes.
45342
45343     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
45344
45345 commit 38eb508e8e811e2e57628f445de3a24a23c7d804
45346 Author: Gerald Van Baren <vanbaren@cideas.com>
45347 Date:   Sat May 12 09:45:46 2007 -0400
45348
45349     Reorganize and fix problems (returns) in the bootm command.
45350
45351     Do *NOT* return after the "point of no return" has been passed.
45352       If something goes wrong, the board must be reset after that point.
45353     Move the "Transferring control to Linux" debug message back to where it
45354       belongs: just before transferring control to linux.
45355
45356     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
45357
45358 commit 89c8757d8f213c47709bdc4efe0695263a6080a6
45359 Author: Gerald Van Baren <vanbaren@cideas.com>
45360 Date:   Tue May 8 21:27:35 2007 -0400
45361
45362     Fix bugs in the CONFIG_OF_LIBFDT
45363
45364     Stupid coding mistakes (identified by Timur Tabi, thanks).
45365
45366     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
45367
45368 commit 6be07cc1ca458278c85ecdbf1a0536cff4c701ec
45369 Author: Gerald Van Baren <vanbaren@cideas.com>
45370 Date:   Wed Apr 25 22:47:15 2007 -0400
45371
45372     Improve fdt move length handling.
45373
45374     Make the length parameter optional: if not specified, do the move using
45375     the current size unchanged.
45376
45377     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
45378
45379 commit bb930e76fea6cf89ca2d98e2f7c7a6043d79327d
45380 Author: Gerald Van Baren <vanbaren@cideas.com>
45381 Date:   Wed Apr 25 22:23:36 2007 -0400
45382
45383     Minor code clean up.
45384
45385     Declare the variable fdt properly as extern.
45386     Call the "set_fn" function pointer the "short way" without the full
45387       dereferencing syntax.
45388
45389     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
45390
45391 commit ba24e2ac3bdb5c489f3c787e7542b6474c4d65c6
45392 Author: Gerald Van Baren <vanbaren@cideas.com>
45393 Date:   Wed Apr 25 21:24:27 2007 -0400
45394
45395     Improve error messages, more informative.
45396
45397     Print more than the raw libfdt error message strings.  This is especially
45398     useful for cluing in the user when the bootm command aborts due to
45399     blob problems.
45400
45401     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
45402
45403 commit 8096b3b8f772c1894ddeda9dbceff6a8826473a4
45404 Author: Gerald Van Baren <vanbaren@cideas.com>
45405 Date:   Fri Apr 20 22:46:53 2007 -0400
45406
45407     libfdt: Conditionally compile based on CONFIG_OF_LIBFDT
45408
45409     This is the way u-boot reduces configured-out code.  At Wolfgang
45410     Grandegger and Wolfgang Denk's request, make libfdt conform.
45411
45412     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
45413
45414 commit 923efd286411ed052d9e074f59f8986d6081061c
45415 Author: Bruce Adler <bruce.adler@ccpu.com>
45416 Date:   Fri Aug 10 14:54:47 2007 -0700
45417
45418     add image size and descriptors for Spartan 3E FPGA chips
45419
45420     Spartan 3E image sizes taken from Table 1-4 in Xilinx UG332 (v1.1)
45421
45422     Signed-off by: Bruce Adler <bruce.adler@ccpu.com>
45423
45424 commit fb56579ffe7ef3275b7036bb7b924e5a0d32bd70
45425 Author: Kim Phillips <kim.phillips@freescale.com>
45426 Date:   Fri Aug 10 15:34:48 2007 -0500
45427
45428     make MAKEALL more immune to merge conflicts
45429
45430     ..by placing board entries one per line, as suggested by jdl.
45431
45432     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
45433
45434 commit 2628114ec564f969f34b5f7105fbd168cb8c9c3f
45435 Author: Kim Phillips <kim.phillips@freescale.com>
45436 Date:   Fri Aug 10 13:28:25 2007 -0500
45437
45438     README: Remove outdated cpu type, board type, and NAME_config lists
45439
45440     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
45441
45442 commit 49bb59912d21aacb507eb81fd21fb7af650c706c
45443 Author: Dave Liu <r63238@freescale.com>
45444 Date:   Fri Aug 10 15:48:59 2007 +0800
45445
45446     mpc83xx: Suppress the warning 'burstlen'
45447
45448     suppress the warning 'burstlen' of spd_sdram.
45449
45450     Signed-off-by: Dave Liu <daveliu@freescale.com>
45451
45452 commit c646bba6465a45c60746d4cc1602cd06c1960f2d
45453 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
45454 Date:   Thu Aug 9 15:11:03 2007 -0500
45455
45456     Add support for SBC8641D. Config files.
45457
45458     Add support for Wind River's SBC8641D reference board.
45459
45460     Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com>
45461     Acked-by: Wolfgang Denk <wd@denx.de>
45462     Acked-by: Jon Loeliger <jdl@freescale.com>
45463
45464 commit 8ac273271d57321f90505c7a51cdb1ef2113b628
45465 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
45466 Date:   Thu Aug 9 15:10:53 2007 -0500
45467
45468     Add support for SBC8641D.  Board files.
45469
45470     Add support for Wind River's SBC8641D reference board.
45471
45472     Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com>
45473     Acked-by: Wolfgang Denk <wd@denx.de>
45474     Acked-by: Jon Loeliger <jdl@freescale.com>
45475
45476 commit c2c0ab4aff86622b837a48a0e560351f9afafb95
45477 Author: Stefan Roese <sr@denx.de>
45478 Date:   Fri Aug 10 20:34:58 2007 +0200
45479
45480     Conding style cleanup
45481
45482     Signed-off-by: Stefan Roese <sr@denx.de>
45483
45484 commit c74b2108e31fe09bd1c5d291c3cf360510d4f13e
45485 Author: Sergey Kubushyn <ksi@koi8.net>
45486 Date:   Fri Aug 10 20:26:18 2007 +0200
45487
45488     [ARM] TI DaVinci support, hopefully final
45489
45490     Add support for the following DaVinci boards:
45491     - DV_EVM
45492     - SCHMOOGIE
45493     - SONATA
45494
45495     Changes:
45496
45497     - Split into separate board directories
45498     - Removed changes to MTD_DEBUG (or whatever it's called)
45499     - New CONFIG_CMD party line followed
45500     - Some cosmetic fixes, cleanup etc.
45501     - Patches against the latest U-Boot tree as of now.
45502     - Fixed CONFIG_CMD_NET in net files.
45503     - Fixed CONFIG_CMD_EEPROM for schmoogie.
45504     - Made sure it compiles and works (forceenv() link problem) on SCHMOOGIE and
45505        DV_EVM. Can't check if it works on SONATA, don't have a board any more,
45506        but it at least compiles.
45507
45508     Here is an excerpt from session log on SCHMOOGIE...
45509
45510     U-Boot 1.2.0-g6c33c785-dirty (Aug  7 2007 - 13:07:17)
45511
45512     DRAM:  128 MB
45513     NAND:  128 MiB
45514     In:    serial
45515     Out:   serial
45516     Err:   serial
45517     ARM Clock : 297MHz
45518     DDR Clock : 162MHz
45519     ETH PHY   : DP83848 @ 0x01
45520     U-Boot > iprobe
45521     Valid chip addresses: 1B 38 3A 3D 3F 50 5D 6F
45522     U-Boot > ping 192.168.253.10
45523     host 192.168.253.10 is alive
45524     U-Boot >
45525
45526     Signed-off-by: Sergey Kubushyn <ksi@koi8.net>
45527     Acked-by: Dirk Behme <dirk.behme@gmail.com>
45528     Acked-by: Zach Sadecki <Zach.Sadecki@ripcode.com>
45529     Acked-by: Stefan Roese <sr@denx.de>
45530
45531 commit 2e4d94f1e3c2961428967a33b6ff2520568391b3
45532 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
45533 Date:   Fri Jul 27 01:50:45 2007 -0500
45534
45535     fsl_pci_init cleanup.
45536
45537     Do not enable normal errors created during probe (master abort, perr,
45538     and pcie Invalid Configuration access).
45539
45540     Add CONFIG_PCI_NOSCAN board option to prevent bus scan.
45541
45542     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
45543     Acked-by: Andy Fleming <afleming@freescale.com>
45544
45545 commit 936b3e69b667c3eb9a61ece4e78647d3fce9fc2a
45546 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
45547 Date:   Fri Jul 27 01:50:44 2007 -0500
45548
45549     pciauto_setup_device bars_num fix
45550
45551     Passing bars_num=0 to pciauto_setup_device should assign no bars.
45552
45553     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
45554     Acked-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
45555     Acked-by: Andy Fleming <afleming@freescale.com>
45556
45557 commit cf0b185e58ca0aec8ae2b2a8804ec0ef58ee21d4
45558 Author: Jon Loeliger <jdl@freescale.com>
45559 Date:   Mon Aug 6 17:39:44 2007 -0500
45560
45561     8641hpcn: Do correct sized pointer math.
45562
45563     When I rebased Ed's patch and cleaned up a few compilation
45564     problems, I apparently rebased my brain on crack first.
45565     Fix that by doing (char *) sized pointer math as needed.
45566
45567     Signed-off-by: Jon Loeliger <jdl@freescale.com>
45568
45569 commit cfc7a7f5bb3273c9951173c788001d45118f141f
45570 Author: Jon Loeliger <jdl@freescale.com>
45571 Date:   Thu Aug 2 14:42:20 2007 -0500
45572
45573     cpu/86xx fixes.
45574
45575     Remove rev 1 fixes.
45576     Always set PICGCR_MODE.
45577     Enable machine check and provide board config option
45578     to set and handle SoC error interrupts.
45579
45580     Include MSSSR0 in error message.
45581
45582     Isolate a RAMBOOT bit of code with #ifdef CFG_RAMBOOT.
45583
45584     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
45585     Signed-off-by: Jon Loeliger <jdl@freescale.com>
45586
45587 commit 35d22f957a85a22bb3cd1ad084fa5404620d1c42
45588 Author: Stefan Roese <sr@denx.de>
45589 Date:   Fri Aug 10 10:42:25 2007 +0200
45590
45591     Coding style cleanup
45592
45593     Signed-off-by: Stefan Roese <sr@denx.de>
45594
45595 commit 3a6d56c20989fe27360afe743bd2a7ad4d76e48f
45596 Author: Dirk Behme <dirk.behme@googlemail.com>
45597 Date:   Thu Aug 2 17:42:08 2007 +0200
45598
45599     Make use of generic 64bit division in nand_util.c
45600
45601     Use generic 64bit division in nand_util.c. This makes nand_util.c
45602     independent of any toolchain 64bit division.
45603
45604     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
45605
45606 commit f7c086e94e8ce9aad7268af97f73aa6884686f27
45607 Author: Dirk Behme <dirk.behme@googlemail.com>
45608 Date:   Thu Aug 2 17:41:14 2007 +0200
45609
45610     Move 64bit division from avr32 to generic lib
45611
45612     Move the 64bit division from lib_avr32 to lib_generic. With this, all
45613     boards can do_div/__div64_32 if needed, not only avr one. Code is put
45614     to lib_generic, so no larger memory footprint if not used. No code
45615     modifications. Thanks for proposal by HÃ¥vard Skinnemoen.
45616
45617     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
45618
45619 commit 157cda4d0c3d592ccbb19bbfc07d9251894f0894
45620 Author: Niklaus Giger <niklausgiger@gmx.ch>
45621 Date:   Fri Jul 27 11:31:22 2007 +0200
45622
45623     Add PPC4xx-HCU4 and HCU5 boards: HCU5 files
45624
45625     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
45626
45627 commit 6e5de26c6e7580faf16e87745cd488b92b492d0c
45628 Author: Niklaus Giger <niklausgiger@gmx.ch>
45629 Date:   Fri Jul 27 11:30:33 2007 +0200
45630
45631     Add PPC4xx-HCU4 and HCU5 boards: HCU4 files
45632
45633     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
45634
45635 commit e8397fc78c9394d71de233a4d810fbc9047e4c76
45636 Author: Niklaus Giger <niklausgiger@gmx.ch>
45637 Date:   Fri Jul 27 11:38:26 2007 +0200
45638
45639     Add PPC4xx-HCU4 and HCU5 boards: common files
45640
45641     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
45642
45643 commit ac982ea5a4f2f993efcf52dca122f5a59df047d8
45644 Author: Niklaus Giger <niklausgiger@gmx.ch>
45645 Date:   Fri Jul 27 11:28:44 2007 +0200
45646
45647     Add PPC4xx-HCU4 and HCU5 boards: make related
45648
45649     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
45650
45651 commit 137fdd9f474ecb853efdace5200576308c67f18d
45652 Author: Niklaus Giger <niklausgiger@gmx.ch>
45653 Date:   Fri Jul 27 11:28:03 2007 +0200
45654
45655     Add PPC4xx-HCU4 and HCU5 boards: HCU5 config
45656
45657     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
45658
45659 commit 714bc55b35b6f6a65cc8740a3842a543e88cdef2
45660 Author: Niklaus Giger <niklausgiger@gmx.ch>
45661 Date:   Fri Jul 27 11:27:15 2007 +0200
45662
45663     Add PPC4xx-HCU4 and HCU5 boards: HCU4 config
45664
45665     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
45666
45667 commit 1894dd381124bdbfbdae7cf3a6ca52a8eb1f4421
45668 Author: Niklaus Giger <niklausgiger@gmx.ch>
45669 Date:   Fri Jul 27 11:25:31 2007 +0200
45670
45671     Add PPC4xx-HCU4 and HCU5 boards: READMEs
45672
45673     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
45674
45675 commit 641cca9569ce351ddb287fd3343d8b1dcb591db4
45676 Author: Niklaus Giger <niklausgiger@gmx.ch>
45677 Date:   Fri Jul 27 11:37:40 2007 +0200
45678
45679     Add PPC4xx-HCU4 and HCU5 boards: Infrastructure
45680
45681     This series of patches adds support for 2 boards from Netstal Maschinen.
45682
45683     The HCU4 has a PPC405Gpr and
45684     the HCU5 has a PPC440EPX.
45685
45686     The HCU4 has a somehow complicated flash setup, as the booteprom is
45687     only 8 bits and the CFI 16 bits wide, which makes it impossible to use a more
45688     elegant solution.
45689
45690     The HCU5 has only a booteprom as the whole code will be downloaded from a
45691     different board which has HD, CD-ROM, etc and where all code is stored.
45692
45693     This is my third try. I incorporated all suggestions made by Wolfgang and Stefan.
45694     Thanks them a lot.
45695
45696     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
45697
45698 commit 3e4c90c6233618fc1806e63fde68df5f3d6a0171
45699 Author: Stefan Roese <sr@denx.de>
45700 Date:   Fri Aug 10 08:42:55 2007 +0200
45701
45702     ppc4xx: Update lwmon5 POST configuration
45703
45704     Signed-off-by: Stefan Roese <sr@denx.de>
45705
45706 commit 29cb25da56afe18cf5e7072a92a9d98ea8af1fd4
45707 Author: Yuri Tikhonov <yur@emcraft.com>
45708 Date:   Fri Aug 10 08:25:22 2007 +0200
45709
45710     POST: Add ppc4xx UART POST support without external uart clock (lwmon5)
45711
45712     The patch adds support for UART POST on ppc44x-based boards with no
45713     external serial clocks installed.
45714
45715     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
45716     Acked-by: Stefan Roese <sr@denx.de>
45717
45718 commit 99c2fdab91bc633e46fb41dbaa629f87ccf6e00f
45719 Author: Kim Phillips <kim.phillips@freescale.com>
45720 Date:   Mon Aug 6 18:18:34 2007 -0500
45721
45722     mpc83xx: fix ITX[GP] O=builddir builds
45723
45724     make: *** No rule to make target `/work/wd/tmp/board/mpc8349itx/u-boot.lds', needed by `/work/wd/tmp/u-boot'.  Stop.
45725
45726     Both the ITX and ITX-GP fail when you use "make O=<some dir> ..." or
45727     "BUILD_DIR=<some dir> ./MAKEALL ..."
45728
45729     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
45730
45731 commit 47e8bc846759e037b8af0e5f9c9f9cfa7a1050c3
45732 Author: Dave Liu <r63238@freescale.com>
45733 Date:   Wed Aug 1 15:00:59 2007 +0800
45734
45735     mpc83xx: Correct the README for DDR ECC
45736
45737     Update the README for DDR ECC, change the name
45738     to README.mpc83xx.ddrecc.
45739
45740     Signed-off-by: Dave Liu <daveliu@freescale.com>
45741     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
45742
45743 commit daab8c67d2defef73dc26ab07f0c3afd1b05d019
45744 Author: Dave Liu <r63238@freescale.com>
45745 Date:   Wed Aug 1 15:00:15 2007 +0800
45746
45747     mpc83xx: Consolidate the ECC support of 83xx
45748
45749     Remove the duplicated source code of ecc command on the <board>.c,
45750     for reused, move these code to cpu/mpc83xx directory.
45751
45752     Signed-off-by: Dave Liu <daveliu@freescale.com>
45753     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
45754
45755 commit 036575c544cf1b69654d8fb334bda69c6ff3da36
45756 Author: Dave Liu <r63238@freescale.com>
45757 Date:   Sat Aug 4 13:37:39 2007 +0800
45758
45759     mpc83xx: Correct the burst length for DDR2 with 32 bits
45760
45761     The burst length should be 4 for DDR2 with 32 bits bus
45762
45763     Signed-off-by: Dave Liu <daveliu@freescale.com>
45764
45765 commit 1c274c4e05b6dc9b24edc8aa618b02f607ee6eed
45766 Author: Kim Phillips <kim.phillips@freescale.com>
45767 Date:   Wed Jul 25 19:25:33 2007 -0500
45768
45769     mpc83xx: add support for the MPC8323E RDB
45770
45771     MPC8323E based board with 64MB fixed SDRAM, 16MB flash,
45772     five 10/100 ethernet ports connected via an ICPlus IP175C
45773     switch, one PCI slot, and serial.  Features not supported
45774     in this patch are SD card interface, 2 USB ports, and the
45775     two phone ports.
45776
45777     Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
45778     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
45779
45780 commit 343d91009d55fc5b3ff8cc940597af6c6aa1d359
45781 Author: Kim Phillips <kim.phillips@freescale.com>
45782 Date:   Wed Jul 25 19:25:28 2007 -0500
45783
45784     mpc83xx: fixup generic pci for libfdt
45785
45786     add libfdt support to the generic 83xx pci code
45787
45788     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
45789
45790 commit f57ac7a7b37109245b69db80839ebee26179966a
45791 Author: Kim Phillips <kim.phillips@freescale.com>
45792 Date:   Wed Jul 25 19:25:22 2007 -0500
45793
45794     mpc83xx: fix 8360 and cpu functions to update fdt being passed
45795
45796     ..and not the global fdt. Rename local fdt vars to blob so as not to
45797     be confused with the global var with the same three-letter name.
45798
45799     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
45800
45801 commit 8be404459a6b7395415a57bb35e8377e3b2b5acb
45802 Author: Jerry Van Baren <gvb.uboot@gmail.com>
45803 Date:   Wed Jul 4 21:34:24 2007 -0400
45804
45805     mpc83xx: Fix errors when CONFIG_OF_LIBFDT is enabled
45806
45807     Several node strings were not correct (trailing slashes and properties
45808       in the strings)
45809     Added setting of the timebase-frequency.
45810     Improved error messages and use debug() instead of printf().
45811
45812     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
45813     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
45814
45815 commit 26d02c9bbac1751c5e19294f000100b48d43a920
45816 Author: Jerry Van Baren <gvb.uboot@gmail.com>
45817 Date:   Wed Jul 4 21:27:30 2007 -0400
45818
45819     mpc83xx: Replace fdt_node_offset() with fdt_find_node_by_path().
45820
45821     The new name matches more closely the kernel's name, which is also
45822     a much better description.
45823
45824     These are the mpc83xx changes made necessary by the function name change.
45825
45826     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
45827     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
45828     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
45829
45830 commit 9be39a67c9f8fef7107f5df09d673005f04d0963
45831 Author: Dave Liu <daveliu@freescale.com>
45832 Date:   Mon Jun 25 10:41:56 2007 +0800
45833
45834     mpc83xx: Add support for the display of reset status
45835
45836     83xx processor family has many reset sources, such as
45837     power on reset, software hard reset, software soft reset,
45838     JTAG, bus monitor, software watchdog, check stop reset,
45839     external hard reset, external software reset.
45840     sometimes, to figure out the fault of system, we need to
45841     know the cause of reset early before the prompt of
45842     u-boot present.
45843
45844     Signed-off-by: Dave Liu <daveliu@freescale.com>
45845     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
45846
45847 commit ff9658d7049bf8c8e8e0a05dbe5e9f7e91aa5a5d
45848 Author: Dave Liu <daveliu@freescale.com>
45849 Date:   Mon Jun 25 10:41:04 2007 +0800
45850
45851     mpc83xx: Fix the align bug of SDMA buffer
45852
45853     According to the latest user manual, the SDMA temporary
45854     buffer base address must be 4KB aligned.
45855
45856     Signed-off-by: Dave Liu <daveliu@freescale.com>
45857     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
45858
45859 commit 66dc2c2dc51f8b88bb8e231bc80cd92eae1d6476
45860 Author: Dave Liu <daveliu@freescale.com>
45861 Date:   Mon Jun 25 13:21:12 2007 +0800
45862
45863     mpc83xx: Revise the MPC8360EMDS readme doc
45864
45865     When the rev2.x silicon mount on the MPC8360EMDS baord,
45866     and if you are using the u-boot version after the commit
45867     3fc0bd159103b536e1c54c6f4457a09b3aba66ca.
45868     to make the ethernet interface usable, we have to setup
45869     the jumpers correctly.
45870
45871     Signed-off-by: Dave Liu <daveliu@freescale.com>
45872     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
45873
45874 commit e739bc95797aac4fefc4c75b55c7c78e59d3ea9c
45875 Author: Timur Tabi <timur@freescale.com>
45876 Date:   Tue Jul 3 13:46:32 2007 -0500
45877
45878     FSL I2C driver programs the two I2C busses differently
45879
45880     The i2c_init() function in fsl_i2c.c programs the two I2C busses differently.
45881     The second I2C bus has its slave address programmed incorrectly and is
45882     missing a 5-us delay.
45883
45884     Signed-off-by: Timur Tabi <timur@freescale.com>
45885     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
45886
45887 commit df33f6b4d6d63693dd9200808b242de1b86cb8e8
45888 Author: Timur Tabi <timur@freescale.com>
45889 Date:   Tue Jul 3 13:04:34 2007 -0500
45890
45891     Update SCCR programming in cpu_init_f() to support all 83xx processors
45892
45893     Update the cpu_init_f() function in cpu/mpc83xx/cpu_init.c to program the
45894     bitfields for all 83xx processors.  The code to update some bitfields was
45895     compiled only on some processors.  Now, the bitfields are programmed as long
45896     as the corresponding CFG_SCCR option is defined in the board header file.
45897     This means that the board header file should not define any CFG_SCCR macros
45898     for bitfields that don't exist on that processor, otherwise the SCCR will be
45899     programmed incorrectly.
45900
45901     Signed-off-by: Timur Tabi <timur@freescale.com>
45902     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
45903
45904 commit 9546266999f0b9b51372636614211b88d90f0f25
45905 Author: Martin Krause <martin.krause@tqs.de>
45906 Date:   Fri Jun 22 13:04:22 2007 +0200
45907
45908     TQM834x: cleanup configuraton
45909
45910     Remove irritating #undef DEBUG
45911
45912     Signed-off-by: Martin Krause <martin.krause@tqs.de>
45913     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
45914
45915 commit 5d497e6bf0f5bf63729b4a47b3fd786d3c77a1bc
45916 Author: david.saada <David.Saada@ecitele.com>
45917 Date:   Mon Jun 18 09:09:53 2007 -0700
45918
45919     MPC83xx: Fix makefile to generate config.h file in the build directory
45920
45921     MPC83xx: Fix the Makefile config sections to generate the include/config.h
45922     file in the build directory instead of the source directory.
45923
45924     Signed-off-by: David Saada <david.saada@ecitele.com>
45925     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
45926
45927 commit 1ded0242e437259366792d52b7e9d1e1931d8fa5
45928 Author: Lee Nipper <Lee.Nipper@freescale.com>
45929 Date:   Thu Jun 14 20:07:33 2007 -0500
45930
45931     mpc83xx: Add support for 8360 silicon revision 2.1
45932
45933     This change adds 8360 silicon revision 2.1 support to u-boot.
45934
45935     Signed-off-by: Lee Nipper <lee.nipper@freescale.com>
45936     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
45937
45938 commit a22806469a8f2b69c829f4fd5361fdebd0cb01b4
45939 Author: Kumar Gala <galak@kernel.crashing.org>
45940 Date:   Wed Aug 8 04:14:28 2007 -0500
45941
45942     Treat ppc64 host as ppc
45943
45944     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
45945
45946 commit 0dc4279b08ff82472bec2e2c90858602459febe8
45947 Author: Jason Jin <Jason.jin@freescale.com>
45948 Date:   Wed Aug 8 09:01:46 2007 +0800
45949
45950     Minor fix for bios emulator makefile
45951
45952     Add $(obj) to LIB avoiding objects be built in the source dir
45953
45954     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
45955
45956 commit ce981dc857adfc8036ca2f6d5d5a06c2a8aa77d6
45957 Author: Jason Jin <Jason.jin@freescale.com>
45958 Date:   Wed Aug 8 08:33:11 2007 +0800
45959
45960     Add CONFIG_BIOSEMU define to guard all the bios emulator code
45961
45962     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
45963
45964     This patch fix the compile issue on the board that did not enable the bios emulator
45965
45966 commit ed8106433522f2ea8933e9808346860d061d7731
45967 Author: Zach Sadecki <Zach.Sadecki@ripcode.com>
45968 Date:   Tue Jul 31 12:27:25 2007 -0500
45969
45970     tsec: fix multiple PHY support
45971
45972     The change entitled "Reduce CONFIG_MPC8YXX_TSECx to CONFIG_TSECx"
45973     broke multiple PHY support in tsec.c.  This fixes it.
45974
45975     Signed-off-by: Zach Sadecki <Zach.Sadecki@ripcode.com>
45976     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
45977
45978 commit dcb84b7208ade0bbebbeb56bec9c2c64f8b2eede
45979 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
45980 Date:   Thu Aug 9 09:08:18 2007 -0500
45981
45982     tsec: Allow Ten Bit Interface address to be configurable
45983
45984     Allow the address of the Ten Bit Interface (TBI) to be changed in the
45985     event of a conflict with another device.
45986
45987     Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com>
45988
45989 commit 3ba4c2d68f6541db4677b4aea12071f56e6ff6e6
45990 Author: Stefan Roese <sr@denx.de>
45991 Date:   Wed Aug 8 09:54:26 2007 +0200
45992
45993     Coding style cleanup
45994
45995     Signed-off-by: Stefan Roese <sr@denx.de>
45996
45997 commit a41de1f0d373e09c782dea558385a06247111ba5
45998 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
45999 Date:   Sun Aug 5 05:15:18 2007 -0500
46000
46001     Port enabled for I2C signals and chipselects port configuration.
46002
46003     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
46004
46005 commit 1a33ce65a4c51a69190dd8c408f9e1c62a66e94f
46006 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
46007 Date:   Sun Aug 5 04:31:18 2007 -0500
46008
46009     Added NAND support
46010
46011     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
46012
46013 commit eaf9e447beb3e498818ef8ad0b8c1597cd506149
46014 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
46015 Date:   Sun Aug 5 04:11:20 2007 -0500
46016
46017     Added I2C support
46018
46019     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
46020
46021 commit 99c03c175d2689093176facf17c58ce2cb320001
46022 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
46023 Date:   Sun Aug 5 03:58:52 2007 -0500
46024
46025     Changed CFG_CLK to gd->bus_clk for CFG_TIMER_PRESCALER. Added DECLARE_GLOBAL_DATA_PTR for time.c
46026
46027     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
46028
46029 commit 8d1d66af54d305de29d0bbf4aa8c9e6375f7f731
46030 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
46031 Date:   Sun Aug 5 03:55:21 2007 -0500
46032
46033     Added uart_gpio_conf() in serial_init(), seperated uart port configuration from cpu_init() to uart_gpio_conf()
46034
46035     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
46036
46037 commit 6fde84a44b7e575ea80fe0e2d5be3b6f73d1e630
46038 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
46039 Date:   Sun Aug 5 03:43:30 2007 -0500
46040
46041     Moved sync() from board file to include/asm-m68k/io.h
46042
46043     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
46044
46045 commit 9e737d8476e7d6a596d16caaf6a3853a9a1190a2
46046 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
46047 Date:   Sun Aug 5 03:30:44 2007 -0500
46048
46049     Declared attributes of void __mii_init(void) as an alias for int mii_init(void)
46050
46051     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
46052
46053 commit 9998bd37ead85e93953559720710d3b0685c81e6
46054 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
46055 Date:   Sun Aug 5 03:19:10 2007 -0500
46056
46057     Renamed CONFIG_MCFSERIAL to CONFIG_MCFUART
46058
46059     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
46060
46061 commit 7c4c3722a38d40b0cf537ddae72b04f4088b190c
46062 Author: Jason Jin <Jason.jin@freescale.com>
46063 Date:   Tue Aug 7 16:17:06 2007 +0800
46064
46065     Add CONFIG_BIOSEMU define to guard all the bios emulator code
46066
46067     This patch fix the compile issue on the board that did not enable the bios emulator
46068
46069 commit bf1060ea4f9eaa7e7d164a70a7d6f28939882053
46070 Author: Wolfgang Denk <wd@denx.de>
46071 Date:   Tue Aug 7 16:02:13 2007 +0200
46072
46073     Fix missing brace error in fs/fat/fat.c
46074     [pointed out by Roderik Wildenburg]
46075
46076     Signed-off-by: Wolfgang Denk <wd@denx.de>
46077
46078 commit 706714d97a0d08d59eda4de2268c39f504688329
46079 Author: Michal Simek <monstr@monstr.eu>
46080 Date:   Mon Aug 6 23:41:53 2007 +0200
46081
46082     [FIX] remove cute code
46083
46084 commit f500d9fdeb576288656dac427052ad2c5ca0ad1a
46085 Author: Michal Simek <monstr@monstr.eu>
46086 Date:   Mon Aug 6 23:35:26 2007 +0200
46087
46088     [FIX] Fix romfs code
46089
46090 commit ab4b956d3143f8f8174089053f5dfabbb04762b0
46091 Author: Michal Simek <monstr@monstr.eu>
46092 Date:   Mon Aug 6 23:31:49 2007 +0200
46093
46094     [FIX] Coding style cleanup - Wolfgang's suggestions
46095
46096 commit 6c33c78557ca6f8da68c01ce33e278695197d3f4
46097 Author: Wolfgang Denk <wd@denx.de>
46098 Date:   Mon Aug 6 23:21:05 2007 +0200
46099
46100     Fixed typo in README (pointed out by Martin Jost).
46101
46102     Signed-off-by: Wolfgang Denk <wd@denx.de>
46103
46104 commit 537223afa61f64480df31ce440a9cb386df4a814
46105 Author: Stefan Roese <sr@denx.de>
46106 Date:   Mon Aug 6 21:10:17 2007 +0200
46107
46108     ppc4xx: Update AMCC Bamboo README doc/README.bamboo
46109
46110     As suggested by Eugene O'Brien <Eugene.O'Brien@advantechamt.com>,
46111     here an updated Bamboo README.
46112
46113     Signed-off-by: Stefan Roese <sr@denx.de>
46114
46115 commit 9c7e4b06214db61bb21f1bcbe57c97519669baae
46116 Author: Wolfgang Denk <wd@denx.de>
46117 Date:   Mon Aug 6 02:17:36 2007 +0200
46118
46119     Coding style cleanup. Update CHANGELOG.
46120
46121     Signed-off-by: Wolfgang Denk <wd@denx.de>
46122
46123 commit 221838cc7eb178370ff62aa05920a582e12ac322
46124 Author: Jason Jin <Jason.jin@freescale.com>
46125 Date:   Tue Jul 10 09:03:22 2007 +0800
46126
46127     Remove the bios emulator from MAI board.
46128
46129     The bios emulator in the MAI board can not pass compile
46130     and have a lot of crap in it. remove it and will have a
46131     clean and small bios emulator in the drivers directory
46132     which can be uesed for every board.
46133
46134     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
46135
46136 commit 5618332409bb96f4448d1712899369fc80c0b489
46137 Author: Jason Jin <Jason.jin@freescale.com>
46138 Date:   Fri Jul 13 12:14:59 2007 +0800
46139
46140     Fix some compile issues for MAI board.
46141
46142     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
46143
46144 commit 0f460a1ee148b648ee242c3157650287d4296260
46145 Author: Jason Jin <Jason.jin@freescale.com>
46146 Date:   Fri Jul 13 12:14:58 2007 +0800
46147
46148     Configurations for ATI video card BIOS emulator
46149
46150     This patch add definition of the BIOS emulator and the ATI framebuffer
46151     driver for MPC8641HPCN board.
46152
46153     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
46154     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
46155
46156 commit ece92f85053b8df613edcf05b26a416cbc3d629c
46157 Author: Jason Jin <Jason.jin@freescale.com>
46158 Date:   Fri Jul 6 08:34:56 2007 +0800
46159
46160     This is a BIOS emulator, porting from SciTech for u-boot, mainly for
46161     ATI video card BIOS. and can be used for x86 code emulation by some
46162     modifications.
46163
46164     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
46165
46166 commit 5072188acabde3178fac7f5a597150e6e74fd40c
46167 Author: Jason Jin <Jason.jin@freescale.com>
46168 Date:   Fri Jul 6 08:33:33 2007 +0800
46169
46170     This is a framebuffer driver for ATI video card, can work for PCI9200,
46171     X300, X700, X800 ATI video cards.
46172
46173     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
46174     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
46175
46176 commit 5728be389e65fd47f34b33c2596271eb4db751ae
46177 Author: Wolfgang Denk <wd@denx.de>
46178 Date:   Mon Aug 6 01:01:49 2007 +0200
46179
46180     Coding style cleanup. Update CHANGELOG.
46181
46182     Signed-off-by: Wolfgang Denk <wd@denx.de>
46183
46184 commit 8092fef4c29b395958bb649647da7e3775731517
46185 Author: Martin Krause <Martin.Krause@tqs.de>
46186 Date:   Tue Dec 12 14:26:01 2006 +0100
46187
46188     Add functions to list of exported functions
46189
46190     Additionally export the following fuctions (to make trab_config build again):
46191     - simple_strtol()
46192     - strcmp()
46193
46194     Also bump the ABI version to reflect this change
46195
46196     Signed-off-by: Martin Krause <martin.krause@tqs.de>
46197
46198 commit 63cec5814fab5d2b1c86982327433807a5ac0249
46199 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
46200 Date:   Thu Aug 2 14:09:49 2007 -0500
46201
46202     Make MPC8641's PCI/PCI-E driver a common driver for many FSL parts.
46203
46204     All of the PCI/PCI-Express driver and initialization code that
46205     was in the MPC8641HPCN port has now been moved into the common
46206     drivers/fsl_pci_init.c.  In a subsequent patch, this will be
46207     utilized by the 85xx ports as well.
46208
46209     Common PCI-E IMMAP register blocks for FSL 85xx/86xx are added.
46210
46211     Also enable the second PCI-Express controller on 8641
46212     by getting its BATS and CFG_ setup right.
46213
46214     Fixed a u16 vendor compiler warning in AHCI driver too.
46215
46216     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
46217     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
46218     Signed-off-by: Jon Loeliger <jdl@freescale.com>
46219
46220 commit a274ca4f6d68830e7c916f897561cff8c4101c38
46221 Author: Michal Simek <monstr@monstr.eu>
46222 Date:   Sun Aug 5 22:33:05 2007 +0200
46223
46224     [FIX] Coding style cleanup
46225
46226 commit af8377d4eb3a0ac5a831830d5ce63fbf65fecb7f
46227 Author: Michal Simek <monstr@monstr.eu>
46228 Date:   Sun Aug 5 16:13:31 2007 +0200
46229
46230     [FIX] Xilinx Uartlite driver
46231     Because PPC405 can use UARTLITE serial interface and
46232     Microblaze can use Uart16550 serial interface not only Uartlite.
46233
46234 commit 98889edd50aadf862071eb5664747ad0d568a20e
46235 Author: Michal Simek <monstr@monstr.eu>
46236 Date:   Sun Aug 5 15:54:53 2007 +0200
46237
46238     [FIX] Change configuration for XUPV2P Microblaze board
46239
46240 commit 537091b4eed9302865d03fef3f7212b4fe5cf28f
46241 Author: Michal Simek <monstr@monstr.eu>
46242 Date:   Sun Aug 5 15:53:50 2007 +0200
46243
46244     [PATCH] Added support for Xilinx Emac community driver
46245
46246 commit 86b116b1b1e165ca4840daefed36d2e3b8460173
46247 Author: Bartlomiej Sieka <tur@semihalf.com>
46248 Date:   Fri Aug 3 12:08:16 2007 +0200
46249
46250     cm1_qp1 -> cm5200: single U-Boot image for modules from the cm5200 family.
46251
46252     Add the ability for modules from the Schindler cm5200 family to use a
46253     single U-Boot image:
46254     - rename cm1_qp1 to cm5200
46255     - add run-time module detection
46256     - parametrize SDRAM configuration according to the module we are running on
46257
46258     Few minor, board-specific fixes included in this patch:
46259     - better MAC address handling
46260     - updated default environment ('update' command uses +{filesize} now)
46261     - improved error messages in the auto-update code
46262     - allow booting U-Boot from RAM (CFG_RAMBOOT)
46263
46264     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
46265     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
46266     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
46267
46268 commit c7e717ebc2b044d7a71062552c9dc0f54ea9b779
46269 Author: Andy Fleming <afleming@freescale.com>
46270 Date:   Fri Aug 3 04:05:25 2007 -0500
46271
46272     Add Marvell 1149 PHY support to the TSEC
46273
46274 commit b1b54e352028ed370c3aa95d6fdeb9d64c5d2f86
46275 Author: Wolfgang Denk <wd@denx.de>
46276 Date:   Thu Aug 2 21:27:46 2007 +0200
46277
46278     Coding style cleanup, update CHANGELOG
46279
46280     Signed-off-by: Wolfgang Denk <wd@denx.de>
46281
46282 commit 63e22764d2f8653f68888c667eb65b3996b52680
46283 Author: Wolfgang Denk <wd@denx.de>
46284 Date:   Thu Aug 2 10:11:18 2007 +0200
46285
46286     Minor cleanup of <board>_nand build rules.
46287
46288 commit 9ca8d79de096c65b9b9c867259b3ff4685f775ef
46289 Author: Stefan Roese <sr@denx.de>
46290 Date:   Thu Aug 2 08:33:56 2007 +0200
46291
46292     ppc4xx: Code cleanup
46293
46294     Signed-off-by: Stefan Roese <sr@denx.de>
46295
46296 commit c92409812206ac67a7fa7aae298539a9c3804a46
46297 Author: Grzegorz Bernacki <gjb@semihalf.com>
46298 Date:   Tue Jul 31 18:51:48 2007 +0200
46299
46300     [ppc440SPe] Graceful recovery from machine check during PCIe configuration
46301
46302     During config transactions on the PCIe bus an attempt to scan for a
46303     non-existent device can lead to a machine check exception with certain
46304     peripheral devices. In order to avoid crashing in such scenarios the
46305     instrumented versions of the config cycle read routines are introduced, so
46306     the exceptions fixups framework can gracefully recover.
46307
46308     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
46309     Acked-by: Rafal Jaworowski <raj@semihalf.com>
46310
46311 commit dec99558b9ea75a37940d07f41a3565a50b54ad1
46312 Author: Rafal Jaworowski <raj@semihalf.com>
46313 Date:   Tue Jul 31 18:19:54 2007 +0200
46314
46315     [ppc4xx] Separate settings for PCIe bus numbering on 440SPe rev.A
46316
46317     This brings back separate settings for PCIe bus numbers depending on chip
46318     revision, which got eliminated in 2b393b0f0af8402ef43b25c1968bfd29714ddffa
46319     commit. 440SPe rev. A does NOT work properly with the same settings as for
46320     the rev. B (no devices are seen on the bus during enumeration).
46321
46322     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
46323
46324 commit cdd917a43da6fa7fc8f54a3cc9f420ce5ecf3197
46325 Author: Wolfgang Denk <wd@denx.de>
46326 Date:   Thu Aug 2 00:48:45 2007 +0200
46327
46328     Fix build errors and warnings / code cleanup.
46329
46330     Signed-off-by: Wolfgang Denk <wd@denx.de>
46331
46332 commit d2f68006627eda6cb6c7f364bddf621dbfd2fc68
46333 Author: Eugene OBrien <eugene.obrien@advantechamt.com>
46334 Date:   Tue Jul 31 10:24:56 2007 +0200
46335
46336     ppc4xx: Update AMCC Bamboo 440EP support
46337
46338     Changed storage type of cfg_simulate_spd_eeprom to const
46339     Changed storage type of gpio_tab to stack storage
46340     (Cannot access global data declarations in .bss until afer code relocation)
46341
46342     Improved SDRAM tests to catch problems where data is not uniquely addressable
46343     (e.g. incorrectly programmed SDRAM row or columns)
46344
46345     Added CONFIG_PROG_SDRAM_TLB to support Bamboo SIMM/DIMM modules
46346     Fixed AM29LV320DT (OpCode Flash) sector map
46347
46348     Signed-off-by: Eugene OBrien <eugene.obrien@advantechamt.com>
46349     Signed-off-by: Stefan Roese <sr@denx.de>
46350
46351 commit ea9f6bce383cc9fbcdee28b5836109b1a6dba574
46352 Author: Stefan Roese <sr@denx.de>
46353 Date:   Tue Jul 31 08:37:01 2007 +0200
46354
46355     ppc4xx: Update 440EPx lwmon5 board support
46356
46357     - Clear ECC status regs after ECC POST test
46358     - Set dcbz for ECC generation with caches enabled as default
46359     - Code cleanup
46360
46361     Signed-off-by: Stefan Roese <sr@denx.de>
46362
46363 commit 27a528fb41433c4c1e2b5d6bd3fd8d78606fc724
46364 Author: Stefan Roese <sr@denx.de>
46365 Date:   Mon Jul 30 11:04:57 2007 +0200
46366
46367     ppc4xx: Only print ECC related info when the error bis are set
46368
46369     Signed-off-by: Stefan Roese <sr@denx.de>
46370
46371 commit e36220a4baf1f188ba60f17e9d0f043069b1362a
46372 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
46373 Date:   Fri Jul 27 16:44:31 2007 +0200
46374
46375     new FPGA image for PLU405 board
46376
46377     new FPGA image for PLU405 board with improved CompactFlash timing
46378
46379     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
46380
46381 commit 8993e54b6f397973794f3d6f47d3b3c0c98dd4f6
46382 Author: Rafal Jaworowski <raj@semihalf.com>
46383 Date:   Fri Jul 27 14:43:59 2007 +0200
46384
46385     [ADS5121] Support for the ADS5121 board
46386
46387     The following MPC5121e subsystems are supported:
46388
46389     - low-level CPU init
46390     - NOR Boot Flash (common CFI driver)
46391     - DDR SDRAM
46392     - FEC
46393     - I2C
46394     - Watchdog
46395
46396     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
46397     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
46398     Signed-off-by: Jan Wrobel <wrr@semihalf.com>
46399
46400 commit 1863cfb7b100ba0ee3401799457a01dc058745f8
46401 Author: Rafal Jaworowski <raj@semihalf.com>
46402 Date:   Fri Jul 27 14:22:04 2007 +0200
46403
46404     [PPC] Remove unused MSR_USER definition
46405
46406     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
46407
46408 commit d4024bb72dd81695ec099b2199eda0d27c623e62
46409 Author: John Otken <john@softadvances.com>
46410 Date:   Thu Jul 26 17:49:11 2007 +0200
46411
46412     ppc4xx: Add support for AMCC 405EP Taihu board
46413
46414     Signed-off-by: John Otken <john@softadvances.com>
46415
46416 commit b66091de6c7390620312c2501db23d8391e7cabb
46417 Author: Anatolij Gustschin <agust@denx.de>
46418 Date:   Thu Jul 26 15:08:01 2007 +0200
46419
46420     ppc4xx: lwmon5: Update Lime initialization
46421
46422     Change Lime SDRAM initialization to now support 100MHz and
46423     133MHz (if enabled). Also the framebuffer is initialized to
46424     display a blue rectangle with a white border.
46425
46426     Signed-off-by: Anatolij Gustschin <agust@denx.de>
46427     Signed-off-by: Stefan Roese <sr@denx.de>
46428
46429 commit 9f24a808f17fc0f37b7fb4805f734741335caecc
46430 Author: Stefan Roese <sr@denx.de>
46431 Date:   Tue Jul 24 09:52:52 2007 +0200
46432
46433     ppc4xx: lwmon5: Support for 128 MByte NOR FLASH added
46434
46435     The used Intel NOR FLASH chips have internally two dies, and are now
46436     treated as two seperate chips.
46437
46438     Signed-off-by: Stefan Roese <sr@denx.de>
46439
46440 commit aedf5bde179ecfbd0a96130d18996a96518b785f
46441 Author: Stefan Roese <sr@denx.de>
46442 Date:   Tue Jul 24 07:20:09 2007 +0200
46443
46444     ppc4xx: Fix lwmon5 interrupt controller setup (polarity, trigger...)
46445
46446     As suggested by Hakan Eryigit, here an updated setup for the lwmon5
46447     interrupt controller.
46448
46449     Signed-off-by: Stefan Roese <sr@denx.de>
46450
46451 commit a71d96eac8130b53a91f93cd10c70fca0db18d52
46452 Author: Stefan Roese <sr@denx.de>
46453 Date:   Fri Jul 20 15:03:44 2007 +0200
46454
46455     ppc4xx: Fix bug with default GPIO output value
46456
46457     As spotted by Matthias Fuchs, the default output values for all GPIO1
46458     outputs were not setup correctly. This patch fixes this issue.
46459
46460     Signed-off-by: Stefan Roese <sr@denx.de>
46461
46462 commit 531e3e8b831f357056448fa573137d5fb37000fd
46463 Author: Pavel Kolesnikov <concord@emcraft.com>
46464 Date:   Fri Jul 20 15:03:03 2007 +0200
46465
46466     POST: Add ECC POST for the lwmon5 board
46467
46468     This patch adds ECC Post test for the Lwmon5 board based
46469     on PPC440EPx to U-Boot.
46470
46471     Signed-off-by: Pavel Kolesnikov <concord@emcraft.com>
46472     Acked-by: Yuri Tikhonov <yur@emcraft.com>
46473     Acked-by: Stefan Roese <sr@denx.de>
46474
46475 commit cc3023b9f95d7ac959a764471a65001062aecf41
46476 Author: Rafal Jaworowski <raj@semihalf.com>
46477 Date:   Thu Jul 19 17:12:28 2007 +0200
46478
46479     Fix breakage of 8xx boards from recent commit.
46480
46481     This patch fixes the negative consequences for 8xx of the recent
46482     "ppc4xx: Clean up 440 exceptions handling" commit.
46483
46484     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
46485
46486 commit c883f6ea32dce91f07670b3aafecf6c99b1e5341
46487 Author: Stefan Roese <sr@denx.de>
46488 Date:   Mon Jul 16 13:11:12 2007 +0200
46489
46490     Coding style cleanup
46491
46492     Signed-off-by: Stefan Roese <sr@denx.de>
46493
46494 commit 8848ec858f74ed6dab06fb6d5ddc933e0a1328bf
46495 Author: Stefan Roese <sr@denx.de>
46496 Date:   Mon Jul 16 10:02:12 2007 +0200
46497
46498     ppc4xx: Code cleanup
46499
46500     Signed-off-by: Stefan Roese <sr@denx.de>
46501
46502 commit 2a49fc17d09020e7ebd9536694d99d20e419fcb8
46503 Author: Stefan Roese <sr@denx.de>
46504 Date:   Mon Jul 16 10:01:38 2007 +0200
46505
46506     ppc4xx: AMCC Luan uses the new boardspecific DDR2 controller setup
46507
46508     Signed-off-by: Stefan Roese <sr@denx.de>
46509
46510 commit df3f17422aeb03fb81a7ac8c78d2b05d05aa4cf9
46511 Author: Stefan Roese <sr@denx.de>
46512 Date:   Mon Jul 16 10:00:43 2007 +0200
46513
46514     ppc4xx: Support for Yucca board with 440SPe Rev A added to 44x_spd_ddr2.c
46515
46516     The new boardspecific DDR2 controller configuration is used for the Yucca
46517     board. Now the Yucca board with 440SPe Rev. A chips is also supported.
46518
46519     Signed-off-by: Stefan Roese <sr@denx.de>
46520
46521 commit 6ed14addf97c8cd8f531e9ae7b2d3e222fffd53e
46522 Author: Stefan Roese <sr@denx.de>
46523 Date:   Mon Jul 16 09:57:00 2007 +0200
46524
46525     ppc4xx: Add new weak functions to support boardspecific DDR2 configuration
46526
46527     The new "weak" functions ddr_wrdtr() and ddr_clktr() are added to better
46528     support non default, boardspecific DDR(2) controller configuration.
46529
46530     Signed-off-by: Stefan Roese <sr@denx.de>
46531
46532 commit 5743a9207a370b90f09b20ebd61167c806b937f3
46533 Author: Stefan Roese <sr@denx.de>
46534 Date:   Mon Jul 16 08:53:51 2007 +0200
46535
46536     ppc4xx: Add remove_tlb() function to remove a mem area from TLB setup
46537
46538     The new function remove_tlb() can be used to remove the TLB's used to
46539     map a specific memory region. This is especially useful for the DDR(2)
46540     setup routines which configure the SDRAM area temporarily as a cached
46541     area (for speedup on auto-calibration and ECC generation) and later
46542     need this area uncached for normal usage.
46543
46544     Signed-off-by: Stefan Roese <sr@denx.de>
46545
46546 commit 0c0a9cda1bde37106520476ed486bd67eb8d30ae
46547 Author: Michal Simek <monstr@monstr.eu>
46548 Date:   Mon Jul 16 00:31:07 2007 +0200
46549
46550     [PATCH] Support for Xilinx EmacLite controller
46551
46552 commit 3a6cab844cf74f76639d795e0be8717e02c86af7
46553 Author: Wolfgang Denk <wd@denx.de>
46554 Date:   Sat Jul 14 22:51:02 2007 +0200
46555
46556     Update CHANGELOG
46557
46558     Signed-off-by: Wolfgang Denk <wd@denx.de>
46559
46560 commit 5280f352c8da33b1d7fbf448768717d9e16ff9a1
46561 Author: Michal Simek <monstr@monstr.eu>
46562 Date:   Sat Jul 14 13:11:28 2007 +0200
46563
46564     [FIX] support for simply measuring time
46565
46566 commit 91bb4ca665d2e0cf7f60c4b5b370990250ec0c43
46567 Author: Michal Simek <monstr@monstr.eu>
46568 Date:   Sat Jul 14 12:41:23 2007 +0200
46569
46570     [FS] Added support for ROMFS
46571
46572 commit 011595307731a7a67a7445d107c279d031e8ab97
46573 Author: Heiko Schocher <hs@pollux.denx.de>
46574 Date:   Sat Jul 14 01:06:58 2007 +0200
46575
46576     [PCS440EP]  - fix compile error, if BUILD_DIR is used
46577
46578 commit 5a2f1098d81ad58b309e5e558d0492643166a799
46579 Author: Michal Simek <monstr@monstr.eu>
46580 Date:   Sat Jul 14 00:18:48 2007 +0200
46581
46582     [PATCH] Support time without timer
46583
46584 commit a476ca2ac2217ddd05a2bf0c514075814b10a3c0
46585 Author: Michal Simek <monstr@monstr.eu>
46586 Date:   Fri Jul 13 21:43:55 2007 +0200
46587
46588     [PATCH] Remove problem with disabled BARREL SHIFTER
46589
46590 commit 55e26ad62107d2f14f757de3ae0b14b9aa7aed94
46591 Author: Michal Simek <monstr@monstr.eu>
46592 Date:   Fri Jul 13 21:41:44 2007 +0200
46593
46594     [FIX] correct help for rspr
46595
46596 commit fad63407154f46246ce80d53a9c669a44362ac67
46597 Author: Heiko Schocher <hs@pollux.denx.de>
46598 Date:   Fri Jul 13 09:54:17 2007 +0200
46599
46600     make show_boot_progress () weak.
46601
46602     Signed-off-by: Heiko Schocher <hs@denx.de>
46603
46604 commit 907902472391b6ca1876ec300687562ecaf459b1
46605 Author: Heiko Schocher <hs@pollux.denx.de>
46606 Date:   Fri Jul 13 08:26:05 2007 +0200
46607
46608     [PCS440EP]  - The DIAG LEDs are now blinking, if an error occur
46609                 - fix compile error, if BUILD_DIR is used
46610
46611     Signed-off-by: Heiko Schocher <hs@denx.de>
46612
46613 commit a2e1c7098cf9574386b0c96841dfc8ea5cc93578
46614 Author: Stefan Roese <sr@denx.de>
46615 Date:   Thu Jul 12 16:32:08 2007 +0200
46616
46617     ppc4xx: Change receive buffer handling in the 4xx emac driver
46618
46619     This change fixes a bug in the receive buffer handling, that
46620     could lead to problems upon high network traffic (broadcasts...).
46621
46622     Signed-off-by: Stefan Roese <sr@denx.de>
46623
46624 commit 239f05ee4dd4cfe0b50f251b533dcebe9e67c360
46625 Author: Wolfgang Denk <wd@denx.de>
46626 Date:   Thu Jul 12 01:45:34 2007 +0200
46627
46628     Update CHANGELOG, minor coding style cleanup.
46629
46630     Signed-off-by: Wolfgang Denk <wd@denx.de>
46631
46632 commit 5a56af3b522ba47fb33a3fee84d23bf1e5429654
46633 Author: Andy Fleming <afleming@freescale.com>
46634 Date:   Fri Jun 8 16:41:18 2007 -0500
46635
46636     Remove erroneous errata code from Marvel 88E1111S driver
46637
46638     The Marvel 88E1111S driver for the TSEC was copied from the
46639     88E1101 driver, and included a fix for an erratum which does not
46640     exist on that part.  Now it is removed
46641
46642     Signed-off-by: Andy Fleming <afleming@freescale.com>
46643
46644 commit 982efcf23fd03647e01e2fbe28a7a36239156cc0
46645 Author: Andy Fleming <afleming@freescale.com>
46646 Date:   Tue Jun 5 16:38:44 2007 -0500
46647
46648     From: eran liberty <eran.liberty@gmail.com>
46649
46650     adds the reset register to 85xx immap
46651
46652     Signed-off-by: Eran Liberty <eran.liberty@gmail.com>
46653     Signed-off-by: Andy Fleming <afleming@freescale.com>
46654
46655 commit d3ec0d943a045bdb99e159e7bbc77430e09f11d7
46656 Author: Andy Fleming <afleming@freescale.com>
46657 Date:   Thu May 10 17:50:01 2007 -0500
46658
46659     Polished the 85xx ADS config files
46660
46661     Made the boot commands use device trees by default.
46662     Also moved the ramdisk to 1000000 (I think the previous address
46663     was getting overridden during boot).
46664
46665     Signed-off-by: Andy Fleming <afleming@freescale.com>
46666
46667 commit bfb37b32d1b0b03f18077dba49cc66a6e76fa038
46668 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
46669 Date:   Wed May 9 11:03:32 2007 -0500
46670
46671     8544ds: Fix Makefile after moving pixis to board/freescale.
46672
46673     The OBJTREE != SRCTREE build scenario was broken.
46674     This fixes it.
46675
46676     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
46677     Signed-off-by: Jon Loeliger <jdl@freescale.com>
46678
46679 commit 2a3cee43c3b71fa5b8d91db19f05067865290f3e
46680 Author: Andy Fleming <afleming@freescale.com>
46681 Date:   Wed May 9 00:54:20 2007 -0500
46682
46683     tsec: Fix PHY code to match first driver
46684
46685     Jarrold Wen noticed that the generic PHY code always matches
46686     under the current implementation.  Change it so the first match
46687     wins, and *only* unknown PHYs trigger the generic driver
46688
46689     Signed-off-by: Andy Fleming <afleming@freescale.com>
46690
46691 commit ccc091aac61a38cd998d575d92f7232e256d6312
46692 Author: Andy Fleming <afleming@freescale.com>
46693 Date:   Tue May 8 17:27:43 2007 -0500
46694
46695     Add support for CPM device tree configuration to 8560 ADS
46696
46697     * Adds code to modify CPM frequencies
46698     * Cleans up the config file to #define TSEC and (for now) #undef FCC
46699     * Adds the MII command for all 8560 ADS configurations
46700     * Updates config file to provide convenience commands for booting
46701       with a device tree
46702
46703     Signed-off-by: Vitaly Bordug <vbordug@ru.mvista.com>
46704     Signed-off-by: Andy Fleming <afleming@freescale.com>
46705
46706 commit 7507d56ccaf7aae1c474342a9a5540165cd7e9d9
46707 Author: Andy Fleming <afleming@freescale.com>
46708 Date:   Tue May 8 17:23:02 2007 -0500
46709
46710     Fix Marvell 88e1145 PHY init code
46711
46712     Fix a bug in the Marvell 88e1145 PHY init code in the TSEC driver
46713     where the reset was being done after the errata code instead of
46714     before.
46715
46716     Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
46717     Signed-off-by: Andy Fleming <afleming@freescale.com>
46718
46719 commit 5dc210dec5bace98a50b6ba905347890091a9bb0
46720 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
46721 Date:   Wed Jul 11 14:52:16 2007 -0500
46722
46723     Add simple agent/end-point configuration in PCI AutoConfig for PCI_CLASS_PROCESSOR_POWERPC.
46724
46725     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
46726
46727 commit e8b85f3ba4cd8930e0a2fea2100c815d64201765
46728 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
46729 Date:   Wed Jul 11 14:52:08 2007 -0500
46730
46731     pciauto setup bridge
46732
46733     The P2P bridge bus numbers programmed into the device are relative to
46734     hose->first_busno.
46735
46736     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
46737
46738 commit 571f49fa717004ca4268b4e24057efc7bf9f987b
46739 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
46740 Date:   Wed Jul 11 14:52:01 2007 -0500
46741
46742     Support PCIe extended config registers
46743
46744     FSL PCIe block has extended cfg registers in the 100 and 400 range.
46745     For example, to read the LTSSM register: pci display <busn>.0 404 1
46746
46747     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
46748
46749 commit ba5feb12581bb2912ce301e4866b71f846e9fc07
46750 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
46751 Date:   Wed Jul 11 14:51:48 2007 -0500
46752
46753     Minor improvements to drivers/pci_auto.c
46754
46755     - Make pciauto_{pre,post}scan_setup_bridge non-static
46756     - Added physical address display in debug messages.
46757
46758     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
46759
46760 commit 40e81addab7bb74d20ddf681ce9babc880a828ee
46761 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
46762 Date:   Wed Jul 11 14:51:35 2007 -0500
46763
46764     Start pci hose scan from hose->current_busno.
46765
46766     Ensure hose->current_busno is not less than first_busno.  This fixes
46767     broken board code which leaves current_busno=0 when first_busno is
46768     greater than 0 for the cases with multiple controllers.
46769
46770     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
46771
46772 commit 3865b1fb7843a08ad49a6319a36415752276ff48
46773 Author: Stefan Roese <sr@denx.de>
46774 Date:   Wed Jul 11 12:13:53 2007 +0200
46775
46776     Fix some compile problems introduced by the latest CFG_CMD_xxx cleanup
46777
46778     Signed-off-by: Stefan Roese <sr@denx.de>
46779
46780 commit fa1df308926a6f70e3504c57514ef27ac31fd13a
46781 Author: Bartlomiej Sieka <tur@semihalf.com>
46782 Date:   Wed Jul 11 20:11:07 2007 +0200
46783
46784     CM1.QP1: Support for the Schindler CM1.QP1 board.
46785
46786     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
46787     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
46788
46789 commit 96e1d75be8193ca79e4215a368bf9d7f2362450f
46790 Author: Heiko Schocher <hs@pollux.denx.de>
46791 Date:   Wed Jul 11 18:39:11 2007 +0200
46792
46793     [PCS440EP]  - Show on the DIAG LEDs, if the SHA1 check failed
46794                 - now the Flash ST M29W040B is supported (not tested)
46795                 - fix the "led" command
46796                 - fix compile error, if BUILD_DIR is used
46797
46798     Signed-off-by: Heiko Schocher <hs@denx.de>
46799
46800 commit e9514751cfa5cce61ea699fa0d3eb37898a5eeb5
46801 Author: Stefan Roese <sr@denx.de>
46802 Date:   Sun Jul 8 13:44:27 2007 +0200
46803
46804     Fix malloc problem introduced with the relocation fixup for the PPC platform
46805
46806     The relocation fixup didn't handle the malloc pointer initialization
46807     correctly. This patch fixes this problem. Tested successfully on 4xx.
46808     The relocation fixup patches for 4xx will follow soon.
46809
46810     Signed-off-by: Stefan Roese <sr@denx.de>
46811
46812 commit 0dca874db62718e41253659e60f3a1de7eb418ce
46813 Author: TsiChung <tcliew@Goku.(none)>
46814 Date:   Tue Jul 10 15:45:43 2007 -0500
46815
46816     Cache update and added CFG_UNIFY_CACHE
46817
46818     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.
46819
46820     Signed-off-by: TsiChung <tcliew@Goku.(none)>
46821
46822 commit 52b017604a8f4d4a795880ef6e7861d7f2f1b005
46823 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
46824 Date:   Thu Jul 5 23:36:16 2007 -0500
46825
46826     Update header file. Include dtimer_intr_setup(). Changed timer divider to global define.
46827
46828     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
46829
46830     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
46831
46832 commit 5cdc07c7ef8f08ea55d3c47ed9221d91aa6d5fac
46833 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
46834 Date:   Thu Jul 5 23:31:25 2007 -0500
46835
46836     Update header files
46837
46838     Include immap.h and renamed mcfrtc.h to rtc.h
46839
46840     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
46841
46842 commit 2870e98ac8e5553e9187b12a47e5f46babb53990
46843 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
46844 Date:   Thu Jul 5 23:29:21 2007 -0500
46845
46846     Add mcffec_initialize()
46847
46848     Added mcffec_initialize() in eth_initialize()
46849
46850     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
46851
46852 commit 45a25bfd0c52f8a3fa137216bc94d32f90bedc5d
46853 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
46854 Date:   Thu Jul 5 23:27:40 2007 -0500
46855
46856     Update header file and clean up
46857
46858     Include immap.h
46859
46860     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
46861
46862 commit 0cee9c66318602c856a899ae5fa7579ccba6443a
46863 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
46864 Date:   Thu Jul 5 23:23:15 2007 -0500
46865
46866     New uart structure and defines
46867
46868     Seperated from mcfuart.h
46869
46870     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
46871
46872 commit a90e79de8d99e9c9d69d60bfff9f24c337165900
46873 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
46874 Date:   Thu Jul 5 23:22:31 2007 -0500
46875
46876     New timer structure and defines
46877
46878     Seperated from mcftimer.h
46879
46880     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
46881
46882 commit e04acb2eba4782489417240eff76e20e176aec10
46883 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
46884 Date:   Thu Jul 5 23:21:09 2007 -0500
46885
46886     Rename mcfrtc to rtc
46887
46888     Since it is already in m68k folder, un-necessary to pad mcf. Replaced immap_5329.h and m5329.h to immap.h
46889
46890     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
46891
46892 commit 2bd806fe4fc23958b8f78778199e7a6e3f8f6ad5
46893 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
46894 Date:   Thu Jul 5 23:17:36 2007 -0500
46895
46896     Rename mcfserial.c. Update include header
46897
46898     Renamed mcfserial.c to mcfuart.c. Modified Makefile for mcfuart.o from mcfserial.o. Replace immap_5329.h and m5329.h to immap.h
46899
46900     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
46901
46902 commit f2208fbc2eb9de3f4285bfaa021c6ebae16c9b0e
46903 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
46904 Date:   Thu Jul 5 23:13:58 2007 -0500
46905
46906     Header file update, clean up and cache handling
46907
46908     Replaced immap_5329.h and m5329.h with immap.h. Included cache_invalid.
46909
46910     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
46911
46912 commit 2e3f25ae9082daa9f5d181db45dfbc2e52ce0f97
46913 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
46914 Date:   Thu Jul 5 23:10:40 2007 -0500
46915
46916     Create interrupts.c and modify Makefile
46917
46918     interrupt_init() and dtimer_intr_setup() are placed in interrupts.c. Added interrupts.o to Makefile
46919
46920     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
46921
46922 commit ddd104f1ed655eda50c06ba636237a83ed943f34
46923 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
46924 Date:   Thu Jul 5 23:06:55 2007 -0500
46925
46926     Enable Icache
46927
46928     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
46929
46930 commit b9bf3de377b2bae70c983c9b97feae914999e735
46931 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
46932 Date:   Thu Jul 5 23:05:31 2007 -0500
46933
46934     Update header file and some clean up
46935
46936     Replaced immap_5329.h and m5329.h with immap.h. Removed whitespaces.
46937
46938     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
46939
46940 commit 84a015b52ec820a5ae173717d78516de731c89c2
46941 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
46942 Date:   Thu Jul 5 23:03:28 2007 -0500
46943
46944     Update header file and enable icache
46945
46946     Replaced immap_5329.h and m5329.h with immap.h. Enabled icache_enable() in cpu_init_r().
46947
46948     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
46949
46950 commit 7a17e759c7a8b58e910daf54df611e94fc8ca074
46951 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
46952 Date:   Thu Jul 5 23:01:22 2007 -0500
46953
46954     Update header file and removed interrupt_init()
46955
46956     Replace immap_5329.h and m5329.h with immap.h. Removed interrupt_init() and placed it in interrupts.c
46957
46958     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
46959
46960 commit 3b635492c95bd0d6e08f93f699821cba1f602a64
46961 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
46962 Date:   Thu Jul 5 22:57:46 2007 -0500
46963
46964     Update for flash.o and mii.o
46965
46966     Removed flash.o and added mii.o
46967
46968     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
46969
46970 commit c5ded275d839e4ff79f41718d50a835d989f57bc
46971 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
46972 Date:   Thu Jul 5 22:56:19 2007 -0500
46973
46974     MII functions calls.
46975
46976     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
46977
46978 commit 427c814104560e29bda14955c67703245aaaa5b4
46979 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
46980 Date:   Thu Jul 5 22:54:42 2007 -0500
46981
46982     Removed MII functions and replaced immap_5329.h and m5329.h with immap.h.
46983
46984     The removed MII routines will be placed in mii.c.
46985
46986     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
46987
46988 commit 01a793fda09c63df5a496f09dc1c7cb26e6751a2
46989 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
46990 Date:   Thu Jul 5 22:51:05 2007 -0500
46991
46992     Duplicate code
46993
46994     There is a Common Flash Interface Driver existed. To use the CFI driver, define CFG_FLASH_CFI in configuration file.
46995
46996     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
46997
46998 commit 2744354a8437b8f78db178e30660215688bff570
46999 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
47000 Date:   Thu Jul 5 22:46:38 2007 -0500
47001
47002     Seperate old structure defines and new structure defines
47003
47004     Removed new uart structure and defines to uart.h
47005
47006     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
47007
47008 commit 2bd58608dbcff8890ca9a0c59e861ac24f8bb230
47009 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
47010 Date:   Thu Jul 5 22:45:01 2007 -0500
47011
47012     Seperate old structure defines and new structure defines
47013
47014     New timer structure and defines will move to new timer.h
47015
47016     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
47017
47018 commit 8cd5cd6de4ff92e03978338ed7aeb3ce7b7b9784
47019 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
47020 Date:   Thu Jul 5 22:42:23 2007 -0500
47021
47022     Clean up
47023
47024     Removed whitespace
47025
47026     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
47027
47028 commit 514871f565dd8bd1121e4a3ac1665a790e20b8f2
47029 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
47030 Date:   Thu Jul 5 22:41:24 2007 -0500
47031
47032     Clean up
47033
47034     Replaced whitespace with tabs
47035
47036     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
47037
47038 commit 48dbfeabc7afffe30609a4489f10c22cb67ef7dd
47039 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
47040 Date:   Thu Jul 5 22:39:07 2007 -0500
47041
47042     Create new header file and move peripherals base address from configs file to new header file.
47043
47044     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.
47045
47046     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
47047
47048 commit be296e31c4411f96d9cb3d2afc8fcb006867abfa
47049 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
47050 Date:   Thu Jul 5 22:24:58 2007 -0500
47051
47052     Revert file mode
47053
47054     Changed MAKEALL file mode to executable, removed executable file mode from Makefile
47055
47056     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
47057
47058 commit b3aff0cb9ecf236d7e8c93761dd1dadf6837a582
47059 Author: Jon Loeliger <jdl@freescale.com>
47060 Date:   Tue Jul 10 11:19:50 2007 -0500
47061
47062     disk/ doc/ lib_*/ and tools/: Remove lingering references to CFG_CMD_* symbols.
47063
47064     Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
47065     Those always evaluated TRUE, and thus were always compiled
47066     even when IDE really wasn't defined/wanted.
47067
47068     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47069
47070 commit ddb5d86f0215bcb6c293510c50eb050e92883b7a
47071 Author: Jon Loeliger <jdl@freescale.com>
47072 Date:   Tue Jul 10 11:13:21 2007 -0500
47073
47074     drivers/: Remove lingering references to CFG_CMD_* symbols.
47075
47076     Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
47077     Those always evaluated TRUE, and thus were always compiled
47078     even when IDE really wasn't defined/wanted.
47079
47080     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47081
47082 commit f40a7f3e3888b42a43674b099e5470022c8c544c
47083 Author: Jon Loeliger <jdl@freescale.com>
47084 Date:   Tue Jul 10 11:07:56 2007 -0500
47085
47086     fs/: Remove lingering references to CFG_CMD_* symbols.
47087
47088     Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
47089     Those always evaluated TRUE, and thus were always compiled
47090     even when IDE really wasn't defined/wanted.
47091
47092     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47093
47094 commit 610f2e9c28a9c101e09fa1b78143cf5f00ed1593
47095 Author: Jon Loeliger <jdl@freescale.com>
47096 Date:   Tue Jul 10 11:05:02 2007 -0500
47097
47098     net/: Remove lingering references to CFG_CMD_* symbols.
47099
47100     Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
47101     Those always evaluated TRUE, and thus were always compiled
47102     even when IDE really wasn't defined/wanted.
47103
47104     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47105
47106 commit 902531788376046da212afd1661cffb62f3daa1c
47107 Author: Jon Loeliger <jdl@freescale.com>
47108 Date:   Tue Jul 10 11:02:44 2007 -0500
47109
47110     common/: Remove lingering references to CFG_CMD_* symbols.
47111
47112     Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
47113     Those always evaluated TRUE, and thus were always compiled
47114     even when IDE really wasn't defined/wanted.
47115
47116     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47117
47118 commit d39b57415838c73fb0a37eca84de3c68ba990586
47119 Author: Jon Loeliger <jdl@freescale.com>
47120 Date:   Tue Jul 10 10:48:22 2007 -0500
47121
47122     board/[j-z]*: Remove lingering references to CFG_CMD_* symbols.
47123
47124     Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
47125     Those always evaluated TRUE, and thus were always compiled
47126     even when IDE really wasn't defined/wanted.
47127
47128     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47129
47130 commit 77a318545d57aefa844752465b94c7e09a3f26d0
47131 Author: Jon Loeliger <jdl@freescale.com>
47132 Date:   Tue Jul 10 10:39:10 2007 -0500
47133
47134     board/[A-Za-i]*: Remove lingering references to CFG_CMD_* symbols.
47135
47136     Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
47137     Those always evaluated TRUE, and thus were always compiled
47138     even when IDE really wasn't defined/wanted.
47139
47140     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47141
47142 commit 068b60a0eb7e73b243ca55399f2a7df76e2c3f3d
47143 Author: Jon Loeliger <jdl@freescale.com>
47144 Date:   Tue Jul 10 10:27:39 2007 -0500
47145
47146     cpu/ rtc/ include/: Remove lingering references to CFG_CMD_* symbols.
47147
47148     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47149
47150 commit 079a136c3588814784561d6e4856970ee82d6e2a
47151 Author: Jon Loeliger <jdl@freescale.com>
47152 Date:   Tue Jul 10 10:12:10 2007 -0500
47153
47154     include/configs/[p-z]* + misc: Cleanup BOOTP and lingering CFG_CMD_*.
47155
47156     Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
47157     used to be included but CONFIG_BOOTP_MASK was not defined.
47158
47159     Remove lingering references to CFG_CMD_* symbols.
47160
47161     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47162
47163 commit 7f5c01577400c74cc5bac74f41dd0d3c79df623c
47164 Author: Jon Loeliger <jdl@freescale.com>
47165 Date:   Tue Jul 10 09:38:02 2007 -0500
47166
47167     include/configs/[g-o]*: Cleanup BOOTP and lingering CFG_CMD_*.
47168
47169     Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
47170     used to be included but CONFIG_BOOTP_MASK was not defined.
47171
47172     Remove lingering references to CFG_CMD_* symbols.
47173
47174     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47175
47176 commit 80ff4f99b84b64edca3fd10da365ec1493be1c95
47177 Author: Jon Loeliger <jdl@freescale.com>
47178 Date:   Tue Jul 10 09:29:01 2007 -0500
47179
47180     include/configs/[a-e]*: Cleanup BOOTP and lingering CFG_CMD_*.
47181
47182     Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
47183     used to be included but CONFIG_BOOTP_MASK was not defined.
47184
47185     Remove lingering references to CFG_CMD_* symbols.
47186
47187     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47188
47189 commit a1aa0bb502e25fd598b5e0ccdfb2c174921d714a
47190 Author: Jon Loeliger <jdl@freescale.com>
47191 Date:   Tue Jul 10 09:22:23 2007 -0500
47192
47193     include/configs/[P-Z]*: Cleanup BOOTP and lingering CFG_CMD_*.
47194
47195     Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
47196     used to be included but CONFIG_BOOTP_MASK was not defined.
47197
47198     Remove lingering references to CFG_CMD_* symbols.
47199
47200     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47201
47202 commit 659e2f6736232a08acca8785c206e2b4d9cd07d7
47203 Author: Jon Loeliger <jdl@freescale.com>
47204 Date:   Tue Jul 10 09:10:49 2007 -0500
47205
47206     include/configs/[J-O]*: Cleanup BOOTP and lingering CFG_CMD_*.
47207
47208     Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
47209     used to be included but CONFIG_BOOTP_MASK was not defined.
47210
47211     Remove lingering references to CFG_CMD_* symbols.
47212
47213     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47214
47215 commit 11799434c5ff15a612577bb1ad1f4ea1a0595e4b
47216 Author: Jon Loeliger <jdl@freescale.com>
47217 Date:   Tue Jul 10 09:02:57 2007 -0500
47218
47219     include/configs/[A-I]*: Cleanup BOOTP and lingering CFG_CMD_*.
47220
47221     Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
47222     used to be included but CONFIG_BOOTP_MASK was not defined.
47223
47224     Remove lingering references to CFG_CMD_* symbols.
47225
47226     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47227
47228 commit 1fe80d79c5c4e52d3410a7ab4b8515da095cdab3
47229 Author: Jon Loeliger <jdl@freescale.com>
47230 Date:   Mon Jul 9 22:08:34 2007 -0500
47231
47232     Finally retire cmd_confdefs.h and CONFIG_BOOTP_MASK!
47233
47234     All of the choices for CONFIG_BOOTP_ are now documented in
47235     the README file.  You must now individually select exactly
47236     the set that you want using a series of
47237         #define CONFIG_BOOTP_<x>
47238     statements in the board port config files now.
47239
47240     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47241
47242 commit d3b8c1a743dcd31625c99e6a44590f207eb00028
47243 Author: Jon Loeliger <jdl@freescale.com>
47244 Date:   Mon Jul 9 21:57:31 2007 -0500
47245
47246     include/configs/[m-z]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
47247
47248     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47249
47250 commit 2fd90ce575b02d189cbf443c85309bcd001aa393
47251 Author: Jon Loeliger <jdl@freescale.com>
47252 Date:   Mon Jul 9 21:48:26 2007 -0500
47253
47254     include/configs/[a-m]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
47255
47256     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47257
47258 commit 37d4bb70586659dedef1658ce1bed071be098aec
47259 Author: Jon Loeliger <jdl@freescale.com>
47260 Date:   Mon Jul 9 21:38:02 2007 -0500
47261
47262     include/configs/[T-Z]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
47263
47264     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47265
47266 commit 18225e8dd1950bd6dbf35011e436db7f474c187d
47267 Author: Jon Loeliger <jdl@freescale.com>
47268 Date:   Mon Jul 9 21:31:24 2007 -0500
47269
47270     include/configs/[P-S]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
47271
47272     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47273
47274 commit 7be044e4ea644b0ef1c486dadc1a4c2665b4374d
47275 Author: Jon Loeliger <jdl@freescale.com>
47276 Date:   Mon Jul 9 21:24:19 2007 -0500
47277
47278     include/configs/[H-N]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
47279
47280     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47281
47282 commit 5d2ebe1b3ef0055c661bb1a0d252bf252380069f
47283 Author: Jon Loeliger <jdl@freescale.com>
47284 Date:   Mon Jul 9 21:16:53 2007 -0500
47285
47286     include/configs/[A-G]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
47287
47288     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47289
47290 commit f55f7f8d83f36021ab1f0e3d738f5d8c8083a7e3
47291 Author: Jon Loeliger <jdl@freescale.com>
47292 Date:   Mon Jul 9 19:12:30 2007 -0500
47293
47294     Retire CONFIG_COMMANDS finally.
47295     Strip old CFG_CMD_* symbols out.
47296
47297     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47298
47299 commit b5501f7d720fed99ab0b42c83f5dea52868ce007
47300 Author: Jon Loeliger <jdl@freescale.com>
47301 Date:   Mon Jul 9 19:10:03 2007 -0500
47302
47303     Update README.* to reference new CONFIG_CMD_* names now.
47304
47305     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47306
47307 commit 4431283c7e6d54ae180d466e51bf2d97471a0ad9
47308 Author: Jon Loeliger <jdl@freescale.com>
47309 Date:   Mon Jul 9 19:06:00 2007 -0500
47310
47311     cpu/m*: Remove obsolete references to CONFIG_COMMANDS
47312
47313     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47314
47315 commit 3a1ed1e1f922c419bb71f7df4949d783ade369fa
47316 Author: Jon Loeliger <jdl@freescale.com>
47317 Date:   Mon Jul 9 18:57:22 2007 -0500
47318
47319     cpu/[7a-ln-z]*: Remove obsolete references to CONFIG_COMMANDS
47320
47321     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47322
47323 commit ab3abcbabd840928fb1eb5122118ca466b5e5013
47324 Author: Jon Loeliger <jdl@freescale.com>
47325 Date:   Mon Jul 9 18:45:16 2007 -0500
47326
47327     board/[q-z]*: Remove obsolete references to CONFIG_COMMANDS
47328
47329     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47330
47331 commit 3fe00109a5f12de55b6e25b1f98dfc24bc9090c9
47332 Author: Jon Loeliger <jdl@freescale.com>
47333 Date:   Mon Jul 9 18:38:39 2007 -0500
47334
47335     board/[m-p]*: Remove obsolete references to CONFIG_COMMANDS
47336
47337     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47338
47339 commit c508a4cefd8a953fc64957650506a035e6e3d9d1
47340 Author: Jon Loeliger <jdl@freescale.com>
47341 Date:   Mon Jul 9 18:31:28 2007 -0500
47342
47343     board/[f-l]*: Remove obsolete references to CONFIG_COMMANDS
47344
47345     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47346
47347 commit b9307262f8a9f3b5c9e15a6067eadc17407146f6
47348 Author: Jon Loeliger <jdl@freescale.com>
47349 Date:   Mon Jul 9 18:24:55 2007 -0500
47350
47351     board/[d-e]*: Remove obsolete references to CONFIG_COMMANDS
47352
47353     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47354
47355 commit fcec2eb93e126400009729328e797f12bc94f1fd
47356 Author: Jon Loeliger <jdl@freescale.com>
47357 Date:   Mon Jul 9 18:19:09 2007 -0500
47358
47359     board/[A-Za-c]*: Remove obsolete references to CONFIG_COMMANDS
47360
47361     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47362
47363 commit a593814f2be0c9cdc3133cd550b167b8a988328f
47364 Author: Jon Loeliger <jdl@freescale.com>
47365 Date:   Mon Jul 9 18:10:50 2007 -0500
47366
47367     rtc/: Remove obsolete references to CONFIG_COMMANDS
47368
47369     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47370
47371 commit 67350568f9d46e66c21829f3513b3db0caeb948b
47372 Author: Jon Loeliger <jdl@freescale.com>
47373 Date:   Mon Jul 9 18:05:38 2007 -0500
47374
47375     lib_{arm,avr32,blackfin,generic,i386}/: Remove obsolete references to CONFIG_COMMANDS
47376
47377     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47378
47379 commit 7def6b34f910f08d7ef0a14646da067719237ca2
47380 Author: Jon Loeliger <jdl@freescale.com>
47381 Date:   Mon Jul 9 18:02:11 2007 -0500
47382
47383     lib_{m68k,microblaze,mips,ppc}/: Remove obsolete references to CONFIG_COMMANDS
47384
47385     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47386
47387 commit dd60d1223b99a88a7216f3e041fe40634ad4c2bb
47388 Author: Jon Loeliger <jdl@freescale.com>
47389 Date:   Mon Jul 9 17:56:50 2007 -0500
47390
47391     fs/: Remove obsolete references to CONFIG_COMMANDS
47392
47393     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47394
47395 commit c91898bbc505aff3e12a807af88e76da18efb7ee
47396 Author: Jon Loeliger <jdl@freescale.com>
47397 Date:   Mon Jul 9 17:46:09 2007 -0500
47398
47399     tools/: Remove obsolete references to CONFIG_COMMANDS
47400
47401     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47402
47403 commit 643d1ab23960950b52e0a2803c2d3ea4c558fa01
47404 Author: Jon Loeliger <jdl@freescale.com>
47405 Date:   Mon Jul 9 17:45:14 2007 -0500
47406
47407     net/: Remove obsolete references to CONFIG_COMMANDS
47408
47409     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47410
47411 commit cb51c0bf88f95a1bca68324b0126f8eed8b43273
47412 Author: Jon Loeliger <jdl@freescale.com>
47413 Date:   Mon Jul 9 17:39:42 2007 -0500
47414
47415     drivers/[n-z]*: Remove obsolete references to CONFIG_COMMANDS
47416
47417     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47418
47419 commit 07d38a17e964aec4c7827f0ee9a583bc8cc1ad6b
47420 Author: Jon Loeliger <jdl@freescale.com>
47421 Date:   Mon Jul 9 17:30:01 2007 -0500
47422
47423     drivers/[a-m]*: Remove obsolete references to CONFIG_COMMANDS
47424
47425     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47426
47427 commit cde5c64d17cf4834aa7b5c373f288bc7dad27b29
47428 Author: Jon Loeliger <jdl@freescale.com>
47429 Date:   Mon Jul 9 17:22:37 2007 -0500
47430
47431     disk/: Remove obsolete references to CONFIG_COMMANDS
47432
47433     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47434
47435 commit 639221c76c88215bd55af83ad174fc30d1940f8f
47436 Author: Jon Loeliger <jdl@freescale.com>
47437 Date:   Mon Jul 9 17:15:49 2007 -0500
47438
47439     include/: Remove obsolete references to CONFIG_COMMANDS
47440     Mostly removed from comments here.
47441
47442     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47443
47444 commit 4ef218f6fdf8d747f4589da5252b004e7d2c2876
47445 Author: Wolfgang Denk <wd@denx.de>
47446 Date:   Tue Jul 10 00:01:28 2007 +0200
47447
47448     Coding style cleanup; update CHANGELOG.
47449
47450     Signed-off-by: Wolfgang Denk <wd@denx.de>
47451
47452 commit c8603cfbd4573379a6076c9c208545ba2bbf019a
47453 Author: Stefan Roese <sr@denx.de>
47454 Date:   Mon Jul 9 11:00:24 2007 +0200
47455
47456     Small coding style cleanup
47457
47458     Signed-off-by: Stefan Roese <sr@denx.de>
47459
47460 commit 0f92c7e7c9a62755b1457d3c46f93c8c1f6c19fc
47461 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
47462 Date:   Mon Jul 9 10:10:08 2007 +0200
47463
47464     Migrate esd 405EP boards to new NAND subsystem
47465
47466     Remove unused CFG_NAND_LEGACY define
47467
47468     These boards to not have NAND.
47469
47470     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
47471
47472 commit bd84ee4c2020c3a6861f4bb2e7ea0fb49f82e803
47473 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
47474 Date:   Mon Jul 9 10:10:06 2007 +0200
47475
47476     Migrate esd 405EP boards to new NAND subsystem
47477
47478     Migrate esd 405EP boards to new NAND subsystem
47479
47480     -cleanup
47481     -use correct io accessors (in/out_be32())
47482
47483     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
47484
47485 commit e09f7ab5749c345f924da272bea0521a73af5b11
47486 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
47487 Date:   Mon Jul 9 10:10:04 2007 +0200
47488
47489     Migrate esd 405EP boards to new NAND subsystem
47490
47491     This patch prepares the migration from the legacy NAND driver
47492     to U-Boot's new NAND subsystem for esd boards.
47493
47494     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
47495
47496 commit c3517f919d0f61650cf3027fd4faf0f631142f6c
47497 Author: Jon Loeliger <jdl@freescale.com>
47498 Date:   Sun Jul 8 18:10:08 2007 -0500
47499
47500     common/* non-cmd*: Remove obsolete references to CONFIG_COMMANDS
47501
47502     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47503
47504 commit fd9bcaa35be64fe41a4223fdb6ecdbad52470b39
47505 Author: Jon Loeliger <jdl@freescale.com>
47506 Date:   Sun Jul 8 18:05:39 2007 -0500
47507
47508     common/cmd_[p-x]*: Remove obsolete references to CONFIG_COMMANDS.
47509
47510     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47511
47512 commit c76fe47425afc7d5d670ff0539823c85d65d9c42
47513 Author: Jon Loeliger <jdl@freescale.com>
47514 Date:   Sun Jul 8 18:02:23 2007 -0500
47515
47516     common/cmd_[i-n]*: Remove obsolete references to CONFIG_COMMANDS.
47517
47518     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47519
47520 commit baa26db4113679b80970ff447d91cc10217742a6
47521 Author: Jon Loeliger <jdl@freescale.com>
47522 Date:   Sun Jul 8 17:51:39 2007 -0500
47523
47524     common/cmd_[af]*: Remove obsolete references to CONFIG_COMMANDS.
47525
47526     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47527
47528 commit af075ee96e52dda7b6bca6c937588aeaaec5f2cd
47529 Author: Jon Loeliger <jdl@freescale.com>
47530 Date:   Sun Jul 8 17:02:01 2007 -0500
47531
47532     Clear up confusion over the CMD_POST and POST_DIAG mess.
47533
47534     For some reason, CONFIG_POST permeated as CONFIG_CMD_POST_DIAG
47535     when it really means just CONFIG_CMD_DIAG.  There is no CMD_POST.
47536     Clear this mess up some.
47537
47538     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47539
47540 commit b3631487105a57ab7cbadfc26efbaf9676275018
47541 Author: Jon Loeliger <jdl@freescale.com>
47542 Date:   Sun Jul 8 15:45:08 2007 -0500
47543
47544     Remove references to the old cmd_confdefs.h include file.
47545
47546     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47547
47548 commit a22d4da95e20049b4daa1c2a022f61e8a72f2fb6
47549 Author: Jon Loeliger <jdl@freescale.com>
47550 Date:   Sun Jul 8 15:42:59 2007 -0500
47551
47552     include/configs: Catch some CONFIG_CMD_* conversion stragglers.
47553
47554     Use new CONFIG_CMD_* in lwmon5.h board config file.
47555     Fix CONFIG_CMD_* typo braindamage in omap1510inn.h
47556
47557     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47558
47559 commit a5562901661bd428f7e5feb333f796372cb81019
47560 Author: Jon Loeliger <jdl@freescale.com>
47561 Date:   Sun Jul 8 15:31:57 2007 -0500
47562
47563     include/configs: Use new CONFIG_CMD_* in various [TUVWZYZ]* named board config files.
47564
47565     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47566
47567 commit fe7f782d5b8c64a0195c68c31a0a11d4f641355e
47568 Author: Jon Loeliger <jdl@freescale.com>
47569 Date:   Sun Jul 8 15:02:44 2007 -0500
47570
47571     include/configs: Use new CONFIG_CMD_* in various S* named board config files.
47572
47573     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47574
47575 commit e9a0f8f15c11f337967aa0600ad6e8af33037f50
47576 Author: Jon Loeliger <jdl@freescale.com>
47577 Date:   Sun Jul 8 15:12:40 2007 -0500
47578
47579     include/configs: Use new CONFIG_CMD_* in various R* named board config files.
47580
47581     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47582
47583 commit 12aa9fd23d724bd6ab88e1baa0db35133a27303f
47584 Author: Jon Loeliger <jdl@freescale.com>
47585 Date:   Sun Jul 8 14:55:07 2007 -0500
47586
47587     include/configs: Use new CONFIG_CMD_* in various Q* named board config files.
47588
47589     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47590
47591 commit acf0269779422f3e147d2ddfb499c9f6ff10ad5e
47592 Author: Jon Loeliger <jdl@freescale.com>
47593 Date:   Sun Jul 8 14:49:44 2007 -0500
47594
47595     include/configs: Use new CONFIG_CMD_* in various P* named board config files.
47596
47597     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47598
47599 commit e18a1061a8630cb67995fdf99afd3fb50d1b187d
47600 Author: Jon Loeliger <jdl@freescale.com>
47601 Date:   Sun Jul 8 14:21:43 2007 -0500
47602
47603     include/configs: Use new CONFIG_CMD_* in various [NO]* named board config files.
47604
47605     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47606
47607 commit 8353e139bfad9059c54f5b2421f1a3090e15a2e2
47608 Author: Jon Loeliger <jdl@freescale.com>
47609 Date:   Sun Jul 8 14:14:17 2007 -0500
47610
47611     include/configs: Use new CONFIG_CMD_* in various M* named board config files.
47612
47613     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47614
47615 commit 348f258f24253433e4a2302a0bbceb6740a67246
47616 Author: Jon Loeliger <jdl@freescale.com>
47617 Date:   Sun Jul 8 13:46:18 2007 -0500
47618
47619     include/configs: Use new CONFIG_CMD_* in various [IJKL]* named board config files.
47620
47621     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47622
47623 commit 6c4f4da9bfc9f9403f54fce678ed0364b7c86a6a
47624 Author: Jon Loeliger <jdl@freescale.com>
47625 Date:   Sun Jul 8 10:09:35 2007 -0500
47626
47627     include/configs: Use new CONFIG_CMD_* in various H* named board config files.
47628
47629     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47630
47631 commit 60a0876b5106b34220e459c208bbf648073306c0
47632 Author: Jon Loeliger <jdl@freescale.com>
47633 Date:   Sat Jul 7 21:04:26 2007 -0500
47634
47635     include/configs: Use new CONFIG_CMD_* in various F* and G* named board config files.
47636
47637     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47638
47639 commit dcaa71562826a2466e894c868d132509dcda8444
47640 Author: Jon Loeliger <jdl@freescale.com>
47641 Date:   Sat Jul 7 20:56:05 2007 -0500
47642
47643     include/configs: Use new CONFIG_CMD_* in various E* named board config files.
47644
47645     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47646
47647 commit 3c3227f3c737502311b25b72084573901cbbf17d
47648 Author: Jon Loeliger <jdl@freescale.com>
47649 Date:   Sat Jul 7 20:40:43 2007 -0500
47650
47651     include/configs: Use new CONFIG_CMD_* in various D* named board config files.
47652
47653     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47654
47655 commit 49cf7e8ee7ef943fdfe866ce28410b0bfbf6a26c
47656 Author: Jon Loeliger <jdl@freescale.com>
47657 Date:   Thu Jul 5 19:52:35 2007 -0500
47658
47659     include/configs: Use new CONFIG_CMD_* in various C* named board config files.
47660
47661     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47662
47663 commit de8b2a6e33298dcdb10bdda48db25e53c3089eba
47664 Author: Jon Loeliger <jdl@freescale.com>
47665 Date:   Thu Jul 5 19:32:07 2007 -0500
47666
47667     include/configs: Use new CONFIG_CMD_* in various B* named board config files.
47668
47669     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47670
47671 commit 498ff9a228485bd4b9f23d066bada268f9add1dd
47672 Author: Jon Loeliger <jdl@freescale.com>
47673 Date:   Thu Jul 5 19:13:52 2007 -0500
47674
47675     include/configs: Use new CONFIG_CMD_* in various A* named board config files.
47676
47677     Since ADS860.h includes "board/fads/fads.h" with ramifications
47678     on the CONFIG_COMMAND treatment, it too has to be adjusted to
47679     exclude already configured commands in this same commit.
47680
47681     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47682
47683 commit 10e038932f22ee80ebd53de312531e70e6590a2f
47684 Author: Thomas Knobloch <knobloch@siemens.com>
47685 Date:   Fri Jul 6 14:58:39 2007 +0200
47686
47687     [NAND] Bad block skipping for command nboot
47688
47689     The old implementation of command nboot does not support reading the image from
47690     NAND flash with skipping of bad blocks. The patch implements a new version of
47691     the nboot command: by calling nboot.jffs2 from the u-boot command line the
47692     command will load the image from NAND flash with respect to bad blocks (by using
47693     nand_read_opts()). This is similar to e.g. the NAND read command: "nand
47694     read.jffs2 ...".
47695
47696     Signed-off-by: Thomas Knobloch <knobloch@siemens.com>
47697     Signed-off-by: Stefan Roese <sr@denx.de>
47698
47699 commit 334043f601a90ac53e5ecc846fbb73a1ef38cb1f
47700 Author: Stefan Roese <sr@denx.de>
47701 Date:   Fri Jul 6 12:26:51 2007 +0200
47702
47703     ppc4xx: Update lwmon5 default environment
47704
47705     Signed-off-by: Stefan Roese <sr@denx.de>
47706
47707 commit 5d187430a055d62f17ca84d75e7245439d1f7e75
47708 Author: Stefan Roese <sr@denx.de>
47709 Date:   Fri Jul 6 11:48:24 2007 +0200
47710
47711     ppc4xx: Update lwmon5 board
47712
47713     Add unlock=yes environment variable to default variables to unlock
47714     the CFI flash by default.
47715
47716     Signed-off-by: Stefan Roese <sr@denx.de>
47717
47718 commit 6b0a174a1e6f55e1f5a1fbb223cdad7645a4646e
47719 Author: Stefan Roese <sr@denx.de>
47720 Date:   Fri Jul 6 09:45:47 2007 +0200
47721
47722     Fix problem with get/setdcr commands introduced by cfg patches
47723
47724     Signed-off-by: Stefan Roese <sr@denx.de>
47725
47726 commit f1152f8c28db4a22087c21c618a3f7baa48e9a4f
47727 Author: Wolfgang Denk <wd@denx.de>
47728 Date:   Fri Jul 6 02:50:19 2007 +0200
47729
47730     Code cleanup and default config update for STC GP3 SSA board.
47731
47732     Signed-off-by: Wolfgang Denk <wd@denx.de>
47733
47734 commit e4dbe1b215f5c6c462e76909d240bd96472b84de
47735 Author: Wolfgang Denk <wd@denx.de>
47736 Date:   Thu Jul 5 17:56:27 2007 +0200
47737
47738     Fixing some typos etc. introduced mainly by cfg patches.
47739
47740     Signed-off-by: Wolfgang Denk <wd@denx.de>
47741
47742 commit b6b4684546809f89c8bac72863ca49b5fd8ac0cd
47743 Author: Wolfgang Denk <wd@denx.de>
47744 Date:   Thu Jul 5 11:12:16 2007 +0200
47745
47746     Minor coding style cleanup. Update CHANGELOG.
47747
47748 commit dca3b3d6d6396b67e5e84af53452164923c73443
47749 Author: Jon Loeliger <jdl@jdl.com>
47750 Date:   Wed Jul 4 22:33:46 2007 -0500
47751
47752     include/configs: Use new CONFIG_CMD_* in various [v-z]* named board config files.
47753
47754     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47755
47756 commit 6c18eb9804b525f3e4f3bb3d014dd69a200d9fa7
47757 Author: Jon Loeliger <jdl@jdl.com>
47758 Date:   Wed Jul 4 22:33:38 2007 -0500
47759
47760     include/configs: Use new CONFIG_CMD_* in various t* and u* named board config files.
47761
47762     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47763
47764 commit 46da1e96b7db14f4fcd2c92544e7c0862024bc76
47765 Author: Jon Loeliger <jdl@jdl.com>
47766 Date:   Wed Jul 4 22:33:30 2007 -0500
47767
47768     include/configs: Use new CONFIG_CMD_* in various s* named board config files.
47769
47770     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47771
47772 commit 90cc3eb6d2be856d9ddd81436de9cf343bc6b5c8
47773 Author: Jon Loeliger <jdl@jdl.com>
47774 Date:   Wed Jul 4 22:33:23 2007 -0500
47775
47776     include/configs: Use new CONFIG_CMD_* in various q* and r* named board config files.
47777
47778     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47779
47780 commit 26a34560d56a9df5bc2ae23525d9229736134757
47781 Author: Jon Loeliger <jdl@jdl.com>
47782 Date:   Wed Jul 4 22:33:17 2007 -0500
47783
47784     include/configs: Use new CONFIG_CMD_* in various p* named board config files.
47785
47786     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47787
47788 commit a5cb23092a7d31490a33d4ec871468b63babfa3c
47789 Author: Jon Loeliger <jdl@jdl.com>
47790 Date:   Wed Jul 4 22:33:13 2007 -0500
47791
47792     include/configs: Use new CONFIG_CMD_* in various o* named board config files.
47793
47794     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47795
47796 commit 929a2bfd142737003a8fc32e1b86e1f2c1850257
47797 Author: Jon Loeliger <jdl@jdl.com>
47798 Date:   Wed Jul 4 22:33:07 2007 -0500
47799
47800     include/configs: Use new CONFIG_CMD_* in various n* named board config files.
47801
47802     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47803
47804 commit 5dc11a511960d490f7f01ffd746edfe6277f99b0
47805 Author: Jon Loeliger <jdl@jdl.com>
47806 Date:   Wed Jul 4 22:33:01 2007 -0500
47807
47808     include/configs: Use new CONFIG_CMD_* in various m* named board config files.
47809
47810     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47811
47812 commit 9bbb1c0820c1fbd3811ab6ee4ba0f6c6f76b27e4
47813 Author: Jon Loeliger <jdl@jdl.com>
47814 Date:   Wed Jul 4 22:32:57 2007 -0500
47815
47816     include/configs: Use new CONFIG_CMD_* in various l* named board config files.
47817
47818     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47819
47820 commit bc234c129fa04fb9fa33530930e5cbc6084cd47a
47821 Author: Jon Loeliger <jdl@jdl.com>
47822 Date:   Wed Jul 4 22:32:51 2007 -0500
47823
47824     include/configs: Use new CONFIG_CMD_* in various j* and k* named board config files.
47825
47826     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47827
47828 commit 1d2c6bc491969f8d8fb34c8e30e8bea7a2af9c31
47829 Author: Jon Loeliger <jdl@jdl.com>
47830 Date:   Wed Jul 4 22:32:32 2007 -0500
47831
47832     include/configs: Use new CONFIG_CMD_* in various i* named board config files.
47833
47834     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47835
47836 commit 48d5d102a2f2e619c92050b9aedbb69689185bc0
47837 Author: Jon Loeliger <jdl@jdl.com>
47838 Date:   Wed Jul 4 22:32:25 2007 -0500
47839
47840     include/configs: Use new CONFIG_CMD_* in various h* named board config files.
47841
47842     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47843
47844 commit 72eb0efaed7048afcc61fc6f0085c49394b5dc36
47845 Author: Jon Loeliger <jdl@jdl.com>
47846 Date:   Wed Jul 4 22:32:19 2007 -0500
47847
47848     include/configs: Use new CONFIG_CMD_* in various g* named board config files.
47849
47850     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47851
47852 commit 1bec3d3002d3bbbae6f2468a0f7376db1120d33e
47853 Author: Jon Loeliger <jdl@jdl.com>
47854 Date:   Wed Jul 4 22:32:10 2007 -0500
47855
47856     include/configs: Use new CONFIG_CMD_* in various e* named board config files.
47857
47858     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47859
47860 commit ab999ba1b31ebe78dd16374394a55d7c6e5aa6e4
47861 Author: Jon Loeliger <jdl@jdl.com>
47862 Date:   Wed Jul 4 22:32:03 2007 -0500
47863
47864     include/configs: Use new CONFIG_CMD_* in various d* named board config files.
47865
47866     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47867
47868 commit 37e4f24b87fa255ae456d193b7cd23c18dd1d56b
47869 Author: Jon Loeliger <jdl@jdl.com>
47870 Date:   Wed Jul 4 22:31:56 2007 -0500
47871
47872     include/configs: Use new CONFIG_CMD_* in various c* named board config files.
47873
47874     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47875
47876 commit ba2351f9d1e841bd00ea6dad1e3c16d0259ad264
47877 Author: Jon Loeliger <jdl@jdl.com>
47878 Date:   Wed Jul 4 22:31:49 2007 -0500
47879
47880     include/configs: Use new CONFIG_CMD_* in various b* named board config files.
47881
47882     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47883
47884 commit 0b361c916617aff79e647b40f0e43361e0bbaccf
47885 Author: Jon Loeliger <jdl@jdl.com>
47886 Date:   Wed Jul 4 22:31:42 2007 -0500
47887
47888     include/configs: Use new CONFIG_CMD_* in various a* named board config files.
47889
47890     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47891
47892 commit b730cda82e362df6a22f4c59c0a9b97e885b1014
47893 Author: Jon Loeliger <jdl@jdl.com>
47894 Date:   Wed Jul 4 22:31:35 2007 -0500
47895
47896     include/configs: Use new CONFIG_CMD_* in mpc5xx board config files.
47897
47898     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47899
47900 commit d794cfefead5fc177cf4f41164e80382e9c9484a
47901 Author: Jon Loeliger <jdl@jdl.com>
47902 Date:   Wed Jul 4 22:31:15 2007 -0500
47903
47904     include/configs: Use new CONFIG_CMD_* in various 5200 board config files.
47905
47906     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47907
47908 commit ef0df52ab49eea4a30c15087fd27d54c1d946f2c
47909 Author: Jon Loeliger <jdl@jdl.com>
47910 Date:   Wed Jul 4 22:31:07 2007 -0500
47911
47912     include/configs: Use new CONFIG_CMD_* in STx board config files.
47913
47914     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47915
47916 commit 866e3089bfc826bb4dc74637f8aad87a3bab79fc
47917 Author: Jon Loeliger <jdl@jdl.com>
47918 Date:   Wed Jul 4 22:30:58 2007 -0500
47919
47920     include/configs: Use new CONFIG_CMD_* in sbc* board config files.
47921
47922     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47923
47924 commit 2694690e285acaa34922f55f4b5ae030da60c55a
47925 Author: Jon Loeliger <jdl@jdl.com>
47926 Date:   Wed Jul 4 22:30:50 2007 -0500
47927
47928     include/configs: Use new CONFIG_CMD_* in TQM board config files.
47929
47930     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47931
47932 commit 1cc4c458329765b58e584a19821e796b3c10e976
47933 Author: Jon Loeliger <jdl@jdl.com>
47934 Date:   Wed Jul 4 22:30:28 2007 -0500
47935
47936     include/configs: Use new CONFIG_CMD_* in 82xx board config files.
47937
47938     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47939
47940 commit 8ea5499afdaba0acf60923dd99001c399d4a7c8e
47941 Author: Jon Loeliger <jdl@jdl.com>
47942 Date:   Wed Jul 4 22:30:06 2007 -0500
47943
47944     include/configs: Use new CONFIG_CMD_* in 83xx board config files.
47945
47946     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47947
47948 commit b44896215a09c60fa40cae906f7ed207bbc2c492
47949 Author: Sergei Poselenov <sposelenov@emcraft.com>
47950 Date:   Thu Jul 5 08:17:37 2007 +0200
47951
47952     Merged POST framework with the current TOT.
47953
47954     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
47955
47956 commit b24629fa377214d63bb40d1360e354b6d3e4af56
47957 Author: Jon Loeliger <jdl@jdl.com>
47958 Date:   Wed Jun 13 13:23:15 2007 -0500
47959
47960     mpc86xx: Remove old CFG_CMD_* references.
47961
47962     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47963
47964 commit 46175d9764da129bb4fd341cd2554dc7d55f5b2a
47965 Author: Jon Loeliger <jdl@jdl.com>
47966 Date:   Wed Jun 13 13:22:54 2007 -0500
47967
47968     Add MPC8568MDS to MAKEALL 85xx target.
47969
47970     It was missing from the original port submission.
47971
47972     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47973
47974 commit 2835e518c969e5124ba1174eef3e8375e12fa7d5
47975 Author: Jon Loeliger <jdl@jdl.com>
47976 Date:   Wed Jun 13 13:22:08 2007 -0500
47977
47978     include/configs: Use new CONFIG_CMD_* in 85xx board config files.
47979
47980     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47981
47982 commit 56b304ac2091689506088a9ae67f63fd6300cf16
47983 Author: Jon Loeliger <jdl@jdl.com>
47984 Date:   Wed Jun 13 13:21:37 2007 -0500
47985
47986     Fix #if typo in CONFIG_CMD_* changes.
47987
47988     Signed-off-by: Jon Loeliger <jdl@freescale.com>
47989
47990 commit f780b83316d9af1f61d71cc88b1917b387b9b995
47991 Author: Niklaus Giger <niklausgiger@gmx.ch>
47992 Date:   Wed Jun 27 18:11:38 2007 +0200
47993
47994     resubmit: ppc4xx: Remove sequoia/sequioa.h. Cleanup ppc440.h for PPC440EPX
47995
47996     Signed-off-by: Niklaus Giger <niklaus.giger@nestal.com>
47997
47998 commit 04e6c38b766eaa2f3287561563c9e215e0c3a0d4
47999 Author: Stefan Roese <sr@denx.de>
48000 Date:   Wed Jul 4 10:06:30 2007 +0200
48001
48002     ppc4xx: Update lwmon5 board
48003
48004     - Add optional ECC generation routine to preserve existing
48005       RAM values. This is needed for the Linux log-buffer support
48006     - Add optional DDR2 setup with CL=4
48007     - GPIO50 not used anymore
48008     - Lime register setup added
48009
48010     Signed-off-by: Stefan Roese <sr@denx.de>
48011
48012 commit 6810a34677dbc446334f5e451f1682426dd33b49
48013 Author: Grant Likely <grant.likely@secretlab.ca>
48014 Date:   Tue Jul 3 00:17:28 2007 -0600
48015
48016     Fix Makefile to use $(MKCONFIG) macro for all board ports
48017
48018     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
48019
48020 commit 90b1b2d69b9396ff2f01165ebc16c9a594eb5926
48021 Author: Grant Likely <grant.likely@secretlab.ca>
48022 Date:   Tue Jul 3 00:17:28 2007 -0600
48023
48024     Fix Makefile to use $(MKCONFIG) macro for all board ports
48025
48026     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
48027
48028 commit 057004f4a4863554d56cc56268bfa7c7d9738e27
48029 Author: Grant Likely <grant.likely@secretlab.ca>
48030 Date:   Tue Jul 3 00:34:49 2007 -0600
48031
48032     Correct fixup relocation for mpc83xx
48033
48034     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
48035
48036 commit 5af61b2f4b838a05f79be274f3e5a66edd2d9c96
48037 Author: Grant Likely <grant.likely@secretlab.ca>
48038 Date:   Tue Jul 3 00:34:44 2007 -0600
48039
48040     Correct fixup relocation for mpc8260
48041
48042     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
48043
48044 commit f3a52fe05923935db86985daf9438e2f70ac39aa
48045 Author: Grant Likely <grant.likely@secretlab.ca>
48046 Date:   Tue Jul 3 00:34:39 2007 -0600
48047
48048     Correct fixup relocation for mpc824x
48049
48050     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
48051
48052 commit a85dd254c0577fca13627c46e93fc2ad4c4f1f00
48053 Author: Grant Likely <grant.likely@secretlab.ca>
48054 Date:   Tue Jul 3 00:34:34 2007 -0600
48055
48056     Correct fixup relocation for mpc8220
48057
48058     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
48059
48060 commit 6f7576b20ecf0d040c3ac3b032b5cbc860e38a90
48061 Author: Grant Likely <grant.likely@secretlab.ca>
48062 Date:   Tue Jul 3 00:34:29 2007 -0600
48063
48064     Correct fixup relocation for MPC5xxx
48065
48066     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
48067
48068 commit 3649cd99ba815b6601868735765602f00ef3692b
48069 Author: Grant Likely <grant.likely@secretlab.ca>
48070 Date:   Tue Jul 3 00:34:24 2007 -0600
48071
48072     Correct relocation fixup for mpc5xx
48073
48074     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
48075
48076 commit f82b3b6304b620ef7e28bfaa1ea887a2ad2fa325
48077 Author: Grant Likely <grant.likely@secretlab.ca>
48078 Date:   Tue Jul 3 00:34:19 2007 -0600
48079
48080     Don't set gd->reloc_off if relocation of .fixup works correctly
48081
48082     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
48083
48084 commit e1a6144c32dc7de73bcdd33995de0148cbd0bd28
48085 Author: Grant Likely <grant.likely@secretlab.ca>
48086 Date:   Tue Jul 3 00:34:14 2007 -0600
48087
48088     Remove obsolete mpc83xx linker scripts
48089
48090     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
48091
48092 commit 17e32fc3908bf7089d3f16fc82a1c3ae674dd65b
48093 Author: Grant Likely <grant.likely@secretlab.ca>
48094 Date:   Tue Jul 3 00:34:09 2007 -0600
48095
48096     Consolidate mpc8260 linker scripts
48097
48098     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
48099
48100 commit af7d38b393690d7eeaf418ac85a1e831a50d5fd0
48101 Author: Grant Likely <grant.likely@secretlab.ca>
48102 Date:   Tue Jul 3 00:34:04 2007 -0600
48103
48104     Remove obsolete mpc824x linker scripts
48105
48106     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
48107
48108 commit f94a3aecebc40ca0939c7d66d010009cf51be9e2
48109 Author: Grant Likely <grant.likely@secretlab.ca>
48110 Date:   Tue Jul 3 00:33:59 2007 -0600
48111
48112     Remove obsolete mpc824x linker scripts (3 of 4)
48113
48114     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
48115
48116 commit a71c084f3ac7fedf144537db2b2da47323068833
48117 Author: Grant Likely <grant.likely@secretlab.ca>
48118 Date:   Tue Jul 3 00:33:53 2007 -0600
48119
48120     Remove obsolete mpc824x linker scripts (2 of 4)
48121
48122     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
48123
48124 commit f670a15468d1365241d40022b9408e1004181f5e
48125 Author: Grant Likely <grant.likely@secretlab.ca>
48126 Date:   Tue Jul 3 00:33:48 2007 -0600
48127
48128     Remove obsolete mpc824x linker scripts (1 of 4)
48129
48130     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
48131
48132 commit 09555bd45a04c0e54f172528d21bc18896550d28
48133 Author: Grant Likely <grant.likely@secretlab.ca>
48134 Date:   Tue Jul 3 00:33:43 2007 -0600
48135
48136     Remove obsolete mpc8220 linker scripts
48137
48138     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
48139
48140 commit 5efb992f046e51225c93d52f80fecbe433abd789
48141 Author: Grant Likely <grant.likely@secretlab.ca>
48142 Date:   Tue Jul 3 00:33:38 2007 -0600
48143
48144     Remove obsolete mpc5xxx linker scripts (3 of 3)
48145
48146     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
48147
48148 commit 07c13dfef65b31647e69d8b61daa1eec598add1a
48149 Author: Grant Likely <grant.likely@secretlab.ca>
48150 Date:   Tue Jul 3 00:33:33 2007 -0600
48151
48152     Remove obsolete mpc5xxx linker scripts (2 of 3)
48153
48154     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
48155
48156 commit b4f67513a624ce85866c66c575bd2d9d7977d7f0
48157 Author: Grant Likely <grant.likely@secretlab.ca>
48158 Date:   Tue Jul 3 00:33:28 2007 -0600
48159
48160     Remove obsolete mpc5xxx linker scripts (1 of 3)
48161
48162     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
48163
48164 commit b7d8e05f8675249b5f208aa73babeed384a4519d
48165 Author: Grant Likely <grant.likely@secretlab.ca>
48166 Date:   Tue Jul 3 00:33:23 2007 -0600
48167
48168     Remove obsolete mpc5xx linker scripts
48169
48170     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
48171
48172 commit 416a0b6d40f6eba3a2fc547253c16bda28d922f7
48173 Author: Grant Likely <grant.likely@secretlab.ca>
48174 Date:   Tue Jul 3 00:33:18 2007 -0600
48175
48176     Consolidate mpc83xx linker scripts
48177
48178     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
48179
48180 commit 5fc59175b92883ed5d2666a04e6bc49e70a4a365
48181 Author: Grant Likely <grant.likely@secretlab.ca>
48182 Date:   Tue Jul 3 00:33:13 2007 -0600
48183
48184     Consolidate mpc8260 linker scripts
48185
48186     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
48187
48188 commit 737f9eb02d7335df2b3e4d7a4d3348784d1da207
48189 Author: Grant Likely <grant.likely@secretlab.ca>
48190 Date:   Tue Jul 3 00:33:08 2007 -0600
48191
48192     Consolidate mpc824x linker scripts
48193
48194     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
48195
48196 commit 9c757b789a59a855db57b448dd825329c4e9c4a0
48197 Author: Grant Likely <grant.likely@secretlab.ca>
48198 Date:   Tue Jul 3 00:33:03 2007 -0600
48199
48200     Consolidate mpc8220 linker scripts
48201
48202     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
48203
48204 commit d181c9a15cd41863fe24840d17848429f27d3c8c
48205 Author: Grant Likely <grant.likely@secretlab.ca>
48206 Date:   Tue Jul 3 00:32:58 2007 -0600
48207
48208     Consolidate mpc5xxx linker scripts
48209
48210     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
48211
48212 commit 287ac924adb7291bebe5086652a362a30ab28b13
48213 Author: Grant Likely <grant.likely@secretlab.ca>
48214 Date:   Tue Jul 3 00:32:53 2007 -0600
48215
48216     Consolidate mpc5xx linker scripts
48217
48218     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
48219
48220 commit 52b8704d0245e589f86d462e9ec25aeb7ecbbbdd
48221 Author: Wolfgang Denk <wd@denx.de>
48222 Date:   Wed Jul 4 00:43:53 2007 +0200
48223
48224     Fix a few file permission problems.
48225
48226     Signed-off-by: Wolfgang Denk <wd@denx.de>
48227
48228 commit 78e0cf2de7be7f1eaeeb622eb61fd50e4d5e205c
48229 Author: Wolfgang Denk <wd@denx.de>
48230 Date:   Wed Jul 4 00:38:38 2007 +0200
48231
48232     Minor coding style cleanup. Rebuild CHANGELOG file.
48233
48234 commit 2f9c19e496acb6bb50d9299e1aab377625d48c38
48235 Author: Jon Loeliger <jdl@jdl.com>
48236 Date:   Mon Jun 11 19:03:44 2007 -0500
48237
48238     configs/ mpc86xx: Rewrite command line options using new CONFIG_CMD-* style.
48239
48240     Signed-off-by: Jon Loeliger <jdl@freescale.com>
48241
48242 commit 602ad3b33d9ceef83dbab46be68646d645d637ee
48243 Author: Jon Loeliger <jdl@jdl.com>
48244 Date:   Mon Jun 11 19:03:39 2007 -0500
48245
48246     README: Rewrite command line config to use CONFIG_CMD_* names.
48247
48248     Signed-off-by: Jon Loeliger <jdl@freescale.com>
48249
48250 commit 72a074cec68e5bad60d63206c050974e08afd804
48251 Author: Jon Loeliger <jdl@jdl.com>
48252 Date:   Mon Jun 11 19:03:34 2007 -0500
48253
48254     include/ non-config: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
48255
48256     This is a compatibility step that allows both the older form
48257     and the new form to co-exist for a while until the older can
48258     be removed entirely.
48259
48260     All transformations are of the form:
48261     Before:
48262         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
48263     After:
48264         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
48265
48266     Signed-off-by: Jon Loeliger <jdl@freescale.com>
48267
48268 commit 5fcf543e0b6628c76ff48705b1b0566bfd11507b
48269 Author: Jon Loeliger <jdl@jdl.com>
48270 Date:   Mon Jun 11 19:03:28 2007 -0500
48271
48272     tools/ : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
48273
48274     This is a compatibility step that allows both the older form
48275     and the new form to co-exist for a while until the older can
48276     be removed entirely.
48277
48278     All transformations are of the form:
48279     Before:
48280         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
48281     After:
48282         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
48283
48284     Signed-off-by: Jon Loeliger <jdl@freescale.com>
48285
48286 commit 9107ebe0d352420895ab69b715697bdebc8caf50
48287 Author: Jon Loeliger <jdl@jdl.com>
48288 Date:   Mon Jun 11 19:03:23 2007 -0500
48289
48290     board/[k-z]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
48291
48292     This is a compatibility step that allows both the older form
48293     and the new form to co-exist for a while until the older can
48294     be removed entirely.
48295
48296     All transformations are of the form:
48297     Before:
48298         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
48299     After:
48300         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
48301
48302     Signed-off-by: Jon Loeliger <jdl@freescale.com>
48303
48304 commit 5e378003d592ea828ec69d6defcd4de79096dd5c
48305 Author: Jon Loeliger <jdl@jdl.com>
48306 Date:   Mon Jun 11 19:03:19 2007 -0500
48307
48308     board/[Ma-i]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
48309
48310     This is a compatibility step that allows both the older form
48311     and the new form to co-exist for a while until the older can
48312     be removed entirely.
48313
48314     All transformations are of the form:
48315     Before:
48316         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
48317     After:
48318         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
48319
48320     Signed-off-by: Jon Loeliger <jdl@freescale.com>
48321
48322 commit 737184114ec9c9e0ab94d6713536126073bd2472
48323 Author: Jon Loeliger <jdl@jdl.com>
48324 Date:   Mon Jun 11 19:03:15 2007 -0500
48325
48326     cpu/ non-mpc*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
48327
48328     This is a compatibility step that allows both the older form
48329     and the new form to co-exist for a while until the older can
48330     be removed entirely.
48331
48332     All transformations are of the form:
48333     Before:
48334         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
48335     After:
48336         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
48337
48338     Signed-off-by: Jon Loeliger <jdl@freescale.com>
48339
48340 commit f48070fe5fe440dfb5ee5268c920de70e48ea327
48341 Author: Jon Loeliger <jdl@jdl.com>
48342 Date:   Mon Jun 11 19:03:08 2007 -0500
48343
48344     cpu/mpc*/ : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
48345
48346     This is a compatibility step that allows both the older form
48347     and the new form to co-exist for a while until the older can
48348     be removed entirely.
48349
48350     All transformations are of the form:
48351     Before:
48352         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
48353     After:
48354         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
48355
48356     Signed-off-by: Jon Loeliger <jdl@freescale.com>
48357
48358 commit 0c505db0a0dc1f670b13ce3b4d3fbf1ec5b3cbd2
48359 Author: Jon Loeliger <jdl@jdl.com>
48360 Date:   Mon Jun 11 19:03:03 2007 -0500
48361
48362     lib_*/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
48363
48364     This is a compatibility step that allows both the older form
48365     and the new form to co-exist for a while until the older can
48366     be removed entirely.
48367
48368     All transformations are of the form:
48369     Before:
48370         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
48371     After:
48372         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
48373
48374     Signed-off-by: Jon Loeliger <jdl@freescale.com>
48375
48376 commit 73f032021ec5f13cda8faa4e34b6de80960eb86f
48377 Author: Jon Loeliger <jdl@jdl.com>
48378 Date:   Mon Jun 11 19:02:58 2007 -0500
48379
48380     lib_ppc/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
48381
48382     This is a compatibility step that allows both the older form
48383     and the new form to co-exist for a while until the older can
48384     be removed entirely.
48385
48386     All transformations are of the form:
48387     Before:
48388         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
48389     After:
48390         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
48391
48392     Signed-off-by: Jon Loeliger <jdl@freescale.com>
48393
48394 commit 98b79003c21c2578206003256de4e781d6b36ca8
48395 Author: Jon Loeliger <jdl@jdl.com>
48396 Date:   Mon Jun 11 19:02:53 2007 -0500
48397
48398     rtc/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
48399
48400     This is a compatibility step that allows both the older form
48401     and the new form to co-exist for a while until the older can
48402     be removed entirely.
48403
48404     All transformations are of the form:
48405     Before:
48406         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
48407     After:
48408         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
48409
48410     Signed-off-by: Jon Loeliger <jdl@freescale.com>
48411
48412 commit 6e2115acb6a892d53a6881bf253ae41d3df39156
48413 Author: Jon Loeliger <jdl@jdl.com>
48414 Date:   Mon Jun 11 19:02:49 2007 -0500
48415
48416     net/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
48417
48418     This is a compatibility step that allows both the older form
48419     and the new form to co-exist for a while until the older can
48420     be removed entirely.
48421
48422     All transformations are of the form:
48423     Before:
48424         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
48425     After:
48426         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
48427
48428     Signed-off-by: Jon Loeliger <jdl@freescale.com>
48429
48430 commit 45cdb9b72c94655c7308b464a2666057c0b286e0
48431 Author: Jon Loeliger <jdl@jdl.com>
48432 Date:   Mon Jun 11 19:02:34 2007 -0500
48433
48434     disk/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
48435
48436     This is a compatibility step that allows both the older form
48437     and the new form to co-exist for a while until the older can
48438     be removed entirely.
48439
48440     All transformations are of the form:
48441     Before:
48442         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
48443     After:
48444         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
48445
48446     Signed-off-by: Jon Loeliger <jdl@freescale.com>
48447
48448 commit 4e109ae98294a5ca7ff848b7652c7bfd4023a94a
48449 Author: Jon Loeliger <jdl@jdl.com>
48450 Date:   Mon Jun 11 19:02:20 2007 -0500
48451
48452     fs/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
48453
48454     This is a compatibility step that allows both the older form
48455     and the new form to co-exist for a while until the older can
48456     be removed entirely.
48457
48458     All transformations are of the form:
48459     Before:
48460         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
48461     After:
48462         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
48463
48464     Signed-off-by: Jon Loeliger <jdl@freescale.com>
48465
48466 commit d5be43de93ff905c465e509d45a3164ef48d26e7
48467 Author: Jon Loeliger <jdl@jdl.com>
48468 Date:   Mon Jun 11 19:02:10 2007 -0500
48469
48470     drivers/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
48471
48472     This is a compatibility step that allows both the older form
48473     and the new form to co-exist for a while until the older can
48474     be removed entirely.
48475
48476     All transformations are of the form:
48477     Before:
48478         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
48479     After:
48480         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
48481
48482     Signed-off-by: Jon Loeliger <jdl@freescale.com>
48483
48484 commit b453960d4fdb87b3970d96119b90df2ed024fc4a
48485 Author: Jon Loeliger <jdl@jdl.com>
48486 Date:   Mon Jun 11 19:02:05 2007 -0500
48487
48488     common/ non-cmd: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
48489
48490     This is a compatibility step that allows both the older form
48491     and the new form to co-exist for a while until the older can
48492     be removed entirely.
48493
48494     All transformations are of the form:
48495     Before:
48496         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
48497     After:
48498         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
48499
48500     Signed-off-by: Jon Loeliger <jdl@freescale.com>
48501
48502 commit 65c450b47a62659d522cfa8f4fa1e4e5c60dccd0
48503 Author: Jon Loeliger <jdl@jdl.com>
48504 Date:   Mon Jun 11 19:01:54 2007 -0500
48505
48506     common/cmd_[i-z]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
48507
48508     This is a compatibility step that allows both the older form
48509     and the new form to co-exist for a while until the older can
48510     be removed entirely.
48511
48512     All transformations are of the form:
48513     Before:
48514         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
48515     After:
48516         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
48517
48518     Signed-off-by: Jon Loeliger <jdl@freescale.com>
48519
48520 commit a76adc8142c1d956385a109e0b70f9319ede4d66
48521 Author: Jon Loeliger <jdl@jdl.com>
48522 Date:   Mon Jun 11 19:01:43 2007 -0500
48523
48524     common/cmd_[a-f]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
48525
48526     This is a compatibility step that allows both the older form
48527     and the new form to co-exist for a while until the older can
48528     be removed entirely.
48529
48530     All transformations are of the form:
48531     Before:
48532         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
48533     After:
48534         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
48535
48536     Signed-off-by: Jon Loeliger <jdl@freescale.com>
48537
48538 commit ec63b10b61fd68238d4c15c1cd04c0b38228e2c1
48539 Author: Jon Loeliger <jdl@jdl.com>
48540 Date:   Mon Jun 11 19:01:34 2007 -0500
48541
48542     Introduce initial versions of new Command Config files.
48543
48544     Derive three new files from cmd_confdefs.h:
48545         config_bootp.h - Has BOOTP related config options, not commands
48546         config_cmd_all.h - Has a CONFIG_CMD_* definition for every command
48547         config_cmd_default.h - Has a CONFIG_CMD_* definition for default cmds.
48548
48549     For now, include "config_bootp.h" for compatability until all
48550     users of it directly include it properly.
48551
48552     Signed-off-by: Jon Loeliger <jdl@freescale.com>
48553
48554 commit 1f2a05898658900dc5717761e27abf2052e67e13
48555 Author: Mushtaq Khan <mushtaqk_921@yahoo.co.in>
48556 Date:   Sat Jun 30 18:50:48 2007 +0200
48557
48558     Fix S-ATA support.
48559
48560     Signed-off-by: mushtaq khan <mushtaqk_921@yahoo.co.in>
48561
48562 commit a5d71e290f3673269be8eefb4ec44f53412f9461
48563 Author: Heiko Schocher <hs@pollux.denx.de>
48564 Date:   Mon Jun 25 19:11:37 2007 +0200
48565
48566     [PCS440EP]  get rid of CONFIG_PPC4xx_USE_SPD_DDR_INIT_HANG
48567
48568     Signed-off-by: Heiko Schocher <hs@denx.de>
48569
48570 commit a1bd6200eccd3a02040a955d5f43d3ee1fc9f93b
48571 Author: Niklaus Giger <niklaus.giger@nestal.com>
48572 Date:   Mon Jun 25 17:03:13 2007 +0200
48573
48574     ppc4xx: PPC440EPx Emit DDR0 registers on machine check interrupt
48575
48576     This patch prints the DDR status registers upon machine check
48577     interrupt on the 440EPx/GRx. This can be useful especially when
48578     ECC support is enabled.
48579
48580     I added some small changes to the original patch from Niklaus to
48581     make it compile clean.
48582
48583     Signed-off-by: Niklaus Giger <niklaus.giger@nestal.com>
48584     Signed-off-by: Stefan Roese <sr@denx.de>
48585
48586 commit 807018fb7faceb429ce0cb47baa2073746b33a4e
48587 Author: Niklaus Giger <niklaus.giger@nestal.com>
48588 Date:   Mon Jun 25 16:50:55 2007 +0200
48589
48590     ppc4xx: Fix O=buildir builds
48591
48592     This patch fixes the problem to assemble cpu/ppc4xx/start.S
48593     experienced last week where building failed having specified
48594     O=../build.sequoia.
48595
48596     Signed-off-by: Niklaus Giger <niklaus.giger@nestal.com>
48597
48598 commit 466fff1a7bb5fe764a06450626f6098219f446b8
48599 Author: Stefan Roese <sr@denx.de>
48600 Date:   Mon Jun 25 15:57:39 2007 +0200
48601
48602     ppc4xx: Add pci_pre_init() for 405 boards
48603
48604     This patch removes the CFG_PCI_PRE_INIT option completely, since
48605     it's not needed anymore with the patch from Matthias Fuchs with
48606     the "weak" pci_pre_init() implementation.
48607
48608     Signed-off-by: Stefan Roese <sr@denx.de>
48609
48610 commit 6f35c53166213c24a5a0e2390ed861136ff73870
48611 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
48612 Date:   Sun Jun 24 17:41:21 2007 +0200
48613
48614     ppc4xx: Maintenance patch for esd's CPCI405 derivats
48615
48616     -add pci_pre_init() for pci interrupt fixup code
48617     -disable phy sleep mode via reset_phy() function
48618     -use correct io accessors
48619     -cleanup
48620
48621     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
48622
48623 commit 5a1c9ff0c44305b57cb4d8f9369bba90bcf0e1f8
48624 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
48625 Date:   Sun Jun 24 17:23:41 2007 +0200
48626
48627     ppc4xx: Add pci_pre_init() for 405 boards
48628
48629     This patch adds support for calling a plattform dependant
48630     pci_pre_init() function for 405 boards. This can be used to
48631     move the current pci_405gp_fixup_irq() function into the
48632     board code.
48633
48634     This patch also makes the CFG_PCI_PRE_INIT define obsolete.
48635     A default function with 'weak' attribute is used when
48636     a board specific pci_pre_init() is not implemented.
48637
48638     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
48639
48640 commit 1636d1c8529c006d106287cfbc20cd0a246fe1cb
48641 Author: Wolfgang Denk <wd@denx.de>
48642 Date:   Fri Jun 22 23:59:00 2007 +0200
48643
48644     Coding stylke cleanup; rebuild CHANGELOG
48645
48646 commit 2dc64451b4c08ffd619372abfdc2506a2e2363b9
48647 Author: Igor Lisitsin <igor@emcraft.com>
48648 Date:   Wed Apr 18 14:55:19 2007 +0400
48649
48650     Adapt log buffer code to support Linux 2.6
48651
48652     A new environment variable, "logversion", selects the log buffer
48653     behaviour. If it is not set or set to a value other than 2, then the
48654     old, Linux 2.4.4, behaviour is selected.
48655
48656     Signed-off-by: Igor Lisitsin <igor@emcraft.com>
48657     --
48658
48659 commit a11e06965ec91270c51853407ff1261d3c740386
48660 Author: Igor Lisitsin <igor@emcraft.com>
48661 Date:   Wed Mar 28 19:06:19 2007 +0400
48662
48663     Extend POST support for PPC440
48664
48665     Added memory, CPU, UART, I2C and SPR POST tests for PPC440.
48666
48667     Signed-off-by: Igor Lisitsin <igor@emcraft.com>
48668     --
48669
48670 commit 566a494f592ae3b3c0785d90d4e1ba45574880c4
48671 Author: Heiko Schocher <hs@pollux.denx.de>
48672 Date:   Fri Jun 22 19:11:54 2007 +0200
48673
48674     [PCS440EP]      upgrade the PCS440EP board:
48675                     - Show on the Status LEDs, some States of the board.
48676                     - Get the MAC addresses from the EEProm
48677                     - use PREBOOT
48678                     - use the CF on the board.
48679                     - check the U-Boot image in the Flash with a SHA1
48680                       checksum.
48681                     - use dynamic TLB entries generation for the SDRAM
48682
48683     Signed-off-by: Heiko Schocher <hs@denx.de>
48684
48685 commit 3a1f5c81b0b9557817a789bece839905581c2205
48686 Author: Stefan Roese <sr@denx.de>
48687 Date:   Fri Jun 22 16:58:40 2007 +0200
48688
48689     ppc4xx: Fix problem with extended program_tlb() funtion
48690
48691     The recently extended program_tlb() function had a problem when
48692     multiple TLB's had to be setup (for example with 512MB of SDRAM). The
48693     virtual address was not incremented. This patch fixes this issue
48694     and is tested on Katmai with 512MB SDRAM.
48695
48696     Signed-off-by: Stefan Roese <sr@denx.de>
48697
48698 commit 02032e8f14751a1a751b09240a4f1cf9f8a2077f
48699 Author: Rafal Jaworowski <raj@semihalf.com>
48700 Date:   Fri Jun 22 14:58:04 2007 +0200
48701
48702     [ppc] Fix build breakage for all non-4xx PowerPC variants.
48703
48704     - adapt to the more generic EXCEPTION_PROLOG and CRIT_EXCEPTION macros
48705     - minor 4xx cleanup
48706
48707 commit d677b32855f577ae2690dcd64a172cdd706e0ffc
48708 Author: Mike Frysinger <vapier@gentoo.org>
48709 Date:   Fri Jun 22 10:34:12 2007 +0200
48710
48711     [patch] add nand_init() prototype to nand.h
48712
48713     since nand_init() is expected to be called by other parts of u-boot, there
48714     should be a prototype for it in nand.h
48715
48716     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
48717     Signed-off-by: Stefan Roese <sr@denx.de>
48718
48719 commit 83b4cfa3d629dff0264366263c5e94d9a50ad80b
48720 Author: Wolfgang Denk <wd@denx.de>
48721 Date:   Wed Jun 20 18:14:24 2007 +0200
48722
48723     Coding style cleanup. Refresh CHANGELOG.
48724
48725 commit b3f9ec86e388207fd03dcdf7b145b9ed080bf024
48726 Author: Stefan Roese <sr@denx.de>
48727 Date:   Tue Jun 19 17:22:44 2007 +0200
48728
48729     ppc4xx: Add bootstrap command for AMCC Sequoia (440EPx) eval board
48730
48731     This patch adds a board command to configure the I2C bootstrap EEPROM
48732     values. Right now 533 and 667MHz are supported for booting either via NOR
48733     or NAND FLASH. Here the usage:
48734
48735     => bootstrap 533 nor        ;to configure the board for 533MHz NOR booting
48736     => bootstrap 667 nand       ;to configure the board for 667MHz NNAND booting
48737
48738     Signed-off-by: Stefan Roese <sr@denx.de>
48739
48740 commit df8a24cdd30151505cf57bbee5289e91bf53bd1b
48741 Author: Stefan Roese <sr@denx.de>
48742 Date:   Tue Jun 19 16:42:31 2007 +0200
48743
48744     [ppc4xx] Fix problem with NAND booting on AMCC Acadia
48745
48746     The latest changes showed a problem with the location of the NAND-SPL
48747     image in the OCM and the init-data area (incl. cache). This patch
48748     fixes this problem.
48749
48750     Signed-off-by: Stefan Roese <sr@denx.de>
48751
48752 commit 86ba99e34194394052d24c04dc40d1263d29a26f
48753 Author: Stefan Roese <sr@denx.de>
48754 Date:   Tue Jun 19 16:40:58 2007 +0200
48755
48756     [ppc4xx] Change board/amcc/acadia/cpr.c to pll.c
48757
48758     Signed-off-by: Stefan Roese <sr@denx.de>
48759
48760 commit 8e585f02f82c17cc66cd229dbf0fd3066bbbf658
48761 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
48762 Date:   Mon Jun 18 13:50:13 2007 -0500
48763
48764     Added M5329AFEE and M5329BFEE Platforms
48765
48766     Added board/freescale/m5329evb, cpu/mcf532x, drivers/net,
48767     drivers/serial,  immap_5329.h, m5329.h, mcfrtc.h,
48768     include/configs/M5329EVB.h, lib_m68k/interrupts.c, and
48769     rtc/mcfrtc.c
48770
48771     Modified CREDITS, MAKEFILE, Makefile, README, common/cmd_bdinfo.c,
48772     common/cmd_mii.c, include/asm-m68k/byteorder.h, include/asm-m68k/fec.h,
48773     include/asm-m68k/io.h, include/asm-m68k/mcftimer.h,
48774     include/asm-m68k/mcfuart.h, include/asm-m68k/ptrace.h,
48775     include/asm-m68k/u-boot.h, lib_m68k/Makefile, lib_m68k/board.c,
48776     lib_m68k/time.c, net/eth.c and rtc/Makefile
48777
48778     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
48779
48780 commit 093172f08d6afb3f34d8a2f26ee0ee874261cf27
48781 Author: Michal Simek <monstr@monstr.eu>
48782 Date:   Sun Jun 17 19:04:11 2007 +0200
48783
48784     [fix] email reparation
48785
48786 commit 3666afffe7baf859c6ae0ce2bebbc8ab7e512ddc
48787 Author: Michal Simek <monstr@monstr.eu>
48788 Date:   Sun Jun 17 19:03:21 2007 +0200
48789
48790     [FIX] fix microblaze file permitission
48791
48792 commit e73846b7cf1e29ae635bf9bb5570269663df2ee5
48793 Author: Stefan Roese <sr@denx.de>
48794 Date:   Fri Jun 15 11:33:41 2007 +0200
48795
48796     [ppc4xx] Change lwmon5 port to work with recent 440 exception rework
48797
48798     Now CONFIG_440 has to be defined in all PPC440 board config files.
48799
48800     Signed-off-by: Stefan Roese <sr@denx.de>
48801
48802 commit efa35cf12d914d4caba942acd5a6c45f217de302
48803 Author: Grzegorz Bernacki <gjb@semihalf.com>
48804 Date:   Fri Jun 15 11:19:28 2007 +0200
48805
48806     ppc4xx: Clean up 440 exceptions handling
48807
48808     - Introduced dedicated switches for building 440 and 405 images required
48809       for 440-specific machine instructions like 'rfmci' etc.
48810
48811     - Exception vectors moved to the proper location (_start moved away from
48812       the critical exception handler space, which it occupied)
48813
48814     - CriticalInput now serviced (with default handler)
48815
48816     - MachineCheck properly serviced (added a dedicated handler and return
48817       subroutine)
48818
48819     - Overall cleanup of exceptions declared with STD_EXCEPTION macro (unused,
48820       unhandled and those not relevant for 4xx were eliminated)
48821
48822     - Eliminated Linux leftovers, removed dead code
48823
48824     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
48825     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
48826     Signed-off-by: Stefan Roese <sr@denx.de>
48827
48828 commit b765ffb773f5a3cd5aa94ec76b6a05276b8cd5b2
48829 Author: Stefan Roese <sr@denx.de>
48830 Date:   Fri Jun 15 08:18:01 2007 +0200
48831
48832     [ppc4xx] Add initial lwmon5 board support
48833
48834     This patch adds initial support for the Liebherr lwmon5 board euqipped
48835     with an AMCC 440EPx PowerPC.
48836
48837     Signed-off-by: Stefan Roese <sr@denx.de>
48838
48839 commit 85f737376d5ff3d5f0d45a8b657686326d175307
48840 Author: Stefan Roese <sr@denx.de>
48841 Date:   Fri Jun 15 07:39:43 2007 +0200
48842
48843     [ppc4xx] Extend 44x GPIO setup with default output state
48844
48845     The board config array CFG_440_GPIO_TABLE for the ppc440 GPIO setup
48846     is extended with the default GPIO output state (level).
48847
48848     Signed-off-by: Stefan Roese <sr@denx.de>
48849
48850 commit dbca208518e5e7f01a6420588d1cd6e60db74c2b
48851 Author: Stefan Roese <sr@denx.de>
48852 Date:   Thu Jun 14 11:14:32 2007 +0200
48853
48854     [ppc4xx] Extend program_tlb() with virtual & physical addresses
48855
48856     Now program_tlb() allows to program a TLB (or multiple) with
48857     different virtual and physical addresses. With this change, now one
48858     physical region (e.g. SDRAM) can be mapped 2 times, once with caches
48859     diabled and once with caches enabled.
48860
48861     Signed-off-by: Stefan Roese <sr@denx.de>
48862
48863 commit 9912121f7ed804ea58fd62f3f230b5dcfc357d88
48864 Author: Detlev Zundel <dzu@denx.de>
48865 Date:   Wed May 23 19:02:41 2007 +0200
48866
48867     Change 'repeatable' attribute of some commands to sensible values.
48868
48869     Most prominently this changes 'erase' to be non-repeatable.
48870
48871     Signed-off-by: Detlev Zundel <dzu@denx.de>
48872
48873 commit 5afb202093f6a001797db92cf695b93a70ea9ab4
48874 Author: Detlev Zundel <dzu@denx.de>
48875 Date:   Wed May 23 18:47:48 2007 +0200
48876
48877     Fix 'run' not to continue after interrupted command
48878
48879     Signed-off-by: Detlev Zundel <dzu@denx.de>
48880
48881 commit 9b7464a2c88614e1061f509c48930a3d240d1a35
48882 Author: Jason Jin <Jason.jin@freescale.com>
48883 Date:   Mon Jun 11 15:14:24 2007 +0200
48884
48885     USB: This patch fix readl in ohci swap reg access.
48886
48887     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
48888
48889 commit 8f8416fada9faf94b9a92f21fe6000643cb521d5
48890 Author: Bartlomiej Sieka <tur@semihalf.com>
48891 Date:   Fri Jun 8 14:52:22 2007 +0200
48892
48893     TQM5200: Add Flat Device Tree support, update default env. accordingly.
48894
48895     Signed-off-by: Jan Wrobel <wrr@semihalf.com>
48896     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
48897
48898 commit 9045f33c023f698660a2e45d1b2194c0711abebc
48899 Author: Wolfgang Denk <wd@denx.de>
48900 Date:   Fri Jun 8 10:24:58 2007 +0200
48901
48902     Fix config problems on SC3 board; make ide_reset_timeout work.
48903
48904 commit fba3fb0449b8a54542aed1e729de76e7f5a2ff1b
48905 Author: Benoît Monin <bmonin@adeneo.eu>
48906 Date:   Fri Jun 8 09:55:24 2007 +0200
48907
48908     [PATCH] fix gpio setting when using CFG_440_GPIO_TABLE
48909
48910     Set the correct value in GPIOx_TCR when configuring the gpio
48911     with CFG_440_GPIO_TABLE.
48912
48913     Signed-off-by: Benoit Monin <bmonin@adeneo.eu>
48914     Signed-off-by: Stefan Roese <sr@denx.de>
48915
48916 commit f539edc076cfe52bff919dd512ba8d7af0e22092
48917 Author: Vadim Bendebury <vbendeb@google.com>
48918 Date:   Thu May 24 15:52:25 2007 -0700
48919
48920     cosmetic changes to bcm570x driver
48921
48922     This is a cosmetic only changes submission.
48923     It affects files relevant to bcm570x driver.
48924     the commands used to generate this change was
48925
48926     cd drivers
48927     Lindent -pcs -l80  bcm570x.c   bcm570x_lm.h   bcm570x_mm.h  tigon3.c  tigon3.h
48928
48929     The BMW target (the only one using this chip so far) builds cleanly, the
48930     `before and after' generated object files for drivers/bcm570x.c and
48931     drivers/tigon3.o are identical as reported by objdump -d
48932
48933     Signed-off-by: Vadim Bendebury <vbendeb@google.com>
48934     Signed-off-by: Ben Warren <bwarren@qstreams.com>
48935
48936 commit 725671ccd2cd04c9ebc50c9e5a94dd8cbade66b7
48937 Author: Wolfgang Denk <wd@denx.de>
48938 Date:   Wed Jun 6 16:26:56 2007 +0200
48939
48940     Coding Style cleanup; generate new CHANGELOG file.
48941
48942     Signed-off-by: Wolfgang Denk <wd@denx.de>
48943
48944 commit 19d763c35e0b5568eaf0b8adbf7a68ccfe7fa243
48945 Author: Markus Klotzbuecher <mk@denx.de>
48946 Date:   Wed Jun 6 11:49:44 2007 +0200
48947
48948     TRAB, USB: update trab board configuration for use of generic ohci driver
48949
48950 commit dace45acd1c1357daa9322099d07c9a9e08b0024
48951 Author: Markus Klotzbuecher <mk@denx.de>
48952 Date:   Wed Jun 6 11:49:43 2007 +0200
48953
48954     USB: ohci fixes and cleanup for ppc4xx and yosemite board.
48955
48956 commit 72657570b61635c74fa0c3f0e9e7d0671a9d08df
48957 Author: Markus Klotzbuecher <mk@denx.de>
48958 Date:   Wed Jun 6 11:49:43 2007 +0200
48959
48960     USB: ohci fixes and cleanup for mpc5xxx and IceCube board config
48961
48962 commit fc43be478f2aa37ce38acd85355038866e4162af
48963 Author: Markus Klotzbuecher <mk@denx.de>
48964 Date:   Wed Jun 6 11:49:35 2007 +0200
48965
48966     USB/OHCI: endianness cleanup in the generic ohci driver
48967
48968 commit c440bfe6d6d92d66478a7e84402b31f48413617b
48969 Author: Stefan Roese <sr@denx.de>
48970 Date:   Wed Jun 6 11:42:13 2007 +0200
48971
48972     ppc4xx: Add NAND booting support for AMCC Acadia (405EZ) eval board
48973
48974     This patch adds NAND booting support for the AMCC Acadia eval board.
48975
48976     Please make sure to configure jumper J7 to position 2-3 when booting
48977     from NOR, and to position 1-2 when booting for NAND.
48978
48979     I also added a board command to configure the I2C bootstrap EEPROM
48980     values. Right now only 267MHz is support for booting either via NOR
48981     or NAND FLASH. Here the usage:
48982
48983     => bootstrap 267 nor        ;to configure the board for 267MHz NOR booting
48984     => bootstrap 267 nand       ;to configure the board for 267MHz NNAND booting
48985
48986     Signed-off-by: Stefan Roese <sr@denx.de>
48987
48988 commit 18135125f909948b85d1d6881ab4ac0efb4a1c58
48989 Author: Rodolfo Giometti <giometti@linux.it>
48990 Date:   Wed Jun 6 10:08:14 2007 +0200
48991
48992     Files include/linux/byteorder/{big,little}_endian.h define
48993     __BIG_ENDIAN and __LITTLE_ENDIAN.
48994
48995     Signed-off-by: Rodolfo Giometti <giometti@linux.it>
48996
48997 commit a81d1c0b85b13e9d45f2d87de96a51a6e0ef0f82
48998 Author: Zhang Wei <wei.zhang@freescale.com>
48999 Date:   Wed Jun 6 10:08:14 2007 +0200
49000
49001     Add USB PCI-OHCI, USB keyboard and event poll support to the
49002     MPC8641HPCN board config file.
49003
49004     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
49005
49006 commit 4dae14ce8fbdf380017dc54f172218e7d2acc889
49007 Author: Zhang Wei <wei.zhang@freescale.com>
49008 Date:   Wed Jun 6 10:08:14 2007 +0200
49009
49010     USB PCI-OHCI, interrupt pipe and usb event poll support
49011
49012     This patch added USB PCI-OHCI chips support, interrupt pipe support
49013     and usb event poll support. For supporting the USB interrupt pipe, the
49014     globe urb_priv is moved to purb in ed struct. Now, we can process
49015     several urbs at one time. The interrupt pipe support codes are ported
49016     from Linux kernel 2.4.
49017
49018     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
49019
49020 commit fdcfaa1b02268b2899e374b35adf936c911a47eb
49021 Author: Zhang Wei <wei.zhang@freescale.com>
49022 Date:   Wed Jun 6 10:08:13 2007 +0200
49023
49024     USB event poll support
49025
49026     This patch adds USB event poll support, which could be used in usbkbd
49027     and other usb devices driver when the asynchronous interrupt
49028     processing is supported.
49029
49030     Signed-off-by: Zhang Wei <wei.zhang@freescale.com
49031
49032 commit 9a1d00fa47c1e05e3fdb60b33213af4e18d4c18e
49033 Author: Rodolfo Giometti <giometti@linux.it>
49034 Date:   Wed Jun 6 10:08:12 2007 +0200
49035
49036     ISP116x: delay for crappy USB keys
49037
49038     Using some (very) slow USB keys cause the USB host controller buffers
49039     are not ready to be read by the CPU so we need an extra delay before
49040     reading the USB storage data.
49041
49042     Signed-off-by: Rodolfo Giometti <giometti@linux.it>
49043
49044 commit 09444143670c9c2243cb7aba9f70b3713d33bed1
49045 Author: Markus Klotzbuecher <mk@denx.de>
49046 Date:   Wed Jun 6 10:08:12 2007 +0200
49047
49048     Change duplicate usb_cpu_init_fail to usb_board_init_fail
49049
49050     Thanks to Liew Tsi Chung <Tsi-chung.Liew@freescale.com> for pointing
49051     this out.
49052
49053     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
49054
49055 commit 32922cdc470fdfd39bea0c1c4f582d3fb340421e
49056 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
49057 Date:   Tue Jun 5 12:30:52 2007 -0500
49058
49059     mpc8641 image size cleanup
49060
49061     e600 does not have a bootpg restriction.
49062     Move the version string to beginning of image at fff00000.
49063     Resetvec.S is not needed.
49064     Update flash copy instructions.
49065     Add tftpflash env variable
49066
49067     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
49068     Signed-off-by: Jon Loeliger <jdl@freescale.com>
49069
49070 commit e3cbe1f93c5722f8ebbad468e30c069a2b511097
49071 Author: Benoît Monin <bmonin@adeneo.eu>
49072 Date:   Mon Jun 4 08:36:05 2007 +0200
49073
49074     [PATCH] Fix ppc4xx bootstrap letter displayed on startup
49075
49076     The attached patch is mainly cosmetic, allowing u-boot to
49077     display the correct bootstrap option letter according to the
49078     datasheets.
49079
49080     The original patch was extended with 405EZ support by Stefan
49081     Roese.
49082
49083     Signed-off-by: Benoit Monin <bmonin@adeneo.eu>
49084     Signed-off-by: Stefan Roese <sr@denx.de>
49085
49086 commit 5b1313fb2758ffce8b624457f777d8cc6709608d
49087 Author: Nikita V. Youshchenko <yoush@debian.org>
49088 Date:   Wed May 23 12:45:19 2007 +0400
49089
49090     fix compilation problem for mpc8349itx CFG_RAMBOOT
49091
49092     Current include/configs/MPC8349ITX.h does contain some support for building
49093     image that will be started from memory (without putting in into flash).
49094     It could be triggered by building with TEXT_BASE set to a low value.
49095
49096     However, this support is incomplete: using of low TEXT_BASE causes
49097     defining configuration macros in inconsistent way, which later leads
49098     to compilation errors. In particular. flash support is being disabled,
49099     but then flash structures get referenced.
49100
49101     This patch fixes this, making it possible to build with low TEXT_BASE.
49102
49103     Signed-Off-By: Nikita Youshchenko <yoush@debian.org>
49104
49105     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
49106
49107 commit 8a364f0970de49949d635e60accf463c6443ef8c
49108 Author: Nikita V. Youshchenko <yoush@debian.org>
49109 Date:   Wed May 23 12:45:25 2007 +0400
49110
49111     add missing 'console' var to default mpc8349itx config
49112
49113     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
49114
49115 commit 18d156eb37c90fadc8ec7a81a3b89176161f85b7
49116 Author: Stefan Roese <sr@denx.de>
49117 Date:   Fri Jun 1 16:18:17 2007 +0200
49118
49119     ppc4xx: Add missing file for Bamboo NAND booting support
49120
49121     Signed-off-by: Stefan Roese <sr@denx.de>
49122
49123 commit 155a96478a0881e6da96cbbbcf34952d6a3b1b4b
49124 Author: Stefan Roese <sr@denx.de>
49125 Date:   Fri Jun 1 15:58:19 2007 +0200
49126
49127     ppc4xx: Undo Sequoia patch for dynamic EBC speed support of 83MHz
49128
49129     This patch undoes the patch by Jeff Mann with commit-id ada4697d. As
49130     suggested by AMCC it is not recommended to dynamically change the EBC
49131     speed after bootup. So we undo this change to be on the safe side.
49132
49133     Signed-off-by: Stefan Roese <sr@denx.de>
49134
49135 commit 9d9096043e8f713d4bf1743d32e1459e6a11644b
49136 Author: Stefan Roese <sr@denx.de>
49137 Date:   Fri Jun 1 15:29:04 2007 +0200
49138
49139     ppc4xx: Update Sequoia NAND booting support with ECC
49140
49141     Signed-off-by: Stefan Roese <sr@denx.de>
49142
49143 commit cf959c7d6687567c308e366e9581e1a5aff5cc5b
49144 Author: Stefan Roese <sr@denx.de>
49145 Date:   Fri Jun 1 15:27:11 2007 +0200
49146
49147     ppc4xx: Add NAND booting support for AMCC Bamboo (440EP) eval board
49148
49149     This patch adds NAND booting support for the AMCC Bamboo eval board.
49150     Since the NAND-SPL boot image is limited to 4kbytes, this version
49151     only supports the onboard 64MBytes of DDR. The DIMM modules can't be
49152     supported, since the setup code for I2C DIMM autodetection and
49153     configuration is too big for this NAND bootloader.
49154
49155     Signed-off-by: Stefan Roese <sr@denx.de>
49156
49157 commit 42be56f53c8b107868e6125c8524ae84293e95a7
49158 Author: Stefan Roese <sr@denx.de>
49159 Date:   Fri Jun 1 15:23:04 2007 +0200
49160
49161     NAND: Add ECC support to NAND booting support in nand_spl/nand_boot.c
49162
49163     The U-Boot NAND booting support is now extended to support ECC
49164     upon loading of the NAND U-Boot image.
49165
49166     Tested on AMCC Sequoia (440EPx) and Bamboo (440EP).
49167
49168     Signed-off-by: Stefan Roese <sr@denx.de>
49169
49170 commit a471db07fbb65a841ffc9f4f112562b945230f98
49171 Author: Stefan Roese <sr@denx.de>
49172 Date:   Fri Jun 1 15:19:29 2007 +0200
49173
49174     ppc4xx: Prepare Bamboo port for NAND booting support
49175
49176     This patch updates the "normal" Bamboo NOR booting port, so
49177     that it is compatible with the coming soon NAND booting
49178     Bamboo port.
49179
49180     It also enables the 2nd NAND flash on the Bamboo.
49181
49182     Signed-off-by: Stefan Roese <sr@denx.de>
49183
49184 commit 53ad02103fb8be4138a9937a8ab91fcdff7b4987
49185 Author: Stefan Roese <sr@denx.de>
49186 Date:   Fri Jun 1 15:16:58 2007 +0200
49187
49188     ppc4xx: Update in_be32() functions and friends to latest Linux version
49189
49190     Signed-off-by: Stefan Roese <sr@denx.de>
49191
49192 commit 91da09cfbce0c1de05d6d84aa8363d666fa7ea3c
49193 Author: Stefan Roese <sr@denx.de>
49194 Date:   Fri Jun 1 15:15:12 2007 +0200
49195
49196     NAND: Add hardware ECC support to the PPC4xx NAND driver ndfc.c
49197
49198     This patch adds hardware ECC support to the NDFC driver. It also
49199     changes the register access from using the "simple" in32/out32
49200     functions to the in_be32/out_be32 functions, which make sure
49201     that the access is correctly synced. This is the only recommended
49202     access to SoC registers in the current Linux kernel.
49203
49204     Signed-off-by: Stefan Roese <sr@denx.de>
49205
49206 commit 17b5e862287cca76f19dcf8b741e61a7d06617f2
49207 Author: Stefan Roese <sr@denx.de>
49208 Date:   Fri Jun 1 15:12:15 2007 +0200
49209
49210     NAND: Update nand_ecc.c to latest Linux version
49211
49212     This patch updates the nand_ecc code to the latest Linux version.
49213     The main reason for this is the more compact code. This makes
49214     it possible to include the ECC code into the NAND bootloader
49215     image (NAND_SPL) for PPC4xx.
49216
49217     Signed-off-by: Stefan Roese <sr@denx.de>
49218
49219 commit d2d432760d2199d0e8558fdd9d1789b8131abcf7
49220 Author: Stefan Roese <sr@denx.de>
49221 Date:   Fri Jun 1 15:09:50 2007 +0200
49222
49223     ppc4xx: 44x DDR driver code cleanup and small fix for Bamboo
49224
49225     Signed-off-by: Stefan Roese <sr@denx.de>
49226
49227 commit e4bbed2803a2ad0521c7362f5d3e065f99abaedc
49228 Author: Stefan Roese <sr@denx.de>
49229 Date:   Fri Jun 1 13:45:24 2007 +0200
49230
49231     ppc4xx: Change Luan config file to support ECC
49232
49233     With the updated 44x DDR2 driver the Luan board now supports
49234     ECC generation and checking.
49235
49236     Signed-off-by: Stefan Roese <sr@denx.de>
49237
49238 commit 7187db73491c8de0fb56efb5e5134ba5ec443089
49239 Author: Stefan Roese <sr@denx.de>
49240 Date:   Fri Jun 1 13:45:00 2007 +0200
49241
49242     ppc4xx: Update 44x_spd_ddr2 code (440SP/440SPe)
49243
49244     Add config option for 180 degree advance clock control as needed
49245     for the AMCC Luan eval board.
49246
49247     Signed-off-by: Stefan Roese <sr@denx.de>
49248
49249 commit ee1529838abbfaa35f14e3ffbeaaba693159475f
49250 Author: Wolfgang Denk <wd@denx.de>
49251 Date:   Thu May 31 17:20:09 2007 +0200
49252
49253     Add support for STX GP3SSA (stxssa) Board with 4 MiB flash.
49254
49255     Signed-off-by: Wolfgang Denk <wd@denx.de>
49256
49257 commit 7049288fb1f16f1b317140226cdebd07bd416395
49258 Author: Bartlomiej Sieka <tur@semihalf.com>
49259 Date:   Sun May 27 17:26:46 2007 +0200
49260
49261     Motion-PRO: Code cleanup, fix of a typo in OF_STDOUT_PATH.
49262
49263     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
49264
49265 commit 4520fd4d2c450da49637216aa0e53739b61c60ac
49266 Author: Bartlomiej Sieka <tur@semihalf.com>
49267 Date:   Sun May 27 17:06:36 2007 +0200
49268
49269     Motion-PRO: Add support for redundant environment.
49270
49271     Enable redundant environment, add a MTD partition for it; also add env.
49272     variable command for passing MTD partitions to the kernel command line.
49273
49274     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
49275     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
49276
49277 commit a26eabeec31746f06d309103690892805696e344
49278 Author: Bartlomiej Sieka <tur@semihalf.com>
49279 Date:   Sun May 27 17:05:11 2007 +0200
49280
49281     Motion-PRO: Change maximum console buffer size from 256 to 1024 bytes.
49282
49283     Allow passing longer command line to the kernel - useful especially
49284     for passing MTD partition layout.
49285
49286     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
49287     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
49288
49289 commit 9160b96f71483a116de81c68985e8ee306d36764
49290 Author: Bartlomiej Sieka <tur@semihalf.com>
49291 Date:   Sun May 27 17:04:18 2007 +0200
49292
49293     Fix: Add missing NULL termination in strings expanded by macros parser.
49294
49295     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
49296     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
49297
49298 commit 630ec84aef7228fc1dbfb38dec78541403a786cd
49299 Author: Bartlomiej Sieka <tur@semihalf.com>
49300 Date:   Sun May 27 17:03:37 2007 +0200
49301
49302     Motion-PRO: Update EEPROM's page write bits and write delay.
49303
49304     Change EEPROM configuration according to the datasheet: "The 24C01A and 24C02A
49305     have a page write capability of two bytes", and "This device offers fast (1ms)
49306     byte write". Add 3ms of extra delay.
49307
49308     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
49309     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
49310
49311 commit c00125e07c1ebc125bab40e1e18bceed8be0c162
49312 Author: Bartlomiej Sieka <tur@semihalf.com>
49313 Date:   Sun May 27 16:58:45 2007 +0200
49314
49315     MPC5XXX, Motion-PRO: Fix PHY initialization problem.
49316
49317     After being reset in mpc5xxx_fec_init_phy(), PHY goes into FX mode, in which
49318     networking does not function. This commit switches PHY to TX mode by clearing
49319     the FX_SEL bit of Mode Control Register. It also reverses commit
49320     008861a2f3ef2c062744d733787c7e530a1b8761, i.e., a temporary workaround.
49321
49322     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
49323     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
49324
49325 commit 93b78f534a6e708b4cf1a4ffb4d8438c67a007db
49326 Author: Bartlomiej Sieka <tur@semihalf.com>
49327 Date:   Sun May 27 16:57:15 2007 +0200
49328
49329     Motion-PRO: Add support for the temperature sensor.
49330
49331     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
49332     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
49333
49334 commit c75e639630cc132dc19cd1ecda5922c0db0bfbba
49335 Author: Bartlomiej Sieka <tur@semihalf.com>
49336 Date:   Sun May 27 16:55:23 2007 +0200
49337
49338     Motion-PRO: Add displaying of CPLD revision information during boot.
49339
49340     Signed-off-by: Jan Wrobel <wrr@semihalf.com>
49341     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
49342
49343 commit c99512d6bd3973f01ca2fc4896d829b46e68f150
49344 Author: Bartlomiej Sieka <tur@semihalf.com>
49345 Date:   Sun May 27 16:53:43 2007 +0200
49346
49347     MPC5xxx: Change names of defines related to IPB and PCI clocks.
49348
49349     Both CFG_PCISPEED_66 and CFG_IPBSPEED_133 are misnamed, as defining
49350     them does not cause PCI or IPB clocks to run at the specified speed.
49351     Instead, they configure divisors used to calculate said clocks. This
49352     patch renames the defines according to their real function.
49353
49354     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
49355     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
49356
49357 commit a11c0b85dc3664bb3c1e781137118730c8f619ab
49358 Author: Bartlomiej Sieka <tur@semihalf.com>
49359 Date:   Sun May 27 16:51:48 2007 +0200
49360
49361     Motion-PRO: Add LED support.
49362
49363     Signed-off-by: Jan Wrobel <wrr@semihalf.com>
49364     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
49365     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
49366
49367 commit 7ebb4479b07ff294eb4d76e420753a0349f7c93b
49368 Author: Ulf Samuelsson <ulf@atmel.com>
49369 Date:   Thu May 24 12:12:47 2007 +0200
49370
49371     [PATCH][NAND] Define the Vendor Id for Micron NAND Flash
49372
49373     Signed-off-by: Ulf Samuelsson <ulf@atmel.com>
49374     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
49375     Signed-off-by: Stefan Roese <sr@denx.de>
49376
49377 commit d756894722c888d09a9fa1df8323753772d3dcce
49378 Author: Stefan Roese <sr@denx.de>
49379 Date:   Thu May 24 09:49:00 2007 +0200
49380
49381     ppc4xx: Fix small 405EZ OCM initilization bug in start.S
49382
49383     As pointed out by Bruce Adler <bruce.adler@acm.org> this patch
49384     fixes a small bug in the 405EZ OCM initialization. Thanks for
49385     spotting.
49386
49387     Signed-off-by: Stefan Roese <sr@denx.de>
49388
49389 commit 5d4a179013d59a76446462e1eb0a969fba63eb81
49390 Author: Stefan Roese <sr@denx.de>
49391 Date:   Thu May 24 08:22:09 2007 +0200
49392
49393     ppc4xx: Update AMCC Acadia support for board revision 1.1
49394
49395     This patch updates the Acadia (405EZ) support for the new 1.1 board
49396     revision. It also adds support for NAND FLASH via the 4xx NDFC.
49397
49398     Please note that the jumper J7 must be in position 2-3 for this
49399     NAND support. Position 1-2 is for NAND booting only. NAND booting
49400     support will follow later.
49401
49402     Signed-off-by: Stefan Roese <sr@denx.de>
49403
49404 commit 822d55365bb557e084d0e33625a6dedcc866110b
49405 Author: Jon Loeliger <jdl@freescale.com>
49406 Date:   Wed May 23 14:09:46 2007 -0500
49407
49408     Add LIST_86xx MAKEALL target for PowerPC builds.
49409
49410     Signed-off-by: Jon Loeliger <jdl@freescale.com>
49411
49412 commit 9f0077abd69f7a7c756a915b961037302be3e6f2
49413 Author: Stefan Roese <sr@denx.de>
49414 Date:   Tue May 22 12:48:09 2007 +0200
49415
49416     ppc4xx: Use do { ... } while (0) for CPR & SDR access macros
49417
49418     Signed-off-by: Stefan Roese <sr@denx.de>
49419
49420 commit 6f3dfc139a838b0841c151efe00ad47db2366e79
49421 Author: Stefan Roese <sr@denx.de>
49422 Date:   Tue May 22 12:46:10 2007 +0200
49423
49424     ppc4xx: Add 405 support to 4xx NAND driver ndfc.c
49425
49426     This patch adds support for 405 PPC's to the 4xx NAND driver
49427     ndfc.c. This is in preparation for the new AMCC 405EZ.
49428
49429     Signed-off-by: Stefan Roese <sr@denx.de>
49430
49431 commit 10603d76767426be803dadd4fb688b97eb69481c
49432 Author: Stefan Roese <sr@denx.de>
49433 Date:   Mon May 21 07:41:22 2007 +0200
49434
49435     ppc4xx: Fix problem in 405EZ OCM initialization
49436
49437     As spotted by Bruce Adler this patch fixes an initialization problem
49438     for the 405EZ OCM.
49439
49440     Signed-off-by: Stefan Roese <sr@denx.de>
49441
49442 commit 3e3b956906eba9e4ad7931581ecedaad10eccce8
49443 Author: Peter Pearse <peter.pearse@arm.com>
49444 Date:   Fri May 18 16:47:03 2007 +0100
49445
49446     Reduce line lengths to 80 characters max.
49447
49448 commit 93ef45c9ddfdd9fc17c4e74bd8e2f2456580eb72
49449 Author: Peter Pearse <peter.pearse@arm.com>
49450 Date:   Fri May 18 14:34:07 2007 +0100
49451
49452     Makefile permissions
49453
49454 commit 1443a31457d68f7e8f0b9403e9832ec1e79dc59d
49455 Author: Peter Pearse <peter.pearse@arm.com>
49456 Date:   Fri May 18 14:33:11 2007 +0100
49457
49458     Makefile permissions
49459
49460 commit 255a3577c848706441daee0174543efe205a77f8
49461 Author: Kim Phillips <kim.phillips@freescale.com>
49462 Date:   Wed May 16 16:52:19 2007 -0500
49463
49464     Reduce CONFIG_MPC8YXX_TSECx to CONFIG_TSECx
49465
49466     For all practical u-boot purposes, TSECs don't differ throughout the
49467     mpc8[356]xx families; reduce CONFIG_MPC8YXX_TSECx to CONFIG_TSECx.
49468
49469     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
49470
49471 commit 70124c2602ae2d4c5d3dba05b482d91548242de8
49472 Author: Stefano Babic <sbabic@denx.de>
49473 Date:   Wed May 16 14:49:12 2007 +0200
49474
49475     Fix compile problem cause my Microblaze merge
49476
49477     Signed-off-by: Stefano Babic <sbabic@denx.de>
49478
49479 commit ada4697d0230d6da552867777f98a67ec3ba2579
49480 Author: Jeffrey Mann <mannj@embeddedplanet.com>
49481 Date:   Wed May 16 13:23:10 2007 +0200
49482
49483     [PATCH] Run new sequoia boards with an EBC speed of 83MHz
49484
49485     Because the Sequoia board does not boot with an EBC faster than 66MHz,
49486     the clock divider are changed after the initial boot process.
49487
49488     This allows for maximum clocking speeds  to be achieved on newer boards.
49489     Sequoia boards with 666.66 MHz processors require that the EBC divider
49490     be set to 3 in order to start the initial boot process at a slower EBC
49491     speed. After the initial boot process, the divider can be set back to 2,
49492     which will cause the boards to run at 83.333MHz. This is backward
49493     compatible with boards with 533.33 MHz processors, as these boards will
49494     already be set with an EBC divider of 2.
49495
49496     Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
49497
49498 commit a7676ea7732f3c596805079fed7e5c9fac652cfc
49499 Author: Wolfgang Denk <wd@denx.de>
49500 Date:   Wed May 16 01:16:53 2007 +0200
49501
49502     Minor Coding Style cleanup, update CHANGELOG.
49503
49504     Signed-off-by: Wolfgang Denk <wd@denx.de>
49505
49506 commit d62f64cc23a940eafe712c776b3249e4160753d1
49507 Author: Wolfgang Denk <wd@denx.de>
49508 Date:   Wed May 16 00:13:33 2007 +0200
49509
49510     Coding Style Cleanup, new CHANGELOG
49511
49512 commit 3162eb836903c8b247fdc7470dd39bfa6996f495
49513 Author: Wolfgang Denk <wd@denx.de>
49514 Date:   Tue May 15 23:38:05 2007 +0200
49515
49516     Minor coding style cleanup.
49517
49518 commit 66d9dbec1cc27d6398ee6cf84639dbe14971251e
49519 Author: mushtaq khan <mushtaq_k@procsys.com>
49520 Date:   Fri Apr 20 14:23:02 2007 +0530
49521
49522     Add driver for S-ATA-controller on Intel processors with South
49523     Bridge, ICH-5, ICH-6 and ICH-7.
49524
49525     Implementation:
49526
49527     1. Code is divided in to two files. All functions, which are
49528        controller specific are kept in "drivers/ata_piix.c" file and
49529        functions, which are not controller specific, are kept in
49530        "common/cmd_sata.c" file.
49531
49532     2. Reading and Writing from the S-ATA drive is done using PIO method.
49533
49534     3. Driver can be configured for 48-bit addressing by defining macro
49535        CONFIG_LBA48, if this macro is not defined driver uses the 28-bit
49536        addressing.
49537
49538     4. S-ATA read function is hooked to the File system, commands like
49539        ext2ls and ext2load file can be used. This has been tested.
49540
49541     5. U-Boot command "SATA_init" is added, which initializes the S-ATA
49542        controller and identifies the S-ATA drives connected to it.
49543
49544     6. U-Boot command "sata" is added, which is used to read/write, print
49545        partition table and get info about the drives present. This I have
49546        implemented in same way as "ide" command is implemented in U-Boot.
49547
49548     7. This driver is for S-ATA in native mode.
49549
49550     8. This driver does not support the Native command queuing and
49551        Hot-plugging.
49552
49553     Signed-off-by: Mushtaq Khan <mushtaq_k@procsys.com>
49554
49555 commit 644e6fb4eb8be90ea04ba34b643a8bf019d680e0
49556 Author: mushtaq khan <mushtaq_k@procsys.com>
49557 Date:   Mon Apr 30 15:57:22 2007 +0530
49558
49559     Fixes bug clearing the bss section for i386
49560
49561     Hi,
49562     There is a bug in the code of clearing the bss section for processor
49563     i386.(File: cpu/i386/start.S)
49564     In the code, bss_start addr (starting addr of bss section) is put into
49565     the register %eax, but the code which clears the bss section refers to
49566     the addr pointed by %edi.
49567
49568     This patch fixes this bug by putting bss_start into %edi register.
49569
49570     Signed-off-by: Mushtaq Khan <mushtaq_k@procsys.com>
49571
49572 commit c3243cf7b490057277d61acffe4ad0946f9eb4a4
49573 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
49574 Date:   Mon Apr 30 16:47:28 2007 -0500
49575
49576     Add support for BCM5464 Quad Phy
49577
49578     Added support for Broadcom's BCM5464 Quad Phy
49579
49580     Signed-off-by: Joe Hamman <joe.hamman@embeddedspecialties.com>
49581
49582 commit 1b305bdc754c8468e1d5d858f5dcf8a7a0a4bb7a
49583 Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
49584 Date:   Wed May 9 08:10:57 2007 +0800
49585
49586     Search the exception table with linear algorithm
49587
49588     Search the exception table with linear algorithm instead of
49589     bisecting algorithm.
49590     Because the exception table might be unsorted.
49591
49592     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
49593
49594 commit 5dfaa50eb819686bfba1927e8c5b8a70a4d65fd3
49595 Author: Aubrey.Li <aubrey.adi@gmail.com>
49596 Date:   Mon May 14 11:47:35 2007 +0800
49597
49598     Fix compilation issues on MACOSX
49599
49600     Singed-off-by: Marc Hoffman <Marc.Hoffman@analog.com>
49601     Signed-off-by: Aubrey Li <aubrey.adi@gmail.com>
49602
49603 commit 56fd7162985c412317bbf763a225fba23c64fd31
49604 Author: Stephen Williams <steve@icarus.com>
49605 Date:   Tue May 15 07:55:42 2007 -0700
49606
49607     Fix for compile of JSE target
49608
49609     The attached patch fixes the compile of the JSE board in the
49610     denx git as of 14 may 2007. It is an extremely simple patch,
49611     it just adds the missing define of CFG_SYSTEMACE_WIDTH.
49612
49613      Fix to compile JSE against 20070514 git of u-boot
49614
49615 commit 69df3c4da0c93017cceb25a366e794570bd0ed98
49616 Author: Nobuhiro Iwamatsu <iwamatsu@rahute.(none)>
49617 Date:   Sun May 13 21:01:03 2007 +0900
49618
49619     sh: MS7750SE support.
49620
49621     This adds support for the Hitachi MS7750SE.
49622
49623     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
49624
49625 commit 0b135cfc2e524dc249b75057b55dd4cc09842e27
49626 Author: Nobuhiro Iwamatsu <iwamatsu@rahute.(none)>
49627 Date:   Sun May 13 20:58:00 2007 +0900
49628
49629     sh: First support code of SuperH.
49630
49631     Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
49632
49633 commit 61936667e86a250ae12fd2dc189d3588f0a59e0b
49634 Author: Stefan Roese <sr@denx.de>
49635 Date:   Fri May 11 12:01:49 2007 +0200
49636
49637     ppc4xx: Add mtcpr/mfcpr access macros
49638
49639     Signed-off-by: Stefan Roese <sr@denx.de>
49640
49641 commit 343c48bd84606c4025c8a7c7263fda465d6e284c
49642 Author: Stefan Roese <sr@denx.de>
49643 Date:   Fri May 11 12:01:06 2007 +0200
49644
49645     ppc4xx: Set bd->bi_pci_busfreq on 440EPx/GRx too
49646
49647     Signed-off-by: Stefan Roese <sr@denx.de>
49648
49649 commit 7d98ba770a7eaefa29ce927f31a0956df85bf650
49650 Author: Piotr Kruszynski <ppk@semihalf.com>
49651 Date:   Thu May 10 16:55:52 2007 +0200
49652
49653     [Motion-PRO] Add MTD and JFFS2 support, also add default partition
49654     definition.
49655
49656 commit 65fb6a676e821f9570a2a376dc204bf611ce5f81
49657 Author: Peter Pearse <peter.pearse@arm.com>
49658 Date:   Wed May 9 11:42:44 2007 +0100
49659
49660     Add the board directory for SMN42
49661
49662 commit 160131bf965785419626df6c388729fe0b597992
49663 Author: Peter Pearse <peter.pearse@arm.com>
49664 Date:   Wed May 9 11:41:58 2007 +0100
49665
49666     Add the files for the SMN42 board
49667
49668 commit 5c6d2b5a500f8c49670de8910150b78a41f781fc
49669 Author: Peter Pearse <peter.pearse@arm.com>
49670 Date:   Wed May 9 11:40:34 2007 +0100
49671
49672     Remove the deleted files for the SMN42 patch
49673
49674 commit b0d8f5bf0d215adc9424cb228b2484dbf07f7761
49675 Author: Peter Pearse <peter.pearse@arm.com>
49676 Date:   Wed May 9 11:37:56 2007 +0100
49677
49678     New board SMN42 branch
49679
49680 commit 29f3be0caf0799ca6b89dfd9824c15619a50000f
49681 Author: Peter Pearse <peter.pearse@arm.com>
49682 Date:   Wed May 9 10:24:38 2007 +0100
49683
49684     Makefile permissions
49685
49686 commit b84289b595731e8851df46e893845cc1322c9b9b
49687 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
49688 Date:   Tue May 8 14:17:07 2007 -0500
49689
49690     8641hpcn: Fix Makefile after moving pixis to board/freescale.
49691
49692     The OBJTREE != SRCTREE build scenario was broken.
49693     This fixes it.
49694
49695     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
49696     Signed-off-by: Jon Loeliger <jdl@freescale.com>
49697
49698 commit e69f66c6ebe82bbbd1da766bc4eda40ec7ee5af1
49699 Author: Michal Simek <monstr@monstr.eu>
49700 Date:   Tue May 8 15:57:43 2007 +0200
49701
49702     add: reading special purpose registers
49703
49704 commit 1a50f164beb065f360fbddb76029607d6b099698
49705 Author: Michal Simek <monstr@monstr.eu>
49706 Date:   Tue May 8 14:52:52 2007 +0200
49707
49708     add: Microblaze V5 exception handling
49709
49710 commit ab874d5047e5d30dbc1e517ff26083efffa98ecb
49711 Author: Michal Simek <monstr@monstr.eu>
49712 Date:   Tue May 8 14:39:11 2007 +0200
49713
49714     add: FSL control read and write
49715
49716 commit de1de02a7cbf05e6b63e0d8ffc624f12493f6ba3
49717 Author: Piotr Kruszynski <ppk@semihalf.com>
49718 Date:   Tue May 8 13:05:44 2007 +0200
49719
49720     [Motion-PRO] Add support for I2C, EEPROM and RTC.
49721
49722 commit fa5c2ba123b1bf88455bfc21db5e786ca045029d
49723 Author: Bartlomiej Sieka <tur@semihalf.com>
49724 Date:   Tue May 8 10:23:56 2007 +0200
49725
49726     [Motion-PRO] Add ATA support. Add CF-booting commands to the default
49727     environment.
49728
49729 commit 06241d50a3ab1b20a0b08baeeaffcaa23ae4b839
49730 Author: Bartlomiej Sieka <tur@semihalf.com>
49731 Date:   Tue May 8 09:39:12 2007 +0200
49732
49733     [Motion-PRO] Change IPB clock frequency from 50MHz to 100MHz. This
49734     eliminates networking problems in Linux (timeouts).
49735
49736 commit 1f1369c34b629be94702684d41d3fddf0f6193e7
49737 Author: Bartlomiej Sieka <tur@semihalf.com>
49738 Date:   Tue May 8 09:21:57 2007 +0200
49739
49740     [Motion-PRO] Enable Flat Device Tree support and modify default environment
49741     to allow booting of FDT-expecting kernels.
49742
49743 commit fb05f6da35ea1c15c553abe6f23f656bf18dc5db
49744 Author: Michal Simek <monstr@monstr.eu>
49745 Date:   Mon May 7 23:58:31 2007 +0200
49746
49747     new: USE_MSR_INTR support
49748
49749 commit 008861a2f3ef2c062744d733787c7e530a1b8761
49750 Author: Bartlomiej Sieka <tur@semihalf.com>
49751 Date:   Mon May 7 22:36:15 2007 +0200
49752
49753     [MPC5xxx] There are networking problems on the Motion-PRO board with
49754     current PHY initalization code (tftp timeouts all the time). This commit
49755     temporarily disables PHY initalization sequence to make the networking
49756     operational, until a fix is found.
49757
49758 commit abca901869c3760b6c5fecb825db6c1d91a78a93
49759 Author: Wolfgang Denk <wd@denx.de>
49760 Date:   Mon May 7 22:10:36 2007 +0200
49761
49762     Get rid of duplicated file (see include/configs/sbc8560.h instead)
49763
49764     Signed-off-by: Wolfgang Denk <wd@denx.de>
49765
49766 commit 207b7b2c9d9752e0f6478c30c29b7087f6e6cbb6
49767 Author: Wolfgang Denk <wd@denx.de>
49768 Date:   Mon May 7 22:07:08 2007 +0200
49769
49770     Get rid of duplicated file (see doc/README.SBC8560 instead)
49771
49772     Signed-off-by: Wolfgang Denk <wd@denx.de>
49773
49774 commit a7bac7e9b57ba948051beb19ec5be3a75ce75383
49775 Author: Michal Simek <monstr@monstr.eu>
49776 Date:   Mon May 7 19:43:10 2007 +0200
49777
49778     fix: read and write MSR - repair number of parameters
49779
49780 commit 193b4a3bb3acaddf798da8de0da05d94ba8774ee
49781 Author: Jeffrey Mann <mannj@embeddedplanet.com>
49782 Date:   Mon May 7 19:42:49 2007 +0200
49783
49784     [PATCH] ppc4xx: Fix CONFIG_SYS_CLK_FREQ definition in Sequoia config file
49785
49786     A '3' got cut off in the formatting of the last patch to automatically
49787     change the clock speed of the system clock on sequoia board.
49788
49789     Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
49790     Signed-off-by: Stefan Roese <sr@denx.de>
49791
49792 commit 19bf1fbad7f19d5a120be9b1daf136e052fcab39
49793 Author: Michal Simek <monstr@monstr.eu>
49794 Date:   Mon May 7 19:33:51 2007 +0200
49795
49796     new: fsl interrupt support
49797     FSL_Has_data is connected to INTC.
49798
49799 commit 792032baa7d625e34c981ab6df521911bd8dc861
49800 Author: Michal Simek <monstr@monstr.eu>
49801 Date:   Mon May 7 19:30:12 2007 +0200
49802
49803     fix: interrupt handler
49804     remove asm code
49805
49806 commit f3f001a341ef185d0f13841be5b5dc3395aacc31
49807 Author: Michal Simek <monstr@monstr.eu>
49808 Date:   Mon May 7 19:25:08 2007 +0200
49809
49810     fix: remove asm code
49811
49812 commit fb7c2dbef02c9f6f8d7b04ec4c2bfb91418b9c01
49813 Author: Michal Simek <monstr@monstr.eu>
49814 Date:   Mon May 7 19:12:43 2007 +0200
49815
49816     fix: clean interrupt
49817
49818 commit 42efed6130c8fcf7da881385b5427065d2801757
49819 Author: Michal Simek <monstr@monstr.eu>
49820 Date:   Mon May 7 17:22:25 2007 +0200
49821
49822     fix: interrupt handler for multiple sources
49823
49824 commit 48fbd3a4cdabbebc1debd7eed73c00c2caf914f6
49825 Author: Michal Simek <monstr@monstr.eu>
49826 Date:   Mon May 7 17:11:09 2007 +0200
49827
49828     new: add writing to msr register
49829
49830 commit 3a619dd7bed03e8b4d22a3911f90fd12af5376c2
49831 Author: Markus Klotzbuecher <mk@denx.de>
49832 Date:   Mon May 7 16:43:56 2007 +0200
49833
49834     Fix an ancient CHANGELOG conflict
49835
49836 commit ac4cd59d59c9bf3f89cb7a344abf8184d678f562
49837 Author: Timur Tabi <timur@freescale.com>
49838 Date:   Sat May 5 08:12:30 2007 +0200
49839
49840     5xxx: write MAC address to mac-address and local-mac-address
49841
49842     Some device trees have a mac-address property, some have local-mac-address,
49843     and some have both.  To support all of these device trees, ftp_cpu_setup()
49844     should write the MAC address to mac-address and local-mac-address, if they
49845     exist.
49846
49847     Signed-off-by: Timur Tabi <timur@freescale.com>
49848     Acked-by: Grant Likely <grant.likely@secretlab.ca>
49849
49850 commit a9d87e2707dcb249f6bb7f7ff7e00acd8cda9fd2
49851 Author: Grzegorz Wianecki <grzegorz.wianecki@gmail.com>
49852 Date:   Sun Apr 29 14:01:54 2007 +0200
49853
49854     [PATCH] Use PVR to distinguish MPC5200B from MPC5200 in boot message
49855
49856     MPC5200B systems are incorrectly reported as MPC5200 in U-Boot start-up
49857     message. Use PVR to distinguish between the two variants, and print proper CPU
49858     information.
49859
49860     Signed-off-by: Grzegorz Wianecki <grzegorz.wianecki@gmail.com>
49861     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
49862     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
49863
49864 commit 4ec5bd55ed1ffa91a774af298769621f4fbb18c1
49865 Author: Ladislav Michl <ladis@linux-mips.org>
49866 Date:   Wed Apr 25 16:01:26 2007 +0200
49867
49868     [PATCH] simplify silent console
49869
49870     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
49871     Acked-by: Stefan Roese <sr@denx.de>
49872
49873 commit b7598a43f2b421a713d8135e98a42c37d9eb9df0
49874 Author: Sergei Shtylyov <sshtylyov@ru.mvista.com>
49875 Date:   Mon Apr 23 15:30:39 2007 +0200
49876
49877     [PATCH] Avoid assigning PCI resources from zero address
49878
49879     If a PCI IDE card happens to get a zero address assigned to it, the Linux IDE
49880     core complains and IDE drivers fails to work.  Also, assigning zero to a BAR
49881     was illegal according to PCI 2.1 (the later revisions seem to have excluded the
49882     sentence about "0" being considered an invalid address) -- so, use a reasonable
49883     starting value of 0x1000 (that's what the most Linux archs are using).
49884
49885     Alternatively, one might have fixed the calls to pci_set_region() individually
49886     (some code even seems to have taken care of this issue) but that would have
49887     been a lot more work. :-)
49888
49889     Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
49890     Acked-by: Stefan Roese <sr@denx.de>
49891
49892 commit 9ffd451afeb08e5be7ddae680487ec962b2bca25
49893 Author: Jeffrey Mann <mannj@embeddedplanet.com>
49894 Date:   Mon Apr 23 14:00:11 2007 +0200
49895
49896     [patch] setenv(...) can delete environmentalvariables
49897
49898     update setenv() function so that entering a NULL value for the
49899     variable's value will delete the environmental variable
49900
49901     Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
49902     Acked-by: Stefan Roese <sr@denx.de>
49903
49904 commit ebd0a0ae05a44769c4e27458ad4e9f3438250443
49905 Author: Mike Frysinger <vapier@gentoo.org>
49906 Date:   Mon Apr 23 13:54:24 2007 +0200
49907
49908     [patch] use unsigned char in smc91111 driver for mac
49909
49910     the v_mac variable in the smc91111 driver is declared as a signed char ...
49911     this causes problems when one of the bytes in the MAC is "signed" like 0xE0
49912     because when it gets printed out, you get a display like:
49913     0xFFFFFFE0 and that's no good
49914
49915     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
49916
49917 commit ffc50f9bb194343c6303517a517708457a5eb6b8
49918 Author: Michal Simek <monstr@monstr.eu>
49919 Date:   Sat May 5 18:54:42 2007 +0200
49920
49921     new: FSL and MSR support #2
49922
49923 commit f7e2e0eb0668136305f78bb9c21be79b48a34247
49924 Author: Michal Simek <monstr@monstr.eu>
49925 Date:   Sat May 5 18:27:16 2007 +0200
49926
49927     new: FSL and MSR support
49928
49929 commit 2f15278c2eb911c668b4fe562130b78cf554d139
49930 Author: Wolfgang Denk <wd@denx.de>
49931 Date:   Sat May 5 18:23:11 2007 +0200
49932
49933     Coding stylke cleanup; update CHANGELOG.
49934
49935     Signed-off-by: Wolfgang Denk <wd@denx.de>
49936
49937 commit 885ec89b648a899a2f32393fd3ffd9f7234c4402
49938 Author: Wolfgang Denk <wd@denx.de>
49939 Date:   Sat May 5 18:05:02 2007 +0200
49940
49941     Add STX GP3 SSA board to MAKEALL script; update CHANGELOG.
49942
49943     Signed-off-by: Wolfgang Denk <wd@denx.de>
49944
49945 commit 5499645b3fe17a548af9dfc479ca6e2455f179a2
49946 Author: Wolfgang Denk <wd@denx.de>
49947 Date:   Sat May 5 17:15:50 2007 +0200
49948
49949     Make "file" command happy with some config.mk files; update CHANGELOG
49950
49951 commit e3b8c78bc2489c27ae020986ef0eaca684866cef
49952 Author: Jeffrey Mann <mannj@embeddedplanet.com>
49953 Date:   Sat May 5 08:32:14 2007 +0200
49954
49955     ppc4xx: Detect if the sysclk on Sequoia is 33 or 33.333 MHz
49956
49957     The AMCC Secquoia board has been changed in a new revision from using a
49958     33.000 MHz clock to a 33.333 MHz system clock. A bit in the CPLD
49959     indicates the difference. This patch reads that bit and uses the correct
49960     clock speed for the board. This code is backward compatable will all
49961     prior boards. All prior boards will be read as 33.000.
49962
49963     Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
49964     Signed-off-by: Stefan Roese <sr@denx.de>
49965
49966 commit f544ff6656fca263ed1ebe39899b6d95da67c8b8
49967 Author: Stefan Roese <sr@denx.de>
49968 Date:   Sat May 5 08:29:01 2007 +0200
49969
49970     ppc4xx: Sequoia: Remove cpu/ppc4xx/speed.c from NAND booting
49971
49972     Using cpu/ppc4xx/speed.c to calculate the bus frequency is too big
49973     for the 4k NAND boot image so define bus_frequency to 133MHz here
49974     which is save for the refresh counter setup.
49975
49976     Signed-off-by: Stefan Roese <sr@denx.de>
49977
49978 commit 2f550ab976405300f5b07bf2890800840d0aa05f
49979 Author: Timur Tabi <timur@freescale.com>
49980 Date:   Sat May 5 08:12:30 2007 +0200
49981
49982     5xxx: write MAC address to mac-address and local-mac-address
49983
49984     Some device trees have a mac-address property, some have local-mac-address,
49985     and some have both.  To support all of these device trees, ftp_cpu_setup()
49986     should write the MAC address to mac-address and local-mac-address, if they
49987     exist.
49988
49989     Signed-off-by: Timur Tabi <timur@freescale.com>
49990     Acked-by: Grant Likely <grant.likely@secretlab.ca>
49991
49992 commit a79886590593ba1d667c840caa4940c61639f18f
49993 Author: Thomas Knobloch <knobloch@siemens.com>
49994 Date:   Sat May 5 07:04:42 2007 +0200
49995
49996     NAND: Wrong calculation of page number in nand_block_bad()
49997
49998     In case that there is no memory based bad block table available the
49999     function nand_block_checkbad() in drivers/mtd/nand/nand_base.c will call
50000     nand_block_bad() directly. When parameter 'getchip' is set to zero,
50001     nand_block_bad() will not right shift the offset to calculate the
50002     correct page number.
50003
50004     Signed-off-by: Thomas Knobloch <knobloch@siemens.com>
50005     Signed-off-by: Stefan Roese <sr@denx.de>
50006
50007 commit 9877d7dcd1eebe61aa5d8b8ffe9c048ea426e6f6
50008 Author: Wolfgang Denk <wd@denx.de>
50009 Date:   Fri May 4 10:02:33 2007 +0200
50010
50011     Fix initrd length corruption in bootm command.
50012
50013     When using FDT Images, the length of an inital ramdisk was
50014     overwritten (bug introduced by commit 87a449c8, 22 Aug 2006).
50015
50016     Patches by Timur Tabi & Johns Daniel.
50017
50018     Signed-off-by: Wolfgang Denk <wd@denx.de>
50019
50020 commit 068aab660bc3912b930be5540e6b3f3fd6ad3c96
50021 Author: Kim Phillips <kim.phillips@freescale.com>
50022 Date:   Thu May 3 19:43:52 2007 -0500
50023
50024     mpc83xx: fix trivial error in MAKEALL
50025
50026     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
50027
50028 commit c64a89d6ce8584b9fc64f4e85da9ecac3cfc2c2a
50029 Author: Wolfgang Denk <wd@denx.de>
50030 Date:   Thu May 3 16:34:41 2007 +0200
50031
50032     Update board configuration for STX GP3SSA board:
50033
50034     Enable hush shell, environment in flash rather in EEPROM,
50035     more user-friendly default environment, etc.
50036     The simple EEPROM environment can be selected easily in the board
50037     config file.
50038
50039     Signed-off-by: Wolfgang Denk <wd@denx.de>
50040
50041 commit 2c6fb199dc5756fc72f49d1f4de105e089049d65
50042 Author: Wolfgang Denk <wd@denx.de>
50043 Date:   Tue Apr 24 14:37:49 2007 +0200
50044
50045     Cleanup STX GP3SSA code; fix build and compile problems.
50046
50047 commit 35171dc04e028ecacc23ad916a66295472555dbf
50048 Author: Dan Malek <dan@embeddedalley.com>
50049 Date:   Fri Jan 5 09:15:34 2007 +0100
50050
50051     Add support for STX GP3SSA (stxssa) Board
50052
50053     Signed-off-by Dan Malek, <dan@embeddedalley.com>
50054
50055 commit f2134f8e9eb006bdcd729e89f309c07b2fa45180
50056 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
50057 Date:   Wed May 2 13:31:53 2007 +0200
50058
50059     macb: Don't restart autonegotiation if we already have link
50060
50061     Rework macb_phy_init so that it doesn't attempt to re-negotiate if the
50062     link is already up.
50063
50064     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
50065
50066 commit 04fcb5d38bc90779cd9a710d60702075986f0e29
50067 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
50068 Date:   Wed May 2 13:22:38 2007 +0200
50069
50070     macb: Introduce a few barriers when dealing with DMA descriptors
50071
50072     There were a few theoretical possibilities that the compiler might
50073     optimize away DMA descriptor reads and/or writes and thus cause
50074     synchronization problems with the hardware. Insert barriers where
50075     we depend on reads/writes actually hitting memory.
50076
50077     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
50078
50079 commit ffa621a0d12a1ccd81c936c567f8917a213787a8
50080 Author: Andy Fleming <afleming@freescale.com>
50081 Date:   Sat Feb 24 01:08:13 2007 -0600
50082
50083     Cleaned up some 85xx PCI bugs
50084
50085     * Cleaned up the CDS PCI Config Tables and added NULL entries to
50086       the end
50087     * Fixed PCIe LAWBAR assignemt to use the cpu-relative address
50088     * Fixed 85xx PCI code to assign powar region sizes based on the
50089       config values (rather than hard-coding them)
50090     * Fixed the 8548 CDS PCI2 IO to once again have 0 as the base address
50091
50092     Signed-off-by: Andy Fleming <afleming@freescale.com>
50093
50094 commit 6743105988fc44d5b0d30388c790607835aae7a6
50095 Author: Andy Fleming <afleming@freescale.com>
50096 Date:   Mon Apr 23 02:54:25 2007 -0500
50097
50098     Add support for the 8568 MDS board
50099
50100     This included some changes to common files:
50101     * Add 8568 processor SVR to various places
50102     * Add support for setting the qe bus-frequency value in the dts
50103     * Add the 8568MDS target to the Makefile
50104
50105     Signed-off-by: Andy Fleming <afleming@freescale.com>
50106
50107 commit af1c2b84bf27c8565baddc82d1abb93700d10e2e
50108 Author: David Updegraff <dave@cray.com>
50109 Date:   Fri Apr 20 14:34:48 2007 -0500
50110
50111     Add support for treating unknown PHYs as generic PHYs.
50112
50113     When bringing up u-boot on new boards, PHY support sometimes gets
50114     neglected.  Most PHYs don't really need any special support,
50115     though.  By adding a generic entry that always matches if nothing
50116     else does, we can provide support for "unsupported" PHYs for the
50117     tsec.
50118
50119     The generic PHY driver supports most PHYs, including gigabit.
50120
50121     Signed-off-by: David Updegraff <dave@cray.com>
50122     Signed-off-by: Andy Fleming <afleming@freescale.com>
50123
50124 commit a75af9bfd8fff0499efdbb90601cec5a2afef117
50125 Author: James Yang <James.Yang@freescale.com>
50126 Date:   Wed Feb 7 15:28:04 2007 -0600
50127
50128     Conditionalize 8641 Rev1.0 MCM workarounds
50129
50130     Signed-off-by: James Yang <James.Yang@freescale.com>
50131     Signed-off-by: Jon Loeliger <jdl@freescale.com>
50132
50133 commit f64702b7fc8f8df39d31add770df6e372f9e9ce3
50134 Author: Timur Tabi <timur@freescale.com>
50135 Date:   Mon Apr 30 13:59:50 2007 -0500
50136
50137     Fix memory initialization on MPC8349E-mITX
50138
50139     Define CFG_DDR_SDRAM_CLK_CNTL for the MPC8349E-mITX and MPC8349E-mITX-GP.
50140     This allows ddr->sdram_clk_cntl to be properly initialized.  This is necessary
50141     on some ITX boards, notably those with a revision 3.1 CPU.
50142
50143     Also change spd_sdram() in cpu/mpc83xx/spd_sdram.c to not write anything into
50144     ddr->sdram_clk_cntl if CFG_DDR_SDRAM_CLK_CNTL is not defined.
50145
50146     Signed-off-by: Timur Tabi <timur@freescale.com>
50147     Acked-by: Michael Benedict <MBenedict@twacs.com>
50148     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
50149
50150 commit 54b2d434ae9d01787936f34fe1759cf3d7624ae3
50151 Author: Kim Phillips <kim.phillips@freescale.com>
50152 Date:   Mon Apr 30 15:26:21 2007 -0500
50153
50154     mpc83xx: replace elaborate boottime verbosity with 'clocks' command
50155
50156     and fix CPU: to align with Board: display text.
50157
50158     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
50159
50160 commit c1ab82669d9525998c34e802a12cad662723f22a
50161 Author: James Yang <James.Yang@freescale.com>
50162 Date:   Fri Mar 16 13:02:53 2007 -0500
50163
50164     Rewrote picos_to_clk() to avoid rounding errors.
50165     Clarified that conversion is to DRAM clocks rather than platform clocks.
50166     Made function static to spd_sdram.c.
50167
50168     Signed-off-by: James Yang <James.Yang@freescale.com>
50169     Signed-off-by: Jon Loeliger <jdl@freescale.com>
50170
50171 commit 8b39501d28754e72726ce7fb02310e56dbdf116a
50172 Author: Stefan Roese <sr@denx.de>
50173 Date:   Sun Apr 29 14:13:01 2007 +0200
50174
50175     ppc4xx: Bamboo: Use current NAND driver and *not* the legacy driver
50176
50177     Signed-off-by: Stefan Roese <sr@denx.de>
50178
50179 commit 864aa6a6a466fcb92bf32b1d7dba79cd709b52c9
50180 Author: Grzegorz Wianecki <grzegorz.wianecki@gmail.com>
50181 Date:   Sun Apr 29 14:01:54 2007 +0200
50182
50183     [PATCH] Use PVR to distinguish MPC5200B from MPC5200 in boot message
50184
50185     MPC5200B systems are incorrectly reported as MPC5200 in U-Boot start-up
50186     message. Use PVR to distinguish between the two variants, and print proper CPU
50187     information.
50188
50189     Signed-off-by: Grzegorz Wianecki <grzegorz.wianecki@gmail.com>
50190     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
50191     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
50192
50193 commit 5c5d3242935cf3543af01142627494434834cf98
50194 Author: Kim Phillips <kim.phillips@freescale.com>
50195 Date:   Wed Apr 25 12:34:38 2007 -0500
50196
50197     mpc83xx: minor fixups for 8313rdb introduction
50198
50199 commit ada4d40091f6ed4a4f0040e08d20db21967e4a67
50200 Author: Ladislav Michl <ladis@linux-mips.org>
50201 Date:   Wed Apr 25 16:01:26 2007 +0200
50202
50203     [PATCH] simplify silent console
50204
50205     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
50206     Acked-by: Stefan Roese <sr@denx.de>
50207
50208 commit 144876a380f5756f57412caf74c1d6dc201dd796
50209 Author: Michal Simek <monstr@monstr.eu>
50210 Date:   Tue Apr 24 23:01:02 2007 +0200
50211
50212     [PATCH] MTD partition support, JFFS2 support
50213
50214 commit 37ed6cdd4159195bfad68d8a237f6adda8f482cb
50215 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
50216 Date:   Tue Apr 24 14:03:45 2007 +0200
50217
50218     ppc4xx: setup 440EPx/GRx ZMII/RGMII bridge depending on PFC register content.
50219
50220     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
50221
50222 commit 66ed6cca3f340f7a8a06d9272ae2ef8e96f0273d
50223 Author: Andy Fleming <afleming@freescale.com>
50224 Date:   Mon Apr 23 02:37:47 2007 -0500
50225
50226     Reworked 85xx speed detection code
50227
50228     Changed the code to read the registers and calculate the clock
50229     rates, rather than using a "switch" statement.
50230
50231     Idea from Andrew Klossner <andrew@cesa.opbu.xerox.com>
50232
50233     Signed-off-by: Andy Fleming <afleming@freescale.com>
50234
50235 commit 81f481ca708ed6a56bf9c410e3191dbad581c565
50236 Author: Andy Fleming <afleming@freescale.com>
50237 Date:   Mon Apr 23 02:24:28 2007 -0500
50238
50239     Enable 8544 support
50240
50241     * Add support to the Makefile
50242     * Add 8544 configuration support to the tsec driver
50243     * Add 8544 SVR numbers to processor.h
50244
50245     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
50246     Signed-off-by: Jon Loeliger <jdl@freescale.com>
50247
50248 commit 0d8c3a2096eaff8d7de89d45e9af4d4b0d4868fe
50249 Author: Andy Fleming <afleming@freescale.com>
50250 Date:   Fri Feb 23 17:12:25 2007 -0600
50251
50252     Support 1G size on 8548
50253
50254     e500v2 and newer cores support 1G page sizes.
50255
50256     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
50257     Signed-off-by: Andy Fleming <afleming@freescale.com>
50258
50259 commit 45cef612cc601d2d1c890fbbd7cdc9609a189a46
50260 Author: Andy Fleming <afleming@freescale.com>
50261 Date:   Fri Feb 23 17:11:16 2007 -0600
50262
50263     Changed BOOKE_PAGESZ_nGB to BOOKE_PAGESZ_nG
50264
50265     The other pagesz constants use one letter to specify order of
50266     magnitude.  Also change the one reference to it in mpc8548cds/init.S
50267
50268     Signed-off-by: Andy Fleming <afleming@freescale.com>
50269
50270 commit 1f9a318cea14272edd10d63739e2d326c90f430e
50271 Author: Andy Fleming <afleming@freescale.com>
50272 Date:   Fri Feb 23 16:28:46 2007 -0600
50273
50274     Only set ddrioovcr for 8548 rev1.
50275
50276     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
50277     Signed-off-by: Andy Fleming <afleming@freescale.com>
50278
50279 commit 9343dbf85bc03033f2102d8e8543567c2c1ad2d2
50280 Author: Andy Fleming <afleming@freescale.com>
50281 Date:   Sat Feb 24 01:16:45 2007 -0600
50282
50283     Tweak DDR ECC error counter
50284
50285     Enable single-bit error counter when memory was cleared by ddr controller.
50286
50287     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
50288     Signed-off-by: Andy Fleming <afleming@freescale.com>
50289
50290 commit 85e7c7a45e3dd9c7ce3e722352ba60f8df1a7a4b
50291 Author: Timur Tabi <timur@freescale.com>
50292 Date:   Mon Feb 12 13:34:55 2007 -0600
50293
50294     85xx: write MAC address to mac-address and local-mac-address
50295
50296     Some device trees have a mac-address property, some have local-mac-address,
50297     and some have both.  To support all of these device trees, ftp_cpu_setup()
50298     should write the MAC address to mac-address and local-mac-address, if they
50299     exist.
50300
50301     Signed-off-by: Timur Tabi <timur@freescale.com>
50302
50303 commit 03b81b48eec0ad249ec97a4ae16c36fa2e014ff4
50304 Author: Andy Fleming <afleming@freescale.com>
50305 Date:   Mon Apr 23 01:44:44 2007 -0500
50306
50307     Some 85xx cpu cleanups
50308
50309     * Cleaned up the TSR[WIS] clearing
50310     * Cleaned up DMA initialization
50311
50312     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
50313     Signed-off-by: Jon Loeliger <jdl@freescale.com>
50314     Acked-by: Andy Fleming <afleming@freescale.com>
50315
50316 commit 151d5d992eab8c497b24c816c73dc1ad8bffb4eb
50317 Author: Andy Fleming <afleming@freescale.com>
50318 Date:   Mon Apr 23 01:32:22 2007 -0500
50319
50320     Add cpu support for the 8544
50321
50322     Recognize new SVR values, and add a few register definitions
50323
50324     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
50325     Signed-off-by: Jon Loeliger <jdl@freescale.com>
50326     Acked-by: Andy Fleming <afleming@freescale.com>
50327
50328 commit 25d83d7f4ac65727182d8ddaf7ba42fa74cf65ae
50329 Author: Jon Loeliger <jdl@freescale.com>
50330 Date:   Wed Apr 11 16:51:02 2007 -0500
50331
50332     Add MPC8544DS basic port board files.
50333
50334     Add board port under new board/freescale directory
50335     structure and reuse existing PIXIS FPGA support there.
50336
50337     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
50338     Signed-off-by: Jon Loeliger <jdl@freescale.com>
50339
50340 commit 0cde4b00fc7393b89f379d83a9d436dcb1334bfa
50341 Author: Jon Loeliger <jdl@freescale.com>
50342 Date:   Wed Apr 11 16:50:57 2007 -0500
50343
50344     Add MPC8544DS main configuration file.
50345
50346     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
50347     Signed-off-by: Jon Loeliger <jdl@freescale.com>
50348
50349 commit 362dd83077ac04c0296bca3e824ec2fb3d44d9d6
50350 Author: Sergei Shtylyov <sshtylyov@ru.mvista.com>
50351 Date:   Wed Dec 27 22:07:15 2006 +0300
50352
50353     Fix PCI I/O space mapping on Freescale MPC85x0ADS
50354
50355     The PCI I/O space mapping for Freescale MPC8540ADS board was broken by commit
50356     52c7a68b8d587ebcf5a6b051b58b3d3ffa377ddc which failed to update the #define's
50357     describing the local address window used for the PCI I/O space accesses -- fix
50358     this and carry over the necessary changes into the MPC8560ADS code since the
50359     PCI I/O space mapping was also broken for this board (by the earlier commit
50360     087454609e47295443af793a282cddcd91a5f49c).  Add the comments clarifying how
50361     the PCI I/O space must be mapped to all the MPC85xx board config. headers.
50362
50363     Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
50364
50365      board/mpc8540ads/init.S      |    4 ++--
50366      board/mpc8560ads/init.S      |    4 ++--
50367      include/configs/MPC8540ADS.h |    5 ++---
50368      include/configs/MPC8541CDS.h |    2 +-
50369      include/configs/MPC8548CDS.h |    2 +-
50370      include/configs/MPC8560ADS.h |    8 ++++----
50371      6 files changed, 12 insertions(+), 13 deletions(-)
50372
50373 commit 96629cbabdb727d4a5e62542deefc01d498db6dc
50374 Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
50375 Date:   Tue Dec 5 16:42:30 2006 +0800
50376
50377     u-boot: Fix e500 v2 core reset bug
50378
50379     The following patch fixes the e500 v2 core reset bug.
50380     For e500 v2 core, a new reset control register is added to reset the
50381     processor.
50382
50383     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
50384
50385 commit 63247a5acd58032e6cf33f525bc3923b467bac88
50386 Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
50387 Date:   Wed Dec 20 11:01:00 2006 +0800
50388
50389     u-boot: v2: Remove the fixed TLB and LAW entrynubmer
50390
50391     Remove the fixed TLB and LAW entry nubmer. Use actually TLB and LAW
50392     entry number to control the loop.  This can reduce the potential risk
50393     for the 85xx processor increasing its TLB adn LAW entry number.
50394
50395     Signed-off-by: Swarthout Edward <swarthout@freescale.com>
50396     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
50397
50398 commit 0b1934ba12fd408fcc3b8bd9f4b04864c42a42bf
50399 Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
50400 Date:   Mon Dec 18 17:01:04 2006 +0800
50401
50402     u-boot: Fix the 85xxcds tsec bug
50403
50404     Fix the 85xxcds tsec bug.
50405     When enable PCI, tsec.o should be added to u-boot.lds to make tsec work.
50406
50407     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
50408
50409 commit 7337b237ffc4aaf1b9467024fe472a880d852598
50410 Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
50411 Date:   Fri Dec 15 14:43:31 2006 +0800
50412
50413     u-boot: Fix CPU2 errata on MPC8548CDS board
50414
50415     This patch apply workaround of CPU2 errata on MPC8548CDS board.
50416
50417     Signed-off-by:Ebony Zhu <ebony.zhu@freescale.com>
50418
50419 commit 39b18c4f3e0b6d0dc00f4e68bad2da3766c85f09
50420 Author: ebony.zhu@freescale.com <ebony.zhu@freescale.com>
50421 Date:   Mon Dec 18 16:25:15 2006 +0800
50422
50423     u-boot: Disables MPC8548CDS 2T_TIMING for DDR by default
50424
50425     This patch disables MPC8548CDS 2T_TIMING for DDR by default.
50426
50427     Signed-off-by:Ebony Zhu <ebony.zhu@freescale.com>
50428
50429 commit 41fb7e0f1ec9b91bdae2565bab5f2e3ee15039c7
50430 Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
50431 Date:   Thu Dec 14 14:14:55 2006 +0800
50432
50433     u-boot: Enable PCI function and add PEX & rapidio memory map on MPC8548CDS board
50434
50435     Enable PCI function and add PEX & rapidio memory map on MPC8548CDS
50436     board.
50437     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
50438
50439 commit 96b8a05432f346f36493535c85320b70ec9c7c1b
50440 Author: Scott Wood <scottwood@freescale.com>
50441 Date:   Mon Apr 16 14:54:15 2007 -0500
50442
50443     mpc83xx: Add MPC8313ERDB support.
50444
50445     Signed-off-by: Scott Wood <scottwood@freescale.com>
50446
50447 commit 49ea3b6eafe606285ae4d5c378026153dde53200
50448 Author: Scott Wood <scottwood@freescale.com>
50449 Date:   Mon Apr 16 14:34:21 2007 -0500
50450
50451     mpc83xx: Add generic PCI setup code.
50452
50453     Board code can now request the generic setup code rather than having to
50454     copy-and-paste it for themselves.  Boards should be converted to use this
50455     once they're tested with it.
50456
50457     Signed-off-by: Scott Wood <scottwood@freescale.com>
50458
50459 commit 7c98e5193e93df6b9b651851d54b638a61ebb0ea
50460 Author: Scott Wood <scottwood@freescale.com>
50461 Date:   Mon Apr 16 14:34:19 2007 -0500
50462
50463     mpc83xx: Add 831x support to speed.c.
50464
50465     Signed-off-by: Scott Wood <scottwood@freescale.com>
50466
50467 commit 0f253283a32d91e06844d7f87f9b33f4f4fbce8f
50468 Author: Scott Wood <scottwood@freescale.com>
50469 Date:   Mon Apr 16 14:34:18 2007 -0500
50470
50471     mpc83xx: Add 831x support to global_data.h
50472
50473     Signed-off-by: Scott Wood <scottwood@freescale.com>
50474
50475 commit 95e7ef897e54591e615fc1b458b74c286fe1fb06
50476 Author: Scott Wood <scottwood@freescale.com>
50477 Date:   Mon Apr 16 14:34:16 2007 -0500
50478
50479     mpc83xx: Change PVR_83xx to PVR_E300C1-3, and update checkcpu().
50480
50481     Rather than misleadingly define PVR_83xx as the specific type of 83xx
50482     being built for, the PVR of each core revision is defined. checkcpu() now
50483     prints the core that it detects, rather than aborting if it doesn't find
50484     what it thinks it wants.
50485
50486     Signed-off-by: Scott Wood <scottwood@freescale.com>
50487
50488 commit a35b0c4950d84cf9e3a9e32b916135956d1ac636
50489 Author: Scott Wood <scottwood@freescale.com>
50490 Date:   Mon Apr 16 14:34:15 2007 -0500
50491
50492     mpc83xx: Recognize SPR values for MPC8311 and MPC8313.
50493
50494     Signed-off-by: Scott Wood <scottwood@freescale.com>
50495
50496 commit d87c57b201b4572d16f1b642998faa00c9912b16
50497 Author: Scott Wood <scottwood@freescale.com>
50498 Date:   Mon Apr 16 14:31:55 2007 -0500
50499
50500     mpc83xx: Add register definitions for MPC831x.
50501
50502     Signed-off-by: Scott Wood <scottwood@freescale.com>
50503
50504 commit 7fc4c71a143be8666d70803fb25ae60379c95622
50505 Author: Stefan Roese <sr@denx.de>
50506 Date:   Mon Apr 23 15:39:59 2007 +0200
50507
50508     Fix file mode
50509
50510     Signed-off-by: Stefan Roese <sr@denx.de>
50511
50512 commit 38257988abfe74d459ca2ad748b109ca04e4efe1
50513 Author: Sergei Shtylyov <sshtylyov@ru.mvista.com>
50514 Date:   Mon Apr 23 15:30:39 2007 +0200
50515
50516     [PATCH] Avoid assigning PCI resources from zero address
50517
50518     If a PCI IDE card happens to get a zero address assigned to it, the Linux IDE
50519     core complains and IDE drivers fails to work.  Also, assigning zero to a BAR
50520     was illegal according to PCI 2.1 (the later revisions seem to have excluded the
50521     sentence about "0" being considered an invalid address) -- so, use a reasonable
50522     starting value of 0x1000 (that's what the most Linux archs are using).
50523
50524     Alternatively, one might have fixed the calls to pci_set_region() individually
50525     (some code even seems to have taken care of this issue) but that would have
50526     been a lot more work. :-)
50527
50528     Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
50529     Acked-by: Stefan Roese <sr@denx.de>
50530
50531 commit afb903a2eb9436baa9270ccc0c27082d86497d89
50532 Author: Jeffrey Mann <mannj@embeddedplanet.com>
50533 Date:   Mon Apr 23 14:00:11 2007 +0200
50534
50535     [patch] setenv(...) can delete environmentalvariables
50536
50537     update setenv() function so that entering a NULL value for the
50538     variable's value will delete the environmental variable
50539
50540     Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
50541     Acked-by: Stefan Roese <sr@denx.de>
50542
50543 commit 36f104e5caa747d568eff26b369565af57c2ffa6
50544 Author: Mike Frysinger <vapier@gentoo.org>
50545 Date:   Mon Apr 23 13:54:24 2007 +0200
50546
50547     [patch] use unsigned char in smc91111 driver for mac
50548
50549     the v_mac variable in the smc91111 driver is declared as a signed char ...
50550     this causes problems when one of the bytes in the MAC is "signed" like 0xE0
50551     because when it gets printed out, you get a display like:
50552     0xFFFFFFE0 and that's no good
50553
50554     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
50555
50556 commit d98c0885ad617fccf21e7c26ef8cb728fbfb2459
50557 Author: Rodolfo Giometti <giometti@enneenne.com>
50558 Date:   Mon Apr 23 13:10:52 2007 +0200
50559
50560     USB: (Another) delay for crappy USB keys.
50561
50562     Some USB keys are slow in giving back an answer when the Root HUB
50563     enables power lines.
50564
50565     Signed-off-by: Rodolfo Giometti <giometti@linux.it>
50566
50567 commit 323bfa8f436dc3bc57187c9b1488bc3146ff1522
50568 Author: Stefan Roese <sr@denx.de>
50569 Date:   Mon Apr 23 12:00:22 2007 +0200
50570
50571     Remove BOARDLIBS usage completely
50572
50573     Signed-off-by: Stefan Roese <sr@denx.de>
50574
50575 commit 32556443840f127170e4baa8bdd5b567039f6c36
50576 Author: Michal Simek <monstr@monstr.eu>
50577 Date:   Sat Apr 21 21:07:22 2007 +0200
50578
50579     [PATCH] SystemACE support for Microblaze
50580
50581 commit 0643631aa1036cd746bf5d15f5a34bc7bc01ea4f
50582 Author: Michal Simek <monstr@monstr.eu>
50583 Date:   Sat Apr 21 21:02:40 2007 +0200
50584
50585     16bit read/write little endian
50586
50587 commit 9d1d6a34d26c5933bc097ce73c9348f95573cdd4
50588 Author: Michal Simek <monstr@monstr.eu>
50589 Date:   Sat Apr 21 20:53:31 2007 +0200
50590
50591     Change ML401 parameters - Xilinx BSP
50592
50593 commit 2e343b9a57f32e1bd08c35c9976910333fb4e13d
50594 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
50595 Date:   Wed Feb 28 05:37:29 2007 -0600
50596
50597     mpc8641hpcn: Fix LAW and TLB setup to use the IO_PHYS #defines.
50598
50599     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
50600
50601 commit 79cb47391eebef85acadb3f6961ef6c55cace6ac
50602 Author: Zhang Wei <wei.zhang@freescale.com>
50603 Date:   Fri Jan 19 10:42:37 2007 +0800
50604
50605     Enable LAWs for MPC8641 PCI-Ex2.
50606
50607     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
50608     Signed-off-by: Jon Loeliger <jdl@freescale.com>
50609
50610 commit bd7851ce1e1f140665b520026abf1042968b1102
50611 Author: Jon Loeliger <jdl@freescale.com>
50612 Date:   Fri Apr 20 14:12:26 2007 -0500
50613
50614     mpc86xx; Write MAC address to mac-address and local-mac-address
50615
50616     Some device trees have a mac-address property, some have local-mac-address,
50617     and some have both.  To support all of these device trees, ftp_cpu_setup()
50618     should write the MAC address to mac-address and local-mac-address, if they
50619     exist.
50620
50621     Signed-off-by: Timur Tabi <timur@freescale.com>
50622     Signed-off-by: Jon Loeliger <jdl@freescale.com>
50623
50624 commit 7dbdf28b8bd855a8530dc3292e4982575a197060
50625 Author: Jon Loeliger <jdl@freescale.com>
50626 Date:   Fri Apr 20 14:11:38 2007 -0500
50627
50628     mpc86xx: protect memcpy to bad address if a mac-address is missing from dt
50629
50630     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
50631     Signed-off-by: Jon Loeliger <jdl@freescale.com>
50632
50633 commit 14da5f7675bbb427c469e3f45006e027b6e21db9
50634 Author: Wolfgang Denk <wd@denx.de>
50635 Date:   Fri Apr 20 17:43:28 2007 +0200
50636
50637     Cleanup compiler warnings, update CHANGELOG
50638
50639     Signed-off-by: Wolfgang Denk <wd@denx.de>
50640
50641 commit 6923565db12af34fd5e02d354ee65a8c78ac460f
50642 Author: Detlev Zundel <dzu@denx.de>
50643 Date:   Fri Apr 20 12:01:47 2007 +0200
50644
50645     Fix breakage of NC650 board with respect to nand support.
50646
50647     Signed-off-by: Detlev Zundel <dzu@denx.de>
50648
50649 commit 39f23cd90947639ac278a18ff277ec786b5ac167
50650 Author: Domen Puncer <domen.puncer@telargo.com>
50651 Date:   Fri Apr 20 11:13:16 2007 +0200
50652
50653     [RFC PATCH] icecube/lite5200b: fix OF_TBCLK (timebase-frequency) calculation
50654
50655     G2 core reference manual says decrementer and time base
50656     are decreasing/increasing once every 4 bus clock cycles.
50657     Lets fix it, so time in Linux won't run twice as fast
50658
50659     Signed-off-by: Domen Puncer <domen.puncer@telargo.com>
50660     Acked-by: Grant Likely <grant.likely@secretlab.ca>
50661
50662 commit 7651f8bdbba03bb0b4f241e2d2c4cb65b230bd56
50663 Author: Gerald Van Baren <vanbaren@cideas.com>
50664 Date:   Thu Apr 19 23:14:39 2007 -0400
50665
50666     Fix serious pointer bug with bootm and reserve map.
50667
50668     What was suppose to be a stack variable was declared as a pointer,
50669       overwriting random memory.
50670     Also moved the libfdt.a requirement into the main Makefile.  That is
50671       The U-Boot Way.
50672
50673 commit d21686263574e95cb3e9e9b0496f968b1b897fdb
50674 Author: Stefan Roese <sr@denx.de>
50675 Date:   Thu Apr 19 09:53:52 2007 +0200
50676
50677     ppc4xx: Fix chip select timing for SysACE access on AMCC Katmai
50678
50679     Previous versions used full wait states for the chip select #1 which
50680     is connected to the Xilinix SystemACE controller on the AMCC Katmai
50681     evaluation board. This leads to really slow access and therefore low
50682     performance. This patch now sets up the chip select a lot faster
50683     resulting in much better read/write performance of the Linux driver.
50684
50685     Signed-off-by: Stefan Roese <sr@denx.de>
50686
50687 commit 37837828d89084879bee2f2b8c7c68d4695940df
50688 Author: Wolfgang Denk <wd@denx.de>
50689 Date:   Wed Apr 18 17:49:29 2007 +0200
50690
50691     Clenaup, update CHANGELOG
50692
50693     Signed-off-by: Wolfgang Denk <wd@denx.de>
50694
50695 commit fd094c6379e2ef8a4d0ceb5640b24cb0c8d04449
50696 Author: Wolfgang Denk <wd@denx.de>
50697 Date:   Wed Apr 18 17:20:58 2007 +0200
50698
50699     Update CHANGELOG
50700
50701     Signed-off-by: Wolfgang Denk <wd@denx.de>
50702
50703 commit 2a26ec4732efd7a308d0bbc97714c1d75ef1173b
50704 Author: Wolfgang Denk <wd@denx.de>
50705 Date:   Wed Apr 18 17:07:26 2007 +0200
50706
50707     Cleanup, update CHANGELOG
50708
50709     Sigend-off-by: Wolfgang Denk <wd@denx.de>
50710
50711 commit 5f6c732affea9647762d27a4617a2ae64c52dceb
50712 Author: Wolfgang Denk <wd@denx.de>
50713 Date:   Wed Apr 18 16:17:46 2007 +0200
50714
50715     Update CHANGELOG
50716
50717 commit ad4eb555671d97f96dc56eab55103b1f86874b01
50718 Author: Wolfgang Denk <wd@denx.de>
50719 Date:   Wed Apr 18 14:30:39 2007 +0200
50720
50721     MCC200 board: remove warning which is obsolete after PSoC firmware changes
50722
50723     Signed-off-by: Wolfgang Denk <wd@denx.de>
50724
50725 commit 3747a3f010b2b1442dec3e871c69788b6017aaae
50726 Author: Domen Puncer <domen.puncer@telargo.com>
50727 Date:   Wed Apr 18 12:11:05 2007 +0200
50728
50729     [PATCH] icecube/lite5200b: document wakeup from low-power support
50730
50731     Signed-off-by: Domen Puncer <domen.puncer@telargo.com>
50732
50733 commit e673226ff9d6aa91b47ceac74b8c13770b06bb37
50734 Author: Stefan Roese <sr@denx.de>
50735 Date:   Wed Apr 18 12:07:47 2007 +0200
50736
50737     ppc4xx: Update Acadia to not setup PLL when booting via bootstrap EEPROM
50738
50739     Signed-off-by: Stefan Roese <sr@denx.de>
50740
50741 commit 90e6f41cf09fc98f6ccb510e183d53ab8546cf2f
50742 Author: Stefan Roese <sr@denx.de>
50743 Date:   Wed Apr 18 12:05:59 2007 +0200
50744
50745     ppc4xx: Add output for bootrom location to 405EZ ports
50746
50747     Now 405EZ ports also show upon bootup from which boot device
50748     they are configured to boot:
50749
50750     U-Boot 1.2.0-gd3832e8f-dirty (Apr 18 2007 - 07:47:05)
50751
50752     CPU:   AMCC PowerPC 405EZ Rev. A at 199.999 MHz (PLB=133, OPB=66, EBC=66 MHz)
50753            Bootstrap Option E - Boot ROM Location EBC (32 bits)
50754            16 kB I-Cache 16 kB D-Cache
50755     Board: Acadia - AMCC PPC405EZ Evaluation Board
50756
50757     Signed-off-by: Stefan Roese <sr@denx.de>
50758
50759 commit 9c00dfb0bf89c8c23e8af5b5bdf49cf66d769f85
50760 Author: Peter Pearse <peter.pearse@arm.com>
50761 Date:   Tue Apr 17 13:30:33 2007 +0100
50762
50763     Move ppearse to ARM board list
50764     Add Konstantin Kletschke for scb9328.
50765     Signed-off-by: Peter Pearse <peter.pearse@arm.com>
50766
50767 commit d3832e8fe1b214ec62424eac36cfda9fc56d21b3
50768 Author: Domen Puncer <domen.puncer@telargo.com>
50769 Date:   Mon Apr 16 14:00:13 2007 +0200
50770
50771     [PATCH] icecube/lite5200b: wakeup from low-power support
50772
50773     U-Boot part of Lite5200b low power mode support.
50774     Puts SDRAM out of self-refresh and transfers control to
50775     address saved at physical 0x0.
50776
50777     Signed-off-by: Domen Puncer <domen.puncer@telargo.com>
50778     Acked-by: Grant Likely <grant.likely@secretlab.ca>
50779
50780 commit f35a53fc7b0c79fcfe7bdc01163c4b34aaba1460
50781 Author: Gerald Van Baren <vanbaren@cideas.com>
50782 Date:   Sun Apr 15 13:54:26 2007 -0400
50783
50784     Fix the ft_cpu_setup() property settings.
50785
50786     Use "setter" functions instead of flags, cleaner and more flexible.
50787     It also fixes the problem noted by Timur Tabi that the ethernet MAC
50788     addresses were all being set incorrectly to the same MAC address.
50789
50790 commit c28abb9c614f65ce2096cc4a66fc886c77d0e5a4
50791 Author: Gerald Van Baren <vanbaren@cideas.com>
50792 Date:   Sat Apr 14 22:51:24 2007 -0400
50793
50794     Improve the bootm command for CONFIG_OF_LIBFDT
50795
50796     In bootm, create the "/chosen" node only if it doesn't already exist
50797       (better matches the previous behavior).
50798     Update for proper reserved memory map handling for initrd.
50799
50800 commit 3f9f08cf91c8a6949a5d78a18bd3d8df7b86d888
50801 Author: Gerald Van Baren <vanbaren@cideas.com>
50802 Date:   Sat Apr 14 22:46:41 2007 -0400
50803
50804     Add some utilities to manipulate the reserved memory map.
50805
50806 commit 8048cdd56f04a756eeea4951f402bf5cc33785db
50807 Author: Wolfgang Denk <wd@denx.de>
50808 Date:   Sat Apr 14 21:16:54 2007 +0200
50809
50810     Update CHANGELOG
50811
50812 commit 8e6875183cdca91c134408d119d4abcd48ef6856
50813 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
50814 Date:   Sun Dec 17 18:56:46 2006 +0100
50815
50816     AVR32: Enable MMC support
50817
50818     Set up the portmux for the MMC interface and enable the MMC driver
50819     along with support for DOS partitions, ext2 and FAT filesystems.
50820
50821     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
50822
50823 commit fc26c97bb6df41b4a95662c34054fe912387bf38
50824 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
50825 Date:   Fri Jan 20 10:03:53 2006 +0100
50826
50827     Atmel MCI driver
50828
50829     Driver for the Atmel MCI controller (MMC interface) for AT32AP CPUs.
50830
50831     The AT91 ARM-based CPUs use basically the same hardware, so it should
50832     be possible to share this driver, but no effort has been made so far.
50833
50834     Hardware documentation can be found in the AT32AP7000 data sheet,
50835     which can be downloaded from
50836
50837     http://www.atmel.com/dyn/products/datasheets.asp?family_id=682
50838
50839     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
50840
50841 commit 05fdab1ef6a10d049a50021a86f1226f444d9b9f
50842 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
50843 Date:   Sun Dec 17 18:55:37 2006 +0100
50844
50845     AVR32: Add clk and gpio infrastructure for mmci
50846
50847     Implement functions for configuring the mmci pins, as well as
50848     functions for getting the clock rate of the mmci controller.
50849
50850     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
50851
50852 commit 7fac3f69e9f05c5e5326681976c35d129324c4de
50853 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
50854 Date:   Sun Dec 17 18:53:56 2006 +0100
50855
50856     Enable partition support with MMC
50857
50858     Include implementations of init_part() and get_partition_info() when
50859     CONFIG_MMC is set.
50860
50861     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
50862
50863 commit 9a24f477a1ed5bb0f74377c985d754ebbfa44872
50864 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
50865 Date:   Sun Dec 17 17:14:30 2006 +0100
50866
50867     AVR32: Enable networking
50868
50869     Implement MACB initialization for AVR32 and ATSTK1000, and turn
50870     everything on, including the MACB driver.
50871
50872     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
50873
50874 commit 5c1fe1ffffd1750a7e47e5a2e2cd600c00e4f009
50875 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
50876 Date:   Fri Jan 20 10:03:34 2006 +0100
50877
50878     Atmel MACB ethernet driver
50879
50880     Driver for the Atmel MACB on-chip ethernet controller.
50881
50882     This driver has been tested on the ATSTK1000 board with a AT32AP7000
50883     CPU. It should probably work on AT91SAM926x as well with some minor
50884     modifications.
50885
50886     Hardware documentation can be found in the AT32AP7000 data sheet,
50887     which can be downloaded from
50888
50889     http://www.atmel.com/dyn/products/datasheets.asp?family_id=682
50890
50891     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
50892
50893 commit b4ec9c2d43d894729bb633bfdbdfa95a962c1556
50894 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
50895 Date:   Sun Dec 17 16:56:14 2006 +0100
50896
50897     AVR32: Add clk and gpio infrastructure for macb0 and macb1
50898
50899     Implement functions for configuring the macb0 and macb1 pins, as
50900     well as functions for getting the clock rate of the various
50901     busses the macb ethernet controllers are connected to.
50902
50903     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
50904
50905 commit d5acb95b16a0a74c643524342c3437e765426d05
50906 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
50907 Date:   Sun Dec 17 15:39:15 2006 +0100
50908
50909     AVR32: Implement simple DMA memory allocator
50910
50911     Implement dma_alloc_coherent() which returns cache-aligned
50912     uncacheable memory.
50913
50914     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
50915
50916 commit 91975b0fea773c9e681fea8cf3349669f27685ee
50917 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
50918 Date:   Sun Dec 17 15:46:02 2006 +0100
50919
50920     Import <linux/mii.h> from the Linux kernel
50921
50922     Instead of creating yet another set of MII register definitions
50923     in the macb driver, here's a complete set of definitions for everyone
50924     to use.
50925
50926     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
50927
50928 commit 1b804b229556a4d862da93c0ec94e79419364b2c
50929 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
50930 Date:   Wed Mar 21 19:47:36 2007 +0100
50931
50932     AVR32: Include more commands for ATSTK1000
50933
50934     Include the imi, imls and jffs commands sets by default on ATSTK1000.
50935     Also define CONFIG_BOOTARGS to something more useful, define
50936     CONFIG_BOOTCOMMAND and enable autoboot by default.
50937
50938     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
50939
50940 commit 9c0deb5ae3ea0189f2e08ac29ef1316f1fb8548d
50941 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
50942 Date:   Wed Mar 21 19:44:48 2007 +0100
50943
50944     AVR32: Provide a definition of struct stat
50945
50946     Copy the definition of struct stat from the Linux kernel.
50947
50948     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
50949
50950 commit 12f099c08167a7a51aeee623bc16dafd0841271c
50951 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
50952 Date:   Sun Dec 17 14:46:06 2006 +0100
50953
50954     AVR32: Use initdram() instead of board_init_memories()
50955
50956     Conform to the "standard" interface and use initdram() instead of
50957     board_init_memories() on AVR32. This enables us to get rid of the
50958     sdram_size member of the global_data struct as well.
50959
50960     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
50961
50962 commit 1f4f2121c2685182eb87fa9a9b799d1917387a1c
50963 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
50964 Date:   Mon Nov 20 15:53:10 2006 +0100
50965
50966     AVR32: Relocate u-boot to SDRAM
50967
50968     Relocate the u-boot image into SDRAM like everyone else does. This
50969     means that we can handle much larger .data and .bss than we used to.
50970
50971     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
50972
50973 commit df548d3c3e2bbc40258713167859ffc2ce99a900
50974 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
50975 Date:   Sun Nov 19 18:06:53 2006 +0100
50976
50977     AVR32: Resource management rewrite
50978
50979     Rewrite the resource management code (i.e. I/O memory, clock gating,
50980     gpio) so it doesn't depend on any global state. This is necessary
50981     because this code is heavily used before relocation to RAM, so we
50982     can't write to any global variables.
50983
50984     As an added bonus, this makes u-boot's memory footprint a bit smaller,
50985     although some functionality has been left out; all clocks are enabled
50986     all the time, and there's no checking for gpio line conflicts.
50987
50988     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
50989
50990 commit 03d1e1365796cd15d1726e8a51fd8b5be50b2fe9
50991 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
50992 Date:   Sat Nov 18 18:01:13 2006 +0100
50993
50994     AVR32: Clean up memory-map.h for at32ap7000
50995
50996     Convert spaces to tabs (must have missed this one last time around),
50997     sort the entries by address and group them together by bus
50998     connectivity.
50999
51000     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
51001
51002 commit 28c699ef69f4b6cdf252e4747b7b590028a88981
51003 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
51004 Date:   Sat Nov 18 17:32:31 2006 +0100
51005
51006     AVR32: Build position-independent u-boot
51007
51008     Add -fPIC -mno-init-got to the avr32-specific CFLAGS to make u-boot
51009     position independent. This will make relocation a lot easier.
51010
51011     -mno-init-got means that gcc shouldn't emit code to load the GOT
51012     address into r6 in every function prologue. We do it once and for
51013     all in the early startup assembly code, so enabling this option
51014     makes u-boot a bit faster and smaller.
51015
51016     The assembly parts have always been position-independent, so no code
51017     changes should be necessary.
51018
51019     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
51020
51021 commit 5374b36de91d006d1df9536259fa9f66b01aa3aa
51022 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
51023 Date:   Sat Nov 18 17:24:31 2006 +0100
51024
51025     AVR32: Use avr32-linux- cross-compilation prefix by default
51026
51027     It doesn't really matter which toolchain you use to compile u-boot,
51028     but the avr32-linux one is probably what most people have installed.
51029
51030     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
51031
51032 commit c841beeddebece0039e724fb27f4d1a39ee1c6b6
51033 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
51034 Date:   Sat Nov 18 17:15:30 2006 +0100
51035
51036     AVR32: Split start_u_boot into board_init_f and board_init_r
51037
51038     Split the avr32 initialization code into a function to run before
51039     relocation, board_init_f and a function to run after relocation,
51040     board_init_r. For now, board_init_f simply calls board_init_r
51041     at the end.
51042
51043     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
51044
51045 commit 37403005cfe6bb13964d450f6a48a0b0f2f7017e
51046 Author: Heiko Schocher <hs@pollux.denx.de>
51047 Date:   Sat Apr 14 05:26:48 2007 +0200
51048
51049     [Fix]       Set the LED status register on the UC101 for the LXT971 PHY.
51050             clear the Display after reset.
51051
51052     Signed-off-by: Heiko Schocher <hs@denx.de>
51053
51054 commit 7882751c78b7ecabfd49b0eff8de27661c71f16c
51055 Author: Denis Peter <d.peter@mpl.ch>
51056 Date:   Fri Apr 13 09:13:33 2007 +0200
51057
51058     [PATCH] Fix bugs in cmd_ide.c and cmd_scsi.c
51059
51060     Fix bug introduced by "Fix get_partition_info() parameter error in all
51061     other calls" from 2005-03-04 in cmd_ide.c and cmd_scsi.c, which prevented
51062     to use diskboot or scsiboot form another device than 0.
51063
51064     Signed-off-by: Denis Peter <d.peter@mpl.ch>
51065
51066 commit 0b94504d22e70f537c17a0d38c87edb6e370977d
51067 Author: Greg Lopp <lopp@pobox.com>
51068 Date:   Fri Apr 13 08:02:24 2007 +0200
51069
51070     [PATCH] Fix use of "void *" for block dev read/write buffer pointers
51071
51072     Signed-of-by: Greg Lopp <lopp@pobox.com>
51073     Acked-by: Grant Likely <grant.likely@secretlab.ca>
51074
51075 commit 6fbf261f8df294e589cfadebebe5468e3c0f29e9
51076 Author: Xie Xiaobo <r63061@freescale.com>
51077 Date:   Fri Mar 9 19:08:25 2007 +0800
51078
51079     Fix two bugs for MPC83xx DDR2 controller SPD Init
51080
51081     There are a few bugs in the cpu/mpc83xx/spd_sdram.c
51082     the first bug is that the picos_to_clk routine introduces a huge
51083     rounding error in 83xx.
51084     the second bug is that the mode register write recovery field is
51085     tWR-1, not tWR >> 1.
51086
51087 commit 2ad3aba01d37b72e7c957b07e102fccd64fe6d13
51088 Author: Jeffrey Mann <mannj@embeddedplanet.com>
51089 Date:   Thu Apr 12 14:15:59 2007 +0200
51090
51091     ppc4xx: Fix i2c divisor calcularion for PPC4xx
51092
51093     This patch fixes changes the i2c_init(...) function to use the function
51094     get_OPB_freq() rather than calculating the OPB speed by
51095     sysInfo.freqPLB/sysInfo.pllOpbDiv. The get_OPB_freq() function is
51096     specific per processor. The prior method was not and so was calculating
51097     the wrong speed for some PPC4xx processors.
51098
51099     Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
51100     Signed-off-by: Stefan Roese <sr@denx.de>
51101
51102 commit 6c9ba919375db977aaad9146bf320c7afd07ae7a
51103 Author: Wolfgang Denk <wd@denx.de>
51104 Date:   Wed Apr 11 17:25:01 2007 +0200
51105
51106     Update CHANGELOG
51107
51108     Signed-off-by: Wolfgang Denk <wd@denx.de>
51109
51110 commit 51056dd9863e6a1bc363afbbe1775c58cd967418
51111 Author: Wolfgang Denk <wd@denx.de>
51112 Date:   Wed Apr 11 17:22:55 2007 +0200
51113
51114     Update for SC3 board
51115
51116     * Make IDE timeout configurable through ide_reset_timeout variable.
51117     * Use Newline as "password" string
51118     * Use just a single partition in NAND flash
51119
51120 commit 3d98b85800c80dc68227c8f10bf5c93456d6d054
51121 Author: Haiying Wang <haiying.wang@freescale.com>
51122 Date:   Mon Jan 22 12:37:30 2007 -0600
51123
51124     Add PIXIS FPGA support for MPC8641HPCN board.
51125
51126     Move the 8641HPCN's PIXIS code to the new directory
51127     board/freescale/common/ as it will be shared by
51128     future boards not in the same processor family.
51129
51130     Write a "pixis_reset" command that utilizes the FPGA
51131     reset sequencer to support alternate soft-reset options
51132     such as using the "alternate" flash bank, enabling
51133     the watch dog, or choosing different CPU frequencies.
51134
51135     Add documentation for the pixis_reset to README.mpc8641hpcn.
51136
51137     Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
51138     Signed-off-by: Jon Loeliger <jdl@freescale.com>
51139
51140 commit 64dbbd40c58349b64f43fd33dbb5ca0adb67d642
51141 Author: Gerald Van Baren <vanbaren@cideas.com>
51142 Date:   Fri Apr 6 14:19:43 2007 -0400
51143
51144     Moved fdt command support code to fdt_support.c
51145
51146     ...in preparation for improving the bootm command's handling of fdt blobs.
51147     Also cleaned up some coding sloppiness.
51148
51149 commit 6679f9299534e488a171a9bb8f9bb891de247aab
51150 Author: Gerald Van Baren <vanbaren@cideas.com>
51151 Date:   Fri Apr 6 14:17:14 2007 -0400
51152
51153     libfdt: Make fdt_check_header() public
51154
51155     Changed _fdt_check_header() to fdt_check_header() and made it part of
51156     the interface - it is a useful routine.
51157
51158     Also did some asthetics cleanup to the include files (headers).
51159
51160 commit c0707ce65677650b5ceab0500ee50ae5168afef2
51161 Author: Aubrey Li <aubrey.adi@gmail.com>
51162 Date:   Thu Apr 5 18:34:06 2007 +0800
51163
51164     [Blackfin][PATCH] Kill off a bunch of common local prototypes
51165
51166 commit 7b7e30aa64bb6657a1bfd32fdbdbfeb561e6a48d
51167 Author: Aubrey Li <aubrey.adi@gmail.com>
51168 Date:   Thu Apr 5 18:33:04 2007 +0800
51169
51170     [Blackfin][PATCH] Fix dynamic CPLB generation issue
51171
51172 commit 0445e3a264251d75b1be45ef713c70726a2952f0
51173 Author: Aubrey Li <aubrey.adi@gmail.com>
51174 Date:   Thu Apr 5 18:31:47 2007 +0800
51175
51176     [Blackfin][PATCH] minior cleanup
51177
51178 commit 155fd766573981090e638b493d5857562151862e
51179 Author: Aubrey Li <aubrey.adi@gmail.com>
51180 Date:   Thu Apr 5 18:31:18 2007 +0800
51181
51182     [Blackfin][PATCH] Fix copyright and update license
51183
51184 commit 9fd437bbd75d282f899e1da50be20a2bf38450bc
51185 Author: Aubrey Li <aubrey.adi@gmail.com>
51186 Date:   Thu Apr 5 18:30:25 2007 +0800
51187
51188     [Blackfin][PATCH] Add BF537 EMAC driver initialization
51189
51190 commit 889256e8604e0c68db1d866d720894dffede9df6
51191 Author: Aubrey Li <aubrey.adi@gmail.com>
51192 Date:   Thu Apr 5 18:29:55 2007 +0800
51193
51194     [Blackfin][PATCH] call real the system synchronize instruction
51195
51196 commit e0df1c921b788289564e4c1ee7120a6a9cd3ab05
51197 Author: Aubrey Li <aubrey.adi@gmail.com>
51198 Date:   Thu Apr 5 18:29:17 2007 +0800
51199
51200     [Blackfin][PATCH] remove asm/page.h as we do not actually use/want any of these definitions nor does any other arch include it
51201
51202 commit dfeeab2cd680df047e68e723b246adf6f33bb556
51203 Author: Aubrey Li <aubrey.adi@gmail.com>
51204 Date:   Thu Apr 5 18:28:34 2007 +0800
51205
51206     [Blackfin][PATCH]: fix flash unaligned copy issue
51207
51208 commit 443feb740584e406efa203af909fe2926608e8d5
51209 Author: Igor Marnat <marny@rambler.ru>
51210 Date:   Wed Mar 21 09:55:01 2007 +0300
51211
51212     Update usage of 'nc' in README.NetConsole
51213
51214     Added information about usage of NetConsole on systems where the -l and -p
51215     switches are mutually exclusive.
51216
51217     Signed-off-by: Igor Marnat <marny@rambler.ru>
51218     Signed-off-by: Ben Warren <bwarren@qstreams.com>
51219
51220 commit 31c98a88228021b314c89ebb8104fb6473da4471
51221 Author: Wolfgang Denk <wd@denx.de>
51222 Date:   Wed Apr 4 02:09:30 2007 +0200
51223
51224     Minor coding style cleanup.
51225
51226 commit 94abd7c0583ebe01e799b25f451201deeaab550d
51227 Author: Wolfgang Denk <wd@denx.de>
51228 Date:   Wed Apr 4 01:49:15 2007 +0200
51229
51230     Minor cleanup.
51231
51232 commit 822af351ad2babc7d99033361a5fcacd30f6bc78
51233 Author: Rodolfo Giometti <giometti@enneenne.com>
51234 Date:   Tue Apr 3 14:27:18 2007 +0200
51235
51236     Support for the Philips ISP116x HCD (Host Controller Driver)
51237
51238     Signed-off-by: Rodolfo Giometti <giometti@enneenne.com>
51239
51240 commit edf5851be6c17c031d4f71dd5b0a12040b7c50c8
51241 Author: Markus Klotzbuecher <mk@denx.de>
51242 Date:   Tue Apr 3 14:27:08 2007 +0200
51243
51244     USB: cleanup monahans usb support. Remove dead code.
51245
51246     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
51247
51248 commit a65c5768e5537530bd1780af3d3fddc3113a163c
51249 Author: Stefan Roese <sr@denx.de>
51250 Date:   Mon Apr 2 10:09:30 2007 +0200
51251
51252     ppc4xx: Change SysACE address on Katmai
51253
51254     With this new base address of the Xilinx SystemACE controller
51255     the Linux driver will be easier to adapt, since it can now be
51256     mapped via the "normal" ioremap() call.
51257
51258     Signed-off-by: Stefan Roese <sr@denx.de>
51259
51260 commit aea03c4e8c3a21ce43d3faf48a6e6d474c8bdf73
51261 Author: Gerald Van Baren <vanbaren@cideas.com>
51262 Date:   Sat Mar 31 14:30:53 2007 -0400
51263
51264     Fix some minor whitespace violations.
51265
51266 commit 213bf8c822de8eecaf69860684469cdaba2e9e6a
51267 Author: Gerald Van Baren <vanbaren@cideas.com>
51268 Date:   Sat Mar 31 12:23:51 2007 -0400
51269
51270     Add a flattened device tree (fdt) command (2 of 2)
51271
51272     Modifications to the existing code to support the new fdt command.
51273
51274 commit 781e09ee6e3e3e392ab362c1f0ef1068adc76e3e
51275 Author: Gerald Van Baren <vanbaren@cideas.com>
51276 Date:   Sat Mar 31 12:22:10 2007 -0400
51277
51278     Add a flattened device tree (fdt) command (1 of 2)
51279
51280     The fdt command uses David Gibson's libfdt library to manipulate as well
51281     as print the flattened device tree.  This patch is the new command,
51282     the second part is the modifications to the existing code.
51283
51284 commit 3af0d587d93e0be5f96e1b30fa41e662f8b0803e
51285 Author: Gerald Van Baren <vanbaren@cideas.com>
51286 Date:   Sat Mar 31 12:13:43 2007 -0400
51287
51288     libfdt: Enhanced and published fdt_next_tag()
51289
51290     Enhanced the formerly private function _fdt_next_tag() to allow stepping
51291       through the tree, used to produce a human-readable dump, and made
51292       it part of the published interface.
51293     Also added some comments.
51294
51295 commit fa3a74cec73dfd06a5ae35a9a3368200273aaa71
51296 Author: Gerald Van Baren <vanbaren@cideas.com>
51297 Date:   Sat Mar 31 12:05:39 2007 -0400
51298
51299     libfdt: Customizations for use by u-boot.
51300
51301     Changes to David Gibson's original source to fit into u-boot's
51302     environment.  No functionality changes.
51303
51304 commit 35748177c64a4a83a00057e93bb33e40278a2a96
51305 Author: Gerald Van Baren <vanbaren@cideas.com>
51306 Date:   Sat Mar 31 12:00:56 2007 -0400
51307
51308     libfdt: Import libfdt source (2 of 2)
51309
51310     This adds the applicable libfdt source files (unmodified) and a README
51311     to explain where the source came from.
51312
51313 commit 7cd5da0fe877e7171a4cdd44880bce783132871a
51314 Author: Gerald Van Baren <vanbaren@cideas.com>
51315 Date:   Sat Mar 31 11:59:59 2007 -0400
51316
51317     libfdt: Import libfdt source (1 of 2)
51318
51319     This adds the applicable libfdt source files (unmodified) and a README
51320     to explain where the source came from.
51321
51322 commit da6ebc1bc082cbe3b6bbde079cafe09f7ebbad4b
51323 Author: Stefan Roese <sr@denx.de>
51324 Date:   Sat Mar 31 13:16:23 2007 +0200
51325
51326     ppc4xx: Update Katmai bootstrap command
51327
51328     Now the DDR2 frequency is also 2*PLB frequency when 166MHz PLB
51329     is selected.
51330
51331     Signed-off-by: Stefan Roese <sr@denx.de>
51332
51333 commit cabee756a6532986729477c3cc1ea16ef8517ad2
51334 Author: Stefan Roese <sr@denx.de>
51335 Date:   Sat Mar 31 13:15:06 2007 +0200
51336
51337     ppc4xx: Update 44x_spd_ddr2 code (440SP/440SPe)
51338
51339     Additional RAM information is now printed upon powerup, like
51340     DDR2 frequency and CAS latency.
51341
51342     Signed-off-by: Stefan Roese <sr@denx.de>
51343
51344 commit 60723803431ac75cad085690789e433d5ab9174e
51345 Author: Stefan Roese <sr@denx.de>
51346 Date:   Sat Mar 31 08:48:36 2007 +0200
51347
51348     ppc4xx: Change Yucca config file to support ECC
51349
51350     With the updated 44x DDR2 driver the Yucca board now supports
51351     ECC generation and checking.
51352
51353     Signed-off-by: Stefan Roese <sr@denx.de>
51354
51355 commit 490e5730c674b20d708b783a2c5ffd7208f83873
51356 Author: Stefan Roese <sr@denx.de>
51357 Date:   Sat Mar 31 08:47:34 2007 +0200
51358
51359     ppc4xx: Fix "bootstrap" command for Katmai board
51360
51361     The board specific "bootstrap" command is now fixed and can
51362     be used for the AMCC Katmai board to configure different
51363     CPU/PLB/OPB frequencies.
51364
51365     Signed-off-by: Stefan Roese <sr@denx.de>
51366
51367 commit 94f54703c3a776ec23e427ca2a16e0a79a5d50c1
51368 Author: Stefan Roese <sr@denx.de>
51369 Date:   Sat Mar 31 08:46:08 2007 +0200
51370
51371     ppc4xx: Update 44x_spd_ddr2 code (440SP/440SPe)
51372
51373     Fix a bug in the auto calibration routine. This driver now runs
51374     more reliable with the tested modules. It's also tested with
51375     167MHz PLB frequency (667MHz DDR2 frequency) on the Katmai.
51376
51377     Signed-off-by: Stefan Roese <sr@denx.de>
51378
51379 commit 342cd097be1e7affe82f42ab3da220959a699e64
51380 Author: Michal Simek <monstr@monstr.eu>
51381 Date:   Fri Mar 30 22:52:09 2007 +0200
51382
51383     [PATCH] Clean include dependence
51384
51385 commit 6f934210fb293fde2cfb4251c6d96fdc58b6a906
51386 Author: Michal Simek <monstr@monstr.eu>
51387 Date:   Fri Mar 30 22:42:45 2007 +0200
51388
51389     [CLEAN] Remove inefficient Suzaku code
51390
51391 commit 430f1b0f9a670c2f13eaa52e66a10db96dd3647d
51392 Author: Stefan Roese <sr@denx.de>
51393 Date:   Wed Mar 28 15:03:16 2007 +0200
51394
51395     Merge some AMCC make targets to keep the top-level Makefile smaller
51396
51397     Signed-off-by: Stefan Roese <sr@denx.de>
51398
51399 commit 0c75c9d84307a9f1cbe1ff0c4d8937ee3a96475e
51400 Author: Stefan Roese <sr@denx.de>
51401 Date:   Wed Mar 28 14:52:12 2007 +0200
51402
51403     i2c: Enable "old" i2c commands even when CONFIG_I2C_CMD_TREE is defined
51404
51405     The "old" i2c commands (iprobe, imd...) are now compiled in again,
51406     even when the i2c command tree is enabled via the CONFIG_I2C_CMD_TREE
51407     config option.
51408
51409     Signed-off-by: Stefan Roese <sr@denx.de>
51410
51411 commit 5da048adf44bea5e3b94080d02903c2e3fe7aa4a
51412 Author: Michal Simek <monstr@monstr.eu>
51413 Date:   Tue Mar 27 00:32:16 2007 +0200
51414
51415     PATCH: Resolve GPL license problem
51416
51417 commit ae00bb4b2944dc64a485ed72a19754b11af7c223
51418 Author: Rodolfo Giometti <giometti@enneenne.com>
51419 Date:   Mon Mar 26 12:03:36 2007 +0200
51420
51421     PXA: pxa27x USB OHCI support
51422
51423     Signed-off-by: Rodolfo Giometti <giometti@linux.it>
51424
51425 commit ae79f60677c208326535647dcbd5c3ec40dbcb0b
51426 Author: Markus Klotzbuecher <mk@denx.de>
51427 Date:   Mon Mar 26 11:21:05 2007 +0200
51428
51429     USB: remove the S3C24X0_merge #define, which was introduced while
51430     merging OHCI drivers.
51431
51432     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
51433
51434 commit 1798049522f594013aea29457d46794298c6ae15
51435 Author: Michal Simek <root@monstr.eu>
51436 Date:   Mon Mar 26 01:39:07 2007 +0200
51437
51438     Support for XUPV2P board
51439     Reset support
51440     BSP autoconfig support
51441
51442 commit 0d974d5297349504a2ddfa09314be573b5df320a
51443 Author: Stefan Roese <sr@denx.de>
51444 Date:   Sat Mar 24 15:57:09 2007 +0100
51445
51446     [PATCH] Add 4xx GPIO functions
51447
51448     This patch adds some 4xx GPIO functions. It also moves some of the
51449     common code and defines into a common 4xx GPIO header file.
51450
51451     Signed-off-by: Stefan Roese <sr@denx.de>
51452
51453 commit 2db633658bbf366ab0c8dad7a0727e1fb2ae6b11
51454 Author: Stefan Roese <sr@denx.de>
51455 Date:   Sat Mar 24 15:55:58 2007 +0100
51456
51457     [PATCH] Small Sequoia cleanup
51458
51459     Signed-off-by: Stefan Roese <sr@denx.de>
51460
51461 commit 3cb86f3e40d2a80356177434a99f75bc8baa9caf
51462 Author: Stefan Roese <sr@denx.de>
51463 Date:   Sat Mar 24 15:45:34 2007 +0100
51464
51465     [PATCH] Clean up 40EZ/Acadia support
51466
51467     This patch cleans up all the open issue of the preliminary
51468     Acadia support.
51469
51470     Signed-off-by: Stefan Roese <sr@denx.de>
51471
51472 commit 6eb1df835191d8ce4b81d5af40fa8e0fbe78e997
51473 Author: Jon Loeliger <jdl@freescale.com>
51474 Date:   Tue Dec 12 11:02:20 2006 -0600
51475
51476     Fix 8641HPCN problem with ld version 2.16
51477
51478     (Dot outside sections problem).
51479
51480     This fix is in the spirit of 807d5d7319330e336ab34a5623c5e0d73b87d540.
51481
51482     Signed-off-by: Jon Loeliger <jdl@freescale.com>
51483
51484 commit 9964a4dd0d4ef5a037febaebf1aa494b1a72991c
51485 Author: Haiying Wang <haiying.wang@freescale.com>
51486 Date:   Thu Dec 7 10:35:55 2006 -0600
51487
51488     Set Rev 2.x 86xx PIC in mixed mode.
51489
51490     Prevent false interrupt from hanging Linux as MSR[EE] is set
51491     to enable interrupts by changing the PIC out of the default
51492     pass through mode into mixed mode.
51493
51494     Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
51495     Signed-off-by: Jon Loeliger <jdl@freescale.com>
51496
51497 commit 5a58a73ceb0a4059c42ef64cedbc1a45e0aaa00e
51498 Author: Jason Jin <jason.jin@freescale.com>
51499 Date:   Thu Dec 7 10:32:35 2006 -0600
51500
51501     Add flash cmd function to 8641HPCN ramboot
51502
51503     Also fixes some commmand for 8641 HPCN ramboot case.
51504
51505     Signed-off-by: Jason Jin <jason.jin@freescale.com>
51506     Signed-off-by: Jon Loeliger <jdl@freescale.com>
51507
51508 commit 2ccceacc04b009d923afb7c26189ba2f8a2a5d46
51509 Author: Ed Swarthout <ed.swarthout@freescale.com>
51510 Date:   Thu Dec 7 10:34:14 2006 -0600
51511
51512     Add support for 8641 Rev 2 silicon.
51513
51514     Without this patch, I am unable to get to the prompt on rev 2 silicon.
51515     Only set ddrioovcr for rev1.
51516
51517     Signed-off-by: Ed Swarthout<ed.swarthout@freescale.com>
51518     Signed-off-by: Jon Loeliger <jdl@freescale.com>
51519
51520 commit 44ba464b99001f8bd1c456a1e9d59726252f707a
51521 Author: Wolfgang Denk <wd@denx.de>
51522 Date:   Thu Mar 22 00:13:12 2007 +0100
51523
51524     Code cleanup / re-insert previous Copyright entries.
51525
51526     Signed-off-by: Wolfgang Denk <wd@denx.de>
51527
51528 commit 2a8dfe08359a1b663418b2faa1da1d7bce34d302
51529 Author: Wolfgang Denk <wd@denx.de>
51530 Date:   Wed Mar 21 23:26:15 2007 +0100
51531
51532     Code cleanup. Update CHANGELOG
51533
51534 commit e6615ecf4eaf4dd52696934aed8f5c6474cfd286
51535 Author: Stefan Roese <sr@denx.de>
51536 Date:   Wed Mar 21 14:54:29 2007 +0100
51537
51538     ppc4xx: Fix file mode of include/configs/acadia.h
51539
51540     Signed-off-by: Stefan Roese <sr@denx.de>
51541
51542 commit d5f4614c9350d9333e575100fb250aab774d0258
51543 Author: Markus Klotzbuecher <mk@denx.de>
51544 Date:   Wed Mar 21 14:41:46 2007 +0100
51545
51546     SPC1920: fix small clock routing bug
51547
51548     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
51549
51550 commit 16c0cc1c82081a493ab87c51980b28336ce1bce8
51551 Author: Stefan Roese <sr@denx.de>
51552 Date:   Wed Mar 21 13:39:57 2007 +0100
51553
51554     [PATCH] Add AMCC Acadia (405EZ) eval board support
51555
51556     This patch adds support for the new AMCC Acadia eval board.
51557
51558     Please note that this Acadia/405EZ support is still in a beta stage.
51559     Still lot's of cleanup needed but we need a preliminary release now.
51560
51561     Signed-off-by: Stefan Roese <sr@denx.de>
51562
51563 commit e01bd218b00af73499331a1a701625a852cd286f
51564 Author: Stefan Roese <sr@denx.de>
51565 Date:   Wed Mar 21 13:38:59 2007 +0100
51566
51567     [PATCH] Add AMCC PPC405EZ support
51568
51569     This patch adds support for the new AMCC 405EZ PPC. It is in
51570     preparation for the AMCC Acadia board support.
51571
51572     Please note that this Acadia/405EZ support is still in a beta stage.
51573     Still lot's of cleanup needed but we need a preliminary release now.
51574
51575     Signed-off-by: Stefan Roese <sr@denx.de>
51576
51577 commit 07e82cb2e284a893df6693f2a1337ab2c47bf6a1
51578 Author: Heiko Schocher <hs@pollux.denx.de>
51579 Date:   Wed Mar 21 08:45:17 2007 +0100
51580
51581     [PATCH] TQM8272: dont change the bits given from the HRCW
51582                      for the SIUMCR and BCR Register.
51583                      Fix the calculation for the EEprom Size
51584
51585     Signed-off-by: Heiko Schocher <hs@denx.de>
51586
51587 commit 654589873dbafcf104dff133ce0d03a4506e9cc3
51588 Author: Aubrey Li <aubrey.adi@gmail.com>
51589 Date:   Tue Mar 20 18:16:24 2007 +0800
51590
51591     [Blackfin][PATCH] Add BF561 EZKIT board support
51592
51593 commit a6154fd1cfd020f6da8527e0365b1020a11a71d0
51594 Author: Aubrey Li <aubrey.adi@gmail.com>
51595 Date:   Mon Mar 19 22:55:58 2007 +0800
51596
51597     [Blackfin][PATCH] minor cleanup
51598
51599 commit 389b6bb50f745bf5038ce030300d8a8512e96f79
51600 Author: Wolfgang Denk <wd@denx.de>
51601 Date:   Mon Mar 19 13:10:08 2007 +0100
51602
51603     Remove obsoleted POST files.
51604
51605     Signed-off-by: Wolfgang Denk <wd@denx.de>
51606
51607 commit 8e709bbb2636b5670a8f2b575e138eb1f55773f6
51608 Author: Aubrey Li <aubrey.adi@gmail.com>
51609 Date:   Mon Mar 19 01:26:11 2007 +0800
51610
51611     [PATCH] Add flash chip M29W320ET/B support
51612
51613 commit 26bf7deca364a5b33f39e8f14ddd3f4081345015
51614 Author: Aubrey Li <aubrey.adi@gmail.com>
51615 Date:   Mon Mar 19 01:24:52 2007 +0800
51616
51617     [Blackfin][PATCH] Add BF537 stamp board support
51618
51619 commit 8423e5e31a7235d05a482627315fb11d49c17bd7
51620 Author: Stefan Roese <sr@denx.de>
51621 Date:   Fri Mar 16 21:11:42 2007 +0100
51622
51623     [PATCH] Use dynamic SDRAM TLB setup on AMCC Ebony eval board
51624
51625     Define CONFIG_PROG_SDRAM_TLB so that the TLB entries for the
51626     DDR memory are dynamically programmed matching the total size
51627     of the equipped memory (DIMM modules).
51628
51629     Signed-off-by: Stefan Roese <sr@denx.de>
51630
51631 commit 76d1466f918b881cda2d259254761e73885093c2
51632 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
51633 Date:   Tue Mar 13 13:38:05 2007 +0100
51634
51635     [PATCH] renamed environment variable 'addcon' to 'addcons' for PCI405
51636             boards in terms of unification.
51637
51638     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
51639
51640 commit a7090b993d3d4d2221ac3f33e6cb1d1b2ccc6bf0
51641 Author: Wolfgang Denk <wd@denx.de>
51642 Date:   Tue Mar 13 16:05:55 2007 +0100
51643
51644     Make SC3 board build with 'make O='; use 'addcons' consistently
51645     (SC3 and Jupiter used to use 'addcon' instead).
51646
51647     Signed-off-by: Wolfgang Denk wd@denx.de
51648
51649 commit 8502e30a28e492c756ea2d7df0ace026388fce4b
51650 Author: Heiko Schocher <hs@pollux.denx.de>
51651 Date:   Tue Mar 13 09:40:59 2007 +0100
51652
51653     [PATCH] update board config for jupiter Board:
51654             added Hush Shell,
51655                   CONFIG_CMDLINE_EDITING,
51656                   CFG_ENV_ADDR_REDUND activated
51657
51658     Signed-off-by: Heiko Schocher <hs@denx.de>
51659
51660 commit 0d93de11449390a5984b0236c3612e50f6dbb7e8
51661 Author: Aubrey Li <aubrey.adi@gmail.com>
51662 Date:   Mon Mar 12 12:11:55 2007 +0800
51663
51664     [Blackfin][PATCH] minor cleanup
51665
51666 commit bfa5754a58477ac917d21527cd0f079d87cf188e
51667 Author: Aubrey Li <aubrey.adi@gmail.com>
51668 Date:   Mon Mar 12 01:42:06 2007 +0800
51669
51670     [Blackfin][PATCH] Fix BUILD_DIR option of MAKEALL building issue
51671
51672 commit 8440bb14581a294375c34b91b42512f9753d1130
51673 Author: Aubrey Li <aubrey.adi@gmail.com>
51674 Date:   Mon Mar 12 00:25:14 2007 +0800
51675
51676     [Blackfin][PATCH] code cleanup
51677
51678 commit cfc67116a706fd18b8f6a9c11a16753c5626d689
51679 Author: Michal Simek <monstr@monstr.eu>
51680 Date:   Sun Mar 11 13:48:24 2007 +0100
51681
51682     [Microblaze][PATCH] part 2
51683     timer support
51684     interrupt controller support
51685     flash support
51686     ethernet support
51687     cache support
51688     board information support
51689     env support
51690     booting image support
51691
51692     adding support for Xilinx ML401
51693
51694 commit 76316a318de91f6184e7c22a10e02d275ade2441
51695 Author: Michal Simek <monstr@monstr.eu>
51696 Date:   Sun Mar 11 13:42:58 2007 +0100
51697
51698     [Microblaze][PATCH]
51699     timer support
51700     interrupt controller support
51701     flash support
51702     ethernet support
51703     cache support
51704     board information support
51705     env support
51706     booting image support
51707
51708     adding support for Xilinx ML401
51709
51710 commit 8db13d63157811c839d15a313d9f2d2f5fd10af3
51711 Author: Aubrey Li <aubrey.adi@gmail.com>
51712 Date:   Sat Mar 10 23:49:29 2007 +0800
51713
51714     [Blackfin][PATCH] code cleanup
51715
51716 commit ef26a08fef928b7bc11ae2c109e638dc3a016d91
51717 Author: Aubrey.Li <aubrey.adi@gmail.com>
51718 Date:   Fri Mar 9 13:40:56 2007 +0800
51719
51720     [Blackfin][PATCH-2/2] Common files changed to support bf533 platform
51721
51722 commit 3f0606ad0b5639f7f22848fe5b4574e754d0470f
51723 Author: Aubrey.Li <aubrey.adi@gmail.com>
51724 Date:   Fri Mar 9 13:38:44 2007 +0800
51725
51726     [Blackfin]PATCH-1/2]: Remove obsolete blackfin port and add bf533 platform support
51727
51728 commit 992423ab43c2bcf6b704853bd00af77450915e20
51729 Author: Stefan Roese <sr@denx.de>
51730 Date:   Thu Mar 8 23:00:08 2007 +0100
51731
51732     ppc4xx: Fix file mode of sequoia.c
51733
51734     Signed-off-by: Stefan Roese <sr@denx.de>
51735
51736 commit eb92f613556800f7483666db09d9a237ad911d4a
51737 Author: Wolfgang Denk <wd@pollux.denx.de>
51738 Date:   Thu Mar 8 22:52:51 2007 +0100
51739
51740     Minor cleanup.
51741
51742 commit 8ce16f55c7b9752af3d8bed84521aec5337e2de1
51743 Author: John Otken john@softadvances.com <john@softadvances.com>
51744 Date:   Thu Mar 8 09:39:48 2007 -0600
51745
51746     ppc4xx: Clear Sequoia/Rainier security engine reset bits
51747
51748     Signed-off-by: John Otken john@softadvances.com <john@softadvances.com>
51749
51750 commit 650a330dd2539130c8c324791e2f9f75aed79d4e
51751 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
51752 Date:   Thu Mar 8 16:26:52 2007 +0100
51753
51754     [PATCH] I2C: add some more SPD eeprom decoding for DDR2 modules
51755
51756     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
51757
51758 commit d9fc703246840c4b268debf48c334ba55c597dc0
51759 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
51760 Date:   Thu Mar 8 16:25:47 2007 +0100
51761
51762     [PATCH] I2C: disable flat i2c commands when CONFIG_I2C_CMD_TREE is defined
51763
51764     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
51765
51766 commit ced5b9029043397348cdc88e0cfcd6b1f629250b
51767 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
51768 Date:   Thu Mar 8 16:23:11 2007 +0100
51769
51770     [PATCH] 4xx: allow CONFIG_I2C_CMD_TREE without CONFIG_I2C_MULTI_BUS
51771
51772     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
51773
51774 commit d8a8ea5c476d37006fc7f85b7f903142795c8b14
51775 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
51776 Date:   Thu Mar 8 16:20:32 2007 +0100
51777
51778     [PATCH] I2C: Add missing default CFG_SPD_BUS_NUM
51779
51780     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
51781
51782 commit f9fc6a5852a6335840882fa2111925010eea1abe
51783 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
51784 Date:   Wed Mar 7 15:32:01 2007 +0100
51785
51786     fixed ethernet phy configuration for plu405 board
51787
51788     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
51789
51790 commit 769104c9356594deb2092e204a39c05b33202d6c
51791 Author: Wolfgang Denk <wd@pollux.denx.de>
51792 Date:   Thu Mar 8 21:49:27 2007 +0100
51793
51794     Minor cleanup
51795
51796 commit 00cdb4ce5e1b42248e7e6522ad0da3421b988afa
51797 Author: Stefan Roese <sr@denx.de>
51798 Date:   Thu Mar 8 10:13:16 2007 +0100
51799
51800     [PATCH] Update AMCC Luan 440SP eval board support
51801
51802     The AMCC Luan now uses the common 440SP(e) DDR SPD code for DDR
51803     inititializition. This includes DDR auto calibration and support
51804     for different DIMM modules, instead of the fixed setup used in
51805     the earlier version.
51806
51807     This patch also enables the cache in FLASH for the startup
51808     phase of U-Boot (while running from FLASH). After relocating to
51809     SDRAM the cache is disabled again. This will speed up the boot
51810     process, especially the SDRAM setup, since there are some loops
51811     for memory testing (auto calibration).
51812
51813     Signed-off-by: Stefan Roese <sr@denx.de>
51814
51815 commit 2f5df47351910a2936c7741cf111855829200943
51816 Author: Stefan Roese <sr@denx.de>
51817 Date:   Thu Mar 8 10:10:18 2007 +0100
51818
51819     [PATCH] Update AMCC Yucca 440SPe eval board support
51820
51821     The AMCC Yucca now uses the common 440SP(e) DDR SPD code for DDR
51822     inititializition. This includes DDR auto calibration and support
51823     for different DIMM modules, instead of the fixed setup used in
51824     the earlier version.
51825
51826     Signed-off-by: Stefan Roese <sr@denx.de>
51827
51828 commit 2721a68a9ea91f1e494649ce68b2577261f578e2
51829 Author: Stefan Roese <sr@denx.de>
51830 Date:   Thu Mar 8 10:07:18 2007 +0100
51831
51832     ppc4xx: Small AMCC Katmai 440SPe update
51833
51834     Signed-off-by: Stefan Roese <sr@denx.de>
51835
51836 commit df294497479b1dca6dd86318b2a912f72fede0df
51837 Author: Stefan Roese <sr@denx.de>
51838 Date:   Thu Mar 8 10:06:09 2007 +0100
51839
51840     ppc4xx: Update 440SP/440SPe DDR SPD setup code to support 440SP
51841
51842     Signed-off-by: Stefan Roese <sr@denx.de>
51843
51844 commit 83853178bd36bca6f0f8f1331476620c84a587fc
51845 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
51846 Date:   Wed Mar 7 12:14:50 2007 -0600
51847
51848     net - Support ping reply when processing net-loop
51849
51850     Add ICMP_ECHO_REQUEST packet support by responding with a ICMP_ECHO_REPLY.
51851
51852     This permits the ping command to test the phy interface when the phy
51853     is put in loopback mode (typically by setting register 0 bit 14).
51854
51855     It also allows the port to respond to an external ping when u-boot is
51856     processing some other net command (such as tftp).  This is useful when
51857     tftp appears to hang.
51858
51859     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
51860     Signed-off-by: Ben Warren <bwarren@qstreams.com>
51861
51862 commit fa1aef15bcd47736687be1af544506e90fba545d
51863 Author: Stefan Roese <sr@denx.de>
51864 Date:   Wed Mar 7 16:43:00 2007 +0100
51865
51866     [PATCH] Use dynamic SDRAM TLB setup on AMCC Ocotea eval board
51867
51868     Define CONFIG_PROG_SDRAM_TLB so that the TLB entries for the
51869     DDR memory are dynamically programmed matching the total size
51870     of the equipped memory (DIMM modules).
51871
51872     Signed-off-by: Stefan Roese <sr@denx.de>
51873
51874 commit e2ebe696818939e2b974628be9c921ea3fe9de13
51875 Author: Stefan Roese <sr@denx.de>
51876 Date:   Wed Mar 7 16:39:36 2007 +0100
51877
51878     [PATCH] Fix AMCC 44x SPD SDRAM init code to support 2 DIMM's
51879
51880     This patch fixes a problem that occurs when 2 DIMM's are
51881     used. This problem was first spotted and fixed by Gerald Jackson
51882     <gerald.jackson@reaonixsecurity.com> but this patch fixes the
51883     problem in a little more clever way.
51884
51885     This patch also adds the nice functionality to dynamically
51886     create the TLB entries for the SDRAM (tlb.c). So we should
51887     never run into such problems with wrong (too short) TLB
51888     initialization again on these platforms.
51889
51890     As this feature is new to the "old" 44x SPD DDR driver, it
51891     has to be enabled via the CONFIG_PROG_SDRAM_TLB define.
51892
51893     Signed-off-by: Stefan Roese <sr@denx.de>
51894
51895 commit 39218433983417b9df087976a79e3f80dd5e83d6
51896 Author: Wolfgang Denk <wd@denx.de>
51897 Date:   Wed Mar 7 16:33:44 2007 +0100
51898
51899     UC101: fix compiler warnings
51900
51901 commit 8d7e2732221bc2d64df14f700c64c23e0a4c3dce
51902 Author: Wolfgang Denk <wd@pollux.denx.de>
51903 Date:   Wed Mar 7 16:19:46 2007 +0100
51904
51905     HMI1001: fix build error, cleanup compiler warnings.
51906
51907 commit ad5bb451ade552c44bef9119d907929ebc2c126f
51908 Author: Wolfgang Denk <wd@pollux.denx.de>
51909 Date:   Tue Mar 6 18:08:43 2007 +0100
51910
51911     Restructure POST directory to support of other CPUs, boards, etc.
51912
51913 commit a5284efd125967675b2e9c6ef7b95832268ad360
51914 Author: Wolfgang Denk <wd@pollux.denx.de>
51915 Date:   Tue Mar 6 18:01:47 2007 +0100
51916
51917     Fix HOSTARCH handling.
51918     Patch by Mike Frysinger, Mar 05 2007
51919
51920 commit 07b7b0037aac5102939917d7cbe561b5c0d5aa44
51921 Author: Stefan Roese <sr@denx.de>
51922 Date:   Tue Mar 6 07:47:04 2007 +0100
51923
51924     [PATCH] Speed optimization of AMCC Sequoia/Rainier DDR2 setup
51925
51926     As provided by the AMCC applications team, this patch optimizes the
51927     DDR2 setup for 166MHz bus speed. The values provided are also save
51928     to use on a "normal" 133MHz PLB bus system. Only the refresh counter
51929     setup has to be adjusted as done in this patch.
51930
51931     For this the NAND booting version had to include the "speed.c" file
51932     from the cpu/ppc4xx directory. With this addition the NAND SPL image
51933     will just fit into the 4kbytes of program space. gcc version 4.x as
51934     provided with ELDK 4.x is needed to generate this optimized code.
51935
51936     Signed-off-by: Stefan Roese <sr@denx.de>
51937
51938 commit 647d3c3eed0da1d1505eecabe0b0fab96f956e68
51939 Author: Wolfgang Denk <wd@pollux.denx.de>
51940 Date:   Sun Mar 4 01:36:05 2007 +0100
51941
51942     Some code cleanup.
51943
51944 commit 781e026c8aa6f7e9eb5f0e72cc4d20971219b148
51945 Author: Kim Phillips <kim.phillips@freescale.com>
51946 Date:   Wed Feb 28 00:02:04 2007 -0600
51947
51948     mpc83xx: fix implicit declaration of function 'ft_get_prop' warnings
51949
51950     (cherry picked from c5bf13b02284c3204a723566a9bab700e5059659 commit)
51951
51952 commit 4feab4de7bfc2cb2fed36ad76f93c3a69659bbaf
51953 Author: Kumar Gala <galak@kernel.crashing.org>
51954 Date:   Tue Feb 27 23:51:42 2007 -0600
51955
51956     mpc83xx: Fix config of Arbiter, System Priority, and Clock Mode
51957
51958     The config value for:
51959     * CFG_ACR_PIPE_DEP
51960     * CFG_ACR_RPTCNT
51961     * CFG_SPCR_TSEC1EP
51962     * CFG_SPCR_TSEC2EP
51963     * CFG_SCCR_TSEC1CM
51964     * CFG_SCCR_TSEC2CM
51965
51966     Were not being used when setting the appropriate register
51967
51968     Added:
51969     * CFG_SCCR_USBMPHCM
51970     * CFG_SCCR_USBDRCM
51971     * CFG_SCCR_PCICM
51972     * CFG_SCCR_ENCCM
51973
51974     To allow full config of the SCCR.
51975
51976     Also removed random CFG_SCCR settings in MPC8349EMDS, TQM834x, and sbc8349
51977     that were just bogus.
51978
51979     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
51980
51981 commit d51b3cf371cd441030460ef19d36b2924c361b1a
51982 Author: Kim Phillips <kim.phillips@freescale.com>
51983 Date:   Thu Feb 22 20:06:57 2007 -0600
51984
51985     mpc83xx: update [local-]mac-address properties on UEC based devices
51986
51987     8360 and 832x weren't updating their [local-]mac-address
51988     properties. This patch fixes that.
51989
51990     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
51991
51992 commit 61f4f912acbe60776c5e00df1ec94094ce672957
51993 Author: Timur Tabi <timur@freescale.com>
51994 Date:   Tue Feb 13 10:41:42 2007 -0600
51995
51996     mpc83xx: write MAC address to mac-address and local-mac-address
51997
51998     Some device trees have a mac-address property, some have local-mac-address,
51999     and some have both.  To support all of these device trees, this patch
52000     updates ftp_cpu_setup() to write the MAC address to mac-address if it exists.
52001     This function already updates local-mac-address.
52002
52003     Signed-off-by: Timur Tabi <timur@freescale.com>
52004
52005 commit 22d71a71f57fd5d38b27ac3848e50d790360a598
52006 Author: Kim Phillips <kim.phillips@freescale.com>
52007 Date:   Tue Feb 27 18:41:08 2007 -0600
52008
52009     mpc83xx: add command line editing by default
52010
52011 commit 3fc0bd159103b536e1c54c6f4457a09b3aba66ca
52012 Author: Kim Phillips <kim.phillips@freescale.com>
52013 Date:   Wed Feb 14 19:50:53 2007 -0600
52014
52015     mpc83xx: Disable G1TXCLK, G2TXCLK h/w buffers
52016
52017     Disable G1TXCLK, G2TXCLK h/w buffers. This patch
52018     fixes a networking timeout issue with MPC8360EA (Rev.2) PBs.
52019
52020     Verified on Rev. 1.1, Rev. 1.2, and Rev. 2.0 boards.
52021
52022     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
52023     Signed-off-by: Emilian Medve <Emilian.Medve@freescale.com>
52024
52025 commit d61853cf2472e0b8bcbd131461a93d1c49ff0c1f
52026 Author: Xie Xiaobo <r63061@freescale.com>
52027 Date:   Wed Feb 14 18:27:17 2007 +0800
52028
52029     mpc83xx: Add DDR2 controller fixed/SPD Init for MPC83xx
52030
52031     The code supply fixed and SPD initialization for MPC83xx DDR2 Controller.
52032     it pass DDR/DDR2 compliance tests.
52033
52034     Signed-off-by: Xie Xiaobo <X.Xie@freescale.com>
52035
52036 commit b110f40bd180c6b560276589beedf753e97c46ce
52037 Author: Xie Xiaobo <r63061@freescale.com>
52038 Date:   Wed Feb 14 18:27:06 2007 +0800
52039
52040     mpc83xx: Add the cpu specific code for MPC8360E rev2.0 MDS
52041
52042     MPC8360E rev2.0 have new spridr,and PVR value,
52043     The MDS board for MPC8360E rev2.0 has 32M bytes Flash and 256M DDR2 DIMM.
52044
52045     Signed-off-by: Xie Xiaobo <X.Xie@freescale.com>
52046
52047 commit 8d172c0f0d85998a256a95b7459a5403a30380ed
52048 Author: Xie Xiaobo <r63061@freescale.com>
52049 Date:   Wed Feb 14 18:26:44 2007 +0800
52050
52051     mpc83xx: Add the cpu and board specific code for MPC8349E rev3.1 MDS
52052
52053     MPC8349E rev3.1 have new spridr,and PVR value,
52054     The MDS board for MPC8349E rev3.1 has 32M bytes Flash and 256M DDR2 DIMM.
52055
52056     Signed-off-by: Xie Xiaobo<X.Xie@freescale.com>
52057
52058 commit f6f5f709e5c8e4564c4dfeecfdf2279244f9c83b
52059 Author: Joakim Tjernlund <joakim.tjernlund@transmode.se>
52060 Date:   Wed Jan 31 11:04:19 2007 +0100
52061
52062     mpc83xx: Fix empty i2c reads/writes in fsl_i2c.c
52063
52064     Fix empty i2c reads/writes, i2c_write(0x50, 0x00, 0, NULL, 0)
52065     which is used to se if an slave will ACK after receiving its address.
52066
52067     Correct i2c probing to use this method as the old method could upset
52068     a slave as it wrote a data byte to it.
52069
52070     Add a small delay in i2c_init() to let the controller
52071     shutdown any ongoing I2C activity.
52072
52073     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
52074
52075 commit 7a78f148d6a7298e4fface680dc7eacd877b1aba
52076 Author: Timur Tabi <timur@freescale.com>
52077 Date:   Wed Jan 31 15:54:29 2007 -0600
52078
52079     mpc83xx: Add support for the MPC8349E-mITX-GP
52080
52081     Add support for the MPC8349E-mITX-GP, a stripped-down version of the
52082     MPC8349E-mITX.  Bonus features include support for low-boot (BMS bit in
52083     HRCW is 0) for the ITX and a README for the ITX and the ITX-GP.
52084
52085     Signed-off-by: Timur Tabi <timur@freescale.com>
52086
52087 commit fab16807adad350f618024350c6950165c247c72
52088 Author: Timur Tabi <timur@freescale.com>
52089 Date:   Wed Jan 31 15:54:20 2007 -0600
52090
52091     mpc83xx: Delete sdram_init() for MPC8349E-mITX
52092
52093     There is no SDRAM on any of the 8349 ITX variants, so function sdram_init()
52094     never does anything.  This patch deletes it.
52095
52096     Signed-off-by: Timur Tabi <timur@freescale.com>
52097
52098 commit a87c856eb411b9365937d0d4b9c21e46adbe1c14
52099 Author: Dave Liu <daveliu@freescale.com>
52100 Date:   Fri Jan 19 10:43:26 2007 +0800
52101
52102     mpc83xx: Fix the LAW1/3 bug
52103
52104     The patch solves the alignment problem of the local bus access windows to
52105     render accessible the memory bank and PHY registers of UPC 1 (starting at
52106     0xf801 0000). What we actually did was to adjust the sizes of the bus
52107     access windows so that the base address alignment requirement would be met.
52108
52109     Signed-off-by: Chereji Marian <marian.chereji@freescale.com>
52110     Signed-off-by: Gridish Shlomi <gridish@freescale.com>
52111     Signed-off-by: Dave Liu <daveliu@freescale.com>
52112
52113 commit 97c4b397dce236a7318b304667bf89e59d08b17c
52114 Author: Kim Phillips <kim.phillips@freescale.com>
52115 Date:   Tue Jan 30 16:15:31 2007 -0600
52116
52117     mpc83xx: don't hang if watchdog configured on 8360, 832x
52118
52119     don't hang if watchdog configured on 8360, 832x
52120
52121     The watchdog programming model is the same across all 83xx devices;
52122     make the code reflect that.
52123
52124 commit b70047478570e371ce7223be342ce98afea0f7d6
52125 Author: Kim Phillips <kim.phillips@freescale.com>
52126 Date:   Tue Jan 30 16:15:21 2007 -0600
52127
52128     mpc83xx: protect memcpy to bad address if a local-mac-address is missing from dt
52129
52130     protect memcpy to bad address if a local-mac-address is missing from dt
52131
52132 commit 6752ed088c75c26a89b70c46b7326a4cd6015f29
52133 Author: Kim Phillips <kim.phillips@freescale.com>
52134 Date:   Tue Jan 30 16:15:04 2007 -0600
52135
52136     mpc83xx: make 8360 default environment fdt be 8360 (not 8349)
52137
52138     make 8360 default environment fdt be 8360 (not 8349)
52139
52140 commit a28899c910024a0226331df07207b1038c300c93
52141 Author: Emilian Medve <Emilian.Medve@freescale.com>
52142 Date:   Tue Jan 30 16:14:50 2007 -0600
52143
52144     mpc83xx: Fix alternating tx error / tx buffer not ready bug in QE UEC
52145
52146     The problem is not gcc4 but the code itself. The BD_STATUS() macro can't
52147     be used for busy-waiting since it strips the 'volatile' property from
52148     the bd variable. gcc3 was working by pure luck.
52149
52150     This is a follow on patch to "Fix the UEC driver bug of QE"
52151
52152 commit 3e78a31cfe3d3022f46f67eb88e1281d5cc2eb89
52153 Author: Kumar Gala <galak@kernel.crashing.org>
52154 Date:   Tue Jan 30 14:08:30 2007 -0600
52155
52156     mpc83xx: Replace CONFIG_MPC8349 and use CONFIG_MPC834X instead
52157
52158     The code that is ifdef'd with CONFIG_MPC8349 is actually applicable to all
52159     MPC834X class processors.  Change the protections from CONFIG_MPC8349 to
52160     CONFIG_MPC834X so they are more generic.
52161
52162     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
52163
52164 commit ae246dc6c1937c291014eadd90b6d48c438c7cb0
52165 Author: Kim Phillips <kim.phillips@freescale.com>
52166 Date:   Thu Jan 25 13:40:55 2007 -0600
52167
52168     mpc83xx: add MPC832XEMDS and sbc8349 to MAKEALL
52169
52170 commit 4decd84e8f04279c5cfff7f8e907465ef8d8a3fb
52171 Author: Kim Phillips <kim.phillips@freescale.com>
52172 Date:   Wed Jan 24 17:18:37 2007 -0600
52173
52174     mpc83xx: sort Makefile targets
52175
52176     reordered targets alphabetically
52177
52178 commit 91e25769771c1164ed63ffca0add49f934ae3343
52179 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
52180 Date:   Tue Jan 16 11:38:14 2007 -0500
52181
52182     mpc83xx: U-Boot support for Wind River SBC8349
52183
52184     I've redone the SBC8349 support to match git-current, which
52185     incorporates all the MPC834x updates from Freescale since the 1.1.6
52186     release,  including the DDR changes.
52187
52188     I've kept all the SBC8349 files as parallel as possible to the
52189     MPC8349EMDS ones for ease of maintenance and to allow for easy
52190     inspection of what was changed to support this board.  Hence the SBC8349
52191     U-Boot has FDT support and everything else that the MPC8349EMDS has.
52192
52193     Fortunately the Freescale updates added support for boards using CS0,
52194     but I had to change spd_sdram.c to allow for board specific settings for
52195     the sdram_clk_cntl (it is/was hard coded to zero, and that remains the
52196     default if the board doesn't specify a value.)
52197
52198     Hopefully this should be mergeable as-is and require no whitespace
52199     cleanups or similar, but if something doesn't measure up then let me
52200     know and I'll fix it.
52201
52202     Thanks,
52203     Paul.
52204
52205 commit 05031db456ab227f3e3752f37b9b812b65bb83ad
52206 Author: Sam Song <samsongshu@yahoo.com.cn>
52207 Date:   Thu Dec 14 19:03:21 2006 +0800
52208
52209     mpc83xx: Remove a redundant semicolon in mpc8349itx.c
52210
52211     A redundant semicolon existed in mpc8349itx.c
52212     should be removed.
52213
52214     Signed-off-by: Sam Song <samsongshu@yahoo.com.cn>
52215
52216 commit f35f358241c549be3f75cfe2eaa642914275b7ba
52217 Author: Jerry Van Baren <gerald.vanbaren@comcast.net>
52218 Date:   Wed Dec 6 21:23:55 2006 -0500
52219
52220     mpc83xx: Put the version (and magic) after the HRCW.
52221
52222     Put the version (and magic) after the HRCW.  This puts it in a fixed
52223     location in flash, not at the start of flash but as close as we can get.
52224
52225     Signed-off-by: Jerry Van Baren <vanbaren@cideas.com>
52226
52227 commit 48aecd969171a6e99a55fae04933857787f9a5bd
52228 Author: Dave Liu <r63238@freescale.com>
52229 Date:   Thu Dec 7 21:14:51 2006 +0800
52230
52231     mpc83xx: Add the MPC832XEMDS board readme
52232
52233     Add the MPC832XEMDS board readme
52234
52235     Signed-off-by: Dave Liu <daveliu@freescale.com>
52236
52237 commit 24c3aca3f1358b113d3215adb5433b156e99f72b
52238 Author: Dave Liu <r63238@freescale.com>
52239 Date:   Thu Dec 7 21:13:15 2006 +0800
52240
52241     mpc83xx: Add support for the MPC832XEMDS board
52242
52243     This patch supports DUART, ETH3/4 and PCI etc.
52244
52245     Signed-off-by: Dave Liu <daveliu@freescale.com>
52246
52247 commit e080313c32322e15ab5a18eb896a252858c57284
52248 Author: Dave Liu <r63238@freescale.com>
52249 Date:   Thu Dec 7 21:11:58 2006 +0800
52250
52251     mpc83xx: streamline the 83xx immr head file
52252
52253     For better format and style, I streamlined the 83xx head files,
52254     including immap_83xx.h and mpc83xx.h. In the old head files, 1)
52255     duplicated macro definition appear in the both files; 2) the structure
52256     of QE immr is duplicated in the immap_83xx.h and immap_qe.h; 3) The
52257     macro definition put inside the each structure. So, I cleaned up the
52258     structure of QE immr from immap_83xx.h, deleted the duplicated stuff and
52259     moved the macro definition to mpc83xx.h, Just like MPC8260.
52260
52261     CHANGELOG
52262
52263     *streamline the 83xx immr head file
52264
52265     Signed-off-by: Dave Liu <daveliu@freescale.com>
52266
52267 commit ddd02492f43db5408f5ab9f823b0ba5796e28ef0
52268 Author: Dave Liu <r63238@freescale.com>
52269 Date:   Wed Dec 6 11:38:17 2006 +0800
52270
52271     mpc83xx: Fix the UEC driver bug of QE
52272
52273     The patch prevents the GCC tool chain from striping useful code for
52274     optimization. It will make UEC ethernet driver workable, Otherwise the
52275     UEC will fail in tx when you are using gcc4.x. but the driver can work
52276     when using gcc3.4.3.
52277
52278     CHANGELOG
52279
52280     *Prevent the GCC from striping code for optimization, Otherwise the UEC
52281     will tx failed when you are using gcc4.x.
52282
52283     Signed-off-by: Dave Liu <daveliu@freescale.com>
52284
52285 commit ba58e4c9a9a917ce795dd16d4ec8d515f9f7aa35
52286 Author: Stefan Roese <sr@denx.de>
52287 Date:   Thu Mar 1 21:11:36 2007 +0100
52288
52289     [PATCH] Update AMCC Katmai 440SPe eval board support
52290
52291     This patch updates the recently added Katmai board support. The biggest
52292     change is the support of ECC DIMM modules in the 440SP(e) SPD DDR2
52293     driver.
52294
52295     Please note, that still some problems are left with some memory
52296     configurations. See the driver for more details.
52297
52298     Signed-off-by: Stefan Roese <sr@denx.de>
52299
52300 commit 8c12045a3b06c5b6675d3fe02fbc9f545988129a
52301 Author: Stefan Roese <sr@denx.de>
52302 Date:   Thu Mar 1 07:03:25 2007 +0100
52303
52304     [PATCH] I2C: Add missing default CFG_RTC_BUS_NUM & CFG_DTT_BUS_NUM
52305
52306     Signed-off-by: Stefan Roese <sr@denx.de>
52307
52308 commit ccbc7036648e465697ca298ba51e0e76dda352a0
52309 Author: Wolfgang Denk <wd@pollux.denx.de>
52310 Date:   Wed Feb 28 01:28:53 2007 +0100
52311
52312     SC3: fix typo in default environment
52313
52314 commit e344568b1b46af85ec32d815586f91bc115d6223
52315 Author: Sergei Poselenov <sposelenov@emcraft.com>
52316 Date:   Tue Feb 27 20:15:30 2007 +0300
52317
52318     MCC200: Fixes for update procedure
52319
52320     - fix logic error in image type handling
52321     - make sure file system images (cramfs etc.) get stored in flash
52322       with image header stripped so they can be mounted through MTD
52323
52324 commit 743571145b37182757d4e688a77860b36ee77573
52325 Author: Wolfgang Denk <wd@pollux.denx.de>
52326 Date:   Tue Feb 27 14:26:04 2007 +0100
52327
52328     Minor code cleanup.
52329
52330 commit 638dd1458bbdc2a55d4b9e25c5c4e1f838a5dc72
52331 Author: Sergei Poselenov <sposelenov@emcraft.com>
52332 Date:   Tue Feb 27 12:40:16 2007 +0300
52333
52334     MCC200 update - add LCD Progress Indicator
52335
52336 commit 6c7cac8c4fce0ea2bf8e15ed8658d87974155b44
52337 Author: Stefan Roese <sr@denx.de>
52338 Date:   Thu Feb 22 07:43:34 2007 +0100
52339
52340     [PATCH] get_dev() now unconditionally uses manual relocation
52341
52342     Since the relocation fix is not included yet and we're not sure how
52343     it will be added, this patch removes code that required relocation
52344     to be fixed for now.
52345
52346     Signed-off-by: Stefan Roese <sr@denx.de>
52347
52348 commit 8274ec0bd01d2feb2c7f095eba78d42ea009798b
52349 Author: Stefan Roese <sr@denx.de>
52350 Date:   Thu Feb 22 07:40:23 2007 +0100
52351
52352     [PATCH] Change systemace driver to select 8 & 16bit mode
52353
52354     As suggested by Grant Likely this patch enables the Xilinx SystemACE
52355     driver to select 8 or 16bit mode upon startup.
52356
52357     Signed-off-by: Stefan Roese <sr@denx.de>
52358
52359 commit 3a197b2fe49d6fa03978e60af2394efe9c70b527
52360 Author: Haiying Wang <Haiying.Wang@freescale.com>
52361 Date:   Wed Feb 21 16:52:31 2007 +0100
52362
52363     [PATCH v3] Add sync to ensure flash_write_cmd is fully finished
52364
52365     Some CPUs like PPC, BLACKFIN need sync() to ensure cfi flash write command
52366     is fully finished. The sync() is defined in each CPU's io.h file. For
52367     those CPUs which do not need sync for now, a dummy sync() is defined in
52368     their io.h as well.
52369
52370     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
52371
52372 commit da04995c7dc6772013a9a0dc5c767f190c402478
52373 Author: Stefan Roese <sr@denx.de>
52374 Date:   Wed Feb 21 13:44:34 2007 +0100
52375
52376     [PATCH] Fix problem in systemace driver (ace_writew instead of ace_write)
52377
52378     Signed-off-by: Stefan Roese <sr@denx.de>
52379
52380 commit 751bb57107d78978ae08e697c3deba816f5be091
52381 Author: Stefan Roese <sr@denx.de>
52382 Date:   Tue Feb 20 13:21:57 2007 +0100
52383
52384     [PATCH] Fix relocation problem with "new" get_dev() function
52385
52386     This patch enables the "new" get_dev() function for block devices
52387     introduced by Grant Likely to be used on systems that still suffer
52388     from the relocation problems (manual relocation neede because of
52389     problems with linker script).
52390
52391     Hopefully we can resolve this relocation issue soon for all platform
52392     so we don't need this additional code anymore.
52393
52394     Signed-off-by: Stefan Roese <sr@denx.de>
52395
52396 commit d93e2212f962668b3dce091ff5edc33f2347fe37
52397 Author: Stefan Roese <sr@denx.de>
52398 Date:   Tue Feb 20 13:17:42 2007 +0100
52399
52400     [PATCH] Update SystemACE driver for 16bit access
52401
52402     This patch removes some problems when the Xilinx SystemACE driver
52403     is used with 16bit access on an big endian platform (like the
52404     AMCC Katmai).
52405
52406     Signed-off-by: Stefan Roese <sr@denx.de>
52407
52408 commit 874bb7b88fe9b4648e1288a387af2e31014a72f3
52409 Author: Stefan Roese <sr@denx.de>
52410 Date:   Tue Feb 20 13:15:40 2007 +0100
52411
52412     [PATCH] Clean up Katmai (440SPe) linker script
52413
52414     Signed-off-by: Stefan Roese <sr@denx.de>
52415
52416 commit 4745acaa1a603b67f6b9b7970365ebadd7d6586f
52417 Author: Stefan Roese <sr@denx.de>
52418 Date:   Tue Feb 20 10:57:08 2007 +0100
52419
52420     [PATCH] Add support for the AMCC Katmai (440SPe) eval board
52421
52422     Signed-off-by: Stefan Roese <sr@denx.de>
52423
52424 commit 0dc018ece13effc689e47479ea9ebf1c98a507f5
52425 Author: Stefan Roese <sr@denx.de>
52426 Date:   Tue Feb 20 10:51:26 2007 +0100
52427
52428     [PATCH] I2C: Add support for multiple I2C busses for RTC & DTT
52429
52430     This patch switches to the desired I2C bus when the date/dtt
52431     commands are called. This can be configured using the
52432     CFG_RTC_BUS_NUM and/or CFG_DTT_BUS_NUM defines.
52433
52434     Signed-off-by: Stefan Roese <sr@denx.de>
52435
52436 commit 4037ed3b63923cfcec27f784a89057c3cbabcedb
52437 Author: Stefan Roese <sr@denx.de>
52438 Date:   Tue Feb 20 10:43:34 2007 +0100
52439
52440     [PATCH] PPC4xx: Add 440SP(e) DDR2 SPD DIMM support
52441
52442     This patch adds support for the DDR2 controller used on the
52443     440SP and 440SPe. It is tested on the Katmai (440SPe) eval
52444     board and works fine with the following DIMM modules:
52445
52446     - Corsair CM2X512-5400C4 (512MByte per DIMM)
52447     - Kingston ValueRAM KVR667D2N5/512 (512MByte per DIMM)
52448     - Kingston ValueRAM KVR667D2N5K2/2G (1GByte per DIMM)
52449
52450     This patch also adds the nice functionality to dynamically
52451     create the TLB entries for the SDRAM (tlb.c). So we should
52452     never run into such problems with wrong (too short) TLB
52453     initialization again on these platforms.
52454
52455     Signed-off-by: Stefan Roese <sr@denx.de>
52456
52457 commit 36d830c9830379045f5daa9f542ac1c990c70068
52458 Author: Stefan Roese <sr@denx.de>
52459 Date:   Tue Feb 20 10:35:42 2007 +0100
52460
52461     [PATCH] PPC4xx: Split 4xx SPD SDRAM init routines into 2 files
52462
52463     Since the existing 4xx SPD SDRAM initialization routines for the
52464     405 SDRAM controller and the 440 DDR controller don't have much in
52465     common this patch splits both drivers into different files.
52466
52467     This is in preparation for the 440 DDR2 controller support (440SP/e).
52468
52469     Signed-off-by: Stefan Roese <sr@denx.de>
52470
52471 commit 79b2d0bb2eae09602448f7a7cb56530d2f31e6c6
52472 Author: Stefan Roese <sr@denx.de>
52473 Date:   Tue Feb 20 10:27:08 2007 +0100
52474
52475     [PATCH] PPC4xx: Add support for multiple I2C busses
52476
52477     This patch adds support for multiple I2C busses on the PPC4xx
52478     platforms. Define CONFIG_I2C_MULTI_BUS in the board config file
52479     to make use of this feature.
52480
52481     It also merges the 405 and 440 i2c header files into one common
52482     file 4xx_i2c.h.
52483
52484     Also the 4xx i2c reset procedure is reworked since I experienced
52485     some problems with the first access on the 440SPe Katmai board.
52486
52487     Signed-off-by: Stefan Roese <sr@denx.de>
52488
52489 commit eb867a76238fb38e952c37871b16d0d7fd61c95f
52490 Author: Grant Likely <grant.likely@secretlab.ca>
52491 Date:   Tue Feb 20 09:05:45 2007 +0100
52492
52493     [PATCH 9_9] Use "void *" not "unsigned long *" for block dev read_write buffer pointers
52494
52495     Block device read/write is anonymous data; there is no need to use a
52496     typed pointer.  void * is fine.  Also add a hook for block_read functions
52497
52498     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
52499
52500 commit 53758fa20e935cc87eeb0519ed365df753a6f289
52501 Author: Grant Likely <grant.likely@secretlab.ca>
52502 Date:   Tue Feb 20 09:05:38 2007 +0100
52503
52504     [PATCH 8_9] Add block_write hook to block_dev_desc_t
52505
52506     Preparation for future patches which support block device writing
52507
52508     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
52509
52510 commit f4852ebe6ca946a509667eb68be42026f837be76
52511 Author: Grant Likely <grant.likely@secretlab.ca>
52512 Date:   Tue Feb 20 09:05:31 2007 +0100
52513
52514     [PATCH 7_9] Replace ace_readw_ace_writeb functions with macros
52515
52516     Register read/write does not need to be wrapped in a full function.  The
52517     patch replaces them with macros.
52518
52519     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
52520
52521 commit 3a8ce9af6fcb5744a7851b4440c07688acc40844
52522 Author: Grant Likely <grant.likely@secretlab.ca>
52523 Date:   Tue Feb 20 09:05:23 2007 +0100
52524
52525     [PATCH 6_9] Move common_cmd_ace.c to drivers_systemace.c
52526
52527     The code in this file is not a command; it is a device driver.  Put it in
52528     the correct place.  There are zero functional changes in this patch, it
52529     only moves the file.
52530
52531     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
52532
52533 commit 984618f3e7794c783ec8d1511e74c6ee2d69bfe4
52534 Author: Grant Likely <grant.likely@secretlab.ca>
52535 Date:   Tue Feb 20 09:05:16 2007 +0100
52536
52537     [PATCH 5_9] Whitespace fixup on common_cmd_ace.c (using Lindent)
52538
52539     This patch is in preparation of additional changes to the sysace driver.
52540     May as well take this opportunity to fixup the inconsistent whitespace since
52541     this file is about to undergo major changes anyway.
52542
52543     There are zero functional changes in this patch.  It only cleans up the
52544     the whitespace.
52545
52546     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
52547
52548 commit 80ba981d940471fe7e539e64fa3d2bd80002beda
52549 Author: Grant Likely <grant.likely@secretlab.ca>
52550 Date:   Tue Feb 20 09:05:07 2007 +0100
52551
52552     [PATCH 4_4] Remove local implementation of isprint() in ft_build.c
52553
52554     isprint is already defined in ctype.c
52555
52556     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
52557
52558 commit c95c4280d751ca078c2ff58228d2f2b44ccf0600
52559 Author: Grant Likely <grant.likely@secretlab.ca>
52560 Date:   Tue Feb 20 09:05:00 2007 +0100
52561
52562     [PATCH 3_9] Move buffer print code from md command to common function
52563
52564     Printing a buffer is a darn useful thing.  Move the buffer print code
52565     into print_buffer() in lib_generic/
52566
52567     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
52568
52569 commit 99b0f0fd3fbf2572ae1a7723dd90cffc8e85130a
52570 Author: Grant Likely <grant.likely@secretlab.ca>
52571 Date:   Tue Feb 20 09:04:52 2007 +0100
52572
52573     [PATCH 2_4] Use config.h, not xparameters.h, for xilinx targets
52574
52575     Change the xilinx device drivers and board code to include config.h
52576     instead of xparameters.h directly.  config.h always includes the
52577     correct xparameters file.  This change reduces the posibility of
52578     including the wrong file when adding a new xilinx board port
52579
52580     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
52581
52582 commit 735dd97b1b20e777d059c7b389fe9d70cd3f80c7
52583 Author: Grant Likely <grant.likely@secretlab.ca>
52584 Date:   Tue Feb 20 09:04:34 2007 +0100
52585
52586     [PATCH 1_4] Merge common get_dev() routines for block devices
52587
52588     Each of the filesystem drivers duplicate the get_dev routine.  This change
52589     merges them into a single function in part.c
52590
52591     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
52592
52593 commit f5fcc3c20b65554e98a165542c36ee0c610a2d81
52594 Author: Wolfgang Denk <wd@pollux.denx.de>
52595 Date:   Mon Feb 19 23:09:51 2007 +0100
52596
52597     MCC200: Software Updater: allow both "ramdisk" and "filesystem" types
52598     as root file system images.
52599
52600 commit 489c696ae7211218961d159e43e722d74c36fcbc
52601 Author: Sergei Poselenov <sposelenov@emcraft.com>
52602 Date:   Wed Feb 14 14:30:28 2007 +0300
52603
52604     MCC200: Extensions to Software Update Mechanism
52605
52606     Update / extend Software Update Mechanism for MCC200 board:
52607
52608     - Add support for rootfs image added. The environment variables
52609       "rootfs_st" and "rootfs_nd" can be used to override the default
52610       values of the image start and end.
52611     - Remove excessive key check code.
52612     - Code cleanup.
52613
52614 commit 4be23a12f23f1372634edc3215137b09768b7949
52615 Author: Stefan Roese <sr@denx.de>
52616 Date:   Mon Feb 19 08:23:15 2007 +0100
52617
52618     [PATCH] Update Sequoia EBC configuration (NOR FLASH)
52619
52620     As spotted by Matthias Fuchs, the READY input should not be
52621     enabled for the NOR FLASH on the Sequoia board.
52622
52623     Signed-off-by: Stefan Roese <sr@denx.de>
52624
52625 commit 2605e90bf676d48123afe5719a846d2b52b24aac
52626 Author: Heiko Schocher <hs@pollux.denx.de>
52627 Date:   Fri Feb 16 07:57:42 2007 +0100
52628
52629     [PATCH] Added support for the jupiter board.
52630
52631     Signed-off-by: Heiko Schocher <hs@denx.de>
52632
52633 commit 497d012e5be0194e1084073d0081eb1a844796b2
52634 Author: Gary Jennejohn <garyj@pollux.denx.de>
52635 Date:   Mon Feb 12 13:11:50 2007 +0100
52636
52637     LPC2292: patch from Siemens.
52638
52639 commit b0b1a920aebead0d44146e73676ae9d80fffc8e2
52640 Author: Stefan Roese <sr@denx.de>
52641 Date:   Sat Feb 10 08:49:31 2007 +0100
52642
52643     [PATCH] Add missing p3mx.h file to repository (ups)
52644
52645     Signed-off-by: Stefan Roese <sr@denx.de>
52646
52647 commit 53d4a4983fb9b3ae5f7b2f10c599aca2b1b4034a
52648 Author: Bartlomiej Sieka <tur@semihalf.com>
52649 Date:   Fri Feb 9 10:45:42 2007 +0100
52650
52651     [Motion-PRO] Preliminary support for the Motion-PRO board.
52652
52653 commit 5a753f98c6a01bd1c61a9a3f95e8329a35f62994
52654 Author: Stefan Roese <sr@denx.de>
52655 Date:   Wed Feb 7 16:51:08 2007 +0100
52656
52657     [PATCH] Update some AMCC 4xx board config files (set initrd_high)
52658
52659     Some boards that can have more than 768MBytes of SDRAM need to
52660     set "initrd_high", so that the initrd can be accessed by the
52661     Linux kernel.
52662
52663     Signed-off-by: Stefan Roese <sr@denx.de>
52664
52665 commit 7372ca68227930d03cffa548310524cad5b96733
52666 Author: Stefan Roese <sr@denx.de>
52667 Date:   Fri Feb 2 12:44:22 2007 +0100
52668
52669     [PATCH] Correctly display PCI arbiter en-/disabled on some 4xx boards
52670
52671     Previously the strapping DCR/SDR was read to determine if the internal PCI
52672     arbiter is enabled or not. This strapping bit can be overridden, so now
52673     the current status is read from the correct DCR/SDR register.
52674
52675     Signed-off-by: Stefan Roese <sr@denx.de>
52676
52677 commit 2aa54f651a42d198673318f07a20c89a43e4d197
52678 Author: Stefan Roese <sr@denx.de>
52679 Date:   Fri Feb 2 12:42:08 2007 +0100
52680
52681     [PATCH] Change configuration output of Sycamore, Yellowstone & Rainier
52682
52683     Signed-off-by: Stefan Roese <sr@denx.de>
52684
52685 commit 23744d6b5bf17592eb6a0ef4f318f6089f55993b
52686 Author: Stefan Roese <sr@denx.de>
52687 Date:   Thu Feb 1 13:22:41 2007 +0100
52688
52689     [PATCH] Remove PCI-PNP configuration from Sequoia/Rainier config file
52690
52691     When PCI PNP is enabled the pci pnp configuration routine is called
52692     which sets the PCI_CACHE_SIZE_LINE to 8. This seems to generate some
52693     problems with some PCI cards. For now disable the PCI PNP configuration.
52694
52695     Signed-off-by: Stefan Roese <sr@denx.de>
52696
52697 commit 2902fadade3be7659467e8d074048c6b7068f5c0
52698 Author: Stefan Roese <sr@denx.de>
52699 Date:   Wed Jan 31 16:56:10 2007 +0100
52700
52701     [PATCH] Update 440EPx/440GRx cpu detection
52702
52703     Signed-off-by: Stefan Roese <sr@denx.de>
52704
52705 commit d5ea287b02a6945c3977410e364a879dd1a555c8
52706 Author: Stefan Roese <sr@denx.de>
52707 Date:   Wed Jan 31 16:38:04 2007 +0100
52708
52709     [PATCH] Update esd cpci5200 files
52710
52711     Signed-off-by: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
52712
52713 commit 8b7d1f0ab7d7c4fe3160bbf74a7e9690d9f3a3ab
52714 Author: Stefan Roese <sr@denx.de>
52715 Date:   Wed Jan 31 16:37:34 2007 +0100
52716
52717     [PATCH] Add support for esd mecp5200 board
52718
52719     Signed-off-by: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
52720
52721 commit 71a4e5fda8b60044ab9f46069fa1cfa26bdd07ff
52722 Author: Stefan Roese <sr@denx.de>
52723 Date:   Wed Jan 31 12:38:50 2007 +0100
52724
52725     [PATCH] Remove unneccessary yellowstone board config file
52726
52727     Signed-off-by: Stefan Roese <sr@denx.de>
52728
52729 commit e802594b6fa1b166308820c276b96dc0d7cc731c
52730 Author: Stefan Roese <sr@denx.de>
52731 Date:   Tue Jan 30 17:06:10 2007 +0100
52732
52733     [PATCH] Update Sequoia (440EPx) config file
52734
52735     The config file now handles the 2nd target, the Rainier (440GRx)
52736     evaluation board better. Additionally the PPC input clock was
52737     adjusted to match the correct value of 33.0 MHz.
52738
52739     Signed-off-by: Stefan Roese <sr@denx.de>
52740
52741 commit 700200c67e73b83751418abe7815840dca8fd6cb
52742 Author: Stefan Roese <sr@denx.de>
52743 Date:   Tue Jan 30 17:04:19 2007 +0100
52744
52745     [PATCH] Merge Yosemite & Yellowstone board ports
52746
52747     Now the AMCC eval boards Yosemite (440EP) and Yellowstone (440GR)
52748     share one config file and all board specific files. This way we
52749     don't have to maintain two different sets of files for nearly
52750     identical boards.
52751
52752     Signed-off-by: Stefan Roese <sr@denx.de>
52753
52754 commit 1bbf5eae322f5f1f6427ecc3ac13a0cb7dba8ad6
52755 Author: Stefan Roese <sr@denx.de>
52756 Date:   Tue Jan 30 15:01:49 2007 +0100
52757
52758     [PATCH] Update Prodrive SCPU (PDNB3 variant) board
52759
52760     SCPU doesn't use redundant environment in flash.
52761
52762     Signed-off-by: Stefan Roese <sr@denx.de>
52763
52764 commit 6304430ed642ea8fa15c9e5af965ac2e033eec45
52765 Author: Stefan Roese <sr@denx.de>
52766 Date:   Tue Jan 30 12:51:07 2007 +0100
52767
52768     [PATCH] alpr: Update alpr board config file
52769
52770     Signed-off-by: Stefan Roese <sr@denx.de>
52771
52772 commit f8db84f132b1e335f20f96138a1f09ed97b08664
52773 Author: Wolfgang Denk <wd@pollux.denx.de>
52774 Date:   Tue Jan 30 00:50:40 2007 +0100
52775
52776     LPC2292 SODIMM port coding style cleanup.
52777
52778 commit 6bd2447ee47ee23c18d2b3c7ccd5a20f7626f5b3
52779 Author: Gary Jennejohn <garyj@pollux.denx.de>
52780 Date:   Wed Jan 24 12:16:56 2007 +0100
52781
52782     Add port for the lpc2292sodimm evaluation board from EmbeddedArtists
52783
52784 commit 2daf046ba627f85f44195815778140039636244e
52785 Author: Bartlomiej Sieka <tur@semihalf.com>
52786 Date:   Tue Jan 23 17:22:06 2007 +0100
52787
52788     [iDMR] Add MTD and JFFS2 support, also add default partition definition.
52789
52790 commit f7db33101fbc9c8f0a10738ce87034875a17aeb9
52791 Author: Bartlomiej Sieka <tur@semihalf.com>
52792 Date:   Tue Jan 23 14:21:14 2007 +0100
52793
52794     [iDMR] Flash driver on initialisation write-protects some sectors,
52795     currently sectors 0-3. Sector 3 does not need to be protected, though
52796     (U-boot occupies sectors 0-1 and the environment sector 2). This commit
52797     fixes this, i.e., only sectors 0-2 are protected.
52798
52799 commit 0ed47bb119cd2c4c16edb2548789148f9e6dc9de
52800 Author: Bartlomiej Sieka <tur@semihalf.com>
52801 Date:   Tue Jan 23 14:11:22 2007 +0100
52802
52803     [iDMR] Using MII-related commands on iDRM board doesn't work now (e.g.,
52804     "mii device" results in "Unexpected exception"). Fixing this properly
52805     requires some clean-up in the FEC drivers infrastructure for ColdFire, so
52806     this commit disables MII commads for now.
52807
52808 commit 363d1d8f9c99b63daef81f5985cab3fc00edde5c
52809 Author: Bartlomiej Sieka <tur@semihalf.com>
52810 Date:   Tue Jan 23 13:25:22 2007 +0100
52811
52812     [ColdFire MCF5271 family] Add CPU detection based on the value of Chip
52813     Identification Register (CIR).
52814
52815 commit fdef388758506765d4d6a7155c8f1584c63ff581
52816 Author: roy zang <tie-fei.zang@freescale.com>
52817 Date:   Mon Jan 22 13:19:21 2007 +0800
52818
52819     use  CFG_WRITE_SWAPPED_DATA define instead of define CFG_FLASH_CFI_SWAP
52820     The patch by Heiko Schocher <hs@pollux.denx.de> on Jan, 19, 2007
52821     fixes cfi_driver bug for mpc7448hpc2 board. The default cfi_driver can support
52822     mpc7448hpc2 board.
52823
52824 commit a4012396645533aef218354eeba754dff0deace8
52825 Author: Wolfgang Denk <wd@pollux.denx.de>
52826 Date:   Fri Jan 19 23:08:39 2007 +0100
52827
52828     Minor code cleanup.
52829
52830 commit f539b7ba7d7ef6dd187c8209609001cb1cd95e39
52831 Author: Heiko Schocher <hs@pollux.denx.de>
52832 Date:   Fri Jan 19 19:57:10 2007 +0100
52833
52834     [PATCH] SC3 board: added CFG_CMD_AUTOSCRIPT.
52835
52836     Signed-off-by: Heiko Schocher <hs@denx.de>
52837
52838 commit d0b6e14087ddd8789f224a48e1d33f2a5df4d167
52839 Author: Heiko Schocher <hs@pollux.denx.de>
52840 Date:   Fri Jan 19 18:05:26 2007 +0100
52841
52842     [PATCH] CFI: define CFG_WRITE_SWAPPED_DATA for the CFI-Flash driver
52843                  if you must swap the bytes between reading/writing.
52844                  (Needed for the SC3 board)
52845
52846     Signed-off-by: Heiko Schocher <hs@denx.de>
52847
52848 commit 9d8d5a5bfb64768f29a0cb47fc37cd6f4c40e276
52849 Author: Stefan Roese <sr@denx.de>
52850 Date:   Thu Jan 18 16:05:47 2007 +0100
52851
52852     [PATCH] Add support for Prodrive SCPU (PDNB3 variant) board
52853
52854     Signed-off-by: Stefan Roese <sr@denx.de>
52855
52856 commit 0057d758e3e874cbe7f24745d0cce8c1cb6c207e
52857 Author: Stefan Roese <sr@denx.de>
52858 Date:   Thu Jan 18 11:54:52 2007 +0100
52859
52860     [PATCH] Update Prodrive P3Mx support
52861
52862     Signed-off-by: Stefan Roese <sr@denx.de>
52863
52864 commit 34167a36c29ee946b727465db5c014746a08e978
52865 Author: Stefan Roese <sr@denx.de>
52866 Date:   Thu Jan 18 11:48:10 2007 +0100
52867
52868     [PATCH] Add missing Taishan config file
52869
52870     Signed-off-by: Stefan Roese <sr@denx.de>
52871
52872 commit cb4820725e9fc409c5cbc8e83054a6ed522d2111
52873 Author: Heiko Schocher <hs@pollux.denx.de>
52874 Date:   Thu Jan 18 11:28:51 2007 +0100
52875
52876     [PATCH] Fix: Compilerwarnings for SC3 board.
52877                  The EBC Configuration Register is now by CFG_EBC_CFG definable
52878                  Added JFFS2 support for the SC3 board.
52879
52880     Signed-off-by: Heiko Schocher <hs@denx.de>
52881
52882 commit 5fb692cae57d1710c8f52a427cf7f39a37383fcd
52883 Author: Stefan Roese <sr@denx.de>
52884 Date:   Thu Jan 18 10:25:34 2007 +0100
52885
52886     [PATCH] Add support for AMCC Taishan PPC440GX eval board
52887
52888     Signed-off-by: Stefan Roese <sr@denx.de>
52889
52890 commit 6d3e0107235aa0e6a6dcb77f9884497280bf85ad
52891 Author: Wolfgang Denk <wd@pollux.denx.de>
52892 Date:   Tue Jan 16 18:30:50 2007 +0100
52893
52894     Raname solidcard3 into sc3; add redundant env for sc3
52895
52896 commit 1bbbbdd20fcec9933697000dcf55ff7972622596
52897 Author: Wolfgang Denk <wd@pollux.denx.de>
52898 Date:   Tue Jan 16 12:46:35 2007 +0100
52899
52900     Update default environment for Solidcard3
52901
52902 commit 5a5c56986a9ccf71642c8b6374eb18487b15fecd
52903 Author: Stefan Roese <sr@denx.de>
52904 Date:   Mon Jan 15 09:46:29 2007 +0100
52905
52906     [PATCH] Fix 440SPe rev B detection from previous patch
52907
52908     Signed-off-by: Stefan Roese <sr@denx.de>
52909
52910 commit a443d31410c571ee8f970da819a44d698fdd6b1f
52911 Author: Heiko Schocher <hs@pollux.denx.de>
52912 Date:   Sun Jan 14 13:35:31 2007 +0100
52913
52914         [FIX] correct I2C Writes for the LM81 Sensor.
52915
52916         Signed-off-by: Heiko Schocher <hs@denx.de>
52917
52918 commit 0bba5452835f19a61204edcda3a58112fd8e2208
52919 Author: Wolfgang Denk <wd@pollux.denx.de>
52920 Date:   Sat Jan 13 11:17:10 2007 +0100
52921
52922     Undo commit 3033ebb2: reset command does not take any arguments
52923
52924     Haiying Wang's modification to the reset command was broken, undo it.
52925
52926     Signed-off-by: Wolfgang Denk <wd@denx.de>
52927
52928 commit 95981778cff0038fd9941044d6a3eda810e33258
52929 Author: Stefan Roese <sr@denx.de>
52930 Date:   Sat Jan 13 08:01:03 2007 +0100
52931
52932     [PATCH] Update 440SP(e) cpu revisions
52933
52934     Also display enabled/disabled RAID 6 support for 440SP/440SPe PPC's.
52935
52936     Signed-off-by: Stefan Roese <sr@denx.de>
52937
52938 commit 77ddc5b9afb325262fd88752ba430a1dded1f0c7
52939 Author: Stefan Roese <sr@denx.de>
52940 Date:   Sat Jan 13 07:59:56 2007 +0100
52941
52942     [PATCH] Update Yellowstone (440GR) to display board rev and PCI bus speed
52943
52944     Now the board revision and the current PCI bus speed are printed after
52945     the board message.
52946
52947     Also the EBC initialising is now done via defines in the board config
52948     file.
52949
52950     Signed-off-by: Stefan Roese <sr@denx.de>
52951
52952 commit 36adff362c2c0141ff8a810d42a7e478f779130f
52953 Author: Stefan Roese <sr@denx.de>
52954 Date:   Sat Jan 13 07:59:19 2007 +0100
52955
52956     [PATCH] Update Yosemite (440EP) to display board rev and PCI bus speed
52957
52958     Now the board revision and the current PCI bus speed are printed after
52959     the board message.
52960
52961     Also the EBC initialising is now done via defines in the board config
52962     file.
52963
52964     Signed-off-by: Stefan Roese <sr@denx.de>
52965
52966 commit e0b9ea8c8a294de6a5350ae638879d24b5b709d6
52967 Author: Stefan Roese <sr@denx.de>
52968 Date:   Sat Jan 13 07:57:51 2007 +0100
52969
52970     [PATCH] Update Sequoia (440EPx) to display board rev and PCI bus speed
52971
52972     Now the board revision and the current PCI bus speed are printed after
52973     the board message.
52974
52975     Signed-off-by: Stefan Roese <sr@denx.de>
52976
52977 commit ca43ba18e910206ef8063e4b22d282630bff3fd2
52978 Author: Heiko Schocher <hs@pollux.denx.de>
52979 Date:   Thu Jan 11 15:44:44 2007 +0100
52980
52981         Added support for the SOLIDCARD III board from Eurodesign
52982
52983         Signed-off-by: Heiko Schocher <hs@denx.de>
52984
52985 commit 6abaee42621c07e81a2cd189ad4368b5e8c50280
52986 Author: Reinhard Thies <Reinhard.Thies@web.de>
52987 Date:   Wed Jan 10 14:41:14 2007 +0100
52988
52989     Adjusted default environment for cam5200 board.
52990
52991 commit bab5a90d4ccc1a46a8127b867fa59028cc623ad9
52992 Author: Wolfgang Denk <wd@pollux.denx.de>
52993 Date:   Wed Jan 10 15:35:52 2007 +0100
52994
52995     Update CHANGELOG
52996
52997 commit 787fa15860a57833e50bd30555079a9cd4e519b8
52998 Author: Wolfgang Denk <wd@pollux.denx.de>
52999 Date:   Wed Jan 10 01:28:39 2007 +0100
53000
53001     Fix auto_update for MCC200 board.
53002
53003     The invocation of do_auto_update() is moved to the end of the
53004     misc_init_r() function, after the flash mappings have been
53005     initialized. Please find attached a patch that implements that
53006     change.
53007
53008     Also correct the decoding of the keypad status. With this update, the
53009     key that will trigger the update is Column 2, Row 2.
53010
53011 commit d9384de2f571046e71081bae22b49e3d5ca2e3d5
53012 Author: Marian Balakowicz <m8@semihalf.com>
53013 Date:   Wed Jan 10 00:26:15 2007 +0100
53014
53015     CAM5200 flash driver modifications:
53016     - use CFI driver (replaces custom flash driver) for main 'cam5200' target
53017     - add second build target 'cam5200_niosflash' which still uses custom driver
53018
53019 commit 67fea022fa957f59653b5238c7496f80a6b70432
53020 Author: Markus Klotzbuecher <mk@denx.de>
53021 Date:   Tue Jan 9 16:02:48 2007 +0100
53022
53023     SPC1920: cleanup memory contoller setup
53024
53025 commit 8fc2102faa23593c80381437c09f7745a14deb40
53026 Author: Markus Klotzbuecher <mk@denx.de>
53027 Date:   Tue Jan 9 14:57:14 2007 +0100
53028
53029     Fix the cpu speed setup to work with all boards.
53030
53031 commit 9295acb77481cf099ef9b40e1fa2d145b3c7490c
53032 Author: Markus Klotzbuecher <mk@denx.de>
53033 Date:   Tue Jan 9 14:57:13 2007 +0100
53034
53035     SPC1920: add support for the FM18L08 Ramtron FRAM
53036
53037 commit 38ccd2fdf3364a53fe80e9b365303ecdafc9e223
53038 Author: Markus Klotzbuecher <mk@denx.de>
53039 Date:   Tue Jan 9 14:57:13 2007 +0100
53040
53041     SPC1920: update the HPI register addresses to work with the second
53042     generation of hardware
53043
53044 commit 5921e5313fc3eadd42770c2b99badd7fae5ecf1e
53045 Author: Markus Klotzbuecher <mk@creamnet.de>
53046 Date:   Tue Jan 9 14:57:13 2007 +0100
53047
53048     Miscellanious spc1920 related cleanups
53049
53050 commit e4c2d37adc8bb1bf69dcf600cbc6c75f916a6120
53051 Author: Markus Klotzbuecher <mk@denx.de>
53052 Date:   Tue Jan 9 14:57:12 2007 +0100
53053
53054     SPC1920 GO/NOGO led should be set to color red in U-Boot
53055
53056 commit 0be62728aac459ba268d6d752ed49ec0e2bc7348
53057 Author: Markus Klotzbuecher <mk@creamnet.de>
53058 Date:   Tue Jan 9 14:57:12 2007 +0100
53059
53060     Add support for the DS3231 RTC
53061
53062 commit 8139567b60d678584b05f0718a681f2047c5e14f
53063 Author: Markus Klotzbuecher <mk@creamnet.de>
53064 Date:   Tue Jan 9 14:57:11 2007 +0100
53065
53066     SMC1 uses external CLK4 instead of BRG on spc1920
53067
53068 commit d8d9de1a02fbd880b613d607143d1f57342affc7
53069 Author: Markus Klotzbuecher <mk@creamnet.de>
53070 Date:   Tue Jan 9 14:57:10 2007 +0100
53071
53072     Update the SPC1920 CMB PLD driver
53073
53074 commit 3f34f869162750e5e999fd140f884f5de952bcfe
53075 Author: Markus Klotzbuecher <mk@creamnet.de>
53076 Date:   Tue Jan 9 14:57:10 2007 +0100
53077
53078     Add / enable I2C support on the spc1920 board
53079
53080 commit d28707dbce1e9ac2017ad051da4133bf22b4204f
53081 Author: Markus Klotzbuecher <mk@creamnet.de>
53082 Date:   Tue Jan 9 14:57:10 2007 +0100
53083
53084     Add support for the tms320671x host port interface (HPI)
53085
53086 commit f4eb54529bb3664c3a562e488b460fe075f79d67
53087 Author: Wolfgang Denk <wd@pollux.denx.de>
53088 Date:   Sun Jan 7 00:13:11 2007 +0100
53089
53090     Prepare for release 1.2.0
53091
53092 commit f07ae7a9daef27a3d0213a4f3fe39d5342173c02
53093 Author: Stefan Roese <sr@denx.de>
53094 Date:   Sat Jan 6 15:58:09 2007 +0100
53095
53096     [PATCH] 44x: Fix problem with DDR controller setup (refresh rate)
53097
53098     This patch fixes a problem with an incorrect setup for the refresh
53099     timer of the 44x DDR controller in the file cpu/ppc4xx/sdram.c
53100
53101     Signed-off-by: Stefan Roese <sr@denx.de>
53102
53103 commit f16c1da9577f06c5fc08651a4065537407de4635
53104 Author: Stefan Roese <sr@denx.de>
53105 Date:   Sat Jan 6 15:56:13 2007 +0100
53106
53107     [PATCH] Update ALPR board files
53108
53109     This update brings the ALPR board support to the newest version.
53110     It also fixes a problem with the NAND driver.
53111
53112     Signed-off-by: Stefan Roese <sr@denx.de>
53113
53114 commit cd1d937f90250a32988c37b2b4af8364d25de8ed
53115 Author: Stefan Roese <sr@denx.de>
53116 Date:   Fri Jan 5 11:46:05 2007 +0100
53117
53118     [PATCH] nand: Fix problem with oobsize calculation
53119
53120     Here the description from Brian Brelsford <Brian_Brelsford@dell.com>:
53121
53122     The Hynix part returns a 0x1d in the 4th ID byte. The Samsung part
53123     returns a 0x15. In the code fragment below bits [1:0] determine the
53124     page size, it is ANDed via "(extid & 0x3)" then shifted out. The
53125     next field is also ANDed with 0x3. However this is a one bit field
53126     as defined in the Hynix and Samsung parts in the 4th ID byte that
53127     determins the oobsize, not a two bit field. It works on Samsung as
53128     bits[3:2] are 01. However for the Hynix there is a 11 in these two
53129     bits, so the oob size gets messed up.
53130
53131     I checked the correct linux code and the suggested fix from Brian is
53132     also available in the linux nand mtd driver.
53133
53134     Signed-off-by: Stefan Roese <sr@denx.de>
53135
53136 commit a78bc443ae5a4a8ba87590587d5e35bf5a787b2e
53137 Author: Stefan Roese <sr@denx.de>
53138 Date:   Fri Jan 5 10:40:36 2007 +0100
53139
53140     [PATCH] Clear PLB4A0_ACR[WRP] on Sequoia (440EPx)
53141
53142     This fix will make the MAL burst disabling patch for the Linux
53143     EMAC driver obsolete.
53144
53145     Signed-off-by: Stefan Roese <sr@denx.de>
53146
53147 commit 023889838282b6237b401664f22dd22dfba2c066
53148 Author: Stefan Roese <sr@denx.de>
53149 Date:   Fri Jan 5 10:38:05 2007 +0100
53150
53151     [PATCH] Add DDR2 optimization code for Sequoia (440EPx) board
53152
53153     This code will optimize the DDR2 controller setup on a board specific
53154     basis.
53155
53156     Note: This code doesn't work right now on the NAND booting image for the
53157     Sequoia board, since it doesn't fit into the 4kBytes for the SPL image.
53158
53159     Signed-off-by: Stefan Roese <sr@denx.de>
53160
53161 commit cce4acbb68398634b8d011ed7bb0d12269c84230
53162 Author: Bartlomiej Sieka <tur@semihalf.com>
53163 Date:   Thu Dec 28 19:08:21 2006 +0100
53164
53165     Few V38B changes:
53166       - fix a typo in V38B config file
53167       - move watchdog initialisation earlier in the boot process
53168       - add "wdt=off" to default kernel command line (disables kernel watchdog)
53169
53170 commit 92eb729bad876725aeea908d2addba0800620840
53171 Author: Wolfgang Denk <wd@pollux.denx.de>
53172 Date:   Wed Dec 27 01:26:13 2006 +0100
53173
53174     Fix bug in adaption of Stefano Babic's CFI driver patch.
53175
53176 commit 9c0f42ecfe25f7ffce8ec7a815f03864d723ffe3
53177 Author: Wolfgang Denk <wd@pollux.denx.de>
53178 Date:   Sun Dec 24 01:42:57 2006 +0100
53179
53180     Minor code cleanup.
53181
53182 commit d784fdb05900ada3686d5778783e1fb328e9fb66
53183 Author: Stefano Babic <sbabic@denx.de>
53184 Date:   Tue Dec 12 00:22:42 2006 +0100
53185
53186     Fix cfi failure with Spansion Flash (Spansion Flash Devices have a different offset to go into CFI mode)
53187
53188 commit 1b3c360c235dc684ec06c2d5f183f0a282ce45e2
53189 Author: Stefan Roese <sr@denx.de>
53190 Date:   Fri Dec 22 14:29:40 2006 +0100
53191
53192     [PATCH] Fix sequoia flash autodetection (finally correct)
53193
53194     Now 32MByte and 64MByte FLASH is know to work and other
53195     configurations should work too.
53196
53197     Signed-off-by: Stefan Roese <sr@denx.de>
53198
53199 commit 82e5236a8b719543643fd26d5827938ab2b94818
53200 Author: Wolfgang Denk <wd@pollux.denx.de>
53201 Date:   Fri Dec 22 10:30:26 2006 +0100
53202
53203     Minor code cleanup; update CHANGELOG.
53204
53205 commit fa23044564091f05d9695beb7b5b9a931e7f41a4
53206 Author: Heiko Schocher <hs@pollux.denx.de>
53207 Date:   Thu Dec 21 17:17:02 2006 +0100
53208
53209     Added support for the TQM8272 board from TQ
53210
53211     Signed-off-by: Heiko Schocher <hs@denx.de>
53212
53213 commit 6dedf3d49dd14c3bf541c8ecee7ffaac5f0e1d6c
53214 Author: Heiko Schocher <hs@pollux.denx.de>
53215 Date:   Thu Dec 21 16:14:48 2006 +0100
53216
53217     [PATCH] Add support for the UC101 board from MAN.
53218
53219     Signed-off-by: Heiko Schocher <hs@denx.de>
53220
53221 commit c84bad0ef60e7055ab0bd49b93069509cecc382a
53222 Author: Bartlomiej Sieka <tur@semihalf.com>
53223 Date:   Wed Dec 20 00:29:43 2006 +0100
53224
53225     Fix to make the baudrate changes immediate for the MCF52x2 family.
53226
53227 commit daa6e418bcc0c717752e8de939c213c790286096
53228 Author: Bartlomiej Sieka <tur@semihalf.com>
53229 Date:   Wed Dec 20 00:27:32 2006 +0100
53230
53231     Preliminary support for the iDMR board (ColdFire).
53232
53233 commit cdb97a6678826f85e7c69eae6a1c113d034c9b10
53234 Author: Andrei Safronov <safronov@pollux.denx.de>
53235 Date:   Fri Dec 8 16:23:08 2006 +0100
53236
53237     automatic update mechanism
53238
53239 commit 9d27b3a0685ff99fc477983f315c04d49f657a8a
53240 Author: roy zang <tie-fei.zang@freescale.com>
53241 Date:   Mon Dec 4 17:56:59 2006 +0800
53242
53243     Slight code clean up.
53244     Add comments, delete duplicate define and remove spaces.
53245     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
53246
53247 commit 4dbcd69e3e2776ea334590d5768e3692c5fae5c1
53248 Author: roy zang <tie-fei.zang@freescale.com>
53249 Date:   Mon Dec 4 17:54:21 2006 +0800
53250
53251     Introduce PLL_CFG[0:4] table for processor 7448/7447A/7455/7457. The original
53252     multiplier table can not refect the real PLL clock behavior of these
53253     processors. Please refer to the hardware specification for detailed
53254     information of the corresponding processors.
53255     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
53256
53257 commit 4efe20c9579011d9987f62ed7d35ee8cdc1cf0e0
53258 Author: roy zang <tie-fei.zang@freescale.com>
53259 Date:   Mon Dec 4 14:46:23 2006 +0800
53260
53261     Remove the static MAC address, ip address, server ip, netmask and
53262     gateway ip for network setting.
53263     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
53264
53265 commit 6f12c61cf31ed73d72ddfcfc712a854a3a177aaf
53266 Author: roy zang <tie-fei.zang@freescale.com>
53267 Date:   Mon Dec 4 14:33:08 2006 +0800
53268
53269     Remove the duplicate memory test code for mpc744ihpc2 board.
53270     If a memory test is needed, please use the functions in
53271     post/memory.c or memtest command.
53272     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
53273
53274 commit c9c1eeed7dd193fa65fb194654132040d49d4d3a
53275 Author: roy zang <tie-fei.zang@freescale.com>
53276 Date:   Fri Dec 1 19:01:25 2006 +0800
53277
53278     Fix the exception occuring in RAM table search issue.
53279     The original search_one_table() function code can only processes the search
53280     for the exception occurring in FLASH/ROM, because the exception and fixup
53281     table usually locate in FLASH. If the exception address is also in
53282     FLASH, it will be OK.
53283     If the exception occurs in RAM, after the u-boot relocation, a
53284     relocation offset should be added.
53285
53286     clean up the code in cpu/74xx_7xx/cpu.c
53287
53288     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
53289
53290 commit ee311214e0d216f904feea269599d0934bf71f23
53291 Author: roy zang <tie-fei.zang@freescale.com>
53292 Date:   Fri Dec 1 11:47:36 2006 +0800
53293
53294     Clean up the code according to codestyle:
53295     (1) remove some C++ comments.
53296     (2) remove trailing white space.
53297     (3) remove trailing empty line.
53298     (4) Indentation by table.
53299     (5) remove {} in one line condition.
53300     (6) add space before '(' in function call.
53301     Remove some weird printf () output.
53302     Add necessary comments.
53303     Modified Makefile to support building in a separate directory.
53304
53305 commit dd520bf314c7add4183c5191692180f576f96b60
53306 Author: Wolfgang Denk <wd@pollux.denx.de>
53307 Date:   Thu Nov 30 18:02:20 2006 +0100
53308
53309     Code cleanup.
53310
53311 commit 8d9a8610b8256331132227e9e6585c6bd5742787
53312 Author: Wolfgang Denk <wd@pollux.denx.de>
53313 Date:   Thu Nov 30 01:54:07 2006 +0100
53314
53315     Code cleanup. Update CHANGELOG.
53316
53317 commit 726e90aacf0b1ecb0e7055be574622fbe3e450ba
53318 Author: Grant Likely <grant.likely@secretlab.ca>
53319 Date:   Wed Nov 29 16:23:42 2006 +0100
53320
53321     [PATCH] [MPC52xx] Use IPB bus frequency for SOC peripherals
53322
53323     The soc node of the mpc52xx needs to be loaded with the IPB bus frequency,
53324     not the XLB frequency.
53325
53326     This patch depends on the previous patches for MPC52xx device tree support
53327
53328     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
53329     Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
53330
53331 commit 1eac2a71417b6675b11aace72102a2e7fde8f5c6
53332 Author: Stefan Roese <sr@denx.de>
53333 Date:   Wed Nov 29 15:42:37 2006 +0100
53334
53335     [PATCH] Add support for Prodrive P3M750 & P3M7448 (P3Mx) boards
53336
53337     This patch adds support for the Prodrive P3M750 (PPC750 & MV64460)
53338     and the P3M7448 (MPC7448 & MV64460) PMC modules. Both modules are
53339     quite similar and share the same board directory "prodrive/p3mx"
53340     and the same config file "p3mx.h".
53341
53342     Signed-off-by: Stefan Roese <sr@denx.de>
53343
53344 commit 1bdd46832aeb569f5e04b1f20f64318525b6525a
53345 Author: Stefan Roese <sr@denx.de>
53346 Date:   Wed Nov 29 12:53:15 2006 +0100
53347
53348     [PATCH] common/cmd_elf.c: Enable loadaddr as parameter in bootvx command
53349
53350     In the bootvx command the load address was only read from the env
53351     variable "loadaddr" and not optionally passed as paramter as described
53352     in the help. This is fixed with this patch. The behaviour is now the
53353     same as in the bootelf command.
53354
53355     Signed-off-by: Stefan Roese <sr@denx.de>
53356
53357 commit 4e26f1074c3ac1bd8fd094f0dc4a1c4a0b15a592
53358 Author: Stefan Roese <sr@denx.de>
53359 Date:   Wed Nov 29 12:03:57 2006 +0100
53360
53361     [PATCH] include/ppc440.h minor error affecting interrupts
53362
53363     Fixed include/ppc440.c for UIC address Bug
53364
53365     Corrects bug affecting the addresses for the universal interrupt
53366     controller UIC2 and UIC3 on the PPC440 Epx, GRx, and SPE chips.
53367
53368     Signed-off-by: Jeff Mann <mannj@embeddedplanet.com>
53369     Signed-off-by: Stefan Roese <sr@denx.de>
53370
53371 commit 1939d969443ccf316cab2bf32ab1027d4db5ba1a
53372 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
53373 Date:   Tue Nov 28 16:17:27 2006 -0600
53374
53375     Make fsl-i2c not conflict with SOFT I2C
53376
53377     Signed-off-by: Timur Tabi <timur@freescale.com>
53378
53379 commit 14198bf768fdc958e3c1afd2404e5262208e98d7
53380 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
53381 Date:   Tue Nov 28 16:17:18 2006 -0600
53382
53383     Fix I2C master address initialization.
53384
53385     Signed-off-by: Timur Tabi <timur@freescale.com>
53386
53387 commit cf3d045e51ca8dcc6cf759827140861d6ac25c04
53388 Author: Kim Phillips <kim.phillips@freescale.com>
53389 Date:   Tue Nov 28 23:31:19 2006 -0600
53390
53391     Assign maintainers for mpc8349emds and mpc8360emds
53392
53393     Dave for mpc8360emds, and me for mpc8349emds.
53394
53395 commit 1aa934c81b77f2080d3ca4b226eab67b17a33961
53396 Author: Kim Phillips <kim.phillips@freescale.com>
53397 Date:   Tue Nov 28 23:28:33 2006 -0600
53398
53399     Eliminate gcc 4 'used uninitialized' warnings in drivers/qe/uccf.c
53400
53401     give initial values for reg_num, shift, p_cmxucr in ucc_set_clk_src
53402     since they are passed by reference to ucc_get_cmxucr_reg and assigned.
53403
53404 commit e857a5bdb3954b896c0920cb9d8d2b1b9c107ce5
53405 Author: Timur Tabi <timur@freescale.com>
53406 Date:   Tue Nov 28 12:09:35 2006 -0600
53407
53408     mpc83xx: Miscellaneous code style fixes
53409
53410     Implement various code style fixes and similar changes.
53411
53412     Signed-off-by: Timur Tabi <timur@freescale.com>
53413
53414 commit e59581c56ab5d6e0207ddac3b2c1d55cb36ec706
53415 Author: Stefan Roese <sr@denx.de>
53416 Date:   Tue Nov 28 17:55:49 2006 +0100
53417
53418     [PATCH] Enable the IceCube/lite5200 variants to pass a device tree to Linux.
53419
53420     This patch adds the code and configuration necessary to boot with an
53421     arch/powerpc Linux kernel.
53422
53423     Signed-off-by: Grant Likely <grant.likely@gmail.com>
53424     Acked-by: Jon Loeliger <jdl@freescale.com>
53425
53426 commit e732faec95a83cb468b4850ae807c8301dde8f6a
53427 Author: Stefan Roese <sr@denx.de>
53428 Date:   Tue Nov 28 16:09:24 2006 +0100
53429
53430     [PATCH] PPC4xx: 440SP Rev. C detection added
53431
53432     Signed-off-by: Stefan Roese <sr@denx.de>
53433
53434 commit e7f3e9ff01fbd7fa72eb42a9675fbed6bc4736b0
53435 Author: Stefan Roese <sr@denx.de>
53436 Date:   Tue Nov 28 11:04:45 2006 +0100
53437
53438     [PATCH] nand: Fix patch merge problem
53439
53440     Signed-off-by: Stefan Roese <sr@denx.de>
53441
53442 commit 58e3b14c18ed3288ceef8d086946dbf3df64ccf2
53443 Author: Stefan Roese <sr@denx.de>
53444 Date:   Tue Nov 28 11:04:45 2006 +0100
53445
53446     [PATCH] nand: Fix patch merge problem
53447
53448     Signed-off-by: Stefan Roese <sr@denx.de>
53449
53450 commit 4f4b602ec7524a032bdf3c6d28c7f525a4a67eaa
53451 Author: Wolfgang Denk <wd@pollux.denx.de>
53452 Date:   Mon Nov 27 22:53:53 2006 +0100
53453
53454     Update CHANGELOG
53455
53456 commit f6e495f54cdb8fe340b9c03deab40ad746d52fae
53457 Author: Stefan Roese <sr@denx.de>
53458 Date:   Mon Nov 27 17:43:25 2006 +0100
53459
53460     [PATCH] 4xx_enet.c: Correct the setting of zmiifer register
53461
53462     Patch below corrects the setting of the zmiifer register, it was
53463     overwritting the register rather than ORing the settings.
53464
53465     Signed-off-by: Neil Wilson <NWilson@airspan.com>
53466     Signed-off-by: Stefan Roese <sr@denx.de>
53467
53468 commit d1a72545296800b7e219f93104ad5836f0003d66
53469 Author: Stefan Roese <sr@denx.de>
53470 Date:   Mon Nov 27 17:34:10 2006 +0100
53471
53472     [PATCH] Select NAND embedded environment from board configuration
53473
53474     The current NAND Bootloader setup forces the environment
53475     variables to be in line with the bootloader. This change
53476     enables the configuration to be made in the board include
53477     file instead so that it can be individually enabled.
53478
53479     Signed-off-by: Nick Spence <nick.spence@freescale.com>
53480     Signed-off-by: Stefan Roese <sr@denx.de>
53481
53482 commit 15784862857c3c2214498defcfed84ff137fb81e
53483 Author: Stefan Roese <sr@denx.de>
53484 Date:   Mon Nov 27 17:22:19 2006 +0100
53485
53486     [PATCH] nand_wait() timeout fixes
53487
53488     Two fixes for the nand_wait() function in
53489     drivers/nand/nand_base.c:
53490
53491     1. Use correct timeouts. The original timeouts in Linux
53492     source are 400ms and 20ms not 40s and 20s
53493
53494     2. Return correct error value in case of timeout. 0 is
53495     interpreted as OK.
53496
53497     Signed-off-by: Rui Sousa <rui.sousa@laposte.net>
53498     Signed-off-by: Stefan Roese <sr@denx.de>
53499
53500 commit da5553b095bf04f4f109ad7e565dae3aba47b230
53501 Author: Stefan Roese <sr@denx.de>
53502 Date:   Mon Nov 27 17:04:06 2006 +0100
53503
53504     [PATCH] Allow CONFIG_OF_FLAT_TREE to boot a non-arch/powerpc kernel
53505
53506     This patch allows an arch/ppc kernel to be booted by just passing 1 or 2
53507     arguments to bootm.  It removes the getenv("disable_of") test that used
53508     to be used for this purpose.
53509
53510     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
53511     Acked-by: Jon Loeliger <jdl@freescale.com>
53512
53513 commit a9398e018593782c5fa7d0741955fc1256b34c1e
53514 Author: Wolfgang Denk <wd@pollux.denx.de>
53515 Date:   Mon Nov 27 15:32:42 2006 +0100
53516
53517     Minor code cleanup. Update CHANGELOG.
53518
53519 commit 1729b92cde575476684bffe819d0b7791b57bff2
53520 Author: Stefan Roese <sr@denx.de>
53521 Date:   Mon Nov 27 14:52:04 2006 +0100
53522
53523     [PATCH] 4xx: Fix problem with board specific reset code (now for real)
53524
53525     Signed-off-by: Stefan Roese <sr@denx.de>
53526
53527 commit cc5ee8a92a0e3ca6f727af71b8fd206460c7afd7
53528 Author: Stefan Roese <sr@denx.de>
53529 Date:   Mon Nov 27 14:49:51 2006 +0100
53530
53531     [PATCH] alpr: remove unused board specific flash driver
53532
53533     Signed-off-by: Stefan Roese <sr@denx.de>
53534
53535 commit 1f94d162e2b5f0edc28d9fb11482502c44d218e1
53536 Author: Stefan Roese <sr@denx.de>
53537 Date:   Mon Nov 27 14:48:41 2006 +0100
53538
53539     [PATCH] 4xx: Fix problem with board specific reset code
53540
53541     Signed-off-by: Stefan Roese <sr@denx.de>
53542
53543 commit ec0c2ec725aec9524a177a77ce75559e644a931a
53544 Author: Stefan Roese <sr@denx.de>
53545 Date:   Mon Nov 27 14:46:06 2006 +0100
53546
53547     [PATCH] Remove testing 4xx enet PHY setup
53548
53549     Signed-off-by: Stefan Roese <sr@denx.de>
53550
53551 commit 1c2ce2262069510f31c7d3fd7efd3d58b8c0c148
53552 Author: Stefan Roese <sr@denx.de>
53553 Date:   Mon Nov 27 14:12:17 2006 +0100
53554
53555     [PATCH] Update Prodrive ALPR board support (440GX)
53556
53557     Signed-off-by: Stefan Roese <sr@denx.de>
53558
53559 commit 58b485776698c3d71ec5a215e392123b4c15afa3
53560 Author: Markus Klotzbuecher <mk@denx.de>
53561 Date:   Mon Nov 27 11:51:21 2006 +0100
53562
53563     Add a small README with information on the generic ohci driver.
53564
53565 commit ae3b770e4eae8e98b6e9e29662e18c47fdf0171f
53566 Author: Markus Klotzbuecher <mk@denx.de>
53567 Date:   Mon Nov 27 11:46:46 2006 +0100
53568
53569     Fix some endianness issues related to the generic ohci driver
53570
53571 commit 7b59b3c7a8ce2e4b567abf99c1cd667bf35b9418
53572 Author: Markus Klotzbuecher <mk@denx.de>
53573 Date:   Mon Nov 27 11:44:58 2006 +0100
53574
53575     Introduced the configuration option CONFIG_USB_OHCI_NEW in order to be able
53576     to choose between the old and the generic OHCI drivers.
53577
53578 commit 53e336e9ffc51035bdc4e5867631b3378761b4df
53579 Author: Markus Klotzbuecher <mk@denx.de>
53580 Date:   Mon Nov 27 11:43:09 2006 +0100
53581
53582     Modified the mpc5xxx and the ppc4xx cpu to use the generic OHCI driver
53583     and adapted board configs TQM5200 and yosemite accordingly. This commit
53584     also makes the maximum number of root hub ports configurable
53585     (CFG_USB_OHCI_MAX_ROOT_PORTS).
53586
53587 commit 78d620ebb5871d252270dedfad60c6568993b780
53588 Author: Wolfgang Denk <wd@atlas.denx.de>
53589 Date:   Thu Nov 23 22:58:58 2006 +0100
53590
53591     Updates for TQM5200 modules:
53592     - fix off-by-one error in board/tqm5200/cam5200_flash.c error message
53593     - simplify "udate" definitions
53594
53595 commit 2053283304eeddf250d109e6791eb6fa4cad14f7
53596 Author: Stefan Roese <sr@denx.de>
53597 Date:   Wed Nov 22 13:20:50 2006 +0100
53598
53599     [PATCH] PPC4xx start.S: Fix for processor errata
53600
53601     Fixed cpu/ppc4xx/start.S for 440EPx Errata: further corrects PPC440EPx
53602     errata 1.12: 440_33 by moving patch up in code.
53603
53604     Signed-off-by: Jeff Mann <mannj@embeddedplanet.com>
53605     Signed-off-by: Stefan Roese <sr@denx.de>
53606
53607 commit 4ef6251403f637841000e0fef9e832aa01339822
53608 Author: Stefan Roese <sr@denx.de>
53609 Date:   Mon Nov 20 20:39:52 2006 +0100
53610
53611     [PATCH] Update AMCC Sequoia config file to support 64MByte NOR FLASH
53612
53613     Signed-off-by: Stefan Roese <sr@denx.de>
53614
53615 commit e4bbd8da164b976d38616bd9c69c5e86e193cdf0
53616 Author: Wolfgang Denk <wd@pollux.denx.de>
53617 Date:   Mon Nov 20 10:28:30 2006 +0100
53618
53619     Update CHANGELOG
53620
53621 commit 260421a21e934a68d31fb6125b0fbd2631a8ca20
53622 Author: Stefan Roese <sr@denx.de>
53623 Date:   Mon Nov 13 13:55:24 2006 +0100
53624
53625     [PATCH] CFI driver AMD Command Set Top boot geometry reversal, etc. [Updated]
53626
53627        * Adds support for AMD command set Top Boot flash geometry reversal
53628        * Adds support for reading JEDEC Manufacturer ID and Device ID
53629        * Adds support for displaying command set, manufacturer id and
53630          device ids (flinfo)
53631        * Makes flinfo output to be consistent when CFG_FLASH_EMPTY_INFO defined
53632        * Removes outdated change history (refer to git log instead)
53633
53634     Signed-off-by: Tolunay Orkun <listmember@orkun.us>
53635     Signed-off-by: Stefan Roese <sr@denx.de>
53636
53637 commit b21b511d4c50408f4853f46f06b601272196223f
53638 Author: Wolfgang Denk <wd@pollux.denx.de>
53639 Date:   Sun Nov 12 21:13:23 2006 +0100
53640
53641     Update CHANGELOG
53642
53643 commit ce3f1a40c507afbab06c5eb58ccdc6713eda3245
53644 Author: Bartlomiej Sieka <tur@semihalf.com>
53645 Date:   Sat Nov 11 22:48:22 2006 +0100
53646
53647     Disable the watchdog in the default config for the V38B board.
53648
53649 commit 44a47e6db2694841211f1c8fdbafd36992e9cd1a
53650 Author: Bartlomiej Sieka <tur@semihalf.com>
53651 Date:   Sat Nov 11 22:43:00 2006 +0100
53652
53653     Change the GPIO pin multiplexing configuration for V38B. The USB GPIO pin
53654     group is enabled for USB earlier (in cpu_init_f() instead of
53655     usb_lowlevel_init()).
53656
53657 commit 91650b3e4de688038d4f71279c44858e3e2c6870
53658 Author: Wolfgang Denk <wd@pollux.denx.de>
53659 Date:   Mon Nov 6 17:06:36 2006 +0100
53660
53661     Sequential accesses to non-existent memory must be synchronized,
53662     at least on G2 cores.
53663
53664     This fixes get_ram_size() problems on MPC5200 Rev. B boards.
53665
53666 commit be5e61815d5a1fac290ce9c0ef09cb6a8e4288fa
53667 Author: Timur Tabi <timur@freescale.com>
53668 Date:   Fri Nov 3 19:15:00 2006 -0600
53669
53670     mpc83xx: Update 83xx to use fsl_i2c.c
53671
53672     Update the 83xx tree to use I2C support in drivers/fsl_i2c.c.  Delete
53673     cpu/mpc83xx/i2c.c, include/asm-ppc/i2c.h, and all references to those files.
53674     Added multiple I2C bus support to fsl_i2c.c.
53675
53676     Signed-off-by: Timur Tabi <timur@freescale.com>
53677
53678 commit d239d74b1c937984bc519083a8e7de373a390f06
53679 Author: Timur Tabi <timur@freescale.com>
53680 Date:   Fri Nov 3 12:00:28 2006 -0600
53681
53682     mpc83xx: Replace CFG_IMMRBAR with CFG_IMMR
53683
53684     Replace all instances of CFG_IMMRBAR with CFG_IMMR, so that the 83xx
53685     tree matches the other 8xxx trees.
53686
53687     Signed-off-by: Timur Tabi <timur@freescale.com>
53688
53689 commit f7fb2e703ec9688541416962724adff70a7322cb
53690 Author: Kim Phillips <kim.phillips@freescale.com>
53691 Date:   Thu Nov 2 19:47:11 2006 -0600
53692
53693     mpc83xx: Lindent and clean up cpu/mpc83xx/speed.c
53694
53695 commit 90f30a710a3c619b5405860a686c4ddfc495d4b6
53696 Author: Dave Liu <daveliu@freescale.com>
53697 Date:   Thu Nov 2 18:05:50 2006 -0600
53698
53699     mpc83xx: Fix the incorrect dcbz operation
53700
53701     The 834x rev1.x silicon has one CPU5 errata.
53702
53703     The issue is when the data cache locked with
53704     HID0[DLOCK], the dcbz instruction looks like no-op inst.
53705
53706     The right behavior of the data cache is when the data cache
53707     Locked with HID0[DLOCK], the dcbz instruction allocates
53708     new tags in cache.
53709
53710     The 834x rev3.0 and later and 8360 have not this bug inside.
53711
53712     So, when 834x rev3.0/8360 are working with ECC, the dcbz
53713     instruction will corrupt the stack in cache, the processor will
53714     checkstop reset.
53715
53716     However, the 834x rev1.x can work with ECC with these code,
53717     because the sillicon has this cache bug. The dcbz will not
53718     corrupt the stack in cache.
53719     Really, it is the fault code running on fault sillicon.
53720
53721     This patch fix the incorrect dcbz operation. Instead of
53722     CPU FP writing to initialise the ECC.
53723
53724     CHANGELOG:
53725     * Fix the incorrect dcbz operation instead of CPU FP
53726     writing to initialise the ECC memory. Otherwise, it
53727     will corrupt the stack in cache, The processor will checkstop
53728     reset.
53729
53730     Signed-off-by: Dave Liu <daveliu@freescale.com>
53731
53732 commit bf0b542d6773a5a1cbce77691f009b06d9aeb57d
53733 Author: Kim Phillips <kim.phillips@freescale.com>
53734 Date:   Wed Nov 1 00:10:40 2006 -0600
53735
53736     mpc83xx: add OF_FLAT_TREE bits to 83xx boards
53737
53738     add ft_pci_setup, OF_CPU, OF_SOC, OF_TBCLK, and
53739     STDOUT_PATH configuration bits to mpc8349emds,
53740     mpc8349itx, and mpc8360emds board code.
53741
53742     redo environment to use bootm with the fdtaddr
53743     for booting ARCH=powerpc kernels by default,
53744     and provide default fdtaddr values.
53745
53746 commit 48041365b3420589ad464ebc7752e0053538b729
53747 Author: Kim Phillips <kim.phillips@freescale.com>
53748 Date:   Wed Nov 1 00:07:25 2006 -0600
53749
53750     mpc83xx: change ft code to modify local-mac-address property
53751
53752     Update 83xx OF code to update local-mac-address properties
53753     for ethernet instead of the obsolete 'address' property.
53754
53755 commit 9ca880a250870a7d55754291b5591d2b5fe89b54
53756 Author: Timur Tabi <timur@freescale.com>
53757 Date:   Tue Oct 31 21:23:16 2006 -0600
53758
53759     mpc83xx: Fix dual I2C support for the MPC8349ITX, MPC8349EMDS, TQM834x, and MPC8360EMDS
53760
53761     This patch also adds an improved I2C set_speed(), which handles all clock
53762     frequencies.
53763
53764     Signed-off-by: Timur Tabi <timur@freescale.com>
53765
53766 commit ac4b5622ce050b5ee1e154b98df630d778661632
53767 Author: Dave Liu <daveliu@freescale.com>
53768 Date:   Tue Oct 31 19:54:59 2006 -0600
53769
53770     mpc83xx: add the README.mpc8360emds
53771
53772     add doc/README.mpc8360emds to accompany the new board support
53773
53774 commit 7737d5c658c606f999dfbe3e86b0fed49e5c50ef
53775 Author: Dave Liu <daveliu@freescale.com>
53776 Date:   Fri Nov 3 12:11:15 2006 -0600
53777
53778     mpc83xx: add QE ethernet support
53779
53780     this patch adds support for the QUICC Engine based UCC gigabit ethernet device.
53781
53782 commit 5f8204394e39bbe8cd9f08b8f8d145b6c01f7c73
53783 Author: Dave Liu <daveliu@freescale.com>
53784 Date:   Fri Nov 3 19:33:44 2006 -0600
53785
53786     mpc83xx: Add MPC8360EMDS basic board support
53787
53788     Add support for the Freescale MPC8360EMDS board.
53789     Includes DDR, DUART, Local Bus, PCI.
53790
53791 commit 23892e49352de74f7fac36ff90bb1be143d195e3
53792 Author: Dave Liu <daveliu@freescale.com>
53793 Date:   Tue Oct 31 19:30:40 2006 -0600
53794
53795     mpc83xx: add the QUICC Engine (QE) immap file
53796
53797     common QE immap file.  Also required for 8360.
53798
53799 commit b701652a4992bdcc62fb1a6038a85beef9e55da4
53800 Author: Dave Liu <daveliu@freescale.com>
53801 Date:   Tue Oct 31 19:25:38 2006 -0600
53802
53803     mpc83xx: Add 8360 specifics to 83xx immap
53804
53805     Mainly add QE device dependencies, with appropriate 8360 protection.
53806     Lindent also run.
53807
53808 commit 988833324a7fda482c8ac3ca23eb539f8232e404
53809 Author: Timur Tabi <timur@freescale.com>
53810 Date:   Tue Oct 31 19:14:41 2006 -0600
53811
53812     mpc83xx: Fix PCI, USB, bootargs for MPC8349E-mITX
53813
53814     PREREQUISITE PATCHES:
53815
53816     * This patch can only be applied after the following patches have been applied:
53817
53818       1) DNX#2006092142000015 "Add support for the MPC8349E-mITX  1/2"
53819       2) DNX#2006092142000024 "Add support for the MPC8349E-mITX  2/2"
53820
53821     CHANGELOG:
53822
53823     * For the 8349E-mITX, fix some size values in pci_init_board(), enable
53824       the clock for the 2nd USB board (Linux kernel will hang otherwise),
53825       and fix the CONFIG_BOOTARGS macro.
53826
53827     Signed-off-by: Timur Tabi <timur@freescale.com>
53828
53829 commit 2ad6b513b31070bd0c003792ed1c3e7f5d740357
53830 Author: Timur Tabi <timur@freescale.com>
53831 Date:   Tue Oct 31 18:44:42 2006 -0600
53832
53833     mpc83xx: Add support for the MPC8349E-mITX
53834
53835     PREREQUISITE PATCHES:
53836
53837     * This patch can only be applied after the following patches have been applied:
53838
53839       1) DNX#2006090742000024 "Add support for multiple I2C buses"
53840       2) DNX#2006090742000033 "Multi-bus I2C implementation of MPC834x"
53841       3) DNX#2006091242000041 "Additional MPC8349 support for multibus i2c"
53842       4) DNX#2006091242000078 "Add support for variable flash memory sizes on 83xx systems"
53843       5) DNX#2006091242000069 "Add support for Errata DDR6 on MPC 834x systems"
53844
53845     CHANGELOG:
53846
53847     * Add support for the Freescale MPC8349E-mITX reference design platform.
53848       The second TSEC (Vitesse 7385 switch) is not supported at this time.
53849
53850     Signed-off-by: Timur Tabi <timur@freescale.com>
53851
53852 commit 183da6d9b446cc12123455844ad1187e2375626f
53853 Author: Ben Warren <bwarren@qstreams.com>
53854 Date:   Tue Sep 12 10:15:53 2006 -0400
53855
53856     Additional MPC8349 support for multibus i2c
53857
53858     Hello,
53859
53860     Here is a patch for a file that was accidentally left out of a previous
53861     attempt.
53862
53863     It accompanies the patch with ticket DNX#2006090742000024
53864
53865     CHANGELOG:
53866             Change PCI initialization to use new multi-bus I2C API.
53867
53868     regards,
53869     Ben
53870
53871 commit b24f119d672b709d153ff2ac091d4aa63ec6877d
53872 Author: Ben Warren <bwarren@qstreams.com>
53873 Date:   Thu Sep 7 16:51:04 2006 -0400
53874
53875     Multi-bus I2C implementation of MPC834x
53876
53877     Hello,
53878
53879     Attached is a patch implementing multiple I2C buses on the MPC834x CPU
53880     family and the MPC8349EMDS board in particular.
53881     This patch requires Patch 1 (Add support for multiple I2C buses).
53882     Testing was performed on a 533MHz board.
53883
53884     /*** Note: This patch replaces ticket DNX#2006083042000027 ***/
53885
53886     Signed-off-by: Ben Warren <bwarren@qstreams.com>
53887
53888     CHANGELOG:
53889             Implemented driver-level code to support two I2C buses on the
53890     MPC834x CPU family and the MPC8349EMDS board.  Available I2C bus speeds
53891     are 50kHz, 100kHz and 400kHz on each bus.
53892
53893     regards,
53894     Ben
53895
53896 commit bb99ad6d8257bf828f150d40f507b30d80a4a7ae
53897 Author: Ben Warren <bwarren@qstreams.com>
53898 Date:   Thu Sep 7 16:50:54 2006 -0400
53899
53900     Add support for multiple I2C buses
53901
53902     Hello,
53903
53904     Attached is a patch providing support for multiple I2C buses at the
53905     command level.  The second part of the patch includes an implementation
53906     for the MPC834x CPU and MPC8349EMDS board.
53907
53908     /*** Note: This patch replaces ticket DNX#2006083042000018 ***/
53909
53910     Signed-off-by: Ben Warren <bwarren@qstreams.com>
53911
53912     Overview:
53913
53914     1. Include new 'i2c' command (based on USB implementation) using
53915     CONFIG_I2C_CMD_TREE.
53916
53917     2. Allow multiple buses by defining CONFIG_I2C_MULTI_BUS.  Note that
53918     the commands to change bus number and speed are only available under the
53919     new 'i2c' command mentioned in the first bullet.
53920
53921     3. The option CFG_I2C_NOPROBES has been expanded to work in multi-bus
53922     systems.  When CONFIG_I2C_MULTI_BUS is used, this option takes the form
53923     of an array of bus-device pairs.  Otherwise, it is an array of uchar.
53924
53925     CHANGELOG:
53926             Added new 'i2c' master command for all I2C interaction.  This is
53927     conditionally compiled with CONFIG_I2C_CMD_TREE.  New commands added for
53928     setting I2C bus speed as well as changing the active bus if the board
53929     has more than one (conditionally compiled with
53930     CONFIG_I2C_MULTI_BUS).  Updated NOPROBE logic to handle multiple buses.
53931     Updated README.
53932
53933     regards,
53934     Ben
53935
53936 commit bed85caf872714ebf53013967a695c9d63acfc68
53937 Author: Timur Tabi <timur@freescale.com>
53938 Date:   Tue Oct 31 18:13:36 2006 -0600
53939
53940     mpc83xx: Add support for Errata DDR6 on MPC 834x systems
53941
53942     CHANGELOG:
53943
53944     * Errata DDR6, which affects all current MPC 834x processors, lists changes
53945       required to maintain compatibility with various types of DDR memory.  This
53946       patch implements those changes.
53947
53948     Signed-off-by: Timur Tabi <timur@freescale.com>
53949
53950 commit afd6e470f639883002c7c59d562690a5cb0f4865
53951 Author: Timur Tabi <timur@freescale.com>
53952 Date:   Wed Oct 25 18:45:23 2006 -0500
53953
53954     mpc83xx: fix TQM build by defining a CFG_FLASH_SIZE for it
53955
53956 commit 31068b7c4abeefcb2c8fd4fbeccc8ec6c6d0475a
53957 Author: Timur Tabi <timur@freescale.com>
53958 Date:   Tue Aug 22 17:07:00 2006 -0500
53959
53960     mpc83xx: Add support for variable flash memory sizes on 83xx systems
53961
53962     CHANGELOG:
53963
53964     * On 83xx systems, use the CFG_FLASH_SIZE macro to program the LBC local access
53965        window registers, instead of using a hard-coded value of 8MB.
53966
53967     Signed-off-by: Timur Tabi <timur@freescale.com>
53968
53969 commit 2fc34ae66e73fa7841d1a006dc1b5dcbc1f78965
53970 Author: Tanya Jiang <tanya.jiang@freescale.com>
53971 Date:   Thu Aug 3 18:38:13 2006 +0800
53972
53973     mpc83xx: Unified TQM834x variable names with 83xx and consolidated macros
53974
53975     Unified TQM834x variable names with 83xx and consolidated macro
53976     in preparation for the 8360 and other upcoming 83xx devices.
53977
53978     Signed-off-by: Tanya Jiang <tanya.jiang@freescale.com>
53979
53980 commit f6eda7f80ccc13d658020268c507d7173cf2e8aa
53981 Author: Dave Liu <daveliu@freescale.com>
53982 Date:   Wed Oct 25 14:41:21 2006 -0500
53983
53984     mpc83xx: Changed to unified mpx83xx names and added common 83xx changes
53985
53986     Incorporated the common unified variable names and the changes in preparation
53987     for releasing mpc8360 patches.
53988
53989     Signed-off-by: Dave Liu <daveliu@freescale.com>
53990
53991 commit 3894c46c27c64891f93ac04edde86a9fa9758d92
53992 Author: Tanya Jiang <tanya.jiang@freescale.com>
53993 Date:   Thu Aug 3 18:36:02 2006 +0800
53994
53995     mpc83xx: Fix missing build for mpc8349emds pci.c
53996
53997     Make pci build for mpc8349emds
53998
53999     Signed-off-by: Tanya Jiang <tanya.jiang@freescale.com>
54000
54001 commit 09a81ff740b29deea1e2ab08a3c2ac136c2e6219
54002 Author: Tanya Jiang <tanya.jiang@freescale.com>
54003 Date:   Thu Aug 3 18:39:49 2006 +0800
54004
54005     mpc83xx: Removed unused file resetvec.S for mpc83xx cpu
54006
54007     Removed unused file resetvec.S for mpc83xx cpu
54008
54009     Signed-off-by: Tanya Jiang <tanya.jiang@freescale.com>
54010
54011 commit 04f899fc465c3e44f2b55ecc70618f5696fc0ddf
54012 Author: Nick Spence <Nick.Spence@freescale.com>
54013 Date:   Sat Sep 30 00:32:59 2006 -0700
54014
54015     NAND Flash verify across block boundaries
54016
54017     This patch addresses a problem when CONFIG_MTD_NAND_VERIFY_WRITE is
54018     defined
54019     and the write crosses a block boundary. The pointer to the verification
54020     buffer (bufstart) is not being updated to reflect the starting of the
54021     new
54022     block so the verification of the second block fails.
54023
54024     CHANGELOG:
54025
54026     * Fix NAND FLASH page verification across block boundaries
54027
54028 commit f484dc791a3932537213c43c654cc1295c64b84c
54029 Author: Nick Spence <nick.spence@freescale.com>
54030 Date:   Thu Sep 7 07:39:46 2006 -0700
54031
54032     Added RGMII support to the TSECs and Marvell 881111 Phy
54033
54034     Added a phy initialization to adjust the RGMII RX and TX timing
54035     Always set the R100 bit in 100 BaseT mode regardless of the TSEC mode
54036
54037     Signed-off-by: Nick Spence <nick.spence@freescale.com>
54038
54039 commit 4831c8b8a97799da77923d6bbb4c260c0d45521c
54040 Author: roy zang <tie-fei.zang@freescale.com>
54041 Date:   Fri Nov 3 13:10:00 2006 +0800
54042
54043     Remove some unused CFG define.
54044     undef CFG_DRAM_TEST
54045
54046 commit 99c09c4dec34f77c243bf51bea532e3f339410ad
54047 Author: roy zang <tie-fei.zang@freescale.com>
54048 Date:   Fri Nov 3 13:07:36 2006 +0800
54049
54050     Change the TEXT_BASE from 0xFFF00000 to 0xFF000000.
54051     Both work. 0xFF000000 seems more reasonable.
54052
54053 commit c59200443072353044aa4bf737a5a60f9a9af231
54054 Author: Wolfgang Denk <wd@pollux.denx.de>
54055 Date:   Thu Nov 2 15:15:01 2006 +0100
54056
54057     Release U-Boot 1.1.6
54058
54059 commit c1fbe4103a0d6c8957f912af902d705ba67836f2
54060 Author: roy zang <tie-fei.zang@freescale.com>
54061 Date:   Thu Nov 2 19:14:48 2006 +0800
54062
54063     This patch comes from Yuli's posted patch on 8/8/2006
54064     titled "CFI Driver Little-Endian write Issue".
54065
54066     http://sourceforge.net/mailarchive/message.php?msg_id=36311999
54067
54068     If that patch applied, please discard this one.
54069     Until now , I do not see his patch is applied. So please apply this one.
54070
54071     Signed-off-by: Yuli Barcohen <yuli@arabellasw.com>
54072     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
54073
54074 commit b825f158e449e1e9cf74c08e572955e122394c96
54075 Author: roy zang <tie-fei.zang@freescale.com>
54076 Date:   Thu Nov 2 19:12:31 2006 +0800
54077
54078     Tsi108 on chip i2c support.
54079
54080     The i2c  Interface provides a master-only, serial interface that can be
54081     used for initializing Tsi108/Tsi109 registers from an EEPROM after a
54082     device reset.
54083
54084     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
54085     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
54086
54087 commit 9226e7d6f09b9a1ac074cd918c81225a4689bba8
54088 Author: roy zang <tie-fei.zang@freescale.com>
54089 Date:   Thu Nov 2 19:11:06 2006 +0800
54090
54091     Tsi108 on chip pci controller support.
54092
54093     If there is no pci card, the tsi108/109 pci configure read will
54094     cause a machine check exception to the processor. PCI error should
54095     also be cleared after the read.
54096
54097     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
54098     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
54099
54100 commit d1927cee977126e547ceeba23e4f978f377cfb8f
54101 Author: roy zang <tie-fei.zang@freescale.com>
54102 Date:   Thu Nov 2 19:08:55 2006 +0800
54103
54104     Tundra tsi108 on chip Ethernet controller support.
54105
54106     The following is a brief description of the Ethernet controller:
54107     The Tsi108/9 Ethernet Controller connects Switch Fabric to two independent
54108     Gigabit Ethernet ports,E0 and E1.  It uses a single Management interface
54109     to manage the two physical connection devices (PHYs).  Each Ethernet port
54110     has its own statistics monitor that tracks and reports key interface
54111     statistics.  Each port supports a 256-entry hash table for address
54112     filtering.  In addition, each port is bridged to the Switch Fabric
54113     through a 2-Kbyte transmit FIFO and a 4-Kbyte Receive FIFO.
54114
54115     Each Ethernet port also has a pair of internal Ethernet DMA channels to
54116     support the transmit and receive data flows.  The Ethernet DMA channels
54117     use descriptors set up in memory, the memory map of the device, and
54118     access via the Switch Fabric.  The Ethernet Controller?s DMA arbiter
54119     handles arbitration for the Switch Fabric.  The Controller also
54120     has a register businterface for register accesses and status monitor
54121     control.
54122
54123     The PMD (Physical Media Device) interface operates in MII, GMII, or TBI
54124     modes.  The MII mode is used for connecting with 10 or 100 Mbit/s PMDs.
54125     The GMII and TBI modes are used to connect with Gigabit PMDs.  Internal
54126     data flows to and from the Ethernet Controller through the Switch Fabric.
54127
54128     Each Ethernet port uses its transmit and receive DMA channels to manage
54129     data flows through buffer descriptors that are predefined by the
54130     system (the descriptors can exist anywhere in the system memory map).
54131     These descriptors are data structures that point to buffers filled
54132     with data ready to transmit over Ethernet, or they point to empty
54133     buffers ready to receive data from Ethernet.
54134
54135     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
54136     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
54137
54138 commit 78aa0c3427f3ecdeb34aabfbbe2dd23b6ad8f40e
54139 Author: roy zang <tie-fei.zang@freescale.com>
54140 Date:   Thu Nov 2 19:01:33 2006 +0800
54141
54142     Tundra tsi108 header file.
54143
54144     The Tundra Semiconductor Corporation (Tundra) Tsi108 is a host bridge for
54145     PowerPC processors that offers numerous system interconnect options for
54146     embedded application designers. The Tsi108 can interconnect 60x or
54147     MPX processors to PCI/X peripherals, DDR2-400 memory, Gigabit Ethernet,
54148     and Flash. Provided the macro define for tsi108 chip.
54149
54150     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
54151     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
54152
54153 commit 87c4db09699c6b89176b31004afcb83eb1585d47
54154 Author: roy zang <tie-fei.zang@freescale.com>
54155 Date:   Thu Nov 2 18:59:15 2006 +0800
54156
54157     Add  mpc7448hpc2  (mpc7448 + tsi108)  board associated code support.
54158     mpc7448hpc2 board support high level code:tsi108 init + mpc7448hpc2.
54159
54160     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
54161     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
54162
54163 commit 27801b8ab11c61b577e45742a515bb3b23b80241
54164 Author: roy zang <tie-fei.zang@freescale.com>
54165 Date:   Thu Nov 2 18:57:21 2006 +0800
54166
54167     Add  mpc7448hpc2  (mpc7448 + tsi108)  board associated code support.
54168     Make ,config.mk and link file for the mpc7448hpc2 board.
54169
54170     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
54171     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
54172
54173 commit c6411c0c3bbc79f9ba8aef58296a42d8f9d8a0a6
54174 Author: roy zang <tie-fei.zang@freescale.com>
54175 Date:   Thu Nov 2 18:55:04 2006 +0800
54176
54177     Add  mpc7448hpc2  (mpc7448 + tsi108)  board associated code support.
54178     The mpc7448hpc2 board support header file.
54179
54180     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
54181     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
54182
54183 commit 625bb5ddb50b243f931262ca8c46956409471917
54184 Author: roy zang <tie-fei.zang@freescale.com>
54185 Date:   Thu Nov 2 18:52:21 2006 +0800
54186
54187     Add  mpc7448hpc2  (mpc7448 + tsi108)  board associated code support.
54188     The mpc7448hpc2 board support low level assemble language init code.
54189
54190     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
54191     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
54192
54193 commit 4c52783b3d024e153c4972b97332e314bc3bdc46
54194 Author: roy zang <tie-fei.zang@freescale.com>
54195 Date:   Thu Nov 2 18:49:51 2006 +0800
54196
54197     General code modification for mpc7448hpc2 board support.
54198     1. Add 7447A and 7448 processor support.
54199     2. Add the following flags.
54200
54201     CFG_CONFIG_BUS_CLK : If the 74xx bus frequency can be configured dynamically
54202     (such as by switch on board), this flag should be set.
54203
54204     CFG_EXCEPTION_AFTER_RELOCATE: If an exception occurs after the u-boot
54205     relocates to RAM, this flag should be set.
54206
54207     CFG_SERIAL_HANG_IN_EXCEPTION: If the print out function will cause the
54208     system hang in exception, this flag should be set.
54209
54210     There is a design issue for tsi108/109 pci configure  read. When pci scan
54211     the slots, if there is no pci card, the tsi108/9 will cause a machine
54212     check exception for mpc7448 processor.
54213
54214     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
54215     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
54216
54217 commit 69366bf42f22d67efce8da3f8c40a43d4a3c2695
54218 Author: roy zang <tie-fei.zang@freescale.com>
54219 Date:   Thu Nov 2 18:34:47 2006 +0800
54220
54221     Add README file for mpc7448hpc2 board.
54222     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
54223
54224 commit 25721b5cec2be4bce79cfade17ec8f6aa1e67526
54225 Author: Bartlomiej Sieka <tur@semihalf.com>
54226 Date:   Wed Nov 1 02:04:38 2006 +0100
54227
54228     Finish up support for MarelV38B board
54229      - add watchdog support
54230      - enable GPIO_WKUP_7 pin for input
54231      - code cleanup
54232
54233 commit ffa150bc90c943ca265170bd1be3f293674dd5c7
54234 Author: Bartlomiej Sieka <tur@semihalf.com>
54235 Date:   Wed Nov 1 01:45:46 2006 +0100
54236
54237     - Fix issues related to the use of ELDK 4 when compiling for MarelV38B:
54238           * remove warnings when compiling ethaddr.c
54239           * adjust linker script (fixes a crash resulting from incorrect
54240           definition of __u_boot_cmd_start)
54241     - Some MarelV38B code cleanup.
54242
54243 commit dae80f3caf9754a6dd3ddf3cf903d0c46cbd4385
54244 Author: Bartlomiej Sieka <tur@semihalf.com>
54245 Date:   Wed Nov 1 01:38:16 2006 +0100
54246
54247     - Add MPC5XXX register definition MPC5XXX_WU_GPIO_DATA_I and change the
54248       MPC5XXX_WU_GPIO_DATA macro to MPC5XXX_WU_GPIO_DATA_O (per MPC5200 User's
54249       Manual). Replace the uses of MPC5XXX_WU_GPIO_DATA with
54250       MPC5XXX_WU_GPIO_DATA_O for affected boards.
54251
54252     - Add defintions for some MPC5XXX GPIO pins.
54253
54254 commit 82d9c9ec29a1bec1b03ba616425ebaed231072c8
54255 Author: Bartlomiej Sieka <tur@semihalf.com>
54256 Date:   Wed Nov 1 01:34:29 2006 +0100
54257
54258     Changed MarelV38B board make target to lowercase. Config file cleanup.
54259
54260 commit 1954be6e9c9421b45d0a9d05b10356acc7563150
54261 Author: Wolfgang Denk <wd@pollux.denx.de>
54262 Date:   Sun Oct 29 01:03:51 2006 +0200
54263
54264     Automatically adjust ARFLAGS so "make -s" is really silent.
54265
54266 commit fae684e89844856383bdf101440889557df3e6b1
54267 Author: Stefan Roese <sr@denx.de>
54268 Date:   Sat Oct 28 16:45:00 2006 +0200
54269
54270     [PATCH] omap925.c: Remove unused functions
54271
54272     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
54273     Signed-off-by: Stefan Roese <sr@denx.de>
54274
54275 commit 1265581502ab8ea8c08e8edbe9bf64fbd62fd776
54276 Author: Stefan Roese <sr@denx.de>
54277 Date:   Sat Oct 28 17:12:58 2006 +0200
54278
54279     [PATCH] Add some missing machtypes for netstar & voiceblue boards
54280
54281     Use MACH_TYPE_NETSTAR and MACH_TYPE_VOICEBLUE defines instead of
54282     numbers in code.
54283
54284     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
54285     Signed-off-by: Stefan Roese <sr@denx.de>
54286
54287 commit 856f054410cef52d868feb330168b2a4c4091328
54288 Author: Stefan Roese <sr@denx.de>
54289 Date:   Sat Oct 28 15:55:52 2006 +0200
54290
54291     [PATCH] NAND: Partition name support added to NAND subsystem
54292
54293     chpart, nboot and NAND subsystem related commands now accept also partition
54294     name to specify offset.
54295
54296     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
54297     Signed-off-by: Stefan Roese <sr@denx.de>
54298
54299 commit 07a69a18c2ecfda904231fdf23e2523ea7792eb6
54300 Author: Wolfgang Denk <wd@pollux.denx.de>
54301 Date:   Sat Oct 28 02:29:44 2006 +0200
54302
54303     Update CHANGELOG.
54304
54305 commit 2751a95abd1b96911081c357e96a12fa97b40dee
54306 Author: Wolfgang Denk <wd@pollux.denx.de>
54307 Date:   Sat Oct 28 02:29:14 2006 +0200
54308
54309     Enable commandline editing and hush shell on all TQM boards.
54310
54311 commit 8078f1a5f63a739b8533478f6c2b62fb1e2f79d7
54312 Author: Wolfgang Denk <wd@pollux.denx.de>
54313 Date:   Sat Oct 28 02:28:02 2006 +0200
54314
54315     README says CFG_AUTO_COMPLETE, but ocde uses CONFIG_AUTO_COMPLETE
54316
54317 commit 471a7be7a042e95e440f5de969c9765214ae8d6e
54318 Author: Wolfgang Denk <wd@denx.de>
54319 Date:   Sat Oct 28 01:14:32 2006 +0200
54320
54321     Check for illegal character '=' in environment variable names.
54322
54323     Make sure the string passed as variable name does not contain a '='
54324     character. This not only prevents the common error or typing
54325     "setenv foo=bar" instead of "setenv foo bar", but (more importantly)
54326     also closes a backdoor which allowed to delete write-protected
54327     environment variables, for example by using "setenv ethaddr=".
54328
54329 commit 19973b6ad9863a56f5c5fbcfd90e20ab2490a2c2
54330 Author: Wolfgang Denk <wd@pollux.denx.de>
54331 Date:   Sat Oct 28 00:38:39 2006 +0200
54332
54333     Minor code cleanup.
54334
54335 commit e11887a77d81077416a2d1c5e0354916fee8c034
54336 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
54337 Date:   Thu Oct 26 17:55:31 2006 +0200
54338
54339     Don't pass any debug options directly to the assembler
54340
54341     When passing the -g option to gcc, gcc automatically selects a
54342     suitable --g<format> option to pass on to the assembler.
54343     Thus, there's no point in forcing a specific debug option on the
54344     assembler using the -Wa mechanism.
54345
54346     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
54347
54348 commit ea08ff6e14f9ebb8c07cfa79c51ef540eb087393
54349 Author: Jon Loeliger <jdl@freescale.com>
54350 Date:   Fri Oct 27 07:47:22 2006 -0500
54351
54352     MPC86xx: Cleaned up unused and conditionally used local variables.
54353
54354     Signed-off-by: Jon Loeliger <jdl@freescale.com>
54355
54356 commit d38936cdae46bfd2623ff83f6ce9b616d36ab0f9
54357 Author: Wolfgang Denk <wd@pollux.denx.de>
54358 Date:   Fri Oct 27 11:55:21 2006 +0200
54359
54360     Fix "ar" flags in some Makefiles to allow for silent "make -s"
54361
54362 commit 4653f91c13ed51c21cc4c3855745d69a3fb1817f
54363 Author: Ben Warren <bwarren@qstreams.com>
54364 Date:   Thu Oct 26 14:38:25 2006 -0400
54365
54366     Fix TSEC driver (now for real): avoid crashes if PHY is not attached
54367     to a TSEC (e.g. a switch is connected via RMII) or
54368     if the PHY is defective/incorrectly configured.
54369
54370     Signed-off-by: Ben Warren <bwarren@qstreams.com>
54371
54372 commit b985b5d6e4fb88f508f7aa0f126c2e27ada2b999
54373 Author: Ben Warren <bwarren@qstreams.com>
54374 Date:   Thu Oct 26 14:38:25 2006 -0400
54375
54376     Fix TSEC driver: avoid crashes if PHY is not attached
54377     to a TSEC (e.g. a switch is connected via RMII) or
54378     if the PHY is defective/incorrectly configured.
54379
54380     Signed-off-by: Ben Warren <bwarren@qstreams.com>
54381
54382 commit 2b2a40bebbf1822506e80e631d7253e60f0e0fe6
54383 Author: Wolfgang Denk <wd@pollux.denx.de>
54384 Date:   Thu Oct 26 16:24:31 2006 +0200
54385
54386     Code cleanup.
54387
54388 commit 5e3b0bc19f07ed277d85324ad0427642c8981baf
54389 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
54390 Date:   Wed Oct 25 15:48:59 2006 +0200
54391
54392     Finish up support for the ATSTK1000/ATSTK1002 boards
54393
54394     Add atstk1002_config target to Makefile and move the AVR32 section
54395     down below Blackfin so that it doesn't end up in the middle of
54396     MIPS.
54397
54398     Drop the autogenerated linker script thing for now. Will have to
54399     revisit how to handle chips with different flash and RAM layout
54400     later.
54401
54402     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
54403
54404 commit c76f951a747cfb87ba826ef45b5aea82d5b5dbb4
54405 Author: Kumar Gala <galak@kernel.crashing.org>
54406 Date:   Tue Oct 24 23:47:37 2006 -0500
54407
54408     Added support for Multi-Image files that contain a device tree
54409
54410     If a Multi-Image file contains a third image we try to use it as a
54411     device tree.  The device tree image is assumed to be uncompressed in the
54412     image file.  We automatically allocate space for the device tree in memory
54413     and provide an 8k pad to allow more than a reasonable amount of growth.
54414
54415     Additionally, a device tree that was contained in flash will now automatically
54416     get copied to system memory as part of boot.  Previously an error was
54417     reported if one tried to boot a device tree that was in flash.
54418
54419     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
54420
54421 commit 7c52c4b943ff52bbe8796a7e2d3e476ceaf3f512
54422 Author: Wolfgang Denk <wd@denx.de>
54423 Date:   Tue Oct 24 21:35:55 2006 +0200
54424
54425     Switch to automatically generated CHANGELOG file.
54426     (use "make CHANGELOG" to update it from time to time)
54427
54428 commit 7ade0c634a979c32fa91a74e8f5775f24651fbe6
54429 Author: Stefan Roese <sr@denx.de>
54430 Date:   Tue Oct 24 18:06:48 2006 +0200
54431
54432     Fix bug in PPC440 NAND driver cpu/ppc4xx/ndfc.c
54433     Patch by Stefan Roese, 24 Oct 2006
54434
54435 commit 8ae3b713b2286e0c3213b7802062e4c1599010de
54436 Author: Wolfgang Denk <wd@pollux.denx.de>
54437 Date:   Tue Oct 24 17:24:55 2006 +0200
54438
54439     Merge with /home/wd/git/u-boot/master
54440
54441 commit 47a6989c10685d2ab3efcf95228ce50d2a496d3e
54442 Author: Wolfgang Denk <wd@pollux.denx.de>
54443 Date:   Tue Oct 24 15:32:57 2006 +0200
54444
54445     Code cleanup
54446
54447 commit 3a78e3e75b633ecb6413114ffd11e2f000c4f11e
54448 Author: Wolfgang Denk <wd@pollux.denx.de>
54449 Date:   Tue Oct 24 14:51:36 2006 +0200
54450
54451     Move atstk1000 files into vendor specific directory.
54452     Patch by Haavard Skinnemoen, 12 Sep 2006
54453
54454 commit 6ccec4492e77428fd6eafd3dfe94fbdf08e91d37
54455 Author: Wolfgang Denk <wd@pollux.denx.de>
54456 Date:   Tue Oct 24 14:42:37 2006 +0200
54457
54458     Add ATSTK1000 and ATSTK1002 board support
54459     Patch by Haavard Skinnemoen, 06 Sep 2006
54460
54461     This patch adds support for the ATSTK1000 with the ATSTK1002 CPU
54462     daughterboard.
54463
54464     ATSTK1000 is a full-featured development board for AT32AP CPUs. It
54465     has two ethernet ports, a high quality QVGA LCD panel, a loudspeaker,
54466     and connectors for USART, PS/2, VGA, USB, MMC/SD cards and
54467     CompactFlash cards. For more information, please see this page:
54468
54469     http://www.atmel.com/dyn/products/tools.asp?family_id=682
54470
54471     The ATSTK1002 is a daughterboard for the ATSTK1000 supporting the
54472     AT32AP7000 chip.
54473
54474     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
54475
54476 commit f93ae788c3640fcde5db383471d45548ff4060d0
54477 Author: Wolfgang Denk <wd@pollux.denx.de>
54478 Date:   Tue Oct 24 14:31:24 2006 +0200
54479
54480     Add common serial driver for Atmel AT32 and AT91 chips
54481     Patch by Haavard Skinnemoen, 06 Sep 2006
54482
54483     This is a first attempt at creating a common serial driver for Atmel
54484     chips. For now, it supports the AT32AP7000 AVR32 chip, but it should
54485     be possible to support AT91RM9200 and other ARM-based chips with some
54486     minor modifications.
54487
54488     There's nothing fundamentally AVR32-specific in this driver, but it
54489     does use some features which are currently only defined for the
54490     AT32AP CPU port:
54491       * pm_get_clock_freq: Obtain the clock frequency of a given domain
54492       * gd->console_uart: A "struct device" containing information about
54493         register mappings, gpio resources and clocks associated with the
54494         UART device.
54495
54496     For more information about these features, please see the "AT32AP
54497     CPU" patch.
54498
54499 commit 72a087e04705c26cad982879ebd06b5281bf825a
54500 Author: Wolfgang Denk <wd@pollux.denx.de>
54501 Date:   Tue Oct 24 14:27:35 2006 +0200
54502
54503     Add AT32AP CPU and AT32AP7000 SoC support
54504     Patch by Haavard Skinnemoen, 06 Sep 2006
54505
54506     This patch adds support for the AT32AP CPU family and the AT32AP7000
54507     chip, which is the first chip implementing the AVR32 architecture.
54508
54509     The AT32AP CPU core is a high-performance implementation featuring a
54510     7-stage pipeline, separate instruction- and data caches, and a MMU.
54511     For more information, please see the "AVR32 AP Technical Reference":
54512
54513     http://www.atmel.com/dyn/resources/prod_documents/doc32001.pdf
54514
54515     In addition to this, the AT32AP7000 chip comes with a large set of
54516     integrated peripherals, many of which are shared with the AT91 series
54517     of ARM-based microcontrollers from Atmel. Full data sheet is
54518     available here:
54519
54520     http://www.atmel.com/dyn/resources/prod_documents/doc32003.pdf
54521
54522     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
54523
54524 commit 7b64fef33c66be648826c0ff9758298ef13d0604
54525 Author: Wolfgang Denk <wd@pollux.denx.de>
54526 Date:   Tue Oct 24 14:21:16 2006 +0200
54527
54528     Add AVR32 architecture support
54529     Patch by Haavard Skinnemoen, 6 Sep 2006 16:23:02 +0200
54530
54531     This patch adds common infrastructure code for the Atmel AVR32
54532     architecture. See doc/README.AVR32 for details.
54533
54534     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
54535
54536 commit 2da2d9a4766063b9848f3a35ad6025499cf87265
54537 Author: Wolfgang Denk <wd@pollux.denx.de>
54538 Date:   Tue Oct 24 13:57:33 2006 +0200
54539
54540     Use -g instead of -gstabs in AFLAGS_DEBUG
54541     Patch by Haavard Skinnemoen, 30 Aug 2006
54542
54543     In config.mk, -Wa,-gstabs is unconditionally appended to AFLAGS no
54544     matter what the target's preferred debugging format is. This patch
54545     simply replaces -gstabs with -g, so that the default debugging format
54546     for the architecture is used.
54547
54548 commit 965829872169c2996023840d98e1d85ad148d629
54549 Author: Wolfgang Denk <wd@pollux.denx.de>
54550 Date:   Tue Oct 24 13:55:18 2006 +0200
54551
54552     Fix/workaround broken dependency handling with make 3.81
54553     Based on patch by Haavard Skinnemoen, 29 Aug 2006 11:20:39 +0200
54554
54555 commit 8318fbf8cc30418b621ea9f39b84b4c1a08f003a
54556 Author: Marian Balakowicz <m8@semihalf.com>
54557 Date:   Mon Oct 23 22:17:05 2006 +0200
54558
54559     Fix sequoia separate object direcory building problems.
54560
54561 commit 3dfa9cfdcee78b30da3432318b32821ffabe974b
54562 Author: Jon Loeliger <jdl@freescale.com>
54563 Date:   Fri Oct 20 17:16:35 2006 -0500
54564
54565     Use generic I2C register block on 85xx and 86xx.
54566
54567     Replace private IMMAP I2C structures with generic reg block
54568     and allow 86xx to have multiple I2C device busses.
54569
54570     Signed-off-by: Jon Loeliger <jdl@freescale.com>
54571
54572 commit f5012827df11ca0c9be1df5f8b153e188dc2fa7c
54573 Author: Jon Loeliger <jdl@freescale.com>
54574 Date:   Fri Oct 20 15:54:34 2006 -0500
54575
54576     Fix compilation warnings on a few 85xx boards.
54577
54578     Signed-off-by: Jon Loeliger <jdl@freescale.com>
54579
54580 commit 2047672684cf85cb6f96a1fbc993180aaaf19a99
54581 Author: Jon Loeliger <jdl@freescale.com>
54582 Date:   Fri Oct 20 15:50:15 2006 -0500
54583
54584     Converted all 85xx boards to use a common FSL I2C driver.
54585     Introduced COFIG_FSL_I2C to select the common FSL I2C driver.
54586     And removed hard i2c path from a few u-boot.lds scipts too.
54587     Minor whitespace cleanups along the way.
54588
54589     Signed-off-by: Jon Loeliger <jdl@freescale.com>
54590
54591 commit 4d45f69e362b05892c9e92a7907e5820995612aa
54592 Author: Jon Loeliger <jdl@freescale.com>
54593 Date:   Thu Oct 19 12:02:24 2006 -0500
54594
54595     Rewrite a series of goto statements as a sequences of
54596     conditional expressions instead.
54597
54598     Use consistent return code 0/-1 for good/bad indicators.
54599
54600     Include one fewer file if the driver isn't used at all.
54601
54602     Signed-off-by: Jon Loeliger <jdl@freescale.com>
54603
54604 commit 7237c033b02fe295880435f1eb80819a0c987532
54605 Author: Jon Loeliger <jdl@freescale.com>
54606 Date:   Thu Oct 19 11:02:16 2006 -0500
54607
54608     Moved i2c driver out of cpu/mpc86xx/i2c.c into drivers/fsl_i2c.c
54609
54610     in an effort to begin to unify the umpteen FSL I2C drivers that
54611     are all otherwise very similar.
54612
54613     Signed-off-by: Jon Loeliger <jdl@freescale.com>
54614
54615 commit 13a7fcdf37f6ea9429ae04c9df67f893364cfe4b
54616 Author: Jon Loeliger <jdl@freescale.com>
54617 Date:   Thu Oct 19 11:33:52 2006 -0500
54618
54619     * Fix a bunch of compiler warnings for gcc 4.0
54620
54621     Signed-off-by: Matthew McClintock <msm@freescale.com>
54622
54623 commit af9e1f5b9e6f9ce810f5e8bf2961c9542a5865c2
54624 Author: Stefan Roese <sr@denx.de>
54625 Date:   Tue Oct 17 06:14:31 2006 +0200
54626
54627     Add monitor functions for indirect access to PPC440 DCR's
54628     Patch by Leonid Baryudin, 12 Oct 2006
54629
54630 commit 5f3249a0a168e446a4cc9669b2bce0bc456f0a09
54631 Author: Jon Loeliger <jdl@freescale.com>
54632 Date:   Fri Oct 13 16:47:53 2006 -0500
54633
54634     Fixed leading whitespace issues.
54635     Removed spurious LAWAR thing.
54636
54637     Signed-off-by: Jon Loeliger <jdl@freescale.com>
54638
54639 commit 0ee90cb77e01d6e8ccd37e1bd96678597875c391
54640 Author: Jon Loeliger <jdl@freescale.com>
54641 Date:   Thu Oct 12 10:42:36 2006 -0500
54642
54643     Remove unneeded include files and local variable.
54644
54645     Signed-off-by: Jon Loeliger <jdl@freescale.com>
54646
54647 commit 1eaf3a5ff4960a46f3a9063568ba2af7883f07c5
54648 Author: Grant Likely <grant.likely@secretlab.ca>
54649 Date:   Tue Oct 10 00:23:32 2006 -0600
54650
54651     Fix possible uninitialized variable compiler warning.
54652
54653     When CONFIG_OF_FLAG_TREE is set, the compiler complains that 'len' in
54654     do_bootm_linux() may be uninitialized.  There is no possibility in the
54655     current code that len will get used uninitialized, but this fix follows
54656     the existing convention of setting both len and data to zero at the same
54657     time.
54658
54659     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
54660
54661 commit 7376eb87aaa601f728f9b8e5e9cd2711a67f529e
54662 Author: Matthew McClintock <msm@freescale.com>
54663 Date:   Wed Oct 11 15:13:01 2006 -0500
54664
54665     * Fix a bunch of compiler warnings for gcc 4.0
54666
54667     Signed-off-by: Matthew McClintock <msm@freescale.com>
54668
54669 commit bf651baa365e5447246aad6a633ccd667cf24a39
54670 Author: Jon Loeliger <jdl@freescale.com>
54671 Date:   Wed Oct 11 10:10:43 2006 -0500
54672
54673     Move "ar" flags to config.mk to allow for silent "make -s"
54674
54675 commit 1fd5699a4a24f5c1dab1b32f480bace1ebb9fc3e
54676 Author: Jon Loeliger <jdl@freescale.com>
54677 Date:   Tue Oct 10 17:19:03 2006 -0500
54678
54679     Coding style changes to remove local varible blocks
54680     and reformat a bit nicer.
54681
54682 commit 8b283dbb3a08d1b8d406bc15f119e081b3e2606a
54683 Author: Jon Loeliger <jdl@freescale.com>
54684 Date:   Tue Oct 10 17:16:04 2006 -0500
54685
54686     Fix whitespace issues.
54687
54688 commit 7b382b7125f2397cce63253df62f183e3dfa2770
54689 Author: Jon Loeliger <jdl@freescale.com>
54690 Date:   Tue Oct 10 17:14:45 2006 -0500
54691
54692     Fix whitespace issues.
54693
54694 commit e10390ddd736b0dad1528eec4b0fe35c0827139a
54695 Author: Jon Loeliger <jdl@freescale.com>
54696 Date:   Tue Oct 10 17:06:53 2006 -0500
54697
54698     Fix whitespace issues.
54699
54700 commit 89875e96ba3f023157bf50d5f8e33bf254964a76
54701 Author: Jon Loeliger <jdl@freescale.com>
54702 Date:   Tue Oct 10 17:03:43 2006 -0500
54703
54704     Ran lindent and cleaned up whitespace issues.
54705     Format for 80-columns too.
54706
54707 commit 333961ae7095fc66d8a041fce1ac9ee873b09d86
54708 Author: Jon Loeliger <jdl@freescale.com>
54709 Date:   Tue Oct 10 17:02:22 2006 -0500
54710
54711     Fix whitespace and 80-col issues.
54712
54713 commit 5c912cb1c31266c66ca59b36f9b6f87296421d75
54714 Author: Stefan Roese <sr@denx.de>
54715 Date:   Sat Oct 7 11:36:51 2006 +0200
54716
54717     CFG_NAND_QUIET_TEST added to not warn upon missing NAND device
54718     Patch by Stefan Roese, 07 Oct 2006
54719
54720 commit 5bc528fa4da751d472397b308137238a6465afd2
54721 Author: Stefan Roese <sr@denx.de>
54722 Date:   Sat Oct 7 11:35:25 2006 +0200
54723
54724     Update ALPR code (NAND support working now)
54725     Patch by Stefan Roese, 07 Oct 2006
54726
54727 commit 77d5034847d328753b80c46b83f960a14a26f40e
54728 Author: Stefan Roese <sr@denx.de>
54729 Date:   Sat Oct 7 11:33:03 2006 +0200
54730
54731     Remove compile warnings in fpga code
54732     Patch by Stefan Roese, 07 Oct 2006
54733
54734 commit f3443867e90d2979a7dd1c65b0d537777e1f9850
54735 Author: Stefan Roese <sr@denx.de>
54736 Date:   Sat Oct 7 11:30:52 2006 +0200
54737
54738     Add CONFIG_BOARD_RESET to configure board specific reset function
54739     Patch by Stefan Roese, 07 Oct 2006
54740
54741 commit f55df18187e7a45cb73fec4370d12135e6691ae1
54742 Author: John Traill <john.traill@freescale.com>
54743 Date:   Fri Sep 29 08:23:12 2006 +0100
54744
54745     Fix missing tCycle/modfreq calculation.
54746
54747     Signed-off-by: John Traill <john.traill@freescale.com>
54748
54749 commit 8272dc2f58f2473d8995fcc9b916440cfba080f0
54750 Author: Andy Fleming <afleming@freescale.com>
54751 Date:   Wed Sep 13 10:33:35 2006 -0500
54752
54753     Updated config headers to add default FDT-based booting
54754
54755 commit 09f3e09e9ebcfa7919ca8931a4b5504fadd1f1d3
54756 Author: Andy Fleming <afleming@freescale.com>
54757 Date:   Wed Sep 13 10:34:18 2006 -0500
54758
54759     Add support for eTSEC 3 & 4 on 8548 CDS
54760
54761     * Added support for using eTSEC 3 and eTSEC 4 on the 8548 CDS.
54762       This will only work on rev 1.3 boards (but doesn't break older boards)
54763     * Cleaned up some comments to reflect the expanded role of tsec
54764       in other systems
54765
54766 commit 084d648b109c8984f83674043c1a7fa3885ef801
54767 Author: Andy Fleming <afleming@freescale.com>
54768 Date:   Wed Sep 13 10:33:56 2006 -0500
54769
54770     Added code to support 2.6.18 PCI changes in u-boot
54771
54772     * Added code to swizzle the IRQ map for the PCI
54773
54774 commit afbdc649f8751e4f4f1a6f527edfe139773f2c15
54775 Author: Jon Loeliger <jdl@freescale.com>
54776 Date:   Tue Sep 19 09:34:10 2006 -0500
54777
54778     Modified makefile for new build mechanism.
54779
54780     Signed-off-by: Jon Loeliger <jdl@freescale.com>
54781
54782 commit d14ba6a798beb753e7a864500414fcc2d198b8bc
54783 Author: Jon Loeliger <jdl@freescale.com>
54784 Date:   Thu Sep 14 08:40:36 2006 -0500
54785
54786     Handle 86xx SVR values according to the new Reference Manual.
54787     Both 8641 and 8641D have SVR == 0x8090, and are distinguished
54788     by the byte in bits 16-23 instead.
54789     Thanks to Jason Jin for noticing.
54790
54791     Signed-off-by: Jon Loeliger <jdl@freescale.com>
54792
54793 commit 88c8f4921fc47fb0eb2384b16586f1bd7f275be7
54794 Author: Zhang Wei <wei.zhang@freescale.com>
54795 Date:   Mon Aug 28 14:25:31 2006 +0800
54796
54797     Fixed an OF-tree off-by-one bug when adding a new property name.
54798     This bug will cause the kernel booting to pause a long time.
54799
54800     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
54801     (cherry picked from 2f15776ccc6dc32377d8ba9652b8f58059c27c6d commit)
54802
54803 commit 9bff7a69a885adebbd2bd45990494ec4cf998a30
54804 Author: Jon Loeliger <jdl@freescale.com>
54805 Date:   Tue Aug 29 11:05:09 2006 -0500
54806
54807     Remove trailing empty lines.
54808
54809 commit cd6d73d5b895a5935ac4fde0a356288142a584e0
54810 Author: Jon Loeliger <jdl@freescale.com>
54811 Date:   Tue Aug 29 09:48:49 2006 -0500
54812
54813     Remove bogus msync and use volatile asm.
54814
54815 commit 778d45049ce5927b65b3ff1d8e6692b654bdd49e
54816 Author: Jon Loeliger <jdl@freescale.com>
54817 Date:   Tue Aug 29 08:17:14 2006 -0500
54818
54819     Add myself as maintainer for MPC8641HPCN.
54820
54821 commit 2f15776ccc6dc32377d8ba9652b8f58059c27c6d
54822 Author: Zhang Wei <wei.zhang@freescale.com>
54823 Date:   Mon Aug 28 14:25:31 2006 +0800
54824
54825     Fixed an OF-tree off-by-one bug when adding a new property name.
54826     This bug will cause the kernel booting to pause a long time.
54827
54828     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
54829
54830 commit 5567806b67d0ae83493aa8823ad3b6c914f581d7
54831 Author: Haiying Wang <haiying.wang@freescale.com>
54832 Date:   Fri Aug 25 14:38:34 2006 -0400
54833
54834     Change ramdiskaddr and dtbaddr
54835     Remove PEX fluff commands.
54836
54837     Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
54838     Signed-off-by: Jon Loeliger <jdl@freescale.com>
54839
54840 commit b2b78421d9db49c21a821af8a19c21c1f7dfb29e
54841 Author: Matthew McClintock <msm@freescale.com>
54842 Date:   Wed Aug 23 13:32:45 2006 -0500
54843
54844     * Another small fix for booting with disable_of
54845
54846     Signed-off-by: Matthew McClintock <msm@freescale.com>
54847
54848 commit 4a7cc0f21918e6ecf07ed57075d67df2c4a1299c
54849 Author: Jon Loeliger <jdl@freescale.com>
54850 Date:   Wed Aug 23 11:04:43 2006 -0500
54851
54852     Cleanup and lindent new AHCI driver.
54853
54854 commit dabf9ef8c10b4dead5ef2106ef742b1c06b542de
54855 Author: Jin Zhengxiong <jason@bus.ap.freescale.net>
54856 Date:   Wed Aug 23 19:15:12 2006 +0800
54857
54858     Add AHCI define and sata support for MPC8641HPCN board.
54859
54860     Signed-off-by:Jason Jin<jason.jin@freescale.com>
54861
54862 commit 4782ac80b02f0d01afd309e2200dd3c7037f2ba4
54863 Author: Jin Zhengxiong <jason@bus.ap.freescale.net>
54864 Date:   Wed Aug 23 19:10:44 2006 +0800
54865
54866     Add AHCI support to u-boot
54867
54868     Add AHCI support in u-boot, enable the sata disk controllers which
54869     following the AHCI protocol.
54870
54871     Signed-off-by:Jason Jin<jason.jin@freescale.com>
54872
54873 commit d8ea2acf5f137cae99417df4f573d036ee384668
54874 Author: Zhang Wei <wei.zhang@freescale.com>
54875 Date:   Wed Aug 23 17:54:32 2006 +0800
54876
54877     Add dtb boot-up parameter to default boot commands.
54878
54879     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
54880
54881 commit b93775c2036b99baa390ea425c4771895bbc63c4
54882 Author: Jon Loeliger <jdl@freescale.com>
54883 Date:   Tue Aug 22 18:26:08 2006 -0500
54884
54885     Cleanup even more poorly introduced whitespace.
54886
54887 commit ae6241685cbcf0c79a3636530d2ceab1fb291a94
54888 Author: Jon Loeliger <jdl@freescale.com>
54889 Date:   Tue Aug 22 18:07:00 2006 -0500
54890
54891     Cleanup more poorly introduced whitespace.
54892
54893 commit 2c33e8a1c535b3ae91cf0b284480600bf3f57c57
54894 Author: Jon Loeliger <jdl@freescale.com>
54895 Date:   Tue Aug 22 17:54:05 2006 -0500
54896
54897     Cleanup poorly introduced whitespace.
54898
54899 commit 80e955c7dd98f4b4fd23c2113caf75ed2b77b5b3
54900 Author: Jon Loeliger <jdl@freescale.com>
54901 Date:   Tue Aug 22 12:25:27 2006 -0500
54902
54903     General indent and whitespace cleanups.
54904
54905 commit ffff3ae56f5842ca3679e4ce7922b819a87aad9f
54906 Author: Jon Loeliger <jdl@freescale.com>
54907 Date:   Tue Aug 22 12:06:18 2006 -0500
54908
54909     General indent and whitespace cleanups.
54910
54911 commit 41a0e8b304d3ff55fe27a230507aac79684016ac
54912 Author: Jon Loeliger <jdl@freescale.com>
54913 Date:   Tue Aug 22 10:42:21 2006 -0500
54914
54915     Cleanup compiler warnings.
54916
54917 commit 5de62c47a8628b3da4d73f7c07027f32a3342d40
54918 Author: Matthew McClintock <msm@freescale.com>
54919 Date:   Tue Aug 22 09:31:59 2006 -0500
54920
54921     Fix disable_of booting
54922
54923     Signed-off-by: Matthew McClintock <msm@freescale.com>
54924
54925 commit 87a449c8ac396420cb24260f717ea9e6faa82047
54926 Author: Matthew McClintock <msm@freescale.com>
54927 Date:   Tue Aug 22 09:23:55 2006 -0500
54928
54929     Support for FDT in uImage format, error when using FDT from flash
54930
54931     Signed-off-by: Matthew McClintock <msm@freescale.com>
54932
54933 commit 75c299c38369d01addd5e054b8a16217b70f4a86
54934 Author: Haiying Wang <haiying.wang@freescale.com>
54935 Date:   Tue Aug 15 15:12:55 2006 -0400
54936
54937     Unlock cache before kernel starts up for MPC86xx
54938
54939 commit 67256678f00c09b0a7f19e862e5c1847553d31bc
54940 Author: Haiying Wang <haiying.wang@freescale.com>
54941 Date:   Tue Aug 15 15:13:15 2006 -0400
54942
54943     Copy Global Data Pointer to r29 for DECLARE_GLOBAL_DATA_PTR
54944
54945 commit 1c8f6d8fb028f156094d05f2d14298e6479364ac
54946 Author: Haiying Wang <haiying.wang@freescale.com>
54947 Date:   Tue Aug 15 15:12:55 2006 -0400
54948
54949     Unlock cache before kernel starts up for MPC86xx
54950
54951 commit 0d9ccc55edf9a7f3c5b2b6263580a6ea8d702a04
54952 Author: Haiying Wang <haiying.wang@freescale.com>
54953 Date:   Tue Aug 15 15:13:15 2006 -0400
54954
54955     Copy Global Data Pointer to r29 for DECLARE_GLOBAL_DATA_PTR
54956
54957 commit 86c8e17f25e972a7e272950a0735fad84e082b88
54958 Author: Matthew McClintock <msm@freescale.com>
54959 Date:   Wed Aug 16 13:59:47 2006 -0500
54960
54961     * Fix disable_of booting
54962
54963     Signed-off-by: Matthew McClintock <msm@freescale.com>
54964
54965 commit 25c751e9adc86e22fe3b5b47cf2806379b575db7
54966 Author: Matthew McClintock <msm@freescale.com>
54967 Date:   Wed Aug 16 10:54:09 2006 -0500
54968
54969     * Support for FDT in uImage format, error when using FDT from flash
54970
54971     Signed-off-by: Matthew McClintock <msm@freescale.com>
54972
54973 commit 899620c2d66d4eef3b2a0034d062e71d45d886c9
54974 Author: Stefan Roese <sr@denx.de>
54975 Date:   Tue Aug 15 14:22:35 2006 +0200
54976
54977     Add initial support for the ALPR board from Prodrive
54978     NAND needs some additional testing
54979     Patch by Heiko Schocher, 15 Aug 2006
54980
54981 commit f0ff4692ff3372dec55074a8eb444943ab095abb
54982 Author: Stefan Roese <sr@denx.de>
54983 Date:   Tue Aug 15 14:15:51 2006 +0200
54984
54985     Add FPGA Altera Cyclone 2 support
54986     Patch by Heiko Schocher, 15 Aug 2006
54987
54988 commit fecf1c7e4de1b2779edc18742b91c22bdc32b68b
54989 Author: Jon Loeliger <jdl@freescale.com>
54990 Date:   Mon Aug 14 15:33:38 2006 -0500
54991
54992     Fix BAT0 to actually be cacheable, non-guarded as documented.
54993
54994     Signed-off-by: Jon Loeliger <jdl@freescale.com>
54995
54996 commit 40bc83559db5745681909fd7382ae509567e116d
54997 Author: Jon Loeliger <jdl@freescale.com>
54998 Date:   Wed Aug 9 15:32:16 2006 -0500
54999
55000     Removed MPC8641HPCN DTS source file from build.
55001     It is no longer linked into U-Boot; its sources are
55002     now located in the kernel tree.
55003
55004     Signed-off-by: Jon Loeliger <jdl@freescale.com>
55005
55006 commit 34c3c0e01dbf1f8cc2bd08de92f2b89ba84921eb
55007 Author: Matthew McClintock <msm@freescale.com>
55008 Date:   Wed Jun 28 10:47:03 2006 -0500
55009
55010     * Switched default PCI speed for 8540 ADS back to 33MHz
55011
55012     * Added comments and a printf to warn that PCI-X won't
55013       work at 33MHz
55014       Patch by Andy Fleming 17-Mar-2006
55015
55016     Signed-off-by: Andy Fleming <afleming@freescale.com>
55017
55018 commit b6c5e1373b6ea0bb37a18e4aeecec00613d1cd39
55019 Author: Matthew McClintock <msm@freescale.com>
55020 Date:   Wed Jun 28 10:46:35 2006 -0500
55021
55022     * Fixed a bug where 8555 PCI code used the old variable and function names Patch by Andy Fleming 17-Mar-2006
55023
55024     Signed-off-by: Andy Fleming <afleming@freescale.com>
55025
55026 commit bf1dfffd8c26f8ecdd630a0ae4c834e751e4e452
55027 Author: Matthew McClintock <msm@freescale.com>
55028 Date:   Wed Jun 28 10:46:13 2006 -0500
55029
55030     * Added VIA configuration table
55031
55032     * Added support for PCI2 on CDS
55033       Patch by Andy Fleming 17-Mar-2006
55034
55035     Signed-off-by: Andy Fleming <afleming@freescale.com>
55036
55037 commit c88f9fe66b64247e5b6a38410ba315ca25596d16
55038 Author: Matthew McClintock <msm@freescale.com>
55039 Date:   Wed Jun 28 10:45:41 2006 -0500
55040
55041     * Fixed PCI memory definitions Patch by Andy Fleming 17-Mar-2006
55042
55043     Signed-off-by: Andy Fleming <afleming@freescale.com>
55044
55045 commit 97074ed9655309b64231bc2cee69fe85399f8055
55046 Author: Matthew McClintock <msm@freescale.com>
55047 Date:   Wed Jun 28 10:45:17 2006 -0500
55048
55049     * Added support for initializing second PCI bus on 85xx Patch by Andy Fleming 17-Mar-2006
55050
55051     Signed-off-by: Andy Fleming <afleming@freescale.com>
55052
55053 commit f0e6f57f71b3c4fdd13028eb03c3f3e91926dda2
55054 Author: Matthew McClintock <msm@freescale.com>
55055 Date:   Wed Jun 28 10:44:49 2006 -0500
55056
55057     * Added PCI-X #defines for PCI-X initialization Patch by Andy Fleming on 17-Mar-2006
55058
55059     Signed-off-by: Andy Fleming <afleming@freescale.com>
55060
55061 commit a4e11558b810ef2cddffdf7b9d86bc1130441960
55062 Author: Matthew McClintock <msm@freescale.com>
55063 Date:   Wed Jun 28 10:44:23 2006 -0500
55064
55065     * 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
55066
55067     Signed-off-by: Andy Fleming <afleming@freescale.com>
55068
55069 commit 0e16387db1d4aacd5bf35cb6d7c1942765c0347b
55070 Author: Matthew McClintock <msm@freescale.com>
55071 Date:   Wed Jun 28 10:43:36 2006 -0500
55072
55073     * Add Flat Dev Tree construction for MPC85xx ADS and CDS boards Patch by Jon Loeliger 17-Jan-2006
55074
55075     Signed-off-by: Jon Loeliger <jdl@freescale.com>
55076
55077 commit 855e6fb073f9d04fe4a7f06c107ecbac6344ddd4
55078 Author: Matthew McClintock <msm@freescale.com>
55079 Date:   Wed Jun 28 10:43:00 2006 -0500
55080
55081     * 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
55082
55083 commit 5498d90312aad9f6bdbf047986027c35b03cd163
55084 Author: Matthew McClintock <msm@freescale.com>
55085 Date:   Wed Jun 28 10:42:24 2006 -0500
55086
55087     * Patch to modify ft_build.c to update flat device trees in place Patch by Matthew McClintock 26-June-2006
55088
55089 commit 0267768eddc5ca7bc1865bc40c866829ac5efbfe
55090 Author: Matthew McClintock <msm@freescale.com>
55091 Date:   Wed Jun 28 10:41:37 2006 -0500
55092
55093     * Modify bootm command to support booting with flat device trees Patch by Matthew McClintock 26-June-2006
55094
55095 commit 8fc8bd2cc479b6cd188fdede4010e0e052970b8a
55096 Author: John Traill <john.traill@freescale.com>
55097 Date:   Wed Aug 9 14:33:50 2006 +0100
55098
55099     Add Rapidio support for the MPC8641HPCN
55100
55101     Signed-off-by: John Traill <john.traill@freescale.com>
55102
55103 commit 91a414c7d1fb0eac912592cd995b30c9f23045c9
55104 Author: John Traill <john.traill@freescale.com>
55105 Date:   Tue Aug 8 11:32:43 2006 +0100
55106
55107     Fix caslat calculation
55108
55109     Signed-off-by: John Traill <john.traill@freescale.com>
55110
55111 commit 709d3073e74153278e7904a70819bbef7df50e1a
55112 Author: Jon Loeliger <jdl@freescale.com>
55113 Date:   Thu Aug 3 16:17:56 2006 -0500
55114
55115     Convert to mac-address in ethernet nodes.
55116
55117 commit 71748af833ca1017edf1415be376366ff2937d17
55118 Author: Haiying Wang <haiying.wang@freescale.com>
55119 Date:   Fri Jul 28 12:41:35 2006 -0400
55120
55121     Correct the irq value of DUART2
55122
55123 commit 9cb3e8816ae4d854e7dc22128c3eea3d70bb982c
55124 Author: Haiying Wang <haiying.wang@freescale.com>
55125 Date:   Fri Jul 28 12:41:41 2006 -0400
55126
55127     Change the space size of PEX IO in README
55128
55129 commit 239db37c94f7a92941c4465feceb867c609241c5
55130 Author: Haiying Wang <haiying.wang@freescale.com>
55131 Date:   Fri Jul 28 12:41:18 2006 -0400
55132
55133     Move get_board_sys_clk to board directory
55134
55135 commit 492900b985439fbce1a118afde1e35def870db03
55136 Author: John Traill <john.traill@freescale.com>
55137 Date:   Fri Jul 28 09:03:54 2006 +0100
55138
55139     Fix 8641HPCN pollution
55140
55141 commit 515ab8a62e8574e2babc6e8dcc43544ad221c5b2
55142 Author: John Traill <john.traill@freescale.com>
55143 Date:   Fri Jul 28 08:16:06 2006 +0100
55144
55145     Fix 8641HPCN timebase
55146
55147 commit c86360b830f1eecd7a72208575dde4f57879faea
55148 Author: Zhang Wei <wei.zhang@freescale.com>
55149 Date:   Fri Jul 28 00:01:34 2006 +0800
55150
55151     Fixed OF device tree of mpc86xxhpcn board.
55152
55153     The changes works in with kernel irq mapping rework.
55154
55155     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
55156
55157 commit bea3f28d285942bf3f7ab339ce85178ded544225
55158 Author: Haiying Wang <haiying.wang@freescale.com>
55159 Date:   Wed Jul 12 10:48:05 2006 -0400
55160
55161     Add support for reading and writing mac addresses to or from ID EEPROM.
55162
55163     Added code for reading and writing Mac addresses to/from ID EEPROM(0x57).
55164     With attached patch, we can use command "mac/mac read/mac save/"
55165     to read and write EEPROM under u-boot prompt.
55166
55167     U-boot will calculate the checksum of EEPROM while bootup,
55168     if it is right, then u-boot will check whether the mac address
55169     of eTSEC0/1/2/3 is availalbe (non-zero).
55170
55171     If there is mac address availabe in EEPROM, u-boot will use it,
55172     otherewise, u-boot will use the mac address defined in
55173     MPC8641HPCN.h. This matches the requirement to set unique mac address
55174     for each TSEC port.
55175
55176     Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
55177     Signed-off-by: York Sun <yorksun@freescale.com>
55178
55179 commit fcb28e763415e0e4e66b0f45842d1557ae198e5e
55180 Author: Jin Zhengxiong <Jason.Jin@freescale.com>
55181 Date:   Thu Jul 13 10:35:10 2006 -0500
55182
55183     Fixed initrd issue by define big RAM
55184
55185     Signed-off-by:Jason Jin <Jason.jin@freescale.com>
55186
55187 commit e6cd2a1785d74ec3d30a86f1cb360be8de478151
55188 Author: Jason Jin <Jason.jin@freescale.com>
55189 Date:   Fri Jul 7 10:01:45 2006 -0500
55190
55191     We made a u-boot patch to fix the hang up issue
55192     when booting filesystem from ramdisk.
55193
55194     Signed-off-by:Jason Jin <Jason.jin@freescale.com>
55195
55196 commit 38433ccc5850ee70549af0b2bc5b920355ef5388
55197 Author: Matthew McClintock <msm@freescale.com>
55198 Date:   Wed Jun 28 10:47:03 2006 -0500
55199
55200     * Switched default PCI speed for 8540 ADS back to 33MHz
55201     * Added comments and a printf to warn that PCI-X won't
55202       work at 33MHz
55203       Patch by Andy Fleming 17-Mar-2006
55204
55205     Signed-off-by: Andy Fleming <afleming@freescale.com>
55206
55207 commit e4c2a0eb0c3e3ffbf824800184ee42bdc99d5b19
55208 Author: Matthew McClintock <msm@freescale.com>
55209 Date:   Wed Jun 28 10:46:35 2006 -0500
55210
55211     * Fixed a bug where 8555 PCI code used the old variable and
55212       function names
55213       Patch by Andy Fleming 17-Mar-2006
55214
55215     Signed-off-by: Andy Fleming <afleming@freescale.com>
55216
55217 commit cbfc7ce756b88eb26e5537bc7b625c445c6dcfac
55218 Author: Matthew McClintock <msm@freescale.com>
55219 Date:   Wed Jun 28 10:46:13 2006 -0500
55220
55221     * Added VIA configuration table
55222     * Added support for PCI2 on CDS
55223       Patch by Andy Fleming 17-Mar-2006
55224
55225     Signed-off-by: Andy Fleming <afleming@freescale.com>
55226
55227 commit 52c7a68b8d587ebcf5a6b051b58b3d3ffa377ddc
55228 Author: Matthew McClintock <msm@freescale.com>
55229 Date:   Wed Jun 28 10:45:41 2006 -0500
55230
55231     * Fixed PCI memory definitions
55232       Patch by Andy Fleming 17-Mar-2006
55233
55234     Signed-off-by: Andy Fleming <afleming@freescale.com>
55235
55236 commit 087454609e47295443af793a282cddcd91a5f49c
55237 Author: Matthew McClintock <msm@freescale.com>
55238 Date:   Wed Jun 28 10:45:17 2006 -0500
55239
55240     * Added support for initializing second PCI bus on 85xx
55241       Patch by Andy Fleming 17-Mar-2006
55242
55243     Signed-off-by: Andy Fleming <afleming@freescale.com>
55244
55245 commit b636aaeb6fd516a442fb611bbeeddf3077a687fb
55246 Author: Matthew McClintock <msm@freescale.com>
55247 Date:   Wed Jun 28 10:44:49 2006 -0500
55248
55249     * Added PCI-X #defines for PCI-X initialization
55250       Patch by Andy Fleming on 17-Mar-2006
55251
55252     Signed-off-by: Andy Fleming <afleming@freescale.com>
55253
55254 commit 20abbc6fffa115690107cc942c7abf84bdc03a1b
55255 Author: Matthew McClintock <msm@freescale.com>
55256 Date:   Wed Jun 28 10:44:23 2006 -0500
55257
55258     * Made sure the code which disables prefetch for PCI devices
55259       sets the size of the prefetch region to 0
55260       Patch by Andy Fleming on 17-Mar-2006
55261
55262     Signed-off-by: Andy Fleming <afleming@freescale.com>
55263
55264 commit 40d5fa35d02df22580593bf0039ab173367e8ef0
55265 Author: Matthew McClintock <msm@freescale.com>
55266 Date:   Wed Jun 28 10:43:36 2006 -0500
55267
55268     * Add Flat Dev Tree construction for MPC85xx ADS and CDS boards
55269       Patch by Jon Loeliger 17-Jan-2006
55270
55271     Signed-off-by: Jon Loeliger <jdl@freescale.com>
55272
55273 commit be7e8b0cb5a0c49dc180075b96df296a893bf146
55274 Author: Matthew McClintock <msm@freescale.com>
55275 Date:   Wed Jun 28 10:43:00 2006 -0500
55276
55277     * Removed the oftree.dts for stxxtx in light of the changes
55278       to the flat device tree handling code
55279       Patch by Matthew McClintock 26-June-2006
55280
55281 commit 1b380ec225665e73959677f3893dc658c5925e05
55282 Author: Matthew McClintock <msm@freescale.com>
55283 Date:   Wed Jun 28 10:42:24 2006 -0500
55284
55285     * Patch to modify ft_build.c to update flat device trees in place
55286       Patch by Matthew McClintock 26-June-2006
55287
55288 commit 98a9c4d468a942a09ebe8979bec508017f3e4462
55289 Author: Matthew McClintock <msm@freescale.com>
55290 Date:   Wed Jun 28 10:41:37 2006 -0500
55291
55292     * Modify bootm command to support booting with flat device trees
55293       Patch by Matthew McClintock 26-June-2006
55294
55295 commit da012ab661fd4ab169dd7b9b32201a4df62cf34a
55296 Author: Jin Zhengxiong <Jason.Jin@freescale.com>
55297 Date:   Wed Jun 28 08:43:56 2006 -0500
55298
55299     Change Id to symbolic name for RTL8139
55300
55301     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
55302
55303 commit bc09cf3c2bfb8d54c659cbb332f79d0950982fd0
55304 Author: Jin Zhengxiong-R64188 <Jason.Jin@freescale.com>
55305 Date:   Tue Jun 27 18:12:10 2006 +0800
55306
55307     Fix RTL8139 in big endian
55308
55309     signed-off-by: Jason Jin <Jason.Jin@freescale.com>
55310     signed-off-by: Wei Zhang <wei.zhang@freescale.com>
55311
55312 commit fcfb9a57947fc203b99fe81ab0578f7286261f9f
55313 Author: Jin Zhengxiong-R64188 <Jason.Jin@freescale.com>
55314 Date:   Tue Jun 27 18:12:23 2006 +0800
55315
55316     Fix Tsec bug when no link
55317
55318      When tftp a non-exist file from the tftp server, u-boot will check
55319      the link of all eth port. The original file will return wrong link
55320      state on the no link ports.
55321
55322     signed-off-by: Jason Jin <Jason.Jin@freescale.com>
55323
55324 commit bd22c2b97514fbfb0e03bd9c72b3445e4dbd57e2
55325 Author: Jin Zhengxiong-R64188 <Jason.Jin@freescale.com>
55326 Date:   Tue Jun 27 18:12:02 2006 +0800
55327
55328     Fix bug for io_bar size during pci scan
55329
55330     During the pci scan process, Some devices return bar_reponse with the
55331     highest bytes 0, such as the pci bridge in uli1575 return bar_response
55332     with 0xffffff, So the bar_size should be manually set under 64K.
55333
55334     Signed-off-by: Jason Jin <jason.jin@freescale.com>
55335
55336 commit fa7db9c377bc2353a17bf1d381d65a6c418728f0
55337 Author: Jin Zhengxiong-R64188 <Jason.Jin@freescale.com>
55338 Date:   Tue Jun 27 18:11:54 2006 +0800
55339
55340     Enable PCIE1 for MPC8641HPCN board
55341
55342     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
55343
55344 commit 99d70e3a47affb9bae041a2caece7cd516e213b3
55345 Author: Wolfgang Denk <wd@pollux.denx.de>
55346 Date:   Mon Jun 26 11:06:00 2006 +0200
55347
55348     More code cleanup
55349
55350 commit 684623ce92c5fd32e7db2d6e016945a67c5ffaba
55351 Author: Jon Loeliger <jdl@freescale.com>
55352 Date:   Thu Jun 22 08:51:46 2006 -0500
55353
55354     Fix bug in 8641hpcn reset command with no args.
55355
55356     Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
55357     Acked-by: Jon Loeliger <jdl@freescale.com>
55358
55359 commit 8be429a5ddbf0ebe2d94174ba58fcfc7a24285dc
55360 Author: Zhang Wei <wei.zhang@freescale.com>
55361 Date:   Tue Jun 20 17:47:15 2006 +0800
55362
55363     Reworked IRQ mapping in OF-tree.
55364
55365 commit 0e4c2a17ca34001ed36d259f13cb88ada4611a8c
55366 Author: Jon Loeliger <jdl@freescale.com>
55367 Date:   Thu Jun 15 21:33:37 2006 -0500
55368
55369     Do not enable address translation on secondary CPUs.
55370     Do not set up BATs on secondary CPUs.  Let Linux do the nasty.
55371
55372     Signed-off-by: Jon Loeliger <jdl@freescale.com>
55373
55374 commit 386eda022473394ad8f36b86f2bdc9b4cb816291
55375 Author: Wolfgang Denk <wd@pollux.denx.de>
55376 Date:   Wed Jun 14 18:14:56 2006 +0200
55377
55378     Code cleanup
55379
55380 commit 16c8d5e76ae0f78f39a60608574adfe0feb9cc70
55381 Author: Wolfgang Denk <wd@pollux.denx.de>
55382 Date:   Wed Jun 14 17:45:53 2006 +0200
55383
55384     Various USB related patches
55385     - Add support for mpc8xx USB device.
55386     - Add support for Common Device Class - Abstract Control Model USB console.
55387     - Add support for flow control in USB slave devices.
55388     - Add support for switching between gserial and cdc_acm using environment.
55389     - Minor changes to usbdcore_omap1510.c usbdcore_omap1510.h
55390     - Update usbcore slightly to ease host enumeration.
55391     - Fix non-portable endian problems in usbdcore and usbdcore_ep0.
55392     - Add AdderUSB_config as a defconfig to enable usage of the USB console
55393       by default with the Adder87x U-Boot port.
55394     Patches by Bryan O'Donoghue <bodonoghue@codehermit.ie>, 29 May 2006
55395
55396 commit 8ecc971618f56029ad99d3516f8b297a6ed58971
55397 Author: Jon Loeliger <jdl@jdl.com>
55398 Date:   Wed Jun 7 10:53:55 2006 -0500
55399
55400     Fix a get_board_sys_clk() use-before-def warning.
55401
55402     Signed-off-by: Jon Loeliger <jdl@jdl.com>
55403
55404 commit d9bf4858fca5aa4d651b283270f77da72ebadfd5
55405 Author: Jon Loeliger <jdl@jdl.com>
55406 Date:   Wed Jun 7 10:52:49 2006 -0500
55407
55408     Allow DTC path to be passed in.
55409
55410     Signed-off-by: Jon Loeliger <jdl@jdl.com>
55411
55412 commit c83ae9ea6d93abbe751bf8a3396236a084e56f87
55413 Author: Haiying Wang <haiying.wang@freescale.com>
55414 Date:   Tue Jun 6 16:54:29 2006 -0400
55415
55416     Modify the IRQ of DUART2
55417
55418 commit c934f655f9aeca70a5c5f88b465d9e9d57a8d22e
55419 Author: Jon Loeliger <jdl@jdl.com>
55420 Date:   Wed May 31 13:55:35 2006 -0500
55421
55422     Review cleanups.
55423
55424     Signed-off-by: Jon Loeliger <jdl@freescale.com>
55425
55426 commit cb5965fb95b77a49f4e6af95248e0c849f4af03e
55427 Author: Jon Loeliger <jdl@jdl.com>
55428 Date:   Wed May 31 12:44:44 2006 -0500
55429
55430     White space cleanup.
55431     Some 80-column cleanups.
55432     Convert printf() to puts() where possible.
55433     Use #include "spd_sdram.h" as needed.
55434     Enhanced reset command usage message a bit.
55435
55436     Signed-off-by: Jon Loeliger <jdl@freescale.com>
55437
55438 commit 3d5c5be547445dd3bd2eb7368d80df03ea437970
55439 Author: Jon Loeliger <jdl@jdl.com>
55440 Date:   Wed May 31 11:39:34 2006 -0500
55441
55442     Removed unneeded local_bus_init() from 8641HPCN board.
55443
55444     Signed-off-by: Jon Loeliger <jdl@freescale.com>
55445
55446 commit 4d3d729c16c392d2982d3266b659d333c927697d
55447 Author: Jon Loeliger <jdl@jdl.com>
55448 Date:   Wed May 31 11:24:28 2006 -0500
55449
55450     Moved mpc8641hpcn_board_reset() out of cpu/ into board/.
55451
55452     Signed-off-by: Jon Loeliger <jdl@freescale.com>
55453
55454 commit b2a941de060350ad15878d8219825f4950e9bb8e
55455 Author: Jon Loeliger <jdl@jdl.com>
55456 Date:   Wed May 31 10:07:28 2006 -0500
55457
55458     Remove dead debug code.
55459
55460     Signed-off-by: Jon Loeliger <jdl@jdl.com>
55461
55462 commit 126aa70f10ba3d20e0a6f4d32328250513b77770
55463 Author: Jon Loeliger <jdl@freescale.com>
55464 Date:   Tue May 30 17:47:00 2006 -0500
55465
55466     Move mpc86xx PIXIS code to board directory
55467
55468     First cut at moving the PIXIS platform code out of
55469     the 86xx cpu directory and into board/mpc8641hpcn
55470     where it belongs.
55471
55472     Signed-off-by: Jon Loeliger <jdl@freescale.com>
55473
55474 commit ddf83a2fcef1a670c45fc585119dcc1fe062c4a9
55475 Author: Markus Klotzbuecher <mk@denx.de>
55476 Date:   Tue May 30 16:56:14 2006 +0200
55477
55478     Support generic OHCI support for the s3c24x0 cpu.
55479
55480 commit 38cee12dcfcc257371c901c7e13e58ecab0a35d8
55481 Author: Haiying Wang <Haiying.Wang@freescale.com>
55482 Date:   Tue May 30 09:10:32 2006 -0500
55483
55484     Improve "reset" command's interaction with watchdog.
55485
55486         "reset altbank" will reset another bank WITHOUT watch dog timer enabled
55487         "reset altbank wd" will reset another bank WITH watch dog enabled
55488         "diswd" will disable watch dog after u-boot boots up successfully
55489
55490     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
55491
55492 commit 70205e5a6ddc8528b11db9eb4d3fa0209d9fce2a
55493 Author: Haiying Wang <Haiying.Wang@freescale.com>
55494 Date:   Tue May 30 08:51:19 2006 -0500
55495
55496     Fix two SDRAM setup bugs.
55497
55498         Fix ECC setup bug.
55499         Enable 1T/2T based on number of DIMMs present.
55500
55501     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
55502
55503 commit d11fec5015334deb2010e36ce00bb118cc5429a5
55504 Author: Haiying Wang <Haiying.Wang@freescale.com>
55505 Date:   Fri May 26 10:24:48 2006 -0500
55506
55507     Add first draft of the MPC8641HPCN doc/README.
55508
55509     Signed-off-by: Jon Loeliger <jdl@jdl.com>
55510
55511 commit ed45d6c930b5939718a87ee12e25cf9a05978d4a
55512 Author: Haiying Wang <Haiying.Wang@freescale.com>
55513 Date:   Fri May 26 10:13:04 2006 -0500
55514
55515     Added pci@8000 block.
55516     Updated ethernet interrupt mappings (moved up 48).
55517     Cleaned up a few comments.
55518
55519     Signed-off-by: Jon Loeliger <jdl@jdl.com>
55520
55521 commit 3033ebb20fd7c372c7bca3c9955a4692bb2240b7
55522 Author: Haiying Wang <Haiying.Wang@freescale.com>
55523 Date:   Fri May 26 10:01:16 2006 -0500
55524
55525     Allow args on reset command.
55526
55527     Signed-off-by: Jon Loeliger <jdl@jdl.com>
55528
55529 commit 301f1aa384d0edcae6a22fd9adb933ad71695ecc
55530 Author: Markus Klotzbuecher <mk@denx.de>
55531 Date:   Tue May 23 13:38:35 2006 +0200
55532
55533     Changed the mp2usb (at91rm9200) board to use the generic OHCI driver. Some
55534     fixes to the latter.
55535
55536 commit 24e37645e7378b20fa8f20e2996c8fb8e90c70c9
55537 Author: Markus Klotzbuecher <mk@denx.de>
55538 Date:   Tue May 23 10:33:11 2006 +0200
55539
55540     More cleanup for the delta board and the generic usb_ohci driver. Added
55541     CFG_USB_BOARD_INIT and CFG_USB_CPU_INIT for enabling board and cpu specific
55542     initialization and cleanup hooks respectively.
55543
55544 commit 3e326ece9eba8184f5d48aa4fb87760a8f6f0f10
55545 Author: Markus Klotzbuecher <mk@denx.de>
55546 Date:   Mon May 22 16:33:54 2006 +0200
55547
55548     This patch adds USB storage support for the delta board. This is the first
55549     board to make use of a generic OHCI driver, that calls hooks for board
55550     dependant initialization.
55551
55552 commit 14e37081ff3cac7ebe6e93836523429853b6b292
55553 Author: Jon Loeliger <jdl@jdl.com>
55554 Date:   Fri May 19 13:28:39 2006 -0500
55555
55556     Change arbitration to round-robin for SMP linux.
55557
55558 commit 9a655876e5995be80f49054e2509500e871e4d3a
55559 Author: Jon Loeliger <jdl@jdl.com>
55560 Date:   Fri May 19 13:26:34 2006 -0500
55561
55562     Enable dual DDR controllers and interleaving.
55563
55564 commit 586d1d5abd3e525f1e1d9b81e5a61a4da6b2fa3c
55565 Author: Jon Loeliger <jdl@jdl.com>
55566 Date:   Fri May 19 13:22:44 2006 -0500
55567
55568     Update 86xx address map and LAWBARs.
55569
55570 commit cccce5d0581bb0ba4602799a4b5112e58d1579cb
55571 Author: Jon Loeliger <jdl@jdl.com>
55572 Date:   Fri May 19 13:14:15 2006 -0500
55573
55574     Remove L2 Cache invalidate polling.
55575
55576 commit f35ec68fb066cec0e36294bfe07dec2d4e8ad3a8
55577 Author: Jon Loeliger <jdl@jdl.com>
55578 Date:   Fri May 19 12:33:09 2006 -0500
55579
55580     Enable 2nd CPU and I2C.
55581
55582 commit bf690dcb512d34c4fceec0eb1e5c0e88a9db5d54
55583 Author: Jon Loeliger <jdl@freescale.com>
55584 Date:   Mon May 15 07:26:56 2006 -0500
55585
55586     Update interrupt mapping.
55587
55588 commit 6cfea33477b04b63ed47386ed1629529484c33ba
55589 Author: Haiying Wang <Haiying.Wang@freescale.com>
55590 Date:   Wed May 10 09:38:06 2006 -0500
55591
55592     Remove unneeded INIT_RAM_LOCK cache twiddling.
55593     Correctly tracks r29 as global data pointer now.
55594
55595     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
55596
55597 commit d4dd317b58c126a2a7e73f4764ecc1a7c97f876c
55598 Author: Jon Loeliger <jdl@freescale.com>
55599 Date:   Wed May 10 09:33:07 2006 -0500
55600
55601     Remove unnecessary flash.c file.
55602
55603 commit 18b6c8cd8af6cc7f35180cedc4adb3236cc1a1b8
55604 Author: Jon Loeliger <jdl@freescale.com>
55605 Date:   Tue May 9 08:23:49 2006 -0500
55606
55607     Get MPC8641HPCN flash images working.
55608
55609         Enable the CFI driver.
55610         Remove bogus LAWBAR7 cruft.
55611         Use correct TEXT_BASE, Fixup load script.
55612         Enable SPD EEPROM during DDR setup.
55613         Use generic RFC 1918 IP addresses by default.
55614
55615 commit 5c9efb36a6b5431423f52888a0e3b4b515fe7eca
55616 Author: Jon Loeliger <jdl@freescale.com>
55617 Date:   Thu Apr 27 10:15:16 2006 -0500
55618
55619     Cleanup whitespaces and style issues.
55620     Removed //-style comments.
55621     Use 80-column lines.
55622     Remove trailing whitespace.
55623     Remove dead code and debug cruft.
55624
55625 commit a2320a6bf8113a09544c42d160d10ac69d049a03
55626 Author: Jon Loeliger <jdl@freescale.com>
55627 Date:   Thu Apr 27 08:22:39 2006 -0500
55628
55629     Revert bad PCI prefetch limit change.
55630
55631 commit debb7354d1ea4f694154818df5e5b523f5c1cc1d
55632 Author: Jon Loeliger <jdl@freescale.com>
55633 Date:   Wed Apr 26 17:58:56 2006 -0500
55634
55635     Initial support for MPC8641 HPCN board.