]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - CHANGELOG
Fix: TFTP is not working on little endian systems
[karo-tx-uboot.git] / CHANGELOG
1 commit 79f240f7ecc0506b43ac50d1ea405ff6540d4d57
2 Author: Kim Phillips <kim.phillips@freescale.com>
3 Date:   Thu Aug 16 22:52:39 2007 -0500
4
5     lib_ppc: make board_add_ram_info weak
6
7     platforms wishing to display RAM diagnostics in addition to size,
8     can do so, on one line, in their own board_add_ram_info()
9     implementation.
10
11     this consequently eliminates CONFIG_ADD_RAM_INFO.
12
13     Thanks to Stefan for the hint.
14
15     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16
17 commit 815b5bd5b18569917c3e04b9757511e6ed23b9f6
18 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
19 Date:   Fri Aug 17 12:43:44 2007 +0900
20
21     PCI_READ_VIA_DWORD_OP: Fix *val uninitialized bug
22
23     This patch has been sent on:
24     - 6 Jun 2007
25
26     Many users of PCI config read routines tend to ignore the function
27     ret value, and are only concerned about the contents of *val. Based
28     on this, pci_hose_read_config_{byte,word}_via_dword should initialize
29     the *val on dword read error.
30
31     Without this fix, for example, we'll go on scanning bus with vendor or
32     header_type uninitialized. This brings many unnecessary config trials.
33
34     Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
35
36 commit 26667b7fa05a8bf2fc65fb9f3230b02b1a10c367
37 Author: Stefan Roese <sr@denx.de>
38 Date:   Sat Aug 18 14:37:52 2007 +0200
39
40     ColdFire: Fix some remaining problems with CFG_CMD_
41
42     Signed-off-by: Stefan Roese <sr@denx.de>
43
44 commit 8280f6a1c43247616b68224675188e5ccd124650
45 Author: Stefan Roese <sr@denx.de>
46 Date:   Sat Aug 18 14:33:02 2007 +0200
47
48     Coding style cleanup
49
50     Signed-off-by: Stefan Roese <sr@denx.de>
51
52 commit 4a442d3186b31893b4f77c6e82f63c4517a5224b
53 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
54 Date:   Thu Aug 16 19:23:50 2007 -0500
55
56     ColdFire: Add M5235EVB Platform for MCF523x
57
58     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
59
60 commit 4cc1cd5941827a04cf5c51a07fcc42e8945894aa
61 Author: Kim Phillips <kim.phillips@freescale.com>
62 Date:   Fri Aug 17 09:30:00 2007 -0500
63
64     mpc83xx: fix typo in DDR2 programming
65
66     introduced in the implement board_add_ram_info patch as I was cleaning out the
67     magic numbers.  sorry.
68
69     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
70
71 commit e58fe95784d2514fc9c21028dc59f2b319a35d80
72 Author: Kim Phillips <kim.phillips@freescale.com>
73 Date:   Thu Aug 16 22:53:09 2007 -0500
74
75     mpc83xx: move freescale boards to boards/freescale
76
77     includes build fixes.
78
79     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
80
81 commit 5aa4ad8d8e7e9468219990c7875d5fdc9e962f47
82 Author: Kim Phillips <kim.phillips@freescale.com>
83 Date:   Thu Aug 16 22:52:59 2007 -0500
84
85     mpc83xx: suppress unused variable 'val8' warning
86
87     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
88
89 commit bbea46f76f767b919070b4829bf34c86bd223248
90 Author: Kim Phillips <kim.phillips@freescale.com>
91 Date:   Thu Aug 16 22:52:48 2007 -0500
92
93     mpc83xx: implement board_add_ram_info
94
95     add board_add_ram_info, to make memory diagnostic output more
96     consistent. u-boot banner output now looks like:
97
98     DRAM:  256 MB (DDR1, 64-bit, ECC on)
99
100     and for boards with SDRAM on the local bus, a line such as this is
101     added:
102
103     SDRAM: 64 MB (local bus)
104
105     also replaced some magic numbers with their equivalent define names.
106
107     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
108
109 commit 14778585d1389d86d5846efec29e5fce892680ce
110 Author: Tony Li <tony.li@freescale.com>
111 Date:   Fri Aug 17 10:35:59 2007 +0800
112
113     mpc83xx: Split PIB init code from pci.c and add Qoc3 ATM card support
114
115     The patch split the PIB init code from pci.c to a single file board/freescale/common/pq-mds-pib.c
116     And add Qoc3 ATM card support for MPC8360EMDS and MPC832XEMDS board.
117
118     Signed-off-by Tony Li <tony.li@freescale.com>
119
120 commit 8ae158cd87a4a25722b27835261b6ff0fa2aa6a7
121 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
122 Date:   Thu Aug 16 15:05:11 2007 -0500
123
124     ColdFire: Add M54455EVB for MCF5445x
125
126     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
127
128 commit a1436a842654a8d3927d082a8ae9ee0a10da62d7
129 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
130 Date:   Thu Aug 16 13:20:50 2007 -0500
131
132     ColdFire: Add M5253EVBE platform for MCF52x2
133
134     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
135
136 commit a605aacd8324094199402816cc6d9124aba57b8d
137 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
138 Date:   Thu Aug 16 05:04:31 2007 -0500
139
140     ColdFire: Add M5249EVB platform for MCF52x2
141
142     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
143
144 commit f28e1bd9daa6de5eb33ae4822bda6b008ccb4e9e
145 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
146 Date:   Wed Aug 15 20:32:06 2007 -0500
147
148     ColdFire: Update Freescale MCF52x2 platforms
149
150     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
151
152 commit 870470dbf6f4bb9864e0d97aeedbc17c167c6d1c
153 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
154 Date:   Wed Aug 15 19:55:10 2007 -0500
155
156     ColdFire: Update EB+MCF-EV123 platform
157
158     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
159
160 commit aa93d859d9b1fcd8eea52d51b06e86c38f72111b
161 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
162 Date:   Wed Aug 15 19:46:38 2007 -0500
163
164     ColdFire: update TASREG platform for MCF52x2
165
166     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
167
168 commit a9505510bf56a9b5558248dd8b73ec9d9a1556a2
169 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
170 Date:   Wed Aug 15 19:45:51 2007 -0500
171
172     ColdFire: update r5200 platform for MCF52x2
173
174     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
175
176 commit 6cfd3c7bc813fb317ab7c0781f0d1874b1c0877c
177 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
178 Date:   Wed Aug 15 19:43:20 2007 -0500
179
180     ColdFire: idmr platform MCF52x2 update
181
182     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
183
184 commit 6706424d0bb851fb52af00cd1c3301e91ee7f2b0
185 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
186 Date:   Wed Aug 15 19:41:06 2007 -0500
187
188     ColdFire: cobra5272 platform for MCF52x2 update
189
190     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
191
192 commit 56115665b4a64c10c01440c57749b265e0908fa4
193 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
194 Date:   Wed Aug 15 19:38:15 2007 -0500
195
196     ColdFire: MCF52x2 Header files update
197
198     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
199
200 commit 83ec20bc4380eebddfde45da6e3a69a92d4db21d
201 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
202 Date:   Wed Aug 15 19:21:21 2007 -0500
203
204     ColdFire: MCF52x2 update
205
206     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
207
208 commit f52e78304dcc0ac459c0ea1fa5be275c7d1642cf
209 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
210 Date:   Wed Aug 15 18:46:11 2007 -0500
211
212     ColdFire: MCF5329 update cache
213
214     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
215
216 commit 7171977fb8fd77cfb6676953fa9a05789c450513
217 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
218 Date:   Wed Aug 15 15:40:20 2007 -0500
219
220     ColdFire: MCF5329 header file clean up
221
222     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
223
224 commit ab77bc547ba561c25ea34457ed17aa0b2f7c2723
225 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
226 Date:   Wed Aug 15 15:39:17 2007 -0500
227
228     ColdFire: MCF5329 Update and cleanup
229
230     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
231
232 commit 10327dc5541f947c0cf7e31fef86c4706169607a
233 Author: Andy Fleming <afleming@freescale.com>
234 Date:   Thu Aug 16 16:35:02 2007 -0500
235
236     Add CONFIG_HAS_ETH0 to all boards with TSEC
237
238     The 85xx code now relies on CONFIG_HAS_ETH0 to determine whether
239     to update TSEC1's device-tree node, so we need to add it
240     to all the boards with TSECs.  Do this for 83xx and 86xx, too,
241     since they will eventually do something similar.
242
243     Signed-off-by: Andy Fleming <afleming@freescale.com>
244
245 commit d64ee908a1b525e5bb2b4cbeb5c449ad6a469666
246 Author: Kumar Gala <galak@kernel.crashing.org>
247 Date:   Thu Aug 16 15:05:04 2007 -0500
248
249     Update MPC8544 DS PCI memory map
250
251     The PCIe bus that the ULI M1575 is connected to has no possible way of
252     needing more than the fixed amount of IO & Memory space needed by the ULI.
253
254     So make it use far less IO & memory space and have it use the shared LAW.  This
255     free's up a LAW for PCIe1 IO space.  Also reduce the amount of IO space needed
256     by each bus.
257
258     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
259
260 commit ea5877e31ed63ade948fd1293895ec23fe01472e
261 Author: Kumar Gala <galak@kernel.crashing.org>
262 Date:   Thu Aug 16 11:01:21 2007 -0500
263
264     Fix up some fdt issues on 8544DS
265
266     It looks like we had a merge issue that duplicated a bit of code
267     in ft_board_setup.  Also, we need to set CONFIG_HAS_ETH0 to get
268     the MAC address properly set in the device tree on boot for TSEC1
269
270     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
271
272 commit 07bc20560cb9d3d186cca268c05c82762e8c55ad
273 Author: Niklaus Giger <niklaus.giger@netstal.com>
274 Date:   Thu Aug 16 15:16:03 2007 +0200
275
276     PPC4xx:HCU4/5 cleanup
277
278     Minor cleanups to confirm to the u-boot coding style.
279     Some german expressions -> english.
280     HCU5 enforces a unique IP adress for a given slot in the rack.
281
282     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
283
284 commit 1e6b07c64967c1eb2cd84faa4c32bf2a769bc8eb
285 Author: Niklaus Giger <niklaus.giger@netstal.com>
286 Date:   Thu Aug 16 15:16:02 2007 +0200
287
288     PPC4xx:HCU4/5 cleanup ecc/sdram init
289
290     Make ecc initialisation robust, as DDR2-ECC errors may be generated
291     while zeroing the RAM.
292
293     Return 16 bytes (a cacheline) less than the available memory, as the
294     board and/or PPC440EPx might have problems accessing the last bytes.
295
296     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
297
298 commit d35b508a55508535b6e8445b718585d27df733d3
299 Author: Kim Phillips <kim.phillips@freescale.com>
300 Date:   Wed Aug 15 22:29:56 2007 -0500
301
302     fdt: suppress unused variable 'bd' warning
303
304     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
305
306 commit 82bd9ee77490588d4da785d75829ca63d0176baf
307 Author: Andy Fleming <afleming@freescale.com>
308 Date:   Wed Aug 15 20:06:50 2007 -0500
309
310     Fix warnings from of_data copy fix
311
312     Forgot to cast of_flat_tree to ulong.
313
314     Signed-off-by: Andy Fleming <afleming@freescale.com>
315
316 commit 7613afda77d5eec0f47d303025b0c661b70e4c73
317 Author: Andy Fleming <afleming@freescale.com>
318 Date:   Wed Aug 15 20:03:44 2007 -0500
319
320     Don't wait for disconnected TSECs
321
322     The TSEC driver's PHY code waits a long time for autonegotiation to
323     complete, even if the link is down.  The PHY knows the link is
324     down or up before autonegotiation completes, so we can short-circuit
325     the process if the link is down.
326
327     Signed-off-by: Andy Fleming <afleming@freescale.com>
328
329 commit b96c83d4ae475a70ef2635cd0e748174c44c8601
330 Author: Andy Fleming <afleming@freescale.com>
331 Date:   Wed Aug 15 20:03:34 2007 -0500
332
333     Fix numerous bugs in the 8568 UEC support
334
335     Actually, fixed a large bug in the UEC for *all* platforms.
336     How did this ever work?
337
338     uec_init() did not follow the spec for eth_init(), and returned
339     0 on success.  Switch it to return the link like tsec_init()
340     (and 0 on error)
341
342     The immap for the 8568 was defined based on MPC8568, rather than
343     CONFIG_MPC8568
344
345     CONFIG_QE was off
346
347     CONFIG_ETHPRIME was set to "Freescale GETH".  Now is "FSL UEC0"
348
349     Fixed a comment about the ranges for CONFIG_ETHPRIME if TSEC_ENET is
350     enabled
351
352     Signed-off-by: Andy Fleming <afleming@freescale.com>
353
354 commit 3a79013e2adda53332dfd0b511066a805e929a9d
355 Author: Andy Fleming <afleming@freescale.com>
356 Date:   Wed Aug 15 20:03:25 2007 -0500
357
358     Define tsec flag values in config files
359
360     The tsec_info structure and array has a "flags" field for each
361     ethernet controller.  This field is the only reason there are
362     settings.  Switch to defining TSECn_FLAGS for each controller
363     in the config header, and we can greatly simplify the array, and
364     also simplify the addition of future boards.
365
366     Signed-off-by: Andy Fleming <afleming@freescale.com>
367
368 commit ec7238229507e7f47533a611ea8c53319d234cf3
369 Author: Andy Fleming <afleming@freescale.com>
370 Date:   Wed Aug 15 20:03:13 2007 -0500
371
372     Add support for building all boards with a TSEC
373
374     Changes to the TSEC driver affect almost all 83xx, 85xx, and 86xx boards.
375     Now we can do a MAKEALL test on all of them!
376
377     Signed-off-by: Andy Fleming <afleming@freescale.com>
378
379 commit 10aaf716cb0dc6614df54ef78bed5144afd23ef8
380 Author: Andy Fleming <afleming@freescale.com>
381 Date:   Wed Aug 15 17:30:56 2007 -0500
382
383     Fix of_data copying for CONFIG_OF_FLAT_TREE-using boards
384
385     The fix, "Fix where the #ifdef CFG_BOOTMAPSZ is placed"
386     neglected to *also* put the code inside the similar #ifdef
387     for CONFIG_OF_FLAT_TREE.
388
389     Signed-off-by: Andy Fleming <afleming@freescale.com>
390
391 commit 78f9fef7f406078c8bf7191e665a73f795157746
392 Author: Scott Wood <scottwood@freescale.com>
393 Date:   Wed Aug 15 15:46:46 2007 -0500
394
395     mpc885ads: Don't define CONFIG_BZIP2.
396
397     bzip2 requires a significant chunk of malloc space, and there isn't
398     enough room on mpc885ads (with only 8MB RAM) for both bzip2's malloc area
399     and a downloaded image at 0x400000.
400
401     Signed-off-by: Scott Wood <scottwood@freescale.com>
402
403 commit 002275a3ed8b114885f6702d6d544d0780dfe689
404 Author: Michal Simek <Monstr@seznam.cz>
405 Date:   Thu Aug 16 08:54:10 2007 +0200
406
407     Bios emulator - fix microblaze toolchain problem
408
409     microblaze CPU have problem with bios_emulator code.
410     Microblaze toolchain doesn't support PRAGMA PACK.
411
412     Signed-off-by: Michal Simek <monstr@monstr.eu>
413
414 commit a5a38f4fd7e5366d706ff6a985f9b6715ddbc98b
415 Author: Wolfgang Denk <wd@denx.de>
416 Date:   Thu Aug 16 11:51:04 2007 +0200
417
418     Minor Coding Style fix; Update CHANGELOG file.
419
420     Signed-off-by: Wolfgang Denk <wd@denx.de>
421
422 commit 8fb6e80c06849e3013ac5c9350d8ed9e52967991
423 Author: Stefan Roese <sr@denx.de>
424 Date:   Thu Aug 16 11:21:49 2007 +0200
425
426     ppc4xx: Remove #warning in esd auto_update.c
427
428     Signed-off-by: Stefan Roese <sr@denx.de>
429
430 commit 2d78074d2e806edc380c1464eb9e5df335ece65e
431 Author: Stefan Roese <sr@denx.de>
432 Date:   Fri Jun 22 17:32:28 2007 +0200
433
434     ppc7xx: Update CPCI750 board
435
436     This small CPCI750 update extends the board specific command
437     "show_config" to display the Marvell strapping registers and
438     extends the PCI IDE controller.
439
440     Signed-off-by: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
441     Signed-off-by: Stefan Roese <sr@denx.de>
442
443 commit 9de469bd960cc1870bb40d6672ed42726b8b50d7
444 Author: Stefan Roese <sr@denx.de>
445 Date:   Thu Aug 16 10:18:33 2007 +0200
446
447     ppc4xx: Only enable POST FPU test on Sequoia and not Rainier
448
449     Signed-off-by: Stefan Roese <sr@denx.de>
450
451 commit 6da0c5bd4a53e40eb4f7eb72a4c051ecabad783c
452 Author: Stefan Roese <sr@denx.de>
453 Date:   Thu Aug 16 09:54:51 2007 +0200
454
455     Add missing rainier (PPC440GRx) target to MAKEALL and MAINTAINERs files
456
457     Signed-off-by: Stefan Roese <sr@denx.de>
458
459 commit 02ba7022f62bb75908296c58c63866e1d294b69a
460 Author: Stefan Roese <sr@denx.de>
461 Date:   Thu Aug 16 09:52:29 2007 +0200
462
463     ppc4xx: Update Sequoia/Rainier bootstrap command
464
465     As suggested by David Mitchell, here an update for the Sequoia/Rainier
466     bootstrap command.
467
468     Signed-off-by: Stefan Roese <sr@denx.de>
469
470 commit 35cc4e4823668e8745854899cfaedd4489beb0ef
471 Author: Kim Phillips <kim.phillips@freescale.com>
472 Date:   Wed Aug 15 22:30:39 2007 -0500
473
474     mpc83xx: enable libfdt by default on freescale boards
475
476     this enables libfdt code by default for the
477     freescale mpc8313erdb, mpc832xemds, mpc8349emds,
478     mpc8349itx and gp boards.
479
480     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
481
482 commit 3fde9e8b22cfbd7af489214758f9839a206576cb
483 Author: Kim Phillips <kim.phillips@freescale.com>
484 Date:   Wed Aug 15 22:30:33 2007 -0500
485
486     mpc83xx: migrate remaining freescale boards to libfdt
487
488     this adds libfdt support code for the freescale
489     mpc8313erdb, mpc832xemds, mpc8349emds, mpc8349itx,
490     and gp boards.
491
492     Boards remain compatible with OF_FLAT_TREE.
493
494     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
495
496 commit 6a16e0dfcc4119b46adb1dce2d6c8fb3c5d108e1
497 Author: Kim Phillips <kim.phillips@freescale.com>
498 Date:   Wed Aug 15 22:30:26 2007 -0500
499
500     mpc83xx: move common /memory node update mechanism to cpu.c
501
502     also adds common prototypes to include/common.h.
503
504     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
505
506 commit 8f9e0e9f339aee4ce31a338d5f27356eb5457f85
507 Author: Kim Phillips <kim.phillips@freescale.com>
508 Date:   Wed Aug 15 22:30:19 2007 -0500
509
510     mpc83xx: remaining 8360 libfdt fixes
511
512     PCI clocks and QE frequencies weren't being updated, and the core clock
513     was being updated incorrectly.  This patch also adds a /memory node if
514     it doesn't already exist prior to update.
515
516     plus some cosmetic trimming to single line comments.
517
518     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
519
520 commit f4b2ac5ed9aaff9920d487bff8a59696c083a524
521 Author: Kim Phillips <kim.phillips@freescale.com>
522 Date:   Wed Aug 15 22:30:12 2007 -0500
523
524     mpc83xx: fix UEC2->1 typo in libfdt setup code
525
526     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
527
528 commit 19fa1c35368484d4ed10ddce8a7793c21862e3a3
529 Author: Kim Phillips <kim.phillips@freescale.com>
530 Date:   Wed Aug 15 22:30:05 2007 -0500
531
532     mpc83xx: add MAINTAINER and MAKEALL entries for the mpc8323erdb
533
534     and reorder the existing 83xx maintainers alpha.
535
536     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
537
538 commit 30b52df9e906bf0e465916c2c6bb5192b438e0b8
539 Author: Jon Loeliger <jdl@freescale.com>
540 Date:   Wed Aug 15 11:55:35 2007 -0500
541
542     86xx: Fix lingering CFG_CMD_* references in sbc8641d.h
543
544     Remove a leftover in net/tftp.c while we're at it.
545
546     Signed-off-by: Jon Loeliger <jdl@freescale.com>
547
548 commit 4ce917742b1e48faa9bf9a9757545e56fb4cfe44
549 Author: Jon Loeliger <jdl@freescale.com>
550 Date:   Wed Aug 15 12:20:40 2007 -0500
551
552     Move the MPC8641HPCN board under board/freescale.
553
554     Minor path corrections needed to ensure buildability.
555
556     Signed-off-by: Jon Loeliger <jdl@freescale.com>
557
558 commit 8662577fe36fdb6a44b55b998d9daac6392a736a
559 Author: Jon Loeliger <jdl@freescale.com>
560 Date:   Wed Aug 15 11:46:22 2007 -0500
561
562     86xx: Fix lingering CFG_CMD_* references in sbc8641d.h
563
564     Remove a leftover in net/tftp.c while we're at it.
565
566     Signed-off-by: Jon Loeliger <jdl@freescale.com>
567
568 commit 210f463c71917b7a4495c2103c228b9c179ae64d
569 Author: Jerry Van Baren <gvb.uboot@gmail.com>
570 Date:   Wed Aug 15 11:13:15 2007 -0400
571
572     Fix where the #ifdef CFG_BOOTMAPSZ is placed.
573
574     Commit 073e1b509980cefe6f53c2d7fbbcd135df1e3924 "Fix initrd/dtb
575     interaction" put the new code outside of the #if defined(CONFIG_OF_LIBFDT)
576     when it should have gone inside of the conditional.  As a result, it
577     broke non-LIBFDT board builds.
578
579     Also added a missing "not." to the comment.
580
581     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
582
583 commit 0e19209767194a97cec6d93dba9e64d1da8d548e
584 Author: Niklaus Giger <niklaus.giger@netstal.com>
585 Date:   Wed Aug 15 12:14:23 2007 +0200
586
587     PPC4xx:HCU4/5-Board fix compile warning
588
589     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
590
591 commit 594e79838ce5078a90d0c27abb2b2d61d5f8e8a7
592 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
593 Date:   Tue Aug 14 14:06:45 2007 -0500
594
595     Fix malloc size error in ahci_init_one.
596
597     Typically this causes scsi init to corrupt the
598     devlist and break the coninfo command.
599     Fix a compiler size warning.
600
601     Signed-off-by: Jason Jin <jason.jin@freescale.com>
602     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
603     Acked-by: Andy Fleming <afleming@freescale.com>
604
605 commit b361acd64fd2525c081b9b288b0804efe209c0e9
606 Author: ksi@koi8.net <ksi@koi8.net>
607 Date:   Tue Aug 14 10:02:16 2007 -0700
608
609     TI DaVinci - fix unsupported %hhx format
610
611     Signed-off-by: Sergey Kubushyn <ksi@koi8.net>
612
613 commit f01dbb5424a81453c81190dd30e945891466f621
614 Author: Wolfgang Denk <wd@denx.de>
615 Date:   Tue Aug 14 18:42:36 2007 +0200
616
617     Coding style cleanup. Update CHANGELOG.
618
619     Signed-off-by: Wolfgang Denk <wd@denx.de>
620
621 commit 073e1b509980cefe6f53c2d7fbbcd135df1e3924
622 Author: Andy Fleming <afleming@freescale.com>
623 Date:   Tue Aug 14 10:32:59 2007 -0500
624
625     Fix initrd/dtb interaction
626
627     The original code would wrongly relocate the blob to be right before
628     the initrd if it existed.  The blob *must* be within CFG_BOOTMAPSZ,
629     if it is defined.  So we make two changes:
630
631     1) flag the blob for relocation whenever its address is above BOOTMAPSZ
632
633     2) If the blob is being relocated, relocate it before kbd, not initrd
634
635     Signed-off-by: Andy Fleming <afleming@freescale.com>
636
637 commit e54b970173769307a116bd34028b6d0c2eea2a4e
638 Author: Peter Pearse <peter.pearse@arm.com>
639 Date:   Tue Aug 14 15:40:00 2007 +0100
640
641     Supply spi interface in at45.c
642
643 commit 4ce846ec59f36b85d6644a769690ad3feb667575
644 Author: Stefan Roese <sr@denx.de>
645 Date:   Tue Aug 14 15:12:01 2007 +0200
646
647     POST: Fix merge problem
648
649     Signed-off-by: Stefan Roese <sr@denx.de>
650
651 commit 429d9571f60631ae8a2fe12b11be4c75b0c2b37c
652 Author: Stefan Roese <sr@denx.de>
653 Date:   Tue Aug 14 15:03:17 2007 +0200
654
655     Coding style cleanup
656
657     Signed-off-by: Stefan Roese <sr@denx.de>
658
659 commit 779e975117a75e91fcebe226a63104dbfb924ab1
660 Author: Stefan Roese <sr@denx.de>
661 Date:   Tue Aug 14 14:44:41 2007 +0200
662
663     ppc4xx: Add initial Zeus (PPC405EP) board support
664
665     Signed-off-by: Stefan Roese <sr@denx.de>
666
667 commit c5a172a5fd636c12467429e3f7910e53773979c6
668 Author: Stefan Roese <sr@denx.de>
669 Date:   Tue Aug 14 14:41:55 2007 +0200
670
671     POST: Add option for external ethernet loopback test
672
673     When CFG_POST_ETHER_EXT_LOOPBACK is defined, the ethernet POST
674     is not done using an internal loopback connection, but by assuming
675     that an external loopback connector is plugged into the board.
676
677     Signed-off-by: Stefan Roese <sr@denx.de>
678
679 commit eb2b4010ae426245172988804ee8d9193fb41038
680 Author: Stefan Roese <sr@denx.de>
681 Date:   Tue Aug 14 14:39:44 2007 +0200
682
683     POST: Add ppc405 support to cache and UART POST
684
685     Signed-off-by: Stefan Roese <sr@denx.de>
686
687 commit 0c42f36f15074bd9808a7dbd7ef611fad9bf537c
688 Author: Peter Pearse <peter.pearse@arm.com>
689 Date:   Tue Aug 14 10:46:32 2007 +0100
690
691     Replace lost end of at45.c.
692
693 commit 65d7ada64557e76094b4fd3bad30a0f18f5fb2b2
694 Author: Peter Pearse <peter.pearse@arm.com>
695 Date:   Tue Aug 14 10:30:06 2007 +0100
696
697     Update Makefiles for merged and split at45.c.
698
699 commit 3454cece2db57cb9eb7087995f7e73066a163f71
700 Author: Peter Pearse <peter.pearse@arm.com>
701 Date:   Tue Aug 14 10:21:06 2007 +0100
702
703     Delete the merged files.
704
705 commit dcbfd2e5649f97aa04fbbc6ea2b008aa4486e225
706 Author: Peter Pearse <peter.pearse@arm.com>
707 Date:   Tue Aug 14 10:14:05 2007 +0100
708
709     Add the files.
710
711 commit d4fc6012fd0a5c211b825691f44b06f8032c0551
712 Author: Peter Pearse <peter.pearse@arm.com>
713 Date:   Tue Aug 14 10:10:52 2007 +0100
714
715     Add MACH_TYPE records for several AT91 boards.
716     Merge to two at45.c files into a common file, split to at45.c and spi.c
717     Fix spelling error in DM9161 PHY Support.
718     Initialize at91rm9200 board (and set LED).
719     Add PIO control for at91rm9200dk LEDs and Mux.
720     Change dataflash partition boundaries to be compatible with Linux 2.6.
721
722     Signed-off-by:      Peter Pearse <peter.pearse@arm.com>
723     Signed-off-by:      Ulf Samuelsson <ulf@atmel.com>
724
725 commit 4ef35e53c693556c54b0c22d6f873de87bade253
726 Author: Wolfgang Denk <wd@denx.de>
727 Date:   Tue Aug 14 09:54:46 2007 +0200
728
729     Coding style cleanup, update CHANGELOG
730
731     Signed-off-by: Wolfgang Denk <wd@denx.de>
732
733 commit 85eb5caf6b906f7ec5b54814e8c7c74f55986bb7
734 Author: Wolfgang Denk <wd@denx.de>
735 Date:   Tue Aug 14 09:47:27 2007 +0200
736
737     Coding style cleanup; rebuild CHANGELOG
738
739 commit 7f3f2bd2dc08e0b05e185662ca2e2d283757104a
740 Author: Randy Vinson <rvinson@linuxbox.(none)>
741 Date:   Tue Feb 27 19:42:22 2007 -0700
742
743     85xxCDS: Add make targets for legacy systems.
744
745     The PCI ID select values on the Arcadia main board differ depending
746     on the version of the hardware. The standard configuration supports
747     Rev 3.1. The legacy target supports Rev 2.x.
748
749     Signed-off-by Randy Vinson <rvinson@mvista.com>
750
751 commit e41094c7e38177c755fbd9b182018069614f080d
752 Author: Andy Fleming <afleming@freescale.com>
753 Date:   Tue Aug 14 01:50:09 2007 -0500
754
755     85xxCDS: Enable the VIA PCI-to-ISA bridge.
756
757     Author: Randy Vinson <rvinson@linuxbox.(none)>
758
759     Enable the PCI-to-ISA bridge in the VIA Southbridge located on the
760     Arcadia main board.
761
762     Signed-off-by: Randy Vinson <rvinson@mvista.com>
763     Signed-off-by: York Sun <yorksun@freescale.com>
764
765 commit da9d4610d76e52c4d20a8f3d8433439a7fcf5b71
766 Author: Andy Fleming <afleming@freescale.com>
767 Date:   Tue Aug 14 00:14:25 2007 -0500
768
769     Add support for UEC to 8568
770
771     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
772     Signed-off-by: Andy Fleming <afleming@freescale.com>
773
774 commit c59e4091ffe0148398b9e9ff14a019ea038b7432
775 Author: Haiying Wang <Haiying.Wang@freescale.com>
776 Date:   Tue Jun 19 14:18:34 2007 -0400
777
778     Add PCI support for MPC8568MDS board
779
780     This patch is against u-boot-mpc85xx.git of www.denx.com
781
782     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
783     Signed-off-by: Ebony Zhu <ebony.zhu@freescale.com>
784
785 commit d111d6382c99fdea08c2312eeeae8786945e189a
786 Author: Haiying Wang <Haiying.Wang@freescale.com>
787 Date:   Tue Jun 19 14:18:32 2007 -0400
788
789     Empirically set cpo and clk_adjust for mpc85xx DDR2 support
790
791     This patch is against u-boot-mpc85xx.git of www.denx.com
792
793     Setting cpo to 0x9 for frequencies higher than 333MHz is verified on
794     both MPC8548CDS board and MPC8568MDS board, especially for supporting
795     533MHz DDR2.
796
797     Setting clk_adjust to 0x6(3/4 late cycle) for MPC8568MDS board is for
798     DDR2 on all current board versions especially ver 1.92 or later to bring
799     up.
800
801     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
802
803 commit 3db0bef59eab1155801618cef5c481e97553b597
804 Author: Kumar Gala <galak@kernel.crashing.org>
805 Date:   Tue Aug 7 18:07:27 2007 -0500
806
807     Use an absolute address when jumping out of 4k boot page
808
809     On e500 when we leave the 4k boot page we should use an absolute address since
810     we don't know where the board code may want us to be really running at.
811
812     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
813
814 commit 39980c610c9a4c381907c9e1d1b9c0e1c0dca57a
815 Author: Andy Fleming <afleming@freescale.com>
816 Date:   Mon Aug 13 14:49:59 2007 -0500
817
818     MPC85xx BA bits not set for 3-bit bank address DIMM
819
820     The current implementation does not set the number of bank address bits
821     (BA) in the processor. The default assumes 2 logical bank bits. This
822     works fine for a DIMM that uses devices with 4 internal banks (SPD
823     byte17 = 0x4) but needs to be set appropriately for a DIMM that uses
824     devices with 8 internal banks (SPD byte17 = 0x8).
825
826     Signed-off-by: Greg Davis <DavisG@embeddedplanet.com>
827
828 commit 6c543597bb4b1ecf5d8589f7abb0f39929fb7fd1
829 Author: Andy Fleming <afleming@freescale.com>
830 Date:   Mon Aug 13 14:38:06 2007 -0500
831
832     Fix minor 85xx warnings
833
834     Some patches had inserted warnings into the build:
835     * mpc8560ads declared data without using it
836     * cpu_init declared ecm and immap without using it in all CONFIGs
837     * MPC8548CDS.h had its default filenames changed so that they contained
838       "\m" in the paths.  Made the defaults not Windows-specific (or
839       anything-specific)
840
841     Signed-off-by: Andy Fleming <afleming@freescale.com>
842
843 commit f2cff6b104f82b993bef6086ce0c97159bbe1add
844 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
845 Date:   Fri Jul 27 01:50:52 2007 -0500
846
847     8548cds PCIE support.
848
849     Make the early L1 cache stack region guarded to prevent speculative
850     fetches outside the locked range.
851
852     Use _PHYS defines, not _MEM for cpu-side PCI memory mapped regions.
853     init.S whitespace cleanup.
854
855     Allow TEXT_BASE value to be specified on command line.  This allows it
856     to be set to 0xfffc0000 which cuts the uboot binary in half.
857
858     Clear and enable lbc and ecm errors.
859
860     Update last_busno in device-tree for pci and pcie.
861
862     Remove load of obsolete cpu/mpc85xx/pci.0
863
864     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
865     Acked-by: Andy Fleming <afleming@freescale.com>
866
867 commit 837f1ba05cfb248aba5ab8e1fb1bfeefa07d5962
868 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
869 Date:   Fri Jul 27 01:50:51 2007 -0500
870
871     8544ds PCIE support
872
873     PCI1 LAW mapping should use CFG_PCI1_MEM_PHY and not _BASE address.
874
875     Enable LBC and ECM errors and clear error registers.
876
877     Add tftpflash env var to get uboot from tftp server and flash it.
878
879     Add pci/pcie convenience env vars to display register space:
880       "run pcie3regs" to see all pcie3 ccsr registers
881       "run pcie3cfg" to see all cfg registers
882     Whitespace cleanup and MPC8544DS.h
883
884     Enable CONFIG_INTERRUPTS.
885
886     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
887     Acked-by: Andy Fleming <afleming@freescale.com>
888
889 commit 61a21e980a7b9188424d04f1c265fdc5c21c7e85
890 Author: Andy Fleming <afleming@freescale.com>
891 Date:   Tue Aug 14 01:34:21 2007 -0500
892
893     85xx start.S cleanup and exception support
894
895     From: Ed Swarthout <Ed.Swarthout@freescale.com>
896
897     Support external interrupts from platform to eliminate system hangs.
898     Define CONFIG_INTERRUPTS board configure option to enable.
899     Enable ecm, ddr, lbc, and pci/pcie error interrupts in PIC.
900
901     Remove extra cpu initialization redundant with hardware initialization.
902     Whitespace cleanup.
903
904     Define and use _START_OFFSET consistent with other processors using
905     ppc_asm.tmpl
906
907     Move additional code from .text to boot page to make room for
908     exception vectors at start of image.
909
910     Handle Machine Check, External and Critical exceptions.
911
912     Fix e500 machine check error determination in traps.c
913
914     TEXT_BASE can now be 0xfffc_0000 - which cuts binary image in half.
915
916     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
917     Acked-by: Andy Fleming <afleming@freescale.com>
918
919 commit 7bd30fc4a6475b41d6679ae3aafc9fa505260c47
920 Author: Andy Fleming <afleming@freescale.com>
921 Date:   Tue Aug 14 01:33:18 2007 -0500
922
923     Add MPC8544DS README
924
925     Signed-off-by: Andy Fleming <afleming@freescale.com>
926
927 commit 40c7f9b0de4e300370adfc704128fa0f79a143b6
928 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
929 Date:   Fri Jul 27 01:50:48 2007 -0500
930
931     85xx allow debugger to configure ddr.
932
933     Only check for mpc8548 rev 1 when compiled for 8548.
934
935     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
936     Acked-by: Andy Fleming <afleming@freescale.com>
937
938 commit 29372ff38c5baab7d0e3a8c14fe11fa194a38704
939 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
940 Date:   Fri Jul 27 01:50:47 2007 -0500
941
942     mpc85xx L2 cache reporting and SRAM relocation option.
943
944     Allow debugger to override flash cs0/cs1 settings to enable alternate
945     boot regions
946
947     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
948     Acked-by: Andy Fleming <afleming@freescale.com>
949
950 commit 41f0f8fb1ab92f0cba7d329de90070f822f8299f
951 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
952 Date:   Fri Jul 27 01:50:46 2007 -0500
953
954     e500 needs ppc_asm.tmp MCK_EXCEPTION
955
956     Always define MCK_EXCEPTION macro - so e500 can use it too.
957
958     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
959     Acked-by: Andy Fleming <afleming@freescale.com>
960
961 commit 53a5c424bf8655b7b4e2c305a441963259a26a81
962 Author: David Updegraff <dave@cray.com>
963 Date:   Mon Jun 11 10:41:07 2007 -0500
964
965     multicast tftp: RFC2090
966
967     Implemented IETF RFC2090, Multicast TFTP.  Initial implementation
968     on Realtek RTL8139 and Freescale TSEC.
969
970     Signed-off-by: David Updegraff <dave@cray.com>
971     Signed-off-by: Ben Warren <bwarren@qstreams.com>
972
973 commit 5d110f0aa69f065ee386ec1840dfee1e8cc46bc1
974 Author: Wilson Callan <wcallan@savantav.com>
975 Date:   Sat Jul 28 10:56:13 2007 -0400
976
977     New CONFIG_BOOTP_SERVERIP option
978
979     Added CONFIG_BOOTP_SERVERIP to allow the tftp server to be different
980     from the bootp server
981
982     Signed-off-by: Wilson Callan <wcallan@savantav.com>
983     Signed-off-by: Ben Warren <bwarren@qstreams.com>
984
985 commit 50cca8b976ec74069860208c36e64ce8f4d5e4c1
986 Author: Mike Rapoport <mike@compulab.co.il>
987 Date:   Sun Aug 12 08:48:27 2007 +0300
988
989     Add ability to take MAC address from the environment to DM9000 driver
990
991     Signed-off-by: Mike Rapoport <mike@compulab.co.il>
992     Signed-off-by: Ben Warren <bwarren@qstreams.com>
993
994 commit be5d72d10d47609326226225181e301fb9a33b58
995 Author: Wolfgang Denk <wd@denx.de>
996 Date:   Mon Aug 13 21:57:53 2007 +0200
997
998     Minor coding style cleanup. Update CHANGELOG.
999
1000     Signed-off-by: Wolfgang Denk <wd@denx.de>
1001
1002 commit cca34967cbd13ff6bd352be29e3f1cc88ab24c05
1003 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
1004 Date:   Sat Aug 11 06:54:58 2007 -0500
1005
1006     Modify SBC8641D to use new Freescale PCI routines
1007
1008     PCI-Express sockets 1 and 2 verified working with Intel Pro/1000 PT
1009     adapter.
1010
1011     Signed-off-by: Joe Hamman <joe.hamman@embeddedspecialties.com>
1012     Signde-off-by: Jon Loeliger <jdl@freescale.com>
1013
1014 commit a08458303e7f9db67f296980036d3292c35cb45c
1015 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
1016 Date:   Fri Jun 29 18:38:51 2007 +0200
1017
1018     atmel_mci: Fix data timeout value
1019
1020     Calculate the data timeout based on values from the CSD instead of
1021     just using a hardcoded DTOR value. This is a backport of a similar fix
1022     in BSP 2.0, with one additional fix: the DTOCYC value is rounded up
1023     instead of down.
1024
1025     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
1026
1027 commit 0ba8eed28b575626b17e0a7882f923b83e0d7584
1028 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
1029 Date:   Mon Aug 13 17:22:31 2007 +0200
1030
1031     AVR32: Include <div64.h> instead of <asm/div64.h>
1032
1033     include/asm-avr32/div64.h was recently moved to include/div64.h, but
1034     cpu/at32ap/interrupts.c wasn't properly updated (an earlier version of
1035     the patch was merged perhaps?)
1036
1037     This patch updates cpu/at32ap/interrupts.c so that the avr32 port
1038     compiles again.
1039
1040     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
1041
1042 commit f0d1246ed7cb5a88522244c596d7ae7e6f161283
1043 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
1044 Date:   Wed Jun 27 13:34:26 2007 +0200
1045
1046     atmel_mci: Use 512 byte blocksize if possible
1047
1048     Instead of always using the largest blocksize the card supports, check
1049     if it can support smaller block sizes and use 512 bytes if possible.
1050     Most cards do support this, and other parts of u-boot seem to have
1051     trouble with block sizes different from 512 bytes.
1052
1053     Also enable underrun/overrun protection.
1054
1055     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
1056     Acked-by: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
1057
1058 commit 273db7e1bdd1937e32f1d4507321bb721ebd3118
1059 Author: Stefan Roese <sr@denx.de>
1060 Date:   Mon Aug 13 09:05:33 2007 +0200
1061
1062     ppc4xx: Fix problem in PLL clock calculation
1063
1064     This patch was originall provided by David Mitchell <dmitchell@amcc.com>
1065     and fixes a bug in the PLL clock calculation.
1066
1067     Signed-off-by: Stefan Roese <sr@denx.de>
1068
1069 commit 9986bc3e40e899bea372a99a2bca4071bdf2e24b
1070 Author: Wolfgang Denk <wd@denx.de>
1071 Date:   Sun Aug 12 21:34:50 2007 +0200
1072
1073     Update CHANGELOG
1074
1075 commit 77d19a8bf3b0b1e401cb9f23c81e2ef419705c1a
1076 Author: Wolfgang Denk <wd@denx.de>
1077 Date:   Sun Aug 12 21:34:34 2007 +0200
1078
1079     Minor alignment of output, 2nd try.
1080     Also update CHANGELOG
1081
1082     Signed-off-by: Wolfgang Denk <wd@denx.de>
1083
1084 commit 6b309f22a724fad8418e811751a0741b893419cf
1085 Author: Wolfgang Denk <wd@denx.de>
1086 Date:   Sun Aug 12 20:35:49 2007 +0200
1087
1088     Minor alignment of output
1089
1090     Signed-off-by: Wolfgang Denk <wd@denx.de>
1091
1092 commit 6f6d7b9c8559e241e8d232621542b8b59699b07b
1093 Author: Wolfgang Denk <wd@denx.de>
1094 Date:   Sun Aug 12 18:28:18 2007 +0200
1095
1096     Cleanup output on ADS5121 board
1097
1098     Signed-off-by: Wolfgang Denk
1099
1100 commit a4d2636f2a859245ed3a401f26189da2dfda4ceb
1101 Author: Wolfgang Denk <wd@denx.de>
1102 Date:   Sun Aug 12 15:11:38 2007 +0200
1103
1104     Adapt board configuration and fix kernel crash on MCC200 board.
1105
1106     The update procedure was modified to turn off the USB subsystem
1107     before exit for MCC200 and TRAB. This is necessary as otherwise the
1108     USB controller continues to write periodically to system memory!
1109
1110     MCC200-specific notes:
1111     - the patch disables the magic key check for MCC200
1112     - the patch contains the configuration changes made
1113       for the new revision of the board.
1114
1115     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
1116     Signed-off-by: Wolfgang Denk <wd@denx.de>
1117
1118 commit e27f3a6efb9db5a533223b05c629ff4ac8d921bf
1119 Author: Wolfgang Denk <wd@denx.de>
1120 Date:   Sun Aug 12 14:47:54 2007 +0200
1121
1122     Adjust default configuration of ADS5121 board.
1123
1124     Signed-off-by: Wolfgang Denk <wd@denx.de>
1125
1126 commit afaac86fe2948ac84cd9a12bbed883b3c683e7d9
1127 Author: Wolfgang Denk <wd@denx.de>
1128 Date:   Sun Aug 12 14:27:39 2007 +0200
1129
1130     Clean up some remaining CFG_CMD_ -> CONFIG_CMD_ issues.
1131
1132     Signed-off-by: Wolfgang Denk <wd@denx.de>
1133
1134 commit 5fe6be6208dda852c3564e384bd78d75784dea3e
1135 Author: Gerald Van Baren <vanbaren@cideas.com>
1136 Date:   Tue Aug 7 21:14:22 2007 -0400
1137
1138     Improve error print messages.
1139
1140     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
1141
1142 commit 99dffca3b7590a16a00bc475c860b67b2a3f1462
1143 Author: Kim Phillips <kim.phillips@freescale.com>
1144 Date:   Tue Jul 17 13:57:04 2007 -0500
1145
1146     fdt: allow for builds that don't want env and bd_t nodes
1147
1148     protect fdt_env and fdt_bd_t invocations, fix codingstyle while in the
1149     area.
1150
1151     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
1152
1153 commit 91148bf7aeba142d6f348805db7625db7da64d6f
1154 Author: Kim Phillips <kim.phillips@freescale.com>
1155 Date:   Tue Jul 17 13:56:53 2007 -0500
1156
1157     fdt: do board setup based on fdt address specified on bootm line
1158
1159     The last fdt patch to bootm did board setup based on the address
1160     specified by a prior fdt address command invocation.  The bootm
1161     code, as its call to fdt_chosen does, should use the fdt specified
1162     by the user on the bootm command.  Note this restores full
1163     functionality for the 8360's existing default boot environment
1164     values, e.g. 'run nfsboot' (i.e. no having to 'fdt addr $fdtaddr'
1165     before booting a kernel).
1166
1167     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
1168
1169 commit e125a2ffc209dd34794e326c7175658253beadf3
1170 Author: Gerald Van Baren <vanbaren@cideas.com>
1171 Date:   Tue Jul 10 20:40:39 2007 -0400
1172
1173     Call ft_board_setup() from the bootm command.
1174
1175     In the patch titled "Create new fdt boardsetup command..." I removed the
1176     call to ft_board_setup() from the routine fdt_chosen(), but I forgot
1177     to add a direct call back into cmd_bootm.c
1178
1179     This fixes the oversight by adding the direct call to the bootm command.
1180
1181     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
1182
1183 commit fd61e55dd8cb52ce3ff91b3917af26e24b6b0845
1184 Author: Gerald Van Baren <vanbaren@cideas.com>
1185 Date:   Mon Jun 25 23:25:28 2007 -0400
1186
1187     Create new fdt boardsetup command, fix bug parsing [] form of set values.
1188
1189     Previously ft_board_setup() was called by fdt_chosen() which was not
1190     really correctly structured.  This splits ft_board_setup() out by creating
1191     a new fdt boardsetup command.
1192
1193     Fix a bug when parsing fdt set command values which have the square
1194     bracket form [00 11 22 33] - the length was updated incorrectly in when
1195     parsing that form.
1196
1197     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
1198
1199 commit 6f35ded9e85493595e0eb66a82b502a95326d049
1200 Author: Gerald Van Baren <vanbaren@cideas.com>
1201 Date:   Mon Jun 25 20:55:58 2007 -0400
1202
1203     Tighten up the error messages.
1204
1205     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
1206
1207 commit c45874b05aae897a6c29d1a97d4bb708fca2756c
1208 Author: Gerald Van Baren <vanbaren@cideas.com>
1209 Date:   Mon Jun 25 19:52:23 2007 -0400
1210
1211     Asthetic improvements: error messages and line lengths.
1212
1213     Tighten up the error messages, split overlength lines.
1214
1215     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
1216
1217 commit 35ec398f16e17df600edc1b38c1e9e62c15c9aa1
1218 Author: Gerald Van Baren <vanbaren@cideas.com>
1219 Date:   Fri May 25 22:08:57 2007 -0400
1220
1221     Fix fdt_chosen() to call ft_board_setup(), clean up long lines.
1222
1223     The fdt_chosen() function was adding/seting some properties ad-hoc
1224       improperly and duplicated (poorly) what was done in ft_board_setup()
1225
1226     Clean up long lines (setting properties, printing errors).
1227
1228     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
1229
1230 commit 06e19a07701c968f15d72c083b5872a1a11c7b01
1231 Author: Gerald Van Baren <vanbaren@cideas.com>
1232 Date:   Mon May 21 23:27:16 2007 -0400
1233
1234     For fdt_find_node_by_path(), handle the root path properly.
1235
1236     Also removes the special case root path detection in cmd_fdt.c since it
1237     is no longer necessary.
1238
1239     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
1240
1241 commit 9675ee7208ab965d13ea8d8262d77ac4160ef549
1242 Author: Gerald Van Baren <vanbaren@cideas.com>
1243 Date:   Thu May 17 23:54:36 2007 -0400
1244
1245     Add fdt_find_node_by_type() and fdt_find_compatible_node() to LIBFDT
1246
1247     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
1248     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
1249
1250 commit 1a861169bc3758f9de3aead62b058736c6891246
1251 Author: Gerald Van Baren <vanbaren@cideas.com>
1252 Date:   Wed Jun 6 22:47:58 2007 -0400
1253
1254     Replace fdt_node_offset() with fdt_find_node_by_path().
1255
1256     The new name matches more closely the kernel's name, which is also
1257     a much better description.
1258
1259     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
1260     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
1261
1262 commit addd8ce83078c25f0eca5f23adbdfc64ca50a243
1263 Author: Gerald Van Baren <vanbaren@cideas.com>
1264 Date:   Wed May 16 22:39:59 2007 -0400
1265
1266     Fix cmd_fdt line lengths, refactor code.
1267
1268     Break lines that were greater than 80 characters in length.
1269     Move the fdt print and property parsing code to separate static functions
1270       to reduce coding clutter in the fdt_cmd handling body.
1271
1272     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
1273
1274 commit 25114033ab21788810c48ba4df103b649da1223b
1275 Author: Gerald Van Baren <vanbaren@cideas.com>
1276 Date:   Sat May 12 09:47:25 2007 -0400
1277
1278     FDT command improvements.
1279
1280     Fix "fdt set" so that it will create a non-existing property.
1281     Add "fdt mknode" to create nodes.
1282
1283     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
1284
1285 commit 38eb508e8e811e2e57628f445de3a24a23c7d804
1286 Author: Gerald Van Baren <vanbaren@cideas.com>
1287 Date:   Sat May 12 09:45:46 2007 -0400
1288
1289     Reorganize and fix problems (returns) in the bootm command.
1290
1291     Do *NOT* return after the "point of no return" has been passed.
1292       If something goes wrong, the board must be reset after that point.
1293     Move the "Transferring control to Linux" debug message back to where it
1294       belongs: just before transferring control to linux.
1295
1296     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
1297
1298 commit 89c8757d8f213c47709bdc4efe0695263a6080a6
1299 Author: Gerald Van Baren <vanbaren@cideas.com>
1300 Date:   Tue May 8 21:27:35 2007 -0400
1301
1302     Fix bugs in the CONFIG_OF_LIBFDT
1303
1304     Stupid coding mistakes (identified by Timur Tabi, thanks).
1305
1306     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
1307
1308 commit 6be07cc1ca458278c85ecdbf1a0536cff4c701ec
1309 Author: Gerald Van Baren <vanbaren@cideas.com>
1310 Date:   Wed Apr 25 22:47:15 2007 -0400
1311
1312     Improve fdt move length handling.
1313
1314     Make the length parameter optional: if not specified, do the move using
1315     the current size unchanged.
1316
1317     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
1318
1319 commit bb930e76fea6cf89ca2d98e2f7c7a6043d79327d
1320 Author: Gerald Van Baren <vanbaren@cideas.com>
1321 Date:   Wed Apr 25 22:23:36 2007 -0400
1322
1323     Minor code clean up.
1324
1325     Declare the variable fdt properly as extern.
1326     Call the "set_fn" function pointer the "short way" without the full
1327       dereferencing syntax.
1328
1329     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
1330
1331 commit ba24e2ac3bdb5c489f3c787e7542b6474c4d65c6
1332 Author: Gerald Van Baren <vanbaren@cideas.com>
1333 Date:   Wed Apr 25 21:24:27 2007 -0400
1334
1335     Improve error messages, more informative.
1336
1337     Print more than the raw libfdt error message strings.  This is especially
1338     useful for cluing in the user when the bootm command aborts due to
1339     blob problems.
1340
1341     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
1342
1343 commit 8096b3b8f772c1894ddeda9dbceff6a8826473a4
1344 Author: Gerald Van Baren <vanbaren@cideas.com>
1345 Date:   Fri Apr 20 22:46:53 2007 -0400
1346
1347     libfdt: Conditionally compile based on CONFIG_OF_LIBFDT
1348
1349     This is the way u-boot reduces configured-out code.  At Wolfgang
1350     Grandegger and Wolfgang Denk's request, make libfdt conform.
1351
1352     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
1353
1354 commit 923efd286411ed052d9e074f59f8986d6081061c
1355 Author: Bruce Adler <bruce.adler@ccpu.com>
1356 Date:   Fri Aug 10 14:54:47 2007 -0700
1357
1358     add image size and descriptors for Spartan 3E FPGA chips
1359
1360     Spartan 3E image sizes taken from Table 1-4 in Xilinx UG332 (v1.1)
1361
1362     Signed-off by: Bruce Adler <bruce.adler@ccpu.com>
1363
1364 commit fb56579ffe7ef3275b7036bb7b924e5a0d32bd70
1365 Author: Kim Phillips <kim.phillips@freescale.com>
1366 Date:   Fri Aug 10 15:34:48 2007 -0500
1367
1368     make MAKEALL more immune to merge conflicts
1369
1370     ..by placing board entries one per line, as suggested by jdl.
1371
1372     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
1373
1374 commit 2628114ec564f969f34b5f7105fbd168cb8c9c3f
1375 Author: Kim Phillips <kim.phillips@freescale.com>
1376 Date:   Fri Aug 10 13:28:25 2007 -0500
1377
1378     README: Remove outdated cpu type, board type, and NAME_config lists
1379
1380     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
1381
1382 commit 49bb59912d21aacb507eb81fd21fb7af650c706c
1383 Author: Dave Liu <r63238@freescale.com>
1384 Date:   Fri Aug 10 15:48:59 2007 +0800
1385
1386     mpc83xx: Suppress the warning 'burstlen'
1387
1388     suppress the warning 'burstlen' of spd_sdram.
1389
1390     Signed-off-by: Dave Liu <daveliu@freescale.com>
1391
1392 commit c646bba6465a45c60746d4cc1602cd06c1960f2d
1393 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
1394 Date:   Thu Aug 9 15:11:03 2007 -0500
1395
1396     Add support for SBC8641D. Config files.
1397
1398     Add support for Wind River's SBC8641D reference board.
1399
1400     Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com>
1401     Acked-by: Wolfgang Denk <wd@denx.de>
1402     Acked-by: Jon Loeliger <jdl@freescale.com>
1403
1404 commit 8ac273271d57321f90505c7a51cdb1ef2113b628
1405 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
1406 Date:   Thu Aug 9 15:10:53 2007 -0500
1407
1408     Add support for SBC8641D.  Board files.
1409
1410     Add support for Wind River's SBC8641D reference board.
1411
1412     Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com>
1413     Acked-by: Wolfgang Denk <wd@denx.de>
1414     Acked-by: Jon Loeliger <jdl@freescale.com>
1415
1416 commit c2c0ab4aff86622b837a48a0e560351f9afafb95
1417 Author: Stefan Roese <sr@denx.de>
1418 Date:   Fri Aug 10 20:34:58 2007 +0200
1419
1420     Conding style cleanup
1421
1422     Signed-off-by: Stefan Roese <sr@denx.de>
1423
1424 commit c74b2108e31fe09bd1c5d291c3cf360510d4f13e
1425 Author: Sergey Kubushyn <ksi@koi8.net>
1426 Date:   Fri Aug 10 20:26:18 2007 +0200
1427
1428     [ARM] TI DaVinci support, hopefully final
1429
1430     Add support for the following DaVinci boards:
1431     - DV_EVM
1432     - SCHMOOGIE
1433     - SONATA
1434
1435     Changes:
1436
1437     - Split into separate board directories
1438     - Removed changes to MTD_DEBUG (or whatever it's called)
1439     - New CONFIG_CMD party line followed
1440     - Some cosmetic fixes, cleanup etc.
1441     - Patches against the latest U-Boot tree as of now.
1442     - Fixed CONFIG_CMD_NET in net files.
1443     - Fixed CONFIG_CMD_EEPROM for schmoogie.
1444     - Made sure it compiles and works (forceenv() link problem) on SCHMOOGIE and
1445        DV_EVM. Can't check if it works on SONATA, don't have a board any more,
1446        but it at least compiles.
1447
1448     Here is an excerpt from session log on SCHMOOGIE...
1449
1450     U-Boot 1.2.0-g6c33c785-dirty (Aug  7 2007 - 13:07:17)
1451
1452     DRAM:  128 MB
1453     NAND:  128 MiB
1454     In:    serial
1455     Out:   serial
1456     Err:   serial
1457     ARM Clock : 297MHz
1458     DDR Clock : 162MHz
1459     ETH PHY   : DP83848 @ 0x01
1460     U-Boot > iprobe
1461     Valid chip addresses: 1B 38 3A 3D 3F 50 5D 6F
1462     U-Boot > ping 192.168.253.10
1463     host 192.168.253.10 is alive
1464     U-Boot >
1465
1466     Signed-off-by: Sergey Kubushyn <ksi@koi8.net>
1467     Acked-by: Dirk Behme <dirk.behme@gmail.com>
1468     Acked-by: Zach Sadecki <Zach.Sadecki@ripcode.com>
1469     Acked-by: Stefan Roese <sr@denx.de>
1470
1471 commit 2e4d94f1e3c2961428967a33b6ff2520568391b3
1472 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
1473 Date:   Fri Jul 27 01:50:45 2007 -0500
1474
1475     fsl_pci_init cleanup.
1476
1477     Do not enable normal errors created during probe (master abort, perr,
1478     and pcie Invalid Configuration access).
1479
1480     Add CONFIG_PCI_NOSCAN board option to prevent bus scan.
1481
1482     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
1483     Acked-by: Andy Fleming <afleming@freescale.com>
1484
1485 commit 936b3e69b667c3eb9a61ece4e78647d3fce9fc2a
1486 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
1487 Date:   Fri Jul 27 01:50:44 2007 -0500
1488
1489     pciauto_setup_device bars_num fix
1490
1491     Passing bars_num=0 to pciauto_setup_device should assign no bars.
1492
1493     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
1494     Acked-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
1495     Acked-by: Andy Fleming <afleming@freescale.com>
1496
1497 commit cf0b185e58ca0aec8ae2b2a8804ec0ef58ee21d4
1498 Author: Jon Loeliger <jdl@freescale.com>
1499 Date:   Mon Aug 6 17:39:44 2007 -0500
1500
1501     8641hpcn: Do correct sized pointer math.
1502
1503     When I rebased Ed's patch and cleaned up a few compilation
1504     problems, I apparently rebased my brain on crack first.
1505     Fix that by doing (char *) sized pointer math as needed.
1506
1507     Signed-off-by: Jon Loeliger <jdl@freescale.com>
1508
1509 commit cfc7a7f5bb3273c9951173c788001d45118f141f
1510 Author: Jon Loeliger <jdl@freescale.com>
1511 Date:   Thu Aug 2 14:42:20 2007 -0500
1512
1513     cpu/86xx fixes.
1514
1515     Remove rev 1 fixes.
1516     Always set PICGCR_MODE.
1517     Enable machine check and provide board config option
1518     to set and handle SoC error interrupts.
1519
1520     Include MSSSR0 in error message.
1521
1522     Isolate a RAMBOOT bit of code with #ifdef CFG_RAMBOOT.
1523
1524     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
1525     Signed-off-by: Jon Loeliger <jdl@freescale.com>
1526
1527 commit 35d22f957a85a22bb3cd1ad084fa5404620d1c42
1528 Author: Stefan Roese <sr@denx.de>
1529 Date:   Fri Aug 10 10:42:25 2007 +0200
1530
1531     Coding style cleanup
1532
1533     Signed-off-by: Stefan Roese <sr@denx.de>
1534
1535 commit 3a6d56c20989fe27360afe743bd2a7ad4d76e48f
1536 Author: Dirk Behme <dirk.behme@googlemail.com>
1537 Date:   Thu Aug 2 17:42:08 2007 +0200
1538
1539     Make use of generic 64bit division in nand_util.c
1540
1541     Use generic 64bit division in nand_util.c. This makes nand_util.c
1542     independent of any toolchain 64bit division.
1543
1544     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
1545
1546 commit f7c086e94e8ce9aad7268af97f73aa6884686f27
1547 Author: Dirk Behme <dirk.behme@googlemail.com>
1548 Date:   Thu Aug 2 17:41:14 2007 +0200
1549
1550     Move 64bit division from avr32 to generic lib
1551
1552     Move the 64bit division from lib_avr32 to lib_generic. With this, all
1553     boards can do_div/__div64_32 if needed, not only avr one. Code is put
1554     to lib_generic, so no larger memory footprint if not used. No code
1555     modifications. Thanks for proposal by HÃ¥vard Skinnemoen.
1556
1557     Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
1558
1559 commit 157cda4d0c3d592ccbb19bbfc07d9251894f0894
1560 Author: Niklaus Giger <niklausgiger@gmx.ch>
1561 Date:   Fri Jul 27 11:31:22 2007 +0200
1562
1563     Add PPC4xx-HCU4 and HCU5 boards: HCU5 files
1564
1565     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
1566
1567 commit 6e5de26c6e7580faf16e87745cd488b92b492d0c
1568 Author: Niklaus Giger <niklausgiger@gmx.ch>
1569 Date:   Fri Jul 27 11:30:33 2007 +0200
1570
1571     Add PPC4xx-HCU4 and HCU5 boards: HCU4 files
1572
1573     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
1574
1575 commit e8397fc78c9394d71de233a4d810fbc9047e4c76
1576 Author: Niklaus Giger <niklausgiger@gmx.ch>
1577 Date:   Fri Jul 27 11:38:26 2007 +0200
1578
1579     Add PPC4xx-HCU4 and HCU5 boards: common files
1580
1581     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
1582
1583 commit ac982ea5a4f2f993efcf52dca122f5a59df047d8
1584 Author: Niklaus Giger <niklausgiger@gmx.ch>
1585 Date:   Fri Jul 27 11:28:44 2007 +0200
1586
1587     Add PPC4xx-HCU4 and HCU5 boards: make related
1588
1589     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
1590
1591 commit 137fdd9f474ecb853efdace5200576308c67f18d
1592 Author: Niklaus Giger <niklausgiger@gmx.ch>
1593 Date:   Fri Jul 27 11:28:03 2007 +0200
1594
1595     Add PPC4xx-HCU4 and HCU5 boards: HCU5 config
1596
1597     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
1598
1599 commit 714bc55b35b6f6a65cc8740a3842a543e88cdef2
1600 Author: Niklaus Giger <niklausgiger@gmx.ch>
1601 Date:   Fri Jul 27 11:27:15 2007 +0200
1602
1603     Add PPC4xx-HCU4 and HCU5 boards: HCU4 config
1604
1605     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
1606
1607 commit 1894dd381124bdbfbdae7cf3a6ca52a8eb1f4421
1608 Author: Niklaus Giger <niklausgiger@gmx.ch>
1609 Date:   Fri Jul 27 11:25:31 2007 +0200
1610
1611     Add PPC4xx-HCU4 and HCU5 boards: READMEs
1612
1613     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
1614
1615 commit 641cca9569ce351ddb287fd3343d8b1dcb591db4
1616 Author: Niklaus Giger <niklausgiger@gmx.ch>
1617 Date:   Fri Jul 27 11:37:40 2007 +0200
1618
1619     Add PPC4xx-HCU4 and HCU5 boards: Infrastructure
1620
1621     This series of patches adds support for 2 boards from Netstal Maschinen.
1622
1623     The HCU4 has a PPC405Gpr and
1624     the HCU5 has a PPC440EPX.
1625
1626     The HCU4 has a somehow complicated flash setup, as the booteprom is
1627     only 8 bits and the CFI 16 bits wide, which makes it impossible to use a more
1628     elegant solution.
1629
1630     The HCU5 has only a booteprom as the whole code will be downloaded from a
1631     different board which has HD, CD-ROM, etc and where all code is stored.
1632
1633     This is my third try. I incorporated all suggestions made by Wolfgang and Stefan.
1634     Thanks them a lot.
1635
1636     Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
1637
1638 commit 3e4c90c6233618fc1806e63fde68df5f3d6a0171
1639 Author: Stefan Roese <sr@denx.de>
1640 Date:   Fri Aug 10 08:42:55 2007 +0200
1641
1642     ppc4xx: Update lwmon5 POST configuration
1643
1644     Signed-off-by: Stefan Roese <sr@denx.de>
1645
1646 commit 29cb25da56afe18cf5e7072a92a9d98ea8af1fd4
1647 Author: Yuri Tikhonov <yur@emcraft.com>
1648 Date:   Fri Aug 10 08:25:22 2007 +0200
1649
1650     POST: Add ppc4xx UART POST support without external uart clock (lwmon5)
1651
1652     The patch adds support for UART POST on ppc44x-based boards with no
1653     external serial clocks installed.
1654
1655     Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
1656     Acked-by: Stefan Roese <sr@denx.de>
1657
1658 commit 99c2fdab91bc633e46fb41dbaa629f87ccf6e00f
1659 Author: Kim Phillips <kim.phillips@freescale.com>
1660 Date:   Mon Aug 6 18:18:34 2007 -0500
1661
1662     mpc83xx: fix ITX[GP] O=builddir builds
1663
1664     make: *** No rule to make target `/work/wd/tmp/board/mpc8349itx/u-boot.lds', needed by `/work/wd/tmp/u-boot'.  Stop.
1665
1666     Both the ITX and ITX-GP fail when you use "make O=<some dir> ..." or
1667     "BUILD_DIR=<some dir> ./MAKEALL ..."
1668
1669     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
1670
1671 commit 47e8bc846759e037b8af0e5f9c9f9cfa7a1050c3
1672 Author: Dave Liu <r63238@freescale.com>
1673 Date:   Wed Aug 1 15:00:59 2007 +0800
1674
1675     mpc83xx: Correct the README for DDR ECC
1676
1677     Update the README for DDR ECC, change the name
1678     to README.mpc83xx.ddrecc.
1679
1680     Signed-off-by: Dave Liu <daveliu@freescale.com>
1681     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
1682
1683 commit daab8c67d2defef73dc26ab07f0c3afd1b05d019
1684 Author: Dave Liu <r63238@freescale.com>
1685 Date:   Wed Aug 1 15:00:15 2007 +0800
1686
1687     mpc83xx: Consolidate the ECC support of 83xx
1688
1689     Remove the duplicated source code of ecc command on the <board>.c,
1690     for reused, move these code to cpu/mpc83xx directory.
1691
1692     Signed-off-by: Dave Liu <daveliu@freescale.com>
1693     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
1694
1695 commit 036575c544cf1b69654d8fb334bda69c6ff3da36
1696 Author: Dave Liu <r63238@freescale.com>
1697 Date:   Sat Aug 4 13:37:39 2007 +0800
1698
1699     mpc83xx: Correct the burst length for DDR2 with 32 bits
1700
1701     The burst length should be 4 for DDR2 with 32 bits bus
1702
1703     Signed-off-by: Dave Liu <daveliu@freescale.com>
1704
1705 commit 1c274c4e05b6dc9b24edc8aa618b02f607ee6eed
1706 Author: Kim Phillips <kim.phillips@freescale.com>
1707 Date:   Wed Jul 25 19:25:33 2007 -0500
1708
1709     mpc83xx: add support for the MPC8323E RDB
1710
1711     MPC8323E based board with 64MB fixed SDRAM, 16MB flash,
1712     five 10/100 ethernet ports connected via an ICPlus IP175C
1713     switch, one PCI slot, and serial.  Features not supported
1714     in this patch are SD card interface, 2 USB ports, and the
1715     two phone ports.
1716
1717     Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
1718     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
1719
1720 commit 343d91009d55fc5b3ff8cc940597af6c6aa1d359
1721 Author: Kim Phillips <kim.phillips@freescale.com>
1722 Date:   Wed Jul 25 19:25:28 2007 -0500
1723
1724     mpc83xx: fixup generic pci for libfdt
1725
1726     add libfdt support to the generic 83xx pci code
1727
1728     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
1729
1730 commit f57ac7a7b37109245b69db80839ebee26179966a
1731 Author: Kim Phillips <kim.phillips@freescale.com>
1732 Date:   Wed Jul 25 19:25:22 2007 -0500
1733
1734     mpc83xx: fix 8360 and cpu functions to update fdt being passed
1735
1736     ..and not the global fdt. Rename local fdt vars to blob so as not to
1737     be confused with the global var with the same three-letter name.
1738
1739     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
1740
1741 commit 8be404459a6b7395415a57bb35e8377e3b2b5acb
1742 Author: Jerry Van Baren <gvb.uboot@gmail.com>
1743 Date:   Wed Jul 4 21:34:24 2007 -0400
1744
1745     mpc83xx: Fix errors when CONFIG_OF_LIBFDT is enabled
1746
1747     Several node strings were not correct (trailing slashes and properties
1748       in the strings)
1749     Added setting of the timebase-frequency.
1750     Improved error messages and use debug() instead of printf().
1751
1752     Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
1753     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
1754
1755 commit 26d02c9bbac1751c5e19294f000100b48d43a920
1756 Author: Jerry Van Baren <gvb.uboot@gmail.com>
1757 Date:   Wed Jul 4 21:27:30 2007 -0400
1758
1759     mpc83xx: Replace fdt_node_offset() with fdt_find_node_by_path().
1760
1761     The new name matches more closely the kernel's name, which is also
1762     a much better description.
1763
1764     These are the mpc83xx changes made necessary by the function name change.
1765
1766     Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
1767     Acked-by: Gerald Van Baren <vanbaren@cideas.com>
1768     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
1769
1770 commit 9be39a67c9f8fef7107f5df09d673005f04d0963
1771 Author: Dave Liu <daveliu@freescale.com>
1772 Date:   Mon Jun 25 10:41:56 2007 +0800
1773
1774     mpc83xx: Add support for the display of reset status
1775
1776     83xx processor family has many reset sources, such as
1777     power on reset, software hard reset, software soft reset,
1778     JTAG, bus monitor, software watchdog, check stop reset,
1779     external hard reset, external software reset.
1780     sometimes, to figure out the fault of system, we need to
1781     know the cause of reset early before the prompt of
1782     u-boot present.
1783
1784     Signed-off-by: Dave Liu <daveliu@freescale.com>
1785     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
1786
1787 commit ff9658d7049bf8c8e8e0a05dbe5e9f7e91aa5a5d
1788 Author: Dave Liu <daveliu@freescale.com>
1789 Date:   Mon Jun 25 10:41:04 2007 +0800
1790
1791     mpc83xx: Fix the align bug of SDMA buffer
1792
1793     According to the latest user manual, the SDMA temporary
1794     buffer base address must be 4KB aligned.
1795
1796     Signed-off-by: Dave Liu <daveliu@freescale.com>
1797     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
1798
1799 commit 66dc2c2dc51f8b88bb8e231bc80cd92eae1d6476
1800 Author: Dave Liu <daveliu@freescale.com>
1801 Date:   Mon Jun 25 13:21:12 2007 +0800
1802
1803     mpc83xx: Revise the MPC8360EMDS readme doc
1804
1805     When the rev2.x silicon mount on the MPC8360EMDS baord,
1806     and if you are using the u-boot version after the commit
1807     3fc0bd159103b536e1c54c6f4457a09b3aba66ca.
1808     to make the ethernet interface usable, we have to setup
1809     the jumpers correctly.
1810
1811     Signed-off-by: Dave Liu <daveliu@freescale.com>
1812     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
1813
1814 commit e739bc95797aac4fefc4c75b55c7c78e59d3ea9c
1815 Author: Timur Tabi <timur@freescale.com>
1816 Date:   Tue Jul 3 13:46:32 2007 -0500
1817
1818     FSL I2C driver programs the two I2C busses differently
1819
1820     The i2c_init() function in fsl_i2c.c programs the two I2C busses differently.
1821     The second I2C bus has its slave address programmed incorrectly and is
1822     missing a 5-us delay.
1823
1824     Signed-off-by: Timur Tabi <timur@freescale.com>
1825     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
1826
1827 commit df33f6b4d6d63693dd9200808b242de1b86cb8e8
1828 Author: Timur Tabi <timur@freescale.com>
1829 Date:   Tue Jul 3 13:04:34 2007 -0500
1830
1831     Update SCCR programming in cpu_init_f() to support all 83xx processors
1832
1833     Update the cpu_init_f() function in cpu/mpc83xx/cpu_init.c to program the
1834     bitfields for all 83xx processors.  The code to update some bitfields was
1835     compiled only on some processors.  Now, the bitfields are programmed as long
1836     as the corresponding CFG_SCCR option is defined in the board header file.
1837     This means that the board header file should not define any CFG_SCCR macros
1838     for bitfields that don't exist on that processor, otherwise the SCCR will be
1839     programmed incorrectly.
1840
1841     Signed-off-by: Timur Tabi <timur@freescale.com>
1842     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
1843
1844 commit 9546266999f0b9b51372636614211b88d90f0f25
1845 Author: Martin Krause <martin.krause@tqs.de>
1846 Date:   Fri Jun 22 13:04:22 2007 +0200
1847
1848     TQM834x: cleanup configuraton
1849
1850     Remove irritating #undef DEBUG
1851
1852     Signed-off-by: Martin Krause <martin.krause@tqs.de>
1853     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
1854
1855 commit 5d497e6bf0f5bf63729b4a47b3fd786d3c77a1bc
1856 Author: david.saada <David.Saada@ecitele.com>
1857 Date:   Mon Jun 18 09:09:53 2007 -0700
1858
1859     MPC83xx: Fix makefile to generate config.h file in the build directory
1860
1861     MPC83xx: Fix the Makefile config sections to generate the include/config.h
1862     file in the build directory instead of the source directory.
1863
1864     Signed-off-by: David Saada <david.saada@ecitele.com>
1865     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
1866
1867 commit 1ded0242e437259366792d52b7e9d1e1931d8fa5
1868 Author: Lee Nipper <Lee.Nipper@freescale.com>
1869 Date:   Thu Jun 14 20:07:33 2007 -0500
1870
1871     mpc83xx: Add support for 8360 silicon revision 2.1
1872
1873     This change adds 8360 silicon revision 2.1 support to u-boot.
1874
1875     Signed-off-by: Lee Nipper <lee.nipper@freescale.com>
1876     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
1877
1878 commit a22806469a8f2b69c829f4fd5361fdebd0cb01b4
1879 Author: Kumar Gala <galak@kernel.crashing.org>
1880 Date:   Wed Aug 8 04:14:28 2007 -0500
1881
1882     Treat ppc64 host as ppc
1883
1884     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1885
1886 commit 0dc4279b08ff82472bec2e2c90858602459febe8
1887 Author: Jason Jin <Jason.jin@freescale.com>
1888 Date:   Wed Aug 8 09:01:46 2007 +0800
1889
1890     Minor fix for bios emulator makefile
1891
1892     Add $(obj) to LIB avoiding objects be built in the source dir
1893
1894     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
1895
1896 commit ce981dc857adfc8036ca2f6d5d5a06c2a8aa77d6
1897 Author: Jason Jin <Jason.jin@freescale.com>
1898 Date:   Wed Aug 8 08:33:11 2007 +0800
1899
1900     Add CONFIG_BIOSEMU define to guard all the bios emulator code
1901
1902     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
1903
1904     This patch fix the compile issue on the board that did not enable the bios emulator
1905
1906 commit ed8106433522f2ea8933e9808346860d061d7731
1907 Author: Zach Sadecki <Zach.Sadecki@ripcode.com>
1908 Date:   Tue Jul 31 12:27:25 2007 -0500
1909
1910     tsec: fix multiple PHY support
1911
1912     The change entitled "Reduce CONFIG_MPC8YXX_TSECx to CONFIG_TSECx"
1913     broke multiple PHY support in tsec.c.  This fixes it.
1914
1915     Signed-off-by: Zach Sadecki <Zach.Sadecki@ripcode.com>
1916     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
1917
1918 commit dcb84b7208ade0bbebbeb56bec9c2c64f8b2eede
1919 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
1920 Date:   Thu Aug 9 09:08:18 2007 -0500
1921
1922     tsec: Allow Ten Bit Interface address to be configurable
1923
1924     Allow the address of the Ten Bit Interface (TBI) to be changed in the
1925     event of a conflict with another device.
1926
1927     Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com>
1928
1929 commit 3ba4c2d68f6541db4677b4aea12071f56e6ff6e6
1930 Author: Stefan Roese <sr@denx.de>
1931 Date:   Wed Aug 8 09:54:26 2007 +0200
1932
1933     Coding style cleanup
1934
1935     Signed-off-by: Stefan Roese <sr@denx.de>
1936
1937 commit a41de1f0d373e09c782dea558385a06247111ba5
1938 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
1939 Date:   Sun Aug 5 05:15:18 2007 -0500
1940
1941     Port enabled for I2C signals and chipselects port configuration.
1942
1943     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
1944
1945 commit 1a33ce65a4c51a69190dd8c408f9e1c62a66e94f
1946 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
1947 Date:   Sun Aug 5 04:31:18 2007 -0500
1948
1949     Added NAND support
1950
1951     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
1952
1953 commit eaf9e447beb3e498818ef8ad0b8c1597cd506149
1954 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
1955 Date:   Sun Aug 5 04:11:20 2007 -0500
1956
1957     Added I2C support
1958
1959     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
1960
1961 commit 99c03c175d2689093176facf17c58ce2cb320001
1962 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
1963 Date:   Sun Aug 5 03:58:52 2007 -0500
1964
1965     Changed CFG_CLK to gd->bus_clk for CFG_TIMER_PRESCALER. Added DECLARE_GLOBAL_DATA_PTR for time.c
1966
1967     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
1968
1969 commit 8d1d66af54d305de29d0bbf4aa8c9e6375f7f731
1970 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
1971 Date:   Sun Aug 5 03:55:21 2007 -0500
1972
1973     Added uart_gpio_conf() in serial_init(), seperated uart port configuration from cpu_init() to uart_gpio_conf()
1974
1975     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
1976
1977 commit 6fde84a44b7e575ea80fe0e2d5be3b6f73d1e630
1978 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
1979 Date:   Sun Aug 5 03:43:30 2007 -0500
1980
1981     Moved sync() from board file to include/asm-m68k/io.h
1982
1983     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
1984
1985 commit 9e737d8476e7d6a596d16caaf6a3853a9a1190a2
1986 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
1987 Date:   Sun Aug 5 03:30:44 2007 -0500
1988
1989     Declared attributes of void __mii_init(void) as an alias for int mii_init(void)
1990
1991     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
1992
1993 commit 9998bd37ead85e93953559720710d3b0685c81e6
1994 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
1995 Date:   Sun Aug 5 03:19:10 2007 -0500
1996
1997     Renamed CONFIG_MCFSERIAL to CONFIG_MCFUART
1998
1999     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
2000
2001 commit 7c4c3722a38d40b0cf537ddae72b04f4088b190c
2002 Author: Jason Jin <Jason.jin@freescale.com>
2003 Date:   Tue Aug 7 16:17:06 2007 +0800
2004
2005     Add CONFIG_BIOSEMU define to guard all the bios emulator code
2006
2007     This patch fix the compile issue on the board that did not enable the bios emulator
2008
2009 commit bf1060ea4f9eaa7e7d164a70a7d6f28939882053
2010 Author: Wolfgang Denk <wd@denx.de>
2011 Date:   Tue Aug 7 16:02:13 2007 +0200
2012
2013     Fix missing brace error in fs/fat/fat.c
2014     [pointed out by Roderik Wildenburg]
2015
2016     Signed-off-by: Wolfgang Denk <wd@denx.de>
2017
2018 commit 6c33c78557ca6f8da68c01ce33e278695197d3f4
2019 Author: Wolfgang Denk <wd@denx.de>
2020 Date:   Mon Aug 6 23:21:05 2007 +0200
2021
2022     Fixed typo in README (pointed out by Martin Jost).
2023
2024     Signed-off-by: Wolfgang Denk <wd@denx.de>
2025
2026 commit 537223afa61f64480df31ce440a9cb386df4a814
2027 Author: Stefan Roese <sr@denx.de>
2028 Date:   Mon Aug 6 21:10:17 2007 +0200
2029
2030     ppc4xx: Update AMCC Bamboo README doc/README.bamboo
2031
2032     As suggested by Eugene O'Brien <Eugene.O'Brien@advantechamt.com>,
2033     here an updated Bamboo README.
2034
2035     Signed-off-by: Stefan Roese <sr@denx.de>
2036
2037 commit 9c7e4b06214db61bb21f1bcbe57c97519669baae
2038 Author: Wolfgang Denk <wd@denx.de>
2039 Date:   Mon Aug 6 02:17:36 2007 +0200
2040
2041     Coding style cleanup. Update CHANGELOG.
2042
2043     Signed-off-by: Wolfgang Denk <wd@denx.de>
2044
2045 commit 221838cc7eb178370ff62aa05920a582e12ac322
2046 Author: Jason Jin <Jason.jin@freescale.com>
2047 Date:   Tue Jul 10 09:03:22 2007 +0800
2048
2049     Remove the bios emulator from MAI board.
2050
2051     The bios emulator in the MAI board can not pass compile
2052     and have a lot of crap in it. remove it and will have a
2053     clean and small bios emulator in the drivers directory
2054     which can be uesed for every board.
2055
2056     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
2057
2058 commit 5618332409bb96f4448d1712899369fc80c0b489
2059 Author: Jason Jin <Jason.jin@freescale.com>
2060 Date:   Fri Jul 13 12:14:59 2007 +0800
2061
2062     Fix some compile issues for MAI board.
2063
2064     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
2065
2066 commit 0f460a1ee148b648ee242c3157650287d4296260
2067 Author: Jason Jin <Jason.jin@freescale.com>
2068 Date:   Fri Jul 13 12:14:58 2007 +0800
2069
2070     Configurations for ATI video card BIOS emulator
2071
2072     This patch add definition of the BIOS emulator and the ATI framebuffer
2073     driver for MPC8641HPCN board.
2074
2075     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
2076     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
2077
2078 commit ece92f85053b8df613edcf05b26a416cbc3d629c
2079 Author: Jason Jin <Jason.jin@freescale.com>
2080 Date:   Fri Jul 6 08:34:56 2007 +0800
2081
2082     This is a BIOS emulator, porting from SciTech for u-boot, mainly for
2083     ATI video card BIOS. and can be used for x86 code emulation by some
2084     modifications.
2085
2086     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
2087
2088 commit 5072188acabde3178fac7f5a597150e6e74fd40c
2089 Author: Jason Jin <Jason.jin@freescale.com>
2090 Date:   Fri Jul 6 08:33:33 2007 +0800
2091
2092     This is a framebuffer driver for ATI video card, can work for PCI9200,
2093     X300, X700, X800 ATI video cards.
2094
2095     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
2096     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
2097
2098 commit 5728be389e65fd47f34b33c2596271eb4db751ae
2099 Author: Wolfgang Denk <wd@denx.de>
2100 Date:   Mon Aug 6 01:01:49 2007 +0200
2101
2102     Coding style cleanup. Update CHANGELOG.
2103
2104     Signed-off-by: Wolfgang Denk <wd@denx.de>
2105
2106 commit 8092fef4c29b395958bb649647da7e3775731517
2107 Author: Martin Krause <Martin.Krause@tqs.de>
2108 Date:   Tue Dec 12 14:26:01 2006 +0100
2109
2110     Add functions to list of exported functions
2111
2112     Additionally export the following fuctions (to make trab_config build again):
2113     - simple_strtol()
2114     - strcmp()
2115
2116     Also bump the ABI version to reflect this change
2117
2118     Signed-off-by: Martin Krause <martin.krause@tqs.de>
2119
2120 commit 63cec5814fab5d2b1c86982327433807a5ac0249
2121 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
2122 Date:   Thu Aug 2 14:09:49 2007 -0500
2123
2124     Make MPC8641's PCI/PCI-E driver a common driver for many FSL parts.
2125
2126     All of the PCI/PCI-Express driver and initialization code that
2127     was in the MPC8641HPCN port has now been moved into the common
2128     drivers/fsl_pci_init.c.  In a subsequent patch, this will be
2129     utilized by the 85xx ports as well.
2130
2131     Common PCI-E IMMAP register blocks for FSL 85xx/86xx are added.
2132
2133     Also enable the second PCI-Express controller on 8641
2134     by getting its BATS and CFG_ setup right.
2135
2136     Fixed a u16 vendor compiler warning in AHCI driver too.
2137
2138     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
2139     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
2140     Signed-off-by: Jon Loeliger <jdl@freescale.com>
2141
2142 commit 86b116b1b1e165ca4840daefed36d2e3b8460173
2143 Author: Bartlomiej Sieka <tur@semihalf.com>
2144 Date:   Fri Aug 3 12:08:16 2007 +0200
2145
2146     cm1_qp1 -> cm5200: single U-Boot image for modules from the cm5200 family.
2147
2148     Add the ability for modules from the Schindler cm5200 family to use a
2149     single U-Boot image:
2150     - rename cm1_qp1 to cm5200
2151     - add run-time module detection
2152     - parametrize SDRAM configuration according to the module we are running on
2153
2154     Few minor, board-specific fixes included in this patch:
2155     - better MAC address handling
2156     - updated default environment ('update' command uses +{filesize} now)
2157     - improved error messages in the auto-update code
2158     - allow booting U-Boot from RAM (CFG_RAMBOOT)
2159
2160     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
2161     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
2162     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
2163
2164 commit c7e717ebc2b044d7a71062552c9dc0f54ea9b779
2165 Author: Andy Fleming <afleming@freescale.com>
2166 Date:   Fri Aug 3 04:05:25 2007 -0500
2167
2168     Add Marvell 1149 PHY support to the TSEC
2169
2170 commit b1b54e352028ed370c3aa95d6fdeb9d64c5d2f86
2171 Author: Wolfgang Denk <wd@denx.de>
2172 Date:   Thu Aug 2 21:27:46 2007 +0200
2173
2174     Coding style cleanup, update CHANGELOG
2175
2176     Signed-off-by: Wolfgang Denk <wd@denx.de>
2177
2178 commit 63e22764d2f8653f68888c667eb65b3996b52680
2179 Author: Wolfgang Denk <wd@denx.de>
2180 Date:   Thu Aug 2 10:11:18 2007 +0200
2181
2182     Minor cleanup of <board>_nand build rules.
2183
2184 commit 9ca8d79de096c65b9b9c867259b3ff4685f775ef
2185 Author: Stefan Roese <sr@denx.de>
2186 Date:   Thu Aug 2 08:33:56 2007 +0200
2187
2188     ppc4xx: Code cleanup
2189
2190     Signed-off-by: Stefan Roese <sr@denx.de>
2191
2192 commit c92409812206ac67a7fa7aae298539a9c3804a46
2193 Author: Grzegorz Bernacki <gjb@semihalf.com>
2194 Date:   Tue Jul 31 18:51:48 2007 +0200
2195
2196     [ppc440SPe] Graceful recovery from machine check during PCIe configuration
2197
2198     During config transactions on the PCIe bus an attempt to scan for a
2199     non-existent device can lead to a machine check exception with certain
2200     peripheral devices. In order to avoid crashing in such scenarios the
2201     instrumented versions of the config cycle read routines are introduced, so
2202     the exceptions fixups framework can gracefully recover.
2203
2204     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
2205     Acked-by: Rafal Jaworowski <raj@semihalf.com>
2206
2207 commit dec99558b9ea75a37940d07f41a3565a50b54ad1
2208 Author: Rafal Jaworowski <raj@semihalf.com>
2209 Date:   Tue Jul 31 18:19:54 2007 +0200
2210
2211     [ppc4xx] Separate settings for PCIe bus numbering on 440SPe rev.A
2212
2213     This brings back separate settings for PCIe bus numbers depending on chip
2214     revision, which got eliminated in 2b393b0f0af8402ef43b25c1968bfd29714ddffa
2215     commit. 440SPe rev. A does NOT work properly with the same settings as for
2216     the rev. B (no devices are seen on the bus during enumeration).
2217
2218     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
2219
2220 commit cdd917a43da6fa7fc8f54a3cc9f420ce5ecf3197
2221 Author: Wolfgang Denk <wd@denx.de>
2222 Date:   Thu Aug 2 00:48:45 2007 +0200
2223
2224     Fix build errors and warnings / code cleanup.
2225
2226     Signed-off-by: Wolfgang Denk <wd@denx.de>
2227
2228 commit d2f68006627eda6cb6c7f364bddf621dbfd2fc68
2229 Author: Eugene OBrien <eugene.obrien@advantechamt.com>
2230 Date:   Tue Jul 31 10:24:56 2007 +0200
2231
2232     ppc4xx: Update AMCC Bamboo 440EP support
2233
2234     Changed storage type of cfg_simulate_spd_eeprom to const
2235     Changed storage type of gpio_tab to stack storage
2236     (Cannot access global data declarations in .bss until afer code relocation)
2237
2238     Improved SDRAM tests to catch problems where data is not uniquely addressable
2239     (e.g. incorrectly programmed SDRAM row or columns)
2240
2241     Added CONFIG_PROG_SDRAM_TLB to support Bamboo SIMM/DIMM modules
2242     Fixed AM29LV320DT (OpCode Flash) sector map
2243
2244     Signed-off-by: Eugene OBrien <eugene.obrien@advantechamt.com>
2245     Signed-off-by: Stefan Roese <sr@denx.de>
2246
2247 commit ea9f6bce383cc9fbcdee28b5836109b1a6dba574
2248 Author: Stefan Roese <sr@denx.de>
2249 Date:   Tue Jul 31 08:37:01 2007 +0200
2250
2251     ppc4xx: Update 440EPx lwmon5 board support
2252
2253     - Clear ECC status regs after ECC POST test
2254     - Set dcbz for ECC generation with caches enabled as default
2255     - Code cleanup
2256
2257     Signed-off-by: Stefan Roese <sr@denx.de>
2258
2259 commit 27a528fb41433c4c1e2b5d6bd3fd8d78606fc724
2260 Author: Stefan Roese <sr@denx.de>
2261 Date:   Mon Jul 30 11:04:57 2007 +0200
2262
2263     ppc4xx: Only print ECC related info when the error bis are set
2264
2265     Signed-off-by: Stefan Roese <sr@denx.de>
2266
2267 commit e36220a4baf1f188ba60f17e9d0f043069b1362a
2268 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
2269 Date:   Fri Jul 27 16:44:31 2007 +0200
2270
2271     new FPGA image for PLU405 board
2272
2273     new FPGA image for PLU405 board with improved CompactFlash timing
2274
2275     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
2276
2277 commit 8993e54b6f397973794f3d6f47d3b3c0c98dd4f6
2278 Author: Rafal Jaworowski <raj@semihalf.com>
2279 Date:   Fri Jul 27 14:43:59 2007 +0200
2280
2281     [ADS5121] Support for the ADS5121 board
2282
2283     The following MPC5121e subsystems are supported:
2284
2285     - low-level CPU init
2286     - NOR Boot Flash (common CFI driver)
2287     - DDR SDRAM
2288     - FEC
2289     - I2C
2290     - Watchdog
2291
2292     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
2293     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
2294     Signed-off-by: Jan Wrobel <wrr@semihalf.com>
2295
2296 commit 1863cfb7b100ba0ee3401799457a01dc058745f8
2297 Author: Rafal Jaworowski <raj@semihalf.com>
2298 Date:   Fri Jul 27 14:22:04 2007 +0200
2299
2300     [PPC] Remove unused MSR_USER definition
2301
2302     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
2303
2304 commit d4024bb72dd81695ec099b2199eda0d27c623e62
2305 Author: John Otken <john@softadvances.com>
2306 Date:   Thu Jul 26 17:49:11 2007 +0200
2307
2308     ppc4xx: Add support for AMCC 405EP Taihu board
2309
2310     Signed-off-by: John Otken <john@softadvances.com>
2311
2312 commit b66091de6c7390620312c2501db23d8391e7cabb
2313 Author: Anatolij Gustschin <agust@denx.de>
2314 Date:   Thu Jul 26 15:08:01 2007 +0200
2315
2316     ppc4xx: lwmon5: Update Lime initialization
2317
2318     Change Lime SDRAM initialization to now support 100MHz and
2319     133MHz (if enabled). Also the framebuffer is initialized to
2320     display a blue rectangle with a white border.
2321
2322     Signed-off-by: Anatolij Gustschin <agust@denx.de>
2323     Signed-off-by: Stefan Roese <sr@denx.de>
2324
2325 commit 9f24a808f17fc0f37b7fb4805f734741335caecc
2326 Author: Stefan Roese <sr@denx.de>
2327 Date:   Tue Jul 24 09:52:52 2007 +0200
2328
2329     ppc4xx: lwmon5: Support for 128 MByte NOR FLASH added
2330
2331     The used Intel NOR FLASH chips have internally two dies, and are now
2332     treated as two seperate chips.
2333
2334     Signed-off-by: Stefan Roese <sr@denx.de>
2335
2336 commit aedf5bde179ecfbd0a96130d18996a96518b785f
2337 Author: Stefan Roese <sr@denx.de>
2338 Date:   Tue Jul 24 07:20:09 2007 +0200
2339
2340     ppc4xx: Fix lwmon5 interrupt controller setup (polarity, trigger...)
2341
2342     As suggested by Hakan Eryigit, here an updated setup for the lwmon5
2343     interrupt controller.
2344
2345     Signed-off-by: Stefan Roese <sr@denx.de>
2346
2347 commit a71d96eac8130b53a91f93cd10c70fca0db18d52
2348 Author: Stefan Roese <sr@denx.de>
2349 Date:   Fri Jul 20 15:03:44 2007 +0200
2350
2351     ppc4xx: Fix bug with default GPIO output value
2352
2353     As spotted by Matthias Fuchs, the default output values for all GPIO1
2354     outputs were not setup correctly. This patch fixes this issue.
2355
2356     Signed-off-by: Stefan Roese <sr@denx.de>
2357
2358 commit 531e3e8b831f357056448fa573137d5fb37000fd
2359 Author: Pavel Kolesnikov <concord@emcraft.com>
2360 Date:   Fri Jul 20 15:03:03 2007 +0200
2361
2362     POST: Add ECC POST for the lwmon5 board
2363
2364     This patch adds ECC Post test for the Lwmon5 board based
2365     on PPC440EPx to U-Boot.
2366
2367     Signed-off-by: Pavel Kolesnikov <concord@emcraft.com>
2368     Acked-by: Yuri Tikhonov <yur@emcraft.com>
2369     Acked-by: Stefan Roese <sr@denx.de>
2370
2371 commit cc3023b9f95d7ac959a764471a65001062aecf41
2372 Author: Rafal Jaworowski <raj@semihalf.com>
2373 Date:   Thu Jul 19 17:12:28 2007 +0200
2374
2375     Fix breakage of 8xx boards from recent commit.
2376
2377     This patch fixes the negative consequences for 8xx of the recent
2378     "ppc4xx: Clean up 440 exceptions handling" commit.
2379
2380     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
2381
2382 commit c883f6ea32dce91f07670b3aafecf6c99b1e5341
2383 Author: Stefan Roese <sr@denx.de>
2384 Date:   Mon Jul 16 13:11:12 2007 +0200
2385
2386     Coding style cleanup
2387
2388     Signed-off-by: Stefan Roese <sr@denx.de>
2389
2390 commit 8848ec858f74ed6dab06fb6d5ddc933e0a1328bf
2391 Author: Stefan Roese <sr@denx.de>
2392 Date:   Mon Jul 16 10:02:12 2007 +0200
2393
2394     ppc4xx: Code cleanup
2395
2396     Signed-off-by: Stefan Roese <sr@denx.de>
2397
2398 commit 2a49fc17d09020e7ebd9536694d99d20e419fcb8
2399 Author: Stefan Roese <sr@denx.de>
2400 Date:   Mon Jul 16 10:01:38 2007 +0200
2401
2402     ppc4xx: AMCC Luan uses the new boardspecific DDR2 controller setup
2403
2404     Signed-off-by: Stefan Roese <sr@denx.de>
2405
2406 commit df3f17422aeb03fb81a7ac8c78d2b05d05aa4cf9
2407 Author: Stefan Roese <sr@denx.de>
2408 Date:   Mon Jul 16 10:00:43 2007 +0200
2409
2410     ppc4xx: Support for Yucca board with 440SPe Rev A added to 44x_spd_ddr2.c
2411
2412     The new boardspecific DDR2 controller configuration is used for the Yucca
2413     board. Now the Yucca board with 440SPe Rev. A chips is also supported.
2414
2415     Signed-off-by: Stefan Roese <sr@denx.de>
2416
2417 commit 6ed14addf97c8cd8f531e9ae7b2d3e222fffd53e
2418 Author: Stefan Roese <sr@denx.de>
2419 Date:   Mon Jul 16 09:57:00 2007 +0200
2420
2421     ppc4xx: Add new weak functions to support boardspecific DDR2 configuration
2422
2423     The new "weak" functions ddr_wrdtr() and ddr_clktr() are added to better
2424     support non default, boardspecific DDR(2) controller configuration.
2425
2426     Signed-off-by: Stefan Roese <sr@denx.de>
2427
2428 commit 5743a9207a370b90f09b20ebd61167c806b937f3
2429 Author: Stefan Roese <sr@denx.de>
2430 Date:   Mon Jul 16 08:53:51 2007 +0200
2431
2432     ppc4xx: Add remove_tlb() function to remove a mem area from TLB setup
2433
2434     The new function remove_tlb() can be used to remove the TLB's used to
2435     map a specific memory region. This is especially useful for the DDR(2)
2436     setup routines which configure the SDRAM area temporarily as a cached
2437     area (for speedup on auto-calibration and ECC generation) and later
2438     need this area uncached for normal usage.
2439
2440     Signed-off-by: Stefan Roese <sr@denx.de>
2441
2442 commit 3a6cab844cf74f76639d795e0be8717e02c86af7
2443 Author: Wolfgang Denk <wd@denx.de>
2444 Date:   Sat Jul 14 22:51:02 2007 +0200
2445
2446     Update CHANGELOG
2447
2448     Signed-off-by: Wolfgang Denk <wd@denx.de>
2449
2450 commit 011595307731a7a67a7445d107c279d031e8ab97
2451 Author: Heiko Schocher <hs@pollux.denx.de>
2452 Date:   Sat Jul 14 01:06:58 2007 +0200
2453
2454     [PCS440EP]  - fix compile error, if BUILD_DIR is used
2455
2456 commit fad63407154f46246ce80d53a9c669a44362ac67
2457 Author: Heiko Schocher <hs@pollux.denx.de>
2458 Date:   Fri Jul 13 09:54:17 2007 +0200
2459
2460     make show_boot_progress () weak.
2461
2462     Signed-off-by: Heiko Schocher <hs@denx.de>
2463
2464 commit 907902472391b6ca1876ec300687562ecaf459b1
2465 Author: Heiko Schocher <hs@pollux.denx.de>
2466 Date:   Fri Jul 13 08:26:05 2007 +0200
2467
2468     [PCS440EP]  - The DIAG LEDs are now blinking, if an error occur
2469                 - fix compile error, if BUILD_DIR is used
2470
2471     Signed-off-by: Heiko Schocher <hs@denx.de>
2472
2473 commit a2e1c7098cf9574386b0c96841dfc8ea5cc93578
2474 Author: Stefan Roese <sr@denx.de>
2475 Date:   Thu Jul 12 16:32:08 2007 +0200
2476
2477     ppc4xx: Change receive buffer handling in the 4xx emac driver
2478
2479     This change fixes a bug in the receive buffer handling, that
2480     could lead to problems upon high network traffic (broadcasts...).
2481
2482     Signed-off-by: Stefan Roese <sr@denx.de>
2483
2484 commit 239f05ee4dd4cfe0b50f251b533dcebe9e67c360
2485 Author: Wolfgang Denk <wd@denx.de>
2486 Date:   Thu Jul 12 01:45:34 2007 +0200
2487
2488     Update CHANGELOG, minor coding style cleanup.
2489
2490     Signed-off-by: Wolfgang Denk <wd@denx.de>
2491
2492 commit 5a56af3b522ba47fb33a3fee84d23bf1e5429654
2493 Author: Andy Fleming <afleming@freescale.com>
2494 Date:   Fri Jun 8 16:41:18 2007 -0500
2495
2496     Remove erroneous errata code from Marvel 88E1111S driver
2497
2498     The Marvel 88E1111S driver for the TSEC was copied from the
2499     88E1101 driver, and included a fix for an erratum which does not
2500     exist on that part.  Now it is removed
2501
2502     Signed-off-by: Andy Fleming <afleming@freescale.com>
2503
2504 commit 982efcf23fd03647e01e2fbe28a7a36239156cc0
2505 Author: Andy Fleming <afleming@freescale.com>
2506 Date:   Tue Jun 5 16:38:44 2007 -0500
2507
2508     From: eran liberty <eran.liberty@gmail.com>
2509
2510     adds the reset register to 85xx immap
2511
2512     Signed-off-by: Eran Liberty <eran.liberty@gmail.com>
2513     Signed-off-by: Andy Fleming <afleming@freescale.com>
2514
2515 commit d3ec0d943a045bdb99e159e7bbc77430e09f11d7
2516 Author: Andy Fleming <afleming@freescale.com>
2517 Date:   Thu May 10 17:50:01 2007 -0500
2518
2519     Polished the 85xx ADS config files
2520
2521     Made the boot commands use device trees by default.
2522     Also moved the ramdisk to 1000000 (I think the previous address
2523     was getting overridden during boot).
2524
2525     Signed-off-by: Andy Fleming <afleming@freescale.com>
2526
2527 commit bfb37b32d1b0b03f18077dba49cc66a6e76fa038
2528 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
2529 Date:   Wed May 9 11:03:32 2007 -0500
2530
2531     8544ds: Fix Makefile after moving pixis to board/freescale.
2532
2533     The OBJTREE != SRCTREE build scenario was broken.
2534     This fixes it.
2535
2536     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
2537     Signed-off-by: Jon Loeliger <jdl@freescale.com>
2538
2539 commit 2a3cee43c3b71fa5b8d91db19f05067865290f3e
2540 Author: Andy Fleming <afleming@freescale.com>
2541 Date:   Wed May 9 00:54:20 2007 -0500
2542
2543     tsec: Fix PHY code to match first driver
2544
2545     Jarrold Wen noticed that the generic PHY code always matches
2546     under the current implementation.  Change it so the first match
2547     wins, and *only* unknown PHYs trigger the generic driver
2548
2549     Signed-off-by: Andy Fleming <afleming@freescale.com>
2550
2551 commit ccc091aac61a38cd998d575d92f7232e256d6312
2552 Author: Andy Fleming <afleming@freescale.com>
2553 Date:   Tue May 8 17:27:43 2007 -0500
2554
2555     Add support for CPM device tree configuration to 8560 ADS
2556
2557     * Adds code to modify CPM frequencies
2558     * Cleans up the config file to #define TSEC and (for now) #undef FCC
2559     * Adds the MII command for all 8560 ADS configurations
2560     * Updates config file to provide convenience commands for booting
2561       with a device tree
2562
2563     Signed-off-by: Vitaly Bordug <vbordug@ru.mvista.com>
2564     Signed-off-by: Andy Fleming <afleming@freescale.com>
2565
2566 commit 7507d56ccaf7aae1c474342a9a5540165cd7e9d9
2567 Author: Andy Fleming <afleming@freescale.com>
2568 Date:   Tue May 8 17:23:02 2007 -0500
2569
2570     Fix Marvell 88e1145 PHY init code
2571
2572     Fix a bug in the Marvell 88e1145 PHY init code in the TSEC driver
2573     where the reset was being done after the errata code instead of
2574     before.
2575
2576     Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
2577     Signed-off-by: Andy Fleming <afleming@freescale.com>
2578
2579 commit 5dc210dec5bace98a50b6ba905347890091a9bb0
2580 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
2581 Date:   Wed Jul 11 14:52:16 2007 -0500
2582
2583     Add simple agent/end-point configuration in PCI AutoConfig for PCI_CLASS_PROCESSOR_POWERPC.
2584
2585     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
2586
2587 commit e8b85f3ba4cd8930e0a2fea2100c815d64201765
2588 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
2589 Date:   Wed Jul 11 14:52:08 2007 -0500
2590
2591     pciauto setup bridge
2592
2593     The P2P bridge bus numbers programmed into the device are relative to
2594     hose->first_busno.
2595
2596     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
2597
2598 commit 571f49fa717004ca4268b4e24057efc7bf9f987b
2599 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
2600 Date:   Wed Jul 11 14:52:01 2007 -0500
2601
2602     Support PCIe extended config registers
2603
2604     FSL PCIe block has extended cfg registers in the 100 and 400 range.
2605     For example, to read the LTSSM register: pci display <busn>.0 404 1
2606
2607     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
2608
2609 commit ba5feb12581bb2912ce301e4866b71f846e9fc07
2610 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
2611 Date:   Wed Jul 11 14:51:48 2007 -0500
2612
2613     Minor improvements to drivers/pci_auto.c
2614
2615     - Make pciauto_{pre,post}scan_setup_bridge non-static
2616     - Added physical address display in debug messages.
2617
2618     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
2619
2620 commit 40e81addab7bb74d20ddf681ce9babc880a828ee
2621 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
2622 Date:   Wed Jul 11 14:51:35 2007 -0500
2623
2624     Start pci hose scan from hose->current_busno.
2625
2626     Ensure hose->current_busno is not less than first_busno.  This fixes
2627     broken board code which leaves current_busno=0 when first_busno is
2628     greater than 0 for the cases with multiple controllers.
2629
2630     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
2631
2632 commit 3865b1fb7843a08ad49a6319a36415752276ff48
2633 Author: Stefan Roese <sr@denx.de>
2634 Date:   Wed Jul 11 12:13:53 2007 +0200
2635
2636     Fix some compile problems introduced by the latest CFG_CMD_xxx cleanup
2637
2638     Signed-off-by: Stefan Roese <sr@denx.de>
2639
2640 commit fa1df308926a6f70e3504c57514ef27ac31fd13a
2641 Author: Bartlomiej Sieka <tur@semihalf.com>
2642 Date:   Wed Jul 11 20:11:07 2007 +0200
2643
2644     CM1.QP1: Support for the Schindler CM1.QP1 board.
2645
2646     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
2647     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
2648
2649 commit 96e1d75be8193ca79e4215a368bf9d7f2362450f
2650 Author: Heiko Schocher <hs@pollux.denx.de>
2651 Date:   Wed Jul 11 18:39:11 2007 +0200
2652
2653     [PCS440EP]  - Show on the DIAG LEDs, if the SHA1 check failed
2654                 - now the Flash ST M29W040B is supported (not tested)
2655                 - fix the "led" command
2656                 - fix compile error, if BUILD_DIR is used
2657
2658     Signed-off-by: Heiko Schocher <hs@denx.de>
2659
2660 commit e9514751cfa5cce61ea699fa0d3eb37898a5eeb5
2661 Author: Stefan Roese <sr@denx.de>
2662 Date:   Sun Jul 8 13:44:27 2007 +0200
2663
2664     Fix malloc problem introduced with the relocation fixup for the PPC platform
2665
2666     The relocation fixup didn't handle the malloc pointer initialization
2667     correctly. This patch fixes this problem. Tested successfully on 4xx.
2668     The relocation fixup patches for 4xx will follow soon.
2669
2670     Signed-off-by: Stefan Roese <sr@denx.de>
2671
2672 commit 0dca874db62718e41253659e60f3a1de7eb418ce
2673 Author: TsiChung <tcliew@Goku.(none)>
2674 Date:   Tue Jul 10 15:45:43 2007 -0500
2675
2676     Cache update and added CFG_UNIFY_CACHE
2677
2678     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.
2679
2680     Signed-off-by: TsiChung <tcliew@Goku.(none)>
2681
2682 commit 52b017604a8f4d4a795880ef6e7861d7f2f1b005
2683 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
2684 Date:   Thu Jul 5 23:36:16 2007 -0500
2685
2686     Update header file. Include dtimer_intr_setup(). Changed timer divider to global define.
2687
2688     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
2689
2690     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
2691
2692 commit 5cdc07c7ef8f08ea55d3c47ed9221d91aa6d5fac
2693 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
2694 Date:   Thu Jul 5 23:31:25 2007 -0500
2695
2696     Update header files
2697
2698     Include immap.h and renamed mcfrtc.h to rtc.h
2699
2700     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
2701
2702 commit 2870e98ac8e5553e9187b12a47e5f46babb53990
2703 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
2704 Date:   Thu Jul 5 23:29:21 2007 -0500
2705
2706     Add mcffec_initialize()
2707
2708     Added mcffec_initialize() in eth_initialize()
2709
2710     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
2711
2712 commit 45a25bfd0c52f8a3fa137216bc94d32f90bedc5d
2713 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
2714 Date:   Thu Jul 5 23:27:40 2007 -0500
2715
2716     Update header file and clean up
2717
2718     Include immap.h
2719
2720     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
2721
2722 commit 0cee9c66318602c856a899ae5fa7579ccba6443a
2723 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
2724 Date:   Thu Jul 5 23:23:15 2007 -0500
2725
2726     New uart structure and defines
2727
2728     Seperated from mcfuart.h
2729
2730     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
2731
2732 commit a90e79de8d99e9c9d69d60bfff9f24c337165900
2733 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
2734 Date:   Thu Jul 5 23:22:31 2007 -0500
2735
2736     New timer structure and defines
2737
2738     Seperated from mcftimer.h
2739
2740     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
2741
2742 commit e04acb2eba4782489417240eff76e20e176aec10
2743 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
2744 Date:   Thu Jul 5 23:21:09 2007 -0500
2745
2746     Rename mcfrtc to rtc
2747
2748     Since it is already in m68k folder, un-necessary to pad mcf. Replaced immap_5329.h and m5329.h to immap.h
2749
2750     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
2751
2752 commit 2bd806fe4fc23958b8f78778199e7a6e3f8f6ad5
2753 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
2754 Date:   Thu Jul 5 23:17:36 2007 -0500
2755
2756     Rename mcfserial.c. Update include header
2757
2758     Renamed mcfserial.c to mcfuart.c. Modified Makefile for mcfuart.o from mcfserial.o. Replace immap_5329.h and m5329.h to immap.h
2759
2760     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
2761
2762 commit f2208fbc2eb9de3f4285bfaa021c6ebae16c9b0e
2763 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
2764 Date:   Thu Jul 5 23:13:58 2007 -0500
2765
2766     Header file update, clean up and cache handling
2767
2768     Replaced immap_5329.h and m5329.h with immap.h. Included cache_invalid.
2769
2770     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
2771
2772 commit 2e3f25ae9082daa9f5d181db45dfbc2e52ce0f97
2773 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
2774 Date:   Thu Jul 5 23:10:40 2007 -0500
2775
2776     Create interrupts.c and modify Makefile
2777
2778     interrupt_init() and dtimer_intr_setup() are placed in interrupts.c. Added interrupts.o to Makefile
2779
2780     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
2781
2782 commit ddd104f1ed655eda50c06ba636237a83ed943f34
2783 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
2784 Date:   Thu Jul 5 23:06:55 2007 -0500
2785
2786     Enable Icache
2787
2788     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
2789
2790 commit b9bf3de377b2bae70c983c9b97feae914999e735
2791 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
2792 Date:   Thu Jul 5 23:05:31 2007 -0500
2793
2794     Update header file and some clean up
2795
2796     Replaced immap_5329.h and m5329.h with immap.h. Removed whitespaces.
2797
2798     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
2799
2800 commit 84a015b52ec820a5ae173717d78516de731c89c2
2801 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
2802 Date:   Thu Jul 5 23:03:28 2007 -0500
2803
2804     Update header file and enable icache
2805
2806     Replaced immap_5329.h and m5329.h with immap.h. Enabled icache_enable() in cpu_init_r().
2807
2808     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
2809
2810 commit 7a17e759c7a8b58e910daf54df611e94fc8ca074
2811 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
2812 Date:   Thu Jul 5 23:01:22 2007 -0500
2813
2814     Update header file and removed interrupt_init()
2815
2816     Replace immap_5329.h and m5329.h with immap.h. Removed interrupt_init() and placed it in interrupts.c
2817
2818     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
2819
2820 commit 3b635492c95bd0d6e08f93f699821cba1f602a64
2821 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
2822 Date:   Thu Jul 5 22:57:46 2007 -0500
2823
2824     Update for flash.o and mii.o
2825
2826     Removed flash.o and added mii.o
2827
2828     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
2829
2830 commit c5ded275d839e4ff79f41718d50a835d989f57bc
2831 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
2832 Date:   Thu Jul 5 22:56:19 2007 -0500
2833
2834     MII functions calls.
2835
2836     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
2837
2838 commit 427c814104560e29bda14955c67703245aaaa5b4
2839 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
2840 Date:   Thu Jul 5 22:54:42 2007 -0500
2841
2842     Removed MII functions and replaced immap_5329.h and m5329.h with immap.h.
2843
2844     The removed MII routines will be placed in mii.c.
2845
2846     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
2847
2848 commit 01a793fda09c63df5a496f09dc1c7cb26e6751a2
2849 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
2850 Date:   Thu Jul 5 22:51:05 2007 -0500
2851
2852     Duplicate code
2853
2854     There is a Common Flash Interface Driver existed. To use the CFI driver, define CFG_FLASH_CFI in configuration file.
2855
2856     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
2857
2858 commit 2744354a8437b8f78db178e30660215688bff570
2859 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
2860 Date:   Thu Jul 5 22:46:38 2007 -0500
2861
2862     Seperate old structure defines and new structure defines
2863
2864     Removed new uart structure and defines to uart.h
2865
2866     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
2867
2868 commit 2bd58608dbcff8890ca9a0c59e861ac24f8bb230
2869 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
2870 Date:   Thu Jul 5 22:45:01 2007 -0500
2871
2872     Seperate old structure defines and new structure defines
2873
2874     New timer structure and defines will move to new timer.h
2875
2876     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
2877
2878 commit 8cd5cd6de4ff92e03978338ed7aeb3ce7b7b9784
2879 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
2880 Date:   Thu Jul 5 22:42:23 2007 -0500
2881
2882     Clean up
2883
2884     Removed whitespace
2885
2886     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
2887
2888 commit 514871f565dd8bd1121e4a3ac1665a790e20b8f2
2889 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
2890 Date:   Thu Jul 5 22:41:24 2007 -0500
2891
2892     Clean up
2893
2894     Replaced whitespace with tabs
2895
2896     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
2897
2898 commit 48dbfeabc7afffe30609a4489f10c22cb67ef7dd
2899 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
2900 Date:   Thu Jul 5 22:39:07 2007 -0500
2901
2902     Create new header file and move peripherals base address from configs file to new header file.
2903
2904     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.
2905
2906     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
2907
2908 commit be296e31c4411f96d9cb3d2afc8fcb006867abfa
2909 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
2910 Date:   Thu Jul 5 22:24:58 2007 -0500
2911
2912     Revert file mode
2913
2914     Changed MAKEALL file mode to executable, removed executable file mode from Makefile
2915
2916     Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
2917
2918 commit b3aff0cb9ecf236d7e8c93761dd1dadf6837a582
2919 Author: Jon Loeliger <jdl@freescale.com>
2920 Date:   Tue Jul 10 11:19:50 2007 -0500
2921
2922     disk/ doc/ lib_*/ and tools/: Remove lingering references to CFG_CMD_* symbols.
2923
2924     Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
2925     Those always evaluated TRUE, and thus were always compiled
2926     even when IDE really wasn't defined/wanted.
2927
2928     Signed-off-by: Jon Loeliger <jdl@freescale.com>
2929
2930 commit ddb5d86f0215bcb6c293510c50eb050e92883b7a
2931 Author: Jon Loeliger <jdl@freescale.com>
2932 Date:   Tue Jul 10 11:13:21 2007 -0500
2933
2934     drivers/: Remove lingering references to CFG_CMD_* symbols.
2935
2936     Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
2937     Those always evaluated TRUE, and thus were always compiled
2938     even when IDE really wasn't defined/wanted.
2939
2940     Signed-off-by: Jon Loeliger <jdl@freescale.com>
2941
2942 commit f40a7f3e3888b42a43674b099e5470022c8c544c
2943 Author: Jon Loeliger <jdl@freescale.com>
2944 Date:   Tue Jul 10 11:07:56 2007 -0500
2945
2946     fs/: Remove lingering references to CFG_CMD_* symbols.
2947
2948     Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
2949     Those always evaluated TRUE, and thus were always compiled
2950     even when IDE really wasn't defined/wanted.
2951
2952     Signed-off-by: Jon Loeliger <jdl@freescale.com>
2953
2954 commit 610f2e9c28a9c101e09fa1b78143cf5f00ed1593
2955 Author: Jon Loeliger <jdl@freescale.com>
2956 Date:   Tue Jul 10 11:05:02 2007 -0500
2957
2958     net/: Remove lingering references to CFG_CMD_* symbols.
2959
2960     Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
2961     Those always evaluated TRUE, and thus were always compiled
2962     even when IDE really wasn't defined/wanted.
2963
2964     Signed-off-by: Jon Loeliger <jdl@freescale.com>
2965
2966 commit 902531788376046da212afd1661cffb62f3daa1c
2967 Author: Jon Loeliger <jdl@freescale.com>
2968 Date:   Tue Jul 10 11:02:44 2007 -0500
2969
2970     common/: Remove lingering references to CFG_CMD_* symbols.
2971
2972     Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
2973     Those always evaluated TRUE, and thus were always compiled
2974     even when IDE really wasn't defined/wanted.
2975
2976     Signed-off-by: Jon Loeliger <jdl@freescale.com>
2977
2978 commit d39b57415838c73fb0a37eca84de3c68ba990586
2979 Author: Jon Loeliger <jdl@freescale.com>
2980 Date:   Tue Jul 10 10:48:22 2007 -0500
2981
2982     board/[j-z]*: Remove lingering references to CFG_CMD_* symbols.
2983
2984     Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
2985     Those always evaluated TRUE, and thus were always compiled
2986     even when IDE really wasn't defined/wanted.
2987
2988     Signed-off-by: Jon Loeliger <jdl@freescale.com>
2989
2990 commit 77a318545d57aefa844752465b94c7e09a3f26d0
2991 Author: Jon Loeliger <jdl@freescale.com>
2992 Date:   Tue Jul 10 10:39:10 2007 -0500
2993
2994     board/[A-Za-i]*: Remove lingering references to CFG_CMD_* symbols.
2995
2996     Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
2997     Those always evaluated TRUE, and thus were always compiled
2998     even when IDE really wasn't defined/wanted.
2999
3000     Signed-off-by: Jon Loeliger <jdl@freescale.com>
3001
3002 commit 068b60a0eb7e73b243ca55399f2a7df76e2c3f3d
3003 Author: Jon Loeliger <jdl@freescale.com>
3004 Date:   Tue Jul 10 10:27:39 2007 -0500
3005
3006     cpu/ rtc/ include/: Remove lingering references to CFG_CMD_* symbols.
3007
3008     Signed-off-by: Jon Loeliger <jdl@freescale.com>
3009
3010 commit 079a136c3588814784561d6e4856970ee82d6e2a
3011 Author: Jon Loeliger <jdl@freescale.com>
3012 Date:   Tue Jul 10 10:12:10 2007 -0500
3013
3014     include/configs/[p-z]* + misc: Cleanup BOOTP and lingering CFG_CMD_*.
3015
3016     Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
3017     used to be included but CONFIG_BOOTP_MASK was not defined.
3018
3019     Remove lingering references to CFG_CMD_* symbols.
3020
3021     Signed-off-by: Jon Loeliger <jdl@freescale.com>
3022
3023 commit 7f5c01577400c74cc5bac74f41dd0d3c79df623c
3024 Author: Jon Loeliger <jdl@freescale.com>
3025 Date:   Tue Jul 10 09:38:02 2007 -0500
3026
3027     include/configs/[g-o]*: Cleanup BOOTP and lingering CFG_CMD_*.
3028
3029     Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
3030     used to be included but CONFIG_BOOTP_MASK was not defined.
3031
3032     Remove lingering references to CFG_CMD_* symbols.
3033
3034     Signed-off-by: Jon Loeliger <jdl@freescale.com>
3035
3036 commit 80ff4f99b84b64edca3fd10da365ec1493be1c95
3037 Author: Jon Loeliger <jdl@freescale.com>
3038 Date:   Tue Jul 10 09:29:01 2007 -0500
3039
3040     include/configs/[a-e]*: Cleanup BOOTP and lingering CFG_CMD_*.
3041
3042     Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
3043     used to be included but CONFIG_BOOTP_MASK was not defined.
3044
3045     Remove lingering references to CFG_CMD_* symbols.
3046
3047     Signed-off-by: Jon Loeliger <jdl@freescale.com>
3048
3049 commit a1aa0bb502e25fd598b5e0ccdfb2c174921d714a
3050 Author: Jon Loeliger <jdl@freescale.com>
3051 Date:   Tue Jul 10 09:22:23 2007 -0500
3052
3053     include/configs/[P-Z]*: Cleanup BOOTP and lingering CFG_CMD_*.
3054
3055     Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
3056     used to be included but CONFIG_BOOTP_MASK was not defined.
3057
3058     Remove lingering references to CFG_CMD_* symbols.
3059
3060     Signed-off-by: Jon Loeliger <jdl@freescale.com>
3061
3062 commit 659e2f6736232a08acca8785c206e2b4d9cd07d7
3063 Author: Jon Loeliger <jdl@freescale.com>
3064 Date:   Tue Jul 10 09:10:49 2007 -0500
3065
3066     include/configs/[J-O]*: Cleanup BOOTP and lingering CFG_CMD_*.
3067
3068     Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
3069     used to be included but CONFIG_BOOTP_MASK was not defined.
3070
3071     Remove lingering references to CFG_CMD_* symbols.
3072
3073     Signed-off-by: Jon Loeliger <jdl@freescale.com>
3074
3075 commit 11799434c5ff15a612577bb1ad1f4ea1a0595e4b
3076 Author: Jon Loeliger <jdl@freescale.com>
3077 Date:   Tue Jul 10 09:02:57 2007 -0500
3078
3079     include/configs/[A-I]*: Cleanup BOOTP and lingering CFG_CMD_*.
3080
3081     Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
3082     used to be included but CONFIG_BOOTP_MASK was not defined.
3083
3084     Remove lingering references to CFG_CMD_* symbols.
3085
3086     Signed-off-by: Jon Loeliger <jdl@freescale.com>
3087
3088 commit 1fe80d79c5c4e52d3410a7ab4b8515da095cdab3
3089 Author: Jon Loeliger <jdl@freescale.com>
3090 Date:   Mon Jul 9 22:08:34 2007 -0500
3091
3092     Finally retire cmd_confdefs.h and CONFIG_BOOTP_MASK!
3093
3094     All of the choices for CONFIG_BOOTP_ are now documented in
3095     the README file.  You must now individually select exactly
3096     the set that you want using a series of
3097         #define CONFIG_BOOTP_<x>
3098     statements in the board port config files now.
3099
3100     Signed-off-by: Jon Loeliger <jdl@freescale.com>
3101
3102 commit d3b8c1a743dcd31625c99e6a44590f207eb00028
3103 Author: Jon Loeliger <jdl@freescale.com>
3104 Date:   Mon Jul 9 21:57:31 2007 -0500
3105
3106     include/configs/[m-z]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
3107
3108     Signed-off-by: Jon Loeliger <jdl@freescale.com>
3109
3110 commit 2fd90ce575b02d189cbf443c85309bcd001aa393
3111 Author: Jon Loeliger <jdl@freescale.com>
3112 Date:   Mon Jul 9 21:48:26 2007 -0500
3113
3114     include/configs/[a-m]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
3115
3116     Signed-off-by: Jon Loeliger <jdl@freescale.com>
3117
3118 commit 37d4bb70586659dedef1658ce1bed071be098aec
3119 Author: Jon Loeliger <jdl@freescale.com>
3120 Date:   Mon Jul 9 21:38:02 2007 -0500
3121
3122     include/configs/[T-Z]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
3123
3124     Signed-off-by: Jon Loeliger <jdl@freescale.com>
3125
3126 commit 18225e8dd1950bd6dbf35011e436db7f474c187d
3127 Author: Jon Loeliger <jdl@freescale.com>
3128 Date:   Mon Jul 9 21:31:24 2007 -0500
3129
3130     include/configs/[P-S]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
3131
3132     Signed-off-by: Jon Loeliger <jdl@freescale.com>
3133
3134 commit 7be044e4ea644b0ef1c486dadc1a4c2665b4374d
3135 Author: Jon Loeliger <jdl@freescale.com>
3136 Date:   Mon Jul 9 21:24:19 2007 -0500
3137
3138     include/configs/[H-N]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
3139
3140     Signed-off-by: Jon Loeliger <jdl@freescale.com>
3141
3142 commit 5d2ebe1b3ef0055c661bb1a0d252bf252380069f
3143 Author: Jon Loeliger <jdl@freescale.com>
3144 Date:   Mon Jul 9 21:16:53 2007 -0500
3145
3146     include/configs/[A-G]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
3147
3148     Signed-off-by: Jon Loeliger <jdl@freescale.com>
3149
3150 commit f55f7f8d83f36021ab1f0e3d738f5d8c8083a7e3
3151 Author: Jon Loeliger <jdl@freescale.com>
3152 Date:   Mon Jul 9 19:12:30 2007 -0500
3153
3154     Retire CONFIG_COMMANDS finally.
3155     Strip old CFG_CMD_* symbols out.
3156
3157     Signed-off-by: Jon Loeliger <jdl@freescale.com>
3158
3159 commit b5501f7d720fed99ab0b42c83f5dea52868ce007
3160 Author: Jon Loeliger <jdl@freescale.com>
3161 Date:   Mon Jul 9 19:10:03 2007 -0500
3162
3163     Update README.* to reference new CONFIG_CMD_* names now.
3164
3165     Signed-off-by: Jon Loeliger <jdl@freescale.com>
3166
3167 commit 4431283c7e6d54ae180d466e51bf2d97471a0ad9
3168 Author: Jon Loeliger <jdl@freescale.com>
3169 Date:   Mon Jul 9 19:06:00 2007 -0500
3170
3171     cpu/m*: Remove obsolete references to CONFIG_COMMANDS
3172
3173     Signed-off-by: Jon Loeliger <jdl@freescale.com>
3174
3175 commit 3a1ed1e1f922c419bb71f7df4949d783ade369fa
3176 Author: Jon Loeliger <jdl@freescale.com>
3177 Date:   Mon Jul 9 18:57:22 2007 -0500
3178
3179     cpu/[7a-ln-z]*: Remove obsolete references to CONFIG_COMMANDS
3180
3181     Signed-off-by: Jon Loeliger <jdl@freescale.com>
3182
3183 commit ab3abcbabd840928fb1eb5122118ca466b5e5013
3184 Author: Jon Loeliger <jdl@freescale.com>
3185 Date:   Mon Jul 9 18:45:16 2007 -0500
3186
3187     board/[q-z]*: Remove obsolete references to CONFIG_COMMANDS
3188
3189     Signed-off-by: Jon Loeliger <jdl@freescale.com>
3190
3191 commit 3fe00109a5f12de55b6e25b1f98dfc24bc9090c9
3192 Author: Jon Loeliger <jdl@freescale.com>
3193 Date:   Mon Jul 9 18:38:39 2007 -0500
3194
3195     board/[m-p]*: Remove obsolete references to CONFIG_COMMANDS
3196
3197     Signed-off-by: Jon Loeliger <jdl@freescale.com>
3198
3199 commit c508a4cefd8a953fc64957650506a035e6e3d9d1
3200 Author: Jon Loeliger <jdl@freescale.com>
3201 Date:   Mon Jul 9 18:31:28 2007 -0500
3202
3203     board/[f-l]*: Remove obsolete references to CONFIG_COMMANDS
3204
3205     Signed-off-by: Jon Loeliger <jdl@freescale.com>
3206
3207 commit b9307262f8a9f3b5c9e15a6067eadc17407146f6
3208 Author: Jon Loeliger <jdl@freescale.com>
3209 Date:   Mon Jul 9 18:24:55 2007 -0500
3210
3211     board/[d-e]*: Remove obsolete references to CONFIG_COMMANDS
3212
3213     Signed-off-by: Jon Loeliger <jdl@freescale.com>
3214
3215 commit fcec2eb93e126400009729328e797f12bc94f1fd
3216 Author: Jon Loeliger <jdl@freescale.com>
3217 Date:   Mon Jul 9 18:19:09 2007 -0500
3218
3219     board/[A-Za-c]*: Remove obsolete references to CONFIG_COMMANDS
3220
3221     Signed-off-by: Jon Loeliger <jdl@freescale.com>
3222
3223 commit a593814f2be0c9cdc3133cd550b167b8a988328f
3224 Author: Jon Loeliger <jdl@freescale.com>
3225 Date:   Mon Jul 9 18:10:50 2007 -0500
3226
3227     rtc/: Remove obsolete references to CONFIG_COMMANDS
3228
3229     Signed-off-by: Jon Loeliger <jdl@freescale.com>
3230
3231 commit 67350568f9d46e66c21829f3513b3db0caeb948b
3232 Author: Jon Loeliger <jdl@freescale.com>
3233 Date:   Mon Jul 9 18:05:38 2007 -0500
3234
3235     lib_{arm,avr32,blackfin,generic,i386}/: Remove obsolete references to CONFIG_COMMANDS
3236
3237     Signed-off-by: Jon Loeliger <jdl@freescale.com>
3238
3239 commit 7def6b34f910f08d7ef0a14646da067719237ca2
3240 Author: Jon Loeliger <jdl@freescale.com>
3241 Date:   Mon Jul 9 18:02:11 2007 -0500
3242
3243     lib_{m68k,microblaze,mips,ppc}/: Remove obsolete references to CONFIG_COMMANDS
3244
3245     Signed-off-by: Jon Loeliger <jdl@freescale.com>
3246
3247 commit dd60d1223b99a88a7216f3e041fe40634ad4c2bb
3248 Author: Jon Loeliger <jdl@freescale.com>
3249 Date:   Mon Jul 9 17:56:50 2007 -0500
3250
3251     fs/: Remove obsolete references to CONFIG_COMMANDS
3252
3253     Signed-off-by: Jon Loeliger <jdl@freescale.com>
3254
3255 commit c91898bbc505aff3e12a807af88e76da18efb7ee
3256 Author: Jon Loeliger <jdl@freescale.com>
3257 Date:   Mon Jul 9 17:46:09 2007 -0500
3258
3259     tools/: Remove obsolete references to CONFIG_COMMANDS
3260
3261     Signed-off-by: Jon Loeliger <jdl@freescale.com>
3262
3263 commit 643d1ab23960950b52e0a2803c2d3ea4c558fa01
3264 Author: Jon Loeliger <jdl@freescale.com>
3265 Date:   Mon Jul 9 17:45:14 2007 -0500
3266
3267     net/: Remove obsolete references to CONFIG_COMMANDS
3268
3269     Signed-off-by: Jon Loeliger <jdl@freescale.com>
3270
3271 commit cb51c0bf88f95a1bca68324b0126f8eed8b43273
3272 Author: Jon Loeliger <jdl@freescale.com>
3273 Date:   Mon Jul 9 17:39:42 2007 -0500
3274
3275     drivers/[n-z]*: Remove obsolete references to CONFIG_COMMANDS
3276
3277     Signed-off-by: Jon Loeliger <jdl@freescale.com>
3278
3279 commit 07d38a17e964aec4c7827f0ee9a583bc8cc1ad6b
3280 Author: Jon Loeliger <jdl@freescale.com>
3281 Date:   Mon Jul 9 17:30:01 2007 -0500
3282
3283     drivers/[a-m]*: Remove obsolete references to CONFIG_COMMANDS
3284
3285     Signed-off-by: Jon Loeliger <jdl@freescale.com>
3286
3287 commit cde5c64d17cf4834aa7b5c373f288bc7dad27b29
3288 Author: Jon Loeliger <jdl@freescale.com>
3289 Date:   Mon Jul 9 17:22:37 2007 -0500
3290
3291     disk/: Remove obsolete references to CONFIG_COMMANDS
3292
3293     Signed-off-by: Jon Loeliger <jdl@freescale.com>
3294
3295 commit 639221c76c88215bd55af83ad174fc30d1940f8f
3296 Author: Jon Loeliger <jdl@freescale.com>
3297 Date:   Mon Jul 9 17:15:49 2007 -0500
3298
3299     include/: Remove obsolete references to CONFIG_COMMANDS
3300     Mostly removed from comments here.
3301
3302     Signed-off-by: Jon Loeliger <jdl@freescale.com>
3303
3304 commit 4ef218f6fdf8d747f4589da5252b004e7d2c2876
3305 Author: Wolfgang Denk <wd@denx.de>
3306 Date:   Tue Jul 10 00:01:28 2007 +0200
3307
3308     Coding style cleanup; update CHANGELOG.
3309
3310     Signed-off-by: Wolfgang Denk <wd@denx.de>
3311
3312 commit c8603cfbd4573379a6076c9c208545ba2bbf019a
3313 Author: Stefan Roese <sr@denx.de>
3314 Date:   Mon Jul 9 11:00:24 2007 +0200
3315
3316     Small coding style cleanup
3317
3318     Signed-off-by: Stefan Roese <sr@denx.de>
3319
3320 commit 0f92c7e7c9a62755b1457d3c46f93c8c1f6c19fc
3321 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
3322 Date:   Mon Jul 9 10:10:08 2007 +0200
3323
3324     Migrate esd 405EP boards to new NAND subsystem
3325
3326     Remove unused CFG_NAND_LEGACY define
3327
3328     These boards to not have NAND.
3329
3330     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
3331
3332 commit bd84ee4c2020c3a6861f4bb2e7ea0fb49f82e803
3333 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
3334 Date:   Mon Jul 9 10:10:06 2007 +0200
3335
3336     Migrate esd 405EP boards to new NAND subsystem
3337
3338     Migrate esd 405EP boards to new NAND subsystem
3339
3340     -cleanup
3341     -use correct io accessors (in/out_be32())
3342
3343     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
3344
3345 commit e09f7ab5749c345f924da272bea0521a73af5b11
3346 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
3347 Date:   Mon Jul 9 10:10:04 2007 +0200
3348
3349     Migrate esd 405EP boards to new NAND subsystem
3350
3351     This patch prepares the migration from the legacy NAND driver
3352     to U-Boot's new NAND subsystem for esd boards.
3353
3354     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
3355
3356 commit c3517f919d0f61650cf3027fd4faf0f631142f6c
3357 Author: Jon Loeliger <jdl@freescale.com>
3358 Date:   Sun Jul 8 18:10:08 2007 -0500
3359
3360     common/* non-cmd*: Remove obsolete references to CONFIG_COMMANDS
3361
3362     Signed-off-by: Jon Loeliger <jdl@freescale.com>
3363
3364 commit fd9bcaa35be64fe41a4223fdb6ecdbad52470b39
3365 Author: Jon Loeliger <jdl@freescale.com>
3366 Date:   Sun Jul 8 18:05:39 2007 -0500
3367
3368     common/cmd_[p-x]*: Remove obsolete references to CONFIG_COMMANDS.
3369
3370     Signed-off-by: Jon Loeliger <jdl@freescale.com>
3371
3372 commit c76fe47425afc7d5d670ff0539823c85d65d9c42
3373 Author: Jon Loeliger <jdl@freescale.com>
3374 Date:   Sun Jul 8 18:02:23 2007 -0500
3375
3376     common/cmd_[i-n]*: Remove obsolete references to CONFIG_COMMANDS.
3377
3378     Signed-off-by: Jon Loeliger <jdl@freescale.com>
3379
3380 commit baa26db4113679b80970ff447d91cc10217742a6
3381 Author: Jon Loeliger <jdl@freescale.com>
3382 Date:   Sun Jul 8 17:51:39 2007 -0500
3383
3384     common/cmd_[af]*: Remove obsolete references to CONFIG_COMMANDS.
3385
3386     Signed-off-by: Jon Loeliger <jdl@freescale.com>
3387
3388 commit af075ee96e52dda7b6bca6c937588aeaaec5f2cd
3389 Author: Jon Loeliger <jdl@freescale.com>
3390 Date:   Sun Jul 8 17:02:01 2007 -0500
3391
3392     Clear up confusion over the CMD_POST and POST_DIAG mess.
3393
3394     For some reason, CONFIG_POST permeated as CONFIG_CMD_POST_DIAG
3395     when it really means just CONFIG_CMD_DIAG.  There is no CMD_POST.
3396     Clear this mess up some.
3397
3398     Signed-off-by: Jon Loeliger <jdl@freescale.com>
3399
3400 commit b3631487105a57ab7cbadfc26efbaf9676275018
3401 Author: Jon Loeliger <jdl@freescale.com>
3402 Date:   Sun Jul 8 15:45:08 2007 -0500
3403
3404     Remove references to the old cmd_confdefs.h include file.
3405
3406     Signed-off-by: Jon Loeliger <jdl@freescale.com>
3407
3408 commit a22d4da95e20049b4daa1c2a022f61e8a72f2fb6
3409 Author: Jon Loeliger <jdl@freescale.com>
3410 Date:   Sun Jul 8 15:42:59 2007 -0500
3411
3412     include/configs: Catch some CONFIG_CMD_* conversion stragglers.
3413
3414     Use new CONFIG_CMD_* in lwmon5.h board config file.
3415     Fix CONFIG_CMD_* typo braindamage in omap1510inn.h
3416
3417     Signed-off-by: Jon Loeliger <jdl@freescale.com>
3418
3419 commit a5562901661bd428f7e5feb333f796372cb81019
3420 Author: Jon Loeliger <jdl@freescale.com>
3421 Date:   Sun Jul 8 15:31:57 2007 -0500
3422
3423     include/configs: Use new CONFIG_CMD_* in various [TUVWZYZ]* named board config files.
3424
3425     Signed-off-by: Jon Loeliger <jdl@freescale.com>
3426
3427 commit fe7f782d5b8c64a0195c68c31a0a11d4f641355e
3428 Author: Jon Loeliger <jdl@freescale.com>
3429 Date:   Sun Jul 8 15:02:44 2007 -0500
3430
3431     include/configs: Use new CONFIG_CMD_* in various S* named board config files.
3432
3433     Signed-off-by: Jon Loeliger <jdl@freescale.com>
3434
3435 commit e9a0f8f15c11f337967aa0600ad6e8af33037f50
3436 Author: Jon Loeliger <jdl@freescale.com>
3437 Date:   Sun Jul 8 15:12:40 2007 -0500
3438
3439     include/configs: Use new CONFIG_CMD_* in various R* named board config files.
3440
3441     Signed-off-by: Jon Loeliger <jdl@freescale.com>
3442
3443 commit 12aa9fd23d724bd6ab88e1baa0db35133a27303f
3444 Author: Jon Loeliger <jdl@freescale.com>
3445 Date:   Sun Jul 8 14:55:07 2007 -0500
3446
3447     include/configs: Use new CONFIG_CMD_* in various Q* named board config files.
3448
3449     Signed-off-by: Jon Loeliger <jdl@freescale.com>
3450
3451 commit acf0269779422f3e147d2ddfb499c9f6ff10ad5e
3452 Author: Jon Loeliger <jdl@freescale.com>
3453 Date:   Sun Jul 8 14:49:44 2007 -0500
3454
3455     include/configs: Use new CONFIG_CMD_* in various P* named board config files.
3456
3457     Signed-off-by: Jon Loeliger <jdl@freescale.com>
3458
3459 commit e18a1061a8630cb67995fdf99afd3fb50d1b187d
3460 Author: Jon Loeliger <jdl@freescale.com>
3461 Date:   Sun Jul 8 14:21:43 2007 -0500
3462
3463     include/configs: Use new CONFIG_CMD_* in various [NO]* named board config files.
3464
3465     Signed-off-by: Jon Loeliger <jdl@freescale.com>
3466
3467 commit 8353e139bfad9059c54f5b2421f1a3090e15a2e2
3468 Author: Jon Loeliger <jdl@freescale.com>
3469 Date:   Sun Jul 8 14:14:17 2007 -0500
3470
3471     include/configs: Use new CONFIG_CMD_* in various M* named board config files.
3472
3473     Signed-off-by: Jon Loeliger <jdl@freescale.com>
3474
3475 commit 348f258f24253433e4a2302a0bbceb6740a67246
3476 Author: Jon Loeliger <jdl@freescale.com>
3477 Date:   Sun Jul 8 13:46:18 2007 -0500
3478
3479     include/configs: Use new CONFIG_CMD_* in various [IJKL]* named board config files.
3480
3481     Signed-off-by: Jon Loeliger <jdl@freescale.com>
3482
3483 commit 6c4f4da9bfc9f9403f54fce678ed0364b7c86a6a
3484 Author: Jon Loeliger <jdl@freescale.com>
3485 Date:   Sun Jul 8 10:09:35 2007 -0500
3486
3487     include/configs: Use new CONFIG_CMD_* in various H* named board config files.
3488
3489     Signed-off-by: Jon Loeliger <jdl@freescale.com>
3490
3491 commit 60a0876b5106b34220e459c208bbf648073306c0
3492 Author: Jon Loeliger <jdl@freescale.com>
3493 Date:   Sat Jul 7 21:04:26 2007 -0500
3494
3495     include/configs: Use new CONFIG_CMD_* in various F* and G* named board config files.
3496
3497     Signed-off-by: Jon Loeliger <jdl@freescale.com>
3498
3499 commit dcaa71562826a2466e894c868d132509dcda8444
3500 Author: Jon Loeliger <jdl@freescale.com>
3501 Date:   Sat Jul 7 20:56:05 2007 -0500
3502
3503     include/configs: Use new CONFIG_CMD_* in various E* named board config files.
3504
3505     Signed-off-by: Jon Loeliger <jdl@freescale.com>
3506
3507 commit 3c3227f3c737502311b25b72084573901cbbf17d
3508 Author: Jon Loeliger <jdl@freescale.com>
3509 Date:   Sat Jul 7 20:40:43 2007 -0500
3510
3511     include/configs: Use new CONFIG_CMD_* in various D* named board config files.
3512
3513     Signed-off-by: Jon Loeliger <jdl@freescale.com>
3514
3515 commit 49cf7e8ee7ef943fdfe866ce28410b0bfbf6a26c
3516 Author: Jon Loeliger <jdl@freescale.com>
3517 Date:   Thu Jul 5 19:52:35 2007 -0500
3518
3519     include/configs: Use new CONFIG_CMD_* in various C* named board config files.
3520
3521     Signed-off-by: Jon Loeliger <jdl@freescale.com>
3522
3523 commit de8b2a6e33298dcdb10bdda48db25e53c3089eba
3524 Author: Jon Loeliger <jdl@freescale.com>
3525 Date:   Thu Jul 5 19:32:07 2007 -0500
3526
3527     include/configs: Use new CONFIG_CMD_* in various B* named board config files.
3528
3529     Signed-off-by: Jon Loeliger <jdl@freescale.com>
3530
3531 commit 498ff9a228485bd4b9f23d066bada268f9add1dd
3532 Author: Jon Loeliger <jdl@freescale.com>
3533 Date:   Thu Jul 5 19:13:52 2007 -0500
3534
3535     include/configs: Use new CONFIG_CMD_* in various A* named board config files.
3536
3537     Since ADS860.h includes "board/fads/fads.h" with ramifications
3538     on the CONFIG_COMMAND treatment, it too has to be adjusted to
3539     exclude already configured commands in this same commit.
3540
3541     Signed-off-by: Jon Loeliger <jdl@freescale.com>
3542
3543 commit 10e038932f22ee80ebd53de312531e70e6590a2f
3544 Author: Thomas Knobloch <knobloch@siemens.com>
3545 Date:   Fri Jul 6 14:58:39 2007 +0200
3546
3547     [NAND] Bad block skipping for command nboot
3548
3549     The old implementation of command nboot does not support reading the image from
3550     NAND flash with skipping of bad blocks. The patch implements a new version of
3551     the nboot command: by calling nboot.jffs2 from the u-boot command line the
3552     command will load the image from NAND flash with respect to bad blocks (by using
3553     nand_read_opts()). This is similar to e.g. the NAND read command: "nand
3554     read.jffs2 ...".
3555
3556     Signed-off-by: Thomas Knobloch <knobloch@siemens.com>
3557     Signed-off-by: Stefan Roese <sr@denx.de>
3558
3559 commit 334043f601a90ac53e5ecc846fbb73a1ef38cb1f
3560 Author: Stefan Roese <sr@denx.de>
3561 Date:   Fri Jul 6 12:26:51 2007 +0200
3562
3563     ppc4xx: Update lwmon5 default environment
3564
3565     Signed-off-by: Stefan Roese <sr@denx.de>
3566
3567 commit 5d187430a055d62f17ca84d75e7245439d1f7e75
3568 Author: Stefan Roese <sr@denx.de>
3569 Date:   Fri Jul 6 11:48:24 2007 +0200
3570
3571     ppc4xx: Update lwmon5 board
3572
3573     Add unlock=yes environment variable to default variables to unlock
3574     the CFI flash by default.
3575
3576     Signed-off-by: Stefan Roese <sr@denx.de>
3577
3578 commit 6b0a174a1e6f55e1f5a1fbb223cdad7645a4646e
3579 Author: Stefan Roese <sr@denx.de>
3580 Date:   Fri Jul 6 09:45:47 2007 +0200
3581
3582     Fix problem with get/setdcr commands introduced by cfg patches
3583
3584     Signed-off-by: Stefan Roese <sr@denx.de>
3585
3586 commit f1152f8c28db4a22087c21c618a3f7baa48e9a4f
3587 Author: Wolfgang Denk <wd@denx.de>
3588 Date:   Fri Jul 6 02:50:19 2007 +0200
3589
3590     Code cleanup and default config update for STC GP3 SSA board.
3591
3592     Signed-off-by: Wolfgang Denk <wd@denx.de>
3593
3594 commit e4dbe1b215f5c6c462e76909d240bd96472b84de
3595 Author: Wolfgang Denk <wd@denx.de>
3596 Date:   Thu Jul 5 17:56:27 2007 +0200
3597
3598     Fixing some typos etc. introduced mainly by cfg patches.
3599
3600     Signed-off-by: Wolfgang Denk <wd@denx.de>
3601
3602 commit b6b4684546809f89c8bac72863ca49b5fd8ac0cd
3603 Author: Wolfgang Denk <wd@denx.de>
3604 Date:   Thu Jul 5 11:12:16 2007 +0200
3605
3606     Minor coding style cleanup. Update CHANGELOG.
3607
3608 commit dca3b3d6d6396b67e5e84af53452164923c73443
3609 Author: Jon Loeliger <jdl@jdl.com>
3610 Date:   Wed Jul 4 22:33:46 2007 -0500
3611
3612     include/configs: Use new CONFIG_CMD_* in various [v-z]* named board config files.
3613
3614     Signed-off-by: Jon Loeliger <jdl@freescale.com>
3615
3616 commit 6c18eb9804b525f3e4f3bb3d014dd69a200d9fa7
3617 Author: Jon Loeliger <jdl@jdl.com>
3618 Date:   Wed Jul 4 22:33:38 2007 -0500
3619
3620     include/configs: Use new CONFIG_CMD_* in various t* and u* named board config files.
3621
3622     Signed-off-by: Jon Loeliger <jdl@freescale.com>
3623
3624 commit 46da1e96b7db14f4fcd2c92544e7c0862024bc76
3625 Author: Jon Loeliger <jdl@jdl.com>
3626 Date:   Wed Jul 4 22:33:30 2007 -0500
3627
3628     include/configs: Use new CONFIG_CMD_* in various s* named board config files.
3629
3630     Signed-off-by: Jon Loeliger <jdl@freescale.com>
3631
3632 commit 90cc3eb6d2be856d9ddd81436de9cf343bc6b5c8
3633 Author: Jon Loeliger <jdl@jdl.com>
3634 Date:   Wed Jul 4 22:33:23 2007 -0500
3635
3636     include/configs: Use new CONFIG_CMD_* in various q* and r* named board config files.
3637
3638     Signed-off-by: Jon Loeliger <jdl@freescale.com>
3639
3640 commit 26a34560d56a9df5bc2ae23525d9229736134757
3641 Author: Jon Loeliger <jdl@jdl.com>
3642 Date:   Wed Jul 4 22:33:17 2007 -0500
3643
3644     include/configs: Use new CONFIG_CMD_* in various p* named board config files.
3645
3646     Signed-off-by: Jon Loeliger <jdl@freescale.com>
3647
3648 commit a5cb23092a7d31490a33d4ec871468b63babfa3c
3649 Author: Jon Loeliger <jdl@jdl.com>
3650 Date:   Wed Jul 4 22:33:13 2007 -0500
3651
3652     include/configs: Use new CONFIG_CMD_* in various o* named board config files.
3653
3654     Signed-off-by: Jon Loeliger <jdl@freescale.com>
3655
3656 commit 929a2bfd142737003a8fc32e1b86e1f2c1850257
3657 Author: Jon Loeliger <jdl@jdl.com>
3658 Date:   Wed Jul 4 22:33:07 2007 -0500
3659
3660     include/configs: Use new CONFIG_CMD_* in various n* named board config files.
3661
3662     Signed-off-by: Jon Loeliger <jdl@freescale.com>
3663
3664 commit 5dc11a511960d490f7f01ffd746edfe6277f99b0
3665 Author: Jon Loeliger <jdl@jdl.com>
3666 Date:   Wed Jul 4 22:33:01 2007 -0500
3667
3668     include/configs: Use new CONFIG_CMD_* in various m* named board config files.
3669
3670     Signed-off-by: Jon Loeliger <jdl@freescale.com>
3671
3672 commit 9bbb1c0820c1fbd3811ab6ee4ba0f6c6f76b27e4
3673 Author: Jon Loeliger <jdl@jdl.com>
3674 Date:   Wed Jul 4 22:32:57 2007 -0500
3675
3676     include/configs: Use new CONFIG_CMD_* in various l* named board config files.
3677
3678     Signed-off-by: Jon Loeliger <jdl@freescale.com>
3679
3680 commit bc234c129fa04fb9fa33530930e5cbc6084cd47a
3681 Author: Jon Loeliger <jdl@jdl.com>
3682 Date:   Wed Jul 4 22:32:51 2007 -0500
3683
3684     include/configs: Use new CONFIG_CMD_* in various j* and k* named board config files.
3685
3686     Signed-off-by: Jon Loeliger <jdl@freescale.com>
3687
3688 commit 1d2c6bc491969f8d8fb34c8e30e8bea7a2af9c31
3689 Author: Jon Loeliger <jdl@jdl.com>
3690 Date:   Wed Jul 4 22:32:32 2007 -0500
3691
3692     include/configs: Use new CONFIG_CMD_* in various i* named board config files.
3693
3694     Signed-off-by: Jon Loeliger <jdl@freescale.com>
3695
3696 commit 48d5d102a2f2e619c92050b9aedbb69689185bc0
3697 Author: Jon Loeliger <jdl@jdl.com>
3698 Date:   Wed Jul 4 22:32:25 2007 -0500
3699
3700     include/configs: Use new CONFIG_CMD_* in various h* named board config files.
3701
3702     Signed-off-by: Jon Loeliger <jdl@freescale.com>
3703
3704 commit 72eb0efaed7048afcc61fc6f0085c49394b5dc36
3705 Author: Jon Loeliger <jdl@jdl.com>
3706 Date:   Wed Jul 4 22:32:19 2007 -0500
3707
3708     include/configs: Use new CONFIG_CMD_* in various g* named board config files.
3709
3710     Signed-off-by: Jon Loeliger <jdl@freescale.com>
3711
3712 commit 1bec3d3002d3bbbae6f2468a0f7376db1120d33e
3713 Author: Jon Loeliger <jdl@jdl.com>
3714 Date:   Wed Jul 4 22:32:10 2007 -0500
3715
3716     include/configs: Use new CONFIG_CMD_* in various e* named board config files.
3717
3718     Signed-off-by: Jon Loeliger <jdl@freescale.com>
3719
3720 commit ab999ba1b31ebe78dd16374394a55d7c6e5aa6e4
3721 Author: Jon Loeliger <jdl@jdl.com>
3722 Date:   Wed Jul 4 22:32:03 2007 -0500
3723
3724     include/configs: Use new CONFIG_CMD_* in various d* named board config files.
3725
3726     Signed-off-by: Jon Loeliger <jdl@freescale.com>
3727
3728 commit 37e4f24b87fa255ae456d193b7cd23c18dd1d56b
3729 Author: Jon Loeliger <jdl@jdl.com>
3730 Date:   Wed Jul 4 22:31:56 2007 -0500
3731
3732     include/configs: Use new CONFIG_CMD_* in various c* named board config files.
3733
3734     Signed-off-by: Jon Loeliger <jdl@freescale.com>
3735
3736 commit ba2351f9d1e841bd00ea6dad1e3c16d0259ad264
3737 Author: Jon Loeliger <jdl@jdl.com>
3738 Date:   Wed Jul 4 22:31:49 2007 -0500
3739
3740     include/configs: Use new CONFIG_CMD_* in various b* named board config files.
3741
3742     Signed-off-by: Jon Loeliger <jdl@freescale.com>
3743
3744 commit 0b361c916617aff79e647b40f0e43361e0bbaccf
3745 Author: Jon Loeliger <jdl@jdl.com>
3746 Date:   Wed Jul 4 22:31:42 2007 -0500
3747
3748     include/configs: Use new CONFIG_CMD_* in various a* named board config files.
3749
3750     Signed-off-by: Jon Loeliger <jdl@freescale.com>
3751
3752 commit b730cda82e362df6a22f4c59c0a9b97e885b1014
3753 Author: Jon Loeliger <jdl@jdl.com>
3754 Date:   Wed Jul 4 22:31:35 2007 -0500
3755
3756     include/configs: Use new CONFIG_CMD_* in mpc5xx board config files.
3757
3758     Signed-off-by: Jon Loeliger <jdl@freescale.com>
3759
3760 commit d794cfefead5fc177cf4f41164e80382e9c9484a
3761 Author: Jon Loeliger <jdl@jdl.com>
3762 Date:   Wed Jul 4 22:31:15 2007 -0500
3763
3764     include/configs: Use new CONFIG_CMD_* in various 5200 board config files.
3765
3766     Signed-off-by: Jon Loeliger <jdl@freescale.com>
3767
3768 commit ef0df52ab49eea4a30c15087fd27d54c1d946f2c
3769 Author: Jon Loeliger <jdl@jdl.com>
3770 Date:   Wed Jul 4 22:31:07 2007 -0500
3771
3772     include/configs: Use new CONFIG_CMD_* in STx board config files.
3773
3774     Signed-off-by: Jon Loeliger <jdl@freescale.com>
3775
3776 commit 866e3089bfc826bb4dc74637f8aad87a3bab79fc
3777 Author: Jon Loeliger <jdl@jdl.com>
3778 Date:   Wed Jul 4 22:30:58 2007 -0500
3779
3780     include/configs: Use new CONFIG_CMD_* in sbc* board config files.
3781
3782     Signed-off-by: Jon Loeliger <jdl@freescale.com>
3783
3784 commit 2694690e285acaa34922f55f4b5ae030da60c55a
3785 Author: Jon Loeliger <jdl@jdl.com>
3786 Date:   Wed Jul 4 22:30:50 2007 -0500
3787
3788     include/configs: Use new CONFIG_CMD_* in TQM board config files.
3789
3790     Signed-off-by: Jon Loeliger <jdl@freescale.com>
3791
3792 commit 1cc4c458329765b58e584a19821e796b3c10e976
3793 Author: Jon Loeliger <jdl@jdl.com>
3794 Date:   Wed Jul 4 22:30:28 2007 -0500
3795
3796     include/configs: Use new CONFIG_CMD_* in 82xx board config files.
3797
3798     Signed-off-by: Jon Loeliger <jdl@freescale.com>
3799
3800 commit 8ea5499afdaba0acf60923dd99001c399d4a7c8e
3801 Author: Jon Loeliger <jdl@jdl.com>
3802 Date:   Wed Jul 4 22:30:06 2007 -0500
3803
3804     include/configs: Use new CONFIG_CMD_* in 83xx board config files.
3805
3806     Signed-off-by: Jon Loeliger <jdl@freescale.com>
3807
3808 commit b44896215a09c60fa40cae906f7ed207bbc2c492
3809 Author: Sergei Poselenov <sposelenov@emcraft.com>
3810 Date:   Thu Jul 5 08:17:37 2007 +0200
3811
3812     Merged POST framework with the current TOT.
3813
3814     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
3815
3816 commit b24629fa377214d63bb40d1360e354b6d3e4af56
3817 Author: Jon Loeliger <jdl@jdl.com>
3818 Date:   Wed Jun 13 13:23:15 2007 -0500
3819
3820     mpc86xx: Remove old CFG_CMD_* references.
3821
3822     Signed-off-by: Jon Loeliger <jdl@freescale.com>
3823
3824 commit 46175d9764da129bb4fd341cd2554dc7d55f5b2a
3825 Author: Jon Loeliger <jdl@jdl.com>
3826 Date:   Wed Jun 13 13:22:54 2007 -0500
3827
3828     Add MPC8568MDS to MAKEALL 85xx target.
3829
3830     It was missing from the original port submission.
3831
3832     Signed-off-by: Jon Loeliger <jdl@freescale.com>
3833
3834 commit 2835e518c969e5124ba1174eef3e8375e12fa7d5
3835 Author: Jon Loeliger <jdl@jdl.com>
3836 Date:   Wed Jun 13 13:22:08 2007 -0500
3837
3838     include/configs: Use new CONFIG_CMD_* in 85xx board config files.
3839
3840     Signed-off-by: Jon Loeliger <jdl@freescale.com>
3841
3842 commit 56b304ac2091689506088a9ae67f63fd6300cf16
3843 Author: Jon Loeliger <jdl@jdl.com>
3844 Date:   Wed Jun 13 13:21:37 2007 -0500
3845
3846     Fix #if typo in CONFIG_CMD_* changes.
3847
3848     Signed-off-by: Jon Loeliger <jdl@freescale.com>
3849
3850 commit f780b83316d9af1f61d71cc88b1917b387b9b995
3851 Author: Niklaus Giger <niklausgiger@gmx.ch>
3852 Date:   Wed Jun 27 18:11:38 2007 +0200
3853
3854     resubmit: ppc4xx: Remove sequoia/sequioa.h. Cleanup ppc440.h for PPC440EPX
3855
3856     Signed-off-by: Niklaus Giger <niklaus.giger@nestal.com>
3857
3858 commit 04e6c38b766eaa2f3287561563c9e215e0c3a0d4
3859 Author: Stefan Roese <sr@denx.de>
3860 Date:   Wed Jul 4 10:06:30 2007 +0200
3861
3862     ppc4xx: Update lwmon5 board
3863
3864     - Add optional ECC generation routine to preserve existing
3865       RAM values. This is needed for the Linux log-buffer support
3866     - Add optional DDR2 setup with CL=4
3867     - GPIO50 not used anymore
3868     - Lime register setup added
3869
3870     Signed-off-by: Stefan Roese <sr@denx.de>
3871
3872 commit 6810a34677dbc446334f5e451f1682426dd33b49
3873 Author: Grant Likely <grant.likely@secretlab.ca>
3874 Date:   Tue Jul 3 00:17:28 2007 -0600
3875
3876     Fix Makefile to use $(MKCONFIG) macro for all board ports
3877
3878     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
3879
3880 commit 90b1b2d69b9396ff2f01165ebc16c9a594eb5926
3881 Author: Grant Likely <grant.likely@secretlab.ca>
3882 Date:   Tue Jul 3 00:17:28 2007 -0600
3883
3884     Fix Makefile to use $(MKCONFIG) macro for all board ports
3885
3886     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
3887
3888 commit 057004f4a4863554d56cc56268bfa7c7d9738e27
3889 Author: Grant Likely <grant.likely@secretlab.ca>
3890 Date:   Tue Jul 3 00:34:49 2007 -0600
3891
3892     Correct fixup relocation for mpc83xx
3893
3894     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
3895
3896 commit 5af61b2f4b838a05f79be274f3e5a66edd2d9c96
3897 Author: Grant Likely <grant.likely@secretlab.ca>
3898 Date:   Tue Jul 3 00:34:44 2007 -0600
3899
3900     Correct fixup relocation for mpc8260
3901
3902     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
3903
3904 commit f3a52fe05923935db86985daf9438e2f70ac39aa
3905 Author: Grant Likely <grant.likely@secretlab.ca>
3906 Date:   Tue Jul 3 00:34:39 2007 -0600
3907
3908     Correct fixup relocation for mpc824x
3909
3910     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
3911
3912 commit a85dd254c0577fca13627c46e93fc2ad4c4f1f00
3913 Author: Grant Likely <grant.likely@secretlab.ca>
3914 Date:   Tue Jul 3 00:34:34 2007 -0600
3915
3916     Correct fixup relocation for mpc8220
3917
3918     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
3919
3920 commit 6f7576b20ecf0d040c3ac3b032b5cbc860e38a90
3921 Author: Grant Likely <grant.likely@secretlab.ca>
3922 Date:   Tue Jul 3 00:34:29 2007 -0600
3923
3924     Correct fixup relocation for MPC5xxx
3925
3926     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
3927
3928 commit 3649cd99ba815b6601868735765602f00ef3692b
3929 Author: Grant Likely <grant.likely@secretlab.ca>
3930 Date:   Tue Jul 3 00:34:24 2007 -0600
3931
3932     Correct relocation fixup for mpc5xx
3933
3934     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
3935
3936 commit f82b3b6304b620ef7e28bfaa1ea887a2ad2fa325
3937 Author: Grant Likely <grant.likely@secretlab.ca>
3938 Date:   Tue Jul 3 00:34:19 2007 -0600
3939
3940     Don't set gd->reloc_off if relocation of .fixup works correctly
3941
3942     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
3943
3944 commit e1a6144c32dc7de73bcdd33995de0148cbd0bd28
3945 Author: Grant Likely <grant.likely@secretlab.ca>
3946 Date:   Tue Jul 3 00:34:14 2007 -0600
3947
3948     Remove obsolete mpc83xx linker scripts
3949
3950     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
3951
3952 commit 17e32fc3908bf7089d3f16fc82a1c3ae674dd65b
3953 Author: Grant Likely <grant.likely@secretlab.ca>
3954 Date:   Tue Jul 3 00:34:09 2007 -0600
3955
3956     Consolidate mpc8260 linker scripts
3957
3958     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
3959
3960 commit af7d38b393690d7eeaf418ac85a1e831a50d5fd0
3961 Author: Grant Likely <grant.likely@secretlab.ca>
3962 Date:   Tue Jul 3 00:34:04 2007 -0600
3963
3964     Remove obsolete mpc824x linker scripts
3965
3966     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
3967
3968 commit f94a3aecebc40ca0939c7d66d010009cf51be9e2
3969 Author: Grant Likely <grant.likely@secretlab.ca>
3970 Date:   Tue Jul 3 00:33:59 2007 -0600
3971
3972     Remove obsolete mpc824x linker scripts (3 of 4)
3973
3974     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
3975
3976 commit a71c084f3ac7fedf144537db2b2da47323068833
3977 Author: Grant Likely <grant.likely@secretlab.ca>
3978 Date:   Tue Jul 3 00:33:53 2007 -0600
3979
3980     Remove obsolete mpc824x linker scripts (2 of 4)
3981
3982     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
3983
3984 commit f670a15468d1365241d40022b9408e1004181f5e
3985 Author: Grant Likely <grant.likely@secretlab.ca>
3986 Date:   Tue Jul 3 00:33:48 2007 -0600
3987
3988     Remove obsolete mpc824x linker scripts (1 of 4)
3989
3990     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
3991
3992 commit 09555bd45a04c0e54f172528d21bc18896550d28
3993 Author: Grant Likely <grant.likely@secretlab.ca>
3994 Date:   Tue Jul 3 00:33:43 2007 -0600
3995
3996     Remove obsolete mpc8220 linker scripts
3997
3998     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
3999
4000 commit 5efb992f046e51225c93d52f80fecbe433abd789
4001 Author: Grant Likely <grant.likely@secretlab.ca>
4002 Date:   Tue Jul 3 00:33:38 2007 -0600
4003
4004     Remove obsolete mpc5xxx linker scripts (3 of 3)
4005
4006     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
4007
4008 commit 07c13dfef65b31647e69d8b61daa1eec598add1a
4009 Author: Grant Likely <grant.likely@secretlab.ca>
4010 Date:   Tue Jul 3 00:33:33 2007 -0600
4011
4012     Remove obsolete mpc5xxx linker scripts (2 of 3)
4013
4014     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
4015
4016 commit b4f67513a624ce85866c66c575bd2d9d7977d7f0
4017 Author: Grant Likely <grant.likely@secretlab.ca>
4018 Date:   Tue Jul 3 00:33:28 2007 -0600
4019
4020     Remove obsolete mpc5xxx linker scripts (1 of 3)
4021
4022     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
4023
4024 commit b7d8e05f8675249b5f208aa73babeed384a4519d
4025 Author: Grant Likely <grant.likely@secretlab.ca>
4026 Date:   Tue Jul 3 00:33:23 2007 -0600
4027
4028     Remove obsolete mpc5xx linker scripts
4029
4030     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
4031
4032 commit 416a0b6d40f6eba3a2fc547253c16bda28d922f7
4033 Author: Grant Likely <grant.likely@secretlab.ca>
4034 Date:   Tue Jul 3 00:33:18 2007 -0600
4035
4036     Consolidate mpc83xx linker scripts
4037
4038     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
4039
4040 commit 5fc59175b92883ed5d2666a04e6bc49e70a4a365
4041 Author: Grant Likely <grant.likely@secretlab.ca>
4042 Date:   Tue Jul 3 00:33:13 2007 -0600
4043
4044     Consolidate mpc8260 linker scripts
4045
4046     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
4047
4048 commit 737f9eb02d7335df2b3e4d7a4d3348784d1da207
4049 Author: Grant Likely <grant.likely@secretlab.ca>
4050 Date:   Tue Jul 3 00:33:08 2007 -0600
4051
4052     Consolidate mpc824x linker scripts
4053
4054     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
4055
4056 commit 9c757b789a59a855db57b448dd825329c4e9c4a0
4057 Author: Grant Likely <grant.likely@secretlab.ca>
4058 Date:   Tue Jul 3 00:33:03 2007 -0600
4059
4060     Consolidate mpc8220 linker scripts
4061
4062     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
4063
4064 commit d181c9a15cd41863fe24840d17848429f27d3c8c
4065 Author: Grant Likely <grant.likely@secretlab.ca>
4066 Date:   Tue Jul 3 00:32:58 2007 -0600
4067
4068     Consolidate mpc5xxx linker scripts
4069
4070     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
4071
4072 commit 287ac924adb7291bebe5086652a362a30ab28b13
4073 Author: Grant Likely <grant.likely@secretlab.ca>
4074 Date:   Tue Jul 3 00:32:53 2007 -0600
4075
4076     Consolidate mpc5xx linker scripts
4077
4078     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
4079
4080 commit 52b8704d0245e589f86d462e9ec25aeb7ecbbbdd
4081 Author: Wolfgang Denk <wd@denx.de>
4082 Date:   Wed Jul 4 00:43:53 2007 +0200
4083
4084     Fix a few file permission problems.
4085
4086     Signed-off-by: Wolfgang Denk <wd@denx.de>
4087
4088 commit 78e0cf2de7be7f1eaeeb622eb61fd50e4d5e205c
4089 Author: Wolfgang Denk <wd@denx.de>
4090 Date:   Wed Jul 4 00:38:38 2007 +0200
4091
4092     Minor coding style cleanup. Rebuild CHANGELOG file.
4093
4094 commit 2f9c19e496acb6bb50d9299e1aab377625d48c38
4095 Author: Jon Loeliger <jdl@jdl.com>
4096 Date:   Mon Jun 11 19:03:44 2007 -0500
4097
4098     configs/ mpc86xx: Rewrite command line options using new CONFIG_CMD-* style.
4099
4100     Signed-off-by: Jon Loeliger <jdl@freescale.com>
4101
4102 commit 602ad3b33d9ceef83dbab46be68646d645d637ee
4103 Author: Jon Loeliger <jdl@jdl.com>
4104 Date:   Mon Jun 11 19:03:39 2007 -0500
4105
4106     README: Rewrite command line config to use CONFIG_CMD_* names.
4107
4108     Signed-off-by: Jon Loeliger <jdl@freescale.com>
4109
4110 commit 72a074cec68e5bad60d63206c050974e08afd804
4111 Author: Jon Loeliger <jdl@jdl.com>
4112 Date:   Mon Jun 11 19:03:34 2007 -0500
4113
4114     include/ non-config: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
4115
4116     This is a compatibility step that allows both the older form
4117     and the new form to co-exist for a while until the older can
4118     be removed entirely.
4119
4120     All transformations are of the form:
4121     Before:
4122         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
4123     After:
4124         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
4125
4126     Signed-off-by: Jon Loeliger <jdl@freescale.com>
4127
4128 commit 5fcf543e0b6628c76ff48705b1b0566bfd11507b
4129 Author: Jon Loeliger <jdl@jdl.com>
4130 Date:   Mon Jun 11 19:03:28 2007 -0500
4131
4132     tools/ : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
4133
4134     This is a compatibility step that allows both the older form
4135     and the new form to co-exist for a while until the older can
4136     be removed entirely.
4137
4138     All transformations are of the form:
4139     Before:
4140         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
4141     After:
4142         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
4143
4144     Signed-off-by: Jon Loeliger <jdl@freescale.com>
4145
4146 commit 9107ebe0d352420895ab69b715697bdebc8caf50
4147 Author: Jon Loeliger <jdl@jdl.com>
4148 Date:   Mon Jun 11 19:03:23 2007 -0500
4149
4150     board/[k-z]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
4151
4152     This is a compatibility step that allows both the older form
4153     and the new form to co-exist for a while until the older can
4154     be removed entirely.
4155
4156     All transformations are of the form:
4157     Before:
4158         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
4159     After:
4160         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
4161
4162     Signed-off-by: Jon Loeliger <jdl@freescale.com>
4163
4164 commit 5e378003d592ea828ec69d6defcd4de79096dd5c
4165 Author: Jon Loeliger <jdl@jdl.com>
4166 Date:   Mon Jun 11 19:03:19 2007 -0500
4167
4168     board/[Ma-i]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
4169
4170     This is a compatibility step that allows both the older form
4171     and the new form to co-exist for a while until the older can
4172     be removed entirely.
4173
4174     All transformations are of the form:
4175     Before:
4176         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
4177     After:
4178         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
4179
4180     Signed-off-by: Jon Loeliger <jdl@freescale.com>
4181
4182 commit 737184114ec9c9e0ab94d6713536126073bd2472
4183 Author: Jon Loeliger <jdl@jdl.com>
4184 Date:   Mon Jun 11 19:03:15 2007 -0500
4185
4186     cpu/ non-mpc*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
4187
4188     This is a compatibility step that allows both the older form
4189     and the new form to co-exist for a while until the older can
4190     be removed entirely.
4191
4192     All transformations are of the form:
4193     Before:
4194         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
4195     After:
4196         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
4197
4198     Signed-off-by: Jon Loeliger <jdl@freescale.com>
4199
4200 commit f48070fe5fe440dfb5ee5268c920de70e48ea327
4201 Author: Jon Loeliger <jdl@jdl.com>
4202 Date:   Mon Jun 11 19:03:08 2007 -0500
4203
4204     cpu/mpc*/ : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
4205
4206     This is a compatibility step that allows both the older form
4207     and the new form to co-exist for a while until the older can
4208     be removed entirely.
4209
4210     All transformations are of the form:
4211     Before:
4212         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
4213     After:
4214         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
4215
4216     Signed-off-by: Jon Loeliger <jdl@freescale.com>
4217
4218 commit 0c505db0a0dc1f670b13ce3b4d3fbf1ec5b3cbd2
4219 Author: Jon Loeliger <jdl@jdl.com>
4220 Date:   Mon Jun 11 19:03:03 2007 -0500
4221
4222     lib_*/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
4223
4224     This is a compatibility step that allows both the older form
4225     and the new form to co-exist for a while until the older can
4226     be removed entirely.
4227
4228     All transformations are of the form:
4229     Before:
4230         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
4231     After:
4232         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
4233
4234     Signed-off-by: Jon Loeliger <jdl@freescale.com>
4235
4236 commit 73f032021ec5f13cda8faa4e34b6de80960eb86f
4237 Author: Jon Loeliger <jdl@jdl.com>
4238 Date:   Mon Jun 11 19:02:58 2007 -0500
4239
4240     lib_ppc/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
4241
4242     This is a compatibility step that allows both the older form
4243     and the new form to co-exist for a while until the older can
4244     be removed entirely.
4245
4246     All transformations are of the form:
4247     Before:
4248         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
4249     After:
4250         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
4251
4252     Signed-off-by: Jon Loeliger <jdl@freescale.com>
4253
4254 commit 98b79003c21c2578206003256de4e781d6b36ca8
4255 Author: Jon Loeliger <jdl@jdl.com>
4256 Date:   Mon Jun 11 19:02:53 2007 -0500
4257
4258     rtc/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
4259
4260     This is a compatibility step that allows both the older form
4261     and the new form to co-exist for a while until the older can
4262     be removed entirely.
4263
4264     All transformations are of the form:
4265     Before:
4266         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
4267     After:
4268         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
4269
4270     Signed-off-by: Jon Loeliger <jdl@freescale.com>
4271
4272 commit 6e2115acb6a892d53a6881bf253ae41d3df39156
4273 Author: Jon Loeliger <jdl@jdl.com>
4274 Date:   Mon Jun 11 19:02:49 2007 -0500
4275
4276     net/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
4277
4278     This is a compatibility step that allows both the older form
4279     and the new form to co-exist for a while until the older can
4280     be removed entirely.
4281
4282     All transformations are of the form:
4283     Before:
4284         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
4285     After:
4286         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
4287
4288     Signed-off-by: Jon Loeliger <jdl@freescale.com>
4289
4290 commit 45cdb9b72c94655c7308b464a2666057c0b286e0
4291 Author: Jon Loeliger <jdl@jdl.com>
4292 Date:   Mon Jun 11 19:02:34 2007 -0500
4293
4294     disk/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
4295
4296     This is a compatibility step that allows both the older form
4297     and the new form to co-exist for a while until the older can
4298     be removed entirely.
4299
4300     All transformations are of the form:
4301     Before:
4302         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
4303     After:
4304         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
4305
4306     Signed-off-by: Jon Loeliger <jdl@freescale.com>
4307
4308 commit 4e109ae98294a5ca7ff848b7652c7bfd4023a94a
4309 Author: Jon Loeliger <jdl@jdl.com>
4310 Date:   Mon Jun 11 19:02:20 2007 -0500
4311
4312     fs/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
4313
4314     This is a compatibility step that allows both the older form
4315     and the new form to co-exist for a while until the older can
4316     be removed entirely.
4317
4318     All transformations are of the form:
4319     Before:
4320         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
4321     After:
4322         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
4323
4324     Signed-off-by: Jon Loeliger <jdl@freescale.com>
4325
4326 commit d5be43de93ff905c465e509d45a3164ef48d26e7
4327 Author: Jon Loeliger <jdl@jdl.com>
4328 Date:   Mon Jun 11 19:02:10 2007 -0500
4329
4330     drivers/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
4331
4332     This is a compatibility step that allows both the older form
4333     and the new form to co-exist for a while until the older can
4334     be removed entirely.
4335
4336     All transformations are of the form:
4337     Before:
4338         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
4339     After:
4340         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
4341
4342     Signed-off-by: Jon Loeliger <jdl@freescale.com>
4343
4344 commit b453960d4fdb87b3970d96119b90df2ed024fc4a
4345 Author: Jon Loeliger <jdl@jdl.com>
4346 Date:   Mon Jun 11 19:02:05 2007 -0500
4347
4348     common/ non-cmd: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
4349
4350     This is a compatibility step that allows both the older form
4351     and the new form to co-exist for a while until the older can
4352     be removed entirely.
4353
4354     All transformations are of the form:
4355     Before:
4356         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
4357     After:
4358         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
4359
4360     Signed-off-by: Jon Loeliger <jdl@freescale.com>
4361
4362 commit 65c450b47a62659d522cfa8f4fa1e4e5c60dccd0
4363 Author: Jon Loeliger <jdl@jdl.com>
4364 Date:   Mon Jun 11 19:01:54 2007 -0500
4365
4366     common/cmd_[i-z]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
4367
4368     This is a compatibility step that allows both the older form
4369     and the new form to co-exist for a while until the older can
4370     be removed entirely.
4371
4372     All transformations are of the form:
4373     Before:
4374         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
4375     After:
4376         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
4377
4378     Signed-off-by: Jon Loeliger <jdl@freescale.com>
4379
4380 commit a76adc8142c1d956385a109e0b70f9319ede4d66
4381 Author: Jon Loeliger <jdl@jdl.com>
4382 Date:   Mon Jun 11 19:01:43 2007 -0500
4383
4384     common/cmd_[a-f]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
4385
4386     This is a compatibility step that allows both the older form
4387     and the new form to co-exist for a while until the older can
4388     be removed entirely.
4389
4390     All transformations are of the form:
4391     Before:
4392         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
4393     After:
4394         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
4395
4396     Signed-off-by: Jon Loeliger <jdl@freescale.com>
4397
4398 commit ec63b10b61fd68238d4c15c1cd04c0b38228e2c1
4399 Author: Jon Loeliger <jdl@jdl.com>
4400 Date:   Mon Jun 11 19:01:34 2007 -0500
4401
4402     Introduce initial versions of new Command Config files.
4403
4404     Derive three new files from cmd_confdefs.h:
4405         config_bootp.h - Has BOOTP related config options, not commands
4406         config_cmd_all.h - Has a CONFIG_CMD_* definition for every command
4407         config_cmd_default.h - Has a CONFIG_CMD_* definition for default cmds.
4408
4409     For now, include "config_bootp.h" for compatability until all
4410     users of it directly include it properly.
4411
4412     Signed-off-by: Jon Loeliger <jdl@freescale.com>
4413
4414 commit 1f2a05898658900dc5717761e27abf2052e67e13
4415 Author: Mushtaq Khan <mushtaqk_921@yahoo.co.in>
4416 Date:   Sat Jun 30 18:50:48 2007 +0200
4417
4418     Fix S-ATA support.
4419
4420     Signed-off-by: mushtaq khan <mushtaqk_921@yahoo.co.in>
4421
4422 commit a5d71e290f3673269be8eefb4ec44f53412f9461
4423 Author: Heiko Schocher <hs@pollux.denx.de>
4424 Date:   Mon Jun 25 19:11:37 2007 +0200
4425
4426     [PCS440EP]  get rid of CONFIG_PPC4xx_USE_SPD_DDR_INIT_HANG
4427
4428     Signed-off-by: Heiko Schocher <hs@denx.de>
4429
4430 commit a1bd6200eccd3a02040a955d5f43d3ee1fc9f93b
4431 Author: Niklaus Giger <niklaus.giger@nestal.com>
4432 Date:   Mon Jun 25 17:03:13 2007 +0200
4433
4434     ppc4xx: PPC440EPx Emit DDR0 registers on machine check interrupt
4435
4436     This patch prints the DDR status registers upon machine check
4437     interrupt on the 440EPx/GRx. This can be useful especially when
4438     ECC support is enabled.
4439
4440     I added some small changes to the original patch from Niklaus to
4441     make it compile clean.
4442
4443     Signed-off-by: Niklaus Giger <niklaus.giger@nestal.com>
4444     Signed-off-by: Stefan Roese <sr@denx.de>
4445
4446 commit 807018fb7faceb429ce0cb47baa2073746b33a4e
4447 Author: Niklaus Giger <niklaus.giger@nestal.com>
4448 Date:   Mon Jun 25 16:50:55 2007 +0200
4449
4450     ppc4xx: Fix O=buildir builds
4451
4452     This patch fixes the problem to assemble cpu/ppc4xx/start.S
4453     experienced last week where building failed having specified
4454     O=../build.sequoia.
4455
4456     Signed-off-by: Niklaus Giger <niklaus.giger@nestal.com>
4457
4458 commit 466fff1a7bb5fe764a06450626f6098219f446b8
4459 Author: Stefan Roese <sr@denx.de>
4460 Date:   Mon Jun 25 15:57:39 2007 +0200
4461
4462     ppc4xx: Add pci_pre_init() for 405 boards
4463
4464     This patch removes the CFG_PCI_PRE_INIT option completely, since
4465     it's not needed anymore with the patch from Matthias Fuchs with
4466     the "weak" pci_pre_init() implementation.
4467
4468     Signed-off-by: Stefan Roese <sr@denx.de>
4469
4470 commit 6f35c53166213c24a5a0e2390ed861136ff73870
4471 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
4472 Date:   Sun Jun 24 17:41:21 2007 +0200
4473
4474     ppc4xx: Maintenance patch for esd's CPCI405 derivats
4475
4476     -add pci_pre_init() for pci interrupt fixup code
4477     -disable phy sleep mode via reset_phy() function
4478     -use correct io accessors
4479     -cleanup
4480
4481     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
4482
4483 commit 5a1c9ff0c44305b57cb4d8f9369bba90bcf0e1f8
4484 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
4485 Date:   Sun Jun 24 17:23:41 2007 +0200
4486
4487     ppc4xx: Add pci_pre_init() for 405 boards
4488
4489     This patch adds support for calling a plattform dependant
4490     pci_pre_init() function for 405 boards. This can be used to
4491     move the current pci_405gp_fixup_irq() function into the
4492     board code.
4493
4494     This patch also makes the CFG_PCI_PRE_INIT define obsolete.
4495     A default function with 'weak' attribute is used when
4496     a board specific pci_pre_init() is not implemented.
4497
4498     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
4499
4500 commit 1636d1c8529c006d106287cfbc20cd0a246fe1cb
4501 Author: Wolfgang Denk <wd@denx.de>
4502 Date:   Fri Jun 22 23:59:00 2007 +0200
4503
4504     Coding stylke cleanup; rebuild CHANGELOG
4505
4506 commit 2dc64451b4c08ffd619372abfdc2506a2e2363b9
4507 Author: Igor Lisitsin <igor@emcraft.com>
4508 Date:   Wed Apr 18 14:55:19 2007 +0400
4509
4510     Adapt log buffer code to support Linux 2.6
4511
4512     A new environment variable, "logversion", selects the log buffer
4513     behaviour. If it is not set or set to a value other than 2, then the
4514     old, Linux 2.4.4, behaviour is selected.
4515
4516     Signed-off-by: Igor Lisitsin <igor@emcraft.com>
4517     --
4518
4519 commit a11e06965ec91270c51853407ff1261d3c740386
4520 Author: Igor Lisitsin <igor@emcraft.com>
4521 Date:   Wed Mar 28 19:06:19 2007 +0400
4522
4523     Extend POST support for PPC440
4524
4525     Added memory, CPU, UART, I2C and SPR POST tests for PPC440.
4526
4527     Signed-off-by: Igor Lisitsin <igor@emcraft.com>
4528     --
4529
4530 commit 566a494f592ae3b3c0785d90d4e1ba45574880c4
4531 Author: Heiko Schocher <hs@pollux.denx.de>
4532 Date:   Fri Jun 22 19:11:54 2007 +0200
4533
4534     [PCS440EP]      upgrade the PCS440EP board:
4535                     - Show on the Status LEDs, some States of the board.
4536                     - Get the MAC addresses from the EEProm
4537                     - use PREBOOT
4538                     - use the CF on the board.
4539                     - check the U-Boot image in the Flash with a SHA1
4540                       checksum.
4541                     - use dynamic TLB entries generation for the SDRAM
4542
4543     Signed-off-by: Heiko Schocher <hs@denx.de>
4544
4545 commit 3a1f5c81b0b9557817a789bece839905581c2205
4546 Author: Stefan Roese <sr@denx.de>
4547 Date:   Fri Jun 22 16:58:40 2007 +0200
4548
4549     ppc4xx: Fix problem with extended program_tlb() funtion
4550
4551     The recently extended program_tlb() function had a problem when
4552     multiple TLB's had to be setup (for example with 512MB of SDRAM). The
4553     virtual address was not incremented. This patch fixes this issue
4554     and is tested on Katmai with 512MB SDRAM.
4555
4556     Signed-off-by: Stefan Roese <sr@denx.de>
4557
4558 commit 02032e8f14751a1a751b09240a4f1cf9f8a2077f
4559 Author: Rafal Jaworowski <raj@semihalf.com>
4560 Date:   Fri Jun 22 14:58:04 2007 +0200
4561
4562     [ppc] Fix build breakage for all non-4xx PowerPC variants.
4563
4564     - adapt to the more generic EXCEPTION_PROLOG and CRIT_EXCEPTION macros
4565     - minor 4xx cleanup
4566
4567 commit d677b32855f577ae2690dcd64a172cdd706e0ffc
4568 Author: Mike Frysinger <vapier@gentoo.org>
4569 Date:   Fri Jun 22 10:34:12 2007 +0200
4570
4571     [patch] add nand_init() prototype to nand.h
4572
4573     since nand_init() is expected to be called by other parts of u-boot, there
4574     should be a prototype for it in nand.h
4575
4576     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4577     Signed-off-by: Stefan Roese <sr@denx.de>
4578
4579 commit 83b4cfa3d629dff0264366263c5e94d9a50ad80b
4580 Author: Wolfgang Denk <wd@denx.de>
4581 Date:   Wed Jun 20 18:14:24 2007 +0200
4582
4583     Coding style cleanup. Refresh CHANGELOG.
4584
4585 commit b3f9ec86e388207fd03dcdf7b145b9ed080bf024
4586 Author: Stefan Roese <sr@denx.de>
4587 Date:   Tue Jun 19 17:22:44 2007 +0200
4588
4589     ppc4xx: Add bootstrap command for AMCC Sequoia (440EPx) eval board
4590
4591     This patch adds a board command to configure the I2C bootstrap EEPROM
4592     values. Right now 533 and 667MHz are supported for booting either via NOR
4593     or NAND FLASH. Here the usage:
4594
4595     => bootstrap 533 nor        ;to configure the board for 533MHz NOR booting
4596     => bootstrap 667 nand       ;to configure the board for 667MHz NNAND booting
4597
4598     Signed-off-by: Stefan Roese <sr@denx.de>
4599
4600 commit df8a24cdd30151505cf57bbee5289e91bf53bd1b
4601 Author: Stefan Roese <sr@denx.de>
4602 Date:   Tue Jun 19 16:42:31 2007 +0200
4603
4604     [ppc4xx] Fix problem with NAND booting on AMCC Acadia
4605
4606     The latest changes showed a problem with the location of the NAND-SPL
4607     image in the OCM and the init-data area (incl. cache). This patch
4608     fixes this problem.
4609
4610     Signed-off-by: Stefan Roese <sr@denx.de>
4611
4612 commit 86ba99e34194394052d24c04dc40d1263d29a26f
4613 Author: Stefan Roese <sr@denx.de>
4614 Date:   Tue Jun 19 16:40:58 2007 +0200
4615
4616     [ppc4xx] Change board/amcc/acadia/cpr.c to pll.c
4617
4618     Signed-off-by: Stefan Roese <sr@denx.de>
4619
4620 commit 8e585f02f82c17cc66cd229dbf0fd3066bbbf658
4621 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
4622 Date:   Mon Jun 18 13:50:13 2007 -0500
4623
4624     Added M5329AFEE and M5329BFEE Platforms
4625
4626     Added board/freescale/m5329evb, cpu/mcf532x, drivers/net,
4627     drivers/serial,  immap_5329.h, m5329.h, mcfrtc.h,
4628     include/configs/M5329EVB.h, lib_m68k/interrupts.c, and
4629     rtc/mcfrtc.c
4630
4631     Modified CREDITS, MAKEFILE, Makefile, README, common/cmd_bdinfo.c,
4632     common/cmd_mii.c, include/asm-m68k/byteorder.h, include/asm-m68k/fec.h,
4633     include/asm-m68k/io.h, include/asm-m68k/mcftimer.h,
4634     include/asm-m68k/mcfuart.h, include/asm-m68k/ptrace.h,
4635     include/asm-m68k/u-boot.h, lib_m68k/Makefile, lib_m68k/board.c,
4636     lib_m68k/time.c, net/eth.c and rtc/Makefile
4637
4638     Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
4639
4640 commit e73846b7cf1e29ae635bf9bb5570269663df2ee5
4641 Author: Stefan Roese <sr@denx.de>
4642 Date:   Fri Jun 15 11:33:41 2007 +0200
4643
4644     [ppc4xx] Change lwmon5 port to work with recent 440 exception rework
4645
4646     Now CONFIG_440 has to be defined in all PPC440 board config files.
4647
4648     Signed-off-by: Stefan Roese <sr@denx.de>
4649
4650 commit efa35cf12d914d4caba942acd5a6c45f217de302
4651 Author: Grzegorz Bernacki <gjb@semihalf.com>
4652 Date:   Fri Jun 15 11:19:28 2007 +0200
4653
4654     ppc4xx: Clean up 440 exceptions handling
4655
4656     - Introduced dedicated switches for building 440 and 405 images required
4657       for 440-specific machine instructions like 'rfmci' etc.
4658
4659     - Exception vectors moved to the proper location (_start moved away from
4660       the critical exception handler space, which it occupied)
4661
4662     - CriticalInput now serviced (with default handler)
4663
4664     - MachineCheck properly serviced (added a dedicated handler and return
4665       subroutine)
4666
4667     - Overall cleanup of exceptions declared with STD_EXCEPTION macro (unused,
4668       unhandled and those not relevant for 4xx were eliminated)
4669
4670     - Eliminated Linux leftovers, removed dead code
4671
4672     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
4673     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
4674     Signed-off-by: Stefan Roese <sr@denx.de>
4675
4676 commit b765ffb773f5a3cd5aa94ec76b6a05276b8cd5b2
4677 Author: Stefan Roese <sr@denx.de>
4678 Date:   Fri Jun 15 08:18:01 2007 +0200
4679
4680     [ppc4xx] Add initial lwmon5 board support
4681
4682     This patch adds initial support for the Liebherr lwmon5 board euqipped
4683     with an AMCC 440EPx PowerPC.
4684
4685     Signed-off-by: Stefan Roese <sr@denx.de>
4686
4687 commit 85f737376d5ff3d5f0d45a8b657686326d175307
4688 Author: Stefan Roese <sr@denx.de>
4689 Date:   Fri Jun 15 07:39:43 2007 +0200
4690
4691     [ppc4xx] Extend 44x GPIO setup with default output state
4692
4693     The board config array CFG_440_GPIO_TABLE for the ppc440 GPIO setup
4694     is extended with the default GPIO output state (level).
4695
4696     Signed-off-by: Stefan Roese <sr@denx.de>
4697
4698 commit dbca208518e5e7f01a6420588d1cd6e60db74c2b
4699 Author: Stefan Roese <sr@denx.de>
4700 Date:   Thu Jun 14 11:14:32 2007 +0200
4701
4702     [ppc4xx] Extend program_tlb() with virtual & physical addresses
4703
4704     Now program_tlb() allows to program a TLB (or multiple) with
4705     different virtual and physical addresses. With this change, now one
4706     physical region (e.g. SDRAM) can be mapped 2 times, once with caches
4707     diabled and once with caches enabled.
4708
4709     Signed-off-by: Stefan Roese <sr@denx.de>
4710
4711 commit 9912121f7ed804ea58fd62f3f230b5dcfc357d88
4712 Author: Detlev Zundel <dzu@denx.de>
4713 Date:   Wed May 23 19:02:41 2007 +0200
4714
4715     Change 'repeatable' attribute of some commands to sensible values.
4716
4717     Most prominently this changes 'erase' to be non-repeatable.
4718
4719     Signed-off-by: Detlev Zundel <dzu@denx.de>
4720
4721 commit 5afb202093f6a001797db92cf695b93a70ea9ab4
4722 Author: Detlev Zundel <dzu@denx.de>
4723 Date:   Wed May 23 18:47:48 2007 +0200
4724
4725     Fix 'run' not to continue after interrupted command
4726
4727     Signed-off-by: Detlev Zundel <dzu@denx.de>
4728
4729 commit 9b7464a2c88614e1061f509c48930a3d240d1a35
4730 Author: Jason Jin <Jason.jin@freescale.com>
4731 Date:   Mon Jun 11 15:14:24 2007 +0200
4732
4733     USB: This patch fix readl in ohci swap reg access.
4734
4735     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
4736
4737 commit 8f8416fada9faf94b9a92f21fe6000643cb521d5
4738 Author: Bartlomiej Sieka <tur@semihalf.com>
4739 Date:   Fri Jun 8 14:52:22 2007 +0200
4740
4741     TQM5200: Add Flat Device Tree support, update default env. accordingly.
4742
4743     Signed-off-by: Jan Wrobel <wrr@semihalf.com>
4744     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
4745
4746 commit 9045f33c023f698660a2e45d1b2194c0711abebc
4747 Author: Wolfgang Denk <wd@denx.de>
4748 Date:   Fri Jun 8 10:24:58 2007 +0200
4749
4750     Fix config problems on SC3 board; make ide_reset_timeout work.
4751
4752 commit fba3fb0449b8a54542aed1e729de76e7f5a2ff1b
4753 Author: Benoît Monin <bmonin@adeneo.eu>
4754 Date:   Fri Jun 8 09:55:24 2007 +0200
4755
4756     [PATCH] fix gpio setting when using CFG_440_GPIO_TABLE
4757
4758     Set the correct value in GPIOx_TCR when configuring the gpio
4759     with CFG_440_GPIO_TABLE.
4760
4761     Signed-off-by: Benoit Monin <bmonin@adeneo.eu>
4762     Signed-off-by: Stefan Roese <sr@denx.de>
4763
4764 commit f539edc076cfe52bff919dd512ba8d7af0e22092
4765 Author: Vadim Bendebury <vbendeb@google.com>
4766 Date:   Thu May 24 15:52:25 2007 -0700
4767
4768     cosmetic changes to bcm570x driver
4769
4770     This is a cosmetic only changes submission.
4771     It affects files relevant to bcm570x driver.
4772     the commands used to generate this change was
4773
4774     cd drivers
4775     Lindent -pcs -l80  bcm570x.c   bcm570x_lm.h   bcm570x_mm.h  tigon3.c  tigon3.h
4776
4777     The BMW target (the only one using this chip so far) builds cleanly, the
4778     `before and after' generated object files for drivers/bcm570x.c and
4779     drivers/tigon3.o are identical as reported by objdump -d
4780
4781     Signed-off-by: Vadim Bendebury <vbendeb@google.com>
4782     Signed-off-by: Ben Warren <bwarren@qstreams.com>
4783
4784 commit 725671ccd2cd04c9ebc50c9e5a94dd8cbade66b7
4785 Author: Wolfgang Denk <wd@denx.de>
4786 Date:   Wed Jun 6 16:26:56 2007 +0200
4787
4788     Coding Style cleanup; generate new CHANGELOG file.
4789
4790     Signed-off-by: Wolfgang Denk <wd@denx.de>
4791
4792 commit 19d763c35e0b5568eaf0b8adbf7a68ccfe7fa243
4793 Author: Markus Klotzbuecher <mk@denx.de>
4794 Date:   Wed Jun 6 11:49:44 2007 +0200
4795
4796     TRAB, USB: update trab board configuration for use of generic ohci driver
4797
4798 commit dace45acd1c1357daa9322099d07c9a9e08b0024
4799 Author: Markus Klotzbuecher <mk@denx.de>
4800 Date:   Wed Jun 6 11:49:43 2007 +0200
4801
4802     USB: ohci fixes and cleanup for ppc4xx and yosemite board.
4803
4804 commit 72657570b61635c74fa0c3f0e9e7d0671a9d08df
4805 Author: Markus Klotzbuecher <mk@denx.de>
4806 Date:   Wed Jun 6 11:49:43 2007 +0200
4807
4808     USB: ohci fixes and cleanup for mpc5xxx and IceCube board config
4809
4810 commit fc43be478f2aa37ce38acd85355038866e4162af
4811 Author: Markus Klotzbuecher <mk@denx.de>
4812 Date:   Wed Jun 6 11:49:35 2007 +0200
4813
4814     USB/OHCI: endianness cleanup in the generic ohci driver
4815
4816 commit c440bfe6d6d92d66478a7e84402b31f48413617b
4817 Author: Stefan Roese <sr@denx.de>
4818 Date:   Wed Jun 6 11:42:13 2007 +0200
4819
4820     ppc4xx: Add NAND booting support for AMCC Acadia (405EZ) eval board
4821
4822     This patch adds NAND booting support for the AMCC Acadia eval board.
4823
4824     Please make sure to configure jumper J7 to position 2-3 when booting
4825     from NOR, and to position 1-2 when booting for NAND.
4826
4827     I also added a board command to configure the I2C bootstrap EEPROM
4828     values. Right now only 267MHz is support for booting either via NOR
4829     or NAND FLASH. Here the usage:
4830
4831     => bootstrap 267 nor        ;to configure the board for 267MHz NOR booting
4832     => bootstrap 267 nand       ;to configure the board for 267MHz NNAND booting
4833
4834     Signed-off-by: Stefan Roese <sr@denx.de>
4835
4836 commit 18135125f909948b85d1d6881ab4ac0efb4a1c58
4837 Author: Rodolfo Giometti <giometti@linux.it>
4838 Date:   Wed Jun 6 10:08:14 2007 +0200
4839
4840     Files include/linux/byteorder/{big,little}_endian.h define
4841     __BIG_ENDIAN and __LITTLE_ENDIAN.
4842
4843     Signed-off-by: Rodolfo Giometti <giometti@linux.it>
4844
4845 commit a81d1c0b85b13e9d45f2d87de96a51a6e0ef0f82
4846 Author: Zhang Wei <wei.zhang@freescale.com>
4847 Date:   Wed Jun 6 10:08:14 2007 +0200
4848
4849     Add USB PCI-OHCI, USB keyboard and event poll support to the
4850     MPC8641HPCN board config file.
4851
4852     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
4853
4854 commit 4dae14ce8fbdf380017dc54f172218e7d2acc889
4855 Author: Zhang Wei <wei.zhang@freescale.com>
4856 Date:   Wed Jun 6 10:08:14 2007 +0200
4857
4858     USB PCI-OHCI, interrupt pipe and usb event poll support
4859
4860     This patch added USB PCI-OHCI chips support, interrupt pipe support
4861     and usb event poll support. For supporting the USB interrupt pipe, the
4862     globe urb_priv is moved to purb in ed struct. Now, we can process
4863     several urbs at one time. The interrupt pipe support codes are ported
4864     from Linux kernel 2.4.
4865
4866     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
4867
4868 commit fdcfaa1b02268b2899e374b35adf936c911a47eb
4869 Author: Zhang Wei <wei.zhang@freescale.com>
4870 Date:   Wed Jun 6 10:08:13 2007 +0200
4871
4872     USB event poll support
4873
4874     This patch adds USB event poll support, which could be used in usbkbd
4875     and other usb devices driver when the asynchronous interrupt
4876     processing is supported.
4877
4878     Signed-off-by: Zhang Wei <wei.zhang@freescale.com
4879
4880 commit 9a1d00fa47c1e05e3fdb60b33213af4e18d4c18e
4881 Author: Rodolfo Giometti <giometti@linux.it>
4882 Date:   Wed Jun 6 10:08:12 2007 +0200
4883
4884     ISP116x: delay for crappy USB keys
4885
4886     Using some (very) slow USB keys cause the USB host controller buffers
4887     are not ready to be read by the CPU so we need an extra delay before
4888     reading the USB storage data.
4889
4890     Signed-off-by: Rodolfo Giometti <giometti@linux.it>
4891
4892 commit 09444143670c9c2243cb7aba9f70b3713d33bed1
4893 Author: Markus Klotzbuecher <mk@denx.de>
4894 Date:   Wed Jun 6 10:08:12 2007 +0200
4895
4896     Change duplicate usb_cpu_init_fail to usb_board_init_fail
4897
4898     Thanks to Liew Tsi Chung <Tsi-chung.Liew@freescale.com> for pointing
4899     this out.
4900
4901     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
4902
4903 commit 32922cdc470fdfd39bea0c1c4f582d3fb340421e
4904 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
4905 Date:   Tue Jun 5 12:30:52 2007 -0500
4906
4907     mpc8641 image size cleanup
4908
4909     e600 does not have a bootpg restriction.
4910     Move the version string to beginning of image at fff00000.
4911     Resetvec.S is not needed.
4912     Update flash copy instructions.
4913     Add tftpflash env variable
4914
4915     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
4916     Signed-off-by: Jon Loeliger <jdl@freescale.com>
4917
4918 commit e3cbe1f93c5722f8ebbad468e30c069a2b511097
4919 Author: Benoît Monin <bmonin@adeneo.eu>
4920 Date:   Mon Jun 4 08:36:05 2007 +0200
4921
4922     [PATCH] Fix ppc4xx bootstrap letter displayed on startup
4923
4924     The attached patch is mainly cosmetic, allowing u-boot to
4925     display the correct bootstrap option letter according to the
4926     datasheets.
4927
4928     The original patch was extended with 405EZ support by Stefan
4929     Roese.
4930
4931     Signed-off-by: Benoit Monin <bmonin@adeneo.eu>
4932     Signed-off-by: Stefan Roese <sr@denx.de>
4933
4934 commit 5b1313fb2758ffce8b624457f777d8cc6709608d
4935 Author: Nikita V. Youshchenko <yoush@debian.org>
4936 Date:   Wed May 23 12:45:19 2007 +0400
4937
4938     fix compilation problem for mpc8349itx CFG_RAMBOOT
4939
4940     Current include/configs/MPC8349ITX.h does contain some support for building
4941     image that will be started from memory (without putting in into flash).
4942     It could be triggered by building with TEXT_BASE set to a low value.
4943
4944     However, this support is incomplete: using of low TEXT_BASE causes
4945     defining configuration macros in inconsistent way, which later leads
4946     to compilation errors. In particular. flash support is being disabled,
4947     but then flash structures get referenced.
4948
4949     This patch fixes this, making it possible to build with low TEXT_BASE.
4950
4951     Signed-Off-By: Nikita Youshchenko <yoush@debian.org>
4952
4953     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
4954
4955 commit 8a364f0970de49949d635e60accf463c6443ef8c
4956 Author: Nikita V. Youshchenko <yoush@debian.org>
4957 Date:   Wed May 23 12:45:25 2007 +0400
4958
4959     add missing 'console' var to default mpc8349itx config
4960
4961     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
4962
4963 commit 18d156eb37c90fadc8ec7a81a3b89176161f85b7
4964 Author: Stefan Roese <sr@denx.de>
4965 Date:   Fri Jun 1 16:18:17 2007 +0200
4966
4967     ppc4xx: Add missing file for Bamboo NAND booting support
4968
4969     Signed-off-by: Stefan Roese <sr@denx.de>
4970
4971 commit 155a96478a0881e6da96cbbbcf34952d6a3b1b4b
4972 Author: Stefan Roese <sr@denx.de>
4973 Date:   Fri Jun 1 15:58:19 2007 +0200
4974
4975     ppc4xx: Undo Sequoia patch for dynamic EBC speed support of 83MHz
4976
4977     This patch undoes the patch by Jeff Mann with commit-id ada4697d. As
4978     suggested by AMCC it is not recommended to dynamically change the EBC
4979     speed after bootup. So we undo this change to be on the safe side.
4980
4981     Signed-off-by: Stefan Roese <sr@denx.de>
4982
4983 commit 9d9096043e8f713d4bf1743d32e1459e6a11644b
4984 Author: Stefan Roese <sr@denx.de>
4985 Date:   Fri Jun 1 15:29:04 2007 +0200
4986
4987     ppc4xx: Update Sequoia NAND booting support with ECC
4988
4989     Signed-off-by: Stefan Roese <sr@denx.de>
4990
4991 commit cf959c7d6687567c308e366e9581e1a5aff5cc5b
4992 Author: Stefan Roese <sr@denx.de>
4993 Date:   Fri Jun 1 15:27:11 2007 +0200
4994
4995     ppc4xx: Add NAND booting support for AMCC Bamboo (440EP) eval board
4996
4997     This patch adds NAND booting support for the AMCC Bamboo eval board.
4998     Since the NAND-SPL boot image is limited to 4kbytes, this version
4999     only supports the onboard 64MBytes of DDR. The DIMM modules can't be
5000     supported, since the setup code for I2C DIMM autodetection and
5001     configuration is too big for this NAND bootloader.
5002
5003     Signed-off-by: Stefan Roese <sr@denx.de>
5004
5005 commit 42be56f53c8b107868e6125c8524ae84293e95a7
5006 Author: Stefan Roese <sr@denx.de>
5007 Date:   Fri Jun 1 15:23:04 2007 +0200
5008
5009     NAND: Add ECC support to NAND booting support in nand_spl/nand_boot.c
5010
5011     The U-Boot NAND booting support is now extended to support ECC
5012     upon loading of the NAND U-Boot image.
5013
5014     Tested on AMCC Sequoia (440EPx) and Bamboo (440EP).
5015
5016     Signed-off-by: Stefan Roese <sr@denx.de>
5017
5018 commit a471db07fbb65a841ffc9f4f112562b945230f98
5019 Author: Stefan Roese <sr@denx.de>
5020 Date:   Fri Jun 1 15:19:29 2007 +0200
5021
5022     ppc4xx: Prepare Bamboo port for NAND booting support
5023
5024     This patch updates the "normal" Bamboo NOR booting port, so
5025     that it is compatible with the coming soon NAND booting
5026     Bamboo port.
5027
5028     It also enables the 2nd NAND flash on the Bamboo.
5029
5030     Signed-off-by: Stefan Roese <sr@denx.de>
5031
5032 commit 53ad02103fb8be4138a9937a8ab91fcdff7b4987
5033 Author: Stefan Roese <sr@denx.de>
5034 Date:   Fri Jun 1 15:16:58 2007 +0200
5035
5036     ppc4xx: Update in_be32() functions and friends to latest Linux version
5037
5038     Signed-off-by: Stefan Roese <sr@denx.de>
5039
5040 commit 91da09cfbce0c1de05d6d84aa8363d666fa7ea3c
5041 Author: Stefan Roese <sr@denx.de>
5042 Date:   Fri Jun 1 15:15:12 2007 +0200
5043
5044     NAND: Add hardware ECC support to the PPC4xx NAND driver ndfc.c
5045
5046     This patch adds hardware ECC support to the NDFC driver. It also
5047     changes the register access from using the "simple" in32/out32
5048     functions to the in_be32/out_be32 functions, which make sure
5049     that the access is correctly synced. This is the only recommended
5050     access to SoC registers in the current Linux kernel.
5051
5052     Signed-off-by: Stefan Roese <sr@denx.de>
5053
5054 commit 17b5e862287cca76f19dcf8b741e61a7d06617f2
5055 Author: Stefan Roese <sr@denx.de>
5056 Date:   Fri Jun 1 15:12:15 2007 +0200
5057
5058     NAND: Update nand_ecc.c to latest Linux version
5059
5060     This patch updates the nand_ecc code to the latest Linux version.
5061     The main reason for this is the more compact code. This makes
5062     it possible to include the ECC code into the NAND bootloader
5063     image (NAND_SPL) for PPC4xx.
5064
5065     Signed-off-by: Stefan Roese <sr@denx.de>
5066
5067 commit d2d432760d2199d0e8558fdd9d1789b8131abcf7
5068 Author: Stefan Roese <sr@denx.de>
5069 Date:   Fri Jun 1 15:09:50 2007 +0200
5070
5071     ppc4xx: 44x DDR driver code cleanup and small fix for Bamboo
5072
5073     Signed-off-by: Stefan Roese <sr@denx.de>
5074
5075 commit e4bbed2803a2ad0521c7362f5d3e065f99abaedc
5076 Author: Stefan Roese <sr@denx.de>
5077 Date:   Fri Jun 1 13:45:24 2007 +0200
5078
5079     ppc4xx: Change Luan config file to support ECC
5080
5081     With the updated 44x DDR2 driver the Luan board now supports
5082     ECC generation and checking.
5083
5084     Signed-off-by: Stefan Roese <sr@denx.de>
5085
5086 commit 7187db73491c8de0fb56efb5e5134ba5ec443089
5087 Author: Stefan Roese <sr@denx.de>
5088 Date:   Fri Jun 1 13:45:00 2007 +0200
5089
5090     ppc4xx: Update 44x_spd_ddr2 code (440SP/440SPe)
5091
5092     Add config option for 180 degree advance clock control as needed
5093     for the AMCC Luan eval board.
5094
5095     Signed-off-by: Stefan Roese <sr@denx.de>
5096
5097 commit ee1529838abbfaa35f14e3ffbeaaba693159475f
5098 Author: Wolfgang Denk <wd@denx.de>
5099 Date:   Thu May 31 17:20:09 2007 +0200
5100
5101     Add support for STX GP3SSA (stxssa) Board with 4 MiB flash.
5102
5103     Signed-off-by: Wolfgang Denk <wd@denx.de>
5104
5105 commit 7049288fb1f16f1b317140226cdebd07bd416395
5106 Author: Bartlomiej Sieka <tur@semihalf.com>
5107 Date:   Sun May 27 17:26:46 2007 +0200
5108
5109     Motion-PRO: Code cleanup, fix of a typo in OF_STDOUT_PATH.
5110
5111     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
5112
5113 commit 4520fd4d2c450da49637216aa0e53739b61c60ac
5114 Author: Bartlomiej Sieka <tur@semihalf.com>
5115 Date:   Sun May 27 17:06:36 2007 +0200
5116
5117     Motion-PRO: Add support for redundant environment.
5118
5119     Enable redundant environment, add a MTD partition for it; also add env.
5120     variable command for passing MTD partitions to the kernel command line.
5121
5122     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
5123     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
5124
5125 commit a26eabeec31746f06d309103690892805696e344
5126 Author: Bartlomiej Sieka <tur@semihalf.com>
5127 Date:   Sun May 27 17:05:11 2007 +0200
5128
5129     Motion-PRO: Change maximum console buffer size from 256 to 1024 bytes.
5130
5131     Allow passing longer command line to the kernel - useful especially
5132     for passing MTD partition layout.
5133
5134     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
5135     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
5136
5137 commit 9160b96f71483a116de81c68985e8ee306d36764
5138 Author: Bartlomiej Sieka <tur@semihalf.com>
5139 Date:   Sun May 27 17:04:18 2007 +0200
5140
5141     Fix: Add missing NULL termination in strings expanded by macros parser.
5142
5143     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
5144     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
5145
5146 commit 630ec84aef7228fc1dbfb38dec78541403a786cd
5147 Author: Bartlomiej Sieka <tur@semihalf.com>
5148 Date:   Sun May 27 17:03:37 2007 +0200
5149
5150     Motion-PRO: Update EEPROM's page write bits and write delay.
5151
5152     Change EEPROM configuration according to the datasheet: "The 24C01A and 24C02A
5153     have a page write capability of two bytes", and "This device offers fast (1ms)
5154     byte write". Add 3ms of extra delay.
5155
5156     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
5157     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
5158
5159 commit c00125e07c1ebc125bab40e1e18bceed8be0c162
5160 Author: Bartlomiej Sieka <tur@semihalf.com>
5161 Date:   Sun May 27 16:58:45 2007 +0200
5162
5163     MPC5XXX, Motion-PRO: Fix PHY initialization problem.
5164
5165     After being reset in mpc5xxx_fec_init_phy(), PHY goes into FX mode, in which
5166     networking does not function. This commit switches PHY to TX mode by clearing
5167     the FX_SEL bit of Mode Control Register. It also reverses commit
5168     008861a2f3ef2c062744d733787c7e530a1b8761, i.e., a temporary workaround.
5169
5170     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
5171     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
5172
5173 commit 93b78f534a6e708b4cf1a4ffb4d8438c67a007db
5174 Author: Bartlomiej Sieka <tur@semihalf.com>
5175 Date:   Sun May 27 16:57:15 2007 +0200
5176
5177     Motion-PRO: Add support for the temperature sensor.
5178
5179     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
5180     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
5181
5182 commit c75e639630cc132dc19cd1ecda5922c0db0bfbba
5183 Author: Bartlomiej Sieka <tur@semihalf.com>
5184 Date:   Sun May 27 16:55:23 2007 +0200
5185
5186     Motion-PRO: Add displaying of CPLD revision information during boot.
5187
5188     Signed-off-by: Jan Wrobel <wrr@semihalf.com>
5189     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
5190
5191 commit c99512d6bd3973f01ca2fc4896d829b46e68f150
5192 Author: Bartlomiej Sieka <tur@semihalf.com>
5193 Date:   Sun May 27 16:53:43 2007 +0200
5194
5195     MPC5xxx: Change names of defines related to IPB and PCI clocks.
5196
5197     Both CFG_PCISPEED_66 and CFG_IPBSPEED_133 are misnamed, as defining
5198     them does not cause PCI or IPB clocks to run at the specified speed.
5199     Instead, they configure divisors used to calculate said clocks. This
5200     patch renames the defines according to their real function.
5201
5202     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
5203     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
5204
5205 commit a11c0b85dc3664bb3c1e781137118730c8f619ab
5206 Author: Bartlomiej Sieka <tur@semihalf.com>
5207 Date:   Sun May 27 16:51:48 2007 +0200
5208
5209     Motion-PRO: Add LED support.
5210
5211     Signed-off-by: Jan Wrobel <wrr@semihalf.com>
5212     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
5213     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
5214
5215 commit 7ebb4479b07ff294eb4d76e420753a0349f7c93b
5216 Author: Ulf Samuelsson <ulf@atmel.com>
5217 Date:   Thu May 24 12:12:47 2007 +0200
5218
5219     [PATCH][NAND] Define the Vendor Id for Micron NAND Flash
5220
5221     Signed-off-by: Ulf Samuelsson <ulf@atmel.com>
5222     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
5223     Signed-off-by: Stefan Roese <sr@denx.de>
5224
5225 commit d756894722c888d09a9fa1df8323753772d3dcce
5226 Author: Stefan Roese <sr@denx.de>
5227 Date:   Thu May 24 09:49:00 2007 +0200
5228
5229     ppc4xx: Fix small 405EZ OCM initilization bug in start.S
5230
5231     As pointed out by Bruce Adler <bruce.adler@acm.org> this patch
5232     fixes a small bug in the 405EZ OCM initialization. Thanks for
5233     spotting.
5234
5235     Signed-off-by: Stefan Roese <sr@denx.de>
5236
5237 commit 5d4a179013d59a76446462e1eb0a969fba63eb81
5238 Author: Stefan Roese <sr@denx.de>
5239 Date:   Thu May 24 08:22:09 2007 +0200
5240
5241     ppc4xx: Update AMCC Acadia support for board revision 1.1
5242
5243     This patch updates the Acadia (405EZ) support for the new 1.1 board
5244     revision. It also adds support for NAND FLASH via the 4xx NDFC.
5245
5246     Please note that the jumper J7 must be in position 2-3 for this
5247     NAND support. Position 1-2 is for NAND booting only. NAND booting
5248     support will follow later.
5249
5250     Signed-off-by: Stefan Roese <sr@denx.de>
5251
5252 commit 822d55365bb557e084d0e33625a6dedcc866110b
5253 Author: Jon Loeliger <jdl@freescale.com>
5254 Date:   Wed May 23 14:09:46 2007 -0500
5255
5256     Add LIST_86xx MAKEALL target for PowerPC builds.
5257
5258     Signed-off-by: Jon Loeliger <jdl@freescale.com>
5259
5260 commit 9f0077abd69f7a7c756a915b961037302be3e6f2
5261 Author: Stefan Roese <sr@denx.de>
5262 Date:   Tue May 22 12:48:09 2007 +0200
5263
5264     ppc4xx: Use do { ... } while (0) for CPR & SDR access macros
5265
5266     Signed-off-by: Stefan Roese <sr@denx.de>
5267
5268 commit 6f3dfc139a838b0841c151efe00ad47db2366e79
5269 Author: Stefan Roese <sr@denx.de>
5270 Date:   Tue May 22 12:46:10 2007 +0200
5271
5272     ppc4xx: Add 405 support to 4xx NAND driver ndfc.c
5273
5274     This patch adds support for 405 PPC's to the 4xx NAND driver
5275     ndfc.c. This is in preparation for the new AMCC 405EZ.
5276
5277     Signed-off-by: Stefan Roese <sr@denx.de>
5278
5279 commit 10603d76767426be803dadd4fb688b97eb69481c
5280 Author: Stefan Roese <sr@denx.de>
5281 Date:   Mon May 21 07:41:22 2007 +0200
5282
5283     ppc4xx: Fix problem in 405EZ OCM initialization
5284
5285     As spotted by Bruce Adler this patch fixes an initialization problem
5286     for the 405EZ OCM.
5287
5288     Signed-off-by: Stefan Roese <sr@denx.de>
5289
5290 commit 3e3b956906eba9e4ad7931581ecedaad10eccce8
5291 Author: Peter Pearse <peter.pearse@arm.com>
5292 Date:   Fri May 18 16:47:03 2007 +0100
5293
5294     Reduce line lengths to 80 characters max.
5295
5296 commit 93ef45c9ddfdd9fc17c4e74bd8e2f2456580eb72
5297 Author: Peter Pearse <peter.pearse@arm.com>
5298 Date:   Fri May 18 14:34:07 2007 +0100
5299
5300     Makefile permissions
5301
5302 commit 1443a31457d68f7e8f0b9403e9832ec1e79dc59d
5303 Author: Peter Pearse <peter.pearse@arm.com>
5304 Date:   Fri May 18 14:33:11 2007 +0100
5305
5306     Makefile permissions
5307
5308 commit 255a3577c848706441daee0174543efe205a77f8
5309 Author: Kim Phillips <kim.phillips@freescale.com>
5310 Date:   Wed May 16 16:52:19 2007 -0500
5311
5312     Reduce CONFIG_MPC8YXX_TSECx to CONFIG_TSECx
5313
5314     For all practical u-boot purposes, TSECs don't differ throughout the
5315     mpc8[356]xx families; reduce CONFIG_MPC8YXX_TSECx to CONFIG_TSECx.
5316
5317     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
5318
5319 commit 70124c2602ae2d4c5d3dba05b482d91548242de8
5320 Author: Stefano Babic <sbabic@denx.de>
5321 Date:   Wed May 16 14:49:12 2007 +0200
5322
5323     Fix compile problem cause my Microblaze merge
5324
5325     Signed-off-by: Stefano Babic <sbabic@denx.de>
5326
5327 commit ada4697d0230d6da552867777f98a67ec3ba2579
5328 Author: Jeffrey Mann <mannj@embeddedplanet.com>
5329 Date:   Wed May 16 13:23:10 2007 +0200
5330
5331     [PATCH] Run new sequoia boards with an EBC speed of 83MHz
5332
5333     Because the Sequoia board does not boot with an EBC faster than 66MHz,
5334     the clock divider are changed after the initial boot process.
5335
5336     This allows for maximum clocking speeds  to be achieved on newer boards.
5337     Sequoia boards with 666.66 MHz processors require that the EBC divider
5338     be set to 3 in order to start the initial boot process at a slower EBC
5339     speed. After the initial boot process, the divider can be set back to 2,
5340     which will cause the boards to run at 83.333MHz. This is backward
5341     compatible with boards with 533.33 MHz processors, as these boards will
5342     already be set with an EBC divider of 2.
5343
5344     Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
5345
5346 commit a7676ea7732f3c596805079fed7e5c9fac652cfc
5347 Author: Wolfgang Denk <wd@denx.de>
5348 Date:   Wed May 16 01:16:53 2007 +0200
5349
5350     Minor Coding Style cleanup, update CHANGELOG.
5351
5352     Signed-off-by: Wolfgang Denk <wd@denx.de>
5353
5354 commit d62f64cc23a940eafe712c776b3249e4160753d1
5355 Author: Wolfgang Denk <wd@denx.de>
5356 Date:   Wed May 16 00:13:33 2007 +0200
5357
5358     Coding Style Cleanup, new CHANGELOG
5359
5360 commit 3162eb836903c8b247fdc7470dd39bfa6996f495
5361 Author: Wolfgang Denk <wd@denx.de>
5362 Date:   Tue May 15 23:38:05 2007 +0200
5363
5364     Minor coding style cleanup.
5365
5366 commit 66d9dbec1cc27d6398ee6cf84639dbe14971251e
5367 Author: mushtaq khan <mushtaq_k@procsys.com>
5368 Date:   Fri Apr 20 14:23:02 2007 +0530
5369
5370     Add driver for S-ATA-controller on Intel processors with South
5371     Bridge, ICH-5, ICH-6 and ICH-7.
5372
5373     Implementation:
5374
5375     1. Code is divided in to two files. All functions, which are
5376        controller specific are kept in "drivers/ata_piix.c" file and
5377        functions, which are not controller specific, are kept in
5378        "common/cmd_sata.c" file.
5379
5380     2. Reading and Writing from the S-ATA drive is done using PIO method.
5381
5382     3. Driver can be configured for 48-bit addressing by defining macro
5383        CONFIG_LBA48, if this macro is not defined driver uses the 28-bit
5384        addressing.
5385
5386     4. S-ATA read function is hooked to the File system, commands like
5387        ext2ls and ext2load file can be used. This has been tested.
5388
5389     5. U-Boot command "SATA_init" is added, which initializes the S-ATA
5390        controller and identifies the S-ATA drives connected to it.
5391
5392     6. U-Boot command "sata" is added, which is used to read/write, print
5393        partition table and get info about the drives present. This I have
5394        implemented in same way as "ide" command is implemented in U-Boot.
5395
5396     7. This driver is for S-ATA in native mode.
5397
5398     8. This driver does not support the Native command queuing and
5399        Hot-plugging.
5400
5401     Signed-off-by: Mushtaq Khan <mushtaq_k@procsys.com>
5402
5403 commit 644e6fb4eb8be90ea04ba34b643a8bf019d680e0
5404 Author: mushtaq khan <mushtaq_k@procsys.com>
5405 Date:   Mon Apr 30 15:57:22 2007 +0530
5406
5407     Fixes bug clearing the bss section for i386
5408
5409     Hi,
5410     There is a bug in the code of clearing the bss section for processor
5411     i386.(File: cpu/i386/start.S)
5412     In the code, bss_start addr (starting addr of bss section) is put into
5413     the register %eax, but the code which clears the bss section refers to
5414     the addr pointed by %edi.
5415
5416     This patch fixes this bug by putting bss_start into %edi register.
5417
5418     Signed-off-by: Mushtaq Khan <mushtaq_k@procsys.com>
5419
5420 commit c3243cf7b490057277d61acffe4ad0946f9eb4a4
5421 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
5422 Date:   Mon Apr 30 16:47:28 2007 -0500
5423
5424     Add support for BCM5464 Quad Phy
5425
5426     Added support for Broadcom's BCM5464 Quad Phy
5427
5428     Signed-off-by: Joe Hamman <joe.hamman@embeddedspecialties.com>
5429
5430 commit 1b305bdc754c8468e1d5d858f5dcf8a7a0a4bb7a
5431 Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
5432 Date:   Wed May 9 08:10:57 2007 +0800
5433
5434     Search the exception table with linear algorithm
5435
5436     Search the exception table with linear algorithm instead of
5437     bisecting algorithm.
5438     Because the exception table might be unsorted.
5439
5440     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
5441
5442 commit 5dfaa50eb819686bfba1927e8c5b8a70a4d65fd3
5443 Author: Aubrey.Li <aubrey.adi@gmail.com>
5444 Date:   Mon May 14 11:47:35 2007 +0800
5445
5446     Fix compilation issues on MACOSX
5447
5448     Singed-off-by: Marc Hoffman <Marc.Hoffman@analog.com>
5449     Signed-off-by: Aubrey Li <aubrey.adi@gmail.com>
5450
5451 commit 56fd7162985c412317bbf763a225fba23c64fd31
5452 Author: Stephen Williams <steve@icarus.com>
5453 Date:   Tue May 15 07:55:42 2007 -0700
5454
5455     Fix for compile of JSE target
5456
5457     The attached patch fixes the compile of the JSE board in the
5458     denx git as of 14 may 2007. It is an extremely simple patch,
5459     it just adds the missing define of CFG_SYSTEMACE_WIDTH.
5460
5461      Fix to compile JSE against 20070514 git of u-boot
5462
5463 commit 61936667e86a250ae12fd2dc189d3588f0a59e0b
5464 Author: Stefan Roese <sr@denx.de>
5465 Date:   Fri May 11 12:01:49 2007 +0200
5466
5467     ppc4xx: Add mtcpr/mfcpr access macros
5468
5469     Signed-off-by: Stefan Roese <sr@denx.de>
5470
5471 commit 343c48bd84606c4025c8a7c7263fda465d6e284c
5472 Author: Stefan Roese <sr@denx.de>
5473 Date:   Fri May 11 12:01:06 2007 +0200
5474
5475     ppc4xx: Set bd->bi_pci_busfreq on 440EPx/GRx too
5476
5477     Signed-off-by: Stefan Roese <sr@denx.de>
5478
5479 commit 7d98ba770a7eaefa29ce927f31a0956df85bf650
5480 Author: Piotr Kruszynski <ppk@semihalf.com>
5481 Date:   Thu May 10 16:55:52 2007 +0200
5482
5483     [Motion-PRO] Add MTD and JFFS2 support, also add default partition
5484     definition.
5485
5486 commit 65fb6a676e821f9570a2a376dc204bf611ce5f81
5487 Author: Peter Pearse <peter.pearse@arm.com>
5488 Date:   Wed May 9 11:42:44 2007 +0100
5489
5490     Add the board directory for SMN42
5491
5492 commit 160131bf965785419626df6c388729fe0b597992
5493 Author: Peter Pearse <peter.pearse@arm.com>
5494 Date:   Wed May 9 11:41:58 2007 +0100
5495
5496     Add the files for the SMN42 board
5497
5498 commit 5c6d2b5a500f8c49670de8910150b78a41f781fc
5499 Author: Peter Pearse <peter.pearse@arm.com>
5500 Date:   Wed May 9 11:40:34 2007 +0100
5501
5502     Remove the deleted files for the SMN42 patch
5503
5504 commit b0d8f5bf0d215adc9424cb228b2484dbf07f7761
5505 Author: Peter Pearse <peter.pearse@arm.com>
5506 Date:   Wed May 9 11:37:56 2007 +0100
5507
5508     New board SMN42 branch
5509
5510 commit 29f3be0caf0799ca6b89dfd9824c15619a50000f
5511 Author: Peter Pearse <peter.pearse@arm.com>
5512 Date:   Wed May 9 10:24:38 2007 +0100
5513
5514     Makefile permissions
5515
5516 commit b84289b595731e8851df46e893845cc1322c9b9b
5517 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
5518 Date:   Tue May 8 14:17:07 2007 -0500
5519
5520     8641hpcn: Fix Makefile after moving pixis to board/freescale.
5521
5522     The OBJTREE != SRCTREE build scenario was broken.
5523     This fixes it.
5524
5525     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
5526     Signed-off-by: Jon Loeliger <jdl@freescale.com>
5527
5528 commit e69f66c6ebe82bbbd1da766bc4eda40ec7ee5af1
5529 Author: Michal Simek <monstr@monstr.eu>
5530 Date:   Tue May 8 15:57:43 2007 +0200
5531
5532     add: reading special purpose registers
5533
5534 commit 1a50f164beb065f360fbddb76029607d6b099698
5535 Author: Michal Simek <monstr@monstr.eu>
5536 Date:   Tue May 8 14:52:52 2007 +0200
5537
5538     add: Microblaze V5 exception handling
5539
5540 commit ab874d5047e5d30dbc1e517ff26083efffa98ecb
5541 Author: Michal Simek <monstr@monstr.eu>
5542 Date:   Tue May 8 14:39:11 2007 +0200
5543
5544     add: FSL control read and write
5545
5546 commit de1de02a7cbf05e6b63e0d8ffc624f12493f6ba3
5547 Author: Piotr Kruszynski <ppk@semihalf.com>
5548 Date:   Tue May 8 13:05:44 2007 +0200
5549
5550     [Motion-PRO] Add support for I2C, EEPROM and RTC.
5551
5552 commit fa5c2ba123b1bf88455bfc21db5e786ca045029d
5553 Author: Bartlomiej Sieka <tur@semihalf.com>
5554 Date:   Tue May 8 10:23:56 2007 +0200
5555
5556     [Motion-PRO] Add ATA support. Add CF-booting commands to the default
5557     environment.
5558
5559 commit 06241d50a3ab1b20a0b08baeeaffcaa23ae4b839
5560 Author: Bartlomiej Sieka <tur@semihalf.com>
5561 Date:   Tue May 8 09:39:12 2007 +0200
5562
5563     [Motion-PRO] Change IPB clock frequency from 50MHz to 100MHz. This
5564     eliminates networking problems in Linux (timeouts).
5565
5566 commit 1f1369c34b629be94702684d41d3fddf0f6193e7
5567 Author: Bartlomiej Sieka <tur@semihalf.com>
5568 Date:   Tue May 8 09:21:57 2007 +0200
5569
5570     [Motion-PRO] Enable Flat Device Tree support and modify default environment
5571     to allow booting of FDT-expecting kernels.
5572
5573 commit fb05f6da35ea1c15c553abe6f23f656bf18dc5db
5574 Author: Michal Simek <monstr@monstr.eu>
5575 Date:   Mon May 7 23:58:31 2007 +0200
5576
5577     new: USE_MSR_INTR support
5578
5579 commit 008861a2f3ef2c062744d733787c7e530a1b8761
5580 Author: Bartlomiej Sieka <tur@semihalf.com>
5581 Date:   Mon May 7 22:36:15 2007 +0200
5582
5583     [MPC5xxx] There are networking problems on the Motion-PRO board with
5584     current PHY initalization code (tftp timeouts all the time). This commit
5585     temporarily disables PHY initalization sequence to make the networking
5586     operational, until a fix is found.
5587
5588 commit abca901869c3760b6c5fecb825db6c1d91a78a93
5589 Author: Wolfgang Denk <wd@denx.de>
5590 Date:   Mon May 7 22:10:36 2007 +0200
5591
5592     Get rid of duplicated file (see include/configs/sbc8560.h instead)
5593
5594     Signed-off-by: Wolfgang Denk <wd@denx.de>
5595
5596 commit 207b7b2c9d9752e0f6478c30c29b7087f6e6cbb6
5597 Author: Wolfgang Denk <wd@denx.de>
5598 Date:   Mon May 7 22:07:08 2007 +0200
5599
5600     Get rid of duplicated file (see doc/README.SBC8560 instead)
5601
5602     Signed-off-by: Wolfgang Denk <wd@denx.de>
5603
5604 commit a7bac7e9b57ba948051beb19ec5be3a75ce75383
5605 Author: Michal Simek <monstr@monstr.eu>
5606 Date:   Mon May 7 19:43:10 2007 +0200
5607
5608     fix: read and write MSR - repair number of parameters
5609
5610 commit 193b4a3bb3acaddf798da8de0da05d94ba8774ee
5611 Author: Jeffrey Mann <mannj@embeddedplanet.com>
5612 Date:   Mon May 7 19:42:49 2007 +0200
5613
5614     [PATCH] ppc4xx: Fix CONFIG_SYS_CLK_FREQ definition in Sequoia config file
5615
5616     A '3' got cut off in the formatting of the last patch to automatically
5617     change the clock speed of the system clock on sequoia board.
5618
5619     Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
5620     Signed-off-by: Stefan Roese <sr@denx.de>
5621
5622 commit 19bf1fbad7f19d5a120be9b1daf136e052fcab39
5623 Author: Michal Simek <monstr@monstr.eu>
5624 Date:   Mon May 7 19:33:51 2007 +0200
5625
5626     new: fsl interrupt support
5627     FSL_Has_data is connected to INTC.
5628
5629 commit 792032baa7d625e34c981ab6df521911bd8dc861
5630 Author: Michal Simek <monstr@monstr.eu>
5631 Date:   Mon May 7 19:30:12 2007 +0200
5632
5633     fix: interrupt handler
5634     remove asm code
5635
5636 commit f3f001a341ef185d0f13841be5b5dc3395aacc31
5637 Author: Michal Simek <monstr@monstr.eu>
5638 Date:   Mon May 7 19:25:08 2007 +0200
5639
5640     fix: remove asm code
5641
5642 commit fb7c2dbef02c9f6f8d7b04ec4c2bfb91418b9c01
5643 Author: Michal Simek <monstr@monstr.eu>
5644 Date:   Mon May 7 19:12:43 2007 +0200
5645
5646     fix: clean interrupt
5647
5648 commit 42efed6130c8fcf7da881385b5427065d2801757
5649 Author: Michal Simek <monstr@monstr.eu>
5650 Date:   Mon May 7 17:22:25 2007 +0200
5651
5652     fix: interrupt handler for multiple sources
5653
5654 commit 48fbd3a4cdabbebc1debd7eed73c00c2caf914f6
5655 Author: Michal Simek <monstr@monstr.eu>
5656 Date:   Mon May 7 17:11:09 2007 +0200
5657
5658     new: add writing to msr register
5659
5660 commit 3a619dd7bed03e8b4d22a3911f90fd12af5376c2
5661 Author: Markus Klotzbuecher <mk@denx.de>
5662 Date:   Mon May 7 16:43:56 2007 +0200
5663
5664     Fix an ancient CHANGELOG conflict
5665
5666 commit ac4cd59d59c9bf3f89cb7a344abf8184d678f562
5667 Author: Timur Tabi <timur@freescale.com>
5668 Date:   Sat May 5 08:12:30 2007 +0200
5669
5670     5xxx: write MAC address to mac-address and local-mac-address
5671
5672     Some device trees have a mac-address property, some have local-mac-address,
5673     and some have both.  To support all of these device trees, ftp_cpu_setup()
5674     should write the MAC address to mac-address and local-mac-address, if they
5675     exist.
5676
5677     Signed-off-by: Timur Tabi <timur@freescale.com>
5678     Acked-by: Grant Likely <grant.likely@secretlab.ca>
5679
5680 commit a9d87e2707dcb249f6bb7f7ff7e00acd8cda9fd2
5681 Author: Grzegorz Wianecki <grzegorz.wianecki@gmail.com>
5682 Date:   Sun Apr 29 14:01:54 2007 +0200
5683
5684     [PATCH] Use PVR to distinguish MPC5200B from MPC5200 in boot message
5685
5686     MPC5200B systems are incorrectly reported as MPC5200 in U-Boot start-up
5687     message. Use PVR to distinguish between the two variants, and print proper CPU
5688     information.
5689
5690     Signed-off-by: Grzegorz Wianecki <grzegorz.wianecki@gmail.com>
5691     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
5692     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
5693
5694 commit 4ec5bd55ed1ffa91a774af298769621f4fbb18c1
5695 Author: Ladislav Michl <ladis@linux-mips.org>
5696 Date:   Wed Apr 25 16:01:26 2007 +0200
5697
5698     [PATCH] simplify silent console
5699
5700     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
5701     Acked-by: Stefan Roese <sr@denx.de>
5702
5703 commit b7598a43f2b421a713d8135e98a42c37d9eb9df0
5704 Author: Sergei Shtylyov <sshtylyov@ru.mvista.com>
5705 Date:   Mon Apr 23 15:30:39 2007 +0200
5706
5707     [PATCH] Avoid assigning PCI resources from zero address
5708
5709     If a PCI IDE card happens to get a zero address assigned to it, the Linux IDE
5710     core complains and IDE drivers fails to work.  Also, assigning zero to a BAR
5711     was illegal according to PCI 2.1 (the later revisions seem to have excluded the
5712     sentence about "0" being considered an invalid address) -- so, use a reasonable
5713     starting value of 0x1000 (that's what the most Linux archs are using).
5714
5715     Alternatively, one might have fixed the calls to pci_set_region() individually
5716     (some code even seems to have taken care of this issue) but that would have
5717     been a lot more work. :-)
5718
5719     Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
5720     Acked-by: Stefan Roese <sr@denx.de>
5721
5722 commit 9ffd451afeb08e5be7ddae680487ec962b2bca25
5723 Author: Jeffrey Mann <mannj@embeddedplanet.com>
5724 Date:   Mon Apr 23 14:00:11 2007 +0200
5725
5726     [patch] setenv(...) can delete environmentalvariables
5727
5728     update setenv() function so that entering a NULL value for the
5729     variable's value will delete the environmental variable
5730
5731     Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
5732     Acked-by: Stefan Roese <sr@denx.de>
5733
5734 commit ebd0a0ae05a44769c4e27458ad4e9f3438250443
5735 Author: Mike Frysinger <vapier@gentoo.org>
5736 Date:   Mon Apr 23 13:54:24 2007 +0200
5737
5738     [patch] use unsigned char in smc91111 driver for mac
5739
5740     the v_mac variable in the smc91111 driver is declared as a signed char ...
5741     this causes problems when one of the bytes in the MAC is "signed" like 0xE0
5742     because when it gets printed out, you get a display like:
5743     0xFFFFFFE0 and that's no good
5744
5745     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5746
5747 commit ffc50f9bb194343c6303517a517708457a5eb6b8
5748 Author: Michal Simek <monstr@monstr.eu>
5749 Date:   Sat May 5 18:54:42 2007 +0200
5750
5751     new: FSL and MSR support #2
5752
5753 commit f7e2e0eb0668136305f78bb9c21be79b48a34247
5754 Author: Michal Simek <monstr@monstr.eu>
5755 Date:   Sat May 5 18:27:16 2007 +0200
5756
5757     new: FSL and MSR support
5758
5759 commit 2f15278c2eb911c668b4fe562130b78cf554d139
5760 Author: Wolfgang Denk <wd@denx.de>
5761 Date:   Sat May 5 18:23:11 2007 +0200
5762
5763     Coding stylke cleanup; update CHANGELOG.
5764
5765     Signed-off-by: Wolfgang Denk <wd@denx.de>
5766
5767 commit 885ec89b648a899a2f32393fd3ffd9f7234c4402
5768 Author: Wolfgang Denk <wd@denx.de>
5769 Date:   Sat May 5 18:05:02 2007 +0200
5770
5771     Add STX GP3 SSA board to MAKEALL script; update CHANGELOG.
5772
5773     Signed-off-by: Wolfgang Denk <wd@denx.de>
5774
5775 commit 5499645b3fe17a548af9dfc479ca6e2455f179a2
5776 Author: Wolfgang Denk <wd@denx.de>
5777 Date:   Sat May 5 17:15:50 2007 +0200
5778
5779     Make "file" command happy with some config.mk files; update CHANGELOG
5780
5781 commit e3b8c78bc2489c27ae020986ef0eaca684866cef
5782 Author: Jeffrey Mann <mannj@embeddedplanet.com>
5783 Date:   Sat May 5 08:32:14 2007 +0200
5784
5785     ppc4xx: Detect if the sysclk on Sequoia is 33 or 33.333 MHz
5786
5787     The AMCC Secquoia board has been changed in a new revision from using a
5788     33.000 MHz clock to a 33.333 MHz system clock. A bit in the CPLD
5789     indicates the difference. This patch reads that bit and uses the correct
5790     clock speed for the board. This code is backward compatable will all
5791     prior boards. All prior boards will be read as 33.000.
5792
5793     Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
5794     Signed-off-by: Stefan Roese <sr@denx.de>
5795
5796 commit f544ff6656fca263ed1ebe39899b6d95da67c8b8
5797 Author: Stefan Roese <sr@denx.de>
5798 Date:   Sat May 5 08:29:01 2007 +0200
5799
5800     ppc4xx: Sequoia: Remove cpu/ppc4xx/speed.c from NAND booting
5801
5802     Using cpu/ppc4xx/speed.c to calculate the bus frequency is too big
5803     for the 4k NAND boot image so define bus_frequency to 133MHz here
5804     which is save for the refresh counter setup.
5805
5806     Signed-off-by: Stefan Roese <sr@denx.de>
5807
5808 commit 2f550ab976405300f5b07bf2890800840d0aa05f
5809 Author: Timur Tabi <timur@freescale.com>
5810 Date:   Sat May 5 08:12:30 2007 +0200
5811
5812     5xxx: write MAC address to mac-address and local-mac-address
5813
5814     Some device trees have a mac-address property, some have local-mac-address,
5815     and some have both.  To support all of these device trees, ftp_cpu_setup()
5816     should write the MAC address to mac-address and local-mac-address, if they
5817     exist.
5818
5819     Signed-off-by: Timur Tabi <timur@freescale.com>
5820     Acked-by: Grant Likely <grant.likely@secretlab.ca>
5821
5822 commit a79886590593ba1d667c840caa4940c61639f18f
5823 Author: Thomas Knobloch <knobloch@siemens.com>
5824 Date:   Sat May 5 07:04:42 2007 +0200
5825
5826     NAND: Wrong calculation of page number in nand_block_bad()
5827
5828     In case that there is no memory based bad block table available the
5829     function nand_block_checkbad() in drivers/mtd/nand/nand_base.c will call
5830     nand_block_bad() directly. When parameter 'getchip' is set to zero,
5831     nand_block_bad() will not right shift the offset to calculate the
5832     correct page number.
5833
5834     Signed-off-by: Thomas Knobloch <knobloch@siemens.com>
5835     Signed-off-by: Stefan Roese <sr@denx.de>
5836
5837 commit 9877d7dcd1eebe61aa5d8b8ffe9c048ea426e6f6
5838 Author: Wolfgang Denk <wd@denx.de>
5839 Date:   Fri May 4 10:02:33 2007 +0200
5840
5841     Fix initrd length corruption in bootm command.
5842
5843     When using FDT Images, the length of an inital ramdisk was
5844     overwritten (bug introduced by commit 87a449c8, 22 Aug 2006).
5845
5846     Patches by Timur Tabi & Johns Daniel.
5847
5848     Signed-off-by: Wolfgang Denk <wd@denx.de>
5849
5850 commit 068aab660bc3912b930be5540e6b3f3fd6ad3c96
5851 Author: Kim Phillips <kim.phillips@freescale.com>
5852 Date:   Thu May 3 19:43:52 2007 -0500
5853
5854     mpc83xx: fix trivial error in MAKEALL
5855
5856     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
5857
5858 commit c64a89d6ce8584b9fc64f4e85da9ecac3cfc2c2a
5859 Author: Wolfgang Denk <wd@denx.de>
5860 Date:   Thu May 3 16:34:41 2007 +0200
5861
5862     Update board configuration for STX GP3SSA board:
5863
5864     Enable hush shell, environment in flash rather in EEPROM,
5865     more user-friendly default environment, etc.
5866     The simple EEPROM environment can be selected easily in the board
5867     config file.
5868
5869     Signed-off-by: Wolfgang Denk <wd@denx.de>
5870
5871 commit 2c6fb199dc5756fc72f49d1f4de105e089049d65
5872 Author: Wolfgang Denk <wd@denx.de>
5873 Date:   Tue Apr 24 14:37:49 2007 +0200
5874
5875     Cleanup STX GP3SSA code; fix build and compile problems.
5876
5877 commit 35171dc04e028ecacc23ad916a66295472555dbf
5878 Author: Dan Malek <dan@embeddedalley.com>
5879 Date:   Fri Jan 5 09:15:34 2007 +0100
5880
5881     Add support for STX GP3SSA (stxssa) Board
5882
5883     Signed-off-by Dan Malek, <dan@embeddedalley.com>
5884
5885 commit f2134f8e9eb006bdcd729e89f309c07b2fa45180
5886 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
5887 Date:   Wed May 2 13:31:53 2007 +0200
5888
5889     macb: Don't restart autonegotiation if we already have link
5890
5891     Rework macb_phy_init so that it doesn't attempt to re-negotiate if the
5892     link is already up.
5893
5894     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
5895
5896 commit 04fcb5d38bc90779cd9a710d60702075986f0e29
5897 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
5898 Date:   Wed May 2 13:22:38 2007 +0200
5899
5900     macb: Introduce a few barriers when dealing with DMA descriptors
5901
5902     There were a few theoretical possibilities that the compiler might
5903     optimize away DMA descriptor reads and/or writes and thus cause
5904     synchronization problems with the hardware. Insert barriers where
5905     we depend on reads/writes actually hitting memory.
5906
5907     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
5908
5909 commit ffa621a0d12a1ccd81c936c567f8917a213787a8
5910 Author: Andy Fleming <afleming@freescale.com>
5911 Date:   Sat Feb 24 01:08:13 2007 -0600
5912
5913     Cleaned up some 85xx PCI bugs
5914
5915     * Cleaned up the CDS PCI Config Tables and added NULL entries to
5916       the end
5917     * Fixed PCIe LAWBAR assignemt to use the cpu-relative address
5918     * Fixed 85xx PCI code to assign powar region sizes based on the
5919       config values (rather than hard-coding them)
5920     * Fixed the 8548 CDS PCI2 IO to once again have 0 as the base address
5921
5922     Signed-off-by: Andy Fleming <afleming@freescale.com>
5923
5924 commit 6743105988fc44d5b0d30388c790607835aae7a6
5925 Author: Andy Fleming <afleming@freescale.com>
5926 Date:   Mon Apr 23 02:54:25 2007 -0500
5927
5928     Add support for the 8568 MDS board
5929
5930     This included some changes to common files:
5931     * Add 8568 processor SVR to various places
5932     * Add support for setting the qe bus-frequency value in the dts
5933     * Add the 8568MDS target to the Makefile
5934
5935     Signed-off-by: Andy Fleming <afleming@freescale.com>
5936
5937 commit af1c2b84bf27c8565baddc82d1abb93700d10e2e
5938 Author: David Updegraff <dave@cray.com>
5939 Date:   Fri Apr 20 14:34:48 2007 -0500
5940
5941     Add support for treating unknown PHYs as generic PHYs.
5942
5943     When bringing up u-boot on new boards, PHY support sometimes gets
5944     neglected.  Most PHYs don't really need any special support,
5945     though.  By adding a generic entry that always matches if nothing
5946     else does, we can provide support for "unsupported" PHYs for the
5947     tsec.
5948
5949     The generic PHY driver supports most PHYs, including gigabit.
5950
5951     Signed-off-by: David Updegraff <dave@cray.com>
5952     Signed-off-by: Andy Fleming <afleming@freescale.com>
5953
5954 commit a75af9bfd8fff0499efdbb90601cec5a2afef117
5955 Author: James Yang <James.Yang@freescale.com>
5956 Date:   Wed Feb 7 15:28:04 2007 -0600
5957
5958     Conditionalize 8641 Rev1.0 MCM workarounds
5959
5960     Signed-off-by: James Yang <James.Yang@freescale.com>
5961     Signed-off-by: Jon Loeliger <jdl@freescale.com>
5962
5963 commit f64702b7fc8f8df39d31add770df6e372f9e9ce3
5964 Author: Timur Tabi <timur@freescale.com>
5965 Date:   Mon Apr 30 13:59:50 2007 -0500
5966
5967     Fix memory initialization on MPC8349E-mITX
5968
5969     Define CFG_DDR_SDRAM_CLK_CNTL for the MPC8349E-mITX and MPC8349E-mITX-GP.
5970     This allows ddr->sdram_clk_cntl to be properly initialized.  This is necessary
5971     on some ITX boards, notably those with a revision 3.1 CPU.
5972
5973     Also change spd_sdram() in cpu/mpc83xx/spd_sdram.c to not write anything into
5974     ddr->sdram_clk_cntl if CFG_DDR_SDRAM_CLK_CNTL is not defined.
5975
5976     Signed-off-by: Timur Tabi <timur@freescale.com>
5977     Acked-by: Michael Benedict <MBenedict@twacs.com>
5978     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
5979
5980 commit 54b2d434ae9d01787936f34fe1759cf3d7624ae3
5981 Author: Kim Phillips <kim.phillips@freescale.com>
5982 Date:   Mon Apr 30 15:26:21 2007 -0500
5983
5984     mpc83xx: replace elaborate boottime verbosity with 'clocks' command
5985
5986     and fix CPU: to align with Board: display text.
5987
5988     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
5989
5990 commit c1ab82669d9525998c34e802a12cad662723f22a
5991 Author: James Yang <James.Yang@freescale.com>
5992 Date:   Fri Mar 16 13:02:53 2007 -0500
5993
5994     Rewrote picos_to_clk() to avoid rounding errors.
5995     Clarified that conversion is to DRAM clocks rather than platform clocks.
5996     Made function static to spd_sdram.c.
5997
5998     Signed-off-by: James Yang <James.Yang@freescale.com>
5999     Signed-off-by: Jon Loeliger <jdl@freescale.com>
6000
6001 commit 8b39501d28754e72726ce7fb02310e56dbdf116a
6002 Author: Stefan Roese <sr@denx.de>
6003 Date:   Sun Apr 29 14:13:01 2007 +0200
6004
6005     ppc4xx: Bamboo: Use current NAND driver and *not* the legacy driver
6006
6007     Signed-off-by: Stefan Roese <sr@denx.de>
6008
6009 commit 864aa6a6a466fcb92bf32b1d7dba79cd709b52c9
6010 Author: Grzegorz Wianecki <grzegorz.wianecki@gmail.com>
6011 Date:   Sun Apr 29 14:01:54 2007 +0200
6012
6013     [PATCH] Use PVR to distinguish MPC5200B from MPC5200 in boot message
6014
6015     MPC5200B systems are incorrectly reported as MPC5200 in U-Boot start-up
6016     message. Use PVR to distinguish between the two variants, and print proper CPU
6017     information.
6018
6019     Signed-off-by: Grzegorz Wianecki <grzegorz.wianecki@gmail.com>
6020     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
6021     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
6022
6023 commit 5c5d3242935cf3543af01142627494434834cf98
6024 Author: Kim Phillips <kim.phillips@freescale.com>
6025 Date:   Wed Apr 25 12:34:38 2007 -0500
6026
6027     mpc83xx: minor fixups for 8313rdb introduction
6028
6029 commit ada4d40091f6ed4a4f0040e08d20db21967e4a67
6030 Author: Ladislav Michl <ladis@linux-mips.org>
6031 Date:   Wed Apr 25 16:01:26 2007 +0200
6032
6033     [PATCH] simplify silent console
6034
6035     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
6036     Acked-by: Stefan Roese <sr@denx.de>
6037
6038 commit 144876a380f5756f57412caf74c1d6dc201dd796
6039 Author: Michal Simek <monstr@monstr.eu>
6040 Date:   Tue Apr 24 23:01:02 2007 +0200
6041
6042     [PATCH] MTD partition support, JFFS2 support
6043
6044 commit 37ed6cdd4159195bfad68d8a237f6adda8f482cb
6045 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
6046 Date:   Tue Apr 24 14:03:45 2007 +0200
6047
6048     ppc4xx: setup 440EPx/GRx ZMII/RGMII bridge depending on PFC register content.
6049
6050     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
6051
6052 commit 66ed6cca3f340f7a8a06d9272ae2ef8e96f0273d
6053 Author: Andy Fleming <afleming@freescale.com>
6054 Date:   Mon Apr 23 02:37:47 2007 -0500
6055
6056     Reworked 85xx speed detection code
6057
6058     Changed the code to read the registers and calculate the clock
6059     rates, rather than using a "switch" statement.
6060
6061     Idea from Andrew Klossner <andrew@cesa.opbu.xerox.com>
6062
6063     Signed-off-by: Andy Fleming <afleming@freescale.com>
6064
6065 commit 81f481ca708ed6a56bf9c410e3191dbad581c565
6066 Author: Andy Fleming <afleming@freescale.com>
6067 Date:   Mon Apr 23 02:24:28 2007 -0500
6068
6069     Enable 8544 support
6070
6071     * Add support to the Makefile
6072     * Add 8544 configuration support to the tsec driver
6073     * Add 8544 SVR numbers to processor.h
6074
6075     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
6076     Signed-off-by: Jon Loeliger <jdl@freescale.com>
6077
6078 commit 0d8c3a2096eaff8d7de89d45e9af4d4b0d4868fe
6079 Author: Andy Fleming <afleming@freescale.com>
6080 Date:   Fri Feb 23 17:12:25 2007 -0600
6081
6082     Support 1G size on 8548
6083
6084     e500v2 and newer cores support 1G page sizes.
6085
6086     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
6087     Signed-off-by: Andy Fleming <afleming@freescale.com>
6088
6089 commit 45cef612cc601d2d1c890fbbd7cdc9609a189a46
6090 Author: Andy Fleming <afleming@freescale.com>
6091 Date:   Fri Feb 23 17:11:16 2007 -0600
6092
6093     Changed BOOKE_PAGESZ_nGB to BOOKE_PAGESZ_nG
6094
6095     The other pagesz constants use one letter to specify order of
6096     magnitude.  Also change the one reference to it in mpc8548cds/init.S
6097
6098     Signed-off-by: Andy Fleming <afleming@freescale.com>
6099
6100 commit 1f9a318cea14272edd10d63739e2d326c90f430e
6101 Author: Andy Fleming <afleming@freescale.com>
6102 Date:   Fri Feb 23 16:28:46 2007 -0600
6103
6104     Only set ddrioovcr for 8548 rev1.
6105
6106     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
6107     Signed-off-by: Andy Fleming <afleming@freescale.com>
6108
6109 commit 9343dbf85bc03033f2102d8e8543567c2c1ad2d2
6110 Author: Andy Fleming <afleming@freescale.com>
6111 Date:   Sat Feb 24 01:16:45 2007 -0600
6112
6113     Tweak DDR ECC error counter
6114
6115     Enable single-bit error counter when memory was cleared by ddr controller.
6116
6117     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
6118     Signed-off-by: Andy Fleming <afleming@freescale.com>
6119
6120 commit 85e7c7a45e3dd9c7ce3e722352ba60f8df1a7a4b
6121 Author: Timur Tabi <timur@freescale.com>
6122 Date:   Mon Feb 12 13:34:55 2007 -0600
6123
6124     85xx: write MAC address to mac-address and local-mac-address
6125
6126     Some device trees have a mac-address property, some have local-mac-address,
6127     and some have both.  To support all of these device trees, ftp_cpu_setup()
6128     should write the MAC address to mac-address and local-mac-address, if they
6129     exist.
6130
6131     Signed-off-by: Timur Tabi <timur@freescale.com>
6132
6133 commit 03b81b48eec0ad249ec97a4ae16c36fa2e014ff4
6134 Author: Andy Fleming <afleming@freescale.com>
6135 Date:   Mon Apr 23 01:44:44 2007 -0500
6136
6137     Some 85xx cpu cleanups
6138
6139     * Cleaned up the TSR[WIS] clearing
6140     * Cleaned up DMA initialization
6141
6142     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
6143     Signed-off-by: Jon Loeliger <jdl@freescale.com>
6144     Acked-by: Andy Fleming <afleming@freescale.com>
6145
6146 commit 151d5d992eab8c497b24c816c73dc1ad8bffb4eb
6147 Author: Andy Fleming <afleming@freescale.com>
6148 Date:   Mon Apr 23 01:32:22 2007 -0500
6149
6150     Add cpu support for the 8544
6151
6152     Recognize new SVR values, and add a few register definitions
6153
6154     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
6155     Signed-off-by: Jon Loeliger <jdl@freescale.com>
6156     Acked-by: Andy Fleming <afleming@freescale.com>
6157
6158 commit 25d83d7f4ac65727182d8ddaf7ba42fa74cf65ae
6159 Author: Jon Loeliger <jdl@freescale.com>
6160 Date:   Wed Apr 11 16:51:02 2007 -0500
6161
6162     Add MPC8544DS basic port board files.
6163
6164     Add board port under new board/freescale directory
6165     structure and reuse existing PIXIS FPGA support there.
6166
6167     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
6168     Signed-off-by: Jon Loeliger <jdl@freescale.com>
6169
6170 commit 0cde4b00fc7393b89f379d83a9d436dcb1334bfa
6171 Author: Jon Loeliger <jdl@freescale.com>
6172 Date:   Wed Apr 11 16:50:57 2007 -0500
6173
6174     Add MPC8544DS main configuration file.
6175
6176     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
6177     Signed-off-by: Jon Loeliger <jdl@freescale.com>
6178
6179 commit 362dd83077ac04c0296bca3e824ec2fb3d44d9d6
6180 Author: Sergei Shtylyov <sshtylyov@ru.mvista.com>
6181 Date:   Wed Dec 27 22:07:15 2006 +0300
6182
6183     Fix PCI I/O space mapping on Freescale MPC85x0ADS
6184
6185     The PCI I/O space mapping for Freescale MPC8540ADS board was broken by commit
6186     52c7a68b8d587ebcf5a6b051b58b3d3ffa377ddc which failed to update the #define's
6187     describing the local address window used for the PCI I/O space accesses -- fix
6188     this and carry over the necessary changes into the MPC8560ADS code since the
6189     PCI I/O space mapping was also broken for this board (by the earlier commit
6190     087454609e47295443af793a282cddcd91a5f49c).  Add the comments clarifying how
6191     the PCI I/O space must be mapped to all the MPC85xx board config. headers.
6192
6193     Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
6194
6195      board/mpc8540ads/init.S      |    4 ++--
6196      board/mpc8560ads/init.S      |    4 ++--
6197      include/configs/MPC8540ADS.h |    5 ++---
6198      include/configs/MPC8541CDS.h |    2 +-
6199      include/configs/MPC8548CDS.h |    2 +-
6200      include/configs/MPC8560ADS.h |    8 ++++----
6201      6 files changed, 12 insertions(+), 13 deletions(-)
6202
6203 commit 96629cbabdb727d4a5e62542deefc01d498db6dc
6204 Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
6205 Date:   Tue Dec 5 16:42:30 2006 +0800
6206
6207     u-boot: Fix e500 v2 core reset bug
6208
6209     The following patch fixes the e500 v2 core reset bug.
6210     For e500 v2 core, a new reset control register is added to reset the
6211     processor.
6212
6213     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
6214
6215 commit 63247a5acd58032e6cf33f525bc3923b467bac88
6216 Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
6217 Date:   Wed Dec 20 11:01:00 2006 +0800
6218
6219     u-boot: v2: Remove the fixed TLB and LAW entrynubmer
6220
6221     Remove the fixed TLB and LAW entry nubmer. Use actually TLB and LAW
6222     entry number to control the loop.  This can reduce the potential risk
6223     for the 85xx processor increasing its TLB adn LAW entry number.
6224
6225     Signed-off-by: Swarthout Edward <swarthout@freescale.com>
6226     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
6227
6228 commit 0b1934ba12fd408fcc3b8bd9f4b04864c42a42bf
6229 Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
6230 Date:   Mon Dec 18 17:01:04 2006 +0800
6231
6232     u-boot: Fix the 85xxcds tsec bug
6233
6234     Fix the 85xxcds tsec bug.
6235     When enable PCI, tsec.o should be added to u-boot.lds to make tsec work.
6236
6237     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
6238
6239 commit 7337b237ffc4aaf1b9467024fe472a880d852598
6240 Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
6241 Date:   Fri Dec 15 14:43:31 2006 +0800
6242
6243     u-boot: Fix CPU2 errata on MPC8548CDS board
6244
6245     This patch apply workaround of CPU2 errata on MPC8548CDS board.
6246
6247     Signed-off-by:Ebony Zhu <ebony.zhu@freescale.com>
6248
6249 commit 39b18c4f3e0b6d0dc00f4e68bad2da3766c85f09
6250 Author: ebony.zhu@freescale.com <ebony.zhu@freescale.com>
6251 Date:   Mon Dec 18 16:25:15 2006 +0800
6252
6253     u-boot: Disables MPC8548CDS 2T_TIMING for DDR by default
6254
6255     This patch disables MPC8548CDS 2T_TIMING for DDR by default.
6256
6257     Signed-off-by:Ebony Zhu <ebony.zhu@freescale.com>
6258
6259 commit 41fb7e0f1ec9b91bdae2565bab5f2e3ee15039c7
6260 Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
6261 Date:   Thu Dec 14 14:14:55 2006 +0800
6262
6263     u-boot: Enable PCI function and add PEX & rapidio memory map on MPC8548CDS board
6264
6265     Enable PCI function and add PEX & rapidio memory map on MPC8548CDS
6266     board.
6267     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
6268
6269 commit 96b8a05432f346f36493535c85320b70ec9c7c1b
6270 Author: Scott Wood <scottwood@freescale.com>
6271 Date:   Mon Apr 16 14:54:15 2007 -0500
6272
6273     mpc83xx: Add MPC8313ERDB support.
6274
6275     Signed-off-by: Scott Wood <scottwood@freescale.com>
6276
6277 commit 49ea3b6eafe606285ae4d5c378026153dde53200
6278 Author: Scott Wood <scottwood@freescale.com>
6279 Date:   Mon Apr 16 14:34:21 2007 -0500
6280
6281     mpc83xx: Add generic PCI setup code.
6282
6283     Board code can now request the generic setup code rather than having to
6284     copy-and-paste it for themselves.  Boards should be converted to use this
6285     once they're tested with it.
6286
6287     Signed-off-by: Scott Wood <scottwood@freescale.com>
6288
6289 commit 7c98e5193e93df6b9b651851d54b638a61ebb0ea
6290 Author: Scott Wood <scottwood@freescale.com>
6291 Date:   Mon Apr 16 14:34:19 2007 -0500
6292
6293     mpc83xx: Add 831x support to speed.c.
6294
6295     Signed-off-by: Scott Wood <scottwood@freescale.com>
6296
6297 commit 0f253283a32d91e06844d7f87f9b33f4f4fbce8f
6298 Author: Scott Wood <scottwood@freescale.com>
6299 Date:   Mon Apr 16 14:34:18 2007 -0500
6300
6301     mpc83xx: Add 831x support to global_data.h
6302
6303     Signed-off-by: Scott Wood <scottwood@freescale.com>
6304
6305 commit 95e7ef897e54591e615fc1b458b74c286fe1fb06
6306 Author: Scott Wood <scottwood@freescale.com>
6307 Date:   Mon Apr 16 14:34:16 2007 -0500
6308
6309     mpc83xx: Change PVR_83xx to PVR_E300C1-3, and update checkcpu().
6310
6311     Rather than misleadingly define PVR_83xx as the specific type of 83xx
6312     being built for, the PVR of each core revision is defined. checkcpu() now
6313     prints the core that it detects, rather than aborting if it doesn't find
6314     what it thinks it wants.
6315
6316     Signed-off-by: Scott Wood <scottwood@freescale.com>
6317
6318 commit a35b0c4950d84cf9e3a9e32b916135956d1ac636
6319 Author: Scott Wood <scottwood@freescale.com>
6320 Date:   Mon Apr 16 14:34:15 2007 -0500
6321
6322     mpc83xx: Recognize SPR values for MPC8311 and MPC8313.
6323
6324     Signed-off-by: Scott Wood <scottwood@freescale.com>
6325
6326 commit d87c57b201b4572d16f1b642998faa00c9912b16
6327 Author: Scott Wood <scottwood@freescale.com>
6328 Date:   Mon Apr 16 14:31:55 2007 -0500
6329
6330     mpc83xx: Add register definitions for MPC831x.
6331
6332     Signed-off-by: Scott Wood <scottwood@freescale.com>
6333
6334 commit 7fc4c71a143be8666d70803fb25ae60379c95622
6335 Author: Stefan Roese <sr@denx.de>
6336 Date:   Mon Apr 23 15:39:59 2007 +0200
6337
6338     Fix file mode
6339
6340     Signed-off-by: Stefan Roese <sr@denx.de>
6341
6342 commit 38257988abfe74d459ca2ad748b109ca04e4efe1
6343 Author: Sergei Shtylyov <sshtylyov@ru.mvista.com>
6344 Date:   Mon Apr 23 15:30:39 2007 +0200
6345
6346     [PATCH] Avoid assigning PCI resources from zero address
6347
6348     If a PCI IDE card happens to get a zero address assigned to it, the Linux IDE
6349     core complains and IDE drivers fails to work.  Also, assigning zero to a BAR
6350     was illegal according to PCI 2.1 (the later revisions seem to have excluded the
6351     sentence about "0" being considered an invalid address) -- so, use a reasonable
6352     starting value of 0x1000 (that's what the most Linux archs are using).
6353
6354     Alternatively, one might have fixed the calls to pci_set_region() individually
6355     (some code even seems to have taken care of this issue) but that would have
6356     been a lot more work. :-)
6357
6358     Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
6359     Acked-by: Stefan Roese <sr@denx.de>
6360
6361 commit afb903a2eb9436baa9270ccc0c27082d86497d89
6362 Author: Jeffrey Mann <mannj@embeddedplanet.com>
6363 Date:   Mon Apr 23 14:00:11 2007 +0200
6364
6365     [patch] setenv(...) can delete environmentalvariables
6366
6367     update setenv() function so that entering a NULL value for the
6368     variable's value will delete the environmental variable
6369
6370     Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
6371     Acked-by: Stefan Roese <sr@denx.de>
6372
6373 commit 36f104e5caa747d568eff26b369565af57c2ffa6
6374 Author: Mike Frysinger <vapier@gentoo.org>
6375 Date:   Mon Apr 23 13:54:24 2007 +0200
6376
6377     [patch] use unsigned char in smc91111 driver for mac
6378
6379     the v_mac variable in the smc91111 driver is declared as a signed char ...
6380     this causes problems when one of the bytes in the MAC is "signed" like 0xE0
6381     because when it gets printed out, you get a display like:
6382     0xFFFFFFE0 and that's no good
6383
6384     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6385
6386 commit d98c0885ad617fccf21e7c26ef8cb728fbfb2459
6387 Author: Rodolfo Giometti <giometti@enneenne.com>
6388 Date:   Mon Apr 23 13:10:52 2007 +0200
6389
6390     USB: (Another) delay for crappy USB keys.
6391
6392     Some USB keys are slow in giving back an answer when the Root HUB
6393     enables power lines.
6394
6395     Signed-off-by: Rodolfo Giometti <giometti@linux.it>
6396
6397 commit 323bfa8f436dc3bc57187c9b1488bc3146ff1522
6398 Author: Stefan Roese <sr@denx.de>
6399 Date:   Mon Apr 23 12:00:22 2007 +0200
6400
6401     Remove BOARDLIBS usage completely
6402
6403     Signed-off-by: Stefan Roese <sr@denx.de>
6404
6405 commit 32556443840f127170e4baa8bdd5b567039f6c36
6406 Author: Michal Simek <monstr@monstr.eu>
6407 Date:   Sat Apr 21 21:07:22 2007 +0200
6408
6409     [PATCH] SystemACE support for Microblaze
6410
6411 commit 0643631aa1036cd746bf5d15f5a34bc7bc01ea4f
6412 Author: Michal Simek <monstr@monstr.eu>
6413 Date:   Sat Apr 21 21:02:40 2007 +0200
6414
6415     16bit read/write little endian
6416
6417 commit 9d1d6a34d26c5933bc097ce73c9348f95573cdd4
6418 Author: Michal Simek <monstr@monstr.eu>
6419 Date:   Sat Apr 21 20:53:31 2007 +0200
6420
6421     Change ML401 parameters - Xilinx BSP
6422
6423 commit 2e343b9a57f32e1bd08c35c9976910333fb4e13d
6424 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
6425 Date:   Wed Feb 28 05:37:29 2007 -0600
6426
6427     mpc8641hpcn: Fix LAW and TLB setup to use the IO_PHYS #defines.
6428
6429     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
6430
6431 commit 79cb47391eebef85acadb3f6961ef6c55cace6ac
6432 Author: Zhang Wei <wei.zhang@freescale.com>
6433 Date:   Fri Jan 19 10:42:37 2007 +0800
6434
6435     Enable LAWs for MPC8641 PCI-Ex2.
6436
6437     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
6438     Signed-off-by: Jon Loeliger <jdl@freescale.com>
6439
6440 commit bd7851ce1e1f140665b520026abf1042968b1102
6441 Author: Jon Loeliger <jdl@freescale.com>
6442 Date:   Fri Apr 20 14:12:26 2007 -0500
6443
6444     mpc86xx; Write MAC address to mac-address and local-mac-address
6445
6446     Some device trees have a mac-address property, some have local-mac-address,
6447     and some have both.  To support all of these device trees, ftp_cpu_setup()
6448     should write the MAC address to mac-address and local-mac-address, if they
6449     exist.
6450
6451     Signed-off-by: Timur Tabi <timur@freescale.com>
6452     Signed-off-by: Jon Loeliger <jdl@freescale.com>
6453
6454 commit 7dbdf28b8bd855a8530dc3292e4982575a197060
6455 Author: Jon Loeliger <jdl@freescale.com>
6456 Date:   Fri Apr 20 14:11:38 2007 -0500
6457
6458     mpc86xx: protect memcpy to bad address if a mac-address is missing from dt
6459
6460     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
6461     Signed-off-by: Jon Loeliger <jdl@freescale.com>
6462
6463 commit 14da5f7675bbb427c469e3f45006e027b6e21db9
6464 Author: Wolfgang Denk <wd@denx.de>
6465 Date:   Fri Apr 20 17:43:28 2007 +0200
6466
6467     Cleanup compiler warnings, update CHANGELOG
6468
6469     Signed-off-by: Wolfgang Denk <wd@denx.de>
6470
6471 commit 6923565db12af34fd5e02d354ee65a8c78ac460f
6472 Author: Detlev Zundel <dzu@denx.de>
6473 Date:   Fri Apr 20 12:01:47 2007 +0200
6474
6475     Fix breakage of NC650 board with respect to nand support.
6476
6477     Signed-off-by: Detlev Zundel <dzu@denx.de>
6478
6479 commit 39f23cd90947639ac278a18ff277ec786b5ac167
6480 Author: Domen Puncer <domen.puncer@telargo.com>
6481 Date:   Fri Apr 20 11:13:16 2007 +0200
6482
6483     [RFC PATCH] icecube/lite5200b: fix OF_TBCLK (timebase-frequency) calculation
6484
6485     G2 core reference manual says decrementer and time base
6486     are decreasing/increasing once every 4 bus clock cycles.
6487     Lets fix it, so time in Linux won't run twice as fast
6488
6489     Signed-off-by: Domen Puncer <domen.puncer@telargo.com>
6490     Acked-by: Grant Likely <grant.likely@secretlab.ca>
6491
6492 commit 7651f8bdbba03bb0b4f241e2d2c4cb65b230bd56
6493 Author: Gerald Van Baren <vanbaren@cideas.com>
6494 Date:   Thu Apr 19 23:14:39 2007 -0400
6495
6496     Fix serious pointer bug with bootm and reserve map.
6497
6498     What was suppose to be a stack variable was declared as a pointer,
6499       overwriting random memory.
6500     Also moved the libfdt.a requirement into the main Makefile.  That is
6501       The U-Boot Way.
6502
6503 commit d21686263574e95cb3e9e9b0496f968b1b897fdb
6504 Author: Stefan Roese <sr@denx.de>
6505 Date:   Thu Apr 19 09:53:52 2007 +0200
6506
6507     ppc4xx: Fix chip select timing for SysACE access on AMCC Katmai
6508
6509     Previous versions used full wait states for the chip select #1 which
6510     is connected to the Xilinix SystemACE controller on the AMCC Katmai
6511     evaluation board. This leads to really slow access and therefore low
6512     performance. This patch now sets up the chip select a lot faster
6513     resulting in much better read/write performance of the Linux driver.
6514
6515     Signed-off-by: Stefan Roese <sr@denx.de>
6516
6517 commit 37837828d89084879bee2f2b8c7c68d4695940df
6518 Author: Wolfgang Denk <wd@denx.de>
6519 Date:   Wed Apr 18 17:49:29 2007 +0200
6520
6521     Clenaup, update CHANGELOG
6522
6523     Signed-off-by: Wolfgang Denk <wd@denx.de>
6524
6525 commit fd094c6379e2ef8a4d0ceb5640b24cb0c8d04449
6526 Author: Wolfgang Denk <wd@denx.de>
6527 Date:   Wed Apr 18 17:20:58 2007 +0200
6528
6529     Update CHANGELOG
6530
6531     Signed-off-by: Wolfgang Denk <wd@denx.de>
6532
6533 commit 2a26ec4732efd7a308d0bbc97714c1d75ef1173b
6534 Author: Wolfgang Denk <wd@denx.de>
6535 Date:   Wed Apr 18 17:07:26 2007 +0200
6536
6537     Cleanup, update CHANGELOG
6538
6539     Sigend-off-by: Wolfgang Denk <wd@denx.de>
6540
6541 commit 5f6c732affea9647762d27a4617a2ae64c52dceb
6542 Author: Wolfgang Denk <wd@denx.de>
6543 Date:   Wed Apr 18 16:17:46 2007 +0200
6544
6545     Update CHANGELOG
6546
6547 commit ad4eb555671d97f96dc56eab55103b1f86874b01
6548 Author: Wolfgang Denk <wd@denx.de>
6549 Date:   Wed Apr 18 14:30:39 2007 +0200
6550
6551     MCC200 board: remove warning which is obsolete after PSoC firmware changes
6552
6553     Signed-off-by: Wolfgang Denk <wd@denx.de>
6554
6555 commit 3747a3f010b2b1442dec3e871c69788b6017aaae
6556 Author: Domen Puncer <domen.puncer@telargo.com>
6557 Date:   Wed Apr 18 12:11:05 2007 +0200
6558
6559     [PATCH] icecube/lite5200b: document wakeup from low-power support
6560
6561     Signed-off-by: Domen Puncer <domen.puncer@telargo.com>
6562
6563 commit e673226ff9d6aa91b47ceac74b8c13770b06bb37
6564 Author: Stefan Roese <sr@denx.de>
6565 Date:   Wed Apr 18 12:07:47 2007 +0200
6566
6567     ppc4xx: Update Acadia to not setup PLL when booting via bootstrap EEPROM
6568
6569     Signed-off-by: Stefan Roese <sr@denx.de>
6570
6571 commit 90e6f41cf09fc98f6ccb510e183d53ab8546cf2f
6572 Author: Stefan Roese <sr@denx.de>
6573 Date:   Wed Apr 18 12:05:59 2007 +0200
6574
6575     ppc4xx: Add output for bootrom location to 405EZ ports
6576
6577     Now 405EZ ports also show upon bootup from which boot device
6578     they are configured to boot:
6579
6580     U-Boot 1.2.0-gd3832e8f-dirty (Apr 18 2007 - 07:47:05)
6581
6582     CPU:   AMCC PowerPC 405EZ Rev. A at 199.999 MHz (PLB=133, OPB=66, EBC=66 MHz)
6583            Bootstrap Option E - Boot ROM Location EBC (32 bits)
6584            16 kB I-Cache 16 kB D-Cache
6585     Board: Acadia - AMCC PPC405EZ Evaluation Board
6586
6587     Signed-off-by: Stefan Roese <sr@denx.de>
6588
6589 commit 9c00dfb0bf89c8c23e8af5b5bdf49cf66d769f85
6590 Author: Peter Pearse <peter.pearse@arm.com>
6591 Date:   Tue Apr 17 13:30:33 2007 +0100
6592
6593     Move ppearse to ARM board list
6594     Add Konstantin Kletschke for scb9328.
6595     Signed-off-by: Peter Pearse <peter.pearse@arm.com>
6596
6597 commit d3832e8fe1b214ec62424eac36cfda9fc56d21b3
6598 Author: Domen Puncer <domen.puncer@telargo.com>
6599 Date:   Mon Apr 16 14:00:13 2007 +0200
6600
6601     [PATCH] icecube/lite5200b: wakeup from low-power support
6602
6603     U-Boot part of Lite5200b low power mode support.
6604     Puts SDRAM out of self-refresh and transfers control to
6605     address saved at physical 0x0.
6606
6607     Signed-off-by: Domen Puncer <domen.puncer@telargo.com>
6608     Acked-by: Grant Likely <grant.likely@secretlab.ca>
6609
6610 commit f35a53fc7b0c79fcfe7bdc01163c4b34aaba1460
6611 Author: Gerald Van Baren <vanbaren@cideas.com>
6612 Date:   Sun Apr 15 13:54:26 2007 -0400
6613
6614     Fix the ft_cpu_setup() property settings.
6615
6616     Use "setter" functions instead of flags, cleaner and more flexible.
6617     It also fixes the problem noted by Timur Tabi that the ethernet MAC
6618     addresses were all being set incorrectly to the same MAC address.
6619
6620 commit c28abb9c614f65ce2096cc4a66fc886c77d0e5a4
6621 Author: Gerald Van Baren <vanbaren@cideas.com>
6622 Date:   Sat Apr 14 22:51:24 2007 -0400
6623
6624     Improve the bootm command for CONFIG_OF_LIBFDT
6625
6626     In bootm, create the "/chosen" node only if it doesn't already exist
6627       (better matches the previous behavior).
6628     Update for proper reserved memory map handling for initrd.
6629
6630 commit 3f9f08cf91c8a6949a5d78a18bd3d8df7b86d888
6631 Author: Gerald Van Baren <vanbaren@cideas.com>
6632 Date:   Sat Apr 14 22:46:41 2007 -0400
6633
6634     Add some utilities to manipulate the reserved memory map.
6635
6636 commit 8048cdd56f04a756eeea4951f402bf5cc33785db
6637 Author: Wolfgang Denk <wd@denx.de>
6638 Date:   Sat Apr 14 21:16:54 2007 +0200
6639
6640     Update CHANGELOG
6641
6642 commit 8e6875183cdca91c134408d119d4abcd48ef6856
6643 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
6644 Date:   Sun Dec 17 18:56:46 2006 +0100
6645
6646     AVR32: Enable MMC support
6647
6648     Set up the portmux for the MMC interface and enable the MMC driver
6649     along with support for DOS partitions, ext2 and FAT filesystems.
6650
6651     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
6652
6653 commit fc26c97bb6df41b4a95662c34054fe912387bf38
6654 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
6655 Date:   Fri Jan 20 10:03:53 2006 +0100
6656
6657     Atmel MCI driver
6658
6659     Driver for the Atmel MCI controller (MMC interface) for AT32AP CPUs.
6660
6661     The AT91 ARM-based CPUs use basically the same hardware, so it should
6662     be possible to share this driver, but no effort has been made so far.
6663
6664     Hardware documentation can be found in the AT32AP7000 data sheet,
6665     which can be downloaded from
6666
6667     http://www.atmel.com/dyn/products/datasheets.asp?family_id=682
6668
6669     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
6670
6671 commit 05fdab1ef6a10d049a50021a86f1226f444d9b9f
6672 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
6673 Date:   Sun Dec 17 18:55:37 2006 +0100
6674
6675     AVR32: Add clk and gpio infrastructure for mmci
6676
6677     Implement functions for configuring the mmci pins, as well as
6678     functions for getting the clock rate of the mmci controller.
6679
6680     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
6681
6682 commit 7fac3f69e9f05c5e5326681976c35d129324c4de
6683 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
6684 Date:   Sun Dec 17 18:53:56 2006 +0100
6685
6686     Enable partition support with MMC
6687
6688     Include implementations of init_part() and get_partition_info() when
6689     CONFIG_MMC is set.
6690
6691     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
6692
6693 commit 9a24f477a1ed5bb0f74377c985d754ebbfa44872
6694 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
6695 Date:   Sun Dec 17 17:14:30 2006 +0100
6696
6697     AVR32: Enable networking
6698
6699     Implement MACB initialization for AVR32 and ATSTK1000, and turn
6700     everything on, including the MACB driver.
6701
6702     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
6703
6704 commit 5c1fe1ffffd1750a7e47e5a2e2cd600c00e4f009
6705 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
6706 Date:   Fri Jan 20 10:03:34 2006 +0100
6707
6708     Atmel MACB ethernet driver
6709
6710     Driver for the Atmel MACB on-chip ethernet controller.
6711
6712     This driver has been tested on the ATSTK1000 board with a AT32AP7000
6713     CPU. It should probably work on AT91SAM926x as well with some minor
6714     modifications.
6715
6716     Hardware documentation can be found in the AT32AP7000 data sheet,
6717     which can be downloaded from
6718
6719     http://www.atmel.com/dyn/products/datasheets.asp?family_id=682
6720
6721     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
6722
6723 commit b4ec9c2d43d894729bb633bfdbdfa95a962c1556
6724 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
6725 Date:   Sun Dec 17 16:56:14 2006 +0100
6726
6727     AVR32: Add clk and gpio infrastructure for macb0 and macb1
6728
6729     Implement functions for configuring the macb0 and macb1 pins, as
6730     well as functions for getting the clock rate of the various
6731     busses the macb ethernet controllers are connected to.
6732
6733     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
6734
6735 commit d5acb95b16a0a74c643524342c3437e765426d05
6736 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
6737 Date:   Sun Dec 17 15:39:15 2006 +0100
6738
6739     AVR32: Implement simple DMA memory allocator
6740
6741     Implement dma_alloc_coherent() which returns cache-aligned
6742     uncacheable memory.
6743
6744     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
6745
6746 commit 91975b0fea773c9e681fea8cf3349669f27685ee
6747 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
6748 Date:   Sun Dec 17 15:46:02 2006 +0100
6749
6750     Import <linux/mii.h> from the Linux kernel
6751
6752     Instead of creating yet another set of MII register definitions
6753     in the macb driver, here's a complete set of definitions for everyone
6754     to use.
6755
6756     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
6757
6758 commit 1b804b229556a4d862da93c0ec94e79419364b2c
6759 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
6760 Date:   Wed Mar 21 19:47:36 2007 +0100
6761
6762     AVR32: Include more commands for ATSTK1000
6763
6764     Include the imi, imls and jffs commands sets by default on ATSTK1000.
6765     Also define CONFIG_BOOTARGS to something more useful, define
6766     CONFIG_BOOTCOMMAND and enable autoboot by default.
6767
6768     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
6769
6770 commit 9c0deb5ae3ea0189f2e08ac29ef1316f1fb8548d
6771 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
6772 Date:   Wed Mar 21 19:44:48 2007 +0100
6773
6774     AVR32: Provide a definition of struct stat
6775
6776     Copy the definition of struct stat from the Linux kernel.
6777
6778     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
6779
6780 commit 12f099c08167a7a51aeee623bc16dafd0841271c
6781 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
6782 Date:   Sun Dec 17 14:46:06 2006 +0100
6783
6784     AVR32: Use initdram() instead of board_init_memories()
6785
6786     Conform to the "standard" interface and use initdram() instead of
6787     board_init_memories() on AVR32. This enables us to get rid of the
6788     sdram_size member of the global_data struct as well.
6789
6790     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
6791
6792 commit 1f4f2121c2685182eb87fa9a9b799d1917387a1c
6793 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
6794 Date:   Mon Nov 20 15:53:10 2006 +0100
6795
6796     AVR32: Relocate u-boot to SDRAM
6797
6798     Relocate the u-boot image into SDRAM like everyone else does. This
6799     means that we can handle much larger .data and .bss than we used to.
6800
6801     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
6802
6803 commit df548d3c3e2bbc40258713167859ffc2ce99a900
6804 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
6805 Date:   Sun Nov 19 18:06:53 2006 +0100
6806
6807     AVR32: Resource management rewrite
6808
6809     Rewrite the resource management code (i.e. I/O memory, clock gating,
6810     gpio) so it doesn't depend on any global state. This is necessary
6811     because this code is heavily used before relocation to RAM, so we
6812     can't write to any global variables.
6813
6814     As an added bonus, this makes u-boot's memory footprint a bit smaller,
6815     although some functionality has been left out; all clocks are enabled
6816     all the time, and there's no checking for gpio line conflicts.
6817
6818     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
6819
6820 commit 03d1e1365796cd15d1726e8a51fd8b5be50b2fe9
6821 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
6822 Date:   Sat Nov 18 18:01:13 2006 +0100
6823
6824     AVR32: Clean up memory-map.h for at32ap7000
6825
6826     Convert spaces to tabs (must have missed this one last time around),
6827     sort the entries by address and group them together by bus
6828     connectivity.
6829
6830     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
6831
6832 commit 28c699ef69f4b6cdf252e4747b7b590028a88981
6833 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
6834 Date:   Sat Nov 18 17:32:31 2006 +0100
6835
6836     AVR32: Build position-independent u-boot
6837
6838     Add -fPIC -mno-init-got to the avr32-specific CFLAGS to make u-boot
6839     position independent. This will make relocation a lot easier.
6840
6841     -mno-init-got means that gcc shouldn't emit code to load the GOT
6842     address into r6 in every function prologue. We do it once and for
6843     all in the early startup assembly code, so enabling this option
6844     makes u-boot a bit faster and smaller.
6845
6846     The assembly parts have always been position-independent, so no code
6847     changes should be necessary.
6848
6849     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
6850
6851 commit 5374b36de91d006d1df9536259fa9f66b01aa3aa
6852 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
6853 Date:   Sat Nov 18 17:24:31 2006 +0100
6854
6855     AVR32: Use avr32-linux- cross-compilation prefix by default
6856
6857     It doesn't really matter which toolchain you use to compile u-boot,
6858     but the avr32-linux one is probably what most people have installed.
6859
6860     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
6861
6862 commit c841beeddebece0039e724fb27f4d1a39ee1c6b6
6863 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
6864 Date:   Sat Nov 18 17:15:30 2006 +0100
6865
6866     AVR32: Split start_u_boot into board_init_f and board_init_r
6867
6868     Split the avr32 initialization code into a function to run before
6869     relocation, board_init_f and a function to run after relocation,
6870     board_init_r. For now, board_init_f simply calls board_init_r
6871     at the end.
6872
6873     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
6874
6875 commit 37403005cfe6bb13964d450f6a48a0b0f2f7017e
6876 Author: Heiko Schocher <hs@pollux.denx.de>
6877 Date:   Sat Apr 14 05:26:48 2007 +0200
6878
6879     [Fix]       Set the LED status register on the UC101 for the LXT971 PHY.
6880             clear the Display after reset.
6881
6882     Signed-off-by: Heiko Schocher <hs@denx.de>
6883
6884 commit 7882751c78b7ecabfd49b0eff8de27661c71f16c
6885 Author: Denis Peter <d.peter@mpl.ch>
6886 Date:   Fri Apr 13 09:13:33 2007 +0200
6887
6888     [PATCH] Fix bugs in cmd_ide.c and cmd_scsi.c
6889
6890     Fix bug introduced by "Fix get_partition_info() parameter error in all
6891     other calls" from 2005-03-04 in cmd_ide.c and cmd_scsi.c, which prevented
6892     to use diskboot or scsiboot form another device than 0.
6893
6894     Signed-off-by: Denis Peter <d.peter@mpl.ch>
6895
6896 commit 0b94504d22e70f537c17a0d38c87edb6e370977d
6897 Author: Greg Lopp <lopp@pobox.com>
6898 Date:   Fri Apr 13 08:02:24 2007 +0200
6899
6900     [PATCH] Fix use of "void *" for block dev read/write buffer pointers
6901
6902     Signed-of-by: Greg Lopp <lopp@pobox.com>
6903     Acked-by: Grant Likely <grant.likely@secretlab.ca>
6904
6905 commit 6fbf261f8df294e589cfadebebe5468e3c0f29e9
6906 Author: Xie Xiaobo <r63061@freescale.com>
6907 Date:   Fri Mar 9 19:08:25 2007 +0800
6908
6909     Fix two bugs for MPC83xx DDR2 controller SPD Init
6910
6911     There are a few bugs in the cpu/mpc83xx/spd_sdram.c
6912     the first bug is that the picos_to_clk routine introduces a huge
6913     rounding error in 83xx.
6914     the second bug is that the mode register write recovery field is
6915     tWR-1, not tWR >> 1.
6916
6917 commit 2ad3aba01d37b72e7c957b07e102fccd64fe6d13
6918 Author: Jeffrey Mann <mannj@embeddedplanet.com>
6919 Date:   Thu Apr 12 14:15:59 2007 +0200
6920
6921     ppc4xx: Fix i2c divisor calcularion for PPC4xx
6922
6923     This patch fixes changes the i2c_init(...) function to use the function
6924     get_OPB_freq() rather than calculating the OPB speed by
6925     sysInfo.freqPLB/sysInfo.pllOpbDiv. The get_OPB_freq() function is
6926     specific per processor. The prior method was not and so was calculating
6927     the wrong speed for some PPC4xx processors.
6928
6929     Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
6930     Signed-off-by: Stefan Roese <sr@denx.de>
6931
6932 commit 6c9ba919375db977aaad9146bf320c7afd07ae7a
6933 Author: Wolfgang Denk <wd@denx.de>
6934 Date:   Wed Apr 11 17:25:01 2007 +0200
6935
6936     Update CHANGELOG
6937
6938     Signed-off-by: Wolfgang Denk <wd@denx.de>
6939
6940 commit 51056dd9863e6a1bc363afbbe1775c58cd967418
6941 Author: Wolfgang Denk <wd@denx.de>
6942 Date:   Wed Apr 11 17:22:55 2007 +0200
6943
6944     Update for SC3 board
6945
6946     * Make IDE timeout configurable through ide_reset_timeout variable.
6947     * Use Newline as "password" string
6948     * Use just a single partition in NAND flash
6949
6950 commit 3d98b85800c80dc68227c8f10bf5c93456d6d054
6951 Author: Haiying Wang <haiying.wang@freescale.com>
6952 Date:   Mon Jan 22 12:37:30 2007 -0600
6953
6954     Add PIXIS FPGA support for MPC8641HPCN board.
6955
6956     Move the 8641HPCN's PIXIS code to the new directory
6957     board/freescale/common/ as it will be shared by
6958     future boards not in the same processor family.
6959
6960     Write a "pixis_reset" command that utilizes the FPGA
6961     reset sequencer to support alternate soft-reset options
6962     such as using the "alternate" flash bank, enabling
6963     the watch dog, or choosing different CPU frequencies.
6964
6965     Add documentation for the pixis_reset to README.mpc8641hpcn.
6966
6967     Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
6968     Signed-off-by: Jon Loeliger <jdl@freescale.com>
6969
6970 commit 64dbbd40c58349b64f43fd33dbb5ca0adb67d642
6971 Author: Gerald Van Baren <vanbaren@cideas.com>
6972 Date:   Fri Apr 6 14:19:43 2007 -0400
6973
6974     Moved fdt command support code to fdt_support.c
6975
6976     ...in preparation for improving the bootm command's handling of fdt blobs.
6977     Also cleaned up some coding sloppiness.
6978
6979 commit 6679f9299534e488a171a9bb8f9bb891de247aab
6980 Author: Gerald Van Baren <vanbaren@cideas.com>
6981 Date:   Fri Apr 6 14:17:14 2007 -0400
6982
6983     libfdt: Make fdt_check_header() public
6984
6985     Changed _fdt_check_header() to fdt_check_header() and made it part of
6986     the interface - it is a useful routine.
6987
6988     Also did some asthetics cleanup to the include files (headers).
6989
6990 commit c0707ce65677650b5ceab0500ee50ae5168afef2
6991 Author: Aubrey Li <aubrey.adi@gmail.com>
6992 Date:   Thu Apr 5 18:34:06 2007 +0800
6993
6994     [Blackfin][PATCH] Kill off a bunch of common local prototypes
6995
6996 commit 7b7e30aa64bb6657a1bfd32fdbdbfeb561e6a48d
6997 Author: Aubrey Li <aubrey.adi@gmail.com>
6998 Date:   Thu Apr 5 18:33:04 2007 +0800
6999
7000     [Blackfin][PATCH] Fix dynamic CPLB generation issue
7001
7002 commit 0445e3a264251d75b1be45ef713c70726a2952f0
7003 Author: Aubrey Li <aubrey.adi@gmail.com>
7004 Date:   Thu Apr 5 18:31:47 2007 +0800
7005
7006     [Blackfin][PATCH] minior cleanup
7007
7008 commit 155fd766573981090e638b493d5857562151862e
7009 Author: Aubrey Li <aubrey.adi@gmail.com>
7010 Date:   Thu Apr 5 18:31:18 2007 +0800
7011
7012     [Blackfin][PATCH] Fix copyright and update license
7013
7014 commit 9fd437bbd75d282f899e1da50be20a2bf38450bc
7015 Author: Aubrey Li <aubrey.adi@gmail.com>
7016 Date:   Thu Apr 5 18:30:25 2007 +0800
7017
7018     [Blackfin][PATCH] Add BF537 EMAC driver initialization
7019
7020 commit 889256e8604e0c68db1d866d720894dffede9df6
7021 Author: Aubrey Li <aubrey.adi@gmail.com>
7022 Date:   Thu Apr 5 18:29:55 2007 +0800
7023
7024     [Blackfin][PATCH] call real the system synchronize instruction
7025
7026 commit e0df1c921b788289564e4c1ee7120a6a9cd3ab05
7027 Author: Aubrey Li <aubrey.adi@gmail.com>
7028 Date:   Thu Apr 5 18:29:17 2007 +0800
7029
7030     [Blackfin][PATCH] remove asm/page.h as we do not actually use/want any of these definitions nor does any other arch include it
7031
7032 commit dfeeab2cd680df047e68e723b246adf6f33bb556
7033 Author: Aubrey Li <aubrey.adi@gmail.com>
7034 Date:   Thu Apr 5 18:28:34 2007 +0800
7035
7036     [Blackfin][PATCH]: fix flash unaligned copy issue
7037
7038 commit 443feb740584e406efa203af909fe2926608e8d5
7039 Author: Igor Marnat <marny@rambler.ru>
7040 Date:   Wed Mar 21 09:55:01 2007 +0300
7041
7042     Update usage of 'nc' in README.NetConsole
7043
7044     Added information about usage of NetConsole on systems where the -l and -p
7045     switches are mutually exclusive.
7046
7047     Signed-off-by: Igor Marnat <marny@rambler.ru>
7048     Signed-off-by: Ben Warren <bwarren@qstreams.com>
7049
7050 commit 31c98a88228021b314c89ebb8104fb6473da4471
7051 Author: Wolfgang Denk <wd@denx.de>
7052 Date:   Wed Apr 4 02:09:30 2007 +0200
7053
7054     Minor coding style cleanup.
7055
7056 commit 94abd7c0583ebe01e799b25f451201deeaab550d
7057 Author: Wolfgang Denk <wd@denx.de>
7058 Date:   Wed Apr 4 01:49:15 2007 +0200
7059
7060     Minor cleanup.
7061
7062 commit 822af351ad2babc7d99033361a5fcacd30f6bc78
7063 Author: Rodolfo Giometti <giometti@enneenne.com>
7064 Date:   Tue Apr 3 14:27:18 2007 +0200
7065
7066     Support for the Philips ISP116x HCD (Host Controller Driver)
7067
7068     Signed-off-by: Rodolfo Giometti <giometti@enneenne.com>
7069
7070 commit edf5851be6c17c031d4f71dd5b0a12040b7c50c8
7071 Author: Markus Klotzbuecher <mk@denx.de>
7072 Date:   Tue Apr 3 14:27:08 2007 +0200
7073
7074     USB: cleanup monahans usb support. Remove dead code.
7075
7076     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
7077
7078 commit a65c5768e5537530bd1780af3d3fddc3113a163c
7079 Author: Stefan Roese <sr@denx.de>
7080 Date:   Mon Apr 2 10:09:30 2007 +0200
7081
7082     ppc4xx: Change SysACE address on Katmai
7083
7084     With this new base address of the Xilinx SystemACE controller
7085     the Linux driver will be easier to adapt, since it can now be
7086     mapped via the "normal" ioremap() call.
7087
7088     Signed-off-by: Stefan Roese <sr@denx.de>
7089
7090 commit aea03c4e8c3a21ce43d3faf48a6e6d474c8bdf73
7091 Author: Gerald Van Baren <vanbaren@cideas.com>
7092 Date:   Sat Mar 31 14:30:53 2007 -0400
7093
7094     Fix some minor whitespace violations.
7095
7096 commit 213bf8c822de8eecaf69860684469cdaba2e9e6a
7097 Author: Gerald Van Baren <vanbaren@cideas.com>
7098 Date:   Sat Mar 31 12:23:51 2007 -0400
7099
7100     Add a flattened device tree (fdt) command (2 of 2)
7101
7102     Modifications to the existing code to support the new fdt command.
7103
7104 commit 781e09ee6e3e3e392ab362c1f0ef1068adc76e3e
7105 Author: Gerald Van Baren <vanbaren@cideas.com>
7106 Date:   Sat Mar 31 12:22:10 2007 -0400
7107
7108     Add a flattened device tree (fdt) command (1 of 2)
7109
7110     The fdt command uses David Gibson's libfdt library to manipulate as well
7111     as print the flattened device tree.  This patch is the new command,
7112     the second part is the modifications to the existing code.
7113
7114 commit 3af0d587d93e0be5f96e1b30fa41e662f8b0803e
7115 Author: Gerald Van Baren <vanbaren@cideas.com>
7116 Date:   Sat Mar 31 12:13:43 2007 -0400
7117
7118     libfdt: Enhanced and published fdt_next_tag()
7119
7120     Enhanced the formerly private function _fdt_next_tag() to allow stepping
7121       through the tree, used to produce a human-readable dump, and made
7122       it part of the published interface.
7123     Also added some comments.
7124
7125 commit fa3a74cec73dfd06a5ae35a9a3368200273aaa71
7126 Author: Gerald Van Baren <vanbaren@cideas.com>
7127 Date:   Sat Mar 31 12:05:39 2007 -0400
7128
7129     libfdt: Customizations for use by u-boot.
7130
7131     Changes to David Gibson's original source to fit into u-boot's
7132     environment.  No functionality changes.
7133
7134 commit 35748177c64a4a83a00057e93bb33e40278a2a96
7135 Author: Gerald Van Baren <vanbaren@cideas.com>
7136 Date:   Sat Mar 31 12:00:56 2007 -0400
7137
7138     libfdt: Import libfdt source (2 of 2)
7139
7140     This adds the applicable libfdt source files (unmodified) and a README
7141     to explain where the source came from.
7142
7143 commit 7cd5da0fe877e7171a4cdd44880bce783132871a
7144 Author: Gerald Van Baren <vanbaren@cideas.com>
7145 Date:   Sat Mar 31 11:59:59 2007 -0400
7146
7147     libfdt: Import libfdt source (1 of 2)
7148
7149     This adds the applicable libfdt source files (unmodified) and a README
7150     to explain where the source came from.
7151
7152 commit da6ebc1bc082cbe3b6bbde079cafe09f7ebbad4b
7153 Author: Stefan Roese <sr@denx.de>
7154 Date:   Sat Mar 31 13:16:23 2007 +0200
7155
7156     ppc4xx: Update Katmai bootstrap command
7157
7158     Now the DDR2 frequency is also 2*PLB frequency when 166MHz PLB
7159     is selected.
7160
7161     Signed-off-by: Stefan Roese <sr@denx.de>
7162
7163 commit cabee756a6532986729477c3cc1ea16ef8517ad2
7164 Author: Stefan Roese <sr@denx.de>
7165 Date:   Sat Mar 31 13:15:06 2007 +0200
7166
7167     ppc4xx: Update 44x_spd_ddr2 code (440SP/440SPe)
7168
7169     Additional RAM information is now printed upon powerup, like
7170     DDR2 frequency and CAS latency.
7171
7172     Signed-off-by: Stefan Roese <sr@denx.de>
7173
7174 commit 60723803431ac75cad085690789e433d5ab9174e
7175 Author: Stefan Roese <sr@denx.de>
7176 Date:   Sat Mar 31 08:48:36 2007 +0200
7177
7178     ppc4xx: Change Yucca config file to support ECC
7179
7180     With the updated 44x DDR2 driver the Yucca board now supports
7181     ECC generation and checking.
7182
7183     Signed-off-by: Stefan Roese <sr@denx.de>
7184
7185 commit 490e5730c674b20d708b783a2c5ffd7208f83873
7186 Author: Stefan Roese <sr@denx.de>
7187 Date:   Sat Mar 31 08:47:34 2007 +0200
7188
7189     ppc4xx: Fix "bootstrap" command for Katmai board
7190
7191     The board specific "bootstrap" command is now fixed and can
7192     be used for the AMCC Katmai board to configure different
7193     CPU/PLB/OPB frequencies.
7194
7195     Signed-off-by: Stefan Roese <sr@denx.de>
7196
7197 commit 94f54703c3a776ec23e427ca2a16e0a79a5d50c1
7198 Author: Stefan Roese <sr@denx.de>
7199 Date:   Sat Mar 31 08:46:08 2007 +0200
7200
7201     ppc4xx: Update 44x_spd_ddr2 code (440SP/440SPe)
7202
7203     Fix a bug in the auto calibration routine. This driver now runs
7204     more reliable with the tested modules. It's also tested with
7205     167MHz PLB frequency (667MHz DDR2 frequency) on the Katmai.
7206
7207     Signed-off-by: Stefan Roese <sr@denx.de>
7208
7209 commit 342cd097be1e7affe82f42ab3da220959a699e64
7210 Author: Michal Simek <monstr@monstr.eu>
7211 Date:   Fri Mar 30 22:52:09 2007 +0200
7212
7213     [PATCH] Clean include dependence
7214
7215 commit 6f934210fb293fde2cfb4251c6d96fdc58b6a906
7216 Author: Michal Simek <monstr@monstr.eu>
7217 Date:   Fri Mar 30 22:42:45 2007 +0200
7218
7219     [CLEAN] Remove inefficient Suzaku code
7220
7221 commit 430f1b0f9a670c2f13eaa52e66a10db96dd3647d
7222 Author: Stefan Roese <sr@denx.de>
7223 Date:   Wed Mar 28 15:03:16 2007 +0200
7224
7225     Merge some AMCC make targets to keep the top-level Makefile smaller
7226
7227     Signed-off-by: Stefan Roese <sr@denx.de>
7228
7229 commit 0c75c9d84307a9f1cbe1ff0c4d8937ee3a96475e
7230 Author: Stefan Roese <sr@denx.de>
7231 Date:   Wed Mar 28 14:52:12 2007 +0200
7232
7233     i2c: Enable "old" i2c commands even when CONFIG_I2C_CMD_TREE is defined
7234
7235     The "old" i2c commands (iprobe, imd...) are now compiled in again,
7236     even when the i2c command tree is enabled via the CONFIG_I2C_CMD_TREE
7237     config option.
7238
7239     Signed-off-by: Stefan Roese <sr@denx.de>
7240
7241 commit 5da048adf44bea5e3b94080d02903c2e3fe7aa4a
7242 Author: Michal Simek <monstr@monstr.eu>
7243 Date:   Tue Mar 27 00:32:16 2007 +0200
7244
7245     PATCH: Resolve GPL license problem
7246
7247 commit ae00bb4b2944dc64a485ed72a19754b11af7c223
7248 Author: Rodolfo Giometti <giometti@enneenne.com>
7249 Date:   Mon Mar 26 12:03:36 2007 +0200
7250
7251     PXA: pxa27x USB OHCI support
7252
7253     Signed-off-by: Rodolfo Giometti <giometti@linux.it>
7254
7255 commit ae79f60677c208326535647dcbd5c3ec40dbcb0b
7256 Author: Markus Klotzbuecher <mk@denx.de>
7257 Date:   Mon Mar 26 11:21:05 2007 +0200
7258
7259     USB: remove the S3C24X0_merge #define, which was introduced while
7260     merging OHCI drivers.
7261
7262     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
7263
7264 commit 1798049522f594013aea29457d46794298c6ae15
7265 Author: Michal Simek <root@monstr.eu>
7266 Date:   Mon Mar 26 01:39:07 2007 +0200
7267
7268     Support for XUPV2P board
7269     Reset support
7270     BSP autoconfig support
7271
7272 commit 0d974d5297349504a2ddfa09314be573b5df320a
7273 Author: Stefan Roese <sr@denx.de>
7274 Date:   Sat Mar 24 15:57:09 2007 +0100
7275
7276     [PATCH] Add 4xx GPIO functions
7277
7278     This patch adds some 4xx GPIO functions. It also moves some of the
7279     common code and defines into a common 4xx GPIO header file.
7280
7281     Signed-off-by: Stefan Roese <sr@denx.de>
7282
7283 commit 2db633658bbf366ab0c8dad7a0727e1fb2ae6b11
7284 Author: Stefan Roese <sr@denx.de>
7285 Date:   Sat Mar 24 15:55:58 2007 +0100
7286
7287     [PATCH] Small Sequoia cleanup
7288
7289     Signed-off-by: Stefan Roese <sr@denx.de>
7290
7291 commit 3cb86f3e40d2a80356177434a99f75bc8baa9caf
7292 Author: Stefan Roese <sr@denx.de>
7293 Date:   Sat Mar 24 15:45:34 2007 +0100
7294
7295     [PATCH] Clean up 40EZ/Acadia support
7296
7297     This patch cleans up all the open issue of the preliminary
7298     Acadia support.
7299
7300     Signed-off-by: Stefan Roese <sr@denx.de>
7301
7302 commit 6eb1df835191d8ce4b81d5af40fa8e0fbe78e997
7303 Author: Jon Loeliger <jdl@freescale.com>
7304 Date:   Tue Dec 12 11:02:20 2006 -0600
7305
7306     Fix 8641HPCN problem with ld version 2.16
7307
7308     (Dot outside sections problem).
7309
7310     This fix is in the spirit of 807d5d7319330e336ab34a5623c5e0d73b87d540.
7311
7312     Signed-off-by: Jon Loeliger <jdl@freescale.com>
7313
7314 commit 9964a4dd0d4ef5a037febaebf1aa494b1a72991c
7315 Author: Haiying Wang <haiying.wang@freescale.com>
7316 Date:   Thu Dec 7 10:35:55 2006 -0600
7317
7318     Set Rev 2.x 86xx PIC in mixed mode.
7319
7320     Prevent false interrupt from hanging Linux as MSR[EE] is set
7321     to enable interrupts by changing the PIC out of the default
7322     pass through mode into mixed mode.
7323
7324     Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
7325     Signed-off-by: Jon Loeliger <jdl@freescale.com>
7326
7327 commit 5a58a73ceb0a4059c42ef64cedbc1a45e0aaa00e
7328 Author: Jason Jin <jason.jin@freescale.com>
7329 Date:   Thu Dec 7 10:32:35 2006 -0600
7330
7331     Add flash cmd function to 8641HPCN ramboot
7332
7333     Also fixes some commmand for 8641 HPCN ramboot case.
7334
7335     Signed-off-by: Jason Jin <jason.jin@freescale.com>
7336     Signed-off-by: Jon Loeliger <jdl@freescale.com>
7337
7338 commit 2ccceacc04b009d923afb7c26189ba2f8a2a5d46
7339 Author: Ed Swarthout <ed.swarthout@freescale.com>
7340 Date:   Thu Dec 7 10:34:14 2006 -0600
7341
7342     Add support for 8641 Rev 2 silicon.
7343
7344     Without this patch, I am unable to get to the prompt on rev 2 silicon.
7345     Only set ddrioovcr for rev1.
7346
7347     Signed-off-by: Ed Swarthout<ed.swarthout@freescale.com>
7348     Signed-off-by: Jon Loeliger <jdl@freescale.com>
7349
7350 commit 44ba464b99001f8bd1c456a1e9d59726252f707a
7351 Author: Wolfgang Denk <wd@denx.de>
7352 Date:   Thu Mar 22 00:13:12 2007 +0100
7353
7354     Code cleanup / re-insert previous Copyright entries.
7355
7356     Signed-off-by: Wolfgang Denk <wd@denx.de>
7357
7358 commit 2a8dfe08359a1b663418b2faa1da1d7bce34d302
7359 Author: Wolfgang Denk <wd@denx.de>
7360 Date:   Wed Mar 21 23:26:15 2007 +0100
7361
7362     Code cleanup. Update CHANGELOG
7363
7364 commit e6615ecf4eaf4dd52696934aed8f5c6474cfd286
7365 Author: Stefan Roese <sr@denx.de>
7366 Date:   Wed Mar 21 14:54:29 2007 +0100
7367
7368     ppc4xx: Fix file mode of include/configs/acadia.h
7369
7370     Signed-off-by: Stefan Roese <sr@denx.de>
7371
7372 commit d5f4614c9350d9333e575100fb250aab774d0258
7373 Author: Markus Klotzbuecher <mk@denx.de>
7374 Date:   Wed Mar 21 14:41:46 2007 +0100
7375
7376     SPC1920: fix small clock routing bug
7377
7378     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
7379
7380 commit 16c0cc1c82081a493ab87c51980b28336ce1bce8
7381 Author: Stefan Roese <sr@denx.de>
7382 Date:   Wed Mar 21 13:39:57 2007 +0100
7383
7384     [PATCH] Add AMCC Acadia (405EZ) eval board support
7385
7386     This patch adds support for the new AMCC Acadia eval board.
7387
7388     Please note that this Acadia/405EZ support is still in a beta stage.
7389     Still lot's of cleanup needed but we need a preliminary release now.
7390
7391     Signed-off-by: Stefan Roese <sr@denx.de>
7392
7393 commit e01bd218b00af73499331a1a701625a852cd286f
7394 Author: Stefan Roese <sr@denx.de>
7395 Date:   Wed Mar 21 13:38:59 2007 +0100
7396
7397     [PATCH] Add AMCC PPC405EZ support
7398
7399     This patch adds support for the new AMCC 405EZ PPC. It is in
7400     preparation for the AMCC Acadia board support.
7401
7402     Please note that this Acadia/405EZ support is still in a beta stage.
7403     Still lot's of cleanup needed but we need a preliminary release now.
7404
7405     Signed-off-by: Stefan Roese <sr@denx.de>
7406
7407 commit 07e82cb2e284a893df6693f2a1337ab2c47bf6a1
7408 Author: Heiko Schocher <hs@pollux.denx.de>
7409 Date:   Wed Mar 21 08:45:17 2007 +0100
7410
7411     [PATCH] TQM8272: dont change the bits given from the HRCW
7412                      for the SIUMCR and BCR Register.
7413                      Fix the calculation for the EEprom Size
7414
7415     Signed-off-by: Heiko Schocher <hs@denx.de>
7416
7417 commit 654589873dbafcf104dff133ce0d03a4506e9cc3
7418 Author: Aubrey Li <aubrey.adi@gmail.com>
7419 Date:   Tue Mar 20 18:16:24 2007 +0800
7420
7421     [Blackfin][PATCH] Add BF561 EZKIT board support
7422
7423 commit a6154fd1cfd020f6da8527e0365b1020a11a71d0
7424 Author: Aubrey Li <aubrey.adi@gmail.com>
7425 Date:   Mon Mar 19 22:55:58 2007 +0800
7426
7427     [Blackfin][PATCH] minor cleanup
7428
7429 commit 389b6bb50f745bf5038ce030300d8a8512e96f79
7430 Author: Wolfgang Denk <wd@denx.de>
7431 Date:   Mon Mar 19 13:10:08 2007 +0100
7432
7433     Remove obsoleted POST files.
7434
7435     Signed-off-by: Wolfgang Denk <wd@denx.de>
7436
7437 commit 8e709bbb2636b5670a8f2b575e138eb1f55773f6
7438 Author: Aubrey Li <aubrey.adi@gmail.com>
7439 Date:   Mon Mar 19 01:26:11 2007 +0800
7440
7441     [PATCH] Add flash chip M29W320ET/B support
7442
7443 commit 26bf7deca364a5b33f39e8f14ddd3f4081345015
7444 Author: Aubrey Li <aubrey.adi@gmail.com>
7445 Date:   Mon Mar 19 01:24:52 2007 +0800
7446
7447     [Blackfin][PATCH] Add BF537 stamp board support
7448
7449 commit 8423e5e31a7235d05a482627315fb11d49c17bd7
7450 Author: Stefan Roese <sr@denx.de>
7451 Date:   Fri Mar 16 21:11:42 2007 +0100
7452
7453     [PATCH] Use dynamic SDRAM TLB setup on AMCC Ebony eval board
7454
7455     Define CONFIG_PROG_SDRAM_TLB so that the TLB entries for the
7456     DDR memory are dynamically programmed matching the total size
7457     of the equipped memory (DIMM modules).
7458
7459     Signed-off-by: Stefan Roese <sr@denx.de>
7460
7461 commit 76d1466f918b881cda2d259254761e73885093c2
7462 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7463 Date:   Tue Mar 13 13:38:05 2007 +0100
7464
7465     [PATCH] renamed environment variable 'addcon' to 'addcons' for PCI405
7466             boards in terms of unification.
7467
7468     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7469
7470 commit a7090b993d3d4d2221ac3f33e6cb1d1b2ccc6bf0
7471 Author: Wolfgang Denk <wd@denx.de>
7472 Date:   Tue Mar 13 16:05:55 2007 +0100
7473
7474     Make SC3 board build with 'make O='; use 'addcons' consistently
7475     (SC3 and Jupiter used to use 'addcon' instead).
7476
7477     Signed-off-by: Wolfgang Denk wd@denx.de
7478
7479 commit 8502e30a28e492c756ea2d7df0ace026388fce4b
7480 Author: Heiko Schocher <hs@pollux.denx.de>
7481 Date:   Tue Mar 13 09:40:59 2007 +0100
7482
7483     [PATCH] update board config for jupiter Board:
7484             added Hush Shell,
7485                   CONFIG_CMDLINE_EDITING,
7486                   CFG_ENV_ADDR_REDUND activated
7487
7488     Signed-off-by: Heiko Schocher <hs@denx.de>
7489
7490 commit 0d93de11449390a5984b0236c3612e50f6dbb7e8
7491 Author: Aubrey Li <aubrey.adi@gmail.com>
7492 Date:   Mon Mar 12 12:11:55 2007 +0800
7493
7494     [Blackfin][PATCH] minor cleanup
7495
7496 commit bfa5754a58477ac917d21527cd0f079d87cf188e
7497 Author: Aubrey Li <aubrey.adi@gmail.com>
7498 Date:   Mon Mar 12 01:42:06 2007 +0800
7499
7500     [Blackfin][PATCH] Fix BUILD_DIR option of MAKEALL building issue
7501
7502 commit 8440bb14581a294375c34b91b42512f9753d1130
7503 Author: Aubrey Li <aubrey.adi@gmail.com>
7504 Date:   Mon Mar 12 00:25:14 2007 +0800
7505
7506     [Blackfin][PATCH] code cleanup
7507
7508 commit cfc67116a706fd18b8f6a9c11a16753c5626d689
7509 Author: Michal Simek <monstr@monstr.eu>
7510 Date:   Sun Mar 11 13:48:24 2007 +0100
7511
7512     [Microblaze][PATCH] part 2
7513     timer support
7514     interrupt controller support
7515     flash support
7516     ethernet support
7517     cache support
7518     board information support
7519     env support
7520     booting image support
7521
7522     adding support for Xilinx ML401
7523
7524 commit 76316a318de91f6184e7c22a10e02d275ade2441
7525 Author: Michal Simek <monstr@monstr.eu>
7526 Date:   Sun Mar 11 13:42:58 2007 +0100
7527
7528     [Microblaze][PATCH]
7529     timer support
7530     interrupt controller support
7531     flash support
7532     ethernet support
7533     cache support
7534     board information support
7535     env support
7536     booting image support
7537
7538     adding support for Xilinx ML401
7539
7540 commit 8db13d63157811c839d15a313d9f2d2f5fd10af3
7541 Author: Aubrey Li <aubrey.adi@gmail.com>
7542 Date:   Sat Mar 10 23:49:29 2007 +0800
7543
7544     [Blackfin][PATCH] code cleanup
7545
7546 commit ef26a08fef928b7bc11ae2c109e638dc3a016d91
7547 Author: Aubrey.Li <aubrey.adi@gmail.com>
7548 Date:   Fri Mar 9 13:40:56 2007 +0800
7549
7550     [Blackfin][PATCH-2/2] Common files changed to support bf533 platform
7551
7552 commit 3f0606ad0b5639f7f22848fe5b4574e754d0470f
7553 Author: Aubrey.Li <aubrey.adi@gmail.com>
7554 Date:   Fri Mar 9 13:38:44 2007 +0800
7555
7556     [Blackfin]PATCH-1/2]: Remove obsolete blackfin port and add bf533 platform support
7557
7558 commit 992423ab43c2bcf6b704853bd00af77450915e20
7559 Author: Stefan Roese <sr@denx.de>
7560 Date:   Thu Mar 8 23:00:08 2007 +0100
7561
7562     ppc4xx: Fix file mode of sequoia.c
7563
7564     Signed-off-by: Stefan Roese <sr@denx.de>
7565
7566 commit eb92f613556800f7483666db09d9a237ad911d4a
7567 Author: Wolfgang Denk <wd@pollux.denx.de>
7568 Date:   Thu Mar 8 22:52:51 2007 +0100
7569
7570     Minor cleanup.
7571
7572 commit 8ce16f55c7b9752af3d8bed84521aec5337e2de1
7573 Author: John Otken john@softadvances.com <john@softadvances.com>
7574 Date:   Thu Mar 8 09:39:48 2007 -0600
7575
7576     ppc4xx: Clear Sequoia/Rainier security engine reset bits
7577
7578     Signed-off-by: John Otken john@softadvances.com <john@softadvances.com>
7579
7580 commit 650a330dd2539130c8c324791e2f9f75aed79d4e
7581 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7582 Date:   Thu Mar 8 16:26:52 2007 +0100
7583
7584     [PATCH] I2C: add some more SPD eeprom decoding for DDR2 modules
7585
7586     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7587
7588 commit d9fc703246840c4b268debf48c334ba55c597dc0
7589 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7590 Date:   Thu Mar 8 16:25:47 2007 +0100
7591
7592     [PATCH] I2C: disable flat i2c commands when CONFIG_I2C_CMD_TREE is defined
7593
7594     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7595
7596 commit ced5b9029043397348cdc88e0cfcd6b1f629250b
7597 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7598 Date:   Thu Mar 8 16:23:11 2007 +0100
7599
7600     [PATCH] 4xx: allow CONFIG_I2C_CMD_TREE without CONFIG_I2C_MULTI_BUS
7601
7602     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7603
7604 commit d8a8ea5c476d37006fc7f85b7f903142795c8b14
7605 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7606 Date:   Thu Mar 8 16:20:32 2007 +0100
7607
7608     [PATCH] I2C: Add missing default CFG_SPD_BUS_NUM
7609
7610     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7611
7612 commit f9fc6a5852a6335840882fa2111925010eea1abe
7613 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7614 Date:   Wed Mar 7 15:32:01 2007 +0100
7615
7616     fixed ethernet phy configuration for plu405 board
7617
7618     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7619
7620 commit 769104c9356594deb2092e204a39c05b33202d6c
7621 Author: Wolfgang Denk <wd@pollux.denx.de>
7622 Date:   Thu Mar 8 21:49:27 2007 +0100
7623
7624     Minor cleanup
7625
7626 commit 00cdb4ce5e1b42248e7e6522ad0da3421b988afa
7627 Author: Stefan Roese <sr@denx.de>
7628 Date:   Thu Mar 8 10:13:16 2007 +0100
7629
7630     [PATCH] Update AMCC Luan 440SP eval board support
7631
7632     The AMCC Luan now uses the common 440SP(e) DDR SPD code for DDR
7633     inititializition. This includes DDR auto calibration and support
7634     for different DIMM modules, instead of the fixed setup used in
7635     the earlier version.
7636
7637     This patch also enables the cache in FLASH for the startup
7638     phase of U-Boot (while running from FLASH). After relocating to
7639     SDRAM the cache is disabled again. This will speed up the boot
7640     process, especially the SDRAM setup, since there are some loops
7641     for memory testing (auto calibration).
7642
7643     Signed-off-by: Stefan Roese <sr@denx.de>
7644
7645 commit 2f5df47351910a2936c7741cf111855829200943
7646 Author: Stefan Roese <sr@denx.de>
7647 Date:   Thu Mar 8 10:10:18 2007 +0100
7648
7649     [PATCH] Update AMCC Yucca 440SPe eval board support
7650
7651     The AMCC Yucca now uses the common 440SP(e) DDR SPD code for DDR
7652     inititializition. This includes DDR auto calibration and support
7653     for different DIMM modules, instead of the fixed setup used in
7654     the earlier version.
7655
7656     Signed-off-by: Stefan Roese <sr@denx.de>
7657
7658 commit 2721a68a9ea91f1e494649ce68b2577261f578e2
7659 Author: Stefan Roese <sr@denx.de>
7660 Date:   Thu Mar 8 10:07:18 2007 +0100
7661
7662     ppc4xx: Small AMCC Katmai 440SPe update
7663
7664     Signed-off-by: Stefan Roese <sr@denx.de>
7665
7666 commit df294497479b1dca6dd86318b2a912f72fede0df
7667 Author: Stefan Roese <sr@denx.de>
7668 Date:   Thu Mar 8 10:06:09 2007 +0100
7669
7670     ppc4xx: Update 440SP/440SPe DDR SPD setup code to support 440SP
7671
7672     Signed-off-by: Stefan Roese <sr@denx.de>
7673
7674 commit 83853178bd36bca6f0f8f1331476620c84a587fc
7675 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
7676 Date:   Wed Mar 7 12:14:50 2007 -0600
7677
7678     net - Support ping reply when processing net-loop
7679
7680     Add ICMP_ECHO_REQUEST packet support by responding with a ICMP_ECHO_REPLY.
7681
7682     This permits the ping command to test the phy interface when the phy
7683     is put in loopback mode (typically by setting register 0 bit 14).
7684
7685     It also allows the port to respond to an external ping when u-boot is
7686     processing some other net command (such as tftp).  This is useful when
7687     tftp appears to hang.
7688
7689     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
7690     Signed-off-by: Ben Warren <bwarren@qstreams.com>
7691
7692 commit fa1aef15bcd47736687be1af544506e90fba545d
7693 Author: Stefan Roese <sr@denx.de>
7694 Date:   Wed Mar 7 16:43:00 2007 +0100
7695
7696     [PATCH] Use dynamic SDRAM TLB setup on AMCC Ocotea eval board
7697
7698     Define CONFIG_PROG_SDRAM_TLB so that the TLB entries for the
7699     DDR memory are dynamically programmed matching the total size
7700     of the equipped memory (DIMM modules).
7701
7702     Signed-off-by: Stefan Roese <sr@denx.de>
7703
7704 commit e2ebe696818939e2b974628be9c921ea3fe9de13
7705 Author: Stefan Roese <sr@denx.de>
7706 Date:   Wed Mar 7 16:39:36 2007 +0100
7707
7708     [PATCH] Fix AMCC 44x SPD SDRAM init code to support 2 DIMM's
7709
7710     This patch fixes a problem that occurs when 2 DIMM's are
7711     used. This problem was first spotted and fixed by Gerald Jackson
7712     <gerald.jackson@reaonixsecurity.com> but this patch fixes the
7713     problem in a little more clever way.
7714
7715     This patch also adds the nice functionality to dynamically
7716     create the TLB entries for the SDRAM (tlb.c). So we should
7717     never run into such problems with wrong (too short) TLB
7718     initialization again on these platforms.
7719
7720     As this feature is new to the "old" 44x SPD DDR driver, it
7721     has to be enabled via the CONFIG_PROG_SDRAM_TLB define.
7722
7723     Signed-off-by: Stefan Roese <sr@denx.de>
7724
7725 commit 39218433983417b9df087976a79e3f80dd5e83d6
7726 Author: Wolfgang Denk <wd@denx.de>
7727 Date:   Wed Mar 7 16:33:44 2007 +0100
7728
7729     UC101: fix compiler warnings
7730
7731 commit 8d7e2732221bc2d64df14f700c64c23e0a4c3dce
7732 Author: Wolfgang Denk <wd@pollux.denx.de>
7733 Date:   Wed Mar 7 16:19:46 2007 +0100
7734
7735     HMI1001: fix build error, cleanup compiler warnings.
7736
7737 commit ad5bb451ade552c44bef9119d907929ebc2c126f
7738 Author: Wolfgang Denk <wd@pollux.denx.de>
7739 Date:   Tue Mar 6 18:08:43 2007 +0100
7740
7741     Restructure POST directory to support of other CPUs, boards, etc.
7742
7743 commit a5284efd125967675b2e9c6ef7b95832268ad360
7744 Author: Wolfgang Denk <wd@pollux.denx.de>
7745 Date:   Tue Mar 6 18:01:47 2007 +0100
7746
7747     Fix HOSTARCH handling.
7748     Patch by Mike Frysinger, Mar 05 2007
7749
7750 commit 07b7b0037aac5102939917d7cbe561b5c0d5aa44
7751 Author: Stefan Roese <sr@denx.de>
7752 Date:   Tue Mar 6 07:47:04 2007 +0100
7753
7754     [PATCH] Speed optimization of AMCC Sequoia/Rainier DDR2 setup
7755
7756     As provided by the AMCC applications team, this patch optimizes the
7757     DDR2 setup for 166MHz bus speed. The values provided are also save
7758     to use on a "normal" 133MHz PLB bus system. Only the refresh counter
7759     setup has to be adjusted as done in this patch.
7760
7761     For this the NAND booting version had to include the "speed.c" file
7762     from the cpu/ppc4xx directory. With this addition the NAND SPL image
7763     will just fit into the 4kbytes of program space. gcc version 4.x as
7764     provided with ELDK 4.x is needed to generate this optimized code.
7765
7766     Signed-off-by: Stefan Roese <sr@denx.de>
7767
7768 commit 647d3c3eed0da1d1505eecabe0b0fab96f956e68
7769 Author: Wolfgang Denk <wd@pollux.denx.de>
7770 Date:   Sun Mar 4 01:36:05 2007 +0100
7771
7772     Some code cleanup.
7773
7774 commit 781e026c8aa6f7e9eb5f0e72cc4d20971219b148
7775 Author: Kim Phillips <kim.phillips@freescale.com>
7776 Date:   Wed Feb 28 00:02:04 2007 -0600
7777
7778     mpc83xx: fix implicit declaration of function 'ft_get_prop' warnings
7779
7780     (cherry picked from c5bf13b02284c3204a723566a9bab700e5059659 commit)
7781
7782 commit 4feab4de7bfc2cb2fed36ad76f93c3a69659bbaf
7783 Author: Kumar Gala <galak@kernel.crashing.org>
7784 Date:   Tue Feb 27 23:51:42 2007 -0600
7785
7786     mpc83xx: Fix config of Arbiter, System Priority, and Clock Mode
7787
7788     The config value for:
7789     * CFG_ACR_PIPE_DEP
7790     * CFG_ACR_RPTCNT
7791     * CFG_SPCR_TSEC1EP
7792     * CFG_SPCR_TSEC2EP
7793     * CFG_SCCR_TSEC1CM
7794     * CFG_SCCR_TSEC2CM
7795
7796     Were not being used when setting the appropriate register
7797
7798     Added:
7799     * CFG_SCCR_USBMPHCM
7800     * CFG_SCCR_USBDRCM
7801     * CFG_SCCR_PCICM
7802     * CFG_SCCR_ENCCM
7803
7804     To allow full config of the SCCR.
7805
7806     Also removed random CFG_SCCR settings in MPC8349EMDS, TQM834x, and sbc8349
7807     that were just bogus.
7808
7809     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7810
7811 commit d51b3cf371cd441030460ef19d36b2924c361b1a
7812 Author: Kim Phillips <kim.phillips@freescale.com>
7813 Date:   Thu Feb 22 20:06:57 2007 -0600
7814
7815     mpc83xx: update [local-]mac-address properties on UEC based devices
7816
7817     8360 and 832x weren't updating their [local-]mac-address
7818     properties. This patch fixes that.
7819
7820     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
7821
7822 commit 61f4f912acbe60776c5e00df1ec94094ce672957
7823 Author: Timur Tabi <timur@freescale.com>
7824 Date:   Tue Feb 13 10:41:42 2007 -0600
7825
7826     mpc83xx: write MAC address to mac-address and local-mac-address
7827
7828     Some device trees have a mac-address property, some have local-mac-address,
7829     and some have both.  To support all of these device trees, this patch
7830     updates ftp_cpu_setup() to write the MAC address to mac-address if it exists.
7831     This function already updates local-mac-address.
7832
7833     Signed-off-by: Timur Tabi <timur@freescale.com>
7834
7835 commit 22d71a71f57fd5d38b27ac3848e50d790360a598
7836 Author: Kim Phillips <kim.phillips@freescale.com>
7837 Date:   Tue Feb 27 18:41:08 2007 -0600
7838
7839     mpc83xx: add command line editing by default
7840
7841 commit 3fc0bd159103b536e1c54c6f4457a09b3aba66ca
7842 Author: Kim Phillips <kim.phillips@freescale.com>
7843 Date:   Wed Feb 14 19:50:53 2007 -0600
7844
7845     mpc83xx: Disable G1TXCLK, G2TXCLK h/w buffers
7846
7847     Disable G1TXCLK, G2TXCLK h/w buffers. This patch
7848     fixes a networking timeout issue with MPC8360EA (Rev.2) PBs.
7849
7850     Verified on Rev. 1.1, Rev. 1.2, and Rev. 2.0 boards.
7851
7852     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
7853     Signed-off-by: Emilian Medve <Emilian.Medve@freescale.com>
7854
7855 commit d61853cf2472e0b8bcbd131461a93d1c49ff0c1f
7856 Author: Xie Xiaobo <r63061@freescale.com>
7857 Date:   Wed Feb 14 18:27:17 2007 +0800
7858
7859     mpc83xx: Add DDR2 controller fixed/SPD Init for MPC83xx
7860
7861     The code supply fixed and SPD initialization for MPC83xx DDR2 Controller.
7862     it pass DDR/DDR2 compliance tests.
7863
7864     Signed-off-by: Xie Xiaobo <X.Xie@freescale.com>
7865
7866 commit b110f40bd180c6b560276589beedf753e97c46ce
7867 Author: Xie Xiaobo <r63061@freescale.com>
7868 Date:   Wed Feb 14 18:27:06 2007 +0800
7869
7870     mpc83xx: Add the cpu specific code for MPC8360E rev2.0 MDS
7871
7872     MPC8360E rev2.0 have new spridr,and PVR value,
7873     The MDS board for MPC8360E rev2.0 has 32M bytes Flash and 256M DDR2 DIMM.
7874
7875     Signed-off-by: Xie Xiaobo <X.Xie@freescale.com>
7876
7877 commit 8d172c0f0d85998a256a95b7459a5403a30380ed
7878 Author: Xie Xiaobo <r63061@freescale.com>
7879 Date:   Wed Feb 14 18:26:44 2007 +0800
7880
7881     mpc83xx: Add the cpu and board specific code for MPC8349E rev3.1 MDS
7882
7883     MPC8349E rev3.1 have new spridr,and PVR value,
7884     The MDS board for MPC8349E rev3.1 has 32M bytes Flash and 256M DDR2 DIMM.
7885
7886     Signed-off-by: Xie Xiaobo<X.Xie@freescale.com>
7887
7888 commit f6f5f709e5c8e4564c4dfeecfdf2279244f9c83b
7889 Author: Joakim Tjernlund <joakim.tjernlund@transmode.se>
7890 Date:   Wed Jan 31 11:04:19 2007 +0100
7891
7892     mpc83xx: Fix empty i2c reads/writes in fsl_i2c.c
7893
7894     Fix empty i2c reads/writes, i2c_write(0x50, 0x00, 0, NULL, 0)
7895     which is used to se if an slave will ACK after receiving its address.
7896
7897     Correct i2c probing to use this method as the old method could upset
7898     a slave as it wrote a data byte to it.
7899
7900     Add a small delay in i2c_init() to let the controller
7901     shutdown any ongoing I2C activity.
7902
7903     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
7904
7905 commit 7a78f148d6a7298e4fface680dc7eacd877b1aba
7906 Author: Timur Tabi <timur@freescale.com>
7907 Date:   Wed Jan 31 15:54:29 2007 -0600
7908
7909     mpc83xx: Add support for the MPC8349E-mITX-GP
7910
7911     Add support for the MPC8349E-mITX-GP, a stripped-down version of the
7912     MPC8349E-mITX.  Bonus features include support for low-boot (BMS bit in
7913     HRCW is 0) for the ITX and a README for the ITX and the ITX-GP.
7914
7915     Signed-off-by: Timur Tabi <timur@freescale.com>
7916
7917 commit fab16807adad350f618024350c6950165c247c72
7918 Author: Timur Tabi <timur@freescale.com>
7919 Date:   Wed Jan 31 15:54:20 2007 -0600
7920
7921     mpc83xx: Delete sdram_init() for MPC8349E-mITX
7922
7923     There is no SDRAM on any of the 8349 ITX variants, so function sdram_init()
7924     never does anything.  This patch deletes it.
7925
7926     Signed-off-by: Timur Tabi <timur@freescale.com>
7927
7928 commit a87c856eb411b9365937d0d4b9c21e46adbe1c14
7929 Author: Dave Liu <daveliu@freescale.com>
7930 Date:   Fri Jan 19 10:43:26 2007 +0800
7931
7932     mpc83xx: Fix the LAW1/3 bug
7933
7934     The patch solves the alignment problem of the local bus access windows to
7935     render accessible the memory bank and PHY registers of UPC 1 (starting at
7936     0xf801 0000). What we actually did was to adjust the sizes of the bus
7937     access windows so that the base address alignment requirement would be met.
7938
7939     Signed-off-by: Chereji Marian <marian.chereji@freescale.com>
7940     Signed-off-by: Gridish Shlomi <gridish@freescale.com>
7941     Signed-off-by: Dave Liu <daveliu@freescale.com>
7942
7943 commit 97c4b397dce236a7318b304667bf89e59d08b17c
7944 Author: Kim Phillips <kim.phillips@freescale.com>
7945 Date:   Tue Jan 30 16:15:31 2007 -0600
7946
7947     mpc83xx: don't hang if watchdog configured on 8360, 832x
7948
7949     don't hang if watchdog configured on 8360, 832x
7950
7951     The watchdog programming model is the same across all 83xx devices;
7952     make the code reflect that.
7953
7954 commit b70047478570e371ce7223be342ce98afea0f7d6
7955 Author: Kim Phillips <kim.phillips@freescale.com>
7956 Date:   Tue Jan 30 16:15:21 2007 -0600
7957
7958     mpc83xx: protect memcpy to bad address if a local-mac-address is missing from dt
7959
7960     protect memcpy to bad address if a local-mac-address is missing from dt
7961
7962 commit 6752ed088c75c26a89b70c46b7326a4cd6015f29
7963 Author: Kim Phillips <kim.phillips@freescale.com>
7964 Date:   Tue Jan 30 16:15:04 2007 -0600
7965
7966     mpc83xx: make 8360 default environment fdt be 8360 (not 8349)
7967
7968     make 8360 default environment fdt be 8360 (not 8349)
7969
7970 commit a28899c910024a0226331df07207b1038c300c93
7971 Author: Emilian Medve <Emilian.Medve@freescale.com>
7972 Date:   Tue Jan 30 16:14:50 2007 -0600
7973
7974     mpc83xx: Fix alternating tx error / tx buffer not ready bug in QE UEC
7975
7976     The problem is not gcc4 but the code itself. The BD_STATUS() macro can't
7977     be used for busy-waiting since it strips the 'volatile' property from
7978     the bd variable. gcc3 was working by pure luck.
7979
7980     This is a follow on patch to "Fix the UEC driver bug of QE"
7981
7982 commit 3e78a31cfe3d3022f46f67eb88e1281d5cc2eb89
7983 Author: Kumar Gala <galak@kernel.crashing.org>
7984 Date:   Tue Jan 30 14:08:30 2007 -0600
7985
7986     mpc83xx: Replace CONFIG_MPC8349 and use CONFIG_MPC834X instead
7987
7988     The code that is ifdef'd with CONFIG_MPC8349 is actually applicable to all
7989     MPC834X class processors.  Change the protections from CONFIG_MPC8349 to
7990     CONFIG_MPC834X so they are more generic.
7991
7992     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7993
7994 commit ae246dc6c1937c291014eadd90b6d48c438c7cb0
7995 Author: Kim Phillips <kim.phillips@freescale.com>
7996 Date:   Thu Jan 25 13:40:55 2007 -0600
7997
7998     mpc83xx: add MPC832XEMDS and sbc8349 to MAKEALL
7999
8000 commit 4decd84e8f04279c5cfff7f8e907465ef8d8a3fb
8001 Author: Kim Phillips <kim.phillips@freescale.com>
8002 Date:   Wed Jan 24 17:18:37 2007 -0600
8003
8004     mpc83xx: sort Makefile targets
8005
8006     reordered targets alphabetically
8007
8008 commit 91e25769771c1164ed63ffca0add49f934ae3343
8009 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
8010 Date:   Tue Jan 16 11:38:14 2007 -0500
8011
8012     mpc83xx: U-Boot support for Wind River SBC8349
8013
8014     I've redone the SBC8349 support to match git-current, which
8015     incorporates all the MPC834x updates from Freescale since the 1.1.6
8016     release,  including the DDR changes.
8017
8018     I've kept all the SBC8349 files as parallel as possible to the
8019     MPC8349EMDS ones for ease of maintenance and to allow for easy
8020     inspection of what was changed to support this board.  Hence the SBC8349
8021     U-Boot has FDT support and everything else that the MPC8349EMDS has.
8022
8023     Fortunately the Freescale updates added support for boards using CS0,
8024     but I had to change spd_sdram.c to allow for board specific settings for
8025     the sdram_clk_cntl (it is/was hard coded to zero, and that remains the
8026     default if the board doesn't specify a value.)
8027
8028     Hopefully this should be mergeable as-is and require no whitespace
8029     cleanups or similar, but if something doesn't measure up then let me
8030     know and I'll fix it.
8031
8032     Thanks,
8033     Paul.
8034
8035 commit 05031db456ab227f3e3752f37b9b812b65bb83ad
8036 Author: Sam Song <samsongshu@yahoo.com.cn>
8037 Date:   Thu Dec 14 19:03:21 2006 +0800
8038
8039     mpc83xx: Remove a redundant semicolon in mpc8349itx.c
8040
8041     A redundant semicolon existed in mpc8349itx.c
8042     should be removed.
8043
8044     Signed-off-by: Sam Song <samsongshu@yahoo.com.cn>
8045
8046 commit f35f358241c549be3f75cfe2eaa642914275b7ba
8047 Author: Jerry Van Baren <gerald.vanbaren@comcast.net>
8048 Date:   Wed Dec 6 21:23:55 2006 -0500
8049
8050     mpc83xx: Put the version (and magic) after the HRCW.
8051
8052     Put the version (and magic) after the HRCW.  This puts it in a fixed
8053     location in flash, not at the start of flash but as close as we can get.
8054
8055     Signed-off-by: Jerry Van Baren <vanbaren@cideas.com>
8056
8057 commit 48aecd969171a6e99a55fae04933857787f9a5bd
8058 Author: Dave Liu <r63238@freescale.com>
8059 Date:   Thu Dec 7 21:14:51 2006 +0800
8060
8061     mpc83xx: Add the MPC832XEMDS board readme
8062
8063     Add the MPC832XEMDS board readme
8064
8065     Signed-off-by: Dave Liu <daveliu@freescale.com>
8066
8067 commit 24c3aca3f1358b113d3215adb5433b156e99f72b
8068 Author: Dave Liu <r63238@freescale.com>
8069 Date:   Thu Dec 7 21:13:15 2006 +0800
8070
8071     mpc83xx: Add support for the MPC832XEMDS board
8072
8073     This patch supports DUART, ETH3/4 and PCI etc.
8074
8075     Signed-off-by: Dave Liu <daveliu@freescale.com>
8076
8077 commit e080313c32322e15ab5a18eb896a252858c57284
8078 Author: Dave Liu <r63238@freescale.com>
8079 Date:   Thu Dec 7 21:11:58 2006 +0800
8080
8081     mpc83xx: streamline the 83xx immr head file
8082
8083     For better format and style, I streamlined the 83xx head files,
8084     including immap_83xx.h and mpc83xx.h. In the old head files, 1)
8085     duplicated macro definition appear in the both files; 2) the structure
8086     of QE immr is duplicated in the immap_83xx.h and immap_qe.h; 3) The
8087     macro definition put inside the each structure. So, I cleaned up the
8088     structure of QE immr from immap_83xx.h, deleted the duplicated stuff and
8089     moved the macro definition to mpc83xx.h, Just like MPC8260.
8090
8091     CHANGELOG
8092
8093     *streamline the 83xx immr head file
8094
8095     Signed-off-by: Dave Liu <daveliu@freescale.com>
8096
8097 commit ddd02492f43db5408f5ab9f823b0ba5796e28ef0
8098 Author: Dave Liu <r63238@freescale.com>
8099 Date:   Wed Dec 6 11:38:17 2006 +0800
8100
8101     mpc83xx: Fix the UEC driver bug of QE
8102
8103     The patch prevents the GCC tool chain from striping useful code for
8104     optimization. It will make UEC ethernet driver workable, Otherwise the
8105     UEC will fail in tx when you are using gcc4.x. but the driver can work
8106     when using gcc3.4.3.
8107
8108     CHANGELOG
8109
8110     *Prevent the GCC from striping code for optimization, Otherwise the UEC
8111     will tx failed when you are using gcc4.x.
8112
8113     Signed-off-by: Dave Liu <daveliu@freescale.com>
8114
8115 commit ba58e4c9a9a917ce795dd16d4ec8d515f9f7aa35
8116 Author: Stefan Roese <sr@denx.de>
8117 Date:   Thu Mar 1 21:11:36 2007 +0100
8118
8119     [PATCH] Update AMCC Katmai 440SPe eval board support
8120
8121     This patch updates the recently added Katmai board support. The biggest
8122     change is the support of ECC DIMM modules in the 440SP(e) SPD DDR2
8123     driver.
8124
8125     Please note, that still some problems are left with some memory
8126     configurations. See the driver for more details.
8127
8128     Signed-off-by: Stefan Roese <sr@denx.de>
8129
8130 commit 8c12045a3b06c5b6675d3fe02fbc9f545988129a
8131 Author: Stefan Roese <sr@denx.de>
8132 Date:   Thu Mar 1 07:03:25 2007 +0100
8133
8134     [PATCH] I2C: Add missing default CFG_RTC_BUS_NUM & CFG_DTT_BUS_NUM
8135
8136     Signed-off-by: Stefan Roese <sr@denx.de>
8137
8138 commit ccbc7036648e465697ca298ba51e0e76dda352a0
8139 Author: Wolfgang Denk <wd@pollux.denx.de>
8140 Date:   Wed Feb 28 01:28:53 2007 +0100
8141
8142     SC3: fix typo in default environment
8143
8144 commit e344568b1b46af85ec32d815586f91bc115d6223
8145 Author: Sergei Poselenov <sposelenov@emcraft.com>
8146 Date:   Tue Feb 27 20:15:30 2007 +0300
8147
8148     MCC200: Fixes for update procedure
8149
8150     - fix logic error in image type handling
8151     - make sure file system images (cramfs etc.) get stored in flash
8152       with image header stripped so they can be mounted through MTD
8153
8154 commit 743571145b37182757d4e688a77860b36ee77573
8155 Author: Wolfgang Denk <wd@pollux.denx.de>
8156 Date:   Tue Feb 27 14:26:04 2007 +0100
8157
8158     Minor code cleanup.
8159
8160 commit 638dd1458bbdc2a55d4b9e25c5c4e1f838a5dc72
8161 Author: Sergei Poselenov <sposelenov@emcraft.com>
8162 Date:   Tue Feb 27 12:40:16 2007 +0300
8163
8164     MCC200 update - add LCD Progress Indicator
8165
8166 commit 6c7cac8c4fce0ea2bf8e15ed8658d87974155b44
8167 Author: Stefan Roese <sr@denx.de>
8168 Date:   Thu Feb 22 07:43:34 2007 +0100
8169
8170     [PATCH] get_dev() now unconditionally uses manual relocation
8171
8172     Since the relocation fix is not included yet and we're not sure how
8173     it will be added, this patch removes code that required relocation
8174     to be fixed for now.
8175
8176     Signed-off-by: Stefan Roese <sr@denx.de>
8177
8178 commit 8274ec0bd01d2feb2c7f095eba78d42ea009798b
8179 Author: Stefan Roese <sr@denx.de>
8180 Date:   Thu Feb 22 07:40:23 2007 +0100
8181
8182     [PATCH] Change systemace driver to select 8 & 16bit mode
8183
8184     As suggested by Grant Likely this patch enables the Xilinx SystemACE
8185     driver to select 8 or 16bit mode upon startup.
8186
8187     Signed-off-by: Stefan Roese <sr@denx.de>
8188
8189 commit 3a197b2fe49d6fa03978e60af2394efe9c70b527
8190 Author: Haiying Wang <Haiying.Wang@freescale.com>
8191 Date:   Wed Feb 21 16:52:31 2007 +0100
8192
8193     [PATCH v3] Add sync to ensure flash_write_cmd is fully finished
8194
8195     Some CPUs like PPC, BLACKFIN need sync() to ensure cfi flash write command
8196     is fully finished. The sync() is defined in each CPU's io.h file. For
8197     those CPUs which do not need sync for now, a dummy sync() is defined in
8198     their io.h as well.
8199
8200     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
8201
8202 commit da04995c7dc6772013a9a0dc5c767f190c402478
8203 Author: Stefan Roese <sr@denx.de>
8204 Date:   Wed Feb 21 13:44:34 2007 +0100
8205
8206     [PATCH] Fix problem in systemace driver (ace_writew instead of ace_write)
8207
8208     Signed-off-by: Stefan Roese <sr@denx.de>
8209
8210 commit 751bb57107d78978ae08e697c3deba816f5be091
8211 Author: Stefan Roese <sr@denx.de>
8212 Date:   Tue Feb 20 13:21:57 2007 +0100
8213
8214     [PATCH] Fix relocation problem with "new" get_dev() function
8215
8216     This patch enables the "new" get_dev() function for block devices
8217     introduced by Grant Likely to be used on systems that still suffer
8218     from the relocation problems (manual relocation neede because of
8219     problems with linker script).
8220
8221     Hopefully we can resolve this relocation issue soon for all platform
8222     so we don't need this additional code anymore.
8223
8224     Signed-off-by: Stefan Roese <sr@denx.de>
8225
8226 commit d93e2212f962668b3dce091ff5edc33f2347fe37
8227 Author: Stefan Roese <sr@denx.de>
8228 Date:   Tue Feb 20 13:17:42 2007 +0100
8229
8230     [PATCH] Update SystemACE driver for 16bit access
8231
8232     This patch removes some problems when the Xilinx SystemACE driver
8233     is used with 16bit access on an big endian platform (like the
8234     AMCC Katmai).
8235
8236     Signed-off-by: Stefan Roese <sr@denx.de>
8237
8238 commit 874bb7b88fe9b4648e1288a387af2e31014a72f3
8239 Author: Stefan Roese <sr@denx.de>
8240 Date:   Tue Feb 20 13:15:40 2007 +0100
8241
8242     [PATCH] Clean up Katmai (440SPe) linker script
8243
8244     Signed-off-by: Stefan Roese <sr@denx.de>
8245
8246 commit 4745acaa1a603b67f6b9b7970365ebadd7d6586f
8247 Author: Stefan Roese <sr@denx.de>
8248 Date:   Tue Feb 20 10:57:08 2007 +0100
8249
8250     [PATCH] Add support for the AMCC Katmai (440SPe) eval board
8251
8252     Signed-off-by: Stefan Roese <sr@denx.de>
8253
8254 commit 0dc018ece13effc689e47479ea9ebf1c98a507f5
8255 Author: Stefan Roese <sr@denx.de>
8256 Date:   Tue Feb 20 10:51:26 2007 +0100
8257
8258     [PATCH] I2C: Add support for multiple I2C busses for RTC & DTT
8259
8260     This patch switches to the desired I2C bus when the date/dtt
8261     commands are called. This can be configured using the
8262     CFG_RTC_BUS_NUM and/or CFG_DTT_BUS_NUM defines.
8263
8264     Signed-off-by: Stefan Roese <sr@denx.de>
8265
8266 commit 4037ed3b63923cfcec27f784a89057c3cbabcedb
8267 Author: Stefan Roese <sr@denx.de>
8268 Date:   Tue Feb 20 10:43:34 2007 +0100
8269
8270     [PATCH] PPC4xx: Add 440SP(e) DDR2 SPD DIMM support
8271
8272     This patch adds support for the DDR2 controller used on the
8273     440SP and 440SPe. It is tested on the Katmai (440SPe) eval
8274     board and works fine with the following DIMM modules:
8275
8276     - Corsair CM2X512-5400C4 (512MByte per DIMM)
8277     - Kingston ValueRAM KVR667D2N5/512 (512MByte per DIMM)
8278     - Kingston ValueRAM KVR667D2N5K2/2G (1GByte per DIMM)
8279
8280     This patch also adds the nice functionality to dynamically
8281     create the TLB entries for the SDRAM (tlb.c). So we should
8282     never run into such problems with wrong (too short) TLB
8283     initialization again on these platforms.
8284
8285     Signed-off-by: Stefan Roese <sr@denx.de>
8286
8287 commit 36d830c9830379045f5daa9f542ac1c990c70068
8288 Author: Stefan Roese <sr@denx.de>
8289 Date:   Tue Feb 20 10:35:42 2007 +0100
8290
8291     [PATCH] PPC4xx: Split 4xx SPD SDRAM init routines into 2 files
8292
8293     Since the existing 4xx SPD SDRAM initialization routines for the
8294     405 SDRAM controller and the 440 DDR controller don't have much in
8295     common this patch splits both drivers into different files.
8296
8297     This is in preparation for the 440 DDR2 controller support (440SP/e).
8298
8299     Signed-off-by: Stefan Roese <sr@denx.de>
8300
8301 commit 79b2d0bb2eae09602448f7a7cb56530d2f31e6c6
8302 Author: Stefan Roese <sr@denx.de>
8303 Date:   Tue Feb 20 10:27:08 2007 +0100
8304
8305     [PATCH] PPC4xx: Add support for multiple I2C busses
8306
8307     This patch adds support for multiple I2C busses on the PPC4xx
8308     platforms. Define CONFIG_I2C_MULTI_BUS in the board config file
8309     to make use of this feature.
8310
8311     It also merges the 405 and 440 i2c header files into one common
8312     file 4xx_i2c.h.
8313
8314     Also the 4xx i2c reset procedure is reworked since I experienced
8315     some problems with the first access on the 440SPe Katmai board.
8316
8317     Signed-off-by: Stefan Roese <sr@denx.de>
8318
8319 commit eb867a76238fb38e952c37871b16d0d7fd61c95f
8320 Author: Grant Likely <grant.likely@secretlab.ca>
8321 Date:   Tue Feb 20 09:05:45 2007 +0100
8322
8323     [PATCH 9_9] Use "void *" not "unsigned long *" for block dev read_write buffer pointers
8324
8325     Block device read/write is anonymous data; there is no need to use a
8326     typed pointer.  void * is fine.  Also add a hook for block_read functions
8327
8328     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
8329
8330 commit 53758fa20e935cc87eeb0519ed365df753a6f289
8331 Author: Grant Likely <grant.likely@secretlab.ca>
8332 Date:   Tue Feb 20 09:05:38 2007 +0100
8333
8334     [PATCH 8_9] Add block_write hook to block_dev_desc_t
8335
8336     Preparation for future patches which support block device writing
8337
8338     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
8339
8340 commit f4852ebe6ca946a509667eb68be42026f837be76
8341 Author: Grant Likely <grant.likely@secretlab.ca>
8342 Date:   Tue Feb 20 09:05:31 2007 +0100
8343
8344     [PATCH 7_9] Replace ace_readw_ace_writeb functions with macros
8345
8346     Register read/write does not need to be wrapped in a full function.  The
8347     patch replaces them with macros.
8348
8349     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
8350
8351 commit 3a8ce9af6fcb5744a7851b4440c07688acc40844
8352 Author: Grant Likely <grant.likely@secretlab.ca>
8353 Date:   Tue Feb 20 09:05:23 2007 +0100
8354
8355     [PATCH 6_9] Move common_cmd_ace.c to drivers_systemace.c
8356
8357     The code in this file is not a command; it is a device driver.  Put it in
8358     the correct place.  There are zero functional changes in this patch, it
8359     only moves the file.
8360
8361     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
8362
8363 commit 984618f3e7794c783ec8d1511e74c6ee2d69bfe4
8364 Author: Grant Likely <grant.likely@secretlab.ca>
8365 Date:   Tue Feb 20 09:05:16 2007 +0100
8366
8367     [PATCH 5_9] Whitespace fixup on common_cmd_ace.c (using Lindent)
8368
8369     This patch is in preparation of additional changes to the sysace driver.
8370     May as well take this opportunity to fixup the inconsistent whitespace since
8371     this file is about to undergo major changes anyway.
8372
8373     There are zero functional changes in this patch.  It only cleans up the
8374     the whitespace.
8375
8376     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
8377
8378 commit 80ba981d940471fe7e539e64fa3d2bd80002beda
8379 Author: Grant Likely <grant.likely@secretlab.ca>
8380 Date:   Tue Feb 20 09:05:07 2007 +0100
8381
8382     [PATCH 4_4] Remove local implementation of isprint() in ft_build.c
8383
8384     isprint is already defined in ctype.c
8385
8386     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
8387
8388 commit c95c4280d751ca078c2ff58228d2f2b44ccf0600
8389 Author: Grant Likely <grant.likely@secretlab.ca>
8390 Date:   Tue Feb 20 09:05:00 2007 +0100
8391
8392     [PATCH 3_9] Move buffer print code from md command to common function
8393
8394     Printing a buffer is a darn useful thing.  Move the buffer print code
8395     into print_buffer() in lib_generic/
8396
8397     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
8398
8399 commit 99b0f0fd3fbf2572ae1a7723dd90cffc8e85130a
8400 Author: Grant Likely <grant.likely@secretlab.ca>
8401 Date:   Tue Feb 20 09:04:52 2007 +0100
8402
8403     [PATCH 2_4] Use config.h, not xparameters.h, for xilinx targets
8404
8405     Change the xilinx device drivers and board code to include config.h
8406     instead of xparameters.h directly.  config.h always includes the
8407     correct xparameters file.  This change reduces the posibility of
8408     including the wrong file when adding a new xilinx board port
8409
8410     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
8411
8412 commit 735dd97b1b20e777d059c7b389fe9d70cd3f80c7
8413 Author: Grant Likely <grant.likely@secretlab.ca>
8414 Date:   Tue Feb 20 09:04:34 2007 +0100
8415
8416     [PATCH 1_4] Merge common get_dev() routines for block devices
8417
8418     Each of the filesystem drivers duplicate the get_dev routine.  This change
8419     merges them into a single function in part.c
8420
8421     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
8422
8423 commit f5fcc3c20b65554e98a165542c36ee0c610a2d81
8424 Author: Wolfgang Denk <wd@pollux.denx.de>
8425 Date:   Mon Feb 19 23:09:51 2007 +0100
8426
8427     MCC200: Software Updater: allow both "ramdisk" and "filesystem" types
8428     as root file system images.
8429
8430 commit 489c696ae7211218961d159e43e722d74c36fcbc
8431 Author: Sergei Poselenov <sposelenov@emcraft.com>
8432 Date:   Wed Feb 14 14:30:28 2007 +0300
8433
8434     MCC200: Extensions to Software Update Mechanism
8435
8436     Update / extend Software Update Mechanism for MCC200 board:
8437
8438     - Add support for rootfs image added. The environment variables
8439       "rootfs_st" and "rootfs_nd" can be used to override the default
8440       values of the image start and end.
8441     - Remove excessive key check code.
8442     - Code cleanup.
8443
8444 commit 4be23a12f23f1372634edc3215137b09768b7949
8445 Author: Stefan Roese <sr@denx.de>
8446 Date:   Mon Feb 19 08:23:15 2007 +0100
8447
8448     [PATCH] Update Sequoia EBC configuration (NOR FLASH)
8449
8450     As spotted by Matthias Fuchs, the READY input should not be
8451     enabled for the NOR FLASH on the Sequoia board.
8452
8453     Signed-off-by: Stefan Roese <sr@denx.de>
8454
8455 commit 2605e90bf676d48123afe5719a846d2b52b24aac
8456 Author: Heiko Schocher <hs@pollux.denx.de>
8457 Date:   Fri Feb 16 07:57:42 2007 +0100
8458
8459     [PATCH] Added support for the jupiter board.
8460
8461     Signed-off-by: Heiko Schocher <hs@denx.de>
8462
8463 commit 497d012e5be0194e1084073d0081eb1a844796b2
8464 Author: Gary Jennejohn <garyj@pollux.denx.de>
8465 Date:   Mon Feb 12 13:11:50 2007 +0100
8466
8467     LPC2292: patch from Siemens.
8468
8469 commit b0b1a920aebead0d44146e73676ae9d80fffc8e2
8470 Author: Stefan Roese <sr@denx.de>
8471 Date:   Sat Feb 10 08:49:31 2007 +0100
8472
8473     [PATCH] Add missing p3mx.h file to repository (ups)
8474
8475     Signed-off-by: Stefan Roese <sr@denx.de>
8476
8477 commit 53d4a4983fb9b3ae5f7b2f10c599aca2b1b4034a
8478 Author: Bartlomiej Sieka <tur@semihalf.com>
8479 Date:   Fri Feb 9 10:45:42 2007 +0100
8480
8481     [Motion-PRO] Preliminary support for the Motion-PRO board.
8482
8483 commit 5a753f98c6a01bd1c61a9a3f95e8329a35f62994
8484 Author: Stefan Roese <sr@denx.de>
8485 Date:   Wed Feb 7 16:51:08 2007 +0100
8486
8487     [PATCH] Update some AMCC 4xx board config files (set initrd_high)
8488
8489     Some boards that can have more than 768MBytes of SDRAM need to
8490     set "initrd_high", so that the initrd can be accessed by the
8491     Linux kernel.
8492
8493     Signed-off-by: Stefan Roese <sr@denx.de>
8494
8495 commit 7372ca68227930d03cffa548310524cad5b96733
8496 Author: Stefan Roese <sr@denx.de>
8497 Date:   Fri Feb 2 12:44:22 2007 +0100
8498
8499     [PATCH] Correctly display PCI arbiter en-/disabled on some 4xx boards
8500
8501     Previously the strapping DCR/SDR was read to determine if the internal PCI
8502     arbiter is enabled or not. This strapping bit can be overridden, so now
8503     the current status is read from the correct DCR/SDR register.
8504
8505     Signed-off-by: Stefan Roese <sr@denx.de>
8506
8507 commit 2aa54f651a42d198673318f07a20c89a43e4d197
8508 Author: Stefan Roese <sr@denx.de>
8509 Date:   Fri Feb 2 12:42:08 2007 +0100
8510
8511     [PATCH] Change configuration output of Sycamore, Yellowstone & Rainier
8512
8513     Signed-off-by: Stefan Roese <sr@denx.de>
8514
8515 commit 23744d6b5bf17592eb6a0ef4f318f6089f55993b
8516 Author: Stefan Roese <sr@denx.de>
8517 Date:   Thu Feb 1 13:22:41 2007 +0100
8518
8519     [PATCH] Remove PCI-PNP configuration from Sequoia/Rainier config file
8520
8521     When PCI PNP is enabled the pci pnp configuration routine is called
8522     which sets the PCI_CACHE_SIZE_LINE to 8. This seems to generate some
8523     problems with some PCI cards. For now disable the PCI PNP configuration.
8524
8525     Signed-off-by: Stefan Roese <sr@denx.de>
8526
8527 commit 2902fadade3be7659467e8d074048c6b7068f5c0
8528 Author: Stefan Roese <sr@denx.de>
8529 Date:   Wed Jan 31 16:56:10 2007 +0100
8530
8531     [PATCH] Update 440EPx/440GRx cpu detection
8532
8533     Signed-off-by: Stefan Roese <sr@denx.de>
8534
8535 commit d5ea287b02a6945c3977410e364a879dd1a555c8
8536 Author: Stefan Roese <sr@denx.de>
8537 Date:   Wed Jan 31 16:38:04 2007 +0100
8538
8539     [PATCH] Update esd cpci5200 files
8540
8541     Signed-off-by: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
8542
8543 commit 8b7d1f0ab7d7c4fe3160bbf74a7e9690d9f3a3ab
8544 Author: Stefan Roese <sr@denx.de>
8545 Date:   Wed Jan 31 16:37:34 2007 +0100
8546
8547     [PATCH] Add support for esd mecp5200 board
8548
8549     Signed-off-by: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
8550
8551 commit 71a4e5fda8b60044ab9f46069fa1cfa26bdd07ff
8552 Author: Stefan Roese <sr@denx.de>
8553 Date:   Wed Jan 31 12:38:50 2007 +0100
8554
8555     [PATCH] Remove unneccessary yellowstone board config file
8556
8557     Signed-off-by: Stefan Roese <sr@denx.de>
8558
8559 commit e802594b6fa1b166308820c276b96dc0d7cc731c
8560 Author: Stefan Roese <sr@denx.de>
8561 Date:   Tue Jan 30 17:06:10 2007 +0100
8562
8563     [PATCH] Update Sequoia (440EPx) config file
8564
8565     The config file now handles the 2nd target, the Rainier (440GRx)
8566     evaluation board better. Additionally the PPC input clock was
8567     adjusted to match the correct value of 33.0 MHz.
8568
8569     Signed-off-by: Stefan Roese <sr@denx.de>
8570
8571 commit 700200c67e73b83751418abe7815840dca8fd6cb
8572 Author: Stefan Roese <sr@denx.de>
8573 Date:   Tue Jan 30 17:04:19 2007 +0100
8574
8575     [PATCH] Merge Yosemite & Yellowstone board ports
8576
8577     Now the AMCC eval boards Yosemite (440EP) and Yellowstone (440GR)
8578     share one config file and all board specific files. This way we
8579     don't have to maintain two different sets of files for nearly
8580     identical boards.
8581
8582     Signed-off-by: Stefan Roese <sr@denx.de>
8583
8584 commit 1bbf5eae322f5f1f6427ecc3ac13a0cb7dba8ad6
8585 Author: Stefan Roese <sr@denx.de>
8586 Date:   Tue Jan 30 15:01:49 2007 +0100
8587
8588     [PATCH] Update Prodrive SCPU (PDNB3 variant) board
8589
8590     SCPU doesn't use redundant environment in flash.
8591
8592     Signed-off-by: Stefan Roese <sr@denx.de>
8593
8594 commit 6304430ed642ea8fa15c9e5af965ac2e033eec45
8595 Author: Stefan Roese <sr@denx.de>
8596 Date:   Tue Jan 30 12:51:07 2007 +0100
8597
8598     [PATCH] alpr: Update alpr board config file
8599
8600     Signed-off-by: Stefan Roese <sr@denx.de>
8601
8602 commit f8db84f132b1e335f20f96138a1f09ed97b08664
8603 Author: Wolfgang Denk <wd@pollux.denx.de>
8604 Date:   Tue Jan 30 00:50:40 2007 +0100
8605
8606     LPC2292 SODIMM port coding style cleanup.
8607
8608 commit 6bd2447ee47ee23c18d2b3c7ccd5a20f7626f5b3
8609 Author: Gary Jennejohn <garyj@pollux.denx.de>
8610 Date:   Wed Jan 24 12:16:56 2007 +0100
8611
8612     Add port for the lpc2292sodimm evaluation board from EmbeddedArtists
8613
8614 commit 2daf046ba627f85f44195815778140039636244e
8615 Author: Bartlomiej Sieka <tur@semihalf.com>
8616 Date:   Tue Jan 23 17:22:06 2007 +0100
8617
8618     [iDMR] Add MTD and JFFS2 support, also add default partition definition.
8619
8620 commit f7db33101fbc9c8f0a10738ce87034875a17aeb9
8621 Author: Bartlomiej Sieka <tur@semihalf.com>
8622 Date:   Tue Jan 23 14:21:14 2007 +0100
8623
8624     [iDMR] Flash driver on initialisation write-protects some sectors,
8625     currently sectors 0-3. Sector 3 does not need to be protected, though
8626     (U-boot occupies sectors 0-1 and the environment sector 2). This commit
8627     fixes this, i.e., only sectors 0-2 are protected.
8628
8629 commit 0ed47bb119cd2c4c16edb2548789148f9e6dc9de
8630 Author: Bartlomiej Sieka <tur@semihalf.com>
8631 Date:   Tue Jan 23 14:11:22 2007 +0100
8632
8633     [iDMR] Using MII-related commands on iDRM board doesn't work now (e.g.,
8634     "mii device" results in "Unexpected exception"). Fixing this properly
8635     requires some clean-up in the FEC drivers infrastructure for ColdFire, so
8636     this commit disables MII commads for now.
8637
8638 commit 363d1d8f9c99b63daef81f5985cab3fc00edde5c
8639 Author: Bartlomiej Sieka <tur@semihalf.com>
8640 Date:   Tue Jan 23 13:25:22 2007 +0100
8641
8642     [ColdFire MCF5271 family] Add CPU detection based on the value of Chip
8643     Identification Register (CIR).
8644
8645 commit fdef388758506765d4d6a7155c8f1584c63ff581
8646 Author: roy zang <tie-fei.zang@freescale.com>
8647 Date:   Mon Jan 22 13:19:21 2007 +0800
8648
8649     use  CFG_WRITE_SWAPPED_DATA define instead of define CFG_FLASH_CFI_SWAP
8650     The patch by Heiko Schocher <hs@pollux.denx.de> on Jan, 19, 2007
8651     fixes cfi_driver bug for mpc7448hpc2 board. The default cfi_driver can support
8652     mpc7448hpc2 board.
8653
8654 commit a4012396645533aef218354eeba754dff0deace8
8655 Author: Wolfgang Denk <wd@pollux.denx.de>
8656 Date:   Fri Jan 19 23:08:39 2007 +0100
8657
8658     Minor code cleanup.
8659
8660 commit f539b7ba7d7ef6dd187c8209609001cb1cd95e39
8661 Author: Heiko Schocher <hs@pollux.denx.de>
8662 Date:   Fri Jan 19 19:57:10 2007 +0100
8663
8664     [PATCH] SC3 board: added CFG_CMD_AUTOSCRIPT.
8665
8666     Signed-off-by: Heiko Schocher <hs@denx.de>
8667
8668 commit d0b6e14087ddd8789f224a48e1d33f2a5df4d167
8669 Author: Heiko Schocher <hs@pollux.denx.de>
8670 Date:   Fri Jan 19 18:05:26 2007 +0100
8671
8672     [PATCH] CFI: define CFG_WRITE_SWAPPED_DATA for the CFI-Flash driver
8673                  if you must swap the bytes between reading/writing.
8674                  (Needed for the SC3 board)
8675
8676     Signed-off-by: Heiko Schocher <hs@denx.de>
8677
8678 commit 9d8d5a5bfb64768f29a0cb47fc37cd6f4c40e276
8679 Author: Stefan Roese <sr@denx.de>
8680 Date:   Thu Jan 18 16:05:47 2007 +0100
8681
8682     [PATCH] Add support for Prodrive SCPU (PDNB3 variant) board
8683
8684     Signed-off-by: Stefan Roese <sr@denx.de>
8685
8686 commit 0057d758e3e874cbe7f24745d0cce8c1cb6c207e
8687 Author: Stefan Roese <sr@denx.de>
8688 Date:   Thu Jan 18 11:54:52 2007 +0100
8689
8690     [PATCH] Update Prodrive P3Mx support
8691
8692     Signed-off-by: Stefan Roese <sr@denx.de>
8693
8694 commit 34167a36c29ee946b727465db5c014746a08e978
8695 Author: Stefan Roese <sr@denx.de>
8696 Date:   Thu Jan 18 11:48:10 2007 +0100
8697
8698     [PATCH] Add missing Taishan config file
8699
8700     Signed-off-by: Stefan Roese <sr@denx.de>
8701
8702 commit cb4820725e9fc409c5cbc8e83054a6ed522d2111
8703 Author: Heiko Schocher <hs@pollux.denx.de>
8704 Date:   Thu Jan 18 11:28:51 2007 +0100
8705
8706     [PATCH] Fix: Compilerwarnings for SC3 board.
8707                  The EBC Configuration Register is now by CFG_EBC_CFG definable
8708                  Added JFFS2 support for the SC3 board.
8709
8710     Signed-off-by: Heiko Schocher <hs@denx.de>
8711
8712 commit 5fb692cae57d1710c8f52a427cf7f39a37383fcd
8713 Author: Stefan Roese <sr@denx.de>
8714 Date:   Thu Jan 18 10:25:34 2007 +0100
8715
8716     [PATCH] Add support for AMCC Taishan PPC440GX eval board
8717
8718     Signed-off-by: Stefan Roese <sr@denx.de>
8719
8720 commit 6d3e0107235aa0e6a6dcb77f9884497280bf85ad
8721 Author: Wolfgang Denk <wd@pollux.denx.de>
8722 Date:   Tue Jan 16 18:30:50 2007 +0100
8723
8724     Raname solidcard3 into sc3; add redundant env for sc3
8725
8726 commit 1bbbbdd20fcec9933697000dcf55ff7972622596
8727 Author: Wolfgang Denk <wd@pollux.denx.de>
8728 Date:   Tue Jan 16 12:46:35 2007 +0100
8729
8730     Update default environment for Solidcard3
8731
8732 commit 5a5c56986a9ccf71642c8b6374eb18487b15fecd
8733 Author: Stefan Roese <sr@denx.de>
8734 Date:   Mon Jan 15 09:46:29 2007 +0100
8735
8736     [PATCH] Fix 440SPe rev B detection from previous patch
8737
8738     Signed-off-by: Stefan Roese <sr@denx.de>
8739
8740 commit a443d31410c571ee8f970da819a44d698fdd6b1f
8741 Author: Heiko Schocher <hs@pollux.denx.de>
8742 Date:   Sun Jan 14 13:35:31 2007 +0100
8743
8744         [FIX] correct I2C Writes for the LM81 Sensor.
8745
8746         Signed-off-by: Heiko Schocher <hs@denx.de>
8747
8748 commit 0bba5452835f19a61204edcda3a58112fd8e2208
8749 Author: Wolfgang Denk <wd@pollux.denx.de>
8750 Date:   Sat Jan 13 11:17:10 2007 +0100
8751
8752     Undo commit 3033ebb2: reset command does not take any arguments
8753
8754     Haiying Wang's modification to the reset command was broken, undo it.
8755
8756     Signed-off-by: Wolfgang Denk <wd@denx.de>
8757
8758 commit 95981778cff0038fd9941044d6a3eda810e33258
8759 Author: Stefan Roese <sr@denx.de>
8760 Date:   Sat Jan 13 08:01:03 2007 +0100
8761
8762     [PATCH] Update 440SP(e) cpu revisions
8763
8764     Also display enabled/disabled RAID 6 support for 440SP/440SPe PPC's.
8765
8766     Signed-off-by: Stefan Roese <sr@denx.de>
8767
8768 commit 77ddc5b9afb325262fd88752ba430a1dded1f0c7
8769 Author: Stefan Roese <sr@denx.de>
8770 Date:   Sat Jan 13 07:59:56 2007 +0100
8771
8772     [PATCH] Update Yellowstone (440GR) to display board rev and PCI bus speed
8773
8774     Now the board revision and the current PCI bus speed are printed after
8775     the board message.
8776
8777     Also the EBC initialising is now done via defines in the board config
8778     file.
8779
8780     Signed-off-by: Stefan Roese <sr@denx.de>
8781
8782 commit 36adff362c2c0141ff8a810d42a7e478f779130f
8783 Author: Stefan Roese <sr@denx.de>
8784 Date:   Sat Jan 13 07:59:19 2007 +0100
8785
8786     [PATCH] Update Yosemite (440EP) to display board rev and PCI bus speed
8787
8788     Now the board revision and the current PCI bus speed are printed after
8789     the board message.
8790
8791     Also the EBC initialising is now done via defines in the board config
8792     file.
8793
8794     Signed-off-by: Stefan Roese <sr@denx.de>
8795
8796 commit e0b9ea8c8a294de6a5350ae638879d24b5b709d6
8797 Author: Stefan Roese <sr@denx.de>
8798 Date:   Sat Jan 13 07:57:51 2007 +0100
8799
8800     [PATCH] Update Sequoia (440EPx) to display board rev and PCI bus speed
8801
8802     Now the board revision and the current PCI bus speed are printed after
8803     the board message.
8804
8805     Signed-off-by: Stefan Roese <sr@denx.de>
8806
8807 commit ca43ba18e910206ef8063e4b22d282630bff3fd2
8808 Author: Heiko Schocher <hs@pollux.denx.de>
8809 Date:   Thu Jan 11 15:44:44 2007 +0100
8810
8811         Added support for the SOLIDCARD III board from Eurodesign
8812
8813         Signed-off-by: Heiko Schocher <hs@denx.de>
8814
8815 commit 6abaee42621c07e81a2cd189ad4368b5e8c50280
8816 Author: Reinhard Thies <Reinhard.Thies@web.de>
8817 Date:   Wed Jan 10 14:41:14 2007 +0100
8818
8819     Adjusted default environment for cam5200 board.
8820
8821 commit bab5a90d4ccc1a46a8127b867fa59028cc623ad9
8822 Author: Wolfgang Denk <wd@pollux.denx.de>
8823 Date:   Wed Jan 10 15:35:52 2007 +0100
8824
8825     Update CHANGELOG
8826
8827 commit 787fa15860a57833e50bd30555079a9cd4e519b8
8828 Author: Wolfgang Denk <wd@pollux.denx.de>
8829 Date:   Wed Jan 10 01:28:39 2007 +0100
8830
8831     Fix auto_update for MCC200 board.
8832
8833     The invocation of do_auto_update() is moved to the end of the
8834     misc_init_r() function, after the flash mappings have been
8835     initialized. Please find attached a patch that implements that
8836     change.
8837
8838     Also correct the decoding of the keypad status. With this update, the
8839     key that will trigger the update is Column 2, Row 2.
8840
8841 commit d9384de2f571046e71081bae22b49e3d5ca2e3d5
8842 Author: Marian Balakowicz <m8@semihalf.com>
8843 Date:   Wed Jan 10 00:26:15 2007 +0100
8844
8845     CAM5200 flash driver modifications:
8846     - use CFI driver (replaces custom flash driver) for main 'cam5200' target
8847     - add second build target 'cam5200_niosflash' which still uses custom driver
8848
8849 commit 67fea022fa957f59653b5238c7496f80a6b70432
8850 Author: Markus Klotzbuecher <mk@denx.de>
8851 Date:   Tue Jan 9 16:02:48 2007 +0100
8852
8853     SPC1920: cleanup memory contoller setup
8854
8855 commit 8fc2102faa23593c80381437c09f7745a14deb40
8856 Author: Markus Klotzbuecher <mk@denx.de>
8857 Date:   Tue Jan 9 14:57:14 2007 +0100
8858
8859     Fix the cpu speed setup to work with all boards.
8860
8861 commit 9295acb77481cf099ef9b40e1fa2d145b3c7490c
8862 Author: Markus Klotzbuecher <mk@denx.de>
8863 Date:   Tue Jan 9 14:57:13 2007 +0100
8864
8865     SPC1920: add support for the FM18L08 Ramtron FRAM
8866
8867 commit 38ccd2fdf3364a53fe80e9b365303ecdafc9e223
8868 Author: Markus Klotzbuecher <mk@denx.de>
8869 Date:   Tue Jan 9 14:57:13 2007 +0100
8870
8871     SPC1920: update the HPI register addresses to work with the second
8872     generation of hardware
8873
8874 commit 5921e5313fc3eadd42770c2b99badd7fae5ecf1e
8875 Author: Markus Klotzbuecher <mk@creamnet.de>
8876 Date:   Tue Jan 9 14:57:13 2007 +0100
8877
8878     Miscellanious spc1920 related cleanups
8879
8880 commit e4c2d37adc8bb1bf69dcf600cbc6c75f916a6120
8881 Author: Markus Klotzbuecher <mk@denx.de>
8882 Date:   Tue Jan 9 14:57:12 2007 +0100
8883
8884     SPC1920 GO/NOGO led should be set to color red in U-Boot
8885
8886 commit 0be62728aac459ba268d6d752ed49ec0e2bc7348
8887 Author: Markus Klotzbuecher <mk@creamnet.de>
8888 Date:   Tue Jan 9 14:57:12 2007 +0100
8889
8890     Add support for the DS3231 RTC
8891
8892 commit 8139567b60d678584b05f0718a681f2047c5e14f
8893 Author: Markus Klotzbuecher <mk@creamnet.de>
8894 Date:   Tue Jan 9 14:57:11 2007 +0100
8895
8896     SMC1 uses external CLK4 instead of BRG on spc1920
8897
8898 commit d8d9de1a02fbd880b613d607143d1f57342affc7
8899 Author: Markus Klotzbuecher <mk@creamnet.de>
8900 Date:   Tue Jan 9 14:57:10 2007 +0100
8901
8902     Update the SPC1920 CMB PLD driver
8903
8904 commit 3f34f869162750e5e999fd140f884f5de952bcfe
8905 Author: Markus Klotzbuecher <mk@creamnet.de>
8906 Date:   Tue Jan 9 14:57:10 2007 +0100
8907
8908     Add / enable I2C support on the spc1920 board
8909
8910 commit d28707dbce1e9ac2017ad051da4133bf22b4204f
8911 Author: Markus Klotzbuecher <mk@creamnet.de>
8912 Date:   Tue Jan 9 14:57:10 2007 +0100
8913
8914     Add support for the tms320671x host port interface (HPI)
8915
8916 commit f4eb54529bb3664c3a562e488b460fe075f79d67
8917 Author: Wolfgang Denk <wd@pollux.denx.de>
8918 Date:   Sun Jan 7 00:13:11 2007 +0100
8919
8920     Prepare for release 1.2.0
8921
8922 commit f07ae7a9daef27a3d0213a4f3fe39d5342173c02
8923 Author: Stefan Roese <sr@denx.de>
8924 Date:   Sat Jan 6 15:58:09 2007 +0100
8925
8926     [PATCH] 44x: Fix problem with DDR controller setup (refresh rate)
8927
8928     This patch fixes a problem with an incorrect setup for the refresh
8929     timer of the 44x DDR controller in the file cpu/ppc4xx/sdram.c
8930
8931     Signed-off-by: Stefan Roese <sr@denx.de>
8932
8933 commit f16c1da9577f06c5fc08651a4065537407de4635
8934 Author: Stefan Roese <sr@denx.de>
8935 Date:   Sat Jan 6 15:56:13 2007 +0100
8936
8937     [PATCH] Update ALPR board files
8938
8939     This update brings the ALPR board support to the newest version.
8940     It also fixes a problem with the NAND driver.
8941
8942     Signed-off-by: Stefan Roese <sr@denx.de>
8943
8944 commit cd1d937f90250a32988c37b2b4af8364d25de8ed
8945 Author: Stefan Roese <sr@denx.de>
8946 Date:   Fri Jan 5 11:46:05 2007 +0100
8947
8948     [PATCH] nand: Fix problem with oobsize calculation
8949
8950     Here the description from Brian Brelsford <Brian_Brelsford@dell.com>:
8951
8952     The Hynix part returns a 0x1d in the 4th ID byte. The Samsung part
8953     returns a 0x15. In the code fragment below bits [1:0] determine the
8954     page size, it is ANDed via "(extid & 0x3)" then shifted out. The
8955     next field is also ANDed with 0x3. However this is a one bit field
8956     as defined in the Hynix and Samsung parts in the 4th ID byte that
8957     determins the oobsize, not a two bit field. It works on Samsung as
8958     bits[3:2] are 01. However for the Hynix there is a 11 in these two
8959     bits, so the oob size gets messed up.
8960
8961     I checked the correct linux code and the suggested fix from Brian is
8962     also available in the linux nand mtd driver.
8963
8964     Signed-off-by: Stefan Roese <sr@denx.de>
8965
8966 commit a78bc443ae5a4a8ba87590587d5e35bf5a787b2e
8967 Author: Stefan Roese <sr@denx.de>
8968 Date:   Fri Jan 5 10:40:36 2007 +0100
8969
8970     [PATCH] Clear PLB4A0_ACR[WRP] on Sequoia (440EPx)
8971
8972     This fix will make the MAL burst disabling patch for the Linux
8973     EMAC driver obsolete.
8974
8975     Signed-off-by: Stefan Roese <sr@denx.de>
8976
8977 commit 023889838282b6237b401664f22dd22dfba2c066
8978 Author: Stefan Roese <sr@denx.de>
8979 Date:   Fri Jan 5 10:38:05 2007 +0100
8980
8981     [PATCH] Add DDR2 optimization code for Sequoia (440EPx) board
8982
8983     This code will optimize the DDR2 controller setup on a board specific
8984     basis.
8985
8986     Note: This code doesn't work right now on the NAND booting image for the
8987     Sequoia board, since it doesn't fit into the 4kBytes for the SPL image.
8988
8989     Signed-off-by: Stefan Roese <sr@denx.de>
8990
8991 commit cce4acbb68398634b8d011ed7bb0d12269c84230
8992 Author: Bartlomiej Sieka <tur@semihalf.com>
8993 Date:   Thu Dec 28 19:08:21 2006 +0100
8994
8995     Few V38B changes:
8996       - fix a typo in V38B config file
8997       - move watchdog initialisation earlier in the boot process
8998       - add "wdt=off" to default kernel command line (disables kernel watchdog)
8999
9000 commit 92eb729bad876725aeea908d2addba0800620840
9001 Author: Wolfgang Denk <wd@pollux.denx.de>
9002 Date:   Wed Dec 27 01:26:13 2006 +0100
9003
9004     Fix bug in adaption of Stefano Babic's CFI driver patch.
9005
9006 commit 9c0f42ecfe25f7ffce8ec7a815f03864d723ffe3
9007 Author: Wolfgang Denk <wd@pollux.denx.de>
9008 Date:   Sun Dec 24 01:42:57 2006 +0100
9009
9010     Minor code cleanup.
9011
9012 commit d784fdb05900ada3686d5778783e1fb328e9fb66
9013 Author: Stefano Babic <sbabic@denx.de>
9014 Date:   Tue Dec 12 00:22:42 2006 +0100
9015
9016     Fix cfi failure with Spansion Flash (Spansion Flash Devices have a different offset to go into CFI mode)
9017
9018 commit 1b3c360c235dc684ec06c2d5f183f0a282ce45e2
9019 Author: Stefan Roese <sr@denx.de>
9020 Date:   Fri Dec 22 14:29:40 2006 +0100
9021
9022     [PATCH] Fix sequoia flash autodetection (finally correct)
9023
9024     Now 32MByte and 64MByte FLASH is know to work and other
9025     configurations should work too.
9026
9027     Signed-off-by: Stefan Roese <sr@denx.de>
9028
9029 commit 82e5236a8b719543643fd26d5827938ab2b94818
9030 Author: Wolfgang Denk <wd@pollux.denx.de>
9031 Date:   Fri Dec 22 10:30:26 2006 +0100
9032
9033     Minor code cleanup; update CHANGELOG.
9034
9035 commit fa23044564091f05d9695beb7b5b9a931e7f41a4
9036 Author: Heiko Schocher <hs@pollux.denx.de>
9037 Date:   Thu Dec 21 17:17:02 2006 +0100
9038
9039     Added support for the TQM8272 board from TQ
9040
9041     Signed-off-by: Heiko Schocher <hs@denx.de>
9042
9043 commit 6dedf3d49dd14c3bf541c8ecee7ffaac5f0e1d6c
9044 Author: Heiko Schocher <hs@pollux.denx.de>
9045 Date:   Thu Dec 21 16:14:48 2006 +0100
9046
9047     [PATCH] Add support for the UC101 board from MAN.
9048
9049     Signed-off-by: Heiko Schocher <hs@denx.de>
9050
9051 commit c84bad0ef60e7055ab0bd49b93069509cecc382a
9052 Author: Bartlomiej Sieka <tur@semihalf.com>
9053 Date:   Wed Dec 20 00:29:43 2006 +0100
9054
9055     Fix to make the baudrate changes immediate for the MCF52x2 family.
9056
9057 commit daa6e418bcc0c717752e8de939c213c790286096
9058 Author: Bartlomiej Sieka <tur@semihalf.com>
9059 Date:   Wed Dec 20 00:27:32 2006 +0100
9060
9061     Preliminary support for the iDMR board (ColdFire).
9062
9063 commit cdb97a6678826f85e7c69eae6a1c113d034c9b10
9064 Author: Andrei Safronov <safronov@pollux.denx.de>
9065 Date:   Fri Dec 8 16:23:08 2006 +0100
9066
9067     automatic update mechanism
9068
9069 commit 9d27b3a0685ff99fc477983f315c04d49f657a8a
9070 Author: roy zang <tie-fei.zang@freescale.com>
9071 Date:   Mon Dec 4 17:56:59 2006 +0800
9072
9073     Slight code clean up.
9074     Add comments, delete duplicate define and remove spaces.
9075     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
9076
9077 commit 4dbcd69e3e2776ea334590d5768e3692c5fae5c1
9078 Author: roy zang <tie-fei.zang@freescale.com>
9079 Date:   Mon Dec 4 17:54:21 2006 +0800
9080
9081     Introduce PLL_CFG[0:4] table for processor 7448/7447A/7455/7457. The original
9082     multiplier table can not refect the real PLL clock behavior of these
9083     processors. Please refer to the hardware specification for detailed
9084     information of the corresponding processors.
9085     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
9086
9087 commit 4efe20c9579011d9987f62ed7d35ee8cdc1cf0e0
9088 Author: roy zang <tie-fei.zang@freescale.com>
9089 Date:   Mon Dec 4 14:46:23 2006 +0800
9090
9091     Remove the static MAC address, ip address, server ip, netmask and
9092     gateway ip for network setting.
9093     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
9094
9095 commit 6f12c61cf31ed73d72ddfcfc712a854a3a177aaf
9096 Author: roy zang <tie-fei.zang@freescale.com>
9097 Date:   Mon Dec 4 14:33:08 2006 +0800
9098
9099     Remove the duplicate memory test code for mpc744ihpc2 board.
9100     If a memory test is needed, please use the functions in
9101     post/memory.c or memtest command.
9102     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
9103
9104 commit c9c1eeed7dd193fa65fb194654132040d49d4d3a
9105 Author: roy zang <tie-fei.zang@freescale.com>
9106 Date:   Fri Dec 1 19:01:25 2006 +0800
9107
9108     Fix the exception occuring in RAM table search issue.
9109     The original search_one_table() function code can only processes the search
9110     for the exception occurring in FLASH/ROM, because the exception and fixup
9111     table usually locate in FLASH. If the exception address is also in
9112     FLASH, it will be OK.
9113     If the exception occurs in RAM, after the u-boot relocation, a
9114     relocation offset should be added.
9115
9116     clean up the code in cpu/74xx_7xx/cpu.c
9117
9118     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
9119
9120 commit ee311214e0d216f904feea269599d0934bf71f23
9121 Author: roy zang <tie-fei.zang@freescale.com>
9122 Date:   Fri Dec 1 11:47:36 2006 +0800
9123
9124     Clean up the code according to codestyle:
9125     (1) remove some C++ comments.
9126     (2) remove trailing white space.
9127     (3) remove trailing empty line.
9128     (4) Indentation by table.
9129     (5) remove {} in one line condition.
9130     (6) add space before '(' in function call.
9131     Remove some weird printf () output.
9132     Add necessary comments.
9133     Modified Makefile to support building in a separate directory.
9134
9135 commit dd520bf314c7add4183c5191692180f576f96b60
9136 Author: Wolfgang Denk <wd@pollux.denx.de>
9137 Date:   Thu Nov 30 18:02:20 2006 +0100
9138
9139     Code cleanup.
9140
9141 commit 8d9a8610b8256331132227e9e6585c6bd5742787
9142 Author: Wolfgang Denk <wd@pollux.denx.de>
9143 Date:   Thu Nov 30 01:54:07 2006 +0100
9144
9145     Code cleanup. Update CHANGELOG.
9146
9147 commit 726e90aacf0b1ecb0e7055be574622fbe3e450ba
9148 Author: Grant Likely <grant.likely@secretlab.ca>
9149 Date:   Wed Nov 29 16:23:42 2006 +0100
9150
9151     [PATCH] [MPC52xx] Use IPB bus frequency for SOC peripherals
9152
9153     The soc node of the mpc52xx needs to be loaded with the IPB bus frequency,
9154     not the XLB frequency.
9155
9156     This patch depends on the previous patches for MPC52xx device tree support
9157
9158     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
9159     Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
9160
9161 commit 1eac2a71417b6675b11aace72102a2e7fde8f5c6
9162 Author: Stefan Roese <sr@denx.de>
9163 Date:   Wed Nov 29 15:42:37 2006 +0100
9164
9165     [PATCH] Add support for Prodrive P3M750 & P3M7448 (P3Mx) boards
9166
9167     This patch adds support for the Prodrive P3M750 (PPC750 & MV64460)
9168     and the P3M7448 (MPC7448 & MV64460) PMC modules. Both modules are
9169     quite similar and share the same board directory "prodrive/p3mx"
9170     and the same config file "p3mx.h".
9171
9172     Signed-off-by: Stefan Roese <sr@denx.de>
9173
9174 commit 1bdd46832aeb569f5e04b1f20f64318525b6525a
9175 Author: Stefan Roese <sr@denx.de>
9176 Date:   Wed Nov 29 12:53:15 2006 +0100
9177
9178     [PATCH] common/cmd_elf.c: Enable loadaddr as parameter in bootvx command
9179
9180     In the bootvx command the load address was only read from the env
9181     variable "loadaddr" and not optionally passed as paramter as described
9182     in the help. This is fixed with this patch. The behaviour is now the
9183     same as in the bootelf command.
9184
9185     Signed-off-by: Stefan Roese <sr@denx.de>
9186
9187 commit 4e26f1074c3ac1bd8fd094f0dc4a1c4a0b15a592
9188 Author: Stefan Roese <sr@denx.de>
9189 Date:   Wed Nov 29 12:03:57 2006 +0100
9190
9191     [PATCH] include/ppc440.h minor error affecting interrupts
9192
9193     Fixed include/ppc440.c for UIC address Bug
9194
9195     Corrects bug affecting the addresses for the universal interrupt
9196     controller UIC2 and UIC3 on the PPC440 Epx, GRx, and SPE chips.
9197
9198     Signed-off-by: Jeff Mann <mannj@embeddedplanet.com>
9199     Signed-off-by: Stefan Roese <sr@denx.de>
9200
9201 commit 1939d969443ccf316cab2bf32ab1027d4db5ba1a
9202 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
9203 Date:   Tue Nov 28 16:17:27 2006 -0600
9204
9205     Make fsl-i2c not conflict with SOFT I2C
9206
9207     Signed-off-by: Timur Tabi <timur@freescale.com>
9208
9209 commit 14198bf768fdc958e3c1afd2404e5262208e98d7
9210 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
9211 Date:   Tue Nov 28 16:17:18 2006 -0600
9212
9213     Fix I2C master address initialization.
9214
9215     Signed-off-by: Timur Tabi <timur@freescale.com>
9216
9217 commit cf3d045e51ca8dcc6cf759827140861d6ac25c04
9218 Author: Kim Phillips <kim.phillips@freescale.com>
9219 Date:   Tue Nov 28 23:31:19 2006 -0600
9220
9221     Assign maintainers for mpc8349emds and mpc8360emds
9222
9223     Dave for mpc8360emds, and me for mpc8349emds.
9224
9225 commit 1aa934c81b77f2080d3ca4b226eab67b17a33961
9226 Author: Kim Phillips <kim.phillips@freescale.com>
9227 Date:   Tue Nov 28 23:28:33 2006 -0600
9228
9229     Eliminate gcc 4 'used uninitialized' warnings in drivers/qe/uccf.c
9230
9231     give initial values for reg_num, shift, p_cmxucr in ucc_set_clk_src
9232     since they are passed by reference to ucc_get_cmxucr_reg and assigned.
9233
9234 commit e857a5bdb3954b896c0920cb9d8d2b1b9c107ce5
9235 Author: Timur Tabi <timur@freescale.com>
9236 Date:   Tue Nov 28 12:09:35 2006 -0600
9237
9238     mpc83xx: Miscellaneous code style fixes
9239
9240     Implement various code style fixes and similar changes.
9241
9242     Signed-off-by: Timur Tabi <timur@freescale.com>
9243
9244 commit e59581c56ab5d6e0207ddac3b2c1d55cb36ec706
9245 Author: Stefan Roese <sr@denx.de>
9246 Date:   Tue Nov 28 17:55:49 2006 +0100
9247
9248     [PATCH] Enable the IceCube/lite5200 variants to pass a device tree to Linux.
9249
9250     This patch adds the code and configuration necessary to boot with an
9251     arch/powerpc Linux kernel.
9252
9253     Signed-off-by: Grant Likely <grant.likely@gmail.com>
9254     Acked-by: Jon Loeliger <jdl@freescale.com>
9255
9256 commit e732faec95a83cb468b4850ae807c8301dde8f6a
9257 Author: Stefan Roese <sr@denx.de>
9258 Date:   Tue Nov 28 16:09:24 2006 +0100
9259
9260     [PATCH] PPC4xx: 440SP Rev. C detection added
9261
9262     Signed-off-by: Stefan Roese <sr@denx.de>
9263
9264 commit e7f3e9ff01fbd7fa72eb42a9675fbed6bc4736b0
9265 Author: Stefan Roese <sr@denx.de>
9266 Date:   Tue Nov 28 11:04:45 2006 +0100
9267
9268     [PATCH] nand: Fix patch merge problem
9269
9270     Signed-off-by: Stefan Roese <sr@denx.de>
9271
9272 commit 58e3b14c18ed3288ceef8d086946dbf3df64ccf2
9273 Author: Stefan Roese <sr@denx.de>
9274 Date:   Tue Nov 28 11:04:45 2006 +0100
9275
9276     [PATCH] nand: Fix patch merge problem
9277
9278     Signed-off-by: Stefan Roese <sr@denx.de>
9279
9280 commit 4f4b602ec7524a032bdf3c6d28c7f525a4a67eaa
9281 Author: Wolfgang Denk <wd@pollux.denx.de>
9282 Date:   Mon Nov 27 22:53:53 2006 +0100
9283
9284     Update CHANGELOG
9285
9286 commit f6e495f54cdb8fe340b9c03deab40ad746d52fae
9287 Author: Stefan Roese <sr@denx.de>
9288 Date:   Mon Nov 27 17:43:25 2006 +0100
9289
9290     [PATCH] 4xx_enet.c: Correct the setting of zmiifer register
9291
9292     Patch below corrects the setting of the zmiifer register, it was
9293     overwritting the register rather than ORing the settings.
9294
9295     Signed-off-by: Neil Wilson <NWilson@airspan.com>
9296     Signed-off-by: Stefan Roese <sr@denx.de>
9297
9298 commit d1a72545296800b7e219f93104ad5836f0003d66
9299 Author: Stefan Roese <sr@denx.de>
9300 Date:   Mon Nov 27 17:34:10 2006 +0100
9301
9302     [PATCH] Select NAND embedded environment from board configuration
9303
9304     The current NAND Bootloader setup forces the environment
9305     variables to be in line with the bootloader. This change
9306     enables the configuration to be made in the board include
9307     file instead so that it can be individually enabled.
9308
9309     Signed-off-by: Nick Spence <nick.spence@freescale.com>
9310     Signed-off-by: Stefan Roese <sr@denx.de>
9311
9312 commit 15784862857c3c2214498defcfed84ff137fb81e
9313 Author: Stefan Roese <sr@denx.de>
9314 Date:   Mon Nov 27 17:22:19 2006 +0100
9315
9316     [PATCH] nand_wait() timeout fixes
9317
9318     Two fixes for the nand_wait() function in
9319     drivers/nand/nand_base.c:
9320
9321     1. Use correct timeouts. The original timeouts in Linux
9322     source are 400ms and 20ms not 40s and 20s
9323
9324     2. Return correct error value in case of timeout. 0 is
9325     interpreted as OK.
9326
9327     Signed-off-by: Rui Sousa <rui.sousa@laposte.net>
9328     Signed-off-by: Stefan Roese <sr@denx.de>
9329
9330 commit da5553b095bf04f4f109ad7e565dae3aba47b230
9331 Author: Stefan Roese <sr@denx.de>
9332 Date:   Mon Nov 27 17:04:06 2006 +0100
9333
9334     [PATCH] Allow CONFIG_OF_FLAT_TREE to boot a non-arch/powerpc kernel
9335
9336     This patch allows an arch/ppc kernel to be booted by just passing 1 or 2
9337     arguments to bootm.  It removes the getenv("disable_of") test that used
9338     to be used for this purpose.
9339
9340     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
9341     Acked-by: Jon Loeliger <jdl@freescale.com>
9342
9343 commit a9398e018593782c5fa7d0741955fc1256b34c1e
9344 Author: Wolfgang Denk <wd@pollux.denx.de>
9345 Date:   Mon Nov 27 15:32:42 2006 +0100
9346
9347     Minor code cleanup. Update CHANGELOG.
9348
9349 commit 1729b92cde575476684bffe819d0b7791b57bff2
9350 Author: Stefan Roese <sr@denx.de>
9351 Date:   Mon Nov 27 14:52:04 2006 +0100
9352
9353     [PATCH] 4xx: Fix problem with board specific reset code (now for real)
9354
9355     Signed-off-by: Stefan Roese <sr@denx.de>
9356
9357 commit cc5ee8a92a0e3ca6f727af71b8fd206460c7afd7
9358 Author: Stefan Roese <sr@denx.de>
9359 Date:   Mon Nov 27 14:49:51 2006 +0100
9360
9361     [PATCH] alpr: remove unused board specific flash driver
9362
9363     Signed-off-by: Stefan Roese <sr@denx.de>
9364
9365 commit 1f94d162e2b5f0edc28d9fb11482502c44d218e1
9366 Author: Stefan Roese <sr@denx.de>
9367 Date:   Mon Nov 27 14:48:41 2006 +0100
9368
9369     [PATCH] 4xx: Fix problem with board specific reset code
9370
9371     Signed-off-by: Stefan Roese <sr@denx.de>
9372
9373 commit ec0c2ec725aec9524a177a77ce75559e644a931a
9374 Author: Stefan Roese <sr@denx.de>
9375 Date:   Mon Nov 27 14:46:06 2006 +0100
9376
9377     [PATCH] Remove testing 4xx enet PHY setup
9378
9379     Signed-off-by: Stefan Roese <sr@denx.de>
9380
9381 commit 1c2ce2262069510f31c7d3fd7efd3d58b8c0c148
9382 Author: Stefan Roese <sr@denx.de>
9383 Date:   Mon Nov 27 14:12:17 2006 +0100
9384
9385     [PATCH] Update Prodrive ALPR board support (440GX)
9386
9387     Signed-off-by: Stefan Roese <sr@denx.de>
9388
9389 commit 58b485776698c3d71ec5a215e392123b4c15afa3
9390 Author: Markus Klotzbuecher <mk@denx.de>
9391 Date:   Mon Nov 27 11:51:21 2006 +0100
9392
9393     Add a small README with information on the generic ohci driver.
9394
9395 commit ae3b770e4eae8e98b6e9e29662e18c47fdf0171f
9396 Author: Markus Klotzbuecher <mk@denx.de>
9397 Date:   Mon Nov 27 11:46:46 2006 +0100
9398
9399     Fix some endianness issues related to the generic ohci driver
9400
9401 commit 7b59b3c7a8ce2e4b567abf99c1cd667bf35b9418
9402 Author: Markus Klotzbuecher <mk@denx.de>
9403 Date:   Mon Nov 27 11:44:58 2006 +0100
9404
9405     Introduced the configuration option CONFIG_USB_OHCI_NEW in order to be able
9406     to choose between the old and the generic OHCI drivers.
9407
9408 commit 53e336e9ffc51035bdc4e5867631b3378761b4df
9409 Author: Markus Klotzbuecher <mk@denx.de>
9410 Date:   Mon Nov 27 11:43:09 2006 +0100
9411
9412     Modified the mpc5xxx and the ppc4xx cpu to use the generic OHCI driver
9413     and adapted board configs TQM5200 and yosemite accordingly. This commit
9414     also makes the maximum number of root hub ports configurable
9415     (CFG_USB_OHCI_MAX_ROOT_PORTS).
9416
9417 commit 78d620ebb5871d252270dedfad60c6568993b780
9418 Author: Wolfgang Denk <wd@atlas.denx.de>
9419 Date:   Thu Nov 23 22:58:58 2006 +0100
9420
9421     Updates for TQM5200 modules:
9422     - fix off-by-one error in board/tqm5200/cam5200_flash.c error message
9423     - simplify "udate" definitions
9424
9425 commit 2053283304eeddf250d109e6791eb6fa4cad14f7
9426 Author: Stefan Roese <sr@denx.de>
9427 Date:   Wed Nov 22 13:20:50 2006 +0100
9428
9429     [PATCH] PPC4xx start.S: Fix for processor errata
9430
9431     Fixed cpu/ppc4xx/start.S for 440EPx Errata: further corrects PPC440EPx
9432     errata 1.12: 440_33 by moving patch up in code.
9433
9434     Signed-off-by: Jeff Mann <mannj@embeddedplanet.com>
9435     Signed-off-by: Stefan Roese <sr@denx.de>
9436
9437 commit 4ef6251403f637841000e0fef9e832aa01339822
9438 Author: Stefan Roese <sr@denx.de>
9439 Date:   Mon Nov 20 20:39:52 2006 +0100
9440
9441     [PATCH] Update AMCC Sequoia config file to support 64MByte NOR FLASH
9442
9443     Signed-off-by: Stefan Roese <sr@denx.de>
9444
9445 commit e4bbd8da164b976d38616bd9c69c5e86e193cdf0
9446 Author: Wolfgang Denk <wd@pollux.denx.de>
9447 Date:   Mon Nov 20 10:28:30 2006 +0100
9448
9449     Update CHANGELOG
9450
9451 commit 260421a21e934a68d31fb6125b0fbd2631a8ca20
9452 Author: Stefan Roese <sr@denx.de>
9453 Date:   Mon Nov 13 13:55:24 2006 +0100
9454
9455     [PATCH] CFI driver AMD Command Set Top boot geometry reversal, etc. [Updated]
9456
9457        * Adds support for AMD command set Top Boot flash geometry reversal
9458        * Adds support for reading JEDEC Manufacturer ID and Device ID
9459        * Adds support for displaying command set, manufacturer id and
9460          device ids (flinfo)
9461        * Makes flinfo output to be consistent when CFG_FLASH_EMPTY_INFO defined
9462        * Removes outdated change history (refer to git log instead)
9463
9464     Signed-off-by: Tolunay Orkun <listmember@orkun.us>
9465     Signed-off-by: Stefan Roese <sr@denx.de>
9466
9467 commit b21b511d4c50408f4853f46f06b601272196223f
9468 Author: Wolfgang Denk <wd@pollux.denx.de>
9469 Date:   Sun Nov 12 21:13:23 2006 +0100
9470
9471     Update CHANGELOG
9472
9473 commit ce3f1a40c507afbab06c5eb58ccdc6713eda3245
9474 Author: Bartlomiej Sieka <tur@semihalf.com>
9475 Date:   Sat Nov 11 22:48:22 2006 +0100
9476
9477     Disable the watchdog in the default config for the V38B board.
9478
9479 commit 44a47e6db2694841211f1c8fdbafd36992e9cd1a
9480 Author: Bartlomiej Sieka <tur@semihalf.com>
9481 Date:   Sat Nov 11 22:43:00 2006 +0100
9482
9483     Change the GPIO pin multiplexing configuration for V38B. The USB GPIO pin
9484     group is enabled for USB earlier (in cpu_init_f() instead of
9485     usb_lowlevel_init()).
9486
9487 commit 91650b3e4de688038d4f71279c44858e3e2c6870
9488 Author: Wolfgang Denk <wd@pollux.denx.de>
9489 Date:   Mon Nov 6 17:06:36 2006 +0100
9490
9491     Sequential accesses to non-existent memory must be synchronized,
9492     at least on G2 cores.
9493
9494     This fixes get_ram_size() problems on MPC5200 Rev. B boards.
9495
9496 commit be5e61815d5a1fac290ce9c0ef09cb6a8e4288fa
9497 Author: Timur Tabi <timur@freescale.com>
9498 Date:   Fri Nov 3 19:15:00 2006 -0600
9499
9500     mpc83xx: Update 83xx to use fsl_i2c.c
9501
9502     Update the 83xx tree to use I2C support in drivers/fsl_i2c.c.  Delete
9503     cpu/mpc83xx/i2c.c, include/asm-ppc/i2c.h, and all references to those files.
9504     Added multiple I2C bus support to fsl_i2c.c.
9505
9506     Signed-off-by: Timur Tabi <timur@freescale.com>
9507
9508 commit d239d74b1c937984bc519083a8e7de373a390f06
9509 Author: Timur Tabi <timur@freescale.com>
9510 Date:   Fri Nov 3 12:00:28 2006 -0600
9511
9512     mpc83xx: Replace CFG_IMMRBAR with CFG_IMMR
9513
9514     Replace all instances of CFG_IMMRBAR with CFG_IMMR, so that the 83xx
9515     tree matches the other 8xxx trees.
9516
9517     Signed-off-by: Timur Tabi <timur@freescale.com>
9518
9519 commit f7fb2e703ec9688541416962724adff70a7322cb
9520 Author: Kim Phillips <kim.phillips@freescale.com>
9521 Date:   Thu Nov 2 19:47:11 2006 -0600
9522
9523     mpc83xx: Lindent and clean up cpu/mpc83xx/speed.c
9524
9525 commit 90f30a710a3c619b5405860a686c4ddfc495d4b6
9526 Author: Dave Liu <daveliu@freescale.com>
9527 Date:   Thu Nov 2 18:05:50 2006 -0600
9528
9529     mpc83xx: Fix the incorrect dcbz operation
9530
9531     The 834x rev1.x silicon has one CPU5 errata.
9532
9533     The issue is when the data cache locked with
9534     HID0[DLOCK], the dcbz instruction looks like no-op inst.
9535
9536     The right behavior of the data cache is when the data cache
9537     Locked with HID0[DLOCK], the dcbz instruction allocates
9538     new tags in cache.
9539
9540     The 834x rev3.0 and later and 8360 have not this bug inside.
9541
9542     So, when 834x rev3.0/8360 are working with ECC, the dcbz
9543     instruction will corrupt the stack in cache, the processor will
9544     checkstop reset.
9545
9546     However, the 834x rev1.x can work with ECC with these code,
9547     because the sillicon has this cache bug. The dcbz will not
9548     corrupt the stack in cache.
9549     Really, it is the fault code running on fault sillicon.
9550
9551     This patch fix the incorrect dcbz operation. Instead of
9552     CPU FP writing to initialise the ECC.
9553
9554     CHANGELOG:
9555     * Fix the incorrect dcbz operation instead of CPU FP
9556     writing to initialise the ECC memory. Otherwise, it
9557     will corrupt the stack in cache, The processor will checkstop
9558     reset.
9559
9560     Signed-off-by: Dave Liu <daveliu@freescale.com>
9561
9562 commit bf0b542d6773a5a1cbce77691f009b06d9aeb57d
9563 Author: Kim Phillips <kim.phillips@freescale.com>
9564 Date:   Wed Nov 1 00:10:40 2006 -0600
9565
9566     mpc83xx: add OF_FLAT_TREE bits to 83xx boards
9567
9568     add ft_pci_setup, OF_CPU, OF_SOC, OF_TBCLK, and
9569     STDOUT_PATH configuration bits to mpc8349emds,
9570     mpc8349itx, and mpc8360emds board code.
9571
9572     redo environment to use bootm with the fdtaddr
9573     for booting ARCH=powerpc kernels by default,
9574     and provide default fdtaddr values.
9575
9576 commit 48041365b3420589ad464ebc7752e0053538b729
9577 Author: Kim Phillips <kim.phillips@freescale.com>
9578 Date:   Wed Nov 1 00:07:25 2006 -0600
9579
9580     mpc83xx: change ft code to modify local-mac-address property
9581
9582     Update 83xx OF code to update local-mac-address properties
9583     for ethernet instead of the obsolete 'address' property.
9584
9585 commit 9ca880a250870a7d55754291b5591d2b5fe89b54
9586 Author: Timur Tabi <timur@freescale.com>
9587 Date:   Tue Oct 31 21:23:16 2006 -0600
9588
9589     mpc83xx: Fix dual I2C support for the MPC8349ITX, MPC8349EMDS, TQM834x, and MPC8360EMDS
9590
9591     This patch also adds an improved I2C set_speed(), which handles all clock
9592     frequencies.
9593
9594     Signed-off-by: Timur Tabi <timur@freescale.com>
9595
9596 commit ac4b5622ce050b5ee1e154b98df630d778661632
9597 Author: Dave Liu <daveliu@freescale.com>
9598 Date:   Tue Oct 31 19:54:59 2006 -0600
9599
9600     mpc83xx: add the README.mpc8360emds
9601
9602     add doc/README.mpc8360emds to accompany the new board support
9603
9604 commit 7737d5c658c606f999dfbe3e86b0fed49e5c50ef
9605 Author: Dave Liu <daveliu@freescale.com>
9606 Date:   Fri Nov 3 12:11:15 2006 -0600
9607
9608     mpc83xx: add QE ethernet support
9609
9610     this patch adds support for the QUICC Engine based UCC gigabit ethernet device.
9611
9612 commit 5f8204394e39bbe8cd9f08b8f8d145b6c01f7c73
9613 Author: Dave Liu <daveliu@freescale.com>
9614 Date:   Fri Nov 3 19:33:44 2006 -0600
9615
9616     mpc83xx: Add MPC8360EMDS basic board support
9617
9618     Add support for the Freescale MPC8360EMDS board.
9619     Includes DDR, DUART, Local Bus, PCI.
9620
9621 commit 23892e49352de74f7fac36ff90bb1be143d195e3
9622 Author: Dave Liu <daveliu@freescale.com>
9623 Date:   Tue Oct 31 19:30:40 2006 -0600
9624
9625     mpc83xx: add the QUICC Engine (QE) immap file
9626
9627     common QE immap file.  Also required for 8360.
9628
9629 commit b701652a4992bdcc62fb1a6038a85beef9e55da4
9630 Author: Dave Liu <daveliu@freescale.com>
9631 Date:   Tue Oct 31 19:25:38 2006 -0600
9632
9633     mpc83xx: Add 8360 specifics to 83xx immap
9634
9635     Mainly add QE device dependencies, with appropriate 8360 protection.
9636     Lindent also run.
9637
9638 commit 988833324a7fda482c8ac3ca23eb539f8232e404
9639 Author: Timur Tabi <timur@freescale.com>
9640 Date:   Tue Oct 31 19:14:41 2006 -0600
9641
9642     mpc83xx: Fix PCI, USB, bootargs for MPC8349E-mITX
9643
9644     PREREQUISITE PATCHES:
9645
9646     * This patch can only be applied after the following patches have been applied:
9647
9648       1) DNX#2006092142000015 "Add support for the MPC8349E-mITX  1/2"
9649       2) DNX#2006092142000024 "Add support for the MPC8349E-mITX  2/2"
9650
9651     CHANGELOG:
9652
9653     * For the 8349E-mITX, fix some size values in pci_init_board(), enable
9654       the clock for the 2nd USB board (Linux kernel will hang otherwise),
9655       and fix the CONFIG_BOOTARGS macro.
9656
9657     Signed-off-by: Timur Tabi <timur@freescale.com>
9658
9659 commit 2ad6b513b31070bd0c003792ed1c3e7f5d740357
9660 Author: Timur Tabi <timur@freescale.com>
9661 Date:   Tue Oct 31 18:44:42 2006 -0600
9662
9663     mpc83xx: Add support for the MPC8349E-mITX
9664
9665     PREREQUISITE PATCHES:
9666
9667     * This patch can only be applied after the following patches have been applied:
9668
9669       1) DNX#2006090742000024 "Add support for multiple I2C buses"
9670       2) DNX#2006090742000033 "Multi-bus I2C implementation of MPC834x"
9671       3) DNX#2006091242000041 "Additional MPC8349 support for multibus i2c"
9672       4) DNX#2006091242000078 "Add support for variable flash memory sizes on 83xx systems"
9673       5) DNX#2006091242000069 "Add support for Errata DDR6 on MPC 834x systems"
9674
9675     CHANGELOG:
9676
9677     * Add support for the Freescale MPC8349E-mITX reference design platform.
9678       The second TSEC (Vitesse 7385 switch) is not supported at this time.
9679
9680     Signed-off-by: Timur Tabi <timur@freescale.com>
9681
9682 commit 183da6d9b446cc12123455844ad1187e2375626f
9683 Author: Ben Warren <bwarren@qstreams.com>
9684 Date:   Tue Sep 12 10:15:53 2006 -0400
9685
9686     Additional MPC8349 support for multibus i2c
9687
9688     Hello,
9689
9690     Here is a patch for a file that was accidentally left out of a previous
9691     attempt.
9692
9693     It accompanies the patch with ticket DNX#2006090742000024
9694
9695     CHANGELOG:
9696             Change PCI initialization to use new multi-bus I2C API.
9697
9698     regards,
9699     Ben
9700
9701 commit b24f119d672b709d153ff2ac091d4aa63ec6877d
9702 Author: Ben Warren <bwarren@qstreams.com>
9703 Date:   Thu Sep 7 16:51:04 2006 -0400
9704
9705     Multi-bus I2C implementation of MPC834x
9706
9707     Hello,
9708
9709     Attached is a patch implementing multiple I2C buses on the MPC834x CPU
9710     family and the MPC8349EMDS board in particular.
9711     This patch requires Patch 1 (Add support for multiple I2C buses).
9712     Testing was performed on a 533MHz board.
9713
9714     /*** Note: This patch replaces ticket DNX#2006083042000027 ***/
9715
9716     Signed-off-by: Ben Warren <bwarren@qstreams.com>
9717
9718     CHANGELOG:
9719             Implemented driver-level code to support two I2C buses on the
9720     MPC834x CPU family and the MPC8349EMDS board.  Available I2C bus speeds
9721     are 50kHz, 100kHz and 400kHz on each bus.
9722
9723     regards,
9724     Ben
9725
9726 commit bb99ad6d8257bf828f150d40f507b30d80a4a7ae
9727 Author: Ben Warren <bwarren@qstreams.com>
9728 Date:   Thu Sep 7 16:50:54 2006 -0400
9729
9730     Add support for multiple I2C buses
9731
9732     Hello,
9733
9734     Attached is a patch providing support for multiple I2C buses at the
9735     command level.  The second part of the patch includes an implementation
9736     for the MPC834x CPU and MPC8349EMDS board.
9737
9738     /*** Note: This patch replaces ticket DNX#2006083042000018 ***/
9739
9740     Signed-off-by: Ben Warren <bwarren@qstreams.com>
9741
9742     Overview:
9743
9744     1. Include new 'i2c' command (based on USB implementation) using
9745     CONFIG_I2C_CMD_TREE.
9746
9747     2. Allow multiple buses by defining CONFIG_I2C_MULTI_BUS.  Note that
9748     the commands to change bus number and speed are only available under the
9749     new 'i2c' command mentioned in the first bullet.
9750
9751     3. The option CFG_I2C_NOPROBES has been expanded to work in multi-bus
9752     systems.  When CONFIG_I2C_MULTI_BUS is used, this option takes the form
9753     of an array of bus-device pairs.  Otherwise, it is an array of uchar.
9754
9755     CHANGELOG:
9756             Added new 'i2c' master command for all I2C interaction.  This is
9757     conditionally compiled with CONFIG_I2C_CMD_TREE.  New commands added for
9758     setting I2C bus speed as well as changing the active bus if the board
9759     has more than one (conditionally compiled with
9760     CONFIG_I2C_MULTI_BUS).  Updated NOPROBE logic to handle multiple buses.
9761     Updated README.
9762
9763     regards,
9764     Ben
9765
9766 commit bed85caf872714ebf53013967a695c9d63acfc68
9767 Author: Timur Tabi <timur@freescale.com>
9768 Date:   Tue Oct 31 18:13:36 2006 -0600
9769
9770     mpc83xx: Add support for Errata DDR6 on MPC 834x systems
9771
9772     CHANGELOG:
9773
9774     * Errata DDR6, which affects all current MPC 834x processors, lists changes
9775       required to maintain compatibility with various types of DDR memory.  This
9776       patch implements those changes.
9777
9778     Signed-off-by: Timur Tabi <timur@freescale.com>
9779
9780 commit afd6e470f639883002c7c59d562690a5cb0f4865
9781 Author: Timur Tabi <timur@freescale.com>
9782 Date:   Wed Oct 25 18:45:23 2006 -0500
9783
9784     mpc83xx: fix TQM build by defining a CFG_FLASH_SIZE for it
9785
9786 commit 31068b7c4abeefcb2c8fd4fbeccc8ec6c6d0475a
9787 Author: Timur Tabi <timur@freescale.com>
9788 Date:   Tue Aug 22 17:07:00 2006 -0500
9789
9790     mpc83xx: Add support for variable flash memory sizes on 83xx systems
9791
9792     CHANGELOG:
9793
9794     * On 83xx systems, use the CFG_FLASH_SIZE macro to program the LBC local access
9795        window registers, instead of using a hard-coded value of 8MB.
9796
9797     Signed-off-by: Timur Tabi <timur@freescale.com>
9798
9799 commit 2fc34ae66e73fa7841d1a006dc1b5dcbc1f78965
9800 Author: Tanya Jiang <tanya.jiang@freescale.com>
9801 Date:   Thu Aug 3 18:38:13 2006 +0800
9802
9803     mpc83xx: Unified TQM834x variable names with 83xx and consolidated macros
9804
9805     Unified TQM834x variable names with 83xx and consolidated macro
9806     in preparation for the 8360 and other upcoming 83xx devices.
9807
9808     Signed-off-by: Tanya Jiang <tanya.jiang@freescale.com>
9809
9810 commit f6eda7f80ccc13d658020268c507d7173cf2e8aa
9811 Author: Dave Liu <daveliu@freescale.com>
9812 Date:   Wed Oct 25 14:41:21 2006 -0500
9813
9814     mpc83xx: Changed to unified mpx83xx names and added common 83xx changes
9815
9816     Incorporated the common unified variable names and the changes in preparation
9817     for releasing mpc8360 patches.
9818
9819     Signed-off-by: Dave Liu <daveliu@freescale.com>
9820
9821 commit 3894c46c27c64891f93ac04edde86a9fa9758d92
9822 Author: Tanya Jiang <tanya.jiang@freescale.com>
9823 Date:   Thu Aug 3 18:36:02 2006 +0800
9824
9825     mpc83xx: Fix missing build for mpc8349emds pci.c
9826
9827     Make pci build for mpc8349emds
9828
9829     Signed-off-by: Tanya Jiang <tanya.jiang@freescale.com>
9830
9831 commit 09a81ff740b29deea1e2ab08a3c2ac136c2e6219
9832 Author: Tanya Jiang <tanya.jiang@freescale.com>
9833 Date:   Thu Aug 3 18:39:49 2006 +0800
9834
9835     mpc83xx: Removed unused file resetvec.S for mpc83xx cpu
9836
9837     Removed unused file resetvec.S for mpc83xx cpu
9838
9839     Signed-off-by: Tanya Jiang <tanya.jiang@freescale.com>
9840
9841 commit 04f899fc465c3e44f2b55ecc70618f5696fc0ddf
9842 Author: Nick Spence <Nick.Spence@freescale.com>
9843 Date:   Sat Sep 30 00:32:59 2006 -0700
9844
9845     NAND Flash verify across block boundaries
9846
9847     This patch addresses a problem when CONFIG_MTD_NAND_VERIFY_WRITE is
9848     defined
9849     and the write crosses a block boundary. The pointer to the verification
9850     buffer (bufstart) is not being updated to reflect the starting of the
9851     new
9852     block so the verification of the second block fails.
9853
9854     CHANGELOG:
9855
9856     * Fix NAND FLASH page verification across block boundaries
9857
9858 commit f484dc791a3932537213c43c654cc1295c64b84c
9859 Author: Nick Spence <nick.spence@freescale.com>
9860 Date:   Thu Sep 7 07:39:46 2006 -0700
9861
9862     Added RGMII support to the TSECs and Marvell 881111 Phy
9863
9864     Added a phy initialization to adjust the RGMII RX and TX timing
9865     Always set the R100 bit in 100 BaseT mode regardless of the TSEC mode
9866
9867     Signed-off-by: Nick Spence <nick.spence@freescale.com>
9868
9869 commit 4831c8b8a97799da77923d6bbb4c260c0d45521c
9870 Author: roy zang <tie-fei.zang@freescale.com>
9871 Date:   Fri Nov 3 13:10:00 2006 +0800
9872
9873     Remove some unused CFG define.
9874     undef CFG_DRAM_TEST
9875
9876 commit 99c09c4dec34f77c243bf51bea532e3f339410ad
9877 Author: roy zang <tie-fei.zang@freescale.com>
9878 Date:   Fri Nov 3 13:07:36 2006 +0800
9879
9880     Change the TEXT_BASE from 0xFFF00000 to 0xFF000000.
9881     Both work. 0xFF000000 seems more reasonable.
9882
9883 commit c59200443072353044aa4bf737a5a60f9a9af231
9884 Author: Wolfgang Denk <wd@pollux.denx.de>
9885 Date:   Thu Nov 2 15:15:01 2006 +0100
9886
9887     Release U-Boot 1.1.6
9888
9889 commit c1fbe4103a0d6c8957f912af902d705ba67836f2
9890 Author: roy zang <tie-fei.zang@freescale.com>
9891 Date:   Thu Nov 2 19:14:48 2006 +0800
9892
9893     This patch comes from Yuli's posted patch on 8/8/2006
9894     titled "CFI Driver Little-Endian write Issue".
9895
9896     http://sourceforge.net/mailarchive/message.php?msg_id=36311999
9897
9898     If that patch applied, please discard this one.
9899     Until now , I do not see his patch is applied. So please apply this one.
9900
9901     Signed-off-by: Yuli Barcohen <yuli@arabellasw.com>
9902     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
9903
9904 commit b825f158e449e1e9cf74c08e572955e122394c96
9905 Author: roy zang <tie-fei.zang@freescale.com>
9906 Date:   Thu Nov 2 19:12:31 2006 +0800
9907
9908     Tsi108 on chip i2c support.
9909
9910     The i2c  Interface provides a master-only, serial interface that can be
9911     used for initializing Tsi108/Tsi109 registers from an EEPROM after a
9912     device reset.
9913
9914     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
9915     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
9916
9917 commit 9226e7d6f09b9a1ac074cd918c81225a4689bba8
9918 Author: roy zang <tie-fei.zang@freescale.com>
9919 Date:   Thu Nov 2 19:11:06 2006 +0800
9920
9921     Tsi108 on chip pci controller support.
9922
9923     If there is no pci card, the tsi108/109 pci configure read will
9924     cause a machine check exception to the processor. PCI error should
9925     also be cleared after the read.
9926
9927     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
9928     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
9929
9930 commit d1927cee977126e547ceeba23e4f978f377cfb8f
9931 Author: roy zang <tie-fei.zang@freescale.com>
9932 Date:   Thu Nov 2 19:08:55 2006 +0800
9933
9934     Tundra tsi108 on chip Ethernet controller support.
9935
9936     The following is a brief description of the Ethernet controller:
9937     The Tsi108/9 Ethernet Controller connects Switch Fabric to two independent
9938     Gigabit Ethernet ports,E0 and E1.  It uses a single Management interface
9939     to manage the two physical connection devices (PHYs).  Each Ethernet port
9940     has its own statistics monitor that tracks and reports key interface
9941     statistics.  Each port supports a 256-entry hash table for address
9942     filtering.  In addition, each port is bridged to the Switch Fabric
9943     through a 2-Kbyte transmit FIFO and a 4-Kbyte Receive FIFO.
9944
9945     Each Ethernet port also has a pair of internal Ethernet DMA channels to
9946     support the transmit and receive data flows.  The Ethernet DMA channels
9947     use descriptors set up in memory, the memory map of the device, and
9948     access via the Switch Fabric.  The Ethernet Controller?s DMA arbiter
9949     handles arbitration for the Switch Fabric.  The Controller also
9950     has a register businterface for register accesses and status monitor
9951     control.
9952
9953     The PMD (Physical Media Device) interface operates in MII, GMII, or TBI
9954     modes.  The MII mode is used for connecting with 10 or 100 Mbit/s PMDs.
9955     The GMII and TBI modes are used to connect with Gigabit PMDs.  Internal
9956     data flows to and from the Ethernet Controller through the Switch Fabric.
9957
9958     Each Ethernet port uses its transmit and receive DMA channels to manage
9959     data flows through buffer descriptors that are predefined by the
9960     system (the descriptors can exist anywhere in the system memory map).
9961     These descriptors are data structures that point to buffers filled
9962     with data ready to transmit over Ethernet, or they point to empty
9963     buffers ready to receive data from Ethernet.
9964
9965     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
9966     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
9967
9968 commit 78aa0c3427f3ecdeb34aabfbbe2dd23b6ad8f40e
9969 Author: roy zang <tie-fei.zang@freescale.com>
9970 Date:   Thu Nov 2 19:01:33 2006 +0800
9971
9972     Tundra tsi108 header file.
9973
9974     The Tundra Semiconductor Corporation (Tundra) Tsi108 is a host bridge for
9975     PowerPC processors that offers numerous system interconnect options for
9976     embedded application designers. The Tsi108 can interconnect 60x or
9977     MPX processors to PCI/X peripherals, DDR2-400 memory, Gigabit Ethernet,
9978     and Flash. Provided the macro define for tsi108 chip.
9979
9980     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
9981     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
9982
9983 commit 87c4db09699c6b89176b31004afcb83eb1585d47
9984 Author: roy zang <tie-fei.zang@freescale.com>
9985 Date:   Thu Nov 2 18:59:15 2006 +0800
9986
9987     Add  mpc7448hpc2  (mpc7448 + tsi108)  board associated code support.
9988     mpc7448hpc2 board support high level code:tsi108 init + mpc7448hpc2.
9989
9990     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
9991     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
9992
9993 commit 27801b8ab11c61b577e45742a515bb3b23b80241
9994 Author: roy zang <tie-fei.zang@freescale.com>
9995 Date:   Thu Nov 2 18:57:21 2006 +0800
9996
9997     Add  mpc7448hpc2  (mpc7448 + tsi108)  board associated code support.
9998     Make ,config.mk and link file for the mpc7448hpc2 board.
9999
10000     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
10001     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
10002
10003 commit c6411c0c3bbc79f9ba8aef58296a42d8f9d8a0a6
10004 Author: roy zang <tie-fei.zang@freescale.com>
10005 Date:   Thu Nov 2 18:55:04 2006 +0800
10006
10007     Add  mpc7448hpc2  (mpc7448 + tsi108)  board associated code support.
10008     The mpc7448hpc2 board support header file.
10009
10010     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
10011     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
10012
10013 commit 625bb5ddb50b243f931262ca8c46956409471917
10014 Author: roy zang <tie-fei.zang@freescale.com>
10015 Date:   Thu Nov 2 18:52:21 2006 +0800
10016
10017     Add  mpc7448hpc2  (mpc7448 + tsi108)  board associated code support.
10018     The mpc7448hpc2 board support low level assemble language init code.
10019
10020     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
10021     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
10022
10023 commit 4c52783b3d024e153c4972b97332e314bc3bdc46
10024 Author: roy zang <tie-fei.zang@freescale.com>
10025 Date:   Thu Nov 2 18:49:51 2006 +0800
10026
10027     General code modification for mpc7448hpc2 board support.
10028     1. Add 7447A and 7448 processor support.
10029     2. Add the following flags.
10030
10031     CFG_CONFIG_BUS_CLK : If the 74xx bus frequency can be configured dynamically
10032     (such as by switch on board), this flag should be set.
10033
10034     CFG_EXCEPTION_AFTER_RELOCATE: If an exception occurs after the u-boot
10035     relocates to RAM, this flag should be set.
10036
10037     CFG_SERIAL_HANG_IN_EXCEPTION: If the print out function will cause the
10038     system hang in exception, this flag should be set.
10039
10040     There is a design issue for tsi108/109 pci configure  read. When pci scan
10041     the slots, if there is no pci card, the tsi108/9 will cause a machine
10042     check exception for mpc7448 processor.
10043
10044     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
10045     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
10046
10047 commit 69366bf42f22d67efce8da3f8c40a43d4a3c2695
10048 Author: roy zang <tie-fei.zang@freescale.com>
10049 Date:   Thu Nov 2 18:34:47 2006 +0800
10050
10051     Add README file for mpc7448hpc2 board.
10052     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
10053
10054 commit 25721b5cec2be4bce79cfade17ec8f6aa1e67526
10055 Author: Bartlomiej Sieka <tur@semihalf.com>
10056 Date:   Wed Nov 1 02:04:38 2006 +0100
10057
10058     Finish up support for MarelV38B board
10059      - add watchdog support
10060      - enable GPIO_WKUP_7 pin for input
10061      - code cleanup
10062
10063 commit ffa150bc90c943ca265170bd1be3f293674dd5c7
10064 Author: Bartlomiej Sieka <tur@semihalf.com>
10065 Date:   Wed Nov 1 01:45:46 2006 +0100
10066
10067     - Fix issues related to the use of ELDK 4 when compiling for MarelV38B:
10068           * remove warnings when compiling ethaddr.c
10069           * adjust linker script (fixes a crash resulting from incorrect
10070           definition of __u_boot_cmd_start)
10071     - Some MarelV38B code cleanup.
10072
10073 commit dae80f3caf9754a6dd3ddf3cf903d0c46cbd4385
10074 Author: Bartlomiej Sieka <tur@semihalf.com>
10075 Date:   Wed Nov 1 01:38:16 2006 +0100
10076
10077     - Add MPC5XXX register definition MPC5XXX_WU_GPIO_DATA_I and change the
10078       MPC5XXX_WU_GPIO_DATA macro to MPC5XXX_WU_GPIO_DATA_O (per MPC5200 User's
10079       Manual). Replace the uses of MPC5XXX_WU_GPIO_DATA with
10080       MPC5XXX_WU_GPIO_DATA_O for affected boards.
10081
10082     - Add defintions for some MPC5XXX GPIO pins.
10083
10084 commit 82d9c9ec29a1bec1b03ba616425ebaed231072c8
10085 Author: Bartlomiej Sieka <tur@semihalf.com>
10086 Date:   Wed Nov 1 01:34:29 2006 +0100
10087
10088     Changed MarelV38B board make target to lowercase. Config file cleanup.
10089
10090 commit 1954be6e9c9421b45d0a9d05b10356acc7563150
10091 Author: Wolfgang Denk <wd@pollux.denx.de>
10092 Date:   Sun Oct 29 01:03:51 2006 +0200
10093
10094     Automatically adjust ARFLAGS so "make -s" is really silent.
10095
10096 commit fae684e89844856383bdf101440889557df3e6b1
10097 Author: Stefan Roese <sr@denx.de>
10098 Date:   Sat Oct 28 16:45:00 2006 +0200
10099
10100     [PATCH] omap925.c: Remove unused functions
10101
10102     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
10103     Signed-off-by: Stefan Roese <sr@denx.de>
10104
10105 commit 1265581502ab8ea8c08e8edbe9bf64fbd62fd776
10106 Author: Stefan Roese <sr@denx.de>
10107 Date:   Sat Oct 28 17:12:58 2006 +0200
10108
10109     [PATCH] Add some missing machtypes for netstar & voiceblue boards
10110
10111     Use MACH_TYPE_NETSTAR and MACH_TYPE_VOICEBLUE defines instead of
10112     numbers in code.
10113
10114     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
10115     Signed-off-by: Stefan Roese <sr@denx.de>
10116
10117 commit 856f054410cef52d868feb330168b2a4c4091328
10118 Author: Stefan Roese <sr@denx.de>
10119 Date:   Sat Oct 28 15:55:52 2006 +0200
10120
10121     [PATCH] NAND: Partition name support added to NAND subsystem
10122
10123     chpart, nboot and NAND subsystem related commands now accept also partition
10124     name to specify offset.
10125
10126     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
10127     Signed-off-by: Stefan Roese <sr@denx.de>
10128
10129 commit 07a69a18c2ecfda904231fdf23e2523ea7792eb6
10130 Author: Wolfgang Denk <wd@pollux.denx.de>
10131 Date:   Sat Oct 28 02:29:44 2006 +0200
10132
10133     Update CHANGELOG.
10134
10135 commit 2751a95abd1b96911081c357e96a12fa97b40dee
10136 Author: Wolfgang Denk <wd@pollux.denx.de>
10137 Date:   Sat Oct 28 02:29:14 2006 +0200
10138
10139     Enable commandline editing and hush shell on all TQM boards.
10140
10141 commit 8078f1a5f63a739b8533478f6c2b62fb1e2f79d7
10142 Author: Wolfgang Denk <wd@pollux.denx.de>
10143 Date:   Sat Oct 28 02:28:02 2006 +0200
10144
10145     README says CFG_AUTO_COMPLETE, but ocde uses CONFIG_AUTO_COMPLETE
10146
10147 commit 471a7be7a042e95e440f5de969c9765214ae8d6e
10148 Author: Wolfgang Denk <wd@denx.de>
10149 Date:   Sat Oct 28 01:14:32 2006 +0200
10150
10151     Check for illegal character '=' in environment variable names.
10152
10153     Make sure the string passed as variable name does not contain a '='
10154     character. This not only prevents the common error or typing
10155     "setenv foo=bar" instead of "setenv foo bar", but (more importantly)
10156     also closes a backdoor which allowed to delete write-protected
10157     environment variables, for example by using "setenv ethaddr=".
10158
10159 commit 19973b6ad9863a56f5c5fbcfd90e20ab2490a2c2
10160 Author: Wolfgang Denk <wd@pollux.denx.de>
10161 Date:   Sat Oct 28 00:38:39 2006 +0200
10162
10163     Minor code cleanup.
10164
10165 commit e11887a77d81077416a2d1c5e0354916fee8c034
10166 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
10167 Date:   Thu Oct 26 17:55:31 2006 +0200
10168
10169     Don't pass any debug options directly to the assembler
10170
10171     When passing the -g option to gcc, gcc automatically selects a
10172     suitable --g<format> option to pass on to the assembler.
10173     Thus, there's no point in forcing a specific debug option on the
10174     assembler using the -Wa mechanism.
10175
10176     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
10177
10178 commit ea08ff6e14f9ebb8c07cfa79c51ef540eb087393
10179 Author: Jon Loeliger <jdl@freescale.com>
10180 Date:   Fri Oct 27 07:47:22 2006 -0500
10181
10182     MPC86xx: Cleaned up unused and conditionally used local variables.
10183
10184     Signed-off-by: Jon Loeliger <jdl@freescale.com>
10185
10186 commit d38936cdae46bfd2623ff83f6ce9b616d36ab0f9
10187 Author: Wolfgang Denk <wd@pollux.denx.de>
10188 Date:   Fri Oct 27 11:55:21 2006 +0200
10189
10190     Fix "ar" flags in some Makefiles to allow for silent "make -s"
10191
10192 commit 4653f91c13ed51c21cc4c3855745d69a3fb1817f
10193 Author: Ben Warren <bwarren@qstreams.com>
10194 Date:   Thu Oct 26 14:38:25 2006 -0400
10195
10196     Fix TSEC driver (now for real): avoid crashes if PHY is not attached
10197     to a TSEC (e.g. a switch is connected via RMII) or
10198     if the PHY is defective/incorrectly configured.
10199
10200     Signed-off-by: Ben Warren <bwarren@qstreams.com>
10201
10202 commit b985b5d6e4fb88f508f7aa0f126c2e27ada2b999
10203 Author: Ben Warren <bwarren@qstreams.com>
10204 Date:   Thu Oct 26 14:38:25 2006 -0400
10205
10206     Fix TSEC driver: avoid crashes if PHY is not attached
10207     to a TSEC (e.g. a switch is connected via RMII) or
10208     if the PHY is defective/incorrectly configured.
10209
10210     Signed-off-by: Ben Warren <bwarren@qstreams.com>
10211
10212 commit 2b2a40bebbf1822506e80e631d7253e60f0e0fe6
10213 Author: Wolfgang Denk <wd@pollux.denx.de>
10214 Date:   Thu Oct 26 16:24:31 2006 +0200
10215
10216     Code cleanup.
10217
10218 commit 5e3b0bc19f07ed277d85324ad0427642c8981baf
10219 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
10220 Date:   Wed Oct 25 15:48:59 2006 +0200
10221
10222     Finish up support for the ATSTK1000/ATSTK1002 boards
10223
10224     Add atstk1002_config target to Makefile and move the AVR32 section
10225     down below Blackfin so that it doesn't end up in the middle of
10226     MIPS.
10227
10228     Drop the autogenerated linker script thing for now. Will have to
10229     revisit how to handle chips with different flash and RAM layout
10230     later.
10231
10232     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
10233
10234 commit c76f951a747cfb87ba826ef45b5aea82d5b5dbb4
10235 Author: Kumar Gala <galak@kernel.crashing.org>
10236 Date:   Tue Oct 24 23:47:37 2006 -0500
10237
10238     Added support for Multi-Image files that contain a device tree
10239
10240     If a Multi-Image file contains a third image we try to use it as a
10241     device tree.  The device tree image is assumed to be uncompressed in the
10242     image file.  We automatically allocate space for the device tree in memory
10243     and provide an 8k pad to allow more than a reasonable amount of growth.
10244
10245     Additionally, a device tree that was contained in flash will now automatically
10246     get copied to system memory as part of boot.  Previously an error was
10247     reported if one tried to boot a device tree that was in flash.
10248
10249     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10250
10251 commit 7c52c4b943ff52bbe8796a7e2d3e476ceaf3f512
10252 Author: Wolfgang Denk <wd@denx.de>
10253 Date:   Tue Oct 24 21:35:55 2006 +0200
10254
10255     Switch to automatically generated CHANGELOG file.
10256     (use "make CHANGELOG" to update it from time to time)
10257
10258 commit 7ade0c634a979c32fa91a74e8f5775f24651fbe6
10259 Author: Stefan Roese <sr@denx.de>
10260 Date:   Tue Oct 24 18:06:48 2006 +0200
10261
10262     Fix bug in PPC440 NAND driver cpu/ppc4xx/ndfc.c
10263     Patch by Stefan Roese, 24 Oct 2006
10264
10265 commit 8ae3b713b2286e0c3213b7802062e4c1599010de
10266 Author: Wolfgang Denk <wd@pollux.denx.de>
10267 Date:   Tue Oct 24 17:24:55 2006 +0200
10268
10269     Merge with /home/wd/git/u-boot/master
10270
10271 commit 47a6989c10685d2ab3efcf95228ce50d2a496d3e
10272 Author: Wolfgang Denk <wd@pollux.denx.de>
10273 Date:   Tue Oct 24 15:32:57 2006 +0200
10274
10275     Code cleanup
10276
10277 commit 3a78e3e75b633ecb6413114ffd11e2f000c4f11e
10278 Author: Wolfgang Denk <wd@pollux.denx.de>
10279 Date:   Tue Oct 24 14:51:36 2006 +0200
10280
10281     Move atstk1000 files into vendor specific directory.
10282     Patch by Haavard Skinnemoen, 12 Sep 2006
10283
10284 commit 6ccec4492e77428fd6eafd3dfe94fbdf08e91d37
10285 Author: Wolfgang Denk <wd@pollux.denx.de>
10286 Date:   Tue Oct 24 14:42:37 2006 +0200
10287
10288     Add ATSTK1000 and ATSTK1002 board support
10289     Patch by Haavard Skinnemoen, 06 Sep 2006
10290
10291     This patch adds support for the ATSTK1000 with the ATSTK1002 CPU
10292     daughterboard.
10293
10294     ATSTK1000 is a full-featured development board for AT32AP CPUs. It
10295     has two ethernet ports, a high quality QVGA LCD panel, a loudspeaker,
10296     and connectors for USART, PS/2, VGA, USB, MMC/SD cards and
10297     CompactFlash cards. For more information, please see this page:
10298
10299     http://www.atmel.com/dyn/products/tools.asp?family_id=682
10300
10301     The ATSTK1002 is a daughterboard for the ATSTK1000 supporting the
10302     AT32AP7000 chip.
10303
10304     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
10305
10306 commit f93ae788c3640fcde5db383471d45548ff4060d0
10307 Author: Wolfgang Denk <wd@pollux.denx.de>
10308 Date:   Tue Oct 24 14:31:24 2006 +0200
10309
10310     Add common serial driver for Atmel AT32 and AT91 chips
10311     Patch by Haavard Skinnemoen, 06 Sep 2006
10312
10313     This is a first attempt at creating a common serial driver for Atmel
10314     chips. For now, it supports the AT32AP7000 AVR32 chip, but it should
10315     be possible to support AT91RM9200 and other ARM-based chips with some
10316     minor modifications.
10317
10318     There's nothing fundamentally AVR32-specific in this driver, but it
10319     does use some features which are currently only defined for the
10320     AT32AP CPU port:
10321       * pm_get_clock_freq: Obtain the clock frequency of a given domain
10322       * gd->console_uart: A "struct device" containing information about
10323         register mappings, gpio resources and clocks associated with the
10324         UART device.
10325
10326     For more information about these features, please see the "AT32AP
10327     CPU" patch.
10328
10329 commit 72a087e04705c26cad982879ebd06b5281bf825a
10330 Author: Wolfgang Denk <wd@pollux.denx.de>
10331 Date:   Tue Oct 24 14:27:35 2006 +0200
10332
10333     Add AT32AP CPU and AT32AP7000 SoC support
10334     Patch by Haavard Skinnemoen, 06 Sep 2006
10335
10336     This patch adds support for the AT32AP CPU family and the AT32AP7000
10337     chip, which is the first chip implementing the AVR32 architecture.
10338
10339     The AT32AP CPU core is a high-performance implementation featuring a
10340     7-stage pipeline, separate instruction- and data caches, and a MMU.
10341     For more information, please see the "AVR32 AP Technical Reference":
10342
10343     http://www.atmel.com/dyn/resources/prod_documents/doc32001.pdf
10344
10345     In addition to this, the AT32AP7000 chip comes with a large set of
10346     integrated peripherals, many of which are shared with the AT91 series
10347     of ARM-based microcontrollers from Atmel. Full data sheet is
10348     available here:
10349
10350     http://www.atmel.com/dyn/resources/prod_documents/doc32003.pdf
10351
10352     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
10353
10354 commit 7b64fef33c66be648826c0ff9758298ef13d0604
10355 Author: Wolfgang Denk <wd@pollux.denx.de>
10356 Date:   Tue Oct 24 14:21:16 2006 +0200
10357
10358     Add AVR32 architecture support
10359     Patch by Haavard Skinnemoen, 6 Sep 2006 16:23:02 +0200
10360
10361     This patch adds common infrastructure code for the Atmel AVR32
10362     architecture. See doc/README.AVR32 for details.
10363
10364     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
10365
10366 commit 2da2d9a4766063b9848f3a35ad6025499cf87265
10367 Author: Wolfgang Denk <wd@pollux.denx.de>
10368 Date:   Tue Oct 24 13:57:33 2006 +0200
10369
10370     Use -g instead of -gstabs in AFLAGS_DEBUG
10371     Patch by Haavard Skinnemoen, 30 Aug 2006
10372
10373     In config.mk, -Wa,-gstabs is unconditionally appended to AFLAGS no
10374     matter what the target's preferred debugging format is. This patch
10375     simply replaces -gstabs with -g, so that the default debugging format
10376     for the architecture is used.
10377
10378 commit 965829872169c2996023840d98e1d85ad148d629
10379 Author: Wolfgang Denk <wd@pollux.denx.de>
10380 Date:   Tue Oct 24 13:55:18 2006 +0200
10381
10382     Fix/workaround broken dependency handling with make 3.81
10383     Based on patch by Haavard Skinnemoen, 29 Aug 2006 11:20:39 +0200
10384
10385 commit 8318fbf8cc30418b621ea9f39b84b4c1a08f003a
10386 Author: Marian Balakowicz <m8@semihalf.com>
10387 Date:   Mon Oct 23 22:17:05 2006 +0200
10388
10389     Fix sequoia separate object direcory building problems.
10390
10391 commit 3dfa9cfdcee78b30da3432318b32821ffabe974b
10392 Author: Jon Loeliger <jdl@freescale.com>
10393 Date:   Fri Oct 20 17:16:35 2006 -0500
10394
10395     Use generic I2C register block on 85xx and 86xx.
10396
10397     Replace private IMMAP I2C structures with generic reg block
10398     and allow 86xx to have multiple I2C device busses.
10399
10400     Signed-off-by: Jon Loeliger <jdl@freescale.com>
10401
10402 commit f5012827df11ca0c9be1df5f8b153e188dc2fa7c
10403 Author: Jon Loeliger <jdl@freescale.com>
10404 Date:   Fri Oct 20 15:54:34 2006 -0500
10405
10406     Fix compilation warnings on a few 85xx boards.
10407
10408     Signed-off-by: Jon Loeliger <jdl@freescale.com>
10409
10410 commit 2047672684cf85cb6f96a1fbc993180aaaf19a99
10411 Author: Jon Loeliger <jdl@freescale.com>
10412 Date:   Fri Oct 20 15:50:15 2006 -0500
10413
10414     Converted all 85xx boards to use a common FSL I2C driver.
10415     Introduced COFIG_FSL_I2C to select the common FSL I2C driver.
10416     And removed hard i2c path from a few u-boot.lds scipts too.
10417     Minor whitespace cleanups along the way.
10418
10419     Signed-off-by: Jon Loeliger <jdl@freescale.com>
10420
10421 commit 4d45f69e362b05892c9e92a7907e5820995612aa
10422 Author: Jon Loeliger <jdl@freescale.com>
10423 Date:   Thu Oct 19 12:02:24 2006 -0500
10424
10425     Rewrite a series of goto statements as a sequences of
10426     conditional expressions instead.
10427
10428     Use consistent return code 0/-1 for good/bad indicators.
10429
10430     Include one fewer file if the driver isn't used at all.
10431
10432     Signed-off-by: Jon Loeliger <jdl@freescale.com>
10433
10434 commit 7237c033b02fe295880435f1eb80819a0c987532
10435 Author: Jon Loeliger <jdl@freescale.com>
10436 Date:   Thu Oct 19 11:02:16 2006 -0500
10437
10438     Moved i2c driver out of cpu/mpc86xx/i2c.c into drivers/fsl_i2c.c
10439
10440     in an effort to begin to unify the umpteen FSL I2C drivers that
10441     are all otherwise very similar.
10442
10443     Signed-off-by: Jon Loeliger <jdl@freescale.com>
10444
10445 commit 13a7fcdf37f6ea9429ae04c9df67f893364cfe4b
10446 Author: Jon Loeliger <jdl@freescale.com>
10447 Date:   Thu Oct 19 11:33:52 2006 -0500
10448
10449     * Fix a bunch of compiler warnings for gcc 4.0
10450
10451     Signed-off-by: Matthew McClintock <msm@freescale.com>
10452
10453 commit af9e1f5b9e6f9ce810f5e8bf2961c9542a5865c2
10454 Author: Stefan Roese <sr@denx.de>
10455 Date:   Tue Oct 17 06:14:31 2006 +0200
10456
10457     Add monitor functions for indirect access to PPC440 DCR's
10458     Patch by Leonid Baryudin, 12 Oct 2006
10459
10460 commit 5f3249a0a168e446a4cc9669b2bce0bc456f0a09
10461 Author: Jon Loeliger <jdl@freescale.com>
10462 Date:   Fri Oct 13 16:47:53 2006 -0500
10463
10464     Fixed leading whitespace issues.
10465     Removed spurious LAWAR thing.
10466
10467     Signed-off-by: Jon Loeliger <jdl@freescale.com>
10468
10469 commit 0ee90cb77e01d6e8ccd37e1bd96678597875c391
10470 Author: Jon Loeliger <jdl@freescale.com>
10471 Date:   Thu Oct 12 10:42:36 2006 -0500
10472
10473     Remove unneeded include files and local variable.
10474
10475     Signed-off-by: Jon Loeliger <jdl@freescale.com>
10476
10477 commit 1eaf3a5ff4960a46f3a9063568ba2af7883f07c5
10478 Author: Grant Likely <grant.likely@secretlab.ca>
10479 Date:   Tue Oct 10 00:23:32 2006 -0600
10480
10481     Fix possible uninitialized variable compiler warning.
10482
10483     When CONFIG_OF_FLAG_TREE is set, the compiler complains that 'len' in
10484     do_bootm_linux() may be uninitialized.  There is no possibility in the
10485     current code that len will get used uninitialized, but this fix follows
10486     the existing convention of setting both len and data to zero at the same
10487     time.
10488
10489     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
10490
10491 commit 7376eb87aaa601f728f9b8e5e9cd2711a67f529e
10492 Author: Matthew McClintock <msm@freescale.com>
10493 Date:   Wed Oct 11 15:13:01 2006 -0500
10494
10495     * Fix a bunch of compiler warnings for gcc 4.0
10496
10497     Signed-off-by: Matthew McClintock <msm@freescale.com>
10498
10499 commit bf651baa365e5447246aad6a633ccd667cf24a39
10500 Author: Jon Loeliger <jdl@freescale.com>
10501 Date:   Wed Oct 11 10:10:43 2006 -0500
10502
10503     Move "ar" flags to config.mk to allow for silent "make -s"
10504
10505 commit 1fd5699a4a24f5c1dab1b32f480bace1ebb9fc3e
10506 Author: Jon Loeliger <jdl@freescale.com>
10507 Date:   Tue Oct 10 17:19:03 2006 -0500
10508
10509     Coding style changes to remove local varible blocks
10510     and reformat a bit nicer.
10511
10512 commit 8b283dbb3a08d1b8d406bc15f119e081b3e2606a
10513 Author: Jon Loeliger <jdl@freescale.com>
10514 Date:   Tue Oct 10 17:16:04 2006 -0500
10515
10516     Fix whitespace issues.
10517
10518 commit 7b382b7125f2397cce63253df62f183e3dfa2770
10519 Author: Jon Loeliger <jdl@freescale.com>
10520 Date:   Tue Oct 10 17:14:45 2006 -0500
10521
10522     Fix whitespace issues.
10523
10524 commit e10390ddd736b0dad1528eec4b0fe35c0827139a
10525 Author: Jon Loeliger <jdl@freescale.com>
10526 Date:   Tue Oct 10 17:06:53 2006 -0500
10527
10528     Fix whitespace issues.
10529
10530 commit 89875e96ba3f023157bf50d5f8e33bf254964a76
10531 Author: Jon Loeliger <jdl@freescale.com>
10532 Date:   Tue Oct 10 17:03:43 2006 -0500
10533
10534     Ran lindent and cleaned up whitespace issues.
10535     Format for 80-columns too.
10536
10537 commit 333961ae7095fc66d8a041fce1ac9ee873b09d86
10538 Author: Jon Loeliger <jdl@freescale.com>
10539 Date:   Tue Oct 10 17:02:22 2006 -0500
10540
10541     Fix whitespace and 80-col issues.
10542
10543 commit 5c912cb1c31266c66ca59b36f9b6f87296421d75
10544 Author: Stefan Roese <sr@denx.de>
10545 Date:   Sat Oct 7 11:36:51 2006 +0200
10546
10547     CFG_NAND_QUIET_TEST added to not warn upon missing NAND device
10548     Patch by Stefan Roese, 07 Oct 2006
10549
10550 commit 5bc528fa4da751d472397b308137238a6465afd2
10551 Author: Stefan Roese <sr@denx.de>
10552 Date:   Sat Oct 7 11:35:25 2006 +0200
10553
10554     Update ALPR code (NAND support working now)
10555     Patch by Stefan Roese, 07 Oct 2006
10556
10557 commit 77d5034847d328753b80c46b83f960a14a26f40e
10558 Author: Stefan Roese <sr@denx.de>
10559 Date:   Sat Oct 7 11:33:03 2006 +0200
10560
10561     Remove compile warnings in fpga code
10562     Patch by Stefan Roese, 07 Oct 2006
10563
10564 commit f3443867e90d2979a7dd1c65b0d537777e1f9850
10565 Author: Stefan Roese <sr@denx.de>
10566 Date:   Sat Oct 7 11:30:52 2006 +0200
10567
10568     Add CONFIG_BOARD_RESET to configure board specific reset function
10569     Patch by Stefan Roese, 07 Oct 2006
10570
10571 commit f55df18187e7a45cb73fec4370d12135e6691ae1
10572 Author: John Traill <john.traill@freescale.com>
10573 Date:   Fri Sep 29 08:23:12 2006 +0100
10574
10575     Fix missing tCycle/modfreq calculation.
10576
10577     Signed-off-by: John Traill <john.traill@freescale.com>
10578
10579 commit 8272dc2f58f2473d8995fcc9b916440cfba080f0
10580 Author: Andy Fleming <afleming@freescale.com>
10581 Date:   Wed Sep 13 10:33:35 2006 -0500
10582
10583     Updated config headers to add default FDT-based booting
10584
10585 commit 09f3e09e9ebcfa7919ca8931a4b5504fadd1f1d3
10586 Author: Andy Fleming <afleming@freescale.com>
10587 Date:   Wed Sep 13 10:34:18 2006 -0500
10588
10589     Add support for eTSEC 3 & 4 on 8548 CDS
10590
10591     * Added support for using eTSEC 3 and eTSEC 4 on the 8548 CDS.
10592       This will only work on rev 1.3 boards (but doesn't break older boards)
10593     * Cleaned up some comments to reflect the expanded role of tsec
10594       in other systems
10595
10596 commit 084d648b109c8984f83674043c1a7fa3885ef801
10597 Author: Andy Fleming <afleming@freescale.com>
10598 Date:   Wed Sep 13 10:33:56 2006 -0500
10599
10600     Added code to support 2.6.18 PCI changes in u-boot
10601
10602     * Added code to swizzle the IRQ map for the PCI
10603
10604 commit afbdc649f8751e4f4f1a6f527edfe139773f2c15
10605 Author: Jon Loeliger <jdl@freescale.com>
10606 Date:   Tue Sep 19 09:34:10 2006 -0500
10607
10608     Modified makefile for new build mechanism.
10609
10610     Signed-off-by: Jon Loeliger <jdl@freescale.com>
10611
10612 commit d14ba6a798beb753e7a864500414fcc2d198b8bc
10613 Author: Jon Loeliger <jdl@freescale.com>
10614 Date:   Thu Sep 14 08:40:36 2006 -0500
10615
10616     Handle 86xx SVR values according to the new Reference Manual.
10617     Both 8641 and 8641D have SVR == 0x8090, and are distinguished
10618     by the byte in bits 16-23 instead.
10619     Thanks to Jason Jin for noticing.
10620
10621     Signed-off-by: Jon Loeliger <jdl@freescale.com>
10622
10623 commit 88c8f4921fc47fb0eb2384b16586f1bd7f275be7
10624 Author: Zhang Wei <wei.zhang@freescale.com>
10625 Date:   Mon Aug 28 14:25:31 2006 +0800
10626
10627     Fixed an OF-tree off-by-one bug when adding a new property name.
10628     This bug will cause the kernel booting to pause a long time.
10629
10630     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
10631     (cherry picked from 2f15776ccc6dc32377d8ba9652b8f58059c27c6d commit)
10632
10633 commit 9bff7a69a885adebbd2bd45990494ec4cf998a30
10634 Author: Jon Loeliger <jdl@freescale.com>
10635 Date:   Tue Aug 29 11:05:09 2006 -0500
10636
10637     Remove trailing empty lines.
10638
10639 commit cd6d73d5b895a5935ac4fde0a356288142a584e0
10640 Author: Jon Loeliger <jdl@freescale.com>
10641 Date:   Tue Aug 29 09:48:49 2006 -0500
10642
10643     Remove bogus msync and use volatile asm.
10644
10645 commit 778d45049ce5927b65b3ff1d8e6692b654bdd49e
10646 Author: Jon Loeliger <jdl@freescale.com>
10647 Date:   Tue Aug 29 08:17:14 2006 -0500
10648
10649     Add myself as maintainer for MPC8641HPCN.
10650
10651 commit 2f15776ccc6dc32377d8ba9652b8f58059c27c6d
10652 Author: Zhang Wei <wei.zhang@freescale.com>
10653 Date:   Mon Aug 28 14:25:31 2006 +0800
10654
10655     Fixed an OF-tree off-by-one bug when adding a new property name.
10656     This bug will cause the kernel booting to pause a long time.
10657
10658     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
10659
10660 commit 5567806b67d0ae83493aa8823ad3b6c914f581d7
10661 Author: Haiying Wang <haiying.wang@freescale.com>
10662 Date:   Fri Aug 25 14:38:34 2006 -0400
10663
10664     Change ramdiskaddr and dtbaddr
10665     Remove PEX fluff commands.
10666
10667     Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
10668     Signed-off-by: Jon Loeliger <jdl@freescale.com>
10669
10670 commit b2b78421d9db49c21a821af8a19c21c1f7dfb29e
10671 Author: Matthew McClintock <msm@freescale.com>
10672 Date:   Wed Aug 23 13:32:45 2006 -0500
10673
10674     * Another small fix for booting with disable_of
10675
10676     Signed-off-by: Matthew McClintock <msm@freescale.com>
10677
10678 commit 4a7cc0f21918e6ecf07ed57075d67df2c4a1299c
10679 Author: Jon Loeliger <jdl@freescale.com>
10680 Date:   Wed Aug 23 11:04:43 2006 -0500
10681
10682     Cleanup and lindent new AHCI driver.
10683
10684 commit dabf9ef8c10b4dead5ef2106ef742b1c06b542de
10685 Author: Jin Zhengxiong <jason@bus.ap.freescale.net>
10686 Date:   Wed Aug 23 19:15:12 2006 +0800
10687
10688     Add AHCI define and sata support for MPC8641HPCN board.
10689
10690     Signed-off-by:Jason Jin<jason.jin@freescale.com>
10691
10692 commit 4782ac80b02f0d01afd309e2200dd3c7037f2ba4
10693 Author: Jin Zhengxiong <jason@bus.ap.freescale.net>
10694 Date:   Wed Aug 23 19:10:44 2006 +0800
10695
10696     Add AHCI support to u-boot
10697
10698     Add AHCI support in u-boot, enable the sata disk controllers which
10699     following the AHCI protocol.
10700
10701     Signed-off-by:Jason Jin<jason.jin@freescale.com>
10702
10703 commit d8ea2acf5f137cae99417df4f573d036ee384668
10704 Author: Zhang Wei <wei.zhang@freescale.com>
10705 Date:   Wed Aug 23 17:54:32 2006 +0800
10706
10707     Add dtb boot-up parameter to default boot commands.
10708
10709     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
10710
10711 commit b93775c2036b99baa390ea425c4771895bbc63c4
10712 Author: Jon Loeliger <jdl@freescale.com>
10713 Date:   Tue Aug 22 18:26:08 2006 -0500
10714
10715     Cleanup even more poorly introduced whitespace.
10716
10717 commit ae6241685cbcf0c79a3636530d2ceab1fb291a94
10718 Author: Jon Loeliger <jdl@freescale.com>
10719 Date:   Tue Aug 22 18:07:00 2006 -0500
10720
10721     Cleanup more poorly introduced whitespace.
10722
10723 commit 2c33e8a1c535b3ae91cf0b284480600bf3f57c57
10724 Author: Jon Loeliger <jdl@freescale.com>
10725 Date:   Tue Aug 22 17:54:05 2006 -0500
10726
10727     Cleanup poorly introduced whitespace.
10728
10729 commit 80e955c7dd98f4b4fd23c2113caf75ed2b77b5b3
10730 Author: Jon Loeliger <jdl@freescale.com>
10731 Date:   Tue Aug 22 12:25:27 2006 -0500
10732
10733     General indent and whitespace cleanups.
10734
10735 commit ffff3ae56f5842ca3679e4ce7922b819a87aad9f
10736 Author: Jon Loeliger <jdl@freescale.com>
10737 Date:   Tue Aug 22 12:06:18 2006 -0500
10738
10739     General indent and whitespace cleanups.
10740
10741 commit 41a0e8b304d3ff55fe27a230507aac79684016ac
10742 Author: Jon Loeliger <jdl@freescale.com>
10743 Date:   Tue Aug 22 10:42:21 2006 -0500
10744
10745     Cleanup compiler warnings.
10746
10747 commit 5de62c47a8628b3da4d73f7c07027f32a3342d40
10748 Author: Matthew McClintock <msm@freescale.com>
10749 Date:   Tue Aug 22 09:31:59 2006 -0500
10750
10751     Fix disable_of booting
10752
10753     Signed-off-by: Matthew McClintock <msm@freescale.com>
10754
10755 commit 87a449c8ac396420cb24260f717ea9e6faa82047
10756 Author: Matthew McClintock <msm@freescale.com>
10757 Date:   Tue Aug 22 09:23:55 2006 -0500
10758
10759     Support for FDT in uImage format, error when using FDT from flash
10760
10761     Signed-off-by: Matthew McClintock <msm@freescale.com>
10762
10763 commit 75c299c38369d01addd5e054b8a16217b70f4a86
10764 Author: Haiying Wang <haiying.wang@freescale.com>
10765 Date:   Tue Aug 15 15:12:55 2006 -0400
10766
10767     Unlock cache before kernel starts up for MPC86xx
10768
10769 commit 67256678f00c09b0a7f19e862e5c1847553d31bc
10770 Author: Haiying Wang <haiying.wang@freescale.com>
10771 Date:   Tue Aug 15 15:13:15 2006 -0400
10772
10773     Copy Global Data Pointer to r29 for DECLARE_GLOBAL_DATA_PTR
10774
10775 commit 1c8f6d8fb028f156094d05f2d14298e6479364ac
10776 Author: Haiying Wang <haiying.wang@freescale.com>
10777 Date:   Tue Aug 15 15:12:55 2006 -0400
10778
10779     Unlock cache before kernel starts up for MPC86xx
10780
10781 commit 0d9ccc55edf9a7f3c5b2b6263580a6ea8d702a04
10782 Author: Haiying Wang <haiying.wang@freescale.com>
10783 Date:   Tue Aug 15 15:13:15 2006 -0400
10784
10785     Copy Global Data Pointer to r29 for DECLARE_GLOBAL_DATA_PTR
10786
10787 commit 86c8e17f25e972a7e272950a0735fad84e082b88
10788 Author: Matthew McClintock <msm@freescale.com>
10789 Date:   Wed Aug 16 13:59:47 2006 -0500
10790
10791     * Fix disable_of booting
10792
10793     Signed-off-by: Matthew McClintock <msm@freescale.com>
10794
10795 commit 25c751e9adc86e22fe3b5b47cf2806379b575db7
10796 Author: Matthew McClintock <msm@freescale.com>
10797 Date:   Wed Aug 16 10:54:09 2006 -0500
10798
10799     * Support for FDT in uImage format, error when using FDT from flash
10800
10801     Signed-off-by: Matthew McClintock <msm@freescale.com>
10802
10803 commit 899620c2d66d4eef3b2a0034d062e71d45d886c9
10804 Author: Stefan Roese <sr@denx.de>
10805 Date:   Tue Aug 15 14:22:35 2006 +0200
10806
10807     Add initial support for the ALPR board from Prodrive
10808     NAND needs some additional testing
10809     Patch by Heiko Schocher, 15 Aug 2006
10810
10811 commit f0ff4692ff3372dec55074a8eb444943ab095abb
10812 Author: Stefan Roese <sr@denx.de>
10813 Date:   Tue Aug 15 14:15:51 2006 +0200
10814
10815     Add FPGA Altera Cyclone 2 support
10816     Patch by Heiko Schocher, 15 Aug 2006
10817
10818 commit fecf1c7e4de1b2779edc18742b91c22bdc32b68b
10819 Author: Jon Loeliger <jdl@freescale.com>
10820 Date:   Mon Aug 14 15:33:38 2006 -0500
10821
10822     Fix BAT0 to actually be cacheable, non-guarded as documented.
10823
10824     Signed-off-by: Jon Loeliger <jdl@freescale.com>
10825
10826 commit 40bc83559db5745681909fd7382ae509567e116d
10827 Author: Jon Loeliger <jdl@freescale.com>
10828 Date:   Wed Aug 9 15:32:16 2006 -0500
10829
10830     Removed MPC8641HPCN DTS source file from build.
10831     It is no longer linked into U-Boot; its sources are
10832     now located in the kernel tree.
10833
10834     Signed-off-by: Jon Loeliger <jdl@freescale.com>
10835
10836 commit 34c3c0e01dbf1f8cc2bd08de92f2b89ba84921eb
10837 Author: Matthew McClintock <msm@freescale.com>
10838 Date:   Wed Jun 28 10:47:03 2006 -0500
10839
10840     * Switched default PCI speed for 8540 ADS back to 33MHz
10841
10842     * Added comments and a printf to warn that PCI-X won't
10843       work at 33MHz
10844       Patch by Andy Fleming 17-Mar-2006
10845
10846     Signed-off-by: Andy Fleming <afleming@freescale.com>
10847
10848 commit b6c5e1373b6ea0bb37a18e4aeecec00613d1cd39
10849 Author: Matthew McClintock <msm@freescale.com>
10850 Date:   Wed Jun 28 10:46:35 2006 -0500
10851
10852     * Fixed a bug where 8555 PCI code used the old variable and function names Patch by Andy Fleming 17-Mar-2006
10853
10854     Signed-off-by: Andy Fleming <afleming@freescale.com>
10855
10856 commit bf1dfffd8c26f8ecdd630a0ae4c834e751e4e452
10857 Author: Matthew McClintock <msm@freescale.com>
10858 Date:   Wed Jun 28 10:46:13 2006 -0500
10859
10860     * Added VIA configuration table
10861
10862     * Added support for PCI2 on CDS
10863       Patch by Andy Fleming 17-Mar-2006
10864
10865     Signed-off-by: Andy Fleming <afleming@freescale.com>
10866
10867 commit c88f9fe66b64247e5b6a38410ba315ca25596d16
10868 Author: Matthew McClintock <msm@freescale.com>
10869 Date:   Wed Jun 28 10:45:41 2006 -0500
10870
10871     * Fixed PCI memory definitions Patch by Andy Fleming 17-Mar-2006
10872
10873     Signed-off-by: Andy Fleming <afleming@freescale.com>
10874
10875 commit 97074ed9655309b64231bc2cee69fe85399f8055
10876 Author: Matthew McClintock <msm@freescale.com>
10877 Date:   Wed Jun 28 10:45:17 2006 -0500
10878
10879     * Added support for initializing second PCI bus on 85xx Patch by Andy Fleming 17-Mar-2006
10880
10881     Signed-off-by: Andy Fleming <afleming@freescale.com>
10882
10883 commit f0e6f57f71b3c4fdd13028eb03c3f3e91926dda2
10884 Author: Matthew McClintock <msm@freescale.com>
10885 Date:   Wed Jun 28 10:44:49 2006 -0500
10886
10887     * Added PCI-X #defines for PCI-X initialization Patch by Andy Fleming on 17-Mar-2006
10888
10889     Signed-off-by: Andy Fleming <afleming@freescale.com>
10890
10891 commit a4e11558b810ef2cddffdf7b9d86bc1130441960
10892 Author: Matthew McClintock <msm@freescale.com>
10893 Date:   Wed Jun 28 10:44:23 2006 -0500
10894
10895     * 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
10896
10897     Signed-off-by: Andy Fleming <afleming@freescale.com>
10898
10899 commit 0e16387db1d4aacd5bf35cb6d7c1942765c0347b
10900 Author: Matthew McClintock <msm@freescale.com>
10901 Date:   Wed Jun 28 10:43:36 2006 -0500
10902
10903     * Add Flat Dev Tree construction for MPC85xx ADS and CDS boards Patch by Jon Loeliger 17-Jan-2006
10904
10905     Signed-off-by: Jon Loeliger <jdl@freescale.com>
10906
10907 commit 855e6fb073f9d04fe4a7f06c107ecbac6344ddd4
10908 Author: Matthew McClintock <msm@freescale.com>
10909 Date:   Wed Jun 28 10:43:00 2006 -0500
10910
10911     * 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
10912
10913 commit 5498d90312aad9f6bdbf047986027c35b03cd163
10914 Author: Matthew McClintock <msm@freescale.com>
10915 Date:   Wed Jun 28 10:42:24 2006 -0500
10916
10917     * Patch to modify ft_build.c to update flat device trees in place Patch by Matthew McClintock 26-June-2006
10918
10919 commit 0267768eddc5ca7bc1865bc40c866829ac5efbfe
10920 Author: Matthew McClintock <msm@freescale.com>
10921 Date:   Wed Jun 28 10:41:37 2006 -0500
10922
10923     * Modify bootm command to support booting with flat device trees Patch by Matthew McClintock 26-June-2006
10924
10925 commit 8fc8bd2cc479b6cd188fdede4010e0e052970b8a
10926 Author: John Traill <john.traill@freescale.com>
10927 Date:   Wed Aug 9 14:33:50 2006 +0100
10928
10929     Add Rapidio support for the MPC8641HPCN
10930
10931     Signed-off-by: John Traill <john.traill@freescale.com>
10932
10933 commit 91a414c7d1fb0eac912592cd995b30c9f23045c9
10934 Author: John Traill <john.traill@freescale.com>
10935 Date:   Tue Aug 8 11:32:43 2006 +0100
10936
10937     Fix caslat calculation
10938
10939     Signed-off-by: John Traill <john.traill@freescale.com>
10940
10941 commit 709d3073e74153278e7904a70819bbef7df50e1a
10942 Author: Jon Loeliger <jdl@freescale.com>
10943 Date:   Thu Aug 3 16:17:56 2006 -0500
10944
10945     Convert to mac-address in ethernet nodes.
10946
10947 commit 71748af833ca1017edf1415be376366ff2937d17
10948 Author: Haiying Wang <haiying.wang@freescale.com>
10949 Date:   Fri Jul 28 12:41:35 2006 -0400
10950
10951     Correct the irq value of DUART2
10952
10953 commit 9cb3e8816ae4d854e7dc22128c3eea3d70bb982c
10954 Author: Haiying Wang <haiying.wang@freescale.com>
10955 Date:   Fri Jul 28 12:41:41 2006 -0400
10956
10957     Change the space size of PEX IO in README
10958
10959 commit 239db37c94f7a92941c4465feceb867c609241c5
10960 Author: Haiying Wang <haiying.wang@freescale.com>
10961 Date:   Fri Jul 28 12:41:18 2006 -0400
10962
10963     Move get_board_sys_clk to board directory
10964
10965 commit 492900b985439fbce1a118afde1e35def870db03
10966 Author: John Traill <john.traill@freescale.com>
10967 Date:   Fri Jul 28 09:03:54 2006 +0100
10968
10969     Fix 8641HPCN pollution
10970
10971 commit 515ab8a62e8574e2babc6e8dcc43544ad221c5b2
10972 Author: John Traill <john.traill@freescale.com>
10973 Date:   Fri Jul 28 08:16:06 2006 +0100
10974
10975     Fix 8641HPCN timebase
10976
10977 commit c86360b830f1eecd7a72208575dde4f57879faea
10978 Author: Zhang Wei <wei.zhang@freescale.com>
10979 Date:   Fri Jul 28 00:01:34 2006 +0800
10980
10981     Fixed OF device tree of mpc86xxhpcn board.
10982
10983     The changes works in with kernel irq mapping rework.
10984
10985     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
10986
10987 commit bea3f28d285942bf3f7ab339ce85178ded544225
10988 Author: Haiying Wang <haiying.wang@freescale.com>
10989 Date:   Wed Jul 12 10:48:05 2006 -0400
10990
10991     Add support for reading and writing mac addresses to or from ID EEPROM.
10992
10993     Added code for reading and writing Mac addresses to/from ID EEPROM(0x57).
10994     With attached patch, we can use command "mac/mac read/mac save/"
10995     to read and write EEPROM under u-boot prompt.
10996
10997     U-boot will calculate the checksum of EEPROM while bootup,
10998     if it is right, then u-boot will check whether the mac address
10999     of eTSEC0/1/2/3 is availalbe (non-zero).
11000
11001     If there is mac address availabe in EEPROM, u-boot will use it,
11002     otherewise, u-boot will use the mac address defined in
11003     MPC8641HPCN.h. This matches the requirement to set unique mac address
11004     for each TSEC port.
11005
11006     Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
11007     Signed-off-by: York Sun <yorksun@freescale.com>
11008
11009 commit fcb28e763415e0e4e66b0f45842d1557ae198e5e
11010 Author: Jin Zhengxiong <Jason.Jin@freescale.com>
11011 Date:   Thu Jul 13 10:35:10 2006 -0500
11012
11013     Fixed initrd issue by define big RAM
11014
11015     Signed-off-by:Jason Jin <Jason.jin@freescale.com>
11016
11017 commit e6cd2a1785d74ec3d30a86f1cb360be8de478151
11018 Author: Jason Jin <Jason.jin@freescale.com>
11019 Date:   Fri Jul 7 10:01:45 2006 -0500
11020
11021     We made a u-boot patch to fix the hang up issue
11022     when booting filesystem from ramdisk.
11023
11024     Signed-off-by:Jason Jin <Jason.jin@freescale.com>
11025
11026 commit 38433ccc5850ee70549af0b2bc5b920355ef5388
11027 Author: Matthew McClintock <msm@freescale.com>
11028 Date:   Wed Jun 28 10:47:03 2006 -0500
11029
11030     * Switched default PCI speed for 8540 ADS back to 33MHz
11031     * Added comments and a printf to warn that PCI-X won't
11032       work at 33MHz
11033       Patch by Andy Fleming 17-Mar-2006
11034
11035     Signed-off-by: Andy Fleming <afleming@freescale.com>
11036
11037 commit e4c2a0eb0c3e3ffbf824800184ee42bdc99d5b19
11038 Author: Matthew McClintock <msm@freescale.com>
11039 Date:   Wed Jun 28 10:46:35 2006 -0500
11040
11041     * Fixed a bug where 8555 PCI code used the old variable and
11042       function names
11043       Patch by Andy Fleming 17-Mar-2006
11044
11045     Signed-off-by: Andy Fleming <afleming@freescale.com>
11046
11047 commit cbfc7ce756b88eb26e5537bc7b625c445c6dcfac
11048 Author: Matthew McClintock <msm@freescale.com>
11049 Date:   Wed Jun 28 10:46:13 2006 -0500
11050
11051     * Added VIA configuration table
11052     * Added support for PCI2 on CDS
11053       Patch by Andy Fleming 17-Mar-2006
11054
11055     Signed-off-by: Andy Fleming <afleming@freescale.com>
11056
11057 commit 52c7a68b8d587ebcf5a6b051b58b3d3ffa377ddc
11058 Author: Matthew McClintock <msm@freescale.com>
11059 Date:   Wed Jun 28 10:45:41 2006 -0500
11060
11061     * Fixed PCI memory definitions
11062       Patch by Andy Fleming 17-Mar-2006
11063
11064     Signed-off-by: Andy Fleming <afleming@freescale.com>
11065
11066 commit 087454609e47295443af793a282cddcd91a5f49c
11067 Author: Matthew McClintock <msm@freescale.com>
11068 Date:   Wed Jun 28 10:45:17 2006 -0500
11069
11070     * Added support for initializing second PCI bus on 85xx
11071       Patch by Andy Fleming 17-Mar-2006
11072
11073     Signed-off-by: Andy Fleming <afleming@freescale.com>
11074
11075 commit b636aaeb6fd516a442fb611bbeeddf3077a687fb
11076 Author: Matthew McClintock <msm@freescale.com>
11077 Date:   Wed Jun 28 10:44:49 2006 -0500
11078
11079     * Added PCI-X #defines for PCI-X initialization
11080       Patch by Andy Fleming on 17-Mar-2006
11081
11082     Signed-off-by: Andy Fleming <afleming@freescale.com>
11083
11084 commit 20abbc6fffa115690107cc942c7abf84bdc03a1b
11085 Author: Matthew McClintock <msm@freescale.com>
11086 Date:   Wed Jun 28 10:44:23 2006 -0500
11087
11088     * Made sure the code which disables prefetch for PCI devices
11089       sets the size of the prefetch region to 0
11090       Patch by Andy Fleming on 17-Mar-2006
11091
11092     Signed-off-by: Andy Fleming <afleming@freescale.com>
11093
11094 commit 40d5fa35d02df22580593bf0039ab173367e8ef0
11095 Author: Matthew McClintock <msm@freescale.com>
11096 Date:   Wed Jun 28 10:43:36 2006 -0500
11097
11098     * Add Flat Dev Tree construction for MPC85xx ADS and CDS boards
11099       Patch by Jon Loeliger 17-Jan-2006
11100
11101     Signed-off-by: Jon Loeliger <jdl@freescale.com>
11102
11103 commit be7e8b0cb5a0c49dc180075b96df296a893bf146
11104 Author: Matthew McClintock <msm@freescale.com>
11105 Date:   Wed Jun 28 10:43:00 2006 -0500
11106
11107     * Removed the oftree.dts for stxxtx in light of the changes
11108       to the flat device tree handling code
11109       Patch by Matthew McClintock 26-June-2006
11110
11111 commit 1b380ec225665e73959677f3893dc658c5925e05
11112 Author: Matthew McClintock <msm@freescale.com>
11113 Date:   Wed Jun 28 10:42:24 2006 -0500
11114
11115     * Patch to modify ft_build.c to update flat device trees in place
11116       Patch by Matthew McClintock 26-June-2006
11117
11118 commit 98a9c4d468a942a09ebe8979bec508017f3e4462
11119 Author: Matthew McClintock <msm@freescale.com>
11120 Date:   Wed Jun 28 10:41:37 2006 -0500
11121
11122     * Modify bootm command to support booting with flat device trees
11123       Patch by Matthew McClintock 26-June-2006
11124
11125 commit da012ab661fd4ab169dd7b9b32201a4df62cf34a
11126 Author: Jin Zhengxiong <Jason.Jin@freescale.com>
11127 Date:   Wed Jun 28 08:43:56 2006 -0500
11128
11129     Change Id to symbolic name for RTL8139
11130
11131     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
11132
11133 commit bc09cf3c2bfb8d54c659cbb332f79d0950982fd0
11134 Author: Jin Zhengxiong-R64188 <Jason.Jin@freescale.com>
11135 Date:   Tue Jun 27 18:12:10 2006 +0800
11136
11137     Fix RTL8139 in big endian
11138
11139     signed-off-by: Jason Jin <Jason.Jin@freescale.com>
11140     signed-off-by: Wei Zhang <wei.zhang@freescale.com>
11141
11142 commit fcfb9a57947fc203b99fe81ab0578f7286261f9f
11143 Author: Jin Zhengxiong-R64188 <Jason.Jin@freescale.com>
11144 Date:   Tue Jun 27 18:12:23 2006 +0800
11145
11146     Fix Tsec bug when no link
11147
11148      When tftp a non-exist file from the tftp server, u-boot will check
11149      the link of all eth port. The original file will return wrong link
11150      state on the no link ports.
11151
11152     signed-off-by: Jason Jin <Jason.Jin@freescale.com>
11153
11154 commit bd22c2b97514fbfb0e03bd9c72b3445e4dbd57e2
11155 Author: Jin Zhengxiong-R64188 <Jason.Jin@freescale.com>
11156 Date:   Tue Jun 27 18:12:02 2006 +0800
11157
11158     Fix bug for io_bar size during pci scan
11159
11160     During the pci scan process, Some devices return bar_reponse with the
11161     highest bytes 0, such as the pci bridge in uli1575 return bar_response
11162     with 0xffffff, So the bar_size should be manually set under 64K.
11163
11164     Signed-off-by: Jason Jin <jason.jin@freescale.com>
11165
11166 commit fa7db9c377bc2353a17bf1d381d65a6c418728f0
11167 Author: Jin Zhengxiong-R64188 <Jason.Jin@freescale.com>
11168 Date:   Tue Jun 27 18:11:54 2006 +0800
11169
11170     Enable PCIE1 for MPC8641HPCN board
11171
11172     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
11173
11174 commit 99d70e3a47affb9bae041a2caece7cd516e213b3
11175 Author: Wolfgang Denk <wd@pollux.denx.de>
11176 Date:   Mon Jun 26 11:06:00 2006 +0200
11177
11178     More code cleanup
11179
11180 commit 684623ce92c5fd32e7db2d6e016945a67c5ffaba
11181 Author: Jon Loeliger <jdl@freescale.com>
11182 Date:   Thu Jun 22 08:51:46 2006 -0500
11183
11184     Fix bug in 8641hpcn reset command with no args.
11185
11186     Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
11187     Acked-by: Jon Loeliger <jdl@freescale.com>
11188
11189 commit 8be429a5ddbf0ebe2d94174ba58fcfc7a24285dc
11190 Author: Zhang Wei <wei.zhang@freescale.com>
11191 Date:   Tue Jun 20 17:47:15 2006 +0800
11192
11193     Reworked IRQ mapping in OF-tree.
11194
11195 commit 0e4c2a17ca34001ed36d259f13cb88ada4611a8c
11196 Author: Jon Loeliger <jdl@freescale.com>
11197 Date:   Thu Jun 15 21:33:37 2006 -0500
11198
11199     Do not enable address translation on secondary CPUs.
11200     Do not set up BATs on secondary CPUs.  Let Linux do the nasty.
11201
11202     Signed-off-by: Jon Loeliger <jdl@freescale.com>
11203
11204 commit 386eda022473394ad8f36b86f2bdc9b4cb816291
11205 Author: Wolfgang Denk <wd@pollux.denx.de>
11206 Date:   Wed Jun 14 18:14:56 2006 +0200
11207
11208     Code cleanup
11209
11210 commit 16c8d5e76ae0f78f39a60608574adfe0feb9cc70
11211 Author: Wolfgang Denk <wd@pollux.denx.de>
11212 Date:   Wed Jun 14 17:45:53 2006 +0200
11213
11214     Various USB related patches
11215     - Add support for mpc8xx USB device.
11216     - Add support for Common Device Class - Abstract Control Model USB console.
11217     - Add support for flow control in USB slave devices.
11218     - Add support for switching between gserial and cdc_acm using environment.
11219     - Minor changes to usbdcore_omap1510.c usbdcore_omap1510.h
11220     - Update usbcore slightly to ease host enumeration.
11221     - Fix non-portable endian problems in usbdcore and usbdcore_ep0.
11222     - Add AdderUSB_config as a defconfig to enable usage of the USB console
11223       by default with the Adder87x U-Boot port.
11224     Patches by Bryan O'Donoghue <bodonoghue@codehermit.ie>, 29 May 2006
11225
11226 commit 8ecc971618f56029ad99d3516f8b297a6ed58971
11227 Author: Jon Loeliger <jdl@jdl.com>
11228 Date:   Wed Jun 7 10:53:55 2006 -0500
11229
11230     Fix a get_board_sys_clk() use-before-def warning.
11231
11232     Signed-off-by: Jon Loeliger <jdl@jdl.com>
11233
11234 commit d9bf4858fca5aa4d651b283270f77da72ebadfd5
11235 Author: Jon Loeliger <jdl@jdl.com>
11236 Date:   Wed Jun 7 10:52:49 2006 -0500
11237
11238     Allow DTC path to be passed in.
11239
11240     Signed-off-by: Jon Loeliger <jdl@jdl.com>
11241
11242 commit c83ae9ea6d93abbe751bf8a3396236a084e56f87
11243 Author: Haiying Wang <haiying.wang@freescale.com>
11244 Date:   Tue Jun 6 16:54:29 2006 -0400
11245
11246     Modify the IRQ of DUART2
11247
11248 commit c934f655f9aeca70a5c5f88b465d9e9d57a8d22e
11249 Author: Jon Loeliger <jdl@jdl.com>
11250 Date:   Wed May 31 13:55:35 2006 -0500
11251
11252     Review cleanups.
11253
11254     Signed-off-by: Jon Loeliger <jdl@freescale.com>
11255
11256 commit cb5965fb95b77a49f4e6af95248e0c849f4af03e
11257 Author: Jon Loeliger <jdl@jdl.com>
11258 Date:   Wed May 31 12:44:44 2006 -0500
11259
11260     White space cleanup.
11261     Some 80-column cleanups.
11262     Convert printf() to puts() where possible.
11263     Use #include "spd_sdram.h" as needed.
11264     Enhanced reset command usage message a bit.
11265
11266     Signed-off-by: Jon Loeliger <jdl@freescale.com>
11267
11268 commit 3d5c5be547445dd3bd2eb7368d80df03ea437970
11269 Author: Jon Loeliger <jdl@jdl.com>
11270 Date:   Wed May 31 11:39:34 2006 -0500
11271
11272     Removed unneeded local_bus_init() from 8641HPCN board.
11273
11274     Signed-off-by: Jon Loeliger <jdl@freescale.com>
11275
11276 commit 4d3d729c16c392d2982d3266b659d333c927697d
11277 Author: Jon Loeliger <jdl@jdl.com>
11278 Date:   Wed May 31 11:24:28 2006 -0500
11279
11280     Moved mpc8641hpcn_board_reset() out of cpu/ into board/.
11281
11282     Signed-off-by: Jon Loeliger <jdl@freescale.com>
11283
11284 commit b2a941de060350ad15878d8219825f4950e9bb8e
11285 Author: Jon Loeliger <jdl@jdl.com>
11286 Date:   Wed May 31 10:07:28 2006 -0500
11287
11288     Remove dead debug code.
11289
11290     Signed-off-by: Jon Loeliger <jdl@jdl.com>
11291
11292 commit 126aa70f10ba3d20e0a6f4d32328250513b77770
11293 Author: Jon Loeliger <jdl@freescale.com>
11294 Date:   Tue May 30 17:47:00 2006 -0500
11295
11296     Move mpc86xx PIXIS code to board directory
11297
11298     First cut at moving the PIXIS platform code out of
11299     the 86xx cpu directory and into board/mpc8641hpcn
11300     where it belongs.
11301
11302     Signed-off-by: Jon Loeliger <jdl@freescale.com>
11303
11304 commit ddf83a2fcef1a670c45fc585119dcc1fe062c4a9
11305 Author: Markus Klotzbuecher <mk@denx.de>
11306 Date:   Tue May 30 16:56:14 2006 +0200
11307
11308     Support generic OHCI support for the s3c24x0 cpu.
11309
11310 commit 38cee12dcfcc257371c901c7e13e58ecab0a35d8
11311 Author: Haiying Wang <Haiying.Wang@freescale.com>
11312 Date:   Tue May 30 09:10:32 2006 -0500
11313
11314     Improve "reset" command's interaction with watchdog.
11315
11316         "reset altbank" will reset another bank WITHOUT watch dog timer enabled
11317         "reset altbank wd" will reset another bank WITH watch dog enabled
11318         "diswd" will disable watch dog after u-boot boots up successfully
11319
11320     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
11321
11322 commit 70205e5a6ddc8528b11db9eb4d3fa0209d9fce2a
11323 Author: Haiying Wang <Haiying.Wang@freescale.com>
11324 Date:   Tue May 30 08:51:19 2006 -0500
11325
11326     Fix two SDRAM setup bugs.
11327
11328         Fix ECC setup bug.
11329         Enable 1T/2T based on number of DIMMs present.
11330
11331     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
11332
11333 commit d11fec5015334deb2010e36ce00bb118cc5429a5
11334 Author: Haiying Wang <Haiying.Wang@freescale.com>
11335 Date:   Fri May 26 10:24:48 2006 -0500
11336
11337     Add first draft of the MPC8641HPCN doc/README.
11338
11339     Signed-off-by: Jon Loeliger <jdl@jdl.com>
11340
11341 commit ed45d6c930b5939718a87ee12e25cf9a05978d4a
11342 Author: Haiying Wang <Haiying.Wang@freescale.com>
11343 Date:   Fri May 26 10:13:04 2006 -0500
11344
11345     Added pci@8000 block.
11346     Updated ethernet interrupt mappings (moved up 48).
11347     Cleaned up a few comments.
11348
11349     Signed-off-by: Jon Loeliger <jdl@jdl.com>
11350
11351 commit 3033ebb20fd7c372c7bca3c9955a4692bb2240b7
11352 Author: Haiying Wang <Haiying.Wang@freescale.com>
11353 Date:   Fri May 26 10:01:16 2006 -0500
11354
11355     Allow args on reset command.
11356
11357     Signed-off-by: Jon Loeliger <jdl@jdl.com>
11358
11359 commit 301f1aa384d0edcae6a22fd9adb933ad71695ecc
11360 Author: Markus Klotzbuecher <mk@denx.de>
11361 Date:   Tue May 23 13:38:35 2006 +0200
11362
11363     Changed the mp2usb (at91rm9200) board to use the generic OHCI driver. Some
11364     fixes to the latter.
11365
11366 commit 24e37645e7378b20fa8f20e2996c8fb8e90c70c9
11367 Author: Markus Klotzbuecher <mk@denx.de>
11368 Date:   Tue May 23 10:33:11 2006 +0200
11369
11370     More cleanup for the delta board and the generic usb_ohci driver. Added
11371     CFG_USB_BOARD_INIT and CFG_USB_CPU_INIT for enabling board and cpu specific
11372     initialization and cleanup hooks respectively.
11373
11374 commit 3e326ece9eba8184f5d48aa4fb87760a8f6f0f10
11375 Author: Markus Klotzbuecher <mk@denx.de>
11376 Date:   Mon May 22 16:33:54 2006 +0200
11377
11378     This patch adds USB storage support for the delta board. This is the first
11379     board to make use of a generic OHCI driver, that calls hooks for board
11380     dependant initialization.
11381
11382 commit 14e37081ff3cac7ebe6e93836523429853b6b292
11383 Author: Jon Loeliger <jdl@jdl.com>
11384 Date:   Fri May 19 13:28:39 2006 -0500
11385
11386     Change arbitration to round-robin for SMP linux.
11387
11388 commit 9a655876e5995be80f49054e2509500e871e4d3a
11389 Author: Jon Loeliger <jdl@jdl.com>
11390 Date:   Fri May 19 13:26:34 2006 -0500
11391
11392     Enable dual DDR controllers and interleaving.
11393
11394 commit 586d1d5abd3e525f1e1d9b81e5a61a4da6b2fa3c
11395 Author: Jon Loeliger <jdl@jdl.com>
11396 Date:   Fri May 19 13:22:44 2006 -0500
11397
11398     Update 86xx address map and LAWBARs.
11399
11400 commit cccce5d0581bb0ba4602799a4b5112e58d1579cb
11401 Author: Jon Loeliger <jdl@jdl.com>
11402 Date:   Fri May 19 13:14:15 2006 -0500
11403
11404     Remove L2 Cache invalidate polling.
11405
11406 commit f35ec68fb066cec0e36294bfe07dec2d4e8ad3a8
11407 Author: Jon Loeliger <jdl@jdl.com>
11408 Date:   Fri May 19 12:33:09 2006 -0500
11409
11410     Enable 2nd CPU and I2C.
11411
11412 commit bf690dcb512d34c4fceec0eb1e5c0e88a9db5d54
11413 Author: Jon Loeliger <jdl@freescale.com>
11414 Date:   Mon May 15 07:26:56 2006 -0500
11415
11416     Update interrupt mapping.
11417
11418 commit 6cfea33477b04b63ed47386ed1629529484c33ba
11419 Author: Haiying Wang <Haiying.Wang@freescale.com>
11420 Date:   Wed May 10 09:38:06 2006 -0500
11421
11422     Remove unneeded INIT_RAM_LOCK cache twiddling.
11423     Correctly tracks r29 as global data pointer now.
11424
11425     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
11426
11427 commit d4dd317b58c126a2a7e73f4764ecc1a7c97f876c
11428 Author: Jon Loeliger <jdl@freescale.com>
11429 Date:   Wed May 10 09:33:07 2006 -0500
11430
11431     Remove unnecessary flash.c file.
11432
11433 commit 18b6c8cd8af6cc7f35180cedc4adb3236cc1a1b8
11434 Author: Jon Loeliger <jdl@freescale.com>
11435 Date:   Tue May 9 08:23:49 2006 -0500
11436
11437     Get MPC8641HPCN flash images working.
11438
11439         Enable the CFI driver.
11440         Remove bogus LAWBAR7 cruft.
11441         Use correct TEXT_BASE, Fixup load script.
11442         Enable SPD EEPROM during DDR setup.
11443         Use generic RFC 1918 IP addresses by default.
11444
11445 commit 5c9efb36a6b5431423f52888a0e3b4b515fe7eca
11446 Author: Jon Loeliger <jdl@freescale.com>
11447 Date:   Thu Apr 27 10:15:16 2006 -0500
11448
11449     Cleanup whitespaces and style issues.
11450     Removed //-style comments.
11451     Use 80-column lines.
11452     Remove trailing whitespace.
11453     Remove dead code and debug cruft.
11454
11455 commit a2320a6bf8113a09544c42d160d10ac69d049a03
11456 Author: Jon Loeliger <jdl@freescale.com>
11457 Date:   Thu Apr 27 08:22:39 2006 -0500
11458
11459     Revert bad PCI prefetch limit change.
11460
11461 commit debb7354d1ea4f694154818df5e5b523f5c1cc1d
11462 Author: Jon Loeliger <jdl@freescale.com>
11463 Date:   Wed Apr 26 17:58:56 2006 -0500
11464
11465     Initial support for MPC8641 HPCN board.