]> git.ipfire.org Git - people/ms/u-boot.git/blame - CHANGELOG
Update CONFIG_PCIAUTO_SKIP_HOST_BRIDGE to related boards
[people/ms/u-boot.git] / CHANGELOG
CommitLineData
5ece9ec9
WD
1commit 5ad862166aa24d62a69aa9c708f6b2f5c0d28fb7
2Author: Sascha Hauer <s.hauer@pengutronix.de>
3Date: Wed Mar 26 20:41:17 2008 +0100
4
5 Phytec Phycore-i.MX31 support
6
7 This patch adds support for the Phytec Phycore-i.MX31 board
8
9 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
10 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
11
12commit caebc95be3b42e5147b5fac7672ac4b2693ef7e1
13Author: Sascha Hauer <s.hauer@pengutronix.de>
14Date: Wed Mar 26 20:41:09 2008 +0100
15
16 mx31 litekit support
17
18 This patch adds support for the mx31 litekit board
19
20 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
21 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
22
23commit cdace0661208754a53019ea0dc7b803a040e0939
24Author: Sascha Hauer <s.hauer@pengutronix.de>
25Date: Wed Mar 26 20:40:49 2008 +0100
26
27 add an i2c driver for mx31
28
29 This patch adds an i2c driver for Freescale i.MX processors
30
31 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
32 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
33
34commit 9b56f4f0306f3940b0aafd823ed6ecfc2d75d6c6
35Author: Sascha Hauer <s.hauer@pengutronix.de>
36Date: Wed Mar 26 20:40:42 2008 +0100
37
38 core support for Freescale mx31
39
40 This patch adds the core support for Freescale mx31
41
42 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
43 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
44
45commit 7ec68862a27c8f6f6d566228de8f6724d964a939
46Author: Wolfgang Denk <wd@denx.de>
47Date: Sun Apr 13 14:19:23 2008 -0700
48
49 Fix compile error
50
51 ...as suggested by Peter Pearse
52
53 Signed-off-by: Wolfgang Denk <wd@denx.de>
54
55commit 5252ed95204bdf55bec5a90ea69860bf2f78c643
56Author: Sascha Hauer <s.hauer@pengutronix.de>
57Date: Wed Mar 26 20:40:36 2008 +0100
58
59 Separate omap24xx specific code from arm1136
60
61 Move omap24xx code to cpu/arm1136/omap24xx, rename include/asm-arm/arch-arm1136
62 to cpu/arm1136/omap24xx.
63
64 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
65 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
66
67commit 1f1d88dd40815332df32982e739f2ddd2da6fe1a
68Author: Mike Frysinger <vapier@gentoo.org>
69Date: Tue Jan 29 18:21:05 2008 -0500
70
71 disable caches before booting an app for Blackfin apps
72
73 It isn't generally save to execute applications outside of U-Boot with caches
74 enabled due to the way the Blackfin processor handles caches (requires
75 software assistance). This patch disables caches before booting an ELF or
76 just booting raw code. The previous discussion on the patch was that we
77 wanted to use weaks instead, but that proved to not be feasible when multiple
78 symbols are involved, which puts us back at the ifdef solution. I've
79 minimized the ugliness by moving the setup step outside of the main function.
80
81 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
82
83commit e6dfed705efa44ebf00d21bb1588c6ccc8f3ad32
84Author: Wolfgang Denk <wd@denx.de>
85Date: Sun Apr 13 10:03:54 2008 -0700
86
87 ppc: Get rid of unused machine type definitions
88
89 Signed-off-by: Wolfgang Denk <wd@denx.de>
90
91commit 1aeed8d71acb3290cf2446f316d6ba437e7881c4
92Author: Wolfgang Denk <wd@denx.de>
93Date: Sun Apr 13 09:59:26 2008 -0700
94
95 Coding Style cleanup; update CHANGELOG
96
97 Signed-off-by: Wolfgang Denk <wd@denx.de>
98
1aeed8d7
WD
99commit 7754f33c6fb7a2c050388d20bf3847038558bdcf
100Author: Larry Johnson <lrj@acm.org>
101Date: Thu Feb 21 13:58:11 2008 -0500
102
103 LM73 bug fix for negative temperatures and cleanup
104
105 When the LM73 temperature sensor measures a temperature below 0 C, the
106 current driver does not perform sign extension, so the result returned is
107 512 C too high. This patch fixes the problem, and does general cleanup
108 of the code.
109
110 Signed-off-by: Larry Johnson <lrj@acm.org>
111
112commit 96ef831f713289afba19da0c8f905e99da2b23e0
113Author: Guennadi Liakhovetski <lg@denx.de>
114Date: Thu Apr 3 13:36:02 2008 +0200
115
116 cfi_flash: Support buffered writes on non-standard Spansion NOR flash
117
118 Some NOR flash chip from Spansion, for example, the s29ws-n MirrorBit
119 series require different addresses for buffered write commands. Define a
120 configuration option to support buffered writes on those chips. A more
121 elegant solution would be to automatically detect those chips by parsing
122 their CFI records, but that would require introduction of a fixup table
123 into the cfi_flash driver.
124
125 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
126
127commit 3f9c542d3d69b1a10a5e193e779133a0454d1f44
128Author: Lee Nipper <lee.nipper@freescale.com>
129Date: Thu Apr 10 09:35:06 2008 -0500
130
131 mpc83xx: Update DIMM data bus width test to support 40-bit width
132
133 32-bit wide ECC memory modules report 40-bit width.
134 Changed the DIMM data bus width test to 'less than 64' instead of 'equal 32'.
135
136 Signed-off-by: Lee Nipper <lee.nipper@freescale.com>
137 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
138
139commit 5fb5a689d822ca61e814bd523fc930af335242fa
140Author: Dave Liu <r63238@freescale.com>
141Date: Mon Mar 31 17:05:12 2008 +0800
142
143 mpc83xx: Fix the bug of serdes initialization
144
145 Currently the serdes will not be initializated due to the
146 partid's error.
147
148 Signed-off-by: Dave Liu <daveliu@freescale.com>
149 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
150
151commit 2000784818f043db7ca60e2846a72d097766b894
152Author: Dave Liu <r63238@freescale.com>
153Date: Thu Apr 3 16:28:29 2008 +0800
154
155 mpc83xx: Fix the SATA clock setting of 837x targets
156
157 Currently the SATA controller clock is configured as CSB clock,
158 usually the CSB clock is 400/333/266MHz.
159
160 However, The SATA IP block is only guaranteed to operate up to
161 200 MHz as stated in the HW spec.
162
163 The bug is reported by Joe D'Abbraccio <ljd015@freescale.com>
164
165 This patch makes the SATA clock as half of CSB clock.
166
167 Signed-off-by: Dave Liu <daveliu@freescale.com>
168 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
169
170commit 1ac4f320bf0b593aa0a741f2d649a8ece8838672
171Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
172Date: Wed Apr 2 13:41:21 2008 +0200
173
174 mpc837xerdb: Fix warning: implicit declaration of function 'fdt_fixup_dr_usb'
175
176 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
177 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
178
179commit 97b3ecb575a92fa34c1765229dbc06f2b662f139
180Author: Kumar Gala <galak@kernel.crashing.org>
181Date: Wed Apr 9 04:20:57 2008 -0500
182
183 85xx: Fix detection of MP cpu spin up
184
185 We were looking at the wrong memory offset to determine of a secondary
186 cpu had been spun up or not. Also added a warning message if the
187 all the secondary cpus we expect don't spin up.
188
189 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
190
191commit f3e04bdc3f360c66801a9048956e61e41a16edba
192Author: Kumar Gala <galak@kernel.crashing.org>
193Date: Tue Apr 8 10:45:50 2008 -0500
194
195 85xx: Use SVR_SOC_VER instead of SVR_VER
196
197 The recent change introduced by 'Update SVR numbers to expand support'
198 now requires that we use SVR_SOC_VER instead of SVR_VER if we want
199 to compare against a particular processor id.
200
201 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
202
203commit 5b2052e5f5fcce5dbd4d2750a29c0e45bce806e7
204Author: Eugene O'Brien <eugene.obrien@advantechamt.com>
205Date: Fri Apr 11 10:00:35 2008 -0400
206
207 ppc4xx: Fix power mgt definitions for PPC440
208
209 Corrected DCR addresses of PPC440EP power management registers.
210
211 Signed-off-by: Eugene O'Brien <eugene.obrien@advantechamt.com>
212
213commit 950a392464e616b4590bc4501be46e2d7d162dea
214Author: Wolfgang Denk <wd@denx.de>
215Date: Fri Apr 11 15:11:26 2008 +0200
216
217 Revert merge of git://www.denx.de/git/u-boot-arm, commit 62479b18:
218
219 Reverting became necessary after it turned out that the patches in
220 the u-boot-arm repo were modified, and in some cases corrupted.
221
222 This reverts the following commits:
223
224 066bebd6353e33af3adefc3404560871699e9961
225 7a837b7310166ae8fc8b8d66d7ef01b60a80f9d6
226 c88ae20580b2b01487b4cdcc8b2a113f551aee36
227 a147e56f03871bba4f05058d5e04ce7deb010b04
228 d6674e0e2a6a1f033945f78838566210d3f28c95
229 8c8463cce44d849e37744749b32d38e1dfb12e50
230 c98b47ad24b2d91f41c09a3d62d7f70ad84f4b7d
231 8bf69d81782619187933a605f1a95ee1d069478d
232 8c16cb0d3b971f46fbe77c072664c0f2dcd4471d
233 a574a73852a527779234e73e17e7597fd8128882
234 1377b5583a48021d983e1fd565f7d40c89e84d63
235 1704dc20917b4f71e373e2c888497ee666d40380
236
237 Signed-off-by: Wolfgang Denk <wd@denx.de>
238
239commit 64e541f4c1b413dd84c7e409f5c2bf328db2ac13
240Author: Stefan Roese <sr@denx.de>
241Date: Fri Apr 11 07:02:29 2008 +0200
242
243 ppc4xx: Update Kilauea defconfig to use device-tree booting as default
244
245 This patch reworks the default environment on Kilauea/Haleakala. Now
246 "net_nfs" for exmaple uses the device-tree style booting formerly know
247 as "net_nfs_fdt". Also the addresses in RAM were changed because of the
248 new image booting support, which check for image overwriting. So the
249 addresses needed togeet adjusted.
250
251 Signed-off-by: Stefan Roese <sr@denx.de>
252
253commit 756f5dacda3810b094b94bcceffd3ce6c7ff9a28
254Author: Stefan Roese <sr@denx.de>
255Date: Wed Apr 9 11:58:02 2008 +0200
256
257 ppc4xx: Fix Canyonlands default environment to work with new image support
258
259 Since the new image support checks for image overwriting, the default
260 environment needs to get adjusted to use correct addresses.
261
262 Signed-off-by: Stefan Roese <sr@denx.de>
263
264commit dfc6c7b647dba7ab86749616f0e9e5740deed422
265Author: Stefan Roese <sr@denx.de>
266Date: Wed Apr 9 11:54:11 2008 +0200
267
268 ppc: Revert patch 70431e8a that used _start instead of CFG_MONITOR_BASE
269
270 The patch 70431e8a7393b6b793f77957f95b999fc9a269b8 (Make MPC83xx one step
271 closer to full relocation.) doesn't use CFG_MONITOR_BASE anymore. But
272 on 4xx systems _start currently cannot be used for this calculation.
273 So revert back to the original version for now.
274
275 Signed-off-by: Stefan Roese <sr@denx.de>
276
277commit f91374f65eae8b42cac329e06ba1c54728278efb
278Author: Michal Simek <monstr@monstr.eu>
279Date: Fri Mar 28 12:49:52 2008 +0100
280
281 microblaze: Sort microblaze boards in MAKEALL script
282
283commit 62032deb7214c6d9b4396297e2aaa559bc2f8495
284Author: Michal Simek <monstr@monstr.eu>
285Date: Fri Mar 28 11:58:45 2008 +0100
286
287 microblaze: clean microblaze_config.mk
288
289 FLAGS are generated by U-BOOT generator.
290 Board specific FLAGS are in board directory
291
292 Signed-off-by: Michal Simek <monstr@monstr.eu>
293
294commit cf5c679ca04a6b54bf53a55b8b9c29335b387287
295Author: Michal Simek <monstr@monstr.eu>
296Date: Fri Mar 28 12:47:19 2008 +0100
297
298 microblaze: xupv2p fix config file for supporting FDT
299
300commit 188dc16b189143573b1ed90e584bf866d75cdd12
301Author: Michal Simek <monstr@monstr.eu>
302Date: Fri Mar 28 11:53:02 2008 +0100
303
304 microblaze: ml401 fix config file for supporting FDT
305
306 Signed-off-by: Michal Simek <monstr@monstr.eu>
307
308commit 4c6a6f02e239236261333759997eeaf86b30b54c
309Author: Michal Simek <monstr@monstr.eu>
310Date: Fri Mar 28 11:22:48 2008 +0100
311
312 microblaze: ml401 - add ifdef for GPIO
313
314 Signed-off-by: Michal Simek <monstr@monstr.eu>
315
316commit af7ae1a411c67ee9d17a66d17ce50b374f3dd4e7
317Author: Michal Simek <monstr@monstr.eu>
318Date: Fri Mar 28 12:13:03 2008 +0100
319
320 microblaze: clean uart16550 and uartlite handling
321
322 Signed-off-by: Michal Simek <monstr@monstr.eu>
323
324commit 0b20f250877441460fb79d72192954abe8498834
325Author: Michal Simek <monstr@monstr.eu>
326Date: Fri Mar 28 11:08:31 2008 +0100
327
328 microblaze: Add Emaclite driver to Makefile
329
330 Signed-off-by: Michal Simek <monstr@monstr.eu>
331
332commit 868cde5310f88234b774878e4f06e79df10a88b3
333Author: Michal Simek <monstr@monstr.eu>
334Date: Fri Mar 28 11:08:01 2008 +0100
335
336 microblaze: Add Emac driver to Makefile
337
338 Signed-off-by: Michal Simek <monstr@monstr.eu>
339
340commit 6f961b4f461f6cbb83a467d468a02e6078c2b327
341Author: Michal Simek <monstr@monstr.eu>
342Date: Fri Mar 28 12:42:29 2008 +0100
343
344 microblaze: add Emac ethernet driver
345
346commit 89c53891b18cbafd29ab8931b40e27ad231b6085
347Author: Michal Simek <monstr@monstr.eu>
348Date: Fri Mar 28 12:41:56 2008 +0100
349
350 microblaze: add Emaclite ethernet driver
351
352commit e5845e21224dbe2fe47b11f1cdf95de7f84be7cb
353Author: Michal Simek <monstr@monstr.eu>
354Date: Fri Mar 28 11:04:01 2008 +0100
355
356 microblaze: ML401 and XUPV2P remove emac and emaclite reference
357
358 Signed-off-by: Michal Simek <monstr@monstr.eu>
359
360commit 6bf3e982aefdb1daf9f5462d482c8f9d1cc90a57
361Author: Michal Simek <monstr@monstr.eu>
362Date: Fri Mar 28 10:59:32 2008 +0100
363
364 microblaze: remove old setting for emac driver
365
366 Signed-off-by: Michal Simek <monstr@monstr.eu>
367
368commit cd2b75efb9cc037c74ecee9b3586f9bf9e1d4e57
369Author: Michal Simek <monstr@monstr.eu>
370Date: Fri Mar 28 10:58:15 2008 +0100
371
372 microblaze: Clean Makefile from ancient emac driver
373
374 Signed-off-by: Michal Simek <monstr@monstr.eu>
375
376commit ab68f921d9c741830f721c3d879c13a0c5597183
377Author: Daniel Hellstrom <daniel@gaisler.com>
378Date: Fri Mar 28 10:20:43 2008 +0100
379
380 SPARC/LEON2: added support for Gaisler simulator GRSIM/TSIM for SPARC/LEON2 targets. See www.gaisler.com for information.
381
382 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
383
384commit 6ed8a43a19bb0275501bc286007daafa923552cf
385Author: Daniel Hellstrom <daniel@gaisler.com>
386Date: Wed Mar 26 23:38:48 2008 +0100
387
388 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.
389
390 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
391
392commit 6940383d9ec1bfe2f13e339e6f723e8d34af2b12
393Author: Daniel Hellstrom <daniel@gaisler.com>
394Date: Wed Mar 26 23:34:47 2008 +0100
395
396 SPARC/LEON3: added support for Altera NIOS Development kit (STRATIX II Edition) with GRLIB template design. See www.gaisler.com for information.
397
398 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
399
400commit 823edd8a66ed50af5aaba0c79567f67061e4d79a
401Author: Daniel Hellstrom <daniel@gaisler.com>
402Date: Fri Mar 28 10:06:52 2008 +0100
403
404 SPARC/LEON3: added support for Gaisler GRSIM/TSIM2 SPARC/LEON3 simulatorn. See www.gaisler.com for information.
405
406 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
407
408commit 71d7e4c0489e5ed8fc69382236aaa2a1e510c135
409Author: Daniel Hellstrom <daniel@gaisler.com>
410Date: Wed Mar 26 23:26:48 2008 +0100
411
412 SPARC/LEON3: added support for GR-XC3S-1500 board with GRLIB template design. See www.gaisler.com for board information.
413
414 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
415
416commit b330990c2f36ee4a8bb318360e1c8ba965269ab6
417Author: Daniel Hellstrom <daniel@gaisler.com>
418Date: Fri Mar 28 10:00:33 2008 +0100
419
420 SPARC: Added support for SPARC LEON2 SOC Processor.
421
422 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
423
424commit 2a2fa797e63b1e3cd4d570318ca5fbf8723ef53a
425Author: Daniel Hellstrom <daniel@gaisler.com>
426Date: Wed Mar 26 23:00:38 2008 +0100
427
428 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.
429
430 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
431
432commit 1e9a164e22976933002c5e4b0b79b09fcede9cd4
433Author: Daniel Hellstrom <daniel@gaisler.com>
434Date: Wed Mar 26 22:51:29 2008 +0100
435
436 SPARC: Added support for SPARC LEON3 SOC processor.
437
438 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
439
440commit bf3d8b31169546fcddb4737391e1893fb12d033a
441Author: Daniel Hellstrom <daniel@gaisler.com>
442Date: Fri Mar 28 08:29:26 2008 +0100
443
444 SPARC: added SPARC support for new uimage in common code.
445
446 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
447
448commit 00ab32c85405a4fe65fd4128243086210fc90a21
449Author: Daniel Hellstrom <daniel@gaisler.com>
450Date: Wed Mar 26 22:36:03 2008 +0100
451
452 SPARC: added SPARC board information to the command bdinfo.
453
454 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
455
456commit c2f02da21a3f37f0878554eebc785e04fdc4e128
457Author: Daniel Hellstrom <daniel@gaisler.com>
458Date: Fri Mar 28 09:47:00 2008 +0100
459
460 SPARC: Added generic support for SPARC architecture.
461
462 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
463
464commit e54ec0f016803e4d9524ff71f7971bda0c51b287
465Author: Stefan Roese <sr@denx.de>
466Date: Thu Apr 3 14:50:34 2008 +0200
467
468 ppc4xx: Fix 4xx enet driver to support 460GT EMAC2+3
469
470 This patch fixes a problem with the RGMII setup of the 460GT. The 460GT
471 has 2 RGMII instances and we need to configure the 2nd RGMII instance
472 for the EMAC2+3 channels.
473
474 Signed-off-by: Stefan Roese <sr@denx.de>
475
476commit c2a545ce33b26d80337f80b533828839249fb1c9
477Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
478Date: Wed Apr 2 08:03:56 2008 +0200
479
480 MPC8xx: Fix libfdt support introduced in commit 77ff7b74
481
482 fdt.c: In function 'ft_cpu_setup':
483 fdt.c:33: warning: implicit declaration of function 'do_fixup_by_prop_u32'
484 fdt.c:39: warning: implicit declaration of function 'do_fixup_by_compat_u32'
485 fdt.c:43: warning: implicit declaration of function 'fdt_fixup_ethernet'
486 fdt.c:45: warning: implicit declaration of function 'fdt_fixup_memory'
487
488 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
489
490commit 4abd844d8eb108736e1cf8fbf3dbf61f2d5fc11b
491Author: Andy Fleming <afleming@freescale.com>
492Date: Mon Mar 31 20:45:56 2008 -0500
493
494 Fix fdt set command to conform to dts spec
495
496 The fdt set command was treating properties specified as <00> and <0011>
497 as byte streams, rather than as an array of cells. As we already have
498 syntax for expressing the desire for a stream of bytes ([ xx xx ...]),
499 we should use the <> syntax to describe arrays of cells, which are always
500 32-bits per element. If we imagine this likely (IMHO) scenario:
501
502 > fdt set /ethernet-phy@1 reg <1>
503
504 With the old code, this would create a bad fdt, since the reg cell would be
505 made to be one byte in length. But the cell must be 4 bytes, so this would
506 break mysteriously.
507
508 Also, the dts spec calls for constants inside the angle brackets (<>)
509 to conform to C constant standards as they pertain to base.
510 Take this scenario:
511
512 > fdt set /ethernet@f00 reg <0xe250000\ 0x1000>
513
514 The old fdt command would complain that it couldn't parse that. Or, if you
515 wanted to specify that a certain clock ran at 33 MHz, you'd be required to
516 do this:
517
518 > fdt set /mydev clock <1f78a40>
519
520 Whereas the new code will accept decimal numbers.
521
522 While I was in there, I extended the fdt command parser to handle property
523 strings which are split across multiple arguments:
524
525 > fdt set /ethernet@f00 interrupts < 33 2 34 2 36 2 >
526 > fdt p /ethernet@f00
527 ethernet@f00 {
528 interrupts = <0x21 0x2 0x22 0x2 0x24 0x2>;
529 };
530
531 Lastly, the fdt print code was rearranged slightly to print arrays of cells
532 if the length of the property is a multiple of 4 bytes, and to not print
533 leading zeros.
534
535 Signed-off-by: Andy Fleming <afleming@freescale.com>
536
537commit 1c2926abdd7db89296a8cc7f224dd9d5d4e37a56
538Author: Stefan Roese <sr@denx.de>
539Date: Wed Apr 2 08:39:33 2008 +0200
540
541 ppc4xx: Canyonlands: Init SATA/PCIe port correctly
542
543 Canyonlands (460EX) shares the first PCIe interface with the SoC SATA
544 interface. This usage can be configured with the jumper J6. This patch
545 correctly configures the SATA/PCIe PHY for SATA usage when this jumper
546 is installed.
547
548 Signed-off-by: Stefan Roese <sr@denx.de>
549
550commit 6fe2946f198481254a6ee9600d7456b8316a4083
551Author: Kim Phillips <kim.phillips@freescale.com>
552Date: Fri Mar 28 17:37:49 2008 -0500
553
554 remove remaining CONFIG_OF_HAS_{UBOOT_ENV,BD_T} code
555
556 finish off what commit 43ddd9c820fec44816188f53346b464e20b3142d,
557 "Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T"
558 started.
559
560 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
561
562commit b5873f1732b92a25690e1513b90dfb0d644f6697
563Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
564Date: Tue Apr 1 07:30:51 2008 +0200
565
566 dataflash: Move CONFIG_HAS_DATAFLASH to Makefile
567
568 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
569
570commit 2d934ea51f276522b532f870a820e844ff480b5b
571Author: Tor Krill <tor@excito.com>
572Date: Fri Mar 28 15:29:45 2008 +0100
573
574 Add Vitesse 8601 support to TSEC driver
575
576 Add phy_info for Vitesse VSC8601.
577 Add config option, CFG_VSC8601_SKEWFIX, to enable RGMII skew timing compensation.
578
579 Signed-off-by: Tor Krill <tor@excito.com>
580 Reviewed-by: Kim Phillips <kim.phillips@freescale.com>
581 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
582
583commit 3eac6402a508b0f68a21cc9cbc2cc49347de0c31
584Author: Daniel Hellstrom <daniel@gaisler.com>
585Date: Mon Mar 31 14:25:00 2008 +0000
586
587 SPARC: added SMC91111 driver in and out macros for LEON processors.
588
589 This patch makes SPARC/LEON processors able to read and write
590 to the SMC91111 chip using the chip external I/O bus of the memory
591 controller. This patchs defines the standard in and out macros
592 expected by the SMC9111 driver.
593
594 To access that I/O bus one must set up the memory controller
595 (MCTRL or FTMCTRL) correctly. It is assumed that the user sets
596 up this correctly when the other MCTRL parameters are set up. It
597 can be set up from the board configuration header file.
598
599 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
600 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
601
602commit 3ca7c558eba36332556bc470d45e2f5d42bd0ca6
603Author: Stelian Pop <stelian@popies.net>
604Date: Wed Mar 26 18:52:34 2008 +0100
605
606 Add maintainership information for AT91CAP9ADK and AT91SAM9260EK boards
607
608 Signed-off-by: Stelian Pop <stelian@popies.net>
609
610commit 4e03dde84dd2c91e327cdc23ae119d432559a7a3
611Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
612Date: Mon Mar 31 21:31:04 2008 +0200
613
614 AT91SAM9260EK: Move CONFIG_CMD_NAND to Makefile
615
616 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
617
618commit 0176d43e759a6e00cacc85eff26fd60f74b4f6b7
619Author: Stelian Pop <stelian@popies.net>
620Date: Wed Mar 26 18:52:33 2008 +0100
621
622 Add support for AT91SAM9260EK
623
624 Support for booting from internal DataFlash, external DataFlash card
625 or NAND flash is available.
626
627 Signed-off-by: Stelian Pop <stelian@popies.net>
628
629commit 1762f13b4aab88b685b1722f17dada247945624b
630Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
631Date: Mon Mar 31 21:20:49 2008 +0200
632
633 AT91SAM9: Move CONFIG_HAS_DATAFLASH to Makefile
634
635 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
636
637commit 761712188b353494defb2b644491ff73d0daaa6f
638Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
639Date: Mon Mar 31 21:12:17 2008 +0200
640
641 AT91CAP9ADK: Move CONFIG_CMD_NAND to Makefile
642
643 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
644
645commit 983c1db04c1dd0f92e02f06d29f0c65a3d9a2687
646Author: Stelian Pop <stelian@popies.net>
647Date: Wed Mar 26 20:52:32 2008 +0100
648
649 Port AT91CAP9 to the new headers
650
651 Adapt the existing AT91CAP9 code to the new headers and APIs.
652
653 Signed-off-by: Stelian Pop <stelian@popies.net>
654
655commit 177e8a5ac81bbc531a1d54abdb47f2860266c3aa
656Author: Stelian Pop <stelian@popies.net>
657Date: Wed Mar 26 19:52:31 2008 +0100
658
659 Finish header files reworking
660
661 Replace AT91CAP9.h file with several splitted header files coming
662 from the Linux kernel.
663
664 This is part 2 of the replacement: more header imports and edits.
665
666 Signed-off-by: Stelian Pop <stelian@popies.net>
667
668commit 6d1dbbbf9fdf727384002e553e615c15d8b967f4
669Author: Stelian Pop <stelian@popies.net>
670Date: Wed Mar 26 19:52:30 2008 +0100
671
672 Import several header files from Linux
673
674 Replace AT91CAP9.h file with several splitted header files coming
675 from the Linux kernel.
676
677 This is part 1 of the replacement: pristine header files import.
678
679 Signed-off-by: Stelian Pop <stelian@popies.net>
680
681commit a8a78f2d99dc1bd30dc3595da118539b506c6118
682Author: Stelian Pop <stelian@popies.net>
683Date: Wed Mar 26 20:52:28 2008 +0100
684
685 Move at91cap9 specific files to at91sam9 directory
686
687 AT91CAP9 and AT91SAM9 SoCs are very close hardware wise, so a
688 common infrastructure can be used. Let this infrastructure be
689 named after the AT91SAM9 family, and move the existing AT91CAP9
690 files to the new place.
691
692 Signed-off-by: Stelian Pop <stelian@popies.net>
693
694commit 61106a565870ff503f92b251b94bd7afef889a04
695Author: Stelian Pop <stelian@popies.net>
696Date: Wed Mar 26 21:52:27 2008 +0100
697
698 Use timer_init() instead of board supplied interrupt_init()
699
700 The timer on AT91CAP9/AT91SAM9 is supplied by the SoC, and not by
701 the board, so use timer_init() instead of interrupt_init().
702
703 Signed-off-by: Stelian Pop <stelian@popies.net>
704
705commit 5604e2178c5218fbfdba2e4293ca7652e829ac25
706Author: Stelian Pop <stelian@popies.net>
707Date: Wed Mar 26 21:52:36 2008 +0100
708
709 Cleanup DataFlash partition handling
710
711 DataFlash partition information has become a mess. This patch
712 defines a single partition scheme for Atmel DataFlashes. This partition
713 scheme will be used by all AT91CAP9 and AT91SAM9 boards.
714
715 Signed-off-by: Stelian Pop <stelian@popies.net>
716
717commit 9b46432fc65ce0f0826b32e4f15c15b33ccb8d42
718Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
719Date: Fri Mar 28 08:47:45 2008 -0500
720
721 ColdFire: Fix alignment issue after CONFIG_IDENT_STRING in start.S
722
723 When the version_string function in start.S is not 4-byte align,
724 it will cause the compiler generates "unaligned opcodes detected
725 in executable segment". This issue affects all ColdFire CPUs.
726 By adding .align 4 after CONFIG_IDENT_STRING, it will pad 0's if
727 it is not aligned.
728
729 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
730 Acked-by: John Rigby <jrigby@freescale.com>
731
732commit bae61eefe15b4d454060a7140e49ae58322be803
733Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
734Date: Tue Mar 25 15:41:15 2008 -0500
735
736 ColdFire: Add dspi and serial flash support for MCF5445x
737
738 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
739 Acked-by: John Rigby <jrigby@freescale.com>
740
741commit 48ead7a7a922fceaf494e352abfab8216a41b417
742Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
743Date: Tue Mar 18 17:37:01 2008 -0500
744
745 ColdFire: Remove R5200 board
746
747 This board never went into production
748
749 Signed-off-by: Zachary P. Landau <zachary.landau@labxtechnologies.com>
750 Acked-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
751 Acked-by: John Rigby <jrigby@freescale.com>
752
753commit 545c8e0a7cd3ca9d3846668f69b0d201250abea8
754Author: Matthew Fettke <[matthew.fettke@gmail.com]>
755Date: Thu Jan 24 14:02:32 2008 -0600
756
757 ColdFire: Added M5275EVB support.
758
759 Signed-off-by: Matthew Fettke <mfettke@videon-central.com>
760 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
761 Acked-by: John Rigby <jrigby@freescale.com>
762
763commit f71d9d91a2cd9c30b2b6369f15c1a46c11537c2b
764Author: Matthew Fettke <[matthew.fettke@gmail.com]>
765Date: Mon Feb 4 15:38:20 2008 -0600
766
767 ColdFire: Added MCF5275 cpu support.
768
769 Signed-off-by: Matthew Fettke <mfettke@videon-central.com>
770 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
771 Acked-by: John Rigby <jrigby@freescale.com>
772
773commit 44e5b9edab077aba6e9b849afa4b7fbd8fd7b02b
774Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
775Date: Mon Mar 17 12:14:11 2008 -0500
776
777 ColdFire: Define bootdelay in configuration file for M52277EVB
778
779 Signed-off-by: Matt Wadel <Matt.Waddel@freescale.com>
780 Acked-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
781 Acked-by: John Rigby <jrigby@freescale.com>
782
783commit 77878f16cedee17161ff2336990970fffc6cea35
784Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
785Date: Mon Mar 17 12:09:07 2008 -0500
786
787 ColdFire: Fix second memory Chipselect for M5475EVB
788
789 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
790 Acked-by: John Rigby <jrigby@freescale.com>
791
792commit 43d60642395a550956cb21d287c8cfa563913d28
793Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
794Date: Thu Mar 13 14:26:32 2008 -0500
795
796 ColdFire: Update correct FLASHBAR and RAMBAR1 for MCF5282
797
798 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
799 Acked-by: John Rigby <jrigby@freescale.com>
800
801commit eb14ebe813a0cb5d47905228da446a5ad692473b
802Author: Larry Johnson <lrj@acm.org>
803Date: Sun Mar 30 20:33:04 2008 -0500
804
805 ppc4xx: Add CFG_MEM_TOP_HIDE to Denali SPD-based SDRAM setup
806
807 Signed-off-by: Larry Johnson <lrj@acm.org>
808
809commit 02e3892021112f21067d9ed1d04ae4182725ba52
810Author: Stefan Roese <sr@denx.de>
811Date: Mon Mar 31 12:20:48 2008 +0200
812
813 ppc4xx: Small whitespace fix of esd patches
814
815 Signed-off-by: Stefan Roese <sr@denx.de>
816
817commit 034394abb524785047c815f00dde8cdbdc1593c5
818Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
819Date: Sun Mar 30 18:52:44 2008 +0200
820
821 ppc4xx: Cleanup PMC440 board support
822
823 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
824
825commit a6cc6c37188d85c25d167a4515da86f48d9a583e
826Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
827Date: Sun Mar 30 18:52:06 2008 +0200
828
829 ppc4xx: Add ptm configuration variables for PMC440
830
831 Add support for the ptm1la, ptm1ms, ptm2la and ptm2ms
832 environment variables.
833
834 Cleanup pci_target_init.
835
836 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
837
838commit 7c91f51a2fe296909147f1646a1412729dd10b1d
839Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
840Date: Sun Mar 30 18:01:15 2008 +0200
841
842 ppc4xx: Minor updates for DU440 boards
843
844 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
845
846commit d5bffeb868d6b4d462f558dac43011027b6644b7
847Author: Mike Frysinger <vapier@gentoo.org>
848Date: Tue Feb 19 00:54:20 2008 -0500
849
850 Blackfin: cleanup and overhaul common board init functions
851
852 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
853
854commit b86b3416f874358acaf07519e7620cdb2145f75b
855Author: Mike Frysinger <vapier@gentoo.org>
856Date: Tue Feb 19 00:50:58 2008 -0500
857
858 Blackfin: cleanup lib_blackfin/cache.c
859
860 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
861
862commit 9171fc81722c20fdb5a829a58b17c9eaadd5fb44
863Author: Mike Frysinger <vapier@gentoo.org>
864Date: Sun Mar 30 15:46:13 2008 -0400
865
866 Blackfin: unify cpu and boot modes
867
868 All of the duplicated code for Blackfin processors and boot modes have been
869 unified. After all, the core is the same for all processors, just the
870 peripheral set differs (which gets handled in the drivers).
871
872 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
873
874commit 880cc4381ea8360248cddcdf87a64566745a5724
875Author: Stelian Pop <stelian@popies.net>
876Date: Wed Mar 26 22:52:35 2008 +0100
877
878 Fix CFG_NO_FLASH compilation.
879
880 Many Atmel boards have no "real" (NOR) flash on board, and rely only
881 on DataFlash and NAND memories. This patch enables CFG_NO_FLASH to
882 be present in a board configuration file, while still enabling flash
883 commands like 'flinfo', 'protect', etc.
884
885 Signed-off-by: Stelian Pop <stelian@popies.net>
886
887commit 9ce7e53abd039decea1af67aec81bbd5df7a2593
888Author: Mike Frysinger <vapier@gentoo.org>
889Date: Tue Feb 19 00:58:13 2008 -0500
890
891 Blackfin: BF537-stamp: cleanup spi flash driver
892
893 This punts the old spi flash driver for a new/generalized one until the
894 common one can be integrated.
895
896 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
897
898commit bb8e3cf25bc0b04936c0c1a075985dd8700a244b
899Author: Ben Warren <biggerbadderben@gmail.com>
900Date: Sun Mar 30 11:34:34 2008 -0400
901
902 Fix macro typo in common/cmd_mii.c
903
904 This typo was introduced in commit 233a8bcd94997f3f345833a3b82e836222f2a206. I
905 actually applied the wrong patch.
906
907 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
908
909commit f1b985f2d724ccaa4d3def07917f0caaf18fa77d
910Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
911Date: Sun Mar 30 16:39:53 2008 +0200
912
913 use correct at91rm9200 register name in m501sk board
914
915 This fixes a naming bug for at91rm9200 lowlevel init code:
916 NOR boot flash is on chipselect 0, not chipselect 2. This
917 makes code use the register name from chip datasheets.
918
919 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
920
921commit 480ed1dea103a1c8f4591afc77d2de3c7868d983
922Author: David Brownell <david-b@pacbell.net>
923Date: Fri Jan 18 12:55:00 2008 -0800
924
925 use correct at91rm9200 register name
926
927 This fixes a naming bug for at91rm9200 lowlevel init code:
928 NOR boot flash is on chipselect 0, not chipselect 2. This
929 makes code use the register name from chip datasheets.
930
931 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
932
933commit a3543d6dc52b0ba9c64016687cf32d600b31a476
934Author: David Brownell <david-b@pacbell.net>
935Date: Fri Jan 18 12:45:45 2008 -0800
936
937 add missing ARM boards to MAKEALL
938
939 Add some missing ARM boards to MAKEALL. These build correctly,
940 unlike several of the boards already listed.
941
942 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
943
944commit 066bebd6353e33af3adefc3404560871699e9961
945Author: Peter Pearse <peter.pearse@arm.com>
946Date: Sun Mar 30 11:34:09 2008 +0100
947
948 Bracket READ_TIMER macro in cpu/arm1136/omap24xx/interrupts.c
949 to prevent compilation error.
950
951 Signed-off-by: Peter Pearse <peter.pearse@arm.com>
952
953commit 7a837b7310166ae8fc8b8d66d7ef01b60a80f9d6
954Author: Guennadi Liakhovetski <[lg@denx.de]>
955Date: Sun Mar 30 11:32:30 2008 +0100
956
957 Support for the MX31ADS evaluation board from Freescale
958
959 This patch adds support for the MX31ADS evaluation board from Freescale,
960 initialization code is copied from RedBoot sources, also provided by Freescale.
961
962 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
963
964commit c88ae20580b2b01487b4cdcc8b2a113f551aee36
965Author: Sascha Hauer <s.hauer@pengutronix.de>
966Date: Sun Mar 30 11:32:27 2008 +0100
967
968 Phytec Phycore-i.MX31 support
969
970 This patch adds support for the Phytec Phycore-i.MX31 board
971
972 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
973 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
974
975commit a147e56f03871bba4f05058d5e04ce7deb010b04
976Author: Sascha Hauer <s.hauer@pengutronix.de>
977Date: Sun Mar 30 11:32:24 2008 +0100
978
979 mx31 litekit support
980
981 This patch adds support for the mx31 litekit board
982
983 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
984 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
985
986commit d6674e0e2a6a1f033945f78838566210d3f28c95
987Author: Sascha Hauer <s.hauer@pengutronix.de>
988Date: Sun Mar 30 11:32:21 2008 +0100
989
990 add SMSC LAN9x1x Network driver
991
992 This patch adds a driver for the following smsc network controllers:
993 LAN9115
994 LAN9116
995 LAN9117
996 LAN9215
997 LAN9216
998 LAN9217
999
1000 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1001 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
1002
1003commit 8c8463cce44d849e37744749b32d38e1dfb12e50
1004Author: Sascha Hauer <s.hauer@pengutronix.de>
1005Date: Sun Mar 30 11:32:16 2008 +0100
1006
1007 add an i2c driver for mx31
1008
1009 This patch adds an i2c driver for Freescale i.MX processors
1010
1011 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1012 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
1013
1014commit c98b47ad24b2d91f41c09a3d62d7f70ad84f4b7d
1015Author: Sascha Hauer <s.hauer@pengutronix.de>
1016Date: Sun Mar 30 11:30:43 2008 +0100
1017
1018 core support for Freescale mx31
1019
1020 This patch adds the core support for Freescale mx31
1021
1022 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1023 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
1024
1025commit 8bf69d81782619187933a605f1a95ee1d069478d
1026Author: Sascha Hauer <s.hauer@pengutronix.de>
1027Date: Sun Mar 30 11:28:46 2008 +0100
1028
1029 Separate omap24xx specific code from arm1136
1030
1031 Move omap24xx code to cpu/arm1136/omap24xx, rename include/asm-arm/arch-arm1136 to cpu/arm1136/omap24xx.
1032
1033 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1034 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
1035
1036commit 8c16cb0d3b971f46fbe77c072664c0f2dcd4471d
1037Author: Peter Pearse <peter.pearse@arm.com>
1038Date: Sun Mar 30 11:23:05 2008 +0100
1039
1040 Add pmdra into MAKEALL
1041
1042 Signed-off-by: Peter Pearse <peter.pearse@arm.com>
1043
1044commit a574a73852a527779234e73e17e7597fd8128882
1045Author: Pieter Voorthuijsen <[pieter.voorthuijsen@Prodrive.nl]>
1046Date: Sun Mar 30 11:21:58 2008 +0100
1047
1048 Adds support for the Prodrive PMDRA board, based on a DM6441
1049
1050 Signed-off-by: Pieter Voorthuijsen <pv@prodrive.nl>
1051
1052commit 1377b5583a48021d983e1fd565f7d40c89e84d63
1053Author: Pieter Voorthuijsen <[pieter.voorthuijsen@Prodrive.nl]>
1054Date: Sun Mar 30 11:11:34 2008 +0100
1055
1056 Removes all board specific code from the arch. part for DM644x (DaVinci) boards
1057
1058 Signed-off-by: Pieter Voorthuijsen <pv@prodrive.nl>
1059
1060commit 1704dc20917b4f71e373e2c888497ee666d40380
1061Author: Dirk Behme <dirk.behme@gmail.com>
1062Date: Sun Mar 30 11:09:01 2008 +0100
1063
1064 - Remove *_masked() functions as noted by Wolfgang
1065 - Adapt register naming to recent TI spec (sprue26, March 2007)
1066 - Fix reset_timer() handling
1067 - As reported by Pieter [1] the overflow fix introduced a
1068 delay of factor 16 (e.g 2 seconds became 32). While the
1069 overflow fix is basically okay, it missed to divide udelay by
1070 16, too. Fix this.
1071 [1] http://article.gmane.org/gmane.comp.boot-loaders.u-boot/38179
1072 - Remove software division of timer count value (DIV(x)
1073 macro) and do it in hardware (TIM_CLK_DIV).
1074 Many thanks to Troy Kisky <troy.kisky@boundarydevices.com>
1075 and Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl> for
1076 the hints & testing!
1077
1078 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
1079
1080 Acked-by: Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl>
1081
1082commit ac3315c26e143c31680750c9c13f027efbcc887e
1083Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
1084Date: Thu Mar 6 16:45:44 2008 +0100
1085
1086 new PHY @ e1000 - 2nd try
1087
1088 Add 82541ER device with latest integrated IGP2 PHY.
1089 Introduced CONFIG_E1000_FALLBACK_MAC for NIC bring-up with empty eeprom.
1090
1091 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
1092 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1093
1094commit c2b7da552293b50c9c9e46ed71267b02c2de9ea8
1095Author: Daniel Hellstrom <daniel@gaisler.com>
1096Date: Fri Mar 28 20:22:53 2008 +0100
1097
1098 SPARC/LEON3: Added GRETH Ethernet 10/100/1000 driver.
1099
1100 GRETH is an Ethernet 10/100 or 10/100/1000 MAC with out without
1101 a debug link (EDCL). The GRETH core is documented in GRIP.pdf
1102 available at www.gaisler.com.
1103
1104 If the GRETH has GigaBit support (GBIT, Scatter gather, checksum
1105 offloading etc.) can be determined by a bit in the control register.
1106 The GBIT MAC is supported by operating in GRTEH 10/100 legacy mode.
1107
1108 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
1109 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1110
1111commit 233a8bcd94997f3f345833a3b82e836222f2a206
1112Author: Tsi-Chung Liew <Tsi-Chung.Liew@freescale.com>
1113Date: Mon Mar 17 17:08:22 2008 -0500
1114
1115 Add CONFIG_MII_INIT in cmd_mii.c
1116
1117 Provide common configuration in do_mii() to execute mii_init()
1118 for all cpu architectures
1119
1120 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
1121 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1122
1123commit f605479de2deb11e834f31dfdb0af107c86aced6
1124Author: Tsi-Chung Liew <Tsi-Chung.Liew@freescale.com>
1125Date: Mon Mar 17 17:08:16 2008 -0500
1126
1127 ColdFire: Fix FEC transmit issue for MCF5275
1128
1129 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
1130 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1131
1132commit d9a2f416d6ac6058cd7845033ae4dc32ef1c0746
1133Author: Aras Vaichas <arasv@magtech.com.au>
1134Date: Wed Mar 26 09:43:57 2008 +1100
1135
1136 DHCP request fix for Windows Server 2003
1137
1138 Added option CONFIG_BOOTP_DHCP_REQUEST_DELAY. This provides an optional
1139 delay before sending "DHCP Request" in net/bootp.c. Required to overcome
1140 interoperability problems with Windows Server 200x DHCP server when U-Boot
1141 client responds too fast for server to handle.
1142
1143 Signed-off-by: Aras Vaichas <arasv@magtech.com.au>
1144 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1145
1146commit 97bf85d784fbed485e652eb907589ad0d5cb7262
1147Author: Daniel Hellstrom <daniel@gaisler.com>
1148Date: Fri Mar 28 20:40:19 2008 +0100
1149
1150 MTD/CFI: flash_read64 is defined a weak function (for SPARC)
1151
1152 SPARC has implemented __raw_readq, it reads 64-bit from any 32-bit address.
1153 SPARC CPUs implement flash_read64 which calls __raw_readq.
1154
1155 For current SPARC architectures (LEON2 and LEON3) each read from the
1156 FLASH must lead to a cache miss. This is because FLASH can not be set
1157 non-cacheable since program code resides there, and alternatively disabling
1158 cache is poor from performance view, or doing a cache flush between each
1159 read is even poorer.
1160
1161 Forcing a cache miss on a SPARC is done by a special instruction "lda" -
1162 load alternative space, the alternative space number (ASI) is processor
1163 implementation spcific and can be found by including <asm/processor.h>.
1164
1165 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
1166
1167commit 70431e8a7393b6b793f77957f95b999fc9a269b8
1168Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
1169Date: Fri Mar 28 15:41:25 2008 +0100
1170
1171 Make MPC83xx one step closer to full relocation.
1172
1173 Remove a few absolute references to CFG_MONITOR_BASE for ppc/mpc83xx
1174 and use GOT relative reference.
1175
1176 Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
1177 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
1178
1179commit 5b2793a3f3de34d439232b05acc8af67a028fd35
1180Author: Michael Barkowski <michael.barkowski@freescale.com>
1181Date: Thu Mar 27 14:34:43 2008 -0400
1182
1183 mpc8323erdb: fix EEPROM page size and get MAC from EEPROM
1184
1185 This patch fixes eeprom page size so that you can now write more than
1186 64 bytes at a time.
1187
1188 It also makes the board take MAC addresses, if found, from EEPROM.
1189
1190 User should place up to 4 addresses at offset 0x7f00, for
1191 eth{,1,2,3}addr. Any unused addresses should be zero. This group of
1192 four six-byte values should have it's CRC at the end. crc32 and
1193 eeprom commands can be used to accomplish this.
1194
1195 If CRC fails, MAC addresses come from the environment. If CRC
1196 succeeds, the environment is overwritten at startup.
1197
1198 Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
1199 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
1200
1201commit 8f325cff31f6e745e6540014b131b9a97f61944c
1202Author: Michael Barkowski <michael.barkowski@freescale.com>
1203Date: Fri Mar 28 15:15:38 2008 -0400
1204
1205 mpc8323erdb: define CONFIG_PCI_SKIP_HOST_BRIDGE
1206
1207 Commit 55774b512fdf63c0516d441cc5da7c54bbffb7f2 broke the onboard USB
1208 controller on the PCI bus in Linux on the MPC8323ERDB.
1209
1210 This fixes it by defining CONFIG_PCI_SKIP_HOST_BRIDGE in the board's
1211 config file.
1212
1213 Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
1214 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
1215
1216commit e5c4ade4db1e16d3e5d4a7887f34e10e516ed3a9
1217Author: Kim Phillips <kim.phillips@freescale.com>
1218Date: Fri Mar 28 10:19:07 2008 -0500
1219
1220 mpc83xx: cleanup System Part and Revision ID Register (SPRIDR) code
1221
1222 in the spirit of commit 1ced121600b2060ab2ff9f0fddd9421fd70a0dc6,
1223 85xx's "Update SVR numbers to expand support", simplify SPRIDR processing
1224 and processor ID display. Add REVID_{MAJ,MIN}OR macros to make
1225 REVID dependent code simpler. Also added PARTID_NO_E and IS_E_PROCESSOR
1226 convenience macros.
1227
1228 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
1229
1230commit 81fd52c6c8fd19f0b7856b98217ce37c46c521af
1231Author: Kim Phillips <kim.phillips@freescale.com>
1232Date: Fri Mar 28 10:18:53 2008 -0500
1233
1234 mpc83xx: display ddr frequency in board_add_ram_info banner
1235
1236 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
1237
1238commit 35cf155c5ec1ceab2849fa5b6aa3d9a3e9e6f482
1239Author: Kim Phillips <kim.phillips@freescale.com>
1240Date: Fri Mar 28 10:18:40 2008 -0500
1241
1242 mpc83xx: unreinvent mem_clk
1243
1244 delete ddr_clk and use mem_clk instead. Rename other ddr_*_clk to
1245 mem_*_clk for consistency's sake.
1246
1247 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
1248
1249commit 730e792926ca3fe4dd1b734a3bf44e55afa6f536
1250Author: Kim Phillips <kim.phillips@freescale.com>
1251Date: Fri Mar 28 14:31:23 2008 -0500
1252
1253 mpc83xx: enable the SATA interface on mpc8315 rdb and mpc837x rdb boards
1254
1255 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
1256
1257commit 2eeb3e4fc54ef2f5d574dafd42c6ce93afa30393
1258Author: Dave Liu <r63238@freescale.com>
1259Date: Wed Mar 26 22:57:19 2008 +0800
1260
1261 mpc83xx: enable the SATA interface on mpc837xemds board
1262
1263 Enable the first two SATA interfaces on MPC837xEMDS board,
1264 The two SATA ports are on LYNX1. (SATA0/1 on J4/5)
1265
1266 Signed-off-by: Dave Liu <daveliu@freescale.com>
1267 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
1268
1269commit 6f8c85e8d1865730c158d9ef5a06c70c3a10600a
1270Author: Dave Liu <r63238@freescale.com>
1271Date: Wed Mar 26 22:56:36 2008 +0800
1272
1273 mpc83xx: initialize serdes for MPC837xEMDS boards
1274
1275 This patch is stolen from Anton Vorontsov's patch
1276 for mpc837xerdb boards.
1277
1278 The reference clk and xcorevdd voltage of serdes1/2
1279 is same between mpc837xemds and mpc837xerdb.
1280
1281 8377E: LYNX1- 2 SATA LYNX2- 2 PCIE
1282 8378E: LYNX1- 2 SGMII LYNX2- 2 PCIE
1283 8379E: LYNX1- 2 SATA LYNX2- 2 SATA
1284
1285 Signed-off-by: Dave Liu <daveliu@freescale.com>
1286 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
1287
1288commit cc8e839abc80887ae832767b5930d40edd6d7eb7
1289Author: Stefan Roese <sr@denx.de>
1290Date: Fri Mar 28 14:09:04 2008 +0100
1291
1292 ppc4xx: Canyonlands: Print SATA/PCIe configuration and board revision
1293
1294 Canyonlands (460EX) shares the first PCIe interface with the SoC SATA
1295 interface. This usage can be configured with the jumper J6. This patch
1296 displays the current configuration upon bootup and changes the PCIe
1297 init loop, to only initialize the availabel PCIe slots.
1298
1299 Signed-off-by: Stefan Roese <sr@denx.de>
1300
1301commit 90447ecbbac8572457b6d8903073ac3f120995ba
1302Author: Tor Krill <tor@excito.com>
1303Date: Fri Mar 28 11:29:10 2008 +0100
1304
1305 MTD/CFI: Add support for 16bit legacy AMD flash
1306
1307 Add entry for 512Kx16 AMD flash to jedec_table.
1308 Read out 16bit device id if chipwidth is 16bit.
1309 Fixed coding style after Stefans feedback
1310
1311 Signed-off-by: Tor Krill <tor@excito.com>
1312
1313commit 5e12e75d17c4b15a310a45cd78fe71b7698a8a8e
1314Author: Stefan Roese <sr@denx.de>
1315Date: Fri Mar 28 11:02:53 2008 +0100
1316
1317 ppc: Small change to CFG_MEM_TOP_HIDE description
1318
1319 Signed-off-by: Stefan Roese <sr@denx.de>
1320
1321commit 280df59a8d62c6e74c281b1cb7e2052df4d6cb00
1322Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1323Date: Thu Mar 27 15:44:12 2008 +0900
1324
1325 sh: Add support stat structure and stat.h
1326
1327 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1328
1329commit 4be9eb789e72b845d6693cc36b70a0b3529b3f09
1330Author: Mark Jonas <toertel@gmail.com>
1331Date: Sat Mar 22 19:27:52 2008 +0100
1332
1333 sh: Removed warning when compiling drivers/serial/serial_sh.c.
1334
1335 Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com>
1336 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1337
1338commit f309fa38929ffba71230c02330ffa42f4bba6333
1339Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1340Date: Wed Mar 12 18:02:57 2008 +0900
1341
1342 sh: Remove disable_ctrlc function from R7780MP
1343
1344 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1345
1346commit 6f4b266ff2a4fcc2bff985d6a217852469afddb3
1347Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1348Date: Wed Mar 12 17:55:15 2008 +0900
1349
1350 sh: Add maintainer of R7780MP to MAINTAINER file
1351
1352 Update MAINTAINER entry for R7780MP. And fix maintainer's name.
1353
1354 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1355
1356commit f5e2466f7baa887a7df0c536333eea8231333497
1357Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1358Date: Tue Mar 25 17:11:24 2008 +0900
1359
1360 sh: Add support Renesas Solutions R2D plus board
1361
1362 R2D plus is SH reference board used with SH7751R.
1363 This board has 266Mhz CPU, 64MB SDRAM, Cardbus, CF interface,
1364 one PCI bus, VGA, and two Ethernet controller.
1365
1366 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1367
1368commit e92c95180bb5bc5fd4051598a9d60beaba48988d
1369Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1370Date: Wed Mar 12 12:15:29 2008 +0900
1371
1372 sh: Add support SH4 cache control
1373
1374 Add support SH4 cache control and flash_cache function
1375
1376 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1377
1378commit 28e5efde4d925fcb34901d0030d0648de2da7e89
1379Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1380Date: Mon Mar 24 01:53:01 2008 +0900
1381
1382 sh: Add support PCI host driver for SH7751/SH7751R
1383
1384 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1385
1386commit ab8f4d40d069cd3cbe7563ddfe3e5f03b0c7c721
1387Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1388Date: Mon Mar 24 02:11:26 2008 +0900
1389
1390 sh: Move SuperH PCI driver from cpu/sh4 to drivers/pci
1391
1392 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1393
1394commit 566933278101c144d75361ea682678a326c1290d
1395Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1396Date: Wed Mar 12 12:10:28 2008 +0900
1397
1398 sh: Add support SuperH SH7751/SH7751R
1399
1400 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1401
1402commit 3313e0e26224fc9a0c445124f3455058c696df84
1403Author: Mark Jonas <toertel@gmail.com>
1404Date: Mon Mar 10 11:37:10 2008 +0100
1405
1406 sh: Added support for SH7720 based board MPR2.
1407
1408 Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com>
1409 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1410
1411commit 3ecff1d70ae93e628fe65b3fe1fc7c9c76cdf99f
1412Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1413Date: Thu Mar 6 14:05:53 2008 +0900
1414
1415 sh: Fix receive FIFO level register of SH4A
1416
1417 Receive FIFO level register is different in SH4A.
1418 Because register is different, cannot occasionally receive data.
1419
1420 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1421
1422commit c133c1fb0b590662206b0eba70f4478ee0300a9a
1423Author: Yusuke Goda <goda.yusuke@renesas.com>
1424Date: Tue Mar 11 12:55:12 2008 +0900
1425
1426 sh: Add support Renesas Solutions R7780MP
1427
1428 Renesas Solutions R7780MP is a reference board on SH7780.
1429 This board has serial, 10/100 base Ethernet deivice, CF slot
1430 and VGA devices. This board can set extension board.
1431 Extension board has 10/100/1000 base Ethernet device, PCI slot,
1432 S-ATA, iDVR slot.
1433
1434 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
1435 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1436
1437commit 1a2334a4eb6386d7cd35d9de5fa39af2c764ad28
1438Author: Yusuke Goda <goda.yusuke@renesas.com>
1439Date: Wed Mar 5 14:30:02 2008 +0900
1440
1441 sh: Add support PCI of SuperH and SH7780
1442
1443 This patch add support PCI of SuperH base code and SH7780 specific code.
1444
1445 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
1446 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1447
1448commit b55523efff2ae11f0b9ae3cc405893c32eb78156
1449Author: Yusuke Goda <goda.yusuke@renesas.com>
1450Date: Wed Mar 5 14:23:26 2008 +0900
1451
1452 sh: Add support SH7780
1453
1454 SH7780 is CPU of Renesas Technology.
1455 This CPU has
1456 - CPU clock 400MHz
1457 - PCI support
1458 - DDR-SDRAM controller
1459 - etc ...
1460
1461 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
1462 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1463
1464commit c2042f5952a686c414031309b8f244513bf578f0
1465Author: goda.yusuke <goda.yusuke@renesas.com>
1466Date: Fri Jan 25 20:46:36 2008 +0900
1467
1468 sh: Add support Renesas Solutions Migo-R board
1469
1470 Migo-R is a board based on SH7722 and has may devices.
1471 In this patch, supported SCIF, NOR flash and Ethernet.
1472
1473 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
1474 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1475
1476commit 74d1e66d22dac91388bc538b2fe19f735edc5b82
1477Author: Bartlomiej Sieka <tur@semihalf.com>
1478Date: Thu Mar 27 15:06:40 2008 +0100
1479
1480 Fix host tool build breakage, take two
1481
1482 Revert commit 87c8431f and fix build breakage so that the build continues
1483 to work on FC systems.
1484
1485 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
1486
1487commit 7e4a0d25ed18f6437bdf59ebfa49bb0edc2f24e6
1488Author: Stefan Roese <sr@denx.de>
1489Date: Wed Mar 19 09:36:47 2008 +0100
1490
1491 ppc4xx: Enable ECC on LWMON5
1492
1493 Since all ECC related problems seem to be resolved on LWMON5, this patch
1494 now enables ECC support.
1495
1496 We have to write the ECC bytes by zeroing and flushing in smaller
1497 steps, since the whole 256MByte takes too long for the external
1498 watchdog.
1499
1500 Signed-off-by: Stefan Roese <sr@denx.de>
1501
1502commit 6433fa202a91a6594dd48f06807ac38ba27fa0bb
1503Author: Larry Johnson <lrj@acm.org>
1504Date: Mon Mar 17 11:10:35 2008 -0500
1505
1506 ppc4xx: Updates to Korat-specific code
1507
1508 This patch contains updates for changes for the Korat PPC440EPx board.
1509 These changes include:
1510
1511 (1) Support for "permanent" and "upgradable" copies of U-Boot, as
1512 described in the new "doc/README.korat" file;
1513
1514 (2) a new memory map for the registers in the board's CPLD;
1515
1516 (3) a revised format for manufacturer's data in serial EEPROM; and
1517
1518 (4) changes to track updates to U-Boot for the Sequoia board.
1519
1520 Signed-off-by: Larry Johnson <lrj@acm.org>
1521
1522commit f766cdf89b3a2a7634b8c5869f606150e332036c
1523Author: Markus Brunner <super.firetwister@gmail.com>
1524Date: Thu Mar 27 10:46:25 2008 +0100
1525
1526 ppc4xx: PPC405EP Set EMAC noise filter bits
1527
1528 This bug was introduced with commit aee747f19b460a0e9da20ff21e90fdaac1cec359
1529 which enabled CFG_4xx_GPIO_TABLE for PPC405 and unintentionally
1530 disabled the setting of the emac noise filter bits for PPC405EP when CFG_4xx_GPIO_TABLE is set.
1531
1532 Signed-off-by: Markus Brunner <super.firetwister@gmail.com>
1533 Signed-off-by: Stefan Roese <sr@denx.de>
1534
1535commit f66e2c8b25c04b79e5fb385bc8989c2de7f63991
1536Author: Mike Nuss <mike@terascala.com>
1537Date: Wed Feb 20 11:54:20 2008 -0500
1538
1539 ppc4xx: Reconfigure PLL for 667MHz processor for PPC440EPx
1540
1541 On PPC440EPx without a bootstrap I2C EEPROM, the PLL can be reconfigured
1542 after startup to change the speed of the clocks. This patch adds the
1543 option CFG_PLL_RECONFIG. If this option is set to 667, the CPU
1544 initialization code will reconfigure the PLL to run the system with a CPU
1545 frequency of 667MHz and PLB frequency of 166MHz, without the need for an
1546 external EEPROM.
1547
1548 Signed-off-by: Mike Nuss <mike@terascala.com>
1549 Acked-by: Stefan Roese <sr@denx.de>
1550
1551commit 87c8431fe24d48121f053fe67cff4ccfe097d4d1
1552Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
1553Date: Thu Mar 27 09:12:40 2008 +0100
1554
1555 new-image: Fix host tool build breakage
1556
1557 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
1558
1559commit 6fb4b640562a10daff0dbe537638d511b5b48650
1560Author: Stefan Roese <sr@denx.de>
1561Date: Thu Mar 27 10:24:03 2008 +0100
1562
1563 ppc: Set CFG_MEM_TOP_HIDE to 0 if not already defined
1564
1565 Signed-off-by: Stefan Roese <sr@denx.de>
1566
1567commit 9462732a3ec551c11862450902cd8ee1bedea6d9
1568Author: Stefan Roese <sr@denx.de>
1569Date: Wed Mar 19 10:23:43 2008 +0100
1570
1571 ppc4xx: Add fdt support to Prodrive alpr
1572
1573 Since this board will probably be ported to arch/powerpc in the
1574 near future, we add device tree support now. This way we are
1575 "ready" for arch/powerpc from now on.
1576
1577 Signed-off-by: Stefan Roese <sr@denx.de>
1578
1579commit 511e4f9e7f7b6719e4d91d7f0fc89412b13b5150
1580Author: Pieter Voorthuijsen <pieter.voorthuijsen@prodrive.nl>
1581Date: Mon Mar 17 09:27:56 2008 +0100
1582
1583 ppc4xx: Enable cache support on the ALPR board
1584
1585 Signed-off-by: Pieter Voorthuijsen <pv@prodrive.nl>
1586
1587commit 14f73ca679f6fdb44cff0b7304d419db41a0ab69
1588Author: Stefan Roese <sr@denx.de>
1589Date: Wed Mar 26 10:14:11 2008 +0100
1590
1591 ppc: Add CFG_MEM_TOP_HIDE option to hide memory area that doesn't get "touched"
1592
1593 If CFG_MEM_TOP_HIDE is defined in the board config header, this specified
1594 memory area will get subtracted from the top (end) of ram and won't get
1595 "touched" at all by U-Boot. By fixing up gd->ram_size the Linux kernel
1596 should gets passed the now "corrected" memory size and won't touch it
1597 either. This should work for arch/ppc and arch/powerpc. Only Linux board
1598 ports in arch/powerpc with bootwrapper support, which recalculate the
1599 memory size from the SDRAM controller setup, will have to get fixed
1600 in Linux additionally.
1601
1602 This patch enables this config option on some PPC440EPx boards as a workaround
1603 for the CHIP 11 errata. Here the description from the AMCC documentation:
1604
1605 CHIP_11: End of memory range area restricted access.
1606 Category: 3
1607
1608 Overview:
1609 The 440EPx DDR controller does not acknowledge any
1610 transaction which is determined to be crossing over the
1611 end-of-memory-range boundary, even if the starting address is
1612 within valid memory space. Any such transaction from any PLB4
1613 master will result in a PLB time-out on PLB4 bus.
1614
1615 Impact:
1616 In case of such misaligned bursts, PLB4 masters will not
1617 retrieve any data at all, just the available data up to the
1618 end of memory, especially the 440 CPU. For example, if a CPU
1619 instruction required an operand located in memory within the
1620 last 7 words of memory, the DCU master would burst read 8
1621 words to update the data cache and cross over the
1622 end-of-memory-range boundary. Such a DCU read would not be
1623 answered by the DDR controller, resulting in a PLB4 time-out
1624 and ultimately in a Machine Check interrupt. The data would
1625 be inaccessible to the CPU.
1626
1627 Workaround:
1628 Forbid any application to access the last 256 bytes of DDR
1629 memory. For example, make your operating system believe that
1630 the last 256 bytes of DDR memory are absent. AMCC has a patch
1631 that does this, available for Linux.
1632
1633 This patch sets CFG_MEM_TOP_HIDE for the following 440EPx boards:
1634 lwmon5, korat, sequoia
1635
1636 The other remaining 440EPx board were intentionally not included
1637 since it is not clear to me, if they use the end of ram for some
1638 other purpose. This is unclear, since these boards have CONFIG_PRAM
1639 defined and even comments like this:
1640
1641 PMC440.h:
1642 /* esd expects pram at end of physical memory.
1643 * So no logbuffer at the moment.
1644 */
1645
1646 It is strongly recommended to not use the last 256 bytes on those
1647 boards too. Patches from the board maintainers are welcome.
1648
1649 Signed-off-by: Stefan Roese <sr@denx.de>
1650
1651commit c664bf8c3c9bb9e236891f0d8dfda883e86d159b
1652Author: Stefan Roese <sr@denx.de>
1653Date: Thu Mar 27 10:09:05 2008 +0100
1654
1655 ppc4xx: Fix Canyonlands linker script (remove bogus ASSERT)
1656
1657 Signed-off-by: Stefan Roese <sr@denx.de>
1658
1659commit d56a3ce179688cde61073a3690e21703d68fafd7
1660Author: Stefan Roese <sr@denx.de>
1661Date: Tue Mar 25 17:51:13 2008 +0100
1662
1663 ppc4xx: Correctly pass phyiscal FLASH base address into dtb
1664
1665 The routine ft_board_setup() configures the EBC NOR mappings for the
1666 Linux physmap_of driver. Since on 460EX/GT we remap the FLASH from
1667 0x4.fc00.0000 to 0x4.cc00.0000 because of the max. 16MByte boot-CS
1668 problem, we need to pass the corrected address here too.
1669
1670 Signed-off-by: Stefan Roese <sr@denx.de>
1671
1672commit 9ad31989de12ce5c67b07c4867ead47465655c4b
1673Author: Stefan Roese <sr@denx.de>
1674Date: Wed Mar 19 16:35:12 2008 +0100
1675
1676 ppc4xx: Fix compilation warning in 4xx_enet.c
1677
1678 Signed-off-by: Stefan Roese <sr@denx.de>
1679
1680commit 4c9e855734c523900322a7c3cdd9099b4f51b51d
1681Author: Stefan Roese <sr@denx.de>
1682Date: Wed Mar 19 16:20:49 2008 +0100
1683
1684 ppc4xx: Add AMCC Glacier 406GT eval board support
1685
1686 This patch adds support for the AMCC Glacier 460GT eval board.
1687 The main difference to the Canyonlands board are listed here:
1688
1689 - 4 ethernet ports instead of 2
1690 - no SATA port
1691 - no USB port
1692
1693 Currently EMAC2+3 are not working. This will be fixed in a later
1694 release.
1695
1696 Signed-off-by: Stefan Roese <sr@denx.de>
1697
1698commit d8bd643141af4710d7f1b69bbab6b760de0af0a1
1699Author: Stefan Roese <sr@denx.de>
1700Date: Thu Mar 27 08:47:26 2008 +0100
1701
1702 ppc4xx: Mask 'vec' with 0x1f in uic_interrupt() for bit set/clear
1703
1704 Signed-off-by: Stefan Roese <sr@denx.de>
1705
1706commit b9670dd85be6e0496ef2e231043c23cad9b1d903
1707Author: Anatolij Gustschin <agust@denx.de>
1708Date: Wed Mar 26 21:05:43 2008 +0100
1709
1710 Fix out of tree building issue
1711
1712 Currently U-Boot building in some external directory
1713 doesn't work. This patch tries to fix the problem.
1714
1715 Signed-off-by: Anatolij Gustschin <agust@denx.de>
1716
1717commit d4ee711d8a5c366ee3f857c26b927d12e66614ff
1718Author: Anatolij Gustschin <agust@denx.de>
1719Date: Wed Mar 26 18:13:33 2008 +0100
1720
1721 README: update documentation (availability, links, etc.)
1722
1723 Fix typo in README
1724
1725 Signed-off-by: Anatolij Gustschin <agust@denx.de>
1726
1727commit e813eae3bfeba9c0bda9d1bf9fc3d081f790972f
1728Author: Anatolij Gustschin <agust@denx.de>
1729Date: Wed Mar 26 17:47:44 2008 +0100
1730
1731 Fix compilation error in cmd_usb.c
1732
1733 This patch fixes compilation error
1734 cmd_usb.c: In function 'do_usb':
1735 cmd_usb.c:552: error: void value not ignored as it ought to be
1736
1737 Signed-off-by: Anatolij Gustschin <agust@denx.de>
1738
1739commit d8c82db482d6b535d12b419d6440b88bf7091c9b
1740Author: Timur Tabi <timur@freescale.com>
1741Date: Fri Mar 14 17:45:29 2008 -0500
1742
1743 Add support for setting the I2C bus speed in fsl_i2c.c
1744
1745 Add support to the Freescale I2C driver (fsl_i2c.c) for setting and querying
1746 the I2C bus speed. Current 8[356]xx boards define the CFG_I2C_SPEED macro,
1747 but fsl_i2c.c ignores it and uses conservative value when programming the
1748 I2C bus speed.
1749
1750 Signed-off-by: Timur Tabi <timur@freescale.com>
1751 Acked-by: Andy Fleming <afleming@freescale.com>
1752
1753commit d049cc7f71c0d875e8f5099d1ed23666a82b8f8e
1754Author: Wolfgang Denk <wd@denx.de>
1755Date: Thu Mar 27 00:03:57 2008 +0100
1756
1757 Coding style cleanup, update CHANGELOG
1758
1759 Signed-off-by: Wolfgang Denk <wd@denx.de>
1760
d049cc7f
WD
1761commit fd0b1fe3c388a77e8fe00cdd930ca317a91198d4
1762Author: Dave Liu <r63238@freescale.com>
1763Date: Wed Mar 26 22:55:32 2008 +0800
1764
1765 drivers: add the support for Freescale SATA controller
1766
1767 Add the Freescale on-chip SATA controller driver to u-boot,
1768 The SATA controller is used on the 837x and 8315 targets,
1769 The driver can be used to load kernel, fs and dtb.
1770
1771 The features list:
1772 - 1.5/3 Gbps link speed
1773 - LBA48, LBA28 support
1774 - DMA and FPDMA support
1775 - Two ports support
1776
1777 Signed-off-by: Dave Liu <daveliu@freescale.com>
1778
1779commit bede87f4c87c3ccd868cc60ebf792e0560c6d024
1780Author: Dave Liu <r63238@freescale.com>
1781Date: Wed Mar 26 22:54:44 2008 +0800
1782
1783 ata: add the readme for SATA command line
1784
1785 Signed-off-by: Dave Liu <daveliu@freescale.com>
1786
1787commit cd54081cd479e542fc399b8a40651ff11a1ad849
1788Author: Dave Liu <r63238@freescale.com>
1789Date: Wed Mar 26 22:53:24 2008 +0800
1790
1791 ata: enable the sata initialize on boot up
1792
1793 Signed-off-by: Dave Liu <daveliu@freescale.com>
1794
1795commit 69386383c5c2b323c66495b0b0cef6a9714d83bf
1796Author: Dave Liu <r63238@freescale.com>
1797Date: Wed Mar 26 22:52:36 2008 +0800
1798
1799 ata: add the fis struct for SATA
1800
1801 Signed-off-by: Dave Liu <daveliu@freescale.com>
1802
1803commit ffc664e80dfb2e17de0df5ad39e91a02e9c361bc
1804Author: Dave Liu <r63238@freescale.com>
1805Date: Wed Mar 26 22:51:44 2008 +0800
1806
1807 ata: add the libata support
1808
1809 add simple libata support in u-boot
1810
1811 Signed-off-by: Dave Liu <daveliu@freescale.com>
1812
1813commit 8e9bb43429e50df55fa41932cbe65841ff579220
1814Author: Dave Liu <r63238@freescale.com>
1815Date: Wed Mar 26 22:50:45 2008 +0800
1816
1817 ata: make the ata_piix driver using new SATA framework
1818
1819 original ata_piix driver is using IDE framework, not real
1820 SATA framework. For now, the ata_piix driver is only used
1821 by x86 sc520_cdp board. This patch makes the ata_piix driver
1822 use the new SATA framework, so
1823
1824 - remove the duplicated command stuff
1825 - remove the CONFIG_CMD_IDE define in the sc520_cdp.h
1826 - add the CONFIG_CMD_SATA define to sc520_cdp.h
1827
1828 Signed-off-by: Dave Liu <daveliu@freescale.com>
1829
1830commit c7057b529c3c3cb9c0ac9060686a4068f1491bbe
1831Author: Dave Liu <r63238@freescale.com>
1832Date: Wed Mar 26 22:49:44 2008 +0800
1833
1834 ata: add the support for SATA framework
1835
1836 - add the SATA framework
1837 - add the SATA command line
1838
1839 Signed-off-by: Dave Liu <daveliu@freescale.com>
1840
1841commit 83c7f470a4ce94f33600f11ae85ce4dcf00aa90c
1842Author: Dave Liu <r63238@freescale.com>
1843Date: Wed Mar 26 22:48:18 2008 +0800
1844
1845 ata: merge the header of ata_piix driver
1846
1847 move the sata.h from include/ to drivers/block/ata_piix.h
1848
1849 Signed-off-by: Dave Liu <daveliu@freescale.com>
1850
1851commit 9eef62804d9695425b24c87b46a61a7fa74afee0
1852Author: Dave Liu <r63238@freescale.com>
1853Date: Wed Mar 26 22:47:06 2008 +0800
1854
1855 ata: merge the ata_piix driver
1856
1857 move the cmd_sata.c from common/ to drivers/ata_piix.c,
1858 the cmd_sata.c have some part of ata_piix controller drivers.
1859 consolidate the driver to have better framework.
1860
1861 Signed-off-by: Dave Liu <daveliu@freescale.com>
1862
1aeed8d7
WD
1863commit b9e749e95354f33eb5dc6653c6db7d502adb95fe
1864Author: Markus Klotzbuecher <mk@denx.de>
1865Date: Wed Mar 26 18:26:43 2008 +0100
1866
1867 USB, Storage: fix a bug introduced in commit
1868 f6b44e0e4d18fe507833a0f76d24a9aa72c123f1 that will cause usb_stor_info
1869 to only print only information on one storage device, but not for
1870 multiple.
1871
1872 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
1873
1874commit 841e5edd1623f3fecb6bffc5c2f938ed7a947360
1875Author: Anatolij Gustschin <agust@denx.de>
1876Date: Wed Mar 26 17:47:44 2008 +0100
1877
1878 Fix compilation error in cmd_usb.c
1879
1880 This patch fixes compilation error
1881 cmd_usb.c: In function 'do_usb':
1882 cmd_usb.c:552: error: void value not ignored as it ought to be
1883
1884 Signed-off-by: Anatolij Gustschin <agust@denx.de>
1885 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
1886
1887commit dd6c910aadf27c822f17b87eae1a9bd0b2e3aa15
1888Author: Kumar Gala <galak@kernel.crashing.org>
1889Date: Wed Mar 26 08:53:53 2008 -0500
1890
1891 85xx: Add cpu_mp_lmb_reserve helper to reserve boot page
1892
1893 Provide a board_lmb_reserve helper function to ensure we reserve
1894 the page of memory we are using for the boot page translation code.
1895
1896 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1897
1898commit 79679d80021ab095e639e250ca472fe526da02e2
1899Author: Kumar Gala <galak@kernel.crashing.org>
1900Date: Wed Mar 26 08:34:25 2008 -0500
1901
1902 85xx: Update multicore boot mechanism to ePAPR v0.81 spec
1903
1904 The following changes are needed to be inline with ePAPR v0.81:
1905
1906 * r4, r5 and now always set to 0 on boot release
1907 * r7 is used to pass the size of the initial map area (IMA)
1908 * EPAPR_MAGIC value changed for book-e processors
1909 * changes in the spin table layout
1910 * spin table supports a 64-bit physical release address
1911
1912 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1913
1914commit 25eedb2c1958a13110c7de1fc809b624053cc69c
1915Author: Jon Loeliger <jdl@freescale.com>
1916Date: Wed Mar 19 15:02:07 2008 -0500
1917
1918 FSL: Clean up board/freescale/common/Makefile
1919
1920 Each file that can be built here now follows some
1921 CONFIG_ option so that they are appropriately built
1922 or not, as needed. And CONFIG_ defines were added
1923 to various board config files to make sure that happens.
1924
1925 The other board/freescale/*/Makefiles no longer need
1926 to reach up and over into ../common to build their
1927 individually needed files any more.
1928
1929 Boards that are CDS specific were renamed with cds_ prefix.
1930
1931 Signed-off-by: Jon Loeliger <jdl@freescale.com>
1932
1933commit a5af4b358a7caa9c0aa374d4d894bf762ec37669
1934Author: Kumar Gala <galak@kernel.crashing.org>
1935Date: Wed Feb 27 22:00:27 2008 -0600
1936
1937 85xx: Fix merge duplication
1938
1939 ft_fixup_cpu() got duplicated in some merge snafu. Remove the duplicate.
1940
1941 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1942
1943commit 5893b3d0a4084f87a06a5d3dc03db91206818941
1944Author: James Yang <James.Yang@freescale.com>
1945Date: Tue Feb 12 16:35:07 2008 -0600
1946
1947 85xx: Expand CCSR space with more DDR controller registers.
1948
1949 Signed-off-by: James Yang <James.Yang@freescale.com>
1950 Signed-off-by: Jon Loeliger <jdl@freescale.com>
1951 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1952
1953commit a3e77fa5359b3f9f59e4e946b46d57a53057cc85
1954Author: James Yang <James.Yang@freescale.com>
1955Date: Fri Feb 8 18:05:08 2008 -0600
1956
1957 85xx: Speed up get_ddr_freq() and get_bus_freq()
1958
1959 get_ddr_freq() and get_bus_freq() used get_sys_info() each time they were
1960 called. However, get_sys_info() recalculates extraneous information when
1961 called each time. Have get_ddr_freq() and get_bus_freq() return memoized
1962 values from global_data instead.
1963
1964 Signed-off-by: James Yang <James.Yang@freescale.com>
1965 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1966
1967commit e9ea679918fbc9a53fa2f2a904aac874ea736036
1968Author: James Yang <James.Yang@freescale.com>
1969Date: Fri Feb 8 16:46:27 2008 -0600
1970
1971 85xx: Show DDR memory data rate in addition to the memory clock frequency.
1972
1973 Show the DDR memory data rate in addition to the memory clock
1974 frequency. For DDR/DDR2 memories the memory data rate is 2x the
1975 memory clock.
1976
1977 Signed-off-by: James Yang <James.Yang@freescale.com>
1978 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1979
1980commit 591933ca6eabc440e6ed6967233aaf56fce464a3
1981Author: James Yang <James.Yang@freescale.com>
1982Date: Fri Feb 8 16:44:53 2008 -0600
1983
1984 85xx: get_tbclk() speed up and rounding fix
1985
1986 Speed up get_tbclk() by referencing pre-computed bus clock
1987 frequency value from global data instead of sys_info_t. Fix
1988 rounding of result to nearest; previously it was rounding
1989 upwards.
1990
1991 Signed-off-by: James Yang <James.Yang@freescale.com>
1992 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1993
1994commit 1ced121600b2060ab2ff9f0fddd9421fd70a0dc6
1995Author: Andy Fleming <afleming@freescale.com>
1996Date: Wed Feb 6 01:19:40 2008 -0600
1997
1998 Update SVR numbers to expand support
1999
2000 FSL has taken to using SVR[16:23] as an SOC sub-version field. This
2001 is used to distinguish certain variants within an SOC family. To
2002 account for this, we add the SVR_SOC_VER() macro, and update the SVR_*
2003 constants to reflect the larger value. We also add SVR numbers for all
2004 of the current variants. Finally, to make things neater, rather than
2005 use an enormous switch statement to print out the CPU type, we create
2006 and array of SVR/name pairs (using a macro), and print out the CPU name
2007 that matches the SVR SOC version.
2008
2009 Signed-off-by: Andy Fleming <afleming@freescale.com>
2010
2011commit b83eef440cf3cef816172ccbb5897ccd8e403cf3
2012Author: Andy Fleming <afleming@freescale.com>
2013Date: Wed Feb 6 01:12:57 2008 -0600
2014
2015 Add the Freescale PCI device IDs
2016
2017 Signed-off-by: Andy Fleming <afleming@freescale.com>
2018
2019commit 7aff0c051ad0613171cf2b9941ee48675c62e7cd
2020Author: Kumar Gala <galak@kernel.crashing.org>
2021Date: Thu Feb 14 11:04:23 2008 -0600
2022
2023 85xx: Added support for multicore boot mechanism
2024
2025 Added the cpu command that provides a generic mechanism to get status,
2026 reset, and release secondary cores in multicore processors.
2027
2028 Added support for using the ePAPR defined spin-table mechanism on 85xx.
2029
2030 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2031 Signed-off-by: Andy Fleming <afleming@freescale.com>
2032
2033commit ec2b74ffd36f02c6123725e7c2533dd2deaf4b64
2034Author: Kumar Gala <galak@kernel.crashing.org>
2035Date: Thu Jan 17 16:48:33 2008 -0600
2036
2037 85xx: Added support for multicore boot mechanism
2038
2039 Added the cpu command that provides a generic mechanism to get status,
2040 reset, and release secondary cores in multicore processors.
2041
2042 Added support for using the ePAPR defined spin-table mechanism on 85xx.
2043
2044 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2045
2046commit f69766e4b5d47ecd3aa58677a8da875694f364f2
2047Author: Kumar Gala <galak@kernel.crashing.org>
2048Date: Wed Jan 30 14:55:14 2008 -0600
2049
2050 85xx: Add the concept of CFG_CCSRBAR_PHYS
2051
2052 When we go to 36-bit physical addresses we need to keep the concept of
2053 the physical CCSRBAR address seperate from the virtual one.
2054
2055 For the majority of boards CFG_CCSBAR_PHYS == CFG_CCSRBAR
2056
2057 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2058
d049cc7f
WD
2059commit 5b5eb9ca5b778f763bcf332697b35cc1e747626e
2060Author: Wolfgang Denk <wd@denx.de>
2061Date: Wed Mar 26 15:38:47 2008 +0100
2062
2063 Coding style cleanup.
2064
2065 Signed-off-by: Wolfgang Denk <wd@denx.de>
2066
2067commit da8808df7a9cef5a3d2ee286ef9ebf9de1780660
2068Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
2069Date: Wed Mar 26 13:02:13 2008 +0100
2070
2071 Add CFG_RTC_DS1337_NOOSC to turn off OSC output
2072
2073 The default settings for RTC DS1337 keeps the OSC
2074 output, 32,768 Hz, on. This add CFG_RTC_DS1337_NOOSC to
2075 turn it off.
2076
2077 Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
2078
2079commit 438a4c11260b4ea9805039b0b4f92f9df5306b02
2080Author: Wolfgang Denk <wd@denx.de>
2081Date: Wed Mar 26 11:48:46 2008 +0100
2082
2083 Cleanup coding style, update CHANGELOG
2084
2085 Signed-off-by: Wolfgang Denk <wd@denx.de>
2086
438a4c11
WD
2087commit 218ca724c08ca8a649f0917cf201cf23d4b33f39
2088Author: Wolfgang Denk <wd@denx.de>
2089Date: Wed Mar 26 10:40:12 2008 +0100
2090
2091 README: update documentation (availability, links, etc.)
2092
2093 Signed-off-by: Wolfgang Denk <wd@denx.de>
2094
2095commit f6b44e0e4d18fe507833a0f76d24a9aa72c123f1
2096Author: Aras Vaichas <arasv@magtech.com.au>
2097Date: Tue Mar 25 12:09:07 2008 +1100
2098
2099 USB Storage, add meaningful return value
2100
2101 This patch changes the "usb storage" command to return success if it
2102 finds a USB storage device, otherwise it returns error.
2103
2104 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
2105
2106commit 18e69a35efbb078403db0c0063986470dad7d082
2107Author: Anton Vorontsov <avorontsov@ru.mvista.com>
2108Date: Fri Mar 14 23:20:18 2008 +0300
2109
2110 83xx/fdt_support: let user specifiy FSL USB Dual-Role controller role
2111
2112 Linux understands "host" (default), "peripheral" and "otg" (broken).
2113 Though, U-Boot doesn't restrict dr_mode variable to these values (think
2114 of renames in future).
2115
2116 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
2117 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
2118
2119commit c7604783b236e368f225efb7b3efb418fe20b404
2120Author: Anton Vorontsov <avorontsov@ru.mvista.com>
2121Date: Fri Mar 14 23:20:30 2008 +0300
2122
2123 tsec: fix link detection for the RTL8211B PHY
2124
2125 RTL8211B sets link state register after autonegotiation complete,
2126 so with bootdelay=0 RTL8211B will report lack of the link.
2127
2128 To fix this, we should wait for aneg to complete, even if the
2129 link is currently down.
2130
2131 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
2132 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
2133
2134commit 7fa9cbb00dc83fcf175042b6f20c2c9bce9a15f4
2135Author: Anton Vorontsov <avorontsov@ru.mvista.com>
2136Date: Mon Mar 24 20:47:09 2008 +0300
2137
2138 mpc83xx: add "fsl,soc" and "fsl,immr" compatible fixups
2139
2140 device_type = "soc" is being deprecated, newer device trees will use
2141 "fsl,soc" and/or "fsl,immr" for the soc nodes.
2142
2143 This patch also adds clock-frequency property for soc nodes (the same
2144 value as bus-frequency).
2145
2146 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
2147
2148commit 507e2d79c91441a0bb2cd3d0c31c8bfe3f8cec07
2149Author: Joe D'Abbraccio <ljd015@freescale.com>
2150Date: Mon Mar 24 13:00:59 2008 -0400
2151
2152 Modified the DDR SDRAM clock control register to delay MCK/MCK_B 3/4 clock
2153
2154 With the original value of 1/2 clock cycle delay, the system ran relatively
2155 stable except when we run benchmarks that are intensive users of memory.
2156 When I run samba connected disk with a HDBENCH test, the system locks-up
2157 or reboots sporadically.
2158
2159 Signed-off by: Joe D'Abbraccio <Joe.D'abbraccio@freescale.com>
2160
2161commit a7ba32d480a86db5db8dcd8ca66b21b4cadda923
2162Author: Scott Wood <scottwood@freescale.com>
2163Date: Mon Mar 24 12:44:13 2008 -0500
2164
2165 mpc83xx: Set PCI I/O bus-address base to zero.
2166
2167 The device trees for these boards describe PCI I/O as starting from
2168 address zero from the device's perspective.
2169
2170 Placing I/O elsewhere may cause problems with certain PCI boards, and may
2171 cause problems with Linux.
2172
2173 Signed-off-by: Scott Wood <scottwood@freescale.com>
2174
2175commit f700e7df7fecf2d3765ae568ce77ce788cde4f3e
2176Author: Anton Vorontsov <avorontsov@ru.mvista.com>
2177Date: Mon Mar 24 20:47:05 2008 +0300
2178
2179 mpc83xx: MPC8360E-RDK: use 33.3(3)MHz CLKIN/SYS_CLK
2180
2181 At least on the "33MHz Pilot" board crystal is actually 33.3MHz.
2182 This patch fixes "system time drifting" problem.
2183
2184 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
2185
2186commit 3a0cfdd576dc9b16d1468d37339182607c697fb7
2187Author: Anton Vorontsov <avorontsov@ru.mvista.com>
2188Date: Mon Mar 24 20:47:02 2008 +0300
2189
2190 mpc83xx: MPC8360E-RDK: define CONFIG_OF_STDOUT_VIA_ALIAS
2191
2192 This is needed to update /choosen/linux,stdout-path properly.
2193
2194 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
2195
2196commit 3419eb62f088d7a22f1d2a3cebf76b77e408b5b9
2197Author: Anton Vorontsov <avorontsov@ru.mvista.com>
2198Date: Mon Mar 24 20:47:00 2008 +0300
2199
2200 mpc83xx: MPC8360E-RDK: add dhcp command
2201
2202 Plus modify environment to use it and remove bootfile env variable,
2203 it is internal and CONFIG_BOOTFILE is used for these purposes.
2204
2205 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
2206
2207commit d892b2dbb4087a26778bfd42470c3ea7d0e2b6aa
2208Author: Anton Vorontsov <avorontsov@ru.mvista.com>
2209Date: Mon Mar 24 20:46:57 2008 +0300
2210
2211 mpc83xx: MPC8360E-RDK: rework ddr setup, enable ecc
2212
2213 Current DDR setup easily causes memory corruption, this patch fixes it.
2214
2215 Also fix TIMING_CFG0_MRS_CYC definition.
2216
2217 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
2218
2219commit d47d49cc37a38f2719a3e1b9bbe08ac810cf2d9a
2220Author: Anton Vorontsov <avorontsov@ru.mvista.com>
2221Date: Mon Mar 24 20:46:53 2008 +0300
2222
2223 mpc83xx: MPC8360E-RDK: configure pario pins for AD7843 and FHCI
2224
2225 This patch adds qe pario pins configuration for AD7843 ADC/Touchscreen
2226 controller and FHCI (QE USB).
2227
2228 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
2229
2230commit 7ad959490962e6842648d87d4bd795ea6cdcce67
2231Author: Anton Vorontsov <avorontsov@ru.mvista.com>
2232Date: Mon Mar 24 20:46:51 2008 +0300
2233
2234 mpc83xx: MPC8360E-RDK: add support for NAND
2235
2236 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
2237
2238commit 9a3e832aeb491861d029991241572ebdf4b5b61b
2239Author: Anton Vorontsov <avorontsov@ru.mvista.com>
2240Date: Mon Mar 24 20:46:46 2008 +0300
2241
2242 mpc83xx: MPC8360E-RDK: use RGMII_RXID interface mode
2243
2244 This is needed for BCM PHYs to work on this board.
2245
2246 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
2247
2248commit 300615dc5d9b0a2022fbc6af0c13159e33fd752e
2249Author: Anton Vorontsov <avorontsov@ru.mvista.com>
2250Date: Mon Mar 24 20:46:34 2008 +0300
2251
2252 uec: add support for Broadcom BCM5481 Gigabit PHY
2253
2254 This patch adds basic support for Broadcom BCM5481 PHY.
2255
2256 RXD-RXC delay quirk comes from MPC8360E-RDK BSP source, author is
2257 Peter Barada <peterb@logicpd.com>.
2258
2259 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
2260
2261commit 6a600c3a1876bc203445df4f0fd6b12648259666
2262Author: Anton Vorontsov <avorontsov@ru.mvista.com>
2263Date: Mon Mar 24 20:46:28 2008 +0300
2264
2265 uec: add support for RGMII_RXID interface mode
2266
2267 PHY drivers will use it to setup software delay between RXD and RXC
2268 signals.
2269
2270 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
2271
2272commit 91cdaa3a9d7562b869d96774e9c9ddf142c0848d
2273Author: Anton Vorontsov <avorontsov@ru.mvista.com>
2274Date: Mon Mar 24 20:46:24 2008 +0300
2275
2276 uec: add support for gbit mii status readings
2277
2278 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
2279
2280commit aabce7fb505ffe55ebf3bf4dcafdae97a581558d
2281Author: Anton Vorontsov <avorontsov@ru.mvista.com>
2282Date: Mon Mar 24 17:40:47 2008 +0300
2283
2284 83xx: define CONFIG_OF_STDOUT_VIA_ALIAS for the MPC837XERDB boards
2285
2286 This is primarily for the early console support.
2287
2288 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
2289
2290commit 2bd7460e9283ec98565189b3cdbcfb2bcdcdd635
2291Author: Anton Vorontsov <avorontsov@ru.mvista.com>
2292Date: Mon Mar 24 17:40:43 2008 +0300
2293
2294 83xx: initialize serdes for MPC837XRDB boards
2295
2296 On the MPC8377ERDB: 2 SATA and 2 PCI-E.
2297 On the MPC8378ERDB: 2 PCI-E
2298 On the MPC8379ERDB: 4 SATA
2299
2300 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
2301
2302commit 453316a2a19642d8afcbca7452e40a6b44a197b1
2303Author: Anton Vorontsov <avorontsov@ru.mvista.com>
2304Date: Mon Mar 24 17:40:32 2008 +0300
2305
2306 83xx: serdes setup routines
2307
2308 This patch adds few routines to configure serdes on 837x targets.
2309
2310 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
2311
2312commit a796cdf9c377cb4e5d61d1079a296608f8fbd903
2313Author: Anton Vorontsov <avorontsov@ru.mvista.com>
2314Date: Mon Mar 24 17:40:27 2008 +0300
2315
2316 83xx: split COBJS onto separate lines
2317
2318 ..plus get rid of some #ifdefs in the .c files.
2319
2320 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
2321
2322commit 46a3aeea73c13ab04ebf7a8739afb87ac5da94a3
2323Author: Anton Vorontsov <avorontsov@ru.mvista.com>
2324Date: Mon Mar 24 17:40:23 2008 +0300
2325
2326 83xx: nand support for MPC837XRDB boards
2327
2328 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
2329
2330commit 82e45a204190593e8613145a928f998fb8c909c4
2331Author: Jerry Van Baren <gvb.uboot@gmail.com>
2332Date: Tue Mar 18 21:44:41 2008 -0400
2333
2334 Enable CONFIG_FLASH_SHOW_PROGRESS on the MPC8360EMDS.
2335
2336 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
2337 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
2338
2339commit 0fa7a1b4719e325fce332689fb8754ec166191ff
2340Author: Michael Barkowski <michael.barkowski@freescale.com>
2341Date: Thu Mar 20 13:15:39 2008 -0400
2342
2343 mpc8323erdb: remove RTC and add EEPROM
2344
2345 There's no on-board RTC on the MPC8323ERDB, but there is an EEPROM.
2346
2347 Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
2348 Acked-by: Kim Phillips <kim.phillips@freescale.com>
2349
2350commit 5bbeea86eb6afb872374cd23217cb3c1018443ed
2351Author: Michael Barkowski <michael.barkowski@freescale.com>
2352Date: Thu Mar 20 13:15:34 2008 -0400
2353
2354 mpc8323erdb: Improve the system performance
2355
2356 The following changes are based on kernel UCC ethernet performance:
2357
2358 1. Make the CSB bus pipeline depth as 4, and enable the repeat mode
2359 2. Optimize transactions between QE and CSB. Added CFG_SPCR_OPT
2360 switch to enable this setting.
2361
2362 The following changes are based on the App Note AN3369 and
2363 verified to improve memory latency using LMbench:
2364
2365 3. CS0_CONFIG[AP_n_EN] is changed from 1 to 0
2366 4. CS0_CONFIG[ODT_WR_CONFIG] set to 1. Was a reserved setting
2367 previously.
2368 5. TIMING_CFG_1[WRREC] is changed from 3clks to 2clks (based on
2369 Twr=15ns, and this was already the setting in DDR_MODE)
2370 6. TIMING_CFG_1[PRETOACT] is changed from 3clks to 2clks. (based on
2371 Trp=15ns)
2372 7. TIMING_CFG_1[ACTTOPRE] is changed from 9clks to 6clks. (based on
2373 Tras=40ns)
2374 8. TIMING_CFG_1[ACTTORW] is changed from 3clks to 2clks. (based on
2375 Trcd=15ns)
2376 9. TIMING_CFG_1[REFREC] changed from 21 clks to 11clks. (based on
2377 Trfc=75ns)
2378 10. TIMING_CFG_2[FOUR_ACT] is changed from 10 clks to 7clks. (based
2379 on Tfaw=50ns)
2380 11. TIMING_CFG_2[ADD_LAT] and DDR_MODE[AL] changed from 0 to 1 (based
2381 on CL=3 and WL=2).
2382
2383 Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
2384 Acked-by: Kim Phillips <kim.phillips@freescale.com>
2385
2386commit fc549c871f43933396a5b3e21d897023d4b31b8d
2387Author: Michael Barkowski <michael.barkowski@freescale.com>
2388Date: Thu Mar 20 13:15:28 2008 -0400
2389
2390 mpc8323erdb: use readable DDR config macros
2391
2392 Use available shift/mask macros to define DDR configuration.
2393
2394 Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
2395 Acked-by: Kim Phillips <kim.phillips@freescale.com>
2396
2397commit 89c7784ed90ba50301eec521144f95111e472906
2398Author: Timur Tabi <timur@freescale.com>
2399Date: Fri Feb 8 13:15:55 2008 -0600
2400
2401 83xx: Add Vitesse VSC7385 firmware uploading
2402
2403 Update the MPC8349E-mITX, MPC8313E-RDB, and MPC837XE-RDB board files to upload
2404 the Vitesse VSC7385 firmware. Changed CONFIG_VSC7385 to CONFIG_VSC7385_ENET.
2405 Cleaned up the board header files to make selecting the VSC7385 easier to
2406 control.
2407
2408 Signed-off-by: Timur Tabi <timur@freescale.com>
2409 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
2410
2411commit b55d98c6d5b8694e560a0e727b14cb6921d7cfcc
2412Author: Timur Tabi <timur@freescale.com>
2413Date: Fri Feb 8 13:15:54 2008 -0600
2414
2415 NET: Add Vitesse VSC7385 firmware uploading
2416
2417 The Vitesse VSC7385 is a 5-port switch found on the Freescale MPC8349E-mITX
2418 and other boards. A small firwmare must be uploaded to its on-board memory
2419 before it can be enabled. This patch adds the code which uploads firmware
2420 (but not the firmware itself).
2421
2422 Previously, this feature was provided by a U-Boot application that was
2423 made available only on Freescale BSPs. The VSC7385 firmware must still
2424 be obtained separately, but at least there is no longer a need for a separate
2425 application.
2426
2427 Signed-off-by: Timur Tabi <timur@freescale.com>
2428 Acked-by: Ben Warren <biggerbadderben@gmail.com>
2429
2430commit aa6f6d171a1f9f46ee4f03ad6acb97a6bfb71855
2431Author: Wolfgang Denk <wd@denx.de>
2432Date: Wed Mar 26 00:52:10 2008 +0100
2433
2434 Coding Style cleanyp; update CHANGELOG
2435
2436 Signed-off-by: Wolfgang Denk <wd@denx.de>
2437
aa6f6d17
WD
2438commit 43ddd9c820fec44816188f53346b464e20b3142d
2439Author: Jerry Van Baren <gvb.uboot@gmail.com>
2440Date: Sat Mar 22 14:23:49 2008 -0400
2441
2442 Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T
2443
2444 These defines embedded the u-boot env variables and/or the bd_t structure
2445 in the fdt blob. The conclusion of discussion on the u-boot email list
2446 was that embedding these in the fdt blob is not useful: there are better
2447 ways of passing the data (in fact, the fdt blob itself replaces the
2448 bd_t struct).
2449
2450 The only board that enables these is the stxxtc and they don't appear
2451 to be used by linux.
2452
2453 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
2454 Acked-by: Kim Phillips <kim.phillips@freescale.com>
2455
2456commit 22ed2285743359fd1fe73e411dff914b2256e68f
2457Author: Stefan Roese <sr@denx.de>
2458Date: Mon Mar 17 10:49:25 2008 +0100
2459
2460 rtc: Remove 2nd reference to max6900.o in drivers/rtc/Makefile
2461
2462 Signed-off-by: Stefan Roese <sr@denx.de>
2463
2464commit 1bb707c39a0833e91d9f797dd862aaaaf4af264d
2465Author: Kyungmin Park <kmpark@infradead.org>
2466Date: Mon Mar 17 08:54:06 2008 +0900
2467
2468 Add Flex-OneNAND booting support
2469
2470 Flex-OneNAND is a monolithic integrated circuit with a NAND Flash array
2471 using a NOR Flash interface. This on-chip integration enables system designers
2472 to reduce external system logic and use high-density NAND Flash
2473 in applications that would otherwise have to use more NOR components.
2474
2475 Flex-OneNAND enables users to configure to partition it into SLC and MLC areas
2476 in more flexible way. While MLC area of Flex-OneNAND can be used to store data
2477 that require low reliability and high density, SLC area of Flex-OneNAND
2478 to store data that need high reliability and high performance. Flex-OneNAND
2479 can let users take advantage of storing these two different types of data
2480 into one chip, which is making Flex-OneNAND more cost- and space-effective.
2481
2482 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
2483
2484commit c512389cc4a10253249271ff6c887c6dab1f0db2
2485Author: André Schwarz <andre.schwarz@matrix-vision.de>
2486Date: Thu Mar 13 13:50:52 2008 +0100
2487
2488 MPC5200: support setup without FEC
2489
2490 Include FEC specific nodes in ft_cpu_setup only if CONFIG_MPC5xxx_FEC is
2491 defined. Systems without FEC, i.e. no FEC node in DTB, should be possible.
2492
2493 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
2494 Acked-by: Grant Likely <grant.likely@secretlab.ca>
2495
2496commit aa3511e422946041ef626f80a05ae5e8bfc700e6
2497Author: Jon Loeliger <jdl@freescale.com>
2498Date: Wed Mar 5 18:05:46 2008 -0600
2499
2500 FSL: Move board/mpc8266ads under board/freescale
2501
2502 Signed-off-by: Jon Loeliger <jdl@freescale.com>
2503
2504commit 7f1d846e5c5754449c286587d099d85246062772
2505Author: Jon Loeliger <jdl@freescale.com>
2506Date: Wed Mar 5 18:05:47 2008 -0600
2507
2508 FSL: Move board/mpc7448hpc2 under board/freescale
2509
2510 Signed-off-by: Jon Loeliger <jdl@freescale.com>
2511
2512commit b7e24d283e34727c2a6cdfdac2e09a426c579b73
2513Author: Jon Loeliger <jdl@freescale.com>
2514Date: Wed Mar 5 18:05:45 2008 -0600
2515
2516 FSL: Move board/mpc8260ads under board/freescale
2517
2518 Signed-off-by: Jon Loeliger <jdl@freescale.com>
2519
2520commit 6a8a5dc4759867c45aa95580deb8bf26669a5d97
2521Author: goda.yusuke <goda.yusuke@renesas.com>
2522Date: Wed Mar 5 17:08:33 2008 +0900
2523
2524 net: Add support AX88796L ethernet device
2525
2526 AX88796L is device of NE2000 compatible.
2527 This patch support AX88796L ethernet device.
2528
2529 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
2530 Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2531
2532commit e0a6140dd381e1eed1ada2291166ef2616d8822b
2533Author: Wolfgang Denk <wd@denx.de>
2534Date: Tue Mar 25 22:50:41 2008 +0100
2535
2536 ne2000 driver: change #ifdef to Makefile conditional compilation
2537
2538 Signed-off-by: Wolfgang Denk <wd@denx.de>
2539
2540commit e710185aae90c64d39c2d453e40e58ceefe4f250
2541Author: goda.yusuke <goda.yusuke@renesas.com>
2542Date: Wed Mar 5 17:08:20 2008 +0900
2543
2544 net: Divided code of NE2000 ethernet driver
2545
2546 There are more devices of the NE2000 base.
2547 A present code is difficult for us to support more devices.
2548 To support more NE2000 clone devices, separated the function.
2549
2550 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
2551 Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2552
2553commit 395bce4f59a507a60a475f7ee46bed47de9482df
2554Author: Mike Frysinger <vapier@gentoo.org>
2555Date: Sun Feb 24 23:58:13 2008 -0500
2556
2557 net/Blackfin: move on-chip MAC driver into drivers/net/
2558
2559 The Blackfin on-chip MAC driver was being managed in the BF537-STAMP board
2560 directory, but it is not board specific, so relocate it to the drivers dir
2561 so that other Blackfin ports can utilize it.
2562
2563 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2564
2565commit 8a30b4700942f37495d2e67f5998cdffb6e3ba8a
2566Author: Mike Frysinger <vapier@gentoo.org>
2567Date: Sun Feb 24 23:52:35 2008 -0500
2568
2569 smc91111: use SSYNC() rather than asm(ssync) for Blackfin
2570
2571 Since the "ssync" instruction may have hardware anomalies associated with
2572 it, have the smc91111 driver use the SSYNC macro rather than invoking it
2573 directly. We workaround all the anomalies via this macro.
2574
2575 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2576
2577commit 77ff7b7444ceb8022b46114f3d0b6d18e2fd1138
2578Author: Bryan O'Donoghue <bodonoghue@codehermit.ie>
2579Date: Sun Feb 17 22:57:47 2008 +0000
2580
2581 8xx: Update OF support on 8xx
2582
2583 This patch does some shifting around of OF support on 8xx.
2584
2585 Signed-off-by: Bryan O'Donoghue <bodonoghue@codehermit.ie>
2586
2587commit 9c666a7db0b2285a270c68810889ce7d5dba304b
2588Author: Kumar Gala <galak@kernel.crashing.org>
2589Date: Fri Feb 15 15:16:18 2008 -0600
2590
2591 ppc: Allow boards to specify how much memory they can map
2592
2593 For historical reasons we limited the stack to 256M because some boards
2594 could only map that much via BATS. However newer boards are capable of
2595 mapping more memory (for example 85xx is capble of doing up to 2G).
2596
2597 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2598
2599commit a6f5f317cd074bbbfa2aab4fca05904c811c19fb
2600Author: Bryan O'Donoghue <bodonoghue@codehermit.ie>
2601Date: Fri Feb 15 01:05:58 2008 +0000
2602
2603 8xx : Add OF support to Adder875 board port - resubmit
2604
2605 Signed-off-by: Bryan O'Donoghue <bodonoghue@codehermit.ie>
2606
2607commit d058698fd2d9f769ff38ac53c8708b3fdd314f2d
2608Author: Kumar Gala <galak@kernel.crashing.org>
2609Date: Thu Feb 14 20:44:42 2008 -0600
2610
2611 Add setexpr command
2612
2613 Add a simple expr style command that will set an env variable as the result
2614 of the command. This allows us to do simple math in shell. The following
2615 operations are supported: &, |, ^, +, -, *, /.
2616
2617 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2618
2619commit 3f105faa64b9826e088711fdfcaa70cb1230397a
2620Author: Jon Loeliger <jdl@freescale.com>
2621Date: Wed Mar 5 17:27:48 2008 -0600
2622
2623 FSL: Move board/mpc7448hpc2 under board/freescale
2624
2625 Signed-off-by: Jon Loeliger <jdl@freescale.com>
2626
2627commit 449c703374a8868453425e15da7e2f76221b72e4
2628Author: Jon Loeliger <jdl@freescale.com>
2629Date: Wed Mar 5 17:21:43 2008 -0600
2630
2631 FSL: Move board/mpc8266ads under board/freescale
2632
2633 Signed-off-by: Jon Loeliger <jdl@freescale.com>
2634
2635commit 5863577989ad689427bb750107e9a75f1c1645d2
2636Author: Jon Loeliger <jdl@freescale.com>
2637Date: Wed Mar 5 16:41:41 2008 -0600
2638
2639 FSL: Move board/mpc8260ads under board/freescale
2640
2641 Signed-off-by: Jon Loeliger <jdl@freescale.com>
2642
2643commit 8a773983957ee6c4aa344469b742f29c7d26afbd
2644Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
2645Date: Tue Mar 25 21:30:08 2008 +0900
2646
2647 [MIPS] Move gth2_config from ARM section to MIPS
2648
2649 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
2650
2651commit 373b16fc0c5ae34d28b9027f809ae3cbf45cdd15
2652Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
2653Date: Tue Mar 25 21:30:07 2008 +0900
2654
2655 [MIPS] Extend MIPS_MAX_CACHE_SIZE upto 64kB
2656
2657 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
2658
2659commit d98e348e2ed5aab8f7a6471ff628ab0688b8a459
2660Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
2661Date: Tue Mar 25 21:30:07 2008 +0900
2662
2663 [MIPS] Fix dcache_status()
2664
2665 You can't judge UNCACHED by Config.K0 LSB.
2666
2667 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
2668
2669commit b0c66af53ec9385ac2d1cc2e5d7d1ecdc81caf34
2670Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
2671Date: Tue Mar 25 21:30:07 2008 +0900
2672
2673 [MIPS] Introduce _machine_restart
2674
2675 Handles machine specific functions by using weak functions.
2676
2677 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
2678
2679commit decaba6f5cf386d569ac3997bebb871b966c6b18
2680Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
2681Date: Tue Mar 25 21:30:07 2008 +0900
2682
2683 [MIPS] Cleanup CP0 Status initialization
2684
2685 Add setup_c0_status from Linux. For the moment we disable interrupts, set
2686 CU0, mark the kernel mode, and clear ERL and EXL. This is good enough for
2687 reset-time configuration and will work well across most processors.
2688
2689 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
2690
2691commit d43d43ef2845af309c25a64bb9c2c5fb3261bc23
2692Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
2693Date: Tue Mar 25 21:30:07 2008 +0900
2694
2695 [MIPS] Initialize CP0 Cause before setting up CP0 Status register
2696
2697 Without this change, we'll be suffering from deffered WATCH exception
2698 once Status.EXL is cleared. Make sure Cause.WP is cleared.
2699
2700 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
2701
2702commit 26138623230ca2bad3c78e05a65527ea70c8b688
2703Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
2704Date: Tue Mar 25 21:30:07 2008 +0900
2705
2706 [MIPS] INCA-IP: Move watchdog init code from start.S to lowlevel_init()
2707
2708 Move things to appropriate place.
2709
2710 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
2711
2712commit ccf8f824ef67df028dedb29f8ea5d71a5a88d895
2713Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
2714Date: Tue Mar 25 21:30:06 2008 +0900
2715
2716 [MIPS] Implement flush_cache()
2717
2718 We do Hit_Writeback_Inv_D and Hit_Invalidate_I. You might think that you
2719 don't need to do Hit_Invalidate_I, but flush_cache() needs it since this
2720 function is used not only in U-Boot specfic programs but also at loading
2721 target binaries.
2722
2723 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
2724
2725commit 2e0e5271aac917812a76c72030a2b2c6f1d3387d
2726Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
2727Date: Tue Mar 25 21:30:06 2008 +0900
2728
2729 [MIPS] Fix I-/D-cache initialization loops
2730
2731 Currently we do 1) Index_Store_Tag_I, 2) Fill and 3) Index_Store_Tag_I
2732 again per a loop for I-cache initialization. But according to 'See MIPS
2733 Run', we're encouraged to use three separate loops rather than combining
2734 them *for both I- and D-cache*. This patch tries to fix this.
2735
2736 In accordance with fixing above, mips_init_[id]cache are separated from
2737 mips_cache_reset(), and rewrite cache loops are completely rewritten with
2738 useful macros.
2739
2740 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
2741
2742commit 1898840797c7f50799377bd5b285a8a93a82c419
2743Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
2744Date: Tue Mar 25 21:30:06 2008 +0900
2745
2746 [MIPS] Replace memory clearance code with f_fill64
2747
2748 This routine fills memory with zero by 64 bytes, and is 64-bit capable.
2749
2750 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
2751
2752commit 2f5d414ccb4024dd0992ff6b22561732dbc73590
2753Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
2754Date: Tue Mar 25 21:30:06 2008 +0900
2755
2756 [MIPS] cpu/mips/cache.S: Introduce NESTED/LEAF/END macros
2757
2758 This patch replaces the current function definitions with NESTED, LEAF
2759 and END macro. They specify some more additional information about the
2760 function; an alignment of symbol, type of symbol, stack frame usage, etc.
2761 These information explicitly tells the assembler and the debugger about
2762 the types of code we want to generate.
2763
2764 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
2765
2766commit 282223a607c611425fa33f5428f8eae6636972bb
2767Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
2768Date: Tue Mar 25 11:43:17 2008 +0900
2769
2770 [MIPS] asm headers' updates
2771
2772 Make some asm headers adjusted to the latest Linux kernel.
2773
2774 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
2775
2776commit e1390801a3c1a2b6d12fa90be368efc19f5b9bfd
2777Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
2778Date: Tue Mar 25 11:39:29 2008 +0900
2779
2780 [MIPS] Request for the 'mips_cache_lock()' removal
2781
2782 The initial intension of having mips_cache_lock() was to use the cache
2783 as memory for temporary stack use so that a C environment can be set up
2784 as early as possible.
2785
2786 But now mips_cache_lock() follow lowlevel_init(). We've already have the
2787 real memory initilaized at this point, therefore we could/should use it.
2788 No reason to lock at all.
2789
2790 Other problems:
2791
2792 Cache locking is not consistent across MIPS implementaions. Some imple-
2793 mentations don't support locking at all. The style of locking varies -
2794 some support per line locking, others per way, etc. Some parts use bits
2795 in status registers instead of cache ops. Current mips_cache_lock() is
2796 not necessarily general-purpose.
2797
2798 And this is worthy of special mention; once U-Boot/MIPS locks the lines,
2799 they are never get unlocked, so the code relies on whatever gets loaded
2800 after U-Boot to re-initialize the cache and clear the locks. We're sup-
2801 posed to have CFG_INIT_RAM_LOCK and unlock_ram_in_cache() implemented,
2802 but leave the situation as it is for a long time.
2803
2804 For these reasons, I proposed the removal of mips_cache_lock() from the
2805 global start-up code.
2806
2807 This patch adds CFG_INIT_RAM_LOCK_MIPS to make existing users aware that
2808 *things have changed*. If he wants the same behavior as before, he needs
2809 to have CFG_INIT_RAM_LOCK_MIPS in his config file.
2810
2811 If we don't have any regression report through several releases, then
2812 we'll remove codes entirely.
2813
2814 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
2815 Acked-by: Andrew Dyer <amdyer@gmail.com>
2816
2817commit 0d48926c87ec96f974a6ac4034f4a2f2eab3255f
2818Author: Yuri Tikhonov <yur@emcraft.com>
2819Date: Mon Mar 24 11:30:54 2008 +0100
2820
2821 lwmon5 SYSMON POST: fix backlight control
2822
2823 If the LWMON5 config has SYSMON POST among CONFIG_POSTs which may be
2824 run on the board, then the SYSMON POST controls the display backlight
2825 (doesn't switch backlight ON if POST FAILED, and does switch the
2826 backlight ON if PASSED).
2827
2828 If not, then the video driver controls the display backlight (just
2829 switch ON the backlight upon initialization).
2830
2831 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
2832
2833commit ff2bdfb2c1e073f65c065011f1e18d0a130bd3d8
2834Author: Yuri Tikhonov <yur@emcraft.com>
2835Date: Mon Mar 24 11:29:14 2008 +0100
2836
2837 lwmon5 SYSMON POST: fix handling of negative temperatures
2838
2839 Fix errors in the LWMON5 Sysmon POST for negative temperatures.
2840
2841 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
2842
2843commit 55774b512fdf63c0516d441cc5da7c54bbffb7f2
2844Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2845Date: Fri Mar 7 16:04:25 2008 +0900
2846
2847 pci: Add CONFIG_PCI_SKIP_HOST_BRIDGE config option
2848
2849 In current source code, when the device number of PCI is 0, process PCI
2850 bridge without fail. However, when the device number is 0, it is not PCI
2851 always bridge. There are times when device of PCI allocates.
2852
2853 When CONFIG_PCI_SKIP_HOST_BRIDGE is enable, this problem is solved when
2854 use this patch.
2855
2856 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2857 Acked-by: Stefan Roese <sr@denx.de>
2858
2859commit 86aea3eaefa248ffb9328e2b50c64720489cdbeb
2860Author: Yuri Tikhonov <yur@emcraft.com>
2861Date: Fri Mar 21 09:18:40 2008 +0100
2862
2863 LWMON5: fix dsPIC POST
2864
2865 Add test for DPIC_SYS_ERROR_REG to be zero in the LWMON5 dsPIC POST.
2866
2867 Signed-off-by: Yuri Tikhonov <yur@emcraft.com> ---
2868
438a4c11
WD
2869commit 388b82fddc7c05596f3f615f190da0448227dc82
2870Author: Bartlomiej Sieka <tur@semihalf.com>
2871Date: Thu Mar 20 23:23:13 2008 +0100
2872
2873 [new uImage] Enable new uImage support for the pcs440ep board.
2874
2875 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
2876
2877commit 95f4ec2b9c910c7261e6f060ea530d58b039692d
2878Author: Bartlomiej Sieka <tur@semihalf.com>
2879Date: Thu Mar 20 23:23:13 2008 +0100
2880
2881 [new uImage] Do not compile new uImage format support by default
2882
2883 Disable default building of new uImage format support in preparation
2884 for merge with the master. Support for new format can be enabled on
2885 a per-board basis, by defining the following in the board's config file:
2886
2887 #define CONFIG_FIT 1
2888 #define CONFIG_OF_LIBFDT 1
2889
2890 This can be optionally defined to give more verbose output:
2891
2892 #define CONFIG_FIT_VERBOSE 1 /* enable fit_format_{error,warning}() */
2893
2894 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
2895
2896commit dafaede8a46c7159310239e036c93e31c6374487
2897Author: Bartlomiej Sieka <tur@semihalf.com>
2898Date: Thu Mar 20 23:20:31 2008 +0100
2899
2900 [new uImage] Disable debuging output in preparation for merge with master
2901
2902 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
2903
2904commit fbe7a155027beacebaee9b32e1ada781fe924bca
2905Author: Bartlomiej Sieka <tur@semihalf.com>
2906Date: Thu Mar 20 19:38:45 2008 +0100
2907
2908 [new uImage] Compilation and new uImage handling fixes for imxtract
2909
2910 Fix imxtract command not being compiled-in despite CONFIG_CMD_XIMG being in
2911 include/config_cmd_default.h. Fix few warnings and handling of new format
2912 images.
2913
2914 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
2915
2916commit 36cc8cbb3379d5166f882641123521735c469f92
2917Author: Bartlomiej Sieka <tur@semihalf.com>
2918Date: Thu Mar 20 23:10:19 2008 +0100
2919
2920 [new uImage] Fix autoscr command used with new uImage format
2921
2922 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
2923
2924commit 43142e817f0597be412e7cbe19413f5532eafa5d
2925Author: Bartlomiej Sieka <tur@semihalf.com>
2926Date: Thu Mar 20 23:10:19 2008 +0100
2927
2928 [new uImage] Fix *.its files location in documentation
2929
2930 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
2931
aa6f6d17
WD
2932commit 81a0ac62ea29f8252d0a714709d0ecfdbba2a15e
2933Author: Wolfgang Denk <wd@denx.de>
2934Date: Thu Mar 20 22:01:38 2008 +0100
2935
2936 lwmon5 POST: remove unreachable code
2937
2938 plus some coding style cleanup
2939
2940 Signed-off-by: Wolfgang Denk <wd@denx.de>
2941
2942commit b73a19e1609d0f705cbab8014ca17aefe89e4c76
2943Author: Yuri Tikhonov <yur@emcraft.com>
2944Date: Thu Mar 20 17:56:04 2008 +0300
2945
2946 LWMON5: POST RTC fix
2947
2948 Modify the RTC API to provide one a status for the time reported by
2949 the rtc_get() function:
2950 0 - a reliable time is guaranteed,
2951 < 0 - a reliable time isn't guaranteed (power fault, clock issues,
2952 and so on).
2953
2954 The RTC chip drivers are responsible for providing this info if the
2955 corresponding chip supports such functionality. If not - always
2956 report that the time is reliable.
2957
2958 The POST RTC test was modified to detect the RTC faults utilizing
2959 this new rtc_get() feature.
2960
2961 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
2962
2963commit a5cc5555ccee596908a7d8cf22a104f6b993bfd5
2964Author: Martin Krause <martin.krause@tqs.de>
2965Date: Wed Mar 19 14:25:14 2008 +0100
2966
2967 TQM5200B: update MTD partition layout
2968
2969 - insert partition for dtb blob to TQM5200B MTD layout
2970 - set env variables dependent on the configured board
2971 (TQM5200 or TQM5200B)
2972
2973 Signed-off-by: Martin Krause <martin.krause@tqs.de>
2974
2975commit f0105727d132f56a21fa3ed8b162309cca6cac44
2976Author: Stefan Roese <sr@denx.de>
2977Date: Wed Mar 19 07:09:26 2008 +0100
2978
2979 CFI: Small cleanup for FLASH_SHOW_PROGRESS
2980
2981 With this patch we don't need that many #ifdef's in the code. It moves
2982 the subtraction into the macro and defines a NOP-macro when
2983 CONFIG_FLASH_SHOW_PROGRESS is not defined.
2984
2985 Signed-off-by: Stefan Roese <sr@denx.de>
2986 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
2987
2988commit 9a042e9ca512beaaa2cb450274313fc477141241
2989Author: Jerry Van Baren <gvb.uboot@gmail.com>
2990Date: Sat Mar 8 13:48:01 2008 -0500
2991
2992 Flash programming progress countdown.
2993
2994 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
2995
438a4c11
WD
2996commit 5e339fd9ed539a7d7fec59cfc88f0857ab26a53f
2997Author: Bartlomiej Sieka <tur@semihalf.com>
2998Date: Wed Mar 19 10:00:06 2008 +0100
2999
3000 [new uImage] Fix style issue spotted by Wolfgang Denk <wd@denx.org>
3001
3002 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
3003
aa6f6d17
WD
3004commit 11abe45c48ec3485a6c1a5168ce8d79c3288adc1
3005Author: David Gibson <david@gibson.dropbear.id.au>
3006Date: Mon Feb 18 18:09:04 2008 +1100
3007
3008 libfdt: Remove no longer used code from fdt_node_offset_by_compatible()
3009
3010 Since fdt_node_offset_by_compatible() was converted to the new
3011 fdt_next_node() iterator, a chunk of initialization code became
3012 redundant, but was not removed by oversight. This patch cleans it up.
3013
3014 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
3015
3016commit d0ccb9b140b472039732de102fc14597eedb14df
3017Author: David Gibson <david@gibson.dropbear.id.au>
3018Date: Mon Feb 18 18:06:31 2008 +1100
3019
3020 libfdt: Trivial cleanup for CHECK_HEADER)
3021
3022 Currently the CHECK_HEADER() macro is defined local to fdt_ro.c.
3023 However, there are a handful of functions (fdt_move, rw_check_header,
3024 fdt_open_into) from other files which could also use it (currently
3025 they open-code something more-or-less identical). Therefore, this
3026 patch moves CHECK_HEADER() to libfdt_internal.h and uses it in those
3027 places.
3028
3029 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
3030
3031commit fe30a354cdbb808b5f15366a935b151a4ccee74f
3032Author: Kumar Gala <galak@kernel.crashing.org>
3033Date: Wed Feb 20 14:32:36 2008 -0600
3034
3035 Fix fdt boardsetup command parsing
3036
3037 The introduciton of the 'fdt bootcpu' broke parsing for 'fdt boardsetup'.
3038
3039 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3040
3041commit 804887e6001e2f00bea11431bf34d6d472512cda
3042Author: Kumar Gala <galak@kernel.crashing.org>
3043Date: Fri Feb 15 03:34:36 2008 -0600
3044
3045 Add sub-commands to fdt
3046
3047 fdt header - Display header info
3048 fdt bootcpu <id> - Set boot cpuid
3049 fdt memory <addr> <size> - Add/Update memory node
3050 fdt rsvmem print - Show current mem reserves
3051 fdt rsvmem add <addr> <size> - Add a mem reserve
3052 fdt rsvmem delete <index> - Delete a mem reserves
3053
3054 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3055
3056commit f84d65f9b085ffbed464d1d58e8aaa8f5a2efc07
3057Author: David Gibson <david@gibson.dropbear.id.au>
3058Date: Thu Feb 14 16:50:34 2008 +1100
3059
3060 libfdt: Fix NOP handling bug in fdt_add_subnode_namelen()
3061
3062 fdt_add_subnode_namelen() has a bug if asked to add a subnode to a
3063 node which has NOP tags interspersed with its properties. In this
3064 case fdt_add_subnode_namelen() will put the new subnode before the
3065 first NOP tag, even if there are properties after it, which will
3066 result in an invalid blob.
3067
3068 This patch fixes the bug, and adds a testcase for it.
3069
3070 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
3071
3072commit ae0b5908de3b9855f8931bc9b32c9fc4962df5a9
3073Author: David Gibson <david@gibson.dropbear.id.au>
3074Date: Tue Feb 12 11:58:31 2008 +1100
3075
3076 libfdt: Add and use a node iteration helper function.
3077
3078 This patch adds an fdt_next_node() function which can be used to
3079 iterate through nodes of the tree while keeping track of depth. This
3080 function is used to simplify the iteration code in a lot of other
3081 functions, and is also exported for use by library users.
3082
3083 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
3084
3085commit 9eaeb07a7185d852c7aa10735ecd4e9edf24fb5d
3086Author: David Gibson <david@gibson.dropbear.id.au>
3087Date: Fri Jan 11 14:55:05 2008 +1100
3088
3089 libfdt: Add fdt_set_name() function
3090
3091 This patch adds an fdt_set_name() function to libfdt, mirroring
3092 fdt_get_name(). This is a r/w function which alters the name of a
3093 given device tree node.
3094
3095 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
3096
3097commit 23e20aa6488e6c0622496549861bfdc74108debe
3098Author: Yuri Tikhonov <yur@pollux.denx.de>
3099Date: Tue Mar 18 13:33:30 2008 +0100
3100
3101 lwmon5: Fix register test logic to match the specific GDC h/w.
3102
3103 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
3104 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
3105
3106commit 46bc0a938779aa1d664b847d36b08aa00f22e539
3107Author: Yuri Tikhonov <yur@pollux.denx.de>
3108Date: Tue Mar 18 13:27:57 2008 +0100
3109
3110 Fix backlight in the lwmon5 POST.
3111
3112 Backlight was switched on even when temperature was too low.
3113
3114 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
3115 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
3116
3117commit 3d61018643a2cd38c145aa6dde53f3f5f1a0e9cf
3118Author: Yuri Tikhonov <yur@pollux.denx.de>
3119Date: Wed Feb 6 18:48:36 2008 +0100
3120
3121 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).
3122
3123 To enable this, alternative, configuration the U-Boot board configuration
3124 file for lwmon5 includes the definitions of alternative addresses for header
3125 (CONFIG_ALT_LH_ADDR) and buffer (CONFIG_ALT_LB_ADDR).
3126
3127 The Linux shall be configured with the CONFIG_ALT_LB_LOCATION option set,
3128 and has the BOARD_ALT_LH_ADDR and BOARD_ALT_LB_ADDR constants defined in the
3129 lwmon5 board-specific header (arch/ppc/platforms/4xx/lwmon5.h).
3130
3131 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
3132
3133commit 0f009f781b5b88f25769e154ea4d42db13baf0c6
3134Author: Yuri Tikhonov <yur@pollux.denx.de>
3135Date: Mon Feb 4 17:11:53 2008 +0100
3136
3137 Add support for the lwmon5 board reset via GPIO58.
3138
3139 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
3140 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
3141
3142commit f694e32f93565ec1fa8d0226c584d6b89e931ed9
3143Author: Yuri Tikhonov <yur@pollux.denx.de>
3144Date: Mon Feb 4 17:09:55 2008 +0100
3145
3146 Some fixes to dspic, fpga, and gdc post tests for lwmon5. Disable external watch-dog for now.
3147
3148 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
3149 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
3150
3151commit b428f6a8c65c5303e5f96db8d24f2f699d94a98c
3152Author: Yuri Tikhonov <yur@pollux.denx.de>
3153Date: Mon Feb 4 14:11:03 2008 +0100
3154
3155 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.
3156
3157 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
3158 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
3159
3160commit 8f15d4addd49c956412e1e3bfc764a0c8b1f3184
3161Author: Yuri Tikhonov <yur@pollux.denx.de>
3162Date: Mon Feb 4 14:10:42 2008 +0100
3163
3164 The patch adds new POST tests for the Lwmon5 board. These are:
3165
3166 * External Watchdog test;
3167 * dsPIC tests;
3168 * FPGA test;
3169 * GDC test;
3170 * Sysmon tests.
3171
3172 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
3173 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
3174
3175commit c2ed33efbfff5767bca236828e021c55fd547b6c
3176Author: Yuri Tikhonov <yur@pollux.denx.de>
3177Date: Mon Feb 4 14:10:01 2008 +0100
3178
3179 Enable CODEC POST with CFG_POST_CODEC rather than with CFG_POST_DSP.
3180
3181 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
3182
3183commit 3515fd18d4e8e44f863ac7142b55e22b109e9af2
3184Author: Wolfgang Denk <wd@denx.de>
3185Date: Tue Mar 18 17:35:51 2008 +0100
3186
3187 HMI1001: fix compile problem.
3188
3189 Signed-off-by: Wolfgang Denk <wd@denx.de>
3190
3191commit 1f2a9970109cebf7446e0503b10b71f8673045ee
3192Author: Mike Frysinger <vapier@gentoo.org>
3193Date: Mon Feb 18 05:32:30 2008 -0500
3194
3195 Blackfin: BF537-stamp: drop board-specific flash driver for CFI
3196
3197 The parallel flash on the BF537-STAMP is CFI compliant, so there is no need
3198 for the board specific driver at all. Just use the common CFI driver.
3199
3200 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3201
3202commit 5b22163fef865af2b6bfb6b75f1b7bf443ce170c
3203Author: Mike Frysinger <vapier@gentoo.org>
3204Date: Tue Feb 19 00:36:14 2008 -0500
3205
3206 Blackfin: add proper ELF markings to some assembly functions
3207
3208 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3209
3210commit cf675d3b2b9c3511c1d99bc8f8f38fd2f08bfcaf
3211Author: Mike Frysinger <vapier@gentoo.org>
3212Date: Tue Feb 19 00:35:17 2008 -0500
3213
3214 Blackfin: new cplbinfo command for viewing cplb tables
3215
3216 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3217
3218commit aadb72503cd1602349a5fe53356d5f55ecc1b900
3219Author: Mike Frysinger <vapier@gentoo.org>
3220Date: Mon Feb 18 05:37:51 2008 -0500
3221
3222 Blackfin: update MAINTAINERS list
3223
3224 Add maintainer information for the Blackfin boards.
3225
3226 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3227
3228commit f7ce12cb65a30c6e152eecf26f0304b7d78cf39d
3229Author: Mike Frysinger <vapier@gentoo.org>
3230Date: Mon Feb 18 05:26:48 2008 -0500
3231
3232 Blackfin: convert BFIN_CPU to CONFIG_BFIN_CPU
3233
3234 Stop tying things to the processor that should be tied to other defines and
3235 change BFIN_CPU to CONFIG_BFIN_CPU so that it can be used in the build
3236 system to select the -mcpu option.
3237
3238 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3239
3240commit 86a20fb920bd198105acf7b1191117f566d637ed
3241Author: Mike Frysinger <vapier@gentoo.org>
3242Date: Sat Feb 16 07:40:36 2008 -0500
3243
3244 Blackfin: move bootldr command to common code
3245
3246 This moves the Blackfin-common bootldr command out of the BF537-STAMP
3247 specific board directory and into the common directory so that all Blackfin
3248 boards may utilize it.
3249
3250 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3251
3252commit decbe029b2a9d3333d02c433389b1c821eea96d7
3253Author: Heiko Schocher <hs@denx.de>
3254Date: Fri Mar 14 11:05:20 2008 +0100
3255
3256 mgcoge: update configuration
3257
3258 Fix configuration for mgcoge board
3259
3260 Signed-off-by: Heiko Schocher <hs@denx.de>
3261
3262commit c136724cda0219c49f1d4b346f00da29b14fdf14
3263Author: Wolfgang Denk <wd@denx.de>
3264Date: Sun Mar 16 01:22:59 2008 +0100
3265
3266 drivers/rtc/Makefile: keep list sorted
3267
3268 Signed-off-by: Wolfgang Denk <wd@denx.de>
3269
3270commit 9536dfcce03e7be4ccbceb47a08d9ba07ada362f
3271Author: Tor Krill <tor@excito.com>
3272Date: Sat Mar 15 15:40:26 2008 +0100
3273
3274 Add support for Intersil isl1208 RTC
3275
3276 Signed-off-by: Tor Krill <tor@excito.com>
3277
3278commit 0210cff3d079d97b2156b13685ee8de368e68a1a
3279Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3280Date: Sat Mar 15 17:36:41 2008 +0100
3281
3282 cramfs: Fix ifdef
3283
3284 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3285
3286commit 0b8f2a27861a9fd06eb55a34f855ec9c5102aab4
3287Author: Wolfgang Denk <wd@denx.de>
3288Date: Sun Mar 16 01:12:58 2008 +0100
3289
3290 Conding style cleanup
3291
3292 Signed-off-by: Wolfgang Denk <wd@denx.de>
3293
0b8f2a27
WD
3294commit 41712b4e8c95dff23354bcd620e1f9477160c190
3295Author: Stefan Roese <sr@denx.de>
3296Date: Wed Mar 5 12:31:53 2008 +0100
3297
3298 ppc4xx: Add USB OHCI support to AMCC Canyonlands 460EX eval board
3299
3300 This patch adds USB OHCI support to the Canyonlands board port. It also
3301 enables EXT2 support.
3302
3303 Signed-off-by: Stefan Roese <sr@denx.de>
3304
3305commit 2596f5b9d353ff3e4387a3325d05740f16958038
3306Author: Stefan Roese <sr@denx.de>
3307Date: Wed Mar 5 12:29:32 2008 +0100
3308
3309 usb: Add CFG_OHCI_USE_NPS to common USB-OHCI driver
3310
3311 This patch adds CFG_OHCI_USE_NPS to the common USB-OHCI driver. This
3312 way a board just needs to define this new option to enable the "force
3313 NoPowerSwitching mode" instead of adding new CPU/architecture defines
3314 to the USB source itself.
3315
3316 This new option will be used first with the new AMCC 460EX Canyonlands
3317 board port, which will be posted in a few days.
3318
3319 This patch also fixes a small compilation problem when DEBUG is enabled.
3320
3321 Signed-off-by: Stefan Roese <sr@denx.de>
3322
3323commit 71665ebf88408ff2acb762af47989fd4365b321a
3324Author: Stefan Roese <sr@denx.de>
3325Date: Mon Mar 3 17:27:02 2008 +0100
3326
3327 ppc4xx: Add Canyonlands NAND booting support
3328
3329 460EX doesn't support a fixed bootstrap option to boot from 512 byte page
3330 NAND devices. The only bootstrap option for NAND booting is option F for
3331 2k page devices. So to boot from a 512 bype page device, the I2C bootstrap
3332 EEPROM needs to be programmed accordingly.
3333
3334 This patch adds basic NAND booting support for the AMCC Canyonlands aval
3335 board and also adds support to the "bootstrap" command, to enable NAND
3336 booting I2C setting.
3337
3338 Tested with 512 byte page NAND device (32MByte) on Canyonlands.
3339
3340 Signed-off-by: Stefan Roese <sr@denx.de>
3341
3342commit c813f1f835a7edfdb929f2843b09db72cd5cd2f2
3343Author: Stefan Roese <sr@denx.de>
3344Date: Tue Mar 11 16:53:00 2008 +0100
3345
3346 ppc4xx: Add AMCC Canyonlands support (460EX) (3/3)
3347
3348 This patch adds support for the AMCC Canyonlands 460EX evaluation
3349 board.
3350
3351 Signed-off-by: Stefan Roese <sr@denx.de>
3352
3353commit 6983fe21f774a924d3adb263a270bc2f301f2aa2
3354Author: Stefan Roese <sr@denx.de>
3355Date: Tue Mar 11 16:52:24 2008 +0100
3356
3357 ppc4xx: Add AMCC Canyonlands support (460EX) (2/3)
3358
3359 This patch adds support for the AMCC Canyonlands 460EX evaluation
3360 board.
3361
3362 Signed-off-by: Stefan Roese <sr@denx.de>
3363
3364commit 8e1a3fe545bbcfceafe183344ebc9f1ad03819c1
3365Author: Stefan Roese <sr@denx.de>
3366Date: Tue Mar 11 16:51:17 2008 +0100
3367
3368 ppc4xx: Add AMCC Canyonlands support (460EX) (1/3)
3369
3370 This patch adds support for the AMCC Canyonlands 460EX evaluation
3371 board.
3372
3373 Signed-off-by: Stefan Roese <sr@denx.de>
3374
3375commit 43c60992cdf72496e7eaaa3fbd37ebbe75835f69
3376Author: Stefan Roese <sr@denx.de>
3377Date: Tue Mar 11 15:11:43 2008 +0100
3378
3379 ppc4xx: Add basic support for AMCC 460EX/460GT (5/5)
3380
3381 This patch adds basic support for the AMCC 460EX/460GT PPC's.
3382
3383 Signed-off-by: Stefan Roese <sr@denx.de>
3384
3385commit 6f2eb3f3d8ea2dbb224d0da5a12038693bab9945
3386Author: Stefan Roese <sr@denx.de>
3387Date: Tue Mar 11 15:11:18 2008 +0100
3388
3389 ppc4xx: Add basic support for AMCC 460EX/460GT (4/5)
3390
3391 This patch adds basic support for the AMCC 460EX/460GT PPC's.
3392
3393 Signed-off-by: Stefan Roese <sr@denx.de>
3394
3395commit 999ecd5aca381984d8ebbeb207ece82a1c275577
3396Author: Stefan Roese <sr@denx.de>
3397Date: Tue Mar 11 15:07:10 2008 +0100
3398
3399 ppc4xx: Add basic support for AMCC 460EX/460GT (3/5)
3400
3401 This patch adds basic support for the AMCC 460EX/460GT PPC's.
3402
3403 Signed-off-by: Stefan Roese <sr@denx.de>
3404
3405commit 2801b2d2a9906f206ab9ee8d0b6e746d2b7fe05a
3406Author: Stefan Roese <sr@denx.de>
3407Date: Tue Mar 11 15:05:50 2008 +0100
3408
3409 ppc4xx: Add basic support for AMCC 460EX/460GT (2/5)
3410
3411 This patch adds basic support for the AMCC 460EX/460GT PPC's.
3412
3413 Signed-off-by: Stefan Roese <sr@denx.de>
3414
3415commit 8ac41e3e37c3080c6b1d9461d654161cfe2aa492
3416Author: Stefan Roese <sr@denx.de>
3417Date: Tue Mar 11 15:05:26 2008 +0100
3418
3419 ppc4xx: Add basic support for AMCC 460EX/460GT (1/5)
3420
3421 This patch adds basic support for the AMCC 460EX/460GT PPC's.
3422
3423 Signed-off-by: Stefan Roese <sr@denx.de>
3424
3425commit 56e410178375d9f20be25fb24e180974f0ae120b
3426Author: Stefan Roese <sr@denx.de>
3427Date: Tue Feb 19 22:07:57 2008 +0100
3428
3429 ppc4xx: interrupt.c reworked
3430
3431 This patch is a rework of the 4xx interrupt handling done while
3432 adding the 460EX/GT support. Interrupts are needed on 4xx for the
3433 EMAC driver.
3434
3435 Signed-off-by: Stefan Roese <sr@denx.de>
3436
3437commit 84a999b6cdd0b02dc7de2cacc306eaa84afe2b46
3438Author: Stefan Roese <sr@denx.de>
3439Date: Tue Feb 19 22:01:57 2008 +0100
3440
3441 ppc4xx: program_tlb now uses 64bit physical addess
3442
3443 This patch changes the physical addess parameter from 32bit to 64bit.
3444 This is needed for 36bit 4xx platforms to access areas located
3445 beyond the 4GB border, like SoC peripherals (EBC etc.).
3446
3447 Signed-off-by: Stefan Roese <sr@denx.de>
3448
3449commit c3307fa186af85771924c434997089b8104c0a46
3450Author: Stefan Roese <sr@denx.de>
3451Date: Tue Feb 19 21:58:25 2008 +0100
3452
3453 ppc4xx: miiphy.c reworked
3454
3455 While adding the 460EX/GT support I reworked the 4xx miiphy code. It
3456 badly neede some cleanup.
3457
3458 Signed-off-by: Stefan Roese <sr@denx.de>
3459
3460commit 88aff62df39c0756241ea9f9b5a7b3ade26cb82b
3461Author: Stefan Roese <sr@denx.de>
3462Date: Tue Feb 19 16:21:49 2008 +0100
3463
3464 rtc: Add M41T62 support
3465
3466 This patch add support for the STM M41T62 RTC. It is used and tested
3467 on the AMCC Canyonlands 406EX platform.
3468
3469 Signed-off-by: Stefan Roese <sr@denx.de>
3470
3471commit 217d383e201adc7f2271145ae345ea5eae2b7170
3472Author: Niklaus Giger <niklaus.giger@netstal.com>
3473Date: Mon Feb 25 18:46:43 2008 +0100
3474
3475 ppc4xx: Add 405GPr based MCU25 board specific files
3476
3477 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
3478
3479commit 75a66dcdb383863ad33f0534cfc27b7a86947dad
3480Author: Niklaus Giger <niklaus.giger@netstal.com>
3481Date: Mon Feb 25 18:46:42 2008 +0100
3482
3483 ppc4xx: Add 405GPr based MCU25 board config file
3484
3485 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
3486
3487commit b05f35436b733a240559e77e46bed8439665ecc5
3488Author: Niklaus Giger <niklaus.giger@netstal.com>
3489Date: Mon Feb 25 18:46:41 2008 +0100
3490
3491 ppc4xx: Add 405GPr based MCU25 board. Global files
3492
3493 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
3494
3495commit 14c27b35ac812a71abce6e3e2f4129d5e9313660
3496Author: Niklaus Giger <niklaus.giger@netstal.com>
3497Date: Mon Feb 25 18:37:02 2008 +0100
3498
3499 ppc4xx: HCU4/5. remove obsolete hcu_flash.c
3500
3501 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
3502
3503commit a079494853cc2bfeddb26673219db0b4b2b31566
3504Author: Niklaus Giger <niklaus.giger@netstal.com>
3505Date: Mon Feb 25 18:37:01 2008 +0100
3506
3507 ppc4xx: HCU4/5. Use FLASH_CFI_LEGACY
3508
3509 Cleanup: Remove custom flash driver for 8 bit boot-eprom and replace it with
3510 the FLASH_CFI_LEGACY et al. config options.
3511
3512 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
3513
3514commit e4170e5a50c8110f792bc37472833ae669d69951
3515Author: Stefan Roese <sr@denx.de>
3516Date: Tue Mar 11 13:52:25 2008 +0100
3517
3518 ppc4xx: Fix comment in 405EX DDR2 init code
3519
3520 Signed-off-by: Stefan Roese <sr@denx.de>
3521
438a4c11
WD
3522commit 766529fccc860ecb9e955b4239dff69cd9e4ea09
3523Author: Bartlomiej Sieka <tur@semihalf.com>
3524Date: Fri Mar 14 16:22:34 2008 +0100
3525
3526 Add MD5 support to the new uImage format
3527
3528 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
3529
3530commit 0ede0c383530a418cf98be9122371a86573cd0db
3531Author: Bartlomiej Sieka <tur@semihalf.com>
3532Date: Fri Mar 14 16:22:34 2008 +0100
3533
3534 Add the MD5 algorithm
3535
3536 MD5 supoprt is turned on by defining CONFIG_MD5, the digest can be then
3537 calculated using the md5() function -- see include/md5.h for details.
3538
3539 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
3540
0b8f2a27
WD
3541commit b8aa57b5d4d69e8f0810a5e632c0ce41c0f46ee0
3542Author: Wolfgang Denk <wd@denx.de>
3543Date: Fri Mar 14 16:04:54 2008 +0100
3544
3545 tools/setlocalversion: use a git-describe-ish format
3546
3547 Change the automatic local version to have the form -nnnnn-gSHA1SUMID,
3548 where 'nnnnn' is the number of commits since the last tag (i.e.,
3549 1.3.2-rc3). This makes it much easier to recognize "newer" versions
3550 and to see how much has been changed since the referenced tag.
3551
3552 Stolen from Linux kernel's scripts/setlocalversio, see commit d882421f.
3553
3554 Signed-off-by: Wolfgang Denk <wd@denx.de>
3555
3556commit c6dc21c84de0f159a1752c5ebd33cff843f63609
3557Author: Wolfgang Denk <wd@denx.de>
3558Date: Thu Mar 13 14:32:03 2008 +0100
3559
3560 HMI1001: add support for MPC5200 Rev. B processors.
3561
3562 Signed-off-by: Wolfgang Denk <wd@denx.de>
3563
3564commit 90f13dce7a7a9a84d5730576c9a24d0dbb07cb3a
3565Author: Wolfgang Denk <wd@denx.de>
3566Date: Thu Mar 13 14:29:49 2008 +0100
3567
3568 TQM5200: remove dead code
3569
3570 This board never used a MGT5100 processor.
3571
3572 Signed-off-by: Wolfgang Denk <wd@denx.de>
3573
438a4c11
WD
3574commit afe45c87e3c5d77bad76b1a57dccd20764d45b5d
3575Author: Marian Balakowicz <m8@semihalf.com>
3576Date: Wed Mar 12 12:14:15 2008 +0100
3577
3578 [new uImage] Fix build issue on ARM
3579
3580 ARM platforms don't have a bd->bi_memsize so use bd->bi_dram[0].size instead.
3581
3582 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3583
3584commit 3310c549a73a949430bfda90876df7552a1dab0c
3585Author: Marian Balakowicz <m8@semihalf.com>
3586Date: Wed Mar 12 12:13:13 2008 +0100
3587
3588 [new uImage] Add new uImage format documentation and examples
3589
3590 Create doc/uImage.FIT documentation directory with the following files:
3591 - command_syntax_extensions.txt : extended command syntax description
3592 - howto.txt : short usage howto
3593 - source_file_format.txt : internal new uImage format description
3594
3595 Add example image source files:
3596 - kernel.its
3597 - kernel_fdt.its
3598 - multi.its
3599
3600 Update README appropriately.
3601
3602 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
3603 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
3604
3605commit 1ec73761d2e247078f4520a265d463e8b73391a2
3606Author: Marian Balakowicz <m8@semihalf.com>
3607Date: Wed Mar 12 10:35:52 2008 +0100
3608
3609 [new uImage] Fix definition of common bootm_headers_t fields
3610
3611 verify, autostart and lmb fields are used regardless of CONFIG_FIT
3612 setting, move their definitions to common section.
3613
3614 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
3615
3616commit 1d1cb4270edc6a99276834064069717f9782c491
3617Author: Marian Balakowicz <m8@semihalf.com>
3618Date: Wed Mar 12 10:35:51 2008 +0100
3619
3620 [new uImage] Fix build problems on trab board
3621
3622 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
3623
3624commit f773bea8e11f4a11c388dcee956b2444203e6b65
3625Author: Marian Balakowicz <m8@semihalf.com>
3626Date: Wed Mar 12 10:35:46 2008 +0100
3627
3628 [new uImage] Add proper ramdisk/FDT handling when FIT configuration is used
3629
3630 Save FIT configuration provied in the first bootm argument and use it
3631 when to get ramdisk/FDT subimages when second and third (ramdisk/FDT)
3632 arguments are not specified.
3633
3634 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
3635
3636commit 2682ce8a4225f23d72bb7fed069e928dd39d34ae
3637Author: Marian Balakowicz <m8@semihalf.com>
3638Date: Wed Mar 12 10:33:01 2008 +0100
3639
3640 [new uImage] More verbose kernel image uncompress error message
3641
3642 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
3643
3644commit 1372cce2b9040fb640e5032b84e3a033a22d6ff0
3645Author: Marian Balakowicz <m8@semihalf.com>
3646Date: Wed Mar 12 10:33:01 2008 +0100
3647
3648 [new uImage] Use show_boot_progress() for new uImage format
3649
3650 This patch allocates a set of show_boot_progress() IDs for new uImage format
3651 and adds show_boot_progress() calls in new uImage format handling code.
3652
3653 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
3654
3655commit c28c4d193dbfb20b2dd3a5447640fd6de7fd0720
3656Author: Marian Balakowicz <m8@semihalf.com>
3657Date: Wed Mar 12 10:33:01 2008 +0100
3658
3659 [new uImage] Add new uImage fromat support to fpga command
3660
3661 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
3662
3663commit 09475f7527460e426c0e0628fc5b8f3754fbaa23
3664Author: Marian Balakowicz <m8@semihalf.com>
3665Date: Wed Mar 12 10:33:01 2008 +0100
3666
3667 [new uImage] Add new uImage format handling to other bootm related commands
3668
3669 Updated commands:
3670
3671 docboot - cmd_doc.c
3672 fdcboot - cmd_fdc.c
3673 diskboot - cmd_ide.c
3674 nboot - cmd_nand.c
3675 scsiboot - cmd_scsi.c
3676 usbboot - cmd_usb.c
3677
3678 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
3679
3680commit 1b7897f28d49a80d78d760ec6f6f11dc0f914338
3681Author: Marian Balakowicz <m8@semihalf.com>
3682Date: Wed Mar 12 10:33:00 2008 +0100
3683
3684 [new uImage] Add new uImage format support to imgextract command
3685
3686 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
3687
3688commit 424c4abdd175d2c470510df8ce0e32d3f463ec16
3689Author: Marian Balakowicz <m8@semihalf.com>
3690Date: Wed Mar 12 10:33:00 2008 +0100
3691
3692 [new uImage] Add new uImage format support to autoscript routine
3693
3694 autoscript() routine is updated to accept second argument, which
3695 is only used for FIT images and provides a FIT subimage unit name.
3696
3697 autoscript() routine callers must now pass two arguments. For
3698 non-interactive use (like in cmd_load.c, cmd_net.c), new environment
3699 variable 'autoscript_uname' is introduced and used as a FIT
3700 subimage unit name source.
3701
3702 autoscript command accepts extended syntax of the addr argument:
3703 addr:<subimg_uname>
3704
3705 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
3706
3707commit cd7c596e9f561dbbc17b717277438aee78cde14f
3708Author: Marian Balakowicz <m8@semihalf.com>
3709Date: Wed Mar 12 10:33:00 2008 +0100
3710
3711 [new uImage] Add new uImage format support to arch specific do_bootm_linux() routines
3712
3713 This patch updates architecture specific implementations of
3714 do_bootm_linux() adding new uImage format handling for
3715 operations like get kernel entry point address, get kernel
3716 image data start address.
3717
3718 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
3719
3720commit 3dfe110149311425919e6d6a14b561b4207498f1
3721Author: Marian Balakowicz <m8@semihalf.com>
3722Date: Wed Mar 12 10:32:59 2008 +0100
3723
3724 [new uImage] Add node offsets for FIT images listed in struct bootm_headers
3725
3726 This patch adds new node offset fields to struct bootm_headers
3727 and updates bootm_headers processing code to make use of them.
3728 Saved node offsets allow to avoid repeating fit_image_get_node() calls.
3729
3730 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
3731
3732commit bc8ed486b125452ba3bd8344f052f437329150c5
3733Author: Marian Balakowicz <m8@semihalf.com>
3734Date: Wed Mar 12 10:32:53 2008 +0100
3735
3736 [new uImage] ppc: Add new uImage format support to FDT handling routines
3737
3738 Support for new (FIT) format uImages is added to powerpc specific
3739 boot_get_fdt() routine which now recognizes, sanity checks FIT image
3740 and is able to access data sections of the requested component image.
3741
3742 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
3743
3744commit a44a269a905f924b420020506a4d7d7eedcc0eaf
3745Author: Marian Balakowicz <m8@semihalf.com>
3746Date: Wed Mar 12 10:14:57 2008 +0100
3747
3748 [new uImage] Re-enable interrupts for non automatic booting
3749
3750 Re-enable interrupts if we return from do_bootm_<os> and 'autostart'
3751 environment variable is not set to 'yes'.
3752
3753 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
3754
3755commit d985c8498c4e47095820da97aa722381d39172c5
3756Author: Marian Balakowicz <m8@semihalf.com>
3757Date: Wed Mar 12 10:14:38 2008 +0100
3758
3759 [new uImage] Remove unnecessary arguments passed to ramdisk routines
3760
3761 boot_get_ramdisk() and image_get_ramdisk() do not need all
3762 cmdtp, flag, argc and argv arguments. Simplify routines definition.
3763
3764 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
3765
3766commit c87796483bc7c2900470dc747c367f602577608d
3767Author: Marian Balakowicz <m8@semihalf.com>
3768Date: Wed Mar 12 10:12:37 2008 +0100
3769
3770 [new uImage] Add new uImage format support for ramdisk handling
3771
3772 This patch updates boot_get_ramdisk() routine adding format
3773 verification and handling for new (FIT) uImages.
3774
3775 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
3776
3777commit 6986a385671749ecb3f60cf99e9cbae8e47bb50e
3778Author: Marian Balakowicz <m8@semihalf.com>
3779Date: Wed Mar 12 10:01:05 2008 +0100
3780
3781 [new uImage] Add new uImage format support for kernel booting
3782
3783 New format uImages are recognized by the bootm command,
3784 validity of specified kernel component image is checked and
3785 its data section located and used for further processing
3786 (uncompress, load, etc.)
3787
3788 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
3789
3790commit e32fea6adb620ecf2bd70acf2dd37e53df9d1547
3791Author: Marian Balakowicz <m8@semihalf.com>
3792Date: Tue Mar 11 12:35:20 2008 +0100
3793
3794 [new uImage] Add new uImage format support for imls and iminfo commands
3795
3796 imls and iminfo can now recognize nad print out contents of the new (FIT)
3797 format uImages.
3798
3799 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
3800
3801commit 9d25438fe7d70cf35a8a293ea5e392fefc672613
3802Author: Bartlomiej Sieka <tur@semihalf.com>
3803Date: Tue Mar 11 12:34:47 2008 +0100
3804
3805 [new uImage] Add support for new uImage format to mkimage tool
3806
3807 Support for the new uImage format (FIT) is added to mkimage tool.
3808 Commandline syntax is appropriately extended:
3809
3810 mkimage [-D dtc_options] -f fit-image.its fit-image
3811
3812 mkimage (together with dtc) takes fit-image.its and referenced therein
3813 binaries (like vmlinux.bin.gz) as inputs, and produces fit-image file -- the
3814 final image that can be transferred to the target (e.g., via tftp) and then
3815 booted using the bootm command in U-Boot.
3816
3817 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
3818
3819commit eb6175edd6c120d8b89678243e5a2be362ee8e40
3820Author: Marian Balakowicz <m8@semihalf.com>
3821Date: Mon Mar 10 17:53:49 2008 +0100
3822
3823 [new uImage] Make node unit names const in struct bootm_headers
3824
3825 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
3826
3827commit 5dfb52138688ccbf0146f62683fe6217b3ce1b05
3828Author: Marian Balakowicz <m8@semihalf.com>
3829Date: Fri Feb 29 21:24:06 2008 +0100
3830
3831 [new uImage] New uImage low-level API
3832
3833 Add FDT-based functions for handling new format component images,
3834 configurations, node operations, property get/set, etc.
3835
3836 fit_ - routines handling global new format uImage operations
3837 like get/set top level property, process all nodes, etc.
3838 fit_image_ - routines handling component images subnodes
3839 fit_conf_ - routines handling configurations node
3840
3841 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
3842 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
3843
0b8f2a27
WD
3844commit 30f1806f60978d707b0cff2d7bf89d141fc24290
3845Author: Wolfgang Denk <wd@denx.de>
3846Date: Sun Mar 9 16:20:02 2008 +0100
3847
3848 Release v1.3.2
3849
3850 Update CHANGELOG for release.
3851
3852 Signed-off-by: Wolfgang Denk <wd@denx.de>
3853
30f1806f
WD
3854commit 5b464c289ba715d0979b6e1f94947bb8f1068d16
3855Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3856Date: Sun Mar 9 14:52:11 2008 +0100
3857
3858 SCM: fix 'packed' attribute ignored for field of type 'can_msg_t' warnings
3859
3860 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3861 Signed-off-by: Wolfgang Denk <wd@denx.de>
3862
3863commit db695b78515ddb88a2d4f3357c120345efbf59ec
3864Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3865Date: Sun Mar 9 10:44:01 2008 +0100
3866
3867 scb9328: Fix flash warning: type qualifiers ignored on function return type
3868
3869 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3870
3871commit 2b3e7e61d6a72f16aee93f870bc6af67f30758c4
3872Author: Wolfgang Denk <wd@denx.de>
3873Date: Sun Mar 9 10:50:41 2008 +0100
3874
3875 esd/common/fpga.c: fix indentation.
3876
3877 Signed-off-by: Wolfgang Denk <wd@denx.de>
3878
3879commit cc3843e36453e2b8db65d7e56de938ba045016a0
3880Author: Wolfgang Denk <wd@denx.de>
3881Date: Sun Mar 9 10:33:31 2008 +0100
3882
3883 common/kgdb.c: fix 'dereferencing type-punned pointer' warning
3884
3885 and get rid of a couple of unneeded casts.
3886
3887 Signed-off-by: Wolfgang Denk <wd@denx.de>
3888
3889commit 8d4f4a838d7dc7cf4de17e3e9a67e2f222b6a1c8
3890Author: Wolfgang Denk <wd@denx.de>
3891Date: Sun Mar 9 10:09:53 2008 +0100
3892
3893 esd/common/fpga.c: fix 'assignment of read-only location' error
3894
3895 Signed-off-by: Wolfgang Denk <wd@denx.de>
3896
3897commit c6fe4dabac066e8758345d249032768496983a3e
3898Author: Wolfgang Denk <wd@denx.de>
3899Date: Sun Mar 9 02:13:19 2008 +0100
3900
3901 Makefile: make build silently again.
3902
3903 Signed-off-by: Wolfgang Denk <wd@denx.de>
3904
3905commit 76babc86576f092573599334c85ec543fdbc6015
3906Author: Wolfgang Denk <wd@denx.de>
3907Date: Sun Mar 9 02:07:49 2008 +0100
3908
3909 m501sk: Fix out of tree building
3910
3911 Signed-off-by: Wolfgang Denk <wd@denx.de>
3912
3913commit 210ed2004e062fdd03f25ab4925998aa1bd08a07
3914Author: Wolfgang Denk <wd@denx.de>
3915Date: Sun Mar 9 00:06:09 2008 +0100
3916
3917 ADS5121: fix out of tree build
3918
3919 and simplify Makefile a bit.
3920
3921 Signed-off-by: Wolfgang Denk <wd@denx.de>
3922
3923commit 46cb5074a3f74de64ebd97dd0c4ec7eb3d768b93
3924Author: Wolfgang Denk <wd@denx.de>
3925Date: Sat Mar 8 22:35:31 2008 +0100
3926
3927 Release v1.3.2
3928
3929 Signed-off-by: Wolfgang Denk <wd@denx.de>
3930
3931commit 78a90f827df74520e939c794fc7413dace21c4db
3932Author: Wolfgang Denk <wd@denx.de>
3933Date: Sat Mar 8 22:35:04 2008 +0100
3934
3935 Update CHANGELOG
3936
3937 Signed-off-by: Wolfgang Denk <wd@denx.de>
3938
78a90f82
WD
3939commit 58f3c57c6008b42e01f551d3be6efd88c14ac87f
3940Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3941Date: Sat Mar 8 21:30:04 2008 +0100
3942
3943 esd: Fix warning: passing argument 1 of 'fpga_boot' discards qualifiers from pointer target type
3944
3945 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3946
3947commit d75469d48c05795144f4b8ba76addbb4920a7bba
3948Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3949Date: Sat Mar 8 09:25:49 2008 +0900
3950
3951 net: rtl8169: Add processing when OWNbit did't enable in rtl_recv()
3952
3953 When rtl_recv() of rtl8169 is called, OWNbit of status register
3954 is not enable occasionally.
3955 rtl_recv() doesn't work normally when the driver doesn't do
3956 appropriate processing.
3957 This patch fix this problem.
3958
3959 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3960
3961commit 82afabfeb8ae6a27c7b396011ea99f4712aa73fa
3962Author: Heiko Schocher <hs@denx.de>
3963Date: Fri Mar 7 08:15:28 2008 +0100
3964
3965 mgsuvd: update board configuration
3966
3967 initialize the UPIOx controller.
3968
3969 Signed-off-by: Heiko Schocher <hs@denx.de>
3970
3971commit e492c90c26215e459aec0fdf0f8ef1fd204988f5
3972Author: Heiko Schocher <hs@denx.de>
3973Date: Fri Mar 7 08:13:41 2008 +0100
3974
3975 mgcoge: update board configuration
3976
3977 add support for the config Flash.
3978 initialize the UPIOx controller.
3979
3980 Signed-off-by: Heiko Schocher <hs@denx.de>
3981
3982commit 270fe261b7f9292800b2b3d1bf19ae7cbc880258
3983Author: Kim Phillips <kim.phillips@freescale.com>
3984Date: Fri Mar 7 12:27:31 2008 -0600
3985
3986 mpc83xx: make dtb basename file references equal those of linux
3987
3988 the dts file basenames were updated in linux - this helps avoid
3989 inadvertently loading any old dtbs laying around.
3990
3991 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
3992
3993commit f30b6154f16f5ffa4a9f5bfca5e114d72b6ef675
3994Author: Kim Phillips <kim.phillips@freescale.com>
3995Date: Wed Feb 27 16:08:22 2008 -0600
3996
3997 net: uec_phy: actually increment the timeout counter
3998
3999 allow u-boot to recover (and, e.g., switch to another interface) in the
4000 case where a PHY does not report autonegotiation is complete within its
4001 two second timeout value.
4002
4003 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
4004
4005commit 772003e43957ee0c895abed7cd82cbe72820cbb8
4006Author: Markus Brunner <super.firetwister@googlemail.com>
4007Date: Wed Mar 5 21:38:12 2008 +0100
4008
4009 fix taihu soft spi_read
4010
4011 The taihu board used gpio_read_out_bit which reads the output register and not
4012 the pin state.
4013
4014 Signed-off-by: Markus Brunner <super.firetwister@gmail.com>
4015
4016commit fc84a8495ac750f6b4adae81f8c4f100f65b6340
4017Author: Stefan Roese <sr@denx.de>
4018Date: Fri Mar 7 08:01:43 2008 +0100
4019
4020 ppc4xx: Sequoia: Add device tree (fdt) Linux booting default env variables
4021
4022 Signed-off-by: Stefan Roese <sr@denx.de>
4023
4024commit bd4458cb47abecabd406b1210457be96c69fc49d
4025Author: Dave Liu <r63238@freescale.com>
4026Date: Tue Mar 4 16:59:22 2008 +0800
4027
4028 837xEMDS: Improve the system performance
4029
4030 1. Make the CSB bus pipeline depth as 4, and enable
4031 the repeat mode;
4032 2. Raise the eTSEC emergency priority;
4033 3. Use the highest IP blocks clock.
4034
4035 Signed-off-by: Dave Liu <daveliu@freescale.com>
4036
4037commit d8ab58b212481b1c57947ea21aa96c4ce800d0b4
4038Author: Detlev Zundel <dzu@denx.de>
4039Date: Thu Mar 6 16:45:53 2008 +0100
4040
4041 Replace "run load; run update" with conditionalized "run load update".
4042
4043 The latter version stops when "run load" fails for whatever reasons
4044 rendering the combination *a lot* more secure.
4045
4046 Signed-off-by: Detlev Zundel <dzu@denx.de>
4047
4048commit 6bc113886d7d316df1a4e459bec8baf027518551
4049Author: Stefan Roese <sr@denx.de>
4050Date: Tue Mar 4 17:40:41 2008 +0100
4051
4052 net: Print error message upon net usage when no ethernet-interface is found
4053
4054 This patch fixes a problem seen on PPC4xx boards, when no MAC address is
4055 defined. Then no ethernet interface is available but a simple "tftp"
4056 command will return without any error message which is quite confusing.
4057
4058 Signed-off-by: Stefan Roese <sr@denx.de>
4059
4060commit a30a549a3553032d809e0356306b62de0b125901
4061Author: Jon Loeliger <jdl@freescale.com>
4062Date: Tue Mar 4 10:03:03 2008 -0600
4063
4064 Remove erroneous or extra spd.h #includers.
4065
4066 Many of the spd.h #includers don't need it,
4067 and wanted to have spd_sdram() declared instead.
4068 Since they didn't get that, some also had open
4069 coded extern declarations of it instead or as well.
4070 Fix it all up by using spd_sdram.h where needed.
4071
4072 Signed-off-by: Jon Loeliger <jdl@freescale.com>
4073
4074commit a4475386cef14af3fd88f0518b688e755669486d
4075Author: Wolfgang Denk <wd@denx.de>
4076Date: Tue Mar 4 17:41:28 2008 +0100
4077
4078 PCS440EP: fix build problems (redundant #define)
4079
4080 Signed-off-by: Wolfgang Denk <wd@denx.de>
4081
4082commit e85e2fa85ec09a6fac2846d1d881d8737e2bbda9
4083Author: Stefan Roese <sr@denx.de>
4084Date: Tue Mar 4 17:39:25 2008 +0100
4085
4086 net: Print error message upon net usage when no ethernet-interface is found
4087
4088 This patch fixes a problem seen on PPC4xx boards, when no MAC address is
4089 defined. Then no ethernet interface is available but a simple "tftp"
4090 command will return without any error message which is quite confusing.
4091
4092 Signed-off-by: Stefan Roese <sr@denx.de>
4093
4094commit 384faaafb999cae3ce447c93e28a0b7e2e5fef53
4095Author: Wolfgang Denk <wd@denx.de>
4096Date: Tue Mar 4 17:38:50 2008 +0100
4097
4098 W7OLMC/W7OLMG: fix build problems (redundant #define)
4099
4100 Signed-off-by: Wolfgang Denk <wd@denx.de>
4101
4102commit f9301e1cda296245ba052d7b08321199c3d0af9d
4103Author: Wolfgang Denk <wd@denx.de>
4104Date: Tue Mar 4 14:58:31 2008 +0100
4105
4106 Makefile: fix problem with out-of-tree builds introduced by 5013c09f
4107
4108 Commit 5013c09f (Makefile: cleanup "clean" target) introduced a
4109 problem for out-of-tree builds which caused "make clean" to fail.
4110
4111 Signed-off-by: Wolfgang Denk <wd@denx.de>
4112
4113commit dfece9500556bed5d8244b1c15d973cec7c25bfe
4114Author: Wolfgang Denk <wd@denx.de>
4115Date: Tue Mar 4 11:58:26 2008 +0100
4116
4117 examples/Makefile: build "hello_world" on 8xx, too.
4118
4119 Signed-off-by: Wolfgang Denk <wd@denx.de>
4120
4121commit 74eb0222594fd23aafdf168e60e872814eea8b62
4122Author: Mike Nuss <mike@terascala.com>
4123Date: Mon Mar 3 15:27:05 2008 -0500
4124
4125 PPC4xx (Sequoia): Fix Ethernet "remote fault" problems
4126
4127 Every now and then a Sequoia board (or equivalent hardware) had
4128 problems connecting to a Gigabit capable network interface.
4129
4130 There were differences in the PHY setup between Linux and U-Boot.
4131
4132 This patch fixes the problem. Apparently "remote fault" is being set,
4133 which signals to some devices (on the other end of the cable) that a
4134 fault has occurred, while other devices ignore it. I believe the RF bit
4135 was causing the issue, but I removed T4 also, to match up with Linux.
4136
4137 Signed-off-by: Mike Nuss <mike@terascala.com>
4138
4139commit 491fb6dea9f52fdb9cb5996e8e978b9e9685179f
4140Author: Timur Tabi <timur@freescale.com>
4141Date: Mon Mar 3 09:58:52 2008 -0600
4142
4143 fix QE firmware uploading limit
4144
4145 Fix a typo in qe_upload_firmware() that prevented uploading firmware on
4146 systems with more than one RISC core.
4147
4148 Signed-off-by: Timur Tabi <timur@freescale.com>
4149
4150commit 42ba58e0c302b339a3c2faa6006a013c6f186b7a
4151Author: Bernhard Nemec <bnemec@ganssloser.com>
4152Date: Mon Mar 3 11:57:23 2008 +0000
4153
4154 Fix endianess problem in cramfs code (cramfs is always host-endian in Linux)
4155
4156 Originally pointed out by Laurent Pinchart <laurent.pinchart@tbox.biz>,
4157 see http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/22846
4158
4159 Signed-off-by: Bernhard Nemec <bnemec <at> ganssloser.com>
4160
4161commit 84d0c2f1e39caff58bf765a7ab7c72da23c25ec8
4162Author: Kim B. Heino <Kim.Heino@bluegiga.com>
4163Date: Mon Mar 3 10:39:13 2008 +0200
4164
4165 fix copy from ram to dataflash
4166
4167 If I try to "cp.b <ram> <dataflash>", u-boot selects normal flash
4168 routines instead of dataflash. This is because it checks "if source
4169 address is not dataflash" instead of target address.
4170
4171 Signed-off-by: Kim B. Heino <Kim.Heino@bluegiga.com>
4172
4173commit 32bf3d143a888f8deacfdcc97e898f6c06d0aea4
4174Author: Wolfgang Denk <wd@denx.de>
4175Date: Mon Mar 3 12:16:44 2008 +0100
4176
4177 Fix quoting problem (preboot setting) in many board config files.
4178
4179 Signed-off-by: Wolfgang Denk <wd@denx.de>
4180
4181commit 5b0b2b6fc9fe22e3864c2a57316d91a2507ec215
4182Author: Wolfgang Denk <wd@denx.de>
4183Date: Mon Mar 3 12:36:49 2008 +0100
4184
4185 ADS5121: Fix default environment.
4186
4187 Signed-off-by: Wolfgang Denk <wd@denx.de>
4188
4189commit 91c82076ae492bb1f9d9c47a481314631d32dc8e
4190Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4191Date: Sun Mar 2 16:12:31 2008 +0100
4192
4193 Makefile: Fix missing unconfig and mkconfig use
4194
4195 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4196
4197commit 8ce4e5c2c02cb7e8adddf7b651d3050d81ce4c1d
4198Author: michael <trimarchi@gandalf.sssup.it>
4199Date: Sun Mar 2 23:33:46 2008 +0100
4200
4201 Fix checking fat32 cluster size.
4202
4203 This fixes the cluster size tests in the FAT32 file system.
4204 The current implementation of VFAT support doesn't work if the
4205 referred cluster has an offset > 16bit representation, causing
4206 "fatload" and "fatls" commands etc. to fail.
4207
4208 Signed-off-by: michael trimarchi <trimarchi@gandalf.sssup.it>
4209
4210commit 661bad63a076a96c39c64f136915f146725af92b
4211Author: Wolfgang Denk <wd@denx.de>
4212Date: Sun Mar 2 22:57:23 2008 +0100
4213
4214 Prepare v1.3.2-rc2 release candidate
4215
4216 Signed-off-by: Wolfgang Denk <wd@denx.de>
4217
661bad63
WD
4218commit 76957cb3d621bf664311908e5962e151c633c285
4219Author: Stefan Roese <sr@denx.de>
4220Date: Sat Mar 1 12:11:40 2008 +0100
4221
4222 ppc4xx: EMAC: Fix 405EZ fifo size setup in EMAC_MR1
4223
4224 The 405EZ only supports 512 bytes of rx-/tx-fifo EMAC sizes. But
4225 currently 4k/2k is configured. This patch fixes this issue.
4226
4227 Thanks to Thomas Kindler <tkindler@lenord.de> for pointing this out.
4228
4229 Signed-off-by: Stefan Roese <sr@denx.de>
4230
4231commit 118978c8eb43803e2794233922df4249fa278b83
4232Author: Woodruff, Richard <r-woodruff2@ti.com>
4233Date: Fri Feb 29 17:34:35 2008 -0600
4234
4235 Fix alignment error on ARM for modules
4236
4237 Fix alignment fault on ARM when running modules. With out an explicit
4238 linker file gcc4.2.1 will half word align __bss_start's value. The word
4239 dereference will crash hello_world.
4240
4241 signed-off-by Richard Woodruff <r-woodruff2@ti.com>
4242
4243commit ce1120dd703e6f12c59e4eba9962356a0300b832
4244Author: Dave Liu <r63238@freescale.com>
4245Date: Fri Feb 29 17:45:31 2008 +0800
4246
4247 fs: Fix ext2 read issue
4248
4249 The ext2 aligned process will corrupt the key
4250 data struct, the patch fix this.
4251
4252 Signed-off-by: Dave Liu <daveliu@freescale.com>
4253
4254commit 5013c09f7a5675952a3ca88b6bc6c924e63af33e
4255Author: Wolfgang Denk <wd@denx.de>
4256Date: Sun Mar 2 22:45:33 2008 +0100
4257
4258 Makefile: cleanup "clean" target
4259
4260 Make sure CDPATH settings cannot interfere.
4261 Update CHANGELOG.
4262
4263 Signed-off-by: Wolfgang Denk <wd@denx.de>
4264
5013c09f
WD
4265commit ffda586fc1373243c9794babde69500f6293a8d8
4266Author: Li Yang <leoli@freescale.com>
4267Date: Fri Feb 29 11:46:05 2008 +0800
4268
4269 add cscope build target
4270
4271 Add cscope build target to generate cscope database for code browsing.
4272
4273 Signed-off-by: Li Yang <leoli@freescale.com>
4274
4275commit f655adef65e4cf6b929054b049ee19ae9b5ccbe2
4276Author: Kim Phillips <kim.phillips@freescale.com>
4277Date: Wed Feb 27 15:06:39 2008 -0600
4278
4279 net: uec_phy: handle 88e1111 rev.B2 erratum 5.6
4280
4281 erratum 5.6 states the autoneg completion bit is functional only if the
4282 autoneg bit is asserted.
4283
4284 This fixes any secondarily-issued networking commands on non-gigabit
4285 links on the mpc8360 mds board.
4286
4287 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
4288
4289commit 5f91db7f582ca17b1f19f10189c025696f333d2e
4290Author: John Rigby <jrigby@freescale.com>
4291Date: Tue Feb 26 09:38:14 2008 -0700
4292
4293 MPC5121e ADS PCI support take 3
4294
4295 Adds PCI support for MPC5121
4296
4297 Tested with drivers/net/rtl8139.c
4298
4299 Support is conditional since PCI on old silicon does not work.
4300
4301 ads5121_PCI_config turns on PCI
4302
4303 In this version, condition compilation of PCI code has been moved
4304 from ifdef in board/ads5121/pci.c to board/ads5121/Makefile as
4305 suggested by Jean-Christophe PLAGNIOL-VILLARD
4306
4307 Signed-off-by: John Rigby <jrigby@freescale.com>
4308
4309commit 44b4dbed4133f657705b7c5193209da9978243a7
4310Author: Anatolij Gustschin <agust@denx.de>
4311Date: Mon Feb 25 23:53:07 2008 +0100
4312
4313 Fix warnings while compilation of post/drivers/memory.c
4314
4315 Fix warnings while compilation with new gcc in eldk-4.2
4316
4317 Signed-off-by: Anatolij Gustschin <agust@denx.de>
4318
4319commit 4fae35a53b3e958254d6574a1cc7e10811fc6726
4320Author: Anatolij Gustschin <agust@denx.de>
4321Date: Mon Feb 25 20:54:04 2008 +0100
4322
4323 ppc4xx: Fix problem in 4xx_enet.c driver
4324
4325 U-Boot crashes in the net loop if CONFIG_4xx_DCACHE is
4326 enabled. To reproduce the problem ensure that 'ethrotate'
4327 environment variable isn't set to "no" and then run
4328 "tftp 200000 not_existent_file".
4329 This patch tries to fix the issue.
4330
4331 Signed-off-by: Anatolij Gustschin <agust@denx.de>
4332
4333commit 60ec654c5eb80d0fe0c38a3bd42140215bc06484
4334Author: Anatolij Gustschin <agust@denx.de>
4335Date: Mon Feb 25 20:04:20 2008 +0100
4336
4337 POST: Disable cache while SPR POST
4338
4339 Currently (since commit b2e2142c) u-boot crashes on
4340 sequoia board while SPR test if CONFIG_4xx_DCACHE is
4341 enabled. This patch disables the cache while SPR test.
4342
4343 Signed-off-by: Anatolij Gustschin <agust@denx.de>
4344
4345commit c313b2c6c555e7d89ec59bd51c59ab164ad0105d
4346Author: Martin Krause <martin.krause@tqs.de>
4347Date: Mon Feb 25 17:52:40 2008 +0100
4348
4349 TQM5200: use automatic fdt memory fixup (part 2)
4350
4351 Call fdt_fixup_memory() on the boards TQM5200, TQM5200_B, TQM5200S,
4352 TB5200 and TB5200_B to fixup the /memory node with the memory values
4353 detected by U-Boot.
4354
4355 Signed-off-by: Martin Krause <martin.krause@tqs.de>
4356
4357commit 44ceec253ea941b301abf4b079d52324def69d92
4358Author: Martin Krause <martin.krause@tqs.de>
4359Date: Mon Feb 25 15:17:05 2008 +0100
4360
4361 TQM5200: use automatic fdt memory fixup
4362
4363 Call fdt_fixup_memory() on the boards TQM5200, TQM5200_B, TQM5200S,
4364 TB5200 and TB5200_B to fixup the /memory node with the memory values
4365 detected by U-Boot.
4366
4367 Signed-off-by: Martin Krause <martin.krause@tqs.de>
4368
4369commit f3a329acb26017d8e10e9c93e1e726c2a5ac634a
4370Author: Martin Krause <martin.krause@tqs.de>
4371Date: Mon Feb 25 13:27:52 2008 +0100
4372
4373 TQM5200: fix bug in SDRAM initialization code
4374
4375 This patch fixes a bug in the SDRAM initialization code for the
4376 TQM5200. The hi_addr bit is now set correctly. Without this patch
4377 the hi_addr bit is always set to 1, if the second SDRAM bank is
4378 not populated.
4379
4380 For other MPC5200 boards a correspondig patch has already been applied
4381 some time ago, see commit a63109281ad41b0fb489fdcb901171f76bcdbc2c.
4382
4383 Signed-off-by: Martin Krause <martin.krause@tqs.de>
4384 --
4385 Forget the first patch please. I confused flash with SDRAM in
4386 the comment ...
4387
4388commit 217bf6b6a313d9ccb619a4dbc09f73f77cd48df1
4389Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4390Date: Mon Feb 25 00:03:12 2008 +0100
4391
4392 mx1fs2/flash: Fix multiple compiler warnings
4393
4394 "pointer targets in assignment differ in signedness"
4395
4396 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4397
4398commit 5599c28cef55be42a8ca6fa8086b1a44e56a85d2
4399Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4400Date: Mon Feb 25 00:03:11 2008 +0100
4401
4402 arm-imx: Fix register definitions
4403
4404 Sync register definitions with linux
4405
4406 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4407
4408commit c9bcf75fecc58886af77d2a571cff2eab39eab6f
4409Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4410Date: Mon Feb 25 00:03:10 2008 +0100
4411
4412 actua1/actua2/actua3: Fix multiple unused variable warnings
4413
4414 - actua1:
4415 actux1.c: In function 'checkboard':
4416 actux1.c:92: warning: unused variable 'revision'
4417
4418 - actua2:
4419 actux2.c: In function 'checkboard':
4420 actux2.c:100: warning: unused variable 's'
4421 actux2.c:99: warning: unused variable 'revision'
4422 actux2.c: In function 'reset_phy':
4423 actux2.c:130: warning: unused variable 'i'
4424
4425 - actua3:
4426 actux3.c: In function 'checkboard':
4427 actux3.c:114: warning: unused variable 'revision'
4428
4429 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4430
4431commit f8fa6368a6a0c02164da8e2f52f18d457c6977bd
4432Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4433Date: Sun Feb 24 11:44:29 2008 +0900
4434
4435 Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on 32bit targets.
4436
4437 The previous patch was lacking of i386, microblaze, nios and nios2. This
4438 patch tries to fix them.
4439
4440 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4441
438a4c11
WD
4442commit 05e07b1ea22844e946cfcf7d5e8a0199d18d2a95
4443Author: Marian Balakowicz <m8@semihalf.com>
4444Date: Fri Feb 29 22:22:46 2008 +0100
4445
4446 [new uImage] Fix FDT blob totalsize calculation in boot_relocate_fdt()
4447
4448 Do not use global fdt blob pointer, calculate blob size from routine
4449 argument blob pointer.
4450
4451 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
4452
4453commit d1cc52879c8966507dad9fb575481e6d3985e64e
4454Author: David Gibson <david@gibson.dropbear.id.au>
4455Date: Tue Feb 12 00:58:31 2008 +1100
4456
4457 libfdt: Add and use a node iteration helper function.
4458
4459 This patch adds an fdt_next_node() function which can be used to
4460 iterate through nodes of the tree while keeping track of depth. This
4461 function is used to simplify the iteration code in a lot of other
4462 functions, and is also exported for use by library users.
4463
4464 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
4465
4466commit 8cf30809a82902a471866d2f07725ce3b8a22291
4467Author: Bartlomiej Sieka <tur@semihalf.com>
4468Date: Fri Feb 29 16:00:24 2008 +0100
4469
4470 [new uImage] Add libfdt support to mkimage
4471
4472 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
4473
4474commit a6e530f00d31a8494a0422799b2b9a692a9c0eb9
4475Author: Bartlomiej Sieka <tur@semihalf.com>
4476Date: Fri Feb 29 16:00:23 2008 +0100
4477
4478 [new uImage] Add sha1.o object to mkimage binary build
4479
4480 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
4481
4482commit df6f1b895c997978f03afe04502ee76b7ba34ab9
4483Author: Marian Balakowicz <m8@semihalf.com>
4484Date: Fri Feb 29 16:00:06 2008 +0100
4485
4486 [new uImage] Fix component handling for legacy multi component images
4487
4488 Use uint32_t when accessing size table in image_multi_count() and
4489 image_multi_getimg() for multi component images.
4490
4491 Add missing uimage_to_cpu() endianness conversion.
4492
4493 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
4494
4495commit 570abb0ad120f6002bcaa3cf6f32bd4ca2e1b248
4496Author: Marian Balakowicz <m8@semihalf.com>
4497Date: Fri Feb 29 15:59:59 2008 +0100
4498
4499 [new uImage] Share common uImage code between mkimage and U-boot
4500
4501 This patch adds the following common routines:
4502
4503 1) Dedicated mkimage print_header() is replaced with common
4504 image_print_contents()
4505 image_print_contents_noindent()
4506
4507 2) Common os/arch/type/comp fields name <--> id translation routines
4508 genimg_get_os_name()
4509 genimg_get_arch_name()
4510 genimg_get_type_name()
4511 genimg_get_comp_name()
4512 genimg_get_os_id()
4513 genimg_get_arch_id()
4514 genimg_get_type_id()
4515 genimg_get_comp_id()
4516
4517 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
4518
4519commit 9a4daad0a35eb5143037eea9f786a3e9d672bdd6
4520Author: Marian Balakowicz <m8@semihalf.com>
4521Date: Fri Feb 29 14:58:34 2008 +0100
4522
4523 [new uImage] Update naming convention for bootm/uImage related code
4524
4525 This patch introduces the following prefix convention for the
4526 image format handling and bootm related code:
4527
4528 genimg_ - dual format shared code
4529 image_ - legacy uImage format specific code
4530 fit_ - new uImage format specific code
4531 boot_ - booting process related code
4532
4533 Related routines are renamed and a few pieces of code are moved around and
4534 re-grouped.
4535
4536 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
4537
4538commit 75fa002c47171b73fb4c1f2c2fe4d6391c136276
4539Author: Kumar Gala <galak@kernel.crashing.org>
4540Date: Wed Feb 27 21:51:51 2008 -0600
4541
4542 [new uImage] Respect autostart setting in linux bootm
4543
4544 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4545 Acked-by: Marian Balakowicz <m8@semihalf.com>
4546
4547commit d3f2fa0d278467b2232e4eb2372f905c3febfbeb
4548Author: Kumar Gala <galak@kernel.crashing.org>
4549Date: Wed Feb 27 21:51:50 2008 -0600
4550
4551 [new uImage] Provide ability to restrict region used for boot images
4552
4553 Allow the user to set 'bootm_low' and 'bootm_size' env vars as a way
4554 to restrict what memory range is used for bootm.
4555
4556 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4557 Acked-by: Marian Balakowicz <m8@semihalf.com>
4558
4559commit e822d7fc4dd4755d4d0a22f05e33f33d1a0481da
4560Author: Kumar Gala <galak@kernel.crashing.org>
4561Date: Wed Feb 27 21:51:49 2008 -0600
4562
4563 [new uImage] Use lmb for bootm allocations
4564
4565 Convert generic ramdisk_high(), get_boot_cmdline(), get_boot_kbd()
4566 functions over to using lmb for allocation of the ramdisk, command line
4567 and kernel bd info.
4568
4569 Convert PPC specific fdt_relocate() to use lmb for allocation of the device
4570 tree.
4571
4572 Provided a weak function that board code can call to do additional
4573 lmb reserves if needed.
4574
4575 Also introduce the concept of bootmap_base to specify the offset in
4576 physical memory that the bootmap is located at. This is used for
4577 allocations of the cmdline, kernel bd, and device tree as they should
4578 be contained within bootmap_base and bootmap_base + CFG_BOOTMAPSZ.
4579
4580 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4581
4582commit f5614e7926863bf0225ec860d9b319741a9c4004
4583Author: Kumar Gala <galak@kernel.crashing.org>
4584Date: Wed Feb 27 21:51:48 2008 -0600
4585
4586 [new uImage] Add autostart flag to bootm_headers structure
4587
4588 The autostart env variable was dropped as part of the initial new uImage
4589 cleanup. Add it back here so the arch specific code can decide if it
4590 wants to really boot or not.
4591
4592 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4593 Acked-by: Marian Balakowicz <m8@semihalf.com>
4594
4595commit 4ed6552f715983bfc7d212c1199a1f796f1144ad
4596Author: Kumar Gala <galak@kernel.crashing.org>
4597Date: Wed Feb 27 21:51:47 2008 -0600
4598
4599 [new uImage] Introduce lmb from linux kernel for memory mgmt of boot images
4600
4601 Introduce the LMB lib used on PPC in the kernel as a clean way to manage
4602 the memory spaces used by various boot images and structures. This code
4603 will allow us to simplify the code in bootm and its support functions.
4604
4605 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4606
4607commit 4648c2e7a173b0d7f17bef4adaa0623090c9e904
4608Author: Kumar Gala <galak@kernel.crashing.org>
4609Date: Tue Feb 19 22:03:47 2008 -0600
4610
4611 [new uImage] ppc: Allow boards to specify effective amount of memory
4612
4613 For historical reasons we limited the stack to 256M because some boards
4614 could only map that much via BATS. However newer boards are capable of
4615 mapping more memory (for example 85xx is capable of doing up to 2G).
4616
4617 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4618 Acked-by: Marian Balakowicz <m8@semihalf.com>
4619
4620commit 274cea2bddbca10cdad7daa518951b75c44ef6bc
4621Author: Kumar Gala <galak@kernel.crashing.org>
4622Date: Wed Feb 27 21:51:46 2008 -0600
4623
4624 [new uImage] rework error handling so common functions don't reset
4625
4626 Changed image_get_ramdisk() to just return NULL on error and have
4627 get_ramdisk() propogate that error to the caller. It's left to the
4628 caller to call do_reset() if it wants to.
4629
4630 Also moved calling do_reset() in get_fdt() and fdt_relocate() on ppc
4631 to a common location. In the future we will change get_fdt() and
4632 fdt_relocate() to return success/failure and not call do_reset() at all.
4633
4634 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4635 Acked-by: Marian Balakowicz <m8@semihalf.com>
4636
4637commit d2bc095a639672def11d5d043b5688d0dbd692ec
4638Author: Kumar Gala <galak@kernel.crashing.org>
4639Date: Wed Feb 27 21:51:45 2008 -0600
4640
4641 [new uImage] ppc: Re-order ramdisk/fdt handling sequence
4642
4643 Doing the fdt before the ramdisk allows us to grow the fdt w/o concern
4644 however it does mean we have to go in and fixup the initrd info since
4645 we don't know where it will be.
4646
4647 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4648
4649commit 27953493ef025fb698d68c5dee39b36f01f4d530
4650Author: Kumar Gala <galak@kernel.crashing.org>
4651Date: Wed Feb 27 21:51:44 2008 -0600
4652
4653 [new uImage] ppc: Determine if we are booting an OF style
4654
4655 If we are bootin OF style than we can skip setting up some things
4656 that are used for the old boot method.
4657
4658 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4659 Acked-by: Marian Balakowicz <m8@semihalf.com>
4660
4661commit a6612bdfe7ef37b9787b66800cf02aaded05fbeb
4662Author: Kumar Gala <galak@kernel.crashing.org>
4663Date: Wed Feb 27 21:51:43 2008 -0600
4664
4665 [new uImage] Don't pass kdb to ramdisk_high since we may not have one
4666
4667 We don't actually need the kdb param as we are just using it to get
4668 bd->bi_memsize which we can get from gd->bd->bi_memsize. Also, if we
4669 boot via OF we might not actually fill out a kdb.
4670
4671 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4672 Acked-by: Marian Balakowicz <m8@semihalf.com>
4673
4674commit 2b22fa4baee51e6b467c44ea1be0d1ecd86e8775
5013c09f
WD
4675Author: Kumar Gala <galak@kernel.crashing.org>
4676Date: Wed Feb 27 16:30:47 2008 -0600
4677
4678 85xx: Don't icbi when unlocking the cache
4679
4680 There is no reason to icbi when invalidating the temporary stack in
4681 the d-cache. Its impossible on e500 to have the i-cache contain
4682 any addresses in the temp stack and it can be problematic in generating
4683 transactions on the bus to non-valid addresses.
4684
4685 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4686
4687commit 534ea6b6f86f8b75ef2ac061ef110a98f103d7d6
4688Author: Andy Fleming <afleming@freescale.com>
4689Date: Wed Feb 27 15:50:50 2008 -0600
4690
4691 Fix source for ECM error IVPR
4692
4693 The source vector for the ECM was being set to 2,
4694 but that's what the source vector for DDR was being
4695 set to. Change it to 1.
4696
4697 Signed-off-by: Andy Fleming <afleming@freescale.com>
4698
4699commit 21fae8b2b4e4e6e648796e07e20ab13e9cb18923
4700Author: Andy Fleming <afleming@freescale.com>
4701Date: Wed Feb 27 14:29:58 2008 -0600
4702
4703 Invalidate INIT_RAM TLB mappings
4704
4705 Commit 0db37dc... (and some others) changed the INIT_RAM TLB
4706 mappings to be unguarded. This collided with an existing "bug"
4707 where the mappings for the INIT_RAM were being kept around.
4708 This meant that speculative loads to those addresses were
4709 succeeding in the TLB, and going out to the bus, where they
4710 were causing an exception (there's nothing at that address). The
4711 Flash code was coincidentally causing such a speculative load.
4712 Rather than go back to mapping the INIT RAM as guarded, we fix
4713 it so that the entries for the INIT_RAM are invalidated. Thus
4714 the speculative loads will fail in the TLB, and have no effect.
4715
4716 Signed-off-by: Andy Fleming <afleming@freescale.com>
4717
4718commit 347b7938d3e561eb215aa386c37fb5acb5a383c6
4719Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4720Date: Sun Feb 17 22:56:17 2008 +0100
4721
4722 sbc8548: Fix Revision reading and unused variable 'path'
4723
4724 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4725
4726commit 495d162374c472f46454453553382ad0735dc725
4727Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4728Date: Sun Feb 17 22:56:16 2008 +0100
4729
4730 sbc8548: Fix cfi flash bank declaration
4731
4732 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4733
438a4c11
WD
4734commit 4efbe9dbb129f857f27856936112c8c02f016be6
4735Author: Marian Balakowicz <m8@semihalf.com>
4736Date: Wed Feb 27 11:02:26 2008 +0100
4737
4738 [new uImage] Correct raw FDT blob handlig when CONFIG_FIT is disabled
4739
4740 Dual format image code must properly handle all three FDT passing methods:
4741 - raw FDT blob passed
4742 - FDT blob embedded in the legacy uImage
4743 - FDT blob embedded in the new uImage
4744
4745 This patch enables proper raw FDT handling when no FIT imaeg support
4746 is compiled in. This is a bit tricky as we must dected FIT format even
4747 when FIT uImage handling is not enabled as both FIT uImages and raw FDT
4748 blobs use tha same low level format (libfdt).
4749
4750 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
4751
4752commit ff0734cff0fb5397ce2f4602f4f3e5ec9c8a36e8
4753Author: Marian Balakowicz <m8@semihalf.com>
4754Date: Wed Feb 27 11:02:26 2008 +0100
4755
4756 [new uImage] POWERPC: Add image_get_fdt() routine
4757
4758 FDT blob may be passed either: (1) raw (2) or embedded in the legacy uImage
4759 (3) or embedded in the new uImage. For the (2) case embedding image must be
4760 verified before we get FDT from it. This patch factors out legacy image
4761 specific verification routine to the separate helper routine.
4762
4763 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
4764 Acked-by: Kumar Gala <galak@kernel.crashing.org>
4765
4766commit 1efd43601f90de21ec6c0ebb9880823e822927b1
4767Author: Marian Balakowicz <m8@semihalf.com>
4768Date: Wed Feb 27 11:02:07 2008 +0100
4769
4770 [new uImage] Add image_get_kernel() routine
4771
4772 Legacy image specific verification is factored out to a separate helper
4773 routine to keep get_kernel() generic and simple.
4774
4775 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
4776 Acked-by: Kumar Gala <galak@kernel.crashing.org>
4777
4778commit 8a5ea3e6168fe6a2780eeaf257a3b19f30dec658
4779Author: Marian Balakowicz <m8@semihalf.com>
4780Date: Wed Feb 27 11:01:04 2008 +0100
4781
4782 [new uImage] Move image verify flag to bootm_headers structure
4783
4784 Do not pass image verification flag directly to related routines.
4785 Simplify argument passing and move it to the bootm_header structure which
4786 contains curently processed image specific data and is already being passed
4787 on the argument list.
4788
4789 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
4790 Acked-by: Kumar Gala <galak@kernel.crashing.org>
4791
4792commit 823afe7cefe00dafefc6696c1cc7aa828c394234
4793Author: Marian Balakowicz <m8@semihalf.com>
4794Date: Wed Feb 27 11:00:47 2008 +0100
4795
4796 [Makefile] Sort COBJS in lib_<arch> Makefiles
4797
4798 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
4799
4800commit 6f0f9dfc4ee880fbf400a2ebe14238181a6c3f91
4801Author: Marian Balakowicz <m8@semihalf.com>
4802Date: Wed Feb 27 11:00:47 2008 +0100
4803
4804 [new uImage] Optimize gen_get_image() flow control
4805
4806 When CONFIG_HAS_DATAFLASH is not defined gen_get_image() routine has nothing
4807 to do, update its control flow to better reflect that simple case.
4808
4809 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
4810 Acked-by: Kumar Gala <galak@kernel.crashing.org>
4811
4812commit d2ced9eb19ec74f4a359949dbe353427fa6d55ca
4813Author: Marian Balakowicz <m8@semihalf.com>
4814Date: Mon Feb 4 08:28:17 2008 +0100
4815
4816 [new uImage] POWERPC: Split get_fdt() into get and relocate routines
4817
4818 PPC specific FDT blob handling code is divided into two separate routines:
4819
4820 get_fdt() - find and verify a FDT blob (either raw or image embedded)
4821 fdt_relocate() - move FDT blob to within BOOTMAP if needed
4822
4823 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
4824 Acked-by: Kumar Gala <galak@kernel.crashing.org>
4825
5013c09f
WD
4826commit 33fa5c0bfaf465de8ceb23fcd6b397f68b35a817
4827Author: Jon Loeliger <jdl@freescale.com>
4828Date: Mon Feb 25 13:13:37 2008 -0600
4829
4830 86xx: Fix renamed GUR symbols in sbc8641d board.
4831
4832 Back in commit a551cee99ad1d1da20fd23ad265de47448852f56
4833 (86xx: Fix GUR PCI config registers properly), we should have
4834 changed the MPC86xx_PORBMSR_HA and MPC86xx_PORDEVSR_IO_SEL
4835 symbols in the sbc8641d board as well. Fix this oversight.
4836
4837 Signed-off-by: Jon Loeliger <jdl@freescale.com>
4838
4839commit 64cd594e623c39f73964d18787763e4533f791f7
4840Author: Stefan Roese <sr@denx.de>
4841Date: Mon Feb 25 16:50:48 2008 +0100
4842
4843 ppc4xx: Fix acadia_nand build problem
4844
4845 Don't include testdram() on NAND-booting target acadia_nand. This saves
4846 a few bytes and makes the target build clean again.
4847
4848 Signed-off-by: Stefan Roese <sr@denx.de>
4849
4850commit 14e099e698d41e8179d05c2b2dbcf704a236f748
4851Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4852Date: Sun Feb 24 23:03:12 2008 +0000
4853
4854 mx1fs2/flash: Fix multiple pointertargets in assignment differ in signedness
4855
4856 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4857
4858commit 724902c8464e610642b3a170278b99710325888e
4859Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4860Date: Sun Feb 24 23:03:11 2008 +0000
4861
4862 arm-imx: Fix registers definition
4863
4864 Sync registers definition with linux
4865
4866 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4867
4868commit 4cd288b589ea1178947c6e364453c32b3dede6b7
4869Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4870Date: Sun Feb 24 23:03:10 2008 +0000
4871
4872 actua1/actua2/actua3: Fix multipleunused variable
4873
4874 - actua1:
4875 actux1.c: In function 'checkboard':
4876 actux1.c:92: warning: unused variable 'revision'
4877
4878 - actua2:
4879 actux2.c: In function 'checkboard':
4880 actux2.c:100: warning: unused variable 's'
4881 actux2.c:99: warning: unused variable 'revision'
4882 actux2.c: In function 'reset_phy':
4883 actux2.c:130: warning: unused variable 'i'
4884
4885 - actua3:
4886 actux3.c: In function 'checkboard':
4887 actux3.c:114: warning: unused variable 'revision'
4888
4889 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4890
438a4c11
WD
4891commit d5934ad7756f038a393a9cfab76a4fe306d9d930
4892Author: Marian Balakowicz <m8@semihalf.com>
4893Date: Mon Feb 4 08:28:09 2008 +0100
4894
4895 [new uImage] Add dual format uImage support framework
4896
4897 This patch adds framework for dual format images. Format detection is added
4898 and the bootm controll flow is updated to include cases for new FIT format
4899 uImages.
4900
4901 When the legacy (image_header based) format is detected appropriate
4902 legacy specific handling is invoked. For the new (FIT based) format uImages
4903 dual boot framework has a minial support, that will only print out a
4904 corresponding debug messages. Implementation of the FIT specific handling will
4905 be added in following patches.
4906
4907 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
4908
5013c09f
WD
4909commit b29661fc1151077776454288051bc9a488351ce8
4910Author: Wolfgang Denk <wd@denx.de>
4911Date: Sun Feb 24 15:21:36 2008 +0100
4912
4913 Coding style cleanup. Prepare v1.3.2-rc2 release candidate
4914
4915 Signed-off-by: Wolfgang Denk <wd@denx.de>
4916
b29661fc
WD
4917commit 00b48a48424894daa589d166d73277830b1c6ac4
4918Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4919Date: Sat Feb 23 12:15:56 2008 +0100
4920
4921 ENV: remove saveenv when CFG_ENV_IS_NOWHERE is selected
4922
4923 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4924
4925commit b075d74efb70ff68c49a2532f26b56d6703b69c1
4926Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4927Date: Sat Feb 23 17:24:16 2008 +0900
4928
4929 Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on 32bit targets.
4930
4931 ----------------------------------------------------------------
4932 Olaf Hering [Wed, 17 Oct 2007 06:27:13 +0000 (23:27 -0700)]
4933
4934 Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on
4935 32bit targets.
4936
4937 GCC can be made to warn about usage of long long types with ISO C90
4938 (-ansi), but only with -pedantic. You can write this in a way that even
4939 then it doesn't cause warnings, namely by:
4940
4941 #ifdef __GNUC__
4942 __extension__ typedef __signed__ long long __s64;
4943 __extension__ typedef unsigned long long __u64;
4944 #endif
4945
4946 The __extension__ keyword in front of this switches off any pedantic
4947 warnings for this expression.
4948
4949 Signed-off-by: Olaf Hering <olh@suse.de>
4950 Cc: <linux-arch@vger.kernel.org>
4951 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
4952 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
4953 ----------------------------------------------------------------
4954
4955 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4956
4957commit 208acd112e6517b21fc30c420396902b103563ac
4958Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4959Date: Sat Feb 23 17:07:57 2008 +0900
4960
4961 cpu/mcf52x2/config.mk: Make needlessly deffered expansions immediate.
4962
4963 This will reduce the build time.
4964
4965 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4966
4967commit 495a0dde7fa1b14cdc15607d86503ec2bdcd02c4
4968Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4969Date: Sat Feb 23 17:05:00 2008 +0900
4970
4971 cpu/ppc4xx/config.mk: Make a needlessly deffered expansion immediate.
4972
4973 This will reduce the build time.
4974
4975 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4976
4977commit e682ba399a1d76f09d8cc7af1e57066f1d360d91
4978Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4979Date: Sat Feb 23 16:58:41 2008 +0900
4980
4981 cpu/mips/cofigl.mk: Make a needlessly deffered expansion immediate.
4982
4983 This reduces the build time by ~10%. Here's the gth2_config example.
4984
4985 BEFORE AFTER
4986 real 0m31.441s 0m27.833s
4987 user 0m24.766s 0m23.045s
4988 sys 0m10.425s 0m7.468s
4989
4990 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4991
4992commit 02409f8cf54c7cd91981f0dfec135dbf3858090c
4993Author: Marcel Moolenaar <marcelm@juniper.net>
4994Date: Fri Feb 22 10:48:07 2008 -0800
4995
4996 make define2mk.sed work on FreeBSD
4997
4998 In the thread "[1.3.2-rc1] MPC8548CDS/MPC8555CDS configs fails to link",
4999 the define2mk.sed script was identified as the source of the link
5000 failure on FreeBSD. The problem is that sed(1) does not always support
5001 the '+' operator. It isn't on FreeBSD. The attach patch implements the
5002 equivalent, using the '*' operator instead and should work everywhere.
5003
5004 Signed-off-by: Marcel Moolenaar <marcelm@juniper.net>
5005
5006commit e5084af8ded58453cd07ec1af8b0f29f34122bbc
5007Author: Detlev Zundel <dzu@denx.de>
5008Date: Fri Feb 22 17:21:32 2008 +0100
5009
5010 Replace deprecated "ramdisk" with "ramdisk_size" kernel parameter.
5011
5012 The Linux commit fac8b209b1084bc85748bd54e13d00c1262b220f ("Remove
5013 final traces of long-deprecated "ramdisk" kernel parm") makes these
5014 changes neccessary.
5015
5016 Signed-off-by: Detlev Zundel <dzu@denx.de>
5017
5018commit d01b847c5cd070895c4ba178c85cd068a95cf7cd
5019Author: Larry Johnson <lrj@acm.org>
5020Date: Thu Feb 21 13:58:16 2008 -0500
5021
5022 LM75 bug fix for negative temperatures
5023
5024 When the LM75 temperature sensor measures a temperature below 0 C, the
5025 current driver does not perform sign extension, so the result returned is
5026 256 C too high. This patch fixes the problem.
5027
5028 Signed-off-by: Larry Johnson <lrj@acm.org>
5029
5030commit 5a910c224b13e413bda41922379add6d75c32da3
5031Author: Heiko Schocher <hs@denx.de>
5032Date: Thu Feb 21 18:33:45 2008 +0100
5033
5034 IDS8247: update MAINTAINER entry.
5035
5036 Signed-off-by: Heiko Schocher <hs@denx.de>
5037
5038commit 79eac2bfb591f2b028ec1735049dc91e4320de4a
5039Author: Heiko Schocher <hs@denx.de>
5040Date: Thu Feb 21 18:31:15 2008 +0100
5041
5042 Fix device tree for mgsuvd board.
5043
5044 Rename the "scc" node in "ethernet" for the mgsuvd board.
5045
5046 Signed-off-by: Heiko Schocher <hs@denx.de>
5047
5048commit 2e721094a70a52206af2e1bf1208d9a7131f6dad
5049Author: Yuri Tikhonov <yur@emcraft.com>
5050Date: Thu Feb 21 14:23:42 2008 +0100
5051
5052 lwmon5: enable hardware watchdog
5053
5054 Some boards (e.g. lwmon5) may use rather small watchdog intervals, so
5055 causing it to reboot the board if U-Boot does a long busy-wait with
5056 udelay(). Thus, for these boards we have to restart WD more
5057 frequently.
5058
5059 This patch splits the busy-wait udelay() into smaller, predefined,
5060 intervals, so that the watchdog timer may be resetted with the
5061 configurable (CONFIG_WD_PERIOD) interval.
5062
5063 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
5064
5065commit bc77881247ee6f95d7a9ebc499d26b96bae38c9d
5066Author: Anatolij Gustschin <agust@denx.de>
5067Date: Thu Feb 21 12:52:29 2008 +0100
5068
5069 ppc4xx: Support for ATI Radeon 9200 card on sequoia
5070
5071 Adds configuration option for ATI Radeon 9200 card
5072 support to sequoia config file. If CONFIG_VIDEO
5073 is enabled, TEXT_BASE should be changed to 0xFFF80000.
5074
5075 Signed-off-by: Anatolij Gustschin <agust@denx.de>
5076
5077commit 5a9abcc317cf3c8a69559ff83081f4e5d719edb7
5078Author: Kumar Gala <galak@kernel.crashing.org>
5079Date: Mon Feb 18 08:18:07 2008 -0600
5080
5081 Remove duplicate defines for ARRAY_SIZE
5082
5083 A few duplicate of the ARRAY_SIZE macro sneaked in since we put
5084 the define in common.h.
5085
5086 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5087
5088commit 81d93e5c4b83d8b6dcee69de6f4a14ccf6f7114a
5089Author: Kumar Gala <galak@kernel.crashing.org>
5090Date: Mon Feb 18 08:09:37 2008 -0600
5091
5092 ppc: Allow boards to specify effective amount of memory
5093
5094 For historical reasons we limited the stack to 256M because some boards
5095 could only map that much via BATS. However newer boards are capable of
5096 mapping more memory (for example 85xx is capable of doing up to 2G).
5097
5098 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5099
5100commit 755c35f54ba7eb7687aa7935e04a02a01ef1b27b
5101Author: Mike Frysinger <vapier@gentoo.org>
5102Date: Mon Feb 18 05:24:13 2008 -0500
5103
5104 include autoconf.mk before any other .mk files
5105
5106 This bumps the autoconf.mk include step above board/cpu/arch/etc... so that
5107 those .mk files can have make if statements based on the current config.
5108
5109 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5110
5111commit 16fe77752eee099b9fb61ed73460e51cc94b37ba
5112Author: Mike Frysinger <vapier@gentoo.org>
5113Date: Mon Feb 18 05:10:07 2008 -0500
5114
5115 error check autoconf.mk generation
5116
5117 If any of the steps for generating autoconf.mk fail currently, they go
5118 unnoticed. To fix, we can simply add 'set -e' to the long list of commands.
5119 This is simpler and more robust than placing '|| exit $$?' after every line.
5120
5121 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5122
5123commit 019895a8dee71a9f00da05c03e379f45d581b0fe
5124Author: Stefano Babic <sbabic@denx.de>
5125Date: Mon Feb 18 08:03:51 2008 +0100
5126
5127 Fix bug in dependency checking
5128
5129 By adding VERSION_FILE to the PHONY targets the script
5130 /tools/setlocalversion is always called and version_autogenerated.h
5131 is replaced only if the script find a modified source file.
5132
5133 Signed-off-by: Stefano Babic <sbabic@denx.de>
5134
5135commit 98ba144ccc912eee90dd42699f023c497ce774c6
5136Author: Kyungmin Park <kmpark@infradead.org>
5137Date: Mon Feb 18 14:35:43 2008 +0900
5138
5139 Fix GPMC CS2 memory setup at apollon
5140
5141 It disables the current map first
5142
5143 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
5144
5145commit e845e07e1e6e64f40e35688439d3cdcf01cfff4f
5146Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5147Date: Sun Feb 17 23:52:46 2008 +0100
5148
5149 uli526x: Fix multiple differ in signedness and parentheses around comparison
5150
5151 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5152
5153commit beeccf7a5dc5415c202e0132a33c58fc316c2a62
5154Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5155Date: Sun Feb 17 16:58:04 2008 +0100
5156
5157 MIPS: Fix CFG_NO_FLASH support
5158
5159 - Fix flash_init call when CFG_NO_FLASH is used
5160 - Remove no more needed flash.c for qemu-mips
5161
5162 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5163
5164commit edfed1d91df2b2670a812ca9d1a1f9faae7dba47
5165Author: Mike Frysinger <vapier@gentoo.org>
5166Date: Sat Feb 16 02:40:18 2008 -0500
5167
5168 easylogo: clean up some more and add -r (rgb) support
5169
5170 Michael Hennerich added support for outputting an image in RGB format rather
5171 than forcing YUYV all the time. This makes obvious sense if the display you
5172 have takes RGB input rather than YUYV.
5173
5174 Rather than hack in support for options, I've converted it to use getopt and
5175 cleaned up the argument parsing in the process.
5176
5177 Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
5178 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5179
5180commit f65c98129ccada3f7caf97d80395a95b84e911de
5181Author: Mike Frysinger <vapier@gentoo.org>
5182Date: Sat Feb 16 02:12:37 2008 -0500
5183
5184 Makefile: add target for $(LDSCRIPT)
5185
5186 If the $(LDSCRIPT) does not exist (normally it's board/$(BOARD)/u-boot.lds),
5187 then change into the board directory and try and create it. This allows you
5188 to generate the linker script on the fly based upon board defines (like the
5189 Blackfin boards do).
5190
5191 There should be no regressions due to this change as the normal case is to
5192 already have a u-boot.lds file. If that's the case, then there's nothing to
5193 generate, and so make will always exit. The fix here is that if the linker
5194 script does not exist, the implicit rules take over and attempt to guess how
5195 to generate the file.
5196
5197 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5198
438a4c11
WD
5199commit 5583cbf736474ef754e128a54fb78632f57b48fd
5200Author: Marian Balakowicz <m8@semihalf.com>
5201Date: Thu Feb 21 17:27:49 2008 +0100
5202
5203 [new uImage] Fix erroneous use of image_get_magic() in fdc/usb cmds
5204
5205 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
5206
5207commit 2242f5369822bc7780db95c47985bb408ea9157b
5208Author: Marian Balakowicz <m8@semihalf.com>
5209Date: Thu Feb 21 17:27:41 2008 +0100
5210
5211 [new uImage] Rename and move print_image_hdr() routine
5212
5213 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
5214
5215commit f50433d670ec2ee9e96abac67cdc6e5e061a810d
5216Author: Marian Balakowicz <m8@semihalf.com>
5217Date: Thu Feb 21 17:20:20 2008 +0100
5218
5219 [new uImage] Add fit_parse_conf() and fit_parse_subimage() routines
5220
5221 Introducing routines for parsing new uImage format bootm arguments:
5222 [<addr>]#<conf> - configuration specification
5223 [<addr>]:<subimg> - subimage specification
5224
5225 New format images can contain multiple subimages of the same type. For example
5226 a single new format image file can contain three kernels, two ramdisks and a
5227 couple of FDT blobs. Subimage and configuration specifications are extensions
5228 to bootm (and other image-related commands) arguments' syntax that allow to
5229 specify which particular subimage should be operated on.
5230
5231 Subimage specification is used to denote a particular subimage. Configurations
5232 are a bit more complex -- they are used to define a particualr booting setup,
5233 for example a (kernel, fdt blob) pair, or a (kernel, ramdisk, fdt blob) tuple,
5234 etc.
5235
5236 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
5237
5238commit fff888a1997ff7de9b29e24050fc4a0fd403ba16
5239Author: Marian Balakowicz <m8@semihalf.com>
5240Date: Thu Feb 21 17:20:19 2008 +0100
5241
5242 [new uImage] Add gen_get_image() routine
5243
5244 This routine assures that image (whether legacy or FIT) is not
5245 in a special dataflash storage.
5246
5247 If image address is a dataflash address image is moved to system RAM.
5248
5249 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
5250
5251commit 75d3e8fbd93c14d9929d024c75af2d742c76db70
5252Author: Marian Balakowicz <m8@semihalf.com>
5253Date: Thu Feb 21 17:20:18 2008 +0100
5254
5255 [new uImage] Pull in libfdt if CONFIG_FIT is enabled
5256
5257 New uImage format (Flattened Image Tree) requires libfdt
5258 functionality, print out error message if CONFIG_OF_LIBFDT
5259 is not defined.
5260
5261 New uImage support is enabled by defining CONFIG_FIT (and CONFIG_OF_LIBFDT).
5262 This commit turns it on by default.
5263
5264 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
5265
b29661fc
WD
5266commit 1ba639da5604a64b3ed884a2cbb1c5414a9fa728
5267Author: Michael Schwingen <michael@schwingen.org>
5268Date: Mon Feb 18 23:16:35 2008 +0100
5269
5270 CFI: Do not use uninitialized cmd_reset
5271
5272 Do not use uninitialized cmd_reset; issue both AMD and Intel reset
5273 commands instead
5274
5275 From a short test, it looks like AMD-style flash roms treat *any* unknown
5276 command write as a reset, at least when in CFI Query mode, so issuing the
5277 Intel reset command to AMD-style flashs seems safe (from the small sample I
5278 have), plus the 3-cycle magic sequence should kick the state machine into
5279 the right state even without a reset command. Since the AMD-style flashs
5280 require the unlock sequence for real operation, I chose to try the AMD reset
5281 command first, so that Intel flashs do no see an invalid command prior to
5282 the CFI query.
5283
5284 I have tested the patch on AM29LV320-style flashs from Fujitsu and Macronix,
5285 plus Intel StrataFlash.
5286
5287 Signed-off-by: Michael Schwingen <michael@schwingen.org>
5288 Signed-off-by: Stefan Roese <sr@denx.de>
5289
5290commit e7a85f26830c9f2e78506421c2d519a2965bc7a1
5291Author: Rafal Jaworowski <raj@semihalf.com>
5292Date: Thu Feb 21 11:56:44 2008 +0100
5293
5294 API: Add (c) and licensing notice to the public API header.
5295
5296 Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
5297
5298commit 928d1d77f8623c120d8763e20e1ca58df9c5c4c6
5299Author: Yuri Tikhonov <yur@emcraft.com>
5300Date: Thu Feb 21 11:06:07 2008 +0100
5301
5302 Fix CPU POST test failure
5303
5304 The CPU POST test code (run from cpu_post_exec_31()) doesn't follow the
5305 ABI carefully, at least the CR3, CR4, and CR5 fields of CR are clobbered
5306 by it. The gcc-4.2 with its more aggressive optimization exposes this fact.
5307 This patch just saves the CR value before running the test code, so allowing
5308 it to do anything it wants with CR.
5309
5310 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
5311 Acked-by: Yuri Tikhonov <yur@emcraft.com>
5312 --
5313
5314commit d5908b093955415f3d340706378b991f911af671
5315Author: Jon Loeliger <jdl@freescale.com>
5316Date: Wed Feb 20 15:26:51 2008 -0600
5317
5318 8610HPCD: Document the flashbank selection switches.
5319
5320 Signed-off-by: Jon Loeliger <jdl@freescale.com>
5321
5322commit a551cee99ad1d1da20fd23ad265de47448852f56
5323Author: Jon Loeliger <jdl@freescale.com>
5324Date: Wed Feb 20 14:22:26 2008 -0600
5325
5326 86xx: Fix GUR PCI config registers properly.
5327
5328 Back in commit 975a083a5ef785c414b35f9c5b8ae25b26b41524 where
5329 I tried to "8610HPCD: Fix typos in two PCI setup registers", I
5330 botched it due to not realizing that 8610 and 8641 had different
5331 Global Utility Register defintions, one of which was like 85xx,
5332 and the other wasn't. Correct this problem by introducing two
5333 symbols, one for each 86xx SoC, but neither of which is named
5334 anything like 85xx.
5335
5336 My bad. Lovely Wednesday with git bisect. You know.
5337
5338 Signed-off-by: Jon Loeliger <jdl@freescale.com>
5339
5340commit cb06eb961bdffc8728b38c242473d802e83ab2b4
5341Author: Jon Loeliger <jdl@freescale.com>
5342Date: Wed Feb 20 12:24:11 2008 -0600
5343
5344 8610HPCD: Don't use VIDEO/CFB_CONSOLE by default.
5345
5346 Without an actual supported video card hooked up, enabling
5347 the CONFIG_VIDEO by default just makes it look broken by
5348 routing all console output to the video card. Don't.
5349
5350 Signed-off-by: Jon Loeliger <jdl@freescale.com>
5351
5352commit 4d264eff4312f230776b913edade7ceb75f1b1e0
5353Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
5354Date: Wed Jan 30 15:08:15 2008 -0600
5355
5356 ColdFire: Fix missing code flash size for M5485EVB
5357
5358 Signed-off-by: James Mahan <kmahan@freescale.com>
5359 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
5360
5361commit c54f9263e4e11e34b1e70c160bc467ef1d8ec59d
5362Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
5363Date: Wed Jan 30 15:04:42 2008 -0600
5364
5365 ColdFire: Fix 5282 and 5271 interrupt mask bit
5366
5367 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
5368
5369commit 975a083a5ef785c414b35f9c5b8ae25b26b41524
5370Author: Jon Loeliger <jdl@freescale.com>
5371Date: Tue Feb 19 12:31:08 2008 -0600
5372
5373 8610HPCD: Fix typos in two PCI setup registers.
5374
5375 The two symbols MPC86xx_PORDEVSR_IO_SEL and MPC86xx_PORBMSR_HA
5376 were erroneously present as 85xx names and values, leftover from
5377 the clone wars. Fix this by removing the 85xx cruft from the
5378 86xx codebase.
5379
5380 Signed-off-by: Jon Loeliger <jdl@freescale.com>
5381
5382commit 13f5433f700d4da9f6fdf2a4bb80310133a7c170
5383Author: Jon Loeliger <jdl@freescale.com>
5384Date: Mon Feb 18 14:01:56 2008 -0600
5385
5386 86xx: Convert sbc8641d to use libfdt.
5387
5388 This is the proper fix for a missing closing brace in the function
5389 ft_cpu_setup() noticed by joe.hamman <at> embeddedspecialties.com.
5390 The ft_cpu_setup() function in mpc8641hpcn.c should have been
5391 removed earlier as it was under the obsolete CONFIG_OF_FLAT_TREE,
5392 but was missed. Only, the sbc8641d was nominally still using it.
5393 It all got ripped out, and the funcality that was in ft_board_setup()
5394 was refactored to remove the CPU portions into the new file
5395 cpu/mpc86xx/fdt.c instead. Make sbc8641d use this now.
5396
5397 Based loosely on an original patch from joe.hamman@embeddedspecialties.com
5398
5399 Signed-off-by: Jon Loeliger <jdl@freescale.com>
5400
5401commit 04efddc87c50c84f85dad5c331c634a6ce830a83
5402Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5403Date: Sun Feb 17 23:35:31 2008 +0100
5404
5405 mpc86xx: Fix unused variable 'config' and 'immap'
5406
5407 and remove useless CONFIG_DDR_INTERLEAVE
5408
5409 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5410
5411commit 83d1b3876695c4f21faff2b731d9ef83f38ed208
5412Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5413Date: Sun Feb 17 23:03:36 2008 +0100
5414
5415 mpc86xx: Fix implicit declaration of functions 'init_laws' and 'disable_law'
5416
5417 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5418
5419commit b6f29c84c208a091f95a10cbc9852d729659ba20
5420Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5421Date: Sun Feb 17 14:15:31 2008 +0100
5422
5423 s3c24x0: Fix unused variable 'i' in function 'serial_init_dev'
5424
5425 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5426
5427commit 0937b8d869fdb42d6ad4fe312958639bd62c973f
5428Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5429Date: Sun Feb 17 14:15:32 2008 +0100
5430
5431 pxa: fix assignment from incompatible pointer type
5432
5433 fix mmc_bread function prototype
5434
5435 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5436
5437commit 64d792063fff90b8118179b092feee09fe5cae13
5438Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5439Date: Sun Feb 17 14:15:30 2008 +0100
5440
5441 at91cap9adk: fix implicit declaration of function 'eth_init'
5442
5443 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5444
5445commit 375c4353db8f900f7ec772e26fab116ec00f7d3a
5446Author: Wolfgang Denk <wd@denx.de>
5447Date: Sun Feb 17 15:43:44 2008 +0100
5448
5449 Remove files added by mistake, update CHANGELOG.
5450
5451 Signed-off-by: Wolfgang Denk <wd@denx.de>
5452
375c4353
WD
5453commit b738654d3c84a30f2bfd9a8d7652ff20807c890c
5454Author: Mike Nuss <mike@terascala.com>
5455Date: Wed Feb 6 11:10:11 2008 -0500
5456
5457 PPC440EPx: Optionally enable second I2C bus
5458
5459 The option CONFIG_I2C_MULTI_BUS does not have any effect on Sequoia, the
5460 PPC440EPx reference platform, because IIC1 is never enabled. Add Sequoia board
5461 code to turn on IIC1 if CONFIG_I2C_MULTI_BUS is selected.
5462
5463 Signed-off-by: Mike Nuss <mike@terascala.com>
5464 Cc: Stefan Roese <sr@denx.de>
5465
5466commit ef5b4f221c22d05770878513951745f236b5b43f
5467Author: Niklaus Giger <niklaus.giger@netstal.com>
5468Date: Tue Feb 5 10:26:44 2008 +0100
5469
5470 ppc4xx: HCU4/5. Cleanup configs
5471
5472 - hcu4.h: Removed define of CONFIG_PPC405GPr
5473 - Corrected phy addresses
5474 - Fix boot variables
5475 - Respect line length of 80 chars
5476
5477 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
5478
5479commit 74973126d1be63ac75bdc192f46234dca3a7c421
5480Author: Niklaus Giger <niklaus.giger@netstal.com>
5481Date: Tue Feb 5 11:31:28 2008 +0100
5482
5483 ppc4xx: HCU4/5. Cleanups
5484
5485 - Fix some coding style violations.
5486 - Use in/out_u16/32 where appropriate.
5487 - Use register names from ppc405.h.
5488 - Fix trace useage for Lauterbach.
5489 - Remove obsolete generation HCU2.
5490 - Renamed fixed_hcu4_sdram to init_ppc405_sdram.
5491
5492 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
5493
5494commit 8cc10d06b833ed917a19ad358c8ebbed8bc19555
5495Author: Niklaus Giger <niklaus.giger@netstal.com>
5496Date: Tue Feb 5 10:26:41 2008 +0100
5497
5498 ppc4xx: PPC405GPr fix missing register definitions
5499
5500 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
5501
5502commit 214398d9cb22268d9d4f7563359edca0f78297a2
5503Author: Larry Johnson <lrj@acm.org>
5504Date: Fri Jan 18 21:49:05 2008 -0500
5505
5506 ppc4xx: Beautify configuration files for Sequoia and Korat boards
5507
5508 Signed-off-by: Larry Johnson <lrj@acm.org>
5509
5510commit 30c6a241e88499f536e86d325759e29ba00ff67f
5511Author: Anatolij Gustschin <agust@denx.de>
5512Date: Fri Feb 15 20:09:01 2008 +0100
5513
5514 Wipe out assembler warnings while compiling x86 biosemu
5515
5516 This patch tries to get rid of some assembler warnings about
5517 changed .got2 section type while compiling x86 bios emulator
5518 code.
5519
5520 Signed-off-by: Anatolij Gustschin <agust@denx.de>
5521
5522commit 67a4389e39ad853d65b72e2b7cad15c7e8291147
5523Author: Wolfgang Denk <wd@denx.de>
5524Date: Fri Feb 15 00:57:09 2008 +0100
5525
5526 Prepare v1.3.2-rc1 release candidate
5527
67a4389e
WD
5528commit f33e9653c9c09868995d788511d573771c209fe5
5529Author: Anatolij Gustschin <agust@denx.de>
5530Date: Fri Feb 15 00:13:20 2008 +0100
5531
5532 Fix compile warning on lib_ppc/board.c
5533
5534 Signed-off-by: Anatolij Gustschin <agust@denx.de>
5535
5536commit e5c6f9f8bec4dff9603419161e3a15cc8ad5d5f4
5537Author: Anatolij Gustschin <agust@denx.de>
5538Date: Thu Feb 14 18:22:04 2008 +0100
5539
5540 Add Radeon Mobility 9200 pci device id to the radeon driver
5541
5542 This patch extends PCI device id table of the
5543 radeon driver so that the driver will also support
5544 Radeon Mobility 9200 (M9+) based boards.
5545
5546 Signed-off-by: Anatolij Gustschin <agust@denx.de>
5547
5548commit 1b8607e1f7143548c6062c28371449ec69588c00
5549Author: Anatolij Gustschin <agust@denx.de>
5550Date: Thu Feb 14 18:19:50 2008 +0100
5551
5552 Extend ATI Radeon driver to support more video modes
5553
5554 Adds ATI Radeon 9200 support for 1280x1024, 1024x768,
5555 800x600, 640x480 at 24, 16 and 8 bpp.
5556
5557 Signed-off-by: Anatolij Gustschin <agust@denx.de>
5558
5559commit 4124382de029d361162a4b8cecc773eb8f26e2a8
5560Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5561Date: Sun Feb 10 17:05:20 2008 +0100
5562
5563 xsengine: fix typo and few coding style
5564
5565 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5566
5567commit 6f4abee789b6d9be3ec4b97ad48f509355559e9e
5568Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
5569Date: Fri Feb 8 21:25:58 2008 +0100
5570
5571 Fix wrong memory limit calculation in memory-test
5572
5573 If the length of the memory address range passed to the "mtest" command is
5574 not of the form 2^x - 1, not all address lines are tested. This bug is
5575 inherited from the original software at
5576 http://www.netrino.com/Embedded-Systems/How-To/Memory-Test-Suite-C. Fix
5577 this.
5578
5579 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
5580
5581commit 7e30f5eac7f07082a7ca77b7d91b944a8d0af6db
5582Author: Wolfgang Denk <wd@denx.de>
5583Date: Fri Feb 15 00:11:39 2008 +0100
5584
5585 Coding STyle cleanup.
5586
5587 Signed-off-by: Wolfgang Denk <wd@denx.de>
5588
5589commit f6921e3dc331293c873ec4d109fd5517a42a90b3
5590Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
5591Date: Tue Feb 5 13:30:43 2008 +0900
5592
5593 sh: Fix register address of SH7722
5594
5595 The address of SH7722 is wrong by old document.
5596 This patch fixes this problem.
5597
5598 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
5599
5600commit 0ec7a061fb1c277f6afd73d61dd71bd21e7ef7b2
5601Author: Mike Frysinger <vapier@gentoo.org>
5602Date: Mon Feb 4 17:44:23 2008 -0500
5603
5604 only update version header as needed
5605
5606 Constantly rebuilding the version header will force useless relinking, so we
5607 simply need to compare the new header with the existing one before updating
5608 it.
5609
5610 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5611
5612commit 208447f8e953f347425eb92c8e28d59e6d911363
5613Author: Mike Frysinger <vapier@gentoo.org>
5614Date: Mon Jan 28 05:56:19 2008 -0500
5615
5616 Do not specify a CROSS_COMPILE default when executing size
5617
5618 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5619
5620commit 1f780aa6f17a5d79791d69ec1d2f66d76ac45d8e
5621Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
5622Date: Wed Feb 13 11:19:19 2008 +0100
5623
5624 Fix return value of mtest when CFG_ALT_MEMTEST set
5625
5626 Fix a missing return statement from a non-void function.
5627
5628 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
5629
5630commit 943afa229cf5bf70ef917c7eb6bd0db59a1ba602
5631Author: Timur Tabi <timur@freescale.com>
5632Date: Wed Jan 9 14:35:26 2008 -0600
5633
5634 85xx, 86xx: Determine I2C clock frequencies and store in global_data
5635
5636 Update global_data to define i2c1_clk and i2c2_clk to 85xx and 86xx.
5637
5638 Update the get_clocks() function in 85xx and 86xx to determine the I2C
5639 clock frequency and store it in gd->i2c1_clk and gd->i2c2_clk.
5640
5641 Signed-off-by: Timur Tabi <timur@freescale.com>
5642
5643commit b931b3a9c3bdfaaeaa71e57a6026eec726005b08
5644Author: Wolfgang Denk <wd@denx.de>
5645Date: Thu Feb 14 23:18:01 2008 +0100
5646
5647 TQM834x: clean up configuration
5648
5649 Get board name consistent with Linux and elsewhere;
5650 get rid of local network definitions etc.
5651
5652 Signed-off-by: Wolfgang Denk <wd@denx.de>
5653
5654commit 38cc09c55b1d7f233789052c6fc462e5377669a9
5655Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5656Date: Thu Feb 14 08:02:12 2008 +0100
5657
5658 TFTP: fix search of ':' in BootFile
5659
5660 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5661
5662commit 0bc9efada170096c6b273f19165e32936d330d80
5663Author: Wolfgang Denk <wd@denx.de>
5664Date: Thu Feb 14 22:46:55 2008 +0100
5665
5666 Coding style cleanup; update CHANGELOG.
5667
5668 Signed-off-by: Wolfgang Denk <wd@denx.de>
5669
0bc9efad
WD
5670commit e7670f6c1e52ae6d2a43ff75a8bcfa7a5c86e47b
5671Author: Wolfgang Denk <wd@denx.de>
5672Date: Thu Feb 14 22:43:22 2008 +0100
5673
5674 PPC: Use r2 instead of r29 as global data pointer
5675
5676 R29 was an unlucky choice as with recent toolchains (gcc-4.2.x) gcc
5677 will refuse to use load/store multiple insns; instead, it issues a
5678 list of simple load/store instructions upon function entry and exit,
5679 resulting in bigger code size, which in turn makes the build for a
5680 few boards fail.
5681
5682 Use r2 instead.
5683
5684 Signed-off-by: Wolfgang Denk <wd@denx.de>
5685
5686commit 3c234efa693bc59906c2be55c7918ecbb55392ea
5687Author: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com>
5688Date: Wed Jan 30 09:08:49 2008 +0100
5689
5690 ARM: make the machid configurable via the environment
5691
5692 If the variable "machid" exists, let do_bootm_linux use that instead
5693 of bd->bi_arch_number.
5694
5695