]> git.ipfire.org Git - people/ms/u-boot.git/blame - CHANGELOG
Fix disk type output in disk/part.c
[people/ms/u-boot.git] / CHANGELOG
CommitLineData
6adf61dc
WD
1commit 7c0773fde6100b61be2558cb5d8c442a3194aecb
2Author: Wolfgang Denk <wd@denx.de>
3Date: Sun May 4 00:35:15 2008 +0200
4
5 drivers/net/tsec.c: Fix typo.
6
7 Signed-off-by: Wolfgang Denk <wd@denx.de>
8
9commit aa737945e6f37a5de5dbad550a7694e0cb2a8120
10Author: Mike Frysinger <vapier@gentoo.org>
11Date: Fri May 2 21:45:12 2008 -0400
12
13 version_autogenerated.h: use printf rather than echo -n
14
15 Some systems are dumb and do not implement the -n flag to echo (like OS X).
16 Convert the Makefile to use printf as this should work everywhere.
17
18 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19 Signed-off-by: Wolfgang Denk <wd@denx.de>
20
21commit 4acc2a108ad0a669165924704a6cb083f9138242
22Author: Mike Frysinger <vapier@gentoo.org>
23Date: Fri May 2 18:17:50 2008 -0400
24
25 fix building when saveenv is disabled in some setups
26
27 If you enable environment in the flash, but disable the embedded
28 option, and you disable the saveenv command, then the #if nested
29 logic will trigger a compile failure:
30 env_flash.c: In function 'env_relocate_spec':
31 env_flash.c:399: error: 'flash_addr' undeclared (first use in this function)
32 The fix is to add CMD_SAVEENV ifdef protection like everywhere else.
33
34 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
35
36commit ccf1ad535ae1c0dc2d466235c668adbdfe3a55b7
37Author: Jeremy McNicoll <jeremy.mcnicoll@windriver.com>
38Date: Fri May 2 16:10:04 2008 -0400
39
40 SBC8548: fix address mask to allow 64M flash
41
42 Fix incorrect mask to enable all 64MB of onboard flash.
43 Previously U-Boot incorrectly mapped only 8MB of flash, this
44 patch correctly maps all the available flash.
45
46 Signed-off-by: Jeremy McNicoll <jeremy.mcnicoll@windriver.com>
47
48commit 3648085c464c8c22ef76fab006ca4344d3796124
49Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
50Date: Fri May 2 19:48:56 2008 +0200
51
52 qemu_mips: add README
53
54 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
55
56commit 6fdd002689190a0022c7b3dbab37fcba724580ce
57Author: Marcel Ziswiler <marcel@ziswiler.com>
58Date: Fri May 2 02:35:59 2008 +0200
59
60 Fix misspelled comment
61
62 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
63
64commit fa956fde60b7ec4dd66bd62f9910fd341b5049a1
65Author: Mike Frysinger <vapier@gentoo.org>
66Date: Thu May 1 04:13:05 2008 -0400
67
68 mkimage: make mmap() checks consistent
69
70 The mmap() related code is full of inconsistent casts/constants when
71 it comes to error checking, and may break when building on some
72 systems (like ones that do not implicitly define the caddr_t type).
73 Let's just avoid the whole mess by writing the code nice and clean in
74 the first place.
75
76 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
77
78commit 8e90cd0447a0f0ccf529ef86f0e6b56187d3b82a
79Author: Marcel Ziswiler <marcel@ziswiler.com>
80Date: Thu May 1 09:05:34 2008 +0200
81
82 Fix defined but not used build warning
83
84 - warning: 'srom' defined but not used
85
86 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
87
88commit b71190f3250aaffcc81c35f6cfd3498cb7c48013
89Author: Marcel Ziswiler <marcel@ziswiler.com>
90Date: Thu May 1 09:05:26 2008 +0200
91
92 Fix implicit declaration build warnings
93
94 - warning: implicit declaration of function ‘serial_initialize’
95
96 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
97
98commit 9acde129cc3f9c1b3bc11a821480dd446774d618
99Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
100Date: Tue Apr 29 19:18:32 2008 +0200
101
102 TSEC: add config options for VSC8601 RGMII PHY
103
104 The Vitesse VSC8601 RGMII PHY has internal delay for both Rx
105 and Tx clock lines. They are configured using 2 bits in extended
106 register 0x17.
107 Therefore CFG_VSC8601_SKEW_TX and CFG_VSC8601_SKEW_RX have
108 been introduced with valid values 0-3 giving 0.0, 1.4,1.7 and 2.0ns delay.
109
110 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
111 Acked-by: Andy Fleming <afleming@freescale.com>
112 Acked-by: Ben Warren <biggerbadderben@gmail.com>
113 --
114
115 drivers/net/tsec.c | 6 ++++++
116 drivers/net/tsec.h | 3 +++
117 2 files changed, 9 insertions(+), 0 deletions(-)
118
119commit bd98ee60df43ee6dd6f5ebe32c67d03e90513ff8
120Author: Wolfgang Denk <wd@denx.de>
121Date: Sat May 3 23:07:15 2008 +0200
122
123 Revert "ColdFire: Get information from the correct GCC"
124
125 This reverts commit b7166e05a513c0806b63b9dfb6f1d77645cede2a
126 (replaced by commit c4e5f52a58d278eebb87f476e353972c5dacea40).
127
128commit c4e5f52a58d278eebb87f476e353972c5dacea40
129Author: Wolfgang Denk <wd@denx.de>
130Date: Sat May 3 22:25:00 2008 +0200
131
132 config.mk: use correct (cross) compiler
133
134 Some config.mk files reference $(CC) to test for specific tool chain
135 features, so make sure $(CC) gets set before including any such
136 config files.
137
138 This patch replaces commit b7166e05a5 ("ColdFire: Get information from
139 the correct GCC").
140
141 Signed-off-by: Wolfgang Denk <wd@denx.de>
142
143commit 27c38689d0cfde0e444239345f97b5eecc9f4067
144Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
145Date: Thu May 1 02:13:44 2008 +0200
146
147 pxa: fix previous definition on cpu init
148
149 start.S:183:1: warning: "ICMR" redefined
150 In file included from start.S:33:
151 include/asm/arch/pxa-regs.h:935:1: warning: this is the location of the previous definition
152 start.S:187:1: warning: "RCSR" redefined
153 ...
154
155 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
156
157commit 6d12e697de794d700767f22f950e3026ccf4daf6
158Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
159Date: Thu May 1 02:13:43 2008 +0200
160
161 pxa: fix pcmcia operation on 'i' may be undefined
162
163 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
164 Signed-off-by: Wolfgang Denk <wd@denx.de>
165
166commit 4d77f5102dfeaa36cd58d9a9f083bd2cc491526f
167Author: Kumar Gala <galak@kernel.crashing.org>
168Date: Wed Apr 30 16:24:35 2008 -0500
169
170 MPC8610HPCD: Drop -O2 from the build flags
171
172 Make the flags use -Os like all other boards
173
174 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
175
176commit 0072b78be2b41e5a0ca3ddc39335574dc2e855bd
177Author: Stefan Roese <sr@denx.de>
178Date: Wed Apr 30 15:50:39 2008 +0200
179
180 RTC: Fix month offset by one problem in M41T62 RTC driver
181
182 This patch fixes a problem with the month being read and written
183 incorrectly (offset by one). This only gets visible by also using
184 the Linux driver (rtc-m41t80).
185
186 Tested on AMCC Canyonlands.
187
188 Signed-off-by: Stefan Roese <sr@denx.de>
189
190commit 141ba1cad8e6598a2466e7e2976c6a12285df619
191Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
192Date: Sat May 3 13:51:44 2008 +0900
193
194 [MIPS] cpu/mips/config.mk: Fix GNU assembler minor version picker
195
196 Current trick to pick up GNU assembler minor version uses a dot(.) as a
197 delimiter, and take the second field to obtain minor version number. But
198 as can be expected, this doesn't work with a version string which has
199 dots more than needs.
200
201 Here's an example:
202
203 $ mips-linux-gnu-as --version | grep 'GNU assembler'
204 GNU assembler (Sourcery G++ Lite 4.2-129) 2.18.50.20080215
205 $ mips-linux-gnu-as --version | grep 'GNU assembler' | cut -d. -f2
206 2-129) 2
207 $
208
209 This patch restricts the version format to 2.XX.XX... This will work
210 in most cases.
211
212 $ mips-linux-gnu-as --version | grep 'GNU assembler' | egrep -o '2\.[0-9\.]+'
213 2.18.50.20080215
214 $ mips-linux-gnu-as --version | grep 'GNU assembler' | egrep -o '2\.[0-9\.]+' | cut -d. -f2
215 18
216 $
217
218 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
219
220commit ea638951acead7f1086c908c0b9f086beab82a22
221Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
222Date: Sat May 3 13:51:28 2008 +0900
223
224 [MIPS] cpu/mips/cache.S: Add dcache_enable
225
226 Recent bootelf command fixes (017e9b7925f74878d0e9475388cca9bda5ef9482,
227 "allow ports to override bootelf behavior") requires ports to have this
228 function.
229
230 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
231 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
232
233commit d2c6fbec4397c936b18cd42482b6973cd6781bdf
234Author: Wolfgang Denk <wd@denx.de>
235Date: Thu May 1 21:30:16 2008 +0200
236
237 onenand: rename 16 bit memory copy into memcpy_16() to avoid conflicts
238
239 Onenand needs a version of memcpy() which performs 16 bit accesses
240 only; make sure the name does not conflict with the standard
241 function.
242
243 Signed-off-by: Wolfgang Denk <wd@denx.de>
244
245commit 12bc4e94251c369c529ffa505cf58b148c372f7f
246Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
247Date: Wed Apr 30 22:38:17 2008 +0200
248
249 cmd_nand: fix warning: str2long ncompatible pointer type
250
251 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
252
253commit 1b9ed2574a38c93cb03dad41885fc06be4bfc9dd
254Author: Timur Tabi <timur@freescale.com>
255Date: Fri Apr 4 11:16:11 2008 -0500
256
257 Fix calculation of I2C clock for some 86xx chips
258
259 Some 86xx chips use CCB as the base clock for the I2C, and others used CCB/2.
260 There is no pattern that can be used to determine which chips use which
261 frequency, so the only way to determine is to look up the actual SOC
262 designation and use the right value for that SOC.
263
264 Signed-off-by: Timur Tabi <timur@freescale.com>
265
266commit f32f7fe7bd3a5bda3a476520f00e1aca7c2103a9
267Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
268Date: Wed Apr 30 12:11:19 2008 -0500
269
270 ColdFire: Fix ethernet hang issue for mcf547x_8x
271
272 The ethernet hang is caused by receiving buffer in DRAM is not
273 yet ready due to access cycles require longer time in DRAM.
274 Relocate DMA buffer descriptors from DRAM to internal SRAM.
275
276 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
277
278commit 886d90176fc257e0ab4d0db05d11d0749bbed3ca
279Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
280Date: Wed Apr 30 12:10:47 2008 -0500
281
282 ColdFire: Fix compilation issue caused by new changes in fsl_i2c.c
283
284 Signed-off-by: Luigi Comio Mantellini <luigi.mantellini@idf-hit.com>
285 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
286
287commit b7166e05a513c0806b63b9dfb6f1d77645cede2a
288Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
289Date: Wed Apr 30 12:10:23 2008 -0500
290
291 ColdFire: Get information from the correct GCC
292
293 Signed-off-by: Kurt Mahan <kmahan@freescale.com>
294 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
295
296commit 378e7ec95da4751ec8fe461baacab2bf7d2512a9
297Author: dirk.behme@googlemail.com <dirk.behme@googlemail.com>
298Date: Wed Apr 30 18:02:59 2008 +0200
299
300 Fix warning in env_nand.c if compiled for DaVinci Schmoogie
301
302 Fix warnings
303
304 nv_nand.c: In function 'saveenv':
305 env_nand.c:200: warning: passing argument 3 of 'nand_write' from incompatible pointer type
306 env_nand.c: In function 'env_relocate_spec':
307 env_nand.c:275: warning: passing argument 3 of 'nand_read' from incompatible pointer type
308
309 if compiled for davinci_schmoogie_config.
310
311 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
312 Ack by: Sergey Kubushyn <ksi@koi8.net>
313
314commit 33a4a70d48d622cc4950c60a84fec23b9421f23e
315Author: Anatolij Gustschin <agust@denx.de>
316Date: Wed Apr 30 13:34:40 2008 +0200
317
318 Fix warnings while compiling net/net.c for MPC8610HPCD board
319
320 MPC8610HPCD board adds -O2 gcc option to PLATFORM_CPPFLAGS
321 causing overriding default -Os option. New gcc (ver. 4.2.2)
322 produces warnings while compiling net/net.c file with -O2
323 option. The patch is an attempt to fix this.
324
325 Signed-off-by: Anatolij Gustschin <agust@denx.de>
326
327commit 58b575e575c25fdf8c88141e145db201f3092149
328Author: Sascha Laue <Sascha.Laue@gmx.biz>
329Date: Wed Apr 30 15:23:38 2008 +0200
330
331 lwmon5: fix offset error in sysmon0 POST
332
333 Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
334 Signed-off-by: Wolfgang Denk <wd@denx.de>
335
336commit e7419b243a373de4ee042f7d4f45f66de787240d
337Author: Sascha Laue <Sascha.Laue@gmx.biz>
338Date: Wed Apr 30 15:16:35 2008 +0200
339
340 lwmon5: fix manual merge error in POST
341
342 Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
343
344commit 42ffcec3f9eba010a662d5b42981812b6bebfb9a
345Author: Wolfgang Denk <wd@denx.de>
346Date: Wed Apr 30 17:46:26 2008 +0200
347
348 cmd_nand.c: fix another 'incompatible pointer type' warning.
349
350 Signed-off-by: Wolfgang Denk <wd@denx.de>
351
352commit de109d909707e2dfe806be5efc3cdb103b47c8ad
353Author: Wolfgang Denk <wd@denx.de>
354Date: Wed Apr 30 17:25:07 2008 +0200
355
356 Makefile: fix parallel builds
357
358 This problem shows up with parallel builds only; it results in
359 somewhat cryptic error messages like
360
361 $ JOBS=-j6 MAKEALL netstar
362 Configuring for netstar board...
363 arm-linux-ld: cannot find -lgeneric
364 make[1]: *** [eeprom.srec] Error 1
365
366 A few boards (like netstar and voiceblue) need some libraries for
367 building; however, the board Makefile does not contain any such
368 dependencies which may cause problems with parallel builds. Adding
369 such dependencies is difficult as we would also have to provide build
370 rules, which already exist in the respective library Makefiles.
371
372 To solve this, we make sure that all libraries get built before the
373 board code.
374
375 Signed-off-by: Wolfgang Denk <wd@denx.de>
376
377commit 4f27098e5b0736989b13cd61d7bca94b3574cf5f
378Author: Stefan Roese <sr@denx.de>
379Date: Wed Apr 30 14:51:36 2008 +0200
380
381 ppc4xx: Adapt Canyonlands fixed DDR2 setup to new DIMM module
382
383 This patch changes the Canyonlands/Glacier fixed DDR2 controller setup
384 used for NAND booting to match the values needed for the new 512MB
385 DIMM modules shipped with the productions boards:
386
387 Crucial: CT6464AC667.8FB
388
389 Signed-off-by: Stefan Roese <sr@denx.de>
390
391commit ea9202a659dc75996facf1475f1866a19a9d3129
392Author: Stefan Roese <sr@denx.de>
393Date: Wed Apr 30 10:49:43 2008 +0200
394
395 ppc4xx: Fix problem with DIMMs with 8 banks in 44x_spd_ddr2.c
396
397 This patch fixes a problem with DIMMs that have 8 banks. Now the
398 MCIF0_MBxCF register will be setup correctly for this setup too.
399
400 This was noticed with the 512MB DIMM on Canyonlands/Glacier.
401
402 Signed-off-by: Stefan Roese <sr@denx.de>
403
404commit 76617299358ebba260ecc02d33e8e75d8d13dd3b
405Author: Wolfgang Denk <wd@denx.de>
406Date: Tue Apr 29 23:41:06 2008 +0200
407
408 Prepare v1.3.3-rc2, again.
409
410 Signed-off-by: Wolfgang Denk <wd@denx.de>
411
76617299
WD
412commit b7fcc4c13993782342cf5cd20d237a6281648a0b
413Author: Wolfgang Denk <wd@denx.de>
414Date: Tue Apr 29 23:35:24 2008 +0200
415
416 Prepare v1.3.3-rc2
417
418 Signed-off-by: Wolfgang Denk <wd@denx.de>
419
b7fcc4c1
WD
420commit f7b16a0a4d571dd33b2b5185a54f7ddc311f89d4
421Author: Wolfgang Denk <wd@denx.de>
422Date: Tue Apr 29 23:32:20 2008 +0200
423
424 common/env_nand.c: fix one more incompatible pointer type issue
425
426 Signed-off-by: Wolfgang Denk <wd@denx.de>
427
428commit ea6f66894f952229eebfc4ad03cd21fe5c8b3f0f
429Author: Wolfgang Denk <wd@denx.de>
430Date: Tue Apr 29 21:33:08 2008 +0200
431
432 post/board/lwmon5/sysmon.c: fix manual merge error.
433
434 Signed-off-by: Wolfgang Denk <wd@denx.de>
435
436commit 70a0f81412b0b18a6fd0bea960451bc6c2cca49a
437Author: Kumar Gala <galak@kernel.crashing.org>
438Date: Tue Apr 29 12:54:59 2008 -0500
439
440 85xx: Add -mno-spe to e500/85xx builds
441
442 Newer gcc's might be configured to enable autovectorization by default.
443 If we happen to build with one of those compilers we will get SPE
444 instructions in random code.
445
446 -mno-spe disables the compiler for automatically generating SPE
447 instructions without our knowledge.
448
449 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
450
451commit 8ea08e5be69436abcc95d3da114de4a2ff8a6ab5
452Author: Kumar Gala <galak@kernel.crashing.org>
453Date: Tue Apr 29 10:18:34 2008 -0500
454
455 Update .gitignore for zlib.h
456
457 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
458
459commit 45239cf4152109caa925145ccd433529902df887
460Author: Kumar Gala <galak@kernel.crashing.org>
461Date: Tue Apr 29 10:27:08 2008 -0500
462
463 85xx/86xx: Rename ext_refrec to timing_cfg_3 to match docs
464
465 All the 85xx and 86xx UM describe the register as timing_cfg_3
466 not as ext_refrec.
467
468 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
469
470commit ef7d30b14394e4c4a153118f5845760cadada02a
471Author: Kumar Gala <galak@kernel.crashing.org>
472Date: Tue Apr 29 10:28:34 2008 -0500
473
474 85xx/86xx: Rename DDR init address and init extended address register
475
476 Rename init_addr and init_ext_addr to match the docs between
477 85xx and 86xx. Both now use 'init_addr' and 'init_ext_addr'.
478
479 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
480
481commit cf6cc014270549684873a5972d2595052c468cb6
482Author: Kumar Gala <galak@kernel.crashing.org>
483Date: Mon Apr 28 02:24:04 2008 -0500
484
485 85xx: Additional fixes and cleanup of MP code
486
487 * adjust __spin_table alignment to match ePAPR v0.94 spec
488 * loop over all cpus when determing who is up. This fixes an issue if
489 the "boot cpu" isn't core0. The "boot cpu" will already be in the
490 cpu_up_mask so there is no harm
491 * Added some protection in the code to ensure proper behavior. These
492 changes are explicitly needed but don't hurt:
493 - Added eieio to ensure the "hot word" of the table is written after
494 all other table updates have occurred.
495 - Added isync to ensure we don't prefetch loading of table entries
496 until we a released
497
498 These issues we raised by Dave Liu.
499
500 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
501
502commit b2d527a8b9fb50afccbaf79b5540952585cdc760
503Author: Yuri Tikhonov <yur@emcraft.com>
504Date: Tue Apr 29 15:06:41 2008 +0200
505
506 lwmon5: minor clean-up to include/configs/lwmon5.h
507
508 LWMON5 DSPIC POST uses the watch-dog scratch register. So, make
509 the CFG_DSPIC_TEST_ADDR definition more readable.
510
511 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
512
513commit f4c4d21a885ccc222fd0acdf653b683249e85117
514Author: Stefan Roese <sr@denx.de>
515Date: Tue Apr 29 16:08:05 2008 +0200
516
517 ppc4xx: Fix CFG_MONITOR_LEN on Katmai failsave this time
518
519 Signed-off-by: Stefan Roese <sr@denx.de>
520
521commit 138105efe1d2b1a40a3a97b4c1f85c2111bea2d8
522Author: Yuri Tikhonov <yur@emcraft.com>
523Date: Tue Apr 29 13:32:45 2008 +0200
524
525 ppc flush_cache: add watch-dog triggering into the loops.
526
527 Some boards (e.g. lwmon5) need rather a frequent watch-dog
528 kicking. Since the time it takes for the flush_cache() function
529 to complete its job depends on the size of data being flushed, one
530 may encounter watch-dog resets on such boards when, for example,
531 download big files over ethernet.
532
533 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
534
535commit cab99d6f3281ab6784feccf98b9b425daa58418a
536Author: Stefan Roese <sr@denx.de>
537Date: Tue Apr 29 14:44:54 2008 +0200
538
539 ppc4xx: Fix compilation warning in denali_spd_ddr2.c
540
541 Signed-off-by: Stefan Roese <sr@denx.de>
542
543commit 4ec9d78fe5cd585d2868731fa108ca1e62730e70
544Author: Stefan Roese <sr@denx.de>
545Date: Tue Apr 29 14:12:07 2008 +0200
546
547 ppc4xx: Fix Katmai CFG_MONITOR_LEN
548
549 Signed-off-by: Stefan Roese <sr@denx.de>
550
551commit 85ad184b3b2b0f8af9228477303c55dca1b52ed7
552Author: Stefan Roese <sr@denx.de>
553Date: Tue Apr 29 13:57:07 2008 +0200
554
555 ppc4xx: Complete remove bogus dflush()
556
557 Since the current dflush() implementation is know to have some problems
558 (as seem on lwmon5 ECC init) this patch removes it completely and replaces
559 it by using clean_dcache_range().
560
561 Tested on Katmai with ECC DIMM.
562
563 Signed-off-by: Stefan Roese <sr@denx.de>
564
565commit 135846d6ecaad255ad28d93ebbb78b3d5da68cdc
566Author: Stefan Roese <sr@denx.de>
567Date: Tue Apr 29 13:36:51 2008 +0200
568
569 ppc4xx: Change ECC initialization on lwmon5 to use clean_dcache_range()
570
571 As it seems the "old" ECC initialization routine by using dflush() didn't
572 write all lines in the dcache back to memory on lwmon5. This could lead
573 to ECC error upon Linux booting. This patch changes the program_ecc()
574 routine to now use clean_dcache_range() instead of dflush().
575 clean_dcache_range() uses dcbst which is exactly what we want in this
576 case.
577
578 Since dflush() is known is cause problems, this routine will be
579 removed completely and replaced by clean_dcache_range() with an
580 additional patch.
581
582 Signed-off-by: Stefan Roese <sr@denx.de>
583
584commit 18ec19e4aa1a045dfbf2c7c2e33963488e92d757
585Author: Yuri Tikhonov <yur@emcraft.com>
586Date: Mon Apr 28 18:19:34 2008 +0200
587
588 POST: fix Makefiles for mpc8xx, lwmon, and netta POSTs.
589
590 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
591
592commit eea5a743a2193ef2a05b9bc6dc447ba241416f35
593Author: Markus Brunner <super.firetwister@googlemail.com>
594Date: Mon Apr 28 08:47:47 2008 +0200
595
596 ppc4xx: Fixup ebc clock in FDT for 405GP/EP
597
598 On ppc405EP and ppc405GP (at least) the ebc is directly attached to the plb
599 and not to the opb. This patch will try to fixup /plb/ebc if /plb/opb/ebc
600 doesn't exist.
601
602 Signed-off-by: Markus Brunner <super.firetwister@gmail.com>
603
76617299
WD
604commit 2ef7503a593c77a80c2a054011970227c4b62774
605Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
606Date: Thu Apr 24 07:57:17 2008 +0200
607
608 NE2000: Fix regresssion introduced by e710185aae90 on non AX88796
609
610 Move non-inlied functions into specific drivers file
611 Set get_prom as weak
612
613 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
614 Signed-off-by: Vlad Lungu <vlad@comsys.ro>
615 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
616
617commit 40cb90ee2b97db1f697e1b54f19a548ffc96d71b
618Author: Guennadi Liakhovetski <lg@denx.de>
619Date: Thu Apr 3 17:04:19 2008 +0200
620
621 net: make ARP timeout configurable
622
623 Currently the timeout waiting for an ARP reply is hard set to 5 seconds.
624 On i.MX31ADS due to a hardware "strangeness" up to four first IP packets
625 to the boards get lost, which typically are ARP replies. By configuring
626 the timeout to a lower value we significantly improve the first network
627 transfer time on this board. The timeout is specified in milliseconds,
628 later internally it is converted to deciseconds, because it has to be
629 converted to hardware ticks, and CFG_HZ ranges from 900 to 27000000 on
630 different boards.
631
632 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
633 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
634
635commit 13e0b8f7ca9d29267bf01d7a01e521a0517adce1
636Author: Guennadi Liakhovetski <lg@denx.de>
637Date: Thu Apr 3 13:36:18 2008 +0200
638
639 minor cs8900 driver clean up
640
641 Remove a redundant register definition, clean up some coding style
642 violations.
643
644 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
645 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
646
b7fcc4c1
WD
647commit 707fa917cca24c0f22776f48ac4a6fa5e5189b10
648Author: Wolfgang Denk <wd@denx.de>
649Date: Mon Apr 28 22:01:04 2008 +0200
650
651 jffs2_1pass.c: fix incompatible pointer type warning
652
653 Signed-off-by: Wolfgang Denk <wd@denx.de>
654
655commit 6aee00f5e6a1cf29d8fe8fdc9b7252fbd31115d9
656Author: Sascha Laue <Sascha.Laue@gmx.biz>
657Date: Tue Apr 1 10:10:18 2008 +0200
658
659 lwmon5: update dsPIC POST spezification
660
661 The specification for the lwmon5 board dsPIC POST got changed.
662 Also add defines for the temperatures and voltages.
663
664 Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
665
666commit 3e4615ab7ff38781a5dd80d0f49b9af55b4fe0b7
667Author: Sascha Laue <Sascha.Laue@gmx.biz>
668Date: Tue Apr 1 15:13:03 2008 +0200
669
670 Fix watchdog POST for lwmon5
671
672 If the hardware watchdog detects a voltage error, the watchdog sets
673 GPIO62 to low. The watchdog POST has to detect this low level.
674
675 Signed-off-by: Sascha Laue <leglas0@legpc180.leg.liebherr.i>
676 Signed-off-by: Wolfgang Denk <wd@denx.de>
677
678commit dd5748bcd669f46aeb6686c1b341323843738ccc
679Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
680Date: Mon Apr 28 14:37:14 2008 +0200
681
682 rtl8169: fix compiler warnings
683
684 Fix multiple compiler warnings related to argument type mismatch.
685
686 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
687
688commit 413bf586266f86c6bdbc6c6d140f67a15af4c4f1
689Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
690Date: Mon Apr 28 14:36:06 2008 +0200
691
692 IDE: fix compiler warnings
693
694 The IDE driver can use 32-bit addresses in LBA mode, in which case it
695 spits multiple warnings during compilation. Fix them.
696
697 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
698
699commit db9084de28c46ac81c8f681722cb0d7411be4d7f
700Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
701Date: Mon Apr 28 14:35:57 2008 +0200
702
703 LinkStation: fix compiler warning, add a maintainer
704
705 out_8 wants a pointer to an unsigned as the first argument. Add a
706 maintainer for Linkstation boards.
707
708 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
709
710commit c71abba3cb67b063f789f17abf6c7447727c0cd5
711Author: Wolfgang Denk <wd@denx.de>
712Date: Mon Apr 28 14:55:12 2008 +0200
713
714 cmd_nand.c: fix "differ in signedness" problem
715
716 Signed-off-by: Wolfgang Denk <wd@denx.de>
717
718commit f2c288a35341ad02ac03b1563d786763c9c8f159
719Author: Wolfgang Denk <wd@denx.de>
720Date: Mon Apr 28 12:48:47 2008 +0200
721
722 pcnet.c: fix a merge issue
723
724 Signed-off-by: Wolfgang Denk <wd@denx.de>
725
726commit 4ca79f477ebd25a6872e6196d80e2f5eff441376
727Author: Wolfgang Denk <wd@denx.de>
728Date: Mon Apr 28 12:08:18 2008 +0200
729
730 NAND: fix some strict-aliasing compiler warnings
731
732 Signed-off-by: Wolfgang Denk <wd@denx.de>
733
734commit 5cd0130ecc79d6dcde1b1ac253abc457ca8c3115
735Author: Stefan Roese <sr@denx.de>
736Date: Mon Apr 28 11:37:14 2008 +0200
737
738 ppc4xx: Fix compile warning of hcu4 board
739
740 Signed-off-by: Stefan Roese <sr@denx.de>
741
742commit 5379cd15dd6c74ac51499bce3455bf6e0cdbe9f1
743Author: Wolfgang Denk <wd@denx.de>
744Date: Mon Apr 28 11:31:23 2008 +0200
745
746 MPC8323ERDB: fix implicit declaration of function 'mac_read_from_eeprom'
747
748 Signed-off-by: Wolfgang Denk <wd@denx.de>
749
750commit 7602ed50a2f0ef3dc8d7da93f116de50288f5b59
751Author: Guennadi Liakhovetski <lg@denx.de>
752Date: Mon Apr 28 00:25:32 2008 +0200
753
754 mx31ads: fix loadaddr environment variable define
755
756 Arithmetic expressions do not get evaluated under stringification. Remove
757 default network configuration, add DHCP command support. Thanks to Felix
758 Radensky for reporting.
759
760 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
761
762commit 144eec777ac07bcb12bd38245a5a289f694a7f98
763Author: Wolfgang Denk <wd@denx.de>
764Date: Mon Apr 28 10:55:24 2008 +0200
765
766 katmai: fix section overlap problem
767
768 Since we didn't want to remove features from the configuration, we
769 decided to increase the U-Boot image size (add one flash sector).
770
771 Also changed the default environment definition to make it
772 independent of such changes.
773
774 Signed-off-by: Wolfgang Denk <wd@denx.de>
775 Acked-by: Stefan Roese <sr@denx.de>
776
777commit 941d696d25624e3cc65ebf924199541acf52d74e
778Author: Wolfgang Denk <wd@denx.de>
779Date: Mon Apr 28 10:55:24 2008 +0200
780
781 katmai: fix section overlap problem
782
783 Since we didn't want to remove features from the configuration, we
784 decided to increase the U-Boot image size (add one flash sector).
785
786 Also changed the default environment definition to make it
787 independent of such changes.
788
789 Signed-off-by: Wolfgang Denk <wd@denx.de>
790 Acked-by: Stefan Roese <sr@denx.de>
791
792commit 03c6cd39f9184143fd8c537872b3d4b2e03f1466
793Author: Kumar Gala <galak@kernel.crashing.org>
794Date: Sat Apr 26 11:44:44 2008 -0500
795
796 post: Fix building with O=
797
798 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
799
800commit fd7531c1e9d56b9e5e06d2c0e02b798dab72f70c
801Author: Wolfgang Denk <wd@denx.de>
802Date: Sat Apr 26 01:55:00 2008 +0200
803
804 Prepare v1.3.3-rc1
805
806 Signed-off-by: Wolfgang Denk <wd@denx.de>
807
fd7531c1
WD
808commit 19cf2ec90d8ce52da60c1693693c4048cb810967
809Author: Wolfgang Denk <wd@denx.de>
810Date: Sat Apr 26 01:25:39 2008 +0200
811
812 post/Makefile: make sure to use the correct flags
813
814 ARFLAGS was not set, which caused "ppc_8xx-ar: creating libgenpost.a"
815 messages to be printed.
816
817 Signed-off-by: Wolfgang Denk <wd@denx.de>
818
819commit 7ed4011733e7dca8f64d21291e4294662f7dc3e2
820Author: Wolfgang Denk <wd@denx.de>
821Date: Sat Apr 26 00:34:42 2008 +0200
822
823 Coding Style cleanup, update CHANGELOG
824
825 Signed-off-by: Wolfgang Denk <wd@denx.de>
826
7ed40117
WD
827commit f9204e15173834ff8d123e36279ce49c3c6c74fc
828Author: Magnus Lilja <lilja.magnus@gmail.com>
829Date: Sun Apr 20 10:38:12 2008 +0200
830
831 i.MX31: Enable SPI and MC13783/RTC support for the Litekit board
832
833 This patch enables SPI and MC13783/RTC support for the Litekit board.
834
835 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
836
837commit f97abbfb47d9e407354e157cae3f6369e460cd37
838Author: Ed Swarthout <Ed.Swarthout@freescale.com>
839Date: Fri Apr 25 01:08:32 2008 -0500
840
841 MPC8544DS: decode pcie3 end-point configuration correctly.
842
843 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
844 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
845
846commit 292188e15523c165c4269403fdcd33c26d89176e
847Author: Roy Zang <tie-fei.zang@freescale.com>
848Date: Fri Apr 25 00:55:09 2008 -0500
849
850 MPC8544DS: Removes the unknown flash message information
851
852 This patch removes the unknown flash message information:
853 '## Unknown FLASH on Bank 1 - Size = 0xdeadbeef = -286261248 MB'
854 This unknown flash message is caused by PromJet.
855 Some of the board user is unhappy with this information.
856
857 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
858 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
859
860commit b2115757403beef0ac6bc2c6c3b24f31256a75d2
861Author: Kim Phillips <kim.phillips@freescale.com>
862Date: Thu Apr 24 14:07:38 2008 -0500
863
864 mpc83xx: bump loadaddr over fdtaddr to 0x500000
865
866 this seems as a good compromise between human memory, typing,
867 and last but not least, to accommodate for current and future kernel bloat.
868
869 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
870 Acked-by: Dave Liu <daveliu@freescale.com>
871
872commit be5a7190265a34d968578ff266549c60f6f57654
873Author: Dave Liu <r63238@freescale.com>
874Date: Tue Apr 15 13:12:23 2008 +0800
875
876 mpc83xx: clean up the readme for 83xx boards
877
878 1. correct the typo
879 2. correct the memory map for 837xerdb board
880
881 Signed-off-by: Dave Liu <daveliu@freescale.com>
882
883commit bcae52a6819ee9dad5d0d96cd7daeb20108d45ff
884Author: Dave Liu <r63238@freescale.com>
885Date: Tue Apr 15 13:11:11 2008 +0800
886
887 mpc83xx: remove the unused CPM's stuff
888
889 The MPC83xx family never have CPM block, so remove it from 83xx.
890
891 Signed-off-by: Dave Liu <daveliu@freescale.com>
892
893commit c63ad6325a8ac0097a54b418a3288926b0484b18
894Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
895Date: Fri Apr 18 16:29:40 2008 +0200
896
897 cfi-flash: Add CFG_FLASH_AUTOPROTECT_LIST
898
899 This patch adds a configurable flash auto protection list that can be used
900 to make U-Boot protect flash regions in flash_init().
901
902 The idea has been discussed on the u-boot mailing list starting
903 on Nov 18th, 2007.
904
905 Even this patch brings a new feature it is used as a bugfix for 4xx
906 platforms where flash_init() does not completely protect the
907 monitor's flash range in all situations.
908
909 U-Boot protects the flash range from CFG_MONITOR_BASE to
910 (CFG_MONITOR_BASE + monitor_flash_len - 1) by default. This does not
911 include the reset vector at 0xfffffffc.
912
913 Example:
914 #define CFG_FLASH_AUTOPROTECT_LIST {{0xfff80000, 0x80000}}
915
916 This config option will auto protect the last 512k of flash that
917 contains the bootloader on board like APC405 and PMC405.
918
919 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
920
921commit d0d91ae3acb4f29d1a2a3a766747478ed54e2848
922Author: Stefan Roese <sr@denx.de>
923Date: Fri Apr 25 13:59:03 2008 +0200
924
925 ppc4xx: Remove double defines in lwmon5.h
926
927 introduced with latest lwmon5/POST merge
928
929 Signed-off-by: Stefan Roese <sr@denx.de>
930
931commit 7590378fb9c686709492ceb142825cd058255956
932Author: Bartlomiej Sieka <tur@semihalf.com>
933Date: Fri Apr 25 13:54:02 2008 +0200
934
935 Use watchdog-aware functions when calculating hashes of images - take two
936
937 Some files didn't get updated properly with the "Use watchdog-aware
938 functions when calculating hashes of images" commit, this commit
939 fixes this.
940
941 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
942 Signed-off-by: Wolfgang Denk <wd@denx.de>
943
944commit 8e048c438e20ec89b49da5f085f8f756eba6e587
945Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
946Date: Fri Apr 25 12:01:39 2008 +0200
947
948 ppc4xx: Add bootcount limit handling for APC405 boards
949
950 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
951
952commit 1de6b28be5d107ae90ad7a8a43653c49966e8afe
953Author: Bartlomiej Sieka <tur@semihalf.com>
954Date: Fri Apr 25 12:10:09 2008 +0200
955
956 Use watchdog-aware functions when calculating hashes of images
957
958 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
959
960commit d00ce09040d3100e2c7998ef56db62c2d20d9ee3
961Author: Wolfgang Denk <wd@denx.de>
962Date: Fri Apr 25 12:44:08 2008 +0200
963
964 USB: fix more GCC 4.2.x aliasing warnings
965
966 Signed-off-by: Wolfgang Denk <wd@denx.de>
967 Acked-by: Markus Klotzbuecher <mk@denx.de>
968
969commit aff4f86448f6586930f0a3be7fc4b0ddcf450980
970Author: Wolfgang Denk <wd@denx.de>
971Date: Fri Apr 25 12:41:53 2008 +0200
972
973 lib_generic/crc32.c: add missing #include <watchdog.h>
974
975 Signed-off-by: Wolfgang Denk <wd@denx.de>
976
977commit 03ccdbcd5602610cea4bd0db7e48e1ef881a51ef
978Author: Wolfgang Denk <wd@denx.de>
979Date: Fri Apr 25 11:52:21 2008 +0200
980
981 lib_generic/crc32.c: fix compile problem
982
983 Signed-off-by: Wolfgang Denk <wd@denx.de>
984
985commit 24bfedbd0be4dcaa94861407820d6a70fea7e03b
986Author: Stefan Roese <sr@denx.de>
987Date: Tue Apr 22 12:20:32 2008 +0200
988
989 ppc4xx: Pass PCIe root-complex/endpoint configuration to Linux via the fdt
990
991 The PCIe root-complex/endpoint setup as configured via the "pcie_mode"
992 environment variable will now get passed to the Linux kernel by setting
993 the device_type property of the PCIe device tree node. For normal root-
994 complex configuration it will keep its defaults value of "pci" and for
995 endpoint configuration it will get changed to "pci-endpoint".
996
997 Signed-off-by: Stefan Roese <sr@denx.de>
998
999commit eb0615bf600d2caf5aa2958f47f5ba364c52d5e7
1000Author: Yuri Tikhonov <yur@emcraft.com>
1001Date: Thu Apr 24 10:30:53 2008 +0200
1002
1003 lwmon5: watchdog POST fix
1004
1005 Use the GPT0_MASKx registers as the temporary storage for watch-dog
1006 timer POST test instead of GPT0_COMPx. The latter
1007 (GPT0_COMP1..GPT0_COMP5) are used for the log-buffer header.
1008
1009 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
1010 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
1011
1012commit 78e488298824bc150b5f3ebf7958cd71fa2af1b9
1013Author: Kim Phillips <kim.phillips@freescale.com>
1014Date: Mon Apr 21 18:10:14 2008 -0500
1015
1016 lib_ppc: Revert "Make MPC83xx one step closer to full relocation."
1017
1018 This reverts commit 70431e8a7393b6b793f77957f95b999fc9a269b8 which has
1019 proven problematic getting right from the start at least on 83xx and
1020 4xx.
1021
1022 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
1023
1024commit a99715b8ebfc500f3f40e01b36b64d473938443d
1025Author: Detlev Zundel <dzu@denx.de>
1026Date: Fri Apr 18 14:50:01 2008 +0200
1027
1028 Realining some header definitions.
1029
1030 Signed-off-by: Detlev Zundel <dzu@denx.de>
1031
1032commit 4acbc6c7f993cae409c424615415a3e76820f13d
1033Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1034Date: Thu Apr 24 07:57:16 2008 +0200
1035
1036 NE2000: coding style cleanup
1037
1038 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1039
1040commit b4aff1ffaf7120032c653357c007faa14f74d29d
1041Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1042Date: Wed Apr 23 00:11:47 2008 +0900
1043
1044 qemu-mips.h: Add CFI support
1045
1046 CONFIG_ENV_OVERWRITE is also added.
1047
1048 This patch is originally created by Jean-Christophe PLAGNIOL-VILLARD.
1049
1050 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1051 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
1052
1053commit 4a1f11b45a82908e5b0df602d703082413a6b7ed
1054Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
1055Date: Tue Apr 22 22:47:27 2008 +0900
1056
1057 doc/README.mips: Add MIPS notes
1058
1059 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
1060
1061commit 215b01bba8bc662d35f72b084700b192d367dfb4
1062Author: Bartlomiej Sieka <tur@semihalf.com>
1063Date: Tue Apr 22 12:27:56 2008 +0200
1064
1065 Add support for calculating hashes with watchdog triggering
1066
1067 Implement watchodg-aware variants of hash calculation functions:
1068 - crc32_wd()
1069 - md5_wd()
1070 - sha1_csum_wd()
1071 The above functions calculate the hash of the input buffer in chunks,
1072 triggering the watchdog after processing each chunk. The chunk size
1073 is given as a function call parameter.
1074
1075 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
1076
1077commit 8875e3abab986df930167ce5c1ac4f95dcacc81c
1078Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
1079Date: Wed Apr 23 11:02:12 2008 +0900
1080
1081 qemu-mips: Cleanup whitespace, indentation, etc.
1082
1083 No functional change.
1084
1085 This patch was originally submitted by Jean-Christophe PLAGNIOL-VILLARD.
1086 Then I re-created from scratch, and changed more lines than the original.
1087
1088 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1089 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
1090
1091commit 386563197e3a50b0e97ad9aae87f57d9aab909ab
1092Author: Vlad Lungu <vlad@comsys.ro>
1093Date: Wed Oct 10 23:02:09 2007 +0300
1094
1095 Fixed pcnet io_base
1096
1097 Bus and phys address are not always the same
1098
1099 Signed-off-by: Vlad Lungu <vlad@comsys.ro>
1100
1101commit 11ea26fd1cb63c91403fe04a6eea975cd418603f
1102Author: Wolfgang Denk <wd@denx.de>
1103Date: Thu Apr 24 23:44:26 2008 +0200
1104
1105 drivers/net/pcnet.c: Coding Style cleanup.
1106
1107 Signed-off-by: Wolfgang Denk <wd@denx.de>
1108
1109commit 899ef7b84578b7cafadfd78488c2fd2aac93f636
1110Author: Vlad Lungu <vlad@comsys.ro>
1111Date: Wed Oct 10 23:04:23 2007 +0300
1112
1113 Added Am79C970A chip id to pcnet
1114
1115 Signed-off-by: Vlad Lungu <vlad@comsys.ro>
1116
1117commit 17c9de6bb33f676eb776dcbfc46fc1b14c3871a5
1118Author: Magnus Lilja <lilja.magnus@gmail.com>
1119Date: Sun Apr 20 10:35:03 2008 +0200
1120
1121 i.MX31: Fix architecture numbers for ADS and Litekit boards
1122
1123 Correct the Linux architecture number for i.MX31 Litekit and ADS boards.
1124
1125 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
1126
1127commit e7ae84d6c7288790e88639f57cb60daf89c11369
1128Author: Magnus Lilja <lilja.magnus@gmail.com>
1129Date: Sun Apr 20 10:36:36 2008 +0200
1130
1131 i.MX31: Use symbolic names for Litekit membases.
1132
1133 Use symbolic names instead of hard coded addresses for Litekit membases.
1134
1135 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
1136
1137commit 2ef1d9b6030d02f576b1bcd9fec948e602522012
1138Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1139Date: Sat Apr 19 17:59:20 2008 +0200
1140
1141 Fix show_boot_progress prototype
1142
1143 in commit fad634071 "make show_boot_progress () weak."
1144 show_boot_progress is supposed to be declared as weak but declared as
1145 inline instead.
1146
1147 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1148
1149commit edbed247a14d70b94958010f736621212285de91
1150Author: Bartlomiej Sieka <tur@semihalf.com>
1151Date: Fri Apr 18 12:39:23 2008 +0200
1152
1153 Memory footprint optimizations
1154
1155 As suggested by Wolfgang Denk:
1156 - image printing functions:
1157 - remove wrappers
1158 - remove indentation prefix from functions' signatures
1159 - merge getenv_verify and getenv_autostart into one parametrized function
1160
1161 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
1162
1163commit 0a0b606faaec4afb3f750b09aa4df1e40a39dcb8
1164Author: Guennadi Liakhovetski <lg@denx.de>
1165Date: Tue Apr 15 13:33:11 2008 +0200
1166
1167 MX31ADS environment variable update, spi and rtc support
1168
1169 Update MX31ADS default environment to better match the flash layout and
1170 the memory map, support SPI and RTC.
1171
1172 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
1173
1174commit 022f12163595b9a55380c6d77c3119b93d6a9a4b
1175Author: Kumar Gala <galak@kernel.crashing.org>
1176Date: Mon Apr 21 09:28:36 2008 -0500
1177
1178 85xx: Round up frequency calculations to get reasonable output
1179
1180 eg. because of rounding error we can get 799Mhz instead of 800Mhz.
1181
1182 Introduced DIV_ROUND_UP and roundup taken from linux kernel.
1183
1184 Signed-off-by: Dejan Minic <minic@freescale.com>
1185 Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
1186 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1187 Acked-by: Andy Fleming <afleming@freescale.com>
1188
1189commit 876b8f978982216ab4a22dcd9efddfcd9b0e04e6
1190Author: Kumar Gala <galak@kernel.crashing.org>
1191Date: Wed Apr 23 16:58:04 2008 -0500
1192
1193 fsl_pci: Only modify registers if we have them
1194
1195 pme_msg_det exists only on PCIe controllers only set it if we are a "bridge".
1196
1197 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1198
1199commit 83fe32334337def160b302aa9d152d808bfcc68e
1200Author: Markus Klotzbücher <mk@denx.de>
1201Date: Wed Apr 23 10:57:33 2008 +0200
1202
1203 USB: remove a cpu bug workaround for an unsupported architecture.
1204
1205 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
1206
1207commit f957576cb53e6cfab412709cfc8db1afd39d21c3
1208Author: Markus Klotzbücher <mk@denx.de>
1209Date: Wed Apr 23 10:53:23 2008 +0200
1210
1211 USB: fix those pesky aliasing warnings issued by gcc-4.2
1212
1213 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
1214 Signed-off-by: Detlev Zundel <dzu@denx.de>
1215
1216commit 89cdab788f3716b335fefb60b836ebcf975aceab
1217Author: Mike Frysinger <vapier@gentoo.org>
1218Date: Mon Mar 31 11:02:01 2008 -0400
1219
1220 crc32: use uint32_t rather than unsigned long
1221
1222 The envcrc.c does sizeof(unsigned long) when calculating the crc, but
1223 this is done with the build toolchain instead of the target tool
1224 chain, so if the build is a 64bit system but the target is 32bits,
1225 the size will obviously be wrong. This converts all unsigned long
1226 stuff related to crc32 to uint32_t types. Compile tested only: output
1227 of ./tools/envcrc when run on a 32bit build system matches that of a
1228 64bit build system.
1229
1230 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1231 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1232
1233commit 80c40b765b3642ddb9f3392b7898715aab44a29c
1234Author: Dirk Behme <dirk.behme@googlemail.com>
1235Date: Wed Mar 26 09:53:29 2008 +0100
1236
1237 ARM: Davinci: Fix DM644x timer overflow handling and cleanup
1238
1239 Fix ARM based DaVinci DM644x timer overflow handling and cleanup timer code.
1240
1241 Changes:
1242
1243 - Remove *_masked() functions as noted by Wolfgang
1244
1245 - Adapt register naming to recent TI spec (sprue26, March 2007)
1246
1247 - Fix reset_timer() handling
1248
1249 - As reported by Pieter [1] the overflow fix introduced a delay of factor 16 (e.g 2 seconds became 32). While the overflow fix is basically okay, it missed to divide udelay by 16, too. Fix this.
1250
1251 [1] http://article.gmane.org/gmane.comp.boot-loaders.u-boot/38179
1252
1253 - Remove software division of timer count value (DIV(x) macro) and do it in hardware (TIM_CLK_DIV).
1254
1255 Many thanks to Troy Kisky <troy.kisky@boundarydevices.com> and Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl> for the hints & testing!
1256
1257 Patch is compile tested with davinci_dvevm & sonata & schmoogie configuration and tested by Pieter on DaVinci EVM hardware.
1258
1259 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
1260 Acked-by: Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl>
1261
1262commit a6e6fc610e39dec41b79680413d4ed38145bd3c8
1263Author: Sergei Poselenov <sposelenov@emcraft.com>
1264Date: Wed Apr 9 16:09:41 2008 +0200
1265
1266 Added watchdog triggering calls in the "mtest" test function.
1267
1268 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
1269
1270commit d32a874b9b4c1e949ee38be7790f6bf6d6143451
1271Author: Yuri Tikhonov <yur@emcraft.com>
1272Date: Sun Apr 6 19:19:14 2008 +0200
1273
1274 lwmon5 watchdog: limit trigger rate
1275
1276 Limit the rate of h/w watch-dog triggering on the LWMON5 board by
1277 the CONFIG_WD_MAX_RATE value.
1278
1279 Note that an earlier version of this patch which used microseconds
1280 instead of ticks dis not work. The problem was that we used
1281 usec2ticks() to convert microseconds into ticks. usec2ticks() uses
1282 get_tbclk(), which in turn calls get_sys_info(). It turns out that
1283 this function does a lot of prolonged operations (like divisions)
1284 which take too much time so we do not trigger the watchdog in time,
1285 and it resets the system.
1286
1287 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
1288
1289commit 2d2b994a30bb100774dc747ae9865b7f95285a88
1290Author: Yuri Tikhonov <yur@emcraft.com>
1291Date: Mon Mar 31 10:51:37 2008 +0200
1292
1293 POST: move CONFIG_POST to Makefiles
1294
1295 Introduce the new logical option CONFIG_HAS_POST which is set when the
1296 platform has CONFIG_POST set. Use CONFIG_HAS_POST in the post/ Makefiles
1297 to determine should the POST libs be compiled for the selected target
1298 platform, or not.
1299
1300 To avoid breaking u-boot linking process, the empty post/libpost.a file is
1301 created for platforms which do not have POSTs.
1302
1303 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
1304 Signed-off-by: Wolfgang Denk <wd@denx.de>
1305
1306commit 0a51e9248e2d27e0a02ef1e740c576ce90a39ee1
1307Author: Yuri Tikhonov <yur@emcraft.com>
1308Date: Mon Mar 31 10:49:34 2008 +0200
1309
1310 POST: preparations for moving CONFIG_POST to Makefiles
1311
1312 Remove CONFIG_POST ifdefs from the post/ source files.
1313
1314 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
1315 Signed-off-by: Wolfgang Denk <wd@denx.de>
1316
1317commit 5d40d4430d9ebc8434c6f0798594836e1efa7a1e
1318Author: Stefan Roese <sr@denx.de>
1319Date: Tue Apr 22 14:14:20 2008 +0200
1320
1321 ppc4xx: Fix Canyonlands and Glacier default environment for fdt usage
1322
1323 This patch fixes the Canyonlands and Glacier default environment to better
1324 fit to the arch/powerpc device-tree kernels. The variables dealing with
1325 arch/ppc booting are removed, since these boards are supported only in
1326 arch/powerpc. Glacier uses the same config file as Canyonlands.
1327
1328 Also, the Glacier now uses non-FPU rootpath, since 460GT has no FPU.
1329
1330 Signed-off-by: Stefan Roese <sr@denx.de>
1331
1332commit b789cb4a4c0c1deff82053539cfe29a9c6e23f8b
1333Author: Stefan Roese <sr@denx.de>
1334Date: Tue Apr 22 14:06:42 2008 +0200
1335
1336 ppc4xx: Small coding style cleanup for the latest esd patches
1337
1338 Signed-off-by: Stefan Roese <sr@denx.de>
1339
1340commit 79941d63bc03aed8c48d7602f18217cc200ee931
1341Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
1342Date: Mon Apr 21 18:01:07 2008 +0200
1343
1344 ppc4xx: Update CPU strapping for PMC440 boards
1345
1346 This patch removes the temporary 'test' strapping option
1347 of the sbe command. The '667' strapping option now uses
1348 a PLB/PCI divider of 3.
1349
1350 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
1351
1352commit f00cf3193a6635355b121e90debb2f54e777e7da
1353Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
1354Date: Mon Apr 21 14:42:21 2008 +0200
1355
1356 ppc4xx: Remove unused APC405 strataflash driver
1357
1358 The APC405 board support has been migrated to use the common
1359 CFI flash driver.
1360
1361 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
1362
1363commit 1c686676a86473bbd92151f0544e109413f6ed06
1364Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
1365Date: Mon Apr 21 14:42:17 2008 +0200
1366
1367 ppc4xx: Update APC405 configuration
1368
1369 - enable esd's auto_update mechanism
1370 - support alternative flash layout on rev. 1.8 boards
1371 - update default environment
1372 - use common CFI flash driver
1373 - coding style cleanup
1374
1375 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
1376
1377commit 0b9872515a521bf7866dc24b85ddce708e60d702
1378Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
1379Date: Mon Apr 21 14:42:11 2008 +0200
1380
1381 ppc4xx: Update APC405 board support
1382
1383 - enable esd's auto_update mechanism
1384 - fix LCD support on latest hardware revision (uses other LCD controller)
1385 - support alternative flash layout on rev. 1.8 boards
1386 - coding style cleanup
1387
1388 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
1389
1390commit 83975d02e225e231960784972e7820a8b303756b
1391Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
1392Date: Mon Apr 21 14:42:06 2008 +0200
1393
1394 ppc4xx: update esd's common auto_update code for 405 boards
1395
1396 - Coding style cleanup (long lines)
1397 - improve handling of protected flash regions
1398 - remove dead code
1399
1400 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
1401
1402commit b9233fe5d59cb25d975071616bd1035d6f4c2285
1403Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
1404Date: Mon Apr 21 14:41:59 2008 +0200
1405
1406 ppc4xx: Update esd's common LCD code for 405 boards
1407
1408 - Coding style cleanup (long lines)
1409 - Add s1d13505 support
1410 - Make some functions return a result code instead of void
1411
1412 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
1413
1414commit dea68189424c3f1242427a8146a3861bf093173c
1415Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
1416Date: Mon Apr 21 11:36:55 2008 +0200
1417
1418 ppc4xx: Update FPGA image for APC405 boards
1419
1420 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
1421
1422commit 2a05b152924acfcec3b037693329e517e6d3578f
1423Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
1424Date: Mon Apr 21 11:36:08 2008 +0200
1425
1426 ppc4xx: Update bootlogo for APC405 boards
1427
1428 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
1429
1430commit 8deafdc6ad368368cf03b58cab4bd39f45d64b5c
1431Author: Stefan Roese <sr@denx.de>
1432Date: Fri Apr 18 16:41:31 2008 +0200
1433
1434 ppc4xx: Add dcache_enable() for 440
1435
1436 dcache_enable() was missing for 440 and the patch
1437 017e9b7925f74878d0e9475388cca9bda5ef9482 ["allow ports to override bootelf
1438 "] behavior uses this function.
1439
1440 Note: Currently the cache handling functions like
1441 d/icache_disable/enable() are NOP's on 440. This may be changed in the
1442 future.
1443
1444 Signed-off-by: Stefan Roese <sr@denx.de>
1445
1446commit a49e0d177a0749614b316ec847fb623f09c82c07
1447Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
1448Date: Mon Apr 21 11:19:04 2008 +0200
1449
1450 video: Add missing free for logo memory
1451
1452 This patch adds two missing free()s.
1453
1454 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
1455
1456commit 84c01d3a05ae3aca5f7c0c13a31ca72ba1199a42
1457Author: Troy Kisky <troy.kisky@boundarydevices.com>
1458Date: Mon Sep 24 16:41:43 2007 -0700
1459
1460 PATCH - Fix oob data copied into supplied buffer
1461
1462 This patch correctly sets the oobavail variable
1463 and fixes a bug where the oob data was not valid when
1464 there where multiple groups in oobfree.
1465
1466 First segment fixes a typo
1467 Second segment fixes a bug where oob data may be copied incorrectly.
1468 Third segment adds an error message when exiting due to write protect.
1469 Forth segment fixes a bug where oobavail may be set incorrectly.
1470
1471 Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com>
1472
1473commit e1d09680f64b452adde89ed9fe28a77c56bedc9a
1474Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
1475Date: Fri Apr 18 17:24:32 2008 +0200
1476
1477 ppc4xx: Fix sys_get_info() for 405GP(r)
1478
1479 This patch assigns the correct EBC clock for 405GP(r) CPUs
1480 to PPC4xx_SYS_INFO structure. Without this patch U-Boot
1481 uses an uninitialized EBC clock in its startup message.
1482
1483 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
1484
1485commit dc7746d86d2a3dfe01ab9a70cb427f92adc303c7
1486Author: Wolfgang Denk <wd@denx.de>
1487Date: Sun Apr 20 15:39:38 2008 -0700
1488
1489 Makefile: remove nand_spl/System.map when cleaning up.
1490
1491commit d9a42c0ace4d4f9cb061d62a7265d1780f90447b
1492Author: Wolfgang Denk <wd@denx.de>
1493Date: Sun Apr 20 15:35:52 2008 -0700
1494
1495 MAKEALL: sort entries / lists.
1496
1497 Signed-off-by: Wolfgang Denk <wd@denx.de>
1498
1499commit 0878af169b181868a105b5c33f3a6423e2c9fd60
1500Author: Kumar Gala <galak@kernel.crashing.org>
1501Date: Fri Apr 18 11:29:01 2008 -0500
1502
1503 85xx: Fix size of cpu-release-addr property
1504
1505 The cpu-release-addr is defined as always being a 64-bit quanity regardless
1506 if we are running on a 32-bit or 64-bit machine.
1507
1508commit 88353a985109562a639b2f8a0c90d77011bfe374
1509Author: Timur Tabi <timur@freescale.com>
1510Date: Fri Apr 4 11:15:58 2008 -0500
1511
1512 Fix calculation of I2C clock for some 85xx chips
1513
1514 Some 85xx chips use CCB as the base clock for the I2C. Some use CCB/2, and
1515 some use CCB/3. There is no pattern that can be used to determine which
1516 chips use which frequency, so the only way to determine is to look up the
1517 actual SOC designation and use the right value for that SOC.
1518
1519 Update immap_85xx.h to include the GUTS PORDEVSR2 register.
1520
1521 Signed-off-by: Timur Tabi <timur@freescale.com>
1522
1523commit 1e01477aeaf409ddb97e2633aab9cf8c9c60612e
1524Author: Wolfgang Denk <wd@denx.de>
1525Date: Fri Apr 18 11:44:27 2008 -0700
1526
1527 Fix build breakage casued by commit c0559be371b2
1528
1529 Change env_get_char from a global function ptr to a function.
1530
1531 Signed-off-by: Wolfgang Denk <wd@denx.de>
1532
1533commit 268a804d7e2fa07b64211fd2f9a9615db4539f23
1534Author: Wolfgang Denk <wd@denx.de>
1535Date: Fri Apr 18 10:53:41 2008 -0700
1536
1537 Coding Style cleanup, update CHANGELOG.
1538
1539 Signed-off-by: Wolfgang Denk <wd@denx.de>
1540
268a804d
WD
1541commit 92bad20ad74b70adf3839df9a0a47cce000ac3d7
1542Author: Mike Frysinger <vapier@gentoo.org>
1543Date: Tue Apr 8 14:00:57 2008 -0400
1544
1545 Add support for u-boot in svn and localversion-* files
1546
1547 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1548
1549commit d23ff6827decf121461fbc5622612fd7effe207e
1550Author: Guennadi Liakhovetski <lg@denx.de>
1551Date: Thu Apr 3 17:04:22 2008 +0200
1552
1553 MX31ADS network and flash updates
1554
1555 This patch allows U-Boot to use buffered writes to the Spansion NOR
1556 flash installed on this board, and eliminates long delays in network
1557 transfers after the board startup.
1558
1559 Also modify flash layout to embed main and redundant environment
1560 blocks in the U-Boot image.
1561
1562 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
1563
1564commit b5dc9b304d289831f291843ff88a45cbdf1a6290
1565Author: Guennadi Liakhovetski <lg@denx.de>
1566Date: Mon Apr 14 10:53:12 2008 +0200
1567
1568 Support for the MX31ADS evaluation board from Freescale
1569
1570 This patch adds support for the MX31ADS evaluation board from Freescale,
1571 initialization code is copied from RedBoot sources, also provided by
1572 Freescale.
1573
1574 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
1575
7ed40117
WD
1576commit 499e7831e1baaac6bfb959213f1950c216fbc5ba
1577Author: Stefan Roese <sr@denx.de>
1578Date: Tue Apr 8 10:33:29 2008 +0200
1579
1580 ppc4xx: Change Canyonlands to support booting from 2k page NAND devices
1581
1582 Signed-off-by: Stefan Roese <sr@denx.de>
1583
1584commit 5e182dce04d68cc94407a1b1fa09307f2bb96719
1585Author: Stefan Roese <sr@denx.de>
1586Date: Tue Apr 8 10:33:28 2008 +0200
1587
1588 ppc4xx: Adjust Canyonlands fixed DDR2 setup (NAND booting) to 512MB SODIMM
1589
1590 Signed-off-by: Stefan Roese <sr@denx.de>
1591
1592commit fe7c0db6b2a9004f96c2a2d4fff2849e19c2d825
1593Author: Stefan Roese <sr@denx.de>
1594Date: Tue Apr 8 10:33:27 2008 +0200
1595
1596 ppc4xx: Add Glacier NAND booting target
1597
1598 Signed-off-by: Stefan Roese <sr@denx.de>
1599
1600commit 46f373838e384a4c23d13581b1dfa5acb66b5810
1601Author: Stefan Roese <sr@denx.de>
1602Date: Tue Apr 8 10:31:00 2008 +0200
1603
1604 nand_spl: Update nand_spl to support 2k page size NAND devices
1605
1606 This patch adds support for booting from 2k page sized NAND device
1607 (e.g. Micron 29F2G08AAC).
1608
1609 Tested on AMCC Canyonlands.
1610
1611 Signed-off-by: Stefan Roese <sr@denx.de>
1612
268a804d
WD
1613commit 5e3dca577b7c1bf58bd2b48449b18b7e7dcd8e04
1614Author: Anatolij Gustschin <agust@denx.de>
1615Date: Thu Apr 17 18:18:00 2008 +0200
1616
1617 Fix crash on sequoia in ppc_4xx_eth_init
1618
1619 Currently U-Boot crashes in ppc_4xx_eth_init on sequoia
1620 with cache enabled (TLB Parity exeption). This patch
1621 fixes the problem.
1622
1623 Signed-off-by: Anatolij Gustschin <agust@denx.de>
1624
1625commit accf7355767dc7f6b85d88bb1c75c9d95e84ba5b
1626Author: Anatolij Gustschin <agust@denx.de>
1627Date: Thu Apr 17 18:15:27 2008 +0200
1628
1629 ppc4xx: Fix crash on sequoia with cache enabled
1630
1631 Currently U-Boot crashes on sequoia board in CPU POST if
1632 cache is enabled (CONFIG_4xx_DCACHE defined). The cache
1633 won't be disabled by change_tlb before CPU POST because
1634 there is an insufficient adress range check since
1635 CFG_MEM_TOP_HIDE was introduced. This patch tries to fix
1636 this problem.
1637
1638 Signed-off-by: Anatolij Gustschin <agust@denx.de>
1639
1640commit 43c509254fab375c49936498da944658117ed07c
1641Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
1642Date: Thu Apr 17 23:35:13 2008 +0900
1643
1644 Use jr as register jump instruction
1645
1646 Current assembler codes are inconsistent in the way of register jump
1647 instruction usage; some use jr, some use j. Of course GNU as allows both
1648 usages, but as can be expected from `Jump Register' the mnemonic `jr' is
1649 more intuitive than `j'. For example, Linux doesn't have `j <reg>' usage
1650 at all.
1651
1652 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
1653
1654commit 7ce63709828d37b08866e537339a169bd0db2bd3
1655Author: Guennadi Liakhovetski <lg@denx.de>
1656Date: Tue Apr 15 14:15:30 2008 +0200
1657
1658 RTC driver for MC13783
1659
1660 MC13783 is a multifunction IS with an SPI interface to the host. This
1661 driver handles the RTC controller in this chip.
1662
1663 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
1664
1665commit 38254f45b0b412332726c90d3184ad47479fcffb
1666Author: Guennadi Liakhovetski <lg@denx.de>
1667Date: Tue Apr 15 14:14:25 2008 +0200
1668
1669 New i.MX31 SPI driver
1670
1671 This is an SPI driver for i.MX and MXC based SoCs from Freescale. So far
1672 only implemented and tested on i.MX31, can with a modified register layout
1673 and definitions be used for i.MX27, I think, MXC CPUs have similar SPI
1674 controllers too.
1675
1676 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
1677
1678commit 7064122c2eef92f02a03ef37a1a1c07e70cd4e38
1679Author: Magnus Lilja <lilja.magnus@gmail.com>
1680Date: Tue Apr 15 19:09:10 2008 +0200
1681
1682 Fix name of i.MX31 boards in config file header
1683
1684 Correct the name of the i.MX31 Litekit and phyCORE boards in config files.
1685
1686 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
1687
1688commit a49864593e083a5d0779fb9ca98e5a0f2053183d
1689Author: Mike Frysinger <vapier@gentoo.org>
1690Date: Sun Apr 13 19:42:19 2008 -0400
1691
1692 allow ports to override go behavior
1693
1694 Split the arch-specific logic out of the common go code and into a dedicated
1695 weak function called do_go_exec() that lives in cpu directories. This will
1696 need review from i386/nios people to make sure I didn't break them.
1697
1698commit 017e9b7925f74878d0e9475388cca9bda5ef9482
1699Author: Mike Frysinger <vapier@gentoo.org>
1700Date: Sun Apr 13 19:42:18 2008 -0400
1701
1702 allow ports to override bootelf behavior
1703
1704 Change the bootelf setup function into a dedicated weak function called
1705 do_bootelf_exec. This way ports can control the behavior however they
1706 like before/after calling the ELF entry point.
1707
1708commit a4b46ed6b3502335c3f3a5d672abe0bcb44f20b7
1709Author: Ulf Samuelsson <ulf@atmel.com>
1710Date: Sat Apr 12 20:56:03 2008 +0200
1711
1712 Reorder ARM boards in Makefile
1713
1714 Rearrange ARM boards in Makefile so that ARM926EJ-S boards
1715 are no longer under ARM92xT header.
1716
1717 Signed-off-by: Ulf Samuelsson <ulf@atmel.com>
1718 Ack-By Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1719
1720commit c3a60cb3bd67e120fc99b6ba88d9295c3c07f688
1721Author: Ulf Samuelsson <ulf@atmel.com>
1722Date: Sat Apr 12 20:29:44 2008 +0200
1723
1724 Clean up dataflash partitioning
1725
1726 This patch removes the board dependent parts from
1727 "drivers/mtd/dataflash.c".
1728 Each board relying on this, will have the appropriate
1729 code in a new file, "partition.c" in the board directory.
1730 board Makefiles updated to use the file.
1731
1732 The dataflash partitions are aligned on sector/page boundaries.
1733
1734 The CONFIG_NEW_DF_PARTITION was used to create named partitions
1735 This is now the default operation, and the CONFIG variable is removed.
1736
1737 Signed-off-by: Ulf Samuelsson <ulf@atmel.com>
1738
1739commit 51ecde946fec511a16346e498204ca10ad71080d
1740Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1741Date: Sat Apr 12 14:08:45 2008 +0200
1742
1743 gitignore: udpate stgit generated and .patch file
1744
1745 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1746
1747commit 66e39818e95f51ee1c1dd2094407a8929543fa6d
1748Author: Wolfgang Denk <wd@denx.de>
1749Date: Fri Apr 18 00:15:36 2008 -0700
1750
1751 Get rid of redundant copy of renamed header file.
1752
1753 Signed-off-by: Wolfgang Denk <wd@denx.de>
1754
1755commit c3aafd8cf814e33a77de81c2f22b8c772216a3cc
1756Author: Vlad Lungu <vlad@comsys.ro>
1757Date: Fri Apr 11 21:20:14 2008 +0300
1758
1759 Fix dependency generation for older gcc versions
1760
1761 With gcc 3.3.3 at least, compilation fails with
1762
1763 Generating include/autoconf.mk
1764 gcc: compilation of header file requested
1765 make: *** [include/autoconf.mk] Error 1
1766
1767 since commit 16fe77752eee099b9fb61ed73460e51cc94b37ba.
1768
1769 Signed-off-by: Vlad Lungu <vlad@comsys.ro>
1770
1771commit cb1c4896905ab22fcd982e6a8a539f0031942e71
1772Author: Marian Balakowicz <m8@semihalf.com>
1773Date: Fri Apr 11 11:07:49 2008 +0200
1774
1775 Restore the ability to continue booting after legacy image overwrite
1776
1777 Before new uImage code was merged, bootm code allowed for the kernel image to
1778 get overwritten during decompresion. new uImage introduced a check for image
1779 overwrites and refused to boot the image that got overwritten. This patch
1780 restores the old behavior. It also adds a warning when the image overwriten is
1781 a multi-image file, because in such case accessing componentes other than the
1782 first one will fail.
1783
1784 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
1785
1786commit de2b3216e6b4f3b2fe93759c05b17504f9dfe036
1787Author: Marian Balakowicz <m8@semihalf.com>
1788Date: Fri Apr 11 11:07:43 2008 +0200
1789
1790 ppc: Fix ftd_blob variable init when processing raw blob
1791
1792 Set fdt_blob variable before its value is printed out.
1793
1794 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
1795
1796commit 3d36be030043cd841a2551d00a395135e363a64b
1797Author: Jason Wessel <jason.wessel@windriver.com>
1798Date: Thu Apr 10 14:30:16 2008 -0500
1799
1800 Remove all the search paths from the .lds files.
1801
1802 The cross compiler is responsible for providing the correct libraries
1803 and the logic to find the linking libraries.
1804
1805 Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
1806
1807commit 7d721e34ae6be7d7db63e8d060a246278bb7ae58
1808Author: Bartlomiej Sieka <tur@semihalf.com>
1809Date: Mon Apr 14 15:44:16 2008 +0200
1810
1811 Boot-related documentation update
1812
1813 - document 'bootm_low' and 'bootm_size' environment variables
1814 - update inaccurate CFG_BOOTMAPSZ entry
1815
1816 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
1817
1818commit a6f0bd9f2b1971e2a61ac0fd1fc2c96cb7a4b67a
1819Author: Guennadi Liakhovetski <lg@denx.de>
1820Date: Wed Apr 9 17:34:08 2008 +0200
1821
1822 Fix regression introduced by a typo in "Tidied other cpu/arm920t/start.S code"
1823
1824 Restore logic reverted by commit
1825
1826 commit 80767a6cead9990d9e77e62be947843c2c72f469
1827 Author: Peter Pearse <peter.pearse@arm.com>
1828 Date: Wed Sep 5 16:04:41 2007 +0100
1829
1830 Changed API name to coloured_led.h
1831 Removed code using deprecated ifdef CONFIG_BOOTBINFUNC
1832 Tidied other cpu/arm920t/start.S code
1833
1834 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
1835
1836commit e25cb8d3f4fcc265a9cdf8e9d577b59bdb64bbaf
1837Author: Mike Frysinger <vapier@gentoo.org>
1838Date: Tue Apr 8 10:24:24 2008 -0400
1839
1840 Remove conflicting NAND ID
1841
1842 There are two NAND entries with ID 0xDC and this obviously causes problems.
1843 In the kernel, they punted the first entry, so we should do the same.
1844
1845 See this upstream e-mail for more info:
1846 http://lists.infradead.org/pipermail/linux-mtd/2007-July/018795.html
1847
1848 Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
1849 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1850
1851commit 188e94c370621708d13547d58dbc6ed3c5602aa8
1852Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
1853Date: Tue Apr 8 16:20:35 2008 +0900
1854
1855 cpu/mips/cpu.c: Fix flush_cache bug
1856
1857 Cache operations have to take line address (addr), not start_addr.
1858 I noticed this bug when debugging ping failure.
1859
1860 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
1861
1862commit 8f2a68a07c058fca1d413e54f71c2e7e78a74ed4
1863Author: Martin Krause <martin.krause@tqs.de>
1864Date: Thu Apr 3 14:29:01 2008 +0200
1865
1866 TQM5200: fix default IDE reset level
1867
1868 Before the first call of ide_reset(), the level of the IDE reset
1869 signal on the TQM5200 is low (reset asserted). This patch sets the
1870 default value to high (reset not asserted).
1871
1872 Currently this patch fixes no real problem, but it is cleaner to
1873 assert the reset signal only on demand, and not permanently.
1874
1875 Signed-off-by: Martin Krause <martin.krause@tqs.de>
1876
1877commit c61e033d6e8abb7b4060ee36060961e1399f6079
1878Author: Detlev Zundel <dzu@denx.de>
1879Date: Thu Apr 3 14:18:48 2008 +0200
1880
1881 mgcoge, mgsuv: realign CONFIG_EXTRA_ENV_SETTING
1882
1883 Signed-off-by: Detlev Zundel <dzu@denx.de>
1884
1885commit f308572e19eb7fe63aa3d41f214cde4c23c9800f
1886Author: Detlev Zundel <dzu@denx.de>
1887Date: Thu Apr 3 14:18:47 2008 +0200
1888
1889 mgcoge, mgsuv: rename 'addcon' to 'addcons'
1890
1891 The latter name with 13 users is already established, so we will use
1892 that.
1893
1894 Signed-off-by: Detlev Zundel <dzu@denx.de>
1895
1896commit e175eacc87c3a9e4dad0799fee0e95732520afc7
1897Author: Martin Krause <martin.krause@tqs.de>
1898Date: Thu Apr 3 13:37:56 2008 +0200
1899
1900 IDE: fix bug in reset sequence
1901
1902 According to the ata (ata5) specification the RESET- signal
1903 shall be asserted for at least 25 us. Without this patch,
1904 the RESET- signal is asserted on some boards for only < 1 us
1905 (e. g. on the TQM5200). This patch adds a general delay of
1906 25 us to the RESET- signal.
1907
1908 Without this patch a Platinum 4 GiB CF card is not recognised
1909 properly on boards with a TQM5200 (STK52xx, TB5200).
1910
1911 Signed-off-by: Martin Krause <martin.krause@tqs.de>
1912
1913commit 813bea96a960916c72b4a3a7df840151529c26ce
1914Author: Sascha Laue <Sascha.Laue@gmx.biz>
1915Date: Thu Apr 3 14:43:11 2008 +0200
1916
1917 lwmon5: disable CONFIG_ZERO_BOOTDELAY
1918
1919 Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
1920
1921commit 53eec6f1d25932e76d63ccb14082792b0b96bf41
1922Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1923Date: Wed Apr 2 08:03:58 2008 +0200
1924
1925 ds174x: Fix warning on return in rtc_get and rtc_set functions
1926
1927 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1928
1929commit a253b38bf50c85227c33ca0febc870ee49d1588e
1930Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1931Date: Wed Apr 2 08:03:57 2008 +0200
1932
1933 cmd_log.c: Fix assignment differ in signedness
1934
1935 In function 'logbuff_init_ptrs':
1936 cmd_log.c:79: warning: pointer targets in assignment differ in signedness
1937
1938 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1939
1940commit 6c0e9a8f1cc090fbfbc6f86b6b4fd17a1628f3df
1941Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
1942Date: Wed Apr 2 11:04:43 2008 +0530
1943
1944 Remove duplicate #undef SHOW_INFO in drivers/usb/usb_ohci.c
1945
1946 Signed-off-by: gururaja hebbar <gururajakr@sanyo.co.in>
1947
1948commit 478d5ec9ae3cbcc6040241d2d73dbbc61fe9b49d
1949Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1950Date: Tue Apr 1 14:07:10 2008 +0200
1951
1952 s3c4510b_eth: fix 'packed' attribute ignored for fields of MACFrame
1953
1954 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1955
1956commit c08fb3ea36d19b1640b7906264581e9105534399
1957Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
1958Date: Tue Apr 15 10:24:14 2008 +0200
1959
1960 Additional PCI IDs for IDE and network controllers
1961
1962 These PCI IDs are required by the Linkstation platforms.
1963
1964 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
1965
1966commit c0559be371b2a64b1a817088c3308688e2182f93
1967Author: Joakim Tjernlund <joakim.tjernlund@transmode.se>
1968Date: Mon Apr 14 23:01:50 2008 +0200
1969
1970 Change env_get_char from a global function ptr to a function.
1971
1972 This avoids an early global data reference.
1973
1974 Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
1975
1976commit 3e0f331c05d72f140715c1e9fca991927e44d422
1977Author: Guennadi Liakhovetski <lg@denx.de>
1978Date: Tue Apr 29 12:35:08 2008 +0000
1979
1980 Clean up smsc911x driver
1981
1982 Replace direct register address derefencing with accessor functions.
1983 Restrict explicitly 32-bit bus-width, extend affected configurations
1984 respectively.
1985
1986 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
1987 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1988
1989commit de1b686b763aa8b87a86f6748ce9169e7fc0e4cd
1990Author: Sascha Hauer <s.hauer@pengutronix.de>
1991Date: Tue Apr 15 00:08:20 2008 -0400
1992
1993 This patch adds a driver for the following smsc network controllers:
1994 LAN9115
1995 LAN9116
1996 LAN9117
1997 LAN9215
1998 LAN9216
1999 LAN9217
2000
2001 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2002 Signed-off-by: Guennadi Liakhovetski<lg@denx.de>
2003 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2004
2005commit 3dfd4aab929cccddb63d9ea509967861e1333b52
2006Author: Sascha Laue <Sascha.Laue@gmx.biz>
2007Date: Tue Apr 1 15:13:03 2008 +0200
2008
2009 Fix watchdog POST for lwmon5
2010
2011 If the hardware watchdog detects a voltage error, the watchdog sets
2012 GPIO62 to low. The watchdog POST has to detect this low level.
2013
2014 Signed-off-by: Sascha Laue <leglas0@legpc180.leg.liebherr.i>
2015
2016commit 24b448448a917e52806f82660a5c9d47608894fb
2017Author: Dave Liu <r63238@freescale.com>
2018Date: Tue Apr 1 15:22:11 2008 +0800
2019
2020 ata: update the libata.h from ata.h of linux kernel
2021
2022 Current libata.h of u-boot is out of sync from linux kernel,
2023 this patch make it be consistent with linux kernel.
2024
2025 Signed-off-by: Dave Liu <daveliu@freescale.com>
2026 Signed-off-by: Tor Krill <tor@excito.com>
2027
2028commit f8f9dc98883f66f59eb0601da65808e6b139c87c
2029Author: Kumar Gala <galak@kernel.crashing.org>
2030Date: Mon Mar 31 11:59:27 2008 -0500
2031
2032 Allow use of ARCH=powerpc when building
2033
2034 The linux kernel is now mostly ARCH=powerpc, so to make life easier
2035 allow use to use ARCH=powerpc and convert it to ARCH=ppc.
2036
2037 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2038
2039commit 8af657d2c6d1ca4f2f76973531394d4578ba2ef0
2040Author: Kyungmin Park <kmpark@infradead.org>
2041Date: Mon Mar 31 10:40:54 2008 +0900
2042
2043 Add apollon board MAINTAINERS entry
2044
2045 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
2046
2047commit 77e475cc0ed1832160017d364be32a0be9ff02a9
2048Author: Kyungmin Park <kmpark@infradead.org>
2049Date: Mon Mar 31 10:40:36 2008 +0900
2050
2051 Fix OneNAND read
2052
2053 It should access with 16-bit instead of 8-bit
2054
2055 Now it uses the generic memcpy with 8-bit access. It means it reads wrong data from OneNAND.
2056
2057 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
2058
2059commit a9da2b41079d230db3a5641625311983f85ce1fb
2060Author: Kyungmin Park <kmpark@infradead.org>
2061Date: Mon Mar 31 10:40:19 2008 +0900
2062
2063 Fix OneNAND erase command
2064
2065 It mis-calculates the block address.
2066 Also fix DECLARE_GLOBAL_DATA_PTR in env_onenand.
2067
2068 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
2069
2070commit 61525f2ffa156665a66908fda47dbf29d65ea579
2071Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
2072Date: Mon Mar 31 01:32:15 2008 +0200
2073
2074 Support for LinkStation / KuroBox HD and HG PPC models
2075
2076 This patch is based on the port by Mihai Georgian (see linkstation.c for
2077 Copyright information) and implements support for LinkStation / KuroBox HD
2078 and HG PPC models from Buffalo Technology, whereby HD is deactivated at
2079 the moment, pending network driver fixing.
2080
2081 Notice to users: this is pretty much a barebone port. Support for network
2082 on HG models is already in the U-Boot mainline, but you might also want
2083 patches to switch fan / phy modes depending on the negotiated ethernet
2084 parameters. This patch also doesn't support console switching, booting EM
2085 mode, Buffalo specific ext2 magic number. So, if you want to use any of
2086 those, you need additional patches. Otherwise this patche provides a fully
2087 functional u-boot with a network console on your system.
2088
2089 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
2090
2091commit 0f3ba7e9783f352318f197a3148f6d5cc3d75bea
2092Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
2093Date: Sun Mar 30 01:22:13 2008 -0500
2094
2095 Add CONFIG_MII_INIT support to related boards
2096
2097 Replace CONFIG_8xx and CONFIG_MCF532x to CONFIG_MII_INIT in
2098 cmd_init.c. Add CONFIG_MII_INIT to board configuration files
2099 that use mii_init() in cmd_init.c.
2100
2101 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
2102 Acked-by: Ben Warren <biggerbadderben@gmail.com>
2103
2104commit f33fca22e76f20e4e4793810ca7a06a4805a6cf4
2105Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
2106Date: Sun Mar 30 01:19:06 2008 -0500
2107
2108 Update CONFIG_PCIAUTO_SKIP_HOST_BRIDGE to related boards
2109
2110 Remove test for CONFIG_MPC5200 in drivers/pci/pci_auto.c and define
2111 CONFIG_PCIAUTO_SKIP_HOST_BRIDGE in related board configuration files.
2112
2113 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
2114
2115commit e99ccb488181d012248c6be30b2093e950319fc5
2116Author: Kumar Gala <galak@kernel.crashing.org>
2117Date: Thu Mar 27 11:46:38 2008 -0500
2118
2119 Introduce phys_size_t and move phys_addr_t into asm/types.h
2120
2121 Also add CONFIG_PHYS_64BIT on powerpc to deal with 32-bit ppc's
2122 that have larger physical addresses like 44x, 85xx, and 86xx.
2123
2124 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2125
2126commit 20a14a42a25f72e379f38460b8a8484667536795
2127Author: Andy Fleming <afleming@freescale.com>
2128Date: Wed Apr 2 16:19:07 2008 -0500
2129
2130 Rename include/md5.h to include/u-boot/md5.h
2131
2132 Some systems have md5.h installed in /usr/include/. This isn't the
2133 desired file (we want the one in include/md5.h). This will avoid the
2134 conflict. This fixes the host tools building problem by creating a new
2135 directory for U-Boot specific header files.
2136
2137 [Patch by Andy Fleming, modified to use separate directory by Wolfgang
2138 Denk]
2139
2140 Signed-off-by: Wolfgang Denk <wd@denx.de>
2141 Signed-off-by: Andy Fleming <afleming@freescale.com>
2142 Acked-by: Timur Tabi <timur@freescale.com>
2143
2144commit f297b7a1ec87433f66320d89d993e1bc738c66b8
2145Author: Dave Liu <r63238@freescale.com>
2146Date: Thu Mar 27 18:51:17 2008 +0800
2147
2148 drivers: code clean up
2149
2150 Signed-off-by: Dave Liu <daveliu@freescale.com>
2151
2152commit 0ff7cba4a2e51c90827f6d21a0b28b4d67109597
2153Author: Dave Liu <r63238@freescale.com>
2154Date: Thu Mar 27 18:50:41 2008 +0800
2155
2156 drivers: clean up the ata_piix.h
2157
2158 Signed-off-by: Dave Liu <daveliu@freescale.com>
2159
2160commit e8f7ba404f1409606962815ecc955a06984b08b3
2161Author: Dave Liu <r63238@freescale.com>
2162Date: Thu Mar 27 18:49:56 2008 +0800
2163
2164 doc: english polishing for README.sata
2165
2166 according to gvb's suggestion, polishing for the doc.
2167
2168 Signed-off-by: Jerry Van Baren <gerald.vanbaren@ge.com>
2169 Signed-off-by: Dave Liu <daveliu@freescale.com>
2170
2171commit 3e3f766a5274d204780460e1879723b565296d34
2172Author: Kumar Gala <galak@kernel.crashing.org>
2173Date: Wed Mar 26 18:53:28 2008 -0500
2174
2175 Fix warnings introduced by I2C bus speed setting patch
2176
2177 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2178
2179commit 3c735e7437150e8615f26930c7819db85634276d
2180Author: eran liberty <eran.liberty@gmail.com>
2181Date: Thu Mar 27 00:50:49 2008 +0100
2182
2183 Altera Stratix II support
2184
2185 Adds Support for Altera's Stratix II.
2186
2187 Within your board specific init file you will have to call
2188
2189 1. fpga_init (/* relocated code offset. usually => */ gd->reloc_off);
2190 2. fpga_add (fpga_altera, (Altera_desc*)&altera_desc);
2191
2192 Altera_desc* contines (for example):
2193 {
2194 Altera_StratixII, /* part type */
2195 passive_serial, /* interface type */
2196 1, /* bytes of data part can accept */
2197 (void *)(&funcs), /* interface function table */
2198 0L, /* base interface address */
2199 0 /* implementation specific cookie */
2200 }
2201
2202 funcs is the interface. It is of type altera_board_specific_func.
2203 It looks like this:
2204 altera_board_specific_func func = {
2205 pre_fn,
2206 config_fn,
2207 status_fn,
2208 done_fn,
2209 clk_fn,
2210 data_fn,
2211 abort_fn,
2212 post_fn,
2213 };
2214
2215 you will have to implement these functions, which is usually bit
2216 banging some gpio.
2217
2218 Signed-off-by: Eran Liberty <liberty@extricom.com>
2219
2220commit 5ece9ec9f6cd52950ab848e2fe422dacf1d3a335
2221Author: Wolfgang Denk <wd@denx.de>
2222Date: Sun Apr 13 14:32:54 2008 -0700
2223
2224 Update CHANGELOG
2225
2226 Signed-off-by: Wolfgang Denk <wd@denx.de>
2227
5ece9ec9
WD
2228commit 5ad862166aa24d62a69aa9c708f6b2f5c0d28fb7
2229Author: Sascha Hauer <s.hauer@pengutronix.de>
2230Date: Wed Mar 26 20:41:17 2008 +0100
2231
2232 Phytec Phycore-i.MX31 support
2233
2234 This patch adds support for the Phytec Phycore-i.MX31 board
2235
2236 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2237 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
2238
2239commit caebc95be3b42e5147b5fac7672ac4b2693ef7e1
2240Author: Sascha Hauer <s.hauer@pengutronix.de>
2241Date: Wed Mar 26 20:41:09 2008 +0100
2242
2243 mx31 litekit support
2244
2245 This patch adds support for the mx31 litekit board
2246
2247 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2248 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
2249
2250commit cdace0661208754a53019ea0dc7b803a040e0939
2251Author: Sascha Hauer <s.hauer@pengutronix.de>
2252Date: Wed Mar 26 20:40:49 2008 +0100
2253
2254 add an i2c driver for mx31
2255
2256 This patch adds an i2c driver for Freescale i.MX processors
2257
2258 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2259 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
2260
2261commit 9b56f4f0306f3940b0aafd823ed6ecfc2d75d6c6
2262Author: Sascha Hauer <s.hauer@pengutronix.de>
2263Date: Wed Mar 26 20:40:42 2008 +0100
2264
2265 core support for Freescale mx31
2266
2267 This patch adds the core support for Freescale mx31
2268
2269 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2270 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
2271
2272commit 7ec68862a27c8f6f6d566228de8f6724d964a939
2273Author: Wolfgang Denk <wd@denx.de>
2274Date: Sun Apr 13 14:19:23 2008 -0700
2275
2276 Fix compile error
2277
2278 ...as suggested by Peter Pearse
2279
2280 Signed-off-by: Wolfgang Denk <wd@denx.de>
2281
2282commit 5252ed95204bdf55bec5a90ea69860bf2f78c643
2283Author: Sascha Hauer <s.hauer@pengutronix.de>
2284Date: Wed Mar 26 20:40:36 2008 +0100
2285
2286 Separate omap24xx specific code from arm1136
2287
2288 Move omap24xx code to cpu/arm1136/omap24xx, rename include/asm-arm/arch-arm1136
2289 to cpu/arm1136/omap24xx.
2290
2291 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2292 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
2293
2294commit 1f1d88dd40815332df32982e739f2ddd2da6fe1a
2295Author: Mike Frysinger <vapier@gentoo.org>
2296Date: Tue Jan 29 18:21:05 2008 -0500
2297
2298 disable caches before booting an app for Blackfin apps
2299
2300 It isn't generally save to execute applications outside of U-Boot with caches
2301 enabled due to the way the Blackfin processor handles caches (requires
2302 software assistance). This patch disables caches before booting an ELF or
2303 just booting raw code. The previous discussion on the patch was that we
2304 wanted to use weaks instead, but that proved to not be feasible when multiple
2305 symbols are involved, which puts us back at the ifdef solution. I've
2306 minimized the ugliness by moving the setup step outside of the main function.
2307
2308 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2309
2310commit e6dfed705efa44ebf00d21bb1588c6ccc8f3ad32
2311Author: Wolfgang Denk <wd@denx.de>
2312Date: Sun Apr 13 10:03:54 2008 -0700
2313
2314 ppc: Get rid of unused machine type definitions
2315
2316 Signed-off-by: Wolfgang Denk <wd@denx.de>
2317
2318commit 1aeed8d71acb3290cf2446f316d6ba437e7881c4
2319Author: Wolfgang Denk <wd@denx.de>
2320Date: Sun Apr 13 09:59:26 2008 -0700
2321
2322 Coding Style cleanup; update CHANGELOG
2323
2324 Signed-off-by: Wolfgang Denk <wd@denx.de>
2325
1aeed8d7
WD
2326commit 7754f33c6fb7a2c050388d20bf3847038558bdcf
2327Author: Larry Johnson <lrj@acm.org>
2328Date: Thu Feb 21 13:58:11 2008 -0500
2329
2330 LM73 bug fix for negative temperatures and cleanup
2331
2332 When the LM73 temperature sensor measures a temperature below 0 C, the
2333 current driver does not perform sign extension, so the result returned is
2334 512 C too high. This patch fixes the problem, and does general cleanup
2335 of the code.
2336
2337 Signed-off-by: Larry Johnson <lrj@acm.org>
2338
2339commit 96ef831f713289afba19da0c8f905e99da2b23e0
2340Author: Guennadi Liakhovetski <lg@denx.de>
2341Date: Thu Apr 3 13:36:02 2008 +0200
2342
2343 cfi_flash: Support buffered writes on non-standard Spansion NOR flash
2344
2345 Some NOR flash chip from Spansion, for example, the s29ws-n MirrorBit
2346 series require different addresses for buffered write commands. Define a
2347 configuration option to support buffered writes on those chips. A more
2348 elegant solution would be to automatically detect those chips by parsing
2349 their CFI records, but that would require introduction of a fixup table
2350 into the cfi_flash driver.
2351
2352 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
2353
2354commit 3f9c542d3d69b1a10a5e193e779133a0454d1f44
2355Author: Lee Nipper <lee.nipper@freescale.com>
2356Date: Thu Apr 10 09:35:06 2008 -0500
2357
2358 mpc83xx: Update DIMM data bus width test to support 40-bit width
2359
2360 32-bit wide ECC memory modules report 40-bit width.
2361 Changed the DIMM data bus width test to 'less than 64' instead of 'equal 32'.
2362
2363 Signed-off-by: Lee Nipper <lee.nipper@freescale.com>
2364 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
2365
2366commit 5fb5a689d822ca61e814bd523fc930af335242fa
2367Author: Dave Liu <r63238@freescale.com>
2368Date: Mon Mar 31 17:05:12 2008 +0800
2369
2370 mpc83xx: Fix the bug of serdes initialization
2371
2372 Currently the serdes will not be initializated due to the
2373 partid's error.
2374
2375 Signed-off-by: Dave Liu <daveliu@freescale.com>
2376 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
2377
2378commit 2000784818f043db7ca60e2846a72d097766b894
2379Author: Dave Liu <r63238@freescale.com>
2380Date: Thu Apr 3 16:28:29 2008 +0800
2381
2382 mpc83xx: Fix the SATA clock setting of 837x targets
2383
2384 Currently the SATA controller clock is configured as CSB clock,
2385 usually the CSB clock is 400/333/266MHz.
2386
2387 However, The SATA IP block is only guaranteed to operate up to
2388 200 MHz as stated in the HW spec.
2389
2390 The bug is reported by Joe D'Abbraccio <ljd015@freescale.com>
2391
2392 This patch makes the SATA clock as half of CSB clock.
2393
2394 Signed-off-by: Dave Liu <daveliu@freescale.com>
2395 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
2396
2397commit 1ac4f320bf0b593aa0a741f2d649a8ece8838672
2398Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2399Date: Wed Apr 2 13:41:21 2008 +0200
2400
2401 mpc837xerdb: Fix warning: implicit declaration of function 'fdt_fixup_dr_usb'
2402
2403 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2404 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
2405
2406commit 97b3ecb575a92fa34c1765229dbc06f2b662f139
2407Author: Kumar Gala <galak@kernel.crashing.org>
2408Date: Wed Apr 9 04:20:57 2008 -0500
2409
2410 85xx: Fix detection of MP cpu spin up
2411
2412 We were looking at the wrong memory offset to determine of a secondary
2413 cpu had been spun up or not. Also added a warning message if the
2414 all the secondary cpus we expect don't spin up.
2415
2416 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2417
2418commit f3e04bdc3f360c66801a9048956e61e41a16edba
2419Author: Kumar Gala <galak@kernel.crashing.org>
2420Date: Tue Apr 8 10:45:50 2008 -0500
2421
2422 85xx: Use SVR_SOC_VER instead of SVR_VER
2423
2424 The recent change introduced by 'Update SVR numbers to expand support'
2425 now requires that we use SVR_SOC_VER instead of SVR_VER if we want
2426 to compare against a particular processor id.
2427
2428 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2429
2430commit 5b2052e5f5fcce5dbd4d2750a29c0e45bce806e7
2431Author: Eugene O'Brien <eugene.obrien@advantechamt.com>
2432Date: Fri Apr 11 10:00:35 2008 -0400
2433
2434 ppc4xx: Fix power mgt definitions for PPC440
2435
2436 Corrected DCR addresses of PPC440EP power management registers.
2437
2438 Signed-off-by: Eugene O'Brien <eugene.obrien@advantechamt.com>
2439
2440commit 950a392464e616b4590bc4501be46e2d7d162dea
2441Author: Wolfgang Denk <wd@denx.de>
2442Date: Fri Apr 11 15:11:26 2008 +0200
2443
2444 Revert merge of git://www.denx.de/git/u-boot-arm, commit 62479b18:
2445
2446 Reverting became necessary after it turned out that the patches in
2447 the u-boot-arm repo were modified, and in some cases corrupted.
2448
2449 This reverts the following commits:
2450
2451 066bebd6353e33af3adefc3404560871699e9961
2452 7a837b7310166ae8fc8b8d66d7ef01b60a80f9d6
2453 c88ae20580b2b01487b4cdcc8b2a113f551aee36
2454 a147e56f03871bba4f05058d5e04ce7deb010b04
2455 d6674e0e2a6a1f033945f78838566210d3f28c95
2456 8c8463cce44d849e37744749b32d38e1dfb12e50
2457 c98b47ad24b2d91f41c09a3d62d7f70ad84f4b7d
2458 8bf69d81782619187933a605f1a95ee1d069478d
2459 8c16cb0d3b971f46fbe77c072664c0f2dcd4471d
2460 a574a73852a527779234e73e17e7597fd8128882
2461 1377b5583a48021d983e1fd565f7d40c89e84d63
2462 1704dc20917b4f71e373e2c888497ee666d40380
2463
2464 Signed-off-by: Wolfgang Denk <wd@denx.de>
2465
2466commit 64e541f4c1b413dd84c7e409f5c2bf328db2ac13
2467Author: Stefan Roese <sr@denx.de>
2468Date: Fri Apr 11 07:02:29 2008 +0200
2469
2470 ppc4xx: Update Kilauea defconfig to use device-tree booting as default
2471
2472 This patch reworks the default environment on Kilauea/Haleakala. Now
2473 "net_nfs" for exmaple uses the device-tree style booting formerly know
2474 as "net_nfs_fdt". Also the addresses in RAM were changed because of the
2475 new image booting support, which check for image overwriting. So the
2476 addresses needed togeet adjusted.
2477
2478 Signed-off-by: Stefan Roese <sr@denx.de>
2479
2480commit 756f5dacda3810b094b94bcceffd3ce6c7ff9a28
2481Author: Stefan Roese <sr@denx.de>
2482Date: Wed Apr 9 11:58:02 2008 +0200
2483
2484 ppc4xx: Fix Canyonlands default environment to work with new image support
2485
2486 Since the new image support checks for image overwriting, the default
2487 environment needs to get adjusted to use correct addresses.
2488
2489 Signed-off-by: Stefan Roese <sr@denx.de>
2490
2491commit dfc6c7b647dba7ab86749616f0e9e5740deed422
2492Author: Stefan Roese <sr@denx.de>
2493Date: Wed Apr 9 11:54:11 2008 +0200
2494
2495 ppc: Revert patch 70431e8a that used _start instead of CFG_MONITOR_BASE
2496
2497 The patch 70431e8a7393b6b793f77957f95b999fc9a269b8 (Make MPC83xx one step
2498 closer to full relocation.) doesn't use CFG_MONITOR_BASE anymore. But
2499 on 4xx systems _start currently cannot be used for this calculation.
2500 So revert back to the original version for now.
2501
2502 Signed-off-by: Stefan Roese <sr@denx.de>
2503
2504commit f91374f65eae8b42cac329e06ba1c54728278efb
2505Author: Michal Simek <monstr@monstr.eu>
2506Date: Fri Mar 28 12:49:52 2008 +0100
2507
2508 microblaze: Sort microblaze boards in MAKEALL script
2509
2510commit 62032deb7214c6d9b4396297e2aaa559bc2f8495
2511Author: Michal Simek <monstr@monstr.eu>
2512Date: Fri Mar 28 11:58:45 2008 +0100
2513
2514 microblaze: clean microblaze_config.mk
2515
2516 FLAGS are generated by U-BOOT generator.
2517 Board specific FLAGS are in board directory
2518
2519 Signed-off-by: Michal Simek <monstr@monstr.eu>
2520
2521commit cf5c679ca04a6b54bf53a55b8b9c29335b387287
2522Author: Michal Simek <monstr@monstr.eu>
2523Date: Fri Mar 28 12:47:19 2008 +0100
2524
2525 microblaze: xupv2p fix config file for supporting FDT
2526
2527commit 188dc16b189143573b1ed90e584bf866d75cdd12
2528Author: Michal Simek <monstr@monstr.eu>
2529Date: Fri Mar 28 11:53:02 2008 +0100
2530
2531 microblaze: ml401 fix config file for supporting FDT
2532
2533 Signed-off-by: Michal Simek <monstr@monstr.eu>
2534
2535commit 4c6a6f02e239236261333759997eeaf86b30b54c
2536Author: Michal Simek <monstr@monstr.eu>
2537Date: Fri Mar 28 11:22:48 2008 +0100
2538
2539 microblaze: ml401 - add ifdef for GPIO
2540
2541 Signed-off-by: Michal Simek <monstr@monstr.eu>
2542
2543commit af7ae1a411c67ee9d17a66d17ce50b374f3dd4e7
2544Author: Michal Simek <monstr@monstr.eu>
2545Date: Fri Mar 28 12:13:03 2008 +0100
2546
2547 microblaze: clean uart16550 and uartlite handling
2548
2549 Signed-off-by: Michal Simek <monstr@monstr.eu>
2550
2551commit 0b20f250877441460fb79d72192954abe8498834
2552Author: Michal Simek <monstr@monstr.eu>
2553Date: Fri Mar 28 11:08:31 2008 +0100
2554
2555 microblaze: Add Emaclite driver to Makefile
2556
2557 Signed-off-by: Michal Simek <monstr@monstr.eu>
2558
2559commit 868cde5310f88234b774878e4f06e79df10a88b3
2560Author: Michal Simek <monstr@monstr.eu>
2561Date: Fri Mar 28 11:08:01 2008 +0100
2562
2563 microblaze: Add Emac driver to Makefile
2564
2565 Signed-off-by: Michal Simek <monstr@monstr.eu>
2566
2567commit 6f961b4f461f6cbb83a467d468a02e6078c2b327
2568Author: Michal Simek <monstr@monstr.eu>
2569Date: Fri Mar 28 12:42:29 2008 +0100
2570
2571 microblaze: add Emac ethernet driver
2572
2573commit 89c53891b18cbafd29ab8931b40e27ad231b6085
2574Author: Michal Simek <monstr@monstr.eu>
2575Date: Fri Mar 28 12:41:56 2008 +0100
2576
2577 microblaze: add Emaclite ethernet driver
2578
2579commit e5845e21224dbe2fe47b11f1cdf95de7f84be7cb
2580Author: Michal Simek <monstr@monstr.eu>
2581Date: Fri Mar 28 11:04:01 2008 +0100
2582
2583 microblaze: ML401 and XUPV2P remove emac and emaclite reference
2584
2585 Signed-off-by: Michal Simek <monstr@monstr.eu>
2586
2587commit 6bf3e982aefdb1daf9f5462d482c8f9d1cc90a57
2588Author: Michal Simek <monstr@monstr.eu>
2589Date: Fri Mar 28 10:59:32 2008 +0100
2590
2591 microblaze: remove old setting for emac driver
2592
2593 Signed-off-by: Michal Simek <monstr@monstr.eu>
2594
2595commit cd2b75efb9cc037c74ecee9b3586f9bf9e1d4e57
2596Author: Michal Simek <monstr@monstr.eu>
2597Date: Fri Mar 28 10:58:15 2008 +0100
2598
2599 microblaze: Clean Makefile from ancient emac driver
2600
2601 Signed-off-by: Michal Simek <monstr@monstr.eu>
2602
2603commit ab68f921d9c741830f721c3d879c13a0c5597183
2604Author: Daniel Hellstrom <daniel@gaisler.com>
2605Date: Fri Mar 28 10:20:43 2008 +0100
2606
2607 SPARC/LEON2: added support for Gaisler simulator GRSIM/TSIM for SPARC/LEON2 targets. See www.gaisler.com for information.
2608
2609 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
2610
2611commit 6ed8a43a19bb0275501bc286007daafa923552cf
2612Author: Daniel Hellstrom <daniel@gaisler.com>
2613Date: Wed Mar 26 23:38:48 2008 +0100
2614
2615 SPARC/LEON3: added support for GR-CPCI-AX2000 FPGA AX board. The FPGA is exchangeable but a standard LEON3 design is assumed. See www.gaisler.com for information.
2616
2617 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
2618
2619commit 6940383d9ec1bfe2f13e339e6f723e8d34af2b12
2620Author: Daniel Hellstrom <daniel@gaisler.com>
2621Date: Wed Mar 26 23:34:47 2008 +0100
2622
2623 SPARC/LEON3: added support for Altera NIOS Development kit (STRATIX II Edition) with GRLIB template design. See www.gaisler.com for information.
2624
2625 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
2626
2627commit 823edd8a66ed50af5aaba0c79567f67061e4d79a
2628Author: Daniel Hellstrom <daniel@gaisler.com>
2629Date: Fri Mar 28 10:06:52 2008 +0100
2630
2631 SPARC/LEON3: added support for Gaisler GRSIM/TSIM2 SPARC/LEON3 simulatorn. See www.gaisler.com for information.
2632
2633 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
2634
2635commit 71d7e4c0489e5ed8fc69382236aaa2a1e510c135
2636Author: Daniel Hellstrom <daniel@gaisler.com>
2637Date: Wed Mar 26 23:26:48 2008 +0100
2638
2639 SPARC/LEON3: added support for GR-XC3S-1500 board with GRLIB template design. See www.gaisler.com for board information.
2640
2641 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
2642
2643commit b330990c2f36ee4a8bb318360e1c8ba965269ab6
2644Author: Daniel Hellstrom <daniel@gaisler.com>
2645Date: Fri Mar 28 10:00:33 2008 +0100
2646
2647 SPARC: Added support for SPARC LEON2 SOC Processor.
2648
2649 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
2650
2651commit 2a2fa797e63b1e3cd4d570318ca5fbf8723ef53a
2652Author: Daniel Hellstrom <daniel@gaisler.com>
2653Date: Wed Mar 26 23:00:38 2008 +0100
2654
2655 SPARC/LEON3: Added AMBA Bus Plug&Play information print command (ambapp). It can print available cores (type: AHB Master, AHB Slave, APB Slave), their address ranges, IRQ number and version.
2656
2657 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
2658
2659commit 1e9a164e22976933002c5e4b0b79b09fcede9cd4
2660Author: Daniel Hellstrom <daniel@gaisler.com>
2661Date: Wed Mar 26 22:51:29 2008 +0100
2662
2663 SPARC: Added support for SPARC LEON3 SOC processor.
2664
2665 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
2666
2667commit bf3d8b31169546fcddb4737391e1893fb12d033a
2668Author: Daniel Hellstrom <daniel@gaisler.com>
2669Date: Fri Mar 28 08:29:26 2008 +0100
2670
2671 SPARC: added SPARC support for new uimage in common code.
2672
2673 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
2674
2675commit 00ab32c85405a4fe65fd4128243086210fc90a21
2676Author: Daniel Hellstrom <daniel@gaisler.com>
2677Date: Wed Mar 26 22:36:03 2008 +0100
2678
2679 SPARC: added SPARC board information to the command bdinfo.
2680
2681 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
2682
2683commit c2f02da21a3f37f0878554eebc785e04fdc4e128
2684Author: Daniel Hellstrom <daniel@gaisler.com>
2685Date: Fri Mar 28 09:47:00 2008 +0100
2686
2687 SPARC: Added generic support for SPARC architecture.
2688
2689 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
2690
2691commit e54ec0f016803e4d9524ff71f7971bda0c51b287
2692Author: Stefan Roese <sr@denx.de>
2693Date: Thu Apr 3 14:50:34 2008 +0200
2694
2695 ppc4xx: Fix 4xx enet driver to support 460GT EMAC2+3
2696
2697 This patch fixes a problem with the RGMII setup of the 460GT. The 460GT
2698 has 2 RGMII instances and we need to configure the 2nd RGMII instance
2699 for the EMAC2+3 channels.
2700
2701 Signed-off-by: Stefan Roese <sr@denx.de>
2702
2703commit c2a545ce33b26d80337f80b533828839249fb1c9
2704Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2705Date: Wed Apr 2 08:03:56 2008 +0200
2706
2707 MPC8xx: Fix libfdt support introduced in commit 77ff7b74
2708
2709 fdt.c: In function 'ft_cpu_setup':
2710 fdt.c:33: warning: implicit declaration of function 'do_fixup_by_prop_u32'
2711 fdt.c:39: warning: implicit declaration of function 'do_fixup_by_compat_u32'
2712 fdt.c:43: warning: implicit declaration of function 'fdt_fixup_ethernet'
2713 fdt.c:45: warning: implicit declaration of function 'fdt_fixup_memory'
2714
2715 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2716
2717commit 4abd844d8eb108736e1cf8fbf3dbf61f2d5fc11b
2718Author: Andy Fleming <afleming@freescale.com>
2719Date: Mon Mar 31 20:45:56 2008 -0500
2720
2721 Fix fdt set command to conform to dts spec
2722
2723 The fdt set command was treating properties specified as <00> and <0011>
2724 as byte streams, rather than as an array of cells. As we already have
2725 syntax for expressing the desire for a stream of bytes ([ xx xx ...]),
2726 we should use the <> syntax to describe arrays of cells, which are always
2727 32-bits per element. If we imagine this likely (IMHO) scenario:
2728
2729 > fdt set /ethernet-phy@1 reg <1>
2730
2731 With the old code, this would create a bad fdt, since the reg cell would be
2732 made to be one byte in length. But the cell must be 4 bytes, so this would
2733 break mysteriously.
2734
2735 Also, the dts spec calls for constants inside the angle brackets (<>)
2736 to conform to C constant standards as they pertain to base.
2737 Take this scenario:
2738
2739 > fdt set /ethernet@f00 reg <0xe250000\ 0x1000>
2740
2741 The old fdt command would complain that it couldn't parse that. Or, if you
2742 wanted to specify that a certain clock ran at 33 MHz, you'd be required to
2743 do this:
2744
2745 > fdt set /mydev clock <1f78a40>
2746
2747 Whereas the new code will accept decimal numbers.
2748
2749 While I was in there, I extended the fdt command parser to handle property
2750 strings which are split across multiple arguments:
2751
2752 > fdt set /ethernet@f00 interrupts < 33 2 34 2 36 2 >
2753 > fdt p /ethernet@f00
2754 ethernet@f00 {
2755 interrupts = <0x21 0x2 0x22 0x2 0x24 0x2>;
2756 };
2757
2758 Lastly, the fdt print code was rearranged slightly to print arrays of cells
2759 if the length of the property is a multiple of 4 bytes, and to not print
2760 leading zeros.
2761
2762 Signed-off-by: Andy Fleming <afleming@freescale.com>
2763
2764commit 1c2926abdd7db89296a8cc7f224dd9d5d4e37a56
2765Author: Stefan Roese <sr@denx.de>
2766Date: Wed Apr 2 08:39:33 2008 +0200
2767
2768 ppc4xx: Canyonlands: Init SATA/PCIe port correctly
2769
2770 Canyonlands (460EX) shares the first PCIe interface with the SoC SATA
2771 interface. This usage can be configured with the jumper J6. This patch
2772 correctly configures the SATA/PCIe PHY for SATA usage when this jumper
2773 is installed.
2774
2775 Signed-off-by: Stefan Roese <sr@denx.de>
2776
2777commit 6fe2946f198481254a6ee9600d7456b8316a4083
2778Author: Kim Phillips <kim.phillips@freescale.com>
2779Date: Fri Mar 28 17:37:49 2008 -0500
2780
2781 remove remaining CONFIG_OF_HAS_{UBOOT_ENV,BD_T} code
2782
2783 finish off what commit 43ddd9c820fec44816188f53346b464e20b3142d,
2784 "Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T"
2785 started.
2786
2787 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
2788
2789commit b5873f1732b92a25690e1513b90dfb0d644f6697
2790Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2791Date: Tue Apr 1 07:30:51 2008 +0200
2792
2793 dataflash: Move CONFIG_HAS_DATAFLASH to Makefile
2794
2795 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2796
2797commit 2d934ea51f276522b532f870a820e844ff480b5b
2798Author: Tor Krill <tor@excito.com>
2799Date: Fri Mar 28 15:29:45 2008 +0100
2800
2801 Add Vitesse 8601 support to TSEC driver
2802
2803 Add phy_info for Vitesse VSC8601.
2804 Add config option, CFG_VSC8601_SKEWFIX, to enable RGMII skew timing compensation.
2805
2806 Signed-off-by: Tor Krill <tor@excito.com>
2807 Reviewed-by: Kim Phillips <kim.phillips@freescale.com>
2808 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2809
2810commit 3eac6402a508b0f68a21cc9cbc2cc49347de0c31
2811Author: Daniel Hellstrom <daniel@gaisler.com>
2812Date: Mon Mar 31 14:25:00 2008 +0000
2813
2814 SPARC: added SMC91111 driver in and out macros for LEON processors.
2815
2816 This patch makes SPARC/LEON processors able to read and write
2817 to the SMC91111 chip using the chip external I/O bus of the memory
2818 controller. This patchs defines the standard in and out macros
2819 expected by the SMC9111 driver.
2820
2821 To access that I/O bus one must set up the memory controller
2822 (MCTRL or FTMCTRL) correctly. It is assumed that the user sets
2823 up this correctly when the other MCTRL parameters are set up. It
2824 can be set up from the board configuration header file.
2825
2826 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
2827 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2828
2829commit 3ca7c558eba36332556bc470d45e2f5d42bd0ca6
2830Author: Stelian Pop <stelian@popies.net>
2831Date: Wed Mar 26 18:52:34 2008 +0100
2832
2833 Add maintainership information for AT91CAP9ADK and AT91SAM9260EK boards
2834
2835 Signed-off-by: Stelian Pop <stelian@popies.net>
2836
2837commit 4e03dde84dd2c91e327cdc23ae119d432559a7a3
2838Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2839Date: Mon Mar 31 21:31:04 2008 +0200
2840
2841 AT91SAM9260EK: Move CONFIG_CMD_NAND to Makefile
2842
2843 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2844
2845commit 0176d43e759a6e00cacc85eff26fd60f74b4f6b7
2846Author: Stelian Pop <stelian@popies.net>
2847Date: Wed Mar 26 18:52:33 2008 +0100
2848
2849 Add support for AT91SAM9260EK
2850
2851 Support for booting from internal DataFlash, external DataFlash card
2852 or NAND flash is available.
2853
2854 Signed-off-by: Stelian Pop <stelian@popies.net>
2855
2856commit 1762f13b4aab88b685b1722f17dada247945624b
2857Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2858Date: Mon Mar 31 21:20:49 2008 +0200
2859
2860 AT91SAM9: Move CONFIG_HAS_DATAFLASH to Makefile
2861
2862 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2863
2864commit 761712188b353494defb2b644491ff73d0daaa6f
2865Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2866Date: Mon Mar 31 21:12:17 2008 +0200
2867
2868 AT91CAP9ADK: Move CONFIG_CMD_NAND to Makefile
2869
2870 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2871
2872commit 983c1db04c1dd0f92e02f06d29f0c65a3d9a2687
2873Author: Stelian Pop <stelian@popies.net>
2874Date: Wed Mar 26 20:52:32 2008 +0100
2875
2876 Port AT91CAP9 to the new headers
2877
2878 Adapt the existing AT91CAP9 code to the new headers and APIs.
2879
2880 Signed-off-by: Stelian Pop <stelian@popies.net>
2881
2882commit 177e8a5ac81bbc531a1d54abdb47f2860266c3aa
2883Author: Stelian Pop <stelian@popies.net>
2884Date: Wed Mar 26 19:52:31 2008 +0100
2885
2886 Finish header files reworking
2887
2888 Replace AT91CAP9.h file with several splitted header files coming
2889 from the Linux kernel.
2890
2891 This is part 2 of the replacement: more header imports and edits.
2892
2893 Signed-off-by: Stelian Pop <stelian@popies.net>
2894
2895commit 6d1dbbbf9fdf727384002e553e615c15d8b967f4
2896Author: Stelian Pop <stelian@popies.net>
2897Date: Wed Mar 26 19:52:30 2008 +0100
2898
2899 Import several header files from Linux
2900
2901 Replace AT91CAP9.h file with several splitted header files coming
2902 from the Linux kernel.
2903
2904 This is part 1 of the replacement: pristine header files import.
2905
2906 Signed-off-by: Stelian Pop <stelian@popies.net>
2907
2908commit a8a78f2d99dc1bd30dc3595da118539b506c6118
2909Author: Stelian Pop <stelian@popies.net>
2910Date: Wed Mar 26 20:52:28 2008 +0100
2911
2912 Move at91cap9 specific files to at91sam9 directory
2913
2914 AT91CAP9 and AT91SAM9 SoCs are very close hardware wise, so a
2915 common infrastructure can be used. Let this infrastructure be
2916 named after the AT91SAM9 family, and move the existing AT91CAP9
2917 files to the new place.
2918
2919 Signed-off-by: Stelian Pop <stelian@popies.net>
2920
2921commit 61106a565870ff503f92b251b94bd7afef889a04
2922Author: Stelian Pop <stelian@popies.net>
2923Date: Wed Mar 26 21:52:27 2008 +0100
2924
2925 Use timer_init() instead of board supplied interrupt_init()
2926
2927 The timer on AT91CAP9/AT91SAM9 is supplied by the SoC, and not by
2928 the board, so use timer_init() instead of interrupt_init().
2929
2930 Signed-off-by: Stelian Pop <stelian@popies.net>
2931
2932commit 5604e2178c5218fbfdba2e4293ca7652e829ac25
2933Author: Stelian Pop <stelian@popies.net>
2934Date: Wed Mar 26 21:52:36 2008 +0100
2935
2936 Cleanup DataFlash partition handling
2937
2938 DataFlash partition information has become a mess. This patch
2939 defines a single partition scheme for Atmel DataFlashes. This partition
2940 scheme will be used by all AT91CAP9 and AT91SAM9 boards.
2941
2942 Signed-off-by: Stelian Pop <stelian@popies.net>
2943
2944commit 9b46432fc65ce0f0826b32e4f15c15b33ccb8d42
2945Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
2946Date: Fri Mar 28 08:47:45 2008 -0500
2947
2948 ColdFire: Fix alignment issue after CONFIG_IDENT_STRING in start.S
2949
2950 When the version_string function in start.S is not 4-byte align,
2951 it will cause the compiler generates "unaligned opcodes detected
2952 in executable segment". This issue affects all ColdFire CPUs.
2953 By adding .align 4 after CONFIG_IDENT_STRING, it will pad 0's if
2954 it is not aligned.
2955
2956 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
2957 Acked-by: John Rigby <jrigby@freescale.com>
2958
2959commit bae61eefe15b4d454060a7140e49ae58322be803
2960Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
2961Date: Tue Mar 25 15:41:15 2008 -0500
2962
2963 ColdFire: Add dspi and serial flash support for MCF5445x
2964
2965 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
2966 Acked-by: John Rigby <jrigby@freescale.com>
2967
2968commit 48ead7a7a922fceaf494e352abfab8216a41b417
2969Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
2970Date: Tue Mar 18 17:37:01 2008 -0500
2971
2972 ColdFire: Remove R5200 board
2973
2974 This board never went into production
2975
2976 Signed-off-by: Zachary P. Landau <zachary.landau@labxtechnologies.com>
2977 Acked-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
2978 Acked-by: John Rigby <jrigby@freescale.com>
2979
2980commit 545c8e0a7cd3ca9d3846668f69b0d201250abea8
2981Author: Matthew Fettke <[matthew.fettke@gmail.com]>
2982Date: Thu Jan 24 14:02:32 2008 -0600
2983
2984 ColdFire: Added M5275EVB support.
2985
2986 Signed-off-by: Matthew Fettke <mfettke@videon-central.com>
2987 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
2988 Acked-by: John Rigby <jrigby@freescale.com>
2989
2990commit f71d9d91a2cd9c30b2b6369f15c1a46c11537c2b
2991Author: Matthew Fettke <[matthew.fettke@gmail.com]>
2992Date: Mon Feb 4 15:38:20 2008 -0600
2993
2994 ColdFire: Added MCF5275 cpu support.
2995
2996 Signed-off-by: Matthew Fettke <mfettke@videon-central.com>
2997 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
2998 Acked-by: John Rigby <jrigby@freescale.com>
2999
3000commit 44e5b9edab077aba6e9b849afa4b7fbd8fd7b02b
3001Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
3002Date: Mon Mar 17 12:14:11 2008 -0500
3003
3004 ColdFire: Define bootdelay in configuration file for M52277EVB
3005
3006 Signed-off-by: Matt Wadel <Matt.Waddel@freescale.com>
3007 Acked-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
3008 Acked-by: John Rigby <jrigby@freescale.com>
3009
3010commit 77878f16cedee17161ff2336990970fffc6cea35
3011Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
3012Date: Mon Mar 17 12:09:07 2008 -0500
3013
3014 ColdFire: Fix second memory Chipselect for M5475EVB
3015
3016 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
3017 Acked-by: John Rigby <jrigby@freescale.com>
3018
3019commit 43d60642395a550956cb21d287c8cfa563913d28
3020Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
3021Date: Thu Mar 13 14:26:32 2008 -0500
3022
3023 ColdFire: Update correct FLASHBAR and RAMBAR1 for MCF5282
3024
3025 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
3026 Acked-by: John Rigby <jrigby@freescale.com>
3027
3028commit eb14ebe813a0cb5d47905228da446a5ad692473b
3029Author: Larry Johnson <lrj@acm.org>
3030Date: Sun Mar 30 20:33:04 2008 -0500
3031
3032 ppc4xx: Add CFG_MEM_TOP_HIDE to Denali SPD-based SDRAM setup
3033
3034 Signed-off-by: Larry Johnson <lrj@acm.org>
3035
3036commit 02e3892021112f21067d9ed1d04ae4182725ba52
3037Author: Stefan Roese <sr@denx.de>
3038Date: Mon Mar 31 12:20:48 2008 +0200
3039
3040 ppc4xx: Small whitespace fix of esd patches
3041
3042 Signed-off-by: Stefan Roese <sr@denx.de>
3043
3044commit 034394abb524785047c815f00dde8cdbdc1593c5
3045Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
3046Date: Sun Mar 30 18:52:44 2008 +0200
3047
3048 ppc4xx: Cleanup PMC440 board support
3049
3050 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
3051
3052commit a6cc6c37188d85c25d167a4515da86f48d9a583e
3053Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
3054Date: Sun Mar 30 18:52:06 2008 +0200
3055
3056 ppc4xx: Add ptm configuration variables for PMC440
3057
3058 Add support for the ptm1la, ptm1ms, ptm2la and ptm2ms
3059 environment variables.
3060
3061 Cleanup pci_target_init.
3062
3063 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
3064
3065commit 7c91f51a2fe296909147f1646a1412729dd10b1d
3066Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
3067Date: Sun Mar 30 18:01:15 2008 +0200
3068
3069 ppc4xx: Minor updates for DU440 boards
3070
3071 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
3072
3073commit d5bffeb868d6b4d462f558dac43011027b6644b7
3074Author: Mike Frysinger <vapier@gentoo.org>
3075Date: Tue Feb 19 00:54:20 2008 -0500
3076
3077 Blackfin: cleanup and overhaul common board init functions
3078
3079 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3080
3081commit b86b3416f874358acaf07519e7620cdb2145f75b
3082Author: Mike Frysinger <vapier@gentoo.org>
3083Date: Tue Feb 19 00:50:58 2008 -0500
3084
3085 Blackfin: cleanup lib_blackfin/cache.c
3086
3087 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3088
3089commit 9171fc81722c20fdb5a829a58b17c9eaadd5fb44
3090Author: Mike Frysinger <vapier@gentoo.org>
3091Date: Sun Mar 30 15:46:13 2008 -0400
3092
3093 Blackfin: unify cpu and boot modes
3094
3095 All of the duplicated code for Blackfin processors and boot modes have been
3096 unified. After all, the core is the same for all processors, just the
3097 peripheral set differs (which gets handled in the drivers).
3098
3099 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3100
3101commit 880cc4381ea8360248cddcdf87a64566745a5724
3102Author: Stelian Pop <stelian@popies.net>
3103Date: Wed Mar 26 22:52:35 2008 +0100
3104
3105 Fix CFG_NO_FLASH compilation.
3106
3107 Many Atmel boards have no "real" (NOR) flash on board, and rely only
3108 on DataFlash and NAND memories. This patch enables CFG_NO_FLASH to
3109 be present in a board configuration file, while still enabling flash
3110 commands like 'flinfo', 'protect', etc.
3111
3112 Signed-off-by: Stelian Pop <stelian@popies.net>
3113
3114commit 9ce7e53abd039decea1af67aec81bbd5df7a2593
3115Author: Mike Frysinger <vapier@gentoo.org>
3116Date: Tue Feb 19 00:58:13 2008 -0500
3117
3118 Blackfin: BF537-stamp: cleanup spi flash driver
3119
3120 This punts the old spi flash driver for a new/generalized one until the
3121 common one can be integrated.
3122
3123 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3124
3125commit bb8e3cf25bc0b04936c0c1a075985dd8700a244b
3126Author: Ben Warren <biggerbadderben@gmail.com>
3127Date: Sun Mar 30 11:34:34 2008 -0400
3128
3129 Fix macro typo in common/cmd_mii.c
3130
3131 This typo was introduced in commit 233a8bcd94997f3f345833a3b82e836222f2a206. I
3132 actually applied the wrong patch.
3133
3134 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3135
3136commit f1b985f2d724ccaa4d3def07917f0caaf18fa77d
3137Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3138Date: Sun Mar 30 16:39:53 2008 +0200
3139
3140 use correct at91rm9200 register name in m501sk board
3141
3142 This fixes a naming bug for at91rm9200 lowlevel init code:
3143 NOR boot flash is on chipselect 0, not chipselect 2. This
3144 makes code use the register name from chip datasheets.
3145
3146 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3147
3148commit 480ed1dea103a1c8f4591afc77d2de3c7868d983
3149Author: David Brownell <david-b@pacbell.net>
3150Date: Fri Jan 18 12:55:00 2008 -0800
3151
3152 use correct at91rm9200 register name
3153
3154 This fixes a naming bug for at91rm9200 lowlevel init code:
3155 NOR boot flash is on chipselect 0, not chipselect 2. This
3156 makes code use the register name from chip datasheets.
3157
3158 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
3159
3160commit a3543d6dc52b0ba9c64016687cf32d600b31a476
3161Author: David Brownell <david-b@pacbell.net>
3162Date: Fri Jan 18 12:45:45 2008 -0800
3163
3164 add missing ARM boards to MAKEALL
3165
3166 Add some missing ARM boards to MAKEALL. These build correctly,
3167 unlike several of the boards already listed.
3168
3169 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
3170
3171commit 066bebd6353e33af3adefc3404560871699e9961
3172Author: Peter Pearse <peter.pearse@arm.com>
3173Date: Sun Mar 30 11:34:09 2008 +0100
3174
3175 Bracket READ_TIMER macro in cpu/arm1136/omap24xx/interrupts.c
3176 to prevent compilation error.
3177
3178 Signed-off-by: Peter Pearse <peter.pearse@arm.com>
3179
3180commit 7a837b7310166ae8fc8b8d66d7ef01b60a80f9d6
3181Author: Guennadi Liakhovetski <[lg@denx.de]>
3182Date: Sun Mar 30 11:32:30 2008 +0100
3183
3184 Support for the MX31ADS evaluation board from Freescale
3185
3186 This patch adds support for the MX31ADS evaluation board from Freescale,
3187 initialization code is copied from RedBoot sources, also provided by Freescale.
3188
3189 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
3190
3191commit c88ae20580b2b01487b4cdcc8b2a113f551aee36
3192Author: Sascha Hauer <s.hauer@pengutronix.de>
3193Date: Sun Mar 30 11:32:27 2008 +0100
3194
3195 Phytec Phycore-i.MX31 support
3196
3197 This patch adds support for the Phytec Phycore-i.MX31 board
3198
3199 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
3200 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
3201
3202commit a147e56f03871bba4f05058d5e04ce7deb010b04
3203Author: Sascha Hauer <s.hauer@pengutronix.de>
3204Date: Sun Mar 30 11:32:24 2008 +0100
3205
3206 mx31 litekit support
3207
3208 This patch adds support for the mx31 litekit board
3209
3210 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
3211 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
3212
3213commit d6674e0e2a6a1f033945f78838566210d3f28c95
3214Author: Sascha Hauer <s.hauer@pengutronix.de>
3215Date: Sun Mar 30 11:32:21 2008 +0100
3216
3217 add SMSC LAN9x1x Network driver
3218
3219 This patch adds a driver for the following smsc network controllers:
3220 LAN9115
3221 LAN9116
3222 LAN9117
3223 LAN9215
3224 LAN9216
3225 LAN9217
3226
3227 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
3228 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
3229
3230commit 8c8463cce44d849e37744749b32d38e1dfb12e50
3231Author: Sascha Hauer <s.hauer@pengutronix.de>
3232Date: Sun Mar 30 11:32:16 2008 +0100
3233
3234 add an i2c driver for mx31
3235
3236 This patch adds an i2c driver for Freescale i.MX processors
3237
3238 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
3239 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
3240
3241commit c98b47ad24b2d91f41c09a3d62d7f70ad84f4b7d
3242Author: Sascha Hauer <s.hauer@pengutronix.de>
3243Date: Sun Mar 30 11:30:43 2008 +0100
3244
3245 core support for Freescale mx31
3246
3247 This patch adds the core support for Freescale mx31
3248
3249 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
3250 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
3251
3252commit 8bf69d81782619187933a605f1a95ee1d069478d
3253Author: Sascha Hauer <s.hauer@pengutronix.de>
3254Date: Sun Mar 30 11:28:46 2008 +0100
3255
3256 Separate omap24xx specific code from arm1136
3257
3258 Move omap24xx code to cpu/arm1136/omap24xx, rename include/asm-arm/arch-arm1136 to cpu/arm1136/omap24xx.
3259
3260 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
3261 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
3262
3263commit 8c16cb0d3b971f46fbe77c072664c0f2dcd4471d
3264Author: Peter Pearse <peter.pearse@arm.com>
3265Date: Sun Mar 30 11:23:05 2008 +0100
3266
3267 Add pmdra into MAKEALL
3268
3269 Signed-off-by: Peter Pearse <peter.pearse@arm.com>
3270
3271commit a574a73852a527779234e73e17e7597fd8128882
3272Author: Pieter Voorthuijsen <[pieter.voorthuijsen@Prodrive.nl]>
3273Date: Sun Mar 30 11:21:58 2008 +0100
3274
3275 Adds support for the Prodrive PMDRA board, based on a DM6441
3276
3277 Signed-off-by: Pieter Voorthuijsen <pv@prodrive.nl>
3278
3279commit 1377b5583a48021d983e1fd565f7d40c89e84d63
3280Author: Pieter Voorthuijsen <[pieter.voorthuijsen@Prodrive.nl]>
3281Date: Sun Mar 30 11:11:34 2008 +0100
3282
3283 Removes all board specific code from the arch. part for DM644x (DaVinci) boards
3284
3285 Signed-off-by: Pieter Voorthuijsen <pv@prodrive.nl>
3286
3287commit 1704dc20917b4f71e373e2c888497ee666d40380
3288Author: Dirk Behme <dirk.behme@gmail.com>
3289Date: Sun Mar 30 11:09:01 2008 +0100
3290
3291 - Remove *_masked() functions as noted by Wolfgang
3292 - Adapt register naming to recent TI spec (sprue26, March 2007)
3293 - Fix reset_timer() handling
3294 - As reported by Pieter [1] the overflow fix introduced a
3295 delay of factor 16 (e.g 2 seconds became 32). While the
3296 overflow fix is basically okay, it missed to divide udelay by
3297 16, too. Fix this.
3298 [1] http://article.gmane.org/gmane.comp.boot-loaders.u-boot/38179
3299 - Remove software division of timer count value (DIV(x)
3300 macro) and do it in hardware (TIM_CLK_DIV).
3301 Many thanks to Troy Kisky <troy.kisky@boundarydevices.com>
3302 and Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl> for
3303 the hints & testing!
3304
3305 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
3306
3307 Acked-by: Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl>
3308
3309commit ac3315c26e143c31680750c9c13f027efbcc887e
3310Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
3311Date: Thu Mar 6 16:45:44 2008 +0100
3312
3313 new PHY @ e1000 - 2nd try
3314
3315 Add 82541ER device with latest integrated IGP2 PHY.
3316 Introduced CONFIG_E1000_FALLBACK_MAC for NIC bring-up with empty eeprom.
3317
3318 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
3319 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3320
3321commit c2b7da552293b50c9c9e46ed71267b02c2de9ea8
3322Author: Daniel Hellstrom <daniel@gaisler.com>
3323Date: Fri Mar 28 20:22:53 2008 +0100
3324
3325 SPARC/LEON3: Added GRETH Ethernet 10/100/1000 driver.
3326
3327 GRETH is an Ethernet 10/100 or 10/100/1000 MAC with out without
3328 a debug link (EDCL). The GRETH core is documented in GRIP.pdf
3329 available at www.gaisler.com.
3330
3331 If the GRETH has GigaBit support (GBIT, Scatter gather, checksum
3332 offloading etc.) can be determined by a bit in the control register.
3333 The GBIT MAC is supported by operating in GRTEH 10/100 legacy mode.
3334
3335 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
3336 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3337
3338commit 233a8bcd94997f3f345833a3b82e836222f2a206
3339Author: Tsi-Chung Liew <Tsi-Chung.Liew@freescale.com>
3340Date: Mon Mar 17 17:08:22 2008 -0500
3341
3342 Add CONFIG_MII_INIT in cmd_mii.c
3343
3344 Provide common configuration in do_mii() to execute mii_init()
3345 for all cpu architectures
3346
3347 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
3348 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3349
3350commit f605479de2deb11e834f31dfdb0af107c86aced6
3351Author: Tsi-Chung Liew <Tsi-Chung.Liew@freescale.com>
3352Date: Mon Mar 17 17:08:16 2008 -0500
3353
3354 ColdFire: Fix FEC transmit issue for MCF5275
3355
3356 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
3357 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3358
3359commit d9a2f416d6ac6058cd7845033ae4dc32ef1c0746
3360Author: Aras Vaichas <arasv@magtech.com.au>
3361Date: Wed Mar 26 09:43:57 2008 +1100
3362
3363 DHCP request fix for Windows Server 2003
3364
3365 Added option CONFIG_BOOTP_DHCP_REQUEST_DELAY. This provides an optional
3366 delay before sending "DHCP Request" in net/bootp.c. Required to overcome
3367 interoperability problems with Windows Server 200x DHCP server when U-Boot
3368 client responds too fast for server to handle.
3369
3370 Signed-off-by: Aras Vaichas <arasv@magtech.com.au>
3371 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3372
3373commit 97bf85d784fbed485e652eb907589ad0d5cb7262
3374Author: Daniel Hellstrom <daniel@gaisler.com>
3375Date: Fri Mar 28 20:40:19 2008 +0100
3376
3377 MTD/CFI: flash_read64 is defined a weak function (for SPARC)
3378
3379 SPARC has implemented __raw_readq, it reads 64-bit from any 32-bit address.
3380 SPARC CPUs implement flash_read64 which calls __raw_readq.
3381
3382 For current SPARC architectures (LEON2 and LEON3) each read from the
3383 FLASH must lead to a cache miss. This is because FLASH can not be set
3384 non-cacheable since program code resides there, and alternatively disabling
3385 cache is poor from performance view, or doing a cache flush between each
3386 read is even poorer.
3387
3388 Forcing a cache miss on a SPARC is done by a special instruction "lda" -
3389 load alternative space, the alternative space number (ASI) is processor
3390 implementation spcific and can be found by including <asm/processor.h>.
3391
3392 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
3393
3394commit 70431e8a7393b6b793f77957f95b999fc9a269b8
3395Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
3396Date: Fri Mar 28 15:41:25 2008 +0100
3397
3398 Make MPC83xx one step closer to full relocation.
3399
3400 Remove a few absolute references to CFG_MONITOR_BASE for ppc/mpc83xx
3401 and use GOT relative reference.
3402
3403 Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
3404 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
3405
3406commit 5b2793a3f3de34d439232b05acc8af67a028fd35
3407Author: Michael Barkowski <michael.barkowski@freescale.com>
3408Date: Thu Mar 27 14:34:43 2008 -0400
3409
3410 mpc8323erdb: fix EEPROM page size and get MAC from EEPROM
3411
3412 This patch fixes eeprom page size so that you can now write more than
3413 64 bytes at a time.
3414
3415 It also makes the board take MAC addresses, if found, from EEPROM.
3416
3417 User should place up to 4 addresses at offset 0x7f00, for
3418 eth{,1,2,3}addr. Any unused addresses should be zero. This group of
3419 four six-byte values should have it's CRC at the end. crc32 and
3420 eeprom commands can be used to accomplish this.
3421
3422 If CRC fails, MAC addresses come from the environment. If CRC
3423 succeeds, the environment is overwritten at startup.
3424
3425 Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
3426 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
3427
3428commit 8f325cff31f6e745e6540014b131b9a97f61944c
3429Author: Michael Barkowski <michael.barkowski@freescale.com>
3430Date: Fri Mar 28 15:15:38 2008 -0400
3431
3432 mpc8323erdb: define CONFIG_PCI_SKIP_HOST_BRIDGE
3433
3434 Commit 55774b512fdf63c0516d441cc5da7c54bbffb7f2 broke the onboard USB
3435 controller on the PCI bus in Linux on the MPC8323ERDB.
3436
3437 This fixes it by defining CONFIG_PCI_SKIP_HOST_BRIDGE in the board's
3438 config file.
3439
3440 Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
3441 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
3442
3443commit e5c4ade4db1e16d3e5d4a7887f34e10e516ed3a9
3444Author: Kim Phillips <kim.phillips@freescale.com>
3445Date: Fri Mar 28 10:19:07 2008 -0500
3446
3447 mpc83xx: cleanup System Part and Revision ID Register (SPRIDR) code
3448
3449 in the spirit of commit 1ced121600b2060ab2ff9f0fddd9421fd70a0dc6,
3450 85xx's "Update SVR numbers to expand support", simplify SPRIDR processing
3451 and processor ID display. Add REVID_{MAJ,MIN}OR macros to make
3452 REVID dependent code simpler. Also added PARTID_NO_E and IS_E_PROCESSOR
3453 convenience macros.
3454
3455 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
3456
3457commit 81fd52c6c8fd19f0b7856b98217ce37c46c521af
3458Author: Kim Phillips <kim.phillips@freescale.com>
3459Date: Fri Mar 28 10:18:53 2008 -0500
3460
3461 mpc83xx: display ddr frequency in board_add_ram_info banner
3462
3463 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
3464
3465commit 35cf155c5ec1ceab2849fa5b6aa3d9a3e9e6f482
3466Author: Kim Phillips <kim.phillips@freescale.com>
3467Date: Fri Mar 28 10:18:40 2008 -0500
3468
3469 mpc83xx: unreinvent mem_clk
3470
3471 delete ddr_clk and use mem_clk instead. Rename other ddr_*_clk to
3472 mem_*_clk for consistency's sake.
3473
3474 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
3475
3476commit 730e792926ca3fe4dd1b734a3bf44e55afa6f536
3477Author: Kim Phillips <kim.phillips@freescale.com>
3478Date: Fri Mar 28 14:31:23 2008 -0500
3479
3480 mpc83xx: enable the SATA interface on mpc8315 rdb and mpc837x rdb boards
3481
3482 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
3483
3484commit 2eeb3e4fc54ef2f5d574dafd42c6ce93afa30393
3485Author: Dave Liu <r63238@freescale.com>
3486Date: Wed Mar 26 22:57:19 2008 +0800
3487
3488 mpc83xx: enable the SATA interface on mpc837xemds board
3489
3490 Enable the first two SATA interfaces on MPC837xEMDS board,
3491 The two SATA ports are on LYNX1. (SATA0/1 on J4/5)
3492
3493 Signed-off-by: Dave Liu <daveliu@freescale.com>
3494 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
3495
3496commit 6f8c85e8d1865730c158d9ef5a06c70c3a10600a
3497Author: Dave Liu <r63238@freescale.com>
3498Date: Wed Mar 26 22:56:36 2008 +0800
3499
3500 mpc83xx: initialize serdes for MPC837xEMDS boards
3501
3502 This patch is stolen from Anton Vorontsov's patch
3503 for mpc837xerdb boards.
3504
3505 The reference clk and xcorevdd voltage of serdes1/2
3506 is same between mpc837xemds and mpc837xerdb.
3507
3508 8377E: LYNX1- 2 SATA LYNX2- 2 PCIE
3509 8378E: LYNX1- 2 SGMII LYNX2- 2 PCIE
3510 8379E: LYNX1- 2 SATA LYNX2- 2 SATA
3511
3512 Signed-off-by: Dave Liu <daveliu@freescale.com>
3513 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
3514
3515commit cc8e839abc80887ae832767b5930d40edd6d7eb7
3516Author: Stefan Roese <sr@denx.de>
3517Date: Fri Mar 28 14:09:04 2008 +0100
3518
3519 ppc4xx: Canyonlands: Print SATA/PCIe configuration and board revision
3520
3521 Canyonlands (460EX) shares the first PCIe interface with the SoC SATA
3522 interface. This usage can be configured with the jumper J6. This patch
3523 displays the current configuration upon bootup and changes the PCIe
3524 init loop, to only initialize the availabel PCIe slots.
3525
3526 Signed-off-by: Stefan Roese <sr@denx.de>
3527
3528commit 90447ecbbac8572457b6d8903073ac3f120995ba
3529Author: Tor Krill <tor@excito.com>
3530Date: Fri Mar 28 11:29:10 2008 +0100
3531
3532 MTD/CFI: Add support for 16bit legacy AMD flash
3533
3534 Add entry for 512Kx16 AMD flash to jedec_table.
3535 Read out 16bit device id if chipwidth is 16bit.
3536 Fixed coding style after Stefans feedback
3537
3538 Signed-off-by: Tor Krill <tor@excito.com>
3539
3540commit 5e12e75d17c4b15a310a45cd78fe71b7698a8a8e
3541Author: Stefan Roese <sr@denx.de>
3542Date: Fri Mar 28 11:02:53 2008 +0100
3543
3544 ppc: Small change to CFG_MEM_TOP_HIDE description
3545
3546 Signed-off-by: Stefan Roese <sr@denx.de>
3547
3548commit 280df59a8d62c6e74c281b1cb7e2052df4d6cb00
3549Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3550Date: Thu Mar 27 15:44:12 2008 +0900
3551
3552 sh: Add support stat structure and stat.h
3553
3554 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3555
3556commit 4be9eb789e72b845d6693cc36b70a0b3529b3f09
3557Author: Mark Jonas <toertel@gmail.com>
3558Date: Sat Mar 22 19:27:52 2008 +0100
3559
3560 sh: Removed warning when compiling drivers/serial/serial_sh.c.
3561
3562 Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com>
3563 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3564
3565commit f309fa38929ffba71230c02330ffa42f4bba6333
3566Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3567Date: Wed Mar 12 18:02:57 2008 +0900
3568
3569 sh: Remove disable_ctrlc function from R7780MP
3570
3571 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3572
3573commit 6f4b266ff2a4fcc2bff985d6a217852469afddb3
3574Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3575Date: Wed Mar 12 17:55:15 2008 +0900
3576
3577 sh: Add maintainer of R7780MP to MAINTAINER file
3578
3579 Update MAINTAINER entry for R7780MP. And fix maintainer's name.
3580
3581 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3582
3583commit f5e2466f7baa887a7df0c536333eea8231333497
3584Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3585Date: Tue Mar 25 17:11:24 2008 +0900
3586
3587 sh: Add support Renesas Solutions R2D plus board
3588
3589 R2D plus is SH reference board used with SH7751R.
3590 This board has 266Mhz CPU, 64MB SDRAM, Cardbus, CF interface,
3591 one PCI bus, VGA, and two Ethernet controller.
3592
3593 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3594
3595commit e92c95180bb5bc5fd4051598a9d60beaba48988d
3596Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3597Date: Wed Mar 12 12:15:29 2008 +0900
3598
3599 sh: Add support SH4 cache control
3600
3601 Add support SH4 cache control and flash_cache function
3602
3603 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3604
3605commit 28e5efde4d925fcb34901d0030d0648de2da7e89
3606Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3607Date: Mon Mar 24 01:53:01 2008 +0900
3608
3609 sh: Add support PCI host driver for SH7751/SH7751R
3610
3611 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3612
3613commit ab8f4d40d069cd3cbe7563ddfe3e5f03b0c7c721
3614Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3615Date: Mon Mar 24 02:11:26 2008 +0900
3616
3617 sh: Move SuperH PCI driver from cpu/sh4 to drivers/pci
3618
3619 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3620
3621commit 566933278101c144d75361ea682678a326c1290d
3622Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3623Date: Wed Mar 12 12:10:28 2008 +0900
3624
3625 sh: Add support SuperH SH7751/SH7751R
3626
3627 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3628
3629commit 3313e0e26224fc9a0c445124f3455058c696df84
3630Author: Mark Jonas <toertel@gmail.com>
3631Date: Mon Mar 10 11:37:10 2008 +0100
3632
3633 sh: Added support for SH7720 based board MPR2.
3634
3635 Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com>
3636 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3637
3638commit 3ecff1d70ae93e628fe65b3fe1fc7c9c76cdf99f
3639Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3640Date: Thu Mar 6 14:05:53 2008 +0900
3641
3642 sh: Fix receive FIFO level register of SH4A
3643
3644 Receive FIFO level register is different in SH4A.
3645 Because register is different, cannot occasionally receive data.
3646
3647 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3648
3649commit c133c1fb0b590662206b0eba70f4478ee0300a9a
3650Author: Yusuke Goda <goda.yusuke@renesas.com>
3651Date: Tue Mar 11 12:55:12 2008 +0900
3652
3653 sh: Add support Renesas Solutions R7780MP
3654
3655 Renesas Solutions R7780MP is a reference board on SH7780.
3656 This board has serial, 10/100 base Ethernet deivice, CF slot
3657 and VGA devices. This board can set extension board.
3658 Extension board has 10/100/1000 base Ethernet device, PCI slot,
3659 S-ATA, iDVR slot.
3660
3661 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
3662 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3663
3664commit 1a2334a4eb6386d7cd35d9de5fa39af2c764ad28
3665Author: Yusuke Goda <goda.yusuke@renesas.com>
3666Date: Wed Mar 5 14:30:02 2008 +0900
3667
3668 sh: Add support PCI of SuperH and SH7780
3669
3670 This patch add support PCI of SuperH base code and SH7780 specific code.
3671
3672 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
3673 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3674
3675commit b55523efff2ae11f0b9ae3cc405893c32eb78156
3676Author: Yusuke Goda <goda.yusuke@renesas.com>
3677Date: Wed Mar 5 14:23:26 2008 +0900
3678
3679 sh: Add support SH7780
3680
3681 SH7780 is CPU of Renesas Technology.
3682 This CPU has
3683 - CPU clock 400MHz
3684 - PCI support
3685 - DDR-SDRAM controller
3686 - etc ...
3687
3688 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
3689 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3690
3691commit c2042f5952a686c414031309b8f244513bf578f0
3692Author: goda.yusuke <goda.yusuke@renesas.com>
3693Date: Fri Jan 25 20:46:36 2008 +0900
3694
3695 sh: Add support Renesas Solutions Migo-R board
3696
3697 Migo-R is a board based on SH7722 and has may devices.
3698 In this patch, supported SCIF, NOR flash and Ethernet.
3699
3700 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
3701 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3702
3703commit 74d1e66d22dac91388bc538b2fe19f735edc5b82
3704Author: Bartlomiej Sieka <tur@semihalf.com>
3705Date: Thu Mar 27 15:06:40 2008 +0100
3706
3707 Fix host tool build breakage, take two
3708
3709 Revert commit 87c8431f and fix build breakage so that the build continues
3710 to work on FC systems.
3711
3712 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
3713
3714commit 7e4a0d25ed18f6437bdf59ebfa49bb0edc2f24e6
3715Author: Stefan Roese <sr@denx.de>
3716Date: Wed Mar 19 09:36:47 2008 +0100
3717
3718 ppc4xx: Enable ECC on LWMON5
3719
3720 Since all ECC related problems seem to be resolved on LWMON5, this patch
3721 now enables ECC support.
3722
3723 We have to write the ECC bytes by zeroing and flushing in smaller
3724 steps, since the whole 256MByte takes too long for the external
3725 watchdog.
3726
3727 Signed-off-by: Stefan Roese <sr@denx.de>
3728
3729commit 6433fa202a91a6594dd48f06807ac38ba27fa0bb
3730Author: Larry Johnson <lrj@acm.org>
3731Date: Mon Mar 17 11:10:35 2008 -0500
3732
3733 ppc4xx: Updates to Korat-specific code
3734
3735 This patch contains updates for changes for the Korat PPC440EPx board.
3736 These changes include:
3737
3738 (1) Support for "permanent" and "upgradable" copies of U-Boot, as
3739 described in the new "doc/README.korat" file;
3740
3741 (2) a new memory map for the registers in the board's CPLD;
3742
3743 (3) a revised format for manufacturer's data in serial EEPROM; and
3744
3745 (4) changes to track updates to U-Boot for the Sequoia board.
3746
3747 Signed-off-by: Larry Johnson <lrj@acm.org>
3748
3749commit f766cdf89b3a2a7634b8c5869f606150e332036c
3750Author: Markus Brunner <super.firetwister@gmail.com>
3751Date: Thu Mar 27 10:46:25 2008 +0100
3752
3753 ppc4xx: PPC405EP Set EMAC noise filter bits
3754
3755 This bug was introduced with commit aee747f19b460a0e9da20ff21e90fdaac1cec359
3756 which enabled CFG_4xx_GPIO_TABLE for PPC405 and unintentionally
3757 disabled the setting of the emac noise filter bits for PPC405EP when CFG_4xx_GPIO_TABLE is set.
3758
3759 Signed-off-by: Markus Brunner <super.firetwister@gmail.com>
3760 Signed-off-by: Stefan Roese <sr@denx.de>
3761
3762commit f66e2c8b25c04b79e5fb385bc8989c2de7f63991
3763Author: Mike Nuss <mike@terascala.com>
3764Date: Wed Feb 20 11:54:20 2008 -0500
3765
3766 ppc4xx: Reconfigure PLL for 667MHz processor for PPC440EPx
3767
3768 On PPC440EPx without a bootstrap I2C EEPROM, the PLL can be reconfigured
3769 after startup to change the speed of the clocks. This patch adds the
3770 option CFG_PLL_RECONFIG. If this option is set to 667, the CPU
3771 initialization code will reconfigure the PLL to run the system with a CPU
3772 frequency of 667MHz and PLB frequency of 166MHz, without the need for an
3773 external EEPROM.
3774
3775 Signed-off-by: Mike Nuss <mike@terascala.com>
3776 Acked-by: Stefan Roese <sr@denx.de>
3777
3778commit 87c8431fe24d48121f053fe67cff4ccfe097d4d1
3779Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
3780Date: Thu Mar 27 09:12:40 2008 +0100
3781
3782 new-image: Fix host tool build breakage
3783
3784 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
3785
3786commit 6fb4b640562a10daff0dbe537638d511b5b48650
3787Author: Stefan Roese <sr@denx.de>
3788Date: Thu Mar 27 10:24:03 2008 +0100
3789
3790 ppc: Set CFG_MEM_TOP_HIDE to 0 if not already defined
3791
3792 Signed-off-by: Stefan Roese <sr@denx.de>
3793
3794commit 9462732a3ec551c11862450902cd8ee1bedea6d9
3795Author: Stefan Roese <sr@denx.de>
3796Date: Wed Mar 19 10:23:43 2008 +0100
3797
3798 ppc4xx: Add fdt support to Prodrive alpr
3799
3800 Since this board will probably be ported to arch/powerpc in the
3801 near future, we add device tree support now. This way we are
3802 "ready" for arch/powerpc from now on.
3803
3804 Signed-off-by: Stefan Roese <sr@denx.de>
3805
3806commit 511e4f9e7f7b6719e4d91d7f0fc89412b13b5150
3807Author: Pieter Voorthuijsen <pieter.voorthuijsen@prodrive.nl>
3808Date: Mon Mar 17 09:27:56 2008 +0100
3809
3810 ppc4xx: Enable cache support on the ALPR board
3811
3812 Signed-off-by: Pieter Voorthuijsen <pv@prodrive.nl>
3813
3814commit 14f73ca679f6fdb44cff0b7304d419db41a0ab69
3815Author: Stefan Roese <sr@denx.de>
3816Date: Wed Mar 26 10:14:11 2008 +0100
3817
3818 ppc: Add CFG_MEM_TOP_HIDE option to hide memory area that doesn't get "touched"
3819
3820 If CFG_MEM_TOP_HIDE is defined in the board config header, this specified
3821 memory area will get subtracted from the top (end) of ram and won't get
3822 "touched" at all by U-Boot. By fixing up gd->ram_size the Linux kernel
3823 should gets passed the now "corrected" memory size and won't touch it
3824 either. This should work for arch/ppc and arch/powerpc. Only Linux board
3825 ports in arch/powerpc with bootwrapper support, which recalculate the
3826 memory size from the SDRAM controller setup, will have to get fixed
3827 in Linux additionally.
3828
3829 This patch enables this config option on some PPC440EPx boards as a workaround
3830 for the CHIP 11 errata. Here the description from the AMCC documentation:
3831
3832 CHIP_11: End of memory range area restricted access.
3833 Category: 3
3834
3835 Overview:
3836 The 440EPx DDR controller does not acknowledge any
3837 transaction which is determined to be crossing over the
3838 end-of-memory-range boundary, even if the starting address is
3839 within valid memory space. Any such transaction from any PLB4
3840 master will result in a PLB time-out on PLB4 bus.
3841
3842 Impact:
3843 In case of such misaligned bursts, PLB4 masters will not
3844 retrieve any data at all, just the available data up to the
3845 end of memory, especially the 440 CPU. For example, if a CPU
3846 instruction required an operand located in memory within the
3847 last 7 words of memory, the DCU master would burst read 8
3848 words to update the data cache and cross over the
3849 end-of-memory-range boundary. Such a DCU read would not be
3850 answered by the DDR controller, resulting in a PLB4 time-out
3851 and ultimately in a Machine Check interrupt. The data would
3852 be inaccessible to the CPU.
3853
3854 Workaround:
3855 Forbid any application to access the last 256 bytes of DDR
3856 memory. For example, make your operating system believe that
3857 the last 256 bytes of DDR memory are absent. AMCC has a patch
3858 that does this, available for Linux.
3859
3860 This patch sets CFG_MEM_TOP_HIDE for the following 440EPx boards:
3861 lwmon5, korat, sequoia
3862
3863 The other remaining 440EPx board were intentionally not included
3864 since it is not clear to me, if they use the end of ram for some
3865 other purpose. This is unclear, since these boards have CONFIG_PRAM
3866 defined and even comments like this:
3867
3868 PMC440.h:
3869 /* esd expects pram at end of physical memory.
3870 * So no logbuffer at the moment.
3871 */
3872
3873 It is strongly recommended to not use the last 256 bytes on those
3874 boards too. Patches from the board maintainers are welcome.
3875
3876 Signed-off-by: Stefan Roese <sr@denx.de>
3877
3878commit c664bf8c3c9bb9e236891f0d8dfda883e86d159b
3879Author: Stefan Roese <sr@denx.de>
3880Date: Thu Mar 27 10:09:05 2008 +0100
3881
3882 ppc4xx: Fix Canyonlands linker script (remove bogus ASSERT)
3883
3884 Signed-off-by: Stefan Roese <sr@denx.de>
3885
3886commit d56a3ce179688cde61073a3690e21703d68fafd7
3887Author: Stefan Roese <sr@denx.de>
3888Date: Tue Mar 25 17:51:13 2008 +0100
3889
3890 ppc4xx: Correctly pass phyiscal FLASH base address into dtb
3891
3892 The routine ft_board_setup() configures the EBC NOR mappings for the
3893 Linux physmap_of driver. Since on 460EX/GT we remap the FLASH from
3894 0x4.fc00.0000 to 0x4.cc00.0000 because of the max. 16MByte boot-CS
3895 problem, we need to pass the corrected address here too.
3896
3897 Signed-off-by: Stefan Roese <sr@denx.de>
3898
3899commit 9ad31989de12ce5c67b07c4867ead47465655c4b
3900Author: Stefan Roese <sr@denx.de>
3901Date: Wed Mar 19 16:35:12 2008 +0100
3902
3903 ppc4xx: Fix compilation warning in 4xx_enet.c
3904
3905 Signed-off-by: Stefan Roese <sr@denx.de>
3906
3907commit 4c9e855734c523900322a7c3cdd9099b4f51b51d
3908Author: Stefan Roese <sr@denx.de>
3909Date: Wed Mar 19 16:20:49 2008 +0100
3910
3911 ppc4xx: Add AMCC Glacier 406GT eval board support
3912
3913 This patch adds support for the AMCC Glacier 460GT eval board.
3914 The main difference to the Canyonlands board are listed here:
3915
3916 - 4 ethernet ports instead of 2
3917 - no SATA port
3918 - no USB port
3919
3920 Currently EMAC2+3 are not working. This will be fixed in a later
3921 release.
3922
3923 Signed-off-by: Stefan Roese <sr@denx.de>
3924
3925commit d8bd643141af4710d7f1b69bbab6b760de0af0a1
3926Author: Stefan Roese <sr@denx.de>
3927Date: Thu Mar 27 08:47:26 2008 +0100
3928
3929 ppc4xx: Mask 'vec' with 0x1f in uic_interrupt() for bit set/clear
3930
3931 Signed-off-by: Stefan Roese <sr@denx.de>
3932
3933commit b9670dd85be6e0496ef2e231043c23cad9b1d903
3934Author: Anatolij Gustschin <agust@denx.de>
3935Date: Wed Mar 26 21:05:43 2008 +0100
3936
3937 Fix out of tree building issue
3938
3939 Currently U-Boot building in some external directory
3940 doesn't work. This patch tries to fix the problem.
3941
3942 Signed-off-by: Anatolij Gustschin <agust@denx.de>
3943
3944commit d4ee711d8a5c366ee3f857c26b927d12e66614ff
3945Author: Anatolij Gustschin <agust@denx.de>
3946Date: Wed Mar 26 18:13:33 2008 +0100
3947
3948 README: update documentation (availability, links, etc.)
3949
3950 Fix typo in README
3951
3952 Signed-off-by: Anatolij Gustschin <agust@denx.de>
3953
3954commit e813eae3bfeba9c0bda9d1bf9fc3d081f790972f
3955Author: Anatolij Gustschin <agust@denx.de>
3956Date: Wed Mar 26 17:47:44 2008 +0100
3957
3958 Fix compilation error in cmd_usb.c
3959
3960 This patch fixes compilation error
3961 cmd_usb.c: In function 'do_usb':
3962 cmd_usb.c:552: error: void value not ignored as it ought to be
3963
3964 Signed-off-by: Anatolij Gustschin <agust@denx.de>
3965
3966commit d8c82db482d6b535d12b419d6440b88bf7091c9b
3967Author: Timur Tabi <timur@freescale.com>
3968Date: Fri Mar 14 17:45:29 2008 -0500
3969
3970 Add support for setting the I2C bus speed in fsl_i2c.c
3971
3972 Add support to the Freescale I2C driver (fsl_i2c.c) for setting and querying
3973 the I2C bus speed. Current 8[356]xx boards define the CFG_I2C_SPEED macro,
3974 but fsl_i2c.c ignores it and uses conservative value when programming the
3975 I2C bus speed.
3976
3977 Signed-off-by: Timur Tabi <timur@freescale.com>
3978 Acked-by: Andy Fleming <afleming@freescale.com>
3979
3980commit d049cc7f71c0d875e8f5099d1ed23666a82b8f8e
3981Author: Wolfgang Denk <wd@denx.de>
3982Date: Thu Mar 27 00:03:57 2008 +0100
3983
3984 Coding style cleanup, update CHANGELOG
3985
3986 Signed-off-by: Wolfgang Denk <wd@denx.de>
3987
d049cc7f
WD
3988commit fd0b1fe3c388a77e8fe00cdd930ca317a91198d4
3989Author: Dave Liu <r63238@freescale.com>
3990Date: Wed Mar 26 22:55:32 2008 +0800
3991
3992 drivers: add the support for Freescale SATA controller
3993
3994 Add the Freescale on-chip SATA controller driver to u-boot,
3995 The SATA controller is used on the 837x and 8315 targets,
3996 The driver can be used to load kernel, fs and dtb.
3997
3998 The features list:
3999 - 1.5/3 Gbps link speed
4000 - LBA48, LBA28 support
4001 - DMA and FPDMA support
4002 - Two ports support
4003
4004 Signed-off-by: Dave Liu <daveliu@freescale.com>
4005
4006commit bede87f4c87c3ccd868cc60ebf792e0560c6d024
4007Author: Dave Liu <r63238@freescale.com>
4008Date: Wed Mar 26 22:54:44 2008 +0800
4009
4010 ata: add the readme for SATA command line
4011
4012 Signed-off-by: Dave Liu <daveliu@freescale.com>
4013
4014commit cd54081cd479e542fc399b8a40651ff11a1ad849
4015Author: Dave Liu <r63238@freescale.com>
4016Date: Wed Mar 26 22:53:24 2008 +0800
4017
4018 ata: enable the sata initialize on boot up
4019
4020 Signed-off-by: Dave Liu <daveliu@freescale.com>
4021
4022commit 69386383c5c2b323c66495b0b0cef6a9714d83bf
4023Author: Dave Liu <r63238@freescale.com>
4024Date: Wed Mar 26 22:52:36 2008 +0800
4025
4026 ata: add the fis struct for SATA
4027
4028 Signed-off-by: Dave Liu <daveliu@freescale.com>
4029
4030commit ffc664e80dfb2e17de0df5ad39e91a02e9c361bc
4031Author: Dave Liu <r63238@freescale.com>
4032Date: Wed Mar 26 22:51:44 2008 +0800
4033
4034 ata: add the libata support
4035
4036 add simple libata support in u-boot
4037
4038 Signed-off-by: Dave Liu <daveliu@freescale.com>
4039
4040commit 8e9bb43429e50df55fa41932cbe65841ff579220
4041Author: Dave Liu <r63238@freescale.com>
4042Date: Wed Mar 26 22:50:45 2008 +0800
4043
4044 ata: make the ata_piix driver using new SATA framework
4045
4046 original ata_piix driver is using IDE framework, not real
4047 SATA framework. For now, the ata_piix driver is only used
4048 by x86 sc520_cdp board. This patch makes the ata_piix driver
4049 use the new SATA framework, so
4050
4051 - remove the duplicated command stuff
4052 - remove the CONFIG_CMD_IDE define in the sc520_cdp.h
4053 - add the CONFIG_CMD_SATA define to sc520_cdp.h
4054
4055 Signed-off-by: Dave Liu <daveliu@freescale.com>
4056
4057commit c7057b529c3c3cb9c0ac9060686a4068f1491bbe
4058Author: Dave Liu <r63238@freescale.com>
4059Date: Wed Mar 26 22:49:44 2008 +0800
4060
4061 ata: add the support for SATA framework
4062
4063 - add the SATA framework
4064 - add the SATA command line
4065
4066 Signed-off-by: Dave Liu <daveliu@freescale.com>
4067
4068commit 83c7f470a4ce94f33600f11ae85ce4dcf00aa90c
4069Author: Dave Liu <r63238@freescale.com>
4070Date: Wed Mar 26 22:48:18 2008 +0800
4071
4072 ata: merge the header of ata_piix driver
4073
4074 move the sata.h from include/ to drivers/block/ata_piix.h
4075
4076 Signed-off-by: Dave Liu <daveliu@freescale.com>
4077
4078commit 9eef62804d9695425b24c87b46a61a7fa74afee0
4079Author: Dave Liu <r63238@freescale.com>
4080Date: Wed Mar 26 22:47:06 2008 +0800
4081
4082 ata: merge the ata_piix driver
4083
4084 move the cmd_sata.c from common/ to drivers/ata_piix.c,
4085 the cmd_sata.c have some part of ata_piix controller drivers.
4086 consolidate the driver to have better framework.
4087
4088 Signed-off-by: Dave Liu <daveliu@freescale.com>
4089
1aeed8d7
WD
4090commit b9e749e95354f33eb5dc6653c6db7d502adb95fe
4091Author: Markus Klotzbuecher <mk@denx.de>
4092Date: Wed Mar 26 18:26:43 2008 +0100
4093
4094 USB, Storage: fix a bug introduced in commit
4095 f6b44e0e4d18fe507833a0f76d24a9aa72c123f1 that will cause usb_stor_info
4096 to only print only information on one storage device, but not for
4097 multiple.
4098
4099 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
4100
4101commit 841e5edd1623f3fecb6bffc5c2f938ed7a947360
4102Author: Anatolij Gustschin <agust@denx.de>
4103Date: Wed Mar 26 17:47:44 2008 +0100
4104
4105 Fix compilation error in cmd_usb.c
4106
4107 This patch fixes compilation error
4108 cmd_usb.c: In function 'do_usb':
4109 cmd_usb.c:552: error: void value not ignored as it ought to be
4110
4111 Signed-off-by: Anatolij Gustschin <agust@denx.de>
4112 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
4113
4114commit dd6c910aadf27c822f17b87eae1a9bd0b2e3aa15
4115Author: Kumar Gala <galak@kernel.crashing.org>
4116Date: Wed Mar 26 08:53:53 2008 -0500
4117
4118 85xx: Add cpu_mp_lmb_reserve helper to reserve boot page
4119
4120 Provide a board_lmb_reserve helper function to ensure we reserve
4121 the page of memory we are using for the boot page translation code.
4122
4123 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4124
4125commit 79679d80021ab095e639e250ca472fe526da02e2
4126Author: Kumar Gala <galak@kernel.crashing.org>
4127Date: Wed Mar 26 08:34:25 2008 -0500
4128
4129 85xx: Update multicore boot mechanism to ePAPR v0.81 spec
4130
4131 The following changes are needed to be inline with ePAPR v0.81:
4132
4133 * r4, r5 and now always set to 0 on boot release
4134 * r7 is used to pass the size of the initial map area (IMA)
4135 * EPAPR_MAGIC value changed for book-e processors
4136 * changes in the spin table layout
4137 * spin table supports a 64-bit physical release address
4138
4139 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4140
4141commit 25eedb2c1958a13110c7de1fc809b624053cc69c
4142Author: Jon Loeliger <jdl@freescale.com>
4143Date: Wed Mar 19 15:02:07 2008 -0500
4144
4145 FSL: Clean up board/freescale/common/Makefile
4146
4147 Each file that can be built here now follows some
4148 CONFIG_ option so that they are appropriately built
4149 or not, as needed. And CONFIG_ defines were added
4150 to various board config files to make sure that happens.
4151
4152 The other board/freescale/*/Makefiles no longer need
4153 to reach up and over into ../common to build their
4154 individually needed files any more.
4155
4156 Boards that are CDS specific were renamed with cds_ prefix.
4157
4158 Signed-off-by: Jon Loeliger <jdl@freescale.com>
4159
4160commit a5af4b358a7caa9c0aa374d4d894bf762ec37669
4161Author: Kumar Gala <galak@kernel.crashing.org>
4162Date: Wed Feb 27 22:00:27 2008 -0600
4163
4164 85xx: Fix merge duplication
4165
4166 ft_fixup_cpu() got duplicated in some merge snafu. Remove the duplicate.
4167
4168 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4169
4170commit 5893b3d0a4084f87a06a5d3dc03db91206818941
4171Author: James Yang <James.Yang@freescale.com>
4172Date: Tue Feb 12 16:35:07 2008 -0600
4173
4174 85xx: Expand CCSR space with more DDR controller registers.
4175
4176 Signed-off-by: James Yang <James.Yang@freescale.com>
4177 Signed-off-by: Jon Loeliger <jdl@freescale.com>
4178 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4179
4180commit a3e77fa5359b3f9f59e4e946b46d57a53057cc85
4181Author: James Yang <James.Yang@freescale.com>
4182Date: Fri Feb 8 18:05:08 2008 -0600
4183
4184 85xx: Speed up get_ddr_freq() and get_bus_freq()
4185
4186 get_ddr_freq() and get_bus_freq() used get_sys_info() each time they were
4187 called. However, get_sys_info() recalculates extraneous information when
4188 called each time. Have get_ddr_freq() and get_bus_freq() return memoized
4189 values from global_data instead.
4190
4191 Signed-off-by: James Yang <James.Yang@freescale.com>
4192 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4193
4194commit e9ea679918fbc9a53fa2f2a904aac874ea736036
4195Author: James Yang <James.Yang@freescale.com>
4196Date: Fri Feb 8 16:46:27 2008 -0600
4197
4198 85xx: Show DDR memory data rate in addition to the memory clock frequency.
4199
4200 Show the DDR memory data rate in addition to the memory clock
4201 frequency. For DDR/DDR2 memories the memory data rate is 2x the
4202 memory clock.
4203
4204 Signed-off-by: James Yang <James.Yang@freescale.com>
4205 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4206
4207commit 591933ca6eabc440e6ed6967233aaf56fce464a3
4208Author: James Yang <James.Yang@freescale.com>
4209Date: Fri Feb 8 16:44:53 2008 -0600
4210
4211 85xx: get_tbclk() speed up and rounding fix
4212
4213 Speed up get_tbclk() by referencing pre-computed bus clock
4214 frequency value from global data instead of sys_info_t. Fix
4215 rounding of result to nearest; previously it was rounding
4216 upwards.
4217
4218 Signed-off-by: James Yang <James.Yang@freescale.com>
4219 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4220
4221commit 1ced121600b2060ab2ff9f0fddd9421fd70a0dc6
4222Author: Andy Fleming <afleming@freescale.com>
4223Date: Wed Feb 6 01:19:40 2008 -0600
4224
4225 Update SVR numbers to expand support
4226
4227 FSL has taken to using SVR[16:23] as an SOC sub-version field. This
4228 is used to distinguish certain variants within an SOC family. To
4229 account for this, we add the SVR_SOC_VER() macro, and update the SVR_*
4230 constants to reflect the larger value. We also add SVR numbers for all
4231 of the current variants. Finally, to make things neater, rather than
4232 use an enormous switch statement to print out the CPU type, we create
4233 and array of SVR/name pairs (using a macro), and print out the CPU name
4234 that matches the SVR SOC version.
4235
4236 Signed-off-by: Andy Fleming <afleming@freescale.com>
4237
4238commit b83eef440cf3cef816172ccbb5897ccd8e403cf3
4239Author: Andy Fleming <afleming@freescale.com>
4240Date: Wed Feb 6 01:12:57 2008 -0600
4241
4242 Add the Freescale PCI device IDs
4243
4244 Signed-off-by: Andy Fleming <afleming@freescale.com>
4245
4246commit 7aff0c051ad0613171cf2b9941ee48675c62e7cd
4247Author: Kumar Gala <galak@kernel.crashing.org>
4248Date: Thu Feb 14 11:04:23 2008 -0600
4249
4250 85xx: Added support for multicore boot mechanism
4251
4252 Added the cpu command that provides a generic mechanism to get status,
4253 reset, and release secondary cores in multicore processors.
4254
4255 Added support for using the ePAPR defined spin-table mechanism on 85xx.
4256
4257 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4258 Signed-off-by: Andy Fleming <afleming@freescale.com>
4259
4260commit ec2b74ffd36f02c6123725e7c2533dd2deaf4b64
4261Author: Kumar Gala <galak@kernel.crashing.org>
4262Date: Thu Jan 17 16:48:33 2008 -0600
4263
4264 85xx: Added support for multicore boot mechanism
4265
4266 Added the cpu command that provides a generic mechanism to get status,
4267 reset, and release secondary cores in multicore processors.
4268
4269 Added support for using the ePAPR defined spin-table mechanism on 85xx.
4270
4271 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4272
4273commit f69766e4b5d47ecd3aa58677a8da875694f364f2
4274Author: Kumar Gala <galak@kernel.crashing.org>
4275Date: Wed Jan 30 14:55:14 2008 -0600
4276
4277 85xx: Add the concept of CFG_CCSRBAR_PHYS
4278
4279 When we go to 36-bit physical addresses we need to keep the concept of
4280 the physical CCSRBAR address seperate from the virtual one.
4281
4282 For the majority of boards CFG_CCSBAR_PHYS == CFG_CCSRBAR
4283
4284 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4285
d049cc7f
WD
4286commit 5b5eb9ca5b778f763bcf332697b35cc1e747626e
4287Author: Wolfgang Denk <wd@denx.de>
4288Date: Wed Mar 26 15:38:47 2008 +0100
4289
4290 Coding style cleanup.
4291
4292 Signed-off-by: Wolfgang Denk <wd@denx.de>
4293
4294commit da8808df7a9cef5a3d2ee286ef9ebf9de1780660
4295Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
4296Date: Wed Mar 26 13:02:13 2008 +0100
4297
4298 Add CFG_RTC_DS1337_NOOSC to turn off OSC output
4299
4300 The default settings for RTC DS1337 keeps the OSC
4301 output, 32,768 Hz, on. This add CFG_RTC_DS1337_NOOSC to
4302 turn it off.
4303
4304 Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
4305
4306commit 438a4c11260b4ea9805039b0b4f92f9df5306b02
4307Author: Wolfgang Denk <wd@denx.de>
4308Date: Wed Mar 26 11:48:46 2008 +0100
4309
4310 Cleanup coding style, update CHANGELOG
4311
4312 Signed-off-by: Wolfgang Denk <wd@denx.de>
4313
438a4c11
WD
4314commit 218ca724c08ca8a649f0917cf201cf23d4b33f39
4315Author: Wolfgang Denk <wd@denx.de>
4316Date: Wed Mar 26 10:40:12 2008 +0100
4317
4318 README: update documentation (availability, links, etc.)
4319
4320 Signed-off-by: Wolfgang Denk <wd@denx.de>
4321
4322commit f6b44e0e4d18fe507833a0f76d24a9aa72c123f1
4323Author: Aras Vaichas <arasv@magtech.com.au>
4324Date: Tue Mar 25 12:09:07 2008 +1100
4325
4326 USB Storage, add meaningful return value
4327
4328 This patch changes the "usb storage" command to return success if it
4329 finds a USB storage device, otherwise it returns error.
4330
4331 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
4332
4333commit 18e69a35efbb078403db0c0063986470dad7d082
4334Author: Anton Vorontsov <avorontsov@ru.mvista.com>
4335Date: Fri Mar 14 23:20:18 2008 +0300
4336
4337 83xx/fdt_support: let user specifiy FSL USB Dual-Role controller role
4338
4339 Linux understands "host" (default), "peripheral" and "otg" (broken).
4340 Though, U-Boot doesn't restrict dr_mode variable to these values (think
4341 of renames in future).
4342
4343 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
4344 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
4345
4346commit c7604783b236e368f225efb7b3efb418fe20b404
4347Author: Anton Vorontsov <avorontsov@ru.mvista.com>
4348Date: Fri Mar 14 23:20:30 2008 +0300
4349
4350 tsec: fix link detection for the RTL8211B PHY
4351
4352 RTL8211B sets link state register after autonegotiation complete,
4353 so with bootdelay=0 RTL8211B will report lack of the link.
4354
4355 To fix this, we should wait for aneg to complete, even if the
4356 link is currently down.
4357
4358 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
4359 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
4360
4361commit 7fa9cbb00dc83fcf175042b6f20c2c9bce9a15f4
4362Author: Anton Vorontsov <avorontsov@ru.mvista.com>
4363Date: Mon Mar 24 20:47:09 2008 +0300
4364
4365 mpc83xx: add "fsl,soc" and "fsl,immr" compatible fixups
4366
4367 device_type = "soc" is being deprecated, newer device trees will use
4368 "fsl,soc" and/or "fsl,immr" for the soc nodes.
4369
4370 This patch also adds clock-frequency property for soc nodes (the same
4371 value as bus-frequency).
4372
4373 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
4374
4375commit 507e2d79c91441a0bb2cd3d0c31c8bfe3f8cec07
4376Author: Joe D'Abbraccio <ljd015@freescale.com>
4377Date: Mon Mar 24 13:00:59 2008 -0400
4378
4379 Modified the DDR SDRAM clock control register to delay MCK/MCK_B 3/4 clock
4380
4381 With the original value of 1/2 clock cycle delay, the system ran relatively
4382 stable except when we run benchmarks that are intensive users of memory.
4383 When I run samba connected disk with a HDBENCH test, the system locks-up
4384 or reboots sporadically.
4385
4386 Signed-off by: Joe D'Abbraccio <Joe.D'abbraccio@freescale.com>
4387
4388commit a7ba32d480a86db5db8dcd8ca66b21b4cadda923
4389Author: Scott Wood <scottwood@freescale.com>
4390Date: Mon Mar 24 12:44:13 2008 -0500
4391
4392 mpc83xx: Set PCI I/O bus-address base to zero.
4393
4394 The device trees for these boards describe PCI I/O as starting from
4395 address zero from the device's perspective.
4396
4397 Placing I/O elsewhere may cause problems with certain PCI boards, and may
4398 cause problems with Linux.
4399
4400 Signed-off-by: Scott Wood <scottwood@freescale.com>
4401
4402commit f700e7df7fecf2d3765ae568ce77ce788cde4f3e
4403Author: Anton Vorontsov <avorontsov@ru.mvista.com>
4404Date: Mon Mar 24 20:47:05 2008 +0300
4405
4406 mpc83xx: MPC8360E-RDK: use 33.3(3)MHz CLKIN/SYS_CLK
4407
4408 At least on the "33MHz Pilot" board crystal is actually 33.3MHz.
4409 This patch fixes "system time drifting" problem.
4410
4411 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
4412
4413commit 3a0cfdd576dc9b16d1468d37339182607c697fb7
4414Author: Anton Vorontsov <avorontsov@ru.mvista.com>
4415Date: Mon Mar 24 20:47:02 2008 +0300
4416
4417 mpc83xx: MPC8360E-RDK: define CONFIG_OF_STDOUT_VIA_ALIAS
4418
4419 This is needed to update /choosen/linux,stdout-path properly.
4420
4421 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
4422
4423commit 3419eb62f088d7a22f1d2a3cebf76b77e408b5b9
4424Author: Anton Vorontsov <avorontsov@ru.mvista.com>
4425Date: Mon Mar 24 20:47:00 2008 +0300
4426
4427 mpc83xx: MPC8360E-RDK: add dhcp command
4428
4429 Plus modify environment to use it and remove bootfile env variable,
4430 it is internal and CONFIG_BOOTFILE is used for these purposes.
4431
4432 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
4433
4434commit d892b2dbb4087a26778bfd42470c3ea7d0e2b6aa
4435Author: Anton Vorontsov <avorontsov@ru.mvista.com>
4436Date: Mon Mar 24 20:46:57 2008 +0300
4437
4438 mpc83xx: MPC8360E-RDK: rework ddr setup, enable ecc
4439
4440 Current DDR setup easily causes memory corruption, this patch fixes it.
4441
4442 Also fix TIMING_CFG0_MRS_CYC definition.
4443
4444 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
4445
4446commit d47d49cc37a38f2719a3e1b9bbe08ac810cf2d9a
4447Author: Anton Vorontsov <avorontsov@ru.mvista.com>
4448Date: Mon Mar 24 20:46:53 2008 +0300
4449
4450 mpc83xx: MPC8360E-RDK: configure pario pins for AD7843 and FHCI
4451
4452 This patch adds qe pario pins configuration for AD7843 ADC/Touchscreen
4453 controller and FHCI (QE USB).
4454
4455 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
4456
4457commit 7ad959490962e6842648d87d4bd795ea6cdcce67
4458Author: Anton Vorontsov <avorontsov@ru.mvista.com>
4459Date: Mon Mar 24 20:46:51 2008 +0300
4460
4461 mpc83xx: MPC8360E-RDK: add support for NAND
4462
4463 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
4464
4465commit 9a3e832aeb491861d029991241572ebdf4b5b61b
4466Author: Anton Vorontsov <avorontsov@ru.mvista.com>
4467Date: Mon Mar 24 20:46:46 2008 +0300
4468
4469 mpc83xx: MPC8360E-RDK: use RGMII_RXID interface mode
4470
4471 This is needed for BCM PHYs to work on this board.
4472
4473 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
4474
4475commit 300615dc5d9b0a2022fbc6af0c13159e33fd752e
4476Author: Anton Vorontsov <avorontsov@ru.mvista.com>
4477Date: Mon Mar 24 20:46:34 2008 +0300
4478
4479 uec: add support for Broadcom BCM5481 Gigabit PHY
4480
4481 This patch adds basic support for Broadcom BCM5481 PHY.
4482
4483 RXD-RXC delay quirk comes from MPC8360E-RDK BSP source, author is
4484 Peter Barada <peterb@logicpd.com>.
4485
4486 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
4487
4488commit 6a600c3a1876bc203445df4f0fd6b12648259666
4489Author: Anton Vorontsov <avorontsov@ru.mvista.com>
4490Date: Mon Mar 24 20:46:28 2008 +0300
4491
4492 uec: add support for RGMII_RXID interface mode
4493
4494 PHY drivers will use it to setup software delay between RXD and RXC
4495 signals.
4496
4497 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
4498
4499commit 91cdaa3a9d7562b869d96774e9c9ddf142c0848d
4500Author: Anton Vorontsov <avorontsov@ru.mvista.com>
4501Date: Mon Mar 24 20:46:24 2008 +0300
4502
4503 uec: add support for gbit mii status readings
4504
4505 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
4506
4507commit aabce7fb505ffe55ebf3bf4dcafdae97a581558d
4508Author: Anton Vorontsov <avorontsov@ru.mvista.com>
4509Date: Mon Mar 24 17:40:47 2008 +0300
4510
4511 83xx: define CONFIG_OF_STDOUT_VIA_ALIAS for the MPC837XERDB boards
4512
4513 This is primarily for the early console support.
4514
4515 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
4516
4517commit 2bd7460e9283ec98565189b3cdbcfb2bcdcdd635
4518Author: Anton Vorontsov <avorontsov@ru.mvista.com>
4519Date: Mon Mar 24 17:40:43 2008 +0300
4520
4521 83xx: initialize serdes for MPC837XRDB boards
4522
4523 On the MPC8377ERDB: 2 SATA and 2 PCI-E.
4524 On the MPC8378ERDB: 2 PCI-E
4525 On the MPC8379ERDB: 4 SATA
4526
4527 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
4528
4529commit 453316a2a19642d8afcbca7452e40a6b44a197b1
4530Author: Anton Vorontsov <avorontsov@ru.mvista.com>
4531Date: Mon Mar 24 17:40:32 2008 +0300
4532
4533 83xx: serdes setup routines
4534
4535 This patch adds few routines to configure serdes on 837x targets.
4536
4537 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
4538
4539commit a796cdf9c377cb4e5d61d1079a296608f8fbd903
4540Author: Anton Vorontsov <avorontsov@ru.mvista.com>
4541Date: Mon Mar 24 17:40:27 2008 +0300
4542
4543 83xx: split COBJS onto separate lines
4544
4545 ..plus get rid of some #ifdefs in the .c files.
4546
4547 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
4548
4549commit 46a3aeea73c13ab04ebf7a8739afb87ac5da94a3
4550Author: Anton Vorontsov <avorontsov@ru.mvista.com>
4551Date: Mon Mar 24 17:40:23 2008 +0300
4552
4553 83xx: nand support for MPC837XRDB boards
4554
4555 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
4556
4557commit 82e45a204190593e8613145a928f998fb8c909c4
4558Author: Jerry Van Baren <gvb.uboot@gmail.com>
4559Date: Tue Mar 18 21:44:41 2008 -0400
4560
4561 Enable CONFIG_FLASH_SHOW_PROGRESS on the MPC8360EMDS.
4562
4563 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
4564 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
4565
4566commit 0fa7a1b4719e325fce332689fb8754ec166191ff
4567Author: Michael Barkowski <michael.barkowski@freescale.com>
4568Date: Thu Mar 20 13:15:39 2008 -0400
4569
4570 mpc8323erdb: remove RTC and add EEPROM
4571
4572 There's no on-board RTC on the MPC8323ERDB, but there is an EEPROM.
4573
4574 Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
4575 Acked-by: Kim Phillips <kim.phillips@freescale.com>
4576
4577commit 5bbeea86eb6afb872374cd23217cb3c1018443ed
4578Author: Michael Barkowski <michael.barkowski@freescale.com>
4579Date: Thu Mar 20 13:15:34 2008 -0400
4580
4581 mpc8323erdb: Improve the system performance
4582
4583 The following changes are based on kernel UCC ethernet performance:
4584
4585 1. Make the CSB bus pipeline depth as 4, and enable the repeat mode
4586 2. Optimize transactions between QE and CSB. Added CFG_SPCR_OPT
4587 switch to enable this setting.
4588
4589 The following changes are based on the App Note AN3369 and
4590 verified to improve memory latency using LMbench:
4591
4592 3. CS0_CONFIG[AP_n_EN] is changed from 1 to 0
4593 4. CS0_CONFIG[ODT_WR_CONFIG] set to 1. Was a reserved setting
4594 previously.
4595 5. TIMING_CFG_1[WRREC] is changed from 3clks to 2clks (based on
4596 Twr=15ns, and this was already the setting in DDR_MODE)
4597 6. TIMING_CFG_1[PRETOACT] is changed from 3clks to 2clks. (based on
4598 Trp=15ns)
4599 7. TIMING_CFG_1[ACTTOPRE] is changed from 9clks to 6clks. (based on
4600 Tras=40ns)
4601 8. TIMING_CFG_1[ACTTORW] is changed from 3clks to 2clks. (based on
4602 Trcd=15ns)
4603 9. TIMING_CFG_1[REFREC] changed from 21 clks to 11clks. (based on
4604 Trfc=75ns)
4605 10. TIMING_CFG_2[FOUR_ACT] is changed from 10 clks to 7clks. (based
4606 on Tfaw=50ns)
4607 11. TIMING_CFG_2[ADD_LAT] and DDR_MODE[AL] changed from 0 to 1 (based
4608 on CL=3 and WL=2).
4609
4610 Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
4611 Acked-by: Kim Phillips <kim.phillips@freescale.com>
4612
4613commit fc549c871f43933396a5b3e21d897023d4b31b8d
4614Author: Michael Barkowski <michael.barkowski@freescale.com>
4615Date: Thu Mar 20 13:15:28 2008 -0400
4616
4617 mpc8323erdb: use readable DDR config macros
4618
4619 Use available shift/mask macros to define DDR configuration.
4620
4621 Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
4622 Acked-by: Kim Phillips <kim.phillips@freescale.com>
4623
4624commit 89c7784ed90ba50301eec521144f95111e472906
4625Author: Timur Tabi <timur@freescale.com>
4626Date: Fri Feb 8 13:15:55 2008 -0600
4627
4628 83xx: Add Vitesse VSC7385 firmware uploading
4629
4630 Update the MPC8349E-mITX, MPC8313E-RDB, and MPC837XE-RDB board files to upload
4631 the Vitesse VSC7385 firmware. Changed CONFIG_VSC7385 to CONFIG_VSC7385_ENET.
4632 Cleaned up the board header files to make selecting the VSC7385 easier to
4633 control.
4634
4635 Signed-off-by: Timur Tabi <timur@freescale.com>
4636 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
4637
4638commit b55d98c6d5b8694e560a0e727b14cb6921d7cfcc
4639Author: Timur Tabi <timur@freescale.com>
4640Date: Fri Feb 8 13:15:54 2008 -0600
4641
4642 NET: Add Vitesse VSC7385 firmware uploading
4643
4644 The Vitesse VSC7385 is a 5-port switch found on the Freescale MPC8349E-mITX
4645 and other boards. A small firwmare must be uploaded to its on-board memory
4646 before it can be enabled. This patch adds the code which uploads firmware
4647 (but not the firmware itself).
4648
4649 Previously, this feature was provided by a U-Boot application that was
4650 made available only on Freescale BSPs. The VSC7385 firmware must still
4651 be obtained separately, but at least there is no longer a need for a separate
4652 application.
4653
4654 Signed-off-by: Timur Tabi <timur@freescale.com>
4655 Acked-by: Ben Warren <biggerbadderben@gmail.com>
4656
4657commit aa6f6d171a1f9f46ee4f03ad6acb97a6bfb71855
4658Author: Wolfgang Denk <wd@denx.de>
4659Date: Wed Mar 26 00:52:10 2008 +0100
4660
4661 Coding Style cleanyp; update CHANGELOG
4662
4663 Signed-off-by: Wolfgang Denk <wd@denx.de>
4664
aa6f6d17
WD
4665commit 43ddd9c820fec44816188f53346b464e20b3142d
4666Author: Jerry Van Baren <gvb.uboot@gmail.com>
4667Date: Sat Mar 22 14:23:49 2008 -0400
4668
4669 Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T
4670
4671 These defines embedded the u-boot env variables and/or the bd_t structure
4672 in the fdt blob. The conclusion of discussion on the u-boot email list
4673 was that embedding these in the fdt blob is not useful: there are better
4674 ways of passing the data (in fact, the fdt blob itself replaces the
4675 bd_t struct).
4676
4677 The only board that enables these is the stxxtc and they don't appear
4678 to be used by linux.
4679
4680 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
4681 Acked-by: Kim Phillips <kim.phillips@freescale.com>
4682
4683commit 22ed2285743359fd1fe73e411dff914b2256e68f
4684Author: Stefan Roese <sr@denx.de>
4685Date: Mon Mar 17 10:49:25 2008 +0100
4686
4687 rtc: Remove 2nd reference to max6900.o in drivers/rtc/Makefile
4688
4689 Signed-off-by: Stefan Roese <sr@denx.de>
4690
4691commit 1bb707c39a0833e91d9f797dd862aaaaf4af264d
4692Author: Kyungmin Park <kmpark@infradead.org>
4693Date: Mon Mar 17 08:54:06 2008 +0900
4694
4695 Add Flex-OneNAND booting support
4696
4697 Flex-OneNAND is a monolithic integrated circuit with a NAND Flash array
4698 using a NOR Flash interface. This on-chip integration enables system designers
4699 to reduce external system logic and use high-density NAND Flash
4700 in applications that would otherwise have to use more NOR components.
4701
4702 Flex-OneNAND enables users to configure to partition it into SLC and MLC areas
4703 in more flexible way. While MLC area of Flex-OneNAND can be used to store data
4704 that require low reliability and high density, SLC area of Flex-OneNAND
4705 to store data that need high reliability and high performance. Flex-OneNAND
4706 can let users take advantage of storing these two different types of data
4707 into one chip, which is making Flex-OneNAND more cost- and space-effective.
4708
4709 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
4710
4711commit c512389cc4a10253249271ff6c887c6dab1f0db2
4712Author: André Schwarz <andre.schwarz@matrix-vision.de>
4713Date: Thu Mar 13 13:50:52 2008 +0100
4714
4715 MPC5200: support setup without FEC
4716
4717 Include FEC specific nodes in ft_cpu_setup only if CONFIG_MPC5xxx_FEC is
4718 defined. Systems without FEC, i.e. no FEC node in DTB, should be possible.
4719
4720 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
4721 Acked-by: Grant Likely <grant.likely@secretlab.ca>
4722
4723commit aa3511e422946041ef626f80a05ae5e8bfc700e6
4724Author: Jon Loeliger <jdl@freescale.com>
4725Date: Wed Mar 5 18:05:46 2008 -0600
4726
4727 FSL: Move board/mpc8266ads under board/freescale
4728
4729 Signed-off-by: Jon Loeliger <jdl@freescale.com>
4730
4731commit 7f1d846e5c5754449c286587d099d85246062772
4732Author: Jon Loeliger <jdl@freescale.com>
4733Date: Wed Mar 5 18:05:47 2008 -0600
4734
4735 FSL: Move board/mpc7448hpc2 under board/freescale
4736
4737 Signed-off-by: Jon Loeliger <jdl@freescale.com>
4738
4739commit b7e24d283e34727c2a6cdfdac2e09a426c579b73
4740Author: Jon Loeliger <jdl@freescale.com>
4741Date: Wed Mar 5 18:05:45 2008 -0600
4742
4743 FSL: Move board/mpc8260ads under board/freescale
4744
4745 Signed-off-by: Jon Loeliger <jdl@freescale.com>
4746
4747commit 6a8a5dc4759867c45aa95580deb8bf26669a5d97
4748Author: goda.yusuke <goda.yusuke@renesas.com>
4749Date: Wed Mar 5 17:08:33 2008 +0900
4750
4751 net: Add support AX88796L ethernet device
4752
4753 AX88796L is device of NE2000 compatible.
4754 This patch support AX88796L ethernet device.
4755
4756 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
4757 Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
4758
4759commit e0a6140dd381e1eed1ada2291166ef2616d8822b
4760Author: Wolfgang Denk <wd@denx.de>
4761Date: Tue Mar 25 22:50:41 2008 +0100
4762
4763 ne2000 driver: change #ifdef to Makefile conditional compilation
4764
4765 Signed-off-by: Wolfgang Denk <wd@denx.de>
4766
4767commit e710185aae90c64d39c2d453e40e58ceefe4f250
4768Author: goda.yusuke <goda.yusuke@renesas.com>
4769Date: Wed Mar 5 17:08:20 2008 +0900
4770
4771 net: Divided code of NE2000 ethernet driver
4772
4773 There are more devices of the NE2000 base.
4774 A present code is difficult for us to support more devices.
4775 To support more NE2000 clone devices, separated the function.
4776
4777 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
4778 Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
4779
4780commit 395bce4f59a507a60a475f7ee46bed47de9482df
4781Author: Mike Frysinger <vapier@gentoo.org>
4782Date: Sun Feb 24 23:58:13 2008 -0500
4783
4784 net/Blackfin: move on-chip MAC driver into drivers/net/
4785
4786 The Blackfin on-chip MAC driver was being managed in the BF537-STAMP board
4787 directory, but it is not board specific, so relocate it to the drivers dir
4788 so that other Blackfin ports can utilize it.
4789
4790 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4791
4792commit 8a30b4700942f37495d2e67f5998cdffb6e3ba8a
4793Author: Mike Frysinger <vapier@gentoo.org>
4794Date: Sun Feb 24 23:52:35 2008 -0500
4795
4796 smc91111: use SSYNC() rather than asm(ssync) for Blackfin
4797
4798 Since the "ssync" instruction may have hardware anomalies associated with
4799 it, have the smc91111 driver use the SSYNC macro rather than invoking it
4800 directly. We workaround all the anomalies via this macro.
4801
4802 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4803
4804commit 77ff7b7444ceb8022b46114f3d0b6d18e2fd1138
4805Author: Bryan O'Donoghue <bodonoghue@codehermit.ie>
4806Date: Sun Feb 17 22:57:47 2008 +0000
4807
4808 8xx: Update OF support on 8xx
4809
4810 This patch does some shifting around of OF support on 8xx.
4811
4812 Signed-off-by: Bryan O'Donoghue <bodonoghue@codehermit.ie>
4813
4814commit 9c666a7db0b2285a270c68810889ce7d5dba304b
4815Author: Kumar Gala <galak@kernel.crashing.org>
4816Date: Fri Feb 15 15:16:18 2008 -0600
4817
4818 ppc: Allow boards to specify how much memory they can map
4819
4820 For historical reasons we limited the stack to 256M because some boards
4821 could only map that much via BATS. However newer boards are capable of
4822 mapping more memory (for example 85xx is capble of doing up to 2G).
4823
4824 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4825
4826commit a6f5f317cd074bbbfa2aab4fca05904c811c19fb
4827Author: Bryan O'Donoghue <bodonoghue@codehermit.ie>
4828Date: Fri Feb 15 01:05:58 2008 +0000
4829
4830 8xx : Add OF support to Adder875 board port - resubmit
4831
4832 Signed-off-by: Bryan O'Donoghue <bodonoghue@codehermit.ie>
4833
4834commit d058698fd2d9f769ff38ac53c8708b3fdd314f2d
4835Author: Kumar Gala <galak@kernel.crashing.org>
4836Date: Thu Feb 14 20:44:42 2008 -0600
4837
4838 Add setexpr command
4839
4840 Add a simple expr style command that will set an env variable as the result
4841 of the command. This allows us to do simple math in shell. The following
4842 operations are supported: &, |, ^, +, -, *, /.
4843
4844 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4845
4846commit 3f105faa64b9826e088711fdfcaa70cb1230397a
4847Author: Jon Loeliger <jdl@freescale.com>
4848Date: Wed Mar 5 17:27:48 2008 -0600
4849
4850 FSL: Move board/mpc7448hpc2 under board/freescale
4851
4852 Signed-off-by: Jon Loeliger <jdl@freescale.com>
4853
4854commit 449c703374a8868453425e15da7e2f76221b72e4
4855Author: Jon Loeliger <jdl@freescale.com>
4856Date: Wed Mar 5 17:21:43 2008 -0600
4857
4858 FSL: Move board/mpc8266ads under board/freescale
4859
4860 Signed-off-by: Jon Loeliger <jdl@freescale.com>
4861
4862commit 5863577989ad689427bb750107e9a75f1c1645d2
4863Author: Jon Loeliger <jdl@freescale.com>
4864Date: Wed Mar 5 16:41:41 2008 -0600
4865
4866 FSL: Move board/mpc8260ads under board/freescale
4867
4868 Signed-off-by: Jon Loeliger <jdl@freescale.com>
4869
4870commit 8a773983957ee6c4aa344469b742f29c7d26afbd
4871Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4872Date: Tue Mar 25 21:30:08 2008 +0900
4873
4874 [MIPS] Move gth2_config from ARM section to MIPS
4875
4876 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4877
4878commit 373b16fc0c5ae34d28b9027f809ae3cbf45cdd15
4879Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4880Date: Tue Mar 25 21:30:07 2008 +0900
4881
4882 [MIPS] Extend MIPS_MAX_CACHE_SIZE upto 64kB
4883
4884 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4885
4886commit d98e348e2ed5aab8f7a6471ff628ab0688b8a459
4887Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4888Date: Tue Mar 25 21:30:07 2008 +0900
4889
4890 [MIPS] Fix dcache_status()
4891
4892 You can't judge UNCACHED by Config.K0 LSB.
4893
4894 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4895
4896commit b0c66af53ec9385ac2d1cc2e5d7d1ecdc81caf34
4897Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4898Date: Tue Mar 25 21:30:07 2008 +0900
4899
4900 [MIPS] Introduce _machine_restart
4901
4902 Handles machine specific functions by using weak functions.
4903
4904 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4905
4906commit decaba6f5cf386d569ac3997bebb871b966c6b18
4907Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4908Date: Tue Mar 25 21:30:07 2008 +0900
4909
4910 [MIPS] Cleanup CP0 Status initialization
4911
4912 Add setup_c0_status from Linux. For the moment we disable interrupts, set
4913 CU0, mark the kernel mode, and clear ERL and EXL. This is good enough for
4914 reset-time configuration and will work well across most processors.
4915
4916 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4917
4918commit d43d43ef2845af309c25a64bb9c2c5fb3261bc23
4919Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4920Date: Tue Mar 25 21:30:07 2008 +0900
4921
4922 [MIPS] Initialize CP0 Cause before setting up CP0 Status register
4923
4924 Without this change, we'll be suffering from deffered WATCH exception
4925 once Status.EXL is cleared. Make sure Cause.WP is cleared.
4926
4927 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4928
4929commit 26138623230ca2bad3c78e05a65527ea70c8b688
4930Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4931Date: Tue Mar 25 21:30:07 2008 +0900
4932
4933 [MIPS] INCA-IP: Move watchdog init code from start.S to lowlevel_init()
4934
4935 Move things to appropriate place.
4936
4937 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4938
4939commit ccf8f824ef67df028dedb29f8ea5d71a5a88d895
4940Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4941Date: Tue Mar 25 21:30:06 2008 +0900
4942
4943 [MIPS] Implement flush_cache()
4944
4945 We do Hit_Writeback_Inv_D and Hit_Invalidate_I. You might think that you
4946 don't need to do Hit_Invalidate_I, but flush_cache() needs it since this
4947 function is used not only in U-Boot specfic programs but also at loading
4948 target binaries.
4949
4950 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4951
4952commit 2e0e5271aac917812a76c72030a2b2c6f1d3387d
4953Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4954Date: Tue Mar 25 21:30:06 2008 +0900
4955
4956 [MIPS] Fix I-/D-cache initialization loops
4957
4958 Currently we do 1) Index_Store_Tag_I, 2) Fill and 3) Index_Store_Tag_I
4959 again per a loop for I-cache initialization. But according to 'See MIPS
4960 Run', we're encouraged to use three separate loops rather than combining
4961 them *for both I- and D-cache*. This patch tries to fix this.
4962
4963 In accordance with fixing above, mips_init_[id]cache are separated from
4964 mips_cache_reset(), and rewrite cache loops are completely rewritten with
4965 useful macros.
4966
4967 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4968
4969commit 1898840797c7f50799377bd5b285a8a93a82c419
4970Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4971Date: Tue Mar 25 21:30:06 2008 +0900
4972
4973 [MIPS] Replace memory clearance code with f_fill64
4974
4975 This routine fills memory with zero by 64 bytes, and is 64-bit capable.
4976
4977 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4978
4979commit 2f5d414ccb4024dd0992ff6b22561732dbc73590
4980Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4981Date: Tue Mar 25 21:30:06 2008 +0900
4982
4983 [MIPS] cpu/mips/cache.S: Introduce NESTED/LEAF/END macros
4984
4985 This patch replaces the current function definitions with NESTED, LEAF
4986 and END macro. They specify some more additional information about the
4987 function; an alignment of symbol, type of symbol, stack frame usage, etc.
4988 These information explicitly tells the assembler and the debugger about
4989 the types of code we want to generate.
4990
4991 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4992
4993commit 282223a607c611425fa33f5428f8eae6636972bb
4994Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4995Date: Tue Mar 25 11:43:17 2008 +0900
4996
4997 [MIPS] asm headers' updates
4998
4999 Make some asm headers adjusted to the latest Linux kernel.
5000
5001 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
5002
5003commit e1390801a3c1a2b6d12fa90be368efc19f5b9bfd
5004Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
5005Date: Tue Mar 25 11:39:29 2008 +0900
5006
5007 [MIPS] Request for the 'mips_cache_lock()' removal
5008
5009 The initial intension of having mips_cache_lock() was to use the cache
5010 as memory for temporary stack use so that a C environment can be set up
5011 as early as possible.
5012
5013 But now mips_cache_lock() follow lowlevel_init(). We've already have the
5014 real memory initilaized at this point, therefore we could/should use it.
5015 No reason to lock at all.
5016
5017 Other problems:
5018
5019 Cache locking is not consistent across MIPS implementaions. Some imple-
5020 mentations don't support locking at all. The style of locking varies -
5021 some support per line locking, others per way, etc. Some parts use bits
5022 in status registers instead of cache ops. Current mips_cache_lock() is
5023 not necessarily general-purpose.
5024
5025 And this is worthy of special mention; once U-Boot/MIPS locks the lines,
5026 they are never get unlocked, so the code relies on whatever gets loaded
5027 after U-Boot to re-initialize the cache and clear the locks. We're sup-
5028 posed to have CFG_INIT_RAM_LOCK and unlock_ram_in_cache() implemented,
5029 but leave the situation as it is for a long time.
5030
5031 For these reasons, I proposed the removal of mips_cache_lock() from the
5032 global start-up code.
5033
5034 This patch adds CFG_INIT_RAM_LOCK_MIPS to make existing users aware that
5035 *things have changed*. If he wants the same behavior as before, he needs
5036 to have CFG_INIT_RAM_LOCK_MIPS in his config file.
5037
5038 If we don't have any regression report through several releases, then
5039 we'll remove codes entirely.
5040
5041 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
5042 Acked-by: Andrew Dyer <amdyer@gmail.com>
5043
5044commit 0d48926c87ec96f974a6ac4034f4a2f2eab3255f
5045Author: Yuri Tikhonov <yur@emcraft.com>
5046Date: Mon Mar 24 11:30:54 2008 +0100
5047
5048 lwmon5 SYSMON POST: fix backlight control
5049
5050 If the LWMON5 config has SYSMON POST among CONFIG_POSTs which may be
5051 run on the board, then the SYSMON POST controls the display backlight
5052 (doesn't switch backlight ON if POST FAILED, and does switch the
5053 backlight ON if PASSED).
5054
5055 If not, then the video driver controls the display backlight (just
5056 switch ON the backlight upon initialization).
5057
5058 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
5059
5060commit ff2bdfb2c1e073f65c065011f1e18d0a130bd3d8
5061Author: Yuri Tikhonov <yur@emcraft.com>
5062Date: Mon Mar 24 11:29:14 2008 +0100
5063
5064 lwmon5 SYSMON POST: fix handling of negative temperatures
5065
5066 Fix errors in the LWMON5 Sysmon POST for negative temperatures.
5067
5068 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
5069
5070commit 55774b512fdf63c0516d441cc5da7c54bbffb7f2
5071Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
5072Date: Fri Mar 7 16:04:25 2008 +0900
5073
5074 pci: Add CONFIG_PCI_SKIP_HOST_BRIDGE config option
5075
5076 In current source code, when the device number of PCI is 0, process PCI
5077 bridge without fail. However, when the device number is 0, it is not PCI
5078 always bridge. There are times when device of PCI allocates.
5079
5080 When CONFIG_PCI_SKIP_HOST_BRIDGE is enable, this problem is solved when
5081 use this patch.
5082
5083 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
5084 Acked-by: Stefan Roese <sr@denx.de>
5085
5086commit 86aea3eaefa248ffb9328e2b50c64720489cdbeb
5087Author: Yuri Tikhonov <yur@emcraft.com>
5088Date: Fri Mar 21 09:18:40 2008 +0100
5089
5090 LWMON5: fix dsPIC POST
5091
5092 Add test for DPIC_SYS_ERROR_REG to be zero in the LWMON5 dsPIC POST.
5093
5094 Signed-off-by: Yuri Tikhonov <yur@emcraft.com> ---
5095
438a4c11
WD
5096commit 388b82fddc7c05596f3f615f190da0448227dc82
5097Author: Bartlomiej Sieka <tur@semihalf.com>
5098Date: Thu Mar 20 23:23:13 2008 +0100
5099
5100 [new uImage] Enable new uImage support for the pcs440ep board.
5101
5102 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
5103
5104commit 95f4ec2b9c910c7261e6f060ea530d58b039692d
5105Author: Bartlomiej Sieka <tur@semihalf.com>
5106Date: Thu Mar 20 23:23:13 2008 +0100
5107
5108 [new uImage] Do not compile new uImage format support by default
5109
5110 Disable default building of new uImage format support in preparation
5111 for merge with the master. Support for new format can be enabled on
5112 a per-board basis, by defining the following in the board's config file:
5113
5114 #define CONFIG_FIT 1
5115 #define CONFIG_OF_LIBFDT 1
5116
5117 This can be optionally defined to give more verbose output:
5118
5119 #define CONFIG_FIT_VERBOSE 1 /* enable fit_format_{error,warning}() */
5120
5121 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
5122
5123commit dafaede8a46c7159310239e036c93e31c6374487
5124Author: Bartlomiej Sieka <tur@semihalf.com>
5125Date: Thu Mar 20 23:20:31 2008 +0100
5126
5127 [new uImage] Disable debuging output in preparation for merge with master
5128
5129 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
5130
5131commit fbe7a155027beacebaee9b32e1ada781fe924bca
5132Author: Bartlomiej Sieka <tur@semihalf.com>
5133Date: Thu Mar 20 19:38:45 2008 +0100
5134
5135 [new uImage] Compilation and new uImage handling fixes for imxtract
5136
5137 Fix imxtract command not being compiled-in despite CONFIG_CMD_XIMG being in
5138 include/config_cmd_default.h. Fix few warnings and handling of new format
5139 images.
5140
5141 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
5142
5143commit 36cc8cbb3379d5166f882641123521735c469f92
5144Author: Bartlomiej Sieka <tur@semihalf.com>
5145Date: Thu Mar 20 23:10:19 2008 +0100
5146
5147 [new uImage] Fix autoscr command used with new uImage format
5148
5149 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
5150
5151commit 43142e817f0597be412e7cbe19413f5532eafa5d
5152Author: Bartlomiej Sieka <tur@semihalf.com>
5153Date: Thu Mar 20 23:10:19 2008 +0100
5154
5155 [new uImage] Fix *.its files location in documentation
5156
5157 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
5158
aa6f6d17
WD
5159commit 81a0ac62ea29f8252d0a714709d0ecfdbba2a15e
5160Author: Wolfgang Denk <wd@denx.de>
5161Date: Thu Mar 20 22:01:38 2008 +0100
5162
5163 lwmon5 POST: remove unreachable code
5164
5165 plus some coding style cleanup
5166
5167 Signed-off-by: Wolfgang Denk <wd@denx.de>
5168
5169commit b73a19e1609d0f705cbab8014ca17aefe89e4c76
5170Author: Yuri Tikhonov <yur@emcraft.com>
5171Date: Thu Mar 20 17:56:04 2008 +0300
5172
5173 LWMON5: POST RTC fix
5174
5175 Modify the RTC API to provide one a status for the time reported by
5176 the rtc_get() function:
5177 0 - a reliable time is guaranteed,
5178 < 0 - a reliable time isn't guaranteed (power fault, clock issues,
5179 and so on).
5180
5181 The RTC chip drivers are responsible for providing this info if the
5182 corresponding chip supports such functionality. If not - always
5183 report that the time is reliable.
5184
5185 The POST RTC test was modified to detect the RTC faults utilizing
5186 this new rtc_get() feature.
5187
5188 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
5189
5190commit a5cc5555ccee596908a7d8cf22a104f6b993bfd5
5191Author: Martin Krause <martin.krause@tqs.de>
5192Date: Wed Mar 19 14:25:14 2008 +0100
5193
5194 TQM5200B: update MTD partition layout
5195
5196 - insert partition for dtb blob to TQM5200B MTD layout
5197 - set env variables dependent on the configured board
5198 (TQM5200 or TQM5200B)
5199
5200 Signed-off-by: Martin Krause <martin.krause@tqs.de>
5201
5202commit f0105727d132f56a21fa3ed8b162309cca6cac44
5203Author: Stefan Roese <sr@denx.de>
5204Date: Wed Mar 19 07:09:26 2008 +0100
5205
5206 CFI: Small cleanup for FLASH_SHOW_PROGRESS
5207
5208 With this patch we don't need that many #ifdef's in the code. It moves
5209 the subtraction into the macro and defines a NOP-macro when
5210 CONFIG_FLASH_SHOW_PROGRESS is not defined.
5211
5212 Signed-off-by: Stefan Roese <sr@denx.de>
5213 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
5214
5215commit 9a042e9ca512beaaa2cb450274313fc477141241
5216Author: Jerry Van Baren <gvb.uboot@gmail.com>
5217Date: Sat Mar 8 13:48:01 2008 -0500
5218
5219 Flash programming progress countdown.
5220
5221 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
5222
438a4c11
WD
5223commit 5e339fd9ed539a7d7fec59cfc88f0857ab26a53f
5224Author: Bartlomiej Sieka <tur@semihalf.com>
5225Date: Wed Mar 19 10:00:06 2008 +0100
5226
5227 [new uImage] Fix style issue spotted by Wolfgang Denk <wd@denx.org>
5228
5229 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
5230
aa6f6d17
WD
5231commit 11abe45c48ec3485a6c1a5168ce8d79c3288adc1
5232Author: David Gibson <david@gibson.dropbear.id.au>
5233Date: Mon Feb 18 18:09:04 2008 +1100
5234
5235 libfdt: Remove no longer used code from fdt_node_offset_by_compatible()
5236
5237 Since fdt_node_offset_by_compatible() was converted to the new
5238 fdt_next_node() iterator, a chunk of initialization code became
5239 redundant, but was not removed by oversight. This patch cleans it up.
5240
5241 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
5242
5243commit d0ccb9b140b472039732de102fc14597eedb14df
5244Author: David Gibson <david@gibson.dropbear.id.au>
5245Date: Mon Feb 18 18:06:31 2008 +1100
5246
5247 libfdt: Trivial cleanup for CHECK_HEADER)
5248
5249 Currently the CHECK_HEADER() macro is defined local to fdt_ro.c.
5250 However, there are a handful of functions (fdt_move, rw_check_header,
5251 fdt_open_into) from other files which could also use it (currently
5252 they open-code something more-or-less identical). Therefore, this
5253 patch moves CHECK_HEADER() to libfdt_internal.h and uses it in those
5254 places.
5255
5256 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
5257
5258commit fe30a354cdbb808b5f15366a935b151a4ccee74f
5259Author: Kumar Gala <galak@kernel.crashing.org>
5260Date: Wed Feb 20 14:32:36 2008 -0600
5261
5262 Fix fdt boardsetup command parsing
5263
5264 The introduciton of the 'fdt bootcpu' broke parsing for 'fdt boardsetup'.
5265
5266 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5267
5268commit 804887e6001e2f00bea11431bf34d6d472512cda
5269Author: Kumar Gala <galak@kernel.crashing.org>
5270Date: Fri Feb 15 03:34:36 2008 -0600
5271
5272 Add sub-commands to fdt
5273
5274 fdt header - Display header info
5275 fdt bootcpu <id> - Set boot cpuid
5276 fdt memory <addr> <size> - Add/Update memory node
5277 fdt rsvmem print - Show current mem reserves
5278 fdt rsvmem add <addr> <size> - Add a mem reserve
5279 fdt rsvmem delete <index> - Delete a mem reserves
5280
5281 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5282
5283commit f84d65f9b085ffbed464d1d58e8aaa8f5a2efc07
5284Author: David Gibson <david@gibson.dropbear.id.au>
5285Date: Thu Feb 14 16:50:34 2008 +1100
5286
5287 libfdt: Fix NOP handling bug in fdt_add_subnode_namelen()
5288
5289 fdt_add_subnode_namelen() has a bug if asked to add a subnode to a
5290 node which has NOP tags interspersed with its properties. In this
5291 case fdt_add_subnode_namelen() will put the new subnode before the
5292 first NOP tag, even if there are properties after it, which will
5293 result in an invalid blob.
5294
5295 This patch fixes the bug, and adds a testcase for it.
5296
5297 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
5298
5299commit ae0b5908de3b9855f8931bc9b32c9fc4962df5a9
5300Author: David Gibson <david@gibson.dropbear.id.au>
5301Date: Tue Feb 12 11:58:31 2008 +1100
5302
5303 libfdt: Add and use a node iteration helper function.
5304
5305 This patch adds an fdt_next_node() function which can be used to
5306 iterate through nodes of the tree while keeping track of depth. This
5307 function is used to simplify the iteration code in a lot of other
5308 functions, and is also exported for use by library users.
5309
5310 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
5311
5312commit 9eaeb07a7185d852c7aa10735ecd4e9edf24fb5d
5313Author: David Gibson <david@gibson.dropbear.id.au>
5314Date: Fri Jan 11 14:55:05 2008 +1100
5315
5316 libfdt: Add fdt_set_name() function
5317
5318 This patch adds an fdt_set_name() function to libfdt, mirroring
5319 fdt_get_name(). This is a r/w function which alters the name of a
5320 given device tree node.
5321
5322 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
5323
5324commit 23e20aa6488e6c0622496549861bfdc74108debe
5325Author: Yuri Tikhonov <yur@pollux.denx.de>
5326Date: Tue Mar 18 13:33:30 2008 +0100
5327
5328 lwmon5: Fix register test logic to match the specific GDC h/w.
5329
5330 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
5331 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
5332
5333commit 46bc0a938779aa1d664b847d36b08aa00f22e539
5334Author: Yuri Tikhonov <yur@pollux.denx.de>
5335Date: Tue Mar 18 13:27:57 2008 +0100
5336
5337 Fix backlight in the lwmon5 POST.
5338
5339 Backlight was switched on even when temperature was too low.
5340
5341 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
5342 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
5343
5344commit 3d61018643a2cd38c145aa6dde53f3f5f1a0e9cf
5345Author: Yuri Tikhonov <yur@pollux.denx.de>
5346Date: Wed Feb 6 18:48:36 2008 +0100
5347
5348 The patch introduces the alternative configuration of the log buffer for the lwmon5 board: the storage for the log-buffer itself is OCM(on-chip memory), the log-buffer header is moved to six GPT registers (PPC440EPX_GPT0_COMP1, ..., PPC440EPX_GPT0_COMP5).
5349
5350 To enable this, alternative, configuration the U-Boot board configuration
5351 file for lwmon5 includes the definitions of alternative addresses for header
5352 (CONFIG_ALT_LH_ADDR) and buffer (CONFIG_ALT_LB_ADDR).
5353
5354 The Linux shall be configured with the CONFIG_ALT_LB_LOCATION option set,
5355 and has the BOARD_ALT_LH_ADDR and BOARD_ALT_LB_ADDR constants defined in the
5356 lwmon5 board-specific header (arch/ppc/platforms/4xx/lwmon5.h).
5357
5358 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
5359
5360commit 0f009f781b5b88f25769e154ea4d42db13baf0c6
5361Author: Yuri Tikhonov <yur@pollux.denx.de>
5362Date: Mon Feb 4 17:11:53 2008 +0100
5363
5364 Add support for the lwmon5 board reset via GPIO58.
5365
5366 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
5367 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
5368
5369commit f694e32f93565ec1fa8d0226c584d6b89e931ed9
5370Author: Yuri Tikhonov <yur@pollux.denx.de>
5371Date: Mon Feb 4 17:09:55 2008 +0100
5372
5373 Some fixes to dspic, fpga, and gdc post tests for lwmon5. Disable external watch-dog for now.
5374
5375 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
5376 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
5377
5378commit b428f6a8c65c5303e5f96db8d24f2f699d94a98c
5379Author: Yuri Tikhonov <yur@pollux.denx.de>
5380Date: Mon Feb 4 14:11:03 2008 +0100
5381
5382 The patch introduces the CRITICAL feature of POST tests. If the test marked as POST_CRITICAL fails then the alternative, post_critical, boot-command is used. If this command is not defined then U-Boot enters into interactive mode.
5383
5384 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
5385 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
5386
5387commit 8f15d4addd49c956412e1e3bfc764a0c8b1f3184
5388Author: Yuri Tikhonov <yur@pollux.denx.de>
5389Date: Mon Feb 4 14:10:42 2008 +0100
5390
5391 The patch adds new POST tests for the Lwmon5 board. These are:
5392
5393 * External Watchdog test;
5394 * dsPIC tests;
5395 * FPGA test;
5396 * GDC test;
5397 * Sysmon tests.
5398
5399 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
5400 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
5401
5402commit c2ed33efbfff5767bca236828e021c55fd547b6c
5403Author: Yuri Tikhonov <yur@pollux.denx.de>
5404Date: Mon Feb 4 14:10:01 2008 +0100
5405
5406 Enable CODEC POST with CFG_POST_CODEC rather than with CFG_POST_DSP.
5407
5408 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
5409
7ed40117
WD
5410commit 3a5d1e7f1309998791702b2a559e3126781746b9
5411Author: Yuri Tikhonov <yur@pollux.denx.de>
5412Date: Tue Mar 18 13:33:30 2008 +0100
5413
5414 lwmon5: Fix register test logic to match the specific GDC h/w.
5415
5416 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
5417 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
5418
5419commit 0f855a1f056a8c22116a2103a3900cbfb669df0b
5420Author: Yuri Tikhonov <yur@pollux.denx.de>
5421Date: Tue Mar 18 13:27:57 2008 +0100
5422
5423 Fix backlight in the lwmon5 POST.
5424
5425 Backlight was switcehd on even when temperature was too low.
5426
5427 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
5428 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
5429
5430commit 2d991958b1e420fbfe17b128bd26ade74be5efcc
5431Author: Yuri Tikhonov <yur@pollux.denx.de>
5432Date: Wed Feb 6 18:48:36 2008 +0100
5433
5434 The patch introduces the alternative configuration of the log buffer for
5435 the lwmon5 board: the storage for the log-buffer itself is OCM(on-chip memory),
5436 the log-buffer header is moved to six GPT registers (PPC440EPX_GPT0_COMP1, ...,
5437 PPC440EPX_GPT0_COMP5).
5438
5439 To enable this, alternative, configuration the U-Boot board configuration
5440 file for lwmon5 includes the definitions of alternative addresses for header
5441 (CONFIG_ALT_LH_ADDR) and buffer (CONFIG_ALT_LB_ADDR).
5442
5443 The Linux shall be configured with the CONFIG_ALT_LB_LOCATION option set,
5444 and has the BOARD_ALT_LH_ADDR and BOARD_ALT_LB_ADDR constants defined in the
5445 lwmon5 board-specific header (arch/ppc/platforms/4xx/lwmon5.h).
5446
5447 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
5448
5449commit ff818b21b069f4bc9cb73373cc5a16014be101b7
5450Author: Yuri Tikhonov <yur@pollux.denx.de>
5451Date: Mon Feb 4 17:11:53 2008 +0100
5452
5453 Add support for the lwmon5 board reset via GPIO58.
5454
5455 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
5456 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
5457
5458commit 603f194e5ad81bb2ef42d6d8aaa74de175bcb411
5459Author: Yuri Tikhonov <yur@pollux.denx.de>
5460Date: Mon Feb 4 17:09:55 2008 +0100
5461
5462 Some fixes to dspic, fpga, and gdc post tests for lwmon5.
5463 Disable external watch-dog for now.
5464
5465 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
5466 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
5467
5468commit e262efe35742c1ad4b0966ff501efc26f34a0aec
5469Author: Yuri Tikhonov <yur@pollux.denx.de>
5470Date: Mon Feb 4 14:11:03 2008 +0100
5471
5472 The patch introduces the CRITICAL feature of POST tests. If the test
5473 marked as POST_CRITICAL fails then the alternative, post_critical,
5474 boot-command is used. If this command is not defined then U-Boot
5475 enters into interactive mode.
5476
5477 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
5478 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
5479
5480commit 65b20dcefc89618193fa51947968dada91e4c778
5481Author: Yuri Tikhonov <yur@pollux.denx.de>
5482Date: Mon Feb 4 14:10:42 2008 +0100
5483
5484 The patch adds new POST tests for the Lwmon5 board.
5485 These are:
5486
5487 * External Watchdog test;
5488 * dsPIC tests;
5489 * FPGA test;
5490 * GDC test;
5491 * Sysmon tests.
5492
5493 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
5494 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
5495
5496commit 8dc3b2303d2b57c774b609ca0e7043ed8f9b88c1
5497Author: Yuri Tikhonov <yur@pollux.denx.de>
5498Date: Mon Feb 4 14:10:01 2008 +0100
5499
5500 Enable CODEC POST with CFG_POST_CODEC rather than with CFG_POST_DSP.
5501
5502 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
5503
aa6f6d17
WD
5504commit 3515fd18d4e8e44f863ac7142b55e22b109e9af2
5505Author: Wolfgang Denk <wd@denx.de>
5506Date: Tue Mar 18 17:35:51 2008 +0100
5507
5508 HMI1001: fix compile problem.
5509
5510 Signed-off-by: Wolfgang Denk <wd@denx.de>
5511
5512commit 1f2a9970109cebf7446e0503b10b71f8673045ee
5513Author: Mike Frysinger <vapier@gentoo.org>
5514Date: Mon Feb 18 05:32:30 2008 -0500
5515
5516 Blackfin: BF537-stamp: drop board-specific flash driver for CFI
5517
5518 The parallel flash on the BF537-STAMP is CFI compliant, so there is no need
5519 for the board specific driver at all. Just use the common CFI driver.
5520
5521 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5522
5523commit 5b22163fef865af2b6bfb6b75f1b7bf443ce170c
5524Author: Mike Frysinger <vapier@gentoo.org>
5525Date: Tue Feb 19 00:36:14 2008 -0500
5526
5527 Blackfin: add proper ELF markings to some assembly functions
5528
5529 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5530
5531commit cf675d3b2b9c3511c1d99bc8f8f38fd2f08bfcaf
5532Author: Mike Frysinger <vapier@gentoo.org>
5533Date: Tue Feb 19 00:35:17 2008 -0500
5534
5535 Blackfin: new cplbinfo command for viewing cplb tables
5536
5537 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5538
5539commit aadb72503cd1602349a5fe53356d5f55ecc1b900
5540Author: Mike Frysinger <vapier@gentoo.org>
5541Date: Mon Feb 18 05:37:51 2008 -0500
5542
5543 Blackfin: update MAINTAINERS list
5544
5545 Add maintainer information for the Blackfin boards.
5546
5547 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5548
5549commit f7ce12cb65a30c6e152eecf26f0304b7d78cf39d
5550Author: Mike Frysinger <vapier@gentoo.org>
5551Date: Mon Feb 18 05:26:48 2008 -0500
5552
5553 Blackfin: convert BFIN_CPU to CONFIG_BFIN_CPU
5554
5555 Stop tying things to the processor that should be tied to other defines and
5556 change BFIN_CPU to CONFIG_BFIN_CPU so that it can be used in the build
5557 system to select the -mcpu option.
5558
5559 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5560
5561commit 86a20fb920bd198105acf7b1191117f566d637ed
5562Author: Mike Frysinger <vapier@gentoo.org>
5563Date: Sat Feb 16 07:40:36 2008 -0500
5564
5565 Blackfin: move bootldr command to common code
5566
5567 This moves the Blackfin-common bootldr command out of the BF537-STAMP
5568 specific board directory and into the common directory so that all Blackfin
5569 boards may utilize it.
5570
5571 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5572
5573commit decbe029b2a9d3333d02c433389b1c821eea96d7
5574Author: Heiko Schocher <hs@denx.de>
5575Date: Fri Mar 14 11:05:20 2008 +0100
5576
5577 mgcoge: update configuration
5578
5579 Fix configuration for mgcoge board
5580
5581 Signed-off-by: Heiko Schocher <hs@denx.de>
5582
5583commit c136724cda0219c49f1d4b346f00da29b14fdf14
5584Author: Wolfgang Denk <wd@denx.de>
5585Date: Sun Mar 16 01:22:59 2008 +0100
5586
5587 drivers/rtc/Makefile: keep list sorted
5588
5589 Signed-off-by: Wolfgang Denk <wd@denx.de>
5590
5591commit 9536dfcce03e7be4ccbceb47a08d9ba07ada362f
5592Author: Tor Krill <tor@excito.com>
5593Date: Sat Mar 15 15:40:26 2008 +0100
5594
5595 Add support for Intersil isl1208 RTC
5596
5597 Signed-off-by: Tor Krill <tor@excito.com>
5598
5599commit 0210cff3d079d97b2156b13685ee8de368e68a1a
5600Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5601Date: Sat Mar 15 17:36:41 2008 +0100
5602
5603 cramfs: Fix ifdef
5604
5605 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5606
5607commit 0b8f2a27861a9fd06eb55a34f855ec9c5102aab4
5608Author: Wolfgang Denk <wd@denx.de>
5609Date: Sun Mar 16 01:12:58 2008 +0100
5610
5611 Conding style cleanup
5612
5613 Signed-off-by: Wolfgang Denk <wd@denx.de>
5614
0b8f2a27
WD
5615commit 41712b4e8c95dff23354bcd620e1f9477160c190
5616Author: Stefan Roese <sr@denx.de>
5617Date: Wed Mar 5 12:31:53 2008 +0100
5618
5619 ppc4xx: Add USB OHCI support to AMCC Canyonlands 460EX eval board
5620
5621 This patch adds USB OHCI support to the Canyonlands board port. It also
5622 enables EXT2 support.
5623
5624 Signed-off-by: Stefan Roese <sr@denx.de>
5625
5626commit 2596f5b9d353ff3e4387a3325d05740f16958038
5627Author: Stefan Roese <sr@denx.de>
5628Date: Wed Mar 5 12:29:32 2008 +0100
5629
5630 usb: Add CFG_OHCI_USE_NPS to common USB-OHCI driver
5631
5632 This patch adds CFG_OHCI_USE_NPS to the common USB-OHCI driver. This
5633 way a board just needs to define this new option to enable the "force
5634 NoPowerSwitching mode" instead of adding new CPU/architecture defines
5635 to the USB source itself.
5636
5637 This new option will be used first with the new AMCC 460EX Canyonlands
5638 board port, which will be posted in a few days.
5639
5640 This patch also fixes a small compilation problem when DEBUG is enabled.
5641
5642 Signed-off-by: Stefan Roese <sr@denx.de>
5643
5644commit 71665ebf88408ff2acb762af47989fd4365b321a
5645Author: Stefan Roese <sr@denx.de>
5646Date: Mon Mar 3 17:27:02 2008 +0100
5647
5648 ppc4xx: Add Canyonlands NAND booting support
5649
5650 460EX doesn't support a fixed bootstrap option to boot from 512 byte page
5651 NAND devices. The only bootstrap option for NAND booting is option F for
5652 2k page devices. So to boot from a 512 bype page device, the I2C bootstrap
5653 EEPROM needs to be programmed accordingly.
5654
5655 This patch adds basic NAND booting support for the AMCC Canyonlands aval
5656 board and also adds support to the "bootstrap" command, to enable NAND
5657 booting I2C setting.
5658
5659 Tested with 512 byte page NAND device (32MByte) on Canyonlands.
5660
5661 Signed-off-by: Stefan Roese <sr@denx.de>
5662
5663commit c813f1f835a7edfdb929f2843b09db72cd5cd2f2
5664Author: Stefan Roese <sr@denx.de>
5665Date: Tue Mar 11 16:53:00 2008 +0100
5666
5667 ppc4xx: Add AMCC Canyonlands support (460EX) (3/3)
5668
5669 This patch adds support for the AMCC Canyonlands 460EX evaluation
5670 board.
5671
5672 Signed-off-by: Stefan Roese <sr@denx.de>
5673
5674commit 6983fe21f774a924d3adb263a270bc2f301f2aa2
5675Author: Stefan Roese <sr@denx.de>
5676Date: Tue Mar 11 16:52:24 2008 +0100
5677
5678 ppc4xx: Add AMCC Canyonlands support (460EX) (2/3)
5679
5680 This patch adds support for the AMCC Canyonlands 460EX evaluation
5681 board.
5682
5683 Signed-off-by: Stefan Roese <sr@denx.de>
5684
5685commit 8e1a3fe545bbcfceafe183344ebc9f1ad03819c1
5686Author: Stefan Roese <sr@denx.de>
5687Date: Tue Mar 11 16:51:17 2008 +0100
5688
5689 ppc4xx: Add AMCC Canyonlands support (460EX) (1/3)
5690
5691 This patch adds support for the AMCC Canyonlands 460EX evaluation
5692 board.
5693
5694 Signed-off-by: Stefan Roese <sr@denx.de>
5695
5696commit 43c60992cdf72496e7eaaa3fbd37ebbe75835f69
5697Author: Stefan Roese <sr@denx.de>
5698Date: Tue Mar 11 15:11:43 2008 +0100
5699
5700 ppc4xx: Add basic support for AMCC 460EX/460GT (5/5)
5701
5702 This patch adds basic support for the AMCC 460EX/460GT PPC's.
5703
5704 Signed-off-by: Stefan Roese <sr@denx.de>
5705
5706commit 6f2eb3f3d8ea2dbb224d0da5a12038693bab9945
5707Author: Stefan Roese <sr@denx.de>
5708Date: Tue Mar 11 15:11:18 2008 +0100
5709
5710 ppc4xx: Add basic support for AMCC 460EX/460GT (4/5)
5711
5712 This patch adds basic support for the AMCC 460EX/460GT PPC's.
5713
5714 Signed-off-by: Stefan Roese <sr@denx.de>
5715
5716commit 999ecd5aca381984d8ebbeb207ece82a1c275577
5717Author: Stefan Roese <sr@denx.de>
5718Date: Tue Mar 11 15:07:10 2008 +0100
5719
5720 ppc4xx: Add basic support for AMCC 460EX/460GT (3/5)
5721
5722 This patch adds basic support for the AMCC 460EX/460GT PPC's.
5723
5724 Signed-off-by: Stefan Roese <sr@denx.de>
5725
5726commit 2801b2d2a9906f206ab9ee8d0b6e746d2b7fe05a
5727Author: Stefan Roese <sr@denx.de>
5728Date: Tue Mar 11 15:05:50 2008 +0100
5729
5730 ppc4xx: Add basic support for AMCC 460EX/460GT (2/5)
5731
5732 This patch adds basic support for the AMCC 460EX/460GT PPC's.
5733
5734 Signed-off-by: Stefan Roese <sr@denx.de>
5735
5736commit 8ac41e3e37c3080c6b1d9461d654161cfe2aa492
5737Author: Stefan Roese <sr@denx.de>
5738Date: Tue Mar 11 15:05:26 2008 +0100
5739
5740 ppc4xx: Add basic support for AMCC 460EX/460GT (1/5)
5741
5742 This patch adds basic support for the AMCC 460EX/460GT PPC's.
5743
5744 Signed-off-by: Stefan Roese <sr@denx.de>
5745
5746commit 56e410178375d9f20be25fb24e180974f0ae120b
5747Author: Stefan Roese <sr@denx.de>
5748Date: Tue Feb 19 22:07:57 2008 +0100
5749
5750 ppc4xx: interrupt.c reworked
5751
5752 This patch is a rework of the 4xx interrupt handling done while
5753 adding the 460EX/GT support. Interrupts are needed on 4xx for the
5754 EMAC driver.
5755
5756 Signed-off-by: Stefan Roese <sr@denx.de>
5757
5758commit 84a999b6cdd0b02dc7de2cacc306eaa84afe2b46
5759Author: Stefan Roese <sr@denx.de>
5760Date: Tue Feb 19 22:01:57 2008 +0100
5761
5762 ppc4xx: program_tlb now uses 64bit physical addess
5763
5764 This patch changes the physical addess parameter from 32bit to 64bit.
5765 This is needed for 36bit 4xx platforms to access areas located
5766 beyond the 4GB border, like SoC peripherals (EBC etc.).
5767
5768 Signed-off-by: Stefan Roese <sr@denx.de>
5769
5770commit c3307fa186af85771924c434997089b8104c0a46
5771Author: Stefan Roese <sr@denx.de>
5772Date: Tue Feb 19 21:58:25 2008 +0100
5773
5774 ppc4xx: miiphy.c reworked
5775
5776 While adding the 460EX/GT support I reworked the 4xx miiphy code. It
5777 badly neede some cleanup.
5778
5779 Signed-off-by: Stefan Roese <sr@denx.de>
5780
5781commit 88aff62df39c0756241ea9f9b5a7b3ade26cb82b
5782Author: Stefan Roese <sr@denx.de>
5783Date: Tue Feb 19 16:21:49 2008 +0100
5784
5785 rtc: Add M41T62 support
5786
5787 This patch add support for the STM M41T62 RTC. It is used and tested
5788 on the AMCC Canyonlands 406EX platform.
5789
5790 Signed-off-by: Stefan Roese <sr@denx.de>
5791
5792commit 217d383e201adc7f2271145ae345ea5eae2b7170
5793Author: Niklaus Giger <niklaus.giger@netstal.com>
5794Date: Mon Feb 25 18:46:43 2008 +0100
5795
5796 ppc4xx: Add 405GPr based MCU25 board specific files
5797
5798 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
5799
5800commit 75a66dcdb383863ad33f0534cfc27b7a86947dad
5801Author: Niklaus Giger <niklaus.giger@netstal.com>
5802Date: Mon Feb 25 18:46:42 2008 +0100
5803
5804 ppc4xx: Add 405GPr based MCU25 board config file
5805
5806 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
5807
5808commit b05f35436b733a240559e77e46bed8439665ecc5
5809Author: Niklaus Giger <niklaus.giger@netstal.com>
5810Date: Mon Feb 25 18:46:41 2008 +0100
5811
5812 ppc4xx: Add 405GPr based MCU25 board. Global files
5813
5814 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
5815
5816commit 14c27b35ac812a71abce6e3e2f4129d5e9313660
5817Author: Niklaus Giger <niklaus.giger@netstal.com>
5818Date: Mon Feb 25 18:37:02 2008 +0100
5819
5820 ppc4xx: HCU4/5. remove obsolete hcu_flash.c
5821
5822 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
5823
5824commit a079494853cc2bfeddb26673219db0b4b2b31566
5825Author: Niklaus Giger <niklaus.giger@netstal.com>
5826Date: Mon Feb 25 18:37:01 2008 +0100
5827
5828 ppc4xx: HCU4/5. Use FLASH_CFI_LEGACY
5829
5830 Cleanup: Remove custom flash driver for 8 bit boot-eprom and replace it with
5831 the FLASH_CFI_LEGACY et al. config options.
5832
5833 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
5834
5835commit e4170e5a50c8110f792bc37472833ae669d69951
5836Author: Stefan Roese <sr@denx.de>
5837Date: Tue Mar 11 13:52:25 2008 +0100
5838
5839 ppc4xx: Fix comment in 405EX DDR2 init code
5840
5841 Signed-off-by: Stefan Roese <sr@denx.de>
5842
438a4c11
WD
5843commit 766529fccc860ecb9e955b4239dff69cd9e4ea09
5844Author: Bartlomiej Sieka <tur@semihalf.com>
5845Date: Fri Mar 14 16:22:34 2008 +0100
5846
5847 Add MD5 support to the new uImage format
5848
5849 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
5850
5851commit 0ede0c383530a418cf98be9122371a86573cd0db
5852Author: Bartlomiej Sieka <tur@semihalf.com>
5853Date: Fri Mar 14 16:22:34 2008 +0100
5854
5855 Add the MD5 algorithm
5856
5857 MD5 supoprt is turned on by defining CONFIG_MD5, the digest can be then
5858 calculated using the md5() function -- see include/md5.h for details.
5859
5860 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
5861
0b8f2a27
WD
5862commit b8aa57b5d4d69e8f0810a5e632c0ce41c0f46ee0
5863Author: Wolfgang Denk <wd@denx.de>
5864Date: Fri Mar 14 16:04:54 2008 +0100
5865
5866 tools/setlocalversion: use a git-describe-ish format
5867
5868 Change the automatic local version to have the form -nnnnn-gSHA1SUMID,
5869 where 'nnnnn' is the number of commits since the last tag (i.e.,
5870 1.3.2-rc3). This makes it much easier to recognize "newer" versions
5871 and to see how much has been changed since the referenced tag.
5872
5873 Stolen from Linux kernel's scripts/setlocalversio, see commit d882421f.
5874
5875 Signed-off-by: Wolfgang Denk <wd@denx.de>
5876
5877commit c6dc21c84de0f159a1752c5ebd33cff843f63609
5878Author: Wolfgang Denk <wd@denx.de>
5879Date: Thu Mar 13 14:32:03 2008 +0100
5880
5881 HMI1001: add support for MPC5200 Rev. B processors.
5882
5883 Signed-off-by: Wolfgang Denk <wd@denx.de>
5884
5885commit 90f13dce7a7a9a84d5730576c9a24d0dbb07cb3a
5886Author: Wolfgang Denk <wd@denx.de>
5887Date: Thu Mar 13 14:29:49 2008 +0100
5888
5889 TQM5200: remove dead code
5890
5891 This board never used a MGT5100 processor.
5892
5893 Signed-off-by: Wolfgang Denk <wd@denx.de>
5894
438a4c11
WD
5895commit afe45c87e3c5d77bad76b1a57dccd20764d45b5d
5896Author: Marian Balakowicz <m8@semihalf.com>
5897Date: Wed Mar 12 12:14:15 2008 +0100
5898
5899 [new uImage] Fix build issue on ARM
5900
5901 ARM platforms don't have a bd->bi_memsize so use bd->bi_dram[0].size instead.
5902
5903 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5904
5905commit 3310c549a73a949430bfda90876df7552a1dab0c
5906Author: Marian Balakowicz <m8@semihalf.com>
5907Date: Wed Mar 12 12:13:13 2008 +0100
5908
5909 [new uImage] Add new uImage format documentation and examples
5910
5911 Create doc/uImage.FIT documentation directory with the following files:
5912 - command_syntax_extensions.txt : extended command syntax description
5913 - howto.txt : short usage howto
5914 - source_file_format.txt : internal new uImage format description
5915
5916 Add example image source files:
5917 - kernel.its
5918 - kernel_fdt.its
5919 - multi.its
5920
5921 Update README appropriately.
5922
5923 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
5924 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
5925
5926commit 1ec73761d2e247078f4520a265d463e8b73391a2
5927Author: Marian Balakowicz <m8@semihalf.com>
5928Date: Wed Mar 12 10:35:52 2008 +0100
5929
5930 [new uImage] Fix definition of common bootm_headers_t fields
5931
5932 verify, autostart and lmb fields are used regardless of CONFIG_FIT
5933 setting, move their definitions to common section.
5934
5935 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
5936
5937commit 1d1cb4270edc6a99276834064069717f9782c491
5938Author: Marian Balakowicz <m8@semihalf.com>
5939Date: Wed Mar 12 10:35:51 2008 +0100
5940
5941 [new uImage] Fix build problems on trab board
5942
5943 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
5944
5945commit f773bea8e11f4a11c388dcee956b2444203e6b65
5946Author: Marian Balakowicz <m8@semihalf.com>
5947Date: Wed Mar 12 10:35:46 2008 +0100
5948
5949 [new uImage] Add proper ramdisk/FDT handling when FIT configuration is used
5950
5951 Save FIT configuration provied in the first bootm argument and use it
5952 when to get ramdisk/FDT subimages when second and third (ramdisk/FDT)
5953 arguments are not specified.
5954
5955 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
5956
5957commit 2682ce8a4225f23d72bb7fed069e928dd39d34ae
5958Author: Marian Balakowicz <m8@semihalf.com>
5959Date: Wed Mar 12 10:33:01 2008 +0100
5960
5961 [new uImage] More verbose kernel image uncompress error message
5962
5963 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
5964
5965commit 1372cce2b9040fb640e5032b84e3a033a22d6ff0
5966Author: Marian Balakowicz <m8@semihalf.com>
5967Date: Wed Mar 12 10:33:01 2008 +0100
5968
5969 [new uImage] Use show_boot_progress() for new uImage format
5970
5971 This patch allocates a set of show_boot_progress() IDs for new uImage format
5972 and adds show_boot_progress() calls in new uImage format handling code.
5973
5974 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
5975
5976commit c28c4d193dbfb20b2dd3a5447640fd6de7fd0720
5977Author: Marian Balakowicz <m8@semihalf.com>
5978Date: Wed Mar 12 10:33:01 2008 +0100
5979
5980 [new uImage] Add new uImage fromat support to fpga command
5981
5982 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
5983
5984commit 09475f7527460e426c0e0628fc5b8f3754fbaa23
5985Author: Marian Balakowicz <m8@semihalf.com>
5986Date: Wed Mar 12 10:33:01 2008 +0100
5987
5988 [new uImage] Add new uImage format handling to other bootm related commands
5989
5990 Updated commands:
5991
5992 docboot - cmd_doc.c
5993 fdcboot - cmd_fdc.c
5994 diskboot - cmd_ide.c
5995 nboot - cmd_nand.c
5996 scsiboot - cmd_scsi.c
5997 usbboot - cmd_usb.c
5998
5999 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
6000
6001commit 1b7897f28d49a80d78d760ec6f6f11dc0f914338
6002Author: Marian Balakowicz <m8@semihalf.com>
6003Date: Wed Mar 12 10:33:00 2008 +0100
6004
6005 [new uImage] Add new uImage format support to imgextract command
6006
6007 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
6008
6009commit 424c4abdd175d2c470510df8ce0e32d3f463ec16
6010Author: Marian Balakowicz <m8@semihalf.com>
6011Date: Wed Mar 12 10:33:00 2008 +0100
6012
6013 [new uImage] Add new uImage format support to autoscript routine
6014
6015 autoscript() routine is updated to accept second argument, which
6016 is only used for FIT images and provides a FIT subimage unit name.
6017
6018 autoscript() routine callers must now pass two arguments. For
6019 non-interactive use (like in cmd_load.c, cmd_net.c), new environment
6020 variable 'autoscript_uname' is introduced and used as a FIT
6021 subimage unit name source.
6022
6023 autoscript command accepts extended syntax of the addr argument:
6024 addr:<subimg_uname>
6025
6026 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
6027
6028commit cd7c596e9f561dbbc17b717277438aee78cde14f
6029Author: Marian Balakowicz <m8@semihalf.com>
6030Date: Wed Mar 12 10:33:00 2008 +0100
6031
6032 [new uImage] Add new uImage format support to arch specific do_bootm_linux() routines
6033
6034 This patch updates architecture specific implementations of
6035 do_bootm_linux() adding new uImage format handling for
6036 operations like get kernel entry point address, get kernel
6037 image data start address.
6038
6039 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
6040
6041commit 3dfe110149311425919e6d6a14b561b4207498f1
6042Author: Marian Balakowicz <m8@semihalf.com>
6043Date: Wed Mar 12 10:32:59 2008 +0100
6044
6045 [new uImage] Add node offsets for FIT images listed in struct bootm_headers
6046
6047 This patch adds new node offset fields to struct bootm_headers
6048 and updates bootm_headers processing code to make use of them.
6049 Saved node offsets allow to avoid repeating fit_image_get_node() calls.
6050
6051 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
6052
6053commit bc8ed486b125452ba3bd8344f052f437329150c5
6054Author: Marian Balakowicz <m8@semihalf.com>
6055Date: Wed Mar 12 10:32:53 2008 +0100
6056
6057 [new uImage] ppc: Add new uImage format support to FDT handling routines
6058
6059 Support for new (FIT) format uImages is added to powerpc specific
6060 boot_get_fdt() routine which now recognizes, sanity checks FIT image
6061 and is able to access data sections of the requested component image.
6062
6063 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
6064
6065commit a44a269a905f924b420020506a4d7d7eedcc0eaf
6066Author: Marian Balakowicz <m8@semihalf.com>
6067Date: Wed Mar 12 10:14:57 2008 +0100
6068
6069 [new uImage] Re-enable interrupts for non automatic booting
6070
6071 Re-enable interrupts if we return from do_bootm_<os> and 'autostart'
6072 environment variable is not set to 'yes'.
6073
6074 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
6075
6076commit d985c8498c4e47095820da97aa722381d39172c5
6077Author: Marian Balakowicz <m8@semihalf.com>
6078Date: Wed Mar 12 10:14:38 2008 +0100
6079
6080 [new uImage] Remove unnecessary arguments passed to ramdisk routines
6081
6082 boot_get_ramdisk() and image_get_ramdisk() do not need all
6083 cmdtp, flag, argc and argv arguments. Simplify routines definition.
6084
6085 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
6086
6087commit c87796483bc7c2900470dc747c367f602577608d
6088Author: Marian Balakowicz <m8@semihalf.com>
6089Date: Wed Mar 12 10:12:37 2008 +0100
6090
6091 [new uImage] Add new uImage format support for ramdisk handling
6092
6093 This patch updates boot_get_ramdisk() routine adding format
6094 verification and handling for new (FIT) uImages.
6095
6096 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
6097
6098commit 6986a385671749ecb3f60cf99e9cbae8e47bb50e
6099Author: Marian Balakowicz <m8@semihalf.com>
6100Date: Wed Mar 12 10:01:05 2008 +0100
6101
6102 [new uImage] Add new uImage format support for kernel booting
6103
6104 New format uImages are recognized by the bootm command,
6105 validity of specified kernel component image is checked and
6106 its data section located and used for further processing
6107 (uncompress, load, etc.)
6108
6109 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
6110
6111commit e32fea6adb620ecf2bd70acf2dd37e53df9d1547
6112Author: Marian Balakowicz <m8@semihalf.com>
6113Date: Tue Mar 11 12:35:20 2008 +0100
6114
6115 [new uImage] Add new uImage format support for imls and iminfo commands
6116
6117 imls and iminfo can now recognize nad print out contents of the new (FIT)
6118 format uImages.
6119
6120 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
6121
6122commit 9d25438fe7d70cf35a8a293ea5e392fefc672613
6123Author: Bartlomiej Sieka <tur@semihalf.com>
6124Date: Tue Mar 11 12:34:47 2008 +0100
6125
6126 [new uImage] Add support for new uImage format to mkimage tool
6127
6128 Support for the new uImage format (FIT) is added to mkimage tool.
6129 Commandline syntax is appropriately extended:
6130
6131 mkimage [-D dtc_options] -f fit-image.its fit-image
6132
6133 mkimage (together with dtc) takes fit-image.its and referenced therein
6134 binaries (like vmlinux.bin.gz) as inputs, and produces fit-image file -- the
6135 final image that can be transferred to the target (e.g., via tftp) and then
6136 booted using the bootm command in U-Boot.
6137
6138 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
6139
6140commit eb6175edd6c120d8b89678243e5a2be362ee8e40
6141Author: Marian Balakowicz <m8@semihalf.com>
6142Date: Mon Mar 10 17:53:49 2008 +0100
6143
6144 [new uImage] Make node unit names const in struct bootm_headers
6145
6146 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
6147
6148commit 5dfb52138688ccbf0146f62683fe6217b3ce1b05
6149Author: Marian Balakowicz <m8@semihalf.com>
6150Date: Fri Feb 29 21:24:06 2008 +0100
6151
6152 [new uImage] New uImage low-level API
6153
6154 Add FDT-based functions for handling new format component images,
6155 configurations, node operations, property get/set, etc.
6156
6157 fit_ - routines handling global new format uImage operations
6158 like get/set top level property, process all nodes, etc.
6159 fit_image_ - routines handling component images subnodes
6160 fit_conf_ - routines handling configurations node
6161
6162 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
6163 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
6164
0b8f2a27
WD
6165commit 30f1806f60978d707b0cff2d7bf89d141fc24290
6166Author: Wolfgang Denk <wd@denx.de>
6167Date: Sun Mar 9 16:20:02 2008 +0100
6168
6169 Release v1.3.2
6170
6171 Update CHANGELOG for release.
6172
6173 Signed-off-by: Wolfgang Denk <wd@denx.de>
6174
30f1806f
WD
6175commit 5b464c289ba715d0979b6e1f94947bb8f1068d16
6176Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6177Date: Sun Mar 9 14:52:11 2008 +0100
6178
6179 SCM: fix 'packed' attribute ignored for field of type 'can_msg_t' warnings
6180
6181 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6182 Signed-off-by: Wolfgang Denk <wd@denx.de>
6183
6184commit db695b78515ddb88a2d4f3357c120345efbf59ec
6185Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6186Date: Sun Mar 9 10:44:01 2008 +0100
6187
6188 scb9328: Fix flash warning: type qualifiers ignored on function return type
6189
6190 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6191
6192commit 2b3e7e61d6a72f16aee93f870bc6af67f30758c4
6193Author: Wolfgang Denk <wd@denx.de>
6194Date: Sun Mar 9 10:50:41 2008 +0100
6195
6196 esd/common/fpga.c: fix indentation.
6197
6198 Signed-off-by: Wolfgang Denk <wd@denx.de>
6199
6200commit cc3843e36453e2b8db65d7e56de938ba045016a0
6201Author: Wolfgang Denk <wd@denx.de>
6202Date: Sun Mar 9 10:33:31 2008 +0100
6203
6204 common/kgdb.c: fix 'dereferencing type-punned pointer' warning
6205
6206 and get rid of a couple of unneeded casts.
6207
6208 Signed-off-by: Wolfgang Denk <wd@denx.de>
6209
6210commit 8d4f4a838d7dc7cf4de17e3e9a67e2f222b6a1c8
6211Author: Wolfgang Denk <wd@denx.de>
6212Date: Sun Mar 9 10:09:53 2008 +0100
6213
6214 esd/common/fpga.c: fix 'assignment of read-only location' error
6215
6216 Signed-off-by: Wolfgang Denk <wd@denx.de>
6217
6218commit c6fe4dabac066e8758345d249032768496983a3e
6219Author: Wolfgang Denk <wd@denx.de>
6220Date: Sun Mar 9 02:13:19 2008 +0100
6221
6222 Makefile: make build silently again.
6223
6224 Signed-off-by: Wolfgang Denk <wd@denx.de>
6225
6226commit 76babc86576f092573599334c85ec543fdbc6015
6227Author: Wolfgang Denk <wd@denx.de>
6228Date: Sun Mar 9 02:07:49 2008 +0100
6229
6230 m501sk: Fix out of tree building
6231
6232 Signed-off-by: Wolfgang Denk <wd@denx.de>
6233
6234commit 210ed2004e062fdd03f25ab4925998aa1bd08a07
6235Author: Wolfgang Denk <wd@denx.de>
6236Date: Sun Mar 9 00:06:09 2008 +0100
6237
6238 ADS5121: fix out of tree build
6239
6240 and simplify Makefile a bit.
6241
6242 Signed-off-by: Wolfgang Denk <wd@denx.de>
6243
6244commit 46cb5074a3f74de64ebd97dd0c4ec7eb3d768b93
6245Author: Wolfgang Denk <wd@denx.de>
6246Date: Sat Mar 8 22:35:31 2008 +0100
6247
6248 Release v1.3.2
6249
6250 Signed-off-by: Wolfgang Denk <wd@denx.de>
6251
6252commit 78a90f827df74520e939c794fc7413dace21c4db
6253Author: Wolfgang Denk <wd@denx.de>
6254Date: Sat Mar 8 22:35:04 2008 +0100
6255
6256 Update CHANGELOG
6257
6258 Signed-off-by: Wolfgang Denk <wd@denx.de>
6259
78a90f82
WD
6260commit 58f3c57c6008b42e01f551d3be6efd88c14ac87f
6261Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6262Date: Sat Mar 8 21:30:04 2008 +0100
6263
6264 esd: Fix warning: passing argument 1 of 'fpga_boot' discards qualifiers from pointer target type
6265
6266 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6267
6268commit d75469d48c05795144f4b8ba76addbb4920a7bba
6269Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
6270Date: Sat Mar 8 09:25:49 2008 +0900
6271
6272 net: rtl8169: Add processing when OWNbit did't enable in rtl_recv()
6273
6274 When rtl_recv() of rtl8169 is called, OWNbit of status register
6275 is not enable occasionally.
6276 rtl_recv() doesn't work normally when the driver doesn't do
6277 appropriate processing.
6278 This patch fix this problem.
6279
6280 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
6281
6282commit 82afabfeb8ae6a27c7b396011ea99f4712aa73fa
6283Author: Heiko Schocher <hs@denx.de>
6284Date: Fri Mar 7 08:15:28 2008 +0100
6285
6286 mgsuvd: update board configuration
6287
6288 initialize the UPIOx controller.
6289
6290 Signed-off-by: Heiko Schocher <hs@denx.de>
6291
6292commit e492c90c26215e459aec0fdf0f8ef1fd204988f5
6293Author: Heiko Schocher <hs@denx.de>
6294Date: Fri Mar 7 08:13:41 2008 +0100
6295
6296 mgcoge: update board configuration
6297
6298 add support for the config Flash.
6299 initialize the UPIOx controller.
6300
6301 Signed-off-by: Heiko Schocher <hs@denx.de>
6302
6303commit 270fe261b7f9292800b2b3d1bf19ae7cbc880258
6304Author: Kim Phillips <kim.phillips@freescale.com>
6305Date: Fri Mar 7 12:27:31 2008 -0600
6306
6307 mpc83xx: make dtb basename file references equal those of linux
6308
6309 the dts file basenames were updated in linux - this helps avoid
6310 inadvertently loading any old dtbs laying around.
6311
6312 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
6313
6314commit f30b6154f16f5ffa4a9f5bfca5e114d72b6ef675
6315Author: Kim Phillips <kim.phillips@freescale.com>
6316Date: Wed Feb 27 16:08:22 2008 -0600
6317
6318 net: uec_phy: actually increment the timeout counter
6319
6320 allow u-boot to recover (and, e.g., switch to another interface) in the
6321 case where a PHY does not report autonegotiation is complete within its
6322 two second timeout value.
6323
6324 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
6325
6326commit 772003e43957ee0c895abed7cd82cbe72820cbb8
6327Author: Markus Brunner <super.firetwister@googlemail.com>
6328Date: Wed Mar 5 21:38:12 2008 +0100
6329
6330 fix taihu soft spi_read
6331
6332 The taihu board used gpio_read_out_bit which reads the output register and not
6333 the pin state.
6334
6335 Signed-off-by: Markus Brunner <super.firetwister@gmail.com>
6336
6337commit fc84a8495ac750f6b4adae81f8c4f100f65b6340
6338Author: Stefan Roese <sr@denx.de>
6339Date: Fri Mar 7 08:01:43 2008 +0100
6340
6341 ppc4xx: Sequoia: Add device tree (fdt) Linux booting default env variables
6342
6343 Signed-off-by: Stefan Roese <sr@denx.de>
6344
6345commit bd4458cb47abecabd406b1210457be96c69fc49d
6346Author: Dave Liu <r63238@freescale.com>
6347Date: Tue Mar 4 16:59:22 2008 +0800
6348
6349 837xEMDS: Improve the system performance
6350
6351 1. Make the CSB bus pipeline depth as 4, and enable
6352 the repeat mode;
6353 2. Raise the eTSEC emergency priority;
6354 3. Use the highest IP blocks clock.
6355
6356 Signed-off-by: Dave Liu <daveliu@freescale.com>
6357
6358commit d8ab58b212481b1c57947ea21aa96c4ce800d0b4
6359Author: Detlev Zundel <dzu@denx.de>
6360Date: Thu Mar 6 16:45:53 2008 +0100
6361
6362 Replace "run load; run update" with conditionalized "run load update".
6363
6364 The latter version stops when "run load" fails for whatever reasons
6365 rendering the combination *a lot* more secure.
6366
6367 Signed-off-by: Detlev Zundel <dzu@denx.de>
6368
6369commit 6bc113886d7d316df1a4e459bec8baf027518551
6370Author: Stefan Roese <sr@denx.de>
6371Date: Tue Mar 4 17:40:41 2008 +0100
6372
6373 net: Print error message upon net usage when no ethernet-interface is found
6374
6375 This patch fixes a problem seen on PPC4xx boards, when no MAC address is
6376 defined. Then no ethernet interface is available but a simple "tftp"
6377 command will return without any error message which is quite confusing.
6378
6379 Signed-off-by: Stefan Roese <sr@denx.de>
6380
6381commit a30a549a3553032d809e0356306b62de0b125901
6382Author: Jon Loeliger <jdl@freescale.com>
6383Date: Tue Mar 4 10:03:03 2008 -0600
6384
6385 Remove erroneous or extra spd.h #includers.
6386
6387 Many of the spd.h #includers don't need it,
6388 and wanted to have spd_sdram() declared instead.
6389 Since they didn't get that, some also had open
6390 coded extern declarations of it instead or as well.
6391 Fix it all up by using spd_sdram.h where needed.
6392
6393 Signed-off-by: Jon Loeliger <jdl@freescale.com>
6394
6395commit a4475386cef14af3fd88f0518b688e755669486d
6396Author: Wolfgang Denk <wd@denx.de>
6397Date: Tue Mar 4 17:41:28 2008 +0100
6398
6399 PCS440EP: fix build problems (redundant #define)
6400
6401 Signed-off-by: Wolfgang Denk <wd@denx.de>
6402
6403commit e85e2fa85ec09a6fac2846d1d881d8737e2bbda9
6404Author: Stefan Roese <sr@denx.de>
6405Date: Tue Mar 4 17:39:25 2008 +0100
6406
6407 net: Print error message upon net usage when no ethernet-interface is found
6408
6409 This patch fixes a problem seen on PPC4xx boards, when no MAC address is
6410 defined. Then no ethernet interface is available but a simple "tftp"
6411 command will return without any error message which is quite confusing.
6412
6413 Signed-off-by: Stefan Roese <sr@denx.de>
6414
6415commit 384faaafb999cae3ce447c93e28a0b7e2e5fef53
6416Author: Wolfgang Denk <wd@denx.de>
6417Date: Tue Mar 4 17:38:50 2008 +0100
6418
6419 W7OLMC/W7OLMG: fix build problems (redundant #define)
6420
6421 Signed-off-by: Wolfgang Denk <wd@denx.de>
6422
6423commit f9301e1cda296245ba052d7b08321199c3d0af9d
6424Author: Wolfgang Denk <wd@denx.de>
6425Date: Tue Mar 4 14:58:31 2008 +0100
6426
6427 Makefile: fix problem with out-of-tree builds introduced by 5013c09f
6428
6429 Commit 5013c09f (Makefile: cleanup "clean" target) introduced a
6430 problem for out-of-tree builds which caused "make clean" to fail.
6431
6432 Signed-off-by: Wolfgang Denk <wd@denx.de>
6433
6434commit dfece9500556bed5d8244b1c15d973cec7c25bfe
6435Author: Wolfgang Denk <wd@denx.de>
6436Date: Tue Mar 4 11:58:26 2008 +0100
6437
6438 examples/Makefile: build "hello_world" on 8xx, too.
6439
6440 Signed-off-by: Wolfgang Denk <wd@denx.de>
6441
6442commit 74eb0222594fd23aafdf168e60e872814eea8b62
6443Author: Mike Nuss <mike@terascala.com>
6444Date: Mon Mar 3 15:27:05 2008 -0500
6445
6446 PPC4xx (Sequoia): Fix Ethernet "remote fault" problems
6447
6448 Every now and then a Sequoia board (or equivalent hardware) had
6449 problems connecting to a Gigabit capable network interface.
6450
6451 There were differences in the PHY setup between Linux and U-Boot.
6452
6453 This patch fixes the problem. Apparently "remote fault" is being set,
6454 which signals to some devices (on the other end of the cable) that a
6455 fault has occurred, while other devices ignore it. I believe the RF bit
6456 was causing the issue, but I removed T4 also, to match up with Linux.
6457
6458 Signed-off-by: Mike Nuss <mike@terascala.com>
6459
6460commit 491fb6dea9f52fdb9cb5996e8e978b9e9685179f
6461Author: Timur Tabi <timur@freescale.com>
6462Date: Mon Mar 3 09:58:52 2008 -0600
6463
6464 fix QE firmware uploading limit
6465
6466 Fix a typo in qe_upload_firmware() that prevented uploading firmware on
6467 systems with more than one RISC core.
6468
6469 Signed-off-by: Timur Tabi <timur@freescale.com>
6470
6471commit 42ba58e0c302b339a3c2faa6006a013c6f186b7a
6472Author: Bernhard Nemec <bnemec@ganssloser.com>
6473Date: Mon Mar 3 11:57:23 2008 +0000
6474
6475 Fix endianess problem in cramfs code (cramfs is always host-endian in Linux)
6476
6477 Originally pointed out by Laurent Pinchart <laurent.pinchart@tbox.biz>,
6478 see http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/22846
6479
6480 Signed-off-by: Bernhard Nemec <bnemec <at> ganssloser.com>
6481
6482commit 84d0c2f1e39caff58bf765a7ab7c72da23c25ec8
6483Author: Kim B. Heino <Kim.Heino@bluegiga.com>
6484Date: Mon Mar 3 10:39:13 2008 +0200
6485
6486 fix copy from ram to dataflash
6487
6488 If I try to "cp.b <ram> <dataflash>", u-boot selects normal flash
6489 routines instead of dataflash. This is because it checks "if source
6490 address is not dataflash" instead of target address.
6491
6492 Signed-off-by: Kim B. Heino <Kim.Heino@bluegiga.com>
6493
6494commit 32bf3d143a888f8deacfdcc97e898f6c06d0aea4
6495Author: Wolfgang Denk <wd@denx.de>
6496Date: Mon Mar 3 12:16:44 2008 +0100
6497
6498 Fix quoting problem (preboot setting) in many board config files.
6499
6500 Signed-off-by: Wolfgang Denk <wd@denx.de>
6501
6502commit 5b0b2b6fc9fe22e3864c2a57316d91a2507ec215
6503Author: Wolfgang Denk <wd@denx.de>
6504Date: Mon Mar 3 12:36:49 2008 +0100
6505
6506 ADS5121: Fix default environment.
6507
6508 Signed-off-by: Wolfgang Denk <wd@denx.de>
6509
6510commit 91c82076ae492bb1f9d9c47a481314631d32dc8e
6511Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6512Date: Sun Mar 2 16:12:31 2008 +0100
6513
6514 Makefile: Fix missing unconfig and mkconfig use
6515
6516 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6517
6518commit 8ce4e5c2c02cb7e8adddf7b651d3050d81ce4c1d
6519Author: michael <trimarchi@gandalf.sssup.it>
6520Date: Sun Mar 2 23:33:46 2008 +0100
6521
6522 Fix checking fat32 cluster size.
6523
6524 This fixes the cluster size tests in the FAT32 file system.
6525 The current implementation of VFAT support doesn't work if the
6526 referred cluster has an offset > 16bit representation, causing
6527 "fatload" and "fatls" commands etc. to fail.
6528
6529 Signed-off-by: michael trimarchi <trimarchi@gandalf.sssup.it>
6530
6531commit 661bad63a076a96c39c64f136915f146725af92b
6532Author: Wolfgang Denk <wd@denx.de>
6533Date: Sun Mar 2 22:57:23 2008 +0100
6534
6535 Prepare v1.3.2-rc2 release candidate
6536
6537 Signed-off-by: Wolfgang Denk <wd@denx.de>
6538
661bad63
WD
6539commit 76957cb3d621bf664311908e5962e151c633c285
6540Author: Stefan Roese <sr@denx.de>
6541Date: Sat Mar 1 12:11:40 2008 +0100
6542
6543 ppc4xx: EMAC: Fix 405EZ fifo size setup in EMAC_MR1
6544
6545 The 405EZ only supports 512 bytes of rx-/tx-fifo EMAC sizes. But
6546 currently 4k/2k is configured. This patch fixes this issue.
6547
6548 Thanks to Thomas Kindler <tkindler@lenord.de> for pointing this out.
6549
6550 Signed-off-by: Stefan Roese <sr@denx.de>
6551
6552commit 118978c8eb43803e2794233922df4249fa278b83
6553Author: Woodruff, Richard <r-woodruff2@ti.com>
6554Date: Fri Feb 29 17:34:35 2008 -0600
6555
6556 Fix alignment error on ARM for modules
6557
6558 Fix alignment fault on ARM when running modules. With out an explicit
6559 linker file gcc4.2.1 will half word align __bss_start's value. The word
6560 dereference will crash hello_world.
6561
6562 signed-off-by Richard Woodruff <r-woodruff2@ti.com>
6563
6564commit ce1120dd703e6f12c59e4eba9962356a0300b832
6565Author: Dave Liu <r63238@freescale.com>
6566Date: Fri Feb 29 17:45:31 2008 +0800
6567
6568 fs: Fix ext2 read issue
6569
6570 The ext2 aligned process will corrupt the key
6571 data struct, the patch fix this.
6572
6573 Signed-off-by: Dave Liu <daveliu@freescale.com>
6574
6575commit 5013c09f7a5675952a3ca88b6bc6c924e63af33e
6576Author: Wolfgang Denk <wd@denx.de>
6577Date: Sun Mar 2 22:45:33 2008 +0100
6578
6579 Makefile: cleanup "clean" target
6580
6581 Make sure CDPATH settings cannot interfere.
6582 Update CHANGELOG.
6583
6584 Signed-off-by: Wolfgang Denk <wd@denx.de>
6585
5013c09f
WD
6586commit ffda586fc1373243c9794babde69500f6293a8d8
6587Author: Li Yang <leoli@freescale.com>
6588Date: Fri Feb 29 11:46:05 2008 +0800
6589
6590 add cscope build target
6591
6592 Add cscope build target to generate cscope database for code browsing.
6593
6594 Signed-off-by: Li Yang <leoli@freescale.com>
6595
6596commit f655adef65e4cf6b929054b049ee19ae9b5ccbe2
6597Author: Kim Phillips <kim.phillips@freescale.com>
6598Date: Wed Feb 27 15:06:39 2008 -0600
6599
6600 net: uec_phy: handle 88e1111 rev.B2 erratum 5.6
6601
6602 erratum 5.6 states the autoneg completion bit is functional only if the
6603 autoneg bit is asserted.
6604
6605 This fixes any secondarily-issued networking commands on non-gigabit
6606 links on the mpc8360 mds board.
6607
6608 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
6609
6610commit 5f91db7f582ca17b1f19f10189c025696f333d2e
6611Author: John Rigby <jrigby@freescale.com>
6612Date: Tue Feb 26 09:38:14 2008 -0700
6613
6614 MPC5121e ADS PCI support take 3
6615
6616 Adds PCI support for MPC5121
6617
6618 Tested with drivers/net/rtl8139.c
6619
6620 Support is conditional since PCI on old silicon does not work.
6621
6622 ads5121_PCI_config turns on PCI
6623
6624 In this version, condition compilation of PCI code has been moved
6625 from ifdef in board/ads5121/pci.c to board/ads5121/Makefile as
6626 suggested by Jean-Christophe PLAGNIOL-VILLARD
6627
6628 Signed-off-by: John Rigby <jrigby@freescale.com>
6629
6630commit 44b4dbed4133f657705b7c5193209da9978243a7
6631Author: Anatolij Gustschin <agust@denx.de>
6632Date: Mon Feb 25 23:53:07 2008 +0100
6633
6634 Fix warnings while compilation of post/drivers/memory.c
6635
6636 Fix warnings while compilation with new gcc in eldk-4.2
6637
6638 Signed-off-by: Anatolij Gustschin <agust@denx.de>
6639
6640commit 4fae35a53b3e958254d6574a1cc7e10811fc6726
6641Author: Anatolij Gustschin <agust@denx.de>
6642Date: Mon Feb 25 20:54:04 2008 +0100
6643
6644 ppc4xx: Fix problem in 4xx_enet.c driver
6645
6646 U-Boot crashes in the net loop if CONFIG_4xx_DCACHE is
6647 enabled. To reproduce the problem ensure that 'ethrotate'
6648 environment variable isn't set to "no" and then run
6649 "tftp 200000 not_existent_file".
6650 This patch tries to fix the issue.
6651
6652 Signed-off-by: Anatolij Gustschin <agust@denx.de>
6653
6654commit 60ec654c5eb80d0fe0c38a3bd42140215bc06484
6655Author: Anatolij Gustschin <agust@denx.de>
6656Date: Mon Feb 25 20:04:20 2008 +0100
6657
6658 POST: Disable cache while SPR POST
6659
6660 Currently (since commit b2e2142c) u-boot crashes on
6661 sequoia board while SPR test if CONFIG_4xx_DCACHE is
6662 enabled. This patch disables the cache while SPR test.
6663
6664 Signed-off-by: Anatolij Gustschin <agust@denx.de>
6665
6666commit c313b2c6c555e7d89ec59bd51c59ab164ad0105d
6667Author: Martin Krause <martin.krause@tqs.de>
6668Date: Mon Feb 25 17:52:40 2008 +0100
6669
6670 TQM5200: use automatic fdt memory fixup (part 2)
6671
6672 Call fdt_fixup_memory() on the boards TQM5200, TQM5200_B, TQM5200S,
6673 TB5200 and TB5200_B to fixup the /memory node with the memory values
6674 detected by U-Boot.
6675
6676 Signed-off-by: Martin Krause <martin.krause@tqs.de>
6677
6678commit 44ceec253ea941b301abf4b079d52324def69d92
6679Author: Martin Krause <martin.krause@tqs.de>
6680Date: Mon Feb 25 15:17:05 2008 +0100
6681
6682 TQM5200: use automatic fdt memory fixup
6683
6684 Call fdt_fixup_memory() on the boards TQM5200, TQM5200_B, TQM5200S,
6685 TB5200 and TB5200_B to fixup the /memory node with the memory values
6686 detected by U-Boot.
6687
6688 Signed-off-by: Martin Krause <martin.krause@tqs.de>
6689
6690commit f3a329acb26017d8e10e9c93e1e726c2a5ac634a
6691Author: Martin Krause <martin.krause@tqs.de>
6692Date: Mon Feb 25 13:27:52 2008 +0100
6693
6694 TQM5200: fix bug in SDRAM initialization code
6695
6696 This patch fixes a bug in the SDRAM initialization code for the
6697 TQM5200. The hi_addr bit is now set correctly. Without this patch
6698 the hi_addr bit is always set to 1, if the second SDRAM bank is
6699 not populated.
6700
6701 For other MPC5200 boards a correspondig patch has already been applied
6702 some time ago, see commit a63109281ad41b0fb489fdcb901171f76bcdbc2c.
6703
6704 Signed-off-by: Martin Krause <martin.krause@tqs.de>
6705 --
6706 Forget the first patch please. I confused flash with SDRAM in
6707 the comment ...
6708
6709commit 217bf6b6a313d9ccb619a4dbc09f73f77cd48df1
6710Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6711Date: Mon Feb 25 00:03:12 2008 +0100
6712
6713 mx1fs2/flash: Fix multiple compiler warnings
6714
6715 "pointer targets in assignment differ in signedness"
6716
6717 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6718
6719commit 5599c28cef55be42a8ca6fa8086b1a44e56a85d2
6720Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6721Date: Mon Feb 25 00:03:11 2008 +0100
6722
6723 arm-imx: Fix register definitions
6724
6725 Sync register definitions with linux
6726
6727 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6728
6729commit c9bcf75fecc58886af77d2a571cff2eab39eab6f
6730Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6731Date: Mon Feb 25 00:03:10 2008 +0100
6732
6733 actua1/actua2/actua3: Fix multiple unused variable warnings
6734
6735 - actua1:
6736 actux1.c: In function 'checkboard':
6737 actux1.c:92: warning: unused variable 'revision'
6738
6739 - actua2:
6740 actux2.c: In function 'checkboard':
6741 actux2.c:100: warning: unused variable 's'
6742 actux2.c:99: warning: unused variable 'revision'
6743 actux2.c: In function 'reset_phy':
6744 actux2.c:130: warning: unused variable 'i'
6745
6746 - actua3:
6747 actux3.c: In function 'checkboard':
6748 actux3.c:114: warning: unused variable 'revision'
6749
6750 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6751
6752commit f8fa6368a6a0c02164da8e2f52f18d457c6977bd
6753Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
6754Date: Sun Feb 24 11:44:29 2008 +0900
6755
6756 Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on 32bit targets.
6757
6758 The previous patch was lacking of i386, microblaze, nios and nios2. This
6759 patch tries to fix them.
6760
6761 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
6762
438a4c11
WD
6763commit 05e07b1ea22844e946cfcf7d5e8a0199d18d2a95
6764Author: Marian Balakowicz <m8@semihalf.com>
6765Date: Fri Feb 29 22:22:46 2008 +0100
6766
6767 [new uImage] Fix FDT blob totalsize calculation in boot_relocate_fdt()
6768
6769 Do not use global fdt blob pointer, calculate blob size from routine
6770 argument blob pointer.
6771
6772 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
6773
6774commit d1cc52879c8966507dad9fb575481e6d3985e64e
6775Author: David Gibson <david@gibson.dropbear.id.au>
6776Date: Tue Feb 12 00:58:31 2008 +1100
6777
6778 libfdt: Add and use a node iteration helper function.
6779
6780 This patch adds an fdt_next_node() function which can be used to
6781 iterate through nodes of the tree while keeping track of depth. This
6782 function is used to simplify the iteration code in a lot of other
6783 functions, and is also exported for use by library users.
6784
6785 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
6786
6787commit 8cf30809a82902a471866d2f07725ce3b8a22291
6788Author: Bartlomiej Sieka <tur@semihalf.com>
6789Date: Fri Feb 29 16:00:24 2008 +0100
6790
6791 [new uImage] Add libfdt support to mkimage
6792
6793 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
6794
6795commit a6e530f00d31a8494a0422799b2b9a692a9c0eb9
6796Author: Bartlomiej Sieka <tur@semihalf.com>
6797Date: Fri Feb 29 16:00:23 2008 +0100
6798
6799 [new uImage] Add sha1.o object to mkimage binary build
6800
6801 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
6802
6803commit df6f1b895c997978f03afe04502ee76b7ba34ab9
6804Author: Marian Balakowicz <m8@semihalf.com>
6805Date: Fri Feb 29 16:00:06 2008 +0100
6806
6807 [new uImage] Fix component handling for legacy multi component images
6808
6809 Use uint32_t when accessing size table in image_multi_count() and
6810 image_multi_getimg() for multi component images.
6811
6812 Add missing uimage_to_cpu() endianness conversion.
6813
6814 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
6815
6816commit 570abb0ad120f6002bcaa3cf6f32bd4ca2e1b248
6817Author: Marian Balakowicz <m8@semihalf.com>
6818Date: Fri Feb 29 15:59:59 2008 +0100
6819
6820 [new uImage] Share common uImage code between mkimage and U-boot
6821
6822 This patch adds the following common routines:
6823
6824 1) Dedicated mkimage print_header() is replaced with common
6825 image_print_contents()
6826 image_print_contents_noindent()
6827
6828 2) Common os/arch/type/comp fields name <--> id translation routines
6829 genimg_get_os_name()
6830 genimg_get_arch_name()
6831 genimg_get_type_name()
6832 genimg_get_comp_name()
6833 genimg_get_os_id()
6834 genimg_get_arch_id()
6835 genimg_get_type_id()
6836 genimg_get_comp_id()
6837
6838 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
6839
6840commit 9a4daad0a35eb5143037eea9f786a3e9d672bdd6
6841Author: Marian Balakowicz <m8@semihalf.com>
6842Date: Fri Feb 29 14:58:34 2008 +0100
6843
6844 [new uImage] Update naming convention for bootm/uImage related code
6845
6846 This patch introduces the following prefix convention for the
6847 image format handling and bootm related code:
6848
6849 genimg_ - dual format shared code
6850 image_ - legacy uImage format specific code
6851 fit_ - new uImage format specific code
6852 boot_ - booting process related code
6853
6854 Related routines are renamed and a few pieces of code are moved around and
6855 re-grouped.
6856
6857 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
6858
6859commit 75fa002c47171b73fb4c1f2c2fe4d6391c136276
6860Author: Kumar Gala <galak@kernel.crashing.org>
6861Date: Wed Feb 27 21:51:51 2008 -0600
6862
6863 [new uImage] Respect autostart setting in linux bootm
6864
6865 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6866 Acked-by: Marian Balakowicz <m8@semihalf.com>
6867
6868commit d3f2fa0d278467b2232e4eb2372f905c3febfbeb
6869Author: Kumar Gala <galak@kernel.crashing.org>
6870Date: Wed Feb 27 21:51:50 2008 -0600
6871
6872 [new uImage] Provide ability to restrict region used for boot images
6873
6874 Allow the user to set 'bootm_low' and 'bootm_size' env vars as a way
6875 to restrict what memory range is used for bootm.
6876
6877 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6878 Acked-by: Marian Balakowicz <m8@semihalf.com>
6879
6880commit e822d7fc4dd4755d4d0a22f05e33f33d1a0481da
6881Author: Kumar Gala <galak@kernel.crashing.org>
6882Date: Wed Feb 27 21:51:49 2008 -0600
6883
6884 [new uImage] Use lmb for bootm allocations
6885
6886 Convert generic ramdisk_high(), get_boot_cmdline(), get_boot_kbd()
6887 functions over to using lmb for allocation of the ramdisk, command line
6888 and kernel bd info.
6889
6890 Convert PPC specific fdt_relocate() to use lmb for allocation of the device
6891 tree.
6892
6893 Provided a weak function that board code can call to do additional
6894 lmb reserves if needed.
6895
6896 Also introduce the concept of bootmap_base to specify the offset in
6897 physical memory that the bootmap is located at. This is used for
6898 allocations of the cmdline, kernel bd, and device tree as they should
6899 be contained within bootmap_base and bootmap_base + CFG_BOOTMAPSZ.
6900
6901 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6902
6903commit f5614e7926863bf0225ec860d9b319741a9c4004
6904Author: Kumar Gala <galak@kernel.crashing.org>
6905Date: Wed Feb 27 21:51:48 2008 -0600
6906
6907 [new uImage] Add autostart flag to bootm_headers structure
6908
6909 The autostart env variable was dropped as part of the initial new uImage
6910 cleanup. Add it back here so the arch specific code can decide if it
6911 wants to really boot or not.
6912
6913 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6914 Acked-by: Marian Balakowicz <m8@semihalf.com>
6915
6916commit 4ed6552f715983bfc7d212c1199a1f796f1144ad
6917Author: Kumar Gala <galak@kernel.crashing.org>
6918Date: Wed Feb 27 21:51:47 2008 -0600
6919
6920 [new uImage] Introduce lmb from linux kernel for memory mgmt of boot images
6921
6922 Introduce the LMB lib used on PPC in the kernel as a clean way to manage
6923 the memory spaces used by various boot images and structures. This code
6924 will allow us to simplify the code in bootm and its support functions.
6925
6926 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6927
6928commit 4648c2e7a173b0d7f17bef4adaa0623090c9e904
6929Author: Kumar Gala <galak@kernel.crashing.org>
6930Date: Tue Feb 19 22:03:47 2008 -0600
6931
6932 [new uImage] ppc: Allow boards to specify effective amount of memory
6933
6934 For historical reasons we limited the stack to 256M because some boards
6935 could only map that much via BATS. However newer boards are capable of
6936 mapping more memory (for example 85xx is capable of doing up to 2G).
6937
6938 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6939 Acked-by: Marian Balakowicz <m8@semihalf.com>
6940
6941commit 274cea2bddbca10cdad7daa518951b75c44ef6bc
6942Author: Kumar Gala <galak@kernel.crashing.org>
6943Date: Wed Feb 27 21:51:46 2008 -0600
6944
6945 [new uImage] rework error handling so common functions don't reset
6946
6947 Changed image_get_ramdisk() to just return NULL on error and have
6948 get_ramdisk() propogate that error to the caller. It's left to the
6949 caller to call do_reset() if it wants to.
6950
6951 Also moved calling do_reset() in get_fdt() and fdt_relocate() on ppc
6952 to a common location. In the future we will change get_fdt() and
6953 fdt_relocate() to return success/failure and not call do_reset() at all.
6954
6955 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6956 Acked-by: Marian Balakowicz <m8@semihalf.com>
6957
6958commit d2bc095a639672def11d5d043b5688d0dbd692ec
6959Author: Kumar Gala <galak@kernel.crashing.org>
6960Date: Wed Feb 27 21:51:45 2008 -0600
6961
6962 [new uImage] ppc: Re-order ramdisk/fdt handling sequence
6963
6964 Doing the fdt before the ramdisk allows us to grow the fdt w/o concern
6965 however it does mean we have to go in and fixup the initrd info since
6966 we don't know where it will be.
6967
6968 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6969
6970commit 27953493ef025fb698d68c5dee39b36f01f4d530
6971Author: Kumar Gala <galak@kernel.crashing.org>
6972Date: Wed Feb 27 21:51:44 2008 -0600
6973
6974 [new uImage] ppc: Determine if we are booting an OF style
6975
6976 If we are bootin OF style than we can skip setting up some things
6977 that are used for the old boot method.
6978
6979 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6980 Acked-by: Marian Balakowicz <m8@semihalf.com>
6981
6982commit a6612bdfe7ef37b9787b66800cf02aaded05fbeb
6983Author: Kumar Gala <galak@kernel.crashing.org>
6984Date: Wed Feb 27 21:51:43 2008 -0600
6985
6986 [new uImage] Don't pass kdb to ramdisk_high since we may not have one
6987
6988 We don't actually need the kdb param as we are just using it to get
6989 bd->bi_memsize which we can get from gd->bd->bi_memsize. Also, if we
6990 boot via OF we might not actually fill out a kdb.
6991
6992 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6993 Acked-by: Marian Balakowicz <m8@semihalf.com>
6994
6995commit 2b22fa4baee51e6b467c44ea1be0d1ecd86e8775
5013c09f
WD
6996Author: Kumar Gala <galak@kernel.crashing.org>
6997Date: Wed Feb 27 16:30:47 2008 -0600
6998
6999 85xx: Don't icbi when unlocking the cache
7000
7001 There is no reason to icbi when invalidating the temporary stack in
7002 the d-cache. Its impossible on e500 to have the i-cache contain
7003 any addresses in the temp stack and it can be problematic in generating
7004 transactions on the bus to non-valid addresses.
7005
7006 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7007
7008commit 534ea6b6f86f8b75ef2ac061ef110a98f103d7d6
7009Author: Andy Fleming <afleming@freescale.com>
7010Date: Wed Feb 27 15:50:50 2008 -0600
7011
7012 Fix source for ECM error IVPR
7013
7014 The source vector for the ECM was being set to 2,
7015 but that's what the source vector for DDR was being
7016 set to. Change it to 1.
7017
7018 Signed-off-by: Andy Fleming <afleming@freescale.com>
7019
7020commit 21fae8b2b4e4e6e648796e07e20ab13e9cb18923
7021Author: Andy Fleming <afleming@freescale.com>
7022Date: Wed Feb 27 14:29:58 2008 -0600
7023
7024 Invalidate INIT_RAM TLB mappings
7025
7026 Commit 0db37dc... (and some others) changed the INIT_RAM TLB
7027 mappings to be unguarded. This collided with an existing "bug"
7028 where the mappings for the INIT_RAM were being kept around.
7029 This meant that speculative loads to those addresses were
7030 succeeding in the TLB, and going out to the bus, where they
7031 were causing an exception (there's nothing at that address). The
7032 Flash code was coincidentally causing such a speculative load.
7033 Rather than go back to mapping the INIT RAM as guarded, we fix
7034 it so that the entries for the INIT_RAM are invalidated. Thus
7035 the speculative loads will fail in the TLB, and have no effect.
7036
7037 Signed-off-by: Andy Fleming <afleming@freescale.com>
7038
7039commit 347b7938d3e561eb215aa386c37fb5acb5a383c6
7040Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7041Date: Sun Feb 17 22:56:17 2008 +0100
7042
7043 sbc8548: Fix Revision reading and unused variable 'path'
7044
7045 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7046
7047commit 495d162374c472f46454453553382ad0735dc725
7048Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7049Date: Sun Feb 17 22:56:16 2008 +0100
7050
7051 sbc8548: Fix cfi flash bank declaration
7052
7053 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7054
438a4c11
WD
7055commit 4efbe9dbb129f857f27856936112c8c02f016be6
7056Author: Marian Balakowicz <m8@semihalf.com>
7057Date: Wed Feb 27 11:02:26 2008 +0100
7058
7059 [new uImage] Correct raw FDT blob handlig when CONFIG_FIT is disabled
7060
7061 Dual format image code must properly handle all three FDT passing methods:
7062 - raw FDT blob passed
7063 - FDT blob embedded in the legacy uImage
7064 - FDT blob embedded in the new uImage
7065
7066 This patch enables proper raw FDT handling when no FIT imaeg support
7067 is compiled in. This is a bit tricky as we must dected FIT format even
7068 when FIT uImage handling is not enabled as both FIT uImages and raw FDT
7069 blobs use tha same low level format (libfdt).
7070
7071 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
7072
7073commit ff0734cff0fb5397ce2f4602f4f3e5ec9c8a36e8
7074Author: Marian Balakowicz <m8@semihalf.com>
7075Date: Wed Feb 27 11:02:26 2008 +0100
7076
7077 [new uImage] POWERPC: Add image_get_fdt() routine
7078
7079 FDT blob may be passed either: (1) raw (2) or embedded in the legacy uImage
7080 (3) or embedded in the new uImage. For the (2) case embedding image must be
7081 verified before we get FDT from it. This patch factors out legacy image
7082 specific verification routine to the separate helper routine.
7083
7084 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
7085 Acked-by: Kumar Gala <galak@kernel.crashing.org>
7086
7087commit 1efd43601f90de21ec6c0ebb9880823e822927b1
7088Author: Marian Balakowicz <m8@semihalf.com>
7089Date: Wed Feb 27 11:02:07 2008 +0100
7090
7091 [new uImage] Add image_get_kernel() routine
7092
7093 Legacy image specific verification is factored out to a separate helper
7094 routine to keep get_kernel() generic and simple.
7095
7096 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
7097 Acked-by: Kumar Gala <galak@kernel.crashing.org>
7098
7099commit 8a5ea3e6168fe6a2780eeaf257a3b19f30dec658
7100Author: Marian Balakowicz <m8@semihalf.com>
7101Date: Wed Feb 27 11:01:04 2008 +0100
7102
7103 [new uImage] Move image verify flag to bootm_headers structure
7104
7105 Do not pass image verification flag directly to related routines.
7106 Simplify argument passing and move it to the bootm_header structure which
7107 contains curently processed image specific data and is already being passed
7108 on the argument list.
7109
7110 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
7111 Acked-by: Kumar Gala <galak@kernel.crashing.org>
7112
7113commit 823afe7cefe00dafefc6696c1cc7aa828c394234
7114Author: Marian Balakowicz <m8@semihalf.com>
7115Date: Wed Feb 27 11:00:47 2008 +0100
7116
7117 [Makefile] Sort COBJS in lib_<arch> Makefiles
7118
7119 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
7120
7121commit 6f0f9dfc4ee880fbf400a2ebe14238181a6c3f91
7122Author: Marian Balakowicz <m8@semihalf.com>
7123Date: Wed Feb 27 11:00:47 2008 +0100
7124
7125 [new uImage] Optimize gen_get_image() flow control
7126
7127 When CONFIG_HAS_DATAFLASH is not defined gen_get_image() routine has nothing
7128 to do, update its control flow to better reflect that simple case.
7129
7130 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
7131 Acked-by: Kumar Gala <galak@kernel.crashing.org>
7132
7133commit d2ced9eb19ec74f4a359949dbe353427fa6d55ca
7134Author: Marian Balakowicz <m8@semihalf.com>
7135Date: Mon Feb 4 08:28:17 2008 +0100
7136
7137 [new uImage] POWERPC: Split get_fdt() into get and relocate routines
7138
7139 PPC specific FDT blob handling code is divided into two separate routines:
7140
7141 get_fdt() - find and verify a FDT blob (either raw or image embedded)
7142 fdt_relocate() - move FDT blob to within BOOTMAP if needed
7143
7144 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
7145 Acked-by: Kumar Gala <galak@kernel.crashing.org>
7146
5013c09f
WD
7147commit 33fa5c0bfaf465de8ceb23fcd6b397f68b35a817
7148Author: Jon Loeliger <jdl@freescale.com>
7149Date: Mon Feb 25 13:13:37 2008 -0600
7150
7151 86xx: Fix renamed GUR symbols in sbc8641d board.
7152
7153 Back in commit a551cee99ad1d1da20fd23ad265de47448852f56
7154 (86xx: Fix GUR PCI config registers properly), we should have
7155 changed the MPC86xx_PORBMSR_HA and MPC86xx_PORDEVSR_IO_SEL
7156 symbols in the sbc8641d board as well. Fix this oversight.
7157
7158 Signed-off-by: Jon Loeliger <jdl@freescale.com>
7159
7160commit 64cd594e623c39f73964d18787763e4533f791f7
7161Author: Stefan Roese <sr@denx.de>
7162Date: Mon Feb 25 16:50:48 2008 +0100
7163
7164 ppc4xx: Fix acadia_nand build problem
7165
7166 Don't include testdram() on NAND-booting target acadia_nand. This saves
7167 a few bytes and makes the target build clean again.
7168
7169 Signed-off-by: Stefan Roese <sr@denx.de>
7170
7171commit 14e099e698d41e8179d05c2b2dbcf704a236f748
7172Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7173Date: Sun Feb 24 23:03:12 2008 +0000
7174
7175 mx1fs2/flash: Fix multiple pointertargets in assignment differ in signedness
7176
7177 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7178
7179commit 724902c8464e610642b3a170278b99710325888e
7180Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7181Date: Sun Feb 24 23:03:11 2008 +0000
7182
7183 arm-imx: Fix registers definition
7184
7185 Sync registers definition with linux
7186
7187 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7188
7189commit 4cd288b589ea1178947c6e364453c32b3dede6b7
7190Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7191Date: Sun Feb 24 23:03:10 2008 +0000
7192
7193 actua1/actua2/actua3: Fix multipleunused variable
7194
7195 - actua1:
7196 actux1.c: In function 'checkboard':
7197 actux1.c:92: warning: unused variable 'revision'
7198
7199 - actua2:
7200 actux2.c: In function 'checkboard':
7201 actux2.c:100: warning: unused variable 's'
7202 actux2.c:99: warning: unused variable 'revision'
7203 actux2.c: In function 'reset_phy':
7204 actux2.c:130: warning: unused variable 'i'
7205
7206 - actua3:
7207 actux3.c: In function 'checkboard':
7208 actux3.c:114: warning: unused variable 'revision'
7209
7210 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7211
438a4c11
WD
7212commit d5934ad7756f038a393a9cfab76a4fe306d9d930
7213Author: Marian Balakowicz <m8@semihalf.com>
7214Date: Mon Feb 4 08:28:09 2008 +0100
7215
7216 [new uImage] Add dual format uImage support framework
7217
7218 This patch adds framework for dual format images. Format detection is added
7219 and the bootm controll flow is updated to include cases for new FIT format
7220 uImages.
7221
7222 When the legacy (image_header based) format is detected appropriate
7223 legacy specific handling is invoked. For the new (FIT based) format uImages
7224 dual boot framework has a minial support, that will only print out a
7225 corresponding debug messages. Implementation of the FIT specific handling will
7226 be added in following patches.
7227
7228 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
7229
5013c09f
WD
7230commit b29661fc1151077776454288051bc9a488351ce8
7231Author: Wolfgang Denk <wd@denx.de>
7232Date: Sun Feb 24 15:21:36 2008 +0100
7233
7234 Coding style cleanup. Prepare v1.3.2-rc2 release candidate
7235
7236 Signed-off-by: Wolfgang Denk <wd@denx.de>
7237
b29661fc
WD
7238commit 00b48a48424894daa589d166d73277830b1c6ac4
7239Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7240Date: Sat Feb 23 12:15:56 2008 +0100
7241
7242 ENV: remove saveenv when CFG_ENV_IS_NOWHERE is selected
7243
7244 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7245
7246commit b075d74efb70ff68c49a2532f26b56d6703b69c1
7247Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
7248Date: Sat Feb 23 17:24:16 2008 +0900
7249
7250 Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on 32bit targets.
7251
7252 ----------------------------------------------------------------
7253 Olaf Hering [Wed, 17 Oct 2007 06:27:13 +0000 (23:27 -0700)]
7254
7255 Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on
7256 32bit targets.
7257
7258 GCC can be made to warn about usage of long long types with ISO C90
7259 (-ansi), but only with -pedantic. You can write this in a way that even
7260 then it doesn't cause warnings, namely by:
7261
7262 #ifdef __GNUC__
7263 __extension__ typedef __signed__ long long __s64;
7264 __extension__ typedef unsigned long long __u64;
7265 #endif
7266
7267 The __extension__ keyword in front of this switches off any pedantic
7268 warnings for this expression.
7269
7270 Signed-off-by: Olaf Hering <olh@suse.de>
7271 Cc: <linux-arch@vger.kernel.org>
7272 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
7273 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
7274 ----------------------------------------------------------------
7275
7276 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
7277
7278commit 208acd112e6517b21fc30c420396902b103563ac
7279Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
7280Date: Sat Feb 23 17:07:57 2008 +0900
7281
7282 cpu/mcf52x2/config.mk: Make needlessly deffered expansions immediate.
7283
7284 This will reduce the build time.
7285
7286 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
7287
7288commit 495a0dde7fa1b14cdc15607d86503ec2bdcd02c4
7289Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
7290Date: Sat Feb 23 17:05:00 2008 +0900
7291
7292 cpu/ppc4xx/config.mk: Make a needlessly deffered expansion immediate.
7293
7294 This will reduce the build time.
7295
7296 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
7297
7298commit e682ba399a1d76f09d8cc7af1e57066f1d360d91
7299Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
7300Date: Sat Feb 23 16:58:41 2008 +0900
7301
7302 cpu/mips/cofigl.mk: Make a needlessly deffered expansion immediate.
7303
7304 This reduces the build time by ~10%. Here's the gth2_config example.
7305
7306 BEFORE AFTER
7307 real 0m31.441s 0m27.833s
7308 user 0m24.766s 0m23.045s
7309 sys 0m10.425s 0m7.468s
7310
7311 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
7312
7313commit 02409f8cf54c7cd91981f0dfec135dbf3858090c
7314Author: Marcel Moolenaar <marcelm@juniper.net>
7315Date: Fri Feb 22 10:48:07 2008 -0800
7316
7317 make define2mk.sed work on FreeBSD
7318
7319 In the thread "[1.3.2-rc1] MPC8548CDS/MPC8555CDS configs fails to link",
7320 the define2mk.sed script was identified as the source of the link
7321 failure on FreeBSD. The problem is that sed(1) does not always support
7322 the '+' operator. It isn't on FreeBSD. The attach patch implements the
7323 equivalent, using the '*' operator instead and should work everywhere.
7324
7325 Signed-off-by: Marcel Moolenaar <marcelm@juniper.net>
7326
7327commit e5084af8ded58453cd07ec1af8b0f29f34122bbc
7328Author: Detlev Zundel <dzu@denx.de>
7329Date: Fri Feb 22 17:21:32 2008 +0100
7330
7331 Replace deprecated "ramdisk" with "ramdisk_size" kernel parameter.
7332
7333 The Linux commit fac8b209b1084bc85748bd54e13d00c1262b220f ("Remove
7334 final traces of long-deprecated "ramdisk" kernel parm") makes these
7335 changes neccessary.
7336
7337 Signed-off-by: Detlev Zundel <dzu@denx.de>
7338
7339commit d01b847c5cd070895c4ba178c85cd068a95cf7cd
7340Author: Larry Johnson <lrj@acm.org>
7341Date: Thu Feb 21 13:58:16 2008 -0500
7342
7343 LM75 bug fix for negative temperatures
7344
7345 When the LM75 temperature sensor measures a temperature below 0 C, the
7346 current driver does not perform sign extension, so the result returned is
7347 256 C too high. This patch fixes the problem.
7348
7349 Signed-off-by: Larry Johnson <lrj@acm.org>
7350
7351commit 5a910c224b13e413bda41922379add6d75c32da3
7352Author: Heiko Schocher <hs@denx.de>
7353Date: Thu Feb 21 18:33:45 2008 +0100
7354
7355 IDS8247: update MAINTAINER entry.
7356
7357 Signed-off-by: Heiko Schocher <hs@denx.de>
7358
7359commit 79eac2bfb591f2b028ec1735049dc91e4320de4a
7360Author: Heiko Schocher <hs@denx.de>
7361Date: Thu Feb 21 18:31:15 2008 +0100
7362
7363 Fix device tree for mgsuvd board.
7364
7365 Rename the "scc" node in "ethernet" for the mgsuvd board.
7366
7367 Signed-off-by: Heiko Schocher <hs@denx.de>
7368
7369commit 2e721094a70a52206af2e1bf1208d9a7131f6dad
7370Author: Yuri Tikhonov <yur@emcraft.com>
7371Date: Thu Feb 21 14:23:42 2008 +0100
7372
7373 lwmon5: enable hardware watchdog
7374
7375 Some boards (e.g. lwmon5) may use rather small watchdog intervals, so
7376 causing it to reboot the board if U-Boot does a long busy-wait with
7377 udelay(). Thus, for these boards we have to restart WD more
7378 frequently.
7379
7380 This patch splits the busy-wait udelay() into smaller, predefined,
7381 intervals, so that the watchdog timer may be resetted with the
7382 configurable (CONFIG_WD_PERIOD) interval.
7383
7384 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
7385
7386commit bc77881247ee6f95d7a9ebc499d26b96bae38c9d
7387Author: Anatolij Gustschin <agust@denx.de>
7388Date: Thu Feb 21 12:52:29 2008 +0100
7389
7390 ppc4xx: Support for ATI Radeon 9200 card on sequoia
7391
7392 Adds configuration option for ATI Radeon 9200 card
7393 support to sequoia config file. If CONFIG_VIDEO
7394 is enabled, TEXT_BASE should be changed to 0xFFF80000.
7395
7396 Signed-off-by: Anatolij Gustschin <agust@denx.de>
7397
7398commit 5a9abcc317cf3c8a69559ff83081f4e5d719edb7
7399Author: Kumar Gala <galak@kernel.crashing.org>
7400Date: Mon Feb 18 08:18:07 2008 -0600
7401
7402 Remove duplicate defines for ARRAY_SIZE
7403
7404 A few duplicate of the ARRAY_SIZE macro sneaked in since we put
7405 the define in common.h.
7406
7407 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7408
7409commit 81d93e5c4b83d8b6dcee69de6f4a14ccf6f7114a
7410Author: Kumar Gala <galak@kernel.crashing.org>
7411Date: Mon Feb 18 08:09:37 2008 -0600
7412
7413 ppc: Allow boards to specify effective amount of memory
7414
7415 For historical reasons we limited the stack to 256M because some boards
7416 could only map that much via BATS. However newer boards are capable of
7417 mapping more memory (for example 85xx is capable of doing up to 2G).
7418
7419 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7420
7421commit 755c35f54ba7eb7687aa7935e04a02a01ef1b27b
7422Author: Mike Frysinger <vapier@gentoo.org>
7423Date: Mon Feb 18 05:24:13 2008 -0500
7424
7425 include autoconf.mk before any other .mk files
7426
7427 This bumps the autoconf.mk include step above board/cpu/arch/etc... so that
7428 those .mk files can have make if statements based on the current config.
7429
7430 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7431
7432commit 16fe77752eee099b9fb61ed73460e51cc94b37ba
7433Author: Mike Frysinger <vapier@gentoo.org>
7434Date: Mon Feb 18 05:10:07 2008 -0500
7435
7436 error check autoconf.mk generation
7437
7438 If any of the steps for generating autoconf.mk fail currently, they go
7439 unnoticed. To fix, we can simply add 'set -e' to the long list of commands.
7440 This is simpler and more robust than placing '|| exit $$?' after every line.
7441
7442 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7443
7444commit 019895a8dee71a9f00da05c03e379f45d581b0fe
7445Author: Stefano Babic <sbabic@denx.de>
7446Date: Mon Feb 18 08:03:51 2008 +0100
7447
7448 Fix bug in dependency checking
7449
7450 By adding VERSION_FILE to the PHONY targets the script
7451 /tools/setlocalversion is always called and version_autogenerated.h
7452 is replaced only if the script find a modified source file.
7453
7454 Signed-off-by: Stefano Babic <sbabic@denx.de>
7455
7456commit 98ba144ccc912eee90dd42699f023c497ce774c6
7457Author: Kyungmin Park <kmpark@infradead.org>
7458Date: Mon Feb 18 14:35:43 2008 +0900
7459
7460 Fix GPMC CS2 memory setup at apollon
7461
7462 It disables the current map first
7463
7464 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
7465
7466commit e845e07e1e6e64f40e35688439d3cdcf01cfff4f
7467Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7468Date: Sun Feb 17 23:52:46 2008 +0100
7469
7470 uli526x: Fix multiple differ in signedness and parentheses around comparison
7471
7472 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7473
7474commit beeccf7a5dc5415c202e0132a33c58fc316c2a62
7475Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7476Date: Sun Feb 17 16:58:04 2008 +0100
7477
7478 MIPS: Fix CFG_NO_FLASH support
7479
7480 - Fix flash_init call when CFG_NO_FLASH is used
7481 - Remove no more needed flash.c for qemu-mips
7482
7483 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7484
7485commit edfed1d91df2b2670a812ca9d1a1f9faae7dba47
7486Author: Mike Frysinger <vapier@gentoo.org>
7487Date: Sat Feb 16 02:40:18 2008 -0500
7488
7489 easylogo: clean up some more and add -r (rgb) support
7490
7491 Michael Hennerich added support for outputting an image in RGB format rather
7492 than forcing YUYV all the time. This makes obvious sense if the display you
7493 have takes RGB input rather than YUYV.
7494
7495 Rather than hack in support for options, I've converted it to use getopt and
7496 cleaned up the argument parsing in the process.
7497
7498 Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
7499 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7500
7501commit f65c98129ccada3f7caf97d80395a95b84e911de
7502Author: Mike Frysinger <vapier@gentoo.org>
7503Date: Sat Feb 16 02:12:37 2008 -0500
7504
7505 Makefile: add target for $(LDSCRIPT)
7506
7507 If the $(LDSCRIPT) does not exist (normally it's board/$(BOARD)/u-boot.lds),
7508 then change into the board directory and try and create it. This allows you
7509 to generate the linker script on the fly based upon board defines (like the
7510 Blackfin boards do).
7511
7512 There should be no regressions due to this change as the normal case is to
7513 already have a u-boot.lds file. If that's the case, then there's nothing to
7514 generate, and so make will always exit. The fix here is that if the linker
7515 script does not exist, the implicit rules take over and attempt to guess how
7516 to generate the file.
7517
7518 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7519
438a4c11
WD
7520commit 5583cbf736474ef754e128a54fb78632f57b48fd
7521Author: Marian Balakowicz <m8@semihalf.com>
7522Date: Thu Feb 21 17:27:49 2008 +0100
7523
7524 [new uImage] Fix erroneous use of image_get_magic() in fdc/usb cmds
7525
7526 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
7527
7528commit 2242f5369822bc7780db95c47985bb408ea9157b
7529Author: Marian Balakowicz <m8@semihalf.com>
7530Date: Thu Feb 21 17:27:41 2008 +0100
7531
7532 [new uImage] Rename and move print_image_hdr() routine
7533
7534 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
7535
7536commit f50433d670ec2ee9e96abac67cdc6e5e061a810d
7537Author: Marian Balakowicz <m8@semihalf.com>
7538Date: Thu Feb 21 17:20:20 2008 +0100
7539
7540 [new uImage] Add fit_parse_conf() and fit_parse_subimage() routines
7541
7542 Introducing routines for parsing new uImage format bootm arguments:
7543 [<addr>]#<conf> - configuration specification
7544 [<addr>]:<subimg> - subimage specification
7545
7546 New format images can contain multiple subimages of the same type. For example
7547 a single new format image file can contain three kernels, two ramdisks and a
7548 couple of FDT blobs. Subimage and configuration specifications are extensions
7549 to bootm (and other image-related commands) arguments' syntax that allow to
7550 specify which particular subimage should be operated on.
7551
7552 Subimage specification is used to denote a particular subimage. Configurations
7553 are a bit more complex -- they are used to define a particualr booting setup,
7554 for example a (kernel, fdt blob) pair, or a (kernel, ramdisk, fdt blob) tuple,
7555 etc.
7556
7557 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
7558
7559commit fff888a1997ff7de9b29e24050fc4a0fd403ba16
7560Author: Marian Balakowicz <m8@semihalf.com>
7561Date: Thu Feb 21 17:20:19 2008 +0100
7562
7563 [new uImage] Add gen_get_image() routine
7564
7565 This routine assures that image (whether legacy or FIT) is not
7566 in a special dataflash storage.
7567
7568 If image address is a dataflash address image is moved to system RAM.
7569
7570 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
7571
7572commit 75d3e8fbd93c14d9929d024c75af2d742c76db70
7573Author: Marian Balakowicz <m8@semihalf.com>
7574Date: Thu Feb 21 17:20:18 2008 +0100
7575
7576 [new uImage] Pull in libfdt if CONFIG_FIT is enabled
7577
7578 New uImage format (Flattened Image Tree) requires libfdt
7579 functionality, print out error message if CONFIG_OF_LIBFDT
7580 is not defined.
7581
7582 New uImage support is enabled by defining CONFIG_FIT (and CONFIG_OF_LIBFDT).
7583 This commit turns it on by default.
7584
7585 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
7586
b29661fc
WD
7587commit 1ba639da5604a64b3ed884a2cbb1c5414a9fa728
7588Author: Michael Schwingen <michael@schwingen.org>
7589Date: Mon Feb 18 23:16:35 2008 +0100
7590
7591 CFI: Do not use uninitialized cmd_reset
7592
7593 Do not use uninitialized cmd_reset; issue both AMD and Intel reset
7594 commands instead
7595
7596 From a short test, it looks like AMD-style flash roms treat *any* unknown
7597 command write as a reset, at least when in CFI Query mode, so issuing the
7598 Intel reset command to AMD-style flashs seems safe (from the small sample I
7599 have), plus the 3-cycle magic sequence should kick the state machine into
7600 the right state even without a reset command. Since the AMD-style flashs
7601 require the unlock sequence for real operation, I chose to try the AMD reset
7602 command first, so that Intel flashs do no see an invalid command prior to
7603 the CFI query.
7604
7605 I have tested the patch on AM29LV320-style flashs from Fujitsu and Macronix,
7606 plus Intel StrataFlash.
7607
7608 Signed-off-by: Michael Schwingen <michael@schwingen.org>
7609 Signed-off-by: Stefan Roese <sr@denx.de>
7610
7611commit e7a85f26830c9f2e78506421c2d519a2965bc7a1
7612Author: Rafal Jaworowski <raj@semihalf.com>
7613Date: Thu Feb 21 11:56:44 2008 +0100
7614
7615 API: Add (c) and licensing notice to the public API header.
7616
7617 Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
7618
7619commit 928d1d77f8623c120d8763e20e1ca58df9c5c4c6
7620Author: Yuri Tikhonov <yur@emcraft.com>
7621Date: Thu Feb 21 11:06:07 2008 +0100
7622
7623 Fix CPU POST test failure
7624
7625 The CPU POST test code (run from cpu_post_exec_31()) doesn't follow the
7626 ABI carefully, at least the CR3, CR4, and CR5 fields of CR are clobbered
7627 by it. The gcc-4.2 with its more aggressive optimization exposes this fact.
7628 This patch just saves the CR value before running the test code, so allowing
7629 it to do anything it wants with CR.
7630
7631 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
7632 Acked-by: Yuri Tikhonov <yur@emcraft.com>
7633 --
7634
7635commit d5908b093955415f3d340706378b991f911af671
7636Author: Jon Loeliger <jdl@freescale.com>
7637Date: Wed Feb 20 15:26:51 2008 -0600
7638
7639 8610HPCD: Document the flashbank selection switches.
7640
7641 Signed-off-by: Jon Loeliger <jdl@freescale.com>
7642
7643commit a551cee99ad1d1da20fd23ad265de47448852f56
7644Author: Jon Loeliger <jdl@freescale.com>
7645Date: Wed Feb 20 14:22:26 2008 -0600
7646
7647 86xx: Fix GUR PCI config registers properly.
7648
7649 Back in commit 975a083a5ef785c414b35f9c5b8ae25b26b41524 where
7650 I tried to "8610HPCD: Fix typos in two PCI setup registers", I
7651 botched it due to not realizing that 8610 and 8641 had different
7652 Global Utility Register defintions, one of which was like 85xx,
7653 and the other wasn't. Correct this problem by introducing two
7654 symbols, one for each 86xx SoC, but neither of which is named
7655 anything like 85xx.
7656
7657 My bad. Lovely Wednesday with git bisect. You know.
7658
7659 Signed-off-by: Jon Loeliger <jdl@freescale.com>
7660
7661commit cb06eb961bdffc8728b38c242473d802e83ab2b4
7662Author: Jon Loeliger <jdl@freescale.com>
7663Date: Wed Feb 20 12:24:11 2008 -0600
7664
7665 8610HPCD: Don't use VIDEO/CFB_CONSOLE by default.
7666
7667 Without an actual supported video card hooked up, enabling
7668 the CONFIG_VIDEO by default just makes it look broken by
7669 routing all console output to the video card. Don't.
7670
7671 Signed-off-by: Jon Loeliger <jdl@freescale.com>
7672
7673commit 4d264eff4312f230776b913edade7ceb75f1b1e0
7674Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
7675Date: Wed Jan 30 15:08:15 2008 -0600
7676
7677 ColdFire: Fix missing code flash size for M5485EVB
7678
7679 Signed-off-by: James Mahan <kmahan@freescale.com>
7680 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7681
7682commit c54f9263e4e11e34b1e70c160bc467ef1d8ec59d
7683Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
7684Date: Wed Jan 30 15:04:42 2008 -0600
7685
7686 ColdFire: Fix 5282 and 5271 interrupt mask bit
7687
7688 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7689
7690commit 975a083a5ef785c414b35f9c5b8ae25b26b41524
7691Author: Jon Loeliger <jdl@freescale.com>
7692Date: Tue Feb 19 12:31:08 2008 -0600
7693
7694 8610HPCD: Fix typos in two PCI setup registers.
7695
7696 The two symbols MPC86xx_PORDEVSR_IO_SEL and MPC86xx_PORBMSR_HA
7697 were erroneously present as 85xx names and values, leftover from
7698 the clone wars. Fix this by removing the 85xx cruft from the
7699 86xx codebase.
7700
7701 Signed-off-by: Jon Loeliger <jdl@freescale.com>
7702
7703commit 13f5433f700d4da9f6fdf2a4bb80310133a7c170
7704Author: Jon Loeliger <jdl@freescale.com>
7705Date: Mon Feb 18 14:01:56 2008 -0600
7706
7707 86xx: Convert sbc8641d to use libfdt.
7708
7709 This is the proper fix for a missing closing brace in the function
7710 ft_cpu_setup() noticed by joe.hamman <at> embeddedspecialties.com.
7711 The ft_cpu_setup() function in mpc8641hpcn.c should have been
7712 removed earlier as it was under the obsolete CONFIG_OF_FLAT_TREE,
7713 but was missed. Only, the sbc8641d was nominally still using it.
7714 It all got ripped out, and the funcality that was in ft_board_setup()
7715 was refactored to remove the CPU portions into the new file
7716 cpu/mpc86xx/fdt.c instead. Make sbc8641d use this now.
7717
7718 Based loosely on an original patch from joe.hamman@embeddedspecialties.com
7719
7720 Signed-off-by: Jon Loeliger <jdl@freescale.com>
7721
7722commit 04efddc87c50c84f85dad5c331c634a6ce830a83
7723Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7724Date: Sun Feb 17 23:35:31 2008 +0100
7725
7726 mpc86xx: Fix unused variable 'config' and 'immap'
7727
7728 and remove useless CONFIG_DDR_INTERLEAVE
7729
7730 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7731
7732commit 83d1b3876695c4f21faff2b731d9ef83f38ed208
7733Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7734Date: Sun Feb 17 23:03:36 2008 +0100
7735
7736 mpc86xx: Fix implicit declaration of functions 'init_laws' and 'disable_law'
7737
7738 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7739
7740commit b6f29c84c208a091f95a10cbc9852d729659ba20
7741Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7742Date: Sun Feb 17 14:15:31 2008 +0100
7743
7744 s3c24x0: Fix unused variable 'i' in function 'serial_init_dev'
7745
7746 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7747
7748commit 0937b8d869fdb42d6ad4fe312958639bd62c973f
7749Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7750Date: Sun Feb 17 14:15:32 2008 +0100
7751
7752 pxa: fix assignment from incompatible pointer type
7753
7754 fix mmc_bread function prototype
7755
7756 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7757
7758commit 64d792063fff90b8118179b092feee09fe5cae13
7759Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7760Date: Sun Feb 17 14:15:30 2008 +0100
7761
7762 at91cap9adk: fix implicit declaration of function 'eth_init'
7763
7764 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7765
7766commit 375c4353db8f900f7ec772e26fab116ec00f7d3a
7767Author: Wolfgang Denk <wd@denx.de>
7768Date: Sun Feb 17 15:43:44 2008 +0100
7769
7770 Remove files added by mistake, update CHANGELOG.
7771
7772 Signed-off-by: Wolfgang Denk <wd@denx.de>
7773
375c4353
WD
7774commit b738654d3c84a30f2bfd9a8d7652ff20807c890c
7775Author: Mike Nuss <mike@terascala.com>
7776Date: Wed Feb 6 11:10:11 2008 -0500
7777
7778 PPC440EPx: Optionally enable second I2C bus
7779
7780 The option CONFIG_I2C_MULTI_BUS does not have any effect on Sequoia, the
7781 PPC440EPx reference platform, because IIC1 is never enabled. Add Sequoia board
7782 code to turn on IIC1 if CONFIG_I2C_MULTI_BUS is selected.
7783
7784 Signed-off-by: Mike Nuss <mike@terascala.com>
7785 Cc: Stefan Roese <sr@denx.de>
7786
7787commit ef5b4f221c22d05770878513951745f236b5b43f
7788Author: Niklaus Giger <niklaus.giger@netstal.com>
7789Date: Tue Feb 5 10:26:44 2008 +0100
7790
7791 ppc4xx: HCU4/5. Cleanup configs
7792
7793 - hcu4.h: Removed define of CONFIG_PPC405GPr
7794 - Corrected phy addresses
7795 - Fix boot variables
7796 - Respect line length of 80 chars
7797
7798 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
7799
7800commit 74973126d1be63ac75bdc192f46234dca3a7c421
7801Author: Niklaus Giger <niklaus.giger@netstal.com>
7802Date: Tue Feb 5 11:31:28 2008 +0100
7803
7804 ppc4xx: HCU4/5. Cleanups
7805
7806 - Fix some coding style violations.
7807 - Use in/out_u16/32 where appropriate.
7808 - Use register names from ppc405.h.
7809 - Fix trace useage for Lauterbach.
7810 - Remove obsolete generation HCU2.
7811 - Renamed fixed_hcu4_sdram to init_ppc405_sdram.
7812
7813 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
7814
7815commit 8cc10d06b833ed917a19ad358c8ebbed8bc19555
7816Author: Niklaus Giger <niklaus.giger@netstal.com>
7817Date: Tue Feb 5 10:26:41 2008 +0100
7818
7819 ppc4xx: PPC405GPr fix missing register definitions
7820
7821 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
7822
7823commit 214398d9cb22268d9d4f7563359edca0f78297a2
7824Author: Larry Johnson <lrj@acm.org>
7825Date: Fri Jan 18 21:49:05 2008 -0500
7826
7827 ppc4xx: Beautify configuration files for Sequoia and Korat boards
7828
7829 Signed-off-by: Larry Johnson <lrj@acm.org>
7830
7831commit 30c6a241e88499f536e86d325759e29ba00ff67f
7832Author: Anatolij Gustschin <agust@denx.de>
7833Date: Fri Feb 15 20:09:01 2008 +0100
7834
7835 Wipe out assembler warnings while compiling x86 biosemu
7836
7837 This patch tries to get rid of some assembler warnings about
7838 changed .got2 section type while compiling x86 bios emulator
7839 code.
7840
7841 Signed-off-by: Anatolij Gustschin <agust@denx.de>
7842
7843commit 67a4389e39ad853d65b72e2b7cad15c7e8291147
7844Author: Wolfgang Denk <wd@denx.de>
7845Date: Fri Feb 15 00:57:09 2008 +0100
7846
7847 Prepare v1.3.2-rc1 release candidate
7848
67a4389e
WD
7849commit f33e9653c9c09868995d788511d573771c209fe5
7850Author: Anatolij Gustschin <agust@denx.de>
7851Date: Fri Feb 15 00:13:20 2008 +0100
7852
7853 Fix compile warning on lib_ppc/board.c
7854
7855 Signed-off-by: Anatolij Gustschin <agust@denx.de>
7856
7857commit e5c6f9f8bec4dff9603419161e3a15cc8ad5d5f4
7858Author: Anatolij Gustschin <agust@denx.de>
7859Date: Thu Feb 14 18:22:04 2008 +0100
7860
7861 Add Radeon Mobility 9200 pci device id to the radeon driver
7862
7863 This patch extends PCI device id table of the
7864 radeon driver so that the driver will also support
7865 Radeon Mobility 9200 (M9+) based boards.
7866
7867 Signed-off-by: Anatolij Gustschin <agust@denx.de>
7868
7869commit 1b8607e1f7143548c6062c28371449ec69588c00
7870Author: Anatolij Gustschin <agust@denx.de>
7871Date: Thu Feb 14 18:19:50 2008 +0100
7872
7873 Extend ATI Radeon driver to support more video modes
7874
7875 Adds ATI Radeon 9200 support for 1280x1024, 1024x768,
7876 800x600, 640x480 at 24, 16 and 8 bpp.
7877
7878 Signed-off-by: Anatolij Gustschin <agust@denx.de>
7879
7880commit 4124382de029d361162a4b8cecc773eb8f26e2a8
7881Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7882Date: Sun Feb 10 17:05:20 2008 +0100
7883
7884 xsengine: fix typo and few coding style
7885
7886 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7887
7888commit 6f4abee789b6d9be3ec4b97ad48f509355559e9e
7889Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
7890Date: Fri Feb 8 21:25:58 2008 +0100
7891
7892 Fix wrong memory limit calculation in memory-test
7893
7894 If the length of the memory address range passed to the "mtest" command is
7895 not of the form 2^x - 1, not all address lines are tested. This bug is
7896 inherited from the original software at
7897 http://www.netrino.com/Embedded-Systems/How-To/Memory-Test-Suite-C. Fix
7898 this.
7899
7900 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
7901
7902commit 7e30f5eac7f07082a7ca77b7d91b944a8d0af6db
7903Author: Wolfgang Denk <wd@denx.de>
7904Date: Fri Feb 15 00:11:39 2008 +0100
7905
7906 Coding STyle cleanup.
7907
7908 Signed-off-by: Wolfgang Denk <wd@denx.de>
7909
7910commit f6921e3dc331293c873ec4d109fd5517a42a90b3
7911Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
7912Date: Tue Feb 5 13:30:43 2008 +0900
7913
7914 sh: Fix register address of SH7722
7915
7916 The address of SH7722 is wrong by old document.
7917 This patch fixes this problem.
7918
7919 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
7920
7921commit 0ec7a061fb1c277f6afd73d61dd71bd21e7ef7b2
7922Author: Mike Frysinger <vapier@gentoo.org>
7923Date: Mon Feb 4 17:44:23 2008 -0500
7924
7925 only update version header as needed
7926
7927 Constantly rebuilding the version header will force useless relinking, so we
7928 simply need to compare the new header with the existing one before updating
7929 it.
7930
7931 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7932
7933commit 208447f8e953f347425eb92c8e28d59e6d911363
7934Author: Mike Frysinger <vapier@gentoo.org>
7935Date: Mon Jan 28 05:56:19 2008 -0500
7936
7937 Do not specify a CROSS_COMPILE default when executing size
7938
7939 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7940
7941commit 1f780aa6f17a5d79791d69ec1d2f66d76ac45d8e
7942Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
7943Date: Wed Feb 13 11:19:19 2008 +0100
7944
7945 Fix return value of mtest when CFG_ALT_MEMTEST set
7946
7947 Fix a missing return statement from a non-void function.
7948
7949 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
7950
7951commit 943afa229cf5bf70ef917c7eb6bd0db59a1ba602
7952Author: Timur Tabi <timur@freescale.com>
7953Date: Wed Jan 9 14:35:26 2008 -0600
7954
7955 85xx, 86xx: Determine I2C clock frequencies and store in global_data
7956
7957 Update global_data to define i2c1_clk and i2c2_clk to 85xx and 86xx.
7958
7959 Update the get_clocks() function in 85xx and 86xx to determine the I2C
7960 clock frequency and store it in gd->i2c1_clk and gd->i2c2_clk.
7961
7962 Signed-off-by: Timur Tabi <timur@freescale.com>
7963
7964commit b931b3a9c3bdfaaeaa71e57a6026eec726005b08
7965Author: Wolfgang Denk <wd@denx.de>
7966Date: Thu Feb 14 23:18:01 2008 +0100
7967
7968 TQM834x: clean up configuration
7969
7970 Get board name consistent with Linux and elsewhere;
7971 get rid of local network definitions etc.
7972
7973 Signed-off-by: Wolfgang Denk <wd@denx.de>
7974
7975commit 38cc09c55b1d7f233789052c6fc462e5377669a9
7976Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7977Date: Thu Feb 14 08:02:12 2008 +0100
7978
7979 TFTP: fix search of ':' in BootFile
7980
7981 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7982
7983commit 0bc9efada170096c6b273f19165e32936d330d80
7984Author: Wolfgang Denk <wd@denx.de>
7985Date: Thu Feb 14 22:46:55 2008 +0100
7986
7987 Coding style cleanup; update CHANGELOG.
7988
7989 Signed-off-by: Wolfgang Denk <wd@denx.de>
7990
0bc9efad
WD
7991commit e7670f6c1e52ae6d2a43ff75a8bcfa7a5c86e47b
7992Author: Wolfgang Denk <wd@denx.de>
7993Date: Thu Feb 14 22:43:22 2008 +0100
7994
7995 PPC: Use r2 instead of r29 as global data pointer
7996
7997 R29 was an unlucky choice as with recent toolchains (gcc-4.2.x) gcc
7998 will refuse to use load/store multiple insns; instead, it issues a
7999 list of simple load/store instructions upon function entry and exit,
8000 resulting in bigger code size, which in turn makes the build for a
8001 few boards fail.
8002
8003 Use r2 instead.
8004
8005 Signed-off-by: Wolfgang Denk <wd@denx.de>
8006
8007commit 3c234efa693bc59906c2be55c7918ecbb55392ea
8008Author: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com>
8009Date: Wed Jan 30 09:08:49 2008 +0100
8010
8011 ARM: make the machid configurable via the environment
8012
8013 If the variable "machid" exists, let do_bootm_linux use that instead
8014 of bd->bi_arch_number.
8015
8016