blob: 58ef66ecdc4c2e0caba7dc343f6aaa5775050457 [file] [log] [blame]
Wolfgang Denk5728be32007-08-06 01:01:49 +02001commit 8092fef4c29b395958bb649647da7e3775731517
2Author: Martin Krause <Martin.Krause@tqs.de>
3Date: 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
15commit 63cec5814fab5d2b1c86982327433807a5ac0249
16Author: Ed Swarthout <Ed.Swarthout@freescale.com>
17Date: 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
37commit c7e717ebc2b044d7a71062552c9dc0f54ea9b779
38Author: Andy Fleming <afleming@freescale.com>
39Date: Fri Aug 3 04:05:25 2007 -0500
40
41 Add Marvell 1149 PHY support to the TSEC
42
43commit 63e22764d2f8653f68888c667eb65b3996b52680
44Author: Wolfgang Denk <wd@denx.de>
45Date: Thu Aug 2 10:11:18 2007 +0200
46
47 Minor cleanup of <board>_nand build rules.
48
49commit cdd917a43da6fa7fc8f54a3cc9f420ce5ecf3197
50Author: Wolfgang Denk <wd@denx.de>
51Date: 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
57commit 5a56af3b522ba47fb33a3fee84d23bf1e5429654
58Author: Andy Fleming <afleming@freescale.com>
59Date: 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
69commit 982efcf23fd03647e01e2fbe28a7a36239156cc0
70Author: Andy Fleming <afleming@freescale.com>
71Date: 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
80commit d3ec0d943a045bdb99e159e7bbc77430e09f11d7
81Author: Andy Fleming <afleming@freescale.com>
82Date: 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
92commit bfb37b32d1b0b03f18077dba49cc66a6e76fa038
93Author: Ed Swarthout <Ed.Swarthout@freescale.com>
94Date: 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
104commit 2a3cee43c3b71fa5b8d91db19f05067865290f3e
105Author: Andy Fleming <afleming@freescale.com>
106Date: 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
116commit ccc091aac61a38cd998d575d92f7232e256d6312
117Author: Andy Fleming <afleming@freescale.com>
118Date: 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
131commit 7507d56ccaf7aae1c474342a9a5540165cd7e9d9
132Author: Andy Fleming <afleming@freescale.com>
133Date: 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
144commit 5dc210dec5bace98a50b6ba905347890091a9bb0
145Author: Ed Swarthout <Ed.Swarthout@freescale.com>
146Date: 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
152commit e8b85f3ba4cd8930e0a2fea2100c815d64201765
153Author: Ed Swarthout <Ed.Swarthout@freescale.com>
154Date: 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
163commit 571f49fa717004ca4268b4e24057efc7bf9f987b
164Author: Ed Swarthout <Ed.Swarthout@freescale.com>
165Date: 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
174commit ba5feb12581bb2912ce301e4866b71f846e9fc07
175Author: Ed Swarthout <Ed.Swarthout@freescale.com>
176Date: 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
185commit 40e81addab7bb74d20ddf681ce9babc880a828ee
186Author: Ed Swarthout <Ed.Swarthout@freescale.com>
187Date: 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
197commit 3865b1fb7843a08ad49a6319a36415752276ff48
198Author: Stefan Roese <sr@denx.de>
199Date: 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
205commit e9514751cfa5cce61ea699fa0d3eb37898a5eeb5
206Author: Stefan Roese <sr@denx.de>
207Date: 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
217commit b3aff0cb9ecf236d7e8c93761dd1dadf6837a582
218Author: Jon Loeliger <jdl@freescale.com>
219Date: 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
229commit ddb5d86f0215bcb6c293510c50eb050e92883b7a
230Author: Jon Loeliger <jdl@freescale.com>
231Date: 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
241commit f40a7f3e3888b42a43674b099e5470022c8c544c
242Author: Jon Loeliger <jdl@freescale.com>
243Date: 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
253commit 610f2e9c28a9c101e09fa1b78143cf5f00ed1593
254Author: Jon Loeliger <jdl@freescale.com>
255Date: 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
265commit 902531788376046da212afd1661cffb62f3daa1c
266Author: Jon Loeliger <jdl@freescale.com>
267Date: 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
277commit d39b57415838c73fb0a37eca84de3c68ba990586
278Author: Jon Loeliger <jdl@freescale.com>
279Date: 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
289commit 77a318545d57aefa844752465b94c7e09a3f26d0
290Author: Jon Loeliger <jdl@freescale.com>
291Date: 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
301commit 068b60a0eb7e73b243ca55399f2a7df76e2c3f3d
302Author: Jon Loeliger <jdl@freescale.com>
303Date: 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
309commit 079a136c3588814784561d6e4856970ee82d6e2a
310Author: Jon Loeliger <jdl@freescale.com>
311Date: 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
322commit 7f5c01577400c74cc5bac74f41dd0d3c79df623c
323Author: Jon Loeliger <jdl@freescale.com>
324Date: 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
335commit 80ff4f99b84b64edca3fd10da365ec1493be1c95
336Author: Jon Loeliger <jdl@freescale.com>
337Date: 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
348commit a1aa0bb502e25fd598b5e0ccdfb2c174921d714a
349Author: Jon Loeliger <jdl@freescale.com>
350Date: 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
361commit 659e2f6736232a08acca8785c206e2b4d9cd07d7
362Author: Jon Loeliger <jdl@freescale.com>
363Date: 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
374commit 11799434c5ff15a612577bb1ad1f4ea1a0595e4b
375Author: Jon Loeliger <jdl@freescale.com>
376Date: 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
387commit 1fe80d79c5c4e52d3410a7ab4b8515da095cdab3
388Author: Jon Loeliger <jdl@freescale.com>
389Date: 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
401commit d3b8c1a743dcd31625c99e6a44590f207eb00028
402Author: Jon Loeliger <jdl@freescale.com>
403Date: 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
409commit 2fd90ce575b02d189cbf443c85309bcd001aa393
410Author: Jon Loeliger <jdl@freescale.com>
411Date: 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
417commit 37d4bb70586659dedef1658ce1bed071be098aec
418Author: Jon Loeliger <jdl@freescale.com>
419Date: 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
425commit 18225e8dd1950bd6dbf35011e436db7f474c187d
426Author: Jon Loeliger <jdl@freescale.com>
427Date: 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
433commit 7be044e4ea644b0ef1c486dadc1a4c2665b4374d
434Author: Jon Loeliger <jdl@freescale.com>
435Date: 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
441commit 5d2ebe1b3ef0055c661bb1a0d252bf252380069f
442Author: Jon Loeliger <jdl@freescale.com>
443Date: 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
449commit f55f7f8d83f36021ab1f0e3d738f5d8c8083a7e3
450Author: Jon Loeliger <jdl@freescale.com>
451Date: 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
458commit b5501f7d720fed99ab0b42c83f5dea52868ce007
459Author: Jon Loeliger <jdl@freescale.com>
460Date: 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
466commit 4431283c7e6d54ae180d466e51bf2d97471a0ad9
467Author: Jon Loeliger <jdl@freescale.com>
468Date: 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
474commit 3a1ed1e1f922c419bb71f7df4949d783ade369fa
475Author: Jon Loeliger <jdl@freescale.com>
476Date: 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
482commit ab3abcbabd840928fb1eb5122118ca466b5e5013
483Author: Jon Loeliger <jdl@freescale.com>
484Date: 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
490commit 3fe00109a5f12de55b6e25b1f98dfc24bc9090c9
491Author: Jon Loeliger <jdl@freescale.com>
492Date: 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
498commit c508a4cefd8a953fc64957650506a035e6e3d9d1
499Author: Jon Loeliger <jdl@freescale.com>
500Date: 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
506commit b9307262f8a9f3b5c9e15a6067eadc17407146f6
507Author: Jon Loeliger <jdl@freescale.com>
508Date: 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
514commit fcec2eb93e126400009729328e797f12bc94f1fd
515Author: Jon Loeliger <jdl@freescale.com>
516Date: 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
522commit a593814f2be0c9cdc3133cd550b167b8a988328f
523Author: Jon Loeliger <jdl@freescale.com>
524Date: 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
530commit 67350568f9d46e66c21829f3513b3db0caeb948b
531Author: Jon Loeliger <jdl@freescale.com>
532Date: 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
538commit 7def6b34f910f08d7ef0a14646da067719237ca2
539Author: Jon Loeliger <jdl@freescale.com>
540Date: 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
546commit dd60d1223b99a88a7216f3e041fe40634ad4c2bb
547Author: Jon Loeliger <jdl@freescale.com>
548Date: 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
554commit c91898bbc505aff3e12a807af88e76da18efb7ee
555Author: Jon Loeliger <jdl@freescale.com>
556Date: 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
562commit 643d1ab23960950b52e0a2803c2d3ea4c558fa01
563Author: Jon Loeliger <jdl@freescale.com>
564Date: 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
570commit cb51c0bf88f95a1bca68324b0126f8eed8b43273
571Author: Jon Loeliger <jdl@freescale.com>
572Date: 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
578commit 07d38a17e964aec4c7827f0ee9a583bc8cc1ad6b
579Author: Jon Loeliger <jdl@freescale.com>
580Date: 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
586commit cde5c64d17cf4834aa7b5c373f288bc7dad27b29
587Author: Jon Loeliger <jdl@freescale.com>
588Date: 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
594commit 639221c76c88215bd55af83ad174fc30d1940f8f
595Author: Jon Loeliger <jdl@freescale.com>
596Date: 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
603commit 4ef218f6fdf8d747f4589da5252b004e7d2c2876
604Author: Wolfgang Denk <wd@denx.de>
605Date: 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
611commit c3517f919d0f61650cf3027fd4faf0f631142f6c
612Author: Jon Loeliger <jdl@freescale.com>
613Date: 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
619commit fd9bcaa35be64fe41a4223fdb6ecdbad52470b39
620Author: Jon Loeliger <jdl@freescale.com>
621Date: 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
627commit c76fe47425afc7d5d670ff0539823c85d65d9c42
628Author: Jon Loeliger <jdl@freescale.com>
629Date: 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
635commit baa26db4113679b80970ff447d91cc10217742a6
636Author: Jon Loeliger <jdl@freescale.com>
637Date: 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
643commit af075ee96e52dda7b6bca6c937588aeaaec5f2cd
644Author: Jon Loeliger <jdl@freescale.com>
645Date: 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
655commit b3631487105a57ab7cbadfc26efbaf9676275018
656Author: Jon Loeliger <jdl@freescale.com>
657Date: 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
663commit a22d4da95e20049b4daa1c2a022f61e8a72f2fb6
664Author: Jon Loeliger <jdl@freescale.com>
665Date: 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
674commit a5562901661bd428f7e5feb333f796372cb81019
675Author: Jon Loeliger <jdl@freescale.com>
676Date: 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
682commit fe7f782d5b8c64a0195c68c31a0a11d4f641355e
683Author: Jon Loeliger <jdl@freescale.com>
684Date: 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
690commit e9a0f8f15c11f337967aa0600ad6e8af33037f50
691Author: Jon Loeliger <jdl@freescale.com>
692Date: 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
698commit 12aa9fd23d724bd6ab88e1baa0db35133a27303f
699Author: Jon Loeliger <jdl@freescale.com>
700Date: 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
706commit acf0269779422f3e147d2ddfb499c9f6ff10ad5e
707Author: Jon Loeliger <jdl@freescale.com>
708Date: 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
714commit e18a1061a8630cb67995fdf99afd3fb50d1b187d
715Author: Jon Loeliger <jdl@freescale.com>
716Date: 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
722commit 8353e139bfad9059c54f5b2421f1a3090e15a2e2
723Author: Jon Loeliger <jdl@freescale.com>
724Date: 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
730commit 348f258f24253433e4a2302a0bbceb6740a67246
731Author: Jon Loeliger <jdl@freescale.com>
732Date: 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
738commit 6c4f4da9bfc9f9403f54fce678ed0364b7c86a6a
739Author: Jon Loeliger <jdl@freescale.com>
740Date: 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
746commit 60a0876b5106b34220e459c208bbf648073306c0
747Author: Jon Loeliger <jdl@freescale.com>
748Date: 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
754commit dcaa71562826a2466e894c868d132509dcda8444
755Author: Jon Loeliger <jdl@freescale.com>
756Date: 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
762commit 3c3227f3c737502311b25b72084573901cbbf17d
763Author: Jon Loeliger <jdl@freescale.com>
764Date: 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
770commit 49cf7e8ee7ef943fdfe866ce28410b0bfbf6a26c
771Author: Jon Loeliger <jdl@freescale.com>
772Date: 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
778commit de8b2a6e33298dcdb10bdda48db25e53c3089eba
779Author: Jon Loeliger <jdl@freescale.com>
780Date: 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
786commit 498ff9a228485bd4b9f23d066bada268f9add1dd
787Author: Jon Loeliger <jdl@freescale.com>
788Date: 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
798commit 6b0a174a1e6f55e1f5a1fbb223cdad7645a4646e
799Author: Stefan Roese <sr@denx.de>
800Date: 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
806commit f1152f8c28db4a22087c21c618a3f7baa48e9a4f
807Author: Wolfgang Denk <wd@denx.de>
808Date: 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
814commit e4dbe1b215f5c6c462e76909d240bd96472b84de
815Author: Wolfgang Denk <wd@denx.de>
816Date: 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
822commit b6b4684546809f89c8bac72863ca49b5fd8ac0cd
823Author: Wolfgang Denk <wd@denx.de>
824Date: Thu Jul 5 11:12:16 2007 +0200
825
826 Minor coding style cleanup. Update CHANGELOG.
827
Wolfgang Denkb6b46842007-07-05 11:12:16 +0200828commit dca3b3d6d6396b67e5e84af53452164923c73443
829Author: Jon Loeliger <jdl@jdl.com>
830Date: 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
836commit 6c18eb9804b525f3e4f3bb3d014dd69a200d9fa7
837Author: Jon Loeliger <jdl@jdl.com>
838Date: 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
844commit 46da1e96b7db14f4fcd2c92544e7c0862024bc76
845Author: Jon Loeliger <jdl@jdl.com>
846Date: 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
852commit 90cc3eb6d2be856d9ddd81436de9cf343bc6b5c8
853Author: Jon Loeliger <jdl@jdl.com>
854Date: 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
860commit 26a34560d56a9df5bc2ae23525d9229736134757
861Author: Jon Loeliger <jdl@jdl.com>
862Date: 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
868commit a5cb23092a7d31490a33d4ec871468b63babfa3c
869Author: Jon Loeliger <jdl@jdl.com>
870Date: 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
876commit 929a2bfd142737003a8fc32e1b86e1f2c1850257
877Author: Jon Loeliger <jdl@jdl.com>
878Date: 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
884commit 5dc11a511960d490f7f01ffd746edfe6277f99b0
885Author: Jon Loeliger <jdl@jdl.com>
886Date: 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
892commit 9bbb1c0820c1fbd3811ab6ee4ba0f6c6f76b27e4
893Author: Jon Loeliger <jdl@jdl.com>
894Date: 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
900commit bc234c129fa04fb9fa33530930e5cbc6084cd47a
901Author: Jon Loeliger <jdl@jdl.com>
902Date: 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
908commit 1d2c6bc491969f8d8fb34c8e30e8bea7a2af9c31
909Author: Jon Loeliger <jdl@jdl.com>
910Date: 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
916commit 48d5d102a2f2e619c92050b9aedbb69689185bc0
917Author: Jon Loeliger <jdl@jdl.com>
918Date: 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
924commit 72eb0efaed7048afcc61fc6f0085c49394b5dc36
925Author: Jon Loeliger <jdl@jdl.com>
926Date: 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
932commit 1bec3d3002d3bbbae6f2468a0f7376db1120d33e
933Author: Jon Loeliger <jdl@jdl.com>
934Date: 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
940commit ab999ba1b31ebe78dd16374394a55d7c6e5aa6e4
941Author: Jon Loeliger <jdl@jdl.com>
942Date: 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
948commit 37e4f24b87fa255ae456d193b7cd23c18dd1d56b
949Author: Jon Loeliger <jdl@jdl.com>
950Date: 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
956commit ba2351f9d1e841bd00ea6dad1e3c16d0259ad264
957Author: Jon Loeliger <jdl@jdl.com>
958Date: 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
964commit 0b361c916617aff79e647b40f0e43361e0bbaccf
965Author: Jon Loeliger <jdl@jdl.com>
966Date: 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
972commit b730cda82e362df6a22f4c59c0a9b97e885b1014
973Author: Jon Loeliger <jdl@jdl.com>
974Date: 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
980commit d794cfefead5fc177cf4f41164e80382e9c9484a
981Author: Jon Loeliger <jdl@jdl.com>
982Date: 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
988commit ef0df52ab49eea4a30c15087fd27d54c1d946f2c
989Author: Jon Loeliger <jdl@jdl.com>
990Date: 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
996commit 866e3089bfc826bb4dc74637f8aad87a3bab79fc
997Author: Jon Loeliger <jdl@jdl.com>
998Date: 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
1004commit 2694690e285acaa34922f55f4b5ae030da60c55a
1005Author: Jon Loeliger <jdl@jdl.com>
1006Date: 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
1012commit 1cc4c458329765b58e584a19821e796b3c10e976
1013Author: Jon Loeliger <jdl@jdl.com>
1014Date: 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
1020commit 8ea5499afdaba0acf60923dd99001c399d4a7c8e
1021Author: Jon Loeliger <jdl@jdl.com>
1022Date: 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
Wolfgang Denk5728be32007-08-06 01:01:49 +02001028commit b44896215a09c60fa40cae906f7ed207bbc2c492
1029Author: Sergei Poselenov <sposelenov@emcraft.com>
1030Date: 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
Wolfgang Denkb6b46842007-07-05 11:12:16 +02001036commit b24629fa377214d63bb40d1360e354b6d3e4af56
1037Author: Jon Loeliger <jdl@jdl.com>
1038Date: 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
1044commit 46175d9764da129bb4fd341cd2554dc7d55f5b2a
1045Author: Jon Loeliger <jdl@jdl.com>
1046Date: 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
1054commit 2835e518c969e5124ba1174eef3e8375e12fa7d5
1055Author: Jon Loeliger <jdl@jdl.com>
1056Date: 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
1062commit 56b304ac2091689506088a9ae67f63fd6300cf16
1063Author: Jon Loeliger <jdl@jdl.com>
1064Date: 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
Wolfgang Denk5728be32007-08-06 01:01:49 +02001070commit f780b83316d9af1f61d71cc88b1917b387b9b995
1071Author: Niklaus Giger <niklausgiger@gmx.ch>
1072Date: 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
1078commit 04e6c38b766eaa2f3287561563c9e215e0c3a0d4
1079Author: Stefan Roese <sr@denx.de>
1080Date: 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
Wolfgang Denkb6b46842007-07-05 11:12:16 +02001092commit 6810a34677dbc446334f5e451f1682426dd33b49
1093Author: Grant Likely <grant.likely@secretlab.ca>
1094Date: 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
1100commit 90b1b2d69b9396ff2f01165ebc16c9a594eb5926
1101Author: Grant Likely <grant.likely@secretlab.ca>
1102Date: 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
1108commit 057004f4a4863554d56cc56268bfa7c7d9738e27
1109Author: Grant Likely <grant.likely@secretlab.ca>
1110Date: 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
1116commit 5af61b2f4b838a05f79be274f3e5a66edd2d9c96
1117Author: Grant Likely <grant.likely@secretlab.ca>
1118Date: 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
1124commit f3a52fe05923935db86985daf9438e2f70ac39aa
1125Author: Grant Likely <grant.likely@secretlab.ca>
1126Date: 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
1132commit a85dd254c0577fca13627c46e93fc2ad4c4f1f00
1133Author: Grant Likely <grant.likely@secretlab.ca>
1134Date: 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
1140commit 6f7576b20ecf0d040c3ac3b032b5cbc860e38a90
1141Author: Grant Likely <grant.likely@secretlab.ca>
1142Date: 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
1148commit 3649cd99ba815b6601868735765602f00ef3692b
1149Author: Grant Likely <grant.likely@secretlab.ca>
1150Date: 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
1156commit f82b3b6304b620ef7e28bfaa1ea887a2ad2fa325
1157Author: Grant Likely <grant.likely@secretlab.ca>
1158Date: 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
1164commit e1a6144c32dc7de73bcdd33995de0148cbd0bd28
1165Author: Grant Likely <grant.likely@secretlab.ca>
1166Date: 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
1172commit 17e32fc3908bf7089d3f16fc82a1c3ae674dd65b
1173Author: Grant Likely <grant.likely@secretlab.ca>
1174Date: 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
1180commit af7d38b393690d7eeaf418ac85a1e831a50d5fd0
1181Author: Grant Likely <grant.likely@secretlab.ca>
1182Date: 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
1188commit f94a3aecebc40ca0939c7d66d010009cf51be9e2
1189Author: Grant Likely <grant.likely@secretlab.ca>
1190Date: 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
1196commit a71c084f3ac7fedf144537db2b2da47323068833
1197Author: Grant Likely <grant.likely@secretlab.ca>
1198Date: 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
1204commit f670a15468d1365241d40022b9408e1004181f5e
1205Author: Grant Likely <grant.likely@secretlab.ca>
1206Date: 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
1212commit 09555bd45a04c0e54f172528d21bc18896550d28
1213Author: Grant Likely <grant.likely@secretlab.ca>
1214Date: 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
1220commit 5efb992f046e51225c93d52f80fecbe433abd789
1221Author: Grant Likely <grant.likely@secretlab.ca>
1222Date: 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
1228commit 07c13dfef65b31647e69d8b61daa1eec598add1a
1229Author: Grant Likely <grant.likely@secretlab.ca>
1230Date: 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
1236commit b4f67513a624ce85866c66c575bd2d9d7977d7f0
1237Author: Grant Likely <grant.likely@secretlab.ca>
1238Date: 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
1244commit b7d8e05f8675249b5f208aa73babeed384a4519d
1245Author: Grant Likely <grant.likely@secretlab.ca>
1246Date: 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
1252commit 416a0b6d40f6eba3a2fc547253c16bda28d922f7
1253Author: Grant Likely <grant.likely@secretlab.ca>
1254Date: 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
1260commit 5fc59175b92883ed5d2666a04e6bc49e70a4a365
1261Author: Grant Likely <grant.likely@secretlab.ca>
1262Date: 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
1268commit 737f9eb02d7335df2b3e4d7a4d3348784d1da207
1269Author: Grant Likely <grant.likely@secretlab.ca>
1270Date: 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
1276commit 9c757b789a59a855db57b448dd825329c4e9c4a0
1277Author: Grant Likely <grant.likely@secretlab.ca>
1278Date: 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
1284commit d181c9a15cd41863fe24840d17848429f27d3c8c
1285Author: Grant Likely <grant.likely@secretlab.ca>
1286Date: 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
1292commit 287ac924adb7291bebe5086652a362a30ab28b13
1293Author: Grant Likely <grant.likely@secretlab.ca>
1294Date: 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
1300commit 52b8704d0245e589f86d462e9ec25aeb7ecbbbdd
1301Author: Wolfgang Denk <wd@denx.de>
1302Date: 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
1308commit 78e0cf2de7be7f1eaeeb622eb61fd50e4d5e205c
1309Author: Wolfgang Denk <wd@denx.de>
1310Date: Wed Jul 4 00:38:38 2007 +0200
1311
1312 Minor coding style cleanup. Rebuild CHANGELOG file.
1313
Wolfgang Denk78e0cf22007-07-04 00:38:38 +02001314commit 2f9c19e496acb6bb50d9299e1aab377625d48c38
1315Author: Jon Loeliger <jdl@jdl.com>
1316Date: 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
1322commit 602ad3b33d9ceef83dbab46be68646d645d637ee
1323Author: Jon Loeliger <jdl@jdl.com>
1324Date: 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
1330commit 72a074cec68e5bad60d63206c050974e08afd804
1331Author: Jon Loeliger <jdl@jdl.com>
1332Date: 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
1348commit 5fcf543e0b6628c76ff48705b1b0566bfd11507b
1349Author: Jon Loeliger <jdl@jdl.com>
1350Date: 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
1366commit 9107ebe0d352420895ab69b715697bdebc8caf50
1367Author: Jon Loeliger <jdl@jdl.com>
1368Date: 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
1384commit 5e378003d592ea828ec69d6defcd4de79096dd5c
1385Author: Jon Loeliger <jdl@jdl.com>
1386Date: 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
1402commit 737184114ec9c9e0ab94d6713536126073bd2472
1403Author: Jon Loeliger <jdl@jdl.com>
1404Date: 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
1420commit f48070fe5fe440dfb5ee5268c920de70e48ea327
1421Author: Jon Loeliger <jdl@jdl.com>
1422Date: 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
1438commit 0c505db0a0dc1f670b13ce3b4d3fbf1ec5b3cbd2
1439Author: Jon Loeliger <jdl@jdl.com>
1440Date: 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
1456commit 73f032021ec5f13cda8faa4e34b6de80960eb86f
1457Author: Jon Loeliger <jdl@jdl.com>
1458Date: 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
1474commit 98b79003c21c2578206003256de4e781d6b36ca8
1475Author: Jon Loeliger <jdl@jdl.com>
1476Date: 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
1492commit 6e2115acb6a892d53a6881bf253ae41d3df39156
1493Author: Jon Loeliger <jdl@jdl.com>
1494Date: 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
1510commit 45cdb9b72c94655c7308b464a2666057c0b286e0
1511Author: Jon Loeliger <jdl@jdl.com>
1512Date: 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
1528commit 4e109ae98294a5ca7ff848b7652c7bfd4023a94a
1529Author: Jon Loeliger <jdl@jdl.com>
1530Date: 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
1546commit d5be43de93ff905c465e509d45a3164ef48d26e7
1547Author: Jon Loeliger <jdl@jdl.com>
1548Date: 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
1564commit b453960d4fdb87b3970d96119b90df2ed024fc4a
1565Author: Jon Loeliger <jdl@jdl.com>
1566Date: 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
1582commit 65c450b47a62659d522cfa8f4fa1e4e5c60dccd0
1583Author: Jon Loeliger <jdl@jdl.com>
1584Date: 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
1600commit a76adc8142c1d956385a109e0b70f9319ede4d66
1601Author: Jon Loeliger <jdl@jdl.com>
1602Date: 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
1618commit ec63b10b61fd68238d4c15c1cd04c0b38228e2c1
1619Author: Jon Loeliger <jdl@jdl.com>
1620Date: 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
Wolfgang Denk4ef218f2007-07-10 00:01:28 +02001634commit 1f2a05898658900dc5717761e27abf2052e67e13
1635Author: Mushtaq Khan <mushtaqk_921@yahoo.co.in>
1636Date: 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
1642commit a5d71e290f3673269be8eefb4ec44f53412f9461
1643Author: Heiko Schocher <hs@pollux.denx.de>
1644Date: 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
1650commit a1bd6200eccd3a02040a955d5f43d3ee1fc9f93b
1651Author: Niklaus Giger <niklaus.giger@nestal.com>
1652Date: 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
1666commit 807018fb7faceb429ce0cb47baa2073746b33a4e
1667Author: Niklaus Giger <niklaus.giger@nestal.com>
1668Date: 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
1678commit 466fff1a7bb5fe764a06450626f6098219f446b8
1679Author: Stefan Roese <sr@denx.de>
1680Date: 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
1690commit 6f35c53166213c24a5a0e2390ed861136ff73870
1691Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
1692Date: 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
1703commit 5a1c9ff0c44305b57cb4d8f9369bba90bcf0e1f8
1704Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
1705Date: 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
1720commit 1636d1c8529c006d106287cfbc20cd0a246fe1cb
1721Author: Wolfgang Denk <wd@denx.de>
1722Date: Fri Jun 22 23:59:00 2007 +0200
1723
1724 Coding stylke cleanup; rebuild CHANGELOG
1725
Wolfgang Denk1636d1c2007-06-22 23:59:00 +02001726commit 2dc64451b4c08ffd619372abfdc2506a2e2363b9
1727Author: Igor Lisitsin <igor@emcraft.com>
1728Date: 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
1739commit a11e06965ec91270c51853407ff1261d3c740386
1740Author: Igor Lisitsin <igor@emcraft.com>
1741Date: 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
Wolfgang Denk4ef218f2007-07-10 00:01:28 +02001750commit 566a494f592ae3b3c0785d90d4e1ba45574880c4
1751Author: Heiko Schocher <hs@pollux.denx.de>
1752Date: 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
1765commit 3a1f5c81b0b9557817a789bece839905581c2205
1766Author: Stefan Roese <sr@denx.de>
1767Date: 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
Wolfgang Denk1636d1c2007-06-22 23:59:00 +02001778commit 02032e8f14751a1a751b09240a4f1cf9f8a2077f
1779Author: Rafal Jaworowski <raj@semihalf.com>
1780Date: 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
1787commit 83b4cfa3d629dff0264366263c5e94d9a50ad80b
1788Author: Wolfgang Denk <wd@denx.de>
1789Date: Wed Jun 20 18:14:24 2007 +0200
1790
1791 Coding style cleanup. Refresh CHANGELOG.
1792
Wolfgang Denk83b4cfa2007-06-20 18:14:24 +02001793commit b3f9ec86e388207fd03dcdf7b145b9ed080bf024
1794Author: Stefan Roese <sr@denx.de>
1795Date: 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
1808commit df8a24cdd30151505cf57bbee5289e91bf53bd1b
1809Author: Stefan Roese <sr@denx.de>
1810Date: 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
1820commit 86ba99e34194394052d24c04dc40d1263d29a26f
1821Author: Stefan Roese <sr@denx.de>
1822Date: 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
1828commit e73846b7cf1e29ae635bf9bb5570269663df2ee5
1829Author: Stefan Roese <sr@denx.de>
1830Date: 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
1838commit efa35cf12d914d4caba942acd5a6c45f217de302
1839Author: Grzegorz Bernacki <gjb@semihalf.com>
1840Date: 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
1864commit b765ffb773f5a3cd5aa94ec76b6a05276b8cd5b2
1865Author: Stefan Roese <sr@denx.de>
1866Date: 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
1875commit 85f737376d5ff3d5f0d45a8b657686326d175307
1876Author: Stefan Roese <sr@denx.de>
1877Date: 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
1886commit dbca208518e5e7f01a6420588d1cd6e60db74c2b
1887Author: Stefan Roese <sr@denx.de>
1888Date: 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
1899commit 9912121f7ed804ea58fd62f3f230b5dcfc357d88
1900Author: Detlev Zundel <dzu@denx.de>
1901Date: 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
1909commit 5afb202093f6a001797db92cf695b93a70ea9ab4
1910Author: Detlev Zundel <dzu@denx.de>
1911Date: 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
1917commit 8f8416fada9faf94b9a92f21fe6000643cb521d5
1918Author: Bartlomiej Sieka <tur@semihalf.com>
1919Date: 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
1926commit 9045f33c023f698660a2e45d1b2194c0711abebc
1927Author: Wolfgang Denk <wd@denx.de>
1928Date: Fri Jun 8 10:24:58 2007 +0200
1929
1930 Fix config problems on SC3 board; make ide_reset_timeout work.
1931
1932commit fba3fb0449b8a54542aed1e729de76e7f5a2ff1b
1933Author: Benoît Monin <bmonin@adeneo.eu>
1934Date: 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
1944commit 725671ccd2cd04c9ebc50c9e5a94dd8cbade66b7
1945Author: Wolfgang Denk <wd@denx.de>
1946Date: 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
Wolfgang Denk725671c2007-06-06 16:26:56 +02001952commit c440bfe6d6d92d66478a7e84402b31f48413617b
1953Author: Stefan Roese <sr@denx.de>
1954Date: 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
1972commit 32922cdc470fdfd39bea0c1c4f582d3fb340421e
1973Author: Ed Swarthout <Ed.Swarthout@freescale.com>
1974Date: 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
1987commit e3cbe1f93c5722f8ebbad468e30c069a2b511097
1988Author: Benoît Monin <bmonin@adeneo.eu>
1989Date: 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
2003commit 18d156eb37c90fadc8ec7a81a3b89176161f85b7
2004Author: Stefan Roese <sr@denx.de>
2005Date: 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
2011commit 155a96478a0881e6da96cbbbcf34952d6a3b1b4b
2012Author: Stefan Roese <sr@denx.de>
2013Date: 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
2023commit 9d9096043e8f713d4bf1743d32e1459e6a11644b
2024Author: Stefan Roese <sr@denx.de>
2025Date: 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
2031commit cf959c7d6687567c308e366e9581e1a5aff5cc5b
2032Author: Stefan Roese <sr@denx.de>
2033Date: 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
2045commit 42be56f53c8b107868e6125c8524ae84293e95a7
2046Author: Stefan Roese <sr@denx.de>
2047Date: 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
2058commit a471db07fbb65a841ffc9f4f112562b945230f98
2059Author: Stefan Roese <sr@denx.de>
2060Date: 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
2072commit 53ad02103fb8be4138a9937a8ab91fcdff7b4987
2073Author: Stefan Roese <sr@denx.de>
2074Date: 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
2080commit 91da09cfbce0c1de05d6d84aa8363d666fa7ea3c
2081Author: Stefan Roese <sr@denx.de>
2082Date: 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
2094commit 17b5e862287cca76f19dcf8b741e61a7d06617f2
2095Author: Stefan Roese <sr@denx.de>
2096Date: 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
2107commit d2d432760d2199d0e8558fdd9d1789b8131abcf7
2108Author: Stefan Roese <sr@denx.de>
2109Date: 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
2115commit e4bbed2803a2ad0521c7362f5d3e065f99abaedc
2116Author: Stefan Roese <sr@denx.de>
2117Date: 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
2126commit 7187db73491c8de0fb56efb5e5134ba5ec443089
2127Author: Stefan Roese <sr@denx.de>
2128Date: 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
2137commit ee1529838abbfaa35f14e3ffbeaaba693159475f
2138Author: Wolfgang Denk <wd@denx.de>
2139Date: 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
2145commit 7049288fb1f16f1b317140226cdebd07bd416395
2146Author: Bartlomiej Sieka <tur@semihalf.com>
2147Date: 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
2153commit 4520fd4d2c450da49637216aa0e53739b61c60ac
2154Author: Bartlomiej Sieka <tur@semihalf.com>
2155Date: 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
2165commit a26eabeec31746f06d309103690892805696e344
2166Author: Bartlomiej Sieka <tur@semihalf.com>
2167Date: 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
2177commit 9160b96f71483a116de81c68985e8ee306d36764
2178Author: Bartlomiej Sieka <tur@semihalf.com>
2179Date: 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
2186commit 630ec84aef7228fc1dbfb38dec78541403a786cd
2187Author: Bartlomiej Sieka <tur@semihalf.com>
2188Date: 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
2199commit c00125e07c1ebc125bab40e1e18bceed8be0c162
2200Author: Bartlomiej Sieka <tur@semihalf.com>
2201Date: 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
2213commit 93b78f534a6e708b4cf1a4ffb4d8438c67a007db
2214Author: Bartlomiej Sieka <tur@semihalf.com>
2215Date: 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
2222commit c75e639630cc132dc19cd1ecda5922c0db0bfbba
2223Author: Bartlomiej Sieka <tur@semihalf.com>
2224Date: 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
2231commit c99512d6bd3973f01ca2fc4896d829b46e68f150
2232Author: Bartlomiej Sieka <tur@semihalf.com>
2233Date: 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
2245commit a11c0b85dc3664bb3c1e781137118730c8f619ab
2246Author: Bartlomiej Sieka <tur@semihalf.com>
2247Date: 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
2255commit d756894722c888d09a9fa1df8323753772d3dcce
2256Author: Stefan Roese <sr@denx.de>
2257Date: 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
2267commit 5d4a179013d59a76446462e1eb0a969fba63eb81
2268Author: Stefan Roese <sr@denx.de>
2269Date: 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
Wolfgang Denk4ef218f2007-07-10 00:01:28 +02002282commit 822d55365bb557e084d0e33625a6dedcc866110b
2283Author: Jon Loeliger <jdl@freescale.com>
2284Date: 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
Wolfgang Denk725671c2007-06-06 16:26:56 +02002290commit 9f0077abd69f7a7c756a915b961037302be3e6f2
2291Author: Stefan Roese <sr@denx.de>
2292Date: 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
2298commit 6f3dfc139a838b0841c151efe00ad47db2366e79
2299Author: Stefan Roese <sr@denx.de>
2300Date: 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
2309commit 10603d76767426be803dadd4fb688b97eb69481c
2310Author: Stefan Roese <sr@denx.de>
2311Date: 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
2320commit 3e3b956906eba9e4ad7931581ecedaad10eccce8
2321Author: Peter Pearse <peter.pearse@arm.com>
2322Date: Fri May 18 16:47:03 2007 +0100
2323
2324 Reduce line lengths to 80 characters max.
2325
2326commit 93ef45c9ddfdd9fc17c4e74bd8e2f2456580eb72
2327Author: Peter Pearse <peter.pearse@arm.com>
2328Date: Fri May 18 14:34:07 2007 +0100
2329
2330 Makefile permissions
2331
2332commit 1443a31457d68f7e8f0b9403e9832ec1e79dc59d
2333Author: Peter Pearse <peter.pearse@arm.com>
2334Date: Fri May 18 14:33:11 2007 +0100
2335
2336 Makefile permissions
2337
Wolfgang Denk4ef218f2007-07-10 00:01:28 +02002338commit 255a3577c848706441daee0174543efe205a77f8
2339Author: Kim Phillips <kim.phillips@freescale.com>
2340Date: 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
Wolfgang Denk725671c2007-06-06 16:26:56 +02002349commit 70124c2602ae2d4c5d3dba05b482d91548242de8
2350Author: Stefano Babic <sbabic@denx.de>
2351Date: 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
2357commit ada4697d0230d6da552867777f98a67ec3ba2579
2358Author: Jeffrey Mann <mannj@embeddedplanet.com>
2359Date: 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
2376commit a7676ea7732f3c596805079fed7e5c9fac652cfc
2377Author: Wolfgang Denk <wd@denx.de>
2378Date: 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
Wolfgang Denka7676ea2007-05-16 01:16:53 +02002384commit d62f64cc23a940eafe712c776b3249e4160753d1
2385Author: Wolfgang Denk <wd@denx.de>
2386Date: Wed May 16 00:13:33 2007 +0200
2387
2388 Coding Style Cleanup, new CHANGELOG
2389
Wolfgang Denk4ef218f2007-07-10 00:01:28 +02002390commit 3162eb836903c8b247fdc7470dd39bfa6996f495
2391Author: Wolfgang Denk <wd@denx.de>
2392Date: Tue May 15 23:38:05 2007 +0200
2393
2394 Minor coding style cleanup.
2395
2396commit 66d9dbec1cc27d6398ee6cf84639dbe14971251e
2397Author: mushtaq khan <mushtaq_k@procsys.com>
2398Date: 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
2433commit 644e6fb4eb8be90ea04ba34b643a8bf019d680e0
2434Author: mushtaq khan <mushtaq_k@procsys.com>
2435Date: 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
2450commit c3243cf7b490057277d61acffe4ad0946f9eb4a4
2451Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
2452Date: 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
2460commit 1b305bdc754c8468e1d5d858f5dcf8a7a0a4bb7a
2461Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
2462Date: 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
2472commit 5dfaa50eb819686bfba1927e8c5b8a70a4d65fd3
2473Author: Aubrey.Li <aubrey.adi@gmail.com>
2474Date: 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
2481commit 56fd7162985c412317bbf763a225fba23c64fd31
2482Author: Stephen Williams <steve@icarus.com>
2483Date: 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
Wolfgang Denk725671c2007-06-06 16:26:56 +02002493commit 61936667e86a250ae12fd2dc189d3588f0a59e0b
2494Author: Stefan Roese <sr@denx.de>
2495Date: 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
2501commit 343c48bd84606c4025c8a7c7263fda465d6e284c
2502Author: Stefan Roese <sr@denx.de>
2503Date: 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
Wolfgang Denkd62f64c2007-05-16 00:13:33 +02002509commit 7d98ba770a7eaefa29ce927f31a0956df85bf650
2510Author: Piotr Kruszynski <ppk@semihalf.com>
2511Date: Thu May 10 16:55:52 2007 +0200
2512
2513 [Motion-PRO] Add MTD and JFFS2 support, also add default partition
2514 definition.
2515
Wolfgang Denk725671c2007-06-06 16:26:56 +02002516commit 65fb6a676e821f9570a2a376dc204bf611ce5f81
2517Author: Peter Pearse <peter.pearse@arm.com>
2518Date: Wed May 9 11:42:44 2007 +0100
2519
2520 Add the board directory for SMN42
2521
2522commit 160131bf965785419626df6c388729fe0b597992
2523Author: Peter Pearse <peter.pearse@arm.com>
2524Date: Wed May 9 11:41:58 2007 +0100
2525
2526 Add the files for the SMN42 board
2527
2528commit 5c6d2b5a500f8c49670de8910150b78a41f781fc
2529Author: Peter Pearse <peter.pearse@arm.com>
2530Date: Wed May 9 11:40:34 2007 +0100
2531
2532 Remove the deleted files for the SMN42 patch
2533
2534commit b0d8f5bf0d215adc9424cb228b2484dbf07f7761
2535Author: Peter Pearse <peter.pearse@arm.com>
2536Date: Wed May 9 11:37:56 2007 +0100
2537
2538 New board SMN42 branch
2539
2540commit 29f3be0caf0799ca6b89dfd9824c15619a50000f
2541Author: Peter Pearse <peter.pearse@arm.com>
2542Date: Wed May 9 10:24:38 2007 +0100
2543
2544 Makefile permissions
2545
2546commit b84289b595731e8851df46e893845cc1322c9b9b
2547Author: Ed Swarthout <Ed.Swarthout@freescale.com>
2548Date: 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
Wolfgang Denkd62f64c2007-05-16 00:13:33 +02002558commit e69f66c6ebe82bbbd1da766bc4eda40ec7ee5af1
2559Author: Michal Simek <monstr@monstr.eu>
2560Date: Tue May 8 15:57:43 2007 +0200
2561
2562 add: reading special purpose registers
2563
2564commit 1a50f164beb065f360fbddb76029607d6b099698
2565Author: Michal Simek <monstr@monstr.eu>
2566Date: Tue May 8 14:52:52 2007 +0200
2567
2568 add: Microblaze V5 exception handling
2569
2570commit ab874d5047e5d30dbc1e517ff26083efffa98ecb
2571Author: Michal Simek <monstr@monstr.eu>
2572Date: Tue May 8 14:39:11 2007 +0200
2573
2574 add: FSL control read and write
2575
2576commit de1de02a7cbf05e6b63e0d8ffc624f12493f6ba3
2577Author: Piotr Kruszynski <ppk@semihalf.com>
2578Date: Tue May 8 13:05:44 2007 +0200
2579
2580 [Motion-PRO] Add support for I2C, EEPROM and RTC.
2581
2582commit fa5c2ba123b1bf88455bfc21db5e786ca045029d
2583Author: Bartlomiej Sieka <tur@semihalf.com>
2584Date: 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
2589commit 06241d50a3ab1b20a0b08baeeaffcaa23ae4b839
2590Author: Bartlomiej Sieka <tur@semihalf.com>
2591Date: 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
2596commit 1f1369c34b629be94702684d41d3fddf0f6193e7
2597Author: Bartlomiej Sieka <tur@semihalf.com>
2598Date: 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
2603commit fb05f6da35ea1c15c553abe6f23f656bf18dc5db
2604Author: Michal Simek <monstr@monstr.eu>
2605Date: Mon May 7 23:58:31 2007 +0200
2606
2607 new: USE_MSR_INTR support
2608
2609commit 008861a2f3ef2c062744d733787c7e530a1b8761
2610Author: Bartlomiej Sieka <tur@semihalf.com>
2611Date: 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
2618commit abca901869c3760b6c5fecb825db6c1d91a78a93
2619Author: Wolfgang Denk <wd@denx.de>
2620Date: 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
2626commit 207b7b2c9d9752e0f6478c30c29b7087f6e6cbb6
2627Author: Wolfgang Denk <wd@denx.de>
2628Date: 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
2634commit a7bac7e9b57ba948051beb19ec5be3a75ce75383
2635Author: Michal Simek <monstr@monstr.eu>
2636Date: Mon May 7 19:43:10 2007 +0200
2637
2638 fix: read and write MSR - repair number of parameters
2639
Wolfgang Denk725671c2007-06-06 16:26:56 +02002640commit 193b4a3bb3acaddf798da8de0da05d94ba8774ee
2641Author: Jeffrey Mann <mannj@embeddedplanet.com>
2642Date: 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
Wolfgang Denkd62f64c2007-05-16 00:13:33 +02002652commit 19bf1fbad7f19d5a120be9b1daf136e052fcab39
2653Author: Michal Simek <monstr@monstr.eu>
2654Date: Mon May 7 19:33:51 2007 +0200
2655
2656 new: fsl interrupt support
2657 FSL_Has_data is connected to INTC.
2658
2659commit 792032baa7d625e34c981ab6df521911bd8dc861
2660Author: Michal Simek <monstr@monstr.eu>
2661Date: Mon May 7 19:30:12 2007 +0200
2662
2663 fix: interrupt handler
2664 remove asm code
2665
2666commit f3f001a341ef185d0f13841be5b5dc3395aacc31
2667Author: Michal Simek <monstr@monstr.eu>
2668Date: Mon May 7 19:25:08 2007 +0200
2669
2670 fix: remove asm code
2671
2672commit fb7c2dbef02c9f6f8d7b04ec4c2bfb91418b9c01
2673Author: Michal Simek <monstr@monstr.eu>
2674Date: Mon May 7 19:12:43 2007 +0200
2675
2676 fix: clean interrupt
2677
2678commit 42efed6130c8fcf7da881385b5427065d2801757
2679Author: Michal Simek <monstr@monstr.eu>
2680Date: Mon May 7 17:22:25 2007 +0200
2681
2682 fix: interrupt handler for multiple sources
2683
2684commit 48fbd3a4cdabbebc1debd7eed73c00c2caf914f6
2685Author: Michal Simek <monstr@monstr.eu>
2686Date: Mon May 7 17:11:09 2007 +0200
2687
2688 new: add writing to msr register
2689
2690commit ac4cd59d59c9bf3f89cb7a344abf8184d678f562
2691Author: Timur Tabi <timur@freescale.com>
2692Date: 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,
Wolfgang Denk5728be32007-08-06 01:01:49 +02002697 and some have both. To support all of these device trees, ftp_cpu_setup()
Wolfgang Denkd62f64c2007-05-16 00:13:33 +02002698 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
2704commit a9d87e2707dcb249f6bb7f7ff7e00acd8cda9fd2
2705Author: Grzegorz Wianecki <grzegorz.wianecki@gmail.com>
2706Date: 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
2718commit 4ec5bd55ed1ffa91a774af298769621f4fbb18c1
2719Author: Ladislav Michl <ladis@linux-mips.org>
2720Date: 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
2727commit b7598a43f2b421a713d8135e98a42c37d9eb9df0
2728Author: Sergei Shtylyov <sshtylyov@ru.mvista.com>
2729Date: 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
2746commit 9ffd451afeb08e5be7ddae680487ec962b2bca25
2747Author: Jeffrey Mann <mannj@embeddedplanet.com>
2748Date: 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
2758commit ebd0a0ae05a44769c4e27458ad4e9f3438250443
2759Author: Mike Frysinger <vapier@gentoo.org>
2760Date: 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
2771commit ffc50f9bb194343c6303517a517708457a5eb6b8
2772Author: Michal Simek <monstr@monstr.eu>
2773Date: Sat May 5 18:54:42 2007 +0200
2774
2775 new: FSL and MSR support #2
2776
2777commit f7e2e0eb0668136305f78bb9c21be79b48a34247
2778Author: Michal Simek <monstr@monstr.eu>
2779Date: Sat May 5 18:27:16 2007 +0200
2780
2781 new: FSL and MSR support
2782
2783commit 2f15278c2eb911c668b4fe562130b78cf554d139
2784Author: Wolfgang Denk <wd@denx.de>
2785Date: 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
Wolfgang Denk2f152782007-05-05 18:23:11 +02002791commit 885ec89b648a899a2f32393fd3ffd9f7234c4402
2792Author: Wolfgang Denk <wd@denx.de>
2793Date: 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
Wolfgang Denk885ec892007-05-05 18:05:02 +02002799commit 5499645b3fe17a548af9dfc479ca6e2455f179a2
2800Author: Wolfgang Denk <wd@denx.de>
2801Date: Sat May 5 17:15:50 2007 +0200
2802
2803 Make "file" command happy with some config.mk files; update CHANGELOG
2804
Wolfgang Denk2f152782007-05-05 18:23:11 +02002805commit e3b8c78bc2489c27ae020986ef0eaca684866cef
2806Author: Jeffrey Mann <mannj@embeddedplanet.com>
2807Date: 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
2820commit f544ff6656fca263ed1ebe39899b6d95da67c8b8
2821Author: Stefan Roese <sr@denx.de>
2822Date: 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
Wolfgang Denk4ef218f2007-07-10 00:01:28 +02002832commit 2f550ab976405300f5b07bf2890800840d0aa05f
2833Author: Timur Tabi <timur@freescale.com>
2834Date: 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,
Wolfgang Denk5728be32007-08-06 01:01:49 +02002839 and some have both. To support all of these device trees, ftp_cpu_setup()
Wolfgang Denk4ef218f2007-07-10 00:01:28 +02002840 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
Wolfgang Denk54996452007-05-05 17:15:50 +02002846commit a79886590593ba1d667c840caa4940c61639f18f
2847Author: Thomas Knobloch <knobloch@siemens.com>
2848Date: 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
2861commit 9877d7dcd1eebe61aa5d8b8ffe9c048ea426e6f6
2862Author: Wolfgang Denk <wd@denx.de>
2863Date: 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
Wolfgang Denka7676ea2007-05-16 01:16:53 +02002874commit 068aab660bc3912b930be5540e6b3f3fd6ad3c96
2875Author: Kim Phillips <kim.phillips@freescale.com>
2876Date: 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
Wolfgang Denk54996452007-05-05 17:15:50 +02002882commit c64a89d6ce8584b9fc64f4e85da9ecac3cfc2c2a
2883Author: Wolfgang Denk <wd@denx.de>
2884Date: 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
Wolfgang Denkc64a89d2007-05-03 16:34:41 +02002895commit 2c6fb199dc5756fc72f49d1f4de105e089049d65
2896Author: Wolfgang Denk <wd@denx.de>
2897Date: Tue Apr 24 14:37:49 2007 +0200
2898
2899 Cleanup STX GP3SSA code; fix build and compile problems.
2900
2901commit 35171dc04e028ecacc23ad916a66295472555dbf
2902Author: Dan Malek <dan@embeddedalley.com>
2903Date: 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
Wolfgang Denk885ec892007-05-05 18:05:02 +02002909commit ffa621a0d12a1ccd81c936c567f8917a213787a8
2910Author: Andy Fleming <afleming@freescale.com>
2911Date: 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
2924commit 6743105988fc44d5b0d30388c790607835aae7a6
2925Author: Andy Fleming <afleming@freescale.com>
2926Date: 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
2937commit af1c2b84bf27c8565baddc82d1abb93700d10e2e
2938Author: David Updegraff <dave@cray.com>
2939Date: 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
Wolfgang Denk54996452007-05-05 17:15:50 +02002954commit a75af9bfd8fff0499efdbb90601cec5a2afef117
2955Author: James Yang <James.Yang@freescale.com>
2956Date: 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
Wolfgang Denka7676ea2007-05-16 01:16:53 +02002963commit f64702b7fc8f8df39d31add770df6e372f9e9ce3
2964Author: Timur Tabi <timur@freescale.com>
2965Date: 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.
Wolfgang Denk5728be32007-08-06 01:01:49 +02002970 This allows ddr->sdram_clk_cntl to be properly initialized. This is necessary
Wolfgang Denka7676ea2007-05-16 01:16:53 +02002971 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
2980commit 54b2d434ae9d01787936f34fe1759cf3d7624ae3
2981Author: Kim Phillips <kim.phillips@freescale.com>
2982Date: 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
Wolfgang Denk54996452007-05-05 17:15:50 +02002990commit c1ab82669d9525998c34e802a12cad662723f22a
2991Author: James Yang <James.Yang@freescale.com>
2992Date: 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
Wolfgang Denk2f152782007-05-05 18:23:11 +02003001commit 8b39501d28754e72726ce7fb02310e56dbdf116a
3002Author: Stefan Roese <sr@denx.de>
3003Date: 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
Wolfgang Denk4ef218f2007-07-10 00:01:28 +02003009commit 864aa6a6a466fcb92bf32b1d7dba79cd709b52c9
3010Author: Grzegorz Wianecki <grzegorz.wianecki@gmail.com>
3011Date: 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
Wolfgang Denka7676ea2007-05-16 01:16:53 +02003023commit 5c5d3242935cf3543af01142627494434834cf98
3024Author: Kim Phillips <kim.phillips@freescale.com>
3025Date: Wed Apr 25 12:34:38 2007 -0500
3026
3027 mpc83xx: minor fixups for 8313rdb introduction
3028
Wolfgang Denk4ef218f2007-07-10 00:01:28 +02003029commit ada4d40091f6ed4a4f0040e08d20db21967e4a67
3030Author: Ladislav Michl <ladis@linux-mips.org>
3031Date: 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
Wolfgang Denkd62f64c2007-05-16 00:13:33 +02003038commit 144876a380f5756f57412caf74c1d6dc201dd796
3039Author: Michal Simek <monstr@monstr.eu>
3040Date: Tue Apr 24 23:01:02 2007 +0200
3041
3042 [PATCH] MTD partition support, JFFS2 support
3043
Wolfgang Denk2f152782007-05-05 18:23:11 +02003044commit 37ed6cdd4159195bfad68d8a237f6adda8f482cb
3045Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
3046Date: 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
Wolfgang Denk885ec892007-05-05 18:05:02 +02003052commit 66ed6cca3f340f7a8a06d9272ae2ef8e96f0273d
3053Author: Andy Fleming <afleming@freescale.com>
3054Date: 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
3065commit 81f481ca708ed6a56bf9c410e3191dbad581c565
3066Author: Andy Fleming <afleming@freescale.com>
3067Date: 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
3078commit 0d8c3a2096eaff8d7de89d45e9af4d4b0d4868fe
3079Author: Andy Fleming <afleming@freescale.com>
3080Date: 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
3089commit 45cef612cc601d2d1c890fbbd7cdc9609a189a46
3090Author: Andy Fleming <afleming@freescale.com>
3091Date: 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
3100commit 1f9a318cea14272edd10d63739e2d326c90f430e
3101Author: Andy Fleming <afleming@freescale.com>
3102Date: 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
3109commit 9343dbf85bc03033f2102d8e8543567c2c1ad2d2
3110Author: Andy Fleming <afleming@freescale.com>
3111Date: 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
3120commit 85e7c7a45e3dd9c7ce3e722352ba60f8df1a7a4b
3121Author: Timur Tabi <timur@freescale.com>
3122Date: 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,
Wolfgang Denk5728be32007-08-06 01:01:49 +02003127 and some have both. To support all of these device trees, ftp_cpu_setup()
Wolfgang Denk885ec892007-05-05 18:05:02 +02003128 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
3133commit 03b81b48eec0ad249ec97a4ae16c36fa2e014ff4
3134Author: Andy Fleming <afleming@freescale.com>
3135Date: 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
3146commit 151d5d992eab8c497b24c816c73dc1ad8bffb4eb
3147Author: Andy Fleming <afleming@freescale.com>
3148Date: 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
3158commit 25d83d7f4ac65727182d8ddaf7ba42fa74cf65ae
3159Author: Jon Loeliger <jdl@freescale.com>
3160Date: 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
3170commit 0cde4b00fc7393b89f379d83a9d436dcb1334bfa
3171Author: Jon Loeliger <jdl@freescale.com>
3172Date: 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
3179commit 362dd83077ac04c0296bca3e824ec2fb3d44d9d6
3180Author: Sergei Shtylyov <sshtylyov@ru.mvista.com>
3181Date: 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
3203commit 96629cbabdb727d4a5e62542deefc01d498db6dc
3204Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
3205Date: 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
3215commit 63247a5acd58032e6cf33f525bc3923b467bac88
3216Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
3217Date: 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
3228commit 0b1934ba12fd408fcc3b8bd9f4b04864c42a42bf
3229Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
3230Date: 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
3239commit 7337b237ffc4aaf1b9467024fe472a880d852598
3240Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
3241Date: 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
3249commit 39b18c4f3e0b6d0dc00f4e68bad2da3766c85f09
3250Author: ebony.zhu@freescale.com <ebony.zhu@freescale.com>
3251Date: 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
3259commit 41fb7e0f1ec9b91bdae2565bab5f2e3ee15039c7
3260Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
3261Date: 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
Wolfgang Denka7676ea2007-05-16 01:16:53 +02003269commit 96b8a05432f346f36493535c85320b70ec9c7c1b
3270Author: Scott Wood <scottwood@freescale.com>
3271Date: 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
3277commit 49ea3b6eafe606285ae4d5c378026153dde53200
3278Author: Scott Wood <scottwood@freescale.com>
3279Date: 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
3289commit 7c98e5193e93df6b9b651851d54b638a61ebb0ea
3290Author: Scott Wood <scottwood@freescale.com>
3291Date: 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
3297commit 0f253283a32d91e06844d7f87f9b33f4f4fbce8f
3298Author: Scott Wood <scottwood@freescale.com>
3299Date: 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
3305commit 95e7ef897e54591e615fc1b458b74c286fe1fb06
3306Author: Scott Wood <scottwood@freescale.com>
3307Date: 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
3318commit a35b0c4950d84cf9e3a9e32b916135956d1ac636
3319Author: Scott Wood <scottwood@freescale.com>
3320Date: 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
3326commit d87c57b201b4572d16f1b642998faa00c9912b16
3327Author: Scott Wood <scottwood@freescale.com>
3328Date: 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
Wolfgang Denk4ef218f2007-07-10 00:01:28 +02003334commit 7fc4c71a143be8666d70803fb25ae60379c95622
3335Author: Stefan Roese <sr@denx.de>
3336Date: Mon Apr 23 15:39:59 2007 +0200
3337
3338 Fix file mode
3339
3340 Signed-off-by: Stefan Roese <sr@denx.de>
3341
3342commit 38257988abfe74d459ca2ad748b109ca04e4efe1
3343Author: Sergei Shtylyov <sshtylyov@ru.mvista.com>
3344Date: 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
3361commit afb903a2eb9436baa9270ccc0c27082d86497d89
3362Author: Jeffrey Mann <mannj@embeddedplanet.com>
3363Date: 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
3373commit 36f104e5caa747d568eff26b369565af57c2ffa6
3374Author: Mike Frysinger <vapier@gentoo.org>
3375Date: 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
Wolfgang Denk54996452007-05-05 17:15:50 +02003386commit 323bfa8f436dc3bc57187c9b1488bc3146ff1522
3387Author: Stefan Roese <sr@denx.de>
3388Date: 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
Wolfgang Denkd62f64c2007-05-16 00:13:33 +02003394commit 32556443840f127170e4baa8bdd5b567039f6c36
3395Author: Michal Simek <monstr@monstr.eu>
3396Date: Sat Apr 21 21:07:22 2007 +0200
3397
3398 [PATCH] SystemACE support for Microblaze
3399
3400commit 0643631aa1036cd746bf5d15f5a34bc7bc01ea4f
3401Author: Michal Simek <monstr@monstr.eu>
3402Date: Sat Apr 21 21:02:40 2007 +0200
3403
3404 16bit read/write little endian
3405
3406commit 9d1d6a34d26c5933bc097ce73c9348f95573cdd4
3407Author: Michal Simek <monstr@monstr.eu>
3408Date: Sat Apr 21 20:53:31 2007 +0200
3409
3410 Change ML401 parameters - Xilinx BSP
3411
Wolfgang Denk54996452007-05-05 17:15:50 +02003412commit 2e343b9a57f32e1bd08c35c9976910333fb4e13d
3413Author: Ed Swarthout <Ed.Swarthout@freescale.com>
3414Date: 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
3420commit 79cb47391eebef85acadb3f6961ef6c55cace6ac
3421Author: Zhang Wei <wei.zhang@freescale.com>
3422Date: 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
3429commit bd7851ce1e1f140665b520026abf1042968b1102
3430Author: Jon Loeliger <jdl@freescale.com>
3431Date: 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,
Wolfgang Denk5728be32007-08-06 01:01:49 +02003436 and some have both. To support all of these device trees, ftp_cpu_setup()
Wolfgang Denk54996452007-05-05 17:15:50 +02003437 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
3443commit 7dbdf28b8bd855a8530dc3292e4982575a197060
3444Author: Jon Loeliger <jdl@freescale.com>
3445Date: 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
Wolfgang Denkc64a89d2007-05-03 16:34:41 +02003452commit 14da5f7675bbb427c469e3f45006e027b6e21db9
3453Author: Wolfgang Denk <wd@denx.de>
3454Date: 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
Wolfgang Denk14da5f72007-04-20 17:43:28 +02003460commit 6923565db12af34fd5e02d354ee65a8c78ac460f
3461Author: Detlev Zundel <dzu@denx.de>
3462Date: 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
3468commit 39f23cd90947639ac278a18ff277ec786b5ac167
3469Author: Domen Puncer <domen.puncer@telargo.com>
3470Date: 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
3481commit 7651f8bdbba03bb0b4f241e2d2c4cb65b230bd56
3482Author: Gerald Van Baren <vanbaren@cideas.com>
3483Date: 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.
Wolfgang Denk5728be32007-08-06 01:01:49 +02003489 Also moved the libfdt.a requirement into the main Makefile. That is
Wolfgang Denk14da5f72007-04-20 17:43:28 +02003490 The U-Boot Way.
3491
Wolfgang Denk2f152782007-05-05 18:23:11 +02003492commit d21686263574e95cb3e9e9b0496f968b1b897fdb
3493Author: Stefan Roese <sr@denx.de>
3494Date: 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
Wolfgang Denk14da5f72007-04-20 17:43:28 +02003506commit 37837828d89084879bee2f2b8c7c68d4695940df
3507Author: Wolfgang Denk <wd@denx.de>
3508Date: Wed Apr 18 17:49:29 2007 +0200
3509
3510 Clenaup, update CHANGELOG
3511
3512 Signed-off-by: Wolfgang Denk <wd@denx.de>
3513
Wolfgang Denk37837822007-04-18 17:49:29 +02003514commit fd094c6379e2ef8a4d0ceb5640b24cb0c8d04449
3515Author: Wolfgang Denk <wd@denx.de>
3516Date: Wed Apr 18 17:20:58 2007 +0200
3517
3518 Update CHANGELOG
3519
3520 Signed-off-by: Wolfgang Denk <wd@denx.de>
3521
Wolfgang Denkfd094c62007-04-18 17:20:58 +02003522commit 2a26ec4732efd7a308d0bbc97714c1d75ef1173b
3523Author: Wolfgang Denk <wd@denx.de>
3524Date: Wed Apr 18 17:07:26 2007 +0200
3525
3526 Cleanup, update CHANGELOG
3527
3528 Sigend-off-by: Wolfgang Denk <wd@denx.de>
3529
Wolfgang Denkb99c1e62007-04-18 16:53:52 +02003530commit 5f6c732affea9647762d27a4617a2ae64c52dceb
3531Author: Wolfgang Denk <wd@denx.de>
3532Date: Wed Apr 18 16:17:46 2007 +0200
3533
3534 Update CHANGELOG
3535
Wolfgang Denk5f6c7322007-04-18 16:17:46 +02003536commit ad4eb555671d97f96dc56eab55103b1f86874b01
3537Author: Wolfgang Denk <wd@denx.de>
3538Date: 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
3544commit 3747a3f010b2b1442dec3e871c69788b6017aaae
3545Author: Domen Puncer <domen.puncer@telargo.com>
3546Date: 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
3552commit e673226ff9d6aa91b47ceac74b8c13770b06bb37
3553Author: Stefan Roese <sr@denx.de>
3554Date: 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
3560commit 90e6f41cf09fc98f6ccb510e183d53ab8546cf2f
3561Author: Stefan Roese <sr@denx.de>
3562Date: 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
Wolfgang Denk14da5f72007-04-20 17:43:28 +02003578commit 9c00dfb0bf89c8c23e8af5b5bdf49cf66d769f85
3579Author: Peter Pearse <peter.pearse@arm.com>
3580Date: 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
Wolfgang Denk5f6c7322007-04-18 16:17:46 +02003586commit d3832e8fe1b214ec62424eac36cfda9fc56d21b3
3587Author: Domen Puncer <domen.puncer@telargo.com>
3588Date: 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
Wolfgang Denk37837822007-04-18 17:49:29 +02003599commit f35a53fc7b0c79fcfe7bdc01163c4b34aaba1460
3600Author: Gerald Van Baren <vanbaren@cideas.com>
3601Date: 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
3609commit c28abb9c614f65ce2096cc4a66fc886c77d0e5a4
3610Author: Gerald Van Baren <vanbaren@cideas.com>
3611Date: 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
3619commit 3f9f08cf91c8a6949a5d78a18bd3d8df7b86d888
3620Author: Gerald Van Baren <vanbaren@cideas.com>
3621Date: Sat Apr 14 22:46:41 2007 -0400
3622
3623 Add some utilities to manipulate the reserved memory map.
3624
Wolfgang Denk5f6c7322007-04-18 16:17:46 +02003625commit 8048cdd56f04a756eeea4951f402bf5cc33785db
3626Author: Wolfgang Denk <wd@denx.de>
3627Date: Sat Apr 14 21:16:54 2007 +0200
3628
3629 Update CHANGELOG
3630
Wolfgang Denk2a26ec42007-04-18 17:07:26 +02003631commit 8e6875183cdca91c134408d119d4abcd48ef6856
3632Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
3633Date: 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
3642commit fc26c97bb6df41b4a95662c34054fe912387bf38
3643Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
3644Date: 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
3660commit 05fdab1ef6a10d049a50021a86f1226f444d9b9f
3661Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
3662Date: 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
3671commit 7fac3f69e9f05c5e5326681976c35d129324c4de
3672Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
3673Date: 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
3682commit 9a24f477a1ed5bb0f74377c985d754ebbfa44872
3683Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
3684Date: 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
3693commit 5c1fe1ffffd1750a7e47e5a2e2cd600c00e4f009
3694Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
3695Date: 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
3712commit b4ec9c2d43d894729bb633bfdbdfa95a962c1556
3713Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
3714Date: 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
3724commit d5acb95b16a0a74c643524342c3437e765426d05
3725Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
3726Date: 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
3735commit 91975b0fea773c9e681fea8cf3349669f27685ee
3736Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
3737Date: 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
3747commit 1b804b229556a4d862da93c0ec94e79419364b2c
3748Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
3749Date: 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
3759commit 9c0deb5ae3ea0189f2e08ac29ef1316f1fb8548d
3760Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
3761Date: 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
3769commit 12f099c08167a7a51aeee623bc16dafd0841271c
3770Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
3771Date: 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
3781commit 1f4f2121c2685182eb87fa9a9b799d1917387a1c
3782Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
3783Date: 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
3792commit df548d3c3e2bbc40258713167859ffc2ce99a900
3793Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
3794Date: 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
3809commit 03d1e1365796cd15d1726e8a51fd8b5be50b2fe9
3810Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
3811Date: 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
3821commit 28c699ef69f4b6cdf252e4747b7b590028a88981
3822Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
3823Date: 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
3840commit 5374b36de91d006d1df9536259fa9f66b01aa3aa
3841Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
3842Date: 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
3851commit c841beeddebece0039e724fb27f4d1a39ee1c6b6
3852Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
3853Date: 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
Wolfgang Denk8048cdd2007-04-14 21:16:54 +02003864commit 37403005cfe6bb13964d450f6a48a0b0f2f7017e
3865Author: Heiko Schocher <hs@pollux.denx.de>
3866Date: 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
Wolfgang Denk5f6c7322007-04-18 16:17:46 +02003873commit 7882751c78b7ecabfd49b0eff8de27661c71f16c
3874Author: Denis Peter <d.peter@mpl.ch>
3875Date: 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
3885commit 0b94504d22e70f537c17a0d38c87edb6e370977d
3886Author: Greg Lopp <lopp@pobox.com>
3887Date: 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
Wolfgang Denka7676ea2007-05-16 01:16:53 +02003894commit 6fbf261f8df294e589cfadebebe5468e3c0f29e9
3895Author: Xie Xiaobo <r63061@freescale.com>
3896Date: 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
Wolfgang Denk5f6c7322007-04-18 16:17:46 +02003906commit 2ad3aba01d37b72e7c957b07e102fccd64fe6d13
3907Author: Jeffrey Mann <mannj@embeddedplanet.com>
3908Date: 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
Wolfgang Denk8048cdd2007-04-14 21:16:54 +02003921commit 6c9ba919375db977aaad9146bf320c7afd07ae7a
3922Author: Wolfgang Denk <wd@denx.de>
3923Date: Wed Apr 11 17:25:01 2007 +0200
3924
3925 Update CHANGELOG
3926
3927 Signed-off-by: Wolfgang Denk <wd@denx.de>
3928
Wolfgang Denk6c9ba912007-04-11 17:25:01 +02003929commit 51056dd9863e6a1bc363afbbe1775c58cd967418
3930Author: Wolfgang Denk <wd@denx.de>
3931Date: 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
Wolfgang Denkfd094c62007-04-18 17:20:58 +02003939commit 3d98b85800c80dc68227c8f10bf5c93456d6d054
3940Author: Haiying Wang <haiying.wang@freescale.com>
3941Date: 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
Wolfgang Denk37837822007-04-18 17:49:29 +02003959commit 64dbbd40c58349b64f43fd33dbb5ca0adb67d642
3960Author: Gerald Van Baren <vanbaren@cideas.com>
3961Date: 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
3968commit 6679f9299534e488a171a9bb8f9bb891de247aab
3969Author: Gerald Van Baren <vanbaren@cideas.com>
3970Date: 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
Wolfgang Denk5f6c7322007-04-18 16:17:46 +02003979commit c0707ce65677650b5ceab0500ee50ae5168afef2
3980Author: Aubrey Li <aubrey.adi@gmail.com>
3981Date: Thu Apr 5 18:34:06 2007 +0800
3982
3983 [Blackfin][PATCH] Kill off a bunch of common local prototypes
3984
3985commit 7b7e30aa64bb6657a1bfd32fdbdbfeb561e6a48d
3986Author: Aubrey Li <aubrey.adi@gmail.com>
3987Date: Thu Apr 5 18:33:04 2007 +0800
3988
3989 [Blackfin][PATCH] Fix dynamic CPLB generation issue
3990
3991commit 0445e3a264251d75b1be45ef713c70726a2952f0
3992Author: Aubrey Li <aubrey.adi@gmail.com>
3993Date: Thu Apr 5 18:31:47 2007 +0800
3994
3995 [Blackfin][PATCH] minior cleanup
3996
3997commit 155fd766573981090e638b493d5857562151862e
3998Author: Aubrey Li <aubrey.adi@gmail.com>
3999Date: Thu Apr 5 18:31:18 2007 +0800
4000
4001 [Blackfin][PATCH] Fix copyright and update license
4002
4003commit 9fd437bbd75d282f899e1da50be20a2bf38450bc
4004Author: Aubrey Li <aubrey.adi@gmail.com>
4005Date: Thu Apr 5 18:30:25 2007 +0800
4006
4007 [Blackfin][PATCH] Add BF537 EMAC driver initialization
4008
4009commit 889256e8604e0c68db1d866d720894dffede9df6
4010Author: Aubrey Li <aubrey.adi@gmail.com>
4011Date: Thu Apr 5 18:29:55 2007 +0800
4012
4013 [Blackfin][PATCH] call real the system synchronize instruction
4014
4015commit e0df1c921b788289564e4c1ee7120a6a9cd3ab05
4016Author: Aubrey Li <aubrey.adi@gmail.com>
4017Date: 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
4021commit dfeeab2cd680df047e68e723b246adf6f33bb556
4022Author: Aubrey Li <aubrey.adi@gmail.com>
4023Date: Thu Apr 5 18:28:34 2007 +0800
4024
4025 [Blackfin][PATCH]: fix flash unaligned copy issue
4026
Wolfgang Denkfd094c62007-04-18 17:20:58 +02004027commit 443feb740584e406efa203af909fe2926608e8d5
4028Author: Igor Marnat <marny@rambler.ru>
4029Date: 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
Wolfgang Denk6c9ba912007-04-11 17:25:01 +02004039commit 31c98a88228021b314c89ebb8104fb6473da4471
4040Author: Wolfgang Denk <wd@denx.de>
4041Date: Wed Apr 4 02:09:30 2007 +0200
4042
4043 Minor coding style cleanup.
4044
Wolfgang Denk31c98a82007-04-04 02:09:30 +02004045commit 94abd7c0583ebe01e799b25f451201deeaab550d
4046Author: Wolfgang Denk <wd@denx.de>
4047Date: Wed Apr 4 01:49:15 2007 +0200
4048
4049 Minor cleanup.
4050
Wolfgang Denk5f6c7322007-04-18 16:17:46 +02004051commit a65c5768e5537530bd1780af3d3fddc3113a163c
4052Author: Stefan Roese <sr@denx.de>
4053Date: 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
Wolfgang Denk94abd7c2007-04-04 01:49:15 +02004063commit aea03c4e8c3a21ce43d3faf48a6e6d474c8bdf73
4064Author: Gerald Van Baren <vanbaren@cideas.com>
4065Date: Sat Mar 31 14:30:53 2007 -0400
4066
4067 Fix some minor whitespace violations.
4068
4069commit 213bf8c822de8eecaf69860684469cdaba2e9e6a
4070Author: Gerald Van Baren <vanbaren@cideas.com>
4071Date: 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
4077commit 781e09ee6e3e3e392ab362c1f0ef1068adc76e3e
4078Author: Gerald Van Baren <vanbaren@cideas.com>
4079Date: 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
Wolfgang Denk5728be32007-08-06 01:01:49 +02004084 as print the flattened device tree. This patch is the new command,
Wolfgang Denk94abd7c2007-04-04 01:49:15 +02004085 the second part is the modifications to the existing code.
4086
4087commit 3af0d587d93e0be5f96e1b30fa41e662f8b0803e
4088Author: Gerald Van Baren <vanbaren@cideas.com>
4089Date: 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
4098commit fa3a74cec73dfd06a5ae35a9a3368200273aaa71
4099Author: Gerald Van Baren <vanbaren@cideas.com>
4100Date: 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
4107commit 35748177c64a4a83a00057e93bb33e40278a2a96
4108Author: Gerald Van Baren <vanbaren@cideas.com>
4109Date: 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
4116commit 7cd5da0fe877e7171a4cdd44880bce783132871a
4117Author: Gerald Van Baren <vanbaren@cideas.com>
4118Date: 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
Wolfgang Denk6c9ba912007-04-11 17:25:01 +02004125commit da6ebc1bc082cbe3b6bbde079cafe09f7ebbad4b
4126Author: Stefan Roese <sr@denx.de>
4127Date: 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
4136commit cabee756a6532986729477c3cc1ea16ef8517ad2
4137Author: Stefan Roese <sr@denx.de>
4138Date: 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
4147commit 60723803431ac75cad085690789e433d5ab9174e
4148Author: Stefan Roese <sr@denx.de>
4149Date: 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
4158commit 490e5730c674b20d708b783a2c5ffd7208f83873
4159Author: Stefan Roese <sr@denx.de>
4160Date: 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
4170commit 94f54703c3a776ec23e427ca2a16e0a79a5d50c1
4171Author: Stefan Roese <sr@denx.de>
4172Date: 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
Wolfgang Denk31c98a82007-04-04 02:09:30 +02004182commit 342cd097be1e7affe82f42ab3da220959a699e64
4183Author: Michal Simek <monstr@monstr.eu>
4184Date: Fri Mar 30 22:52:09 2007 +0200
4185
4186 [PATCH] Clean include dependence
4187
4188commit 6f934210fb293fde2cfb4251c6d96fdc58b6a906
4189Author: Michal Simek <monstr@monstr.eu>
4190Date: Fri Mar 30 22:42:45 2007 +0200
4191
4192 [CLEAN] Remove inefficient Suzaku code
4193
Wolfgang Denk6c9ba912007-04-11 17:25:01 +02004194commit 430f1b0f9a670c2f13eaa52e66a10db96dd3647d
4195Author: Stefan Roese <sr@denx.de>
4196Date: 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
4202commit 0c75c9d84307a9f1cbe1ff0c4d8937ee3a96475e
4203Author: Stefan Roese <sr@denx.de>
4204Date: 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
Wolfgang Denk31c98a82007-04-04 02:09:30 +02004214commit 5da048adf44bea5e3b94080d02903c2e3fe7aa4a
4215Author: Michal Simek <monstr@monstr.eu>
4216Date: Tue Mar 27 00:32:16 2007 +0200
4217
4218 PATCH: Resolve GPL license problem
4219
4220commit 1798049522f594013aea29457d46794298c6ae15
4221Author: Michal Simek <root@monstr.eu>
4222Date: Mon Mar 26 01:39:07 2007 +0200
4223
4224 Support for XUPV2P board
4225 Reset support
4226 BSP autoconfig support
4227
Wolfgang Denk6c9ba912007-04-11 17:25:01 +02004228commit 0d974d5297349504a2ddfa09314be573b5df320a
4229Author: Stefan Roese <sr@denx.de>
4230Date: 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
4239commit 2db633658bbf366ab0c8dad7a0727e1fb2ae6b11
4240Author: Stefan Roese <sr@denx.de>
4241Date: 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
4247commit 3cb86f3e40d2a80356177434a99f75bc8baa9caf
4248Author: Stefan Roese <sr@denx.de>
4249Date: 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
Wolfgang Denk94abd7c2007-04-04 01:49:15 +02004258commit 6eb1df835191d8ce4b81d5af40fa8e0fbe78e997
4259Author: Jon Loeliger <jdl@freescale.com>
4260Date: 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
4270commit 9964a4dd0d4ef5a037febaebf1aa494b1a72991c
4271Author: Haiying Wang <haiying.wang@freescale.com>
4272Date: 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
4283commit 5a58a73ceb0a4059c42ef64cedbc1a45e0aaa00e
4284Author: Jason Jin <jason.jin@freescale.com>
4285Date: 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
4294commit 2ccceacc04b009d923afb7c26189ba2f8a2a5d46
4295Author: Ed Swarthout <ed.swarthout@freescale.com>
4296Date: 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
4306commit 44ba464b99001f8bd1c456a1e9d59726252f707a
4307Author: Wolfgang Denk <wd@denx.de>
4308Date: 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
Wolfgang Denk44ba4642007-03-22 00:13:12 +01004314commit 2a8dfe08359a1b663418b2faa1da1d7bce34d302
4315Author: Wolfgang Denk <wd@denx.de>
4316Date: Wed Mar 21 23:26:15 2007 +0100
4317
4318 Code cleanup. Update CHANGELOG
4319
Wolfgang Denk2a8dfe02007-03-21 23:26:15 +01004320commit e6615ecf4eaf4dd52696934aed8f5c6474cfd286
4321Author: Stefan Roese <sr@denx.de>
4322Date: 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
4328commit d5f4614c9350d9333e575100fb250aab774d0258
4329Author: Markus Klotzbuecher <mk@denx.de>
4330Date: 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
4336commit 16c0cc1c82081a493ab87c51980b28336ce1bce8
4337Author: Stefan Roese <sr@denx.de>
4338Date: 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
4349commit e01bd218b00af73499331a1a701625a852cd286f
4350Author: Stefan Roese <sr@denx.de>
4351Date: 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
4363commit 07e82cb2e284a893df6693f2a1337ab2c47bf6a1
4364Author: Heiko Schocher <hs@pollux.denx.de>
4365Date: 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
Wolfgang Denk44ba4642007-03-22 00:13:12 +01004373commit 654589873dbafcf104dff133ce0d03a4506e9cc3
4374Author: Aubrey Li <aubrey.adi@gmail.com>
4375Date: Tue Mar 20 18:16:24 2007 +0800
4376
4377 [Blackfin][PATCH] Add BF561 EZKIT board support
4378
4379commit a6154fd1cfd020f6da8527e0365b1020a11a71d0
4380Author: Aubrey Li <aubrey.adi@gmail.com>
4381Date: Mon Mar 19 22:55:58 2007 +0800
4382
4383 [Blackfin][PATCH] minor cleanup
4384
Wolfgang Denk2a8dfe02007-03-21 23:26:15 +01004385commit 389b6bb50f745bf5038ce030300d8a8512e96f79
4386Author: Wolfgang Denk <wd@denx.de>
4387Date: 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
Wolfgang Denk44ba4642007-03-22 00:13:12 +01004393commit 8e709bbb2636b5670a8f2b575e138eb1f55773f6
4394Author: Aubrey Li <aubrey.adi@gmail.com>
4395Date: Mon Mar 19 01:26:11 2007 +0800
4396
4397 [PATCH] Add flash chip M29W320ET/B support
4398
4399commit 26bf7deca364a5b33f39e8f14ddd3f4081345015
4400Author: Aubrey Li <aubrey.adi@gmail.com>
4401Date: Mon Mar 19 01:24:52 2007 +0800
4402
4403 [Blackfin][PATCH] Add BF537 stamp board support
4404
Wolfgang Denk2a8dfe02007-03-21 23:26:15 +01004405commit 8423e5e31a7235d05a482627315fb11d49c17bd7
4406Author: Stefan Roese <sr@denx.de>
4407Date: 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
4417commit 76d1466f918b881cda2d259254761e73885093c2
4418Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
4419Date: 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
4426commit a7090b993d3d4d2221ac3f33e6cb1d1b2ccc6bf0
4427Author: Wolfgang Denk <wd@denx.de>
4428Date: 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
4435commit 8502e30a28e492c756ea2d7df0ace026388fce4b
4436Author: Heiko Schocher <hs@pollux.denx.de>
4437Date: 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
Wolfgang Denk44ba4642007-03-22 00:13:12 +01004446commit 0d93de11449390a5984b0236c3612e50f6dbb7e8
4447Author: Aubrey Li <aubrey.adi@gmail.com>
4448Date: Mon Mar 12 12:11:55 2007 +0800
4449
4450 [Blackfin][PATCH] minor cleanup
4451
4452commit bfa5754a58477ac917d21527cd0f079d87cf188e
4453Author: Aubrey Li <aubrey.adi@gmail.com>
4454Date: Mon Mar 12 01:42:06 2007 +0800
4455
4456 [Blackfin][PATCH] Fix BUILD_DIR option of MAKEALL building issue
4457
4458commit 8440bb14581a294375c34b91b42512f9753d1130
4459Author: Aubrey Li <aubrey.adi@gmail.com>
4460Date: Mon Mar 12 00:25:14 2007 +0800
4461
4462 [Blackfin][PATCH] code cleanup
4463
Wolfgang Denk31c98a82007-04-04 02:09:30 +02004464commit cfc67116a706fd18b8f6a9c11a16753c5626d689
4465Author: Michal Simek <monstr@monstr.eu>
4466Date: 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
4480commit 76316a318de91f6184e7c22a10e02d275ade2441
4481Author: Michal Simek <monstr@monstr.eu>
4482Date: 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
Wolfgang Denk44ba4642007-03-22 00:13:12 +01004496commit 8db13d63157811c839d15a313d9f2d2f5fd10af3
4497Author: Aubrey Li <aubrey.adi@gmail.com>
4498Date: Sat Mar 10 23:49:29 2007 +0800
4499
4500 [Blackfin][PATCH] code cleanup
4501
4502commit ef26a08fef928b7bc11ae2c109e638dc3a016d91
4503Author: Aubrey.Li <aubrey.adi@gmail.com>
4504Date: Fri Mar 9 13:40:56 2007 +0800
4505
4506 [Blackfin][PATCH-2/2] Common files changed to support bf533 platform
4507
4508commit 3f0606ad0b5639f7f22848fe5b4574e754d0470f
4509Author: Aubrey.Li <aubrey.adi@gmail.com>
4510Date: Fri Mar 9 13:38:44 2007 +0800
4511
4512 [Blackfin]PATCH-1/2]: Remove obsolete blackfin port and add bf533 platform support
4513
Wolfgang Denk2a8dfe02007-03-21 23:26:15 +01004514commit 992423ab43c2bcf6b704853bd00af77450915e20
4515Author: Stefan Roese <sr@denx.de>
4516Date: 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
4522commit eb92f613556800f7483666db09d9a237ad911d4a
4523Author: Wolfgang Denk <wd@pollux.denx.de>
4524Date: Thu Mar 8 22:52:51 2007 +0100
4525
4526 Minor cleanup.
4527
4528commit 8ce16f55c7b9752af3d8bed84521aec5337e2de1
4529Author: John Otken john@softadvances.com <john@softadvances.com>
4530Date: 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
4536commit 650a330dd2539130c8c324791e2f9f75aed79d4e
4537Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
4538Date: 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
4544commit d9fc703246840c4b268debf48c334ba55c597dc0
4545Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
4546Date: 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
4552commit ced5b9029043397348cdc88e0cfcd6b1f629250b
4553Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
4554Date: 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
4560commit d8a8ea5c476d37006fc7f85b7f903142795c8b14
4561Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
4562Date: 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
4568commit f9fc6a5852a6335840882fa2111925010eea1abe
4569Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
4570Date: 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
4576commit 769104c9356594deb2092e204a39c05b33202d6c
4577Author: Wolfgang Denk <wd@pollux.denx.de>
4578Date: Thu Mar 8 21:49:27 2007 +0100
4579
4580 Minor cleanup
4581
Wolfgang Denk769104c2007-03-08 21:49:27 +01004582commit 00cdb4ce5e1b42248e7e6522ad0da3421b988afa
4583Author: Stefan Roese <sr@denx.de>
4584Date: 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
4601commit 2f5df47351910a2936c7741cf111855829200943
4602Author: Stefan Roese <sr@denx.de>
4603Date: 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
4614commit 2721a68a9ea91f1e494649ce68b2577261f578e2
4615Author: Stefan Roese <sr@denx.de>
4616Date: 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
4622commit df294497479b1dca6dd86318b2a912f72fede0df
4623Author: Stefan Roese <sr@denx.de>
4624Date: 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
Wolfgang Denkfd094c62007-04-18 17:20:58 +02004630commit 83853178bd36bca6f0f8f1331476620c84a587fc
4631Author: Ed Swarthout <Ed.Swarthout@freescale.com>
4632Date: 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
Wolfgang Denk769104c2007-03-08 21:49:27 +01004648commit fa1aef15bcd47736687be1af544506e90fba545d
4649Author: Stefan Roese <sr@denx.de>
4650Date: 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
4660commit e2ebe696818939e2b974628be9c921ea3fe9de13
4661Author: Stefan Roese <sr@denx.de>
4662Date: 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
4681commit 39218433983417b9df087976a79e3f80dd5e83d6
4682Author: Wolfgang Denk <wd@denx.de>
4683Date: Wed Mar 7 16:33:44 2007 +0100
4684
4685 UC101: fix compiler warnings
4686
4687commit 8d7e2732221bc2d64df14f700c64c23e0a4c3dce
4688Author: Wolfgang Denk <wd@pollux.denx.de>
4689Date: Wed Mar 7 16:19:46 2007 +0100
4690
4691 HMI1001: fix build error, cleanup compiler warnings.
4692
4693commit ad5bb451ade552c44bef9119d907929ebc2c126f
4694Author: Wolfgang Denk <wd@pollux.denx.de>
4695Date: Tue Mar 6 18:08:43 2007 +0100
4696
4697 Restructure POST directory to support of other CPUs, boards, etc.
4698
4699commit a5284efd125967675b2e9c6ef7b95832268ad360
4700Author: Wolfgang Denk <wd@pollux.denx.de>
4701Date: Tue Mar 6 18:01:47 2007 +0100
4702
4703 Fix HOSTARCH handling.
4704 Patch by Mike Frysinger, Mar 05 2007
4705
4706commit 07b7b0037aac5102939917d7cbe561b5c0d5aa44
4707Author: Stefan Roese <sr@denx.de>
4708Date: 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
Wolfgang Denk2a26ec42007-04-18 17:07:26 +02004724commit 647d3c3eed0da1d1505eecabe0b0fab96f956e68
4725Author: Wolfgang Denk <wd@pollux.denx.de>
4726Date: Sun Mar 4 01:36:05 2007 +0100
4727
4728 Some code cleanup.
4729
Wolfgang Denk2a8dfe02007-03-21 23:26:15 +01004730commit 781e026c8aa6f7e9eb5f0e72cc4d20971219b148
4731Author: Kim Phillips <kim.phillips@freescale.com>
4732Date: 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
4738commit 4feab4de7bfc2cb2fed36ad76f93c3a69659bbaf
4739Author: Kumar Gala <galak@kernel.crashing.org>
4740Date: 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
4767commit d51b3cf371cd441030460ef19d36b2924c361b1a
4768Author: Kim Phillips <kim.phillips@freescale.com>
4769Date: 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
4778commit 61f4f912acbe60776c5e00df1ec94094ce672957
4779Author: Timur Tabi <timur@freescale.com>
4780Date: 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,
Wolfgang Denk5728be32007-08-06 01:01:49 +02004785 and some have both. To support all of these device trees, this patch
Wolfgang Denk2a8dfe02007-03-21 23:26:15 +01004786 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
4791commit 22d71a71f57fd5d38b27ac3848e50d790360a598
4792Author: Kim Phillips <kim.phillips@freescale.com>
4793Date: Tue Feb 27 18:41:08 2007 -0600
4794
4795 mpc83xx: add command line editing by default
4796
4797commit 3fc0bd159103b536e1c54c6f4457a09b3aba66ca
4798Author: Kim Phillips <kim.phillips@freescale.com>
4799Date: 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
4811commit d61853cf2472e0b8bcbd131461a93d1c49ff0c1f
4812Author: Xie Xiaobo <r63061@freescale.com>
4813Date: 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
4822commit b110f40bd180c6b560276589beedf753e97c46ce
4823Author: Xie Xiaobo <r63061@freescale.com>
4824Date: 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
4833commit 8d172c0f0d85998a256a95b7459a5403a30380ed
4834Author: Xie Xiaobo <r63061@freescale.com>
4835Date: 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
4844commit f6f5f709e5c8e4564c4dfeecfdf2279244f9c83b
4845Author: Joakim Tjernlund <joakim.tjernlund@transmode.se>
4846Date: 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
4861commit 7a78f148d6a7298e4fface680dc7eacd877b1aba
4862Author: Timur Tabi <timur@freescale.com>
4863Date: 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
4873commit fab16807adad350f618024350c6950165c247c72
4874Author: Timur Tabi <timur@freescale.com>
4875Date: 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
4884commit a87c856eb411b9365937d0d4b9c21e46adbe1c14
4885Author: Dave Liu <daveliu@freescale.com>
4886Date: 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
4899commit 97c4b397dce236a7318b304667bf89e59d08b17c
4900Author: Kim Phillips <kim.phillips@freescale.com>
4901Date: 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
4910commit b70047478570e371ce7223be342ce98afea0f7d6
4911Author: Kim Phillips <kim.phillips@freescale.com>
4912Date: 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
4918commit 6752ed088c75c26a89b70c46b7326a4cd6015f29
4919Author: Kim Phillips <kim.phillips@freescale.com>
4920Date: 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
4926commit a28899c910024a0226331df07207b1038c300c93
4927Author: Emilian Medve <Emilian.Medve@freescale.com>
4928Date: 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
4938commit 3e78a31cfe3d3022f46f67eb88e1281d5cc2eb89
4939Author: Kumar Gala <galak@kernel.crashing.org>
4940Date: 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
4950commit ae246dc6c1937c291014eadd90b6d48c438c7cb0
4951Author: Kim Phillips <kim.phillips@freescale.com>
4952Date: Thu Jan 25 13:40:55 2007 -0600
4953
4954 mpc83xx: add MPC832XEMDS and sbc8349 to MAKEALL
4955
4956commit 4decd84e8f04279c5cfff7f8e907465ef8d8a3fb
4957Author: Kim Phillips <kim.phillips@freescale.com>
4958Date: Wed Jan 24 17:18:37 2007 -0600
4959
4960 mpc83xx: sort Makefile targets
4961
4962 reordered targets alphabetically
4963
4964commit 91e25769771c1164ed63ffca0add49f934ae3343
4965Author: Paul Gortmaker <paul.gortmaker@windriver.com>
4966Date: 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
4991commit 05031db456ab227f3e3752f37b9b812b65bb83ad
4992Author: Sam Song <samsongshu@yahoo.com.cn>
4993Date: 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
5002commit f35f358241c549be3f75cfe2eaa642914275b7ba
5003Author: Jerry Van Baren <gerald.vanbaren@comcast.net>
5004Date: Wed Dec 6 21:23:55 2006 -0500
5005
5006 mpc83xx: Put the version (and magic) after the HRCW.
5007
Wolfgang Denk5728be32007-08-06 01:01:49 +02005008 Put the version (and magic) after the HRCW. This puts it in a fixed
Wolfgang Denk2a8dfe02007-03-21 23:26:15 +01005009 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
5013commit 48aecd969171a6e99a55fae04933857787f9a5bd
5014Author: Dave Liu <r63238@freescale.com>
5015Date: 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
5023commit 24c3aca3f1358b113d3215adb5433b156e99f72b
5024Author: Dave Liu <r63238@freescale.com>
5025Date: 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
5033commit e080313c32322e15ab5a18eb896a252858c57284
5034Author: Dave Liu <r63238@freescale.com>
5035Date: 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
5053commit ddd02492f43db5408f5ab9f823b0ba5796e28ef0
5054Author: Dave Liu <r63238@freescale.com>
5055Date: 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
Wolfgang Denk769104c2007-03-08 21:49:27 +01005071commit ba58e4c9a9a917ce795dd16d4ec8d515f9f7aa35
5072Author: Stefan Roese <sr@denx.de>
5073Date: 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
5086commit 8c12045a3b06c5b6675d3fe02fbc9f545988129a
5087Author: Stefan Roese <sr@denx.de>
5088Date: 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
5094commit ccbc7036648e465697ca298ba51e0e76dda352a0
5095Author: Wolfgang Denk <wd@pollux.denx.de>
5096Date: Wed Feb 28 01:28:53 2007 +0100
5097
5098 SC3: fix typo in default environment
5099
5100commit e344568b1b46af85ec32d815586f91bc115d6223
5101Author: Sergei Poselenov <sposelenov@emcraft.com>
5102Date: 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
5110commit 743571145b37182757d4e688a77860b36ee77573
5111Author: Wolfgang Denk <wd@pollux.denx.de>
5112Date: Tue Feb 27 14:26:04 2007 +0100
5113
5114 Minor code cleanup.
5115
Wolfgang Denk74357112007-02-27 14:26:04 +01005116commit 638dd1458bbdc2a55d4b9e25c5c4e1f838a5dc72
5117Author: Sergei Poselenov <sposelenov@emcraft.com>
5118Date: Tue Feb 27 12:40:16 2007 +0300
5119
5120 MCC200 update - add LCD Progress Indicator
5121
5122commit 6c7cac8c4fce0ea2bf8e15ed8658d87974155b44
5123Author: Stefan Roese <sr@denx.de>
5124Date: 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
5134commit 8274ec0bd01d2feb2c7f095eba78d42ea009798b
5135Author: Stefan Roese <sr@denx.de>
5136Date: 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
5145commit 3a197b2fe49d6fa03978e60af2394efe9c70b527
5146Author: Haiying Wang <Haiying.Wang@freescale.com>
5147Date: 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
5158commit da04995c7dc6772013a9a0dc5c767f190c402478
5159Author: Stefan Roese <sr@denx.de>
5160Date: 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
5166commit 751bb57107d78978ae08e697c3deba816f5be091
5167Author: Stefan Roese <sr@denx.de>
5168Date: 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
5182commit d93e2212f962668b3dce091ff5edc33f2347fe37
5183Author: Stefan Roese <sr@denx.de>
5184Date: 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
5194commit 874bb7b88fe9b4648e1288a387af2e31014a72f3
5195Author: Stefan Roese <sr@denx.de>
5196Date: 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
5202commit 4745acaa1a603b67f6b9b7970365ebadd7d6586f
5203Author: Stefan Roese <sr@denx.de>
5204Date: 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
5210commit 0dc018ece13effc689e47479ea9ebf1c98a507f5
5211Author: Stefan Roese <sr@denx.de>
5212Date: 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
5222commit 4037ed3b63923cfcec27f784a89057c3cbabcedb
5223Author: Stefan Roese <sr@denx.de>
5224Date: 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
5243commit 36d830c9830379045f5daa9f542ac1c990c70068
5244Author: Stefan Roese <sr@denx.de>
5245Date: 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
5257commit 79b2d0bb2eae09602448f7a7cb56530d2f31e6c6
5258Author: Stefan Roese <sr@denx.de>
5259Date: 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
5275commit eb867a76238fb38e952c37871b16d0d7fd61c95f
5276Author: Grant Likely <grant.likely@secretlab.ca>
5277Date: 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
5286commit 53758fa20e935cc87eeb0519ed365df753a6f289
5287Author: Grant Likely <grant.likely@secretlab.ca>
5288Date: 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
5296commit f4852ebe6ca946a509667eb68be42026f837be76
5297Author: Grant Likely <grant.likely@secretlab.ca>
5298Date: Tue Feb 20 09:05:31 2007 +0100
5299
5300 [PATCH 7_9] Replace ace_readw_ace_writeb functions with macros
5301
Wolfgang Denk5728be32007-08-06 01:01:49 +02005302 Register read/write does not need to be wrapped in a full function. The
Wolfgang Denk74357112007-02-27 14:26:04 +01005303 patch replaces them with macros.
5304
5305 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
5306
5307commit 3a8ce9af6fcb5744a7851b4440c07688acc40844
5308Author: Grant Likely <grant.likely@secretlab.ca>
5309Date: 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
5319commit 984618f3e7794c783ec8d1511e74c6ee2d69bfe4
5320Author: Grant Likely <grant.likely@secretlab.ca>
5321Date: 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
5334commit 80ba981d940471fe7e539e64fa3d2bd80002beda
5335Author: Grant Likely <grant.likely@secretlab.ca>
5336Date: 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
5344commit c95c4280d751ca078c2ff58228d2f2b44ccf0600
5345Author: Grant Likely <grant.likely@secretlab.ca>
5346Date: 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
5355commit 99b0f0fd3fbf2572ae1a7723dd90cffc8e85130a
5356Author: Grant Likely <grant.likely@secretlab.ca>
5357Date: 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
5368commit 735dd97b1b20e777d059c7b389fe9d70cd3f80c7
5369Author: Grant Likely <grant.likely@secretlab.ca>
5370Date: 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
5379commit f5fcc3c20b65554e98a165542c36ee0c610a2d81
5380Author: Wolfgang Denk <wd@pollux.denx.de>
5381Date: 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
5386commit 489c696ae7211218961d159e43e722d74c36fcbc
5387Author: Sergei Poselenov <sposelenov@emcraft.com>
5388Date: 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
5400commit 4be23a12f23f1372634edc3215137b09768b7949
5401Author: Stefan Roese <sr@denx.de>
5402Date: 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
Wolfgang Denk769104c2007-03-08 21:49:27 +01005411commit 2605e90bf676d48123afe5719a846d2b52b24aac
5412Author: Heiko Schocher <hs@pollux.denx.de>
5413Date: 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
Wolfgang Denk74357112007-02-27 14:26:04 +01005419commit 497d012e5be0194e1084073d0081eb1a844796b2
5420Author: Gary Jennejohn <garyj@pollux.denx.de>
5421Date: Mon Feb 12 13:11:50 2007 +0100
5422
5423 LPC2292: patch from Siemens.
5424
5425commit b0b1a920aebead0d44146e73676ae9d80fffc8e2
5426Author: Stefan Roese <sr@denx.de>
5427Date: 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
5433commit 53d4a4983fb9b3ae5f7b2f10c599aca2b1b4034a
5434Author: Bartlomiej Sieka <tur@semihalf.com>
5435Date: Fri Feb 9 10:45:42 2007 +0100
5436
5437 [Motion-PRO] Preliminary support for the Motion-PRO board.
5438
5439commit 5a753f98c6a01bd1c61a9a3f95e8329a35f62994
5440Author: Stefan Roese <sr@denx.de>
5441Date: 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
5451commit 7372ca68227930d03cffa548310524cad5b96733
5452Author: Stefan Roese <sr@denx.de>
5453Date: 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
5463commit 2aa54f651a42d198673318f07a20c89a43e4d197
5464Author: Stefan Roese <sr@denx.de>
5465Date: 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
5471commit 23744d6b5bf17592eb6a0ef4f318f6089f55993b
5472Author: Stefan Roese <sr@denx.de>
5473Date: 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
5483commit 2902fadade3be7659467e8d074048c6b7068f5c0
5484Author: Stefan Roese <sr@denx.de>
5485Date: 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
5491commit d5ea287b02a6945c3977410e364a879dd1a555c8
5492Author: Stefan Roese <sr@denx.de>
5493Date: 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
5499commit 8b7d1f0ab7d7c4fe3160bbf74a7e9690d9f3a3ab
5500Author: Stefan Roese <sr@denx.de>
5501Date: 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
5507commit 71a4e5fda8b60044ab9f46069fa1cfa26bdd07ff
5508Author: Stefan Roese <sr@denx.de>
5509Date: 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
5515commit e802594b6fa1b166308820c276b96dc0d7cc731c
5516Author: Stefan Roese <sr@denx.de>
5517Date: 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
5527commit 700200c67e73b83751418abe7815840dca8fd6cb
5528Author: Stefan Roese <sr@denx.de>
5529Date: 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
5540commit 1bbf5eae322f5f1f6427ecc3ac13a0cb7dba8ad6
5541Author: Stefan Roese <sr@denx.de>
5542Date: 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
5550commit 6304430ed642ea8fa15c9e5af965ac2e033eec45
5551Author: Stefan Roese <sr@denx.de>
5552Date: 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
5558commit f8db84f132b1e335f20f96138a1f09ed97b08664
5559Author: Wolfgang Denk <wd@pollux.denx.de>
5560Date: Tue Jan 30 00:50:40 2007 +0100
5561
5562 LPC2292 SODIMM port coding style cleanup.
5563
Wolfgang Denkf8db84f2007-01-30 00:50:40 +01005564commit 6bd2447ee47ee23c18d2b3c7ccd5a20f7626f5b3
5565Author: Gary Jennejohn <garyj@pollux.denx.de>
5566Date: Wed Jan 24 12:16:56 2007 +0100
5567
5568 Add port for the lpc2292sodimm evaluation board from EmbeddedArtists
5569
5570commit 2daf046ba627f85f44195815778140039636244e
5571Author: Bartlomiej Sieka <tur@semihalf.com>
5572Date: Tue Jan 23 17:22:06 2007 +0100
5573
5574 [iDMR] Add MTD and JFFS2 support, also add default partition definition.
5575
5576commit f7db33101fbc9c8f0a10738ce87034875a17aeb9
5577Author: Bartlomiej Sieka <tur@semihalf.com>
5578Date: 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
5585commit 0ed47bb119cd2c4c16edb2548789148f9e6dc9de
5586Author: Bartlomiej Sieka <tur@semihalf.com>
5587Date: 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
5594commit 363d1d8f9c99b63daef81f5985cab3fc00edde5c
5595Author: Bartlomiej Sieka <tur@semihalf.com>
5596Date: 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
Wolfgang Denk2a26ec42007-04-18 17:07:26 +02005601commit fdef388758506765d4d6a7155c8f1584c63ff581
5602Author: roy zang <tie-fei.zang@freescale.com>
5603Date: Mon Jan 22 13:19:21 2007 +0800
5604
Wolfgang Denk5728be32007-08-06 01:01:49 +02005605 use CFG_WRITE_SWAPPED_DATA define instead of define CFG_FLASH_CFI_SWAP
Wolfgang Denk2a26ec42007-04-18 17:07:26 +02005606 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
Wolfgang Denkf8db84f2007-01-30 00:50:40 +01005610commit a4012396645533aef218354eeba754dff0deace8
5611Author: Wolfgang Denk <wd@pollux.denx.de>
5612Date: Fri Jan 19 23:08:39 2007 +0100
5613
5614 Minor code cleanup.
5615
Wolfgang Denka4012392007-01-19 23:08:39 +01005616commit f539b7ba7d7ef6dd187c8209609001cb1cd95e39
5617Author: Heiko Schocher <hs@pollux.denx.de>
5618Date: 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
5624commit d0b6e14087ddd8789f224a48e1d33f2a5df4d167
5625Author: Heiko Schocher <hs@pollux.denx.de>
5626Date: 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
5634commit 9d8d5a5bfb64768f29a0cb47fc37cd6f4c40e276
5635Author: Stefan Roese <sr@denx.de>
5636Date: 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
5642commit 0057d758e3e874cbe7f24745d0cce8c1cb6c207e
5643Author: Stefan Roese <sr@denx.de>
5644Date: 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
5650commit 34167a36c29ee946b727465db5c014746a08e978
5651Author: Stefan Roese <sr@denx.de>
5652Date: 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
5658commit cb4820725e9fc409c5cbc8e83054a6ed522d2111
5659Author: Heiko Schocher <hs@pollux.denx.de>
5660Date: 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
5668commit 5fb692cae57d1710c8f52a427cf7f39a37383fcd
5669Author: Stefan Roese <sr@denx.de>
5670Date: 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
5676commit 6d3e0107235aa0e6a6dcb77f9884497280bf85ad
5677Author: Wolfgang Denk <wd@pollux.denx.de>
5678Date: Tue Jan 16 18:30:50 2007 +0100
5679
5680 Raname solidcard3 into sc3; add redundant env for sc3
5681
Wolfgang Denk6d3e0102007-01-16 18:30:50 +01005682commit 1bbbbdd20fcec9933697000dcf55ff7972622596
5683Author: Wolfgang Denk <wd@pollux.denx.de>
5684Date: Tue Jan 16 12:46:35 2007 +0100
5685
5686 Update default environment for Solidcard3
5687
Wolfgang Denkf11033e2007-01-15 13:41:04 +01005688commit 5a5c56986a9ccf71642c8b6374eb18487b15fecd
5689Author: Stefan Roese <sr@denx.de>
5690Date: 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
5696commit a443d31410c571ee8f970da819a44d698fdd6b1f
5697Author: Heiko Schocher <hs@pollux.denx.de>
5698Date: 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
5704commit 0bba5452835f19a61204edcda3a58112fd8e2208
5705Author: Wolfgang Denk <wd@pollux.denx.de>
5706Date: 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
5714commit 95981778cff0038fd9941044d6a3eda810e33258
5715Author: Stefan Roese <sr@denx.de>
5716Date: 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
5724commit 77ddc5b9afb325262fd88752ba430a1dded1f0c7
5725Author: Stefan Roese <sr@denx.de>
5726Date: 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
5738commit 36adff362c2c0141ff8a810d42a7e478f779130f
5739Author: Stefan Roese <sr@denx.de>
5740Date: 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
5752commit e0b9ea8c8a294de6a5350ae638879d24b5b709d6
5753Author: Stefan Roese <sr@denx.de>
5754Date: 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
Wolfgang Denk6d3e0102007-01-16 18:30:50 +01005763commit ca43ba18e910206ef8063e4b22d282630bff3fd2
5764Author: Heiko Schocher <hs@pollux.denx.de>
5765Date: 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
Wolfgang Denkf11033e2007-01-15 13:41:04 +01005771commit 6abaee42621c07e81a2cd189ad4368b5e8c50280
5772Author: Reinhard Thies <Reinhard.Thies@web.de>
5773Date: Wed Jan 10 14:41:14 2007 +0100
5774
5775 Adjusted default environment for cam5200 board.
5776
5777commit bab5a90d4ccc1a46a8127b867fa59028cc623ad9
5778Author: Wolfgang Denk <wd@pollux.denx.de>
5779Date: Wed Jan 10 15:35:52 2007 +0100
5780
5781 Update CHANGELOG
5782
Wolfgang Denkbab5a902007-01-10 15:35:52 +01005783commit 787fa15860a57833e50bd30555079a9cd4e519b8
5784Author: Wolfgang Denk <wd@pollux.denx.de>
5785Date: 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
Wolfgang Denkf11033e2007-01-15 13:41:04 +01005797commit d9384de2f571046e71081bae22b49e3d5ca2e3d5
5798Author: Marian Balakowicz <m8@semihalf.com>
5799Date: 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
Wolfgang Denkbab5a902007-01-10 15:35:52 +01005805commit 67fea022fa957f59653b5238c7496f80a6b70432
5806Author: Markus Klotzbuecher <mk@denx.de>
5807Date: Tue Jan 9 16:02:48 2007 +0100
5808
5809 SPC1920: cleanup memory contoller setup
5810
5811commit 8fc2102faa23593c80381437c09f7745a14deb40
5812Author: Markus Klotzbuecher <mk@denx.de>
5813Date: Tue Jan 9 14:57:14 2007 +0100
5814
5815 Fix the cpu speed setup to work with all boards.
5816
5817commit 9295acb77481cf099ef9b40e1fa2d145b3c7490c
5818Author: Markus Klotzbuecher <mk@denx.de>
5819Date: Tue Jan 9 14:57:13 2007 +0100
5820
5821 SPC1920: add support for the FM18L08 Ramtron FRAM
5822
5823commit 38ccd2fdf3364a53fe80e9b365303ecdafc9e223
5824Author: Markus Klotzbuecher <mk@denx.de>
5825Date: 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
5830commit 5921e5313fc3eadd42770c2b99badd7fae5ecf1e
5831Author: Markus Klotzbuecher <mk@creamnet.de>
5832Date: Tue Jan 9 14:57:13 2007 +0100
5833
5834 Miscellanious spc1920 related cleanups
5835
5836commit e4c2d37adc8bb1bf69dcf600cbc6c75f916a6120
5837Author: Markus Klotzbuecher <mk@denx.de>
5838Date: Tue Jan 9 14:57:12 2007 +0100
5839
5840 SPC1920 GO/NOGO led should be set to color red in U-Boot
5841
5842commit 0be62728aac459ba268d6d752ed49ec0e2bc7348
5843Author: Markus Klotzbuecher <mk@creamnet.de>
5844Date: Tue Jan 9 14:57:12 2007 +0100
5845
5846 Add support for the DS3231 RTC
5847
5848commit 8139567b60d678584b05f0718a681f2047c5e14f
5849Author: Markus Klotzbuecher <mk@creamnet.de>
5850Date: Tue Jan 9 14:57:11 2007 +0100
5851
5852 SMC1 uses external CLK4 instead of BRG on spc1920
5853
5854commit d8d9de1a02fbd880b613d607143d1f57342affc7
5855Author: Markus Klotzbuecher <mk@creamnet.de>
5856Date: Tue Jan 9 14:57:10 2007 +0100
5857
5858 Update the SPC1920 CMB PLD driver
5859
5860commit 3f34f869162750e5e999fd140f884f5de952bcfe
5861Author: Markus Klotzbuecher <mk@creamnet.de>
5862Date: Tue Jan 9 14:57:10 2007 +0100
5863
5864 Add / enable I2C support on the spc1920 board
5865
5866commit d28707dbce1e9ac2017ad051da4133bf22b4204f
5867Author: Markus Klotzbuecher <mk@creamnet.de>
5868Date: Tue Jan 9 14:57:10 2007 +0100
5869
5870 Add support for the tms320671x host port interface (HPI)
5871
5872commit f4eb54529bb3664c3a562e488b460fe075f79d67
5873Author: Wolfgang Denk <wd@pollux.denx.de>
5874Date: Sun Jan 7 00:13:11 2007 +0100
5875
5876 Prepare for release 1.2.0
5877
Wolfgang Denkf4eb5452007-01-07 00:13:11 +01005878commit f07ae7a9daef27a3d0213a4f3fe39d5342173c02
5879Author: Stefan Roese <sr@denx.de>
5880Date: 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
5889commit f16c1da9577f06c5fc08651a4065537407de4635
5890Author: Stefan Roese <sr@denx.de>
5891Date: 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
5900commit cd1d937f90250a32988c37b2b4af8364d25de8ed
5901Author: Stefan Roese <sr@denx.de>
5902Date: 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
5922commit a78bc443ae5a4a8ba87590587d5e35bf5a787b2e
5923Author: Stefan Roese <sr@denx.de>
5924Date: 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
5933commit 023889838282b6237b401664f22dd22dfba2c066
5934Author: Stefan Roese <sr@denx.de>
5935Date: 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
5947commit cce4acbb68398634b8d011ed7bb0d12269c84230
5948Author: Bartlomiej Sieka <tur@semihalf.com>
5949Date: 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
5956commit 92eb729bad876725aeea908d2addba0800620840
5957Author: Wolfgang Denk <wd@pollux.denx.de>
5958Date: Wed Dec 27 01:26:13 2006 +0100
5959
5960 Fix bug in adaption of Stefano Babic's CFI driver patch.
5961
5962commit 9c0f42ecfe25f7ffce8ec7a815f03864d723ffe3
5963Author: Wolfgang Denk <wd@pollux.denx.de>
5964Date: Sun Dec 24 01:42:57 2006 +0100
5965
5966 Minor code cleanup.
5967
5968commit d784fdb05900ada3686d5778783e1fb328e9fb66
5969Author: Stefano Babic <sbabic@denx.de>
5970Date: 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
5974commit 1b3c360c235dc684ec06c2d5f183f0a282ce45e2
5975Author: Stefan Roese <sr@denx.de>
5976Date: 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
5985commit 82e5236a8b719543643fd26d5827938ab2b94818
5986Author: Wolfgang Denk <wd@pollux.denx.de>
5987Date: Fri Dec 22 10:30:26 2006 +0100
5988
5989 Minor code cleanup; update CHANGELOG.
5990
5991commit fa23044564091f05d9695beb7b5b9a931e7f41a4
5992Author: Heiko Schocher <hs@pollux.denx.de>
5993Date: 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
Wolfgang Denkf11033e2007-01-15 13:41:04 +01005999commit 6dedf3d49dd14c3bf541c8ecee7ffaac5f0e1d6c
6000Author: Heiko Schocher <hs@pollux.denx.de>
6001Date: 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
Wolfgang Denk82e52362006-12-22 10:30:26 +01006007commit c84bad0ef60e7055ab0bd49b93069509cecc382a
6008Author: Bartlomiej Sieka <tur@semihalf.com>
6009Date: Wed Dec 20 00:29:43 2006 +0100
6010
6011 Fix to make the baudrate changes immediate for the MCF52x2 family.
6012
6013commit daa6e418bcc0c717752e8de939c213c790286096
6014Author: Bartlomiej Sieka <tur@semihalf.com>
6015Date: Wed Dec 20 00:27:32 2006 +0100
6016
6017 Preliminary support for the iDMR board (ColdFire).
6018
6019commit cdb97a6678826f85e7c69eae6a1c113d034c9b10
6020Author: Andrei Safronov <safronov@pollux.denx.de>
6021Date: Fri Dec 8 16:23:08 2006 +0100
6022
6023 automatic update mechanism
6024
Wolfgang Denk2a26ec42007-04-18 17:07:26 +02006025commit 9d27b3a0685ff99fc477983f315c04d49f657a8a
6026Author: roy zang <tie-fei.zang@freescale.com>
6027Date: 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
6033commit 4dbcd69e3e2776ea334590d5768e3692c5fae5c1
6034Author: roy zang <tie-fei.zang@freescale.com>
6035Date: 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
6043commit 4efe20c9579011d9987f62ed7d35ee8cdc1cf0e0
6044Author: roy zang <tie-fei.zang@freescale.com>
6045Date: 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
6051commit 6f12c61cf31ed73d72ddfcfc712a854a3a177aaf
6052Author: roy zang <tie-fei.zang@freescale.com>
6053Date: 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
6060commit c9c1eeed7dd193fa65fb194654132040d49d4d3a
6061Author: roy zang <tie-fei.zang@freescale.com>
6062Date: 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
6076commit ee311214e0d216f904feea269599d0934bf71f23
6077Author: roy zang <tie-fei.zang@freescale.com>
6078Date: 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
Wolfgang Denk82e52362006-12-22 10:30:26 +01006091commit dd520bf314c7add4183c5191692180f576f96b60
6092Author: Wolfgang Denk <wd@pollux.denx.de>
6093Date: Thu Nov 30 18:02:20 2006 +0100
6094
6095 Code cleanup.
6096
Wolfgang Denkdd520bf2006-11-30 18:02:20 +01006097commit 8d9a8610b8256331132227e9e6585c6bd5742787
6098Author: Wolfgang Denk <wd@pollux.denx.de>
6099Date: Thu Nov 30 01:54:07 2006 +0100
6100
6101 Code cleanup. Update CHANGELOG.
6102
Wolfgang Denk8d9a8612006-11-30 01:54:07 +01006103commit 726e90aacf0b1ecb0e7055be574622fbe3e450ba
6104Author: Grant Likely <grant.likely@secretlab.ca>
6105Date: 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
6117commit 1eac2a71417b6675b11aace72102a2e7fde8f5c6
6118Author: Stefan Roese <sr@denx.de>
6119Date: 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
6130commit 1bdd46832aeb569f5e04b1f20f64318525b6525a
6131Author: Stefan Roese <sr@denx.de>
6132Date: 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
6143commit 4e26f1074c3ac1bd8fd094f0dc4a1c4a0b15a592
6144Author: Stefan Roese <sr@denx.de>
6145Date: 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
Wolfgang Denkdd520bf2006-11-30 18:02:20 +01006157commit 1939d969443ccf316cab2bf32ab1027d4db5ba1a
6158Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
6159Date: 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
6165commit 14198bf768fdc958e3c1afd2404e5262208e98d7
6166Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
6167Date: 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
6173commit cf3d045e51ca8dcc6cf759827140861d6ac25c04
6174Author: Kim Phillips <kim.phillips@freescale.com>
6175Date: 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
6181commit 1aa934c81b77f2080d3ca4b226eab67b17a33961
6182Author: Kim Phillips <kim.phillips@freescale.com>
6183Date: 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
6190commit e857a5bdb3954b896c0920cb9d8d2b1b9c107ce5
6191Author: Timur Tabi <timur@freescale.com>
6192Date: 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
Wolfgang Denk8d9a8612006-11-30 01:54:07 +01006200commit e59581c56ab5d6e0207ddac3b2c1d55cb36ec706
6201Author: Stefan Roese <sr@denx.de>
6202Date: 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
6212commit e732faec95a83cb468b4850ae807c8301dde8f6a
6213Author: Stefan Roese <sr@denx.de>
6214Date: 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
6220commit e7f3e9ff01fbd7fa72eb42a9675fbed6bc4736b0
6221Author: Stefan Roese <sr@denx.de>
6222Date: 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
Wolfgang Denk2a8dfe02007-03-21 23:26:15 +01006228commit 58e3b14c18ed3288ceef8d086946dbf3df64ccf2
6229Author: Stefan Roese <sr@denx.de>
6230Date: 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
Wolfgang Denkd2c83f52006-11-27 23:11:18 +01006236commit 4f4b602ec7524a032bdf3c6d28c7f525a4a67eaa
6237Author: Wolfgang Denk <wd@pollux.denx.de>
6238Date: Mon Nov 27 22:53:53 2006 +0100
6239
6240 Update CHANGELOG
6241
Wolfgang Denk4f4b6022006-11-27 22:53:53 +01006242commit f6e495f54cdb8fe340b9c03deab40ad746d52fae
6243Author: Stefan Roese <sr@denx.de>
6244Date: 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
6254commit d1a72545296800b7e219f93104ad5836f0003d66
6255Author: Stefan Roese <sr@denx.de>
6256Date: 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
6268commit 15784862857c3c2214498defcfed84ff137fb81e
6269Author: Stefan Roese <sr@denx.de>
6270Date: 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
6286commit da5553b095bf04f4f109ad7e565dae3aba47b230
6287Author: Stefan Roese <sr@denx.de>
6288Date: 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
Wolfgang Denk5728be32007-08-06 01:01:49 +02006293 arguments to bootm. It removes the getenv("disable_of") test that used
Wolfgang Denk4f4b6022006-11-27 22:53:53 +01006294 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
6299commit a9398e018593782c5fa7d0741955fc1256b34c1e
6300Author: Wolfgang Denk <wd@pollux.denx.de>
6301Date: Mon Nov 27 15:32:42 2006 +0100
6302
6303 Minor code cleanup. Update CHANGELOG.
6304
Wolfgang Denk8d9a8612006-11-30 01:54:07 +01006305commit 1729b92cde575476684bffe819d0b7791b57bff2
6306Author: Stefan Roese <sr@denx.de>
6307Date: 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
6313commit cc5ee8a92a0e3ca6f727af71b8fd206460c7afd7
6314Author: Stefan Roese <sr@denx.de>
6315Date: 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
6321commit 1f94d162e2b5f0edc28d9fb11482502c44d218e1
6322Author: Stefan Roese <sr@denx.de>
6323Date: 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
6329commit ec0c2ec725aec9524a177a77ce75559e644a931a
6330Author: Stefan Roese <sr@denx.de>
6331Date: 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
6337commit 1c2ce2262069510f31c7d3fd7efd3d58b8c0c148
6338Author: Stefan Roese <sr@denx.de>
6339Date: 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
Wolfgang Denka9398e02006-11-27 15:32:42 +01006345commit 78d620ebb5871d252270dedfad60c6568993b780
6346Author: Wolfgang Denk <wd@atlas.denx.de>
6347Date: 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
6353commit 2053283304eeddf250d109e6791eb6fa4cad14f7
6354Author: Stefan Roese <sr@denx.de>
6355Date: 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
6365commit 4ef6251403f637841000e0fef9e832aa01339822
6366Author: Stefan Roese <sr@denx.de>
6367Date: 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
6373commit e4bbd8da164b976d38616bd9c69c5e86e193cdf0
6374Author: Wolfgang Denk <wd@pollux.denx.de>
6375Date: Mon Nov 20 10:28:30 2006 +0100
6376
6377 Update CHANGELOG
6378
Wolfgang Denke4bbd8d2006-11-20 10:28:30 +01006379commit 260421a21e934a68d31fb6125b0fbd2631a8ca20
6380Author: Stefan Roese <sr@denx.de>
6381Date: 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
6395commit b21b511d4c50408f4853f46f06b601272196223f
6396Author: Wolfgang Denk <wd@pollux.denx.de>
6397Date: Sun Nov 12 21:13:23 2006 +0100
6398
6399 Update CHANGELOG
6400
Wolfgang Denkb21b5112006-11-12 21:13:23 +01006401commit ce3f1a40c507afbab06c5eb58ccdc6713eda3245
6402Author: Bartlomiej Sieka <tur@semihalf.com>
6403Date: Sat Nov 11 22:48:22 2006 +0100
6404
6405 Disable the watchdog in the default config for the V38B board.
6406
6407commit 44a47e6db2694841211f1c8fdbafd36992e9cd1a
6408Author: Bartlomiej Sieka <tur@semihalf.com>
6409Date: 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
6415commit 91650b3e4de688038d4f71279c44858e3e2c6870
6416Author: Wolfgang Denk <wd@pollux.denx.de>
6417Date: 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
Wolfgang Denkdd520bf2006-11-30 18:02:20 +01006424commit be5e61815d5a1fac290ce9c0ef09cb6a8e4288fa
6425Author: Timur Tabi <timur@freescale.com>
6426Date: 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
6436commit d239d74b1c937984bc519083a8e7de373a390f06
6437Author: Timur Tabi <timur@freescale.com>
6438Date: 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
6447commit f7fb2e703ec9688541416962724adff70a7322cb
6448Author: Kim Phillips <kim.phillips@freescale.com>
6449Date: Thu Nov 2 19:47:11 2006 -0600
6450
6451 mpc83xx: Lindent and clean up cpu/mpc83xx/speed.c
6452
6453commit 90f30a710a3c619b5405860a686c4ddfc495d4b6
6454Author: Dave Liu <daveliu@freescale.com>
6455Date: 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
6490commit bf0b542d6773a5a1cbce77691f009b06d9aeb57d
6491Author: Kim Phillips <kim.phillips@freescale.com>
6492Date: 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
6504commit 48041365b3420589ad464ebc7752e0053538b729
6505Author: Kim Phillips <kim.phillips@freescale.com>
6506Date: 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
6513commit 9ca880a250870a7d55754291b5591d2b5fe89b54
6514Author: Timur Tabi <timur@freescale.com>
6515Date: 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
6524commit ac4b5622ce050b5ee1e154b98df630d778661632
6525Author: Dave Liu <daveliu@freescale.com>
6526Date: 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
6532commit 7737d5c658c606f999dfbe3e86b0fed49e5c50ef
6533Author: Dave Liu <daveliu@freescale.com>
6534Date: 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
6540commit 5f8204394e39bbe8cd9f08b8f8d145b6c01f7c73
6541Author: Dave Liu <daveliu@freescale.com>
6542Date: 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
6549commit 23892e49352de74f7fac36ff90bb1be143d195e3
6550Author: Dave Liu <daveliu@freescale.com>
6551Date: 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
6557commit b701652a4992bdcc62fb1a6038a85beef9e55da4
6558Author: Dave Liu <daveliu@freescale.com>
6559Date: 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
6566commit 988833324a7fda482c8ac3ca23eb539f8232e404
6567Author: Timur Tabi <timur@freescale.com>
6568Date: 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
6587commit 2ad6b513b31070bd0c003792ed1c3e7f5d740357
6588Author: Timur Tabi <timur@freescale.com>
6589Date: 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
6610commit 183da6d9b446cc12123455844ad1187e2375626f
6611Author: Ben Warren <bwarren@qstreams.com>
6612Date: 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
6629commit b24f119d672b709d153ff2ac091d4aa63ec6877d
6630Author: Ben Warren <bwarren@qstreams.com>
6631Date: 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
6654commit bb99ad6d8257bf828f150d40f507b30d80a4a7ae
6655Author: Ben Warren <bwarren@qstreams.com>
6656Date: 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
6694commit bed85caf872714ebf53013967a695c9d63acfc68
6695Author: Timur Tabi <timur@freescale.com>
6696Date: 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
6708commit afd6e470f639883002c7c59d562690a5cb0f4865
6709Author: Timur Tabi <timur@freescale.com>
6710Date: Wed Oct 25 18:45:23 2006 -0500
6711
6712 mpc83xx: fix TQM build by defining a CFG_FLASH_SIZE for it
6713
6714commit 31068b7c4abeefcb2c8fd4fbeccc8ec6c6d0475a
6715Author: Timur Tabi <timur@freescale.com>
6716Date: 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
6727commit 2fc34ae66e73fa7841d1a006dc1b5dcbc1f78965
6728Author: Tanya Jiang <tanya.jiang@freescale.com>
6729Date: 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
6738commit f6eda7f80ccc13d658020268c507d7173cf2e8aa
6739Author: Dave Liu <daveliu@freescale.com>
6740Date: 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
6749commit 3894c46c27c64891f93ac04edde86a9fa9758d92
6750Author: Tanya Jiang <tanya.jiang@freescale.com>
6751Date: 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
6759commit 09a81ff740b29deea1e2ab08a3c2ac136c2e6219
6760Author: Tanya Jiang <tanya.jiang@freescale.com>
6761Date: 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
6769commit 04f899fc465c3e44f2b55ecc70618f5696fc0ddf
6770Author: Nick Spence <Nick.Spence@freescale.com>
6771Date: 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
6786commit f484dc791a3932537213c43c654cc1295c64b84c
6787Author: Nick Spence <nick.spence@freescale.com>
6788Date: 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
Wolfgang Denk2a26ec42007-04-18 17:07:26 +02006797commit 4831c8b8a97799da77923d6bbb4c260c0d45521c
6798Author: roy zang <tie-fei.zang@freescale.com>
6799Date: Fri Nov 3 13:10:00 2006 +0800
6800
6801 Remove some unused CFG define.
6802 undef CFG_DRAM_TEST
6803
6804commit 99c09c4dec34f77c243bf51bea532e3f339410ad
6805Author: roy zang <tie-fei.zang@freescale.com>
6806Date: 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
Wolfgang Denkb21b5112006-11-12 21:13:23 +01006811commit c59200443072353044aa4bf737a5a60f9a9af231
6812Author: Wolfgang Denk <wd@pollux.denx.de>
6813Date: Thu Nov 2 15:15:01 2006 +0100
6814
6815 Release U-Boot 1.1.6
6816
Wolfgang Denk2a26ec42007-04-18 17:07:26 +02006817commit c1fbe4103a0d6c8957f912af902d705ba67836f2
6818Author: roy zang <tie-fei.zang@freescale.com>
6819Date: 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
6832commit b825f158e449e1e9cf74c08e572955e122394c96
6833Author: roy zang <tie-fei.zang@freescale.com>
6834Date: 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
6845commit 9226e7d6f09b9a1ac074cd918c81225a4689bba8
6846Author: roy zang <tie-fei.zang@freescale.com>
6847Date: 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
6858commit d1927cee977126e547ceeba23e4f978f377cfb8f
6859Author: roy zang <tie-fei.zang@freescale.com>
6860Date: 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
Wolfgang Denk5728be32007-08-06 01:01:49 +02006869 statistics. Each port supports a 256-entry hash table for address
Wolfgang Denk2a26ec42007-04-18 17:07:26 +02006870 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
6896commit 78aa0c3427f3ecdeb34aabfbbe2dd23b6ad8f40e
6897Author: roy zang <tie-fei.zang@freescale.com>
6898Date: 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
6911commit 87c4db09699c6b89176b31004afcb83eb1585d47
6912Author: roy zang <tie-fei.zang@freescale.com>
6913Date: Thu Nov 2 18:59:15 2006 +0800
6914
Wolfgang Denk5728be32007-08-06 01:01:49 +02006915 Add mpc7448hpc2 (mpc7448 + tsi108) board associated code support.
Wolfgang Denk2a26ec42007-04-18 17:07:26 +02006916 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
6921commit 27801b8ab11c61b577e45742a515bb3b23b80241
6922Author: roy zang <tie-fei.zang@freescale.com>
6923Date: Thu Nov 2 18:57:21 2006 +0800
6924
Wolfgang Denk5728be32007-08-06 01:01:49 +02006925 Add mpc7448hpc2 (mpc7448 + tsi108) board associated code support.
Wolfgang Denk2a26ec42007-04-18 17:07:26 +02006926 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
6931commit c6411c0c3bbc79f9ba8aef58296a42d8f9d8a0a6
6932Author: roy zang <tie-fei.zang@freescale.com>
6933Date: Thu Nov 2 18:55:04 2006 +0800
6934
Wolfgang Denk5728be32007-08-06 01:01:49 +02006935 Add mpc7448hpc2 (mpc7448 + tsi108) board associated code support.
Wolfgang Denk2a26ec42007-04-18 17:07:26 +02006936 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
6941commit 625bb5ddb50b243f931262ca8c46956409471917
6942Author: roy zang <tie-fei.zang@freescale.com>
6943Date: Thu Nov 2 18:52:21 2006 +0800
6944
Wolfgang Denk5728be32007-08-06 01:01:49 +02006945 Add mpc7448hpc2 (mpc7448 + tsi108) board associated code support.
Wolfgang Denk2a26ec42007-04-18 17:07:26 +02006946 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
6951commit 4c52783b3d024e153c4972b97332e314bc3bdc46
6952Author: roy zang <tie-fei.zang@freescale.com>
6953Date: 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
6975commit 69366bf42f22d67efce8da3f8c40a43d4a3c2695
6976Author: roy zang <tie-fei.zang@freescale.com>
6977Date: 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
Wolfgang Denkb21b5112006-11-12 21:13:23 +01006982commit 25721b5cec2be4bce79cfade17ec8f6aa1e67526
6983Author: Bartlomiej Sieka <tur@semihalf.com>
6984Date: 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
6991commit ffa150bc90c943ca265170bd1be3f293674dd5c7
6992Author: Bartlomiej Sieka <tur@semihalf.com>
6993Date: 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
7001commit dae80f3caf9754a6dd3ddf3cf903d0c46cbd4385
7002Author: Bartlomiej Sieka <tur@semihalf.com>
7003Date: 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
7012commit 82d9c9ec29a1bec1b03ba616425ebaed231072c8
7013Author: Bartlomiej Sieka <tur@semihalf.com>
7014Date: Wed Nov 1 01:34:29 2006 +0100
7015
7016 Changed MarelV38B board make target to lowercase. Config file cleanup.
7017
Wolfgang Denkc5920042006-11-02 15:15:01 +01007018commit 1954be6e9c9421b45d0a9d05b10356acc7563150
7019Author: Wolfgang Denk <wd@pollux.denx.de>
7020Date: Sun Oct 29 01:03:51 2006 +0200
7021
7022 Automatically adjust ARFLAGS so "make -s" is really silent.
7023
7024commit fae684e89844856383bdf101440889557df3e6b1
7025Author: Stefan Roese <sr@denx.de>
7026Date: 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
7033commit 1265581502ab8ea8c08e8edbe9bf64fbd62fd776
7034Author: Stefan Roese <sr@denx.de>
7035Date: 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
7045commit 856f054410cef52d868feb330168b2a4c4091328
7046Author: Stefan Roese <sr@denx.de>
7047Date: 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
7057commit 07a69a18c2ecfda904231fdf23e2523ea7792eb6
7058Author: Wolfgang Denk <wd@pollux.denx.de>
7059Date: Sat Oct 28 02:29:44 2006 +0200
7060
7061 Update CHANGELOG.
7062
Wolfgang Denk07a69a12006-10-28 02:29:44 +02007063commit 2751a95abd1b96911081c357e96a12fa97b40dee
7064Author: Wolfgang Denk <wd@pollux.denx.de>
7065Date: Sat Oct 28 02:29:14 2006 +0200
7066
7067 Enable commandline editing and hush shell on all TQM boards.
7068
7069commit 8078f1a5f63a739b8533478f6c2b62fb1e2f79d7
7070Author: Wolfgang Denk <wd@pollux.denx.de>
7071Date: Sat Oct 28 02:28:02 2006 +0200
7072
7073 README says CFG_AUTO_COMPLETE, but ocde uses CONFIG_AUTO_COMPLETE
7074
7075commit 471a7be7a042e95e440f5de969c9765214ae8d6e
7076Author: Wolfgang Denk <wd@denx.de>
7077Date: 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
7087commit 19973b6ad9863a56f5c5fbcfd90e20ab2490a2c2
7088Author: Wolfgang Denk <wd@pollux.denx.de>
7089Date: Sat Oct 28 00:38:39 2006 +0200
7090
7091 Minor code cleanup.
7092
7093commit e11887a77d81077416a2d1c5e0354916fee8c034
7094Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
7095Date: 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
7106commit ea08ff6e14f9ebb8c07cfa79c51ef540eb087393
7107Author: Jon Loeliger <jdl@freescale.com>
7108Date: 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
7114commit d38936cdae46bfd2623ff83f6ce9b616d36ab0f9
7115Author: Wolfgang Denk <wd@pollux.denx.de>
7116Date: Fri Oct 27 11:55:21 2006 +0200
7117
7118 Fix "ar" flags in some Makefiles to allow for silent "make -s"
7119
7120commit 4653f91c13ed51c21cc4c3855745d69a3fb1817f
7121Author: Ben Warren <bwarren@qstreams.com>
7122Date: 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
7130commit b985b5d6e4fb88f508f7aa0f126c2e27ada2b999
7131Author: Ben Warren <bwarren@qstreams.com>
7132Date: 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
Ben Warrenb985b5d2006-10-26 14:38:25 -04007140commit 2b2a40bebbf1822506e80e631d7253e60f0e0fe6
7141Author: Wolfgang Denk <wd@pollux.denx.de>
7142Date: Thu Oct 26 16:24:31 2006 +0200
7143
7144 Code cleanup.
7145
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02007146commit 5e3b0bc19f07ed277d85324ad0427642c8981baf
7147Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
7148Date: Wed Oct 25 15:48:59 2006 +0200
7149
7150 Finish up support for the ATSTK1000/ATSTK1002 boards
Ben Warrenb985b5d2006-10-26 14:38:25 -04007151
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02007152 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.
Ben Warrenb985b5d2006-10-26 14:38:25 -04007155
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02007156 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.
Ben Warrenb985b5d2006-10-26 14:38:25 -04007159
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02007160 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
7161
7162commit c76f951a747cfb87ba826ef45b5aea82d5b5dbb4
7163Author: Kumar Gala <galak@kernel.crashing.org>
7164Date: Tue Oct 24 23:47:37 2006 -0500
7165
7166 Added support for Multi-Image files that contain a device tree
Ben Warrenb985b5d2006-10-26 14:38:25 -04007167
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02007168 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
Wolfgang Denk5728be32007-08-06 01:01:49 +02007170 image file. We automatically allocate space for the device tree in memory
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02007171 and provide an 8k pad to allow more than a reasonable amount of growth.
Ben Warrenb985b5d2006-10-26 14:38:25 -04007172
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02007173 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.
Ben Warrenb985b5d2006-10-26 14:38:25 -04007176
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02007177 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7178
Wolfgang Denk4e53a252006-10-25 00:43:17 +02007179commit 7c52c4b943ff52bbe8796a7e2d3e476ceaf3f512
7180Author: Wolfgang Denk <wd@denx.de>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02007181Date: Tue Oct 24 21:35:55 2006 +0200
Wolfgang Denkcf48eb92006-04-16 10:51:58 +02007182
Wolfgang Denk4e53a252006-10-25 00:43:17 +02007183 Switch to automatically generated CHANGELOG file.
7184 (use "make CHANGELOG" to update it from time to time)
Stefan Roeseaf9e1f52006-10-17 06:14:31 +02007185
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007186commit 7ade0c634a979c32fa91a74e8f5775f24651fbe6
7187Author: Stefan Roese <sr@denx.de>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02007188Date: Tue Oct 24 18:06:48 2006 +0200
Wolfgang Denkcf48eb92006-04-16 10:51:58 +02007189
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007190 Fix bug in PPC440 NAND driver cpu/ppc4xx/ndfc.c
7191 Patch by Stefan Roese, 24 Oct 2006
Marian Balakowicz8318fbf2006-10-23 22:17:05 +02007192
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007193commit 8ae3b713b2286e0c3213b7802062e4c1599010de
7194Author: Wolfgang Denk <wd@pollux.denx.de>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02007195Date: Tue Oct 24 17:24:55 2006 +0200
Stefan Roese7ade0c62006-10-24 18:06:48 +02007196
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007197 Merge with /home/wd/git/u-boot/master
Wolfgang Denkba999c52006-10-20 17:54:33 +02007198
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007199commit 47a6989c10685d2ab3efcf95228ce50d2a496d3e
7200Author: Wolfgang Denk <wd@pollux.denx.de>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02007201Date: Tue Oct 24 15:32:57 2006 +0200
Wolfgang Denkf836e412006-10-20 16:12:14 +02007202
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007203 Code cleanup
Wolfgang Denkf6414712006-10-20 15:51:21 +02007204
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007205commit 3a78e3e75b633ecb6413114ffd11e2f000c4f11e
7206Author: Wolfgang Denk <wd@pollux.denx.de>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02007207Date: Tue Oct 24 14:51:36 2006 +0200
Stefan Roese6a0766e2006-10-20 15:18:51 +02007208
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007209 Move atstk1000 files into vendor specific directory.
7210 Patch by Haavard Skinnemoen, 12 Sep 2006
Stefan Roeseedf0b542006-10-18 15:59:35 +02007211
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007212commit 6ccec4492e77428fd6eafd3dfe94fbdf08e91d37
7213Author: Wolfgang Denk <wd@pollux.denx.de>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02007214Date: Tue Oct 24 14:42:37 2006 +0200
Wolfgang Denk3231ea62006-10-18 22:31:08 +02007215
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007216 Add ATSTK1000 and ATSTK1002 board support
7217 Patch by Haavard Skinnemoen, 06 Sep 2006
Ben Warrenb985b5d2006-10-26 14:38:25 -04007218
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007219 This patch adds support for the ATSTK1000 with the ATSTK1002 CPU
7220 daughterboard.
Ben Warrenb985b5d2006-10-26 14:38:25 -04007221
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007222 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:
Ben Warrenb985b5d2006-10-26 14:38:25 -04007226
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007227 http://www.atmel.com/dyn/products/tools.asp?family_id=682
Ben Warrenb985b5d2006-10-26 14:38:25 -04007228
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007229 The ATSTK1002 is a daughterboard for the ATSTK1000 supporting the
7230 AT32AP7000 chip.
Ben Warrenb985b5d2006-10-26 14:38:25 -04007231
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007232 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
Stefan Roesed7762332006-10-12 19:50:17 +02007233
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007234commit f93ae788c3640fcde5db383471d45548ff4060d0
7235Author: Wolfgang Denk <wd@pollux.denx.de>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02007236Date: Tue Oct 24 14:31:24 2006 +0200
Stefan Roesee0a46552006-10-12 19:43:29 +02007237
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007238 Add common serial driver for Atmel AT32 and AT91 chips
7239 Patch by Haavard Skinnemoen, 06 Sep 2006
Ben Warrenb985b5d2006-10-26 14:38:25 -04007240
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007241 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.
Ben Warrenb985b5d2006-10-26 14:38:25 -04007245
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007246 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
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02007251 register mappings, gpio resources and clocks associated with the
7252 UART device.
Ben Warrenb985b5d2006-10-26 14:38:25 -04007253
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007254 For more information about these features, please see the "AT32AP
7255 CPU" patch.
Wolfgang Denk87621bc2006-10-12 11:43:47 +02007256
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007257commit 72a087e04705c26cad982879ebd06b5281bf825a
7258Author: Wolfgang Denk <wd@pollux.denx.de>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02007259Date: Tue Oct 24 14:27:35 2006 +0200
Stefan Roese5c34eee2006-10-12 07:04:24 +02007260
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007261 Add AT32AP CPU and AT32AP7000 SoC support
7262 Patch by Haavard Skinnemoen, 06 Sep 2006
Ben Warrenb985b5d2006-10-26 14:38:25 -04007263
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007264 This patch adds support for the AT32AP CPU family and the AT32AP7000
7265 chip, which is the first chip implementing the AVR32 architecture.
Ben Warrenb985b5d2006-10-26 14:38:25 -04007266
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007267 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":
Ben Warrenb985b5d2006-10-26 14:38:25 -04007270
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007271 http://www.atmel.com/dyn/resources/prod_documents/doc32001.pdf
Ben Warrenb985b5d2006-10-26 14:38:25 -04007272
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007273 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:
Ben Warrenb985b5d2006-10-26 14:38:25 -04007277
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007278 http://www.atmel.com/dyn/resources/prod_documents/doc32003.pdf
Ben Warrenb985b5d2006-10-26 14:38:25 -04007279
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007280 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
Stefan Roese752d6832006-10-11 16:57:01 +02007281
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007282commit 7b64fef33c66be648826c0ff9758298ef13d0604
7283Author: Wolfgang Denk <wd@pollux.denx.de>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02007284Date: Tue Oct 24 14:21:16 2006 +0200
Stefan Roese2255b2d2006-10-10 12:36:02 +02007285
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007286 Add AVR32 architecture support
7287 Patch by Haavard Skinnemoen, 6 Sep 2006 16:23:02 +0200
Ben Warrenb985b5d2006-10-26 14:38:25 -04007288
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007289 This patch adds common infrastructure code for the Atmel AVR32
7290 architecture. See doc/README.AVR32 for details.
Ben Warrenb985b5d2006-10-26 14:38:25 -04007291
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007292 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
Stefan Roese1a1b7372006-10-09 12:55:38 +02007293
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007294commit 2da2d9a4766063b9848f3a35ad6025499cf87265
7295Author: Wolfgang Denk <wd@pollux.denx.de>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02007296Date: Tue Oct 24 13:57:33 2006 +0200
Wolfgang Denkd262a922006-10-09 12:50:41 +02007297
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007298 Use -g instead of -gstabs in AFLAGS_DEBUG
7299 Patch by Haavard Skinnemoen, 30 Aug 2006
Ben Warrenb985b5d2006-10-26 14:38:25 -04007300
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007301 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.
Wolfgang Denkd82718f2006-10-09 01:26:14 +02007305
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007306commit 965829872169c2996023840d98e1d85ad148d629
7307Author: Wolfgang Denk <wd@pollux.denx.de>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02007308Date: Tue Oct 24 13:55:18 2006 +0200
Wolfgang Denk1d92b2e2006-10-09 01:07:53 +02007309
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007310 Fix/workaround broken dependency handling with make 3.81
7311 Based on patch by Haavard Skinnemoen, 29 Aug 2006 11:20:39 +0200
Wolfgang Denk2b208f52006-10-09 01:02:05 +02007312
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007313commit 8318fbf8cc30418b621ea9f39b84b4c1a08f003a
7314Author: Marian Balakowicz <m8@semihalf.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02007315Date: Mon Oct 23 22:17:05 2006 +0200
Wolfgang Denk511d0c72006-10-09 00:42:01 +02007316
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007317 Fix sequoia separate object direcory building problems.
Wolfgang Denk8d4ac792006-10-09 00:35:30 +02007318
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007319commit 3dfa9cfdcee78b30da3432318b32821ffabe974b
7320Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02007321Date: Fri Oct 20 17:16:35 2006 -0500
Wolfgang Denkac611702006-09-20 23:47:49 +02007322
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007323 Use generic I2C register block on 85xx and 86xx.
Ben Warrenb985b5d2006-10-26 14:38:25 -04007324
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007325 Replace private IMMAP I2C structures with generic reg block
7326 and allow 86xx to have multiple I2C device busses.
Ben Warrenb985b5d2006-10-26 14:38:25 -04007327
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007328 Signed-off-by: Jon Loeliger <jdl@freescale.com>
Marian Balakowicz72997122006-10-03 20:28:38 +02007329
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007330commit f5012827df11ca0c9be1df5f8b153e188dc2fa7c
7331Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02007332Date: Fri Oct 20 15:54:34 2006 -0500
Stefan Roese56fb6ba2006-10-04 07:12:49 +02007333
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007334 Fix compilation warnings on a few 85xx boards.
Ben Warrenb985b5d2006-10-26 14:38:25 -04007335
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007336 Signed-off-by: Jon Loeliger <jdl@freescale.com>
Stefan Roesed3733252006-10-04 07:12:27 +02007337
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007338commit 2047672684cf85cb6f96a1fbc993180aaaf19a99
7339Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02007340Date: Fri Oct 20 15:50:15 2006 -0500
Wolfgang Denkaeec7822006-09-13 10:47:05 +02007341
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007342 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.
Ben Warrenb985b5d2006-10-26 14:38:25 -04007346
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007347 Signed-off-by: Jon Loeliger <jdl@freescale.com>
Wolfgang Denkd214fbb2006-09-13 10:29:32 +02007348
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007349commit 4d45f69e362b05892c9e92a7907e5820995612aa
7350Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02007351Date: Thu Oct 19 12:02:24 2006 -0500
Stefan Roese854bc8d2006-09-13 13:51:58 +02007352
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007353 Rewrite a series of goto statements as a sequences of
7354 conditional expressions instead.
Ben Warrenb985b5d2006-10-26 14:38:25 -04007355
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007356 Use consistent return code 0/-1 for good/bad indicators.
Ben Warrenb985b5d2006-10-26 14:38:25 -04007357
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007358 Include one fewer file if the driver isn't used at all.
Ben Warrenb985b5d2006-10-26 14:38:25 -04007359
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007360 Signed-off-by: Jon Loeliger <jdl@freescale.com>
Stefan Roesed12ae802006-09-12 20:19:10 +02007361
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007362commit 7237c033b02fe295880435f1eb80819a0c987532
7363Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02007364Date: Thu Oct 19 11:02:16 2006 -0500
Stefan Roesea73c8db2006-09-12 08:49:07 +02007365
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007366 Moved i2c driver out of cpu/mpc86xx/i2c.c into drivers/fsl_i2c.c
Ben Warrenb985b5d2006-10-26 14:38:25 -04007367
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007368 in an effort to begin to unify the umpteen FSL I2C drivers that
7369 are all otherwise very similar.
Ben Warrenb985b5d2006-10-26 14:38:25 -04007370
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007371 Signed-off-by: Jon Loeliger <jdl@freescale.com>
Wolfgang Denka87d46f2006-09-13 10:23:06 +02007372
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007373commit 13a7fcdf37f6ea9429ae04c9df67f893364cfe4b
7374Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02007375Date: Thu Oct 19 11:33:52 2006 -0500
Marian Balakowiczbaf31242006-09-07 17:25:40 +02007376
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007377 * Fix a bunch of compiler warnings for gcc 4.0
Ben Warrenb985b5d2006-10-26 14:38:25 -04007378
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007379 Signed-off-by: Matthew McClintock <msm@freescale.com>
Marian Balakowicz5e090542006-09-07 12:12:20 +02007380
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02007381commit af9e1f5b9e6f9ce810f5e8bf2961c9542a5865c2
7382Author: Stefan Roese <sr@denx.de>
7383Date: 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
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007388commit 5f3249a0a168e446a4cc9669b2bce0bc456f0a09
7389Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02007390Date: Fri Oct 13 16:47:53 2006 -0500
Marian Balakowicz4f0645e2006-09-07 12:05:53 +02007391
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007392 Fixed leading whitespace issues.
7393 Removed spurious LAWAR thing.
Ben Warrenb985b5d2006-10-26 14:38:25 -04007394
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007395 Signed-off-by: Jon Loeliger <jdl@freescale.com>
Stefan Roese2d658962006-09-07 13:09:53 +02007396
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007397commit 0ee90cb77e01d6e8ccd37e1bd96678597875c391
7398Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02007399Date: Thu Oct 12 10:42:36 2006 -0500
Stefan Roeseefa20582006-09-07 12:48:49 +02007400
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007401 Remove unneeded include files and local variable.
Ben Warrenb985b5d2006-10-26 14:38:25 -04007402
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007403 Signed-off-by: Jon Loeliger <jdl@freescale.com>
Stefan Roese8cacfb82006-09-07 12:23:02 +02007404
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007405commit 1eaf3a5ff4960a46f3a9063568ba2af7883f07c5
7406Author: Grant Likely <grant.likely@secretlab.ca>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02007407Date: Tue Oct 10 00:23:32 2006 -0600
Stefan Roese887e2ec2006-09-07 11:51:23 +02007408
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007409 Fix possible uninitialized variable compiler warning.
Ben Warrenb985b5d2006-10-26 14:38:25 -04007410
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007411 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.
Ben Warrenb985b5d2006-10-26 14:38:25 -04007416
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007417 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Wolfgang Denk0dab03b2006-09-06 23:29:15 +02007418
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007419commit 7376eb87aaa601f728f9b8e5e9cd2711a67f529e
7420Author: Matthew McClintock <msm@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02007421Date: Wed Oct 11 15:13:01 2006 -0500
Wolfgang Denkf60ba0d2006-09-04 02:01:27 +02007422
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007423 * Fix a bunch of compiler warnings for gcc 4.0
Ben Warrenb985b5d2006-10-26 14:38:25 -04007424
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007425 Signed-off-by: Matthew McClintock <msm@freescale.com>
Wolfgang Denk6741ae92006-09-04 01:03:57 +02007426
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007427commit bf651baa365e5447246aad6a633ccd667cf24a39
7428Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02007429Date: Wed Oct 11 10:10:43 2006 -0500
Marian Balakowiczf9328632006-09-01 19:49:50 +02007430
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007431 Move "ar" flags to config.mk to allow for silent "make -s"
Marian Balakowicz24d3d372006-09-01 19:47:42 +02007432
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007433commit 1fd5699a4a24f5c1dab1b32f480bace1ebb9fc3e
7434Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02007435Date: Tue Oct 10 17:19:03 2006 -0500
Marian Balakowicz66080432006-09-01 19:46:22 +02007436
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007437 Coding style changes to remove local varible blocks
7438 and reformat a bit nicer.
Marian Balakowicz4c15ef52006-09-01 19:44:05 +02007439
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007440commit 8b283dbb3a08d1b8d406bc15f119e081b3e2606a
7441Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02007442Date: Tue Oct 10 17:16:04 2006 -0500
Wolfgang Denk360b4102006-09-03 18:17:46 +02007443
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007444 Fix whitespace issues.
Detlev Zundel2c051652006-09-01 15:39:02 +02007445
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007446commit 7b382b7125f2397cce63253df62f183e3dfa2770
7447Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02007448Date: Tue Oct 10 17:14:45 2006 -0500
Detlev Zundel2c051652006-09-01 15:39:02 +02007449
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007450 Fix whitespace issues.
Detlev Zundel2c051652006-09-01 15:39:02 +02007451
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007452commit e10390ddd736b0dad1528eec4b0fe35c0827139a
7453Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02007454Date: Tue Oct 10 17:06:53 2006 -0500
Detlev Zundel2c051652006-09-01 15:39:02 +02007455
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007456 Fix whitespace issues.
Wolfgang Denk7d0432c2006-08-31 16:46:53 +02007457
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007458commit 89875e96ba3f023157bf50d5f8e33bf254964a76
7459Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02007460Date: Tue Oct 10 17:03:43 2006 -0500
Wolfgang Denke8143e72006-08-30 23:09:00 +02007461
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007462 Ran lindent and cleaned up whitespace issues.
7463 Format for 80-columns too.
Wolfgang Denk0fd30252006-08-30 23:02:10 +02007464
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007465commit 333961ae7095fc66d8a041fce1ac9ee873b09d86
7466Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02007467Date: Tue Oct 10 17:02:22 2006 -0500
Stefan Roese2b393b02006-08-29 08:05:15 +02007468
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007469 Fix whitespace and 80-col issues.
Stefan Roesef5577aa2006-08-29 08:04:32 +02007470
Wolfgang Denk8d9a8612006-11-30 01:54:07 +01007471commit 5c912cb1c31266c66ca59b36f9b6f87296421d75
7472Author: Stefan Roese <sr@denx.de>
7473Date: 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
7478commit 5bc528fa4da751d472397b308137238a6465afd2
7479Author: Stefan Roese <sr@denx.de>
7480Date: 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
7485commit 77d5034847d328753b80c46b83f960a14a26f40e
7486Author: Stefan Roese <sr@denx.de>
7487Date: 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
7492commit f3443867e90d2979a7dd1c65b0d537777e1f9850
7493Author: Stefan Roese <sr@denx.de>
7494Date: 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
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007499commit f55df18187e7a45cb73fec4370d12135e6691ae1
7500Author: John Traill <john.traill@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02007501Date: Fri Sep 29 08:23:12 2006 +0100
Wolfgang Denk21a9cc02006-08-29 10:49:11 +02007502
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007503 Fix missing tCycle/modfreq calculation.
Ben Warrenb985b5d2006-10-26 14:38:25 -04007504
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007505 Signed-off-by: John Traill <john.traill@freescale.com>
Wolfgang Denk16850912006-08-27 18:10:01 +02007506
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007507commit 8272dc2f58f2473d8995fcc9b916440cfba080f0
7508Author: Andy Fleming <afleming@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02007509Date: Wed Sep 13 10:33:35 2006 -0500
Wolfgang Denk113f64e2006-08-25 01:38:04 +02007510
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007511 Updated config headers to add default FDT-based booting
Bartlomiej Siekaddde6b72006-08-22 10:38:18 +02007512
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007513commit 09f3e09e9ebcfa7919ca8931a4b5504fadd1f1d3
7514Author: Andy Fleming <afleming@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02007515Date: Wed Sep 13 10:34:18 2006 -0500
Wolfgang Denked1cf842006-08-24 00:26:42 +02007516
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007517 Add support for eTSEC 3 & 4 on 8548 CDS
Ben Warrenb985b5d2006-10-26 14:38:25 -04007518
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007519 * 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
Marian Balakowicz6d3bc9b2006-08-18 19:14:46 +02007523
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007524commit 084d648b109c8984f83674043c1a7fa3885ef801
7525Author: Andy Fleming <afleming@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02007526Date: Wed Sep 13 10:33:56 2006 -0500
Rafal Jaworowski6fe16a82006-08-18 10:39:11 +02007527
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007528 Added code to support 2.6.18 PCI changes in u-boot
Ben Warrenb985b5d2006-10-26 14:38:25 -04007529
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007530 * Added code to swizzle the IRQ map for the PCI
Wolfgang Denk94568b62006-08-14 23:23:06 +02007531
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007532commit afbdc649f8751e4f4f1a6f527edfe139773f2c15
7533Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02007534Date: Tue Sep 19 09:34:10 2006 -0500
Wolfgang Denk2f6fa462006-08-14 23:17:47 +02007535
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007536 Modified makefile for new build mechanism.
Ben Warrenb985b5d2006-10-26 14:38:25 -04007537
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007538 Signed-off-by: Jon Loeliger <jdl@freescale.com>
Wolfgang Denkddd5d9d2006-08-14 22:43:13 +02007539
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007540commit d14ba6a798beb753e7a864500414fcc2d198b8bc
7541Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02007542Date: Thu Sep 14 08:40:36 2006 -0500
Wolfgang Denk80f0c0f2006-08-14 22:05:26 +02007543
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007544 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.
Ben Warrenb985b5d2006-10-26 14:38:25 -04007548
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007549 Signed-off-by: Jon Loeliger <jdl@freescale.com>
Wolfgang Denkd689e342006-08-14 21:18:21 +02007550
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007551commit 88c8f4921fc47fb0eb2384b16586f1bd7f275be7
7552Author: Zhang Wei <wei.zhang@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02007553Date: Mon Aug 28 14:25:31 2006 +0800
Wolfgang Denk0a0f3a42006-08-17 10:48:36 +02007554
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007555 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.
Ben Warrenb985b5d2006-10-26 14:38:25 -04007557
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007558 Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
7559 (cherry picked from 2f15776ccc6dc32377d8ba9652b8f58059c27c6d commit)
Wolfgang Denk6183bb92006-08-17 00:50:26 +02007560
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007561commit 9bff7a69a885adebbd2bd45990494ec4cf998a30
7562Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02007563Date: Tue Aug 29 11:05:09 2006 -0500
Wolfgang Denk463764c2006-08-17 00:36:51 +02007564
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007565 Remove trailing empty lines.
Stefan Roesed8f961b2006-08-07 15:08:44 +02007566
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007567commit cd6d73d5b895a5935ac4fde0a356288142a584e0
7568Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02007569Date: Tue Aug 29 09:48:49 2006 -0500
Stefan Roese4f92ed52006-08-07 14:33:32 +02007570
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007571 Remove bogus msync and use volatile asm.
Stefan Roese9ede3cc2006-08-07 14:31:21 +02007572
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007573commit 778d45049ce5927b65b3ff1d8e6692b654bdd49e
7574Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02007575Date: Tue Aug 29 08:17:14 2006 -0500
Stefan Roesee335496a2006-08-07 14:29:04 +02007576
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007577 Add myself as maintainer for MPC8641HPCN.
Rafal Jaworowski36b904a2006-08-11 12:35:52 +02007578
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007579commit 2f15776ccc6dc32377d8ba9652b8f58059c27c6d
7580Author: Zhang Wei <wei.zhang@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02007581Date: Mon Aug 28 14:25:31 2006 +0800
Wolfgang Denkd8519dc2006-08-11 17:33:42 +02007582
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007583 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.
Ben Warrenb985b5d2006-10-26 14:38:25 -04007585
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007586 Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
Wolfgang Denk015c2002006-08-11 17:29:38 +02007587
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007588commit 5567806b67d0ae83493aa8823ad3b6c914f581d7
7589Author: Haiying Wang <haiying.wang@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02007590Date: Fri Aug 25 14:38:34 2006 -0400
Rafal Jaworowski692519b2006-08-10 12:43:17 +02007591
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007592 Change ramdiskaddr and dtbaddr
7593 Remove PEX fluff commands.
Ben Warrenb985b5d2006-10-26 14:38:25 -04007594
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007595 Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
7596 Signed-off-by: Jon Loeliger <jdl@freescale.com>
Wolfgang Denka3d91812006-08-10 01:58:22 +02007597
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007598commit b2b78421d9db49c21a821af8a19c21c1f7dfb29e
7599Author: Matthew McClintock <msm@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02007600Date: Wed Aug 23 13:32:45 2006 -0500
Bartlomiej Siekae51aae32006-08-03 23:20:13 +02007601
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007602 * Another small fix for booting with disable_of
Ben Warrenb985b5d2006-10-26 14:38:25 -04007603
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007604 Signed-off-by: Matthew McClintock <msm@freescale.com>
Wolfgang Denk6587f7e2006-08-07 20:28:05 +02007605
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007606commit 4a7cc0f21918e6ecf07ed57075d67df2c4a1299c
7607Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02007608Date: Wed Aug 23 11:04:43 2006 -0500
Stefan Roesea2c95a72006-07-28 18:34:58 +02007609
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007610 Cleanup and lindent new AHCI driver.
Stefan Roese193dd952006-07-27 16:14:05 +02007611
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007612commit dabf9ef8c10b4dead5ef2106ef742b1c06b542de
7613Author: Jin Zhengxiong <jason@bus.ap.freescale.net>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02007614Date: Wed Aug 23 19:15:12 2006 +0800
Stefan Roese3ca91222006-07-27 16:11:19 +02007615
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007616 Add AHCI define and sata support for MPC8641HPCN board.
Ben Warrenb985b5d2006-10-26 14:38:25 -04007617
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007618 Signed-off-by:Jason Jin<jason.jin@freescale.com>
Wolfgang Denk4c4aca82006-07-26 10:33:37 +02007619
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007620commit 4782ac80b02f0d01afd309e2200dd3c7037f2ba4
7621Author: Jin Zhengxiong <jason@bus.ap.freescale.net>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02007622Date: Wed Aug 23 19:10:44 2006 +0800
Wolfgang Denk4819fad2006-07-23 22:40:51 +02007623
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007624 Add AHCI support to u-boot
Ben Warrenb985b5d2006-10-26 14:38:25 -04007625
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007626 Add AHCI support in u-boot, enable the sata disk controllers which
7627 following the AHCI protocol.
Ben Warrenb985b5d2006-10-26 14:38:25 -04007628
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007629 Signed-off-by:Jason Jin<jason.jin@freescale.com>
Wolfgang Denkfd279962006-07-22 21:45:49 +02007630
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007631commit d8ea2acf5f137cae99417df4f573d036ee384668
7632Author: Zhang Wei <wei.zhang@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02007633Date: Wed Aug 23 17:54:32 2006 +0800
Wolfgang Denk135ae002006-07-22 01:20:03 +02007634
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007635 Add dtb boot-up parameter to default boot commands.
Ben Warrenb985b5d2006-10-26 14:38:25 -04007636
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007637 Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
Wolfgang Denk966083e2006-07-21 15:24:56 +02007638
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007639commit b93775c2036b99baa390ea425c4771895bbc63c4
7640Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02007641Date: Tue Aug 22 18:26:08 2006 -0500
Wolfgang Denk144f7792006-07-21 15:21:40 +02007642
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007643 Cleanup even more poorly introduced whitespace.
Wolfgang Denkb9365a22006-07-21 11:56:05 +02007644
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007645commit ae6241685cbcf0c79a3636530d2ceab1fb291a94
7646Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02007647Date: Tue Aug 22 18:07:00 2006 -0500
Wolfgang Denk87a5c732006-07-21 11:38:33 +02007648
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007649 Cleanup more poorly introduced whitespace.
Wolfgang Denk029b6dc2006-07-21 11:37:40 +02007650
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007651commit 2c33e8a1c535b3ae91cf0b284480600bf3f57c57
7652Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02007653Date: Tue Aug 22 17:54:05 2006 -0500
Wolfgang Denkb9365a22006-07-21 11:56:05 +02007654
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007655 Cleanup poorly introduced whitespace.
Wolfgang Denkb9365a22006-07-21 11:56:05 +02007656
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007657commit 80e955c7dd98f4b4fd23c2113caf75ed2b77b5b3
7658Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02007659Date: Tue Aug 22 12:25:27 2006 -0500
Wolfgang Denkb9365a22006-07-21 11:56:05 +02007660
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007661 General indent and whitespace cleanups.
Wolfgang Denke6446702006-07-21 11:30:18 +02007662
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007663commit ffff3ae56f5842ca3679e4ce7922b819a87aad9f
7664Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02007665Date: Tue Aug 22 12:06:18 2006 -0500
Wolfgang Denk53dd6ce2006-07-21 11:29:20 +02007666
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007667 General indent and whitespace cleanups.
Wolfgang Denk0352f172006-07-21 11:24:47 +02007668
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007669commit 41a0e8b304d3ff55fe27a230507aac79684016ac
7670Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02007671Date: Tue Aug 22 10:42:21 2006 -0500
Wolfgang Denk311d8022006-07-21 11:20:46 +02007672
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007673 Cleanup compiler warnings.
Wolfgang Denk5078cce2006-07-21 11:16:34 +02007674
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007675commit 5de62c47a8628b3da4d73f7c07027f32a3342d40
7676Author: Matthew McClintock <msm@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02007677Date: Tue Aug 22 09:31:59 2006 -0500
Wolfgang Denk5078cce2006-07-21 11:16:34 +02007678
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007679 Fix disable_of booting
Ben Warrenb985b5d2006-10-26 14:38:25 -04007680
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007681 Signed-off-by: Matthew McClintock <msm@freescale.com>
Wolfgang Denk978b1092006-07-19 18:01:38 +02007682
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007683commit 87a449c8ac396420cb24260f717ea9e6faa82047
7684Author: Matthew McClintock <msm@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02007685Date: Tue Aug 22 09:23:55 2006 -0500
Wolfgang Denk45a212c2006-07-19 17:52:30 +02007686
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007687 Support for FDT in uImage format, error when using FDT from flash
Ben Warrenb985b5d2006-10-26 14:38:25 -04007688
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007689 Signed-off-by: Matthew McClintock <msm@freescale.com>
Wolfgang Denkbd3143f2006-07-19 14:49:35 +02007690
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007691commit 75c299c38369d01addd5e054b8a16217b70f4a86
7692Author: Haiying Wang <haiying.wang@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02007693Date: Tue Aug 15 15:12:55 2006 -0400
Wolfgang Denkedd0b502006-07-19 14:44:03 +02007694
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007695 Unlock cache before kernel starts up for MPC86xx
Wolfgang Denkc786f422006-07-19 14:40:43 +02007696
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007697commit 67256678f00c09b0a7f19e862e5c1847553d31bc
7698Author: Haiying Wang <haiying.wang@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02007699Date: Tue Aug 15 15:13:15 2006 -0400
Wolfgang Denkd053ce62006-07-19 14:23:12 +02007700
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007701 Copy Global Data Pointer to r29 for DECLARE_GLOBAL_DATA_PTR
Wolfgang Denk89366012006-07-19 14:16:38 +02007702
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007703commit 1c8f6d8fb028f156094d05f2d14298e6479364ac
7704Author: Haiying Wang <haiying.wang@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02007705Date: Tue Aug 15 15:12:55 2006 -0400
Wolfgang Denk5a3dfef2006-07-19 14:13:02 +02007706
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007707 Unlock cache before kernel starts up for MPC86xx
Wolfgang Denk0de7fa52006-07-19 14:07:21 +02007708
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007709commit 0d9ccc55edf9a7f3c5b2b6263580a6ea8d702a04
7710Author: Haiying Wang <haiying.wang@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02007711Date: Tue Aug 15 15:13:15 2006 -0400
Wolfgang Denkb87dfd22006-07-19 13:50:38 +02007712
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007713 Copy Global Data Pointer to r29 for DECLARE_GLOBAL_DATA_PTR
Wolfgang Denkf3e06df2006-07-18 17:44:19 +02007714
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007715commit 86c8e17f25e972a7e272950a0735fad84e082b88
7716Author: Matthew McClintock <msm@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02007717Date: Wed Aug 16 13:59:47 2006 -0500
Bartlomiej Siekaf88a0ae2006-07-13 15:32:16 +02007718
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007719 * Fix disable_of booting
Ben Warrenb985b5d2006-10-26 14:38:25 -04007720
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007721 Signed-off-by: Matthew McClintock <msm@freescale.com>
Wolfgang Denkdbba3992006-07-13 22:32:45 +02007722
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007723commit 25c751e9adc86e22fe3b5b47cf2806379b575db7
7724Author: Matthew McClintock <msm@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02007725Date: Wed Aug 16 10:54:09 2006 -0500
Wolfgang Denkdbba3992006-07-13 22:32:45 +02007726
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007727 * Support for FDT in uImage format, error when using FDT from flash
Ben Warrenb985b5d2006-10-26 14:38:25 -04007728
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007729 Signed-off-by: Matthew McClintock <msm@freescale.com>
Wolfgang Denkb87dfd22006-07-19 13:50:38 +02007730
Wolfgang Denk8d9a8612006-11-30 01:54:07 +01007731commit 899620c2d66d4eef3b2a0034d062e71d45d886c9
7732Author: Stefan Roese <sr@denx.de>
7733Date: 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
7739commit f0ff4692ff3372dec55074a8eb444943ab095abb
7740Author: Stefan Roese <sr@denx.de>
7741Date: 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
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007746commit fecf1c7e4de1b2779edc18742b91c22bdc32b68b
7747Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02007748Date: Mon Aug 14 15:33:38 2006 -0500
Wolfgang Denk87791f32006-07-11 00:23:54 +02007749
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007750 Fix BAT0 to actually be cacheable, non-guarded as documented.
Ben Warrenb985b5d2006-10-26 14:38:25 -04007751
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007752 Signed-off-by: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk985b9502006-07-10 23:22:43 +02007753
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007754commit 40bc83559db5745681909fd7382ae509567e116d
7755Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02007756Date: Wed Aug 9 15:32:16 2006 -0500
Wolfgang Denk9d407992006-07-10 23:07:28 +02007757
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007758 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.
Ben Warrenb985b5d2006-10-26 14:38:25 -04007761
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007762 Signed-off-by: Jon Loeliger <jdl@freescale.com>
Marian Balakowiczedd6cf22006-07-06 21:17:24 +02007763
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007764commit 34c3c0e01dbf1f8cc2bd08de92f2b89ba84921eb
7765Author: Matthew McClintock <msm@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02007766Date: Wed Jun 28 10:47:03 2006 -0500
Wolfgang Denkcaaeaf92006-07-05 10:42:14 +02007767
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007768 * Switched default PCI speed for 8540 ADS back to 33MHz
Ben Warrenb985b5d2006-10-26 14:38:25 -04007769
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007770 * Added comments and a printf to warn that PCI-X won't
7771 work at 33MHz
7772 Patch by Andy Fleming 17-Mar-2006
Ben Warrenb985b5d2006-10-26 14:38:25 -04007773
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007774 Signed-off-by: Andy Fleming <afleming@freescale.com>
Marian Balakowiczce05de22006-07-04 08:47:23 +02007775
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007776commit b6c5e1373b6ea0bb37a18e4aeecec00613d1cd39
7777Author: Matthew McClintock <msm@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02007778Date: Wed Jun 28 10:46:35 2006 -0500
Marian Balakowiczd19206b2006-07-04 01:27:46 +02007779
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007780 * Fixed a bug where 8555 PCI code used the old variable and function names Patch by Andy Fleming 17-Mar-2006
Ben Warrenb985b5d2006-10-26 14:38:25 -04007781
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007782 Signed-off-by: Andy Fleming <afleming@freescale.com>
Marian Balakowiczfbb0b552006-07-04 00:55:47 +02007783
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007784commit bf1dfffd8c26f8ecdd630a0ae4c834e751e4e452
7785Author: Matthew McClintock <msm@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02007786Date: Wed Jun 28 10:46:13 2006 -0500
Marian Balakowiczfe84b482006-07-03 23:42:36 +02007787
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007788 * Added VIA configuration table
Ben Warrenb985b5d2006-10-26 14:38:25 -04007789
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007790 * Added support for PCI2 on CDS
7791 Patch by Andy Fleming 17-Mar-2006
Ben Warrenb985b5d2006-10-26 14:38:25 -04007792
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007793 Signed-off-by: Andy Fleming <afleming@freescale.com>
Marian Balakowiczbba68372006-06-30 18:35:04 +02007794
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007795commit c88f9fe66b64247e5b6a38410ba315ca25596d16
7796Author: Matthew McClintock <msm@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02007797Date: Wed Jun 28 10:45:41 2006 -0500
Marian Balakowicz971a5dd2006-06-30 18:23:06 +02007798
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007799 * Fixed PCI memory definitions Patch by Andy Fleming 17-Mar-2006
Ben Warrenb985b5d2006-10-26 14:38:25 -04007800
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007801 Signed-off-by: Andy Fleming <afleming@freescale.com>
Wolfgang Denk3f7a63e2006-06-30 20:16:37 +02007802
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007803commit 97074ed9655309b64231bc2cee69fe85399f8055
7804Author: Matthew McClintock <msm@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02007805Date: Wed Jun 28 10:45:17 2006 -0500
Wolfgang Denk3f7a63e2006-06-30 20:16:37 +02007806
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007807 * Added support for initializing second PCI bus on 85xx Patch by Andy Fleming 17-Mar-2006
Ben Warrenb985b5d2006-10-26 14:38:25 -04007808
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007809 Signed-off-by: Andy Fleming <afleming@freescale.com>
Wolfgang Denka63c31c2006-06-26 10:54:52 +02007810
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007811commit f0e6f57f71b3c4fdd13028eb03c3f3e91926dda2
7812Author: Matthew McClintock <msm@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02007813Date: Wed Jun 28 10:44:49 2006 -0500
Heiko Schochercb0fdf32006-05-03 08:34:03 +02007814
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007815 * Added PCI-X #defines for PCI-X initialization Patch by Andy Fleming on 17-Mar-2006
Ben Warrenb985b5d2006-10-26 14:38:25 -04007816
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007817 Signed-off-by: Andy Fleming <afleming@freescale.com>
Wolfgang Denkf73e73b2006-06-20 00:12:59 +02007818
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007819commit a4e11558b810ef2cddffdf7b9d86bc1130441960
7820Author: Matthew McClintock <msm@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02007821Date: Wed Jun 28 10:44:23 2006 -0500
Wolfgang Denkb87dfd22006-07-19 13:50:38 +02007822
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007823 * 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
Ben Warrenb985b5d2006-10-26 14:38:25 -04007824
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007825 Signed-off-by: Andy Fleming <afleming@freescale.com>
Wolfgang Denk0c32d962006-06-16 17:32:31 +02007826
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007827commit 0e16387db1d4aacd5bf35cb6d7c1942765c0347b
7828Author: Matthew McClintock <msm@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02007829Date: Wed Jun 28 10:43:36 2006 -0500
Wolfgang Denkc12cffc2006-06-16 17:04:45 +02007830
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007831 * Add Flat Dev Tree construction for MPC85xx ADS and CDS boards Patch by Jon Loeliger 17-Jan-2006
Ben Warrenb985b5d2006-10-26 14:38:25 -04007832
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007833 Signed-off-by: Jon Loeliger <jdl@freescale.com>
Wolfgang Denkc12cffc2006-06-16 17:04:45 +02007834
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007835commit 855e6fb073f9d04fe4a7f06c107ecbac6344ddd4
7836Author: Matthew McClintock <msm@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02007837Date: Wed Jun 28 10:43:00 2006 -0500
Wolfgang Denkb87dfd22006-07-19 13:50:38 +02007838
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007839 * 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
Wolfgang Denk10af6d52006-06-16 16:53:06 +02007840
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007841commit 5498d90312aad9f6bdbf047986027c35b03cd163
7842Author: Matthew McClintock <msm@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02007843Date: Wed Jun 28 10:42:24 2006 -0500
Wolfgang Denk14d9ab32006-06-16 16:50:42 +02007844
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007845 * Patch to modify ft_build.c to update flat device trees in place Patch by Matthew McClintock 26-June-2006
Wolfgang Denk1ac7e172006-06-16 16:43:33 +02007846
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007847commit 0267768eddc5ca7bc1865bc40c866829ac5efbfe
7848Author: Matthew McClintock <msm@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02007849Date: Wed Jun 28 10:41:37 2006 -0500
Wolfgang Denkbc8bb6d2006-06-16 16:40:54 +02007850
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007851 * Modify bootm command to support booting with flat device trees Patch by Matthew McClintock 26-June-2006
Wolfgang Denkbc8bb6d2006-06-16 16:40:54 +02007852
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007853commit 8fc8bd2cc479b6cd188fdede4010e0e052970b8a
7854Author: John Traill <john.traill@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02007855Date: Wed Aug 9 14:33:50 2006 +0100
Wolfgang Denkcebd1fc2006-06-16 16:14:28 +02007856
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007857 Add Rapidio support for the MPC8641HPCN
Ben Warrenb985b5d2006-10-26 14:38:25 -04007858
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007859 Signed-off-by: John Traill <john.traill@freescale.com>
Wolfgang Denkcd65a3d2006-06-16 16:11:34 +02007860
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007861commit 91a414c7d1fb0eac912592cd995b30c9f23045c9
7862Author: John Traill <john.traill@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02007863Date: Tue Aug 8 11:32:43 2006 +0100
Wolfgang Denk4bdb53c2006-06-16 15:56:12 +02007864
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007865 Fix caslat calculation
Ben Warrenb985b5d2006-10-26 14:38:25 -04007866
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007867 Signed-off-by: John Traill <john.traill@freescale.com>
Wolfgang Denkb9fff8e2006-06-16 15:52:58 +02007868
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007869commit 709d3073e74153278e7904a70819bbef7df50e1a
7870Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02007871Date: Thu Aug 3 16:17:56 2006 -0500
Wolfgang Denk3e9a2992006-06-16 15:47:05 +02007872
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007873 Convert to mac-address in ethernet nodes.
Wolfgang Denke00f41e2006-06-16 15:45:03 +02007874
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007875commit 71748af833ca1017edf1415be376366ff2937d17
7876Author: Haiying Wang <haiying.wang@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02007877Date: Fri Jul 28 12:41:35 2006 -0400
Wolfgang Denk33322402006-06-16 15:40:48 +02007878
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007879 Correct the irq value of DUART2
Wolfgang Denk9e18a4b2006-06-14 16:48:18 +02007880
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007881commit 9cb3e8816ae4d854e7dc22128c3eea3d70bb982c
7882Author: Haiying Wang <haiying.wang@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02007883Date: Fri Jul 28 12:41:41 2006 -0400
Stefan Roesedf02bd12006-06-14 10:18:39 +02007884
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007885 Change the space size of PEX IO in README
Stefan Roeseed4633c2006-06-13 18:55:07 +02007886
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007887commit 239db37c94f7a92941c4465feceb867c609241c5
7888Author: Haiying Wang <haiying.wang@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02007889Date: Fri Jul 28 12:41:18 2006 -0400
Heiko Schocher9acb6262006-04-20 08:42:42 +02007890
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007891 Move get_board_sys_clk to board directory
Scott McNutt9cc83372006-06-08 13:37:39 -04007892
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007893commit 492900b985439fbce1a118afde1e35def870db03
7894Author: John Traill <john.traill@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02007895Date: Fri Jul 28 09:03:54 2006 +0100
Scott McNutt1f6ce8f2006-06-08 12:08:12 -04007896
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007897 Fix 8641HPCN pollution
Scott McNutt3d22d0b2006-06-08 12:03:21 -04007898
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007899commit 515ab8a62e8574e2babc6e8dcc43544ad221c5b2
7900Author: John Traill <john.traill@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02007901Date: Fri Jul 28 08:16:06 2006 +0100
Scott McNuttc2ced002006-06-08 11:59:57 -04007902
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007903 Fix 8641HPCN timebase
Wolfgang Denk5d7022b2006-06-09 21:19:21 +02007904
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007905commit c86360b830f1eecd7a72208575dde4f57879faea
7906Author: Zhang Wei <wei.zhang@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02007907Date: Fri Jul 28 00:01:34 2006 +0800
Wolfgang Denke461a242006-06-07 11:36:02 +02007908
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007909 Fixed OF device tree of mpc86xxhpcn board.
Ben Warrenb985b5d2006-10-26 14:38:25 -04007910
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007911 The changes works in with kernel irq mapping rework.
Ben Warrenb985b5d2006-10-26 14:38:25 -04007912
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007913 Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
Stefan Roese4526c872006-06-06 10:59:12 +02007914
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007915commit bea3f28d285942bf3f7ab339ce85178ded544225
7916Author: Haiying Wang <haiying.wang@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02007917Date: Wed Jul 12 10:48:05 2006 -0400
Wolfgang Denk2fd9eb52006-06-02 17:04:21 +02007918
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007919 Add support for reading and writing mac addresses to or from ID EEPROM.
Ben Warrenb985b5d2006-10-26 14:38:25 -04007920
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007921 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.
Ben Warrenb985b5d2006-10-26 14:38:25 -04007924
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007925 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).
Ben Warrenb985b5d2006-10-26 14:38:25 -04007928
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007929 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.
Ben Warrenb985b5d2006-10-26 14:38:25 -04007933
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007934 Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
7935 Signed-off-by: York Sun <yorksun@freescale.com>
Wolfgang Denk2fd9eb52006-06-02 17:04:21 +02007936
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007937commit fcb28e763415e0e4e66b0f45842d1557ae198e5e
7938Author: Jin Zhengxiong <Jason.Jin@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02007939Date: Thu Jul 13 10:35:10 2006 -0500
Wolfgang Denk62b8f542006-06-02 11:46:20 +02007940
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007941 Fixed initrd issue by define big RAM
Ben Warrenb985b5d2006-10-26 14:38:25 -04007942
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007943 Signed-off-by:Jason Jin <Jason.jin@freescale.com>
Wolfgang Denk392c2522006-05-30 23:32:44 +02007944
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007945commit e6cd2a1785d74ec3d30a86f1cb360be8de478151
7946Author: Jason Jin <Jason.jin@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02007947Date: Fri Jul 7 10:01:45 2006 -0500
Wolfgang Denkb9b24802006-05-30 17:45:30 +02007948
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007949 We made a u-boot patch to fix the hang up issue
7950 when booting filesystem from ramdisk.
Ben Warrenb985b5d2006-10-26 14:38:25 -04007951
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007952 Signed-off-by:Jason Jin <Jason.jin@freescale.com>
Wolfgang Denkba94a1b2006-05-30 15:56:48 +02007953
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007954commit 38433ccc5850ee70549af0b2bc5b920355ef5388
7955Author: Matthew McClintock <msm@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02007956Date: Wed Jun 28 10:47:03 2006 -0500
Stefan Roese5770a1e2006-05-18 19:21:53 +02007957
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007958 * 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
Ben Warrenb985b5d2006-10-26 14:38:25 -04007962
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007963 Signed-off-by: Andy Fleming <afleming@freescale.com>
Marian Balakowiczb62fa912006-05-17 12:18:48 +02007964
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007965commit e4c2a0eb0c3e3ffbf824800184ee42bdc99d5b19
7966Author: Matthew McClintock <msm@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02007967Date: Wed Jun 28 10:46:35 2006 -0500
Marian Balakowicz27333f82006-05-17 12:16:26 +02007968
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007969 * Fixed a bug where 8555 PCI code used the old variable and
7970 function names
7971 Patch by Andy Fleming 17-Mar-2006
Ben Warrenb985b5d2006-10-26 14:38:25 -04007972
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007973 Signed-off-by: Andy Fleming <afleming@freescale.com>
Stefan Roese56ced702006-05-15 15:11:20 +02007974
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007975commit cbfc7ce756b88eb26e5537bc7b625c445c6dcfac
7976Author: Matthew McClintock <msm@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02007977Date: Wed Jun 28 10:46:13 2006 -0500
Wolfgang Denk65165252006-05-15 13:52:51 +02007978
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007979 * Added VIA configuration table
7980 * Added support for PCI2 on CDS
7981 Patch by Andy Fleming 17-Mar-2006
Ben Warrenb985b5d2006-10-26 14:38:25 -04007982
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007983 Signed-off-by: Andy Fleming <afleming@freescale.com>
Wolfgang Denk8cba0902006-05-12 16:15:46 +02007984
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007985commit 52c7a68b8d587ebcf5a6b051b58b3d3ffa377ddc
7986Author: Matthew McClintock <msm@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02007987Date: Wed Jun 28 10:45:41 2006 -0500
Wolfgang Denk977b50f2006-05-10 17:43:20 +02007988
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007989 * Fixed PCI memory definitions
7990 Patch by Andy Fleming 17-Mar-2006
Ben Warrenb985b5d2006-10-26 14:38:25 -04007991
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007992 Signed-off-by: Andy Fleming <afleming@freescale.com>
Stefan Roese278bc4b2006-05-10 15:06:58 +02007993
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007994commit 087454609e47295443af793a282cddcd91a5f49c
7995Author: Matthew McClintock <msm@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02007996Date: Wed Jun 28 10:45:17 2006 -0500
Stefan Roesef90a3922006-05-10 15:01:40 +02007997
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02007998 * Added support for initializing second PCI bus on 85xx
7999 Patch by Andy Fleming 17-Mar-2006
Ben Warrenb985b5d2006-10-26 14:38:25 -04008000
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008001 Signed-off-by: Andy Fleming <afleming@freescale.com>
Stefan Roese512f8d52006-05-10 14:10:41 +02008002
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008003commit b636aaeb6fd516a442fb611bbeeddf3077a687fb
8004Author: Matthew McClintock <msm@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02008005Date: Wed Jun 28 10:44:49 2006 -0500
Stefan Roesed1dd22f2006-05-10 11:49:37 +02008006
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008007 * Added PCI-X #defines for PCI-X initialization
8008 Patch by Andy Fleming on 17-Mar-2006
Ben Warrenb985b5d2006-10-26 14:38:25 -04008009
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008010 Signed-off-by: Andy Fleming <afleming@freescale.com>
Stefan Roese77f63342006-05-10 11:28:48 +02008011
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008012commit 20abbc6fffa115690107cc942c7abf84bdc03a1b
8013Author: Matthew McClintock <msm@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02008014Date: Wed Jun 28 10:44:23 2006 -0500
Stefan Roese6080a0e2006-05-10 10:55:16 +02008015
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008016 * 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
Ben Warrenb985b5d2006-10-26 14:38:25 -04008019
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008020 Signed-off-by: Andy Fleming <afleming@freescale.com>
Wolfgang Denk4af099b2006-05-09 13:49:12 +02008021
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008022commit 40d5fa35d02df22580593bf0039ab173367e8ef0
8023Author: Matthew McClintock <msm@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02008024Date: Wed Jun 28 10:43:36 2006 -0500
Marian Balakowicz78b123c2006-05-09 11:54:44 +02008025
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008026 * Add Flat Dev Tree construction for MPC85xx ADS and CDS boards
8027 Patch by Jon Loeliger 17-Jan-2006
Ben Warrenb985b5d2006-10-26 14:38:25 -04008028
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008029 Signed-off-by: Jon Loeliger <jdl@freescale.com>
Marian Balakowicz6f5155a2006-05-09 11:51:51 +02008030
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008031commit be7e8b0cb5a0c49dc180075b96df296a893bf146
8032Author: Matthew McClintock <msm@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02008033Date: Wed Jun 28 10:43:00 2006 -0500
Marian Balakowiczb75ef852006-05-09 11:45:31 +02008034
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008035 * 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
Marian Balakowiczb4853b72006-05-09 11:43:59 +02008038
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008039commit 1b380ec225665e73959677f3893dc658c5925e05
8040Author: Matthew McClintock <msm@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02008041Date: Wed Jun 28 10:42:24 2006 -0500
Marian Balakowicz0c056f02006-05-09 11:37:13 +02008042
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008043 * Patch to modify ft_build.c to update flat device trees in place
8044 Patch by Matthew McClintock 26-June-2006
Marian Balakowicz483a0cf2006-05-09 11:28:36 +02008045
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008046commit 98a9c4d468a942a09ebe8979bec508017f3e4462
8047Author: Matthew McClintock <msm@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02008048Date: Wed Jun 28 10:41:37 2006 -0500
Wolfgang Denkf149d862006-05-05 00:59:28 +02008049
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008050 * Modify bootm command to support booting with flat device trees
8051 Patch by Matthew McClintock 26-June-2006
Kumar Gala8fe9bf62006-04-20 13:45:32 -05008052
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008053commit da012ab661fd4ab169dd7b9b32201a4df62cf34a
8054Author: Jin Zhengxiong <Jason.Jin@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02008055Date: Wed Jun 28 08:43:56 2006 -0500
Wolfgang Denk610cf362006-05-03 01:24:04 +02008056
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008057 Change Id to symbolic name for RTL8139
Ben Warrenb985b5d2006-10-26 14:38:25 -04008058
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008059 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
Wolfgang Denkda4849f2006-05-03 01:04:58 +02008060
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008061commit bc09cf3c2bfb8d54c659cbb332f79d0950982fd0
8062Author: Jin Zhengxiong-R64188 <Jason.Jin@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02008063Date: Tue Jun 27 18:12:10 2006 +0800
Wolfgang Denk983bebb2006-05-03 01:00:39 +02008064
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008065 Fix RTL8139 in big endian
Ben Warrenb985b5d2006-10-26 14:38:25 -04008066
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008067 signed-off-by: Jason Jin <Jason.Jin@freescale.com>
8068 signed-off-by: Wei Zhang <wei.zhang@freescale.com>
Wolfgang Denk983bebb2006-05-03 01:00:39 +02008069
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008070commit fcfb9a57947fc203b99fe81ab0578f7286261f9f
8071Author: Jin Zhengxiong-R64188 <Jason.Jin@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02008072Date: Tue Jun 27 18:12:23 2006 +0800
Wolfgang Denk8546e232006-05-02 00:11:25 +02008073
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008074 Fix Tsec bug when no link
Ben Warrenb985b5d2006-10-26 14:38:25 -04008075
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008076 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.
Ben Warrenb985b5d2006-10-26 14:38:25 -04008079
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008080 signed-off-by: Jason Jin <Jason.Jin@freescale.com>
Wolfgang Denk3577d3a2006-04-28 21:24:32 +02008081
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008082commit bd22c2b97514fbfb0e03bd9c72b3445e4dbd57e2
8083Author: Jin Zhengxiong-R64188 <Jason.Jin@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02008084Date: Tue Jun 27 18:12:02 2006 +0800
dzu@denx.de6ca24c62006-04-21 18:30:47 +02008085
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008086 Fix bug for io_bar size during pci scan
Ben Warrenb985b5d2006-10-26 14:38:25 -04008087
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008088 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.
Ben Warrenb985b5d2006-10-26 14:38:25 -04008091
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008092 Signed-off-by: Jason Jin <jason.jin@freescale.com>
dzu@denx.dea367d422006-04-19 11:52:46 +02008093
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008094commit fa7db9c377bc2353a17bf1d381d65a6c418728f0
8095Author: Jin Zhengxiong-R64188 <Jason.Jin@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02008096Date: Tue Jun 27 18:11:54 2006 +0800
Wolfgang Denk8419c012006-04-18 11:05:03 +02008097
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008098 Enable PCIE1 for MPC8641HPCN board
Ben Warrenb985b5d2006-10-26 14:38:25 -04008099
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008100 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
Wolfgang Denkcf48eb92006-04-16 10:51:58 +02008101
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008102commit 684623ce92c5fd32e7db2d6e016945a67c5ffaba
8103Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02008104Date: Thu Jun 22 08:51:46 2006 -0500
Wolfgang Denk27e166b2005-12-19 13:02:45 +01008105
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008106 Fix bug in 8641hpcn reset command with no args.
Ben Warrenb985b5d2006-10-26 14:38:25 -04008107
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008108 Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
8109 Acked-by: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk27e166b2005-12-19 13:02:45 +01008110
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008111commit 8be429a5ddbf0ebe2d94174ba58fcfc7a24285dc
8112Author: Zhang Wei <wei.zhang@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02008113Date: Tue Jun 20 17:47:15 2006 +0800
Wolfgang Denkb81a4632006-04-13 16:35:22 +02008114
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008115 Reworked IRQ mapping in OF-tree.
Wolfgang Denkb28a31c2006-04-12 12:26:32 +02008116
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008117commit 0e4c2a17ca34001ed36d259f13cb88ada4611a8c
8118Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02008119Date: Thu Jun 15 21:33:37 2006 -0500
Wolfgang Denkb28a31c2006-04-12 12:26:32 +02008120
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008121 Do not enable address translation on secondary CPUs.
8122 Do not set up BATs on secondary CPUs. Let Linux do the nasty.
Ben Warrenb985b5d2006-10-26 14:38:25 -04008123
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008124 Signed-off-by: Jon Loeliger <jdl@freescale.com>
Wolfgang Denkb28a31c2006-04-12 12:26:32 +02008125
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008126commit 8ecc971618f56029ad99d3516f8b297a6ed58971
8127Author: Jon Loeliger <jdl@jdl.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02008128Date: Wed Jun 7 10:53:55 2006 -0500
Wolfgang Denk5fbb2cd2006-04-06 11:35:18 +02008129
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008130 Fix a get_board_sys_clk() use-before-def warning.
Ben Warrenb985b5d2006-10-26 14:38:25 -04008131
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008132 Signed-off-by: Jon Loeliger <jdl@jdl.com>
Stefan Roese2662b402006-04-01 13:41:03 +02008133
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008134commit d9bf4858fca5aa4d651b283270f77da72ebadfd5
8135Author: Jon Loeliger <jdl@jdl.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02008136Date: Wed Jun 7 10:52:49 2006 -0500
Stefan Roese2662b402006-04-01 13:41:03 +02008137
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008138 Allow DTC path to be passed in.
Ben Warrenb985b5d2006-10-26 14:38:25 -04008139
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008140 Signed-off-by: Jon Loeliger <jdl@jdl.com>
Stefan Roese2662b402006-04-01 13:41:03 +02008141
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008142commit c83ae9ea6d93abbe751bf8a3396236a084e56f87
8143Author: Haiying Wang <haiying.wang@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02008144Date: Tue Jun 6 16:54:29 2006 -0400
Stefan Roese2662b402006-04-01 13:41:03 +02008145
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008146 Modify the IRQ of DUART2
Stefan Roese2662b402006-04-01 13:41:03 +02008147
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008148commit c934f655f9aeca70a5c5f88b465d9e9d57a8d22e
8149Author: Jon Loeliger <jdl@jdl.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02008150Date: Wed May 31 13:55:35 2006 -0500
Stefan Roese2662b402006-04-01 13:41:03 +02008151
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008152 Review cleanups.
Ben Warrenb985b5d2006-10-26 14:38:25 -04008153
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008154 Signed-off-by: Jon Loeliger <jdl@freescale.com>
Stefan Roese2662b402006-04-01 13:41:03 +02008155
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008156commit cb5965fb95b77a49f4e6af95248e0c849f4af03e
8157Author: Jon Loeliger <jdl@jdl.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02008158Date: Wed May 31 12:44:44 2006 -0500
Stefan Roese2662b402006-04-01 13:41:03 +02008159
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008160 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.
Ben Warrenb985b5d2006-10-26 14:38:25 -04008165
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008166 Signed-off-by: Jon Loeliger <jdl@freescale.com>
Stefan Roese35118532006-03-31 15:18:37 +02008167
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008168commit 3d5c5be547445dd3bd2eb7368d80df03ea437970
8169Author: Jon Loeliger <jdl@jdl.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02008170Date: Wed May 31 11:39:34 2006 -0500
Stefan Roese35118532006-03-31 15:18:37 +02008171
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008172 Removed unneeded local_bus_init() from 8641HPCN board.
Ben Warrenb985b5d2006-10-26 14:38:25 -04008173
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008174 Signed-off-by: Jon Loeliger <jdl@freescale.com>
Stefan Roese35118532006-03-31 15:18:37 +02008175
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008176commit 4d3d729c16c392d2982d3266b659d333c927697d
8177Author: Jon Loeliger <jdl@jdl.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02008178Date: Wed May 31 11:24:28 2006 -0500
Stefan Roese35118532006-03-31 15:18:37 +02008179
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008180 Moved mpc8641hpcn_board_reset() out of cpu/ into board/.
Ben Warrenb985b5d2006-10-26 14:38:25 -04008181
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008182 Signed-off-by: Jon Loeliger <jdl@freescale.com>
Stefan Roese35118532006-03-31 15:18:37 +02008183
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008184commit b2a941de060350ad15878d8219825f4950e9bb8e
8185Author: Jon Loeliger <jdl@jdl.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02008186Date: Wed May 31 10:07:28 2006 -0500
Wolfgang Denkdb28ddb2006-04-03 15:46:10 +02008187
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008188 Remove dead debug code.
Ben Warrenb985b5d2006-10-26 14:38:25 -04008189
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008190 Signed-off-by: Jon Loeliger <jdl@jdl.com>
Wolfgang Denk534ff672006-04-01 15:52:46 +02008191
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008192commit 126aa70f10ba3d20e0a6f4d32328250513b77770
8193Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02008194Date: Tue May 30 17:47:00 2006 -0500
Wolfgang Denk534ff672006-04-01 15:52:46 +02008195
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008196 Move mpc86xx PIXIS code to board directory
Ben Warrenb985b5d2006-10-26 14:38:25 -04008197
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008198 First cut at moving the PIXIS platform code out of
8199 the 86xx cpu directory and into board/mpc8641hpcn
8200 where it belongs.
Ben Warrenb985b5d2006-10-26 14:38:25 -04008201
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008202 Signed-off-by: Jon Loeliger <jdl@freescale.com>
Wolfgang Denkd87080b2006-03-31 18:32:53 +02008203
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008204commit 38cee12dcfcc257371c901c7e13e58ecab0a35d8
8205Author: Haiying Wang <Haiying.Wang@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02008206Date: Tue May 30 09:10:32 2006 -0500
Wolfgang Denkf6dbbe92006-03-25 18:42:54 +01008207
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008208 Improve "reset" command's interaction with watchdog.
Ben Warrenb985b5d2006-10-26 14:38:25 -04008209
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02008210 "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
Ben Warrenb985b5d2006-10-26 14:38:25 -04008213
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008214 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
Wolfgang Denk05d8dce2006-03-23 17:10:30 +01008215
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008216commit 70205e5a6ddc8528b11db9eb4d3fa0209d9fce2a
8217Author: Haiying Wang <Haiying.Wang@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02008218Date: Tue May 30 08:51:19 2006 -0500
Wolfgang Denk5725f942006-03-21 01:58:07 +01008219
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008220 Fix two SDRAM setup bugs.
Ben Warrenb985b5d2006-10-26 14:38:25 -04008221
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02008222 Fix ECC setup bug.
8223 Enable 1T/2T based on number of DIMMs present.
Ben Warrenb985b5d2006-10-26 14:38:25 -04008224
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008225 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
Wolfgang Denk0b6ba542006-03-19 01:01:51 +01008226
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008227commit d11fec5015334deb2010e36ce00bb118cc5429a5
8228Author: Haiying Wang <Haiying.Wang@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02008229Date: Fri May 26 10:24:48 2006 -0500
Marian Balakowiczd326f4a2006-03-16 15:19:35 +01008230
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008231 Add first draft of the MPC8641HPCN doc/README.
Ben Warrenb985b5d2006-10-26 14:38:25 -04008232
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008233 Signed-off-by: Jon Loeliger <jdl@jdl.com>
Marian Balakowicz97f98002006-03-16 14:35:32 +01008234
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008235commit ed45d6c930b5939718a87ee12e25cf9a05978d4a
8236Author: Haiying Wang <Haiying.Wang@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02008237Date: Fri May 26 10:13:04 2006 -0500
Marian Balakowicz991425f2006-03-14 16:24:38 +01008238
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008239 Added pci@8000 block.
8240 Updated ethernet interrupt mappings (moved up 48).
8241 Cleaned up a few comments.
Ben Warrenb985b5d2006-10-26 14:38:25 -04008242
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008243 Signed-off-by: Jon Loeliger <jdl@jdl.com>
Marian Balakowicz4c8d1ec2006-03-14 16:23:35 +01008244
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008245commit 3033ebb20fd7c372c7bca3c9955a4692bb2240b7
8246Author: Haiying Wang <Haiying.Wang@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02008247Date: Fri May 26 10:01:16 2006 -0500
Marian Balakowicz61f25152006-03-14 16:14:48 +01008248
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008249 Allow args on reset command.
Ben Warrenb985b5d2006-10-26 14:38:25 -04008250
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008251 Signed-off-by: Jon Loeliger <jdl@jdl.com>
Marian Balakowicz6d8ae5a2006-03-14 16:12:48 +01008252
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008253commit 14e37081ff3cac7ebe6e93836523429853b6b292
8254Author: Jon Loeliger <jdl@jdl.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02008255Date: Fri May 19 13:28:39 2006 -0500
Marian Balakowicze24e0f02006-03-14 16:03:46 +01008256
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008257 Change arbitration to round-robin for SMP linux.
Marian Balakowiczcd94ba32006-03-14 16:02:31 +01008258
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008259commit 9a655876e5995be80f49054e2509500e871e4d3a
8260Author: Jon Loeliger <jdl@jdl.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02008261Date: Fri May 19 13:26:34 2006 -0500
Marian Balakowicza7c66ad2006-03-14 16:01:25 +01008262
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008263 Enable dual DDR controllers and interleaving.
Marian Balakowicz6e53e272006-03-14 15:59:25 +01008264
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008265commit 586d1d5abd3e525f1e1d9b81e5a61a4da6b2fa3c
8266Author: Jon Loeliger <jdl@jdl.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02008267Date: Fri May 19 13:22:44 2006 -0500
Wolfgang Denk09e4b0c2006-03-17 11:42:53 +01008268
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008269 Update 86xx address map and LAWBARs.
Wolfgang Denkff7fefe2006-03-13 12:37:35 +01008270
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008271commit cccce5d0581bb0ba4602799a4b5112e58d1579cb
8272Author: Jon Loeliger <jdl@jdl.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02008273Date: Fri May 19 13:14:15 2006 -0500
Stefan Roese15940c92006-03-13 11:16:36 +01008274
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008275 Remove L2 Cache invalidate polling.
Stefan Roese15940c92006-03-13 11:16:36 +01008276
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008277commit f35ec68fb066cec0e36294bfe07dec2d4e8ad3a8
8278Author: Jon Loeliger <jdl@jdl.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02008279Date: Fri May 19 12:33:09 2006 -0500
Stefan Roese15940c92006-03-13 11:16:36 +01008280
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008281 Enable 2nd CPU and I2C.
Stefan Roesef3fecfe2006-03-13 09:43:01 +01008282
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008283commit bf690dcb512d34c4fceec0eb1e5c0e88a9db5d54
8284Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02008285Date: Mon May 15 07:26:56 2006 -0500
Stefan Roese9a7b4082006-03-13 09:42:28 +01008286
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008287 Update interrupt mapping.
Wolfgang Denk95515302006-03-13 01:00:22 +01008288
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008289commit 6cfea33477b04b63ed47386ed1629529484c33ba
8290Author: Haiying Wang <Haiying.Wang@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02008291Date: Wed May 10 09:38:06 2006 -0500
Wolfgang Denkc15f80e2006-03-13 00:50:48 +01008292
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008293 Remove unneeded INIT_RAM_LOCK cache twiddling.
8294 Correctly tracks r29 as global data pointer now.
Ben Warrenb985b5d2006-10-26 14:38:25 -04008295
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008296 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
Wolfgang Denkb38dbd42006-03-13 00:46:05 +01008297
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008298commit d4dd317b58c126a2a7e73f4764ecc1a7c97f876c
8299Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02008300Date: Wed May 10 09:33:07 2006 -0500
Wolfgang Denkf07217c2006-03-12 23:27:46 +01008301
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008302 Remove unnecessary flash.c file.
Wolfgang Denk84c960c2006-03-12 23:17:31 +01008303
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008304commit 18b6c8cd8af6cc7f35180cedc4adb3236cc1a1b8
8305Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02008306Date: Tue May 9 08:23:49 2006 -0500
Wolfgang Denk763b5f32006-03-12 23:13:27 +01008307
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008308 Get MPC8641HPCN flash images working.
Ben Warrenb985b5d2006-10-26 14:38:25 -04008309
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02008310 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.
Wolfgang Denkbe5048f2006-03-12 22:50:55 +01008315
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008316commit 5c9efb36a6b5431423f52888a0e3b4b515fe7eca
8317Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02008318Date: Thu Apr 27 10:15:16 2006 -0500
Wolfgang Denkca273812006-03-12 22:45:47 +01008319
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008320 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.
Wolfgang Denk8123eee2006-03-12 22:41:33 +01008325
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008326commit a2320a6bf8113a09544c42d160d10ac69d049a03
8327Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02008328Date: Thu Apr 27 08:22:39 2006 -0500
Wolfgang Denk7c609082006-03-12 22:14:20 +01008329
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008330 Revert bad PCI prefetch limit change.
Kumar Gala86902b82006-01-12 19:51:38 -06008331
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008332commit debb7354d1ea4f694154818df5e5b523f5c1cc1d
8333Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +02008334Date: Wed Apr 26 17:58:56 2006 -0500
Kumar Gala2688e2f2006-02-10 15:40:06 -06008335
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +02008336 Initial support for MPC8641 HPCN board.