Merge git://www.denx.de/git/u-boot
[platform/kernel/u-boot.git] / CHANGELOG
1 commit 5728be389e65fd47f34b33c2596271eb4db751ae
2 Author: Wolfgang Denk <wd@denx.de>
3 Date:   Mon Aug 6 01:01:49 2007 +0200
4
5     Coding style cleanup. Update CHANGELOG.
6
7     Signed-off-by: Wolfgang Denk <wd@denx.de>
8
9 commit 8092fef4c29b395958bb649647da7e3775731517
10 Author: Martin Krause <Martin.Krause@tqs.de>
11 Date:   Tue Dec 12 14:26:01 2006 +0100
12
13     Add functions to list of exported functions
14
15     Additionally export the following fuctions (to make trab_config build again):
16     - simple_strtol()
17     - strcmp()
18
19     Also bump the ABI version to reflect this change
20
21     Signed-off-by: Martin Krause <martin.krause@tqs.de>
22
23 commit 63cec5814fab5d2b1c86982327433807a5ac0249
24 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
25 Date:   Thu Aug 2 14:09:49 2007 -0500
26
27     Make MPC8641's PCI/PCI-E driver a common driver for many FSL parts.
28
29     All of the PCI/PCI-Express driver and initialization code that
30     was in the MPC8641HPCN port has now been moved into the common
31     drivers/fsl_pci_init.c.  In a subsequent patch, this will be
32     utilized by the 85xx ports as well.
33
34     Common PCI-E IMMAP register blocks for FSL 85xx/86xx are added.
35
36     Also enable the second PCI-Express controller on 8641
37     by getting its BATS and CFG_ setup right.
38
39     Fixed a u16 vendor compiler warning in AHCI driver too.
40
41     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
42     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
43     Signed-off-by: Jon Loeliger <jdl@freescale.com>
44
45 commit c7e717ebc2b044d7a71062552c9dc0f54ea9b779
46 Author: Andy Fleming <afleming@freescale.com>
47 Date:   Fri Aug 3 04:05:25 2007 -0500
48
49     Add Marvell 1149 PHY support to the TSEC
50
51 commit b1b54e352028ed370c3aa95d6fdeb9d64c5d2f86
52 Author: Wolfgang Denk <wd@denx.de>
53 Date:   Thu Aug 2 21:27:46 2007 +0200
54
55     Coding style cleanup, update CHANGELOG
56
57     Signed-off-by: Wolfgang Denk <wd@denx.de>
58
59 commit 63e22764d2f8653f68888c667eb65b3996b52680
60 Author: Wolfgang Denk <wd@denx.de>
61 Date:   Thu Aug 2 10:11:18 2007 +0200
62
63     Minor cleanup of <board>_nand build rules.
64
65 commit cdd917a43da6fa7fc8f54a3cc9f420ce5ecf3197
66 Author: Wolfgang Denk <wd@denx.de>
67 Date:   Thu Aug 2 00:48:45 2007 +0200
68
69     Fix build errors and warnings / code cleanup.
70
71     Signed-off-by: Wolfgang Denk <wd@denx.de>
72
73 commit 8993e54b6f397973794f3d6f47d3b3c0c98dd4f6
74 Author: Rafal Jaworowski <raj@semihalf.com>
75 Date:   Fri Jul 27 14:43:59 2007 +0200
76
77     [ADS5121] Support for the ADS5121 board
78
79     The following MPC5121e subsystems are supported:
80
81     - low-level CPU init
82     - NOR Boot Flash (common CFI driver)
83     - DDR SDRAM
84     - FEC
85     - I2C
86     - Watchdog
87
88     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
89     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
90     Signed-off-by: Jan Wrobel <wrr@semihalf.com>
91
92 commit 1863cfb7b100ba0ee3401799457a01dc058745f8
93 Author: Rafal Jaworowski <raj@semihalf.com>
94 Date:   Fri Jul 27 14:22:04 2007 +0200
95
96     [PPC] Remove unused MSR_USER definition
97
98     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
99
100 commit cc3023b9f95d7ac959a764471a65001062aecf41
101 Author: Rafal Jaworowski <raj@semihalf.com>
102 Date:   Thu Jul 19 17:12:28 2007 +0200
103
104     Fix breakage of 8xx boards from recent commit.
105
106     This patch fixes the negative consequences for 8xx of the recent
107     "ppc4xx: Clean up 440 exceptions handling" commit.
108
109     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
110
111 commit 3a6cab844cf74f76639d795e0be8717e02c86af7
112 Author: Wolfgang Denk <wd@denx.de>
113 Date:   Sat Jul 14 22:51:02 2007 +0200
114
115     Update CHANGELOG
116
117     Signed-off-by: Wolfgang Denk <wd@denx.de>
118
119 commit 011595307731a7a67a7445d107c279d031e8ab97
120 Author: Heiko Schocher <hs@pollux.denx.de>
121 Date:   Sat Jul 14 01:06:58 2007 +0200
122
123     [PCS440EP]  - fix compile error, if BUILD_DIR is used
124
125 commit fad63407154f46246ce80d53a9c669a44362ac67
126 Author: Heiko Schocher <hs@pollux.denx.de>
127 Date:   Fri Jul 13 09:54:17 2007 +0200
128
129     make show_boot_progress () weak.
130
131     Signed-off-by: Heiko Schocher <hs@denx.de>
132
133 commit 907902472391b6ca1876ec300687562ecaf459b1
134 Author: Heiko Schocher <hs@pollux.denx.de>
135 Date:   Fri Jul 13 08:26:05 2007 +0200
136
137     [PCS440EP]  - The DIAG LEDs are now blinking, if an error occur
138                 - fix compile error, if BUILD_DIR is used
139
140     Signed-off-by: Heiko Schocher <hs@denx.de>
141
142 commit 239f05ee4dd4cfe0b50f251b533dcebe9e67c360
143 Author: Wolfgang Denk <wd@denx.de>
144 Date:   Thu Jul 12 01:45:34 2007 +0200
145
146     Update CHANGELOG, minor coding style cleanup.
147
148     Signed-off-by: Wolfgang Denk <wd@denx.de>
149
150 commit 5a56af3b522ba47fb33a3fee84d23bf1e5429654
151 Author: Andy Fleming <afleming@freescale.com>
152 Date:   Fri Jun 8 16:41:18 2007 -0500
153
154     Remove erroneous errata code from Marvel 88E1111S driver
155
156     The Marvel 88E1111S driver for the TSEC was copied from the
157     88E1101 driver, and included a fix for an erratum which does not
158     exist on that part.  Now it is removed
159
160     Signed-off-by: Andy Fleming <afleming@freescale.com>
161
162 commit 982efcf23fd03647e01e2fbe28a7a36239156cc0
163 Author: Andy Fleming <afleming@freescale.com>
164 Date:   Tue Jun 5 16:38:44 2007 -0500
165
166     From: eran liberty <eran.liberty@gmail.com>
167
168     adds the reset register to 85xx immap
169
170     Signed-off-by: Eran Liberty <eran.liberty@gmail.com>
171     Signed-off-by: Andy Fleming <afleming@freescale.com>
172
173 commit d3ec0d943a045bdb99e159e7bbc77430e09f11d7
174 Author: Andy Fleming <afleming@freescale.com>
175 Date:   Thu May 10 17:50:01 2007 -0500
176
177     Polished the 85xx ADS config files
178
179     Made the boot commands use device trees by default.
180     Also moved the ramdisk to 1000000 (I think the previous address
181     was getting overridden during boot).
182
183     Signed-off-by: Andy Fleming <afleming@freescale.com>
184
185 commit bfb37b32d1b0b03f18077dba49cc66a6e76fa038
186 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
187 Date:   Wed May 9 11:03:32 2007 -0500
188
189     8544ds: Fix Makefile after moving pixis to board/freescale.
190
191     The OBJTREE != SRCTREE build scenario was broken.
192     This fixes it.
193
194     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
195     Signed-off-by: Jon Loeliger <jdl@freescale.com>
196
197 commit 2a3cee43c3b71fa5b8d91db19f05067865290f3e
198 Author: Andy Fleming <afleming@freescale.com>
199 Date:   Wed May 9 00:54:20 2007 -0500
200
201     tsec: Fix PHY code to match first driver
202
203     Jarrold Wen noticed that the generic PHY code always matches
204     under the current implementation.  Change it so the first match
205     wins, and *only* unknown PHYs trigger the generic driver
206
207     Signed-off-by: Andy Fleming <afleming@freescale.com>
208
209 commit ccc091aac61a38cd998d575d92f7232e256d6312
210 Author: Andy Fleming <afleming@freescale.com>
211 Date:   Tue May 8 17:27:43 2007 -0500
212
213     Add support for CPM device tree configuration to 8560 ADS
214
215     * Adds code to modify CPM frequencies
216     * Cleans up the config file to #define TSEC and (for now) #undef FCC
217     * Adds the MII command for all 8560 ADS configurations
218     * Updates config file to provide convenience commands for booting
219       with a device tree
220
221     Signed-off-by: Vitaly Bordug <vbordug@ru.mvista.com>
222     Signed-off-by: Andy Fleming <afleming@freescale.com>
223
224 commit 7507d56ccaf7aae1c474342a9a5540165cd7e9d9
225 Author: Andy Fleming <afleming@freescale.com>
226 Date:   Tue May 8 17:23:02 2007 -0500
227
228     Fix Marvell 88e1145 PHY init code
229
230     Fix a bug in the Marvell 88e1145 PHY init code in the TSEC driver
231     where the reset was being done after the errata code instead of
232     before.
233
234     Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
235     Signed-off-by: Andy Fleming <afleming@freescale.com>
236
237 commit 5dc210dec5bace98a50b6ba905347890091a9bb0
238 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
239 Date:   Wed Jul 11 14:52:16 2007 -0500
240
241     Add simple agent/end-point configuration in PCI AutoConfig for PCI_CLASS_PROCESSOR_POWERPC.
242
243     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
244
245 commit e8b85f3ba4cd8930e0a2fea2100c815d64201765
246 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
247 Date:   Wed Jul 11 14:52:08 2007 -0500
248
249     pciauto setup bridge
250
251     The P2P bridge bus numbers programmed into the device are relative to
252     hose->first_busno.
253
254     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
255
256 commit 571f49fa717004ca4268b4e24057efc7bf9f987b
257 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
258 Date:   Wed Jul 11 14:52:01 2007 -0500
259
260     Support PCIe extended config registers
261
262     FSL PCIe block has extended cfg registers in the 100 and 400 range.
263     For example, to read the LTSSM register: pci display <busn>.0 404 1
264
265     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
266
267 commit ba5feb12581bb2912ce301e4866b71f846e9fc07
268 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
269 Date:   Wed Jul 11 14:51:48 2007 -0500
270
271     Minor improvements to drivers/pci_auto.c
272
273     - Make pciauto_{pre,post}scan_setup_bridge non-static
274     - Added physical address display in debug messages.
275
276     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
277
278 commit 40e81addab7bb74d20ddf681ce9babc880a828ee
279 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
280 Date:   Wed Jul 11 14:51:35 2007 -0500
281
282     Start pci hose scan from hose->current_busno.
283
284     Ensure hose->current_busno is not less than first_busno.  This fixes
285     broken board code which leaves current_busno=0 when first_busno is
286     greater than 0 for the cases with multiple controllers.
287
288     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
289
290 commit 3865b1fb7843a08ad49a6319a36415752276ff48
291 Author: Stefan Roese <sr@denx.de>
292 Date:   Wed Jul 11 12:13:53 2007 +0200
293
294     Fix some compile problems introduced by the latest CFG_CMD_xxx cleanup
295
296     Signed-off-by: Stefan Roese <sr@denx.de>
297
298 commit fa1df308926a6f70e3504c57514ef27ac31fd13a
299 Author: Bartlomiej Sieka <tur@semihalf.com>
300 Date:   Wed Jul 11 20:11:07 2007 +0200
301
302     CM1.QP1: Support for the Schindler CM1.QP1 board.
303
304     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
305     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
306
307 commit 96e1d75be8193ca79e4215a368bf9d7f2362450f
308 Author: Heiko Schocher <hs@pollux.denx.de>
309 Date:   Wed Jul 11 18:39:11 2007 +0200
310
311     [PCS440EP]  - Show on the DIAG LEDs, if the SHA1 check failed
312                 - now the Flash ST M29W040B is supported (not tested)
313                 - fix the "led" command
314                 - fix compile error, if BUILD_DIR is used
315
316     Signed-off-by: Heiko Schocher <hs@denx.de>
317
318 commit e9514751cfa5cce61ea699fa0d3eb37898a5eeb5
319 Author: Stefan Roese <sr@denx.de>
320 Date:   Sun Jul 8 13:44:27 2007 +0200
321
322     Fix malloc problem introduced with the relocation fixup for the PPC platform
323
324     The relocation fixup didn't handle the malloc pointer initialization
325     correctly. This patch fixes this problem. Tested successfully on 4xx.
326     The relocation fixup patches for 4xx will follow soon.
327
328     Signed-off-by: Stefan Roese <sr@denx.de>
329
330 commit b3aff0cb9ecf236d7e8c93761dd1dadf6837a582
331 Author: Jon Loeliger <jdl@freescale.com>
332 Date:   Tue Jul 10 11:19:50 2007 -0500
333
334     disk/ doc/ lib_*/ and tools/: Remove lingering references to CFG_CMD_* symbols.
335
336     Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
337     Those always evaluated TRUE, and thus were always compiled
338     even when IDE really wasn't defined/wanted.
339
340     Signed-off-by: Jon Loeliger <jdl@freescale.com>
341
342 commit ddb5d86f0215bcb6c293510c50eb050e92883b7a
343 Author: Jon Loeliger <jdl@freescale.com>
344 Date:   Tue Jul 10 11:13:21 2007 -0500
345
346     drivers/: Remove lingering references to CFG_CMD_* symbols.
347
348     Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
349     Those always evaluated TRUE, and thus were always compiled
350     even when IDE really wasn't defined/wanted.
351
352     Signed-off-by: Jon Loeliger <jdl@freescale.com>
353
354 commit f40a7f3e3888b42a43674b099e5470022c8c544c
355 Author: Jon Loeliger <jdl@freescale.com>
356 Date:   Tue Jul 10 11:07:56 2007 -0500
357
358     fs/: Remove lingering references to CFG_CMD_* symbols.
359
360     Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
361     Those always evaluated TRUE, and thus were always compiled
362     even when IDE really wasn't defined/wanted.
363
364     Signed-off-by: Jon Loeliger <jdl@freescale.com>
365
366 commit 610f2e9c28a9c101e09fa1b78143cf5f00ed1593
367 Author: Jon Loeliger <jdl@freescale.com>
368 Date:   Tue Jul 10 11:05:02 2007 -0500
369
370     net/: Remove lingering references to CFG_CMD_* symbols.
371
372     Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
373     Those always evaluated TRUE, and thus were always compiled
374     even when IDE really wasn't defined/wanted.
375
376     Signed-off-by: Jon Loeliger <jdl@freescale.com>
377
378 commit 902531788376046da212afd1661cffb62f3daa1c
379 Author: Jon Loeliger <jdl@freescale.com>
380 Date:   Tue Jul 10 11:02:44 2007 -0500
381
382     common/: Remove lingering references to CFG_CMD_* symbols.
383
384     Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
385     Those always evaluated TRUE, and thus were always compiled
386     even when IDE really wasn't defined/wanted.
387
388     Signed-off-by: Jon Loeliger <jdl@freescale.com>
389
390 commit d39b57415838c73fb0a37eca84de3c68ba990586
391 Author: Jon Loeliger <jdl@freescale.com>
392 Date:   Tue Jul 10 10:48:22 2007 -0500
393
394     board/[j-z]*: Remove lingering references to CFG_CMD_* symbols.
395
396     Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
397     Those always evaluated TRUE, and thus were always compiled
398     even when IDE really wasn't defined/wanted.
399
400     Signed-off-by: Jon Loeliger <jdl@freescale.com>
401
402 commit 77a318545d57aefa844752465b94c7e09a3f26d0
403 Author: Jon Loeliger <jdl@freescale.com>
404 Date:   Tue Jul 10 10:39:10 2007 -0500
405
406     board/[A-Za-i]*: Remove lingering references to CFG_CMD_* symbols.
407
408     Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
409     Those always evaluated TRUE, and thus were always compiled
410     even when IDE really wasn't defined/wanted.
411
412     Signed-off-by: Jon Loeliger <jdl@freescale.com>
413
414 commit 068b60a0eb7e73b243ca55399f2a7df76e2c3f3d
415 Author: Jon Loeliger <jdl@freescale.com>
416 Date:   Tue Jul 10 10:27:39 2007 -0500
417
418     cpu/ rtc/ include/: Remove lingering references to CFG_CMD_* symbols.
419
420     Signed-off-by: Jon Loeliger <jdl@freescale.com>
421
422 commit 079a136c3588814784561d6e4856970ee82d6e2a
423 Author: Jon Loeliger <jdl@freescale.com>
424 Date:   Tue Jul 10 10:12:10 2007 -0500
425
426     include/configs/[p-z]* + misc: Cleanup BOOTP and lingering CFG_CMD_*.
427
428     Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
429     used to be included but CONFIG_BOOTP_MASK was not defined.
430
431     Remove lingering references to CFG_CMD_* symbols.
432
433     Signed-off-by: Jon Loeliger <jdl@freescale.com>
434
435 commit 7f5c01577400c74cc5bac74f41dd0d3c79df623c
436 Author: Jon Loeliger <jdl@freescale.com>
437 Date:   Tue Jul 10 09:38:02 2007 -0500
438
439     include/configs/[g-o]*: Cleanup BOOTP and lingering CFG_CMD_*.
440
441     Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
442     used to be included but CONFIG_BOOTP_MASK was not defined.
443
444     Remove lingering references to CFG_CMD_* symbols.
445
446     Signed-off-by: Jon Loeliger <jdl@freescale.com>
447
448 commit 80ff4f99b84b64edca3fd10da365ec1493be1c95
449 Author: Jon Loeliger <jdl@freescale.com>
450 Date:   Tue Jul 10 09:29:01 2007 -0500
451
452     include/configs/[a-e]*: Cleanup BOOTP and lingering CFG_CMD_*.
453
454     Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
455     used to be included but CONFIG_BOOTP_MASK was not defined.
456
457     Remove lingering references to CFG_CMD_* symbols.
458
459     Signed-off-by: Jon Loeliger <jdl@freescale.com>
460
461 commit a1aa0bb502e25fd598b5e0ccdfb2c174921d714a
462 Author: Jon Loeliger <jdl@freescale.com>
463 Date:   Tue Jul 10 09:22:23 2007 -0500
464
465     include/configs/[P-Z]*: Cleanup BOOTP and lingering CFG_CMD_*.
466
467     Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
468     used to be included but CONFIG_BOOTP_MASK was not defined.
469
470     Remove lingering references to CFG_CMD_* symbols.
471
472     Signed-off-by: Jon Loeliger <jdl@freescale.com>
473
474 commit 659e2f6736232a08acca8785c206e2b4d9cd07d7
475 Author: Jon Loeliger <jdl@freescale.com>
476 Date:   Tue Jul 10 09:10:49 2007 -0500
477
478     include/configs/[J-O]*: Cleanup BOOTP and lingering CFG_CMD_*.
479
480     Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
481     used to be included but CONFIG_BOOTP_MASK was not defined.
482
483     Remove lingering references to CFG_CMD_* symbols.
484
485     Signed-off-by: Jon Loeliger <jdl@freescale.com>
486
487 commit 11799434c5ff15a612577bb1ad1f4ea1a0595e4b
488 Author: Jon Loeliger <jdl@freescale.com>
489 Date:   Tue Jul 10 09:02:57 2007 -0500
490
491     include/configs/[A-I]*: Cleanup BOOTP and lingering CFG_CMD_*.
492
493     Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
494     used to be included but CONFIG_BOOTP_MASK was not defined.
495
496     Remove lingering references to CFG_CMD_* symbols.
497
498     Signed-off-by: Jon Loeliger <jdl@freescale.com>
499
500 commit 1fe80d79c5c4e52d3410a7ab4b8515da095cdab3
501 Author: Jon Loeliger <jdl@freescale.com>
502 Date:   Mon Jul 9 22:08:34 2007 -0500
503
504     Finally retire cmd_confdefs.h and CONFIG_BOOTP_MASK!
505
506     All of the choices for CONFIG_BOOTP_ are now documented in
507     the README file.  You must now individually select exactly
508     the set that you want using a series of
509         #define CONFIG_BOOTP_<x>
510     statements in the board port config files now.
511
512     Signed-off-by: Jon Loeliger <jdl@freescale.com>
513
514 commit d3b8c1a743dcd31625c99e6a44590f207eb00028
515 Author: Jon Loeliger <jdl@freescale.com>
516 Date:   Mon Jul 9 21:57:31 2007 -0500
517
518     include/configs/[m-z]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
519
520     Signed-off-by: Jon Loeliger <jdl@freescale.com>
521
522 commit 2fd90ce575b02d189cbf443c85309bcd001aa393
523 Author: Jon Loeliger <jdl@freescale.com>
524 Date:   Mon Jul 9 21:48:26 2007 -0500
525
526     include/configs/[a-m]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
527
528     Signed-off-by: Jon Loeliger <jdl@freescale.com>
529
530 commit 37d4bb70586659dedef1658ce1bed071be098aec
531 Author: Jon Loeliger <jdl@freescale.com>
532 Date:   Mon Jul 9 21:38:02 2007 -0500
533
534     include/configs/[T-Z]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
535
536     Signed-off-by: Jon Loeliger <jdl@freescale.com>
537
538 commit 18225e8dd1950bd6dbf35011e436db7f474c187d
539 Author: Jon Loeliger <jdl@freescale.com>
540 Date:   Mon Jul 9 21:31:24 2007 -0500
541
542     include/configs/[P-S]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
543
544     Signed-off-by: Jon Loeliger <jdl@freescale.com>
545
546 commit 7be044e4ea644b0ef1c486dadc1a4c2665b4374d
547 Author: Jon Loeliger <jdl@freescale.com>
548 Date:   Mon Jul 9 21:24:19 2007 -0500
549
550     include/configs/[H-N]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
551
552     Signed-off-by: Jon Loeliger <jdl@freescale.com>
553
554 commit 5d2ebe1b3ef0055c661bb1a0d252bf252380069f
555 Author: Jon Loeliger <jdl@freescale.com>
556 Date:   Mon Jul 9 21:16:53 2007 -0500
557
558     include/configs/[A-G]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
559
560     Signed-off-by: Jon Loeliger <jdl@freescale.com>
561
562 commit f55f7f8d83f36021ab1f0e3d738f5d8c8083a7e3
563 Author: Jon Loeliger <jdl@freescale.com>
564 Date:   Mon Jul 9 19:12:30 2007 -0500
565
566     Retire CONFIG_COMMANDS finally.
567     Strip old CFG_CMD_* symbols out.
568
569     Signed-off-by: Jon Loeliger <jdl@freescale.com>
570
571 commit b5501f7d720fed99ab0b42c83f5dea52868ce007
572 Author: Jon Loeliger <jdl@freescale.com>
573 Date:   Mon Jul 9 19:10:03 2007 -0500
574
575     Update README.* to reference new CONFIG_CMD_* names now.
576
577     Signed-off-by: Jon Loeliger <jdl@freescale.com>
578
579 commit 4431283c7e6d54ae180d466e51bf2d97471a0ad9
580 Author: Jon Loeliger <jdl@freescale.com>
581 Date:   Mon Jul 9 19:06:00 2007 -0500
582
583     cpu/m*: Remove obsolete references to CONFIG_COMMANDS
584
585     Signed-off-by: Jon Loeliger <jdl@freescale.com>
586
587 commit 3a1ed1e1f922c419bb71f7df4949d783ade369fa
588 Author: Jon Loeliger <jdl@freescale.com>
589 Date:   Mon Jul 9 18:57:22 2007 -0500
590
591     cpu/[7a-ln-z]*: Remove obsolete references to CONFIG_COMMANDS
592
593     Signed-off-by: Jon Loeliger <jdl@freescale.com>
594
595 commit ab3abcbabd840928fb1eb5122118ca466b5e5013
596 Author: Jon Loeliger <jdl@freescale.com>
597 Date:   Mon Jul 9 18:45:16 2007 -0500
598
599     board/[q-z]*: Remove obsolete references to CONFIG_COMMANDS
600
601     Signed-off-by: Jon Loeliger <jdl@freescale.com>
602
603 commit 3fe00109a5f12de55b6e25b1f98dfc24bc9090c9
604 Author: Jon Loeliger <jdl@freescale.com>
605 Date:   Mon Jul 9 18:38:39 2007 -0500
606
607     board/[m-p]*: Remove obsolete references to CONFIG_COMMANDS
608
609     Signed-off-by: Jon Loeliger <jdl@freescale.com>
610
611 commit c508a4cefd8a953fc64957650506a035e6e3d9d1
612 Author: Jon Loeliger <jdl@freescale.com>
613 Date:   Mon Jul 9 18:31:28 2007 -0500
614
615     board/[f-l]*: Remove obsolete references to CONFIG_COMMANDS
616
617     Signed-off-by: Jon Loeliger <jdl@freescale.com>
618
619 commit b9307262f8a9f3b5c9e15a6067eadc17407146f6
620 Author: Jon Loeliger <jdl@freescale.com>
621 Date:   Mon Jul 9 18:24:55 2007 -0500
622
623     board/[d-e]*: Remove obsolete references to CONFIG_COMMANDS
624
625     Signed-off-by: Jon Loeliger <jdl@freescale.com>
626
627 commit fcec2eb93e126400009729328e797f12bc94f1fd
628 Author: Jon Loeliger <jdl@freescale.com>
629 Date:   Mon Jul 9 18:19:09 2007 -0500
630
631     board/[A-Za-c]*: Remove obsolete references to CONFIG_COMMANDS
632
633     Signed-off-by: Jon Loeliger <jdl@freescale.com>
634
635 commit a593814f2be0c9cdc3133cd550b167b8a988328f
636 Author: Jon Loeliger <jdl@freescale.com>
637 Date:   Mon Jul 9 18:10:50 2007 -0500
638
639     rtc/: Remove obsolete references to CONFIG_COMMANDS
640
641     Signed-off-by: Jon Loeliger <jdl@freescale.com>
642
643 commit 67350568f9d46e66c21829f3513b3db0caeb948b
644 Author: Jon Loeliger <jdl@freescale.com>
645 Date:   Mon Jul 9 18:05:38 2007 -0500
646
647     lib_{arm,avr32,blackfin,generic,i386}/: Remove obsolete references to CONFIG_COMMANDS
648
649     Signed-off-by: Jon Loeliger <jdl@freescale.com>
650
651 commit 7def6b34f910f08d7ef0a14646da067719237ca2
652 Author: Jon Loeliger <jdl@freescale.com>
653 Date:   Mon Jul 9 18:02:11 2007 -0500
654
655     lib_{m68k,microblaze,mips,ppc}/: Remove obsolete references to CONFIG_COMMANDS
656
657     Signed-off-by: Jon Loeliger <jdl@freescale.com>
658
659 commit dd60d1223b99a88a7216f3e041fe40634ad4c2bb
660 Author: Jon Loeliger <jdl@freescale.com>
661 Date:   Mon Jul 9 17:56:50 2007 -0500
662
663     fs/: Remove obsolete references to CONFIG_COMMANDS
664
665     Signed-off-by: Jon Loeliger <jdl@freescale.com>
666
667 commit c91898bbc505aff3e12a807af88e76da18efb7ee
668 Author: Jon Loeliger <jdl@freescale.com>
669 Date:   Mon Jul 9 17:46:09 2007 -0500
670
671     tools/: Remove obsolete references to CONFIG_COMMANDS
672
673     Signed-off-by: Jon Loeliger <jdl@freescale.com>
674
675 commit 643d1ab23960950b52e0a2803c2d3ea4c558fa01
676 Author: Jon Loeliger <jdl@freescale.com>
677 Date:   Mon Jul 9 17:45:14 2007 -0500
678
679     net/: Remove obsolete references to CONFIG_COMMANDS
680
681     Signed-off-by: Jon Loeliger <jdl@freescale.com>
682
683 commit cb51c0bf88f95a1bca68324b0126f8eed8b43273
684 Author: Jon Loeliger <jdl@freescale.com>
685 Date:   Mon Jul 9 17:39:42 2007 -0500
686
687     drivers/[n-z]*: Remove obsolete references to CONFIG_COMMANDS
688
689     Signed-off-by: Jon Loeliger <jdl@freescale.com>
690
691 commit 07d38a17e964aec4c7827f0ee9a583bc8cc1ad6b
692 Author: Jon Loeliger <jdl@freescale.com>
693 Date:   Mon Jul 9 17:30:01 2007 -0500
694
695     drivers/[a-m]*: Remove obsolete references to CONFIG_COMMANDS
696
697     Signed-off-by: Jon Loeliger <jdl@freescale.com>
698
699 commit cde5c64d17cf4834aa7b5c373f288bc7dad27b29
700 Author: Jon Loeliger <jdl@freescale.com>
701 Date:   Mon Jul 9 17:22:37 2007 -0500
702
703     disk/: Remove obsolete references to CONFIG_COMMANDS
704
705     Signed-off-by: Jon Loeliger <jdl@freescale.com>
706
707 commit 639221c76c88215bd55af83ad174fc30d1940f8f
708 Author: Jon Loeliger <jdl@freescale.com>
709 Date:   Mon Jul 9 17:15:49 2007 -0500
710
711     include/: Remove obsolete references to CONFIG_COMMANDS
712     Mostly removed from comments here.
713
714     Signed-off-by: Jon Loeliger <jdl@freescale.com>
715
716 commit 4ef218f6fdf8d747f4589da5252b004e7d2c2876
717 Author: Wolfgang Denk <wd@denx.de>
718 Date:   Tue Jul 10 00:01:28 2007 +0200
719
720     Coding style cleanup; update CHANGELOG.
721
722     Signed-off-by: Wolfgang Denk <wd@denx.de>
723
724 commit c3517f919d0f61650cf3027fd4faf0f631142f6c
725 Author: Jon Loeliger <jdl@freescale.com>
726 Date:   Sun Jul 8 18:10:08 2007 -0500
727
728     common/* non-cmd*: Remove obsolete references to CONFIG_COMMANDS
729
730     Signed-off-by: Jon Loeliger <jdl@freescale.com>
731
732 commit fd9bcaa35be64fe41a4223fdb6ecdbad52470b39
733 Author: Jon Loeliger <jdl@freescale.com>
734 Date:   Sun Jul 8 18:05:39 2007 -0500
735
736     common/cmd_[p-x]*: Remove obsolete references to CONFIG_COMMANDS.
737
738     Signed-off-by: Jon Loeliger <jdl@freescale.com>
739
740 commit c76fe47425afc7d5d670ff0539823c85d65d9c42
741 Author: Jon Loeliger <jdl@freescale.com>
742 Date:   Sun Jul 8 18:02:23 2007 -0500
743
744     common/cmd_[i-n]*: Remove obsolete references to CONFIG_COMMANDS.
745
746     Signed-off-by: Jon Loeliger <jdl@freescale.com>
747
748 commit baa26db4113679b80970ff447d91cc10217742a6
749 Author: Jon Loeliger <jdl@freescale.com>
750 Date:   Sun Jul 8 17:51:39 2007 -0500
751
752     common/cmd_[af]*: Remove obsolete references to CONFIG_COMMANDS.
753
754     Signed-off-by: Jon Loeliger <jdl@freescale.com>
755
756 commit af075ee96e52dda7b6bca6c937588aeaaec5f2cd
757 Author: Jon Loeliger <jdl@freescale.com>
758 Date:   Sun Jul 8 17:02:01 2007 -0500
759
760     Clear up confusion over the CMD_POST and POST_DIAG mess.
761
762     For some reason, CONFIG_POST permeated as CONFIG_CMD_POST_DIAG
763     when it really means just CONFIG_CMD_DIAG.  There is no CMD_POST.
764     Clear this mess up some.
765
766     Signed-off-by: Jon Loeliger <jdl@freescale.com>
767
768 commit b3631487105a57ab7cbadfc26efbaf9676275018
769 Author: Jon Loeliger <jdl@freescale.com>
770 Date:   Sun Jul 8 15:45:08 2007 -0500
771
772     Remove references to the old cmd_confdefs.h include file.
773
774     Signed-off-by: Jon Loeliger <jdl@freescale.com>
775
776 commit a22d4da95e20049b4daa1c2a022f61e8a72f2fb6
777 Author: Jon Loeliger <jdl@freescale.com>
778 Date:   Sun Jul 8 15:42:59 2007 -0500
779
780     include/configs: Catch some CONFIG_CMD_* conversion stragglers.
781
782     Use new CONFIG_CMD_* in lwmon5.h board config file.
783     Fix CONFIG_CMD_* typo braindamage in omap1510inn.h
784
785     Signed-off-by: Jon Loeliger <jdl@freescale.com>
786
787 commit a5562901661bd428f7e5feb333f796372cb81019
788 Author: Jon Loeliger <jdl@freescale.com>
789 Date:   Sun Jul 8 15:31:57 2007 -0500
790
791     include/configs: Use new CONFIG_CMD_* in various [TUVWZYZ]* named board config files.
792
793     Signed-off-by: Jon Loeliger <jdl@freescale.com>
794
795 commit fe7f782d5b8c64a0195c68c31a0a11d4f641355e
796 Author: Jon Loeliger <jdl@freescale.com>
797 Date:   Sun Jul 8 15:02:44 2007 -0500
798
799     include/configs: Use new CONFIG_CMD_* in various S* named board config files.
800
801     Signed-off-by: Jon Loeliger <jdl@freescale.com>
802
803 commit e9a0f8f15c11f337967aa0600ad6e8af33037f50
804 Author: Jon Loeliger <jdl@freescale.com>
805 Date:   Sun Jul 8 15:12:40 2007 -0500
806
807     include/configs: Use new CONFIG_CMD_* in various R* named board config files.
808
809     Signed-off-by: Jon Loeliger <jdl@freescale.com>
810
811 commit 12aa9fd23d724bd6ab88e1baa0db35133a27303f
812 Author: Jon Loeliger <jdl@freescale.com>
813 Date:   Sun Jul 8 14:55:07 2007 -0500
814
815     include/configs: Use new CONFIG_CMD_* in various Q* named board config files.
816
817     Signed-off-by: Jon Loeliger <jdl@freescale.com>
818
819 commit acf0269779422f3e147d2ddfb499c9f6ff10ad5e
820 Author: Jon Loeliger <jdl@freescale.com>
821 Date:   Sun Jul 8 14:49:44 2007 -0500
822
823     include/configs: Use new CONFIG_CMD_* in various P* named board config files.
824
825     Signed-off-by: Jon Loeliger <jdl@freescale.com>
826
827 commit e18a1061a8630cb67995fdf99afd3fb50d1b187d
828 Author: Jon Loeliger <jdl@freescale.com>
829 Date:   Sun Jul 8 14:21:43 2007 -0500
830
831     include/configs: Use new CONFIG_CMD_* in various [NO]* named board config files.
832
833     Signed-off-by: Jon Loeliger <jdl@freescale.com>
834
835 commit 8353e139bfad9059c54f5b2421f1a3090e15a2e2
836 Author: Jon Loeliger <jdl@freescale.com>
837 Date:   Sun Jul 8 14:14:17 2007 -0500
838
839     include/configs: Use new CONFIG_CMD_* in various M* named board config files.
840
841     Signed-off-by: Jon Loeliger <jdl@freescale.com>
842
843 commit 348f258f24253433e4a2302a0bbceb6740a67246
844 Author: Jon Loeliger <jdl@freescale.com>
845 Date:   Sun Jul 8 13:46:18 2007 -0500
846
847     include/configs: Use new CONFIG_CMD_* in various [IJKL]* named board config files.
848
849     Signed-off-by: Jon Loeliger <jdl@freescale.com>
850
851 commit 6c4f4da9bfc9f9403f54fce678ed0364b7c86a6a
852 Author: Jon Loeliger <jdl@freescale.com>
853 Date:   Sun Jul 8 10:09:35 2007 -0500
854
855     include/configs: Use new CONFIG_CMD_* in various H* named board config files.
856
857     Signed-off-by: Jon Loeliger <jdl@freescale.com>
858
859 commit 60a0876b5106b34220e459c208bbf648073306c0
860 Author: Jon Loeliger <jdl@freescale.com>
861 Date:   Sat Jul 7 21:04:26 2007 -0500
862
863     include/configs: Use new CONFIG_CMD_* in various F* and G* named board config files.
864
865     Signed-off-by: Jon Loeliger <jdl@freescale.com>
866
867 commit dcaa71562826a2466e894c868d132509dcda8444
868 Author: Jon Loeliger <jdl@freescale.com>
869 Date:   Sat Jul 7 20:56:05 2007 -0500
870
871     include/configs: Use new CONFIG_CMD_* in various E* named board config files.
872
873     Signed-off-by: Jon Loeliger <jdl@freescale.com>
874
875 commit 3c3227f3c737502311b25b72084573901cbbf17d
876 Author: Jon Loeliger <jdl@freescale.com>
877 Date:   Sat Jul 7 20:40:43 2007 -0500
878
879     include/configs: Use new CONFIG_CMD_* in various D* named board config files.
880
881     Signed-off-by: Jon Loeliger <jdl@freescale.com>
882
883 commit 49cf7e8ee7ef943fdfe866ce28410b0bfbf6a26c
884 Author: Jon Loeliger <jdl@freescale.com>
885 Date:   Thu Jul 5 19:52:35 2007 -0500
886
887     include/configs: Use new CONFIG_CMD_* in various C* named board config files.
888
889     Signed-off-by: Jon Loeliger <jdl@freescale.com>
890
891 commit de8b2a6e33298dcdb10bdda48db25e53c3089eba
892 Author: Jon Loeliger <jdl@freescale.com>
893 Date:   Thu Jul 5 19:32:07 2007 -0500
894
895     include/configs: Use new CONFIG_CMD_* in various B* named board config files.
896
897     Signed-off-by: Jon Loeliger <jdl@freescale.com>
898
899 commit 498ff9a228485bd4b9f23d066bada268f9add1dd
900 Author: Jon Loeliger <jdl@freescale.com>
901 Date:   Thu Jul 5 19:13:52 2007 -0500
902
903     include/configs: Use new CONFIG_CMD_* in various A* named board config files.
904
905     Since ADS860.h includes "board/fads/fads.h" with ramifications
906     on the CONFIG_COMMAND treatment, it too has to be adjusted to
907     exclude already configured commands in this same commit.
908
909     Signed-off-by: Jon Loeliger <jdl@freescale.com>
910
911 commit 6b0a174a1e6f55e1f5a1fbb223cdad7645a4646e
912 Author: Stefan Roese <sr@denx.de>
913 Date:   Fri Jul 6 09:45:47 2007 +0200
914
915     Fix problem with get/setdcr commands introduced by cfg patches
916
917     Signed-off-by: Stefan Roese <sr@denx.de>
918
919 commit f1152f8c28db4a22087c21c618a3f7baa48e9a4f
920 Author: Wolfgang Denk <wd@denx.de>
921 Date:   Fri Jul 6 02:50:19 2007 +0200
922
923     Code cleanup and default config update for STC GP3 SSA board.
924
925     Signed-off-by: Wolfgang Denk <wd@denx.de>
926
927 commit e4dbe1b215f5c6c462e76909d240bd96472b84de
928 Author: Wolfgang Denk <wd@denx.de>
929 Date:   Thu Jul 5 17:56:27 2007 +0200
930
931     Fixing some typos etc. introduced mainly by cfg patches.
932
933     Signed-off-by: Wolfgang Denk <wd@denx.de>
934
935 commit b6b4684546809f89c8bac72863ca49b5fd8ac0cd
936 Author: Wolfgang Denk <wd@denx.de>
937 Date:   Thu Jul 5 11:12:16 2007 +0200
938
939     Minor coding style cleanup. Update CHANGELOG.
940
941 commit dca3b3d6d6396b67e5e84af53452164923c73443
942 Author: Jon Loeliger <jdl@jdl.com>
943 Date:   Wed Jul 4 22:33:46 2007 -0500
944
945     include/configs: Use new CONFIG_CMD_* in various [v-z]* named board config files.
946
947     Signed-off-by: Jon Loeliger <jdl@freescale.com>
948
949 commit 6c18eb9804b525f3e4f3bb3d014dd69a200d9fa7
950 Author: Jon Loeliger <jdl@jdl.com>
951 Date:   Wed Jul 4 22:33:38 2007 -0500
952
953     include/configs: Use new CONFIG_CMD_* in various t* and u* named board config files.
954
955     Signed-off-by: Jon Loeliger <jdl@freescale.com>
956
957 commit 46da1e96b7db14f4fcd2c92544e7c0862024bc76
958 Author: Jon Loeliger <jdl@jdl.com>
959 Date:   Wed Jul 4 22:33:30 2007 -0500
960
961     include/configs: Use new CONFIG_CMD_* in various s* named board config files.
962
963     Signed-off-by: Jon Loeliger <jdl@freescale.com>
964
965 commit 90cc3eb6d2be856d9ddd81436de9cf343bc6b5c8
966 Author: Jon Loeliger <jdl@jdl.com>
967 Date:   Wed Jul 4 22:33:23 2007 -0500
968
969     include/configs: Use new CONFIG_CMD_* in various q* and r* named board config files.
970
971     Signed-off-by: Jon Loeliger <jdl@freescale.com>
972
973 commit 26a34560d56a9df5bc2ae23525d9229736134757
974 Author: Jon Loeliger <jdl@jdl.com>
975 Date:   Wed Jul 4 22:33:17 2007 -0500
976
977     include/configs: Use new CONFIG_CMD_* in various p* named board config files.
978
979     Signed-off-by: Jon Loeliger <jdl@freescale.com>
980
981 commit a5cb23092a7d31490a33d4ec871468b63babfa3c
982 Author: Jon Loeliger <jdl@jdl.com>
983 Date:   Wed Jul 4 22:33:13 2007 -0500
984
985     include/configs: Use new CONFIG_CMD_* in various o* named board config files.
986
987     Signed-off-by: Jon Loeliger <jdl@freescale.com>
988
989 commit 929a2bfd142737003a8fc32e1b86e1f2c1850257
990 Author: Jon Loeliger <jdl@jdl.com>
991 Date:   Wed Jul 4 22:33:07 2007 -0500
992
993     include/configs: Use new CONFIG_CMD_* in various n* named board config files.
994
995     Signed-off-by: Jon Loeliger <jdl@freescale.com>
996
997 commit 5dc11a511960d490f7f01ffd746edfe6277f99b0
998 Author: Jon Loeliger <jdl@jdl.com>
999 Date:   Wed Jul 4 22:33:01 2007 -0500
1000
1001     include/configs: Use new CONFIG_CMD_* in various m* named board config files.
1002
1003     Signed-off-by: Jon Loeliger <jdl@freescale.com>
1004
1005 commit 9bbb1c0820c1fbd3811ab6ee4ba0f6c6f76b27e4
1006 Author: Jon Loeliger <jdl@jdl.com>
1007 Date:   Wed Jul 4 22:32:57 2007 -0500
1008
1009     include/configs: Use new CONFIG_CMD_* in various l* named board config files.
1010
1011     Signed-off-by: Jon Loeliger <jdl@freescale.com>
1012
1013 commit bc234c129fa04fb9fa33530930e5cbc6084cd47a
1014 Author: Jon Loeliger <jdl@jdl.com>
1015 Date:   Wed Jul 4 22:32:51 2007 -0500
1016
1017     include/configs: Use new CONFIG_CMD_* in various j* and k* named board config files.
1018
1019     Signed-off-by: Jon Loeliger <jdl@freescale.com>
1020
1021 commit 1d2c6bc491969f8d8fb34c8e30e8bea7a2af9c31
1022 Author: Jon Loeliger <jdl@jdl.com>
1023 Date:   Wed Jul 4 22:32:32 2007 -0500
1024
1025     include/configs: Use new CONFIG_CMD_* in various i* named board config files.
1026
1027     Signed-off-by: Jon Loeliger <jdl@freescale.com>
1028
1029 commit 48d5d102a2f2e619c92050b9aedbb69689185bc0
1030 Author: Jon Loeliger <jdl@jdl.com>
1031 Date:   Wed Jul 4 22:32:25 2007 -0500
1032
1033     include/configs: Use new CONFIG_CMD_* in various h* named board config files.
1034
1035     Signed-off-by: Jon Loeliger <jdl@freescale.com>
1036
1037 commit 72eb0efaed7048afcc61fc6f0085c49394b5dc36
1038 Author: Jon Loeliger <jdl@jdl.com>
1039 Date:   Wed Jul 4 22:32:19 2007 -0500
1040
1041     include/configs: Use new CONFIG_CMD_* in various g* named board config files.
1042
1043     Signed-off-by: Jon Loeliger <jdl@freescale.com>
1044
1045 commit 1bec3d3002d3bbbae6f2468a0f7376db1120d33e
1046 Author: Jon Loeliger <jdl@jdl.com>
1047 Date:   Wed Jul 4 22:32:10 2007 -0500
1048
1049     include/configs: Use new CONFIG_CMD_* in various e* named board config files.
1050
1051     Signed-off-by: Jon Loeliger <jdl@freescale.com>
1052
1053 commit ab999ba1b31ebe78dd16374394a55d7c6e5aa6e4
1054 Author: Jon Loeliger <jdl@jdl.com>
1055 Date:   Wed Jul 4 22:32:03 2007 -0500
1056
1057     include/configs: Use new CONFIG_CMD_* in various d* named board config files.
1058
1059     Signed-off-by: Jon Loeliger <jdl@freescale.com>
1060
1061 commit 37e4f24b87fa255ae456d193b7cd23c18dd1d56b
1062 Author: Jon Loeliger <jdl@jdl.com>
1063 Date:   Wed Jul 4 22:31:56 2007 -0500
1064
1065     include/configs: Use new CONFIG_CMD_* in various c* named board config files.
1066
1067     Signed-off-by: Jon Loeliger <jdl@freescale.com>
1068
1069 commit ba2351f9d1e841bd00ea6dad1e3c16d0259ad264
1070 Author: Jon Loeliger <jdl@jdl.com>
1071 Date:   Wed Jul 4 22:31:49 2007 -0500
1072
1073     include/configs: Use new CONFIG_CMD_* in various b* named board config files.
1074
1075     Signed-off-by: Jon Loeliger <jdl@freescale.com>
1076
1077 commit 0b361c916617aff79e647b40f0e43361e0bbaccf
1078 Author: Jon Loeliger <jdl@jdl.com>
1079 Date:   Wed Jul 4 22:31:42 2007 -0500
1080
1081     include/configs: Use new CONFIG_CMD_* in various a* named board config files.
1082
1083     Signed-off-by: Jon Loeliger <jdl@freescale.com>
1084
1085 commit b730cda82e362df6a22f4c59c0a9b97e885b1014
1086 Author: Jon Loeliger <jdl@jdl.com>
1087 Date:   Wed Jul 4 22:31:35 2007 -0500
1088
1089     include/configs: Use new CONFIG_CMD_* in mpc5xx board config files.
1090
1091     Signed-off-by: Jon Loeliger <jdl@freescale.com>
1092
1093 commit d794cfefead5fc177cf4f41164e80382e9c9484a
1094 Author: Jon Loeliger <jdl@jdl.com>
1095 Date:   Wed Jul 4 22:31:15 2007 -0500
1096
1097     include/configs: Use new CONFIG_CMD_* in various 5200 board config files.
1098
1099     Signed-off-by: Jon Loeliger <jdl@freescale.com>
1100
1101 commit ef0df52ab49eea4a30c15087fd27d54c1d946f2c
1102 Author: Jon Loeliger <jdl@jdl.com>
1103 Date:   Wed Jul 4 22:31:07 2007 -0500
1104
1105     include/configs: Use new CONFIG_CMD_* in STx board config files.
1106
1107     Signed-off-by: Jon Loeliger <jdl@freescale.com>
1108
1109 commit 866e3089bfc826bb4dc74637f8aad87a3bab79fc
1110 Author: Jon Loeliger <jdl@jdl.com>
1111 Date:   Wed Jul 4 22:30:58 2007 -0500
1112
1113     include/configs: Use new CONFIG_CMD_* in sbc* board config files.
1114
1115     Signed-off-by: Jon Loeliger <jdl@freescale.com>
1116
1117 commit 2694690e285acaa34922f55f4b5ae030da60c55a
1118 Author: Jon Loeliger <jdl@jdl.com>
1119 Date:   Wed Jul 4 22:30:50 2007 -0500
1120
1121     include/configs: Use new CONFIG_CMD_* in TQM board config files.
1122
1123     Signed-off-by: Jon Loeliger <jdl@freescale.com>
1124
1125 commit 1cc4c458329765b58e584a19821e796b3c10e976
1126 Author: Jon Loeliger <jdl@jdl.com>
1127 Date:   Wed Jul 4 22:30:28 2007 -0500
1128
1129     include/configs: Use new CONFIG_CMD_* in 82xx board config files.
1130
1131     Signed-off-by: Jon Loeliger <jdl@freescale.com>
1132
1133 commit 8ea5499afdaba0acf60923dd99001c399d4a7c8e
1134 Author: Jon Loeliger <jdl@jdl.com>
1135 Date:   Wed Jul 4 22:30:06 2007 -0500
1136
1137     include/configs: Use new CONFIG_CMD_* in 83xx board config files.
1138
1139     Signed-off-by: Jon Loeliger <jdl@freescale.com>
1140
1141 commit b44896215a09c60fa40cae906f7ed207bbc2c492
1142 Author: Sergei Poselenov <sposelenov@emcraft.com>
1143 Date:   Thu Jul 5 08:17:37 2007 +0200
1144
1145     Merged POST framework with the current TOT.
1146
1147     Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
1148
1149 commit b24629fa377214d63bb40d1360e354b6d3e4af56
1150 Author: Jon Loeliger <jdl@jdl.com>
1151 Date:   Wed Jun 13 13:23:15 2007 -0500
1152
1153     mpc86xx: Remove old CFG_CMD_* references.
1154
1155     Signed-off-by: Jon Loeliger <jdl@freescale.com>
1156
1157 commit 46175d9764da129bb4fd341cd2554dc7d55f5b2a
1158 Author: Jon Loeliger <jdl@jdl.com>
1159 Date:   Wed Jun 13 13:22:54 2007 -0500
1160
1161     Add MPC8568MDS to MAKEALL 85xx target.
1162
1163     It was missing from the original port submission.
1164
1165     Signed-off-by: Jon Loeliger <jdl@freescale.com>
1166
1167 commit 2835e518c969e5124ba1174eef3e8375e12fa7d5
1168 Author: Jon Loeliger <jdl@jdl.com>
1169 Date:   Wed Jun 13 13:22:08 2007 -0500
1170
1171     include/configs: Use new CONFIG_CMD_* in 85xx board config files.
1172
1173     Signed-off-by: Jon Loeliger <jdl@freescale.com>
1174
1175 commit 56b304ac2091689506088a9ae67f63fd6300cf16
1176 Author: Jon Loeliger <jdl@jdl.com>
1177 Date:   Wed Jun 13 13:21:37 2007 -0500
1178
1179     Fix #if typo in CONFIG_CMD_* changes.
1180
1181     Signed-off-by: Jon Loeliger <jdl@freescale.com>
1182
1183 commit f780b83316d9af1f61d71cc88b1917b387b9b995
1184 Author: Niklaus Giger <niklausgiger@gmx.ch>
1185 Date:   Wed Jun 27 18:11:38 2007 +0200
1186
1187     resubmit: ppc4xx: Remove sequoia/sequioa.h. Cleanup ppc440.h for PPC440EPX
1188
1189     Signed-off-by: Niklaus Giger <niklaus.giger@nestal.com>
1190
1191 commit 04e6c38b766eaa2f3287561563c9e215e0c3a0d4
1192 Author: Stefan Roese <sr@denx.de>
1193 Date:   Wed Jul 4 10:06:30 2007 +0200
1194
1195     ppc4xx: Update lwmon5 board
1196
1197     - Add optional ECC generation routine to preserve existing
1198       RAM values. This is needed for the Linux log-buffer support
1199     - Add optional DDR2 setup with CL=4
1200     - GPIO50 not used anymore
1201     - Lime register setup added
1202
1203     Signed-off-by: Stefan Roese <sr@denx.de>
1204
1205 commit 6810a34677dbc446334f5e451f1682426dd33b49
1206 Author: Grant Likely <grant.likely@secretlab.ca>
1207 Date:   Tue Jul 3 00:17:28 2007 -0600
1208
1209     Fix Makefile to use $(MKCONFIG) macro for all board ports
1210
1211     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
1212
1213 commit 90b1b2d69b9396ff2f01165ebc16c9a594eb5926
1214 Author: Grant Likely <grant.likely@secretlab.ca>
1215 Date:   Tue Jul 3 00:17:28 2007 -0600
1216
1217     Fix Makefile to use $(MKCONFIG) macro for all board ports
1218
1219     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
1220
1221 commit 057004f4a4863554d56cc56268bfa7c7d9738e27
1222 Author: Grant Likely <grant.likely@secretlab.ca>
1223 Date:   Tue Jul 3 00:34:49 2007 -0600
1224
1225     Correct fixup relocation for mpc83xx
1226
1227     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
1228
1229 commit 5af61b2f4b838a05f79be274f3e5a66edd2d9c96
1230 Author: Grant Likely <grant.likely@secretlab.ca>
1231 Date:   Tue Jul 3 00:34:44 2007 -0600
1232
1233     Correct fixup relocation for mpc8260
1234
1235     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
1236
1237 commit f3a52fe05923935db86985daf9438e2f70ac39aa
1238 Author: Grant Likely <grant.likely@secretlab.ca>
1239 Date:   Tue Jul 3 00:34:39 2007 -0600
1240
1241     Correct fixup relocation for mpc824x
1242
1243     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
1244
1245 commit a85dd254c0577fca13627c46e93fc2ad4c4f1f00
1246 Author: Grant Likely <grant.likely@secretlab.ca>
1247 Date:   Tue Jul 3 00:34:34 2007 -0600
1248
1249     Correct fixup relocation for mpc8220
1250
1251     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
1252
1253 commit 6f7576b20ecf0d040c3ac3b032b5cbc860e38a90
1254 Author: Grant Likely <grant.likely@secretlab.ca>
1255 Date:   Tue Jul 3 00:34:29 2007 -0600
1256
1257     Correct fixup relocation for MPC5xxx
1258
1259     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
1260
1261 commit 3649cd99ba815b6601868735765602f00ef3692b
1262 Author: Grant Likely <grant.likely@secretlab.ca>
1263 Date:   Tue Jul 3 00:34:24 2007 -0600
1264
1265     Correct relocation fixup for mpc5xx
1266
1267     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
1268
1269 commit f82b3b6304b620ef7e28bfaa1ea887a2ad2fa325
1270 Author: Grant Likely <grant.likely@secretlab.ca>
1271 Date:   Tue Jul 3 00:34:19 2007 -0600
1272
1273     Don't set gd->reloc_off if relocation of .fixup works correctly
1274
1275     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
1276
1277 commit e1a6144c32dc7de73bcdd33995de0148cbd0bd28
1278 Author: Grant Likely <grant.likely@secretlab.ca>
1279 Date:   Tue Jul 3 00:34:14 2007 -0600
1280
1281     Remove obsolete mpc83xx linker scripts
1282
1283     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
1284
1285 commit 17e32fc3908bf7089d3f16fc82a1c3ae674dd65b
1286 Author: Grant Likely <grant.likely@secretlab.ca>
1287 Date:   Tue Jul 3 00:34:09 2007 -0600
1288
1289     Consolidate mpc8260 linker scripts
1290
1291     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
1292
1293 commit af7d38b393690d7eeaf418ac85a1e831a50d5fd0
1294 Author: Grant Likely <grant.likely@secretlab.ca>
1295 Date:   Tue Jul 3 00:34:04 2007 -0600
1296
1297     Remove obsolete mpc824x linker scripts
1298
1299     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
1300
1301 commit f94a3aecebc40ca0939c7d66d010009cf51be9e2
1302 Author: Grant Likely <grant.likely@secretlab.ca>
1303 Date:   Tue Jul 3 00:33:59 2007 -0600
1304
1305     Remove obsolete mpc824x linker scripts (3 of 4)
1306
1307     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
1308
1309 commit a71c084f3ac7fedf144537db2b2da47323068833
1310 Author: Grant Likely <grant.likely@secretlab.ca>
1311 Date:   Tue Jul 3 00:33:53 2007 -0600
1312
1313     Remove obsolete mpc824x linker scripts (2 of 4)
1314
1315     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
1316
1317 commit f670a15468d1365241d40022b9408e1004181f5e
1318 Author: Grant Likely <grant.likely@secretlab.ca>
1319 Date:   Tue Jul 3 00:33:48 2007 -0600
1320
1321     Remove obsolete mpc824x linker scripts (1 of 4)
1322
1323     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
1324
1325 commit 09555bd45a04c0e54f172528d21bc18896550d28
1326 Author: Grant Likely <grant.likely@secretlab.ca>
1327 Date:   Tue Jul 3 00:33:43 2007 -0600
1328
1329     Remove obsolete mpc8220 linker scripts
1330
1331     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
1332
1333 commit 5efb992f046e51225c93d52f80fecbe433abd789
1334 Author: Grant Likely <grant.likely@secretlab.ca>
1335 Date:   Tue Jul 3 00:33:38 2007 -0600
1336
1337     Remove obsolete mpc5xxx linker scripts (3 of 3)
1338
1339     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
1340
1341 commit 07c13dfef65b31647e69d8b61daa1eec598add1a
1342 Author: Grant Likely <grant.likely@secretlab.ca>
1343 Date:   Tue Jul 3 00:33:33 2007 -0600
1344
1345     Remove obsolete mpc5xxx linker scripts (2 of 3)
1346
1347     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
1348
1349 commit b4f67513a624ce85866c66c575bd2d9d7977d7f0
1350 Author: Grant Likely <grant.likely@secretlab.ca>
1351 Date:   Tue Jul 3 00:33:28 2007 -0600
1352
1353     Remove obsolete mpc5xxx linker scripts (1 of 3)
1354
1355     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
1356
1357 commit b7d8e05f8675249b5f208aa73babeed384a4519d
1358 Author: Grant Likely <grant.likely@secretlab.ca>
1359 Date:   Tue Jul 3 00:33:23 2007 -0600
1360
1361     Remove obsolete mpc5xx linker scripts
1362
1363     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
1364
1365 commit 416a0b6d40f6eba3a2fc547253c16bda28d922f7
1366 Author: Grant Likely <grant.likely@secretlab.ca>
1367 Date:   Tue Jul 3 00:33:18 2007 -0600
1368
1369     Consolidate mpc83xx linker scripts
1370
1371     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
1372
1373 commit 5fc59175b92883ed5d2666a04e6bc49e70a4a365
1374 Author: Grant Likely <grant.likely@secretlab.ca>
1375 Date:   Tue Jul 3 00:33:13 2007 -0600
1376
1377     Consolidate mpc8260 linker scripts
1378
1379     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
1380
1381 commit 737f9eb02d7335df2b3e4d7a4d3348784d1da207
1382 Author: Grant Likely <grant.likely@secretlab.ca>
1383 Date:   Tue Jul 3 00:33:08 2007 -0600
1384
1385     Consolidate mpc824x linker scripts
1386
1387     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
1388
1389 commit 9c757b789a59a855db57b448dd825329c4e9c4a0
1390 Author: Grant Likely <grant.likely@secretlab.ca>
1391 Date:   Tue Jul 3 00:33:03 2007 -0600
1392
1393     Consolidate mpc8220 linker scripts
1394
1395     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
1396
1397 commit d181c9a15cd41863fe24840d17848429f27d3c8c
1398 Author: Grant Likely <grant.likely@secretlab.ca>
1399 Date:   Tue Jul 3 00:32:58 2007 -0600
1400
1401     Consolidate mpc5xxx linker scripts
1402
1403     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
1404
1405 commit 287ac924adb7291bebe5086652a362a30ab28b13
1406 Author: Grant Likely <grant.likely@secretlab.ca>
1407 Date:   Tue Jul 3 00:32:53 2007 -0600
1408
1409     Consolidate mpc5xx linker scripts
1410
1411     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
1412
1413 commit 52b8704d0245e589f86d462e9ec25aeb7ecbbbdd
1414 Author: Wolfgang Denk <wd@denx.de>
1415 Date:   Wed Jul 4 00:43:53 2007 +0200
1416
1417     Fix a few file permission problems.
1418
1419     Signed-off-by: Wolfgang Denk <wd@denx.de>
1420
1421 commit 78e0cf2de7be7f1eaeeb622eb61fd50e4d5e205c
1422 Author: Wolfgang Denk <wd@denx.de>
1423 Date:   Wed Jul 4 00:38:38 2007 +0200
1424
1425     Minor coding style cleanup. Rebuild CHANGELOG file.
1426
1427 commit 2f9c19e496acb6bb50d9299e1aab377625d48c38
1428 Author: Jon Loeliger <jdl@jdl.com>
1429 Date:   Mon Jun 11 19:03:44 2007 -0500
1430
1431     configs/ mpc86xx: Rewrite command line options using new CONFIG_CMD-* style.
1432
1433     Signed-off-by: Jon Loeliger <jdl@freescale.com>
1434
1435 commit 602ad3b33d9ceef83dbab46be68646d645d637ee
1436 Author: Jon Loeliger <jdl@jdl.com>
1437 Date:   Mon Jun 11 19:03:39 2007 -0500
1438
1439     README: Rewrite command line config to use CONFIG_CMD_* names.
1440
1441     Signed-off-by: Jon Loeliger <jdl@freescale.com>
1442
1443 commit 72a074cec68e5bad60d63206c050974e08afd804
1444 Author: Jon Loeliger <jdl@jdl.com>
1445 Date:   Mon Jun 11 19:03:34 2007 -0500
1446
1447     include/ non-config: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
1448
1449     This is a compatibility step that allows both the older form
1450     and the new form to co-exist for a while until the older can
1451     be removed entirely.
1452
1453     All transformations are of the form:
1454     Before:
1455         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
1456     After:
1457         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
1458
1459     Signed-off-by: Jon Loeliger <jdl@freescale.com>
1460
1461 commit 5fcf543e0b6628c76ff48705b1b0566bfd11507b
1462 Author: Jon Loeliger <jdl@jdl.com>
1463 Date:   Mon Jun 11 19:03:28 2007 -0500
1464
1465     tools/ : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
1466
1467     This is a compatibility step that allows both the older form
1468     and the new form to co-exist for a while until the older can
1469     be removed entirely.
1470
1471     All transformations are of the form:
1472     Before:
1473         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
1474     After:
1475         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
1476
1477     Signed-off-by: Jon Loeliger <jdl@freescale.com>
1478
1479 commit 9107ebe0d352420895ab69b715697bdebc8caf50
1480 Author: Jon Loeliger <jdl@jdl.com>
1481 Date:   Mon Jun 11 19:03:23 2007 -0500
1482
1483     board/[k-z]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
1484
1485     This is a compatibility step that allows both the older form
1486     and the new form to co-exist for a while until the older can
1487     be removed entirely.
1488
1489     All transformations are of the form:
1490     Before:
1491         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
1492     After:
1493         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
1494
1495     Signed-off-by: Jon Loeliger <jdl@freescale.com>
1496
1497 commit 5e378003d592ea828ec69d6defcd4de79096dd5c
1498 Author: Jon Loeliger <jdl@jdl.com>
1499 Date:   Mon Jun 11 19:03:19 2007 -0500
1500
1501     board/[Ma-i]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
1502
1503     This is a compatibility step that allows both the older form
1504     and the new form to co-exist for a while until the older can
1505     be removed entirely.
1506
1507     All transformations are of the form:
1508     Before:
1509         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
1510     After:
1511         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
1512
1513     Signed-off-by: Jon Loeliger <jdl@freescale.com>
1514
1515 commit 737184114ec9c9e0ab94d6713536126073bd2472
1516 Author: Jon Loeliger <jdl@jdl.com>
1517 Date:   Mon Jun 11 19:03:15 2007 -0500
1518
1519     cpu/ non-mpc*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
1520
1521     This is a compatibility step that allows both the older form
1522     and the new form to co-exist for a while until the older can
1523     be removed entirely.
1524
1525     All transformations are of the form:
1526     Before:
1527         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
1528     After:
1529         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
1530
1531     Signed-off-by: Jon Loeliger <jdl@freescale.com>
1532
1533 commit f48070fe5fe440dfb5ee5268c920de70e48ea327
1534 Author: Jon Loeliger <jdl@jdl.com>
1535 Date:   Mon Jun 11 19:03:08 2007 -0500
1536
1537     cpu/mpc*/ : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
1538
1539     This is a compatibility step that allows both the older form
1540     and the new form to co-exist for a while until the older can
1541     be removed entirely.
1542
1543     All transformations are of the form:
1544     Before:
1545         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
1546     After:
1547         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
1548
1549     Signed-off-by: Jon Loeliger <jdl@freescale.com>
1550
1551 commit 0c505db0a0dc1f670b13ce3b4d3fbf1ec5b3cbd2
1552 Author: Jon Loeliger <jdl@jdl.com>
1553 Date:   Mon Jun 11 19:03:03 2007 -0500
1554
1555     lib_*/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
1556
1557     This is a compatibility step that allows both the older form
1558     and the new form to co-exist for a while until the older can
1559     be removed entirely.
1560
1561     All transformations are of the form:
1562     Before:
1563         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
1564     After:
1565         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
1566
1567     Signed-off-by: Jon Loeliger <jdl@freescale.com>
1568
1569 commit 73f032021ec5f13cda8faa4e34b6de80960eb86f
1570 Author: Jon Loeliger <jdl@jdl.com>
1571 Date:   Mon Jun 11 19:02:58 2007 -0500
1572
1573     lib_ppc/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
1574
1575     This is a compatibility step that allows both the older form
1576     and the new form to co-exist for a while until the older can
1577     be removed entirely.
1578
1579     All transformations are of the form:
1580     Before:
1581         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
1582     After:
1583         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
1584
1585     Signed-off-by: Jon Loeliger <jdl@freescale.com>
1586
1587 commit 98b79003c21c2578206003256de4e781d6b36ca8
1588 Author: Jon Loeliger <jdl@jdl.com>
1589 Date:   Mon Jun 11 19:02:53 2007 -0500
1590
1591     rtc/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
1592
1593     This is a compatibility step that allows both the older form
1594     and the new form to co-exist for a while until the older can
1595     be removed entirely.
1596
1597     All transformations are of the form:
1598     Before:
1599         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
1600     After:
1601         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
1602
1603     Signed-off-by: Jon Loeliger <jdl@freescale.com>
1604
1605 commit 6e2115acb6a892d53a6881bf253ae41d3df39156
1606 Author: Jon Loeliger <jdl@jdl.com>
1607 Date:   Mon Jun 11 19:02:49 2007 -0500
1608
1609     net/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
1610
1611     This is a compatibility step that allows both the older form
1612     and the new form to co-exist for a while until the older can
1613     be removed entirely.
1614
1615     All transformations are of the form:
1616     Before:
1617         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
1618     After:
1619         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
1620
1621     Signed-off-by: Jon Loeliger <jdl@freescale.com>
1622
1623 commit 45cdb9b72c94655c7308b464a2666057c0b286e0
1624 Author: Jon Loeliger <jdl@jdl.com>
1625 Date:   Mon Jun 11 19:02:34 2007 -0500
1626
1627     disk/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
1628
1629     This is a compatibility step that allows both the older form
1630     and the new form to co-exist for a while until the older can
1631     be removed entirely.
1632
1633     All transformations are of the form:
1634     Before:
1635         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
1636     After:
1637         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
1638
1639     Signed-off-by: Jon Loeliger <jdl@freescale.com>
1640
1641 commit 4e109ae98294a5ca7ff848b7652c7bfd4023a94a
1642 Author: Jon Loeliger <jdl@jdl.com>
1643 Date:   Mon Jun 11 19:02:20 2007 -0500
1644
1645     fs/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
1646
1647     This is a compatibility step that allows both the older form
1648     and the new form to co-exist for a while until the older can
1649     be removed entirely.
1650
1651     All transformations are of the form:
1652     Before:
1653         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
1654     After:
1655         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
1656
1657     Signed-off-by: Jon Loeliger <jdl@freescale.com>
1658
1659 commit d5be43de93ff905c465e509d45a3164ef48d26e7
1660 Author: Jon Loeliger <jdl@jdl.com>
1661 Date:   Mon Jun 11 19:02:10 2007 -0500
1662
1663     drivers/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
1664
1665     This is a compatibility step that allows both the older form
1666     and the new form to co-exist for a while until the older can
1667     be removed entirely.
1668
1669     All transformations are of the form:
1670     Before:
1671         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
1672     After:
1673         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
1674
1675     Signed-off-by: Jon Loeliger <jdl@freescale.com>
1676
1677 commit b453960d4fdb87b3970d96119b90df2ed024fc4a
1678 Author: Jon Loeliger <jdl@jdl.com>
1679 Date:   Mon Jun 11 19:02:05 2007 -0500
1680
1681     common/ non-cmd: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
1682
1683     This is a compatibility step that allows both the older form
1684     and the new form to co-exist for a while until the older can
1685     be removed entirely.
1686
1687     All transformations are of the form:
1688     Before:
1689         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
1690     After:
1691         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
1692
1693     Signed-off-by: Jon Loeliger <jdl@freescale.com>
1694
1695 commit 65c450b47a62659d522cfa8f4fa1e4e5c60dccd0
1696 Author: Jon Loeliger <jdl@jdl.com>
1697 Date:   Mon Jun 11 19:01:54 2007 -0500
1698
1699     common/cmd_[i-z]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
1700
1701     This is a compatibility step that allows both the older form
1702     and the new form to co-exist for a while until the older can
1703     be removed entirely.
1704
1705     All transformations are of the form:
1706     Before:
1707         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
1708     After:
1709         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
1710
1711     Signed-off-by: Jon Loeliger <jdl@freescale.com>
1712
1713 commit a76adc8142c1d956385a109e0b70f9319ede4d66
1714 Author: Jon Loeliger <jdl@jdl.com>
1715 Date:   Mon Jun 11 19:01:43 2007 -0500
1716
1717     common/cmd_[a-f]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
1718
1719     This is a compatibility step that allows both the older form
1720     and the new form to co-exist for a while until the older can
1721     be removed entirely.
1722
1723     All transformations are of the form:
1724     Before:
1725         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
1726     After:
1727         #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
1728
1729     Signed-off-by: Jon Loeliger <jdl@freescale.com>
1730
1731 commit ec63b10b61fd68238d4c15c1cd04c0b38228e2c1
1732 Author: Jon Loeliger <jdl@jdl.com>
1733 Date:   Mon Jun 11 19:01:34 2007 -0500
1734
1735     Introduce initial versions of new Command Config files.
1736
1737     Derive three new files from cmd_confdefs.h:
1738         config_bootp.h - Has BOOTP related config options, not commands
1739         config_cmd_all.h - Has a CONFIG_CMD_* definition for every command
1740         config_cmd_default.h - Has a CONFIG_CMD_* definition for default cmds.
1741
1742     For now, include "config_bootp.h" for compatability until all
1743     users of it directly include it properly.
1744
1745     Signed-off-by: Jon Loeliger <jdl@freescale.com>
1746
1747 commit 1f2a05898658900dc5717761e27abf2052e67e13
1748 Author: Mushtaq Khan <mushtaqk_921@yahoo.co.in>
1749 Date:   Sat Jun 30 18:50:48 2007 +0200
1750
1751     Fix S-ATA support.
1752
1753     Signed-off-by: mushtaq khan <mushtaqk_921@yahoo.co.in>
1754
1755 commit a5d71e290f3673269be8eefb4ec44f53412f9461
1756 Author: Heiko Schocher <hs@pollux.denx.de>
1757 Date:   Mon Jun 25 19:11:37 2007 +0200
1758
1759     [PCS440EP]  get rid of CONFIG_PPC4xx_USE_SPD_DDR_INIT_HANG
1760
1761     Signed-off-by: Heiko Schocher <hs@denx.de>
1762
1763 commit a1bd6200eccd3a02040a955d5f43d3ee1fc9f93b
1764 Author: Niklaus Giger <niklaus.giger@nestal.com>
1765 Date:   Mon Jun 25 17:03:13 2007 +0200
1766
1767     ppc4xx: PPC440EPx Emit DDR0 registers on machine check interrupt
1768
1769     This patch prints the DDR status registers upon machine check
1770     interrupt on the 440EPx/GRx. This can be useful especially when
1771     ECC support is enabled.
1772
1773     I added some small changes to the original patch from Niklaus to
1774     make it compile clean.
1775
1776     Signed-off-by: Niklaus Giger <niklaus.giger@nestal.com>
1777     Signed-off-by: Stefan Roese <sr@denx.de>
1778
1779 commit 807018fb7faceb429ce0cb47baa2073746b33a4e
1780 Author: Niklaus Giger <niklaus.giger@nestal.com>
1781 Date:   Mon Jun 25 16:50:55 2007 +0200
1782
1783     ppc4xx: Fix O=buildir builds
1784
1785     This patch fixes the problem to assemble cpu/ppc4xx/start.S
1786     experienced last week where building failed having specified
1787     O=../build.sequoia.
1788
1789     Signed-off-by: Niklaus Giger <niklaus.giger@nestal.com>
1790
1791 commit 466fff1a7bb5fe764a06450626f6098219f446b8
1792 Author: Stefan Roese <sr@denx.de>
1793 Date:   Mon Jun 25 15:57:39 2007 +0200
1794
1795     ppc4xx: Add pci_pre_init() for 405 boards
1796
1797     This patch removes the CFG_PCI_PRE_INIT option completely, since
1798     it's not needed anymore with the patch from Matthias Fuchs with
1799     the "weak" pci_pre_init() implementation.
1800
1801     Signed-off-by: Stefan Roese <sr@denx.de>
1802
1803 commit 6f35c53166213c24a5a0e2390ed861136ff73870
1804 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
1805 Date:   Sun Jun 24 17:41:21 2007 +0200
1806
1807     ppc4xx: Maintenance patch for esd's CPCI405 derivats
1808
1809     -add pci_pre_init() for pci interrupt fixup code
1810     -disable phy sleep mode via reset_phy() function
1811     -use correct io accessors
1812     -cleanup
1813
1814     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
1815
1816 commit 5a1c9ff0c44305b57cb4d8f9369bba90bcf0e1f8
1817 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
1818 Date:   Sun Jun 24 17:23:41 2007 +0200
1819
1820     ppc4xx: Add pci_pre_init() for 405 boards
1821
1822     This patch adds support for calling a plattform dependant
1823     pci_pre_init() function for 405 boards. This can be used to
1824     move the current pci_405gp_fixup_irq() function into the
1825     board code.
1826
1827     This patch also makes the CFG_PCI_PRE_INIT define obsolete.
1828     A default function with 'weak' attribute is used when
1829     a board specific pci_pre_init() is not implemented.
1830
1831     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
1832
1833 commit 1636d1c8529c006d106287cfbc20cd0a246fe1cb
1834 Author: Wolfgang Denk <wd@denx.de>
1835 Date:   Fri Jun 22 23:59:00 2007 +0200
1836
1837     Coding stylke cleanup; rebuild CHANGELOG
1838
1839 commit 2dc64451b4c08ffd619372abfdc2506a2e2363b9
1840 Author: Igor Lisitsin <igor@emcraft.com>
1841 Date:   Wed Apr 18 14:55:19 2007 +0400
1842
1843     Adapt log buffer code to support Linux 2.6
1844
1845     A new environment variable, "logversion", selects the log buffer
1846     behaviour. If it is not set or set to a value other than 2, then the
1847     old, Linux 2.4.4, behaviour is selected.
1848
1849     Signed-off-by: Igor Lisitsin <igor@emcraft.com>
1850     --
1851
1852 commit a11e06965ec91270c51853407ff1261d3c740386
1853 Author: Igor Lisitsin <igor@emcraft.com>
1854 Date:   Wed Mar 28 19:06:19 2007 +0400
1855
1856     Extend POST support for PPC440
1857
1858     Added memory, CPU, UART, I2C and SPR POST tests for PPC440.
1859
1860     Signed-off-by: Igor Lisitsin <igor@emcraft.com>
1861     --
1862
1863 commit 566a494f592ae3b3c0785d90d4e1ba45574880c4
1864 Author: Heiko Schocher <hs@pollux.denx.de>
1865 Date:   Fri Jun 22 19:11:54 2007 +0200
1866
1867     [PCS440EP]      upgrade the PCS440EP board:
1868                     - Show on the Status LEDs, some States of the board.
1869                     - Get the MAC addresses from the EEProm
1870                     - use PREBOOT
1871                     - use the CF on the board.
1872                     - check the U-Boot image in the Flash with a SHA1
1873                       checksum.
1874                     - use dynamic TLB entries generation for the SDRAM
1875
1876     Signed-off-by: Heiko Schocher <hs@denx.de>
1877
1878 commit 3a1f5c81b0b9557817a789bece839905581c2205
1879 Author: Stefan Roese <sr@denx.de>
1880 Date:   Fri Jun 22 16:58:40 2007 +0200
1881
1882     ppc4xx: Fix problem with extended program_tlb() funtion
1883
1884     The recently extended program_tlb() function had a problem when
1885     multiple TLB's had to be setup (for example with 512MB of SDRAM). The
1886     virtual address was not incremented. This patch fixes this issue
1887     and is tested on Katmai with 512MB SDRAM.
1888
1889     Signed-off-by: Stefan Roese <sr@denx.de>
1890
1891 commit 02032e8f14751a1a751b09240a4f1cf9f8a2077f
1892 Author: Rafal Jaworowski <raj@semihalf.com>
1893 Date:   Fri Jun 22 14:58:04 2007 +0200
1894
1895     [ppc] Fix build breakage for all non-4xx PowerPC variants.
1896
1897     - adapt to the more generic EXCEPTION_PROLOG and CRIT_EXCEPTION macros
1898     - minor 4xx cleanup
1899
1900 commit 83b4cfa3d629dff0264366263c5e94d9a50ad80b
1901 Author: Wolfgang Denk <wd@denx.de>
1902 Date:   Wed Jun 20 18:14:24 2007 +0200
1903
1904     Coding style cleanup. Refresh CHANGELOG.
1905
1906 commit b3f9ec86e388207fd03dcdf7b145b9ed080bf024
1907 Author: Stefan Roese <sr@denx.de>
1908 Date:   Tue Jun 19 17:22:44 2007 +0200
1909
1910     ppc4xx: Add bootstrap command for AMCC Sequoia (440EPx) eval board
1911
1912     This patch adds a board command to configure the I2C bootstrap EEPROM
1913     values. Right now 533 and 667MHz are supported for booting either via NOR
1914     or NAND FLASH. Here the usage:
1915
1916     => bootstrap 533 nor        ;to configure the board for 533MHz NOR booting
1917     => bootstrap 667 nand       ;to configure the board for 667MHz NNAND booting
1918
1919     Signed-off-by: Stefan Roese <sr@denx.de>
1920
1921 commit df8a24cdd30151505cf57bbee5289e91bf53bd1b
1922 Author: Stefan Roese <sr@denx.de>
1923 Date:   Tue Jun 19 16:42:31 2007 +0200
1924
1925     [ppc4xx] Fix problem with NAND booting on AMCC Acadia
1926
1927     The latest changes showed a problem with the location of the NAND-SPL
1928     image in the OCM and the init-data area (incl. cache). This patch
1929     fixes this problem.
1930
1931     Signed-off-by: Stefan Roese <sr@denx.de>
1932
1933 commit 86ba99e34194394052d24c04dc40d1263d29a26f
1934 Author: Stefan Roese <sr@denx.de>
1935 Date:   Tue Jun 19 16:40:58 2007 +0200
1936
1937     [ppc4xx] Change board/amcc/acadia/cpr.c to pll.c
1938
1939     Signed-off-by: Stefan Roese <sr@denx.de>
1940
1941 commit e73846b7cf1e29ae635bf9bb5570269663df2ee5
1942 Author: Stefan Roese <sr@denx.de>
1943 Date:   Fri Jun 15 11:33:41 2007 +0200
1944
1945     [ppc4xx] Change lwmon5 port to work with recent 440 exception rework
1946
1947     Now CONFIG_440 has to be defined in all PPC440 board config files.
1948
1949     Signed-off-by: Stefan Roese <sr@denx.de>
1950
1951 commit efa35cf12d914d4caba942acd5a6c45f217de302
1952 Author: Grzegorz Bernacki <gjb@semihalf.com>
1953 Date:   Fri Jun 15 11:19:28 2007 +0200
1954
1955     ppc4xx: Clean up 440 exceptions handling
1956
1957     - Introduced dedicated switches for building 440 and 405 images required
1958       for 440-specific machine instructions like 'rfmci' etc.
1959
1960     - Exception vectors moved to the proper location (_start moved away from
1961       the critical exception handler space, which it occupied)
1962
1963     - CriticalInput now serviced (with default handler)
1964
1965     - MachineCheck properly serviced (added a dedicated handler and return
1966       subroutine)
1967
1968     - Overall cleanup of exceptions declared with STD_EXCEPTION macro (unused,
1969       unhandled and those not relevant for 4xx were eliminated)
1970
1971     - Eliminated Linux leftovers, removed dead code
1972
1973     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
1974     Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
1975     Signed-off-by: Stefan Roese <sr@denx.de>
1976
1977 commit b765ffb773f5a3cd5aa94ec76b6a05276b8cd5b2
1978 Author: Stefan Roese <sr@denx.de>
1979 Date:   Fri Jun 15 08:18:01 2007 +0200
1980
1981     [ppc4xx] Add initial lwmon5 board support
1982
1983     This patch adds initial support for the Liebherr lwmon5 board euqipped
1984     with an AMCC 440EPx PowerPC.
1985
1986     Signed-off-by: Stefan Roese <sr@denx.de>
1987
1988 commit 85f737376d5ff3d5f0d45a8b657686326d175307
1989 Author: Stefan Roese <sr@denx.de>
1990 Date:   Fri Jun 15 07:39:43 2007 +0200
1991
1992     [ppc4xx] Extend 44x GPIO setup with default output state
1993
1994     The board config array CFG_440_GPIO_TABLE for the ppc440 GPIO setup
1995     is extended with the default GPIO output state (level).
1996
1997     Signed-off-by: Stefan Roese <sr@denx.de>
1998
1999 commit dbca208518e5e7f01a6420588d1cd6e60db74c2b
2000 Author: Stefan Roese <sr@denx.de>
2001 Date:   Thu Jun 14 11:14:32 2007 +0200
2002
2003     [ppc4xx] Extend program_tlb() with virtual & physical addresses
2004
2005     Now program_tlb() allows to program a TLB (or multiple) with
2006     different virtual and physical addresses. With this change, now one
2007     physical region (e.g. SDRAM) can be mapped 2 times, once with caches
2008     diabled and once with caches enabled.
2009
2010     Signed-off-by: Stefan Roese <sr@denx.de>
2011
2012 commit 9912121f7ed804ea58fd62f3f230b5dcfc357d88
2013 Author: Detlev Zundel <dzu@denx.de>
2014 Date:   Wed May 23 19:02:41 2007 +0200
2015
2016     Change 'repeatable' attribute of some commands to sensible values.
2017
2018     Most prominently this changes 'erase' to be non-repeatable.
2019
2020     Signed-off-by: Detlev Zundel <dzu@denx.de>
2021
2022 commit 5afb202093f6a001797db92cf695b93a70ea9ab4
2023 Author: Detlev Zundel <dzu@denx.de>
2024 Date:   Wed May 23 18:47:48 2007 +0200
2025
2026     Fix 'run' not to continue after interrupted command
2027
2028     Signed-off-by: Detlev Zundel <dzu@denx.de>
2029
2030 commit 8f8416fada9faf94b9a92f21fe6000643cb521d5
2031 Author: Bartlomiej Sieka <tur@semihalf.com>
2032 Date:   Fri Jun 8 14:52:22 2007 +0200
2033
2034     TQM5200: Add Flat Device Tree support, update default env. accordingly.
2035
2036     Signed-off-by: Jan Wrobel <wrr@semihalf.com>
2037     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
2038
2039 commit 9045f33c023f698660a2e45d1b2194c0711abebc
2040 Author: Wolfgang Denk <wd@denx.de>
2041 Date:   Fri Jun 8 10:24:58 2007 +0200
2042
2043     Fix config problems on SC3 board; make ide_reset_timeout work.
2044
2045 commit fba3fb0449b8a54542aed1e729de76e7f5a2ff1b
2046 Author: Benoît Monin <bmonin@adeneo.eu>
2047 Date:   Fri Jun 8 09:55:24 2007 +0200
2048
2049     [PATCH] fix gpio setting when using CFG_440_GPIO_TABLE
2050
2051     Set the correct value in GPIOx_TCR when configuring the gpio
2052     with CFG_440_GPIO_TABLE.
2053
2054     Signed-off-by: Benoit Monin <bmonin@adeneo.eu>
2055     Signed-off-by: Stefan Roese <sr@denx.de>
2056
2057 commit 725671ccd2cd04c9ebc50c9e5a94dd8cbade66b7
2058 Author: Wolfgang Denk <wd@denx.de>
2059 Date:   Wed Jun 6 16:26:56 2007 +0200
2060
2061     Coding Style cleanup; generate new CHANGELOG file.
2062
2063     Signed-off-by: Wolfgang Denk <wd@denx.de>
2064
2065 commit c440bfe6d6d92d66478a7e84402b31f48413617b
2066 Author: Stefan Roese <sr@denx.de>
2067 Date:   Wed Jun 6 11:42:13 2007 +0200
2068
2069     ppc4xx: Add NAND booting support for AMCC Acadia (405EZ) eval board
2070
2071     This patch adds NAND booting support for the AMCC Acadia eval board.
2072
2073     Please make sure to configure jumper J7 to position 2-3 when booting
2074     from NOR, and to position 1-2 when booting for NAND.
2075
2076     I also added a board command to configure the I2C bootstrap EEPROM
2077     values. Right now only 267MHz is support for booting either via NOR
2078     or NAND FLASH. Here the usage:
2079
2080     => bootstrap 267 nor        ;to configure the board for 267MHz NOR booting
2081     => bootstrap 267 nand       ;to configure the board for 267MHz NNAND booting
2082
2083     Signed-off-by: Stefan Roese <sr@denx.de>
2084
2085 commit 32922cdc470fdfd39bea0c1c4f582d3fb340421e
2086 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
2087 Date:   Tue Jun 5 12:30:52 2007 -0500
2088
2089     mpc8641 image size cleanup
2090
2091     e600 does not have a bootpg restriction.
2092     Move the version string to beginning of image at fff00000.
2093     Resetvec.S is not needed.
2094     Update flash copy instructions.
2095     Add tftpflash env variable
2096
2097     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
2098     Signed-off-by: Jon Loeliger <jdl@freescale.com>
2099
2100 commit e3cbe1f93c5722f8ebbad468e30c069a2b511097
2101 Author: Benoît Monin <bmonin@adeneo.eu>
2102 Date:   Mon Jun 4 08:36:05 2007 +0200
2103
2104     [PATCH] Fix ppc4xx bootstrap letter displayed on startup
2105
2106     The attached patch is mainly cosmetic, allowing u-boot to
2107     display the correct bootstrap option letter according to the
2108     datasheets.
2109
2110     The original patch was extended with 405EZ support by Stefan
2111     Roese.
2112
2113     Signed-off-by: Benoit Monin <bmonin@adeneo.eu>
2114     Signed-off-by: Stefan Roese <sr@denx.de>
2115
2116 commit 18d156eb37c90fadc8ec7a81a3b89176161f85b7
2117 Author: Stefan Roese <sr@denx.de>
2118 Date:   Fri Jun 1 16:18:17 2007 +0200
2119
2120     ppc4xx: Add missing file for Bamboo NAND booting support
2121
2122     Signed-off-by: Stefan Roese <sr@denx.de>
2123
2124 commit 155a96478a0881e6da96cbbbcf34952d6a3b1b4b
2125 Author: Stefan Roese <sr@denx.de>
2126 Date:   Fri Jun 1 15:58:19 2007 +0200
2127
2128     ppc4xx: Undo Sequoia patch for dynamic EBC speed support of 83MHz
2129
2130     This patch undoes the patch by Jeff Mann with commit-id ada4697d. As
2131     suggested by AMCC it is not recommended to dynamically change the EBC
2132     speed after bootup. So we undo this change to be on the safe side.
2133
2134     Signed-off-by: Stefan Roese <sr@denx.de>
2135
2136 commit 9d9096043e8f713d4bf1743d32e1459e6a11644b
2137 Author: Stefan Roese <sr@denx.de>
2138 Date:   Fri Jun 1 15:29:04 2007 +0200
2139
2140     ppc4xx: Update Sequoia NAND booting support with ECC
2141
2142     Signed-off-by: Stefan Roese <sr@denx.de>
2143
2144 commit cf959c7d6687567c308e366e9581e1a5aff5cc5b
2145 Author: Stefan Roese <sr@denx.de>
2146 Date:   Fri Jun 1 15:27:11 2007 +0200
2147
2148     ppc4xx: Add NAND booting support for AMCC Bamboo (440EP) eval board
2149
2150     This patch adds NAND booting support for the AMCC Bamboo eval board.
2151     Since the NAND-SPL boot image is limited to 4kbytes, this version
2152     only supports the onboard 64MBytes of DDR. The DIMM modules can't be
2153     supported, since the setup code for I2C DIMM autodetection and
2154     configuration is too big for this NAND bootloader.
2155
2156     Signed-off-by: Stefan Roese <sr@denx.de>
2157
2158 commit 42be56f53c8b107868e6125c8524ae84293e95a7
2159 Author: Stefan Roese <sr@denx.de>
2160 Date:   Fri Jun 1 15:23:04 2007 +0200
2161
2162     NAND: Add ECC support to NAND booting support in nand_spl/nand_boot.c
2163
2164     The U-Boot NAND booting support is now extended to support ECC
2165     upon loading of the NAND U-Boot image.
2166
2167     Tested on AMCC Sequoia (440EPx) and Bamboo (440EP).
2168
2169     Signed-off-by: Stefan Roese <sr@denx.de>
2170
2171 commit a471db07fbb65a841ffc9f4f112562b945230f98
2172 Author: Stefan Roese <sr@denx.de>
2173 Date:   Fri Jun 1 15:19:29 2007 +0200
2174
2175     ppc4xx: Prepare Bamboo port for NAND booting support
2176
2177     This patch updates the "normal" Bamboo NOR booting port, so
2178     that it is compatible with the coming soon NAND booting
2179     Bamboo port.
2180
2181     It also enables the 2nd NAND flash on the Bamboo.
2182
2183     Signed-off-by: Stefan Roese <sr@denx.de>
2184
2185 commit 53ad02103fb8be4138a9937a8ab91fcdff7b4987
2186 Author: Stefan Roese <sr@denx.de>
2187 Date:   Fri Jun 1 15:16:58 2007 +0200
2188
2189     ppc4xx: Update in_be32() functions and friends to latest Linux version
2190
2191     Signed-off-by: Stefan Roese <sr@denx.de>
2192
2193 commit 91da09cfbce0c1de05d6d84aa8363d666fa7ea3c
2194 Author: Stefan Roese <sr@denx.de>
2195 Date:   Fri Jun 1 15:15:12 2007 +0200
2196
2197     NAND: Add hardware ECC support to the PPC4xx NAND driver ndfc.c
2198
2199     This patch adds hardware ECC support to the NDFC driver. It also
2200     changes the register access from using the "simple" in32/out32
2201     functions to the in_be32/out_be32 functions, which make sure
2202     that the access is correctly synced. This is the only recommended
2203     access to SoC registers in the current Linux kernel.
2204
2205     Signed-off-by: Stefan Roese <sr@denx.de>
2206
2207 commit 17b5e862287cca76f19dcf8b741e61a7d06617f2
2208 Author: Stefan Roese <sr@denx.de>
2209 Date:   Fri Jun 1 15:12:15 2007 +0200
2210
2211     NAND: Update nand_ecc.c to latest Linux version
2212
2213     This patch updates the nand_ecc code to the latest Linux version.
2214     The main reason for this is the more compact code. This makes
2215     it possible to include the ECC code into the NAND bootloader
2216     image (NAND_SPL) for PPC4xx.
2217
2218     Signed-off-by: Stefan Roese <sr@denx.de>
2219
2220 commit d2d432760d2199d0e8558fdd9d1789b8131abcf7
2221 Author: Stefan Roese <sr@denx.de>
2222 Date:   Fri Jun 1 15:09:50 2007 +0200
2223
2224     ppc4xx: 44x DDR driver code cleanup and small fix for Bamboo
2225
2226     Signed-off-by: Stefan Roese <sr@denx.de>
2227
2228 commit e4bbed2803a2ad0521c7362f5d3e065f99abaedc
2229 Author: Stefan Roese <sr@denx.de>
2230 Date:   Fri Jun 1 13:45:24 2007 +0200
2231
2232     ppc4xx: Change Luan config file to support ECC
2233
2234     With the updated 44x DDR2 driver the Luan board now supports
2235     ECC generation and checking.
2236
2237     Signed-off-by: Stefan Roese <sr@denx.de>
2238
2239 commit 7187db73491c8de0fb56efb5e5134ba5ec443089
2240 Author: Stefan Roese <sr@denx.de>
2241 Date:   Fri Jun 1 13:45:00 2007 +0200
2242
2243     ppc4xx: Update 44x_spd_ddr2 code (440SP/440SPe)
2244
2245     Add config option for 180 degree advance clock control as needed
2246     for the AMCC Luan eval board.
2247
2248     Signed-off-by: Stefan Roese <sr@denx.de>
2249
2250 commit ee1529838abbfaa35f14e3ffbeaaba693159475f
2251 Author: Wolfgang Denk <wd@denx.de>
2252 Date:   Thu May 31 17:20:09 2007 +0200
2253
2254     Add support for STX GP3SSA (stxssa) Board with 4 MiB flash.
2255
2256     Signed-off-by: Wolfgang Denk <wd@denx.de>
2257
2258 commit 7049288fb1f16f1b317140226cdebd07bd416395
2259 Author: Bartlomiej Sieka <tur@semihalf.com>
2260 Date:   Sun May 27 17:26:46 2007 +0200
2261
2262     Motion-PRO: Code cleanup, fix of a typo in OF_STDOUT_PATH.
2263
2264     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
2265
2266 commit 4520fd4d2c450da49637216aa0e53739b61c60ac
2267 Author: Bartlomiej Sieka <tur@semihalf.com>
2268 Date:   Sun May 27 17:06:36 2007 +0200
2269
2270     Motion-PRO: Add support for redundant environment.
2271
2272     Enable redundant environment, add a MTD partition for it; also add env.
2273     variable command for passing MTD partitions to the kernel command line.
2274
2275     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
2276     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
2277
2278 commit a26eabeec31746f06d309103690892805696e344
2279 Author: Bartlomiej Sieka <tur@semihalf.com>
2280 Date:   Sun May 27 17:05:11 2007 +0200
2281
2282     Motion-PRO: Change maximum console buffer size from 256 to 1024 bytes.
2283
2284     Allow passing longer command line to the kernel - useful especially
2285     for passing MTD partition layout.
2286
2287     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
2288     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
2289
2290 commit 9160b96f71483a116de81c68985e8ee306d36764
2291 Author: Bartlomiej Sieka <tur@semihalf.com>
2292 Date:   Sun May 27 17:04:18 2007 +0200
2293
2294     Fix: Add missing NULL termination in strings expanded by macros parser.
2295
2296     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
2297     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
2298
2299 commit 630ec84aef7228fc1dbfb38dec78541403a786cd
2300 Author: Bartlomiej Sieka <tur@semihalf.com>
2301 Date:   Sun May 27 17:03:37 2007 +0200
2302
2303     Motion-PRO: Update EEPROM's page write bits and write delay.
2304
2305     Change EEPROM configuration according to the datasheet: "The 24C01A and 24C02A
2306     have a page write capability of two bytes", and "This device offers fast (1ms)
2307     byte write". Add 3ms of extra delay.
2308
2309     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
2310     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
2311
2312 commit c00125e07c1ebc125bab40e1e18bceed8be0c162
2313 Author: Bartlomiej Sieka <tur@semihalf.com>
2314 Date:   Sun May 27 16:58:45 2007 +0200
2315
2316     MPC5XXX, Motion-PRO: Fix PHY initialization problem.
2317
2318     After being reset in mpc5xxx_fec_init_phy(), PHY goes into FX mode, in which
2319     networking does not function. This commit switches PHY to TX mode by clearing
2320     the FX_SEL bit of Mode Control Register. It also reverses commit
2321     008861a2f3ef2c062744d733787c7e530a1b8761, i.e., a temporary workaround.
2322
2323     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
2324     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
2325
2326 commit 93b78f534a6e708b4cf1a4ffb4d8438c67a007db
2327 Author: Bartlomiej Sieka <tur@semihalf.com>
2328 Date:   Sun May 27 16:57:15 2007 +0200
2329
2330     Motion-PRO: Add support for the temperature sensor.
2331
2332     Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
2333     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
2334
2335 commit c75e639630cc132dc19cd1ecda5922c0db0bfbba
2336 Author: Bartlomiej Sieka <tur@semihalf.com>
2337 Date:   Sun May 27 16:55:23 2007 +0200
2338
2339     Motion-PRO: Add displaying of CPLD revision information during boot.
2340
2341     Signed-off-by: Jan Wrobel <wrr@semihalf.com>
2342     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
2343
2344 commit c99512d6bd3973f01ca2fc4896d829b46e68f150
2345 Author: Bartlomiej Sieka <tur@semihalf.com>
2346 Date:   Sun May 27 16:53:43 2007 +0200
2347
2348     MPC5xxx: Change names of defines related to IPB and PCI clocks.
2349
2350     Both CFG_PCISPEED_66 and CFG_IPBSPEED_133 are misnamed, as defining
2351     them does not cause PCI or IPB clocks to run at the specified speed.
2352     Instead, they configure divisors used to calculate said clocks. This
2353     patch renames the defines according to their real function.
2354
2355     Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
2356     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
2357
2358 commit a11c0b85dc3664bb3c1e781137118730c8f619ab
2359 Author: Bartlomiej Sieka <tur@semihalf.com>
2360 Date:   Sun May 27 16:51:48 2007 +0200
2361
2362     Motion-PRO: Add LED support.
2363
2364     Signed-off-by: Jan Wrobel <wrr@semihalf.com>
2365     Signed-off-by: Marian Balakowicz <m8@semihalf.com>
2366     Acked-by: Bartlomiej Sieka <tur@semihalf.com>
2367
2368 commit d756894722c888d09a9fa1df8323753772d3dcce
2369 Author: Stefan Roese <sr@denx.de>
2370 Date:   Thu May 24 09:49:00 2007 +0200
2371
2372     ppc4xx: Fix small 405EZ OCM initilization bug in start.S
2373
2374     As pointed out by Bruce Adler <bruce.adler@acm.org> this patch
2375     fixes a small bug in the 405EZ OCM initialization. Thanks for
2376     spotting.
2377
2378     Signed-off-by: Stefan Roese <sr@denx.de>
2379
2380 commit 5d4a179013d59a76446462e1eb0a969fba63eb81
2381 Author: Stefan Roese <sr@denx.de>
2382 Date:   Thu May 24 08:22:09 2007 +0200
2383
2384     ppc4xx: Update AMCC Acadia support for board revision 1.1
2385
2386     This patch updates the Acadia (405EZ) support for the new 1.1 board
2387     revision. It also adds support for NAND FLASH via the 4xx NDFC.
2388
2389     Please note that the jumper J7 must be in position 2-3 for this
2390     NAND support. Position 1-2 is for NAND booting only. NAND booting
2391     support will follow later.
2392
2393     Signed-off-by: Stefan Roese <sr@denx.de>
2394
2395 commit 822d55365bb557e084d0e33625a6dedcc866110b
2396 Author: Jon Loeliger <jdl@freescale.com>
2397 Date:   Wed May 23 14:09:46 2007 -0500
2398
2399     Add LIST_86xx MAKEALL target for PowerPC builds.
2400
2401     Signed-off-by: Jon Loeliger <jdl@freescale.com>
2402
2403 commit 9f0077abd69f7a7c756a915b961037302be3e6f2
2404 Author: Stefan Roese <sr@denx.de>
2405 Date:   Tue May 22 12:48:09 2007 +0200
2406
2407     ppc4xx: Use do { ... } while (0) for CPR & SDR access macros
2408
2409     Signed-off-by: Stefan Roese <sr@denx.de>
2410
2411 commit 6f3dfc139a838b0841c151efe00ad47db2366e79
2412 Author: Stefan Roese <sr@denx.de>
2413 Date:   Tue May 22 12:46:10 2007 +0200
2414
2415     ppc4xx: Add 405 support to 4xx NAND driver ndfc.c
2416
2417     This patch adds support for 405 PPC's to the 4xx NAND driver
2418     ndfc.c. This is in preparation for the new AMCC 405EZ.
2419
2420     Signed-off-by: Stefan Roese <sr@denx.de>
2421
2422 commit 10603d76767426be803dadd4fb688b97eb69481c
2423 Author: Stefan Roese <sr@denx.de>
2424 Date:   Mon May 21 07:41:22 2007 +0200
2425
2426     ppc4xx: Fix problem in 405EZ OCM initialization
2427
2428     As spotted by Bruce Adler this patch fixes an initialization problem
2429     for the 405EZ OCM.
2430
2431     Signed-off-by: Stefan Roese <sr@denx.de>
2432
2433 commit 3e3b956906eba9e4ad7931581ecedaad10eccce8
2434 Author: Peter Pearse <peter.pearse@arm.com>
2435 Date:   Fri May 18 16:47:03 2007 +0100
2436
2437     Reduce line lengths to 80 characters max.
2438
2439 commit 93ef45c9ddfdd9fc17c4e74bd8e2f2456580eb72
2440 Author: Peter Pearse <peter.pearse@arm.com>
2441 Date:   Fri May 18 14:34:07 2007 +0100
2442
2443     Makefile permissions
2444
2445 commit 1443a31457d68f7e8f0b9403e9832ec1e79dc59d
2446 Author: Peter Pearse <peter.pearse@arm.com>
2447 Date:   Fri May 18 14:33:11 2007 +0100
2448
2449     Makefile permissions
2450
2451 commit 255a3577c848706441daee0174543efe205a77f8
2452 Author: Kim Phillips <kim.phillips@freescale.com>
2453 Date:   Wed May 16 16:52:19 2007 -0500
2454
2455     Reduce CONFIG_MPC8YXX_TSECx to CONFIG_TSECx
2456
2457     For all practical u-boot purposes, TSECs don't differ throughout the
2458     mpc8[356]xx families; reduce CONFIG_MPC8YXX_TSECx to CONFIG_TSECx.
2459
2460     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
2461
2462 commit 70124c2602ae2d4c5d3dba05b482d91548242de8
2463 Author: Stefano Babic <sbabic@denx.de>
2464 Date:   Wed May 16 14:49:12 2007 +0200
2465
2466     Fix compile problem cause my Microblaze merge
2467
2468     Signed-off-by: Stefano Babic <sbabic@denx.de>
2469
2470 commit ada4697d0230d6da552867777f98a67ec3ba2579
2471 Author: Jeffrey Mann <mannj@embeddedplanet.com>
2472 Date:   Wed May 16 13:23:10 2007 +0200
2473
2474     [PATCH] Run new sequoia boards with an EBC speed of 83MHz
2475
2476     Because the Sequoia board does not boot with an EBC faster than 66MHz,
2477     the clock divider are changed after the initial boot process.
2478
2479     This allows for maximum clocking speeds  to be achieved on newer boards.
2480     Sequoia boards with 666.66 MHz processors require that the EBC divider
2481     be set to 3 in order to start the initial boot process at a slower EBC
2482     speed. After the initial boot process, the divider can be set back to 2,
2483     which will cause the boards to run at 83.333MHz. This is backward
2484     compatible with boards with 533.33 MHz processors, as these boards will
2485     already be set with an EBC divider of 2.
2486
2487     Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
2488
2489 commit a7676ea7732f3c596805079fed7e5c9fac652cfc
2490 Author: Wolfgang Denk <wd@denx.de>
2491 Date:   Wed May 16 01:16:53 2007 +0200
2492
2493     Minor Coding Style cleanup, update CHANGELOG.
2494
2495     Signed-off-by: Wolfgang Denk <wd@denx.de>
2496
2497 commit d62f64cc23a940eafe712c776b3249e4160753d1
2498 Author: Wolfgang Denk <wd@denx.de>
2499 Date:   Wed May 16 00:13:33 2007 +0200
2500
2501     Coding Style Cleanup, new CHANGELOG
2502
2503 commit 3162eb836903c8b247fdc7470dd39bfa6996f495
2504 Author: Wolfgang Denk <wd@denx.de>
2505 Date:   Tue May 15 23:38:05 2007 +0200
2506
2507     Minor coding style cleanup.
2508
2509 commit 66d9dbec1cc27d6398ee6cf84639dbe14971251e
2510 Author: mushtaq khan <mushtaq_k@procsys.com>
2511 Date:   Fri Apr 20 14:23:02 2007 +0530
2512
2513     Add driver for S-ATA-controller on Intel processors with South
2514     Bridge, ICH-5, ICH-6 and ICH-7.
2515
2516     Implementation:
2517
2518     1. Code is divided in to two files. All functions, which are
2519        controller specific are kept in "drivers/ata_piix.c" file and
2520        functions, which are not controller specific, are kept in
2521        "common/cmd_sata.c" file.
2522
2523     2. Reading and Writing from the S-ATA drive is done using PIO method.
2524
2525     3. Driver can be configured for 48-bit addressing by defining macro
2526        CONFIG_LBA48, if this macro is not defined driver uses the 28-bit
2527        addressing.
2528
2529     4. S-ATA read function is hooked to the File system, commands like
2530        ext2ls and ext2load file can be used. This has been tested.
2531
2532     5. U-Boot command "SATA_init" is added, which initializes the S-ATA
2533        controller and identifies the S-ATA drives connected to it.
2534
2535     6. U-Boot command "sata" is added, which is used to read/write, print
2536        partition table and get info about the drives present. This I have
2537        implemented in same way as "ide" command is implemented in U-Boot.
2538
2539     7. This driver is for S-ATA in native mode.
2540
2541     8. This driver does not support the Native command queuing and
2542        Hot-plugging.
2543
2544     Signed-off-by: Mushtaq Khan <mushtaq_k@procsys.com>
2545
2546 commit 644e6fb4eb8be90ea04ba34b643a8bf019d680e0
2547 Author: mushtaq khan <mushtaq_k@procsys.com>
2548 Date:   Mon Apr 30 15:57:22 2007 +0530
2549
2550     Fixes bug clearing the bss section for i386
2551
2552     Hi,
2553     There is a bug in the code of clearing the bss section for processor
2554     i386.(File: cpu/i386/start.S)
2555     In the code, bss_start addr (starting addr of bss section) is put into
2556     the register %eax, but the code which clears the bss section refers to
2557     the addr pointed by %edi.
2558
2559     This patch fixes this bug by putting bss_start into %edi register.
2560
2561     Signed-off-by: Mushtaq Khan <mushtaq_k@procsys.com>
2562
2563 commit c3243cf7b490057277d61acffe4ad0946f9eb4a4
2564 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
2565 Date:   Mon Apr 30 16:47:28 2007 -0500
2566
2567     Add support for BCM5464 Quad Phy
2568
2569     Added support for Broadcom's BCM5464 Quad Phy
2570
2571     Signed-off-by: Joe Hamman <joe.hamman@embeddedspecialties.com>
2572
2573 commit 1b305bdc754c8468e1d5d858f5dcf8a7a0a4bb7a
2574 Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
2575 Date:   Wed May 9 08:10:57 2007 +0800
2576
2577     Search the exception table with linear algorithm
2578
2579     Search the exception table with linear algorithm instead of
2580     bisecting algorithm.
2581     Because the exception table might be unsorted.
2582
2583     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
2584
2585 commit 5dfaa50eb819686bfba1927e8c5b8a70a4d65fd3
2586 Author: Aubrey.Li <aubrey.adi@gmail.com>
2587 Date:   Mon May 14 11:47:35 2007 +0800
2588
2589     Fix compilation issues on MACOSX
2590
2591     Singed-off-by: Marc Hoffman <Marc.Hoffman@analog.com>
2592     Signed-off-by: Aubrey Li <aubrey.adi@gmail.com>
2593
2594 commit 56fd7162985c412317bbf763a225fba23c64fd31
2595 Author: Stephen Williams <steve@icarus.com>
2596 Date:   Tue May 15 07:55:42 2007 -0700
2597
2598     Fix for compile of JSE target
2599
2600     The attached patch fixes the compile of the JSE board in the
2601     denx git as of 14 may 2007. It is an extremely simple patch,
2602     it just adds the missing define of CFG_SYSTEMACE_WIDTH.
2603
2604      Fix to compile JSE against 20070514 git of u-boot
2605
2606 commit 61936667e86a250ae12fd2dc189d3588f0a59e0b
2607 Author: Stefan Roese <sr@denx.de>
2608 Date:   Fri May 11 12:01:49 2007 +0200
2609
2610     ppc4xx: Add mtcpr/mfcpr access macros
2611
2612     Signed-off-by: Stefan Roese <sr@denx.de>
2613
2614 commit 343c48bd84606c4025c8a7c7263fda465d6e284c
2615 Author: Stefan Roese <sr@denx.de>
2616 Date:   Fri May 11 12:01:06 2007 +0200
2617
2618     ppc4xx: Set bd->bi_pci_busfreq on 440EPx/GRx too
2619
2620     Signed-off-by: Stefan Roese <sr@denx.de>
2621
2622 commit 7d98ba770a7eaefa29ce927f31a0956df85bf650
2623 Author: Piotr Kruszynski <ppk@semihalf.com>
2624 Date:   Thu May 10 16:55:52 2007 +0200
2625
2626     [Motion-PRO] Add MTD and JFFS2 support, also add default partition
2627     definition.
2628
2629 commit 65fb6a676e821f9570a2a376dc204bf611ce5f81
2630 Author: Peter Pearse <peter.pearse@arm.com>
2631 Date:   Wed May 9 11:42:44 2007 +0100
2632
2633     Add the board directory for SMN42
2634
2635 commit 160131bf965785419626df6c388729fe0b597992
2636 Author: Peter Pearse <peter.pearse@arm.com>
2637 Date:   Wed May 9 11:41:58 2007 +0100
2638
2639     Add the files for the SMN42 board
2640
2641 commit 5c6d2b5a500f8c49670de8910150b78a41f781fc
2642 Author: Peter Pearse <peter.pearse@arm.com>
2643 Date:   Wed May 9 11:40:34 2007 +0100
2644
2645     Remove the deleted files for the SMN42 patch
2646
2647 commit b0d8f5bf0d215adc9424cb228b2484dbf07f7761
2648 Author: Peter Pearse <peter.pearse@arm.com>
2649 Date:   Wed May 9 11:37:56 2007 +0100
2650
2651     New board SMN42 branch
2652
2653 commit 29f3be0caf0799ca6b89dfd9824c15619a50000f
2654 Author: Peter Pearse <peter.pearse@arm.com>
2655 Date:   Wed May 9 10:24:38 2007 +0100
2656
2657     Makefile permissions
2658
2659 commit b84289b595731e8851df46e893845cc1322c9b9b
2660 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
2661 Date:   Tue May 8 14:17:07 2007 -0500
2662
2663     8641hpcn: Fix Makefile after moving pixis to board/freescale.
2664
2665     The OBJTREE != SRCTREE build scenario was broken.
2666     This fixes it.
2667
2668     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
2669     Signed-off-by: Jon Loeliger <jdl@freescale.com>
2670
2671 commit e69f66c6ebe82bbbd1da766bc4eda40ec7ee5af1
2672 Author: Michal Simek <monstr@monstr.eu>
2673 Date:   Tue May 8 15:57:43 2007 +0200
2674
2675     add: reading special purpose registers
2676
2677 commit 1a50f164beb065f360fbddb76029607d6b099698
2678 Author: Michal Simek <monstr@monstr.eu>
2679 Date:   Tue May 8 14:52:52 2007 +0200
2680
2681     add: Microblaze V5 exception handling
2682
2683 commit ab874d5047e5d30dbc1e517ff26083efffa98ecb
2684 Author: Michal Simek <monstr@monstr.eu>
2685 Date:   Tue May 8 14:39:11 2007 +0200
2686
2687     add: FSL control read and write
2688
2689 commit de1de02a7cbf05e6b63e0d8ffc624f12493f6ba3
2690 Author: Piotr Kruszynski <ppk@semihalf.com>
2691 Date:   Tue May 8 13:05:44 2007 +0200
2692
2693     [Motion-PRO] Add support for I2C, EEPROM and RTC.
2694
2695 commit fa5c2ba123b1bf88455bfc21db5e786ca045029d
2696 Author: Bartlomiej Sieka <tur@semihalf.com>
2697 Date:   Tue May 8 10:23:56 2007 +0200
2698
2699     [Motion-PRO] Add ATA support. Add CF-booting commands to the default
2700     environment.
2701
2702 commit 06241d50a3ab1b20a0b08baeeaffcaa23ae4b839
2703 Author: Bartlomiej Sieka <tur@semihalf.com>
2704 Date:   Tue May 8 09:39:12 2007 +0200
2705
2706     [Motion-PRO] Change IPB clock frequency from 50MHz to 100MHz. This
2707     eliminates networking problems in Linux (timeouts).
2708
2709 commit 1f1369c34b629be94702684d41d3fddf0f6193e7
2710 Author: Bartlomiej Sieka <tur@semihalf.com>
2711 Date:   Tue May 8 09:21:57 2007 +0200
2712
2713     [Motion-PRO] Enable Flat Device Tree support and modify default environment
2714     to allow booting of FDT-expecting kernels.
2715
2716 commit fb05f6da35ea1c15c553abe6f23f656bf18dc5db
2717 Author: Michal Simek <monstr@monstr.eu>
2718 Date:   Mon May 7 23:58:31 2007 +0200
2719
2720     new: USE_MSR_INTR support
2721
2722 commit 008861a2f3ef2c062744d733787c7e530a1b8761
2723 Author: Bartlomiej Sieka <tur@semihalf.com>
2724 Date:   Mon May 7 22:36:15 2007 +0200
2725
2726     [MPC5xxx] There are networking problems on the Motion-PRO board with
2727     current PHY initalization code (tftp timeouts all the time). This commit
2728     temporarily disables PHY initalization sequence to make the networking
2729     operational, until a fix is found.
2730
2731 commit abca901869c3760b6c5fecb825db6c1d91a78a93
2732 Author: Wolfgang Denk <wd@denx.de>
2733 Date:   Mon May 7 22:10:36 2007 +0200
2734
2735     Get rid of duplicated file (see include/configs/sbc8560.h instead)
2736
2737     Signed-off-by: Wolfgang Denk <wd@denx.de>
2738
2739 commit 207b7b2c9d9752e0f6478c30c29b7087f6e6cbb6
2740 Author: Wolfgang Denk <wd@denx.de>
2741 Date:   Mon May 7 22:07:08 2007 +0200
2742
2743     Get rid of duplicated file (see doc/README.SBC8560 instead)
2744
2745     Signed-off-by: Wolfgang Denk <wd@denx.de>
2746
2747 commit a7bac7e9b57ba948051beb19ec5be3a75ce75383
2748 Author: Michal Simek <monstr@monstr.eu>
2749 Date:   Mon May 7 19:43:10 2007 +0200
2750
2751     fix: read and write MSR - repair number of parameters
2752
2753 commit 193b4a3bb3acaddf798da8de0da05d94ba8774ee
2754 Author: Jeffrey Mann <mannj@embeddedplanet.com>
2755 Date:   Mon May 7 19:42:49 2007 +0200
2756
2757     [PATCH] ppc4xx: Fix CONFIG_SYS_CLK_FREQ definition in Sequoia config file
2758
2759     A '3' got cut off in the formatting of the last patch to automatically
2760     change the clock speed of the system clock on sequoia board.
2761
2762     Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
2763     Signed-off-by: Stefan Roese <sr@denx.de>
2764
2765 commit 19bf1fbad7f19d5a120be9b1daf136e052fcab39
2766 Author: Michal Simek <monstr@monstr.eu>
2767 Date:   Mon May 7 19:33:51 2007 +0200
2768
2769     new: fsl interrupt support
2770     FSL_Has_data is connected to INTC.
2771
2772 commit 792032baa7d625e34c981ab6df521911bd8dc861
2773 Author: Michal Simek <monstr@monstr.eu>
2774 Date:   Mon May 7 19:30:12 2007 +0200
2775
2776     fix: interrupt handler
2777     remove asm code
2778
2779 commit f3f001a341ef185d0f13841be5b5dc3395aacc31
2780 Author: Michal Simek <monstr@monstr.eu>
2781 Date:   Mon May 7 19:25:08 2007 +0200
2782
2783     fix: remove asm code
2784
2785 commit fb7c2dbef02c9f6f8d7b04ec4c2bfb91418b9c01
2786 Author: Michal Simek <monstr@monstr.eu>
2787 Date:   Mon May 7 19:12:43 2007 +0200
2788
2789     fix: clean interrupt
2790
2791 commit 42efed6130c8fcf7da881385b5427065d2801757
2792 Author: Michal Simek <monstr@monstr.eu>
2793 Date:   Mon May 7 17:22:25 2007 +0200
2794
2795     fix: interrupt handler for multiple sources
2796
2797 commit 48fbd3a4cdabbebc1debd7eed73c00c2caf914f6
2798 Author: Michal Simek <monstr@monstr.eu>
2799 Date:   Mon May 7 17:11:09 2007 +0200
2800
2801     new: add writing to msr register
2802
2803 commit ac4cd59d59c9bf3f89cb7a344abf8184d678f562
2804 Author: Timur Tabi <timur@freescale.com>
2805 Date:   Sat May 5 08:12:30 2007 +0200
2806
2807     5xxx: write MAC address to mac-address and local-mac-address
2808
2809     Some device trees have a mac-address property, some have local-mac-address,
2810     and some have both.  To support all of these device trees, ftp_cpu_setup()
2811     should write the MAC address to mac-address and local-mac-address, if they
2812     exist.
2813
2814     Signed-off-by: Timur Tabi <timur@freescale.com>
2815     Acked-by: Grant Likely <grant.likely@secretlab.ca>
2816
2817 commit a9d87e2707dcb249f6bb7f7ff7e00acd8cda9fd2
2818 Author: Grzegorz Wianecki <grzegorz.wianecki@gmail.com>
2819 Date:   Sun Apr 29 14:01:54 2007 +0200
2820
2821     [PATCH] Use PVR to distinguish MPC5200B from MPC5200 in boot message
2822
2823     MPC5200B systems are incorrectly reported as MPC5200 in U-Boot start-up
2824     message. Use PVR to distinguish between the two variants, and print proper CPU
2825     information.
2826
2827     Signed-off-by: Grzegorz Wianecki <grzegorz.wianecki@gmail.com>
2828     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
2829     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
2830
2831 commit 4ec5bd55ed1ffa91a774af298769621f4fbb18c1
2832 Author: Ladislav Michl <ladis@linux-mips.org>
2833 Date:   Wed Apr 25 16:01:26 2007 +0200
2834
2835     [PATCH] simplify silent console
2836
2837     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
2838     Acked-by: Stefan Roese <sr@denx.de>
2839
2840 commit b7598a43f2b421a713d8135e98a42c37d9eb9df0
2841 Author: Sergei Shtylyov <sshtylyov@ru.mvista.com>
2842 Date:   Mon Apr 23 15:30:39 2007 +0200
2843
2844     [PATCH] Avoid assigning PCI resources from zero address
2845
2846     If a PCI IDE card happens to get a zero address assigned to it, the Linux IDE
2847     core complains and IDE drivers fails to work.  Also, assigning zero to a BAR
2848     was illegal according to PCI 2.1 (the later revisions seem to have excluded the
2849     sentence about "0" being considered an invalid address) -- so, use a reasonable
2850     starting value of 0x1000 (that's what the most Linux archs are using).
2851
2852     Alternatively, one might have fixed the calls to pci_set_region() individually
2853     (some code even seems to have taken care of this issue) but that would have
2854     been a lot more work. :-)
2855
2856     Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
2857     Acked-by: Stefan Roese <sr@denx.de>
2858
2859 commit 9ffd451afeb08e5be7ddae680487ec962b2bca25
2860 Author: Jeffrey Mann <mannj@embeddedplanet.com>
2861 Date:   Mon Apr 23 14:00:11 2007 +0200
2862
2863     [patch] setenv(...) can delete environmentalvariables
2864
2865     update setenv() function so that entering a NULL value for the
2866     variable's value will delete the environmental variable
2867
2868     Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
2869     Acked-by: Stefan Roese <sr@denx.de>
2870
2871 commit ebd0a0ae05a44769c4e27458ad4e9f3438250443
2872 Author: Mike Frysinger <vapier@gentoo.org>
2873 Date:   Mon Apr 23 13:54:24 2007 +0200
2874
2875     [patch] use unsigned char in smc91111 driver for mac
2876
2877     the v_mac variable in the smc91111 driver is declared as a signed char ...
2878     this causes problems when one of the bytes in the MAC is "signed" like 0xE0
2879     because when it gets printed out, you get a display like:
2880     0xFFFFFFE0 and that's no good
2881
2882     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2883
2884 commit ffc50f9bb194343c6303517a517708457a5eb6b8
2885 Author: Michal Simek <monstr@monstr.eu>
2886 Date:   Sat May 5 18:54:42 2007 +0200
2887
2888     new: FSL and MSR support #2
2889
2890 commit f7e2e0eb0668136305f78bb9c21be79b48a34247
2891 Author: Michal Simek <monstr@monstr.eu>
2892 Date:   Sat May 5 18:27:16 2007 +0200
2893
2894     new: FSL and MSR support
2895
2896 commit 2f15278c2eb911c668b4fe562130b78cf554d139
2897 Author: Wolfgang Denk <wd@denx.de>
2898 Date:   Sat May 5 18:23:11 2007 +0200
2899
2900     Coding stylke cleanup; update CHANGELOG.
2901
2902     Signed-off-by: Wolfgang Denk <wd@denx.de>
2903
2904 commit 885ec89b648a899a2f32393fd3ffd9f7234c4402
2905 Author: Wolfgang Denk <wd@denx.de>
2906 Date:   Sat May 5 18:05:02 2007 +0200
2907
2908     Add STX GP3 SSA board to MAKEALL script; update CHANGELOG.
2909
2910     Signed-off-by: Wolfgang Denk <wd@denx.de>
2911
2912 commit 5499645b3fe17a548af9dfc479ca6e2455f179a2
2913 Author: Wolfgang Denk <wd@denx.de>
2914 Date:   Sat May 5 17:15:50 2007 +0200
2915
2916     Make "file" command happy with some config.mk files; update CHANGELOG
2917
2918 commit e3b8c78bc2489c27ae020986ef0eaca684866cef
2919 Author: Jeffrey Mann <mannj@embeddedplanet.com>
2920 Date:   Sat May 5 08:32:14 2007 +0200
2921
2922     ppc4xx: Detect if the sysclk on Sequoia is 33 or 33.333 MHz
2923
2924     The AMCC Secquoia board has been changed in a new revision from using a
2925     33.000 MHz clock to a 33.333 MHz system clock. A bit in the CPLD
2926     indicates the difference. This patch reads that bit and uses the correct
2927     clock speed for the board. This code is backward compatable will all
2928     prior boards. All prior boards will be read as 33.000.
2929
2930     Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
2931     Signed-off-by: Stefan Roese <sr@denx.de>
2932
2933 commit f544ff6656fca263ed1ebe39899b6d95da67c8b8
2934 Author: Stefan Roese <sr@denx.de>
2935 Date:   Sat May 5 08:29:01 2007 +0200
2936
2937     ppc4xx: Sequoia: Remove cpu/ppc4xx/speed.c from NAND booting
2938
2939     Using cpu/ppc4xx/speed.c to calculate the bus frequency is too big
2940     for the 4k NAND boot image so define bus_frequency to 133MHz here
2941     which is save for the refresh counter setup.
2942
2943     Signed-off-by: Stefan Roese <sr@denx.de>
2944
2945 commit 2f550ab976405300f5b07bf2890800840d0aa05f
2946 Author: Timur Tabi <timur@freescale.com>
2947 Date:   Sat May 5 08:12:30 2007 +0200
2948
2949     5xxx: write MAC address to mac-address and local-mac-address
2950
2951     Some device trees have a mac-address property, some have local-mac-address,
2952     and some have both.  To support all of these device trees, ftp_cpu_setup()
2953     should write the MAC address to mac-address and local-mac-address, if they
2954     exist.
2955
2956     Signed-off-by: Timur Tabi <timur@freescale.com>
2957     Acked-by: Grant Likely <grant.likely@secretlab.ca>
2958
2959 commit a79886590593ba1d667c840caa4940c61639f18f
2960 Author: Thomas Knobloch <knobloch@siemens.com>
2961 Date:   Sat May 5 07:04:42 2007 +0200
2962
2963     NAND: Wrong calculation of page number in nand_block_bad()
2964
2965     In case that there is no memory based bad block table available the
2966     function nand_block_checkbad() in drivers/mtd/nand/nand_base.c will call
2967     nand_block_bad() directly. When parameter 'getchip' is set to zero,
2968     nand_block_bad() will not right shift the offset to calculate the
2969     correct page number.
2970
2971     Signed-off-by: Thomas Knobloch <knobloch@siemens.com>
2972     Signed-off-by: Stefan Roese <sr@denx.de>
2973
2974 commit 9877d7dcd1eebe61aa5d8b8ffe9c048ea426e6f6
2975 Author: Wolfgang Denk <wd@denx.de>
2976 Date:   Fri May 4 10:02:33 2007 +0200
2977
2978     Fix initrd length corruption in bootm command.
2979
2980     When using FDT Images, the length of an inital ramdisk was
2981     overwritten (bug introduced by commit 87a449c8, 22 Aug 2006).
2982
2983     Patches by Timur Tabi & Johns Daniel.
2984
2985     Signed-off-by: Wolfgang Denk <wd@denx.de>
2986
2987 commit 068aab660bc3912b930be5540e6b3f3fd6ad3c96
2988 Author: Kim Phillips <kim.phillips@freescale.com>
2989 Date:   Thu May 3 19:43:52 2007 -0500
2990
2991     mpc83xx: fix trivial error in MAKEALL
2992
2993     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
2994
2995 commit c64a89d6ce8584b9fc64f4e85da9ecac3cfc2c2a
2996 Author: Wolfgang Denk <wd@denx.de>
2997 Date:   Thu May 3 16:34:41 2007 +0200
2998
2999     Update board configuration for STX GP3SSA board:
3000
3001     Enable hush shell, environment in flash rather in EEPROM,
3002     more user-friendly default environment, etc.
3003     The simple EEPROM environment can be selected easily in the board
3004     config file.
3005
3006     Signed-off-by: Wolfgang Denk <wd@denx.de>
3007
3008 commit 2c6fb199dc5756fc72f49d1f4de105e089049d65
3009 Author: Wolfgang Denk <wd@denx.de>
3010 Date:   Tue Apr 24 14:37:49 2007 +0200
3011
3012     Cleanup STX GP3SSA code; fix build and compile problems.
3013
3014 commit 35171dc04e028ecacc23ad916a66295472555dbf
3015 Author: Dan Malek <dan@embeddedalley.com>
3016 Date:   Fri Jan 5 09:15:34 2007 +0100
3017
3018     Add support for STX GP3SSA (stxssa) Board
3019
3020     Signed-off-by Dan Malek, <dan@embeddedalley.com>
3021
3022 commit ffa621a0d12a1ccd81c936c567f8917a213787a8
3023 Author: Andy Fleming <afleming@freescale.com>
3024 Date:   Sat Feb 24 01:08:13 2007 -0600
3025
3026     Cleaned up some 85xx PCI bugs
3027
3028     * Cleaned up the CDS PCI Config Tables and added NULL entries to
3029       the end
3030     * Fixed PCIe LAWBAR assignemt to use the cpu-relative address
3031     * Fixed 85xx PCI code to assign powar region sizes based on the
3032       config values (rather than hard-coding them)
3033     * Fixed the 8548 CDS PCI2 IO to once again have 0 as the base address
3034
3035     Signed-off-by: Andy Fleming <afleming@freescale.com>
3036
3037 commit 6743105988fc44d5b0d30388c790607835aae7a6
3038 Author: Andy Fleming <afleming@freescale.com>
3039 Date:   Mon Apr 23 02:54:25 2007 -0500
3040
3041     Add support for the 8568 MDS board
3042
3043     This included some changes to common files:
3044     * Add 8568 processor SVR to various places
3045     * Add support for setting the qe bus-frequency value in the dts
3046     * Add the 8568MDS target to the Makefile
3047
3048     Signed-off-by: Andy Fleming <afleming@freescale.com>
3049
3050 commit af1c2b84bf27c8565baddc82d1abb93700d10e2e
3051 Author: David Updegraff <dave@cray.com>
3052 Date:   Fri Apr 20 14:34:48 2007 -0500
3053
3054     Add support for treating unknown PHYs as generic PHYs.
3055
3056     When bringing up u-boot on new boards, PHY support sometimes gets
3057     neglected.  Most PHYs don't really need any special support,
3058     though.  By adding a generic entry that always matches if nothing
3059     else does, we can provide support for "unsupported" PHYs for the
3060     tsec.
3061
3062     The generic PHY driver supports most PHYs, including gigabit.
3063
3064     Signed-off-by: David Updegraff <dave@cray.com>
3065     Signed-off-by: Andy Fleming <afleming@freescale.com>
3066
3067 commit a75af9bfd8fff0499efdbb90601cec5a2afef117
3068 Author: James Yang <James.Yang@freescale.com>
3069 Date:   Wed Feb 7 15:28:04 2007 -0600
3070
3071     Conditionalize 8641 Rev1.0 MCM workarounds
3072
3073     Signed-off-by: James Yang <James.Yang@freescale.com>
3074     Signed-off-by: Jon Loeliger <jdl@freescale.com>
3075
3076 commit f64702b7fc8f8df39d31add770df6e372f9e9ce3
3077 Author: Timur Tabi <timur@freescale.com>
3078 Date:   Mon Apr 30 13:59:50 2007 -0500
3079
3080     Fix memory initialization on MPC8349E-mITX
3081
3082     Define CFG_DDR_SDRAM_CLK_CNTL for the MPC8349E-mITX and MPC8349E-mITX-GP.
3083     This allows ddr->sdram_clk_cntl to be properly initialized.  This is necessary
3084     on some ITX boards, notably those with a revision 3.1 CPU.
3085
3086     Also change spd_sdram() in cpu/mpc83xx/spd_sdram.c to not write anything into
3087     ddr->sdram_clk_cntl if CFG_DDR_SDRAM_CLK_CNTL is not defined.
3088
3089     Signed-off-by: Timur Tabi <timur@freescale.com>
3090     Acked-by: Michael Benedict <MBenedict@twacs.com>
3091     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
3092
3093 commit 54b2d434ae9d01787936f34fe1759cf3d7624ae3
3094 Author: Kim Phillips <kim.phillips@freescale.com>
3095 Date:   Mon Apr 30 15:26:21 2007 -0500
3096
3097     mpc83xx: replace elaborate boottime verbosity with 'clocks' command
3098
3099     and fix CPU: to align with Board: display text.
3100
3101     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
3102
3103 commit c1ab82669d9525998c34e802a12cad662723f22a
3104 Author: James Yang <James.Yang@freescale.com>
3105 Date:   Fri Mar 16 13:02:53 2007 -0500
3106
3107     Rewrote picos_to_clk() to avoid rounding errors.
3108     Clarified that conversion is to DRAM clocks rather than platform clocks.
3109     Made function static to spd_sdram.c.
3110
3111     Signed-off-by: James Yang <James.Yang@freescale.com>
3112     Signed-off-by: Jon Loeliger <jdl@freescale.com>
3113
3114 commit 8b39501d28754e72726ce7fb02310e56dbdf116a
3115 Author: Stefan Roese <sr@denx.de>
3116 Date:   Sun Apr 29 14:13:01 2007 +0200
3117
3118     ppc4xx: Bamboo: Use current NAND driver and *not* the legacy driver
3119
3120     Signed-off-by: Stefan Roese <sr@denx.de>
3121
3122 commit 864aa6a6a466fcb92bf32b1d7dba79cd709b52c9
3123 Author: Grzegorz Wianecki <grzegorz.wianecki@gmail.com>
3124 Date:   Sun Apr 29 14:01:54 2007 +0200
3125
3126     [PATCH] Use PVR to distinguish MPC5200B from MPC5200 in boot message
3127
3128     MPC5200B systems are incorrectly reported as MPC5200 in U-Boot start-up
3129     message. Use PVR to distinguish between the two variants, and print proper CPU
3130     information.
3131
3132     Signed-off-by: Grzegorz Wianecki <grzegorz.wianecki@gmail.com>
3133     Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
3134     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
3135
3136 commit 5c5d3242935cf3543af01142627494434834cf98
3137 Author: Kim Phillips <kim.phillips@freescale.com>
3138 Date:   Wed Apr 25 12:34:38 2007 -0500
3139
3140     mpc83xx: minor fixups for 8313rdb introduction
3141
3142 commit ada4d40091f6ed4a4f0040e08d20db21967e4a67
3143 Author: Ladislav Michl <ladis@linux-mips.org>
3144 Date:   Wed Apr 25 16:01:26 2007 +0200
3145
3146     [PATCH] simplify silent console
3147
3148     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
3149     Acked-by: Stefan Roese <sr@denx.de>
3150
3151 commit 144876a380f5756f57412caf74c1d6dc201dd796
3152 Author: Michal Simek <monstr@monstr.eu>
3153 Date:   Tue Apr 24 23:01:02 2007 +0200
3154
3155     [PATCH] MTD partition support, JFFS2 support
3156
3157 commit 37ed6cdd4159195bfad68d8a237f6adda8f482cb
3158 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
3159 Date:   Tue Apr 24 14:03:45 2007 +0200
3160
3161     ppc4xx: setup 440EPx/GRx ZMII/RGMII bridge depending on PFC register content.
3162
3163     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
3164
3165 commit 66ed6cca3f340f7a8a06d9272ae2ef8e96f0273d
3166 Author: Andy Fleming <afleming@freescale.com>
3167 Date:   Mon Apr 23 02:37:47 2007 -0500
3168
3169     Reworked 85xx speed detection code
3170
3171     Changed the code to read the registers and calculate the clock
3172     rates, rather than using a "switch" statement.
3173
3174     Idea from Andrew Klossner <andrew@cesa.opbu.xerox.com>
3175
3176     Signed-off-by: Andy Fleming <afleming@freescale.com>
3177
3178 commit 81f481ca708ed6a56bf9c410e3191dbad581c565
3179 Author: Andy Fleming <afleming@freescale.com>
3180 Date:   Mon Apr 23 02:24:28 2007 -0500
3181
3182     Enable 8544 support
3183
3184     * Add support to the Makefile
3185     * Add 8544 configuration support to the tsec driver
3186     * Add 8544 SVR numbers to processor.h
3187
3188     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
3189     Signed-off-by: Jon Loeliger <jdl@freescale.com>
3190
3191 commit 0d8c3a2096eaff8d7de89d45e9af4d4b0d4868fe
3192 Author: Andy Fleming <afleming@freescale.com>
3193 Date:   Fri Feb 23 17:12:25 2007 -0600
3194
3195     Support 1G size on 8548
3196
3197     e500v2 and newer cores support 1G page sizes.
3198
3199     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
3200     Signed-off-by: Andy Fleming <afleming@freescale.com>
3201
3202 commit 45cef612cc601d2d1c890fbbd7cdc9609a189a46
3203 Author: Andy Fleming <afleming@freescale.com>
3204 Date:   Fri Feb 23 17:11:16 2007 -0600
3205
3206     Changed BOOKE_PAGESZ_nGB to BOOKE_PAGESZ_nG
3207
3208     The other pagesz constants use one letter to specify order of
3209     magnitude.  Also change the one reference to it in mpc8548cds/init.S
3210
3211     Signed-off-by: Andy Fleming <afleming@freescale.com>
3212
3213 commit 1f9a318cea14272edd10d63739e2d326c90f430e
3214 Author: Andy Fleming <afleming@freescale.com>
3215 Date:   Fri Feb 23 16:28:46 2007 -0600
3216
3217     Only set ddrioovcr for 8548 rev1.
3218
3219     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
3220     Signed-off-by: Andy Fleming <afleming@freescale.com>
3221
3222 commit 9343dbf85bc03033f2102d8e8543567c2c1ad2d2
3223 Author: Andy Fleming <afleming@freescale.com>
3224 Date:   Sat Feb 24 01:16:45 2007 -0600
3225
3226     Tweak DDR ECC error counter
3227
3228     Enable single-bit error counter when memory was cleared by ddr controller.
3229
3230     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
3231     Signed-off-by: Andy Fleming <afleming@freescale.com>
3232
3233 commit 85e7c7a45e3dd9c7ce3e722352ba60f8df1a7a4b
3234 Author: Timur Tabi <timur@freescale.com>
3235 Date:   Mon Feb 12 13:34:55 2007 -0600
3236
3237     85xx: write MAC address to mac-address and local-mac-address
3238
3239     Some device trees have a mac-address property, some have local-mac-address,
3240     and some have both.  To support all of these device trees, ftp_cpu_setup()
3241     should write the MAC address to mac-address and local-mac-address, if they
3242     exist.
3243
3244     Signed-off-by: Timur Tabi <timur@freescale.com>
3245
3246 commit 03b81b48eec0ad249ec97a4ae16c36fa2e014ff4
3247 Author: Andy Fleming <afleming@freescale.com>
3248 Date:   Mon Apr 23 01:44:44 2007 -0500
3249
3250     Some 85xx cpu cleanups
3251
3252     * Cleaned up the TSR[WIS] clearing
3253     * Cleaned up DMA initialization
3254
3255     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
3256     Signed-off-by: Jon Loeliger <jdl@freescale.com>
3257     Acked-by: Andy Fleming <afleming@freescale.com>
3258
3259 commit 151d5d992eab8c497b24c816c73dc1ad8bffb4eb
3260 Author: Andy Fleming <afleming@freescale.com>
3261 Date:   Mon Apr 23 01:32:22 2007 -0500
3262
3263     Add cpu support for the 8544
3264
3265     Recognize new SVR values, and add a few register definitions
3266
3267     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
3268     Signed-off-by: Jon Loeliger <jdl@freescale.com>
3269     Acked-by: Andy Fleming <afleming@freescale.com>
3270
3271 commit 25d83d7f4ac65727182d8ddaf7ba42fa74cf65ae
3272 Author: Jon Loeliger <jdl@freescale.com>
3273 Date:   Wed Apr 11 16:51:02 2007 -0500
3274
3275     Add MPC8544DS basic port board files.
3276
3277     Add board port under new board/freescale directory
3278     structure and reuse existing PIXIS FPGA support there.
3279
3280     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
3281     Signed-off-by: Jon Loeliger <jdl@freescale.com>
3282
3283 commit 0cde4b00fc7393b89f379d83a9d436dcb1334bfa
3284 Author: Jon Loeliger <jdl@freescale.com>
3285 Date:   Wed Apr 11 16:50:57 2007 -0500
3286
3287     Add MPC8544DS main configuration file.
3288
3289     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
3290     Signed-off-by: Jon Loeliger <jdl@freescale.com>
3291
3292 commit 362dd83077ac04c0296bca3e824ec2fb3d44d9d6
3293 Author: Sergei Shtylyov <sshtylyov@ru.mvista.com>
3294 Date:   Wed Dec 27 22:07:15 2006 +0300
3295
3296     Fix PCI I/O space mapping on Freescale MPC85x0ADS
3297
3298     The PCI I/O space mapping for Freescale MPC8540ADS board was broken by commit
3299     52c7a68b8d587ebcf5a6b051b58b3d3ffa377ddc which failed to update the #define's
3300     describing the local address window used for the PCI I/O space accesses -- fix
3301     this and carry over the necessary changes into the MPC8560ADS code since the
3302     PCI I/O space mapping was also broken for this board (by the earlier commit
3303     087454609e47295443af793a282cddcd91a5f49c).  Add the comments clarifying how
3304     the PCI I/O space must be mapped to all the MPC85xx board config. headers.
3305
3306     Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
3307
3308      board/mpc8540ads/init.S      |    4 ++--
3309      board/mpc8560ads/init.S      |    4 ++--
3310      include/configs/MPC8540ADS.h |    5 ++---
3311      include/configs/MPC8541CDS.h |    2 +-
3312      include/configs/MPC8548CDS.h |    2 +-
3313      include/configs/MPC8560ADS.h |    8 ++++----
3314      6 files changed, 12 insertions(+), 13 deletions(-)
3315
3316 commit 96629cbabdb727d4a5e62542deefc01d498db6dc
3317 Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
3318 Date:   Tue Dec 5 16:42:30 2006 +0800
3319
3320     u-boot: Fix e500 v2 core reset bug
3321
3322     The following patch fixes the e500 v2 core reset bug.
3323     For e500 v2 core, a new reset control register is added to reset the
3324     processor.
3325
3326     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
3327
3328 commit 63247a5acd58032e6cf33f525bc3923b467bac88
3329 Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
3330 Date:   Wed Dec 20 11:01:00 2006 +0800
3331
3332     u-boot: v2: Remove the fixed TLB and LAW entrynubmer
3333
3334     Remove the fixed TLB and LAW entry nubmer. Use actually TLB and LAW
3335     entry number to control the loop.  This can reduce the potential risk
3336     for the 85xx processor increasing its TLB adn LAW entry number.
3337
3338     Signed-off-by: Swarthout Edward <swarthout@freescale.com>
3339     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
3340
3341 commit 0b1934ba12fd408fcc3b8bd9f4b04864c42a42bf
3342 Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
3343 Date:   Mon Dec 18 17:01:04 2006 +0800
3344
3345     u-boot: Fix the 85xxcds tsec bug
3346
3347     Fix the 85xxcds tsec bug.
3348     When enable PCI, tsec.o should be added to u-boot.lds to make tsec work.
3349
3350     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
3351
3352 commit 7337b237ffc4aaf1b9467024fe472a880d852598
3353 Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
3354 Date:   Fri Dec 15 14:43:31 2006 +0800
3355
3356     u-boot: Fix CPU2 errata on MPC8548CDS board
3357
3358     This patch apply workaround of CPU2 errata on MPC8548CDS board.
3359
3360     Signed-off-by:Ebony Zhu <ebony.zhu@freescale.com>
3361
3362 commit 39b18c4f3e0b6d0dc00f4e68bad2da3766c85f09
3363 Author: ebony.zhu@freescale.com <ebony.zhu@freescale.com>
3364 Date:   Mon Dec 18 16:25:15 2006 +0800
3365
3366     u-boot: Disables MPC8548CDS 2T_TIMING for DDR by default
3367
3368     This patch disables MPC8548CDS 2T_TIMING for DDR by default.
3369
3370     Signed-off-by:Ebony Zhu <ebony.zhu@freescale.com>
3371
3372 commit 41fb7e0f1ec9b91bdae2565bab5f2e3ee15039c7
3373 Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
3374 Date:   Thu Dec 14 14:14:55 2006 +0800
3375
3376     u-boot: Enable PCI function and add PEX & rapidio memory map on MPC8548CDS board
3377
3378     Enable PCI function and add PEX & rapidio memory map on MPC8548CDS
3379     board.
3380     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
3381
3382 commit 96b8a05432f346f36493535c85320b70ec9c7c1b
3383 Author: Scott Wood <scottwood@freescale.com>
3384 Date:   Mon Apr 16 14:54:15 2007 -0500
3385
3386     mpc83xx: Add MPC8313ERDB support.
3387
3388     Signed-off-by: Scott Wood <scottwood@freescale.com>
3389
3390 commit 49ea3b6eafe606285ae4d5c378026153dde53200
3391 Author: Scott Wood <scottwood@freescale.com>
3392 Date:   Mon Apr 16 14:34:21 2007 -0500
3393
3394     mpc83xx: Add generic PCI setup code.
3395
3396     Board code can now request the generic setup code rather than having to
3397     copy-and-paste it for themselves.  Boards should be converted to use this
3398     once they're tested with it.
3399
3400     Signed-off-by: Scott Wood <scottwood@freescale.com>
3401
3402 commit 7c98e5193e93df6b9b651851d54b638a61ebb0ea
3403 Author: Scott Wood <scottwood@freescale.com>
3404 Date:   Mon Apr 16 14:34:19 2007 -0500
3405
3406     mpc83xx: Add 831x support to speed.c.
3407
3408     Signed-off-by: Scott Wood <scottwood@freescale.com>
3409
3410 commit 0f253283a32d91e06844d7f87f9b33f4f4fbce8f
3411 Author: Scott Wood <scottwood@freescale.com>
3412 Date:   Mon Apr 16 14:34:18 2007 -0500
3413
3414     mpc83xx: Add 831x support to global_data.h
3415
3416     Signed-off-by: Scott Wood <scottwood@freescale.com>
3417
3418 commit 95e7ef897e54591e615fc1b458b74c286fe1fb06
3419 Author: Scott Wood <scottwood@freescale.com>
3420 Date:   Mon Apr 16 14:34:16 2007 -0500
3421
3422     mpc83xx: Change PVR_83xx to PVR_E300C1-3, and update checkcpu().
3423
3424     Rather than misleadingly define PVR_83xx as the specific type of 83xx
3425     being built for, the PVR of each core revision is defined. checkcpu() now
3426     prints the core that it detects, rather than aborting if it doesn't find
3427     what it thinks it wants.
3428
3429     Signed-off-by: Scott Wood <scottwood@freescale.com>
3430
3431 commit a35b0c4950d84cf9e3a9e32b916135956d1ac636
3432 Author: Scott Wood <scottwood@freescale.com>
3433 Date:   Mon Apr 16 14:34:15 2007 -0500
3434
3435     mpc83xx: Recognize SPR values for MPC8311 and MPC8313.
3436
3437     Signed-off-by: Scott Wood <scottwood@freescale.com>
3438
3439 commit d87c57b201b4572d16f1b642998faa00c9912b16
3440 Author: Scott Wood <scottwood@freescale.com>
3441 Date:   Mon Apr 16 14:31:55 2007 -0500
3442
3443     mpc83xx: Add register definitions for MPC831x.
3444
3445     Signed-off-by: Scott Wood <scottwood@freescale.com>
3446
3447 commit 7fc4c71a143be8666d70803fb25ae60379c95622
3448 Author: Stefan Roese <sr@denx.de>
3449 Date:   Mon Apr 23 15:39:59 2007 +0200
3450
3451     Fix file mode
3452
3453     Signed-off-by: Stefan Roese <sr@denx.de>
3454
3455 commit 38257988abfe74d459ca2ad748b109ca04e4efe1
3456 Author: Sergei Shtylyov <sshtylyov@ru.mvista.com>
3457 Date:   Mon Apr 23 15:30:39 2007 +0200
3458
3459     [PATCH] Avoid assigning PCI resources from zero address
3460
3461     If a PCI IDE card happens to get a zero address assigned to it, the Linux IDE
3462     core complains and IDE drivers fails to work.  Also, assigning zero to a BAR
3463     was illegal according to PCI 2.1 (the later revisions seem to have excluded the
3464     sentence about "0" being considered an invalid address) -- so, use a reasonable
3465     starting value of 0x1000 (that's what the most Linux archs are using).
3466
3467     Alternatively, one might have fixed the calls to pci_set_region() individually
3468     (some code even seems to have taken care of this issue) but that would have
3469     been a lot more work. :-)
3470
3471     Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
3472     Acked-by: Stefan Roese <sr@denx.de>
3473
3474 commit afb903a2eb9436baa9270ccc0c27082d86497d89
3475 Author: Jeffrey Mann <mannj@embeddedplanet.com>
3476 Date:   Mon Apr 23 14:00:11 2007 +0200
3477
3478     [patch] setenv(...) can delete environmentalvariables
3479
3480     update setenv() function so that entering a NULL value for the
3481     variable's value will delete the environmental variable
3482
3483     Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
3484     Acked-by: Stefan Roese <sr@denx.de>
3485
3486 commit 36f104e5caa747d568eff26b369565af57c2ffa6
3487 Author: Mike Frysinger <vapier@gentoo.org>
3488 Date:   Mon Apr 23 13:54:24 2007 +0200
3489
3490     [patch] use unsigned char in smc91111 driver for mac
3491
3492     the v_mac variable in the smc91111 driver is declared as a signed char ...
3493     this causes problems when one of the bytes in the MAC is "signed" like 0xE0
3494     because when it gets printed out, you get a display like:
3495     0xFFFFFFE0 and that's no good
3496
3497     Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3498
3499 commit 323bfa8f436dc3bc57187c9b1488bc3146ff1522
3500 Author: Stefan Roese <sr@denx.de>
3501 Date:   Mon Apr 23 12:00:22 2007 +0200
3502
3503     Remove BOARDLIBS usage completely
3504
3505     Signed-off-by: Stefan Roese <sr@denx.de>
3506
3507 commit 32556443840f127170e4baa8bdd5b567039f6c36
3508 Author: Michal Simek <monstr@monstr.eu>
3509 Date:   Sat Apr 21 21:07:22 2007 +0200
3510
3511     [PATCH] SystemACE support for Microblaze
3512
3513 commit 0643631aa1036cd746bf5d15f5a34bc7bc01ea4f
3514 Author: Michal Simek <monstr@monstr.eu>
3515 Date:   Sat Apr 21 21:02:40 2007 +0200
3516
3517     16bit read/write little endian
3518
3519 commit 9d1d6a34d26c5933bc097ce73c9348f95573cdd4
3520 Author: Michal Simek <monstr@monstr.eu>
3521 Date:   Sat Apr 21 20:53:31 2007 +0200
3522
3523     Change ML401 parameters - Xilinx BSP
3524
3525 commit 2e343b9a57f32e1bd08c35c9976910333fb4e13d
3526 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
3527 Date:   Wed Feb 28 05:37:29 2007 -0600
3528
3529     mpc8641hpcn: Fix LAW and TLB setup to use the IO_PHYS #defines.
3530
3531     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
3532
3533 commit 79cb47391eebef85acadb3f6961ef6c55cace6ac
3534 Author: Zhang Wei <wei.zhang@freescale.com>
3535 Date:   Fri Jan 19 10:42:37 2007 +0800
3536
3537     Enable LAWs for MPC8641 PCI-Ex2.
3538
3539     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
3540     Signed-off-by: Jon Loeliger <jdl@freescale.com>
3541
3542 commit bd7851ce1e1f140665b520026abf1042968b1102
3543 Author: Jon Loeliger <jdl@freescale.com>
3544 Date:   Fri Apr 20 14:12:26 2007 -0500
3545
3546     mpc86xx; Write MAC address to mac-address and local-mac-address
3547
3548     Some device trees have a mac-address property, some have local-mac-address,
3549     and some have both.  To support all of these device trees, ftp_cpu_setup()
3550     should write the MAC address to mac-address and local-mac-address, if they
3551     exist.
3552
3553     Signed-off-by: Timur Tabi <timur@freescale.com>
3554     Signed-off-by: Jon Loeliger <jdl@freescale.com>
3555
3556 commit 7dbdf28b8bd855a8530dc3292e4982575a197060
3557 Author: Jon Loeliger <jdl@freescale.com>
3558 Date:   Fri Apr 20 14:11:38 2007 -0500
3559
3560     mpc86xx: protect memcpy to bad address if a mac-address is missing from dt
3561
3562     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
3563     Signed-off-by: Jon Loeliger <jdl@freescale.com>
3564
3565 commit 14da5f7675bbb427c469e3f45006e027b6e21db9
3566 Author: Wolfgang Denk <wd@denx.de>
3567 Date:   Fri Apr 20 17:43:28 2007 +0200
3568
3569     Cleanup compiler warnings, update CHANGELOG
3570
3571     Signed-off-by: Wolfgang Denk <wd@denx.de>
3572
3573 commit 6923565db12af34fd5e02d354ee65a8c78ac460f
3574 Author: Detlev Zundel <dzu@denx.de>
3575 Date:   Fri Apr 20 12:01:47 2007 +0200
3576
3577     Fix breakage of NC650 board with respect to nand support.
3578
3579     Signed-off-by: Detlev Zundel <dzu@denx.de>
3580
3581 commit 39f23cd90947639ac278a18ff277ec786b5ac167
3582 Author: Domen Puncer <domen.puncer@telargo.com>
3583 Date:   Fri Apr 20 11:13:16 2007 +0200
3584
3585     [RFC PATCH] icecube/lite5200b: fix OF_TBCLK (timebase-frequency) calculation
3586
3587     G2 core reference manual says decrementer and time base
3588     are decreasing/increasing once every 4 bus clock cycles.
3589     Lets fix it, so time in Linux won't run twice as fast
3590
3591     Signed-off-by: Domen Puncer <domen.puncer@telargo.com>
3592     Acked-by: Grant Likely <grant.likely@secretlab.ca>
3593
3594 commit 7651f8bdbba03bb0b4f241e2d2c4cb65b230bd56
3595 Author: Gerald Van Baren <vanbaren@cideas.com>
3596 Date:   Thu Apr 19 23:14:39 2007 -0400
3597
3598     Fix serious pointer bug with bootm and reserve map.
3599
3600     What was suppose to be a stack variable was declared as a pointer,
3601       overwriting random memory.
3602     Also moved the libfdt.a requirement into the main Makefile.  That is
3603       The U-Boot Way.
3604
3605 commit d21686263574e95cb3e9e9b0496f968b1b897fdb
3606 Author: Stefan Roese <sr@denx.de>
3607 Date:   Thu Apr 19 09:53:52 2007 +0200
3608
3609     ppc4xx: Fix chip select timing for SysACE access on AMCC Katmai
3610
3611     Previous versions used full wait states for the chip select #1 which
3612     is connected to the Xilinix SystemACE controller on the AMCC Katmai
3613     evaluation board. This leads to really slow access and therefore low
3614     performance. This patch now sets up the chip select a lot faster
3615     resulting in much better read/write performance of the Linux driver.
3616
3617     Signed-off-by: Stefan Roese <sr@denx.de>
3618
3619 commit 37837828d89084879bee2f2b8c7c68d4695940df
3620 Author: Wolfgang Denk <wd@denx.de>
3621 Date:   Wed Apr 18 17:49:29 2007 +0200
3622
3623     Clenaup, update CHANGELOG
3624
3625     Signed-off-by: Wolfgang Denk <wd@denx.de>
3626
3627 commit fd094c6379e2ef8a4d0ceb5640b24cb0c8d04449
3628 Author: Wolfgang Denk <wd@denx.de>
3629 Date:   Wed Apr 18 17:20:58 2007 +0200
3630
3631     Update CHANGELOG
3632
3633     Signed-off-by: Wolfgang Denk <wd@denx.de>
3634
3635 commit 2a26ec4732efd7a308d0bbc97714c1d75ef1173b
3636 Author: Wolfgang Denk <wd@denx.de>
3637 Date:   Wed Apr 18 17:07:26 2007 +0200
3638
3639     Cleanup, update CHANGELOG
3640
3641     Sigend-off-by: Wolfgang Denk <wd@denx.de>
3642
3643 commit 5f6c732affea9647762d27a4617a2ae64c52dceb
3644 Author: Wolfgang Denk <wd@denx.de>
3645 Date:   Wed Apr 18 16:17:46 2007 +0200
3646
3647     Update CHANGELOG
3648
3649 commit ad4eb555671d97f96dc56eab55103b1f86874b01
3650 Author: Wolfgang Denk <wd@denx.de>
3651 Date:   Wed Apr 18 14:30:39 2007 +0200
3652
3653     MCC200 board: remove warning which is obsolete after PSoC firmware changes
3654
3655     Signed-off-by: Wolfgang Denk <wd@denx.de>
3656
3657 commit 3747a3f010b2b1442dec3e871c69788b6017aaae
3658 Author: Domen Puncer <domen.puncer@telargo.com>
3659 Date:   Wed Apr 18 12:11:05 2007 +0200
3660
3661     [PATCH] icecube/lite5200b: document wakeup from low-power support
3662
3663     Signed-off-by: Domen Puncer <domen.puncer@telargo.com>
3664
3665 commit e673226ff9d6aa91b47ceac74b8c13770b06bb37
3666 Author: Stefan Roese <sr@denx.de>
3667 Date:   Wed Apr 18 12:07:47 2007 +0200
3668
3669     ppc4xx: Update Acadia to not setup PLL when booting via bootstrap EEPROM
3670
3671     Signed-off-by: Stefan Roese <sr@denx.de>
3672
3673 commit 90e6f41cf09fc98f6ccb510e183d53ab8546cf2f
3674 Author: Stefan Roese <sr@denx.de>
3675 Date:   Wed Apr 18 12:05:59 2007 +0200
3676
3677     ppc4xx: Add output for bootrom location to 405EZ ports
3678
3679     Now 405EZ ports also show upon bootup from which boot device
3680     they are configured to boot:
3681
3682     U-Boot 1.2.0-gd3832e8f-dirty (Apr 18 2007 - 07:47:05)
3683
3684     CPU:   AMCC PowerPC 405EZ Rev. A at 199.999 MHz (PLB=133, OPB=66, EBC=66 MHz)
3685            Bootstrap Option E - Boot ROM Location EBC (32 bits)
3686            16 kB I-Cache 16 kB D-Cache
3687     Board: Acadia - AMCC PPC405EZ Evaluation Board
3688
3689     Signed-off-by: Stefan Roese <sr@denx.de>
3690
3691 commit 9c00dfb0bf89c8c23e8af5b5bdf49cf66d769f85
3692 Author: Peter Pearse <peter.pearse@arm.com>
3693 Date:   Tue Apr 17 13:30:33 2007 +0100
3694
3695     Move ppearse to ARM board list
3696     Add Konstantin Kletschke for scb9328.
3697     Signed-off-by: Peter Pearse <peter.pearse@arm.com>
3698
3699 commit d3832e8fe1b214ec62424eac36cfda9fc56d21b3
3700 Author: Domen Puncer <domen.puncer@telargo.com>
3701 Date:   Mon Apr 16 14:00:13 2007 +0200
3702
3703     [PATCH] icecube/lite5200b: wakeup from low-power support
3704
3705     U-Boot part of Lite5200b low power mode support.
3706     Puts SDRAM out of self-refresh and transfers control to
3707     address saved at physical 0x0.
3708
3709     Signed-off-by: Domen Puncer <domen.puncer@telargo.com>
3710     Acked-by: Grant Likely <grant.likely@secretlab.ca>
3711
3712 commit f35a53fc7b0c79fcfe7bdc01163c4b34aaba1460
3713 Author: Gerald Van Baren <vanbaren@cideas.com>
3714 Date:   Sun Apr 15 13:54:26 2007 -0400
3715
3716     Fix the ft_cpu_setup() property settings.
3717
3718     Use "setter" functions instead of flags, cleaner and more flexible.
3719     It also fixes the problem noted by Timur Tabi that the ethernet MAC
3720     addresses were all being set incorrectly to the same MAC address.
3721
3722 commit c28abb9c614f65ce2096cc4a66fc886c77d0e5a4
3723 Author: Gerald Van Baren <vanbaren@cideas.com>
3724 Date:   Sat Apr 14 22:51:24 2007 -0400
3725
3726     Improve the bootm command for CONFIG_OF_LIBFDT
3727
3728     In bootm, create the "/chosen" node only if it doesn't already exist
3729       (better matches the previous behavior).
3730     Update for proper reserved memory map handling for initrd.
3731
3732 commit 3f9f08cf91c8a6949a5d78a18bd3d8df7b86d888
3733 Author: Gerald Van Baren <vanbaren@cideas.com>
3734 Date:   Sat Apr 14 22:46:41 2007 -0400
3735
3736     Add some utilities to manipulate the reserved memory map.
3737
3738 commit 8048cdd56f04a756eeea4951f402bf5cc33785db
3739 Author: Wolfgang Denk <wd@denx.de>
3740 Date:   Sat Apr 14 21:16:54 2007 +0200
3741
3742     Update CHANGELOG
3743
3744 commit 8e6875183cdca91c134408d119d4abcd48ef6856
3745 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
3746 Date:   Sun Dec 17 18:56:46 2006 +0100
3747
3748     AVR32: Enable MMC support
3749
3750     Set up the portmux for the MMC interface and enable the MMC driver
3751     along with support for DOS partitions, ext2 and FAT filesystems.
3752
3753     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
3754
3755 commit fc26c97bb6df41b4a95662c34054fe912387bf38
3756 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
3757 Date:   Fri Jan 20 10:03:53 2006 +0100
3758
3759     Atmel MCI driver
3760
3761     Driver for the Atmel MCI controller (MMC interface) for AT32AP CPUs.
3762
3763     The AT91 ARM-based CPUs use basically the same hardware, so it should
3764     be possible to share this driver, but no effort has been made so far.
3765
3766     Hardware documentation can be found in the AT32AP7000 data sheet,
3767     which can be downloaded from
3768
3769     http://www.atmel.com/dyn/products/datasheets.asp?family_id=682
3770
3771     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
3772
3773 commit 05fdab1ef6a10d049a50021a86f1226f444d9b9f
3774 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
3775 Date:   Sun Dec 17 18:55:37 2006 +0100
3776
3777     AVR32: Add clk and gpio infrastructure for mmci
3778
3779     Implement functions for configuring the mmci pins, as well as
3780     functions for getting the clock rate of the mmci controller.
3781
3782     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
3783
3784 commit 7fac3f69e9f05c5e5326681976c35d129324c4de
3785 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
3786 Date:   Sun Dec 17 18:53:56 2006 +0100
3787
3788     Enable partition support with MMC
3789
3790     Include implementations of init_part() and get_partition_info() when
3791     CONFIG_MMC is set.
3792
3793     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
3794
3795 commit 9a24f477a1ed5bb0f74377c985d754ebbfa44872
3796 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
3797 Date:   Sun Dec 17 17:14:30 2006 +0100
3798
3799     AVR32: Enable networking
3800
3801     Implement MACB initialization for AVR32 and ATSTK1000, and turn
3802     everything on, including the MACB driver.
3803
3804     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
3805
3806 commit 5c1fe1ffffd1750a7e47e5a2e2cd600c00e4f009
3807 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
3808 Date:   Fri Jan 20 10:03:34 2006 +0100
3809
3810     Atmel MACB ethernet driver
3811
3812     Driver for the Atmel MACB on-chip ethernet controller.
3813
3814     This driver has been tested on the ATSTK1000 board with a AT32AP7000
3815     CPU. It should probably work on AT91SAM926x as well with some minor
3816     modifications.
3817
3818     Hardware documentation can be found in the AT32AP7000 data sheet,
3819     which can be downloaded from
3820
3821     http://www.atmel.com/dyn/products/datasheets.asp?family_id=682
3822
3823     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
3824
3825 commit b4ec9c2d43d894729bb633bfdbdfa95a962c1556
3826 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
3827 Date:   Sun Dec 17 16:56:14 2006 +0100
3828
3829     AVR32: Add clk and gpio infrastructure for macb0 and macb1
3830
3831     Implement functions for configuring the macb0 and macb1 pins, as
3832     well as functions for getting the clock rate of the various
3833     busses the macb ethernet controllers are connected to.
3834
3835     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
3836
3837 commit d5acb95b16a0a74c643524342c3437e765426d05
3838 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
3839 Date:   Sun Dec 17 15:39:15 2006 +0100
3840
3841     AVR32: Implement simple DMA memory allocator
3842
3843     Implement dma_alloc_coherent() which returns cache-aligned
3844     uncacheable memory.
3845
3846     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
3847
3848 commit 91975b0fea773c9e681fea8cf3349669f27685ee
3849 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
3850 Date:   Sun Dec 17 15:46:02 2006 +0100
3851
3852     Import <linux/mii.h> from the Linux kernel
3853
3854     Instead of creating yet another set of MII register definitions
3855     in the macb driver, here's a complete set of definitions for everyone
3856     to use.
3857
3858     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
3859
3860 commit 1b804b229556a4d862da93c0ec94e79419364b2c
3861 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
3862 Date:   Wed Mar 21 19:47:36 2007 +0100
3863
3864     AVR32: Include more commands for ATSTK1000
3865
3866     Include the imi, imls and jffs commands sets by default on ATSTK1000.
3867     Also define CONFIG_BOOTARGS to something more useful, define
3868     CONFIG_BOOTCOMMAND and enable autoboot by default.
3869
3870     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
3871
3872 commit 9c0deb5ae3ea0189f2e08ac29ef1316f1fb8548d
3873 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
3874 Date:   Wed Mar 21 19:44:48 2007 +0100
3875
3876     AVR32: Provide a definition of struct stat
3877
3878     Copy the definition of struct stat from the Linux kernel.
3879
3880     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
3881
3882 commit 12f099c08167a7a51aeee623bc16dafd0841271c
3883 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
3884 Date:   Sun Dec 17 14:46:06 2006 +0100
3885
3886     AVR32: Use initdram() instead of board_init_memories()
3887
3888     Conform to the "standard" interface and use initdram() instead of
3889     board_init_memories() on AVR32. This enables us to get rid of the
3890     sdram_size member of the global_data struct as well.
3891
3892     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
3893
3894 commit 1f4f2121c2685182eb87fa9a9b799d1917387a1c
3895 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
3896 Date:   Mon Nov 20 15:53:10 2006 +0100
3897
3898     AVR32: Relocate u-boot to SDRAM
3899
3900     Relocate the u-boot image into SDRAM like everyone else does. This
3901     means that we can handle much larger .data and .bss than we used to.
3902
3903     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
3904
3905 commit df548d3c3e2bbc40258713167859ffc2ce99a900
3906 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
3907 Date:   Sun Nov 19 18:06:53 2006 +0100
3908
3909     AVR32: Resource management rewrite
3910
3911     Rewrite the resource management code (i.e. I/O memory, clock gating,
3912     gpio) so it doesn't depend on any global state. This is necessary
3913     because this code is heavily used before relocation to RAM, so we
3914     can't write to any global variables.
3915
3916     As an added bonus, this makes u-boot's memory footprint a bit smaller,
3917     although some functionality has been left out; all clocks are enabled
3918     all the time, and there's no checking for gpio line conflicts.
3919
3920     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
3921
3922 commit 03d1e1365796cd15d1726e8a51fd8b5be50b2fe9
3923 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
3924 Date:   Sat Nov 18 18:01:13 2006 +0100
3925
3926     AVR32: Clean up memory-map.h for at32ap7000
3927
3928     Convert spaces to tabs (must have missed this one last time around),
3929     sort the entries by address and group them together by bus
3930     connectivity.
3931
3932     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
3933
3934 commit 28c699ef69f4b6cdf252e4747b7b590028a88981
3935 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
3936 Date:   Sat Nov 18 17:32:31 2006 +0100
3937
3938     AVR32: Build position-independent u-boot
3939
3940     Add -fPIC -mno-init-got to the avr32-specific CFLAGS to make u-boot
3941     position independent. This will make relocation a lot easier.
3942
3943     -mno-init-got means that gcc shouldn't emit code to load the GOT
3944     address into r6 in every function prologue. We do it once and for
3945     all in the early startup assembly code, so enabling this option
3946     makes u-boot a bit faster and smaller.
3947
3948     The assembly parts have always been position-independent, so no code
3949     changes should be necessary.
3950
3951     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
3952
3953 commit 5374b36de91d006d1df9536259fa9f66b01aa3aa
3954 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
3955 Date:   Sat Nov 18 17:24:31 2006 +0100
3956
3957     AVR32: Use avr32-linux- cross-compilation prefix by default
3958
3959     It doesn't really matter which toolchain you use to compile u-boot,
3960     but the avr32-linux one is probably what most people have installed.
3961
3962     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
3963
3964 commit c841beeddebece0039e724fb27f4d1a39ee1c6b6
3965 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
3966 Date:   Sat Nov 18 17:15:30 2006 +0100
3967
3968     AVR32: Split start_u_boot into board_init_f and board_init_r
3969
3970     Split the avr32 initialization code into a function to run before
3971     relocation, board_init_f and a function to run after relocation,
3972     board_init_r. For now, board_init_f simply calls board_init_r
3973     at the end.
3974
3975     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
3976
3977 commit 37403005cfe6bb13964d450f6a48a0b0f2f7017e
3978 Author: Heiko Schocher <hs@pollux.denx.de>
3979 Date:   Sat Apr 14 05:26:48 2007 +0200
3980
3981     [Fix]       Set the LED status register on the UC101 for the LXT971 PHY.
3982             clear the Display after reset.
3983
3984     Signed-off-by: Heiko Schocher <hs@denx.de>
3985
3986 commit 7882751c78b7ecabfd49b0eff8de27661c71f16c
3987 Author: Denis Peter <d.peter@mpl.ch>
3988 Date:   Fri Apr 13 09:13:33 2007 +0200
3989
3990     [PATCH] Fix bugs in cmd_ide.c and cmd_scsi.c
3991
3992     Fix bug introduced by "Fix get_partition_info() parameter error in all
3993     other calls" from 2005-03-04 in cmd_ide.c and cmd_scsi.c, which prevented
3994     to use diskboot or scsiboot form another device than 0.
3995
3996     Signed-off-by: Denis Peter <d.peter@mpl.ch>
3997
3998 commit 0b94504d22e70f537c17a0d38c87edb6e370977d
3999 Author: Greg Lopp <lopp@pobox.com>
4000 Date:   Fri Apr 13 08:02:24 2007 +0200
4001
4002     [PATCH] Fix use of "void *" for block dev read/write buffer pointers
4003
4004     Signed-of-by: Greg Lopp <lopp@pobox.com>
4005     Acked-by: Grant Likely <grant.likely@secretlab.ca>
4006
4007 commit 6fbf261f8df294e589cfadebebe5468e3c0f29e9
4008 Author: Xie Xiaobo <r63061@freescale.com>
4009 Date:   Fri Mar 9 19:08:25 2007 +0800
4010
4011     Fix two bugs for MPC83xx DDR2 controller SPD Init
4012
4013     There are a few bugs in the cpu/mpc83xx/spd_sdram.c
4014     the first bug is that the picos_to_clk routine introduces a huge
4015     rounding error in 83xx.
4016     the second bug is that the mode register write recovery field is
4017     tWR-1, not tWR >> 1.
4018
4019 commit 2ad3aba01d37b72e7c957b07e102fccd64fe6d13
4020 Author: Jeffrey Mann <mannj@embeddedplanet.com>
4021 Date:   Thu Apr 12 14:15:59 2007 +0200
4022
4023     ppc4xx: Fix i2c divisor calcularion for PPC4xx
4024
4025     This patch fixes changes the i2c_init(...) function to use the function
4026     get_OPB_freq() rather than calculating the OPB speed by
4027     sysInfo.freqPLB/sysInfo.pllOpbDiv. The get_OPB_freq() function is
4028     specific per processor. The prior method was not and so was calculating
4029     the wrong speed for some PPC4xx processors.
4030
4031     Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
4032     Signed-off-by: Stefan Roese <sr@denx.de>
4033
4034 commit 6c9ba919375db977aaad9146bf320c7afd07ae7a
4035 Author: Wolfgang Denk <wd@denx.de>
4036 Date:   Wed Apr 11 17:25:01 2007 +0200
4037
4038     Update CHANGELOG
4039
4040     Signed-off-by: Wolfgang Denk <wd@denx.de>
4041
4042 commit 51056dd9863e6a1bc363afbbe1775c58cd967418
4043 Author: Wolfgang Denk <wd@denx.de>
4044 Date:   Wed Apr 11 17:22:55 2007 +0200
4045
4046     Update for SC3 board
4047
4048     * Make IDE timeout configurable through ide_reset_timeout variable.
4049     * Use Newline as "password" string
4050     * Use just a single partition in NAND flash
4051
4052 commit 3d98b85800c80dc68227c8f10bf5c93456d6d054
4053 Author: Haiying Wang <haiying.wang@freescale.com>
4054 Date:   Mon Jan 22 12:37:30 2007 -0600
4055
4056     Add PIXIS FPGA support for MPC8641HPCN board.
4057
4058     Move the 8641HPCN's PIXIS code to the new directory
4059     board/freescale/common/ as it will be shared by
4060     future boards not in the same processor family.
4061
4062     Write a "pixis_reset" command that utilizes the FPGA
4063     reset sequencer to support alternate soft-reset options
4064     such as using the "alternate" flash bank, enabling
4065     the watch dog, or choosing different CPU frequencies.
4066
4067     Add documentation for the pixis_reset to README.mpc8641hpcn.
4068
4069     Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
4070     Signed-off-by: Jon Loeliger <jdl@freescale.com>
4071
4072 commit 64dbbd40c58349b64f43fd33dbb5ca0adb67d642
4073 Author: Gerald Van Baren <vanbaren@cideas.com>
4074 Date:   Fri Apr 6 14:19:43 2007 -0400
4075
4076     Moved fdt command support code to fdt_support.c
4077
4078     ...in preparation for improving the bootm command's handling of fdt blobs.
4079     Also cleaned up some coding sloppiness.
4080
4081 commit 6679f9299534e488a171a9bb8f9bb891de247aab
4082 Author: Gerald Van Baren <vanbaren@cideas.com>
4083 Date:   Fri Apr 6 14:17:14 2007 -0400
4084
4085     libfdt: Make fdt_check_header() public
4086
4087     Changed _fdt_check_header() to fdt_check_header() and made it part of
4088     the interface - it is a useful routine.
4089
4090     Also did some asthetics cleanup to the include files (headers).
4091
4092 commit c0707ce65677650b5ceab0500ee50ae5168afef2
4093 Author: Aubrey Li <aubrey.adi@gmail.com>
4094 Date:   Thu Apr 5 18:34:06 2007 +0800
4095
4096     [Blackfin][PATCH] Kill off a bunch of common local prototypes
4097
4098 commit 7b7e30aa64bb6657a1bfd32fdbdbfeb561e6a48d
4099 Author: Aubrey Li <aubrey.adi@gmail.com>
4100 Date:   Thu Apr 5 18:33:04 2007 +0800
4101
4102     [Blackfin][PATCH] Fix dynamic CPLB generation issue
4103
4104 commit 0445e3a264251d75b1be45ef713c70726a2952f0
4105 Author: Aubrey Li <aubrey.adi@gmail.com>
4106 Date:   Thu Apr 5 18:31:47 2007 +0800
4107
4108     [Blackfin][PATCH] minior cleanup
4109
4110 commit 155fd766573981090e638b493d5857562151862e
4111 Author: Aubrey Li <aubrey.adi@gmail.com>
4112 Date:   Thu Apr 5 18:31:18 2007 +0800
4113
4114     [Blackfin][PATCH] Fix copyright and update license
4115
4116 commit 9fd437bbd75d282f899e1da50be20a2bf38450bc
4117 Author: Aubrey Li <aubrey.adi@gmail.com>
4118 Date:   Thu Apr 5 18:30:25 2007 +0800
4119
4120     [Blackfin][PATCH] Add BF537 EMAC driver initialization
4121
4122 commit 889256e8604e0c68db1d866d720894dffede9df6
4123 Author: Aubrey Li <aubrey.adi@gmail.com>
4124 Date:   Thu Apr 5 18:29:55 2007 +0800
4125
4126     [Blackfin][PATCH] call real the system synchronize instruction
4127
4128 commit e0df1c921b788289564e4c1ee7120a6a9cd3ab05
4129 Author: Aubrey Li <aubrey.adi@gmail.com>
4130 Date:   Thu Apr 5 18:29:17 2007 +0800
4131
4132     [Blackfin][PATCH] remove asm/page.h as we do not actually use/want any of these definitions nor does any other arch include it
4133
4134 commit dfeeab2cd680df047e68e723b246adf6f33bb556
4135 Author: Aubrey Li <aubrey.adi@gmail.com>
4136 Date:   Thu Apr 5 18:28:34 2007 +0800
4137
4138     [Blackfin][PATCH]: fix flash unaligned copy issue
4139
4140 commit 443feb740584e406efa203af909fe2926608e8d5
4141 Author: Igor Marnat <marny@rambler.ru>
4142 Date:   Wed Mar 21 09:55:01 2007 +0300
4143
4144     Update usage of 'nc' in README.NetConsole
4145
4146     Added information about usage of NetConsole on systems where the -l and -p
4147     switches are mutually exclusive.
4148
4149     Signed-off-by: Igor Marnat <marny@rambler.ru>
4150     Signed-off-by: Ben Warren <bwarren@qstreams.com>
4151
4152 commit 31c98a88228021b314c89ebb8104fb6473da4471
4153 Author: Wolfgang Denk <wd@denx.de>
4154 Date:   Wed Apr 4 02:09:30 2007 +0200
4155
4156     Minor coding style cleanup.
4157
4158 commit 94abd7c0583ebe01e799b25f451201deeaab550d
4159 Author: Wolfgang Denk <wd@denx.de>
4160 Date:   Wed Apr 4 01:49:15 2007 +0200
4161
4162     Minor cleanup.
4163
4164 commit a65c5768e5537530bd1780af3d3fddc3113a163c
4165 Author: Stefan Roese <sr@denx.de>
4166 Date:   Mon Apr 2 10:09:30 2007 +0200
4167
4168     ppc4xx: Change SysACE address on Katmai
4169
4170     With this new base address of the Xilinx SystemACE controller
4171     the Linux driver will be easier to adapt, since it can now be
4172     mapped via the "normal" ioremap() call.
4173
4174     Signed-off-by: Stefan Roese <sr@denx.de>
4175
4176 commit aea03c4e8c3a21ce43d3faf48a6e6d474c8bdf73
4177 Author: Gerald Van Baren <vanbaren@cideas.com>
4178 Date:   Sat Mar 31 14:30:53 2007 -0400
4179
4180     Fix some minor whitespace violations.
4181
4182 commit 213bf8c822de8eecaf69860684469cdaba2e9e6a
4183 Author: Gerald Van Baren <vanbaren@cideas.com>
4184 Date:   Sat Mar 31 12:23:51 2007 -0400
4185
4186     Add a flattened device tree (fdt) command (2 of 2)
4187
4188     Modifications to the existing code to support the new fdt command.
4189
4190 commit 781e09ee6e3e3e392ab362c1f0ef1068adc76e3e
4191 Author: Gerald Van Baren <vanbaren@cideas.com>
4192 Date:   Sat Mar 31 12:22:10 2007 -0400
4193
4194     Add a flattened device tree (fdt) command (1 of 2)
4195
4196     The fdt command uses David Gibson's libfdt library to manipulate as well
4197     as print the flattened device tree.  This patch is the new command,
4198     the second part is the modifications to the existing code.
4199
4200 commit 3af0d587d93e0be5f96e1b30fa41e662f8b0803e
4201 Author: Gerald Van Baren <vanbaren@cideas.com>
4202 Date:   Sat Mar 31 12:13:43 2007 -0400
4203
4204     libfdt: Enhanced and published fdt_next_tag()
4205
4206     Enhanced the formerly private function _fdt_next_tag() to allow stepping
4207       through the tree, used to produce a human-readable dump, and made
4208       it part of the published interface.
4209     Also added some comments.
4210
4211 commit fa3a74cec73dfd06a5ae35a9a3368200273aaa71
4212 Author: Gerald Van Baren <vanbaren@cideas.com>
4213 Date:   Sat Mar 31 12:05:39 2007 -0400
4214
4215     libfdt: Customizations for use by u-boot.
4216
4217     Changes to David Gibson's original source to fit into u-boot's
4218     environment.  No functionality changes.
4219
4220 commit 35748177c64a4a83a00057e93bb33e40278a2a96
4221 Author: Gerald Van Baren <vanbaren@cideas.com>
4222 Date:   Sat Mar 31 12:00:56 2007 -0400
4223
4224     libfdt: Import libfdt source (2 of 2)
4225
4226     This adds the applicable libfdt source files (unmodified) and a README
4227     to explain where the source came from.
4228
4229 commit 7cd5da0fe877e7171a4cdd44880bce783132871a
4230 Author: Gerald Van Baren <vanbaren@cideas.com>
4231 Date:   Sat Mar 31 11:59:59 2007 -0400
4232
4233     libfdt: Import libfdt source (1 of 2)
4234
4235     This adds the applicable libfdt source files (unmodified) and a README
4236     to explain where the source came from.
4237
4238 commit da6ebc1bc082cbe3b6bbde079cafe09f7ebbad4b
4239 Author: Stefan Roese <sr@denx.de>
4240 Date:   Sat Mar 31 13:16:23 2007 +0200
4241
4242     ppc4xx: Update Katmai bootstrap command
4243
4244     Now the DDR2 frequency is also 2*PLB frequency when 166MHz PLB
4245     is selected.
4246
4247     Signed-off-by: Stefan Roese <sr@denx.de>
4248
4249 commit cabee756a6532986729477c3cc1ea16ef8517ad2
4250 Author: Stefan Roese <sr@denx.de>
4251 Date:   Sat Mar 31 13:15:06 2007 +0200
4252
4253     ppc4xx: Update 44x_spd_ddr2 code (440SP/440SPe)
4254
4255     Additional RAM information is now printed upon powerup, like
4256     DDR2 frequency and CAS latency.
4257
4258     Signed-off-by: Stefan Roese <sr@denx.de>
4259
4260 commit 60723803431ac75cad085690789e433d5ab9174e
4261 Author: Stefan Roese <sr@denx.de>
4262 Date:   Sat Mar 31 08:48:36 2007 +0200
4263
4264     ppc4xx: Change Yucca config file to support ECC
4265
4266     With the updated 44x DDR2 driver the Yucca board now supports
4267     ECC generation and checking.
4268
4269     Signed-off-by: Stefan Roese <sr@denx.de>
4270
4271 commit 490e5730c674b20d708b783a2c5ffd7208f83873
4272 Author: Stefan Roese <sr@denx.de>
4273 Date:   Sat Mar 31 08:47:34 2007 +0200
4274
4275     ppc4xx: Fix "bootstrap" command for Katmai board
4276
4277     The board specific "bootstrap" command is now fixed and can
4278     be used for the AMCC Katmai board to configure different
4279     CPU/PLB/OPB frequencies.
4280
4281     Signed-off-by: Stefan Roese <sr@denx.de>
4282
4283 commit 94f54703c3a776ec23e427ca2a16e0a79a5d50c1
4284 Author: Stefan Roese <sr@denx.de>
4285 Date:   Sat Mar 31 08:46:08 2007 +0200
4286
4287     ppc4xx: Update 44x_spd_ddr2 code (440SP/440SPe)
4288
4289     Fix a bug in the auto calibration routine. This driver now runs
4290     more reliable with the tested modules. It's also tested with
4291     167MHz PLB frequency (667MHz DDR2 frequency) on the Katmai.
4292
4293     Signed-off-by: Stefan Roese <sr@denx.de>
4294
4295 commit 342cd097be1e7affe82f42ab3da220959a699e64
4296 Author: Michal Simek <monstr@monstr.eu>
4297 Date:   Fri Mar 30 22:52:09 2007 +0200
4298
4299     [PATCH] Clean include dependence
4300
4301 commit 6f934210fb293fde2cfb4251c6d96fdc58b6a906
4302 Author: Michal Simek <monstr@monstr.eu>
4303 Date:   Fri Mar 30 22:42:45 2007 +0200
4304
4305     [CLEAN] Remove inefficient Suzaku code
4306
4307 commit 430f1b0f9a670c2f13eaa52e66a10db96dd3647d
4308 Author: Stefan Roese <sr@denx.de>
4309 Date:   Wed Mar 28 15:03:16 2007 +0200
4310
4311     Merge some AMCC make targets to keep the top-level Makefile smaller
4312
4313     Signed-off-by: Stefan Roese <sr@denx.de>
4314
4315 commit 0c75c9d84307a9f1cbe1ff0c4d8937ee3a96475e
4316 Author: Stefan Roese <sr@denx.de>
4317 Date:   Wed Mar 28 14:52:12 2007 +0200
4318
4319     i2c: Enable "old" i2c commands even when CONFIG_I2C_CMD_TREE is defined
4320
4321     The "old" i2c commands (iprobe, imd...) are now compiled in again,
4322     even when the i2c command tree is enabled via the CONFIG_I2C_CMD_TREE
4323     config option.
4324
4325     Signed-off-by: Stefan Roese <sr@denx.de>
4326
4327 commit 5da048adf44bea5e3b94080d02903c2e3fe7aa4a
4328 Author: Michal Simek <monstr@monstr.eu>
4329 Date:   Tue Mar 27 00:32:16 2007 +0200
4330
4331     PATCH: Resolve GPL license problem
4332
4333 commit 1798049522f594013aea29457d46794298c6ae15
4334 Author: Michal Simek <root@monstr.eu>
4335 Date:   Mon Mar 26 01:39:07 2007 +0200
4336
4337     Support for XUPV2P board
4338     Reset support
4339     BSP autoconfig support
4340
4341 commit 0d974d5297349504a2ddfa09314be573b5df320a
4342 Author: Stefan Roese <sr@denx.de>
4343 Date:   Sat Mar 24 15:57:09 2007 +0100
4344
4345     [PATCH] Add 4xx GPIO functions
4346
4347     This patch adds some 4xx GPIO functions. It also moves some of the
4348     common code and defines into a common 4xx GPIO header file.
4349
4350     Signed-off-by: Stefan Roese <sr@denx.de>
4351
4352 commit 2db633658bbf366ab0c8dad7a0727e1fb2ae6b11
4353 Author: Stefan Roese <sr@denx.de>
4354 Date:   Sat Mar 24 15:55:58 2007 +0100
4355
4356     [PATCH] Small Sequoia cleanup
4357
4358     Signed-off-by: Stefan Roese <sr@denx.de>
4359
4360 commit 3cb86f3e40d2a80356177434a99f75bc8baa9caf
4361 Author: Stefan Roese <sr@denx.de>
4362 Date:   Sat Mar 24 15:45:34 2007 +0100
4363
4364     [PATCH] Clean up 40EZ/Acadia support
4365
4366     This patch cleans up all the open issue of the preliminary
4367     Acadia support.
4368
4369     Signed-off-by: Stefan Roese <sr@denx.de>
4370
4371 commit 6eb1df835191d8ce4b81d5af40fa8e0fbe78e997
4372 Author: Jon Loeliger <jdl@freescale.com>
4373 Date:   Tue Dec 12 11:02:20 2006 -0600
4374
4375     Fix 8641HPCN problem with ld version 2.16
4376
4377     (Dot outside sections problem).
4378
4379     This fix is in the spirit of 807d5d7319330e336ab34a5623c5e0d73b87d540.
4380
4381     Signed-off-by: Jon Loeliger <jdl@freescale.com>
4382
4383 commit 9964a4dd0d4ef5a037febaebf1aa494b1a72991c
4384 Author: Haiying Wang <haiying.wang@freescale.com>
4385 Date:   Thu Dec 7 10:35:55 2006 -0600
4386
4387     Set Rev 2.x 86xx PIC in mixed mode.
4388
4389     Prevent false interrupt from hanging Linux as MSR[EE] is set
4390     to enable interrupts by changing the PIC out of the default
4391     pass through mode into mixed mode.
4392
4393     Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
4394     Signed-off-by: Jon Loeliger <jdl@freescale.com>
4395
4396 commit 5a58a73ceb0a4059c42ef64cedbc1a45e0aaa00e
4397 Author: Jason Jin <jason.jin@freescale.com>
4398 Date:   Thu Dec 7 10:32:35 2006 -0600
4399
4400     Add flash cmd function to 8641HPCN ramboot
4401
4402     Also fixes some commmand for 8641 HPCN ramboot case.
4403
4404     Signed-off-by: Jason Jin <jason.jin@freescale.com>
4405     Signed-off-by: Jon Loeliger <jdl@freescale.com>
4406
4407 commit 2ccceacc04b009d923afb7c26189ba2f8a2a5d46
4408 Author: Ed Swarthout <ed.swarthout@freescale.com>
4409 Date:   Thu Dec 7 10:34:14 2006 -0600
4410
4411     Add support for 8641 Rev 2 silicon.
4412
4413     Without this patch, I am unable to get to the prompt on rev 2 silicon.
4414     Only set ddrioovcr for rev1.
4415
4416     Signed-off-by: Ed Swarthout<ed.swarthout@freescale.com>
4417     Signed-off-by: Jon Loeliger <jdl@freescale.com>
4418
4419 commit 44ba464b99001f8bd1c456a1e9d59726252f707a
4420 Author: Wolfgang Denk <wd@denx.de>
4421 Date:   Thu Mar 22 00:13:12 2007 +0100
4422
4423     Code cleanup / re-insert previous Copyright entries.
4424
4425     Signed-off-by: Wolfgang Denk <wd@denx.de>
4426
4427 commit 2a8dfe08359a1b663418b2faa1da1d7bce34d302
4428 Author: Wolfgang Denk <wd@denx.de>
4429 Date:   Wed Mar 21 23:26:15 2007 +0100
4430
4431     Code cleanup. Update CHANGELOG
4432
4433 commit e6615ecf4eaf4dd52696934aed8f5c6474cfd286
4434 Author: Stefan Roese <sr@denx.de>
4435 Date:   Wed Mar 21 14:54:29 2007 +0100
4436
4437     ppc4xx: Fix file mode of include/configs/acadia.h
4438
4439     Signed-off-by: Stefan Roese <sr@denx.de>
4440
4441 commit d5f4614c9350d9333e575100fb250aab774d0258
4442 Author: Markus Klotzbuecher <mk@denx.de>
4443 Date:   Wed Mar 21 14:41:46 2007 +0100
4444
4445     SPC1920: fix small clock routing bug
4446
4447     Signed-off-by: Markus Klotzbuecher <mk@denx.de>
4448
4449 commit 16c0cc1c82081a493ab87c51980b28336ce1bce8
4450 Author: Stefan Roese <sr@denx.de>
4451 Date:   Wed Mar 21 13:39:57 2007 +0100
4452
4453     [PATCH] Add AMCC Acadia (405EZ) eval board support
4454
4455     This patch adds support for the new AMCC Acadia eval board.
4456
4457     Please note that this Acadia/405EZ support is still in a beta stage.
4458     Still lot's of cleanup needed but we need a preliminary release now.
4459
4460     Signed-off-by: Stefan Roese <sr@denx.de>
4461
4462 commit e01bd218b00af73499331a1a701625a852cd286f
4463 Author: Stefan Roese <sr@denx.de>
4464 Date:   Wed Mar 21 13:38:59 2007 +0100
4465
4466     [PATCH] Add AMCC PPC405EZ support
4467
4468     This patch adds support for the new AMCC 405EZ PPC. It is in
4469     preparation for the AMCC Acadia board support.
4470
4471     Please note that this Acadia/405EZ support is still in a beta stage.
4472     Still lot's of cleanup needed but we need a preliminary release now.
4473
4474     Signed-off-by: Stefan Roese <sr@denx.de>
4475
4476 commit 07e82cb2e284a893df6693f2a1337ab2c47bf6a1
4477 Author: Heiko Schocher <hs@pollux.denx.de>
4478 Date:   Wed Mar 21 08:45:17 2007 +0100
4479
4480     [PATCH] TQM8272: dont change the bits given from the HRCW
4481                      for the SIUMCR and BCR Register.
4482                      Fix the calculation for the EEprom Size
4483
4484     Signed-off-by: Heiko Schocher <hs@denx.de>
4485
4486 commit 654589873dbafcf104dff133ce0d03a4506e9cc3
4487 Author: Aubrey Li <aubrey.adi@gmail.com>
4488 Date:   Tue Mar 20 18:16:24 2007 +0800
4489
4490     [Blackfin][PATCH] Add BF561 EZKIT board support
4491
4492 commit a6154fd1cfd020f6da8527e0365b1020a11a71d0
4493 Author: Aubrey Li <aubrey.adi@gmail.com>
4494 Date:   Mon Mar 19 22:55:58 2007 +0800
4495
4496     [Blackfin][PATCH] minor cleanup
4497
4498 commit 389b6bb50f745bf5038ce030300d8a8512e96f79
4499 Author: Wolfgang Denk <wd@denx.de>
4500 Date:   Mon Mar 19 13:10:08 2007 +0100
4501
4502     Remove obsoleted POST files.
4503
4504     Signed-off-by: Wolfgang Denk <wd@denx.de>
4505
4506 commit 8e709bbb2636b5670a8f2b575e138eb1f55773f6
4507 Author: Aubrey Li <aubrey.adi@gmail.com>
4508 Date:   Mon Mar 19 01:26:11 2007 +0800
4509
4510     [PATCH] Add flash chip M29W320ET/B support
4511
4512 commit 26bf7deca364a5b33f39e8f14ddd3f4081345015
4513 Author: Aubrey Li <aubrey.adi@gmail.com>
4514 Date:   Mon Mar 19 01:24:52 2007 +0800
4515
4516     [Blackfin][PATCH] Add BF537 stamp board support
4517
4518 commit 8423e5e31a7235d05a482627315fb11d49c17bd7
4519 Author: Stefan Roese <sr@denx.de>
4520 Date:   Fri Mar 16 21:11:42 2007 +0100
4521
4522     [PATCH] Use dynamic SDRAM TLB setup on AMCC Ebony eval board
4523
4524     Define CONFIG_PROG_SDRAM_TLB so that the TLB entries for the
4525     DDR memory are dynamically programmed matching the total size
4526     of the equipped memory (DIMM modules).
4527
4528     Signed-off-by: Stefan Roese <sr@denx.de>
4529
4530 commit 76d1466f918b881cda2d259254761e73885093c2
4531 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
4532 Date:   Tue Mar 13 13:38:05 2007 +0100
4533
4534     [PATCH] renamed environment variable 'addcon' to 'addcons' for PCI405
4535             boards in terms of unification.
4536
4537     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
4538
4539 commit a7090b993d3d4d2221ac3f33e6cb1d1b2ccc6bf0
4540 Author: Wolfgang Denk <wd@denx.de>
4541 Date:   Tue Mar 13 16:05:55 2007 +0100
4542
4543     Make SC3 board build with 'make O='; use 'addcons' consistently
4544     (SC3 and Jupiter used to use 'addcon' instead).
4545
4546     Signed-off-by: Wolfgang Denk wd@denx.de
4547
4548 commit 8502e30a28e492c756ea2d7df0ace026388fce4b
4549 Author: Heiko Schocher <hs@pollux.denx.de>
4550 Date:   Tue Mar 13 09:40:59 2007 +0100
4551
4552     [PATCH] update board config for jupiter Board:
4553             added Hush Shell,
4554                   CONFIG_CMDLINE_EDITING,
4555                   CFG_ENV_ADDR_REDUND activated
4556
4557     Signed-off-by: Heiko Schocher <hs@denx.de>
4558
4559 commit 0d93de11449390a5984b0236c3612e50f6dbb7e8
4560 Author: Aubrey Li <aubrey.adi@gmail.com>
4561 Date:   Mon Mar 12 12:11:55 2007 +0800
4562
4563     [Blackfin][PATCH] minor cleanup
4564
4565 commit bfa5754a58477ac917d21527cd0f079d87cf188e
4566 Author: Aubrey Li <aubrey.adi@gmail.com>
4567 Date:   Mon Mar 12 01:42:06 2007 +0800
4568
4569     [Blackfin][PATCH] Fix BUILD_DIR option of MAKEALL building issue
4570
4571 commit 8440bb14581a294375c34b91b42512f9753d1130
4572 Author: Aubrey Li <aubrey.adi@gmail.com>
4573 Date:   Mon Mar 12 00:25:14 2007 +0800
4574
4575     [Blackfin][PATCH] code cleanup
4576
4577 commit cfc67116a706fd18b8f6a9c11a16753c5626d689
4578 Author: Michal Simek <monstr@monstr.eu>
4579 Date:   Sun Mar 11 13:48:24 2007 +0100
4580
4581     [Microblaze][PATCH] part 2
4582     timer support
4583     interrupt controller support
4584     flash support
4585     ethernet support
4586     cache support
4587     board information support
4588     env support
4589     booting image support
4590
4591     adding support for Xilinx ML401
4592
4593 commit 76316a318de91f6184e7c22a10e02d275ade2441
4594 Author: Michal Simek <monstr@monstr.eu>
4595 Date:   Sun Mar 11 13:42:58 2007 +0100
4596
4597     [Microblaze][PATCH]
4598     timer support
4599     interrupt controller support
4600     flash support
4601     ethernet support
4602     cache support
4603     board information support
4604     env support
4605     booting image support
4606
4607     adding support for Xilinx ML401
4608
4609 commit 8db13d63157811c839d15a313d9f2d2f5fd10af3
4610 Author: Aubrey Li <aubrey.adi@gmail.com>
4611 Date:   Sat Mar 10 23:49:29 2007 +0800
4612
4613     [Blackfin][PATCH] code cleanup
4614
4615 commit ef26a08fef928b7bc11ae2c109e638dc3a016d91
4616 Author: Aubrey.Li <aubrey.adi@gmail.com>
4617 Date:   Fri Mar 9 13:40:56 2007 +0800
4618
4619     [Blackfin][PATCH-2/2] Common files changed to support bf533 platform
4620
4621 commit 3f0606ad0b5639f7f22848fe5b4574e754d0470f
4622 Author: Aubrey.Li <aubrey.adi@gmail.com>
4623 Date:   Fri Mar 9 13:38:44 2007 +0800
4624
4625     [Blackfin]PATCH-1/2]: Remove obsolete blackfin port and add bf533 platform support
4626
4627 commit 992423ab43c2bcf6b704853bd00af77450915e20
4628 Author: Stefan Roese <sr@denx.de>
4629 Date:   Thu Mar 8 23:00:08 2007 +0100
4630
4631     ppc4xx: Fix file mode of sequoia.c
4632
4633     Signed-off-by: Stefan Roese <sr@denx.de>
4634
4635 commit eb92f613556800f7483666db09d9a237ad911d4a
4636 Author: Wolfgang Denk <wd@pollux.denx.de>
4637 Date:   Thu Mar 8 22:52:51 2007 +0100
4638
4639     Minor cleanup.
4640
4641 commit 8ce16f55c7b9752af3d8bed84521aec5337e2de1
4642 Author: John Otken john@softadvances.com <john@softadvances.com>
4643 Date:   Thu Mar 8 09:39:48 2007 -0600
4644
4645     ppc4xx: Clear Sequoia/Rainier security engine reset bits
4646
4647     Signed-off-by: John Otken john@softadvances.com <john@softadvances.com>
4648
4649 commit 650a330dd2539130c8c324791e2f9f75aed79d4e
4650 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
4651 Date:   Thu Mar 8 16:26:52 2007 +0100
4652
4653     [PATCH] I2C: add some more SPD eeprom decoding for DDR2 modules
4654
4655     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
4656
4657 commit d9fc703246840c4b268debf48c334ba55c597dc0
4658 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
4659 Date:   Thu Mar 8 16:25:47 2007 +0100
4660
4661     [PATCH] I2C: disable flat i2c commands when CONFIG_I2C_CMD_TREE is defined
4662
4663     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
4664
4665 commit ced5b9029043397348cdc88e0cfcd6b1f629250b
4666 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
4667 Date:   Thu Mar 8 16:23:11 2007 +0100
4668
4669     [PATCH] 4xx: allow CONFIG_I2C_CMD_TREE without CONFIG_I2C_MULTI_BUS
4670
4671     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
4672
4673 commit d8a8ea5c476d37006fc7f85b7f903142795c8b14
4674 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
4675 Date:   Thu Mar 8 16:20:32 2007 +0100
4676
4677     [PATCH] I2C: Add missing default CFG_SPD_BUS_NUM
4678
4679     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
4680
4681 commit f9fc6a5852a6335840882fa2111925010eea1abe
4682 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
4683 Date:   Wed Mar 7 15:32:01 2007 +0100
4684
4685     fixed ethernet phy configuration for plu405 board
4686
4687     Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
4688
4689 commit 769104c9356594deb2092e204a39c05b33202d6c
4690 Author: Wolfgang Denk <wd@pollux.denx.de>
4691 Date:   Thu Mar 8 21:49:27 2007 +0100
4692
4693     Minor cleanup
4694
4695 commit 00cdb4ce5e1b42248e7e6522ad0da3421b988afa
4696 Author: Stefan Roese <sr@denx.de>
4697 Date:   Thu Mar 8 10:13:16 2007 +0100
4698
4699     [PATCH] Update AMCC Luan 440SP eval board support
4700
4701     The AMCC Luan now uses the common 440SP(e) DDR SPD code for DDR
4702     inititializition. This includes DDR auto calibration and support
4703     for different DIMM modules, instead of the fixed setup used in
4704     the earlier version.
4705
4706     This patch also enables the cache in FLASH for the startup
4707     phase of U-Boot (while running from FLASH). After relocating to
4708     SDRAM the cache is disabled again. This will speed up the boot
4709     process, especially the SDRAM setup, since there are some loops
4710     for memory testing (auto calibration).
4711
4712     Signed-off-by: Stefan Roese <sr@denx.de>
4713
4714 commit 2f5df47351910a2936c7741cf111855829200943
4715 Author: Stefan Roese <sr@denx.de>
4716 Date:   Thu Mar 8 10:10:18 2007 +0100
4717
4718     [PATCH] Update AMCC Yucca 440SPe eval board support
4719
4720     The AMCC Yucca now uses the common 440SP(e) DDR SPD code for DDR
4721     inititializition. This includes DDR auto calibration and support
4722     for different DIMM modules, instead of the fixed setup used in
4723     the earlier version.
4724
4725     Signed-off-by: Stefan Roese <sr@denx.de>
4726
4727 commit 2721a68a9ea91f1e494649ce68b2577261f578e2
4728 Author: Stefan Roese <sr@denx.de>
4729 Date:   Thu Mar 8 10:07:18 2007 +0100
4730
4731     ppc4xx: Small AMCC Katmai 440SPe update
4732
4733     Signed-off-by: Stefan Roese <sr@denx.de>
4734
4735 commit df294497479b1dca6dd86318b2a912f72fede0df
4736 Author: Stefan Roese <sr@denx.de>
4737 Date:   Thu Mar 8 10:06:09 2007 +0100
4738
4739     ppc4xx: Update 440SP/440SPe DDR SPD setup code to support 440SP
4740
4741     Signed-off-by: Stefan Roese <sr@denx.de>
4742
4743 commit 83853178bd36bca6f0f8f1331476620c84a587fc
4744 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
4745 Date:   Wed Mar 7 12:14:50 2007 -0600
4746
4747     net - Support ping reply when processing net-loop
4748
4749     Add ICMP_ECHO_REQUEST packet support by responding with a ICMP_ECHO_REPLY.
4750
4751     This permits the ping command to test the phy interface when the phy
4752     is put in loopback mode (typically by setting register 0 bit 14).
4753
4754     It also allows the port to respond to an external ping when u-boot is
4755     processing some other net command (such as tftp).  This is useful when
4756     tftp appears to hang.
4757
4758     Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
4759     Signed-off-by: Ben Warren <bwarren@qstreams.com>
4760
4761 commit fa1aef15bcd47736687be1af544506e90fba545d
4762 Author: Stefan Roese <sr@denx.de>
4763 Date:   Wed Mar 7 16:43:00 2007 +0100
4764
4765     [PATCH] Use dynamic SDRAM TLB setup on AMCC Ocotea eval board
4766
4767     Define CONFIG_PROG_SDRAM_TLB so that the TLB entries for the
4768     DDR memory are dynamically programmed matching the total size
4769     of the equipped memory (DIMM modules).
4770
4771     Signed-off-by: Stefan Roese <sr@denx.de>
4772
4773 commit e2ebe696818939e2b974628be9c921ea3fe9de13
4774 Author: Stefan Roese <sr@denx.de>
4775 Date:   Wed Mar 7 16:39:36 2007 +0100
4776
4777     [PATCH] Fix AMCC 44x SPD SDRAM init code to support 2 DIMM's
4778
4779     This patch fixes a problem that occurs when 2 DIMM's are
4780     used. This problem was first spotted and fixed by Gerald Jackson
4781     <gerald.jackson@reaonixsecurity.com> but this patch fixes the
4782     problem in a little more clever way.
4783
4784     This patch also adds the nice functionality to dynamically
4785     create the TLB entries for the SDRAM (tlb.c). So we should
4786     never run into such problems with wrong (too short) TLB
4787     initialization again on these platforms.
4788
4789     As this feature is new to the "old" 44x SPD DDR driver, it
4790     has to be enabled via the CONFIG_PROG_SDRAM_TLB define.
4791
4792     Signed-off-by: Stefan Roese <sr@denx.de>
4793
4794 commit 39218433983417b9df087976a79e3f80dd5e83d6
4795 Author: Wolfgang Denk <wd@denx.de>
4796 Date:   Wed Mar 7 16:33:44 2007 +0100
4797
4798     UC101: fix compiler warnings
4799
4800 commit 8d7e2732221bc2d64df14f700c64c23e0a4c3dce
4801 Author: Wolfgang Denk <wd@pollux.denx.de>
4802 Date:   Wed Mar 7 16:19:46 2007 +0100
4803
4804     HMI1001: fix build error, cleanup compiler warnings.
4805
4806 commit ad5bb451ade552c44bef9119d907929ebc2c126f
4807 Author: Wolfgang Denk <wd@pollux.denx.de>
4808 Date:   Tue Mar 6 18:08:43 2007 +0100
4809
4810     Restructure POST directory to support of other CPUs, boards, etc.
4811
4812 commit a5284efd125967675b2e9c6ef7b95832268ad360
4813 Author: Wolfgang Denk <wd@pollux.denx.de>
4814 Date:   Tue Mar 6 18:01:47 2007 +0100
4815
4816     Fix HOSTARCH handling.
4817     Patch by Mike Frysinger, Mar 05 2007
4818
4819 commit 07b7b0037aac5102939917d7cbe561b5c0d5aa44
4820 Author: Stefan Roese <sr@denx.de>
4821 Date:   Tue Mar 6 07:47:04 2007 +0100
4822
4823     [PATCH] Speed optimization of AMCC Sequoia/Rainier DDR2 setup
4824
4825     As provided by the AMCC applications team, this patch optimizes the
4826     DDR2 setup for 166MHz bus speed. The values provided are also save
4827     to use on a "normal" 133MHz PLB bus system. Only the refresh counter
4828     setup has to be adjusted as done in this patch.
4829
4830     For this the NAND booting version had to include the "speed.c" file
4831     from the cpu/ppc4xx directory. With this addition the NAND SPL image
4832     will just fit into the 4kbytes of program space. gcc version 4.x as
4833     provided with ELDK 4.x is needed to generate this optimized code.
4834
4835     Signed-off-by: Stefan Roese <sr@denx.de>
4836
4837 commit 647d3c3eed0da1d1505eecabe0b0fab96f956e68
4838 Author: Wolfgang Denk <wd@pollux.denx.de>
4839 Date:   Sun Mar 4 01:36:05 2007 +0100
4840
4841     Some code cleanup.
4842
4843 commit 781e026c8aa6f7e9eb5f0e72cc4d20971219b148
4844 Author: Kim Phillips <kim.phillips@freescale.com>
4845 Date:   Wed Feb 28 00:02:04 2007 -0600
4846
4847     mpc83xx: fix implicit declaration of function 'ft_get_prop' warnings
4848
4849     (cherry picked from c5bf13b02284c3204a723566a9bab700e5059659 commit)
4850
4851 commit 4feab4de7bfc2cb2fed36ad76f93c3a69659bbaf
4852 Author: Kumar Gala <galak@kernel.crashing.org>
4853 Date:   Tue Feb 27 23:51:42 2007 -0600
4854
4855     mpc83xx: Fix config of Arbiter, System Priority, and Clock Mode
4856
4857     The config value for:
4858     * CFG_ACR_PIPE_DEP
4859     * CFG_ACR_RPTCNT
4860     * CFG_SPCR_TSEC1EP
4861     * CFG_SPCR_TSEC2EP
4862     * CFG_SCCR_TSEC1CM
4863     * CFG_SCCR_TSEC2CM
4864
4865     Were not being used when setting the appropriate register
4866
4867     Added:
4868     * CFG_SCCR_USBMPHCM
4869     * CFG_SCCR_USBDRCM
4870     * CFG_SCCR_PCICM
4871     * CFG_SCCR_ENCCM
4872
4873     To allow full config of the SCCR.
4874
4875     Also removed random CFG_SCCR settings in MPC8349EMDS, TQM834x, and sbc8349
4876     that were just bogus.
4877
4878     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4879
4880 commit d51b3cf371cd441030460ef19d36b2924c361b1a
4881 Author: Kim Phillips <kim.phillips@freescale.com>
4882 Date:   Thu Feb 22 20:06:57 2007 -0600
4883
4884     mpc83xx: update [local-]mac-address properties on UEC based devices
4885
4886     8360 and 832x weren't updating their [local-]mac-address
4887     properties. This patch fixes that.
4888
4889     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
4890
4891 commit 61f4f912acbe60776c5e00df1ec94094ce672957
4892 Author: Timur Tabi <timur@freescale.com>
4893 Date:   Tue Feb 13 10:41:42 2007 -0600
4894
4895     mpc83xx: write MAC address to mac-address and local-mac-address
4896
4897     Some device trees have a mac-address property, some have local-mac-address,
4898     and some have both.  To support all of these device trees, this patch
4899     updates ftp_cpu_setup() to write the MAC address to mac-address if it exists.
4900     This function already updates local-mac-address.
4901
4902     Signed-off-by: Timur Tabi <timur@freescale.com>
4903
4904 commit 22d71a71f57fd5d38b27ac3848e50d790360a598
4905 Author: Kim Phillips <kim.phillips@freescale.com>
4906 Date:   Tue Feb 27 18:41:08 2007 -0600
4907
4908     mpc83xx: add command line editing by default
4909
4910 commit 3fc0bd159103b536e1c54c6f4457a09b3aba66ca
4911 Author: Kim Phillips <kim.phillips@freescale.com>
4912 Date:   Wed Feb 14 19:50:53 2007 -0600
4913
4914     mpc83xx: Disable G1TXCLK, G2TXCLK h/w buffers
4915
4916     Disable G1TXCLK, G2TXCLK h/w buffers. This patch
4917     fixes a networking timeout issue with MPC8360EA (Rev.2) PBs.
4918
4919     Verified on Rev. 1.1, Rev. 1.2, and Rev. 2.0 boards.
4920
4921     Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
4922     Signed-off-by: Emilian Medve <Emilian.Medve@freescale.com>
4923
4924 commit d61853cf2472e0b8bcbd131461a93d1c49ff0c1f
4925 Author: Xie Xiaobo <r63061@freescale.com>
4926 Date:   Wed Feb 14 18:27:17 2007 +0800
4927
4928     mpc83xx: Add DDR2 controller fixed/SPD Init for MPC83xx
4929
4930     The code supply fixed and SPD initialization for MPC83xx DDR2 Controller.
4931     it pass DDR/DDR2 compliance tests.
4932
4933     Signed-off-by: Xie Xiaobo <X.Xie@freescale.com>
4934
4935 commit b110f40bd180c6b560276589beedf753e97c46ce
4936 Author: Xie Xiaobo <r63061@freescale.com>
4937 Date:   Wed Feb 14 18:27:06 2007 +0800
4938
4939     mpc83xx: Add the cpu specific code for MPC8360E rev2.0 MDS
4940
4941     MPC8360E rev2.0 have new spridr,and PVR value,
4942     The MDS board for MPC8360E rev2.0 has 32M bytes Flash and 256M DDR2 DIMM.
4943
4944     Signed-off-by: Xie Xiaobo <X.Xie@freescale.com>
4945
4946 commit 8d172c0f0d85998a256a95b7459a5403a30380ed
4947 Author: Xie Xiaobo <r63061@freescale.com>
4948 Date:   Wed Feb 14 18:26:44 2007 +0800
4949
4950     mpc83xx: Add the cpu and board specific code for MPC8349E rev3.1 MDS
4951
4952     MPC8349E rev3.1 have new spridr,and PVR value,
4953     The MDS board for MPC8349E rev3.1 has 32M bytes Flash and 256M DDR2 DIMM.
4954
4955     Signed-off-by: Xie Xiaobo<X.Xie@freescale.com>
4956
4957 commit f6f5f709e5c8e4564c4dfeecfdf2279244f9c83b
4958 Author: Joakim Tjernlund <joakim.tjernlund@transmode.se>
4959 Date:   Wed Jan 31 11:04:19 2007 +0100
4960
4961     mpc83xx: Fix empty i2c reads/writes in fsl_i2c.c
4962
4963     Fix empty i2c reads/writes, i2c_write(0x50, 0x00, 0, NULL, 0)
4964     which is used to se if an slave will ACK after receiving its address.
4965
4966     Correct i2c probing to use this method as the old method could upset
4967     a slave as it wrote a data byte to it.
4968
4969     Add a small delay in i2c_init() to let the controller
4970     shutdown any ongoing I2C activity.
4971
4972     Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
4973
4974 commit 7a78f148d6a7298e4fface680dc7eacd877b1aba
4975 Author: Timur Tabi <timur@freescale.com>
4976 Date:   Wed Jan 31 15:54:29 2007 -0600
4977
4978     mpc83xx: Add support for the MPC8349E-mITX-GP
4979
4980     Add support for the MPC8349E-mITX-GP, a stripped-down version of the
4981     MPC8349E-mITX.  Bonus features include support for low-boot (BMS bit in
4982     HRCW is 0) for the ITX and a README for the ITX and the ITX-GP.
4983
4984     Signed-off-by: Timur Tabi <timur@freescale.com>
4985
4986 commit fab16807adad350f618024350c6950165c247c72
4987 Author: Timur Tabi <timur@freescale.com>
4988 Date:   Wed Jan 31 15:54:20 2007 -0600
4989
4990     mpc83xx: Delete sdram_init() for MPC8349E-mITX
4991
4992     There is no SDRAM on any of the 8349 ITX variants, so function sdram_init()
4993     never does anything.  This patch deletes it.
4994
4995     Signed-off-by: Timur Tabi <timur@freescale.com>
4996
4997 commit a87c856eb411b9365937d0d4b9c21e46adbe1c14
4998 Author: Dave Liu <daveliu@freescale.com>
4999 Date:   Fri Jan 19 10:43:26 2007 +0800
5000
5001     mpc83xx: Fix the LAW1/3 bug
5002
5003     The patch solves the alignment problem of the local bus access windows to
5004     render accessible the memory bank and PHY registers of UPC 1 (starting at
5005     0xf801 0000). What we actually did was to adjust the sizes of the bus
5006     access windows so that the base address alignment requirement would be met.
5007
5008     Signed-off-by: Chereji Marian <marian.chereji@freescale.com>
5009     Signed-off-by: Gridish Shlomi <gridish@freescale.com>
5010     Signed-off-by: Dave Liu <daveliu@freescale.com>
5011
5012 commit 97c4b397dce236a7318b304667bf89e59d08b17c
5013 Author: Kim Phillips <kim.phillips@freescale.com>
5014 Date:   Tue Jan 30 16:15:31 2007 -0600
5015
5016     mpc83xx: don't hang if watchdog configured on 8360, 832x
5017
5018     don't hang if watchdog configured on 8360, 832x
5019
5020     The watchdog programming model is the same across all 83xx devices;
5021     make the code reflect that.
5022
5023 commit b70047478570e371ce7223be342ce98afea0f7d6
5024 Author: Kim Phillips <kim.phillips@freescale.com>
5025 Date:   Tue Jan 30 16:15:21 2007 -0600
5026
5027     mpc83xx: protect memcpy to bad address if a local-mac-address is missing from dt
5028
5029     protect memcpy to bad address if a local-mac-address is missing from dt
5030
5031 commit 6752ed088c75c26a89b70c46b7326a4cd6015f29
5032 Author: Kim Phillips <kim.phillips@freescale.com>
5033 Date:   Tue Jan 30 16:15:04 2007 -0600
5034
5035     mpc83xx: make 8360 default environment fdt be 8360 (not 8349)
5036
5037     make 8360 default environment fdt be 8360 (not 8349)
5038
5039 commit a28899c910024a0226331df07207b1038c300c93
5040 Author: Emilian Medve <Emilian.Medve@freescale.com>
5041 Date:   Tue Jan 30 16:14:50 2007 -0600
5042
5043     mpc83xx: Fix alternating tx error / tx buffer not ready bug in QE UEC
5044
5045     The problem is not gcc4 but the code itself. The BD_STATUS() macro can't
5046     be used for busy-waiting since it strips the 'volatile' property from
5047     the bd variable. gcc3 was working by pure luck.
5048
5049     This is a follow on patch to "Fix the UEC driver bug of QE"
5050
5051 commit 3e78a31cfe3d3022f46f67eb88e1281d5cc2eb89
5052 Author: Kumar Gala <galak@kernel.crashing.org>
5053 Date:   Tue Jan 30 14:08:30 2007 -0600
5054
5055     mpc83xx: Replace CONFIG_MPC8349 and use CONFIG_MPC834X instead
5056
5057     The code that is ifdef'd with CONFIG_MPC8349 is actually applicable to all
5058     MPC834X class processors.  Change the protections from CONFIG_MPC8349 to
5059     CONFIG_MPC834X so they are more generic.
5060
5061     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5062
5063 commit ae246dc6c1937c291014eadd90b6d48c438c7cb0
5064 Author: Kim Phillips <kim.phillips@freescale.com>
5065 Date:   Thu Jan 25 13:40:55 2007 -0600
5066
5067     mpc83xx: add MPC832XEMDS and sbc8349 to MAKEALL
5068
5069 commit 4decd84e8f04279c5cfff7f8e907465ef8d8a3fb
5070 Author: Kim Phillips <kim.phillips@freescale.com>
5071 Date:   Wed Jan 24 17:18:37 2007 -0600
5072
5073     mpc83xx: sort Makefile targets
5074
5075     reordered targets alphabetically
5076
5077 commit 91e25769771c1164ed63ffca0add49f934ae3343
5078 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
5079 Date:   Tue Jan 16 11:38:14 2007 -0500
5080
5081     mpc83xx: U-Boot support for Wind River SBC8349
5082
5083     I've redone the SBC8349 support to match git-current, which
5084     incorporates all the MPC834x updates from Freescale since the 1.1.6
5085     release,  including the DDR changes.
5086
5087     I've kept all the SBC8349 files as parallel as possible to the
5088     MPC8349EMDS ones for ease of maintenance and to allow for easy
5089     inspection of what was changed to support this board.  Hence the SBC8349
5090     U-Boot has FDT support and everything else that the MPC8349EMDS has.
5091
5092     Fortunately the Freescale updates added support for boards using CS0,
5093     but I had to change spd_sdram.c to allow for board specific settings for
5094     the sdram_clk_cntl (it is/was hard coded to zero, and that remains the
5095     default if the board doesn't specify a value.)
5096
5097     Hopefully this should be mergeable as-is and require no whitespace
5098     cleanups or similar, but if something doesn't measure up then let me
5099     know and I'll fix it.
5100
5101     Thanks,
5102     Paul.
5103
5104 commit 05031db456ab227f3e3752f37b9b812b65bb83ad
5105 Author: Sam Song <samsongshu@yahoo.com.cn>
5106 Date:   Thu Dec 14 19:03:21 2006 +0800
5107
5108     mpc83xx: Remove a redundant semicolon in mpc8349itx.c
5109
5110     A redundant semicolon existed in mpc8349itx.c
5111     should be removed.
5112
5113     Signed-off-by: Sam Song <samsongshu@yahoo.com.cn>
5114
5115 commit f35f358241c549be3f75cfe2eaa642914275b7ba
5116 Author: Jerry Van Baren <gerald.vanbaren@comcast.net>
5117 Date:   Wed Dec 6 21:23:55 2006 -0500
5118
5119     mpc83xx: Put the version (and magic) after the HRCW.
5120
5121     Put the version (and magic) after the HRCW.  This puts it in a fixed
5122     location in flash, not at the start of flash but as close as we can get.
5123
5124     Signed-off-by: Jerry Van Baren <vanbaren@cideas.com>
5125
5126 commit 48aecd969171a6e99a55fae04933857787f9a5bd
5127 Author: Dave Liu <r63238@freescale.com>
5128 Date:   Thu Dec 7 21:14:51 2006 +0800
5129
5130     mpc83xx: Add the MPC832XEMDS board readme
5131
5132     Add the MPC832XEMDS board readme
5133
5134     Signed-off-by: Dave Liu <daveliu@freescale.com>
5135
5136 commit 24c3aca3f1358b113d3215adb5433b156e99f72b
5137 Author: Dave Liu <r63238@freescale.com>
5138 Date:   Thu Dec 7 21:13:15 2006 +0800
5139
5140     mpc83xx: Add support for the MPC832XEMDS board
5141
5142     This patch supports DUART, ETH3/4 and PCI etc.
5143
5144     Signed-off-by: Dave Liu <daveliu@freescale.com>
5145
5146 commit e080313c32322e15ab5a18eb896a252858c57284
5147 Author: Dave Liu <r63238@freescale.com>
5148 Date:   Thu Dec 7 21:11:58 2006 +0800
5149
5150     mpc83xx: streamline the 83xx immr head file
5151
5152     For better format and style, I streamlined the 83xx head files,
5153     including immap_83xx.h and mpc83xx.h. In the old head files, 1)
5154     duplicated macro definition appear in the both files; 2) the structure
5155     of QE immr is duplicated in the immap_83xx.h and immap_qe.h; 3) The
5156     macro definition put inside the each structure. So, I cleaned up the
5157     structure of QE immr from immap_83xx.h, deleted the duplicated stuff and
5158     moved the macro definition to mpc83xx.h, Just like MPC8260.
5159
5160     CHANGELOG
5161
5162     *streamline the 83xx immr head file
5163
5164     Signed-off-by: Dave Liu <daveliu@freescale.com>
5165
5166 commit ddd02492f43db5408f5ab9f823b0ba5796e28ef0
5167 Author: Dave Liu <r63238@freescale.com>
5168 Date:   Wed Dec 6 11:38:17 2006 +0800
5169
5170     mpc83xx: Fix the UEC driver bug of QE
5171
5172     The patch prevents the GCC tool chain from striping useful code for
5173     optimization. It will make UEC ethernet driver workable, Otherwise the
5174     UEC will fail in tx when you are using gcc4.x. but the driver can work
5175     when using gcc3.4.3.
5176
5177     CHANGELOG
5178
5179     *Prevent the GCC from striping code for optimization, Otherwise the UEC
5180     will tx failed when you are using gcc4.x.
5181
5182     Signed-off-by: Dave Liu <daveliu@freescale.com>
5183
5184 commit ba58e4c9a9a917ce795dd16d4ec8d515f9f7aa35
5185 Author: Stefan Roese <sr@denx.de>
5186 Date:   Thu Mar 1 21:11:36 2007 +0100
5187
5188     [PATCH] Update AMCC Katmai 440SPe eval board support
5189
5190     This patch updates the recently added Katmai board support. The biggest
5191     change is the support of ECC DIMM modules in the 440SP(e) SPD DDR2
5192     driver.
5193
5194     Please note, that still some problems are left with some memory
5195     configurations. See the driver for more details.
5196
5197     Signed-off-by: Stefan Roese <sr@denx.de>
5198
5199 commit 8c12045a3b06c5b6675d3fe02fbc9f545988129a
5200 Author: Stefan Roese <sr@denx.de>
5201 Date:   Thu Mar 1 07:03:25 2007 +0100
5202
5203     [PATCH] I2C: Add missing default CFG_RTC_BUS_NUM & CFG_DTT_BUS_NUM
5204
5205     Signed-off-by: Stefan Roese <sr@denx.de>
5206
5207 commit ccbc7036648e465697ca298ba51e0e76dda352a0
5208 Author: Wolfgang Denk <wd@pollux.denx.de>
5209 Date:   Wed Feb 28 01:28:53 2007 +0100
5210
5211     SC3: fix typo in default environment
5212
5213 commit e344568b1b46af85ec32d815586f91bc115d6223
5214 Author: Sergei Poselenov <sposelenov@emcraft.com>
5215 Date:   Tue Feb 27 20:15:30 2007 +0300
5216
5217     MCC200: Fixes for update procedure
5218
5219     - fix logic error in image type handling
5220     - make sure file system images (cramfs etc.) get stored in flash
5221       with image header stripped so they can be mounted through MTD
5222
5223 commit 743571145b37182757d4e688a77860b36ee77573
5224 Author: Wolfgang Denk <wd@pollux.denx.de>
5225 Date:   Tue Feb 27 14:26:04 2007 +0100
5226
5227     Minor code cleanup.
5228
5229 commit 638dd1458bbdc2a55d4b9e25c5c4e1f838a5dc72
5230 Author: Sergei Poselenov <sposelenov@emcraft.com>
5231 Date:   Tue Feb 27 12:40:16 2007 +0300
5232
5233     MCC200 update - add LCD Progress Indicator
5234
5235 commit 6c7cac8c4fce0ea2bf8e15ed8658d87974155b44
5236 Author: Stefan Roese <sr@denx.de>
5237 Date:   Thu Feb 22 07:43:34 2007 +0100
5238
5239     [PATCH] get_dev() now unconditionally uses manual relocation
5240
5241     Since the relocation fix is not included yet and we're not sure how
5242     it will be added, this patch removes code that required relocation
5243     to be fixed for now.
5244
5245     Signed-off-by: Stefan Roese <sr@denx.de>
5246
5247 commit 8274ec0bd01d2feb2c7f095eba78d42ea009798b
5248 Author: Stefan Roese <sr@denx.de>
5249 Date:   Thu Feb 22 07:40:23 2007 +0100
5250
5251     [PATCH] Change systemace driver to select 8 & 16bit mode
5252
5253     As suggested by Grant Likely this patch enables the Xilinx SystemACE
5254     driver to select 8 or 16bit mode upon startup.
5255
5256     Signed-off-by: Stefan Roese <sr@denx.de>
5257
5258 commit 3a197b2fe49d6fa03978e60af2394efe9c70b527
5259 Author: Haiying Wang <Haiying.Wang@freescale.com>
5260 Date:   Wed Feb 21 16:52:31 2007 +0100
5261
5262     [PATCH v3] Add sync to ensure flash_write_cmd is fully finished
5263
5264     Some CPUs like PPC, BLACKFIN need sync() to ensure cfi flash write command
5265     is fully finished. The sync() is defined in each CPU's io.h file. For
5266     those CPUs which do not need sync for now, a dummy sync() is defined in
5267     their io.h as well.
5268
5269     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
5270
5271 commit da04995c7dc6772013a9a0dc5c767f190c402478
5272 Author: Stefan Roese <sr@denx.de>
5273 Date:   Wed Feb 21 13:44:34 2007 +0100
5274
5275     [PATCH] Fix problem in systemace driver (ace_writew instead of ace_write)
5276
5277     Signed-off-by: Stefan Roese <sr@denx.de>
5278
5279 commit 751bb57107d78978ae08e697c3deba816f5be091
5280 Author: Stefan Roese <sr@denx.de>
5281 Date:   Tue Feb 20 13:21:57 2007 +0100
5282
5283     [PATCH] Fix relocation problem with "new" get_dev() function
5284
5285     This patch enables the "new" get_dev() function for block devices
5286     introduced by Grant Likely to be used on systems that still suffer
5287     from the relocation problems (manual relocation neede because of
5288     problems with linker script).
5289
5290     Hopefully we can resolve this relocation issue soon for all platform
5291     so we don't need this additional code anymore.
5292
5293     Signed-off-by: Stefan Roese <sr@denx.de>
5294
5295 commit d93e2212f962668b3dce091ff5edc33f2347fe37
5296 Author: Stefan Roese <sr@denx.de>
5297 Date:   Tue Feb 20 13:17:42 2007 +0100
5298
5299     [PATCH] Update SystemACE driver for 16bit access
5300
5301     This patch removes some problems when the Xilinx SystemACE driver
5302     is used with 16bit access on an big endian platform (like the
5303     AMCC Katmai).
5304
5305     Signed-off-by: Stefan Roese <sr@denx.de>
5306
5307 commit 874bb7b88fe9b4648e1288a387af2e31014a72f3
5308 Author: Stefan Roese <sr@denx.de>
5309 Date:   Tue Feb 20 13:15:40 2007 +0100
5310
5311     [PATCH] Clean up Katmai (440SPe) linker script
5312
5313     Signed-off-by: Stefan Roese <sr@denx.de>
5314
5315 commit 4745acaa1a603b67f6b9b7970365ebadd7d6586f
5316 Author: Stefan Roese <sr@denx.de>
5317 Date:   Tue Feb 20 10:57:08 2007 +0100
5318
5319     [PATCH] Add support for the AMCC Katmai (440SPe) eval board
5320
5321     Signed-off-by: Stefan Roese <sr@denx.de>
5322
5323 commit 0dc018ece13effc689e47479ea9ebf1c98a507f5
5324 Author: Stefan Roese <sr@denx.de>
5325 Date:   Tue Feb 20 10:51:26 2007 +0100
5326
5327     [PATCH] I2C: Add support for multiple I2C busses for RTC & DTT
5328
5329     This patch switches to the desired I2C bus when the date/dtt
5330     commands are called. This can be configured using the
5331     CFG_RTC_BUS_NUM and/or CFG_DTT_BUS_NUM defines.
5332
5333     Signed-off-by: Stefan Roese <sr@denx.de>
5334
5335 commit 4037ed3b63923cfcec27f784a89057c3cbabcedb
5336 Author: Stefan Roese <sr@denx.de>
5337 Date:   Tue Feb 20 10:43:34 2007 +0100
5338
5339     [PATCH] PPC4xx: Add 440SP(e) DDR2 SPD DIMM support
5340
5341     This patch adds support for the DDR2 controller used on the
5342     440SP and 440SPe. It is tested on the Katmai (440SPe) eval
5343     board and works fine with the following DIMM modules:
5344
5345     - Corsair CM2X512-5400C4 (512MByte per DIMM)
5346     - Kingston ValueRAM KVR667D2N5/512 (512MByte per DIMM)
5347     - Kingston ValueRAM KVR667D2N5K2/2G (1GByte per DIMM)
5348
5349     This patch also adds the nice functionality to dynamically
5350     create the TLB entries for the SDRAM (tlb.c). So we should
5351     never run into such problems with wrong (too short) TLB
5352     initialization again on these platforms.
5353
5354     Signed-off-by: Stefan Roese <sr@denx.de>
5355
5356 commit 36d830c9830379045f5daa9f542ac1c990c70068
5357 Author: Stefan Roese <sr@denx.de>
5358 Date:   Tue Feb 20 10:35:42 2007 +0100
5359
5360     [PATCH] PPC4xx: Split 4xx SPD SDRAM init routines into 2 files
5361
5362     Since the existing 4xx SPD SDRAM initialization routines for the
5363     405 SDRAM controller and the 440 DDR controller don't have much in
5364     common this patch splits both drivers into different files.
5365
5366     This is in preparation for the 440 DDR2 controller support (440SP/e).
5367
5368     Signed-off-by: Stefan Roese <sr@denx.de>
5369
5370 commit 79b2d0bb2eae09602448f7a7cb56530d2f31e6c6
5371 Author: Stefan Roese <sr@denx.de>
5372 Date:   Tue Feb 20 10:27:08 2007 +0100
5373
5374     [PATCH] PPC4xx: Add support for multiple I2C busses
5375
5376     This patch adds support for multiple I2C busses on the PPC4xx
5377     platforms. Define CONFIG_I2C_MULTI_BUS in the board config file
5378     to make use of this feature.
5379
5380     It also merges the 405 and 440 i2c header files into one common
5381     file 4xx_i2c.h.
5382
5383     Also the 4xx i2c reset procedure is reworked since I experienced
5384     some problems with the first access on the 440SPe Katmai board.
5385
5386     Signed-off-by: Stefan Roese <sr@denx.de>
5387
5388 commit eb867a76238fb38e952c37871b16d0d7fd61c95f
5389 Author: Grant Likely <grant.likely@secretlab.ca>
5390 Date:   Tue Feb 20 09:05:45 2007 +0100
5391
5392     [PATCH 9_9] Use "void *" not "unsigned long *" for block dev read_write buffer pointers
5393
5394     Block device read/write is anonymous data; there is no need to use a
5395     typed pointer.  void * is fine.  Also add a hook for block_read functions
5396
5397     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
5398
5399 commit 53758fa20e935cc87eeb0519ed365df753a6f289
5400 Author: Grant Likely <grant.likely@secretlab.ca>
5401 Date:   Tue Feb 20 09:05:38 2007 +0100
5402
5403     [PATCH 8_9] Add block_write hook to block_dev_desc_t
5404
5405     Preparation for future patches which support block device writing
5406
5407     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
5408
5409 commit f4852ebe6ca946a509667eb68be42026f837be76
5410 Author: Grant Likely <grant.likely@secretlab.ca>
5411 Date:   Tue Feb 20 09:05:31 2007 +0100
5412
5413     [PATCH 7_9] Replace ace_readw_ace_writeb functions with macros
5414
5415     Register read/write does not need to be wrapped in a full function.  The
5416     patch replaces them with macros.
5417
5418     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
5419
5420 commit 3a8ce9af6fcb5744a7851b4440c07688acc40844
5421 Author: Grant Likely <grant.likely@secretlab.ca>
5422 Date:   Tue Feb 20 09:05:23 2007 +0100
5423
5424     [PATCH 6_9] Move common_cmd_ace.c to drivers_systemace.c
5425
5426     The code in this file is not a command; it is a device driver.  Put it in
5427     the correct place.  There are zero functional changes in this patch, it
5428     only moves the file.
5429
5430     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
5431
5432 commit 984618f3e7794c783ec8d1511e74c6ee2d69bfe4
5433 Author: Grant Likely <grant.likely@secretlab.ca>
5434 Date:   Tue Feb 20 09:05:16 2007 +0100
5435
5436     [PATCH 5_9] Whitespace fixup on common_cmd_ace.c (using Lindent)
5437
5438     This patch is in preparation of additional changes to the sysace driver.
5439     May as well take this opportunity to fixup the inconsistent whitespace since
5440     this file is about to undergo major changes anyway.
5441
5442     There are zero functional changes in this patch.  It only cleans up the
5443     the whitespace.
5444
5445     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
5446
5447 commit 80ba981d940471fe7e539e64fa3d2bd80002beda
5448 Author: Grant Likely <grant.likely@secretlab.ca>
5449 Date:   Tue Feb 20 09:05:07 2007 +0100
5450
5451     [PATCH 4_4] Remove local implementation of isprint() in ft_build.c
5452
5453     isprint is already defined in ctype.c
5454
5455     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
5456
5457 commit c95c4280d751ca078c2ff58228d2f2b44ccf0600
5458 Author: Grant Likely <grant.likely@secretlab.ca>
5459 Date:   Tue Feb 20 09:05:00 2007 +0100
5460
5461     [PATCH 3_9] Move buffer print code from md command to common function
5462
5463     Printing a buffer is a darn useful thing.  Move the buffer print code
5464     into print_buffer() in lib_generic/
5465
5466     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
5467
5468 commit 99b0f0fd3fbf2572ae1a7723dd90cffc8e85130a
5469 Author: Grant Likely <grant.likely@secretlab.ca>
5470 Date:   Tue Feb 20 09:04:52 2007 +0100
5471
5472     [PATCH 2_4] Use config.h, not xparameters.h, for xilinx targets
5473
5474     Change the xilinx device drivers and board code to include config.h
5475     instead of xparameters.h directly.  config.h always includes the
5476     correct xparameters file.  This change reduces the posibility of
5477     including the wrong file when adding a new xilinx board port
5478
5479     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
5480
5481 commit 735dd97b1b20e777d059c7b389fe9d70cd3f80c7
5482 Author: Grant Likely <grant.likely@secretlab.ca>
5483 Date:   Tue Feb 20 09:04:34 2007 +0100
5484
5485     [PATCH 1_4] Merge common get_dev() routines for block devices
5486
5487     Each of the filesystem drivers duplicate the get_dev routine.  This change
5488     merges them into a single function in part.c
5489
5490     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
5491
5492 commit f5fcc3c20b65554e98a165542c36ee0c610a2d81
5493 Author: Wolfgang Denk <wd@pollux.denx.de>
5494 Date:   Mon Feb 19 23:09:51 2007 +0100
5495
5496     MCC200: Software Updater: allow both "ramdisk" and "filesystem" types
5497     as root file system images.
5498
5499 commit 489c696ae7211218961d159e43e722d74c36fcbc
5500 Author: Sergei Poselenov <sposelenov@emcraft.com>
5501 Date:   Wed Feb 14 14:30:28 2007 +0300
5502
5503     MCC200: Extensions to Software Update Mechanism
5504
5505     Update / extend Software Update Mechanism for MCC200 board:
5506
5507     - Add support for rootfs image added. The environment variables
5508       "rootfs_st" and "rootfs_nd" can be used to override the default
5509       values of the image start and end.
5510     - Remove excessive key check code.
5511     - Code cleanup.
5512
5513 commit 4be23a12f23f1372634edc3215137b09768b7949
5514 Author: Stefan Roese <sr@denx.de>
5515 Date:   Mon Feb 19 08:23:15 2007 +0100
5516
5517     [PATCH] Update Sequoia EBC configuration (NOR FLASH)
5518
5519     As spotted by Matthias Fuchs, the READY input should not be
5520     enabled for the NOR FLASH on the Sequoia board.
5521
5522     Signed-off-by: Stefan Roese <sr@denx.de>
5523
5524 commit 2605e90bf676d48123afe5719a846d2b52b24aac
5525 Author: Heiko Schocher <hs@pollux.denx.de>
5526 Date:   Fri Feb 16 07:57:42 2007 +0100
5527
5528     [PATCH] Added support for the jupiter board.
5529
5530     Signed-off-by: Heiko Schocher <hs@denx.de>
5531
5532 commit 497d012e5be0194e1084073d0081eb1a844796b2
5533 Author: Gary Jennejohn <garyj@pollux.denx.de>
5534 Date:   Mon Feb 12 13:11:50 2007 +0100
5535
5536     LPC2292: patch from Siemens.
5537
5538 commit b0b1a920aebead0d44146e73676ae9d80fffc8e2
5539 Author: Stefan Roese <sr@denx.de>
5540 Date:   Sat Feb 10 08:49:31 2007 +0100
5541
5542     [PATCH] Add missing p3mx.h file to repository (ups)
5543
5544     Signed-off-by: Stefan Roese <sr@denx.de>
5545
5546 commit 53d4a4983fb9b3ae5f7b2f10c599aca2b1b4034a
5547 Author: Bartlomiej Sieka <tur@semihalf.com>
5548 Date:   Fri Feb 9 10:45:42 2007 +0100
5549
5550     [Motion-PRO] Preliminary support for the Motion-PRO board.
5551
5552 commit 5a753f98c6a01bd1c61a9a3f95e8329a35f62994
5553 Author: Stefan Roese <sr@denx.de>
5554 Date:   Wed Feb 7 16:51:08 2007 +0100
5555
5556     [PATCH] Update some AMCC 4xx board config files (set initrd_high)
5557
5558     Some boards that can have more than 768MBytes of SDRAM need to
5559     set "initrd_high", so that the initrd can be accessed by the
5560     Linux kernel.
5561
5562     Signed-off-by: Stefan Roese <sr@denx.de>
5563
5564 commit 7372ca68227930d03cffa548310524cad5b96733
5565 Author: Stefan Roese <sr@denx.de>
5566 Date:   Fri Feb 2 12:44:22 2007 +0100
5567
5568     [PATCH] Correctly display PCI arbiter en-/disabled on some 4xx boards
5569
5570     Previously the strapping DCR/SDR was read to determine if the internal PCI
5571     arbiter is enabled or not. This strapping bit can be overridden, so now
5572     the current status is read from the correct DCR/SDR register.
5573
5574     Signed-off-by: Stefan Roese <sr@denx.de>
5575
5576 commit 2aa54f651a42d198673318f07a20c89a43e4d197
5577 Author: Stefan Roese <sr@denx.de>
5578 Date:   Fri Feb 2 12:42:08 2007 +0100
5579
5580     [PATCH] Change configuration output of Sycamore, Yellowstone & Rainier
5581
5582     Signed-off-by: Stefan Roese <sr@denx.de>
5583
5584 commit 23744d6b5bf17592eb6a0ef4f318f6089f55993b
5585 Author: Stefan Roese <sr@denx.de>
5586 Date:   Thu Feb 1 13:22:41 2007 +0100
5587
5588     [PATCH] Remove PCI-PNP configuration from Sequoia/Rainier config file
5589
5590     When PCI PNP is enabled the pci pnp configuration routine is called
5591     which sets the PCI_CACHE_SIZE_LINE to 8. This seems to generate some
5592     problems with some PCI cards. For now disable the PCI PNP configuration.
5593
5594     Signed-off-by: Stefan Roese <sr@denx.de>
5595
5596 commit 2902fadade3be7659467e8d074048c6b7068f5c0
5597 Author: Stefan Roese <sr@denx.de>
5598 Date:   Wed Jan 31 16:56:10 2007 +0100
5599
5600     [PATCH] Update 440EPx/440GRx cpu detection
5601
5602     Signed-off-by: Stefan Roese <sr@denx.de>
5603
5604 commit d5ea287b02a6945c3977410e364a879dd1a555c8
5605 Author: Stefan Roese <sr@denx.de>
5606 Date:   Wed Jan 31 16:38:04 2007 +0100
5607
5608     [PATCH] Update esd cpci5200 files
5609
5610     Signed-off-by: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
5611
5612 commit 8b7d1f0ab7d7c4fe3160bbf74a7e9690d9f3a3ab
5613 Author: Stefan Roese <sr@denx.de>
5614 Date:   Wed Jan 31 16:37:34 2007 +0100
5615
5616     [PATCH] Add support for esd mecp5200 board
5617
5618     Signed-off-by: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
5619
5620 commit 71a4e5fda8b60044ab9f46069fa1cfa26bdd07ff
5621 Author: Stefan Roese <sr@denx.de>
5622 Date:   Wed Jan 31 12:38:50 2007 +0100
5623
5624     [PATCH] Remove unneccessary yellowstone board config file
5625
5626     Signed-off-by: Stefan Roese <sr@denx.de>
5627
5628 commit e802594b6fa1b166308820c276b96dc0d7cc731c
5629 Author: Stefan Roese <sr@denx.de>
5630 Date:   Tue Jan 30 17:06:10 2007 +0100
5631
5632     [PATCH] Update Sequoia (440EPx) config file
5633
5634     The config file now handles the 2nd target, the Rainier (440GRx)
5635     evaluation board better. Additionally the PPC input clock was
5636     adjusted to match the correct value of 33.0 MHz.
5637
5638     Signed-off-by: Stefan Roese <sr@denx.de>
5639
5640 commit 700200c67e73b83751418abe7815840dca8fd6cb
5641 Author: Stefan Roese <sr@denx.de>
5642 Date:   Tue Jan 30 17:04:19 2007 +0100
5643
5644     [PATCH] Merge Yosemite & Yellowstone board ports
5645
5646     Now the AMCC eval boards Yosemite (440EP) and Yellowstone (440GR)
5647     share one config file and all board specific files. This way we
5648     don't have to maintain two different sets of files for nearly
5649     identical boards.
5650
5651     Signed-off-by: Stefan Roese <sr@denx.de>
5652
5653 commit 1bbf5eae322f5f1f6427ecc3ac13a0cb7dba8ad6
5654 Author: Stefan Roese <sr@denx.de>
5655 Date:   Tue Jan 30 15:01:49 2007 +0100
5656
5657     [PATCH] Update Prodrive SCPU (PDNB3 variant) board
5658
5659     SCPU doesn't use redundant environment in flash.
5660
5661     Signed-off-by: Stefan Roese <sr@denx.de>
5662
5663 commit 6304430ed642ea8fa15c9e5af965ac2e033eec45
5664 Author: Stefan Roese <sr@denx.de>
5665 Date:   Tue Jan 30 12:51:07 2007 +0100
5666
5667     [PATCH] alpr: Update alpr board config file
5668
5669     Signed-off-by: Stefan Roese <sr@denx.de>
5670
5671 commit f8db84f132b1e335f20f96138a1f09ed97b08664
5672 Author: Wolfgang Denk <wd@pollux.denx.de>
5673 Date:   Tue Jan 30 00:50:40 2007 +0100
5674
5675     LPC2292 SODIMM port coding style cleanup.
5676
5677 commit 6bd2447ee47ee23c18d2b3c7ccd5a20f7626f5b3
5678 Author: Gary Jennejohn <garyj@pollux.denx.de>
5679 Date:   Wed Jan 24 12:16:56 2007 +0100
5680
5681     Add port for the lpc2292sodimm evaluation board from EmbeddedArtists
5682
5683 commit 2daf046ba627f85f44195815778140039636244e
5684 Author: Bartlomiej Sieka <tur@semihalf.com>
5685 Date:   Tue Jan 23 17:22:06 2007 +0100
5686
5687     [iDMR] Add MTD and JFFS2 support, also add default partition definition.
5688
5689 commit f7db33101fbc9c8f0a10738ce87034875a17aeb9
5690 Author: Bartlomiej Sieka <tur@semihalf.com>
5691 Date:   Tue Jan 23 14:21:14 2007 +0100
5692
5693     [iDMR] Flash driver on initialisation write-protects some sectors,
5694     currently sectors 0-3. Sector 3 does not need to be protected, though
5695     (U-boot occupies sectors 0-1 and the environment sector 2). This commit
5696     fixes this, i.e., only sectors 0-2 are protected.
5697
5698 commit 0ed47bb119cd2c4c16edb2548789148f9e6dc9de
5699 Author: Bartlomiej Sieka <tur@semihalf.com>
5700 Date:   Tue Jan 23 14:11:22 2007 +0100
5701
5702     [iDMR] Using MII-related commands on iDRM board doesn't work now (e.g.,
5703     "mii device" results in "Unexpected exception"). Fixing this properly
5704     requires some clean-up in the FEC drivers infrastructure for ColdFire, so
5705     this commit disables MII commads for now.
5706
5707 commit 363d1d8f9c99b63daef81f5985cab3fc00edde5c
5708 Author: Bartlomiej Sieka <tur@semihalf.com>
5709 Date:   Tue Jan 23 13:25:22 2007 +0100
5710
5711     [ColdFire MCF5271 family] Add CPU detection based on the value of Chip
5712     Identification Register (CIR).
5713
5714 commit fdef388758506765d4d6a7155c8f1584c63ff581
5715 Author: roy zang <tie-fei.zang@freescale.com>
5716 Date:   Mon Jan 22 13:19:21 2007 +0800
5717
5718     use  CFG_WRITE_SWAPPED_DATA define instead of define CFG_FLASH_CFI_SWAP
5719     The patch by Heiko Schocher <hs@pollux.denx.de> on Jan, 19, 2007
5720     fixes cfi_driver bug for mpc7448hpc2 board. The default cfi_driver can support
5721     mpc7448hpc2 board.
5722
5723 commit a4012396645533aef218354eeba754dff0deace8
5724 Author: Wolfgang Denk <wd@pollux.denx.de>
5725 Date:   Fri Jan 19 23:08:39 2007 +0100
5726
5727     Minor code cleanup.
5728
5729 commit f539b7ba7d7ef6dd187c8209609001cb1cd95e39
5730 Author: Heiko Schocher <hs@pollux.denx.de>
5731 Date:   Fri Jan 19 19:57:10 2007 +0100
5732
5733     [PATCH] SC3 board: added CFG_CMD_AUTOSCRIPT.
5734
5735     Signed-off-by: Heiko Schocher <hs@denx.de>
5736
5737 commit d0b6e14087ddd8789f224a48e1d33f2a5df4d167
5738 Author: Heiko Schocher <hs@pollux.denx.de>
5739 Date:   Fri Jan 19 18:05:26 2007 +0100
5740
5741     [PATCH] CFI: define CFG_WRITE_SWAPPED_DATA for the CFI-Flash driver
5742                  if you must swap the bytes between reading/writing.
5743                  (Needed for the SC3 board)
5744
5745     Signed-off-by: Heiko Schocher <hs@denx.de>
5746
5747 commit 9d8d5a5bfb64768f29a0cb47fc37cd6f4c40e276
5748 Author: Stefan Roese <sr@denx.de>
5749 Date:   Thu Jan 18 16:05:47 2007 +0100
5750
5751     [PATCH] Add support for Prodrive SCPU (PDNB3 variant) board
5752
5753     Signed-off-by: Stefan Roese <sr@denx.de>
5754
5755 commit 0057d758e3e874cbe7f24745d0cce8c1cb6c207e
5756 Author: Stefan Roese <sr@denx.de>
5757 Date:   Thu Jan 18 11:54:52 2007 +0100
5758
5759     [PATCH] Update Prodrive P3Mx support
5760
5761     Signed-off-by: Stefan Roese <sr@denx.de>
5762
5763 commit 34167a36c29ee946b727465db5c014746a08e978
5764 Author: Stefan Roese <sr@denx.de>
5765 Date:   Thu Jan 18 11:48:10 2007 +0100
5766
5767     [PATCH] Add missing Taishan config file
5768
5769     Signed-off-by: Stefan Roese <sr@denx.de>
5770
5771 commit cb4820725e9fc409c5cbc8e83054a6ed522d2111
5772 Author: Heiko Schocher <hs@pollux.denx.de>
5773 Date:   Thu Jan 18 11:28:51 2007 +0100
5774
5775     [PATCH] Fix: Compilerwarnings for SC3 board.
5776                  The EBC Configuration Register is now by CFG_EBC_CFG definable
5777                  Added JFFS2 support for the SC3 board.
5778
5779     Signed-off-by: Heiko Schocher <hs@denx.de>
5780
5781 commit 5fb692cae57d1710c8f52a427cf7f39a37383fcd
5782 Author: Stefan Roese <sr@denx.de>
5783 Date:   Thu Jan 18 10:25:34 2007 +0100
5784
5785     [PATCH] Add support for AMCC Taishan PPC440GX eval board
5786
5787     Signed-off-by: Stefan Roese <sr@denx.de>
5788
5789 commit 6d3e0107235aa0e6a6dcb77f9884497280bf85ad
5790 Author: Wolfgang Denk <wd@pollux.denx.de>
5791 Date:   Tue Jan 16 18:30:50 2007 +0100
5792
5793     Raname solidcard3 into sc3; add redundant env for sc3
5794
5795 commit 1bbbbdd20fcec9933697000dcf55ff7972622596
5796 Author: Wolfgang Denk <wd@pollux.denx.de>
5797 Date:   Tue Jan 16 12:46:35 2007 +0100
5798
5799     Update default environment for Solidcard3
5800
5801 commit 5a5c56986a9ccf71642c8b6374eb18487b15fecd
5802 Author: Stefan Roese <sr@denx.de>
5803 Date:   Mon Jan 15 09:46:29 2007 +0100
5804
5805     [PATCH] Fix 440SPe rev B detection from previous patch
5806
5807     Signed-off-by: Stefan Roese <sr@denx.de>
5808
5809 commit a443d31410c571ee8f970da819a44d698fdd6b1f
5810 Author: Heiko Schocher <hs@pollux.denx.de>
5811 Date:   Sun Jan 14 13:35:31 2007 +0100
5812
5813         [FIX] correct I2C Writes for the LM81 Sensor.
5814
5815         Signed-off-by: Heiko Schocher <hs@denx.de>
5816
5817 commit 0bba5452835f19a61204edcda3a58112fd8e2208
5818 Author: Wolfgang Denk <wd@pollux.denx.de>
5819 Date:   Sat Jan 13 11:17:10 2007 +0100
5820
5821     Undo commit 3033ebb2: reset command does not take any arguments
5822
5823     Haiying Wang's modification to the reset command was broken, undo it.
5824
5825     Signed-off-by: Wolfgang Denk <wd@denx.de>
5826
5827 commit 95981778cff0038fd9941044d6a3eda810e33258
5828 Author: Stefan Roese <sr@denx.de>
5829 Date:   Sat Jan 13 08:01:03 2007 +0100
5830
5831     [PATCH] Update 440SP(e) cpu revisions
5832
5833     Also display enabled/disabled RAID 6 support for 440SP/440SPe PPC's.
5834
5835     Signed-off-by: Stefan Roese <sr@denx.de>
5836
5837 commit 77ddc5b9afb325262fd88752ba430a1dded1f0c7
5838 Author: Stefan Roese <sr@denx.de>
5839 Date:   Sat Jan 13 07:59:56 2007 +0100
5840
5841     [PATCH] Update Yellowstone (440GR) to display board rev and PCI bus speed
5842
5843     Now the board revision and the current PCI bus speed are printed after
5844     the board message.
5845
5846     Also the EBC initialising is now done via defines in the board config
5847     file.
5848
5849     Signed-off-by: Stefan Roese <sr@denx.de>
5850
5851 commit 36adff362c2c0141ff8a810d42a7e478f779130f
5852 Author: Stefan Roese <sr@denx.de>
5853 Date:   Sat Jan 13 07:59:19 2007 +0100
5854
5855     [PATCH] Update Yosemite (440EP) to display board rev and PCI bus speed
5856
5857     Now the board revision and the current PCI bus speed are printed after
5858     the board message.
5859
5860     Also the EBC initialising is now done via defines in the board config
5861     file.
5862
5863     Signed-off-by: Stefan Roese <sr@denx.de>
5864
5865 commit e0b9ea8c8a294de6a5350ae638879d24b5b709d6
5866 Author: Stefan Roese <sr@denx.de>
5867 Date:   Sat Jan 13 07:57:51 2007 +0100
5868
5869     [PATCH] Update Sequoia (440EPx) to display board rev and PCI bus speed
5870
5871     Now the board revision and the current PCI bus speed are printed after
5872     the board message.
5873
5874     Signed-off-by: Stefan Roese <sr@denx.de>
5875
5876 commit ca43ba18e910206ef8063e4b22d282630bff3fd2
5877 Author: Heiko Schocher <hs@pollux.denx.de>
5878 Date:   Thu Jan 11 15:44:44 2007 +0100
5879
5880         Added support for the SOLIDCARD III board from Eurodesign
5881
5882         Signed-off-by: Heiko Schocher <hs@denx.de>
5883
5884 commit 6abaee42621c07e81a2cd189ad4368b5e8c50280
5885 Author: Reinhard Thies <Reinhard.Thies@web.de>
5886 Date:   Wed Jan 10 14:41:14 2007 +0100
5887
5888     Adjusted default environment for cam5200 board.
5889
5890 commit bab5a90d4ccc1a46a8127b867fa59028cc623ad9
5891 Author: Wolfgang Denk <wd@pollux.denx.de>
5892 Date:   Wed Jan 10 15:35:52 2007 +0100
5893
5894     Update CHANGELOG
5895
5896 commit 787fa15860a57833e50bd30555079a9cd4e519b8
5897 Author: Wolfgang Denk <wd@pollux.denx.de>
5898 Date:   Wed Jan 10 01:28:39 2007 +0100
5899
5900     Fix auto_update for MCC200 board.
5901
5902     The invocation of do_auto_update() is moved to the end of the
5903     misc_init_r() function, after the flash mappings have been
5904     initialized. Please find attached a patch that implements that
5905     change.
5906
5907     Also correct the decoding of the keypad status. With this update, the
5908     key that will trigger the update is Column 2, Row 2.
5909
5910 commit d9384de2f571046e71081bae22b49e3d5ca2e3d5
5911 Author: Marian Balakowicz <m8@semihalf.com>
5912 Date:   Wed Jan 10 00:26:15 2007 +0100
5913
5914     CAM5200 flash driver modifications:
5915     - use CFI driver (replaces custom flash driver) for main 'cam5200' target
5916     - add second build target 'cam5200_niosflash' which still uses custom driver
5917
5918 commit 67fea022fa957f59653b5238c7496f80a6b70432
5919 Author: Markus Klotzbuecher <mk@denx.de>
5920 Date:   Tue Jan 9 16:02:48 2007 +0100
5921
5922     SPC1920: cleanup memory contoller setup
5923
5924 commit 8fc2102faa23593c80381437c09f7745a14deb40
5925 Author: Markus Klotzbuecher <mk@denx.de>
5926 Date:   Tue Jan 9 14:57:14 2007 +0100
5927
5928     Fix the cpu speed setup to work with all boards.
5929
5930 commit 9295acb77481cf099ef9b40e1fa2d145b3c7490c
5931 Author: Markus Klotzbuecher <mk@denx.de>
5932 Date:   Tue Jan 9 14:57:13 2007 +0100
5933
5934     SPC1920: add support for the FM18L08 Ramtron FRAM
5935
5936 commit 38ccd2fdf3364a53fe80e9b365303ecdafc9e223
5937 Author: Markus Klotzbuecher <mk@denx.de>
5938 Date:   Tue Jan 9 14:57:13 2007 +0100
5939
5940     SPC1920: update the HPI register addresses to work with the second
5941     generation of hardware
5942
5943 commit 5921e5313fc3eadd42770c2b99badd7fae5ecf1e
5944 Author: Markus Klotzbuecher <mk@creamnet.de>
5945 Date:   Tue Jan 9 14:57:13 2007 +0100
5946
5947     Miscellanious spc1920 related cleanups
5948
5949 commit e4c2d37adc8bb1bf69dcf600cbc6c75f916a6120
5950 Author: Markus Klotzbuecher <mk@denx.de>
5951 Date:   Tue Jan 9 14:57:12 2007 +0100
5952
5953     SPC1920 GO/NOGO led should be set to color red in U-Boot
5954
5955 commit 0be62728aac459ba268d6d752ed49ec0e2bc7348
5956 Author: Markus Klotzbuecher <mk@creamnet.de>
5957 Date:   Tue Jan 9 14:57:12 2007 +0100
5958
5959     Add support for the DS3231 RTC
5960
5961 commit 8139567b60d678584b05f0718a681f2047c5e14f
5962 Author: Markus Klotzbuecher <mk@creamnet.de>
5963 Date:   Tue Jan 9 14:57:11 2007 +0100
5964
5965     SMC1 uses external CLK4 instead of BRG on spc1920
5966
5967 commit d8d9de1a02fbd880b613d607143d1f57342affc7
5968 Author: Markus Klotzbuecher <mk@creamnet.de>
5969 Date:   Tue Jan 9 14:57:10 2007 +0100
5970
5971     Update the SPC1920 CMB PLD driver
5972
5973 commit 3f34f869162750e5e999fd140f884f5de952bcfe
5974 Author: Markus Klotzbuecher <mk@creamnet.de>
5975 Date:   Tue Jan 9 14:57:10 2007 +0100
5976
5977     Add / enable I2C support on the spc1920 board
5978
5979 commit d28707dbce1e9ac2017ad051da4133bf22b4204f
5980 Author: Markus Klotzbuecher <mk@creamnet.de>
5981 Date:   Tue Jan 9 14:57:10 2007 +0100
5982
5983     Add support for the tms320671x host port interface (HPI)
5984
5985 commit f4eb54529bb3664c3a562e488b460fe075f79d67
5986 Author: Wolfgang Denk <wd@pollux.denx.de>
5987 Date:   Sun Jan 7 00:13:11 2007 +0100
5988
5989     Prepare for release 1.2.0
5990
5991 commit f07ae7a9daef27a3d0213a4f3fe39d5342173c02
5992 Author: Stefan Roese <sr@denx.de>
5993 Date:   Sat Jan 6 15:58:09 2007 +0100
5994
5995     [PATCH] 44x: Fix problem with DDR controller setup (refresh rate)
5996
5997     This patch fixes a problem with an incorrect setup for the refresh
5998     timer of the 44x DDR controller in the file cpu/ppc4xx/sdram.c
5999
6000     Signed-off-by: Stefan Roese <sr@denx.de>
6001
6002 commit f16c1da9577f06c5fc08651a4065537407de4635
6003 Author: Stefan Roese <sr@denx.de>
6004 Date:   Sat Jan 6 15:56:13 2007 +0100
6005
6006     [PATCH] Update ALPR board files
6007
6008     This update brings the ALPR board support to the newest version.
6009     It also fixes a problem with the NAND driver.
6010
6011     Signed-off-by: Stefan Roese <sr@denx.de>
6012
6013 commit cd1d937f90250a32988c37b2b4af8364d25de8ed
6014 Author: Stefan Roese <sr@denx.de>
6015 Date:   Fri Jan 5 11:46:05 2007 +0100
6016
6017     [PATCH] nand: Fix problem with oobsize calculation
6018
6019     Here the description from Brian Brelsford <Brian_Brelsford@dell.com>:
6020
6021     The Hynix part returns a 0x1d in the 4th ID byte. The Samsung part
6022     returns a 0x15. In the code fragment below bits [1:0] determine the
6023     page size, it is ANDed via "(extid & 0x3)" then shifted out. The
6024     next field is also ANDed with 0x3. However this is a one bit field
6025     as defined in the Hynix and Samsung parts in the 4th ID byte that
6026     determins the oobsize, not a two bit field. It works on Samsung as
6027     bits[3:2] are 01. However for the Hynix there is a 11 in these two
6028     bits, so the oob size gets messed up.
6029
6030     I checked the correct linux code and the suggested fix from Brian is
6031     also available in the linux nand mtd driver.
6032
6033     Signed-off-by: Stefan Roese <sr@denx.de>
6034
6035 commit a78bc443ae5a4a8ba87590587d5e35bf5a787b2e
6036 Author: Stefan Roese <sr@denx.de>
6037 Date:   Fri Jan 5 10:40:36 2007 +0100
6038
6039     [PATCH] Clear PLB4A0_ACR[WRP] on Sequoia (440EPx)
6040
6041     This fix will make the MAL burst disabling patch for the Linux
6042     EMAC driver obsolete.
6043
6044     Signed-off-by: Stefan Roese <sr@denx.de>
6045
6046 commit 023889838282b6237b401664f22dd22dfba2c066
6047 Author: Stefan Roese <sr@denx.de>
6048 Date:   Fri Jan 5 10:38:05 2007 +0100
6049
6050     [PATCH] Add DDR2 optimization code for Sequoia (440EPx) board
6051
6052     This code will optimize the DDR2 controller setup on a board specific
6053     basis.
6054
6055     Note: This code doesn't work right now on the NAND booting image for the
6056     Sequoia board, since it doesn't fit into the 4kBytes for the SPL image.
6057
6058     Signed-off-by: Stefan Roese <sr@denx.de>
6059
6060 commit cce4acbb68398634b8d011ed7bb0d12269c84230
6061 Author: Bartlomiej Sieka <tur@semihalf.com>
6062 Date:   Thu Dec 28 19:08:21 2006 +0100
6063
6064     Few V38B changes:
6065       - fix a typo in V38B config file
6066       - move watchdog initialisation earlier in the boot process
6067       - add "wdt=off" to default kernel command line (disables kernel watchdog)
6068
6069 commit 92eb729bad876725aeea908d2addba0800620840
6070 Author: Wolfgang Denk <wd@pollux.denx.de>
6071 Date:   Wed Dec 27 01:26:13 2006 +0100
6072
6073     Fix bug in adaption of Stefano Babic's CFI driver patch.
6074
6075 commit 9c0f42ecfe25f7ffce8ec7a815f03864d723ffe3
6076 Author: Wolfgang Denk <wd@pollux.denx.de>
6077 Date:   Sun Dec 24 01:42:57 2006 +0100
6078
6079     Minor code cleanup.
6080
6081 commit d784fdb05900ada3686d5778783e1fb328e9fb66
6082 Author: Stefano Babic <sbabic@denx.de>
6083 Date:   Tue Dec 12 00:22:42 2006 +0100
6084
6085     Fix cfi failure with Spansion Flash (Spansion Flash Devices have a different offset to go into CFI mode)
6086
6087 commit 1b3c360c235dc684ec06c2d5f183f0a282ce45e2
6088 Author: Stefan Roese <sr@denx.de>
6089 Date:   Fri Dec 22 14:29:40 2006 +0100
6090
6091     [PATCH] Fix sequoia flash autodetection (finally correct)
6092
6093     Now 32MByte and 64MByte FLASH is know to work and other
6094     configurations should work too.
6095
6096     Signed-off-by: Stefan Roese <sr@denx.de>
6097
6098 commit 82e5236a8b719543643fd26d5827938ab2b94818
6099 Author: Wolfgang Denk <wd@pollux.denx.de>
6100 Date:   Fri Dec 22 10:30:26 2006 +0100
6101
6102     Minor code cleanup; update CHANGELOG.
6103
6104 commit fa23044564091f05d9695beb7b5b9a931e7f41a4
6105 Author: Heiko Schocher <hs@pollux.denx.de>
6106 Date:   Thu Dec 21 17:17:02 2006 +0100
6107
6108     Added support for the TQM8272 board from TQ
6109
6110     Signed-off-by: Heiko Schocher <hs@denx.de>
6111
6112 commit 6dedf3d49dd14c3bf541c8ecee7ffaac5f0e1d6c
6113 Author: Heiko Schocher <hs@pollux.denx.de>
6114 Date:   Thu Dec 21 16:14:48 2006 +0100
6115
6116     [PATCH] Add support for the UC101 board from MAN.
6117
6118     Signed-off-by: Heiko Schocher <hs@denx.de>
6119
6120 commit c84bad0ef60e7055ab0bd49b93069509cecc382a
6121 Author: Bartlomiej Sieka <tur@semihalf.com>
6122 Date:   Wed Dec 20 00:29:43 2006 +0100
6123
6124     Fix to make the baudrate changes immediate for the MCF52x2 family.
6125
6126 commit daa6e418bcc0c717752e8de939c213c790286096
6127 Author: Bartlomiej Sieka <tur@semihalf.com>
6128 Date:   Wed Dec 20 00:27:32 2006 +0100
6129
6130     Preliminary support for the iDMR board (ColdFire).
6131
6132 commit cdb97a6678826f85e7c69eae6a1c113d034c9b10
6133 Author: Andrei Safronov <safronov@pollux.denx.de>
6134 Date:   Fri Dec 8 16:23:08 2006 +0100
6135
6136     automatic update mechanism
6137
6138 commit 9d27b3a0685ff99fc477983f315c04d49f657a8a
6139 Author: roy zang <tie-fei.zang@freescale.com>
6140 Date:   Mon Dec 4 17:56:59 2006 +0800
6141
6142     Slight code clean up.
6143     Add comments, delete duplicate define and remove spaces.
6144     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
6145
6146 commit 4dbcd69e3e2776ea334590d5768e3692c5fae5c1
6147 Author: roy zang <tie-fei.zang@freescale.com>
6148 Date:   Mon Dec 4 17:54:21 2006 +0800
6149
6150     Introduce PLL_CFG[0:4] table for processor 7448/7447A/7455/7457. The original
6151     multiplier table can not refect the real PLL clock behavior of these
6152     processors. Please refer to the hardware specification for detailed
6153     information of the corresponding processors.
6154     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
6155
6156 commit 4efe20c9579011d9987f62ed7d35ee8cdc1cf0e0
6157 Author: roy zang <tie-fei.zang@freescale.com>
6158 Date:   Mon Dec 4 14:46:23 2006 +0800
6159
6160     Remove the static MAC address, ip address, server ip, netmask and
6161     gateway ip for network setting.
6162     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
6163
6164 commit 6f12c61cf31ed73d72ddfcfc712a854a3a177aaf
6165 Author: roy zang <tie-fei.zang@freescale.com>
6166 Date:   Mon Dec 4 14:33:08 2006 +0800
6167
6168     Remove the duplicate memory test code for mpc744ihpc2 board.
6169     If a memory test is needed, please use the functions in
6170     post/memory.c or memtest command.
6171     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
6172
6173 commit c9c1eeed7dd193fa65fb194654132040d49d4d3a
6174 Author: roy zang <tie-fei.zang@freescale.com>
6175 Date:   Fri Dec 1 19:01:25 2006 +0800
6176
6177     Fix the exception occuring in RAM table search issue.
6178     The original search_one_table() function code can only processes the search
6179     for the exception occurring in FLASH/ROM, because the exception and fixup
6180     table usually locate in FLASH. If the exception address is also in
6181     FLASH, it will be OK.
6182     If the exception occurs in RAM, after the u-boot relocation, a
6183     relocation offset should be added.
6184
6185     clean up the code in cpu/74xx_7xx/cpu.c
6186
6187     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
6188
6189 commit ee311214e0d216f904feea269599d0934bf71f23
6190 Author: roy zang <tie-fei.zang@freescale.com>
6191 Date:   Fri Dec 1 11:47:36 2006 +0800
6192
6193     Clean up the code according to codestyle:
6194     (1) remove some C++ comments.
6195     (2) remove trailing white space.
6196     (3) remove trailing empty line.
6197     (4) Indentation by table.
6198     (5) remove {} in one line condition.
6199     (6) add space before '(' in function call.
6200     Remove some weird printf () output.
6201     Add necessary comments.
6202     Modified Makefile to support building in a separate directory.
6203
6204 commit dd520bf314c7add4183c5191692180f576f96b60
6205 Author: Wolfgang Denk <wd@pollux.denx.de>
6206 Date:   Thu Nov 30 18:02:20 2006 +0100
6207
6208     Code cleanup.
6209
6210 commit 8d9a8610b8256331132227e9e6585c6bd5742787
6211 Author: Wolfgang Denk <wd@pollux.denx.de>
6212 Date:   Thu Nov 30 01:54:07 2006 +0100
6213
6214     Code cleanup. Update CHANGELOG.
6215
6216 commit 726e90aacf0b1ecb0e7055be574622fbe3e450ba
6217 Author: Grant Likely <grant.likely@secretlab.ca>
6218 Date:   Wed Nov 29 16:23:42 2006 +0100
6219
6220     [PATCH] [MPC52xx] Use IPB bus frequency for SOC peripherals
6221
6222     The soc node of the mpc52xx needs to be loaded with the IPB bus frequency,
6223     not the XLB frequency.
6224
6225     This patch depends on the previous patches for MPC52xx device tree support
6226
6227     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
6228     Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
6229
6230 commit 1eac2a71417b6675b11aace72102a2e7fde8f5c6
6231 Author: Stefan Roese <sr@denx.de>
6232 Date:   Wed Nov 29 15:42:37 2006 +0100
6233
6234     [PATCH] Add support for Prodrive P3M750 & P3M7448 (P3Mx) boards
6235
6236     This patch adds support for the Prodrive P3M750 (PPC750 & MV64460)
6237     and the P3M7448 (MPC7448 & MV64460) PMC modules. Both modules are
6238     quite similar and share the same board directory "prodrive/p3mx"
6239     and the same config file "p3mx.h".
6240
6241     Signed-off-by: Stefan Roese <sr@denx.de>
6242
6243 commit 1bdd46832aeb569f5e04b1f20f64318525b6525a
6244 Author: Stefan Roese <sr@denx.de>
6245 Date:   Wed Nov 29 12:53:15 2006 +0100
6246
6247     [PATCH] common/cmd_elf.c: Enable loadaddr as parameter in bootvx command
6248
6249     In the bootvx command the load address was only read from the env
6250     variable "loadaddr" and not optionally passed as paramter as described
6251     in the help. This is fixed with this patch. The behaviour is now the
6252     same as in the bootelf command.
6253
6254     Signed-off-by: Stefan Roese <sr@denx.de>
6255
6256 commit 4e26f1074c3ac1bd8fd094f0dc4a1c4a0b15a592
6257 Author: Stefan Roese <sr@denx.de>
6258 Date:   Wed Nov 29 12:03:57 2006 +0100
6259
6260     [PATCH] include/ppc440.h minor error affecting interrupts
6261
6262     Fixed include/ppc440.c for UIC address Bug
6263
6264     Corrects bug affecting the addresses for the universal interrupt
6265     controller UIC2 and UIC3 on the PPC440 Epx, GRx, and SPE chips.
6266
6267     Signed-off-by: Jeff Mann <mannj@embeddedplanet.com>
6268     Signed-off-by: Stefan Roese <sr@denx.de>
6269
6270 commit 1939d969443ccf316cab2bf32ab1027d4db5ba1a
6271 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
6272 Date:   Tue Nov 28 16:17:27 2006 -0600
6273
6274     Make fsl-i2c not conflict with SOFT I2C
6275
6276     Signed-off-by: Timur Tabi <timur@freescale.com>
6277
6278 commit 14198bf768fdc958e3c1afd2404e5262208e98d7
6279 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
6280 Date:   Tue Nov 28 16:17:18 2006 -0600
6281
6282     Fix I2C master address initialization.
6283
6284     Signed-off-by: Timur Tabi <timur@freescale.com>
6285
6286 commit cf3d045e51ca8dcc6cf759827140861d6ac25c04
6287 Author: Kim Phillips <kim.phillips@freescale.com>
6288 Date:   Tue Nov 28 23:31:19 2006 -0600
6289
6290     Assign maintainers for mpc8349emds and mpc8360emds
6291
6292     Dave for mpc8360emds, and me for mpc8349emds.
6293
6294 commit 1aa934c81b77f2080d3ca4b226eab67b17a33961
6295 Author: Kim Phillips <kim.phillips@freescale.com>
6296 Date:   Tue Nov 28 23:28:33 2006 -0600
6297
6298     Eliminate gcc 4 'used uninitialized' warnings in drivers/qe/uccf.c
6299
6300     give initial values for reg_num, shift, p_cmxucr in ucc_set_clk_src
6301     since they are passed by reference to ucc_get_cmxucr_reg and assigned.
6302
6303 commit e857a5bdb3954b896c0920cb9d8d2b1b9c107ce5
6304 Author: Timur Tabi <timur@freescale.com>
6305 Date:   Tue Nov 28 12:09:35 2006 -0600
6306
6307     mpc83xx: Miscellaneous code style fixes
6308
6309     Implement various code style fixes and similar changes.
6310
6311     Signed-off-by: Timur Tabi <timur@freescale.com>
6312
6313 commit e59581c56ab5d6e0207ddac3b2c1d55cb36ec706
6314 Author: Stefan Roese <sr@denx.de>
6315 Date:   Tue Nov 28 17:55:49 2006 +0100
6316
6317     [PATCH] Enable the IceCube/lite5200 variants to pass a device tree to Linux.
6318
6319     This patch adds the code and configuration necessary to boot with an
6320     arch/powerpc Linux kernel.
6321
6322     Signed-off-by: Grant Likely <grant.likely@gmail.com>
6323     Acked-by: Jon Loeliger <jdl@freescale.com>
6324
6325 commit e732faec95a83cb468b4850ae807c8301dde8f6a
6326 Author: Stefan Roese <sr@denx.de>
6327 Date:   Tue Nov 28 16:09:24 2006 +0100
6328
6329     [PATCH] PPC4xx: 440SP Rev. C detection added
6330
6331     Signed-off-by: Stefan Roese <sr@denx.de>
6332
6333 commit e7f3e9ff01fbd7fa72eb42a9675fbed6bc4736b0
6334 Author: Stefan Roese <sr@denx.de>
6335 Date:   Tue Nov 28 11:04:45 2006 +0100
6336
6337     [PATCH] nand: Fix patch merge problem
6338
6339     Signed-off-by: Stefan Roese <sr@denx.de>
6340
6341 commit 58e3b14c18ed3288ceef8d086946dbf3df64ccf2
6342 Author: Stefan Roese <sr@denx.de>
6343 Date:   Tue Nov 28 11:04:45 2006 +0100
6344
6345     [PATCH] nand: Fix patch merge problem
6346
6347     Signed-off-by: Stefan Roese <sr@denx.de>
6348
6349 commit 4f4b602ec7524a032bdf3c6d28c7f525a4a67eaa
6350 Author: Wolfgang Denk <wd@pollux.denx.de>
6351 Date:   Mon Nov 27 22:53:53 2006 +0100
6352
6353     Update CHANGELOG
6354
6355 commit f6e495f54cdb8fe340b9c03deab40ad746d52fae
6356 Author: Stefan Roese <sr@denx.de>
6357 Date:   Mon Nov 27 17:43:25 2006 +0100
6358
6359     [PATCH] 4xx_enet.c: Correct the setting of zmiifer register
6360
6361     Patch below corrects the setting of the zmiifer register, it was
6362     overwritting the register rather than ORing the settings.
6363
6364     Signed-off-by: Neil Wilson <NWilson@airspan.com>
6365     Signed-off-by: Stefan Roese <sr@denx.de>
6366
6367 commit d1a72545296800b7e219f93104ad5836f0003d66
6368 Author: Stefan Roese <sr@denx.de>
6369 Date:   Mon Nov 27 17:34:10 2006 +0100
6370
6371     [PATCH] Select NAND embedded environment from board configuration
6372
6373     The current NAND Bootloader setup forces the environment
6374     variables to be in line with the bootloader. This change
6375     enables the configuration to be made in the board include
6376     file instead so that it can be individually enabled.
6377
6378     Signed-off-by: Nick Spence <nick.spence@freescale.com>
6379     Signed-off-by: Stefan Roese <sr@denx.de>
6380
6381 commit 15784862857c3c2214498defcfed84ff137fb81e
6382 Author: Stefan Roese <sr@denx.de>
6383 Date:   Mon Nov 27 17:22:19 2006 +0100
6384
6385     [PATCH] nand_wait() timeout fixes
6386
6387     Two fixes for the nand_wait() function in
6388     drivers/nand/nand_base.c:
6389
6390     1. Use correct timeouts. The original timeouts in Linux
6391     source are 400ms and 20ms not 40s and 20s
6392
6393     2. Return correct error value in case of timeout. 0 is
6394     interpreted as OK.
6395
6396     Signed-off-by: Rui Sousa <rui.sousa@laposte.net>
6397     Signed-off-by: Stefan Roese <sr@denx.de>
6398
6399 commit da5553b095bf04f4f109ad7e565dae3aba47b230
6400 Author: Stefan Roese <sr@denx.de>
6401 Date:   Mon Nov 27 17:04:06 2006 +0100
6402
6403     [PATCH] Allow CONFIG_OF_FLAT_TREE to boot a non-arch/powerpc kernel
6404
6405     This patch allows an arch/ppc kernel to be booted by just passing 1 or 2
6406     arguments to bootm.  It removes the getenv("disable_of") test that used
6407     to be used for this purpose.
6408
6409     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
6410     Acked-by: Jon Loeliger <jdl@freescale.com>
6411
6412 commit a9398e018593782c5fa7d0741955fc1256b34c1e
6413 Author: Wolfgang Denk <wd@pollux.denx.de>
6414 Date:   Mon Nov 27 15:32:42 2006 +0100
6415
6416     Minor code cleanup. Update CHANGELOG.
6417
6418 commit 1729b92cde575476684bffe819d0b7791b57bff2
6419 Author: Stefan Roese <sr@denx.de>
6420 Date:   Mon Nov 27 14:52:04 2006 +0100
6421
6422     [PATCH] 4xx: Fix problem with board specific reset code (now for real)
6423
6424     Signed-off-by: Stefan Roese <sr@denx.de>
6425
6426 commit cc5ee8a92a0e3ca6f727af71b8fd206460c7afd7
6427 Author: Stefan Roese <sr@denx.de>
6428 Date:   Mon Nov 27 14:49:51 2006 +0100
6429
6430     [PATCH] alpr: remove unused board specific flash driver
6431
6432     Signed-off-by: Stefan Roese <sr@denx.de>
6433
6434 commit 1f94d162e2b5f0edc28d9fb11482502c44d218e1
6435 Author: Stefan Roese <sr@denx.de>
6436 Date:   Mon Nov 27 14:48:41 2006 +0100
6437
6438     [PATCH] 4xx: Fix problem with board specific reset code
6439
6440     Signed-off-by: Stefan Roese <sr@denx.de>
6441
6442 commit ec0c2ec725aec9524a177a77ce75559e644a931a
6443 Author: Stefan Roese <sr@denx.de>
6444 Date:   Mon Nov 27 14:46:06 2006 +0100
6445
6446     [PATCH] Remove testing 4xx enet PHY setup
6447
6448     Signed-off-by: Stefan Roese <sr@denx.de>
6449
6450 commit 1c2ce2262069510f31c7d3fd7efd3d58b8c0c148
6451 Author: Stefan Roese <sr@denx.de>
6452 Date:   Mon Nov 27 14:12:17 2006 +0100
6453
6454     [PATCH] Update Prodrive ALPR board support (440GX)
6455
6456     Signed-off-by: Stefan Roese <sr@denx.de>
6457
6458 commit 78d620ebb5871d252270dedfad60c6568993b780
6459 Author: Wolfgang Denk <wd@atlas.denx.de>
6460 Date:   Thu Nov 23 22:58:58 2006 +0100
6461
6462     Updates for TQM5200 modules:
6463     - fix off-by-one error in board/tqm5200/cam5200_flash.c error message
6464     - simplify "udate" definitions
6465
6466 commit 2053283304eeddf250d109e6791eb6fa4cad14f7
6467 Author: Stefan Roese <sr@denx.de>
6468 Date:   Wed Nov 22 13:20:50 2006 +0100
6469
6470     [PATCH] PPC4xx start.S: Fix for processor errata
6471
6472     Fixed cpu/ppc4xx/start.S for 440EPx Errata: further corrects PPC440EPx
6473     errata 1.12: 440_33 by moving patch up in code.
6474
6475     Signed-off-by: Jeff Mann <mannj@embeddedplanet.com>
6476     Signed-off-by: Stefan Roese <sr@denx.de>
6477
6478 commit 4ef6251403f637841000e0fef9e832aa01339822
6479 Author: Stefan Roese <sr@denx.de>
6480 Date:   Mon Nov 20 20:39:52 2006 +0100
6481
6482     [PATCH] Update AMCC Sequoia config file to support 64MByte NOR FLASH
6483
6484     Signed-off-by: Stefan Roese <sr@denx.de>
6485
6486 commit e4bbd8da164b976d38616bd9c69c5e86e193cdf0
6487 Author: Wolfgang Denk <wd@pollux.denx.de>
6488 Date:   Mon Nov 20 10:28:30 2006 +0100
6489
6490     Update CHANGELOG
6491
6492 commit 260421a21e934a68d31fb6125b0fbd2631a8ca20
6493 Author: Stefan Roese <sr@denx.de>
6494 Date:   Mon Nov 13 13:55:24 2006 +0100
6495
6496     [PATCH] CFI driver AMD Command Set Top boot geometry reversal, etc. [Updated]
6497
6498        * Adds support for AMD command set Top Boot flash geometry reversal
6499        * Adds support for reading JEDEC Manufacturer ID and Device ID
6500        * Adds support for displaying command set, manufacturer id and
6501          device ids (flinfo)
6502        * Makes flinfo output to be consistent when CFG_FLASH_EMPTY_INFO defined
6503        * Removes outdated change history (refer to git log instead)
6504
6505     Signed-off-by: Tolunay Orkun <listmember@orkun.us>
6506     Signed-off-by: Stefan Roese <sr@denx.de>
6507
6508 commit b21b511d4c50408f4853f46f06b601272196223f
6509 Author: Wolfgang Denk <wd@pollux.denx.de>
6510 Date:   Sun Nov 12 21:13:23 2006 +0100
6511
6512     Update CHANGELOG
6513
6514 commit ce3f1a40c507afbab06c5eb58ccdc6713eda3245
6515 Author: Bartlomiej Sieka <tur@semihalf.com>
6516 Date:   Sat Nov 11 22:48:22 2006 +0100
6517
6518     Disable the watchdog in the default config for the V38B board.
6519
6520 commit 44a47e6db2694841211f1c8fdbafd36992e9cd1a
6521 Author: Bartlomiej Sieka <tur@semihalf.com>
6522 Date:   Sat Nov 11 22:43:00 2006 +0100
6523
6524     Change the GPIO pin multiplexing configuration for V38B. The USB GPIO pin
6525     group is enabled for USB earlier (in cpu_init_f() instead of
6526     usb_lowlevel_init()).
6527
6528 commit 91650b3e4de688038d4f71279c44858e3e2c6870
6529 Author: Wolfgang Denk <wd@pollux.denx.de>
6530 Date:   Mon Nov 6 17:06:36 2006 +0100
6531
6532     Sequential accesses to non-existent memory must be synchronized,
6533     at least on G2 cores.
6534
6535     This fixes get_ram_size() problems on MPC5200 Rev. B boards.
6536
6537 commit be5e61815d5a1fac290ce9c0ef09cb6a8e4288fa
6538 Author: Timur Tabi <timur@freescale.com>
6539 Date:   Fri Nov 3 19:15:00 2006 -0600
6540
6541     mpc83xx: Update 83xx to use fsl_i2c.c
6542
6543     Update the 83xx tree to use I2C support in drivers/fsl_i2c.c.  Delete
6544     cpu/mpc83xx/i2c.c, include/asm-ppc/i2c.h, and all references to those files.
6545     Added multiple I2C bus support to fsl_i2c.c.
6546
6547     Signed-off-by: Timur Tabi <timur@freescale.com>
6548
6549 commit d239d74b1c937984bc519083a8e7de373a390f06
6550 Author: Timur Tabi <timur@freescale.com>
6551 Date:   Fri Nov 3 12:00:28 2006 -0600
6552
6553     mpc83xx: Replace CFG_IMMRBAR with CFG_IMMR
6554
6555     Replace all instances of CFG_IMMRBAR with CFG_IMMR, so that the 83xx
6556     tree matches the other 8xxx trees.
6557
6558     Signed-off-by: Timur Tabi <timur@freescale.com>
6559
6560 commit f7fb2e703ec9688541416962724adff70a7322cb
6561 Author: Kim Phillips <kim.phillips@freescale.com>
6562 Date:   Thu Nov 2 19:47:11 2006 -0600
6563
6564     mpc83xx: Lindent and clean up cpu/mpc83xx/speed.c
6565
6566 commit 90f30a710a3c619b5405860a686c4ddfc495d4b6
6567 Author: Dave Liu <daveliu@freescale.com>
6568 Date:   Thu Nov 2 18:05:50 2006 -0600
6569
6570     mpc83xx: Fix the incorrect dcbz operation
6571
6572     The 834x rev1.x silicon has one CPU5 errata.
6573
6574     The issue is when the data cache locked with
6575     HID0[DLOCK], the dcbz instruction looks like no-op inst.
6576
6577     The right behavior of the data cache is when the data cache
6578     Locked with HID0[DLOCK], the dcbz instruction allocates
6579     new tags in cache.
6580
6581     The 834x rev3.0 and later and 8360 have not this bug inside.
6582
6583     So, when 834x rev3.0/8360 are working with ECC, the dcbz
6584     instruction will corrupt the stack in cache, the processor will
6585     checkstop reset.
6586
6587     However, the 834x rev1.x can work with ECC with these code,
6588     because the sillicon has this cache bug. The dcbz will not
6589     corrupt the stack in cache.
6590     Really, it is the fault code running on fault sillicon.
6591
6592     This patch fix the incorrect dcbz operation. Instead of
6593     CPU FP writing to initialise the ECC.
6594
6595     CHANGELOG:
6596     * Fix the incorrect dcbz operation instead of CPU FP
6597     writing to initialise the ECC memory. Otherwise, it
6598     will corrupt the stack in cache, The processor will checkstop
6599     reset.
6600
6601     Signed-off-by: Dave Liu <daveliu@freescale.com>
6602
6603 commit bf0b542d6773a5a1cbce77691f009b06d9aeb57d
6604 Author: Kim Phillips <kim.phillips@freescale.com>
6605 Date:   Wed Nov 1 00:10:40 2006 -0600
6606
6607     mpc83xx: add OF_FLAT_TREE bits to 83xx boards
6608
6609     add ft_pci_setup, OF_CPU, OF_SOC, OF_TBCLK, and
6610     STDOUT_PATH configuration bits to mpc8349emds,
6611     mpc8349itx, and mpc8360emds board code.
6612
6613     redo environment to use bootm with the fdtaddr
6614     for booting ARCH=powerpc kernels by default,
6615     and provide default fdtaddr values.
6616
6617 commit 48041365b3420589ad464ebc7752e0053538b729
6618 Author: Kim Phillips <kim.phillips@freescale.com>
6619 Date:   Wed Nov 1 00:07:25 2006 -0600
6620
6621     mpc83xx: change ft code to modify local-mac-address property
6622
6623     Update 83xx OF code to update local-mac-address properties
6624     for ethernet instead of the obsolete 'address' property.
6625
6626 commit 9ca880a250870a7d55754291b5591d2b5fe89b54
6627 Author: Timur Tabi <timur@freescale.com>
6628 Date:   Tue Oct 31 21:23:16 2006 -0600
6629
6630     mpc83xx: Fix dual I2C support for the MPC8349ITX, MPC8349EMDS, TQM834x, and MPC8360EMDS
6631
6632     This patch also adds an improved I2C set_speed(), which handles all clock
6633     frequencies.
6634
6635     Signed-off-by: Timur Tabi <timur@freescale.com>
6636
6637 commit ac4b5622ce050b5ee1e154b98df630d778661632
6638 Author: Dave Liu <daveliu@freescale.com>
6639 Date:   Tue Oct 31 19:54:59 2006 -0600
6640
6641     mpc83xx: add the README.mpc8360emds
6642
6643     add doc/README.mpc8360emds to accompany the new board support
6644
6645 commit 7737d5c658c606f999dfbe3e86b0fed49e5c50ef
6646 Author: Dave Liu <daveliu@freescale.com>
6647 Date:   Fri Nov 3 12:11:15 2006 -0600
6648
6649     mpc83xx: add QE ethernet support
6650
6651     this patch adds support for the QUICC Engine based UCC gigabit ethernet device.
6652
6653 commit 5f8204394e39bbe8cd9f08b8f8d145b6c01f7c73
6654 Author: Dave Liu <daveliu@freescale.com>
6655 Date:   Fri Nov 3 19:33:44 2006 -0600
6656
6657     mpc83xx: Add MPC8360EMDS basic board support
6658
6659     Add support for the Freescale MPC8360EMDS board.
6660     Includes DDR, DUART, Local Bus, PCI.
6661
6662 commit 23892e49352de74f7fac36ff90bb1be143d195e3
6663 Author: Dave Liu <daveliu@freescale.com>
6664 Date:   Tue Oct 31 19:30:40 2006 -0600
6665
6666     mpc83xx: add the QUICC Engine (QE) immap file
6667
6668     common QE immap file.  Also required for 8360.
6669
6670 commit b701652a4992bdcc62fb1a6038a85beef9e55da4
6671 Author: Dave Liu <daveliu@freescale.com>
6672 Date:   Tue Oct 31 19:25:38 2006 -0600
6673
6674     mpc83xx: Add 8360 specifics to 83xx immap
6675
6676     Mainly add QE device dependencies, with appropriate 8360 protection.
6677     Lindent also run.
6678
6679 commit 988833324a7fda482c8ac3ca23eb539f8232e404
6680 Author: Timur Tabi <timur@freescale.com>
6681 Date:   Tue Oct 31 19:14:41 2006 -0600
6682
6683     mpc83xx: Fix PCI, USB, bootargs for MPC8349E-mITX
6684
6685     PREREQUISITE PATCHES:
6686
6687     * This patch can only be applied after the following patches have been applied:
6688
6689       1) DNX#2006092142000015 "Add support for the MPC8349E-mITX  1/2"
6690       2) DNX#2006092142000024 "Add support for the MPC8349E-mITX  2/2"
6691
6692     CHANGELOG:
6693
6694     * For the 8349E-mITX, fix some size values in pci_init_board(), enable
6695       the clock for the 2nd USB board (Linux kernel will hang otherwise),
6696       and fix the CONFIG_BOOTARGS macro.
6697
6698     Signed-off-by: Timur Tabi <timur@freescale.com>
6699
6700 commit 2ad6b513b31070bd0c003792ed1c3e7f5d740357
6701 Author: Timur Tabi <timur@freescale.com>
6702 Date:   Tue Oct 31 18:44:42 2006 -0600
6703
6704     mpc83xx: Add support for the MPC8349E-mITX
6705
6706     PREREQUISITE PATCHES:
6707
6708     * This patch can only be applied after the following patches have been applied:
6709
6710       1) DNX#2006090742000024 "Add support for multiple I2C buses"
6711       2) DNX#2006090742000033 "Multi-bus I2C implementation of MPC834x"
6712       3) DNX#2006091242000041 "Additional MPC8349 support for multibus i2c"
6713       4) DNX#2006091242000078 "Add support for variable flash memory sizes on 83xx systems"
6714       5) DNX#2006091242000069 "Add support for Errata DDR6 on MPC 834x systems"
6715
6716     CHANGELOG:
6717
6718     * Add support for the Freescale MPC8349E-mITX reference design platform.
6719       The second TSEC (Vitesse 7385 switch) is not supported at this time.
6720
6721     Signed-off-by: Timur Tabi <timur@freescale.com>
6722
6723 commit 183da6d9b446cc12123455844ad1187e2375626f
6724 Author: Ben Warren <bwarren@qstreams.com>
6725 Date:   Tue Sep 12 10:15:53 2006 -0400
6726
6727     Additional MPC8349 support for multibus i2c
6728
6729     Hello,
6730
6731     Here is a patch for a file that was accidentally left out of a previous
6732     attempt.
6733
6734     It accompanies the patch with ticket DNX#2006090742000024
6735
6736     CHANGELOG:
6737             Change PCI initialization to use new multi-bus I2C API.
6738
6739     regards,
6740     Ben
6741
6742 commit b24f119d672b709d153ff2ac091d4aa63ec6877d
6743 Author: Ben Warren <bwarren@qstreams.com>
6744 Date:   Thu Sep 7 16:51:04 2006 -0400
6745
6746     Multi-bus I2C implementation of MPC834x
6747
6748     Hello,
6749
6750     Attached is a patch implementing multiple I2C buses on the MPC834x CPU
6751     family and the MPC8349EMDS board in particular.
6752     This patch requires Patch 1 (Add support for multiple I2C buses).
6753     Testing was performed on a 533MHz board.
6754
6755     /*** Note: This patch replaces ticket DNX#2006083042000027 ***/
6756
6757     Signed-off-by: Ben Warren <bwarren@qstreams.com>
6758
6759     CHANGELOG:
6760             Implemented driver-level code to support two I2C buses on the
6761     MPC834x CPU family and the MPC8349EMDS board.  Available I2C bus speeds
6762     are 50kHz, 100kHz and 400kHz on each bus.
6763
6764     regards,
6765     Ben
6766
6767 commit bb99ad6d8257bf828f150d40f507b30d80a4a7ae
6768 Author: Ben Warren <bwarren@qstreams.com>
6769 Date:   Thu Sep 7 16:50:54 2006 -0400
6770
6771     Add support for multiple I2C buses
6772
6773     Hello,
6774
6775     Attached is a patch providing support for multiple I2C buses at the
6776     command level.  The second part of the patch includes an implementation
6777     for the MPC834x CPU and MPC8349EMDS board.
6778
6779     /*** Note: This patch replaces ticket DNX#2006083042000018 ***/
6780
6781     Signed-off-by: Ben Warren <bwarren@qstreams.com>
6782
6783     Overview:
6784
6785     1. Include new 'i2c' command (based on USB implementation) using
6786     CONFIG_I2C_CMD_TREE.
6787
6788     2. Allow multiple buses by defining CONFIG_I2C_MULTI_BUS.  Note that
6789     the commands to change bus number and speed are only available under the
6790     new 'i2c' command mentioned in the first bullet.
6791
6792     3. The option CFG_I2C_NOPROBES has been expanded to work in multi-bus
6793     systems.  When CONFIG_I2C_MULTI_BUS is used, this option takes the form
6794     of an array of bus-device pairs.  Otherwise, it is an array of uchar.
6795
6796     CHANGELOG:
6797             Added new 'i2c' master command for all I2C interaction.  This is
6798     conditionally compiled with CONFIG_I2C_CMD_TREE.  New commands added for
6799     setting I2C bus speed as well as changing the active bus if the board
6800     has more than one (conditionally compiled with
6801     CONFIG_I2C_MULTI_BUS).  Updated NOPROBE logic to handle multiple buses.
6802     Updated README.
6803
6804     regards,
6805     Ben
6806
6807 commit bed85caf872714ebf53013967a695c9d63acfc68
6808 Author: Timur Tabi <timur@freescale.com>
6809 Date:   Tue Oct 31 18:13:36 2006 -0600
6810
6811     mpc83xx: Add support for Errata DDR6 on MPC 834x systems
6812
6813     CHANGELOG:
6814
6815     * Errata DDR6, which affects all current MPC 834x processors, lists changes
6816       required to maintain compatibility with various types of DDR memory.  This
6817       patch implements those changes.
6818
6819     Signed-off-by: Timur Tabi <timur@freescale.com>
6820
6821 commit afd6e470f639883002c7c59d562690a5cb0f4865
6822 Author: Timur Tabi <timur@freescale.com>
6823 Date:   Wed Oct 25 18:45:23 2006 -0500
6824
6825     mpc83xx: fix TQM build by defining a CFG_FLASH_SIZE for it
6826
6827 commit 31068b7c4abeefcb2c8fd4fbeccc8ec6c6d0475a
6828 Author: Timur Tabi <timur@freescale.com>
6829 Date:   Tue Aug 22 17:07:00 2006 -0500
6830
6831     mpc83xx: Add support for variable flash memory sizes on 83xx systems
6832
6833     CHANGELOG:
6834
6835     * On 83xx systems, use the CFG_FLASH_SIZE macro to program the LBC local access
6836        window registers, instead of using a hard-coded value of 8MB.
6837
6838     Signed-off-by: Timur Tabi <timur@freescale.com>
6839
6840 commit 2fc34ae66e73fa7841d1a006dc1b5dcbc1f78965
6841 Author: Tanya Jiang <tanya.jiang@freescale.com>
6842 Date:   Thu Aug 3 18:38:13 2006 +0800
6843
6844     mpc83xx: Unified TQM834x variable names with 83xx and consolidated macros
6845
6846     Unified TQM834x variable names with 83xx and consolidated macro
6847     in preparation for the 8360 and other upcoming 83xx devices.
6848
6849     Signed-off-by: Tanya Jiang <tanya.jiang@freescale.com>
6850
6851 commit f6eda7f80ccc13d658020268c507d7173cf2e8aa
6852 Author: Dave Liu <daveliu@freescale.com>
6853 Date:   Wed Oct 25 14:41:21 2006 -0500
6854
6855     mpc83xx: Changed to unified mpx83xx names and added common 83xx changes
6856
6857     Incorporated the common unified variable names and the changes in preparation
6858     for releasing mpc8360 patches.
6859
6860     Signed-off-by: Dave Liu <daveliu@freescale.com>
6861
6862 commit 3894c46c27c64891f93ac04edde86a9fa9758d92
6863 Author: Tanya Jiang <tanya.jiang@freescale.com>
6864 Date:   Thu Aug 3 18:36:02 2006 +0800
6865
6866     mpc83xx: Fix missing build for mpc8349emds pci.c
6867
6868     Make pci build for mpc8349emds
6869
6870     Signed-off-by: Tanya Jiang <tanya.jiang@freescale.com>
6871
6872 commit 09a81ff740b29deea1e2ab08a3c2ac136c2e6219
6873 Author: Tanya Jiang <tanya.jiang@freescale.com>
6874 Date:   Thu Aug 3 18:39:49 2006 +0800
6875
6876     mpc83xx: Removed unused file resetvec.S for mpc83xx cpu
6877
6878     Removed unused file resetvec.S for mpc83xx cpu
6879
6880     Signed-off-by: Tanya Jiang <tanya.jiang@freescale.com>
6881
6882 commit 04f899fc465c3e44f2b55ecc70618f5696fc0ddf
6883 Author: Nick Spence <Nick.Spence@freescale.com>
6884 Date:   Sat Sep 30 00:32:59 2006 -0700
6885
6886     NAND Flash verify across block boundaries
6887
6888     This patch addresses a problem when CONFIG_MTD_NAND_VERIFY_WRITE is
6889     defined
6890     and the write crosses a block boundary. The pointer to the verification
6891     buffer (bufstart) is not being updated to reflect the starting of the
6892     new
6893     block so the verification of the second block fails.
6894
6895     CHANGELOG:
6896
6897     * Fix NAND FLASH page verification across block boundaries
6898
6899 commit f484dc791a3932537213c43c654cc1295c64b84c
6900 Author: Nick Spence <nick.spence@freescale.com>
6901 Date:   Thu Sep 7 07:39:46 2006 -0700
6902
6903     Added RGMII support to the TSECs and Marvell 881111 Phy
6904
6905     Added a phy initialization to adjust the RGMII RX and TX timing
6906     Always set the R100 bit in 100 BaseT mode regardless of the TSEC mode
6907
6908     Signed-off-by: Nick Spence <nick.spence@freescale.com>
6909
6910 commit 4831c8b8a97799da77923d6bbb4c260c0d45521c
6911 Author: roy zang <tie-fei.zang@freescale.com>
6912 Date:   Fri Nov 3 13:10:00 2006 +0800
6913
6914     Remove some unused CFG define.
6915     undef CFG_DRAM_TEST
6916
6917 commit 99c09c4dec34f77c243bf51bea532e3f339410ad
6918 Author: roy zang <tie-fei.zang@freescale.com>
6919 Date:   Fri Nov 3 13:07:36 2006 +0800
6920
6921     Change the TEXT_BASE from 0xFFF00000 to 0xFF000000.
6922     Both work. 0xFF000000 seems more reasonable.
6923
6924 commit c59200443072353044aa4bf737a5a60f9a9af231
6925 Author: Wolfgang Denk <wd@pollux.denx.de>
6926 Date:   Thu Nov 2 15:15:01 2006 +0100
6927
6928     Release U-Boot 1.1.6
6929
6930 commit c1fbe4103a0d6c8957f912af902d705ba67836f2
6931 Author: roy zang <tie-fei.zang@freescale.com>
6932 Date:   Thu Nov 2 19:14:48 2006 +0800
6933
6934     This patch comes from Yuli's posted patch on 8/8/2006
6935     titled "CFI Driver Little-Endian write Issue".
6936
6937     http://sourceforge.net/mailarchive/message.php?msg_id=36311999
6938
6939     If that patch applied, please discard this one.
6940     Until now , I do not see his patch is applied. So please apply this one.
6941
6942     Signed-off-by: Yuli Barcohen <yuli@arabellasw.com>
6943     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
6944
6945 commit b825f158e449e1e9cf74c08e572955e122394c96
6946 Author: roy zang <tie-fei.zang@freescale.com>
6947 Date:   Thu Nov 2 19:12:31 2006 +0800
6948
6949     Tsi108 on chip i2c support.
6950
6951     The i2c  Interface provides a master-only, serial interface that can be
6952     used for initializing Tsi108/Tsi109 registers from an EEPROM after a
6953     device reset.
6954
6955     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
6956     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
6957
6958 commit 9226e7d6f09b9a1ac074cd918c81225a4689bba8
6959 Author: roy zang <tie-fei.zang@freescale.com>
6960 Date:   Thu Nov 2 19:11:06 2006 +0800
6961
6962     Tsi108 on chip pci controller support.
6963
6964     If there is no pci card, the tsi108/109 pci configure read will
6965     cause a machine check exception to the processor. PCI error should
6966     also be cleared after the read.
6967
6968     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
6969     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
6970
6971 commit d1927cee977126e547ceeba23e4f978f377cfb8f
6972 Author: roy zang <tie-fei.zang@freescale.com>
6973 Date:   Thu Nov 2 19:08:55 2006 +0800
6974
6975     Tundra tsi108 on chip Ethernet controller support.
6976
6977     The following is a brief description of the Ethernet controller:
6978     The Tsi108/9 Ethernet Controller connects Switch Fabric to two independent
6979     Gigabit Ethernet ports,E0 and E1.  It uses a single Management interface
6980     to manage the two physical connection devices (PHYs).  Each Ethernet port
6981     has its own statistics monitor that tracks and reports key interface
6982     statistics.  Each port supports a 256-entry hash table for address
6983     filtering.  In addition, each port is bridged to the Switch Fabric
6984     through a 2-Kbyte transmit FIFO and a 4-Kbyte Receive FIFO.
6985
6986     Each Ethernet port also has a pair of internal Ethernet DMA channels to
6987     support the transmit and receive data flows.  The Ethernet DMA channels
6988     use descriptors set up in memory, the memory map of the device, and
6989     access via the Switch Fabric.  The Ethernet Controller?s DMA arbiter
6990     handles arbitration for the Switch Fabric.  The Controller also
6991     has a register businterface for register accesses and status monitor
6992     control.
6993
6994     The PMD (Physical Media Device) interface operates in MII, GMII, or TBI
6995     modes.  The MII mode is used for connecting with 10 or 100 Mbit/s PMDs.
6996     The GMII and TBI modes are used to connect with Gigabit PMDs.  Internal
6997     data flows to and from the Ethernet Controller through the Switch Fabric.
6998
6999     Each Ethernet port uses its transmit and receive DMA channels to manage
7000     data flows through buffer descriptors that are predefined by the
7001     system (the descriptors can exist anywhere in the system memory map).
7002     These descriptors are data structures that point to buffers filled
7003     with data ready to transmit over Ethernet, or they point to empty
7004     buffers ready to receive data from Ethernet.
7005
7006     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
7007     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
7008
7009 commit 78aa0c3427f3ecdeb34aabfbbe2dd23b6ad8f40e
7010 Author: roy zang <tie-fei.zang@freescale.com>
7011 Date:   Thu Nov 2 19:01:33 2006 +0800
7012
7013     Tundra tsi108 header file.
7014
7015     The Tundra Semiconductor Corporation (Tundra) Tsi108 is a host bridge for
7016     PowerPC processors that offers numerous system interconnect options for
7017     embedded application designers. The Tsi108 can interconnect 60x or
7018     MPX processors to PCI/X peripherals, DDR2-400 memory, Gigabit Ethernet,
7019     and Flash. Provided the macro define for tsi108 chip.
7020
7021     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
7022     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
7023
7024 commit 87c4db09699c6b89176b31004afcb83eb1585d47
7025 Author: roy zang <tie-fei.zang@freescale.com>
7026 Date:   Thu Nov 2 18:59:15 2006 +0800
7027
7028     Add  mpc7448hpc2  (mpc7448 + tsi108)  board associated code support.
7029     mpc7448hpc2 board support high level code:tsi108 init + mpc7448hpc2.
7030
7031     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
7032     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
7033
7034 commit 27801b8ab11c61b577e45742a515bb3b23b80241
7035 Author: roy zang <tie-fei.zang@freescale.com>
7036 Date:   Thu Nov 2 18:57:21 2006 +0800
7037
7038     Add  mpc7448hpc2  (mpc7448 + tsi108)  board associated code support.
7039     Make ,config.mk and link file for the mpc7448hpc2 board.
7040
7041     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
7042     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
7043
7044 commit c6411c0c3bbc79f9ba8aef58296a42d8f9d8a0a6
7045 Author: roy zang <tie-fei.zang@freescale.com>
7046 Date:   Thu Nov 2 18:55:04 2006 +0800
7047
7048     Add  mpc7448hpc2  (mpc7448 + tsi108)  board associated code support.
7049     The mpc7448hpc2 board support header file.
7050
7051     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
7052     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
7053
7054 commit 625bb5ddb50b243f931262ca8c46956409471917
7055 Author: roy zang <tie-fei.zang@freescale.com>
7056 Date:   Thu Nov 2 18:52:21 2006 +0800
7057
7058     Add  mpc7448hpc2  (mpc7448 + tsi108)  board associated code support.
7059     The mpc7448hpc2 board support low level assemble language init code.
7060
7061     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
7062     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
7063
7064 commit 4c52783b3d024e153c4972b97332e314bc3bdc46
7065 Author: roy zang <tie-fei.zang@freescale.com>
7066 Date:   Thu Nov 2 18:49:51 2006 +0800
7067
7068     General code modification for mpc7448hpc2 board support.
7069     1. Add 7447A and 7448 processor support.
7070     2. Add the following flags.
7071
7072     CFG_CONFIG_BUS_CLK : If the 74xx bus frequency can be configured dynamically
7073     (such as by switch on board), this flag should be set.
7074
7075     CFG_EXCEPTION_AFTER_RELOCATE: If an exception occurs after the u-boot
7076     relocates to RAM, this flag should be set.
7077
7078     CFG_SERIAL_HANG_IN_EXCEPTION: If the print out function will cause the
7079     system hang in exception, this flag should be set.
7080
7081     There is a design issue for tsi108/109 pci configure  read. When pci scan
7082     the slots, if there is no pci card, the tsi108/9 will cause a machine
7083     check exception for mpc7448 processor.
7084
7085     Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
7086     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
7087
7088 commit 69366bf42f22d67efce8da3f8c40a43d4a3c2695
7089 Author: roy zang <tie-fei.zang@freescale.com>
7090 Date:   Thu Nov 2 18:34:47 2006 +0800
7091
7092     Add README file for mpc7448hpc2 board.
7093     Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
7094
7095 commit 25721b5cec2be4bce79cfade17ec8f6aa1e67526
7096 Author: Bartlomiej Sieka <tur@semihalf.com>
7097 Date:   Wed Nov 1 02:04:38 2006 +0100
7098
7099     Finish up support for MarelV38B board
7100      - add watchdog support
7101      - enable GPIO_WKUP_7 pin for input
7102      - code cleanup
7103
7104 commit ffa150bc90c943ca265170bd1be3f293674dd5c7
7105 Author: Bartlomiej Sieka <tur@semihalf.com>
7106 Date:   Wed Nov 1 01:45:46 2006 +0100
7107
7108     - Fix issues related to the use of ELDK 4 when compiling for MarelV38B:
7109           * remove warnings when compiling ethaddr.c
7110           * adjust linker script (fixes a crash resulting from incorrect
7111           definition of __u_boot_cmd_start)
7112     - Some MarelV38B code cleanup.
7113
7114 commit dae80f3caf9754a6dd3ddf3cf903d0c46cbd4385
7115 Author: Bartlomiej Sieka <tur@semihalf.com>
7116 Date:   Wed Nov 1 01:38:16 2006 +0100
7117
7118     - Add MPC5XXX register definition MPC5XXX_WU_GPIO_DATA_I and change the
7119       MPC5XXX_WU_GPIO_DATA macro to MPC5XXX_WU_GPIO_DATA_O (per MPC5200 User's
7120       Manual). Replace the uses of MPC5XXX_WU_GPIO_DATA with
7121       MPC5XXX_WU_GPIO_DATA_O for affected boards.
7122
7123     - Add defintions for some MPC5XXX GPIO pins.
7124
7125 commit 82d9c9ec29a1bec1b03ba616425ebaed231072c8
7126 Author: Bartlomiej Sieka <tur@semihalf.com>
7127 Date:   Wed Nov 1 01:34:29 2006 +0100
7128
7129     Changed MarelV38B board make target to lowercase. Config file cleanup.
7130
7131 commit 1954be6e9c9421b45d0a9d05b10356acc7563150
7132 Author: Wolfgang Denk <wd@pollux.denx.de>
7133 Date:   Sun Oct 29 01:03:51 2006 +0200
7134
7135     Automatically adjust ARFLAGS so "make -s" is really silent.
7136
7137 commit fae684e89844856383bdf101440889557df3e6b1
7138 Author: Stefan Roese <sr@denx.de>
7139 Date:   Sat Oct 28 16:45:00 2006 +0200
7140
7141     [PATCH] omap925.c: Remove unused functions
7142
7143     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
7144     Signed-off-by: Stefan Roese <sr@denx.de>
7145
7146 commit 1265581502ab8ea8c08e8edbe9bf64fbd62fd776
7147 Author: Stefan Roese <sr@denx.de>
7148 Date:   Sat Oct 28 17:12:58 2006 +0200
7149
7150     [PATCH] Add some missing machtypes for netstar & voiceblue boards
7151
7152     Use MACH_TYPE_NETSTAR and MACH_TYPE_VOICEBLUE defines instead of
7153     numbers in code.
7154
7155     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
7156     Signed-off-by: Stefan Roese <sr@denx.de>
7157
7158 commit 856f054410cef52d868feb330168b2a4c4091328
7159 Author: Stefan Roese <sr@denx.de>
7160 Date:   Sat Oct 28 15:55:52 2006 +0200
7161
7162     [PATCH] NAND: Partition name support added to NAND subsystem
7163
7164     chpart, nboot and NAND subsystem related commands now accept also partition
7165     name to specify offset.
7166
7167     Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
7168     Signed-off-by: Stefan Roese <sr@denx.de>
7169
7170 commit 07a69a18c2ecfda904231fdf23e2523ea7792eb6
7171 Author: Wolfgang Denk <wd@pollux.denx.de>
7172 Date:   Sat Oct 28 02:29:44 2006 +0200
7173
7174     Update CHANGELOG.
7175
7176 commit 2751a95abd1b96911081c357e96a12fa97b40dee
7177 Author: Wolfgang Denk <wd@pollux.denx.de>
7178 Date:   Sat Oct 28 02:29:14 2006 +0200
7179
7180     Enable commandline editing and hush shell on all TQM boards.
7181
7182 commit 8078f1a5f63a739b8533478f6c2b62fb1e2f79d7
7183 Author: Wolfgang Denk <wd@pollux.denx.de>
7184 Date:   Sat Oct 28 02:28:02 2006 +0200
7185
7186     README says CFG_AUTO_COMPLETE, but ocde uses CONFIG_AUTO_COMPLETE
7187
7188 commit 471a7be7a042e95e440f5de969c9765214ae8d6e
7189 Author: Wolfgang Denk <wd@denx.de>
7190 Date:   Sat Oct 28 01:14:32 2006 +0200
7191
7192     Check for illegal character '=' in environment variable names.
7193
7194     Make sure the string passed as variable name does not contain a '='
7195     character. This not only prevents the common error or typing
7196     "setenv foo=bar" instead of "setenv foo bar", but (more importantly)
7197     also closes a backdoor which allowed to delete write-protected
7198     environment variables, for example by using "setenv ethaddr=".
7199
7200 commit 19973b6ad9863a56f5c5fbcfd90e20ab2490a2c2
7201 Author: Wolfgang Denk <wd@pollux.denx.de>
7202 Date:   Sat Oct 28 00:38:39 2006 +0200
7203
7204     Minor code cleanup.
7205
7206 commit e11887a77d81077416a2d1c5e0354916fee8c034
7207 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
7208 Date:   Thu Oct 26 17:55:31 2006 +0200
7209
7210     Don't pass any debug options directly to the assembler
7211
7212     When passing the -g option to gcc, gcc automatically selects a
7213     suitable --g<format> option to pass on to the assembler.
7214     Thus, there's no point in forcing a specific debug option on the
7215     assembler using the -Wa mechanism.
7216
7217     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
7218
7219 commit ea08ff6e14f9ebb8c07cfa79c51ef540eb087393
7220 Author: Jon Loeliger <jdl@freescale.com>
7221 Date:   Fri Oct 27 07:47:22 2006 -0500
7222
7223     MPC86xx: Cleaned up unused and conditionally used local variables.
7224
7225     Signed-off-by: Jon Loeliger <jdl@freescale.com>
7226
7227 commit d38936cdae46bfd2623ff83f6ce9b616d36ab0f9
7228 Author: Wolfgang Denk <wd@pollux.denx.de>
7229 Date:   Fri Oct 27 11:55:21 2006 +0200
7230
7231     Fix "ar" flags in some Makefiles to allow for silent "make -s"
7232
7233 commit 4653f91c13ed51c21cc4c3855745d69a3fb1817f
7234 Author: Ben Warren <bwarren@qstreams.com>
7235 Date:   Thu Oct 26 14:38:25 2006 -0400
7236
7237     Fix TSEC driver (now for real): avoid crashes if PHY is not attached
7238     to a TSEC (e.g. a switch is connected via RMII) or
7239     if the PHY is defective/incorrectly configured.
7240
7241     Signed-off-by: Ben Warren <bwarren@qstreams.com>
7242
7243 commit b985b5d6e4fb88f508f7aa0f126c2e27ada2b999
7244 Author: Ben Warren <bwarren@qstreams.com>
7245 Date:   Thu Oct 26 14:38:25 2006 -0400
7246
7247     Fix TSEC driver: avoid crashes if PHY is not attached
7248     to a TSEC (e.g. a switch is connected via RMII) or
7249     if the PHY is defective/incorrectly configured.
7250
7251     Signed-off-by: Ben Warren <bwarren@qstreams.com>
7252
7253 commit 2b2a40bebbf1822506e80e631d7253e60f0e0fe6
7254 Author: Wolfgang Denk <wd@pollux.denx.de>
7255 Date:   Thu Oct 26 16:24:31 2006 +0200
7256
7257     Code cleanup.
7258
7259 commit 5e3b0bc19f07ed277d85324ad0427642c8981baf
7260 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
7261 Date:   Wed Oct 25 15:48:59 2006 +0200
7262
7263     Finish up support for the ATSTK1000/ATSTK1002 boards
7264
7265     Add atstk1002_config target to Makefile and move the AVR32 section
7266     down below Blackfin so that it doesn't end up in the middle of
7267     MIPS.
7268
7269     Drop the autogenerated linker script thing for now. Will have to
7270     revisit how to handle chips with different flash and RAM layout
7271     later.
7272
7273     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
7274
7275 commit c76f951a747cfb87ba826ef45b5aea82d5b5dbb4
7276 Author: Kumar Gala <galak@kernel.crashing.org>
7277 Date:   Tue Oct 24 23:47:37 2006 -0500
7278
7279     Added support for Multi-Image files that contain a device tree
7280
7281     If a Multi-Image file contains a third image we try to use it as a
7282     device tree.  The device tree image is assumed to be uncompressed in the
7283     image file.  We automatically allocate space for the device tree in memory
7284     and provide an 8k pad to allow more than a reasonable amount of growth.
7285
7286     Additionally, a device tree that was contained in flash will now automatically
7287     get copied to system memory as part of boot.  Previously an error was
7288     reported if one tried to boot a device tree that was in flash.
7289
7290     Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7291
7292 commit 7c52c4b943ff52bbe8796a7e2d3e476ceaf3f512
7293 Author: Wolfgang Denk <wd@denx.de>
7294 Date:   Tue Oct 24 21:35:55 2006 +0200
7295
7296     Switch to automatically generated CHANGELOG file.
7297     (use "make CHANGELOG" to update it from time to time)
7298
7299 commit 7ade0c634a979c32fa91a74e8f5775f24651fbe6
7300 Author: Stefan Roese <sr@denx.de>
7301 Date:   Tue Oct 24 18:06:48 2006 +0200
7302
7303     Fix bug in PPC440 NAND driver cpu/ppc4xx/ndfc.c
7304     Patch by Stefan Roese, 24 Oct 2006
7305
7306 commit 8ae3b713b2286e0c3213b7802062e4c1599010de
7307 Author: Wolfgang Denk <wd@pollux.denx.de>
7308 Date:   Tue Oct 24 17:24:55 2006 +0200
7309
7310     Merge with /home/wd/git/u-boot/master
7311
7312 commit 47a6989c10685d2ab3efcf95228ce50d2a496d3e
7313 Author: Wolfgang Denk <wd@pollux.denx.de>
7314 Date:   Tue Oct 24 15:32:57 2006 +0200
7315
7316     Code cleanup
7317
7318 commit 3a78e3e75b633ecb6413114ffd11e2f000c4f11e
7319 Author: Wolfgang Denk <wd@pollux.denx.de>
7320 Date:   Tue Oct 24 14:51:36 2006 +0200
7321
7322     Move atstk1000 files into vendor specific directory.
7323     Patch by Haavard Skinnemoen, 12 Sep 2006
7324
7325 commit 6ccec4492e77428fd6eafd3dfe94fbdf08e91d37
7326 Author: Wolfgang Denk <wd@pollux.denx.de>
7327 Date:   Tue Oct 24 14:42:37 2006 +0200
7328
7329     Add ATSTK1000 and ATSTK1002 board support
7330     Patch by Haavard Skinnemoen, 06 Sep 2006
7331
7332     This patch adds support for the ATSTK1000 with the ATSTK1002 CPU
7333     daughterboard.
7334
7335     ATSTK1000 is a full-featured development board for AT32AP CPUs. It
7336     has two ethernet ports, a high quality QVGA LCD panel, a loudspeaker,
7337     and connectors for USART, PS/2, VGA, USB, MMC/SD cards and
7338     CompactFlash cards. For more information, please see this page:
7339
7340     http://www.atmel.com/dyn/products/tools.asp?family_id=682
7341
7342     The ATSTK1002 is a daughterboard for the ATSTK1000 supporting the
7343     AT32AP7000 chip.
7344
7345     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
7346
7347 commit f93ae788c3640fcde5db383471d45548ff4060d0
7348 Author: Wolfgang Denk <wd@pollux.denx.de>
7349 Date:   Tue Oct 24 14:31:24 2006 +0200
7350
7351     Add common serial driver for Atmel AT32 and AT91 chips
7352     Patch by Haavard Skinnemoen, 06 Sep 2006
7353
7354     This is a first attempt at creating a common serial driver for Atmel
7355     chips. For now, it supports the AT32AP7000 AVR32 chip, but it should
7356     be possible to support AT91RM9200 and other ARM-based chips with some
7357     minor modifications.
7358
7359     There's nothing fundamentally AVR32-specific in this driver, but it
7360     does use some features which are currently only defined for the
7361     AT32AP CPU port:
7362       * pm_get_clock_freq: Obtain the clock frequency of a given domain
7363       * gd->console_uart: A "struct device" containing information about
7364         register mappings, gpio resources and clocks associated with the
7365         UART device.
7366
7367     For more information about these features, please see the "AT32AP
7368     CPU" patch.
7369
7370 commit 72a087e04705c26cad982879ebd06b5281bf825a
7371 Author: Wolfgang Denk <wd@pollux.denx.de>
7372 Date:   Tue Oct 24 14:27:35 2006 +0200
7373
7374     Add AT32AP CPU and AT32AP7000 SoC support
7375     Patch by Haavard Skinnemoen, 06 Sep 2006
7376
7377     This patch adds support for the AT32AP CPU family and the AT32AP7000
7378     chip, which is the first chip implementing the AVR32 architecture.
7379
7380     The AT32AP CPU core is a high-performance implementation featuring a
7381     7-stage pipeline, separate instruction- and data caches, and a MMU.
7382     For more information, please see the "AVR32 AP Technical Reference":
7383
7384     http://www.atmel.com/dyn/resources/prod_documents/doc32001.pdf
7385
7386     In addition to this, the AT32AP7000 chip comes with a large set of
7387     integrated peripherals, many of which are shared with the AT91 series
7388     of ARM-based microcontrollers from Atmel. Full data sheet is
7389     available here:
7390
7391     http://www.atmel.com/dyn/resources/prod_documents/doc32003.pdf
7392
7393     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
7394
7395 commit 7b64fef33c66be648826c0ff9758298ef13d0604
7396 Author: Wolfgang Denk <wd@pollux.denx.de>
7397 Date:   Tue Oct 24 14:21:16 2006 +0200
7398
7399     Add AVR32 architecture support
7400     Patch by Haavard Skinnemoen, 6 Sep 2006 16:23:02 +0200
7401
7402     This patch adds common infrastructure code for the Atmel AVR32
7403     architecture. See doc/README.AVR32 for details.
7404
7405     Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
7406
7407 commit 2da2d9a4766063b9848f3a35ad6025499cf87265
7408 Author: Wolfgang Denk <wd@pollux.denx.de>
7409 Date:   Tue Oct 24 13:57:33 2006 +0200
7410
7411     Use -g instead of -gstabs in AFLAGS_DEBUG
7412     Patch by Haavard Skinnemoen, 30 Aug 2006
7413
7414     In config.mk, -Wa,-gstabs is unconditionally appended to AFLAGS no
7415     matter what the target's preferred debugging format is. This patch
7416     simply replaces -gstabs with -g, so that the default debugging format
7417     for the architecture is used.
7418
7419 commit 965829872169c2996023840d98e1d85ad148d629
7420 Author: Wolfgang Denk <wd@pollux.denx.de>
7421 Date:   Tue Oct 24 13:55:18 2006 +0200
7422
7423     Fix/workaround broken dependency handling with make 3.81
7424     Based on patch by Haavard Skinnemoen, 29 Aug 2006 11:20:39 +0200
7425
7426 commit 8318fbf8cc30418b621ea9f39b84b4c1a08f003a
7427 Author: Marian Balakowicz <m8@semihalf.com>
7428 Date:   Mon Oct 23 22:17:05 2006 +0200
7429
7430     Fix sequoia separate object direcory building problems.
7431
7432 commit 3dfa9cfdcee78b30da3432318b32821ffabe974b
7433 Author: Jon Loeliger <jdl@freescale.com>
7434 Date:   Fri Oct 20 17:16:35 2006 -0500
7435
7436     Use generic I2C register block on 85xx and 86xx.
7437
7438     Replace private IMMAP I2C structures with generic reg block
7439     and allow 86xx to have multiple I2C device busses.
7440
7441     Signed-off-by: Jon Loeliger <jdl@freescale.com>
7442
7443 commit f5012827df11ca0c9be1df5f8b153e188dc2fa7c
7444 Author: Jon Loeliger <jdl@freescale.com>
7445 Date:   Fri Oct 20 15:54:34 2006 -0500
7446
7447     Fix compilation warnings on a few 85xx boards.
7448
7449     Signed-off-by: Jon Loeliger <jdl@freescale.com>
7450
7451 commit 2047672684cf85cb6f96a1fbc993180aaaf19a99
7452 Author: Jon Loeliger <jdl@freescale.com>
7453 Date:   Fri Oct 20 15:50:15 2006 -0500
7454
7455     Converted all 85xx boards to use a common FSL I2C driver.
7456     Introduced COFIG_FSL_I2C to select the common FSL I2C driver.
7457     And removed hard i2c path from a few u-boot.lds scipts too.
7458     Minor whitespace cleanups along the way.
7459
7460     Signed-off-by: Jon Loeliger <jdl@freescale.com>
7461
7462 commit 4d45f69e362b05892c9e92a7907e5820995612aa
7463 Author: Jon Loeliger <jdl@freescale.com>
7464 Date:   Thu Oct 19 12:02:24 2006 -0500
7465
7466     Rewrite a series of goto statements as a sequences of
7467     conditional expressions instead.
7468
7469     Use consistent return code 0/-1 for good/bad indicators.
7470
7471     Include one fewer file if the driver isn't used at all.
7472
7473     Signed-off-by: Jon Loeliger <jdl@freescale.com>
7474
7475 commit 7237c033b02fe295880435f1eb80819a0c987532
7476 Author: Jon Loeliger <jdl@freescale.com>
7477 Date:   Thu Oct 19 11:02:16 2006 -0500
7478
7479     Moved i2c driver out of cpu/mpc86xx/i2c.c into drivers/fsl_i2c.c
7480
7481     in an effort to begin to unify the umpteen FSL I2C drivers that
7482     are all otherwise very similar.
7483
7484     Signed-off-by: Jon Loeliger <jdl@freescale.com>
7485
7486 commit 13a7fcdf37f6ea9429ae04c9df67f893364cfe4b
7487 Author: Jon Loeliger <jdl@freescale.com>
7488 Date:   Thu Oct 19 11:33:52 2006 -0500
7489
7490     * Fix a bunch of compiler warnings for gcc 4.0
7491
7492     Signed-off-by: Matthew McClintock <msm@freescale.com>
7493
7494 commit af9e1f5b9e6f9ce810f5e8bf2961c9542a5865c2
7495 Author: Stefan Roese <sr@denx.de>
7496 Date:   Tue Oct 17 06:14:31 2006 +0200
7497
7498     Add monitor functions for indirect access to PPC440 DCR's
7499     Patch by Leonid Baryudin, 12 Oct 2006
7500
7501 commit 5f3249a0a168e446a4cc9669b2bce0bc456f0a09
7502 Author: Jon Loeliger <jdl@freescale.com>
7503 Date:   Fri Oct 13 16:47:53 2006 -0500
7504
7505     Fixed leading whitespace issues.
7506     Removed spurious LAWAR thing.
7507
7508     Signed-off-by: Jon Loeliger <jdl@freescale.com>
7509
7510 commit 0ee90cb77e01d6e8ccd37e1bd96678597875c391
7511 Author: Jon Loeliger <jdl@freescale.com>
7512 Date:   Thu Oct 12 10:42:36 2006 -0500
7513
7514     Remove unneeded include files and local variable.
7515
7516     Signed-off-by: Jon Loeliger <jdl@freescale.com>
7517
7518 commit 1eaf3a5ff4960a46f3a9063568ba2af7883f07c5
7519 Author: Grant Likely <grant.likely@secretlab.ca>
7520 Date:   Tue Oct 10 00:23:32 2006 -0600
7521
7522     Fix possible uninitialized variable compiler warning.
7523
7524     When CONFIG_OF_FLAG_TREE is set, the compiler complains that 'len' in
7525     do_bootm_linux() may be uninitialized.  There is no possibility in the
7526     current code that len will get used uninitialized, but this fix follows
7527     the existing convention of setting both len and data to zero at the same
7528     time.
7529
7530     Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
7531
7532 commit 7376eb87aaa601f728f9b8e5e9cd2711a67f529e
7533 Author: Matthew McClintock <msm@freescale.com>
7534 Date:   Wed Oct 11 15:13:01 2006 -0500
7535
7536     * Fix a bunch of compiler warnings for gcc 4.0
7537
7538     Signed-off-by: Matthew McClintock <msm@freescale.com>
7539
7540 commit bf651baa365e5447246aad6a633ccd667cf24a39
7541 Author: Jon Loeliger <jdl@freescale.com>
7542 Date:   Wed Oct 11 10:10:43 2006 -0500
7543
7544     Move "ar" flags to config.mk to allow for silent "make -s"
7545
7546 commit 1fd5699a4a24f5c1dab1b32f480bace1ebb9fc3e
7547 Author: Jon Loeliger <jdl@freescale.com>
7548 Date:   Tue Oct 10 17:19:03 2006 -0500
7549
7550     Coding style changes to remove local varible blocks
7551     and reformat a bit nicer.
7552
7553 commit 8b283dbb3a08d1b8d406bc15f119e081b3e2606a
7554 Author: Jon Loeliger <jdl@freescale.com>
7555 Date:   Tue Oct 10 17:16:04 2006 -0500
7556
7557     Fix whitespace issues.
7558
7559 commit 7b382b7125f2397cce63253df62f183e3dfa2770
7560 Author: Jon Loeliger <jdl@freescale.com>
7561 Date:   Tue Oct 10 17:14:45 2006 -0500
7562
7563     Fix whitespace issues.
7564
7565 commit e10390ddd736b0dad1528eec4b0fe35c0827139a
7566 Author: Jon Loeliger <jdl@freescale.com>
7567 Date:   Tue Oct 10 17:06:53 2006 -0500
7568
7569     Fix whitespace issues.
7570
7571 commit 89875e96ba3f023157bf50d5f8e33bf254964a76
7572 Author: Jon Loeliger <jdl@freescale.com>
7573 Date:   Tue Oct 10 17:03:43 2006 -0500
7574
7575     Ran lindent and cleaned up whitespace issues.
7576     Format for 80-columns too.
7577
7578 commit 333961ae7095fc66d8a041fce1ac9ee873b09d86
7579 Author: Jon Loeliger <jdl@freescale.com>
7580 Date:   Tue Oct 10 17:02:22 2006 -0500
7581
7582     Fix whitespace and 80-col issues.
7583
7584 commit 5c912cb1c31266c66ca59b36f9b6f87296421d75
7585 Author: Stefan Roese <sr@denx.de>
7586 Date:   Sat Oct 7 11:36:51 2006 +0200
7587
7588     CFG_NAND_QUIET_TEST added to not warn upon missing NAND device
7589     Patch by Stefan Roese, 07 Oct 2006
7590
7591 commit 5bc528fa4da751d472397b308137238a6465afd2
7592 Author: Stefan Roese <sr@denx.de>
7593 Date:   Sat Oct 7 11:35:25 2006 +0200
7594
7595     Update ALPR code (NAND support working now)
7596     Patch by Stefan Roese, 07 Oct 2006
7597
7598 commit 77d5034847d328753b80c46b83f960a14a26f40e
7599 Author: Stefan Roese <sr@denx.de>
7600 Date:   Sat Oct 7 11:33:03 2006 +0200
7601
7602     Remove compile warnings in fpga code
7603     Patch by Stefan Roese, 07 Oct 2006
7604
7605 commit f3443867e90d2979a7dd1c65b0d537777e1f9850
7606 Author: Stefan Roese <sr@denx.de>
7607 Date:   Sat Oct 7 11:30:52 2006 +0200
7608
7609     Add CONFIG_BOARD_RESET to configure board specific reset function
7610     Patch by Stefan Roese, 07 Oct 2006
7611
7612 commit f55df18187e7a45cb73fec4370d12135e6691ae1
7613 Author: John Traill <john.traill@freescale.com>
7614 Date:   Fri Sep 29 08:23:12 2006 +0100
7615
7616     Fix missing tCycle/modfreq calculation.
7617
7618     Signed-off-by: John Traill <john.traill@freescale.com>
7619
7620 commit 8272dc2f58f2473d8995fcc9b916440cfba080f0
7621 Author: Andy Fleming <afleming@freescale.com>
7622 Date:   Wed Sep 13 10:33:35 2006 -0500
7623
7624     Updated config headers to add default FDT-based booting
7625
7626 commit 09f3e09e9ebcfa7919ca8931a4b5504fadd1f1d3
7627 Author: Andy Fleming <afleming@freescale.com>
7628 Date:   Wed Sep 13 10:34:18 2006 -0500
7629
7630     Add support for eTSEC 3 & 4 on 8548 CDS
7631
7632     * Added support for using eTSEC 3 and eTSEC 4 on the 8548 CDS.
7633       This will only work on rev 1.3 boards (but doesn't break older boards)
7634     * Cleaned up some comments to reflect the expanded role of tsec
7635       in other systems
7636
7637 commit 084d648b109c8984f83674043c1a7fa3885ef801
7638 Author: Andy Fleming <afleming@freescale.com>
7639 Date:   Wed Sep 13 10:33:56 2006 -0500
7640
7641     Added code to support 2.6.18 PCI changes in u-boot
7642
7643     * Added code to swizzle the IRQ map for the PCI
7644
7645 commit afbdc649f8751e4f4f1a6f527edfe139773f2c15
7646 Author: Jon Loeliger <jdl@freescale.com>
7647 Date:   Tue Sep 19 09:34:10 2006 -0500
7648
7649     Modified makefile for new build mechanism.
7650
7651     Signed-off-by: Jon Loeliger <jdl@freescale.com>
7652
7653 commit d14ba6a798beb753e7a864500414fcc2d198b8bc
7654 Author: Jon Loeliger <jdl@freescale.com>
7655 Date:   Thu Sep 14 08:40:36 2006 -0500
7656
7657     Handle 86xx SVR values according to the new Reference Manual.
7658     Both 8641 and 8641D have SVR == 0x8090, and are distinguished
7659     by the byte in bits 16-23 instead.
7660     Thanks to Jason Jin for noticing.
7661
7662     Signed-off-by: Jon Loeliger <jdl@freescale.com>
7663
7664 commit 88c8f4921fc47fb0eb2384b16586f1bd7f275be7
7665 Author: Zhang Wei <wei.zhang@freescale.com>
7666 Date:   Mon Aug 28 14:25:31 2006 +0800
7667
7668     Fixed an OF-tree off-by-one bug when adding a new property name.
7669     This bug will cause the kernel booting to pause a long time.
7670
7671     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
7672     (cherry picked from 2f15776ccc6dc32377d8ba9652b8f58059c27c6d commit)
7673
7674 commit 9bff7a69a885adebbd2bd45990494ec4cf998a30
7675 Author: Jon Loeliger <jdl@freescale.com>
7676 Date:   Tue Aug 29 11:05:09 2006 -0500
7677
7678     Remove trailing empty lines.
7679
7680 commit cd6d73d5b895a5935ac4fde0a356288142a584e0
7681 Author: Jon Loeliger <jdl@freescale.com>
7682 Date:   Tue Aug 29 09:48:49 2006 -0500
7683
7684     Remove bogus msync and use volatile asm.
7685
7686 commit 778d45049ce5927b65b3ff1d8e6692b654bdd49e
7687 Author: Jon Loeliger <jdl@freescale.com>
7688 Date:   Tue Aug 29 08:17:14 2006 -0500
7689
7690     Add myself as maintainer for MPC8641HPCN.
7691
7692 commit 2f15776ccc6dc32377d8ba9652b8f58059c27c6d
7693 Author: Zhang Wei <wei.zhang@freescale.com>
7694 Date:   Mon Aug 28 14:25:31 2006 +0800
7695
7696     Fixed an OF-tree off-by-one bug when adding a new property name.
7697     This bug will cause the kernel booting to pause a long time.
7698
7699     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
7700
7701 commit 5567806b67d0ae83493aa8823ad3b6c914f581d7
7702 Author: Haiying Wang <haiying.wang@freescale.com>
7703 Date:   Fri Aug 25 14:38:34 2006 -0400
7704
7705     Change ramdiskaddr and dtbaddr
7706     Remove PEX fluff commands.
7707
7708     Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
7709     Signed-off-by: Jon Loeliger <jdl@freescale.com>
7710
7711 commit b2b78421d9db49c21a821af8a19c21c1f7dfb29e
7712 Author: Matthew McClintock <msm@freescale.com>
7713 Date:   Wed Aug 23 13:32:45 2006 -0500
7714
7715     * Another small fix for booting with disable_of
7716
7717     Signed-off-by: Matthew McClintock <msm@freescale.com>
7718
7719 commit 4a7cc0f21918e6ecf07ed57075d67df2c4a1299c
7720 Author: Jon Loeliger <jdl@freescale.com>
7721 Date:   Wed Aug 23 11:04:43 2006 -0500
7722
7723     Cleanup and lindent new AHCI driver.
7724
7725 commit dabf9ef8c10b4dead5ef2106ef742b1c06b542de
7726 Author: Jin Zhengxiong <jason@bus.ap.freescale.net>
7727 Date:   Wed Aug 23 19:15:12 2006 +0800
7728
7729     Add AHCI define and sata support for MPC8641HPCN board.
7730
7731     Signed-off-by:Jason Jin<jason.jin@freescale.com>
7732
7733 commit 4782ac80b02f0d01afd309e2200dd3c7037f2ba4
7734 Author: Jin Zhengxiong <jason@bus.ap.freescale.net>
7735 Date:   Wed Aug 23 19:10:44 2006 +0800
7736
7737     Add AHCI support to u-boot
7738
7739     Add AHCI support in u-boot, enable the sata disk controllers which
7740     following the AHCI protocol.
7741
7742     Signed-off-by:Jason Jin<jason.jin@freescale.com>
7743
7744 commit d8ea2acf5f137cae99417df4f573d036ee384668
7745 Author: Zhang Wei <wei.zhang@freescale.com>
7746 Date:   Wed Aug 23 17:54:32 2006 +0800
7747
7748     Add dtb boot-up parameter to default boot commands.
7749
7750     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
7751
7752 commit b93775c2036b99baa390ea425c4771895bbc63c4
7753 Author: Jon Loeliger <jdl@freescale.com>
7754 Date:   Tue Aug 22 18:26:08 2006 -0500
7755
7756     Cleanup even more poorly introduced whitespace.
7757
7758 commit ae6241685cbcf0c79a3636530d2ceab1fb291a94
7759 Author: Jon Loeliger <jdl@freescale.com>
7760 Date:   Tue Aug 22 18:07:00 2006 -0500
7761
7762     Cleanup more poorly introduced whitespace.
7763
7764 commit 2c33e8a1c535b3ae91cf0b284480600bf3f57c57
7765 Author: Jon Loeliger <jdl@freescale.com>
7766 Date:   Tue Aug 22 17:54:05 2006 -0500
7767
7768     Cleanup poorly introduced whitespace.
7769
7770 commit 80e955c7dd98f4b4fd23c2113caf75ed2b77b5b3
7771 Author: Jon Loeliger <jdl@freescale.com>
7772 Date:   Tue Aug 22 12:25:27 2006 -0500
7773
7774     General indent and whitespace cleanups.
7775
7776 commit ffff3ae56f5842ca3679e4ce7922b819a87aad9f
7777 Author: Jon Loeliger <jdl@freescale.com>
7778 Date:   Tue Aug 22 12:06:18 2006 -0500
7779
7780     General indent and whitespace cleanups.
7781
7782 commit 41a0e8b304d3ff55fe27a230507aac79684016ac
7783 Author: Jon Loeliger <jdl@freescale.com>
7784 Date:   Tue Aug 22 10:42:21 2006 -0500
7785
7786     Cleanup compiler warnings.
7787
7788 commit 5de62c47a8628b3da4d73f7c07027f32a3342d40
7789 Author: Matthew McClintock <msm@freescale.com>
7790 Date:   Tue Aug 22 09:31:59 2006 -0500
7791
7792     Fix disable_of booting
7793
7794     Signed-off-by: Matthew McClintock <msm@freescale.com>
7795
7796 commit 87a449c8ac396420cb24260f717ea9e6faa82047
7797 Author: Matthew McClintock <msm@freescale.com>
7798 Date:   Tue Aug 22 09:23:55 2006 -0500
7799
7800     Support for FDT in uImage format, error when using FDT from flash
7801
7802     Signed-off-by: Matthew McClintock <msm@freescale.com>
7803
7804 commit 75c299c38369d01addd5e054b8a16217b70f4a86
7805 Author: Haiying Wang <haiying.wang@freescale.com>
7806 Date:   Tue Aug 15 15:12:55 2006 -0400
7807
7808     Unlock cache before kernel starts up for MPC86xx
7809
7810 commit 67256678f00c09b0a7f19e862e5c1847553d31bc
7811 Author: Haiying Wang <haiying.wang@freescale.com>
7812 Date:   Tue Aug 15 15:13:15 2006 -0400
7813
7814     Copy Global Data Pointer to r29 for DECLARE_GLOBAL_DATA_PTR
7815
7816 commit 1c8f6d8fb028f156094d05f2d14298e6479364ac
7817 Author: Haiying Wang <haiying.wang@freescale.com>
7818 Date:   Tue Aug 15 15:12:55 2006 -0400
7819
7820     Unlock cache before kernel starts up for MPC86xx
7821
7822 commit 0d9ccc55edf9a7f3c5b2b6263580a6ea8d702a04
7823 Author: Haiying Wang <haiying.wang@freescale.com>
7824 Date:   Tue Aug 15 15:13:15 2006 -0400
7825
7826     Copy Global Data Pointer to r29 for DECLARE_GLOBAL_DATA_PTR
7827
7828 commit 86c8e17f25e972a7e272950a0735fad84e082b88
7829 Author: Matthew McClintock <msm@freescale.com>
7830 Date:   Wed Aug 16 13:59:47 2006 -0500
7831
7832     * Fix disable_of booting
7833
7834     Signed-off-by: Matthew McClintock <msm@freescale.com>
7835
7836 commit 25c751e9adc86e22fe3b5b47cf2806379b575db7
7837 Author: Matthew McClintock <msm@freescale.com>
7838 Date:   Wed Aug 16 10:54:09 2006 -0500
7839
7840     * Support for FDT in uImage format, error when using FDT from flash
7841
7842     Signed-off-by: Matthew McClintock <msm@freescale.com>
7843
7844 commit 899620c2d66d4eef3b2a0034d062e71d45d886c9
7845 Author: Stefan Roese <sr@denx.de>
7846 Date:   Tue Aug 15 14:22:35 2006 +0200
7847
7848     Add initial support for the ALPR board from Prodrive
7849     NAND needs some additional testing
7850     Patch by Heiko Schocher, 15 Aug 2006
7851
7852 commit f0ff4692ff3372dec55074a8eb444943ab095abb
7853 Author: Stefan Roese <sr@denx.de>
7854 Date:   Tue Aug 15 14:15:51 2006 +0200
7855
7856     Add FPGA Altera Cyclone 2 support
7857     Patch by Heiko Schocher, 15 Aug 2006
7858
7859 commit fecf1c7e4de1b2779edc18742b91c22bdc32b68b
7860 Author: Jon Loeliger <jdl@freescale.com>
7861 Date:   Mon Aug 14 15:33:38 2006 -0500
7862
7863     Fix BAT0 to actually be cacheable, non-guarded as documented.
7864
7865     Signed-off-by: Jon Loeliger <jdl@freescale.com>
7866
7867 commit 40bc83559db5745681909fd7382ae509567e116d
7868 Author: Jon Loeliger <jdl@freescale.com>
7869 Date:   Wed Aug 9 15:32:16 2006 -0500
7870
7871     Removed MPC8641HPCN DTS source file from build.
7872     It is no longer linked into U-Boot; its sources are
7873     now located in the kernel tree.
7874
7875     Signed-off-by: Jon Loeliger <jdl@freescale.com>
7876
7877 commit 34c3c0e01dbf1f8cc2bd08de92f2b89ba84921eb
7878 Author: Matthew McClintock <msm@freescale.com>
7879 Date:   Wed Jun 28 10:47:03 2006 -0500
7880
7881     * Switched default PCI speed for 8540 ADS back to 33MHz
7882
7883     * Added comments and a printf to warn that PCI-X won't
7884       work at 33MHz
7885       Patch by Andy Fleming 17-Mar-2006
7886
7887     Signed-off-by: Andy Fleming <afleming@freescale.com>
7888
7889 commit b6c5e1373b6ea0bb37a18e4aeecec00613d1cd39
7890 Author: Matthew McClintock <msm@freescale.com>
7891 Date:   Wed Jun 28 10:46:35 2006 -0500
7892
7893     * Fixed a bug where 8555 PCI code used the old variable and function names Patch by Andy Fleming 17-Mar-2006
7894
7895     Signed-off-by: Andy Fleming <afleming@freescale.com>
7896
7897 commit bf1dfffd8c26f8ecdd630a0ae4c834e751e4e452
7898 Author: Matthew McClintock <msm@freescale.com>
7899 Date:   Wed Jun 28 10:46:13 2006 -0500
7900
7901     * Added VIA configuration table
7902
7903     * Added support for PCI2 on CDS
7904       Patch by Andy Fleming 17-Mar-2006
7905
7906     Signed-off-by: Andy Fleming <afleming@freescale.com>
7907
7908 commit c88f9fe66b64247e5b6a38410ba315ca25596d16
7909 Author: Matthew McClintock <msm@freescale.com>
7910 Date:   Wed Jun 28 10:45:41 2006 -0500
7911
7912     * Fixed PCI memory definitions Patch by Andy Fleming 17-Mar-2006
7913
7914     Signed-off-by: Andy Fleming <afleming@freescale.com>
7915
7916 commit 97074ed9655309b64231bc2cee69fe85399f8055
7917 Author: Matthew McClintock <msm@freescale.com>
7918 Date:   Wed Jun 28 10:45:17 2006 -0500
7919
7920     * Added support for initializing second PCI bus on 85xx Patch by Andy Fleming 17-Mar-2006
7921
7922     Signed-off-by: Andy Fleming <afleming@freescale.com>
7923
7924 commit f0e6f57f71b3c4fdd13028eb03c3f3e91926dda2
7925 Author: Matthew McClintock <msm@freescale.com>
7926 Date:   Wed Jun 28 10:44:49 2006 -0500
7927
7928     * Added PCI-X #defines for PCI-X initialization Patch by Andy Fleming on 17-Mar-2006
7929
7930     Signed-off-by: Andy Fleming <afleming@freescale.com>
7931
7932 commit a4e11558b810ef2cddffdf7b9d86bc1130441960
7933 Author: Matthew McClintock <msm@freescale.com>
7934 Date:   Wed Jun 28 10:44:23 2006 -0500
7935
7936     * 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
7937
7938     Signed-off-by: Andy Fleming <afleming@freescale.com>
7939
7940 commit 0e16387db1d4aacd5bf35cb6d7c1942765c0347b
7941 Author: Matthew McClintock <msm@freescale.com>
7942 Date:   Wed Jun 28 10:43:36 2006 -0500
7943
7944     * Add Flat Dev Tree construction for MPC85xx ADS and CDS boards Patch by Jon Loeliger 17-Jan-2006
7945
7946     Signed-off-by: Jon Loeliger <jdl@freescale.com>
7947
7948 commit 855e6fb073f9d04fe4a7f06c107ecbac6344ddd4
7949 Author: Matthew McClintock <msm@freescale.com>
7950 Date:   Wed Jun 28 10:43:00 2006 -0500
7951
7952     * 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
7953
7954 commit 5498d90312aad9f6bdbf047986027c35b03cd163
7955 Author: Matthew McClintock <msm@freescale.com>
7956 Date:   Wed Jun 28 10:42:24 2006 -0500
7957
7958     * Patch to modify ft_build.c to update flat device trees in place Patch by Matthew McClintock 26-June-2006
7959
7960 commit 0267768eddc5ca7bc1865bc40c866829ac5efbfe
7961 Author: Matthew McClintock <msm@freescale.com>
7962 Date:   Wed Jun 28 10:41:37 2006 -0500
7963
7964     * Modify bootm command to support booting with flat device trees Patch by Matthew McClintock 26-June-2006
7965
7966 commit 8fc8bd2cc479b6cd188fdede4010e0e052970b8a
7967 Author: John Traill <john.traill@freescale.com>
7968 Date:   Wed Aug 9 14:33:50 2006 +0100
7969
7970     Add Rapidio support for the MPC8641HPCN
7971
7972     Signed-off-by: John Traill <john.traill@freescale.com>
7973
7974 commit 91a414c7d1fb0eac912592cd995b30c9f23045c9
7975 Author: John Traill <john.traill@freescale.com>
7976 Date:   Tue Aug 8 11:32:43 2006 +0100
7977
7978     Fix caslat calculation
7979
7980     Signed-off-by: John Traill <john.traill@freescale.com>
7981
7982 commit 709d3073e74153278e7904a70819bbef7df50e1a
7983 Author: Jon Loeliger <jdl@freescale.com>
7984 Date:   Thu Aug 3 16:17:56 2006 -0500
7985
7986     Convert to mac-address in ethernet nodes.
7987
7988 commit 71748af833ca1017edf1415be376366ff2937d17
7989 Author: Haiying Wang <haiying.wang@freescale.com>
7990 Date:   Fri Jul 28 12:41:35 2006 -0400
7991
7992     Correct the irq value of DUART2
7993
7994 commit 9cb3e8816ae4d854e7dc22128c3eea3d70bb982c
7995 Author: Haiying Wang <haiying.wang@freescale.com>
7996 Date:   Fri Jul 28 12:41:41 2006 -0400
7997
7998     Change the space size of PEX IO in README
7999
8000 commit 239db37c94f7a92941c4465feceb867c609241c5
8001 Author: Haiying Wang <haiying.wang@freescale.com>
8002 Date:   Fri Jul 28 12:41:18 2006 -0400
8003
8004     Move get_board_sys_clk to board directory
8005
8006 commit 492900b985439fbce1a118afde1e35def870db03
8007 Author: John Traill <john.traill@freescale.com>
8008 Date:   Fri Jul 28 09:03:54 2006 +0100
8009
8010     Fix 8641HPCN pollution
8011
8012 commit 515ab8a62e8574e2babc6e8dcc43544ad221c5b2
8013 Author: John Traill <john.traill@freescale.com>
8014 Date:   Fri Jul 28 08:16:06 2006 +0100
8015
8016     Fix 8641HPCN timebase
8017
8018 commit c86360b830f1eecd7a72208575dde4f57879faea
8019 Author: Zhang Wei <wei.zhang@freescale.com>
8020 Date:   Fri Jul 28 00:01:34 2006 +0800
8021
8022     Fixed OF device tree of mpc86xxhpcn board.
8023
8024     The changes works in with kernel irq mapping rework.
8025
8026     Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
8027
8028 commit bea3f28d285942bf3f7ab339ce85178ded544225
8029 Author: Haiying Wang <haiying.wang@freescale.com>
8030 Date:   Wed Jul 12 10:48:05 2006 -0400
8031
8032     Add support for reading and writing mac addresses to or from ID EEPROM.
8033
8034     Added code for reading and writing Mac addresses to/from ID EEPROM(0x57).
8035     With attached patch, we can use command "mac/mac read/mac save/"
8036     to read and write EEPROM under u-boot prompt.
8037
8038     U-boot will calculate the checksum of EEPROM while bootup,
8039     if it is right, then u-boot will check whether the mac address
8040     of eTSEC0/1/2/3 is availalbe (non-zero).
8041
8042     If there is mac address availabe in EEPROM, u-boot will use it,
8043     otherewise, u-boot will use the mac address defined in
8044     MPC8641HPCN.h. This matches the requirement to set unique mac address
8045     for each TSEC port.
8046
8047     Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
8048     Signed-off-by: York Sun <yorksun@freescale.com>
8049
8050 commit fcb28e763415e0e4e66b0f45842d1557ae198e5e
8051 Author: Jin Zhengxiong <Jason.Jin@freescale.com>
8052 Date:   Thu Jul 13 10:35:10 2006 -0500
8053
8054     Fixed initrd issue by define big RAM
8055
8056     Signed-off-by:Jason Jin <Jason.jin@freescale.com>
8057
8058 commit e6cd2a1785d74ec3d30a86f1cb360be8de478151
8059 Author: Jason Jin <Jason.jin@freescale.com>
8060 Date:   Fri Jul 7 10:01:45 2006 -0500
8061
8062     We made a u-boot patch to fix the hang up issue
8063     when booting filesystem from ramdisk.
8064
8065     Signed-off-by:Jason Jin <Jason.jin@freescale.com>
8066
8067 commit 38433ccc5850ee70549af0b2bc5b920355ef5388
8068 Author: Matthew McClintock <msm@freescale.com>
8069 Date:   Wed Jun 28 10:47:03 2006 -0500
8070
8071     * Switched default PCI speed for 8540 ADS back to 33MHz
8072     * Added comments and a printf to warn that PCI-X won't
8073       work at 33MHz
8074       Patch by Andy Fleming 17-Mar-2006
8075
8076     Signed-off-by: Andy Fleming <afleming@freescale.com>
8077
8078 commit e4c2a0eb0c3e3ffbf824800184ee42bdc99d5b19
8079 Author: Matthew McClintock <msm@freescale.com>
8080 Date:   Wed Jun 28 10:46:35 2006 -0500
8081
8082     * Fixed a bug where 8555 PCI code used the old variable and
8083       function names
8084       Patch by Andy Fleming 17-Mar-2006
8085
8086     Signed-off-by: Andy Fleming <afleming@freescale.com>
8087
8088 commit cbfc7ce756b88eb26e5537bc7b625c445c6dcfac
8089 Author: Matthew McClintock <msm@freescale.com>
8090 Date:   Wed Jun 28 10:46:13 2006 -0500
8091
8092     * Added VIA configuration table
8093     * Added support for PCI2 on CDS
8094       Patch by Andy Fleming 17-Mar-2006
8095
8096     Signed-off-by: Andy Fleming <afleming@freescale.com>
8097
8098 commit 52c7a68b8d587ebcf5a6b051b58b3d3ffa377ddc
8099 Author: Matthew McClintock <msm@freescale.com>
8100 Date:   Wed Jun 28 10:45:41 2006 -0500
8101
8102     * Fixed PCI memory definitions
8103       Patch by Andy Fleming 17-Mar-2006
8104
8105     Signed-off-by: Andy Fleming <afleming@freescale.com>
8106
8107 commit 087454609e47295443af793a282cddcd91a5f49c
8108 Author: Matthew McClintock <msm@freescale.com>
8109 Date:   Wed Jun 28 10:45:17 2006 -0500
8110
8111     * Added support for initializing second PCI bus on 85xx
8112       Patch by Andy Fleming 17-Mar-2006
8113
8114     Signed-off-by: Andy Fleming <afleming@freescale.com>
8115
8116 commit b636aaeb6fd516a442fb611bbeeddf3077a687fb
8117 Author: Matthew McClintock <msm@freescale.com>
8118 Date:   Wed Jun 28 10:44:49 2006 -0500
8119
8120     * Added PCI-X #defines for PCI-X initialization
8121       Patch by Andy Fleming on 17-Mar-2006
8122
8123     Signed-off-by: Andy Fleming <afleming@freescale.com>
8124
8125 commit 20abbc6fffa115690107cc942c7abf84bdc03a1b
8126 Author: Matthew McClintock <msm@freescale.com>
8127 Date:   Wed Jun 28 10:44:23 2006 -0500
8128
8129     * Made sure the code which disables prefetch for PCI devices
8130       sets the size of the prefetch region to 0
8131       Patch by Andy Fleming on 17-Mar-2006
8132
8133     Signed-off-by: Andy Fleming <afleming@freescale.com>
8134
8135 commit 40d5fa35d02df22580593bf0039ab173367e8ef0
8136 Author: Matthew McClintock <msm@freescale.com>
8137 Date:   Wed Jun 28 10:43:36 2006 -0500
8138
8139     * Add Flat Dev Tree construction for MPC85xx ADS and CDS boards
8140       Patch by Jon Loeliger 17-Jan-2006
8141
8142     Signed-off-by: Jon Loeliger <jdl@freescale.com>
8143
8144 commit be7e8b0cb5a0c49dc180075b96df296a893bf146
8145 Author: Matthew McClintock <msm@freescale.com>
8146 Date:   Wed Jun 28 10:43:00 2006 -0500
8147
8148     * Removed the oftree.dts for stxxtx in light of the changes
8149       to the flat device tree handling code
8150       Patch by Matthew McClintock 26-June-2006
8151
8152 commit 1b380ec225665e73959677f3893dc658c5925e05
8153 Author: Matthew McClintock <msm@freescale.com>
8154 Date:   Wed Jun 28 10:42:24 2006 -0500
8155
8156     * Patch to modify ft_build.c to update flat device trees in place
8157       Patch by Matthew McClintock 26-June-2006
8158
8159 commit 98a9c4d468a942a09ebe8979bec508017f3e4462
8160 Author: Matthew McClintock <msm@freescale.com>
8161 Date:   Wed Jun 28 10:41:37 2006 -0500
8162
8163     * Modify bootm command to support booting with flat device trees
8164       Patch by Matthew McClintock 26-June-2006
8165
8166 commit da012ab661fd4ab169dd7b9b32201a4df62cf34a
8167 Author: Jin Zhengxiong <Jason.Jin@freescale.com>
8168 Date:   Wed Jun 28 08:43:56 2006 -0500
8169
8170     Change Id to symbolic name for RTL8139
8171
8172     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
8173
8174 commit bc09cf3c2bfb8d54c659cbb332f79d0950982fd0
8175 Author: Jin Zhengxiong-R64188 <Jason.Jin@freescale.com>
8176 Date:   Tue Jun 27 18:12:10 2006 +0800
8177
8178     Fix RTL8139 in big endian
8179
8180     signed-off-by: Jason Jin <Jason.Jin@freescale.com>
8181     signed-off-by: Wei Zhang <wei.zhang@freescale.com>
8182
8183 commit fcfb9a57947fc203b99fe81ab0578f7286261f9f
8184 Author: Jin Zhengxiong-R64188 <Jason.Jin@freescale.com>
8185 Date:   Tue Jun 27 18:12:23 2006 +0800
8186
8187     Fix Tsec bug when no link
8188
8189      When tftp a non-exist file from the tftp server, u-boot will check
8190      the link of all eth port. The original file will return wrong link
8191      state on the no link ports.
8192
8193     signed-off-by: Jason Jin <Jason.Jin@freescale.com>
8194
8195 commit bd22c2b97514fbfb0e03bd9c72b3445e4dbd57e2
8196 Author: Jin Zhengxiong-R64188 <Jason.Jin@freescale.com>
8197 Date:   Tue Jun 27 18:12:02 2006 +0800
8198
8199     Fix bug for io_bar size during pci scan
8200
8201     During the pci scan process, Some devices return bar_reponse with the
8202     highest bytes 0, such as the pci bridge in uli1575 return bar_response
8203     with 0xffffff, So the bar_size should be manually set under 64K.
8204
8205     Signed-off-by: Jason Jin <jason.jin@freescale.com>
8206
8207 commit fa7db9c377bc2353a17bf1d381d65a6c418728f0
8208 Author: Jin Zhengxiong-R64188 <Jason.Jin@freescale.com>
8209 Date:   Tue Jun 27 18:11:54 2006 +0800
8210
8211     Enable PCIE1 for MPC8641HPCN board
8212
8213     Signed-off-by: Jason Jin <Jason.jin@freescale.com>
8214
8215 commit 684623ce92c5fd32e7db2d6e016945a67c5ffaba
8216 Author: Jon Loeliger <jdl@freescale.com>
8217 Date:   Thu Jun 22 08:51:46 2006 -0500
8218
8219     Fix bug in 8641hpcn reset command with no args.
8220
8221     Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
8222     Acked-by: Jon Loeliger <jdl@freescale.com>
8223
8224 commit 8be429a5ddbf0ebe2d94174ba58fcfc7a24285dc
8225 Author: Zhang Wei <wei.zhang@freescale.com>
8226 Date:   Tue Jun 20 17:47:15 2006 +0800
8227
8228     Reworked IRQ mapping in OF-tree.
8229
8230 commit 0e4c2a17ca34001ed36d259f13cb88ada4611a8c
8231 Author: Jon Loeliger <jdl@freescale.com>
8232 Date:   Thu Jun 15 21:33:37 2006 -0500
8233
8234     Do not enable address translation on secondary CPUs.
8235     Do not set up BATs on secondary CPUs.  Let Linux do the nasty.
8236
8237     Signed-off-by: Jon Loeliger <jdl@freescale.com>
8238
8239 commit 8ecc971618f56029ad99d3516f8b297a6ed58971
8240 Author: Jon Loeliger <jdl@jdl.com>
8241 Date:   Wed Jun 7 10:53:55 2006 -0500
8242
8243     Fix a get_board_sys_clk() use-before-def warning.
8244
8245     Signed-off-by: Jon Loeliger <jdl@jdl.com>
8246
8247 commit d9bf4858fca5aa4d651b283270f77da72ebadfd5
8248 Author: Jon Loeliger <jdl@jdl.com>
8249 Date:   Wed Jun 7 10:52:49 2006 -0500
8250
8251     Allow DTC path to be passed in.
8252
8253     Signed-off-by: Jon Loeliger <jdl@jdl.com>
8254
8255 commit c83ae9ea6d93abbe751bf8a3396236a084e56f87
8256 Author: Haiying Wang <haiying.wang@freescale.com>
8257 Date:   Tue Jun 6 16:54:29 2006 -0400
8258
8259     Modify the IRQ of DUART2
8260
8261 commit c934f655f9aeca70a5c5f88b465d9e9d57a8d22e
8262 Author: Jon Loeliger <jdl@jdl.com>
8263 Date:   Wed May 31 13:55:35 2006 -0500
8264
8265     Review cleanups.
8266
8267     Signed-off-by: Jon Loeliger <jdl@freescale.com>
8268
8269 commit cb5965fb95b77a49f4e6af95248e0c849f4af03e
8270 Author: Jon Loeliger <jdl@jdl.com>
8271 Date:   Wed May 31 12:44:44 2006 -0500
8272
8273     White space cleanup.
8274     Some 80-column cleanups.
8275     Convert printf() to puts() where possible.
8276     Use #include "spd_sdram.h" as needed.
8277     Enhanced reset command usage message a bit.
8278
8279     Signed-off-by: Jon Loeliger <jdl@freescale.com>
8280
8281 commit 3d5c5be547445dd3bd2eb7368d80df03ea437970
8282 Author: Jon Loeliger <jdl@jdl.com>
8283 Date:   Wed May 31 11:39:34 2006 -0500
8284
8285     Removed unneeded local_bus_init() from 8641HPCN board.
8286
8287     Signed-off-by: Jon Loeliger <jdl@freescale.com>
8288
8289 commit 4d3d729c16c392d2982d3266b659d333c927697d
8290 Author: Jon Loeliger <jdl@jdl.com>
8291 Date:   Wed May 31 11:24:28 2006 -0500
8292
8293     Moved mpc8641hpcn_board_reset() out of cpu/ into board/.
8294
8295     Signed-off-by: Jon Loeliger <jdl@freescale.com>
8296
8297 commit b2a941de060350ad15878d8219825f4950e9bb8e
8298 Author: Jon Loeliger <jdl@jdl.com>
8299 Date:   Wed May 31 10:07:28 2006 -0500
8300
8301     Remove dead debug code.
8302
8303     Signed-off-by: Jon Loeliger <jdl@jdl.com>
8304
8305 commit 126aa70f10ba3d20e0a6f4d32328250513b77770
8306 Author: Jon Loeliger <jdl@freescale.com>
8307 Date:   Tue May 30 17:47:00 2006 -0500
8308
8309     Move mpc86xx PIXIS code to board directory
8310
8311     First cut at moving the PIXIS platform code out of
8312     the 86xx cpu directory and into board/mpc8641hpcn
8313     where it belongs.
8314
8315     Signed-off-by: Jon Loeliger <jdl@freescale.com>
8316
8317 commit 38cee12dcfcc257371c901c7e13e58ecab0a35d8
8318 Author: Haiying Wang <Haiying.Wang@freescale.com>
8319 Date:   Tue May 30 09:10:32 2006 -0500
8320
8321     Improve "reset" command's interaction with watchdog.
8322
8323         "reset altbank" will reset another bank WITHOUT watch dog timer enabled
8324         "reset altbank wd" will reset another bank WITH watch dog enabled
8325         "diswd" will disable watch dog after u-boot boots up successfully
8326
8327     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
8328
8329 commit 70205e5a6ddc8528b11db9eb4d3fa0209d9fce2a
8330 Author: Haiying Wang <Haiying.Wang@freescale.com>
8331 Date:   Tue May 30 08:51:19 2006 -0500
8332
8333     Fix two SDRAM setup bugs.
8334
8335         Fix ECC setup bug.
8336         Enable 1T/2T based on number of DIMMs present.
8337
8338     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
8339
8340 commit d11fec5015334deb2010e36ce00bb118cc5429a5
8341 Author: Haiying Wang <Haiying.Wang@freescale.com>
8342 Date:   Fri May 26 10:24:48 2006 -0500
8343
8344     Add first draft of the MPC8641HPCN doc/README.
8345
8346     Signed-off-by: Jon Loeliger <jdl@jdl.com>
8347
8348 commit ed45d6c930b5939718a87ee12e25cf9a05978d4a
8349 Author: Haiying Wang <Haiying.Wang@freescale.com>
8350 Date:   Fri May 26 10:13:04 2006 -0500
8351
8352     Added pci@8000 block.
8353     Updated ethernet interrupt mappings (moved up 48).
8354     Cleaned up a few comments.
8355
8356     Signed-off-by: Jon Loeliger <jdl@jdl.com>
8357
8358 commit 3033ebb20fd7c372c7bca3c9955a4692bb2240b7
8359 Author: Haiying Wang <Haiying.Wang@freescale.com>
8360 Date:   Fri May 26 10:01:16 2006 -0500
8361
8362     Allow args on reset command.
8363
8364     Signed-off-by: Jon Loeliger <jdl@jdl.com>
8365
8366 commit 14e37081ff3cac7ebe6e93836523429853b6b292
8367 Author: Jon Loeliger <jdl@jdl.com>
8368 Date:   Fri May 19 13:28:39 2006 -0500
8369
8370     Change arbitration to round-robin for SMP linux.
8371
8372 commit 9a655876e5995be80f49054e2509500e871e4d3a
8373 Author: Jon Loeliger <jdl@jdl.com>
8374 Date:   Fri May 19 13:26:34 2006 -0500
8375
8376     Enable dual DDR controllers and interleaving.
8377
8378 commit 586d1d5abd3e525f1e1d9b81e5a61a4da6b2fa3c
8379 Author: Jon Loeliger <jdl@jdl.com>
8380 Date:   Fri May 19 13:22:44 2006 -0500
8381
8382     Update 86xx address map and LAWBARs.
8383
8384 commit cccce5d0581bb0ba4602799a4b5112e58d1579cb
8385 Author: Jon Loeliger <jdl@jdl.com>
8386 Date:   Fri May 19 13:14:15 2006 -0500
8387
8388     Remove L2 Cache invalidate polling.
8389
8390 commit f35ec68fb066cec0e36294bfe07dec2d4e8ad3a8
8391 Author: Jon Loeliger <jdl@jdl.com>
8392 Date:   Fri May 19 12:33:09 2006 -0500
8393
8394     Enable 2nd CPU and I2C.
8395
8396 commit bf690dcb512d34c4fceec0eb1e5c0e88a9db5d54
8397 Author: Jon Loeliger <jdl@freescale.com>
8398 Date:   Mon May 15 07:26:56 2006 -0500
8399
8400     Update interrupt mapping.
8401
8402 commit 6cfea33477b04b63ed47386ed1629529484c33ba
8403 Author: Haiying Wang <Haiying.Wang@freescale.com>
8404 Date:   Wed May 10 09:38:06 2006 -0500
8405
8406     Remove unneeded INIT_RAM_LOCK cache twiddling.
8407     Correctly tracks r29 as global data pointer now.
8408
8409     Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
8410
8411 commit d4dd317b58c126a2a7e73f4764ecc1a7c97f876c
8412 Author: Jon Loeliger <jdl@freescale.com>
8413 Date:   Wed May 10 09:33:07 2006 -0500
8414
8415     Remove unnecessary flash.c file.
8416
8417 commit 18b6c8cd8af6cc7f35180cedc4adb3236cc1a1b8
8418 Author: Jon Loeliger <jdl@freescale.com>
8419 Date:   Tue May 9 08:23:49 2006 -0500
8420
8421     Get MPC8641HPCN flash images working.
8422
8423         Enable the CFI driver.
8424         Remove bogus LAWBAR7 cruft.
8425         Use correct TEXT_BASE, Fixup load script.
8426         Enable SPD EEPROM during DDR setup.
8427         Use generic RFC 1918 IP addresses by default.
8428
8429 commit 5c9efb36a6b5431423f52888a0e3b4b515fe7eca
8430 Author: Jon Loeliger <jdl@freescale.com>
8431 Date:   Thu Apr 27 10:15:16 2006 -0500
8432
8433     Cleanup whitespaces and style issues.
8434     Removed //-style comments.
8435     Use 80-column lines.
8436     Remove trailing whitespace.
8437     Remove dead code and debug cruft.
8438
8439 commit a2320a6bf8113a09544c42d160d10ac69d049a03
8440 Author: Jon Loeliger <jdl@freescale.com>
8441 Date:   Thu Apr 27 08:22:39 2006 -0500
8442
8443     Revert bad PCI prefetch limit change.
8444
8445 commit debb7354d1ea4f694154818df5e5b523f5c1cc1d
8446 Author: Jon Loeliger <jdl@freescale.com>
8447 Date:   Wed Apr 26 17:58:56 2006 -0500
8448
8449     Initial support for MPC8641 HPCN board.