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