]> git.ipfire.org Git - people/ms/u-boot.git/blob - CHANGELOG
Merge branch 'master' of git://git.denx.de/u-boot
[people/ms/u-boot.git] / CHANGELOG
1 commit 369d0aa9674b65c83f8553b9bcf9d207dc369223
2 Author: Kim Phillips <kim.phillips@freescale.com>
3 Date: Wed Feb 18 17:43:59 2009 -0600
4
5 sata_sil3114: fix compiler warning
6
7 judging from other printfs in the same file, it seems ata should be
8 postpended with the interface number, not the address of the global
9 port variable. Fixes this for current u-boot-mpc83xx tree:
10
11 Configuring for MPC8349ITX board...
12 sata_sil3114.c: In function 'sata_bus_softreset':
13 sata_sil3114.c:99: warning: format '%u' expects type 'unsigned int', but argument 2 has type 'struct sata_port *'
14 sata_sil3114.c:108: warning: format '%u' expects type 'unsigned int', but argument 2 has type 'struct sata_port *'
15
16 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
17
18 commit f5675aa5ceeef30740970ab8ca0c8cbc324945cd
19 Author: Ron Madrid <ron_madrid@sbcglobal.net>
20 Date: Wed Feb 18 14:30:44 2009 -0800
21
22 Create configuration option for restricted ns16550 functions
23
24 This patch will create a configuration option for a minimum configuration for
25 the ns16550 serial driver at drivers/serial/ns16550.c and will apply this new
26 configuration option to the SIMPC8313.h config file in order to fix the NAND
27 bootstrap build error. This option will exclude all functions with exception of
28 NS16550_putc and NS16550_init. This will be used primarily to save space and
29 remove unused code from builds in which space is limited.
30
31 Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net>
32
33 commit 7b0bc0219db8981613259473cf19699ac259b4fb
34 Author: Kim Phillips <kim.phillips@freescale.com>
35 Date: Wed Feb 18 16:14:29 2009 -0600
36
37 mkconfig: include board config.h before asm/config.h
38
39 swapping the include order suppresses warnings for board configs
40 that define their own CONFIG_MAX_MEM_MAPPED:
41
42 In file included from /home/r1aaha/git/u-boot/include/config.h:5,
43 from /home/r1aaha/git/u-boot/include/common.h:35,
44 from simpc8313.c:26:
45 /home/r1aaha/git/u-boot/include/configs/SIMPC8313.h:81:1: warning:
46 "CONFIG_MAX_MEM_MAPPED" redefined
47 In file included from /home/r1aaha/git/u-boot/include/config.h:4,
48 from /home/r1aaha/git/u-boot/include/common.h:35,
49 from simpc8313.c:26:
50 /home/r1aaha/git/u-boot/include/asm/config.h:28:1: warning: this is
51 the location of the previous definition
52
53 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
54
55 commit b8845abdc0dcf20d0944e965153f5ae7a9c3077c
56 Author: Wolfgang Denk <wd@denx.de>
57 Date: Wed Feb 18 21:35:38 2009 +0100
58
59 Fix build errors after making flash_get_info() non-static
60
61 Fix for these build problems:
62 error: static declaration of 'flash_get_info' follows non-static declaration
63
64 Signed-off-by: Wolfgang Denk <wd@denx.de>
65
66 commit 5f0320108870e5d62983d1d5c13a2a087dddf686
67 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
68 Date: Sun Feb 1 17:07:52 2009 +0100
69
70 common/console: avoid ifdef CONFIG_CONSOLE_MUX when it's possible
71
72 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
73
74 commit ec6f14994602276660f7264c6ab3b91ef1f7614d
75 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
76 Date: Sun Feb 1 17:07:51 2009 +0100
77
78 common/console: coding style cleanup
79
80 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
81
82 commit daaf74f176b548dfd34a9990231f4189201d57ba
83 Author: Mike Frysinger <vapier@gentoo.org>
84 Date: Thu Jan 29 20:02:23 2009 -0500
85
86 mpc8xx_pcmcia: move CONFIG_8xx out of .c file and into Makefile
87
88 Move the CONFIG_8xx mpc8xx_pcmcia.c protection out of the C file and
89 into the Makefile so we avoid pointless compiling of the file.
90
91 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
92
93 commit 7bd2722e890bc877a3c057d7ccddc80451c99939
94 Author: Mike Frysinger <vapier@gentoo.org>
95 Date: Thu Jan 29 20:02:07 2009 -0500
96
97 disk: convert part_* files to COBJ-$(CONFIG_XXX) style
98
99 Move the CONFIG_XXX out of the part_XXX.c file and into Makefile to
100 avoid pointless compiles.
101
102 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
103
104 commit f05fa9205e04986176dc7ab8b710bcb5fbe9f338
105 Author: Petri Lehtinen <petri.lehtinen@inoi.fi>
106 Date: Thu Jan 29 10:35:40 2009 +0200
107
108 include/image.h: Ease grepping of image_* functions
109
110 Because the functions have been defined using macros, grepping for
111 their definitions is not possible. This patch adds the real function
112 names in comments.
113
114 Signed-off-by: Petri Lehtinen <petri.lehtinen@inoi.fi>
115 Acked-by: Mike Frysinger <vapier@gentoo.org>
116
117 commit bdab39d358e63aa47f400a8a76b8d5f283842df3
118 Author: Mike Frysinger <vapier@gentoo.org>
119 Date: Wed Jan 28 19:08:14 2009 -0500
120
121 rename CONFIG_CMD_ENV to CONFIG_CMD_SAVEENV
122
123 The CONFIG_CMD_ENV option controls enablement of the `saveenv` command
124 rather than a generic "env" command, or anything else related to the
125 environment. So, let's make sure the define is named accordingly.
126
127 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
128
129 commit 8b0592b89e0f9f81c9e150c81d96f8a43e4d6101
130 Author: Valeriy Glushkov <gvv@lstec.com>
131 Date: Fri Jan 23 20:02:17 2009 +0200
132
133 disable imls command if no flash is defined
134
135 Default CONFIG_CMD_IMLS must be disabled when CONFIG_SYS_NO_FLASH is defined
136
137 Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
138
139 commit 923aa48126259c13de95131203f1d28bfa5cb889
140 Author: Rafal Jaworowski <raj@semihalf.com>
141 Date: Fri Jan 23 13:27:18 2009 +0100
142
143 API: Improve glue mid-layer of the API demo application.
144
145 - Extend ub_dev_read() and ub_dev_recv() so they return the length actually
146 read, which allows for better control and error handling (this introduces
147 additional error code API_ESYSC returned by the glue mid-layer).
148
149 - Clean up definitions naming and usage.
150
151 - Other minor cosmetics.
152
153 Note these changes do not touch the API proper, so the interface between
154 U-Boot and standalone applications remains unchanged.
155
156 Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
157
158 commit 44a94e596ba0f6d0951b165403c520bf55b1c56f
159 Author: Rafal Jaworowski <raj@semihalf.com>
160 Date: Fri Jan 23 13:27:17 2009 +0100
161
162 API: Only output test data when reading was successful.
163
164 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
165
166 commit 7fb6c4f9b06c5539043c8bfc6565710b8090841d
167 Author: Rafal Jaworowski <raj@semihalf.com>
168 Date: Fri Jan 23 13:27:16 2009 +0100
169
170 API: Provide syscall entry point for the ARM architecture.
171
172 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
173 Acked-by: Rafal Jaworowski <raj@semihalf.com>
174
175 commit b84d7d8f1e1066f810866304a16a3583f88e7c98
176 Author: Rafal Jaworowski <raj@semihalf.com>
177 Date: Fri Jan 23 13:27:15 2009 +0100
178
179 API: Use stack pointer as API signature search hint in the glue layer.
180
181 De-hardcode range in RAM we search for the API signature. Instead use the stack
182 pointer as a hint to narrow down the range in which the signature could reside
183 (it is malloc'ed on the U-Boot heap, and is hoped to remain in some proximity
184 from stack area). Adjust PowerPC code in API demo to the new scheme.
185
186 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
187 Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
188
189 commit 86b4bafdfaf669ede8fd99044abc7e27ea29b4f5
190 Author: Wolfgang Denk <wd@denx.de>
191 Date: Tue Feb 17 10:26:38 2009 +0100
192
193 TQM8260: fix locations of kernel and ramdisk images in flash
194
195 After introducing redundant environment the kernel images was
196 overlapping with environment.
197
198 Signed-off-by: Wolfgang Denk <wd@denx.de>
199
200 commit e1ac387f4645499746856adc1aeaa9787da2eca6
201 Author: Andy Fleming <afleming@freescale.com>
202 Date: Thu Oct 30 16:50:14 2008 -0500
203
204 83xx: Add eSDHC support on 8379 EMDS board
205
206 Signed-off-by: Andy Fleming <afleming@freescale.com>
207
208 commit 80522dc8369a89938369fbcee572e662373bc9a3
209 Author: Andy Fleming <afleming@freescale.com>
210 Date: Thu Oct 30 16:51:33 2008 -0500
211
212 85xx: Add eSDHC support for 8536 DS
213
214 Signed-off-by: Andy Fleming <afleming@freescale.com>
215
216 commit 50586ef24ed5caf6ce5591df76f355009da2cd79
217 Author: Andy Fleming <afleming@freescale.com>
218 Date: Thu Oct 30 16:47:16 2008 -0500
219
220 Add support for the Freescale eSDHC found on 8379 and 8536 SoCs
221
222 This uses the new MMC framework
223
224 Some contributions by Dave Liu <daveliu@freescale.com>
225
226 Signed-off-by: Andy Fleming <afleming@freescale.com>
227
228 commit 272cc70b211e945e4413122aa73868f6ada732a5
229 Author: Andy Fleming <afleming@freescale.com>
230 Date: Thu Oct 30 16:41:01 2008 -0500
231
232 Add MMC Framework
233
234 Here's a new framework (based roughly off the linux one) for managing
235 MMC controllers. It handles all of the standard SD/MMC transactions,
236 leaving the host drivers to implement only what is necessary to
237 deal with their specific hardware.
238
239 This also hooks the infrastructure into the PowerPC board code
240 (similar to how the ethernet infrastructure now hooks in)
241
242 Some of this code was contributed by Dave Liu <daveliu@freescale.com>
243
244 Signed-off-by: Andy Fleming <afleming@freescale.com>
245
246 commit 1de97f9856f697380cc504126ab92561ed238803
247 Author: Andy Fleming <afleming@freescale.com>
248 Date: Thu Oct 30 16:31:39 2008 -0500
249
250 Eliminated arch-specific mmc header requirement
251
252 The current MMC infrastructure relies on the existence of an
253 arch-specific header file. This isn't necessary, and a couple
254 drivers were forced to implement dummy files to meet this requirement.
255 Instead, we move the stuff in those header files into a more appropriate
256 place, and eliminate the stubs and the #include of asm/arch/mmc.h
257
258 Signed-off-by: Andy Fleming <afleming@freescale.com>
259
260 commit abb5466ccf4ce50f412d459586f4f4b81cb73ac3
261 Author: Andy Fleming <afleming@freescale.com>
262 Date: Thu Oct 30 16:21:00 2008 -0500
263
264 Convert mmc_init to mmc_legacy_init
265
266 This is to get it out of the way of incoming MMC framework
267
268 Signed-off-by: Andy Fleming <afleming@freescale.com>
269
270 commit b2e2ed0233a5ef299361abec4fbdaefb63456eff
271 Author: Andy Fleming <afleming@freescale.com>
272 Date: Thu Oct 30 16:19:25 2008 -0500
273
274 Eliminate support for using MMC as memory
275
276 MMC cards are not memory, so we stop treating them that way.
277
278 Signed-off-by: Andy Fleming <afleming@freescale.com>
279
280 commit e1be0d25ecf494ae81245ca438738ba839d6329b
281 Author: Poonam_Aggrwal-b10812 <b10812@freescale.com>
282 Date: Sun Jan 4 08:46:38 2009 +0530
283
284 32bit BUg fix for DDR2 on 8572
285
286 This errata fix is required for 32 bit DDR2 controller on 8572.
287 May also be required for P10XX20XX platforms
288
289 Signed-off-by: Poonam_Agarwal-b10812 <b10812@lc1106.zin33.ap.freescale.net>
290
291 commit e0c4fac79d4d74572ddd43f75e7189cecca8d0ad
292 Author: Andy Fleming <afleming@freescale.com>
293 Date: Mon Feb 16 09:40:20 2009 -0600
294
295 TQM85xx: Fix a couple warnings in TQM8548 build
296
297 The ecm variable in sdram.c was being declared for all 8548, but only
298 used by specific 8548 boards, so we make that variable require those
299 specific boards, too
300
301 The nand code was using an index "i" into a table, and then re-using "i"
302 to set addresses for each upm. However, then it relied on the old value
303 of i still being there to enable things. Changed the second "i" to "j"
304
305 Signed-off-by: Andy Fleming <afleming@freescale.com>
306
307 commit cf07a5baece0ecfc5284cfda8a4e68eaf92782f8
308 Author: Wolfgang Grandegger <wg@grandegger.com>
309 Date: Wed Feb 11 18:38:26 2009 +0100
310
311 MPC85xx: TQM8548: workaround for erratum DDR 19 and 20
312
313 This patch adds the workaround for erratum DDR20 according to MPC8548
314 Device Errata document, Rev. 1: "CKE signal may not function correctly
315 after assertion of HRESET". Furthermore, the bug DDR19 is fixed in
316 processor version 2.1 and the work-around must be removed.
317
318 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
319
320 commit 080408fdc71706adcb883d22125637c54f6010b1
321 Author: Wolfgang Grandegger <wg@grandegger.com>
322 Date: Wed Feb 11 18:38:25 2009 +0100
323
324 MPC85xx: TQM8548: use cache for AG and BE variants
325
326 This patch makes accesses to the system memory cachable by removing the
327 caching-inhibited and guarded flags from the relevant TLB entries for
328 the TQM8548_BE and TQM8548_AG modules. FYI, the Freescale MPC85* boards
329 are configured similarly.
330
331 This results in a big averall performace improvement. TFTP downloads,
332 NAND Flash accesses, kernel boots, etc. are much faster.
333
334 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
335
336 commit dc5f55d636d7bf21ba17758fac4b929ec4c059f2
337 Author: Wolfgang Grandegger <wg@grandegger.com>
338 Date: Wed Feb 11 18:38:24 2009 +0100
339
340 MPC85xx: TQM8548_AG: add 1 GiB DDR2-SDRAM configuration
341
342 This patch add support for the 1 GiB DDR2-SDRAM on the TQM8548_AG
343 module.
344
345 Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
346 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
347
348 commit 88b0e88d186479349e5a2b771e82775109e10fb4
349 Author: Wolfgang Grandegger <wg@grandegger.com>
350 Date: Wed Feb 11 18:38:23 2009 +0100
351
352 MPC85xx: TQM8548: fix SDRAM timing for 533 MHz
353
354 According to new TQM8548 timing specification:
355 Refresh Recovery: 34 -> 53 clocks
356 CKE pulse width: 1 -> 3 cycles
357 Window for four activities: 13 -> 14 cycles
358
359 Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
360 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
361
362 commit a865bcdac89278cac4dfc07dec8299403110499d
363 Author: Wolfgang Grandegger <wg@grandegger.com>
364 Date: Wed Feb 11 18:38:22 2009 +0100
365
366 MPC85xx: TQM8548: add support for the TQM8548_AG module
367
368 The TQM8548_AG is a variant of the TQM8548 module with 1 GiB memory,
369 CAN and without PCI/PCI-X and RTC. U-Boot can be built for this module
370 with "$ make TQM8548_AG_config".
371
372 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
373
374 commit ad7ee5d43b0db94079d56521dabca25674f28747
375 Author: Wolfgang Grandegger <wg@grandegger.com>
376 Date: Wed Feb 11 18:38:21 2009 +0100
377
378 MPC85xx: TQM8548: add support for the TQM8548_BE module
379
380 The TQM8548_BE is a variant of the TQM8548 module with NAND and CAN
381 interface. With NAND support, the image is significantly larger and
382 TEXT_BASE is adjusted accordingly. U-Boot can be built for this
383 module with "$ make TQM8548_BE_config".
384
385 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
386
387 commit a318234878c346e673b2ef8dc4b14b338fe7fc2b
388 Author: Wolfgang Grandegger <wg@grandegger.com>
389 Date: Wed Feb 11 18:38:20 2009 +0100
390
391 MPC85xx: TQM85xx: make standard PCI/PCI-X configurable
392
393 The TQM8548_AG module does not have the standard PCI/PCI-X interface
394 connected but just the PCI Express interface . So far it was not
395 possible to disable it without disabling the complete PCI interface
396 (CONFIG_PCI) including PCI Express.
397
398 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
399
400 commit 31ca9119c3186cec579b54d2a7a2b361b4d2b7bf
401 Author: Wolfgang Grandegger <wg@grandegger.com>
402 Date: Wed Feb 11 18:38:19 2009 +0100
403
404 MPC85xx: TQM85xx: fix flash protection for boot loader
405
406 As the reset vector is located at 0xfffffffc, all flash sectors from the
407 beginning of the U-Boot binary to 0xffffffff must be protected. On the
408 TQM8548-AG having small sectors at the end of the flash it happened that
409 the last two sector were not protected and an "erase all" left an
410 un-bootable system behind:
411
412 Bank # 2: CFI conformant FLASH (32 x 16) Size: 32 MB in 270 Sectors
413 AMD Standard command set, Manufacturer ID: 0xEC, Device ID: 0x257E
414 Erase timeout: 8192 ms, write timeout: 1 ms
415
416 FFFA0000 E RO FFFC0000 RO FFFE0000 RO FFFE4000 RO FFFE8000 RO
417 FFFEC000 RO FFFF0000 RO FFFF4000 RO FFFF8000 E FFFFC000
418
419 The same bug seems to be in drivers/mtd/cfi_flash.c:flash_init() and many
420 board BSPs as well.
421
422 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
423
424 commit a1c8a719262151f97119e76166043ee3da3f97b2
425 Author: Peter Tyser <ptyser@xes-inc.com>
426 Date: Fri Feb 6 14:30:40 2009 -0600
427
428 86xx: Update CPU info output on bootup
429
430 - Update style of 86xx CPU information on boot to more closely
431 match 85xx boards
432 - Fix detection of 8641/8641D
433 - Use strmhz() to display frequencies
434 - Display L1 information
435 - Display L2 cache size
436 - Fixed CPU/SVR version output
437
438 == Before ==
439 Freescale PowerPC
440 CPU:
441 Core: E600 Core 0, Version: 0.2, (0x80040202)
442 System: Unknown, Version: 2.1, (0x80900121)
443 Clocks: CPU:1066 MHz, MPX: 533 MHz, DDR: 266 MHz, LBC: 133 MHz
444 L2: Enabled
445 Board: X-ES XPedite5170 3U VPX SBC
446
447 == After ==
448 CPU: 8641D, Version: 2.1, (0x80900121)
449 Core: E600 Core 0, Version: 2.2, (0x80040202)
450 Clock Configuration:
451 CPU:1066.667 MHz, MPX:533.333 MHz
452 DDR:266.667 MHz (533.333 MT/s data rate), LBC:133.333 MHz
453 L1: D-cache 32 KB enabled
454 I-cache 32 KB enabled
455 L2: 512 KB enabled
456 Board: X-ES XPedite5170 3U VPX SBC
457
458 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
459
460 commit 22c00f8d7d454d77e759df58415d2d3f3d7e154c
461 Author: Peter Tyser <ptyser@xes-inc.com>
462 Date: Thu Feb 5 11:25:24 2009 -0600
463
464 86xx: Update Global Utilities structure
465
466 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
467
468 commit 4ef630df773e45806d701bf5d25c328778bb4cde
469 Author: Peter Tyser <ptyser@xes-inc.com>
470 Date: Thu Feb 5 11:25:25 2009 -0600
471
472 86xx: Reset update
473
474 Update the 86xx reset sequence to try executing a board-specific reset
475 function. If the board-specific reset is not implemented or does not
476 succeed, then assert #HRESET_REQ. Using #HRESET_REQ is a more standard
477 reset procedure than the previous method and allows all board
478 peripherals to be reset if needed.
479
480 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
481
482 commit edf0e2524a8c6a3e91c009c496a0aa0ae89cd8ab
483 Author: Kumar Gala <galak@kernel.crashing.org>
484 Date: Tue Feb 10 23:53:40 2009 -0600
485
486 fsl-ddr: Allow system to boot if we have more than 4G of memory
487
488 Previously if we >=4G of memory and !CONFIG_PHYS_64BIT we'd report
489 an error and hang. Instead of doing that since DDR is mapped in the
490 lowest priority LAWs we setup the DDR controller and the max amount
491 of memory we report back is what we can map (CONFIG_MAX_MEM_MAPPED)
492
493 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
494 Acked-by: Becky Bruce <beckyb@kernel.crashing.org>
495
496 commit 8d949aff38cfb4388cbd73876e77bcd06d601f20
497 Author: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
498 Date: Wed Jan 21 17:17:33 2009 -0600
499
500 mpc85xx: Add support for the P2020
501
502 Added various p2020 processor specific details:
503 * SVR for p2020, p2020E
504 * immap updates for LAWs and DDR on p2020
505 * LAW defines related to p2020
506
507 Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
508 Signed-off-by: Travis Wheatley <Travis.Wheatley@freescale.com>
509 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
510
511 commit cb69e4de8702e108324e1c40363f30ef6f2e2918
512 Author: Kumar Gala <galak@kernel.crashing.org>
513 Date: Tue Feb 10 17:36:15 2009 -0600
514
515 85xx: print boot header info to distinquish 36-bit addr map on MPC8572 DS
516
517 Added some info that is printed out when we boot to distiquish if we
518 built MPC8572DS_config vs MPC8572DS_36BIT_config since they have
519 different address maps.
520
521 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
522
523 commit feede8b07013b33fca8dd2a916b3ac86bf4d4c0a
524 Author: Andy Fleming <afleming@freescale.com>
525 Date: Fri Dec 5 20:10:22 2008 -0600
526
527 Fixup SGMII PHY ids in the device tree
528
529 The device tree's PHY addresses need to be fixed up if we're using the
530 SGMII Riser Card.
531
532 The 8572, 8536, and 8544 DS boards were modified to call this function.
533
534 Code idea taken from Liu Yu <yu.liu@freescale.com>
535
536 Signed-off-by: Andy Fleming <afleming@freescale.com>
537
538 commit 5dc0cf68f8f101042997d75188081d8526d705ea
539 Author: Andy Fleming <afleming@freescale.com>
540 Date: Wed Feb 11 15:10:31 2009 -0600
541
542 Make some minor whitespace changes to eliminate line-wrapping
543
544 Signed-off-by: Andy Fleming <afleming@freescale.com>
545
546 commit 9e56986a2b74d197f51eca70fad7b836b1900c4d
547 Author: Andy Fleming <afleming@freescale.com>
548 Date: Wed Feb 11 15:07:24 2009 -0600
549
550 Add eth_get_dev_by_index
551
552 This allows code to iterate through the ethernet devices
553
554 Signed-off-by: Andy Fleming <afleming@freescale.com>
555
556 commit b67305120aaf268a6140125346678166d14f1f47
557 Author: Kumar Gala <galak@kernel.crashing.org>
558 Date: Mon Feb 9 22:03:04 2009 -0600
559
560 85xx: Fix bug in device tree setup in 36-bit physical confg
561
562 In the 36-bit physical config for MPC8572DS when need the start address
563 of memory and it size to be kept in phys_*_t instead of a ulong since
564 we support >4G of memory in the config and ulong cant represent that.
565 Otherwise we end up seeing the memory node in the device tree reporting
566 back we have memory starting @ 0 and of size 0.
567
568 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
569
570 commit ad97dce18445ff05bf326094e691a01aa95aa8dc
571 Author: Kumar Gala <galak@kernel.crashing.org>
572 Date: Mon Feb 9 22:03:05 2009 -0600
573
574 85xx: Fix address map for 36-bit config of MPC8572DS
575
576 When we introduced the 36-bit config of the MPC8572DS board we had the
577 wrong PCI MEM bus address map. Additionally, the change to the address
578 map exposes a small issue in our dummy read on the ULI bus. We need
579 to use the new mapping functions to handle that read properly in the
580 36-bit config.
581
582 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
583
584 commit f8523cb0815b2d3d2d780b7d49ca614105555f58
585 Author: Kumar Gala <galak@kernel.crashing.org>
586 Date: Fri Feb 6 09:56:35 2009 -0600
587
588 85xx: Fix how we map DDR memory
589
590 Previously we only allowed power-of-two memory sizes and didnt
591 handle >2G of memory. Now we will map up to CONFIG_MAX_MEM_MAPPED
592 and should properly handle any size that we can make in the TLBs
593 we have available to us
594
595 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
596
597 commit 1542fbdeec0d1e2a6df13189df8dcb1ce8802be3
598 Author: Kumar Gala <galak@kernel.crashing.org>
599 Date: Fri Feb 6 09:56:34 2009 -0600
600
601 fsl-ddr: ignore memctl_intlv_ctl setting if only one DDR controller
602
603 If we only have one controller we can completely ignore how
604 memctl_intlv_ctl is set. Otherwise other levels of code get confused
605 and think we have twice as much memory.
606
607 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
608
609 commit b29dee3c906e9daaf6baf7772d2e15e26b8636b8
610 Author: Kumar Gala <galak@kernel.crashing.org>
611 Date: Wed Feb 4 09:35:57 2009 -0600
612
613 85xx: Format cpu freq printing to handle 8 cores
614
615 Only print 4 cpu freq per line. This way when we have 8 cores its a
616 bit more readable.
617
618 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
619
620 commit 9704f9caf53f5cae547d8c5e1ae94aa4e57b160f
621 Author: Abraham, Thomas <t-abraham@ti.com>
622 Date: Tue Oct 28 16:51:31 2008 +0530
623
624 USB: Remove LUN number from CDB
625
626 The LUN number is not part of the Command Descriptor Block (CDB) for scsi inquiry, request sense, test unit ready, read capacity and read10 commands. This patch removes the LUN number information from the CDB.
627
628 Signed-off-by: Thomas Abraham <t-abraham@ti.com>
629 Signed-off-by: Remy Bohmer <linux@bohmer.net>
630
631 commit f3c0de636252f3a18654c8f9c6370a9574a7e755
632 Author: Atin Malaviya <atin.malaviya@gmail.com>
633 Date: Tue Feb 3 15:17:10 2009 -0500
634
635 Added usbtty_configured() check. Fixed attribute(packed) warnings.
636
637 V3: Fixed line-wrap problem due to user error in mail!
638
639 Added usb_configured() checks in usbtty_puts() and usbtty_putc() to get around a hang
640 when usb is not connected and the user has set up multi-io (setenv stdout serial,usbtty etc).
641 Got rid of redundant __attribute__((packed)) directives that were causing warnings from gcc.
642
643 Signed-off-by: Atin Malaviya <atin.malaviya@gmail.com>
644 Signed-off-by: Remy Bohmer <linux@bohmer.net>
645
646 commit e7de18afe8ecf96a51ef981d06066eeb6b1254e7
647 Author: Guennadi Liakhovetski <lg@denx.de>
648 Date: Fri Feb 13 09:23:36 2009 +0100
649
650 i.MX31: Start the I2C clock on driver initialisation
651
652 i.MX31 powers on with most clocks running, so, after a power on this explicit
653 clock start up is not required. However, as Linux boots it disables most clocks
654 to save power. This includes the I2C clock. If we then soft reboot from Linux
655 the I2C clock stays off. This breaks the phycore, which has its environment in
656 I2C EEPROM. Fix the problem by explicitly starting the clock in I2C driver
657 initialisation routine.
658
659 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
660 Ack-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
661
662 commit 15208ac9eae1c340c4bc11f70cbf5c9da78a57ba
663 Author: Mike Frysinger <vapier@gentoo.org>
664 Date: Wed Feb 11 20:36:14 2009 -0500
665
666 i2c.h: drop i2c_reg_{read, write} hack for Blackfin parts
667
668 The Blackfin i2c driver has been rewritten thus the special ifdefs in the
669 common code are no longer needed.
670
671 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
672
673 commit c2d9befa0b4695b89476fb5d259742c09afe243f
674 Author: Heiko Schocher <hs@denx.de>
675 Date: Thu Feb 12 08:08:54 2009 +0100
676
677 82xx, mgcoge: fix compile error
678
679 With actual u-boot compiling the mgcoge port fails, because
680 since commit ba705b5b1a97b47388ed48858bef6bf7b6bfcd56 it is
681 necessary to define CONFIG_NET_MULTI.
682
683 Seems to me the mgcoge port is the only actual existing 8260
684 port who uses CONFIG_ETHER_ON_SCC, so no other 8260 port needed
685 to be fixed.
686
687 Signed-off-by: Heiko Schocher <hs@denx.de>
688
689 commit 9cacf4fc4035eabe9d9ae2a9a188c51a8027c91e
690 Author: Dirk Eibach <eibach@gdsys.de>
691 Date: Mon Feb 9 08:18:34 2009 +0100
692
693 ppc4xx: Add README entry for CONFIG_PCI_DISABLE_PCIE
694
695 Signed-off-by: Dirk Eibach <eibach@gdsys.de>
696 Signed-off-by: Stefan Roese <sr@denx.de>
697
698 commit 7369f0e384e2a831be13a7773a58242c9173fa9c
699 Author: Carolyn Smith <carolyn.smith@tektronix.com>
700 Date: Thu Feb 12 06:13:44 2009 +0100
701
702 ppc4xx: Fix initialization of the SDRAM_CODT register
703
704 This fixes the initialization of the SDRAM_CODT register in the ppc4xx DDR2
705 initialization code. It also removes use of the SDRAM_CODT_FEEDBACK_RCV_SINGLE_END
706 and SDRAM_CODT_FEEDBACK_DRV_SINGLE_END #define's since they are reserved bits.
707
708 Signed-off-by: Carolyn Smith <carolyn.smith@tektronix.com>
709 Signed-off-by: Stefan Roese <sr@denx.de>
710
711 commit cef0efaf2fa55d1f25066cfb02bd984c27f9ca31
712 Author: Stefan Roese <sr@denx.de>
713 Date: Wed Feb 11 09:29:33 2009 +0100
714
715 ppc4xx: Fix problem with board_eth_init() vs cpu_eth_init() on AMCC boards
716
717 Some AMCC eval boards do have a board_eth_init() function calling
718 pci_eth_init(). These boards need to call cpu_eth_init() explicitly now
719 with the new eth_init rework.
720
721 Signed-off-by: Stefan Roese <sr@denx.de>
722
723 commit c645012aefebb301e6907d148c6c8efacac049d4
724 Author: Adam Graham <agraham@amcc.com>
725 Date: Mon Feb 9 13:18:12 2009 -0800
726
727 ppc4xx: Autocalibration can set RDCC to over aggressive value.
728
729 The criteria of the AMCC SDRAM Controller DDR autocalibration
730 U-Boot code is to pick the largest passing write/read/compare
731 window that also has the smallest SDRAM_RDCC.[RDSS] Read Sample
732 Cycle Select value.
733
734 On some Kilauea boards the DDR autocalibration algorithm can
735 find a large passing write/read/compare window with a small
736 SDRAM_RDCC.[RDSS] aggressive value of Read Sample Cycle Select
737 value "T1 Sample".
738
739 This SDRAM_RDCC.[RDSS] Read Sample Cycle Select value of
740 "T1 Sample" proves to be to aggressive when later on U-Boot
741 relocates into DDR memory and executes.
742
743 The memory traces on the Kilauea board are short so on some
744 Kilauea boards the SDRAM_RDCC.[RDSS] Read Sample Cycle Select
745 value of "T1 Sample" shows up as a potentially valid value for
746 the DDR autocalibratiion algorithm.
747
748 The fix is to define a weak default function which provides
749 the minimum SDRAM_RDCC.[RDSS] Read Sample Cycle Select value
750 to accept for DDR autocalibration. The default will be the
751 "T2 Sample" value. A board developer who has a well defined
752 board and chooses to be more aggressive can always provide
753 their own board specific string function with the more
754 aggressive "T1 Sample" value or stick with the default
755 minimum SDRAM_RDCC.[RDSS] value of "T2".
756
757 Also put in a autocalibration loop fix for case where current
758 write/read/compare passing window size is the same as a prior
759 window size, then in this case choose the write/read/compare
760 result that has the associated smallest RDCC T-Sample value.
761
762 Signed-off-by: Adam Graham <agraham@amcc.com>
763 Signed-off-by: Stefan Roese <sr@denx.de>
764
765 commit 2ede879fcb67470524847bb4fc8972651bb46184
766 Author: Stefan Roese <sr@denx.de>
767 Date: Wed Feb 11 09:37:12 2009 +0100
768
769 ppc4xx: Fix problem with CONFIG_MAX_MEM_MAPPED in include/asm-ppc/config.h
770
771 CONFIG_SDRAM_PPC4xx_IBM_DDR2 is not set when include/asm-ppc/config.h is
772 included. So for katmai, CONFIG_MAX_MEM_MAPPED will get set to 256MB.
773
774 It makes perfect sense to set CONFIG_MAX_MEM_MAPPED to 2GB for all PPC4xx
775 boards right now.
776
777 Signed-off-by: Stefan Roese <sr@denx.de>
778
779 commit f15c6515fc23f83c51f3de272ca23d86b80e81b1
780 Author: Wolfgang Denk <wd@denx.de>
781 Date: Thu Feb 12 00:08:39 2009 +0100
782
783 Coding style cleanup; update CHANGELOG
784
785 Signed-off-by: Wolfgang Denk <wd@denx.de>
786
787 commit 5fc56b907d993260b9ebdb137af66fe69635ae9e
788 Author: Peter Tyser <ptyser@xes-inc.com>
789 Date: Fri Jan 30 16:36:40 2009 -0600
790
791 Add feature-removal-schedule.txt
792
793 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
794
795 commit 255d28e1642e8fc32a6753226be1a96b481ce111
796 Author: Heiko Schocher <hs@denx.de>
797 Date: Tue Feb 10 09:32:38 2009 +0100
798
799 8xx serial, smc: Coding-Style cleanup serial SMC driver
800
801 Signed-off-by: Heiko Schocher <hs@denx.de>
802
803 commit 2b3f12c214346508cae3f1245808c1ca54c81fdd
804 Author: Heiko Schocher <hs@denx.de>
805 Date: Tue Feb 10 09:31:47 2009 +0100
806
807 8xx serial, smc: add configurable SMC Rx buffer len
808
809 This patch adds the configuration option CONFIG_SYS_SMC_RXBUFLEN.
810 With this option it is possible to allow the receive
811 buffer for the SMC on 8xx to be greater then 1. In case
812 CONFIG_SYS_SMC_RXBUFLEN == 1 this driver works as the
813 old version.
814
815 When defining CONFIG_SYS_SMC_RXBUFLEN also
816 CONFIG_SYS_MAXIDLE must be defined to setup the maximum
817 idle timeout for the SMC.
818
819 Signed-off-by: Heiko Schocher <hs@denx.de>
820
821 commit e915f8bb73d74178bc21d3a457959883b1afd1c0
822 Author: Mike Frysinger <vapier@gentoo.org>
823 Date: Thu Feb 5 21:04:36 2009 -0500
824
825 common/{hush, kgdb, serial}.c: build by COBJS-$(...) in Makefile
826
827 Move global '#ifdef CONFIG_xxx .... #endif' out of the .c files and into
828 the COBJS-$(CONFIG_xxx) in the Makefile. Also delete unused var in kgdb
829 code in the process.
830
831 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
832
833 commit ab76e9848a1f4db64d14233741d739a3b3360c93
834 Author: Mike Frysinger <vapier@gentoo.org>
835 Date: Thu Feb 5 21:04:50 2009 -0500
836
837 bzip2: move ifdef handling to Makefile COBJS-$(...)
838
839 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
840
841 commit ae0b05df04e1cc65c5ad19ccd362f4be82df7316
842 Author: Jerry Van Baren <gvb.uboot@gmail.com>
843 Date: Thu Feb 5 22:18:02 2009 -0500
844
845 Fix whitespace damage: double space changed to a tab
846
847 At some point an intentional double space at the end of the sentence
848 got changed into a tab in the GPL header line:
849 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
850
851 This patch fixes the damage.
852
853 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
854
855 commit 4f975678de995b55749d5e84590c268972a7c835
856 Author: Heiko Schocher <hs@denx.de>
857 Date: Tue Feb 10 09:53:29 2009 +0100
858
859 cfi: make flash_get_info() non static
860
861 If on your board is more than one flash, you must know
862 the size of every single flash, for example, for updating
863 the DTS before booting Linux. So make this function
864 flash_get_info() extern, and you can have all info
865 about your flashes.
866
867 Signed-off-by: Heiko Schocher <hs@denx.de>
868 Signed-off-by: Stefan Roese <sr@denx.de>
869
870 commit 86321fc1128c93a10ac4afb9d317b0df8ece0f9e
871 Author: Ben Warren <biggerbadderben@gmail.com>
872 Date: Thu Feb 5 23:58:25 2009 -0800
873
874 net: removed board-specific CONFIGs from MPC5xxx FEC driver
875
876 Added new CONFIG options for the three type of MAC-PHY interconnect and
877 applied them all relevant board config files
878
879 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
880
881 commit 638ed3e296e70fab286d157b7adedaaa4a09a474
882 Author: Mike Frysinger <vapier@gentoo.org>
883 Date: Thu Feb 5 21:04:47 2009 -0500
884
885 net/sntp.c: move ifdef into Makefile COBJS-$(...)
886
887 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
888 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
889
890 commit 9e5be8214ba751436e57c3be044bf6dccb9a6687
891 Author: Andy Fleming <afleming@freescale.com>
892 Date: Tue Feb 3 18:26:41 2009 -0600
893
894 tsec: Fix a bug in soft-resetting
895
896 SOFT_RESET must be asserted for at least 3 TX clocks. Usually, that's about 30
897 clock cycles, so it's been mostly working. But we had no guarantee, and at
898 slower bitrates, it's just over a microsecond (over 1000 clock cycles). This
899 enforces a 2 microsecond gap between assertion and deassertion.
900
901 Signed-off-by: Andy Fleming <afleming@freescale.com>
902 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
903
904 commit 09fcc8b5d86903b76e7e4d1d879d6f4bca25c27b
905 Author: Simon Munton <simon@nidoran.m5data.com>
906 Date: Mon Feb 2 09:44:08 2009 +0000
907
908 Fix 100Mbs ethernet operation on sh7763 based boards
909
910 100Mbs ethernet does not work on sh7763 chips due to the wrong value being
911 used in the GECMR register. Following diff fixes the problem
912
913 Signed-off-by: Simon Munton <simon@nidoran.m5data.com>
914 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
915
916 commit 2bc2a8f6dc9fdda465317da59474e65c24a398a2
917 Author: ksi@koi8.net <ksi@koi8.net>
918 Date: Fri Feb 6 16:27:55 2009 -0800
919
920 Fix MPC8260 with ethernet on SCC
921
922 This fixes MPC8260 compilation with ethernet on SCC. Probably was a
923 typo or something...
924
925 Signed-off-by: Sergey Kubushyn <ksi@koi8.net>
926 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
927
928 commit ae5d8f613cec1a6af7bf1fc9c42a3b856f021023
929 Author: Heiko Schocher <hs@denx.de>
930 Date: Fri Jan 30 12:56:15 2009 +0100
931
932 82xx serial, smc: Coding-Style cleanup serial SMC driver
933
934 Signed-off-by: Heiko Schocher <hs@denx.de>
935
936 commit c92fac91a06c60f874c605e3ca80dd407c1caaa7
937 Author: Heiko Schocher <hs@denx.de>
938 Date: Fri Jan 30 12:55:38 2009 +0100
939
940 82xx serial, smc: add configurable SMC Rx buffer len
941
942 This patch adds the configuration option CONFIG_SYS_SMC_RXBUFLEN.
943 With this option it is possible to allow the receive
944 buffer for the SMC on 82xx to be greater then 1. In case
945 CONFIG_SYS_SMC_RXBUFLEN == 1 this driver works as the
946 old version.
947
948 When defining CONFIG_SYS_SMC_RXBUFLEN also
949 CONFIG_SYS_MAXIDLE must be defined to setup the maximum
950 idle timeout for the SMC.
951
952 Signed-off-by: Heiko Schocher <hs@denx.de>
953
954 commit bced7ccefa08512c54a6d146658ff7dbc33d5dfe
955 Author: Kumar Gala <galak@kernel.crashing.org>
956 Date: Fri Feb 6 08:08:06 2009 -0600
957
958 ppc: Fix roll over bug in flush_cache()
959
960 If we call flush_cache(0xfffff000, 0x1000) it would never
961 terminate the loop since end = 0xffffffff and we'd roll over
962 our counter from 0xfffffe0 to 0 (assuming a 32-byte cache line)
963
964 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
965
966 commit 87c9063963561d3d01064be34d0c30855a56587b
967 Author: Kumar Gala <galak@kernel.crashing.org>
968 Date: Thu Feb 5 20:40:58 2009 -0600
969
970 ppc: Move CONFIG_MAX_MEM_MAPPED to common config.h
971
972 Moved CONFIG_MAX_MEM_MAPPED to the asm/config.h so its kept consistent
973 between the two current users (lib_ppc/board.c, 44x SPD DDR2).
974
975 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
976 Acked-by: Stefan Roese <sr@denx.de>
977
978 commit 47d41cc3a11a03c6d56146d056145df73f47eb50
979 Author: Kumar Gala <galak@kernel.crashing.org>
980 Date: Thu Feb 5 20:40:57 2009 -0600
981
982 Add an architecture specific config.h for common defines
983
984 We have common defines that we duplicate in various ways. Having an
985 arch specific config.h gives us a common location for those defines.
986
987 Eventually we should be able to replace this when we have proper
988 Kconfig support.
989
990 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
991
992 commit 4c78d4a6c01621721b732418e1c6da684a56bbb1
993 Author: Becky Bruce <beckyb@kernel.crashing.org>
994 Date: Tue Feb 3 18:10:56 2009 -0600
995
996 mpc8641hpcn: Change PCI MEM pci bus address
997
998 Now that the rest of u-boot can support it, change the PCI bus
999 address of the PCI MEM regions from 0x80000000 to 0xc0000000,
1000 and use the same bus address for both PCI1 and PCI2. This will
1001 maximize the amount of PCI address space left over to map RAM
1002 on systems with large amounts of memory.
1003
1004 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
1005
1006 commit 1785dbeed43599eed1d8875673c96912cd770141
1007 Author: Becky Bruce <beckyb@kernel.crashing.org>
1008 Date: Tue Feb 3 18:10:55 2009 -0600
1009
1010 drivers/block/ahci: Fix pci mapping bug
1011
1012 The code assumes that the pci bus address and the virtual
1013 address used to access a region are the same, but they might
1014 not be. Fix this assumption.
1015
1016 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
1017
1018 commit d591a80e74091e7a0658d165721e6c7de2ef0bcd
1019 Author: Becky Bruce <beckyb@kernel.crashing.org>
1020 Date: Tue Feb 3 18:10:54 2009 -0600
1021
1022 MPC8641HPCN: Enable CONFIG_ADDR_MAP
1023
1024 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
1025
1026 commit 49f46f3bf08aaf7b1db131a1082f1e603bb7a94b
1027 Author: Becky Bruce <beckyb@kernel.crashing.org>
1028 Date: Tue Feb 3 18:10:53 2009 -0600
1029
1030 mpc8641hpcn: Clean up PCI mapping concepts
1031
1032 Clean up PCI mapping concepts in the 8641 config - rename _BASE
1033 to _BUS, as it's actually a PCI bus address, separate virtual
1034 and physical addresses into _VIRT and _PHYS, and use each
1035 appopriately.
1036
1037 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
1038
1039 commit c9315e6b4f244981de0b2eaaa29a7838a165b494
1040 Author: Becky Bruce <beckyb@kernel.crashing.org>
1041 Date: Tue Feb 3 18:10:52 2009 -0600
1042
1043 mpc86xx: Add support to populate addr map based on BATs
1044
1045 If CONFIG_ADDR_MAP is enabled, update the address map
1046 whenever we write a bat.
1047
1048 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
1049
1050 commit d35ae5a938679bd7e18167faf79d0fb3c6639b51
1051 Author: Becky Bruce <beckyb@kernel.crashing.org>
1052 Date: Tue Feb 3 18:10:51 2009 -0600
1053
1054 powerpc: Move duplicated BAT defines to mmu.h
1055
1056 The BAT fields are architected; there's no need for these to be in
1057 cpu-specific files. Drop the duplication and move these to
1058 include/asm-ppc/mmu.h. Also, remove the BL_xxx defines that were only
1059 used by the alaska board, and switch to using the BATU_BL_xxx defines
1060 used by all the other boards. The BL_ defines previously in use
1061 had to be shifted into the proper position for use, which was inefficient.
1062
1063 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
1064
1065 commit 6e61fae4d360a1380b63e7d007b31477e366bcce
1066 Author: Becky Bruce <beckyb@kernel.crashing.org>
1067 Date: Tue Feb 3 18:10:50 2009 -0600
1068
1069 drivers/pci: Create pci_map_bar function
1070
1071 It is no longer always true that the pci bus address can be
1072 used as the virtual address for pci accesses. pci_map_bar()
1073 is created to return the virtual address for a pci region.
1074
1075 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
1076
1077 commit 2ecca3401775b125c3b9ff65766befb23989414b
1078 Author: Becky Bruce <beckyb@kernel.crashing.org>
1079 Date: Tue Feb 3 18:10:49 2009 -0600
1080
1081 mpc8641hpcn: Set up outbound pci windows before inbound
1082
1083 Because the inbound pci windows are mapped generously, set up
1084 the more specific outbound windows first. This way, when we
1085 search the pci regions for something, we will hit on the more
1086 specific region. This can actually be a problem on systems
1087 with large amounts of RAM.
1088
1089 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
1090
1091 commit b81b773ead0687114dc8a800f99ea6e504447739
1092 Author: Becky Bruce <beckyb@kernel.crashing.org>
1093 Date: Mon Feb 2 16:34:52 2009 -0600
1094
1095 mpc8641hpcn: Use physical address in flash banks defintion
1096
1097 If the VA and PA of the flash aren't the same, the banks list
1098 should be initialized to hold the physical address. Correct this.
1099
1100 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
1101
1102 commit 2d43e873a29ca4959ba6a30fc7fb396d3fd0dccf
1103 Author: Kumar Gala <galak@kernel.crashing.org>
1104 Date: Fri Feb 6 09:49:32 2009 -0600
1105
1106 pci: give preference to non-PCI_REGION_SYS_MEMORY regions when matching
1107
1108 When we search for an address match in pci_hose_{phys_to_bus,bus_to_phys}
1109 we should give preference to memory regions that aren't system memory.
1110
1111 Its possible that we have over mapped system memory in the regions and
1112 we want to avoid depending on the order of the regions.
1113
1114 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1115
1116 commit ff4e66e93c1ad47644be3b4ffd6a46e1ce9b6612
1117 Author: Kumar Gala <galak@kernel.crashing.org>
1118 Date: Fri Feb 6 09:49:31 2009 -0600
1119
1120 pci: Rename PCI_REGION_MEMORY to PCI_REGION_SYS_MEMORY for clarity
1121
1122 The PCI_REGION_MEMORY and PCI_REGION_MEM are a bit to similar and
1123 can be confusing when reading the code.
1124
1125 Rename PCI_REGION_MEMORY to PCI_REGION_SYS_MEMORY to clarify its used
1126 for system memory mapping purposes.
1127
1128 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1129
1130 commit 8da601280a8acbc3385784780ed35130e53812f1
1131 Author: Peter Tyser <ptyser@xes-inc.com>
1132 Date: Wed Feb 4 13:47:22 2009 -0600
1133
1134 NAND: Add timeout for reset command
1135
1136 Without the timeout present an infinite loop can occur if the
1137 NAND device is broken or not present.
1138
1139 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1140 Signed-off-by: Scott Wood <scottwood@freescale.com>
1141
1142 commit 10dc6a9bef73d7d4cb25b3fde27ee91f8484b126
1143 Author: Peter Tyser <ptyser@xes-inc.com>
1144 Date: Wed Feb 4 13:39:40 2009 -0600
1145
1146 NAND: Silence warning when CONFIG_SYS_NAND_QUIET_TEST
1147
1148 Commit cfa460adfdefcc30d104e1a9ee44994ee349bb7b removed support
1149 for disabling the "No NAND device found!!!" warning when
1150 CONFIG_SYS_NAND_QUIET_TEST was defined. This re-adds support
1151 for silencing the warning.
1152
1153 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1154 Signed-off-by: Scott Wood <scottwood@freescale.com>
1155
1156 commit ad09ab2e3ac28f304372eceb4a5cb4d24e102a13
1157 Author: Valeriy Glushkov <gvv@lstec.com>
1158 Date: Mon Jan 19 16:32:59 2009 +0200
1159
1160 NAND: Fixed invalid pointers to static relocated chip names
1161
1162 Dear Wolfgang,
1163
1164 You are right, the patch was ugly.
1165 The new one seems to be better.
1166
1167 Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
1168 Signed-off-by: Scott Wood <scottwood@freescale.com>
1169
1170 commit 5a9427dc9b8438759db3f67a1e547062f76eb18d
1171 Author: derek@siconix.com <derek@siconix.com>
1172 Date: Mon Jan 26 14:08:17 2009 -0700
1173
1174 env_nand: fix env memory release
1175
1176 This fixes a bug that tmp environment memory not being released.
1177
1178 Signed-off-by: Derek Ou <dou@siconix.com>
1179 Signed-off-by: Scott Wood <scottwood@freescale.com>
1180
1181 commit 6989e4f546d960a407dd5425f800dff9751c8132
1182 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
1183 Date: Thu Feb 5 09:33:50 2009 -0500
1184
1185 Coldfire: M527x: Add missing GPIO register address defines
1186
1187 Add missing GPIO registers address definition for Coldfire M5271.
1188
1189 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
1190
1191 commit c4ff77f5e6c3a01610ce97434c0d59acb1476f95
1192 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
1193 Date: Fri Jan 23 14:42:58 2009 -0500
1194
1195 Coldfire: mcfmii: Allow non-autonegotiating PHYs to use mii command
1196
1197 Modified mii_init to support boards with PHYs that are not set to
1198 autonegotiate, but still want to use u-boot's mii commands to probe
1199 the smi bus. Such PHYs will not set the Autonegotiate-done bit.
1200
1201 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
1202
1203 commit 92d3e6e0ffcbb7224c83104f8d87b5b4bf39a38f
1204 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
1205 Date: Fri Jan 23 11:44:30 2009 -0500
1206
1207 Coldfire: Applied baudrate formula of serial_init to serial_setbrg
1208
1209 Applied the patch for baudrate divider value truncation for
1210 serial_init to serial_setbrg as well.
1211
1212 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
1213
1214 commit 8706ef378f2db1ef65b9c2f909561f23e3dc2148
1215 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
1216 Date: Fri Jan 23 14:07:05 2009 -0500
1217
1218 Coldfire: M5271EVB: Board header update (dependencies)
1219
1220 Cleanup for M5271EVB:
1221 Added clarification on the use of CONFIG_SYS_CLOCK.
1222 Modified to use u-boot's HUSH parser.
1223 Cleanup on environment settings.
1224 Removed compiler warning by defining CONFIG_SYS_CS0_*
1225
1226 Dependencies:
1227 Added the use of CONFIG_SYS_MCF_SYNCR for clock multiplier.
1228 This depends on a patch to include/asm-m68k/m5271.h
1229 that defines the multiplier and divider ratios.
1230
1231 Removed the definition of CONFIG_SYS_FECI2C.
1232 This depends on a patch that removes the use of it in
1233 cpu/mcf52x2/cpu_init.c
1234
1235 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
1236
1237 commit e0db344fabfeb4f9649846f94838f51172f6a1f6
1238 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
1239 Date: Thu Jan 29 14:36:06 2009 -0500
1240
1241 Coldfire: M5271: Allow board header file to specify clock multiplier
1242
1243 M5271 dynamic clock multiplier. It is currently fixed at 100MHz.
1244
1245 Allow the board header file to set their own multiplier and divider.
1246 Added the #define for the multiplier and divider to the cpu header file.
1247
1248 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
1249
1250 commit d1ef25dd81c79dcfad5c2ff0162b1bea21d04bc3
1251 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
1252 Date: Fri Jan 23 10:47:13 2009 -0500
1253
1254 Coldfire: M5271EVB: Remove usage of CONFIG_SYS_FECI2C
1255
1256 Discontinue the use of CONFIG_SYS_FECI2C (only used by M5271EVB).
1257 Use read-modify-write to activate the FEC pins without disabling I2C.
1258
1259 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
1260
1261 commit ee73cc59ab904976af3c33b454fc84f78618b2d1
1262 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
1263 Date: Fri Jan 23 09:45:34 2009 -0500
1264
1265 Coldfire: cmd_bdinfo cleanup
1266
1267 CONFIG_M68K bdinfo cleanup:
1268
1269 Fixed compiler warning about baudrate printing.
1270 format '%d' expects type 'int', but argument 2 has type 'long unsigned int'.
1271
1272 Added printing of "cpufreq"
1273
1274 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
1275
1276 commit 4ffc39050aa46ed8a3d29732293dff769e54fffa
1277 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
1278 Date: Fri Jan 23 09:27:00 2009 -0500
1279
1280 Coldfire: Fix half-baud UART by adding M5271 to Coldfire v2 core list
1281
1282 Added the CONFIG_M5271 to the list of Coldfire V2 processor. This
1283 was causing the bus clock (not CPU clock) to be declared twice as
1284 fast as it actually is. This causes UARTS to operate at half the
1285 specified baudrate.
1286
1287 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
1288
1289 commit 59d1bda7f92c8a28c3aba94e48063749d425949f
1290 Author: Dirk Eibach <eibach@gdsys.de>
1291 Date: Tue Feb 3 15:15:21 2009 +0100
1292
1293 ppc4xx: Make PCIE support selectable
1294
1295 On some platforms PCIE support is not required, but would be included
1296 because the cpu supports it. To reduce fooprint it is now configurable
1297 via CONFIG_PCI_DISABLE_PCIE.
1298
1299 Signed-off-by: Dirk Eibach <eibach@gdsys.de>
1300 Signed-off-by: Stefan Roese <sr@denx.de>
1301
1302 commit b129eff5ede394cc1faeb6dbf6a987e91abce552
1303 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
1304 Date: Tue Feb 3 22:13:16 2009 +0100
1305
1306 ppc4xx: Only fixup opb attached UARTs
1307
1308 This patch updates the fdt UART clock fixup code to
1309 only touch CPU internal UARTs on 4xx systems.
1310 Only these UARTs are definitely clocked by gd->uart_clk.
1311
1312 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
1313 Signed-off-by: Stefan Roese <sr@denx.de>
1314
1315 commit 4b7e3d045cc82f7f7b6f3a19b54a814da36ac52c
1316 Author: Mike Frysinger <vapier@gentoo.org>
1317 Date: Tue Jan 13 11:00:29 2009 -0500
1318
1319 Blackfin: move default boot SPI CS to common code
1320
1321 Move the default SPI CS that we boot from into common code so that it can
1322 be used in other SPI drivers and environment settings.
1323
1324 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1325
1326 commit f790ef6ff12381cb0e43de54fb2b0f1204ad8ed6
1327 Author: Mike Frysinger <vapier@gentoo.org>
1328 Date: Wed Dec 10 12:33:54 2008 -0500
1329
1330 Blackfin: dynamically update UART speed when initializing
1331
1332 Previously, booting over the UART required the baud rate to be known ahead
1333 of time. Using a bit of tricky simple math, we can calculate the new board
1334 rate based on the old divisors.
1335
1336 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1337 Signed-off-by: Robin Getz <rgetz@blackfin.uclinux.org>
1338
1339 commit 97f265f14f23050f3cb997f617f3a6917b843ea2
1340 Author: Mike Frysinger <vapier@gentoo.org>
1341 Date: Tue Dec 9 17:21:08 2008 -0500
1342
1343 Blackfin: add support for fast SPI reads with Boot ROM
1344
1345 Newer Blackfin boot roms support using the fast SPI read command rather than
1346 just the slow one. If the functionality is available, then use it.
1347
1348 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1349
1350 commit 67619982bfc5cd62710a48e3cbffc304cb78c341
1351 Author: Mike Frysinger <vapier@gentoo.org>
1352 Date: Sat Oct 11 21:46:52 2008 -0400
1353
1354 Blackfin: check for reserved settings in DDR MMRs
1355
1356 Some bits of the DDR MMRs should not be set. If they do, bad things may
1357 happen (like random failures or hardware destruction).
1358
1359 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1360
1361 commit 622a8dc0958dd599743348ea94eb10b9d0be8ae6
1362 Author: Mike Frysinger <vapier@gentoo.org>
1363 Date: Sat Oct 11 21:54:00 2008 -0400
1364
1365 Blackfin: set default voltage levels for BF538/BF539 parts
1366
1367 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1368
1369 commit 09dc6b0bbd1d5e39cdddeebc059f9a75630e4f6f
1370 Author: Mike Frysinger <vapier@gentoo.org>
1371 Date: Sun Jun 1 01:29:57 2008 -0400
1372
1373 Blackfin: use on-chip syscontrol() rom function when available
1374
1375 Newer Blackfin's have an on-chip rom with a syscontrol() function that needs
1376 to be used to properly program the memory and voltage settings as it will
1377 include (possibly critical) factory tested bias values.
1378
1379 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1380
1381 commit e1fb6d0d52fbe3fbc1a4c651dacf11e9c1417f63
1382 Author: Stefan Roese <sr@denx.de>
1383 Date: Thu Feb 5 11:44:52 2009 +0100
1384
1385 cfi_flash: Fix typo in cfi_flash.c
1386
1387 Patch "flash/cfi_flash: Use virtual sector start address, not phys"
1388 introduced a small typo and compilation warning for systems with CFI
1389 legacy support (e.g. hcu4). This patch fixes it.
1390
1391 Signed-off-by: Stefan Roese <sr@denx.de>
1392
1393 commit 28745db969b72693754991c838f68a7fb4a8b1ab
1394 Author: Stefan Roese <sr@denx.de>
1395 Date: Thu Jan 29 11:21:38 2009 +0100
1396
1397 jedec_flash: Only use manufacturer defines from common flash.h
1398
1399 This patch removes the double defined manufacturer defines from
1400 jedec_flash.c. Since the common defines in flash.h are 32bit
1401 we now need the (16) cast. This patch also removes the compilation
1402 warning (e.g. seen on hcu5):
1403
1404 ./MAKEALL hcu5
1405 Configuring for hcu5 board...
1406 jedec_flash.c:219: warning: large integer implicitly truncated to unsigned type
1407
1408 Signed-off-by: Stefan Roese <sr@denx.de>
1409
1410 commit ec21d5cfcb6b4e7fcdd5c6e926e1a824900706f2
1411 Author: Stefan Roese <sr@denx.de>
1412 Date: Thu Feb 5 11:25:57 2009 +0100
1413
1414 cfi_flash: Silence compilation warning
1415
1416 Patch "flash/cfi_flash: Use virtual sector start address, not phys"
1417 introduced a small compilation warning. This patch fixes it.
1418
1419 Signed-off-by: Stefan Roese <sr@denx.de>
1420
1421 commit 09ce9921a7d8b1ce764656b14b42217bbf4faa38
1422 Author: Becky Bruce <beckyb@kernel.crashing.org>
1423 Date: Mon Feb 2 16:34:51 2009 -0600
1424
1425 flash/cfi_flash: Use virtual sector start address, not phys
1426
1427 include/flash.h was commented to say that the address in
1428 flash_info->start was a physical address. However, from u-boot's
1429 point of view, and looking at most flash code, it makes more
1430 sense for this to be a virtual address. So I corrected the
1431 comment to indicate that this was a virtual address.
1432
1433 The only flash driver that was actually treating the address
1434 as physical was the mtd/cfi_flash driver. However, this code
1435 was using it inconsistently as it actually directly dereferenced
1436 the "start" element, while it used map_physmem to get a
1437 virtual address in other places. I changed this driver so
1438 that the code which initializes the info->start field calls
1439 map_physmem to get a virtual address, eliminating the need for
1440 further map_physmem calls. The code is now consistent.
1441
1442 The *only* place a physical address should be used is when defining the
1443 flash banks list that is used to initialize the flash_info struct,
1444 usually found in the board config file.
1445
1446 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
1447 Signed-off-by: Stefan Roese <sr@denx.de>
1448
1449 commit 657f2062d8e17ebf4a55f52c9e71c07c0c94c779
1450 Author: Wolfgang Denk <wd@denx.de>
1451 Date: Wed Feb 4 09:42:20 2009 +0100
1452
1453 Fix compiler warning
1454
1455 (shows up only when DEBUG is enabled)
1456
1457 Signed-off-by: Wolfgang Denk <wd@denx.de>
1458
1459 commit 47832cd15ae02fb6fde8ebed5b272f85775f2ceb
1460 Author: Mike Frysinger <vapier@gentoo.org>
1461 Date: Mon Oct 6 03:45:55 2008 -0400
1462
1463 Blackfin: update anomaly lists
1464
1465 Update the anomaly lists to match latest anomaly sheets.
1466
1467 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1468
1469 commit 70a4da45e16b72e8e5b0baaecdaee9be8619647d
1470 Author: Ralph Kondziella <rk@argos-messtechnik.de>
1471 Date: Mon Jan 26 12:34:36 2009 -0700
1472
1473 ADS5121 Add PATA support
1474
1475 Original patch from Ralph Kondziella
1476 plus clean up by Wolfgang Denk
1477 plus changes by John Rigby
1478 use ips clock not lpc
1479 port forward to current u-boot release
1480
1481 Signed-off-by: Ralph Kondziella <rk@argos-messtechnik.de>
1482 Signed-off-by: Wolfgang Denk <wd@denx.de>
1483 Signed-off-by: John Rigby <jrigby@freescale.com>
1484
1485 commit abfbd0ae4967df18102345db4f4b529a13da107b
1486 Author: Martha Marx <mmarx@silicontkx.com>
1487 Date: Mon Jan 26 10:45:07 2009 -0700
1488
1489 ADS5121 Add IC Ident Module (IIM) support
1490
1491 IIM (IC Identification Module) is the fusebox for the mpc5121.
1492 Use #define CONFIG_IIM to turn on the clock for this module
1493 use #define CONFIG_CMD_FUSE to add fusebox commands.
1494 Fusebox commands include the ability to read
1495 the status, read the register cache, override the register cache,
1496 program the fuses and sense them.
1497
1498 Signed-off-by: Martha Marx <mmarx@silicontkx.com>
1499 Signed-off-by: John Rigby <jrigby@freescale.com>
1500
1501 commit 14d19cd1bce9a24b1335598f1568140f4950e4d9
1502 Author: John Rigby <jrigby@freescale.com>
1503 Date: Fri Jan 23 10:33:15 2009 -0700
1504
1505 ADS5121 Fix rev2 silicon pci iopad config
1506
1507 Reset config is not correct
1508
1509 Signed-off-by: John Rigby <jrigby@freescale.com>
1510
1511 commit 4c154252c480b13f69ce1b71a9530b0515da76a6
1512 Author: John Rigby <jrigby@freescale.com>
1513 Date: Wed Nov 19 13:57:34 2008 -0700
1514
1515 ADS5121 DIU Add diu_bmp_addr env
1516
1517 Add support for using a bmp other than
1518 FSL_Logo_BMP for the DIU splash screen.
1519
1520 Can now set the env var "diu_bmp_addr" to
1521 the address of a BMP in flash to use instead
1522 of the default FSL_Logo_BMP.
1523
1524 Signed-off-by: Martha Marx <mmarx@silicontkx.com>
1525 Signed-off-by: John Rigby <jrigby@freescale.com>
1526
1527 commit 92c20fbd3a7788c1a154f50a3f44f28a7763f99a
1528 Author: John Rigby <jrigby@freescale.com>
1529 Date: Thu Oct 30 16:39:35 2008 -0600
1530
1531 ADS5121 DIU Make inclusion of FSL logo optional
1532
1533 Make inclusion of FSL logo optional and
1534 turn it off by default.
1535
1536 Signed-off-by: John Rigby <jrigby@freescale.com>
1537
1538 commit bd99ec149abe94e7f6b2bda4766d701b4005053f
1539 Author: Remy Bohmer <linux@bohmer.net>
1540 Date: Sun Feb 1 12:27:53 2009 +0100
1541
1542 Compile warning fix in onenand_uboot.h
1543
1544 Regression since merge window after 2009.01
1545
1546 Signed-off-by: Remy Bohmer <linux@bohmer.net>
1547
1548 commit a270d1e7295c3d829f42c0480117941dfc1c6477
1549 Author: Stefan Roese <sr@denx.de>
1550 Date: Thu Jan 29 06:33:55 2009 +0100
1551
1552 USB: Add EHCI support for VCT EHCI controller (really with driver now)
1553
1554 Somehow I missed the real driver part in my last patch version. This patch
1555 now adds the driver.
1556
1557 Signed-off-by: Stefan Roese <sr@denx.de>
1558 Signed-off-by: Remy Bohmer <linux@bohmer.net>
1559
1560 commit 716ebf436c9e43df6740e0172f6b2a81ddbf1b8e
1561 Author: Cliff Cai <cliff.cai@analog.com>
1562 Date: Sat Nov 29 18:22:38 2008 -0500
1563
1564 Blackfin: add driver for on-chip MMC/SD controller
1565
1566 This is a port of the Linux Blackfin on-chip SDH driver to U-Boot.
1567
1568 Signed-off-by: Cliff Cai <cliff.cai@analog.com>
1569 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1570
1571 commit 6e87ea0ca951465eba144ab2e6dba6fb507737a2
1572 Author: Mike Frysinger <vapier@gentoo.org>
1573 Date: Sat Oct 11 22:47:34 2008 -0400
1574
1575 Blackfin: add port muxing for BF51x SPI
1576
1577 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1578
1579 commit fc68f9f85959664d528daea2aef5ef54974331ce
1580 Author: Mike Frysinger <vapier@gentoo.org>
1581 Date: Tue Jan 6 06:16:19 2009 -0500
1582
1583 Blackfin: output booting source when booting
1584
1585 Knowing the booting source of the part is useful, especially when the part
1586 can switch dynamically between sources.
1587
1588 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1589
1590 commit 8df3ce0f49c37947800ac7c84e751499882619fc
1591 Author: Mike Frysinger <vapier@gentoo.org>
1592 Date: Thu Dec 11 06:30:46 2008 -0500
1593
1594 Blackfin: set default CONFIG_ENV_SPI_CS based on bootrom
1595
1596 Set the default CONFIG_ENV_SPI_CS value to match the SPI CS that is used by
1597 the Blackfin on-chip bootrom to boot out of SPI flash.
1598
1599 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1600
1601 commit 2b4a486e6fac502d8b883e344cc4012283945b3d
1602 Author: Mike Frysinger <vapier@gentoo.org>
1603 Date: Thu Dec 11 04:06:26 2008 -0500
1604
1605 Blackfin: update asm-blackfin/posix_types.h to latest Linux version
1606
1607 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1608
1609 commit e5eb93e77391bcc308697116c544ea1340aaae8a
1610 Author: Mike Frysinger <vapier@gentoo.org>
1611 Date: Sat Dec 6 02:54:52 2008 -0500
1612
1613 Blackfin: add port I bits
1614
1615 Some people need to access port I, so make sure the pins are defined.
1616
1617 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1618
1619 commit 8a6b272596d43de0db4943eac7af58c3534c4026
1620 Author: Sonic Zhang <Sonic.Zhang@analog.com>
1621 Date: Wed Nov 26 22:16:45 2008 -0500
1622
1623 Blackfin: add driver for on-chip ATAPI controller
1624
1625 This is a port of the Linux Blackfin on-chip ATAPI driver to U-Boot.
1626
1627 Signed-off-by: Sonic Zhang <Sonic.Zhang@analog.com>
1628 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1629
1630 commit be9d8c780e6831cb84b7d4590ceae03dca8fc10b
1631 Author: Mike Frysinger <vapier@gentoo.org>
1632 Date: Wed Nov 26 21:43:06 2008 -0500
1633
1634 Blackfin: add driver for on-chip NAND controller
1635
1636 This is a port of the Linux Blackfin on-chip NFC driver to U-Boot.
1637
1638 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1639
1640 commit 4148e02abae9a099f4444b5e168ebc2b911d2295
1641 Author: Mike Frysinger <vapier@gentoo.org>
1642 Date: Wed Nov 12 07:18:15 2008 -0500
1643
1644 Blackfin: build with -mno-fdpic
1645
1646 Use the -mno-fdpic flag so that any Blackfin toolchain can be used to build
1647 up u-boot, including ones that output FDPIC ELF by default.
1648
1649 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1650
1651 commit 70e95589a24a2d83ad00317e4a9611d0211ecb58
1652 Author: Mike Frysinger <vapier@gentoo.org>
1653 Date: Tue Nov 11 05:43:57 2008 -0500
1654
1655 Blackfin: fix up EBIU defines
1656
1657 The EBIU defines for EBSZ 256/512 were incorrect.
1658
1659 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1660
1661 commit 961954ea0ec8dc4341034c1a1ff3107ec0527809
1662 Author: Mike Frysinger <vapier@gentoo.org>
1663 Date: Wed Nov 5 12:45:24 2008 -0500
1664
1665 Blackfin: use 8/16/32 bit transfer widths in dma_memcpy()
1666
1667 Rather than using 8bit transfers for everything, use 8/16/32 bit transfers
1668 as usable with the source/destination addresses and the count size.
1669
1670 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1671
1672 commit b93c68648426f906d63b98117496b6415f505f39
1673 Author: Mike Frysinger <vapier@gentoo.org>
1674 Date: Wed Nov 5 08:50:23 2008 -0500
1675
1676 Blackfin: only flag L1 instruction for DMA memcpy
1677
1678 The performance difference from doing an 8 bit DMA memcpy vs an optimized
1679 core memcpy can be pretty big when you add in the overhead of setting up the
1680 MDMA registers, cache flushes, etc... So only use dma_memcpy() when we
1681 actually require it.
1682
1683 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1684
1685 commit e347c092a3b3a2ce1e72f25f4829163634d09fbe
1686 Author: Mike Frysinger <vapier@gentoo.org>
1687 Date: Wed Nov 5 07:20:37 2008 -0500
1688
1689 Blackfin: dma_memcpy(): fix random failures
1690
1691 We have to make sure the DMA channel is actually disabled in hardware before
1692 attempting to reprogram it. Otherwise the new settings are ignored and we
1693 end up with random hangs/failures.
1694
1695 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1696
1697 commit fdce83c108846d6f0d5b1774e1cc29f2573a6ad3
1698 Author: Mike Frysinger <vapier@gentoo.org>
1699 Date: Tue Nov 4 00:04:03 2008 -0500
1700
1701 Blackfin: rewrite cache handling functions
1702
1703 Take the cache flush functions from the kernel as they use hardware loops in
1704 order to get optimal performance.
1705
1706 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1707
1708 commit 84c5f0dc47d17593fd81206614891bdc94f6d51c
1709 Author: Mike Frysinger <vapier@gentoo.org>
1710 Date: Mon Nov 3 22:30:05 2008 -0500
1711
1712 Blackfin: setup bi_enetaddr for single nets
1713
1714 For systems with CONFIG_NET_MULTI disabled, bi_enetaddr does not get setup
1715 based on $ethaddr, so set it up.
1716
1717 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1718
1719 commit 40599239e7875b39e2a5c12e6545992041c72c52
1720 Author: Mike Frysinger <vapier@gentoo.org>
1721 Date: Fri Oct 24 22:48:47 2008 -0400
1722
1723 Blackfin: cache core/system clock values
1724
1725 Calculating the clocks requires a bit of calls to gcc math functions, so
1726 cache the values after the first run since they'll most likely never
1727 change once U-Boot is up and running.
1728
1729 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1730
1731 commit 6957a6209b02f6b69607fc47425f13731cc477f1
1732 Author: Mike Frysinger <vapier@gentoo.org>
1733 Date: Fri Oct 24 18:18:16 2008 -0400
1734
1735 Blackfin: enable --gc-sections
1736
1737 Start building all Blackfin boards with -ffunction-sections/-fdata-sections
1738 and linking with --gc-sections.
1739
1740 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1741
1742 commit ee1d2001ea7fbabb2b9256026dc5468f057337f8
1743 Author: Mike Frysinger <vapier@gentoo.org>
1744 Date: Mon Oct 20 21:08:54 2008 -0400
1745
1746 Blackfin: dont check baud if it wont actually get used
1747
1748 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1749
1750 commit 400f5778f375bc99c73c8488c555def261ccfab7
1751 Author: Mike Frysinger <vapier@gentoo.org>
1752 Date: Tue Oct 14 07:54:09 2008 -0400
1753
1754 Blackfin: add driver for on-chip SPI controller
1755
1756 This fills out the SPI backend for the Blackfin on-chip SPI peripheral.
1757
1758 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1759
1760 commit 7a1e87b1062e6eac0704c6fc2f7c661caf8814cd
1761 Author: Mike Frysinger <vapier@gentoo.org>
1762 Date: Sat Oct 18 05:33:51 2008 -0400
1763
1764 Blackfin: only build post code when CONFIG_POST
1765
1766 Save some time by using CONFIG_POST in the Makefile rather than C files.
1767
1768 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1769
1770 commit 6d7d4803c74bb86e1b401b1199e63381a62b9382
1771 Author: Mike Frysinger <vapier@gentoo.org>
1772 Date: Thu Jan 8 11:57:57 2009 -0500
1773
1774 Blackfin: bfin_mac: cleanup pointer/casts for aliasing issues
1775
1776 Redo how pointers are managed to get rid of ugly casts and strict pointer
1777 aliasing issues that are highlighted by gcc 4.3.
1778
1779 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1780 Acked-by: Ben Warren <biggerbadderben@gmail.com>
1781
1782 commit 092d2487baf7c29343c165e3ae82ea8a7f9e679b
1783 Author: Mike Frysinger <vapier@gentoo.org>
1784 Date: Tue Dec 9 17:46:21 2008 -0500
1785
1786 Blackfin: bfin_mac: convert CONFIG_BFIN_MAC_RMII to CONFIG_RMII
1787
1788 No point in having a Blackfin-specific define "CONFIG_BFIN_MAC_RMII" that
1789 does exactly the same thing as common "CONFIG_RMII".
1790
1791 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1792 Acked-by: Ben Warren <biggerbadderben@gmail.com>
1793
1794 commit 8eed6ca51e50fade6887e8bdb1ff6a44116b42b5
1795 Author: Mike Frysinger <vapier@gentoo.org>
1796 Date: Wed Nov 5 06:36:15 2008 -0500
1797
1798 Blackfin: bfin_mac: use common debug()
1799
1800 Rather then defining our own DEBUGF(), just use the common debug().
1801
1802 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1803 Acked-by: Ben Warren <biggerbadderben@gmail.com>
1804
1805 commit a7ec6ac8b2c6dce6fc670a2a855deb6eee340e04
1806 Author: Mike Frysinger <vapier@gentoo.org>
1807 Date: Mon Oct 20 13:59:51 2008 -0400
1808
1809 Blackfin: bfin_mac: respect CONFIG_PHY_{ADDR,CLOCK_FREQ}
1810
1811 Rather than having the on-chip MAC hardcoded to phy address 1 and a speed
1812 of 2.5mhz, use these as defaults if the board doesn't specify otherwise.
1813
1814 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1815 Acked-by: Ben Warren <biggerbadderben@gmail.com>
1816
1817 commit ac45af4e63ea925f4accc98453aab1a1166c196d
1818 Author: Mike Frysinger <vapier@gentoo.org>
1819 Date: Tue Oct 14 04:52:00 2008 -0400
1820
1821 Blackfin: bfin_mac: cleanup MII/PHY functions
1822
1823 Cleanup and rewrite the MII/PHY related functions so that we can reuse the
1824 existing common linux/miiphy.h code and hook into the `mii` command.
1825
1826 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1827 Acked-by: Ben Warren <biggerbadderben@gmail.com>
1828
1829 commit 6b310a05f0d10c751f22468040932139f71c71d3
1830 Author: Mike Frysinger <vapier@gentoo.org>
1831 Date: Tue Oct 14 00:31:30 2008 -0400
1832
1833 Blackfin: bfin_mac: set MDCDIV based on SCLK
1834
1835 Rather than hardcoding MDCDIV to 24 (which is correct for ~125mhz SCLK),
1836 use the real algorithm so it gets set correctly regardless of SCLK.
1837
1838 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1839 Acked-by: Ben Warren <biggerbadderben@gmail.com>
1840
1841 commit 930590f3e49c8f32256edf2e5861e1535a329c6c
1842 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1843 Date: Sat Jan 31 09:10:48 2009 +0100
1844
1845 ixp: move serial to drivers/serial
1846
1847 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1848
1849 commit f90c8022f448bc5e93090e4b714368e52e912f0f
1850 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1851 Date: Sat Jan 31 09:04:58 2009 +0100
1852
1853 ixp: move pci init in arm/board instead of cpu
1854
1855 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1856
1857 commit 8cb79b5f275f1888ccb278a2d2197140444a84b7
1858 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1859 Date: Sat Jan 31 08:56:49 2009 +0100
1860
1861 ixp: move pci drivers to drivers/pci
1862
1863 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1864
1865 commit 012d5bab09a534e4800b02f50cf508e6837202ea
1866 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1867 Date: Sat Jan 31 08:53:44 2009 +0100
1868
1869 ixp: Move conditional compilation to Makefile
1870
1871 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1872
1873 commit f693f501d67434df1f815fd1824a71973ae08207
1874 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1875 Date: Sat Jan 31 08:53:44 2009 +0100
1876
1877 ixp: add missing os define
1878
1879 need by arm-elf toolchains and no impact on the arm-linux one
1880
1881 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1882
1883 commit b4e2f89dfcb206a22d34fa6b34878d85b498b39f
1884 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1885 Date: Sat Jan 31 09:53:39 2009 +0100
1886
1887 ixp: remove the option to include the Microcode
1888
1889 instead the board will have to load it from flash or ram
1890 which will be specified by npe_ucode env var
1891
1892 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1893
1894 commit 1b017baf2071d8daf643bce87250db898c606c66
1895 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1896 Date: Fri Jan 30 09:45:23 2009 +0100
1897
1898 ixp/npe: Move conditional compilation to Makefile
1899
1900 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1901
1902 commit 4e69087a1d6ef2eca6f46026cf5e7399b6c9e7c0
1903 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1904 Date: Wed Jan 28 21:58:04 2009 +0100
1905
1906 SX1: add hardware V2 support
1907
1908 In the V2 the 2 flash has been replace by one 32MB flash
1909
1910 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1911
1912 commit f877f2233dbcd7417c2f0babe6a849099b167f3c
1913 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1914 Date: Wed Jan 28 21:58:03 2009 +0100
1915
1916 SX1: Fix second flash mapping
1917
1918 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1919
1920 commit 47fd3bffed6430c91eb2660f859574ed98be5bd8
1921 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1922 Date: Wed Jan 28 21:58:03 2009 +0100
1923
1924 SX1: add CONFIG_STDOUT_USBTTY to enable preboot stdout redirect to usbtty
1925
1926 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1927
1928 commit cfca33837ec83829c6a49c3bcc86c31bc2495ff6
1929 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1930 Date: Wed Jan 28 21:57:59 2009 +0100
1931
1932 move Samsung's board to board/samsung
1933
1934 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1935
1936 commit e4943ec57466ea5dfa085e7a9e0ec44cb93c4e1e
1937 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1938 Date: Thu Jan 29 12:07:21 2009 +0100
1939
1940 move ARM Ltd. to vendor dir
1941
1942 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1943
1944 commit a87fb1b308a2a375cb9ca74ca0dd3e2c5793d3bf
1945 Author: Larry Johnson <lrj@acm.org>
1946 Date: Wed Jan 28 15:30:37 2009 -0500
1947
1948 ppc4xx: Clean up configuration file for Korat board
1949
1950 This patch updates the default environmental variables for the
1951 Korat PPC 440EPx board, and makes additional minor fixes.
1952
1953 Signed-off-by: Larry Johnson <lrj@acm.org>
1954 Signed-off-by: Stefan Roese <sr@denx.de>
1955
1956 commit f20405e31680efc36293c59b4963db57c9d93df4
1957 Author: Larry Johnson <lrj@acm.org>
1958 Date: Wed Jan 28 15:30:02 2009 -0500
1959
1960 ppc4xx: Add variable "korat_usbcf" for Korat board
1961
1962 The new environment variable "korat_usbcf" selects the USB
1963 port used by the Korat board's CompactFlash controller.
1964
1965 Signed-off-by: Larry Johnson <lrj@acm.org>
1966 Signed-off-by: Stefan Roese <sr@denx.de>
1967
1968 commit fc01ea1e27d5b124f0a1868d0ce569f156d58dfe
1969 Author: Gunnar Rangoy <gunnar@rangoy.com>
1970 Date: Fri Jan 23 12:56:31 2009 +0100
1971
1972 AVR32: macb - Search for PHY id
1973
1974 This patch adds support for searching through available PHY-addresses in
1975 the macb-driver. This is needed for the ATEVK1100 evaluation board,
1976 where the PHY-address will be initialized to either 1 or 7.
1977
1978 This patch adds a config option, CONFIG_MACB_SEARCH_PHY, which when
1979 enabled tells the driver to search for the PHY address.
1980
1981 Signed-off-by: Gunnar Rangoy <gunnar@rangoy.com>
1982 Signed-off-by: Paul Driveklepp <pauldriveklepp@gmail.com>
1983 Signed-off-by: Olav Morken <olavmrk@gmail.com>
1984 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1985
1986 commit af8626e0c08a780d9ded1d9c4883a89355f60e75
1987 Author: Olav Morken <olavmrk@gmail.com>
1988 Date: Fri Jan 23 12:56:26 2009 +0100
1989
1990 Fix IP alignment problem
1991
1992 This patch removes volatile from:
1993 volatile IP_t *ip = (IP_t *)xip;
1994
1995 Due to a bug, avr32-gcc will assume that ip is aligned on a word boundary when
1996 using volatile, which causes an exception since xip isn't aligned on a word
1997 boundary.
1998
1999 Signed-off-by: Gunnar Rangoy <gunnar@rangoy.com>
2000 Signed-off-by: Paul Driveklepp <pauldriveklepp@gmail.com>
2001 Signed-off-by: Olav Morken <olavmrk@gmail.com>
2002 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2003
2004 commit 12a8b9db12f82a189ff143a58731007f5469da61
2005 Author: Ron Madrid <ron_madrid@sbcglobal.net>
2006 Date: Wed Jan 28 16:17:21 2009 -0800
2007
2008 Marvell 88E1118 interrupt fix
2009
2010 This patch adjusts the LED control so that interrupt lines are not reading LEDs
2011 and effectively causing indefinite interrupts to the controller.
2012
2013 Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net>
2014 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2015
2016 commit 9a37f2acc31a3296dddd3574ea9eaf7f319807b9
2017 Author: Stefan Roese <sr@denx.de>
2018 Date: Wed Jan 21 17:14:26 2009 +0100
2019
2020 net: smc911x.c: Add LAN9211 to chip_ids[] array
2021
2022 Signed-off-by: Stefan Roese <sr@denx.de>
2023 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2024
2025 commit 75edebe3011c963a7cd84be0f4a987477f2aaf89
2026 Author: Mike Frysinger <vapier@gentoo.org>
2027 Date: Tue Jan 27 16:53:39 2009 -0500
2028
2029 Move is_valid_ether_addr() to include/net.h
2030
2031 Import the is_valid_ether_addr() function from the Linux kernel.
2032
2033 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2034 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2035
2036 commit 268859338c0188eab1d0d3b867b7dad3c5cc734a
2037 Author: Michal Simek <monstr@monstr.eu>
2038 Date: Mon Jan 5 12:25:13 2009 +0100
2039
2040 net: Sort Makefile labels
2041
2042 Signed-off-by: Michal Simek <monstr@monstr.eu>
2043 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2044
2045 commit 1fbcbe9a95f39afb2df6ab8cba25b284b47ebfb2
2046 Author: Wolfgang Denk <wd@denx.de>
2047 Date: Wed Jan 28 23:06:42 2009 +0100
2048
2049 85xx: Fix compile breakage with sbc8540 and sbc8560
2050
2051 This fixes an error which raises just a warning:
2052 sbc8560.c:250: warning: passing argument 2 of 'strmhz' makes integer from pointer without a cast
2053
2054 Signed-off-by: Wolfgang Denk <wd@denx.de>
2055
2056 commit 62625c0b081bd4019cecab14e9fc2e05e48d2a58
2057 Author: Mike Frysinger <vapier@gentoo.org>
2058 Date: Wed Jan 28 13:48:55 2009 -0500
2059
2060 SPD823TS: do not define CONFIG_CMD_ENV
2061
2062 Since the SPD823TS board does not actually have any writable flash to save
2063 its environment, undefine CONFIG_CMD_ENV so the "saveenv" command is
2064 disabled.
2065
2066 This fixes the build error:
2067 common/libcommon.a(cmd_nvedit.o): In function `do_saveenv':
2068 common/cmd_nvedit.c:557: undefined reference to `saveenv'
2069 make: *** [u-boot] Error 1
2070
2071 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2072
2073 commit 7379f45a7bc71941c3920c2f6b3c3faa4d7fd315
2074 Author: Dirk Behme <dirk.behme@googlemail.com>
2075 Date: Wed Jan 28 21:40:16 2009 +0100
2076
2077 OMAP3: Add Zoom1 board support
2078
2079 Support for Zoom MDK with OMAP3430. Details of Zoom MDK available here:
2080 http://www.logicpd.com/products/devkit/ti/zoom_mobile_development_kit
2081
2082 Signed-off-by: Nishanth Menon <nm@ti.com>
2083 Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
2084
2085 commit 2be2c6cc674e26237962f5cf4c0d311e139e4241
2086 Author: Dirk Behme <dirk.behme@googlemail.com>
2087 Date: Wed Jan 28 21:39:58 2009 +0100
2088
2089 OMAP3: Add Pandora support
2090
2091 Add Pandora support.
2092
2093 Signed-off-by: Grazvydas Ignotas <notasas@gmail.com>
2094 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
2095 Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
2096
2097 commit ad9bc8e52d174d699d1367be0b90089e4fdeb933
2098 Author: Dirk Behme <dirk.behme@googlemail.com>
2099 Date: Wed Jan 28 21:39:58 2009 +0100
2100
2101 OMAP3: Add EVM board
2102
2103 Add EVM board support.
2104
2105 Signed-off-by: Manikandan Pillai <mani.pillai@ti.com>
2106 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
2107 Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
2108
2109 commit 9d0fc8110e7e755239329c26f300d5fc9946d3ec
2110 Author: Dirk Behme <dirk.behme@googlemail.com>
2111 Date: Wed Jan 28 21:39:57 2009 +0100
2112
2113 OMAP3: Add Overo board
2114
2115 Add Overo board support.
2116
2117 Signed-off-by: Steve Sakoman <sakoman@gmail.com>
2118 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
2119 Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
2120
2121 commit f904cdbb68167c647887f19929ad295dbaac8862
2122 Author: Dirk Behme <dirk.behme@googlemail.com>
2123 Date: Tue Jan 27 18:19:12 2009 +0100
2124
2125 OMAP3: Add common power code, README, and BeagleBoard
2126
2127 Add BeagleBoard support, common power code and README.
2128
2129 Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
2130 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
2131
2132 commit 9cda4f104b5313fadc21b75aa781c7a6aaf6ea60
2133 Author: Kumar Gala <galak@kernel.crashing.org>
2134 Date: Wed Jan 28 08:31:10 2009 -0600
2135
2136 85xx: Fix compile breakage with MPC8540EVAL
2137
2138 Configuring for MPC8540EVAL board...
2139 mpc8540eval.c: In function 'checkboard':
2140 mpc8540eval.c:53: error: invalid operands to binary /
2141 make[1]: *** [mpc8540eval.o] Error 1
2142
2143 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2144
2145 commit 1a448db77b10153703bc5e4ad13dd55d88beb1d6
2146 Author: Bryan Wu <bryan.wu@analog.com>
2147 Date: Sun Jan 18 23:04:27 2009 -0500
2148
2149 usb_scan_devices: fix output with no devices
2150
2151 We should check the return of usb_new_device() so that if no USB device is
2152 found, we print out the right message rather than always saying "new usb
2153 device found".
2154
2155 Signed-off-by: Bryan Wu <bryan.wu@analog.com>
2156 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2157 Signed-off-by: Remy Bohmer <linux@bohmer.net>
2158
2159 commit f1c1f540243438246aefb703fdcf16957e3a72e1
2160 Author: Stefan Roese <sr@denx.de>
2161 Date: Thu Jan 22 10:11:21 2009 +0100
2162
2163 USB: Add high-speed (480Mb/s) to all USB related outputs
2164
2165 With this patch the USB related connection speed output ("usb tree" command and
2166 debug output) is now high-speed enabled.
2167
2168 This patch also fixes a compilation warning when debugging is enabled.
2169
2170 Signed-off-by: Stefan Roese <sr@denx.de>
2171 Signed-off-by: Remy Bohmer <linux@bohmer.net>
2172
2173 commit daa2dafb450a8073a4e42fd46cd4e995b208e4cb
2174 Author: Stefan Roese <sr@denx.de>
2175 Date: Wed Jan 21 17:12:19 2009 +0100
2176
2177 USB: Add dcache support to the EHCI driver
2178
2179 This patch adds routines to handle (flush/invalidate) the dcache for the
2180 QH and qTD structures and data buffers. This is needed on platforms using
2181 this EHCI support with dcache enabled (like the MIPS VCT board port).
2182
2183 Signed-off-by: Stefan Roese <sr@denx.de>
2184 Signed-off-by: Remy Bohmer <linux@bohmer.net>
2185
2186 commit 4e0ea0efc1e501186aca8577a4042fc6fa641602
2187 Author: Stefan Roese <sr@denx.de>
2188 Date: Wed Jan 21 17:12:28 2009 +0100
2189
2190 USB: Add EHCI support for VCT EHCI controller
2191
2192 Signed-off-by: Stefan Roese <sr@denx.de>
2193 Signed-off-by: Remy Bohmer <linux@bohmer.net>
2194
2195 commit 832e61418eedfea172bd2fdfd0ea0d199cc70a9d
2196 Author: Stefan Roese <sr@denx.de>
2197 Date: Wed Jan 21 17:12:10 2009 +0100
2198
2199 USB: Add config option to call ehci_hcd_init() again after EHCI reset
2200
2201 This patch adds the config option CONFIG_EHCI_HCD_INIT_AFTER_RESET
2202 to call ehci_hcd_init() again after ehci_reset() is executed. This
2203 is needed for the upcoming VCT EHCI support which needs to re-init
2204 the hcd part again after the EHCI CMD_RESET is executed.
2205
2206 Signed-off-by: Stefan Roese <sr@denx.de>
2207 Signed-off-by: Remy Bohmer <linux@bohmer.net>
2208
2209 commit 597eb28bd9691266b7b804364cda577cdb51d106
2210 Author: Stefan Roese <sr@denx.de>
2211 Date: Wed Jan 21 17:12:01 2009 +0100
2212
2213 USB: Fix speed detection on EHCI cntr with root hub transaction translators
2214
2215 This patch fixes an issue that the speed of USB devices was not detected
2216 correctly on some EHCI controllers. This will be used on the upcoming VCT
2217 EHCI support.
2218
2219 Signed-off-by: Stefan Roese <sr@denx.de>
2220 Signed-off-by: Remy Bohmer <linux@bohmer.net>
2221
2222 commit 20cc06611ea33fc0a67a5e56e6476379d2de3091
2223 Author: Thomas Abraham <t-abraham@ti.com>
2224 Date: Sun Jan 4 09:41:20 2009 +0530
2225
2226 usb : musb : Enabling USB MSC support for DM6446 (TI DaVinci) platform
2227
2228 Enabling USB MSC support for DM6446 (TI DaVinci) platform in the
2229 configuration file.
2230
2231 Signed-off-by: Ravi Babu <ravibabu@ti.com>
2232 Signed-off-by: Swaminathan S <swami.iyer@ti.com>
2233 Signed-off-by: Thomas Abraham <t-abraham@ti.com>
2234 Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
2235 Signed-off-by: Remy Bohmer <linux@bohmer.net>
2236
2237 commit 538ef967715322f64ee08efa2296d9682111b014
2238 Author: Thomas Abraham <t-abraham@ti.com>
2239 Date: Sun Jan 4 09:41:16 2009 +0530
2240
2241 usb : musb : Enabling DM6446 (TI DaVinci) USB module power
2242
2243 Enabling DM6446 (TI DaVinci) USB module power and MUSB low-level
2244 controller hook up to USB core layer.
2245
2246 Signed-off-by: Ravi Babu <ravibabu@ti.com>
2247 Signed-off-by: Swaminathan S <swami.iyer@ti.com>
2248 Signed-off-by: Thomas Abraham <t-abraham@ti.com>
2249 Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
2250 Signed-off-by: Remy Bohmer <linux@bohmer.net>
2251
2252 commit e142e9f35f8ec61e74bf8019428b003f5070c33b
2253 Author: Thomas Abraham <t-abraham@ti.com>
2254 Date: Sun Jan 4 09:41:13 2009 +0530
2255
2256 usb : musb : Adding DM6446 (TI DaVinci) platform specific USB support
2257
2258 Adding DM6446 (TI DaVinci) platform specific USB functionality for
2259 USB Phy and VBUS initialization.
2260
2261 Signed-off-by: Ravi Babu <ravibabu@ti.com>
2262 Signed-off-by: Swaminathan S <swami.iyer@ti.com>
2263 Signed-off-by: Thomas Abraham <t-abraham@ti.com>
2264 Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
2265 Signed-off-by: Remy Bohmer <linux@bohmer.net>
2266
2267 commit a9d39ebe91ecdd5ac0a0cf56ea162a19773db8da
2268 Author: Thomas Abraham <t-abraham@ti.com>
2269 Date: Sun Jan 4 09:41:09 2009 +0530
2270
2271 usb : musb : Adding USB VBUS enable functionality for DM644x DVEVM
2272
2273 Adding USB VBUS enable functionality for DM644x DVEVM (TI DaVinci)
2274 platform.
2275
2276 Signed-off-by: Ravi Babu <ravibabu@ti.com>
2277 Signed-off-by: Swaminathan S <swami.iyer@ti.com>
2278 Signed-off-by: Thomas Abraham <t-abraham@ti.com>
2279 Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
2280 Signed-off-by: Remy Bohmer <linux@bohmer.net>
2281
2282 commit a142896934c755e679ba87e227a8e449f39b0012
2283 Author: Thomas Abraham <t-abraham@ti.com>
2284 Date: Sun Jan 4 09:41:03 2009 +0530
2285
2286 usb : musb : Adding host controller driver for Mentor USB controller
2287
2288 Adding Mentor USB core functionality and Mentor USB Host controller
2289 functionality for Mentor USB OTG controller (musbhdrc).
2290
2291 Signed-off-by: Ravi Babu <ravibabu@ti.com>
2292 Signed-off-by: Swaminathan S <swami.iyer@ti.com>
2293 Signed-off-by: Thomas Abraham <t-abraham@ti.com>
2294 Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
2295 Signed-off-by: Remy Bohmer <linux@bohmer.net>
2296
2297 commit c7d703f3f3c3d6b020bda4cf633f8a6167c3cd2a
2298 Author: Mike Frysinger <vapier@gentoo.org>
2299 Date: Thu Jan 1 18:27:27 2009 -0500
2300
2301 usb.h: use standard __LITTLE_ENDIAN from Linux headers
2302
2303 Rather than forcing people to define a custom "LITTLEENDIAN", just use the
2304 __LITTLE_ENDIAN one from the Linux byteorder headers that every arch is
2305 already setting up.
2306
2307 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2308 Signed-off-by: Remy Bohmer <linux@bohmer.net>
2309
2310 commit 7b6e31eb17e3ff76238a60803fc531517d516223
2311 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
2312 Date: Wed Dec 31 10:33:56 2008 +0100
2313
2314 USB ehci ixp4xx support
2315
2316 Add USB ehci ixp4xx host controller. Test on ixdp465 board.
2317
2318 Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
2319 Signed-off-by: Remy Bohmer <linux@bohmer.net>
2320
2321 commit 1ed9f9adc88218841dfeb60b9094a5a548bff009
2322 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
2323 Date: Wed Dec 31 10:33:22 2008 +0100
2324
2325 USB ehci remove infinite loop and use handshake function
2326
2327 USB ehci code cleanup. Use handshake instead of infinite while loop
2328 to check the STD_ASS status
2329
2330 Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
2331 Signed-off-by: Remy Bohmer <linux@bohmer.net>
2332
2333 commit 8fea2914ac974029b65926ef8247d908f84d202d
2334 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
2335 Date: Wed Dec 31 10:32:41 2008 +0100
2336
2337 Add initial support for USB ehci pci
2338
2339 Add USB ehci pci support. This patch doesn't include any
2340 pci_ids and it is not tested on real hardware.
2341
2342 Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
2343 Signed-off-by: Remy Bohmer <linux@bohmer.net>
2344
2345 commit 14e4111cdab7e7738ff6a203d445e4d8377f058f
2346 Author: Bryan Wu <Bryan.Wu@analog.com>
2347 Date: Thu Jan 1 19:48:07 2009 -0500
2348
2349 usb_storage: do not reset SanDisk Corporation U3 Cruzer Micro USB thumb drive
2350
2351 The SanDisk Corporation U3 Cruzer Micro 1/4GB Flash Drive 000016244373FFB4
2352 does not like to be reset, so check for it.
2353
2354 Signed-off-by: Bryan Wu <bryan.wu@analog.com>
2355 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2356 Signed-off-by: Remy Bohmer <linux@bohmer.net>
2357
2358 commit 1eb734fed3b79a5e6106dad16e88041894fdab30
2359 Author: Thomas Abraham <t-abraham@ti.com>
2360 Date: Sun Jan 4 12:15:35 2009 +0530
2361
2362 usb : usb_kbd : Populating 'priv' member of USB keyboard device_t structure
2363
2364 This patch populates the 'priv' field of the USB keyboard device_t
2365 structure. The 'priv' field is populated with the address of the
2366 'struct usb_device' structure that represents the USB device.
2367
2368 The 'priv' field can then be used in the 'usb_event_poll' function to
2369 determine the USB device that requires to be polled. An
2370 example of its usage in 'usb_event_poll' function is as below.
2371
2372 device_t *dev;
2373 struct usb_device *usb_kbd_dev;
2374
2375 <snip>
2376
2377 dev = device_get_by_name("usbkbd");
2378 usb_kbd_dev = (struct usb_device *)dev->priv;
2379 iface = &usb_kbd_dev->config.if_desc[0];
2380
2381 Signed-off-by: Thomas Abraham <t-abraham@ti.com>
2382 Signed-off-by: Remy Bohmer <linux@bohmer.net>
2383
2384 commit 366523c26b6320af171459b19e6e0e9e3baa83ca
2385 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
2386 Date: Thu Dec 18 10:05:37 2008 +0100
2387
2388 USB change speed
2389
2390 USB changes the speed according to the port status
2391
2392 Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
2393 Signed-off-by: Remy Bohmer <linux@bohmer.net>
2394
2395 commit c0d722fe7ee1cb452dfd9246419188b3f6d9c4df
2396 Author: Remy Böhmer <linux@bohmer.net>
2397 Date: Sat Dec 13 22:51:58 2008 +0100
2398
2399 EHCI fix code and ixp4xx test.
2400 USB ehci configuration parameter:
2401
2402 #define CONFIG_CMD_USB 1
2403 #define CONFIG_USB_STORAGE 1
2404 #define CONFIG_USB_EHCI
2405 #define CONFIG_USB_EHCI_IXP4XX 1
2406 #define CONFIG_EHCI_IS_TDI 1
2407 #define CONFIG_EHCI_DESC_BIG_ENDIAN 1
2408 #define CONFIG_EHCI_MMIO_BIG_ENDIAN 1
2409 #define CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS 2
2410 #define CONFIG_LEGACY_USB_INIT_SEQ 1
2411
2412 2 USB Device(s) found
2413 scanning bus for storage devices... 0 Storage Device(s) found
2414 => usb tree
2415
2416 Device Tree:
2417 1 Hub (1.5MBit/s, 0mA)
2418 | u-boot EHCI Host Controller
2419 |
2420 |+-2 Mass Storage (12MBit/s, 100mA)
2421 Sony Storage Media 0C07040930296
2422
2423 =>
2424
2425 Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
2426 Signed-off-by: Remy Böhmer <linux@bohmer.net>
2427
2428 commit 51ab142b8b546d5e627b2c8c36d0adae222565f7
2429 Author: michael <michael@panicking.retis>
2430 Date: Thu Dec 11 13:43:55 2008 +0100
2431
2432 [PATCH] This patch add varius fix to the ehci.
2433 - fix ehci_readl, ehci_writel
2434 - introduce new define in ehci.h
2435 - introduce the handshake function for waiting on a register
2436 - fix usb_ehci_fsl with the new HC_LENGTH macro
2437
2438 Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
2439 Signed-off-by: Remy Böhmer <linux@bohmer.net>
2440
2441 commit db63299b1dd2894ade542278210bccd046de6435
2442 Author: michael <michael@panicking.retis>
2443 Date: Wed Dec 10 17:55:19 2008 +0100
2444
2445 [PATCH] Fix EHCI usb. I start to test on a
2446 IXP465 board and I find some errors in the code. This
2447 patch fix:
2448 - descriptor initizialization (config, interface and endpoint
2449 must be one next-to the other when the USB_DT_CONFIG message
2450 is send.
2451 - FIX little/endian bigendian (introduce the CONFIG_EHCI_DESC_BIG_ENDIAN
2452 and the CONFIG_EHCI_MMIO_BIG_ENDIAN)
2453 - Introduce the linux version of the usb_config_descriptor and
2454 usb_interface descriptor. This descriptor does't contains
2455 u-boot extension.
2456
2457 Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
2458 Signed-off-by: Remy Böhmer <linux@bohmer.net>
2459
2460 commit 6b92487dcf9afe83a3570153d66940fdb293be76
2461 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
2462 Date: Fri Nov 28 13:22:09 2008 +0100
2463
2464 USB ehci freescale support
2465
2466 Add USB ehci freescale support
2467
2468 Signed-off-by: Michael Trimarchi <trimarchi@gandalf.sssup.it>
2469 Signed-off-by: Remy Böhmer <linux@bohmer.net>
2470
2471 commit aaf098cfeed04595d4c5100ffd39095d79edbf90
2472 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
2473 Date: Fri Nov 28 13:20:46 2008 +0100
2474
2475 USB ehci core support
2476
2477 Add USB ehci core support
2478
2479 Signed-off-by: Michael Trimarchi <trimarchi@gandalf.sssup.it>
2480 Signed-off-by: Remy Böhmer <linux@bohmer.net>
2481
2482 commit 3e126484df7868e341545cce740b24b62b0cd3b7
2483 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
2484 Date: Fri Nov 28 13:19:19 2008 +0100
2485
2486 Prepare USB layer for ehci
2487
2488 Prepare USB layer for ehci support
2489
2490 Signed-off-by: Michael Trimarchi <trimarchi@gandalf.sssup.it>
2491 Signed-off-by: Remy Böhmer <linux@bohmer.net>
2492
2493 commit a0cb3fc31e58996a1c5732715ac04159d4d284fd
2494 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
2495 Date: Wed Dec 10 15:52:06 2008 +0100
2496
2497 USB storage cleanup patch
2498
2499 Cleanup usb storage
2500
2501 Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
2502 Signed-off-by: Remy Bohmer <linux@bohmer.net>
2503
2504 commit fe033ad6d0883063fe857237abb9436fab03208c
2505 Author: Mike Frysinger <vapier@gentoo.org>
2506 Date: Sun Oct 12 06:02:55 2008 -0400
2507
2508 Blackfin: fixup misc warnings such as printf's and missing casts
2509
2510 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2511
2512 commit 1f4a3bb50343719c434d7e2541a2f86480a6d25c
2513 Author: Mike Frysinger <vapier@gentoo.org>
2514 Date: Sun Oct 12 22:09:26 2008 -0400
2515
2516 Blackfin: convert old boards to use COBJS-y Makefile style
2517
2518 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2519
2520 commit 1f75d6f0ff005762d3e6ad92ae4ce2ab366b3bb5
2521 Author: Mike Frysinger <vapier@gentoo.org>
2522 Date: Sat Oct 11 22:38:37 2008 -0400
2523
2524 Blackfin: bf533-stamp: rewrite resource swap logic
2525
2526 The old swap function tended to clobber unrelated pins and screw up masks.
2527 Rewrite the thing from scratch so it only uses the resources it needs.
2528
2529 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2530
2531 commit 29d4ea0a9073c82469184331010136f52edf8db6
2532 Author: Mike Frysinger <vapier@gentoo.org>
2533 Date: Sat Oct 11 22:08:42 2008 -0400
2534
2535 Blackfin: bootldr: implement BF53x/BF56x LDR loader
2536
2537 The BF53x/BF56x parts do not have an on-chip ROM to boot LDRs out of
2538 arbitrary memory locations, so implement a basic one in software.
2539
2540 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2541
2542 commit 8b35e3aeff6c2d747c37697997b3f8a808432329
2543 Author: Mike Frysinger <vapier@gentoo.org>
2544 Date: Sat Oct 11 22:05:42 2008 -0400
2545
2546 Blackfin: implement real write support for OTP
2547
2548 Now that real documentation has been released for the OTP interface and
2549 the on-chip ROM wrt writing/timings, implement support for reading/writing
2550 as well as dumping/locking.
2551
2552 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2553
2554 commit 9372c3214808fab545227d8d0f76b3bfcc6760ec
2555 Author: Mike Frysinger <vapier@gentoo.org>
2556 Date: Sat Oct 11 22:04:05 2008 -0400
2557
2558 Blackfin: update on-chip ROM API
2559
2560 This brings the API for the on-chip ROM in line with the toolchain and
2561 hardware documentation.
2562
2563 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2564
2565 commit 7633903bff432ec7b27905dce7396958553f2be6
2566 Author: Mike Frysinger <vapier@gentoo.org>
2567 Date: Sat Oct 11 21:52:17 2008 -0400
2568
2569 Blackfin: allow serial console to be disabled
2570
2571 Some devices have no UART device pulled out, so allow people to disable the
2572 driver completely in favor of other methods (like JTAG-console).
2573
2574 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2575
2576 commit 36ea8e9ad1107af12d244bba8c73e85b9f655e45
2577 Author: Mike Frysinger <vapier@gentoo.org>
2578 Date: Sat Oct 11 21:51:20 2008 -0400
2579
2580 Blackfin: support console-over-JTAG
2581
2582 The Blackfin JTAG has the ability to pass data via a back-channel without
2583 halting the processor. Utilize that channel to emulate a console.
2584
2585 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2586
2587 commit cf8f2efb5f39c5225da92391c14a07eecbeca881
2588 Author: Mike Frysinger <vapier@gentoo.org>
2589 Date: Sat Oct 11 21:49:06 2008 -0400
2590
2591 Blackfin: handle new anomalies with reset
2592
2593 Workaround fun new anomalies related to software reset of the processor.
2594
2595 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2596
2597 commit b1e9435b643043dd8fbd1fcc47309c6acb7b3c8e
2598 Author: Mike Frysinger <vapier@gentoo.org>
2599 Date: Sat Oct 11 21:44:00 2008 -0400
2600
2601 Blackfin: pass RETX to Linux
2602
2603 Make sure we save the value of RETX at power on and then pass it on to the
2604 kernel so that it can nicely debug a "double-fault-caused-a-reset" crash.
2605
2606 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2607
2608 commit b5eba3fafcccd1979380f12a256bd0e19be3d61e
2609 Author: Mike Frysinger <vapier@gentoo.org>
2610 Date: Sat Oct 11 21:40:26 2008 -0400
2611
2612 Blackfin: clarify relocation comment during init
2613
2614 People often ask questions about the init process and when things go
2615 from flash to relocated base, so clarify the comments a bit.
2616
2617 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2618
2619 commit 95433f6d43ede6b40c1d900f3f704c839aa074f1
2620 Author: Mike Frysinger <vapier@gentoo.org>
2621 Date: Sat Oct 11 21:23:41 2008 -0400
2622
2623 Blackfin: just set SP register directly during init
2624
2625 No need to set the SP register indirectly to the configured value when it
2626 can be set directly.
2627
2628 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2629
2630 commit 51230e6e356ccf4c932e0c4ff54f1e49da02285c
2631 Author: Mike Frysinger <vapier@gentoo.org>
2632 Date: Sat Oct 11 21:15:53 2008 -0400
2633
2634 Blackfin: add portmuxing for UARTs on the BF51x
2635
2636 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2637
2638 commit 4f6a313240c531042f16909a3a170ab047b95779
2639 Author: Mike Frysinger <vapier@gentoo.org>
2640 Date: Sun Jun 1 01:26:29 2008 -0400
2641
2642 Blackfin: respect CONFIG_CLKIN_HALF
2643
2644 As pointed out by Ivan Koryakovskiy, the initialization code was not
2645 actually respecting the CONFIG_CLKIN_HALF option when configuring the
2646 PLL_CTL register.
2647
2648 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2649
2650 commit dc2bfb0b58d7462b9eba68f3ae38e38cada0ad33
2651 Author: Mike Frysinger <vapier@gentoo.org>
2652 Date: Sun Jun 1 01:21:34 2008 -0400
2653
2654 Blackfin: use common memcpy routine during init
2655
2656 Rather than using a local custom memcpy function, just call the existing
2657 optimized Blackfin version.
2658
2659 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2660
2661 commit 362c943347364e9373af4c5530778491ab56ec2e
2662 Author: Mike Frysinger <vapier@gentoo.org>
2663 Date: Wed Apr 9 02:27:06 2008 -0400
2664
2665 Blackfin: set default boot SPI CS for BF538/BF539
2666
2667 The BF538/BF539 use CS2 for booting off of rather than CS1 like newer
2668 Blackfin parts.
2669
2670 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2671
2672 commit 74dde80bd5d55bc146630853ca191aaeea7c30f4
2673 Author: Mike Frysinger <vapier@gentoo.org>
2674 Date: Wed Apr 9 02:20:59 2008 -0400
2675
2676 Blackfin: punt unused BF533-STAMP definitions
2677
2678 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2679
2680 commit fee531eeefc3b5f2c63c7fe27b9f55d924c59c26
2681 Author: Mike Frysinger <vapier@gentoo.org>
2682 Date: Fri Apr 18 20:44:11 2008 -0400
2683
2684 Blackfin: resurrect BF533-STAMP video splash driver
2685
2686 This video driver used to live in the Blackfin cpu directory, but it was
2687 lost during the unification process. This brings it back.
2688
2689 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2690
2691 commit a750d038f2548d846ea1e046d873dc932d041319
2692 Author: Mike Frysinger <vapier@gentoo.org>
2693 Date: Wed Apr 9 02:31:29 2008 -0400
2694
2695 Blackfin: tighten up post memory coding style
2696
2697 No functional changes here; just cleanup code style a bit.
2698
2699 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2700
2701 commit 0649908f92c9bd214dd139aa3d4698c1654a45c6
2702 Author: Mike Frysinger <vapier@gentoo.org>
2703 Date: Wed Apr 9 02:29:18 2008 -0400
2704
2705 Blackfin: bf537-stamp nand: fix more style errors in previous commit
2706
2707 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2708
2709 commit 41f3325ae9add641036d7cb362e884b698e53f07
2710 Author: Mike Frysinger <vapier@gentoo.org>
2711 Date: Sat Oct 11 20:31:17 2008 -0400
2712
2713 Blackfin: drop dead/wrong debug code in initdram()
2714
2715 The DEBUG code in initdram() is quite old and was never really useful, so
2716 just drop it altogether. Common Blackfin debug code does a better job.
2717
2718 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2719
2720 commit 65ba1abd3b90e0b2585745809b78e2651bd3bacb
2721 Author: Mike Frysinger <vapier@gentoo.org>
2722 Date: Sat Oct 11 20:30:28 2008 -0400
2723
2724 Blackfin: bf533-ezkit: shuffle flash defines a little
2725
2726 Some of the flash defines weren't in the correct location and caused build
2727 problems in some configurations, so let's move types and defines to better
2728 local locations.
2729
2730 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2731
2732 commit be853bf86b41e91f4c422f0f56fdf87ea3191266
2733 Author: Mike Frysinger <vapier@gentoo.org>
2734 Date: Mon Oct 6 04:16:47 2008 -0400
2735
2736 Blackfin: overhaul i2c driver
2737
2738 The current Blackfin i2c driver does not work properly with certain devices
2739 due to it breaking up transfers incorrectly. This is a rewrite of the
2740 driver and relocates it to the newer place in the source tree.
2741
2742 Also remove duplicated I2C speed defines in Blackfin board configs and
2743 disable I2C slave address usage since it isn't implemented.
2744
2745 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2746
2747 commit b6edc719a106ab7fa6e6950b4d97bc39c1368e45
2748 Author: Mike Frysinger <vapier@gentoo.org>
2749 Date: Mon Oct 6 04:00:07 2008 -0400
2750
2751 Blackfin: respect CONFIG_SYS_MONITOR_LEN for default flash protection
2752
2753 Respect the CONFIG_SYS_MONITOR_LEN define rather than assuming a size of
2754 128kB when setting up the default flash protection region for U-Boot
2755 itself.
2756
2757 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2758
2759 commit 78a0ba7dc24c9682371f6ee8549b569fb573a329
2760 Author: Mike Frysinger <vapier@gentoo.org>
2761 Date: Mon Oct 6 03:57:39 2008 -0400
2762
2763 Blackfin: respect/check CONFIG_SYS_GBL_DATA_SIZE
2764
2765 When setting up the global data, rather than relying on sizeof(), use the
2766 common CONFIG_SYS_GBL_DATA_SIZE define.
2767
2768 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2769
2770 commit 01815c2d06c5b838f2cd536703e47bd2c9148194
2771 Author: Mike Frysinger <vapier@gentoo.org>
2772 Date: Mon Oct 6 03:52:24 2008 -0400
2773
2774 Blackfin: implement general support for CONFIG_STATUS_LED
2775
2776 Here are the Blackfin-specific and board-independent pieces for status leds.
2777
2778 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2779
2780 commit 6882b5a79a3247494b62c05015fa672557f1bfaa
2781 Author: Mike Frysinger <vapier@gentoo.org>
2782 Date: Mon Oct 6 03:49:32 2008 -0400
2783
2784 Blackfin: do not init i2c in Blackfin board init
2785
2786 The common code takes care of calling i2c_init() when needed, so no point
2787 in us doing it as well.
2788
2789 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2790
2791 commit 1118ea73698eee6e72ef5cbfc00e41746040304f
2792 Author: Mike Frysinger <vapier@gentoo.org>
2793 Date: Mon Oct 6 03:42:20 2008 -0400
2794
2795 Blackfin: bfin_mac: update port muxing
2796
2797 Adds support more Blackfin parts and fixes broken muxing for older ones.
2798
2799 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2800
2801 commit 05b75e48832fc4afeecf8e76d704349557dffa35
2802 Author: Mike Frysinger <vapier@gentoo.org>
2803 Date: Mon Oct 6 03:35:44 2008 -0400
2804
2805 Blackfin: fix dcache handling when doing dma memcpy's
2806
2807 Our dcache invalidate function doesn't just invalidate, it also flushes.
2808 So rename the function accordingly and fix the dma_memcpy() function so it
2809 doesn't inadvertently corrupt the data destination.
2810
2811 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2812
2813 commit 68e5632494168095d75f120af70043b68afd2476
2814 Author: Mike Frysinger <vapier@gentoo.org>
2815 Date: Thu Aug 7 18:56:56 2008 -0400
2816
2817 Blackfin: dont generate ldrs with --force
2818
2819 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2820
2821 commit 746290dfd86a70b41fc5fdd3df1424a647d5c5e8
2822 Author: Mike Frysinger <vapier@gentoo.org>
2823 Date: Thu Aug 7 18:55:30 2008 -0400
2824
2825 Blackfin: pass --bmode/--initcode when creating ldr
2826
2827 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2828
2829 commit 0332e4df71fccf9a96c5a4393e3c5d5daa50880a
2830 Author: Mike Frysinger <vapier@gentoo.org>
2831 Date: Thu Aug 7 18:39:27 2008 -0400
2832
2833 Blackfin: minimize time cache is turned off when replacing cplb entries
2834
2835 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2836
2837 commit 21d631360430cf0ae9099612273cd4de28911ba9
2838 Author: Mike Frysinger <vapier@gentoo.org>
2839 Date: Thu Aug 7 15:31:13 2008 -0400
2840
2841 Blackfin: split cache handling out of dma_memcpy()
2842
2843 Creating a new dma_memcpy() function that skips all cache checks allows us
2844 to use the function in very early init where the cache is not yet setup.
2845
2846 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2847
2848 commit d31eb38512bed377d5d4b3c696662e52120a2e4c
2849 Author: Mike Frysinger <vapier@gentoo.org>
2850 Date: Thu Aug 7 15:30:49 2008 -0400
2851
2852 Blackfin: abort dma_memcpy() for L1 scratchpad
2853
2854 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2855
2856 commit 81b799add709177e838466461f7b9989488b0fd5
2857 Author: Mike Frysinger <vapier@gentoo.org>
2858 Date: Thu Aug 7 15:27:52 2008 -0400
2859
2860 Blackfin: rename bootm.c to boot.c
2861
2862 The boot file contains functions for more than just "bootm", so rename it
2863 accordingly.
2864
2865 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2866
2867 commit d7ca7dd5bfc418ac173e9d2712f6cc2d8147a091
2868 Author: Mike Frysinger <vapier@gentoo.org>
2869 Date: Thu Aug 7 13:22:37 2008 -0400
2870
2871 Blackfin: set more sane default board config values
2872
2873 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2874
2875 commit 36cd52a00794fb15ffab05d640acca92d7482993
2876 Author: Mike Frysinger <vapier@gentoo.org>
2877 Date: Thu Aug 7 15:24:59 2008 -0400
2878
2879 Blackfin: convert CMD_LINE_ADDR to CONFIG_LINUX_CMDLINE_{ADDR,SIZE}
2880
2881 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2882
2883 commit c8054bc12e00669bd7588f2b30fef48aa94babac
2884 Author: Mike Frysinger <vapier@gentoo.org>
2885 Date: Thu Aug 7 13:21:27 2008 -0400
2886
2887 Blackfin: add bit defines for DDR parts
2888
2889 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2890
2891 commit 154502fe0796f3b7a4698378c5d2080ae28a9782
2892 Author: Mike Frysinger <vapier@gentoo.org>
2893 Date: Thu Aug 7 13:21:11 2008 -0400
2894
2895 Blackfin: add defines to describe active bootrom behavior
2896
2897 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2898
2899 commit 2b6fd5c77db9c6ed3cea9799c86ff922cf0107b2
2900 Author: Kim Phillips <kim.phillips@freescale.com>
2901 Date: Tue Jan 27 16:03:53 2009 -0600
2902
2903 mpc83xx: fix undefined reference to `flush_cache' error in simpc8313 build
2904
2905 extend commit c70564e6b1bd08f3230182392238907f3531a87e
2906 "NAND: Fix cache and memory inconsistency issue" to add the cache.o dependency
2907 to the simpc8313 build and fix this:
2908
2909 ...Large Page NAND...Configuring for SIMPC8313 board...
2910 nand_boot_fsl_elbc.o: In function `nand_boot':
2911 nand_spl/board/sheldon/simpc8313/nand_boot_fsl_elbc.c:150: undefined reference to `flush_cache'
2912 make[1]: *** [/home/r1aaha/git/u-boot-mpc83xx/nand_spl/u-boot-spl] Error 1
2913 make: *** [nand_spl] Error 2
2914
2915 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
2916
2917 commit 54a7cc4912feefa45be961cc47cc159563725d2f
2918 Author: Wolfgang Denk <wd@denx.de>
2919 Date: Wed Jan 28 09:25:31 2009 +0100
2920
2921 mpc8536ds.c: include sata.h to for needed function prototypes
2922
2923 Signed-off-by: Wolfgang Denk <wd@denx.de>
2924
2925 commit 2fb2604d5c20beb061b0a94282b7f6eb14d00cb8
2926 Author: Peter Tyser <ptyser@xes-inc.com>
2927 Date: Tue Jan 27 18:03:12 2009 -0600
2928
2929 Command usage cleanup
2930
2931 Remove command name from all command "usage" fields and update
2932 common/command.c to display "name - usage" instead of
2933 just "usage". Also remove newlines from command usage fields.
2934
2935 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2936
2937 commit 79621bc10ba8b8c45d348994aba5b9e4923cb77b
2938 Author: Peter Tyser <ptyser@xes-inc.com>
2939 Date: Tue Jan 27 18:03:11 2009 -0600
2940
2941 amcc: Clean up command usage output
2942
2943 Update taihu and taishan commands to use cmd_usage() function
2944 to display usage messages.
2945
2946 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2947
2948 commit 62c3ae7c6ef215b1afa614abdf61acf077752207
2949 Author: Peter Tyser <ptyser@xes-inc.com>
2950 Date: Tue Jan 27 18:03:10 2009 -0600
2951
2952 Standardize command usage messages with cmd_usage()
2953
2954 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2955
2956 commit 84cde2bb409c07c6ef36a192d194359d4e9ccd70
2957 Author: Peter Tyser <ptyser@xes-inc.com>
2958 Date: Tue Jan 27 18:03:09 2009 -0600
2959
2960 pcs440ep: Clean up led command definition
2961
2962 The pcs440ep's led command usage formatting is non-standard. It
2963 was made standard in preparation for larger command usage updates.
2964
2965 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2966
2967 commit 9507e7867e04dc48c80ee333c2a9a5e70e887f62
2968 Author: Peter Tyser <ptyser@xes-inc.com>
2969 Date: Tue Jan 27 18:03:08 2009 -0600
2970
2971 Clean up diufb command definitions
2972
2973 The diufb command usage formatting is non-standard. It was
2974 made standard in preparation for larger command usage updates.
2975
2976 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2977
2978 commit 6450a8485836fc80615ae6de6a864c33369b44f5
2979 Author: Wolfgang Denk <wd@denx.de>
2980 Date: Wed Jan 28 00:29:26 2009 +0100
2981
2982 Update CHANGELOG, tiny coding style cleanup.
2983
2984 Signed-off-by: Wolfgang Denk <wd@denx.de>
2985
2986 commit cf7e399fb35b3aea90a27d1df72f45f5d6156204
2987 Author: Mike Frysinger <vapier@gentoo.org>
2988 Date: Tue Jan 27 16:12:21 2009 -0500
2989
2990 SATA: do not auto-initialize during boot
2991
2992 Rather than have the board code initialize SATA automatically during boot,
2993 make the user manually run "sata init". This brings the SATA subsystem in
2994 line with common U-Boot policy.
2995
2996 Rather than having a dedicated weak function "is_sata_supported", people
2997 can override sata_initialize() to do their weird board stuff. Then they
2998 can call the actual __sata_initialize().
2999
3000 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3001
3002 commit 50970839712dda35399e2fa83fe818df9354d618
3003 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
3004 Date: Mon Jan 26 08:45:14 2009 -0500
3005
3006 part_efi: Fix partition size calculation due to inclusive ending LBA.
3007
3008 The ending LBA is inclusive. Hence, the partition size should be
3009 ((ending-LBA + 1) - starting-LBA) to get the proper partition size.
3010
3011 This is confirmed against the results from the parted tool.
3012 (e.g. use parted /dev/sda -s unit S print) and observe the size.
3013
3014 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
3015
3016 commit b5b004ad8a0ac6f98bd5708ec8b22fbddd1c1042
3017 Author: Tomasz Figa <tomasz.figa@gmail.com>
3018 Date: Tue Dec 30 18:35:57 2008 +0100
3019
3020 jffs2: Fix zero sector_size when not using CONFIG_JFFS2_CMDLINE
3021
3022 This patch fixes a bug (?) introduced after inclusion of the new
3023 JFFS2 code.
3024
3025 When not using CONFIG_JFFS2_CMDLINE, the code in cmd_jffs2.c doesn't
3026 fill in part->sector_size (keeping it as 0), but a correct value is
3027 needed by the code in jffs2_1pass.c. This causes all JFFS2 accesses
3028 to be in the same place of the memory, what obviously means
3029 impossibility to use the JFFS2 partition.
3030
3031 This problem is fixed in this patch by including sector size
3032 calculation in non-CONFIG_JFFS2_CMDLINE mtdparts_init variant.
3033
3034 Signed-off-by: Tomasz Figa <tomasz.figa_at_gmail.com>
3035
3036 commit ba69dc26a5fd606da49573bb2f15e756a34f3f98
3037 Author: Mike Frysinger <vapier@gentoo.org>
3038 Date: Tue Dec 30 02:59:25 2008 -0500
3039
3040 saveenv: standardize enablement
3041
3042 Rather than special casing each environment type for enabling the saveenv
3043 command, have them all behave the same. This avoids bitrot as new env
3044 sources are added/removed.
3045
3046 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3047
3048 commit 2ac6985a7466a1c8a7aa8b2fa24d360925a82764
3049 Author: Andrew Dyer <adyer@righthandtech.com>
3050 Date: Mon Dec 29 17:36:01 2008 -0600
3051
3052 soft_i2c.c add option for repeated start in i2c_read()
3053
3054 This patch adds a #define to optionally change the behaviour of
3055 i2c_read() in soft_i2c.c to send an I2C repeated start instead of a
3056 stop-start between sending the device address pointer write and
3057 reading back the data. The current behaviour is retained as the
3058 default.
3059
3060 While most devices will work either way, I have a smart battery(*)
3061 that requires repeated start, and someone at some point found a
3062 device that required a stop-start.
3063
3064 (*) http://www.inspired-energy.com/Standard_Products/NL2054/NL2054%20Rev1.0%20Data%20Sheet.pdf
3065
3066 Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
3067
3068 commit 3429071700963ca2f944c51d695a7481af0cee33
3069 Author: Wolfgang Denk <wd@denx.de>
3070 Date: Tue Jan 27 22:07:14 2009 +0100
3071
3072 {delta,zylonite}/lowlevel_init.S: fix typo
3073
3074 Commit 9d803d8c mistakenly changed some constants
3075 from 0x300 into 300 - this patch fixes it.
3076
3077 Pointed out by Tom Evans <tom@ceos.com.au>, see
3078 http://article.gmane.org/gmane.comp.boot-loaders.u-boot/51992 for
3079 details.
3080
3081 Signed-off-by: Wolfgang Denk <wd@denx.de>
3082
3083 commit 1bc434373013af241835c14011ac3f291dccbf53
3084 Author: Stefan Althoefer <stefan.althoefer@web.de>
3085 Date: Sat Dec 20 19:40:41 2008 +0100
3086
3087 drivers/net/e1000.c: missing terminator for supported devices
3088
3089 Signed-off-by: Stefan Althoefer <stefan.althoefer@web.de>
3090
3091 commit 65f7d41031a70b1649b35020995c505edca91533
3092 Author: Wolfgang Denk <wd@denx.de>
3093 Date: Tue Jan 27 21:36:28 2009 +0100
3094
3095 fat.c: fix warning: array subscript is above array bounds
3096
3097 Fix based on suggestion by David Hawkins <dwh@ovro.caltech.edu>.
3098
3099 Signed-off-by: Wolfgang Denk <wd@denx.de>
3100
3101 commit 107b801cf3fe39612d69d70581ebc3bf5e215554
3102 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
3103 Date: Fri Jan 2 15:11:41 2009 +0100
3104
3105 Fix gunzip in case of insufficient output buffer
3106
3107 U-Boot's gunzip() function does not handle the return code
3108 of zlib's inflate() function correctly. gunzip() is implemented
3109 to uncompress all input data in one run. So the correct return
3110 code for the good case is Z_STREAM_END. In case of insufficient
3111 output buffer memory inflate returns Z_OK. For gunzip() this
3112 is an error.
3113
3114 It also makes sense to me to call inflateEnd() also in case
3115 of an error.
3116
3117 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
3118
3119 commit 2a61eff6a82f0d6e2335d968799b3fbeb3ff4d8e
3120 Author: Stefan Roese <sr@denx.de>
3121 Date: Wed Jan 21 17:25:01 2009 +0100
3122
3123 MIPS: Add VCT board series support (Part 3/3)
3124
3125 Signed-off-by: Stefan Roese <sr@denx.de>
3126
3127 commit ae691e5719c48f1d2826cb72722497d1d162765b
3128 Author: Stefan Roese <sr@denx.de>
3129 Date: Wed Jan 21 17:24:49 2009 +0100
3130
3131 MIPS: Add VCT board series support (Part 2/3)
3132
3133 Signed-off-by: Stefan Roese <sr@denx.de>
3134
3135 commit 50752790bc9285c0c1c5235e88f3a4ef2eec1e72
3136 Author: Stefan Roese <sr@denx.de>
3137 Date: Wed Jan 21 17:24:39 2009 +0100
3138
3139 MIPS: Add VCT board series support (Part 1/3)
3140
3141 Signed-off-by: Stefan Roese <sr@denx.de>
3142
3143 commit 03d3bfb00806b5441f1871c7408c1749863e0fdc
3144 Author: Stefan Roese <sr@denx.de>
3145 Date: Wed Jan 21 17:20:20 2009 +0100
3146
3147 MIPS: Add flush_dcache_range() and invalidate_dcache_range()
3148
3149 This patch adds flush_/invalidate_dcache_range() to the MIPS architecture.
3150 Those functions are needed for the upcoming dcache support for the USB
3151 EHCI driver. I chose this API because those cache handling functions are
3152 already present in the PPC architecture.
3153
3154 Signed-off-by: Stefan Roese <sr@denx.de>
3155 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
3156
3157 commit de832a99414ff06a4b2cdc9f5280b387da039834
3158 Author: Stefan Roese <sr@denx.de>
3159 Date: Mon Jan 26 10:05:20 2009 +0100
3160
3161 nand_spl: Fix compile problem with board_nand_init() prototype
3162
3163 This patch removes the now obsolete and additionally wrongly defined
3164 board_nand_init() prototype from nand_spl/nand_boot.c.
3165
3166 Signed-off-by: Stefan Roese <sr@denx.de>
3167 Signed-off-by: Scott Wood <scottwood@freescale.com>
3168
3169 commit e8eac437189430d8e04a5d254ed92c58bc534a79
3170 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
3171 Date: Wed Jan 14 08:44:26 2009 -0500
3172
3173 CFI: Add geometry reversal for STMicro M29W320ET
3174
3175 Added flash_fixup_stm to fix geometry reversal on STMicro M29W320ET flash chip.
3176
3177 Modeled after flash_fixup_amd, this patch handles the geometry reversal
3178 or erase sectors that exist for ST Micro (now Numonyx) M29W320ET flash.
3179 Since I cannot test all STM's chips, the detection is implemented as
3180 narrow as possible for now.
3181
3182 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
3183 Signed-off-by: Stefan Roese <sr@denx.de>
3184
3185 commit 0f8e851e897b535959a0781171910cd97f33c30c
3186 Author: Jens Gehrlein <sew_s@tqs.de>
3187 Date: Tue Dec 16 17:25:55 2008 +0100
3188
3189 CFI: increase performance of function find_sector()
3190
3191 Tested on TQM5200S-BD with Samsung K8P2815UQB
3192
3193 Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
3194 Signed-off-by: Stefan Roese <sr@denx.de>
3195
3196 commit a7292871a79cc48d98e3a708dd3c3b81580db6ef
3197 Author: Jens Gehrlein <sew_s@tqs.de>
3198 Date: Tue Dec 16 17:25:54 2008 +0100
3199
3200 CFI: avoid redundant function call in single word programming mode
3201
3202 The function find_sector() doesn't need to be called twice in
3203 the case of AMD command set.
3204 Tested on TQM5200S-BD with Samsung K8P2815UQB.
3205
3206 Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
3207 Signed-off-by: Stefan Roese <sr@denx.de>
3208
3209 commit c8901f46a71ec16e084e604596a09e23bfb0f6ac
3210 Author: Stefan Roese <sr@denx.de>
3211 Date: Mon Jan 26 10:15:23 2009 +0100
3212
3213 ppc4xx: Remove compilation warning in gdppc440etc.c
3214
3215 Signed-off-by: Stefan Roese <sr@denx.de>
3216
3217 commit 91f33534728e6416d332ad2b53ad1d6fde57f7fc
3218 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
3219 Date: Fri Jan 2 12:19:47 2009 +0100
3220
3221 ppc4xx: Remove CONFIG_SYS_IGNORE_405_UART_ERRATA_59 from config files
3222
3223 Lot's of 405 board config files use CONFIG_SYS_IGNORE_405_UART_ERRATA_59.
3224 Either they define or undef it. Because it's not used in any source
3225 files this patch removes any references to it.
3226
3227 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
3228 Signed-off-by: Stefan Roese <sr@denx.de>
3229
3230 commit 89b8619aaeafc922ca0c3bb249872591050c8dcc
3231 Author: Dirk Eibach <eibach@gdsys.de>
3232 Date: Tue Dec 9 13:12:40 2008 +0100
3233
3234 ppc4xx: Add GDsys PowerPC 440 ETX board support.
3235
3236 Board support for the Guntermann & Drunck PowerPC 440 ETX module.
3237 Based on the AMCC Yosemite board support by Stefan Roese.
3238
3239 Signed-off-by: Dirk Eibach <eibach@gdsys.de>
3240 Signed-off-by: Stefan Roese <sr@denx.de>
3241
3242 commit 3943d2ff6cc40dd601a9feeb39eb6d3d5090ea6d
3243 Author: Dirk Eibach <eibach@gdsys.de>
3244 Date: Tue Dec 9 11:00:07 2008 +0100
3245
3246 ppc4xx: Improve DDR autodetect
3247
3248 Added support for a second memory bank to DDR autodetection for 440
3249 platforms.
3250 Made hardcoded values configurable.
3251
3252 Signed-off-by: Dirk Eibach <eibach@gdsys.de>
3253 Signed-off-by: Stefan Roese <sr@denx.de>
3254
3255 commit 71a040f4f556cca4d30f06805d82e717b3ef1020
3256 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
3257 Date: Fri Nov 21 12:06:26 2008 +0900
3258
3259 sh: sh7763rdp: Update sh7763rdp config
3260
3261 Add CONFIG_NET_MULTI in config file, because sh_eth changed new newwork API.
3262
3263 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
3264 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3265
3266 commit ba705b5b1a97b47388ed48858bef6bf7b6bfcd56
3267 Author: Gary Jennejohn <garyj@denx.de>
3268 Date: Thu Nov 20 12:28:38 2008 +0100
3269
3270 mgcoge make ether_scc.c work with CONFIG_NET_MULTI
3271
3272 This change is needed for mgcoge because it uses two ethernet drivers.
3273
3274 Add a check for the presence of the PIGGY board on mgcoge. Without this
3275 board networking cannot work and the initialization must be aborted.
3276
3277 Only allocate rtx once to prevent DPRAM exhaustion.
3278
3279 Initialize ether_scc.c and the keymile-specific HDLC driver (to be added
3280 soon) in eth.c.
3281
3282 Signed-off-by: Gary Jennejohn <garyj@denx.de>
3283 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3284
3285 commit bd3980cc095af1728b994cdd8bf1ac430b6289e6
3286 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
3287 Date: Fri Nov 21 12:04:18 2008 +0900
3288
3289 sh: sh_eth: Change new network API
3290
3291 sh_eth used old network API. This patch changed new API.
3292
3293 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
3294 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3295
3296 commit 890a02e8ee6b8c26a6e3e505e1a2d29cd73aa6f6
3297 Author: Stefan Roese <sr@denx.de>
3298 Date: Wed Nov 12 13:31:02 2008 +0100
3299
3300 net: smc911x: Make register read/write functions weak
3301
3302 This patch changes the reg_read/_write to smc911x_reg_read/_write
3303 and defines then as weak so that they can be overridden by board
3304 specific version.
3305
3306 This will be used by the upcoming VCTH board support.
3307
3308 Signed-off-by: Stefan Roese <sr@denx.de>
3309 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3310
3311 commit 8b69b563039989885969d24465c56f8ac4c07c4c
3312 Author: Heiko Schocher <hs@denx.de>
3313 Date: Thu Nov 20 09:57:14 2008 +0100
3314
3315 powerpc: net: support for the SMSC LAN8700 PHY
3316
3317 Signed-off-by: Heiko Schocher <hs@denx.de>
3318 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3319
3320 commit d5254f149da9e6cd649d887b042ce577ef3ba78d
3321 Author: Alessandro Rubini <rubini@unipv.it>
3322 Date: Sat Jan 24 18:10:37 2009 +0100
3323
3324 Initial support for Nomadik 8815 development board
3325
3326 The NMDK8815 board is distributed by ST Microelectornics.
3327 Other (proprietary) code must be run to unlock the CPU before
3328 U-Boot runs. doc/README.nmdk8815 outlines the boot sequence.
3329
3330 This is the initial port, with basic infrastructure and
3331 a working serial port.
3332
3333 Signed-off-by: Alessandro Rubini <rubini@unipv.it>
3334 Acked-by: Andrea Gallo <andrea.gallo@stnwireless.com>
3335 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3336
3337 commit 7d264c1ef267cfc8d928bc8577a7cc907f2f5e47
3338 Author: Dirk Behme <dirk.behme@googlemail.com>
3339 Date: Sun Dec 14 09:47:18 2008 +0100
3340
3341 OMAP3: Add I2C support
3342
3343 Add I2C support.
3344
3345 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
3346
3347 commit b1c3bf99fb477675d464aeadb5dd69d2cbc9dc7b
3348 Author: Dirk Behme <dirk.behme@googlemail.com>
3349 Date: Sun Dec 14 09:47:17 2008 +0100
3350
3351 OMAP3: Add MMC support
3352
3353 Add MMC support.
3354
3355 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
3356
3357 commit 12201a13547ec22ddcdae278e74465e54a3be60c
3358 Author: Dirk Behme <dirk.behme@googlemail.com>
3359 Date: Sun Dec 14 09:47:16 2008 +0100
3360
3361 OMAP3: Add NAND support
3362
3363 Add NAND support.
3364
3365 Signed-off-by: Nishanth Menon <nm@ti.com>
3366 Signed-off-by: Syed Mohammed Khasim <khasim@ti.com>
3367 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
3368
3369 commit 91eee546737ae21d930af479530997174c342b13
3370 Author: Dirk Behme <dirk.behme@googlemail.com>
3371 Date: Sun Dec 14 09:47:15 2008 +0100
3372
3373 OMAP3: Add common board, interrupt and system info
3374
3375 Add common board, interrupt and system info code.
3376
3377 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
3378
3379 commit 5ed3e8659e5373f6a229877ac506c0b00a054fb8
3380 Author: Dirk Behme <dirk.behme@googlemail.com>
3381 Date: Sun Dec 14 09:47:14 2008 +0100
3382
3383 OMAP3: Add common clock, memory and low level code
3384
3385 Add common clock, memory and low level code
3386
3387 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
3388
3389 commit 0b02b184003e6a5023e05d5f31de54db279b1431
3390 Author: Dirk Behme <dirk.behme@googlemail.com>
3391 Date: Sun Dec 14 09:47:13 2008 +0100
3392
3393 OMAP3: Add common cpu and start code
3394
3395 Add common cpu and start code.
3396
3397 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
3398
3399 commit a8b6450546cd507d331b8fde384791d84bde5651
3400 Author: Dirk Behme <dirk.behme@googlemail.com>
3401 Date: Sun Dec 14 09:47:12 2008 +0100
3402
3403 OMAP3: Add OMAP3, memory and function prototype headers
3404
3405 Add OMAP3, memory and function prototype header files for OMAP3.
3406
3407 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
3408
3409 commit 2c803210a464abbac35752ca1c737514360b4c32
3410 Author: Dirk Behme <dirk.behme@googlemail.com>
3411 Date: Sun Dec 14 09:47:11 2008 +0100
3412
3413 OMAP3: Add pin mux, clock and cpu headers
3414
3415 Add pin mux, clock and cpu header files for OMAP3.
3416
3417 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
3418
3419 commit 685533646f4ff17a84ec9265cabb60af325b6e1f
3420 Author: Maxim Artamonov <scn1874@yandex.ru>
3421 Date: Wed Dec 3 05:38:17 2008 +0300
3422
3423 bugfix for i.mx31 CCM_UPCTL reg
3424
3425 Signed-off-by: Maxim Artamonov <scn1874 at yandex.ru>
3426
3427 commit 24113a44ed5cd3257a0237c3961e121812fca6db
3428 Author: Mike Frysinger <vapier@gentoo.org>
3429 Date: Tue Dec 30 03:15:38 2008 -0500
3430
3431 easylogo: add optional gzip support
3432
3433 Some images can be quite large, so add an option to compress the
3434 image data with gzip in the U-Boot image. Then at runtime, the
3435 board can decompress it with the normal zlib functions.
3436
3437 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3438
3439 commit 7e4b9b4f6f43838fad3ad72c029a3d7fc7c7d48c
3440 Author: Bryan Wu <bryan.wu@analog.com>
3441 Date: Fri Jan 2 20:47:45 2009 -0500
3442
3443 fat: fix unaligned errors
3444
3445 A couple of buffers in the fat code are declared as an array of bytes.
3446 But it is then cast up to a structure with 16bit and 32bit members.
3447 Since GCC assumes structure alignment here, we have to force the
3448 buffers to be aligned according to the structure usage.
3449
3450 Signed-off-by: Bryan Wu <bryan.wu@analog.com>
3451 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3452
3453 commit 68f8718df2ed4c2f43031407ccf6cfa81125dddc
3454 Author: Brad Bozarth <bflinux@yumbrad.com>
3455 Date: Thu Jan 1 22:45:47 2009 -0500
3456
3457 spi flash: fix crash due to spi flash miscommunication
3458
3459 Higher spi flash layers expect to be given back a pointer that was
3460 malloced so that it can free the result, but the lower layers return
3461 a pointer that is in the middle of the malloced memory. Reorder the
3462 members of the lower spi structures so that things work out.
3463
3464 Signed-off-by: Brad Bozarth <bflinux@yumbrad.com>
3465 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3466 Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
3467
3468 commit ce82ff05388b5ddafdf6082ef0776cce72c40b1c
3469 Author: Yuri Tikhonov <yur@emcraft.com>
3470 Date: Sat Dec 20 14:54:21 2008 +0300
3471
3472 FPU POST: fix warnings when building with 2.18 binutils
3473
3474 When compile u-boot with the 2.18 binutils the following
3475 warning messages for each object file in post/lib_ppc/fpu/ is
3476 produced at the linking stage:
3477
3478 post/libpost.a(acc1.o) uses hard float, u-boot uses soft-float
3479 ...
3480
3481 This is because of the fact that, in general, the soft-float and
3482 hard-float ABIs are incompatible; the 2.18 binutils do checking
3483 of the Tag_GNU_Power_ABI_FP attribute of the files to be linked, and
3484 produce the worning like above if these are not compatible.
3485
3486 The incompatibility of ABIs is concerned only the float values:
3487 e.g. the soft-float ABI assumes the float argument passing in the
3488 pair of rX registers, and the hard-float ABI assumes passing of
3489 the float argument in the fX register. When we don't pass the float
3490 arguments between the functions compiled with different floatness,
3491 then such an application will work correctly.
3492 This is the case for the FPU POST: u-boot (compiled with soft-float)
3493 doesn't pass to (and doesn't get from) the FPU POST functions any
3494 floats; there are no functions exported from the post/lib_ppc/fpu/
3495 objects which would work with float parameters/returns too. So, we
3496 can reassure the linker not to worry about the difference in ABI
3497 attributes of linking files just by setting the 'soft-float'
3498 attribute for the objects in post/lib_ppc/fpu. And this patch does
3499 this.
3500
3501 Also, to avoid passing both soft- and hard-float options in CFLAGS
3502 when compiling the files from post/lib_ppc/fpu (which is OK, but
3503 looks rather dirty) this patch removes the soft-float string from
3504 CFLAGS in post/lib_ppc/fpu/Makefile.
3505
3506 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
3507
3508 commit a7c9310457e85b4598abe5b304108edf11332e2f
3509 Author: Peter Tyser <ptyser@xes-inc.com>
3510 Date: Wed Dec 17 16:36:22 2008 -0600
3511
3512 Add support for Maxim's DS4510 I2C device
3513
3514 Initial support for the DS4510, a CPU supervisor with
3515 integrated EEPROM, SRAM, and 4 programmable non-volatile
3516 GPIO pins. The CONFIG_DS4510 define enables support
3517 for the device while the CONFIG_CMD_DS4510 define
3518 enables the ds4510 command. The additional
3519 CONFIG_DS4510_INFO, CONFIG_DS4510_MEM, and
3520 CONFIG_DS4510_RST defines add additional sub-commands
3521 to the ds4510 command when defined.
3522
3523 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
3524
3525 commit b6fc6fd49a84543e1324e1620b9f301ff7c1f27f
3526 Author: Dirk Eibach <eibach@gdsys.de>
3527 Date: Tue Dec 16 14:51:56 2008 +0100
3528
3529 common: Iteration limit for memory test.
3530
3531 The iteration limit is passed to mtest as a fourth parameter:
3532 [start [end [pattern [iterations]]]]
3533 If no fourth parameter is supplied, there is no iteration limit and the
3534 test will loop forever.
3535
3536 Signed-off-by: Dirk Eibach <eibach@gdsys.de>
3537
3538 commit 97cae3a4c68d856374ccc70fd2c5f8714cc94f7d
3539 Author: Stefan Roese <sr@denx.de>
3540 Date: Mon Dec 15 15:40:12 2008 +0100
3541
3542 serial: Rename driver vcth to vct to support other board variants
3543
3544 Moved driver vcth.c to vct.c to better reflect the VCT board series.
3545 This driver is now used by the VCT platforms:
3546
3547 vct_premium
3548 vct_platinum
3549 vct_platinumsvc
3550
3551 Signed-off-by: Stefan Roese <sr@denx.de>
3552
3553 commit 36ede4d63e59c9277ec180b09c39b8bf46425ba2
3554 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
3555 Date: Fri Dec 12 00:45:27 2008 +0900
3556
3557 nios: Move README.nios_CONFIG_SYS_NIOS_CPU to doc/ dir
3558
3559 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
3560
3561 commit c3284b030b1cd492b4f46c576aea01bef258599d
3562 Author: Peter Korsgaard <jacmet@sunsite.dk>
3563 Date: Wed Dec 10 16:24:16 2008 +0100
3564
3565 common/main: support bootdelay=0 for CONFIG_AUTOBOOT_KEYED
3566
3567 Support bootdelay=0 in abortboot for the CONFIG_AUTOBOOT_KEYED case
3568 similar to the CONFIG_ZERO_BOOTDELAY_CHECK support for the
3569 !CONFIG_AUTOBOOT_KEYED case.
3570
3571 Do this by reversing the loop so we do at least one iteration before
3572 checking for timeout.
3573
3574 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
3575
3576 commit 94f9279f7bbdc01bbc7cf85aedf9b545943b94c3
3577 Author: Niklaus Giger <niklaus.giger@netstal.com>
3578 Date: Mon Dec 8 17:24:08 2008 +0100
3579
3580 Added legacy flash ST Micro M29W040B
3581
3582 commit 626d07348e5f9f302f4ea182161a89f7362a0488
3583 Author: Graeme Russ <graeme.russ@gmail.com>
3584 Date: Mon Dec 8 20:04:51 2008 +1100
3585
3586 Fixed off-by-one errors in lib_m68k/interrupts.c
3587
3588 Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
3589
3590 commit a5989c42ae5e295f274a795c426c47819bbdbfda
3591 Author: Graeme Russ <graeme.russ@gmail.com>
3592 Date: Sun Dec 7 10:29:05 2008 +1100
3593
3594 Removed all references to CONFIG_SYS_RESET_GENERIC
3595
3596 Generic i386 reset - #define made redundant by weak function
3597
3598 Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
3599
3600 commit 2b5360eb2bc0b741ae5cb3c84d35ccdd17667c8a
3601 Author: Graeme Russ <graeme.russ@gmail.com>
3602 Date: Sun Dec 7 10:29:04 2008 +1100
3603
3604 Remove #ifdef CONFIG_SC520 in source code
3605
3606 CONFIG_SC520 is now used for conditional compile
3607
3608 Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
3609
3610 commit ead056bc206f6b7ee6dc98766678b64635ea20b8
3611 Author: Graeme Russ <graeme.russ@gmail.com>
3612 Date: Sun Dec 7 10:29:03 2008 +1100
3613
3614 Added MMCR reset functionality
3615
3616 Reset function specific to AMD SC520 microcontroller - Is more of a
3617 'hard reset' that the triple fault.
3618
3619 Requires CONFIG_SYS_RESET_SC520 to be defined in config
3620
3621 I would have liked to add this to a new file (cpu/i386/sc520/reset.c)
3622 but ld requires that a object file in a library arhive MUST contain
3623 at least one function which does not override a weak function (and is
3624 called from outside the object file) in order for that object file to
3625 be extracted from the archive. This would be the only function on the
3626 new file, and hence, will never get linked in.
3627
3628 Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
3629
3630 commit 3f5f18d12d32ee0661bf51dfc55752c005230d6e
3631 Author: Graeme Russ <graeme.russ@gmail.com>
3632 Date: Sun Dec 7 10:29:02 2008 +1100
3633
3634 Moved generic (triple fault) reset code
3635
3636 Moved from interrupts.c to cpu.c and made into a weak function to
3637 allow vendor specific override
3638
3639 Vendor specific CPU reset (like the AMD SC520 MMCR reset) can now be
3640 added to the vendor specific code without the need to remember to
3641 #undef usage of the generic method and if you forget to include your
3642 custom reset method, you will always get the default.
3643
3644 Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
3645
3646 commit 9933d609020c297788f53f334c8465fa7a99b10c
3647 Author: Graeme Russ <graeme.russ@gmail.com>
3648 Date: Sun Dec 7 10:29:01 2008 +1100
3649
3650 Moved definition of set_vector() to new header file
3651
3652 This allows for future tidy ups and functionality that will require
3653 set_vector ()
3654
3655 Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
3656
3657 commit 407976185e0dda2c90e89027121a1071b9c77bfb
3658 Author: Graeme Russ <graeme.russ@gmail.com>
3659 Date: Sun Dec 7 10:29:00 2008 +1100
3660
3661 Moved sc520 specific code into new cpu/i386/sc520 folder
3662
3663 Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
3664 Signed-off-by: Wolfgang Denk <wd@denx.de>
3665
3666 commit 85ffbbd51914925a542d8528be7f072e5ab02157
3667 Author: Graeme Russ <graeme.russ@gmail.com>
3668 Date: Sun Dec 7 10:28:58 2008 +1100
3669
3670 Renamed cpu/i386/reset.S to resetvec.S
3671
3672 Brings i386 in line with other CPUs with a reset vector and frees up reset.c
3673 for CPU reset functions
3674
3675 Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
3676
3677 commit a3f4c123f569474e80ea012b8db0de46afdb6443
3678 Author: Wolfgang Denk <wd@denx.de>
3679 Date: Sat Jan 24 01:01:49 2009 +0100
3680
3681 Makefile: keep lists sorted.
3682
3683 Signed-off-by: Wolfgang Denk <wd@denx.de>
3684
3685 commit c620c01e96814558470698ed5cab1bf2f504d1b5
3686 Author: Graeme Russ <graeme.russ@gmail.com>
3687 Date: Sun Dec 7 10:28:57 2008 +1100
3688
3689 Added initial eNET board support
3690
3691 Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
3692
3693 commit 0c0ccf401ee03a5008fc2c19b05a662bce1a1086
3694 Author: Gary Jennejohn <garyj@denx.de>
3695 Date: Thu Nov 20 11:37:26 2008 +0100
3696
3697 POWERPC 82xx: add the SCC as an HDLC controller
3698
3699 Right now this is only used by keymile.
3700
3701 Signed-off-by: Gary Jennejohn <garyj@denx.de>
3702
3703 commit 1e8f4e78ca393b3d8e86bd8055758dd465d9113f
3704 Author: Heiko Schocher <hs@denx.de>
3705 Date: Thu Nov 20 09:59:09 2008 +0100
3706
3707 powerpc, keymile boards: extract identical config options
3708
3709 This patch extracts the identical config options for the
3710 keymile boards mgcoge, mgsuvd and kmeter1 in a new
3711 common config file keymile-common.h.
3712
3713 Signed-off-by: Heiko Schocher <hs@denx.de>
3714
3715 commit 210c8c00aad3328145204adab434bb7d70b06b75
3716 Author: Heiko Schocher <hs@denx.de>
3717 Date: Fri Nov 21 08:29:40 2008 +0100
3718
3719 powerpc: keymile: Add a check for the PIGGY debug board
3720
3721 Check the presence of the PIGGY on the keymile boards mgcoge,
3722 mgsuvd and kmeter1. If the PIGGY is not present, dont register
3723 this Ethernet device.
3724
3725 Signed-off-by: Heiko Schocher <hs@denx.de>
3726 Acked-by: Ben Warren <biggerbadderben@gmail.com>
3727
3728 commit de0443614af4d16675ab436665aeb11ddc9f7214
3729 Author: Heiko Schocher <hs@denx.de>
3730 Date: Thu Nov 20 09:57:47 2008 +0100
3731
3732 powerpc: 83xx: add support for the kmeter1 board
3733
3734 This patch adds support for the kmeter1 board from Keymile,
3735 based on a Freescale MPC8360 CPU.
3736
3737 - serial console on UART 1
3738 - 256 MB DDR2 RAM
3739 - 64 MB NOR Flash
3740 - Ethernet RMII Mode over UCC4
3741 - PHY SMSC LAN8700
3742
3743 Signed-off-by: Heiko Schocher <hs@denx.de>
3744
3745 commit 3feb647f3fd0881382c7a29f4cf280b66473ae0a
3746 Author: Sergei Poselenov <sposelenov@emcraft.com>
3747 Date: Tue Nov 4 13:51:18 2008 +0100
3748
3749 Add a do_div() wrapper macro, lldiv().
3750
3751 Add a do_div() wrapper, lldiv(). The new inline function doesn't modify
3752 the dividend and returns the result of division, so it is useful
3753 in complex expressions, i.e. "return(a/b)" -> "return(lldiv(a,b))"
3754
3755 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
3756
3757 commit 18af1c5f0f7402dc0d6a71b012c68025dd97cf72
3758 Author: Kumar Gala <galak@kernel.crashing.org>
3759 Date: Fri Jan 23 14:22:14 2009 -0600
3760
3761 85xx: Add a 36-bit physical configuration for MPC8572DS
3762
3763 We move all IO addressed (CCSR, localbus, PCI) above the 4G boundary
3764 to allow for larger memory sizes.
3765
3766 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3767
3768 commit c51fc5d53c4560abc4d0a6126c06fc68133d1528
3769 Author: Kumar Gala <galak@kernel.crashing.org>
3770 Date: Fri Jan 23 14:22:13 2009 -0600
3771
3772 85xx: Handle eLBC difference w/36-bit physical
3773
3774 The eLBC only handles 32-bit physical address in systems with 36-bit
3775 physical. The previos generation of LBC handled 34-bit physical
3776 address in 36-bit systems. Added a new CONFIG option to convey
3777 the difference between the LBC and eLBC.
3778
3779 Also added defines for XAM bits used in LBC for the extended 34-bit
3780 support.
3781
3782 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3783
3784 commit 72a9414a8e21e9536822c7353bc08d21ce5ad53d
3785 Author: Kumar Gala <galak@kernel.crashing.org>
3786 Date: Fri Jan 23 14:22:12 2009 -0600
3787
3788 85xx: Use BR_ADDR macro for NAND chipselects
3789
3790 Use the new BR_ADDR macro to properly setup the address field of the
3791 localbus chipselects used by NAND.
3792
3793 This allows us to deal with 36-bit phys on these boards in the future.
3794
3795 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3796
3797 commit 2fc7eb0cfc608c9369001d57a0411af5e6a58f7c
3798 Author: Haiying Wang <Haiying.Wang@freescale.com>
3799 Date: Thu Jan 15 11:58:35 2009 -0500
3800
3801 Add secondary CPUs processor frequency for e500 core
3802
3803 This patch updates e500 freqProcessor to array based on CONFIG_NUM_CPUS,
3804 and prints each CPU's frequency separately. It also fixes up each CPU's
3805 frequency in "clock-frequency" of fdt blob.
3806
3807 Signed-off-by: James Yang <James.Yang@freescale.com>
3808 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
3809
3810 commit bf5b1f0c0d28ce062e1d368680632dfb099de692
3811 Author: Dave Liu <daveliu@freescale.com>
3812 Date: Fri Nov 21 16:31:53 2008 +0800
3813
3814 85xx: enable the auto self refresh for wake up ARP
3815
3816 The wake up ARP feature need use the memory to process
3817 wake up packet, we enable auto self refresh to support it.
3818
3819 Signed-off-by: Dave Liu <daveliu@freescale.com>
3820 Acked-by: Andy Fleming <afleming@freescale.com>
3821
3822 commit b4983e16d150ab7d039704c310aacbd2f4dc1e0f
3823 Author: Dave Liu <daveliu@freescale.com>
3824 Date: Fri Nov 21 16:31:43 2008 +0800
3825
3826 fsl-ddr: use the 1T timing as default configuration
3827
3828 For light loaded system, we use the 1T timing to gain better
3829 memory performance, but for some heavily loaded system,
3830 you have to add the 2T timing options to board files.
3831
3832 Signed-off-by: Dave Liu <daveliu@freescale.com>
3833 Acked-by: Andy Fleming <afleming@freescale.com>
3834
3835 commit 22cca7e1cd54590e967c73558b07ffbdccd39504
3836 Author: Dave Liu <daveliu@freescale.com>
3837 Date: Fri Nov 21 16:31:35 2008 +0800
3838
3839 fsl-ddr: make the self refresh idle threshold configurable
3840
3841 Some 85xx processors have the advanced power management feature,
3842 such as wake up ARP, that needs enable the automatic self refresh.
3843
3844 If the DDR controller pass the SR_IT (self refresh idle threshold)
3845 idle cycles, it will automatically enter self refresh. However,
3846 anytime one transaction is issued to the DDR controller, it will
3847 reset the counter and exit self refresh state.
3848
3849 Signed-off-by: Dave Liu <daveliu@freescale.com>
3850 Acked-by: Andy Fleming <afleming@freescale.com>
3851
3852 commit 22ff3d01348e0a2dc369b7efcbac30e4ce86d178
3853 Author: Dave Liu <daveliu@freescale.com>
3854 Date: Fri Nov 21 16:31:29 2008 +0800
3855
3856 fsl-ddr: clean up the ddr code for DDR3 controller
3857
3858 - The DDR3 controller is expanding the bits for timing config
3859 - Add the DDR3 32-bit bus mode support
3860
3861 Signed-off-by: Dave Liu <daveliu@freescale.com>
3862 Acked-by: Andy Fleming <afleming@freescale.com>
3863
3864 commit 80ee3ce6d7fe9441b4352d7cfaf6afc2507b1106
3865 Author: Dave Liu <daveliu@freescale.com>
3866 Date: Fri Nov 21 16:31:22 2008 +0800
3867
3868 fsl-ddr: update the bit mask for DDR3 controller
3869
3870 According to the latest 8572 UM, the DDR3 controller
3871 is expanding the bit mask, and we use the extend ACTTOPRE
3872 mode when tRAS more than 19 MCLK.
3873
3874 Signed-off-by: Dave Liu <daveliu@freescale.com>
3875
3876 commit aca5f018a8386b85469482ed9867e3e29a2437d0
3877 Author: Kumar Gala <galak@kernel.crashing.org>
3878 Date: Tue Dec 2 16:08:40 2008 -0600
3879
3880 85xx: Introduce CONFIG_SYS_PCI*_IO_VIRT for FSL boards
3881
3882 Introduce a new define to seperate out the virtual address that PCI
3883 IO space is at from the physical address. In most situations these are
3884 mapped 1:1. However any code accessing the bus should use VIRT.
3885
3886 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3887 Acked-by: Andy Fleming <afleming@freescale.com>
3888
3889 commit 5af0fdd81c3370c3a51421208fda568bdcbbec23
3890 Author: Kumar Gala <galak@kernel.crashing.org>
3891 Date: Tue Dec 2 16:08:39 2008 -0600
3892
3893 85xx: Introduce CONFIG_SYS_PCI*_MEM_VIRT for FSL boards
3894
3895 Introduce a new define to seperate out the virtual address that PCI
3896 memory is at from the physical address. In most situations these are
3897 mapped 1:1. However any code accessing the bus should use VIRT.
3898
3899 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3900 Acked-by: Andy Fleming <afleming@freescale.com>
3901
3902 commit a6e04c344ad1eefd47a75484441b385da815b8df
3903 Author: Kumar Gala <galak@kernel.crashing.org>
3904 Date: Tue Dec 2 16:08:38 2008 -0600
3905
3906 85xx: Use CONFIG_SYS_{PCI*,RIO*}_MEM_PHYS for physical address on FSL boards
3907
3908 Use the _MEM_PHYS defines instead of _MEM_BUS for LAW and real address fields
3909 of TLBs. This is what we should have always been using from the start.
3910
3911 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3912 Acked-by: Andy Fleming <afleming@freescale.com>
3913
3914 commit 5f91ef6acdbadec33e0192049e2b24a1d9692f1d
3915 Author: Kumar Gala <galak@kernel.crashing.org>
3916 Date: Tue Dec 2 16:08:37 2008 -0600
3917
3918 85xx: Convert CONFIG_SYS_PCI*_IO_BASE to _IO_BUS for FSL boards
3919
3920 Use CONFIG_SYS_PCI*_IO_BUS for the bus relative address instead
3921 of _IO_BASE so we are more explicit.
3922
3923 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3924
3925 commit 10795f42cb94e71bcb262b615084f69dd886399a
3926 Author: Kumar Gala <galak@kernel.crashing.org>
3927 Date: Tue Dec 2 16:08:36 2008 -0600
3928
3929 85xx: Convert CONFIG_SYS_{PCI*,RIO*}_MEM_BASE to _MEM_BUS for FSL boards
3930
3931 Use CONFIG_SYS_{PCI,RIO}_MEM_BUS for the bus relative address instead
3932 of _MEM_BASE so we are more explicit.
3933
3934 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3935 Acked-by: Andy Fleming <afleming@freescale.com>
3936
3937 commit c953ddfd56b3ae3f28910fe3aed6de6968d1c9aa
3938 Author: Kumar Gala <galak@kernel.crashing.org>
3939 Date: Tue Dec 2 14:19:34 2008 -0600
3940
3941 85xx: separate FLASH BASE virtual from physical address
3942
3943 Added a CONFIG_SYS_FLASH_BASE_PHYS for use as the physical address and
3944 maintain CONFIG_SYS_FLASH_BASE as the virtual address of the flash.
3945
3946 This allows us to deal with 36-bit phys on these boards in the future.
3947
3948 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3949 Acked-by: Andy Fleming <afleming@freescale.com>
3950
3951 commit 52b565f5ad23b682489055b187767d8bf1c2e444
3952 Author: Kumar Gala <galak@kernel.crashing.org>
3953 Date: Tue Dec 2 14:19:33 2008 -0600
3954
3955 85xx: separate PIXIS virtual from physical address
3956
3957 Added a PIXIS_BASE_PHYS for use as the physical address and maintain
3958 PIXIS_BASE as the virtual address of the PIXIS fpga registers.
3959
3960 This allows us to deal with 36-bit phys on these boards in the future.
3961
3962 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3963 Acked-by: Andy Fleming <afleming@freescale.com>
3964
3965 commit 30837e5b21d5a742983581ab9ee3fac085311d19
3966 Author: Haiying Wang <Haiying.Wang@freescale.com>
3967 Date: Tue Nov 11 08:52:09 2008 -0500
3968
3969 Add README file for MPC8572DS board
3970
3971 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
3972 Acked-by: Andy Fleming <afleming@freescale.com>
3973
3974 commit 6dadc9195ad642cc662632f4d92f92d3d71e8bf2
3975 Author: Mike Frysinger <vapier@gentoo.org>
3976 Date: Mon Oct 20 16:15:04 2008 -0400
3977
3978 Blackfin: use common strmhz() in system output
3979
3980 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3981
3982 commit 5bb907a4925397789c90d074f4f7e92ce6b39402
3983 Author: Ron Madrid <ron_madrid@sbcglobal.net>
3984 Date: Thu Jan 22 15:05:24 2009 -0800
3985
3986 mpc83xx: New board support for SIMPC8313
3987
3988 This patch will create a new board, SIMPC8313, from Sheldon Instruments. This
3989 board boots from NAND devices and is configureable for either large or small
3990 page devices. The board supports non-soldered DDR2, one ethernet port, a
3991 Marvell 88E1118 PHY, and PCI host support. The board also has a FPGA connected
3992 to the eLBC providing glue logic to a TMS320C67xx DSP.
3993
3994 Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net>
3995 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
3996
3997 commit d4bade8d77aa20e2846fa4accff0e7fa7961a134
3998 Author: Mike Frysinger <vapier@gentoo.org>
3999 Date: Sun Jan 18 19:46:06 2009 -0500
4000
4001 nand: fixup printf modifiers to match types used
4002
4003 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4004 Signed-off-by: Scott Wood <scottwood@freescale.com>
4005
4006 commit 389e6620e2271096df3316917528003627db4021
4007 Author: Schlaegl Manfred jun <manfred.schlaegl@gmx.at>
4008 Date: Tue Jan 20 16:57:55 2009 +0100
4009
4010 nand read.jffs2 (nand_legacy) in common/cmd_nand.c
4011
4012 Error with CONFIG_NAND_LEGACY in common/cmd_nand.c:
4013 With current code "nand read.jffs2s" (read and skip bad blocks) is always interpreted as
4014 "nand read.jffs2" (read and fill bad blocks with 0xff). This is because ".jffs2" is
4015 tested before ".jffs2s" and only the first two characters are compared.
4016
4017 Correction:
4018 Test for ".jffs2s" first and compare the first 7 characters.
4019
4020 Signed-off-by: Scott Wood <scottwood@freescale.com>
4021
4022 commit 6c869637fef31e66380f0ea1d49690a2e26ec0d7
4023 Author: Wolfgang Grandegger <wg@grandegger.com>
4024 Date: Fri Jan 16 18:55:54 2009 +0100
4025
4026 NAND: rename NAND_MAX_CHIPS to CONFIG_SYS_NAND_MAX_CHIPS
4027
4028 This patch renames NAND_MAX_CHIPS to CONFIG_SYS_NAND_MAX_CHIPS and
4029 changes the default from 8 to 1 for the legacy and the new MTD
4030 NAND layer. This allows to remove all NAND_MAX_CHIPS definitions
4031 in the board config files because none of the boards use multi
4032 chip support (NAND_MAX_CHIPS > 1) so far. The bamboo and the DU440
4033 define
4034
4035 #define NAND_MAX_CHIPS CONFIG_SYS_MAX_NAND_DEVICE
4036
4037 but that's bogus and did not work anyhow.
4038
4039 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
4040 Signed-off-by: Scott Wood <scottwood@freescale.com>
4041
4042 commit c70564e6b1bd08f3230182392238907f3531a87e
4043 Author: Dave Liu <daveliu@freescale.com>
4044 Date: Tue Dec 2 11:48:51 2008 +0800
4045
4046 NAND: Fix cache and memory inconsistency issue
4047
4048 We load the secondary stage u-boot image from NAND to
4049 system memory by nand_load, but we did not flush d-cache
4050 to memory, nor invalidate i-cache before we jump to RAM.
4051 When the system has cache enabled and the TLB/page attribute
4052 of system memory is cacheable, it will cause issues.
4053
4054 - 83xx family is using the d-cache lock, so all of d-cache
4055 access is cache-inhibited. so you can't see the issue.
4056 - 85xx family is using d-cache, i-cache enable, partial
4057 cache lock. you will see the issue.
4058
4059 This patch fixes the cache issue.
4060
4061 Signed-off-by: Dave Liu <daveliu@freescale.com>
4062 Signed-off-by: Scott Wood <scottwood@freescale.com>
4063
4064 commit 50657c273278f74378e1ac39b41d612b92fdffa0
4065 Author: Nishanth Menon <menon.nishanth@gmail.com>
4066 Date: Sat Dec 13 09:43:06 2008 -0600
4067
4068 NAND: Enable nand lock, unlock feature
4069
4070 Enable nand lock, unlock and status of lock feature.
4071 Not every device and platform requires this, hence,
4072 it is under define for CONFIG_CMD_NAND_LOCK_UNLOCK
4073
4074 Nand unlock and status operate on block boundary instead
4075 of page boundary. Details in:
4076 http://www.micron.com/products/partdetail?part=MT29C2G24MAKLAJG-6%20IT
4077
4078 Intial solution provided by Vikram Pandita <vikram.pandita@ti.com>
4079 Includes preliminary suggestions from Scott Wood
4080
4081 Signed-off-by: Nishanth Menon <nm@ti.com>
4082 Signed-off-by: Scott Wood <scottwood@freescale.com>
4083
4084 commit 69fb8be4fc07162fdf6edf04bdc7233b0e9a920e
4085 Author: Mike Frysinger <vapier@gentoo.org>
4086 Date: Sat Dec 6 02:40:55 2008 -0500
4087
4088 NAND: move board_nand_init to nand.h
4089
4090 Rather than putting the function prototype for board_nand_init() in the one
4091 place where it gets called, put it into nand.h so that every place that also
4092 defines it gets the prototype. Otherwise, errors can go silently unnoticed
4093 such as using the wrong return value (void rather than int) when defining
4094 the function.
4095
4096 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4097 Signed-off-by: Scott Wood <scottwood@freescale.com>
4098
4099 commit 1ae39862044ebb1e682234b51f94421e3f871d6a
4100 Author: Stefan Roese <sr@denx.de>
4101 Date: Tue Dec 2 11:06:47 2008 +0100
4102
4103 OneNAND: Additional sync with 2.6.27
4104
4105 - Add subpage write support
4106 - Add onenand_oob_64/32 ecclayout
4107
4108 This has been missing and without it UBI has some incompatibilies issues
4109 with the current (>= 2.6.27) Linux kernel version. vid_hdr_offset is
4110 placed differently (2048 instead of 512) without this fix.
4111
4112 Signed-off-by: Stefan Roese <sr@denx.de>
4113 Signed-off-by: Scott Wood <scottwood@freescale.com>
4114
4115 commit 1714f51a2009baaecf3d4f6e3bd8c4e93a8d3f23
4116 Author: Kyungmin Park <kmpark@infradead.org>
4117 Date: Thu Nov 13 15:14:33 2008 +0900
4118
4119 Add markbad function
4120
4121 Add missing markbad function
4122 If not, it's hang when it entered the mtd->mark_bad().
4123
4124 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
4125
4126 commit c438ea175d8d002c1063b7a94b0c0e26668d1ac9
4127 Author: Stefan Roese <sr@denx.de>
4128 Date: Wed Nov 12 13:47:24 2008 +0100
4129
4130 OneNAND: Bad block aware read/write command support
4131
4132 Update OneNAND command to support bad block awareness.
4133 Also change the OneNAND command style to better match the
4134 NAND version.
4135
4136 Signed-off-by: Stefan Roese <sr@denx.de>
4137 Acked-by: Kyungmin Park <kyungmin.park@samsung.com>
4138
4139 commit 8cf11f3aa78673730e9ecbbe4b75213b53f212c8
4140 Author: Stefan Roese <sr@denx.de>
4141 Date: Tue Nov 11 10:29:09 2008 +0100
4142
4143 OneNAND: Save version_id in onenand_chip struct
4144
4145 The version (ver_id) was not stored in the onenand_chip structure and
4146 because of this the continuous locking scheme could be enabled on some
4147 chips.
4148
4149 Signed-off-by: Stefan Roese <sr@denx.de>
4150
4151 commit 4fca3310d611cc0f51d7295ef3557afbdbd91dc3
4152 Author: Stefan Roese <sr@denx.de>
4153 Date: Tue Nov 11 10:28:53 2008 +0100
4154
4155 OneNAND: Fix compiler warnings
4156
4157 Signed-off-by: Stefan Roese <sr@denx.de>
4158
4159 commit 1ac5744e33ee0aa6d6ddab3b99f9e70953156e69
4160 Author: Dave Liu <daveliu@freescale.com>
4161 Date: Tue Nov 4 14:55:06 2008 +0800
4162
4163 mpc83xx: enable eLBC NAND support for MPC8315ERDB board
4164
4165 Signed-off-by: Dave Liu <daveliu@freescale.com>
4166
4167 commit ef0921d6b05aeb9034158f9bef5323d6da9c925e
4168 Author: Kyungmin Park <kmpark@infradead.org>
4169 Date: Tue Nov 4 09:24:07 2008 +0900
4170
4171 Sync with 2.6.27
4172
4173 Sync with OneNAND kernel codes
4174
4175 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
4176
4177 commit e7f325be9edeb84bb457301776bbac1f7257dafc
4178 Author: Michal Simek <monstr@monstr.eu>
4179 Date: Mon Jan 5 13:35:31 2009 +0100
4180
4181 microblaze: Use cache functions (especially cache status)
4182 in systems which are configured without flash
4183
4184 commit e9b737deb2c30125362d20e24170617476026e94
4185 Author: Michal Simek <monstr@monstr.eu>
4186 Date: Mon Jan 5 13:29:32 2009 +0100
4187
4188 microblaze: Add cache flush
4189
4190 commit b4f8dda35bfad447b4106828232705b2e878d168
4191 Author: Michal Simek <monstr@monstr.eu>
4192 Date: Mon Jan 5 13:28:40 2009 +0100
4193
4194 microblaze: Add bootup messages to board.c
4195
4196 commit 330e55459bc9983341da6c1d5c7fe00a664436fe
4197 Author: Michal Simek <monstr@monstr.eu>
4198 Date: Fri Dec 19 13:25:55 2008 +0100
4199
4200 microblaze: Change microblaze-generic config file
4201
4202 Signed-off-by: Michal Simek <monstr@monstr.eu>
4203
4204 commit 52a822ed9c37a2ea0ed112a26d8ff5a6cb1c6f10
4205 Author: Michal Simek <monstr@monstr.eu>
4206 Date: Fri Dec 19 13:14:05 2008 +0100
4207
4208 microblaze: Rename ml401 to microblaze-generic
4209
4210 Signed-off-by: Michal Simek <monstr@monstr.eu>
4211
4212 commit 6677876181cc8772bca8a372479a500d160f3993
4213 Author: Scott Wood <scottwood@freescale.com>
4214 Date: Tue Jan 20 11:56:11 2009 -0600
4215
4216 83xx: Use the proper sequence for updating IMMR.
4217
4218 This ensures that subsequent accesses properly hit the new window.
4219
4220 The dcbi during the NAND loop was accidentally working around this;
4221 it's no longer necessary, as the cache is not enabled.
4222
4223 Reported-by: Suchit Lepcha <Suchit.Lepcha@freescale.com>
4224 Signed-off-by: Scott Wood <scottwood@freescale.com>
4225 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
4226
4227 commit 8b34557c546e5e9f34ebf83c93413dad973d93df
4228 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
4229 Date: Thu Jan 8 04:26:19 2009 +0300
4230
4231 mpc83xx: Add PCI-E support for MPC837XEMDS boards
4232
4233 MPC837XEMDS boards can support PCI-E via "PCI-E riser card". The card
4234 provides two PCI-E (x2) ports. Though, only one port can be used in x2
4235 mode. Two ports can function simultaneously in x1 mode.
4236
4237 PCI-E x1/x2 modes can be switched via "pex_x2" environment variable.
4238
4239 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
4240 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
4241
4242 commit 8f11e34b31a7be124a3239653f33af9510502045
4243 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
4244 Date: Thu Jan 8 04:26:17 2009 +0300
4245
4246 mpc83xx: Add PCI-E support for MPC8315ERDB boards
4247
4248 MPC8315ERDB boards features PCI-E x1 and Mini PCI-E x1 ports. Let's
4249 support them.
4250
4251 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
4252 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
4253
4254 commit fd6646c0b9ebe7e5afc4ae4c78097d9cd317a5e8
4255 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
4256 Date: Thu Jan 8 04:26:12 2009 +0300
4257
4258 mpc83xx: Add support for MPC83xx PCI-E controllers
4259
4260 This patch adds support for MPC83xx PCI-E controllers in Root Complex
4261 mode.
4262
4263 The patch is based on Tony Li and Dave Liu work[1].
4264
4265 Though unlike the original patch, by default we don't register PCI-E
4266 buses for use in U-Boot, we only configure the controllers for future
4267 use in other OSes (Linux). This is done because we don't have enough
4268 of spare BATs to map all the PCI-E regions.
4269
4270 To actually use PCI-E in U-Boot, users should explicitly define
4271 CONFIG_83XX_GENERIC_PCIE_REGISTER_HOSES symbol in the board file. And
4272 only then U-Boot will able to access PCI-E, but at the cost of disabled
4273 address translation.
4274
4275 [1] http://lists.denx.de/pipermail/u-boot/2008-January/027630.html
4276
4277 Signed-off-by: Tony Li <tony.li@freescale.com>
4278 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
4279 Acked-by: Dave Liu <daveliu@freescale.com>
4280 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
4281
4282 commit 88ecf55cabd7aea28fe8093720e208f53ccfdcf5
4283 Author: Ira Snyder <iws@ovro.caltech.edu>
4284 Date: Mon Jan 12 13:33:17 2009 -0800
4285
4286 MPC8349EMDS: do not setup unused PCI clock outputs in PCI agent mode
4287
4288 When running in PCI agent mode, the PCI_CLK_OUT signals are not used, so do
4289 not enable them. See the MPC8349EA Reference Manual, Section 4.4.2
4290 "Clocking in PCI Agent Mode".
4291
4292 Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
4293 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
4294
4295 commit 75f35209f702bb26826855ed8c8e4d108ab5f412
4296 Author: Ira Snyder <iws@ovro.caltech.edu>
4297 Date: Mon Jan 12 13:32:26 2009 -0800
4298
4299 83xx: PCI agent mode fixes for multi-board systems
4300
4301 When running a system with 2 or more MPC8349EMDS boards in PCI agent mode,
4302 the boards will lock up the PCI bus by scanning against each other.
4303
4304 The boards lock against each other by trying to access the PCI bus before
4305 clearing their configuration lock bit. Both boards end up in a loop,
4306 sending and receiving "Target Not Ready" messages forever.
4307
4308 When running in PCI agent mode, the scanning now takes place after the
4309 boards have cleared their configuration lock bit.
4310
4311 Also, add a missing declaration to the mpc83xx.h header file, fixing a
4312 build warning.
4313
4314 Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
4315 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
4316
4317 commit 455a46915b82896cc2070eb326d075555c2bc580
4318 Author: Ron Madrid <ron_madrid@sbcglobal.net>
4319 Date: Fri Dec 12 13:12:45 2008 -0800
4320
4321 mpc83xx: Size optimization of start.S
4322
4323 Currently there are in excess of 100 bytes located at the beginning of the image
4324 built by start.S that are not being utilized. This patch moves a few functions
4325 into this part of the image. This will create a greater number of *available*
4326 bytes that can be used by board specific code in NAND builds and will decrease
4327 the size of the assembled code in other builds.
4328
4329 Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net>
4330 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
4331
4332 commit 72d15e705bc3983884105cb7755c7ba80e74a0a5
4333 Author: Wolfgang Denk <wd@denx.de>
4334 Date: Wed Jan 21 23:08:12 2009 +0100
4335
4336 Prepare v2009.01
4337
4338 Signed-off-by: Wolfgang Denk <wd@denx.de>
4339
4340 commit 635e5f8fc82365e6e9734b3132bc95135a6de679
4341 Author: Wolfgang Denk <wd@denx.de>
4342 Date: Sun Jan 18 21:37:48 2009 +0100
4343
4344 Prepare 2009.01-rc3
4345
4346 Update CHANGELOG
4347
4348 Signed-off-by: Wolfgang Denk <wd@denx.de>
4349
4350 commit 4cda437898f7873752f0201757cd33f12196ce87
4351 Author: Mike Frysinger <vapier@gentoo.org>
4352 Date: Sat Jan 17 13:32:42 2009 -0500
4353
4354 build system: treat all Darwin's alike
4355
4356 The x86 based version of Darwin behaves the same quirky way as the powerpc
4357 Darwin, so only check HOSTOS when setting up Darwin workarounds.
4358
4359 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4360
4361 commit c088a108c75db565e07292fd668dfa5491e85bc2
4362 Author: Peter Korsgaard <jacmet@sunsite.dk>
4363 Date: Wed Jan 14 13:52:24 2009 +0100
4364
4365 fdt_resize(): fix actualsize calculations with unaligned blobs
4366
4367 The code in fdt_resize() to extend the fdt size to end on a page boundary
4368 is wrong for fdt's not located at an address aligned on a page boundary.
4369 What's even worse, the code would make actualsize shrink rather than grow
4370 if (blob & 0xfff) was bigger than the amount of padding added by ALIGN(),
4371 causing fdt_add_mem_rsv to fail.
4372
4373 Fix it by aligning end address (blob + size) to a page boundary instead.
4374 For aligned fdt's this is equivalent to what we had before.
4375
4376 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
4377
4378 commit fadad1573fb16c90025f08a2861d6047d093cba7
4379 Author: Mike Frysinger <vapier@gentoo.org>
4380 Date: Fri Jan 9 04:38:17 2009 -0500
4381
4382 ncb: use socklen_t
4383
4384 The recvfrom() function takes a socklen_t, not an int.
4385
4386 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4387
4388 commit fc83c9273cec6e6e542f4a0ea3b653b7d0513ffa
4389 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4390 Date: Sun Jan 11 16:35:16 2009 +0100
4391
4392 sh: serial: use readx/writex accessors
4393
4394 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4395 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
4396
4397 commit 9e1fa628bdb64745811cdd26c4f953846c076180
4398 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4399 Date: Sun Jan 11 16:35:15 2009 +0100
4400
4401 sh: serial: coding style cleanup
4402
4403 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4404 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
4405
4406 commit c9935c992575922b7ef13eec0656ed8665d324e3
4407 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
4408 Date: Sun Jan 11 17:48:56 2009 +0900
4409
4410 sh: Fix compile error on lowlevel_init file
4411
4412 lowlevel_init of SH was corrected to use the write/readXX macro.
4413 However, there was a problem that was not able to be compiled partially.
4414 This patch corrected this.
4415
4416 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
4417
4418 commit a5b04d00bfeb940c62232972ce644d50b45797f9
4419 Author: Kieran Bingham <kieranbingham@gmail.com>
4420 Date: Tue Dec 30 01:16:03 2008 +0000
4421
4422 sh: Fix up rsk7203 target for out of tree build
4423
4424 Fix up rsk7203 target to build successfully using out-of-tree build.
4425
4426 Signed-off-by: Kieran Bingham <kbingham@mpc-data.co.uk>
4427 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
4428
4429 commit f7e78f3b74aae9caca2997bad865a72338326c0a
4430 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4431 Date: Sat Dec 20 19:29:49 2008 +0100
4432
4433 sh: use write{8,16,32} in all lowlevel_init
4434
4435 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4436 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
4437
4438 commit e4430779623af500de1cee7892c379f07ef59813
4439 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4440 Date: Sat Dec 20 19:29:48 2008 +0100
4441
4442 sh: lowlevel_init coding style cleanup
4443
4444 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4445 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
4446
4447 commit 85cb052ee41675ca361e6a4c69455dc715c8f2d9
4448 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4449 Date: Sat Dec 20 15:27:45 2008 +0100
4450
4451 sh: update sh2/sh2a timer coding style
4452
4453 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4454 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
4455
4456 commit 1e15ff999322e81af4c0c0c548908f38944ba39c
4457 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4458 Date: Sat Dec 20 15:25:22 2008 +0100
4459
4460 sh: update sh timer coding style
4461
4462 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4463 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
4464
4465 commit 0e3ece33801e377be67ffa29f083421ad820f28b
4466 Author: Wolfgang Denk <wd@denx.de>
4467 Date: Wed Jan 14 23:26:05 2009 +0100
4468
4469 Prepare 2009.01-rc2
4470
4471 Update CHANGELOG.
4472
4473 Signed-off-by: Wolfgang Denk <wd@denx.de>
4474
4475 commit e92c9a860e44c14513c8909ce4299e253a775eeb
4476 Author: Wolfgang Denk <wd@denx.de>
4477 Date: Wed Jan 14 22:35:30 2009 +0100
4478
4479 cpu/mpc824x/Makefile: fix warning with parallel builds
4480
4481 Parallel builds would occasionally issue this build warning:
4482
4483 ln: creating symbolic link `cpu/mpc824x/bedbug_603e.c': File exists
4484
4485 Use "ln -sf" as quick work around for the issue.
4486
4487 Signed-off-by: Wolfgang Denk <wd@denx.de>
4488
4489 commit 3ba605d4beec649438539e7df97b5fedb26592fb
4490 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
4491 Date: Fri Jan 2 12:18:49 2009 +0100
4492
4493 ppc4xx: Add loadpci command to esd's CPCI4052 and CPCI405AB boards
4494
4495 This patch adds esd's loadpci BSP command to CPCI4052 and
4496 CPCI405AB board. This requires CONFIG_CMD_BSP and CONFIG_PRAM.
4497
4498 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
4499 Signed-off-by: Stefan Roese <sr@denx.de>
4500
4501 commit 600fe46fb3dab7f07604f9009904f31584415114
4502 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
4503 Date: Fri Jan 2 12:18:12 2009 +0100
4504
4505 ppc4xx: Disable pci node in device tree on CPCI405 pci adapters
4506
4507 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
4508 Signed-off-by: Stefan Roese <sr@denx.de>
4509
4510 commit f6a1f490d224c600a09137e58d1026d150b8e679
4511 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
4512 Date: Fri Jan 2 12:17:36 2009 +0100
4513
4514 ppc4xx: Cleanup CPCI405 board code
4515
4516 This patch cleans up CPCI405 board support:
4517 - wrap long lines
4518 - unification of spaces in function calls
4519 - remove dead code
4520
4521 Use correct io accessors on peripherals.
4522
4523 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
4524 Signed-off-by: Stefan Roese <sr@denx.de>
4525
4526 commit fceebb45a0b97e92f9889861f8c3b9cb885e706f
4527 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
4528 Date: Fri Jan 2 12:16:35 2009 +0100
4529
4530 ppc4xx: Enable auto RS485 mode on PLU405 boards
4531
4532 This patch turns on the auto RS485 mode in the 2nd external
4533 uart on PLU405 boards. This is a special mode of the used
4534 Exar XR16C2850 uart. Because these boards only have a 485 physical
4535 layer connected it's a good idea to turn it on by default.
4536
4537 Signed-off-by: Matthias Fuchs <mf@esd.eu>
4538 Signed-off-by: Stefan Roese <sr@denx.de>
4539
4540 commit b5f65dfa9aa8e068e62aba4733dc4fd97b1d9bf6
4541 Author: Haiying Wang <Haiying.Wang@freescale.com>
4542 Date: Tue Jan 13 16:29:28 2009 -0500
4543
4544 Some changes of TLB entry setting for MPC8572DS
4545
4546 - Move the TLB entry of PIXIS_BASE from TLB0 to TLB1[8], because in CAMP mode,
4547 all the TLB0 entries will be invalidated after cpu1 brings up kernel, thus cpu0
4548 can not access PIXIS_BASE anymore (any access will cause DataTLBError exception)
4549
4550 - Set CONFIG_SYS_DDR_TLB_START to 9 for MPC8572DS board.
4551
4552 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
4553
4554 commit 950264317eb9594b2b5ee2fb65206200a1c6007a
4555 Author: Haiying Wang <Haiying.Wang@freescale.com>
4556 Date: Tue Jan 13 16:29:22 2009 -0500
4557
4558 Change DDR tlb start entry to CONFIG param for 85xx
4559
4560 So that we can locate the DDR tlb start entry to the value other than 8. By
4561 default, it is still 8.
4562
4563 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
4564
4565 commit 6d3a10f73ece7ffb736890c10e023222612a4aa0
4566 Author: Roy Zang <tie-fei.zang@freescale.com>
4567 Date: Fri Jan 9 16:02:35 2009 +0800
4568
4569 Change PCIE1&2 deciide logic on MPC8544DS board more readable
4570
4571 The IO port selection for MPC8544DS board:
4572 Port cfg_io_ports
4573 PCIE1 0x2, 0x3, 0x4, 0x5, 0x6, 0x7
4574 PCIE2 0x4, 0x5, 0x6, 0x7
4575 PCIE3 0x6, 0x7
4576 This patch changes the PCIE12 and PCIE2 logic more readable.
4577 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
4578
4579 commit 028e116811d28a031660f1ad9e20ac1293b3c5c7
4580 Author: Roy Zang <tie-fei.zang@freescale.com>
4581 Date: Fri Jan 9 16:01:52 2009 +0800
4582
4583 PCIE2 and PCIE3 are decided by corresponing bit in devdisr instead of PCIE1 bit
4584
4585 PCIE2 and PCIE3 should be decided by corresponing bit in devdisr instead of
4586 PCIE1 bit.
4587 On MPC8572DS board, PCIE refers to PCIE1.
4588 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
4589
4590 commit 9afc2ef0307aecf52482df67c31b75d5f9e66b47
4591 Author: Roy Zang <tie-fei.zang@freescale.com>
4592 Date: Fri Jan 9 16:00:55 2009 +0800
4593
4594 Fix IO port selection issue on MPC8544DS and MPC8572DS boards
4595
4596 The IO port selection is not correct on MPC8572DS and MPC8544DS board.
4597 This patch fixes this issue.
4598 For MPC8572
4599 Port cfg_io_ports
4600 PCIE1 0x2, 0x3, 0x7, 0xb, 0xc, 0xf
4601 PCIE2 0x3, 0x7
4602 PCIE3 0x7
4603
4604 For MPC8544
4605 Port cfg_io_ports
4606 PCIE1 0x2, 0x3, 0x4, 0x5, 0x6, 0x7
4607 PCIE2 0x4, 0x5, 0x6, 0x7
4608 PCIE3 0x6, 0x7
4609 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
4610
4611 commit 3e3fffe3baf3befde287fec1fcbfe55052fb8946
4612 Author: Becky Bruce <beckyb@kernel.crashing.org>
4613 Date: Wed Dec 3 22:36:44 2008 -0600
4614
4615 mpc8610hpcd: Fix PCI mapping concepts
4616
4617 Rename _BASE to _BUS, as it's actually a PCI bus address,
4618 separate virtual and physical addresses into _VIRT and _PHYS,
4619 and use each appopriately. This makes the code easier to read
4620 and understand, and facilitates mapping changes going forward.
4621
4622 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
4623
4624 commit 79e436cad3b4a7db88408c3f05175028f30d700d
4625 Author: Becky Bruce <beckyb@kernel.crashing.org>
4626 Date: Wed Dec 3 22:36:26 2008 -0600
4627
4628 sbc8641d: Fix PCI mapping concepts
4629
4630 Rename _BASE to _BUS, as it's actually a PCI bus address,
4631 separate virtual and physical addresses into _VIRT and _PHYS,
4632 and use each appopriately. This makes the code easier to read
4633 and understand, and facilitates mapping changes going forward.
4634
4635 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
4636
4637 commit a9f3acbcd07da72b5446ce557531a3ed8b8beff0
4638 Author: Wolfgang Denk <wd@denx.de>
4639 Date: Mon Jan 12 14:50:35 2009 +0100
4640
4641 MPC86xx: fix build warnings
4642
4643 Signed-off-by: Wolfgang Denk <wd@denx.de>
4644
4645 commit 032a1c934ef4dc003281f57302b6e693062c1868
4646 Author: Mike Frysinger <vapier@gentoo.org>
4647 Date: Mon Jan 5 16:09:44 2009 -0500
4648
4649 bf537-stamp/nand: fix board_nand_init prototype
4650
4651 The board_nand_init() function should return an int, not void.
4652
4653 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4654
4655 commit 687f952e4119594ab913be11c90f7f018c2a7a79
4656 Author: Mike Frysinger <vapier@gentoo.org>
4657 Date: Thu Dec 11 07:04:48 2008 -0500
4658
4659 Blackfin: drop CONFIG_SPI handling in board init
4660
4661 The eeprom SPI init functions are duplicated as the common code already
4662 executes these for us.
4663
4664 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4665
4666 commit e7e684b10d73a303902208594c7c3e7e0d753282
4667 Author: Mike Frysinger <vapier@gentoo.org>
4668 Date: Fri Oct 24 17:51:57 2008 -0400
4669
4670 Blackfin: fix out-of-tree building with ldscripts
4671
4672 Many of the Blackfin board linker scripts are preprocessed, so make sure we
4673 output the linker script into the build tree rather than the source tree.
4674
4675 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4676
4677 commit b9eecc342f767b50e1476fbc1aad7d88dd4ce5eb
4678 Author: Mike Frysinger <vapier@gentoo.org>
4679 Date: Fri Oct 24 17:48:54 2008 -0400
4680
4681 Blackfin: fix linker scripts to work with --gc-sections
4682
4683 Make sure all .text sections get pulled in and the entry point is properly
4684 referenced so they don't get discarded when linking with --gc-sections.
4685
4686 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4687
4688 commit 509fc553bc6087a6f705b3bf52f3950d7d1eaa58
4689 Author: Mike Frysinger <vapier@gentoo.org>
4690 Date: Sat Oct 11 20:45:44 2008 -0400
4691
4692 Blackfin: set proper LDRFLAGS for parallel booting LDRs
4693
4694 In order to boot an LDR out of parallel flash, the ldr utility needs a few
4695 flags to tell it to generate the right header.
4696
4697 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4698
4699 commit 3dd9395a0d7ce69a335d0e743c04b9caedd681d3
4700 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4701 Date: Tue Jan 6 21:41:59 2009 +0100
4702
4703 at91rm9200: move define from lowlevel_init to header
4704
4705 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4706
4707 commit 8a48686fac2030287765f1970ea046bd5734b733
4708 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4709 Date: Sat Jan 3 17:22:26 2009 +0100
4710
4711 m501sk: move to the common memory setup
4712
4713 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4714
4715 commit d481c80d78f954133c035dae6c7d22de3625795d
4716 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4717 Date: Sat Jan 3 17:22:25 2009 +0100
4718
4719 at91rm9200: rename lowlevel init value to CONFIG_SYS_
4720
4721 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4722
4723 commit 4e170b16625291aa10d0d9abc3f34e8a5945d157
4724 Author: Nicolas Ferre <nicolas.ferre@atmel.com>
4725 Date: Tue Jan 6 21:13:14 2009 +0100
4726
4727 at91: add at91sam9xeek board support
4728
4729 At91sam9xe is basically an at91sam9260 with embedded flash. We can manage
4730 it as another entry for at91sam9260 in the Makefile.
4731
4732 Check documentation at :
4733 http://www.atmel.com/dyn/products/product_card.asp?part_id=4263
4734
4735 Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
4736 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4737
4738 commit 9ffd53db870a7da134f9a1ae76894a6b31237be5
4739 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4740 Date: Tue Jan 6 21:15:57 2009 +0100
4741
4742 fix bmp_logo.h make dependencies to allow parallel build
4743
4744 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4745
4746 commit e12d9a8fb48d24176efffccc072b445e60a3afe4
4747 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4748 Date: Sat Jan 3 17:22:24 2009 +0100
4749
4750 at91: Fix Atmel's at91sam9 boards out of tree build
4751
4752 introduced in commit 89a7a87f084c
4753
4754 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4755
4756 commit 0668236bafaa1c11c521652a2facebc74beecbf0
4757 Author: Wolfgang Denk <wd@denx.de>
4758 Date: Tue Dec 30 22:56:11 2008 +0100
4759
4760 README: update mailing list name and hits to patch submission.
4761
4762 Signed-off-by: Wolfgang Denk <wd@denx.de>
4763
4764 commit d9011f9b75561a0bd9254934c2bb2bc799d4f645
4765 Author: Peter Tyser <ptyser@xes-inc.com>
4766 Date: Tue Dec 23 16:32:01 2008 -0600
4767
4768 85xx: Enable inbound PCI config cycles for X-ES boards cleanup
4769
4770 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
4771
4772 commit 1f03cbfae221b24ba1341a0a3f62ff01c5c874df
4773 Author: Peter Tyser <ptyser@xes-inc.com>
4774 Date: Tue Dec 23 16:32:00 2008 -0600
4775
4776 XPedite5200 board support cleanup
4777
4778 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
4779
4780 commit fea91edee8ae0295e3c30b1ff544df51f4d668e1
4781 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4782 Date: Tue Dec 2 21:58:04 2008 +0100
4783
4784 usb_kbd: fix usb_kbd_deregister when DEVICE_DEREGISTER not enable
4785
4786 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4787 Signed-off-by: Remy Böhmer <linux@bohmer.net>
4788
4789 commit ada591d2a0ecff5f9bc5ed1ebf310f439c3d0a28
4790 Author: Trent Piepho <tpiepho@freescale.com>
4791 Date: Wed Dec 3 15:16:37 2008 -0800
4792
4793 mpc8[56]xx: Put localbus clock in sysinfo and gd
4794
4795 Currently MPC85xx and MPC86xx boards just calculate the localbus frequency
4796 and print it out, but don't save it.
4797
4798 This changes where its calculated and stored to be more consistent with the
4799 CPU, CCB, TB, and DDR frequencies and the MPC83xx localbus clock.
4800
4801 The localbus frequency is added to sysinfo and calculated when sysinfo is
4802 set up, in cpu/mpc8[56]xx/speed.c, the same as the other frequencies are.
4803
4804 get_clocks() copies the frequency into the global data, as the other
4805 frequencies are, into a new field that is only enabled for MPC85xx and
4806 MPC86xx.
4807
4808 checkcpu() in cpu/mpc8[56]xx/cpu.c will print out the local bus frequency
4809 from sysinfo, like the other frequencies, instead of calculating it on the
4810 spot.
4811
4812 Signed-off-by: Trent Piepho <tpiepho@freescale.com>
4813 Acked-by: Kumar Gala <galak@kernel.crashing.org>
4814 Acked-by: Jon Loeliger <jdl@freescale.com>
4815
4816 commit 9863d6aca11405e1e0d8aba2045d78aeec4d4ee7
4817 Author: Trent Piepho <tpiepho@freescale.com>
4818 Date: Wed Dec 3 15:16:36 2008 -0800
4819
4820 mpc86xx: Double local bus clock divider
4821
4822 The local bus clock divider should be doubled for both 8610 and 8641.
4823
4824 Signed-off-by: Trent Piepho <tpiepho@freescale.com>
4825 Acked-by: Kumar Gala <galak@kernel.crashing.org>
4826 Acked-by: Jon Loeliger <jdl@freescale.com>
4827
4828 commit 446c381e3e16f19857b72ea0d06241267b8b9d58
4829 Author: Trent Piepho <tpiepho@freescale.com>
4830 Date: Wed Dec 3 15:16:35 2008 -0800
4831
4832 mpc8568: Double local bus clock divider
4833
4834 The clock divider for the MPC8568 local bus should be doubled, like the
4835 other newer MPC85xx chips.
4836
4837 Since there are now more chips with a 2x divider than a 1x, and any new
4838 85xx chips will probably be 2x, invert the sense of the #if so that it
4839 lists the 1x chips instead of the 2x ones.
4840
4841 Signed-off-by: Trent Piepho <tpiepho@freescale.com>
4842 Acked-by: Kumar Gala <galak@kernel.crashing.org>
4843 Acked-by: Jon Loeliger <jdl@freescale.com>
4844
4845 commit f51f07eb58fad12de9294ba4ee6c09a0ddeaee03
4846 Author: Dave Liu <daveliu@freescale.com>
4847 Date: Tue Dec 16 12:09:27 2008 +0800
4848
4849 85xx: Fix the boot window issue
4850
4851 If one custom board is using the 8MB flash, it is set
4852 as FLASH_BASE = 0xef000000, TEXT_BASE = 0xef780000.
4853 The current start.S code will be broken at switch_as.
4854
4855 It is because the TLB1[15] is set as 16MB page size,
4856 EPN = TEXT_BASE & 0xff000000, RPN = 0xff000000.
4857
4858 For the 8MB flash case, the EPN = 0xefxxxxxx,
4859 RPN = 0xffxxxxxx. Assume the virt address of switch_as
4860 is 0xef7ff18c, the real address of the instruction at
4861 switch_as should be 0xff7ff18c. the 0xff7ff18c is out
4862 of the range of the default 8MB boot LAW window
4863 0xff800000 - 0xffffffff.
4864
4865 So when we switch to AS1 address space at switch_as,
4866 the core can't fetch the instruction at switch_as any
4867 more. It will cause broken issue.
4868
4869 Signed-off-by: Dave Liu <daveliu@freescale.com>
4870
4871 commit 58da8890d5fbd074746037722a423de9ac408616
4872 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
4873 Date: Thu Dec 11 15:47:50 2008 -0500
4874
4875 sbc8548: use proper PHY address
4876
4877 The values given for the PHY address were wrong, so the code
4878 read no valid PHY ID, and fell through to the generic PHY
4879 support, which would work on 1000M but would not auto negotiate
4880 down to 100M or 10M.
4881
4882 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
4883
4884 commit ad22f9273c6f24fbfa917e867680e9688e0c59c5
4885 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
4886 Date: Thu Dec 11 15:47:51 2008 -0500
4887
4888 sbc8548: enable command line editing by default.
4889
4890 Lets make things a bit more user friendly. It isn't 1985 anymore.
4891
4892 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
4893
4894 commit bd93105fa171184a71ca8b22be03dc2705cfbd3f
4895 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
4896 Date: Thu Dec 11 15:47:49 2008 -0500
4897
4898 sbc8548: don't enable the 3rd and 4th eTSEC
4899
4900 These interfaces don't have usable connectors on the board, so don't
4901 bother enumerating or configuring them.
4902
4903 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
4904
4905 commit 181a3650113883728927928b3ac81ad6dade4b2c
4906 Author: Haiying Wang <Haiying.Wang@freescale.com>
4907 Date: Wed Dec 3 10:08:19 2008 -0500
4908
4909 Set IVPR to kenrel entry point in second core boot page
4910
4911 Assuming the OSes exception vectors start from the base of kernel address, and
4912 the kernel physical starting address can be relocated to an non-zero address.
4913 This patch enables the second core to have a valid IVPR for debugger before
4914 kernel setting IVPR in CAMP mode. Otherwise, IVPR is 0x0 and it is not a valid
4915 value for second core which runs kernel at different physical address other
4916 than 0x0.
4917
4918 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
4919
4920 commit a5d212a263c58cc746481bf1fc878510533ce7d6
4921 Author: Trent Piepho <tpiepho@freescale.com>
4922 Date: Wed Dec 3 15:16:34 2008 -0800
4923
4924 mpc8xxx: LCRR[CLKDIV] is sometimes five bits
4925
4926 On newer CPUs, 8536, 8572, and 8610, the CLKDIV field of LCRR is five bits
4927 instead of four.
4928
4929 In order to avoid an ifdef, LCRR_CLKDIV is set to 0x1f on all systems. It
4930 should be safe as the fifth bit was defined as reserved and set to 0.
4931
4932 Code that was using a hard coded 0x0f is changed to use LCRR_CLKDIV.
4933
4934 Signed-off-by: Trent Piepho <tpiepho@freescale.com>
4935 Acked-by: Kumar Gala <galak@kernel.crashing.org>
4936 Acked-by: Jon Loeliger <jdl@freescale.com>
4937
4938 commit 58ec4866ed916c7e422f5107bb27b0822084728e
4939 Author: Trent Piepho <tpiepho@freescale.com>
4940 Date: Wed Dec 3 15:16:38 2008 -0800
4941
4942 mpc8[56]xx: Put localbus clock in device tree
4943
4944 Export the localbus frequency in the device tree, the same way the CPU, TB,
4945 CCB, and various other frequencies are exported in their respective device
4946 tree nodes.
4947
4948 Some localbus devices need this information to be programed correctly, so
4949 it makes sense to export it along with the other frequencies.
4950
4951 Unfortunately, when someone wrote the localbus dts bindings, they didn't
4952 bother to define what the "compatible" property should be. So it seems no
4953 one was quite sure what to put in their dts files.
4954
4955 Based on current existing dts files in the kernel source, I've used
4956 "fsl,pq3-localbus" and "fsl,elbc" for MPC85xx, which are used by almost all
4957 of the 85xx devices, and are looked for by the Linux code. The eLBC is
4958 apparently not entirely backward compatible with the pq3 LBC and so eLBC
4959 equipped platforms like 8572 won't use pq3-localbus.
4960
4961 For MPC86xx, I've used "fsl,elbc" which is used by some of the 86xx systems
4962 and is also looked for by the Linux code. On MPC8641, I've also used
4963 "fsl,mpc8641-localbus" as it is also commonly used in dts files, some of
4964 which don't use "fsl,elbc" or any other acceptable name to match on.
4965
4966 Signed-off-by: Trent Piepho <tpiepho@freescale.com>
4967 Acked-by: Kumar Gala <galak@kernel.crashing.org>
4968 Acked-by: Jon Loeliger <jdl@freescale.com>
4969
4970 commit 9d94aff699eed38b286814fcbb335f3eb8516a0e
4971 Author: Kumar Gala <galak@kernel.crashing.org>
4972 Date: Tue Dec 16 14:59:22 2008 -0600
4973
4974 NAND FSL elbc: Use virt_to_phys to determine which bank is in use
4975
4976 The current code that determines which bank/chipselect is used for a
4977 given NAND instance only worked for 32-bit addresses and assumed
4978 a 1:1 mapping. This breaks in 36-bit physical configs.
4979
4980 The proper way to handle this is to use the virt_to_phys() and
4981 BR_PHYS_ADDR() routinues to match the 34-bit lbc bus address
4982 with the the virtual address the NAND code uses.
4983
4984 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4985 Acked-by: Scott Wood <scottwood@freescale.com>
4986
4987 commit 77c8115b1f1871811633eae77a5a700fac1f0e50
4988 Author: Kumar Gala <galak@kernel.crashing.org>
4989 Date: Tue Dec 16 14:59:21 2008 -0600
4990
4991 ppc: Use addrmap in virt_to_phys and map_physmem.
4992
4993 If we have addr map support enabled use the mapping functions to
4994 implement virt_to_phys() and map_physmem().
4995
4996 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4997
4998 commit ecf5b98c7a6a2e2256dfddd48fab26678dcd6b90
4999 Author: Kumar Gala <galak@kernel.crashing.org>
5000 Date: Tue Dec 16 14:59:20 2008 -0600
5001
5002 85xx: Add support to populate addr map based on TLB settings
5003
5004 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5005
5006 commit 78bbc5ce151c5a484bb51bf1866b4a993ffc16ec
5007 Author: Peter Tyser <ptyser@xes-inc.com>
5008 Date: Mon Dec 1 13:47:13 2008 -0600
5009
5010 XPedite5200 board support
5011
5012 Initial support for Extreme Engineering Solutions XPedite5200 -
5013 a MPC8548-based PMC single board computer.
5014
5015 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
5016
5017 commit 487dcb4fb89be0992bc06ec1341090017bd9cf2f
5018 Author: Peter Tyser <ptyser@xes-inc.com>
5019 Date: Wed Oct 29 12:39:27 2008 -0500
5020
5021 85xx: Enable inbound PCI config cycles for X-ES boards
5022
5023 Update X-ES Freescale boards to allow inbound PCI configuration
5024 cycles when configured as agent/endpoint.
5025
5026 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
5027
5028 commit ccf0fdd02b97323f8caae18d06cc9daeac2f192f
5029 Author: Peter Tyser <ptyser@xes-inc.com>
5030 Date: Wed Dec 17 16:36:23 2008 -0600
5031
5032 XPedite5370 board support
5033
5034 Initial support for Extreme Engineering Solutions XPedite5370 -
5035 a MPC8572-based 3U VPX single board computer with a PMC/XMC
5036 site.
5037
5038 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
5039
5040 commit e92739d34e2d6b6aca93b2598248210710897ce8
5041 Author: Peter Tyser <ptyser@xes-inc.com>
5042 Date: Wed Dec 17 16:36:21 2008 -0600
5043
5044 Add support for PCA953x I2C gpio devices
5045
5046 Initial support for NXP's 4 and 8 bit I2C gpio expanders
5047 (eg pca9537, pca9557, etc). The CONFIG_PCA953X define
5048 enables support for the devices while the CONFIG_CMD_PCA953X
5049 define enables the pca953x command. The CONFIG_CMD_PCA953X_INFO
5050 define enables an 'info' sub-command which provides summary
5051 information for the given pca953x device.
5052
5053 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
5054
5055 commit 7a8979591171676417ab36852d8811a8c46accd8
5056 Author: Peter Tyser <ptyser@xes-inc.com>
5057 Date: Wed Oct 29 12:39:26 2008 -0500
5058
5059 pci/fsl_pci_init: Enable inbound PCI config cycles
5060
5061 Add fsl_pci_config_unlock() function to enable a
5062 PCI/PCIe interface configured in agent/endpoint mode to
5063 respond to inbound PCI configuration cycles.
5064
5065 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
5066
5067 commit 92c78a3bbcb2ce508b4bf1c4a1e0940406a024bb
5068 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
5069 Date: Wed Dec 17 16:43:18 2008 +0100
5070
5071 avr32: Remove second definition of virt_to_phys()
5072
5073 The second definition introduced by 65e43a1063 conflicts with the
5074 existing one.
5075
5076 Also, convert the existing definition to use phys_addr_t. The volatile
5077 qualifier is still needed due to brain damage elsewhere.
5078
5079 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
5080
5081 commit b616f2b545f73757669b37386f0b37bb61fc6797
5082 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5083 Date: Mon Sep 8 22:27:18 2008 +0200
5084
5085 MIPS: qemu_mips: update doc to generate and to use qemu flash, ide file
5086
5087 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5088 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
5089
5090 commit 16cdf816779f5b602a9b3b4d2ea4dea05095c35b
5091 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5092 Date: Tue Dec 16 22:10:31 2008 +0100
5093
5094 MIPS: qemu_mips: update doc to use all disk and boot linux kernel
5095
5096 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5097 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
5098
5099 commit 13095b2f07dacb1f863772266c1789d47a523a8a
5100 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5101 Date: Tue Dec 16 22:10:30 2008 +0100
5102
5103 MIPS: qemu_mips: move env storage just after u-boot
5104
5105 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5106 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
5107
5108 commit aced78d852d0b009e8aaa1445af8cb40861ee549
5109 Author: Wolfgang Denk <wd@denx.de>
5110 Date: Tue Dec 16 23:48:27 2008 +0100
5111
5112 Prepare 2009.01-rc1
5113
5114 Signed-off-by: Wolfgang Denk <wd@denx.de>
5115
5116 commit 9e2a79b4c585ad31138fb90b68fd0234d64a8da8
5117 Author: Wolfgang Denk <wd@denx.de>
5118 Date: Tue Dec 16 23:13:46 2008 +0100
5119
5120 include/configs/at91cap9adk.h: fix typo.
5121
5122 Signed-off-by: Wolfgang Denk <wd@denx.de>
5123
5124 commit 45ca04f2377361593151d2d4da51f8ba4832d233
5125 Author: Wolfgang Denk <wd@denx.de>
5126 Date: Tue Dec 16 22:32:25 2008 +0100
5127
5128 board/trab/memory.c: Fix compile problems.
5129
5130 Apply changes from commit 44b4dbed to board/trab/memory.c, too.
5131
5132 Actually we'd need a major cleanup here - as it turns out,
5133 board/trab/memory.c is more or less a verbatim copy of
5134 post/drivers/memory.c ... but then, trab is EOL anyway,r
5135 so this is not worth the effort.
5136
5137 Signed-off-by: Wolfgang Denk <wd@denx.de>
5138
5139 commit ff49ea8977b56916edd5b1766d9939010e30b181
5140 Author: Scott Wood <scottwood@freescale.com>
5141 Date: Tue Dec 16 14:24:16 2008 -0600
5142
5143 NAND: Mark the BBT as scanned prior to calling scan_bbt.
5144
5145 Otherwise, recursion can occur if scan_bbt does not find a bad block
5146 table, and tries to write one, and the attempt to erase the BBT area
5147 causes a bad block check.
5148
5149 Signed-off-by: Scott Wood <scottwood@freescale.com>
5150
5151 commit 584eedab66d0828f2d571a24b10526c4e65f547b
5152 Author: Ilya Yanok <yanok@emcraft.com>
5153 Date: Thu Dec 11 05:51:57 2008 +0300
5154
5155 jffs2: include <linux/mtd/compat.h> instead of defining own min_t
5156
5157 Include <linux/mtd/compat.h> header for min_t definition instead of
5158 providing our own one. Removes warnings in case of OneNAND support
5159 enabled.
5160
5161 Although I thinks it's a bit silly to include <linux/mtd/compat.h>
5162 just for min_t...
5163
5164 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
5165 Acked-by: Stefan Roese <sr@denx.de>
5166
5167 commit b1ffecec37b57a59c139042267faac458e5324e9
5168 Author: Becky Bruce <beckyb@kernel.crashing.org>
5169 Date: Wed Dec 3 23:04:37 2008 -0600
5170
5171 powerpc: fix io.h build warning with CONFIG_PHYS_64BIT
5172
5173 Casting a pointer to a phys_addr_t when it's an unsigned long long
5174 on a 32-bit system without first casting to a non-pointer type
5175 generates a compiler warning. Fix this.
5176
5177 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
5178
5179 commit 6cdadcb3f1b6eac4a1c4256acaa1438413f95351
5180 Author: Wolfgang Denk <wd@denx.de>
5181 Date: Tue Dec 16 16:22:50 2008 +0100
5182
5183 trab: make trab_fkt standalone code independent of libgcc
5184
5185 Use our own local functions in lib_arm/ instead.
5186
5187 Signed-off-by: Wolfgang Denk <wd@denx.de>
5188
5189 commit aa1bcca3d2e22af4dea9f02132f9b56a30378ded
5190 Author: Wolfgang Denk <wd@denx.de>
5191 Date: Tue Dec 16 14:44:06 2008 +0100
5192
5193 post/Makefile: fix dependency problem with parallel builds
5194
5195 Parallel builds (using "make -jN") would occasionally fail with error
5196 messages like
5197 ppc_4xxFP-objdump: string.o: File format not recognized
5198 or
5199 post/libpost.a(cpu.o): In function `cpu_post_test':
5200 /home/wd/git/u-boot/work/post/lib_ppc/cpu.c:130: undefined reference to `cpu_post_test_string'
5201 or similar. We now make sure to run the 'postdeps" step before
5202 attempting to build the specific POST libraries.
5203
5204 Signed-off-by: Wolfgang Denk <wd@denx.de>
5205
5206 commit 4a0f7538c5c0805fd9a791967bbabacc41deadd9
5207 Author: Wolfgang Denk <wd@denx.de>
5208 Date: Tue Dec 16 14:41:02 2008 +0100
5209
5210 Makefile: fix dependency problem with parallel builds
5211
5212 Parallel builds (using "make -jN") would occasionally fail with error
5213 messages like
5214 include/autoconf.mk:212: *** missing separator. Stop.
5215 Line numbers and affected boards were changing. Obviously some
5216 Makefiles included autoconf.mk while it was still being written to.
5217 As a fix, we now write to a temporary file first and then rename it,
5218 so that it is really ready to use as soon as it appears.
5219
5220 Signed-off-by: Wolfgang Denk <wd@denx.de>
5221
5222 commit 455ae7e87f67c44e6aea68865c83acadd3fcd36c
5223 Author: Wolfgang Denk <wd@denx.de>
5224 Date: Tue Dec 16 01:02:17 2008 +0100
5225
5226 Coding style cleanup, update CHANGELOG.
5227
5228 Signed-off-by: Wolfgang Denk <wd@denx.de>
5229
5230 commit 84bc72d90c505fec3ef4b693995407a0bd4064e5
5231 Author: Mike Frysinger <vapier@gentoo.org>
5232 Date: Thu Dec 11 18:39:08 2008 -0500
5233
5234 spi/stmicro: fix debug() display of cmd
5235
5236 The stmicro_wait_ready() func tries to show the actual opcode that was sent
5237 to the device, but instead it displays the array pointer. Fix it to pull
5238 out the opcode from the start of the array.
5239
5240 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5241
5242 commit 5b3375ac8c36c29c87abb132fede0509eb21e5c9
5243 Author: Mike Frysinger <vapier@gentoo.org>
5244 Date: Thu Dec 11 06:23:37 2008 -0500
5245
5246 env_sf: support embedded environments
5247
5248 If both CONFIG_ENV_SECT_SIZE and CONFIG_ENV_SIZE are defined, and the sect
5249 size is larger than the env size, then it means the env is embedded in a
5250 block. So we have to save/restore the part of the sector which is not the
5251 environment. Previously, saving the environment in SPI flash in this
5252 setup would probably brick the board as the rest of the sector tends to
5253 contain actual U-Boot data/code.
5254
5255 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5256 Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
5257
5258 commit ecf5f077c8e77454f532eaac3e3afb7cfc48c62d
5259 Author: Timur Tabi <timur@freescale.com>
5260 Date: Wed Dec 3 11:28:30 2008 -0600
5261
5262 i2c: merge all i2c_reg_read() and i2c_reg_write() into inline functions
5263
5264 All implementations of the functions i2c_reg_read() and
5265 i2c_reg_write() are identical. We can save space and simplify the
5266 code by converting these functions into inlines and putting them in
5267 i2c.h.
5268
5269 Signed-off-by: Timur Tabi <timur@freescale.com>
5270 Acked-By: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5271
5272 commit e39cd81c44740d7355d277ed3d38536cbe1e003d
5273 Author: Dave Liu <daveliu@freescale.com>
5274 Date: Fri Dec 5 15:36:14 2008 +0800
5275
5276 lib_ppc: rework the flush_cache
5277
5278 - It is possible to miss flush/invalidate the last
5279 cache line, we fix it at here.
5280 - add the volatile and memory clobber.
5281
5282 They are pointed by Scott Wood.
5283
5284 Signed-off-by: Dave Liu <daveliu@freescale.com>
5285
5286 commit 63240ba88cd6a220057a0f28e5bf97f5b17ac84b
5287 Author: Kumar Gala <galak@kernel.crashing.org>
5288 Date: Sat Dec 13 17:20:28 2008 -0600
5289
5290 Introduce addr_map library
5291
5292 Add a library that helps in translating between virtual and physical
5293 addresses. This library can be useful as a simple means to implement
5294 map_physmem() and virt_to_phys() for platforms that need functionality
5295 beyond the simple 1:1 mapping.
5296
5297 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5298
5299 commit 65e43a10631537dcb92c302d36301a12308216c3
5300 Author: Kumar Gala <galak@kernel.crashing.org>
5301 Date: Sat Dec 13 17:20:27 2008 -0600
5302
5303 Introduce virt_to_phys()
5304
5305 virt_to_phys() returns the physical address given a virtual. In most
5306 cases this will be just the input value as the vast majority of
5307 systems run in a 1:1 mode.
5308
5309 However in systems that are not running this way it should report the
5310 physical address or ~0 if no mapping exists for the given virtual
5311 address.
5312
5313 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5314
5315 commit 45845301af3de8675c1f7bbc815c6de35452605a
5316 Author: Yuri Tikhonov <yur@emcraft.com>
5317 Date: Sun Dec 7 22:12:50 2008 +0100
5318
5319 POST Make: fix the sub-dir dependencies missing.
5320
5321 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
5322
5323 commit 22525779cb51f1bbe4e96fea7b778de1935a5a69
5324 Author: Martin Michlmayr <tbm@cyrius.com>
5325 Date: Wed Aug 6 14:44:05 2008 +0300
5326
5327 Fix a typo in fw_env.config
5328
5329 Reported-by: Martin Michlmayr <tbm@cyrius.com>
5330 Signed-off-by: Wolfgang Denk <wd@denx.de>
5331
5332 commit ba490b7761c62b549c222a9723e532dc801a3899
5333 Author: Peter Tyser <ptyser@xes-inc.com>
5334 Date: Mon Dec 1 16:22:45 2008 -0600
5335
5336 Remove unused CONFIG_ADDR_STREAMING defines
5337
5338 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
5339
5340 commit d16da93430520d3e46c1ab52eedacf36ab7a2311
5341 Author: Peter Tyser <ptyser@xes-inc.com>
5342 Date: Mon Nov 24 11:54:47 2008 -0600
5343
5344 cmd_mem: Remove unused variable
5345
5346 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
5347
5348 commit 3aed3aa2c128ce9fb39ca3f4e9385a7499e93dbf
5349 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5350 Date: Sun Dec 14 10:29:39 2008 +0100
5351
5352 Fix new found CFG_
5353
5354 Also fix some minor typos.
5355
5356 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5357 Signed-off-by: Wolfgang Denk <wd@denx.de>
5358
5359 commit 0e0c862efe7279e9609db74d758cd1b84c6c7209
5360 Author: Sergei Poselenov <sposelenov@emcraft.com>
5361 Date: Fri Sep 19 12:07:34 2008 +0200
5362
5363 Remove compiler warning: target CPU does not support interworking
5364
5365 This warning is issued by modern ARM-EABI GCC on non-thumb targets.
5366
5367 Signed-off-by: Vladimir Panfilov <pvr@emcraft.com>
5368 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
5369
5370 commit cd6734510a9ff0f41c4a73567d4080ea0033d2c1
5371 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5372 Date: Mon Nov 24 13:33:51 2008 +0100
5373
5374 Fix FIT and FDT support to have CONFIG_OF_LIBFDT and CONFIG_FIT independent
5375
5376 FDT support is used for both FIT style images and for architectures
5377 that can pass a fdt blob to an OS (ppc, m68k, sparc).
5378
5379 For other architectures and boards which do not pass a fdt blob to an
5380 OS but want to use the new uImage format, we just need FIT support.
5381
5382 Now we can have the 4 following configurations :
5383
5384 1) FIT only CONFIG_FIT
5385 2) fdt blob only CONFIG_OF_LIBFDT
5386 3) both CONFIG_OF_LIBFDT & CONFIG_FIT
5387 4) none none
5388
5389 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5390
5391 commit 19ef4f7a6ef3b725aa9fe4b4f5fb676a84160172
5392 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
5393 Date: Wed Dec 10 15:13:32 2008 +0100
5394
5395 ppc4xx: Disable EEPROM write access on PMC440 boards
5396
5397 This patch disables EEPROM wrtie access by default on PMC440 board.
5398
5399 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
5400
5401 commit 5b67a1439a73ba6c34007d9ff60a2c6aa90265df
5402 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
5403 Date: Wed Dec 10 15:12:56 2008 +0100
5404
5405 ppc4xx: Fix Ethernet PHY LED configuration on PMC440 boards
5406
5407 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
5408
5409 commit 71fa0714fe5134bc8718c38d5261d267e88582ba
5410 Author: Stefan Roese <sr@denx.de>
5411 Date: Tue Nov 18 16:36:12 2008 +0100
5412
5413 MIPS: Flush data cache upon relocation
5414
5415 This patch now adds a flush to the data cache upon relocation. The
5416 current implementation is missing this. Only a comment states that it
5417 should be done. So let's really do it now.
5418
5419 Signed-off-by: Stefan Roese <sr@denx.de>
5420 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
5421
5422 commit 44174343688dba32571a34550dba08971c65fef1
5423 Author: Stefan Roese <sr@denx.de>
5424 Date: Tue Nov 18 16:36:22 2008 +0100
5425
5426 MIPS: Add CONFIG_SKIP_LOWLEVEL_INIT
5427
5428 This patch adds the CONFIG_SKIP_LOWLEVEL_INIT option to start.S. This
5429 enables support for boards where the lowlevel initialization is
5430 already done when U-Boot runs (e.g. via OnChip ROM).
5431
5432 This will be used in the upcoming VCTH board support.
5433
5434 Signed-off-by: Stefan Roese <sr@denx.de>
5435 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
5436
5437 commit db08ecaa6eb8176904b3bae103a85ee8f735dc40
5438 Author: Stefan Roese <sr@denx.de>
5439 Date: Wed Nov 12 13:18:02 2008 +0100
5440
5441 MIPS: Add board_early_init_f() to init_sequence
5442
5443 This patch adds the board_early_init_f() call to the MIPS init
5444 sequence. A weak dummy implementation is also added which can be
5445 overridden by a board specific version.
5446
5447 This will be used by the upcoming VCTH board support.
5448
5449 Signed-off-by: Stefan Roese <sr@denx.de>
5450 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
5451
5452 commit 9d23fc584c4b7b8bb9ecbee48920b1b04b08fa1b
5453 Author: Stefan Roese <sr@denx.de>
5454 Date: Wed Nov 12 13:18:19 2008 +0100
5455
5456 MIPS: Add onenand_init() to board.c and move nand_init()
5457
5458 This patch adds a call to onenand_init() for OneNAND support and moves
5459 the nand_init() call to an earlier place, so that the environment can
5460 be used from NAND and OneNAND.
5461
5462 Signed-off-by: Stefan Roese <sr@denx.de>
5463 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
5464
5465 commit d8bbc51c7ba9b737a20984333d19fe28a3526431
5466 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
5467 Date: Tue Dec 9 11:32:46 2008 +0900
5468
5469 sh: Update sh2/sh2a timer
5470
5471 Renesas SH2/SH2A timer broken.
5472 This patch fix timer function.
5473
5474 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
5475 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
5476
5477 commit a319f1496210117b73198e3d889ffffaf6825d00
5478 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5479 Date: Fri Dec 5 07:27:37 2008 +0100
5480
5481 sh: r2dplus fix register access
5482
5483 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5484 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
5485
5486 commit 4d4a96055f6917335a89dbdf2e5556fa5ac329f6
5487 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5488 Date: Tue Dec 2 07:40:03 2008 +0100
5489
5490 sh: r2dplus/lowlevel_init: coding style fix
5491
5492 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5493 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
5494
5495 commit c54b9a42d8f5ab5b2a039b3a2e6fde8b427745e5
5496 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
5497 Date: Tue Nov 25 11:05:19 2008 +0900
5498
5499 sh: Changed value of CACHE_OC_NUM_ENTRIES and CACHE_OC_WAY_SHIFT
5500
5501 SH4 is different a value of CACHE_OC_NUM_ENTRIES and
5502 CACHE_OC_WAY_SHIFT every CPU.
5503 This patch corrects these values.
5504
5505 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
5506 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
5507
5508 commit e9d5f35497885b3c65d494d09a525d443dcccd3b
5509 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
5510 Date: Thu Nov 20 16:44:42 2008 +0900
5511
5512 sh: Update sh timer function
5513
5514 Change to write/readX function and fix timer problem.
5515
5516 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
5517 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
5518
5519 commit b81786cff476c41e332eaeb679158f6527cd67d4
5520 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
5521 Date: Tue Nov 4 11:58:58 2008 +0900
5522
5523 sh: Migo-R: Update BSC value
5524
5525 A value of BSC CS4 was wrong, Fixed it.
5526
5527 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
5528 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
5529
5530 commit 5783758fd260a02f44566ad8f29f899565cd0403
5531 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
5532 Date: Mon Nov 17 16:52:09 2008 +0900
5533
5534 sh: Update ms7722se board config
5535
5536 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
5537 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
5538
5539 commit 15e2697c9f7fb2ba672a1a70f07cd6d9d4e92b51
5540 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
5541 Date: Mon Nov 17 16:53:09 2008 +0900
5542
5543 sh: Update SuperH serial driver
5544
5545 The address of SCFSR register is wrong at SH7720/SH7721.
5546 This patch fix this.
5547
5548 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
5549 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
5550
5551 commit 9a1d3557dcd47365c12eeab584b822e57d994352
5552 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5553 Date: Tue Nov 11 22:20:15 2008 +0100
5554
5555 sh: fix rsk7203 and MigoR out of tree build
5556
5557 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5558 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
5559
5560 commit 1951f847f0a851853871b613ad7cf21a5242226c
5561 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
5562 Date: Wed Dec 10 14:41:25 2008 +0100
5563
5564 ppc4xx: Update TEXT_BASE for CPCI405 boards
5565
5566 This patch fixes building U-Boot for CPCI405 boards.
5567
5568 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
5569 Signed-off-by: Stefan Roese <sr@denx.de>
5570
5571 commit 8c92af7b2fbd60ae87379477f93c7ec9441b7452
5572 Author: Stefan Roese <sr@denx.de>
5573 Date: Tue Dec 9 20:08:01 2008 +0100
5574
5575 ppc4xx: Remove some features from ALPR to fit into 256k again
5576
5577 Signed-off-by: Stefan Roese <sr@denx.de>
5578
5579 commit 3b089e4f889a2902449d55e081c886ae607cae89
5580 Author: Stefan Roese <sr@denx.de>
5581 Date: Wed Dec 10 10:32:59 2008 +0100
5582
5583 UBI: Set ubi_dev.type back to DEV_TYPE_NONE upon failing initialization
5584
5585 With this patch we set the type back to NONE upon failing UBI partition
5586 initialization. Otherwise further calls to the UBI subsystem would try
5587 to really access the non-existing UBI partition.
5588
5589 Thanks to Michael Lawnick for pointing this out.
5590
5591 Signed-off-by: Stefan Roese <sr@denx.de>
5592
5593 commit 817329351639a8895cd9b87b33aeff043f3d5a44
5594 Author: Stefan Roese <sr@denx.de>
5595 Date: Wed Dec 10 10:28:33 2008 +0100
5596
5597 UBI: Return -ENOMEM upon failing malloc
5598
5599 Return with correct error code (-ENOMEM) from ubi_attach_mtd_dev() upon
5600 failing malloc().
5601
5602 Signed-off-by: Stefan Roese <sr@denx.de>
5603
5604 commit 2145188bea2df8f2b47a87ec3071b55027e8d0ae
5605 Author: Ben Warren <biggerbadderben@gmail.com>
5606 Date: Tue Dec 9 23:34:15 2008 -0800
5607
5608 Fix compile error in building MBX860T.
5609
5610 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
5611
5612 commit 8fab49ea911fe925392fa5afcc9bc7373a3d0cee
5613 Author: Michal Simek <monstr@monstr.eu>
5614 Date: Tue Nov 25 11:42:20 2008 +0100
5615
5616 microblaze: Remove XUPV2P board
5617
5618 ---
5619
5620 Microblaze platforms use generic settings and to have
5621 many platforms is confusing that's why I decided to remove this
5622 platform from U-BOOT. ml401 tree is sufficient for covering
5623 all Microblaze platforms.
5624
5625 This change will go through microblaze custodian tree.
5626
5627 commit 99ba6f353582720defff6e6e6761dc455a207d31
5628 Author: Michal Simek <monstr@monstr.eu>
5629 Date: Mon Nov 24 18:25:41 2008 +0100
5630
5631 microblaze: Remove CONFIG_LIBFDT due to error in common files
5632
5633 commit e7d591e823a991513833af7030468409e25a3b13
5634 Author: Michal Simek <monstr@monstr.eu>
5635 Date: Mon Nov 24 11:43:00 2008 +0100
5636
5637 microblaze: Fix ml401 uart16550 setting
5638
5639 Signed-off-by: Michal Simek <monstr@monstr.eu>
5640
5641 commit c85ff0553a8cfbcca51c15b947e1ed55d3810a39
5642 Author: Michal Simek <monstr@monstr.eu>
5643 Date: Mon Nov 24 11:38:22 2008 +0100
5644
5645 microblaze: Set up relocation is done
5646
5647 commit bcb6dd9187d4b23c748704767bd12d20c829e996
5648 Author: Mike Frysinger <vapier@gentoo.org>
5649 Date: Tue Dec 9 23:20:31 2008 -0500
5650
5651 tools/netconsole: new script for working with netconsole over UDP
5652
5653 While the doc/README.NetConsole does have a snippet for people to
5654 create their own netcat script, it's a lot easier to make a simple
5655 dedicated script and tell people to use it.
5656
5657 Also spruce it up a bit to make it user friendly.
5658
5659 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5660
5661 commit 8c5170a7d088601d5f30d85093388dab1f1e8ec0
5662 Author: Sonic Zhang <Sonic.Zhang@analog.com>
5663 Date: Tue Dec 9 23:20:18 2008 -0500
5664
5665 fs/fat: handle FAT on SATA
5666
5667 The FAT file system driver should also handle FAT on SATA devices.
5668
5669 Signed-off-by: Sonic Zhang <Sonic.Zhang@analog.com>
5670 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5671
5672 commit 4cd8ed40615a7d741ef2f09ee53779ec6907b8a6
5673 Author: Ben Warren <biggerbadderben@gmail.com>
5674 Date: Tue Dec 9 23:26:31 2008 -0800
5675
5676 Fix compile error in building MBX860T.
5677 Bug was introduced in 9eb79bd8856bcab896ed5e1f1bca159807a124dd
5678
5679 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
5680
5681 commit 97a24a78ee6f34b89b821cb70eda1cf34aa11d97
5682 Author: Jerry Van Baren <gvb.uboot@gmail.com>
5683 Date: Mon Nov 24 08:15:02 2008 -0500
5684
5685 libfdt: Fix redefined uintptr_t warning for USE_HOSTCC
5686
5687 Compiling U-Boot in an old OS environment (RedHat-7.3 :-) gives the
5688 following warnings from FDT:
5689
5690 include/libfdt_env.h:50: warning: redefinition of 'uintptr_t'
5691 /usr/include/stdint.h:129: warning: 'uintptr_t' previously declared here
5692
5693 Fix: Protect the definition of uintptr_t when compiling on the host
5694 system.
5695
5696 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
5697
5698 commit 1fc2b165c51d6f40c8d505f1b3eaefdb6599b17b
5699 Author: Graeme Russ <graeme.russ@gmail.com>
5700 Date: Sat Nov 22 08:43:29 2008 +1100
5701
5702 Moved sc520 PCI definitions to stand-alone file
5703
5704 Signed Off By: Graeme Russ <graeme.russ@gmail.com>
5705
5706 commit 1f5070c0c18fa5684bfce09c8abdf10c04ed48fa
5707 Author: Graeme Russ <graeme.russ@gmail.com>
5708 Date: Sat Nov 22 08:43:21 2008 +1100
5709
5710 Fixed path to sc520 SSI include file
5711
5712 Signed Off By: Graeme Russ <graeme.russ@gmail.com>
5713
5714 commit d4f70da544c33db3e4fce6473dea4ecca4322545
5715 Author: Graeme Russ <graeme.russ@gmail.com>
5716 Date: Fri Nov 21 06:28:05 2008 +1100
5717
5718 Fixed build error due to #define of _LINUX_STRING_H_ in 82559_eeprom.c
5719
5720 Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
5721
5722 commit c034075a713b60e654c64e88e87da29440f31bb4
5723 Author: Stefan Roese <sr@denx.de>
5724 Date: Wed Nov 12 13:30:10 2008 +0100
5725
5726 serial: Add vcth UART driver
5727
5728 This patch adds the UART driver for the upcoming VCTH board support.
5729
5730 Signed-off-by: Stefan Roese <sr@denx.de>
5731
5732 commit 142a80ffc3b537a9c45acd2444a42a77f147c602
5733 Author: Ilya Yanok <yanok@emcraft.com>
5734 Date: Thu Nov 13 19:49:36 2008 +0300
5735
5736 jffs2: cache data_crc results
5737
5738 As we moved data_crc() invocation from jffs2_1pass_build_lists() to
5739 jffs2_1pass_read_inode() data_crc is going to be calculated on each
5740 inode access. This patch adds caching of data_crc() results. There
5741 is no significant improvement in speed (because of flash access
5742 caching added in previous patch I think, crc in RAM is really fast)
5743 but this patch impacts memory usage -- every b_node structure uses
5744 12 bytes instead of 8.
5745
5746 Signed-off-by: Alexey Neyman <avn@emcraft.com>
5747 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
5748
5749 commit 9b7076229ec6a958bd835ab70745f7676297ce82
5750 Author: Ilya Yanok <yanok@emcraft.com>
5751 Date: Thu Nov 13 19:49:35 2008 +0300
5752
5753 jffs2: summary support
5754
5755 This patch adds support for reading fs information from summary
5756 node instead of scanning full eraseblock.
5757
5758 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
5759
5760 commit 70741004dc28946cd82c7af6789c4ddb3fc94526
5761 Author: Ilya Yanok <yanok@emcraft.com>
5762 Date: Thu Nov 13 19:49:34 2008 +0300
5763
5764 jffs2: add buffer to cache flash accesses
5765
5766 With this patch JFFS2 code allocates memory buffer of max_totlen size
5767 (size of the largest node, calculated during scan time) and uses it to
5768 store entire node. Speeds up loading. If malloc fails we use old ways
5769 to do things.
5770
5771 Signed-off-by: Alexey Neyman <avn@emcraft.com>
5772 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
5773
5774 commit 8a36d31f72411144ac0412ee7e1880e801acd754
5775 Author: Ilya Yanok <yanok@emcraft.com>
5776 Date: Thu Nov 13 19:49:33 2008 +0300
5777
5778 jffs2: rewrite jffs2 scanning code based on Linux one
5779
5780 Rewrites jffs2_1pass_build_lists() function in style of Linux's
5781 jffs2_scan_medium() and jffs2_scan_eraseblock().
5782 This includes:
5783 - Caching flash acceses
5784 - Smart dealing with free space
5785
5786 Signed-off-by: Alexey Neyman <avn@emcraft.com>
5787 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
5788
5789 commit e0b5532579eda8b4629f1b4f6e49c3cc60f52237
5790 Author: Ilya Yanok <yanok@emcraft.com>
5791 Date: Thu Nov 13 19:49:32 2008 +0300
5792
5793 jffs2: add sector_size field to part_info structure
5794
5795 This patch adds sector_size field to part_info structure (used
5796 by new JFFS2 code).
5797
5798 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
5799
5800 commit f73846956778a7dfee83403ef9747aff77198848
5801 Author: Ilya Yanok <yanok@emcraft.com>
5802 Date: Thu Nov 13 19:49:31 2008 +0300
5803
5804 jffs2: fix searching for latest version in jffs2_1pass_list_inodes()
5805
5806 We need to update i_version inside cycle to find really latest version
5807 inside jffs2_1pass_list_inodes(). With that fixed we can use isize inside
5808 dump_inode() instead of calling expensive jffs2_1pass_read_inode().
5809
5810 Signed-off-by: Alexey Neyman <avn@emcraft.com>
5811 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
5812
5813 commit 1113cb764b3da256ef8a1f9539f4efbe221ff3c4
5814 Author: Wolfgang Denk <wd@denx.de>
5815 Date: Tue Dec 9 23:13:51 2008 +0100
5816
5817 evb64260: fix "cast to pointer from integer of different size" warnings
5818
5819 Signed-off-by: Wolfgang Denk <wd@denx.de>
5820
5821 commit d2776827315c3d469b8cb4cec14d58877798daa2
5822 Author: Stefan Althoefer <stefan.althoefer@web.de>
5823 Date: Sun Dec 7 19:39:11 2008 +0100
5824
5825 USB: descriptor handling
5826
5827 Hi,
5828
5829 I found a bug when working with the u-boot USB subsystem on IXP425 processor
5830 (big endian Xscale aka ARMv5).
5831 I recognized that the second usb_endpoint_descriptor of the attached memory
5832 stick was corrupted.
5833
5834 The reason for this are the packed structures below (either u-boot and
5835 u-boot-usb):
5836
5837 --------------
5838 /* Endpoint descriptor */
5839 struct usb_endpoint_descriptor {
5840 unsigned char bLength;
5841 unsigned char bDescriptorType;
5842 unsigned char bEndpointAddress;
5843 unsigned char bmAttributes;
5844 unsigned short wMaxPacketSize;
5845 unsigned char bInterval;
5846 unsigned char bRefresh;
5847 unsigned char bSynchAddress;
5848
5849 } __attribute__ ((packed));
5850 /* Interface descriptor */
5851 struct usb_interface_descriptor {
5852 unsigned char bLength;
5853 unsigned char bDescriptorType;
5854 unsigned char bInterfaceNumber;
5855 unsigned char bAlternateSetting;
5856 unsigned char bNumEndpoints;
5857 unsigned char bInterfaceClass;
5858 unsigned char bInterfaceSubClass;
5859 unsigned char bInterfaceProtocol;
5860 unsigned char iInterface;
5861
5862 unsigned char no_of_ep;
5863 unsigned char num_altsetting;
5864 unsigned char act_altsetting;
5865 struct usb_endpoint_descriptor ep_desc[USB_MAXENDPOINTS];
5866 } __attribute__ ((packed));
5867 ------------
5868
5869 As usb_endpoint_descriptor is only 7byte in length, the start of all
5870 odd ep_desc[] structures is not word aligned. This makes wMaxPacketSize
5871 of these structures also not word aligned.
5872
5873 ARMv5 Architecture however does not support non-aligned multibyte
5874 data type (see A2.8 of ARM Architecture Reference Manual).
5875
5876 Signed-off-by: Stefan Althoefer <stefan.althoefer@web.de>
5877 Signed-off-by: Remy Böhmer <linux@bohmer.net>
5878
5879 commit 4c253fdb2a175ea3472c38a1455a16faa58e81f0
5880 Author: Kumar Gala <galak@kernel.crashing.org>
5881 Date: Tue Dec 9 10:27:33 2008 -0600
5882
5883 drivers/fsl_pci_init: Fix compile warning
5884
5885 fsl_pci_init.c: In function 'fsl_pci_setup_inbound_windows':
5886 fsl_pci_init.c:122: warning: comparison is always true due to limited range of data type
5887
5888 The check only makes sense if we are CONFIG_PHYS_64BIT
5889
5890 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5891
5892 commit dedacc18a8c2b3951581eb721fa055a4e0ac4845
5893 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5894 Date: Sun Dec 7 09:45:35 2008 +0100
5895
5896 usbtty/omap: update to current API
5897
5898 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5899 Signed-off-by: Remy Böhmer <linux@bohmer.net>
5900
5901 commit ee2e9ba917a62cc2e3a484bb79c8da0e01cb93ed
5902 Author: Anatolij Gustschin <agust@denx.de>
5903 Date: Tue Dec 9 17:52:05 2008 +0100
5904
5905 video: fix FADS823 and RRvision compiling issues
5906
5907 Since commit 561858ee building for FADS823 and RRvision
5908 doesn't work. Let's include version.h and timestamp.h
5909 unconditionally to fix the problem.
5910
5911 Signed-off-by: Anatolij Gustschin <agust@denx.de>
5912
5913 commit 2d2e05727fe4013f807ffa814dff0e75259a1db4
5914 Author: Stefan Roese <sr@denx.de>
5915 Date: Tue Dec 2 10:53:47 2008 +0100
5916
5917 UBI: Fix size parsing in "ubi create"
5918
5919 Signed-off-by: Stefan Roese <sr@denx.de>
5920
5921 commit 2ee951ba2ac9874d2a93d52e7a187d3184be937e
5922 Author: Stefan Roese <sr@denx.de>
5923 Date: Thu Nov 27 14:07:09 2008 +0100
5924
5925 UBI: Enable re-initializing of the "ubi part" command
5926
5927 With this patch now, the user can call "ubi part" multiple times to
5928 re-connect the UBI device to another MTD partition.
5929
5930 Signed-off-by: Stefan Roese <sr@denx.de>
5931
5932 commit 9def12cae33d2d3ea2dd56b197fd3dfb3ad60bf4
5933 Author: Stefan Roese <sr@denx.de>
5934 Date: Thu Nov 27 14:05:15 2008 +0100
5935
5936 MTD: Fix problem based on non-working relocation (list head mtd_partitions)
5937
5938 Don't use LIST_HEAD() but initialize the struct via INIT_LIST_HEAD() upon
5939 first call of add_mtd_partitions(). Otherwise this won't work on platforms
5940 where the relocation is broken (like MIPS or PPC).
5941
5942 Signed-off-by: Stefan Roese <sr@denx.de>
5943
5944 commit 5e3ab68e9acf9edf304b8aa32ad7e005483a2c47
5945 Author: Trent Piepho <tpiepho@freescale.com>
5946 Date: Wed Nov 12 17:29:48 2008 -0800
5947
5948 Section name should be ".data", not "data"
5949
5950 Signed-off-by: Trent Piepho <tpiepho@freescale.com>
5951 Signed-off-by: Wolfgang Denk <wd@denx.de>
5952
5953 commit 7fa6a2f3b66579dea8bc1a9177646e1141731b15
5954 Author: Wolfgang Denk <wd@denx.de>
5955 Date: Tue Dec 9 00:39:08 2008 +0100
5956
5957 MAKEALL: Automatically use parallel builds
5958
5959 Add logic to the MAKEALL script to determine the number of CPU cores
5960 on the system, and run a parallel build if there is more than one.
5961 Usually this significantrly accelerates builds.
5962
5963 Allow to manually adjust the number of parallel make jobs by using
5964 the "BUILD_NCPUS" environment variable.
5965
5966 Signed-off-by: Wolfgang Denk <wd@denx.de>
5967
5968 commit 268405fa7c44156c5192a70779920c70906af8d6
5969 Author: Wolfgang Denk <wd@denx.de>
5970 Date: Tue Dec 9 00:24:30 2008 +0100
5971
5972 vxworks.h: Fix build problem introduced by commits 29a4c24d/e9084b23
5973
5974 Signed-off-by: Wolfgang Denk <wd@denx.de>
5975
5976 commit 153176a9414120ca1736f3cc4951623d6e14e6af
5977 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5978 Date: Tue Nov 11 06:08:59 2008 +0100
5979
5980 avr32/bootm: remove unused variable 'ret'
5981
5982 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5983 Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
5984
5985 commit 434c51a5e62f608a2a78ed5398ac43a1c77cc183
5986 Author: Peter Tyser <ptyser@xes-inc.com>
5987 Date: Wed Nov 12 13:06:48 2008 -0600
5988
5989 Remove unneeded CONFIG_SHELL references
5990
5991 Make should be using the bash shell by default which makes
5992 CONFIG_SHELL unnecessary
5993
5994 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
5995
5996 commit cf7a7b99794bac936899819b95539be1dbd71708
5997 Author: Peter Tyser <ptyser@xes-inc.com>
5998 Date: Wed Nov 12 12:33:20 2008 -0600
5999
6000 Use bash for default GNU Make shell application
6001
6002 Some Make script commands rely on bash-specific features like brace
6003 expansion, so default to bash for the SHELL variable with a fallback
6004 to the standard sh shell
6005
6006 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
6007
6008 commit 4b530018764934ad5689196e9aa5714a6f4d1a6c
6009 Author: Heiko Schocher <hs@denx.de>
6010 Date: Wed Nov 12 09:50:45 2008 +0100
6011
6012 jffs2: rename devices_init () in common/jffs2.c
6013
6014 rename devices_init () in common/jffs2.c to
6015 jffs2_devices_init (), because there is also a
6016 devices_init () in common/devices.c.
6017
6018 Signed-off-by: Heiko Schocher <hs@denx.de>
6019
6020 commit af5eb847a10f1037590001355d88bab3fe7be48b
6021 Author: Daniel Hellstrom <daniel@gaisler.com>
6022 Date: Mon Nov 10 12:46:20 2008 +0000
6023
6024 SPARC: Fixed compiler error introduced by commit c160a9544743
6025
6026 This patch fixes a build error for the SPARC platform. It was
6027 introduced by commit c160a9544743e80e8889edb2275538e7764ce334.
6028
6029 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
6030
6031 commit 4c60259899aa00f59db0d936b8807f9a26411c0f
6032 Author: Gary Jennejohn <garyj@denx.de>
6033 Date: Sun Nov 9 12:50:59 2008 +0100
6034
6035 mgsuvd add the board-specific part of the HDLC driver
6036
6037 Signed-off-by: Gary Jennejohn <garyj@denx.de>
6038
6039 commit 534a4359666af48bd69a3743d8a8c2bdb1d3ec70
6040 Author: Gary Jennejohn <garyj@denx.de>
6041 Date: Sun Nov 9 12:45:03 2008 +0100
6042
6043 mgcoge add the board-specific part of the HDLC driver
6044
6045 Signed-off-by: Gary Jennejohn <garyj@denx.de>
6046
6047 commit 135f5534538bb8ea4f38a7030da12187d22ef7e0
6048 Author: Gary Jennejohn <garyj@denx.de>
6049 Date: Sun Nov 9 12:36:15 2008 +0100
6050
6051 keymile add the common parts of the HDLC driver
6052
6053 This implements the ICN protocol used across the backplane and is
6054 needed by all the keymile boards.
6055
6056 Signed-off-by: Gary Jennejohn <garyj@denx.de>
6057
6058 commit 1cb82a9207a550557399eabc7fe47f21bbd9ddf8
6059 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6060 Date: Fri Nov 7 22:46:22 2008 +0100
6061
6062 drivers/bios_emulator: Move conditional compilation to Makefile
6063
6064 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6065
6066 commit bcdf1d2cf6b24fb905fd7da80da4b3c65a7995b5
6067 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
6068 Date: Thu Nov 6 14:01:51 2008 -0500
6069
6070 common/cmd_ide.c: Corrected endian order printing for compact flash serial number.
6071
6072 Corrected endian order printing for compact flash serial number.
6073
6074 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
6075
6076 commit 16a28ef219c27423a1ef502f19070c4d375079b8
6077 Author: Gary Jennejohn <garyj@denx.de>
6078 Date: Thu Nov 6 15:04:23 2008 +0100
6079
6080 IOMUX: Add console multiplexing support.
6081
6082 Modifications to support console multiplexing. This is controlled using
6083 CONFIG_SYS_CONSOLE_MUX in the board configuration file.
6084
6085 This allows a user to specify multiple console devices in the environment
6086 with a command like this: setenv stdin serial,nc. As a result, the user can
6087 enter text on both the serial and netconsole interfaces.
6088
6089 All devices - stdin, stdout and stderr - can be set in this manner.
6090
6091 1) common/iomux.c and include/iomux.h contain the environment setting
6092 implementation.
6093 2) doc/README.iomux contains a somewhat more detailed description.
6094 3) The implementation in (1) is called from common/cmd_nvedit.c to
6095 handle setenv and from common/console.c to handle initialization of
6096 input/output devices at boot time.
6097 4) common/console.c also contains the code needed to poll multiple console
6098 devices for input and send output to all devices registered for output.
6099 5) include/common.h includes iomux.h and common/Makefile generates iomux.o
6100 when CONFIG_SYS_CONSOLE_MUX is set.
6101
6102 Signed-off-by: Gary Jennejohn <garyj@denx.de>
6103
6104 commit 774ce72026f74ac9641bcbbc588b20f2e13f7ab8
6105 Author: Mike Frysinger <vapier@gentoo.org>
6106 Date: Tue Nov 4 16:03:46 2008 -0500
6107
6108 strings: use puts() rather than printf()
6109
6110 When running `strings` on really long strings, the stack tends to get
6111 smashed due to printf(). Switch to puts() instead since we're only passing
6112 the data through.
6113
6114 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6115
6116 commit b03150b52e3c491a86a3cc0945274f0e8f9872e7
6117 Author: Niklaus Giger <niklaus.giger@member.fsf.org>
6118 Date: Mon Nov 3 22:16:18 2008 +0100
6119
6120 Use new CONFIG_SYS_VXWORKS parameters for Netstal boards
6121
6122 Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
6123
6124 commit 29a4c24de99d8cb4ac32991c04cab87ed94ca1f9
6125 Author: Niklaus Giger <niklaus.giger@member.fsf.org>
6126 Date: Mon Nov 3 22:15:34 2008 +0100
6127
6128 cmd_elf.c: Cleanup bootvx and handle new CONFIG_SYS_VXWORKS parameters
6129
6130 - fix size too small by one in sprintf
6131 - changed old (pre 2004) device name ibmEmac to emac
6132 - boot device may be overriden in board config
6133 - servername may be defined in board config
6134 - additional parameters may be defined in board config
6135 - fixed some line wrappings
6136 - replaced redundant MAX define by max
6137
6138 Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
6139
6140 commit e9084b23d16102f44ace24379a1c0c352497ef80
6141 Author: Niklaus Giger <niklaus.giger@member.fsf.org>
6142 Date: Mon Nov 3 22:14:36 2008 +0100
6143
6144 Add vxworks.h to handle CONFIG_SYS_VXWORKS parameters
6145
6146 Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
6147
6148 commit 0b2f4ecad473d785959c7976f20d2a00bd0ee01f
6149 Author: Niklaus Giger <niklaus.giger@member.fsf.org>
6150 Date: Mon Nov 3 22:13:47 2008 +0100
6151
6152 README: Document CONFIG_SYS parameters for vxworks
6153
6154 Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
6155
6156 commit ace514837cac656e29c37a19569cb8ea83071126
6157 Author: Peter Tyser <ptyser@xes-inc.com>
6158 Date: Fri Oct 31 11:12:38 2008 -0500
6159
6160 lcd: Let the board code show board-specific info cleanup
6161
6162 remove unneeded version.h from lcd.c
6163
6164 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
6165 Signed-off-by: Wolfgang Denk <wd@denx.de>
6166
6167 commit 561858ee7d0274c3e89dc98d4d0698cb6fcf6fd9
6168 Author: Peter Tyser <ptyser@xes-inc.com>
6169 Date: Mon Nov 3 09:30:59 2008 -0600
6170
6171 Update U-Boot's build timestamp on every compile
6172
6173 Use the GNU 'date' command to auto-generate a new U-Boot
6174 timestamp on every compile.
6175
6176 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
6177
6178 commit 83ad179e2f0f625b88adb8ef5696709e46fb9077
6179 Author: Remy Bohmer <linux@bohmer.net>
6180 Date: Thu Dec 4 22:25:57 2008 +0100
6181
6182 Remove redundant armv4 flag from arm926ejs compile flags
6183
6184 Currently the arm926ejs tree has the armv4 option set during compilation.
6185 This flag does not belong here because a arm926 CPU is always a armv5 CPU.
6186
6187 Signed-off-by: Remy Bohmer <linux@bohmer.net>
6188
6189 commit 89a7a87f084c657f8e32b513a77b50eca07e17ec
6190 Author: Nicolas Ferre <nicolas.ferre@atmel.com>
6191 Date: Sat Dec 6 13:11:14 2008 +0100
6192
6193 at91: Choose environment variables location within make config target
6194
6195 This patch adds the possiblity to choose the media where the environment will
6196 be located. This allow to choose this fundamental configuration without editing
6197 config files.
6198
6199 Documentation file added.
6200
6201 Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
6202 Acked-by: Stelian Pop <stelian@popies.net>
6203 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6204
6205 commit 1450c4a6682378567030414a9f1198c39b7730c7
6206 Author: Anatolij Gustschin <agust@denx.de>
6207 Date: Mon Nov 3 15:30:34 2008 +0100
6208
6209 lwmon, tqm8xx: Fix build errors
6210
6211 Commit 6b59e03e0237a40a2305ea385defdfd92000978b
6212 lcd: Let the board code show board-specific info
6213
6214 introduced some bugs which prevent U-Boot building
6215 for lwmon board if CONFIG_LCD_INFO_BELOW_LOGO will
6216 be defined in the board configuration.
6217
6218 Also "LCD enabled" building for TQM823L doesn't work
6219 since this commit.
6220
6221 This patch fixes above-mentioned issues.
6222
6223 Signed-off-by: Anatolij Gustschin <agust@denx.de>
6224
6225 commit bfa0af6b22ff25b0719a8910f9b6d1f975aa6fb0
6226 Author: Mike Frysinger <vapier@gentoo.org>
6227 Date: Sun Nov 2 01:18:18 2008 -0400
6228
6229 ignore .gdb_history files
6230
6231 When using gdb, history files will often get generated. So ignore them.
6232
6233 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6234
6235 commit c8aa7dfc18f7cc90d0aea6c7becbb67dfc5bba4b
6236 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6237 Date: Fri Oct 31 12:26:55 2008 +0100
6238
6239 FPGA: move fpga drivers to drivers/fpga
6240
6241 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6242
6243 commit 6a86bb6c25376f0358478219fa28d7c84dd01ed0
6244 Author: Peter Tyser <ptyser@xes-inc.com>
6245 Date: Mon Dec 1 16:29:38 2008 -0600
6246
6247 net: Fix TftpStart() ip:filename bug
6248
6249 The TftpStart() function modifies the 'BootFile'
6250 string when 'BootFile' contains both an IP address
6251 and filename (eg 1.2.3.4:/path/file). This causes
6252 subsequent calls to TftpStart to incorrectly parse
6253 the TFTP filename and server IP address to use.
6254 For example:
6255
6256 => tftp 0x100000 10.52.0.62:/home/ptyser/non_existant
6257 Speed: 100, half duplex
6258 Using eTSEC1 device
6259 TFTP from server 10.52.0.62; our IP address is 10.52.253.79
6260 ^^^^^^^^^^ CORRECT
6261 Filename '/home/ptyser/non_existant'.
6262 ^^^^^^^^^^^^^^^^^^^^^^^^^ CORRECT
6263 Load address: 0x100000
6264 Loading: *
6265 TFTP error: 'File not found' (1)
6266 Starting again
6267
6268 eTSEC2: No link.
6269 Speed: 100, half duplex
6270 Using eTSEC1 device
6271 TFTP from server 10.52.0.33; our IP address is 10.52.253.79
6272 ^^^^^^^^^^ WRONG
6273 Filename '10.52.0.62'.
6274 ^^^^^^^^^^ WRONG
6275 Load address: 0x100000
6276 Loading: *
6277 TFTP error: 'File not found' (1)
6278 Starting again
6279
6280 TftpStart() was modified to not modify the 'BootFile' string.
6281
6282 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
6283 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6284
6285 commit d32c5be50bf0600bfdc54223ef341ee9c63db445
6286 Author: Peter Tyser <ptyser@xes-inc.com>
6287 Date: Mon Dec 1 16:26:21 2008 -0600
6288
6289 net: Add additional IP fragmentation check
6290
6291 Ignore IP packets which have the "more fragments" flag bit
6292 set. This flag indicates the IP packet is fragmented and
6293 must be ignored by U-Boot.
6294
6295 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
6296 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6297
6298 commit e0c07b868cab405ab4b5335a0247899bfc5ea0b6
6299 Author: Peter Tyser <ptyser@xes-inc.com>
6300 Date: Mon Dec 1 16:26:20 2008 -0600
6301
6302 net: Define IP flag field values
6303
6304 These defines were pulled from the "Add simple
6305 IP/UDP fragmentation support" patch from Frank
6306 Haverkamp <haver@vnet.ibm.com>.
6307
6308 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
6309 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6310
6311 commit 23afaba65ec5206757e589ef334a8b38168c045f
6312 Author: Anatolij Gustschin <agust@denx.de>
6313 Date: Tue Dec 2 10:31:04 2008 +0100
6314
6315 net: tsec: Fix Marvell 88E1121R phy init
6316
6317 This patch tries to ensure that phy interrupt pin
6318 won't be asserted after booting. We experienced
6319 following issues with current 88E1121R phy init:
6320
6321 Marvell 88E1121R phy can be hardware-configured
6322 to share MDC/MDIO and interrupt pins for both ports
6323 P0 and P1 (e.g. as configured on socrates board).
6324 Port 0 interrupt pin will be shared by both ports
6325 in such configuration. After booting Linux and
6326 configuring eth0 interface, port 0 phy interrupts
6327 are enabled. After rebooting without proper eth0
6328 interface shutdown port 0 phy interrupts remain
6329 enabled so any change on port 0 (link status, etc.)
6330 cause assertion of the interrupt. Now booting Linux
6331 and configuring eth1 interface will cause permanent
6332 phy interrupt storm as the registered phy 1 interrupt
6333 handler doesn't acknowledge phy 0 interrupts. This
6334 of course should be fixed in Linux driver too.
6335
6336 Signed-off-by: Anatolij Gustschin <agust@denx.de>
6337 Acked-by: Andy Fleming <afleming@freescale.com>
6338 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6339
6340 commit 2e4970d8109d690adcf615d9e3cac7b5b2e8eaed
6341 Author: Peter Tyser <ptyser@xes-inc.com>
6342 Date: Tue Dec 2 12:59:51 2008 -0600
6343
6344 net: Fix download command parsing
6345
6346 When CONFIG_SYS_HUSH_PARSER is defined network download
6347 commands with 1 argument in the format 'tftp "/path/file"'
6348 do not work as expected. The hush command parser strips
6349 the quotes from "/path/file" which causes the network
6350 commands to interpret "/path/file" as an address
6351 instead of the intended filename.
6352
6353 The previous check for a leading quote in netboot_common()
6354 was replaced with a check which ensures only valid
6355 numbers are treated as addresses.
6356
6357 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
6358 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6359
6360 commit 3c2c2f427905040c1513d0c51d637689cba48346
6361 Author: Remy Bohmer <linux@bohmer.net>
6362 Date: Thu Nov 27 22:30:27 2008 +0100
6363
6364 Remove non-ascii characters from fat code
6365
6366 This code contains some non-ascii characters in comment lines and code.
6367 Most editors do not display those characters properly and editing those
6368 files results always in diffs at these places which are usually not required
6369 to be changed at all. This is error prone.
6370
6371 So, remove those weird characters and replace them by normal C-style
6372 equivalents for which the proper defines were already in the header.
6373
6374 Signed-off-by: Remy Bohmer <linux@bohmer.net>
6375
6376 commit dc889e865356497d3e495570118c2245ebce2631
6377 Author: Dave Liu <daveliu@freescale.com>
6378 Date: Fri Nov 28 20:16:58 2008 +0800
6379
6380 85xx: fix the wrong DDR settings for MPC8572DS
6381
6382 The default DDR freq is 400MHz or 800M data rate,
6383 the old settings is pure wrong for the default case.
6384
6385 Signed-off-by: Dave Liu <daveliu@freescale.com>
6386 Acked-by: Andy Fleming <afleming@freescale.com>
6387
6388 commit 9df59533f77de2829b4b66e5b7620e04edaa391c
6389 Author: Kumar Gala <galak@kernel.crashing.org>
6390 Date: Mon Nov 24 10:29:26 2008 -0600
6391
6392 85xx: init gd as early as possible
6393
6394 Moved up the initialization of GD so C code like set_tlb() can use
6395 gd->flags to determine if we've relocated or not in the future.
6396
6397 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6398 Acked-by: Andy Fleming <afleming@freescale.com>
6399
6400 commit aed461af81012a398a205e9be67ab37667491838
6401 Author: Kumar Gala <galak@kernel.crashing.org>
6402 Date: Mon Nov 24 10:29:25 2008 -0600
6403
6404 85xx: Fix relocation of CCSRBAR
6405
6406 If the virtual address for CCSRBAR is the same after relocation but
6407 the physical address is changing we'd end up having two TLB entries with
6408 the same VA. Instead we new us the new CCSRBAR virt address + 4k as a
6409 temp virt address to access the old CCSRBAR to relocate it.
6410
6411 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6412 Acked-by: Andy Fleming <afleming@freescale.com>
6413
6414 commit ea154a1781135d822eedee7567cc156089eae93c
6415 Author: Kumar Gala <galak@kernel.crashing.org>
6416 Date: Mon Nov 24 10:25:14 2008 -0600
6417
6418 FSL: Moved BR_PHYS_ADDR for localbus to common header
6419
6420 The BR_PHYS_ADDR macro is useful on all machines that have local bus
6421 which is pretty much all 83xx/85xx/86xx chips.
6422
6423 Additionally most 85xx & 86xx will need it if they want to support
6424 36-bit physical addresses.
6425
6426 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6427 Acked-by: Andy Fleming <afleming@freescale.com>
6428
6429 commit 9427ccde0355a2ebf47454e8e1be59f5b9864e08
6430 Author: Peter Tyser <ptyser@xes-inc.com>
6431 Date: Mon Dec 1 13:47:12 2008 -0600
6432
6433 85xx: Add PORDEVSR_PCI1 define
6434
6435 Add define used to determine if PCI1 interface is in PCI or PCIX mode.
6436
6437 Convert users of the old PORDEVSR_PCI constant to use MPC85xx_PORDEVSR_PCI1
6438
6439 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
6440 Signed-off-by: Andy Fleming <afleming@freescale.com>
6441
6442 commit 35db1c6d34b57ae15e99cf03c8e8f8a6148d74f3
6443 Author: Becky Bruce <becky.bruce@freescale.com>
6444 Date: Fri Nov 21 19:24:22 2008 -0600
6445
6446 drivers/fsl_pci_init: Fix inbound window mapping bug
6447
6448 The current code will cause the creation of a 4GB window
6449 starting at 0 if we have more than 4GB of RAM installed,
6450 which overlaps with PCI_MEM space and causes pci_bus_to_phys()
6451 to return erroneous information. Limit the size to 4GB - 1;
6452 which causes the code to create one 2GB and one 1GB window
6453 instead.
6454
6455 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
6456 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6457 Acked-by: Andy Fleming <afleming@freescale.com>
6458
6459 commit 5a105a333dab6a23e92d763ce76d6f31d57f45df
6460 Author: Jon Loeliger <jdl@freescale.com>
6461 Date: Thu Nov 20 15:36:48 2008 -0600
6462
6463 Removed unused CONFIG_L1_INIT_RAM symbol.
6464
6465 Prevent further viral propogation of the unused
6466 symbol CONFIG_L1_INIT_RAM by just removing it.
6467
6468 Signed-off-by: Jon Loeliger <jdl@freescale.com>
6469 Acked-by: Andy Fleming <afleming@freescale.com>
6470
6471 commit 7008d26a40a76f90cae5824c812cfed449fb97b8
6472 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
6473 Date: Wed Oct 29 09:21:44 2008 -0500
6474
6475 fsl ddr skip interleaving if not supported.
6476
6477 Removed while(1) hang if memctl_intlv_ctl is set wrong.
6478 Remove embedded tabs from strings.
6479
6480 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
6481 Acked-by: Kumar Gala <galak@kernel.crashing.org>
6482 Acked-by: Andy Fleming <afleming@freescale.com>
6483
6484 commit dd332e18d082de75eca3fc2c7c778f5d4571a096
6485 Author: Anatolij Gustschin <agust@denx.de>
6486 Date: Thu Nov 13 18:08:57 2008 +0100
6487
6488 85xx: socrates: fix DDR SDRAM tlb entry configuration
6489
6490 since commit be0bd8234b9777ecd63c4c686f72af070d886517
6491 tlb entry for socrates DDR SDRAM will be reconfigured
6492 by setup_ddr_tlbs() from initdram() causing an
6493 inconsistency with previously configured DDR SDRAM tlb
6494 entry from tlb_table:
6495
6496 socrates>l2cam 7 9
6497 IDX PID EPN SIZE V TS RPN U0-U3 WIMGE UUUSSS
6498 7 : 00 00000000 256MB V 0 -> 0_00000000 0000 -I-G- ---RWX
6499 8 : 00 00000000 256MB V 0 -> 0_00000000 0000 ----- ---RWX
6500 9 : 00 10000000 256MB V 0 -> 0_10000000 0000 ----- ---RWX
6501
6502 This patch makes the presence of the DDR SDRAM tlb entry in
6503 the tlb_table dependent on CONFIG_SPD_EEPROM to avoid this
6504 inconsistency.
6505
6506 Signed-off-by: Anatolij Gustschin <agust@denx.de>
6507 Acked-by: Andy Fleming <afleming@freescale.com>
6508
6509 commit a2cd50ed6ef0ac6b127b3d6db756979a8336718d
6510 Author: Peter Tyser <ptyser@xes-inc.com>
6511 Date: Tue Nov 11 10:17:10 2008 -0600
6512
6513 85xx: Add CPU 2 errata workaround to all 8548 boards
6514
6515 All mpc8548-based boards should implement the suggested workaround
6516 to CPU 2 errata. Without the workaround, its possible for the
6517 8548's core to hang while executing a msync or mbar 0 instruction
6518 and a snoopable transaction from an I/O master tagged to make
6519 quick forward progress is present.
6520
6521 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
6522 Acked-by: Andy Fleming <afleming@freescale.com>
6523
6524 commit e57f0fa1333cdf3ca36110aac2900712a5f82976
6525 Author: Dave Liu <daveliu@freescale.com>
6526 Date: Tue Oct 28 17:53:45 2008 +0800
6527
6528 85xx: the DDR tlb is missed for the !CONFIG_SPD_EEPROM case
6529
6530 we need TLB entry for DDR at !SPD case.
6531
6532 Signed-off-by: Dave Liu <daveliu@freescale.com>
6533 Acked-by: Andy Fleming <afleming@freescale.com>
6534
6535 commit 9b0ad1b1c7a15ff674978705c7c52264978dc5d8
6536 Author: Dave Liu <daveliu@freescale.com>
6537 Date: Tue Oct 28 17:53:38 2008 +0800
6538
6539 85xx: remove the unused ddr_enable_ecc in the board file
6540
6541 The DDR controller of 8548/8544/8568/8572/8536 processors
6542 have the ECC data init feature, and the new DDR code is
6543 using the feature, and we don't need the way with DMA to
6544 init memory any more.
6545
6546 Signed-off-by: Dave Liu <daveliu@freescale.com>
6547 Acked-by: Andy Fleming <afleming@freescale.com>
6548
6549 commit 4a129a57d923f7c15aa1f567028a80a32d66a100
6550 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6551 Date: Sun Nov 30 19:36:53 2008 +0100
6552
6553 at91rm9200dk: Fix typo
6554
6555 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6556
6557 commit ed3b18e05c9a8ffa5fb643da9bcec7452e5d5e01
6558 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6559 Date: Sun Nov 30 19:36:50 2008 +0100
6560
6561 AT91: remove non supported board AT91RM9200DF macro
6562
6563 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6564
6565 commit bd876772ee04095e5dd943d97515a1f14bad4b1c
6566 Author: Ilko Iliev <iliev@ronetix.at>
6567 Date: Tue Dec 2 17:27:54 2008 +0100
6568
6569 mtd/dataflash.c: fix a problem with the last partition
6570
6571 This patch fix the problem that only the [NB_DATAFLASH_AREA - 1] dataflash
6572 partition can be defined to use the area to the end of dataflash size.
6573 Now it is possible to have only one dataflash partition from 0 to the end
6574 of of dataflash size.
6575
6576 Signed-off-by: Ilko Iliev <iliev@ronetix.at>
6577
6578 commit 03f797793b124dccaae145b977d15d6cb9e74504
6579 Author: Ilko Iliev <iliev@ronetix.at>
6580 Date: Tue Dec 2 17:20:17 2008 +0100
6581
6582 fix some coding style violations.
6583
6584 This patch fix some coding style violations.
6585
6586 Signed-off-by: Ilko Iliev <iliev@ronetix.at>
6587
6588 commit 5e46b1e54112f4b7fd5185665e571510132c12a7
6589 Author: Stefan Roese <sr@denx.de>
6590 Date: Thu Nov 27 14:11:37 2008 +0100
6591
6592 OneNAND: Add missing mtd info struct before calling onenand_erase()
6593
6594 Without this patch "saveenv" crashes when MTD partitions are enabled (e.g.
6595 for use in UBI) via CONFIG_MTD_PARTITIONS.
6596
6597 Signed-off-by: Stefan Roese <sr@denx.de>
6598 Signed-off-by: Scott Wood <scottwood@freescale.com>
6599
6600 commit 29382d4064fbaff5daacff4c3209370fa5713966
6601 Author: Becky Bruce <becky.bruce@freescale.com>
6602 Date: Thu Nov 20 16:43:52 2008 -0600
6603
6604 mpc8641: Fix error in README
6605
6606 I made some updates to the code that didn't make it into the
6607 README - fix this
6608
6609 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
6610
6611 commit 801a194616d95e6fc426a176d9615ccbf9876c7f
6612 Author: Jon Loeliger <jdl@freescale.com>
6613 Date: Thu Nov 20 12:01:02 2008 -0600
6614
6615 Removed unused CONFIG_L1_INIT_RAM symbol.
6616
6617 Prevent further viral propogation of the unused
6618 symbol CONFIG_L1_INIT_RAM by just removing it.
6619
6620 Signed-off-by: Jon Loeliger <jdl@freescale.com>
6621
6622 commit f698738e46cb461e28c2d58228bb34a2fcf5a475
6623 Author: Jon Loeliger <jdl@freescale.com>
6624 Date: Thu Nov 20 14:02:56 2008 -0600
6625
6626 86xx: Fix non-64-bit compilation problems.
6627
6628 Introducing 64-bit (36-bit) support for the MPC8641HPCN
6629 failed to accomodate the other two 86xx boards.
6630 Introduce definitions for CONFIG_SYS_CCSRBAR_PHYS_{LOW,HIGH}
6631 CONFIG_SYS_CCSR_DEFAULT_DBAT{U,L} and CONFIG_SYS_CCSR_DEFAULT_IBAT{U,L}
6632 with nominal 32-bit values.
6633
6634 Signed-off-by: Jon Loeliger <jdl@freescale.com>
6635 Acked-by: Becky Bruce <becky.bruce@freescale.com>
6636
6637 commit bebfc6ef3ec994c8e18783269b1d8d41f8e38afd
6638 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
6639 Date: Wed Nov 26 17:40:37 2008 +0100
6640
6641 Remove obsolete command (apply afte USB style patch, 80 chars strict)
6642
6643 Remove USB obsolete commmand
6644
6645 Signed-off-by: Michael Trimarchi <trimarchi@gandalf.sssup.it>
6646 Signed-off-by: Remy Böhmer <linux@bohmer.net>
6647
6648 commit de39f8c19d7c12017248c49d432dcb81db68f724
6649 Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
6650 Date: Wed Nov 26 17:41:34 2008 +0100
6651
6652 USB style patch, 80 chars strict
6653
6654 USB Code style patch
6655
6656 Signed-off-by: Michael Trimarchi <trimarchi@gandalf.sssup.it>
6657 Signed-off-by: Remy Böhmer <linux@bohmer.net>
6658
6659 commit d10c5a87cb8affbb4d35a311370316d4383d598e
6660 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6661 Date: Fri Nov 7 22:46:21 2008 +0100
6662
6663 drivers/usb: Move conditional compilation to Makefile
6664
6665 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6666 Signed-off-by: Remy Böhmer <linux@bohmer.net>
6667
6668 commit 2077e348c2a84901022ad95311b47b70361e6daa
6669 Author: Scott Wood <scottwood@freescale.com>
6670 Date: Tue Nov 25 10:47:02 2008 -0600
6671
6672 NAND: Fix misplaced return statement in nand_{read,write}_skip_bad().
6673
6674 This caused the operation to be needlessly repeated if there were
6675 no bad blocks and no errors.
6676
6677 Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
6678 Signed-off-by: Scott Wood <scottwood@freescale.com>
6679
6680 commit 89295028e7d8f7a524f485328279d72fdb102385
6681 Author: Michal Simek <monstr@monstr.eu>
6682 Date: Mon Nov 24 12:09:50 2008 +0100
6683
6684 ppc4xx: ml300 remove Xilinx BSP from ml300 folder
6685
6686 This BSP should be outside u-boot source tree.
6687 The second reason is that xilinx ppc405 was moved to generic platform.
6688
6689 Signed-off-by: Michal Simek <monstr@monstr.eu>
6690 Signed-off-by: Stefan Roese <sr@denx.de>
6691
6692 commit 24eea623d4974a169026a975ba12fb23d48154b1
6693 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
6694 Date: Mon Nov 24 15:11:10 2008 +0100
6695
6696 ppc4xx: Remove unused features
6697
6698 This patch disables some unused features from the PCI405 configuration
6699 to keep U-Boot image size below 192k.
6700
6701 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
6702 Signed-off-by: Stefan Roese <sr@denx.de>
6703
6704 commit 0c2385c3bb51f5d3911fce1ec4720db86b534c2b
6705 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
6706 Date: Mon Nov 24 15:11:09 2008 +0100
6707
6708 ppc4xx: Use correct io accessors for PCI405
6709
6710 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
6711 Signed-off-by: Stefan Roese <sr@denx.de>
6712
6713 commit 348c849d86a6f0785752b9bc497a34658713d1d1
6714 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
6715 Date: Mon Nov 24 15:11:08 2008 +0100
6716
6717 ppc4xx: Remove unused code from PCI405 code
6718
6719 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
6720 Signed-off-by: Stefan Roese <sr@denx.de>
6721
6722 commit 633639587e3596f0dbf5e6247dd3faf80b1d9063
6723 Author: Heiko Schocher <hs@denx.de>
6724 Date: Thu Nov 20 09:59:09 2008 +0100
6725
6726 powerpc, keymile boards: extract identical config options
6727
6728 This patch extracts the identical config options for the
6729 keymile boards mgcoge, mgsuvd and kmeter1 in a new
6730 common config file keymile-common.h.
6731
6732 Signed-off-by: Heiko Schocher <hs@denx.de>
6733 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
6734
6735 commit 9482a8e3d6ac766d90e5059dce777b1e4c868a30
6736 Author: Heiko Schocher <hs@denx.de>
6737 Date: Fri Nov 21 08:29:40 2008 +0100
6738
6739 powerpc: keymile: Add a check for the PIGGY debug board
6740
6741 Check the presence of the PIGGY on the keymile boards mgcoge,
6742 mgsuvd and kmeter1. If the PIGGY is not present, dont register
6743 this Ethernet device.
6744
6745 Signed-off-by: Heiko Schocher <hs@denx.de>
6746 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
6747
6748 commit 58c696eed839af894e0265064669c402dc28b371
6749 Author: Wolfgang Denk <wd@xpert.denx.de>
6750 Date: Mon Nov 24 21:50:59 2008 +0100
6751
6752 AT91RM9200DK: fix broken boot from NOR flash
6753
6754 Signed-off-by: Wolfgang Denk <wd@denx.de>
6755
6756 commit 8052352f20b33bef8f9872fc983eac73d4693c38
6757 Author: Jens Scharsig <esw@bus-elektronik.de>
6758 Date: Tue Nov 18 10:48:46 2008 +0100
6759
6760 at91rm9200: fix broken boot from nor flash
6761
6762 This patch fix the broken boot from NOR Flash on AT91RM9200 boards, if
6763 CONFIG_AT91RM9200 is defined and nor preloader is used.
6764
6765 Signed-off-by: Jens Scharsig <esw@bus-elektronik.de>
6766
6767 commit 25ea652e907516a283b38237e83712a918f125d7
6768 Author: Piotr Ziecik <kosmo@semihalf.com>
6769 Date: Mon Nov 17 15:58:00 2008 +0100
6770
6771 UBI: Add proof-of-concept CFI flash support
6772
6773 With this patch UBI can be used on CFI flash chips.
6774
6775 Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
6776 Signed-off-by: Stefan Roese <sr@denx.de>
6777
6778 commit e6a7edbc1778d27431ac663b40a71dafa5d20578
6779 Author: Piotr Ziecik <kosmo@semihalf.com>
6780 Date: Mon Nov 17 15:57:59 2008 +0100
6781
6782 mtd: Remove a printf() from add_mtd_device().
6783
6784 Remove a printf() from add_mtd_device(), which produces spurious output.
6785
6786 Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
6787 Signed-off-by: Stefan Roese <sr@denx.de>
6788
6789 commit 91809ed51d8327a8dbbf29aa98a091154c282171
6790 Author: Piotr Ziecik <kosmo@semihalf.com>
6791 Date: Mon Nov 17 15:57:58 2008 +0100
6792
6793 cfi-mtd: Add cfi-mtd driver.
6794
6795 Add cfi-mtd driver, which exports CFI flash to MTD layer.
6796 This allows CFI flash devices to be used from MTD layer.
6797
6798 Building of the new driver is controlled by CONFIG_FLASH_CFI_MTD
6799 option. Initialization is done by calling cfi_mtd_init() from
6800 flash_init().
6801
6802 Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
6803 Signed-off-by: Stefan Roese <sr@denx.de>
6804
6805 commit 6ea808efdf9aa5d9067fbfac32acde8539129ed2
6806 Author: Piotr Ziecik <kosmo@semihalf.com>
6807 Date: Mon Nov 17 15:49:32 2008 +0100
6808
6809 cfi_flash: Add interface for flash verbosity control
6810
6811 Add interface for flash verbosity control. It allows
6812 to disable output from low-level flash API. It is useful
6813 when calling these low-level functions from context other
6814 than flash commands (for example the MTD/CFI interface
6815 implmentation).
6816
6817 Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
6818 Signed-off-by: Stefan Roese <sr@denx.de>
6819
6820 commit ebc9784ce6528385bb8d2558e783622d4bbf20f8
6821 Author: Piotr Ziecik <kosmo@semihalf.com>
6822 Date: Thu Nov 20 15:17:38 2008 +0100
6823
6824 cfi_flash: Export flash_sector_size() function.
6825
6826 Export flash_sector_size() function from drivers/mtd/cfi_flash.c,
6827 so that it can be used in the upcoming cfi-mtd driver.
6828
6829 Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
6830 Signed-off-by: Stefan Roese <sr@denx.de>
6831
6832 commit 45aa5a7f4d5bcb79927ddfc896c1d7c4326e235d
6833 Author: Stefan Roese <sr@denx.de>
6834 Date: Mon Nov 17 14:45:22 2008 +0100
6835
6836 cfi_flash: Make all flash access functions weak
6837
6838 This patch defines all flash access functions as weak so that
6839 they can be overridden by board specific versions.
6840
6841 This will be used by the upcoming VCTH board support where the NOR
6842 FLASH unfortunately can't be accessed memory-mapped. Special
6843 accessor functions are needed here.
6844
6845 To enable this weak functions you need to define
6846 CONFIG_CFI_FLASH_USE_WEAK_ACCESSORS in your board config header.
6847 Otherwise the "old" default functions will be used resulting
6848 in smaller code.
6849
6850 Signed-off-by: Stefan Roese <sr@denx.de>
6851 Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
6852
6853 commit a5c4067017631d903e1afa6ad615f0ce19fea517
6854 Author: Stefan Roese <sr@denx.de>
6855 Date: Mon Nov 24 08:31:16 2008 +0100
6856
6857 UBI: Change parsing of size in commands to default to hex
6858
6859 Currently the size parameters of the UBI commands (e.g. "ubi write") are
6860 decoded as decimal instead of hex as default. This patch now interprets
6861 all these values consistantly as hex, as all other standard U-Boot commands
6862 do.
6863
6864 Signed-off-by: Stefan Roese <sr@denx.de>
6865
6866 commit de01c76c3ccc4e6c5989228eed58e955a3a1a968
6867 Author: Stefan Roese <sr@denx.de>
6868 Date: Fri Nov 21 13:06:06 2008 +0100
6869
6870 ppc4xx: ML2 shouldn't include the 4xx EMAC driver
6871
6872 Signed-off-by: Stefan Roese <sr@denx.de>
6873
6874 commit 1a6a00dcc5bdfc6e9b4b00f39c1f583a7f96fc7f
6875 Author: Yuri Tikhonov <yur@emcraft.com>
6876 Date: Fri Nov 14 16:19:19 2008 +0300
6877
6878 ppc4xx: katmai: Change default config
6879
6880 This patch enables support for EXT2, and increases the
6881 CONFIG_SYS_BOOTMAPSZ size for the default configuration
6882 of the katmai boards to use them as the RAID-reference
6883 AMCC setups.
6884
6885 EXT2 enabling allows one to boot kernels from the EXT2
6886 formatted Compact Flash cards.
6887
6888 CONFIG_SYS_BOOTMAPSZ increasing allows one to boot the
6889 Linux kernels, which use PAGE_SIZE of 256KB. Otherwise,
6890 the memory area with DTB file (which is placed at the
6891 end of the bootmap area) will turn out to be overlapped
6892 with the BSS segment of the 256KB kernel, and zeroed
6893 in early_init() of Linux.
6894
6895 Actually, increasing of the bootmap size could be done
6896 via setting of the bootm_size U-Boot variable, but it looks
6897 like the current U-Boot implementation have some bootm_size-
6898 related functionality lost. In many places through the U-Boot
6899 code the CONFIG_SYS_BOOTMAPSZ definition is used directly
6900 (instead of trying to read the corresponding value from the
6901 environment). The same is truth for the boot_jump_linux()
6902 function in lib_ppc/bootm.c, where U-Boot transfers control
6903 to Linux passing the CONFIG_SYS_BOOTMAPSZ (not bootm_size)
6904 value to the booting kernel.
6905
6906 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
6907 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
6908 Signed-off-by: Stefan Roese <sr@denx.de>
6909
6910 commit ddf45cc758d394591fb9bcdcbe96530f733f2bce
6911 Author: Dave Mitchell <dmitch71@gmail.com>
6912 Date: Thu Nov 20 14:09:50 2008 -0600
6913
6914 ppc4xx: Changed 460EX/GT OCM TLB and internal SRAM initialization
6915
6916 Expanded OCM TLB to allow access to 64K OCM as well as 256K of
6917 internal SRAM.
6918
6919 Adjusted internal SRAM initialization to match updated user
6920 manual recommendation.
6921
6922 OCM & ISRAM are now mapped as follows:
6923 physical virtual size
6924 ISRAM 0x4_0000_0000 0xE300_0000 256k
6925 OCM 0x4_0004_0000 0xE304_0000 64k
6926
6927 A single TLB was used for this mapping.
6928
6929 Signed-off-by: Dave Mitchell <dmitch71@gmail.com>
6930 Signed-off-by: Stefan Roese <sr@denx.de>
6931
6932 commit b14ca4b61a681f75f3125676e09d7ce6af66e927
6933 Author: Dave Mitchell <dmitch71@gmail.com>
6934 Date: Thu Nov 20 14:00:49 2008 -0600
6935
6936 ppc4xx: Added ppc4xx-isram.h for internal SRAM and L2 cache DCRs
6937
6938 Added include/asm-ppc/ppc4xx-isram.h and moved internal SRAM and
6939 L2 cache DCRs from ppc440.h to this new header.
6940
6941 Also converted these DCR defines from lowercase to uppercase and
6942 modified referencing modules to use them.
6943
6944 Signed-off-by: Dave Mitchell <dmitch71@gmail.com>
6945 Signed-off-by: Stefan Roese <sr@denx.de>
6946
6947 commit 711e2b2af820d21d9931d4cf8057d3894600fd54
6948 Author: Steven A. Falco <sfalco@harris.com>
6949 Date: Thu Nov 20 14:37:57 2008 -0500
6950
6951 ppc4xx: Delete unused definitions for SDR0_DDRCFG from ppc4xx.h
6952
6953 The definitions of bits in SDR_CFG are incorrect, and not used within
6954 U-Boot. Therefore, they can be removed.
6955
6956 The naming of the sdr_ddrdl/sdr_cfg registers do not follow conventions,
6957 and are unused, so they can be removed too.
6958
6959 A definition for SDR0_DDRCFG is added.
6960
6961 Signed-off-by: Steven A. Falco <sfalco@harris.com>
6962 Signed-off-by: Stefan Roese <sr@denx.de>
6963
6964 commit e23c7c95a96eb0f068efe5c532215a10a1512a95
6965 Author: Dirk Behme <dirk.behme@gmail.com>
6966 Date: Mon Nov 10 20:15:25 2008 +0100
6967
6968 ARM: OMAP: Convert IO macros
6969
6970 Convert IO macros to readx/writex.
6971
6972 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
6973
6974 commit 263b749e2e25473a48776d317bd2a7e2ddcdd212
6975 Author: Ilko Iliev <iliev@ronetix.at>
6976 Date: Sun Nov 9 15:53:14 2008 +0100
6977
6978 lib_arm: do_bootm_linux() - correct a small mistake
6979
6980 This patch corrects a small bug in the "if" condition:
6981 the parameter "flag" is 0 and the "if" condition is always true.
6982 The result is - the boom command doesn't start the kernel.
6983 Affected targets: all arm based.
6984
6985 Signed-off-by: Ilko Iliev <iliev@ronetix.at>
6986
6987 commit 3e0cda071a67cb5709e3fa4faf6b31a731859acc
6988 Author: Stelian Pop <stelian@popies.net>
6989 Date: Sun Nov 9 00:14:46 2008 +0100
6990
6991 AT91: Enable PLLB for USB
6992
6993 At least some (old ?) versions of the AT91Bootstrap do not set up the
6994 PLLB correctly to 48 MHz in order to make USB host function correctly.
6995
6996 This patch sets up the PLLB to the same values Linux uses, and makes USB
6997 work ok on the following CPUs:
6998 - AT91CAP9
6999 - AT91SAM9260
7000 - AT91SAM9263
7001
7002 This patch also defines CONFIG_USB_STORAGE and CONFIG_CMD_FAT for all
7003 the relevant AT91CAP9/AT91SAM9 atmel boards.
7004
7005 Signed-off-by: Stelian Pop <stelian@popies.net>
7006 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7007
7008 commit ad229a44e162af0f65e57e4e3dc133d5f0364ecb
7009 Author: Stelian Pop <stelian@popies.net>
7010 Date: Fri Nov 7 13:55:14 2008 +0100
7011
7012 AT91: Use AT91_CPU_CLOCK in displays
7013
7014 Introduce AT91_CPU_CLOCK and use it for displaying the CPU
7015 speed in the LCD driver.
7016
7017 Also make AT91_MAIN_CLOCK and AT91_MASTER_CLOCK reflect the
7018 corresponding board clocks.
7019
7020 Signed-off-by: Stelian Pop <stelian@popies.net>
7021
7022 commit fed36ac5ae613773b6cd90e61e292c45440e10c8
7023 Author: Heiko Schocher <hs@denx.de>
7024 Date: Thu Nov 20 09:57:47 2008 +0100
7025
7026 powerpc: 83xx: add support for the kmeter1 board
7027
7028 This patch adds support for the kmeter1 board from Keymile,
7029 based on a Freescale MPC8360 CPU.
7030
7031 - serial console on UART 1
7032 - 256 MB DDR2 RAM
7033 - 64 MB NOR Flash
7034 - Ethernet RMII Mode over UCC4
7035 - PHY SMSC LAN8700
7036
7037 Signed-off-by: Heiko Schocher <hs@denx.de>
7038 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
7039
7040 commit 25fb4eaaeab3f8866020818f4729d990dcc91cf0
7041 Author: Stefan Roese <sr@denx.de>
7042 Date: Thu Nov 20 11:46:20 2008 +0100
7043
7044 ppc4xx: Clear all potentially pending exceptions in MCSR
7045
7046 This is needed on Canyonlands which still has an exception pending
7047 while running relocate_code(). This leads to a failure after trap_init()
7048 is moved to the top of board_init_r().
7049
7050 Signed-off-by: Stefan Roese <sr@denx.de>
7051
7052 commit facdad5f2602e899a01746916beddbf9e856b5ee
7053 Author: Heiko Schocher <hs@denx.de>
7054 Date: Wed Nov 19 10:10:30 2008 +0100
7055
7056 powerpc: 83xx: add missing TIMING_CFG1_CASLAT_* defines
7057
7058 Signed-off-by: Heiko Schocher <hs@denx.de>
7059 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
7060
7061 commit 2f2a5c3714d17f4ead18b713128b7226e0e822f4
7062 Author: Howard Gregory <Greg.Howard@freescale.com>
7063 Date: Tue Nov 4 14:55:33 2008 +0800
7064
7065 mpc83xx: Improve the performance of DDR memory
7066
7067 modify the CAS timings. my understanding is that these
7068 settings decrease various wait times in the DDR interface.
7069 Because these wait times are in clock cycles, and the DDR
7070 clock on the 8315 RDB runs slower than on some other 83xx
7071 platforms, we can dial down these values without a problem,
7072 thereby decreasing the latency of memory a little.
7073
7074 Signed-off-by: Howard Gregory <Greg.Howard@freescale.com>
7075 Signed-off-by: Dave Liu <daveliu@freescale.com>
7076 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
7077
7078 commit 8000b086b33a5a81f3f390f37e178db7956dc08b
7079 Author: Kyungmin Park <kyungmin.park@samsung.com>
7080 Date: Fri Oct 24 14:55:33 2008 +0200
7081
7082 ARM: Add Apollon UBI support
7083
7084 To enable UBI on Apollon you need to uncomment the CONFIG_SYS_USE_UBI
7085 macro.
7086
7087 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
7088 Signed-off-by: Stefan Roese <sr@denx.de>
7089
7090 commit 694a0b3f1c0accd0de94b89555155d69f8022824
7091 Author: Kyungmin Park <kyungmin.park@samsung.com>
7092 Date: Wed Nov 19 11:47:05 2008 +0100
7093
7094 UBI: Add UBI command support
7095
7096 This patch adds these UBI commands:
7097
7098 ubi part [nand|onenand] [part] - Show or set current partition
7099 ubi info [l[ayout]] -Display volume and UBI layout information
7100 ubi create[vol] volume [size] [type] - Create volume name with size
7101 ubi write[vol] address volume size - Write volume from address with size
7102 ubi read[vol] address volume [size] - Read volume to address with size
7103 ubi remove[vol] volume - Remove volume
7104
7105 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
7106 Signed-off-by: Stefan Roese <sr@denx.de>
7107
7108 commit 58be3a1056d88c6d05f3e914389282807e69923a
7109 Author: Kyungmin Park <kyungmin.park@samsung.com>
7110 Date: Wed Nov 19 16:38:24 2008 +0100
7111
7112 UBI: Add basic UBI support to U-Boot (Part 8/8)
7113
7114 This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
7115 It's based on the Linux UBI version and basically has a "OS"
7116 translation wrapper that defines most Linux specific calls
7117 (spin_lock() etc.) into no-ops. Some source code parts have been
7118 uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
7119 this version with the Linux version and simplifies future UBI
7120 ports/bug-fixes from the Linux version.
7121
7122 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
7123 Signed-off-by: Stefan Roese <sr@denx.de>
7124
7125 commit 47ae6693f54f80455ae32c2e0d995e0e4bdc15b9
7126 Author: Kyungmin Park <kyungmin.park@samsung.com>
7127 Date: Wed Nov 19 16:36:36 2008 +0100
7128
7129 UBI: Add basic UBI support to U-Boot (Part 7/8)
7130
7131 This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
7132 It's based on the Linux UBI version and basically has a "OS"
7133 translation wrapper that defines most Linux specific calls
7134 (spin_lock() etc.) into no-ops. Some source code parts have been
7135 uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
7136 this version with the Linux version and simplifies future UBI
7137 ports/bug-fixes from the Linux version.
7138
7139 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
7140 Signed-off-by: Stefan Roese <sr@denx.de>
7141
7142 commit 7e6ee7ad27de5216db1baef76f38c3429c8f4a2a
7143 Author: Kyungmin Park <kyungmin.park@samsung.com>
7144 Date: Wed Nov 19 16:32:36 2008 +0100
7145
7146 UBI: Add basic UBI support to U-Boot (Part 6/8)
7147
7148 This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
7149 It's based on the Linux UBI version and basically has a "OS"
7150 translation wrapper that defines most Linux specific calls
7151 (spin_lock() etc.) into no-ops. Some source code parts have been
7152 uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
7153 this version with the Linux version and simplifies future UBI
7154 ports/bug-fixes from the Linux version.
7155
7156 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
7157 Signed-off-by: Stefan Roese <sr@denx.de>
7158
7159 commit c91a719daa331b5856109313371e4ece5ec06d96
7160 Author: Kyungmin Park <kyungmin.park@samsung.com>
7161 Date: Wed Nov 19 16:28:06 2008 +0100
7162
7163 UBI: Add basic UBI support to U-Boot (Part 5/8)
7164
7165 This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
7166 It's based on the Linux UBI version and basically has a "OS"
7167 translation wrapper that defines most Linux specific calls
7168 (spin_lock() etc.) into no-ops. Some source code parts have been
7169 uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
7170 this version with the Linux version and simplifies future UBI
7171 ports/bug-fixes from the Linux version.
7172
7173 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
7174 Signed-off-by: Stefan Roese <sr@denx.de>
7175
7176 commit f412fefa079c6aa9a9763f6869bf787ea6bf6e1b
7177 Author: Kyungmin Park <kyungmin.park@samsung.com>
7178 Date: Wed Nov 19 16:27:23 2008 +0100
7179
7180 UBI: Add basic UBI support to U-Boot (Part 4/8)
7181
7182 This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
7183 It's based on the Linux UBI version and basically has a "OS"
7184 translation wrapper that defines most Linux specific calls
7185 (spin_lock() etc.) into no-ops. Some source code parts have been
7186 uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
7187 this version with the Linux version and simplifies future UBI
7188 ports/bug-fixes from the Linux version.
7189
7190 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
7191 Signed-off-by: Stefan Roese <sr@denx.de>
7192
7193 commit 2d262c4853cb5b6ddce1a28a9641f2de3688d7ea
7194 Author: Kyungmin Park <kyungmin.park@samsung.com>
7195 Date: Wed Nov 19 16:26:54 2008 +0100
7196
7197 UBI: Add basic UBI support to U-Boot (Part 3/8)
7198
7199 This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
7200 It's based on the Linux UBI version and basically has a "OS"
7201 translation wrapper that defines most Linux specific calls
7202 (spin_lock() etc.) into no-ops. Some source code parts have been
7203 uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
7204 this version with the Linux version and simplifies future UBI
7205 ports/bug-fixes from the Linux version.
7206
7207 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
7208 Signed-off-by: Stefan Roese <sr@denx.de>
7209
7210 commit 961df83361aff9a14f226214224eb8a06e05ba24
7211 Author: Kyungmin Park <kyungmin.park@samsung.com>
7212 Date: Wed Nov 19 16:25:44 2008 +0100
7213
7214 UBI: Add basic UBI support to U-Boot (Part 2/8)
7215
7216 This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
7217 It's based on the Linux UBI version and basically has a "OS"
7218 translation wrapper that defines most Linux specific calls
7219 (spin_lock() etc.) into no-ops. Some source code parts have been
7220 uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
7221 this version with the Linux version and simplifies future UBI
7222 ports/bug-fixes from the Linux version.
7223
7224 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
7225 Signed-off-by: Stefan Roese <sr@denx.de>
7226
7227 commit f399d4a281713d5ef2d764f05d545fe61e3bd569
7228 Author: Kyungmin Park <kyungmin.park@samsung.com>
7229 Date: Wed Nov 19 16:23:06 2008 +0100
7230
7231 UBI: Add basic UBI support to U-Boot (Part 1/8)
7232
7233 This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
7234 It's based on the Linux UBI version and basically has a "OS"
7235 translation wrapper that defines most Linux specific calls
7236 (spin_lock() etc.) into no-ops. Some source code parts have been
7237 uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
7238 this version with the Linux version and simplifies future UBI
7239 ports/bug-fixes from the Linux version.
7240
7241 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
7242 Signed-off-by: Stefan Roese <sr@denx.de>
7243
7244 commit e29c22f5abe6e0f4baa6251efed6074cdfc3db79
7245 Author: Kyungmin Park <kyungmin.park@samsung.com>
7246 Date: Wed Nov 19 16:20:36 2008 +0100
7247
7248 MTD: Add MTD paritioning infrastructure
7249
7250 This MTD part infrastructure will be used by the upcoming
7251 UBI support.
7252
7253 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
7254 Signed-off-by: Stefan Roese <sr@denx.de>
7255
7256 commit 9b827cf1720acda2473afa516956eab6f7cca9a1
7257 Author: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
7258 Date: Thu Oct 16 22:54:03 2008 +0530
7259
7260 Align end of bss by 4 bytes
7261
7262 Most of the bss initialization loop increments 4 bytes
7263 at a time. And the loop end is checked for an 'equal'
7264 condition. Make the bss end address aligned by 4, so
7265 that the loop will end as expected.
7266
7267 Signed-off-by: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
7268 Signed-off-by: Wolfgang Denk <wd@denx.de>
7269
7270 commit 3f510db522d160179dff3ddcce9b18f6241c2c24
7271 Author: Becky Bruce <becky.bruce@freescale.com>
7272 Date: Mon Nov 10 19:45:35 2008 -0600
7273
7274 mpc8641: fix address-cells default in old .dts detection
7275
7276 address-cells defaults to 2, not 1; so in the unlikely
7277 event that it isn't specified, this patch is required
7278 for correct operation.
7279
7280 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
7281
7282 commit d025aa4b20a0618a2bada0132a9a0a4afb717f1a
7283 Author: Becky Bruce <becky.bruce@freescale.com>
7284 Date: Fri Oct 31 17:14:39 2008 -0500
7285
7286 lib_ppc: Move trap_init to occur earlier
7287
7288 Doing trap_init immediately once we're running from RAM
7289 means we're no longer dependent on the physical location of
7290 the flash on non-BookE platforms. Before trap_init, those
7291 platforms switch to real mode and go to 0xfff00100 on exception.
7292 After the switch, they go to 0x00000100 This makes it easier to
7293 move the flash location.
7294
7295 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
7296
7297 commit d52082b12c6e545705a19433a2f4142526536189
7298 Author: Becky Bruce <becky.bruce@freescale.com>
7299 Date: Fri Nov 7 13:46:19 2008 -0600
7300
7301 mpc8641: Try to detect old .dts files
7302
7303 Since we've changed the memory map of the board, be nice and
7304 add some checking to try to catch out-of-date .dts files. We do
7305 this by checking the CCSRBAR location in the .dts and comparing
7306 it to the CCSRBAR location in u-boot. If they don't match, a
7307 warning msg is printed. This isn't foolproof, but it's simple and
7308 will catch most of the cases where an out-of-date .dts is present,
7309 including all of the cases where a new u-boot is used with an old
7310 standard MPC8641 .dts file as supplied with Linux.
7311
7312 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
7313
7314 commit 8db0400a27839f91c047dcb83f4a0f09e054a180
7315 Author: Becky Bruce <becky.bruce@freescale.com>
7316 Date: Thu Nov 6 13:04:09 2008 -0600
7317
7318 toplevel Makefile: Add MPC8641HPCN_36BIT target
7319
7320 This will enable CONFIG_PHYS_36BIT for MPC8641HPCN.
7321
7322 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
7323
7324 commit 3111d32c494e8251b90917447796a7206b757e1e
7325 Author: Becky Bruce <becky.bruce@freescale.com>
7326 Date: Thu Nov 6 17:37:35 2008 -0600
7327
7328 mpc8641: Support 36-bit physical addressing
7329
7330 This patch creates a memory map with all the devices
7331 in 36-bit physical space, in addition to the 32-bit map.
7332 The CCSR relocation is moved (again, sorry) to
7333 allow for the physical address to be 36 bits - this
7334 requires translation to be enabled. With 36-bit physical
7335 addressing enabled, we are no longer running with VA=PA
7336 translations. This means we have to distinguish between
7337 the two in the config file. The existing region name is
7338 used to indicate the virtual address, and a _PHYS variety
7339 is created to represent the physical address.
7340
7341 Large physical addressing is not enabled by default.
7342 Set CONFIG_PHYS_64BIT in the config file to turn this on.
7343
7344 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
7345
7346 commit c759a01a0022de9378a3a761f49786f87684c916
7347 Author: Becky Bruce <becky.bruce@freescale.com>
7348 Date: Thu Nov 6 17:36:04 2008 -0600
7349
7350 mpc8641: Change 32-bit memory map
7351
7352 The memory map on the 8641hpcn is modified to look more like
7353 the 85xx boards; this is a step towards a more standardized
7354 layout going forward. As part of this change, we now relocate
7355 the flash.
7356
7357 The regions for some of the mappings were far larger than they
7358 needed to be. I have reduced the mappings to match the
7359 actual sizes supported by the hardware.
7360
7361 In addition I have removed the comments at the head
7362 of the BAT blocks in the config file, rather than updating
7363 them. These get horribly out of date, and it's a simple
7364 matter to look at the defines to see what they are set to
7365 since everything is right here in the same file.
7366
7367 Documentation has been changed to reflect the new map, as this
7368 change is user visible, and affects the OS which runs post-uboot.
7369
7370 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
7371
7372 commit bf9a8c34309ed9276258295db9e9212aabb2531a
7373 Author: Becky Bruce <becky.bruce@freescale.com>
7374 Date: Wed Nov 5 14:55:35 2008 -0600
7375
7376 mpc86xx: Change early FLASH mapping to 1M at CONFIG_MONITOR_BASE_EARLY
7377
7378 We define CONFIG_MONITOR_BASE_EARLY to define the initial location
7379 of the bootpage in flash. Use this to create an early mapping
7380 definition for the FLASH, and change the early_bats code to use this.
7381
7382 This change facilitates the relocation of the flash since the early
7383 mappings are no longer tied to the final location of the flash.
7384
7385 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
7386
7387 commit c1e1cf69547b138173f87a7f81c42a5d8dbfde3d
7388 Author: Becky Bruce <becky.bruce@freescale.com>
7389 Date: Wed Nov 5 14:55:34 2008 -0600
7390
7391 mpc86xx: Use SRR0/1/rfi to enable address translation, not blr
7392
7393 Using a mtmsr/blr means that you have to be executing at the
7394 same virtual address once you enable translation. This is
7395 unnecessarily restrictive, and is not really how this is
7396 usually done. Change it to use the more common mtspr SRR0/SRR1
7397 and rfi method.
7398
7399 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
7400
7401 commit 6bf98b1362f0cb237620355ed3e6762fff82388d
7402 Author: Becky Bruce <becky.bruce@freescale.com>
7403 Date: Wed Nov 5 14:55:33 2008 -0600
7404
7405 mpc8641: make DIAG_ADDR == FLASH_BASE
7406
7407 Currently, that's what it is, but it's hardcoded.
7408
7409 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
7410
7411 commit 170deacb1ddc39164bdb68f3963e0c0456a5369b
7412 Author: Becky Bruce <becky.bruce@freescale.com>
7413 Date: Wed Nov 5 14:55:32 2008 -0600
7414
7415 mpc8641: Drop imaginary second flash bank, map 8MB
7416
7417 There's a lot of setup and foo for the second flash
7418 bank. The problem is, this board doesn't actually have one.
7419 Clean this up. Also, the flash is 8M in size. Get rid
7420 of the confusing aliased overmapping, and just map 8M.
7421
7422 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
7423
7424 commit 0f2d66027bfc60dc7eea2f096af8891988c5abe4
7425 Author: Becky Bruce <becky.bruce@freescale.com>
7426 Date: Wed Nov 5 14:55:31 2008 -0600
7427
7428 mpc8641: only define CONFIG_ENV_SIZE once
7429
7430 It's currently defined twice inside in an if/else block, but
7431 both halves set the same value. Move the define outside
7432 the if.
7433
7434 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
7435
7436 commit 24bfb48c35fed6ad1f047e3e4a27df302482cd93
7437 Author: Becky Bruce <becky.bruce@freescale.com>
7438 Date: Wed Nov 5 14:55:30 2008 -0600
7439
7440 mpc86xx: Move setup_bats into cpu_init_f
7441
7442 In order to later allow for a physical relocation of the
7443 flash, setup_bats, which sets up the final BAT mapping
7444 for the board, needs to happen *after* init_laws().
7445 Otherwise, there will be no window programmed for the flash
7446 at the new physical location at the point when we change
7447 the mmu translation.
7448
7449 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
7450
7451 commit 05df3e5a638be8c5b0899eae1766bbe8e4b92c17
7452 Author: Becky Bruce <becky.bruce@freescale.com>
7453 Date: Wed Nov 5 14:55:29 2008 -0600
7454
7455 mpc8641: Remove extra "0" from BR2 define
7456
7457 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
7458
7459 commit edf3fe7d39a1ee07353128af5221422ce9ccfad6
7460 Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
7461 Date: Thu Oct 23 09:08:18 2008 -0400
7462
7463 drivers/qe/uec_phy.c: Added PHY-less (fixed PHY) driver.
7464
7465 Copied over the fixed PHY driver as used in pp4xx/4xx_enet.c.
7466 This adds support for PHY-less MAC connections to the UEC.
7467
7468 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
7469 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
7470
7471 commit 54bdcc9fb6670afde9c26dcf364f582879bf21d6
7472 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7473 Date: Thu Oct 23 16:27:24 2008 +0000
7474
7475 ColdFire: Add mii driver in drivers/net
7476
7477 All CF platforms' mii.c are consolidated into one
7478
7479 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7480 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
7481
7482 commit 25a859066b3af1070eb69f12022113c0a91bd813
7483 Author: Ben Warren <biggerbadderben@gmail.com>
7484 Date: Mon Oct 27 23:53:17 2008 -0700
7485
7486 Moved initialization of PPC4xx EMAC to cpu_eth_init()
7487
7488 Removed initialization of the driver from net/eth.c
7489
7490 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
7491 Acked-by: Stefan Roese <sr@denx.de>
7492
7493 commit 4d03a4e20e58552cb96d61a0e8b56cdb6cc60126
7494 Author: Ben Warren <biggerbadderben@gmail.com>
7495 Date: Sun Nov 9 21:29:23 2008 -0800
7496
7497 Moved PPC4xx EMAC driver to drivers/net
7498
7499 Also changed path in all linker scripts that reference this driver
7500
7501 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
7502 Acked-by: Stefan Roese <sr@denx.de>
7503
7504 commit 96e21f86e8266ed40759e5495ee461265d7f6d28
7505 Author: Ben Warren <biggerbadderben@gmail.com>
7506 Date: Mon Oct 27 23:50:15 2008 -0700
7507
7508 Changed PPC4xx EMAC driver to require CONFIG_PPC4xx_EMAC
7509
7510 All in-tree IBM/AMCC PPC4xx boards using the EMAC get this new CONFIG
7511
7512 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
7513 Acked-by: Stefan Roese <sr@denx.de>
7514
7515 commit 9eb79bd8856bcab896ed5e1f1bca159807a124dd
7516 Author: Ben Warren <biggerbadderben@gmail.com>
7517 Date: Thu Oct 23 22:02:49 2008 -0700
7518
7519 Moved initialization of MPC8XX SCC to cpu_eth_init()
7520
7521 Removed initialization of the driver from net/eth.c
7522
7523 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
7524
7525 commit a9bec96d6359ac9f90a852962bf3040cad9e0256
7526 Author: Ben Warren <biggerbadderben@gmail.com>
7527 Date: Wed Oct 22 23:47:51 2008 -0700
7528
7529 Moved initialization of MPC8220 FEC to cpu_eth_init()
7530
7531 Removed initialization of the driver from net/eth.c
7532
7533 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
7534
7535 commit 0e8454e990385a58f708c2fc26d31ac041c7a6c5
7536 Author: Ben Warren <biggerbadderben@gmail.com>
7537 Date: Wed Oct 22 23:32:48 2008 -0700
7538
7539 Moved initialization of QE Ethernet controller to cpu_eth_init()
7540
7541 Removed initialization of the driver from net/eth.c
7542
7543 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
7544
7545 commit 3456a148276d5494b53ee40242efb6462d163504
7546 Author: Ben Warren <biggerbadderben@gmail.com>
7547 Date: Wed Oct 22 23:20:29 2008 -0700
7548
7549 Moved initialization of FCC Ethernet controller to cpu_eth_init
7550
7551 Affected boards:
7552 Several MPC8xx boards
7553 Several MPC8260/MPC8272 boards
7554 Several MPC85xx boards
7555
7556 Removed initialization of the driver from net/eth.c
7557
7558 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
7559
7560 commit 62e15b497f5c6334c059512678c8db7940ae4c61
7561 Author: Ben Warren <biggerbadderben@gmail.com>
7562 Date: Thu Oct 30 22:15:35 2008 -0700
7563
7564 Fix typo in cpu/mpc85xx/cpu.c
7565
7566 CONFIG_MPC85xx_FEC -> CONFIG_MPC85XX_FEC
7567
7568 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
7569
7570 commit 5dfb3ee3f54e2382a08d72906f0e79ecf944f6e3
7571 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
7572 Date: Sun Oct 19 12:08:50 2008 +0900
7573
7574 net: Move initialization of Au1x00 SoC ethernet MAC to cpu_eth_init
7575
7576 This patch will move au1x00_eth_initialize from net/eth.c to cpu_eth_init
7577 as a part of ongoing eth_initialize cleanup work. The function ret value
7578 is also fixed as it should be negative on fail.
7579
7580 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
7581 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
7582
7583 commit cc94074ecac1885d18ddb683eb934b3c0268aa5b
7584 Author: Ben Warren <biggerbadderben@gmail.com>
7585 Date: Fri Sep 5 01:55:22 2008 -0400
7586
7587 Moved initialization of IXP4XX_NPE Ethernet controller to cpu_eth_init()
7588
7589 Also, removed the driver initialization from net/eth.c
7590
7591 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
7592
7593 commit f2a7806fc23e82d30c8548911369e0c530607354
7594 Author: Clive Stubbings <uboot@xentech.co.uk>
7595 Date: Mon Oct 27 15:05:00 2008 +0000
7596
7597 xilinx_emaclite buffer overrun
7598
7599 Patch to fix buffer allocation size and alignment. Buffer needs to be u32 aligned and
7600 PKTSIZE_ALIGN bytes long.
7601
7602 Acked-by: Michal Simek <monstr@monstr.eu>
7603
7604 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
7605
7606 commit 0115b1953718a2969f6469d3d5da51ba11e12d42
7607 Author: richardretanubun <richardretanubun@ruggedcom.com>
7608 Date: Fri Sep 26 08:59:12 2008 -0400
7609
7610 NET: QE: UEC: Make uec_miiphy_read() and uec_miiphy_write() use the devname arg.
7611
7612 The current uec_miiphy_read and uec_miiphy_write hardcode access devlist[0]
7613 This patch makes these function use the devname argument that is passed in to
7614 allow access to the phy registers of other devices in devlist[].
7615
7616 Signed-of-by: Richard Retanubun <RichardRetanubun@RugggedCom.com>
7617
7618 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
7619
7620 commit 44dcb7332033db8de2810f2fffcae3084f15c8d4
7621 Author: richardretanubun <richardretanubun@ruggedcom.com>
7622 Date: Mon Oct 6 15:31:43 2008 -0400
7623
7624 Adds two more ethernet interface to 83xx
7625
7626 Fixed compiler warning "declared but unused" eth5_uec_info and eth6_uec_info.
7627 Signed-off-by: Richard Retanubun <RichardRetanubun@RugggedCom.com>
7628 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
7629
7630 commit d8003fa03733901b73d6c4667b4d80fc8eb1ddd3
7631 Author: Stelian Pop <stelian@popies.net>
7632 Date: Fri Nov 7 13:54:31 2008 +0100
7633
7634 AT91: Replace AT91_BASE_EMAC by the board specific values.
7635
7636 AT91_BASE_EMAC is never used outside the board specific files,
7637 so replace its usage by the board specific AT91xxx_BASE_EMAC.
7638
7639 Signed-off-by: Stelian Pop <stelian@popies.net>
7640 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7641
7642 commit c91e17affa175ce06afa89b04752301eb4a61666
7643 Author: Stelian Pop <stelian@popies.net>
7644 Date: Fri Nov 7 12:09:21 2008 +0100
7645
7646 AT91: Replace (undefined) AT91_ID_US* by the board specific values.
7647
7648 AT91_ID_US0 / AT91_ID_US1 / AT91_ID_US2 were used but never defined.
7649 Since they are never used outside the board specific files, they can
7650 be replaced by the board specific AT91xxx_ID_US0 / AT91xxx_ID_US1 /
7651 AT91xxx_ID_US2.
7652
7653 Bug spotted by Jesus Alvarez <jalvarez@micromint.com>.
7654
7655 Signed-off-by: Stelian Pop <stelian@popies.net>
7656 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7657
7658 commit 28962f5a2de81bc0eed1c0b08c6bfaa1cc134ea2
7659 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7660 Date: Sat Nov 1 10:47:59 2008 +0100
7661
7662 Makefile/at91sam9: move some at91sam9 to the correct subsection for arm926ejs
7663
7664 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7665
7666 commit 1079432e04ccf71aa3684181186182cd63512f19
7667 Author: Sergey Lapin <slapin@ossfans.org>
7668 Date: Fri Oct 31 12:28:43 2008 +0100
7669
7670 Custom AFEB9260 board support
7671
7672 This patch provides support for AFEB9260 board, a product of
7673 OpenSource hardware and software. Some commertial projects
7674 are made with this design. A board is basically AT91SAM9260-EK
7675 with some modifications and different peripherals and different
7676 parts used. Main purpose of this project is to gain experience in
7677 hardware design.
7678 More info: http://groups.google.com/group/arm9fpga-evolution-board
7679 (In Russian only, sorry).
7680 Subversion repository: svn://194.85.238.22/home/users/george/svn/arm9eb
7681
7682 Signed-off-by: Sergey Lapin <slapin@ossfans.org>
7683
7684 commit 26eecd24f97130e56e9c2c2af0e714e05bce6e00
7685 Author: Tomohiro Masubuchi <tomohiro_masubuchiattripeaks.co.jp>
7686 Date: Tue Oct 21 13:17:16 2008 +0900
7687
7688 Change to use "do_div" macro
7689
7690 Signed-off-by: Tomohiro Masubuchi <tomohiro_masubuchi@tripeaks.co.jp>
7691
7692 commit e352495318d8056a00faa21b633b3e4374bfbf52
7693 Author: Roman Mashak <romez777@gmail.com>
7694 Date: Wed Oct 22 16:00:26 2008 -0400
7695
7696 ARM926EJ-S: relocate OMAP specific 'cpuinfo.c' into OMAP directory
7697
7698 OMAP identification is implemented in 'cpuinfo.c' and located in ARM926EJ-S directory.
7699 It makes sense to place this file in OMAP specific subdirectory, i.e. cpu/arm926ejs/omap
7700
7701 Signed-off-by: Roman Mashak <romez777@gmail.com>
7702
7703 commit 248b2c367210c06dbd5fbdecf27e97fbe9d05fdb
7704 Author: Roman Mashak <romez777@gmail.com>
7705 Date: Tue Oct 21 03:01:41 2008 -0700
7706
7707 ARM/Versatile port: Removed unused functions
7708
7709 Removal of never used functions.
7710
7711 Signed-off-by: Roman Mashak <romez777@gmail.com>
7712
7713 commit 1266df887781c779deaf6d05eea2ef90a470cb34
7714 Author: Becky Bruce <becky.bruce@freescale.com>
7715 Date: Mon Nov 3 15:44:01 2008 -0600
7716
7717 powerpc: change 86xx SMP boot method
7718
7719 We put the bootpg for the secondary cpus into memory and use
7720 BPTR to get to it. This is a step towards converting to the
7721 ePAPR boot methodology. Also, the code is written to
7722 deal properly with more than 4GB of RAM.
7723
7724 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
7725
7726 commit b5431560682d8f318fbc49db87cfe13ab41d2ee4
7727 Author: Becky Bruce <becky.bruce@freescale.com>
7728 Date: Fri Oct 31 17:13:49 2008 -0500
7729
7730 8641HPCN: Config file cleanup
7731
7732 There are several items in the config file that were hardcoded
7733 but that should really be based on other config options, since
7734 the regions are contiguous and depend on being so. This cleans
7735 that up a bit. Also, add BR_PHYS_ADDR() macro to convert
7736 addresses into the proper format for BR registers.
7737
7738 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
7739
7740 commit 4c77de3f144ca088c3867bd6240718c10f5a9d69
7741 Author: Becky Bruce <becky.bruce@freescale.com>
7742 Date: Fri Oct 31 17:13:32 2008 -0500
7743
7744 86xx: Make dram_size a phys_size_t
7745
7746 It's currently a long and should be phys_size_t.
7747
7748 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
7749
7750 commit 104992fc541302a6bac74448e01e7fdad20abca0
7751 Author: Becky Bruce <becky.bruce@freescale.com>
7752 Date: Sun Nov 2 18:19:32 2008 -0600
7753
7754 powerpc 86xx: Handle CCSR relocation earlier
7755
7756 Currently, the CCSR gets relocated while translation is
7757 enabled, meaning we need 2 BAT translations to get to both the
7758 old location and the new location. Also, the DEFAULT
7759 CCSR location has a dependency on the BAT that maps the
7760 FLASH region. Moving the relocation removes this unnecessary
7761 dependency. This makes it easier and more intutive to
7762 modify the board's memory map.
7763
7764 Swap BATs 3 and 4 on 8610 so that all 86xx boards use the same
7765 BAT for CCSR space.
7766
7767 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
7768
7769 commit af5d100e8d5cd49d69d52d20f1181eb06ddb4ddf
7770 Author: Becky Bruce <becky.bruce@freescale.com>
7771 Date: Fri Oct 31 17:14:14 2008 -0500
7772
7773 mpc8641: Make PCI and RIO mutually exclusive, fix non-PCI build
7774
7775 You can't actually have both, and with some coming changes to
7776 change the memory map for the board and support 36-bit physical,
7777 we need the extra BAT that is being consumed by having both.
7778
7779 I also make non-PCI configs build cleanly, for the sake of sanity.
7780
7781 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
7782
7783 commit 98693b85d42ff438375dc6d6dcadc70eb7b050bb
7784 Author: Becky Bruce <becky.bruce@freescale.com>
7785 Date: Fri Oct 31 17:14:00 2008 -0500
7786
7787 mpc8641: Stop supporting non-PCI_PNP configs
7788
7789 We don't actually ever do this, remove the code so we
7790 can stop maintaining it.
7791
7792 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
7793
7794 commit e4f69d1bd21a12049744989d2dd6b5199c9b8f23
7795 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7796 Date: Fri Oct 24 12:59:12 2008 +0000
7797
7798 ColdFire: Fix M5329EVB and M5373EVB nand issue
7799
7800 Fix compilation issue caused by a few mismatches.
7801 Provide proper nand chip select enable/disable in
7802 nand_hwcontrol() rather than in board_nand_init()
7803 just enable once. Remove redundant local nand driver
7804 functions - nand_read_byte(), nand_write_byte() and
7805 nand_dev_ready() to use common nand driver.
7806
7807 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7808
7809 commit 1b2708442224a551a0b865b52710306333888932
7810 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7811 Date: Wed Oct 22 11:55:30 2008 +0000
7812
7813 ColdFire: Fix compilation error
7814
7815 The error was caused by the change for strmhz() in cpu.c.
7816 A few of them were one extra close parenthesis.
7817
7818 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7819
7820 commit 536e7dac16769954915a484e682a2efb28699133
7821 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7822 Date: Wed Oct 22 11:38:21 2008 +0000
7823
7824 ColdFire: Add MCF5301x CPU and M53017EVB support
7825
7826 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7827
7828 commit a21d0c2cc9add8894d971ab791f4032f077db817
7829 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7830 Date: Tue Oct 21 15:37:02 2008 +0000
7831
7832 ColdFire: Add SBF support for M52277EVB
7833
7834 Add serial boot support
7835
7836 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7837
7838 commit b202816c61042c183fe67d097a5893b0f2dafba0
7839 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7840 Date: Tue Oct 21 14:19:26 2008 +0000
7841
7842 ColdFire: Use CFI driver for M5272C3
7843
7844 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7845
7846 commit f3962d3f574e5a1cffacd4e9bc48713060a2a314
7847 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7848 Date: Tue Oct 21 13:47:54 2008 +0000
7849
7850 ColdFire: Relocate FEC's GPIO and mii functions protocols
7851
7852 Place FEC pin assignments in cpu_init.c from platform's
7853 mii.c
7854
7855 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7856
7857 commit 6e80f5aa09f8d41bac50b38dc7488ecd22107802
7858 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7859 Date: Tue Oct 21 12:15:44 2008 +0000
7860
7861 ColdFire: Remove platforms mii.c file
7862
7863 Will use mcfmii.c driver in drivers/net rather than
7864 keep creating new mii.c for each future platform.
7865 Remove EB+MCF-EV123, cobra5272, idmr, M5235EVB,
7866 M5271EVB, M5272C3, M5275EVB, M5282EVB, M5329EVB,
7867 M5373EVB, M54451EVB, M54455EVB, M547xEVB, and M548xEVB's
7868 mii.c
7869
7870 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7871
7872 commit 012522fef3b382469125beb46a315ab4dee02fb0
7873 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7874 Date: Tue Oct 21 10:03:07 2008 +0000
7875
7876 ColdFire: Modules header files cleanup
7877
7878 Consolidate ATA, ePORT, QSPI, FlexCan, PWM, RNG,
7879 MDHA, SKHA, INTC, and FlexBus structures and
7880 definitions in immap_5xxx.h to more unify modules
7881 header files. Append DSPI support for m547x_8x.
7882 SSI cleanup. Remove USB Host structure from immap_539.h.
7883 Apply changes to use FlexBus structures in mcf52x2's
7884 cpu_init.c and platform configuration files.
7885
7886 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7887
7888 commit ac2331aee99ad36be0fcfed8c49922e3c61b576d
7889 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7890 Date: Tue Oct 21 08:52:36 2008 +0000
7891
7892 ColdFire: Remove linker file
7893
7894 Each different build for M54455EVB and M5235EVB will
7895 create a u-boot.lds linker file. It is redundant to
7896 keep the u-boot.lds
7897
7898 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7899
7900 commit 0829323073c505556ed5f5073f91adb504584d45
7901 Author: Peter Tyser <ptyser@xes-inc.com>
7902 Date: Fri Oct 31 11:26:44 2008 -0500
7903
7904 ppc: Fix compile warnings when !CONFIG_OF_LIBFDT
7905
7906 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
7907
7908 commit a80b21d5127583171d6e9bc7f722947641898012
7909 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7910 Date: Fri Oct 31 12:12:12 2008 +0100
7911
7912 common/Makefile: create others group for non core, environment and command files
7913
7914 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7915
7916 commit 60c68d9c1c6d18ce02c862a05718fd94f97c13d0
7917 Author: Wolfgang Denk <wd@denx.de>
7918 Date: Fri Oct 31 01:13:37 2008 +0100
7919
7920 TQM8260: use CFI flash driver instead of custom driver.
7921
7922 Signed-off-by: Wolfgang Denk <wd@denx.de>
7923
7924 commit 20d04774f4ef3f6e38974636e0e36ae0f0b5501f
7925 Author: Andy Fleming <afleming@freescale.com>
7926 Date: Thu Oct 30 17:35:30 2008 -0500
7927
7928 Consolidate MAX/MIN definitions
7929
7930 There were several, now there is one (two if you count the lower-case
7931 versions).
7932
7933 Signed-off-by: Andy Fleming <afleming@freescale.com>
7934
7935 commit 298e476c66fd88d0bc4f0371118652d2b5de4e8a
7936 Author: Heiko Schocher <hs@denx.de>
7937 Date: Thu Oct 30 09:23:09 2008 +0100
7938
7939 mgsuvd: remove unused defines in config file.
7940
7941 Signed-off-by: Heiko Schocher <hs@denx.de>
7942
7943 commit 3cbd823116ea8b7c654e275a8c2fca87cd1f5dc5
7944 Author: Wolfgang Denk <wd@denx.de>
7945 Date: Sun Nov 2 16:14:22 2008 +0100
7946
7947 Coding Style cleanup, update CHANGELOG
7948
7949 Signed-off-by: Wolfgang Denk <wd@denx.de>
7950
7951 commit a47f957ab523019992fdef857af01bd71c58a4da
7952 Author: Alessandro Rubini <rubini-list@gnudd.com>
7953 Date: Fri Oct 31 22:33:21 2008 +0100
7954
7955 NAND: Allow NAND and OneNAND to coexist
7956
7957 This removes in nand.h code that is verbatim duplicated from bbm.h,
7958 including directly bbm.h in nand.h. The previous state of affairs
7959 prevented compiling code for a board hosting both NAND and OneNAND chips.
7960
7961 Reported-by: Scott Wood <scottwood@freescale.com>
7962 Signed-off-by: Alessandro Rubini <rubini@unipv.it>
7963 Signed-off-by: Scott Wood <scottwood@freescale.com>
7964
7965 commit 2f77c7f45b9a37ef265a8dbe3c18efa706fed214
7966 Author: Scott Wood <scottwood@freescale.com>
7967 Date: Fri Oct 31 13:51:12 2008 -0500
7968
7969 JFFS2: Eliminate compiler error when both NAND and OneNAND are enabled.
7970
7971 Reported-by: Alessandro Rubini <rubini-list@gnudd.com>
7972 Signed-off-by: Scott Wood <scottwood@freescale.com>
7973
7974 commit c57fc28947e248fb03c49a28b467686299895055
7975 Author: Jason Jin <Jason.Jin@freescale.com>
7976 Date: Fri Oct 31 05:07:04 2008 -0500
7977
7978 NAND: Add NAND support for MPC8536DS board
7979
7980 This patch defines 1M TLB&LAW size for NAND on MPC8536DS, assigns 0xffa00000
7981 for CONFIG_SYS_NAND_BASE and adds other NAND supports in config file.
7982 It also moves environment(CONFIG_ENV_ADDR) outside of u-boot image.
7983
7984 Singed-off-by: Jason Jin <Jason.Jin@freescale.com>
7985 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
7986 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7987
7988 commit 6fc110bd8a8d642b8f7b0653bd9a08a0b7c3d50b
7989 Author: Haiying Wang <Haiying.Wang@freescale.com>
7990 Date: Fri Oct 31 05:06:14 2008 -0500
7991
7992 NAND: Fix CONFIG_ENV_ADDR for MPC8572DS
7993
7994 CONFIG_ENV_ADDR should be (CONFIG_SYS_MONITOR_BASE - CONFIG_ENV_SECT_SIZE).
7995
7996 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
7997 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7998
7999 commit 51b572a801be57790fe26adaa530210e7fba59cc
8000 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
8001 Date: Fri Oct 24 10:49:48 2008 +0900
8002
8003 sh: rsk7203: Moved rsk7203 board to board/renesas
8004
8005 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
8006
8007 commit 58453b00b3ebb26aaa901210023f99504a90bb00
8008 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
8009 Date: Fri Oct 24 10:48:31 2008 +0900
8010
8011 sh: MigoR: Moved MigoR board to board/renesas
8012
8013 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
8014
8015 commit c1da2a22817ba85b437afa2f4e715e658b219fd1
8016 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
8017 Date: Fri Oct 24 10:39:44 2008 +0900
8018
8019 sh: r2dplus: Moved r2dplus board to board/renesas
8020
8021 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
8022
8023 commit 78385bf2359d828184d0b3649f7ae6b933420000
8024 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
8025 Date: Fri Oct 24 10:36:13 2008 +0900
8026
8027 sh: sh7763rdp: Moved sh7763rdp board to board/renesas
8028
8029 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
8030
8031 commit c6525d459c350bfc246ea7826456af77e1e314eb
8032 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
8033 Date: Fri Oct 24 10:35:19 2008 +0900
8034
8035 sh: sh7785lcr: Moved sh7785lcr board to board/renesas
8036
8037 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
8038
8039 commit acd3e30d09a73f876222f0d496c4f52ee9d0771d
8040 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
8041 Date: Fri Oct 24 10:34:21 2008 +0900
8042
8043 sh: r7780mp: Moved r7780mp board to board/renesas
8044
8045 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
8046
8047 commit f84e6ea275353b8fea772ec7553ff7e4b1f642e0
8048 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
8049 Date: Fri Oct 24 10:32:14 2008 +0900
8050
8051 sh: ap325rxa: Moved ap325rxa board to board/renesas
8052
8053 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
8054
8055 commit 9abda6ba735efb059f63dcb25d78b174bfcad1ad
8056 Author: Wolfgang Denk <wd@xpert.denx.de>
8057 Date: Fri Oct 31 01:12:28 2008 +0100
8058
8059 CFI Driver: Fix "flash not ready" problem
8060
8061 This patch fixes a problem on systems where the NOR flash is attached
8062 to a 64 bit bus. The toggle bit detection in flash_toggle() is based
8063 on the assumption that the same flash address is read twice without
8064 any other interjacent flash accesses. However, on 32 bit systems the
8065 function flash_read64() [as currently implemented] does not perform
8066 an atomic 64 bit read - instead, this is broken down into two 32 bit
8067 read accesses on addresses "addr" and "addr + 4". So instead of
8068 reading a 64 bit value twice from "addr", we see a sequence of 4 32
8069 bit reads from "addr", "addr + 4", "addr", and "addr + 4". The
8070 consequence is that flash_toggle() fails to work.
8071
8072 This patch implements a simple, but somewhat ugly solution, as it
8073 avoids the use of flash_read64() in this critical place (by breaking
8074 it down manually into 32 bit read operations) instead of rewriting
8075 flash_read64() such to perform atomic 64 bit reads as one could
8076 expect. However, such a rewrite would require the use of floating
8077 point load operations, which becomes pretty complex:
8078
8079 save MSR;
8080 set Floating Point Enable bit in MSR;
8081 use "lfd" instruction to perform atomic 64 bit read;
8082 use "stfd" to store value to temporary variable on stack;
8083 load u64 value from temporary variable;
8084 restore saved MSR;
8085 return u64 value;
8086
8087 The benefit-cost ratio of such an implementation was considered too
8088 bad to actually attempt this, especially as we can expect that such
8089 an implementation would not only have a bigger memory footprint but
8090 also cause a performance degradation.
8091
8092 Signed-off-by: Wolfgang Denk <wd@denx.de>
8093 Signed-off-by: Stefan Roese <sr@denx.de>
8094
8095 commit cdd4fe63b094d4b767f12ff241d72566b461ee61
8096 Author: Stefan Roese <sr@denx.de>
8097 Date: Fri Oct 31 10:48:08 2008 +0100
8098
8099 ppc4xx: Fix spelling error in MAINTAINERS file
8100
8101 Signed-off-by: Stefan Roese <sr@denx.de>
8102
8103 commit be270798900b75ad9c47c7b79c72f70441196c56
8104 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8105 Date: Tue Oct 28 13:37:00 2008 +0100
8106
8107 ppc4xx: Update PMC440 board support
8108
8109 This patch brings PMC440 board support up to date:
8110
8111 - fix GPIO configuration
8112 - add misc_init_f()
8113 - use better values for usbact variable
8114 - fix USB 2.0 phy reset sequence
8115 - shrink BAR2 to save PCI address space
8116 - add FDT support
8117
8118 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8119 Signed-off-by: Stefan Roese <sr@denx.de>
8120
8121 commit 75183b1a7fc04206d9779d13f16e03853d7e965d
8122 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8123 Date: Tue Oct 28 13:36:59 2008 +0100
8124
8125 ppc4xx: Fix PMC440 BSP commands
8126
8127 This patch fixes the PMC440 BSP commands painit and selfreset
8128
8129 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8130 Signed-off-by: Stefan Roese <sr@denx.de>
8131
8132 commit 76b565b69f886d5ae748db65e44f464b0e70d41a
8133 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8134 Date: Tue Oct 28 13:36:58 2008 +0100
8135
8136 ppc4xx: Update PMC440 board configuration
8137
8138 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8139 Signed-off-by: Stefan Roese <sr@denx.de>
8140
8141 commit ca0c2d42b93116a8e1b8ef8ad4493c7dc9b5f2e4
8142 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8143 Date: Tue Oct 28 13:36:57 2008 +0100
8144
8145 ppc4xx: Fix esd loadpci command
8146
8147 This patch fixes esd's loadpci command when not all
8148 memory on adapter boards is accessable via PCI.
8149
8150 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8151 Signed-off-by: Stefan Roese <sr@denx.de>
8152
8153 commit 492aa9ea13791ca4591b5bde895a425e27ae2d10
8154 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8155 Date: Tue Oct 28 13:36:56 2008 +0100
8156
8157 ppc4xx: Clean up PMC440 header
8158
8159 -Codingstyle cleanup
8160 -Remove unused GPIO define
8161
8162 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8163 Signed-off-by: Stefan Roese <sr@denx.de>
8164
8165 commit 295133258a44f97a57fb2ec339aecfda11f4db95
8166 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8167 Date: Tue Oct 28 13:36:55 2008 +0100
8168
8169 ppc4xx: Handle other board variant in PMC440 FPGA code
8170
8171 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8172 Signed-off-by: Stefan Roese <sr@denx.de>
8173
8174 commit cc2dc9b08cf7c09f9f237f8cb9303f11603d4fb0
8175 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
8176 Date: Mon Oct 27 12:35:59 2008 +0100
8177
8178 ppc4xx: Merge xilinx-ppc440 and xilinx-ppc405 cfg
8179
8180 Xilinx ppc440 and ppc405 have many similarities. This patch merge the
8181 config files of both infrastuctures
8182
8183 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
8184 Signed-off-by: Stefan Roese <sr@denx.de>
8185
8186 commit 3befd85633d33c4dcca1f359c3f4848c5ab8e4d2
8187 Author: Stefan Roese <sr@denx.de>
8188 Date: Sat Oct 25 06:45:31 2008 +0200
8189
8190 ppc4xx: Correctly configure the GPIO pin muxing on Arches
8191
8192 Arches doesn't use PerCS3 but GPIO43, so let's configure the GPIO
8193 pin multiplexing correctly
8194
8195 Signed-off-by: Stefan Roese <sr@denx.de>
8196
8197 commit 7c84fe6a06dad9f793ed85b39b1e6c11a7882f5c
8198 Author: Bartlomiej Sieka <tur@semihalf.com>
8199 Date: Thu Oct 30 23:22:04 2008 +0100
8200
8201 Fix to the auto-update feature documentation (CONFIG_UPDATE_TFTP_MSEC_MAX)
8202
8203 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
8204
8205 commit 4bc7deee9095f21e243b724ca3d634251c1d5432
8206 Author: David Gibson <david@gibson.dropbear.id.au>
8207 Date: Wed Oct 29 23:27:45 2008 -0500
8208
8209 libfdt: Fix bug in fdt_subnode_offset_namelen()
8210
8211 There's currently an off-by-one bug in fdt_subnode_offset_namelen()
8212 which causes it to keep searching after it's finished the subnodes of
8213 the given parent, and into the subnodes of siblings of the original
8214 node which come after it in the tree.
8215
8216 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
8217 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8218
8219 commit f242a08871839eac081ba5b599af979f3a148a0d
8220 Author: Peter Korsgaard <jacmet@sunsite.dk>
8221 Date: Tue Oct 28 08:26:52 2008 +0100
8222
8223 fdt_resize(): ensure minimum padding
8224
8225 fdt_add_mem_rsv() requires space for a struct fdt_reserve_entry
8226 (16 bytes), so make sure that fdt_resize at least adds that much
8227 padding, no matter what the location or size of the fdt is.
8228
8229 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
8230 Acked-by: Andy Fleming <afleming@freescale.com>
8231
8232 commit d685b74c64a38849f1a129b3ab846fbf67dd937e
8233 Author: Dave Liu <daveliu@freescale.com>
8234 Date: Thu Oct 23 21:59:35 2008 +0800
8235
8236 74xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cache
8237
8238 The patch is following the commit 392438406041415fe64ab8748ec5ab5ad01d1cf7
8239
8240 mpc86xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cache
8241
8242 This is needed in unlock_ram_in_cache() because it is called from C and
8243 will corrupt the small data area anchor that is kept in R2.
8244
8245 lock_ram_in_cache() is modified similarly as good coding practice, but
8246 is not called from C.
8247
8248 Signed-off-by: Nick Spence <nick.spence@freescale.com>
8249
8250 also, the r2 is used as global data pointer.
8251
8252 Signed-off-by: Dave Liu <daveliu@freescale.com>
8253
8254 commit e053ab1903ccae6048ef759025b9f675bba91450
8255 Author: Scott Wood <scottwood@freescale.com>
8256 Date: Tue Oct 28 11:45:04 2008 -0500
8257
8258 mpc83xx pci: Round up memory size in inbound window.
8259
8260 The current calculation will fail to cover all memory if
8261 its size is not a power of two.
8262
8263 Signed-off-by: Scott Wood <scottwood@freescale.com>
8264 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
8265
8266 commit 1c671977dc81359628be27ac99c174e76e8069ba
8267 Author: Dave Liu <daveliu@freescale.com>
8268 Date: Thu Oct 23 21:19:13 2008 +0800
8269
8270 86xx: remove the unused definition
8271
8272 Signed-off-by: Dave Liu <daveliu@freescale.com>
8273
8274 commit eaa44c5dc83756c3067b9e6c9db626facd0b0660
8275 Author: Dave Liu <daveliu@freescale.com>
8276 Date: Tue Oct 28 17:47:49 2008 +0800
8277
8278 86xx: remove the redundant r2 global data pointer save
8279
8280 The commit 67256678f00c09b0a7f19e862e5c1847553d31bc add
8281 the another global data pointer save, but in fact the
8282 global data pointer will be initialized in the board_init_r,
8283 so remove it such as the 85xx/83xx family.
8284
8285 Signed-off-by: Dave Liu <daveliu@freescale.com>
8286 Acked-by: Kumar Gala <kumar.gala@freescale.com>
8287
8288 commit bd888e9544419665334a6f47f81f34011cea38f3
8289 Author: Dave Liu <daveliu@freescale.com>
8290 Date: Tue Oct 28 17:47:41 2008 +0800
8291
8292 86xx: remove the unused code for 86xx family
8293
8294 I believe these code was copied from 74xx family, but for
8295 86xx, it is unused.
8296
8297 Signed-off-by: Dave Liu <daveliu@freescale.com>
8298 Acked-by: Kumar Gala <kumar.gala@freescale.com>
8299
8300 commit 5ba1ef507402bc5e344dc374203792a40f222e8a
8301 Author: Dave Liu <daveliu@freescale.com>
8302 Date: Tue Oct 28 17:46:35 2008 +0800
8303
8304 86xx: remove the second DDR LAW setting for mpc8641hpcn
8305
8306 The DDR1 LAW will precedence the DDR2 LAW, so remove
8307 the second DDR LAW.
8308
8309 Signed-off-by: Dave Liu <daveliu@freescale.com>
8310 Acked-by: Becky Bruce <becky.bruce@freescale.com>
8311
8312 commit 137a2dfd11ac51ae3154f13f323609b33a4a072e
8313 Author: Dave Liu <daveliu@freescale.com>
8314 Date: Tue Oct 28 17:46:23 2008 +0800
8315
8316 86xx: remove the unused ddr_enable_ecc in the board file
8317
8318 The DDR controller of 86xx processors have the ECC data init
8319 feature, and the new DDR code is using the feature, we don't
8320 need the way with DMA to init memory again.
8321
8322 Signed-off-by: Dave Liu <daveliu@freescale.com>
8323 Acked-by: Kumar Gala <kumar.gala@freescale.com>
8324
8325 commit dc2adad85bf580d65916c940683f6e9671e8a5dd
8326 Author: Dave Liu <daveliu@freescale.com>
8327 Date: Tue Oct 28 17:46:12 2008 +0800
8328
8329 86xx: Move the clear_tlbs before MMU turn on
8330
8331 We must invalidate TLBs before MMU turn on, but
8332 currently the code is not, if there are some stale
8333 TLB entry valid in the TLBs, it will cause strange
8334 issue.
8335
8336 Signed-off-by: Dave Liu <daveliu@freescale.com>
8337 Acked-by: Becky Bruce <becky.bruce@freescale.com>
8338
8339 commit 5cdade07b118d07154cb882650f9778cecc8a87c
8340 Author: Scott Wood <scottwood@freescale.com>
8341 Date: Mon Oct 27 15:57:08 2008 -0500
8342
8343 mpc8313erdb: Document NAND boot.
8344
8345 Previously, the documentation claimed that NAND boot is not supported.
8346 This is no longer true.
8347
8348 Signed-off-by: Scott Wood <scottwood@freescale.com>
8349
8350 commit bd78bc6b2aebf5566aac464f936b88dfd97ab0bd
8351 Author: Scott Wood <scottwood@freescale.com>
8352 Date: Wed Oct 29 14:20:26 2008 -0500
8353
8354 NAND: Properly create JFFS2 cleanmarkers.
8355
8356 As reported by Ilko Iliev <iliev@ronetix.at>, the "nand erase clean"
8357 command is currently broken, and among other things causes all blocks
8358 to be marked bad.
8359
8360 This implements it properly using MTD_OOB_AUTO, along with some
8361 indentation fixes.
8362
8363 Signed-off-by: Scott Wood <scottwood@freescale.com>
8364
8365 commit f7fe57c09866b44692d18c8cf22828bd137ec58d
8366 Author: Scott Wood <scottwood@freescale.com>
8367 Date: Wed Oct 29 13:42:41 2008 -0500
8368
8369 NAND fsl elbc: Set FMR[ECCM] based on page size.
8370
8371 Hardware expects ECCM 0 for small page and ECCM 1 for large page
8372 when booting from NAND, so use those defaults.
8373
8374 Signed-off-by: Scott Wood <scottwood@freescale.com>
8375
8376 commit c013b74975dab0805ef6d369b013230c4e8a660d
8377 Author: Haiying Wang <Haiying.Wang@freescale.com>
8378 Date: Wed Oct 29 13:32:59 2008 -0400
8379
8380 NAND: Add support for MPC8572DS board
8381
8382 This patch defines 1M TLB&LAW size for NAND on MPC8572DS, assigns
8383 0xffa00000 for CONFIG_SYS_NAND_BASE and adds other NAND supports in
8384 config file.
8385
8386 It also moves environment(CONFIG_ENV_ADDR) outside of u-boot image, to
8387 make room for the increased code size with NAND enabled.
8388
8389 Signed-off-by: Jason Jin <Jason.Jin@freescale.com>
8390 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
8391 Signed-off-by: Scott Wood <scottwood@freescale.com>
8392
8393 commit 4e190b03aaf2309bd2e025d1187a2ca880fedc95
8394 Author: Haiying Wang <Haiying.Wang@freescale.com>
8395 Date: Wed Oct 29 11:05:55 2008 -0400
8396
8397 Make Freescale local bus registers available for both 83xx and 85xx.
8398
8399 - Rename lbus83xx_t to fsl_lbus_t and move it to asm/fsl_lbc.h so that it
8400 can be shared by both 83xx and 85xx
8401 - Remove lbus83xx_t and replace it with fsl_lbus_t in all 83xx boards
8402 files which use lbus83xx_t.
8403 - Move FMR, FIR, FCR, FPAR, LTESR from mpc83xx.h to asm/fsl_lbc.h so that
8404 85xx can share them.
8405
8406 Signed-off-by: Jason Jin <Jason.Jin@freescale.com>
8407 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
8408 Signed-off-by: Scott Wood <scottwood@freescale.com>
8409
8410 commit 695c130e4bf75b444720ddfd83aca88f41c046cf
8411 Author: Scott Wood <scottwood@freescale.com>
8412 Date: Mon Oct 27 15:38:30 2008 -0500
8413
8414 NAND: Align right column of the shorthelp with other commands.
8415
8416 I accidentally broke this in when making consistent the partial
8417 alignment of the longhelp.
8418
8419 Signed-off-by: Scott Wood <scottwood@freescale.com>
8420
8421 commit 33efde5ecac91ab118ff00b95a181fd6d75f8645
8422 Author: Karl Beldan <karl.beldan@gmail.com>
8423 Date: Mon Sep 15 16:08:03 2008 +0200
8424
8425 NAND: Reset chip on power-up
8426
8427 Some chips require a RESET after power-up (e.g. Micron MT29FxGxxxxx).
8428 The first command sent is NAND_CMD_READID.
8429 Issue a NAND_CMD_RESET in nand_scan_ident before reading the device id.
8430 Tested with an MT29F4G08AAC.
8431
8432 Signed-off-by: Karl Beldan <karl.beldan@gmail.com>
8433 Signed-off-by: Scott Wood <scottwood@freescale.com>
8434
8435 commit c45912d8abc52de796b9059a58faf7c4166eab58
8436 Author: Scott Wood <scottwood@freescale.com>
8437 Date: Fri Oct 24 16:20:43 2008 -0500
8438
8439 NAND: sync with 2.6.27
8440
8441 This brings the core NAND code up to date with the Linux kernel.
8442
8443 Since there were several drivers in Linux as of the last update that are
8444 not in u-boot, I'm not bringing over new drivers that have been added
8445 since in the absence of an interested party.
8446
8447 I did not update OneNAND since it was recently synced by Kyungmin Park,
8448 and I'm not sure exactly what the common ancestor is.
8449
8450 Signed-off-by: Scott Wood <scottwood@freescale.com>
8451
8452 commit b1d0db1805c3395149777e507b6da53410abac4e
8453 Author: Kumar Gala <galak@kernel.crashing.org>
8454 Date: Tue Oct 21 17:25:47 2008 -0500
8455
8456 bootm: Added CONFIG_BOOTM_{LINUX, NETBSD, RTEMS}
8457
8458 Added the ability to config out bootm support for Linux, NetBSD, RTEMS
8459
8460 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8461
8462 commit 5a98127d81a6eefc5a78a704df619bfe362eeb87
8463 Author: Kumar Gala <galak@kernel.crashing.org>
8464 Date: Tue Oct 21 17:25:46 2008 -0500
8465
8466 bootm: support subcommands in linux ppc bootm
8467
8468 Add support for 'bdt', 'cmdline', 'prep' to the linux PPC bootm.
8469
8470 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8471
8472 commit 49c3a861d11735838f1f1b11999ce433006dc919
8473 Author: Kumar Gala <galak@kernel.crashing.org>
8474 Date: Tue Oct 21 17:25:45 2008 -0500
8475
8476 bootm: Add subcommands
8477
8478 Add the ability to break the steps of the bootm command into several
8479 subcommands: start, loados, ramdisk, fdt, bdt, cmdline, prep, go.
8480
8481 This allows us to do things like manipulate device trees before
8482 they are passed to a booting kernel or setup memory for a secondary
8483 core in multicore situations.
8484
8485 Not all OS types support all subcommands (currently only start, loados,
8486 ramdisk, fdt, and go are supported).
8487
8488 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8489
8490 commit be08315933537f061bc1ce61f33a29c56458bbad
8491 Author: Kumar Gala <galak@kernel.crashing.org>
8492 Date: Tue Oct 21 17:25:44 2008 -0500
8493
8494 bootm: Move to using a function pointer table for the boot os function
8495
8496 This removes a bit of code and makes it easier for the upcoming sub bootm
8497 command support to call into the proper OS specific handler.
8498
8499 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8500 Signed-off-by: Wolfgang Denk <wd@denx.de>
8501
8502 commit a369f4a492fa2805d87775d27380f0eeaca35aa6
8503 Author: Graeme Russ <graeme.russ@gmail.com>
8504 Date: Mon Sep 29 23:03:14 2008 +1000
8505
8506 i386: Renamed show_boot_progress in assembler code
8507
8508 Renamed show_boot_progress in assembler init phase to
8509 show_boot_progress_asm to avoid link conflicts with C version
8510
8511 Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
8512
8513 commit 4442f45b0e1cbad35aa22d4cad22b90a57e3f32d
8514 Author: Peter Tyser <ptyser@xes-inc.com>
8515 Date: Mon Oct 27 16:42:00 2008 -0500
8516
8517 85xx: Update MPC85xx_PORDEVSR_IO_SEL mask
8518
8519 The MPC8572 has a 4-bit wide PORDEVSR IO_SEL field. Other MPC85xx
8520 processors have a 3-bit wide IO_SEL field but have the most
8521 significant bit is wired to 0 so this change should not affect
8522 them.
8523
8524 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
8525
8526 commit cd4251624205cb97104f6e32679dc7754934f711
8527 Author: Becky Bruce <becky.bruce@freescale.com>
8528 Date: Mon Oct 27 16:09:42 2008 -0500
8529
8530 powerpc: fix pci window initialization to work with > 4GB DRAM
8531
8532 The existing code has a few errors that need to be fixed in
8533 order to support large RAM sizes. Fix those, and add a
8534 comment to make it clearer.
8535
8536 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
8537 Acked-by: Kumar Gala <galak@kernel.crashing.org>
8538
8539 commit 219542a1a66ca017b12860920714a9859b18a5d7
8540 Author: Kumar Gala <galak@kernel.crashing.org>
8541 Date: Mon Oct 27 13:16:20 2008 -0500
8542
8543 pci/fsl_pci_init: Removed a bunch pointless trailing backslashes.
8544
8545 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8546
8547 commit 6b59e03e0237a40a2305ea385defdfd92000978b
8548 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
8549 Date: Mon Sep 1 16:21:22 2008 +0200
8550
8551 lcd: Let the board code show board-specific info
8552
8553 The information displayed when CONFIG_LCD_INFO is set is inherently
8554 board-specific, so it should be done by the board code. The current code
8555 dealing with this only handles two cases, and is already a horrible mess
8556 of #ifdeffery.
8557
8558 Yes, this duplicates some code, but it also allows boards to print more
8559 board-specific information; this used to be very difficult.
8560
8561 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
8562 Signed-off-by: Anatolij Gustschin <agust@denx.de>
8563
8564 commit 6f93d2b8fca504200a5758f7c6dd2d6852900765
8565 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
8566 Date: Mon Sep 1 16:21:21 2008 +0200
8567
8568 lcd: Set lcd_is_enabled before clearing the screen
8569
8570 This allows the logo/info rendering routines to use the regular
8571 lcd_putc/lcd_puts/lcd_printf calls.
8572
8573 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
8574 Signed-off-by: Anatolij Gustschin <agust@denx.de>
8575
8576 commit 15b17ab52b7c15d46d9fc631cc06092e1e764de2
8577 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
8578 Date: Mon Sep 1 16:21:20 2008 +0200
8579
8580 lcd: Implement lcd_printf()
8581
8582 lcd_printf() has a prototype in include/lcd.h but no implementation. Fix
8583 this by borrowing the lcd_printf() implementation from the cogent board
8584 code (which appears to use its own LCD framework.)
8585
8586 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
8587 Signed-off-by: Anatolij Gustschin <agust@denx.de>
8588
8589 commit 70dbc54c0a5c798bcf82ae2a1e227404f412e892
8590 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
8591 Date: Mon Sep 1 16:21:19 2008 +0200
8592
8593 atmel_lcdfb: Straighten out funky vl_sync logic
8594
8595 If the board _didn't_ request INVLINE_INVERTED, we set INVLINE_INVERTED,
8596 otherwise we don't. WTF?
8597
8598 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
8599 Signed-off-by: Anatolij Gustschin <agust@denx.de>
8600
8601 commit 23bb28f0f76b46c4b573374b0bb3b3f23d85ef55
8602 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
8603 Date: Mon Sep 1 16:21:18 2008 +0200
8604
8605 atmel_lcdfb: Eliminate unneeded #include <asm/arch/hardware.h>
8606
8607 atmel_lcdfb doesn't actually need anything from asm/arch/hardware.h. It
8608 includes a file that does, asm/arch/gpio.h, but this file doesn't
8609 include <asm/arch/hardware.h> like it's supposed to.
8610
8611 Add the missing include to asm/arch/gpio.h and remove the workaround
8612 from the atmel_lcdfb driver. This makes the driver compile on avr32.
8613
8614 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
8615 Signed-off-by: Anatolij Gustschin <agust@denx.de>
8616
8617 commit c2083e0e11a03ef8be2e9f0ed8720fdc20832f3e
8618 Author: Kumar Gala <galak@kernel.crashing.org>
8619 Date: Wed Oct 22 14:38:55 2008 -0500
8620
8621 86xx: Convert all fsl_pci_init users to new APIs
8622
8623 Converted MPC8610HCPD, MPC8641HPCN, and SBC8641D to use
8624 fsl_pci_setup_inbound_windows() and ft_fsl_pci_setup().
8625
8626 With these changes the board code is a bit smaller and we get dma-ranges
8627 set in the device tree for these boards.
8628
8629 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8630 Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
8631 Acked-by: Jon Loeliger <jdl@freescale.com>
8632
8633 commit 2dba0dea98c0dee1799ffd6fd6eb541645dbbd98
8634 Author: Kumar Gala <galak@kernel.crashing.org>
8635 Date: Tue Oct 21 08:28:33 2008 -0500
8636
8637 85xx: Convert all fsl_pci_init users to new APIs
8638
8639 Converted ATUM8548, MPC8536DS, MPC8544DS, MPC8548CDS, MPC8568MDS,
8640 MPC8572DS, TQM85xx, and SBC8548 to use fsl_pci_setup_inbound_windows()
8641 and ft_fsl_pci_setup().
8642
8643 With these changes the board code is a bit smaller and we get dma-ranges
8644 set in the device tree for these boards.
8645
8646 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8647 Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
8648
8649 commit a2aab460727e5f674353a83a81000ef794bffcae
8650 Author: Kumar Gala <galak@kernel.crashing.org>
8651 Date: Thu Oct 23 00:01:06 2008 -0500
8652
8653 pci/fsl_pci_init: Added fdt helper for setting up bus-ranges & dma-ranges
8654
8655 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8656 Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
8657
8658 commit b9a1fa9787a3a79573f5f932a4f8aa216bcb1785
8659 Author: Kumar Gala <galak@kernel.crashing.org>
8660 Date: Wed Oct 22 14:06:24 2008 -0500
8661
8662 pci/fsl_pci_init: Add a common PCI inbound setup function
8663
8664 Add a common setup function that determines the pci_region(s) based
8665 on how much memory we have in the system.
8666
8667 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8668 Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
8669
8670 commit 612ea01018a459234d54ed57ec6a5a244ce75678
8671 Author: Kumar Gala <galak@kernel.crashing.org>
8672 Date: Tue Oct 21 10:13:14 2008 -0500
8673
8674 pci/fsl_pci_init: Enable larger address and setting inbound windows properly
8675
8676 * PCI Inbound window was setup incorrectly. The PCI address and system
8677 address were swapped. The PCI address should be setting piwar/piwbear
8678 and the system address should be setting pitar.
8679
8680 * Removed masking of addresses to allow for system address to support
8681 system address & PCI address >32-bits
8682
8683 * Set PIWBEAR & POTEAR to allow for full 64-bit PCI addresses
8684
8685 * Respect the PCI_REGION_PREFETCH for inbound windows
8686
8687 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8688 Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
8689
8690 commit 8ab451c46b846f2bbd7122b29ffdd9a4a04da228
8691 Author: Kumar Gala <galak@kernel.crashing.org>
8692 Date: Wed Oct 22 23:33:56 2008 -0500
8693
8694 fdt: Added helper to set PCI dma-ranges property
8695
8696 Added fdt_pci_dma_ranges() that parses the pci_region info from the
8697 struct pci_controller and populates the dma-ranges based on it.
8698
8699 The max # of windws/dma-ranges we support is 3 since on embedded
8700 PowerPC based systems this is the max number of windows.
8701
8702 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8703 Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
8704
8705 commit 3bed2aaf2d50fd13273c14d17d4fd40ef42e0d0f
8706 Author: Kumar Gala <galak@kernel.crashing.org>
8707 Date: Thu Oct 23 00:05:47 2008 -0500
8708
8709 fdt: Add fdt_getprop_u32_default helpers
8710
8711 Add helper functions to return find a node and return it's property
8712 or a default value.
8713
8714 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8715 Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
8716 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
8717
8718 commit 8ba93f68a1bae89e033527ce67b41b4a87aa5b7f
8719 Author: Kumar Gala <galak@kernel.crashing.org>
8720 Date: Tue Oct 21 18:06:15 2008 -0500
8721
8722 86xx: Enable 64-bit PCI resources on all Freescale boards
8723
8724 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8725 Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
8726
8727 commit 0151cbaccf4504821ecfde0217299bd740086bb6
8728 Author: Kumar Gala <galak@kernel.crashing.org>
8729 Date: Tue Oct 21 11:33:58 2008 -0500
8730
8731 85xx: Enable 64-bit PCI resources on all Freescale boards
8732
8733 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8734 Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
8735
8736 commit 30e76d5e3bc4c5208ee63585fe12b409d9308cd8
8737 Author: Kumar Gala <galak@kernel.crashing.org>
8738 Date: Tue Oct 21 08:36:08 2008 -0500
8739
8740 pci: Allow for PCI addresses to be 64-bit
8741
8742 PCI bus is inherently 64-bit. While not all system require access to
8743 the full 64-bit PCI address range some do. This allows those systems
8744 to enable the full PCI address width via CONFIG_SYS_PCI_64BIT.
8745
8746 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8747 Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
8748 Acked-by: Wolfgang Denk <wd@denx.de>
8749
8750 commit ae5f943ba8ede448a4b1a145fd8911856701ecc5
8751 Author: Dave Liu <daveliu@freescale.com>
8752 Date: Thu Oct 23 21:18:53 2008 +0800
8753
8754 85xx: Fix the incorrect register used for DDR erratum1
8755
8756 The 8572 DDR erratum1:
8757 DDR controller may enter an illegal state when operating
8758 in 32-bit bus mode with 4-beat bursts.
8759
8760 Description:
8761 When operating with a 32-bit bus, it is recommended that
8762 DDR_SDRAM_CFG[8_BE] is cleared when DDR2 memories are used.
8763 This forces the DDR controller to use 4-beat bursts when
8764 communicating to the DRAMs. However, an issue exists that
8765 could lead to data corruption when the DDR controller is
8766 in 32-bit bus mode while using 4-beat bursts.
8767
8768 Projected Impact:
8769 If the DDR controller is operating in 32-bit bus mode with
8770 4-beat bursts, then the controller may enter into a bad state.
8771 All subsequent reads from memory is corrupted.
8772 Four-beat bursts with a 32-bit bus only is used with DDR2 memories.
8773 Therefore, this erratum does not affect DDR3 mode.
8774
8775 Work Arounds:
8776 To work around this issue, software must set DEBUG_1[31] in
8777 DDR memory mapped space (CCSRBAR offset + 0x2f00 for DDR_1
8778 and CCSRBAR offset + 0x6f00 for DDR_2).
8779
8780 Currenlty, the code is using incorrect register DDR_SDRAM_CFG_2
8781 as condition, but it should be DDR_SDRAM_CFG register.
8782
8783 Signed-off-by: Dave Liu <daveliu@freescale.com>
8784
8785 commit d5b693090ed08d24c18491df9d8fc7387b2906f3
8786 Author: Dave Liu <daveliu@freescale.com>
8787 Date: Thu Oct 23 21:17:19 2008 +0800
8788
8789 85xx: remove unused config definition
8790
8791 Signed-off-by: Dave Liu <daveliu@freescale.com>
8792
8793 commit 0f060c3bf82832331a509f2e5d2442539e7aad09
8794 Author: Kumar Gala <galak@kernel.crashing.org>
8795 Date: Thu Oct 23 01:47:38 2008 -0500
8796
8797 85xx: Add basic e500mc core support
8798
8799 Introduce CONFIG_E500MC to deal with the minor differences between
8800 e500v2 and e500mc.
8801
8802 * Certain fields of HID0/1 don't exist anymore on e500mc
8803 * Cache line size is 64-bytes on e500mc
8804 * reset value of PIR is different
8805
8806 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8807
8808 commit a38a5b6edd30f29fd5fdb1d7f674521906c0e677
8809 Author: Kumar Gala <galak@kernel.crashing.org>
8810 Date: Thu Oct 23 01:47:37 2008 -0500
8811
8812 85xx: Use CONFIG_SYS_CACHELINE_SIZE instead of magic number
8813
8814 Using CONFIG_SYS_CACHELINE_SIZE instead of 31 means we can handle
8815 e500mc's 64-byte cacheline properly when it gets added.
8816
8817 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8818
8819 commit 5deb8022c3749faac30e9ad9694691e2442b5c93
8820 Author: Georg Schardt <schardt@team-ctech.de>
8821 Date: Fri Oct 24 13:51:52 2008 +0200
8822
8823 ppc4xx: New board avnet fx12 minimodul
8824
8825 This patch adds support for the avnet fx12 minimodul.
8826 It needs the "ppc4xx: Generic architecture for xilinx ppc405"
8827 patch from Ricardo.
8828
8829 Signed-off-by: Georg Schardt <schardt@team-ctech.de>
8830 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
8831 Signed-off-by: Stefan Roese <sr@denx.de>
8832
8833 commit 1f4d53260ec6f8f122aed75cce7c757d97a551e0
8834 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
8835 Date: Tue Oct 21 18:29:46 2008 +0200
8836
8837 ppc4xx: Generic architecture for xilinx ppc405(v3)
8838
8839 As "ppc44x: Unification of virtex5 pp440 boards" did for the xilinx
8840 ppc440 boards, this patch presents a common architecture for all the
8841 xilinx ppc405 boards.
8842
8843 Any custom xilinx ppc405 board can be added very easily with no code
8844 duplicity.
8845
8846 This patch also adds a simple generic board, that can be used on almost
8847 any design with xilinx ppc405 replacing the file ppc405-generic/xparameters.h
8848
8849 This patch is prepared to work with the latest version of EDK (10.1)
8850
8851 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
8852 Signed-off-by: Stefan Roese <sr@denx.de>
8853
8854 commit 485c00a57fab86f72a3769480c66bf1ca22e1459
8855 Author: Stefan Roese <sr@denx.de>
8856 Date: Fri Oct 24 08:56:09 2008 +0200
8857
8858 ppc4xx: Disable DDR2 autocalibration on Kilauea for now
8859
8860 Since the new autocalibration still has some problems on some Kilauea
8861 boards with 200MHz DDR2 frequency we disable the autocalibration and
8862 use the hardcoded values as done before. This seems to work reliably
8863 on all known DDR2 frequencies.
8864
8865 After the autocalibration issue is fixed we will enable it again.
8866
8867 Signed-off-by: Stefan Roese <sr@denx.de>
8868
8869 commit f177f4250c729727b1629fa8d8d6556c999e9b8c
8870 Author: Mike Frysinger <vapier@gentoo.org>
8871 Date: Wed Apr 9 02:02:07 2008 -0400
8872
8873 Blackfin: fix up UART status bit handling
8874
8875 Some Blackfin UARTs are read-to-clear while others are write-to-clear.
8876 This can cause problems when we poll the LSR and then later try and handle
8877 any errors detected.
8878
8879 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8880
8881 commit ae0910298f31f5bb3d33a64b8467c60ea3c5d6d0
8882 Author: Mike Frysinger <vapier@gentoo.org>
8883 Date: Sat Oct 11 20:42:17 2008 -0400
8884
8885 Blackfin: bf561-ezkit: drop redundant code
8886
8887 Common Blackfin code already announces CPU information.
8888
8889 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8890
8891 commit e2eea98bff1369f77a9f59a5fd0bd4928bc3332e
8892 Author: Mike Frysinger <vapier@gentoo.org>
8893 Date: Sat Oct 11 20:43:10 2008 -0400
8894
8895 Blackfin: bf561-ezkit: drop pointless USB code
8896
8897 The USB/LAN register settings are not actually used/needed in order to
8898 drive things from U-Boot, so drop the code.
8899
8900 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8901
8902 commit c23bff63fb03cb9dbcd26522841e53f9b34fa1ab
8903 Author: Mike Frysinger <vapier@gentoo.org>
8904 Date: Sat Oct 11 20:47:58 2008 -0400
8905
8906 Blackfin: linker scripts: force start.o and set initcode boundaries
8907
8908 Make sure that the start.o object is always the first object in our linker
8909 script regardless of configuration settings, and add some linker symbols
8910 so the ldr utility can properly locate the initcode when generating a LDR.
8911
8912 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8913
8914 commit bd33e5c613cf70e3cb51a73fdd653fe83b942bb0
8915 Author: Mike Frysinger <vapier@gentoo.org>
8916 Date: Sat Oct 11 21:19:39 2008 -0400
8917
8918 Blackfin: small cpu init optimization while setting interrupt mask
8919
8920 Use the sti instruction to set the initial interrupt mask rather than
8921 banging on the core IMASK MMR to save both space and time.
8922
8923 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8924
8925 commit 960922291c9594acb575cec7e47d7bed9b58182c
8926 Author: Mike Frysinger <vapier@gentoo.org>
8927 Date: Sat Oct 11 21:18:10 2008 -0400
8928
8929 Blackfin: set initial stack correctly according to Blackfin ABI
8930
8931 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8932
8933 commit 25cd33d82ea521b7bd90ca858f8919fae1e9732b
8934 Author: Mike Frysinger <vapier@gentoo.org>
8935 Date: Sun Apr 20 03:11:53 2008 -0400
8936
8937 Blackfin: make baud calculation more accurate
8938
8939 We should use the algorithm in the Linux kernel so that the UART divisor
8940 calculation is more accurate. It also fixes problems on some picky UARTs
8941 that have sampling anomalies.
8942
8943 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8944
8945 commit 0ba1da116e5edcb0c5ae4a7585d73f6548400a06
8946 Author: Mike Frysinger <vapier@gentoo.org>
8947 Date: Mon Oct 6 04:21:41 2008 -0400
8948
8949 Blackfin: decode hwerrcause/excause when crashing
8950
8951 Having to decode hwerrcause/excause values is a pain, so automate it.
8952
8953 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8954
8955 commit 2de95bb20c488f20298df6881b700a5a757ee780
8956 Author: Mike Frysinger <vapier@gentoo.org>
8957 Date: Mon Oct 6 04:20:54 2008 -0400
8958
8959 Blackfin: fix register dump messages
8960
8961 Make sure we report RETI/IPEND correctly.
8962
8963 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8964
8965 commit 7133999e6f62a9a01f6a8ffe234b8532b3ad1e4b
8966 Author: Mike Frysinger <vapier@gentoo.org>
8967 Date: Mon Oct 6 04:19:34 2008 -0400
8968
8969 Blackfin: don't bother displaying reboot msg when crashing
8970
8971 The hang function already tells you to reboot, so no point in showing it
8972 twice.
8973
8974 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8975
8976 commit 70c4c032ea112cc42aa1ce959c33fc4825eaef95
8977 Author: Mike Frysinger <vapier@gentoo.org>
8978 Date: Sun Jun 1 01:23:48 2008 -0400
8979
8980 Blackfin: enable support for nested interrupts
8981
8982 During cpu init, make sure we initialize the CEC properly so that
8983 interrupts can fire and be handled while U-Boot is running.
8984
8985 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8986
8987 commit 39782727e185860faa4884c2b04e84cb33d1c6cf
8988 Author: Mike Frysinger <vapier@gentoo.org>
8989 Date: Mon Oct 6 03:55:25 2008 -0400
8990
8991 Blackfin: init NAND before relocating env
8992
8993 If booting out of NAND, we need to make sure we initialize it properly
8994 before attempting to relocate the environment.
8995
8996 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8997
8998 commit 0f9a8819416ba40a53de50af148847a0e508f84d
8999 Author: Mike Frysinger <vapier@gentoo.org>
9000 Date: Thu Aug 7 18:40:13 2008 -0400
9001
9002 Blackfin: check cache bits, not cplb bits
9003
9004 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9005
9006 commit 2c1ea9e370cb72dd6a5aa32338e87a8a1f77bd76
9007 Author: Mike Frysinger <vapier@gentoo.org>
9008 Date: Thu Aug 7 17:52:59 2008 -0400
9009
9010 Blackfin: drop unused cache flush code
9011
9012 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9013
9014 commit 50f0d211912a648e31aa9123b4665a0444bb8ca9
9015 Author: Mike Frysinger <vapier@gentoo.org>
9016 Date: Thu Aug 7 15:21:47 2008 -0400
9017
9018 Blackfin: unify cache handling code
9019
9020 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9021
9022 commit 3c8798983403cb68a827d7a0d09b1134524a1b7d
9023 Author: Mike Frysinger <vapier@gentoo.org>
9024 Date: Mon Oct 6 03:39:07 2008 -0400
9025
9026 Blackfin: only initialize the RTC when actually used
9027
9028 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9029
9030 commit 621e579b812dd1a2e6777f7cbf6e55e736505823
9031 Author: Mike Frysinger <vapier@gentoo.org>
9032 Date: Mon Oct 6 03:44:33 2008 -0400
9033
9034 Blackfin: fix SWRST register definition
9035
9036 The SWRST register is a 16bit, not 32bit, register.
9037
9038 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9039
9040 commit 06121c4e2d183887dcd7a4ca2dcd395b213ea15b
9041 Author: Mike Frysinger <vapier@gentoo.org>
9042 Date: Thu Aug 7 18:54:57 2008 -0400
9043
9044 Blackfin: build with -fomit-frame-pointer
9045
9046 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9047
9048 commit adbfeeb7b32f737a9738daa583350d2bb9ed017a
9049 Author: Mike Frysinger <vapier@gentoo.org>
9050 Date: Thu Aug 7 17:50:26 2008 -0400
9051
9052 Blackfin: document some of the blackfin directories
9053
9054 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9055
9056 commit e4337968e43698a68ba608369f46d4a4114111ca
9057 Author: Mike Frysinger <vapier@gentoo.org>
9058 Date: Thu Aug 7 15:16:56 2008 -0400
9059
9060 Blackfin: only enable hardware error irq by default
9061
9062 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9063
9064 commit 2b66f08f257ef6a06785f27b3c6dc2a4cfc9cac4
9065 Author: Mike Frysinger <vapier@gentoo.org>
9066 Date: Thu Aug 7 13:36:43 2008 -0400
9067
9068 Blackfin: punt old unused mem_init.h header
9069
9070 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9071
9072 commit bcc121a01608042066a19ab5bff5bcfb805bf406
9073 Author: Mike Frysinger <vapier@gentoo.org>
9074 Date: Thu Aug 7 13:18:55 2008 -0400
9075
9076 Blackfin: delete unused page_descriptor_table_size define
9077
9078 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9079
9080 commit 30fb9d24ae16e5b0ed39e5b7cc85981165ca98bc
9081 Author: Mike Frysinger <vapier@gentoo.org>
9082 Date: Thu Aug 7 13:17:03 2008 -0400
9083
9084 Blackfin: fix typo in boot mode comment and add NAND define
9085
9086 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9087
9088 commit 2e5cbe5461c5c4c6665e318cfe950a5a150d999c
9089 Author: Ben Maan <moo@cow>
9090 Date: Thu Aug 7 13:14:21 2008 -0400
9091
9092 Blackfin: fix port mux defines for BF54x
9093
9094 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9095
9096 commit 0656ef2ba274910d31364fe022f6c7db0051660d
9097 Author: Mike Frysinger <vapier@gentoo.org>
9098 Date: Thu Aug 7 13:09:50 2008 -0400
9099
9100 Blackfin: update anomaly lists
9101
9102 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9103
9104 commit 50ca95402876cf7bac4e2d4f7855f616a038763f
9105 Author: Mike Frysinger <vapier@gentoo.org>
9106 Date: Thu Aug 7 13:08:54 2008 -0400
9107
9108 Blackfin: unify DSPID/DBGSTAT MMR definitions
9109
9110 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9111
9112 commit d9d8c7c696dec370ca714c03beb6e79d4c90bd5e
9113 Author: Wolfgang Denk <wd@denx.de>
9114 Date: Tue Oct 21 15:53:51 2008 +0200
9115
9116 Fix strmhz(): avoid printing negative fractions
9117
9118 Signed-off-by: Wolfgang Denk <wd@denx.de>
9119
9120 commit 4a7f6b750d8de543fdf8e58acd86745010054571
9121 Author: Richard Retanubun <RichardRetanubun@ruggedcom.com>
9122 Date: Fri Oct 17 08:55:51 2008 -0400
9123
9124 mpc83xx: Removed #ifdef CONFIG_MPC834X dependency on upmconfig function
9125
9126 This is done to allow other 83XX based platforms which also have UPM
9127 (e.g. 8360) to configure and use their UPM in u-boot.
9128
9129 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
9130 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9131
9132 commit 3bf1be3c0cfb1129b68cc1474119e5f323536488
9133 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
9134 Date: Tue Oct 14 22:58:53 2008 +0400
9135
9136 mpc83xx: add support for switching between USB Host/Function for MPC837XEMDS
9137
9138 With this patch u-boot can fixup the dr_mode and phy_type properties
9139 for the Dual-Role USB controller.
9140
9141 While at it, also remove #ifdefs around includes, they are not needed.
9142
9143 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
9144 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9145
9146 commit b3379f3fd13969934c00097c05754e7a8990fd39
9147 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
9148 Date: Wed Oct 8 20:52:54 2008 +0400
9149
9150 mpc83xx: add ELBC NAND support for the MPC837XEMDS boards
9151
9152 Though NAND chip is replaceable on the MPC837XE-MDS boards, the
9153 current settings don't work with the default chip on the board.
9154 Nevertheless Freescale's U-Boot sets the option register correctly,
9155 so I just dumped the register from the working u-boot. My guess is
9156 that the old settings were applicable for some pilot boards, not
9157 found in the production.
9158
9159 This patch also enables FSL ELBC driver so that we could access
9160 the NAND storage in the u-boot.
9161
9162 The NAND support costs about 45KB, so the u-boot no longer fits
9163 into two 128KB NOR flash sectors, thus we also have to adjust
9164 environment location: add another 128KB to the monitor length.
9165
9166 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
9167
9168 It is due to hardware design and logic defect, that is the
9169 I/O[0:7] of NAND chip is connected to LAD[7:0], so when
9170 the NAND chip connected to nLCS3, you have to set up the
9171 OR3[BCTLD] = '1' for normal operation, otherwise it will have
9172 bus contention due to the pin 48/25 of U60 is enabled.
9173
9174 Setup the OR3[BCTLD] = '1' , that meaning the LBCTL is not
9175 asserted upon access to the NAND chip, keep the default state.
9176
9177 Acked-by: Dave Liu <daveliu@freescale.com>
9178 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9179
9180 commit 00f7bbae92e3b13f2b37aeb1def9bb12445521b7
9181 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
9182 Date: Thu Oct 2 19:17:33 2008 +0400
9183
9184 mpc83xx: fix PCI scan hang on the standalone MPC837xE-MDS boards
9185
9186 The MPC837xE-MDS board's CPLD can auto-detect if the board is on the PIB,
9187 standalone or acting as a PCI agent. User's Guide says:
9188
9189 - When the CPLD recognizes its location on the PIB it automatically
9190 configures RCW to the PCI Host.
9191 - If the CPLD fails to recognize its location then it is automatically
9192 configured as an Agent and the PCI is configured to an external arbiter.
9193
9194 This sounds good. Though in the standalone setup the CPLD sets PCI_HOST
9195 flag (it's ok, we can't act as PCI agents since we receive CLKIN, not
9196 PCICLK), but the CPLD doesn't set the ARBITER_ENABLE flag, and without
9197 any arbiter bad things will happen (here the board hangs during any config
9198 space reads).
9199
9200 In this situation we must disable the PCI. And in case of anybody really
9201 want to use an external arbiter, we provide "pci_external_aribter"
9202 environment variable.
9203
9204 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
9205 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9206
9207 commit 1da83a63d8e1b4bddeb82581b1745a09aac3e2d3
9208 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
9209 Date: Thu Oct 2 18:32:25 2008 +0400
9210
9211 mpc83xx: add SGMII riser module support for the MPC8378E-MDS boards
9212
9213 This involves configuring the SerDes and fixing up the flags and
9214 PHY addresses for the TSECs.
9215
9216 For Linux we also fix up the device tree.
9217
9218 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
9219 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9220
9221 commit e6d9c8916de9c24f2c52d0b01cf00d2e74a04cd8
9222 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
9223 Date: Thu Oct 2 18:31:59 2008 +0400
9224
9225 mpc83xx: add TSECs' HRCWH masks for MPC837x processors
9226
9227 We'll use these masks to parse TSEC modes out of HRCWH.
9228
9229 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
9230 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9231
9232 commit 6f9cc6608b4e1cefde56c0fb99ae1c95c42575ff
9233 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
9234 Date: Thu Oct 2 18:31:56 2008 +0400
9235
9236 mpc83xx: serdes: add forgotten shifts for rfcks
9237
9238 The rfcks should be shifted by 28 bits left. We didn't notice the bug
9239 because we were using only 100MHz clocks (for which rfcks == 0).
9240
9241 Though, for SGMII we'll need 125MHz clocks.
9242
9243 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
9244 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9245
9246 commit 55c531984dcf933e4cd13a187a7e08e873b7ced1
9247 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
9248 Date: Thu Oct 2 18:31:53 2008 +0400
9249
9250 mpc83xx: fix serdes setup for the MPC8378E boards
9251
9252 MPC837xE specs says that SerDes1 has:
9253
9254 — Two lanes running x1 SGMII at 1.25 Gbps;
9255 — Two lanes running x1 SATA at 1.5 or 3.0 Gbps.
9256
9257 And for SerDes2:
9258
9259 — Two lanes running x1 PCI Express at 2.5 Gbps;
9260 — One lane running x2 PCI Express at 2.5 Gbps;
9261 — Two lanes running x1 SATA at 1.5 or 3.0 Gbps.
9262
9263 The spec also explicitly states that PEX options are not valid for
9264 the SD1.
9265
9266 Nevertheless MPC8378 RDB and MDS boards configure the SD1 for PEX,
9267 which is wrong to do.
9268
9269 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
9270 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9271
9272 commit 5c2ff323a94e27e481f70c44838d43fcd844dd46
9273 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
9274 Date: Wed Sep 10 18:12:37 2008 +0400
9275
9276 mpc83xx: mpc8360emds: rework LBC SDRAM setup
9277
9278 Currently 64M of LBC SDRAM are mapped at 0xF0000000 which makes
9279 it difficult to use (b/c then the memory is discontinuous and
9280 there is quite big memory hole between the DDR/SDRAM regions).
9281
9282 This patch reworks LBC SDRAM setup so that now we dynamically
9283 place the LBC SDRAM near the DDR (or at 0x0 if there isn't any
9284 DDR memory).
9285
9286 With this patch we're able to:
9287
9288 - Boot without external DDR memory;
9289 - Use most "DDR + SDRAM" setups without need to support for
9290 sparse/discontinuous memory model in the software.
9291
9292 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
9293 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9294
9295 commit def0819e920b05b34b56d8b42e1e43d9b89a52d6
9296 Author: Wolfgang Denk <wd@xpert.denx.de>
9297 Date: Tue Oct 21 11:23:56 2008 +0200
9298
9299 FDT: don't use private kernel header files
9300
9301 On some systems (for example Fedora Core 4) U-Boot builds with the
9302 following wanrings only:
9303
9304 ...
9305 In file included from /home/wd/git/u-boot/include/libfdt_env.h:33,
9306 from fdt.c:51:
9307 /usr/include/asm/byteorder.h:6:2: warning: #warning using private kernel header; include <endian.h> instead!
9308
9309 This patch fixes this problem.
9310
9311 Signed-off-by: Wolfgang Denk <wd@denx.de>
9312
9313 commit f4d14c55504ce40287321bd63ee269e3233ee4ae
9314 Author: Stefan Roese <sr@denx.de>
9315 Date: Mon Oct 13 15:15:31 2008 +0200
9316
9317 ppc4xx: Add 1.0 & 1.066 GHz to canyonlands bootstrap command for PLL setup
9318
9319 Signed-off-by: Stefan Roese <sr@denx.de>
9320
9321 commit 43cbce69d48d052574d71f50724be546d90a46a4
9322 Author: Stefan Roese <sr@denx.de>
9323 Date: Mon Oct 13 10:45:14 2008 +0200
9324
9325 ppc4xx: Correctly setup ranges property in ebc node
9326
9327 Previously only the NOR flash mapping was written into the ranges
9328 property of the ebc node. This patch now writes all enabled chip
9329 select areas into the ranges property.
9330
9331 Signed-off-by: Stefan Roese <sr@denx.de>
9332
9333 commit d7b26d58328f137471ea97de382bfa63f7239931
9334 Author: Dirk Eibach <eibach@gdsys.de>
9335 Date: Wed Oct 8 15:37:50 2008 +0200
9336
9337 ppc4xx: Add GDSys neo 405EP board support
9338
9339 Signed-off-by: Dirk Eibach <eibach@gdsys.de>
9340 Signed-off-by: Stefan Roese <sr@denx.de>
9341
9342 commit c11da194545d2f4bbb54be1bb5e504e20ce8c16c
9343 Author: Niklaus Giger <niklaus.giger@netstal.com>
9344 Date: Wed Oct 1 14:46:13 2008 +0200
9345
9346 ppc4xx: Update configs for Netstal boards
9347
9348 I reorganized my config files, putting the common stuff into netstal-common.h
9349 (got the idea by looking a amcc-common.h from Stefan).
9350
9351 Added stuff to boot the new powerpc linux via NFS (only tested with HCU4).
9352
9353 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
9354 Signed-off-by: Stefan Roese <sr@denx.de>
9355
9356 commit c9c11d751e4242cf29c3c3c290d971f6d0cb1d15
9357 Author: Adam Graham <agraham@amcc.com>
9358 Date: Wed Oct 8 10:13:19 2008 -0700
9359
9360 ppc4xx: Add routine to retrieve CPU number
9361
9362 Provide a weak defined routine to retrieve the CPU number for
9363 reference boards that have multiple CPU's. Default behavior
9364 is the existing single CPU print output. Reference boards with
9365 multiple CPU's need to provide a board specific routine.
9366 See board/amcc/arches/arches.c for an example.
9367
9368 Signed-off-by: Adam Graham <agraham@amcc.com>
9369 Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
9370 Signed-off-by: Stefan Roese <sr@denx.de>
9371
9372 commit 59217bae40e90982ab5400d849c08af683ace036
9373 Author: Adam Graham <agraham@amcc.com>
9374 Date: Wed Oct 8 10:13:14 2008 -0700
9375
9376 ppc4xx: Add static support for 44x IBM SDRAM Controller
9377
9378 This patch add the capability to configure a PPC440 based IBM SDRAM
9379 Controller with static, compiled-in, values. PPC440 memory subsystem
9380 includes a Memory Queue core.
9381
9382 Signed-off-by: Adam Graham <agraham@amcc.com>
9383 Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
9384 Signed-off-by: Stefan Roese <sr@denx.de>
9385
9386 commit f09f09d3899017aaaa2b031bba63c271e9c48e4d
9387 Author: Adam Graham <agraham@amcc.com>
9388 Date: Wed Oct 8 10:12:53 2008 -0700
9389
9390 ppc4xx: Add AMCC Arches board support (dual 460GT)
9391
9392 The Arches Evaluation board is based on the AMCC 460GT SoC chip.
9393 This board is a dual processor board with each processor providing
9394 independent resources for Rapid IO, Gigabit Ethernet, and serial
9395 communications. Each 460GT has it's own 512MB DDR2 memory, 32MB NOR
9396 FLASH, UART, EEPROM and temperature sensor, along with a shared debug
9397 port. The two 460GT's will communicate with each other via shared
9398 memory, Gigabit Ethernet and x1 PCI-Express.
9399
9400 Signed-off-by: Adam Graham <agraham@amcc.com>
9401 Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
9402 Signed-off-by: Stefan Roese <sr@denx.de>
9403
9404 commit 055b12f2ffd7c34eea7e983a0588b24f2e69e0e3
9405 Author: Wolfgang Denk <wd@xpert.denx.de>
9406 Date: Sun Oct 19 21:54:30 2008 +0200
9407
9408 TQM8260: environment in flash instead EEPROM, baudrate 115k
9409
9410 Several customers have reported problems with the environment in
9411 EEPROM, including corrupted content after board reset. Probably the
9412 code to prevent I2C Enge Conditions is not working sufficiently.
9413
9414 We move the environment to flash now, which allows to have a backup
9415 copy plus gives much faster boot times.
9416
9417 Also, change the default console initialization to 115200 bps as used
9418 on most other boards.
9419
9420 Signed-off-by: Wolfgang Denk <wd@denx.de>
9421
9422 commit 1836881190b3d8a6918b0d64b39fe32bbbdf85d8
9423 Author: Kumar Gala <galak@kernel.crashing.org>
9424 Date: Sun Oct 19 12:49:19 2008 -0500
9425
9426 85xx: Fix compile warning in mpc8536ds.c
9427
9428 mpc8536ds.c: In function 'is_sata_supported':
9429 mpc8536ds.c:615: warning: unused variable 'devdisr'
9430
9431 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9432
9433 commit 8ed44d91c8122d00368523b0b746691c895d3b3c
9434 Author: Wolfgang Denk <wd@denx.de>
9435 Date: Sun Oct 19 02:35:50 2008 +0200
9436
9437 Cleanup: fix "MHz" spelling
9438
9439 Signed-off-by: Wolfgang Denk <wd@denx.de>
9440
9441 commit 08ef89ecd174969b3544f3f0c7cd1de3c57f737b
9442 Author: Wolfgang Denk <wd@denx.de>
9443 Date: Sun Oct 19 02:35:49 2008 +0200
9444
9445 Use strmhz() to format clock frequencies
9446
9447 Signed-off-by: Wolfgang Denk <wd@denx.de>
9448
9449 commit d50c7d4be150b2252c0d2e16cfcf69643bdd6dc9
9450 Author: Wolfgang Denk <wd@denx.de>
9451 Date: Sun Oct 19 02:35:48 2008 +0200
9452
9453 strmhz(): Round numbers when printing clock frequencies
9454
9455 Round clock frequencies for printing.
9456
9457 Many boards printed off clock frequencies like 399 MHz instead of the
9458 exact 400 MHz because numberes were not rounded. This is fixed now.
9459
9460 Signed-off-by: Wolfgang Denk <wd@denx.de>
9461
9462 commit 681c02d05b29c6d46093525052c74b9c4ddc8b08
9463 Author: Timur Tabi <timur@freescale.com>
9464 Date: Mon Oct 20 15:16:47 2008 -0500
9465
9466 85xx: properly document MPC85xx_PORDEVSR2_SEC_CFG
9467
9468 Commit f7d190b1 corrected the value of MPC85xx_PORDEVSR2_SEC_CFG, but forgot
9469 to add a comment that the correct value disagrees with the 8544 reference
9470 manual. The changelog for that commit is also wrong, as it says "bit 28"
9471 when it should be "bit 24".
9472
9473 Signed-off-by: Timur Tabi <timur@freescale.com>
9474
9475 commit 360fe71e82b83e264c964c9447c537e9a1f643c8
9476 Author: Heiko Schocher <hs@denx.de>
9477 Date: Fri Oct 17 18:24:06 2008 +0200
9478
9479 mgcoge: add redundant environment sector
9480
9481 Signed-off-by: Heiko Schocher <hs@denx.de>
9482
9483 commit 53ebf0c470c87d5f9fa76462e5f4064d26a9b16a
9484 Author: Heiko Schocher <hs@denx.de>
9485 Date: Fri Oct 17 18:23:27 2008 +0200
9486
9487 mgsuvd: update size of environment
9488
9489 Signed-off-by: Heiko Schocher <hs@denx.de>
9490
9491 commit 2e26d837f11460c0e6dede7d65424a31e0183d09
9492 Author: Jason Jin <Jason.jin@freescale.com>
9493 Date: Fri Oct 10 11:41:00 2008 +0800
9494
9495 Enabled the Freescale SGMII riser card on 8536DS
9496
9497 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
9498
9499 commit 7e183cad0c5ab6415dca95d6ac290ea918b28c55
9500 Author: Liu Yu <yu.liu@freescale.com>
9501 Date: Fri Oct 10 11:40:59 2008 +0800
9502
9503 Enabled the Freescale SGMII riser card on 8572DS
9504
9505 This patch based on Andy's work.
9506 Including command 'pixis_set_sgmii' support.
9507
9508 Signed-off-by: Liu Yu <yu.liu@freescale.com>
9509
9510 commit bff188baf9427c35745356439435acf3864d4c65
9511 Author: Liu Yu <yu.liu@freescale.com>
9512 Date: Fri Oct 10 11:40:58 2008 +0800
9513
9514 Make pixis_set_sgmii more general to support MPC85xx boards.
9515
9516 The pixis sgmii command depend on the FPGA support on the board, some 85xx
9517 boards support SGMII riser card but did not support this command, define
9518 CONFIG_PIXIS_SGMII_CMD for those boards which support the sgmii command.
9519
9520 Not like 8544, 8572 has 4 eTsec so that the other two's pixis bits
9521 are not supported by 8544. Therefor, define PIXIS_VSPEED2_MASK and
9522 PIXIS_VCFGEN1_MASK in header file for both boards.
9523
9524 Signed-off-by: Liu Yu <yu.liu@freescale.com>
9525
9526 commit 5e981d683d2363204c76773941c2e9c2044c808f
9527 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
9528 Date: Wed Oct 8 23:38:02 2008 -0500
9529
9530 Add cpu/8xxx to TAGS_SUBDIRS
9531
9532 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
9533
9534 commit e1f7d22b8b52fc08c4d17a6a7db1e664281aed63
9535 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
9536 Date: Thu Oct 9 01:25:55 2008 -0500
9537
9538 fsl_law clear enable before changing.
9539
9540 Debug sessions may have left enabled laws.
9541 Changing lawbar with an unkown enabled tgtid could cause problems.
9542
9543 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
9544
9545 commit 86be510f7b5443e7e937f696bfbe037fdc740b15
9546 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
9547 Date: Thu Oct 9 00:29:27 2008 -0500
9548
9549 mpc8572 additional end-point mode
9550
9551 mpc8572 supports all pcie controllers as end-points with cfg_host_agent=0.
9552 Include host_agent == 0 decode for end-point determination.
9553
9554 This is not needed for the ds reference board since pcie3 will be a host
9555 in order to connect to the uli chip. Include it here as a reference for
9556 other mpc8572 boards.
9557
9558 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
9559
9560 commit 6856b3d0221a838580e6bb06f61425fd7529ba93
9561 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
9562 Date: Wed Oct 8 23:37:59 2008 -0500
9563
9564 85xx if NUM_CPUS>1, print cpu number
9565
9566 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
9567
9568 commit f7fecc3e25050a036c9f50f0d2b85bc3199a96e0
9569 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
9570 Date: Wed Oct 8 23:38:01 2008 -0500
9571
9572 pixis do not print long help if not configured
9573
9574 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
9575
9576 commit 0e17f02a8a78d85225a4d805f6a1ea95a0a460b5
9577 Author: Andy Fleming <afleming@freescale.com>
9578 Date: Tue Oct 7 08:09:50 2008 -0500
9579
9580 Have u-boot pass stashing parameters into device tree
9581
9582 Some cores don't support ethernet stashing at all, and some
9583 instances have errata. Adds 3 properties to gianfar nodes
9584 which support stashing. For now, just add this support to
9585 85xx SoCs.
9586
9587 Signed-off-by: Andy Fleming <afleming@freescale.com>
9588
9589 commit c21617fd265b7c126c6e2f2d8a23cdb00d4fade7
9590 Author: Haiying Wang <Haiying.Wang@freescale.com>
9591 Date: Fri Oct 3 12:37:57 2008 -0400
9592
9593 Add DDR options setting on MPC8641HPCN board
9594
9595 * Add board specific parameter table to choose correct cpo, clk_adjust,
9596 write_data_delay based on board ddr frequency and n_ranks.
9597
9598 * Set odt_rd_cfg and odt_wr_cfg based on the dimm# and CS#.
9599
9600 Signed-off-by: James Yang <James.Yang@freescale.com>
9601 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
9602
9603 commit 4ca06607d60d0a6378812ef58fd1eab2a7f77111
9604 Author: Haiying Wang <Haiying.Wang@freescale.com>
9605 Date: Fri Oct 3 12:37:41 2008 -0400
9606
9607 Add ddr interleaving suppport for MPC8572DS board
9608
9609 * Add board specific parameter table to choose correct cpo, clk_adjust,
9610 write_data_delay, 2T based on board ddr frequency and n_ranks.
9611
9612 * Set odt_rd_cfg and odt_wr_cfg based on the dimm# and CS#.
9613
9614 * Set memory controller interleaving mode to bank interleaving, and disable
9615 bank(chip select) interleaving mode by default, because the default on-board
9616 DDR DIMMs are 2x512MB single-rank.
9617
9618 * Change CONFIG_ICS307_REFCLK_HZ from 33333333 to 33333000.
9619
9620 Signed-off-by: James Yang <James.Yang@freescale.com>
9621 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
9622
9623 commit 1f293b417ac6ab8e317ca2b770377ca93edf2370
9624 Author: Haiying Wang <Haiying.Wang@freescale.com>
9625 Date: Fri Oct 3 12:37:26 2008 -0400
9626
9627 Add debug information for DDR controller registers
9628
9629 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
9630
9631 commit c9ffd839b1ada502c86f88edaf1534426b6688ce
9632 Author: Haiying Wang <Haiying.Wang@freescale.com>
9633 Date: Fri Oct 3 12:37:10 2008 -0400
9634
9635 Check DDR interleaving mode
9636
9637 * Check DDR interleaving mode from environment by reading memctl_intlv_ctl and
9638 ba_intlv_ctl.
9639 * Print DDR interleaving mode information
9640 * Add doc/README.fsl-ddr to describe the interleaving setting
9641
9642 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
9643
9644 commit dfb49108e4f86c2224e1f30124328b0de66ef72e
9645 Author: Haiying Wang <Haiying.Wang@freescale.com>
9646 Date: Fri Oct 3 12:36:55 2008 -0400
9647
9648 Pass dimm parameters to populate populate controller options
9649
9650 Because some dimm parameters like n_ranks needs to be used with the board
9651 frequency to choose the board parameters like clk_adjust etc. in the
9652 board_specific_paramesters table of the board ddr file, we need to pass
9653 the dimm parameters to the board file.
9654
9655 * move ddr dimm parameters header file from /cpu to /include directory.
9656 * add ddr dimm parameters to populate board specific options.
9657 * Fix fsl_ddr_board_options() for all the 8xxx boards which call this function.
9658
9659 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
9660
9661 commit dbbbb3abeff325855cae76e33d69d5665631443f
9662 Author: Haiying Wang <Haiying.Wang@freescale.com>
9663 Date: Fri Oct 3 12:36:39 2008 -0400
9664
9665 Make DDR interleaving mode work correctly
9666
9667 Fix some bugs:
9668 1. Correctly set intlv_ctl in cs_config.
9669 2. Correctly set sa, ea in cs_bnds when bank interleaving mode is enabled.
9670 3. Set base_address and total memory for each ddr controller in memory
9671 controller interleaving mode.
9672
9673 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
9674
9675 commit 1c9aa76bf9013069e24258f46f4687c9f98a02d6
9676 Author: Kumar Gala <galak@kernel.crashing.org>
9677 Date: Mon Sep 22 23:40:42 2008 -0500
9678
9679 85xx: Enable interrupt and setexpr commands on Freescale 85xx boards
9680
9681 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9682
9683 commit 7c0d4a7508d252d2d7c137eeb376814132dda30f
9684 Author: Kumar Gala <galak@kernel.crashing.org>
9685 Date: Mon Sep 22 14:11:11 2008 -0500
9686
9687 85xx: Improve flash remapping on MPC8572DS & MPC8536DS
9688
9689 Changing the flash from cacheable to cache-inhibited was taking a significant
9690 amount of time due to the fact that we were iterating over the full 256M of
9691 flash. Instead we can just flush the L1 d-cache and invalidate the i-cache.
9692
9693 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9694
9695 commit 54e091d3b603a3332c619199ca83a07e95960da4
9696 Author: Kumar Gala <galak@kernel.crashing.org>
9697 Date: Mon Sep 22 14:11:10 2008 -0500
9698
9699 85xx: Export invalidate_{i,d}cache and add flush_dcache
9700
9701 Added the ability for C code to invalidate the i/d-cache's and
9702 to flush the d-cache. This allows us to more efficient change mappings
9703 from cache-able to cache-inhibited.
9704
9705 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9706
9707 commit 6250f0f6297c5ba9aecdea6290799a95c5d4b1da
9708 Author: Heiko Schocher <hs@denx.de>
9709 Date: Fri Oct 17 16:11:52 2008 +0200
9710
9711 mgcoge, mgsuvd: extract more common code
9712
9713 in ft_blob_update () for both boards was an unneccessary
9714 repetition of code, which this patch moves in a common
9715 function for this boards.
9716
9717 Signed-off-by: Heiko Schocher <hs@denx.de>
9718
9719 commit 9e299192ca9850cf725456388042a5aa5a6f3ec7
9720 Author: Heiko Schocher <hs@denx.de>
9721 Date: Fri Oct 17 12:15:55 2008 +0200
9722
9723 mgcoge, mgsuvd: use in_*/out_* accesors
9724
9725 Signed-off-by: Heiko Schocher <hs@denx.de>
9726
9727 commit a21ca95f8b9dca22714952b348e4905ac157b5cd
9728 Author: Heiko Schocher <hs@denx.de>
9729 Date: Fri Oct 17 13:52:51 2008 +0200
9730
9731 mgsuvd: fix compiler warning when using soft_i2c driver
9732
9733 Signed-off-by: Heiko Schocher <hs@denx.de>
9734
9735 commit cac9cf7875c2a01d63422820ed4732a9bdf5ab7b
9736 Author: Heiko Schocher <hs@denx.de>
9737 Date: Fri Oct 17 12:15:05 2008 +0200
9738
9739 mgsuvd: fix coding style
9740
9741 Signed-off-by: Heiko Schocher <hs@denx.de>
9742
9743 commit 5f4c3137f4f051787707c548133823f1656eb508
9744 Author: Heiko Schocher <hs@denx.de>
9745 Date: Fri Oct 17 12:13:30 2008 +0200
9746
9747 mgcoge: Second Flash on CS5 not on CS1
9748
9749 Signed-off-by: Heiko Schocher <hs@denx.de>
9750
9751 commit 76da19df5b8e186d269f29190696bd31fb6c836b
9752 Author: Kumar Gala <galak@kernel.crashing.org>
9753 Date: Thu Oct 16 21:52:08 2008 -0500
9754
9755 Added arch_lmb_reserve to allow arch specific memory regions protection
9756
9757 Each architecture has different ways of determine what regions of memory
9758 might not be valid to get overwritten when we boot. This provides a
9759 hook to allow them to reserve any regions they care about. Currently
9760 only ppc, m68k and sparc need/use this.
9761
9762 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9763
9764 commit e02d4a9904c8f36395994c0c81469d552b82f5ea
9765 Author: Heiko Schocher <hs@denx.de>
9766 Date: Thu Oct 16 16:32:35 2008 +0200
9767
9768 mgcoge: added CONFIG_FIT to support the new u-boot image format
9769
9770 Signed-off-by: Heiko Schocher <hs@denx.de>
9771
9772 commit 6d0f6bcf337c5261c08fabe12982178c2c489d76
9773 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9774 Date: Thu Oct 16 15:01:15 2008 +0200
9775
9776 rename CFG_ macros to CONFIG_SYS
9777
9778 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9779
9780 commit 71edc271816ec82cf0550dd6980be2da3cc2ad9e
9781 Author: Kumar Gala <galak@kernel.crashing.org>
9782 Date: Mon Oct 13 14:12:55 2008 -0500
9783
9784 74xx/7xx/86xx: Rename flush_data_cache to flush_dcache to match 85xx version
9785
9786 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9787
9788 commit b799cb4c0eebb0762e91e9653d8b9cc9a98440e3
9789 Author: Kumar Gala <galak@kernel.crashing.org>
9790 Date: Tue Sep 23 10:05:02 2008 -0500
9791
9792 Expose command table search for sub-commands
9793
9794 Sub-command can benefit from using the same table and search functions
9795 that top level commands have. Expose this functionality by refactoring
9796 find_cmd() and introducing find_cmd_tbl() that sub-command processing
9797 can call.
9798
9799 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9800
9801 commit f7e51b27508446f8cae3927975817137979ad5e8
9802 Author: Heiko Schocher <hs@denx.de>
9803 Date: Wed Oct 15 09:41:33 2008 +0200
9804
9805 mgsuvd, mgcoge: added BOOTCOUNT feature.
9806
9807 Signed-off-by: Heiko Schocher <hs@denx.de>
9808
9809 commit 8f64da7f83b553889bc08400c97047998382e9d2
9810 Author: Heiko Schocher <hs@denx.de>
9811 Date: Wed Oct 15 09:41:00 2008 +0200
9812
9813 mgcoge, mgsuvd: added support for the IVM EEprom.
9814
9815 The EEprom contains some Manufacturerinformation,
9816 which are read from u-boot at boot time, and saved
9817 in same hush shell variables.
9818
9819 Signed-off-by: Heiko Schocher <hs@denx.de>
9820
9821 commit 81473f67810c4c9b7efaed8dee258ed6bc4c7983
9822 Author: Heiko Schocher <hs@denx.de>
9823 Date: Wed Oct 15 09:40:28 2008 +0200
9824
9825 hush: add showvar command for hush shell.
9826
9827 This new command shows the local variables defined in
9828 the hush shell:
9829
9830 => help showvar
9831 showvar
9832 - print values of all hushshell variables
9833 showvar name ...
9834 - print value of hushshell variable 'name'
9835
9836 Also make the set_local_var() and unset_local_var ()
9837 no longer static, so it is possible to define local
9838 hush shell variables at boot time. If CONFIG_HUSH_INIT_VAR
9839 is defined, u-boot calls hush_init_var (), where
9840 boardspecific code can define local hush shell
9841 variables at boottime.
9842
9843 Signed-off-by: Heiko Schocher <hs@denx.de>
9844
9845 commit 67b23a322848d828a5e45c0567b72762bfde7abf
9846 Author: Heiko Schocher <hs@denx.de>
9847 Date: Wed Oct 15 09:39:47 2008 +0200
9848
9849 I2C: adding new "i2c bus" Command to the I2C Subsystem.
9850
9851 With this Command it is possible to add new I2C Busses,
9852 which are behind 1 .. n I2C Muxes. Details see README.
9853
9854 Signed-off-by: Heiko Schocher <hs@denx.de>
9855
9856 commit c24853644ddd2dd2e4246b5854a93e6254a14092
9857 Author: Heiko Schocher <hs@denx.de>
9858 Date: Wed Oct 15 09:39:08 2008 +0200
9859
9860 mgcoge, mgsuvd: add board specific I2C deblocking mechanism.
9861
9862 As documented in doc/I2C_Edge_Conditions, adding a
9863 board specific deblocking mechanism via CFG_I2C_INIT_BOARD
9864 for the mgcoge and mgsuvd board.
9865
9866 This code was originally written by Keymile in association
9867 with Anatech and Atmel in 1998. The Code toggels the SCL
9868 until the SCA line goes to HIGH (max. 16 times).
9869 And after this, a start condition is sent.
9870
9871 This is another approach to deblock the I2C Bus. The
9872 soft I2C driver actually sends 9 clocks with SDA High,
9873 and then a stop at the end, to deblock the I2C Bus.
9874
9875 Maybe we should use the approach from Keymile as
9876 the new standard?
9877
9878 Signed-off-by: Heiko Schocher <hs@denx.de>
9879
9880 commit 4ca107effebfbabac1057c39632105dacef95957
9881 Author: Heiko Schocher <hs@denx.de>
9882 Date: Wed Oct 15 09:38:38 2008 +0200
9883
9884 soft_i2c: Add CFG_I2C_INIT_BOARD option
9885
9886 This patch adds the option for a boardspecific
9887 I2C deblocking mechanism for the soft i2c driver.
9888
9889 Signed-off-by: Heiko Schocher <hs@denx.de>
9890
9891 commit e5e4edd9f1f76210a09c34ee835f6cff60fdbbd1
9892 Author: Heiko Schocher <hs@denx.de>
9893 Date: Wed Oct 15 09:38:07 2008 +0200
9894
9895 mgcoge, mgsuvd: add DTT (LM75) support.
9896
9897 Signed-off-by: Heiko Schocher <hs@denx.de>
9898
9899 commit 8e442df438ab677057571e3ac01846bff7719bce
9900 Author: Heiko Schocher <hs@denx.de>
9901 Date: Wed Oct 15 09:37:34 2008 +0200
9902
9903 lm75: Make the LM75 MULTI_BUS compatible.
9904
9905 Signed-off-by: Heiko Schocher <hs@denx.de>
9906
9907 commit 12f1678127c1df2b2878ba93c88948bedc060775
9908 Author: Heiko Schocher <hs@denx.de>
9909 Date: Wed Oct 15 09:37:04 2008 +0200
9910
9911 lm75: fix Codingstyle issues.
9912
9913 Signed-off-by: Heiko Schocher <hs@denx.de>
9914
9915 commit f2202450c75ba6934b356024101500ddcde6e2a6
9916 Author: Heiko Schocher <hs@denx.de>
9917 Date: Wed Oct 15 09:36:33 2008 +0200
9918
9919 mgcoge, mgsuvd: added EEprom support.
9920
9921 Signed-off-by: Heiko Schocher <hs@denx.de>
9922
9923 commit 9661bf9d120f760238b2a073b84f2baf05010057
9924 Author: Heiko Schocher <hs@denx.de>
9925 Date: Wed Oct 15 09:36:03 2008 +0200
9926
9927 mgcoge, mgsuvd: add I2C support.
9928
9929 Signed-off-by: Heiko Schocher <hs@denx.de>
9930
9931 commit 98aed379586a155292efbf3209356836584b601c
9932 Author: Heiko Schocher <hs@denx.de>
9933 Date: Wed Oct 15 09:35:26 2008 +0200
9934
9935 soft_i2c: prevent compiler warnings if driver does not use CPU Pins.
9936
9937 This patch fixes the following warnings, when using
9938 the soft_i2c driver using no CPU pins on MPC82xx or MPC8xx
9939 systems:
9940
9941 soft_i2c.c: In function 'send_reset':
9942 soft_i2c.c:93: warning: unused variable 'immr'
9943 soft_i2c.c: In function 'send_start':
9944 soft_i2c.c:124: warning: unused variable 'immr'
9945 soft_i2c.c: In function 'send_stop':
9946 soft_i2c.c:146: warning: unused variable 'immr'
9947 soft_i2c.c: In function 'send_ack':
9948 soft_i2c.c:171: warning: unused variable 'immr'
9949 soft_i2c.c: In function 'write_byte':
9950 soft_i2c.c:196: warning: unused variable 'immr'
9951 soft_i2c.c: In function 'read_byte':
9952 soft_i2c.c:244: warning: unused variable 'immr'
9953
9954 Signed-off-by: Heiko Schocher <hs@denx.de>
9955
9956 commit 799b784aa00cb03a352847ab9f9acdde79b72d21
9957 Author: Heiko Schocher <hs@denx.de>
9958 Date: Wed Oct 15 09:34:45 2008 +0200
9959
9960 i2c: add CONFIG_I2C_MULTI_BUS for soft_i2c and mpc8260 i2c driver.
9961
9962 Signed-off-by: Heiko Schocher <hs@denx.de>
9963
9964 commit 0809ea2f4340ab2047400c7d3d3047f97987d0fd
9965 Author: Heiko Schocher <hs@denx.de>
9966 Date: Wed Oct 15 09:34:05 2008 +0200
9967
9968 mgcoge: fix Coding Style issues.
9969
9970 Signed-off-by: Heiko Schocher <hs@denx.de>
9971
9972 commit e43a27c49712203fe8848a17714330623edfb2eb
9973 Author: Heiko Schocher <hs@denx.de>
9974 Date: Wed Oct 15 09:33:30 2008 +0200
9975
9976 I2C: add new command i2c reset.
9977
9978 If I2C Bus is blocked (see doc/I2C_Edge_Conditions),
9979 it is not possible to get out of this, until the
9980 complete Hardware gets a reset. This new commando
9981 calls again i2c_init (and that calls i2c_init_board
9982 if defined), which will deblock the I2C Bus.
9983
9984 Signed-off-by: Heiko Schocher <hs@denx.de>
9985 Signed-off-by: Wolfgang Denk <wd@denx.de>
9986
9987 commit 86e9cdf8c415c1a9725e9dae5237ba1e7bd9f686
9988 Author: Heiko Schocher <hs@denx.de>
9989 Date: Wed Oct 15 09:32:25 2008 +0200
9990
9991 mgsuvd, mgcoge: move this 2 boards in one dir.
9992
9993 There are some more extensions, which are for both boards
9994 and some more boards from this manufacturer will follow soon.
9995
9996 Signed-off-by: Heiko Schocher <hs@denx.de>
9997 Signed-off-by: Wolfgang Denk <wd@denx.de>
9998
9999 commit 1c6fe6eac75d695fde677af8330c0dbe75fb6a2b
10000 Author: Dirk Eibach <eibach@gdsys.de>
10001 Date: Wed Oct 8 13:44:27 2008 +0200
10002
10003 hwmon: Add LM63 support
10004
10005 This patch adds support for the National LM63 temperature
10006 sensor with integrated fan control. It's used on the GDSys
10007 Neo board (405EP) which will be submitted later.
10008
10009 Signed-off-by: Dirk Eibach <eibach@gdsys.de>
10010 Acked-by: Stefan Roese <sr@denx.de>
10011
10012 commit 7ba890bf2f2b92831420243c058951aa831119fd
10013 Author: Kyungmin Park <kmpark@infradead.org>
10014 Date: Wed Oct 8 11:01:17 2008 +0900
10015
10016 Add Red Black Tree support
10017
10018 Now it's used at UBI module. Of course other modules can use it.
10019 If you want to use it, please define CONFIG_RBTREE
10020
10021 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
10022
10023 commit fbd85ad65dd9c98f36ed3fb12fe41f381b7d4794
10024 Author: richardretanubun <richardretanubun@ruggedcom.com>
10025 Date: Mon Oct 6 16:10:53 2008 -0400
10026
10027 CONFIG_EFI_PARTITION: Added support for EFI partition in cmd_ext2fs.c
10028
10029 Added support for CONFIG_EFI_PARTITION to ext2 commands.
10030 Signed-off-by: Richard Retanubun <RichardRetanubun@RugggedCom.com>
10031
10032 commit 07f3d789b9beb7ce3278c974f4d5c8f51b6ab567
10033 Author: richardretanubun <richardretanubun@ruggedcom.com>
10034 Date: Fri Sep 26 11:13:22 2008 -0400
10035
10036 Add support for CONFIG_EFI_PARTITION (GUID Partition Table)
10037
10038 The GUID (Globally Unique Identifier) Partition Table (GPT) is a part
10039 of EFI. See http://en.wikipedia.org/wiki/GUID_Partition_Table
10040
10041 Based on linux/fs/partitions/efi.[ch]
10042
10043 Signed-off-by: Richard Retanubun <RichardRetanubun@RugggedCom.com>
10044
10045 commit fbc87dc0546dff709b38f358e2c5d5e39c4ca374
10046 Author: Bartlomiej Sieka <tur@semihalf.com>
10047 Date: Wed Oct 1 15:26:32 2008 +0200
10048
10049 FIT: output image load address for type 'firmware', fix message while there
10050
10051 Now that the auto-update feature uses the 'firmware' type for updates, it is
10052 useful to inspect the load address of such images.
10053
10054 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
10055
10056 commit 4bae90904b69ce3deb9f7c334ef12ed74e18a275
10057 Author: Bartlomiej Sieka <tur@semihalf.com>
10058 Date: Wed Oct 1 15:26:31 2008 +0200
10059
10060 Automatic software update from TFTP server
10061
10062 The auto-update feature allows to automatically download software updates
10063 from a TFTP server and store them in Flash memory during boot. Updates are
10064 contained in a FIT file and protected with SHA-1 checksum.
10065
10066 More detailed description can be found in doc/README.update.
10067
10068 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
10069 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
10070
10071 commit 3f0cf51dabacc2724731c5079a60ea989103bb8f
10072 Author: Bartlomiej Sieka <tur@semihalf.com>
10073 Date: Wed Oct 1 15:26:27 2008 +0200
10074
10075 flash: factor out adjusting of Flash address to the end of sector
10076
10077 The upcoming automatic update feature needs the ability to adjust an
10078 address within Flash to the end of its respective sector. Factor out
10079 this functionality to a new function flash_sect_roundb().
10080
10081 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
10082 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
10083 Signed-off-by: Stefan Roese <sr@denx.de>
10084
10085 commit e83cc06375ac2bea0830c6ed0f9d8fdc3c1b27d5
10086 Author: Bartlomiej Sieka <tur@semihalf.com>
10087 Date: Wed Oct 1 15:26:29 2008 +0200
10088
10089 net: Make TFTP server timeout configurable
10090
10091 There are two aspects of a TFTP transfer involving timeouts:
10092 1. timeout waiting for initial server reply after sending RRQ
10093 2. timeouts while transferring actual data from the server
10094
10095 Since the upcoming auto-update feature attempts a TFTP download during each
10096 boot, it is undesirable to have a long delay when the TFTP server is not
10097 available. Thus, this commit makes the server timeout (1.) configurable by two
10098 global variables:
10099
10100 TftpRRQTimeoutMSecs
10101 TftpRRQTimeoutCountMax
10102
10103 TftpRRQTimeoutMSecs overrides default timeout when trying to connect to a TFTP
10104 server, TftpRRQTimeoutCountMax overrides default number of connection retries.
10105 The total delay when trying to download a file from a non-existing TFTP server
10106 is TftpRRQTimeoutMSecs x TftpRRQTimeoutCountMax milliseconds.
10107
10108 Timeouts during file transfers (2.) are unaffected.
10109
10110 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
10111 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
10112 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
10113
10114 commit 49f3bdbba8071f56d950a9498b6cdb998b35340a
10115 Author: Bartlomiej Sieka <tur@semihalf.com>
10116 Date: Wed Oct 1 15:26:28 2008 +0200
10117
10118 net: express the first argument to NetSetTimeout() in milliseconds
10119
10120 Enforce millisecond semantics of the first argument to NetSetTimeout() --
10121 the change is transparent for well-behaving boards (CFG_HZ == 1000 and
10122 get_timer() countiing in milliseconds).
10123
10124 Rationale for this patch is to enable millisecond granularity for
10125 network-related timeouts, which is needed for the upcoming automatic
10126 software update feature.
10127
10128 Summary of changes:
10129 - do not scale the first argument to NetSetTimeout() by CFG_HZ
10130 - change timeout values used in the networking code to milliseconds
10131
10132 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
10133 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
10134 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
10135
10136 commit c68a05feeb88de9fcf158e67ff6423c4cc988f88
10137 Author: richardretanubun <richardretanubun@ruggedcom.com>
10138 Date: Mon Sep 29 18:28:23 2008 -0400
10139
10140 Adds two more ethernet interface to 83xx
10141
10142 Added as a convenience for other platforms that uses MPC8360 (has 8 UCC).
10143 Six eth interface is chosen because the platform I am using combines
10144 UCC1&2 and UCC3&4 as 1000 Eth and the other four UCCs as 10/100 Eth.
10145
10146 Signed-off-by: Richard Retanubun <RichardRetanubun@RugggedCom.com>
10147 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
10148
10149 commit 41410eee472b0f42e03a77f961bbc55ef58f3c01
10150 Author: Haiying Wang <Haiying.Wang@freescale.com>
10151 Date: Wed Sep 24 11:42:12 2008 -0500
10152
10153 Change UEC PHY interface to RGMII on MPC8568MDS
10154
10155 Change UEC phy interface from GMII to RGMII on MPC8568MDS board
10156
10157 Because on MPC8568MDS, GMII interface is only recommended for 1000Mbps speed,
10158 but RGMII interface can work at 10/100/1000Mbps, and RGMII interface works more stable.
10159
10160 Now both UEC1 and UEC2 can work properly under u-boot.
10161
10162 It is also in consistent with the kernel setting for 8568 UEC phy interface.
10163
10164 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
10165 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
10166
10167 commit b59b16ca24bc7e77ec113021a6d77b9b32fcf192
10168 Author: Wolfgang Denk <wd@denx.de>
10169 Date: Sat Oct 18 21:30:31 2008 +0200
10170
10171 Prepare v2008.10 release: update CHANGELOG & Makefile
10172
10173 Signed-off-by: Wolfgang Denk <wd@denx.de>
10174
10175 commit f7a35a60cf45491871a5c28e9ad24db005487857
10176 Author: Heiko Schocher <hs@denx.de>
10177 Date: Fri Oct 17 18:24:06 2008 +0200
10178
10179 mgcoge: add redundant environment sector
10180
10181 Signed-off-by: Heiko Schocher <hs@denx.de>
10182 Signed-off-by: Wolfgang Denk <wd@denx.de>
10183
10184 commit c2537ee85954af9d036b18b644f3e18d837bf4a5
10185 Author: Heiko Schocher <hs@denx.de>
10186 Date: Fri Oct 17 18:23:27 2008 +0200
10187
10188 mgsuvd: update size of environment
10189
10190 Signed-off-by: Heiko Schocher <hs@denx.de>
10191
10192 commit fa7b1c07e9371aea8f87ee6d3c2ea5564bd8cc8d
10193 Author: Lepcha Suchit <Suchit.Lepcha@freescale.com>
10194 Date: Thu Oct 16 13:38:00 2008 -0500
10195
10196 83xx NAND boot: wait for LTESR[CC]
10197
10198 At least some revisions of the 8313, and possibly other chips, do not
10199 wait for all pages of the initial 4K NAND region to be loaded before
10200 beginning execution; thus, we wait for it before branching out of the
10201 first NAND page.
10202
10203 This fixes warm reset problems when booting from NAND on 8313erdb.
10204
10205 Signed-off-by: Scott Wood <scottwood@freescale.com>
10206 Acked-by: Kim Phillips <kim.phillips@freescale.com>
10207
10208 commit bf29e0ea0af03d593c64614136acc723a7a022a2
10209 Author: Yuri Tikhonov <yur@emcraft.com>
10210 Date: Fri Oct 17 12:54:18 2008 +0200
10211
10212 ppc4xx: PPC44x MQ initialization
10213
10214 Set the MQ Read Passing & MCIF Cycle limits to the recommended by AMCC
10215 values. This fixes the occasional 440SPe hard locking issues when the 440SPe's
10216 dedicated DMA engines are used (e.g. by the h/w accelerated RAID driver).
10217
10218 Previously the appropriate initialization had been made in Linux, by the
10219 ppc440spe ADMA driver, which is wrong because modifying the MQ configuration
10220 registers after normal operation has begun is not supported and could
10221 have unpredictable results.
10222
10223 Comment from Stefan: This patch doesn't change the resulting value of the
10224 MQ registers. It explicitly sets/clears all bits to the desired state which
10225 better documents the resulting register value instead of relying on pre-set
10226 default values.
10227
10228 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
10229 Signed-off-by: Stefan Roese <sr@denx.de>
10230
10231 commit ec081c2c190148b374e86a795fb6b1c49caeb549
10232 Author: Stefan Roese <sr@denx.de>
10233 Date: Fri Oct 17 12:51:46 2008 +0200
10234
10235 ppc4xx: PPC44x MQ initialization
10236
10237 Set the MQ Read Passing & MCIF Cycle limits to the recommended by AMCC
10238 values. This fixes the occasional 440SPe hard locking issues when the 440SPe's
10239 dedicated DMA engines are used (e.g. by the h/w accelerated RAID driver).
10240
10241 Previously the appropriate initialization had been made in Linux, by the
10242 ppc440spe ADMA driver, which is wrong because modifying the MQ configuration
10243 registers after normal operation has begun is not supported and could
10244 have unpredictable results.
10245
10246 Comment from Stefan: This patch doesn't change the resulting value of the
10247 MQ registers. It explicitly sets/clears all bits to the desired state which
10248 better documents the resulting register value instead of relying on pre-set
10249 default values.
10250
10251 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
10252 Signed-off-by: Stefan Roese <sr@denx.de>
10253
10254 commit f7d190b1c0b3ab7fc53074ad2862f7de99de37ff
10255 Author: Kumar Gala <galak@kernel.crashing.org>
10256 Date: Thu Oct 16 21:58:50 2008 -0500
10257
10258 85xx: Using proper I2C source clock divider for MPC8544
10259
10260 The MPC8544 RM incorrect shows the SEC_CFG bit in PORDEVSR2 as being
10261 bit 26, instead it should be bit 28. This caused in incorrect
10262 interpretation of the i2c_clk which is the same as the SEC clk on
10263 MPC8544. The SEC clk is controlled by cfg_sec_freq that is reported
10264 in PORDEVSR2.
10265
10266 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10267
10268 commit 42653b826adb319a1df06e24ef26096b2a5d9d2a
10269 Author: Kumar Gala <galak@kernel.crashing.org>
10270 Date: Thu Oct 16 21:58:49 2008 -0500
10271
10272 Revert "85xx: Using proper I2C source clock divider for MPC8544"
10273
10274 This reverts commit dffd2446fb041f38ef034b0fcf41e51e5e489159.
10275
10276 The fix introduced by this patch is not correct. The problem is
10277 that the documentation is not correct for the MPC8544 with regards
10278 to which bit in PORDEVSR2 is for the SEC_CFG.
10279
10280 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10281
10282 commit 2179c4766bffeece98e5e92040629a96c97e230c
10283 Author: Kumar Gala <galak@kernel.crashing.org>
10284 Date: Wed Oct 15 10:19:41 2008 -0500
10285
10286 85xx: Fix compile warning
10287
10288 mpc8536ds.c: In function 'is_sata_supported':
10289 mpc8536ds.c:614: warning: unused variable 'devdisr'
10290
10291 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10292
10293 commit 9029b68f3f81b3013044f167ea025e836e6c8c0e
10294 Author: Jason Jin <Jason.jin@freescale.com>
10295 Date: Wed Oct 15 10:40:24 2008 +0800
10296
10297 Fix the function conflict in x86emu when DEBUG is on
10298
10299 The function parse_line() in common/main.c was exposed globally by commit
10300 6636b62a6efc7f14e6e788788631ae7a7fca4537, Result in conflict with the same
10301 name funciton in drivers/bios_emulator/x86emu/debug.c when define the DEBUG.
10302 This patch fix this by renaming the function in the debug.c file.
10303
10304 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
10305
10306 commit b4dbacf69a669a17487054552fc2761149dd6767
10307 Author: Wolfgang Denk <wd@denx.de>
10308 Date: Wed Oct 15 15:50:45 2008 +0200
10309
10310 Coding Style cleanup, update CHANGELOG, prepare 2008.10-rc3
10311
10312 Signed-off-by: Wolfgang Denk <wd@denx.de>
10313
10314 commit 374b9038293d01d8744a46af9b7854a6fd99b228
10315 Author: Heiko Schocher <hs@denx.de>
10316 Date: Wed Oct 15 09:51:19 2008 +0200
10317
10318 Fix compiler warning in lib_ppc/board.c
10319
10320 Fix compiler warning introduced by commit 0f8cbc18
10321
10322 Signed-off-by: Heiko Schocher <hs@denx.de>
10323 Signed-off-by: Wolfgang Denk <wd@denx.de>
10324
10325 commit 9724555755a6f1066636481b41f7094e0ce93a69
10326 Author: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
10327 Date: Thu Oct 9 10:29:14 2008 +0530
10328
10329 mpc83xx: wait till UPM completes the write to array
10330
10331 Reference manual states that MxMR[MAD] increment is the indication
10332 of write to UPM array is complete. Honour that. Also, make the dummy
10333 write explicit.
10334
10335 also fix the comment.
10336
10337 Signed-off-by: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
10338 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
10339
10340 commit 03e2dbb18e858e2f7a6aaa437f290f3690d02d51
10341 Author: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
10342 Date: Wed Oct 8 18:12:20 2008 -0500
10343
10344 Remove unwanted ';' at end of define.
10345
10346 Currently this is not creating any problem. But it will result
10347 in compilation error when used as below.
10348
10349 printf("CFG_SDRAM_CFG2 - %08x\n", CFG_SDRAM_CFG2);
10350
10351 Signed-off-by: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
10352
10353 continuation of the theme based on git grep "^#define CFG_.*;$" include/
10354
10355 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
10356
10357 commit b2934a56650e9a6c54432f9ce6dc36757967385e
10358 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
10359 Date: Mon Oct 6 10:53:59 2008 -0400
10360
10361 ARM DaVinci: Add maintainer information for SFFSDR board.
10362
10363 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
10364
10365 commit 12c6670f873ed632c264a6f3e8bf1297d5c3ddbc
10366 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
10367 Date: Sat Oct 4 19:26:16 2008 +0200
10368
10369 api: fix type mismatch
10370
10371 This patch fixes a type mismatch and thus removes a compiler
10372 warning when compiling with CONFIG_API on powerpc.
10373
10374 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
10375
10376 commit 9bc2e4eee3bcb8e63847d7a733e0c607807d6141
10377 Author: Peter Tyser <ptyser@xes-inc.com>
10378 Date: Wed Oct 1 12:25:04 2008 -0500
10379
10380 cmd_i2c: Fix help for CONFIG_I2C_CMD_TREE && !CONFIG_I2C_MULTI_BUS
10381
10382 Original code displayed:
10383 => help i2c
10384 i2c i2c speed [speed] - show or set I2C bus speed
10385 i2c md chip address[.0, .1, .2] [# of objects] - read from I2C device
10386 ...
10387
10388 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
10389
10390 commit a0b1b610e980e253d4c2519ee15bd0937c3f8be1
10391 Author: Wolfgang Denk <wd@denx.de>
10392 Date: Tue Oct 14 22:13:41 2008 +0200
10393
10394 Update CHANGELOG
10395
10396 Signed-off-by: Wolfgang Denk <wd@denx.de>
10397
10398 commit 0f8cbc1829d9c7d9616fd29b366a99d037facdcd
10399 Author: Jason Jin <Jason.jin@freescale.com>
10400 Date: Fri Oct 10 11:41:01 2008 +0800
10401
10402 Do not init SATA when disabled on 8536DS.
10403
10404 SGMII and SATA share the serdes on MPC8536 CPU, When SATA disabled and the
10405 driver still try to access the SATA registers, the cpu will hangup.
10406 This patch try to fix this by reading the serdes status before the SATA
10407 initialize.
10408
10409 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
10410 Acked-by: Andy Fleming <afleming@freescale.com>
10411
10412 commit 9dbc366744960013965fce8851035b6141f3b3ae
10413 Author: Remy Bohmer <linux@bohmer.net>
10414 Date: Fri Oct 10 10:23:22 2008 +0200
10415
10416 The PIPE_INTERRUPT flag is used wrong
10417
10418 At a lot of places in the code the PIPE_INTERRUPT flags and friends
10419 are used wrong. The wrong bits are compared to this flag resulting
10420 in wrong conditions. Also there are macros that should be used for
10421 PIPE_* flags.
10422 This patch tries to fix them all, however, I was not able to test the
10423 changes, because I do not have any of these boards.
10424
10425 Review required!
10426
10427 Signed-off-by: Remy Bohmer <linux@bohmer.net>
10428 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
10429
10430 commit 48867208444cb2a82e2af9c3249e90b7ed4a1751
10431 Author: Remy Bohmer <linux@bohmer.net>
10432 Date: Fri Oct 10 10:23:21 2008 +0200
10433
10434 fix USB initialisation procedure
10435
10436 The max packet size is encoded as 0,1,2,3 for 8,16,32,64 bytes.
10437 At some places directly 8,16,32,64 was used instead of the encoded
10438 value. Made a enum for the options to make this more clear and to help
10439 preventing similar errors in the future.
10440
10441 After fixing this bug it became clear that another bug existed where
10442 the 'pipe' is and-ed with PIPE_* flags, where it should have been
10443 'usb_pipetype(pipe)', or even better usb_pipeint(pipe).
10444
10445 Also removed the triple 'get_device_descriptor' sequence, it has no use,
10446 and Windows nor Linux behaves that way.
10447 There is also a poll going on with a timeout when usb_control_msg() fails.
10448 However, the poll is useless, because the flag will never be set on a error,
10449 because there is no code that runs in a parallel that can set this flag.
10450 Changed this to something more logical.
10451
10452 Tested on AT91SAM9261ek and compared the flow on the USB bus to what
10453 Linux is doing. There is no difference anymore in the early initialisation
10454 sequence.
10455
10456 Signed-off-by: Remy Bohmer <linux@bohmer.net>
10457 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
10458
10459 commit ec4d8c1c1d94a790c1473ae8aace282b817c3123
10460 Author: Nikita V. Youshchenko <yoush@cs.msu.su>
10461 Date: Fri Oct 3 00:03:55 2008 +0400
10462
10463 fsl_diu: fix alignment error that caused malloc corruption
10464
10465 When aligning malloc()ed screen_base, invalid offset was added.
10466 This not only caused misaligned result (which did not cause hardware
10467 misbehaviour), but - worse - caused screen_base + smem_len to
10468 be out of malloc()ed space, which in turn caused breakage of
10469 futher malloc()/free() operation.
10470
10471 This patch fixes screen_base alignment.
10472
10473 Also this patch makes memset() that cleans framebuffer to be executed
10474 on first initialization of diu, not only on re-initialization. It looks
10475 correct to clean the framebuffer instead of displaying random garbage;
10476 I believe that was disabled only because that memset caused breakage
10477 of malloc/free described above - which no longer happens with the fix
10478 described above.
10479
10480 Signed-off-by: Nikita V. Youshchenko <yoush@debian.org>
10481
10482 commit 3d0ea3110f3431b6c2aee882784f39f97b20bce9
10483 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
10484 Date: Wed Sep 24 10:29:37 2008 +0200
10485
10486 api: Fix building with CONFIG_API
10487
10488 This patch fixes building with CONFIG_API and CONFIG_USB_STORAGE.
10489
10490 USB_MAX_STOR_DEV is defined in include/usb.h, but
10491 needed in api/api_storage.c.
10492
10493 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
10494
10495 commit abbb90666d5ef2f500ebbedbb80ff60adc56b043
10496 Author: Peter Tyser <ptyser@xes-inc.com>
10497 Date: Tue Sep 23 12:39:40 2008 -0500
10498
10499 Remove unused CFG_EEPROM_PAGE_WRITE_ENABLE references
10500
10501 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
10502
10503 commit 81e612014c40c922ec35488d17c504d4e9286f06
10504 Author: Peter Tyser <ptyser@xes-inc.com>
10505 Date: Tue Sep 23 12:38:42 2008 -0500
10506
10507 Remove CFG_EEPROM_PAGE* dependencies for temperature sensors
10508
10509 The checks for CFG_EEPROM_PAGE_WRITE_ENABLE and
10510 CFG_EEPROM_PAGE_WRITE_BITS in various temperature
10511 sensor drivers are not necessary
10512
10513 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
10514
10515 commit c46980f6d2135ade345dadc1fb1f1f4c8bbf255a
10516 Author: Mike Frysinger <vapier@gentoo.org>
10517 Date: Tue Oct 14 07:04:38 2008 -0400
10518
10519 cmd_spi: remove broken signed casting for display
10520
10521 Since we're working with unsigned data, you can't apply a signed pointer
10522 cast and then attempt to print the result. Otherwise you get wrong output
10523 when the sign bit is set like "0xFF" incorrectly extended to "0xFFFFFFFF".
10524
10525 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10526
10527 commit d5fd0b49210c941de8a1fce3947ace92243ab5ca
10528 Author: Mike Frysinger <vapier@gentoo.org>
10529 Date: Tue Oct 14 07:05:24 2008 -0400
10530
10531 strings cmd: drop old CONFIG_CFG_STRINGS define
10532
10533 We don't need CONFIG_CFG_STRINGS anymore now that we have the define
10534 CONFIG_CMD_STRINGS and Makefile control.
10535
10536 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10537
10538 commit fecb5ade3b37f62981f2b05b621005850173aaa9
10539 Author: Jason Jin <Jason.jin@freescale.com>
10540 Date: Fri Sep 19 17:32:49 2008 +0800
10541
10542 Fix the NAND size overflow issue.
10543
10544 When the total size of all NAND devices exceeds 4 GiB, the size will
10545 overflow. This patch tries to fix this.
10546
10547 Note that we still have a problem when a single NAND device is bigger
10548 than 4 GiB: then the overflow would actually happen earlier, i. e.
10549 when storing the size in nand_info[].size, as nand_info[].size is an
10550 "u_int32_t".
10551
10552 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
10553 Signed-off-by: Wolfgang Denk <wd@denx.de>
10554
10555 commit 30f574717277238b9014b8136c90eea77196490f
10556 Author: Louis Su <louis@asix.com.tw>
10557 Date: Wed Jul 9 11:01:37 2008 +0800
10558
10559 AX88180: new gigabit network driver
10560
10561 Signed-off-by: Louis Su <louis@asix.com.tw>
10562 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
10563
10564 commit c9d6b6925344740ca1db2f8a6bab7921ff820de3
10565 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
10566 Date: Tue Aug 19 16:07:03 2008 +0200
10567
10568 enable 10/100M at VSC8601 at tsec driver
10569
10570 Currently VSC8601 doesn't link with 10/100M partners if the
10571 EEPROM/Strapping is not set up.
10572 Setting the auto-neg register fixes this.
10573
10574 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
10575 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
10576
10577 commit 702c85b0e876d587c11acdbb55738ee52acd54f4
10578 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
10579 Date: Tue Sep 30 15:02:53 2008 +0900
10580
10581 net: ne2000: Divided a function of NE2000 driver
10582
10583 get_prom function was used __attriute__ , but it is not enable.
10584 ax88796.o does not do link besides ne2000.o. When ld is carried
10585 out, get_prom function of ax88796.c is ignored.
10586 This problem is a thing by specifications of ld.
10587 I checked and test this patch on SuperH and MIPS.
10588
10589 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
10590 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
10591
10592 commit 05c7e9070fe4d751e029fd9524bfbbc93cbb1393
10593 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
10594 Date: Tue Oct 14 11:10:59 2008 +0900
10595
10596 sh: rsk7203: Add smc911x driver support to board config file
10597
10598 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
10599 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10600
10601 commit cae6f909baf86357b3c0bd01acfc414348c4d175
10602 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
10603 Date: Thu Oct 9 13:54:33 2008 +0900
10604
10605 sh: Fix cannot execute a stand-alone application
10606
10607 Address calculated in EXPORT_FUNC in SuperH was wrong, I revised it.
10608
10609 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
10610 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10611
10612 commit 6df0efd5c86ca1689deeb2738b46b7d83ce228ef
10613 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
10614 Date: Wed Oct 8 23:38:00 2008 -0500
10615
10616 fsl_pci_init do not scan bus when configured as an end-point
10617
10618 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
10619 Acked-by: Andy Fleming <afleming@freescale.com>
10620
10621 commit 6f099bbac1ba5dfb46ee7ad29dc53713f0501ba5
10622 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
10623 Date: Tue Sep 16 17:07:53 2008 -0400
10624
10625 ARM DaVinci: Remove redundant setting of GD_FLG_RELOC for sffsdr board.
10626
10627 This is no longer necessary now that the GD_FLG_RELOC flag is set for
10628 all ARM boards.
10629
10630 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
10631
10632 commit d977a57356657ba241256231efca32828a5822f9
10633 Author: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
10634 Date: Sat Sep 13 10:04:32 2008 +0200
10635
10636 Fix lzma uncompress call (image_start wrongly used instead image_len)
10637
10638 Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
10639
10640 commit 392438406041415fe64ab8748ec5ab5ad01d1cf7
10641 Author: Nick Spence <nick.spence@freescale.com>
10642 Date: Thu Aug 28 14:09:15 2008 -0700
10643
10644 mpc86xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cache
10645
10646 This is needed in unlock_ram_in_cache() because it is called from C and
10647 will corrupt the small data area anchor that is kept in R2.
10648
10649 lock_ram_in_cache() is modified similarly as good coding practice, but
10650 is not called from C.
10651
10652 Signed-off-by: Nick Spence <nick.spence@freescale.com>
10653
10654 commit 5c7cbcd34d0ee566875a4fd0f2a3e5a62bba921c
10655 Author: Kumar Gala <galak@kernel.crashing.org>
10656 Date: Tue Aug 19 15:05:34 2008 -0500
10657
10658 86xx: remove redudant code with lib_ppc/interrupts.c
10659
10660 For some reason we duplicated the majority of code in lib_ppc/interrupts.c
10661 Not know how that happened, but there is no good reason for it.
10662
10663 Use the interrupt_init_cpu() and timer_interrupt_cpu() since its why
10664 they exist.
10665
10666 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10667
10668 commit 0d01f66d235118515b5086b88f82498bc0695d6a
10669 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
10670 Date: Thu Oct 9 01:26:36 2008 -0500
10671
10672 CFI: cfi_flash write fix for AMD legacy
10673
10674 The flash_unlock_seq requires a sector for AMD_LEGACY.
10675 Fix a retcode check typeo.
10676
10677 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
10678 Signed-off-by: Stefan Roese <sr@denx.de>
10679
10680 commit 542b385a620a1783454a00424930e51895f45073
10681 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
10682 Date: Tue Oct 7 13:13:10 2008 +0200
10683
10684 ppc4xx: Fix USB 2.0 phy reset sequence
10685
10686 This patch fixes USB 2.0 communication issues on some DU440 boards.
10687
10688 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
10689 Signed-off-by: Stefan Roese <sr@denx.de>
10690
10691 commit df8c1ce11114c2260dedb5547281945f7db8fa5c
10692 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
10693 Date: Tue Oct 7 13:13:09 2008 +0200
10694
10695 ppc4xx: Add strapping mode for 667MHz CPU frequency on DU440 board
10696
10697 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
10698 Signed-off-by: Stefan Roese <sr@denx.de>
10699
10700 commit 6a133d6a00b1fc7b9257cd5925d8cb67f75ecda2
10701 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
10702 Date: Tue Oct 7 13:13:08 2008 +0200
10703
10704 ppc4xx: Fix DU440 GPIO configuration
10705
10706 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
10707 Signed-off-by: Stefan Roese <sr@denx.de>
10708
10709 commit 35dd025c70fcc4389317db2f2a9d14795172137d
10710 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
10711 Date: Tue Oct 7 13:13:07 2008 +0200
10712
10713 ppc4xx: Update DU440 config
10714
10715 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
10716 Signed-off-by: Stefan Roese <sr@denx.de>
10717
10718 commit f3bf9273939ffe1a60a32a2eef909097f15df56b
10719 Author: Kumar Gala <galak@kernel.crashing.org>
10720 Date: Wed Oct 8 15:36:39 2008 -0500
10721
10722 MPC8572DS: Fix compile warnings
10723
10724 Commit 445a7b38308eb05b41de74165b20855db58c7ee5 introduced the following
10725 compile warnings:
10726
10727 cmd_i2c.c:112: warning: missing braces around initializer
10728 cmd_i2c.c:112: warning: (near initialization for 'i2c_no_probes[0]')
10729
10730 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10731
10732 commit dffd2446fb041f38ef034b0fcf41e51e5e489159
10733 Author: Wolfgang Grandegger <wg@grandegger.com>
10734 Date: Tue Sep 30 10:55:57 2008 +0200
10735
10736 85xx: Using proper I2C source clock divider for MPC8544
10737
10738 Measurements with our MPC8544 board showed that the I2C bus frequency
10739 is wrong by a factor of 1.5. Obviously, the interpretation of the
10740 MPC85xx_PORDEVSR2_SEC_CFG bit of the cfg_sec_freq register is not
10741 correct. There seems to be an error in the 8544 RM.
10742
10743 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
10744
10745 commit e46c7bfb8bc3c304cedd20f7a365d6e78d7eaf17
10746 Author: Rafal Czubak <rcz@semihalf.com>
10747 Date: Wed Oct 8 13:41:30 2008 +0200
10748
10749 FSL: Fix get_cpu_board_revision() return value.
10750
10751 get_cpu_board_revision() returned board revision based on information stored
10752 in global static struct eeprom. It should instead use one from local struct
10753 board_eeprom, to which the data is actually read from EEPROM. The bug led to
10754 system hang after printing L1 cache information on U-Boot startup. The problem
10755 was observed on MPC8555CDS system and possibly affects other Freescale MPC85xx
10756 boards using CFG_I2C_EEPROM_CCID.
10757
10758 The change has been successfully tested on MPC8555CDS system.
10759
10760 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
10761
10762 commit 747f316cca484ed627a97dd3391febabce384186
10763 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10764 Date: Tue Sep 30 20:08:49 2008 +0200
10765
10766 update uImage FIT multi documentation
10767
10768 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10769
10770 commit 77a0355f60b801f232ce0a5bfbe95331fa3b6bc0
10771 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10772 Date: Tue Sep 30 20:08:36 2008 +0200
10773
10774 move README.imx31 to doc/ and merge with README.mx31
10775
10776 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10777
10778 commit 1ed7a7f0f571b13d46530f8f8b9aff3957f15a96
10779 Author: Guennadi Liakhovetski <lg@denx.de>
10780 Date: Thu Sep 25 20:54:37 2008 +0200
10781
10782 i.MX31: switch to CFG_HZ=1000
10783
10784 Switch to the standard CFG_HZ=1000 value, while at it, minor white-space
10785 cleanup, remove CFG_CLKS_IN_HZ from config-headers. Tested on mx31ads,
10786 provides 2% or 0.4% precision depending on the
10787 CONFIG_MX31_TIMER_HIGH_PRECISION flag. Measured with stop-watch on 100s
10788 boot-delay.
10789
10790 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
10791
10792 commit f41b144c11341b571eab7dcef6c4b8e03c92d2b2
10793 Author: gnusercn <gnusercn@gmail.com>
10794 Date: Wed Oct 8 18:58:58 2008 +0200
10795
10796 Fix bug: in arch-arm, env_get_char dose not work fine
10797
10798 due to the arm implementation which supposed that U-Boot is in RAM
10799 when we jump to start_armboot
10800
10801 Signed-off-by: gnusercn <gnusercn@gmail.com>
10802 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10803
10804 commit f8a00dea841d5d75de1f8e8107e90ee1beeddf5f
10805 Author: Adam Graham <agraham@amcc.com>
10806 Date: Mon Oct 6 10:16:13 2008 -0700
10807
10808 ppc4xx: Reset and relock memory DLL after SDRAM_CLKTR change
10809
10810 After changing SDRAM_CLKTR phase value rerun the memory preload
10811 initialization sequence (INITPLR) to reset and relock the memory
10812 DLL. Changing the SDRAM_CLKTR memory clock phase coarse timing
10813 adjustment effects the phase relationship of the internal, to the
10814 PPC chip, and external, to the PPC chip, versions of MEMCLK_OUT.
10815
10816 Signed-off-by: Adam Graham <agraham@amcc.com>
10817 Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
10818 Signed-off-by: Stefan Roese <sr@denx.de>
10819
10820 commit 5297246bbaa9943c0da1ec2e717b72e4ab6b830e
10821 Author: Haiying Wang <Haiying.Wang@freescale.com>
10822 Date: Fri Oct 3 11:48:03 2008 -0400
10823
10824 Remove redundant #define for MPC8536DS
10825
10826 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
10827
10828 commit 445a7b38308eb05b41de74165b20855db58c7ee5
10829 Author: Haiying Wang <Haiying.Wang@freescale.com>
10830 Date: Fri Oct 3 11:47:30 2008 -0400
10831
10832 Add ID EEPROM support for MPC8572DS
10833
10834 The ID EEPROM on MPC8572DS board locates on I2C bus 1. Its the storage for
10835 system information like mac addresses etc. This patch enables it.
10836
10837 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
10838
10839 commit 1f3ba317a5c5f3a7aabf580fddc211f4bb5a4540
10840 Author: Haiying Wang <Haiying.Wang@freescale.com>
10841 Date: Fri Oct 3 11:46:59 2008 -0400
10842
10843 Minor fixes for I2C address on MPC8572DS
10844
10845 MPC8572DS has two i2c buses. This patch moves the DDR SPD_EEPROM to i2c bus 1
10846 according to the board spec, and adds the 2nd i2c bus offset.
10847
10848 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
10849
10850 commit c0391111c33c22fabeddf8f4ca801ec7645b4f5c
10851 Author: Jason Jin <Jason.jin@freescale.com>
10852 Date: Sat Sep 27 14:40:57 2008 +0800
10853
10854 Fix the incorrect DDR clk freq reporting on 8536DS
10855
10856 On 8536DS board, When the DDR clk is set async mode(SW3[6:8] != 111),
10857 The display is still sync mode DDR freq. This patch try to fix
10858 this. The display DDR freq is now the actual freq in both
10859 sync and async mode.
10860
10861 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
10862
10863 commit bac6a1d1fa1cd80aa57881fa9c2152b853cd0ed4
10864 Author: Kumar Gala <galak@kernel.crashing.org>
10865 Date: Tue Oct 7 10:28:46 2008 -0500
10866
10867 85xx: Remove setting of *cache-line-size in device trees
10868
10869 ePAPR says if the *cache-block-size is the same as *cache-line-size
10870 than we don't need the *cache-line-size property.
10871
10872 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10873
10874 commit cd3cb0d9269d155276b00207e3816a9347fd1c92
10875 Author: Gerald Van Baren <vanbaren@cideas.com>
10876 Date: Sat Oct 4 07:56:06 2008 -0400
10877
10878 libfdt: Fix error in documentation for fdt_get_alias_namelen()
10879
10880 Oops, screwed up the function name in the documenting comment for this
10881 function. Trivial correction in this patch.
10882
10883 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
10884 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
10885
10886 commit 9a6cf73a88ddab2e1ac39088f2806177982cc62c
10887 Author: David Gibson <david@gibson.dropbear.id.au>
10888 Date: Wed Aug 20 16:55:14 2008 +1000
10889
10890 libfdt: Add function to explicitly expand aliases
10891
10892 Kumar has already added alias expansion to fdt_path_offset().
10893 However, in some circumstances it may be convenient for the user of
10894 libfdt to explicitly get the string expansion of an alias. This patch
10895 adds a function to do this, fdt_get_alias(), and uses it to implement
10896 fdt_path_offset().
10897
10898 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
10899
10900 commit 2215987e100d2a841ae6d48a7cc9bb83fcf22737
10901 Author: Mike Frysinger <vapier@gentoo.org>
10902 Date: Thu Oct 2 01:55:38 2008 -0400
10903
10904 cfi_flash: do not reset flash when probe fails
10905
10906 The CFI flash driver starts at flash_init() which calls down into
10907 flash_get_size(). This starts by calling flash_detect_cfi(). If said
10908 function fails, flash_get_size() finishes by attempting to reset the
10909 flash. Unfortunately, it does this with an info->portwidth set to 0x10
10910 which filters down into flash_make_cmd() and that happily smashes the
10911 stack by sticking info->portwidth bytes into a cfiword_t variable that
10912 lives on the stack. On a 64bit system you probably won't notice, but
10913 killing the last 8 bytes on a 32bit system usually leads to a corrupt
10914 return address. Which is what happens on a Blackfin system.
10915
10916 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10917 Signed-off-by: Stefan Roese <sr@denx.de>
10918
10919 commit 3e38577208e4256956bc33bb8bcd0a6b6fab55c3
10920 Author: Stefan Roese <sr@denx.de>
10921 Date: Fri Sep 26 17:03:26 2008 +0200
10922
10923 fdt: Overwrite /chosen node in bootm if it already exists in the dtb
10924
10925 Set force parameter in fdt_chosen() call in do_bootm_linux() call.
10926 Without this, the chosen node is not overwritten if it already
10927 exists.
10928
10929 Signed-off-by: Stefan Roese <sr@denx.de>
10930
10931 commit 741a6d010d09b5bafca8e4cdfb6b2f8a2c07994d
10932 Author: Jon Loeliger <jdl@freescale.com>
10933 Date: Thu Sep 25 11:02:17 2008 -0500
10934
10935 Fix an overflow case in fdt_offset_ptr() detected by GCC 4.3.
10936
10937 Using Gcc 4.3 detected this problem:
10938
10939 ../dtc/libfdt/fdt.c: In function 'fdt_next_tag':
10940 ../dtc/libfdt/fdt.c:82: error: assuming signed overflow does not
10941 occur when assuming that (X + c) < X is always false
10942
10943 To fix the problem, treat the offset as an unsigned int.
10944
10945 The problem report and proposed fix were provided
10946 by Steve Papacharalambous <stevep@freescale.com>.
10947
10948 Signed-off-by: Jon Loeliger <jdl@freescale.com>
10949
10950 commit bbdbc7cb3abefda5bd998edbcf0508fe6256327d
10951 Author: David Gibson <david@gibson.dropbear.id.au>
10952 Date: Fri Aug 29 14:19:13 2008 +1000
10953
10954 libfdt: Fix bugs in fdt_get_path()
10955
10956 The current implementation of fdt_get_path() has a couple of bugs,
10957 fixed by this patch.
10958
10959 First, contrary to its documentation, on success it returns the length
10960 of the node's path, rather than 0. The testcase is correspondingly
10961 wrong, and the patch fixes this as well.
10962
10963 Second, in some circumstances, it will return -FDT_ERR_BADOFFSET
10964 instead of -FDT_ERR_NOSPACE when given insufficient buffer space.
10965 Specifically this happens when there is insufficient space even to
10966 hold the path's second last component. This behaviour is corrected,
10967 and the testcase updated to check it.
10968
10969 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
10970
10971 commit 33af3e6656e84660d397b5dd95abab2dccc36f83
10972 Author: Wolfgang Denk <wd@denx.de>
10973 Date: Wed Oct 1 12:34:58 2008 +0200
10974
10975 TQM5200: enable support for ATAPI devices
10976
10977 Signed-off-by: Wolfgang Denk <wd@denx.de>
10978
10979 commit d13ff2358ff8c384f52eaf46f5d60258acf96ea6
10980 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10981 Date: Mon Sep 15 05:48:25 2008 +0200
10982
10983 Revert "ARM: set GD_FLG_RELOC for boards skipping relocation to RAM"
10984
10985 we need this due to the arm implementation which supposed that U-Boot
10986 is in RAM when we jump to start_armboot
10987
10988 This reverts commit f96b44cef897bd372beb86dde1b33637c119d84d.
10989 in order to do it for all arm board
10990
10991 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10992
10993 commit 7fd0bea2e4a78eab7e6693140940f9f9a0009bc2
10994 Author: Kim Phillips <kim.phillips@freescale.com>
10995 Date: Wed Sep 24 08:46:25 2008 -0500
10996
10997 mpc83xx: don't disable autoboot
10998
10999 bootdelay set to -1 'permanently' disables autobooting, even if
11000 bootcmd is specified. Change to a positive value to allow
11001 autobooting when a bootcmd is set.
11002
11003 Reported-by: Coray Tate <Coray.Tate@freescale.com>
11004 Cc: Scott Wood <scottwood@freescale.com>
11005 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
11006
11007 commit 2fb29c520c42b7bfef33ea3fd1527eba64099164
11008 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
11009 Date: Wed Sep 24 10:42:15 2008 +0900
11010
11011 mpc83xx: Fix typo in include/mpc83xx.h
11012
11013 Fixed typo from CONIFG_MPC837X to CONFIG_MPC837X
11014
11015 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
11016 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
11017
11018 commit 162c41c03179727a1d14262f703c9a8bc40231fa
11019 Author: Kim Phillips <kim.phillips@freescale.com>
11020 Date: Tue Sep 23 09:38:49 2008 -0500
11021
11022 mpc83xx: add h/w flash protection to board configs
11023
11024 the operating system may leave flash in a h/w locked state after writing.
11025 This allows u-boot to continue to write flash by enabling h/w unlocking
11026 by default.
11027
11028 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
11029
11030 commit d26154c9a692586b66eb6d1f8e1b67c75e40ea70
11031 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
11032 Date: Thu Sep 11 21:35:36 2008 +0400
11033
11034 mpc83xx: spd_sdram: fix ddr sdram base address assignment bug
11035
11036 The spd_dram code shifts the base address, then masks 20 bits, but
11037 forgets to shift the base address back. Fix this by just masking the
11038 base address correctly.
11039
11040 Found this bug while trying to relocate a DDR memory at the base != 0.
11041
11042 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
11043 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
11044
11045 commit 8fd4166c467a46773f80208bda1ec3b4757747bc
11046 Author: Stefan Roese <sr@denx.de>
11047 Date: Mon Sep 22 16:10:43 2008 +0200
11048
11049 ppc4xx: Canyonlands: Remove unnecessary FDT warning upon DTB fixup
11050
11051 Depending on the configuration jumper "SATA SELECT", U-Boot disabled
11052 either one PCIe node or the SATA node in the device tree blob. This
11053 patch removes the unnecessary and even confusing warning, when the node
11054 is not found at all.
11055
11056 Signed-off-by: Stefan Roese <sr@denx.de>
11057
11058 commit 6e24a1eb1490aa043770bcf0061ac1fad0864fd9
11059 Author: Remy Bohmer <linux@bohmer.net>
11060 Date: Fri Sep 19 13:30:06 2008 +0200
11061
11062 Add missing device types to dev_print() in part.c
11063
11064 Signed-off-by: Remy Bohmer <linux@bohmer.net>
11065
11066 commit 5fdc215f0b351b0c36cc3f8a0fa5850f24454bed
11067 Author: Wolfgang Denk <wd@denx.de>
11068 Date: Mon Sep 22 22:23:06 2008 +0200
11069
11070 Fix DPRAM memory leak when CFG_ALLOC_DPRAM is defined, which
11071 eventually leads to a machine check. This change assures that DPRAM
11072 is allocated only once in that case.
11073
11074 Signed-off-by: Gary Jennejohn <garyj@denx.de>
11075 Signed-off-by: Wolfgang Denk <wd@denx.de>
11076
11077 commit a07faf7b9ad5a86763a577c79922c4ff9a70ef23
11078 Author: Laurent Pinchart <laurentp@cse-semaphore.com>
11079 Date: Wed Sep 17 17:57:34 2008 +0200
11080
11081 Fix Spartan-3 definitions.
11082
11083 A few Spartan-3 definitions erroneously use Spartan-3E size
11084 constants. This patch fixes them.
11085
11086 Signed-off-by: Laurent Pinchart <laurentp@cse-semaphore.com>
11087
11088 commit 28113e1f0da4146b823ffce37680d31d5685a60b
11089 Author: Laurent Pinchart <laurentp@cse-semaphore.com>
11090 Date: Wed Sep 17 17:41:58 2008 +0200
11091
11092 Remove duplicate Spartan-3E definition.
11093
11094 Signed-off-by: Laurent Pinchart <laurentp@cse-semaphore.com>
11095 Signed-off-by: Wolfgang Denk <wd@denx.de>
11096
11097 commit 5c65ecf7cd94df250b295621f3b24135cbcfe579
11098 Author: Anatolij Gustschin <agust@denx.de>
11099 Date: Wed Sep 17 13:46:17 2008 +0200
11100
11101 socrates: change default mtest address range
11102
11103 Running mtest command on socrates without specifying
11104 an address range crashes the board. This patch changes
11105 default mtest address range to prevent this behavior.
11106
11107 Signed-off-by: Anatolij Gustschin <agust@denx.de>
11108
11109 commit d666b2d59674b5e002c0821b7ab83ec3ff90d670
11110 Author: Anatolij Gustschin <agust@denx.de>
11111 Date: Wed Sep 17 12:34:45 2008 +0200
11112
11113 socrates: fix crash after relocation
11114
11115 Currently U-Boot crashes after relocation to RAM.
11116 Changing the CPO value of the DDR SDRAM TIMING_CFG_2
11117 register to READ_LAT + 1 (to the value it was before
11118 conversion of socrates to new DDR code) fixes the
11119 problem.
11120
11121 Signed-off-by: Anatolij Gustschin <agust@denx.de>
11122
11123 commit 562788b0a303f3528b920d81f547f5ca77ba528e
11124 Author: Anatolij Gustschin <agust@denx.de>
11125 Date: Wed Sep 17 11:45:51 2008 +0200
11126
11127 socrates: fix SPD EEPROM address
11128
11129 Commit be0bd8234b9777ecd63c4c686f72af070d886517
11130 changed SPD EEPROM address to 0x51 and DDR SDRAM
11131 detection stopped working. Change this address
11132 back to 0x50.
11133
11134 Signed-off-by: Anatolij Gustschin <agust@denx.de>
11135
11136 commit 023824549a370bd185d7129d9a6c86f9be7b86a8
11137 Author: Stefan Roese <sr@denx.de>
11138 Date: Mon Sep 22 11:06:50 2008 +0200
11139
11140 Revert "ppc4xx: Fix DDR2 auto calibration on Kilauea 600MHz (200MHz PLB)"
11141
11142 This reverts commit 3eec160a3a405b29ce9c06920f6427b9047dd8a8.
11143
11144 Signed-off-by: Stefan Roese <sr@denx.de>
11145
11146 commit e58c41e26cf3c8accd60311be579f452e368e97e
11147 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11148 Date: Thu Sep 18 20:13:08 2008 +0900
11149
11150 usb: Fix compile warning of r8a66597-hcd
11151
11152 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11153 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
11154
11155 commit b5d10a13525c07ec6374adf840d7c87553b5f189
11156 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11157 Date: Thu Sep 18 19:34:36 2008 +0900
11158
11159 sh: Fix compile warning
11160
11161 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11162
11163 commit 4a065abf926f128beb36d93449defa0d690e7fef
11164 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11165 Date: Thu Sep 18 19:04:26 2008 +0900
11166
11167 sh: Add support watchdog for SH4A core
11168
11169 Add support watchdog for SH4A core (SH7763, SH7780 and SH7785).
11170 And fix some compile warning.
11171
11172 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11173
11174 commit a03c09c5fdb8430fe2ae6a03f88a0cf7bcc0aa57
11175 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11176 Date: Wed Sep 17 11:45:26 2008 +0900
11177
11178 sh: Fix typo in SH serial driver
11179
11180 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
11181 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11182
11183 commit 6b44a439215ba7c63f666f8099213ea4f05f2b07
11184 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11185 Date: Wed Sep 17 11:08:36 2008 +0900
11186
11187 sh: Add support any page size and empty_zero_page to SH Linux uImage
11188
11189 Old U-Boot supported 4KB page size only. If this version, Linux
11190 kernel can not get command line from U-Boot.
11191 SH Linux kernel can change page size and empty_zero_page.
11192 This patch support this function and fix promlem.
11193
11194 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
11195 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11196
11197 commit ce9f99ddb59628f41dc534e892368a7d66dfc774
11198 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
11199 Date: Thu Aug 28 13:40:52 2008 +0900
11200
11201 sh: rsk7203: Add support pkt_data_pull and pkt_data_push function
11202
11203 Add function of smc911x, pkt_data_pull and pkt_data_push.
11204
11205 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
11206 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11207
11208 commit dd820b03a2f45e86e7960e26729a3b58e3dda44a
11209 Author: Wolfgang Denk <wd@denx.de>
11210 Date: Thu Sep 18 13:57:32 2008 +0200
11211
11212 ADS5121: fix typo in "rootpath" default setting
11213
11214 Signed-off-by: Wolfgang Denk <wd@denx.de>
11215
11216 commit c9e8436b10cca53fca4904ecbadcd6231ad72c38
11217 Author: Remy Bohmer <linux@bohmer.net>
11218 Date: Tue Sep 16 14:55:44 2008 +0200
11219
11220 USB layer of U-Boot causes USB protocol errors while using USB memory sticks
11221
11222 There are several differences between Linux, Windows and U-boot for initialising the
11223 USB devices. While analysing the behaviour of U-boot it turned out that U-boot does
11224 things really different, and some are wrong (compared to the USB standard).
11225
11226 This patch fixes some errors:
11227 * The NEW_init procedure that was already in the code is good, while the old procedure
11228 is wrong. See code comments for more info.
11229 * On a Control request the data returned by the device can be more than 8 bytes, while
11230 the host limits it to 8 bytes. This caused the host to generate a DataOverrun error.
11231 This results in a lot of USB sticks not being recognised, and the transmission ended
11232 frequently with a CTL:TIMEOUT Error.
11233 * Added a flag CONFIG_LEGACY_USB_INIT_SEQ to allow users to use the old init procedure.
11234
11235 Signed-off-by: Remy Bohmer <linux@bohmer.net>
11236 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
11237
11238 commit 6f5794a6f78b313231256958fd73673c6aacc116
11239 Author: Remy Bohmer <linux@bohmer.net>
11240 Date: Tue Sep 16 14:55:43 2008 +0200
11241
11242 Refactoring parts of the common USB OHCI code
11243
11244 This patch refactors some large routines of the USB OHCI code by
11245 making some routines smaller and more readable which helps
11246 debugging and understanding the code. (Makes the code looks
11247 somewhat more like the Linux implementation.)
11248
11249 Also made entire file compliant to Linux Coding Rules (checkpatch.pl compliant)
11250
11251 Signed-off-by: Remy Bohmer <linux@bohmer.net>
11252 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
11253
11254 commit be19d324edc1a1d7f393d24e10d164cd94c91a00
11255 Author: Remy Bohmer <linux@bohmer.net>
11256 Date: Tue Sep 16 14:55:42 2008 +0200
11257
11258 Fix for USB sticks not working on ARM while using GCC 4.x compilers
11259
11260 The GCC-compiler makes an optimisation error while optimising the routine
11261 usb_set_maxpacket(). This should be fixed in the compiler in the first place,
11262 but there lots of compilers out there that makes this error, that it is
11263 probably wiser to workaround it in U-boot itself.
11264
11265 What happens is that the register r3 is used as loop-counter 'i', but gets
11266 overwritten later on. From there it starts using register r3 for several other
11267 things and the assembler code is becoming a big mess. This is clearly a compiler bug.
11268
11269 This error occurs on at least several versions of Code Sourcery Lite compilers
11270 for ARM. Like the Edition 2008q1, and 2008q3, It has also been seen on other
11271 compilers, while compiling for armv4t, or armv5te with Os, O1 and O2.
11272
11273 We work around it by splitting up this routine in 2 parts, and making sure that
11274 the split out part is NOT inlined any longer. This will make GCC spit out assembler
11275 that do not show this problem. Another possibility is to adapt the Makefile to stop
11276 optimisation for the complete file. I think this solution is nicer.
11277
11278 Signed-off-by: Remy Bohmer <linux@bohmer.net>
11279 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
11280
11281 commit 87b4ef560cf2da4ccc9e59711ad1ff7fafe96670
11282 Author: Wolfgang Denk <wd@denx.de>
11283 Date: Wed Sep 17 10:17:55 2008 +0200
11284
11285 Coding style cleanup; update CHANEGLOG
11286
11287 Signed-off-by: Wolfgang Denk <wd@denx.de>
11288
11289 commit 3eec160a3a405b29ce9c06920f6427b9047dd8a8
11290 Author: Victor Gallardo <vgallardo@amcc.com>
11291 Date: Tue Sep 16 06:59:13 2008 -0700
11292
11293 ppc4xx: Fix DDR2 auto calibration on Kilauea 600MHz (200MHz PLB)
11294
11295 Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
11296 Signed-off-by: Adam Graham <agraham@amcc.com>
11297 Signed-off-by: Stefan Roese <sr@denx.de>
11298
11299 commit ce47eb402c5e29a025399dc282246414fc492940
11300 Author: Peter Tyser <ptyser@xes-inc.com>
11301 Date: Tue Sep 16 10:04:47 2008 -0500
11302
11303 Support for multiple SGMII/TBI interfaces for TSEC ethernet
11304
11305 Fix TBI PHY accesses to use the proper offset in CPU register space. The
11306 previous code would incorrectly access the TBI PHY by reading/writing to CPU
11307 register space at the same location as would be used to access external PHYs.
11308
11309 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
11310 Acked-by: Andy Fleming <afleming@freescale.com>
11311
11312 commit 7c803be2eb3cae245dedda438776e08fb122250f
11313 Author: Wolfgang Denk <wd@denx.de>
11314 Date: Tue Sep 16 18:02:19 2008 +0200
11315
11316 TQM8xx: Fix CFI flash driver support for all TQM8xx based boards
11317
11318 After switching to using the CFI flash driver, the correct remapping
11319 of the flash banks was forgotten.
11320
11321 Also, some boards were not adapted, and the old legacy flash driver
11322 was not removed yet.
11323
11324 Signed-off-by: Wolfgang Denk <wd@denx.de>
11325
11326 commit c0d2f87d6c450128b88e73eea715fa3654f65b6c
11327 Author: Wolfgang Denk <wd@denx.de>
11328 Date: Sun Sep 14 00:59:35 2008 +0200
11329
11330 Prepare v2008.10-rc2
11331
11332 Signed-off-by: Wolfgang Denk <wd@denx.de>
11333
11334 commit f12e4549b6fb01cd2654348af95a3c7a6ac161e7
11335 Author: Wolfgang Denk <wd@denx.de>
11336 Date: Sat Sep 13 02:23:05 2008 +0200
11337
11338 Coding style cleanup, update CHANGELOG
11339
11340 Signed-off-by: Wolfgang Denk <wd@denx.de>
11341
11342 commit 0c32565f536609d78feef35c88bbc39d3ac53a73
11343 Author: Peter Tyser <ptyser@xes-inc.com>
11344 Date: Wed Sep 10 09:18:34 2008 -0500
11345
11346 Update mailing list email and archive addresses
11347
11348 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
11349
11350 commit fb661ea444ae61de60520f66ae84cdb5dd5a3246
11351 Author: u-boot@bugs.denx.de <u-boot@bugs.denx.de>
11352 Date: Thu Sep 11 15:40:01 2008 +0200
11353
11354 85xx: socrates: autoprobe Lime chip
11355
11356 This patch is an attempt to implement autoprobing for the Lime
11357 presence on the bus.
11358 Configure GPCM for Lime CS2 and try to access chip ID registers.
11359 Second read atempt delivers register values if the chip is present.
11360
11361 Signed-off-by: Anatolij Gustschin <agust@denx.de>
11362
11363 commit e99b607a5ec56ce66e0bcccb78480d5e16fb7bc5
11364 Author: u-boot@bugs.denx.de <u-boot@bugs.denx.de>
11365 Date: Thu Sep 11 15:40:01 2008 +0200
11366
11367 85xx: socrates: Add support for new image format.
11368
11369 Signed-off-by: Detlev Zundel <dzu@denx.de>
11370
11371 commit 3c094b652d4107b34641f300a8e9fe16ca15e3d8
11372 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
11373 Date: Thu Sep 11 17:28:18 2008 +0900
11374
11375 sh: Fix compile error for r2dplus
11376
11377 netdev.h was not include by r2dplus.
11378
11379 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
11380
11381 commit 56844a22b76c719e600047e23b80465a44d76abd
11382 Author: Heiko Schocher <hs@denx.de>
11383 Date: Thu Sep 11 08:11:23 2008 +0200
11384
11385 powerpc: Fix bootm to boot up again with a Ramdisk
11386
11387 Commit 2a1a2cb6 didnt remove the dummy mem reservation in fdt_chosen,
11388 and this stopped Linux from booting with a Ramdisk. This patch fixes
11389 this, by deleting the useless dummy mem reservation.
11390
11391 When booting with a Ramdisk, a fix offset FDT_RAMDISK_OVERHEAD is now
11392 added to of_size, so we dont need anymore a dummy mem reservation.
11393
11394 I measured the value of FDT_RAMDISK_OVERHEAD on a MPC8270 based
11395 system (=0x44 bytes) and rounded it up to 0x80).
11396
11397 Signed-off-by: Heiko Schocher <hs@denx.de>
11398 Acked-by: Kumar Gala <galak@kernel.crashing.org>
11399
11400 commit fc9c1727b5b3483ce49c3cb668e8332fb001b8a7
11401 Author: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
11402 Date: Mon Sep 8 02:46:13 2008 +0200
11403
11404 Add support for LZMA uncompression algorithm.
11405
11406 Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
11407 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11408
11409 commit 0008b6d968160abe2bfd936493f3a516a7c8da20
11410 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
11411 Date: Fri Jun 27 23:04:20 2008 +0400
11412
11413 fsl_elbc_nand: ecclayout cleanups
11414
11415 This patch deletes oobavail assignments, they're calculated by the nand
11416 core code in nand_scan_tail, plus current oobavail values are wrong for
11417 the LP NANDs.
11418
11419 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
11420 Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
11421 Signed-off-by: Scott Wood <scottwood@freescale.com>
11422
11423 commit 8f42bf1c393d53a70c2545e9f329d11c46d74794
11424 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
11425 Date: Fri Jun 27 23:04:13 2008 +0400
11426
11427 fsl_elbc_nand: implement support for flash-based BBT
11428
11429 This patch implements support for flash-based BBT for chips working
11430 through ELBC NAND controller, so that NAND core will not have to re-scan
11431 for bad blocks on every boot.
11432
11433 Because ELBC controller may provide HW-generated ECCs we should adjust
11434 bbt pattern and bbt version positions in the OOB free area.
11435
11436 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
11437 Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
11438 Signed-off-by: Scott Wood <scottwood@freescale.com>
11439
11440 commit 97ae023648e764f794ffb9c52da109d6caf09c47
11441 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
11442 Date: Fri Jun 27 23:04:04 2008 +0400
11443
11444 fsl_elbc_nand: fix OOB workability for large page NAND chips
11445
11446 For large page chips, nand_bbt is looking into OOB area, and checking
11447 for "0xff 0xff" pattern at OOB offset 0. That is, two bytes should be
11448 reserved for bbt means.
11449
11450 But ELBC driver is specifying ecclayout so that oobfree area starts at
11451 offset 1, so only one byte left for the bbt purposes.
11452
11453 This causes problems with any OOB users, namely JFFS2: after first mount
11454 JFFS2 will fill all OOBs with "erased marker", so OOBs will contain:
11455
11456 OOB Data: ff 19 85 20 03 00 ff ff ff 00 00 08 ff ff ff ff
11457 OOB Data: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
11458 OOB Data: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
11459 OOB Data: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
11460
11461 And on the next boot, NAND core will rescan for bad blocks, then will
11462 see "0xff 0x19" pattern, and will mark all blocks as bad ones.
11463
11464 To fix the issue we should implement our own bad block pattern: just one
11465 byte at OOB start. Though, this will work only for x8 chips. For x16
11466 chips two bytes must be checked. Since ELBC driver does not support x16
11467 NANDs (yet), we're safe for now.
11468
11469 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
11470 Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
11471 Signed-off-by: Scott Wood <scottwood@freescale.com>
11472
11473 commit 7238ada313057a85409485b8ee21515dc10c07a5
11474 Author: Wolfgang Denk <wd@denx.de>
11475 Date: Fri Sep 12 13:52:21 2008 +0200
11476
11477 MPC512x: reduce timeout waiting for Ethernet autonegotiation to 2.5s
11478
11479 Signed-off-by: Wolfgang Denk <wd@denx.de>
11480
11481 commit b18410e508a12ba0a177dfc2a386857c806fa96d
11482 Author: Stefan Roese <sr@denx.de>
11483 Date: Thu Sep 11 13:05:56 2008 +0200
11484
11485 ppc4xx: Enable device tree (FDT) support in zeus board port
11486
11487 Signed-off-by: Stefan Roese <sr@denx.de>
11488
11489 commit 7bf5ecfa50722a9feb45ea8f04da75f5d406f20b
11490 Author: Stefan Roese <sr@denx.de>
11491 Date: Wed Sep 10 16:53:47 2008 +0200
11492
11493 ppc4xx: Fix SDRAM inititialization of multiple 405 based board ports
11494
11495 This patch fixes a problem introdiced with patch
11496 bbeff30c [ppc4xx: Remove superfluous dram_init() call or replace it by
11497 initdram()].
11498
11499 The boards affected are:
11500 - PCI405
11501 - PPChameleonEVB
11502 - quad100hd
11503 - taihu
11504 - zeus
11505
11506 Signed-off-by: Stefan Roese <sr@denx.de>
11507
11508 commit 61737c59a3285f6fadf96a5836879898c04ec28d
11509 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
11510 Date: Thu Sep 11 19:41:26 2008 -0400
11511
11512 ppc4xx: Add .gitignore file to xilinx-ppc440 boards
11513
11514 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
11515 Signed-off-by: Stefan Roese <sr@denx.de>
11516
11517 commit 2bec498ed1164a58cd8437b561bdc4551d69f9bf
11518 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
11519 Date: Thu Sep 11 19:41:25 2008 -0400
11520
11521 ppc4xx: Fix compilation of v5fx30teval_flash
11522
11523 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
11524 Signed-off-by: Stefan Roese <sr@denx.de>
11525
11526 commit 4bed9deebbd7ee6f0ba746b44d47a922156f7404
11527 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
11528 Date: Wed Sep 10 17:44:30 2008 -0400
11529
11530 ppc4xx: Fix in-tree build for ppc440-generic boards
11531
11532 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
11533 Signed-off-by: Stefan Roese <sr@denx.de>
11534
11535 commit 06c4ab50f5ccfb55ea2dd324aa28b2b06102e416
11536 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11537 Date: Fri Sep 12 02:20:47 2008 +0200
11538
11539 ARM: synchronize mach-types.h with linux 2.6.27-rc6
11540
11541 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11542
11543 commit 3ee9f03f588ad605e3fd10530237f9e3e2e7ab4c
11544 Author: Jens Scharsig <esw@bus-elektronik.de>
11545 Date: Fri Sep 12 02:20:47 2008 +0200
11546
11547 at91rm9200: fix errors with CONFIG_CMD_I2C_TREE
11548
11549 This patch prevents linker error on AT91RM9200 boards, if
11550 CONFIG_CMD_I2_TREE is set.
11551 It implements i2c_set_bus_speed and i2c_get_bus_speed as a dummy function.
11552
11553 Signed-off-by: Jens Scharsig <esw@bus-elektronik.de>
11554
11555 commit b5b0344957d32e3d07a8dd72fce64fb48e680ba4
11556 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
11557 Date: Fri Sep 12 02:20:47 2008 +0200
11558
11559 ARM DaVinci: Remove duplicate code in cpu/arm926ejs/davinci/dp83848.c
11560
11561 ARM DaVinci: Remove duplicate code in cpu/arm926ejs/davinci/dp83848.c
11562
11563 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
11564
11565 commit 03db53335c8eba656a7c44d1555b1a4514383e33
11566 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
11567 Date: Fri Sep 12 02:20:46 2008 +0200
11568
11569 make: Remove redundant __ARM__ addition when cross-compiling on *BSD
11570
11571 __ARM__ is given by arm_config.mk automatically.
11572
11573 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
11574
11575 commit 8cc62a7d9c77f8ef5166fb57322c4a6ddac320b4
11576 Author: Claudio Scordino <claudio@evidence.eu.com>
11577 Date: Fri Sep 12 02:20:46 2008 +0200
11578
11579 Fix MACH_TYPE for the AT91RM9200DK board.
11580
11581 Signed-off-by: Claudio Scordino <claudio@evidence.eu.com>
11582
11583 commit 274737e5eb25b2bcd3af3a96da923effd543284f
11584 Author: Andrew Dyer <adyer@righthandtech.com>
11585 Date: Fri Sep 12 02:20:46 2008 +0200
11586
11587 i.mx change get_timer(base) to return time since base
11588
11589 This patch changes get_timer() for i.MX to return the time since
11590 'base' instead of the time since the counter was at zero.
11591
11592 Symptom seen is flash timeout errors when erasing or programming a
11593 sector using the common cfi flash code.
11594
11595 Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
11596
11597 commit 48fed40575b3e8eae960eb0141509ddd9a73012a
11598 Author: Andrew Dyer <adyer@righthandtech.com>
11599 Date: Fri Sep 12 02:20:46 2008 +0200
11600
11601 i.MX use u-boot baud rate and don't assume UART master clock
11602
11603 1) Change the i.MX serial driver to use the baud rate set in the
11604 u-boot environment
11605
11606 2) don't assume a 16MHz value for PERCLK1 in baud rate calculations
11607
11608 3) don't write a 1 to the RDR bit in the USR2 reg. (bit is not "write
11609 one to clear" like other status bits in the reg.)
11610
11611 Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
11612
11613 commit 6e1551a870d360805b9d172dc56d935064abe71d
11614 Author: Andrew Dyer <adyer@righthandtech.com>
11615 Date: Fri Sep 12 02:20:46 2008 +0200
11616
11617 arm920t fix constant error in start.S
11618
11619 Code in cpu/arm920t/start.S will die with a compilation error if
11620 CONFIG_STACKSIZE + CFG_MALLOC_LEN works out to an invalid constant for
11621 the ARM sub instruction. Change the code so that each is subtracted
11622 independently to avoid the error.
11623
11624 Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
11625
11626 commit b23253835f871cd9bd8e955b9a971d18a7d4ff56
11627 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
11628 Date: Fri Sep 12 02:20:40 2008 +0200
11629
11630 ARM OMAP : Correct Invalid Timer Register Field Declaration in omap1510.h & omap730.h
11631
11632 - Correct Invalid #define of MPUTIM_PTV_MASK for
11633 omap1510 & omap730 register definition
11634
11635 MPUTIM_PTV_MASK is defined as
11636 #define MPUTIM_PTV_MASK (0x7<<PTV_BIT)
11637
11638 while it should have been
11639 #define MPUTIM_PTV_MASK (0x7<<MPUTIM_PTV_BIT)
11640
11641 - Below Patch corrects the same
11642
11643 Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
11644
11645 commit c455d07396dddc9864fd8dbb965ee10fe95ce8cf
11646 Author: Adrian Filipi <adrian.filipi@eurotech.com>
11647 Date: Fri Jul 18 11:52:02 2008 -0400
11648
11649 Set up SD/MMC OCR as comment describes. i.e. 3.2-3.4v.
11650
11651 Signed-off-by: Adrian Filipi <adrian.filipi@eurotech.com>
11652
11653 commit eb16135df20535b0d19969f50fb5bd17f95e9c25
11654 Author: Guennadi Liakhovetski <lg@denx.de>
11655 Date: Thu Aug 28 12:25:11 2008 +0200
11656
11657 i.MX31: document timer precision option
11658
11659 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
11660
11661 commit 1a6337b01351b82a45b0defa76f08744511c580b
11662 Author: Magnus Lilja <lilja.magnus@gmail.com>
11663 Date: Fri Aug 29 10:36:18 2008 +0200
11664
11665 i.MX31: Make the SPI bus and chip select configurable for MC13783
11666
11667 The i.MX31 has three SPI buses and each bus has several chip selects
11668 and the MC13783 chip can be connected to any of these. The current
11669 RTC driver for MC13783 is hardcoded for CSPI2/SS2.
11670
11671 This patch makes make MC13783 SPI bus and chip select configurable
11672 via CONFIG_MC13783_SPI_BUS and CONFIG_MC13783_SPI_CS.
11673
11674 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
11675
11676 commit 8c4ebec25b21e355b8488698ec1594da9701fff4
11677 Author: Magnus Lilja <lilja.magnus@gmail.com>
11678 Date: Fri Aug 29 10:36:17 2008 +0200
11679
11680 i.MX31: Add reset_timer() and modify get_timer_masked().
11681
11682 This patch adds the reset_timer() function (needed by nand_base.c) and
11683 modifies the get_timer_masked() to work in the same way as the omap24xx
11684 function.
11685
11686 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
11687
11688 commit deeec4991a55de243787002ede24d2331d234fc8
11689 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11690 Date: Wed Sep 10 22:48:09 2008 +0200
11691
11692 ap325rxa: remove duplicate CONFIG_FLASH_CFI_DRIVER
11693
11694 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11695
11696 commit a3a08c0cedd329edf5256e1d6b2bad0fca002725
11697 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11698 Date: Wed Sep 10 22:48:09 2008 +0200
11699
11700 bootm arm/avr32/blackfin/microblaze/nios2/sh: remove no more need 'error' label
11701
11702 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11703
11704 commit 0e8d158664a913392cb01fb11a948d83f72e105e
11705 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11706 Date: Wed Sep 10 22:48:06 2008 +0200
11707
11708 rename CFG_ENV macros to CONFIG_ENV
11709
11710 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11711
11712 commit 1ede78710c3bf9ad6f4a53aaddc3bcc86fedd9df
11713 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11714 Date: Wed Sep 10 22:48:05 2008 +0200
11715
11716 nvedit: rename error comment to CONFIG_ENV_IS_IN_
11717
11718 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11719
11720 commit b64b775e7546ed138df360ceb3a71ee358cb9a01
11721 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11722 Date: Wed Sep 10 22:48:05 2008 +0200
11723
11724 cmd_mem: Move conditional compilation to Makefile
11725
11726 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11727
11728 commit 8a40fb148efa442d6526eac46a2001e4c64d28ff
11729 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11730 Date: Wed Sep 10 22:48:05 2008 +0200
11731
11732 move cmd_get_data_size to command.c
11733
11734 add CMD_DATA_SIZE macro to enable it
11735
11736 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11737
11738 commit 507641d2491980531932b9f25dab37fe5e6c3a1a
11739 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11740 Date: Wed Sep 10 22:48:04 2008 +0200
11741
11742 env_flash: Move conditional compilation to Makefile
11743
11744 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11745
11746 commit 5a1aceb0689e2f731491838970884a673ef7e7d3
11747 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11748 Date: Wed Sep 10 22:48:04 2008 +0200
11749
11750 rename CFG_ENV_IS_IN_FLASH in CONFIG_ENV_IS_IN_FLASH
11751
11752 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11753
11754 commit 7d9b5bae5ba558c7464d89d033aca04acaf01172
11755 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11756 Date: Wed Sep 10 22:48:03 2008 +0200
11757
11758 cleanup use of CFG_ENV_IS_IN_FLASH
11759
11760 - #if CFG_ENV_IS_IN_FLASH
11761 - #if (CFG_ENV_IS_IN_FLASH == 1)
11762 - #define CFG_ENV_IS_IN_FLASH 0
11763
11764 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11765
11766 commit 0cf4fd3cf8d0e00605bec5fc56f89c6415015a46
11767 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11768 Date: Wed Sep 10 22:48:01 2008 +0200
11769
11770 rename environment.c in env_embedded.c to reflect is functionality
11771
11772 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11773
11774 commit c0878af6e32f0fd8e13a6ca315b9add64441115a
11775 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11776 Date: Wed Sep 10 22:48:01 2008 +0200
11777
11778 env_nowhere: Move conditional compilation to Makefile
11779
11780 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11781
11782 commit 93f6d72544da4510a146bc4c93d609b0116cde37
11783 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11784 Date: Wed Sep 10 22:48:00 2008 +0200
11785
11786 rename CFG_ENV_IS_NOWHERE in CONFIG_ENV_IS_NOWHERE
11787
11788 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11789
11790 commit 2556ef78113b5f089dfcac5da90bf31dd568397b
11791 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11792 Date: Wed Sep 10 22:48:00 2008 +0200
11793
11794 env_sf: Move conditional compilation to Makefile
11795
11796 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11797
11798 commit 0b5099a8419bf9c828df5e3e2c6878dc300d98e3
11799 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11800 Date: Wed Sep 10 22:48:00 2008 +0200
11801
11802 rename CFG_ENV_IS_IN_SPI_FLASH in CONFIG_ENV_IS_IN_SPI_FLASH
11803
11804 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11805
11806 commit 55c5f49910ec8225347aa1d211352a84de6649b4
11807 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11808 Date: Wed Sep 10 22:48:00 2008 +0200
11809
11810 env_onenand: Move conditional compilation to Makefile
11811
11812 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11813
11814 commit 9656138ff1a34d4c4768db6b490deffc40ee674b
11815 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11816 Date: Wed Sep 10 22:47:59 2008 +0200
11817
11818 rename CFG_ENV_IS_IN_ONENAND in CONFIG_ENV_IS_IN_ONENAND
11819
11820 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11821
11822 commit 957a0e69575683efd70ace147746bbb3d8e7c501
11823 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11824 Date: Wed Sep 10 22:47:59 2008 +0200
11825
11826 env_nvram: Move conditional compilation to Makefile
11827
11828 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11829
11830 commit 9314cee6917444ab88bd4e758da7a30975120187
11831 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11832 Date: Wed Sep 10 22:47:59 2008 +0200
11833
11834 rename CFG_ENV_IS_IN_NVRAM in CONFIG_ENV_IS_IN_NVRAM
11835
11836 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11837
11838 commit 06f61354397911a4c121dfa51b6ccbf7e300d48b
11839 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11840 Date: Wed Sep 10 22:47:59 2008 +0200
11841
11842 env_nand: Move conditional compilation to Makefile
11843
11844 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11845
11846 commit 51bfee192099206a4397f15f3b93516e01f58ab0
11847 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11848 Date: Wed Sep 10 22:47:58 2008 +0200
11849
11850 rename CFG_ENV_IS_IN_NAND in CONFIG_ENV_IS_IN_NAND
11851
11852 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11853
11854 commit d8cc04d0ac9c7c0d12454708aaf5489f8532bbf9
11855 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11856 Date: Wed Sep 10 22:47:58 2008 +0200
11857
11858 env_dataflash: Move conditional compilation to Makefile
11859
11860 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11861
11862 commit 057c849c45b9ee19df8ff3acdeee66be52819962
11863 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11864 Date: Wed Sep 10 22:47:58 2008 +0200
11865
11866 rename CFG_ENV_IS_IN_DATAFLASH in CONFIG_ENV_IS_IN_DATAFLASH
11867
11868 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11869
11870 commit d1034bc8db60fa6bd419328baf6a75cb0645cee8
11871 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11872 Date: Wed Sep 10 22:47:52 2008 +0200
11873
11874 cmd_eeprom: Move conditional compilation to Makefile
11875
11876 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11877
11878 commit bf5a7710ec70e90e98f451b4ba0eb65f9ffc34eb
11879 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11880 Date: Fri Sep 5 09:19:54 2008 +0200
11881
11882 env_eeprom: Move conditional compilation to Makefile
11883
11884 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11885
11886 commit bb1f8b4f8bb0bfce52e0faa4637b975b745824b3
11887 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11888 Date: Fri Sep 5 09:19:30 2008 +0200
11889
11890 rename CFG_ENV_IS_IN_EEPROM in CONFIG_ENV_IS_IN_EEPROM
11891
11892 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11893
11894 commit 32628c5008105a732212003d83b75f05e5243bb2
11895 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11896 Date: Sat Aug 30 23:54:58 2008 +0200
11897
11898 cmd_mac: Move conditional compilation to Makefile
11899
11900 finish remaning CFG_ID_EEPROM in CONFIG_ID_EEPROM
11901 start in commit ad8f8687b78c3e917b173f038926695383c55555
11902
11903 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11904
11905 commit e5648acab153f0f429bfc714902c5aaa7879f71b
11906 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11907 Date: Sat Aug 30 23:47:41 2008 +0200
11908
11909 cmd_fdc: Move conditional compilation to Makefile
11910
11911 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11912
11913 commit 2d02d91d530e831f2dab228085963fc1d5b71cb0
11914 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11915 Date: Sat Aug 30 23:47:38 2008 +0200
11916
11917 common/Makefile: add core command section
11918
11919 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11920
11921 commit 0d92d4a699fb1a39381d98571dc51fb97e5bcf9e
11922 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11923 Date: Sat Aug 30 23:29:57 2008 +0200
11924
11925 cmd_vfd: Move conditional compilation to Makefile
11926
11927 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11928
11929 commit 6644641d072aee3087da129d8443187196a4d8a9
11930 Author: Scott Wood <scottwood@freescale.com>
11931 Date: Wed Sep 10 11:48:49 2008 -0500
11932
11933 delta, zylonite: Update nand_oobinfo to nand_ecclayout.
11934
11935 This is part of the switch to newer upstream MTD code.
11936
11937 Signed-off-by: Scott Wood <scottwood@freescale.com>
11938
11939 commit 9b05aa788bfdd3264ff1bc9418cb19550a7234e4
11940 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
11941 Date: Sat Aug 30 17:06:55 2008 -0400
11942
11943 ARM DaVinci: Fix broken HW ECC for large page NAND.
11944
11945 Based on original patch by Bernard Blackham <bernard@largestprime.net>
11946
11947 U-boot's HW ECC support for large page NAND on Davinci is completely
11948 broken. Some kernels, such as the 2.6.10 one supported by
11949 MontaVista for DaVinci, rely upon this broken behaviour as they
11950 share the same code for ECCs. In the existing scheme, error
11951 detection *might* work on large page, but error correction
11952 definitely does not. Small page ECC correction works, but the
11953 format is not compatible with the mainline git kernel.
11954
11955 This patch adds ECC code that matches what is currently in the
11956 Davinci git repository (since NAND support was added in 2.6.24).
11957 This makes the ECC and OOB layout written by u-boot compatible with
11958 Linux for both small page and large page devices and fixes ECC
11959 correction for large page devices.
11960
11961 The old behaviour can be restored by defining the macro
11962 CFG_DAVINCI_BROKEN_ECC, which is undefined by default.
11963
11964 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
11965 Acked-by: Sergey Kubushyn <ksi@koi8.net>
11966 Signed-off-by: Scott Wood <scottwood@freescale.com>
11967
11968 commit 0b7c5639891f4103a0e31ec7ae0beb3e97ed3836
11969 Author: Heiko Schocher <hs@denx.de>
11970 Date: Wed Sep 10 11:15:28 2008 +0200
11971
11972 muas3001: update BR4 settings
11973
11974 Also set up the port pins for using I2C.
11975
11976 Signed-off-by: Heiko Schocher <hs@denx.de>
11977
11978 commit 3591293509e0c0bcf244b0f974775bff2e25697e
11979 Author: Petri Lehtinen <petri.lehtinen@inoi.fi>
11980 Date: Wed Sep 10 09:43:49 2008 +0300
11981
11982 autoscr: Fix one-character lines and non-newline terminated scripts
11983
11984 When not using hush, the autoscr command now executes lines that are
11985 only one character long. It also runs the last line of scripts even if
11986 it does not end in a newline.
11987
11988 Signed-off-by: Petri Lehtinen <petri.lehtinen@inoi.fi>
11989
11990 commit 9ebbb54f7a25055010fa6668eba40c72a4c4f985
11991 Author: Victor Gallardo <vgallardo@amcc.com>
11992 Date: Tue Sep 9 15:13:29 2008 -0700
11993
11994 ppc4xx: Allow DTT_I2C_DEV_CODE configured by CFG_I2C_DTT_ADDR
11995
11996 On AMCC Arches board DTT_I2C_DEV_CODE is different then canyonlands
11997 and glacier.
11998
11999 Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
12000
12001 commit 245f6ef3e11828cb46188e396fb1e67f7b07cd03
12002 Author: Heiko Schocher <hs@denx.de>
12003 Date: Mon Sep 8 10:21:11 2008 +0200
12004
12005 muas3001: added support for the LM75 sensor.
12006
12007 Signed-off-by: Heiko Schocher <hs@denx.de>
12008
12009 commit 4a02a2dca82aeab8f839db9dd35fda9d5412dacb
12010 Author: Heiko Schocher <hs@denx.de>
12011 Date: Mon Sep 8 10:20:19 2008 +0200
12012
12013 muas3001: activate WDT for the muas3001 board.
12014
12015 Signed-off-by: Heiko Schocher <hs@denx.de>
12016
12017 commit a55d074dac24dc941f1afb5b4e94b1509bfdda4e
12018 Author: Heiko Schocher <hs@denx.de>
12019 Date: Mon Sep 8 10:19:36 2008 +0200
12020
12021 muas3001: added 64MB SDRAM autodetection.
12022
12023 Signed-off-by: Heiko Schocher <hs@denx.de>
12024
12025 commit 5251469943895de4bb9a04d5053352cc22acb7d5
12026 Author: Andrew Klossner <andrew@cesa.opbu.xerox.com>
12027 Date: Thu Aug 21 07:12:26 2008 -0700
12028
12029 Fix printf errors under -DDEBUG
12030
12031 Fix printf format-string/arg mismatches under -DDEBUG.
12032
12033 These warnings occur with DEBUG defined for a platform using
12034 cpu/mpc85xx. Users of other architectures can unearth similar
12035 problems by adding the line "CFLAGS += -DDEBUG=1" in config.mk right
12036 after "CFLAGS += $(call cc-option,-fno-stack-protector)".
12037
12038 Signed-off-by: Andrew Klossner <andrew@cesa.opbu.xerox.com>
12039 Signed-off-by: Andy Fleming <afleming@freescale.com>
12040
12041 commit 8b9e4787641719d709bfa2ebeb72e8bd4952bee7
12042 Author: Wolfgang Denk <wd@denx.de>
12043 Date: Tue Sep 9 23:55:18 2008 +0200
12044
12045 Update CHANGELOG, prepare 2008-10-rc1 release
12046
12047 Signed-off-by: Wolfgang Denk <wd@denx.de>
12048
12049 commit e0ff3d350d6b7960deb5a881dfc5acf3a63ef676
12050 Author: Kumar Gala <galak@kernel.crashing.org>
12051 Date: Mon Sep 8 08:51:29 2008 -0500
12052
12053 85xx: Ensure timebase is zero on secondary cores
12054
12055 The e500um says the timebase is volatile out of reset. To ensure
12056 TB sync works we need to make sure its zero.
12057
12058 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12059
12060 commit 54b4ab3c961a2012a1c2a09c259a6343323ec551
12061 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12062 Date: Tue Sep 9 22:18:24 2008 +0200
12063
12064 bootm_load_os: fix load_end debug message
12065
12066 print load_end value not pointer
12067
12068 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12069
12070 commit 1d9af0be764960e6cc1c093e97176c3542796820
12071 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12072 Date: Tue Sep 9 22:18:23 2008 +0200
12073
12074 bootm: enable fdt support only on ppc, m68k and sparc
12075
12076 ...as done in image.c
12077
12078 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12079
12080 commit 748b5274e76f81df85cfcffaffedc323678d0623
12081 Author: Markus Heidelberg <markus.heidelberg@web.de>
12082 Date: Tue Sep 9 18:51:05 2008 +0200
12083
12084 common/cmd_mem.c: remove nested #if defined(CONFIG_CMD_MEMORY)
12085
12086 Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
12087
12088 commit 650632fe4ca09cfd0e5e6a593f2efc02ef87a58c
12089 Author: Markus Heidelberg <markus.heidelberg@web.de>
12090 Date: Tue Sep 9 17:31:46 2008 +0200
12091
12092 gitignore: add tags files and Vim swap file
12093
12094 Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
12095
12096 commit 1d9b67b23fca6a25154333733204339802510720
12097 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
12098 Date: Tue Sep 9 17:52:47 2008 +0900
12099
12100 add board_eth_init() for sh7785lcr board
12101
12102 Fix the problem that cannot work RTL8169 on sh7785lcr board.
12103
12104 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
12105
12106 commit 7b7a869a8ba3bd6d9bffb748c91232141330f514
12107 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
12108 Date: Wed Aug 6 16:08:41 2008 -0500
12109
12110 mtd: SPI Flash: Support the STMicro Flash
12111
12112 Add MTD SPI Flash support for M25P16, M25P20, M25P32,
12113 M25P40, M25P64, M25P80, M25P128.
12114
12115 Signed-off-by: Jason McMullan <mcmullan@netapp.com>
12116 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
12117
12118 commit 4bc07c368076560ed7fa4c9f987c71a8521488a9
12119 Author: Wolfgang Denk <wd@denx.de>
12120 Date: Tue Sep 9 17:55:31 2008 +0200
12121
12122 trab: fix build problem after change to use do_div()
12123
12124 We must link with libgeneric now.
12125
12126 Signed-off-by: Wolfgang Denk <wd@denx.de>
12127
12128 commit 3b20fd83c73c22acfcb0c6663be747bd5c8b7011
12129 Author: Ryan CHEN <ryan.chen@st.com>
12130 Date: Wed Aug 20 13:00:17 2008 -0400
12131
12132 Correct drv_usb_kbd_init function
12133
12134 The patch is that check if usb_get_dev_index() function return valid
12135 pointer. If valid, continue. Otherwise return -1.
12136
12137 Signed-off-by: Ryan Chen <ryan.chen@st.com>
12138 Acked-by: Markus Klotzbuecher <mk@denx.de>
12139
12140 commit eba1f2fc75f128a9a6c1328d786996a93fd7a707
12141 Author: Remy Bohmer <linux@bohmer.net>
12142 Date: Wed Aug 20 11:22:02 2008 +0200
12143
12144 Make usb-stop() safe to call multiple times in a row.
12145
12146 A recent commit (936897d4d1365452bbbdf8430db5e7769ef08d38)
12147 enabled the usb_stop() command in common/cmd_bootm.c which was
12148 not enabled for some time, because no board did actually set the
12149 CFG_CMD_USB flag. So, now the usb_stop() is executed before
12150 loading the linux kernel.
12151
12152 However, the usb_ohci driver hangs up (at least on AT91SAM) if the
12153 driver is stopped twice (e.g. the peripheral clock is stopped on AT91).
12154 If some other piece of code calls usb_stop() before the bootm command,
12155 this command will hangup the system during boot.
12156 (usb start and stop is typically used while booting from usb memory stick)
12157
12158 But, stopping the usb stack twice is useless anyway, and a flag already
12159 existed that kept track on the usb_init()/usb_stop() calls.
12160 So, we now check if the usb stack is really started before we stop it.
12161
12162 This problem is now fixed in both the upper as low-level layer.
12163
12164 Signed-off-by: Remy Bohmer <linux@bohmer.net>
12165 Acked-by: Markus Klotzbuecher <mk@denx.de>
12166
12167 commit 2c8ccf2728f5e67d991cecf76c4057db75a87b67
12168 Author: Wolfgang Denk <wd@denx.de>
12169 Date: Tue Sep 9 16:55:47 2008 +0200
12170
12171 Makefile: fix bug introduced by commit 47ffd6c2
12172
12173 commit 880f6a5d7596f42db5ff8803b797b78ec5b146e0
12174 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
12175 Date: Tue Sep 9 10:00:33 2008 -0400
12176
12177 ppc4xx: ppc440-generic-ALL: Fix out of tree build v2
12178
12179 This patch solves the problems compiling ml507, v5fx30teval and
12180 ppc440-generic out of tree.
12181
12182 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
12183
12184 commit 47bebe34ca4e33bab0e822e4ceebbec2590ccbcb
12185 Author: Nícolas Carneiro Lebedenco <nicolas.lebedenco@tasksistemas.com.br>
12186 Date: Thu Sep 4 15:35:46 2008 -0300
12187
12188 Fix dev_print when called from usb_stor_info (usb storage command)
12189
12190 Fix output of the usb storage command. It was printing "Device 0: not
12191 available" because IF_TYPE_USB was not included into the switch
12192 statement.
12193
12194 Signed-off-by: Nicolas Lebedenco <nicolas.lebedenco@tasksistemas.com.br>
12195
12196 commit a4f243452cc8ce0c2c9b51a2520db4bde5f472de
12197 Author: Bartlomiej Sieka <tur@semihalf.com>
12198 Date: Tue Sep 9 12:58:16 2008 +0200
12199
12200 FIT: make iminfo check hashes of all images in FIT, return 1 on failed check
12201
12202 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
12203
12204 commit 919f550dc11a13abf01c6bc713c968de790b8d7c
12205 Author: Bartlomiej Sieka <tur@semihalf.com>
12206 Date: Tue Sep 9 12:58:15 2008 +0200
12207
12208 FIT: add ability to check hashes of all images in FIT, improve output
12209
12210 - add function fit_all_image_check_hashes() that verifies if all
12211 hashes of all images in the FIT are valid
12212 - improve output of fit_image_check_hashes() when the hash check fails
12213
12214 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
12215
12216 commit 1de1fa408967cef6804bb046b904114519bb36f0
12217 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12218 Date: Mon Sep 8 20:54:39 2008 +0200
12219
12220 qemu_mips: Update linux bootm to support dynamic cmdline
12221
12222 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12223
12224 commit f5ed9e39088ecfa5a5f3ef47b08e5bda7890d764
12225 Author: Peter Tyser <ptyser@xes-inc.com>
12226 Date: Mon Sep 8 14:56:49 2008 -0500
12227
12228 Add support for booting of INTEGRITY operating system uImages
12229
12230 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
12231
12232 commit 72f1b65f1b68bc6ed0d182eda1f3d6cf51b6414a
12233 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12234 Date: Mon Sep 8 21:01:29 2008 +0200
12235
12236 mips/bootm: Fix typo in commit c4f9419c, "initrd_start" replaced by "images->rd_start"
12237
12238 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12239
12240 commit 9ba2e2c8191353d75b2d535e672a125be7b84c03
12241 Author: Kumar Gala <galak@kernel.crashing.org>
12242 Date: Mon Sep 8 13:57:12 2008 -0500
12243
12244 Remove support for booting ARTOS images
12245
12246 Pantelis Antoniou stated:
12247 AFAIK, it is still used but the products using PPC are long gone.
12248 Nuke it plz (from orbit).
12249
12250 So remove it since it cleans up a usage of env_get_char outside of
12251 the environment code.
12252
12253 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12254
12255 commit 47ffd6c2fc72b46daa9d5d59eedb894fab2b7ee1
12256 Author: Wolfgang Denk <wd@denx.de>
12257 Date: Tue Sep 9 15:45:18 2008 +0200
12258
12259 Makefile: compile and link each module just once
12260
12261 Several source files need to be compiled and linked when one or more
12262 config options are selected. To allow for easy selection in the
12263 Makefiles yet to avoild multiple compilation (which costs build time)
12264 and especially multiple linking (which causes errors), we use
12265 "COBJS = $(sort COBJS-y)" which eliminates duplicates.
12266
12267 By courtesy of Detlev Zundel who suggested this approach.
12268
12269 Signed-off-by: Wolfgang Denk <wd@denx.de>
12270
12271 commit 48d0192fe869948fef14b460b5f0c85bca933693
12272 Author: Andreas Engel <andreas.engel@ericsson.com>
12273 Date: Mon Sep 8 14:30:53 2008 +0200
12274
12275 Moved conditional compile into Makefile
12276
12277 Signed-off-by: Andreas Engel <andreas.engel@ericsson.com>
12278
12279 commit 20c9226cb8cab08a111ee73db04e62d943ee0c97
12280 Author: Andreas Engel <andreas.engel@ericsson.com>
12281 Date: Mon Sep 8 10:17:31 2008 +0200
12282
12283 Merged serial_pl010.c and serial_pl011.c.
12284
12285 They only differ in the init function.
12286 This also adds the missing watchdog support for the PL011.
12287
12288 Signed-off-by: Andreas Engel <andreas.engel@ericsson.com>
12289
12290 commit 0817d688f307ee2c0598e79175c94a40ce90337b
12291 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
12292 Date: Sun Sep 7 17:10:27 2008 -0400
12293
12294 Remove gap fill in srec object v2
12295
12296 SREC files do not need gap fill: The load address is specified in the
12297 file. On the other hand, it can't be avoided in a .bin object. It has
12298 no information about memory location.
12299
12300 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
12301
12302 commit 1dc306931ca5ce87f13916fa7165b052d3aa714f
12303 Author: Markus Heidelberg <markus.heidelberg@web.de>
12304 Date: Sun Sep 7 20:18:27 2008 +0200
12305
12306 README: fix missing subdirectory in the documentation
12307
12308 Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
12309
12310 commit 3ef96ded38a8d33b58b9fab9cd879d51ddac4cbd
12311 Author: Graeme Russ <graeme.russ@gmail.com>
12312 Date: Sun Sep 7 07:08:42 2008 +1000
12313
12314 Update i386 code (sc520_cdp)
12315
12316 Attempt to bring i386 / sc520 inline with master
12317
12318 Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
12319
12320 commit 5608692104efa8d56df803dc79ea41ac3607eee5
12321 Author: Guennadi Liakhovetski <lg@denx.de>
12322 Date: Thu Sep 4 13:01:49 2008 +0200
12323
12324 fw_env: add NAND support
12325
12326 Add support for environment in NAND with automatic NOR / NAND recognition,
12327 including unaligned environment, bad-block skipping, redundant environment
12328 copy.
12329
12330 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
12331
12332 commit dd794323a2a1ed6a8a5df51785c31bcde60ad7ca
12333 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
12334 Date: Tue Sep 9 09:50:24 2008 +0200
12335
12336 ppc4xx: Fix out-of-tree building of CPCI405 variants
12337
12338 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
12339 Acked-by: Stefan Roese <sr@denx.de>
12340
12341 commit 59f630588e3fdbd698a0a2798e52a8924e899563
12342 Author: Sergei Poselenov <sposelenov@emcraft.com>
12343 Date: Fri Aug 15 15:42:11 2008 +0200
12344
12345 Removed hardcoded MxMR loop value from upmconfig() for MPC85xx.
12346
12347 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
12348
12349 commit e64987a892353f3d49eb242d997820ef8f538912
12350 Author: Anatolij Gustschin <agust@denx.de>
12351 Date: Fri Aug 15 15:42:13 2008 +0200
12352
12353 85xx: socrates: Enable Lime support.
12354
12355 This patch adds Lime GDC support together with support for the PWM
12356 backlight control through the w83782d chip. The reset pin of the
12357 latter is attached to GPIO, so we need to reset it in
12358 early_board_init_r.
12359
12360 Signed-off-by: Anatolij Gustschin <agust@denx.de>
12361
12362 commit 3e79b588b5199f35016f178fc0d5d1266382097f
12363 Author: Detlev Zundel <dzu@denx.de>
12364 Date: Fri Aug 15 15:42:12 2008 +0200
12365
12366 85xx: Socrates: Major code update.
12367
12368 - Update the local bus ranges in the FDT for Linux for the various
12369 devices connected to the local bus via chip-select.
12370
12371 - Set the LCRR_DBYP bit in the LCRR for local bus frequencies
12372 lower than 66 MHz and uses I/O accessor functions consequently.
12373
12374 - UPM data update.
12375
12376 - Update of default environment and configuration. Use I2C multibus
12377 as we do have two I2C buses. Also enable sdram and ext2 commands.
12378
12379 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
12380 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
12381 Signed-off-by: Detlev Zundel <dzu@denx.de>
12382
12383 commit e8d18541c6ceab821f75faab031740b33fdbfa4b
12384 Author: Timur Tabi <timur@freescale.com>
12385 Date: Fri Jul 18 16:52:23 2008 +0200
12386
12387 Update Freescale 85xx boards to sys_eeprom.c
12388
12389 The new sys_eeprom.c supports both the old CCID EEPROM format and the new NXID
12390 format, and so it obsoletes board/freescale/common/cds_eeprom.c. Freescale
12391 86xx boards already use sys_eeprom.c, so this patch migrates the remaining
12392 Freescale 85xx boards to use it as well. cds_eeprom.c is deleted.
12393
12394 Signed-off-by: Timur Tabi <timur@freescale.com>
12395
12396 commit aab2bf0202c86227e3dcc8a5b58946087ebcc1af
12397 Author: Wolfgang Denk <wd@denx.de>
12398 Date: Tue Sep 9 10:08:02 2008 +0200
12399
12400 lib_ppc/interrupts.c: make board_show_activity() a weak function
12401
12402 This allows to use show_activity() without having to
12403 define an empty board_show_activity() function.
12404
12405 Signed-off-by: Wolfgang Denk <wd@denx.de>
12406
12407 commit fe876787f8743883ce58fed61525eaa2f34da4c5
12408 Author: Wolfgang Denk <wd@denx.de>
12409 Date: Tue Sep 9 10:06:44 2008 +0200
12410
12411 stxxtc: remove empty CONFIG_SHOW_ACTIVITY functions
12412
12413 Signed-off-by: Wolfgang Denk <wd@denx.de>
12414
12415 commit 965de106ba8900372c8b16dc60d5acab7f925e38
12416 Author: Wolfgang Denk <wd@denx.de>
12417 Date: Tue Sep 9 10:03:47 2008 +0200
12418
12419 NETTA2: remove empty CONFIG_SHOW_ACTIVITY functions
12420
12421 Signed-off-by: Wolfgang Denk <wd@denx.de>
12422
12423 commit 6cc64f9b5f69239c8b1969572b5a3a4aab7de5b9
12424 Author: Sergei Poselenov <sposelenov@emcraft.com>
12425 Date: Fri Aug 15 15:42:11 2008 +0200
12426
12427 Removed hardcoded MxMR loop value from upmconfig() for MPC85xx.
12428
12429 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
12430
12431 commit 36241ca29d4804a1006fb3f26069effda5202581
12432 Author: Anatolij Gustschin <agust@denx.de>
12433 Date: Fri Aug 15 15:42:13 2008 +0200
12434
12435 85xx: socrates: Enable Lime support.
12436
12437 This patch adds Lime GDC support together with support for the PWM
12438 backlight control through the w83782d chip. The reset pin of the
12439 latter is attached to GPIO, so we need to reset it in
12440 early_board_init_r.
12441
12442 Signed-off-by: Anatolij Gustschin <agust@denx.de>
12443
12444 commit 7a47753ddcaebbf2142809842f70c5f723bd9ddb
12445 Author: Detlev Zundel <dzu@denx.de>
12446 Date: Fri Aug 15 15:42:12 2008 +0200
12447
12448 85xx: Socrates: Major code update.
12449
12450 - Update the local bus ranges in the FDT for Linux for the various
12451 devices connected to the local bus via chip-select.
12452
12453 - Set the LCRR_DBYP bit in the LCRR for local bus frequencies
12454 lower than 66 MHz and uses I/O accessor functions consequently.
12455
12456 - UPM data update.
12457
12458 - Update of default environment and configuration. Use I2C multibus
12459 as we do have two I2C buses. Also enable sdram and ext2 commands.
12460
12461 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
12462 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
12463 Signed-off-by: Detlev Zundel <dzu@denx.de>
12464
12465 commit 4d2ae70e8c31c22e5710df5ff236b5565ea2cf2c
12466 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12467 Date: Tue Sep 9 01:22:39 2008 +0200
12468
12469 disk-on-chip: remove duplicate doc_probe declaration
12470
12471 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12472
12473 commit 3221b074a0ab199f6ae47c19cc22f42ddf3ef819
12474 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12475 Date: Tue Sep 9 00:59:40 2008 +0200
12476
12477 onenand_uboot: fix warning: 'struct mtd_oob_ops' declared inside parameter list
12478
12479 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12480
12481 commit 13b4db0e2107175a8622ebb48529fa3ad8e12c75
12482 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12483 Date: Tue Sep 9 00:59:39 2008 +0200
12484
12485 rs5c372: fix rtc_set prototype
12486
12487 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12488
12489 commit 1bb8b2ef2722bbaea3cc5d46321ce1d99f9b56f7
12490 Author: Sergei Poselenov <sposelenov@emcraft.com>
12491 Date: Thu Aug 14 14:08:28 2008 +0200
12492
12493 ARM: fix warning: target CPU does not support interworking
12494
12495 This patch fixes warnings like this:
12496
12497 start.S:0: warning: target CPU does not support interworking
12498
12499 which come from some ARM cross compilers and are caused by hard-coded
12500 (with "--with-cpu=arm9" configuration option) ARM targets (which
12501 support ARM Thumb instructions), while the ARM target selected from
12502 the command line (with "-march=armv4") doesn't support Thumb
12503 instructions.
12504
12505 This warning is issued by the compiler regardless of the real use of
12506 the Thumb instructions in code.
12507
12508 To fix this problem, we use options according to compiler version
12509 being used.
12510
12511 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
12512 Signed-off-by: Wolfgang Denk <wd@denx.de>
12513
12514 commit 4265c35fbcb248e58179007621d61d32d0b3b82a
12515 Author: Sergei Poselenov <sposelenov@emcraft.com>
12516 Date: Thu Aug 14 14:08:28 2008 +0200
12517
12518 ARM: Use do_div() instead of division for "long long".
12519
12520 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
12521 Signed-off-by: Wolfgang Denk <wd@denx.de>
12522
12523 commit 8febd13c69cb68652577d1a9fcbde954bf784155
12524 Author: Timur Tabi <timur@freescale.com>
12525 Date: Fri Jul 18 16:52:23 2008 +0200
12526
12527 Update Freescale 85xx boards to sys_eeprom.c
12528
12529 The new sys_eeprom.c supports both the old CCID EEPROM format and the new NXID
12530 format, and so it obsoletes board/freescale/common/cds_eeprom.c. Freescale
12531 86xx boards already use sys_eeprom.c, so this patch migrates the remaining
12532 Freescale 85xx boards to use it as well. cds_eeprom.c is deleted.
12533
12534 Signed-off-by: Timur Tabi <timur@freescale.com>
12535
12536 commit 1055171ed05b7c4885737463d52b8d6c013bcb5d
12537 Author: Wolfgang Denk <wd@denx.de>
12538 Date: Mon Sep 8 23:26:22 2008 +0200
12539
12540 lib_arm/bootm.c: fix compile warnings
12541
12542 bootm.c:128: warning: label 'error' defined but not used
12543 bootm.c:65: warning: unused variable 'ret'
12544
12545 Signed-off-by: Wolfgang Denk <wd@denx.de>
12546
12547 commit 2e3c867d0a63c563a51e65b776973b008f16cec5
12548 Author: Wolfgang Denk <wd@denx.de>
12549 Date: Mon Sep 8 22:46:42 2008 +0200
12550
12551 ml507: fix out of tree build problem
12552
12553 Signed-off-by: Wolfgang Denk <wd@denx.de>
12554
12555 commit 9863a15a98f23b79f34a0e4f9e465bc6df5d504d
12556 Author: Wolfgang Denk <wd@denx.de>
12557 Date: Mon Sep 8 22:10:28 2008 +0200
12558
12559 common/cmd_bootm.c: fix printf() format warnings
12560
12561 Signed-off-by: Wolfgang Denk <wd@denx.de>
12562
12563 commit 4394f9a8c42bb1b0abc4fc04bd582d4db5f8b726
12564 Author: Wolfgang Denk <wd@denx.de>
12565 Date: Mon Sep 8 22:37:45 2008 +0200
12566
12567 BMW, PCIPPC2, PCIPPC6, RBC82: fix compile warnings
12568
12569 missing doc_probe() prototype.
12570
12571 Signed-off-by: Wolfgang Denk <wd@denx.de>
12572
12573 commit 2c5e3cc4994897d364b148942ff23e47783198f6
12574 Author: Wolfgang Denk <wd@denx.de>
12575 Date: Mon Sep 8 21:28:14 2008 +0200
12576
12577 mk48t59: fix compile problem introduced by commit d1e23194
12578
12579 Signed-off-by: Wolfgang Denk <wd@denx.de>
12580
12581 commit 5ff889349d2ace13f10c9335e09365fcec8247cc
12582 Author: Stefan Roese <sr@denx.de>
12583 Date: Mon Sep 8 14:11:12 2008 +0200
12584
12585 ppc4xx: Move ppc4xx specific prototypes to ppc4xx header
12586
12587 This patch moves some 4xx specific prototypes out of include common.h
12588 to a ppc4xx specific header.
12589
12590 Signed-off-by: Stefan Roese <sr@denx.de>
12591
12592 commit ac53ee8318678190bf3c68da477a84a657d86fb0
12593 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
12594 Date: Fri Sep 5 15:34:04 2008 +0200
12595
12596 ppc4xx: Update CPCI405(AB) configuration
12597
12598 This patch add FDT support and command line editing capabilities
12599 for CPCI405 and CPCI405AB boards.
12600
12601 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
12602 Signed-off-by: Stefan Roese <sr@denx.de>
12603
12604 commit 7b1fbcadf73a83b3beb94abccda1c35e2c075a94
12605 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
12606 Date: Fri Sep 5 15:34:03 2008 +0200
12607
12608 ppc4xx: Cleanup CPCI405 linker script
12609
12610 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
12611 Signed-off-by: Stefan Roese <sr@denx.de>
12612
12613 commit 767f9159c5c94cd0cb3135b5b82814ad12816ddf
12614 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
12615 Date: Fri Sep 5 15:34:02 2008 +0200
12616
12617 ppc4xx: Update CPCI405 variants handling
12618
12619 This patch replaces the BOARD_REVISION variable in include/config.mk
12620 by a using a temporary include file in the platform directory.
12621
12622 The former way does not work anymore and the latter is also used by
12623 some other boards.
12624
12625 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
12626 Signed-off-by: Stefan Roese <sr@denx.de>
12627
12628 commit f071f01fd09e9bf1cf09de37a7416aacce71bae1
12629 Author: Stefan Roese <sr@denx.de>
12630 Date: Mon Sep 8 10:01:48 2008 +0200
12631
12632 ppc4xx: Remove CONFIG_CS8952_PHY define
12633
12634 Since this define is only used on one board that was never really in
12635 production, removing this compile time option doesn't hurt and makes
12636 the code more readable.
12637
12638 Signed-off-by: Stefan Roese <sr@denx.de>
12639
12640 commit 6ca8646c1860bba74326bf916a5a3389a5c0d3b5
12641 Author: Stefan Roese <sr@denx.de>
12642 Date: Fri Sep 5 14:11:40 2008 +0200
12643
12644 ppc4xx: Fix compilation warning for PIP405
12645
12646 This patch fixes a compilation warning for the PIP405 board. It moves the
12647 #ifndef CONFIG_CS8952_PHY define a little so that the warning doesn't
12648 occur anymore. I am a little unsure if this #ifdef is at the correct
12649 place now or if it could be removed completely. This needs to get
12650 tested on the PIP405 board.
12651
12652 Signed-off-by: Stefan Roese <sr@denx.de>
12653
12654 commit 725b53ac61f4df3026b8f6489ef0080fd27d3816
12655 Author: Stefan Roese <sr@denx.de>
12656 Date: Fri Sep 5 14:09:09 2008 +0200
12657
12658 ppc4xx: Fix compilation warning for canyonlands & glacier
12659
12660 Signed-off-by: Stefan Roese <sr@denx.de>
12661
12662 commit 302e52e0b1d4c7f994991709d0cb6c3ea612cdb5
12663 Author: Kumar Gala <galak@kernel.crashing.org>
12664 Date: Fri Sep 5 14:40:29 2008 -0500
12665
12666 Fix compiler warning in mpc8xxx ddr code
12667
12668 ctrl_regs.c: In function 'compute_fsl_memctl_config_regs':
12669 ctrl_regs.c:523: warning: 'caslat' may be used uninitialized in this function
12670 ctrl_regs.c:523: note: 'caslat' was declared here
12671
12672 Add a warning in DDR1 case if cas_latency isn't a value we know about.
12673
12674 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12675 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12676
12677 commit d1e2319414ea5218ba801163e4530ecf2dfcbf36
12678 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12679 Date: Mon Sep 1 23:06:23 2008 +0200
12680
12681 rtc: allow rtc_set to return an error and use it in cmd_date
12682
12683 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12684
12685 commit ee9536a28cb149bcb6c5dee9d08c62c91f4c72d2
12686 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12687 Date: Mon Sep 1 01:16:33 2008 +0200
12688
12689 ap325rxa/favr-32-ezkit: Use CONFIG_FLASH_CFI_DRIVER
12690
12691 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12692
12693 commit 6b971c73f182248ce103503d74fbc0100bb8c8b7
12694 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
12695 Date: Sun Aug 31 05:37:04 2008 +0900
12696
12697 config.mk: Move arch-specific condition to $(ARCH)_config.mk
12698
12699 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
12700
12701 commit ea86b9e64b811753d9eabe0f560ee189fbe5d0c1
12702 Author: Kumar Gala <galak@kernel.crashing.org>
12703 Date: Fri Aug 29 19:08:29 2008 -0500
12704
12705 Prevent crash if random/invalid ramdisks are passed to bootm
12706
12707 Adds returning an error from the ramdisk detection code if
12708 its not a real ramdisk (invalid). There is no reason we can't
12709 just return back to the console if we detect an invalid
12710 ramdisk or CRC error.
12711
12712 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12713
12714 commit 8e02494e8f86c8f2d7324b5eb9e75271104a01ef
12715 Author: Anatolij Gustschin <agust@denx.de>
12716 Date: Fri Aug 29 21:04:45 2008 +0200
12717
12718 Prevent crash if random DTB address is passed to bootm
12719
12720 This patch adds bootm_start() return value check. If
12721 error status is returned, we do not proceed further to
12722 prevent board reset or crash as we still can recover
12723 at this point.
12724
12725 Signed-off-by: Anatolij Gustschin <agust@denx.de>
12726
12727 commit cc347801add2689b1ee54d21f62bc14ecf6e1dd8
12728 Author: Andrew Dyer <adyer@righthandtech.com>
12729 Date: Fri Aug 29 12:30:39 2008 -0500
12730
12731 clean up some #if !defined() in drivers/video/cfb_console.c
12732
12733 rearrange some #if !defined() / #else / #endif statements to remove
12734 the negative logic.
12735
12736 Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
12737
12738 commit c83f4c2d77f07174dcd6bef7e87a0f7017be7c33
12739 Author: Kyungmin Park <kmpark@infradead.org>
12740 Date: Fri Aug 29 09:02:20 2008 +0900
12741
12742 apollon: use the last memory area for u-boot
12743
12744 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
12745
12746 commit a6f2e455b774d0c5d56e44e5661df9adb69b6e07
12747 Author: Heiko Schocher <hs@denx.de>
12748 Date: Thu Aug 28 13:50:42 2008 +0200
12749
12750 TQM8272: move NAND part in seperate File
12751
12752 I didn't try to use drivers/mtd/nand/fsl_upm.c for the NAND driver,
12753 because I have no longer access to the hardware.
12754
12755 Signed-off-by: Heiko Schocher <hs@denx.de>
12756
12757 commit 584f979f7ee914e32d408739cbdd2c4457ec18b8
12758 Author: Heiko Schocher <hs@denx.de>
12759 Date: Thu Aug 28 13:48:36 2008 +0200
12760
12761 TQM8272: Fix compiling error for the TQM8272 board.
12762
12763 Fix compile problems caused by
12764 commit cfa460adfdefcc30d104e1a9ee44994ee349bb7b
12765
12766 Signed-off-by: Heiko Schocher <hs@denx.de>
12767
12768 commit 1a7f8ccec981648ccd38fca2535490582eee08e6
12769 Author: Kyungmin Park <kmpark@infradead.org>
12770 Date: Wed Aug 27 14:45:20 2008 +0900
12771
12772 Add JFFS2 command support on OneNAND
12773
12774 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
12775
12776 commit f5c3ba79788b0e39baab7026d374fe375dd1a43f
12777 Author: Mark Jackson <mpfj@mimc.co.uk>
12778 Date: Mon Aug 25 19:21:30 2008 +0100
12779
12780 Allow console input to be disabled
12781
12782 Added new CONFIG_DISABLE_CONSOLE define and GD_FLG_DISABLE_CONSOLE.
12783
12784 When CONFIG_DISABLE_CONSOLE is defined, setting
12785 GD_FLG_DISABLE_CONSOLE disables all console input and output.
12786
12787 Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
12788
12789 commit 2b22d608f370565c87f55928b524207031419c11
12790 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
12791 Date: Wed Jul 30 12:39:29 2008 +0200
12792
12793 loads: allow negative offsets
12794
12795 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
12796
12797 commit e90fb6afab2c0c074dfb67bacb4de179eb188a24
12798 Author: Yuri Tikhonov <yur@emcraft.com>
12799 Date: Thu Sep 4 11:19:05 2008 +0200
12800
12801 USB EHCI: reset root hub
12802
12803 Some of multi-function USB controllers (e.g. ISP1562) allow root hub
12804 resetting only via EHCI registers. So, this patch adds the
12805 corresponding kind of reset to OHCI's hc_reset() if the newly
12806 introduced CONFIG_PCI_EHCI_DEVNO option is set (e.g. for Socrates
12807 board).
12808
12809 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
12810 Acked-by: Markus Klotzbuecher <mk@denx.de>
12811
12812 commit 5875d358f025c1b042d8a0f08384b756de7256c9
12813 Author: Yuri Tikhonov <yur@emcraft.com>
12814 Date: Fri Aug 15 15:42:09 2008 +0200
12815
12816 RX 8025 RTC: analyze 12/24-hour mode flag in rtc_get().
12817
12818 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
12819
12820 commit 3e3c026ed746a284c6f0ef139b26d859939de7e9
12821 Author: Stefan Roese <sr@denx.de>
12822 Date: Fri Sep 5 10:47:46 2008 +0200
12823
12824 devices: Use list_add_tail() instead of list_add() to register a device
12825
12826 This patch fixes a problem spotted on Glacier/Canyonlands (and most
12827 likely lots of other board ports), that no serial output was seen
12828 after console initialization in console_init_r(). This is because the
12829 last added console device was used instead of the first added.
12830
12831 This patch fixes this problem by using list_add_tail() instead of
12832 list_add() to register a device. This way the first added console
12833 is used again.
12834
12835 Signed-off-by: Stefan Roese <sr@denx.de>
12836
12837 commit 78d78236896d62bb8ca7302af38d8f1493eb2651
12838 Author: Victor Gallardo <vgallardo@amcc.com>
12839 Date: Thu Sep 4 23:49:36 2008 -0700
12840
12841 ppc4xx: Add support for GPCS, SGMII and M88E1112 PHY
12842
12843 This patch adds GPCS, SGMII and M88E1112 PHY support
12844 for the AMCC PPC460GT/EX processors.
12845
12846 Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
12847 Signed-off-by: Stefan Roese <sr@denx.de>
12848
12849 commit f6b6c45840f9b4671d2d97243a12a1f3ffb64765
12850 Author: Adam Graham <agraham@amcc.com>
12851 Date: Wed Sep 3 12:26:59 2008 -0700
12852
12853 ppc4xx: Update Kilauea to use PPC4xx DDR autocalibration routines
12854
12855 Signed-off-by: Adam Graham <agraham@amcc.com>
12856 Signed-off-by: Stefan Roese <sr@denx.de>
12857
12858 commit 075d0b81e896e8735ae26372cd384f87cbd24e41
12859 Author: Adam Graham <agraham@amcc.com>
12860 Date: Wed Sep 3 12:26:28 2008 -0700
12861
12862 ppc4xx: IBM Memory Controller DDR autocalibration routines
12863
12864 Alternate SDRAM DDR autocalibration routine that can be generically used
12865 for any PPC4xx chips that have the IBM SDRAM Controller core allowing for
12866 support of more DIMM/memory chip vendors and gets the DDR autocalibration
12867 values which give the best read latency performance (SDRAM0_RDCC.[RDSS]).
12868
12869 Two alternate SDRAM DDR autocalibration algoritm are provided in this patch,
12870 "Method_A" and "Method_B". DDR autocalibration Method_A scans the full range
12871 of possible PPC4xx SDRAM Controller DDR autocalibration values and takes a
12872 lot longer to run than Method_B. Method_B executes in the same amount of time
12873 as the currently existing DDR autocalibration routine, i.e. 1 second or so.
12874 Normally Method_B is used and it is set as the default method.
12875
12876 The current U-Boot PPC4xx DDR autocalibration code calibrates the IBM SDRAM
12877 Controller registers.[bit-field]:
12878 1) SDRAM0_RQDC.[RQFD]
12879 2) SDRAM0_RFDC.[RFFD]
12880
12881 This alternate PPC4xx DDR autocalibration code calibrates the following
12882 IBM SDRAM Controller registers.[bit-field]:
12883
12884 1) SDRAM0_WRDTR.[WDTR]
12885 2) SDRAM0_CLKTR.[CKTR]
12886 3) SDRAM0_RQDC.[RQFD]
12887 4) SDRAM0_RFDC.[RFFD]
12888
12889 and will also use the calibrated settings of the above four registers that
12890 produce the best "Read Sample Cycle Select" value in the SDRAM0_RDCC.[RDSS]
12891 register.[bit-field].
12892
12893 Signed-off-by: Adam Graham <agraham@amcc.com>
12894 Signed-off-by: Stefan Roese <sr@denx.de>
12895
12896 commit e07f4a8033b6270b8103049adb6456f660ff4a89
12897 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
12898 Date: Mon Sep 1 13:09:39 2008 -0400
12899
12900 ppc44x: Unification of virtex5 pp440 boards
12901
12902 This patch provides an unificated way of handling xilinx v5 ppc440 boards.
12903
12904 It unificates 3 different things:
12905
12906 1) Source code
12907 A new board called ppc440-generic has been created. This board includes
12908 a generic tlb initialization (Maps the whole memory into virtual) and
12909 defines board_pre_init, checkboard, initdram and get_sys_info weakly,
12910 so, they can be replaced by specific functions.
12911
12912 If a new board needs to redefine any of the previous functions
12913 (specific initialization) it can create a new directory with the
12914 specific initializations needed. (see the example ml507 board).
12915
12916 2) Configuration file
12917 Common configurations are located under configs/xilinx-ppc440.h, this
12918 header file interpretes the xparameters file generated by EDK and
12919 configurates u-boot in correspondence. Example: if there is a Temac,
12920 allows CMD_CONFIG_NET
12921 Specific configuration are located under specific configuration file.
12922 (see the example ml507 board)
12923
12924 3) Makefile
12925 Some work has been done in order to not duplicate work in the Main
12926 Makefile. Please see the attached code.
12927
12928 In order to support new boards they can be implemented in the next way:
12929
12930 a) Simple Generic Board (90% of the time)
12931 Using EDK generates a new xparameters.h file, replace
12932 ppc440-generic/xparameters.h and run make xilinx-ppc440-generic_config
12933 && make
12934
12935 b) Simple Boards with special u-boot parameters (9 % of the time)
12936 Create a new file under configs for it (use ml507.h as example) and
12937 change your paramaters. Create a new Makefile paragraph and compile
12938
12939 c) Complex boards (1% of the time)
12940 Create a new folder for the board, like the ml507
12941
12942 Finally, it adds support for the Avnet FX30T Evaluation board, following
12943 the new generic structure:
12944
12945 Cheap board by Avnet for evaluating the Virtex5 FX technology.
12946
12947 This patch adds support for:
12948 - UartLite
12949 - 16MB Flash
12950 - 64MB RAM
12951
12952 Prior using U-boot in this board, read carefully the ERRATA by Avnet
12953 to solve some memory initialization issues.
12954
12955 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
12956 Signed-off-by: Stefan Roese <sr@denx.de>
12957
12958 commit 64ac1eb5afafced49b327425ad1814b2dc422d6e
12959 Author: Nick Spence <nick.spence@freescale.com>
12960 Date: Tue Sep 2 15:21:16 2008 -0500
12961
12962 mpc83xx: fix mpc8313 in-tree building with NAND
12963
12964 and add mpc8313 NAND build to MAKEALL
12965
12966 Signed-off-by: Nick Spence <nick.spence@freescale.com>
12967 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
12968
12969 commit 6eb2a44e27919fdc601e0c05404b298a7602c0e3
12970 Author: Nick Spence <nick.spence@freescale.com>
12971 Date: Thu Aug 28 14:09:25 2008 -0700
12972
12973 mpc83xx: clean up cache operations and unlock_ram_in_cache() functions
12974
12975 Cleans up some latent issues with the data cache control so that
12976 dcache_enable() and dcache_disable() will work reliably (after
12977 unlock_ram_in_cache() has been called)
12978
12979 Signed-off-by: Nick Spence <nick.spence@freescale.com>
12980 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
12981
12982 commit 46497056ae3b1e81e736e9cf3a170472c5d9719f
12983 Author: Nick Spence <nick.spence@freescale.com>
12984 Date: Thu Aug 28 14:09:19 2008 -0700
12985
12986 mpc83xx: Store and display Arbiter Event Register values
12987
12988 Record the Arbiter Event Register values and optionally display them.
12989
12990 The Arbiter Event Register can record the type and effective address of
12991 an arbiter error, even through an HRESET. This patch stores the values in
12992 the global data structure.
12993
12994 Display of the Arbiter Event registers immediately after the RSR value
12995 can be enabled with defines. The Arbiter values will only be displayed
12996 if an arbiter event has occured since the last Power On Reset, and either
12997 of the following defines exist:
12998 #define CONFIG_DISPLAY_AER_BRIEF - display only the arbiter address and
12999 and type register values
13000 #define CONFIG_DISPLAY_AER_FULL - display and interpret the arbiter
13001 event register values
13002
13003 Address Only transactions are one of the trapped events that can register
13004 as an arbiter event. They occur with some cache manipulation instructions
13005 if the HID0_ABE (Address Broadcast Enable) is set and the memory region
13006 has the MEMORY_COHERENCE WIMG bit set. Setting:
13007 #define CONFIG_MASK_AER_AO - prevents the arbiter from recording address
13008 only events, so that it can still capture
13009 other real problems.
13010
13011 Signed-off-by: Nick Spence <nick.spence@freescale.com>
13012 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
13013
13014 commit ade50c7fa1b16ef98be17e9c3ae286aecf4f5605
13015 Author: Nick Spence <nick.spence@freescale.com>
13016 Date: Thu Aug 28 14:09:11 2008 -0700
13017
13018 mpc83xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cache
13019
13020 This is needed in unlock_ram_in_cache() because it is called from C and
13021 will corrupt the small data area anchor that is kept in R2.
13022
13023 lock_ram_in_cache() is modified similarly as good coding practice, but
13024 is not called from C.
13025
13026 Signed-off-by: Nick Spence <nick.spence@freescale.com>
13027 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
13028
13029 commit d9fe88173cb4f7d293796ffe10c7a0d3d426d8f9
13030 Author: Nick Spence <nick.spence@freescale.com>
13031 Date: Fri Aug 22 23:52:50 2008 -0700
13032
13033 MPC83XX: Fix GPIO configuration - set gpio level before direction
13034
13035 Set DAT value before DIR values to avoid creating glitches on the
13036 GPIO signals.
13037
13038 Set gpio level register before direction register to inhibit
13039 glitches on high level output pins.
13040
13041 Dir and data gets cleared at powerup, so high level output lines see
13042 a short low pulse between setting the direction and level registers.
13043
13044 Issue was seen on a new board with the nReset line of the NOR flash
13045 connected to a GPIO. Setting the direction register puts the NOR flash
13046 in reset so the next instruction to set the level cannot get executed.
13047
13048 Signed-off-by: Nick Spence <nick.spence@freescale.com>
13049 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13050 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
13051
13052 commit 7007c5975ee900ad70983b0681d3251e221f8321
13053 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13054 Date: Tue Sep 2 02:58:32 2008 +0200
13055
13056 doc/qemu_mips: add doc howto debug u-boot with gdb
13057
13058 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13059
13060 commit 7deb3b3ecd0e81ef09bb68aa0ec2346f4ae0a405
13061 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
13062 Date: Wed Sep 3 17:15:45 2008 +0200
13063
13064 ppx4xx: Fix broken DASA_SIM board
13065
13066 This patch adds initdram() to DASA_SIM boards that has been
13067 removed accidentally by a previous commit.
13068
13069 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
13070 Signed-off-by: Stefan Roese <sr@denx.de>
13071
13072 commit 7e410aa30fbcb1d19a26bbf1e84a9ca6102d534b
13073 Author: Stefan Roese <sr@denx.de>
13074 Date: Mon Sep 1 08:35:37 2008 +0200
13075
13076 ppc4xx: Remove reference to common/lists.o from some esd linker scripts
13077
13078 This patch removes some direct references to common/lists.o from some
13079 esd linker scripts. This is necessary because the lists source was moved
13080 and is not in the "common" directory anymore.
13081
13082 Signed-off-by: Stefan Roese <sr@denx.de>
13083
13084 commit 97b0734d65f8a0b03df0a335a2addc759da56107
13085 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
13086 Date: Tue Sep 2 16:33:05 2008 +0200
13087
13088 ppc4xx: Remove obsolete or unused functions from some esd boards
13089
13090 This patch removes initdram() and testdram() from most esd 405 platforms.
13091 Some boards also have an empty dummy implementation of
13092 misc_init_f(). This is also removed.
13093
13094 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
13095 Signed-off-by: Stefan Roese <sr@denx.de>
13096
13097 commit 1092ce218c514e5ccb18450ac5af501d96d6e3e9
13098 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
13099 Date: Tue Sep 2 15:07:54 2008 +0200
13100
13101 ppc4xx: Update VOM405 board configuration
13102
13103 - remove PCI code
13104 - add command line editing
13105 - minor cleanup
13106
13107 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
13108 Signed-off-by: Stefan Roese <sr@denx.de>
13109
13110 commit 830c800e28e96ec7c3c6936a0bd1b9461f3e77d4
13111 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
13112 Date: Tue Sep 2 15:07:53 2008 +0200
13113
13114 ppc4xx: Remove obsolete initdram() function from VOM405 board
13115
13116 This patch removed the obsolete initdram() function from
13117 VOM405 platform file.
13118
13119 Some minor cleanup.
13120
13121 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
13122 Signed-off-by: Stefan Roese <sr@denx.de>
13123
13124 commit 3d4dd7a941b2327b8c2fc535b782ca307ff8b6c8
13125 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
13126 Date: Tue Sep 2 15:07:52 2008 +0200
13127
13128 ppc4xx: Cleanup VOM405 linker script
13129
13130 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
13131 Signed-off-by: Stefan Roese <sr@denx.de>
13132
13133 commit fcaffd597f6f5191b12ca66c2a4789bbdeea85c2
13134 Author: Matthias Fuchs <mf@esd.eu>
13135 Date: Tue Sep 2 15:07:51 2008 +0200
13136
13137 ppc4xx: Add fdt support for VOM405 boards
13138
13139 Signed-off-by: Matthias Fuchs <mf@esd.eu>
13140 Signed-off-by: Stefan Roese <sr@denx.de>
13141
13142 commit 9ec367aa2c5dcf79558aa2b209b45d7686654c14
13143 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
13144 Date: Tue Sep 2 11:36:14 2008 +0200
13145
13146 ppc4xx: Coding style cleanup
13147
13148 Wrap long lines etc.
13149
13150 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
13151 Signed-off-by: Stefan Roese <sr@denx.de>
13152
13153 commit 17e65c21adfb63980e6aff80bfbd2df0eeb12060
13154 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
13155 Date: Tue Sep 2 11:35:56 2008 +0200
13156
13157 ppc4xx: Enable USB on PLU405 boards
13158
13159 This patch enables the PCI-OHCI controller on PLU405 board.
13160
13161 Also the default CPU frequency is updated to 266 MHz and
13162 command line editing is enabled.
13163
13164 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
13165 Signed-off-by: Stefan Roese <sr@denx.de>
13166
13167 commit 40e43e3b87d57b2ac786e27f6e25a7df9940d93b
13168 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
13169 Date: Tue Sep 2 11:35:35 2008 +0200
13170
13171 ppc4xx: Cleanup PLU405 platform file
13172
13173 This patch
13174 - wraps some long lines
13175 - removes unused/obsolete functions: misc_init_f() and initdram()
13176
13177 Signed-off-by: Matthias Fuchs <mf@esd.eu>
13178 Signed-off-by: Stefan Roese <sr@denx.de>
13179
13180 commit d74cdb1d0614ab78128e0735a51e7988a7b7ea33
13181 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
13182 Date: Tue Sep 2 11:35:04 2008 +0200
13183
13184 ppc4xx: Cleanup PLU405 linker script
13185
13186 Signed-off-by: Matthias Fuchs <mf@esd.eu>
13187 Signed-off-by: Stefan Roese <sr@denx.de>
13188
13189 commit 3bc1054cec2f6b25822f301ea922a16233baa4c7
13190 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
13191 Date: Tue Sep 2 11:34:36 2008 +0200
13192
13193 ppc4xx: Add fdt support for PLU405 boards
13194
13195 Signed-off-by: Matthias Fuchs <mf@esd.eu>
13196 Signed-off-by: Stefan Roese <sr@denx.de>
13197
13198 commit 5a3e480b783bfbc139586293a54fb875d7c5c5d4
13199 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
13200 Date: Tue Sep 2 11:34:08 2008 +0200
13201
13202 ppc4xx: Increase U-Boot size to 384kB for PLU405 boards
13203
13204 Signed-off-by: Matthias Fuchs <mf@esd.eu>
13205 Signed-off-by: Stefan Roese <sr@denx.de>
13206
13207 commit be1b0d2777e179191a57b138b660547a17e55aad
13208 Author: Jochen Friedrich <jochen@scram.de>
13209 Date: Tue Sep 2 11:24:59 2008 +0200
13210
13211 Don't tftp to unknown flash
13212
13213 If a board has a variable number of flash banks, there are empty entries
13214 in flash_info[] and CFG_DIRECT_FLASH_TFTP is set, tftp boot fails with
13215 "Outside available Flash". This patch skips flash banks with unknown
13216 flash ids.
13217
13218 Signed-off-by: Jochen Friedrich <jochen@scram.de>
13219 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13220
13221 commit 33314470ab32a3f5412bb61b5f3d6c216c88bf9b
13222 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
13223 Date: Thu Aug 28 13:40:44 2008 +0900
13224
13225 net: smc911x: Add pkt_data_pull and pkt_data_push function
13226
13227 The RSK7203 board has the SMSC9118 wired up 'incorrectly'.
13228 Byte-swapping is necessary, and so poor performance is inevitable.
13229 This problem cannot evade by the swap function of CHIP, this can
13230 evade by software Byte-swapping.
13231 And this has problem by FIFO access only. pkt_data_pull/pkt_data_push
13232 functions necessary to solve this problem.
13233
13234 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
13235 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13236
13237 commit 10efa024b8ffd9e6aaca63da8bddfdffdc672274
13238 Author: Ben Warren <biggerbadderben@gmail.com>
13239 Date: Sun Aug 31 20:37:00 2008 -0700
13240
13241 Moved initialization of EEPRO100 Ethernet controller to board_eth_init()
13242
13243 Affected boards:
13244 db64360
13245 db64460
13246 katmai
13247 taihu
13248 taishan
13249 yucca
13250 cpc45
13251 cpu87
13252 eXalion
13253 elppc
13254 debris
13255 kvme080
13256 mpc8315erdb
13257 integratorap
13258 ixdp425
13259 oxc
13260 pm826
13261 pm828
13262 pm854
13263 pm856
13264 ppmc7xx
13265 sc3
13266 sc520_spunk
13267 sorcery
13268 tqm8272
13269 tqm85xx
13270 utx8245
13271
13272 Removed initialization of the driver from net/eth.c
13273 Also, wrapped contents of pci_eth_init() by CONFIG_PCI.
13274
13275 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13276
13277 commit 8ca0b3f99c4fce7a599dcaf92ae095496dc8c8e0
13278 Author: Ben Warren <biggerbadderben@gmail.com>
13279 Date: Sun Aug 31 10:45:44 2008 -0700
13280
13281 Moved initialization of TULIP Ethernet controller to board_eth_init()
13282
13283 Affected boards:
13284 cu824
13285 bab7xx
13286 adciop
13287 dasa_sim
13288 mousse
13289 mpc8540eval
13290 musenki
13291 mvblue
13292 pcippc2/pcippc6
13293 sbc8240
13294 stxssa
13295
13296 Removed initialization of the driver from net/eth.c
13297
13298 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13299
13300 commit ad3381cf4167120db5c7b88e4970245e1d5c0a32
13301 Author: Ben Warren <biggerbadderben@gmail.com>
13302 Date: Sun Aug 31 10:44:19 2008 -0700
13303
13304 Moved initialization of E1000 Ethernet controller to board_eth_init()
13305
13306 Affected boards:
13307 ap1000
13308 mvbc_p
13309 PM854
13310
13311 Removed initialization of the driver from net/eth.c
13312
13313 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13314
13315 commit 4fce2aceaf8afd31a252bc782c9dbc497bf40487
13316 Author: Ben Warren <biggerbadderben@gmail.com>
13317 Date: Sun Aug 31 10:40:51 2008 -0700
13318
13319 Moved initialization of plb2800 Ethernet driver to board_eth_init
13320
13321 Affected boards:
13322 purple
13323
13324 Removed initialization of controller from net/eth.c
13325
13326 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13327
13328 commit e1d7480b5de1fd4830bf7cf5e2237d3b0846d08d
13329 Author: Ben Warren <biggerbadderben@gmail.com>
13330 Date: Sun Aug 31 10:39:12 2008 -0700
13331
13332 Moved initialization of MPC5xxx_FEC Ethernet driver to CPU directory
13333
13334 Modified board_eth_init() functions of boards that have this FEC in addition
13335 to other Ethernet controllers.
13336
13337 Affected boards:
13338 bc3450
13339 icecube
13340 mvbc_p
13341 o2dnt
13342 pm520
13343 total5200
13344 tq5200
13345
13346 Removed initialization of controller from net/eth.c
13347
13348 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13349
13350 commit a0aad08f9427ac00218bdb2cb649833ce6ec9b8d
13351 Author: Ben Warren <biggerbadderben@gmail.com>
13352 Date: Sun Aug 31 10:36:38 2008 -0700
13353
13354 Moved initialization of MPC512x_FEC Ethernet driver to CPU directory
13355
13356 Added a cpu_eth_init() function to MPC512x CPU directory and
13357 removed code from net/eth.c
13358
13359 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13360
13361 commit 8218bd2aa68820b878a8413493ae17fd8d21f944
13362 Author: Ben Warren <biggerbadderben@gmail.com>
13363 Date: Sun Aug 31 10:16:59 2008 -0700
13364
13365 Moved initialization of IncaIP Ethernet controller to board_eth_init
13366
13367 Affected boards:
13368 IncaIP
13369
13370 Removed initialization of the driver from net/eth.c
13371
13372 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13373
13374 commit 164846eeb25cb2a5ede7ab9371fdca7f4831a055
13375 Author: Ben Warren <biggerbadderben@gmail.com>
13376 Date: Sun Aug 31 10:15:26 2008 -0700
13377
13378 Moved initialization of 3COM Ethernet controller (AmigaOne) to board_eth_init()
13379
13380 Affected boards:
13381 AmigaOneG3SE
13382
13383 Removed initialization of the driver from net/eth.c
13384
13385 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13386
13387 commit 6aca145e067efe75398e9fac97822bd3700de0b2
13388 Author: Ben Warren <biggerbadderben@gmail.com>
13389 Date: Sun Aug 31 10:13:34 2008 -0700
13390
13391 Moved initialization of GT6426x Ethernet controller to board_eth_init()
13392
13393 Affected boards:
13394 EVB64260
13395 P3G4
13396 ZUMA
13397
13398 Removed initialization of the driver from net/eth.c
13399
13400 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13401
13402 commit e3090534d62045dcb73f5392bacc64a4e8e443dc
13403 Author: Ben Warren <biggerbadderben@gmail.com>
13404 Date: Sun Aug 31 10:08:43 2008 -0700
13405
13406 Moved initialization of PCNET Ethernet controller to board_eth_init()
13407
13408 Affected boards:
13409 PN62
13410 sc520_cdp
13411
13412 Removed initialization of the driver from net/eth.c
13413
13414 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13415
13416 commit b902b8dda5e1fd4d5fe2f202c71ee3521d2c40ed
13417 Author: Ben Warren <biggerbadderben@gmail.com>
13418 Date: Sun Aug 31 10:07:16 2008 -0700
13419
13420 Moved initialization of NATSEMI Ethernet controller to board_eth_init()
13421
13422 Affected boards:
13423 a3000
13424
13425 Removed initialization of the driver from net/eth.c
13426
13427 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13428
13429 commit 19403633dd70333893c2da7926a1d0dcd6dab7d8
13430 Author: Ben Warren <biggerbadderben@gmail.com>
13431 Date: Sun Aug 31 10:03:22 2008 -0700
13432
13433 Moved initialization of NS8382X Ethernet controller to board_eth_init()
13434
13435 Affected boards:
13436 bc3450
13437 cpci5200
13438 mecp5200
13439 pf2000
13440 icecube
13441 o2dnt
13442 pm520
13443 sandpoint8245
13444 total5200
13445 tqm5200
13446
13447 Removed initialization of the driver from net/eth.c
13448
13449 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13450
13451 commit ccdd12f83ef93719fbe85f642aa4dc648b9498f0
13452 Author: Ben Warren <biggerbadderben@gmail.com>
13453 Date: Sun Aug 31 09:59:33 2008 -0700
13454
13455 Moved initialization of TSI108 Ethernet controller to board_eth_init()
13456
13457 Affected boards:
13458 mpc7448hpc2
13459
13460 Removed initialization of the driver from net/eth.c
13461
13462 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13463
13464 commit 0b252f50ae218ae15bfb63af44227972686ebc56
13465 Author: Ben Warren <biggerbadderben@gmail.com>
13466 Date: Sun Aug 31 21:41:08 2008 -0700
13467
13468 Moved initialization of RTL8139 Ethernet controller to board_eth_init()
13469
13470 Affected boards:
13471 hidden_dragon
13472 MPC8544DS
13473 MPC8610HPCN
13474 R2DPLUS
13475 TB0229
13476
13477 Removed initialization of the driver from net/eth.c
13478
13479 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13480
13481 commit 02d69891d95ee76b0e86e1715a4dc0b964a57cb7
13482 Author: Ben Warren <biggerbadderben@gmail.com>
13483 Date: Sun Aug 31 09:49:42 2008 -0700
13484
13485 Moved initialization of RTL8169 Ethernet controller to board_eth_init()
13486
13487 Affected boards:
13488 linkstation
13489 r7780mp
13490
13491 Removed initialization of the driver from net/eth.c
13492
13493 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13494
13495 commit 3ae071e44256144d6c1e3febb65f6c56bd433769
13496 Author: Ben Warren <biggerbadderben@gmail.com>
13497 Date: Tue Aug 12 22:11:53 2008 -0700
13498
13499 Moved initialization of Ethernet controllers on Atmel AT91 to board_eth_init()
13500
13501 Removed at91sam9_eth_initialize() from net/eth.c
13502
13503 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13504
13505 commit 89973f8a82c28ad893c4c3cc56839a8e10fe5f13
13506 Author: Ben Warren <biggerbadderben@gmail.com>
13507 Date: Sun Aug 31 22:22:04 2008 -0700
13508
13509 Introduce netdev.h header file and remove externs
13510
13511 This addresses all drivers whose initializers have already
13512 been moved to board_eth_init()/cpu_eth_init().
13513
13514 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13515
13516 commit 5a8a163ac394d9f4f7ff57f415d82bd673b0068c
13517 Author: Andy Fleming <afleming@freescale.com>
13518 Date: Sun Aug 31 16:33:30 2008 -0500
13519
13520 Add pixis_set_sgmii command
13521
13522 The 8544DS and 8572DS platforms support an optional SGMII riser card to
13523 expose ethernet over an SGMII interface. Once the card is in, it is also
13524 necessary to configure the board such that it uses the card, rather than
13525 the on-board ethernet ports. This can either be done by flipping dip switches
13526 on the motherboard, or by modifying registers in the pixis. Either way
13527 requires a reboot.
13528
13529 This adds a command to allow users to choose which ports are routed through
13530 the SGMII card, and which through the onboard ports. It also allows users
13531 to revert to the current switch settings.
13532
13533 This code does not work on the 8572, as the PIXIS is different.
13534
13535 Signed-off-by: Andy Fleming <afleming@freescale.com>
13536 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13537
13538 commit 216f2a7156a5fde7b47adc40ad553c888a9cbaa7
13539 Author: Andy Fleming <afleming@freescale.com>
13540 Date: Sun Aug 31 16:33:29 2008 -0500
13541
13542 Add SGMII support for the 8544 DS
13543
13544 The 8544 DS has an optional SGMII Riser card, which uses different PHY
13545 addresses. Check if we are in SGMII mode, and invoke the SGMII Riser
13546 setup code if so.
13547
13548 Signed-off-by: Andy Fleming <afleming@freescale.com>
13549 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13550
13551 commit 652f7c2eef76a1340928bd660845441e932d86a2
13552 Author: Andy Fleming <afleming@freescale.com>
13553 Date: Sun Aug 31 16:33:28 2008 -0500
13554
13555 Add support for Freescale SGMII Riser Card
13556
13557 The 8544DS and 8572DS systems have an optional SGMII riser card which
13558 exposes new ethernet ports which are connected to the eTSECs via an
13559 SGMII interface. The SGMII PHYs for this board are offset from the standard
13560 PHY addresses, so this code modifies the passed in tsec_info structure to
13561 use the SGMII PHYs on the card, instead.
13562
13563 Signed-off-by: Andy Fleming <afleming@freescale.com>
13564 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13565
13566 commit 2abe361c03b43e6dcf68f54e96b5c05156c49284
13567 Author: Andy Fleming <afleming@freescale.com>
13568 Date: Sun Aug 31 16:33:27 2008 -0500
13569
13570 Add SGMII support to the tsec
13571
13572 Adds support for configuring the TBI to talk properly with the SerDes.
13573
13574 Signed-off-by: Andy Fleming <afleming@freescale.com>
13575 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13576
13577 commit 75b9d4ae0d69f214eab641caf12ce8af83a39a42
13578 Author: Andy Fleming <afleming@freescale.com>
13579 Date: Sun Aug 31 16:33:26 2008 -0500
13580
13581 Pass in tsec_info struct through tsec_initialize
13582
13583 The tsec driver contains a hard-coded array of configuration information
13584 for the tsec ethernet controllers. We create a default function that works
13585 for most tsecs, and allow that to be overridden by board code. It creates
13586 an array of tsec_info structures, which are then parsed by the corresponding
13587 driver instance to determine configuration. Also, add regs, miiregs, and
13588 devname fields to the tsec_info structure, so that we don't need the kludgy
13589 "index" parameter.
13590
13591 Signed-off-by: Andy Fleming <afleming@freescale.com>
13592 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13593
13594 commit dd3d1f56a01f460d560766126ee7dfed2ea9bc10
13595 Author: Andy Fleming <afleming@freescale.com>
13596 Date: Sun Aug 31 16:33:25 2008 -0500
13597
13598 tsec: Move tsec.h to include/
13599
13600 This is to prepare the way for board code passing in the tsec_info structure
13601
13602 Signed-off-by: Andy Fleming <afleming@freescale.com>
13603 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13604
13605 commit d23dc394aa69093b6326ad917db04dc0d1aff3f8
13606 Author: Sergei Poselenov <sposelenov@emcraft.com>
13607 Date: Fri Jun 6 15:52:44 2008 +0200
13608
13609 PHY: Add support for the M88E1121R Marvell chip.
13610
13611 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
13612 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
13613 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13614
13615 commit 1711f3bd16d1c5e9d17b4c0198b426d86999781b
13616 Author: Wolfgang Denk <wd@denx.de>
13617 Date: Tue Sep 2 21:17:36 2008 +0200
13618
13619 fw_env.c: fix build problems with MTD_VERSION=old
13620
13621 (as needed to support old 2.4 Linux kernel based releases)
13622
13623 Signed-off-by: Wolfgang Denk <wd@denx.de>
13624
13625 commit 628ffd73bcff0c9f3bc5a8eeb2c7455fe9d28a51
13626 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13627 Date: Mon Sep 1 17:11:26 2008 +0200
13628
13629 device: make device_register() clone the device
13630
13631 This is expected by the callers, but this fact was hidden well within
13632 the old list implementation.
13633
13634 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13635
13636 commit c75e772a2f061a508bba28ded1b5bea91f0442b0
13637 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
13638 Date: Sun Aug 31 23:28:15 2008 +0900
13639
13640 sh: Remove CC line from board's Makefile
13641
13642 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
13643
13644 commit 468eae0660de6fdfd9999944c536ecc4797bd944
13645 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
13646 Date: Sun Aug 31 23:25:57 2008 +0900
13647
13648 sh: Replaced "@./mkconfig" for @$(MKCONFIG)
13649
13650 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
13651
13652 commit 3aeb1ff7482a732503186c742d3a5ded4b7a0d34
13653 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
13654 Date: Thu Aug 28 14:50:52 2008 +0900
13655
13656 sh: Add support sh2 to MAKEALL
13657
13658 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
13659 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
13660
13661 commit 6f3d8bb5faa12dbf3031382286784c978df038ee
13662 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
13663 Date: Thu Aug 28 14:52:23 2008 +0900
13664
13665 sh: Fix compile error rsk7203 board
13666
13667 This boards used old type preprocessor.
13668 This patch fix compile error.
13669
13670 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
13671 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
13672
13673 commit 1c98172e025018552e9bb4c43b0aaee76f79b1aa
13674 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
13675 Date: Thu Aug 28 14:53:31 2008 +0900
13676
13677 sh: Fix compile error sh7785lcr board
13678
13679 This boards used old type preprocessor.
13680 This patch fix compile error.
13681
13682 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
13683 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
13684
13685 commit 6f0da4972e48f99d37bc522814940a6022cd3084
13686 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
13687 Date: Fri Aug 22 17:39:09 2008 +0900
13688
13689 sh: Renesas Solutions AP325RXA board support
13690
13691 AP325RXA is SH7723's reference board.
13692 This has SCIF, NOR Flash, Ethernet, USB host, LCDC, SD Host, Camera and other.
13693 In this patch, support SCIF, NOR Flash, and Ethernet.
13694
13695 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
13696 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
13697
13698 commit ab09f433b50bb83b5e440c335bc3839ee069e534
13699 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
13700 Date: Fri Aug 22 17:48:51 2008 +0900
13701
13702 sh: add support Renesas SH7723
13703
13704 Renesas SH7723 has 5 SCIF, SD, Camera, LCDC and other.
13705 This patch supports CPU register's header file and SCIF serial driver.
13706
13707 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
13708 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
13709
13710 commit c655fad06ba3fb042dbc667724a40e1a9a091248
13711 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
13712 Date: Sun Aug 31 23:02:04 2008 +0900
13713
13714 sh: Renesas RSK+ 7203 board support
13715
13716 This adds initial support for the RTE RSK+ SH7203 board.
13717
13718 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
13719 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
13720
13721 commit 6ede753ddf52a7b0f992d9bccbe5e4a0968ca475
13722 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
13723 Date: Thu Jul 3 23:11:02 2008 +0900
13724
13725 sh: Add support Renesas SH7203 processor
13726
13727 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
13728 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
13729
13730 commit 6ad43d0dd86b612895ddc7f480eb6cdfe793adf9
13731 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
13732 Date: Sun Aug 31 22:48:33 2008 +0900
13733
13734 sh: Add support SH2/SH2A which is CPU of Renesas Technology
13735
13736 Add support SH2/SH2A basic function.
13737
13738 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
13739 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
13740
13741 commit 0d53a47dc0737b6aa3a39caee21410c169441ae5
13742 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
13743 Date: Sun Aug 31 22:45:08 2008 +0900
13744
13745 sh: Renesas R0P7785LC0011RL board support
13746
13747 This board has SH7785, 512MB DDR2-SDRAM, NOR Flash,
13748 Graphic, Ethernet, USB, SD, RTC, and I2C controller.
13749
13750 This patch supports the following functions:
13751 - 128MB DDR2-SDRAM (29-bit address mode only)
13752 - NOR Flash
13753 - USB host
13754 - Ethernet
13755
13756 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
13757 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
13758
13759 commit b0b6218929bc7de9a6bdb8e564fa8ec2efa71b4e
13760 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
13761 Date: Thu Jul 10 19:32:53 2008 +0900
13762
13763 sh: add support for SH7785
13764
13765 Renesas SH7785 has DDR2-SDRAM controller, PCI, and other.
13766 This patch supports CPU register's header file.
13767
13768 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
13769 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
13770
13771 commit d6e04258be8f2408845468d3cf722a4cf0433445
13772 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13773 Date: Sun Aug 31 04:45:42 2008 +0200
13774
13775 davinci: fix remaining dm644x_eth
13776
13777 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13778
13779 commit 08ab4e1780fa63c88dd5a5ab52f4ff4ed1ee1878
13780 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13781 Date: Sun Aug 31 04:24:56 2008 +0200
13782
13783 fs: Move conditional compilation to Makefile
13784
13785 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13786
13787 commit c1de7a6daf9c657484e1c6d433f01fccd49a7f48
13788 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13789 Date: Sun Aug 31 04:24:55 2008 +0200
13790
13791 devices: merge to list_head
13792
13793 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13794
13795 commit ef0255fc75f28655f9681422079287d68a14dbaa
13796 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13797 Date: Sun Aug 31 04:24:51 2008 +0200
13798
13799 update linux/list
13800
13801 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13802
13803 commit 71cb31227bee741b274f6c0279b2aac1ab8e28e3
13804 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13805 Date: Sun Aug 31 00:39:48 2008 +0200
13806
13807 smdk6400: add gitignore
13808
13809 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13810
13811 commit f9f692e2b146d4e306b777e6d5f69f1d725b9eb9
13812 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13813 Date: Sun Aug 31 00:39:48 2008 +0200
13814
13815 smdk6400: Use CONFIG_FLASH_CFI_DRIVER
13816
13817 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13818
13819 commit 7c0e5a8db3d1358b0ce3cc85ada0de6341ca4a15
13820 Author: Guennadi Liakhovetski <lg@denx.de>
13821 Date: Sun Aug 31 00:39:47 2008 +0200
13822
13823 smdk6400: remove redundant bootargs definition
13824
13825 Double bootargs setting leads to a duplicated environmant entry.
13826
13827 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
13828
13829 commit 11edcfe260f20dcea79284a3e95270989d433854
13830 Author: Guennadi Liakhovetski <lg@denx.de>
13831 Date: Sun Aug 31 00:39:47 2008 +0200
13832
13833 ARM: Add support for S3C6400 based SMDK6400 board
13834
13835 SMDK6400 can only boot U-Boot from NAND-flash. This patch adds a nand_spl
13836 driver for it too. The board can also boot from the NOR flash, but due to
13837 hardware limitations it can only address 64KiB on it, which is not enough
13838 for U-Boot. Based on the original sources by Samsung for U-Boot 1.1.6.
13839
13840 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
13841
13842 commit e0056b341069796eaea11eae0fc8eb93a3dceaac
13843 Author: Guennadi Liakhovetski <lg@denx.de>
13844 Date: Sun Aug 31 00:39:47 2008 +0200
13845
13846 NAND: add NAND driver for S3C64XX
13847
13848 Based on the original S3C64XX NAND driver by Samsung for U-Boot 1.1.6.
13849
13850 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
13851
13852 commit 3fe7b589f9c7463df39056f8872006a67f56a91c
13853 Author: Guennadi Liakhovetski <lg@denx.de>
13854 Date: Sun Aug 31 00:39:47 2008 +0200
13855
13856 S3C64XX: remove broken HWFLOW support from the serial driver
13857
13858 As noted by Harald Welte, HWFLOW support in the S3C64XX serial driver is
13859 broken and currently unused. Remove it.
13860
13861 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
13862
13863 commit 2fb28dcf82048045e1bf5014e938e486fa6c2383
13864 Author: Guennadi Liakhovetski <lg@denx.de>
13865 Date: Sun Aug 31 00:39:47 2008 +0200
13866
13867 serial: add S3C64XX serial driver
13868
13869 Based on the original S3C64XX UART driver by Samsung for U-Boot 1.1.6.
13870
13871 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
13872
13873 commit 8262813ca04fc57f5d8856e1828085c136e0f1eb
13874 Author: Guennadi Liakhovetski <lg@denx.de>
13875 Date: Sun Aug 31 00:39:46 2008 +0200
13876
13877 USB: Add support for OHCI controller on S3C6400
13878
13879 Notice: USB on S3C6400 currently works _only_ with switched off MMU. One could
13880 try to enable the MMU, but map addresses 1-to-1, and disable data cache, then
13881 it should work too and we could still profit from instruction cache.
13882
13883 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
13884
13885 commit 9b07773f8883665b002500c190507e9fd99b7181
13886 Author: Guennadi Liakhovetski <lg@denx.de>
13887 Date: Sun Aug 31 00:39:46 2008 +0200
13888
13889 ARM: Add arm1176 core with S3C6400 SoC
13890
13891 Based on the original S3C64XX port by Samsung for U-Boot 1.1.6.
13892
13893 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
13894
13895 commit fcaac589a68115819ddadcf5c18ded9a5f9e2c75
13896 Author: Sandeep Paulraj <s-paulraj@ti.com>
13897 Date: Sun Aug 31 00:39:46 2008 +0200
13898
13899 ARM DaVinci: Changing function names for EMAC driver
13900
13901 DM644x is just one of a series of DaVinci chips that use the EMAC driver.
13902 By replacing all the function names that start with dm644x_* to davinci_*
13903 we make these function more portable. I have tested this change on my EVM.
13904 DM6467 is another DaVinci SOC which uses the EMAC driver and i will
13905 be sending patches that add DaVinci DM6467 support to the list soon.
13906
13907 Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
13908
13909 commit fbbb1de369ca7d5ace6f7b0ce9d0aee24a6f457b
13910 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
13911 Date: Sat Aug 30 23:21:30 2008 +0200
13912
13913 Integrator[AP/CP] - Remove unused file memsetup.S
13914
13915 - memsetup.s is changed/merged to lowlevel_init.S
13916 memsetup.S has a global label memsetup that just returns back to caller
13917 - memsetup global label is changed/merged to lowlevel_init
13918 This label is not called from anywhere.
13919
13920 Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
13921
13922 commit 89d51d022a63be1a851eda983c8cbce1a044f65f
13923 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
13924 Date: Wed Aug 27 21:35:52 2008 +0200
13925
13926 ARM DaVinci: Standardize names of directories/files
13927
13928 ARM DaVinci: Standardize names of directories/files.
13929
13930 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
13931 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13932
13933 commit 264bbdd11d01f14f5ea4629556ae63b00b13402d
13934 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
13935 Date: Fri Jul 11 15:10:13 2008 -0400
13936
13937 ARM DaVinci: Move common functions to board/davinci/common
13938
13939 ARM DaVinci: Move common functions to board/davinci/common.
13940
13941 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
13942
13943 commit c2b4b2e4814f4ace9015fdb64132894327400bf0
13944 Author: Stefan Roese <sr@denx.de>
13945 Date: Fri Aug 29 11:56:49 2008 +0200
13946
13947 ppc4xx/NAND: Add select_chip function to 4xx NDFC driver
13948
13949 This function is needed for the new NAND infrastructure. We only need
13950 a dummy implementation though for the NDFC.
13951
13952 Signed-off-by: Stefan Roese <sr@denx.de>
13953
13954 commit 3d4a746e2fb4545f07d871049805fb34ae97cc94
13955 Author: Stefan Roese <sr@denx.de>
13956 Date: Fri Aug 29 12:06:27 2008 +0200
13957
13958 ppc4xx: Increase image size for NAND boot target
13959
13960 This is needed since now with HUSH enabled (amcc-common.h) the image
13961 read from NAND exceeds the previous limit.
13962
13963 Signed-off-by: Stefan Roese <sr@denx.de>
13964
13965 commit 6b5049d056cd8ef72d1f2f461ceb2d033d93f759
13966 Author: Ben Warren <biggerbadderben@gmail.com>
13967 Date: Thu Aug 28 23:58:30 2008 -0700
13968
13969 Move MPC512x_FEC driver to drivers/net
13970
13971 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13972
13973 commit 80b00af01b3c9154774de2936f05a051e92f6a03
13974 Author: Ben Warren <biggerbadderben@gmail.com>
13975 Date: Thu Aug 28 23:58:29 2008 -0700
13976
13977 Move MPC5xxx_FEC driver to drivers/net
13978
13979 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13980
13981 commit 3de7bf0e6b1ad2608014096c8192f13229b2e9d7
13982 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13983 Date: Fri Aug 29 21:53:57 2008 +0200
13984
13985 cmd_terminal: remove no need ifdef
13986
13987 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13988
13989 commit 578118bdf122877ae769776be002255be447b4fa
13990 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13991 Date: Fri Aug 29 21:53:57 2008 +0200
13992
13993 common/Makefile: order by functionality
13994
13995 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13996
13997 commit ba7b5b2348b684cf8ec424b2e38e267dc1cfd2fb
13998 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13999 Date: Fri Aug 29 21:53:56 2008 +0200
14000
14001 miiphyutil: Move conditional compilation to Makefile
14002
14003 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14004
14005 commit 81789c39db3f0f6b621df8c0ec66014d701f368e
14006 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14007 Date: Fri Aug 29 21:53:37 2008 +0200
14008
14009 autoscript: Move conditional compilation to Makefile
14010
14011 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14012
14013 commit bbf52df9aa94ffb115b8b1ebeb00d01374bb0a1d
14014 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14015 Date: Fri Aug 29 01:18:11 2008 +0200
14016
14017 crc16: move to lib_generic
14018
14019 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14020
14021 commit 55195773eacefb22dd483a3c560ea30a14263ce1
14022 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14023 Date: Fri Aug 29 01:18:01 2008 +0200
14024
14025 miiphybb: move to drivers/net/phy
14026
14027 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14028
14029 commit e8314035996a9118ac5948df2ff8a2f2161ed67a
14030 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14031 Date: Thu Aug 28 12:31:51 2008 +0200
14032
14033 soft_spi: move to drivers/spi
14034
14035 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14036
14037 commit 4d75e0aa9caca64d4a1d55d95cd1ca5f30d9fc56
14038 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14039 Date: Thu Aug 28 12:31:51 2008 +0200
14040
14041 soft_i2c: move to drivers/i2c
14042
14043 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14044
14045 commit 717a222229fdb77703e9174d0eb08a4b41febf49
14046 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14047 Date: Thu Aug 28 12:31:48 2008 +0200
14048
14049 gunzip: move to lib_generic
14050
14051 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14052
14053 commit 52aef8f9ba28b747973bf76741c23db658d5773c
14054 Author: Wolfgang Ocker <weo@reccoware.de>
14055 Date: Tue Aug 26 19:55:23 2008 +0200
14056
14057 ppc4xx: NAND configuration
14058
14059 Made NAND bank configuration setting a config variable.
14060
14061 Signed-off-by: Wolfgang Ocker <weo@reccoware.de>
14062 Signed-off-by: Stefan Roese <sr@denx.de>
14063
14064 commit 5bc542a593abc9e974fbd34704af85c37c366c60
14065 Author: Victor Gallardo <vgallardo@amcc.com>
14066 Date: Thu Aug 28 16:03:28 2008 -0700
14067
14068 ppc4xx: fix UIC external_interrupt hang on UIC0
14069
14070 This patch fixes a UIC external_interrupt hang if critical or non-critical
14071 interrupt is set at the same time as a normal interrupt is set on UIC0.
14072
14073 Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
14074 Signed-off-by: Stefan Roese <sr@denx.de>
14075
14076 commit 04737d5ffd16248cb80ab3dd4f3765057a803f18
14077 Author: Prodyut Hazarika <phazarika@amcc.com>
14078 Date: Wed Aug 27 16:39:00 2008 -0700
14079
14080 ppc4xx: Optimizations/Cleanups for IBM DDR2 Memory Controller
14081
14082 Removed Magic numbers from Initialization preload registers
14083 Tested with Kilauea, Glacier, Canyonlands and Katmai boards
14084 About 5-7% improvement seen for LMBench memtests
14085
14086 Signed-off-by: Prodyut Hazarika <phazarika@amcc.com>
14087 Signed-off-by: Stefan Roese <sr@denx.de>
14088
14089 commit 8a490422bed685c9491274ec997f62061d88620b
14090 Author: John Rigby <jrigby@freescale.com>
14091 Date: Thu Aug 28 13:17:07 2008 -0600
14092
14093 ADS5121: Fix NOR and CPLD ALE timing for rev 2 silicon
14094
14095 MPC5121 rev 2 silicon has a new register for controlling how long
14096 CS is asserted after deassertion of ALE in multiplexed mode.
14097
14098 The default is to assert CS together with ALE. The alternative
14099 is to assert CS (ALEN+1)*LPC_CLK clocks after deassertion of ALE.
14100
14101 The default is wrong for the NOR flash and CPLD on the ADS5121.
14102
14103 This patch turns on the alternative for CS0 (NOR) and CS2 (CPLD)
14104 it does so conditionally based on silicon rev 2.0 or greater.
14105
14106 Signed-off-by: Martha J Marx <mmarx@silicontkx.com>
14107 Signed-off-by: John Rigby <jrigby@freescale.com>
14108
14109 commit 5d9a5efa4b332f442b54a755d49969123c3a8742
14110 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14111 Date: Tue Aug 19 00:56:46 2008 +0600
14112
14113 Add I2C frequency dividers for ColdFire
14114
14115 The existing I2C freqency dividers for FDR does not apply
14116 to ColdFire platforms; thus, a seperate table is added
14117 based on MCF5xxx Reference Manual
14118
14119 Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
14120 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14121 Acked-by: Tabi Timur <timur@freescale.com>
14122
14123 commit eec567a67e00d1ed8d941e9098b7d421f4091abf
14124 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14125 Date: Tue Aug 19 03:01:19 2008 +0600
14126
14127 ColdFire: I2C fix for multiple platforms
14128
14129 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14130
14131 commit d53cf6a9c7423cba668b867978648645f71c3090
14132 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14133 Date: Tue Aug 19 00:37:13 2008 +0600
14134
14135 ColdFire: Add CONFIG_MII_INIT for M5272C3
14136
14137 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14138
14139 commit f78ced3028d4130b24a318943a70cf5584ab16f4
14140 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14141 Date: Tue Aug 19 00:26:25 2008 +0600
14142
14143 ColdFire: Multiple fixes for MCF5445x platforms
14144
14145 Add FEC pin set and mii reset in __mii_init(). Change
14146 legacy flash vendor from 2 to AMD LEGACY (0xFFF0),
14147 change cfi_offset to 0, and change CFG_FLASH_CFI to
14148 CONFIG_FLASH_CFI_LEGACY. Correct M54451EVB and
14149 M54455EVB env settings in configuration file.
14150
14151 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14152
14153 commit 454e725b3a9537b7f273bbd0cbca180f23a7a6e8
14154 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14155 Date: Fri Aug 15 18:24:25 2008 +0000
14156
14157 ColdFire: Change the SDRAM BRD2WT timing from 3 to 7
14158
14159 The user manuals recommend 7.
14160
14161 Signed-off-by: Kurt Mahan <kmahan@freescale.com>
14162 Acked-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14163
14164 commit 79e0799cf6e88d98d77b216a55234bf674b59a4e
14165 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14166 Date: Fri Aug 15 16:50:07 2008 +0000
14167
14168 ColdFire: Raise uart baudrate to 115200 bps
14169
14170 M5249EVB, M5271EVB, M5272C3, M5275EVB and M5282EVB platforms
14171 uart baudrate increase from 19200 to 115200 bps
14172
14173 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14174
14175 commit ab6ba842682552ccf071d0034da0a20633d1d1ac
14176 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14177 Date: Wed Aug 13 12:07:03 2008 +0000
14178
14179 ColdFire: Fix board.c warning message
14180
14181 Implicit declaration of nand_init() warning message
14182
14183 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14184
14185 commit 5798b1c4650e9a8713c95b25c1e669a2bc80a97b
14186 Author: Kumar Gala <galak@kernel.crashing.org>
14187 Date: Wed Aug 27 01:10:34 2008 -0500
14188
14189 FSL DDR: Remove duplicate setting of cs0_bnds register on 86xx.
14190
14191 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14192
14193 commit 258c37b147353bc522ffc33dfbd7d0d9cd7c32d7
14194 Author: Heiko Schocher <hs@denx.de>
14195 Date: Thu Aug 21 20:44:49 2008 +0200
14196
14197 mpc52xx: added support for the MPC5200 based MUC.MC52 board from MAN.
14198
14199 Signed-off-by: Heiko Schocher <hs@denx.de>
14200
14201 commit 9cff4448a9cb882defe6c8bde73b77fc0c636799
14202 Author: Kumar Gala <galak@kernel.crashing.org>
14203 Date: Tue Aug 19 14:46:36 2008 -0500
14204
14205 mpc85xx: remove redudant code with lib_ppc/interrupts.c
14206
14207 For some reason we duplicated the majority of code in lib_ppc/interrupts.c
14208 not show how that happened, but there is no good reason for it.
14209
14210 Use the interrupt_init_cpu() and timer_interrupt_cpu() since its why
14211 they exist.
14212
14213 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14214
14215 commit 9490a7f1a9484617bad75c60807ce02c8a3a6d56
14216 Author: Kumar Gala <galak@kernel.crashing.org>
14217 Date: Fri Jul 25 13:31:05 2008 -0500
14218
14219 mpc85xx: Add support for the MPC8536DS reference board
14220
14221 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14222 Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
14223 Signed-off-by: Dejan Minic <minic@freescale.com>
14224 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
14225 Signed-off-by: Dave Liu <daveliu@freescale.com>
14226 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14227
14228 commit ef50d6c06ece74fb17e8d7510e62cad9df8b810d
14229 Author: Kumar Gala <galak@kernel.crashing.org>
14230 Date: Tue Aug 12 11:14:19 2008 -0500
14231
14232 mpc85xx: Add support for the MPC8536
14233
14234 The MPC8536 Adds SDHC and SATA controllers to the PQ3 family. We
14235 also have SERDES init code for the 8536.
14236
14237 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14238 Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
14239 Signed-off-by: Dejan Minic <minic@freescale.com>
14240 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
14241 Signed-off-by: Dave Liu <daveliu@freescale.com>
14242
14243 commit 129ba616b3813dde861f25f3d8a3c47c5c36ad5f
14244 Author: Kumar Gala <galak@kernel.crashing.org>
14245 Date: Tue Aug 12 11:13:08 2008 -0500
14246
14247 mpc85xx: Add support for the MPC8572DS reference board
14248
14249 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14250
14251 commit 457caecdbca3df21a93abff19eab12dbc61b7897
14252 Author: Kumar Gala <galak@kernel.crashing.org>
14253 Date: Wed Aug 27 01:05:35 2008 -0500
14254
14255 FSL DDR: Remove old SPD support from cpu/mpc85xx
14256
14257 All 85xx boards have been converted to the new code so we can
14258 remove the old SPD DDR setup code.
14259
14260 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14261
14262 commit 0e7927db138976469e7257e29c1338050a50fcd9
14263 Author: Kumar Gala <galak@kernel.crashing.org>
14264 Date: Wed Aug 27 01:04:07 2008 -0500
14265
14266 FSL DDR: Convert STXSSA to new DDR code.
14267
14268 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14269
14270 commit c360d9b970fbb9c13744c355879671165bbb9b9e
14271 Author: Kumar Gala <galak@kernel.crashing.org>
14272 Date: Wed Aug 27 01:03:42 2008 -0500
14273
14274 FSL DDR: Convert STXGP3 to new DDR code.
14275
14276 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14277
14278 commit 8e55313b7ae12352a343f9b9962e662dbd897187
14279 Author: Kumar Gala <galak@kernel.crashing.org>
14280 Date: Tue Aug 26 23:52:58 2008 -0500
14281
14282 FSL DDR: Convert SBC8560 to new DDR code.
14283
14284 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14285
14286 commit 9658bec2e8f55d56ca1be70090ce5a348be4980f
14287 Author: Kumar Gala <galak@kernel.crashing.org>
14288 Date: Tue Aug 26 23:52:32 2008 -0500
14289
14290 FSL DDR: Convert MPC8540EVAL to new DDR code.
14291
14292 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14293
14294 commit 6bfa8f723cfd82c55e3ef5620ade396916470a70
14295 Author: Kumar Gala <galak@kernel.crashing.org>
14296 Date: Tue Aug 26 23:52:07 2008 -0500
14297
14298 FSL DDR: Convert PM856 to new DDR code.
14299
14300 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14301
14302 commit d53bd3e17bd4f460257c19255569ea6dcfaae817
14303 Author: Kumar Gala <galak@kernel.crashing.org>
14304 Date: Tue Aug 26 23:51:49 2008 -0500
14305
14306 FSL DDR: Convert PM854 to new DDR code.
14307
14308 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14309
14310 commit 33b9079ba20926f14238fff863b68a98e938948e
14311 Author: Kumar Gala <galak@kernel.crashing.org>
14312 Date: Tue Aug 26 23:15:28 2008 -0500
14313
14314 FSL DDR: Convert sbc8548 to new DDR code.
14315
14316 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14317
14318 commit a947e4c7eb15cea1d9fb633955c516aab5ad35dd
14319 Author: Kumar Gala <galak@kernel.crashing.org>
14320 Date: Tue Aug 26 23:14:14 2008 -0500
14321
14322 FSL DDR: Convert atum8548 to new DDR code.
14323
14324 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14325
14326 commit be0bd8234b9777ecd63c4c686f72af070d886517
14327 Author: Kumar Gala <galak@kernel.crashing.org>
14328 Date: Tue Aug 26 22:56:56 2008 -0500
14329
14330 FSL DDR: Convert socrates to new DDR code.
14331
14332 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14333
14334 commit 1167a2fd56138b716e01370c4267f3b70bf9ffa0
14335 Author: Kumar Gala <galak@kernel.crashing.org>
14336 Date: Tue Aug 26 08:02:30 2008 -0500
14337
14338 FSL DDR: Convert MPC8544DS to new DDR code.
14339
14340 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14341
14342 commit e6f5b35b41ddbd637bb9ca4ad985b1e0b07dae0e
14343 Author: Jon Loeliger <jdl@freescale.com>
14344 Date: Tue Mar 18 13:51:05 2008 -0500
14345
14346 FSL DDR: Convert MPC8568MDS to new DDR code.
14347
14348 Signed-off-by: Jon Loeliger <jdl@freescale.com>
14349 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14350
14351 commit e31d2c1e2bc954dc32e33bb2076139f85b95f8e6
14352 Author: Jon Loeliger <jdl@freescale.com>
14353 Date: Tue Mar 18 13:51:06 2008 -0500
14354
14355 FSL DDR: Convert MPC8548CDS to new DDR code.
14356
14357 Signed-off-by: Jon Loeliger <jdl@freescale.com>
14358 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14359
14360 commit aa11d85cf318b961e029fe50d68ca47d004bce93
14361 Author: Jon Loeliger <jdl@freescale.com>
14362 Date: Mon Mar 17 15:48:18 2008 -0500
14363
14364 FSL DDR: Convert MPC8541CDS to new DDR code.
14365
14366 Signed-off-by: Jon Loeliger <jdl@freescale.com>
14367 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14368
14369 commit 2b40edb10d81da7bba724edbccd7f53777112579
14370 Author: Jon Loeliger <jdl@freescale.com>
14371 Date: Tue Mar 18 11:12:42 2008 -0500
14372
14373 FSL DDR: Convert MPC8555ADS to new DDR code.
14374
14375 Signed-off-by: Jon Loeliger <jdl@freescale.com>
14376 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14377
14378 commit 8b625114e8bc5a6b436181167a6e7fcd3303dd2c
14379 Author: Jon Loeliger <jdl@freescale.com>
14380 Date: Tue Mar 18 11:12:44 2008 -0500
14381
14382 FSL DDR: Convert MPC8560ADS to new DDR code.
14383
14384 Signed-off-by: Jon Loeliger <jdl@freescale.com>
14385 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14386
14387 commit 9617c8d49a21703eaf13a4033ab1a56eecc033cc
14388 Author: Kumar Gala <galak@kernel.crashing.org>
14389 Date: Fri Jun 6 13:12:18 2008 -0500
14390
14391 FSL DDR: Convert MPC8540ADS to new DDR code.
14392
14393 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14394
14395 commit 2a6c2d7ab2a66660f40a6cd3de2eb29ee29d9693
14396 Author: Kumar Gala <galak@kernel.crashing.org>
14397 Date: Tue Aug 26 21:34:55 2008 -0500
14398
14399 FSL DDR: Add 85xx specific register setting
14400
14401 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14402
14403 commit 6fb1b7346849ccd0c20306143e334f5b76143070
14404 Author: Kumar Gala <galak@kernel.crashing.org>
14405 Date: Mon Jun 9 11:07:46 2008 -0500
14406
14407 FSL DDR: Add e500 TLB helper for DDR code
14408
14409 Provide a helper function that board code can call to map TLBs when
14410 setting up DDR.
14411
14412 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14413
14414 commit d26b739afe5a6760bd345743188759cd9d0f3b47
14415 Author: Andrew Dyer <adyer@righthandtech.com>
14416 Date: Tue Aug 26 17:03:38 2008 -0500
14417
14418 dm9000 remove dead external phy support, gpio fix
14419
14420 dm9000 has code to detect and initialize external phy parts, but later
14421 on in the code the part is forced to use the internal phy
14422 unconditionally. Remove the unused/untested code.
14423
14424 change the GPIO initialization so that only the GPIO used as an
14425 internal phy reset (hardwired in the chip) is set as an output. The
14426 remaining GPIO need to be handled by board specific code to prevent
14427 possible drive conflicts. Set as inputs for safety.
14428
14429 replace a few magic numbers with defines
14430
14431 Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
14432 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14433
14434 commit a1573db0c07c8ba99e9c373bb07ecd6f59da672c
14435 Author: Peter Tyser <ptyser@xes-inc.com>
14436 Date: Tue Aug 26 11:17:48 2008 -0500
14437
14438 Standardize bootp, tftpboot, rarpboot, dhcp, and nfs command descriptions
14439
14440 cmd_net.c command descriptions were updated to describe the optional
14441 hostIPaddr argument. The dhcp command help message was also updated
14442 to more closely reflect the other commands in cmd_net.c
14443
14444 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
14445 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14446
14447 commit 51dfe1382ebaf691485badfa0ea5e75b0710531b
14448 Author: Remy Bohmer <linux@bohmer.net>
14449 Date: Wed Aug 20 11:30:28 2008 +0200
14450
14451 Fix bogus error message in the DHCP handler
14452
14453 The DHCP handler has 1 state that is not listed in this case, causing a
14454 failure message when there is actually no failure.
14455
14456 Signed-off-by: Remy Bohmer <linux@bohmer.net>
14457 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14458
14459 commit 61365501a0e2cae9c1df2818b7b5b3f52c450d18
14460 Author: Remy Bohmer <linux@bohmer.net>
14461 Date: Wed Aug 20 11:30:27 2008 +0200
14462
14463 Fix compile error when CONFIG_BOOTP_RANDOM_DELAY is set.
14464
14465 The option CONFIG_BOOTP_RANDOM_DELAY does not compile, because of a
14466 missing extern inside the net/bootp.h header
14467
14468 Signed-off-by: Remy Bohmer <linux@bohmer.net>
14469 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14470
14471 commit 1803f7f91ff35ca402259065df7557107dcf28a2
14472 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14473 Date: Tue Aug 19 21:26:32 2008 +0000
14474
14475 ColdFire: Add FEC Buffer descriptors in SRAM
14476
14477 Add FEC Buffer descriptors and data buffer in SRAM for
14478 faster execution and access.
14479
14480 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14481 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14482
14483 commit 429be27ce195210d4b9decf9e867b9ca6155a87d
14484 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14485 Date: Thu Aug 21 23:55:11 2008 +0000
14486
14487 Fix ColdFire FEC warning messages
14488
14489 Types mismatch and implicit declaration of icache_invalid()
14490 warning messages
14491
14492 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14493 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14494
14495 commit 6a002171098e968bd5b362347d2831224fab6048
14496 Author: Ben Warren <biggerbadderben@gmail.com>
14497 Date: Sat Jul 12 00:17:50 2008 -0700
14498
14499 Moved initialization of SKGE Ethernet driver to board code.
14500
14501 The only board using this driver is the SL8245 board.
14502 Removed initialization for the driver from net/eth.c
14503
14504 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14505
14506 commit 8379f42bc745eb9e4ca551a30fd2d0a63f740d75
14507 Author: Ben Warren <biggerbadderben@gmail.com>
14508 Date: Sat Jul 12 00:08:45 2008 -0700
14509
14510 Moved conditional compilation to Makefile for SK98 Ethernet driver
14511
14512 Brute-force removal of #ifdefs. Didn't touch the code.
14513 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14514
14515 commit 65d3d99c28dc363d15eaee78225ff643df499b97
14516 Author: Ben Warren <biggerbadderben@gmail.com>
14517 Date: Fri Jul 11 23:42:19 2008 -0700
14518
14519 Moved initialization of ULI526X Ethernet driver to board code.
14520
14521 The only board using this driver is the Freescale MPC8610HPCD board.
14522 Removed initialization for the driver from net/eth.c
14523
14524 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14525
14526 commit 914947313a710f5dcf06beaf7f2aa24f1ebcce4f
14527 Author: Ben Warren <biggerbadderben@gmail.com>
14528 Date: Fri Jul 11 23:15:28 2008 -0700
14529
14530 Moved initialization of Blackfin EMAC Ethernet controller to board_eth_init()
14531
14532 Added board_eth_init() function to bf537-stamp board.
14533 Removed initialization for the Blackin EMAC driver from net/eth.c
14534
14535 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14536
14537 commit fc363ce35408f348cacced68505f3747a53e3d7c
14538 Author: Ben Warren <biggerbadderben@gmail.com>
14539 Date: Wed Jul 9 01:04:19 2008 -0700
14540
14541 Moved initialization of GRETH Ethernet driver to CPU directory
14542
14543 Added a cpu_eth_init() function to leon2/leon3 CPU directories and
14544 removed code from net/eth.c
14545
14546 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14547
14548 commit 86882b80771309bceb11c6accfd7f6f90ade8bfc
14549 Author: Ben Warren <biggerbadderben@gmail.com>
14550 Date: Tue Aug 26 22:16:25 2008 -0700
14551
14552 Moved initialization of MCFFEC Ethernet driver to CPU directory
14553
14554 Added a cpu_eth_init() function to coldfire CPU directories and
14555 removed code from net/eth.c
14556
14557 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14558
14559 commit b31da88b9c160d80d42a59cbbb31e24f27184d5c
14560 Author: Ben Warren <biggerbadderben@gmail.com>
14561 Date: Tue Aug 26 22:12:36 2008 -0700
14562
14563 Moved initialization of FSL_MCDMAFEC Ethernet driver to CPU directory
14564
14565 Added a cpu_eth_init() function to cpu/mcf547x_8x directory and
14566 removed code from net/eth.c
14567
14568 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14569
14570 commit b5710d9974f6f0f3ddb4e67d6cccc262ab37049e
14571 Author: Kumar Gala <galak@kernel.crashing.org>
14572 Date: Tue Aug 26 15:01:38 2008 -0500
14573
14574 FSL DDR: Remove old SPD support from cpu/mpc86xx
14575
14576 All 86xx boards have been converted to the new code so we can
14577 remove the old SPD DDR setup code.
14578
14579 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14580
14581 commit 9bd4e5911b750837515466bc7449087698b88e0e
14582 Author: Kumar Gala <galak@kernel.crashing.org>
14583 Date: Tue Aug 26 15:01:37 2008 -0500
14584
14585 FSL DDR: Convert SBC8641D to new DDR code.
14586
14587 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14588
14589 commit 39aa1a73483e1ac2bd56d5523abfc3970ee82c77
14590 Author: Jon Loeliger <jdl@freescale.com>
14591 Date: Tue Aug 26 15:01:36 2008 -0500
14592
14593 FSL DDR: Convert MPC8610HPCD to new DDR code.
14594
14595 Signed-off-by: Jon Loeliger <jdl@freescale.com>
14596 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14597
14598 commit 6a8e5692933e8e6d6e5ba7e594f49dd6d4c3a263
14599 Author: Kumar Gala <galak@kernel.crashing.org>
14600 Date: Tue Aug 26 15:01:35 2008 -0500
14601
14602 FSL DDR: Convert MPC8641HPCN to new DDR code.
14603
14604 Signed-off-by: Jon Loeliger <jdl@freescale.com>
14605 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14606
14607 commit 46ff4f1100ea64a01d21cc008ce85ac15eb1821f
14608 Author: Kumar Gala <galak@kernel.crashing.org>
14609 Date: Tue Aug 26 15:01:34 2008 -0500
14610
14611 FSL DDR: Add 86xx specific register setting
14612
14613 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14614
14615 commit 233fdd502a6c227f476212b3097653ad48d7e254
14616 Author: Kumar Gala <galak@kernel.crashing.org>
14617 Date: Tue Aug 26 15:01:32 2008 -0500
14618
14619 FSL DDR: Add DDR2 DIMM paramter support
14620
14621 Compute DIMM parameters based upon the SPD information.
14622
14623 Signed-off-by: James Yang <James.Yang@freescale.com>
14624 Signed-off-by: Jon Loeliger <jdl@freescale.com>
14625 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14626
14627 commit 05c05a2363a6ac11e0e405926034546ffad71fad
14628 Author: Kumar Gala <galak@kernel.crashing.org>
14629 Date: Tue Aug 26 15:01:30 2008 -0500
14630
14631 FSL DDR: Add DDR1 DIMM paramter support
14632
14633 Compute DIMM parameters based upon the SPD information in spd.
14634
14635 Signed-off-by: James Yang <James.Yang@freescale.com>
14636 Signed-off-by: Jon Loeliger <jdl@freescale.com>
14637 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14638
14639 commit 58e5e9aff147e8c7e2bc1406bf9384f65f020ffa
14640 Author: Kumar Gala <galak@kernel.crashing.org>
14641 Date: Tue Aug 26 15:01:29 2008 -0500
14642
14643 FSL DDR: Rewrite the FSL mpc8xxx DDR controller setup code.
14644
14645 The main purpose of this rewrite it to be able to share the same
14646 initialization code on all FSL PowerPC products that have DDR
14647 controllers. (83xx, 85xx, 86xx).
14648
14649 The code is broken up into the following steps:
14650 GET_SPD
14651 COMPUTE_DIMM_PARMS
14652 COMPUTE_COMMON_PARMS
14653 GATHER_OPTS
14654 ASSIGN_ADDRESSES
14655 COMPUTE_REGS
14656 PROGRAM_REGS
14657
14658 This allows us to share more code an easily allow for board specific code
14659 overrides.
14660
14661 Additionally this code base adds support for >4G of DDR and provides a
14662 foundation for supporting interleaving on processors with more than one
14663 controller.
14664
14665 Signed-off-by: James Yang <James.Yang@freescale.com>
14666 Signed-off-by: Jon Loeliger <jdl@freescale.com>
14667 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
14668 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
14669 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14670
14671 commit f784e32b4bce0013983506b11af4b85b8ca3d36e
14672 Author: Kumar Gala <galak@kernel.crashing.org>
14673 Date: Tue Aug 26 15:01:28 2008 -0500
14674
14675 FSL DDR: Provide a generic set_ddr_laws()
14676
14677 Provide a helper function that will setup the last available
14678 LAWs (upto 2) for DDR. Useful for SPD/dyanmic DDR setting code.
14679
14680 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14681
14682 commit 0f2cbe3f5eddbdf3848265f35e4f714434929cff
14683 Author: James Yang <James.Yang@freescale.com>
14684 Date: Tue Aug 26 15:01:27 2008 -0500
14685
14686 Add proper SPD definitions for DDR1/2/3
14687
14688 Also adds helper functions for DDR1/2 to verify the checksum.
14689
14690 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14691
14692 commit 285db74716c724ae8a0ff177878fd09a74428c7b
14693 Author: Wolfgang Denk <wd@denx.de>
14694 Date: Wed Aug 27 01:02:48 2008 +0200
14695
14696 Update CHANGELOG
14697
14698 Signed-off-by: Wolfgang Denk <wd@denx.de>
14699
14700 commit adf22b66d8bf05bd46e098cf71e6dca29b30aa7b
14701 Author: Heiko Schocher <hs@denx.de>
14702 Date: Tue Aug 19 10:08:49 2008 +0200
14703
14704 Add support for muas3001 board (MPC8270)
14705
14706 Signed-off-by: Heiko Schocher <hs@denx.de>
14707
14708 commit 322098bff32410d2a00031649b47c4ec90a66d9a
14709 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
14710 Date: Tue Aug 19 08:31:18 2008 +0530
14711
14712 common/cmd_load.c cleanup - remove unused variables
14713
14714 - Remove unused global variable os_data_count.
14715 - Remove unused variable z.
14716
14717 Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
14718
14719 commit 306620b762a4f9fa6678568ad2e8772dec145208
14720 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
14721 Date: Mon Aug 18 13:35:27 2008 +0200
14722
14723 remove MVS1 board
14724
14725 MVS1 board has reached end-of-life and can be removed completely.
14726
14727 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
14728
14729 commit 40d7e99d374ba0a0a29cd1a8ba40d3b7c2c175c7
14730 Author: Kumar Gala <galak@kernel.crashing.org>
14731 Date: Fri Aug 15 08:24:45 2008 -0500
14732
14733 bootm: refactor do_reset and os boot function args
14734
14735 There is no need for each OS specific function to call do_reset() we
14736 can just do it once in bootm. This means its feasible on an error for
14737 the OS boot function to return.
14738
14739 Also, remove passing in cmd_tbl_t as its not needed by the OS boot
14740 functions. flag isn't currently used but might be in the future so
14741 we left it alone.
14742
14743 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14744
14745 commit 40afac22a9c602e55c501c800f1c064324711b56
14746 Author: Kumar Gala <galak@kernel.crashing.org>
14747 Date: Fri Aug 15 08:24:44 2008 -0500
14748
14749 fdt: Added resize command
14750
14751 Resize the fdt to size + padding to 4k boundary
14752
14753 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14754
14755 commit 2a1a2cb6e2b87ee550e6f27b647d23331dfd5e1b
14756 Author: Kumar Gala <galak@kernel.crashing.org>
14757 Date: Fri Aug 15 08:24:43 2008 -0500
14758
14759 fdt: refactor initrd related code
14760
14761 Created a new fdt_initrd() to deal with setting the initrd properties
14762 in the device tree and fixing up the mem reserve. We can use this
14763 both in the choosen node handling and lets us remove some duplicated
14764 code when we fixup the initrd info in bootm on PPC.
14765
14766 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14767
14768 commit 3082d2348c8e13342f5fdd10e9b3f7408062dbf9
14769 Author: Kumar Gala <galak@kernel.crashing.org>
14770 Date: Fri Aug 15 08:24:42 2008 -0500
14771
14772 fdt: refactor fdt resize code
14773
14774 Move the fdt resizing code out of ppc specific boot code and into
14775 common fdt support code.
14776
14777 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14778
14779 commit 396f635b8ff3ccbc38d75d5eda98444c6466810a
14780 Author: Kumar Gala <galak@kernel.crashing.org>
14781 Date: Fri Aug 15 08:24:41 2008 -0500
14782
14783 bootm: refactor image detection and os load steps
14784
14785 Created a bootm_start() that handles the parsing and detection of all
14786 the images that will be used by the bootm command (OS, ramdisk, fdt).
14787 As part of this we now tract all the relevant image offsets in the
14788 bootm_headers_t struct. This will allow us to have all the needed
14789 state for future sub-commands and lets us reduce a bit of arch
14790 specific code on SPARC.
14791
14792 Created a bootm_load_os() that deals with decompression and loading
14793 the OS image.
14794
14795 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14796
14797 commit e906cfae08e8cc2447f59b1bc4c22ab9c3c286d2
14798 Author: Kumar Gala <galak@kernel.crashing.org>
14799 Date: Fri Aug 15 08:24:40 2008 -0500
14800
14801 bootm: move lmb into the bootm_headers_t structure
14802
14803 To allow for persistent state between future bootm subcommands we
14804 need the lmb to exist in a global state.
14805 Moving it into the bootm_headers_t allows us to do that.
14806
14807 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14808
14809 commit 54f9c86691309b2f919f567f9255b8bcad2c7651
14810 Author: Kumar Gala <galak@kernel.crashing.org>
14811 Date: Fri Aug 15 08:24:39 2008 -0500
14812
14813 bootm: Set working fdt address as part of the bootm flow
14814
14815 Set the fdt working address so "fdt FOO" commands can be used as part
14816 of the bootm flow. Also set an the environment variable "fdtaddr"
14817 with the value.
14818
14819 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14820
14821 commit 06a09918f3903450313e2047a9cc258bf5872f46
14822 Author: Kumar Gala <galak@kernel.crashing.org>
14823 Date: Fri Aug 15 08:24:38 2008 -0500
14824
14825 bootm: refactor fdt locating and relocation code
14826
14827 Move the code that handles finding a device tree blob and relocating
14828 it (if needed) into common code so all arch's have access to it.
14829
14830 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14831
14832 commit c4f9419c6b54958e0eddbcbc9e5a4a7b7ec99865
14833 Author: Kumar Gala <galak@kernel.crashing.org>
14834 Date: Fri Aug 15 08:24:37 2008 -0500
14835
14836 bootm: refactor ramdisk locating code
14837
14838 Move determing if we have a ramdisk and where its located into the
14839 common code. Keep track of the ramdisk start and end in the
14840 bootm_headers_t image struct.
14841
14842 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14843
14844 commit c160a9544743e80e8889edb2275538e7764ce334
14845 Author: Kumar Gala <galak@kernel.crashing.org>
14846 Date: Fri Aug 15 08:24:36 2008 -0500
14847
14848 bootm: refactor entry point code
14849
14850 Move entry point code out of each arch and into common code.
14851 Keep the entry point in the bootm_headers_t images struct.
14852
14853 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14854
14855 commit 20220d22b9f41446288588cd2e457e0077a18bed
14856 Author: Randy Vinson <rvinson@mvista.com>
14857 Date: Wed Aug 13 11:44:57 2008 -0700
14858
14859 mpc7448hpc2: Fix PCI I/O space mapping.
14860
14861 PCI I/O space is currently mapped 1:1 at 0xFA000000. Linux requires
14862 PCI I/O space to start at 0 on the PCI bus. This patch maps PCI I/O
14863 space such that 0xFA000000 in the processor's address space maps to 0
14864 on the PCI I/O bus.
14865
14866 Signed-off-by Randy Vinson <rvinson@mvista.com>
14867 Acked-by: Roy Zang <tie-fei.zang@freescale.com>
14868
14869 commit b4e07520bbb5467ad72eb92a5c9177d2797b9e30
14870 Author: Guennadi Liakhovetski <lg@denx.de>
14871 Date: Wed Aug 13 18:10:26 2008 +0200
14872
14873 i.MX31: Specify maintainers for i.MX31-based boards
14874
14875 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
14876 Signed-off-by: Wolfgang Denk <wd@denx.de>
14877
14878 commit 51e46e28fda4bbdf5149ac7f67d62fcc8df4da63
14879 Author: Wolfgang Denk <wd@denx.de>
14880 Date: Tue Aug 26 15:01:28 2008 +0200
14881
14882 ADS5121: adjust image addresses in RAM and flash
14883
14884 Use the same mapping in flash as used by Linux
14885
14886 Signed-off-by: Wolfgang Denk <wd@denx.de>
14887
14888 commit 19f101412c16edee9fd55db4039e1d68a833b28b
14889 Author: Wolfgang Denk <wd@denx.de>
14890 Date: Tue Aug 26 13:14:34 2008 +0200
14891
14892 cmd_mem.c: Fix help message alignment
14893
14894 Bug was introced by "Big white-space cleanup" (53677ef1)
14895
14896 Signed-off-by: Wolfgang Denk <wd@denx.de>
14897
14898 commit 1a9eeb78b825bfade31d7606a2fe3b9eca9e35be
14899 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
14900 Date: Wed Aug 20 11:11:52 2008 +0200
14901
14902 change mvBL-M7 default env and move to vendor subdir
14903
14904 fix mvBL-M7 config and move to matrix_vision subdir
14905
14906 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
14907 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
14908
14909 commit 002d27caf26e7eb913d474d3a91f67d56c8c31d5
14910 Author: Nick Spence <nick.spence@freescale.com>
14911 Date: Fri Aug 22 23:52:40 2008 -0700
14912
14913 MPC83XX: Add miscellaneous registers and #defines to support MPC83xx family devices
14914
14915 This patch adds elements to the 83xx sysconf structure and #define values that are used
14916 by mpc83xx family devices.
14917
14918 Signed-off-by: Nick Spence <nick.spence@freescale.com>
14919 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
14920
14921 commit 447ad5768abda669ac0e7f46fcdb62fbe828d637
14922 Author: Ira W. Snyder <iws@ovro.caltech.edu>
14923 Date: Fri Aug 22 11:00:15 2008 -0700
14924
14925 MPC8349EMDS: Add PCI Agent (PCISLAVE) support
14926
14927 Add the ability for the MPC8349EMDS to run in PCI Agent mode, acting as a
14928 PCI card rather than a host computer.
14929
14930 Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
14931 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
14932
14933 commit 4ff9aea9d6b5602683a920951ef896996438af62
14934 Author: Ira W. Snyder <iws@ovro.caltech.edu>
14935 Date: Fri Aug 22 11:00:14 2008 -0700
14936
14937 mpc83xx: add PCISLAVE support to 83XX_GENERIC_PCI setup code
14938
14939 This adds a helper function to unlock the PCI configuration bit, so that
14940 any extra PCI setup (such as outbound windows, etc.) can be done after
14941 using the 83XX_GENERIC_PCI code to set up the PCI bus.
14942
14943 Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
14944 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
14945
14946 commit 162338e1fcde231ca4d562e5ebd7859456731691
14947 Author: Ira W. Snyder <iws@ovro.caltech.edu>
14948 Date: Fri Aug 22 11:00:13 2008 -0700
14949
14950 MPC8349EMDS: use 83XX_GENERIC_PCI setup code
14951
14952 Change the MPC8349EMDS board to use the generic PCI initialization code
14953 for the mpc83xx cpu.
14954
14955 Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
14956 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
14957
14958 commit f4e55a4941e8ba46bc06020b2747928adf8fdee7
14959 Author: Kim Phillips <kim.phillips@freescale.com>
14960 Date: Mon Aug 25 14:53:09 2008 -0500
14961
14962 fix out of tree building
14963
14964 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
14965
14966 commit a49d10cf027d059ee15c262010a05cdaec0961e1
14967 Author: Wolfgang Denk <wd@denx.de>
14968 Date: Mon Aug 25 23:45:41 2008 +0200
14969
14970 Minor coding style cleanup, updte CHANGELOG
14971
14972 Signed-off-by: Wolfgang Denk <wd@denx.de>
14973
14974 commit 4d56e8dea670757c801a6a65531f02a8f981ce1f
14975 Author: Stefan Roese <sr@denx.de>
14976 Date: Wed Aug 20 20:29:38 2008 +0200
14977
14978 RTC: Fix Makefile problem with COBJS-$(CONFIG_RTC_DS1307 || CONFIG_RTC_DS1338)
14979
14980 This "||" doesn't seem to work. Now using the idea suggest by Scott Wood
14981 to combine both config options into one line. This even allows defining
14982 both options and not generating the target object twice.
14983
14984 Signed-off-by: Stefan Roese <sr@denx.de>
14985
14986 commit 079edb913dbae147b50a488cf02e03f473fc5f28
14987 Author: Jens Gehrlein <sew_s@tqs.de>
14988 Date: Fri Jul 4 16:50:05 2008 +0200
14989
14990 MX31: fix bit masks in function mx31_decode_pll()
14991
14992 Bits MPCTL[MFN] and MPCTL[MFD] were not fully covered.
14993
14994 Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
14995
14996 commit e8f1207bbf2df6fb693ee1aa3329b2014c92e5e6
14997 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
14998 Date: Mon Aug 25 11:11:34 2008 +0200
14999
15000 Correct ARM Versatile Timer Initialization
15001
15002 - According to ARM Dual-Timer Module (SP804) TRM (ARM DDI0271),
15003 -- Timer Value Register @ TIMER Base + 4 is Read-only.
15004 -- Prescale Value (Bits 3-2 of TIMER Control register)
15005 can only be one of 00,01,10. 11 is undefined.
15006 -- CFG_HZ for Versatile board is set to
15007 #define CFG_HZ (1000000 / 256)
15008 So Prescale bits is set to indicate
15009 - 8 Stages of Prescale, Clock divided by 256
15010 - The Timer Control Register has one Undefined/Shouldn't Use Bit
15011 So we should do read/modify/write Operation
15012
15013 Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
15014
15015 commit 535cfa4f3de86cf48d6c0af1daf33aebdca089f9
15016 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
15017 Date: Mon Aug 25 11:30:29 2008 +0200
15018
15019 Add ARM AMBA PL031 RTC Support
15020
15021 Signed-off-by: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
15022
15023 commit e39411674669cc880e1ec4a8ca4794fb15c33a45
15024 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
15025 Date: Tue Aug 19 16:21:03 2008 -0400
15026
15027 ARM DaVinci: Removed redundant NAND initialization code.
15028
15029 ARM DaVinci: Removed redundant NAND initialization code.
15030
15031 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
15032
15033 commit b3fb663b20d995ca41327db877ddb168279b3f62
15034 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
15035 Date: Tue Aug 19 16:21:00 2008 -0400
15036
15037 ARM DaVinci: Fix compilation error with new MTD code.
15038
15039 ARM DaVinci: Fix compilation error with new MTD code.
15040
15041 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
15042
15043 commit 109c30fb8edea1a15d37a6ce787cd5faf33d8e43
15044 Author: Gerald Van Baren <vanbaren@cideas.com>
15045 Date: Fri Aug 22 14:37:05 2008 -0400
15046
15047 Add note on dereferencing /aliases pointers
15048
15049 Replace the "must quote special characters" note with a hint on
15050 how to dereference /aliases pointers by omitting the leading "/".
15051 This feature was introduced by Kumar Gala as a libfdt enhancement
15052 in commit ed035708235332c3c117ee3bb1a426063f03cfcb.
15053
15054 Example:
15055
15056 => fdt print /aliases
15057 aliases {
15058 ethernet0 = "/qe@e0100000/ucc@2000";
15059 ethernet1 = "/qe@e0100000/ucc@3000";
15060 serial0 = "/soc8360@e0000000/serial@4500";
15061 serial1 = "/soc8360@e0000000/serial@4600";
15062 pci0 = "/pci@e0008500";
15063 };
15064 => fdt print ethernet0
15065 ucc@2000 {
15066 device_type = "network";
15067 compatible = "ucc_geth";
15068 cell-index = <0x1>;
15069 reg = <0x2000 0x200>;
15070 interrupts = <0x20>;
15071 interrupt-parent = <0x2>;
15072 local-mac-address = [00 00 00 00 00 00];
15073 rx-clock-name = "none";
15074 tx-clock-name = "clk9";
15075 phy-handle = <0x3>;
15076 phy-connection-type = "rgmii-id";
15077 pio-handle = <0x4>;
15078 };
15079
15080 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
15081
15082 commit feeca3f578b7f53c032ba203698751c982f8bf5a
15083 Author: Kumar Gala <galak@kernel.crashing.org>
15084 Date: Thu Aug 14 08:28:19 2008 -0500
15085
15086 libfdt: Add support for using aliases in fdt_path_offset()
15087
15088 If the path doesn't start with '/' check to see if it matches some alias
15089 under "/aliases" and substitute the matching alias value in the path
15090 and retry the lookup.
15091
15092 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15093 Acked-by: David Gibson <david@gibson.dropbear.id.au>
15094 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
15095
15096 commit 0219399a4e3a8edb428e1924e1a03d58cccf8d8e
15097 Author: David Gibson <david@gibson.dropbear.id.au>
15098 Date: Wed Aug 6 14:50:49 2008 +1000
15099
15100 libfdt: Implement fdt_get_property_namelen() and fdt_getprop_namelen()
15101
15102 As well as fdt_subnode_offset(), libfdt includes an
15103 fdt_subnode_offset_namelen() function that takes the subnode name to
15104 look up not as a NUL-terminated string, but as a string with an
15105 explicit length. This can be useful when the caller has the name as
15106 part of a longer string, such as a full path.
15107
15108 However, we don't have corresponding 'namelen' versions for
15109 fdt_get_property() and fdt_getprop(). There are less obvious use
15110 cases for these variants on property names, but there are
15111 circumstances where they can be useful e.g. looking up property names
15112 which need to be parsed from a longer string buffer such as user input
15113 or a configuration file, or looking up an alias in a path with
15114 IEEE1275 style aliases.
15115
15116 So, since it's very easy to implement such variants, this patch does
15117 so. The original NUL-terminated variants are, of course, implemented
15118 in terms of the namelen versions.
15119
15120 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
15121
15122 commit f171746f701ea58bf6a53e835b53d2aaebee0d81
15123 Author: David Gibson <david@gibson.dropbear.id.au>
15124 Date: Tue Jul 29 14:51:22 2008 +1000
15125
15126 libfdt: Forgot one function when cleaning the namespace
15127
15128 In commit b6d80a20fc293f3b995c3ce1a6744a5574192125, we renamed all
15129 libfdt functions to be prefixed with fdt_ or _fdt_ to minimise the
15130 chance of collisions with things from whatever package libfdt is
15131 embedded in, pulled into the libfdt build via that environment's
15132 libfdt_env.h.
15133
15134 Except... I missed one. This patch applies the same treatment to
15135 _stringlist_contains(). While we're at it, also make it static since
15136 it's only used in the same file.
15137
15138 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
15139
15140 commit 46390da15411351fc3b498bd8c1615f78fe80df0
15141 Author: Wolfram Sang <w.sang@pengutronix.de>
15142 Date: Wed Jul 9 11:22:44 2008 +0200
15143
15144 libfdt: Improve documentation in libfdt.h
15145
15146 Fix a few typos and mistakes.
15147
15148 Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
15149 Acked-by: David Gibson <david@gibson.dropbear.id.au>
15150
15151 commit fc7758ee4f5782878f2e96876b7bc56cfee0ac66
15152 Author: David Gibson <david@gibson.dropbear.id.au>
15153 Date: Wed Jul 9 14:10:24 2008 +1000
15154
15155 libfdt: Increase namespace-pollution paranoia
15156
15157 libfdt is supposed to easy to embed in projects all and sundry.
15158 Often, it won't be practical to separate the embedded libfdt's
15159 namespace from that of the surrounding project. Which means there can
15160 be namespace conflicts between even libfdt's internal/static functions
15161 and functions or macros coming from the surrounding project's headers
15162 via libfdt_env.h.
15163
15164 This patch, therefore, renames a bunch of libfdt internal functions
15165 and macros and makes a few other chances to reduce the chances of
15166 namespace collisions with embedding projects. Specifically:
15167 - Internal functions (even static ones) are now named _fdt_*()
15168
15169 - The type and (static) global for the error table in
15170 fdt_strerror() gain an fdt_ prefix
15171
15172 - The unused macro PALIGN is removed
15173
15174 - The memeq and streq macros are removed and open-coded in the
15175 users (they were only used once each)
15176
15177 - Other macros gain an FDT_ prefix
15178
15179 - To save some of the bulk from the previous change, an
15180 FDT_TAGALIGN() macro is introduced, where FDT_TAGALIGN(x) ==
15181 FDT_ALIGN(x, FDT_TAGSIZE)
15182
15183 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
15184
15185 commit c66830263af19831f2b7db307f79d1943febf7f9
15186 Author: David Gibson <david@gibson.dropbear.id.au>
15187 Date: Mon Jul 7 10:14:15 2008 +1000
15188
15189 dtc: Enable and fix -Wcast-qual warnings
15190
15191 Enabling -Wcast-qual warnings in dtc shows up a number of places where
15192 we are incorrectly discarding a const qualification. There are also
15193 some places where we are intentionally discarding the 'const', and we
15194 need an ugly cast through uintptr_t to suppress the warning. However,
15195 most of these are pretty well isolated with the *_w() functions. So
15196 in the interests of maximum safety with const qualifications, this
15197 patch enables the warnings and fixes the existing complaints.
15198
15199 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
15200 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
15201
15202 commit ef4e8ce1beb5b93aedda5a4c1b90bfd989c6791e
15203 Author: David Gibson <david@gibson.dropbear.id.au>
15204 Date: Mon Jul 7 10:10:48 2008 +1000
15205
15206 dtc: Enable and fix -Wpointer-arith warnings
15207
15208 This patch turns on the -Wpointer-arith option in the dtc Makefile,
15209 and fixes the resulting warnings due to using (void *) in pointer
15210 arithmetic. While convenient, pointer arithmetic on void * is not
15211 portable, so it's better that we avoid it, particularly in libfdt.
15212
15213 Also add necessary definition of uintptr_t needed by David Gibson's
15214 changeset "dtc: Enable and fix -Wpointer-arith warnings" (the definition
15215 comes from stdint.h, which u-boot doesn't have). -- gvb
15216
15217 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
15218 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
15219
15220 commit 5d4b3d2b31e58fcb2d4bd10af762f5ff41b229fd
15221 Author: Tirumala R Marri <tmarri@amcc.com>
15222 Date: Thu Aug 21 21:54:53 2008 -0700
15223
15224 ppc4xx: AMCC PPC460GT/EX PCI-E de-emphasis adjustment fix
15225
15226 During recent PCI-E tests it has been found that current
15227 driverl level and de-emphasis values are not set correctly.
15228 After sweeping throgh all de-ephasis values, it was found that
15229 0x130 is a right value. Where 0x13 is driver level and 0 is
15230 de-emphasis.
15231
15232 Signed-off-by: Tirumala R Marri <tmarri@amcc.com>
15233 Signed-off-by: Stefan Roese <sr@denx.de>
15234
15235 commit 0bb86d823b6c150c7ee17de0cfca9ffccc16463b
15236 Author: Remy Bohmer <linux@bohmer.net>
15237 Date: Wed Aug 20 20:46:56 2008 +0200
15238
15239 Make the YAFFS filesystem work
15240
15241 Recently the YAFFS filesystem support has been added to U-boot.
15242 However, just enabling CONFIG_YAFFS2 is not enough to get it working.
15243
15244 ymount will generate an exception (when dereferencing mtd->readoob()), because
15245 the genericDevice is a null pointer. Further, a lot of logging is produced
15246 while using YAFFS fs, so logging should also be disabled.
15247 Both issues are solved by this patch.
15248
15249 With this patch and CONFIG_YAFFS2 enabled, I get a readable filesystem
15250 in U-boot, as well as in Linux.
15251
15252 Tested on a Atmel AT91SAM9261EK board.
15253
15254 Signed-off-by: Remy Bohmer <linux@bohmer.net>
15255 Acked-by: William Juul <william.juul@tandberg.com>
15256 Signed-off-by: Scott Wood <scottwood@freescale.com>
15257
15258 commit bfd7f38614e21f745b6d6845fcc616ebc5e4d36f
15259 Author: Kyungmin Park <kmpark@infradead.org>
15260 Date: Tue Aug 19 08:42:53 2008 +0900
15261
15262 Fix OneNAND read_oob/write_oob functions compatability
15263
15264 Also sync with kernel OneNAND codes
15265
15266 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
15267 Signed-off-by: Scott Wood <scottwood@freescale.com>
15268
15269 commit 8d765456c1d33f2010d2717ee58de7647fdc6346
15270 Author: Scott Wood <scottwood@freescale.com>
15271 Date: Mon Aug 18 17:11:20 2008 -0500
15272
15273 NAND: Remove delay from nand_boot_fsl_elbc.c.
15274
15275 It was for debugging purposes, and shouldn't have been left in.
15276
15277 Signed-off-by: Scott Wood <scottwood@freescale.com>
15278
15279 commit f556483734126793522fb7a8cf36af90da78f084
15280 Author: Stefan Roese <sr@denx.de>
15281 Date: Thu Aug 21 11:05:03 2008 +0200
15282
15283 ppc4xx: Cleanup of "ppc4xx: Optimize PLB4 Arbiter..." patch
15284
15285 This patch fixes some minor issues introduced with the patch:
15286 ppc4xx: Optimize PLB4 Arbiter... from Prodyut Hazarika:
15287
15288 - Rework memory-queue and PLB arbiter optimization code, that the
15289 local variable is not needed anymore. This removes one #ifdef.
15290 - Use consistant spacing in ppc4xx.h header (XXX + 0x01 instead
15291 of XXX+ 0x01). This was not introduced by Prodyut, just a
15292 copy-paste problem.
15293
15294 Signed-off-by: Stefan Roese <sr@denx.de>
15295
15296 commit 079589bcfb24ba11068460276a3cc9549ab5346f
15297 Author: Prodyut Hazarika <phazarika@amcc.com>
15298 Date: Wed Aug 20 09:38:51 2008 -0700
15299
15300 ppc4xx: Optimize PLB4 Arbiter and Memory Queue settings for PPC440SP/SPe,
15301 PPC405EX and PPC460EX/GT/SX
15302
15303 - Read pipeline depth set to 4 for PPC440SP/SPE, PPC405EX, PPC460EX/GT/SX
15304 processors
15305 - Moved PLB4 Arbiter register definitions to ppc4xx.h since it is shared
15306 across processors (405 and 440/460)
15307 - Optimize Memory Queue settings for PPC440SP/SPE and PPC460EX/GT/SX
15308 processors
15309 - Add register bit definitions for Memory Queue Configuration registers
15310
15311 Signed-off-by: Prodyut Hazarika <phazarika@amcc.com>
15312 Signed-off-by: Stefan Roese <sr@denx.de>
15313
15314 commit ba37aa03287c5483c61c0a3e320c8888bee0143a
15315 Author: Kumar Gala <galak@kernel.crashing.org>
15316 Date: Tue Aug 19 15:41:18 2008 -0500
15317
15318 fdt: rework fdt_fixup_ethernet() to use env instead of bd_t
15319
15320 Move to using the environment variables 'ethaddr', 'eth1addr', etc..
15321 instead of bd->bi_enetaddr, bi_enet1addr, etc.
15322
15323 This makes the code a bit more flexible to the number of ethernet
15324 interfaces.
15325
15326 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15327
15328 commit 4cacf7c64609839f809e2f9c45873f1d65861703
15329 Author: Stefan Roese <sr@denx.de>
15330 Date: Tue Aug 19 14:57:55 2008 +0200
15331
15332 hush: Fix printf debug macro in hush.c so that it usable in U-Boot
15333
15334 This patch changes the debug_printf() marco for U-Boot in hush.c and
15335 moves the definition of DEBUG_SHELL to a place that is actually compiled
15336 under U-Boot.
15337
15338 Signed-off-by: Stefan Roese <sr@denx.de>
15339
15340 commit 8f2b457ef26a44d9e5fd7d6b16c394e5c3a71ca2
15341 Author: Heiko Schocher <hs@denx.de>
15342 Date: Tue Aug 19 09:57:41 2008 +0200
15343
15344 cfi: rename CFG_FLASH_CFI_DRIVER to CONFIG_FLASH_CFI_DRIVER
15345
15346 Commit 00b1883a4cac59d97cd297b1a3a398db85982865
15347 missed a few boards:
15348 include/configs/M5253DEMO.h
15349 include/configs/ml507.h
15350 include/configs/redwood.h
15351
15352 This patch fixes this.
15353
15354 Signed-off-by: Heiko Schocher <hs@denx.de>
15355
15356 commit 0768b7a872964085eece8d5e9fec9175e9deb161
15357 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
15358 Date: Mon Aug 18 13:41:27 2008 +0200
15359
15360 Consolidate strmhz() implementation
15361
15362 ARM, i386, m68k and ppc all have identical implementations of strmhz().
15363 Other architectures don't provide this function at all.
15364
15365 This patch moves strmhz() into lib_generic, reducing code duplication
15366 and providing a more unified API across architectures.
15367
15368 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
15369
15370 commit a928d0df211f1d829308d335d19be3ca42558dfc
15371 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
15372 Date: Mon Aug 18 12:02:51 2008 +0200
15373
15374 fix mvbc_p board build warnings
15375
15376 fix build warnings @ mvBC-P board by using correct types, i.e. change
15377 out_be32 to out_be16 and out_8 accordingly.
15378
15379 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
15380
15381 commit a958b663d27f616bd1dfb720d1b476d1ecaaa569
15382 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15383 Date: Sat Aug 16 18:54:27 2008 +0200
15384
15385 Makefile: fix posix support on find
15386
15387 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15388
15389 commit bef92e215d945cc574399c1a1b00a3a76d35aa03
15390 Author: Axel Beierlein <belatronix@web.de>
15391 Date: Sat Aug 16 00:30:48 2008 +0200
15392
15393 Adding bootlimit/bootcount feature for MPC5XXX on TQM5200 Boards
15394
15395 Tested with TQM5200S on STK52XX.200 Board
15396
15397 Signed-off-by: Axel Beierlein <belatronix@web.de>
15398
15399 commit 0800707b6d5041a840a65d556032c15c584b55f8
15400 Author: Peter Tyser <ptyser@xes-inc.com>
15401 Date: Fri Aug 15 14:36:32 2008 -0500
15402
15403 mod_i2c_mem() bugfix
15404
15405 The last used chip, address, and address length were not being
15406 stored for the imm and imn commands.
15407
15408 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
15409
15410 commit 4afbef967275b2f636abae86f91b81becee7ad03
15411 Author: Steven A. Falco <sfalco@harris.com>
15412 Date: Fri Aug 15 15:37:31 2008 -0400
15413
15414 Fix typo in spelling of ATAPI.
15415
15416 Correct a small spelling mistake.
15417
15418 Signed-off-by: Steven A. Falco <sfalco@harris.com>
15419
15420 commit 36c2d3062ecc6ab85f8e237180eb134464c48418
15421 Author: Steven A. Falco <sfalco@harris.com>
15422 Date: Fri Aug 15 15:34:10 2008 -0400
15423
15424 Add a hook to allow board-specific PIO mode setting.
15425
15426 This patch adds a hook whereby a board-specific routine can be called to
15427 configure hardware for a PIO mode. The prototype for the board-specific
15428 routine is:
15429
15430 int inline ide_set_piomode(int pio_mode)
15431
15432 ide_set_piomode should be prepared to configure hardware for a pio_mode
15433 between 0 and 6, inclusive. It should return 0 on success or 1 on failure.
15434
15435 Signed-off-by: Steven A. Falco <sfalco@harris.com>
15436
15437 commit 9571b84cb1423876f1153081b9e6a51d90fbcdc4
15438 Author: Steven A. Falco <sfalco@harris.com>
15439 Date: Fri Aug 15 15:29:12 2008 -0400
15440
15441 Replace enums in ata.h with an include of libata.h
15442
15443 This patch removes some enums from ata.h and replaces them with an
15444 include of libata.h. This way, we eliminate duplicated code, and
15445 prevent errors whereby the different versions could be out of sync.
15446
15447 Signed-off-by: Steven A. Falco <sfalco@harris.com>
15448
15449 commit 0de0afbca865ecf482b4d2b635236746def8518f
15450 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15451 Date: Fri Aug 15 18:32:41 2008 +0200
15452
15453 coldfire: fix CFI drivers activation with new macro
15454
15455 rename CFG_FLASH_CFI_DRIVER to CONFIG_FLASH_CFI_DRIVER
15456
15457 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15458
15459 commit 7dbc38ad915f4ae67f4cd1818b7ac8fed368aaa9
15460 Author: Kumar Gala <galak@kernel.crashing.org>
15461 Date: Fri Aug 15 08:24:35 2008 -0500
15462
15463 fdt: fdt addr w/o any args reports back the current working address
15464
15465 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15466
15467 commit f953d99fd528a496b400a706b511eaf8e3ea66af
15468 Author: Kumar Gala <galak@kernel.crashing.org>
15469 Date: Fri Aug 15 08:24:34 2008 -0500
15470
15471 fdt: added the ability to set initrd start/end via chosen command
15472
15473 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15474
15475 commit ffa4bafacaef67058463b3d7d0099ced57569dd2
15476 Author: Kumar Gala <galak@kernel.crashing.org>
15477 Date: Fri Aug 15 08:24:33 2008 -0500
15478
15479 Add command to enable/disable interrupts
15480
15481 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15482
15483 commit 9e8e63cce69556aef10b58bcbc56d324f570ec3a
15484 Author: Nick Spence <nick.spence@freescale.com>
15485 Date: Tue Aug 19 22:21:16 2008 -0700
15486
15487 CFI: Add CFI_CMDSET_INTEL_EXTENDED to fix flash_real_protect()
15488
15489 This patch fixes a missing vendor code in the flash_real_protect() function.
15490
15491 Signed-off-by: Nick Spence <nick.spence@freescale.com>
15492 Signed-off-by: Stefan Roese <sr@denx.de>
15493
15494 commit 4e00acded2e6a8d663e12690a0f0f08f5bec5a58
15495 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
15496 Date: Tue Aug 19 16:53:39 2008 +0000
15497
15498 CFI: Fix AMD Legacy sector protect
15499
15500 New implement sector lock and unlock or softlock commands
15501 do not exist in AMD legacy flash. Thus, causing issue
15502 when erasing AMD legacy flash (such as lv040)
15503
15504 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
15505 Signed-off-by: Stefan Roese <sr@denx.de>
15506
15507 commit 492671404140f09d5b21b3d2ce4e362c0692c069
15508 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
15509 Date: Wed Aug 20 09:40:16 2008 +0200
15510
15511 hammerhead/mimc200: Use CONFIG_FLASH_CFI_DRIVER
15512
15513 CFG_FLASH_CFI_DRIVER was recently renamed CONFIG_FLASH_CFI_DRIVER.
15514
15515 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
15516
15517 commit 33eac2b3d946fc998a09245dfe54d017079b9056
15518 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
15519 Date: Wed Aug 20 09:28:36 2008 +0200
15520
15521 hammerhead: Add missing printf parameter to CONFIG_AUTOBOOT_PROMPT
15522
15523 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
15524
15525 commit 25da0b84195fdda89a943b2d25757db5afeef5b8
15526 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
15527 Date: Wed Aug 20 09:27:37 2008 +0200
15528
15529 favr-32-ezkit: Fix printf format warnings
15530
15531 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
15532
15533 commit 462da25e89b0b58bf4c66346c1fcb3087c61b4b8
15534 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
15535 Date: Fri Aug 15 12:04:25 2008 +0200
15536
15537 MAINTAINERS: Sort avr32 section alphabetically
15538
15539 The rest of the MAINTAINERS file appears to be sorted
15540 almost-alphabetically, but entries for the newly added AVR32 boards were
15541 added somewhat randomly. This patch sorts the list alphabetically again.
15542
15543 Also update my e-mail address. The old one still works, but it may not
15544 work forever.
15545
15546 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
15547
15548 commit 13b50fe3bc065c48911fa373231421280855a9d6
15549 Author: Mark Jackson <mpfj@mimc.co.uk>
15550 Date: Wed Jul 30 13:07:27 2008 +0100
15551
15552 avr32: Add MIMC200 board
15553
15554 The MIMC200 board is based on Atmel's NGW100 dev kit, but with an extra
15555 8MByte FLASH and 128KByte FRAM.
15556
15557 Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
15558 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
15559
15560 commit db70b84329315c52f6ec77f5ae5ca1afe970a9bb
15561 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
15562 Date: Wed Jul 9 21:07:34 2008 +0900
15563
15564 rtl8169: add support for RTL8110SCL
15565
15566 This patch fixes a problem that RTL8110SCL started transfer
15567 with an incorrect memory address.
15568
15569 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
15570 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
15571
15572 commit 943b825bf15e6a28ac8328e0f6489478bceef1ea
15573 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
15574 Date: Wed Jun 25 15:48:52 2008 -0500
15575
15576 Fix dm9000 receive status and len little endian issue
15577
15578 The received status and len was in little endian
15579 format and caused the ethernet unable to proceed
15580 further. Add __le16_to_cpu() in dm9000_rx_status_8/16/32bit().
15581
15582 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
15583 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
15584
15585 commit fcd69a1a57fb2af4d26201422095a4be9f36963e
15586 Author: Kumar Gala <galak@kernel.crashing.org>
15587 Date: Fri Aug 15 08:24:32 2008 -0500
15588
15589 Clean up usage of icache_disable/dcache_disable
15590
15591 There is no point in disabling the icache on 7xx/74xx/86xx parts and not
15592 also flushing the icache. All callers of invalidate_l1_instruction_cache()
15593 call icache_disable() right after. Make it so icache_disable() calls
15594 invalidate_l1_instruction_cache() for us.
15595
15596 Also, dcache_disable() already calls dcache_flush() so there is no point
15597 in the explicit calls of dcache_flush().
15598
15599 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15600
15601 commit a15b07104ca7bbb7093c9009c9ae1b58b4202d13
15602 Author: Kumar Gala <galak@kernel.crashing.org>
15603 Date: Fri Aug 15 08:24:31 2008 -0500
15604
15605 Update linux bootm to support ePAPR client interface
15606
15607 The ePAPR spec has some subtle differences from the current device
15608 tree based boot interface to the powerpc linux kernel. The powerpc
15609 linux kernel currently ignores the differences that ePAPR specifies.
15610
15611 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15612
15613 commit b734e5556a239b3be5f9693b2f4b4b739683ec16
15614 Author: Wolfgang Denk <wd@denx.de>
15615 Date: Mon Aug 18 23:50:20 2008 +0200
15616
15617 Minor code cleanup: keep lists sorted.
15618
15619 Signed-off-by: Wolfgang Denk <wd@denx.de>
15620
15621 commit d0039d4ed275e6ca09fb417895024ad02be118c4
15622 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
15623 Date: Wed Jul 23 19:10:14 2008 +0200
15624
15625 Add support for ADT7460 I2C monitor chip
15626
15627 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
15628
15629 commit eb59ea45ab77c14b090ea857d9ea9f902f40db0b
15630 Author: Michal Simek <monstr@monstr.eu>
15631 Date: Mon Jul 14 19:45:45 2008 +0200
15632
15633 video: Clean drivers/video/Makefile
15634
15635 Signed-off-by: Michal Simek <monstr@monstr.eu>
15636
15637 commit 871c18dd301752270e1f74328c846c3104be1e2e
15638 Author: Michal Simek <monstr@monstr.eu>
15639 Date: Mon Jul 14 19:45:37 2008 +0200
15640
15641 rtc: Clean drivers/rtc/Makefile
15642
15643 Signed-off-by: Michal Simek <monstr@monstr.eu>
15644
15645 commit a4a549b4b53adf40a0d3882cc30ac812a8f847c5
15646 Author: Michal Simek <monstr@monstr.eu>
15647 Date: Mon Jul 14 19:45:35 2008 +0200
15648
15649 i2c: Clean drivers/i2c/ Makefile
15650
15651 Signed-off-by: Michal Simek <monstr@monstr.eu>
15652
15653 commit 0a823aa2a8a8c0685e73900f387d602d7edafc0e
15654 Author: Harald Welte <laforge@openmoko.org>
15655 Date: Wed Jul 9 22:30:30 2008 +0800
15656
15657 Add 'license' command to U-Boot command line
15658
15659 The 'license' command includes the U-Boot license (GPLv2) into the
15660 actual bootloader binary. The license text can be shown interactively
15661 at the U-Boot commandline.
15662
15663 For products where the commandline can actually be accessed by the
15664 end user, this helps to prevent inadvertent GPL violations, since the
15665 GPLv2 license text can no longer be 'forgotten' to be included into
15666 the product.
15667
15668 The 'license' command can be enabled by CONFIG_CMD_LICENSE.
15669
15670 Signed-off-by: Harald Welte <laforge@openmoko.org>
15671
15672 commit fe2ce5500ebf43d79d227190bd2370232d5b113d
15673 Author: Harald Welte <laforge@gnumonks.org>
15674 Date: Sun Jul 6 15:56:38 2008 +0800
15675
15676 add 'unzip' command to u-boot commandline
15677
15678 [PATCH] add new 'unzip' command to u-boot commandline
15679
15680 common/cmd_mem.c: new command "unzip srcaddr dstaddr [dstsize]" to unzip from
15681 memory to memory, and option CONFIG_CMD_UNZIP to enable it
15682
15683 Signed-off-by: Werner Almesberger <werner@openmoko.org>
15684 Signed-off-by: Harald Welte <laforge@openmoko.org>
15685
15686 commit 07efc9e321619c3dec213310c32e011aa6f02783
15687 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
15688 Date: Wed Aug 6 19:37:17 2008 -0500
15689
15690 Change CFG_ENV_SIZE to CFG_ENV_SECT_SIZE for SPI sector erase
15691
15692 The CFG_ENV_SIZE is not suitable used for SPI flash erase
15693 sector size if CFG_ENV_SIZE is less than CFG_ENV_SECT_SIZE.
15694 Add condition check if CFG_ENV_SIZE is larger than
15695 CFG_ENV_SECT_SIZE, calculate the right number of sectors for
15696 erasing.
15697
15698 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
15699
15700 commit 4cb4e654cafabaa1ac180d37b00c8f6095dae9c9
15701 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
15702 Date: Mon Aug 11 15:54:25 2008 +0000
15703
15704 ColdFire: Multiple fixes for M5282EVB
15705
15706 Incorrect CFG_HZ value, change 1000000 to 1000.
15707 Rename #waring to #warning. RAMBAR1 uses twice
15708 in start.S, rename the later to FLASHBAR. Insert
15709 nop for DRAM setup. And, env_offset in linker file.
15710
15711 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
15712
15713 commit 10db3a17a278dd3a27668b31cb32cdd1476e9513
15714 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
15715 Date: Mon Aug 11 15:26:43 2008 +0000
15716
15717 ColdFire: Move m5282evb from board to board/freescale
15718
15719 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
15720
15721 commit 56df091d391f74bbf2dc2f7931f9f3c8f23529e4
15722 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
15723 Date: Mon Aug 11 15:25:07 2008 +0000
15724
15725 ColdFire: Move m5272c3 from board to board/freescale
15726
15727 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
15728
15729 commit 659e9bad629a480f606b286d5703aef7159edf98
15730 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
15731 Date: Mon Aug 11 15:23:16 2008 +0000
15732
15733 ColdFire: Move m5271evb from board to board/freescale
15734
15735 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
15736
15737 commit 05316f8ece8206339a208ec052f039cd0f7ca922
15738 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
15739 Date: Mon Aug 11 13:41:49 2008 +0000
15740
15741 ColdFire: Add M54451EVB platform support for MCF5445x
15742
15743 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
15744
15745 commit 922cd7515597e9a2c07d68e2a6240b0b7b0f0136
15746 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
15747 Date: Wed Aug 6 19:14:08 2008 -0500
15748
15749 ColdFire: Add Serial Flash support for M54455EVB
15750
15751 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
15752
15753 commit 9f751551456828b2d0ff417f10959fb0c7110bd0
15754 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
15755 Date: Wed Jul 23 20:38:53 2008 -0500
15756
15757 ColdFire: Implement SBF feature for M5445EVB
15758
15759 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
15760
15761 commit a7323bba229203aae2604afde131ab47bad4eadc
15762 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
15763 Date: Wed Jul 23 17:53:36 2008 -0500
15764
15765 ColdFire: Add SSPI feature for MCF5445x
15766
15767 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
15768
15769 commit b2d022d1ac3f59bffa9cec249341e77aea168abc
15770 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
15771 Date: Wed Jul 23 17:37:10 2008 -0500
15772
15773 ColdFire: Use CFI Flash driver for M54455EVB
15774
15775 Remove non-common flash driver in
15776 board/freescale/m54455evb/flash.c. The non-cfi flash will
15777 use CONFIG_FLASH_CFI_LEGACY to configure the flash
15778 attribute.
15779
15780 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
15781
15782 commit 6d33c6acfa35b1144d46ffbff7e29ee7969290d0
15783 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
15784 Date: Wed Jul 23 17:11:47 2008 -0500
15785
15786 ColdFire: Add M5253DEMO platform support for MCF5253
15787
15788 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
15789
15790 commit 80ba61fd82569af40e04d4a089257b81881884f2
15791 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
15792 Date: Wed Aug 6 14:17:09 2008 -0500
15793
15794 ColdFire: Raise M5253EVBE uart baudrate to 115200 bps
15795
15796 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
15797
15798 commit d361307e73ce1f6fc68760123f37d4876f851f3e
15799 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
15800 Date: Wed Aug 6 14:11:36 2008 -0500
15801
15802 ColdFire: Fix M5253EVB dram bring up issue
15803
15804 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
15805
15806 commit 4b0708093e15b412296328bf81325cf9b69fe512
15807 Author: Wolfgang Denk <wd@denx.de>
15808 Date: Thu Aug 14 14:41:06 2008 +0200
15809
15810 Coding Style cleanup, update CHANGELOG
15811
15812 Signed-off-by: Wolfgang Denk <wd@denx.de>
15813
15814 commit 68cf19aae48f2969ec70669604d0d776f02c8bc4
15815 Author: Scott Wood <scottwood@freescale.com>
15816 Date: Wed Aug 13 18:24:05 2008 -0500
15817
15818 socrates: Update NAND driver to new API.
15819
15820 Also, fix some minor formatting issues, and simplify the handling of
15821 "state" for writes.
15822
15823 Signed-off-by: Scott Wood <scottwood@freescale.com>
15824
15825 commit ba22d10f39eaeedd035e8265616e31ff88e314d5
15826 Author: Scott Wood <scottwood@freescale.com>
15827 Date: Wed Aug 13 18:03:40 2008 -0500
15828
15829 quad100hd: Update NAND driver to new API.
15830
15831 Signed-off-by: Scott Wood <scottwood@freescale.com>
15832
15833 commit f64cb652a8a84c5c34d0afcbd7ffef886aa1d838
15834 Author: Scott Wood <scottwood@freescale.com>
15835 Date: Wed Aug 13 17:53:48 2008 -0500
15836
15837 m5373evb: Update NAND driver to new API.
15838
15839 Signed-off-by: Scott Wood <scottwood@freescale.com>
15840
15841 commit 1a23a197c8722b805f40895544bbdb1a648c1c82
15842 Author: Scott Wood <scottwood@freescale.com>
15843 Date: Wed Aug 13 17:04:30 2008 -0500
15844
15845 s3c24x0: Update NAND driver to new API.
15846
15847 Signed-off-by: Scott Wood <scottwood@freescale.com>
15848
15849 commit aa5f75f20db8a7103fad9c34d6f1193e10d1890f
15850 Author: Scott Wood <scottwood@freescale.com>
15851 Date: Wed Aug 13 15:56:00 2008 -0500
15852
15853 at91: Update board NAND drivers to current API.
15854
15855 Signed-off-by: Scott Wood <scottwood@freescale.com>
15856
15857 commit d438d50848e9425286e5fb0493e0affb5a0b1e1b
15858 Author: Kyungmin Park <kmpark@infradead.org>
15859 Date: Wed Aug 13 09:11:02 2008 +0900
15860
15861 Fix OneNAND build break
15862
15863 Since page size field is changed from oobblock to writesize. But OneNAND is not updated.
15864 - fix bufferram management at erase operation
15865 This patch includes the NAND/OneNAND state filed too.
15866
15867 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
15868 Signed-off-by: Scott Wood <scottwood@freescale.com>
15869
15870 commit 9483df6408c25f16060432de3868901e352e23bc
15871 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15872 Date: Wed Aug 13 01:40:43 2008 +0200
15873
15874 drivers/mtd/nand_legacy: Move conditional compilation to Makefile
15875
15876 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15877
15878 commit cc4a0ceeac5462106172d0cc9d9d542233aa3ab2
15879 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15880 Date: Wed Aug 13 01:40:43 2008 +0200
15881
15882 drivers/mtd/nand: Move conditional compilation to Makefile
15883
15884 rename CFG_NAND_LEGACY to CONFIG_NAND_LEGACY
15885
15886 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15887
15888 commit 4fb09b81920e5dfdfc4576883186733f0bd6059c
15889 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15890 Date: Wed Aug 13 01:40:42 2008 +0200
15891
15892 drivers/mtd/onenand: Move conditional compilation to Makefile
15893
15894 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15895
15896 commit 00b1883a4cac59d97cd297b1a3a398db85982865
15897 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15898 Date: Wed Aug 13 01:40:42 2008 +0200
15899
15900 drivers/mtd: Move conditional compilation to Makefile
15901
15902 rename CFG_FLASH_CFI_DRIVER to CONFIG_FLASH_CFI_DRIVER
15903
15904 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15905
15906 commit 7ba44a5521cdb7fa1c72864025cde1e21a6f6921
15907 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15908 Date: Wed Aug 13 01:40:41 2008 +0200
15909
15910 drivers/qe: Move conditional compilation to Makefile
15911
15912 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15913
15914 commit ab6878c7bc68a7b5e5b731655bdc13221bbfc493
15915 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15916 Date: Wed Aug 13 01:40:40 2008 +0200
15917
15918 drivers/pci: Move conditional compilation to Makefile
15919
15920 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15921
15922 commit 55d6d2d39fe3fe87802e399aa17539368b495d2e
15923 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15924 Date: Wed Aug 13 01:40:40 2008 +0200
15925
15926 drivers/misc: Move conditional compilation to Makefile
15927
15928 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15929
15930 commit 65e41ea0548b86e3d7892defac8e4dc1ea70aed1
15931 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15932 Date: Wed Aug 13 01:40:40 2008 +0200
15933
15934 drivers/input: Move conditional compilation to Makefile
15935
15936 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15937
15938 commit 88f57e093114a44aa9a858d52b099bcc52034a8c
15939 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15940 Date: Wed Aug 13 01:40:39 2008 +0200
15941
15942 drivers/dma: Move conditional compilation to Makefile
15943
15944 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15945
15946 commit 1a02806c4b1b4a09ad4e95d3aac3783889e5f8d7
15947 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15948 Date: Wed Aug 13 01:40:39 2008 +0200
15949
15950 drivers/block: Move conditional compilation to Makefile
15951
15952 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15953
15954 commit 1a6ffbfaf4353bec379ed1fcfc54b6f1a30af09a
15955 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15956 Date: Wed Aug 13 01:40:39 2008 +0200
15957
15958 serial: move CFG_NS9750_UART to CONFIG_NS9750_UART
15959
15960 move also conditional compilation to Makefile
15961
15962 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15963
15964 commit 6c58a030f86829fa4f0d4337cf4b794c41a1823e
15965 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15966 Date: Wed Aug 13 01:40:38 2008 +0200
15967
15968 serial: move CFG_SCIF_CONSOLE to CONFIG_SCIF_CONSOLE
15969
15970 move also conditional compilation to Makefile
15971
15972 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15973
15974 commit d6e9ee92e890f67594ab150689510df361133ead
15975 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15976 Date: Wed Aug 13 01:40:38 2008 +0200
15977
15978 common: Move conditional compilation to Makefile
15979
15980 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15981
15982 commit f5acb9fd9bba1160de3ef349c7d33fe510eda286
15983 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15984 Date: Wed Aug 13 01:40:09 2008 +0200
15985
15986 mx31: move freescale's mx31 boards to vendor board dir
15987
15988 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15989
15990 commit 8ed2f5f950e2581214d20b011a8f27a6396d65d2
15991 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15992 Date: Sat Jul 5 23:11:11 2008 +0200
15993
15994 at91: move arch-at91sam9 to arch-at91
15995
15996 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15997
15998 commit 195ccfc5991d48764b2519941e3507f693851d5d
15999 Author: Fathi BOUDRA <fabo@debian.org>
16000 Date: Wed Aug 6 10:06:20 2008 +0200
16001
16002 OneNAND: Fill in MTD function pointers for OneNAND.
16003
16004 onenand_print_device_info():
16005 - Now returns a string to be placed in mtd->name,
16006 rather than calling printf.
16007 - Remove verbose parameter as it becomes useless.
16008
16009 Signed-off-by: Fathi Boudra <fabo@debian.org>
16010 Signed-off-by: Scott Wood <scottwood@freescale.com>
16011
16012 commit aa646643b6bc250cb3a4966bf728876e0c10d329
16013 Author: Guennadi Liakhovetski <lg@denx.de>
16014 Date: Wed Aug 6 21:42:07 2008 +0200
16015
16016 nand_spl: Support page-aligned read in nand_load, use chipselect
16017
16018 Supporting page-aligned reads doesn't incure any sinificant overhead, just
16019 a small change in the algorithm. Also replace in_8 with readb, since there
16020 is no in_8 on ARM.
16021
16022 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
16023 Signed-off-by: Scott Wood <scottwood@freescale.com>
16024
16025 commit 4f32d7760a58fe73981b6edc0b0751565d2daa4c
16026 Author: Scott Wood <scottwood@freescale.com>
16027 Date: Tue Aug 5 11:15:59 2008 -0500
16028
16029 NAND boot: Update large page support for current API.
16030
16031 Also, remove the ctrl variable in favor of passing the constants
16032 directly, and remove redundant (u8) casts.
16033
16034 Signed-off-by: Scott Wood <scottwood@freescale.com>
16035
16036 commit e4c09508545d1c45617ba45391c03c03cbc360b9
16037 Author: Scott Wood <scottwood@freescale.com>
16038 Date: Mon Jun 30 14:13:28 2008 -0500
16039
16040 NAND boot: MPC8313ERDB support
16041
16042 Note that with older board revisions, NAND boot may only work after a
16043 power-on reset, and not after a warm reset. I don't have a newer board
16044 to test on; if you have a board with a 33MHz crystal, please let me know
16045 if it works after a warm reset.
16046
16047 Signed-off-by: Scott Wood <scottwood@freescale.com>
16048
16049 commit acdab5c33f1ea6f5e08f06f08bc64af23ff40d71
16050 Author: Scott Wood <scottwood@freescale.com>
16051 Date: Thu Jun 26 14:06:52 2008 -0500
16052
16053 mpc8313erdb: Enable NAND in config.
16054
16055 Signed-off-by: Scott Wood <scottwood@freescale.com>
16056
16057 commit c3db8c649c6ab3da2f1411c4c6d61aecea054aa4
16058 Author: Guennadi Liakhovetski <lg@denx.de>
16059 Date: Thu Jul 31 12:38:26 2008 +0200
16060
16061 NAND: Do not write or read a whole block if it is larger than the environment
16062
16063 Environment can be smaller than NAND block size, do not need to read a whole
16064 block and minimum for writing is one page. Also remove an unused variable.
16065
16066 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
16067 Signed-off-by: Scott Wood <scottwood@freescale.com>
16068
16069 commit eafcabd15f00c142156235c519fcc55b10993241
16070 Author: Marcel Ziswiler <marcel@ziswiler.com>
16071 Date: Sun Jun 22 16:30:06 2008 +0200
16072
16073 NAND: chip->state does not always get set.
16074
16075 Fixes an issue with chip->state not always being set causing troubles.
16076
16077 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
16078 Signed-off-by: Scott Wood <scottwood@freescale.com>
16079
16080 commit 13f0fd94e3cae6f8a0d9fba5d367e311edc8ebde
16081 Author: Ilya Yanok <yanok@emcraft.com>
16082 Date: Mon Jun 30 15:34:40 2008 +0200
16083
16084 NAND: Scan bad blocks lazily.
16085
16086 Rather than scanning on boot, scan upon the first attempt to check the
16087 badness of a block. This speeds up boot when not using NAND, and reduces
16088 the likelihood of needing to reflash via JTAG if NAND becomes
16089 nonfunctional.
16090
16091 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
16092 Signed-off-by: Scott Wood <scottwood@freescale.com>
16093
16094 commit dfbf617ff055e4216f78d358b0867c548916d14b
16095 Author: Scott Wood <scottwood@freescale.com>
16096 Date: Thu Jun 12 13:20:16 2008 -0500
16097
16098 NAND read/write fix
16099
16100 Implement block-skipping read/write, based on a patch from
16101 Morten Ebbell Hestens <morten.hestnes@tandberg.com>.
16102
16103 Signed-off-by: Morten Ebbell Hestnes <morten.hestnes@tandberg.com>
16104 Signed-off-by: Scott Wood <scottwood@freescale.com>
16105
16106 commit 984e03cdf1431bb593aeaa1b74c445d616f955d3
16107 Author: Scott Wood <scottwood@freescale.com>
16108 Date: Thu Jun 12 13:13:23 2008 -0500
16109
16110 NAND: Always skip blocks on read/write/boot.
16111
16112 Use of the non-skipping versions was almost always (if not always)
16113 an error, and no valid use case has been identified.
16114
16115 Signed-off-by: Scott Wood <scottwood@freescale.com>
16116
16117 commit e1c3dbada349992875934575c97b328ab2cb33ca
16118 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
16119 Date: Thu Jun 12 11:10:21 2008 -0500
16120
16121 nand: fsl_upm: convert to updated MTD NAND infrastructure
16122
16123 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
16124 Signed-off-by: Scott Wood <scottwood@freescale.com>
16125
16126 commit 300253306acc72b1b2e9faf0987f86551151d7cf
16127 Author: Scott Wood <scottwood@freescale.com>
16128 Date: Thu May 22 15:02:46 2008 -0500
16129
16130 fsl_elbc_nand: Hard-code the FBAR/FPAR split.
16131
16132 The hardware has separate registers for block and page-within-block,
16133 but the division between the two has no apparent relation to the
16134 actual erase block size of the NAND chip.
16135
16136 Signed-off-by: Scott Wood <scottwood@freescale.com>
16137
16138 commit 9c814b0a716aae884bec977b9a032dfa59cfb79a
16139 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
16140 Date: Fri Mar 28 22:10:54 2008 +0300
16141
16142 fsl_elbc_nand: workaround for hangs during nand write
16143
16144 Using current driver elbc sometimes hangs during nand write. Reading back
16145 last byte helps though (thanks to Scott Wood for the idea).
16146
16147 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
16148 Signed-off-by: Scott Wood <scottwood@freescale.com>
16149
16150 commit 9fd020d6b4b36b9fb67cd834bc1ae7fdba15ee9e
16151 Author: Scott Wood <scottwood@freescale.com>
16152 Date: Fri Mar 21 16:12:51 2008 -0500
16153
16154 Freescale eLBC FCM NAND driver
16155
16156 This is a driver for the Flash Control Machine of the enhanched Local Bus
16157 Controller found on some Freescale chips (such as the mpc8313 and the
16158 mpc8379).
16159
16160 Signed-off-by: Scott Wood <scottwood@freescale.com>
16161
16162 commit 41ef8c716e93fdf50efe9c1ba733ca6675daaca6
16163 Author: Scott Wood <scottwood@freescale.com>
16164 Date: Tue Mar 18 15:29:14 2008 -0500
16165
16166 Don't panic if a controller driver does ecc its own way.
16167
16168 Some hardware, such as the enhanced local bus controller used on some
16169 mpc83xx chips, does ecc transparently when reading and writing data, rather
16170 than providing a generic calculate/correct mechanism that can be exported to
16171 the nand subsystem.
16172
16173 The subsystem should not BUG() when calculate, correct, or hwctl are
16174 missing, if the methods that call them have been overridden.
16175
16176 Signed-off-by: Scott Wood <scottwood@freescale.com>
16177
16178 commit e52b34d40a8a646e3d11638ea8797e96398dba13
16179 Author: Stefan Roese <sr@denx.de>
16180 Date: Thu Jan 10 18:47:33 2008 +0100
16181
16182 NAND: Make NAND driver less verbose per default
16183
16184 This patch turns off printing of bad blocks per default upon bootup.
16185 This can always be shown via the "nand bad" command later.
16186
16187 Signed-off-by: Stefan Roese <sr@denx.de>
16188
16189 commit fe56a2772e5c59577df906163d0d4b29b056140e
16190 Author: Sergey Kubushyn <ksi@koi8.net>
16191 Date: Wed Jan 9 15:36:20 2008 +0100
16192
16193 NAND: Davinci driver updates
16194
16195 Here comes a trivial patch to cpu/arm926ejs/davinci/nand.c. Unfortunately I
16196 don't have hardware handy so I can not test it at the moment but changes are
16197 rather trivial so it should work. It would be nice if somebody with a
16198 hardware checked it anyways.
16199
16200 Signed-off-by: Sergey Kubushyn <ksi@koi8.net>
16201
16202 commit deac913effd8d80535c9ff4687b6fcdff540c554
16203 Author: Stefan Roese <sr@denx.de>
16204 Date: Sat Jan 5 16:50:32 2008 +0100
16205
16206 NAND: Fix compilation warning and small coding style issue
16207
16208 Signed-off-by: Stefan Roese <sr@denx.de>
16209
16210 commit c568f77acdf896fc3dd6413ce53205b17ba809a3
16211 Author: Stefan Roese <sr@denx.de>
16212 Date: Sat Jan 5 16:49:37 2008 +0100
16213
16214 NAND: Update nand_spl driver to match updated nand subsystem
16215
16216 This patch changes the NAND booting driver nand_spl/nand_boot.c to match
16217 the new infrastructure from the updated NAND subsystem. This NAND
16218 subsystem was recently synced again with the Linux 2.6.22 MTD/NAND
16219 subsystem.
16220
16221 Signed-off-by: Stefan Roese <sr@denx.de>
16222
16223 commit 3df2ece0f0fbba47d27f02fff96c533732b98c14
16224 Author: Stefan Roese <sr@denx.de>
16225 Date: Sat Jan 5 16:47:58 2008 +0100
16226
16227 NAND: Update 4xx NDFC driver to match updated nand subsystem
16228
16229 This patch changes the 4xx NAND driver ndfc.c to match the new
16230 infrastructure from the updated NAND subsystem. This NAND
16231 subsystem was recently synced again with the Linux 2.6.22 MTD/NAND
16232 subsystem.
16233
16234 Tested successfully on AMCC Sequoia and Bamboo.
16235
16236 Signed-off-by: Stefan Roese <sr@denx.de>
16237
16238 commit 12072264528eba33737bc9674e19f0e925ffda23
16239 Author: Stefan Roese <sr@denx.de>
16240 Date: Sat Jan 5 16:43:25 2008 +0100
16241
16242 NAND: Change nand_wait_ready() to not call nand_wait()
16243
16244 This patch changes nand_wait_ready() to not just call nand_wait(),
16245 since this will send a new command to the NAND chip. We just want to
16246 wait for the chip to become ready here.
16247
16248 Signed-off-by: Stefan Roese <sr@denx.de>
16249
16250 commit 9ad754fef5053144daed3b007adaf1c9bec654c9
16251 Author: William Juul <william.juul@datarespons.no>
16252 Date: Fri Dec 14 16:33:45 2007 +0100
16253
16254 make nand dump and nand dump.oob work
16255
16256 Signed-off-by: William Juul <william.juul@tandberg.com>
16257 Signed-off-by: Scott Wood <scottwood@freescale.com>
16258
16259 commit 43ea36fb8fdcbc6e26f0caffe808c63633b18838
16260 Author: William Juul <william.juul@datarespons.no>
16261 Date: Mon Nov 19 14:46:00 2007 +0100
16262
16263 moving files from yaffs2/direct/ to yaffs2/ and deleting all symlinks
16264
16265 Signed-off-by: William Juul <william.juul@tandberg.com>
16266
16267 commit 98824ce3f95e6c4d08d439b779c0acb0048045a6
16268 Author: William Juul <william.juul@tandberg.com>
16269 Date: Tue Jun 10 16:18:13 2008 -0500
16270
16271 Clean out unneeded files
16272
16273 Signed-off-by: William Juul <william.juul@tandberg.com>
16274
16275 commit ec29a32b5a71b203f7d9087f1f4d786e7f13dd23
16276 Author: William Juul <william.juul@datarespons.no>
16277 Date: Fri Nov 16 08:44:27 2007 +0100
16278
16279 Create symlinks from yaffs2/direct to yaffs2
16280
16281 Signed-off-by: William Juul <william.juul@tandberg.com>
16282
16283 commit 90ef117b68387d66763291af0117677644166611
16284 Author: William Juul <william.juul@datarespons.no>
16285 Date: Thu Nov 15 12:23:57 2007 +0100
16286
16287 Incorporate yaffs2 into U-boot
16288
16289 To use YAFFS2 define CONFIG_YAFFS2
16290
16291 Signed-off-by: William Juul <william.juul@tandberg.com>
16292 Signed-off-by: Scott Wood <scottwood@freescale.com>
16293
16294 commit 0e8cc8bd92257da2e1df88cbc985e166e472ce61
16295 Author: William Juul <william.juul@datarespons.no>
16296 Date: Thu Nov 15 11:13:05 2007 +0100
16297
16298 YAFFS2 import
16299
16300 Direct import of yaffs as a tarball as of 20071113 from their public
16301 CVS-web at http://www.aleph1.co.uk/cgi-bin/viewcvs.cgi/yaffs2/
16302
16303 The code can also be imported on the command line with:
16304 export CVSROOT=:pserver:anonymous@cvs.aleph1.co.uk:/home/aleph1/cvs cvs logon
16305 (Hit return when asked for a password)
16306 cvs checkout yaffs2
16307
16308 Signed-off-by: William Juul <william.juul@tandberg.com>
16309 Signed-off-by: Stig Olsen <stig.olsen@tandberg.com>
16310
16311 commit 3043c045d5a9897faba7d5c7218c2f4d06cd0038
16312 Author: William Juul <william.juul@datarespons.no>
16313 Date: Wed Nov 14 14:28:11 2007 +0100
16314
16315 Whitespace cleanup and marking broken code.
16316
16317 Changes requested by maintainer Stefan Roese after
16318 posting patch to U-boot mailing list.
16319
16320 Signed-off-by: William Juul <william.juul@tandberg.com>
16321 Signed-off-by: Scott Wood <scottwood@freescale.com>
16322
16323 commit 5e1dae5c3db7f4026f31b6a2a81ecd9e9dee475f
16324 Author: William Juul <william.juul@datarespons.no>
16325 Date: Fri Nov 9 13:32:30 2007 +0100
16326
16327 Fixing coding style issues
16328
16329 - Fixing leading white spaces
16330 - Fixing indentation where 4 spaces are used instead of tab
16331 - Removing C++ comments (//), wherever I introduced them
16332
16333 Signed-off-by: William Juul <william.juul@tandberg.com>
16334 Signed-off-by: Scott Wood <scottwood@freescale.com>
16335
16336 commit 4cbb651b29cb64d378a06729970e1e153bb605b1
16337 Author: William Juul <william.juul@datarespons.no>
16338 Date: Thu Nov 8 10:39:53 2007 +0100
16339
16340 Remove white space at end.
16341
16342 Signed-off-by: William Juul <william.juul@tandberg.com>
16343 Signed-off-by: Scott Wood <scottwood@freescale.com>
16344
16345 commit cfa460adfdefcc30d104e1a9ee44994ee349bb7b
16346 Author: William Juul <william.juul@datarespons.no>
16347 Date: Wed Oct 31 13:53:06 2007 +0100
16348
16349 Update MTD to that of Linux 2.6.22.1
16350
16351 A lot changed in the Linux MTD code, since it was last ported from
16352 Linux to U-Boot. This patch takes U-Boot NAND support to the level
16353 of Linux 2.6.22.1 and will enable support for very large NAND devices
16354 (4KB pages) and ease the compatibility between U-Boot and Linux
16355 filesystems.
16356
16357 This patch is tested on two custom boards with PPC and ARM
16358 processors running YAFFS in U-Boot and Linux using gcc-4.1.2
16359 cross compilers.
16360
16361 MAKEALL ppc/arm has some issues:
16362 * DOC/OneNand/nand_spl is not building (I have not tried porting
16363 these parts, and since I do not have any HW and I am not familiar
16364 with this code/HW I think its best left to someone else.)
16365
16366 Except for the issues mentioned above, I have ported all drivers
16367 necessary to run MAKEALL ppc/arm without errors and warnings. Many
16368 drivers were trivial to port, but some were not so trivial. The
16369 following drivers must be examined carefully and maybe rewritten to
16370 some degree:
16371 cpu/ppc4xx/ndfc.c
16372 cpu/arm926ejs/davinci/nand.c
16373 board/delta/nand.c
16374 board/zylonite/nand.c
16375
16376 Signed-off-by: William Juul <william.juul@tandberg.com>
16377 Signed-off-by: Stig Olsen <stig.olsen@tandberg.com>
16378 Signed-off-by: Scott Wood <scottwood@freescale.com>
16379
16380 commit cd82919e6c8a73b363a26f34b734923844e52d1c
16381 Author: Wolfgang Denk <wd@denx.de>
16382 Date: Tue Aug 12 16:08:38 2008 +0200
16383
16384 Coding style cleanup, update CHANGELOG, prepare release
16385
16386 Signed-off-by: Wolfgang Denk <wd@denx.de>
16387
16388 commit 17e900b8c0f38d922da47073246219dce2a847f2
16389 Author: Wolfgang Denk <wd@denx.de>
16390 Date: Tue Aug 12 14:54:04 2008 +0200
16391
16392 MVBC_P: fix compile problem
16393
16394 Signed-off-by: Wolfgang Denk <wd@denx.de>
16395
16396 commit 52b047ae48219b59bebe37ba743ab103fd4f8316
16397 Author: Wolfgang Denk <wd@denx.de>
16398 Date: Tue Aug 12 12:10:11 2008 +0200
16399
16400 MPC8272ADS: fix build error: 'bd_t' has no member named 'pci_clk'
16401
16402 Signed-off-by: Wolfgang Denk <wd@denx.de>
16403
16404 commit c9c101c660b3d1995045c61c7c6041f52b6cf335
16405 Author: Wolfgang Denk <wd@denx.de>
16406 Date: Tue Aug 12 00:36:53 2008 +0200
16407
16408 ads5121: fix compiler warnings (unused variables)
16409
16410 Signed-off-by: Wolfgang Denk <wd@denx.de>
16411
16412 commit 902ca09246039964d59bbcb519b1e1b5aed01308
16413 Author: Kumar Gala <galak@kernel.crashing.org>
16414 Date: Mon Aug 11 11:29:28 2008 -0500
16415
16416 85xx: Rename CONFIG_NR_CPUS to CONFIG_NUM_CPUS
16417
16418 Use CONFIG_NUM_CPUS to match existing define used by 86xx.
16419
16420 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16421 Acked-by: Jon Loeliger <jdl@freescale.com>
16422
16423 commit 3216ca9692ff80d7c638723ef448f3d36301d9e7
16424 Author: Kumar Gala <galak@kernel.crashing.org>
16425 Date: Mon Aug 11 09:20:53 2008 -0500
16426
16427 Fix fallout from autostart revert
16428
16429 The autostart revert caused a bit of duplicated code as well as
16430 code that was using images->autostart that needs to get removed so
16431 we can build again.
16432
16433 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16434
16435 commit 3cf8a234b8e8c02e4da1f23566043bc288b05220
16436 Author: Kumar Gala <galak@kernel.crashing.org>
16437 Date: Mon Aug 11 09:16:25 2008 -0500
16438
16439 Fix compile error related to r8a66597-hcd & usb
16440
16441 When building the 8544DS board we get this error:
16442
16443 In file included from r8a66597-hcd.c:22:
16444 u-boot/include/usb.h:190:2: error: #error USB Lowlevel not defined
16445 make[1]: *** [r8a66597-hcd.o] Error 1
16446
16447 The cleanest fix is to only build r8a66597-hcd.c if CONFIG_USB_R8A66597_HCD
16448 is set.
16449
16450 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16451
16452 commit 2d0daa03612338a813e3c9d22680e54eabfea378
16453 Author: Becky Bruce <becky.bruce@freescale.com>
16454 Date: Mon Aug 4 14:02:26 2008 -0500
16455
16456 POWERPC 86xx: Move BAT setup code to C
16457
16458 This is needed because we will be possibly be locating
16459 devices at physical addresses above 32bits, and the asm
16460 preprocessing does not appear to deal with ULL constants
16461 properly. We now call write_bat in lib_ppc/bat_rw.c.
16462
16463 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
16464 Acked-by: Jon Loeliger <jdl@freescale.com>
16465
16466 commit 9de67149db576c91b9c2a0a182652331e7e44211
16467 Author: Becky Bruce <becky.bruce@freescale.com>
16468 Date: Mon Aug 4 14:01:53 2008 -0500
16469
16470 POWERPC: Add synchronization to write_bat in lib_ppc/bat_rw.c
16471
16472 Perform sync/isync as required by the architecture.
16473
16474 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
16475 Acked-by: Jon Loeliger <jdl@freescale.com>
16476
16477 commit 23f935c073e7578c6066804fd2f9ee116cae6ffe
16478 Author: Becky Bruce <becky.bruce@freescale.com>
16479 Date: Mon Aug 4 14:01:16 2008 -0500
16480
16481 POWERPC: 86xx - add missing CONFIG_HIGH_BATS to sbc8641d config
16482
16483 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
16484 Acked-by: Jon Loeliger <jdl@freescale.com>
16485
16486 commit 5276a3584d26a9533404f0ec00c3b61cf9a97939
16487 Author: Magnus Lilja <lilja.magnus@gmail.com>
16488 Date: Sun Aug 3 21:44:10 2008 +0200
16489
16490 i.MX31: Fix mx31_gpio_mux() function and MUX_-macros.
16491
16492 Correct the mx31_gpio_mux() function to allow changing all i.MX31 IOMUX
16493 contacts instead of only the first 256 ones as is the case prior to
16494 this patch.
16495
16496 Add missing MUX_* macros and update board files to use the new macros.
16497
16498 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
16499
16500 commit b6b183c5b2fffd4c456b7e3fcb064cceb47fe7ac
16501 Author: Magnus Lilja <lilja.magnus@gmail.com>
16502 Date: Sun Aug 3 21:43:37 2008 +0200
16503
16504 i.MX31: Fix IOMUX related typos
16505
16506 Correct the names of some IOMUX macros.
16507
16508 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
16509
16510 commit 4d57b0fb2927d4f50d834884b4ec4a7ca01708b0
16511 Author: Steve Sakoman <steve@sakoman.com>
16512 Date: Mon Aug 11 20:26:16 2008 +0200
16513
16514 OneNAND: Remove unused parameters to onenand_verify_page
16515
16516 The block and page parameters of onenand_verify_page() are not used. This causes a compiler error when CONFIG_MTD_ONENAND_VERIFY_WRITE is enabled.
16517
16518 Signed-off-by: Steve Sakoman <steve@sakoman.com>
16519 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
16520
16521 commit e84d568fa2a9f4ce7888141e71676368ef6b3f25
16522 Author: Anatolij Gustschin <agust@denx.de>
16523 Date: Fri Aug 8 18:00:40 2008 +0200
16524
16525 video: fix bug in cfb_console code
16526
16527 FILL_15BIT_555RGB macro extension for pixel swapping
16528 by commit bed53753dd1d7e6bcbea4339be0fb7760214cc35
16529 introduced a bug in cfb_console:
16530
16531 Bitmaps with odd-numbered width won't be rendered
16532 correctly and even U-Boot crashes are observed on
16533 some platforms while repeated rendering of such
16534 bitmaps with "bmp display". Also if a bitmap is
16535 rendered to an odd-numbered x starting position,
16536 the same problem occurs. This patch is an attempt
16537 to fix it.
16538
16539 Signed-off-by: Anatolij Gustschin <agust@denx.de>
16540
16541 commit d9015f6a50d7258125349ef5c2af836458a0029a
16542 Author: Anatolij Gustschin <agust@denx.de>
16543 Date: Fri Aug 8 18:00:39 2008 +0200
16544
16545 video: fix bug in logo_plot
16546
16547 If logo_plot() should ever be called with x starting
16548 position other than zero and for pixel depths greater
16549 than 8bpp, logo colors distortion will be observed.
16550 This patch fixes the issue.
16551
16552 Signed-off-by: Anatolij Gustschin <agust@denx.de>
16553
16554 commit 406819ae94f79f5b59e01d163380ca7d83709251
16555 Author: Wolfgang Denk <wd@denx.de>
16556 Date: Mon Aug 11 00:17:52 2008 +0200
16557
16558 MAINTAINERS: sort entries
16559
16560 Signed-off-by: Wolfgang Denk <wd@denx.de>
16561
16562 commit cfc442d7913d4d1c3a9bf494f90c012c2f8c3bdc
16563 Author: Roy Zang <tie-fei.zang@freescale.com>
16564 Date: Thu Aug 7 18:19:28 2008 +0800
16565
16566 Add mpc7448hpc2 maintainer information
16567
16568 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
16569
16570 commit a9fe0c3e7ca48afa50d6a0db99fa91e7282d73d8
16571 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
16572 Date: Thu Aug 7 13:13:27 2008 +0530
16573
16574 common/cmd_load.c - Minor code & Coding Style cleanup
16575
16576 - os_data_header Variable is a carry over feature
16577 & unused. So removed all instance of this variable
16578 - Minor Code Style Update
16579
16580 Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
16581 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16582
16583 commit 0d28f34bbe56d0971bd603789dcc6fe7adf11f14
16584 Author: Magnus Lilja <lilja.magnus@gmail.com>
16585 Date: Wed Aug 6 19:32:33 2008 +0200
16586
16587 Update the U-Boot wiki URL.
16588
16589 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
16590
16591 commit aa5ffa16d7e4c461b7b77bf8e79d2ef5638cf754
16592 Author: dirk.behme@googlemail.com <dirk.behme@googlemail.com>
16593 Date: Sun Aug 10 17:56:36 2008 +0200
16594
16595 OneNAND: Remove base address offset usage
16596
16597 While locally preparing some U-Boot patches for ARM based OMAP3 boards, some
16598 using OneNAND and some using NAND, we found some differences in OneNAND and
16599 NAND command address handling.
16600
16601 As this might confuse users (it already confused us), we like to align OneNAND
16602 and NAND address handling.
16603
16604 The issue is that cmd_onenand.c subtracts the onenand base address from the
16605 addresses you type into the u-boot command line so, unlike nand, you can't
16606 use addresses relative to the start of the onenand part e.g. this won't work:
16607
16608 onenand read 82000000 280000 400000
16609
16610 you have to use:
16611
16612 onenand read 82000000 20280000 400000
16613
16614 Looking at recent git, the only board currently using OneNAND is Apollon, and
16615 for this the OneNAND base address is 0 (apollon.h)
16616
16617 #define CFG_ONENAND_BASE 0x00000000
16618
16619 so patch below won't break any existing boards and will align OneNAND and NAND
16620 handling on boards where OneNAND base address is != 0.
16621
16622 Signed-off-by: Steve Sakoman <sakoman@gmail.com>
16623 Signed-off-by: Manikandan Pillai <mani.pillai@ti.com>
16624 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
16625
16626 commit c11528083ef6e55e76df742228c26e39d151813d
16627 Author: Kumar Gala <galak@kernel.crashing.org>
16628 Date: Thu Aug 7 09:28:20 2008 -0500
16629
16630 mpc85xx: workaround old binutils bug
16631
16632 The recent change to move the .bss outside of the image gives older
16633 binutils (ld from eldk4.1/binutils-2.16) some headache:
16634
16635 ppc_85xx-ld: u-boot: Not enough room for program headers (allocated 3, need 4)
16636 ppc_85xx-ld: final link failed: Bad value
16637
16638 We workaround it by being explicit about the program headers and not
16639 assigning the .bss to a program header.
16640
16641 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16642
16643 commit 0bf202ec586d4466c900e987720fa635c594d689
16644 Author: Wolfgang Denk <wd@denx.de>
16645 Date: Sun Aug 10 01:26:26 2008 +0200
16646
16647 Revert "[new uImage] Add autostart flag to bootm_headers structure"
16648
16649 This reverts commit f5614e7926863bf0225ec860d9b319741a9c4004.
16650
16651 The commit was based on a misunderstanding of the (documented)
16652 meaning of the 'autostart' environment variable. It might cause
16653 boards to hang if 'autostart' was used, with the potential to brick
16654 them. Go back to the documented behaviour.
16655
16656 Conflicts:
16657
16658 common/cmd_bootm.c
16659 common/image.c
16660 include/image.h
16661
16662 Signed-off-by: Wolfgang Denk <wd@denx.de>
16663
16664 commit 29f8f58ff40c67f7f2e11afd1715173094e52ac2
16665 Author: Wolfgang Denk <wd@denx.de>
16666 Date: Sat Aug 9 23:17:32 2008 +0200
16667
16668 TQM8xx{L,M}: try to normalize config files for TQM8xx? based board
16669
16670 - enable CFI driver where this was forgotten
16671 - enable mtdparts support
16672 - adjust default environment
16673 etc.
16674
16675 Signed-off-by: Wolfgang Denk <wd@denx.de>
16676
16677 commit 41266c9b5a5f873df3ec891bb0907616958b5602
16678 Author: Peter Tyser <ptyser@xes-inc.com>
16679 Date: Tue Aug 5 10:51:57 2008 -0500
16680
16681 FIT: Fix handling of images without ramdisks
16682
16683 boot_get_ramdisk() should not treat the case when a FIT image does
16684 not contain a ramdisk as an error.
16685
16686 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
16687 Acked-by: Michal Simek <monstr@monstr.eu>
16688
16689 commit f77d92a3f56d88e63cc02226a1204b3bdbac6961
16690 Author: Sergey Lapin <slapin@ossfans.org>
16691 Date: Sat Aug 9 01:39:09 2008 +0400
16692
16693 DataFlash: AT45DB021 fix and AT45DB081 support
16694
16695 Fix for page size of AT45DB021. Also adding bigger AT45DB081
16696 which comes with some newer boards.
16697
16698 Signed-off-by: Sergey Lapin <slapin@ossfans.org>
16699
16700 commit ba9324451b662dd393afa53e5cc36fc5d3d10966
16701 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
16702 Date: Fri Aug 8 16:30:23 2008 +0900
16703
16704 sh: Update sh7763rdp config
16705
16706 Add sh_eth support to sh7763rdp.
16707
16708 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
16709
16710 commit 21f971ec265f6042ec21636d55d06a6bc0751077
16711 Author: Wolfgang Denk <wd@denx.de>
16712 Date: Mon Jul 7 01:22:29 2008 +0200
16713
16714 TQM823L: re-enable logo support; update LCD_INFO text
16715
16716 Signed-off-by: Wolfgang Denk <wd@denx.de>
16717
16718 commit 3b8d17f0f082073346c0df017c9dfd6acdb40d6d
16719 Author: Wolfgang Denk <wd@denx.de>
16720 Date: Fri Aug 8 16:41:56 2008 +0200
16721
16722 TQM8xxL: fix support for second flash bank
16723
16724 When switching the TQM8xxL modules to use the CFI flash driver,
16725 support for the second flash bank was broken because the CFI driver
16726 did not support dynamically sized banks. This gets fixed now.
16727
16728 Signed-off-by: Wolfgang Denk <wd@denx.de>
16729
16730 commit 2a112b234d879f6390503a5f4e38246acce9d0b0
16731 Author: Wolfgang Denk <wd@denx.de>
16732 Date: Fri Aug 8 16:39:54 2008 +0200
16733
16734 CFI: allow for dynamically determined flash sizes and addresses
16735
16736 The CFI driver allowed only for static initializers in the
16737 CFG_FLASH_BANKS_LIST definition, i. e. it did not allow to map
16738 several flash banks contiguously if the bank sizes were not known in
16739 advance, which kind of violates U-Boot's design philosophy.
16740
16741 (will be used for example by the TQM8xxL boards)
16742
16743 Signed-off-by: Wolfgang Denk <wd@denx.de>
16744
16745 commit d9d78ee46d9a396d0a81d00c2b003a9bd32c2e61
16746 Author: Ben Warren <biggerbadderben@gmail.com>
16747 Date: Thu Aug 7 23:26:35 2008 -0700
16748
16749 QE UEC: Fix compiler warnings
16750
16751 Moved static functions earlier in file so forward declarations are not needed.
16752
16753 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16754
16755 commit d5d28fe4aad5f4535400647a5617c11039506467
16756 Author: David Saada <David.Saada@ecitele.com>
16757 Date: Mon Mar 31 02:37:38 2008 -0700
16758
16759 QE UEC: Add MII Commands
16760
16761 Add MII commands to the UEC driver. Note that once a UEC device is selected,
16762 any device on its MDIO bus can be addressed.
16763
16764 Signed-off-by: David Saada <david.saada@ecitele.com>
16765 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16766
16767 commit fd0f2f3796ff2a7a32d35deb1b7996e485849df7
16768 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
16769 Date: Wed Jul 9 21:07:38 2008 +0900
16770
16771 usb: add support for R8A66597 usb controller
16772
16773 add support for Renesas R8A66597 usb controller.
16774 This patch supports USB Host mode.
16775
16776 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
16777 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
16778
16779 commit 1d10dcd041aaeae9fd7c821005692898a0303382
16780 Author: Hunter, Jon <jon-hunter@ti.com>
16781 Date: Sat Jul 26 18:59:16 2008 -0500
16782
16783 Add support for OMAP5912 and OMAP16xx to usbdcore_omap1510.c
16784
16785 Add support to drivers/usb/usbdcore_omap1510.c for OMAP5912 and OMAP16xx devices.
16786
16787 Signed-off-by: Jon Hunter <jon-hunter@ti.com>
16788 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
16789
16790 commit eab1007334b93a6209f1ec33615e26ef5311ede7
16791 Author: Steven A. Falco <sfalco@harris.com>
16792 Date: Wed Aug 6 15:42:52 2008 -0400
16793
16794 ppc4xx: Sequoia has two UARTs in "4-pin" mode. Configure the GPIOs as per schematic.
16795
16796 The Sequoia board has two UARTs in "4-pin" mode. This patch modifies the GPIO
16797 configuration to match the schematic, and also sets the SDR0_PFC1 register to
16798 select the corresponding mode for the UARTs.
16799
16800 Signed-off-by: Steven A. Falco <sfalco@harris.com>
16801 Signed-off-by: Stefan Roese <sr@denx.de>
16802
16803 commit 0eb5717a85b6cba3f67c11fa89bdde38dcd081b5
16804 Author: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
16805 Date: Wed Aug 6 14:42:13 2008 +0200
16806
16807 avr32: add support for EarthLCD Favr-32 board
16808
16809 This patch adds support for the Favr-32 board made by EarthLCD.
16810
16811 This kit, which is also called ezLCD-101 when running with EarthLCD firmware,
16812 has a 10.4" touch screen LCD panel, 16 MB 32-bit SDRAM, 8 MB parallel flash,
16813 Ethernet, audio out, USB device, SD-card slot, USART and various other
16814 connectors for cennecting stuff to SPI, I2C, GPIO, etc.
16815
16816 Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
16817 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
16818
16819 commit bc9019e19758a19a388fb20ef18dc771cd39fdda
16820 Author: Rafael Campos <rafael.campos@hanscan.com>
16821 Date: Thu Jul 31 10:22:20 2008 +0200
16822
16823 cfi-flash: Added support to flash_real_protect for Atmel flash devices
16824
16825 Some of the flash memories produced by ATMEL start in read-only mode.
16826 We need to unprotect it. This patch allows the AT49BV6416 to work with
16827 cfi_flash memories. Tested in the at91rm9200ek board.
16828
16829 Signed-off-by: Rafael Campos Las Heras <rafael.campos@hanscan.com>
16830 Signed-off-by: Stefan Roese <sr@denx.de>
16831
16832 commit 7949839e5836bf8b1074bb6142c46d30ac3aa350
16833 Author: Guennadi Liakhovetski <lg@denx.de>
16834 Date: Tue Aug 5 15:36:39 2008 +0200
16835
16836 cfi-flash: Add definition for the AM29LV800BB AMD NOR-flash
16837
16838 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
16839 Signed-off-by: Stefan Roese <sr@denx.de>
16840
16841 commit 1318673045fe188c6e24c582b1e6efc00ae1c62c
16842 Author: Stefan Roese <sr@denx.de>
16843 Date: Wed Aug 6 14:06:03 2008 +0200
16844
16845 Fix merge problems
16846
16847 Signed-off-by: Stefan Roese <sr@denx.de>
16848
16849 commit f2302d4430e7f3f48308d6a585320fe96af8afbd
16850 Author: Stefan Roese <sr@denx.de>
16851 Date: Wed Aug 6 14:05:38 2008 +0200
16852
16853 Fix merge problems
16854
16855 Signed-off-by: Stefan Roese <sr@denx.de>
16856
16857 commit 6689484ccd43189322aaa5a1c6cd02cdd511ad7d
16858 Author: Kenneth Johansson <kenneth@southpole.se>
16859 Date: Tue Jul 15 12:13:38 2008 +0200
16860
16861 mpc5121: Move iopin features from board specific to common files.
16862
16863 And in the process eliminate some duplicate register defines.
16864
16865 Signed-off-by: Kenneth Johansson <kenneth@southpole.se>
16866
16867 commit ef11df6b66ecf5797e94ba322254b8fb7a4e2e12
16868 Author: John Rigby <jrigby@freescale.com>
16869 Date: Tue Aug 5 17:38:57 2008 -0600
16870
16871 mpc5121: squash some fdt fixup errors
16872
16873 On ADS5121 when booting linux the following errors are seen:
16874 Unable to update property /soc5121@80000000:bus-frequency, err=FDT_ERR_NOTFOUND
16875 Unable to update property /soc5121@80000000/ethernet@2800:local-mac-address, err=FDT_ERR_NOTFOUND
16876 Unable to update property /soc5121@80000000/ethernet@2800:address, err=FDT_ERR_NOTFOUND
16877
16878 This is caused by ft_cpu_setup trying to deal with
16879 both old and new soc node naming. This patch
16880 fixes this by being smarter about what to
16881 fixup.
16882
16883 Also do soc node fixups by compatible instead of by path.
16884 A new board config called OF_SOC_COMPAT defined
16885 to be "fsl,mpc5121-immr" replaces the old
16886 OF_SOC node path that was defined to be "soc@80000000".
16887
16888 Old device trees still work, but the compatiblity
16889 is conditional on CONFIG_OF_SUPPORT_OLD_DEVICE_TREES
16890 which is on by default in include/configs/ads5121.h.
16891
16892 Signed-off-by: John Rigby <jrigby@freescale.com>
16893
16894 commit 81091f58f0c58ecd26c5b05de2ae20ca6cdb521c
16895 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16896 Date: Sat Aug 2 23:48:30 2008 +0200
16897
16898 drivers/serial: Move conditional compilation to Makefile for CONFIG_* macros
16899
16900 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16901
16902 commit 4cd7e6528f61ec669755c3754bb4f9779874fab3
16903 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16904 Date: Sat Aug 2 23:48:32 2008 +0200
16905
16906 nios2/sysid: fix printf warning
16907
16908 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16909
16910 commit 66da6fa0e35e7ee56628c85981709afe7180fc8e
16911 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16912 Date: Sat Aug 2 23:48:33 2008 +0200
16913
16914 Fix remaining build issues with MPC8xx FADS boards.
16915
16916 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16917
16918 commit 81d3f1fdddafd1eb53bbca8739f488d417eb3dd2
16919 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16920 Date: Sat Aug 2 23:48:31 2008 +0200
16921
16922 nios2: fix phys_addr_t and phys_size_t support
16923
16924 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16925
16926 commit 5fa62000db6d0b46ecdeadbeb50faf5197db49ef
16927 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16928 Date: Sat Aug 2 23:48:34 2008 +0200
16929
16930 mvbc_p: Fix problem with '#if (CONFIG_CMD_KGDB)'
16931
16932 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16933
16934 commit 1464eff77e7fdaed609ecf263a2423c9dcf96b1f
16935 Author: Mark Jackson <mpfj@mimc.co.uk>
16936 Date: Fri Aug 1 09:48:29 2008 +0100
16937
16938 Fix bitmap display for atmel lcd controller
16939
16940 The current lcd_display_bitmap() function does not work properly
16941 for the Atmel LCD controller.
16942
16943 2 fixes need to be done:-
16944
16945 (a) when setting the colour map, use the lcd_setcolreg() function
16946 as provided by the Atmel driver
16947 (b) the data is never actually written to the lcd framebuffer !!
16948
16949 Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
16950
16951 commit 2a433c66b1e2770349fe4911be23c375f053ebd8
16952 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16953 Date: Fri Aug 1 08:40:34 2008 +0200
16954
16955 qemu_mips: update README to follow qemu update about default machine
16956
16957 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16958
16959 commit ac169d645f5f0e0b9a232563099209e92a355d8e
16960 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
16961 Date: Thu Jul 31 19:53:21 2008 -0500
16962
16963 ColdFire: Fix compilation issue caused by a missing function
16964
16965 Implement usec2ticks() which is used by fsl_i2c.c in
16966 lib_m68k/time.c
16967
16968 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
16969
16970 commit 01ae85b58b51d2fb1fac5b93095f6042cf48ae7b
16971 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
16972 Date: Thu Jul 31 19:53:06 2008 -0500
16973
16974 Fix compilation error for TASREG
16975
16976 TASREG is ColdFire platform, the include ppc4xx.h in
16977 board/esd/common/flash.c causes conflict.
16978
16979 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
16980
16981 commit 35d3bd3cc35c508a6823dac77e0fd126808e4fc7
16982 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
16983 Date: Thu Jul 31 19:52:36 2008 -0500
16984
16985 Fix compilation error for MCF5275
16986
16987 Rename OBJ to COBJ in board/platform/Makefile
16988
16989 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
16990
16991 commit 5c40548f01218360a1f1395198c50ff45f3035b5
16992 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
16993 Date: Thu Jul 31 19:52:28 2008 -0500
16994
16995 Fix compile error caused by incorrect function return type
16996
16997 Rename int mii_init(void) to void mii_init(void) for idmr
16998 ColdFire platform
16999
17000 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
17001
17002 commit a58c78067c928976c082c758d3987e89ead5b191
17003 Author: Wolfgang Denk <wd@denx.de>
17004 Date: Fri Aug 1 12:06:22 2008 +0200
17005
17006 Fix build issues with MPC8xx FADS boards.
17007
17008 Signed-off-by: Wolfgang Denk <wd@denx.de>
17009
17010 commit 4b50cd12a3b3c644153c4cf393f4a4c12289e5aa
17011 Author: Wolfgang Denk <wd@denx.de>
17012 Date: Thu Jul 31 17:54:03 2008 +0200
17013
17014 Prepare v1.3.4-rc2: update CHANGELOG
17015
17016 Signed-off-by: Wolfgang Denk <wd@denx.de>
17017
17018 commit a48311557db6e7e9473a6163b44bb1e6c6ed64c4
17019 Author: Mark Jackson <mpfj@mimc.co.uk>
17020 Date: Thu Jul 31 16:09:00 2008 +0100
17021
17022 Add gzipped logo support
17023
17024 The README file states that CONFIG_VIDEO_BMP_GZIP behaves as follows:
17025
17026 If this option is set, additionally to standard BMP
17027 images, gzipped BMP images can be displayed via the
17028 splashscreen support or the bmp command.
17029
17030 However, the splashscreen function *only* supports standard BMP images.
17031
17032 This patch adds the documented gzip support.
17033
17034 Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
17035
17036 commit a5bcb01fbde6b1f1c9863cd86e5c4c369f0121ac
17037 Author: Mark Jackson <mpfj@mimc.co.uk>
17038 Date: Thu Jul 31 15:56:48 2008 +0100
17039
17040 Fix Atmel LCD controller endianess for AVR32 processors
17041
17042 The Atmel lcd controller is used on Atmel's AT91 (little endian) and
17043 AVR32 (big endian) platforms.
17044
17045 As such, the controller can handle both big and little endian memory.
17046
17047 This patch fixes the driver for the AVR32 platform.
17048
17049 Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
17050
17051 commit cdb8bd2fd3bcbe65d8e4334a55f5a667845426a1
17052 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17053 Date: Thu Jul 31 15:56:01 2008 +0200
17054
17055 apollon: fix build out of tree
17056
17057 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17058
17059 commit 2e752be39d3e398d4ab89ffa6634c397df298297
17060 Author: Guennadi Liakhovetski <lg@denx.de>
17061 Date: Thu Jul 31 12:35:04 2008 +0200
17062
17063 Uncompressed images loaded to their start address shall set load_end too
17064
17065 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
17066 Acked-by: Bartlomiej Sieka <tur@semihalf.com>
17067
17068 commit c37207d7f51e19c17f859966f314e27cc1231801
17069 Author: Wolfgang Denk <wd@denx.de>
17070 Date: Wed Jul 16 16:38:59 2008 +0200
17071
17072 Fix printf() format problems with configurable prompts
17073
17074 U-Boot allows for configurable prompt strings using the
17075 CONFIG_AUTOBOOT_PROMPT resp. CONFIG_MENUPROMPT definitions. So far,
17076 the assumption was that any such user defined problts would contain
17077 exactly one "%d" format specifier. But some boards did not.
17078
17079 To allow for flexible boot prompts without adding too complex code we
17080 now allow to specify the whole list of printf() arguments in the user
17081 definition. This is powerful, but requires a responsible user who
17082 really understands what he is doing, as he needs to know for exanple
17083 which variables are available in the respective context.
17084
17085 Signed-off-by: Wolfgang Denk <wd@denx.de>
17086
17087 commit 54754120637b6a7f4ff774fb199fc550bcfea1da
17088 Author: Wolfgang Denk <wd@denx.de>
17089 Date: Thu Jul 31 17:02:14 2008 +0200
17090
17091 TQM85xx: fix typo introduce by commit ffbb5cb9
17092
17093 Signed-off-by: Wolfgang Denk <wd@denx.de>
17094
17095 commit 0b4951d4cddca9cc800745891c95b291e47cbbd7
17096 Author: Wolfgang Denk <wd@denx.de>
17097 Date: Thu Jul 31 15:27:01 2008 +0200
17098
17099 mvbc_p board: fix most build warnings.
17100
17101 Signed-off-by: Wolfgang Denk <wd@denx.de>
17102
17103 commit c4ec6db074051d2f6fc76a66411c60621b22bc02
17104 Author: Wolfgang Denk <wd@denx.de>
17105 Date: Thu Jul 31 13:57:20 2008 +0200
17106
17107 E1000: clean up CONFIG_E1000_FALLBACK_MAC handling
17108
17109 Avoid "integer constant is too large for 'long' type" warnings.
17110 And simplify the code.
17111
17112 Signed-off-by: Wolfgang Denk <wd@denx.de>
17113
17114 commit 9196b44334c330cc13de2464c59181e4db71f549
17115 Author: Matvejchikov Ilya <matvejchikov@gmail.com>
17116 Date: Wed Jul 30 23:21:19 2008 +0400
17117
17118 8260: Making the use of gd->pci_clk dependant on the CONFIG_PCI
17119
17120 Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com>
17121
17122 commit 6361ad4b596f5a940a01c91ae0297d98f790cbe0
17123 Author: Matvejchikov Ilya <matvejchikov@gmail.com>
17124 Date: Wed Jul 30 23:20:32 2008 +0400
17125
17126 PPC: Add pci_clk in the global_data for CPM2 processors
17127
17128 This patch adds pci_clk field to the global_data structure for the
17129 processors which have CPM2 module in case the CONFIG_PCI is defined.
17130
17131 Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com>
17132
17133 commit f0ff885ca64655bee6540eb8a25eed90b1152686
17134 Author: Kumar Gala <galak@kernel.crashing.org>
17135 Date: Wed Jul 30 14:13:30 2008 -0500
17136
17137 mpc85xx: Update linker scripts for Freescale boards
17138
17139 * Move to using absolute addressing always. Makes the scripts a bit more
17140 portable and common
17141 * Moved .bss after the end of the image. These allows us to have more
17142 room in the resulting binary image for code and data.
17143 * Removed .text object files that aren't really needed
17144 * Make sure _end is 4-byte aligned as the .bss init code expects this.
17145 (Its possible that the end of .bss isn't 4-byte aligned)
17146
17147 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17148
17149 commit 57c219ad5d34dd9d49991777a62e3899595f2ec7
17150 Author: Kumar Gala <galak@kernel.crashing.org>
17151 Date: Wed Jul 30 08:01:15 2008 -0500
17152
17153 Fix compile warnings in dlmalloc
17154
17155 The origional code was using on odd reference to get to the first
17156 real element in av_[]. The first two elements of the array are
17157 not used for actual bins, but for house keeping. If we are more
17158 explicit about how use the first few elements we can get rid of the
17159 warnings:
17160
17161 dlmalloc.c: In function 'malloc_extend_top':
17162 dlmalloc.c:1971: warning: dereferencing type-punned pointer will break strict-aliasing rules
17163 dlmalloc.c:1999: warning: dereferencing type-punned pointer will break strict-aliasing rules
17164 dlmalloc.c:2029: warning: dereferencing type-punned pointer will break strict-aliasing rules
17165 ...
17166
17167 The logic of how this code came to be is:
17168 bin_at(0) = (char*)&(av_[2]) - 2*SIZE_SZ
17169
17170 SIZE_SZ is the size of pointer, and av_ is arry of pointers so:
17171 bin_at(0) = &(av_[0])
17172
17173 Going from there to bin_at(0)->fd or bin_at(0)->size should be straight forward.
17174
17175 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17176
17177 commit 3f9ae1a5d43c49a8ecf497470c3d1d80255e44b9
17178 Author: Stefan Roese <sr@denx.de>
17179 Date: Wed Jul 30 10:21:01 2008 +0200
17180
17181 ppc4xx: Fix W7OLMG compile problems by adding missing LM75 defines
17182
17183 Signed-off-by: Stefan Roese <sr@denx.de>
17184
17185 commit ebb86c4ecd37a7701358284e497ca4c6483c7cc5
17186 Author: Stefan Roese <sr@denx.de>
17187 Date: Wed Jul 30 09:59:51 2008 +0200
17188
17189 cmd_bootm.c: Fix problem with '#if (CONFIG_CMD_USB)'
17190
17191 A recent patch used '#if (CONFIG_CMD_USB)' instead of
17192 '#if defined(CONFIG_CMD_USB)'. This patch fixes this problem and makes
17193 common/bootm.c compile again.
17194
17195 Signed-off-by: Stefan Roese <sr@denx.de>
17196 Acked-by: Markus Klotzbuecher <mk@denx.de>
17197
17198 commit 2cb9080427fe641dcb71da46cd0634dd406f37ed
17199 Author: Kyungmin Park <kmpark@infradead.org>
17200 Date: Tue Jul 22 08:01:43 2008 +0900
17201
17202 Remove unused I2C at apollon board
17203
17204 There are no I2C devices on this board.
17205
17206 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
17207
17208 commit 3c95960e526b3b026da20201db64526f46faf14b
17209 Author: Wolfgang Denk <wd@denx.de>
17210 Date: Thu Jul 31 10:12:09 2008 +0200
17211
17212 at91rm9200dk, csb637: fix NAND related build problems
17213
17214 Tried fixing NAND support for the at91rm9200dk board; untested.
17215 Disabled NAND support in the csb637 board config file.
17216
17217 Signed-off-by: Wolfgang Denk <wd@denx.de>
17218
17219 commit 9246f5ecfd353ae297a02ffd5328402acf16c9dd
17220 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
17221 Date: Wed Jul 30 12:39:28 2008 +0200
17222
17223 ppc4xx: ML507: Environment in flash and MTD Support
17224
17225 - Relocate the location of U-Boot in the flash
17226 - Save the environment in one sector of the flash memory
17227 - MTD Support
17228
17229 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
17230 Signed-off-by: Stefan Roese <sr@denx.de>
17231
17232 commit a8a16af4d59d14cc1c1187c10aaad80d6b8394b5
17233 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
17234 Date: Tue Jul 29 17:16:10 2008 +0200
17235
17236 ppc4xx: ML507: Use of get_ram_size in board ml507
17237
17238 - Change suggested by WD
17239
17240 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
17241 Signed-off-by: Stefan Roese <sr@denx.de>
17242
17243 commit 01a004313c5ec2d128b611df4c208b1b0d3c3fb4
17244 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
17245 Date: Mon Jul 21 20:30:07 2008 +0200
17246
17247 ppc4xx: ML507: U-Boot in flash and System ACE
17248
17249 This patch allows booting from FLASH the ML507 board by Xilinx.
17250 Previously, U-Boot needed to be loaded from JTAG or a Sytem ACE CF
17251
17252 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
17253 Signed-off-by: Stefan Roese <sr@denx.de>
17254
17255 commit 5c374c9ee16fee2bf68533cc4010b3c0df21f783
17256 Author: Julien May <mailinglist@miromico.ch>
17257 Date: Mon Jun 23 13:57:52 2008 +0200
17258
17259 Add support for the hammerhead (AVR32) board
17260
17261 The Hammerhead platform is built around a AVR32 32-bit microcontroller
17262 from Atmel. It offers versatile peripherals, such as ethernet, usb
17263 device, usb host etc.
17264
17265 The board also incooperates a power supply and is a Power over Ethernet
17266 (PoE) Powered Device (PD).
17267
17268 Additonally, a Cyclone III FPGA from Altera is integrated on the board.
17269 The FPGA is mapped into the 32-bit AVR memory bus. The FPGA offers two
17270 DDR2 SDRAM interfaces, which will cover even the most exceptional need
17271 of memory bandwidth. Together with the onboard video decoder the board
17272 is ready for video processing.
17273
17274 For more information see: http:///www.miromico.com/hammerhead
17275
17276 Signed-off-by: Julien May <mailinglist@miromico.ch>
17277 [haavard.skinnemoen@atmel.com: various small fixes and adaptions]
17278 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17279
17280 commit 09d318a8bb1444ec92e31cafcdba877eb9409e58
17281 Author: Kumar Gala <galak@kernel.crashing.org>
17282 Date: Tue Jul 29 12:23:49 2008 -0500
17283
17284 fsl_i2c: Use timebase timer functions instead of get_timer()
17285
17286 The current implementation of get_timer() is only really useful after we
17287 have relocated u-boot to memory. The i2c code is used before that as part
17288 of the SPD DDR setup.
17289
17290 We actually have a bug when using the get_timer() code before relocation
17291 because the .bss hasn't been setup and thus we could be reading/writing
17292 a random location (probably in flash).
17293
17294 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17295
17296 commit 4fc72a0d6ca85070a5e90d76cc5a853526ac09c4
17297 Author: Frank Svendsbøe <frank.svendsboe@gmail.com>
17298 Date: Tue Jul 29 14:49:31 2008 +0200
17299
17300 Adder8xx: Fix CFG_MONITOR_LEN
17301
17302 Due to increased space usage, U-Boot can no longer be stored in three sectors.
17303 The current U-Boot use just over three flash sectors (197k), and U-Boot will
17304 become corrupt after saving environment variables. This patch adds another 64k
17305 to CFG_MONITOR_LEN.
17306
17307 Signed-off-by: Frank E. Svendsbøe <frank.svendsboe@gmail.com>
17308
17309 commit a4c59ad4a21140550ada6f97690d2527c4146ce5
17310 Author: Kyungmin Park <kmpark@infradead.org>
17311 Date: Tue Jul 29 08:47:57 2008 +0900
17312
17313 Add OneNAND IPL related files to gitignore
17314
17315 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
17316
17317 commit 8d87589e8e874df7120a3d9667f051bc33bac250
17318 Author: Rafal Jaworowski <raj@semihalf.com>
17319 Date: Mon Jul 28 20:38:25 2008 +0200
17320
17321 API: Teach the storage layer about SATA and MMC options.
17322
17323 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
17324 Acked-by: Rafal Jaworowski <raj@semihalf.com>
17325
17326 commit 6b73b754f782e1ecce5048bf20b22ce56a07a5b8
17327 Author: Rafal Jaworowski <raj@semihalf.com>
17328 Date: Mon Jul 28 20:37:48 2008 +0200
17329
17330 API: Dump contents of sector 0 in the demo application.
17331
17332 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
17333 Acked-by: Rafal Jaworowski <raj@semihalf.com>
17334
17335 commit 13ca6305f2eba49c175f6370c35286141059c789
17336 Author: Rafal Jaworowski <raj@semihalf.com>
17337 Date: Mon Jul 28 20:37:10 2008 +0200
17338
17339 API: Correct storage enumeration routine, other minor fixes in API storage area.
17340
17341 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
17342 Acked-by: Rafal Jaworowski <raj@semihalf.com>
17343
17344 commit 05c7fe0f049b1c9eb9a1992f27e5e350d865f4a8
17345 Author: Rafal Jaworowski <raj@semihalf.com>
17346 Date: Mon Jul 28 20:36:19 2008 +0200
17347
17348 API: Fix compilation warnings in api_examples/demo.c.
17349
17350 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
17351
17352 commit c14eefcc48212af2f3314809605698dd8393a90a
17353 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17354 Date: Sun Jul 27 17:09:43 2008 +0200
17355
17356 Fix more printf() format warnings
17357
17358 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17359
17360 commit 936897d4d1365452bbbdf8430db5e7769ef08d38
17361 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17362 Date: Fri Jul 25 15:18:16 2008 +0200
17363
17364 Fix remaining CFG_CMD_ define, ifdef and comments
17365
17366 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17367
17368 commit 5d1d00fb36005482e1803a00ddc46efa11d719af
17369 Author: Stefano Babic <sbabic@denx.de>
17370 Date: Fri Jul 25 08:57:40 2008 +0200
17371
17372 Add include for config.h in command.h.
17373
17374 Because the cmd_tbl_s structure depends on the configuration file, it
17375 must be assured that config.h is included before the structure is
17376 evaluated by the compiler. If this is not certain, it could happen
17377 that the compiler generates structures of different size, depending
17378 on the fact if the source file includes <config.h> before or after
17379 <command.h>.
17380
17381 The effect is that u-boot crashes when tries to relocate the command
17382 table (for ppc) or try to access to the command table for other
17383 architectures.
17384
17385 The problem can happen on board-depending commands. All general
17386 commands under /common are unaffected, because they include already
17387 config.h before command.h.
17388
17389 Signed-off-by: Stefano Babic <sbabic@denx.de>
17390
17391 commit 2dacb734bac9dba1db9e704d3e0b200ef521c79a
17392 Author: Scott Wood <scottwood@freescale.com>
17393 Date: Wed Jul 23 13:16:06 2008 -0500
17394
17395 NAND: $(obj)-qualify ecc.h in kilauea NAND boot Makefile.
17396
17397 This fixes building out-of-tree.
17398
17399 Signed-off-by: Scott Wood <scottwood@freescale.com>
17400
17401 commit 36d59bd9da9e15d19b867b48449408830f4e2ad5
17402 Author: Heiko Schocher <hs@denx.de>
17403 Date: Wed Jul 23 07:30:46 2008 +0200
17404
17405 Fix warnings if compiling with IDE support.
17406
17407 cmd_ide.c:827: Warnung: weak declaration of `ide_outb' after first use results in unspecified behavior
17408 cmd_ide.c:839: Warnung: weak declaration of `ide_inb' after first use results in unspecified behavior
17409
17410 Signed-off-by: Heiko Schocher <hs@denx.de>
17411
17412 commit 7610db17fd4d59c51d825488526d85ede2f06767
17413 Author: Adrian Filipi <adrian.filipi@eurotech.com>
17414 Date: Tue Jul 22 14:28:11 2008 -0400
17415
17416 Removed support for the adsvix board.
17417
17418 Support for the adsvix was originally provided by Applied Data
17419 Systems (ADS), inc., now EuroTech, Inc.
17420 The board never shipped aside from some sample boards.
17421
17422 Signed-off-by: Adrian Filipi <adrian.filipi@eurotech.com>
17423
17424 commit f96b44cef897bd372beb86dde1b33637c119d84d
17425 Author: Remy Bohmer <linux@bohmer.net>
17426 Date: Tue Jul 22 16:22:11 2008 +0200
17427
17428 ARM: set GD_FLG_RELOC for boards skipping relocation to RAM
17429
17430 If CONFIG_SKIP_RELOCATE_UBOOT is set the flag GD_FLG_RELOC is usually
17431 never set, because relocation to RAM is actually never done by U-boot
17432 itself. However, several pieces of code check if this flag is set at
17433 some time.
17434
17435 So, to make sure this flag is set on boards skipping relocation, this
17436 is added to the initialisation of U-boot at a moment where it is safe
17437 to do so.
17438
17439 Signed-off-by: Remy Bohmer <linux@bohmer.net>
17440
17441 commit e4dafff86f289b5677143a3e41da7b45c6d27fc7
17442 Author: Timur Tabi <timur@freescale.com>
17443 Date: Mon Jul 21 14:26:23 2008 -0500
17444
17445 fsl-i2c: fix writes to data segment before relocation
17446
17447 Prevent i2c_init() in fsl_i2c.c from writing to the data segment before
17448 relocation. Commit d8c82db4 added the ability for i2c_init() to program the
17449 I2C bus speed and save the value in i2c_bus_speed[], which is a global
17450 variable. It is an error to write to the data segment before relocation,
17451 which is what i2c_init() does when it stores the bus speed in i2c_bus_speed[].
17452
17453 Signed-off-by: Timur Tabi <timur@freescale.com>
17454
17455 commit dbd32387920e5ad6f9dd58a7b5012bbabe2a6a21
17456 Author: Wolfgang Ocker <weo@reccoware.de>
17457 Date: Mon Jul 28 16:56:51 2008 +0200
17458
17459 mips: Fix baudrate divisor computation on alchemy cpus
17460
17461 Use CFG_MIPS_TIMER_FREQ when computing the baudrate divisor
17462 on alchemy cpus.
17463
17464 Signed-off-by: Wolfgang Ocker <weo@reccoware.de>
17465 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
17466
17467 commit c8c845cfdc6d0217135c1d5927eebd2b133a3314
17468 Author: Ben Warren <biggerbadderben@gmail.com>
17469 Date: Sat Jul 5 00:08:48 2008 -0700
17470
17471 Moved initialization of AVR32 Ethernet controllers to board_eth_init()
17472
17473 Renamed initialization functions for atngw100 and atstk1000.
17474 Removed initializations for these boards from net/eth.c
17475
17476 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
17477 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17478
17479 commit a229d291f33308ab7761d39f25fa1a53c0fc00a2
17480 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17481 Date: Wed Jul 23 10:55:46 2008 +0200
17482
17483 spi flash: Fix printf() format warnings
17484
17485 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17486
17487 commit 252a5e0738bcafaf25f7fbb40f19a59abc2cb13e
17488 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17489 Date: Wed Jul 23 10:55:31 2008 +0200
17490
17491 atmel_mci: Fix printf() format warnings
17492
17493 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17494
17495 commit 7f4b009f4232d57084ce0ec5aeb3b57bccb08e4c
17496 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17497 Date: Wed Jul 23 10:55:15 2008 +0200
17498
17499 avr32: Fix printf() format warnings
17500
17501 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17502
17503 commit a79c3e8d9c31db25d5ca3ec8e08a97f323410dd4
17504 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17505 Date: Wed Jul 23 10:52:19 2008 +0200
17506
17507 avr32: asm/io.h needs asm/types.h
17508
17509 map_physmem() takes a phys_addr_t as parameter. This type is defined in
17510 asm/types.h, so we need to include that file.
17511
17512 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17513
17514 commit 1953d128fd07f07d1c3810a28c0863ea64dae1b6
17515 Author: Michal Simek <monstr@monstr.eu>
17516 Date: Thu Jul 17 12:25:46 2008 +0200
17517
17518 microblaze: Fix printf() format issues
17519
17520 Signed-off-by: Michal Simek <monstr@monstr.eu>
17521
17522 commit de2a07e534f18b1ca5f9869a4ef0604ca829cff0
17523 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
17524 Date: Thu Jul 17 07:27:51 2008 +0530
17525
17526 Remove unused code from lib_arm/bootm.c
17527
17528 Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
17529
17530 commit ffbb5cb942e9856fa24e946977e0a60c64df04ab
17531 Author: Detlev Zundel <dzu@denx.de>
17532 Date: Wed Jul 16 18:56:45 2008 +0200
17533
17534 tqm85xx: Demystify 'DK: !!!' comment
17535
17536 Signed-off-by: Detlev Zundel <dzu@denx.de>
17537
17538 commit b2f44ba570f3a01113bbb745daf46f3858d22f53
17539 Author: Detlev Zundel <dzu@denx.de>
17540 Date: Wed Jul 16 18:56:44 2008 +0200
17541
17542 83xx/85xx/86xx: Add LTEDR local bus definitions
17543
17544 Signed-off-by: Detlev Zundel <dzu@denx.de>
17545
17546 commit f13f64cf42d5abec3e0f920233f6a7a61e7ae494
17547 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
17548 Date: Wed Jul 16 16:22:32 2008 +0200
17549
17550 serial_xuartlite.c: fix compiler warnings
17551
17552 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
17553 Acked-by: Grant Likely <grant.likely@secretlab.ca>
17554
17555 commit 86446d3a5d9d3ca81e85d1ccd3accaaae6f8e3c9
17556 Author: Stefan Roese <sr@denx.de>
17557 Date: Fri Jul 18 11:03:35 2008 +0200
17558
17559 POST: Add disable interrupts in some of the missing CPU POST tests
17560
17561 Some CPU POST tests did not disable the interrupts while running. This
17562 seems to be necessary to protect this self modifying code.
17563
17564 Signed-off-by: Stefan Roese <sr@denx.de>
17565
17566 commit 97a3bf268d096e0e97e54048448c35114edcf557
17567 Author: Stefan Roese <sr@denx.de>
17568 Date: Fri Jul 18 10:43:24 2008 +0200
17569
17570 ide: Use CFG_64BIT_LBA instead of CFG_64BIT_STRTOUL
17571
17572 This is needed for boards that define CFG_64BIT_STRTOUL but don't define
17573 CFG_64BIT_LBA.
17574
17575 Signed-off-by: Stefan Roese <sr@denx.de>
17576
17577 commit 0043ac55024963295fc79b39af85b6dc3b261e17
17578 Author: Niklaus Giger <niklaus.giger@netstal.com>
17579 Date: Fri Jul 18 11:22:23 2008 +0200
17580
17581 POST PPC4xx/spr IVPR only if PPC440
17582
17583 The SPR IVPR register is only present (as far as I know) for
17584 processors with a PPC440 core.
17585
17586 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
17587 Acked-by: Stefan Roese <sr@denx.de>
17588
17589 commit 1092fbd64748dfa2e979b102611ece9bc5ec1855
17590 Author: Stefan Roese <sr@denx.de>
17591 Date: Fri Jul 18 10:42:29 2008 +0200
17592
17593 ppc4xx: Enable 64bit printf format on 440/460 platforms
17594
17595 This patch defines CFG_64BIT_VSPRINTF and CFG_64BIT_STRTOUL for all
17596 440/460 platforms. This may be needed since those platforms support
17597 36bit physical address space.
17598
17599 Signed-off-by: Stefan Roese <sr@denx.de>
17600
17601 commit 66fe183b1dd9c7534605147a8ecfed1c02345ee5
17602 Author: Stefan Roese <sr@denx.de>
17603 Date: Fri Jul 18 15:57:23 2008 +0200
17604
17605 ppc4xx: Fix incorrect MODTx setup for some DIMM configurations
17606
17607 This patch fixes a problem with incorrect MODTx (On Die Termination)
17608 setup for a configuration with multiple DIMM's and multiple ranks.
17609 Without this change Katmai was unable to boot Linux with DDR2 frequency
17610 >= 533MHz and mem>=3GB. With this patch Katmai successfully boots Linux
17611 with DDR2 frequency = 640MHz and mem=4GB.
17612
17613 Signed-off-by: Stefan Roese <sr@denx.de>
17614
17615 commit 60204d06ed9f8c2a67cc79eb67fd2b1d22bcbc8c
17616 Author: Stefan Roese <sr@denx.de>
17617 Date: Fri Jul 18 12:24:41 2008 +0200
17618
17619 ppc4xx: Minor coding style cleanup of Xilinx Virtex5 ml507 support
17620
17621 Signed-off-by: Stefan Roese <sr@denx.de>
17622
17623 commit 086511fc96a8a9bb56e5e19a3d84c40f4dba80cc
17624 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
17625 Date: Thu Jul 17 12:47:09 2008 +0200
17626
17627 ppc4xx: ML507 Board Support
17628
17629 The Xilinx ML507 Board is a Virtex 5 prototyping board that includes,
17630 among others:
17631 -Virtex 5 FX FPGA (With a ppc440x5 in it)
17632 -256MB of SDRAM2
17633 -32MB of Flash
17634 -I2C Eeprom
17635 -System ACE chip
17636 -Serial ATA connectors
17637 -RS232 Level Conversors
17638 -Ethernet Transceiver
17639
17640 This patch gives support to a standard design produced by EDK for this
17641 board: ppc440, uartlite, xilinx_int and flash
17642
17643 - Includes Changes propossed by Stefan Roese and Michal Simek
17644
17645 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
17646 Acked-by: Stefan Roese <sr@denx.de>
17647
17648 commit d865fd09809a3a18669f35f970781820af40e4de
17649 Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
17650 Date: Thu Jul 17 11:44:12 2008 +0200
17651
17652 ppc4xx: CPU PPC440x5 on Virtex5 FX
17653
17654 -This patchs gives support for the embbedded ppc440
17655 on the Virtex5 FPGAs
17656 -interrupts.c divided in uic.c and interrupts.c
17657 -xilinx_irq.c for xilinx interrupt controller
17658 -Include modifications propossed by Stefan Roese
17659
17660 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
17661 Acked-by: Stefan Roese <sr@denx.de>
17662
17663 commit 340ccb260f21516be360745d5c5e3bd0657698df
17664 Author: Sebastian Siewior <bigeasy@linutronix.de>
17665 Date: Wed Jul 16 20:04:49 2008 +0200
17666
17667 cfi_flash: fix flash on BE machines with CFG_WRITE_SWAPPED_DATA
17668
17669 This got broken by commits 93c56f212c
17670 [cfi_flash: support of long cmd in U-boot.]
17671
17672 That command needs to be in little endian format on BE machines
17673 with CFG_WRITE_SWAPPED_DATA. Without this patch, the command 0xf0
17674 gets saved on stack as 0x00 00 00 f0 and 0x00 gets written into
17675 the cmdbuf in case portwidth = chipwidth = 8bit.
17676
17677 Cc: Alexey Korolev <akorolev@infradead.org>
17678 Cc: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
17679 Signed-off-by: Sebastian Siewior <bigeasy@linutronix.de>
17680
17681 commit 11188d55bc16dd907451c00282e00a038f73dd62
17682 Author: Stefan Roese <sr@denx.de>
17683 Date: Thu Jul 17 10:40:51 2008 +0200
17684
17685 ppc4xx: Fix alphabetical order in 4xx Makefile part (redwood)
17686
17687 Signed-off-by: Stefan Roese <sr@denx.de>
17688
17689 commit 021f6df6e96af5b387810cf96d24848da1faa55c
17690 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
17691 Date: Thu Jul 10 17:20:51 2008 +0400
17692
17693 83xx: mpc8315erdb: fix silly thinko in fdt_tsec1_fixup
17694
17695 The thinko was quite silly indeed, I messed with !ptr. Normally this
17696 would trigger some fault, but in U-Boot NULL pointer is equal to phys
17697 0, so the code was working still, just didn't actually test mpc8315erdb
17698 environment variable value. Heh.
17699
17700 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
17701 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
17702
17703 commit 25f5f0d49a3ae89bf4396f2557ce98debfef21da
17704 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
17705 Date: Tue Jul 8 21:00:04 2008 +0400
17706
17707 83xx: mpc8315erdb: add support for switching between ULPI/UTMI USB PHYs
17708
17709 Freescale ships MPC8315E-RDB boards either with TSEC1 and USB UTMI
17710 support, or without TSEC1 but with USB ULPI PHY support in addition.
17711 With this patch user can specify desired USB PHY.
17712
17713 Also, it seems that we can't distinguish the two boards in software, so
17714 user have to set `mpc8315erdb' environment variable to either 'tsec1'
17715 (TSEC1 enabled) or `ulpi' (board with ULPI PHY, TSEC1 disabled), so that
17716 Linux will not probe for TSEC1.
17717
17718 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
17719 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
17720
17721 commit 015b27b9e165fcf220e42f2c4afbaeaa2758fcf6
17722 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
17723 Date: Tue Jul 8 20:59:43 2008 +0400
17724
17725 fdt_support: fdt_fixup_dr_usb: add support for phy_type fixups
17726
17727 Currently U-Boot can only fixup the usb dr_mode, but some boards (namely
17728 MPC8315E-RDB) can use two PHY types: ULPI (stand-alone OTG port) or UTMI
17729 (connected to the four-ports hub, usb host only).
17730
17731 This patch implements support for passing Dual-Role USB controller's
17732 device tree property phy_type through the usb_phy_type environment
17733 variable.
17734
17735 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
17736 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
17737 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
17738
17739 commit 699f05125509249072a0b865c8d35520d97cd501
17740 Author: Wolfgang Denk <wd@denx.de>
17741 Date: Tue Jul 15 22:22:44 2008 +0200
17742
17743 Prepare v1.3.4-rc1: Code cleanup, update CHANGELOG, sort Makefile
17744
17745 Signed-off-by: Wolfgang Denk <wd@denx.de>
17746
17747 commit bcab74baa6b1b1c969038ab6f64a186239180405
17748 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
17749 Date: Tue Jul 15 11:23:02 2008 -0400
17750
17751 Round the serial port clock divisor value returned by calc_divisor()
17752
17753 Round the serial port clock divisor value returned by
17754 calc_divisor()
17755
17756 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
17757 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
17758
17759 commit 0328ef0edfe950f0b7b8b368dae482531506b74a
17760 Author: Robin Getz <rgetz@blackfin.uclinux.org>
17761 Date: Tue Jul 15 21:44:46 2008 +0200
17762
17763 Fix DHCP protocol so U-Boot does not respond too early
17764 on the network with it's offered IP number; it should not reply until
17765 after it has received a DHCP ACK message. Also ensures that U-Boot
17766 does it's DHCPREQUEST as broadcast (per RFC 2131).
17767
17768 Signed-off-by: Robin Getz <rgetz@blackfin.uclinux.org>
17769 Acked-by: Ben Warren <biggerbadderben@gmail.com>
17770 Signed-off-by: Wolfgang Denk <wd@denx.de>
17771
17772 commit 7288f972fcaee14a9741cb08c8688a23874b4a2e
17773 Author: Sebastian Siewior <bigeasy@linutronix.de>
17774 Date: Tue Jul 15 13:35:23 2008 +0200
17775
17776 cfi_flash: make the command u32 only
17777
17778 This got changed by commit 93c56f212c
17779 [cfi_flash: support of long cmd in U-boot.]
17780
17781 Long is the wrong type because it will behave differently on 64bit
17782 machines in a way that is probably not expected. u32 should be
17783 enough.
17784
17785 Cc: Alexey Korolev <akorolev@infradead.org>
17786 Cc: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
17787 Signed-off-by: Sebastian Siewior <bigeasy@linutronix.de>
17788
17789 commit 31cfe57491b183acae575d486729e158f016c27b
17790 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17791 Date: Mon Jul 14 23:48:41 2008 +0200
17792
17793 tools/gitignore: update to all generated files
17794
17795 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17796
17797 commit 5e0de0e216b8fb27634afb11c60a2fa24c23349e
17798 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
17799 Date: Wed Jul 9 18:30:44 2008 +0200
17800
17801 mpc5xxx: Add MVBC_P board support
17802
17803 The MVBC_P is a MPC5200B based camera system with Intel Gigabit ethernet
17804 controller (using e1000) and custom Altera Cyclone-II FPGA on PCI.
17805
17806 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
17807 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
17808
17809 commit e2d31fb3450653115452144363d5bde4e5e3e693
17810 Author: Timur Tabi <timur@freescale.com>
17811 Date: Thu Jun 19 17:56:11 2008 -0500
17812
17813 Update Freescale sys_eeprom.c to handle CCID formats
17814
17815 Update the sys_eeprom.c file to handle both NXID and CCID EEPROM formats. The
17816 NXID format replaces the older CCID format, but it's important to support both
17817 since most boards out there still use the CCID format. This change is in
17818 preparation for using one file to handle both formats. This will also unify
17819 EEPROM support for all Freescale 85xx and 86xx boards.
17820
17821 Also update the 86xx board header files to use the standard CFG_I2C_EEPROM_ADDR
17822 instead of ID_EEPROM_ADDR.
17823
17824 Signed-off-by: Timur Tabi <timur@freescale.com>
17825
17826 commit d85f46a25ccb33ed9b295de3c2cfe1ce270ece9a
17827 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
17828 Date: Fri Jul 11 17:22:43 2008 +0900
17829
17830 pci: sh: Add pci_skip_dev and pci_print_dev function
17831
17832 Add function of new PCI, pci_skip_dev and pci_print_dev.
17833
17834 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
17835 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
17836
17837 commit 1107014e835ec9d46c0333f4211d104f77442db0
17838 Author: Andy Fleming <afleming@freescale.com>
17839 Date: Mon Jul 14 20:29:07 2008 -0500
17840
17841 Clean up INIT_RAM options
17842
17843 The L2_INIT_RAM option was unused, and recent changes to the TLB code
17844 meant that the INIT_RAM TLBs weren't being cleared out. In order to reduce
17845 the amount of mapped space attached to nothing, we change things so the TLBs
17846 get cleared.
17847
17848 Signed-off-by: Andy Fleming <afleming@freescale.com>
17849
17850 commit 4524561820a9327e89107854b3a7187800ccf719
17851 Author: Andy Fleming <afleming@freescale.com>
17852 Date: Mon Jul 14 20:26:57 2008 -0500
17853
17854 Remove fake flash bank from 8544 DS
17855
17856 The fake flash bank was generating errors for anyone who didn't have a
17857 PromJET hooked up to the board. As that constitutes the vast majority of
17858 users, we remove it.
17859
17860 Signed-off-by: Andy Fleming <afleming@freescale.com>
17861
17862 commit 630d9bfcb5f6d3a43f251901a6b480994dcb6ea3
17863 Author: Kumar Gala <galak@kernel.crashing.org>
17864 Date: Mon Jul 14 14:07:03 2008 -0500
17865
17866 MPC8544DS: Add ATI Video card support
17867
17868 Add support for using a PCIe ATI Video card on PCIe2.
17869
17870 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17871
17872 commit 7f9f4347cf325c63a39fe30910f3fb211ae2cc15
17873 Author: Kumar Gala <galak@kernel.crashing.org>
17874 Date: Mon Jul 14 14:07:02 2008 -0500
17875
17876 85xx: Add some L1/L2 SPR register definitions
17877
17878 Add new L1/L2 SPRs related to e500mc cache config and control.
17879
17880 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17881
17882 commit e5852787f0c3c442a276262f13d91ca450605ac0
17883 Author: Kumar Gala <galak@kernel.crashing.org>
17884 Date: Mon Jul 14 14:07:01 2008 -0500
17885
17886 MPC8544DS: Report board id, board version and fpga version.
17887
17888 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17889
17890 commit 73f15a060f67a2462551c334215bd20fac6b81d1
17891 Author: Kumar Gala <galak@kernel.crashing.org>
17892 Date: Mon Jul 14 14:07:00 2008 -0500
17893
17894 85xx: Cleanup L2 cache size detection
17895
17896 The L2 size detection code was a bit confusing and we kept having to add
17897 code to it to handle new processors. Change the sense of detection so we
17898 look for the older processors that aren't changing.
17899
17900 Also added support for 1M cache size on 8572.
17901
17902 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17903
17904 commit c3ca7e5e00a24451f20df3bded9a61ba541921df
17905 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
17906 Date: Fri Jul 11 15:33:08 2008 -0400
17907
17908 sbc8560: enable CONFIG_OF_LIBFDT by default
17909
17910 Make the default build for the sbc8560 board be powerpc
17911 capable with libfdt support.
17912
17913 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
17914
17915 commit 6b44a44ec2aab180d7095c1c92e669cee1d3e3bd
17916 Author: Andy Fleming <afleming@freescale.com>
17917 Date: Mon Jul 14 20:04:40 2008 -0500
17918
17919 Fix indentation for default boot environment variables
17920
17921 This was proposed by Paul Gortmaker in response to Wolfgang's comments on
17922 similar #defines in sbc8560.h.
17923
17924 Signed-off-by: Andy Fleming <afleming@freescale.com>
17925
17926 commit 37fef499104e28e0a83b02b85ca0d1fbe80d294a
17927 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
17928 Date: Fri Jul 11 15:33:07 2008 -0400
17929
17930 sbc8560: add default fdt values
17931
17932 Add in the default fdt settings and the typical EXTRA_ENV
17933 settings as borrowed from the mpc8560ads. Fix a couple
17934 of stale references to the mpc8560ads dating back to the
17935 original clone/fork.
17936
17937 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
17938 Signed-off-by: Andy Fleming <afleming@freescale.com>
17939
17940 commit d04e76edf92f7f89696989e8702b97e020455af3
17941 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
17942 Date: Fri Jul 11 15:33:06 2008 -0400
17943
17944 sbc8560: add in ft_board_setup()
17945
17946 Add in for the sbc8560, the ft_board_setup() routine, based on what is
17947 in use for the Freescale MPC8560ADS board.
17948
17949 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
17950
17951 commit c158bcaca3b31cbe38c4143812e6170e38a57393
17952 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
17953 Date: Fri Jul 11 15:33:05 2008 -0400
17954
17955 sbc8560: define eth0 and eth1 instead of eth1 and eth2
17956
17957 The existing config doesn't define CONFIG_HAS_ETH0, and so the
17958 fdt support doesn't update the zeros in the dtb local-mac with
17959 real data from the u-boot env. Since the existing config is
17960 tailored to just two interfaces, get rid of the ETH2 definitions
17961 at the same time.
17962
17963 Also don't include any end user specific data into the environment
17964 by default -- things like MAC address, network parameters etc. need
17965 to come from the end user.
17966
17967 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
17968 Signed-off-by: Andy Fleming <afleming@freescale.com>
17969
17970 commit 0ec436d2f95076d9e46ae594db6e9b1d8732840d
17971 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
17972 Date: Fri Jul 11 15:33:04 2008 -0400
17973
17974 sbc8560: properly set cs0_bnds for 512MB
17975
17976 The sbc8560 board ships with 512MB of memory installed,
17977 but the current cs0_bnds is hard coded for 256MB. Set the
17978 value based on CFG_SDRAM_SIZE.
17979
17980 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
17981
17982 commit 6de5bf24004c8d9c9b070bb8f7418d1c45e5eb27
17983 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
17984 Date: Fri Jul 11 15:33:03 2008 -0400
17985
17986 sbc8560: proper definitions for TSEC.
17987
17988 The definitions for the TSEC have become out of date. There is no
17989 longer any such options like "CONFIG_MPC85xx_TSEC1" or similar.
17990 Update to match those of other boards, like the MPC8560ADS.
17991
17992 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
17993 Acked-by: Ben Warren <biggerbadderben@gmail.com>
17994
17995 commit 71074abbe0c76429577aff58aeff0a24ad210b23
17996 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
17997 Date: Wed Jul 9 13:23:05 2008 -0400
17998
17999 8xxx-fdt: set ns16550 clock from CFG_NS16550_CLK, not bi_busfreq
18000
18001 Some boards that have external 16550 UARTs don't have a direct
18002 tie between bi_busfreq and the clock used for the UARTs. Boards
18003 that do have such a tie should set CFG_NS16550_CLK to be
18004 get_bus_freq(0) -- which most of them do already.
18005
18006 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
18007 Acked-by: Kim Phillips <kim.phillips@freescale.com>
18008
18009 commit 24ef76f320fbadf074105229826514db140f939f
18010 Author: Andrew Klossner <andrew@cesa.opbu.xerox.com>
18011 Date: Wed Jul 2 07:03:53 2008 -0700
18012
18013 Change the temp map to ROM to align addresses to page size.
18014
18015 With a page size of BOOKE_PAGESZ_16M, both the real and effective
18016 addresses must be multiples of 16MB. The hardware silently truncates
18017 them so the code happens to work. This patch clarifies the situation
18018 by establishing addresses that the hardware doesn't need to truncate.
18019
18020 Signed-off-by: Andrew Klossner <andrew@cesa.opbu.xerox.com>
18021 Signed-off-by: Andy Fleming <afleming@freescale.com>
18022
18023 commit 06b4186c10204b6683edb047ac5f506fb0ce0937
18024 Author: Kim Phillips <kim.phillips@freescale.com>
18025 Date: Tue Jun 17 17:45:22 2008 -0500
18026
18027 mpc85xx: use IS_E_PROCESSOR macro
18028
18029 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
18030
18031 commit 6b70ffb9d1b2e791161f3cf92937aa45b4a07b78
18032 Author: Kim Phillips <kim.phillips@freescale.com>
18033 Date: Mon Jun 16 15:55:53 2008 -0500
18034
18035 fdt: add crypto node handling for MPC8{3, 5}xxE processors
18036
18037 Delete the crypto node if not on an E-processor. If on 8360 or 834x family,
18038 check rev and up-rev crypto node (to SEC rev. 2.4 property values)
18039 if on an 'EA' processor, e.g. MPC8349EA.
18040
18041 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
18042
18043 commit 85e5808e8ea9f77da5219f23394112f0b424fa5e
18044 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
18045 Date: Fri Jul 11 15:10:11 2008 -0400
18046
18047 ARM DaVinci: Remove extern phy_t declaration by moving code to proper place
18048
18049 ARM DaVinci: Remove extern phy_t declaration by moving
18050 code to proper place.
18051
18052 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
18053
18054 commit 3a9e7ba2ac14018c5dd1e78a7dd735571569c971
18055 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
18056 Date: Fri Jul 11 15:10:10 2008 -0400
18057
18058 ARM DaVinci: Remove duplicate definitions of MACH_TYPE and prototype of i2c_init()
18059
18060 ARM DaVinci: Remove duplicate definitions of MACH_TYPE
18061 and prototype of i2c_init().
18062
18063 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
18064
18065 commit 348753d416cd2c9e7ec6520a544c8f33cf02a560
18066 Author: Kumar Gala <galak@kernel.crashing.org>
18067 Date: Mon Jul 14 14:03:02 2008 -0500
18068
18069 Fix some more printf() format problems.
18070
18071 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
18072
18073 commit 45b16d22c64674ccd8c4637456a987463609141c
18074 Author: Wolfgang Denk <wd@denx.de>
18075 Date: Mon Jul 14 22:38:42 2008 +0200
18076
18077 Fix coding style; make code better parsable by external tools
18078
18079 Signed-off-by: Wolfgang Denk <wd@denx.de>
18080
18081 commit b880cbf207b1c109d3a661417a8feddcbd729a9d
18082 Author: Wolfgang Denk <wd@denx.de>
18083 Date: Mon Jul 14 21:19:08 2008 +0200
18084
18085 cpu/i386/serial.c: Fix syntax errors
18086
18087 Signed-off-by: Wolfgang Denk <wd@denx.de>
18088
18089 commit e2d45e6f4d9919e1afeac5e09557b2252832fccf
18090 Author: Wolfgang Denk <wd@denx.de>
18091 Date: Mon Jul 14 20:41:35 2008 +0200
18092
18093 elppc board: Coding style cleanup.
18094
18095 Signed-off-by: Wolfgang Denk <wd@denx.de>
18096
18097 commit 82b24a8a505fc81466484b3c55b574ee0b4205bc
18098 Author: Wolfgang Denk <wd@denx.de>
18099 Date: Mon Jul 14 20:40:22 2008 +0200
18100
18101 elppc board: fix syntax error.
18102
18103 Signed-off-by: Wolfgang Denk <wd@denx.de>
18104
18105 commit 0fe340585a6a48bd392d315b0dd84d068b1c3790
18106 Author: Wolfgang Denk <wd@denx.de>
18107 Date: Mon Jul 14 20:38:26 2008 +0200
18108
18109 EB+MCF-EV123 board: fix coding style (alingment)
18110
18111 Signed-off-by: Wolfgang Denk <wd@denx.de>
18112
18113 commit 6841785a0bb0f38175456a923edd634fb7dd6947
18114 Author: Wolfgang Denk <wd@denx.de>
18115 Date: Mon Jul 14 20:36:44 2008 +0200
18116
18117 EB+MCF-EV123 board: fix syntx error
18118
18119 Signed-off-by: Wolfgang Denk <wd@denx.de>
18120
18121 commit ab5cda9f88c3eaf9cf599adc3a3375906c4ed904
18122 Author: Andy Fleming <afleming@freescale.com>
18123 Date: Mon Jul 7 18:02:08 2008 -0500
18124
18125 Remove LBC_CACHE_BASE from 8544 DS
18126
18127 The 8544 DS doesn't have any cacheable Local Bus memories set up. By mapping
18128 space for some anyway, we were allowing speculative loads into unmapped space,
18129 which would cause an exception (annoying, even if ultimately harmless).
18130 Removing LBC_CACHE_BASE, and using LBC_NONCACHE_BASE for the LBC LAW solves the
18131 problem.
18132
18133 Signed-off-by: Andy Fleming <afleming@freescale.com>
18134
18135 commit d0ff51ba5d0309dbe9e25ea54f8a0285a6d5db90
18136 Author: Wolfgang Denk <wd@denx.de>
18137 Date: Mon Jul 14 15:19:07 2008 +0200
18138
18139 Code cleanup: fix old style assignment ambiguities like "=-" etc.
18140
18141 Signed-off-by: Wolfgang Denk <wd@denx.de>
18142
18143 commit d7854223c5c85b5849fbf422cc8ac0efef461c37
18144 Author: Wolfgang Denk <wd@denx.de>
18145 Date: Mon Jul 14 15:10:53 2008 +0200
18146
18147 AmigaOneG3SE: remove dead and incomplete files
18148
18149 Signed-off-by: Wolfgang Denk <wd@denx.de>
18150
18151 commit b64f190b7a34224df09b559ca111eb1b733f00ad
18152 Author: Wolfgang Denk <wd@denx.de>
18153 Date: Mon Jul 14 15:06:35 2008 +0200
18154
18155 Fix printf() format issues with sizeof_t types by using %zu
18156
18157 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18158 Signed-off-by: Wolfgang Denk <wd@denx.de>
18159
18160 commit f354b73e16a86f9e9085471a830605f74f84ea5d
18161 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18162 Date: Mon Jul 14 14:11:45 2008 +0200
18163
18164 vsprintf: add z and t options
18165
18166 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18167
18168 commit 25dbe98abb686d8210e1731fba85ced7d3ce874c
18169 Author: Wolfgang Denk <wd@denx.de>
18170 Date: Sun Jul 13 23:07:35 2008 +0200
18171
18172 Fix some more printf() format issues.
18173
18174 Signed-off-by: Wolfgang Denk <wd@denx.de>
18175
18176 commit d5996dd555edf52721b7691a4c59de016251ed39
18177 Author: Wolfgang Denk <wd@denx.de>
18178 Date: Sun Jul 13 19:51:00 2008 +0200
18179
18180 Fix some more printf() format problems.
18181
18182 Signed-off-by: Wolfgang Denk <wd@denx.de>
18183
18184 commit 0f9d5f6d6e814907794995c6a22af752040c35d9
18185 Author: Wolfgang Denk <wd@denx.de>
18186 Date: Sun Jul 13 19:48:26 2008 +0200
18187
18188 ADS5121: Fix (delete) incorrect ads5121_diu_init() prototype
18189
18190 Signed-off-by: Wolfgang Denk <wd@denx.de>
18191
18192 commit 322716a1d1eb33a71067ba0eb1c5346fb2dd6b34
18193 Author: Anatolij Gustschin <agust@denx.de>
18194 Date: Sat Jul 12 17:31:36 2008 +0200
18195
18196 Fix bug in Lime video driver
18197
18198 We need to wait while drawing engine clears frame
18199 buffer before any further software accesses to frame
18200 buffer will be initiated. Otherwise software drawn
18201 parts could be partially destroyed by the drawing
18202 engine or even GDC chip freeze could occur (as
18203 observed on socrates board).
18204
18205 Signed-off-by: Anatolij Gustschin <agust@denx.de>
18206
18207 commit 0a5676befb0c590212a53f7627fa5d0d8a84bf34
18208 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18209 Date: Sat Jul 12 14:36:34 2008 +0200
18210
18211 Fix some more printf() format issues.
18212
18213 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18214
18215 commit 18c8a28aad49803780bd8d52432ded528e37e701
18216 Author: Michal Simek <monstr@monstr.eu>
18217 Date: Fri Jul 11 15:11:57 2008 +0200
18218
18219 hwmon: rename CONFIG_DS1722 to CONFIG_DTT_DS1722
18220
18221 Signed-off-by: Michal Simek <monstr@monstr.eu>
18222 Acked-by: Stefan Roese <sr@denx.de>
18223
18224 commit 6ecbb45bb027e90c19d63b48e7b0c05acc1a87c0
18225 Author: Michal Simek <monstr@monstr.eu>
18226 Date: Fri Jul 11 11:50:53 2008 +0200
18227
18228 hwmon: Cleaning hwmon devices
18229
18230 Clean Makefile
18231 Move device specific values to driver for better reading
18232
18233 Signed-off-by: Michal Simek <monstr@monstr.eu>
18234 Acked-by: Stefan Roese <sr@denx.de>
18235
18236 commit c78fce699c7ff467ecd841da6a79f065180bf578
18237 Author: Michal Simek <monstr@monstr.eu>
18238 Date: Fri Jul 11 10:43:13 2008 +0200
18239
18240 FIS: repare incorrect return value with ramdisk handling
18241
18242 Microblaze and PowerPC use boot_get_ramdisk for loading
18243 ramdisk to memory with checking return value.
18244 Return 0 means success. Return 1 means failed.
18245 Here is correspond part of code from bootm.c which check
18246 return code.
18247
18248 ret = boot_get_ramdisk (argc, argv, images, IH_ARCH_PPC,
18249 &rd_data_start, &rd_data_end);
18250 if (ret)
18251 goto error;
18252
18253 Signed-off-by: Michal Simek <monstr@monstr.eu>
18254
18255 commit 84a2c64a26dc5e275e1cf4e76a6e194a18fb5477
18256 Author: Michal Simek <monstr@monstr.eu>
18257 Date: Fri Jul 11 10:10:32 2008 +0200
18258
18259 microblaze: Remove useless ancient headers
18260
18261 Signed-off-by: Michal Simek <monstr@monstr.eu>
18262
18263 commit 53ea981c3124b13c137c2d10e975b7c6672266e0
18264 Author: Michal Simek <monstr@monstr.eu>
18265 Date: Fri Jul 11 10:10:31 2008 +0200
18266
18267 microblaze: Clean uartlite driver
18268
18269 Redesign uartlite driver to in_be32 and out_be32 macros
18270 Fix missing header in io.h
18271
18272 Signed-off-by: Michal Simek <monstr@monstr.eu>
18273 Acked-by: Grant Likely <grant.likely@secretlab.ca>
18274
18275 commit dbf3dfb386a2d5d2381814e39985ab2e21894550
18276 Author: Marcel Ziswiler <marcel@ziswiler.com>
18277 Date: Fri Jul 11 02:39:14 2008 +0200
18278
18279 Enable passing of ATAGs required by latest Linux kernel.
18280
18281 commit ef130d3093bdf88f01cf3e000fe5df249ebf2b1a
18282 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
18283 Date: Fri Jul 11 10:24:15 2008 -0400
18284
18285 Fix integer overflow warning in calc_divisor()
18286
18287 which happened when rounding the serial port clock divisor
18288
18289 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
18290
18291 commit 6b760189d77f001684e3160b355c185ca3804961
18292 Author: Marcel Ziswiler <marcel@ziswiler.com>
18293 Date: Fri Jul 11 01:09:59 2008 +0200
18294
18295 Fix build time warnings in function mmc_decode_csd()
18296
18297 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
18298
18299 commit c15947d6ce0d59925c97fdfac692476af6e262d0
18300 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
18301 Date: Thu Jul 10 10:46:33 2008 -0400
18302
18303 ARM: Fix for broken compilation when defining CONFIG_CMD_ELF
18304
18305 caused by missing dcache status/enable/disable functions.
18306
18307 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
18308
18309 commit 068c1b77c8f42a1a31084d2f4b1d5cc807c1a9ce
18310 Author: Stefan Roese <sr@denx.de>
18311 Date: Thu Jul 10 13:53:31 2008 +0200
18312
18313 ppc4xx: Remove redundant ft_board_setup() functions from some 4xx boards
18314
18315 This patch removes some ft_board_setup() functions from some 4xx boards.
18316 This can be done since we now have a default weak implementation for this
18317 in cpu/ppc4xx/fdt.c. Only board in need for a different/custom
18318 implementation like canyonlands need their own version.
18319
18320 Signed-off-by: Stefan Roese <sr@denx.de>
18321
18322 commit d39a089f8bc960ba9ae6a08fda5582b578620cc1
18323 Author: Wolfgang Denk <wd@denx.de>
18324 Date: Sun Jul 13 14:58:16 2008 +0200
18325
18326 Add last known maintainer for orphaned boards; reformat.
18327
18328 Signed-off-by: Wolfgang Denk <wd@denx.de>
18329
18330 commit 5c761d57bb9940e016d561fda8b2ed84c55de5b6
18331 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
18332 Date: Thu Jul 10 13:16:04 2008 +0200
18333
18334 Remove kharris@nexus-tech.net from MAINTAINERS
18335
18336 Mail to kharris@nexus-tech.net bounces because the user doesn't exist
18337 anymore. You can't be a maintainer without a valid e-mail address, so
18338 move all boards that used to be maintained by Kyle Harris to the
18339 "orphaned" list.
18340
18341 Currently, only PowerPC has a list of orphaned boards, so this patch
18342 creates one for ARM as well.
18343
18344 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
18345
18346 commit 17bd17071463b0cde391ac4a0863d600474b4ea1
18347 Author: Anatolij Gustschin <agust@denx.de>
18348 Date: Thu Jul 10 01:15:10 2008 +0200
18349
18350 at91: Fix to enable using Teridian MII phy (78Q21x3) with at91sam9260
18351
18352 On the at91sam9260ep development board there is an EEPROM
18353 connected to the TWI interface (PA23, PA24 Peripheral A
18354 multiplexing), so we cannot use these pins as ETX2, ETX3.
18355 This patch configures PA10, PA11 pins for ETX2, ETX3
18356 instead of PA23, PA24 pins.
18357
18358 Signed-off-by: Anatolij Gustschin <agust@denx.de>
18359 Signed-off-by: Manuel Sahm <Manuel.Sahm@feig.de>
18360
18361 commit f889265753ddf4465d9d580827bb9289bfac55d6
18362 Author: Kenneth Johansson <kenneth@southpole.se>
18363 Date: Sat Jul 12 13:18:34 2008 -0600
18364
18365 fix DIU for small screens
18366
18367 The DIU_DIV register is 8 bit not 5 bit. This prevented large DIV values
18368 so it was not possible to set a slow pixel clock and thus prevented
18369 display on small screens.
18370
18371 Signed-off-by: Kenneth Johansson <kenneth@southpole.se>
18372 Acked-by: John Rigby <jrigby@freescale.com>
18373
18374 commit b60b8573875e650e4c69be667bfc88d3ed474a7c
18375 Author: John Rigby <jrigby@freescale.com>
18376 Date: Fri Jul 11 14:44:09 2008 -0600
18377
18378 ADS5121 cleanup compile warnings
18379
18380 board/ads5121/iopin.c
18381 Replace bit fields in struct iopin_t with a single
18382 field and intialize it via plain old macros.
18383 This fixes the type pun warnings and makes the code
18384 more readable.
18385
18386 board/ads5121/ads5121.c
18387 Add include iopin.h to ads5121.c for the iopin_initialize
18388 prototype.
18389
18390 Add an extern void ads5121_diu_init(void)
18391
18392 Signed-off-by: John Rigby <jrigby@freescale.com>
18393
18394 commit bde63587622c4b830a27d1ddf7265843de9e994f
18395 Author: Wolfgang Denk <wd@denx.de>
18396 Date: Fri Jul 11 22:56:11 2008 +0200
18397
18398 Fix some more printf() format issues.
18399
18400 Signed-off-by: Wolfgang Denk <wd@denx.de>
18401
18402 commit 184f1b404a90eef8b425c0e7b3018d59ef9982c8
18403 Author: Wolfgang Denk <wd@denx.de>
18404 Date: Fri Jul 11 22:55:31 2008 +0200
18405
18406 Fixed some out-of-tree build issues
18407
18408 Signed-off-by: Wolfgang Denk <wd@denx.de>
18409
18410 commit 47bf9c71ae838305a3ea3161af8d14e6f3fc2c82
18411 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
18412 Date: Wed Jul 9 16:20:23 2008 -0500
18413
18414 ColdFire: Fix FB CS not setup properly for Mcf5282
18415
18416 Remove all CFG_CSn_RO in cpu/mcf52x2/cpu_init.c. If
18417 CFG_CSn_RO is defined as 0, the chipselect will not
18418 be assigned.
18419
18420 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
18421
18422 commit bc3ccb139f0836f0a834cfd370a120a00ad7e63a
18423 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
18424 Date: Wed Jul 9 15:47:27 2008 -0500
18425
18426 ColdFire: Fix incorrect define for mcf5227x and mcf5445x RTC
18427
18428 Rename CONFIG_MCFTMR to CONFIG_MCFRTC to include real time
18429 clock module in cpu/<cf arch>/cpu_init.c
18430
18431 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
18432
18433 commit f94945b517f10e01927101679c62361e03d4e837
18434 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
18435 Date: Wed Jul 9 15:25:01 2008 -0500
18436
18437 ColdFire: Fix incorrect board name in MAKEALL for M5253EVBE
18438
18439 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
18440
18441 commit 0e0c4357d14a3563c6a2a1e6d5ad6a2cc4f35cab
18442 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
18443 Date: Wed Jul 9 15:21:44 2008 -0500
18444
18445 Fix compile error caused by missing timer function
18446
18447 Add #define CONFIG_MCFTMR in EB+MCF-EV123.h configuration file
18448
18449 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
18450
18451 commit c37ea031175b807c54e6bad9b270e9bede6c0078
18452 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
18453 Date: Wed Jul 9 15:14:25 2008 -0500
18454
18455 Fix compile error caused by incorrect function return type
18456
18457 Rename int mii_init(void) to void mii_init(void)
18458
18459 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
18460
18461 commit ab4860b255239dbaecccdd002c8d11f4ef54dd75
18462 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
18463 Date: Wed Jun 18 19:27:23 2008 -0500
18464
18465 ColdFire: Fix power up issue for MCF5235
18466
18467 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
18468
18469 commit dd08e97361fbc9e79fa5ef1a8acf29273b934b11
18470 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
18471 Date: Wed Jun 18 19:19:07 2008 -0500
18472
18473 ColdFire: Fix compiling error for MCF5275
18474
18475 The compiling error was caused by missing a closed parentheses
18476 in speed.c
18477
18478 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
18479
18480 commit 94603c2fd4dbe0655878416aa0da9f302d4c30d3
18481 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
18482 Date: Wed Jun 18 19:14:01 2008 -0500
18483
18484 ColdFire: Fix timer issue for MCF5272
18485
18486 The timer was assigned to wrong timer memory mapped which
18487 caused udelay() and timer() not working properly.
18488
18489 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
18490
18491 commit 3b1e8ac9b43f89cc9291a6a86e6b33ef55801515
18492 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
18493 Date: Wed Jun 18 19:12:13 2008 -0500
18494
18495 ColdFire: Change invalid JMP to BRA caught by new v4e toolchain
18496
18497 Signed-off-by: Kurt Mahan <kmahan@freescale.com>
18498
18499 commit 8371dc2066136be21e10b7b9293e469297d77298
18500 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
18501 Date: Wed Jun 18 19:05:23 2008 -0500
18502
18503 ColdFire: Add -got=single param for new linux v4e toolchains
18504
18505 Signed-off-by: Kurt Mahan <kmahan@freescale.com>
18506
18507 commit 56d52615cd47bc522ee13bb7ec7e59d6ce9426c7
18508 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
18509 Date: Wed Jun 18 13:21:19 2008 -0500
18510
18511 ColdFire: Fix code flash configuration for M547x/M548x boards
18512
18513 Signed-off-by: Kurt Mahan <kmahan@freescale.com>
18514
18515 commit 6e37091afc07fdcc15590093fd066b0cb7399f85
18516 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
18517 Date: Tue Jun 24 12:12:16 2008 -0500
18518
18519 ColdFire: Fix warning messages by passing correct data type in board.c
18520
18521 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
18522
18523 commit 81cc32322acb1b3225ee45606ced48e2a14824dc
18524 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
18525 Date: Thu May 29 12:21:54 2008 -0500
18526
18527 ColdFire: Fix UART baudrate formula
18528
18529 The formula "counter = (u32) (gd->bus_clk / gd->baudrate) / 32"
18530 can generate the wrong divisor due to integer division truncation.
18531 Round the calculated divisor value by adding 1/2 the baudrate
18532 before dividing by the baudrate.
18533
18534 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
18535 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
18536
18537 commit b578fb471444cbd7db1285701ba51343baaf73fb
18538 Author: Stefan Roese <sr@denx.de>
18539 Date: Thu Jul 10 11:38:26 2008 +0200
18540
18541 ppc4xx: Fix include sequence in 4xx_pcie.c
18542
18543 This patch now moves common.h to the top of the inlcude list. This
18544 is needed for boards with CONFIG_PHYS_64BIT set (e.g. katmai), so that
18545 the phys_size_t/phys_addr_t are defined to the correct size in this
18546 driver.
18547
18548 Signed-off-by: Stefan Roese <sr@denx.de>
18549
18550 commit 69e2c6d0d13d7c8cf1612ac090bdc4c59ba6858e
18551 Author: Stefan Roese <sr@denx.de>
18552 Date: Fri Jul 11 13:10:56 2008 +0200
18553
18554 ppc4xx: Fix compile warning in 44x_spd_ddr2.c
18555
18556 Signed-off-by: Stefan Roese <sr@denx.de>
18557
18558 commit 6bd9138498c2e4f4f09190108b99157d1b2140b5
18559 Author: Stefan Roese <sr@denx.de>
18560 Date: Fri Jul 11 11:40:13 2008 +0200
18561
18562 ppc4xx: Fix small korat merge problem
18563
18564 Signed-off-by: Stefan Roese <sr@denx.de>
18565
18566 commit 1d0554736a0a1dd59718acda660871ce56b69e18
18567 Author: Stefan Roese <sr@denx.de>
18568 Date: Fri Jul 11 11:34:52 2008 +0200
18569
18570 ppc4xx: Some Rewood cleanups (coding style, leading white spaces)
18571
18572 Signed-off-by: Stefan Roese <sr@denx.de>
18573
18574 commit 3a82113ed5934d498f25080441a8261fc9454b15
18575 Author: Stefan Roese <sr@denx.de>
18576 Date: Thu Jul 10 16:37:09 2008 +0200
18577
18578 ppc4xx: Add 460SX UIC defines
18579
18580 Only the really needed ones are added (cascading and EMAC/MAL).
18581
18582 Signed-off-by: Stefan Roese <sr@denx.de>
18583
18584 commit 26173fc6f60521c2a8072f652f863617fc11ba9a
18585 Author: Stefan Roese <sr@denx.de>
18586 Date: Mon Jun 30 14:11:07 2008 +0200
18587
18588 ppc4xx: Continue cleanup of ppc440.h
18589
18590 This patch continues the ppc440.h cleanup by removing some of the unused
18591 defines.
18592
18593 Signed-off-by: Stefan Roese <sr@denx.de>
18594
18595 commit d9056b7913ed6a228d2f33671d916efedee541dd
18596 Author: Stefan Roese <sr@denx.de>
18597 Date: Mon Jun 30 14:05:05 2008 +0200
18598
18599 ppc4xx: Cleanup Katmai & Yucca PCIe register usage
18600
18601 This patch cleans up the 440SPe PCIe register usage. Now only defines
18602 from the include/asm-ppc/4xx_pcie.h are used.
18603
18604 Signed-off-by: Stefan Roese <sr@denx.de>
18605
18606 commit 5de851403b01489b493fa83137ad990b8ce60d1c
18607 Author: Stefan Roese <sr@denx.de>
18608 Date: Thu Jun 26 17:36:39 2008 +0200
18609
18610 ppc4xx: Rework 440GX UIC handling
18611
18612 This patch reworks the 440GX interrupt handling so that the common 4xx
18613 code can be used. The 440GX is an exception to all other 4xx variants
18614 by having the cascading interrupt vectors not on UIC0 but on a special
18615 UIC named UICB0 (UIC Base 0). With this patch now, U-Boot references
18616 the 440GX UICB0 when UIC0 is selected. And the common 4xx interrupt
18617 handling is simpler without any 440GX special cases.
18618
18619 Also some additional cleanup to cpu/ppc4xx/interrupt.c is done.
18620
18621 Signed-off-by: Stefan Roese <sr@denx.de>
18622
18623 commit d1631fe1a05b063ccaf62ea892a8887b829847d1
18624 Author: Stefan Roese <sr@denx.de>
18625 Date: Thu Jun 26 13:40:57 2008 +0200
18626
18627 ppc4xx: Consolidate PPC4xx UIC defines
18628
18629 This 2nd patch now removes all UIC mask bit definition. They should be
18630 generated from the vectors by using the UIC_MASK() macro from now on.
18631 This way only the vectors need to get defined for new PPC's.
18632
18633 Also only the really used interrupt vectors are now defined. This makes
18634 definitions for new PPC versions easier and less error prone.
18635
18636 Another part of this patch is that the 4xx emac driver got a little
18637 cleanup, since now the usage of the interrupts is clearer.
18638
18639 Signed-off-by: Stefan Roese <sr@denx.de>
18640
18641 commit 4fb25a3db3b3839094aa9ab748efd7a95924690b
18642 Author: Stefan Roese <sr@denx.de>
18643 Date: Wed Jun 25 10:59:22 2008 +0200
18644
18645 ppc4xx: Consolidate PPC4xx UIC defines
18646
18647 This patch is the first step to consolidate the UIC related defines in the
18648 4xx headers. Move header from asm-ppc/ppc4xx-intvec.h to
18649 asm-ppc/ppc4xx-uic.h as it will hold all UIC related defines in the next
18650 steps.
18651
18652 Signed-off-by: Stefan Roese <sr@denx.de>
18653
18654 commit 7ee2619c20ccecd57966d74d844e6329e141261c
18655 Author: Stefan Roese <sr@denx.de>
18656 Date: Tue Jun 24 17:18:50 2008 +0200
18657
18658 ppc4xx: Consolidate PPC4xx EBC defines
18659
18660 This patch removes all EBC related defines from the PPC4xx headers
18661 ppc405.h and ppc440.h and introduces a new header
18662
18663 include/asm-ppc/ppc4xx-ebc.h
18664
18665 with all those defines.
18666
18667 Signed-off-by: Stefan Roese <sr@denx.de>
18668
18669 commit e321801bed5a6d896d298c00fd20046f039d5d66
18670 Author: Stefan Roese <sr@denx.de>
18671 Date: Thu Jul 10 13:52:44 2008 +0200
18672
18673 ppc4xx: Remove redundant ft_board_setup() functions from some 4xx boards
18674
18675 This patch removes some ft_board_setup() functions from some 4xx boards.
18676 This can be done since we now have a default weak implementation for this
18677 in cpu/ppc4xx/fdt.c. Only board in need for a different/custom
18678 implementation like canyonlands need their own version.
18679
18680 Signed-off-by: Stefan Roese <sr@denx.de>
18681
18682 commit 08250eb2edbd96514d049602d9e134110ac3185f
18683 Author: Stefan Roese <sr@denx.de>
18684 Date: Thu Jul 10 15:32:32 2008 +0200
18685
18686 ppc4xx: Fix merge problems in 44x_spd_ddr2.c
18687
18688 Signed-off-by: Stefan Roese <sr@denx.de>
18689
18690 commit 1740c1bf40e3c6d03ac16c29943fdd9fc1e87038
18691 Author: Grant Erickson <gerickson@nuovations.com>
18692 Date: Tue Jul 8 08:35:00 2008 -0700
18693
18694 ppc4xx: Add MII mode support to the EMAC RGMII Bridge
18695
18696 This patch adds support for placing the RGMII bridge on the
18697 PPC405EX(r) into MII/GMII mode and allows a board-specific
18698 configuration to specify the bridge mode at compile-time.
18699
18700 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
18701 Signed-off-by: Stefan Roese <sr@denx.de>
18702
18703 commit 2e2050842e731c823ce8d41fb0c15579eb70ced9
18704 Author: Grant Erickson <gerickson@nuovations.com>
18705 Date: Wed Jul 9 16:46:35 2008 -0700
18706
18707 ppc4xx: Add Mnemonics for AMCC/IBM DDR2 SDRAM Controller
18708
18709 This patch completes the preprocessor mneomics for the IBM DDR2 SDRAM
18710 controller registers (MODT and INITPLR) used by the
18711 PowerPC405EX(r). The MMODE and MEMODE registers are unified with their
18712 peer values used for the INITPLR MR and EMR registers,
18713 respectively. Finally, a spelling typo is correct (MANUEL to MANUAL).
18714
18715 With these mnemonics in place, the CFG_SDRAM0_* magic numbers for
18716 Kilauea are replaced by equivalent mnemonics to make it easier to
18717 compare and contrast other 405EX(r)-based boards (e.g. during board
18718 bring-up).
18719
18720 Finally, unified the SDRAM controller register dump routine such that
18721 it can be used across all processor variants that utilize the IBM DDR2
18722 SDRAM controller core. It produces output of the form:
18723
18724 PPC4xx IBM DDR2 Register Dump:
18725 ...
18726 SDRAM_MB0CF[40] = 0x00006701
18727 ...
18728
18729 which is '<mnemonic>[<DCR #>] = <value>'. The DCR number is included
18730 since it is not uncommon that the DCR values in header files get mixed
18731 up and it helps to validate, at a glance, they match what is printed
18732 in the user manual.
18733
18734 Tested on:
18735 AMCC Kilauea/Haleakala:
18736 - NFS Linux Boot: PASSED
18737 - NAND Linux Boot: PASSED
18738
18739 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
18740 Signed-off-by: Stefan Roese <sr@denx.de>
18741
18742 commit ad7382d828982e9c1bafc4313ef1b666f6145f58
18743 Author: Grant Erickson <gerickson@nuovations.com>
18744 Date: Wed Jul 9 16:31:59 2008 -0700
18745
18746 ppc4xx: Add AMCC/IBM DDR2 SDRAM ECC Field Mnemonics
18747
18748 Add additional DDR2 SDRAM memory controller DCR mneomnics, condition
18749 revision ID DCR based on 405EX, and add field mnemonics for bus error
18750 status and ECC error status registers.
18751
18752 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
18753 Signed-off-by: Stefan Roese <sr@denx.de>
18754
18755 commit 103201731bd8e85404d0f51a5b4e8abd14c0b6c6
18756 Author: Grant Erickson <gerickson@nuovations.com>
18757 Date: Wed Jul 9 16:31:36 2008 -0700
18758
18759 ppc4xx: Add SDR0_SRST Mnemonics for the 405EX(r)
18760
18761 This patch adds bit field mnemonics for the 405EX(r) SDR0_SRST soft reset register.
18762
18763 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
18764 Signed-off-by: Stefan Roese <sr@denx.de>
18765
18766 commit 5b457d00730d4aa0c6450d21a9104723e606fb98
18767 Author: Grant Erickson <gerickson@nuovations.com>
18768 Date: Wed Jul 9 11:55:46 2008 -0700
18769
18770 PPC4xx: Correct SDRAM_MCSTAT for PPC405EX(r)
18771
18772 While the PowerPC 405EX(r) shares in common the AMCC/IBM DDR2 SDRAM
18773 controller core also used in the 440SP, 440SPe, 460EX, and 460GT, in
18774 the 405EX(r), SDRAM_MCSTAT has a different DCR value.
18775
18776 Its present value on the 405EX(r) causes a read back of 0xFFFFFFFF
18777 which causes SDRAM initialization to periodically fail since it can
18778 prematurely indicate SDRAM ready status.
18779
18780 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
18781 Signed-off-by: Stefan Roese <sr@denx.de>
18782
18783 commit 0ce5c8675bb2c61f1d71fb97f0bbe822663fb93d
18784 Author: Feng Kan <fkan@amcc.com>
18785 Date: Tue Jul 8 22:48:42 2008 -0700
18786
18787 ppc4xx: Initial framework of the AMCC PPC460SX redwood reference board.
18788
18789 Add AMCC Redwood reference board that uses the latest
18790 PPC 464 CPU processor combined with a rich mix of peripheral
18791 controllers. The board will support PCIe, mutiple Gig ethernet
18792 ports, advanced hardware RAID assistance and IEEE 1588.
18793
18794 Signed-off-by: Feng Kan <fkan@amcc.com>
18795 Signed-off-by: Stefan Roese <sr@denx.de>
18796
18797 commit 96e5fc0e6a1861d0fea4efa3cd376df95a5b1b89
18798 Author: Feng Kan <fkan@amcc.com>
18799 Date: Tue Jul 8 22:48:07 2008 -0700
18800
18801 ppc4xx: Add initial 460SX reference board (redwood) config file and defines.
18802
18803 Signed-off-by: Feng Kan <fkan@amcc.com>
18804 Signed-off-by: Stefan Roese <sr@denx.de>
18805
18806 commit 7d30793685efcada183891c78fc892e6c9ba50c7
18807 Author: Feng Kan <fkan@amcc.com>
18808 Date: Tue Jul 8 22:47:31 2008 -0700
18809
18810 ppc4xx: Add initial 460SX defines for the cpu/ppc4xx directory.
18811
18812 Signed-off-by: Feng Kan <fkan@amcc.com>
18813 Signed-off-by: Stefan Roese <sr@denx.de>
18814
18815 commit 9b55a2536919f4de1bb1044e6eb8262c2f53bc96
18816 Author: Wolfgang Denk <wd@denx.de>
18817 Date: Fri Jul 11 01:16:00 2008 +0200
18818
18819 Fix some more print() format errors.
18820
18821 Signed-off-by: Wolfgang Denk <wd@denx.de>
18822
18823 commit fdd70d1921b87287d9a99d1be99bc35226c2b412
18824 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18825 Date: Thu Jul 10 20:57:54 2008 +0200
18826
18827 MAKEALL: remove duplicated at91 from ARM9 list and add LIST_at91 to arm
18828
18829 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18830
18831 commit c6457e3b8bc79a97381cf7deffa08f7c5a24f86c
18832 Author: Sergey Lapin <slapin@ossfans.org>
18833 Date: Thu Jun 5 11:06:29 2008 +0400
18834
18835 DataFlash AT45DB021 support
18836
18837 Some boards based on AT91SAM926X-EK use smaller DF chips to keep
18838 bootstrap, u-boot and its environment, using NAND or other external
18839 storage for kernel and rootfs. This patch adds support for
18840 small 1024x263 chip.
18841
18842 Signed-off-by: Sergey Lapin <slapin@ossfans.org>
18843
18844 commit 4109df6f75fc00ab7da56d286ba50149a0d16a69
18845 Author: Kim Phillips <kim.phillips@freescale.com>
18846 Date: Thu Jul 10 14:00:15 2008 -0500
18847
18848 silence misc printf formatting compiler warnings
18849
18850 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
18851
18852 commit 3d71c81a9bb03f866a1e98da96363ef3f46c76b3
18853 Author: Markus Klotzbücher <mk@denx.de>
18854 Date: Thu Jul 10 14:47:09 2008 +0200
18855
18856 USB: shutdown USB before booting
18857
18858 This patch fixes a potentially serious issue related to USB which was
18859 discouvered by Martin Krause <martin.krause@tqs.de> and fixed for
18860 ARM920T. Martin wrote:
18861
18862 Turn off USB to prevent the host controller from writing to the
18863 SDRAM while Linux is booting. This could happen, because the HCCA
18864 (Host Controller Communication Area) lies within the SDRAM and the
18865 host controller writes continously to this area (as busmaster!), for
18866 example to increase the HccaFrameNumber variable, which happens
18867 every 1 ms.
18868
18869 This is a slightly modified version of the patch in order to shutdown
18870 USB when booting on all architectures.
18871
18872 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
18873
18874 commit f31c49db2a5e076f415c0785eb37f67f2faa5fc8
18875 Author: Martha Marx <mmarx@silicontkx.com>
18876 Date: Thu May 29 14:23:25 2008 -0400
18877
18878 Configuration changes for ADS5121 Rev 3
18879
18880 ADS5121 Rev 3 board is now the default config
18881
18882 config targets are now
18883
18884 ads5121_config
18885 Rev 3 board with
18886 PCI
18887 M41T62 on board RTC
18888 512MB DRAM
18889
18890 ads5121_rev2_config
18891 Rev 2 board with
18892 No PCI
18893 256MB DRAM
18894
18895 Signed-off-by: Martha Marx <mmarx@silicontkx.com>
18896 Acked-by: Grant Likely <grant.likely@secretlab.ca>
18897 Acked-by: John Rigby <jrigby@freescale.com>
18898
18899 commit 16bee7b0dc294ee01ca2434aa1dd3bd717a69615
18900 Author: Martha Marx <mmarx@silicontkx.com>
18901 Date: Thu May 29 15:37:21 2008 -0400
18902
18903 Consolidate ADS5121 IO Pin configuration
18904
18905 Consolidate ADS5121 IO Pin configuration to one file
18906 board/ads5121/iopin.c.
18907
18908 Remove pin config from cpu/mpc512x/fec.c
18909
18910 Signed-off-by: Martha Marx <mmarx@silicontkx.com>
18911 Acked-by: Grant Likely <grant.likely@secretlab.ca>
18912 Acked-by: John Rigby <jrigby@freescale.com>
18913
18914 commit d4692b0ba83b7b454bbd92bad1f4befe6e1657b7
18915 Author: Christian Eggers <christian@p2400.wgnetz.xx>
18916 Date: Fri Jun 27 19:46:51 2008 +0200
18917
18918 Fix "usb part" command
18919
18920 Only print partition for selected device if user supplied the <dev>
18921 arg with the "usb part [dev]" command.
18922
18923 Signed-off-by: Christian Eggers <ceggers@gmx.de>
18924 Acked-by: Markus Klotzbuecher <mk@denx.de>
18925
18926 commit cc83b27217f7380041fea386ddb6d6d9b261617d
18927 Author: Harald Welte <laforge@gnumonks.org>
18928 Date: Mon Jul 7 00:58:05 2008 +0800
18929
18930 fix USB devices with multiple configurations
18931
18932 This patch fixes bugs in usbdcore*.c related to the use of devices
18933 with multiple configurations.
18934
18935 The original code made mistakes about the meaning of configuration value and
18936 configuration index, and the resulting off-by-one errors resulted in:
18937
18938 * SET_CONFIGURATION always selected the first configuration, no matter what
18939 wValue is being passed.
18940 * GET_DESCRIPTOR/CONFIGURATION always returned the descriptor for the first
18941 configuration (index 0).
18942
18943 Signed-off-by: Harald Welte <laforge@openmoko.org>
18944 Acked-by: Markus Klotzbuecher <mk@denx.de>
18945
18946 commit 06c53beae1a726e707971c555613f09b270a2461
18947 Author: Wolfgang Denk <wd@denx.de>
18948 Date: Thu Jul 10 13:16:09 2008 +0200
18949
18950 Fix some more print() format errors.
18951
18952 Signed-off-by: Wolfgang Denk <wd@denx.de>
18953
18954 commit d4b5f3fa001228d76e2c3380cedadf804b802c2a
18955 Author: Christian Eggers <christian@p2400.wgnetz.xx>
18956 Date: Fri Jun 27 19:46:51 2008 +0200
18957
18958 Fix "usb part" command
18959
18960 Only print partition for selected device if user supplied the <dev>
18961 arg with the "usb part [dev]" command.
18962
18963 Signed-off-by: Christian Eggers <ceggers@gmx.de>
18964 Acked-by: Markus Klotzbuecher <mk@denx.de>
18965
18966 commit e73b5212e0463a3db0af0a5c95c75bfb762ca973
18967 Author: Harald Welte <laforge@gnumonks.org>
18968 Date: Mon Jul 7 00:58:05 2008 +0800
18969
18970 fix USB devices with multiple configurations
18971
18972 This patch fixes bugs in usbdcore*.c related to the use of devices
18973 with multiple configurations.
18974
18975 The original code made mistakes about the meaning of configuration value and
18976 configuration index, and the resulting off-by-one errors resulted in:
18977
18978 * SET_CONFIGURATION always selected the first configuration, no matter what
18979 wValue is being passed.
18980 * GET_DESCRIPTOR/CONFIGURATION always returned the descriptor for the first
18981 configuration (index 0).
18982
18983 Signed-off-by: Harald Welte <laforge@openmoko.org>
18984 Acked-by: Markus Klotzbuecher <mk@denx.de>
18985
18986 commit e870690bdca154943ecadd5212d2d59c1b9d391b
18987 Author: Stefan Roese <sr@denx.de>
18988 Date: Thu Jul 10 10:10:54 2008 +0200
18989
18990 MTD/NAND: Fix printf format warning in nand code
18991
18992 This patch fixes NAND related printf format warning. Those warnings are
18993 now visible since patch dc4b0b38d4aadf08826f6c31270f1eecd27964fd
18994 [Fix printf errors.] by Andrew Klossner has been applied. Thanks, this is
18995 really helpful.
18996
18997 Signed-off-by: Stefan Roese <sr@denx.de>
18998
18999 commit 10943c9afa25694bd9999461f4e9e50ce22fff2b
19000 Author: Stefan Roese <sr@denx.de>
19001 Date: Thu Jul 10 10:00:45 2008 +0200
19002
19003 rtc: Fix printf format warning in m41t60.c
19004
19005 Signed-off-by: Stefan Roese <sr@denx.de>
19006
19007 commit dc1da42f814cd71e6756c2cf62af1ada1d0581fb
19008 Author: Stefan Roese <sr@denx.de>
19009 Date: Tue Jul 8 12:01:47 2008 +0200
19010
19011 pci: Move PCI device configuration check into a separate weak function
19012
19013 This patch moves the check, if a device should be skipped in PCI PNP
19014 configuration into the function pci_skip_dev(). This function is defined
19015 as weak so that it can be overwritten by a platform specific one if
19016 needed. The check if the device should get printed in the PCI summary upon
19017 bootup (when CONFIG_PCI_SCAN_SHOW is defined) is moved to the function
19018 pci_print_dev() which is also defined as weak too.
19019
19020 Signed-off-by: Stefan Roese <sr@denx.de>
19021
19022 commit b002144e1dc21374b1ef5281fe6b5d014af96650
19023 Author: Stefan Roese <sr@denx.de>
19024 Date: Thu Jul 10 09:58:06 2008 +0200
19025
19026 ppc4xx: Fix printf format warnings now visible with the updated format check
19027
19028 This patch fixes ppc4xx related printf format warning. Those warnings are
19029 now visible since patch dc4b0b38d4aadf08826f6c31270f1eecd27964fd
19030 [Fix printf errors.] by Andrew Klossner has been applied. Thanks, this is
19031 really helpful.
19032
19033 Signed-off-by: Stefan Roese <sr@denx.de>
19034
19035 commit 5d812b8b4ad9667c77a5bf92b4ba81699abc9fc3
19036 Author: Stefan Roese <sr@denx.de>
19037 Date: Wed Jul 9 17:33:57 2008 +0200
19038
19039 ppc4xx: Enable support for > 2GB SDRAM on AMCC Katmai
19040
19041 Newer PPC's like 440SPe, 460EX/GT can be equipped with more than 2GB of SDRAM.
19042 To support such configurations, we "only" map the first 2GB via the TLB's. We
19043 need some free virtual address space for the remaining peripherals like, SoC
19044 devices, FLASH etc.
19045
19046 Note that ECC is currently not supported on configurations with more than 2GB
19047 SDRAM. This is because we only map the first 2GB on such systems, and therefore
19048 the ECC parity byte of the remaining area can't be written.
19049
19050 Signed-off-by: Stefan Roese <sr@denx.de>
19051
19052 commit cf1c2ed91df26903b956948f37f82de9e1158a89
19053 Author: Larry Johnson <lrj@acm.org>
19054 Date: Sat Jun 14 17:02:49 2008 -0400
19055
19056 ppc4xx: Remove implementation of testdram() from Korat board support
19057
19058 Signed-off-by: Larry Johnson <lrj@acm.org>
19059 Signed-off-by: Stefan Roese <sr@denx.de>
19060
19061 commit 47ce4a28ccfcfb803aa68d3d4505a8de056a8a5e
19062 Author: Larry Johnson <lrj@acm.org>
19063 Date: Sat Jun 14 16:53:02 2008 -0400
19064
19065 ppc4xx: Update and add FDT to Korat board support
19066
19067 Signed-off-by: Larry Johnson <lrj@acm.org>
19068 Signed-off-by: Stefan Roese <sr@denx.de>
19069
19070 commit 4188f0491886b3b486164e819c0a83fdb97efd7d
19071 Author: Wolfgang Denk <wd@denx.de>
19072 Date: Thu Jul 10 01:13:30 2008 +0200
19073
19074 Minor coding style cleanup; update CHANGELOG
19075
19076 Signed-off-by: Wolfgang Denk <wd@denx.de>
19077
19078 commit 8915f1189c1d29d8be7f4de325702d90a8988219
19079 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
19080 Date: Wed Jul 9 17:50:45 2008 -0400
19081
19082 e1000: add support for 82545GM 64bit PCI-X copper variant
19083
19084 This PCI-X e1000 variant works by just adding in the correct
19085 PCI IDs in the appropriate places.
19086
19087 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
19088
19089 commit 21ae6ca0315afdbc65dc3e95ffd5763e6773d030
19090 Author: Daniel Hellstrom <daniel@gaisler.com>
19091 Date: Wed Jul 9 12:34:11 2008 +0000
19092
19093 SPARC: Build error fix
19094
19095 (introduced by commit 391fd93ab23e15ab3dd58a54f5b609024009c378)
19096
19097 This patch makes SPARC targets build again. It is caused by
19098 phys_addr_t and phys_size_t being defined in the wrong header
19099 file. include/lmb.h need those typedefs to build.
19100
19101 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
19102
19103 commit 11ccc33fa21acce108f6b4a6936e3271af904c64
19104 Author: Marcel Ziswiler <marcel@ziswiler.com>
19105 Date: Wed Jul 9 08:17:15 2008 +0200
19106
19107 Many spelling fixes in README.
19108
19109 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
19110
19111 commit dbab0691d2533560f7e91b92ae844046a9ad1df3
19112 Author: Marcel Ziswiler <marcel@ziswiler.com>
19113 Date: Wed Jul 9 08:17:06 2008 +0200
19114
19115 Minor spelling fix in comment.
19116
19117 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
19118
19119 commit 89134ea1f67208fd3160bdbb0b9eaab4eab98484
19120 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
19121 Date: Tue Jul 8 14:54:58 2008 -0400
19122
19123 Round the serial port clock divisor value returned by calc_divisor()
19124
19125 Round the serial port clock divisor value returned by
19126 calc_divisor().
19127
19128 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
19129 Signed-off-by: John Roberts <john.roberts@pwav.com>
19130
19131 commit 9d2e3947b2944e5bb85b4335533f8c93c58445fe
19132 Author: Scott Wood <scottwood@freescale.com>
19133 Date: Wed Jul 9 17:47:52 2008 -0500
19134
19135 NAND: ifdef-protect most of nand.h when using legacy NAND.
19136
19137 Some macros such as NAND_CTL_SETALE conflict between current and legacy
19138 NAND, being defined by the subsystem in the former case and the board
19139 config file in the latter.
19140
19141 Signed-off-by: Scott Wood <scottwood@freescale.com>
19142
19143 commit 2b1fa9d383cbbb7d347c1583bd6ca4e181ba8e9e
19144 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
19145 Date: Tue Jul 8 11:02:05 2008 -0400
19146
19147 ARM: Fix for wrong patch version applied for Lyrtech SFF-SDR board (ARM926EJS)
19148
19149 ARM: Fix for incorrect version of patch applied when
19150 adding support for the Lyrtech SFF-SDR board.
19151
19152 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
19153 Signed-off-by: Philip Balister, OpenSDR <philip@opensdr.com>
19154
19155 commit 47042b363ee5022b8180c65d3f4558e7972c79cd
19156 Author: Kyungmin Park <kmpark@infradead.org>
19157 Date: Tue Jul 8 09:08:40 2008 +0900
19158
19159 Remove useless print message at apollon
19160
19161 Remove useless print message at apollon
19162
19163 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
19164
19165 commit 98874ff329d4a5b32c467b43f6e966e1aa68479f
19166 Author: Andy Fleming <afleming@freescale.com>
19167 Date: Mon Jul 7 14:24:39 2008 -0500
19168
19169 Fix LMB type issues
19170
19171 The LMB code now uses phys_addr_t and phys_size_t. Also, there were a couple
19172 of casting problems in the bootm code that called the LMB functions.
19173
19174 Signed-off-by: Andy Fleming <afleming@freescale.com>
19175
19176 commit da8693a91b8eef75ade8de50a1b2ce035bc5fb54
19177 Author: Kumar Gala <galak@kernel.crashing.org>
19178 Date: Mon Jul 7 09:39:06 2008 -0500
19179
19180 Fix compiler warnings
19181
19182 gcc-4.3.x generates the following:
19183
19184 bootm.c: In function 'do_bootm_linux':
19185 bootm.c:208: warning: cast from pointer to integer of different size
19186 bootm.c:215: warning: cast from pointer to integer of different size
19187
19188 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19189
19190 commit 5bb12dbd7ae03189b6c13d8737b5a1b37c3df698
19191 Author: Harald Welte <laforge@gnumonks.org>
19192 Date: Mon Jul 7 15:40:39 2008 +0800
19193
19194 Remove code duplication for setting the default environment
19195
19196 common/env_common.c (default_env): new function that resets the environment to
19197 the default value
19198 common/env_common.c (env_relocate): use default_env instead of own copy
19199 common/env_nand.c (env_relocate_spec): use default_env instead of own copy
19200 include/environment.h: added default_env prototype
19201
19202 Signed-off-by: Werner Almesberger <werner@openmoko.org>
19203 Signed-off-by: Harald Welte <laforge@openmoko.org>
19204
19205 commit 99c2b434d37863df5dda5207a53760c6506fc2be
19206 Author: Marcel Ziswiler <marcel@ziswiler.com>
19207 Date: Sun Jun 22 16:13:46 2008 +0200
19208
19209 NAND: Fix warning due to missing env_ptr casts to u_char * in env_nand.c.
19210
19211 The writeenv() and readenv() calls introduced by the recently added bad block
19212 management for environment variables were missing casts therefore producing
19213 compile time warnings.
19214 While at it fixing some typo in a comment and indentation.
19215
19216 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
19217 Signed-off-by: Scott Wood <scottwood@freescale.com>
19218
19219 commit 3167c5386ea1c98b638be5d8763ef6d5938ef1bd
19220 Author: Scott Wood <scottwood@freescale.com>
19221 Date: Fri Jun 20 12:38:57 2008 -0500
19222
19223 NAND: Rename DEBUG to MTDDEBUG to avoid namespace pollution.
19224
19225 This is particularly problematic now that non-NAND-specific code is
19226 including <nand.h>, and thus all debugging code is being compiled
19227 regardless of whether it was requested, as reported by Scott McNutt
19228 <smcnutt@psyent.com>.
19229
19230 Signed-off-by: Scott Wood <scottwood@freescale.com>
19231
19232 commit c3bf1ad7baa1b0dd989dedc260b7098b6089ae05
19233 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
19234 Date: Thu Jun 12 19:27:58 2008 +0200
19235
19236 mmc: Move atmel_mci driver into drivers/mmc
19237
19238 This makes it easier to use the driver on other platforms.
19239
19240 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
19241 Acked-by: Jean-Chritophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19242
19243 commit d2d54ea449639f3d1a6007e333ab9fcc609a18f0
19244 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
19245 Date: Thu Jun 12 19:27:57 2008 +0200
19246
19247 avr32: Use CONFIG_ATMEL_MCI to select the atmel_mci driver
19248
19249 After we move the atmel_mci driver into drivers/mmc, we can't select
19250 it with CONFIG_MMC anymore. Introduce a new symbol specifically for
19251 this driver so that there's no ambiguity.
19252
19253 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
19254 Acked-by: Jean-Chritophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19255
19256 commit 5ce13051a48c62bda9723df3b4778c492fb47f36
19257 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
19258 Date: Thu Jun 12 19:27:56 2008 +0200
19259
19260 Create drivers/mmc subdirectory
19261
19262 In order to consolidate more of the various MMC drivers around the
19263 tree, we must first have a common place to put them.
19264
19265 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
19266 Acked-by: Jean-Chritophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19267
19268 commit b502611b51f02718c2d1117d4981dabceb5af6de
19269 Author: Joakim Tjernlund <joakim.tjernlund@transmode.se>
19270 Date: Sun Jul 6 12:30:09 2008 +0200
19271
19272 Change env_get_char from a global function ptr to a function
19273
19274 This avoids an early global data reference.
19275
19276 Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
19277
19278 commit 27269417ade432189b234d9fbac98b54e37b978c
19279 Author: Matvejchikov Ilya <matvejchikov@gmail.com>
19280 Date: Sun Jul 6 13:57:58 2008 +0400
19281
19282 Some copy-n-paste fixes in printf usage
19283
19284 Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com>
19285
19286 commit 0e6989b9faf1588e8723535539e88a0df3c71356
19287 Author: Matvejchikov Ilya <matvejchikov@gmail.com>
19288 Date: Sun Jul 6 13:57:00 2008 +0400
19289
19290 FDT memory and pci node fixes for MPC8260ADS
19291
19292 Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com>
19293
19294 commit dc4b0b38d4aadf08826f6c31270f1eecd27964fd
19295 Author: Andrew Klossner <andrew@cesa.opbu.xerox.com>
19296 Date: Mon Jul 7 06:41:14 2008 -0700
19297
19298 Fix printf errors.
19299
19300 The compiler will help find mismatches between printf formats and
19301 arguments if you let it. This patch adds the necessary attributes to
19302 declarations in include/common.h, then begins to correct the resulting
19303 compiler warnings. Some of these were bugs, e.g., "$d" instead of
19304 "%d" and incorrect arguments. Others were just annoying, like
19305 int-long mismatches on a system where both are 32 bits. It's worth
19306 fixing the annoying errors to catch the real ones.
19307
19308 Signed-off-by: Andrew Klossner <andrew@cesa.opbu.xerox.com>
19309
19310 commit 417faf285b2527acb2de24c5cd3e2621d385408c
19311 Author: Becky Bruce <becky.bruce@freescale.com>
19312 Date: Wed Jul 9 11:09:41 2008 -0500
19313
19314 Allow print_size to print in GB
19315
19316 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
19317
19318 commit e7c374529c87525c9aa463e0557c287887ae4e9e
19319 Author: Jason McMullan <mcmullan@netapp.com>
19320 Date: Sun Jun 8 23:56:00 2008 -0400
19321
19322 mips: When booting Linux images, add 'ethaddr' and 'eth1addr' to the environment
19323
19324 Add 'ethaddr' and 'eth1addr' to the Linux kernel environment if
19325 they are set in the U-Boot environment.
19326
19327 Signed-off-by: Jason McMullan <mcmullan@netapp.com>
19328 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
19329
19330 commit 0192d7d56e9320819dea262f49789ae18fdd2c72
19331 Author: Stefan Roese <sr@denx.de>
19332 Date: Tue Jul 8 12:57:14 2008 +0200
19333
19334 jedec_flash: Fix AM29DL800BB device ID
19335
19336 As pointed out by Jerry Hicks, this patch corrects the device ID of
19337 the Spansion AM29DL800BB NOR device. Verified against latest Spansion
19338 datasheet (rev C4 from Dezember 2006).
19339
19340 Signed-off-by: Stefan Roese <sr@denx.de>
19341
19342 commit 689c1b30caacba3fbca0b1813facb3ab70b6cd63
19343 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
19344 Date: Mon Jul 7 11:22:37 2008 +0900
19345
19346 sh: Fix compile error sh7763rdp board
19347
19348 Disable SH ether driver.
19349
19350 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
19351
19352 commit 9e23fe0560b84e324dc5f0ff8813dab2aa34f074
19353 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
19354 Date: Tue Jul 8 12:03:24 2008 +0900
19355
19356 sh: Fix SH-boards compile error
19357
19358 By Cleanup out-or-tree building for some boards (.depend)
19359 (commit:c8a3b109f07f02342d097b30908965f7261d9f15)
19360 because filse ware changed, some SH-boards have compile error.
19361 I revised this problem.
19362
19363 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
19364
19365 commit 3473ab737282b08ad61841fcbb14c4d264a93a8e
19366 Author: Jason Jin <Jason.jin@freescale.com>
19367 Date: Tue May 13 11:50:36 2008 +0800
19368
19369 Feed the watchdog in u-boot for 8610 board.
19370
19371 The watchdog on 8610 board is enabled by setting sw[6]
19372 to on. Once enabled, the watchdog can not be disabled
19373 by software. So feed the dog in u-boot is necessary for
19374 normal operation.
19375
19376 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
19377
19378 commit 63676841ca2d603b13765f3f7b72ff1a61c23f90
19379 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
19380 Date: Wed Jun 18 12:10:33 2008 -0400
19381
19382 Remove duplicate code in cpu/arm926ejs/davinci/lxt972.c.
19383
19384 Remove duplicate code in cpu/arm926ejs/davinci/lxt972.c.
19385
19386 Remove duplicate code in a if/else block in
19387 cpu/arm926ejs/davinci/lxt972.c.
19388 Fixed style issues.
19389
19390 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
19391 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19392
19393 commit fec61431a003f5778bafa2624073a571af8bec9f
19394 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
19395 Date: Wed Jun 18 12:10:31 2008 -0400
19396
19397 Remove duplicate definitions in include/lxt971a.h.
19398
19399 Remove duplicate definitions in include/lxt971a.h.
19400
19401 Remove duplicate registers and bits definitions in
19402 include/lxt971a.h for standard MII registers, and
19403 use values in include/miiphy.h instead.
19404
19405 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
19406 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19407
19408 commit 9751ee0990f467941da0b095a4e995f863672d7a
19409 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
19410 Date: Wed Jun 11 21:05:00 2008 +0900
19411
19412 net: sh: Renesas SH7763 Ethernet device support
19413
19414 Renesas SH7763 has 2 channel Ethernet device.
19415 This is 10/100/1000 Base support.
19416 But this patch check 10/100 Base only.
19417
19418 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
19419 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19420
19421 commit 873d97aabc0b1c8822ed1d87e8c5c8ae0a7e4ae9
19422 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
19423 Date: Tue Jun 17 16:28:05 2008 +0900
19424
19425 sh: Update Renesas R2DPlus board
19426
19427 New NOR Flash board support and remove old type flash board config.
19428 And Remove network setting from config file.
19429
19430 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
19431 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
19432
19433 commit ec39d479d2003f15e86e23ebc4e02a1c9a3a181c
19434 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
19435 Date: Tue Jun 17 16:28:01 2008 +0900
19436
19437 sh: Update Renesas R7780MP board
19438
19439 New NOR Flash board support and remove network setting from config file.
19440
19441 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
19442 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
19443
19444 commit c001cd604e9f133743effbddb1c215b48e761c5a
19445 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
19446 Date: Tue Jun 17 16:27:56 2008 +0900
19447
19448 sh: Update Renesas Migo-R board
19449
19450 Remove network setting from config file.
19451
19452 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
19453 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
19454
19455 commit f9599eca7cb5ebe40e5305c8006dced6ecc5cd9e
19456 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
19457 Date: Tue Jun 17 16:27:52 2008 +0900
19458
19459 sh: Update Hitachi MS7722SE board
19460
19461 Remove network setting from config file.
19462
19463 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
19464 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
19465
19466 commit 26209e48e8791670c93108029a5c31a30016c6df
19467 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
19468 Date: Tue Jun 17 16:27:48 2008 +0900
19469
19470 sh: Cleanup source code of SH7763RDP
19471
19472 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
19473 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
19474
19475 commit 5cd5b2c96ef0025762931349d350287aec03ab47
19476 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
19477 Date: Tue Jun 17 16:27:44 2008 +0900
19478
19479 sh: Cleanup source code of R2DPlus
19480
19481 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
19482 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
19483
19484 commit 4ec7e915cfaa31b392755dd2c8231e64736d2ea8
19485 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
19486 Date: Tue Jun 17 16:27:41 2008 +0900
19487
19488 sh: Cleanup source code of R7780MP
19489
19490 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
19491 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
19492
19493 commit 0955ef34c0454ae2ee59a78657a0f01fb3ef16d6
19494 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
19495 Date: Tue Jun 17 16:27:38 2008 +0900
19496
19497 sh: Cleanup source code of MS7722SE
19498
19499 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
19500 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
19501
19502 commit 1d7b31d97b34ccb6f9b20a2465864998b0bf2691
19503 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
19504 Date: Tue Jun 17 16:27:34 2008 +0900
19505
19506 sh: Cleanup source code of MS7720SE
19507
19508 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
19509 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
19510
19511 commit 3ab4827cbe409488ebea1a2ee5094783f2672214
19512 Author: Wolfgang Denk <wd@denx.de>
19513 Date: Mon Jul 7 00:45:03 2008 +0200
19514
19515 SH: fix out of tree building
19516
19517 Signed-off-by: Wolfgang Denk <wd@denx.de>
19518
19519 commit 9047bfa1e737d787be460387dd6f45737eeceb10
19520 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
19521 Date: Thu Jul 3 23:16:06 2008 +0900
19522
19523 net: smc911x: Fix typo
19524
19525 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
19526
19527 commit 5ed546fdd0ca46a165661c2009fa743d9c9fceca
19528 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
19529 Date: Wed Jul 2 18:54:08 2008 +0200
19530
19531 update mvBL-M7 board config
19532
19533 update mvBL-M7 config file to use UBOOT_VERSION and define
19534 CONFIG_HIGH_BATS.
19535
19536 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
19537
19538 commit 5cacc5d0ec52678a5eb83ecda5c3bcb22eb47f30
19539 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
19540 Date: Mon Jun 30 17:45:01 2008 +0900
19541
19542 net: fix compile problem in smc911x driver.
19543
19544 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
19545 Acked-by: Ben Warren <biggerbadderben@gmail.com>
19546
19547 commit 9fea65a6c469b1b474b27446feb58738baba2d31
19548 Author: Michal Simek <monstr@monstr.eu>
19549 Date: Tue Jun 24 09:54:09 2008 +0200
19550
19551 ppc4xx: Rename CONFIG_XILINX_ML300 to CONFIG_XILINX_405
19552
19553 This change helps with better handling with others
19554 Xilinx based platform.
19555
19556 Signed-off-by: Michal Simek <monstr@monstr.eu>
19557 Acked-by: Stefan Roese <sr@denx.de>
19558
19559 commit cbb6289569ae4fc6e2d676528e46ffcc72d743d0
19560 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
19561 Date: Tue Jun 17 13:07:11 2008 +0900
19562
19563 net: ne2000: Move dev_addr variable from grobal to local.
19564
19565 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
19566 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19567
19568 commit dd7e5fa5f847188f78f62f2c52de6cb3def3ecdb
19569 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
19570 Date: Tue Jun 17 13:07:15 2008 +0900
19571
19572 net: ne2000: Fix compile error of NE2000
19573
19574 If enable DEBUG, can not compile ne2000 driver.
19575
19576 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
19577 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19578
19579 commit dd35479a50f6c7c31ea491c07c5200c6dfd06a24
19580 Author: Ben Warren <biggerbadderben@gmail.com>
19581 Date: Mon Jun 23 22:57:27 2008 -0700
19582
19583 Add mechanisms for CPU and board-specific Ethernet initialization
19584
19585 This patch is the first step in cleaning up net/eth.c, by moving Ethernet
19586 initialization to CPU or board-specific code. Initial implementation is
19587 only on the Freescale TSEC controller, but others will be added soon.
19588
19589 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19590
19591 commit 7754f2be5d1835d263aad21b5a629526f3e680b0
19592 Author: Wolfgang Denk <wd@denx.de>
19593 Date: Sun Jul 6 01:21:46 2008 +0200
19594
19595 include/sha256.h: fix file permissions.
19596
19597 Signed-off-by: Wolfgang Denk <wd@denx.de>
19598
19599 commit d3bcdf838e2991d58571308fa6e04ca335bc06e8
19600 Author: Patrice Vilchez <patrice.vilchez@atmel.com>
19601 Date: Tue May 27 11:15:29 2008 +0200
19602
19603 [AT91SAM9] Fix NAND FLASH timings
19604
19605 Fix NAND FLASH timings for at91sam9x evaluation kits.
19606
19607 New timings are based on application note
19608 "NAND Flash Support on AT91SAM9 Microcontrollers" available at
19609 http://atmel.com/dyn/resources/prod_documents/doc6255.pdf
19610
19611 Signed-off-by: Patrice Vilchez <patice.vilchez@atmel.com>
19612 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19613 Acked-by: Stelian Pop <stelian@popies.net>
19614
19615 commit 19bd688484322fe62d1a66c8299da6ff9e967ff9
19616 Author: Stelian Pop <stelian@popies.net>
19617 Date: Thu May 22 00:15:40 2008 +0200
19618
19619 Fix boot from NOR due to incorrect reset delay.
19620
19621 AT91 RSTC registers are battery-backuped, so their values
19622 are not reset across power cycles. One of those registers,
19623 the AT91_RSTC_MR register, is being modified by U-Boot, in
19624 the ethernet initialisation routine, to generate a 500ms
19625 user reset.
19626
19627 Unfortunately, this value is not being restored afterwards,
19628 causing subsequent resets to also last for 500ms.
19629
19630 This long reset sequence causes problems (at least) in the
19631 boot sequence from NOR: by the time the CPU tries to load
19632 a program from the NOR flash, the latter is still in reset
19633 and not yet available.
19634
19635 Additionaly, this patch fixes a bug in the original code which
19636 caused the reset delay to last for 2s instead of 500ms.
19637
19638 Signed-off-by: Stelian Pop <stelian@popies.net>
19639 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19640
19641 commit f492dd636fbbae529e17533995bc6e5813c007f6
19642 Author: Wolfgang Denk <wd@denx.de>
19643 Date: Fri Jul 4 20:11:49 2008 +0200
19644
19645 Update CHANGELOG
19646
19647 Signed-off-by: Wolfgang Denk <wd@denx.de>
19648
19649 commit 5e6e350fc489aa19402f1e79037dd8c0a4bbd73d
19650 Author: Wolfgang Denk <wd@denx.de>
19651 Date: Fri Jul 4 20:07:35 2008 +0200
19652
19653 CCM/SCM boards: fix out of tree building
19654
19655 Signed-off-by: Wolfgang Denk <wd@denx.de>
19656
19657 commit ab4c3a490df9a964711556d2a05b0c787db45fde
19658 Author: Wolfgang Denk <wd@denx.de>
19659 Date: Thu Jul 3 23:22:27 2008 +0200
19660
19661 SCM board: fix build errors.
19662
19663 Signed-off-by: Wolfgang Denk <wd@denx.de>
19664
19665 commit a566466f17ba0e2d2b6c250e77da678fb932470d
19666 Author: Wolfgang Denk <wd@denx.de>
19667 Date: Thu Jul 3 23:06:36 2008 +0200
19668
19669 IAD210 board: fix ``"ALIGN" redefined'' warning.
19670
19671 Signed-off-by: Wolfgang Denk <wd@denx.de>
19672
19673 commit ad756314797c16fa5dca23e115aab881011f164f
19674 Author: Wolfgang Denk <wd@denx.de>
19675 Date: Thu Jul 3 23:00:24 2008 +0200
19676
19677 CCM board: fix build errors.
19678
19679 Signed-off-by: Wolfgang Denk <wd@denx.de>
19680
19681 commit f16ed51702cb9fb6fa2e019bbc0fcd1466b57c3b
19682 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
19683 Date: Wed Jul 2 18:54:08 2008 +0200
19684
19685 update mvBL-M7 board config
19686
19687 update mvBL-M7 config file to use UBOOT_VERSION.
19688
19689 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
19690 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
19691
19692 commit ced209c50e80c25f13c083099b05044048d21f4f
19693 Author: Wolfgang Denk <wd@denx.de>
19694 Date: Thu Jul 3 22:39:21 2008 +0200
19695
19696 sacsng board: fix warnings "suggest explicit braces to avoid ambiguous 'else'"
19697
19698 Signed-off-by: Wolfgang Denk <wd@denx.de>
19699
19700 commit 4ff170a8180a79da4cdaab1b30d58cd7b6be565e
19701 Author: Wolfgang Denk <wd@denx.de>
19702 Date: Thu Jul 3 22:34:08 2008 +0200
19703
19704 Cleanup: fix "expected specifier-qualifier-list before 'phys_size_t'" errors
19705
19706 Signed-off-by: Wolfgang Denk <wd@denx.de>
19707
19708 commit 730f298485984b011b6ee8f4acb511cb45a843dd
19709 Author: Wolfgang Denk <wd@denx.de>
19710 Date: Thu Jul 3 22:04:17 2008 +0200
19711
19712 lmb: fix "implicit declaration of function 'lmb_free'" warning
19713
19714 Signed-off-by: Wolfgang Denk <wd@denx.de>
19715
19716 commit 322ef5e28d2dc62571afc699b00add22a8e006e4
19717 Author: Wolfgang Denk <wd@denx.de>
19718 Date: Wed Jul 2 23:53:23 2008 +0200
19719
19720 Cleanup: remove redundant deleting on *~ files
19721
19722 Signed-off-by: Wolfgang Denk <wd@denx.de>
19723
19724 commit c8a3b109f07f02342d097b30908965f7261d9f15
19725 Author: Wolfgang Denk <wd@denx.de>
19726 Date: Wed Jul 2 23:49:18 2008 +0200
19727
19728 Cleanup out-or-tree building for some boards (.depend)
19729
19730 Signed-off-by: Wolfgang Denk <wd@denx.de>
19731
19732 commit a30cc5a340e7f8f5f85a0e08e7f6c4106ce117c4
19733 Author: Wolfgang Denk <wd@denx.de>
19734 Date: Wed Jul 2 23:38:50 2008 +0200
19735
19736 Cleanup: fix out-of-tree building for some boards
19737
19738 Signed-off-by: Wolfgang Denk <wd@denx.de>
19739
19740 commit 461fa68d20861811487944d22291db5a13410e20
19741 Author: Wolfgang Denk <wd@denx.de>
19742 Date: Wed Jul 2 23:00:14 2008 +0200
19743
19744 Cleanup: replace hard-wired $(AR) 'crv' settings by $(ARFLAGS)
19745
19746 Signed-off-by: Wolfgang Denk <wd@denx.de>
19747
19748 commit 5981ebd32017e062b08aa6747cf591276f2db779
19749 Author: Detlev Zundel <dzu@denx.de>
19750 Date: Fri Jun 20 22:26:24 2008 +0200
19751
19752 fdt: Fix typo in variable name.
19753
19754 Signed-off-by: Detlev Zundel <dzu@denx.de>
19755
19756 commit a7a5982cd0f3482f88225af4da7795bc4f6cb9bc
19757 Author: Gary Jennejohn <garyj@denx.de>
19758 Date: Thu Jun 19 11:11:19 2008 +0200
19759
19760 Add logos for RRvision board
19761
19762 Signed-off-by: Gary Jennejohn <garyj@denx.de>
19763
19764 commit ee4ae38342142237ca85913f88ee570c1eb5ca7c
19765 Author: Esben Haabendal <EsbenHaabendal@gmail.com>
19766 Date: Wed Jun 18 11:03:57 2008 +0200
19767
19768 mpc8260: add fdt_fixup_ethernet support
19769
19770 Add support for updating mac-address and local-mac-address in fdt for
19771 all MPC8260 targets.
19772
19773 Signed-off-by: Esben Haabendal <eha@doredevelopment.dk>
19774
19775 commit f6a69559d64498a04e1e0b087a9b920e5775f866
19776 Author: Steven A. Falco <sfalco@harris.com>
19777 Date: Thu Jun 12 13:24:42 2008 -0400
19778
19779 cmd_nvedit.c: clean up syntax highlighting
19780
19781 My text-editor (vim) has a bit of trouble syntax-highlighting the
19782 cmd_nvedit.c file, because it apparently does not parse C
19783 ifdef/else/endif. The following patch does not change the behavior of
19784 the code at all, but does allow the editor to properly
19785 syntax-highlight the file.
19786
19787 Signed-off-by: Steve Falco <sfalco@harris.com>
19788
19789 commit 75678c807a6272ecc5541eb32898c93887f08400
19790 Author: Steven A. Falco <sfalco@harris.com>
19791 Date: Thu Jun 12 13:22:12 2008 -0400
19792
19793 Make setenv() return status
19794
19795 Currently, the setenv function does not return an error code.
19796 This patch allows to test for errors.
19797
19798 Signed-off-by: Steve Falco <sfalco@harris.com>
19799
19800 commit 4928e97c8531283ca9b368b7c29a8a12e726562a
19801 Author: Kumar Gala <galak@kernel.crashing.org>
19802 Date: Wed Jun 11 10:14:06 2008 -0500
19803
19804 PPC: Added fls, fls64, __ilog2_u64, and ffs64 to bitops
19805
19806 fls64, __ilog2_u64, ffs64 are variants that work on an u64,
19807 and fls is used to implement them.
19808
19809 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19810
19811 commit 83002a77cbdf383015ca384eff5fa31722d8e571
19812 Author: Magnus Lilja <lilja.magnus@gmail.com>
19813 Date: Mon Jun 9 22:58:48 2008 +0200
19814
19815 i.MX31: Cleanup comments in lowlevel_init.S.
19816
19817 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
19818
19819 commit f8cc312bbee69257d741dc9f4062f4a0f5adf609
19820 Author: Ben Warren <biggerbadderben@gmail.com>
19821 Date: Sun Jun 8 23:28:33 2008 -0700
19822
19823 Move conditional compilation of MPC8XXX SPI driver to Makefile
19824
19825 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19826
19827 commit d92ea21bafb674ee2bf27447970b047845e7b0a2
19828 Author: Juergen Kilb <J.Kilb@gmx.de>
19829 Date: Sun Jun 8 17:59:53 2008 +0200
19830
19831 i.MX31: fixed CTRL-C detection
19832
19833 The Register URXD contains status information in bits [15..8].
19834 With status bit 15 set, CTRL-C was reported as 0x8003 instead
19835 of 0x03. Therefore CTRL-C was not detected.
19836 To solve this, bits [15..8] were masked out now.
19837
19838 Signed-off-by: Juergen Kilb <J.Kilb@gmx.de>
19839 Acked-by: Felix Radensky <felix@embedded-sol.com>
19840
19841 commit dd1c5523d6f44e842e69f2fcb50788c6060eab86
19842 Author: Stefan Roese <sr@denx.de>
19843 Date: Tue Jul 1 17:03:19 2008 +0200
19844
19845 ppc4xx: Fix 460EX/GT PCIe port initialization
19846
19847 This patch fixes a bug where the 460EX/GT PCIe UTLSET1 register was
19848 configured incorrectly. Thanks to Olga Buchonina from AMCC for pointing
19849 this out.
19850
19851 Signed-off-by: Stefan Roese <sr@denx.de>
19852
19853 commit b571afde0295b007a45055ee49f8822c753a5651
19854 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19855 Date: Sat Jun 7 12:29:52 2008 +0200
19856
19857 add SHA256 support
19858
19859 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19860 Signed-off-by: Francesco Albanese <Francesco.Albanese@swisscom.com>
19861
19862 commit 3bab76a26e03df4ff81342fcc16393ce37d9766b
19863 Author: Marian Balakowicz <m8@semihalf.com>
19864 Date: Fri Jun 6 23:07:40 2008 +0200
19865
19866 Delay FIT format check on sector based devices
19867
19868 Global FIT image operations like format check cannot be performed on
19869 a first sector data, defer them to the point when whole FIT image was
19870 uploaded to a system RAM.
19871
19872 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
19873 Partial ('cmd_nand' case) Acked-by: Grant Erickson <gerickson@nuovations.com>
19874 NAND and DOC bits Acked-by: Scott Wood <scottwood@freescale.com>
19875
19876 commit 9810263afec5ac5f38f92963bb3b6d799e4331d0
19877 Author: Dave Liu <r63238@freescale.com>
19878 Date: Tue Jun 3 17:38:19 2008 +0800
19879
19880 sata: wait for device updating signature to host
19881
19882 The driver need wait for the device updating signature to host.
19883 If we don't wait for it, the driver can not detect the device(disk)
19884 when the system powers up.
19885
19886 Signed-off-by: Dave Liu <daveliu@freescale.com>
19887
19888 commit 745d8a0d3cea82e6d1753e14afb4588c34761b15
19889 Author: Stefan Roese <sr@denx.de>
19890 Date: Sat Jun 28 14:56:17 2008 +0200
19891
19892 ppc4xx: Fix 460EX errata with CPU lockup upon high AHB traffic
19893
19894 This patch implements a fix provided by AMCC so that the lockup upon
19895 simultanious traffic on AHB USB OTG, USB 2.0 and SATA doesn't occur
19896 anymore:
19897
19898 Set SDR0_AHB_CFG[A2P_INCR4] (bit 24) and clear SDR0_AHB_CFG[A2P_PROT2]
19899 (bit 25) for a new 460EX errata regarding concurrent use of AHB USB OTG,
19900 USB 2.0 host and SATA.
19901
19902 This errata is not officially available yet. I'll update the comment
19903 to add the errata number later.
19904
19905 Signed-off-by: Stefan Roese <sr@denx.de>
19906
19907 commit 8b616edb118e37d05f6401389eaee1c636b22828
19908 Author: Stuart Wood <stuart.wood@labxtechnologies.com>
19909 Date: Mon Jun 2 16:42:19 2008 -0400
19910
19911 serial_pl010.c: add watchdog support
19912
19913 Signed-off-by: Stuart Wood <stuart.wood@labxtechnologies.com>
19914
19915 commit 86d3273e2b7be3fffb45e20c08535d6ad3aded6b
19916 Author: Stuart Wood <stuart.wood@labxtechnologies.com>
19917 Date: Mon Jun 2 16:40:08 2008 -0400
19918
19919 jffs2_1pass.c: add watchdog support
19920
19921 Signed-off-by: Stuart Wood <stuart.wood@labxtechnologies.com>
19922
19923 commit 5744ddc6637fea4f7b911a54a5fa860cb81a5d89
19924 Author: Sascha Laue <sascha.laue@liebherr.com>
19925 Date: Fri May 30 09:48:14 2008 +0200
19926
19927 Configure DSP POST; add watchdog reset to diag command
19928
19929 Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
19930
19931 commit f13526517859bf6b573e23ff47199e107d1009b5
19932 Author: Tor Krill <tor@excito.com>
19933 Date: Thu May 29 10:40:17 2008 +0200
19934
19935 Add sata sil3114 support
19936
19937 Signed-off-by: Tor Krill <tor@excito.com>
19938
19939 commit e093a247628228100f405b6d7f6b1bfc16141938
19940 Author: Wolfgang Denk <wd@denx.de>
19941 Date: Sat Jun 28 23:34:37 2008 +0200
19942
19943 Coding Style Cleanup
19944
19945 Signed-off-by: Wolfgang Denk <wd@denx.de>
19946
19947 commit 01db232dd7a0ceb81208a9f2545720c80e5bfd83
19948 Author: Wolfgang Denk <wd@denx.de>
19949 Date: Sat Jun 28 23:16:01 2008 +0200
19950
19951 Update CHANGELOG
19952
19953 Signed-off-by: Wolfgang Denk <wd@denx.de>
19954
19955 commit c7f879ec2b389c4f2bf726b293bd516f4c692e03
19956 Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
19957 Date: Wed May 21 13:58:41 2008 -0400
19958
19959 ARM: Add support for Lyrtech SFF-SDR board (ARM926EJS)
19960
19961 This patch adds support for the Lyrtech SFF-SDR board,
19962 based on the TI DaVinci architecture (ARM926EJS).
19963
19964 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
19965 Signed-off-by: Philip Balister <philip@balister.org>
19966 Signed-off-by: Wolfgang Denk <wd@denx.de>
19967
19968 commit 341188b9ccaa8d4462d772cc067aca8d7618633a
19969 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
19970 Date: Thu May 22 11:09:59 2008 +0200
19971
19972 MMC: Consolidate MMC/SD command definitions
19973
19974 This moves the MMC and SD Card command definitions from
19975 include/asm/arch/mmc.h into include/mmc.h. These definitions are
19976 given by the MMC and SD Card standards, not by any particular
19977 architecture.
19978
19979 There's a lot more room for consolidation in the MMC drivers which
19980 I'm hoping to get done eventually, but this patch is a start.
19981
19982 Compile-tested for all avr32 boards as well as lpc2292sodimm and
19983 lubbock. This should cover all three mmc drivers in the tree.
19984
19985 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
19986
19987 commit fa60edfc4c952626e048c0e065f654b3c1822fa5
19988 Author: Kyungmin Park <kmpark@infradead.org>
19989 Date: Wed May 21 14:38:08 2008 +0900
19990
19991 Use better Ethernet timings for apollon board
19992
19993 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
19994
19995 commit 41c5eaa7253ed82bbae1eda5667755872c615164
19996 Author: Andy Fleming <afleming@freescale.com>
19997 Date: Mon Jun 16 13:58:56 2008 -0500
19998
19999 Resize device tree to allow space for board changes and the chosen node
20000
20001 Current code requires that a compiled device tree have space added to the end to
20002 leave room for extra nodes added by board code (and the chosen node). This
20003 requires that device tree creators anticipate how much space U-Boot will add to
20004 the tree, which is absurd. Ideally, the code would resize and/or relocate the
20005 tree when it needed more space, but this would require a systemic change to the
20006 fdt code, which is non-trivial. Instead, we resize the tree inside
20007 boot_relocate_fdt, reserving either the remainder of the bootmap (in the case
20008 where the fdt is inside the bootmap), or adding CFG_FDT_PAD bytes to the size.
20009
20010 Signed-off-by: Andy Fleming <afleming@freescale.com>
20011
20012 commit 7570a9941fc565922078679a72d246fe208d696d
20013 Author: Andy Fleming <afleming@freescale.com>
20014 Date: Mon Jun 16 13:58:55 2008 -0500
20015
20016 Fix an underflow bug in __lmb_alloc_base
20017
20018 __lmb_alloc_base can underflow if it fails to find free space. This was fixed
20019 in linux with commit d9024df02ffe74d723d97d552f86de3b34beb8cc. This patch
20020 merely updates __lmb_alloc_base to resemble the current version in Linux.
20021
20022 Signed-off-by: Andy Fleming <afleming@freescale.com>
20023
20024 commit 63796c4e61b207d2e635729d41b7a7f7d188b03c
20025 Author: Andy Fleming <afleming@freescale.com>
20026 Date: Mon Jun 16 13:58:54 2008 -0500
20027
20028 Add lmb_free
20029
20030 lmb_free allows us to unreserve some memory so we can use lmb_alloc_base or
20031 lmb_reserve to temporarily reserve some memory.
20032
20033 Signed-off-by: Andy Fleming <afleming@freescale.com>
20034
20035 commit 4b03ac8b5102ad95f9fede7d13fa236977593e7d
20036 Author: Andy Fleming <afleming@freescale.com>
20037 Date: Mon Jun 16 13:58:53 2008 -0500
20038
20039 Add ALIGN() macro
20040
20041 ALIGN() returns the smallest aligned value greater than the passed
20042 in address or size. Taken from Linux.
20043
20044 Signed-off-by: Andy Fleming <afleming@freescale.com>
20045
20046 commit 93262af85e3e9d9974c6c08fbd37a9a72e090ca2
20047 Author: Stefan Roese <sr@denx.de>
20048 Date: Tue Jun 24 17:15:22 2008 +0200
20049
20050 ppc4xx: Fix compilation problems with phys_size_t
20051
20052 This patch includes <asm/types.h> before <asm/u-boot.h> in some 4xx
20053 board specific files where it has been missing.
20054
20055 Signed-off-by: Stefan Roese <sr@denx.de>
20056
20057 commit 28eab0d77352b84885f938759bf2612b7bf0bc44
20058 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
20059 Date: Mon May 19 12:26:38 2008 +0200
20060
20061 Conditionally add -fno-stack-protector to CFLAGS
20062
20063 When compile-testing on powerpc, I get errors like this:
20064
20065 net/nfs.c:422: undefined reference to `__stack_chk_fail_local'
20066
20067 This seems to be because -fstack-protector is on by default, so
20068 let's explicitly disable it on all architectures that support the
20069 option.
20070
20071 The Ubuntu toolchain is affected by this problem, and according to
20072 Mike Frysinger, Gentoo has been running with SSP enabled for years.
20073 More and more distros are turning SSP on by default, so this problem
20074 is likely to get worse in the future.
20075
20076 Also, powerpc just happens to be one of the arches I do
20077 compile-testing on. There may be other arches affected by this too.
20078
20079 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
20080
20081 commit dfd3be881c03a26e31f0dea4a42e76061fa610ac
20082 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20083 Date: Sun May 18 19:09:52 2008 +0200
20084
20085 pcmcia/ti_pci1410a: Move compile condition to the Makefile
20086
20087 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20088
20089 commit 72d5d5f7b5c74a188df238ec6dd824d80c74857a
20090 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20091 Date: Sun May 18 19:09:51 2008 +0200
20092
20093 pxa_pcmcia: Move compile condition to the Makefile
20094
20095 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20096
20097 commit c9eff32881fb429101c937cf8c268f1d42e5c2a9
20098 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20099 Date: Sun May 18 19:09:50 2008 +0200
20100
20101 marabun_pcmcia: Move compile condition to the Makefile
20102
20103 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20104
20105 commit 6a19c46cae43c16c528eddefae3db97134f1915d
20106 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
20107 Date: Mon Jun 23 13:25:34 2008 +0200
20108
20109 fix non-working mvBL-M7
20110
20111 Add missing #define CONFIG_HIGH_BATS in mvBL-M7 board config file.
20112
20113 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
20114 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
20115
20116 commit 846f1574ddddeda2bc227655e687308695f41cdc
20117 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
20118 Date: Mon Jun 23 11:40:56 2008 +0200
20119
20120 fix system config overwrite @ MPC834x and MPC8313
20121
20122 During 83xx setup the "System I/O configuration register high" gets
20123 overwritten with user defined value if CFG_SICRH is defined.
20124
20125 Regarding to the MPC834x manual (Table 5-28 reve.1) bits 28+29 of SICRH
20126 must keep their reset value regardless of configuration.
20127
20128 On my board (using RGMII) those bits are set after reset - yet it's
20129 unclear where they come from.
20130
20131 The patch keeps both bits on MPC834x and MPC8313.
20132
20133 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
20134 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
20135
20136 commit 4890246a2c5df90a74e2941e3673a49bbd36aee9
20137 Author: Kim Phillips <kim.phillips@freescale.com>
20138 Date: Tue Jun 17 17:45:27 2008 -0500
20139
20140 mpc83xx: move CPU_TYPE_ENTRY over to processor.h
20141
20142 to avoid this:
20143
20144 cpu.c:47:1: warning: "CPU_TYPE_ENTRY" redefined
20145 In file included from cpu.c:33:
20146 /home/kim/git/u-boot/include/asm/processor.h:982:1: warning: this is the location of the previous definition
20147
20148 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
20149
20150 commit aac7a5095b968d6c9a3e6422f31b4ad203cac9c8
20151 Author: Stefan Roese <sr@denx.de>
20152 Date: Mon Jun 23 11:15:09 2008 +0200
20153
20154 ppc4xx: Fix problem in gpio_config()
20155
20156 As pointed out by Guennadi Liakhovetski (thanks), pin2 is already shifted
20157 left by one. So the additional shift is bogus.
20158
20159 Signed-off-by: Stefan Roese <sr@denx.de>
20160
20161 commit 40777812316fc252c941665c0f60c148fd79d50f
20162 Author: Detlev Zundel <dzu@denx.de>
20163 Date: Fri Jun 20 22:24:05 2008 +0200
20164
20165 fdt: Fix typo in variable name.
20166
20167 Signed-off-by: Detlev Zundel <dzu@denx.de>
20168
20169 commit 5f723a3b98c630bde33de74351f2121691fdef14
20170 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
20171 Date: Fri Jun 20 10:41:05 2008 +0200
20172
20173 avr32: Enable SPI flash support on ATNGW100
20174
20175 The ATNGW100 has 8MB DataFlash on board. Give users access to it through
20176 the new SPI flash framework.
20177
20178 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
20179
20180 commit 5605ef6b5802921cbefe6a933a9dea3497396b5c
20181 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
20182 Date: Fri Jun 20 12:44:28 2008 +0200
20183
20184 avr32: Fix SPI portmux initialization
20185
20186 Use the new GPIO manipulation functions to set up the chip select lines,
20187 and make sure both busses use GPIO for chip select control.
20188
20189 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
20190
20191 commit 4688f9e34a87e825aed34d07c9ca7a273e6fc8ab
20192 Author: Peter Ma <pma@mediamatech.com>
20193 Date: Sun Jun 1 22:59:24 2008 -0700
20194
20195 avr32: Add GPIO manipulation functions
20196
20197 Adds GPIO manipulation functions for AVR32 AP7 platform.
20198
20199 Signed-off-by: Peter Ma <pma@mediamatech.com>
20200 [haavard.skinnemoen@atmel.com: coding style fixup, slight simplification]
20201 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
20202
20203 commit b4fe1a71090c73efc6e4188eed188b2ff67fc02a
20204 Author: Wolfgang Grandegger <wg@grandegger.com>
20205 Date: Thu Jun 5 13:02:30 2008 +0200
20206
20207 MPC8360ERDK: adapt NAND interface for the re-written FSL NAND UPM driver
20208
20209 This patch is based on the following patch sent a few minutes ago:
20210 "NAND FSL UPM: driver re-write using the hwcontrol callback"
20211 It is untested, of course. Anton, could you please give it a try.
20212
20213 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
20214 Acked-by: Anton Vorontsov <avorontsov@ru.mvista.com>
20215
20216 commit 96026d42fa4e646d28318c0a1438aac4b2017909
20217 Author: Anatolij Gustschin <agust@denx.de>
20218 Date: Thu Jun 12 12:40:11 2008 +0200
20219
20220 Fix 4xx build issue
20221
20222 Building for 4xx doesn't work since commit 4dbdb768:
20223
20224 In file included from 4xx_pcie.c:28:
20225 include/asm/processor.h:971: error: expected ')' before 'ver'
20226 make[1]: *** [4xx_pcie.o] Error 1
20227
20228 This patch fixes the problem.
20229
20230 Signed-off-by: Anatolij Gustschin <agust@denx.de>
20231 Acked-by: Stefan Roese <sr@denx.de>
20232 Acked-by: Kumar Gala <galak@kernel.crashing.org>
20233
20234 commit a036b0443657fe0f4773786de9092251869f08ac
20235 Author: Kumar Gala <galak@kernel.crashing.org>
20236 Date: Thu Jun 19 01:45:50 2008 -0500
20237
20238 MPC8610HPCD: Report board id, board version and fpga version.
20239
20240 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20241
20242 commit 7de8c21f14df9c20fdcf6027aec8e8545f75f835
20243 Author: Kumar Gala <galak@kernel.crashing.org>
20244 Date: Thu Jun 19 01:45:27 2008 -0500
20245
20246 MPC8641HPCN: Report board id, board version and fpga version.
20247
20248 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20249
20250 commit fb8c061ea05fc68d37e2a8b9f8c949d76c8d71a8
20251 Author: Stefan Roese <sr@denx.de>
20252 Date: Mon Jun 16 10:40:02 2008 +0200
20253
20254 cfi-flash: Fix problem in flash_toggle(), busy was not detected reliably
20255
20256 This patch simplifies flash_toggle() (AMD commandset), which is used to
20257 detect if a FLASH device is still busy with erase/program operations. On
20258 800MHz Canyonlands/Glacier boards (460EX/GT) the current implementation
20259 did not detect the busy state reliably, resulting in non erased sectors
20260 etc. This patch now simplifies this function by "just" comparing the
20261 complete data-word instead of ANDing it with the command-word (0x40)
20262 before the compatison. It is done the same way in the Linux implementation
20263 chip_ready() in cfi_cmdset_0002.c.
20264
20265 Signed-off-by: Stefan Roese <sr@denx.de>
20266
20267 commit 9e4006bca3d9fb4a2d061996771036cb01e539d3
20268 Author: Philip Balister <philip@balister.org>
20269 Date: Mon Jun 16 08:58:07 2008 -0400
20270
20271 NAND: Add missing declaration to non-redundant saveenv().
20272
20273 Signed-off-by: Scott Wood <scottwood@freescale.com>
20274
20275 commit 2cdb7f50ac59594540fffdf8dbd7b12beac79c52
20276 Author: Wolfgang Grandegger <wg@grandegger.com>
20277 Date: Mon Jun 2 15:09:55 2008 +0200
20278
20279 MPC8360ERDK: adapt NAND interface for the re-written FSL NAND UPM driver
20280
20281 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
20282 Acked-by: Anton Vorontsov <avorontsov@ru.mvista.com>
20283 Signed-off-by: Scott Wood <scottwood@freescale.com>
20284
20285 commit 212ed90615c3d20fa6bd73d70d5153bd0d124e5f
20286 Author: Stefan Roese <sr@denx.de>
20287 Date: Tue Jun 10 15:34:11 2008 +0200
20288
20289 ppc4xx: Canyonlands: Disable the RTC M41T62 square wave output
20290
20291 This patch disables the square wave output of the M41T62 RTC used on
20292 Canyonlands & Glacier. Here the explanation:
20293
20294 The serial real-time clock part used in the design is an
20295 STMicro M41T62. This part has a full-time 32KHz square wave
20296 output that is connected to the TmrClk input to the
20297 processor. The default state for this square wave output is
20298 enabled so the output runs continuously when the board is
20299 powered normally and also from the battery. The TmrClk input
20300 to the processor goes to ground when the power is removed
20301 from the board/processor, and therefore the running square
20302 wave output is driving ground which drains the battery quickly.
20303
20304 Signed-off-by: Stefan Roese <sr@denx.de>
20305
20306 commit a94f22f08f280905926219e568568964cb9eeb9d
20307 Author: Andy Fleming <afleming@freescale.com>
20308 Date: Wed Jun 11 18:10:20 2008 -0500
20309
20310 Fix build issue with string.h and linux/string.h
20311
20312 This commit:
20313 commit 338cc038461a6c7709c5b86fd9a240209338a1ae
20314 Author: Wolfgang Denk <wd@denx.de>
20315 Date: Fri Jun 6 14:28:14 2008 +0200
20316
20317 tools/mkimage: fix compiler warnings on some systems.
20318
20319 Broke building on some systems, because the host's string.h was interfering
20320 with u-boot's linux/string.h. It doesn't look like we need the u-boot one if
20321 we're building for the host, so now we only include when building inside
20322 u-boot.
20323
20324 Signed-off-by: Andy Fleming <afleming@freescale.com>
20325
20326 commit 9973e3c614721bbf169882ffc3be266a6611cd60
20327 Author: Becky Bruce <becky.bruce@freescale.com>
20328 Date: Mon Jun 9 16:03:40 2008 -0500
20329
20330 Change initdram() return type to phys_size_t
20331
20332 This patch changes the return type of initdram() from long int to phys_size_t.
20333 This is required for a couple of reasons: long int limits the amount of dram
20334 to 2GB, and u-boot in general is moving over to phys_size_t to represent the
20335 size of physical memory. phys_size_t is defined as an unsigned long on almost
20336 all current platforms.
20337
20338 This patch *only* changes the return type of the initdram function (in
20339 include/common.h, as well as in each board's implementation of initdram). It
20340 does not actually modify the code inside the function on any of the platforms;
20341 platforms which wish to support more than 2GB of DRAM will need to modify
20342 their initdram() function code.
20343
20344 Build tested with MAKEALL for ppc, arm, mips, mips-el. Booted on powerpc
20345 MPC8641HPCN.
20346
20347 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
20348
20349 commit 391fd93ab23e15ab3dd58a54f5b609024009c378
20350 Author: Becky Bruce <becky.bruce@freescale.com>
20351 Date: Mon Jun 9 20:37:18 2008 -0500
20352
20353 Change lmb to use phys_size_t/phys_addr_t
20354
20355 This updates the lmb code to use phys_size_t
20356 and phys_addr_t instead of unsigned long. Other code
20357 which interacts with this code, like getenv_bootm_size()
20358 is also updated.
20359
20360 Booted on MPC8641HPCN, build-tested ppc, arm, mips.
20361
20362 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
20363
20364 commit 61b09fc2952dc636017df4e7970e3de132276ba1
20365 Author: Becky Bruce <becky.bruce@freescale.com>
20366 Date: Mon Jun 9 20:37:17 2008 -0500
20367
20368 Change print_size to take phys_size_t
20369
20370 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
20371
20372 commit b57ca3e128cc10a133ba79bc7ec3e7b50e7c8fbe
20373 Author: Becky Bruce <becky.bruce@freescale.com>
20374 Date: Mon Jun 9 20:37:16 2008 -0500
20375
20376 Change bd/gd memsize/ram_size to be phys_size_t.
20377
20378 Currently, both are defined as an unsigned long, but
20379 should be phys_size_t. This should result in no real change,
20380 since phys_size_t is currently an unsigned long for all the
20381 default configs. Also add print_lnum to cmd_bdinfo to deal
20382 with the potentially wider memsize.
20383
20384 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
20385
20386 commit ba04f7010958e88a8910f2a123fee53fdc72e013
20387 Author: Kumar Gala <galak@kernel.crashing.org>
20388 Date: Tue Jun 10 16:16:02 2008 -0500
20389
20390 FSL LAW: Add new interface to use the last free LAW
20391
20392 LAWs have the concept of priority so its useful to be able to allocate
20393 the lowest (highest number) priority. We will end up using this with the
20394 new DDR code.
20395
20396 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20397
20398 commit 859a86a25c569d3665ff413d1d923394b8a961f3
20399 Author: Kumar Gala <galak@kernel.crashing.org>
20400 Date: Wed Jun 11 00:51:45 2008 -0500
20401
20402 85xx/86xx: Move to dynamic mgmt of LAWs
20403
20404 With the new LAW interface (set_next_law) we can move to letting the
20405 system allocate which LAWs are used for what purpose. This makes life
20406 a bit easier going forward with the new DDR code.
20407
20408 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20409 Signed-off-by: Andy Fleming <afleming@freescale.com>
20410 Acked-by: Jon Loeliger <jdl@freescale.com>
20411 Acked-by: Becky Bruce <becky.bruce@freescale.com>
20412
20413 commit f060054dadbbe7027ca088eed806a3ef1f82fdb7
20414 Author: Kumar Gala <galak@kernel.crashing.org>
20415 Date: Wed Jun 11 00:44:10 2008 -0500
20416
20417 FSL LAW: Keep track of LAW allocations
20418
20419 Make it so we keep track of which LAWs have allocated and provide
20420 a function (set_next_law) which can allocate a LAW for us if one is
20421 free.
20422
20423 In the future we will move to doing more "dynamic" LAW allocation
20424 since the majority of users dont really care about what LAW number
20425 they are at.
20426
20427 Also, add CONFIG_MPC8540 or CONFIG_MPC8560 to those boards which needed them
20428
20429 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20430 Signed-off-by: Andy Fleming <afleming@freescale.com>
20431
20432 commit ddde74a159caa6e18b481fec01d40b885aebb566
20433 Author: Kumar Gala <galak@kernel.crashing.org>
20434 Date: Mon Jun 9 22:31:57 2008 -0500
20435
20436 85xx: remove dummy board_early_init_f
20437
20438 A number of board ports have empty version of board_early_init_f
20439 for no reason since we control its via CONFIG_BOARD_EARLY_INIT_F.
20440
20441 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20442
20443 commit 81e56e9af0d43712db8efb843606a8d62eab454f
20444 Author: Kumar Gala <galak@kernel.crashing.org>
20445 Date: Mon Jun 9 18:55:38 2008 -0500
20446
20447 MPC8544DS: Update config.h
20448
20449 * Enable flash progress
20450 * remove CLEAR_LAW0 since we dont really use it
20451
20452 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20453
20454 commit 978e81604c1b28526ed580df0fbe64eb8384e94f
20455 Author: Kumar Gala <galak@kernel.crashing.org>
20456 Date: Mon Jun 9 13:37:24 2008 -0500
20457
20458 85xx: Remove unused and unconfigured memory test code.
20459
20460 Remove unused and unconfigured DDR test code from FSL 85xx boards.
20461 Besides, other common code exists.
20462
20463 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20464
20465 commit a23cddde1a95f987e3fe2a720a7ec9375b7264d7
20466 Author: Sergei Poselenov <sposelenov@emcraft.com>
20467 Date: Fri Jun 6 15:42:45 2008 +0200
20468
20469 Socrates: Added FPGA base address update in FDT.
20470
20471 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
20472
20473 commit fd51b0e0e620b8bc9fd4f6daa3a4fa6f5e1316f4
20474 Author: Sergei Poselenov <sposelenov@emcraft.com>
20475 Date: Fri Jun 6 15:42:44 2008 +0200
20476
20477 Socrates: NAND support added. Changed the U-Boot base address and
20478
20479 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
20480
20481 commit 248ae5cfc8bf69074d1da099dc495d8e06070547
20482 Author: Sergei Poselenov <sposelenov@emcraft.com>
20483 Date: Fri Jun 6 15:42:43 2008 +0200
20484
20485 NAND: Added support for 128-bit OOB, adapted
20486
20487 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
20488
20489 commit 31ca0208612f2eb57690110d7c2815953650e47b
20490 Author: Sergei Poselenov <sposelenov@emcraft.com>
20491 Date: Fri Jun 6 15:42:42 2008 +0200
20492
20493 Socrates: added missed file with UPMA configuration data.
20494
20495 Signed-of-by: Sergei Poselenov <sposelenov@emcraft.com>
20496
20497 commit 59abd15b43cab7a4d19de4ba0943837d9555f7ba
20498 Author: Sergei Poselenov <sposelenov@emcraft.com>
20499 Date: Fri Jun 6 15:42:41 2008 +0200
20500
20501 Socrates: Added FPGA mapping. LAWs and TLBs cleanup.
20502
20503 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
20504
20505 commit 740280e68ccc0b971e613face7eaaa8bd1382b8c
20506 Author: Sergei Poselenov <sposelenov@emcraft.com>
20507 Date: Fri Jun 6 15:42:40 2008 +0200
20508
20509 Added the upmconfig() function for 85xx.
20510
20511 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
20512 Signed-off-by: Andy Fleming <afleming@freescale.com>
20513
20514 commit d39e68514ff943930ee692cff3fde03532eb7fec
20515 Author: Sergei Poselenov <sposelenov@emcraft.com>
20516 Date: Fri Jun 6 15:42:39 2008 +0200
20517
20518 Socrates: config file cleanup.
20519
20520 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
20521
20522 commit e8cc3f04b124f757af4528206e60d8eb715ae083
20523 Author: Wolfgang Grandegger <wg@grandegger.com>
20524 Date: Thu Jun 5 13:12:10 2008 +0200
20525
20526 TQM85xx: Change memory map to support Flash memory > 128 MiB
20527
20528 Some TQM85xx boards could be equipped with up to 1 GiB (NOR) Flash
20529 memory. The current memory map only supports up to 128 MiB Flash.
20530 This patch adds the configuration option CONFIG_TQM_BIGFLASH. If
20531 set, up to 1 GiB flash is supported. To achieve this, the memory
20532 map has to be adjusted in great parts (for example the CCSRBAR is
20533 moved from 0xE0000000 to 0xA0000000).
20534
20535 If you want to boot Linux with CONFIG_TQM_BIGFLASH set, the new
20536 memory map also has to be considered in the kernel (changed
20537 CCSRBAR address, changed PCI IO base address, ...). Please use
20538 an appropriate Flat Device Tree blob (tqm8548.dtb).
20539
20540 Signed-off-by: Martin Krause <martin.krause@tqs.de>
20541 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
20542
20543 commit 1c2deff22cd6e2bf0e618fd6e09ca3eec5a8d051
20544 Author: Wolfgang Grandegger <wg@grandegger.com>
20545 Date: Thu Jun 5 13:12:09 2008 +0200
20546
20547 TQM85xx: NAND support via local bus UPMB
20548
20549 This patch adds support for NAND FLASH on the TQM8548. It is disabled by
20550 default and can be enabled for the TQM8548 modules. It is now based on
20551 the re-written FSL NAND UPM driver. A patch has been posted earlier today
20552 with the subject:
20553
20554 "NAND FSL UPM: driver re-write using the hwcontrol callback"
20555
20556 Note that the R/B pin is not supported by that module requiring to use
20557 the specified maximum delay time.
20558
20559 Note: With NAND support enabled the size of the U-Boot image exceeds
20560 256 KB and TEXT_BASE must therefore be set to 0xfff80000 in config.mk,
20561 doubling the image size :-(.
20562
20563 Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
20564 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
20565
20566 commit b9e8078bb3f3c48111a7081e27279938c3a445e1
20567 Author: Wolfgang Grandegger <wg@grandegger.com>
20568 Date: Thu Jun 5 13:12:08 2008 +0200
20569
20570 TQM8548: PCI express support
20571
20572 This patch adds support for PCI express cards. The board support
20573 now uses common FSL PCI init code, for both, PCI and PCIe on all
20574 TQM85xx modules.
20575
20576 Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
20577 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
20578
20579 commit 1287e0c55a2ee2c575ac9ce8e4302cd4085be876
20580 Author: Wolfgang Grandegger <wg@grandegger.com>
20581 Date: Thu Jun 5 13:12:07 2008 +0200
20582
20583 TQM8548: Basic support for the TQM8548 modules
20584
20585 This patch adds basic support for the TQM8548 module from TQ-Components
20586 (http://www.tqc.de/) including DDR2 SDRAM initialisation and support for
20587 eTSEC 3 and 4
20588
20589 Furthermore Flash buffer write has been enabled to speed up output to
20590 the Flash by approx. a factor of 10.
20591
20592 Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
20593 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
20594
20595 commit 25991353204c78b094c3c1fec90182dcd607ab8f
20596 Author: Wolfgang Grandegger <wg@grandegger.com>
20597 Date: Thu Jun 5 13:12:06 2008 +0200
20598
20599 TQM85xx: Support for Flat Device Tree
20600
20601 This patch adds support for Linux kernels using the Flat Device Tree.
20602 It also re-defines the default environment settings for booting Linux
20603 with the FDT blob.
20604
20605 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
20606
20607 commit d9ee843d54c54776e1fdb86336ce554906a87331
20608 Author: Wolfgang Grandegger <wg@grandegger.com>
20609 Date: Thu Jun 5 13:12:05 2008 +0200
20610
20611 TQM85xx: Support for Intel 82527 compatible CAN controller
20612
20613 This patch adds initialization of the UPMC RAM to support up to two
20614 Intel 82527 compatible CAN controller on the TQM85xx modules.
20615
20616 Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
20617 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
20618
20619 commit 518d5cfe72916323c746af1647764459914f555f
20620 Author: Wolfgang Grandegger <wg@grandegger.com>
20621 Date: Thu Jun 5 13:12:04 2008 +0200
20622
20623 TQM85xx: Bugfix in the SDRAM initialisation
20624
20625 The CS0_BNDS register is now set according to the detected
20626 memory size.
20627
20628 Signed-off-by Martin Krause <martin.krause@tqs.de>
20629
20630 commit 45dee2e620ccec6ac7b3548fe8979a34fd030e5d
20631 Author: Wolfgang Grandegger <wg@grandegger.com>
20632 Date: Thu Jun 5 13:12:03 2008 +0200
20633
20634 TQM85xx: Fix chip select configuration for second FLASH bank
20635
20636 This patch fixes the re-calculation of the automatic chip select
20637 configuration for boards with two populated FLASH banks.
20638
20639 Signed-off-by: Martin Krause <martin.krause@tqs.de>
20640
20641 commit 46346f27cda6fd025a496bde8f2d4aeee04aca5f
20642 Author: Wolfgang Grandegger <wg@grandegger.com>
20643 Date: Thu Jun 5 13:12:02 2008 +0200
20644
20645 TQM85xx: Support for Spansion 'N' type flashes added
20646
20647 The 'N' type Spansion flashes (S29GLxxxN series) have bigger sectors,
20648 than the formerly used 'M' types (S29GLxxxM series), so the flash layout
20649 needs to be changed -> new start address of the environment. The macro
20650 definition CONFIG_TQM_FLASH_N_TYPE is undefined by default and must be
20651 defined for boards with 'N' type flashes.
20652
20653 Signed-off-by: Martin Krause <martin.krause@tqs.de>
20654 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
20655
20656 commit 5d5bd838f76eade22c0ea40a500389f924d0da36
20657 Author: Wolfgang Grandegger <wg@grandegger.com>
20658 Date: Thu Jun 5 13:12:01 2008 +0200
20659
20660 TQM85xx: Fix CPM port pin configuration
20661
20662 Do not configure port pins PD30/PD31 as SCC1 TxD/RxD except for the TQM8560
20663 board. On the other TQM85xx boards (TQM8541 and TQM8555) SCC1 is not used
20664 as serial interface anyway. Worse, on some board variants configuring the
20665 pins for SCC1 leads to short circuits (for example on the TQM8541-BG).
20666
20667 Signed-off-by: Martin Krause <martin.krause@tqs.de>
20668
20669 commit b99ba1679e8cd51b023e67098c89e606e47137d2
20670 Author: Wolfgang Grandegger <wg@grandegger.com>
20671 Date: Thu Jun 5 13:12:00 2008 +0200
20672
20673 TQM85xx: Various coding style fixes
20674
20675 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
20676
20677 commit ae9e97fa96f643c8ba2b666b06a026cc8717eb00
20678 Author: Gerald Van Baren <vanbaren@cideas.com>
20679 Date: Tue Jun 10 22:15:58 2008 -0400
20680
20681 libfdt: Move the working_fdt pointer to cmd_fdt.c
20682
20683 The working_fdt pointer was declared in common/fdt_support.c but was
20684 not used there. Move it to common/cmd_fdt.c where it is used (it is
20685 also used in lib_ppc/bootm.c).
20686
20687 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
20688
20689 commit e489b9c078e22b0d9e75f002cd2a1bd967e88f5e
20690 Author: Kim Phillips <kim.phillips@freescale.com>
20691 Date: Tue Jun 10 11:06:17 2008 -0500
20692
20693 fdt: unshadow global working fdt variable
20694
20695 differentiate with local variables of the same name by renaming the
20696 global 'fdt' variable 'working_fdt'.
20697
20698 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
20699
20700 commit e1eb0e25d9d8fd8efdfb93f670a417663f386022
20701 Author: Andy Fleming <afleming@freescale.com>
20702 Date: Tue Jun 10 18:49:34 2008 -0500
20703
20704 socrates: Fix PCI clk fix patch
20705
20706 The submitted patch seems to have been more up-to-date, but an older patch was
20707 already in the repository. This patch encompasses the differences
20708
20709 Taken entirely from Sergei Poselenov <sposelenov@emcraft.com>
20710
20711 Signed-off-by: Andy Fleming <afleming@freescale.com>
20712
20713 commit a75a57ef6e4b613c81434971e96ed70cf9ec9ba0
20714 Author: Wolfgang Grandegger <wg@grandegger.com>
20715 Date: Thu Jun 5 13:02:29 2008 +0200
20716
20717 NAND FSL UPM: driver re-write using the hwcontrol callback
20718
20719 This is a re-write of the NAND FSL UPM driver using the more universal
20720 hwcontrol callback (instead of the cmdfunc callback). Here is a brief
20721 list of furher modifications:
20722
20723 - For the time being, the UPM setup writing the UPM array has been
20724 removed from the driver and must now be done by the board specific
20725 code.
20726
20727 - The bus width definition in "struct fsl_upm_nand" is now in bits to
20728 comply with the corresponding Linux driver and 8, 16 and 32 bit
20729 accesses are supported.
20730
20731 - chip->dev_read is only set if fun->dev_ready != NULL, which is
20732 required for boards not connecting the R/B pin.
20733
20734 - A few issue have been fixed with MxMR bit manipulation like in the
20735 corresponding Linux driver.
20736
20737 Note: I think the "io_addr" field of "struct fsl_upm" could be removed
20738 as well, because the address is already determined by
20739 "nand->IO_ADDR_[RW]", but I'm not 100% sure.
20740
20741 This patch has been tested on a TQM8548 modules with the NAND chip
20742 Micron MT29F8G08FABWP.
20743
20744 This patch is based on the following patches posted to this list a few
20745 minutes ago:
20746
20747 PPC: add accessor macros to clear and set bits in one shot
20748 83xx/85xx/86xx: add more MxMR local bus definitions
20749
20750 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
20751 Acked-by: Anton Vorontsov <avorontsov@ru.mvista.com>
20752
20753 commit 6beecfbb542992eede5831240cd58678274683a9
20754 Author: Wolfgang Grandegger <wg@grandegger.com>
20755 Date: Thu Jun 5 13:11:59 2008 +0200
20756
20757 MPC85xx: Beautify boot output of L2 cache configuration
20758
20759 The boot output is now aligned poperly with other boot output
20760 lines, e.g.:
20761
20762 FLASH: 128 MB
20763 L2: 512 KB enabled
20764
20765 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
20766
20767 commit 398415114f0a705163a14543e9fef03f734b1ffa
20768 Author: Wolfgang Grandegger <wg@grandegger.com>
20769 Date: Wed Jun 4 12:45:22 2008 +0200
20770
20771 PPC: add accessor macros to clear and set bits in one shot
20772
20773 PPC: add accessor macros to clear and set bits in one shot
20774
20775 This patch adds macros from linux/include/asm-powerpc/io.h to clear and
20776 set bits in one shot using the in_be32, out_be32, etc. accessor functions.
20777 They are very handy to manipulate bits it I/O registers.
20778
20779 This patch is required for my forthcoming FSL NAND UPM driver re-write and
20780 the support for the TQM8548 module.
20781
20782 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
20783
20784 commit 4677988c7edc070c3786d3db7994abeca3ab82a0
20785 Author: Wolfgang Grandegger <wg@grandegger.com>
20786 Date: Wed Jun 4 13:52:17 2008 +0200
20787
20788 TQM: move TQM boards to board/tqc
20789
20790 Move all TQM board directories to the vendor specific directory "tqc"
20791 for modules from TQ-Components GmbH (http://www.tqc.de).
20792
20793 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
20794
20795 commit 6fab2fe72ca5bf95280cd52cdf378af3e506eb50
20796 Author: Wolfgang Grandegger <wg@grandegger.com>
20797 Date: Mon Jun 2 12:09:30 2008 +0200
20798
20799 83xx/85xx/86xx: add more MxMR local bus definitions
20800
20801 83xx/85xx/86xx: add more MxMR local bus definitions
20802
20803 This patch adds more macro definitions for the UPM Machine Mode Registers
20804 They are copied from "include/mpc82xx.h" to simplify the merge of all 8xxx
20805 common local bus definitions into include/asm-ppc/fsl_lbc.h. They are
20806 required for my forthcoming FSL NAND UPM driver re-write and the support
20807 for the TQM8548 module.
20808
20809 This patch is based on the following two patches from Anton Vorontsov:
20810
20811 http://www.mail-archive.com/u-boot-users@lists.sourceforge.net/msg06511.html
20812 http://www.mail-archive.com/u-boot-users@lists.sourceforge.net/msg06587.html
20813
20814 I leave coding style violation fixes, code beautification and name
20815 corrections to somebody else ;-(.
20816
20817 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
20818
20819 commit c8c5fc266e4499e283c293ccb972863156aa4134
20820 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
20821 Date: Thu May 29 18:14:56 2008 +0400
20822
20823 83xx/85xx: further localbus cleanups
20824
20825 Merge mpc85xx.h's LBC defines to fsl_lbc.h. Also, adopt ACS names
20826 from mpc85xx.h, so ACS_0b10 renamed to ACS_DIV4, ACS_0b11 to ACS_DIV2.
20827
20828 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
20829
20830 commit 42dbd667c88d496882d53e22656e89b654205492
20831 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
20832 Date: Wed May 28 18:20:15 2008 +0400
20833
20834 83xx/85xx/86xx: factor out Freescale Localbus defines out of mpc83xx.h
20835
20836 This patch moves Freescale Localbus defines out of mpc83xx.h, so we could
20837 use it on MPC85xx and MPC86xx processors.
20838
20839 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
20840
20841 commit 730b2fcf6fcd9eec3ea86fbb087c3f98aa23a769
20842 Author: Kumar Gala <galak@kernel.crashing.org>
20843 Date: Thu May 29 11:22:06 2008 -0500
20844
20845 85xx: Add setting of cache props in the device tree.
20846
20847 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20848
20849 commit 4dbdb7681e243431530df0725627192a0c4aefda
20850 Author: Kumar Gala <galak@kernel.crashing.org>
20851 Date: Tue Jun 10 16:53:46 2008 -0500
20852
20853 85xx: expose cpu identification
20854
20855 The current cpu identification code is used just to return the name
20856 of the processor at boot. There are some other locations that the name
20857 is useful (device tree setup). Expose the functionality to other bits
20858 of code.
20859
20860 Also, drop the 'E' suffix and add it on by looking at the SVR version
20861 when we print this out. This is mainly to allow the most flexible use
20862 of the name. The device tree code tends to not care about the 'E' suffix.
20863
20864 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20865
20866 commit 2329fe113d847e43cca8e4a0e4edd613b50b8492
20867 Author: Kim Phillips <kim.phillips@freescale.com>
20868 Date: Tue Jun 10 13:25:24 2008 -0500
20869
20870 mpc83xx: MVBLM7: minor build fixups
20871
20872 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
20873
20874 commit a1293e549b56da135ef32ffca5b9d35a16aa6802
20875 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
20876 Date: Tue Jun 10 09:14:05 2008 +0200
20877
20878 add MPC8343 based board mvBlueLYNX-M7 (board+make files)
20879
20880 Add MPC8343 based board mvBlueLYNX-M7.
20881 It's a single board stereo camera system.
20882 Please read doc/README.mvblm7 for details.
20883
20884 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
20885 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
20886
20887 commit c005b93925ba49f07da2aa748527996d927e172f
20888 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
20889 Date: Tue Jun 10 09:13:16 2008 +0200
20890
20891 add MPC8343 based board mvBlueLYNX-M7 (doc+config)
20892
20893 Add MPC8343 based board mvBlueLYNX-M7.
20894 It's a single board stereo camera system.
20895 Please read doc/README.mvblm7 for details.
20896
20897 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
20898 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
20899
20900 commit f9023afbdfd9f27e7c38f3cce965746e56d62dd3
20901 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
20902 Date: Thu May 29 18:14:56 2008 +0400
20903
20904 83xx/85xx: further localbus cleanups
20905
20906 move the BRx_* and ORx_* left behind in mpc85xx.h
20907
20908 The same is needed for mpc8xx.h and mpc8260.h (defines are almost
20909 the same, just few differences which needs some attention though).
20910
20911 But the bad news for mpc8xx and mpc8260 is that there are a lot of users
20912 of these defines. So this cleanup I'll leave for the "better times".
20913
20914 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
20915 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
20916
20917 commit bf30bb1f7c954d7855d9b23624b33b00c50b4697
20918 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
20919 Date: Wed May 28 18:20:15 2008 +0400
20920
20921 83xx/85xx/86xx: factor out Freescale Localbus defines out of mpc83xx.h
20922
20923 This patch moves Freescale Localbus defines out of mpc83xx.h, so we could
20924 use it on MPC85xx and MPC86xx processors.
20925
20926 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
20927 Acked-by: Andy Fleming <afleming@freescale.com>
20928 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
20929
20930 commit d82b4fc0ce8cca95e857fc51022e841cb2dbee6a
20931 Author: Tor Krill <tor@excito.com>
20932 Date: Mon Jun 2 15:09:30 2008 +0200
20933
20934 Add missing CSCONFIG_BANK_BIT_3 define to mpc83xx.h
20935
20936 Signed-off-by: Tor Krill <tor@excito.com>
20937 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
20938
20939 commit 3b904ccb93c3196727e2e9870cb1df903cab19ad
20940 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
20941 Date: Mon Jun 9 23:37:44 2008 +0900
20942
20943 net: Conditional COBJS inclusion of network drivers
20944
20945 Replace COBJS-y with appropriate driver config names.
20946
20947 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
20948 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20949
20950 commit 2fb698bf50f4aff2485581a12fa634a07c040e4a
20951 Author: Gerald Van Baren <vanbaren@cideas.com>
20952 Date: Mon Jun 9 21:02:17 2008 -0400
20953
20954 Use strncmp() for the fdt command
20955
20956 Cleaner than doing multiple conditionals on characters.
20957
20958 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
20959
20960 commit 47abe8ab290d2721a8eeadff65b939e6af8c01b0
20961 Author: Gerald Van Baren <vanbaren@cideas.com>
20962 Date: Sat Jun 7 12:25:05 2008 -0400
20963
20964 The fdt boardsetup command criteria was not unique
20965
20966 It was checking just for "b", which is not unique with respect to the
20967 "boot" command. Change to check for "boa"[rdsetup].
20968
20969 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
20970
20971 commit 2f08bfa9526bae4f461e043530cfb903fec0d273
20972 Author: David Gibson <david@gibson.dropbear.id.au>
20973 Date: Tue May 20 17:19:11 2008 +1000
20974
20975 libfdt: Several cleanups to parameter checking
20976
20977 This patch makes a couple of small cleanups to parameter checking of
20978 libfdt functions.
20979
20980 - In several functions which take a node offset, we use an
20981 idiom involving fdt_next_tag() first to check that we have indeed been
20982 given a node offset. This patch adds a helper function
20983 _fdt_check_node_offset() to encapsulate this usage of fdt_next_tag().
20984
20985 - In fdt_rw.c in several places we have the expanded version
20986 of the RW_CHECK_HEADER() macro for no particular reason. This patch
20987 replaces those instances with an invocation of the macro; that's what
20988 it's for.
20989
20990 - In fdt_sw.c we rename the check_header_sw() function to
20991 sw_check_header() to match the analgous function in fdt_rw.c, and we
20992 provide an SW_CHECK_HEADER() wrapper macro as RW_CHECK_HEADER()
20993 functions in fdt_rw.c
20994
20995 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
20996
20997 commit fec6d9ee7c10443f65ce1788ef818919167bbf2e
20998 Author: Gerald Van Baren <vanbaren@cideas.com>
20999 Date: Tue Jun 3 20:34:45 2008 -0400
21000
21001 Remove the deprecated CONFIG_OF_FLAT_TREE
21002
21003 Use CONFIG_OF_LIBFDT instead to support flattened device trees. It is
21004 cleaner, has better functionality, and is better supported.
21005
21006 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
21007
21008 commit 62bcdda293efa752f8281fbd9da03822b27ce82f
21009 Author: Gerald Van Baren <vanbaren@cideas.com>
21010 Date: Tue Jun 3 20:26:29 2008 -0400
21011
21012 Change the stxxst to CONFIG_OF_LIBFDT
21013
21014 This was configured to use the deprecated CONFIG_OF_FLAT_TREE, change
21015 to CONFIG_OF_LIBFDT.
21016
21017 WARNING: It appears that this board lost its ability to boot via a
21018 flattened device tree prior to this changeset.
21019
21020 WARNING: This conversion was untested because I do not have a board to
21021 test it on.
21022
21023 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
21024
21025 commit 589c04271d129729a8b01391453851ab9cc4069c
21026 Author: Gerald Van Baren <vanbaren@cideas.com>
21027 Date: Tue Jun 3 20:24:58 2008 -0400
21028
21029 Convert mpc7448hpc2 to CONFIG_OF_LIBFDT
21030
21031 This was configured to use the deprecated CONFIG_OF_FLAT_TREE, change
21032 to CONFIG_OF_LIBFDT.
21033
21034 WARNING: This conversion is untested because I do not have a board to
21035 test it on.
21036
21037 NOTE: The FDT blob (DTS) must have an /aliases/ethernet0 and (optionally)
21038 /aliases/ethernet1 property for the ethernet to work.
21039
21040 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
21041
21042 commit ee1e35bede91debc8bff9b02f75574486033b652
21043 Author: Kumar Gala <galak@kernel.crashing.org>
21044 Date: Thu May 29 01:21:24 2008 -0500
21045
21046 85xx: Only use PORPLLSR[DDR_Ratio] on platforms that define it
21047
21048 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21049
21050 commit 3b9519fc50802436e417c839e69df7b2016cade5
21051 Author: Becky Bruce <becky.bruce@freescale.com>
21052 Date: Wed May 14 13:10:04 2008 -0500
21053
21054 MPC85xx: Change traps.c to not reference non-addressable memory
21055
21056 Currently, END_OF_RAM is used by the trap code to determine if
21057 we should attempt to access the stack pointer or not. However,
21058 on systems with a lot of RAM, only a subset of the RAM is
21059 guaranteed to be mapped in and accessible. Change END_OF_RAM
21060 to use get_effective_memsize() instead of using the raw ram
21061 size out of the bd.
21062
21063 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
21064
21065 commit 7faddaecea52f585f538fdf9c2e61f85a789b19c
21066 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
21067 Date: Mon Jun 9 13:39:57 2008 +0900
21068
21069 sh: Renesas Solutions SH7763RDP board support
21070
21071 SH7763RDP has SCIF, NOR Flash, Ethernet, USB host, LCDC and MMC.
21072 In this patch, support SCIF, NOR Flash, and Ethernet.
21073
21074 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
21075 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
21076
21077 commit 60179098a95eaa972007d7ec58e4c1588029720f
21078 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
21079 Date: Fri Jun 6 16:24:13 2008 +0900
21080
21081 sh: Add support Renesas SH7763
21082
21083 Renesas SH7763 has 3 SCIF, MMC, LCDC, Ethernet and other.
21084 This patch supprts CPU register's header file.
21085
21086 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
21087 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
21088
21089 commit 08c5fabe181d663eec0feba5ecd02c0b78934a52
21090 Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
21091 Date: Fri Jun 6 16:16:08 2008 +0900
21092
21093 sh: SH7763 SCIF support
21094
21095 SH7763 has 3 SCIF channels. SCIF0 and 1 are same register constitution,
21096 but only SCIF2 is different. This patch work all SCIF channel.
21097
21098 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
21099 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
21100
21101 commit 79b51ff8205f0354d5300570614c1d2db499679c
21102 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21103 Date: Sat Jun 7 20:51:59 2008 +0900
21104
21105 [MIPS] cpu/mips/Makefile: Split [CS]OBJS onto separate lines
21106
21107 Also get rid of some #ifdefs in *.c files.
21108
21109 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21110
21111 commit 8bde63eb3f79d68f693201528dafc8ae7aa087de
21112 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21113 Date: Sat Jun 7 20:51:56 2008 +0900
21114
21115 [MIPS] Rename Alchemy processor configs into CONFIG_SOC_*
21116
21117 CONFIG_SOC_AU1X00
21118
21119 Common Alchemy Au1x00 stuff. All Alchemy processor based machines
21120 need to have this config as a system type specifier.
21121
21122 CONFIG_SOC_AU1000, CONFIG_SOC_AU1100, CONFIG_SOC_AU1200,
21123 CONFIG_SOC_AU1500, CONFIG_SOC_AU1550
21124
21125 Machine type specifiers. Each port should have one of aboves.
21126
21127 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21128
21129 commit cc49cadeeb8bb2f0ae3fdc13af7051ae59f083bc
21130 Author: Stuart Wood <stuart.wood@labxtechnologies.com>
21131 Date: Fri May 30 16:05:28 2008 -0400
21132
21133 env_nand.c: Added bad block management for environment variables
21134
21135 Modified to check for bad blocks and to skipping over them when
21136 CFG_ENV_RANGE has been defined.
21137 CFG_ENV_RANGE must be larger than CFG_ENV_SIZE and aligned to the NAND
21138 flash block size.
21139
21140 Signed-off-by: Stuart Wood <stuart.wood@labxtechnologies.com>
21141 Signed-off-by: Scott Wood <scottwood@freescale.com>
21142
21143 commit 279726bd00558e80263d44581c44167625b7fb9a
21144 Author: Becky Bruce <becky.bruce@freescale.com>
21145 Date: Wed May 14 13:09:58 2008 -0500
21146
21147 MPC86xx: Change traps.c to not reference non-addressable memory
21148
21149 Currently, END_OF_RAM is used by the trap code to determine if
21150 we should attempt to access the stack pointer or not. However,
21151 on systems with a lot of RAM, only a subset of the RAM is
21152 guaranteed to be mapped in and accessible. Change END_OF_RAM
21153 to use get_effective_memsize() instead of using the raw ram
21154 size out of the bd to prevent us from trying to access
21155 non-mapped memory.
21156
21157 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
21158
21159 commit 338cc038461a6c7709c5b86fd9a240209338a1ae
21160 Author: Wolfgang Denk <wd@denx.de>
21161 Date: Fri Jun 6 14:28:14 2008 +0200
21162
21163 tools/mkimage: fix compiler warnings on some systems.
21164
21165 Signed-off-by: Wolfgang Denk <wd@denx.de>
21166
21167 commit b2815f79288d4da7a3ba18bdbd05120ce09d5622
21168 Author: Stefan Roese <sr@denx.de>
21169 Date: Fri Jun 6 16:10:41 2008 +0200
21170
21171 ppc4xx: Fix misspelled CONFIG_440SPE/440EPX/GRX config options
21172
21173 We use upper case letters for the AMCC processor defines (like
21174 CONFIG_440SPE) in U-Boot. So the 440SPe is labeled CONFIG_440SPE and
21175 not CONFIG_440SPe. This patch fixes the last misspelled config options.
21176
21177 Signed-off-by: Stefan Roese <sr@denx.de>
21178
21179 commit 72675dc6c06a48846d180106161d49dd714383cc
21180 Author: Stefan Roese <sr@denx.de>
21181 Date: Fri Jun 6 15:55:21 2008 +0200
21182
21183 ppc4xx: Unify AMCC's board config files (part 3/3)
21184
21185 This patch series unifies the AMCC eval board ports by introducing
21186 a common include header for all AMCC eval boards:
21187
21188 include/configs/amcc-common.h
21189
21190 This header now includes all common configuration options/defines which
21191 are removed from the board specific headers.
21192
21193 The reason for this is ease of maintenance and unified look and feel
21194 of all AMCC boards.
21195
21196 Signed-off-by: Stefan Roese <sr@denx.de>
21197
21198 commit 490f204096d6e2c9940f67816f154a8125bab116
21199 Author: Stefan Roese <sr@denx.de>
21200 Date: Fri Jun 6 15:55:03 2008 +0200
21201
21202 ppc4xx: Unify AMCC's board config files (part 2/3)
21203
21204 This patch series unifies the AMCC eval board ports by introducing
21205 a common include header for all AMCC eval boards:
21206
21207 include/configs/amcc-common.h
21208
21209 This header now includes all common configuration options/defines which
21210 are removed from the board specific headers.
21211
21212 The reason for this is ease of maintenance and unified look and feel
21213 of all AMCC boards.
21214
21215 Signed-off-by: Stefan Roese <sr@denx.de>
21216
21217 commit a8a11a9ed046b480a16e47a158f8f5300028dfa6
21218 Author: Stefan Roese <sr@denx.de>
21219 Date: Fri Jun 6 15:54:31 2008 +0200
21220
21221 ppc4xx: Unify AMCC's board config files (part 1/3)
21222
21223 This patch series unifies the AMCC eval board ports by introducing
21224 a common include header for all AMCC eval boards:
21225
21226 include/configs/amcc-common.h
21227
21228 This header now includes all common configuration options/defines which
21229 are removed from the board specific headers.
21230
21231 The reason for this is ease of maintenance and unified look and feel
21232 of all AMCC boards.
21233
21234 Signed-off-by: Stefan Roese <sr@denx.de>
21235
21236 commit 0e38c938ed4bcadb4f4fc1419a541431e94fc202
21237 Author: Remy Bohmer <linux@bohmer.net>
21238 Date: Thu Jun 5 13:03:36 2008 +0200
21239
21240 DM9000 fix status check fail 0x6d error for trizeps board
21241
21242 According to the Application Notes of the DM9000, only the 2 bits 0:1 of
21243 the status byte need to be checked to identify a valid packet in the fifo
21244
21245 But, The several different Application Notes do not all speak the same
21246 language on these bits. They do not disagree, but only 1 Application Note
21247 noted explicitly that only these 2 bits need to be checked.
21248 Even the datasheets do not mention anything about these 2 bits.
21249
21250 Because the old code, and the kernel check the whole byte, I left this piece
21251 untouched.
21252
21253 However, I tested all board/DM9000[A|E|EP] devices with this 2 bit check, so
21254 it should work.
21255
21256 Notice, that the 2nd iteration through this receive loop (when a 2nd packet is
21257 in the fifo) is much shorter now, compared to the older U-boot driver code,
21258 so that we can maybe run into a hardware condition now that was never seen
21259 before, or maybe was seen very unfrequently.
21260
21261 Additionaly added a cleanup of a stack variable.
21262
21263 Signed-off-by: Remy Bohmer <linux@bohmer.net>
21264 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
21265
21266 commit 7daf2ebe9196dd67131a06d85049c3a8a08ca413
21267 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21268 Date: Thu Jun 5 22:29:00 2008 +0900
21269
21270 [MIPS] Update <asm/addrspace.h> header
21271
21272 - Fix traditional KSEG names
21273 - Replace PHYSADDR with CPHYSADDR
21274
21275 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21276
21277 commit f0d5a6f060d00358b85c62a921a423ea8df71184
21278 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21279 Date: Thu Jun 5 22:29:00 2008 +0900
21280
21281 [MIPS] mips_config.mk: Misc fixes
21282
21283 - Kill redundant `-pipe' (this will be added by $(TOPDIR)/config.mk)
21284 - Modify comments
21285
21286 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21287
21288 commit 5f64d21c9a2998794f255b469165b91f092dfc2d
21289 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21290 Date: Thu Jun 5 22:29:00 2008 +0900
21291
21292 [MIPS] Kill unused <version.h> inclusions
21293
21294 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21295
21296 commit a55d48174cfd1a5bc184159513f48dcbbe409c83
21297 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21298 Date: Thu Jun 5 22:29:00 2008 +0900
21299
21300 [MIPS] lib_mips/time.c: Fix CP0 count register usage and timer routines
21301
21302 MIPS port has two problems in timer routines. One is now we assume CFG_HZ
21303 equals to CP0 counter frequency, but this is wrong. CFG_HZ has to be 1000
21304 in the U-Boot system.
21305
21306 The other is we don't have a proper time management counter like timestamp
21307 other ARCHs have. We need the 32-bit millisecond clock counter.
21308
21309 This patch introduces timestamp and CYCLES_PER_JIFFY. timestamp is a
21310 32-bit non-overflowing CFG_HZ counter, and CYCLES_PER_JIFFY is the number
21311 of calculated CP0 counter cycles in a CFG_HZ.
21312
21313 STRATEGY:
21314
21315 * Fix improper CFG_HZ value to have 1000
21316
21317 * Use CFG_MIPS_TIMER_FREQ for timer counter frequency, instead.
21318
21319 * timer_init: initialize timestamp and set up the first timer expiration.
21320 Note that we don't need to initialize CP0 count/compare registers here
21321 as they have been already zeroed out on the system reset. Leave them as
21322 they are.
21323
21324 * get_timer: calculate how many timestamps have been passed, then return
21325 base-relative timestamp. Make sure we can easily count missed timestamps
21326 regardless of CP0 count/compare value.
21327
21328 * get_ticks: return the current timestamp, that is get_timer(0).
21329
21330 Most parts are from good old Linux v2.6.16 kernel.
21331
21332 v2:
21333 - Remove FIXME comments as they turned out to be trivial.
21334 - Use CP0 compare register as a global variable for expirelo.
21335 - Kill a global variable 'cycles_per_jiffy'. Use #define CYCLES_PER_JIFFY
21336 instead.
21337
21338 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21339
21340 commit 199e4f657c8af42efe3fb3ba1d1104eb6bb28c25
21341 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21342 Date: Thu Jun 5 22:29:00 2008 +0900
21343
21344 [MIPS] lib_mips/time.c: Fix udelay
21345
21346 What we have to do is just to wait for given micro-seconds. No need to
21347 take into account current time, get_timer and CFG_HZ.
21348
21349 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21350
21351 commit c7e38e413ae69120d3e51f132c7cb1d6b3514d03
21352 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21353 Date: Thu Jun 5 22:28:59 2008 +0900
21354
21355 [MIPS] lib_mips/time.c: Replace CP0 access functions with existing macros
21356
21357 We already have many pre-defined CP0 access macros in <asm/mipsregs.h>.
21358 This patch replaces mips_{compare,count}_set and mips_count_get with
21359 existing macros.
21360
21361 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21362
21363 commit 6b52cfe16cd539935e32bd8cf19146522e462a4d
21364 Author: Remy Bohmer <linux@bohmer.net>
21365 Date: Tue Jun 3 15:48:17 2008 +0200
21366
21367 Get rid of annoying/superfluous bad-checksum warning message
21368
21369 U-boot can complain a lot about 'checksum bad' when it is attached to the network.
21370 It is annoying for ordinary users who start to doubt the network connection
21371 in general when they see messages like this.
21372
21373 This is caused by the routine NetCksumOk() which cannot handle IP-headers longer
21374 than 20 bytes. Those packages can be ignored anyway by U-boot, so we trash them
21375 now before checking the checksum.
21376
21377 Signed-off-by: Remy Bohmer <linux@bohmer.net>
21378 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
21379
21380 commit d6ee5fa40c26970d39990c6fc4a2f20a97822650
21381 Author: Remy Bohmer <linux@bohmer.net>
21382 Date: Wed Jun 4 10:47:25 2008 +0200
21383
21384 Fix order for reading rx-status registers in 32bit mode of DM9000
21385
21386 A last minute cleanup before submitting the DM9000A patch series yesterday introduced
21387 a bug in reading the rx-status registers in 32bit mode only.
21388 This patch repairs this.
21389
21390 Signed-off-by: Remy Bohmer <linux@bohmer.net>
21391 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
21392
21393 commit 98291e2e689096420465074cce926b226d2e71b4
21394 Author: Remy Bohmer <linux@bohmer.net>
21395 Date: Tue Jun 3 15:26:26 2008 +0200
21396
21397 DM9000: Some minor code cleanups
21398
21399 Some lines of the U-boot DM9000x driver are longer than 80 characters, or
21400 need some other minor cleanup.
21401
21402 Signed-off-by: Remy Bohmer <linux@bohmer.net>
21403 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
21404
21405 commit 850ba7555dbd4ca8d14fc475b864d534797adab3
21406 Author: Remy Bohmer <linux@bohmer.net>
21407 Date: Tue Jun 3 15:26:25 2008 +0200
21408
21409 DM9000: Make driver work properly for DM9000A
21410
21411 The DM9000A network controller does not work with the U-boot DM9000x driver.
21412 Analysis showed that many incoming packets are lost.
21413
21414 The DM9000A Application Notes V1.20 (section 5.6.1) recommend that the poll to
21415 check for a valid rx packet be done on the interrupt status register, not
21416 directly by performing the dummy read and the rx status check as is currently
21417 the case in the u-boot driver.
21418
21419 When the recommended poll is done as suggested the driver starts working
21420 correctly on 10Mbit/HD, but on 100MBit/FD packets come in faster so that there
21421 can be more than 1 package in the fifo at the same time.
21422
21423 The driver must perform the rx-status check in a loop and read and handle all
21424 packages until there is no more left _after_ the interrupt RX flag is set.
21425
21426 This change has been tested with DM9000A, DM9000E, DM9000EP.
21427
21428 Signed-off-by: Remy Bohmer <linux@bohmer.net>
21429 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
21430
21431 commit fbcb7ece0ea1e364180f1cf963e0fa0ce7f6560d
21432 Author: Remy Bohmer <linux@bohmer.net>
21433 Date: Tue Jun 3 15:26:24 2008 +0200
21434
21435 DM9000: Improve eth_reset() routine
21436
21437 According to the application notes of the DM9000 v1.22 chapter 5.2 bullet 2, the
21438 reset procedure must be done twice to properly reset the DM9000 by means of software.
21439 This errata is not needed anymore for the DM9000A, but it does not bother it.
21440
21441 This change has been tested with DM9000A, DM9000E, DM9000EP.
21442
21443 Signed-off-by: Remy Bohmer <linux@bohmer.net>
21444 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
21445
21446 commit acba31847fad9ae40708cc2c9f3a634ec35f3416
21447 Author: Remy Bohmer <linux@bohmer.net>
21448 Date: Tue Jun 3 15:26:23 2008 +0200
21449
21450 DM9000: improve eth_send() routine
21451
21452 The eth_send routine of the U-boot DM9000x driver does not match the
21453 DM9000 or DM9000A application notes/programming guides.
21454
21455 This change improves the stability of the DM9000A network controller.
21456
21457 This change has been tested with DM9000A, DM9000E, DM9000EP.
21458
21459 Signed-off-by: Remy Bohmer <linux@bohmer.net>
21460 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
21461
21462 commit 134e266253c02a7832560da59d394989c4f64453
21463 Author: Remy Bohmer <linux@bohmer.net>
21464 Date: Tue Jun 3 15:26:22 2008 +0200
21465
21466 DM9000: repair debug logging
21467
21468 It seems that the debugging code of the DM9000x driver in U-boot has not been
21469 compiled for a long time, because it cannot compile...
21470
21471 Also rearranged some loglines to get more useful info while debugging.
21472
21473 Signed-off-by: Remy Bohmer <linux@bohmer.net>
21474 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
21475
21476 commit a101361bfe23c120321e45d114c0603b8e0763e9
21477 Author: Remy Bohmer <linux@bohmer.net>
21478 Date: Tue Jun 3 15:26:21 2008 +0200
21479
21480 DM9000: Add data bus-width auto detection.
21481
21482 The U-boot DM9000x driver contains a compile time bus-width definition for
21483 the databus connected to the network controller.
21484
21485 This compile check makes the code unclear, inflexible and is unneccessary.
21486 It can be asked to the network controller what its bus-width is by reading bits
21487 6 and 7 of the interrupt status register.
21488
21489 The linux kernel already uses a runtime mechanism to determine this bus-width,
21490 so the implementation below looks somewhat like that implementation.
21491
21492 This change has been tested with DM9000A, DM9000E, DM9000EP.
21493
21494 Signed-off-by: Remy Bohmer <linux@bohmer.net>
21495 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
21496
21497 commit 63a0afa0c32e5f4ea98a9439542870072437404d
21498 Author: Stefan Roese <sr@denx.de>
21499 Date: Wed Jun 4 19:19:20 2008 +0200
21500
21501 ppc4xx: Fix problem with SDRAM init in bamboo NAND booting port
21502
21503 This patch fixes a problem spotted by Eugene O'Brian (thanks Eugene)
21504 introduced by the commit:
21505
21506 ppc4xx/NAND_SPL: Consolidate 405 and 440 NAND booting code in start.S
21507
21508 With this patch SDRAM will get initialized again and booting from NAND
21509 is working again.
21510
21511 Signed-off-by: Stefan Roese <sr@denx.de>
21512 Acked-by: Eugene O'Brien <eugene.obrien@advantechamt.com>
21513
21514 commit 9ef1cbef1a649e3779298b0e663be4865cbbbfbc
21515 Author: Wolfgang Denk <wd@denx.de>
21516 Date: Tue May 27 14:19:30 2008 +0200
21517
21518 Socrates: Fix PCI bus frequency report
21519
21520 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
21521
21522 commit 8ec6e332eace0ee78c71ee5f645d12b06813b86f
21523 Author: Tor Krill <tor@excito.com>
21524 Date: Thu May 29 11:10:30 2008 +0200
21525
21526 Fix incorrect switch for IF_TYPE in part.c
21527
21528 Use correct field in block_dev_desc_t when writing interface type in
21529 dev_print. Error introduced in 574b3195.
21530
21531 Also added fix from Martin Krause
21532
21533 Signed-off-by: Tor Krill <tor@excito.com>
21534
21535 commit b64b8a0bd310935b70af69ac970952f2b364ae56
21536 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
21537 Date: Tue May 27 10:25:39 2008 +0200
21538
21539 Add size #defines for Altera Cyclone-II EP2C8 and EP2C20.
21540
21541 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
21542
21543 commit 35ef877f0a8f6232cdef748f442fed5accb2b641
21544 Author: Peter Tyser <ptyser@xes-inc.com>
21545 Date: Thu May 22 18:56:52 2008 -0500
21546
21547 Additional fix to readline_into_buffer() with CONFIG_CMDLINE_EDITING before relocating
21548
21549 Removed unneeded command line history initialization. Also, the original
21550 code would access the 'initted' variable before relocation to SDRAM
21551 which resulted in erratic behavior since the bss is not initialized when
21552 executing from flash.
21553
21554 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
21555
21556 commit 22f371b63038a4ecab04068877c1089e51a01ba1
21557 Author: Grant Erickson <gerickson@nuovations.com>
21558 Date: Wed May 21 13:28:30 2008 -0700
21559
21560 PPC4xx: Simplified post_word_{load, store}
21561
21562 This patch simplifies post_word_{load,store} by using the preprocessor
21563 to eliminate redundant, copy-and-pasted code.
21564
21565 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
21566
21567 commit 9c048b523413ae5f3ff34e00cf57569c3368ab51
21568 Author: Vasiliy Leoenenko <vasiliy.leonenko@mail.ru>
21569 Date: Wed May 7 21:25:33 2008 +0400
21570
21571 cfi_flash: enable M18 flash chips family support.
21572
21573 Added new command set ID. Buffered write command processing is changed
21574 in order to support M18 flash chips family.
21575
21576 Signed-off-by: Alexey Korolev <akorolev@infradead.org>
21577 Signed-off-by: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
21578
21579 commit 93c56f212ccdadc182018f0769cb284426b88f1d
21580 Author: Vasiliy Leoenenko <vasiliy.leonenko@mail.ru>
21581 Date: Wed May 7 21:24:44 2008 +0400
21582
21583 cfi_flash: support of long cmd in U-boot.
21584
21585 Some NOR flash chips needs support of commands with length grether than max
21586 value size of uchar. For example all M18 family chips use 0x1ff command in
21587 buffered write mode as value of program loops count.
21588
21589 Signed-off-by: Alexey Korolev <akorolev@infradead.org>
21590 Signed-off-by: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
21591
21592 commit 4d91d1df2f16b511ab80dec50c80e050ba0d841e
21593 Author: Stefan Roese <sr@denx.de>
21594 Date: Fri May 16 11:06:06 2008 +0200
21595
21596 DTT: Issue one-shot command on AD7414 (LM75 code) to read temp
21597
21598 On AD7414 the first value upon bootup is not read correctly.
21599 This is most likely because of the 800ms update time of the
21600 temp register in normal update mode. To get current values
21601 each time we issue the "dtt" command including upon powerup
21602 we switch into one-short mode.
21603
21604 This patch fixes the problem on AD7414 equipped boards (Sequoia,
21605 Canyonlands etc), that temp value printed in the bootup log was
21606 incorrect.
21607
21608 Signed-off-by: Stefan Roese <sr@denx.de>
21609
21610 commit de5bfcf7b0425e032be12698252dbaa6b65a28c0
21611 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
21612 Date: Fri May 30 16:55:06 2008 +0200
21613
21614 ppc4xx: Cleanup CPCI405 variant's config file
21615
21616 This patch removes some dead code from CPCI405 board's
21617 config files. JFFS2 support is also removed. It's not used and
21618 CPCI4052 does not build anymore without some size reduction.
21619
21620 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
21621
21622 commit 2918eb9d42bc705fcbd18c9fcc39d15ff2843c65
21623 Author: Kenneth Johansson <kenneth@southpole.se>
21624 Date: Thu May 29 16:32:33 2008 +0200
21625
21626 Remove shell variable UNDEF_SYM.
21627
21628 UNDEF_SYM is a shell variable in the main Makefile used to force the
21629 linker to add all u-boot commands to the final image. It has no use here.
21630
21631 Signed-off-by: Kenneth Johansson <kenneth@southpole.se>
21632
21633 commit 8c66497e06bf803489c589df58ee591d71033274
21634 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
21635 Date: Fri May 16 11:10:35 2008 +0200
21636
21637 Add support for environment in SPI flash
21638
21639 This is pretty incomplete...it doesn't handle reading the environment
21640 before relocation, it doesn't support redundant environment, and it
21641 doesn't support embedded environment. But apart from that, it does
21642 seem to work.
21643
21644 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
21645
21646 commit b6368467e6a97f225e0a5fd7bfc5c7598ef5ddc4
21647 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
21648 Date: Fri May 16 11:10:34 2008 +0200
21649
21650 SPI Flash: Add "sf" command
21651
21652 This adds a new command, "sf" which can be used to manipulate SPI
21653 flash. Currently, initialization, reading, writing and erasing is
21654 supported.
21655
21656 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
21657
21658 commit d25ce7d24cc0f93881559f4009175ea305af65e8
21659 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
21660 Date: Fri May 16 11:10:33 2008 +0200
21661
21662 SPI Flash subsystem
21663
21664 This adds a new SPI flash subsystem.
21665
21666 Currently, only AT45 DataFlash in non-power-of-two mode is supported,
21667 but some preliminary support for other flash types is in place as
21668 well.
21669
21670 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
21671
21672 commit 60445cb5c3eb77ed1a07f2d908eef09174483698
21673 Author: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
21674 Date: Fri May 16 11:10:32 2008 +0200
21675
21676 atmel_spi: Driver for the Atmel SPI controller
21677
21678 This adds a driver for the SPI controller found on most AT91 and AVR32
21679 chips, implementing the new SPI API.
21680
21681 Changed in v4:
21682 - Update to new API
21683 - Handle zero-length transfers appropriately. The user may send a
21684 zero-length SPI transfer with SPI_XFER_END set in order to
21685 deactivate the chip select after a series of transfers with chip
21686 select active. This is useful e.g. when polling the status
21687 register of DataFlash.
21688
21689 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
21690
21691 commit d255bb0e78d1cac5b7c8c98cb77a095f5f16de0d
21692 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
21693 Date: Fri May 16 11:10:31 2008 +0200
21694
21695 SPI API improvements
21696
21697 This patch gets rid of the spi_chipsel table and adds a handful of new
21698 functions that makes the SPI layer cleaner and more flexible.
21699
21700 Instead of the spi_chipsel table, each board that wants to use SPI
21701 gets to implement three hooks:
21702 * spi_cs_activate(): Activates the chipselect for a given slave
21703 * spi_cs_deactivate(): Deactivates the chipselect for a given slave
21704 * spi_cs_is_valid(): Determines if the given bus/chipselect
21705 combination can be activated.
21706
21707 Not all drivers may need those extra functions however. If that's the
21708 case, the board code may just leave them out (assuming they know what
21709 the driver needs) or rely on the linker to strip them out (assuming
21710 --gc-sections is being used.)
21711
21712 To set up communication parameters for a given slave, the driver needs
21713 to call spi_setup_slave(). This returns a pointer to an opaque
21714 spi_slave struct which must be passed as a parameter to subsequent SPI
21715 calls. This struct can be freed by calling spi_free_slave(), but most
21716 driver probably don't want to do this.
21717
21718 Before starting one or more SPI transfers, the driver must call
21719 spi_claim_bus() to gain exclusive access to the SPI bus and initialize
21720 the hardware. When all transfers are done, the driver must call
21721 spi_release_bus() to make the bus available to others, and possibly
21722 shut down the SPI controller hardware.
21723
21724 spi_xfer() behaves mostly the same as before, but it now takes a
21725 spi_slave parameter instead of a spi_chipsel function pointer. It also
21726 got a new parameter, flags, which is used to specify chip select
21727 behaviour. This may be extended with other flags in the future.
21728
21729 This patch has been build-tested on all powerpc and arm boards
21730 involved. I have not tested NIOS since I don't have a toolchain for it
21731 installed, so I expect some breakage there even though I've tried
21732 fixing up everything I could find by visual inspection.
21733
21734 I have run-time tested this on AVR32 ATNGW100 using the atmel_spi and
21735 DataFlash drivers posted as a follow-up. I'd like some help testing
21736 other boards that use the existing SPI API.
21737
21738 But most of all, I'd like some comments on the new API. Is this stuff
21739 usable for everyone? If not, why?
21740
21741 Changed in v4:
21742 - Build fixes for various boards, drivers and commands
21743 - Provide common struct spi_slave definition that can be extended by
21744 drivers
21745 - Pass a struct spi_slave * to spi_cs_activate and spi_cs_deactivate
21746 - Make default bus and mode build-time configurable
21747 - Override default SPI bus ID and mode on mx32ads and imx31_litekit.
21748
21749 Changed in v3:
21750 - Add opaque struct spi_slave for controller-specific data associated
21751 with a slave.
21752 - Add spi_claim_bus() and spi_release_bus()
21753 - Add spi_free_slave()
21754 - spi_setup() is now called spi_setup_slave() and returns a
21755 struct spi_slave
21756 - soft_spi now supports four SPI modes (CPOL|CPHA)
21757 - Add bus parameter to spi_setup_slave()
21758 - Convert the new i.MX32 SPI driver
21759 - Convert the new MC13783 RTC driver
21760
21761 Changed in v2:
21762 - Convert the mpc8xxx_spi driver and the mpc8349emds board to the
21763 new API.
21764
21765 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
21766 Tested-by: Guennadi Liakhovetski <lg@denx.de>
21767
21768 commit 289011207d999b2e4085150d2aa30d547ad9b800
21769 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
21770 Date: Fri May 16 11:10:30 2008 +0200
21771
21772 Move definition of container_of() to common.h
21773
21774 AVR32 and AT91SAM9 both have their own identical definitions of
21775 container_of() taken from the Linux kernel. Move it to common.h so
21776 that all architectures can use it.
21777
21778 container_of() is already used by some drivers, and will be used
21779 extensively by the new and improved SPI API.
21780
21781 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
21782
21783 commit 110e006fe67fb4a6e1719ae6956c79b7ffc0148b
21784 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
21785 Date: Fri May 16 11:08:11 2008 +0200
21786
21787 soft_i2c: Pull SDA high before reading
21788
21789 Spotted by Dean Capindale.
21790
21791 Systems that support open-drain GPIO properly are allowed provide an
21792 empty I2C_TRISTATE define. However, this means that we need to be
21793 careful not to drive SDA low when the slave is expected to respond.
21794
21795 This patch adds a missing I2C_SDA(1) to read_byte() required to
21796 tristate the SDA line on systems that support open-drain GPIO.
21797
21798 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
21799
21800 commit 3c1de1a6d36be9eee284a6c596a86e94f19cc5b2
21801 Author: Stefan Roese <sr@denx.de>
21802 Date: Mon May 19 11:34:53 2008 +0200
21803
21804 ppc4xx: Remove implementations of testdram()
21805
21806 This patch removes the used testdram() implementations of the board
21807 that are maintained by myself.
21808
21809 Signed-off-by: Stefan Roese <sr@denx.de>
21810
21811 commit bbeff30cbd1c5d551eb0ad1c2239ec01844c0b0a
21812 Author: Stefan Roese <sr@denx.de>
21813 Date: Mon Jun 2 17:37:28 2008 +0200
21814
21815 ppc4xx: Remove superfluous dram_init() call or replace it by initdram()
21816
21817 Historically the 405 U-Boot port had a dram_init() call in early init
21818 stage. This function was still called from start.S and most of the time
21819 coded in assembler. This is not needed anymore (since a long time) and
21820 boards should implement the common initdram() function in C instead.
21821
21822 This patch now removed the dram_init() call from start.S and removes the
21823 empty implementations that are scattered through most of the 405 board
21824 ports. Some older board ports really implement this dram_init() though.
21825 These are:
21826
21827 csb272
21828 csb472
21829 ERIC
21830 EXBITGEN
21831 W7OLMC
21832 W7OLMG
21833
21834 I changed those boards to call this assembler dram_init() function now
21835 from their board specific initdram() instead. This *should* work, but please
21836 test again on those platforms. And it is perhaps a good idea that those
21837 boards use some common 405 SDRAM initialization code from cpu/ppc4xx at
21838 some time. So further patches welcome here.
21839
21840 Signed-off-by: Stefan Roese <sr@denx.de>
21841
21842 commit 192f90e272b3989ee7b4a666d1fdab831f20f8d2
21843 Author: Stefan Roese <sr@denx.de>
21844 Date: Mon Jun 2 17:22:11 2008 +0200
21845
21846 ppc4xx: Use new 4xx SDRAM controller enable defines in common ECC code
21847
21848 Signed-off-by: Stefan Roese <sr@denx.de>
21849
21850 commit 39b32be18cd33b53a84065edcd4e465165cc5564
21851 Author: Stefan Roese <sr@denx.de>
21852 Date: Mon Jun 2 17:20:03 2008 +0200
21853
21854 ppc4xx: Fix common ECC generation code for 440GP style platforms
21855
21856 This patch makes the common 4xx ECC code really usable on 440GP style
21857 platforms.
21858
21859 Since the IBM DDR controller used on 440GP/GX/EP/GR is not register
21860 compatible to the IBM DDR/2 controller used on 405EX/440SP/SPe/460EX/GT
21861 we need to make some processor dependant defines used later on by the
21862 driver.
21863
21864 Signed-off-by: Stefan Roese <sr@denx.de>
21865
21866 commit ec724f883ee3f3925e6c55027e8ffa70ada83303
21867 Author: Stefan Roese <sr@denx.de>
21868 Date: Mon Jun 2 17:13:55 2008 +0200
21869
21870 ppc4xx: Change Kilauea to use the common DDR2 init function
21871
21872 This patch changes the kilauea and kilauea_nand (for NAND booting)
21873 board port to not use a board specific DDR2 init routine anymore. Now
21874 the common code from cpu/ppc4xx is used.
21875
21876 Thanks to Grant Erickson for all his basic work on this 405EX early
21877 bootup.
21878
21879 Signed-off-by: Stefan Roese <sr@denx.de>
21880
21881 commit 17ceb069b85fbb9269c4dc09b2c237f88334c5ba
21882 Author: Stefan Roese <sr@denx.de>
21883 Date: Mon Jun 2 14:59:21 2008 +0200
21884
21885 ppc4xx: Consolidate PPC4xx SDRAM/DDR/DDR2 defines, part2
21886
21887 This patch now adds a new header file (asm-ppc/ppc4xx-sdram.h) for all
21888 ppc4xx related SDRAM/DDR/DDR2 controller defines.
21889
21890 Signed-off-by: Stefan Roese <sr@denx.de>
21891
21892 commit 36ea16f6a066ccb046e91ebce4f326b69f4c0569
21893 Author: Stefan Roese <sr@denx.de>
21894 Date: Mon Jun 2 14:57:41 2008 +0200
21895
21896 ppc4xx: Consolidate PPC4xx SDRAM/DDR/DDR2 defines, part1
21897
21898 This patch removes all SDRAM related defines from the PPC4xx headers
21899 ppc405.h and ppc440.h. This is needed since now some 405 PPC's use
21900 the same SDRAM controller as 440 systems do (like 405EX and 440SP).
21901
21902 It also introduces new defines for the equipped SDRAM controller based on
21903 which PPC variant is used. There new defines are:
21904
21905 used on 405GR/CR/EP and some Xilinx Virtex boards.
21906
21907 used on 440GP/GX/EP/GR.
21908
21909 used on 440EPx/GRx.
21910
21911 used on 405EX/r/440SP/SPe/460EX/GT.
21912
21913 Signed-off-by: Stefan Roese <sr@denx.de>
21914
21915 commit 64852d09e06dd6db2b2db2a3c59bc2db176a54d6
21916 Author: Stefan Roese <sr@denx.de>
21917 Date: Mon Jun 2 14:35:44 2008 +0200
21918
21919 ppc4xx/NAND_SPL: Consolidate 405 and 440 NAND booting code in start.S
21920
21921 This patch consolidates the 405 and 440 parts of the NAND booting code
21922 selected via CONFIG_NAND_SPL. Now common code is used to initialize the
21923 SDRAM by calling initdram() and to "copy/relocate" to SDRAM/OCM/etc.
21924 Only *after* running from this location, nand_boot() is called.
21925
21926 Please note that the initsdram() call is now moved from nand_boot.c
21927 to start.S. I experienced problems with some boards like Kilauea
21928 (405EX), which don't have internal SRAM (OCM) and relocation needs to
21929 be done to SDRAM before the NAND controller can get accessed. When
21930 initdram() is called later on in nand_boot(), this can lead to problems
21931 with variables in the bss sections like nand_ecc_pos[].
21932
21933 Signed-off-by: Stefan Roese <sr@denx.de>
21934 Acked-by: Scott Wood <scottwood@freescale.com>
21935
21936 commit 8a24c07ba5da2c72ad1f05e3eb8a463750200c98
21937 Author: Grant Erickson <gerickson@nuovations.com>
21938 Date: Thu May 22 14:44:24 2008 -0700
21939
21940 ppc4xx: Enable Primordial Stack for 40x and Unify ECC Handling
21941
21942 This patch (Part 2 of 2):
21943
21944 * Rolls up a suite of changes to enable correct primordial stack and
21945 global data handling when the data cache is used for such a purpose
21946 for PPC40x-variants (i.e. CFG_INIT_DCACHE_CS).
21947
21948 * Related to the first, unifies DDR2 SDRAM and ECC initialization by
21949 eliminating redundant ECC initialization implementations and moving
21950 redundant SDRAM initialization out of board code into shared 4xx
21951 code.
21952
21953 * Enables MCSR visibility on the 405EX(r).
21954
21955 * Enables the use of the data cache for initial RAM on
21956 both AMCC's Kilauea and Makalu and removes a redundant
21957 CFG_POST_MEMORY flag from each board's CONFIG_POST value.
21958
21959 - Removed, per Stefan Roese's request, defunct memory.c file for
21960 Makalu and rolled sdram_init from it into makalu.c.
21961
21962 With respect to the 4xx DDR initialization and ECC unification, there
21963 is certainly more work that can and should be done (file renaming,
21964 etc.). However, that can be handled at a later date on a second or
21965 third pass. As it stands, this patch moves things forward in an
21966 incremental yet positive way for those platforms that utilize this
21967 code and the features associated with it.
21968
21969 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
21970 Signed-off-by: Stefan Roese <sr@denx.de>
21971
21972 commit c821b5f120bedf73867513466412587c6912a8f8
21973 Author: Grant Erickson <gerickson@nuovations.com>
21974 Date: Thu May 22 14:44:14 2008 -0700
21975
21976 ppc4xx: Enable Primordial Stack for 40x and Unify ECC Handling
21977
21978 This patch (Part 1 of 2):
21979
21980 * Rolls up a suite of changes to enable correct primordial stack and
21981 global data handling when the data cache is used for such a purpose
21982 for PPC40x-variants (i.e. CFG_INIT_DCACHE_CS).
21983
21984 * Related to the first, unifies DDR2 SDRAM and ECC initialization by
21985 eliminating redundant ECC initialization implementations and moving
21986 redundant SDRAM initialization out of board code into shared 4xx
21987 code.
21988
21989 * Enables MCSR visibility on the 405EX(r).
21990
21991 * Enables the use of the data cache for initial RAM on
21992 both AMCC's Kilauea and Makalu and removes a redundant
21993 CFG_POST_MEMORY flag from each board's CONFIG_POST value.
21994
21995 - Removed, per Stefan Roese's request, defunct memory.c file for
21996 Makalu and rolled sdram_init from it into makalu.c.
21997
21998 With respect to the 4xx DDR initialization and ECC unification, there
21999 is certainly more work that can and should be done (file renaming,
22000 etc.). However, that can be handled at a later date on a second or
22001 third pass. As it stands, this patch moves things forward in an
22002 incremental yet positive way for those platforms that utilize this
22003 code and the features associated with it.
22004
22005 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
22006 Signed-off-by: Stefan Roese <sr@denx.de>
22007
22008 commit a439680019e06171d4a5694b7992accce87f590e
22009 Author: Grant Erickson <gerickson@nuovations.com>
22010 Date: Wed May 21 13:28:30 2008 -0700
22011
22012 PPC4xx: Simplified post_word_{load, store}
22013
22014 This patch simplifies post_word_{load,store} by using the preprocessor
22015 to eliminate redundant, copy-and-pasted code.
22016
22017 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
22018
22019 commit f979690ee337450b2030aba128f95b7a8d9881c0
22020 Author: Kumar Gala <galak@kernel.crashing.org>
22021 Date: Thu May 15 15:13:08 2008 -0500
22022
22023 Fix warnings from gcc-4.3.0 build on a ppc host
22024
22025 * The cfi_flash.c memset fix actual allows the board to boot so there is
22026 a bit more going on here than just resolving warnings associated with
22027 uninitialized variables.
22028
22029 * include/asm/bitops.h:302: warning: '__swab32p' is static but used in
22030 inline function 'ext2_find_next_zero_bit' which is not static
22031
22032 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
22033
22034 commit 9b124a68346ce9605b6e1fcf79e1021541cdba9e
22035 Author: Becky Bruce <becky.bruce@freescale.com>
22036 Date: Wed May 14 13:09:51 2008 -0500
22037
22038 MPC512x: Change traps.c to not reference non-addressable memory
22039
22040 Currently, END_OF_RAM is used by the trap code to determine if
22041 we should attempt to access the stack pointer or not. However,
22042 on systems with a lot of RAM, only a subset of the RAM is
22043 guaranteed to be mapped in and accessible. Change END_OF_RAM
22044 to use get_effective_memsize() instead of using the raw ram
22045 size out of the bd.
22046
22047 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
22048
22049 commit 81673e9ae14b771cd13faf19947192599cae3959
22050 Author: Kumar Gala <galak@kernel.crashing.org>
22051 Date: Tue May 13 19:01:54 2008 -0500
22052
22053 Make sure common.h is the first include.
22054
22055 If common.h isn't first we can get CONFIG_ options defined in the
22056 board config file ignored. This can cause an issue if any of those
22057 config options impact the size of types of data structures
22058 (eg CONFIG_PHYS_64BIT).
22059
22060 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
22061
22062 commit 95d449ad4de79dd32b1705b8a4d3550f1e9081e3
22063 Author: Marian Balakowicz <m8@semihalf.com>
22064 Date: Tue May 13 15:53:29 2008 +0200
22065
22066 Avoid initrd and logbuffer area overlaps
22067
22068 Add logbuffer to reserved LMB areas to prevent initrd allocation
22069 from overlaping with it.
22070
22071 Make sure to use correct logbuffer base address.
22072
22073 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
22074
22075 commit 6956d53d9934862507f83f0e3255dfd4662e7482
22076 Author: Sascha Laue <sascha.laue@liebherr.com>
22077 Date: Tue May 13 13:29:54 2008 +0200
22078
22079 lwmon5: add memory-pattern-test to FPGA POST.
22080
22081 commit e34a0e911b6a1568d0ca864234fbd0ee060d9b35
22082 Author: Becky Bruce <becky.bruce@freescale.com>
22083 Date: Thu May 8 19:02:51 2008 -0500
22084
22085 PPC: 86xx Add bat registers to reginfo command
22086
22087 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
22088
22089 commit d5b9b8cdb8b6eb3a8b0f5d9909d69ccc9c703ed9
22090 Author: Becky Bruce <becky.bruce@freescale.com>
22091 Date: Fri May 9 15:41:35 2008 -0500
22092
22093 PPC: Add print_bats() to lib_ppc/bat_rw.c
22094
22095 This function prints the values of all the BAT register
22096 pairs - I needed this for debug earlier this week; adding it to
22097 lib_ppc so others can use it (and add it to reginfo commands
22098 if so desired).
22099
22100 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
22101
22102 commit c148f24c15743a02e855636e6bed013bd121f7f2
22103 Author: Becky Bruce <becky.bruce@freescale.com>
22104 Date: Thu May 15 21:29:04 2008 -0500
22105
22106 PPC: Change lib_ppc/bat_rw.c to use high bats
22107
22108 Currently, this code only deals with BATs 0-3, which makes
22109 it useless on systems that support BATs 4-7. Add the
22110 support for these registers.
22111
22112 Signed-off-by: Becky Bruce <Becky.bruce@freescale.com>
22113
22114 commit 31d826722434931e1152a09d140187dcf72f8aac
22115 Author: Becky Bruce <becky.bruce@freescale.com>
22116 Date: Thu May 8 19:02:12 2008 -0500
22117
22118 PPC: Create and use CONFIG_HIGH_BATS
22119
22120 Change all code that conditionally operates on high bat
22121 registers (that is, BATs 4-7) to look at CONFIG_HIGH_BATS
22122 instead of the myriad ways this is done now. Define the option
22123 for every config for which high bats are supported (and
22124 enabled by early boot, on parts where they're not always
22125 enabled)
22126
22127 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
22128
22129 commit aa3b8bf9c30065bb2ea852799d32db5020598495
22130 Author: Wolfgang Grandegger <wg@grandegger.com>
22131 Date: Wed May 28 19:55:19 2008 +0200
22132
22133 E1000: Add support for the 82541GI LF Intel Pro 1000 GT Desktop Adapter
22134
22135 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
22136 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
22137
22138 commit ff36fbb2e7583fb808eef773f511489c7a9c2df3
22139 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22140 Date: Wed May 28 13:06:25 2008 -0500
22141
22142 ColdFire: Add 10 base ethernet support for mcf5445x
22143
22144 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22145 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
22146
22147 commit 1a9fcc4b765599db24fa9c32293599f24c7a19ba
22148 Author: Jason McMullan <mcmullan@netapp.com>
22149 Date: Fri May 30 00:53:38 2008 +0900
22150
22151 mips: Add an 'include/asm/errno.h', like all other architectures
22152
22153 All other u-boot architectures have an include/asm/errno.h, so
22154 this change adds it to the mips include/asm-mips headers also.
22155
22156 Stolen from Linux 2.6.25.
22157
22158 Signed-off-by: Jason McMullan <mcmullan@netapp.com>
22159
22160 commit e2ad8426624bac457acc6925b6ff408e9bf20466
22161 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
22162 Date: Fri May 30 00:53:38 2008 +0900
22163
22164 [MIPS] <asm/mipsregs.h>: Update coprocessor register access macros
22165
22166 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
22167
22168 commit 1a3adac81c292f2ee76e43cdeb2fbe8f915fe194
22169 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
22170 Date: Fri May 30 00:53:38 2008 +0900
22171
22172 [MIPS] <asm/mipsregs.h>: Update register / bit field definitions
22173
22174 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
22175
22176 commit bf462ae450a7f2eeeddc699ed345b391e3263540
22177 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
22178 Date: Fri May 30 00:53:37 2008 +0900
22179
22180 [MIPS] <asm/mipsregs.h>: CodinygStyle cleanups
22181
22182 No functional changes.
22183
22184 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
22185
22186 commit 89a1550ec6b74452274a7a23127936e2c7eec711
22187 Author: Jason McMullan <mcmullan@netapp.com>
22188 Date: Fri May 30 00:53:37 2008 +0900
22189
22190 mips: If CONFIG_CMD_SPI is defined, call spi_init()
22191
22192 The mips architecture currently does not call 'spi_init()' in the generic
22193 board initialization routine is CONFIG_CMD_SPI is defined.
22194
22195 This patch rectifies that problem.
22196
22197 Signed-off-by: Jason McMullan <mcmullan@netapp.com>
22198 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
22199
22200 commit e996bc339b0f39f6c0b29b1455ba7eb318b023d3
22201 Author: Jason McMullan <mcmullan@netapp.com>
22202 Date: Fri May 30 00:53:37 2008 +0900
22203
22204 [MIPS] lib_mips/board.c: Add nand_init
22205
22206 This patch adds the standard 'nand_init()' call to the mips generic
22207 'board_init_r()' call, bringing MIPS in line with the other architectures.
22208
22209 Signed-off-by: Jason McMullan <mcmullan@netapp.com>
22210 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
22211
22212 commit d6ac2ed893c2168738aee01579d6283af8d37045
22213 Author: Scott Wood <scottwood@freescale.com>
22214 Date: Thu May 22 10:49:46 2008 -0500
22215
22216 Remove prototypes of nand_init() in favor of including nand.h.
22217
22218 Likewise with onenand_init().
22219
22220 Signed-off-by: Scott Wood <scottwood@freescale.com>
22221
22222 commit 229c56f07a82eacda8c8720cb146fc9be0f6db54
22223 Author: Scott Wood <scottwood@freescale.com>
22224 Date: Thu May 22 10:49:00 2008 -0500
22225
22226 Make onenand_uboot.h self-sufficient.
22227
22228 Don't assume types are provided by previously included headers.
22229
22230 Signed-off-by: Scott Wood <scottwood@freescale.com>
22231
22232 commit 9723bbb46abb7b2ca24eead5114a3faa58060c20
22233 Author: Dirk Behme <dirk.behme@gmail.com>
22234 Date: Wed Jan 16 14:26:59 2008 +0100
22235
22236 nand: Correct NAND erase percentage output
22237
22238 For NAND erase sizes smaller than one NAND erase block, erase
22239 percentage output becomes grater than 100% e.g.
22240
22241 -- cut --
22242 > nand info
22243 Device 0: NAND 64MiB 1,8V 8-bit, sector size 16 KiB
22244 > nand erase 0x100000 0x2000
22245 NAND erase: device 0 offset 0x100000, size 0x2000
22246 Erasing at 0x100000 -- 200% complete.
22247 OK
22248 >
22249 -- cut --
22250
22251 Correct this and give user a warning that more is erased than specified:
22252
22253 -- cut --
22254 > nand erase 0x100000 0x2000
22255 NAND erase: device 0 offset 0x100000, size 0x2000
22256 Warning: Erase size 0x00002000 smaller than one erase block 0x00004000
22257 Erasing 0x00004000 instead
22258 Erasing at 0x100000 -- 100% complete.
22259 OK
22260 >
22261 -- cut --
22262
22263 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
22264
22265 commit 5922db6c0948506be91e0de44e7a6863a18a417f
22266 Author: Stelian Pop <stelian@popies.net>
22267 Date: Tue May 13 17:31:24 2008 +0200
22268
22269 Cleanup nand_info[] declaration.
22270
22271 The nand_info array is declared as extern in several .c files.
22272 Those days, nand.h contains a reference to the array, so there is
22273 no need to declare it elsewhere.
22274
22275 Signed-off-by: Stelian Pop <stelian@popies.net>
22276 Signed-off-by: Scott Wood <scottwood@freescale.com>
22277
22278 commit 135f0a7488af2947adbe4b40b79280bdfe5e9886
22279 Author: Scott Wood <scottwood@freescale.com>
22280 Date: Mon May 19 09:30:43 2008 -0500
22281
22282 NAND: Provide a sane default for NAND_MAX_CHIPS.
22283
22284 This allows the header to be included regardless of whether a board's
22285 config file provides NAND-related defininitions.
22286
22287 Signed-off-by: Scott Wood <scottwood@freescale.com>
22288
22289 commit a8092c021d27f27f4b323b7d49979ca01b3fc19d
22290 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22291 Date: Mon May 26 12:19:10 2008 +0200
22292
22293 avr32: Fix theoretical race in udelay()
22294
22295 If the specified delay is very short, the cycle counter may go past the
22296 "end" time we are waiting for before we get around to reading it.
22297
22298 Fix it by checking the different between the cycle count "now" and the
22299 cycle count at the beginning. This will work as long as the delay
22300 measured in number of cycles is below 2^31.
22301
22302 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22303
22304 commit 48ea623eae8674793372e3e7c95e72e5a44d7a95
22305 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22306 Date: Wed May 21 13:01:09 2008 +0200
22307
22308 avr32: Compile atmel_mci.o conditionally
22309
22310 Remove #ifdef CONFIG_MMC from the source file and use conditional
22311 compilation in the Makefile instead.
22312
22313 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22314
22315 commit e92a5bf8330654e33ac13f6b3058634e58f5d1c0
22316 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22317 Date: Thu May 22 12:28:25 2008 +0200
22318
22319 avr32: Fix wrong error flags in atmel_mci driver
22320
22321 Make sure we check for CRC errors when sending commands that use CRC
22322 checking.
22323
22324 Reported-by: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
22325 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22326
22327 commit 7a96ddadd13e6ac9a829affce9b6f8823f580e49
22328 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22329 Date: Wed May 21 11:10:59 2008 +0200
22330
22331 avr32: Fix two warnings in atmel_mci.c
22332
22333 The warnings are harmless but annoying. Let's fix them.
22334
22335 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22336
22337 commit a23e277c4a3a2bbc42d237aae29da3a8971e757f
22338 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22339 Date: Mon May 19 11:36:28 2008 +0200
22340
22341 avr32: Rework SDRAM initialization code
22342
22343 This cleans up the SDRAM initialization and related code a bit, and
22344 allows faster booting.
22345
22346 * Add definitions for EBI and internal SRAM to asm/arch/memory-map.h
22347 * Remove memory test from sdram_init() and make caller responsible
22348 for verifying the SDRAM and determining its size.
22349 * Remove base_address member from struct sdram_config (was sdram_info)
22350 * Add data_bits member to struct sdram_config and kill CFG_SDRAM_16BIT
22351 * Add support for a common STK1000 hack: 16MB SDRAM instead of 8.
22352
22353 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22354
22355 commit 95107b7c028806919630bf02c653aa8f4f867c94
22356 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22357 Date: Mon May 19 11:27:37 2008 +0200
22358
22359 avr32: Do stricter stack checking in the exception handler
22360
22361 Don't do a stack dump if the stack pointer is outside the memory area
22362 reserved for stack.
22363
22364 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22365
22366 commit caf83ea888a0220f41747d0b7748fa43b4a4bd49
22367 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22368 Date: Fri May 2 15:32:57 2008 +0200
22369
22370 avr32: Use the same entry point for reset and exception handling
22371
22372 Since the reset vector is always aligned to a very large boundary, we
22373 can save a couple of KB worth of alignment padding by placing the
22374 exception vectors at the same address.
22375
22376 Deciding which one it is is easy: If we're handling an exception, the
22377 CPU is in Exception mode. If we're starting up after reset, the CPU is
22378 in Supervisor mode. So this adds a very minimal overhead to the reset
22379 path (only executed once) and the exception handling path (normally
22380 never executed at all.)
22381
22382 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22383
22384 commit 0c16eed2189a190bd5655b33c029f809a9b31128
22385 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22386 Date: Fri May 2 15:24:22 2008 +0200
22387
22388 avr32: Put memset in its own section
22389
22390 All C code is compiled with -ffunction-sections -fdata-sections.
22391 Assembly functions should get their own sections as well so that
22392 everything looks consistent.
22393
22394 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22395
22396 commit 3ace2527ba80bd2fe1bceaab50d0b3c4fb5dd020
22397 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22398 Date: Fri May 2 15:21:40 2008 +0200
22399
22400 avr32: Rename pm_init() as clk_init() and make SoC-specific
22401
22402 pm_init() was always more about clock initialization than anything
22403 else. Dealing with PLLs, clock gating and such is also inherently
22404 SoC-specific, so move it into a SoC-specific directory.
22405
22406 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22407
22408 commit 4f5972c3b2454c22957f2842cfe64ec8118e015b
22409 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22410 Date: Wed Apr 30 16:15:57 2008 +0200
22411
22412 avr32: Use new-style Makefile for the at32ap platform
22413
22414 This makes it easier to avoid compiling certain files later.
22415
22416 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22417
22418 commit a9b2bb78a1bd8ebdb633509bdd1c8134d527b213
22419 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22420 Date: Wed Apr 30 14:36:47 2008 +0200
22421
22422 avr32: Remove unused file cpu/at32ap/pm.c
22423
22424 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22425
22426 commit 44453b25b06426eef0b7b2fa7c026fdf19ce34f2
22427 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22428 Date: Wed Apr 30 14:19:28 2008 +0200
22429
22430 avr32: Clean up the HMATRIX code
22431
22432 Rework the HMATRIX configuration interface so that it becomes easier
22433 to configure the HMATRIX for boards with special needs, and add new
22434 parts.
22435
22436 The HMATRIX header file has been split into a general,
22437 chip-independent part with register definitions, etc. and a
22438 chip-specific part with SFR bitfield definitions and master/slave
22439 identifiers.
22440
22441 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22442
22443 commit 0a2e48792dd372c90b80059f3235e67a567e16fc
22444 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22445 Date: Thu Nov 22 12:14:11 2007 +0100
22446
22447 avr32: Add support for the ATSTK1006 board
22448
22449 This is a replacement for ATSTK1002 with 64MB SDRAM and NAND flash on
22450 board. It's currently in production and will be available soon.
22451
22452 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22453
22454 commit 781eb9a1e4af4bd34c138e6126ec5cc6dd4b5440
22455 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22456 Date: Tue Apr 29 12:53:05 2008 +0200
22457
22458 avr32: Get rid of the .flashprog section
22459
22460 The .flashprog section was only needed back when we were running
22461 directly from flash, and it's even more useless on NGW100 since it
22462 uses the CFI flash driver which never used this workaround in the
22463 first place.
22464
22465 Remove it on STK1000 as well, and get rid of all the associated code and
22466 annotations.
22467
22468 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22469
22470 commit cdd42c0c7a5205fc380912d83229069a71ea3abf
22471 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22472 Date: Wed Apr 30 13:09:56 2008 +0200
22473
22474 avr32: Use correct condition around macb clock accessors
22475
22476 get_macb_pclk_rate() and get_macb_hclk_rate() should be available when
22477 the chip has a MACB controller, not when it has a USART.
22478
22479 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22480
22481 commit f793a3581901ff39c2abb94012d9bbc8573ccf02
22482 Author: David Brownell <david-b@pacbell.net>
22483 Date: Wed Apr 16 22:57:58 2008 -0700
22484
22485 avr32: Disable the AP7000 internal watchdog on startup
22486
22487 This patch forces the watchdog off in all cases. That will at least
22488 get rid of the constant reboot cycle, though it won't let the watchdog
22489 actually run in the new kernels: its probe() comes up with a polite
22490 warning.
22491
22492 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22493
22494 commit 55ac7a7490b55da56659f95d82a0c83b9756df27
22495 Author: David Brownell <david-b@pacbell.net>
22496 Date: Fri Feb 22 12:54:39 2008 -0800
22497
22498 avr32: stk1002 and ngw100 convergence
22499
22500 Make STK1002 and NGW100 boards act more alike:
22501 - STK boards can use as many arguments as NGW
22502 - STK boards don't need to manage FPGAs either
22503 - NGW commands should match STK ones
22504
22505 Also spell U-Boot right in prompts for STK1002 and NGW100.
22506
22507 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
22508 [haavard.skinnemoen@atmel.com: update STK100[34] as well]
22509 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
22510
22511 commit 5e1882df6a3efc7de5524d28cea4ecde7d163d54
22512 Author: Sergei Poselenov <sposelenov@emcraft.com>
22513 Date: Tue May 27 13:47:00 2008 +0200
22514
22515 Socrates: Fix PCI bus frequency report
22516
22517 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
22518
22519 commit 791e1dba8de76ad8e762a7badb869f224a1f8b82
22520 Author: Sergei Poselenov <sposelenov@emcraft.com>
22521 Date: Tue May 27 11:49:13 2008 +0200
22522
22523 Socrates: Added USB support.
22524
22525 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
22526
22527 commit 5a904e5637cff1d708dc67098004f83ba9e84c54
22528 Author: Sergei Poselenov <sposelenov@emcraft.com>
22529 Date: Tue May 27 11:35:02 2008 +0200
22530
22531 USB: add new configuration variable CONFIG_PCI_OHCI_DEVNO
22532
22533 In case of several PCI USB controllers on a board this variable
22534 specifys which controller to use.
22535 See doc/README.generic_usb_ohci for details.
22536
22537 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
22538
22539 commit 2f7468aeba60e1288030a8d007c4e63bd3f13221
22540 Author: Sergei Poselenov <sposelenov@emcraft.com>
22541 Date: Tue May 27 10:36:07 2008 +0200
22542
22543 Socrates: add support for DS75 Digital Thermo Sensor on I2C bus.
22544
22545 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
22546
22547 commit 83e9d7a2614d4006b92690afa3390c291734267e
22548 Author: Sergei Poselenov <sposelenov@emcraft.com>
22549 Date: Mon May 26 18:16:04 2008 +0200
22550
22551 Socrates: Config file cleanup.
22552
22553 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
22554
22555 commit 602cac1389b755b223272f2328a47e6f8c240848
22556 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22557 Date: Sat May 24 12:47:46 2008 +0200
22558
22559 MAKEALL: add at91 list
22560
22561 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22562
22563 commit 290ef6436838b1cc013bd67e0e0495c9eb3e23c0
22564 Author: Ron Madrid <ron_madrid@sbcglobal.net>
22565 Date: Fri May 23 15:37:05 2008 -0700
22566
22567 Add Marvell 88E1118 support for TSEC
22568
22569 Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net>
22570 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
22571
22572 commit 557b377d8bfc8b833b6e749457bcdfa298331a24
22573 Author: Jens Gehrlein <sew_s@tqs.de>
22574 Date: Mon May 5 14:06:11 2008 +0200
22575
22576 smc911x: add 16 bit support
22577
22578 Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
22579 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
22580
22581 commit 6324e5bec8825f7fee3026ffbd394454ae8b53fb
22582 Author: Christian Eggers <ceggers@gmx.de>
22583 Date: Wed May 21 21:29:10 2008 +0200
22584
22585 Fix endianess conversion in usb_ohci.c
22586
22587 Sorry, I forgot this line:
22588
22589 Signed-off-by: Christian Eggers <ceggers@gmx.de>
22590
22591 I think this must be swapped (result may be equal).
22592
22593 commit c918261c6d9f265f88baf70f8a73dfe6f0cb9596
22594 Author: Christian Eggers <ceggers@gmx.de>
22595 Date: Wed May 21 22:12:00 2008 +0200
22596
22597 USB: replace old swap_ with proper endianess conversion macros
22598
22599 Signed-off-by: Christian Eggers <ceggers@gmx.de>
22600 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
22601
22602 commit fb63939b4fe140849cdba69f9e64a3e0e2f3ce1c
22603 Author: Christian Eggers <ceggers@gmx.de>
22604 Date: Wed May 21 21:29:10 2008 +0200
22605
22606 Fix endianess conversion in usb_ohci.c
22607
22608 Signed-off-by: Christian Eggers <ceggers@gmx.de>
22609 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
22610
22611 commit 477434c63c2ea5baa5c6c4e43500786f436511ff
22612 Author: Sergei Poselenov <sposelenov@emcraft.com>
22613 Date: Thu May 22 01:15:53 2008 +0200
22614
22615 USB: add support for multiple PCI OHCI controllers
22616
22617 Add new configuration variable CONFIG_PCI_OHCI_DEVNO.
22618 In case of several PCI USB controllers on a board this variable
22619 specifys which controller to use.
22620
22621 Also add USB support for sokrates board.
22622
22623 See doc/README.generic_usb_ohci for details.
22624
22625 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
22626 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
22627
22628 commit ce6754df61cbe23b5b73d095a00ac9a8504b3d77
22629 Author: Wolfgang Denk <wd@denx.de>
22630 Date: Wed May 21 16:56:08 2008 +0200
22631
22632 Fix some whitespace issues
22633
22634 introduced by 53677ef18 "Big white-space cleanup."
22635
22636 Signed-off-by: Wolfgang Denk <wd@denx.de>
22637
22638 commit 4416603aeb06861b468b06a981e52c3ff805db7b
22639 Author: York Sun <yorksun@freescale.com>
22640 Date: Mon May 12 14:36:39 2008 -0500
22641
22642 Make ads5121 out-of-tree compiling safe
22643
22644 Reuse the existing DIU driver in board/freescale/common.
22645
22646 Signed-off-by: York Sun <yorksun@freescale.com>
22647
22648 commit 0e1bad47cd345c76c91a64caf41011e431b62599
22649 Author: York Sun <yorksun@freescale.com>
22650 Date: Mon May 5 10:20:01 2008 -0500
22651
22652 Adding DIU support for Freescale 5121ADS
22653
22654 Add DIU and cfb console support to FSL 5121ADS board.
22655
22656 Use #define CONFIG_VIDEO in config file to enable fb console.
22657
22658 Signed-off-by: York Sun <yorksun@freescale.com>
22659
22660 commit a48ff68d235e671176f6b496c44246dbe5e0a93f
22661 Author: York Sun <yorksun@freescale.com>
22662 Date: Mon May 5 10:20:00 2008 -0500
22663
22664 Replace DPRINTF with debug
22665
22666 Remove DPRINTF macro and replace it with generic debug macro.
22667
22668 Signed-off-by: York Sun <yorksun@freescale.com>
22669
22670 commit 3b80c5f574ad7f6e1c55a68f42752b427fdf778d
22671 Author: York Sun <yorksun@freescale.com>
22672 Date: Mon May 5 10:19:59 2008 -0500
22673
22674 Move pixel clock setting to board file
22675
22676 The clock divider has different format in 5121 and 8610. This patch moves it to
22677 board specific code.
22678
22679 Signed-off-by: York Sun <yorksun@freescale.com>
22680
22681 commit 53677ef18e25c97ac613349087c5cb33ae5a2741
22682 Author: Wolfgang Denk <wd@denx.de>
22683 Date: Tue May 20 16:00:29 2008 +0200
22684
22685 Big white-space cleanup.
22686
22687 This commit gets rid of a huge amount of silly white-space issues.
22688 Especially, all sequences of SPACEs followed by TAB characters get
22689 removed (unless they appear in print statements).
22690
22691 Also remove all embedded "vim:" and "vi:" statements which hide
22692 indentation problems.
22693
22694 Signed-off-by: Wolfgang Denk <wd@denx.de>
22695
22696 commit 2f845dc2bdf461bfee9fa25823f769f5db9eba0b
22697 Author: Sergei Poselenov <sposelenov@emcraft.com>
22698 Date: Thu May 8 17:46:23 2008 +0200
22699
22700 socrates: fix second TSEC configuration (it is actually TSEC3)
22701
22702 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
22703
22704 commit 793670c3c0f0f72caead62f0be9fc3d9fbc6060f
22705 Author: Sergei Poselenov <sposelenov@emcraft.com>
22706 Date: Thu May 8 14:17:08 2008 +0200
22707
22708 Fixed reset for socrates
22709
22710 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
22711
22712 commit e18575d5f589a62e19c70d471d4b4e27cad3af56
22713 Author: Sergei Poselenov <sposelenov@emcraft.com>
22714 Date: Wed May 7 15:10:49 2008 +0200
22715
22716 socrates: changes to support FDT
22717
22718 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
22719 Signed-off-by: Wolfgang Denk <wd@denx.de>
22720
22721 commit 5d108ac8f435924c624cd6aaacd44f35f5cf94c0
22722 Author: Sergei Poselenov <sposelenov@emcraft.com>
22723 Date: Wed Apr 30 11:42:50 2008 +0200
22724
22725 Initial support for "Socrates" board
22726
22727 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
22728
22729 commit 0e15ddd11f1a84c465e434eb051d2ef08ef02b9b
22730 Author: Yuri Tikhonov <yur@emcraft.com>
22731 Date: Thu May 8 15:46:42 2008 +0200
22732
22733 POST: replace the LOGBUFF_INITIALIZED flag in gd->post_log_word (1 << 31) with the GD_FLG_LOGINIT flag in gd->flags.
22734
22735 This way we become able to utilize the full post_log_word for POST
22736 activities (overwise, POST ECC, which has 0x8000 ID, could be
22737 erroneously treated as started in post_output_backlog() even if there
22738 was actually no POST ECC run (because of OCM POST failure, for
22739 example).
22740
22741 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
22742
22743 commit 7845d49094c81321021b50a4dbb8864d2f3777e4
22744 Author: Yuri Tikhonov <yur@emcraft.com>
22745 Date: Thu May 8 15:46:02 2008 +0200
22746
22747 POST: mark OCM test as POST_STOP
22748
22749 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
22750
22751 commit 28a385065882d6cb6ac5f443311ff87887ed7c13
22752 Author: Yuri Tikhonov <yur@emcraft.com>
22753 Date: Thu May 8 15:45:26 2008 +0200
22754
22755 POST: add POST_STOP flag
22756
22757 Don't run futher tests in case of a test fails that is marked as
22758 POST_STOP.
22759
22760 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
22761 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
22762
22763 commit a525145d8110d15b4389d23c3ea8a78f22509d3f
22764 Author: Yuri Tikhonov <yur@emcraft.com>
22765 Date: Thu May 8 15:44:16 2008 +0200
22766
22767 POST: switch CFG_POST_OCM with CFG_POST_CODEC (workaround)
22768
22769 Switch the OCM testid with the codec one. The reason is that current
22770 implementation requires the POST_ROM testid to fit into lower 16
22771 bits, and the codec test will never run with POST_ROM hopefully.
22772
22773 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
22774
22775 commit 8b96c788d58f7cb85a89ee3f19c9b335d22443cd
22776 Author: Yuri Tikhonov <yur@emcraft.com>
22777 Date: Thu May 8 15:43:28 2008 +0200
22778
22779 lwmon5: enable OCM post test on lwmon5 board
22780
22781 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
22782
22783 commit 6e8ec682268493b8d098f99e17b1ce71b4448977
22784 Author: Yuri Tikhonov <yur@emcraft.com>
22785 Date: Thu May 8 15:42:47 2008 +0200
22786
22787 POST: OCM test added.
22788
22789 Added OCM test to POST layer. This version runs before all other tests
22790 but doesn't yet interrupt post sequence on failure.
22791
22792 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
22793 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
22794
22795 commit 6891260bdd935a382c95d9fa333922b0dfded68a
22796 Author: Yuri Tikhonov <yur@emcraft.com>
22797 Date: Thu May 8 15:40:39 2008 +0200
22798
22799 POST: typo fix
22800
22801 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
22802
22803 commit 727f63334676e760877d43bfb8f0e9331ac8b101
22804 Author: Hebbar <gururajakr@sanyo.co.in>
22805 Date: Tue May 20 02:16:36 2008 -0700
22806
22807 common/usb.c: fix incorrect escape sequence
22808
22809 Signed off by: Gururaja Hebbar <gururajakr@sanyo.co.in>
22810
22811 commit 4ce1e23b5e12283579828b3d23e8fd6e1328a7aa
22812 Author: York Sun <yorksun@freescale.com>
22813 Date: Thu May 15 15:26:27 2008 -0500
22814
22815 Fix 8313ERDB board configuration
22816
22817 Change LCRR clock ratio from 2 to 4 to commodate VSC7385.
22818 Correct TSEC1 vs TSEC2 assignment.
22819 Define ETHADDR and ETH1ADDR always.
22820
22821 Signed-off-by: York Sun <yorksun@freescale.com>
22822 Signed-off-by: Timur Tabi <timur@freescale.com>
22823
22824 commit 2c289e320dcfb3760e99cf1d765cb067194a1202
22825 Author: Jon Loeliger <jdl@freescale.com>
22826 Date: Mon May 19 09:47:25 2008 -0500
22827
22828 mpc86xx: Removed unused and unconfigured memory test code.
22829
22830 Besides, other common code exists.
22831
22832 Signed-off-by: Jon Loeliger <jdl@freescale.com>
22833
22834 commit 180a90abdae72587c0f679edf8991455e559440d
22835 Author: Wolfgang Denk <wd@denx.de>
22836 Date: Mon May 19 12:47:11 2008 +0200
22837
22838 Release v1.3.3
22839
22840 Update CHANGELOG for release.
22841
22842 Signed-off-by: Wolfgang Denk <wd@denx.de>
22843
22844 commit 16bedc661de0dae767b1377d8413373a3fbcfa79
22845 Author: Stefan Roese <sr@denx.de>
22846 Date: Mon May 19 07:14:38 2008 +0200
22847
22848 ppc4xx: Canyonlands: Disable PCIe0/SATA in dev-tree depending on selection
22849
22850 When SATA is selected (via jumper J6) we need to disable the first PCIe
22851 node in the device tree, so that Linux doesn't initialize it. Otherwise
22852 the Linux SATA driver will fail to detect the devices.
22853
22854 The same goes the other way around too. So if PCIe is selected we need
22855 to disable the SATA node in the device tree.
22856
22857 This is because PCIe port 0 and SATA on 460EX share the same pins
22858 (multiplexed) and we have to configure in U-Boot which peripheral is
22859 enabled.
22860
22861 Signed-off-by: Stefan Roese <sr@denx.de>
22862
22863 commit 3cc27b426aeefe2930f911692e9df3143fb2565f
22864 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22865 Date: Sun May 18 19:09:58 2008 +0200
22866
22867 i386: Fix multiple definitions of __show_boot_progress
22868
22869 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22870
22871 commit 311f3446930c1e64c12026c1cfd00500b05be52d
22872 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22873 Date: Sun May 18 19:09:57 2008 +0200
22874
22875 sc530_spunk: add missing SOBJS entry
22876
22877 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22878
22879 commit a559317143b4f95927b08cd388707e6f077e95fa
22880 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22881 Date: Sun May 18 19:09:56 2008 +0200
22882
22883 sc520_spunk: Fix flash
22884
22885 flash.c:593: warning: dereferencing type-punned pointer will break strict-aliasing rules
22886 flash.c:398: error: label at end of compound statement
22887
22888 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22889
22890 commit 91f221317af64191ee8caf303ea9305943158691
22891 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22892 Date: Sun May 18 19:09:49 2008 +0200
22893
22894 drivers/pcmcia: add missing i82365
22895
22896 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22897
22898 commit dd223944132f97ffa52977ea95e5a52428f5cc2f
22899 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22900 Date: Sun May 18 19:09:47 2008 +0200
22901
22902 i386/bootm: remove unused var
22903
22904 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22905
22906 commit a9da341df19b32ad2ecb58ce529f7e4fada7814e
22907 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22908 Date: Sun May 18 19:09:45 2008 +0200
22909
22910 example/gitignore: update with all generated examples
22911
22912 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22913
22914 commit a38dc3ea8614f8b0c41e432b445a9959b9711295
22915 Author: Wolfgang Denk <wd@denx.de>
22916 Date: Thu May 15 00:42:45 2008 +0200
22917
22918 TQM8272: fix out-of-tree building
22919
22920 ...and add to MAKEALL script
22921
22922 Signed-off-by: Wolfgang Denk <wd@denx.de>
22923
22924 commit 4f805c1e3a60b9263da8ec3bcd1f45edcefa7dcf
22925 Author: Wolfgang Denk <wd@denx.de>
22926 Date: Wed May 14 23:34:53 2008 +0200
22927
22928 environment: fix bug introduced by commit a8409f4f1ac8
22929
22930 env_get_char is not a function, but a pointer to one.
22931
22932 Signed-off-by: Wolfgang Denk <wd@denx.de>
22933
22934 commit 0c11935cd62ca1f65eeb228ff4c848440d4553bf
22935 Author: Gary Jennejohn <garyj@denx.de>
22936 Date: Wed May 14 13:39:22 2008 +0200
22937
22938 ppc4xx: QUAD100HD: Allow the environment to be put into flash.
22939
22940 After moving TEXT_BASE the value for CFG_ENV_ADDR was incorrect. Also
22941 use a redundant environment.
22942
22943 Signed-off-by: Gary Jennejohn <garyj@denx.de>
22944
22945 commit cda2a4a9961fd4341b7db305cb22fc05957e8b77
22946 Author: Wolfgang Denk <wd@denx.de>
22947 Date: Wed May 14 13:55:30 2008 +0200
22948
22949 Fix config files for out-of-tree building
22950
22951 Several board/<...>/config.mk files include dynamically built (by
22952 the Makefile) config files but used the wrong file name of
22953 $(TOPDIR)/board/$(BOARDDIR)/config.tmp
22954 instead if the correct
22955 $(OBJTREE)/board/$(BOARDDIR)/config.tmp
22956
22957 The bug is nasty because the build result is correct for the (normal)
22958 in-tree builds, and because 'sinclude' is used no errors get raised
22959 even for out-of-tree build tests. But out-of-tree builds use an
22960 incomplete and thus usually incorrect configuration...
22961
22962 Signed-off-by: Wolfgang Denk <wd@denx.de>
22963
22964 commit 2dd7082e06d580404010b06fe4e0e8b7038a00c8
22965 Author: Stefan Roese <sr@denx.de>
22966 Date: Wed May 14 13:40:03 2008 +0200
22967
22968 ppc4xx: Fix bogus Canyonlands config.mk
22969
22970 This patch fixes the canyonlands config.mk file to enable correct
22971 out-of-tree builds. Thanks to Wolfgang Denk for spotting this.
22972
22973 Signed-off-by: Stefan Roese <sr@denx.de>
22974
22975 commit fdd1247a66d788a3446244f6fde9955a93c26322
22976 Author: Stefan Roese <sr@denx.de>
22977 Date: Wed May 14 10:32:32 2008 +0200
22978
22979 ppc4xx: Individual handling of ddr2_fixed.c for canyonlands_nand build
22980
22981 Canyonlands has a file ddr2_fixed.c which needs special treatment when
22982 building in separate directory. It has to be linked to build directory
22983 otherwise it is not seen.
22984
22985 Signed-off-by: Stefan Roese <sr@denx.de>
22986
22987 commit a8409f4f1ac84c36273c1a1e341189662521bcfb
22988 Author: Wolfgang Denk <wd@denx.de>
22989 Date: Wed May 14 12:22:49 2008 +0200
22990
22991 environment: cleanup prototype declarations of env functions.
22992
22993 Signed-off-by: Wolfgang Denk <wd@denx.de>
22994
22995 commit cf39b07948015c480b72a6e732cf7d839aa93a9e
22996 Author: Wolfgang Denk <wd@denx.de>
22997 Date: Wed May 14 12:21:48 2008 +0200
22998
22999 linkstation_HGLAN: Fix out of tree building.
23000
23001 Signed-off-by: Wolfgang Denk <wd@denx.de>
23002
23003 commit 085551c05ca09e6c491ea11a1c6727a36776a545
23004 Author: Stefan Roese <sr@denx.de>
23005 Date: Wed May 14 10:32:32 2008 +0200
23006
23007 ppc4xx: Individual handling of ddr2_fixed.c for canyonlands_nand build
23008
23009 Canyonlands has a file ddr2_fixed.c which needs special treatment when
23010 building in separate directory. It has to be linked to build directory
23011 otherwise it is not seen.
23012
23013 Signed-off-by: Stefan Roese <sr@denx.de>
23014
23015 commit 1510b82d50615f344e89d42533e8224cce067dc0
23016 Author: Wolfgang Denk <wd@denx.de>
23017 Date: Tue May 13 23:15:52 2008 +0200
23018
23019 Makefile: fix "error: version_autogenerated.h: No such file or directory"
23020
23021 Signed-off-by: Wolfgang Denk <wd@denx.de>
23022
23023 commit 54694a91428f6c3280fe1ee0923488a1e7e8dbc4
23024 Author: Stelian Pop <stelian@popies.net>
23025 Date: Tue May 13 17:31:24 2008 +0200
23026
23027 Cleanup nand_info[] declaration.
23028
23029 The nand_info array is declared as extern in several .c files.
23030 Those days, nand.h contains a reference to the array, so there is
23031 no need to declare it elsewhere.
23032
23033 Signed-off-by: Stelian Pop <stelian@popies.net>
23034 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23035
23036 commit 70fab1908fc1734a403711eaabbef546bc4b77dc
23037 Author: Stefan Roese <sr@denx.de>
23038 Date: Tue May 13 20:22:01 2008 +0200
23039
23040 ppc4xx: Add 405EX(r) revision C PVR definitions and detection code
23041
23042 Signed-off-by: Stefan Roese <sr@denx.de>
23043
23044 commit 65dcfa79204f4750b905a173a5365e0b2eb6c2f6
23045 Author: Wolfgang Denk <wd@denx.de>
23046 Date: Mon May 12 01:11:21 2008 +0200
23047
23048 Revert "pci: Add CONFIG_PCI_SKIP_HOST_BRIDGE config option"
23049
23050 This reverts commit 55774b512fdf63c0516d441cc5da7c54bbffb7f2
23051 which broke many PowerPC boards.
23052
23053 commit ee0cfa70803a3e629ea581a9b216f8ecef402bfc
23054 Author: Wolfgang Denk <wd@denx.de>
23055 Date: Mon May 12 00:56:28 2008 +0200
23056
23057 Revert "Avoid initrd and logbuffer area overlaps"
23058
23059 This reverts commit 1b5605ca57fbb364f4d78eeee28b974ed875e888
23060 which breaks building on all PPC boards that don't use a log buffer.
23061
23062 commit 02b9b22446e3d7ad6a6382be17a1ce79a7de589b
23063 Author: Nick Spence <nick.spence@freescale.com>
23064 Date: Sat May 10 14:02:04 2008 -0700
23065
23066 Fix offset calculation for multi-type legacy images.
23067
23068 Calculation of tail was incorrect when size % 4 == 0.
23069
23070 New code removes the conditional and does the same thing but with arithmetic
23071
23072 Signed-off-by: Nick Spence <nick.spence@freescale.com>
23073
23074 commit c9dca3c3f37d2647aec4509b24b16d15882ae3e4
23075 Author: Wolfgang Denk <wd@denx.de>
23076 Date: Mon May 12 00:40:58 2008 +0200
23077
23078 Revert "Change env_get_char from a global function ptr to a function."
23079
23080 This reverts commit c0559be371b2a64b1a817088c3308688e2182f93
23081 which is known to break booting from dataflash and NAND.
23082
23083 commit 20e5ed137483823aaea5178169f3b144c7a4d9e0
23084 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23085 Date: Sun May 11 23:13:57 2008 +0200
23086
23087 API: remove duplicate syscall check
23088
23089 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23090
23091 commit 67e3beb52c320b0a31cf030716c99392cde2d532
23092 Author: Stelian Pop <stelian@popies.net>
23093 Date: Fri May 9 21:46:51 2008 +0200
23094
23095 AT91: Cleanup unused config header file definitions.
23096
23097 CONFIG_ENV_OVERWRITE is commented out in the config header files,
23098 so let's cleanup the files by removing the whole definition.
23099
23100 Signed-off-by: Stelian Pop <stelian@popies.net>
23101 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23102
23103 commit 19883aede2ac0a522493bfb2b35a7dbb200071b1
23104 Author: Stelian Pop <stelian@popies.net>
23105 Date: Thu May 8 14:52:34 2008 +0200
23106
23107 Support AT91CAP9 revC CPUs
23108
23109 The AT91CAP9 revC CPU has a few differences over the previous,
23110 revB CPU which was distributed in small quantities only (revA was
23111 an internal Atmel product only).
23112
23113 The revC silicon needs a special initialisation sequence to
23114 switch from the internal (imprecise) RC oscillator to the
23115 external 32k clock.
23116
23117 Signed-off-by: Stelian Pop <stelian@popies.net>
23118 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23119
23120 commit 098b7b4b441b12c2a64dd517930f43c793542759
23121 Author: Stelian Pop <stelian@popies.net>
23122 Date: Thu May 8 14:52:33 2008 +0200
23123
23124 Use custom logo for Atmel boards
23125
23126 This patch adds a custom vendor logo for the Atmel AT91 boards.
23127
23128 Signed-off-by: Stelian Pop <stelian@popies.net>
23129 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23130
23131 commit 761c70b80cdd3bead40146b96a8e713d6ae01632
23132 Author: Stelian Pop <stelian@popies.net>
23133 Date: Thu May 8 14:52:32 2008 +0200
23134
23135 AT91SAM9RLEK: hook up the ATMEL LCD driver
23136
23137 This patch makes the necessary adaptations (PIO configurations and
23138 defines in config header file) to hook up the Atmel LCD driver to the
23139 AT91SAM9RLEK board.
23140
23141 Signed-off-by: Stelian Pop <stelian@popies.net>
23142 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23143
23144 commit 56a2479cd7fecabdd91348a775b2801dd2e65c7f
23145 Author: Stelian Pop <stelian@popies.net>
23146 Date: Thu May 8 14:52:31 2008 +0200
23147
23148 AT91SAM9263EK: hook up the ATMEL LCD driver
23149
23150 This patch makes the necessary adaptations (PIO configurations and
23151 defines in config header file) to hook up the Atmel LCD driver to the
23152 AT91SAM9263EK board.
23153
23154 Signed-off-by: Stelian Pop <stelian@popies.net>
23155 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23156
23157 commit 820f2a958325061a446115f3035e48e4726b3390
23158 Author: Stelian Pop <stelian@popies.net>
23159 Date: Thu May 8 14:52:30 2008 +0200
23160
23161 AT91SAM9261EK: hook up the ATMEL LCD driver
23162
23163 This patch makes the necessary adaptations (PIO configurations and
23164 defines in config header file) to hook up the Atmel LCD driver to the
23165 AT91SAM9261EK board.
23166
23167 Signed-off-by: Stelian Pop <stelian@popies.net>
23168 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23169
23170 commit c139b17d20c8371c1e0a8d7fb27c11050cf86304
23171 Author: Stelian Pop <stelian@popies.net>
23172 Date: Thu May 8 14:52:29 2008 +0200
23173
23174 AT91CAP9ADK: hook up the ATMEL LCD driver
23175
23176 This patch makes the necessary adaptations (PIO configurations and
23177 defines in config header file) to hook up the Atmel LCD driver to the
23178 AT91CAP9ADK board.
23179
23180 Signed-off-by: Stelian Pop <stelian@popies.net>
23181 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23182
23183 commit 39cf480484fcce5c04a590ee1c30be0c17b02c34
23184 Author: Stelian Pop <stelian@popies.net>
23185 Date: Fri May 9 21:57:18 2008 +0200
23186
23187 Add ATMEL LCD driver
23188
23189 This patch adds support for the ATMEL LCDC driver which is used on some
23190 AT91 and AVR platforms.
23191
23192 Is has been tested with the AT91CAP9ADK, AT91SAM9261EK, AT91SAM9263EK and
23193 AT91SAM9RLEK boards. Adaptation for AVR32 should probably be easy.
23194
23195 Signed-off-by: Stelian Pop <stelian@popies.net>
23196 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23197
23198 commit 2118ebb44dc40f8117c94950fd95799a9ef821b2
23199 Author: Stelian Pop <stelian@popies.net>
23200 Date: Thu May 8 18:52:25 2008 +0200
23201
23202 AT91SAM9RLEK support
23203
23204 This patch adds support for the AT91SAM9RL chip and the AT91SAM9RLEK
23205 board.
23206
23207 Signed-off-by: Stelian Pop <stelian@popies.net>
23208 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23209
23210 commit 8e429b3eee23927c1222679f6b6f53667b21595c
23211 Author: Stelian Pop <stelian@popies.net>
23212 Date: Thu May 8 18:52:23 2008 +0200
23213
23214 AT91SAM9263EK support
23215
23216 This patch adds support for the AT91SAM9263 chip and the AT91SAM9263EK
23217 board.
23218
23219 Signed-off-by: Stelian Pop <stelian@popies.net>
23220 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23221
23222 commit d99a8ff66d8ae87e5c87590ed2e4ead629540607
23223 Author: Stelian Pop <stelian@popies.net>
23224 Date: Thu May 8 20:52:22 2008 +0200
23225
23226 AT91SAM9261EK support
23227
23228 This patch adds support for the AT91SAM9261 chip and the AT91SAM9261EK
23229 board.
23230
23231 Signed-off-by: Stelian Pop <stelian@popies.net>
23232 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23233
23234 commit 86c8c8a414988c50104a3b02c29f50af2be738c0
23235 Author: Stelian Pop <stelian@popies.net>
23236 Date: Thu May 8 20:52:21 2008 +0200
23237
23238 AT91SAM9260EK: Fix dataflash offsets in CONFIG_BOOTCOMMAND
23239
23240 This patch fixes the dataflash offsets used in CONFIG_BOOTCOMMAND
23241 in order to cope with the changes in DataFlash partitionning scheme
23242 (cset c3a60cb3).
23243
23244 Signed-off-by: Stelian Pop <stelian@popies.net>
23245 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23246
23247 commit 96996ac25d5222611a8888968db6e53a6d3726da
23248 Author: Stelian Pop <stelian@popies.net>
23249 Date: Thu May 8 20:52:20 2008 +0200
23250
23251 AT91SAM9260EK: Normalize BOOTARGS
23252
23253 This patch adapts CONFIG_BOOTARGS to the chosen boot method (boot from
23254 DataFlash or from NAND), and gives to Linux a fully specified mtdparts
23255 variable.
23256
23257 Signed-off-by: Stelian Pop <stelian@popies.net>
23258 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23259
23260 commit 79f0cb6e9c54d31a1d9e3f5e226a9bebc3c3a47a
23261 Author: Stelian Pop <stelian@popies.net>
23262 Date: Thu May 8 20:52:19 2008 +0200
23263
23264 AT91SAM9260EK: Normalize SPI timings
23265
23266 This patch changes the SPI timings to closely match the ones
23267 used by the Linux kernel and the Atmel's own bootstrap project.
23268
23269 Signed-off-by: Stelian Pop <stelian@popies.net>
23270 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23271
23272 commit c1212b2f5c5ed440bf8e9ebc8e4fd7488858b935
23273 Author: Stelian Pop <stelian@popies.net>
23274 Date: Thu May 8 20:52:18 2008 +0200
23275
23276 AT91SAM9260EK: Handle 8 or 16 bit NAND
23277
23278 The Atmel boards can handle 8 or 16 bit NAND memories. This patch
23279 makes the support configurable in the board config header file
23280 (CFG_NAND_DBW_8 or CFG_NAND_DBW_16).
23281
23282 Signed-off-by: Stelian Pop <stelian@popies.net>
23283 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23284
23285 commit ab52640fc01624e208424e527af0b7b3a5a65a12
23286 Author: Stelian Pop <stelian@popies.net>
23287 Date: Thu May 8 20:52:17 2008 +0200
23288
23289 AT91CAP9ADK: Fix dataflash offsets in CONFIG_BOOTCOMMAND
23290
23291 This patch fixes the dataflash offsets used in CONFIG_BOOTCOMMAND
23292 in order to cope with the changes in DataFlash partitionning scheme
23293 (cset c3a60cb3).
23294
23295 Signed-off-by: Stelian Pop <stelian@popies.net>
23296 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23297
23298 commit 3267508ec4c9e74c39ee41c9ae6951ad185fe270
23299 Author: Stelian Pop <stelian@popies.net>
23300 Date: Thu May 8 20:52:16 2008 +0200
23301
23302 AT91CAP9ADK: Normalize BOOTARGS
23303
23304 This patch adapts CONFIG_BOOTARGS to the chosen boot method (boot from
23305 DataFlash or from NAND), and gives to Linux a fully specified mtdparts
23306 variable.
23307
23308 Signed-off-by: Stelian Pop <stelian@popies.net>
23309 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23310
23311 commit 93da48b910511911ce110656e17ed733c8ac4c45
23312 Author: Stelian Pop <stelian@popies.net>
23313 Date: Thu May 8 20:52:15 2008 +0200
23314
23315 AT91CAP9ADK: Normalize SPI timings
23316
23317 This patch changes the SPI timings to closely match the ones
23318 used by the Linux kernel and the Atmel's own bootstrap project.
23319
23320 Signed-off-by: Stelian Pop <stelian@popies.net>
23321 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23322
23323 commit 1c90df3e148ce0a3e2c86c63b38b19d47772f2a0
23324 Author: Stelian Pop <stelian@popies.net>
23325 Date: Thu May 8 20:52:14 2008 +0200
23326
23327 AT91CAP9ADK: Handle 8 or 16 bit NAND
23328
23329 The Atmel boards can handle 8 or 16 bit NAND memories. This patch
23330 makes the support configurable in the board config header file
23331 (CFG_NAND_DBW_8 or CFG_NAND_DBW_16).
23332
23333 Signed-off-by: Stelian Pop <stelian@popies.net>
23334 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23335
23336 commit 11b162bae058e96c7929e358d4adff2bee6c2cc4
23337 Author: Stelian Pop <stelian@popies.net>
23338 Date: Thu May 8 20:52:13 2008 +0200
23339
23340 Use a common u-boot.lds file across all AT91CAP9/AT91SAM9 platforms
23341
23342 All the AT91CAP9/AT91SAM9 boards have the same linker script. The patch
23343 below avoids the duplication of u-boot.lds by putting the file in the
23344 cpu directory instead of the board one.
23345
23346 Signed-off-by: Stelian Pop <stelian@popies.net>
23347 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23348
23349 commit d48abea4b89adaf5e45ea75b5e38c0d8de179ece
23350 Author: Stelian Pop <stelian@popies.net>
23351 Date: Thu May 8 20:52:12 2008 +0200
23352
23353 Add proper copyright notices in Atmel boards Makefiles
23354
23355 The Makefiles for the AT91CAP9/AT91SAM9 boards have an incomplete
23356 copyright notice. This patch adds the missing pieces.
23357
23358 Signed-off-by: Stelian Pop <stelian@popies.net>
23359 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23360
23361 commit e817a042cef6164bf26fee86f90326f2ec9e6745
23362 Author: Stelian Pop <stelian@popies.net>
23363 Date: Thu May 8 20:52:11 2008 +0200
23364
23365 Add copyright information in Atmel boards partition.c
23366
23367 When Ulf did the dataflash.c cleanup, he didn't add his copyright on
23368 the new created files. This patch fixes the problem.
23369
23370 Signed-off-by: Stelian Pop <stelian@popies.net>
23371 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23372
23373 commit 4f6c810106f4f76d83cfc57d98f4540cd45f9a19
23374 Author: Stelian Pop <stelian@popies.net>
23375 Date: Thu May 8 20:52:10 2008 +0200
23376
23377 Update origin and copyright information in arch-at91sam9 header files
23378
23379 When doing the AT91CAP9/AT91SAM9 port, a number of header files were
23380 copied from the Linux kernel sources. This patch explicitly specifies
23381 this origin for all the copied headers, and for those missing copyright
23382 information, adds it.
23383
23384 Additionaly, the header file 'at91sam926x_mc.h' has been superceeded
23385 in the latest kernel sources by 'at91sam9_smc.h'.
23386
23387 The copyright information has been confirmed by the AT91 Linux kernel
23388 maintainer, Andrew Victor <avictor.za@gmail.com>.
23389
23390 Signed-off-by: Stelian Pop <stelian@popies.net>
23391 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23392
23393 commit 79dd1712689d6a5031d7cbff54957049680751c7
23394 Author: Markus Klotzbücher <mk@denx.de>
23395 Date: Thu May 8 16:00:55 2008 +0200
23396
23397 ppc4xx: Kilauea: Add CONFIG_BOOTP_SUBNETMASK to Kilauea board config
23398
23399 When using dhcp/bootp the "netmask" environment variable is not set
23400 because CONFIG_BOOTP_SUBNETMASK is not defined. But usually this is
23401 desireable, so the following patch adds this this option to the board
23402 config.
23403
23404 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
23405 Signed-off-by: Stefan Roese <sr@denx.de>
23406
23407 commit 869d14b4cc2e47de2ddcb117bad0407a44436684
23408 Author: Stefan Roese <sr@denx.de>
23409 Date: Sat May 10 10:30:36 2008 +0200
23410
23411 ppc4xx: Update Makalu defconfig to use device-tree booting as default
23412
23413 This patch reworks the default environment on Makalu. Now "net_nfs" for
23414 example uses the device-tree style booting formerly know as "net_nfs_fdt".
23415 Also the addresses in RAM were changed because of the new image booting
23416 support, which check for image overwriting. So the addresses needed to
23417 get adjusted.
23418
23419 Signed-off-by: Stefan Roese <sr@denx.de>
23420
23421 commit f3612a7b199cab3942f60d9c1392eb39d58cc699
23422 Author: Becky Bruce <bgill@freescale.com>
23423 Date: Wed May 7 13:28:16 2008 -0500
23424
23425 PPC: fix map_physmem build warning
23426
23427 map_physmem currently generates a warning when CONFIG_PHYS_64BIT is
23428 enabled. This quiets the warning.
23429
23430 Signed-off-by: Becky Bruce <Becky.Bruce@freescale.com>
23431
23432 commit 36f32675f40292002ee1fed252c180a43022d2d4
23433 Author: Becky Bruce <bgill@freescale.com>
23434 Date: Wed May 7 13:24:57 2008 -0500
23435
23436 Update pci code to use phys_addr_t
23437
23438 Physical addrs need to be represented by phys_addr_t, not
23439 unsigned long. Otherwise, systems that use CONFIG_PHYS_64BIT
23440 are going to fail mightily.
23441
23442 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
23443
23444 commit 91a616741fc128cdb88f39bddcd4d72fe17466d0
23445 Author: Nick Spence <nick.spence@freescale.com>
23446 Date: Thu May 8 22:32:22 2008 -0700
23447
23448 Support legacy multi-type images without FDT section.
23449
23450 This patch enables legacy multi-type images containing only a Linux kernel
23451 and root file system to be loaded, maintaining compatibility with previous
23452 versions of u-boot.
23453
23454 This is required when using old image files such as a Linux 2.4 kernel /
23455 filesystem.
23456
23457 Signed-off-by: Nick Spence <nick.spence@freescale.com>
23458 Acked-by: Bartlomiej Sieka <tur@semihalf.com>
23459
23460 commit 881031d9732783b7aeae2198fc7eb480ae8974a6
23461 Author: Wolfgang Denk <wd@denx.de>
23462 Date: Sat May 10 00:38:02 2008 +0200
23463
23464 Update CHANGELOG.
23465
23466 Signed-off-by: Wolfgang Denk <wd@denx.de>
23467
23468 commit e5e9d6c9c08160be7e5a36e04d125ccce99b8774
23469 Author: Wolfgang Denk <wd@denx.de>
23470 Date: Sat May 10 00:36:09 2008 +0200
23471
23472 post/cpu/ppc4xx/Makefile: line length cleanup
23473
23474 Signed-off-by: Wolfgang Denk <wd@denx.de>
23475
23476 commit cce9cfdabcf416ecd2aacc3681c91e5378c75a3d
23477 Author: Stelian Pop <stelian@popies.net>
23478 Date: Thu May 8 22:52:09 2008 +0200
23479
23480 Fix @ -> <at> substitution
23481
23482 When applying the AT91CAP9 patches upstream, something transformed
23483 the '@' character into the ' <at> ' sequence.
23484
23485 The patch below restores the original form in all the places where
23486 it has been modified (the AT91CAP9 files, the AT91SAM9260 files which
23487 were copied from AT91CAP9, and a couple of other files where the
23488 ' <at> ' sequence was present).
23489
23490 Signed-off-by: Stelian Pop <stelian@popies.net>
23491
23492 commit 9606b3c81b3c47a1d58514e9a232c6f461a17597
23493 Author: Stelian Pop <stelian@popies.net>
23494 Date: Thu May 8 22:52:10 2008 +0200
23495
23496 Update origin and copyright information in arch-at91sam9 header files
23497
23498 When doing the AT91CAP9/AT91SAM9 port, a number of header files were
23499 copied from the Linux kernel sources. This patch explicitly specifies
23500 this origin for all the copied headers, and for those missing copyright
23501 information, adds it.
23502
23503 Additionaly, the header file 'at91sam926x_mc.h' has been superceeded
23504 in the latest kernel sources by 'at91sam9_smc.h'.
23505
23506 The copyright information has been confirmed by the AT91 Linux kernel
23507 maintainer, Andrew Victor <avictor.za@gmail.com>.
23508
23509 Signed-off-by: Stelian Pop <stelian@popies.net>
23510
23511 commit ceb6b4fbe1dcc40bb672ef8133ddf4813e97cbb1
23512 Author: Stelian Pop <stelian@popies.net>
23513 Date: Thu May 8 22:52:11 2008 +0200
23514
23515 Add copyright information in Atmel boards partition.c
23516
23517 When Ulf did the dataflash.c cleanup, he didn't add his copyright on
23518 the new created files. This patch fixes the problem.
23519
23520 Signed-off-by: Stelian Pop <stelian@popies.net>
23521
23522 commit 2ab02fd456d8ef92ae9f5439618d1fa7ca16e5f3
23523 Author: Guennadi Liakhovetski <lg@denx.de>
23524 Date: Thu May 8 10:09:27 2008 +0200
23525
23526 mx31ads: fix 32kHz clock handling
23527
23528 According to schematics and to RedBoot sources, the MX31ADS uses a 32768Hz
23529 oscillator as a SKIL source. Fix previously wrongly assumed 32000Hz value.
23530 Also fix a typo when verifying a jumper configuration. While at it, make
23531 two needlessly global functions static.
23532
23533 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
23534
23535 commit 1b5605ca57fbb364f4d78eeee28b974ed875e888
23536 Author: Marian Balakowicz <m8@semihalf.com>
23537 Date: Wed May 7 13:10:04 2008 +0200
23538
23539 Avoid initrd and logbuffer area overlaps
23540
23541 Add logbuffer to reserved LMB areas to prevent initrd allocation
23542 from overlaping with it.
23543
23544 Make sure to use correct logbuffer base address.
23545
23546 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
23547
23548 commit c59518e15949b3403df5c5b0c2c48ea0e5bea24b
23549 Author: Marian Balakowicz <m8@semihalf.com>
23550 Date: Wed May 7 13:08:54 2008 +0200
23551
23552 ppc: Cleanup get_effective_memsize() use
23553
23554 Removed duplicated effective memory size calculation code.
23555
23556 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
23557
23558 commit 273c37d843d5b581090378016cd12dd9c586907b
23559 Author: Marian Balakowicz <m8@semihalf.com>
23560 Date: Wed May 7 09:03:53 2008 +0200
23561
23562 Fix build errors when CONFIG_LOGBUFFER and CONFIG_FIT are enabled
23563
23564 Recent modifcations to LOGBUFFER handling code were incorrecly
23565 introduced to fit_check_kernel() routine during
23566 "Merge branch 'new-image' of git://www.denx.de/git/u-boot-testing",
23567 commit 27f33e9f45ef7f9685cbdc65066a1828e85dde4f.
23568
23569 This patch cleans up this merge issue.
23570
23571 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
23572
23573 commit bc11756daff89a3de09ca80adac962b88cf06e6e
23574 Author: Grant Erickson <gerickson@nuovations.com>
23575 Date: Tue May 6 20:16:15 2008 -0700
23576
23577 Propagate Error Status to the Shell on fw_printenv Errors
23578
23579 Changed implementation such that fw_printenv returns failure status
23580 when one or more specified variables do not exist or when incorrect
23581 command syntax is used.
23582
23583 This aids scripting fw_printenv such that the script can key of the
23584 return status rather than relying on standard error "scraping".
23585
23586 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
23587 Signed-off-by: Wolfgang Denk <wd@denx.de>
23588
23589 commit f3b6d528e4dd719640a4bfcd954f4e4c7f5db0d6
23590 Author: Grant Erickson <gerickson@nuovations.com>
23591 Date: Tue May 6 16:18:00 2008 -0700
23592
23593 Fix Compilation Errors with 'tools/env/fw_printenv'
23594
23595 In the current top-of-tree, 1.3.3.-rc2, the optional tool
23596 'tools/env/fw_printenv' fails to compile for two reasons:
23597
23598 1) The header watchdog.h cannot be found.
23599 2) The header zlib.h is picked up from the tool chain rather than the
23600 project causing a prototype conflict for crc32.
23601
23602 This patch addresses both of these issues.
23603
23604 Platforms Tested On:
23605 - AMCC "Kilauea"
23606
23607 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
23608
23609 commit 597f6c26a18b389903a64692bacbf9a1ca69355b
23610 Author: James Yang <James.Yang@freescale.com>
23611 Date: Mon May 5 10:22:53 2008 -0500
23612
23613 Fix readline_into_buffer() with CONFIG_CMDLINE_EDITING before relocating
23614
23615 When CONFIG_CMDLINE_EDITING is enabled, readline_into_buffer() doesn't
23616 work before relocating to RAM because command history is written into
23617 a global array that is not writable before relocation. This patch
23618 defers to the no-editing and no-history code in readline_into_buffer()
23619 if it is called before relocation.
23620
23621 Signed-off-by: James Yang <James.Yang@freescale.com>
23622 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23623
23624 commit 726c0f1e5f108dccea052965123b95837d2bd402
23625 Author: Detlev Zundel <dzu@denx.de>
23626 Date: Mon May 5 16:11:22 2008 +0200
23627
23628 cosmetic: Adjust coding style for switch statements to be consistent
23629
23630 Signed-off-by: Detlev Zundel <dzu@denx.de>
23631
23632 commit 574b319512b13e10800f0045e39b993f4ca25e42
23633 Author: Detlev Zundel <dzu@denx.de>
23634 Date: Mon May 5 16:11:21 2008 +0200
23635
23636 Fix disk type output in disk/part.c
23637
23638 Signed-off-by: Detlev Zundel <dzu@denx.de>
23639
23640 commit 045b4d2d7168ef09c7349dcf6ecebe7432b74171
23641 Author: Vlad Lungu <vlad.lungu@windriver.com>
23642 Date: Mon May 5 14:20:03 2008 +0300
23643
23644 Mail address change, documentation modified
23645
23646 Signed-off-by: Vlad Lungu <vlad.lungu@windrvier.com>
23647
23648 commit 4d49b28038e2819088e8356a77212fc95a89ce5a
23649 Author: Michal Simek <monstr@monstr.eu>
23650 Date: Sun May 4 15:42:41 2008 +0200
23651
23652 microblaze: Repare intc handling
23653
23654 Signed-off-by: Michal Simek <monstr@monstr.eu>
23655
23656 commit 878b3b1e193e570caf3e96ad8e31e561f68d0287
23657 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23658 Date: Sun May 4 15:17:52 2008 +0200
23659
23660 include/gitignore: update to all architectures
23661
23662 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23663
23664 commit 1df368aed3b8bc240fe1595d290b0e91b22961da
23665 Author: Marcel Ziswiler <marcel@ziswiler.com>
23666 Date: Mon May 5 02:12:06 2008 +0200
23667
23668 ide: Remove spurious second include of io.h
23669
23670 Removed the second include, with all the #ifdef around as suggested by Wolfgang.
23671
23672 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
23673
23674 commit 8fbc985bdad09b23b7eb4df1d2ea589619d8db4c
23675 Author: Adrian Filipi <adrian.filipi@eurotech.com>
23676 Date: Tue May 6 16:46:37 2008 -0400
23677
23678 Fix some typos
23679
23680 This patch fixes three typos.
23681 The first is a repetition of CONFIG_CMD_BSP.
23682 The second makes the #endif comment match its #if.
23683 The third is a spelling error.
23684
23685 Signed-off-by: Adrian Filipi <adrian.filipi@eurotech.com>
23686
23687 commit e419e12d04ae3b280c99a87a2ea4ad7a40628bcb
23688 Author: Grant Erickson <gerickson@nuovations.com>
23689 Date: Sun May 4 16:45:01 2008 -0700
23690
23691 Recognize 'powerpc' As an Alias for IH_ARCH_PPC
23692
23693 Add support for the recognition of 'powerpc' as an alias for the PowerPC
23694 architecture type since Linux is already trending in that direction,
23695 preferring 'powerpc' to 'ppc'.
23696
23697 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
23698
23699 commit f5a24259190c388c2527bdc49fee34577d862cc7
23700 Author: Wheatley Travis <Travis.Wheatley@freescale.com>
23701 Date: Fri May 2 13:35:15 2008 -0700
23702
23703 7450 and 86xx L2 cache invalidate bug corrections
23704
23705 The 7610 and related parts have an L2IP bit in the L2CR that is
23706 monitored to signal when the L2 cache invalidate is complete whereas the
23707 7450 and related parts utilize L2I for this purpose. However, the
23708 current code does not account for this difference. Additionally the 86xx
23709 L2 cache invalidate code used an "andi" instruction where an "andis"
23710 instruction should have been used.
23711
23712 This patch addresses both of these bugs.
23713
23714 Signed-off-by: Travis Wheatley <travis.wheatley@freescale.com>
23715 Acked-By: Jon Loeliger <jdl@freescale.com>
23716
23717 commit 4d31cdc45d3592a5545a649fb5a24b458a4e4b72
23718 Author: Wolfgang Denk <wd@denx.de>
23719 Date: Fri May 9 10:16:13 2008 +0200
23720
23721 Avoid infinite loop "Generating include/autoconf.mk"
23722
23723 Fix a bogus circular dependency that caused an infinite loop of
23724 "Generating include/autoconf.mk" again and again.
23725
23726 Signed-off-by: Wolfgang Denk <wd@denx.de>
23727
23728 commit 567fb852178dbf59529d7301620a3f3732a4b02d
23729 Author: Stelian Pop <stelian@popies.net>
23730 Date: Thu May 8 22:52:09 2008 +0200
23731
23732 Fix @ -> <at> substitution
23733
23734 When applying the AT91CAP9 patches upstream, something transformed
23735 the '@' character into the ' <at> ' sequence.
23736
23737 The patch below restores the original form in all the places where
23738 it has been modified (the AT91CAP9 files, the AT91SAM9260 files which
23739 were copied from AT91CAP9, and a couple of other files where the
23740 ' <at> ' sequence was present).
23741
23742 Signed-off-by: Stelian Pop <stelian@popies.net>
23743 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23744
23745 commit 73ccb3410a0785593cda7aee455dfc51f790e281
23746 Author: Gary Jennejohn <gary.jennejohn@freenet.de>
23747 Date: Mon Apr 28 14:04:32 2008 +0200
23748
23749 ppc4xx: Add the Harris QUAD100HD AMCC 405EP-based board
23750
23751 Signed-off-by: Gary Jennejohn <garyj@denx.de>
23752 Signed-off-by: Stefan Roese <sr@denx.de>
23753
23754 commit ef2642625cbfb1c3695e3478d08ae515052a4950
23755 Author: Stefan Roese <sr@denx.de>
23756 Date: Thu May 8 11:10:46 2008 +0200
23757
23758 ppc4xx: Kilauea: Fix incorrect FPGA FIFO address
23759
23760 Signed-off-by: Stefan Roese <sr@denx.de>
23761
23762 commit a00eccfebc954ad9485161efeca7d9aaf626d530
23763 Author: Stefan Roese <sr@denx.de>
23764 Date: Thu May 8 11:05:15 2008 +0200
23765
23766 ppc4xx: Add fdt support to all remaining AMCC PPC4xx eval boards
23767
23768 This patch adds fdt (flattened device tree) support to all remaining AMCC
23769 eval boards. Most newer boards already support device tree. With this patch,
23770 all AMCC boards now enable device tree passing from U-Boot to Linux
23771 arch/powerpc kernels.
23772
23773 Signed-off-by: Stefan Roese <sr@denx.de>
23774
23775 commit cb5d88b9611e0c35c53543ad3b4ab99fa82203e3
23776 Author: Stefan Roese <sr@denx.de>
23777 Date: Thu May 8 11:01:09 2008 +0200
23778
23779 ppc4xx: Add weak default ft_board_setup() routine
23780
23781 This patch adds a default ft_board_setup() routine to the 4xx fdt code.
23782 This routine is defined as weak and can be overwritten by a board specific
23783 one if needed.
23784
23785 Signed-off-by: Stefan Roese <sr@denx.de>
23786
23787 commit d1c1ba85c7915053adf6a8d14a08ac6fcb750d01
23788 Author: Stefan Roese <sr@denx.de>
23789 Date: Thu May 8 10:48:58 2008 +0200
23790
23791 ppc4xx: acadia: Add fdt support and fix section overlap problem
23792
23793 This patch adds fdt (flattened device tree) support to the AMCC
23794 Acadia eval board. This increases the image size and it doesn't
23795 fit anymore into 256kByte. Since we didn't want to remove features
23796 from the configuration, we decided to increase the U-Boot image size
23797 (add one flash sector).
23798
23799 Also changed the default environment definition to make it
23800 independent of such changes.
23801
23802 Signed-off-by: Stefan Roese <sr@denx.de>
23803
23804 commit 4adb3023de75bc150f088c8935db340930ad38c8
23805 Author: Ira Snyder <iws@ovro.caltech.edu>
23806 Date: Tue Apr 29 11:18:54 2008 -0700
23807
23808 ppc4xx: Add device tree support to AMCC Yosemite
23809
23810 Add support for booting with a device tree blob. This is needed to boot
23811 ARCH=powerpc kernels. Also add support for setting the eth0 mac address
23812 via the ethaddr variable.
23813
23814 Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
23815 Signed-off-by: Stefan Roese <sr@denx.de>
23816
23817 commit b9bbefce1a653ea35f74a66ec117cdda2e043a4b
23818 Author: Dave Mitchell <dmitchell@amcc.com>
23819 Date: Wed May 7 09:00:23 2008 -0700
23820
23821 ppc4xx: Fix typos in 460GT/EX FBDV array
23822
23823 Corrected two typos in the 460GT/EX FBDV array.
23824
23825 Signed-off-by: Dave Mitchell <dmitchell@amcc.com>
23826 Signed-off-by: Stefan Roese <sr@denx.de>
23827
23828 commit 66f5fa9263629271edc86178b1f224e3c9aab2b3
23829 Author: Andy Fleming <afleming@freescale.com>
23830 Date: Wed May 7 16:54:31 2008 -0500
23831
23832 85xx: Limit CPU2 workaround to parts that have the errata
23833
23834 Signed-off-by: Ebony Zhu <ebony.zhu@freescale.com>
23835 Signed-off-by: Andy Fleming <afleming@freescale.com>
23836
23837 commit a5fe514e8ace564300d2c1d73846ddff49654243
23838 Author: Lee Nipper <lee.nipper@freescale.com>
23839 Date: Fri Apr 25 15:44:45 2008 -0500
23840
23841 mpc83xx: system performance settings for MPC8349EMDS.
23842
23843 These same settings are used on MPC8349ITX, and
23844 improve performance on MPC8349EMDS.
23845
23846 Signed-off-by: Lee Nipper <lee.nipper@freescale.com>
23847 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
23848
23849 commit 49387dba910e485640b575e920ee463b7e611dc3
23850 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
23851 Date: Tue May 6 13:22:52 2008 +0900
23852
23853 [MIPS] cpu/mips/cache.S: Fix build warning
23854
23855 Some old GNU assemblers, such as v2.14 (ELDK 3.1.1), v2.16 (ELDK 4.1.0),
23856 warns illegal global symbol references by bal (and jal also) instruction.
23857 This does not happen with the latest binutils v2.18.
23858
23859 Here's an example on gth2_config:
23860
23861 mips_4KC-gcc -D__ASSEMBLY__ -g -Os -D__KERNEL__ -DTEXT_BASE=0x90000000 -I/home/skuribay/devel/u-boot.git/include -fno-builtin -ffreestanding -nostdinc -isy
23862 stem /opt/eldk311/usr/bin/../lib/gcc-lib/mips-linux/3.3.3/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -pipe -msoft-float -march=4kc -mtune=4k
23863 c -EB -c -o cache.o cache.S
23864 cache.S: Assembler messages:
23865 cache.S:243: Warning: Pretending global symbol used as branch target is local.
23866 cache.S:250: Warning: Pretending global symbol used as branch target is local.
23867
23868 In principle, gas might be sensitive to global symbol references in PIC
23869 code because they should be processed through GOT (global offset table).
23870 But if `bal' instruction is used, it results in PC-based offset jump.
23871 This is the cause of this warning.
23872
23873 In practice, we know it doesn't matter whether PC-based reference or GOT-
23874 based. As for this case, both will work before/after relocation. But let's
23875 fix the code.
23876
23877 This patch explicitly sets up a target address, then jump there.
23878 Here's an example of disassembled code with/without this patch.
23879
23880 90000668: 1485ffef bne a0,a1,90000628 <mips_cache_reset+0x20>
23881 9000066c: ac80fffc sw zero,-4(a0)
23882 90000670: 01402821 move a1,t2
23883 -90000674: 0411ffba bal 90000560 <mips_init_icache>
23884 -90000678: 01803021 move a2,t4
23885 -9000067c: 01602821 move a1,t3
23886 -90000680: 0411ffcc bal 900005b4 <mips_init_dcache>
23887 -90000684: 01a03021 move a2,t5
23888 -90000688: 03000008 jr t8
23889 -9000068c: 00000000 nop
23890 +90000674: 01803021 move a2,t4
23891 +90000678: 8f8f83ec lw t7,-31764(gp)
23892 +9000067c: 01e0f809 jalr t7
23893 +90000680: 00000000 nop
23894 +90000684: 01602821 move a1,t3
23895 +90000688: 01a03021 move a2,t5
23896 +9000068c: 8f8f81e0 lw t7,-32288(gp)
23897 +90000690: 01e0f809 jalr t7
23898 +90000694: 00000000 nop
23899 +90000698: 03000008 jr t8
23900 +9000069c: 00000000 nop
23901
23902 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
23903
23904 commit 0f8c62a14b523c56874ebcb67c1a16c99aad48b3
23905 Author: Vlad Lungu <vlad.lungu@windriver.com>
23906 Date: Mon May 5 14:04:00 2008 +0300
23907
23908 Allow building mips versions with ELDK 3.1.1
23909
23910 .gpword works only with local symbols on certain binutils versions
23911
23912 Signed-off-by: Vlad Lungu <vlad.lungu@windrvier.com>
23913
23914 commit 12a67a9e51f6b3ec26cb0f077fb5685a447c359d
23915 Author: Wolfgang Denk <wd@denx.de>
23916 Date: Mon May 5 12:52:36 2008 +0200
23917
23918 MAKEALL: add inka4x0 board
23919
23920 Signed-off-by: Wolfgang Denk <wd@denx.de>
23921
23922 commit b83dcc13ae7b2dab394bfef6f699750d11490ee2
23923 Author: Wolfgang Denk <wd@denx.de>
23924 Date: Sun May 4 21:34:23 2008 +0200
23925
23926 kb9202 board: fix build problem.
23927
23928 Signed-off-by: Wolfgang Denk <wd@denx.de>
23929
23930 commit 6adf61dc4cb5c53a2df990cbc8df2bceacbfd869
23931 Author: Wolfgang Denk <wd@denx.de>
23932 Date: Sun May 4 12:10:33 2008 +0200
23933
23934 Prepare for v1.3.3-rc3
23935
23936 Update ChNAGELOG, minor white space cleanup.
23937
23938 Signed-off-by: Wolfgang Denk <wd@denx.de>
23939
23940 commit 7c0773fde6100b61be2558cb5d8c442a3194aecb
23941 Author: Wolfgang Denk <wd@denx.de>
23942 Date: Sun May 4 00:35:15 2008 +0200
23943
23944 drivers/net/tsec.c: Fix typo.
23945
23946 Signed-off-by: Wolfgang Denk <wd@denx.de>
23947
23948 commit aa737945e6f37a5de5dbad550a7694e0cb2a8120
23949 Author: Mike Frysinger <vapier@gentoo.org>
23950 Date: Fri May 2 21:45:12 2008 -0400
23951
23952 version_autogenerated.h: use printf rather than echo -n
23953
23954 Some systems are dumb and do not implement the -n flag to echo (like OS X).
23955 Convert the Makefile to use printf as this should work everywhere.
23956
23957 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
23958 Signed-off-by: Wolfgang Denk <wd@denx.de>
23959
23960 commit 4acc2a108ad0a669165924704a6cb083f9138242
23961 Author: Mike Frysinger <vapier@gentoo.org>
23962 Date: Fri May 2 18:17:50 2008 -0400
23963
23964 fix building when saveenv is disabled in some setups
23965
23966 If you enable environment in the flash, but disable the embedded
23967 option, and you disable the saveenv command, then the #if nested
23968 logic will trigger a compile failure:
23969 env_flash.c: In function 'env_relocate_spec':
23970 env_flash.c:399: error: 'flash_addr' undeclared (first use in this function)
23971 The fix is to add CMD_SAVEENV ifdef protection like everywhere else.
23972
23973 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
23974
23975 commit ccf1ad535ae1c0dc2d466235c668adbdfe3a55b7
23976 Author: Jeremy McNicoll <jeremy.mcnicoll@windriver.com>
23977 Date: Fri May 2 16:10:04 2008 -0400
23978
23979 SBC8548: fix address mask to allow 64M flash
23980
23981 Fix incorrect mask to enable all 64MB of onboard flash.
23982 Previously U-Boot incorrectly mapped only 8MB of flash, this
23983 patch correctly maps all the available flash.
23984
23985 Signed-off-by: Jeremy McNicoll <jeremy.mcnicoll@windriver.com>
23986
23987 commit 3648085c464c8c22ef76fab006ca4344d3796124
23988 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23989 Date: Fri May 2 19:48:56 2008 +0200
23990
23991 qemu_mips: add README
23992
23993 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23994
23995 commit 6fdd002689190a0022c7b3dbab37fcba724580ce
23996 Author: Marcel Ziswiler <marcel@ziswiler.com>
23997 Date: Fri May 2 02:35:59 2008 +0200
23998
23999 Fix misspelled comment
24000
24001 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
24002
24003 commit fa956fde60b7ec4dd66bd62f9910fd341b5049a1
24004 Author: Mike Frysinger <vapier@gentoo.org>
24005 Date: Thu May 1 04:13:05 2008 -0400
24006
24007 mkimage: make mmap() checks consistent
24008
24009 The mmap() related code is full of inconsistent casts/constants when
24010 it comes to error checking, and may break when building on some
24011 systems (like ones that do not implicitly define the caddr_t type).
24012 Let's just avoid the whole mess by writing the code nice and clean in
24013 the first place.
24014
24015 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24016
24017 commit 8e90cd0447a0f0ccf529ef86f0e6b56187d3b82a
24018 Author: Marcel Ziswiler <marcel@ziswiler.com>
24019 Date: Thu May 1 09:05:34 2008 +0200
24020
24021 Fix defined but not used build warning
24022
24023 - warning: 'srom' defined but not used
24024
24025 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
24026
24027 commit b71190f3250aaffcc81c35f6cfd3498cb7c48013
24028 Author: Marcel Ziswiler <marcel@ziswiler.com>
24029 Date: Thu May 1 09:05:26 2008 +0200
24030
24031 Fix implicit declaration build warnings
24032
24033 - warning: implicit declaration of function ‘serial_initialize’
24034
24035 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
24036
24037 commit 9acde129cc3f9c1b3bc11a821480dd446774d618
24038 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
24039 Date: Tue Apr 29 19:18:32 2008 +0200
24040
24041 TSEC: add config options for VSC8601 RGMII PHY
24042
24043 The Vitesse VSC8601 RGMII PHY has internal delay for both Rx
24044 and Tx clock lines. They are configured using 2 bits in extended
24045 register 0x17.
24046 Therefore CFG_VSC8601_SKEW_TX and CFG_VSC8601_SKEW_RX have
24047 been introduced with valid values 0-3 giving 0.0, 1.4,1.7 and 2.0ns delay.
24048
24049 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
24050 Acked-by: Andy Fleming <afleming@freescale.com>
24051 Acked-by: Ben Warren <biggerbadderben@gmail.com>
24052 --
24053
24054 drivers/net/tsec.c | 6 ++++++
24055 drivers/net/tsec.h | 3 +++
24056 2 files changed, 9 insertions(+), 0 deletions(-)
24057
24058 commit bd98ee60df43ee6dd6f5ebe32c67d03e90513ff8
24059 Author: Wolfgang Denk <wd@denx.de>
24060 Date: Sat May 3 23:07:15 2008 +0200
24061
24062 Revert "ColdFire: Get information from the correct GCC"
24063
24064 This reverts commit b7166e05a513c0806b63b9dfb6f1d77645cede2a
24065 (replaced by commit c4e5f52a58d278eebb87f476e353972c5dacea40).
24066
24067 commit c4e5f52a58d278eebb87f476e353972c5dacea40
24068 Author: Wolfgang Denk <wd@denx.de>
24069 Date: Sat May 3 22:25:00 2008 +0200
24070
24071 config.mk: use correct (cross) compiler
24072
24073 Some config.mk files reference $(CC) to test for specific tool chain
24074 features, so make sure $(CC) gets set before including any such
24075 config files.
24076
24077 This patch replaces commit b7166e05a5 ("ColdFire: Get information from
24078 the correct GCC").
24079
24080 Signed-off-by: Wolfgang Denk <wd@denx.de>
24081
24082 commit 27c38689d0cfde0e444239345f97b5eecc9f4067
24083 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24084 Date: Thu May 1 02:13:44 2008 +0200
24085
24086 pxa: fix previous definition on cpu init
24087
24088 start.S:183:1: warning: "ICMR" redefined
24089 In file included from start.S:33:
24090 include/asm/arch/pxa-regs.h:935:1: warning: this is the location of the previous definition
24091 start.S:187:1: warning: "RCSR" redefined
24092 ...
24093
24094 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24095
24096 commit 6d12e697de794d700767f22f950e3026ccf4daf6
24097 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24098 Date: Thu May 1 02:13:43 2008 +0200
24099
24100 pxa: fix pcmcia operation on 'i' may be undefined
24101
24102 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24103 Signed-off-by: Wolfgang Denk <wd@denx.de>
24104
24105 commit 4d77f5102dfeaa36cd58d9a9f083bd2cc491526f
24106 Author: Kumar Gala <galak@kernel.crashing.org>
24107 Date: Wed Apr 30 16:24:35 2008 -0500
24108
24109 MPC8610HPCD: Drop -O2 from the build flags
24110
24111 Make the flags use -Os like all other boards
24112
24113 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24114
24115 commit 0072b78be2b41e5a0ca3ddc39335574dc2e855bd
24116 Author: Stefan Roese <sr@denx.de>
24117 Date: Wed Apr 30 15:50:39 2008 +0200
24118
24119 RTC: Fix month offset by one problem in M41T62 RTC driver
24120
24121 This patch fixes a problem with the month being read and written
24122 incorrectly (offset by one). This only gets visible by also using
24123 the Linux driver (rtc-m41t80).
24124
24125 Tested on AMCC Canyonlands.
24126
24127 Signed-off-by: Stefan Roese <sr@denx.de>
24128
24129 commit 141ba1cad8e6598a2466e7e2976c6a12285df619
24130 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
24131 Date: Sat May 3 13:51:44 2008 +0900
24132
24133 [MIPS] cpu/mips/config.mk: Fix GNU assembler minor version picker
24134
24135 Current trick to pick up GNU assembler minor version uses a dot(.) as a
24136 delimiter, and take the second field to obtain minor version number. But
24137 as can be expected, this doesn't work with a version string which has
24138 dots more than needs.
24139
24140 Here's an example:
24141
24142 $ mips-linux-gnu-as --version | grep 'GNU assembler'
24143 GNU assembler (Sourcery G++ Lite 4.2-129) 2.18.50.20080215
24144 $ mips-linux-gnu-as --version | grep 'GNU assembler' | cut -d. -f2
24145 2-129) 2
24146 $
24147
24148 This patch restricts the version format to 2.XX.XX... This will work
24149 in most cases.
24150
24151 $ mips-linux-gnu-as --version | grep 'GNU assembler' | egrep -o '2\.[0-9\.]+'
24152 2.18.50.20080215
24153 $ mips-linux-gnu-as --version | grep 'GNU assembler' | egrep -o '2\.[0-9\.]+' | cut -d. -f2
24154 18
24155 $
24156
24157 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
24158
24159 commit ea638951acead7f1086c908c0b9f086beab82a22
24160 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
24161 Date: Sat May 3 13:51:28 2008 +0900
24162
24163 [MIPS] cpu/mips/cache.S: Add dcache_enable
24164
24165 Recent bootelf command fixes (017e9b7925f74878d0e9475388cca9bda5ef9482,
24166 "allow ports to override bootelf behavior") requires ports to have this
24167 function.
24168
24169 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
24170 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24171
24172 commit d2c6fbec4397c936b18cd42482b6973cd6781bdf
24173 Author: Wolfgang Denk <wd@denx.de>
24174 Date: Thu May 1 21:30:16 2008 +0200
24175
24176 onenand: rename 16 bit memory copy into memcpy_16() to avoid conflicts
24177
24178 Onenand needs a version of memcpy() which performs 16 bit accesses
24179 only; make sure the name does not conflict with the standard
24180 function.
24181
24182 Signed-off-by: Wolfgang Denk <wd@denx.de>
24183
24184 commit 12bc4e94251c369c529ffa505cf58b148c372f7f
24185 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24186 Date: Wed Apr 30 22:38:17 2008 +0200
24187
24188 cmd_nand: fix warning: str2long ncompatible pointer type
24189
24190 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24191
24192 commit 1b9ed2574a38c93cb03dad41885fc06be4bfc9dd
24193 Author: Timur Tabi <timur@freescale.com>
24194 Date: Fri Apr 4 11:16:11 2008 -0500
24195
24196 Fix calculation of I2C clock for some 86xx chips
24197
24198 Some 86xx chips use CCB as the base clock for the I2C, and others used CCB/2.
24199 There is no pattern that can be used to determine which chips use which
24200 frequency, so the only way to determine is to look up the actual SOC
24201 designation and use the right value for that SOC.
24202
24203 Signed-off-by: Timur Tabi <timur@freescale.com>
24204
24205 commit f32f7fe7bd3a5bda3a476520f00e1aca7c2103a9
24206 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
24207 Date: Wed Apr 30 12:11:19 2008 -0500
24208
24209 ColdFire: Fix ethernet hang issue for mcf547x_8x
24210
24211 The ethernet hang is caused by receiving buffer in DRAM is not
24212 yet ready due to access cycles require longer time in DRAM.
24213 Relocate DMA buffer descriptors from DRAM to internal SRAM.
24214
24215 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
24216
24217 commit 886d90176fc257e0ab4d0db05d11d0749bbed3ca
24218 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
24219 Date: Wed Apr 30 12:10:47 2008 -0500
24220
24221 ColdFire: Fix compilation issue caused by new changes in fsl_i2c.c
24222
24223 Signed-off-by: Luigi Comio Mantellini <luigi.mantellini@idf-hit.com>
24224 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
24225
24226 commit b7166e05a513c0806b63b9dfb6f1d77645cede2a
24227 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
24228 Date: Wed Apr 30 12:10:23 2008 -0500
24229
24230 ColdFire: Get information from the correct GCC
24231
24232 Signed-off-by: Kurt Mahan <kmahan@freescale.com>
24233 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
24234
24235 commit 378e7ec95da4751ec8fe461baacab2bf7d2512a9
24236 Author: dirk.behme@googlemail.com <dirk.behme@googlemail.com>
24237 Date: Wed Apr 30 18:02:59 2008 +0200
24238
24239 Fix warning in env_nand.c if compiled for DaVinci Schmoogie
24240
24241 Fix warnings
24242
24243 nv_nand.c: In function 'saveenv':
24244 env_nand.c:200: warning: passing argument 3 of 'nand_write' from incompatible pointer type
24245 env_nand.c: In function 'env_relocate_spec':
24246 env_nand.c:275: warning: passing argument 3 of 'nand_read' from incompatible pointer type
24247
24248 if compiled for davinci_schmoogie_config.
24249
24250 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
24251 Ack by: Sergey Kubushyn <ksi@koi8.net>
24252
24253 commit 33a4a70d48d622cc4950c60a84fec23b9421f23e
24254 Author: Anatolij Gustschin <agust@denx.de>
24255 Date: Wed Apr 30 13:34:40 2008 +0200
24256
24257 Fix warnings while compiling net/net.c for MPC8610HPCD board
24258
24259 MPC8610HPCD board adds -O2 gcc option to PLATFORM_CPPFLAGS
24260 causing overriding default -Os option. New gcc (ver. 4.2.2)
24261 produces warnings while compiling net/net.c file with -O2
24262 option. The patch is an attempt to fix this.
24263
24264 Signed-off-by: Anatolij Gustschin <agust@denx.de>
24265
24266 commit 58b575e575c25fdf8c88141e145db201f3092149
24267 Author: Sascha Laue <Sascha.Laue@gmx.biz>
24268 Date: Wed Apr 30 15:23:38 2008 +0200
24269
24270 lwmon5: fix offset error in sysmon0 POST
24271
24272 Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
24273 Signed-off-by: Wolfgang Denk <wd@denx.de>
24274
24275 commit e7419b243a373de4ee042f7d4f45f66de787240d
24276 Author: Sascha Laue <Sascha.Laue@gmx.biz>
24277 Date: Wed Apr 30 15:16:35 2008 +0200
24278
24279 lwmon5: fix manual merge error in POST
24280
24281 Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
24282
24283 commit 42ffcec3f9eba010a662d5b42981812b6bebfb9a
24284 Author: Wolfgang Denk <wd@denx.de>
24285 Date: Wed Apr 30 17:46:26 2008 +0200
24286
24287 cmd_nand.c: fix another 'incompatible pointer type' warning.
24288
24289 Signed-off-by: Wolfgang Denk <wd@denx.de>
24290
24291 commit de109d909707e2dfe806be5efc3cdb103b47c8ad
24292 Author: Wolfgang Denk <wd@denx.de>
24293 Date: Wed Apr 30 17:25:07 2008 +0200
24294
24295 Makefile: fix parallel builds
24296
24297 This problem shows up with parallel builds only; it results in
24298 somewhat cryptic error messages like
24299
24300 $ JOBS=-j6 MAKEALL netstar
24301 Configuring for netstar board...
24302 arm-linux-ld: cannot find -lgeneric
24303 make[1]: *** [eeprom.srec] Error 1
24304
24305 A few boards (like netstar and voiceblue) need some libraries for
24306 building; however, the board Makefile does not contain any such
24307 dependencies which may cause problems with parallel builds. Adding
24308 such dependencies is difficult as we would also have to provide build
24309 rules, which already exist in the respective library Makefiles.
24310
24311 To solve this, we make sure that all libraries get built before the
24312 board code.
24313
24314 Signed-off-by: Wolfgang Denk <wd@denx.de>
24315
24316 commit 4f27098e5b0736989b13cd61d7bca94b3574cf5f
24317 Author: Stefan Roese <sr@denx.de>
24318 Date: Wed Apr 30 14:51:36 2008 +0200
24319
24320 ppc4xx: Adapt Canyonlands fixed DDR2 setup to new DIMM module
24321
24322 This patch changes the Canyonlands/Glacier fixed DDR2 controller setup
24323 used for NAND booting to match the values needed for the new 512MB
24324 DIMM modules shipped with the productions boards:
24325
24326 Crucial: CT6464AC667.8FB
24327
24328 Signed-off-by: Stefan Roese <sr@denx.de>
24329
24330 commit ea9202a659dc75996facf1475f1866a19a9d3129
24331 Author: Stefan Roese <sr@denx.de>
24332 Date: Wed Apr 30 10:49:43 2008 +0200
24333
24334 ppc4xx: Fix problem with DIMMs with 8 banks in 44x_spd_ddr2.c
24335
24336 This patch fixes a problem with DIMMs that have 8 banks. Now the
24337 MCIF0_MBxCF register will be setup correctly for this setup too.
24338
24339 This was noticed with the 512MB DIMM on Canyonlands/Glacier.
24340
24341 Signed-off-by: Stefan Roese <sr@denx.de>
24342
24343 commit 76617299358ebba260ecc02d33e8e75d8d13dd3b
24344 Author: Wolfgang Denk <wd@denx.de>
24345 Date: Tue Apr 29 23:41:06 2008 +0200
24346
24347 Prepare v1.3.3-rc2, again.
24348
24349 Signed-off-by: Wolfgang Denk <wd@denx.de>
24350
24351 commit b7fcc4c13993782342cf5cd20d237a6281648a0b
24352 Author: Wolfgang Denk <wd@denx.de>
24353 Date: Tue Apr 29 23:35:24 2008 +0200
24354
24355 Prepare v1.3.3-rc2
24356
24357 Signed-off-by: Wolfgang Denk <wd@denx.de>
24358
24359 commit f7b16a0a4d571dd33b2b5185a54f7ddc311f89d4
24360 Author: Wolfgang Denk <wd@denx.de>
24361 Date: Tue Apr 29 23:32:20 2008 +0200
24362
24363 common/env_nand.c: fix one more incompatible pointer type issue
24364
24365 Signed-off-by: Wolfgang Denk <wd@denx.de>
24366
24367 commit ea6f66894f952229eebfc4ad03cd21fe5c8b3f0f
24368 Author: Wolfgang Denk <wd@denx.de>
24369 Date: Tue Apr 29 21:33:08 2008 +0200
24370
24371 post/board/lwmon5/sysmon.c: fix manual merge error.
24372
24373 Signed-off-by: Wolfgang Denk <wd@denx.de>
24374
24375 commit 70a0f81412b0b18a6fd0bea960451bc6c2cca49a
24376 Author: Kumar Gala <galak@kernel.crashing.org>
24377 Date: Tue Apr 29 12:54:59 2008 -0500
24378
24379 85xx: Add -mno-spe to e500/85xx builds
24380
24381 Newer gcc's might be configured to enable autovectorization by default.
24382 If we happen to build with one of those compilers we will get SPE
24383 instructions in random code.
24384
24385 -mno-spe disables the compiler for automatically generating SPE
24386 instructions without our knowledge.
24387
24388 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24389
24390 commit 8ea08e5be69436abcc95d3da114de4a2ff8a6ab5
24391 Author: Kumar Gala <galak@kernel.crashing.org>
24392 Date: Tue Apr 29 10:18:34 2008 -0500
24393
24394 Update .gitignore for zlib.h
24395
24396 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24397
24398 commit 45239cf4152109caa925145ccd433529902df887
24399 Author: Kumar Gala <galak@kernel.crashing.org>
24400 Date: Tue Apr 29 10:27:08 2008 -0500
24401
24402 85xx/86xx: Rename ext_refrec to timing_cfg_3 to match docs
24403
24404 All the 85xx and 86xx UM describe the register as timing_cfg_3
24405 not as ext_refrec.
24406
24407 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24408
24409 commit ef7d30b14394e4c4a153118f5845760cadada02a
24410 Author: Kumar Gala <galak@kernel.crashing.org>
24411 Date: Tue Apr 29 10:28:34 2008 -0500
24412
24413 85xx/86xx: Rename DDR init address and init extended address register
24414
24415 Rename init_addr and init_ext_addr to match the docs between
24416 85xx and 86xx. Both now use 'init_addr' and 'init_ext_addr'.
24417
24418 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24419
24420 commit cf6cc014270549684873a5972d2595052c468cb6
24421 Author: Kumar Gala <galak@kernel.crashing.org>
24422 Date: Mon Apr 28 02:24:04 2008 -0500
24423
24424 85xx: Additional fixes and cleanup of MP code
24425
24426 * adjust __spin_table alignment to match ePAPR v0.94 spec
24427 * loop over all cpus when determing who is up. This fixes an issue if
24428 the "boot cpu" isn't core0. The "boot cpu" will already be in the
24429 cpu_up_mask so there is no harm
24430 * Added some protection in the code to ensure proper behavior. These
24431 changes are explicitly needed but don't hurt:
24432 - Added eieio to ensure the "hot word" of the table is written after
24433 all other table updates have occurred.
24434 - Added isync to ensure we don't prefetch loading of table entries
24435 until we a released
24436
24437 These issues we raised by Dave Liu.
24438
24439 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24440
24441 commit b2d527a8b9fb50afccbaf79b5540952585cdc760
24442 Author: Yuri Tikhonov <yur@emcraft.com>
24443 Date: Tue Apr 29 15:06:41 2008 +0200
24444
24445 lwmon5: minor clean-up to include/configs/lwmon5.h
24446
24447 LWMON5 DSPIC POST uses the watch-dog scratch register. So, make
24448 the CFG_DSPIC_TEST_ADDR definition more readable.
24449
24450 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
24451
24452 commit f4c4d21a885ccc222fd0acdf653b683249e85117
24453 Author: Stefan Roese <sr@denx.de>
24454 Date: Tue Apr 29 16:08:05 2008 +0200
24455
24456 ppc4xx: Fix CFG_MONITOR_LEN on Katmai failsave this time
24457
24458 Signed-off-by: Stefan Roese <sr@denx.de>
24459
24460 commit 138105efe1d2b1a40a3a97b4c1f85c2111bea2d8
24461 Author: Yuri Tikhonov <yur@emcraft.com>
24462 Date: Tue Apr 29 13:32:45 2008 +0200
24463
24464 ppc flush_cache: add watch-dog triggering into the loops.
24465
24466 Some boards (e.g. lwmon5) need rather a frequent watch-dog
24467 kicking. Since the time it takes for the flush_cache() function
24468 to complete its job depends on the size of data being flushed, one
24469 may encounter watch-dog resets on such boards when, for example,
24470 download big files over ethernet.
24471
24472 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
24473
24474 commit cab99d6f3281ab6784feccf98b9b425daa58418a
24475 Author: Stefan Roese <sr@denx.de>
24476 Date: Tue Apr 29 14:44:54 2008 +0200
24477
24478 ppc4xx: Fix compilation warning in denali_spd_ddr2.c
24479
24480 Signed-off-by: Stefan Roese <sr@denx.de>
24481
24482 commit 4ec9d78fe5cd585d2868731fa108ca1e62730e70
24483 Author: Stefan Roese <sr@denx.de>
24484 Date: Tue Apr 29 14:12:07 2008 +0200
24485
24486 ppc4xx: Fix Katmai CFG_MONITOR_LEN
24487
24488 Signed-off-by: Stefan Roese <sr@denx.de>
24489
24490 commit 85ad184b3b2b0f8af9228477303c55dca1b52ed7
24491 Author: Stefan Roese <sr@denx.de>
24492 Date: Tue Apr 29 13:57:07 2008 +0200
24493
24494 ppc4xx: Complete remove bogus dflush()
24495
24496 Since the current dflush() implementation is know to have some problems
24497 (as seem on lwmon5 ECC init) this patch removes it completely and replaces
24498 it by using clean_dcache_range().
24499
24500 Tested on Katmai with ECC DIMM.
24501
24502 Signed-off-by: Stefan Roese <sr@denx.de>
24503
24504 commit 135846d6ecaad255ad28d93ebbb78b3d5da68cdc
24505 Author: Stefan Roese <sr@denx.de>
24506 Date: Tue Apr 29 13:36:51 2008 +0200
24507
24508 ppc4xx: Change ECC initialization on lwmon5 to use clean_dcache_range()
24509
24510 As it seems the "old" ECC initialization routine by using dflush() didn't
24511 write all lines in the dcache back to memory on lwmon5. This could lead
24512 to ECC error upon Linux booting. This patch changes the program_ecc()
24513 routine to now use clean_dcache_range() instead of dflush().
24514 clean_dcache_range() uses dcbst which is exactly what we want in this
24515 case.
24516
24517 Since dflush() is known is cause problems, this routine will be
24518 removed completely and replaced by clean_dcache_range() with an
24519 additional patch.
24520
24521 Signed-off-by: Stefan Roese <sr@denx.de>
24522
24523 commit 18ec19e4aa1a045dfbf2c7c2e33963488e92d757
24524 Author: Yuri Tikhonov <yur@emcraft.com>
24525 Date: Mon Apr 28 18:19:34 2008 +0200
24526
24527 POST: fix Makefiles for mpc8xx, lwmon, and netta POSTs.
24528
24529 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
24530
24531 commit eea5a743a2193ef2a05b9bc6dc447ba241416f35
24532 Author: Markus Brunner <super.firetwister@googlemail.com>
24533 Date: Mon Apr 28 08:47:47 2008 +0200
24534
24535 ppc4xx: Fixup ebc clock in FDT for 405GP/EP
24536
24537 On ppc405EP and ppc405GP (at least) the ebc is directly attached to the plb
24538 and not to the opb. This patch will try to fixup /plb/ebc if /plb/opb/ebc
24539 doesn't exist.
24540
24541 Signed-off-by: Markus Brunner <super.firetwister@gmail.com>
24542
24543 commit 2ef7503a593c77a80c2a054011970227c4b62774
24544 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24545 Date: Thu Apr 24 07:57:17 2008 +0200
24546
24547 NE2000: Fix regresssion introduced by e710185aae90 on non AX88796
24548
24549 Move non-inlied functions into specific drivers file
24550 Set get_prom as weak
24551
24552 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24553 Signed-off-by: Vlad Lungu <vlad@comsys.ro>
24554 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
24555
24556 commit 40cb90ee2b97db1f697e1b54f19a548ffc96d71b
24557 Author: Guennadi Liakhovetski <lg@denx.de>
24558 Date: Thu Apr 3 17:04:19 2008 +0200
24559
24560 net: make ARP timeout configurable
24561
24562 Currently the timeout waiting for an ARP reply is hard set to 5 seconds.
24563 On i.MX31ADS due to a hardware "strangeness" up to four first IP packets
24564 to the boards get lost, which typically are ARP replies. By configuring
24565 the timeout to a lower value we significantly improve the first network
24566 transfer time on this board. The timeout is specified in milliseconds,
24567 later internally it is converted to deciseconds, because it has to be
24568 converted to hardware ticks, and CFG_HZ ranges from 900 to 27000000 on
24569 different boards.
24570
24571 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
24572 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
24573
24574 commit 13e0b8f7ca9d29267bf01d7a01e521a0517adce1
24575 Author: Guennadi Liakhovetski <lg@denx.de>
24576 Date: Thu Apr 3 13:36:18 2008 +0200
24577
24578 minor cs8900 driver clean up
24579
24580 Remove a redundant register definition, clean up some coding style
24581 violations.
24582
24583 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
24584 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
24585
24586 commit 707fa917cca24c0f22776f48ac4a6fa5e5189b10
24587 Author: Wolfgang Denk <wd@denx.de>
24588 Date: Mon Apr 28 22:01:04 2008 +0200
24589
24590 jffs2_1pass.c: fix incompatible pointer type warning
24591
24592 Signed-off-by: Wolfgang Denk <wd@denx.de>
24593
24594 commit 6aee00f5e6a1cf29d8fe8fdc9b7252fbd31115d9
24595 Author: Sascha Laue <Sascha.Laue@gmx.biz>
24596 Date: Tue Apr 1 10:10:18 2008 +0200
24597
24598 lwmon5: update dsPIC POST spezification
24599
24600 The specification for the lwmon5 board dsPIC POST got changed.
24601 Also add defines for the temperatures and voltages.
24602
24603 Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
24604
24605 commit 3e4615ab7ff38781a5dd80d0f49b9af55b4fe0b7
24606 Author: Sascha Laue <Sascha.Laue@gmx.biz>
24607 Date: Tue Apr 1 15:13:03 2008 +0200
24608
24609 Fix watchdog POST for lwmon5
24610
24611 If the hardware watchdog detects a voltage error, the watchdog sets
24612 GPIO62 to low. The watchdog POST has to detect this low level.
24613
24614 Signed-off-by: Sascha Laue <leglas0@legpc180.leg.liebherr.i>
24615 Signed-off-by: Wolfgang Denk <wd@denx.de>
24616
24617 commit dd5748bcd669f46aeb6686c1b341323843738ccc
24618 Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
24619 Date: Mon Apr 28 14:37:14 2008 +0200
24620
24621 rtl8169: fix compiler warnings
24622
24623 Fix multiple compiler warnings related to argument type mismatch.
24624
24625 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
24626
24627 commit 413bf586266f86c6bdbc6c6d140f67a15af4c4f1
24628 Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
24629 Date: Mon Apr 28 14:36:06 2008 +0200
24630
24631 IDE: fix compiler warnings
24632
24633 The IDE driver can use 32-bit addresses in LBA mode, in which case it
24634 spits multiple warnings during compilation. Fix them.
24635
24636 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
24637
24638 commit db9084de28c46ac81c8f681722cb0d7411be4d7f
24639 Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
24640 Date: Mon Apr 28 14:35:57 2008 +0200
24641
24642 LinkStation: fix compiler warning, add a maintainer
24643
24644 out_8 wants a pointer to an unsigned as the first argument. Add a
24645 maintainer for Linkstation boards.
24646
24647 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
24648
24649 commit c71abba3cb67b063f789f17abf6c7447727c0cd5
24650 Author: Wolfgang Denk <wd@denx.de>
24651 Date: Mon Apr 28 14:55:12 2008 +0200
24652
24653 cmd_nand.c: fix "differ in signedness" problem
24654
24655 Signed-off-by: Wolfgang Denk <wd@denx.de>
24656
24657 commit f2c288a35341ad02ac03b1563d786763c9c8f159
24658 Author: Wolfgang Denk <wd@denx.de>
24659 Date: Mon Apr 28 12:48:47 2008 +0200
24660
24661 pcnet.c: fix a merge issue
24662
24663 Signed-off-by: Wolfgang Denk <wd@denx.de>
24664
24665 commit 4ca79f477ebd25a6872e6196d80e2f5eff441376
24666 Author: Wolfgang Denk <wd@denx.de>
24667 Date: Mon Apr 28 12:08:18 2008 +0200
24668
24669 NAND: fix some strict-aliasing compiler warnings
24670
24671 Signed-off-by: Wolfgang Denk <wd@denx.de>
24672
24673 commit 5cd0130ecc79d6dcde1b1ac253abc457ca8c3115
24674 Author: Stefan Roese <sr@denx.de>
24675 Date: Mon Apr 28 11:37:14 2008 +0200
24676
24677 ppc4xx: Fix compile warning of hcu4 board
24678
24679 Signed-off-by: Stefan Roese <sr@denx.de>
24680
24681 commit 5379cd15dd6c74ac51499bce3455bf6e0cdbe9f1
24682 Author: Wolfgang Denk <wd@denx.de>
24683 Date: Mon Apr 28 11:31:23 2008 +0200
24684
24685 MPC8323ERDB: fix implicit declaration of function 'mac_read_from_eeprom'
24686
24687 Signed-off-by: Wolfgang Denk <wd@denx.de>
24688
24689 commit 7602ed50a2f0ef3dc8d7da93f116de50288f5b59
24690 Author: Guennadi Liakhovetski <lg@denx.de>
24691 Date: Mon Apr 28 00:25:32 2008 +0200
24692
24693 mx31ads: fix loadaddr environment variable define
24694
24695 Arithmetic expressions do not get evaluated under stringification. Remove
24696 default network configuration, add DHCP command support. Thanks to Felix
24697 Radensky for reporting.
24698
24699 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
24700
24701 commit 144eec777ac07bcb12bd38245a5a289f694a7f98
24702 Author: Wolfgang Denk <wd@denx.de>
24703 Date: Mon Apr 28 10:55:24 2008 +0200
24704
24705 katmai: fix section overlap problem
24706
24707 Since we didn't want to remove features from the configuration, we
24708 decided to increase the U-Boot image size (add one flash sector).
24709
24710 Also changed the default environment definition to make it
24711 independent of such changes.
24712
24713 Signed-off-by: Wolfgang Denk <wd@denx.de>
24714 Acked-by: Stefan Roese <sr@denx.de>
24715
24716 commit 941d696d25624e3cc65ebf924199541acf52d74e
24717 Author: Wolfgang Denk <wd@denx.de>
24718 Date: Mon Apr 28 10:55:24 2008 +0200
24719
24720 katmai: fix section overlap problem
24721
24722 Since we didn't want to remove features from the configuration, we
24723 decided to increase the U-Boot image size (add one flash sector).
24724
24725 Also changed the default environment definition to make it
24726 independent of such changes.
24727
24728 Signed-off-by: Wolfgang Denk <wd@denx.de>
24729 Acked-by: Stefan Roese <sr@denx.de>
24730
24731 commit 03c6cd39f9184143fd8c537872b3d4b2e03f1466
24732 Author: Kumar Gala <galak@kernel.crashing.org>
24733 Date: Sat Apr 26 11:44:44 2008 -0500
24734
24735 post: Fix building with O=
24736
24737 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24738
24739 commit fd7531c1e9d56b9e5e06d2c0e02b798dab72f70c
24740 Author: Wolfgang Denk <wd@denx.de>
24741 Date: Sat Apr 26 01:55:00 2008 +0200
24742
24743 Prepare v1.3.3-rc1
24744
24745 Signed-off-by: Wolfgang Denk <wd@denx.de>
24746
24747 commit 19cf2ec90d8ce52da60c1693693c4048cb810967
24748 Author: Wolfgang Denk <wd@denx.de>
24749 Date: Sat Apr 26 01:25:39 2008 +0200
24750
24751 post/Makefile: make sure to use the correct flags
24752
24753 ARFLAGS was not set, which caused "ppc_8xx-ar: creating libgenpost.a"
24754 messages to be printed.
24755
24756 Signed-off-by: Wolfgang Denk <wd@denx.de>
24757
24758 commit 7ed4011733e7dca8f64d21291e4294662f7dc3e2
24759 Author: Wolfgang Denk <wd@denx.de>
24760 Date: Sat Apr 26 00:34:42 2008 +0200
24761
24762 Coding Style cleanup, update CHANGELOG
24763
24764 Signed-off-by: Wolfgang Denk <wd@denx.de>
24765
24766 commit f9204e15173834ff8d123e36279ce49c3c6c74fc
24767 Author: Magnus Lilja <lilja.magnus@gmail.com>
24768 Date: Sun Apr 20 10:38:12 2008 +0200
24769
24770 i.MX31: Enable SPI and MC13783/RTC support for the Litekit board
24771
24772 This patch enables SPI and MC13783/RTC support for the Litekit board.
24773
24774 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
24775
24776 commit f97abbfb47d9e407354e157cae3f6369e460cd37
24777 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
24778 Date: Fri Apr 25 01:08:32 2008 -0500
24779
24780 MPC8544DS: decode pcie3 end-point configuration correctly.
24781
24782 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
24783 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24784
24785 commit 292188e15523c165c4269403fdcd33c26d89176e
24786 Author: Roy Zang <tie-fei.zang@freescale.com>
24787 Date: Fri Apr 25 00:55:09 2008 -0500
24788
24789 MPC8544DS: Removes the unknown flash message information
24790
24791 This patch removes the unknown flash message information:
24792 '## Unknown FLASH on Bank 1 - Size = 0xdeadbeef = -286261248 MB'
24793 This unknown flash message is caused by PromJet.
24794 Some of the board user is unhappy with this information.
24795
24796 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
24797 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24798
24799 commit b2115757403beef0ac6bc2c6c3b24f31256a75d2
24800 Author: Kim Phillips <kim.phillips@freescale.com>
24801 Date: Thu Apr 24 14:07:38 2008 -0500
24802
24803 mpc83xx: bump loadaddr over fdtaddr to 0x500000
24804
24805 this seems as a good compromise between human memory, typing,
24806 and last but not least, to accommodate for current and future kernel bloat.
24807
24808 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
24809 Acked-by: Dave Liu <daveliu@freescale.com>
24810
24811 commit be5a7190265a34d968578ff266549c60f6f57654
24812 Author: Dave Liu <r63238@freescale.com>
24813 Date: Tue Apr 15 13:12:23 2008 +0800
24814
24815 mpc83xx: clean up the readme for 83xx boards
24816
24817 1. correct the typo
24818 2. correct the memory map for 837xerdb board
24819
24820 Signed-off-by: Dave Liu <daveliu@freescale.com>
24821
24822 commit bcae52a6819ee9dad5d0d96cd7daeb20108d45ff
24823 Author: Dave Liu <r63238@freescale.com>
24824 Date: Tue Apr 15 13:11:11 2008 +0800
24825
24826 mpc83xx: remove the unused CPM's stuff
24827
24828 The MPC83xx family never have CPM block, so remove it from 83xx.
24829
24830 Signed-off-by: Dave Liu <daveliu@freescale.com>
24831
24832 commit c63ad6325a8ac0097a54b418a3288926b0484b18
24833 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
24834 Date: Fri Apr 18 16:29:40 2008 +0200
24835
24836 cfi-flash: Add CFG_FLASH_AUTOPROTECT_LIST
24837
24838 This patch adds a configurable flash auto protection list that can be used
24839 to make U-Boot protect flash regions in flash_init().
24840
24841 The idea has been discussed on the u-boot mailing list starting
24842 on Nov 18th, 2007.
24843
24844 Even this patch brings a new feature it is used as a bugfix for 4xx
24845 platforms where flash_init() does not completely protect the
24846 monitor's flash range in all situations.
24847
24848 U-Boot protects the flash range from CFG_MONITOR_BASE to
24849 (CFG_MONITOR_BASE + monitor_flash_len - 1) by default. This does not
24850 include the reset vector at 0xfffffffc.
24851
24852 Example:
24853 #define CFG_FLASH_AUTOPROTECT_LIST {{0xfff80000, 0x80000}}
24854
24855 This config option will auto protect the last 512k of flash that
24856 contains the bootloader on board like APC405 and PMC405.
24857
24858 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
24859
24860 commit d0d91ae3acb4f29d1a2a3a766747478ed54e2848
24861 Author: Stefan Roese <sr@denx.de>
24862 Date: Fri Apr 25 13:59:03 2008 +0200
24863
24864 ppc4xx: Remove double defines in lwmon5.h
24865
24866 introduced with latest lwmon5/POST merge
24867
24868 Signed-off-by: Stefan Roese <sr@denx.de>
24869
24870 commit 7590378fb9c686709492ceb142825cd058255956
24871 Author: Bartlomiej Sieka <tur@semihalf.com>
24872 Date: Fri Apr 25 13:54:02 2008 +0200
24873
24874 Use watchdog-aware functions when calculating hashes of images - take two
24875
24876 Some files didn't get updated properly with the "Use watchdog-aware
24877 functions when calculating hashes of images" commit, this commit
24878 fixes this.
24879
24880 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
24881 Signed-off-by: Wolfgang Denk <wd@denx.de>
24882
24883 commit 8e048c438e20ec89b49da5f085f8f756eba6e587
24884 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
24885 Date: Fri Apr 25 12:01:39 2008 +0200
24886
24887 ppc4xx: Add bootcount limit handling for APC405 boards
24888
24889 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
24890
24891 commit 1de6b28be5d107ae90ad7a8a43653c49966e8afe
24892 Author: Bartlomiej Sieka <tur@semihalf.com>
24893 Date: Fri Apr 25 12:10:09 2008 +0200
24894
24895 Use watchdog-aware functions when calculating hashes of images
24896
24897 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
24898
24899 commit d00ce09040d3100e2c7998ef56db62c2d20d9ee3
24900 Author: Wolfgang Denk <wd@denx.de>
24901 Date: Fri Apr 25 12:44:08 2008 +0200
24902
24903 USB: fix more GCC 4.2.x aliasing warnings
24904
24905 Signed-off-by: Wolfgang Denk <wd@denx.de>
24906 Acked-by: Markus Klotzbuecher <mk@denx.de>
24907
24908 commit aff4f86448f6586930f0a3be7fc4b0ddcf450980
24909 Author: Wolfgang Denk <wd@denx.de>
24910 Date: Fri Apr 25 12:41:53 2008 +0200
24911
24912 lib_generic/crc32.c: add missing #include <watchdog.h>
24913
24914 Signed-off-by: Wolfgang Denk <wd@denx.de>
24915
24916 commit 03ccdbcd5602610cea4bd0db7e48e1ef881a51ef
24917 Author: Wolfgang Denk <wd@denx.de>
24918 Date: Fri Apr 25 11:52:21 2008 +0200
24919
24920 lib_generic/crc32.c: fix compile problem
24921
24922 Signed-off-by: Wolfgang Denk <wd@denx.de>
24923
24924 commit 24bfedbd0be4dcaa94861407820d6a70fea7e03b
24925 Author: Stefan Roese <sr@denx.de>
24926 Date: Tue Apr 22 12:20:32 2008 +0200
24927
24928 ppc4xx: Pass PCIe root-complex/endpoint configuration to Linux via the fdt
24929
24930 The PCIe root-complex/endpoint setup as configured via the "pcie_mode"
24931 environment variable will now get passed to the Linux kernel by setting
24932 the device_type property of the PCIe device tree node. For normal root-
24933 complex configuration it will keep its defaults value of "pci" and for
24934 endpoint configuration it will get changed to "pci-endpoint".
24935
24936 Signed-off-by: Stefan Roese <sr@denx.de>
24937
24938 commit eb0615bf600d2caf5aa2958f47f5ba364c52d5e7
24939 Author: Yuri Tikhonov <yur@emcraft.com>
24940 Date: Thu Apr 24 10:30:53 2008 +0200
24941
24942 lwmon5: watchdog POST fix
24943
24944 Use the GPT0_MASKx registers as the temporary storage for watch-dog
24945 timer POST test instead of GPT0_COMPx. The latter
24946 (GPT0_COMP1..GPT0_COMP5) are used for the log-buffer header.
24947
24948 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
24949 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
24950
24951 commit 78e488298824bc150b5f3ebf7958cd71fa2af1b9
24952 Author: Kim Phillips <kim.phillips@freescale.com>
24953 Date: Mon Apr 21 18:10:14 2008 -0500
24954
24955 lib_ppc: Revert "Make MPC83xx one step closer to full relocation."
24956
24957 This reverts commit 70431e8a7393b6b793f77957f95b999fc9a269b8 which has
24958 proven problematic getting right from the start at least on 83xx and
24959 4xx.
24960
24961 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
24962
24963 commit a99715b8ebfc500f3f40e01b36b64d473938443d
24964 Author: Detlev Zundel <dzu@denx.de>
24965 Date: Fri Apr 18 14:50:01 2008 +0200
24966
24967 Realining some header definitions.
24968
24969 Signed-off-by: Detlev Zundel <dzu@denx.de>
24970
24971 commit 4acbc6c7f993cae409c424615415a3e76820f13d
24972 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24973 Date: Thu Apr 24 07:57:16 2008 +0200
24974
24975 NE2000: coding style cleanup
24976
24977 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24978
24979 commit b4aff1ffaf7120032c653357c007faa14f74d29d
24980 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24981 Date: Wed Apr 23 00:11:47 2008 +0900
24982
24983 qemu-mips.h: Add CFI support
24984
24985 CONFIG_ENV_OVERWRITE is also added.
24986
24987 This patch is originally created by Jean-Christophe PLAGNIOL-VILLARD.
24988
24989 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24990 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
24991
24992 commit 4a1f11b45a82908e5b0df602d703082413a6b7ed
24993 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
24994 Date: Tue Apr 22 22:47:27 2008 +0900
24995
24996 doc/README.mips: Add MIPS notes
24997
24998 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
24999
25000 commit 215b01bba8bc662d35f72b084700b192d367dfb4
25001 Author: Bartlomiej Sieka <tur@semihalf.com>
25002 Date: Tue Apr 22 12:27:56 2008 +0200
25003
25004 Add support for calculating hashes with watchdog triggering
25005
25006 Implement watchodg-aware variants of hash calculation functions:
25007 - crc32_wd()
25008 - md5_wd()
25009 - sha1_csum_wd()
25010 The above functions calculate the hash of the input buffer in chunks,
25011 triggering the watchdog after processing each chunk. The chunk size
25012 is given as a function call parameter.
25013
25014 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
25015
25016 commit 8875e3abab986df930167ce5c1ac4f95dcacc81c
25017 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
25018 Date: Wed Apr 23 11:02:12 2008 +0900
25019
25020 qemu-mips: Cleanup whitespace, indentation, etc.
25021
25022 No functional change.
25023
25024 This patch was originally submitted by Jean-Christophe PLAGNIOL-VILLARD.
25025 Then I re-created from scratch, and changed more lines than the original.
25026
25027 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25028 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
25029
25030 commit 386563197e3a50b0e97ad9aae87f57d9aab909ab
25031 Author: Vlad Lungu <vlad@comsys.ro>
25032 Date: Wed Oct 10 23:02:09 2007 +0300
25033
25034 Fixed pcnet io_base
25035
25036 Bus and phys address are not always the same
25037
25038 Signed-off-by: Vlad Lungu <vlad@comsys.ro>
25039
25040 commit 11ea26fd1cb63c91403fe04a6eea975cd418603f
25041 Author: Wolfgang Denk <wd@denx.de>
25042 Date: Thu Apr 24 23:44:26 2008 +0200
25043
25044 drivers/net/pcnet.c: Coding Style cleanup.
25045
25046 Signed-off-by: Wolfgang Denk <wd@denx.de>
25047
25048 commit 899ef7b84578b7cafadfd78488c2fd2aac93f636
25049 Author: Vlad Lungu <vlad@comsys.ro>
25050 Date: Wed Oct 10 23:04:23 2007 +0300
25051
25052 Added Am79C970A chip id to pcnet
25053
25054 Signed-off-by: Vlad Lungu <vlad@comsys.ro>
25055
25056 commit 17c9de6bb33f676eb776dcbfc46fc1b14c3871a5
25057 Author: Magnus Lilja <lilja.magnus@gmail.com>
25058 Date: Sun Apr 20 10:35:03 2008 +0200
25059
25060 i.MX31: Fix architecture numbers for ADS and Litekit boards
25061
25062 Correct the Linux architecture number for i.MX31 Litekit and ADS boards.
25063
25064 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
25065
25066 commit e7ae84d6c7288790e88639f57cb60daf89c11369
25067 Author: Magnus Lilja <lilja.magnus@gmail.com>
25068 Date: Sun Apr 20 10:36:36 2008 +0200
25069
25070 i.MX31: Use symbolic names for Litekit membases.
25071
25072 Use symbolic names instead of hard coded addresses for Litekit membases.
25073
25074 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
25075
25076 commit 2ef1d9b6030d02f576b1bcd9fec948e602522012
25077 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25078 Date: Sat Apr 19 17:59:20 2008 +0200
25079
25080 Fix show_boot_progress prototype
25081
25082 in commit fad634071 "make show_boot_progress () weak."
25083 show_boot_progress is supposed to be declared as weak but declared as
25084 inline instead.
25085
25086 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25087
25088 commit edbed247a14d70b94958010f736621212285de91
25089 Author: Bartlomiej Sieka <tur@semihalf.com>
25090 Date: Fri Apr 18 12:39:23 2008 +0200
25091
25092 Memory footprint optimizations
25093
25094 As suggested by Wolfgang Denk:
25095 - image printing functions:
25096 - remove wrappers
25097 - remove indentation prefix from functions' signatures
25098 - merge getenv_verify and getenv_autostart into one parametrized function
25099
25100 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
25101
25102 commit 0a0b606faaec4afb3f750b09aa4df1e40a39dcb8
25103 Author: Guennadi Liakhovetski <lg@denx.de>
25104 Date: Tue Apr 15 13:33:11 2008 +0200
25105
25106 MX31ADS environment variable update, spi and rtc support
25107
25108 Update MX31ADS default environment to better match the flash layout and
25109 the memory map, support SPI and RTC.
25110
25111 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
25112
25113 commit 022f12163595b9a55380c6d77c3119b93d6a9a4b
25114 Author: Kumar Gala <galak@kernel.crashing.org>
25115 Date: Mon Apr 21 09:28:36 2008 -0500
25116
25117 85xx: Round up frequency calculations to get reasonable output
25118
25119 eg. because of rounding error we can get 799Mhz instead of 800Mhz.
25120
25121 Introduced DIV_ROUND_UP and roundup taken from linux kernel.
25122
25123 Signed-off-by: Dejan Minic <minic@freescale.com>
25124 Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
25125 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
25126 Acked-by: Andy Fleming <afleming@freescale.com>
25127
25128 commit 876b8f978982216ab4a22dcd9efddfcd9b0e04e6
25129 Author: Kumar Gala <galak@kernel.crashing.org>
25130 Date: Wed Apr 23 16:58:04 2008 -0500
25131
25132 fsl_pci: Only modify registers if we have them
25133
25134 pme_msg_det exists only on PCIe controllers only set it if we are a "bridge".
25135
25136 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
25137
25138 commit 83fe32334337def160b302aa9d152d808bfcc68e
25139 Author: Markus Klotzbücher <mk@denx.de>
25140 Date: Wed Apr 23 10:57:33 2008 +0200
25141
25142 USB: remove a cpu bug workaround for an unsupported architecture.
25143
25144 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
25145
25146 commit f957576cb53e6cfab412709cfc8db1afd39d21c3
25147 Author: Markus Klotzbücher <mk@denx.de>
25148 Date: Wed Apr 23 10:53:23 2008 +0200
25149
25150 USB: fix those pesky aliasing warnings issued by gcc-4.2
25151
25152 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
25153 Signed-off-by: Detlev Zundel <dzu@denx.de>
25154
25155 commit 89cdab788f3716b335fefb60b836ebcf975aceab
25156 Author: Mike Frysinger <vapier@gentoo.org>
25157 Date: Mon Mar 31 11:02:01 2008 -0400
25158
25159 crc32: use uint32_t rather than unsigned long
25160
25161 The envcrc.c does sizeof(unsigned long) when calculating the crc, but
25162 this is done with the build toolchain instead of the target tool
25163 chain, so if the build is a 64bit system but the target is 32bits,
25164 the size will obviously be wrong. This converts all unsigned long
25165 stuff related to crc32 to uint32_t types. Compile tested only: output
25166 of ./tools/envcrc when run on a 32bit build system matches that of a
25167 64bit build system.
25168
25169 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
25170 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25171
25172 commit 80c40b765b3642ddb9f3392b7898715aab44a29c
25173 Author: Dirk Behme <dirk.behme@googlemail.com>
25174 Date: Wed Mar 26 09:53:29 2008 +0100
25175
25176 ARM: Davinci: Fix DM644x timer overflow handling and cleanup
25177
25178 Fix ARM based DaVinci DM644x timer overflow handling and cleanup timer code.
25179
25180 Changes:
25181
25182 - Remove *_masked() functions as noted by Wolfgang
25183
25184 - Adapt register naming to recent TI spec (sprue26, March 2007)
25185
25186 - Fix reset_timer() handling
25187
25188 - As reported by Pieter [1] the overflow fix introduced a delay of factor 16 (e.g 2 seconds became 32). While the overflow fix is basically okay, it missed to divide udelay by 16, too. Fix this.
25189
25190 [1] http://article.gmane.org/gmane.comp.boot-loaders.u-boot/38179
25191
25192 - Remove software division of timer count value (DIV(x) macro) and do it in hardware (TIM_CLK_DIV).
25193
25194 Many thanks to Troy Kisky <troy.kisky@boundarydevices.com> and Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl> for the hints & testing!
25195
25196 Patch is compile tested with davinci_dvevm & sonata & schmoogie configuration and tested by Pieter on DaVinci EVM hardware.
25197
25198 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
25199 Acked-by: Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl>
25200
25201 commit a6e6fc610e39dec41b79680413d4ed38145bd3c8
25202 Author: Sergei Poselenov <sposelenov@emcraft.com>
25203 Date: Wed Apr 9 16:09:41 2008 +0200
25204
25205 Added watchdog triggering calls in the "mtest" test function.
25206
25207 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
25208
25209 commit d32a874b9b4c1e949ee38be7790f6bf6d6143451
25210 Author: Yuri Tikhonov <yur@emcraft.com>
25211 Date: Sun Apr 6 19:19:14 2008 +0200
25212
25213 lwmon5 watchdog: limit trigger rate
25214
25215 Limit the rate of h/w watch-dog triggering on the LWMON5 board by
25216 the CONFIG_WD_MAX_RATE value.
25217
25218 Note that an earlier version of this patch which used microseconds
25219 instead of ticks dis not work. The problem was that we used
25220 usec2ticks() to convert microseconds into ticks. usec2ticks() uses
25221 get_tbclk(), which in turn calls get_sys_info(). It turns out that
25222 this function does a lot of prolonged operations (like divisions)
25223 which take too much time so we do not trigger the watchdog in time,
25224 and it resets the system.
25225
25226 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
25227
25228 commit 2d2b994a30bb100774dc747ae9865b7f95285a88
25229 Author: Yuri Tikhonov <yur@emcraft.com>
25230 Date: Mon Mar 31 10:51:37 2008 +0200
25231
25232 POST: move CONFIG_POST to Makefiles
25233
25234 Introduce the new logical option CONFIG_HAS_POST which is set when the
25235 platform has CONFIG_POST set. Use CONFIG_HAS_POST in the post/ Makefiles
25236 to determine should the POST libs be compiled for the selected target
25237 platform, or not.
25238
25239 To avoid breaking u-boot linking process, the empty post/libpost.a file is
25240 created for platforms which do not have POSTs.
25241
25242 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
25243 Signed-off-by: Wolfgang Denk <wd@denx.de>
25244
25245 commit 0a51e9248e2d27e0a02ef1e740c576ce90a39ee1
25246 Author: Yuri Tikhonov <yur@emcraft.com>
25247 Date: Mon Mar 31 10:49:34 2008 +0200
25248
25249 POST: preparations for moving CONFIG_POST to Makefiles
25250
25251 Remove CONFIG_POST ifdefs from the post/ source files.
25252
25253 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
25254 Signed-off-by: Wolfgang Denk <wd@denx.de>
25255
25256 commit 5d40d4430d9ebc8434c6f0798594836e1efa7a1e
25257 Author: Stefan Roese <sr@denx.de>
25258 Date: Tue Apr 22 14:14:20 2008 +0200
25259
25260 ppc4xx: Fix Canyonlands and Glacier default environment for fdt usage
25261
25262 This patch fixes the Canyonlands and Glacier default environment to better
25263 fit to the arch/powerpc device-tree kernels. The variables dealing with
25264 arch/ppc booting are removed, since these boards are supported only in
25265 arch/powerpc. Glacier uses the same config file as Canyonlands.
25266
25267 Also, the Glacier now uses non-FPU rootpath, since 460GT has no FPU.
25268
25269 Signed-off-by: Stefan Roese <sr@denx.de>
25270
25271 commit b789cb4a4c0c1deff82053539cfe29a9c6e23f8b
25272 Author: Stefan Roese <sr@denx.de>
25273 Date: Tue Apr 22 14:06:42 2008 +0200
25274
25275 ppc4xx: Small coding style cleanup for the latest esd patches
25276
25277 Signed-off-by: Stefan Roese <sr@denx.de>
25278
25279 commit 79941d63bc03aed8c48d7602f18217cc200ee931
25280 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
25281 Date: Mon Apr 21 18:01:07 2008 +0200
25282
25283 ppc4xx: Update CPU strapping for PMC440 boards
25284
25285 This patch removes the temporary 'test' strapping option
25286 of the sbe command. The '667' strapping option now uses
25287 a PLB/PCI divider of 3.
25288
25289 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
25290
25291 commit f00cf3193a6635355b121e90debb2f54e777e7da
25292 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
25293 Date: Mon Apr 21 14:42:21 2008 +0200
25294
25295 ppc4xx: Remove unused APC405 strataflash driver
25296
25297 The APC405 board support has been migrated to use the common
25298 CFI flash driver.
25299
25300 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
25301
25302 commit 1c686676a86473bbd92151f0544e109413f6ed06
25303 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
25304 Date: Mon Apr 21 14:42:17 2008 +0200
25305
25306 ppc4xx: Update APC405 configuration
25307
25308 - enable esd's auto_update mechanism
25309 - support alternative flash layout on rev. 1.8 boards
25310 - update default environment
25311 - use common CFI flash driver
25312 - coding style cleanup
25313
25314 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
25315
25316 commit 0b9872515a521bf7866dc24b85ddce708e60d702
25317 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
25318 Date: Mon Apr 21 14:42:11 2008 +0200
25319
25320 ppc4xx: Update APC405 board support
25321
25322 - enable esd's auto_update mechanism
25323 - fix LCD support on latest hardware revision (uses other LCD controller)
25324 - support alternative flash layout on rev. 1.8 boards
25325 - coding style cleanup
25326
25327 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
25328
25329 commit 83975d02e225e231960784972e7820a8b303756b
25330 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
25331 Date: Mon Apr 21 14:42:06 2008 +0200
25332
25333 ppc4xx: update esd's common auto_update code for 405 boards
25334
25335 - Coding style cleanup (long lines)
25336 - improve handling of protected flash regions
25337 - remove dead code
25338
25339 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
25340
25341 commit b9233fe5d59cb25d975071616bd1035d6f4c2285
25342 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
25343 Date: Mon Apr 21 14:41:59 2008 +0200
25344
25345 ppc4xx: Update esd's common LCD code for 405 boards
25346
25347 - Coding style cleanup (long lines)
25348 - Add s1d13505 support
25349 - Make some functions return a result code instead of void
25350
25351 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
25352
25353 commit dea68189424c3f1242427a8146a3861bf093173c
25354 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
25355 Date: Mon Apr 21 11:36:55 2008 +0200
25356
25357 ppc4xx: Update FPGA image for APC405 boards
25358
25359 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
25360
25361 commit 2a05b152924acfcec3b037693329e517e6d3578f
25362 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
25363 Date: Mon Apr 21 11:36:08 2008 +0200
25364
25365 ppc4xx: Update bootlogo for APC405 boards
25366
25367 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
25368
25369 commit 8deafdc6ad368368cf03b58cab4bd39f45d64b5c
25370 Author: Stefan Roese <sr@denx.de>
25371 Date: Fri Apr 18 16:41:31 2008 +0200
25372
25373 ppc4xx: Add dcache_enable() for 440
25374
25375 dcache_enable() was missing for 440 and the patch
25376 017e9b7925f74878d0e9475388cca9bda5ef9482 ["allow ports to override bootelf
25377 "] behavior uses this function.
25378
25379 Note: Currently the cache handling functions like
25380 d/icache_disable/enable() are NOP's on 440. This may be changed in the
25381 future.
25382
25383 Signed-off-by: Stefan Roese <sr@denx.de>
25384
25385 commit a49e0d177a0749614b316ec847fb623f09c82c07
25386 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
25387 Date: Mon Apr 21 11:19:04 2008 +0200
25388
25389 video: Add missing free for logo memory
25390
25391 This patch adds two missing free()s.
25392
25393 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
25394
25395 commit 84c01d3a05ae3aca5f7c0c13a31ca72ba1199a42
25396 Author: Troy Kisky <troy.kisky@boundarydevices.com>
25397 Date: Mon Sep 24 16:41:43 2007 -0700
25398
25399 PATCH - Fix oob data copied into supplied buffer
25400
25401 This patch correctly sets the oobavail variable
25402 and fixes a bug where the oob data was not valid when
25403 there where multiple groups in oobfree.
25404
25405 First segment fixes a typo
25406 Second segment fixes a bug where oob data may be copied incorrectly.
25407 Third segment adds an error message when exiting due to write protect.
25408 Forth segment fixes a bug where oobavail may be set incorrectly.
25409
25410 Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com>
25411
25412 commit e1d09680f64b452adde89ed9fe28a77c56bedc9a
25413 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
25414 Date: Fri Apr 18 17:24:32 2008 +0200
25415
25416 ppc4xx: Fix sys_get_info() for 405GP(r)
25417
25418 This patch assigns the correct EBC clock for 405GP(r) CPUs
25419 to PPC4xx_SYS_INFO structure. Without this patch U-Boot
25420 uses an uninitialized EBC clock in its startup message.
25421
25422 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
25423
25424 commit dc7746d86d2a3dfe01ab9a70cb427f92adc303c7
25425 Author: Wolfgang Denk <wd@denx.de>
25426 Date: Sun Apr 20 15:39:38 2008 -0700
25427
25428 Makefile: remove nand_spl/System.map when cleaning up.
25429
25430 commit d9a42c0ace4d4f9cb061d62a7265d1780f90447b
25431 Author: Wolfgang Denk <wd@denx.de>
25432 Date: Sun Apr 20 15:35:52 2008 -0700
25433
25434 MAKEALL: sort entries / lists.
25435
25436 Signed-off-by: Wolfgang Denk <wd@denx.de>
25437
25438 commit 0878af169b181868a105b5c33f3a6423e2c9fd60
25439 Author: Kumar Gala <galak@kernel.crashing.org>
25440 Date: Fri Apr 18 11:29:01 2008 -0500
25441
25442 85xx: Fix size of cpu-release-addr property
25443
25444 The cpu-release-addr is defined as always being a 64-bit quanity regardless
25445 if we are running on a 32-bit or 64-bit machine.
25446
25447 commit 88353a985109562a639b2f8a0c90d77011bfe374
25448 Author: Timur Tabi <timur@freescale.com>
25449 Date: Fri Apr 4 11:15:58 2008 -0500
25450
25451 Fix calculation of I2C clock for some 85xx chips
25452
25453 Some 85xx chips use CCB as the base clock for the I2C. Some use CCB/2, and
25454 some use CCB/3. There is no pattern that can be used to determine which
25455 chips use which frequency, so the only way to determine is to look up the
25456 actual SOC designation and use the right value for that SOC.
25457
25458 Update immap_85xx.h to include the GUTS PORDEVSR2 register.
25459
25460 Signed-off-by: Timur Tabi <timur@freescale.com>
25461
25462 commit 1e01477aeaf409ddb97e2633aab9cf8c9c60612e
25463 Author: Wolfgang Denk <wd@denx.de>
25464 Date: Fri Apr 18 11:44:27 2008 -0700
25465
25466 Fix build breakage casued by commit c0559be371b2
25467
25468 Change env_get_char from a global function ptr to a function.
25469
25470 Signed-off-by: Wolfgang Denk <wd@denx.de>
25471
25472 commit 268a804d7e2fa07b64211fd2f9a9615db4539f23
25473 Author: Wolfgang Denk <wd@denx.de>
25474 Date: Fri Apr 18 10:53:41 2008 -0700
25475
25476 Coding Style cleanup, update CHANGELOG.
25477
25478 Signed-off-by: Wolfgang Denk <wd@denx.de>
25479
25480 commit 92bad20ad74b70adf3839df9a0a47cce000ac3d7
25481 Author: Mike Frysinger <vapier@gentoo.org>
25482 Date: Tue Apr 8 14:00:57 2008 -0400
25483
25484 Add support for u-boot in svn and localversion-* files
25485
25486 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
25487
25488 commit d23ff6827decf121461fbc5622612fd7effe207e
25489 Author: Guennadi Liakhovetski <lg@denx.de>
25490 Date: Thu Apr 3 17:04:22 2008 +0200
25491
25492 MX31ADS network and flash updates
25493
25494 This patch allows U-Boot to use buffered writes to the Spansion NOR
25495 flash installed on this board, and eliminates long delays in network
25496 transfers after the board startup.
25497
25498 Also modify flash layout to embed main and redundant environment
25499 blocks in the U-Boot image.
25500
25501 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
25502
25503 commit b5dc9b304d289831f291843ff88a45cbdf1a6290
25504 Author: Guennadi Liakhovetski <lg@denx.de>
25505 Date: Mon Apr 14 10:53:12 2008 +0200
25506
25507 Support for the MX31ADS evaluation board from Freescale
25508
25509 This patch adds support for the MX31ADS evaluation board from Freescale,
25510 initialization code is copied from RedBoot sources, also provided by
25511 Freescale.
25512
25513 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
25514
25515 commit 499e7831e1baaac6bfb959213f1950c216fbc5ba
25516 Author: Stefan Roese <sr@denx.de>
25517 Date: Tue Apr 8 10:33:29 2008 +0200
25518
25519 ppc4xx: Change Canyonlands to support booting from 2k page NAND devices
25520
25521 Signed-off-by: Stefan Roese <sr@denx.de>
25522
25523 commit 5e182dce04d68cc94407a1b1fa09307f2bb96719
25524 Author: Stefan Roese <sr@denx.de>
25525 Date: Tue Apr 8 10:33:28 2008 +0200
25526
25527 ppc4xx: Adjust Canyonlands fixed DDR2 setup (NAND booting) to 512MB SODIMM
25528
25529 Signed-off-by: Stefan Roese <sr@denx.de>
25530
25531 commit fe7c0db6b2a9004f96c2a2d4fff2849e19c2d825
25532 Author: Stefan Roese <sr@denx.de>
25533 Date: Tue Apr 8 10:33:27 2008 +0200
25534
25535 ppc4xx: Add Glacier NAND booting target
25536
25537 Signed-off-by: Stefan Roese <sr@denx.de>
25538
25539 commit 46f373838e384a4c23d13581b1dfa5acb66b5810
25540 Author: Stefan Roese <sr@denx.de>
25541 Date: Tue Apr 8 10:31:00 2008 +0200
25542
25543 nand_spl: Update nand_spl to support 2k page size NAND devices
25544
25545 This patch adds support for booting from 2k page sized NAND device
25546 (e.g. Micron 29F2G08AAC).
25547
25548 Tested on AMCC Canyonlands.
25549
25550 Signed-off-by: Stefan Roese <sr@denx.de>
25551
25552 commit 5e3dca577b7c1bf58bd2b48449b18b7e7dcd8e04
25553 Author: Anatolij Gustschin <agust@denx.de>
25554 Date: Thu Apr 17 18:18:00 2008 +0200
25555
25556 Fix crash on sequoia in ppc_4xx_eth_init
25557
25558 Currently U-Boot crashes in ppc_4xx_eth_init on sequoia
25559 with cache enabled (TLB Parity exeption). This patch
25560 fixes the problem.
25561
25562 Signed-off-by: Anatolij Gustschin <agust@denx.de>
25563
25564 commit accf7355767dc7f6b85d88bb1c75c9d95e84ba5b
25565 Author: Anatolij Gustschin <agust@denx.de>
25566 Date: Thu Apr 17 18:15:27 2008 +0200
25567
25568 ppc4xx: Fix crash on sequoia with cache enabled
25569
25570 Currently U-Boot crashes on sequoia board in CPU POST if
25571 cache is enabled (CONFIG_4xx_DCACHE defined). The cache
25572 won't be disabled by change_tlb before CPU POST because
25573 there is an insufficient adress range check since
25574 CFG_MEM_TOP_HIDE was introduced. This patch tries to fix
25575 this problem.
25576
25577 Signed-off-by: Anatolij Gustschin <agust@denx.de>
25578
25579 commit 43c509254fab375c49936498da944658117ed07c
25580 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
25581 Date: Thu Apr 17 23:35:13 2008 +0900
25582
25583 Use jr as register jump instruction
25584
25585 Current assembler codes are inconsistent in the way of register jump
25586 instruction usage; some use jr, some use j. Of course GNU as allows both
25587 usages, but as can be expected from `Jump Register' the mnemonic `jr' is
25588 more intuitive than `j'. For example, Linux doesn't have `j <reg>' usage
25589 at all.
25590
25591 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
25592
25593 commit 7ce63709828d37b08866e537339a169bd0db2bd3
25594 Author: Guennadi Liakhovetski <lg@denx.de>
25595 Date: Tue Apr 15 14:15:30 2008 +0200
25596
25597 RTC driver for MC13783
25598
25599 MC13783 is a multifunction IS with an SPI interface to the host. This
25600 driver handles the RTC controller in this chip.
25601
25602 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
25603
25604 commit 38254f45b0b412332726c90d3184ad47479fcffb
25605 Author: Guennadi Liakhovetski <lg@denx.de>
25606 Date: Tue Apr 15 14:14:25 2008 +0200
25607
25608 New i.MX31 SPI driver
25609
25610 This is an SPI driver for i.MX and MXC based SoCs from Freescale. So far
25611 only implemented and tested on i.MX31, can with a modified register layout
25612 and definitions be used for i.MX27, I think, MXC CPUs have similar SPI
25613 controllers too.
25614
25615 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
25616
25617 commit 7064122c2eef92f02a03ef37a1a1c07e70cd4e38
25618 Author: Magnus Lilja <lilja.magnus@gmail.com>
25619 Date: Tue Apr 15 19:09:10 2008 +0200
25620
25621 Fix name of i.MX31 boards in config file header
25622
25623 Correct the name of the i.MX31 Litekit and phyCORE boards in config files.
25624
25625 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
25626
25627 commit a49864593e083a5d0779fb9ca98e5a0f2053183d
25628 Author: Mike Frysinger <vapier@gentoo.org>
25629 Date: Sun Apr 13 19:42:19 2008 -0400
25630
25631 allow ports to override go behavior
25632
25633 Split the arch-specific logic out of the common go code and into a dedicated
25634 weak function called do_go_exec() that lives in cpu directories. This will
25635 need review from i386/nios people to make sure I didn't break them.
25636
25637 commit 017e9b7925f74878d0e9475388cca9bda5ef9482
25638 Author: Mike Frysinger <vapier@gentoo.org>
25639 Date: Sun Apr 13 19:42:18 2008 -0400
25640
25641 allow ports to override bootelf behavior
25642
25643 Change the bootelf setup function into a dedicated weak function called
25644 do_bootelf_exec. This way ports can control the behavior however they
25645 like before/after calling the ELF entry point.
25646
25647 commit a4b46ed6b3502335c3f3a5d672abe0bcb44f20b7
25648 Author: Ulf Samuelsson <ulf@atmel.com>
25649 Date: Sat Apr 12 20:56:03 2008 +0200
25650
25651 Reorder ARM boards in Makefile
25652
25653 Rearrange ARM boards in Makefile so that ARM926EJ-S boards
25654 are no longer under ARM92xT header.
25655
25656 Signed-off-by: Ulf Samuelsson <ulf@atmel.com>
25657 Ack-By Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25658
25659 commit c3a60cb3bd67e120fc99b6ba88d9295c3c07f688
25660 Author: Ulf Samuelsson <ulf@atmel.com>
25661 Date: Sat Apr 12 20:29:44 2008 +0200
25662
25663 Clean up dataflash partitioning
25664
25665 This patch removes the board dependent parts from
25666 "drivers/mtd/dataflash.c".
25667 Each board relying on this, will have the appropriate
25668 code in a new file, "partition.c" in the board directory.
25669 board Makefiles updated to use the file.
25670
25671 The dataflash partitions are aligned on sector/page boundaries.
25672
25673 The CONFIG_NEW_DF_PARTITION was used to create named partitions
25674 This is now the default operation, and the CONFIG variable is removed.
25675
25676 Signed-off-by: Ulf Samuelsson <ulf@atmel.com>
25677
25678 commit 51ecde946fec511a16346e498204ca10ad71080d
25679 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25680 Date: Sat Apr 12 14:08:45 2008 +0200
25681
25682 gitignore: udpate stgit generated and .patch file
25683
25684 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25685
25686 commit 66e39818e95f51ee1c1dd2094407a8929543fa6d
25687 Author: Wolfgang Denk <wd@denx.de>
25688 Date: Fri Apr 18 00:15:36 2008 -0700
25689
25690 Get rid of redundant copy of renamed header file.
25691
25692 Signed-off-by: Wolfgang Denk <wd@denx.de>
25693
25694 commit c3aafd8cf814e33a77de81c2f22b8c772216a3cc
25695 Author: Vlad Lungu <vlad@comsys.ro>
25696 Date: Fri Apr 11 21:20:14 2008 +0300
25697
25698 Fix dependency generation for older gcc versions
25699
25700 With gcc 3.3.3 at least, compilation fails with
25701
25702 Generating include/autoconf.mk
25703 gcc: compilation of header file requested
25704 make: *** [include/autoconf.mk] Error 1
25705
25706 since commit 16fe77752eee099b9fb61ed73460e51cc94b37ba.
25707
25708 Signed-off-by: Vlad Lungu <vlad@comsys.ro>
25709
25710 commit cb1c4896905ab22fcd982e6a8a539f0031942e71
25711 Author: Marian Balakowicz <m8@semihalf.com>
25712 Date: Fri Apr 11 11:07:49 2008 +0200
25713
25714 Restore the ability to continue booting after legacy image overwrite
25715
25716 Before new uImage code was merged, bootm code allowed for the kernel image to
25717 get overwritten during decompresion. new uImage introduced a check for image
25718 overwrites and refused to boot the image that got overwritten. This patch
25719 restores the old behavior. It also adds a warning when the image overwriten is
25720 a multi-image file, because in such case accessing componentes other than the
25721 first one will fail.
25722
25723 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
25724
25725 commit de2b3216e6b4f3b2fe93759c05b17504f9dfe036
25726 Author: Marian Balakowicz <m8@semihalf.com>
25727 Date: Fri Apr 11 11:07:43 2008 +0200
25728
25729 ppc: Fix ftd_blob variable init when processing raw blob
25730
25731 Set fdt_blob variable before its value is printed out.
25732
25733 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
25734
25735 commit 3d36be030043cd841a2551d00a395135e363a64b
25736 Author: Jason Wessel <jason.wessel@windriver.com>
25737 Date: Thu Apr 10 14:30:16 2008 -0500
25738
25739 Remove all the search paths from the .lds files.
25740
25741 The cross compiler is responsible for providing the correct libraries
25742 and the logic to find the linking libraries.
25743
25744 Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
25745
25746 commit 7d721e34ae6be7d7db63e8d060a246278bb7ae58
25747 Author: Bartlomiej Sieka <tur@semihalf.com>
25748 Date: Mon Apr 14 15:44:16 2008 +0200
25749
25750 Boot-related documentation update
25751
25752 - document 'bootm_low' and 'bootm_size' environment variables
25753 - update inaccurate CFG_BOOTMAPSZ entry
25754
25755 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
25756
25757 commit a6f0bd9f2b1971e2a61ac0fd1fc2c96cb7a4b67a
25758 Author: Guennadi Liakhovetski <lg@denx.de>
25759 Date: Wed Apr 9 17:34:08 2008 +0200
25760
25761 Fix regression introduced by a typo in "Tidied other cpu/arm920t/start.S code"
25762
25763 Restore logic reverted by commit
25764
25765 commit 80767a6cead9990d9e77e62be947843c2c72f469
25766 Author: Peter Pearse <peter.pearse@arm.com>
25767 Date: Wed Sep 5 16:04:41 2007 +0100
25768
25769 Changed API name to coloured_led.h
25770 Removed code using deprecated ifdef CONFIG_BOOTBINFUNC
25771 Tidied other cpu/arm920t/start.S code
25772
25773 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
25774
25775 commit e25cb8d3f4fcc265a9cdf8e9d577b59bdb64bbaf
25776 Author: Mike Frysinger <vapier@gentoo.org>
25777 Date: Tue Apr 8 10:24:24 2008 -0400
25778
25779 Remove conflicting NAND ID
25780
25781 There are two NAND entries with ID 0xDC and this obviously causes problems.
25782 In the kernel, they punted the first entry, so we should do the same.
25783
25784 See this upstream e-mail for more info:
25785 http://lists.infradead.org/pipermail/linux-mtd/2007-July/018795.html
25786
25787 Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
25788 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
25789
25790 commit 188e94c370621708d13547d58dbc6ed3c5602aa8
25791 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
25792 Date: Tue Apr 8 16:20:35 2008 +0900
25793
25794 cpu/mips/cpu.c: Fix flush_cache bug
25795
25796 Cache operations have to take line address (addr), not start_addr.
25797 I noticed this bug when debugging ping failure.
25798
25799 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
25800
25801 commit 8f2a68a07c058fca1d413e54f71c2e7e78a74ed4
25802 Author: Martin Krause <martin.krause@tqs.de>
25803 Date: Thu Apr 3 14:29:01 2008 +0200
25804
25805 TQM5200: fix default IDE reset level
25806
25807 Before the first call of ide_reset(), the level of the IDE reset
25808 signal on the TQM5200 is low (reset asserted). This patch sets the
25809 default value to high (reset not asserted).
25810
25811 Currently this patch fixes no real problem, but it is cleaner to
25812 assert the reset signal only on demand, and not permanently.
25813
25814 Signed-off-by: Martin Krause <martin.krause@tqs.de>
25815
25816 commit c61e033d6e8abb7b4060ee36060961e1399f6079
25817 Author: Detlev Zundel <dzu@denx.de>
25818 Date: Thu Apr 3 14:18:48 2008 +0200
25819
25820 mgcoge, mgsuv: realign CONFIG_EXTRA_ENV_SETTING
25821
25822 Signed-off-by: Detlev Zundel <dzu@denx.de>
25823
25824 commit f308572e19eb7fe63aa3d41f214cde4c23c9800f
25825 Author: Detlev Zundel <dzu@denx.de>
25826 Date: Thu Apr 3 14:18:47 2008 +0200
25827
25828 mgcoge, mgsuv: rename 'addcon' to 'addcons'
25829
25830 The latter name with 13 users is already established, so we will use
25831 that.
25832
25833 Signed-off-by: Detlev Zundel <dzu@denx.de>
25834
25835 commit e175eacc87c3a9e4dad0799fee0e95732520afc7
25836 Author: Martin Krause <martin.krause@tqs.de>
25837 Date: Thu Apr 3 13:37:56 2008 +0200
25838
25839 IDE: fix bug in reset sequence
25840
25841 According to the ata (ata5) specification the RESET- signal
25842 shall be asserted for at least 25 us. Without this patch,
25843 the RESET- signal is asserted on some boards for only < 1 us
25844 (e. g. on the TQM5200). This patch adds a general delay of
25845 25 us to the RESET- signal.
25846
25847 Without this patch a Platinum 4 GiB CF card is not recognised
25848 properly on boards with a TQM5200 (STK52xx, TB5200).
25849
25850 Signed-off-by: Martin Krause <martin.krause@tqs.de>
25851
25852 commit 813bea96a960916c72b4a3a7df840151529c26ce
25853 Author: Sascha Laue <Sascha.Laue@gmx.biz>
25854 Date: Thu Apr 3 14:43:11 2008 +0200
25855
25856 lwmon5: disable CONFIG_ZERO_BOOTDELAY
25857
25858 Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
25859
25860 commit 53eec6f1d25932e76d63ccb14082792b0b96bf41
25861 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25862 Date: Wed Apr 2 08:03:58 2008 +0200
25863
25864 ds174x: Fix warning on return in rtc_get and rtc_set functions
25865
25866 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25867
25868 commit a253b38bf50c85227c33ca0febc870ee49d1588e
25869 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25870 Date: Wed Apr 2 08:03:57 2008 +0200
25871
25872 cmd_log.c: Fix assignment differ in signedness
25873
25874 In function 'logbuff_init_ptrs':
25875 cmd_log.c:79: warning: pointer targets in assignment differ in signedness
25876
25877 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25878
25879 commit 6c0e9a8f1cc090fbfbc6f86b6b4fd17a1628f3df
25880 Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
25881 Date: Wed Apr 2 11:04:43 2008 +0530
25882
25883 Remove duplicate #undef SHOW_INFO in drivers/usb/usb_ohci.c
25884
25885 Signed-off-by: gururaja hebbar <gururajakr@sanyo.co.in>
25886
25887 commit 478d5ec9ae3cbcc6040241d2d73dbbc61fe9b49d
25888 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25889 Date: Tue Apr 1 14:07:10 2008 +0200
25890
25891 s3c4510b_eth: fix 'packed' attribute ignored for fields of MACFrame
25892
25893 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25894
25895 commit c08fb3ea36d19b1640b7906264581e9105534399
25896 Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
25897 Date: Tue Apr 15 10:24:14 2008 +0200
25898
25899 Additional PCI IDs for IDE and network controllers
25900
25901 These PCI IDs are required by the Linkstation platforms.
25902
25903 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
25904
25905 commit c0559be371b2a64b1a817088c3308688e2182f93
25906 Author: Joakim Tjernlund <joakim.tjernlund@transmode.se>
25907 Date: Mon Apr 14 23:01:50 2008 +0200
25908
25909 Change env_get_char from a global function ptr to a function.
25910
25911 This avoids an early global data reference.
25912
25913 Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
25914
25915 commit 3e0f331c05d72f140715c1e9fca991927e44d422
25916 Author: Guennadi Liakhovetski <lg@denx.de>
25917 Date: Tue Apr 29 12:35:08 2008 +0000
25918
25919 Clean up smsc911x driver
25920
25921 Replace direct register address derefencing with accessor functions.
25922 Restrict explicitly 32-bit bus-width, extend affected configurations
25923 respectively.
25924
25925 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
25926 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
25927
25928 commit de1b686b763aa8b87a86f6748ce9169e7fc0e4cd
25929 Author: Sascha Hauer <s.hauer@pengutronix.de>
25930 Date: Tue Apr 15 00:08:20 2008 -0400
25931
25932 This patch adds a driver for the following smsc network controllers:
25933 LAN9115
25934 LAN9116
25935 LAN9117
25936 LAN9215
25937 LAN9216
25938 LAN9217
25939
25940 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
25941 Signed-off-by: Guennadi Liakhovetski<lg@denx.de>
25942 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
25943
25944 commit 3dfd4aab929cccddb63d9ea509967861e1333b52
25945 Author: Sascha Laue <Sascha.Laue@gmx.biz>
25946 Date: Tue Apr 1 15:13:03 2008 +0200
25947
25948 Fix watchdog POST for lwmon5
25949
25950 If the hardware watchdog detects a voltage error, the watchdog sets
25951 GPIO62 to low. The watchdog POST has to detect this low level.
25952
25953 Signed-off-by: Sascha Laue <leglas0@legpc180.leg.liebherr.i>
25954
25955 commit 24b448448a917e52806f82660a5c9d47608894fb
25956 Author: Dave Liu <r63238@freescale.com>
25957 Date: Tue Apr 1 15:22:11 2008 +0800
25958
25959 ata: update the libata.h from ata.h of linux kernel
25960
25961 Current libata.h of u-boot is out of sync from linux kernel,
25962 this patch make it be consistent with linux kernel.
25963
25964 Signed-off-by: Dave Liu <daveliu@freescale.com>
25965 Signed-off-by: Tor Krill <tor@excito.com>
25966
25967 commit f8f9dc98883f66f59eb0601da65808e6b139c87c
25968 Author: Kumar Gala <galak@kernel.crashing.org>
25969 Date: Mon Mar 31 11:59:27 2008 -0500
25970
25971 Allow use of ARCH=powerpc when building
25972
25973 The linux kernel is now mostly ARCH=powerpc, so to make life easier
25974 allow use to use ARCH=powerpc and convert it to ARCH=ppc.
25975
25976 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
25977
25978 commit 8af657d2c6d1ca4f2f76973531394d4578ba2ef0
25979 Author: Kyungmin Park <kmpark@infradead.org>
25980 Date: Mon Mar 31 10:40:54 2008 +0900
25981
25982 Add apollon board MAINTAINERS entry
25983
25984 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
25985
25986 commit 77e475cc0ed1832160017d364be32a0be9ff02a9
25987 Author: Kyungmin Park <kmpark@infradead.org>
25988 Date: Mon Mar 31 10:40:36 2008 +0900
25989
25990 Fix OneNAND read
25991
25992 It should access with 16-bit instead of 8-bit
25993
25994 Now it uses the generic memcpy with 8-bit access. It means it reads wrong data from OneNAND.
25995
25996 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
25997
25998 commit a9da2b41079d230db3a5641625311983f85ce1fb
25999 Author: Kyungmin Park <kmpark@infradead.org>
26000 Date: Mon Mar 31 10:40:19 2008 +0900
26001
26002 Fix OneNAND erase command
26003
26004 It mis-calculates the block address.
26005 Also fix DECLARE_GLOBAL_DATA_PTR in env_onenand.
26006
26007 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
26008
26009 commit 61525f2ffa156665a66908fda47dbf29d65ea579
26010 Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
26011 Date: Mon Mar 31 01:32:15 2008 +0200
26012
26013 Support for LinkStation / KuroBox HD and HG PPC models
26014
26015 This patch is based on the port by Mihai Georgian (see linkstation.c for
26016 Copyright information) and implements support for LinkStation / KuroBox HD
26017 and HG PPC models from Buffalo Technology, whereby HD is deactivated at
26018 the moment, pending network driver fixing.
26019
26020 Notice to users: this is pretty much a barebone port. Support for network
26021 on HG models is already in the U-Boot mainline, but you might also want
26022 patches to switch fan / phy modes depending on the negotiated ethernet
26023 parameters. This patch also doesn't support console switching, booting EM
26024 mode, Buffalo specific ext2 magic number. So, if you want to use any of
26025 those, you need additional patches. Otherwise this patche provides a fully
26026 functional u-boot with a network console on your system.
26027
26028 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
26029
26030 commit 0f3ba7e9783f352318f197a3148f6d5cc3d75bea
26031 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
26032 Date: Sun Mar 30 01:22:13 2008 -0500
26033
26034 Add CONFIG_MII_INIT support to related boards
26035
26036 Replace CONFIG_8xx and CONFIG_MCF532x to CONFIG_MII_INIT in
26037 cmd_init.c. Add CONFIG_MII_INIT to board configuration files
26038 that use mii_init() in cmd_init.c.
26039
26040 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
26041 Acked-by: Ben Warren <biggerbadderben@gmail.com>
26042
26043 commit f33fca22e76f20e4e4793810ca7a06a4805a6cf4
26044 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
26045 Date: Sun Mar 30 01:19:06 2008 -0500
26046
26047 Update CONFIG_PCIAUTO_SKIP_HOST_BRIDGE to related boards
26048
26049 Remove test for CONFIG_MPC5200 in drivers/pci/pci_auto.c and define
26050 CONFIG_PCIAUTO_SKIP_HOST_BRIDGE in related board configuration files.
26051
26052 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
26053
26054 commit e99ccb488181d012248c6be30b2093e950319fc5
26055 Author: Kumar Gala <galak@kernel.crashing.org>
26056 Date: Thu Mar 27 11:46:38 2008 -0500
26057
26058 Introduce phys_size_t and move phys_addr_t into asm/types.h
26059
26060 Also add CONFIG_PHYS_64BIT on powerpc to deal with 32-bit ppc's
26061 that have larger physical addresses like 44x, 85xx, and 86xx.
26062
26063 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
26064
26065 commit 20a14a42a25f72e379f38460b8a8484667536795
26066 Author: Andy Fleming <afleming@freescale.com>
26067 Date: Wed Apr 2 16:19:07 2008 -0500
26068
26069 Rename include/md5.h to include/u-boot/md5.h
26070
26071 Some systems have md5.h installed in /usr/include/. This isn't the
26072 desired file (we want the one in include/md5.h). This will avoid the
26073 conflict. This fixes the host tools building problem by creating a new
26074 directory for U-Boot specific header files.
26075
26076 [Patch by Andy Fleming, modified to use separate directory by Wolfgang
26077 Denk]
26078
26079 Signed-off-by: Wolfgang Denk <wd@denx.de>
26080 Signed-off-by: Andy Fleming <afleming@freescale.com>
26081 Acked-by: Timur Tabi <timur@freescale.com>
26082
26083 commit f297b7a1ec87433f66320d89d993e1bc738c66b8
26084 Author: Dave Liu <r63238@freescale.com>
26085 Date: Thu Mar 27 18:51:17 2008 +0800
26086
26087 drivers: code clean up
26088
26089 Signed-off-by: Dave Liu <daveliu@freescale.com>
26090
26091 commit 0ff7cba4a2e51c90827f6d21a0b28b4d67109597
26092 Author: Dave Liu <r63238@freescale.com>
26093 Date: Thu Mar 27 18:50:41 2008 +0800
26094
26095 drivers: clean up the ata_piix.h
26096
26097 Signed-off-by: Dave Liu <daveliu@freescale.com>
26098
26099 commit e8f7ba404f1409606962815ecc955a06984b08b3
26100 Author: Dave Liu <r63238@freescale.com>
26101 Date: Thu Mar 27 18:49:56 2008 +0800
26102
26103 doc: english polishing for README.sata
26104
26105 according to gvb's suggestion, polishing for the doc.
26106
26107 Signed-off-by: Jerry Van Baren <gerald.vanbaren@ge.com>
26108 Signed-off-by: Dave Liu <daveliu@freescale.com>
26109
26110 commit 3e3f766a5274d204780460e1879723b565296d34
26111 Author: Kumar Gala <galak@kernel.crashing.org>
26112 Date: Wed Mar 26 18:53:28 2008 -0500
26113
26114 Fix warnings introduced by I2C bus speed setting patch
26115
26116 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
26117
26118 commit 3c735e7437150e8615f26930c7819db85634276d
26119 Author: eran liberty <eran.liberty@gmail.com>
26120 Date: Thu Mar 27 00:50:49 2008 +0100
26121
26122 Altera Stratix II support
26123
26124 Adds Support for Altera's Stratix II.
26125
26126 Within your board specific init file you will have to call
26127
26128 1. fpga_init (/* relocated code offset. usually => */ gd->reloc_off);
26129 2. fpga_add (fpga_altera, (Altera_desc*)&altera_desc);
26130
26131 Altera_desc* contines (for example):
26132 {
26133 Altera_StratixII, /* part type */
26134 passive_serial, /* interface type */
26135 1, /* bytes of data part can accept */
26136 (void *)(&funcs), /* interface function table */
26137 0L, /* base interface address */
26138 0 /* implementation specific cookie */
26139 }
26140
26141 funcs is the interface. It is of type altera_board_specific_func.
26142 It looks like this:
26143 altera_board_specific_func func = {
26144 pre_fn,
26145 config_fn,
26146 status_fn,
26147 done_fn,
26148 clk_fn,
26149 data_fn,
26150 abort_fn,
26151 post_fn,
26152 };
26153
26154 you will have to implement these functions, which is usually bit
26155 banging some gpio.
26156
26157 Signed-off-by: Eran Liberty <liberty@extricom.com>
26158
26159 commit 5ece9ec9f6cd52950ab848e2fe422dacf1d3a335
26160 Author: Wolfgang Denk <wd@denx.de>
26161 Date: Sun Apr 13 14:32:54 2008 -0700
26162
26163 Update CHANGELOG
26164
26165 Signed-off-by: Wolfgang Denk <wd@denx.de>
26166
26167 commit 5ad862166aa24d62a69aa9c708f6b2f5c0d28fb7
26168 Author: Sascha Hauer <s.hauer@pengutronix.de>
26169 Date: Wed Mar 26 20:41:17 2008 +0100
26170
26171 Phytec Phycore-i.MX31 support
26172
26173 This patch adds support for the Phytec Phycore-i.MX31 board
26174
26175 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
26176 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
26177
26178 commit caebc95be3b42e5147b5fac7672ac4b2693ef7e1
26179 Author: Sascha Hauer <s.hauer@pengutronix.de>
26180 Date: Wed Mar 26 20:41:09 2008 +0100
26181
26182 mx31 litekit support
26183
26184 This patch adds support for the mx31 litekit board
26185
26186 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
26187 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
26188
26189 commit cdace0661208754a53019ea0dc7b803a040e0939
26190 Author: Sascha Hauer <s.hauer@pengutronix.de>
26191 Date: Wed Mar 26 20:40:49 2008 +0100
26192
26193 add an i2c driver for mx31
26194
26195 This patch adds an i2c driver for Freescale i.MX processors
26196
26197 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
26198 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
26199
26200 commit 9b56f4f0306f3940b0aafd823ed6ecfc2d75d6c6
26201 Author: Sascha Hauer <s.hauer@pengutronix.de>
26202 Date: Wed Mar 26 20:40:42 2008 +0100
26203
26204 core support for Freescale mx31
26205
26206 This patch adds the core support for Freescale mx31
26207
26208 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
26209 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
26210
26211 commit 7ec68862a27c8f6f6d566228de8f6724d964a939
26212 Author: Wolfgang Denk <wd@denx.de>
26213 Date: Sun Apr 13 14:19:23 2008 -0700
26214
26215 Fix compile error
26216
26217 ...as suggested by Peter Pearse
26218
26219 Signed-off-by: Wolfgang Denk <wd@denx.de>
26220
26221 commit 5252ed95204bdf55bec5a90ea69860bf2f78c643
26222 Author: Sascha Hauer <s.hauer@pengutronix.de>
26223 Date: Wed Mar 26 20:40:36 2008 +0100
26224
26225 Separate omap24xx specific code from arm1136
26226
26227 Move omap24xx code to cpu/arm1136/omap24xx, rename include/asm-arm/arch-arm1136
26228 to cpu/arm1136/omap24xx.
26229
26230 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
26231 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
26232
26233 commit 1f1d88dd40815332df32982e739f2ddd2da6fe1a
26234 Author: Mike Frysinger <vapier@gentoo.org>
26235 Date: Tue Jan 29 18:21:05 2008 -0500
26236
26237 disable caches before booting an app for Blackfin apps
26238
26239 It isn't generally save to execute applications outside of U-Boot with caches
26240 enabled due to the way the Blackfin processor handles caches (requires
26241 software assistance). This patch disables caches before booting an ELF or
26242 just booting raw code. The previous discussion on the patch was that we
26243 wanted to use weaks instead, but that proved to not be feasible when multiple
26244 symbols are involved, which puts us back at the ifdef solution. I've
26245 minimized the ugliness by moving the setup step outside of the main function.
26246
26247 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
26248
26249 commit e6dfed705efa44ebf00d21bb1588c6ccc8f3ad32
26250 Author: Wolfgang Denk <wd@denx.de>
26251 Date: Sun Apr 13 10:03:54 2008 -0700
26252
26253 ppc: Get rid of unused machine type definitions
26254
26255 Signed-off-by: Wolfgang Denk <wd@denx.de>
26256
26257 commit 1aeed8d71acb3290cf2446f316d6ba437e7881c4
26258 Author: Wolfgang Denk <wd@denx.de>
26259 Date: Sun Apr 13 09:59:26 2008 -0700
26260
26261 Coding Style cleanup; update CHANGELOG
26262
26263 Signed-off-by: Wolfgang Denk <wd@denx.de>
26264
26265 commit 7754f33c6fb7a2c050388d20bf3847038558bdcf
26266 Author: Larry Johnson <lrj@acm.org>
26267 Date: Thu Feb 21 13:58:11 2008 -0500
26268
26269 LM73 bug fix for negative temperatures and cleanup
26270
26271 When the LM73 temperature sensor measures a temperature below 0 C, the
26272 current driver does not perform sign extension, so the result returned is
26273 512 C too high. This patch fixes the problem, and does general cleanup
26274 of the code.
26275
26276 Signed-off-by: Larry Johnson <lrj@acm.org>
26277
26278 commit 96ef831f713289afba19da0c8f905e99da2b23e0
26279 Author: Guennadi Liakhovetski <lg@denx.de>
26280 Date: Thu Apr 3 13:36:02 2008 +0200
26281
26282 cfi_flash: Support buffered writes on non-standard Spansion NOR flash
26283
26284 Some NOR flash chip from Spansion, for example, the s29ws-n MirrorBit
26285 series require different addresses for buffered write commands. Define a
26286 configuration option to support buffered writes on those chips. A more
26287 elegant solution would be to automatically detect those chips by parsing
26288 their CFI records, but that would require introduction of a fixup table
26289 into the cfi_flash driver.
26290
26291 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
26292
26293 commit 3f9c542d3d69b1a10a5e193e779133a0454d1f44
26294 Author: Lee Nipper <lee.nipper@freescale.com>
26295 Date: Thu Apr 10 09:35:06 2008 -0500
26296
26297 mpc83xx: Update DIMM data bus width test to support 40-bit width
26298
26299 32-bit wide ECC memory modules report 40-bit width.
26300 Changed the DIMM data bus width test to 'less than 64' instead of 'equal 32'.
26301
26302 Signed-off-by: Lee Nipper <lee.nipper@freescale.com>
26303 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
26304
26305 commit 5fb5a689d822ca61e814bd523fc930af335242fa
26306 Author: Dave Liu <r63238@freescale.com>
26307 Date: Mon Mar 31 17:05:12 2008 +0800
26308
26309 mpc83xx: Fix the bug of serdes initialization
26310
26311 Currently the serdes will not be initializated due to the
26312 partid's error.
26313
26314 Signed-off-by: Dave Liu <daveliu@freescale.com>
26315 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
26316
26317 commit 2000784818f043db7ca60e2846a72d097766b894
26318 Author: Dave Liu <r63238@freescale.com>
26319 Date: Thu Apr 3 16:28:29 2008 +0800
26320
26321 mpc83xx: Fix the SATA clock setting of 837x targets
26322
26323 Currently the SATA controller clock is configured as CSB clock,
26324 usually the CSB clock is 400/333/266MHz.
26325
26326 However, The SATA IP block is only guaranteed to operate up to
26327 200 MHz as stated in the HW spec.
26328
26329 The bug is reported by Joe D'Abbraccio <ljd015@freescale.com>
26330
26331 This patch makes the SATA clock as half of CSB clock.
26332
26333 Signed-off-by: Dave Liu <daveliu@freescale.com>
26334 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
26335
26336 commit 1ac4f320bf0b593aa0a741f2d649a8ece8838672
26337 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26338 Date: Wed Apr 2 13:41:21 2008 +0200
26339
26340 mpc837xerdb: Fix warning: implicit declaration of function 'fdt_fixup_dr_usb'
26341
26342 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26343 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
26344
26345 commit 97b3ecb575a92fa34c1765229dbc06f2b662f139
26346 Author: Kumar Gala <galak@kernel.crashing.org>
26347 Date: Wed Apr 9 04:20:57 2008 -0500
26348
26349 85xx: Fix detection of MP cpu spin up
26350
26351 We were looking at the wrong memory offset to determine of a secondary
26352 cpu had been spun up or not. Also added a warning message if the
26353 all the secondary cpus we expect don't spin up.
26354
26355 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
26356
26357 commit f3e04bdc3f360c66801a9048956e61e41a16edba
26358 Author: Kumar Gala <galak@kernel.crashing.org>
26359 Date: Tue Apr 8 10:45:50 2008 -0500
26360
26361 85xx: Use SVR_SOC_VER instead of SVR_VER
26362
26363 The recent change introduced by 'Update SVR numbers to expand support'
26364 now requires that we use SVR_SOC_VER instead of SVR_VER if we want
26365 to compare against a particular processor id.
26366
26367 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
26368
26369 commit 5b2052e5f5fcce5dbd4d2750a29c0e45bce806e7
26370 Author: Eugene O'Brien <eugene.obrien@advantechamt.com>
26371 Date: Fri Apr 11 10:00:35 2008 -0400
26372
26373 ppc4xx: Fix power mgt definitions for PPC440
26374
26375 Corrected DCR addresses of PPC440EP power management registers.
26376
26377 Signed-off-by: Eugene O'Brien <eugene.obrien@advantechamt.com>
26378
26379 commit 950a392464e616b4590bc4501be46e2d7d162dea
26380 Author: Wolfgang Denk <wd@denx.de>
26381 Date: Fri Apr 11 15:11:26 2008 +0200
26382
26383 Revert merge of git://www.denx.de/git/u-boot-arm, commit 62479b18:
26384
26385 Reverting became necessary after it turned out that the patches in
26386 the u-boot-arm repo were modified, and in some cases corrupted.
26387
26388 This reverts the following commits:
26389
26390 066bebd6353e33af3adefc3404560871699e9961
26391 7a837b7310166ae8fc8b8d66d7ef01b60a80f9d6
26392 c88ae20580b2b01487b4cdcc8b2a113f551aee36
26393 a147e56f03871bba4f05058d5e04ce7deb010b04
26394 d6674e0e2a6a1f033945f78838566210d3f28c95
26395 8c8463cce44d849e37744749b32d38e1dfb12e50
26396 c98b47ad24b2d91f41c09a3d62d7f70ad84f4b7d
26397 8bf69d81782619187933a605f1a95ee1d069478d
26398 8c16cb0d3b971f46fbe77c072664c0f2dcd4471d
26399 a574a73852a527779234e73e17e7597fd8128882
26400 1377b5583a48021d983e1fd565f7d40c89e84d63
26401 1704dc20917b4f71e373e2c888497ee666d40380
26402
26403 Signed-off-by: Wolfgang Denk <wd@denx.de>
26404
26405 commit 64e541f4c1b413dd84c7e409f5c2bf328db2ac13
26406 Author: Stefan Roese <sr@denx.de>
26407 Date: Fri Apr 11 07:02:29 2008 +0200
26408
26409 ppc4xx: Update Kilauea defconfig to use device-tree booting as default
26410
26411 This patch reworks the default environment on Kilauea/Haleakala. Now
26412 "net_nfs" for exmaple uses the device-tree style booting formerly know
26413 as "net_nfs_fdt". Also the addresses in RAM were changed because of the
26414 new image booting support, which check for image overwriting. So the
26415 addresses needed togeet adjusted.
26416
26417 Signed-off-by: Stefan Roese <sr@denx.de>
26418
26419 commit 756f5dacda3810b094b94bcceffd3ce6c7ff9a28
26420 Author: Stefan Roese <sr@denx.de>
26421 Date: Wed Apr 9 11:58:02 2008 +0200
26422
26423 ppc4xx: Fix Canyonlands default environment to work with new image support
26424
26425 Since the new image support checks for image overwriting, the default
26426 environment needs to get adjusted to use correct addresses.
26427
26428 Signed-off-by: Stefan Roese <sr@denx.de>
26429
26430 commit dfc6c7b647dba7ab86749616f0e9e5740deed422
26431 Author: Stefan Roese <sr@denx.de>
26432 Date: Wed Apr 9 11:54:11 2008 +0200
26433
26434 ppc: Revert patch 70431e8a that used _start instead of CFG_MONITOR_BASE
26435
26436 The patch 70431e8a7393b6b793f77957f95b999fc9a269b8 (Make MPC83xx one step
26437 closer to full relocation.) doesn't use CFG_MONITOR_BASE anymore. But
26438 on 4xx systems _start currently cannot be used for this calculation.
26439 So revert back to the original version for now.
26440
26441 Signed-off-by: Stefan Roese <sr@denx.de>
26442
26443 commit f91374f65eae8b42cac329e06ba1c54728278efb
26444 Author: Michal Simek <monstr@monstr.eu>
26445 Date: Fri Mar 28 12:49:52 2008 +0100
26446
26447 microblaze: Sort microblaze boards in MAKEALL script
26448
26449 commit 62032deb7214c6d9b4396297e2aaa559bc2f8495
26450 Author: Michal Simek <monstr@monstr.eu>
26451 Date: Fri Mar 28 11:58:45 2008 +0100
26452
26453 microblaze: clean microblaze_config.mk
26454
26455 FLAGS are generated by U-BOOT generator.
26456 Board specific FLAGS are in board directory
26457
26458 Signed-off-by: Michal Simek <monstr@monstr.eu>
26459
26460 commit cf5c679ca04a6b54bf53a55b8b9c29335b387287
26461 Author: Michal Simek <monstr@monstr.eu>
26462 Date: Fri Mar 28 12:47:19 2008 +0100
26463
26464 microblaze: xupv2p fix config file for supporting FDT
26465
26466 commit 188dc16b189143573b1ed90e584bf866d75cdd12
26467 Author: Michal Simek <monstr@monstr.eu>
26468 Date: Fri Mar 28 11:53:02 2008 +0100
26469
26470 microblaze: ml401 fix config file for supporting FDT
26471
26472 Signed-off-by: Michal Simek <monstr@monstr.eu>
26473
26474 commit 4c6a6f02e239236261333759997eeaf86b30b54c
26475 Author: Michal Simek <monstr@monstr.eu>
26476 Date: Fri Mar 28 11:22:48 2008 +0100
26477
26478 microblaze: ml401 - add ifdef for GPIO
26479
26480 Signed-off-by: Michal Simek <monstr@monstr.eu>
26481
26482 commit af7ae1a411c67ee9d17a66d17ce50b374f3dd4e7
26483 Author: Michal Simek <monstr@monstr.eu>
26484 Date: Fri Mar 28 12:13:03 2008 +0100
26485
26486 microblaze: clean uart16550 and uartlite handling
26487
26488 Signed-off-by: Michal Simek <monstr@monstr.eu>
26489
26490 commit 0b20f250877441460fb79d72192954abe8498834
26491 Author: Michal Simek <monstr@monstr.eu>
26492 Date: Fri Mar 28 11:08:31 2008 +0100
26493
26494 microblaze: Add Emaclite driver to Makefile
26495
26496 Signed-off-by: Michal Simek <monstr@monstr.eu>
26497
26498 commit 868cde5310f88234b774878e4f06e79df10a88b3
26499 Author: Michal Simek <monstr@monstr.eu>
26500 Date: Fri Mar 28 11:08:01 2008 +0100
26501
26502 microblaze: Add Emac driver to Makefile
26503
26504 Signed-off-by: Michal Simek <monstr@monstr.eu>
26505
26506 commit 6f961b4f461f6cbb83a467d468a02e6078c2b327
26507 Author: Michal Simek <monstr@monstr.eu>
26508 Date: Fri Mar 28 12:42:29 2008 +0100
26509
26510 microblaze: add Emac ethernet driver
26511
26512 commit 89c53891b18cbafd29ab8931b40e27ad231b6085
26513 Author: Michal Simek <monstr@monstr.eu>
26514 Date: Fri Mar 28 12:41:56 2008 +0100
26515
26516 microblaze: add Emaclite ethernet driver
26517
26518 commit e5845e21224dbe2fe47b11f1cdf95de7f84be7cb
26519 Author: Michal Simek <monstr@monstr.eu>
26520 Date: Fri Mar 28 11:04:01 2008 +0100
26521
26522 microblaze: ML401 and XUPV2P remove emac and emaclite reference
26523
26524 Signed-off-by: Michal Simek <monstr@monstr.eu>
26525
26526 commit 6bf3e982aefdb1daf9f5462d482c8f9d1cc90a57
26527 Author: Michal Simek <monstr@monstr.eu>
26528 Date: Fri Mar 28 10:59:32 2008 +0100
26529
26530 microblaze: remove old setting for emac driver
26531
26532 Signed-off-by: Michal Simek <monstr@monstr.eu>
26533
26534 commit cd2b75efb9cc037c74ecee9b3586f9bf9e1d4e57
26535 Author: Michal Simek <monstr@monstr.eu>
26536 Date: Fri Mar 28 10:58:15 2008 +0100
26537
26538 microblaze: Clean Makefile from ancient emac driver
26539
26540 Signed-off-by: Michal Simek <monstr@monstr.eu>
26541
26542 commit ab68f921d9c741830f721c3d879c13a0c5597183
26543 Author: Daniel Hellstrom <daniel@gaisler.com>
26544 Date: Fri Mar 28 10:20:43 2008 +0100
26545
26546 SPARC/LEON2: added support for Gaisler simulator GRSIM/TSIM for SPARC/LEON2 targets. See www.gaisler.com for information.
26547
26548 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
26549
26550 commit 6ed8a43a19bb0275501bc286007daafa923552cf
26551 Author: Daniel Hellstrom <daniel@gaisler.com>
26552 Date: Wed Mar 26 23:38:48 2008 +0100
26553
26554 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.
26555
26556 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
26557
26558 commit 6940383d9ec1bfe2f13e339e6f723e8d34af2b12
26559 Author: Daniel Hellstrom <daniel@gaisler.com>
26560 Date: Wed Mar 26 23:34:47 2008 +0100
26561
26562 SPARC/LEON3: added support for Altera NIOS Development kit (STRATIX II Edition) with GRLIB template design. See www.gaisler.com for information.
26563
26564 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
26565
26566 commit 823edd8a66ed50af5aaba0c79567f67061e4d79a
26567 Author: Daniel Hellstrom <daniel@gaisler.com>
26568 Date: Fri Mar 28 10:06:52 2008 +0100
26569
26570 SPARC/LEON3: added support for Gaisler GRSIM/TSIM2 SPARC/LEON3 simulatorn. See www.gaisler.com for information.
26571
26572 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
26573
26574 commit 71d7e4c0489e5ed8fc69382236aaa2a1e510c135
26575 Author: Daniel Hellstrom <daniel@gaisler.com>
26576 Date: Wed Mar 26 23:26:48 2008 +0100
26577
26578 SPARC/LEON3: added support for GR-XC3S-1500 board with GRLIB template design. See www.gaisler.com for board information.
26579
26580 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
26581
26582 commit b330990c2f36ee4a8bb318360e1c8ba965269ab6
26583 Author: Daniel Hellstrom <daniel@gaisler.com>
26584 Date: Fri Mar 28 10:00:33 2008 +0100
26585
26586 SPARC: Added support for SPARC LEON2 SOC Processor.
26587
26588 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
26589
26590 commit 2a2fa797e63b1e3cd4d570318ca5fbf8723ef53a
26591 Author: Daniel Hellstrom <daniel@gaisler.com>
26592 Date: Wed Mar 26 23:00:38 2008 +0100
26593
26594 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.
26595
26596 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
26597
26598 commit 1e9a164e22976933002c5e4b0b79b09fcede9cd4
26599 Author: Daniel Hellstrom <daniel@gaisler.com>
26600 Date: Wed Mar 26 22:51:29 2008 +0100
26601
26602 SPARC: Added support for SPARC LEON3 SOC processor.
26603
26604 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
26605
26606 commit bf3d8b31169546fcddb4737391e1893fb12d033a
26607 Author: Daniel Hellstrom <daniel@gaisler.com>
26608 Date: Fri Mar 28 08:29:26 2008 +0100
26609
26610 SPARC: added SPARC support for new uimage in common code.
26611
26612 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
26613
26614 commit 00ab32c85405a4fe65fd4128243086210fc90a21
26615 Author: Daniel Hellstrom <daniel@gaisler.com>
26616 Date: Wed Mar 26 22:36:03 2008 +0100
26617
26618 SPARC: added SPARC board information to the command bdinfo.
26619
26620 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
26621
26622 commit c2f02da21a3f37f0878554eebc785e04fdc4e128
26623 Author: Daniel Hellstrom <daniel@gaisler.com>
26624 Date: Fri Mar 28 09:47:00 2008 +0100
26625
26626 SPARC: Added generic support for SPARC architecture.
26627
26628 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
26629
26630 commit e54ec0f016803e4d9524ff71f7971bda0c51b287
26631 Author: Stefan Roese <sr@denx.de>
26632 Date: Thu Apr 3 14:50:34 2008 +0200
26633
26634 ppc4xx: Fix 4xx enet driver to support 460GT EMAC2+3
26635
26636 This patch fixes a problem with the RGMII setup of the 460GT. The 460GT
26637 has 2 RGMII instances and we need to configure the 2nd RGMII instance
26638 for the EMAC2+3 channels.
26639
26640 Signed-off-by: Stefan Roese <sr@denx.de>
26641
26642 commit c2a545ce33b26d80337f80b533828839249fb1c9
26643 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26644 Date: Wed Apr 2 08:03:56 2008 +0200
26645
26646 MPC8xx: Fix libfdt support introduced in commit 77ff7b74
26647
26648 fdt.c: In function 'ft_cpu_setup':
26649 fdt.c:33: warning: implicit declaration of function 'do_fixup_by_prop_u32'
26650 fdt.c:39: warning: implicit declaration of function 'do_fixup_by_compat_u32'
26651 fdt.c:43: warning: implicit declaration of function 'fdt_fixup_ethernet'
26652 fdt.c:45: warning: implicit declaration of function 'fdt_fixup_memory'
26653
26654 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26655
26656 commit 4abd844d8eb108736e1cf8fbf3dbf61f2d5fc11b
26657 Author: Andy Fleming <afleming@freescale.com>
26658 Date: Mon Mar 31 20:45:56 2008 -0500
26659
26660 Fix fdt set command to conform to dts spec
26661
26662 The fdt set command was treating properties specified as <00> and <0011>
26663 as byte streams, rather than as an array of cells. As we already have
26664 syntax for expressing the desire for a stream of bytes ([ xx xx ...]),
26665 we should use the <> syntax to describe arrays of cells, which are always
26666 32-bits per element. If we imagine this likely (IMHO) scenario:
26667
26668 > fdt set /ethernet-phy@1 reg <1>
26669
26670 With the old code, this would create a bad fdt, since the reg cell would be
26671 made to be one byte in length. But the cell must be 4 bytes, so this would
26672 break mysteriously.
26673
26674 Also, the dts spec calls for constants inside the angle brackets (<>)
26675 to conform to C constant standards as they pertain to base.
26676 Take this scenario:
26677
26678 > fdt set /ethernet@f00 reg <0xe250000\ 0x1000>
26679
26680 The old fdt command would complain that it couldn't parse that. Or, if you
26681 wanted to specify that a certain clock ran at 33 MHz, you'd be required to
26682 do this:
26683
26684 > fdt set /mydev clock <1f78a40>
26685
26686 Whereas the new code will accept decimal numbers.
26687
26688 While I was in there, I extended the fdt command parser to handle property
26689 strings which are split across multiple arguments:
26690
26691 > fdt set /ethernet@f00 interrupts < 33 2 34 2 36 2 >
26692 > fdt p /ethernet@f00
26693 ethernet@f00 {
26694 interrupts = <0x21 0x2 0x22 0x2 0x24 0x2>;
26695 };
26696
26697 Lastly, the fdt print code was rearranged slightly to print arrays of cells
26698 if the length of the property is a multiple of 4 bytes, and to not print
26699 leading zeros.
26700
26701 Signed-off-by: Andy Fleming <afleming@freescale.com>
26702
26703 commit 1c2926abdd7db89296a8cc7f224dd9d5d4e37a56
26704 Author: Stefan Roese <sr@denx.de>
26705 Date: Wed Apr 2 08:39:33 2008 +0200
26706
26707 ppc4xx: Canyonlands: Init SATA/PCIe port correctly
26708
26709 Canyonlands (460EX) shares the first PCIe interface with the SoC SATA
26710 interface. This usage can be configured with the jumper J6. This patch
26711 correctly configures the SATA/PCIe PHY for SATA usage when this jumper
26712 is installed.
26713
26714 Signed-off-by: Stefan Roese <sr@denx.de>
26715
26716 commit 6fe2946f198481254a6ee9600d7456b8316a4083
26717 Author: Kim Phillips <kim.phillips@freescale.com>
26718 Date: Fri Mar 28 17:37:49 2008 -0500
26719
26720 remove remaining CONFIG_OF_HAS_{UBOOT_ENV,BD_T} code
26721
26722 finish off what commit 43ddd9c820fec44816188f53346b464e20b3142d,
26723 "Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T"
26724 started.
26725
26726 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
26727
26728 commit b5873f1732b92a25690e1513b90dfb0d644f6697
26729 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26730 Date: Tue Apr 1 07:30:51 2008 +0200
26731
26732 dataflash: Move CONFIG_HAS_DATAFLASH to Makefile
26733
26734 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26735
26736 commit 2d934ea51f276522b532f870a820e844ff480b5b
26737 Author: Tor Krill <tor@excito.com>
26738 Date: Fri Mar 28 15:29:45 2008 +0100
26739
26740 Add Vitesse 8601 support to TSEC driver
26741
26742 Add phy_info for Vitesse VSC8601.
26743 Add config option, CFG_VSC8601_SKEWFIX, to enable RGMII skew timing compensation.
26744
26745 Signed-off-by: Tor Krill <tor@excito.com>
26746 Reviewed-by: Kim Phillips <kim.phillips@freescale.com>
26747 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
26748
26749 commit 3eac6402a508b0f68a21cc9cbc2cc49347de0c31
26750 Author: Daniel Hellstrom <daniel@gaisler.com>
26751 Date: Mon Mar 31 14:25:00 2008 +0000
26752
26753 SPARC: added SMC91111 driver in and out macros for LEON processors.
26754
26755 This patch makes SPARC/LEON processors able to read and write
26756 to the SMC91111 chip using the chip external I/O bus of the memory
26757 controller. This patchs defines the standard in and out macros
26758 expected by the SMC9111 driver.
26759
26760 To access that I/O bus one must set up the memory controller
26761 (MCTRL or FTMCTRL) correctly. It is assumed that the user sets
26762 up this correctly when the other MCTRL parameters are set up. It
26763 can be set up from the board configuration header file.
26764
26765 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
26766 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
26767
26768 commit 3ca7c558eba36332556bc470d45e2f5d42bd0ca6
26769 Author: Stelian Pop <stelian@popies.net>
26770 Date: Wed Mar 26 18:52:34 2008 +0100
26771
26772 Add maintainership information for AT91CAP9ADK and AT91SAM9260EK boards
26773
26774 Signed-off-by: Stelian Pop <stelian@popies.net>
26775
26776 commit 4e03dde84dd2c91e327cdc23ae119d432559a7a3
26777 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26778 Date: Mon Mar 31 21:31:04 2008 +0200
26779
26780 AT91SAM9260EK: Move CONFIG_CMD_NAND to Makefile
26781
26782 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26783
26784 commit 0176d43e759a6e00cacc85eff26fd60f74b4f6b7
26785 Author: Stelian Pop <stelian@popies.net>
26786 Date: Wed Mar 26 18:52:33 2008 +0100
26787
26788 Add support for AT91SAM9260EK
26789
26790 Support for booting from internal DataFlash, external DataFlash card
26791 or NAND flash is available.
26792
26793 Signed-off-by: Stelian Pop <stelian@popies.net>
26794
26795 commit 1762f13b4aab88b685b1722f17dada247945624b
26796 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26797 Date: Mon Mar 31 21:20:49 2008 +0200
26798
26799 AT91SAM9: Move CONFIG_HAS_DATAFLASH to Makefile
26800
26801 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26802
26803 commit 761712188b353494defb2b644491ff73d0daaa6f
26804 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26805 Date: Mon Mar 31 21:12:17 2008 +0200
26806
26807 AT91CAP9ADK: Move CONFIG_CMD_NAND to Makefile
26808
26809 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26810
26811 commit 983c1db04c1dd0f92e02f06d29f0c65a3d9a2687
26812 Author: Stelian Pop <stelian@popies.net>
26813 Date: Wed Mar 26 20:52:32 2008 +0100
26814
26815 Port AT91CAP9 to the new headers
26816
26817 Adapt the existing AT91CAP9 code to the new headers and APIs.
26818
26819 Signed-off-by: Stelian Pop <stelian@popies.net>
26820
26821 commit 177e8a5ac81bbc531a1d54abdb47f2860266c3aa
26822 Author: Stelian Pop <stelian@popies.net>
26823 Date: Wed Mar 26 19:52:31 2008 +0100
26824
26825 Finish header files reworking
26826
26827 Replace AT91CAP9.h file with several splitted header files coming
26828 from the Linux kernel.
26829
26830 This is part 2 of the replacement: more header imports and edits.
26831
26832 Signed-off-by: Stelian Pop <stelian@popies.net>
26833
26834 commit 6d1dbbbf9fdf727384002e553e615c15d8b967f4
26835 Author: Stelian Pop <stelian@popies.net>
26836 Date: Wed Mar 26 19:52:30 2008 +0100
26837
26838 Import several header files from Linux
26839
26840 Replace AT91CAP9.h file with several splitted header files coming
26841 from the Linux kernel.
26842
26843 This is part 1 of the replacement: pristine header files import.
26844
26845 Signed-off-by: Stelian Pop <stelian@popies.net>
26846
26847 commit a8a78f2d99dc1bd30dc3595da118539b506c6118
26848 Author: Stelian Pop <stelian@popies.net>
26849 Date: Wed Mar 26 20:52:28 2008 +0100
26850
26851 Move at91cap9 specific files to at91sam9 directory
26852
26853 AT91CAP9 and AT91SAM9 SoCs are very close hardware wise, so a
26854 common infrastructure can be used. Let this infrastructure be
26855 named after the AT91SAM9 family, and move the existing AT91CAP9
26856 files to the new place.
26857
26858 Signed-off-by: Stelian Pop <stelian@popies.net>
26859
26860 commit 61106a565870ff503f92b251b94bd7afef889a04
26861 Author: Stelian Pop <stelian@popies.net>
26862 Date: Wed Mar 26 21:52:27 2008 +0100
26863
26864 Use timer_init() instead of board supplied interrupt_init()
26865
26866 The timer on AT91CAP9/AT91SAM9 is supplied by the SoC, and not by
26867 the board, so use timer_init() instead of interrupt_init().
26868
26869 Signed-off-by: Stelian Pop <stelian@popies.net>
26870
26871 commit 5604e2178c5218fbfdba2e4293ca7652e829ac25
26872 Author: Stelian Pop <stelian@popies.net>
26873 Date: Wed Mar 26 21:52:36 2008 +0100
26874
26875 Cleanup DataFlash partition handling
26876
26877 DataFlash partition information has become a mess. This patch
26878 defines a single partition scheme for Atmel DataFlashes. This partition
26879 scheme will be used by all AT91CAP9 and AT91SAM9 boards.
26880
26881 Signed-off-by: Stelian Pop <stelian@popies.net>
26882
26883 commit 9b46432fc65ce0f0826b32e4f15c15b33ccb8d42
26884 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
26885 Date: Fri Mar 28 08:47:45 2008 -0500
26886
26887 ColdFire: Fix alignment issue after CONFIG_IDENT_STRING in start.S
26888
26889 When the version_string function in start.S is not 4-byte align,
26890 it will cause the compiler generates "unaligned opcodes detected
26891 in executable segment". This issue affects all ColdFire CPUs.
26892 By adding .align 4 after CONFIG_IDENT_STRING, it will pad 0's if
26893 it is not aligned.
26894
26895 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
26896 Acked-by: John Rigby <jrigby@freescale.com>
26897
26898 commit bae61eefe15b4d454060a7140e49ae58322be803
26899 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
26900 Date: Tue Mar 25 15:41:15 2008 -0500
26901
26902 ColdFire: Add dspi and serial flash support for MCF5445x
26903
26904 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
26905 Acked-by: John Rigby <jrigby@freescale.com>
26906
26907 commit 48ead7a7a922fceaf494e352abfab8216a41b417
26908 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
26909 Date: Tue Mar 18 17:37:01 2008 -0500
26910
26911 ColdFire: Remove R5200 board
26912
26913 This board never went into production
26914
26915 Signed-off-by: Zachary P. Landau <zachary.landau@labxtechnologies.com>
26916 Acked-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
26917 Acked-by: John Rigby <jrigby@freescale.com>
26918
26919 commit 545c8e0a7cd3ca9d3846668f69b0d201250abea8
26920 Author: Matthew Fettke <[matthew.fettke@gmail.com]>
26921 Date: Thu Jan 24 14:02:32 2008 -0600
26922
26923 ColdFire: Added M5275EVB support.
26924
26925 Signed-off-by: Matthew Fettke <mfettke@videon-central.com>
26926 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
26927 Acked-by: John Rigby <jrigby@freescale.com>
26928
26929 commit f71d9d91a2cd9c30b2b6369f15c1a46c11537c2b
26930 Author: Matthew Fettke <[matthew.fettke@gmail.com]>
26931 Date: Mon Feb 4 15:38:20 2008 -0600
26932
26933 ColdFire: Added MCF5275 cpu support.
26934
26935 Signed-off-by: Matthew Fettke <mfettke@videon-central.com>
26936 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
26937 Acked-by: John Rigby <jrigby@freescale.com>
26938
26939 commit 44e5b9edab077aba6e9b849afa4b7fbd8fd7b02b
26940 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
26941 Date: Mon Mar 17 12:14:11 2008 -0500
26942
26943 ColdFire: Define bootdelay in configuration file for M52277EVB
26944
26945 Signed-off-by: Matt Wadel <Matt.Waddel@freescale.com>
26946 Acked-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
26947 Acked-by: John Rigby <jrigby@freescale.com>
26948
26949 commit 77878f16cedee17161ff2336990970fffc6cea35
26950 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
26951 Date: Mon Mar 17 12:09:07 2008 -0500
26952
26953 ColdFire: Fix second memory Chipselect for M5475EVB
26954
26955 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
26956 Acked-by: John Rigby <jrigby@freescale.com>
26957
26958 commit 43d60642395a550956cb21d287c8cfa563913d28
26959 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
26960 Date: Thu Mar 13 14:26:32 2008 -0500
26961
26962 ColdFire: Update correct FLASHBAR and RAMBAR1 for MCF5282
26963
26964 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
26965 Acked-by: John Rigby <jrigby@freescale.com>
26966
26967 commit eb14ebe813a0cb5d47905228da446a5ad692473b
26968 Author: Larry Johnson <lrj@acm.org>
26969 Date: Sun Mar 30 20:33:04 2008 -0500
26970
26971 ppc4xx: Add CFG_MEM_TOP_HIDE to Denali SPD-based SDRAM setup
26972
26973 Signed-off-by: Larry Johnson <lrj@acm.org>
26974
26975 commit 02e3892021112f21067d9ed1d04ae4182725ba52
26976 Author: Stefan Roese <sr@denx.de>
26977 Date: Mon Mar 31 12:20:48 2008 +0200
26978
26979 ppc4xx: Small whitespace fix of esd patches
26980
26981 Signed-off-by: Stefan Roese <sr@denx.de>
26982
26983 commit 034394abb524785047c815f00dde8cdbdc1593c5
26984 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
26985 Date: Sun Mar 30 18:52:44 2008 +0200
26986
26987 ppc4xx: Cleanup PMC440 board support
26988
26989 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
26990
26991 commit a6cc6c37188d85c25d167a4515da86f48d9a583e
26992 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
26993 Date: Sun Mar 30 18:52:06 2008 +0200
26994
26995 ppc4xx: Add ptm configuration variables for PMC440
26996
26997 Add support for the ptm1la, ptm1ms, ptm2la and ptm2ms
26998 environment variables.
26999
27000 Cleanup pci_target_init.
27001
27002 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
27003
27004 commit 7c91f51a2fe296909147f1646a1412729dd10b1d
27005 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
27006 Date: Sun Mar 30 18:01:15 2008 +0200
27007
27008 ppc4xx: Minor updates for DU440 boards
27009
27010 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
27011
27012 commit d5bffeb868d6b4d462f558dac43011027b6644b7
27013 Author: Mike Frysinger <vapier@gentoo.org>
27014 Date: Tue Feb 19 00:54:20 2008 -0500
27015
27016 Blackfin: cleanup and overhaul common board init functions
27017
27018 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
27019
27020 commit b86b3416f874358acaf07519e7620cdb2145f75b
27021 Author: Mike Frysinger <vapier@gentoo.org>
27022 Date: Tue Feb 19 00:50:58 2008 -0500
27023
27024 Blackfin: cleanup lib_blackfin/cache.c
27025
27026 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
27027
27028 commit 9171fc81722c20fdb5a829a58b17c9eaadd5fb44
27029 Author: Mike Frysinger <vapier@gentoo.org>
27030 Date: Sun Mar 30 15:46:13 2008 -0400
27031
27032 Blackfin: unify cpu and boot modes
27033
27034 All of the duplicated code for Blackfin processors and boot modes have been
27035 unified. After all, the core is the same for all processors, just the
27036 peripheral set differs (which gets handled in the drivers).
27037
27038 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
27039
27040 commit 880cc4381ea8360248cddcdf87a64566745a5724
27041 Author: Stelian Pop <stelian@popies.net>
27042 Date: Wed Mar 26 22:52:35 2008 +0100
27043
27044 Fix CFG_NO_FLASH compilation.
27045
27046 Many Atmel boards have no "real" (NOR) flash on board, and rely only
27047 on DataFlash and NAND memories. This patch enables CFG_NO_FLASH to
27048 be present in a board configuration file, while still enabling flash
27049 commands like 'flinfo', 'protect', etc.
27050
27051 Signed-off-by: Stelian Pop <stelian@popies.net>
27052
27053 commit 9ce7e53abd039decea1af67aec81bbd5df7a2593
27054 Author: Mike Frysinger <vapier@gentoo.org>
27055 Date: Tue Feb 19 00:58:13 2008 -0500
27056
27057 Blackfin: BF537-stamp: cleanup spi flash driver
27058
27059 This punts the old spi flash driver for a new/generalized one until the
27060 common one can be integrated.
27061
27062 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
27063
27064 commit bb8e3cf25bc0b04936c0c1a075985dd8700a244b
27065 Author: Ben Warren <biggerbadderben@gmail.com>
27066 Date: Sun Mar 30 11:34:34 2008 -0400
27067
27068 Fix macro typo in common/cmd_mii.c
27069
27070 This typo was introduced in commit 233a8bcd94997f3f345833a3b82e836222f2a206. I
27071 actually applied the wrong patch.
27072
27073 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
27074
27075 commit f1b985f2d724ccaa4d3def07917f0caaf18fa77d
27076 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27077 Date: Sun Mar 30 16:39:53 2008 +0200
27078
27079 use correct at91rm9200 register name in m501sk board
27080
27081 This fixes a naming bug for at91rm9200 lowlevel init code:
27082 NOR boot flash is on chipselect 0, not chipselect 2. This
27083 makes code use the register name from chip datasheets.
27084
27085 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27086
27087 commit 480ed1dea103a1c8f4591afc77d2de3c7868d983
27088 Author: David Brownell <david-b@pacbell.net>
27089 Date: Fri Jan 18 12:55:00 2008 -0800
27090
27091 use correct at91rm9200 register name
27092
27093 This fixes a naming bug for at91rm9200 lowlevel init code:
27094 NOR boot flash is on chipselect 0, not chipselect 2. This
27095 makes code use the register name from chip datasheets.
27096
27097 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
27098
27099 commit a3543d6dc52b0ba9c64016687cf32d600b31a476
27100 Author: David Brownell <david-b@pacbell.net>
27101 Date: Fri Jan 18 12:45:45 2008 -0800
27102
27103 add missing ARM boards to MAKEALL
27104
27105 Add some missing ARM boards to MAKEALL. These build correctly,
27106 unlike several of the boards already listed.
27107
27108 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
27109
27110 commit 066bebd6353e33af3adefc3404560871699e9961
27111 Author: Peter Pearse <peter.pearse@arm.com>
27112 Date: Sun Mar 30 11:34:09 2008 +0100
27113
27114 Bracket READ_TIMER macro in cpu/arm1136/omap24xx/interrupts.c
27115 to prevent compilation error.
27116
27117 Signed-off-by: Peter Pearse <peter.pearse@arm.com>
27118
27119 commit 7a837b7310166ae8fc8b8d66d7ef01b60a80f9d6
27120 Author: Guennadi Liakhovetski <[lg@denx.de]>
27121 Date: Sun Mar 30 11:32:30 2008 +0100
27122
27123 Support for the MX31ADS evaluation board from Freescale
27124
27125 This patch adds support for the MX31ADS evaluation board from Freescale,
27126 initialization code is copied from RedBoot sources, also provided by Freescale.
27127
27128 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
27129
27130 commit c88ae20580b2b01487b4cdcc8b2a113f551aee36
27131 Author: Sascha Hauer <s.hauer@pengutronix.de>
27132 Date: Sun Mar 30 11:32:27 2008 +0100
27133
27134 Phytec Phycore-i.MX31 support
27135
27136 This patch adds support for the Phytec Phycore-i.MX31 board
27137
27138 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
27139 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
27140
27141 commit a147e56f03871bba4f05058d5e04ce7deb010b04
27142 Author: Sascha Hauer <s.hauer@pengutronix.de>
27143 Date: Sun Mar 30 11:32:24 2008 +0100
27144
27145 mx31 litekit support
27146
27147 This patch adds support for the mx31 litekit board
27148
27149 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
27150 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
27151
27152 commit d6674e0e2a6a1f033945f78838566210d3f28c95
27153 Author: Sascha Hauer <s.hauer@pengutronix.de>
27154 Date: Sun Mar 30 11:32:21 2008 +0100
27155
27156 add SMSC LAN9x1x Network driver
27157
27158 This patch adds a driver for the following smsc network controllers:
27159 LAN9115
27160 LAN9116
27161 LAN9117
27162 LAN9215
27163 LAN9216
27164 LAN9217
27165
27166 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
27167 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
27168
27169 commit 8c8463cce44d849e37744749b32d38e1dfb12e50
27170 Author: Sascha Hauer <s.hauer@pengutronix.de>
27171 Date: Sun Mar 30 11:32:16 2008 +0100
27172
27173 add an i2c driver for mx31
27174
27175 This patch adds an i2c driver for Freescale i.MX processors
27176
27177 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
27178 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
27179
27180 commit c98b47ad24b2d91f41c09a3d62d7f70ad84f4b7d
27181 Author: Sascha Hauer <s.hauer@pengutronix.de>
27182 Date: Sun Mar 30 11:30:43 2008 +0100
27183
27184 core support for Freescale mx31
27185
27186 This patch adds the core support for Freescale mx31
27187
27188 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
27189 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
27190
27191 commit 8bf69d81782619187933a605f1a95ee1d069478d
27192 Author: Sascha Hauer <s.hauer@pengutronix.de>
27193 Date: Sun Mar 30 11:28:46 2008 +0100
27194
27195 Separate omap24xx specific code from arm1136
27196
27197 Move omap24xx code to cpu/arm1136/omap24xx, rename include/asm-arm/arch-arm1136 to cpu/arm1136/omap24xx.
27198
27199 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
27200 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
27201
27202 commit 8c16cb0d3b971f46fbe77c072664c0f2dcd4471d
27203 Author: Peter Pearse <peter.pearse@arm.com>
27204 Date: Sun Mar 30 11:23:05 2008 +0100
27205
27206 Add pmdra into MAKEALL
27207
27208 Signed-off-by: Peter Pearse <peter.pearse@arm.com>
27209
27210 commit a574a73852a527779234e73e17e7597fd8128882
27211 Author: Pieter Voorthuijsen <[pieter.voorthuijsen@Prodrive.nl]>
27212 Date: Sun Mar 30 11:21:58 2008 +0100
27213
27214 Adds support for the Prodrive PMDRA board, based on a DM6441
27215
27216 Signed-off-by: Pieter Voorthuijsen <pv@prodrive.nl>
27217
27218 commit 1377b5583a48021d983e1fd565f7d40c89e84d63
27219 Author: Pieter Voorthuijsen <[pieter.voorthuijsen@Prodrive.nl]>
27220 Date: Sun Mar 30 11:11:34 2008 +0100
27221
27222 Removes all board specific code from the arch. part for DM644x (DaVinci) boards
27223
27224 Signed-off-by: Pieter Voorthuijsen <pv@prodrive.nl>
27225
27226 commit 1704dc20917b4f71e373e2c888497ee666d40380
27227 Author: Dirk Behme <dirk.behme@gmail.com>
27228 Date: Sun Mar 30 11:09:01 2008 +0100
27229
27230 - Remove *_masked() functions as noted by Wolfgang
27231 - Adapt register naming to recent TI spec (sprue26, March 2007)
27232 - Fix reset_timer() handling
27233 - As reported by Pieter [1] the overflow fix introduced a
27234 delay of factor 16 (e.g 2 seconds became 32). While the
27235 overflow fix is basically okay, it missed to divide udelay by
27236 16, too. Fix this.
27237 [1] http://article.gmane.org/gmane.comp.boot-loaders.u-boot/38179
27238 - Remove software division of timer count value (DIV(x)
27239 macro) and do it in hardware (TIM_CLK_DIV).
27240 Many thanks to Troy Kisky <troy.kisky@boundarydevices.com>
27241 and Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl> for
27242 the hints & testing!
27243
27244 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
27245
27246 Acked-by: Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl>
27247
27248 commit ac3315c26e143c31680750c9c13f027efbcc887e
27249 Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
27250 Date: Thu Mar 6 16:45:44 2008 +0100
27251
27252 new PHY @ e1000 - 2nd try
27253
27254 Add 82541ER device with latest integrated IGP2 PHY.
27255 Introduced CONFIG_E1000_FALLBACK_MAC for NIC bring-up with empty eeprom.
27256
27257 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
27258 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
27259
27260 commit c2b7da552293b50c9c9e46ed71267b02c2de9ea8
27261 Author: Daniel Hellstrom <daniel@gaisler.com>
27262 Date: Fri Mar 28 20:22:53 2008 +0100
27263
27264 SPARC/LEON3: Added GRETH Ethernet 10/100/1000 driver.
27265
27266 GRETH is an Ethernet 10/100 or 10/100/1000 MAC with out without
27267 a debug link (EDCL). The GRETH core is documented in GRIP.pdf
27268 available at www.gaisler.com.
27269
27270 If the GRETH has GigaBit support (GBIT, Scatter gather, checksum
27271 offloading etc.) can be determined by a bit in the control register.
27272 The GBIT MAC is supported by operating in GRTEH 10/100 legacy mode.
27273
27274 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
27275 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
27276
27277 commit 233a8bcd94997f3f345833a3b82e836222f2a206
27278 Author: Tsi-Chung Liew <Tsi-Chung.Liew@freescale.com>
27279 Date: Mon Mar 17 17:08:22 2008 -0500
27280
27281 Add CONFIG_MII_INIT in cmd_mii.c
27282
27283 Provide common configuration in do_mii() to execute mii_init()
27284 for all cpu architectures
27285
27286 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
27287 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
27288
27289 commit f605479de2deb11e834f31dfdb0af107c86aced6
27290 Author: Tsi-Chung Liew <Tsi-Chung.Liew@freescale.com>
27291 Date: Mon Mar 17 17:08:16 2008 -0500
27292
27293 ColdFire: Fix FEC transmit issue for MCF5275
27294
27295 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
27296 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
27297
27298 commit d9a2f416d6ac6058cd7845033ae4dc32ef1c0746
27299 Author: Aras Vaichas <arasv@magtech.com.au>
27300 Date: Wed Mar 26 09:43:57 2008 +1100
27301
27302 DHCP request fix for Windows Server 2003
27303
27304 Added option CONFIG_BOOTP_DHCP_REQUEST_DELAY. This provides an optional
27305 delay before sending "DHCP Request" in net/bootp.c. Required to overcome
27306 interoperability problems with Windows Server 200x DHCP server when U-Boot
27307 client responds too fast for server to handle.
27308
27309 Signed-off-by: Aras Vaichas <arasv@magtech.com.au>
27310 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
27311
27312 commit 97bf85d784fbed485e652eb907589ad0d5cb7262
27313 Author: Daniel Hellstrom <daniel@gaisler.com>
27314 Date: Fri Mar 28 20:40:19 2008 +0100
27315
27316 MTD/CFI: flash_read64 is defined a weak function (for SPARC)
27317
27318 SPARC has implemented __raw_readq, it reads 64-bit from any 32-bit address.
27319 SPARC CPUs implement flash_read64 which calls __raw_readq.
27320
27321 For current SPARC architectures (LEON2 and LEON3) each read from the
27322 FLASH must lead to a cache miss. This is because FLASH can not be set
27323 non-cacheable since program code resides there, and alternatively disabling
27324 cache is poor from performance view, or doing a cache flush between each
27325 read is even poorer.
27326
27327 Forcing a cache miss on a SPARC is done by a special instruction "lda" -
27328 load alternative space, the alternative space number (ASI) is processor
27329 implementation spcific and can be found by including <asm/processor.h>.
27330
27331 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
27332
27333 commit 70431e8a7393b6b793f77957f95b999fc9a269b8
27334 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
27335 Date: Fri Mar 28 15:41:25 2008 +0100
27336
27337 Make MPC83xx one step closer to full relocation.
27338
27339 Remove a few absolute references to CFG_MONITOR_BASE for ppc/mpc83xx
27340 and use GOT relative reference.
27341
27342 Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
27343 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
27344
27345 commit 5b2793a3f3de34d439232b05acc8af67a028fd35
27346 Author: Michael Barkowski <michael.barkowski@freescale.com>
27347 Date: Thu Mar 27 14:34:43 2008 -0400
27348
27349 mpc8323erdb: fix EEPROM page size and get MAC from EEPROM
27350
27351 This patch fixes eeprom page size so that you can now write more than
27352 64 bytes at a time.
27353
27354 It also makes the board take MAC addresses, if found, from EEPROM.
27355
27356 User should place up to 4 addresses at offset 0x7f00, for
27357 eth{,1,2,3}addr. Any unused addresses should be zero. This group of
27358 four six-byte values should have it's CRC at the end. crc32 and
27359 eeprom commands can be used to accomplish this.
27360
27361 If CRC fails, MAC addresses come from the environment. If CRC
27362 succeeds, the environment is overwritten at startup.
27363
27364 Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
27365 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
27366
27367 commit 8f325cff31f6e745e6540014b131b9a97f61944c
27368 Author: Michael Barkowski <michael.barkowski@freescale.com>
27369 Date: Fri Mar 28 15:15:38 2008 -0400
27370
27371 mpc8323erdb: define CONFIG_PCI_SKIP_HOST_BRIDGE
27372
27373 Commit 55774b512fdf63c0516d441cc5da7c54bbffb7f2 broke the onboard USB
27374 controller on the PCI bus in Linux on the MPC8323ERDB.
27375
27376 This fixes it by defining CONFIG_PCI_SKIP_HOST_BRIDGE in the board's
27377 config file.
27378
27379 Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
27380 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
27381
27382 commit e5c4ade4db1e16d3e5d4a7887f34e10e516ed3a9
27383 Author: Kim Phillips <kim.phillips@freescale.com>
27384 Date: Fri Mar 28 10:19:07 2008 -0500
27385
27386 mpc83xx: cleanup System Part and Revision ID Register (SPRIDR) code
27387
27388 in the spirit of commit 1ced121600b2060ab2ff9f0fddd9421fd70a0dc6,
27389 85xx's "Update SVR numbers to expand support", simplify SPRIDR processing
27390 and processor ID display. Add REVID_{MAJ,MIN}OR macros to make
27391 REVID dependent code simpler. Also added PARTID_NO_E and IS_E_PROCESSOR
27392 convenience macros.
27393
27394 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
27395
27396 commit 81fd52c6c8fd19f0b7856b98217ce37c46c521af
27397 Author: Kim Phillips <kim.phillips@freescale.com>
27398 Date: Fri Mar 28 10:18:53 2008 -0500
27399
27400 mpc83xx: display ddr frequency in board_add_ram_info banner
27401
27402 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
27403
27404 commit 35cf155c5ec1ceab2849fa5b6aa3d9a3e9e6f482
27405 Author: Kim Phillips <kim.phillips@freescale.com>
27406 Date: Fri Mar 28 10:18:40 2008 -0500
27407
27408 mpc83xx: unreinvent mem_clk
27409
27410 delete ddr_clk and use mem_clk instead. Rename other ddr_*_clk to
27411 mem_*_clk for consistency's sake.
27412
27413 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
27414
27415 commit 730e792926ca3fe4dd1b734a3bf44e55afa6f536
27416 Author: Kim Phillips <kim.phillips@freescale.com>
27417 Date: Fri Mar 28 14:31:23 2008 -0500
27418
27419 mpc83xx: enable the SATA interface on mpc8315 rdb and mpc837x rdb boards
27420
27421 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
27422
27423 commit 2eeb3e4fc54ef2f5d574dafd42c6ce93afa30393
27424 Author: Dave Liu <r63238@freescale.com>
27425 Date: Wed Mar 26 22:57:19 2008 +0800
27426
27427 mpc83xx: enable the SATA interface on mpc837xemds board
27428
27429 Enable the first two SATA interfaces on MPC837xEMDS board,
27430 The two SATA ports are on LYNX1. (SATA0/1 on J4/5)
27431
27432 Signed-off-by: Dave Liu <daveliu@freescale.com>
27433 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
27434
27435 commit 6f8c85e8d1865730c158d9ef5a06c70c3a10600a
27436 Author: Dave Liu <r63238@freescale.com>
27437 Date: Wed Mar 26 22:56:36 2008 +0800
27438
27439 mpc83xx: initialize serdes for MPC837xEMDS boards
27440
27441 This patch is stolen from Anton Vorontsov's patch
27442 for mpc837xerdb boards.
27443
27444 The reference clk and xcorevdd voltage of serdes1/2
27445 is same between mpc837xemds and mpc837xerdb.
27446
27447 8377E: LYNX1- 2 SATA LYNX2- 2 PCIE
27448 8378E: LYNX1- 2 SGMII LYNX2- 2 PCIE
27449 8379E: LYNX1- 2 SATA LYNX2- 2 SATA
27450
27451 Signed-off-by: Dave Liu <daveliu@freescale.com>
27452 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
27453
27454 commit cc8e839abc80887ae832767b5930d40edd6d7eb7
27455 Author: Stefan Roese <sr@denx.de>
27456 Date: Fri Mar 28 14:09:04 2008 +0100
27457
27458 ppc4xx: Canyonlands: Print SATA/PCIe configuration and board revision
27459
27460 Canyonlands (460EX) shares the first PCIe interface with the SoC SATA
27461 interface. This usage can be configured with the jumper J6. This patch
27462 displays the current configuration upon bootup and changes the PCIe
27463 init loop, to only initialize the availabel PCIe slots.
27464
27465 Signed-off-by: Stefan Roese <sr@denx.de>
27466
27467 commit 90447ecbbac8572457b6d8903073ac3f120995ba
27468 Author: Tor Krill <tor@excito.com>
27469 Date: Fri Mar 28 11:29:10 2008 +0100
27470
27471 MTD/CFI: Add support for 16bit legacy AMD flash
27472
27473 Add entry for 512Kx16 AMD flash to jedec_table.
27474 Read out 16bit device id if chipwidth is 16bit.
27475 Fixed coding style after Stefans feedback
27476
27477 Signed-off-by: Tor Krill <tor@excito.com>
27478
27479 commit 5e12e75d17c4b15a310a45cd78fe71b7698a8a8e
27480 Author: Stefan Roese <sr@denx.de>
27481 Date: Fri Mar 28 11:02:53 2008 +0100
27482
27483 ppc: Small change to CFG_MEM_TOP_HIDE description
27484
27485 Signed-off-by: Stefan Roese <sr@denx.de>
27486
27487 commit 280df59a8d62c6e74c281b1cb7e2052df4d6cb00
27488 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27489 Date: Thu Mar 27 15:44:12 2008 +0900
27490
27491 sh: Add support stat structure and stat.h
27492
27493 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27494
27495 commit 4be9eb789e72b845d6693cc36b70a0b3529b3f09
27496 Author: Mark Jonas <toertel@gmail.com>
27497 Date: Sat Mar 22 19:27:52 2008 +0100
27498
27499 sh: Removed warning when compiling drivers/serial/serial_sh.c.
27500
27501 Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com>
27502 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27503
27504 commit f309fa38929ffba71230c02330ffa42f4bba6333
27505 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27506 Date: Wed Mar 12 18:02:57 2008 +0900
27507
27508 sh: Remove disable_ctrlc function from R7780MP
27509
27510 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27511
27512 commit 6f4b266ff2a4fcc2bff985d6a217852469afddb3
27513 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27514 Date: Wed Mar 12 17:55:15 2008 +0900
27515
27516 sh: Add maintainer of R7780MP to MAINTAINER file
27517
27518 Update MAINTAINER entry for R7780MP. And fix maintainer's name.
27519
27520 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27521
27522 commit f5e2466f7baa887a7df0c536333eea8231333497
27523 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27524 Date: Tue Mar 25 17:11:24 2008 +0900
27525
27526 sh: Add support Renesas Solutions R2D plus board
27527
27528 R2D plus is SH reference board used with SH7751R.
27529 This board has 266Mhz CPU, 64MB SDRAM, Cardbus, CF interface,
27530 one PCI bus, VGA, and two Ethernet controller.
27531
27532 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27533
27534 commit e92c95180bb5bc5fd4051598a9d60beaba48988d
27535 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27536 Date: Wed Mar 12 12:15:29 2008 +0900
27537
27538 sh: Add support SH4 cache control
27539
27540 Add support SH4 cache control and flash_cache function
27541
27542 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27543
27544 commit 28e5efde4d925fcb34901d0030d0648de2da7e89
27545 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27546 Date: Mon Mar 24 01:53:01 2008 +0900
27547
27548 sh: Add support PCI host driver for SH7751/SH7751R
27549
27550 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27551
27552 commit ab8f4d40d069cd3cbe7563ddfe3e5f03b0c7c721
27553 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27554 Date: Mon Mar 24 02:11:26 2008 +0900
27555
27556 sh: Move SuperH PCI driver from cpu/sh4 to drivers/pci
27557
27558 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27559
27560 commit 566933278101c144d75361ea682678a326c1290d
27561 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27562 Date: Wed Mar 12 12:10:28 2008 +0900
27563
27564 sh: Add support SuperH SH7751/SH7751R
27565
27566 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27567
27568 commit 3313e0e26224fc9a0c445124f3455058c696df84
27569 Author: Mark Jonas <toertel@gmail.com>
27570 Date: Mon Mar 10 11:37:10 2008 +0100
27571
27572 sh: Added support for SH7720 based board MPR2.
27573
27574 Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com>
27575 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27576
27577 commit 3ecff1d70ae93e628fe65b3fe1fc7c9c76cdf99f
27578 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27579 Date: Thu Mar 6 14:05:53 2008 +0900
27580
27581 sh: Fix receive FIFO level register of SH4A
27582
27583 Receive FIFO level register is different in SH4A.
27584 Because register is different, cannot occasionally receive data.
27585
27586 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27587
27588 commit c133c1fb0b590662206b0eba70f4478ee0300a9a
27589 Author: Yusuke Goda <goda.yusuke@renesas.com>
27590 Date: Tue Mar 11 12:55:12 2008 +0900
27591
27592 sh: Add support Renesas Solutions R7780MP
27593
27594 Renesas Solutions R7780MP is a reference board on SH7780.
27595 This board has serial, 10/100 base Ethernet deivice, CF slot
27596 and VGA devices. This board can set extension board.
27597 Extension board has 10/100/1000 base Ethernet device, PCI slot,
27598 S-ATA, iDVR slot.
27599
27600 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
27601 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27602
27603 commit 1a2334a4eb6386d7cd35d9de5fa39af2c764ad28
27604 Author: Yusuke Goda <goda.yusuke@renesas.com>
27605 Date: Wed Mar 5 14:30:02 2008 +0900
27606
27607 sh: Add support PCI of SuperH and SH7780
27608
27609 This patch add support PCI of SuperH base code and SH7780 specific code.
27610
27611 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
27612 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27613
27614 commit b55523efff2ae11f0b9ae3cc405893c32eb78156
27615 Author: Yusuke Goda <goda.yusuke@renesas.com>
27616 Date: Wed Mar 5 14:23:26 2008 +0900
27617
27618 sh: Add support SH7780
27619
27620 SH7780 is CPU of Renesas Technology.
27621 This CPU has
27622 - CPU clock 400MHz
27623 - PCI support
27624 - DDR-SDRAM controller
27625 - etc ...
27626
27627 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
27628 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27629
27630 commit c2042f5952a686c414031309b8f244513bf578f0
27631 Author: goda.yusuke <goda.yusuke@renesas.com>
27632 Date: Fri Jan 25 20:46:36 2008 +0900
27633
27634 sh: Add support Renesas Solutions Migo-R board
27635
27636 Migo-R is a board based on SH7722 and has may devices.
27637 In this patch, supported SCIF, NOR flash and Ethernet.
27638
27639 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
27640 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27641
27642 commit 74d1e66d22dac91388bc538b2fe19f735edc5b82
27643 Author: Bartlomiej Sieka <tur@semihalf.com>
27644 Date: Thu Mar 27 15:06:40 2008 +0100
27645
27646 Fix host tool build breakage, take two
27647
27648 Revert commit 87c8431f and fix build breakage so that the build continues
27649 to work on FC systems.
27650
27651 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
27652
27653 commit 7e4a0d25ed18f6437bdf59ebfa49bb0edc2f24e6
27654 Author: Stefan Roese <sr@denx.de>
27655 Date: Wed Mar 19 09:36:47 2008 +0100
27656
27657 ppc4xx: Enable ECC on LWMON5
27658
27659 Since all ECC related problems seem to be resolved on LWMON5, this patch
27660 now enables ECC support.
27661
27662 We have to write the ECC bytes by zeroing and flushing in smaller
27663 steps, since the whole 256MByte takes too long for the external
27664 watchdog.
27665
27666 Signed-off-by: Stefan Roese <sr@denx.de>
27667
27668 commit 6433fa202a91a6594dd48f06807ac38ba27fa0bb
27669 Author: Larry Johnson <lrj@acm.org>
27670 Date: Mon Mar 17 11:10:35 2008 -0500
27671
27672 ppc4xx: Updates to Korat-specific code
27673
27674 This patch contains updates for changes for the Korat PPC440EPx board.
27675 These changes include:
27676
27677 (1) Support for "permanent" and "upgradable" copies of U-Boot, as
27678 described in the new "doc/README.korat" file;
27679
27680 (2) a new memory map for the registers in the board's CPLD;
27681
27682 (3) a revised format for manufacturer's data in serial EEPROM; and
27683
27684 (4) changes to track updates to U-Boot for the Sequoia board.
27685
27686 Signed-off-by: Larry Johnson <lrj@acm.org>
27687
27688 commit f766cdf89b3a2a7634b8c5869f606150e332036c
27689 Author: Markus Brunner <super.firetwister@gmail.com>
27690 Date: Thu Mar 27 10:46:25 2008 +0100
27691
27692 ppc4xx: PPC405EP Set EMAC noise filter bits
27693
27694 This bug was introduced with commit aee747f19b460a0e9da20ff21e90fdaac1cec359
27695 which enabled CFG_4xx_GPIO_TABLE for PPC405 and unintentionally
27696 disabled the setting of the emac noise filter bits for PPC405EP when CFG_4xx_GPIO_TABLE is set.
27697
27698 Signed-off-by: Markus Brunner <super.firetwister@gmail.com>
27699 Signed-off-by: Stefan Roese <sr@denx.de>
27700
27701 commit f66e2c8b25c04b79e5fb385bc8989c2de7f63991
27702 Author: Mike Nuss <mike@terascala.com>
27703 Date: Wed Feb 20 11:54:20 2008 -0500
27704
27705 ppc4xx: Reconfigure PLL for 667MHz processor for PPC440EPx
27706
27707 On PPC440EPx without a bootstrap I2C EEPROM, the PLL can be reconfigured
27708 after startup to change the speed of the clocks. This patch adds the
27709 option CFG_PLL_RECONFIG. If this option is set to 667, the CPU
27710 initialization code will reconfigure the PLL to run the system with a CPU
27711 frequency of 667MHz and PLB frequency of 166MHz, without the need for an
27712 external EEPROM.
27713
27714 Signed-off-by: Mike Nuss <mike@terascala.com>
27715 Acked-by: Stefan Roese <sr@denx.de>
27716
27717 commit 87c8431fe24d48121f053fe67cff4ccfe097d4d1
27718 Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
27719 Date: Thu Mar 27 09:12:40 2008 +0100
27720
27721 new-image: Fix host tool build breakage
27722
27723 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
27724
27725 commit 6fb4b640562a10daff0dbe537638d511b5b48650
27726 Author: Stefan Roese <sr@denx.de>
27727 Date: Thu Mar 27 10:24:03 2008 +0100
27728
27729 ppc: Set CFG_MEM_TOP_HIDE to 0 if not already defined
27730
27731 Signed-off-by: Stefan Roese <sr@denx.de>
27732
27733 commit 9462732a3ec551c11862450902cd8ee1bedea6d9
27734 Author: Stefan Roese <sr@denx.de>
27735 Date: Wed Mar 19 10:23:43 2008 +0100
27736
27737 ppc4xx: Add fdt support to Prodrive alpr
27738
27739 Since this board will probably be ported to arch/powerpc in the
27740 near future, we add device tree support now. This way we are
27741 "ready" for arch/powerpc from now on.
27742
27743 Signed-off-by: Stefan Roese <sr@denx.de>
27744
27745 commit 511e4f9e7f7b6719e4d91d7f0fc89412b13b5150
27746 Author: Pieter Voorthuijsen <pieter.voorthuijsen@prodrive.nl>
27747 Date: Mon Mar 17 09:27:56 2008 +0100
27748
27749 ppc4xx: Enable cache support on the ALPR board
27750
27751 Signed-off-by: Pieter Voorthuijsen <pv@prodrive.nl>
27752
27753 commit 14f73ca679f6fdb44cff0b7304d419db41a0ab69
27754 Author: Stefan Roese <sr@denx.de>
27755 Date: Wed Mar 26 10:14:11 2008 +0100
27756
27757 ppc: Add CFG_MEM_TOP_HIDE option to hide memory area that doesn't get "touched"
27758
27759 If CFG_MEM_TOP_HIDE is defined in the board config header, this specified
27760 memory area will get subtracted from the top (end) of ram and won't get
27761 "touched" at all by U-Boot. By fixing up gd->ram_size the Linux kernel
27762 should gets passed the now "corrected" memory size and won't touch it
27763 either. This should work for arch/ppc and arch/powerpc. Only Linux board
27764 ports in arch/powerpc with bootwrapper support, which recalculate the
27765 memory size from the SDRAM controller setup, will have to get fixed
27766 in Linux additionally.
27767
27768 This patch enables this config option on some PPC440EPx boards as a workaround
27769 for the CHIP 11 errata. Here the description from the AMCC documentation:
27770
27771 CHIP_11: End of memory range area restricted access.
27772 Category: 3
27773
27774 Overview:
27775 The 440EPx DDR controller does not acknowledge any
27776 transaction which is determined to be crossing over the
27777 end-of-memory-range boundary, even if the starting address is
27778 within valid memory space. Any such transaction from any PLB4
27779 master will result in a PLB time-out on PLB4 bus.
27780
27781 Impact:
27782 In case of such misaligned bursts, PLB4 masters will not
27783 retrieve any data at all, just the available data up to the
27784 end of memory, especially the 440 CPU. For example, if a CPU
27785 instruction required an operand located in memory within the
27786 last 7 words of memory, the DCU master would burst read 8
27787 words to update the data cache and cross over the
27788 end-of-memory-range boundary. Such a DCU read would not be
27789 answered by the DDR controller, resulting in a PLB4 time-out
27790 and ultimately in a Machine Check interrupt. The data would
27791 be inaccessible to the CPU.
27792
27793 Workaround:
27794 Forbid any application to access the last 256 bytes of DDR
27795 memory. For example, make your operating system believe that
27796 the last 256 bytes of DDR memory are absent. AMCC has a patch
27797 that does this, available for Linux.
27798
27799 This patch sets CFG_MEM_TOP_HIDE for the following 440EPx boards:
27800 lwmon5, korat, sequoia
27801
27802 The other remaining 440EPx board were intentionally not included
27803 since it is not clear to me, if they use the end of ram for some
27804 other purpose. This is unclear, since these boards have CONFIG_PRAM
27805 defined and even comments like this:
27806
27807 PMC440.h:
27808 /* esd expects pram at end of physical memory.
27809 * So no logbuffer at the moment.
27810 */
27811
27812 It is strongly recommended to not use the last 256 bytes on those
27813 boards too. Patches from the board maintainers are welcome.
27814
27815 Signed-off-by: Stefan Roese <sr@denx.de>
27816
27817 commit c664bf8c3c9bb9e236891f0d8dfda883e86d159b
27818 Author: Stefan Roese <sr@denx.de>
27819 Date: Thu Mar 27 10:09:05 2008 +0100
27820
27821 ppc4xx: Fix Canyonlands linker script (remove bogus ASSERT)
27822
27823 Signed-off-by: Stefan Roese <sr@denx.de>
27824
27825 commit d56a3ce179688cde61073a3690e21703d68fafd7
27826 Author: Stefan Roese <sr@denx.de>
27827 Date: Tue Mar 25 17:51:13 2008 +0100
27828
27829 ppc4xx: Correctly pass phyiscal FLASH base address into dtb
27830
27831 The routine ft_board_setup() configures the EBC NOR mappings for the
27832 Linux physmap_of driver. Since on 460EX/GT we remap the FLASH from
27833 0x4.fc00.0000 to 0x4.cc00.0000 because of the max. 16MByte boot-CS
27834 problem, we need to pass the corrected address here too.
27835
27836 Signed-off-by: Stefan Roese <sr@denx.de>
27837
27838 commit 9ad31989de12ce5c67b07c4867ead47465655c4b
27839 Author: Stefan Roese <sr@denx.de>
27840 Date: Wed Mar 19 16:35:12 2008 +0100
27841
27842 ppc4xx: Fix compilation warning in 4xx_enet.c
27843
27844 Signed-off-by: Stefan Roese <sr@denx.de>
27845
27846 commit 4c9e855734c523900322a7c3cdd9099b4f51b51d
27847 Author: Stefan Roese <sr@denx.de>
27848 Date: Wed Mar 19 16:20:49 2008 +0100
27849
27850 ppc4xx: Add AMCC Glacier 406GT eval board support
27851
27852 This patch adds support for the AMCC Glacier 460GT eval board.
27853 The main difference to the Canyonlands board are listed here:
27854
27855 - 4 ethernet ports instead of 2
27856 - no SATA port
27857 - no USB port
27858
27859 Currently EMAC2+3 are not working. This will be fixed in a later
27860 release.
27861
27862 Signed-off-by: Stefan Roese <sr@denx.de>
27863
27864 commit d8bd643141af4710d7f1b69bbab6b760de0af0a1
27865 Author: Stefan Roese <sr@denx.de>
27866 Date: Thu Mar 27 08:47:26 2008 +0100
27867
27868 ppc4xx: Mask 'vec' with 0x1f in uic_interrupt() for bit set/clear
27869
27870 Signed-off-by: Stefan Roese <sr@denx.de>
27871
27872 commit b9670dd85be6e0496ef2e231043c23cad9b1d903
27873 Author: Anatolij Gustschin <agust@denx.de>
27874 Date: Wed Mar 26 21:05:43 2008 +0100
27875
27876 Fix out of tree building issue
27877
27878 Currently U-Boot building in some external directory
27879 doesn't work. This patch tries to fix the problem.
27880
27881 Signed-off-by: Anatolij Gustschin <agust@denx.de>
27882
27883 commit d4ee711d8a5c366ee3f857c26b927d12e66614ff
27884 Author: Anatolij Gustschin <agust@denx.de>
27885 Date: Wed Mar 26 18:13:33 2008 +0100
27886
27887 README: update documentation (availability, links, etc.)
27888
27889 Fix typo in README
27890
27891 Signed-off-by: Anatolij Gustschin <agust@denx.de>
27892
27893 commit e813eae3bfeba9c0bda9d1bf9fc3d081f790972f
27894 Author: Anatolij Gustschin <agust@denx.de>
27895 Date: Wed Mar 26 17:47:44 2008 +0100
27896
27897 Fix compilation error in cmd_usb.c
27898
27899 This patch fixes compilation error
27900 cmd_usb.c: In function 'do_usb':
27901 cmd_usb.c:552: error: void value not ignored as it ought to be
27902
27903 Signed-off-by: Anatolij Gustschin <agust@denx.de>
27904
27905 commit d8c82db482d6b535d12b419d6440b88bf7091c9b
27906 Author: Timur Tabi <timur@freescale.com>
27907 Date: Fri Mar 14 17:45:29 2008 -0500
27908
27909 Add support for setting the I2C bus speed in fsl_i2c.c
27910
27911 Add support to the Freescale I2C driver (fsl_i2c.c) for setting and querying
27912 the I2C bus speed. Current 8[356]xx boards define the CFG_I2C_SPEED macro,
27913 but fsl_i2c.c ignores it and uses conservative value when programming the
27914 I2C bus speed.
27915
27916 Signed-off-by: Timur Tabi <timur@freescale.com>
27917 Acked-by: Andy Fleming <afleming@freescale.com>
27918
27919 commit d049cc7f71c0d875e8f5099d1ed23666a82b8f8e
27920 Author: Wolfgang Denk <wd@denx.de>
27921 Date: Thu Mar 27 00:03:57 2008 +0100
27922
27923 Coding style cleanup, update CHANGELOG
27924
27925 Signed-off-by: Wolfgang Denk <wd@denx.de>
27926
27927 commit fd0b1fe3c388a77e8fe00cdd930ca317a91198d4
27928 Author: Dave Liu <r63238@freescale.com>
27929 Date: Wed Mar 26 22:55:32 2008 +0800
27930
27931 drivers: add the support for Freescale SATA controller
27932
27933 Add the Freescale on-chip SATA controller driver to u-boot,
27934 The SATA controller is used on the 837x and 8315 targets,
27935 The driver can be used to load kernel, fs and dtb.
27936
27937 The features list:
27938 - 1.5/3 Gbps link speed
27939 - LBA48, LBA28 support
27940 - DMA and FPDMA support
27941 - Two ports support
27942
27943 Signed-off-by: Dave Liu <daveliu@freescale.com>
27944
27945 commit bede87f4c87c3ccd868cc60ebf792e0560c6d024
27946 Author: Dave Liu <r63238@freescale.com>
27947 Date: Wed Mar 26 22:54:44 2008 +0800
27948
27949 ata: add the readme for SATA command line
27950
27951 Signed-off-by: Dave Liu <daveliu@freescale.com>
27952
27953 commit cd54081cd479e542fc399b8a40651ff11a1ad849
27954 Author: Dave Liu <r63238@freescale.com>
27955 Date: Wed Mar 26 22:53:24 2008 +0800
27956
27957 ata: enable the sata initialize on boot up
27958
27959 Signed-off-by: Dave Liu <daveliu@freescale.com>
27960
27961 commit 69386383c5c2b323c66495b0b0cef6a9714d83bf
27962 Author: Dave Liu <r63238@freescale.com>
27963 Date: Wed Mar 26 22:52:36 2008 +0800
27964
27965 ata: add the fis struct for SATA
27966
27967 Signed-off-by: Dave Liu <daveliu@freescale.com>
27968
27969 commit ffc664e80dfb2e17de0df5ad39e91a02e9c361bc
27970 Author: Dave Liu <r63238@freescale.com>
27971 Date: Wed Mar 26 22:51:44 2008 +0800
27972
27973 ata: add the libata support
27974
27975 add simple libata support in u-boot
27976
27977 Signed-off-by: Dave Liu <daveliu@freescale.com>
27978
27979 commit 8e9bb43429e50df55fa41932cbe65841ff579220
27980 Author: Dave Liu <r63238@freescale.com>
27981 Date: Wed Mar 26 22:50:45 2008 +0800
27982
27983 ata: make the ata_piix driver using new SATA framework
27984
27985 original ata_piix driver is using IDE framework, not real
27986 SATA framework. For now, the ata_piix driver is only used
27987 by x86 sc520_cdp board. This patch makes the ata_piix driver
27988 use the new SATA framework, so
27989
27990 - remove the duplicated command stuff
27991 - remove the CONFIG_CMD_IDE define in the sc520_cdp.h
27992 - add the CONFIG_CMD_SATA define to sc520_cdp.h
27993
27994 Signed-off-by: Dave Liu <daveliu@freescale.com>
27995
27996 commit c7057b529c3c3cb9c0ac9060686a4068f1491bbe
27997 Author: Dave Liu <r63238@freescale.com>
27998 Date: Wed Mar 26 22:49:44 2008 +0800
27999
28000 ata: add the support for SATA framework
28001
28002 - add the SATA framework
28003 - add the SATA command line
28004
28005 Signed-off-by: Dave Liu <daveliu@freescale.com>
28006
28007 commit 83c7f470a4ce94f33600f11ae85ce4dcf00aa90c
28008 Author: Dave Liu <r63238@freescale.com>
28009 Date: Wed Mar 26 22:48:18 2008 +0800
28010
28011 ata: merge the header of ata_piix driver
28012
28013 move the sata.h from include/ to drivers/block/ata_piix.h
28014
28015 Signed-off-by: Dave Liu <daveliu@freescale.com>
28016
28017 commit 9eef62804d9695425b24c87b46a61a7fa74afee0
28018 Author: Dave Liu <r63238@freescale.com>
28019 Date: Wed Mar 26 22:47:06 2008 +0800
28020
28021 ata: merge the ata_piix driver
28022
28023 move the cmd_sata.c from common/ to drivers/ata_piix.c,
28024 the cmd_sata.c have some part of ata_piix controller drivers.
28025 consolidate the driver to have better framework.
28026
28027 Signed-off-by: Dave Liu <daveliu@freescale.com>
28028
28029 commit b9e749e95354f33eb5dc6653c6db7d502adb95fe
28030 Author: Markus Klotzbuecher <mk@denx.de>
28031 Date: Wed Mar 26 18:26:43 2008 +0100
28032
28033 USB, Storage: fix a bug introduced in commit
28034 f6b44e0e4d18fe507833a0f76d24a9aa72c123f1 that will cause usb_stor_info
28035 to only print only information on one storage device, but not for
28036 multiple.
28037
28038 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
28039
28040 commit 841e5edd1623f3fecb6bffc5c2f938ed7a947360
28041 Author: Anatolij Gustschin <agust@denx.de>
28042 Date: Wed Mar 26 17:47:44 2008 +0100
28043
28044 Fix compilation error in cmd_usb.c
28045
28046 This patch fixes compilation error
28047 cmd_usb.c: In function 'do_usb':
28048 cmd_usb.c:552: error: void value not ignored as it ought to be
28049
28050 Signed-off-by: Anatolij Gustschin <agust@denx.de>
28051 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
28052
28053 commit dd6c910aadf27c822f17b87eae1a9bd0b2e3aa15
28054 Author: Kumar Gala <galak@kernel.crashing.org>
28055 Date: Wed Mar 26 08:53:53 2008 -0500
28056
28057 85xx: Add cpu_mp_lmb_reserve helper to reserve boot page
28058
28059 Provide a board_lmb_reserve helper function to ensure we reserve
28060 the page of memory we are using for the boot page translation code.
28061
28062 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
28063
28064 commit 79679d80021ab095e639e250ca472fe526da02e2
28065 Author: Kumar Gala <galak@kernel.crashing.org>
28066 Date: Wed Mar 26 08:34:25 2008 -0500
28067
28068 85xx: Update multicore boot mechanism to ePAPR v0.81 spec
28069
28070 The following changes are needed to be inline with ePAPR v0.81:
28071
28072 * r4, r5 and now always set to 0 on boot release
28073 * r7 is used to pass the size of the initial map area (IMA)
28074 * EPAPR_MAGIC value changed for book-e processors
28075 * changes in the spin table layout
28076 * spin table supports a 64-bit physical release address
28077
28078 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
28079
28080 commit 25eedb2c1958a13110c7de1fc809b624053cc69c
28081 Author: Jon Loeliger <jdl@freescale.com>
28082 Date: Wed Mar 19 15:02:07 2008 -0500
28083
28084 FSL: Clean up board/freescale/common/Makefile
28085
28086 Each file that can be built here now follows some
28087 CONFIG_ option so that they are appropriately built
28088 or not, as needed. And CONFIG_ defines were added
28089 to various board config files to make sure that happens.
28090
28091 The other board/freescale/*/Makefiles no longer need
28092 to reach up and over into ../common to build their
28093 individually needed files any more.
28094
28095 Boards that are CDS specific were renamed with cds_ prefix.
28096
28097 Signed-off-by: Jon Loeliger <jdl@freescale.com>
28098
28099 commit a5af4b358a7caa9c0aa374d4d894bf762ec37669
28100 Author: Kumar Gala <galak@kernel.crashing.org>
28101 Date: Wed Feb 27 22:00:27 2008 -0600
28102
28103 85xx: Fix merge duplication
28104
28105 ft_fixup_cpu() got duplicated in some merge snafu. Remove the duplicate.
28106
28107 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
28108
28109 commit 5893b3d0a4084f87a06a5d3dc03db91206818941
28110 Author: James Yang <James.Yang@freescale.com>
28111 Date: Tue Feb 12 16:35:07 2008 -0600
28112
28113 85xx: Expand CCSR space with more DDR controller registers.
28114
28115 Signed-off-by: James Yang <James.Yang@freescale.com>
28116 Signed-off-by: Jon Loeliger <jdl@freescale.com>
28117 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
28118
28119 commit a3e77fa5359b3f9f59e4e946b46d57a53057cc85
28120 Author: James Yang <James.Yang@freescale.com>
28121 Date: Fri Feb 8 18:05:08 2008 -0600
28122
28123 85xx: Speed up get_ddr_freq() and get_bus_freq()
28124
28125 get_ddr_freq() and get_bus_freq() used get_sys_info() each time they were
28126 called. However, get_sys_info() recalculates extraneous information when
28127 called each time. Have get_ddr_freq() and get_bus_freq() return memoized
28128 values from global_data instead.
28129
28130 Signed-off-by: James Yang <James.Yang@freescale.com>
28131 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
28132
28133 commit e9ea679918fbc9a53fa2f2a904aac874ea736036
28134 Author: James Yang <James.Yang@freescale.com>
28135 Date: Fri Feb 8 16:46:27 2008 -0600
28136
28137 85xx: Show DDR memory data rate in addition to the memory clock frequency.
28138
28139 Show the DDR memory data rate in addition to the memory clock
28140 frequency. For DDR/DDR2 memories the memory data rate is 2x the
28141 memory clock.
28142
28143 Signed-off-by: James Yang <James.Yang@freescale.com>
28144 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
28145
28146 commit 591933ca6eabc440e6ed6967233aaf56fce464a3
28147 Author: James Yang <James.Yang@freescale.com>
28148 Date: Fri Feb 8 16:44:53 2008 -0600
28149
28150 85xx: get_tbclk() speed up and rounding fix
28151
28152 Speed up get_tbclk() by referencing pre-computed bus clock
28153 frequency value from global data instead of sys_info_t. Fix
28154 rounding of result to nearest; previously it was rounding
28155 upwards.
28156
28157 Signed-off-by: James Yang <James.Yang@freescale.com>
28158 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
28159
28160 commit 1ced121600b2060ab2ff9f0fddd9421fd70a0dc6
28161 Author: Andy Fleming <afleming@freescale.com>
28162 Date: Wed Feb 6 01:19:40 2008 -0600
28163
28164 Update SVR numbers to expand support
28165
28166 FSL has taken to using SVR[16:23] as an SOC sub-version field. This
28167 is used to distinguish certain variants within an SOC family. To
28168 account for this, we add the SVR_SOC_VER() macro, and update the SVR_*
28169 constants to reflect the larger value. We also add SVR numbers for all
28170 of the current variants. Finally, to make things neater, rather than
28171 use an enormous switch statement to print out the CPU type, we create
28172 and array of SVR/name pairs (using a macro), and print out the CPU name
28173 that matches the SVR SOC version.
28174
28175 Signed-off-by: Andy Fleming <afleming@freescale.com>
28176
28177 commit b83eef440cf3cef816172ccbb5897ccd8e403cf3
28178 Author: Andy Fleming <afleming@freescale.com>
28179 Date: Wed Feb 6 01:12:57 2008 -0600
28180
28181 Add the Freescale PCI device IDs
28182
28183 Signed-off-by: Andy Fleming <afleming@freescale.com>
28184
28185 commit 7aff0c051ad0613171cf2b9941ee48675c62e7cd
28186 Author: Kumar Gala <galak@kernel.crashing.org>
28187 Date: Thu Feb 14 11:04:23 2008 -0600
28188
28189 85xx: Added support for multicore boot mechanism
28190
28191 Added the cpu command that provides a generic mechanism to get status,
28192 reset, and release secondary cores in multicore processors.
28193
28194 Added support for using the ePAPR defined spin-table mechanism on 85xx.
28195
28196 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
28197 Signed-off-by: Andy Fleming <afleming@freescale.com>
28198
28199 commit ec2b74ffd36f02c6123725e7c2533dd2deaf4b64
28200 Author: Kumar Gala <galak@kernel.crashing.org>
28201 Date: Thu Jan 17 16:48:33 2008 -0600
28202
28203 85xx: Added support for multicore boot mechanism
28204
28205 Added the cpu command that provides a generic mechanism to get status,
28206 reset, and release secondary cores in multicore processors.
28207
28208 Added support for using the ePAPR defined spin-table mechanism on 85xx.
28209
28210 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
28211
28212 commit f69766e4b5d47ecd3aa58677a8da875694f364f2
28213 Author: Kumar Gala <galak@kernel.crashing.org>
28214 Date: Wed Jan 30 14:55:14 2008 -0600
28215
28216 85xx: Add the concept of CFG_CCSRBAR_PHYS
28217
28218 When we go to 36-bit physical addresses we need to keep the concept of
28219 the physical CCSRBAR address seperate from the virtual one.
28220
28221 For the majority of boards CFG_CCSBAR_PHYS == CFG_CCSRBAR
28222
28223 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
28224
28225 commit 5b5eb9ca5b778f763bcf332697b35cc1e747626e
28226 Author: Wolfgang Denk <wd@denx.de>
28227 Date: Wed Mar 26 15:38:47 2008 +0100
28228
28229 Coding style cleanup.
28230
28231 Signed-off-by: Wolfgang Denk <wd@denx.de>
28232
28233 commit da8808df7a9cef5a3d2ee286ef9ebf9de1780660
28234 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
28235 Date: Wed Mar 26 13:02:13 2008 +0100
28236
28237 Add CFG_RTC_DS1337_NOOSC to turn off OSC output
28238
28239 The default settings for RTC DS1337 keeps the OSC
28240 output, 32,768 Hz, on. This add CFG_RTC_DS1337_NOOSC to
28241 turn it off.
28242
28243 Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
28244
28245 commit 438a4c11260b4ea9805039b0b4f92f9df5306b02
28246 Author: Wolfgang Denk <wd@denx.de>
28247 Date: Wed Mar 26 11:48:46 2008 +0100
28248
28249 Cleanup coding style, update CHANGELOG
28250
28251 Signed-off-by: Wolfgang Denk <wd@denx.de>
28252
28253 commit 218ca724c08ca8a649f0917cf201cf23d4b33f39
28254 Author: Wolfgang Denk <wd@denx.de>
28255 Date: Wed Mar 26 10:40:12 2008 +0100
28256
28257 README: update documentation (availability, links, etc.)
28258
28259 Signed-off-by: Wolfgang Denk <wd@denx.de>
28260
28261 commit f6b44e0e4d18fe507833a0f76d24a9aa72c123f1
28262 Author: Aras Vaichas <arasv@magtech.com.au>
28263 Date: Tue Mar 25 12:09:07 2008 +1100
28264
28265 USB Storage, add meaningful return value
28266
28267 This patch changes the "usb storage" command to return success if it
28268 finds a USB storage device, otherwise it returns error.
28269
28270 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
28271
28272 commit 18e69a35efbb078403db0c0063986470dad7d082
28273 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
28274 Date: Fri Mar 14 23:20:18 2008 +0300
28275
28276 83xx/fdt_support: let user specifiy FSL USB Dual-Role controller role
28277
28278 Linux understands "host" (default), "peripheral" and "otg" (broken).
28279 Though, U-Boot doesn't restrict dr_mode variable to these values (think
28280 of renames in future).
28281
28282 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
28283 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
28284
28285 commit c7604783b236e368f225efb7b3efb418fe20b404
28286 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
28287 Date: Fri Mar 14 23:20:30 2008 +0300
28288
28289 tsec: fix link detection for the RTL8211B PHY
28290
28291 RTL8211B sets link state register after autonegotiation complete,
28292 so with bootdelay=0 RTL8211B will report lack of the link.
28293
28294 To fix this, we should wait for aneg to complete, even if the
28295 link is currently down.
28296
28297 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
28298 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
28299
28300 commit 7fa9cbb00dc83fcf175042b6f20c2c9bce9a15f4
28301 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
28302 Date: Mon Mar 24 20:47:09 2008 +0300
28303
28304 mpc83xx: add "fsl,soc" and "fsl,immr" compatible fixups
28305
28306 device_type = "soc" is being deprecated, newer device trees will use
28307 "fsl,soc" and/or "fsl,immr" for the soc nodes.
28308
28309 This patch also adds clock-frequency property for soc nodes (the same
28310 value as bus-frequency).
28311
28312 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
28313
28314 commit 507e2d79c91441a0bb2cd3d0c31c8bfe3f8cec07
28315 Author: Joe D'Abbraccio <ljd015@freescale.com>
28316 Date: Mon Mar 24 13:00:59 2008 -0400
28317
28318 Modified the DDR SDRAM clock control register to delay MCK/MCK_B 3/4 clock
28319
28320 With the original value of 1/2 clock cycle delay, the system ran relatively
28321 stable except when we run benchmarks that are intensive users of memory.
28322 When I run samba connected disk with a HDBENCH test, the system locks-up
28323 or reboots sporadically.
28324
28325 Signed-off by: Joe D'Abbraccio <Joe.D'abbraccio@freescale.com>
28326
28327 commit a7ba32d480a86db5db8dcd8ca66b21b4cadda923
28328 Author: Scott Wood <scottwood@freescale.com>
28329 Date: Mon Mar 24 12:44:13 2008 -0500
28330
28331 mpc83xx: Set PCI I/O bus-address base to zero.
28332
28333 The device trees for these boards describe PCI I/O as starting from
28334 address zero from the device's perspective.
28335
28336 Placing I/O elsewhere may cause problems with certain PCI boards, and may
28337 cause problems with Linux.
28338
28339 Signed-off-by: Scott Wood <scottwood@freescale.com>
28340
28341 commit f700e7df7fecf2d3765ae568ce77ce788cde4f3e
28342 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
28343 Date: Mon Mar 24 20:47:05 2008 +0300
28344
28345 mpc83xx: MPC8360E-RDK: use 33.3(3)MHz CLKIN/SYS_CLK
28346
28347 At least on the "33MHz Pilot" board crystal is actually 33.3MHz.
28348 This patch fixes "system time drifting" problem.
28349
28350 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
28351
28352 commit 3a0cfdd576dc9b16d1468d37339182607c697fb7
28353 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
28354 Date: Mon Mar 24 20:47:02 2008 +0300
28355
28356 mpc83xx: MPC8360E-RDK: define CONFIG_OF_STDOUT_VIA_ALIAS
28357
28358 This is needed to update /choosen/linux,stdout-path properly.
28359
28360 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
28361
28362 commit 3419eb62f088d7a22f1d2a3cebf76b77e408b5b9
28363 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
28364 Date: Mon Mar 24 20:47:00 2008 +0300
28365
28366 mpc83xx: MPC8360E-RDK: add dhcp command
28367
28368 Plus modify environment to use it and remove bootfile env variable,
28369 it is internal and CONFIG_BOOTFILE is used for these purposes.
28370
28371 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
28372
28373 commit d892b2dbb4087a26778bfd42470c3ea7d0e2b6aa
28374 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
28375 Date: Mon Mar 24 20:46:57 2008 +0300
28376
28377 mpc83xx: MPC8360E-RDK: rework ddr setup, enable ecc
28378
28379 Current DDR setup easily causes memory corruption, this patch fixes it.
28380
28381 Also fix TIMING_CFG0_MRS_CYC definition.
28382
28383 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
28384
28385 commit d47d49cc37a38f2719a3e1b9bbe08ac810cf2d9a
28386 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
28387 Date: Mon Mar 24 20:46:53 2008 +0300
28388
28389 mpc83xx: MPC8360E-RDK: configure pario pins for AD7843 and FHCI
28390
28391 This patch adds qe pario pins configuration for AD7843 ADC/Touchscreen
28392 controller and FHCI (QE USB).
28393
28394 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
28395
28396 commit 7ad959490962e6842648d87d4bd795ea6cdcce67
28397 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
28398 Date: Mon Mar 24 20:46:51 2008 +0300
28399
28400 mpc83xx: MPC8360E-RDK: add support for NAND
28401
28402 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
28403
28404 commit 9a3e832aeb491861d029991241572ebdf4b5b61b
28405 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
28406 Date: Mon Mar 24 20:46:46 2008 +0300
28407
28408 mpc83xx: MPC8360E-RDK: use RGMII_RXID interface mode
28409
28410 This is needed for BCM PHYs to work on this board.
28411
28412 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
28413
28414 commit 300615dc5d9b0a2022fbc6af0c13159e33fd752e
28415 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
28416 Date: Mon Mar 24 20:46:34 2008 +0300
28417
28418 uec: add support for Broadcom BCM5481 Gigabit PHY
28419
28420 This patch adds basic support for Broadcom BCM5481 PHY.
28421
28422 RXD-RXC delay quirk comes from MPC8360E-RDK BSP source, author is
28423 Peter Barada <peterb@logicpd.com>.
28424
28425 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
28426
28427 commit 6a600c3a1876bc203445df4f0fd6b12648259666
28428 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
28429 Date: Mon Mar 24 20:46:28 2008 +0300
28430
28431 uec: add support for RGMII_RXID interface mode
28432
28433 PHY drivers will use it to setup software delay between RXD and RXC
28434 signals.
28435
28436 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
28437
28438 commit 91cdaa3a9d7562b869d96774e9c9ddf142c0848d
28439 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
28440 Date: Mon Mar 24 20:46:24 2008 +0300
28441
28442 uec: add support for gbit mii status readings
28443
28444 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
28445
28446 commit aabce7fb505ffe55ebf3bf4dcafdae97a581558d
28447 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
28448 Date: Mon Mar 24 17:40:47 2008 +0300
28449
28450 83xx: define CONFIG_OF_STDOUT_VIA_ALIAS for the MPC837XERDB boards
28451
28452 This is primarily for the early console support.
28453
28454 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
28455
28456 commit 2bd7460e9283ec98565189b3cdbcfb2bcdcdd635
28457 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
28458 Date: Mon Mar 24 17:40:43 2008 +0300
28459
28460 83xx: initialize serdes for MPC837XRDB boards
28461
28462 On the MPC8377ERDB: 2 SATA and 2 PCI-E.
28463 On the MPC8378ERDB: 2 PCI-E
28464 On the MPC8379ERDB: 4 SATA
28465
28466 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
28467
28468 commit 453316a2a19642d8afcbca7452e40a6b44a197b1
28469 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
28470 Date: Mon Mar 24 17:40:32 2008 +0300
28471
28472 83xx: serdes setup routines
28473
28474 This patch adds few routines to configure serdes on 837x targets.
28475
28476 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
28477
28478 commit a796cdf9c377cb4e5d61d1079a296608f8fbd903
28479 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
28480 Date: Mon Mar 24 17:40:27 2008 +0300
28481
28482 83xx: split COBJS onto separate lines
28483
28484 ..plus get rid of some #ifdefs in the .c files.
28485
28486 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
28487
28488 commit 46a3aeea73c13ab04ebf7a8739afb87ac5da94a3
28489 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
28490 Date: Mon Mar 24 17:40:23 2008 +0300
28491
28492 83xx: nand support for MPC837XRDB boards
28493
28494 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
28495
28496 commit 82e45a204190593e8613145a928f998fb8c909c4
28497 Author: Jerry Van Baren <gvb.uboot@gmail.com>
28498 Date: Tue Mar 18 21:44:41 2008 -0400
28499
28500 Enable CONFIG_FLASH_SHOW_PROGRESS on the MPC8360EMDS.
28501
28502 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
28503 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
28504
28505 commit 0fa7a1b4719e325fce332689fb8754ec166191ff
28506 Author: Michael Barkowski <michael.barkowski@freescale.com>
28507 Date: Thu Mar 20 13:15:39 2008 -0400
28508
28509 mpc8323erdb: remove RTC and add EEPROM
28510
28511 There's no on-board RTC on the MPC8323ERDB, but there is an EEPROM.
28512
28513 Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
28514 Acked-by: Kim Phillips <kim.phillips@freescale.com>
28515
28516 commit 5bbeea86eb6afb872374cd23217cb3c1018443ed
28517 Author: Michael Barkowski <michael.barkowski@freescale.com>
28518 Date: Thu Mar 20 13:15:34 2008 -0400
28519
28520 mpc8323erdb: Improve the system performance
28521
28522 The following changes are based on kernel UCC ethernet performance:
28523
28524 1. Make the CSB bus pipeline depth as 4, and enable the repeat mode
28525 2. Optimize transactions between QE and CSB. Added CFG_SPCR_OPT
28526 switch to enable this setting.
28527
28528 The following changes are based on the App Note AN3369 and
28529 verified to improve memory latency using LMbench:
28530
28531 3. CS0_CONFIG[AP_n_EN] is changed from 1 to 0
28532 4. CS0_CONFIG[ODT_WR_CONFIG] set to 1. Was a reserved setting
28533 previously.
28534 5. TIMING_CFG_1[WRREC] is changed from 3clks to 2clks (based on
28535 Twr=15ns, and this was already the setting in DDR_MODE)
28536 6. TIMING_CFG_1[PRETOACT] is changed from 3clks to 2clks. (based on
28537 Trp=15ns)
28538 7. TIMING_CFG_1[ACTTOPRE] is changed from 9clks to 6clks. (based on
28539 Tras=40ns)
28540 8. TIMING_CFG_1[ACTTORW] is changed from 3clks to 2clks. (based on
28541 Trcd=15ns)
28542 9. TIMING_CFG_1[REFREC] changed from 21 clks to 11clks. (based on
28543 Trfc=75ns)
28544 10. TIMING_CFG_2[FOUR_ACT] is changed from 10 clks to 7clks. (based
28545 on Tfaw=50ns)
28546 11. TIMING_CFG_2[ADD_LAT] and DDR_MODE[AL] changed from 0 to 1 (based
28547 on CL=3 and WL=2).
28548
28549 Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
28550 Acked-by: Kim Phillips <kim.phillips@freescale.com>
28551
28552 commit fc549c871f43933396a5b3e21d897023d4b31b8d
28553 Author: Michael Barkowski <michael.barkowski@freescale.com>
28554 Date: Thu Mar 20 13:15:28 2008 -0400
28555
28556 mpc8323erdb: use readable DDR config macros
28557
28558 Use available shift/mask macros to define DDR configuration.
28559
28560 Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
28561 Acked-by: Kim Phillips <kim.phillips@freescale.com>
28562
28563 commit 89c7784ed90ba50301eec521144f95111e472906
28564 Author: Timur Tabi <timur@freescale.com>
28565 Date: Fri Feb 8 13:15:55 2008 -0600
28566
28567 83xx: Add Vitesse VSC7385 firmware uploading
28568
28569 Update the MPC8349E-mITX, MPC8313E-RDB, and MPC837XE-RDB board files to upload
28570 the Vitesse VSC7385 firmware. Changed CONFIG_VSC7385 to CONFIG_VSC7385_ENET.
28571 Cleaned up the board header files to make selecting the VSC7385 easier to
28572 control.
28573
28574 Signed-off-by: Timur Tabi <timur@freescale.com>
28575 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
28576
28577 commit b55d98c6d5b8694e560a0e727b14cb6921d7cfcc
28578 Author: Timur Tabi <timur@freescale.com>
28579 Date: Fri Feb 8 13:15:54 2008 -0600
28580
28581 NET: Add Vitesse VSC7385 firmware uploading
28582
28583 The Vitesse VSC7385 is a 5-port switch found on the Freescale MPC8349E-mITX
28584 and other boards. A small firwmare must be uploaded to its on-board memory
28585 before it can be enabled. This patch adds the code which uploads firmware
28586 (but not the firmware itself).
28587
28588 Previously, this feature was provided by a U-Boot application that was
28589 made available only on Freescale BSPs. The VSC7385 firmware must still
28590 be obtained separately, but at least there is no longer a need for a separate
28591 application.
28592
28593 Signed-off-by: Timur Tabi <timur@freescale.com>
28594 Acked-by: Ben Warren <biggerbadderben@gmail.com>
28595
28596 commit aa6f6d171a1f9f46ee4f03ad6acb97a6bfb71855
28597 Author: Wolfgang Denk <wd@denx.de>
28598 Date: Wed Mar 26 00:52:10 2008 +0100
28599
28600 Coding Style cleanyp; update CHANGELOG
28601
28602 Signed-off-by: Wolfgang Denk <wd@denx.de>
28603
28604 commit 43ddd9c820fec44816188f53346b464e20b3142d
28605 Author: Jerry Van Baren <gvb.uboot@gmail.com>
28606 Date: Sat Mar 22 14:23:49 2008 -0400
28607
28608 Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T
28609
28610 These defines embedded the u-boot env variables and/or the bd_t structure
28611 in the fdt blob. The conclusion of discussion on the u-boot email list
28612 was that embedding these in the fdt blob is not useful: there are better
28613 ways of passing the data (in fact, the fdt blob itself replaces the
28614 bd_t struct).
28615
28616 The only board that enables these is the stxxtc and they don't appear
28617 to be used by linux.
28618
28619 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
28620 Acked-by: Kim Phillips <kim.phillips@freescale.com>
28621
28622 commit 22ed2285743359fd1fe73e411dff914b2256e68f
28623 Author: Stefan Roese <sr@denx.de>
28624 Date: Mon Mar 17 10:49:25 2008 +0100
28625
28626 rtc: Remove 2nd reference to max6900.o in drivers/rtc/Makefile
28627
28628 Signed-off-by: Stefan Roese <sr@denx.de>
28629
28630 commit 1bb707c39a0833e91d9f797dd862aaaaf4af264d
28631 Author: Kyungmin Park <kmpark@infradead.org>
28632 Date: Mon Mar 17 08:54:06 2008 +0900
28633
28634 Add Flex-OneNAND booting support
28635
28636 Flex-OneNAND is a monolithic integrated circuit with a NAND Flash array
28637 using a NOR Flash interface. This on-chip integration enables system designers
28638 to reduce external system logic and use high-density NAND Flash
28639 in applications that would otherwise have to use more NOR components.
28640
28641 Flex-OneNAND enables users to configure to partition it into SLC and MLC areas
28642 in more flexible way. While MLC area of Flex-OneNAND can be used to store data
28643 that require low reliability and high density, SLC area of Flex-OneNAND
28644 to store data that need high reliability and high performance. Flex-OneNAND
28645 can let users take advantage of storing these two different types of data
28646 into one chip, which is making Flex-OneNAND more cost- and space-effective.
28647
28648 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
28649
28650 commit c512389cc4a10253249271ff6c887c6dab1f0db2
28651 Author: André Schwarz <andre.schwarz@matrix-vision.de>
28652 Date: Thu Mar 13 13:50:52 2008 +0100
28653
28654 MPC5200: support setup without FEC
28655
28656 Include FEC specific nodes in ft_cpu_setup only if CONFIG_MPC5xxx_FEC is
28657 defined. Systems without FEC, i.e. no FEC node in DTB, should be possible.
28658
28659 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
28660 Acked-by: Grant Likely <grant.likely@secretlab.ca>
28661
28662 commit aa3511e422946041ef626f80a05ae5e8bfc700e6
28663 Author: Jon Loeliger <jdl@freescale.com>
28664 Date: Wed Mar 5 18:05:46 2008 -0600
28665
28666 FSL: Move board/mpc8266ads under board/freescale
28667
28668 Signed-off-by: Jon Loeliger <jdl@freescale.com>
28669
28670 commit 7f1d846e5c5754449c286587d099d85246062772
28671 Author: Jon Loeliger <jdl@freescale.com>
28672 Date: Wed Mar 5 18:05:47 2008 -0600
28673
28674 FSL: Move board/mpc7448hpc2 under board/freescale
28675
28676 Signed-off-by: Jon Loeliger <jdl@freescale.com>
28677
28678 commit b7e24d283e34727c2a6cdfdac2e09a426c579b73
28679 Author: Jon Loeliger <jdl@freescale.com>
28680 Date: Wed Mar 5 18:05:45 2008 -0600
28681
28682 FSL: Move board/mpc8260ads under board/freescale
28683
28684 Signed-off-by: Jon Loeliger <jdl@freescale.com>
28685
28686 commit 6a8a5dc4759867c45aa95580deb8bf26669a5d97
28687 Author: goda.yusuke <goda.yusuke@renesas.com>
28688 Date: Wed Mar 5 17:08:33 2008 +0900
28689
28690 net: Add support AX88796L ethernet device
28691
28692 AX88796L is device of NE2000 compatible.
28693 This patch support AX88796L ethernet device.
28694
28695 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
28696 Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
28697
28698 commit e0a6140dd381e1eed1ada2291166ef2616d8822b
28699 Author: Wolfgang Denk <wd@denx.de>
28700 Date: Tue Mar 25 22:50:41 2008 +0100
28701
28702 ne2000 driver: change #ifdef to Makefile conditional compilation
28703
28704 Signed-off-by: Wolfgang Denk <wd@denx.de>
28705
28706 commit e710185aae90c64d39c2d453e40e58ceefe4f250
28707 Author: goda.yusuke <goda.yusuke@renesas.com>
28708 Date: Wed Mar 5 17:08:20 2008 +0900
28709
28710 net: Divided code of NE2000 ethernet driver
28711
28712 There are more devices of the NE2000 base.
28713 A present code is difficult for us to support more devices.
28714 To support more NE2000 clone devices, separated the function.
28715
28716 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
28717 Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
28718
28719 commit 395bce4f59a507a60a475f7ee46bed47de9482df
28720 Author: Mike Frysinger <vapier@gentoo.org>
28721 Date: Sun Feb 24 23:58:13 2008 -0500
28722
28723 net/Blackfin: move on-chip MAC driver into drivers/net/
28724
28725 The Blackfin on-chip MAC driver was being managed in the BF537-STAMP board
28726 directory, but it is not board specific, so relocate it to the drivers dir
28727 so that other Blackfin ports can utilize it.
28728
28729 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
28730
28731 commit 8a30b4700942f37495d2e67f5998cdffb6e3ba8a
28732 Author: Mike Frysinger <vapier@gentoo.org>
28733 Date: Sun Feb 24 23:52:35 2008 -0500
28734
28735 smc91111: use SSYNC() rather than asm(ssync) for Blackfin
28736
28737 Since the "ssync" instruction may have hardware anomalies associated with
28738 it, have the smc91111 driver use the SSYNC macro rather than invoking it
28739 directly. We workaround all the anomalies via this macro.
28740
28741 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
28742
28743 commit 77ff7b7444ceb8022b46114f3d0b6d18e2fd1138
28744 Author: Bryan O'Donoghue <bodonoghue@codehermit.ie>
28745 Date: Sun Feb 17 22:57:47 2008 +0000
28746
28747 8xx: Update OF support on 8xx
28748
28749 This patch does some shifting around of OF support on 8xx.
28750
28751 Signed-off-by: Bryan O'Donoghue <bodonoghue@codehermit.ie>
28752
28753 commit 9c666a7db0b2285a270c68810889ce7d5dba304b
28754 Author: Kumar Gala <galak@kernel.crashing.org>
28755 Date: Fri Feb 15 15:16:18 2008 -0600
28756
28757 ppc: Allow boards to specify how much memory they can map
28758
28759 For historical reasons we limited the stack to 256M because some boards
28760 could only map that much via BATS. However newer boards are capable of
28761 mapping more memory (for example 85xx is capble of doing up to 2G).
28762
28763 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
28764
28765 commit a6f5f317cd074bbbfa2aab4fca05904c811c19fb
28766 Author: Bryan O'Donoghue <bodonoghue@codehermit.ie>
28767 Date: Fri Feb 15 01:05:58 2008 +0000
28768
28769 8xx : Add OF support to Adder875 board port - resubmit
28770
28771 Signed-off-by: Bryan O'Donoghue <bodonoghue@codehermit.ie>
28772
28773 commit d058698fd2d9f769ff38ac53c8708b3fdd314f2d
28774 Author: Kumar Gala <galak@kernel.crashing.org>
28775 Date: Thu Feb 14 20:44:42 2008 -0600
28776
28777 Add setexpr command
28778
28779 Add a simple expr style command that will set an env variable as the result
28780 of the command. This allows us to do simple math in shell. The following
28781 operations are supported: &, |, ^, +, -, *, /.
28782
28783 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
28784
28785 commit 3f105faa64b9826e088711fdfcaa70cb1230397a
28786 Author: Jon Loeliger <jdl@freescale.com>
28787 Date: Wed Mar 5 17:27:48 2008 -0600
28788
28789 FSL: Move board/mpc7448hpc2 under board/freescale
28790
28791 Signed-off-by: Jon Loeliger <jdl@freescale.com>
28792
28793 commit 449c703374a8868453425e15da7e2f76221b72e4
28794 Author: Jon Loeliger <jdl@freescale.com>
28795 Date: Wed Mar 5 17:21:43 2008 -0600
28796
28797 FSL: Move board/mpc8266ads under board/freescale
28798
28799 Signed-off-by: Jon Loeliger <jdl@freescale.com>
28800
28801 commit 5863577989ad689427bb750107e9a75f1c1645d2
28802 Author: Jon Loeliger <jdl@freescale.com>
28803 Date: Wed Mar 5 16:41:41 2008 -0600
28804
28805 FSL: Move board/mpc8260ads under board/freescale
28806
28807 Signed-off-by: Jon Loeliger <jdl@freescale.com>
28808
28809 commit 8a773983957ee6c4aa344469b742f29c7d26afbd
28810 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28811 Date: Tue Mar 25 21:30:08 2008 +0900
28812
28813 [MIPS] Move gth2_config from ARM section to MIPS
28814
28815 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28816
28817 commit 373b16fc0c5ae34d28b9027f809ae3cbf45cdd15
28818 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28819 Date: Tue Mar 25 21:30:07 2008 +0900
28820
28821 [MIPS] Extend MIPS_MAX_CACHE_SIZE upto 64kB
28822
28823 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28824
28825 commit d98e348e2ed5aab8f7a6471ff628ab0688b8a459
28826 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28827 Date: Tue Mar 25 21:30:07 2008 +0900
28828
28829 [MIPS] Fix dcache_status()
28830
28831 You can't judge UNCACHED by Config.K0 LSB.
28832
28833 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28834
28835 commit b0c66af53ec9385ac2d1cc2e5d7d1ecdc81caf34
28836 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28837 Date: Tue Mar 25 21:30:07 2008 +0900
28838
28839 [MIPS] Introduce _machine_restart
28840
28841 Handles machine specific functions by using weak functions.
28842
28843 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28844
28845 commit decaba6f5cf386d569ac3997bebb871b966c6b18
28846 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28847 Date: Tue Mar 25 21:30:07 2008 +0900
28848
28849 [MIPS] Cleanup CP0 Status initialization
28850
28851 Add setup_c0_status from Linux. For the moment we disable interrupts, set
28852 CU0, mark the kernel mode, and clear ERL and EXL. This is good enough for
28853 reset-time configuration and will work well across most processors.
28854
28855 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28856
28857 commit d43d43ef2845af309c25a64bb9c2c5fb3261bc23
28858 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28859 Date: Tue Mar 25 21:30:07 2008 +0900
28860
28861 [MIPS] Initialize CP0 Cause before setting up CP0 Status register
28862
28863 Without this change, we'll be suffering from deffered WATCH exception
28864 once Status.EXL is cleared. Make sure Cause.WP is cleared.
28865
28866 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28867
28868 commit 26138623230ca2bad3c78e05a65527ea70c8b688
28869 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28870 Date: Tue Mar 25 21:30:07 2008 +0900
28871
28872 [MIPS] INCA-IP: Move watchdog init code from start.S to lowlevel_init()
28873
28874 Move things to appropriate place.
28875
28876 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28877
28878 commit ccf8f824ef67df028dedb29f8ea5d71a5a88d895
28879 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28880 Date: Tue Mar 25 21:30:06 2008 +0900
28881
28882 [MIPS] Implement flush_cache()
28883
28884 We do Hit_Writeback_Inv_D and Hit_Invalidate_I. You might think that you
28885 don't need to do Hit_Invalidate_I, but flush_cache() needs it since this
28886 function is used not only in U-Boot specfic programs but also at loading
28887 target binaries.
28888
28889 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28890
28891 commit 2e0e5271aac917812a76c72030a2b2c6f1d3387d
28892 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28893 Date: Tue Mar 25 21:30:06 2008 +0900
28894
28895 [MIPS] Fix I-/D-cache initialization loops
28896
28897 Currently we do 1) Index_Store_Tag_I, 2) Fill and 3) Index_Store_Tag_I
28898 again per a loop for I-cache initialization. But according to 'See MIPS
28899 Run', we're encouraged to use three separate loops rather than combining
28900 them *for both I- and D-cache*. This patch tries to fix this.
28901
28902 In accordance with fixing above, mips_init_[id]cache are separated from
28903 mips_cache_reset(), and rewrite cache loops are completely rewritten with
28904 useful macros.
28905
28906 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28907
28908 commit 1898840797c7f50799377bd5b285a8a93a82c419
28909 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28910 Date: Tue Mar 25 21:30:06 2008 +0900
28911
28912 [MIPS] Replace memory clearance code with f_fill64
28913
28914 This routine fills memory with zero by 64 bytes, and is 64-bit capable.
28915
28916 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28917
28918 commit 2f5d414ccb4024dd0992ff6b22561732dbc73590
28919 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28920 Date: Tue Mar 25 21:30:06 2008 +0900
28921
28922 [MIPS] cpu/mips/cache.S: Introduce NESTED/LEAF/END macros
28923
28924 This patch replaces the current function definitions with NESTED, LEAF
28925 and END macro. They specify some more additional information about the
28926 function; an alignment of symbol, type of symbol, stack frame usage, etc.
28927 These information explicitly tells the assembler and the debugger about
28928 the types of code we want to generate.
28929
28930 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28931
28932 commit 282223a607c611425fa33f5428f8eae6636972bb
28933 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28934 Date: Tue Mar 25 11:43:17 2008 +0900
28935
28936 [MIPS] asm headers' updates
28937
28938 Make some asm headers adjusted to the latest Linux kernel.
28939
28940 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28941
28942 commit e1390801a3c1a2b6d12fa90be368efc19f5b9bfd
28943 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28944 Date: Tue Mar 25 11:39:29 2008 +0900
28945
28946 [MIPS] Request for the 'mips_cache_lock()' removal
28947
28948 The initial intension of having mips_cache_lock() was to use the cache
28949 as memory for temporary stack use so that a C environment can be set up
28950 as early as possible.
28951
28952 But now mips_cache_lock() follow lowlevel_init(). We've already have the
28953 real memory initilaized at this point, therefore we could/should use it.
28954 No reason to lock at all.
28955
28956 Other problems:
28957
28958 Cache locking is not consistent across MIPS implementaions. Some imple-
28959 mentations don't support locking at all. The style of locking varies -
28960 some support per line locking, others per way, etc. Some parts use bits
28961 in status registers instead of cache ops. Current mips_cache_lock() is
28962 not necessarily general-purpose.
28963
28964 And this is worthy of special mention; once U-Boot/MIPS locks the lines,
28965 they are never get unlocked, so the code relies on whatever gets loaded
28966 after U-Boot to re-initialize the cache and clear the locks. We're sup-
28967 posed to have CFG_INIT_RAM_LOCK and unlock_ram_in_cache() implemented,
28968 but leave the situation as it is for a long time.
28969
28970 For these reasons, I proposed the removal of mips_cache_lock() from the
28971 global start-up code.
28972
28973 This patch adds CFG_INIT_RAM_LOCK_MIPS to make existing users aware that
28974 *things have changed*. If he wants the same behavior as before, he needs
28975 to have CFG_INIT_RAM_LOCK_MIPS in his config file.
28976
28977 If we don't have any regression report through several releases, then
28978 we'll remove codes entirely.
28979
28980 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28981 Acked-by: Andrew Dyer <amdyer@gmail.com>
28982
28983 commit 0d48926c87ec96f974a6ac4034f4a2f2eab3255f
28984 Author: Yuri Tikhonov <yur@emcraft.com>
28985 Date: Mon Mar 24 11:30:54 2008 +0100
28986
28987 lwmon5 SYSMON POST: fix backlight control
28988
28989 If the LWMON5 config has SYSMON POST among CONFIG_POSTs which may be
28990 run on the board, then the SYSMON POST controls the display backlight
28991 (doesn't switch backlight ON if POST FAILED, and does switch the
28992 backlight ON if PASSED).
28993
28994 If not, then the video driver controls the display backlight (just
28995 switch ON the backlight upon initialization).
28996
28997 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
28998
28999 commit ff2bdfb2c1e073f65c065011f1e18d0a130bd3d8
29000 Author: Yuri Tikhonov <yur@emcraft.com>
29001 Date: Mon Mar 24 11:29:14 2008 +0100
29002
29003 lwmon5 SYSMON POST: fix handling of negative temperatures
29004
29005 Fix errors in the LWMON5 Sysmon POST for negative temperatures.
29006
29007 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
29008
29009 commit 55774b512fdf63c0516d441cc5da7c54bbffb7f2
29010 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
29011 Date: Fri Mar 7 16:04:25 2008 +0900
29012
29013 pci: Add CONFIG_PCI_SKIP_HOST_BRIDGE config option
29014
29015 In current source code, when the device number of PCI is 0, process PCI
29016 bridge without fail. However, when the device number is 0, it is not PCI
29017 always bridge. There are times when device of PCI allocates.
29018
29019 When CONFIG_PCI_SKIP_HOST_BRIDGE is enable, this problem is solved when
29020 use this patch.
29021
29022 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
29023 Acked-by: Stefan Roese <sr@denx.de>
29024
29025 commit 86aea3eaefa248ffb9328e2b50c64720489cdbeb
29026 Author: Yuri Tikhonov <yur@emcraft.com>
29027 Date: Fri Mar 21 09:18:40 2008 +0100
29028
29029 LWMON5: fix dsPIC POST
29030
29031 Add test for DPIC_SYS_ERROR_REG to be zero in the LWMON5 dsPIC POST.
29032
29033 Signed-off-by: Yuri Tikhonov <yur@emcraft.com> ---
29034
29035 commit 388b82fddc7c05596f3f615f190da0448227dc82
29036 Author: Bartlomiej Sieka <tur@semihalf.com>
29037 Date: Thu Mar 20 23:23:13 2008 +0100
29038
29039 [new uImage] Enable new uImage support for the pcs440ep board.
29040
29041 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
29042
29043 commit 95f4ec2b9c910c7261e6f060ea530d58b039692d
29044 Author: Bartlomiej Sieka <tur@semihalf.com>
29045 Date: Thu Mar 20 23:23:13 2008 +0100
29046
29047 [new uImage] Do not compile new uImage format support by default
29048
29049 Disable default building of new uImage format support in preparation
29050 for merge with the master. Support for new format can be enabled on
29051 a per-board basis, by defining the following in the board's config file:
29052
29053 #define CONFIG_FIT 1
29054 #define CONFIG_OF_LIBFDT 1
29055
29056 This can be optionally defined to give more verbose output:
29057
29058 #define CONFIG_FIT_VERBOSE 1 /* enable fit_format_{error,warning}() */
29059
29060 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
29061
29062 commit dafaede8a46c7159310239e036c93e31c6374487
29063 Author: Bartlomiej Sieka <tur@semihalf.com>
29064 Date: Thu Mar 20 23:20:31 2008 +0100
29065
29066 [new uImage] Disable debuging output in preparation for merge with master
29067
29068 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
29069
29070 commit fbe7a155027beacebaee9b32e1ada781fe924bca
29071 Author: Bartlomiej Sieka <tur@semihalf.com>
29072 Date: Thu Mar 20 19:38:45 2008 +0100
29073
29074 [new uImage] Compilation and new uImage handling fixes for imxtract
29075
29076 Fix imxtract command not being compiled-in despite CONFIG_CMD_XIMG being in
29077 include/config_cmd_default.h. Fix few warnings and handling of new format
29078 images.
29079
29080 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
29081
29082 commit 36cc8cbb3379d5166f882641123521735c469f92
29083 Author: Bartlomiej Sieka <tur@semihalf.com>
29084 Date: Thu Mar 20 23:10:19 2008 +0100
29085
29086 [new uImage] Fix autoscr command used with new uImage format
29087
29088 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
29089
29090 commit 43142e817f0597be412e7cbe19413f5532eafa5d
29091 Author: Bartlomiej Sieka <tur@semihalf.com>
29092 Date: Thu Mar 20 23:10:19 2008 +0100
29093
29094 [new uImage] Fix *.its files location in documentation
29095
29096 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
29097
29098 commit 81a0ac62ea29f8252d0a714709d0ecfdbba2a15e
29099 Author: Wolfgang Denk <wd@denx.de>
29100 Date: Thu Mar 20 22:01:38 2008 +0100
29101
29102 lwmon5 POST: remove unreachable code
29103
29104 plus some coding style cleanup
29105
29106 Signed-off-by: Wolfgang Denk <wd@denx.de>
29107
29108 commit b73a19e1609d0f705cbab8014ca17aefe89e4c76
29109 Author: Yuri Tikhonov <yur@emcraft.com>
29110 Date: Thu Mar 20 17:56:04 2008 +0300
29111
29112 LWMON5: POST RTC fix
29113
29114 Modify the RTC API to provide one a status for the time reported by
29115 the rtc_get() function:
29116 0 - a reliable time is guaranteed,
29117 < 0 - a reliable time isn't guaranteed (power fault, clock issues,
29118 and so on).
29119
29120 The RTC chip drivers are responsible for providing this info if the
29121 corresponding chip supports such functionality. If not - always
29122 report that the time is reliable.
29123
29124 The POST RTC test was modified to detect the RTC faults utilizing
29125 this new rtc_get() feature.
29126
29127 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
29128
29129 commit a5cc5555ccee596908a7d8cf22a104f6b993bfd5
29130 Author: Martin Krause <martin.krause@tqs.de>
29131 Date: Wed Mar 19 14:25:14 2008 +0100
29132
29133 TQM5200B: update MTD partition layout
29134
29135 - insert partition for dtb blob to TQM5200B MTD layout
29136 - set env variables dependent on the configured board
29137 (TQM5200 or TQM5200B)
29138
29139 Signed-off-by: Martin Krause <martin.krause@tqs.de>
29140
29141 commit f0105727d132f56a21fa3ed8b162309cca6cac44
29142 Author: Stefan Roese <sr@denx.de>
29143 Date: Wed Mar 19 07:09:26 2008 +0100
29144
29145 CFI: Small cleanup for FLASH_SHOW_PROGRESS
29146
29147 With this patch we don't need that many #ifdef's in the code. It moves
29148 the subtraction into the macro and defines a NOP-macro when
29149 CONFIG_FLASH_SHOW_PROGRESS is not defined.
29150
29151 Signed-off-by: Stefan Roese <sr@denx.de>
29152 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
29153
29154 commit 9a042e9ca512beaaa2cb450274313fc477141241
29155 Author: Jerry Van Baren <gvb.uboot@gmail.com>
29156 Date: Sat Mar 8 13:48:01 2008 -0500
29157
29158 Flash programming progress countdown.
29159
29160 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
29161
29162 commit 5e339fd9ed539a7d7fec59cfc88f0857ab26a53f
29163 Author: Bartlomiej Sieka <tur@semihalf.com>
29164 Date: Wed Mar 19 10:00:06 2008 +0100
29165
29166 [new uImage] Fix style issue spotted by Wolfgang Denk <wd@denx.org>
29167
29168 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
29169
29170 commit 11abe45c48ec3485a6c1a5168ce8d79c3288adc1
29171 Author: David Gibson <david@gibson.dropbear.id.au>
29172 Date: Mon Feb 18 18:09:04 2008 +1100
29173
29174 libfdt: Remove no longer used code from fdt_node_offset_by_compatible()
29175
29176 Since fdt_node_offset_by_compatible() was converted to the new
29177 fdt_next_node() iterator, a chunk of initialization code became
29178 redundant, but was not removed by oversight. This patch cleans it up.
29179
29180 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
29181
29182 commit d0ccb9b140b472039732de102fc14597eedb14df
29183 Author: David Gibson <david@gibson.dropbear.id.au>
29184 Date: Mon Feb 18 18:06:31 2008 +1100
29185
29186 libfdt: Trivial cleanup for CHECK_HEADER)
29187
29188 Currently the CHECK_HEADER() macro is defined local to fdt_ro.c.
29189 However, there are a handful of functions (fdt_move, rw_check_header,
29190 fdt_open_into) from other files which could also use it (currently
29191 they open-code something more-or-less identical). Therefore, this
29192 patch moves CHECK_HEADER() to libfdt_internal.h and uses it in those
29193 places.
29194
29195 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
29196
29197 commit fe30a354cdbb808b5f15366a935b151a4ccee74f
29198 Author: Kumar Gala <galak@kernel.crashing.org>
29199 Date: Wed Feb 20 14:32:36 2008 -0600
29200
29201 Fix fdt boardsetup command parsing
29202
29203 The introduciton of the 'fdt bootcpu' broke parsing for 'fdt boardsetup'.
29204
29205 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29206
29207 commit 804887e6001e2f00bea11431bf34d6d472512cda
29208 Author: Kumar Gala <galak@kernel.crashing.org>
29209 Date: Fri Feb 15 03:34:36 2008 -0600
29210
29211 Add sub-commands to fdt
29212
29213 fdt header - Display header info
29214 fdt bootcpu <id> - Set boot cpuid
29215 fdt memory <addr> <size> - Add/Update memory node
29216 fdt rsvmem print - Show current mem reserves
29217 fdt rsvmem add <addr> <size> - Add a mem reserve
29218 fdt rsvmem delete <index> - Delete a mem reserves
29219
29220 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29221
29222 commit f84d65f9b085ffbed464d1d58e8aaa8f5a2efc07
29223 Author: David Gibson <david@gibson.dropbear.id.au>
29224 Date: Thu Feb 14 16:50:34 2008 +1100
29225
29226 libfdt: Fix NOP handling bug in fdt_add_subnode_namelen()
29227
29228 fdt_add_subnode_namelen() has a bug if asked to add a subnode to a
29229 node which has NOP tags interspersed with its properties. In this
29230 case fdt_add_subnode_namelen() will put the new subnode before the
29231 first NOP tag, even if there are properties after it, which will
29232 result in an invalid blob.
29233
29234 This patch fixes the bug, and adds a testcase for it.
29235
29236 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
29237
29238 commit ae0b5908de3b9855f8931bc9b32c9fc4962df5a9
29239 Author: David Gibson <david@gibson.dropbear.id.au>
29240 Date: Tue Feb 12 11:58:31 2008 +1100
29241
29242 libfdt: Add and use a node iteration helper function.
29243
29244 This patch adds an fdt_next_node() function which can be used to
29245 iterate through nodes of the tree while keeping track of depth. This
29246 function is used to simplify the iteration code in a lot of other
29247 functions, and is also exported for use by library users.
29248
29249 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
29250
29251 commit 9eaeb07a7185d852c7aa10735ecd4e9edf24fb5d
29252 Author: David Gibson <david@gibson.dropbear.id.au>
29253 Date: Fri Jan 11 14:55:05 2008 +1100
29254
29255 libfdt: Add fdt_set_name() function
29256
29257 This patch adds an fdt_set_name() function to libfdt, mirroring
29258 fdt_get_name(). This is a r/w function which alters the name of a
29259 given device tree node.
29260
29261 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
29262
29263 commit 23e20aa6488e6c0622496549861bfdc74108debe
29264 Author: Yuri Tikhonov <yur@pollux.denx.de>
29265 Date: Tue Mar 18 13:33:30 2008 +0100
29266
29267 lwmon5: Fix register test logic to match the specific GDC h/w.
29268
29269 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
29270 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
29271
29272 commit 46bc0a938779aa1d664b847d36b08aa00f22e539
29273 Author: Yuri Tikhonov <yur@pollux.denx.de>
29274 Date: Tue Mar 18 13:27:57 2008 +0100
29275
29276 Fix backlight in the lwmon5 POST.
29277
29278 Backlight was switched on even when temperature was too low.
29279
29280 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
29281 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
29282
29283 commit 3d61018643a2cd38c145aa6dde53f3f5f1a0e9cf
29284 Author: Yuri Tikhonov <yur@pollux.denx.de>
29285 Date: Wed Feb 6 18:48:36 2008 +0100
29286
29287 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).
29288
29289 To enable this, alternative, configuration the U-Boot board configuration
29290 file for lwmon5 includes the definitions of alternative addresses for header
29291 (CONFIG_ALT_LH_ADDR) and buffer (CONFIG_ALT_LB_ADDR).
29292
29293 The Linux shall be configured with the CONFIG_ALT_LB_LOCATION option set,
29294 and has the BOARD_ALT_LH_ADDR and BOARD_ALT_LB_ADDR constants defined in the
29295 lwmon5 board-specific header (arch/ppc/platforms/4xx/lwmon5.h).
29296
29297 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
29298
29299 commit 0f009f781b5b88f25769e154ea4d42db13baf0c6
29300 Author: Yuri Tikhonov <yur@pollux.denx.de>
29301 Date: Mon Feb 4 17:11:53 2008 +0100
29302
29303 Add support for the lwmon5 board reset via GPIO58.
29304
29305 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
29306 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
29307
29308 commit f694e32f93565ec1fa8d0226c584d6b89e931ed9
29309 Author: Yuri Tikhonov <yur@pollux.denx.de>
29310 Date: Mon Feb 4 17:09:55 2008 +0100
29311
29312 Some fixes to dspic, fpga, and gdc post tests for lwmon5. Disable external watch-dog for now.
29313
29314 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
29315 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
29316
29317 commit b428f6a8c65c5303e5f96db8d24f2f699d94a98c
29318 Author: Yuri Tikhonov <yur@pollux.denx.de>
29319 Date: Mon Feb 4 14:11:03 2008 +0100
29320
29321 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.
29322
29323 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
29324 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
29325
29326 commit 8f15d4addd49c956412e1e3bfc764a0c8b1f3184
29327 Author: Yuri Tikhonov <yur@pollux.denx.de>
29328 Date: Mon Feb 4 14:10:42 2008 +0100
29329
29330 The patch adds new POST tests for the Lwmon5 board. These are:
29331
29332 * External Watchdog test;
29333 * dsPIC tests;
29334 * FPGA test;
29335 * GDC test;
29336 * Sysmon tests.
29337
29338 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
29339 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
29340
29341 commit c2ed33efbfff5767bca236828e021c55fd547b6c
29342 Author: Yuri Tikhonov <yur@pollux.denx.de>
29343 Date: Mon Feb 4 14:10:01 2008 +0100
29344
29345 Enable CODEC POST with CFG_POST_CODEC rather than with CFG_POST_DSP.
29346
29347 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
29348
29349 commit 3a5d1e7f1309998791702b2a559e3126781746b9
29350 Author: Yuri Tikhonov <yur@pollux.denx.de>
29351 Date: Tue Mar 18 13:33:30 2008 +0100
29352
29353 lwmon5: Fix register test logic to match the specific GDC h/w.
29354
29355 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
29356 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
29357
29358 commit 0f855a1f056a8c22116a2103a3900cbfb669df0b
29359 Author: Yuri Tikhonov <yur@pollux.denx.de>
29360 Date: Tue Mar 18 13:27:57 2008 +0100
29361
29362 Fix backlight in the lwmon5 POST.
29363
29364 Backlight was switcehd on even when temperature was too low.
29365
29366 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
29367 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
29368
29369 commit 2d991958b1e420fbfe17b128bd26ade74be5efcc
29370 Author: Yuri Tikhonov <yur@pollux.denx.de>
29371 Date: Wed Feb 6 18:48:36 2008 +0100
29372
29373 The patch introduces the alternative configuration of the log buffer for
29374 the lwmon5 board: the storage for the log-buffer itself is OCM(on-chip memory),
29375 the log-buffer header is moved to six GPT registers (PPC440EPX_GPT0_COMP1, ...,
29376 PPC440EPX_GPT0_COMP5).
29377
29378 To enable this, alternative, configuration the U-Boot board configuration
29379 file for lwmon5 includes the definitions of alternative addresses for header
29380 (CONFIG_ALT_LH_ADDR) and buffer (CONFIG_ALT_LB_ADDR).
29381
29382 The Linux shall be configured with the CONFIG_ALT_LB_LOCATION option set,
29383 and has the BOARD_ALT_LH_ADDR and BOARD_ALT_LB_ADDR constants defined in the
29384 lwmon5 board-specific header (arch/ppc/platforms/4xx/lwmon5.h).
29385
29386 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
29387
29388 commit ff818b21b069f4bc9cb73373cc5a16014be101b7
29389 Author: Yuri Tikhonov <yur@pollux.denx.de>
29390 Date: Mon Feb 4 17:11:53 2008 +0100
29391
29392 Add support for the lwmon5 board reset via GPIO58.
29393
29394 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
29395 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
29396
29397 commit 603f194e5ad81bb2ef42d6d8aaa74de175bcb411
29398 Author: Yuri Tikhonov <yur@pollux.denx.de>
29399 Date: Mon Feb 4 17:09:55 2008 +0100
29400
29401 Some fixes to dspic, fpga, and gdc post tests for lwmon5.
29402 Disable external watch-dog for now.
29403
29404 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
29405 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
29406
29407 commit e262efe35742c1ad4b0966ff501efc26f34a0aec
29408 Author: Yuri Tikhonov <yur@pollux.denx.de>
29409 Date: Mon Feb 4 14:11:03 2008 +0100
29410
29411 The patch introduces the CRITICAL feature of POST tests. If the test
29412 marked as POST_CRITICAL fails then the alternative, post_critical,
29413 boot-command is used. If this command is not defined then U-Boot
29414 enters into interactive mode.
29415
29416 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
29417 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
29418
29419 commit 65b20dcefc89618193fa51947968dada91e4c778
29420 Author: Yuri Tikhonov <yur@pollux.denx.de>
29421 Date: Mon Feb 4 14:10:42 2008 +0100
29422
29423 The patch adds new POST tests for the Lwmon5 board.
29424 These are:
29425
29426 * External Watchdog test;
29427 * dsPIC tests;
29428 * FPGA test;
29429 * GDC test;
29430 * Sysmon tests.
29431
29432 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
29433 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
29434
29435 commit 8dc3b2303d2b57c774b609ca0e7043ed8f9b88c1
29436 Author: Yuri Tikhonov <yur@pollux.denx.de>
29437 Date: Mon Feb 4 14:10:01 2008 +0100
29438
29439 Enable CODEC POST with CFG_POST_CODEC rather than with CFG_POST_DSP.
29440
29441 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
29442
29443 commit 3515fd18d4e8e44f863ac7142b55e22b109e9af2
29444 Author: Wolfgang Denk <wd@denx.de>
29445 Date: Tue Mar 18 17:35:51 2008 +0100
29446
29447 HMI1001: fix compile problem.
29448
29449 Signed-off-by: Wolfgang Denk <wd@denx.de>
29450
29451 commit 1f2a9970109cebf7446e0503b10b71f8673045ee
29452 Author: Mike Frysinger <vapier@gentoo.org>
29453 Date: Mon Feb 18 05:32:30 2008 -0500
29454
29455 Blackfin: BF537-stamp: drop board-specific flash driver for CFI
29456
29457 The parallel flash on the BF537-STAMP is CFI compliant, so there is no need
29458 for the board specific driver at all. Just use the common CFI driver.
29459
29460 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
29461
29462 commit 5b22163fef865af2b6bfb6b75f1b7bf443ce170c
29463 Author: Mike Frysinger <vapier@gentoo.org>
29464 Date: Tue Feb 19 00:36:14 2008 -0500
29465
29466 Blackfin: add proper ELF markings to some assembly functions
29467
29468 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
29469
29470 commit cf675d3b2b9c3511c1d99bc8f8f38fd2f08bfcaf
29471 Author: Mike Frysinger <vapier@gentoo.org>
29472 Date: Tue Feb 19 00:35:17 2008 -0500
29473
29474 Blackfin: new cplbinfo command for viewing cplb tables
29475
29476 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
29477
29478 commit aadb72503cd1602349a5fe53356d5f55ecc1b900
29479 Author: Mike Frysinger <vapier@gentoo.org>
29480 Date: Mon Feb 18 05:37:51 2008 -0500
29481
29482 Blackfin: update MAINTAINERS list
29483
29484 Add maintainer information for the Blackfin boards.
29485
29486 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
29487
29488 commit f7ce12cb65a30c6e152eecf26f0304b7d78cf39d
29489 Author: Mike Frysinger <vapier@gentoo.org>
29490 Date: Mon Feb 18 05:26:48 2008 -0500
29491
29492 Blackfin: convert BFIN_CPU to CONFIG_BFIN_CPU
29493
29494 Stop tying things to the processor that should be tied to other defines and
29495 change BFIN_CPU to CONFIG_BFIN_CPU so that it can be used in the build
29496 system to select the -mcpu option.
29497
29498 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
29499
29500 commit 86a20fb920bd198105acf7b1191117f566d637ed
29501 Author: Mike Frysinger <vapier@gentoo.org>
29502 Date: Sat Feb 16 07:40:36 2008 -0500
29503
29504 Blackfin: move bootldr command to common code
29505
29506 This moves the Blackfin-common bootldr command out of the BF537-STAMP
29507 specific board directory and into the common directory so that all Blackfin
29508 boards may utilize it.
29509
29510 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
29511
29512 commit decbe029b2a9d3333d02c433389b1c821eea96d7
29513 Author: Heiko Schocher <hs@denx.de>
29514 Date: Fri Mar 14 11:05:20 2008 +0100
29515
29516 mgcoge: update configuration
29517
29518 Fix configuration for mgcoge board
29519
29520 Signed-off-by: Heiko Schocher <hs@denx.de>
29521
29522 commit c136724cda0219c49f1d4b346f00da29b14fdf14
29523 Author: Wolfgang Denk <wd@denx.de>
29524 Date: Sun Mar 16 01:22:59 2008 +0100
29525
29526 drivers/rtc/Makefile: keep list sorted
29527
29528 Signed-off-by: Wolfgang Denk <wd@denx.de>
29529
29530 commit 9536dfcce03e7be4ccbceb47a08d9ba07ada362f
29531 Author: Tor Krill <tor@excito.com>
29532 Date: Sat Mar 15 15:40:26 2008 +0100
29533
29534 Add support for Intersil isl1208 RTC
29535
29536 Signed-off-by: Tor Krill <tor@excito.com>
29537
29538 commit 0210cff3d079d97b2156b13685ee8de368e68a1a
29539 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29540 Date: Sat Mar 15 17:36:41 2008 +0100
29541
29542 cramfs: Fix ifdef
29543
29544 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29545
29546 commit 0b8f2a27861a9fd06eb55a34f855ec9c5102aab4
29547 Author: Wolfgang Denk <wd@denx.de>
29548 Date: Sun Mar 16 01:12:58 2008 +0100
29549
29550 Conding style cleanup
29551
29552 Signed-off-by: Wolfgang Denk <wd@denx.de>
29553
29554 commit 41712b4e8c95dff23354bcd620e1f9477160c190
29555 Author: Stefan Roese <sr@denx.de>
29556 Date: Wed Mar 5 12:31:53 2008 +0100
29557
29558 ppc4xx: Add USB OHCI support to AMCC Canyonlands 460EX eval board
29559
29560 This patch adds USB OHCI support to the Canyonlands board port. It also
29561 enables EXT2 support.
29562
29563 Signed-off-by: Stefan Roese <sr@denx.de>
29564
29565 commit 2596f5b9d353ff3e4387a3325d05740f16958038
29566 Author: Stefan Roese <sr@denx.de>
29567 Date: Wed Mar 5 12:29:32 2008 +0100
29568
29569 usb: Add CFG_OHCI_USE_NPS to common USB-OHCI driver
29570
29571 This patch adds CFG_OHCI_USE_NPS to the common USB-OHCI driver. This
29572 way a board just needs to define this new option to enable the "force
29573 NoPowerSwitching mode" instead of adding new CPU/architecture defines
29574 to the USB source itself.
29575
29576 This new option will be used first with the new AMCC 460EX Canyonlands
29577 board port, which will be posted in a few days.
29578
29579 This patch also fixes a small compilation problem when DEBUG is enabled.
29580
29581 Signed-off-by: Stefan Roese <sr@denx.de>
29582
29583 commit 71665ebf88408ff2acb762af47989fd4365b321a
29584 Author: Stefan Roese <sr@denx.de>
29585 Date: Mon Mar 3 17:27:02 2008 +0100
29586
29587 ppc4xx: Add Canyonlands NAND booting support
29588
29589 460EX doesn't support a fixed bootstrap option to boot from 512 byte page
29590 NAND devices. The only bootstrap option for NAND booting is option F for
29591 2k page devices. So to boot from a 512 bype page device, the I2C bootstrap
29592 EEPROM needs to be programmed accordingly.
29593
29594 This patch adds basic NAND booting support for the AMCC Canyonlands aval
29595 board and also adds support to the "bootstrap" command, to enable NAND
29596 booting I2C setting.
29597
29598 Tested with 512 byte page NAND device (32MByte) on Canyonlands.
29599
29600 Signed-off-by: Stefan Roese <sr@denx.de>
29601
29602 commit c813f1f835a7edfdb929f2843b09db72cd5cd2f2
29603 Author: Stefan Roese <sr@denx.de>
29604 Date: Tue Mar 11 16:53:00 2008 +0100
29605
29606 ppc4xx: Add AMCC Canyonlands support (460EX) (3/3)
29607
29608 This patch adds support for the AMCC Canyonlands 460EX evaluation
29609 board.
29610
29611 Signed-off-by: Stefan Roese <sr@denx.de>
29612
29613 commit 6983fe21f774a924d3adb263a270bc2f301f2aa2
29614 Author: Stefan Roese <sr@denx.de>
29615 Date: Tue Mar 11 16:52:24 2008 +0100
29616
29617 ppc4xx: Add AMCC Canyonlands support (460EX) (2/3)
29618
29619 This patch adds support for the AMCC Canyonlands 460EX evaluation
29620 board.
29621
29622 Signed-off-by: Stefan Roese <sr@denx.de>
29623
29624 commit 8e1a3fe545bbcfceafe183344ebc9f1ad03819c1
29625 Author: Stefan Roese <sr@denx.de>
29626 Date: Tue Mar 11 16:51:17 2008 +0100
29627
29628 ppc4xx: Add AMCC Canyonlands support (460EX) (1/3)
29629
29630 This patch adds support for the AMCC Canyonlands 460EX evaluation
29631 board.
29632
29633 Signed-off-by: Stefan Roese <sr@denx.de>
29634
29635 commit 43c60992cdf72496e7eaaa3fbd37ebbe75835f69
29636 Author: Stefan Roese <sr@denx.de>
29637 Date: Tue Mar 11 15:11:43 2008 +0100
29638
29639 ppc4xx: Add basic support for AMCC 460EX/460GT (5/5)
29640
29641 This patch adds basic support for the AMCC 460EX/460GT PPC's.
29642
29643 Signed-off-by: Stefan Roese <sr@denx.de>
29644
29645 commit 6f2eb3f3d8ea2dbb224d0da5a12038693bab9945
29646 Author: Stefan Roese <sr@denx.de>
29647 Date: Tue Mar 11 15:11:18 2008 +0100
29648
29649 ppc4xx: Add basic support for AMCC 460EX/460GT (4/5)
29650
29651 This patch adds basic support for the AMCC 460EX/460GT PPC's.
29652
29653 Signed-off-by: Stefan Roese <sr@denx.de>
29654
29655 commit 999ecd5aca381984d8ebbeb207ece82a1c275577
29656 Author: Stefan Roese <sr@denx.de>
29657 Date: Tue Mar 11 15:07:10 2008 +0100
29658
29659 ppc4xx: Add basic support for AMCC 460EX/460GT (3/5)
29660
29661 This patch adds basic support for the AMCC 460EX/460GT PPC's.
29662
29663 Signed-off-by: Stefan Roese <sr@denx.de>
29664
29665 commit 2801b2d2a9906f206ab9ee8d0b6e746d2b7fe05a
29666 Author: Stefan Roese <sr@denx.de>
29667 Date: Tue Mar 11 15:05:50 2008 +0100
29668
29669 ppc4xx: Add basic support for AMCC 460EX/460GT (2/5)
29670
29671 This patch adds basic support for the AMCC 460EX/460GT PPC's.
29672
29673 Signed-off-by: Stefan Roese <sr@denx.de>
29674
29675 commit 8ac41e3e37c3080c6b1d9461d654161cfe2aa492
29676 Author: Stefan Roese <sr@denx.de>
29677 Date: Tue Mar 11 15:05:26 2008 +0100
29678
29679 ppc4xx: Add basic support for AMCC 460EX/460GT (1/5)
29680
29681 This patch adds basic support for the AMCC 460EX/460GT PPC's.
29682
29683 Signed-off-by: Stefan Roese <sr@denx.de>
29684
29685 commit 56e410178375d9f20be25fb24e180974f0ae120b
29686 Author: Stefan Roese <sr@denx.de>
29687 Date: Tue Feb 19 22:07:57 2008 +0100
29688
29689 ppc4xx: interrupt.c reworked
29690
29691 This patch is a rework of the 4xx interrupt handling done while
29692 adding the 460EX/GT support. Interrupts are needed on 4xx for the
29693 EMAC driver.
29694
29695 Signed-off-by: Stefan Roese <sr@denx.de>
29696
29697 commit 84a999b6cdd0b02dc7de2cacc306eaa84afe2b46
29698 Author: Stefan Roese <sr@denx.de>
29699 Date: Tue Feb 19 22:01:57 2008 +0100
29700
29701 ppc4xx: program_tlb now uses 64bit physical addess
29702
29703 This patch changes the physical addess parameter from 32bit to 64bit.
29704 This is needed for 36bit 4xx platforms to access areas located
29705 beyond the 4GB border, like SoC peripherals (EBC etc.).
29706
29707 Signed-off-by: Stefan Roese <sr@denx.de>
29708
29709 commit c3307fa186af85771924c434997089b8104c0a46
29710 Author: Stefan Roese <sr@denx.de>
29711 Date: Tue Feb 19 21:58:25 2008 +0100
29712
29713 ppc4xx: miiphy.c reworked
29714
29715 While adding the 460EX/GT support I reworked the 4xx miiphy code. It
29716 badly neede some cleanup.
29717
29718 Signed-off-by: Stefan Roese <sr@denx.de>
29719
29720 commit 88aff62df39c0756241ea9f9b5a7b3ade26cb82b
29721 Author: Stefan Roese <sr@denx.de>
29722 Date: Tue Feb 19 16:21:49 2008 +0100
29723
29724 rtc: Add M41T62 support
29725
29726 This patch add support for the STM M41T62 RTC. It is used and tested
29727 on the AMCC Canyonlands 406EX platform.
29728
29729 Signed-off-by: Stefan Roese <sr@denx.de>
29730
29731 commit 217d383e201adc7f2271145ae345ea5eae2b7170
29732 Author: Niklaus Giger <niklaus.giger@netstal.com>
29733 Date: Mon Feb 25 18:46:43 2008 +0100
29734
29735 ppc4xx: Add 405GPr based MCU25 board specific files
29736
29737 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
29738
29739 commit 75a66dcdb383863ad33f0534cfc27b7a86947dad
29740 Author: Niklaus Giger <niklaus.giger@netstal.com>
29741 Date: Mon Feb 25 18:46:42 2008 +0100
29742
29743 ppc4xx: Add 405GPr based MCU25 board config file
29744
29745 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
29746
29747 commit b05f35436b733a240559e77e46bed8439665ecc5
29748 Author: Niklaus Giger <niklaus.giger@netstal.com>
29749 Date: Mon Feb 25 18:46:41 2008 +0100
29750
29751 ppc4xx: Add 405GPr based MCU25 board. Global files
29752
29753 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
29754
29755 commit 14c27b35ac812a71abce6e3e2f4129d5e9313660
29756 Author: Niklaus Giger <niklaus.giger@netstal.com>
29757 Date: Mon Feb 25 18:37:02 2008 +0100
29758
29759 ppc4xx: HCU4/5. remove obsolete hcu_flash.c
29760
29761 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
29762
29763 commit a079494853cc2bfeddb26673219db0b4b2b31566
29764 Author: Niklaus Giger <niklaus.giger@netstal.com>
29765 Date: Mon Feb 25 18:37:01 2008 +0100
29766
29767 ppc4xx: HCU4/5. Use FLASH_CFI_LEGACY
29768
29769 Cleanup: Remove custom flash driver for 8 bit boot-eprom and replace it with
29770 the FLASH_CFI_LEGACY et al. config options.
29771
29772 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
29773
29774 commit e4170e5a50c8110f792bc37472833ae669d69951
29775 Author: Stefan Roese <sr@denx.de>
29776 Date: Tue Mar 11 13:52:25 2008 +0100
29777
29778 ppc4xx: Fix comment in 405EX DDR2 init code
29779
29780 Signed-off-by: Stefan Roese <sr@denx.de>
29781
29782 commit 766529fccc860ecb9e955b4239dff69cd9e4ea09
29783 Author: Bartlomiej Sieka <tur@semihalf.com>
29784 Date: Fri Mar 14 16:22:34 2008 +0100
29785
29786 Add MD5 support to the new uImage format
29787
29788 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
29789
29790 commit 0ede0c383530a418cf98be9122371a86573cd0db
29791 Author: Bartlomiej Sieka <tur@semihalf.com>
29792 Date: Fri Mar 14 16:22:34 2008 +0100
29793
29794 Add the MD5 algorithm
29795
29796 MD5 supoprt is turned on by defining CONFIG_MD5, the digest can be then
29797 calculated using the md5() function -- see include/md5.h for details.
29798
29799 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
29800
29801 commit b8aa57b5d4d69e8f0810a5e632c0ce41c0f46ee0
29802 Author: Wolfgang Denk <wd@denx.de>
29803 Date: Fri Mar 14 16:04:54 2008 +0100
29804
29805 tools/setlocalversion: use a git-describe-ish format
29806
29807 Change the automatic local version to have the form -nnnnn-gSHA1SUMID,
29808 where 'nnnnn' is the number of commits since the last tag (i.e.,
29809 1.3.2-rc3). This makes it much easier to recognize "newer" versions
29810 and to see how much has been changed since the referenced tag.
29811
29812 Stolen from Linux kernel's scripts/setlocalversio, see commit d882421f.
29813
29814 Signed-off-by: Wolfgang Denk <wd@denx.de>
29815
29816 commit c6dc21c84de0f159a1752c5ebd33cff843f63609
29817 Author: Wolfgang Denk <wd@denx.de>
29818 Date: Thu Mar 13 14:32:03 2008 +0100
29819
29820 HMI1001: add support for MPC5200 Rev. B processors.
29821
29822 Signed-off-by: Wolfgang Denk <wd@denx.de>
29823
29824 commit 90f13dce7a7a9a84d5730576c9a24d0dbb07cb3a
29825 Author: Wolfgang Denk <wd@denx.de>
29826 Date: Thu Mar 13 14:29:49 2008 +0100
29827
29828 TQM5200: remove dead code
29829
29830 This board never used a MGT5100 processor.
29831
29832 Signed-off-by: Wolfgang Denk <wd@denx.de>
29833
29834 commit afe45c87e3c5d77bad76b1a57dccd20764d45b5d
29835 Author: Marian Balakowicz <m8@semihalf.com>
29836 Date: Wed Mar 12 12:14:15 2008 +0100
29837
29838 [new uImage] Fix build issue on ARM
29839
29840 ARM platforms don't have a bd->bi_memsize so use bd->bi_dram[0].size instead.
29841
29842 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29843
29844 commit 3310c549a73a949430bfda90876df7552a1dab0c
29845 Author: Marian Balakowicz <m8@semihalf.com>
29846 Date: Wed Mar 12 12:13:13 2008 +0100
29847
29848 [new uImage] Add new uImage format documentation and examples
29849
29850 Create doc/uImage.FIT documentation directory with the following files:
29851 - command_syntax_extensions.txt : extended command syntax description
29852 - howto.txt : short usage howto
29853 - source_file_format.txt : internal new uImage format description
29854
29855 Add example image source files:
29856 - kernel.its
29857 - kernel_fdt.its
29858 - multi.its
29859
29860 Update README appropriately.
29861
29862 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
29863 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
29864
29865 commit 1ec73761d2e247078f4520a265d463e8b73391a2
29866 Author: Marian Balakowicz <m8@semihalf.com>
29867 Date: Wed Mar 12 10:35:52 2008 +0100
29868
29869 [new uImage] Fix definition of common bootm_headers_t fields
29870
29871 verify, autostart and lmb fields are used regardless of CONFIG_FIT
29872 setting, move their definitions to common section.
29873
29874 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
29875
29876 commit 1d1cb4270edc6a99276834064069717f9782c491
29877 Author: Marian Balakowicz <m8@semihalf.com>
29878 Date: Wed Mar 12 10:35:51 2008 +0100
29879
29880 [new uImage] Fix build problems on trab board
29881
29882 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
29883
29884 commit f773bea8e11f4a11c388dcee956b2444203e6b65
29885 Author: Marian Balakowicz <m8@semihalf.com>
29886 Date: Wed Mar 12 10:35:46 2008 +0100
29887
29888 [new uImage] Add proper ramdisk/FDT handling when FIT configuration is used
29889
29890 Save FIT configuration provied in the first bootm argument and use it
29891 when to get ramdisk/FDT subimages when second and third (ramdisk/FDT)
29892 arguments are not specified.
29893
29894 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
29895
29896 commit 2682ce8a4225f23d72bb7fed069e928dd39d34ae
29897 Author: Marian Balakowicz <m8@semihalf.com>
29898 Date: Wed Mar 12 10:33:01 2008 +0100
29899
29900 [new uImage] More verbose kernel image uncompress error message
29901
29902 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
29903
29904 commit 1372cce2b9040fb640e5032b84e3a033a22d6ff0
29905 Author: Marian Balakowicz <m8@semihalf.com>
29906 Date: Wed Mar 12 10:33:01 2008 +0100
29907
29908 [new uImage] Use show_boot_progress() for new uImage format
29909
29910 This patch allocates a set of show_boot_progress() IDs for new uImage format
29911 and adds show_boot_progress() calls in new uImage format handling code.
29912
29913 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
29914
29915 commit c28c4d193dbfb20b2dd3a5447640fd6de7fd0720
29916 Author: Marian Balakowicz <m8@semihalf.com>
29917 Date: Wed Mar 12 10:33:01 2008 +0100
29918
29919 [new uImage] Add new uImage fromat support to fpga command
29920
29921 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
29922
29923 commit 09475f7527460e426c0e0628fc5b8f3754fbaa23
29924 Author: Marian Balakowicz <m8@semihalf.com>
29925 Date: Wed Mar 12 10:33:01 2008 +0100
29926
29927 [new uImage] Add new uImage format handling to other bootm related commands
29928
29929 Updated commands:
29930
29931 docboot - cmd_doc.c
29932 fdcboot - cmd_fdc.c
29933 diskboot - cmd_ide.c
29934 nboot - cmd_nand.c
29935 scsiboot - cmd_scsi.c
29936 usbboot - cmd_usb.c
29937
29938 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
29939
29940 commit 1b7897f28d49a80d78d760ec6f6f11dc0f914338
29941 Author: Marian Balakowicz <m8@semihalf.com>
29942 Date: Wed Mar 12 10:33:00 2008 +0100
29943
29944 [new uImage] Add new uImage format support to imgextract command
29945
29946 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
29947
29948 commit 424c4abdd175d2c470510df8ce0e32d3f463ec16
29949 Author: Marian Balakowicz <m8@semihalf.com>
29950 Date: Wed Mar 12 10:33:00 2008 +0100
29951
29952 [new uImage] Add new uImage format support to autoscript routine
29953
29954 autoscript() routine is updated to accept second argument, which
29955 is only used for FIT images and provides a FIT subimage unit name.
29956
29957 autoscript() routine callers must now pass two arguments. For
29958 non-interactive use (like in cmd_load.c, cmd_net.c), new environment
29959 variable 'autoscript_uname' is introduced and used as a FIT
29960 subimage unit name source.
29961
29962 autoscript command accepts extended syntax of the addr argument:
29963 addr:<subimg_uname>
29964
29965 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
29966
29967 commit cd7c596e9f561dbbc17b717277438aee78cde14f
29968 Author: Marian Balakowicz <m8@semihalf.com>
29969 Date: Wed Mar 12 10:33:00 2008 +0100
29970
29971 [new uImage] Add new uImage format support to arch specific do_bootm_linux() routines
29972
29973 This patch updates architecture specific implementations of
29974 do_bootm_linux() adding new uImage format handling for
29975 operations like get kernel entry point address, get kernel
29976 image data start address.
29977
29978 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
29979
29980 commit 3dfe110149311425919e6d6a14b561b4207498f1
29981 Author: Marian Balakowicz <m8@semihalf.com>
29982 Date: Wed Mar 12 10:32:59 2008 +0100
29983
29984 [new uImage] Add node offsets for FIT images listed in struct bootm_headers
29985
29986 This patch adds new node offset fields to struct bootm_headers
29987 and updates bootm_headers processing code to make use of them.
29988 Saved node offsets allow to avoid repeating fit_image_get_node() calls.
29989
29990 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
29991
29992 commit bc8ed486b125452ba3bd8344f052f437329150c5
29993 Author: Marian Balakowicz <m8@semihalf.com>
29994 Date: Wed Mar 12 10:32:53 2008 +0100
29995
29996 [new uImage] ppc: Add new uImage format support to FDT handling routines
29997
29998 Support for new (FIT) format uImages is added to powerpc specific
29999 boot_get_fdt() routine which now recognizes, sanity checks FIT image
30000 and is able to access data sections of the requested component image.
30001
30002 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
30003
30004 commit a44a269a905f924b420020506a4d7d7eedcc0eaf
30005 Author: Marian Balakowicz <m8@semihalf.com>
30006 Date: Wed Mar 12 10:14:57 2008 +0100
30007
30008 [new uImage] Re-enable interrupts for non automatic booting
30009
30010 Re-enable interrupts if we return from do_bootm_<os> and 'autostart'
30011 environment variable is not set to 'yes'.
30012
30013 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
30014
30015 commit d985c8498c4e47095820da97aa722381d39172c5
30016 Author: Marian Balakowicz <m8@semihalf.com>
30017 Date: Wed Mar 12 10:14:38 2008 +0100
30018
30019 [new uImage] Remove unnecessary arguments passed to ramdisk routines
30020
30021 boot_get_ramdisk() and image_get_ramdisk() do not need all
30022 cmdtp, flag, argc and argv arguments. Simplify routines definition.
30023
30024 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
30025
30026 commit c87796483bc7c2900470dc747c367f602577608d
30027 Author: Marian Balakowicz <m8@semihalf.com>
30028 Date: Wed Mar 12 10:12:37 2008 +0100
30029
30030 [new uImage] Add new uImage format support for ramdisk handling
30031
30032 This patch updates boot_get_ramdisk() routine adding format
30033 verification and handling for new (FIT) uImages.
30034
30035 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
30036
30037 commit 6986a385671749ecb3f60cf99e9cbae8e47bb50e
30038 Author: Marian Balakowicz <m8@semihalf.com>
30039 Date: Wed Mar 12 10:01:05 2008 +0100
30040
30041 [new uImage] Add new uImage format support for kernel booting
30042
30043 New format uImages are recognized by the bootm command,
30044 validity of specified kernel component image is checked and
30045 its data section located and used for further processing
30046 (uncompress, load, etc.)
30047
30048 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
30049
30050 commit e32fea6adb620ecf2bd70acf2dd37e53df9d1547
30051 Author: Marian Balakowicz <m8@semihalf.com>
30052 Date: Tue Mar 11 12:35:20 2008 +0100
30053
30054 [new uImage] Add new uImage format support for imls and iminfo commands
30055
30056 imls and iminfo can now recognize nad print out contents of the new (FIT)
30057 format uImages.
30058
30059 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
30060
30061 commit 9d25438fe7d70cf35a8a293ea5e392fefc672613
30062 Author: Bartlomiej Sieka <tur@semihalf.com>
30063 Date: Tue Mar 11 12:34:47 2008 +0100
30064
30065 [new uImage] Add support for new uImage format to mkimage tool
30066
30067 Support for the new uImage format (FIT) is added to mkimage tool.
30068 Commandline syntax is appropriately extended:
30069
30070 mkimage [-D dtc_options] -f fit-image.its fit-image
30071
30072 mkimage (together with dtc) takes fit-image.its and referenced therein
30073 binaries (like vmlinux.bin.gz) as inputs, and produces fit-image file -- the
30074 final image that can be transferred to the target (e.g., via tftp) and then
30075 booted using the bootm command in U-Boot.
30076
30077 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
30078
30079 commit eb6175edd6c120d8b89678243e5a2be362ee8e40
30080 Author: Marian Balakowicz <m8@semihalf.com>
30081 Date: Mon Mar 10 17:53:49 2008 +0100
30082
30083 [new uImage] Make node unit names const in struct bootm_headers
30084
30085 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
30086
30087 commit 5dfb52138688ccbf0146f62683fe6217b3ce1b05
30088 Author: Marian Balakowicz <m8@semihalf.com>
30089 Date: Fri Feb 29 21:24:06 2008 +0100
30090
30091 [new uImage] New uImage low-level API
30092
30093 Add FDT-based functions for handling new format component images,
30094 configurations, node operations, property get/set, etc.
30095
30096 fit_ - routines handling global new format uImage operations
30097 like get/set top level property, process all nodes, etc.
30098 fit_image_ - routines handling component images subnodes
30099 fit_conf_ - routines handling configurations node
30100
30101 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
30102 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
30103
30104 commit 30f1806f60978d707b0cff2d7bf89d141fc24290
30105 Author: Wolfgang Denk <wd@denx.de>
30106 Date: Sun Mar 9 16:20:02 2008 +0100
30107
30108 Release v1.3.2
30109
30110 Update CHANGELOG for release.
30111
30112 Signed-off-by: Wolfgang Denk <wd@denx.de>
30113
30114 commit 5b464c289ba715d0979b6e1f94947bb8f1068d16
30115 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30116 Date: Sun Mar 9 14:52:11 2008 +0100
30117
30118 SCM: fix 'packed' attribute ignored for field of type 'can_msg_t' warnings
30119
30120 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30121 Signed-off-by: Wolfgang Denk <wd@denx.de>
30122
30123 commit db695b78515ddb88a2d4f3357c120345efbf59ec
30124 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30125 Date: Sun Mar 9 10:44:01 2008 +0100
30126
30127 scb9328: Fix flash warning: type qualifiers ignored on function return type
30128
30129 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30130
30131 commit 2b3e7e61d6a72f16aee93f870bc6af67f30758c4
30132 Author: Wolfgang Denk <wd@denx.de>
30133 Date: Sun Mar 9 10:50:41 2008 +0100
30134
30135 esd/common/fpga.c: fix indentation.
30136
30137 Signed-off-by: Wolfgang Denk <wd@denx.de>
30138
30139 commit cc3843e36453e2b8db65d7e56de938ba045016a0
30140 Author: Wolfgang Denk <wd@denx.de>
30141 Date: Sun Mar 9 10:33:31 2008 +0100
30142
30143 common/kgdb.c: fix 'dereferencing type-punned pointer' warning
30144
30145 and get rid of a couple of unneeded casts.
30146
30147 Signed-off-by: Wolfgang Denk <wd@denx.de>
30148
30149 commit 8d4f4a838d7dc7cf4de17e3e9a67e2f222b6a1c8
30150 Author: Wolfgang Denk <wd@denx.de>
30151 Date: Sun Mar 9 10:09:53 2008 +0100
30152
30153 esd/common/fpga.c: fix 'assignment of read-only location' error
30154
30155 Signed-off-by: Wolfgang Denk <wd@denx.de>
30156
30157 commit c6fe4dabac066e8758345d249032768496983a3e
30158 Author: Wolfgang Denk <wd@denx.de>
30159 Date: Sun Mar 9 02:13:19 2008 +0100
30160
30161 Makefile: make build silently again.
30162
30163 Signed-off-by: Wolfgang Denk <wd@denx.de>
30164
30165 commit 76babc86576f092573599334c85ec543fdbc6015
30166 Author: Wolfgang Denk <wd@denx.de>
30167 Date: Sun Mar 9 02:07:49 2008 +0100
30168
30169 m501sk: Fix out of tree building
30170
30171 Signed-off-by: Wolfgang Denk <wd@denx.de>
30172
30173 commit 210ed2004e062fdd03f25ab4925998aa1bd08a07
30174 Author: Wolfgang Denk <wd@denx.de>
30175 Date: Sun Mar 9 00:06:09 2008 +0100
30176
30177 ADS5121: fix out of tree build
30178
30179 and simplify Makefile a bit.
30180
30181 Signed-off-by: Wolfgang Denk <wd@denx.de>
30182
30183 commit 46cb5074a3f74de64ebd97dd0c4ec7eb3d768b93
30184 Author: Wolfgang Denk <wd@denx.de>
30185 Date: Sat Mar 8 22:35:31 2008 +0100
30186
30187 Release v1.3.2
30188
30189 Signed-off-by: Wolfgang Denk <wd@denx.de>
30190
30191 commit 78a90f827df74520e939c794fc7413dace21c4db
30192 Author: Wolfgang Denk <wd@denx.de>
30193 Date: Sat Mar 8 22:35:04 2008 +0100
30194
30195 Update CHANGELOG
30196
30197 Signed-off-by: Wolfgang Denk <wd@denx.de>
30198
30199 commit 58f3c57c6008b42e01f551d3be6efd88c14ac87f
30200 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30201 Date: Sat Mar 8 21:30:04 2008 +0100
30202
30203 esd: Fix warning: passing argument 1 of 'fpga_boot' discards qualifiers from pointer target type
30204
30205 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30206
30207 commit d75469d48c05795144f4b8ba76addbb4920a7bba
30208 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
30209 Date: Sat Mar 8 09:25:49 2008 +0900
30210
30211 net: rtl8169: Add processing when OWNbit did't enable in rtl_recv()
30212
30213 When rtl_recv() of rtl8169 is called, OWNbit of status register
30214 is not enable occasionally.
30215 rtl_recv() doesn't work normally when the driver doesn't do
30216 appropriate processing.
30217 This patch fix this problem.
30218
30219 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
30220
30221 commit 82afabfeb8ae6a27c7b396011ea99f4712aa73fa
30222 Author: Heiko Schocher <hs@denx.de>
30223 Date: Fri Mar 7 08:15:28 2008 +0100
30224
30225 mgsuvd: update board configuration
30226
30227 initialize the UPIOx controller.
30228
30229 Signed-off-by: Heiko Schocher <hs@denx.de>
30230
30231 commit e492c90c26215e459aec0fdf0f8ef1fd204988f5
30232 Author: Heiko Schocher <hs@denx.de>
30233 Date: Fri Mar 7 08:13:41 2008 +0100
30234
30235 mgcoge: update board configuration
30236
30237 add support for the config Flash.
30238 initialize the UPIOx controller.
30239
30240 Signed-off-by: Heiko Schocher <hs@denx.de>
30241
30242 commit 270fe261b7f9292800b2b3d1bf19ae7cbc880258
30243 Author: Kim Phillips <kim.phillips@freescale.com>
30244 Date: Fri Mar 7 12:27:31 2008 -0600
30245
30246 mpc83xx: make dtb basename file references equal those of linux
30247
30248 the dts file basenames were updated in linux - this helps avoid
30249 inadvertently loading any old dtbs laying around.
30250
30251 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
30252
30253 commit f30b6154f16f5ffa4a9f5bfca5e114d72b6ef675
30254 Author: Kim Phillips <kim.phillips@freescale.com>
30255 Date: Wed Feb 27 16:08:22 2008 -0600
30256
30257 net: uec_phy: actually increment the timeout counter
30258
30259 allow u-boot to recover (and, e.g., switch to another interface) in the
30260 case where a PHY does not report autonegotiation is complete within its
30261 two second timeout value.
30262
30263 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
30264
30265 commit 772003e43957ee0c895abed7cd82cbe72820cbb8
30266 Author: Markus Brunner <super.firetwister@googlemail.com>
30267 Date: Wed Mar 5 21:38:12 2008 +0100
30268
30269 fix taihu soft spi_read
30270
30271 The taihu board used gpio_read_out_bit which reads the output register and not
30272 the pin state.
30273
30274 Signed-off-by: Markus Brunner <super.firetwister@gmail.com>
30275
30276 commit fc84a8495ac750f6b4adae81f8c4f100f65b6340
30277 Author: Stefan Roese <sr@denx.de>
30278 Date: Fri Mar 7 08:01:43 2008 +0100
30279
30280 ppc4xx: Sequoia: Add device tree (fdt) Linux booting default env variables
30281
30282 Signed-off-by: Stefan Roese <sr@denx.de>
30283
30284 commit bd4458cb47abecabd406b1210457be96c69fc49d
30285 Author: Dave Liu <r63238@freescale.com>
30286 Date: Tue Mar 4 16:59:22 2008 +0800
30287
30288 837xEMDS: Improve the system performance
30289
30290 1. Make the CSB bus pipeline depth as 4, and enable
30291 the repeat mode;
30292 2. Raise the eTSEC emergency priority;
30293 3. Use the highest IP blocks clock.
30294
30295 Signed-off-by: Dave Liu <daveliu@freescale.com>
30296
30297 commit d8ab58b212481b1c57947ea21aa96c4ce800d0b4
30298 Author: Detlev Zundel <dzu@denx.de>
30299 Date: Thu Mar 6 16:45:53 2008 +0100
30300
30301 Replace "run load; run update" with conditionalized "run load update".
30302
30303 The latter version stops when "run load" fails for whatever reasons
30304 rendering the combination *a lot* more secure.
30305
30306 Signed-off-by: Detlev Zundel <dzu@denx.de>
30307
30308 commit 6bc113886d7d316df1a4e459bec8baf027518551
30309 Author: Stefan Roese <sr@denx.de>
30310 Date: Tue Mar 4 17:40:41 2008 +0100
30311
30312 net: Print error message upon net usage when no ethernet-interface is found
30313
30314 This patch fixes a problem seen on PPC4xx boards, when no MAC address is
30315 defined. Then no ethernet interface is available but a simple "tftp"
30316 command will return without any error message which is quite confusing.
30317
30318 Signed-off-by: Stefan Roese <sr@denx.de>
30319
30320 commit a30a549a3553032d809e0356306b62de0b125901
30321 Author: Jon Loeliger <jdl@freescale.com>
30322 Date: Tue Mar 4 10:03:03 2008 -0600
30323
30324 Remove erroneous or extra spd.h #includers.
30325
30326 Many of the spd.h #includers don't need it,
30327 and wanted to have spd_sdram() declared instead.
30328 Since they didn't get that, some also had open
30329 coded extern declarations of it instead or as well.
30330 Fix it all up by using spd_sdram.h where needed.
30331
30332 Signed-off-by: Jon Loeliger <jdl@freescale.com>
30333
30334 commit a4475386cef14af3fd88f0518b688e755669486d
30335 Author: Wolfgang Denk <wd@denx.de>
30336 Date: Tue Mar 4 17:41:28 2008 +0100
30337
30338 PCS440EP: fix build problems (redundant #define)
30339
30340 Signed-off-by: Wolfgang Denk <wd@denx.de>
30341
30342 commit e85e2fa85ec09a6fac2846d1d881d8737e2bbda9
30343 Author: Stefan Roese <sr@denx.de>
30344 Date: Tue Mar 4 17:39:25 2008 +0100
30345
30346 net: Print error message upon net usage when no ethernet-interface is found
30347
30348 This patch fixes a problem seen on PPC4xx boards, when no MAC address is
30349 defined. Then no ethernet interface is available but a simple "tftp"
30350 command will return without any error message which is quite confusing.
30351
30352 Signed-off-by: Stefan Roese <sr@denx.de>
30353
30354 commit 384faaafb999cae3ce447c93e28a0b7e2e5fef53
30355 Author: Wolfgang Denk <wd@denx.de>
30356 Date: Tue Mar 4 17:38:50 2008 +0100
30357
30358 W7OLMC/W7OLMG: fix build problems (redundant #define)
30359
30360 Signed-off-by: Wolfgang Denk <wd@denx.de>
30361
30362 commit f9301e1cda296245ba052d7b08321199c3d0af9d
30363 Author: Wolfgang Denk <wd@denx.de>
30364 Date: Tue Mar 4 14:58:31 2008 +0100
30365
30366 Makefile: fix problem with out-of-tree builds introduced by 5013c09f
30367
30368 Commit 5013c09f (Makefile: cleanup "clean" target) introduced a
30369 problem for out-of-tree builds which caused "make clean" to fail.
30370
30371 Signed-off-by: Wolfgang Denk <wd@denx.de>
30372
30373 commit dfece9500556bed5d8244b1c15d973cec7c25bfe
30374 Author: Wolfgang Denk <wd@denx.de>
30375 Date: Tue Mar 4 11:58:26 2008 +0100
30376
30377 examples/Makefile: build "hello_world" on 8xx, too.
30378
30379 Signed-off-by: Wolfgang Denk <wd@denx.de>
30380
30381 commit 74eb0222594fd23aafdf168e60e872814eea8b62
30382 Author: Mike Nuss <mike@terascala.com>
30383 Date: Mon Mar 3 15:27:05 2008 -0500
30384
30385 PPC4xx (Sequoia): Fix Ethernet "remote fault" problems
30386
30387 Every now and then a Sequoia board (or equivalent hardware) had
30388 problems connecting to a Gigabit capable network interface.
30389
30390 There were differences in the PHY setup between Linux and U-Boot.
30391
30392 This patch fixes the problem. Apparently "remote fault" is being set,
30393 which signals to some devices (on the other end of the cable) that a
30394 fault has occurred, while other devices ignore it. I believe the RF bit
30395 was causing the issue, but I removed T4 also, to match up with Linux.
30396
30397 Signed-off-by: Mike Nuss <mike@terascala.com>
30398
30399 commit 491fb6dea9f52fdb9cb5996e8e978b9e9685179f
30400 Author: Timur Tabi <timur@freescale.com>
30401 Date: Mon Mar 3 09:58:52 2008 -0600
30402
30403 fix QE firmware uploading limit
30404
30405 Fix a typo in qe_upload_firmware() that prevented uploading firmware on
30406 systems with more than one RISC core.
30407
30408 Signed-off-by: Timur Tabi <timur@freescale.com>
30409
30410 commit 42ba58e0c302b339a3c2faa6006a013c6f186b7a
30411 Author: Bernhard Nemec <bnemec@ganssloser.com>
30412 Date: Mon Mar 3 11:57:23 2008 +0000
30413
30414 Fix endianess problem in cramfs code (cramfs is always host-endian in Linux)
30415
30416 Originally pointed out by Laurent Pinchart <laurent.pinchart@tbox.biz>,
30417 see http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/22846
30418
30419 Signed-off-by: Bernhard Nemec <bnemec <at> ganssloser.com>
30420
30421 commit 84d0c2f1e39caff58bf765a7ab7c72da23c25ec8
30422 Author: Kim B. Heino <Kim.Heino@bluegiga.com>
30423 Date: Mon Mar 3 10:39:13 2008 +0200
30424
30425 fix copy from ram to dataflash
30426
30427 If I try to "cp.b <ram> <dataflash>", u-boot selects normal flash
30428 routines instead of dataflash. This is because it checks "if source
30429 address is not dataflash" instead of target address.
30430
30431 Signed-off-by: Kim B. Heino <Kim.Heino@bluegiga.com>
30432
30433 commit 32bf3d143a888f8deacfdcc97e898f6c06d0aea4
30434 Author: Wolfgang Denk <wd@denx.de>
30435 Date: Mon Mar 3 12:16:44 2008 +0100
30436
30437 Fix quoting problem (preboot setting) in many board config files.
30438
30439 Signed-off-by: Wolfgang Denk <wd@denx.de>
30440
30441 commit 5b0b2b6fc9fe22e3864c2a57316d91a2507ec215
30442 Author: Wolfgang Denk <wd@denx.de>
30443 Date: Mon Mar 3 12:36:49 2008 +0100
30444
30445 ADS5121: Fix default environment.
30446
30447 Signed-off-by: Wolfgang Denk <wd@denx.de>
30448
30449 commit 91c82076ae492bb1f9d9c47a481314631d32dc8e
30450 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30451 Date: Sun Mar 2 16:12:31 2008 +0100
30452
30453 Makefile: Fix missing unconfig and mkconfig use
30454
30455 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30456
30457 commit 8ce4e5c2c02cb7e8adddf7b651d3050d81ce4c1d
30458 Author: michael <trimarchi@gandalf.sssup.it>
30459 Date: Sun Mar 2 23:33:46 2008 +0100
30460
30461 Fix checking fat32 cluster size.
30462
30463 This fixes the cluster size tests in the FAT32 file system.
30464 The current implementation of VFAT support doesn't work if the
30465 referred cluster has an offset > 16bit representation, causing
30466 "fatload" and "fatls" commands etc. to fail.
30467
30468 Signed-off-by: michael trimarchi <trimarchi@gandalf.sssup.it>
30469
30470 commit 661bad63a076a96c39c64f136915f146725af92b
30471 Author: Wolfgang Denk <wd@denx.de>
30472 Date: Sun Mar 2 22:57:23 2008 +0100
30473
30474 Prepare v1.3.2-rc2 release candidate
30475
30476 Signed-off-by: Wolfgang Denk <wd@denx.de>
30477
30478 commit 76957cb3d621bf664311908e5962e151c633c285
30479 Author: Stefan Roese <sr@denx.de>
30480 Date: Sat Mar 1 12:11:40 2008 +0100
30481
30482 ppc4xx: EMAC: Fix 405EZ fifo size setup in EMAC_MR1
30483
30484 The 405EZ only supports 512 bytes of rx-/tx-fifo EMAC sizes. But
30485 currently 4k/2k is configured. This patch fixes this issue.
30486
30487 Thanks to Thomas Kindler <tkindler@lenord.de> for pointing this out.
30488
30489 Signed-off-by: Stefan Roese <sr@denx.de>
30490
30491 commit 118978c8eb43803e2794233922df4249fa278b83
30492 Author: Woodruff, Richard <r-woodruff2@ti.com>
30493 Date: Fri Feb 29 17:34:35 2008 -0600
30494
30495 Fix alignment error on ARM for modules
30496
30497 Fix alignment fault on ARM when running modules. With out an explicit
30498 linker file gcc4.2.1 will half word align __bss_start's value. The word
30499 dereference will crash hello_world.
30500
30501 signed-off-by Richard Woodruff <r-woodruff2@ti.com>
30502
30503 commit ce1120dd703e6f12c59e4eba9962356a0300b832
30504 Author: Dave Liu <r63238@freescale.com>
30505 Date: Fri Feb 29 17:45:31 2008 +0800
30506
30507 fs: Fix ext2 read issue
30508
30509 The ext2 aligned process will corrupt the key
30510 data struct, the patch fix this.
30511
30512 Signed-off-by: Dave Liu <daveliu@freescale.com>
30513
30514 commit 5013c09f7a5675952a3ca88b6bc6c924e63af33e
30515 Author: Wolfgang Denk <wd@denx.de>
30516 Date: Sun Mar 2 22:45:33 2008 +0100
30517
30518 Makefile: cleanup "clean" target
30519
30520 Make sure CDPATH settings cannot interfere.
30521 Update CHANGELOG.
30522
30523 Signed-off-by: Wolfgang Denk <wd@denx.de>
30524
30525 commit ffda586fc1373243c9794babde69500f6293a8d8
30526 Author: Li Yang <leoli@freescale.com>
30527 Date: Fri Feb 29 11:46:05 2008 +0800
30528
30529 add cscope build target
30530
30531 Add cscope build target to generate cscope database for code browsing.
30532
30533 Signed-off-by: Li Yang <leoli@freescale.com>
30534
30535 commit f655adef65e4cf6b929054b049ee19ae9b5ccbe2
30536 Author: Kim Phillips <kim.phillips@freescale.com>
30537 Date: Wed Feb 27 15:06:39 2008 -0600
30538
30539 net: uec_phy: handle 88e1111 rev.B2 erratum 5.6
30540
30541 erratum 5.6 states the autoneg completion bit is functional only if the
30542 autoneg bit is asserted.
30543
30544 This fixes any secondarily-issued networking commands on non-gigabit
30545 links on the mpc8360 mds board.
30546
30547 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
30548
30549 commit 5f91db7f582ca17b1f19f10189c025696f333d2e
30550 Author: John Rigby <jrigby@freescale.com>
30551 Date: Tue Feb 26 09:38:14 2008 -0700
30552
30553 MPC5121e ADS PCI support take 3
30554
30555 Adds PCI support for MPC5121
30556
30557 Tested with drivers/net/rtl8139.c
30558
30559 Support is conditional since PCI on old silicon does not work.
30560
30561 ads5121_PCI_config turns on PCI
30562
30563 In this version, condition compilation of PCI code has been moved
30564 from ifdef in board/ads5121/pci.c to board/ads5121/Makefile as
30565 suggested by Jean-Christophe PLAGNIOL-VILLARD
30566
30567 Signed-off-by: John Rigby <jrigby@freescale.com>
30568
30569 commit 44b4dbed4133f657705b7c5193209da9978243a7
30570 Author: Anatolij Gustschin <agust@denx.de>
30571 Date: Mon Feb 25 23:53:07 2008 +0100
30572
30573 Fix warnings while compilation of post/drivers/memory.c
30574
30575 Fix warnings while compilation with new gcc in eldk-4.2
30576
30577 Signed-off-by: Anatolij Gustschin <agust@denx.de>
30578
30579 commit 4fae35a53b3e958254d6574a1cc7e10811fc6726
30580 Author: Anatolij Gustschin <agust@denx.de>
30581 Date: Mon Feb 25 20:54:04 2008 +0100
30582
30583 ppc4xx: Fix problem in 4xx_enet.c driver
30584
30585 U-Boot crashes in the net loop if CONFIG_4xx_DCACHE is
30586 enabled. To reproduce the problem ensure that 'ethrotate'
30587 environment variable isn't set to "no" and then run
30588 "tftp 200000 not_existent_file".
30589 This patch tries to fix the issue.
30590
30591 Signed-off-by: Anatolij Gustschin <agust@denx.de>
30592
30593 commit 60ec654c5eb80d0fe0c38a3bd42140215bc06484
30594 Author: Anatolij Gustschin <agust@denx.de>
30595 Date: Mon Feb 25 20:04:20 2008 +0100
30596
30597 POST: Disable cache while SPR POST
30598
30599 Currently (since commit b2e2142c) u-boot crashes on
30600 sequoia board while SPR test if CONFIG_4xx_DCACHE is
30601 enabled. This patch disables the cache while SPR test.
30602
30603 Signed-off-by: Anatolij Gustschin <agust@denx.de>
30604
30605 commit c313b2c6c555e7d89ec59bd51c59ab164ad0105d
30606 Author: Martin Krause <martin.krause@tqs.de>
30607 Date: Mon Feb 25 17:52:40 2008 +0100
30608
30609 TQM5200: use automatic fdt memory fixup (part 2)
30610
30611 Call fdt_fixup_memory() on the boards TQM5200, TQM5200_B, TQM5200S,
30612 TB5200 and TB5200_B to fixup the /memory node with the memory values
30613 detected by U-Boot.
30614
30615 Signed-off-by: Martin Krause <martin.krause@tqs.de>
30616
30617 commit 44ceec253ea941b301abf4b079d52324def69d92
30618 Author: Martin Krause <martin.krause@tqs.de>
30619 Date: Mon Feb 25 15:17:05 2008 +0100
30620
30621 TQM5200: use automatic fdt memory fixup
30622
30623 Call fdt_fixup_memory() on the boards TQM5200, TQM5200_B, TQM5200S,
30624 TB5200 and TB5200_B to fixup the /memory node with the memory values
30625 detected by U-Boot.
30626
30627 Signed-off-by: Martin Krause <martin.krause@tqs.de>
30628
30629 commit f3a329acb26017d8e10e9c93e1e726c2a5ac634a
30630 Author: Martin Krause <martin.krause@tqs.de>
30631 Date: Mon Feb 25 13:27:52 2008 +0100
30632
30633 TQM5200: fix bug in SDRAM initialization code
30634
30635 This patch fixes a bug in the SDRAM initialization code for the
30636 TQM5200. The hi_addr bit is now set correctly. Without this patch
30637 the hi_addr bit is always set to 1, if the second SDRAM bank is
30638 not populated.
30639
30640 For other MPC5200 boards a correspondig patch has already been applied
30641 some time ago, see commit a63109281ad41b0fb489fdcb901171f76bcdbc2c.
30642
30643 Signed-off-by: Martin Krause <martin.krause@tqs.de>
30644 --
30645 Forget the first patch please. I confused flash with SDRAM in
30646 the comment ...
30647
30648 commit 217bf6b6a313d9ccb619a4dbc09f73f77cd48df1
30649 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30650 Date: Mon Feb 25 00:03:12 2008 +0100
30651
30652 mx1fs2/flash: Fix multiple compiler warnings
30653
30654 "pointer targets in assignment differ in signedness"
30655
30656 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30657
30658 commit 5599c28cef55be42a8ca6fa8086b1a44e56a85d2
30659 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30660 Date: Mon Feb 25 00:03:11 2008 +0100
30661
30662 arm-imx: Fix register definitions
30663
30664 Sync register definitions with linux
30665
30666 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30667
30668 commit c9bcf75fecc58886af77d2a571cff2eab39eab6f
30669 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30670 Date: Mon Feb 25 00:03:10 2008 +0100
30671
30672 actua1/actua2/actua3: Fix multiple unused variable warnings
30673
30674 - actua1:
30675 actux1.c: In function 'checkboard':
30676 actux1.c:92: warning: unused variable 'revision'
30677
30678 - actua2:
30679 actux2.c: In function 'checkboard':
30680 actux2.c:100: warning: unused variable 's'
30681 actux2.c:99: warning: unused variable 'revision'
30682 actux2.c: In function 'reset_phy':
30683 actux2.c:130: warning: unused variable 'i'
30684
30685 - actua3:
30686 actux3.c: In function 'checkboard':
30687 actux3.c:114: warning: unused variable 'revision'
30688
30689 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30690
30691 commit f8fa6368a6a0c02164da8e2f52f18d457c6977bd
30692 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
30693 Date: Sun Feb 24 11:44:29 2008 +0900
30694
30695 Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on 32bit targets.
30696
30697 The previous patch was lacking of i386, microblaze, nios and nios2. This
30698 patch tries to fix them.
30699
30700 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
30701
30702 commit 05e07b1ea22844e946cfcf7d5e8a0199d18d2a95
30703 Author: Marian Balakowicz <m8@semihalf.com>
30704 Date: Fri Feb 29 22:22:46 2008 +0100
30705
30706 [new uImage] Fix FDT blob totalsize calculation in boot_relocate_fdt()
30707
30708 Do not use global fdt blob pointer, calculate blob size from routine
30709 argument blob pointer.
30710
30711 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
30712
30713 commit d1cc52879c8966507dad9fb575481e6d3985e64e
30714 Author: David Gibson <david@gibson.dropbear.id.au>
30715 Date: Tue Feb 12 00:58:31 2008 +1100
30716
30717 libfdt: Add and use a node iteration helper function.
30718
30719 This patch adds an fdt_next_node() function which can be used to
30720 iterate through nodes of the tree while keeping track of depth. This
30721 function is used to simplify the iteration code in a lot of other
30722 functions, and is also exported for use by library users.
30723
30724 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
30725
30726 commit 8cf30809a82902a471866d2f07725ce3b8a22291
30727 Author: Bartlomiej Sieka <tur@semihalf.com>
30728 Date: Fri Feb 29 16:00:24 2008 +0100
30729
30730 [new uImage] Add libfdt support to mkimage
30731
30732 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
30733
30734 commit a6e530f00d31a8494a0422799b2b9a692a9c0eb9
30735 Author: Bartlomiej Sieka <tur@semihalf.com>
30736 Date: Fri Feb 29 16:00:23 2008 +0100
30737
30738 [new uImage] Add sha1.o object to mkimage binary build
30739
30740 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
30741
30742 commit df6f1b895c997978f03afe04502ee76b7ba34ab9
30743 Author: Marian Balakowicz <m8@semihalf.com>
30744 Date: Fri Feb 29 16:00:06 2008 +0100
30745
30746 [new uImage] Fix component handling for legacy multi component images
30747
30748 Use uint32_t when accessing size table in image_multi_count() and
30749 image_multi_getimg() for multi component images.
30750
30751 Add missing uimage_to_cpu() endianness conversion.
30752
30753 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
30754
30755 commit 570abb0ad120f6002bcaa3cf6f32bd4ca2e1b248
30756 Author: Marian Balakowicz <m8@semihalf.com>
30757 Date: Fri Feb 29 15:59:59 2008 +0100
30758
30759 [new uImage] Share common uImage code between mkimage and U-boot
30760
30761 This patch adds the following common routines:
30762
30763 1) Dedicated mkimage print_header() is replaced with common
30764 image_print_contents()
30765 image_print_contents_noindent()
30766
30767 2) Common os/arch/type/comp fields name <--> id translation routines
30768 genimg_get_os_name()
30769 genimg_get_arch_name()
30770 genimg_get_type_name()
30771 genimg_get_comp_name()
30772 genimg_get_os_id()
30773 genimg_get_arch_id()
30774 genimg_get_type_id()
30775 genimg_get_comp_id()
30776
30777 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
30778
30779 commit 9a4daad0a35eb5143037eea9f786a3e9d672bdd6
30780 Author: Marian Balakowicz <m8@semihalf.com>
30781 Date: Fri Feb 29 14:58:34 2008 +0100
30782
30783 [new uImage] Update naming convention for bootm/uImage related code
30784
30785 This patch introduces the following prefix convention for the
30786 image format handling and bootm related code:
30787
30788 genimg_ - dual format shared code
30789 image_ - legacy uImage format specific code
30790 fit_ - new uImage format specific code
30791 boot_ - booting process related code
30792
30793 Related routines are renamed and a few pieces of code are moved around and
30794 re-grouped.
30795
30796 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
30797
30798 commit 75fa002c47171b73fb4c1f2c2fe4d6391c136276
30799 Author: Kumar Gala <galak@kernel.crashing.org>
30800 Date: Wed Feb 27 21:51:51 2008 -0600
30801
30802 [new uImage] Respect autostart setting in linux bootm
30803
30804 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30805 Acked-by: Marian Balakowicz <m8@semihalf.com>
30806
30807 commit d3f2fa0d278467b2232e4eb2372f905c3febfbeb
30808 Author: Kumar Gala <galak@kernel.crashing.org>
30809 Date: Wed Feb 27 21:51:50 2008 -0600
30810
30811 [new uImage] Provide ability to restrict region used for boot images
30812
30813 Allow the user to set 'bootm_low' and 'bootm_size' env vars as a way
30814 to restrict what memory range is used for bootm.
30815
30816 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30817 Acked-by: Marian Balakowicz <m8@semihalf.com>
30818
30819 commit e822d7fc4dd4755d4d0a22f05e33f33d1a0481da
30820 Author: Kumar Gala <galak@kernel.crashing.org>
30821 Date: Wed Feb 27 21:51:49 2008 -0600
30822
30823 [new uImage] Use lmb for bootm allocations
30824
30825 Convert generic ramdisk_high(), get_boot_cmdline(), get_boot_kbd()
30826 functions over to using lmb for allocation of the ramdisk, command line
30827 and kernel bd info.
30828
30829 Convert PPC specific fdt_relocate() to use lmb for allocation of the device
30830 tree.
30831
30832 Provided a weak function that board code can call to do additional
30833 lmb reserves if needed.
30834
30835 Also introduce the concept of bootmap_base to specify the offset in
30836 physical memory that the bootmap is located at. This is used for
30837 allocations of the cmdline, kernel bd, and device tree as they should
30838 be contained within bootmap_base and bootmap_base + CFG_BOOTMAPSZ.
30839
30840 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30841
30842 commit f5614e7926863bf0225ec860d9b319741a9c4004
30843 Author: Kumar Gala <galak@kernel.crashing.org>
30844 Date: Wed Feb 27 21:51:48 2008 -0600
30845
30846 [new uImage] Add autostart flag to bootm_headers structure
30847
30848 The autostart env variable was dropped as part of the initial new uImage
30849 cleanup. Add it back here so the arch specific code can decide if it
30850 wants to really boot or not.
30851
30852 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30853 Acked-by: Marian Balakowicz <m8@semihalf.com>
30854
30855 commit 4ed6552f715983bfc7d212c1199a1f796f1144ad
30856 Author: Kumar Gala <galak@kernel.crashing.org>
30857 Date: Wed Feb 27 21:51:47 2008 -0600
30858
30859 [new uImage] Introduce lmb from linux kernel for memory mgmt of boot images
30860
30861 Introduce the LMB lib used on PPC in the kernel as a clean way to manage
30862 the memory spaces used by various boot images and structures. This code
30863 will allow us to simplify the code in bootm and its support functions.
30864
30865 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30866
30867 commit 4648c2e7a173b0d7f17bef4adaa0623090c9e904
30868 Author: Kumar Gala <galak@kernel.crashing.org>
30869 Date: Tue Feb 19 22:03:47 2008 -0600
30870
30871 [new uImage] ppc: Allow boards to specify effective amount of memory
30872
30873 For historical reasons we limited the stack to 256M because some boards
30874 could only map that much via BATS. However newer boards are capable of
30875 mapping more memory (for example 85xx is capable of doing up to 2G).
30876
30877 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30878 Acked-by: Marian Balakowicz <m8@semihalf.com>
30879
30880 commit 274cea2bddbca10cdad7daa518951b75c44ef6bc
30881 Author: Kumar Gala <galak@kernel.crashing.org>
30882 Date: Wed Feb 27 21:51:46 2008 -0600
30883
30884 [new uImage] rework error handling so common functions don't reset
30885
30886 Changed image_get_ramdisk() to just return NULL on error and have
30887 get_ramdisk() propogate that error to the caller. It's left to the
30888 caller to call do_reset() if it wants to.
30889
30890 Also moved calling do_reset() in get_fdt() and fdt_relocate() on ppc
30891 to a common location. In the future we will change get_fdt() and
30892 fdt_relocate() to return success/failure and not call do_reset() at all.
30893
30894 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30895 Acked-by: Marian Balakowicz <m8@semihalf.com>
30896
30897 commit d2bc095a639672def11d5d043b5688d0dbd692ec
30898 Author: Kumar Gala <galak@kernel.crashing.org>
30899 Date: Wed Feb 27 21:51:45 2008 -0600
30900
30901 [new uImage] ppc: Re-order ramdisk/fdt handling sequence
30902
30903 Doing the fdt before the ramdisk allows us to grow the fdt w/o concern
30904 however it does mean we have to go in and fixup the initrd info since
30905 we don't know where it will be.
30906
30907 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30908
30909 commit 27953493ef025fb698d68c5dee39b36f01f4d530
30910 Author: Kumar Gala <galak@kernel.crashing.org>
30911 Date: Wed Feb 27 21:51:44 2008 -0600
30912
30913 [new uImage] ppc: Determine if we are booting an OF style
30914
30915 If we are bootin OF style than we can skip setting up some things
30916 that are used for the old boot method.
30917
30918 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30919 Acked-by: Marian Balakowicz <m8@semihalf.com>
30920
30921 commit a6612bdfe7ef37b9787b66800cf02aaded05fbeb
30922 Author: Kumar Gala <galak@kernel.crashing.org>
30923 Date: Wed Feb 27 21:51:43 2008 -0600
30924
30925 [new uImage] Don't pass kdb to ramdisk_high since we may not have one
30926
30927 We don't actually need the kdb param as we are just using it to get
30928 bd->bi_memsize which we can get from gd->bd->bi_memsize. Also, if we
30929 boot via OF we might not actually fill out a kdb.
30930
30931 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30932 Acked-by: Marian Balakowicz <m8@semihalf.com>
30933
30934 commit 2b22fa4baee51e6b467c44ea1be0d1ecd86e8775
30935 Author: Kumar Gala <galak@kernel.crashing.org>
30936 Date: Wed Feb 27 16:30:47 2008 -0600
30937
30938 85xx: Don't icbi when unlocking the cache
30939
30940 There is no reason to icbi when invalidating the temporary stack in
30941 the d-cache. Its impossible on e500 to have the i-cache contain
30942 any addresses in the temp stack and it can be problematic in generating
30943 transactions on the bus to non-valid addresses.
30944
30945 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30946
30947 commit 534ea6b6f86f8b75ef2ac061ef110a98f103d7d6
30948 Author: Andy Fleming <afleming@freescale.com>
30949 Date: Wed Feb 27 15:50:50 2008 -0600
30950
30951 Fix source for ECM error IVPR
30952
30953 The source vector for the ECM was being set to 2,
30954 but that's what the source vector for DDR was being
30955 set to. Change it to 1.
30956
30957 Signed-off-by: Andy Fleming <afleming@freescale.com>
30958
30959 commit 21fae8b2b4e4e6e648796e07e20ab13e9cb18923
30960 Author: Andy Fleming <afleming@freescale.com>
30961 Date: Wed Feb 27 14:29:58 2008 -0600
30962
30963 Invalidate INIT_RAM TLB mappings
30964
30965 Commit 0db37dc... (and some others) changed the INIT_RAM TLB
30966 mappings to be unguarded. This collided with an existing "bug"
30967 where the mappings for the INIT_RAM were being kept around.
30968 This meant that speculative loads to those addresses were
30969 succeeding in the TLB, and going out to the bus, where they
30970 were causing an exception (there's nothing at that address). The
30971 Flash code was coincidentally causing such a speculative load.
30972 Rather than go back to mapping the INIT RAM as guarded, we fix
30973 it so that the entries for the INIT_RAM are invalidated. Thus
30974 the speculative loads will fail in the TLB, and have no effect.
30975
30976 Signed-off-by: Andy Fleming <afleming@freescale.com>
30977
30978 commit 347b7938d3e561eb215aa386c37fb5acb5a383c6
30979 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30980 Date: Sun Feb 17 22:56:17 2008 +0100
30981
30982 sbc8548: Fix Revision reading and unused variable 'path'
30983
30984 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30985
30986 commit 495d162374c472f46454453553382ad0735dc725
30987 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30988 Date: Sun Feb 17 22:56:16 2008 +0100
30989
30990 sbc8548: Fix cfi flash bank declaration
30991
30992 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30993
30994 commit 4efbe9dbb129f857f27856936112c8c02f016be6
30995 Author: Marian Balakowicz <m8@semihalf.com>
30996 Date: Wed Feb 27 11:02:26 2008 +0100
30997
30998 [new uImage] Correct raw FDT blob handlig when CONFIG_FIT is disabled
30999
31000 Dual format image code must properly handle all three FDT passing methods:
31001 - raw FDT blob passed
31002 - FDT blob embedded in the legacy uImage
31003 - FDT blob embedded in the new uImage
31004
31005 This patch enables proper raw FDT handling when no FIT imaeg support
31006 is compiled in. This is a bit tricky as we must dected FIT format even
31007 when FIT uImage handling is not enabled as both FIT uImages and raw FDT
31008 blobs use tha same low level format (libfdt).
31009
31010 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
31011
31012 commit ff0734cff0fb5397ce2f4602f4f3e5ec9c8a36e8
31013 Author: Marian Balakowicz <m8@semihalf.com>
31014 Date: Wed Feb 27 11:02:26 2008 +0100
31015
31016 [new uImage] POWERPC: Add image_get_fdt() routine
31017
31018 FDT blob may be passed either: (1) raw (2) or embedded in the legacy uImage
31019 (3) or embedded in the new uImage. For the (2) case embedding image must be
31020 verified before we get FDT from it. This patch factors out legacy image
31021 specific verification routine to the separate helper routine.
31022
31023 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
31024 Acked-by: Kumar Gala <galak@kernel.crashing.org>
31025
31026 commit 1efd43601f90de21ec6c0ebb9880823e822927b1
31027 Author: Marian Balakowicz <m8@semihalf.com>
31028 Date: Wed Feb 27 11:02:07 2008 +0100
31029
31030 [new uImage] Add image_get_kernel() routine
31031
31032 Legacy image specific verification is factored out to a separate helper
31033 routine to keep get_kernel() generic and simple.
31034
31035 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
31036 Acked-by: Kumar Gala <galak@kernel.crashing.org>
31037
31038 commit 8a5ea3e6168fe6a2780eeaf257a3b19f30dec658
31039 Author: Marian Balakowicz <m8@semihalf.com>
31040 Date: Wed Feb 27 11:01:04 2008 +0100
31041
31042 [new uImage] Move image verify flag to bootm_headers structure
31043
31044 Do not pass image verification flag directly to related routines.
31045 Simplify argument passing and move it to the bootm_header structure which
31046 contains curently processed image specific data and is already being passed
31047 on the argument list.
31048
31049 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
31050 Acked-by: Kumar Gala <galak@kernel.crashing.org>
31051
31052 commit 823afe7cefe00dafefc6696c1cc7aa828c394234
31053 Author: Marian Balakowicz <m8@semihalf.com>
31054 Date: Wed Feb 27 11:00:47 2008 +0100
31055
31056 [Makefile] Sort COBJS in lib_<arch> Makefiles
31057
31058 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
31059
31060 commit 6f0f9dfc4ee880fbf400a2ebe14238181a6c3f91
31061 Author: Marian Balakowicz <m8@semihalf.com>
31062 Date: Wed Feb 27 11:00:47 2008 +0100
31063
31064 [new uImage] Optimize gen_get_image() flow control
31065
31066 When CONFIG_HAS_DATAFLASH is not defined gen_get_image() routine has nothing
31067 to do, update its control flow to better reflect that simple case.
31068
31069 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
31070 Acked-by: Kumar Gala <galak@kernel.crashing.org>
31071
31072 commit d2ced9eb19ec74f4a359949dbe353427fa6d55ca
31073 Author: Marian Balakowicz <m8@semihalf.com>
31074 Date: Mon Feb 4 08:28:17 2008 +0100
31075
31076 [new uImage] POWERPC: Split get_fdt() into get and relocate routines
31077
31078 PPC specific FDT blob handling code is divided into two separate routines:
31079
31080 get_fdt() - find and verify a FDT blob (either raw or image embedded)
31081 fdt_relocate() - move FDT blob to within BOOTMAP if needed
31082
31083 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
31084 Acked-by: Kumar Gala <galak@kernel.crashing.org>
31085
31086 commit 33fa5c0bfaf465de8ceb23fcd6b397f68b35a817
31087 Author: Jon Loeliger <jdl@freescale.com>
31088 Date: Mon Feb 25 13:13:37 2008 -0600
31089
31090 86xx: Fix renamed GUR symbols in sbc8641d board.
31091
31092 Back in commit a551cee99ad1d1da20fd23ad265de47448852f56
31093 (86xx: Fix GUR PCI config registers properly), we should have
31094 changed the MPC86xx_PORBMSR_HA and MPC86xx_PORDEVSR_IO_SEL
31095 symbols in the sbc8641d board as well. Fix this oversight.
31096
31097 Signed-off-by: Jon Loeliger <jdl@freescale.com>
31098
31099 commit 64cd594e623c39f73964d18787763e4533f791f7
31100 Author: Stefan Roese <sr@denx.de>
31101 Date: Mon Feb 25 16:50:48 2008 +0100
31102
31103 ppc4xx: Fix acadia_nand build problem
31104
31105 Don't include testdram() on NAND-booting target acadia_nand. This saves
31106 a few bytes and makes the target build clean again.
31107
31108 Signed-off-by: Stefan Roese <sr@denx.de>
31109
31110 commit 14e099e698d41e8179d05c2b2dbcf704a236f748
31111 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31112 Date: Sun Feb 24 23:03:12 2008 +0000
31113
31114 mx1fs2/flash: Fix multiple pointertargets in assignment differ in signedness
31115
31116 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31117
31118 commit 724902c8464e610642b3a170278b99710325888e
31119 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31120 Date: Sun Feb 24 23:03:11 2008 +0000
31121
31122 arm-imx: Fix registers definition
31123
31124 Sync registers definition with linux
31125
31126 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31127
31128 commit 4cd288b589ea1178947c6e364453c32b3dede6b7
31129 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31130 Date: Sun Feb 24 23:03:10 2008 +0000
31131
31132 actua1/actua2/actua3: Fix multipleunused variable
31133
31134 - actua1:
31135 actux1.c: In function 'checkboard':
31136 actux1.c:92: warning: unused variable 'revision'
31137
31138 - actua2:
31139 actux2.c: In function 'checkboard':
31140 actux2.c:100: warning: unused variable 's'
31141 actux2.c:99: warning: unused variable 'revision'
31142 actux2.c: In function 'reset_phy':
31143 actux2.c:130: warning: unused variable 'i'
31144
31145 - actua3:
31146 actux3.c: In function 'checkboard':
31147 actux3.c:114: warning: unused variable 'revision'
31148
31149 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31150
31151 commit d5934ad7756f038a393a9cfab76a4fe306d9d930
31152 Author: Marian Balakowicz <m8@semihalf.com>
31153 Date: Mon Feb 4 08:28:09 2008 +0100
31154
31155 [new uImage] Add dual format uImage support framework
31156
31157 This patch adds framework for dual format images. Format detection is added
31158 and the bootm controll flow is updated to include cases for new FIT format
31159 uImages.
31160
31161 When the legacy (image_header based) format is detected appropriate
31162 legacy specific handling is invoked. For the new (FIT based) format uImages
31163 dual boot framework has a minial support, that will only print out a
31164 corresponding debug messages. Implementation of the FIT specific handling will
31165 be added in following patches.
31166
31167 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
31168
31169 commit b29661fc1151077776454288051bc9a488351ce8
31170 Author: Wolfgang Denk <wd@denx.de>
31171 Date: Sun Feb 24 15:21:36 2008 +0100
31172
31173 Coding style cleanup. Prepare v1.3.2-rc2 release candidate
31174
31175 Signed-off-by: Wolfgang Denk <wd@denx.de>
31176
31177 commit 00b48a48424894daa589d166d73277830b1c6ac4
31178 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31179 Date: Sat Feb 23 12:15:56 2008 +0100
31180
31181 ENV: remove saveenv when CFG_ENV_IS_NOWHERE is selected
31182
31183 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31184
31185 commit b075d74efb70ff68c49a2532f26b56d6703b69c1
31186 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
31187 Date: Sat Feb 23 17:24:16 2008 +0900
31188
31189 Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on 32bit targets.
31190
31191 ----------------------------------------------------------------
31192 Olaf Hering [Wed, 17 Oct 2007 06:27:13 +0000 (23:27 -0700)]
31193
31194 Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on
31195 32bit targets.
31196
31197 GCC can be made to warn about usage of long long types with ISO C90
31198 (-ansi), but only with -pedantic. You can write this in a way that even
31199 then it doesn't cause warnings, namely by:
31200
31201 #ifdef __GNUC__
31202 __extension__ typedef __signed__ long long __s64;
31203 __extension__ typedef unsigned long long __u64;
31204 #endif
31205
31206 The __extension__ keyword in front of this switches off any pedantic
31207 warnings for this expression.
31208
31209 Signed-off-by: Olaf Hering <olh@suse.de>
31210 Cc: <linux-arch@vger.kernel.org>
31211 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
31212 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
31213 ----------------------------------------------------------------
31214
31215 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
31216
31217 commit 208acd112e6517b21fc30c420396902b103563ac
31218 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
31219 Date: Sat Feb 23 17:07:57 2008 +0900
31220
31221 cpu/mcf52x2/config.mk: Make needlessly deffered expansions immediate.
31222
31223 This will reduce the build time.
31224
31225 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
31226
31227 commit 495a0dde7fa1b14cdc15607d86503ec2bdcd02c4
31228 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
31229 Date: Sat Feb 23 17:05:00 2008 +0900
31230
31231 cpu/ppc4xx/config.mk: Make a needlessly deffered expansion immediate.
31232
31233 This will reduce the build time.
31234
31235 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
31236
31237 commit e682ba399a1d76f09d8cc7af1e57066f1d360d91
31238 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
31239 Date: Sat Feb 23 16:58:41 2008 +0900
31240
31241 cpu/mips/cofigl.mk: Make a needlessly deffered expansion immediate.
31242
31243 This reduces the build time by ~10%. Here's the gth2_config example.
31244
31245 BEFORE AFTER
31246 real 0m31.441s 0m27.833s
31247 user 0m24.766s 0m23.045s
31248 sys 0m10.425s 0m7.468s
31249
31250 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
31251
31252 commit 02409f8cf54c7cd91981f0dfec135dbf3858090c
31253 Author: Marcel Moolenaar <marcelm@juniper.net>
31254 Date: Fri Feb 22 10:48:07 2008 -0800
31255
31256 make define2mk.sed work on FreeBSD
31257
31258 In the thread "[1.3.2-rc1] MPC8548CDS/MPC8555CDS configs fails to link",
31259 the define2mk.sed script was identified as the source of the link
31260 failure on FreeBSD. The problem is that sed(1) does not always support
31261 the '+' operator. It isn't on FreeBSD. The attach patch implements the
31262 equivalent, using the '*' operator instead and should work everywhere.
31263
31264 Signed-off-by: Marcel Moolenaar <marcelm@juniper.net>
31265
31266 commit e5084af8ded58453cd07ec1af8b0f29f34122bbc
31267 Author: Detlev Zundel <dzu@denx.de>
31268 Date: Fri Feb 22 17:21:32 2008 +0100
31269
31270 Replace deprecated "ramdisk" with "ramdisk_size" kernel parameter.
31271
31272 The Linux commit fac8b209b1084bc85748bd54e13d00c1262b220f ("Remove
31273 final traces of long-deprecated "ramdisk" kernel parm") makes these
31274 changes neccessary.
31275
31276 Signed-off-by: Detlev Zundel <dzu@denx.de>
31277
31278 commit d01b847c5cd070895c4ba178c85cd068a95cf7cd
31279 Author: Larry Johnson <lrj@acm.org>
31280 Date: Thu Feb 21 13:58:16 2008 -0500
31281
31282 LM75 bug fix for negative temperatures
31283
31284 When the LM75 temperature sensor measures a temperature below 0 C, the
31285 current driver does not perform sign extension, so the result returned is
31286 256 C too high. This patch fixes the problem.
31287
31288 Signed-off-by: Larry Johnson <lrj@acm.org>
31289
31290 commit 5a910c224b13e413bda41922379add6d75c32da3
31291 Author: Heiko Schocher <hs@denx.de>
31292 Date: Thu Feb 21 18:33:45 2008 +0100
31293
31294 IDS8247: update MAINTAINER entry.
31295
31296 Signed-off-by: Heiko Schocher <hs@denx.de>
31297
31298 commit 79eac2bfb591f2b028ec1735049dc91e4320de4a
31299 Author: Heiko Schocher <hs@denx.de>
31300 Date: Thu Feb 21 18:31:15 2008 +0100
31301
31302 Fix device tree for mgsuvd board.
31303
31304 Rename the "scc" node in "ethernet" for the mgsuvd board.
31305
31306 Signed-off-by: Heiko Schocher <hs@denx.de>
31307
31308 commit 2e721094a70a52206af2e1bf1208d9a7131f6dad
31309 Author: Yuri Tikhonov <yur@emcraft.com>
31310 Date: Thu Feb 21 14:23:42 2008 +0100
31311
31312 lwmon5: enable hardware watchdog
31313
31314 Some boards (e.g. lwmon5) may use rather small watchdog intervals, so
31315 causing it to reboot the board if U-Boot does a long busy-wait with
31316 udelay(). Thus, for these boards we have to restart WD more
31317 frequently.
31318
31319 This patch splits the busy-wait udelay() into smaller, predefined,
31320 intervals, so that the watchdog timer may be resetted with the
31321 configurable (CONFIG_WD_PERIOD) interval.
31322
31323 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
31324
31325 commit bc77881247ee6f95d7a9ebc499d26b96bae38c9d
31326 Author: Anatolij Gustschin <agust@denx.de>
31327 Date: Thu Feb 21 12:52:29 2008 +0100
31328
31329 ppc4xx: Support for ATI Radeon 9200 card on sequoia
31330
31331 Adds configuration option for ATI Radeon 9200 card
31332 support to sequoia config file. If CONFIG_VIDEO
31333 is enabled, TEXT_BASE should be changed to 0xFFF80000.
31334
31335 Signed-off-by: Anatolij Gustschin <agust@denx.de>
31336
31337 commit 5a9abcc317cf3c8a69559ff83081f4e5d719edb7
31338 Author: Kumar Gala <galak@kernel.crashing.org>
31339 Date: Mon Feb 18 08:18:07 2008 -0600
31340
31341 Remove duplicate defines for ARRAY_SIZE
31342
31343 A few duplicate of the ARRAY_SIZE macro sneaked in since we put
31344 the define in common.h.
31345
31346 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
31347
31348 commit 81d93e5c4b83d8b6dcee69de6f4a14ccf6f7114a
31349 Author: Kumar Gala <galak@kernel.crashing.org>
31350 Date: Mon Feb 18 08:09:37 2008 -0600
31351
31352 ppc: Allow boards to specify effective amount of memory
31353
31354 For historical reasons we limited the stack to 256M because some boards
31355 could only map that much via BATS. However newer boards are capable of
31356 mapping more memory (for example 85xx is capable of doing up to 2G).
31357
31358 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
31359
31360 commit 755c35f54ba7eb7687aa7935e04a02a01ef1b27b
31361 Author: Mike Frysinger <vapier@gentoo.org>
31362 Date: Mon Feb 18 05:24:13 2008 -0500
31363
31364 include autoconf.mk before any other .mk files
31365
31366 This bumps the autoconf.mk include step above board/cpu/arch/etc... so that
31367 those .mk files can have make if statements based on the current config.
31368
31369 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31370
31371 commit 16fe77752eee099b9fb61ed73460e51cc94b37ba
31372 Author: Mike Frysinger <vapier@gentoo.org>
31373 Date: Mon Feb 18 05:10:07 2008 -0500
31374
31375 error check autoconf.mk generation
31376
31377 If any of the steps for generating autoconf.mk fail currently, they go
31378 unnoticed. To fix, we can simply add 'set -e' to the long list of commands.
31379 This is simpler and more robust than placing '|| exit $$?' after every line.
31380
31381 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31382
31383 commit 019895a8dee71a9f00da05c03e379f45d581b0fe
31384 Author: Stefano Babic <sbabic@denx.de>
31385 Date: Mon Feb 18 08:03:51 2008 +0100
31386
31387 Fix bug in dependency checking
31388
31389 By adding VERSION_FILE to the PHONY targets the script
31390 /tools/setlocalversion is always called and version_autogenerated.h
31391 is replaced only if the script find a modified source file.
31392
31393 Signed-off-by: Stefano Babic <sbabic@denx.de>
31394
31395 commit 98ba144ccc912eee90dd42699f023c497ce774c6
31396 Author: Kyungmin Park <kmpark@infradead.org>
31397 Date: Mon Feb 18 14:35:43 2008 +0900
31398
31399 Fix GPMC CS2 memory setup at apollon
31400
31401 It disables the current map first
31402
31403 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
31404
31405 commit e845e07e1e6e64f40e35688439d3cdcf01cfff4f
31406 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31407 Date: Sun Feb 17 23:52:46 2008 +0100
31408
31409 uli526x: Fix multiple differ in signedness and parentheses around comparison
31410
31411 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31412
31413 commit beeccf7a5dc5415c202e0132a33c58fc316c2a62
31414 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31415 Date: Sun Feb 17 16:58:04 2008 +0100
31416
31417 MIPS: Fix CFG_NO_FLASH support
31418
31419 - Fix flash_init call when CFG_NO_FLASH is used
31420 - Remove no more needed flash.c for qemu-mips
31421
31422 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31423
31424 commit edfed1d91df2b2670a812ca9d1a1f9faae7dba47
31425 Author: Mike Frysinger <vapier@gentoo.org>
31426 Date: Sat Feb 16 02:40:18 2008 -0500
31427
31428 easylogo: clean up some more and add -r (rgb) support
31429
31430 Michael Hennerich added support for outputting an image in RGB format rather
31431 than forcing YUYV all the time. This makes obvious sense if the display you
31432 have takes RGB input rather than YUYV.
31433
31434 Rather than hack in support for options, I've converted it to use getopt and
31435 cleaned up the argument parsing in the process.
31436
31437 Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
31438 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31439
31440 commit f65c98129ccada3f7caf97d80395a95b84e911de
31441 Author: Mike Frysinger <vapier@gentoo.org>
31442 Date: Sat Feb 16 02:12:37 2008 -0500
31443
31444 Makefile: add target for $(LDSCRIPT)
31445
31446 If the $(LDSCRIPT) does not exist (normally it's board/$(BOARD)/u-boot.lds),
31447 then change into the board directory and try and create it. This allows you
31448 to generate the linker script on the fly based upon board defines (like the
31449 Blackfin boards do).
31450
31451 There should be no regressions due to this change as the normal case is to
31452 already have a u-boot.lds file. If that's the case, then there's nothing to
31453 generate, and so make will always exit. The fix here is that if the linker
31454 script does not exist, the implicit rules take over and attempt to guess how
31455 to generate the file.
31456
31457 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31458
31459 commit 5583cbf736474ef754e128a54fb78632f57b48fd
31460 Author: Marian Balakowicz <m8@semihalf.com>
31461 Date: Thu Feb 21 17:27:49 2008 +0100
31462
31463 [new uImage] Fix erroneous use of image_get_magic() in fdc/usb cmds
31464
31465 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
31466
31467 commit 2242f5369822bc7780db95c47985bb408ea9157b
31468 Author: Marian Balakowicz <m8@semihalf.com>
31469 Date: Thu Feb 21 17:27:41 2008 +0100
31470
31471 [new uImage] Rename and move print_image_hdr() routine
31472
31473 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
31474
31475 commit f50433d670ec2ee9e96abac67cdc6e5e061a810d
31476 Author: Marian Balakowicz <m8@semihalf.com>
31477 Date: Thu Feb 21 17:20:20 2008 +0100
31478
31479 [new uImage] Add fit_parse_conf() and fit_parse_subimage() routines
31480
31481 Introducing routines for parsing new uImage format bootm arguments:
31482 [<addr>]#<conf> - configuration specification
31483 [<addr>]:<subimg> - subimage specification
31484
31485 New format images can contain multiple subimages of the same type. For example
31486 a single new format image file can contain three kernels, two ramdisks and a
31487 couple of FDT blobs. Subimage and configuration specifications are extensions
31488 to bootm (and other image-related commands) arguments' syntax that allow to
31489 specify which particular subimage should be operated on.
31490
31491 Subimage specification is used to denote a particular subimage. Configurations
31492 are a bit more complex -- they are used to define a particualr booting setup,
31493 for example a (kernel, fdt blob) pair, or a (kernel, ramdisk, fdt blob) tuple,
31494 etc.
31495
31496 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
31497
31498 commit fff888a1997ff7de9b29e24050fc4a0fd403ba16
31499 Author: Marian Balakowicz <m8@semihalf.com>
31500 Date: Thu Feb 21 17:20:19 2008 +0100
31501
31502 [new uImage] Add gen_get_image() routine
31503
31504 This routine assures that image (whether legacy or FIT) is not
31505 in a special dataflash storage.
31506
31507 If image address is a dataflash address image is moved to system RAM.
31508
31509 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
31510
31511 commit 75d3e8fbd93c14d9929d024c75af2d742c76db70
31512 Author: Marian Balakowicz <m8@semihalf.com>
31513 Date: Thu Feb 21 17:20:18 2008 +0100
31514
31515 [new uImage] Pull in libfdt if CONFIG_FIT is enabled
31516
31517 New uImage format (Flattened Image Tree) requires libfdt
31518 functionality, print out error message if CONFIG_OF_LIBFDT
31519 is not defined.
31520
31521 New uImage support is enabled by defining CONFIG_FIT (and CONFIG_OF_LIBFDT).
31522 This commit turns it on by default.
31523
31524 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
31525
31526 commit 1ba639da5604a64b3ed884a2cbb1c5414a9fa728
31527 Author: Michael Schwingen <michael@schwingen.org>
31528 Date: Mon Feb 18 23:16:35 2008 +0100
31529
31530 CFI: Do not use uninitialized cmd_reset
31531
31532 Do not use uninitialized cmd_reset; issue both AMD and Intel reset
31533 commands instead
31534
31535 From a short test, it looks like AMD-style flash roms treat *any* unknown
31536 command write as a reset, at least when in CFI Query mode, so issuing the
31537 Intel reset command to AMD-style flashs seems safe (from the small sample I
31538 have), plus the 3-cycle magic sequence should kick the state machine into
31539 the right state even without a reset command. Since the AMD-style flashs
31540 require the unlock sequence for real operation, I chose to try the AMD reset
31541 command first, so that Intel flashs do no see an invalid command prior to
31542 the CFI query.
31543
31544 I have tested the patch on AM29LV320-style flashs from Fujitsu and Macronix,
31545 plus Intel StrataFlash.
31546
31547 Signed-off-by: Michael Schwingen <michael@schwingen.org>
31548 Signed-off-by: Stefan Roese <sr@denx.de>
31549
31550 commit e7a85f26830c9f2e78506421c2d519a2965bc7a1
31551 Author: Rafal Jaworowski <raj@semihalf.com>
31552 Date: Thu Feb 21 11:56:44 2008 +0100
31553
31554 API: Add (c) and licensing notice to the public API header.
31555
31556 Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
31557
31558 commit 928d1d77f8623c120d8763e20e1ca58df9c5c4c6
31559 Author: Yuri Tikhonov <yur@emcraft.com>
31560 Date: Thu Feb 21 11:06:07 2008 +0100
31561
31562 Fix CPU POST test failure
31563
31564 The CPU POST test code (run from cpu_post_exec_31()) doesn't follow the
31565 ABI carefully, at least the CR3, CR4, and CR5 fields of CR are clobbered
31566 by it. The gcc-4.2 with its more aggressive optimization exposes this fact.
31567 This patch just saves the CR value before running the test code, so allowing
31568 it to do anything it wants with CR.
31569
31570 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
31571 Acked-by: Yuri Tikhonov <yur@emcraft.com>
31572 --
31573
31574 commit d5908b093955415f3d340706378b991f911af671
31575 Author: Jon Loeliger <jdl@freescale.com>
31576 Date: Wed Feb 20 15:26:51 2008 -0600
31577
31578 8610HPCD: Document the flashbank selection switches.
31579
31580 Signed-off-by: Jon Loeliger <jdl@freescale.com>
31581
31582 commit a551cee99ad1d1da20fd23ad265de47448852f56
31583 Author: Jon Loeliger <jdl@freescale.com>
31584 Date: Wed Feb 20 14:22:26 2008 -0600
31585
31586 86xx: Fix GUR PCI config registers properly.
31587
31588 Back in commit 975a083a5ef785c414b35f9c5b8ae25b26b41524 where
31589 I tried to "8610HPCD: Fix typos in two PCI setup registers", I
31590 botched it due to not realizing that 8610 and 8641 had different
31591 Global Utility Register defintions, one of which was like 85xx,
31592 and the other wasn't. Correct this problem by introducing two
31593 symbols, one for each 86xx SoC, but neither of which is named
31594 anything like 85xx.
31595
31596 My bad. Lovely Wednesday with git bisect. You know.
31597
31598 Signed-off-by: Jon Loeliger <jdl@freescale.com>
31599
31600 commit cb06eb961bdffc8728b38c242473d802e83ab2b4
31601 Author: Jon Loeliger <jdl@freescale.com>
31602 Date: Wed Feb 20 12:24:11 2008 -0600
31603
31604 8610HPCD: Don't use VIDEO/CFB_CONSOLE by default.
31605
31606 Without an actual supported video card hooked up, enabling
31607 the CONFIG_VIDEO by default just makes it look broken by
31608 routing all console output to the video card. Don't.
31609
31610 Signed-off-by: Jon Loeliger <jdl@freescale.com>
31611
31612 commit 4d264eff4312f230776b913edade7ceb75f1b1e0
31613 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
31614 Date: Wed Jan 30 15:08:15 2008 -0600
31615
31616 ColdFire: Fix missing code flash size for M5485EVB
31617
31618 Signed-off-by: James Mahan <kmahan@freescale.com>
31619 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
31620
31621 commit c54f9263e4e11e34b1e70c160bc467ef1d8ec59d
31622 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
31623 Date: Wed Jan 30 15:04:42 2008 -0600
31624
31625 ColdFire: Fix 5282 and 5271 interrupt mask bit
31626
31627 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
31628
31629 commit 975a083a5ef785c414b35f9c5b8ae25b26b41524
31630 Author: Jon Loeliger <jdl@freescale.com>
31631 Date: Tue Feb 19 12:31:08 2008 -0600
31632
31633 8610HPCD: Fix typos in two PCI setup registers.
31634
31635 The two symbols MPC86xx_PORDEVSR_IO_SEL and MPC86xx_PORBMSR_HA
31636 were erroneously present as 85xx names and values, leftover from
31637 the clone wars. Fix this by removing the 85xx cruft from the
31638 86xx codebase.
31639
31640 Signed-off-by: Jon Loeliger <jdl@freescale.com>
31641
31642 commit 13f5433f700d4da9f6fdf2a4bb80310133a7c170
31643 Author: Jon Loeliger <jdl@freescale.com>
31644 Date: Mon Feb 18 14:01:56 2008 -0600
31645
31646 86xx: Convert sbc8641d to use libfdt.
31647
31648 This is the proper fix for a missing closing brace in the function
31649 ft_cpu_setup() noticed by joe.hamman <at> embeddedspecialties.com.
31650 The ft_cpu_setup() function in mpc8641hpcn.c should have been
31651 removed earlier as it was under the obsolete CONFIG_OF_FLAT_TREE,
31652 but was missed. Only, the sbc8641d was nominally still using it.
31653 It all got ripped out, and the funcality that was in ft_board_setup()
31654 was refactored to remove the CPU portions into the new file
31655 cpu/mpc86xx/fdt.c instead. Make sbc8641d use this now.
31656
31657 Based loosely on an original patch from joe.hamman@embeddedspecialties.com
31658
31659 Signed-off-by: Jon Loeliger <jdl@freescale.com>
31660
31661 commit 04efddc87c50c84f85dad5c331c634a6ce830a83
31662 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31663 Date: Sun Feb 17 23:35:31 2008 +0100
31664
31665 mpc86xx: Fix unused variable 'config' and 'immap'
31666
31667 and remove useless CONFIG_DDR_INTERLEAVE
31668
31669 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31670
31671 commit 83d1b3876695c4f21faff2b731d9ef83f38ed208
31672 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31673 Date: Sun Feb 17 23:03:36 2008 +0100
31674
31675 mpc86xx: Fix implicit declaration of functions 'init_laws' and 'disable_law'
31676
31677 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31678
31679 commit b6f29c84c208a091f95a10cbc9852d729659ba20
31680 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31681 Date: Sun Feb 17 14:15:31 2008 +0100
31682
31683 s3c24x0: Fix unused variable 'i' in function 'serial_init_dev'
31684
31685 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31686
31687 commit 0937b8d869fdb42d6ad4fe312958639bd62c973f
31688 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31689 Date: Sun Feb 17 14:15:32 2008 +0100
31690
31691 pxa: fix assignment from incompatible pointer type
31692
31693 fix mmc_bread function prototype
31694
31695 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31696
31697 commit 64d792063fff90b8118179b092feee09fe5cae13
31698 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31699 Date: Sun Feb 17 14:15:30 2008 +0100
31700
31701 at91cap9adk: fix implicit declaration of function 'eth_init'
31702
31703 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31704
31705 commit 375c4353db8f900f7ec772e26fab116ec00f7d3a
31706 Author: Wolfgang Denk <wd@denx.de>
31707 Date: Sun Feb 17 15:43:44 2008 +0100
31708
31709 Remove files added by mistake, update CHANGELOG.
31710
31711 Signed-off-by: Wolfgang Denk <wd@denx.de>
31712
31713 commit b738654d3c84a30f2bfd9a8d7652ff20807c890c
31714 Author: Mike Nuss <mike@terascala.com>
31715 Date: Wed Feb 6 11:10:11 2008 -0500
31716
31717 PPC440EPx: Optionally enable second I2C bus
31718
31719 The option CONFIG_I2C_MULTI_BUS does not have any effect on Sequoia, the
31720 PPC440EPx reference platform, because IIC1 is never enabled. Add Sequoia board
31721 code to turn on IIC1 if CONFIG_I2C_MULTI_BUS is selected.
31722
31723 Signed-off-by: Mike Nuss <mike@terascala.com>
31724 Cc: Stefan Roese <sr@denx.de>
31725
31726 commit ef5b4f221c22d05770878513951745f236b5b43f
31727 Author: Niklaus Giger <niklaus.giger@netstal.com>
31728 Date: Tue Feb 5 10:26:44 2008 +0100
31729
31730 ppc4xx: HCU4/5. Cleanup configs
31731
31732 - hcu4.h: Removed define of CONFIG_PPC405GPr
31733 - Corrected phy addresses
31734 - Fix boot variables
31735 - Respect line length of 80 chars
31736
31737 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
31738
31739 commit 74973126d1be63ac75bdc192f46234dca3a7c421
31740 Author: Niklaus Giger <niklaus.giger@netstal.com>
31741 Date: Tue Feb 5 11:31:28 2008 +0100
31742
31743 ppc4xx: HCU4/5. Cleanups
31744
31745 - Fix some coding style violations.
31746 - Use in/out_u16/32 where appropriate.
31747 - Use register names from ppc405.h.
31748 - Fix trace useage for Lauterbach.
31749 - Remove obsolete generation HCU2.
31750 - Renamed fixed_hcu4_sdram to init_ppc405_sdram.
31751
31752 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
31753
31754 commit 8cc10d06b833ed917a19ad358c8ebbed8bc19555
31755 Author: Niklaus Giger <niklaus.giger@netstal.com>
31756 Date: Tue Feb 5 10:26:41 2008 +0100
31757
31758 ppc4xx: PPC405GPr fix missing register definitions
31759
31760 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
31761
31762 commit 214398d9cb22268d9d4f7563359edca0f78297a2
31763 Author: Larry Johnson <lrj@acm.org>
31764 Date: Fri Jan 18 21:49:05 2008 -0500
31765
31766 ppc4xx: Beautify configuration files for Sequoia and Korat boards
31767
31768 Signed-off-by: Larry Johnson <lrj@acm.org>
31769
31770 commit 30c6a241e88499f536e86d325759e29ba00ff67f
31771 Author: Anatolij Gustschin <agust@denx.de>
31772 Date: Fri Feb 15 20:09:01 2008 +0100
31773
31774 Wipe out assembler warnings while compiling x86 biosemu
31775
31776 This patch tries to get rid of some assembler warnings about
31777 changed .got2 section type while compiling x86 bios emulator
31778 code.
31779
31780 Signed-off-by: Anatolij Gustschin <agust@denx.de>
31781
31782 commit 67a4389e39ad853d65b72e2b7cad15c7e8291147
31783 Author: Wolfgang Denk <wd@denx.de>
31784 Date: Fri Feb 15 00:57:09 2008 +0100
31785
31786 Prepare v1.3.2-rc1 release candidate
31787
31788 commit f33e9653c9c09868995d788511d573771c209fe5
31789 Author: Anatolij Gustschin <agust@denx.de>
31790 Date: Fri Feb 15 00:13:20 2008 +0100
31791
31792 Fix compile warning on lib_ppc/board.c
31793
31794 Signed-off-by: Anatolij Gustschin <agust@denx.de>
31795
31796 commit e5c6f9f8bec4dff9603419161e3a15cc8ad5d5f4
31797 Author: Anatolij Gustschin <agust@denx.de>
31798 Date: Thu Feb 14 18:22:04 2008 +0100
31799
31800 Add Radeon Mobility 9200 pci device id to the radeon driver
31801
31802 This patch extends PCI device id table of the
31803 radeon driver so that the driver will also support
31804 Radeon Mobility 9200 (M9+) based boards.
31805
31806 Signed-off-by: Anatolij Gustschin <agust@denx.de>
31807
31808 commit 1b8607e1f7143548c6062c28371449ec69588c00
31809 Author: Anatolij Gustschin <agust@denx.de>
31810 Date: Thu Feb 14 18:19:50 2008 +0100
31811
31812 Extend ATI Radeon driver to support more video modes
31813
31814 Adds ATI Radeon 9200 support for 1280x1024, 1024x768,
31815 800x600, 640x480 at 24, 16 and 8 bpp.
31816
31817 Signed-off-by: Anatolij Gustschin <agust@denx.de>
31818
31819 commit 4124382de029d361162a4b8cecc773eb8f26e2a8
31820 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31821 Date: Sun Feb 10 17:05:20 2008 +0100
31822
31823 xsengine: fix typo and few coding style
31824
31825 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31826
31827 commit 6f4abee789b6d9be3ec4b97ad48f509355559e9e
31828 Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
31829 Date: Fri Feb 8 21:25:58 2008 +0100
31830
31831 Fix wrong memory limit calculation in memory-test
31832
31833 If the length of the memory address range passed to the "mtest" command is
31834 not of the form 2^x - 1, not all address lines are tested. This bug is
31835 inherited from the original software at
31836 http://www.netrino.com/Embedded-Systems/How-To/Memory-Test-Suite-C. Fix
31837 this.
31838
31839 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
31840
31841 commit 7e30f5eac7f07082a7ca77b7d91b944a8d0af6db
31842 Author: Wolfgang Denk <wd@denx.de>
31843 Date: Fri Feb 15 00:11:39 2008 +0100
31844
31845 Coding STyle cleanup.
31846
31847 Signed-off-by: Wolfgang Denk <wd@denx.de>
31848
31849 commit f6921e3dc331293c873ec4d109fd5517a42a90b3
31850 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
31851 Date: Tue Feb 5 13:30:43 2008 +0900
31852
31853 sh: Fix register address of SH7722
31854
31855 The address of SH7722 is wrong by old document.
31856 This patch fixes this problem.
31857
31858 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
31859
31860 commit 0ec7a061fb1c277f6afd73d61dd71bd21e7ef7b2
31861 Author: Mike Frysinger <vapier@gentoo.org>
31862 Date: Mon Feb 4 17:44:23 2008 -0500
31863
31864 only update version header as needed
31865
31866 Constantly rebuilding the version header will force useless relinking, so we
31867 simply need to compare the new header with the existing one before updating
31868 it.
31869
31870 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31871
31872 commit 208447f8e953f347425eb92c8e28d59e6d911363
31873 Author: Mike Frysinger <vapier@gentoo.org>
31874 Date: Mon Jan 28 05:56:19 2008 -0500
31875
31876 Do not specify a CROSS_COMPILE default when executing size
31877
31878 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31879
31880 commit 1f780aa6f17a5d79791d69ec1d2f66d76ac45d8e
31881 Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
31882 Date: Wed Feb 13 11:19:19 2008 +0100
31883
31884 Fix return value of mtest when CFG_ALT_MEMTEST set
31885
31886 Fix a missing return statement from a non-void function.
31887
31888 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
31889
31890 commit 943afa229cf5bf70ef917c7eb6bd0db59a1ba602
31891 Author: Timur Tabi <timur@freescale.com>
31892 Date: Wed Jan 9 14:35:26 2008 -0600
31893
31894 85xx, 86xx: Determine I2C clock frequencies and store in global_data
31895
31896 Update global_data to define i2c1_clk and i2c2_clk to 85xx and 86xx.
31897
31898 Update the get_clocks() function in 85xx and 86xx to determine the I2C
31899 clock frequency and store it in gd->i2c1_clk and gd->i2c2_clk.
31900
31901 Signed-off-by: Timur Tabi <timur@freescale.com>
31902
31903 commit b931b3a9c3bdfaaeaa71e57a6026eec726005b08
31904 Author: Wolfgang Denk <wd@denx.de>
31905 Date: Thu Feb 14 23:18:01 2008 +0100
31906
31907 TQM834x: clean up configuration
31908
31909 Get board name consistent with Linux and elsewhere;
31910 get rid of local network definitions etc.
31911
31912 Signed-off-by: Wolfgang Denk <wd@denx.de>
31913
31914 commit 38cc09c55b1d7f233789052c6fc462e5377669a9
31915 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31916 Date: Thu Feb 14 08:02:12 2008 +0100
31917
31918 TFTP: fix search of ':' in BootFile
31919
31920 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31921
31922 commit 0bc9efada170096c6b273f19165e32936d330d80
31923 Author: Wolfgang Denk <wd@denx.de>
31924 Date: Thu Feb 14 22:46:55 2008 +0100
31925
31926 Coding style cleanup; update CHANGELOG.
31927
31928 Signed-off-by: Wolfgang Denk <wd@denx.de>
31929
31930 commit e7670f6c1e52ae6d2a43ff75a8bcfa7a5c86e47b
31931 Author: Wolfgang Denk <wd@denx.de>
31932 Date: Thu Feb 14 22:43:22 2008 +0100
31933
31934 PPC: Use r2 instead of r29 as global data pointer
31935
31936 R29 was an unlucky choice as with recent toolchains (gcc-4.2.x) gcc
31937 will refuse to use load/store multiple insns; instead, it issues a
31938 list of simple load/store instructions upon function entry and exit,
31939 resulting in bigger code size, which in turn makes the build for a
31940 few boards fail.
31941
31942 Use r2 instead.
31943
31944 Signed-off-by: Wolfgang Denk <wd@denx.de>
31945
31946 commit 3c234efa693bc59906c2be55c7918ecbb55392ea
31947 Author: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com>
31948 Date: Wed Jan 30 09:08:49 2008 +0100
31949
31950 ARM: make the machid configurable via the environment
31951
31952 If the variable "machid" exists, let do_bootm_linux use that instead
31953 of bd->bi_arch_number.
31954
31955 Signed-off-by: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com>
31956
31957 commit dd24058407c5add45cc60aec6c757ddc1a17e1b0
31958 Author: Vlad Lungu <vlad@comsys.ro>
31959 Date: Wed Jan 23 16:34:46 2008 +0200
31960
31961 Use #ifdef CONFIG_FSLDMAFEC
31962
31963 MCD_tasks.c lacks [subject] so compilation of mips targets (and more, probably)
31964 fails
31965
31966 Signed-off-by: Vlad Lungu <vlad@comsys.ro>
31967
31968 commit 26c7bab81e08dc7bd696c48f753428a829629bd8
31969 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
31970 Date: Sat Jan 19 10:25:59 2008 +0900
31971
31972 common/miiphyutil.c: Cleanup MII_DEBUG and debug()
31973
31974 Current MII_DEBUG is confusing in two ways. One is useless define-then-
31975 undef at the top of the file. The other is there is only one debug() in
31976 this file, and that doesn't seem worthwhile to bother having MII_DEBUG.
31977 While there are many useful printf()/puts() debug codes, but they are for
31978 DEBUG, not for MII_DEBUG.
31979
31980 This patch tries to put them all together into MII_DEBUG and debug().
31981
31982 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
31983
31984 commit 751b9b5189f3274b03c809172631316d6b002c82
31985 Author: Kyungmin Park <kmpark@infradead.org>
31986 Date: Thu Jan 17 16:43:25 2008 +0900
31987
31988 OneNAND Initial Program Loader (IPL) support
31989
31990 This patch enables the OneNAND boot within U-Boot.
31991 Before this work, we used another OneNAND IPL called X-Loader based
31992 on open source. With this work, we can build the oneboot.bin image
31993 without other program.
31994
31995 The build sequence is simple.
31996 First, it compiles the u-boot.bin
31997 Second, it compiles OneNAND IPL
31998 Finally, it becomes the oneboot.bin from OneNAND IPL and u-boot.bin
31999 The mechanism is similar with NAND boot except it boots from itself.
32000
32001 Another thing is that you can only use the OneNAND IPL only to work
32002 other bootloader such as RedBoot and so on.
32003
32004 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
32005
32006 commit 21f6f9636f0e978397548751347425fbf8d42bb3
32007 Author: Andy Fleming <afleming@freescale.com>
32008 Date: Wed Jan 16 13:06:59 2008 -0600
32009
32010 Fix CONFIG_MMC usage in fat code
32011
32012 A #if statement in fat.c depended on CONFIG_MMC, instead of
32013 defined(CONFIG_MMC). This meant CONFIG_MMC needed to be defined
32014 as "1" rather than just defined. Now it's better.
32015
32016 Signed-off-by: Andy Fleming <afleming@freescale.com>
32017
32018 commit f57d7d364ce189e39b0a64338d2f8012c074a2bd
32019 Author: Rafal Jaworowski <raj@semihalf.com>
32020 Date: Tue Jan 15 12:52:31 2008 +0100
32021
32022 ppc: Refactor cache routines, so there is only one common set.
32023
32024 Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
32025
32026 commit 3f2ac8f928c76cbd2374437b2d079f8b4324aaba
32027 Author: Jon Loeliger <jdl@jdl.com>
32028 Date: Wed Jan 23 15:55:02 2008 -0600
32029
32030 86xx: Fix compilation warning in sys_eprom.c
32031
32032 sys_eeprom.c:82:9: warning: unknown escape sequence '\/'
32033
32034 Signed-off-by: Jon Loeliger <jdl@freescale.com>
32035
32036 commit 65230107025733e89e28fd5e5cfd916d4953c28a
32037 Author: Haavard Skinnemoen <hskinnemoen at>
32038 Date: Fri Feb 22 11:40:50 2008 +0000
32039
32040 Move AT91RM9200DK board support under board/atmel
32041
32042 We already have a vendor subdir for Atmel, so we should use it.
32043
32044 Signed-off-by: Haavard Skinnemoen <hskinnemoen <at> atmel.com>
32045
32046 commit 6d0943a6be99977d6d853d51749e9963d68eb192
32047 Author: Andreas Engel <andreas.engel@ericsson.com>
32048 Date: Mon Jan 14 09:06:52 2008 +0000
32049
32050 ARM: cleanup duplicated exception handlingcode
32051
32052 Move duplicated exception handling code into lib_arm.
32053
32054 Signed-off-by: Andreas Engel <andreas.engel@ericsson.com>
32055
32056 commit ea8d989f4ef8203e1c0291e62435a8c62e3cfb29
32057 Author: Timo Tuunainen <timo.tuunainen@sysart.fi>
32058 Date: Fri Feb 1 10:09:03 2008 +0000
32059
32060 Support for Artila M-501 starter kit
32061
32062 Kimmo Leppala / Sysart and
32063 Timo Tuunainen / Sysart
32064
32065 commit 9604b6e53ddae4fe00a488cbcd6b0e6cb344bccc
32066 Author: Stelian Pop <stelian@popies.net>
32067 Date: Mon Feb 11 10:50:19 2008 +0000
32068
32069 AT91CAP9 support
32070
32071 ---------------------------------
32072
32073 read_dataflash() takes a signed char pointer as a parameter. Silence a
32074 few warnings dues to incorrect parameter types in env_dataflash.c.
32075
32076 Signed-off-by: Stelian Pop <stelian@popies.net>
32077
32078 commit 64e8a06af68cda174a8a06d0a61fce5e5bb189d7
32079 Author: Stelian Pop <stelian@popies.net>
32080 Date: Thu Feb 7 09:42:57 2008 +0000
32081
32082 AT91CAP9 support : move board files to Atmel vendor directory.
32083
32084 AT91CAP9 support : move at91cap9adk board files to Atmel vendor directory.
32085
32086 Signed-off-by: Stelian Pop <stelian@popies.net>
32087
32088 commit 7263ef191b87da94768f762c7093bedeb70db98f
32089 Author: Stelian Pop <stelian at>
32090 Date: Thu Jan 3 21:15:56 2008 +0000
32091
32092 AT91CAP9 support : MACB changes
32093
32094 Signed-off-by: Stelian Pop <stelian <at> popies.net>
32095 Acked-by: Haavard Skinnemoen <hskinnemoen <at> atmel.com>
32096
32097 commit 6afcabf11d7321850f4feaadfee841488ace54c5
32098 Author: Stelian Pop <stelian@popies.net>
32099 Date: Thu Feb 7 16:37:54 2008 +0000
32100
32101 AT91CAP9 support : board/ files
32102
32103 Signed-off-by: Stelian Pop <stelian@popies.net>
32104
32105 commit fefb6c10928caa9e71335cad64dcb65c83fce8ab
32106 Author: Stelian Pop <stelian at>
32107 Date: Wed Jan 30 21:15:54 2008 +0000
32108
32109 AT91CAP9 support : cpu/ files
32110
32111 Signed-off-by: Stelian Pop <stelian <at> popies.net>
32112
32113 commit fa506a926cec348805143576c941f8e61b333cc0
32114 Author: Stelian Pop <stelian@popies.net>
32115 Date: Thu Jan 31 21:15:53 2008 +0000
32116
32117 AT91CAP9 support : include/ files
32118
32119 Signed-off-by: Stelian Pop <stelian@popies.net>
32120
32121 commit 20b197c6f2799af399a68f96a1aff543a75621b8
32122 Author: Stelian Pop <stelian@popies.net>
32123 Date: Sun Jan 20 19:49:21 2008 +0000
32124
32125 AT91CAP9 support : build integration
32126
32127 Signed-off-by: Stelian Pop <stelian@popies.net>
32128
32129 commit d49fe4bed5b69ec910909d1bd62da23ecd8801fd
32130 Author: Stelian Pop <stelian@popies.net>
32131 Date: Sun Jan 20 21:07:00 2008 +0000
32132
32133 Improve DataFlash CS definition.
32134
32135 Use a structure instead of the error prone unnamed array to
32136 define the possible dataflash banks.
32137
32138 Signed-off-by: Stelian Pop <stelian@popies.net>
32139
32140 commit a6cdd21b56014208706238712a853a9e9a0a2290
32141 Author: Stelian Pop <stelian@popies.net>
32142 Date: Sat Jan 19 21:09:35 2008 +0000
32143
32144 Fix arm926ejs compile when SKIP_LOWLEVEL_INIT is on
32145
32146 Fix arm926ejs compile when SKIP_LOWLEVEL_INIT is on.
32147
32148 cpu/arm926ejs/start.o: In function `cpu_init_crit':
32149 .../cpu/arm926ejs/start.S:227: undefined reference to `lowlevel_init'
32150
32151 Signed-off-by: Stelian Pop <stelian@popies.net>
32152
32153 commit ea686f52e45b3df2938866d3f5a98bb2556dfe2b
32154 Author: Peter Pearse <peter.pearse@arm.com>
32155 Date: Fri Feb 1 16:50:24 2008 +0000
32156
32157 Fix timer overflow in DaVinci
32158 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
32159
32160 commit f4e7cbfcb0fcbc325a2bcfea7e00e3dd37f93846
32161 Author: Peter Pearse <peter.pearse@arm.com>
32162 Date: Fri Feb 1 16:49:08 2008 +0000
32163
32164 Update board NetStar
32165 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
32166
32167 commit b7f6193e76651e1fd606e46eb11915b53cb6618b
32168 Author: Niklaus Giger <niklaus.giger@netstal.com>
32169 Date: Tue Feb 5 10:26:42 2008 +0100
32170
32171 ppc4xx: HCU4/5. Fix make O=../xx
32172
32173 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
32174
32175 commit 29e3500cbc43c89eff6e720ca83e375deeecd9b3
32176 Author: Larry Johnson <lrj@acm.org>
32177 Date: Tue Jan 22 08:51:59 2008 -0500
32178
32179 ppc4xx: Add CONFIG_4xx_DCACHE compile switch to Denali-core SPD code
32180
32181 Signed-off-by: Larry Johnson <lrj@acm.org>
32182
32183 commit fe891ecf4d187e9d11dde869ed4623af52b54451
32184 Author: Hiroshi Ito <ito@mlb.co.jp>
32185 Date: Thu Jan 31 18:35:04 2008 +0900
32186
32187 NFS Timeout with large files.
32188
32189 Retry to send NFS packet before reaching timeout.
32190
32191 Signed-off-by: Hiroshi Ito <ito@mlb.co.jp>
32192
32193 commit 88f72527f5b89c0905ad5c36cc2ef8d29dd6bbf0
32194 Author: Johannes Stezenbach <js@sig21.net>
32195 Date: Tue Jan 29 00:11:25 2008 +0100
32196
32197 Add dependencies to avoid race conditions with parallel make.
32198
32199 Signed-off-by: Johannes Stezenbach <js@sig21.net>
32200
32201 commit 6d1b6f9f89c815eaca44acff8e73ece7181f61b6
32202 Author: Mike Frysinger <vapier@gentoo.org>
32203 Date: Mon Jan 28 05:46:01 2008 -0500
32204
32205 Mark board_init_[fr] as noreturn
32206
32207 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
32208
32209 commit 161b2af4d7b48fd602ce333c355a4df0337892bb
32210 Author: Mike Frysinger <vapier@gentoo.org>
32211 Date: Mon Jan 28 05:28:50 2008 -0500
32212
32213 Only use TEXT_BASE if defined by the board
32214
32215 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
32216
32217 commit 1b769881750030f10743808b9d6013e11f559350
32218 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32219 Date: Fri Jan 25 07:54:47 2008 +0100
32220
32221 Fix remaining CONFIG_COMMANDS
32222
32223 update comments
32224 Fix coding style
32225
32226 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32227
32228 commit 0c9d42e6b0b83d507335a291e3ea99240038f4b9
32229 Author: Niklaus Giger <niklaus.giger@netstal.com>
32230 Date: Mon Jan 21 16:46:00 2008 +0100
32231
32232 Add *~ to .gitignore
32233
32234 One should never add a backup file ending in with ~ to the git repository.
32235
32236 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
32237
32238 commit 3cfb0c51b2bb5ede54eca85ace5b1ba12be314b0
32239 Author: Kumar Gala <galak@kernel.crashing.org>
32240 Date: Thu Jan 17 00:02:10 2008 -0600
32241
32242 Remove duplicate defines for ARRAY_SIZE
32243
32244 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
32245
32246 commit c77ce474b1c57b13e9d36d9830f147966c143694
32247 Author: Stelian Pop <stelian@popies.net>
32248 Date: Mon Jan 14 22:08:14 2008 +0100
32249
32250 Fix incorrect address test in AT91F_DataflashSelect().
32251
32252 Signed-off-by: Stelian Pop <stelian@popies.net>
32253
32254 commit d9ad115bbf7bb0842de7dbd2502b7e430f83cc3d
32255 Author: Kumar Gala <galak@kernel.crashing.org>
32256 Date: Wed Feb 13 15:09:58 2008 -0600
32257
32258 Fix building of fdt_support.c if DEBUG set
32259
32260 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
32261
32262 commit ccd6e1464e5396bc1a9aebf7077ddf4342eafe03
32263 Author: Jon Loeliger <jdl@freescale.com>
32264 Date: Tue Feb 12 14:53:28 2008 -0600
32265
32266 Add CFG_MPC86xx_DDR_ADDR and CFG_MPC86xx_DDR2_ADDR symbols
32267
32268 These replace direct structure references for IMMR sections.
32269
32270 Signed-off-by: Jon Loeliger <jdl@freescale.com>
32271
32272 commit c62776be8dca4097ca03d4f9415f08d4887b45d0
32273 Author: Wolfgang Denk <wd@denx.de>
32274 Date: Tue Feb 12 00:45:06 2008 +0100
32275
32276 Get rid of "#undef DEBUG" from board config files.
32277
32278 Signed-off-by: Wolfgang Denk <wd@denx.de>
32279
32280 commit 73bf1e2de7862bcdbd5a9f993b3e84b67c8ea9c8
32281 Author: Timur Tabi <timur@freescale.com>
32282 Date: Tue Jan 15 17:09:41 2008 -0600
32283
32284 Remove #undef DEBUG from MPC83xx board header files
32285
32286 Remove the "#undef DEBUG" line from all Freescale 83xx board header files.
32287 The inclusion of this line makes it impossible to enable debug code in
32288 other source files, because "#define DEBUG" typically needs to be defined
32289 before any header files are included.
32290
32291 Signed-off-by: Timur Tabi <timur@freescale.com>
32292
32293 commit 69018ce2e086e9caf35b914d675b82bc4888f077
32294 Author: Kumar Gala <galak@kernel.crashing.org>
32295 Date: Thu Jan 17 08:25:45 2008 -0600
32296
32297 QE: Move FDT support into a common file
32298
32299 Move the flat device tree setup for QE related devices into
32300 a common file shared between 83xx & 85xx platforms that have QE's.
32301
32302 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
32303
32304 commit 5cf746c303710329f8040d9c62ee354313e3e91f
32305 Author: Marian Balakowicz <m8@semihalf.com>
32306 Date: Thu Jan 31 13:59:09 2008 +0100
32307
32308 [new uImage] Move kernel data find code to get_kernel() routine
32309
32310 Verification of the kernel image (in old format) and finding kernel
32311 data is moved to a dedicated routine. The routine will also hold
32312 support for, to be added, new image format.
32313
32314 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
32315
32316 commit 7b325454fd231d4273de3fe373850f777fb086bf
32317 Author: Marian Balakowicz <m8@semihalf.com>
32318 Date: Thu Jan 31 13:58:20 2008 +0100
32319
32320 [new uImage] Cleanup FDT handling in PPC do_boot_linux()
32321
32322 Move FDT blob finding and relocation to a dedicated
32323 get_fdt() routine. It increases code readability and
32324 will make adding support for new uImage format easier.
32325
32326 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
32327
32328 commit b6b0fe6460b7063ac60b9a3531ef210aedb31451
32329 Author: Marian Balakowicz <m8@semihalf.com>
32330 Date: Thu Jan 31 13:58:13 2008 +0100
32331
32332 [new uImage] Cleanup do_botm_linux() boot allocations
32333
32334 This patch moves common pre-boot allocation steps shared between PPC
32335 and M68K to a helper routines:
32336
32337 common:
32338 - get_boot_sp_limit()
32339 - get_boot_cmline()
32340 - get_boot_kbd()
32341
32342 platform:
32343 - set_clocks_in_mhz()
32344
32345 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
32346
32347 commit ceaed2b1e54ebf14d600e02fef016c8df5cc4d40
32348 Author: Marian Balakowicz <m8@semihalf.com>
32349 Date: Thu Jan 31 13:57:17 2008 +0100
32350
32351 [new uImage] Move ramdisk loading to a common routine
32352
32353 Ramdisk loading code, including initrd_high variable handling,
32354 was duplicated for PPC and M68K platforms. This patch creates
32355 common helper routine that is being called from both platform
32356 do_bootm_linux() routines.
32357
32358 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
32359
32360 commit 68d4f05e6b2383a442fb71f80f2a9fbb3d8def68
32361 Author: Marian Balakowicz <m8@semihalf.com>
32362 Date: Thu Jan 31 13:55:53 2008 +0100
32363
32364 [new uImage] Removed dead ramdisk code on microblaze architectures
32365
32366 Microblaze do_bootm_linux() includes ramdisk processing code but
32367 the ramdisk does not get used anywhere later on.
32368
32369 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
32370
32371 commit 5ad03eb3854c162684222a718b44c0716ea0db03
32372 Author: Marian Balakowicz <m8@semihalf.com>
32373 Date: Thu Jan 31 13:55:39 2008 +0100
32374
32375 [new uImage] Factor out common image_get_ramdisk() routine
32376
32377 Architecture specific do_bootm_linux() routines share common
32378 ramdisk image processing code. Move this code to a common
32379 helper routine.
32380
32381 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
32382
32383 commit d3c5eb6dd1f4ed3c3388386cf1d1bf82aa51d56b
32384 Author: Marian Balakowicz <m8@semihalf.com>
32385 Date: Thu Jan 31 13:20:08 2008 +0100
32386
32387 [new uImage] Move FDT error printing to common fdt_error() routine
32388
32389 FDT error handling in PPC do_bootm_linux() shares the same message format.
32390 This patch moves error message printing to a helper fdt_error() routine.
32391
32392 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
32393 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
32394
32395 commit 42b73e8ee00d48004791dea64b8093fb974c57e1
32396 Author: Marian Balakowicz <m8@semihalf.com>
32397 Date: Thu Jan 31 13:20:07 2008 +0100
32398
32399 [new uImage] Factor out common routines for getting os/arch/type/comp names
32400
32401 Move numeric-id to name translation for image os/arch/type/comp header
32402 fields to a helper routines: image_get_os_name(), image_get_arch_name(),
32403 image_get_type_name(), image_get_comp_name().
32404
32405 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
32406
32407 commit e99c26694a384221d336f6448c06a57479c0baa4
32408 Author: Marian Balakowicz <m8@semihalf.com>
32409 Date: Thu Jan 31 13:20:07 2008 +0100
32410
32411 [new uImage] Remove standalone applications handling from boootm
32412
32413 Standalone applications are supposed to be run using the "go" command.
32414 This patch removes standalone images handling from the do_bootm().
32415
32416 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
32417
32418 commit 4a2ad5ff6400698433dd7203d34939c3c9cc9bff
32419 Author: Marian Balakowicz <m8@semihalf.com>
32420 Date: Thu Jan 31 13:20:07 2008 +0100
32421
32422 [new uImage] Remove OF_FLAT_TREE support from PPC bootm code
32423
32424 Support for OF_FLAT_TREE is to be obsoleted in the near future,
32425 remove related code from the bootm routines.
32426
32427 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
32428
32429 commit 82850f3d32a2661868ec6876bed7a22c55cef718
32430 Author: Marian Balakowicz <m8@semihalf.com>
32431 Date: Thu Jan 31 13:20:06 2008 +0100
32432
32433 [new uImage] Use image API in SH do_bootm_linux() routine
32434
32435 Introduce image handling API for lately added Hitachi SH architecture.
32436
32437 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
32438
32439 commit 4a995edec1ac163d9326d143ffe2b47e7543407f
32440 Author: Marian Balakowicz <m8@semihalf.com>
32441 Date: Thu Jan 31 13:20:06 2008 +0100
32442
32443 [new uImage] Rename architecture specific bootm code files
32444
32445 Implementation of the do_bootm_linux() and other bootm helper routines is
32446 architecture specific code. As such it resides in lib_<arch> directories
32447 in files named <arch>_linux.c
32448
32449 This patch renames those files to a more clear and accurate
32450 lib_<arch>/bootm.c form.
32451
32452 List of the renamed files:
32453 lib_arm/armlinux.c -> lib_arm/bootm.c
32454 lib_avr32/avr32_linux.c -> lib_avr32/bootm.c
32455 lib_blackfin/bf533_linux.c -> lib_blackfin/bootm.c
32456 lib_i386/i386_linux.c -> lib_i386/bootm.c
32457 lib_m68k/m68k_linux.c -> lib_m68k/bootm.c
32458 lib_microblaze/microblaze_linux.c -> lib_microblaze/bootm.c
32459 lib_mips/mips_linux.c -> lib_mips/bootm.c
32460 lib_nios/nios_linux.c -> lib_nios/bootm.c
32461 lib_nios2/nios_linux.c -> lib_nios2/bootm.c
32462 lib_ppc/ppc_linux.c -> lib_ppc/bootm.c
32463 lib_sh/sh_linux.c -> lib_sh/bootm.c
32464
32465 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
32466
32467 commit 7582438c285bf0cef82909d0f232de64ec567a8a
32468 Author: Marian Balakowicz <m8@semihalf.com>
32469 Date: Thu Jan 31 13:20:06 2008 +0100
32470
32471 [new uImage] Return error on image move/uncompress overwrites
32472
32473 Check for overwrites during image move/uncompress, return with error
32474 when the original image gets corrupted. Report clear message to the user
32475 and prevent further troubles when pointer to the corrupted images is passed
32476 to do_bootm_linux routine.
32477
32478 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
32479
32480 commit f13e7b2e993c61fed1f607962501e051940d6e80
32481 Author: Marian Balakowicz <m8@semihalf.com>
32482 Date: Tue Jan 8 18:12:17 2008 +0100
32483
32484 [new uImage] Cleanup image header pointer use in bootm code
32485
32486 - use single image header pointer instead of a set of auxilliary variables.
32487 - add multi component image helper routines: get component size/data address
32488
32489 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
32490
32491 commit 1ee1180b6e93e56d0282ac8d943e448e9d0eab20
32492 Author: Marian Balakowicz <m8@semihalf.com>
32493 Date: Tue Jan 8 18:17:10 2008 +0100
32494
32495 [new uImage] Cleanup cmd_bootm.c
32496
32497 - sort and cleanup headers, declarations, etc.
32498 - group related routines
32499 - cleanup indentation, white spaces
32500
32501 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
32502
32503 commit af13cdbc01eaf88880978bfb4f603e012818ba24
32504 Author: Marian Balakowicz <m8@semihalf.com>
32505 Date: Tue Jan 8 18:11:45 2008 +0100
32506
32507 [new uImage] Add memmove_wd() common routine
32508
32509 Move common, watchdog sensible memmove code to a helper memmmove_wd() routine.
32510
32511 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
32512
32513 commit 958fc48abddeab513ea4847e34f22a2e9fe67fe1
32514 Author: Marian Balakowicz <m8@semihalf.com>
32515 Date: Tue Jan 8 18:11:44 2008 +0100
32516
32517 [new uImage] Fix FDT header verification in PPC do_boot_linux() routine
32518
32519 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
32520
32521 commit 15158971f49255ccef54f0979a942cfd3de2ae52
32522 Author: Marian Balakowicz <m8@semihalf.com>
32523 Date: Tue Jan 8 18:11:44 2008 +0100
32524
32525 [new uImage] Fix uImage header pointer use in i386 do_bootm_linux()
32526
32527 Use image header copy instead of a (possibly corrupted) pointer to
32528 a initial image location.
32529
32530 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
32531
32532 commit 261dcf4624b25f3c551efcf8634e9194fabba9c3
32533 Author: Marian Balakowicz <m8@semihalf.com>
32534 Date: Tue Jan 8 18:11:44 2008 +0100
32535
32536 [new uImage] Remove I386 uImage fake_header() routine
32537
32538 I386 targets are not using a uImage format, instead fake header
32539 is added to ram image before it is further processed by bootm.
32540
32541 Remove this fixup and force proper uImage use for I386.
32542
32543 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
32544
32545 commit 559316faf7eae0614c91d77f509b57d6c4c091ba
32546 Author: Marian Balakowicz <m8@semihalf.com>
32547 Date: Tue Jan 8 18:11:44 2008 +0100
32548
32549 [new uImage] Move CHUNKSZ definition to image.h
32550
32551 CHUNKSZ defined for PPC and M68K is set to the same value of 64K,
32552 move this definition to a common header.
32553
32554 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
32555
32556 commit 321359f20823e0b8c5ad38b64d007a6c48cda16e
32557 Author: Marian Balakowicz <m8@semihalf.com>
32558 Date: Tue Jan 8 18:11:43 2008 +0100
32559
32560 [new uImage] Move gunzip() common code to common/gunzip.c
32561
32562 Move gunzip(), zalloc() and zfree() to a separate file.
32563 Share zalloc() and zfree() with cramfs uncompress routine.
32564
32565 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
32566
32567 commit d45d5a18b6b36688f2365623f9d550566c664b5b
32568 Author: Marian Balakowicz <m8@semihalf.com>
32569 Date: Tue Jan 8 18:11:43 2008 +0100
32570
32571 [new uImage] Cleanup OF/FDT #if/#elif/#endif use in do_bootm_linux()
32572
32573 Make CONFIG_OF_LIBFDT and CONFIG_OF_FLAT_TREE use more
32574 readable in PPC variant of do_bootm_linux() routine.
32575
32576 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
32577
32578 commit 5d3cc55ecbae277e08f5ff771da20b1d6a36ec36
32579 Author: Marian Balakowicz <m8@semihalf.com>
32580 Date: Tue Jan 8 18:11:43 2008 +0100
32581
32582 [new uImage] Move PPC do_bootm_linux() to lib_ppc/ppc_linux.c
32583
32584 PPC implementation of do_bootm_linux() routine is moved to
32585 a dedicated file lib_ppc/ppc_linux.c
32586
32587 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
32588
32589 commit b97a2a0a21f279d66de8a9bdbfe21920968bcb1c
32590 Author: Marian Balakowicz <m8@semihalf.com>
32591 Date: Tue Jan 8 18:14:09 2008 +0100
32592
32593 [new uImage] Define a API for image handling operations
32594
32595 - Add inline helper macros for basic header processing
32596 - Move common non inline code common/image.c
32597 - Replace direct header access with the API routines
32598 - Rename IH_CPU_* to IH_ARCH_*
32599
32600 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
32601
32602 commit ed29bc4e8142b46b626f67524207b36e43d9aad6
32603 Author: Marian Balakowicz <m8@semihalf.com>
32604 Date: Thu Jan 31 13:19:58 2008 +0100
32605
32606 Add missing cmd_ximg.o to common/Makefile
32607
32608 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
32609
32610 commit 37e3c62fa07a823e7569c872e3a9395d227ed8e3
32611 Author: Grzegorz Bernacki <gjb@semihalf.com>
32612 Date: Mon Jan 28 10:15:02 2008 +0100
32613
32614 ADS5121e: DDR2 init/timing update.
32615
32616 Signed-off-by: John Rigby <jrigby@freescale.com>
32617 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
32618
32619 commit ac9152830d7fdebace8a260b7737ef2870c21ca0
32620 Author: John Rigby <jrigby@freescale.com>
32621 Date: Wed Jan 30 13:36:57 2008 -0700
32622
32623 Device tree updates
32624
32625 Changes to match 5121 device tree going mainline in 2.6.25.
32626
32627 Change OF_SOC from "soc5121" to plain "soc".
32628 Remove unneeded "ref-frequency" fixups.
32629 Remove "address" enetaddr fixup.
32630
32631 Add bus-frequency fixup for old OF_SOC so old
32632 kernels with old device trees will work with new
32633 u-boot with 66MHz IPS clock
32634
32635 Signed-off-by: John Rigby <jrigby@freescale.com>
32636
32637 commit de55d18df3ff2ea614624e74793de7c43520e0e7
32638 Author: John Rigby <jrigby@freescale.com>
32639 Date: Wed Jan 30 13:36:56 2008 -0700
32640
32641 Change IPS freq to 66MHz
32642
32643 Recommended frequency is 66MHz
32644 Change divider from 4 to 3.
32645
32646 Signed-off-by: John Rigby <jrigby@freescale.com>
32647
32648 commit cd9cb62f9d8b78d6c3af5d1e9b5a3d68a3d73974
32649 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32650 Date: Mon Jan 14 22:38:55 2008 +0100
32651
32652 xsengine: rename board_post_init to board_late_init
32653
32654 missing migration from "Cleanup of some init functions"
32655 in c837dcb1a316745092567bfe4fb266d0941884ff
32656
32657 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32658
32659 commit 8dafa87476b0d7170e219c2f5e3842c833a91807
32660 Author: Larry Johnson <lrj@acm.org>
32661 Date: Sat Jan 12 23:35:33 2008 -0500
32662
32663 Add attribute POST_PREREL to ECC memory POST
32664
32665 Signed-off-by: Larry Johnson <lrj@acm.org>
32666
32667 commit ed2cf548cac80cd3cf8154dcfe7b2685bef45938
32668 Author: Kumar Gala <galak@kernel.crashing.org>
32669 Date: Thu Jan 17 08:25:45 2008 -0600
32670
32671 QE: Move FDT support into a common file
32672
32673 Move the flat device tree setup for QE related devices into
32674 a common file shared between 83xx & 85xx platforms that have QE's.
32675
32676 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
32677
32678 commit d38da537943cd36356b9d3d9d9b60533554b81d8
32679 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
32680 Date: Wed Jan 23 17:20:14 2008 +0100
32681
32682 AVR32: Make SDRAM refresh rate configurable
32683
32684 The existing code assumes the SDRAM row refresh period should always
32685 be 15.6 us. This is not always true, and indeed on the ATNGW100, the
32686 refresh rate should really be 7.81 us.
32687
32688 Add a refresh_period member to struct sdram_info and initialize it
32689 properly for both ATSTK1000 and ATNGW100. Out-of-tree boards will
32690 panic() until the refresh_period member is updated properly.
32691
32692 Big thanks to Gerhard Berghofer for pointing out this issue.
32693
32694 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
32695
32696 commit 61151cccb660cdb06a07fb283de6089913d7bde0
32697 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
32698 Date: Thu Apr 19 10:10:11 2007 +0200
32699
32700 ATSTK1000: Fix potential flash programming bug
32701
32702 The (now obsolete) atngw100 flash programming code was having problems
32703 programming the onboard at49bv642 chip. The atstk1000 flash
32704 programming code may have the same bug, so import fix for this problem
32705 from the AVR32 Linux BSP.
32706
32707 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
32708
32709 commit b2e1d5b64469f10dfcce27f7b0afd935684a8e11
32710 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
32711 Date: Thu Nov 22 17:04:13 2007 +0100
32712
32713 ATSTK1004: Fix comment about default load address
32714
32715 The default load address is SDRAM + 2MB, not SDRAM + 4MB. The latter
32716 wouldn't have worked anyway since the board can only access 4MB of
32717 SDRAM.
32718
32719 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
32720
32721 commit 8269ab53608d8db2aa06969c337ab0b0518211e5
32722 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
32723 Date: Thu Nov 22 17:01:24 2007 +0100
32724
32725 ATSTK1002: Use SDRAM + 4MB as default load address
32726
32727 Many people run into problems when they compile a big kernel and load
32728 the uImage at the default SDRAM + 2MB address as the kernel will
32729 overwrite the uImage as it is being unpacked. Increase the default
32730 load address so that we can load a 4MB kernel image without any
32731 problems.
32732
32733 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
32734
32735 commit 2bcacc2d841b77f3d2d3910db722003742727e9f
32736 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
32737 Date: Thu Nov 22 16:51:39 2007 +0100
32738
32739 ATNGW100: Fix default mtest range
32740
32741 Let mtest cover the whole SDRAM except the last megabyte, which is
32742 where u-boot lives.
32743
32744 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
32745
32746 commit 9856a6b3104e0bc210b0868dfe691c52bf03c227
32747 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
32748 Date: Tue Jan 22 15:31:56 2008 +0900
32749
32750 sh: Fix register address of SH7722.
32751
32752 The address of SH7722 is wrong by old document.
32753 This patch fixes this problem.
32754
32755 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
32756
32757 commit 30942b18b66f35f2ceedab39af10e9eccaa943cc
32758 Author: Mike Frysinger <vapier@gentoo.org>
32759 Date: Mon Feb 4 19:26:57 2008 -0500
32760
32761 new command for displaying strings at specified memory locations
32762
32763 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
32764
32765 commit b58d8b48e25b0c866d167cc577f118f528cd9e0a
32766 Author: Mike Frysinger <vapier@gentoo.org>
32767 Date: Mon Feb 4 19:26:57 2008 -0500
32768
32769 rewrite/cleanup Blackfin RTC driver
32770
32771 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
32772
32773 commit 94a91e248b71c3ff951fc27cff6909e82ca37d15
32774 Author: Mike Frysinger <vapier@gentoo.org>
32775 Date: Mon Feb 4 19:26:57 2008 -0500
32776
32777 generate u-boot.ldr for Blackfin targets
32778
32779 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
32780
32781 commit b779f7a59530436040f157f7841db7ab796542df
32782 Author: Mike Frysinger <vapier@gentoo.org>
32783 Date: Mon Feb 4 19:26:57 2008 -0500
32784
32785 scrub unused symbols
32786
32787 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
32788
32789 commit cc2977acc3bbbb7850f16645dd1081f95335868d
32790 Author: Mike Frysinger <vapier@gentoo.org>
32791 Date: Mon Feb 4 19:26:57 2008 -0500
32792
32793 move Blackfin cpu object list to respective cpu directories
32794
32795 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
32796
32797 commit d0b01a246d0a351bc7dce1d0c9cf6aebdf6d7505
32798 Author: Mike Frysinger <vapier@gentoo.org>
32799 Date: Mon Feb 4 19:26:57 2008 -0500
32800
32801 interface to Blackfin on-chip One-Time-Programmable memory
32802
32803 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
32804
32805 commit 4c727c77e43872d3a1d1f76a949fcb3f26a38788
32806 Author: Mike Frysinger <vapier@gentoo.org>
32807 Date: Mon Feb 4 19:26:56 2008 -0500
32808
32809 add support for memory commands with Blackfin L1 instruction memory
32810
32811 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
32812
32813 commit 6b9097e5e7490aa7b828c6f1a1c7a0e875df8464
32814 Author: Mike Frysinger <vapier@gentoo.org>
32815 Date: Mon Feb 4 19:26:56 2008 -0500
32816
32817 use C code rather than inline assembly
32818
32819 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
32820
32821 commit 97c26e006d2fa6d4e1560933ee6f385d8b8908b9
32822 Author: Mike Frysinger <vapier@gentoo.org>
32823 Date: Mon Feb 4 19:26:56 2008 -0500
32824
32825 add Blackfin-specific reginfo command
32826
32827 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
32828
32829 commit 0858b835e7ea501ea084d34cef75932f098342bb
32830 Author: Mike Frysinger <vapier@gentoo.org>
32831 Date: Mon Feb 4 19:26:55 2008 -0500
32832
32833 add support for Blackfin symbol prefixes to examples
32834
32835 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
32836
32837 commit 8dc48d71a4be753ea9f84956cd33600de35fad04
32838 Author: Mike Frysinger <vapier@gentoo.org>
32839 Date: Mon Feb 4 19:26:55 2008 -0500
32840
32841 add Blackfin-specific bdinfo command
32842
32843 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
32844
32845 commit 0003613e3c7df3b84b2cb92e797d77f46f15a43a
32846 Author: Mike Frysinger <vapier@gentoo.org>
32847 Date: Mon Feb 4 19:26:55 2008 -0500
32848
32849 move -ffixed-P5 to blackfin_config.mk and drop unused -D__BLACKFIN__
32850
32851 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
32852
32853 commit 60fa72d65610c7ef33e1d6db858979d05ff0df58
32854 Author: Mike Frysinger <vapier@gentoo.org>
32855 Date: Mon Feb 4 19:26:55 2008 -0500
32856
32857 unify the Blackfin board targets
32858
32859 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
32860
32861 commit d4d7730853e5d675f76ec666807da3028c91d592
32862 Author: Mike Frysinger <vapier@gentoo.org>
32863 Date: Mon Feb 4 19:26:55 2008 -0500
32864
32865 punt Blackfin VDSP headers and import sanitized/auto-generated ones
32866
32867 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
32868
32869 commit 6cfcce67671a3425229d66203386fa3cbd0cc3bd
32870 Author: Mike Frysinger <vapier@gentoo.org>
32871 Date: Mon Feb 4 19:26:54 2008 -0500
32872
32873 always pull in asm/blackfin.h for Blackfin ports
32874
32875 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
32876
32877 commit bf53974c2ddae678d7660f2b5ccfeb0732b6f5dc
32878 Author: Mike Frysinger <vapier@gentoo.org>
32879 Date: Mon Feb 4 19:26:54 2008 -0500
32880
32881 add missing __raw versions of Blackfin read/write io functions
32882
32883 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
32884
32885 commit 24e02d0fd3acc50e73e1a3cdd567f0a77946f15d
32886 Author: Mike Frysinger <vapier@gentoo.org>
32887 Date: Mon Feb 4 19:26:54 2008 -0500
32888
32889 add the default Blackfin logo used by Blackfin boards with splash screens
32890
32891 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
32892
32893 commit 4c58eb5552220e425c8af6ac8d2839244a2f57b1
32894 Author: Mike Frysinger <vapier@gentoo.org>
32895 Date: Mon Feb 4 19:26:54 2008 -0500
32896
32897 add some more Blackfin docs
32898
32899 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
32900
32901 commit 32a9f5f2160a034ea87ea651b233ef7c635e55cf
32902 Author: Mike Frysinger <vapier@gentoo.org>
32903 Date: Mon Feb 4 19:26:54 2008 -0500
32904
32905 make smc91111_eeprom managment simpler by depending on the board configuration file rather than a hardcoded list of boards
32906
32907 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
32908
32909 commit 4087bc88cebec75c432a7fe9f6afb545b0919831
32910 Author: Mike Frysinger <vapier@gentoo.org>
32911 Date: Mon Feb 4 19:26:54 2008 -0500
32912
32913 fix building on Blackfin as the assembler supports the .set syntax, not the = syntax, for assigning symbols
32914
32915 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
32916
32917 commit b45264ee85cbd92020640a32e02fb434fd557108
32918 Author: Mike Frysinger <vapier@gentoo.org>
32919 Date: Mon Feb 4 19:26:53 2008 -0500
32920
32921 add gitignores for Blackfin pieces
32922
32923 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
32924
32925 commit a93907c43f847f076dd0e34ee3b69b5e8e6d0d29
32926 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32927 Date: Fri Jan 18 01:14:03 2008 +0100
32928
32929 TFTP: add host ip addr support
32930
32931 allow to use a different server as set in serverip
32932 add CONFIG_TFTP_FILE_NAME_MAX_LEN to configure the file name length
32933 if not defined the max length will be at 128
32934
32935 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32936
32937 commit e56b4b494cd92def577969f9678395aa22d34c9f
32938 Author: Timur Tabi <timur@freescale.com>
32939 Date: Wed Jan 9 14:35:26 2008 -0600
32940
32941 85xx,86xx: Determine I2C clock frequencies and store in global_data
32942
32943 Update global_data to define i2c1_clk and i2c2_clk to 85xx and 86xx.
32944
32945 Update the get_clocks() function in 85xx and 86xx to determine the I2C
32946 clock frequency and store it in gd->i2c1_clk and gd->i2c2_clk.
32947
32948 Signed-off-by: Timur Tabi <timur@freescale.com>
32949
32950 commit 7ec8bb15ee368ea54d48d64867767a704d9ab4c2
32951 Author: Wolfgang Denk <wd@denx.de>
32952 Date: Thu Dec 27 10:56:54 2007 +0100
32953
32954 OMAP5912: fix FIFO handling in UART driver
32955
32956 According to the OMAP5912 Serial Interfaces Reference Guide (see
32957 http://focus.ti.com/lit/ug/spru760c/spru760c.pdf, page 150), the
32958 FIFO_EN enable bit in the FIFO Control Register (FCR) can only be
32959 changed when the baud clock is not running, i. e. when both DLL and
32960 DLH are set to 0.
32961
32962 Thus make sure that DLL and DLH are 0 when writing the FCR.
32963
32964 Signed-off-by: Wolfgang Denk <wd@denx.de>
32965
32966 commit 16158778b5f52f201e95ded2d2d9084b0ed5670d
32967 Author: Harald Welte <laforge@openmoko.org>
32968 Date: Wed Dec 19 15:10:52 2007 +0100
32969
32970 ARM: S3C24x0 SoC NAND controller support
32971
32972 This patch adds NAND support to the S3C24x0 SoC code in u-boot
32973
32974 Signed-off-by: Harald Welte <laforge@openmoko.org>
32975
32976 commit a7c185ed3d9f8ebd85cfc286e1ffee72e4803163
32977 Author: Harald Welte <laforge@openmoko.org>
32978 Date: Wed Dec 19 14:24:40 2007 +0100
32979
32980 ARM: s3c24xx: Multiple serial port support
32981
32982 This patch adds support for CONFIG_SERIAL_MULTI on s3c24x0 CPU's
32983
32984 Signed-off-by: Harald Welte <laforge@openmoko.org>
32985
32986 commit a25f72f1f73a11de68251fb88c89991e202e68fa
32987 Author: Harald Welte <laforge@openmoko.org>
32988 Date: Wed Dec 19 14:16:57 2007 +0100
32989
32990 ARM: arm920t: Allow use of 'gd' pointer from IRQ
32991
32992 This patch allows us to use the 'gd' pointer (and thus environment
32993 and everything else associated with it) from interrupt context on
32994 arm920t.
32995
32996 Signed-off-by: Harald Welte <laforge@openmoko.org>
32997
32998 commit be19bd5cd0f454b63298844a0b5377e029b2caad
32999 Author: Harald Welte <laforge@openmoko.org>
33000 Date: Wed Dec 19 14:19:38 2007 +0100
33001
33002 ARM: arm920/s3c24xx: IRQ demulitplexer callback
33003
33004 This patch adds a IRQ demultiplexer callback to the arm920 cpu core code,
33005 plus a stub implementation of it for the S3C2410.
33006
33007 The purpose is to allow arm920t implementations such as the s3c24x0 to
33008 implement interrupt handlers in u-boot without having to touch core
33009 arm920t code.
33010
33011 Signed-off-by: Harald Welte <laforge@openmoko.org>
33012
33013 commit a41dbbd98d201d8aea31b5d21df4742c20cd7eda
33014 Author: Hebbar <gururajakr@sanyo.co.in>
33015 Date: Tue Dec 18 16:03:07 2007 -0800
33016
33017 ARM: Display Ethernet info in do_bdinfo only if CONFIG_CMD_NET is defined
33018
33019 Add ifdef to bdinfo command to display ethernet information
33020 only if CONFIG_CMD_NET is defined for arm modules.
33021
33022 Signed-off-by: K R Gururaja Hebbar <gururajakr@sanyo.co.in>
33023
33024 commit f7ad79b6f9f0f45437b62e19b45356cc2aaf4884
33025 Author: Hebbar <gururajakr@sanyo.co.in>
33026 Date: Tue Dec 18 16:00:54 2007 -0800
33027
33028 ARM: add I2C init function call in lib_arm/board.c
33029
33030 Adds I2C init func call to init sequence for ARM boards. This is
33031 present in ppc,blackfin and other processor init sequence.
33032
33033 Signed-off-by: K R Gururaja Hebbar <gururajakr@sanyo.co.in>
33034
33035 commit ff02f139804f3cb61414f7bbcbfdaa0279e3efae
33036 Author: Stefan Roese <sr@denx.de>
33037 Date: Fri Feb 1 09:38:29 2008 +0100
33038
33039 ppc4xx: Fix ndfc HW ECC byte order
33040
33041 The current ndfc HW ECC implementation swaps the first two ECC bytes.
33042 But the 4xx NDFC already uses the SMC (Smart Media Card) ECC ordering,
33043 so this swapping in the HW ECC driver is bogus. This patch fixes this
33044 problem and now really uses the SMC ECC byte order.
33045
33046 Thanks to Sean MacLennan for pointing this out.
33047
33048 Signed-off-by: Stefan Roese <sr@denx.de>
33049
33050 commit e1d1429b49b0ee58c80f8c7b29c1ebaf8be7f5f1
33051 Author: Stefan Roese <sr@denx.de>
33052 Date: Wed Jan 30 15:35:50 2008 +0100
33053
33054 ppc4xx: Fix GPIO configuration for pcs440ep
33055
33056 The SRD0_PFC0 register was not configured correctly to enable the GPIO's
33057 49-63 for GPIO. They have been configured as trace signals. This patch
33058 fixes this by clearing the corresponding bit.
33059
33060 Signed-off-by: Stefan Roese <sr@denx.de>
33061
33062 commit 28d77d968bfe0316deb5bf15c17f57d5ff2c8821
33063 Author: Stefan Roese <sr@denx.de>
33064 Date: Wed Jan 30 14:48:28 2008 +0100
33065
33066 ppc4xx: Fix problem with init-ram bigger than 4k on 440 platforms
33067
33068 Signed-off-by: Stefan Roese <sr@denx.de>
33069
33070 commit 4fedfddf97461b88668b9aec774dfb7a0c6dc368
33071 Author: Ladislav Michl <ladis@linux-mips.org>
33072 Date: Fri Dec 7 00:42:32 2007 +0100
33073
33074 ARM: Board voiceblue update
33075
33076 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
33077
33078 commit 2c5260f711168d5ee91c70ddbb7d897013eefc46
33079 Author: Ladislav Michl <ladis@linux-mips.org>
33080 Date: Thu Dec 6 23:24:57 2007 +0100
33081
33082 ARM: AT91RM9200 based boards config cleanup
33083
33084 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
33085
33086 Remove nowhere used struct bd_info_ext, remove trailing whitespaces, fix
33087 indentation.
33088
33089 commit 481f28b1db5cd21deb55f69399ba240e107af4c7
33090 Author: Ladislav Michl <ladis@linux-mips.org>
33091 Date: Thu Dec 6 22:59:16 2007 +0100
33092
33093 ARM: Fix at91rm9200dk base address
33094
33095 Somewhere during development of U-Boot-1.1.3 CONFIG_BOOTBINFUNC was
33096 renamed into CONFIG_INIT_CRITICAL which was 04 Apr 2005 replaced
33097 with CONFIG_SKIP_LOWLEVEL_INIT and CONFIG_SKIP_RELOCATE_UBOOT.
33098 However CONFIG_SKIP_LOWLEVEL_INIT has oposite meaning to
33099 CONFIG_BOOTBINFUNC, so fix configuration to reflect this fact.
33100 I'm sending this patch 4th (!) time in hope it produces at least some
33101 reaction.
33102
33103 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
33104
33105 Fix at91rm9200dk base and environment address.
33106
33107 commit c95219fae2a7add7daa2f91aedca65b1698465c7
33108 Author: stefano babic <sbabic@denx.de>
33109 Date: Tue Nov 20 10:40:24 2007 +0100
33110
33111 MMC for PXA 27X (resubmit)
33112
33113 MMC support for X_Scale PXA is broken and does not work.
33114 Mainly, the mmc_init() function cannot recognize current SD/MMC cards.
33115 There were already some patches around the world but none of them was
33116 merged into the official u-boot tree.
33117
33118 This patch makes order fixing this issue. Resubmit after code cleanup.
33119
33120 Applied and tested on PXA 270 (TrizepsIV module).
33121
33122 Signed-off-by: Stefano Babic <sbabic@denx.de>
33123
33124 commit 96bbfa1e6625ce23a150936863b3ecf4c853eb33
33125 Author: stefano babic <sbabic@denx.de>
33126 Date: Tue Nov 20 10:37:04 2007 +0100
33127
33128 Fix gcc issues in pxa-regs.h
33129
33130 Fix gcc4 issue. With some toolchain, a previous patch that fixes gcc4
33131 issues generates wrong code.
33132 (Problem was reported with gcc-4.0.2-glibc-2.3.6/arm-softfloat-linux-gnu).
33133 This patch fixes the problem and solves the gcc-4 issues as the linux
33134 kernel does.
33135
33136 Signed-off-by: Stefano Babic <sbabic@denx.de>
33137 Signed-off-by: Dmitry Ivanov <ivadmitry@gmail.com>
33138
33139 commit 7047b388876e7b905b2ec4edb8010543e3641b85
33140 Author: Jens Gehrlein <sew_s@tqs.de>
33141 Date: Tue Jan 29 08:45:03 2008 +0100
33142
33143 TQM834x: enable DHCP
33144
33145 Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
33146 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
33147
33148 commit a877004d44ca7dbc1e618add3eeb1da7c84e4bec
33149 Author: Jens Gehrlein <sew_s@tqs.de>
33150 Date: Tue Jan 29 08:45:02 2008 +0100
33151
33152 TQM834x: support for Spansion N-type Flashes (sector size = 256 KiB at 2x16 Bit).
33153
33154 Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
33155 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
33156
33157 commit 8931ab176025b03cfc320b3fd1eca432a88ed560
33158 Author: Ben Warren <biggerbadderben@gmail.com>
33159 Date: Sat Jan 26 23:41:19 2008 -0500
33160
33161 Fix conditional compilation of mpx8xxx_spi driver
33162
33163 This driver should only compile if CONFIG_MPC8XXX_SPI is set
33164
33165 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
33166 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
33167
33168 commit 63f732d3d3880feb531f48af247c025bf01462b0
33169 Author: Rafal Jaworowski <raj@semihalf.com>
33170 Date: Tue Jan 29 17:00:34 2008 +0100
33171
33172 API: Provide dummy halt() in the glue layer.
33173
33174 This fixes a demo app link failure on platforms configured with CONFIG_PANIC_HANG.
33175
33176 Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
33177
33178 commit 0dc1fc22af86d16993388d9ed9630dbaa2d51826
33179 Author: Rafal Jaworowski <raj@semihalf.com>
33180 Date: Tue Jan 29 16:57:38 2008 +0100
33181
33182 API: Convert conditional building to the new scheme.
33183
33184 This fixes a build breakage with CONFIG_API enabled, which appeared after
33185 the recent changes in the U-Boot build system.
33186
33187 Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
33188
33189 commit 98b742489c09780be6a832eeaa4e5eff824792bb
33190 Author: Wolfgang Denk <wd@denx.de>
33191 Date: Fri Jan 25 09:56:17 2008 +0100
33192
33193 inka4x0: remove dead code
33194
33195 Signed-off-by: Wolfgang Denk <wd@denx.de>
33196
33197 commit 4f93f8b1a4d35b6d302842132edba920ef8f62aa
33198 Author: Becky Bruce <becky.bruce@freescale.com>
33199 Date: Wed Jan 23 16:31:06 2008 -0600
33200
33201 86xx: Add reginfo command
33202
33203 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
33204
33205 commit ddcebcb638715a6278da93b553d5016f99823816
33206 Author: Becky Bruce <becky.bruce@freescale.com>
33207 Date: Wed Jan 23 16:31:05 2008 -0600
33208
33209 86xx: Add print_laws function to fsl_law.c
33210
33211 This can be used for debug, and will be used by board code
33212 to help implement reginfo.
33213
33214 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
33215
33216 commit 9cd32426f26a0567bb61f339edd83c6a2ce9bfc3
33217 Author: Becky Bruce <becky.bruce@freescale.com>
33218 Date: Wed Jan 23 16:31:04 2008 -0600
33219
33220 86xx: Remove old-style law setup code
33221
33222 This includes mpc8610hpcd, mpc8641hpcn, and sbc8641d.
33223
33224 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
33225
33226 commit 713d8186649dae874613d495b0cecaa039a98b30
33227 Author: Becky Bruce <becky.bruce@freescale.com>
33228 Date: Wed Jan 23 16:31:03 2008 -0600
33229
33230 86xx: Convert sbc8641d to use new law setup code.
33231
33232 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
33233
33234 commit 031976f6364b93833e989f57e9f1e023e0be8c4c
33235 Author: Becky Bruce <becky.bruce@freescale.com>
33236 Date: Wed Jan 23 16:31:02 2008 -0600
33237
33238 86xx: Convert mpc8610hpcd to new law setup method.
33239
33240 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
33241
33242 commit 4933b91f8a49e436681f163df3173beb91cac44a
33243 Author: Becky Bruce <becky.bruce@freescale.com>
33244 Date: Wed Jan 23 16:31:01 2008 -0600
33245
33246 86xx: Support new law setup method and convert mpc8641
33247
33248 Adds the support code in cpu/mpc86xx for the new law setup code
33249 recently created fsl_law.c, and changes the MPC8641HPCN config
33250 to use this code.
33251
33252 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
33253
33254 commit 1a41f7ce9c086e208c0eabf52565a237af2a2bd1
33255 Author: Becky Bruce <becky.bruce@freescale.com>
33256 Date: Wed Jan 23 16:31:00 2008 -0600
33257
33258 86xx: Rearrange the sequence in start.S
33259
33260 * split the BAT initialization so that only 2 BATs (for the boot page
33261 and stack) are programmed very early on. The rest are initialized later.
33262 * Move other BAT setup, ccsrbar setup, and law setup later in the code
33263 after translation has been enabled.
33264
33265 These changes will facilitate the moving of law and BAT initialization
33266 to C code, and will aid with 36-bit physical addressing support.
33267
33268 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
33269
33270 commit 33dac03b1b5d61e4fed7bad445ba40b4c97feba0
33271 Author: Wolfgang Denk <wd@denx.de>
33272 Date: Wed Jan 23 14:41:37 2008 +0100
33273
33274 Coding Style Cleanup; update CHANGELOG
33275
33276 Signed-off-by: Wolfgang Denk <wd@denx.de>
33277
33278 commit 865f0f9754b95183cad395de7e8cb85df0c6ea1f
33279 Author: Wolfgang Denk <wd@denx.de>
33280 Date: Wed Jan 23 14:31:17 2008 +0100
33281
33282 Coding Style Cleanup; update CHANGELOG
33283
33284 Signed-off-by: Wolfgang Denk <wd@denx.de>
33285
33286 commit cfe5ca77976afdbe7ecb86e39fd7505bde636ace
33287 Author: Dave Liu <r63238@freescale.com>
33288 Date: Fri Jan 18 10:07:04 2008 +0800
33289
33290 mpc83xx: Correct the struct spi8xxx in mpc8xxx_spi.h
33291
33292 The commit 04a9e1180ac76a7bacc15a6fcd95ad839d65bddb
33293 cause the 83xx immap broken, so the DMA and PCI will
33294 be failed.
33295
33296 The patch fix the struct spi8xxx and rm struct spi83xx.
33297
33298 Signed-off-by: Dave Liu <daveliu@freescale.com>
33299 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
33300
33301 commit 6b4439444286e0fcd01596df504e6ca897ad3e5a
33302 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
33303 Date: Sat Apr 14 17:11:49 2007 +0200
33304
33305 AVR32: ATNGW100 board support
33306
33307 Add support for the ATNGW100 Network Gateway reference design,
33308 including flash, ethernet and MMC support.
33309
33310 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
33311
33312 commit e006927a0b9a54e8ee7685d8ac748aaad6801862
33313 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
33314 Date: Sat Nov 24 18:15:31 2007 +0100
33315
33316 AVR32: Initialize ipaddr, loadaddr and bootfile at startup
33317
33318 I don't know why the relevant layers can't do this by itself, but this
33319 is what ppc does.
33320
33321 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
33322
33323 commit 799891ef7b1b3432032ec23466df6b665a797fa4
33324 Author: Michael Schwingen <michael@schwingen.org>
33325 Date: Fri Jan 18 00:04:28 2008 +0100
33326
33327 Add AcTux board support
33328
33329 Hi,
33330
33331 The patch adds 4 boards, called AcTux-1 .. AcTux-4. This patch contains the
33332 files that
33333 contain changes for multiple boards, the board-specific files follow as
33334 separate patches.
33335
33336 Signed-off-by: Michael Schwingen <michael@schwingen.org>
33337
33338 commit 66a4344a4d910a11125df7768899ad529719855e
33339 Author: Michael Schwingen <michael@schwingen.org>
33340 Date: Wed Jan 16 19:53:23 2008 +0100
33341
33342 add AcTux-4 board support
33343
33344 Signed-off-by: Michael Schwingen <michael@schwingen.org>
33345
33346 commit bc24345e4101a5c996d6b48ce497b09c53025dc6
33347 Author: Michael Schwingen <michael@schwingen.org>
33348 Date: Wed Jan 16 19:51:55 2008 +0100
33349
33350 add AcTux-3 board support
33351
33352 Signed-off-by: Michael Schwingen <michael@schwingen.org>
33353
33354 commit aebf00fc4d1343b24715373893f7b20bf462d1e9
33355 Author: Michael Schwingen <michael@schwingen.org>
33356 Date: Wed Jan 16 19:51:14 2008 +0100
33357
33358 add AcTux-2 board support
33359
33360 Signed-off-by: Michael Schwingen <michael@schwingen.org>
33361
33362 commit ea99e8f05b7240fd657739e286664664ae160abe
33363 Author: Michael Schwingen <michael@schwingen.org>
33364 Date: Wed Jan 16 19:50:37 2008 +0100
33365
33366 add AcTux-1 board support
33367
33368 Signed-off-by: Michael Schwingen <michael@schwingen.org>
33369
33370 commit 3d9f3bfb7a33efe8e41e01b025563cd712c57d64
33371 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33372 Date: Mon Jan 14 19:20:08 2008 +0100
33373
33374 ARM: remove useless function board_post_init
33375
33376 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33377
33378 commit 96bd462942022e4569b582c072a0ed26de1cd19b
33379 Author: Michael Schwingen <michael@schwingen.org>
33380 Date: Thu Jan 10 14:59:46 2008 +0100
33381
33382 IXP: enable RTS
33383
33384 enables the RTS signal with CONFIG_SERIAL_RTS_ACTIVE.
33385 No handshaking is done, but the active RTS signal allows to
33386 connect to the target using a PC which is using RTS/CTS
33387 handshake, and does no harm if the PC is set to ignore RTS.
33388
33389 Signed-off-by: Michael Schwingen <michael@schwingen.org>
33390
33391 commit a1cf027a08f9dc1c0e769499e6f4fbddcf9cab93
33392 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33393 Date: Mon Jan 7 08:41:34 2008 +0100
33394
33395 IXP: add dynamic microcode addr
33396
33397 allow to load the microde from flash or ram by download it through
33398 the serial or other.
33399
33400 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33401 Acked-by: Stefan Roese <sr@denx.de>
33402
33403 commit 63ebcc4615dd39926ccf61f1d5f3510262ef6564
33404 Author: Michael Schwingen <michael@schwingen.org>
33405 Date: Sat Nov 10 15:44:12 2007 +0100
33406
33407 load ixp42x NPE firmware from separate flash block, remove dead code
33408
33409 Hi,
33410
33411 the following patch adds support to move the IXP42X NPE firmware to a
33412 separate flash block, whose start address is defined in
33413 CONFIG_IXP4XX_NPE_EXT_UCODE_BASE. Using that, it is possible to build
33414 NPE-enabled u-boot without copyright problems due to the NPE firmware.
33415
33416 I hope the patch applies, I get whitespace-related differences in the NPE
33417 files due to trailing whitespace in the original versions.
33418
33419 Signed-off-by: Michael Schwingen <michael@schwingen.org>
33420 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33421
33422 commit 57a127201eb3d8cc19170a008e0bd7af608bd72f
33423 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
33424 Date: Tue Jan 15 14:15:46 2008 -0600
33425
33426 ColdFire: MCF547x_8x - Add M5475EVB and M5485EVB support
33427
33428 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
33429 Signed-off by: John Rigby <jrigby@freescale.com>
33430
33431 commit 1aee111135d8660a164d4f6bf7d66b032ea535cf
33432 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
33433 Date: Tue Jan 15 14:02:49 2008 -0600
33434
33435 ColdFire: MCF547x_8x - Add M547xEVB and M548xEVB board
33436
33437 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
33438 Signed-off by: John Rigby <jrigby@freescale.com>
33439
33440 commit 777d1abd9796f1c2e148417cc10657e847d318ce
33441 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
33442 Date: Tue Jan 15 14:00:25 2008 -0600
33443
33444 ColdFire: Add MCF547x_8x FEC driver
33445
33446 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
33447 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
33448 Signed-off by: John Rigby <jrigby@freescale.com>
33449
33450 commit 72f56adc0b25d43875ad067bae6be1bcea86b79f
33451 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
33452 Date: Tue Jan 15 13:54:09 2008 -0600
33453
33454 ColdFire: Add MCF547x_8x dma code and header files
33455
33456 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
33457 Signed-off by: John Rigby <jrigby@freescale.com>
33458
33459 commit ce09fc49b56ea3c442794b6be9b7db4b99dfdc87
33460 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
33461 Date: Tue Jan 15 13:52:03 2008 -0600
33462
33463 ColdFire: Add MCF547x_8x dma code - 2
33464
33465 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
33466 Signed-off by: John Rigby <jrigby@freescale.com>
33467
33468 commit 11865ea844e7154fd30c7e2860da4eed4a12ad1f
33469 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
33470 Date: Tue Jan 15 13:48:52 2008 -0600
33471
33472 ColdFire: Add MCF547x_8x dma code - 1
33473
33474 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
33475 Signed-off by: John Rigby <jrigby@freescale.com>
33476
33477 commit 4621fc3fe7cd65b78b3cbd31f65c9f7f72b22bd3
33478 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
33479 Date: Tue Jan 15 13:39:44 2008 -0600
33480
33481 ColdFire: Add MCF547x_8x related header files
33482
33483 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
33484 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
33485 Signed-off by: John Rigby <jrigby@freescale.com>
33486
33487 commit 570c0186aecab1b747b2d44d0e1d3c1ac4cb27f5
33488 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
33489 Date: Tue Jan 15 13:37:34 2008 -0600
33490
33491 ColdFire: Add MCF547x_8x cpu arch
33492
33493 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
33494 Signed-off by: John Rigby <jrigby@freescale.com>
33495
33496 commit e2756f4b54aba0e0523b81dd145666829cf7fd59
33497 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
33498 Date: Mon Jan 14 17:47:23 2008 -0600
33499
33500 ColdFire: Add MCF5227x cpu and M52277EVB support-3
33501
33502 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
33503 Signed-off by: John Rigby <jrigby@freescale.com>
33504
33505 commit c87581027994c148131b2f11aa75501f782ec19a
33506 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
33507 Date: Mon Jan 14 17:46:19 2008 -0600
33508
33509 ColdFire: Add MCF5227x cpu and MCF52277EVB support-2
33510
33511 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
33512 Signed-off by: John Rigby <jrigby@freescale.com>
33513
33514 commit 1552af70ecab11b9f3dceff7528ed15faf678b9d
33515 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
33516 Date: Mon Jan 14 17:43:33 2008 -0600
33517
33518 ColdFire: Add MCF5227x cpu and M52277EVB support-1
33519
33520 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
33521 Signed-off by: John Rigby <jrigby@freescale.com>
33522
33523 commit 397b7b81a1f1008798ae1206913508cc89cb3a7d
33524 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
33525 Date: Mon Jan 14 17:35:44 2008 -0600
33526
33527 ColdFire: Fix CFI Flash low level Read/Write macro
33528
33529 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
33530 Signed-off by: John Rigby <jrigby@freescale.com>
33531
33532 commit aa5f1f9dc815a76f6dffb580798599c028fe7feb
33533 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
33534 Date: Mon Jan 14 17:23:08 2008 -0600
33535
33536 ColdFire: Add M5373EVB platform support - 2
33537
33538 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
33539 Signed-off by: John Rigby <jrigby@freescale.com>
33540
33541 commit 1ac559d4aa358f63b48c62b564224c06feeb4e36
33542 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
33543 Date: Mon Jan 14 17:19:54 2008 -0600
33544
33545 ColdFire: Add M5373EVB platform support - 1
33546
33547 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
33548 Signed-off by: John Rigby <jrigby@freescale.com>
33549
33550 commit 320d61991fa3190ee41765601ed017b6b5ff7b2b
33551 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
33552 Date: Mon Jan 14 17:17:03 2008 -0600
33553
33554 ColdFire: Update FlexBus CS for MCF532x
33555
33556 Definition update and change from 16bit to 32bit
33557
33558 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
33559 Signed-off by: John Rigby <jrigby@freescale.com>
33560
33561 commit 2e72ad0644b940817a89a3590ce0d7b99c05c396
33562 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
33563 Date: Mon Jan 14 17:11:47 2008 -0600
33564
33565 ColdFire: PCI and misc updates for MCF5445x
33566
33567 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
33568 Signed-off by: John Rigby <jrigby@freescale.com>
33569
33570 commit d2b16493480ac3d4a60ad7d835b0dc27d2e99cee
33571 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
33572 Date: Mon Jan 14 17:06:55 2008 -0600
33573
33574 ColdFire: MCF5445x header files cleanup
33575
33576 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
33577 Signed-off by: John Rigby <jrigby@freescale.com>
33578
33579 commit d9aae6260993a93f7fcf13abff85a601f4f50ea7
33580 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
33581 Date: Mon Jan 14 16:59:42 2008 -0600
33582
33583 ColdFire: MCF532x header files cleanup
33584
33585 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
33586 Signed-off by: John Rigby <jrigby@freescale.com>
33587
33588 commit 7af7751d047e74b2ec58400f97b879c56446b3e8
33589 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
33590 Date: Mon Jan 14 15:30:15 2008 -0600
33591
33592 ColdFire: Add modules header files
33593
33594 Add CF specific modules header files
33595
33596 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
33597 Signed-off-by: John Rigby <jrigby@freescale.com>
33598
33599 commit 2956acd5ef93a498337f8ac2ec6ae6a77d491dc5
33600 Author: Kim Phillips <kim.phillips@freescale.com>
33601 Date: Thu Jan 17 12:48:00 2008 -0600
33602
33603 codingstyle cleanup for spi driver
33604
33605 ..and rm unused CONFIG_FSL_SPI define
33606
33607 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
33608
33609 commit d59feffb42c9f174116db7a82a311df98983dfce
33610 Author: Haiying Wang <Haiying.Wang@freescale.com>
33611 Date: Wed Jan 16 17:12:12 2008 -0500
33612
33613 FSL: Fix common EEPROM_data structure definition
33614
33615 - Fix EEPROM_data structure definition according to System EEPROM Data Format.
33616 - Read MAC addresses from EEPROM to ethXaddr before saving ethXaddr to
33617 bd->bi_ethaddr.
33618
33619 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
33620
33621 commit 6bee764bd6da510a4aad614880300c968bc7318d
33622 Author: Timur Tabi <timur@freescale.com>
33623 Date: Wed Jan 16 15:48:12 2008 -0600
33624
33625 86xx: enable command-line editing
33626
33627 Enable command-line editing for all MPC86xx boards.
33628
33629 Signed-off-by: Timur Tabi <timur@freescale.com>
33630
33631 commit 80ddd22626d321a772ebfba304eb7830cb4f6bac
33632 Author: Ben Warren <biggerbadderben@gmail.com>
33633 Date: Wed Jan 16 22:37:42 2008 -0500
33634
33635 Implement hard SPI driver on MPC8349EMDS
33636
33637 This patch implements the fsl_spi driver on the MPC8349EMDS evaluation board.
33638 This board has an ST M25P40 4Mbit EEPROM on its SPI bus
33639
33640 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
33641 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
33642
33643 commit 04a9e1180ac76a7bacc15a6fcd95ad839d65bddb
33644 Author: Ben Warren <biggerbadderben@gmail.com>
33645 Date: Wed Jan 16 22:37:35 2008 -0500
33646
33647 Add support for a Freescale non-CPM SPI controller
33648
33649 This patch adds support for the SPI controller found on Freescale PowerPC
33650 processors such as the MCP834x family. Additionally, a new config option,
33651 CONFIG_HARD_SPI, is added for general purpose SPI controller use.
33652
33653 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
33654 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
33655
33656 commit a8cb43a89be6cfd283257a603dd9841503ccce0f
33657 Author: Dave Liu <r63238@freescale.com>
33658 Date: Thu Jan 17 18:23:19 2008 +0800
33659
33660 mpc83xx: Fix the fatal conflict of merge
33661
33662 The commit 9e89647889cd4b5ada5b5e7cad6cbe55737a08d7
33663 will cause the mpc8315erdb board can't boot up.
33664
33665 The patch fix that bug, and remove the duplicated #ifdef
33666 CFG_SPCR_TSECEP code and clean the SCCR_TSEC2 for
33667 MPC8313E processor.
33668
33669 Signed-off-by: Dave Liu <daveliu@freescale.com>
33670 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
33671
33672 commit 3259eeaa4148125a81417477f62c05bd67f60587
33673 Author: Larry Johnson <lrj@acm.org>
33674 Date: Thu Jan 17 08:50:09 2008 -0500
33675
33676 Merge Sequoia beautification into Korat code
33677
33678 Signed-off-by: Larry Johnson <lrj@acm.org>
33679
33680 commit e16925773211291b562e77187061e9dd1d757217
33681 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
33682 Date: Thu Jan 17 07:45:05 2008 +0100
33683
33684 net: add 'ethrotate' environment variable
33685
33686 [PATCH] net: add 'ethrotate' environment variable
33687
33688 This patch replaces the buildtime configuration option
33689 CONFIG_NET_DO_NOT_TRY_ANOTHER through the 'ethrotate' runtime
33690 configuration veriable. See README.
33691
33692 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
33693 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
33694
33695 commit ba52be3d0e618c26070e93aaf3c1f2d2adf5571f
33696 Author: Stefan Roese <sr@denx.de>
33697 Date: Thu Jan 17 14:29:04 2008 +0100
33698
33699 ppc4xx: Fix compilation warnings and coding style issues in HCU4/HCU5
33700
33701 Signed-off-by: Stefan Roese <sr@denx.de>
33702
33703 commit 55ed1516cbc1dad3ae277c67ee06fc4a46eaac7d
33704 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
33705 Date: Thu Jan 17 18:07:32 2008 +0900
33706
33707 sh: Remove CONFIG_COMMANDS from MS7720SE config file
33708
33709 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
33710
33711 commit 055606bd25e88c0cd04ad348a679a04b1b616bee
33712 Author: Niklaus Giger <niklaus.giger@netstal.com>
33713 Date: Wed Jan 16 18:39:20 2008 +0100
33714
33715 ppc4xx: Netstal HCU4 board: added various fixes and POST
33716
33717 - Moved some common code to netstal/common/nm_bsp.c.
33718 - sdram initialisation goes go netstal/common/fixed_sdram.c.
33719 - Added support for POST.
33720 - Stylistic cleanups (multi-line comments/ enforce 80 colomn width)
33721
33722 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
33723
33724 commit 69b0634a4ee98c9791815600d43b99f626a952f3
33725 Author: Niklaus Giger <niklaus.giger@netstal.com>
33726 Date: Thu Jan 17 12:53:56 2008 +0100
33727
33728 ppc4xx: netstal/common define routines used by all boards
33729
33730 Added some routines used by all Netstal boards:
33731 - nm_bsp.c: - nm_show_print and
33732 - common_misc_init_r
33733 - set_params_for_sw_install. Very specific code to handle our SW
33734 installation procedure
33735 - fixed_sdram.c: Common routines for HCU4 (and upcoming) MCU25 boards
33736 to handle sdram initialization.
33737 - nm.h: Common header
33738
33739 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
33740
33741 commit efeff5382b7a91b48a1aa68b2b75f92ad1d33ff8
33742 Author: Niklaus Giger <niklaus.giger@netstal.com>
33743 Date: Wed Jan 16 18:39:18 2008 +0100
33744
33745 ppc4xx: Netstal HCU5 board: added various fixes and POST
33746
33747 - Moved some common code to nestal/common/nm_bsp.c.
33748 - Added support for the vxWorks EDR.
33749 - Enable trace for Lauterbach, if present.
33750 - Added support for POST.
33751 - Stylistic cleanups (multi-line comments/ enforce 80 colomn width)
33752
33753 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
33754
33755 commit 4371090e5da77edc7bf9f296364db4801639d9c4
33756 Author: Niklaus Giger <niklaus.giger@netstal.com>
33757 Date: Wed Jan 16 18:39:08 2008 +0100
33758
33759 ppc4xx: Netstal HCU5 board. Added POST. Various fixes
33760
33761 - Various fixes
33762 - Reduced rom_size from 384 to 320 kB
33763 - Environment is now in flash
33764 - Added POST
33765 - Support for OF
33766
33767 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
33768
33769 commit 4bd5036e60afac37e484c2d35cbbe7f6cc1623e7
33770 Author: Niklaus Giger <niklaus.giger@netstal.com>
33771 Date: Wed Jan 16 18:37:50 2008 +0100
33772
33773 ppc4xx: Netstal HCU4 board. Added POST. Various fixes
33774
33775 - Various fixes
33776 - Reduced rom_size from 384 to 320 kB
33777 - Environment is now in flash
33778 - Added POST
33779 - Support for OF
33780
33781 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
33782
33783 commit 1a3ac86b79fcb690275c85861c8efa6a3899060a
33784 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
33785 Date: Thu Jan 17 10:53:08 2008 +0100
33786
33787 ppc4xx: Complete DU440 board support
33788
33789 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
33790
33791 commit 15a08bc2bef91e5f1ea4b9cf60e46832d86bcc1f
33792 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
33793 Date: Thu Jan 17 10:52:30 2008 +0100
33794
33795 ppc4xx: Add DU440 board support
33796
33797 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
33798
33799 commit ac331da07db3860f11fa1d0fd3db7c810bce1198
33800 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
33801 Date: Thu Jan 17 15:53:52 2008 +0900
33802
33803 sh: Update SuperH SCIF driver
33804
33805 This patch fixed wrong SH7720 CPU macro and changed macro that
33806 calculated value of SCBRR register.
33807
33808 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
33809
33810 commit 334e442e6fac59be91244063e9b3f6ca25e8daf8
33811 Author: Grzegorz Bernacki <gjb@semihalf.com>
33812 Date: Wed Jan 16 15:12:47 2008 +0100
33813
33814 Set ips dividor to 1/4 of csb clock.
33815
33816 Previous setting cause ips clock to be out of spec. This bug was found by John
33817 Rigby from Freescale.
33818
33819 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
33820
33821 commit 7dc358bb0de9e2fa341f3b4c914466b1f34b2d89
33822 Author: Kumar Gala <galak@kernel.crashing.org>
33823 Date: Thu Jan 17 02:19:18 2008 -0600
33824
33825 85xx: Get ride of old TLB setup code
33826
33827 Now that all boards have been converted, remove old config code and the
33828 config option for the new style.
33829
33830 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33831
33832 commit 3b558e26a5ef31635787d6d6e97d70939d4f892d
33833 Author: Kumar Gala <galak@kernel.crashing.org>
33834 Date: Thu Jan 17 02:02:10 2008 -0600
33835
33836 85xx: Convert TQM85xx to new TLB setup
33837
33838 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33839
33840 commit 74121b470c14f7eaf284ee838bffca6f9521069e
33841 Author: Kumar Gala <galak@kernel.crashing.org>
33842 Date: Thu Jan 17 01:56:32 2008 -0600
33843
33844 85xx: Convert STXGP3 & STXSSA to new TLB setup
33845
33846 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33847
33848 commit 143b518d9125b54f96f1d7f1afc640b8aae81ff0
33849 Author: Kumar Gala <galak@kernel.crashing.org>
33850 Date: Thu Jan 17 01:44:34 2008 -0600
33851
33852 85xx: Convert SBC8540/SBC8560/SBC8548 to new TLB setup
33853
33854 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33855
33856 commit 818218bac6a11591e2542c344d2330e0f4e1968b
33857 Author: Kumar Gala <galak@kernel.crashing.org>
33858 Date: Thu Jan 17 01:31:34 2008 -0600
33859
33860 85xx: Convert PM854/PM856 to new TLB setup
33861
33862 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33863
33864 commit ff4681c9285b2b4d24552a19cacc1769fe2fc7e0
33865 Author: Kumar Gala <galak@kernel.crashing.org>
33866 Date: Thu Jan 17 01:25:33 2008 -0600
33867
33868 85xx: Convert MPC8540EVAL to new TLB setup
33869
33870 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33871
33872 commit 73aa9ac2b46f1cfd039106ebd6b9865016005234
33873 Author: Kumar Gala <galak@kernel.crashing.org>
33874 Date: Thu Jan 17 01:12:22 2008 -0600
33875
33876 85xx: Convert MPC8568 MDS to new TLB setup
33877
33878 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33879
33880 commit 0db37dc2eed30884db2daa24dbd9a113b5d00610
33881 Author: Kumar Gala <galak@kernel.crashing.org>
33882 Date: Thu Jan 17 01:01:09 2008 -0600
33883
33884 85xx: Convert MPC8541/MPC8555/MPC8548 CDS to new TLB setup
33885
33886 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33887
33888 commit 219a81b98d834f9071b6f7c3bdc6b7ec39cc46cc
33889 Author: Kumar Gala <galak@kernel.crashing.org>
33890 Date: Thu Jan 17 00:52:29 2008 -0600
33891
33892 85xx: Convert MPC8540/MPC8560 ADS to new TLB setup
33893
33894 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33895
33896 commit 80d0b6a1498761c4355b2db9c8001b04c295e7b8
33897 Author: Kumar Gala <galak@kernel.crashing.org>
33898 Date: Thu Jan 17 00:32:17 2008 -0600
33899
33900 85xx: Convert ATUM8548 to new TLB setup
33901
33902 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33903
33904 commit 0f7a3dc95cbff3c21bd6dbc639313796412bbbab
33905 Author: Kumar Gala <galak@kernel.crashing.org>
33906 Date: Wed Jan 16 23:11:57 2008 -0600
33907
33908 85xx: Convert MPC8544 DS to new TLB setup
33909
33910 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33911
33912 commit 8716318057a5f60ab1ba081ece2dbe82ae00e1ee
33913 Author: Kumar Gala <galak@kernel.crashing.org>
33914 Date: Wed Jan 16 22:38:34 2008 -0600
33915
33916 85xx: Reworked initial processor init
33917
33918 Reworked the initial processor initialzation sequence:
33919 * introduced cpu_early_init_f that is run in address space 1 (AS=1)
33920 * Moved TLB/LAW and CCSR init into cpu_early_init_f()
33921 * Reworked initial asm code to do most of the core init before TLBs
33922
33923 The main reasons for these changes are to allow handling of 36-bit phys
33924 addresses in the future and some of the issues that will exist when we
33925 do that.
33926
33927 There are a few caveats on what can be initialized via the LAW and TLB
33928 static tables:
33929 * TLB entry 14/15 can't be initialized via the TLB table
33930 * any LAW that covers the implicit boot window (4G-8M to 4G) must map to
33931 the code that is currently executing.
33932
33933 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33934
33935 commit 44a23cfd6360a68eaa41f945190618a55519eac3
33936 Author: Kumar Gala <galak@kernel.crashing.org>
33937 Date: Wed Jan 16 22:33:22 2008 -0600
33938
33939 85xx: Introduce new tlb API
33940
33941 Add a set of functions to manipulate TLB entries:
33942 * set_tlb() - write a tlb entry
33943 * invalidate_tlb() - invalidate a tlb array
33944 * disable_tlb() - disable a variable size tlb entry
33945 * init_tlbs() - setup initial tlbs based on static table
33946
33947 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33948
33949 commit be88b1699863c262818f3af7f60173b4d48df8fc
33950 Author: Stefan Roese <sr@denx.de>
33951 Date: Thu Jan 17 07:50:17 2008 +0100
33952
33953 ppc4xx: Fix remaining CONFIG_COMMANDS in 4xx files
33954
33955 Signed-off-by: Stefan Roese <sr@denx.de>
33956
33957 commit c8c41d4a80b1a8ad5984a287d81ea780496259f8
33958 Author: Kumar Gala <galak@kernel.crashing.org>
33959 Date: Wed Jan 16 10:04:42 2008 -0600
33960
33961 85xx: Use proper defines for PCI addresses
33962
33963 We should be using the _MEM_PHYS for LAW and TLB setup and not _MEM_BASE.
33964 While _MEM_BASE & _MEM_PHYS are normally the same, _MEM_BASE should only
33965 be used for configuring the PCI ATMU.
33966
33967 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33968
33969 commit 54a5070115eff38e9b324b78abdfa0b4520580b9
33970 Author: Kumar Gala <galak@kernel.crashing.org>
33971 Date: Wed Jan 16 09:22:29 2008 -0600
33972
33973 85xx: Remove old style of LAW init
33974
33975 All boards are now using the new fsl_law code so we can drop the old version.
33976
33977 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33978
33979 commit 4d3521cc79cabc61edf12c48c0ce318d4efb712f
33980 Author: Kumar Gala <galak@kernel.crashing.org>
33981 Date: Wed Jan 16 09:15:29 2008 -0600
33982
33983 85xx: convert remaining 85xx boards over to use new LAW init code
33984
33985 Converted ATUM8548, MPC8568 MDS, MPC8540 EVAL, and TQM85xx boards over
33986 to use new LAW init code.
33987
33988 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33989
33990 commit 572b13afc42710f2957c382a710360429c0e099b
33991 Author: Kumar Gala <galak@kernel.crashing.org>
33992 Date: Wed Jan 16 09:11:53 2008 -0600
33993
33994 85xx: convert STXGP3/STXSSA over to use new LAW init code
33995
33996 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33997
33998 commit 45f2166ac0233a9263058378f39612bd11f61196
33999 Author: Kumar Gala <galak@kernel.crashing.org>
34000 Date: Wed Jan 16 09:06:48 2008 -0600
34001
34002 85xx: convert PM854/PM856 over to use new LAW init code
34003
34004 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
34005
34006 commit e2b159d0070ee06e4ac7e2f9381d3e8e542e614a
34007 Author: Kumar Gala <galak@kernel.crashing.org>
34008 Date: Wed Jan 16 09:05:27 2008 -0600
34009
34010 85xx: convert SBC8540/SBC8560/SBC8548 over to use new LAW init code
34011
34012 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
34013
34014 commit 2cfaa1aa1aac39a81006b7b27e0e431bf21f6dfa
34015 Author: Kumar Gala <galak@kernel.crashing.org>
34016 Date: Wed Jan 16 01:45:10 2008 -0600
34017
34018 85xx: convert MPC8541/MPC8555/MPC8548 CDS over to use new LAW init code
34019
34020 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
34021
34022 commit 7232a2724ccc9dcbc3ec4ef84ada02f13ccd1238
34023 Author: Kumar Gala <galak@kernel.crashing.org>
34024 Date: Wed Jan 16 01:32:06 2008 -0600
34025
34026 85xx: convert MPC8540/MPC8560 ADS over to use new LAW init code
34027
34028 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
34029
34030 commit 4bcae9c92aee0d72a2f19b81cab27ef38107ce75
34031 Author: Kumar Gala <galak@kernel.crashing.org>
34032 Date: Wed Jan 16 01:16:16 2008 -0600
34033
34034 85xx: convert MPC8544 DS over to use new LAW init code
34035
34036 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
34037
34038 commit 83d40dfd79fe868796275802f60116d84b9e4395
34039 Author: Kumar Gala <galak@kernel.crashing.org>
34040 Date: Wed Jan 16 01:13:58 2008 -0600
34041
34042 85xx: Move LAW init code into C
34043
34044 Move the initialization of the LAWs into C code and provide an API
34045 to allow modification of LAWs after init.
34046
34047 Board code is responsible to provide a law_table and num_law_entries.
34048
34049 We should be able to use the same code on 86xx as well.
34050
34051 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
34052
34053 commit bed8ce838a609aaab136d43b25e6df2a520bc854
34054 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34055 Date: Sat Dec 22 15:03:12 2007 +0100
34056
34057 qemu-mips: active HUSH PARSER, AUTO_COMPLETE and CMDLINE_EDITING
34058
34059 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34060
34061 commit 0764c164fed6277d359cf132d55187ea34290114
34062 Author: Vlad Lungu <vlad@comsys.ro>
34063 Date: Wed Jan 16 19:27:51 2008 +0200
34064
34065 MIPS:Target support for qemu -M mips
34066
34067 With serial, NE2000, IDE support. Tested in big-endian mode.
34068 Memory size hard-coded to 128M for now, so don't play with
34069 the -m option.
34070
34071 Signed-off-by: Vlad Lungu <vlad@comsys.ro>
34072
34073 commit 7f52fa3c2df59e49dc2badd7c084cf2d007c438f
34074 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34075 Date: Fri Jan 11 00:01:37 2008 +0100
34076
34077 Fix nfs command help to reflect that the serverip is optional
34078
34079 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34080 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
34081
34082 commit b8f4162a4f7a9bee5e9d0305c17f2d34de466a9b
34083 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34084 Date: Mon Dec 10 22:32:14 2007 +0100
34085
34086 bf537-stamp: remove already defined is_zero_ether_addr and is_multicast_ether_addr
34087
34088 and move is_valid_ether_addr board file
34089
34090 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34091 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
34092
34093 commit c2f896b8fc4722e36915903e1942e138e68ce804
34094 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
34095 Date: Wed Jan 16 16:13:31 2008 +0900
34096
34097 drivers/net/rtl8139.c: rx_status should be le32_to_cpu(rx_status).
34098
34099 rx_status on the memory is basically in LE, but needs to be handled in CPU
34100 endian. le32_to_cpu() takes up this mission. Even if on the sane hardware,
34101 it'll work fine.
34102
34103 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
34104 Cc: Masami Komiya <mkomiya@sonare.it>
34105 Cc: Lucas Jin <lucasjin@gmail.com>
34106 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
34107
34108 commit 96a236746fe6a7b84802afb4ed31536696d34812
34109 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
34110 Date: Wed Jan 16 16:12:26 2008 +0900
34111
34112 drivers/net/rtl8139.c: Fix cache coherency issues
34113
34114 Current driver is meant for cache coherent systems. This patch adds
34115 flush_cache() routines to support cache non-coherent systems.
34116
34117 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
34118 Cc: Masami Komiya <mkomiya@sonare.it>
34119 Cc: Lucas Jin <lucasjin@gmail.com>
34120 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
34121
34122 commit d1276c76c1e2b5035296689280ba1acb2c425104
34123 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
34124 Date: Wed Jan 16 16:11:14 2008 +0900
34125
34126 drivers/net/rtl8139.c: Fix tx timeout
34127
34128 "to = (currticks() + RTL_TIMEOUT)" has possibilities to wrap around. If it
34129 does, the condition "(currticks() < to)" becomes invalid and immediately
34130 leads to tx timeout error. This patch introduces the fine-graded udely(10)
34131 loops to ease the impact of wrapping around.
34132
34133 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
34134 Cc: Masami Komiya <mkomiya@sonare.it>
34135 Cc: Lucas Jin <lucasjin@gmail.com>
34136 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
34137
34138 commit 18ee320ff63edbf7b27bbeb05f0e12a52302c68a
34139 Author: Dave Liu <r63238@freescale.com>
34140 Date: Fri Jan 11 18:45:28 2008 +0800
34141
34142 TSEC: Add the support for RealTek RTL8211B PHY
34143
34144 Add the support of RealTek RTL8211B PHY, the RTL8211B
34145 PHY only supports RGMII and MII mode.
34146
34147 Signed-off-by: Dave Liu <daveliu@freescale.com>
34148 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
34149
34150 commit 84a3047b72b70e862b0b7a8e2058077457f89a32
34151 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
34152 Date: Wed Jan 16 09:40:41 2008 +0100
34153
34154 Remove annoying debug printout for PHY less boards.
34155
34156 PHY less board prints out lots of "read wrong ...":
34157 read wrong value : mii_id 3,mii_reg 2, base e0102320
34158 read wrong value : mii_id 3,mii_reg 3, base e0102320
34159 UEC: PHY is Generic MII (ffffffff)
34160 read wrong value : mii_id 3,mii_reg 4, base e0102320
34161 read wrong value : mii_id 3,mii_reg 0, base e0102320
34162 read wrong value : mii_id 3,mii_reg 1, base e0102320
34163 read wrong value : mii_id 3,mii_reg 1, base e0102320
34164 read wrong value : mii_id 3,mii_reg 5, base e0102320
34165 read wrong value : mii_id 3,mii_reg 1, base e0102320
34166 read wrong value : mii_id 3,mii_reg 1, base e0102320
34167 read wrong value : mii_id 3,mii_reg 5, base e0102320
34168 FSL UEC0: Full Duplex
34169 FSL UEC0: Speed 100BT
34170 FSL UEC0: Link is up
34171 Using FSL UEC0 device
34172
34173 Make this printout depend on UEC_VERBOSE_DEBUG and
34174 remove its definition in uec_phy.c
34175
34176 Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
34177 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
34178
34179 commit ee62ed3286f83b98b7785e0318dc6379e78f7ff6
34180 Author: Kim Phillips <kim.phillips@freescale.com>
34181 Date: Tue Jan 15 14:11:00 2008 -0600
34182
34183 net: reduce boot latency on QE UEC based boards
34184
34185 actually polling for PHY autonegotiation to finish enables us to remove the
34186 5 second boot prompt latency present on QE based boards.
34187
34188 call to qe_set_mii_clk_src in init_phy, and mv call to init_phy from
34189 uec_initialize to uec_init by Joakim Tjernlund; autonegotiation wait
34190 code shamelessly stolen from tsec driver.
34191
34192 also rm unused CONFIG_RMII_MODE code.
34193
34194 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
34195 Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
34196 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
34197
34198 commit 55fe7c57a8b99a130925052dcdbb77f053dc50e3
34199 Author: michael.firth@bt.com <michael.firth@bt.com>
34200 Date: Wed Jan 16 11:40:51 2008 +0000
34201
34202 TSEC driver: Change MDIO support to allow access to any PHYs on the MDIO bus
34203
34204 The current TSEC driver limits MDIO access to the devices that have been configured as attached
34205 to a TSEC MAC. This patch allows access to any PHY device on the MDIO bus through the 'mii' commands.
34206
34207 Signed-off-by: Michael Firth <michael.firth@bt.com>
34208 Acked-by: Andy Fleming <afleming@freescale.com>
34209 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
34210
34211 commit 5e918a98c26e8ab9b5d2d48d998a2ced2b5b85b3
34212 Author: Kim Phillips <kim.phillips@freescale.com>
34213 Date: Wed Jan 16 00:38:05 2008 -0600
34214
34215 Add support for the MPC837xERDB
34216
34217 MPC837xERDB board support includes:
34218 * DDR2 330MHz hardcoded (soldered on the board)
34219 * Local Bus NOR Flash
34220 * I2C, UART and RTC
34221 * eTSEC RGMII (TSEC0 - RTL8211B with MII;
34222 * TSEC1 - VSC7385 local bus, hardcoded, requires seperate firmware
34223 * load)
34224
34225 Signed-off-by: Kevin Lam <kevin.lam@freescale.com>
34226 Signed-off-by: Joe D'Abbraccio <joe.d'abbraccio@freescale.com>
34227 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
34228
34229 commit 9e89647889cd4b5ada5b5e7cad6cbe55737a08d7
34230 Author: Kim Phillips <kim.phillips@freescale.com>
34231 Date: Wed Jan 16 12:06:16 2008 -0600
34232
34233 mpc83xx: add support for more system clock performance controls
34234
34235 System registers that are modified are the Arbiter Configuration
34236 Register (ACR), the System Priority Control Register (SPCR), and the
34237 System Clock Configuration Register (SCCR).
34238
34239 Signed-off by: Michael F. Reiss <Michael.F.Reiss@freescale.com>
34240 Signed-off by: Joe D'Abbraccio <ljd015@freescale.com>
34241 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
34242
34243 commit 16c3cde050e2d243e62b37486f1558570787beb8
34244 Author: James Yang <james.yang@freescale.com>
34245 Date: Wed Jan 16 11:58:08 2008 -0600
34246
34247 FSL: Generalize PIXIS reset command parsing.
34248
34249 Before, the order of arguments to the pixis_reset
34250 command needed to be supplied in a hard-coded order.
34251 Generalize the command parsing to allow any order.
34252
34253 Signed-off-by: James Yang <james.yang@freescale.com>
34254 Acked-by: Jon Loeliger <jdl@freescale.com>
34255
34256 commit ad8f8687b78c3e917b173f038926695383c55555
34257 Author: Jon Loeliger <jdl@freescale.com>
34258 Date: Tue Jan 15 13:42:41 2008 -0600
34259
34260 FSL: Convert board/freescale/common/Makefile to use CONFIG_
34261
34262 Convert the board/freescale/common/Makefile to use
34263 CONFIG_* options to select which files to conditionally
34264 compile into the board/freescale/common library rather
34265 than conditionally compiling entire files.
34266
34267 Now handles::
34268 CONFIG_FSL_PIXIS
34269 CONFIG_FSL_DIU_FB
34270 CONFIG_PQ_MDS_PIB
34271
34272 CONFIG_ID_EEPROM is introduced until CFG_ID_EEPROM is gone.
34273
34274 Signed-off-by: Jon Loeliger <jdl@freescale.com>
34275
34276 commit 7c2221eb230372a9e537c4f6636b147b0909325f
34277 Author: Roy Zang <tie-fei.zang@freescale.com>
34278 Date: Tue Jan 15 16:38:38 2008 +0800
34279
34280 Use CONFIG_ULI526X as MPC8610HPCD default Ethernet driver
34281
34282 Use driver/net/uli526x.c as MPC8610HPCD default Ethernet driver.
34283 Remove unused ethernet CONFIG_ options.
34284
34285 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
34286 Acked-by: Jon Loeliger <jdl@freescale.com>
34287
34288 commit 711a7946277d2e29af481011e8635e9975c54e45
34289 Author: Kim Phillips <kim.phillips@freescale.com>
34290 Date: Tue Jan 15 14:05:14 2008 -0600
34291
34292 mpc83xx: fix QE ETHPRIMEs to correct 'FSL UEC0' value
34293
34294 continuation of commit b96c83d4ae475a70ef2635cd0e748174c44c8601
34295
34296 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
34297
34298 commit 363eea9ff7f19a2cba17f262bd17559f166e134e
34299 Author: Kim Phillips <kim.phillips@freescale.com>
34300 Date: Tue Jan 15 09:51:12 2008 -0600
34301
34302 mpc83xx: clean up mpc8360emds.c warnings
34303
34304 mpc8360emds.c: In function 'ft_board_setup':
34305 mpc8360emds.c:327: warning: assignment makes pointer from integer without a cast
34306 mpc8360emds.c:329: warning: passing argument 2 of 'fdt_getprop' makes integer from pointer without a cast
34307 mpc8360emds.c:334: warning: passing argument 2 of 'fdt_setprop' makes integer from pointer without a cast
34308 mpc8360emds.c:341: warning: assignment makes pointer from integer without a cast
34309 mpc8360emds.c:343: warning: passing argument 2 of 'fdt_getprop' makes integer from pointer without a cast
34310 mpc8360emds.c:348: warning: passing argument 2 of 'fdt_setprop' makes integer from pointer without a cast
34311
34312 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
34313
34314 commit f09880ea72a1c806db223ce594c5fb1b6542ff6a
34315 Author: Kim Phillips <kim.phillips@freescale.com>
34316 Date: Mon Jan 14 16:14:46 2008 -0600
34317
34318 mpc83xx: fix phy-connection-type fixup code
34319
34320 use tree passed to us in local blob, not global fdt.
34321
34322 Also use fdt_path_offset to convert to relative offset, since absolute
34323 reference is needed to check for rgmii-id mode string value.
34324
34325 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
34326
34327 commit 2b4c952be7c4357a13e839d48df80853820c33eb
34328 Author: Kumar Gala <galak@kernel.crashing.org>
34329 Date: Mon Jan 14 09:01:40 2008 -0600
34330
34331 mpc83xx: fix mpc8313/mpc8315/mpc8349itx Makefiles for silent build (with -s)
34332
34333 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
34334 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
34335
34336 commit e1d8ed2c08da14b168658cc5fa78529d461aea70
34337 Author: Poonam Aggrwal <b10812@freescale.com>
34338 Date: Mon Jan 14 09:41:14 2008 +0530
34339
34340 Changes in uboot DDR configuration for MPC8313eRDB
34341
34342 These changes were identified by HighSmith Bill ,Mazzyar and Joseph for
34343 DDR configuration in u-boot code. Some are related to performance, some
34344 affect stability and some correct few basic errors in the current
34345 configuration.
34346
34347 The changes have been tested and found to give better memory latency
34348 figures on MPC8313eRDB.LMBench figures prove it.
34349
34350 The changes are:
34351
34352 - CS0_CONFIG[ AP_n_EN] is changed from 1 to 0
34353 (this may improve performance for application with many read
34354 or write to open pages).
34355 - CS0_CONFIG[ODT_WR_CFG] is currently changed from 100 to
34356 001 (activating all the CS when only one is used may cause
34357 unwanted noise on the system)
34358
34359 - TIMING_CFG_1[ACTTOPRE] is changed from 9clks to 8clks (based on
34360 Tras=45ns)
34361 - TIMING_CFG_1[REFREC] changed from 21 clks to 18clks.
34362
34363 - TIMING_CFG_2[AL] value changed from 0 setting to 1 clk to
34364 comply with the 3 ODT clk requirements)
34365 - TIMING_CFG_2[CPO] was set to a reserved value, changed to RL+3/4.
34366 - TIMING_CFG_2[FOUR_ACT] is changed from 10 clks to 6clks.
34367
34368 - DDR_SDRAM_MODE[AL]changed from 0 to 1.
34369 - DDR_SDRAM_MODE[WRREC] changed from 1 clk to 3 clks.
34370
34371 - DDR_SDRAM_INTERVAL[REFINT] is changed from 0x0320 to 0x0510.
34372 - DDR_SDRAM_INTERVAL[BSTOPRE] is changed from 0x64 to 0x0500.
34373
34374 The patch is based of git://www.denx.de/git/u-boot-mpc83xx.git
34375 The last commit on this tree was 6775c68683a53c7abc778774641aac6f833a2cbf
34376
34377 Signed-off-by: Poonam Aggrwal-b10812 <b10812@freescale.com>
34378 Cc: Bill HighSmith <Bill.Highsmith@freescale.com>
34379 Cc: Razzaz Mazyar <MRazzaz@freescale.com>
34380 Cc: Josep P J <PJ.Joseph@freescale.com>
34381 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
34382
34383 commit b5cdd7df4a06edb91539c9a2ea7c178a870c3a95
34384 Author: Jerry Van Baren <gvb.uboot@gmail.com>
34385 Date: Sat Jan 12 13:24:14 2008 -0500
34386
34387 Enable the isdram command on the MPC8360EMDS board
34388
34389 The isdram command prints out decoded information the "serial presence
34390 detect" (SPD) chip on the SDRAM SIMMs. This can be very helpful when
34391 debugging memory configuration problems.
34392
34393 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
34394 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
34395
34396 commit 8bd522ce4afda3d4868ee8c913f5394094326be1
34397 Author: Dave Liu <r63238@freescale.com>
34398 Date: Fri Jan 11 18:48:24 2008 +0800
34399
34400 mpc83xx: Add the support for MPC8315ERDB board
34401
34402 The features list:
34403 - Boot from NOR Flash
34404 - DDR2 266MHz hardcoded configuration
34405 - Local bus NOR Flash R/W operation
34406 - I2C, UART, MII and RTC
34407 - eTSEC0/1 support
34408 - PCI host
34409
34410 Signed-off-by: Dave Liu <daveliu@freescale.com>
34411 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
34412
34413 commit b05884efa614e4d8a9413158fc228e0dc02ab704
34414 Author: Dave Liu <r63238@freescale.com>
34415 Date: Fri Jan 11 18:46:50 2008 +0800
34416
34417 mpc83xx: Add config of eTSEC emergency priority in SPCR
34418
34419 The TSEC emergency priority definition of 831x/837x
34420 is different than the definition of 834x in SPCR register.
34421
34422 Add the other config of TSEC emergency priority into
34423 cpu_init.c
34424
34425 Signed-off-by: Dave Liu <daveliu@freescale.com>
34426 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
34427
34428 commit 9b958234b0783f13d92f007f753fd2c3ae2c8680
34429 Author: Dave Liu <r63238@freescale.com>
34430 Date: Fri Jan 11 18:42:19 2008 +0800
34431
34432 mpc83xx: Remove cache config from MPC8360ERDK.h
34433
34434 The MPC8360ERDK board support patch is added before
34435 the commit 2c5b48fc205c3e2752910da8f39209ed075929e5
34436 so, miss clean up it.
34437
34438 The patch clean up the miss cache config.
34439
34440 Signed-off-by: Dave Liu <daveliu@freescale.com>
34441 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
34442
34443 commit cd9d23053d435c08fc8695017b5cb9003fcda786
34444 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
34445 Date: Mon Jan 14 23:09:32 2008 +0300
34446
34447 nand: FSL UPM NAND driver
34448
34449 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
34450
34451 commit 6cb2239ae76faee64434286c4f8fc71374702dd2
34452 Author: Kyungmin Park <kmpark@infradead.org>
34453 Date: Tue Jan 15 08:59:44 2008 +0900
34454
34455 OneNAND: Separate U-Boot dependent code from OneNAND
34456
34457 OneNAND: Separate U-Boot dependent code from OneNAND
34458
34459 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
34460
34461 commit 83a49c8dd7998be2d1f0d420597a36bbf0bf4164
34462 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
34463 Date: Wed Jan 16 10:33:46 2008 +0100
34464
34465 ppc4xx: Sequoia coding style cleanup and beautification
34466
34467 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
34468
34469 commit 4b3cc6ece9c455504cf12909fae38d085d848ac0
34470 Author: Larry Johnson <lrj@acm.org>
34471 Date: Tue Jan 15 14:35:58 2008 -0500
34472
34473 ppc4xx: Refactor ECC POST for AMCC Denali core
34474
34475 The ECC POST reported intermittent failures running after power-up on
34476 the Korat PPC440EPx board. Even when the test passed, the debugging
34477 output occasionally reported additional unexpected ECC errors.
34478
34479 This refactoring has three main objectives: (1) minimize the code
34480 executed with ECC enabled during the tests, (2) add more checking of the
34481 results so any unexpected ECC errors would cause the test to fail, and
34482 (3) use synchronization (only) where required by the processor.
34483
34484 Signed-off-by: Larry Johnson <lrj@acm.org>
34485
34486 commit 2465665b73ac2f688af945b1ed510752afa816a4
34487 Author: David Saada <David.Saada@ecitele.com>
34488 Date: Tue Jan 15 10:40:24 2008 +0200
34489
34490 QE UEC: Extend number of supported UECs to 4
34491
34492 This patch extends the number of supported UECs to 4. Note that the
34493 problem of QE thread resources exhaustion is resolved by setting the
34494 correct number of QE threads according to Ethernet type (GBE or FE).
34495
34496 Signed-off-by: David Saada <david.saada@ecitele.com>
34497 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
34498
34499 commit 58d204256cb1ce1bd323847d9f644acf70a72e6a
34500 Author: Wolfgang Denk <wd@denx.de>
34501 Date: Wed Jan 16 00:01:01 2008 +0100
34502
34503 LWMON5: enable hush shell as command line parser
34504
34505 Signed-off-by: Wolfgang Denk <wd@denx.de>
34506
34507 commit 66ffb1883feedddc813d8a507d060f2a940eb2b2
34508 Author: Wolfgang Denk <wd@denx.de>
34509 Date: Tue Jan 15 17:22:28 2008 +0100
34510
34511 ADS5121: disable watchdog; enable image timestamps
34512
34513 Signed-off-by: Wolfgang Denk <wd@denx.de>
34514
34515 commit 2b4f778fe9d1de61d7445bae7b325340aba6968d
34516 Author: Wolfgang Denk <wd@denx.de>
34517 Date: Tue Jan 15 17:21:28 2008 +0100
34518
34519 TK885D: fixes for bigger flash sector sizes on new modules;
34520 adjust default environment;
34521 disable SCC ethernet (not used on this board).
34522
34523 Signed-off-by: Wolfgang Denk <wd@denx.de>
34524
34525 commit f91d7ae5ca89acf9fa1ed1015dc078cf29581607
34526 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34527 Date: Tue Jan 15 17:48:13 2008 +0900
34528
34529 pcmcia: Remove CONFIG_COMMANDS from marubun pcmcia driver
34530
34531 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34532
34533 commit 76e49aa7fb8e76cc49092c1acd53fff921e26360
34534 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34535 Date: Tue Jan 15 23:25:25 2008 +0900
34536
34537 sh: Add support SH7710/SH7712
34538
34539 SH7710/SH7712 of SH3 CPU are supported.
34540 SH771X is called SH-Ether, and has the Ether controller in CPU.
34541 The driver of Ether is not included in this patch.
34542
34543 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34544
34545 commit 63a11be68306870e04d3851ed9fa41955cdf4894
34546 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34547 Date: Tue Jan 15 23:06:17 2008 +0900
34548
34549 sh: Add support of map_physmem() and unmap_physmem() to SuperH
34550
34551 This patch add the support of map_physmem() and unmap_physmem()
34552 used with Common Flash Interface(CFI) driver.
34553
34554 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34555
34556 commit db3995fe5164ac5d630b7ecb96286a9828dfbb54
34557 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34558 Date: Wed Jan 9 14:42:27 2008 +0900
34559
34560 sh: Add maintainer of MS7720SE to the MAINTAINER file
34561
34562 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34563
34564 commit dcd99e88e03d56a0aeecd42b507d2d29d20ab0e3
34565 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34566 Date: Wed Jan 9 14:39:58 2008 +0900
34567
34568 sh: Fix board name in MS7720SE's config.mk
34569
34570 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34571
34572 commit c0a04d93734d768b39dbb72fb501b65614c8615d
34573 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34574 Date: Wed Jan 9 14:37:36 2008 +0900
34575
34576 sh: Add MS7720SE to MAKEALL
34577
34578 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34579
34580 commit b2b5e2bb78a1ef4ae8504f5a26bfdc3293ea74ae
34581 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
34582 Date: Mon Dec 3 22:58:50 2007 +0900
34583
34584 sh: Add support for MS7720RP02 board
34585
34586 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
34587 CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34588 Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34589
34590 commit 7c10c57275901939a8ece4a9ef3e7ccb7c12a0ed
34591 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
34592 Date: Wed Jan 9 14:30:02 2008 +0900
34593
34594 sh: Add support for SH7720 in serial_sh driver.
34595
34596 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
34597 CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34598 Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34599
34600 commit f9913a8ee71ff14fcfc1c7fd0e6912f897e69403
34601 Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
34602 Date: Mon Dec 3 22:58:45 2007 +0900
34603
34604 sh: Add support SH3 and SH7720
34605
34606 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
34607 CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34608 Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34609
34610 commit 9adfc9fb9ade64cdf1ed9ff842e4f900cbda78bd
34611 Author: Stefan Roese <sr@denx.de>
34612 Date: Tue Jan 15 10:11:02 2008 +0100
34613
34614 ppc4xx: Remove compiler warning in cpu/ppc4xx/44x_spd_ddr2.c
34615
34616 Signed-off-by: Stefan Roese <sr@denx.de>
34617
34618 commit 17bef68097ab3692500a36fb31115bff7910aa99
34619 Author: Niklaus Giger <niklausgiger@gmx.ch>
34620 Date: Mon Jan 14 14:04:42 2008 +0100
34621
34622 ppc_4xx: Fix post spr.c for PPC405
34623
34624 post/cpu/ppc4xx/spr.c contained a few checks for registers only present
34625 for PPC440 and derivates processor.
34626
34627 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
34628
34629 commit 06c428bcd4413014b43236e77765022071424fa6
34630 Author: Dave Liu <r63238@freescale.com>
34631 Date: Mon Jan 14 11:12:01 2008 +0800
34632
34633 QE: fix compile warning
34634
34635 qe.c: In function 'qe_upload_firmware':
34636 qe.c:390: warning: pointer targets in passing argument 2
34637 uec.c: In function 'uec_initialize':
34638 uec.c:1236: warning: 'uec_info' may be used uninitialized
34639
34640 Signed-off-by: Dave Liu <daveliu@freescale.com>
34641
34642 commit a0dd99d51efa55fe023e19c97ead92683725eb11
34643 Author: Stefan Roese <sr@denx.de>
34644 Date: Mon Jan 14 10:05:05 2008 +0100
34645
34646 ppc4xx: Update Kilauea CPLD configuration with USB PHY reset bit
34647
34648 Now that bit 29 is the USB PHY reset bit, update the Kilauea port
34649 to remove the USB PHY reset after powerup. The CPLD will keep the
34650 USB PHY in reset (active low) until the bit is set to 1 in
34651 board_early_init_f().
34652
34653 Signed-off-by: Stefan Roese <sr@denx.de>
34654
34655 commit f43ad53908f1ea83a7c26c3505bbe84382e47aad
34656 Author: Wolfgang Denk <wd@denx.de>
34657 Date: Sun Jan 13 23:26:45 2008 +0100
34658
34659 ARM: update mach-types.h from 2.6.24-rc7 Linux kernel tree
34660
34661 Signed-off-by: Wolfgang Denk <wd@denx.de>
34662
34663 commit 8d103071b7b0e3ec888859bfcb9d422565e6d750
34664 Author: Wolfgang Denk <wd@denx.de>
34665 Date: Sun Jan 13 23:37:50 2008 +0100
34666
34667 ADS5121: Fix typo in ads5121.c, adjust default environment
34668
34669 Signed-off-by: Wolfgang Denk <wd@denx.de>
34670
34671 commit 51b67d06faa670c65de6f29ec5b5aace74b2a047
34672 Author: John Rigby <jrigby@freescale.com>
34673 Date: Fri Aug 24 18:18:43 2007 -0600
34674
34675 ADS5121: MAX slew rate for PATA pins
34676
34677 Signed-off-by: John Rigby <jrigby@freescale.com>
34678
34679 commit dd531aac34aaad138f16cacdb51d61908d59c0e2
34680 Author: Wolfgang Denk <wd@denx.de>
34681 Date: Sun Jan 13 21:05:52 2008 +0100
34682
34683 Fix Makefile dependency problem with parallel builds.
34684
34685 Signed-off-by: Wolfgang Denk <wd@denx.de>
34686
34687 commit 89967841e3ea02e3d0e5e1295ab687576e5b1089
34688 Author: Wolfgang Denk <wd@denx.de>
34689 Date: Sun Jan 13 19:51:39 2008 +0100
34690
34691 MPC8544DS: fix board Makefile for silent build (with -s)
34692
34693 Signed-off-by: Wolfgang Denk <wd@denx.de>
34694
34695 commit 6d714f82fb4b8bb7e267e9c71b8009bc670bfe88
34696 Author: Wolfgang Denk <wd@denx.de>
34697 Date: Sun Jan 13 16:44:08 2008 +0100
34698
34699 PMC440 board: fix board Makefile for out-of-tree building
34700
34701 Signed-off-by: Wolfgang Denk <wd@denx.de>
34702
34703 commit 6eb3fb15588d319bd3099d5f9b910051dfeab6b2
34704 Author: Wolfgang Denk <wd@denx.de>
34705 Date: Sun Jan 13 16:07:44 2008 +0100
34706
34707 Makalu: fix compile warning
34708
34709 Signed-off-by: Wolfgang Denk <wd@denx.de>
34710
34711 commit 0a1e03bcadc7734688a21e8dd2e46a4f608193c0
34712 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34713 Date: Sun Jan 13 12:36:12 2008 +0100
34714
34715 cmd_nand : fix compiler warning.
34716
34717 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34718
34719 commit 8225d1e3ac0ab147cdde4b0042812583380afb8a
34720 Author: Michael Schwingen <rincewind@discworld.dascon.de>
34721 Date: Sat Jan 12 20:29:47 2008 +0100
34722
34723 CFI: Fix CONFIG_FLASH_CFI_LEGACY compilation
34724
34725 Signed-off-by: Michael Schwingen <michael@schwingen.org>
34726 Acked-by: Stefan Roese <sr@denx.de>
34727
34728 commit 2b2f43ed6a30ece77f76191c845ac95267daa31a
34729 Author: Wolfgang Denk <wd@denx.de>
34730 Date: Sun Jan 13 02:19:44 2008 +0100
34731
34732 MPC8360ERDK: fix incorrect initialization of CFG_I2C_NOPROBES
34733
34734 Signed-off-by: Wolfgang Denk <wd@denx.de>
34735
34736 commit 08e99e1dd01a3e0e3dc3a7138eb827c997e2b74d
34737 Author: Wolfgang Denk <wd@denx.de>
34738 Date: Sun Jan 13 02:19:13 2008 +0100
34739
34740 MPC8xx FEC driver: fix compiler warning.
34741
34742 Signed-off-by: Wolfgang Denk <wd@denx.de>
34743
34744 commit ae6d1056d2c2e4d1266413c0ae8a6d5529ecde4b
34745 Author: Wolfgang Denk <wd@denx.de>
34746 Date: Sun Jan 13 00:59:21 2008 +0100
34747
34748 Fix Makefile dependencies issues; allow silent build
34749
34750 - get rid of "version" target whichdidn't really work
34751 - make autoconf.mk depend on version_autogenerated.h to make sure
34752 to rebuild files as needed
34753 - add XECHO macro to allow for silent build using "make -s"
34754
34755 Signed-off-by: Wolfgang Denk <wd@denx.de>
34756
34757 commit e343ab83d5135b558aa58db9be8fc7faa68d77ed
34758 Author: Wolfgang Denk <wd@denx.de>
34759 Date: Sun Jan 13 00:55:47 2008 +0100
34760
34761 ADS5121e: fix compile warning
34762
34763 Signed-off-by: Wolfgang Denk <wd@denx.de>
34764
34765 commit f2b6f4610627fe3d607620e25082916a01538875
34766 Author: Wolfgang Denk <wd@denx.de>
34767 Date: Sun Jan 13 00:55:18 2008 +0100
34768
34769 MUNICes: fix board Makefile for remote build directory
34770
34771 Signed-off-by: Wolfgang Denk <wd@denx.de>
34772
34773 commit 2ad4d3999fe801aa716221d7d9a4c5bdad74783a
34774 Author: Oliver Weber <almoeli@gmx.de>
34775 Date: Wed Jan 9 17:04:38 2008 +0100
34776
34777 MPC5200: don't use hardcoded MBAR address in Bestcomm firmware
34778
34779 Signed-off-by: Oliver Weber <almoeli@gmx.de>
34780
34781 commit 00ac50e348d1bace27a174b7f528d113bc7cdf7f
34782 Author: Andreas Engel <andreas.engel@ericsson.com>
34783 Date: Wed Jan 9 17:10:56 2008 +0100
34784
34785 Make bootretry work when command line editing is enabled
34786
34787 Currently, when CONFIG_CMDLINE_EDITING is set, bootretry doesn't work.
34788 This patch fixes the problem.
34789
34790 Signed-off-by: Andreas Engel <andreas.engel@ericsson.com>
34791
34792 commit 632de0672d3c3ab53ad798c47f5f1eb26008a0e4
34793 Author: Larry Johnson <lrj@acm.org>
34794 Date: Fri Jan 11 23:26:18 2008 -0500
34795
34796 Refactor code for "i2c sdram" command
34797
34798 Signed-off-by: Larry Johnson <lrj@acm.org>
34799
34800 commit 0df6b8446c4721b91ce311548114891130371083
34801 Author: Larry Johnson <lrj@acm.org>
34802 Date: Thu Jan 10 22:23:39 2008 -0500
34803
34804 Fix "i2c sdram" command for DDR2 DIMMs
34805
34806 Many of the SPD bytes for DDR2 SDRAM are not interpreted correctly by the
34807 "i2c sdram" command. This patch provides correct alternative
34808 interpretations when DDR2 memory is detected.
34809
34810 Signed-off-by: Larry Johnson <lrj@acm.org>
34811
34812 commit 64134f011254123618798ff77c42ba196b2ec485
34813 Author: Wolfgang Denk <wd@denx.de>
34814 Date: Sat Jan 12 20:31:39 2008 +0100
34815
34816 Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections
34817
34818 With recent toolchain versions, some boards would not build because
34819 or errors like this one (here for ocotea board when building with
34820 ELDK 4.2 beta):
34821 ppc_4xx-ld: section .bootpg [fffff000 -> fffff23b] overlaps section .bss [fffee900 -> fffff8ab]
34822
34823 For many boards, the .bss section is big enough that it wraps around
34824 at the end of the address space (0xFFFFFFFF), so the problem will not
34825 be visible unless you use a 64 bit tool chain for development. On
34826 some boards however, changes to the code size (due to different
34827 optimizations) we bail out with section overlaps like above.
34828
34829 The fix is to add the NOLOAD attribute to the .bss and .sbss
34830 sections, telling the linker that .bss does not consume any space in
34831 the image.
34832
34833 Signed-off-by: Wolfgang Denk <wd@denx.de>
34834
34835 commit 3afac79ec27b91df185f090b31dad9620779f440
34836 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
34837 Date: Fri Jan 11 20:42:58 2008 -0600
34838
34839 USB: Add Philips 1561 PCI-OHCI ids
34840 (needed for M5475EVB)
34841
34842 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
34843
34844 commit 5e8def6731cd7bec74bff42a16b139de04010353
34845 Author: Wolfgang Denk <wd@denx.de>
34846 Date: Sat Jan 12 15:51:34 2008 +0100
34847
34848 Add MAINTAINERS entries for ids8247, jupiter, municse, sc3 and uc101
34849 boards.
34850
34851 Signed-off-by: Heiko Schocher <hs@denx.de>
34852 Signed-off-by: Wolfgang Denk <wd@denx.de>
34853
34854 commit 5d49e0e152a8b81cc0602271e8fd259371f559b7
34855 Author: Grzegorz Bernacki <gjb@semihalf.com>
34856 Date: Fri Jan 11 12:03:43 2008 +0100
34857
34858 MPC512X: Cleanup bus clock names.
34859
34860 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
34861
34862 commit 66a9455b6bf46d69cec5c88d1a600d1d9a10670d
34863 Author: Grzegorz Bernacki <gjb@semihalf.com>
34864 Date: Tue Jan 8 17:16:59 2008 +0100
34865
34866 MPC512X: Fixed typo in macro name.
34867
34868 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
34869
34870 commit 281ff9a45cf9eb17b8a9afc436cb783cf1f62363
34871 Author: Grzegorz Bernacki <gjb@semihalf.com>
34872 Date: Tue Jan 8 17:16:15 2008 +0100
34873
34874 ads5121: Added support for FDT.
34875
34876 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
34877
34878 commit a10ff9196183e7e5f2ae3c4f5f3cbe92ae9cb719
34879 Author: Wolfgang Denk <wd@denx.de>
34880 Date: Sat Jan 12 01:05:50 2008 +0100
34881
34882 Coding Style cleanup; update CHANGELOG.
34883
34884 Signed-off-by: Wolfgang Denk <wd@denx.de>
34885
34886 commit f6db945649e5e9d0c7efe33b507d243cdc86cf03
34887 Author: Heiko Schocher <hs@denx.de>
34888 Date: Fri Jan 11 15:15:17 2008 +0100
34889
34890 Fixed syntax error in function init_e300_core() of mpc83xx/start.S if
34891
34892 Signed-off-by: Timur Tabi <timur@freescale.com>
34893 Signed-off-by: Heiko Schocher <hs@denx.de>
34894
34895 commit fa05664cd8c7ab1ecf062aa73b992b7b58bba49c
34896 Author: Heiko Schocher <hs@denx.de>
34897 Date: Fri Jan 11 15:15:16 2008 +0100
34898
34899 MUNICes: Set the right CFG_DEFAULT_MBAR value.
34900
34901 Signed-off-by: Heiko Schocher <hs@denx.de>
34902
34903 commit 5fb2b2342ece8d786c6f7fdba1bc273febd3b3d2
34904 Author: Heiko Schocher <hs@denx.de>
34905 Date: Fri Jan 11 15:15:15 2008 +0100
34906
34907 added the config File for the MUNICes board.
34908
34909 Signed-off-by: Heiko Schocher <hs@denx.de>
34910
34911 commit 6341d9d723b71b4c0bf86f979e4cb228c02fd09d
34912 Author: Heiko Schocher <hs@denx.de>
34913 Date: Fri Jan 11 15:15:14 2008 +0100
34914
34915 added basic support for the MUNICes board.
34916
34917 Signed-off-by: Heiko Schocher <hs@denx.de>
34918
34919 commit 3bb77fb09a1caabf5a292cc5b486a78b977fbe19
34920 Author: Wolfgang Denk <wd@denx.de>
34921 Date: Sat Jan 12 00:39:37 2008 +0100
34922
34923 Update CHANGELOG and MAINTAINERS files.
34924
34925 Signed-off-by: Wolfgang Denk <wd@denx.de>
34926
34927 commit 5ba7390c3cb579172be66888a371707b47b5be4e
34928 Author: Anatolij Gustschin <agust@denx.de>
34929 Date: Fri Jan 11 02:15:02 2008 +0100
34930
34931 Fix compilation problem in common/cmd_bmp.c
34932
34933 common/cmd_bmp.c fails to compile if CONFIG_VIDEO_BMP_GZIP
34934 isn't defined. This patch fix this.
34935
34936 Signed-off-by: Anatolij Gustschin <agust@denx.de>
34937
34938 commit 5aa437baae5fe629abeab99bef793a2a1fc71b58
34939 Author: Heiko Schocher <hs@denx.de>
34940 Date: Fri Jan 11 01:12:09 2008 +0100
34941
34942 Fix defaultconfig for the mgcoge board.
34943
34944 Signed-off-by: Heiko Schocher <hs@denx.de>
34945
34946 commit ac9db066b26935f31bff15c98168b19faeb603f3
34947 Author: Heiko Schocher <hs@denx.de>
34948 Date: Fri Jan 11 01:12:08 2008 +0100
34949
34950 Added support for the mgcoge board from keymile.
34951
34952 Signed-off-by: Heiko Schocher <hs@denx.de>
34953
34954 commit b423d055cc2e13c4ef1f0389c3fa2988d0eed818
34955 Author: Heiko Schocher <hs@denx.de>
34956 Date: Fri Jan 11 01:12:07 2008 +0100
34957
34958 Enable SMC microcode relocation patch for SMC1.
34959
34960 Signed-off-by: Heiko Schocher <hs@denx.de>
34961
34962 commit 381e4e639720d8d2efb8066c7c48ec9588cb28c7
34963 Author: Heiko Schocher <hs@denx.de>
34964 Date: Fri Jan 11 01:12:06 2008 +0100
34965
34966 Added support for the mgsuvd board from keymile.
34967
34968 Signed-off-by: Heiko Schocher <hs@denx.de>
34969
34970 commit bf05293973b348f6946c9df92cd3c65ece42d0be
34971 Author: James Yang <james.yang@freescale.com>
34972 Date: Thu Jan 10 16:02:07 2008 -0600
34973
34974 Fix 64-bit vsprintf.
34975
34976 There were some size and unsigned problems.
34977 Also add support for "ll" size modifier in format string like glibc
34978
34979 Signed-off-by: James Yang <James.Yang@freescale.com>
34980 Acked-by: Jon Loeliger <jdl@freescale.com>
34981
34982 commit 92fa37eac530860643afa26ae347af3d23d67309
34983 Author: Larry Johnson <lrj@acm.org>
34984 Date: Wed Jan 9 12:42:35 2008 -0500
34985
34986 Remove superfluous preprocessor conditionals from LM73 driver
34987
34988 (1) Remove unused symbol "CFG_EEPROM_PAGE_WRITE_ENABLE".
34989
34990 (2) Use conditional Makefile.o.
34991
34992 Signed-off-by: Larry Johnson <lrj@acm.org>
34993
34994 commit efc6f447c1b940d1650c4b854c5598a595ddc3da
34995 Author: Guennadi Liakhovetski <lg@denx.de>
34996 Date: Thu Jan 10 17:59:07 2008 +0100
34997
34998 Add support for the TK885D baseboard from TELE-DATA
34999
35000 The TK885D board uses a TQM885D module from TQ, this port adds an
35001 own configuration file and adds a last_stage_init() method to
35002 configure the two PHYs, depending on the phy_auto_nego environment
35003 variable.
35004
35005 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
35006
35007 commit 0ec595243dc99edcd248bbcfbfd5a1dc860bde89
35008 Author: Kumar Gala <galak@kernel.crashing.org>
35009 Date: Thu Jan 10 02:22:05 2008 -0600
35010
35011 Fix compiler warning
35012
35013 main.c: In function 'readline_into_buffer':
35014 main.c:927: warning: unused variable 'p_buf'
35015
35016 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
35017
35018 commit bed53753dd1d7e6bcbea4339be0fb7760214cc35
35019 Author: Anatolij Gustschin <agust@denx.de>
35020 Date: Fri Jan 11 14:30:01 2008 +0100
35021
35022 Add Fujitsu CoralP/Lime video driver
35023
35024 Signed-off-by: Anatolij Gustschin <agust@denx.de>
35025 Signed-off-by: Rodolfo Giometti <giometti@linux.it>
35026
35027 commit 20c450ef61ef2eb1c96f9b59ba0eb8d849bba058
35028 Author: Anatolij Gustschin <agust@denx.de>
35029 Date: Fri Jan 11 02:39:47 2008 +0100
35030
35031 Fix video console newline and carriage return handling
35032
35033 Lines of the lenght CONSOLE_COLS or greater than CONSOLE_COLS
35034 are not displayed correctly. This is an attempt to fix
35035 this issue. Also add carriage return handling.
35036
35037 Signed-off-by: Anatolij Gustschin <agust@denx.de>
35038 Signed-off-by: Rodolfo Giometti <giometti@linux.it>
35039
35040 commit d5a163d6baa04f5a8edcc10ebc6fad08657d3093
35041 Author: Stefan Roese <sr@denx.de>
35042 Date: Fri Jan 11 15:53:58 2008 +0100
35043
35044 ppc4xx: Fix sdram init on Sequoia boards
35045
35046 Clear possible errors in MCSR resulting from data-eye-search.
35047 If not done, then we could get an interrupt later on when
35048 exceptions are enabled.
35049
35050 Signed-off-by: Stefan Roese <sr@denx.de>
35051
35052 commit d610a60730b7464f6f659db49d264d89a7c71061
35053 Author: Anatolij Gustschin <agust@denx.de>
35054 Date: Fri Jan 11 15:31:09 2008 +0100
35055
35056 ppc4xx: Rework Lime support for lwmon5
35057
35058 Rework Lime support for lwmon5 using new video driver
35059
35060 Signed-off-by: Anatolij Gustschin <agust@denx.de>
35061
35062 commit ff41ffc93c1592e77a44bdbebd5d781739f3aae0
35063 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
35064 Date: Fri Jan 11 14:55:16 2008 +0100
35065
35066 ppc4xx: Update PMC440 config file
35067
35068 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
35069
35070 commit e3edcb36f14f0aabb6f50e96014d6877f73d64ea
35071 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
35072 Date: Fri Jan 11 14:55:08 2008 +0100
35073
35074 ppx4xx: Fix sdram init on PMC440 boards
35075
35076 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
35077
35078 commit 061aad4d320dddce26247699dcf2875ee2ea1366
35079 Author: Dave Liu <r63238@freescale.com>
35080 Date: Thu Jan 10 23:09:33 2008 +0800
35081
35082 mpc83xx: Fix the bug of 266MHz data rate DDR
35083
35084 The DDR doesn't work on the 266MHz data rate,
35085 the patch fix the bug.
35086
35087 Signed-off-by: Dave Liu <daveliu@freescale.com>
35088 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
35089
35090 commit ded08317ad9e340b887bf2eb46e9565a0f610a93
35091 Author: Dave Liu <r63238@freescale.com>
35092 Date: Thu Jan 10 23:08:26 2008 +0800
35093
35094 mpc83xx: Make the code more readable
35095
35096 Format the code, make it more readable
35097
35098 Signed-off-by: Dave Liu <daveliu@freescale.com>
35099 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
35100
35101 commit 7e74d63d1a211fbc34ec424e2dc6726601f323d0
35102 Author: Dave Liu <r63238@freescale.com>
35103 Date: Thu Jan 10 23:07:23 2008 +0800
35104
35105 mpc83xx: Reduce the latency of DDR
35106
35107 Reduce the AL from 2 to 1 clock to improve the performance.
35108
35109 Signed-off-by: Dave Liu <daveliu@freescale.com>
35110 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
35111
35112 commit 6f3931a2bed5412c20d5e5536c865fbd657f7d28
35113 Author: Dave Liu <r63238@freescale.com>
35114 Date: Thu Jan 10 23:06:05 2008 +0800
35115
35116 mpc83xx: Fix the wrong definition of MPC8315E
35117
35118 According to the latest user manual of MPC8315E,
35119 1) The SVCOD of HRCWL is different than 837x
35120 2) The SCCR has changes
35121
35122 Signed-off-by: Dave Liu <daveliu@freescale.com>
35123 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
35124
35125 commit ec2638ea08a537a1bd409db873aaaa33a053ebae
35126 Author: Dave Liu <r63238@freescale.com>
35127 Date: Thu Jan 10 23:05:00 2008 +0800
35128
35129 mpc83xx: Fix the typo in mpc83xx.h
35130
35131 The SPCR about TSEC priority is wrong.
35132
35133 Signed-off-by: Michael Barkowski <Michael.Barkowski@freescale.com>
35134 Signed-off-by: Joe D'Abbraccio <Joe.D'abbraccio@freescale.com>
35135 Signed-off-by: Dave Liu <daveliu@freescale.com>
35136 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
35137
35138 commit c86ef2cd9ef81935049231fa89f36c7b793f2d4b
35139 Author: Dave Liu <r63238@freescale.com>
35140 Date: Thu Jan 10 23:04:13 2008 +0800
35141
35142 mpc83xx: Fix the typo in global data struct
35143
35144 Fix the typo in global_data.h
35145
35146 Signed-off-by: Dave Liu <daveliu@freescale.com>
35147 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
35148
35149 commit 2c5b48fc205c3e2752910da8f39209ed075929e5
35150 Author: Dave Liu <r63238@freescale.com>
35151 Date: Thu Jan 10 23:03:03 2008 +0800
35152
35153 mpc83xx: Remove cache config from config.h
35154
35155 clean up the cache config from configs.h of board
35156
35157 Signed-off-by: Dave Liu <daveliu@freescale.com>
35158 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
35159
35160 commit fab6f556bbbbd1bb35a5433161f7f173c18df559
35161 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
35162 Date: Wed Jan 9 20:57:47 2008 +0300
35163
35164 mpc83xx: add support for the MPC8360E-RDK
35165
35166 This is MPC8360E based board with:
35167 - 256MB fixed SDRAM;
35168 - 8MB Intel Strata NOR flash;
35169 - StMICRO 64MiB NAND flash;
35170 - two 10/100/1000 ethernet ports connected via Broadcom
35171 BCM5481 PHYs;
35172 - two 10/100 ethernet ports connected via National
35173 DP83848 PHYs;
35174 - one PCI and one miniPCI slots;
35175 - four serial ports (two NS16550-compatible, two UCCs);
35176 - four USB ports working through MPC8360E "FHCI" USB controller;
35177 - Fujitsu MB86277 graphics controller;
35178 - Analog to Digital Converter/Touchscreen controller, AD7843
35179 connected to SPI.
35180
35181 Features not supported in this patch are:
35182 - StMICRO 64MiB NAND flash (patch sent);
35183 - MINT framebuffer initialization (patch is pending);
35184 - Fetching production information from the EEPROM via I2C;
35185 - FHCI USB;
35186 - Two slow UCCs used as RS-485 UARTs.
35187
35188 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
35189 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
35190
35191 commit b3d2cde7a3aa1e83b7968cdff929e52c8cc617bb
35192 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
35193 Date: Wed Jan 9 20:57:40 2008 +0300
35194
35195 mpc83xx: add "fsl, qe" compatible fixups
35196
35197 New device trees will use "fsl,qe" compatible properties.
35198
35199 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
35200 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
35201
35202 commit 977b57583a7c34010e566a09a679ec3c1836f996
35203 Author: Kim Phillips <kim.phillips@freescale.com>
35204 Date: Wed Jan 9 15:24:06 2008 -0600
35205
35206 mpc83xx: add missing CONFIG_HAS_ETH0 defines
35207
35208 the new libfdt code only updates eth0 if CONFIG_HAS_ETH0
35209 is defined; add the define to the missing board configs.
35210
35211 Thanks to Emilian Medve for finding this.
35212
35213 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
35214
35215 commit b830b7f1635984ba607219fcbd78597c28eeb529
35216 Author: Becky Bruce <bgill@freescale.com>
35217 Date: Thu Jan 10 14:00:28 2008 -0600
35218
35219 86xx: Support 2GB DIMMs
35220
35221 Configure the number of bits used to address the banks inside the SDRAM
35222 device. The default register value of 0 means 2 bits to address 4 banks.
35223 Higher capacity devices like a 2GB DIMM require 3 bits to address 8 banks.
35224
35225 Signed-off-by: Becky Bruce <bgill@freescale.com>
35226
35227 commit 4d332dbeb08f5863d1ea69d91a00c5499d3a87ed
35228 Author: Niklaus Giger <niklausgiger@gmx.ch>
35229 Date: Thu Jan 10 18:50:33 2008 +0100
35230
35231 ppc4xx: Make Sequoia boot vxWorks
35232
35233 vxWorks expects in
35234 TLB 0 a entry for the Machine Check interrupt
35235 TLB 1 a entry for the RAM
35236 TLB 2 a entry for the EBC
35237 TLB 3 a entry for the boot flash
35238
35239 After changing the baudrate to 9600 I had no problems to boot the
35240 vxWorks image as distributed by WindRiver (Revision 2.0/1 from
35241 June 18, 2007)
35242
35243 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
35244
35245 commit 6d8184b00c0d1d7090e4a2f514e310d98a394f8d
35246 Author: Larry Johnson <lrj@arlinx.com>
35247 Date: Wed Jan 9 23:10:27 2008 -0500
35248
35249 ppc4xx: Fix dflush() to restore DVLIM register
35250
35251 Signed-off-by: Larry Johnson <lrj@acm.org>
35252
35253 commit 252f60b068d1f94190b5bcfda169db582387e15e
35254 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35255 Date: Thu Jan 10 03:52:44 2008 -0500
35256
35257 Nios2: remove common/cmd_bdinfo.c unused variable.
35258
35259 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35260 Signed-off-by: Scott McNutt <smcnutt@psyent.com>
35261
35262 commit 422b1a01602b6e2fbf8444a1192c7ba31461fd4c
35263 Author: Ben Warren <biggerbadderben@gmail.com>
35264 Date: Wed Jan 9 18:15:53 2008 -0500
35265
35266 Fix Ethernet init() return codes
35267
35268 Change return values of init() functions in all Ethernet drivers to conform
35269 to the following:
35270
35271 >=0: Success
35272 <0: Failure
35273
35274 All drivers going forward should return 0 on success. Current drivers that
35275 return 1 on success were left as-is to minimize changes.
35276
35277 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
35278 Acked-by: Stefan Roese <sr@denx.de>
35279 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35280 Acked-by: Kim Phillips <kim.phillips@freescale.com>
35281 Acked-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
35282 Acked-By: Timur Tabi <timur@freescale.com>
35283
35284 commit d3a6532cbe263d992f49e86ac95bede28e96f9c8
35285 Author: Wolfgang Denk <wd@denx.de>
35286 Date: Thu Jan 10 00:55:14 2008 +0100
35287
35288 Coding Style cleanup; update CHANGELOG
35289
35290 Signed-off-by: Wolfgang Denk <wd@denx.de>
35291
35292 commit 17a41e4492121ccf9fa2c10c2cb1a6d1c18d74f7
35293 Author: Kim Phillips <kim.phillips@freescale.com>
35294 Date: Wed Jan 9 16:56:54 2008 -0600
35295
35296 Add QE brg freq and correct qe bus freq fdt update code
35297
35298 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
35299 Signed-off-by: Andy Fleming <afleming@freescale.com>
35300
35301 commit 890dfef06c2d169a3356359596890754dfb8ee1c
35302 Author: Andy Fleming <afleming@freescale.com>
35303 Date: Wed Jan 9 16:34:51 2008 -0600
35304
35305 Remove cache config from ATUM8548 and sbc8548 configs
35306
35307 These boards weren't updated by Kumar's config patch because they
35308 weren't in the tree, yet.
35309
35310 Signed-off-by: Andy Fleming <afleming@freescale.com>
35311
35312 commit b8ec2385038c094b07ec5b49336289a46b6e9cc6
35313 Author: Timur Tabi <timur@freescale.com>
35314 Date: Mon Jan 7 13:31:19 2008 -0600
35315
35316 85xx: add ability to upload QE firmware
35317
35318 Define the layout of a binary blob that contains a QE firmware and instructions
35319 on how to upload it. Add function qe_upload_firmware() to parse the blob and
35320 perform the actual upload. Add command-line command "qe fw" to take a firmware
35321 blob in memory and upload it. Update ft_cpu_setup() on 85xx to create the
35322 'firmware' device tree node if U-Boot has uploaded a firmware. Fully define
35323 'struct rsp' in immap_qe.h to include the actual RISC Special Registers.
35324
35325 Signed-off-by: Timur Tabi <timur@freescale.com>
35326
35327 commit b009f3eca99bb7b9e6ba6639a8909a138dd5e9fe
35328 Author: Kumar Gala <galak@kernel.crashing.org>
35329 Date: Tue Jan 8 01:22:21 2008 -0600
35330
35331 85xx: Remove cache config from configs.h
35332
35333 Either use the standard defines in asm/cache.h or grab the information
35334 at runtime from the L1CFG SPR.
35335
35336 Also, minor cleanup in cache.h to make the code a bit more readable.
35337
35338 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
35339
35340 commit b964e9368f45372aaf1da0c13fe56f6d81ae8e96
35341 Author: robert lazarski <robertlazarski@gmail.com>
35342 Date: Fri Dec 21 10:39:27 2007 -0500
35343
35344 mpc85xx: Add support for ATUM8548 (updated)
35345
35346 Add support for Instituto Atlantico's ATUM8548 board
35347
35348 Signed-off-by: robert lazarski <robertlazarski@gmail.com>
35349 Signed-off-by: Andy Fleming <afleming@freescale.com>
35350
35351 commit 7bd6104b71de9bca80ac8e0936003443bb42f2fc
35352 Author: robert lazarski <robertlazarski@gmail.com>
35353 Date: Fri Dec 21 10:36:37 2007 -0500
35354
35355 mpc85xx: Add support for ATUM8548 (updated)
35356
35357 Add support for Instituto Atlantico's ATUM8548 board
35358
35359 Signed-off-by: robert lazarski <robertlazarski@gmail.com>
35360
35361 commit 9e3ed392d2c8965e24c942b58796c31c644c2f70
35362 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
35363 Date: Thu Dec 13 06:45:14 2007 -0600
35364
35365 mpc85xx: Add support for SBC8548 (updated)
35366
35367 Add support for Wind River's SBC8548 reference board.
35368
35369 Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com>
35370
35371 commit 11c45ebd46d6517b51b7a92dd52a618b2f4e5586
35372 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
35373 Date: Thu Dec 13 06:45:08 2007 -0600
35374
35375 mpc85xx: Add support for SBC8548 (updated)
35376
35377 Add support for Wind River's SBC8548 reference board.
35378
35379 Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com>
35380 Signed-off by: Andy Fleming <afleming@freescale.com>
35381
35382 commit 64d4bcb087c2ece1c4d0de8efe85e0075e5b1594
35383 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
35384 Date: Mon Oct 22 19:58:19 2007 +0400
35385
35386 MPC8568E-MDS: set up QE pario for UART1
35387
35388 To use UART1 on the MPC8568E-MDS, QE pario pins PC[0:3] should
35389 be set up appropriately.
35390
35391 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
35392
35393 commit ad162249cb371e9e38971676f09be791e5f3cf4a
35394 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
35395 Date: Mon Oct 22 18:12:46 2007 +0400
35396
35397 MPC8568E-MDS: reset UCCs to use them reliably
35398
35399 In order to use GETH1 and GETH2 on the MPC8568E-MDS, we should reset
35400 UCCs.
35401
35402 p.s Similar code exists in the Linux kernel board file (for capability
35403 reasons with older U-Boots), but should be removed some day.
35404
35405 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
35406
35407 commit 2146cf56821c3364786ca94a7306008c5824b238
35408 Author: Kumar Gala <galak@kernel.crashing.org>
35409 Date: Wed Dec 19 01:18:15 2007 -0600
35410
35411 Reworked FSL Book-E TLB macros to be more readable
35412
35413 The old macros made it difficult to know what WIMGE and perm bits
35414 were set for a TLB entry. Actually use the bit masks for these items
35415 since they are only a single bit.
35416
35417 Also moved the macros into mmu.h out of e500.h since they aren't specific
35418 to e500.
35419
35420 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
35421
35422 commit 1d47273d46925929f8f2c1913cd96d7257aade88
35423 Author: Kumar Gala <galak@kernel.crashing.org>
35424 Date: Tue Dec 18 23:21:51 2007 -0600
35425
35426 Use FSL Book-E MMU macros from Linux Kernel
35427
35428 Grab the FSL Book-E MAS register macros from Linux. Also added
35429 defines for page sizes up to 4TB and removed SHAREN since it doesnt
35430 really exist.
35431
35432 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
35433
35434 commit 02df4a270f817ef6ec39047a01b55fecdc5f3b37
35435 Author: Andy Fleming <afleming@freescale.com>
35436 Date: Wed Jan 9 13:51:32 2008 -0600
35437
35438 Fix my own merge stupidity
35439
35440 Way back in August I merged Heiko's patch:
35441 566a494f592: [PCS440EP] upgrade the PCS440EP board
35442
35443 with Jon's CONFIG_COMMANDS patches.
35444
35445 This was done in commit: 6bf6f114dcdd97ec3f80c2761ed40e31229d6b78
35446
35447 However, in the process, I left out some of Heiko's good changes.
35448
35449 Now Heiko's and Jon's patches are properly merged in fat_register_device()
35450
35451 Signed-off-by: Andy Fleming <afleming@freescale.com>
35452
35453 commit 6636b62a6efc7f14e6e788788631ae7a7fca4537
35454 Author: James Yang <James.Yang@freescale.com>
35455 Date: Wed Jan 9 11:17:49 2008 -0600
35456
35457 Expose parse_line() globally.
35458
35459 Add new function readline_into_buffer() that allows the
35460 output of readline to be put into a pointer to char buffer.
35461
35462 This refactoring allows other functions besides the
35463 main command loop to also use the same input mechanism.
35464
35465 Signed-off-by: James Yang <James.Yang@freescale.com>
35466 Acked-by: Jon Loeliger <jdl@freescale.com>
35467
35468 commit 7ca90513486abd4ae50bd1b7403f47cc58c5ad25
35469 Author: Guennadi Liakhovetski <lg@denx.de>
35470 Date: Wed Jan 9 01:15:25 2008 +0100
35471
35472 trivial: fix consequences of a bad merge
35473
35474 Fix what looks like a merge artifact.
35475
35476 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
35477
35478 commit 4785a694c0045996ccf0ac5b8edf531efc1b730e
35479 Author: Zhang Wei <wei.zhang@freescale.com>
35480 Date: Thu Jan 3 10:51:15 2008 +0800
35481
35482 Add Ctrl combo key support to usb keyboard driver.
35483
35484 Ctrl combo key support is added, which is very useful to input Ctrl-C
35485 for interrupt current job.
35486 Also add usb_event_poll() calling to usb_kbd_testc(), which can get
35487 key input when tstc() is called.
35488
35489 Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
35490
35491 commit 10c7382bc5d5e64c47f94ac2ca78cc574442e82d
35492 Author: Marcel Ziswiler <marcel@ziswiler.com>
35493 Date: Sun Dec 30 03:30:56 2007 +0100
35494
35495 fix various comments
35496
35497 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
35498
35499 commit 7817cb2083d982923752fe0f12b67c0e7c09a027
35500 Author: Marcel Ziswiler <marcel@ziswiler.com>
35501 Date: Sun Dec 30 03:30:46 2007 +0100
35502
35503 fix comments with new drivers organization
35504
35505 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
35506
35507 commit a9b410dc7d2a4721c408b13abfc037988150f145
35508 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
35509 Date: Fri Dec 28 12:50:59 2007 +0900
35510
35511 Remove the obsolete terse version of do_mii()
35512
35513 We now have more useful version of do_mii() and everybody use it.
35514 Gerald Van Baren says:
35515
35516 > When I originally wrote the mii command 6(!) years ago, I wrote a
35517 > verbose version that printed human readable decomposition of the flags,
35518 > etc., and a terse one that didn't print as much stuff and thus had a
35519 > smaller memory footprint.
35520 >
35521 > It sounds like the terse version has withered and died, apparently
35522 > people are only using the verbose version (which is very understandable,
35523 > I do myself).
35524
35525 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
35526 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
35527
35528 commit 01c687aa6e065bd4faf80f723361e798941dd6b0
35529 Author: Mike Frysinger <vapier@gentoo.org>
35530 Date: Thu Dec 27 13:42:56 2007 -0500
35531
35532 Do not reference sha1.c when building mkimage.
35533
35534 remove sha1.o from mkimage linking since it isn't actually used.
35535
35536 Signed-Off-By: Mike Frysinger <vapier@gentoo.org>
35537
35538 commit b9173af73e524d37c812f210173cf83385c5171a
35539 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
35540 Date: Thu Dec 27 15:39:54 2007 +0900
35541
35542 common/cmd_mii.c: Add sanity argc check
35543
35544 If type mii command without arguments, we suffer from uninitialized argv[]
35545 entries; for example we MIPS get stuck by TLB error.
35546
35547 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
35548
35549 commit 500856eb1707ed17d9204baa61dd59948d3b2899
35550 Author: Rafal Jaworowski <raj@semihalf.com>
35551 Date: Wed Jan 9 19:39:36 2008 +0100
35552
35553 API for external applications.
35554
35555 This is an API for external (standalone) applications running on top of
35556 U-Boot, and is meant to be more extensible and robust than the existing
35557 jumptable mechanism. It is similar to UNIX syscall approach. See api/README
35558 for more details.
35559
35560 Included is the demo application using this new framework (api_examples).
35561
35562 Please note this is still an experimental feature, and is turned off by
35563 default.
35564
35565 Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
35566
35567 commit fe8dd0b2220b7c02b0d4c9c4f9967879970477b1
35568 Author: Jon Loeliger <jdl@freescale.com>
35569 Date: Wed Jan 9 12:14:55 2008 -0600
35570
35571 86xx: Remove cache config from configs.h
35572
35573 Just use the standard defines in asm/cache.h.
35574
35575 Signed-off-by: Jon Loeliger <jdl@freescale.com>
35576
35577 commit 26a41790f8eba19ad450e18ae91351daf485b3e2
35578 Author: Rafal Jaworowski <raj@semihalf.com>
35579 Date: Wed Jan 9 18:05:27 2008 +0100
35580
35581 Globalize envmatch()
35582
35583 The newly introduced API (routines related to env vars) will need to call
35584 it.
35585
35586 Signed-off-by: Rafal Zabdyr <armo@semihalf.com>
35587
35588 commit 1df170f8b2a99e1e2f940f9f0b56511e1e4c9e1f
35589 Author: Jon Loeliger <jdl@freescale.com>
35590 Date: Fri Jan 4 12:07:27 2008 -0600
35591
35592 Convert MPC8610HPCD to use libfdt.
35593
35594 Assumes the presence of the aliases node in the DTS to
35595 locate the pci and serial nodes for fixups.
35596
35597 Use consistent fdtaddr and fdtfile in environment variables.
35598
35599 Signed-off-by: Jon Loeliger <jdl@freescale.com>
35600
35601 commit c9974ab0a4d3731cdb76a7599d9fe9445d764d60
35602 Author: Jon Loeliger <jdl@freescale.com>
35603 Date: Fri Jan 4 11:58:23 2008 -0600
35604
35605 8610: Fix lingering compile warnings.
35606
35607 Turn off DEBUG.
35608
35609 Signed-off-by: Jon Loeliger <jdl@freescale.com>
35610
35611 commit 6007f3251c0967adc13f2ed8be1b924ddc30124d
35612 Author: Wolfgang Denk <wd@denx.de>
35613 Date: Wed Jan 9 15:14:46 2008 +0100
35614
35615 Coding Style cleanup, update CHANGELOG
35616
35617 Signed-off-by: Wolfgang Denk <wd@denx.de>
35618
35619 commit fc6414eca55f1fc108fb12fc8cdc43bd8b4463f9
35620 Author: Mike Frysinger <vapier@gentoo.org>
35621 Date: Tue Dec 18 04:29:55 2007 -0500
35622
35623 fix easylogo on big endian dev systems
35624
35625 didnt realize how out of shape easylogo actually was until i tried using it.
35626 this patch does byte swapping as need be on the input tga header since the tga
35627 is in little endian but the host could just as well be big endian. i didnt
35628 bother using bswap macros or such stuff from system headers as nothing in
35629 POSIX dictates byte swapping functionality.
35630
35631 Signed-Off-By: Mike Frysinger <vapier@gentoo.org>
35632
35633 commit 38d299c2db81bd889c601b5dfc12c4e83ef83333
35634 Author: Mike Frysinger <vapier@gentoo.org>
35635 Date: Tue Dec 18 03:23:25 2007 -0500
35636
35637 cleanup easylogo
35638
35639 - make the Makefile not suck
35640 - include proper headers for prototypes
35641 - fix obvious broken handling of strchr() when handling '.' in filenames
35642
35643 Signed-Off-By: Mike Frysinger <vapier@gentoo.org>
35644
35645 commit 883e3925d99a8dd69c5b0201cba5b1887f88f95c
35646 Author: raptorbrino@aim.com <raptorbrino@aim.com>
35647 Date: Thu Dec 13 21:23:28 2007 -0500
35648
35649 Fix build problems under Cygwin
35650
35651 This patch allows u-boot to build without error in a cygwin
35652 environment. Cygwin does not define __u64 in it's
35653 include/asm/types.h file. The -idirafter flag in the u-boot
35654 build causes the inclusion of the cygwin types.h file as opposed
35655 to u-bot/include/asm/types.h file which does define __u64.
35656 Subsequently, sha1.c compile fails due to unknown symbol.
35657
35658 Signed-off-by: Brian Miller <raptorbrino@netscape.net>
35659
35660 commit 43ef1c381f9195504a2488f5cb909227eb97d475
35661 Author: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
35662 Date: Fri Nov 30 17:29:59 2007 +0100
35663
35664 cmd_bmp: Add support for displaying gzip compressed bmps
35665
35666 The existing code can show information about a gzip compressed BMP
35667 image, but can't actually display it.
35668
35669 Therefore, move the decompression code out of bmp_info() and use it in
35670 bmp_display() as well in order to display a compressed BMP image.
35671
35672 Also, clean things up a bit and fix a memory leak while we're at it.
35673
35674 [hskinnemoen@atmel.com: a bit of refactoring]
35675 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
35676
35677 commit d197ffd8172c6fdef38733424640a9a47295d6e9
35678 Author: Guennadi Liakhovetski <lg@denx.de>
35679 Date: Thu Nov 29 21:15:56 2007 +0100
35680
35681 Fix and optimize MII operations on FEC (MPC8xx) controllers
35682
35683 This patch fixes several issues at least on a MPC885 based system with two
35684 FEC interfaces used in MII mode.
35685
35686 1. PHY discovery should first read PHY_PHYIDR2 register and only then
35687 PHY_PHYIDR1 like cpu/mpc8xx/fec.c::mii_discover_phy() does it,
35688 otherwise the values read are wrong. Also notice, that PHY discovery
35689 cannot work on MPC88x / MPC87x in setups with both FECs active at all
35690 in its present form, because for both interfaces the registers from FEC
35691 1 are used to communicate over MII.
35692
35693 2. Remove code duplication for resetting the FEC by isolating it into a
35694 separate function.
35695
35696 3. Initialize MII on FEC 1 when communicating over FEC 2 in fec_init().
35697
35698 4. Optimize mii_init() to only reset the FEC 1 controller once.
35699
35700 5. Fix a typo in mii_init() using index i instead of j thus potentially
35701 leading to unpredictable results.
35702
35703 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
35704
35705 commit 6a5e1d75bf106fa157e9ce68bcaf4b13e8a1d214
35706 Author: Guennadi Liakhovetski <lg@denx.de>
35707 Date: Tue Nov 20 13:14:20 2007 +0100
35708
35709 Fix endianness conversions in rtl8169 driver
35710
35711 It is unclear on what platforms this driver has been tested, since
35712 noone up to now defines CONFIG_RTL8169 in the board configuration
35713 header. Now it has been fixed for a big-endian mpc8241 based
35714 linkstation platform. This patch presents the necessary endianness
35715 conversion fixes.
35716
35717 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
35718
35719 commit 58694f9709c0c3e3178e349ae748d98cfb0c639a
35720 Author: Zhang Wei <wei.zhang@freescale.com>
35721 Date: Thu Jan 3 10:51:15 2008 +0800
35722
35723 Add Ctrl combo key support to usb keyboard driver.
35724
35725 Ctrl combo key support is added, which is very useful to input Ctrl-C
35726 for interrupt current job.
35727 Also add usb_event_poll() calling to usb_kbd_testc(), which can get
35728 key input when tstc() is called.
35729
35730 Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
35731 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
35732
35733 commit 07eb02687f008721974a2fb54cd7fdc28033ab3c
35734 Author: Wolfgang Denk <wd@denx.de>
35735 Date: Wed Jan 9 13:43:38 2008 +0100
35736
35737 Coding Style clenaup; update CHANGELOG
35738
35739 Signed-off-by: Wolfgang Denk <wd@denx.de>
35740
35741 commit c26acc1a43b31ddca5add42fd0360ff0eee90c80
35742 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
35743 Date: Thu Dec 27 17:13:11 2007 +0100
35744
35745 Remove bit swapping in Xilinx Spartan bitfile loading
35746
35747 This patch removes the unnecessary bit swapping when
35748 booting .bit files with the 'fpga loadb' command.
35749
35750 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
35751
35752 commit 437fc7327f0611f82937858f2d80e4cd61b40984
35753 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
35754 Date: Thu Dec 27 17:13:05 2007 +0100
35755
35756 Fix MSB check in Xilinx Spartan slave serial mode
35757
35758 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
35759
35760 commit 3bff4ffa33729a42645e328a21e8d16488872958
35761 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
35762 Date: Thu Dec 27 17:12:56 2007 +0100
35763
35764 Add new Xilinx Spartan FPGA types
35765
35766 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
35767
35768 commit 21d39d598c4e74d4e7761608c79dba2715d40a4c
35769 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
35770 Date: Thu Dec 27 17:12:43 2007 +0100
35771
35772 Add pre and post configuration callbacks for Spartan FPGAs
35773
35774 This patch adds a post configuration callback for Spartan2/3 FPGAs.
35775 pre and post configuration callback are now optional and
35776 not called when the function pointer is set to NULL.
35777
35778 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
35779
35780 commit 0133502e39ff89b67c26cb4015e0e7e8d9571184
35781 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
35782 Date: Thu Dec 27 17:12:34 2007 +0100
35783
35784 Improve configuration of FPGA subsystem
35785
35786 This patch removes the FPGA subsystem configuration through
35787 the CONFIG_FPGA bitmask configuration option.
35788
35789 See README for the new options:
35790
35791 CONFIG_FPGA,
35792 CONFIG_FPGA_<vendor>,
35793 CONFIG_FPGA_<family>
35794
35795 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
35796
35797 commit 95c6bc7d4a3588b452baca610f8c795a83630477
35798 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
35799 Date: Thu Dec 27 16:55:17 2007 +0100
35800
35801 Add Epson RX8025 RTC support
35802
35803 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
35804
35805 commit 1208a2dfde02bedd3c5bda29a606632b8e0be058
35806 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
35807 Date: Thu Dec 27 16:57:23 2007 +0100
35808
35809 serial: Make default_serial_console() a weak function
35810
35811 With this patch it is possible to reimplement default_serial_console()
35812 in board specific code. This will be done in the upcomming PMC440
35813 U-Boot port. This also allows the lwmon board maintainer to
35814 remove the '#if !defined(CONFIG_LWMON) ...' from common/serial.c.
35815
35816 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
35817
35818 commit d16471ee05ce7ac5392bc0e9fe3ff4b58a768f33
35819 Author: Harald Welte <laforge@openmoko.org>
35820 Date: Wed Dec 19 14:14:47 2007 +0100
35821
35822 add 'terminal program' functionality
35823
35824 This patch adds a 'cu' like serial terminal command to u-boot
35825 using which you can access other serial ports from the system console.
35826
35827 OpenMoko uses this in their Neo1973 phones to get access to the GSM
35828 Modem and GPS chip from the bootloader.
35829
35830 Signed-off-by: Harald Welte <laforge@openmoko.org>
35831
35832 commit 62d4f4365341576f5a5307b2b205a5aa2e3c6be6
35833 Author: Harald Welte <laforge@openmoko.org>
35834 Date: Wed Dec 19 14:12:53 2007 +0100
35835
35836 Re-introduce the 'nand read.oob' and 'nand write.oob' commands
35837 that used to exist with the legacy NAND code
35838
35839 Signed-off-by: Harald Welte <laforge@openmoko.org>
35840
35841 commit f540c42d9564854b19ce9bbb70affe172529fe70
35842 Author: Harald Welte <laforge@openmoko.org>
35843 Date: Wed Dec 19 14:09:58 2007 +0100
35844
35845 Fix building with CRAMFS but not JFFS2 support
35846
35847 Signed-off-by: Harald Welte <laforge@openmoko.org>
35848
35849 commit 23d0baf967fecdaf1804f045f6339337c5607eec
35850 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35851 Date: Sat Dec 22 15:52:58 2007 +0100
35852
35853 Allow CONFIG_AUTO_COMPLETE and command history CONFIG_CMDLINE_EDITING at the sametime
35854
35855 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
35856 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35857
35858 commit 23776ff292966a85d811126933830bed48211826
35859 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35860 Date: Tue Dec 11 10:53:12 2007 +0100
35861
35862 ARM: support board-specific ethernet PHY init
35863
35864 Add until the new phylib will be arrived
35865
35866 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35867
35868 commit 7b74ebe723e576baedf5a8b6240589b19b845a1b
35869 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35870 Date: Sat Dec 8 16:34:08 2007 +0100
35871
35872 IXP: Add full baud-rate support for ixp42x, ixp45x and ixp46x
35873
35874 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35875
35876 commit a2df4da31b1a1e41e3e9e1358cfc52b806046ce1
35877 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35878 Date: Sun Dec 9 11:01:10 2007 +0100
35879
35880 Add missing file in gitignore and comments
35881
35882 based on Linux source tree's .gitignore files
35883
35884 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35885
35886 commit 435dc8fcdb3bc61d3d490773a8f369f98a20c868
35887 Author: Wolfgang Denk <wd@denx.de>
35888 Date: Wed Jan 9 11:36:21 2008 +0100
35889
35890 Coding Style cleanup, update CHANGELOG
35891
35892 Signed-off-by: Wolfgang Denk <wd@denx.de>
35893
35894 commit b2e2142c500c48a57f18f9dd30e66c13caea0971
35895 Author: Stefan Roese <sr@denx.de>
35896 Date: Wed Jan 9 10:38:58 2008 +0100
35897
35898 POST: Execute SPR test after relocation
35899
35900 On LWMON5 we now use d-cache as init-ram and stack. The SPR POST test uses
35901 self modifying code and this doesn't work with stack in d-cache, since
35902 I can't move the code from d-cache to i-cache. We move the SPR test to
35903 be executed a little later, after relocation. Then stack is located in
35904 SDRAM and this self-modifying code is no problem anymore.
35905
35906 Signed-off-by: Stefan Roese <sr@denx.de>
35907
35908 commit 8f24e0637ae113500d8bd60d80d57afcc0aa8bde
35909 Author: Stefan Roese <sr@denx.de>
35910 Date: Wed Jan 9 10:28:20 2008 +0100
35911
35912 ppc4xx: Change LWMON5 to not use OCM for init-ram and POST anymore
35913
35914 This patch configures the LWMON5 port to use d-cache as init-ram and
35915 the unused GPT0_COMP6 as POST WORD storage.
35916
35917 Signed-off-by: Stefan Roese <sr@denx.de>
35918
35919 commit 1754f50b710194f886b6f2831803d8960171a14d
35920 Author: Stefan Roese <sr@denx.de>
35921 Date: Wed Jan 9 10:25:46 2008 +0100
35922
35923 ppc4xx: Add CFG_POST_ALT_WORD_ADDR to support non OCM POST WORD storage
35924
35925 The privious 4xx POST implementation only supported storing the POST
35926 WORD in OCM. Since we need to reserve the OCM on LWMON5 for the logbuffer
35927 we need to store the POST WORD in some other non volatile location.
35928 This patch adds CFG_POST_ALT_WORD_ADDR to specify an address for such
35929 a location.
35930
35931 Signed-off-by: Stefan Roese <sr@denx.de>
35932
35933 commit e02c521d94b45d7b05aa522e4ccde6b74bf5fe57
35934 Author: Stefan Roese <sr@denx.de>
35935 Date: Wed Jan 9 10:23:16 2008 +0100
35936
35937 ppc4xx: Add 44x cache locking to better support init-ram in d-cache
35938
35939 This patch adds support for locking the init-ram/stack in d-cache,
35940 so that other regions may use d-cache as well
35941
35942 Note, that this current implementation locks exactly 4k of d-cache,
35943 so please make sure that you don't define a bigger init-ram area. Take
35944 a look at the lwmon5 440EPx implementation as a reference.
35945
35946 Signed-off-by: Stefan Roese <sr@denx.de>
35947
35948 commit 0ddb89601a8d29e808db450366752ffdc6267c53
35949 Author: Wolfgang Denk <wd@denx.de>
35950 Date: Wed Jan 9 10:16:33 2008 +0100
35951
35952 Fix memset bug in ext2fs_read_file()
35953
35954 ext2fs_read_file() had the function arguments swapped.
35955
35956 Pointed out by Mike Montour, 19 Dec 2007 22:34:25 -0800
35957
35958 Signed-off-by: Wolfgang Denk <wd@denx.de>
35959
35960 commit 32d6f1bc09175f3b77469771e839bc7255a9f22e
35961 Author: Markus Klotzbücher <mk@denx.de>
35962 Date: Tue Jan 5 08:17:15 1988 +0100
35963
35964 Fix problems with usb storage devices on MPC5200 /TQM5200
35965
35966 The MPC5200 OHCI controller operates in big endian, so
35967 CFG_OHCI_BE_CONTROLLER must be defined for it to work properly.
35968
35969 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
35970
35971 commit 46f6e5019048b103d7693d5310de0f1cfbaf4c19
35972 Author: Wolfgang Denk <wd@denx.de>
35973 Date: Tue Jan 8 22:58:27 2008 +0100
35974
35975 Fix compile problem with new env code.
35976
35977 Signed-off-by: Wolfgang Denk <wd@denx.de>
35978
35979 commit 64b3727b9779d86127cd576e392a987de5ebb9fd
35980 Author: Markus Klotzbücher <mk@denx.de>
35981 Date: Tue Nov 27 10:23:20 2007 +0100
35982
35983 tools: fix fw_printenv tool to compile again
35984
35985 This patch updates the fw_printenv/fw_setenv userspace tool to include
35986 the correct MTD header in order to compile against current kernel
35987 headers. Backward compatibility is preserved by introducing an option
35988 MTD_VERSION which can be set to "old" for compilation using the old MTD
35989 headers. Along with this a number of warnings are fixed.
35990
35991 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
35992
35993 commit 1f84021a85abeb837d2ce0dc84297b4f1d45d516
35994 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
35995 Date: Tue Jan 8 15:40:09 2008 +0100
35996
35997 ppc4xx: assign PCI interrupts on seuqoia boards
35998
35999 Some operating systems rely on assigned PCI interrupts.
36000
36001 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36002
36003 commit 6e9233d30afe57cb6e148fbfa4895e7810196fac
36004 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36005 Date: Tue Jan 8 15:50:49 2008 +0100
36006
36007 ppc4xx: Move cpu/ppc4xx/vecnum.h into include path
36008
36009 This patch allows the use of 4xx interrupt vector number defines
36010 in board specific code outside cpu/ppc4xx.
36011
36012 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36013
36014 commit 580d1d3186a2bc6dbdb626941b716dae1788e51e
36015 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36016 Date: Tue Jan 8 15:39:01 2008 +0100
36017
36018 ppc4xx: Fix UIC2 vector number base
36019
36020 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36021
36022 commit ff5fb8a6ccba56e3482d0e297d8cfb7faa040811
36023 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36024 Date: Tue Jan 8 12:49:58 2008 +0100
36025
36026 ppc4xx: Update PLB/PCI divider for PMC440 board
36027
36028 This patch updates the PLB/PCI divider when running at
36029 400MHz CPU frequency from 4 to 3 which results in 44MHz PCI sync clock.
36030
36031 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36032
36033 commit 7d5d75633174867316a0c0f2fca5ceb2cf312cde
36034 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36035 Date: Tue Jan 8 11:13:09 2008 +0100
36036
36037 ppc4xx: Disable error message when no NAND chip is installed on PMC440
36038
36039 Add CFG_NAND_QUIET_TEST option to disable error message when
36040 no NAND chip is installed on PMC440 boards.
36041
36042 Disable a couple of config defines that are only used for NAND_U_BOOT.
36043
36044 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36045
36046 commit c83d7ca4dadd44ae430235077f63b64a11f36f6e
36047 Author: Wolfgang Denk <wd@denx.de>
36048 Date: Tue Jan 8 22:58:27 2008 +0100
36049
36050 Fix compile problem with new env code.
36051
36052 Signed-off-by: Wolfgang Denk <wd@denx.de>
36053
36054 commit 6de66b35426312a21174a9bf0576a094e2904bea
36055 Author: Markus Klotzbücher <mk@denx.de>
36056 Date: Tue Nov 27 10:23:20 2007 +0100
36057
36058 tools: fix fw_printenv tool to compile again
36059
36060 This patch updates the fw_printenv/fw_setenv userspace tool to include
36061 the correct MTD header in order to compile against current kernel
36062 headers. Backward compatibility is preserved by introducing an option
36063 MTD_VERSION which can be set to "old" for compilation using the old MTD
36064 headers. Along with this a number of warnings are fixed.
36065
36066 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
36067
36068 commit ad3006fe7e84667021753b74247b0bafd97ba35f
36069 Author: Gerald Van Baren <vanbaren@cideas.com>
36070 Date: Mon Jan 7 23:47:32 2008 -0500
36071
36072 LIBFDT: use memmove() instead of memcpy()
36073
36074 This is partial patch from the DTC/libfdt
36075 commit 67b6b33b9b413a450a72135b5dc59c0a1e33e647
36076 Author: David Gibson <david@gibson.dropbear.id.au>
36077 Date: Wed Nov 21 11:56:14 2007 +1100
36078
36079 The patch also fixes one genuine bug caught by valgrind -
36080 _packblocks() in fdt_rw.c was using memcpy() where it should have been
36081 using memmove().
36082
36083 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
36084
36085 commit aec7135bc300e3340d18f203347ee00c5b5f68c0
36086 Author: David Gibson <david@gibson.dropbear.id.au>
36087 Date: Mon Dec 17 14:42:07 2007 +1100
36088
36089 libfdt: Add more documentation (patch the seventh)
36090
36091 This patch adds more documenting comments to libfdt.h. Specifically,
36092 these document the read/write functions (not including fdt_open_into()
36093 and fdt_pack(), for now).
36094
36095 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
36096
36097 commit 9d4450b5adc36623e9c1de1f92539db77ad0c57e
36098 Author: David Gibson <david@gibson.dropbear.id.au>
36099 Date: Mon Dec 17 14:41:52 2007 +1100
36100
36101 libfdt: Add more documentation (patch the sixth)
36102
36103 This patch adds some more documenting comments to libfdt.h.
36104 Specifically this documents all the write-in-place functions.
36105
36106 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
36107
36108 commit b60af3d4c1680487ee37e11aa1b3db6dec04d8f0
36109 Author: Gerald Van Baren <vanbaren@cideas.com>
36110 Date: Sat Dec 29 22:45:27 2007 -0500
36111
36112 Fine grained per property /chosen updating.
36113
36114 Implement a suggestion by Scott Wood to make the /chosen handling fine
36115 grained. Don't overwrite pre-existing properties on a per-property basis,
36116 so if /chosen exists but a necessary /chosen/property doesn't, it gets
36117 created. If a /chosen property exists, it is NOT overwritten unless the
36118 "force" flag is true.
36119
36120 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
36121
36122 commit 238cb7a423c6eaa36496efb788cfb9798cea7f95
36123 Author: Gerald Van Baren <vanbaren@cideas.com>
36124 Date: Sat Jan 5 15:33:29 2008 -0500
36125
36126 Improve the FDT help message.
36127
36128 Add a note that "fdt copy" makes the new address active.
36129 Remove most of the extra hints at the end of the fdt help.
36130
36131 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
36132
36133 commit ea6d8be153ceaf16958f8009cea6d75f3ff58d92
36134 Author: Gerald Van Baren <vanbaren@cideas.com>
36135 Date: Sat Jan 5 14:52:04 2008 -0500
36136
36137 Support setting FDT properties with optional values.
36138
36139 Fix a bug found and documented by Bartlomiej Sieka where the optional
36140 value on "fdt set <path> <prop> [<val>]" wasn't optional.
36141
36142 => fdt mknode / testnode
36143 => fdt print /testnode
36144 testnode {
36145 };
36146 => fdt set /testnode testprop
36147 => fdt print /testnode
36148 testnode {
36149 testprop;
36150 };
36151
36152 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
36153
36154 commit 22fb2246df91bfc840d87f0c5910818bad55577a
36155 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36156 Date: Fri Dec 28 11:56:30 2007 +0100
36157
36158 Add fdt_find_and_setprop() to fdt_support.h
36159
36160 fdt_find_and_setprop() is used by several 4xx boards and it's
36161 missing in the appropriate header. This patch eliminates a
36162 warning when building U-Boot for such boards.
36163
36164 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36165 Acked-by: Stefan Roese <sr@denx.de>
36166
36167 commit 802b769bac17b0560d3535a42c502469ee190cd1
36168 Author: Stefan Roese <sr@denx.de>
36169 Date: Tue Jan 8 18:39:30 2008 +0100
36170
36171 ppc4xx: Return 0 on success in 4xx ethernet driver
36172
36173 Signed-off-by: Stefan Roese <sr@denx.de>
36174
36175 commit 6775c68683a53c7abc778774641aac6f833a2cbf
36176 Author: Kim Phillips <kim.phillips@freescale.com>
36177 Date: Tue Jan 8 09:59:49 2008 -0600
36178
36179 mpc83xx: fix missed pci_hose -> hose conversion for new libfdt code
36180
36181 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
36182
36183 commit 94fab25f5f1a7d1c0cc63c17e813ea8943fe49c7
36184 Author: Kim Phillips <kim.phillips@freescale.com>
36185 Date: Thu Dec 20 16:28:34 2007 -0600
36186
36187 mpc83xx: rm remaining FLAT_TREE code
36188
36189 ..in board pci.c files
36190
36191 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
36192
36193 commit b3458d2cd55d01732e30a76d898afd99e871cd67
36194 Author: Kim Phillips <kim.phillips@freescale.com>
36195 Date: Thu Dec 20 15:57:28 2007 -0600
36196
36197 mpc83xx: remove FLAT_TREE code
36198
36199 need to rm it from pci code, too!
36200
36201 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
36202
36203 commit 5b8bc606c61456566af6912f818a153b6b06f242
36204 Author: Kim Phillips <kim.phillips@freescale.com>
36205 Date: Thu Dec 20 14:09:22 2007 -0600
36206
36207 mpc83xx: convert to using do_fixup_*()
36208
36209 convert to using simpler mpc85xx style fdt update code; streamline by
36210 eliminating macros OF_SOC, OF_CPU, etc. which allows us to rm
36211 the old school FLAT_TREE code from 83xx (since the sbc8349 was just
36212 converted over to using libfdt).
36213
36214 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
36215
36216 commit e496865ecc31a2fe2f9abfe798334bb02aaf05ab
36217 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
36218 Date: Thu Dec 20 12:58:51 2007 -0500
36219
36220 sbc8349: enable libfdt by default on WRS SBC8349 board.
36221
36222 Make libfdt the default for the WRS SBC8349 board.
36223 Parallel of commit 35cc4e4823668e8745854899cfaedd4489beb0ef
36224 done for the other 83xx based boards. Also fix a typo in CONFIG_PCI.
36225
36226 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
36227
36228 commit 2408b3f20bcbdd9c6c397cd03ab0d71d54680a40
36229 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
36230 Date: Thu Dec 20 12:58:16 2007 -0500
36231
36232 sbc8349: migrate board to libfdt
36233
36234 This adds libfdt support code for the Wind River sbc8349 board.
36235
36236 Parallel of commit 3fde9e8b22cfbd7af489214758f9839a206576cb for
36237 the other Freescale 83xx boards.
36238
36239 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
36240
36241 commit 27a256a90cc86392ac9bf0039a3afe638ec2c18d
36242 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
36243 Date: Thu Dec 20 12:56:19 2007 -0500
36244
36245 sbc8349: Remove board specific ECC code
36246
36247 ECC code is now shared for all 83xx boards, so remove board specific one.
36248 See commit daab8c67d2defef73dc26ab07f0c3afd1b05d019 for reference.
36249
36250 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
36251
36252 commit a1e1ac849249310e5e2e5c7148e9fb353a8317a7
36253 Author: Kim Phillips <kim.phillips@freescale.com>
36254 Date: Thu Dec 20 01:30:48 2007 -0600
36255
36256 mpc83xx: Remove CONFIG options related to OF that we dont use (on 837x)
36257
36258 continuation of commit 37395fa2b0d9d617f28d44ca11592260ef16105a to 837x
36259
36260 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
36261
36262 commit ccf21c311e68d48399eff1e72936052885f6e3f7
36263 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
36264 Date: Thu Dec 6 16:43:40 2007 +0100
36265
36266 Add support CONFIG_UEC_ETH3 in MPC83xx
36267
36268 Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
36269
36270 commit e6af9932d31171e35db880e7b2f29f903b1b7660
36271 Author: Kumar Gala <galak@kernel.crashing.org>
36272 Date: Mon Nov 26 11:00:54 2007 -0600
36273
36274 Remove CONFIG options related to OF that we dont use
36275
36276 The MPC8360E MDS config defined:
36277 CONFIG_OF_HAS_BD_T
36278 CONFIG_OF_HAS_UBOOT_ENV
36279
36280 Which we don't use or ever needed. This seems like copy-paste feature creep.
36281
36282 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
36283
36284 commit f602082b4b7ed4ee16432067cc67a0a24fedc715
36285 Author: Kim Phillips <kim.phillips@freescale.com>
36286 Date: Mon Dec 10 14:16:22 2007 -0600
36287
36288 mpc83xx: supress compiler warning
36289
36290 mpc8360emds.c: In function ‘ft_board_setup’:
36291 mpc8360emds.c:335: warning: assignment discards qualifiers from pointer target type
36292 mpc8360emds.c:345: warning: assignment discards qualifiers from pointer target type
36293
36294 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
36295
36296 commit c16e44fa835fb9eec982d919863a04e2f78e5ce7
36297 Author: Kim Phillips <kim.phillips@freescale.com>
36298 Date: Tue Nov 27 14:17:29 2007 -0600
36299
36300 mpc83xx: fix remaining fdt_find_node_by_path references
36301
36302 rename to fdt_path_offset
36303
36304 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
36305
36306 commit 921d4b19ad1be704df58725485d9292dc0414adf
36307 Author: Kim Phillips <kim.phillips@freescale.com>
36308 Date: Mon Nov 19 12:30:09 2007 -0600
36309
36310 mpc83xx: fix CFG_ENV_ADDR and CFG_ENV_SECT_SIZE definitions for 837x
36311
36312 Fix the definitions of CFG_ENV_ADDR and CFG_ENV_SECT_SIZE for 837x.
36313 This change guarantees that the environment will be located on the
36314 first flash sector after the U-Boot image.
36315
36316 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
36317
36318 commit 24f868433b50ecbaa88e118aadc7bd254013c6ae
36319 Author: Kim Phillips <kim.phillips@freescale.com>
36320 Date: Fri Nov 9 14:28:08 2007 -0600
36321
36322 mpc83xx: mpc8360 rev.2.1 erratum 2: replace rgmii-id with rgmii-rxid
36323
36324 u-boot itself uses GMII mode on the 8360. Fix up UCC phy-connection-type
36325 properties in the device tree so the PHY gets configured for internal delay on
36326 RX only by the OS, as prescribed by mpc8360 rev. 2.1 pb mds erratum #2.
36327
36328 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
36329
36330 commit 22b448dbfbe2a98f01ff4adc3c3979f8c541ad7b
36331 Author: Dave Liu <r63238@freescale.com>
36332 Date: Tue Sep 18 12:41:15 2007 +0800
36333
36334 mpc83xx: update the CREDITS and MAINTAINERS
36335
36336 update the CREDITS and MAINTAINERS.
36337
36338 Signed-off-by: Dave Liu <daveliu@freescale.com>
36339
36340 commit b21add4b42af7b767448251b599b91066a160e0d
36341 Author: Dave Liu <r63238@freescale.com>
36342 Date: Tue Sep 18 12:40:21 2007 +0800
36343
36344 mpc83xx: add MAINTAINER and MAKEALL entries for the mpc837xemds
36345
36346 Add the MAINTAINER and MAKEALL entries for mpc837xemds
36347
36348 Signed-off-by: Dave Liu <daveliu@freescale.com>
36349
36350 commit f8900ce9094c462355eb792eea264ff16ac8fd16
36351 Author: Dave Liu <r63238@freescale.com>
36352 Date: Tue Sep 18 12:38:53 2007 +0800
36353
36354 mpc83xx: Add the MPC837xEMDS board readme
36355
36356 Add the README.mpc837xemds to /doc
36357
36358 Signed-off-by: Dave Liu <daveliu@freescale.com>
36359
36360 commit 19580e660cc8da49f16536a8bd78c047c7bc12e5
36361 Author: Dave Liu <r63238@freescale.com>
36362 Date: Tue Sep 18 12:37:57 2007 +0800
36363
36364 mpc83xx: Add the support of MPC837xEMDS board
36365
36366 The MPC837xEMDS board support:
36367 * DDR2 400MHz hardcoded and SPD init
36368 * Local bus NOR Flash
36369 * I2C, UART, MII and RTC
36370 * eTSEC RGMII
36371 * PCI host
36372
36373 Signed-off-by: Dave Liu <daveliu@freescale.com>
36374
36375 commit 555da61702771fe0f76f3de23b4e7590f3704161
36376 Author: Dave Liu <r63238@freescale.com>
36377 Date: Tue Sep 18 12:36:58 2007 +0800
36378
36379 mpc83xx: Add the support of MPC8315E SoC
36380
36381 The MPC8315E SoC including e300c3 core and new IP blocks,
36382 such as TDM, PCI Express and SATA controller.
36383
36384 Signed-off-by: Dave Liu <daveliu@freescale.com>
36385
36386 commit 03051c3d35c9981ceaa059005660e699f3eacf1c
36387 Author: Dave Liu <r63238@freescale.com>
36388 Date: Tue Sep 18 12:36:11 2007 +0800
36389
36390 mpc83xx: Add the support of MPC837x SoC
36391
36392 The MPC837x SoC including e300c4 core and new IP blocks,
36393 such as SDHC, PCI Express and SATA controller.
36394
36395 Signed-off-by: Dave Liu <daveliu@freescale.com>
36396
36397 commit 651d96f7e4c84adcdb98ef07ec878c20326e3359
36398 Author: Anton Vorontsov <avorontsov@ru.mvista.com>
36399 Date: Wed Nov 14 18:54:53 2007 +0300
36400
36401 MPC8360E-MDS: configure and enable second UART
36402
36403 Despite user manual, BCSR9.7 is negated (high) on HRST, so
36404 UART2 is disabled. Fix that and configure QE pins properly.
36405
36406 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
36407
36408 commit b2893e1fcb28fad8c8b317104df8cee0142c7631
36409 Author: Timur Tabi <timur@freescale.com>
36410 Date: Mon Nov 5 09:34:06 2007 -0600
36411
36412 83xx: fix CFG_ENV_ADDR and CFG_ENV_SECT_SIZE definitions
36413
36414 Fix the definitions of CFG_ENV_ADDR and CFG_ENV_SECT_SIZE for all of the
36415 currently-defined 83xx boards. This change guarantees that the environment
36416 will be located on the first flash sector after the U-Boot image.
36417
36418 Signed-off-by: Timur Tabi <timur@freescale.com>
36419 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
36420
36421 commit e05329516a13616b53240cd85b739217c2bf87f1
36422 Author: Larry Johnson <lrj@acm.org>
36423 Date: Fri Jan 4 13:27:02 2008 -0500
36424
36425 ppc4xx: Remove weak binding from common Denali data-eye search code
36426
36427 Now that there are no board-specific versions of
36428 "denali_core_search_data_eye()", the weak binding on the common version
36429 can be removed.
36430
36431 Signed-off-by: Larry Johnson <lrj@acm.org>
36432
36433 commit 5ba576c01602fd328800a427964c36a0a05c5dce
36434 Author: Stefan Roese <sr@denx.de>
36435 Date: Sat Jan 5 09:13:46 2008 +0100
36436
36437 ppc4xx: Remove unused CONFIG_ECC_ERROR_RESET from 44x_spd_ddr2.c
36438
36439 Signed-off-by: Stefan Roese <sr@denx.de>
36440
36441 commit 845c6c95dbfe6c915ce68a0a115852fa17932fb4
36442 Author: Stefan Roese <sr@denx.de>
36443 Date: Sat Jan 5 09:12:41 2008 +0100
36444
36445 ppc4xx: Update Katmai/44x_spd_ddr2.c code for optimal DDR2 setup
36446
36447 On Katmai the complete auto-calibration somehow doesn't seem to
36448 produce the best results, meaning optimal values for RQFD/RFFD.
36449 This was discovered by GDA using a high bandwidth scope,
36450 analyzing the DDR2 signals. GDA provided a fixed value for RQFD,
36451 so now on Katmai "only" RFFD is auto-calibrated.
36452
36453 This patch also adds RDCC calibration as mentioned on page 7 of
36454 the AMCC PowerPC440SP/SPe DDR2 application note:
36455 "DDR1/DDR2 Initialization Sequence and Dynamic Tuning"
36456
36457 Signed-off-by: Stefan Roese <sr@denx.de>
36458
36459 commit 49db47b8ae6afff2b898be312948ff501357dc80
36460 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36461 Date: Wed Jan 2 16:48:42 2008 +0100
36462
36463 ppc4xx: Remove sdram.h from PMC440 board
36464
36465 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36466
36467 commit 34065a2ce0d8972f2ec6652076014ab243d2ce8a
36468 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36469 Date: Wed Jan 2 16:48:34 2008 +0100
36470
36471 ppc4xx: use common denali core defines and data eye search code for PMC440
36472
36473 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36474
36475 commit 9ac6b6f3d3f1b072d89268b2efe47e95e6659489
36476 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36477 Date: Wed Jan 2 12:05:14 2008 +0100
36478
36479 ppc4xx: More cleanup for esd's LCD code
36480
36481 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36482
36483 commit fe9c26b330a21ce73e52b5bd347d725cb81e3cfb
36484 Author: Stefan Roese <sr@denx.de>
36485 Date: Fri Jan 4 12:00:01 2008 +0100
36486
36487 ppc4xx: Fix Sequoia NAND booting target
36488
36489 The Sequoia NAND booting target now uses the recently extracted
36490 cpu/ppc4xx/denali_data_eye.c file too.
36491
36492 Signed-off-by: Stefan Roese <sr@denx.de>
36493
36494 commit 0ddd969aec532bd7eae30fc09590488a3aaa629a
36495 Author: Lawrence R. Johnson <lrj@acm.org>
36496 Date: Thu Jan 3 15:02:02 2008 -0500
36497
36498 ppc4xx: Use CFG_4xx_GPIO_TABLE to configure Korat board
36499
36500 Signed-off-by: Larry Johnson <lrj@acm.org>
36501
36502 commit b05e8bf58be9d8956fdfde3d8c8e87c140414663
36503 Author: Lawrence R. Johnson <lrj@acm.org>
36504 Date: Fri Jan 4 02:11:56 2008 -0500
36505
36506 ppc4xx: Use CFG_4xx_GPIO_TABLE to configure Sequoia board
36507
36508 Note: this patch changes the configuration of some GPIO registers:
36509
36510 Register Old Value New Value
36511 --------------- ---------- ----------
36512 DCR GPIO0_TCR 0x0000000F 0x0000F0CF
36513 DCR GPIO0_TSRH 0x55005000 0x00000000
36514 DCR GPIO1_TCR 0xC2000000 0xE2000000
36515 DCR GPIO1_TSRL 0x0C000000 0x00200000
36516 DCR GPIO1_ISR2L 0x00050000 0x00110000
36517
36518 Signed-off-by: Larry Johnson <lrj@acm.org>
36519
36520 commit 5ab884b254ca2e707ab50545cd705f30108cf491
36521 Author: Lawrence R. Johnson <lrj@acm.org>
36522 Date: Thu Jan 3 18:54:00 2008 -0500
36523
36524 ppc4xx: Add functionality to GPIO support
36525
36526 This patch makes two additions to GPIO support:
36527
36528 First, it adds function gpio_read_in_bit() to read the a bit from the
36529 GPIO Input Register (GPIOx_IR) in the same way that function
36530 gpio_read_out_bit() reads a bit from the GPIO Output Register
36531 (GPIOx_OR).
36532
36533 Second, it modifies function gpio_set_chip_configuration() to provide
36534 an additional option for configuring the GPIO from the
36535 "CFG_4xx_GPIO_TABLE".
36536
36537 According to the 440EPx User's Manual, when an alternate output is used,
36538 the three-state control is configured in one of two ways, depending on
36539 the particular output. The first option is to select the corresponding
36540 alternate three-state control in the GPIOx_TRSH/L registers. The second
36541 option is to select the GPIO Three-State Control Register (GPIOx_TCR) in
36542 the GPIOx_TRSH/L registers, and set the corresponding bit in the
36543 GPIOx_TCR register to enable the output. For example, the Manual
36544 specifies configuring the GPIO00 Alternate 1 Signal (PreAddr07) to use
36545 the alternate three-state control (first option), and specifies
36546 configuring the GPIO32 Alternate 1 Signal (USB2OM0) with the output
36547 enabled in the GPIOx_TCR register (second option).
36548
36549 Currently, gpio_set_chip_configuration() configures all alternate signal
36550 outputs to use the first option. This patch allow the second option to
36551 be selected by setting the "out_val" element in the table entry to
36552 "GPIO_OUT_1". The first option is used when the "out_val" element is
36553 set to "GPIO_OUT_0". Because "out_val" is not currently used when an
36554 alternate signal is selected, and because all current GPIO tables set
36555 "out_val" to "GPIO_OUT_0" for all alternate signals, this patch should
36556 not change any existing configurations.
36557
36558 Signed-off-by: Larry Johnson <lrj@acm.org>
36559
36560 commit 196404cdc1de495d6182e84731c200fc5748df15
36561 Author: Larry Johnson <lrj@arlinx.com>
36562 Date: Sun Dec 30 01:01:54 2007 -0500
36563
36564 PPC4xx: Remove sdram.h from board/lwmon5
36565
36566 These definitions are now in "include/ppc440.h".
36567
36568 Signed-off-by: Larry Johnson <lrj@acm.org>
36569
36570 commit ef16fccf96e55eab93fe25d03ebe2e9b56e5332b
36571 Author: Larry Johnson <lrj@arlinx.com>
36572 Date: Sun Dec 30 01:01:32 2007 -0500
36573
36574 PPC4xx: Use common code for LWMON5 board SDRAM support
36575
36576 This patch also modifies the functionality of the code so that the data-eye
36577 search is now done with with the cache disabled.
36578
36579 Signed-off-by: Larry Johnson <lrj@acm.org>
36580
36581 commit 62cc3951ab72135d9c101f1845b794e63a0fa189
36582 Author: Larry Johnson <lrj@arlinx.com>
36583 Date: Sun Dec 30 01:01:14 2007 -0500
36584
36585 PPC4xx: Remove sdram.h from board/amcc/sequoia
36586
36587 These definitions are now in "include/ppc440.h".
36588
36589 Signed-off-by: Larry Johnson <lrj@acm.org>
36590
36591 commit ce3902e1765bbfb07cf5bbe98be9a68e3009996a
36592 Author: Larry Johnson <lrj@arlinx.com>
36593 Date: Sun Dec 30 01:00:50 2007 -0500
36594
36595 PPC4xx: Use common code for Sequoia board SDRAM support
36596
36597 Signed-off-by: Larry Johnson <lrj@acm.org>
36598
36599 commit 8b0c5c127690335758100c25eaec2b84db97c101
36600 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36601 Date: Thu Dec 27 16:58:41 2007 +0100
36602
36603 net: Add CONFIG_NET_DO_NOT_TRY_ANOTHER option
36604
36605 When CONFIG_NET_DO_NOT_TRY_ANOTHER is defined U-Boot's
36606 networking stack does not automatically switch to
36607 another interface. This patch does not touch the default
36608 behavior.
36609
36610 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36611 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
36612
36613 commit 505be87a65e4f87ad7d8da1d57ea4dcd487d7e32
36614 Author: Upakul Barkakaty <upakul@gmail.com>
36615 Date: Thu Nov 29 12:16:13 2007 +0530
36616
36617 NET: Proper return code handling in eth_init() function in file eth.c
36618
36619 This patch modifies the return code handling in the eth_init()
36620 function, to be compatible with the handling of the return codes in
36621 the other network stack files. It now returns a 0 on Success and -1 on
36622 error.
36623
36624 Signed-off-by: Upakul Barkakaty <upakul.barkakaty@conexant.com>
36625 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
36626
36627 commit 5ca2d0953e4579a80810966cca2077e20d912c97
36628 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
36629 Date: Mon Nov 19 20:27:04 2007 +0900
36630
36631 net/eth.c: Fix env_enetaddr signed overflow
36632
36633 Assigning the output of simple_strtoul(CB:A9:87:65:43:21) to `char', we are
36634 warned as below:
36635
36636 U-Boot 1.2.0 (Aug 30 2007 - 08:27:37)
36637
36638 DRAM: 256 MB
36639 Flash: 32 MB
36640 In: serial
36641 Out: serial
36642 Err: serial
36643 Net: NEC-Candy
36644 Warning: NEC-Candy MAC addresses don't match:
36645 Address in SROM is 00:00:4C:80:92:A2
36646 Address in environment is FFFFFFCB:FFFFFFA9:FFFFFF87:65:43:21
36647
36648 This patch changes env_enetaddr type from `char' to `unsigned char'.
36649
36650 Cc: Masaki Ishikawa <ishikawa-masaki@cnt.mxe.nes.nec.co.jp>
36651 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
36652 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
36653
36654 commit f85b60710571b37293d2233933b76e2aa3db5635
36655 Author: Rafal Jaworowski <raj@semihalf.com>
36656 Date: Thu Dec 27 18:19:02 2007 +0100
36657
36658 Introduce new eth_receive routine
36659
36660 The purpose of this routine is receiving a single network frame, outside of
36661 U-Boot's NetLoop(). Exporting it to standalone programs that run on top of
36662 U-Boot will let them utilise networking facilities. For sending a raw frame
36663 the already existing eth_send() can be used.
36664
36665 The direct consumer of this routine is the newly introduced API layer for
36666 external applications (enabled with CONFIG_API).
36667
36668 Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
36669 Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
36670 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
36671
36672 commit 5c740711f0ea5b51414b341b71597c4a0751be74
36673 Author: Jon Loeliger <jdl@freescale.com>
36674 Date: Thu Jan 3 10:41:04 2008 -0600
36675
36676 8610: Move include of config.h earlier.
36677
36678 Include config.h earlier in the set of #includes
36679 so as to avoid a incidental and duplicate definition
36680 of CFG_CACHELINE_SIZE.
36681
36682 Signed-off-by: Jon Loeliger
36683
36684 commit 61d3421bdea090bd0399b14c3e10a3bebcc8d5ff
36685 Author: Jon Loeliger <jdl@freescale.com>
36686 Date: Tue Dec 4 10:53:34 2007 -0600
36687
36688 Don't slam #undef DEBUG in the 8641HPCN config file.
36689
36690 Doing so prevents it from being individually set
36691 and useful in other files.
36692
36693 Signed-off-by: Jon Loeliger <jdl@freescale.com>
36694
36695 commit ea9f7395ec362584e5e4f266bd0b0c4422cf6a4c
36696 Author: Jon Loeliger <jdl@freescale.com>
36697 Date: Wed Nov 28 14:47:18 2007 -0600
36698
36699 Convert MPC8641HPCN to use libfdt.
36700
36701 Assumes the presence of the aliases node in the DTS to
36702 locate the ethernet, pci and serial nodes for fixups.
36703
36704 Use consistent fdtaddr and fdtfile in environment variables.
36705
36706 Signed-off-by: Jon Loeliger <jdl@freescale.com>
36707
36708 commit ce37422d0002e10490e268392e0c4e3028e52cec
36709 Author: Stefan Roese <sr@denx.de>
36710 Date: Wed Jan 2 14:06:26 2008 +0100
36711
36712 cfi_flash: Fix bug in flash_isset() to use correct 32bit function
36713
36714 This bug was detected on the LWMON5 target which has 2 Intel 16bit wide
36715 flash chips connected to a 32bit wide port.
36716
36717 Signed-off-by: Stefan Roese <sr@denx.de>
36718
36719 commit 1182e9f8e3b92fc372d64943293de53daa2e26cf
36720 Author: Wolfgang Denk <wd@denx.de>
36721 Date: Wed Jan 2 15:58:44 2008 +0100
36722
36723 Fix compile problem introduced by "cleanup" commit 3dfd708c
36724
36725 Signed-off-by: Wolfgang Denk <wd@denx.de>
36726
36727 commit 1aaab9bfae0b3b2ee2b418c22c651280ee7b65c7
36728 Author: Wolfgang Denk <wd@denx.de>
36729 Date: Wed Jan 2 15:54:45 2008 +0100
36730
36731 Make scripts and Makefiles POSIX compliant
36732
36733 The bash builtin versions of the "test" (resp. "[") command allow
36734 using "==" for string comparisons, but POSIX compatible implemen-
36735 tations (like /usr/bin/test) insist on using "=" only. On such systems
36736 you will see:
36737
36738 $ /usr/bin/test a == a && echo OK
36739 /usr/bin/test: ==: binary operator expected
36740
36741 This patch fixes Makefiles and scripts to use POSIX style.
36742
36743 Signed-off-by: Wolfgang Denk <wd@denx.de>
36744
36745 commit 47cc23cbe9a669c510183f4f049bf703ef445f3b
36746 Author: Stefan Roese <sr@denx.de>
36747 Date: Wed Jan 2 14:05:37 2008 +0100
36748
36749 cfi_flash: Fix bug in flash_isset() to use correct 32bit function
36750
36751 This bug was detected on the LWMON5 target which has 2 Intel 16bit wide
36752 flash chips connected to a 32bit wide port.
36753
36754 Signed-off-by: Stefan Roese <sr@denx.de>
36755
36756 commit 3dfd708cc1b2a966ad454ca9ed125dd17dbadbcc
36757 Author: Wolfgang Denk <wd@denx.de>
36758 Date: Wed Jan 2 12:38:43 2008 +0100
36759
36760 Minor coding style cleanup.
36761
36762 Signed-off-by: Wolfgang Denk <wd@denx.de>
36763
36764 commit e174ac34adf5d5653df12bc3cf19c52063a71269
36765 Author: Stefan Roese <sr@denx.de>
36766 Date: Fri Dec 28 17:29:56 2007 +0100
36767
36768 ppc4xx: Coding style cleanup
36769
36770 Signed-off-by: Stefan Roese <sr@denx.de>
36771
36772 commit 8ba132cab18ae438b6dd5b0214c28a8fc0d976e5
36773 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36774 Date: Fri Dec 28 17:07:24 2007 +0100
36775
36776 ppc4xx: Complete PMC440 board support
36777
36778 This patch brings the PMC440 board configuration file.
36779 Finally it enables the PMC440 board support.
36780
36781 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36782
36783 commit 407843a582560fc5231299561ab3c2b6b6cd3397
36784 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36785 Date: Fri Dec 28 17:07:18 2007 +0100
36786
36787 ppc4xx: Add FPGA support and BSP commands for PMC440 boards
36788
36789 This patch adds some BSP commands and FPGA booting support
36790 for esd's PMC440 boards.
36791
36792 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36793
36794 commit 72c5d52aedcce35e4b4fa5895605554825b6a76f
36795 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36796 Date: Fri Dec 28 17:07:14 2007 +0100
36797
36798 ppc4xx: Add initial esd PMC440 board files
36799
36800 This patch adds the first files for the new esd PMC440 boards.
36801 The next two patches will complete the PMC440 board support.
36802
36803 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36804
36805 commit f6e0f1f61896ce7729ba1bcea2ffbd138d3947f5
36806 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36807 Date: Fri Dec 28 17:10:36 2007 +0100
36808
36809 ppc4xx: Add EEPROM write protection for PLU405 boards + misc. updates
36810
36811 - add EEPROM write protection for esd PLU405 boards.
36812 - initialize NAND GPIOs
36813 - use correct io accessors
36814 - cleanup
36815
36816 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36817
36818 commit 77660c4b59055d621d2a8595bd4c18bb277268fc
36819 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36820 Date: Fri Dec 28 17:10:44 2007 +0100
36821
36822 ppc4xx: use correct io accessors for esd's LCD code
36823
36824 This patch fixes esd's LCD dectection code to work correctly with
36825 newer gcc versions.
36826
36827 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36828
36829 commit b56bd0fcfc1c73db722e3462c8a9bf607ba7775e
36830 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36831 Date: Fri Dec 28 17:10:42 2007 +0100
36832
36833 ppc4xx: Maintenance patch for VOH405 boards
36834
36835 - add EEPROM write protection
36836 - initialize NAND GPIOs
36837 - use correct io accessors
36838 - slow down I2C clock to 100kHz
36839 - enable ext. I2C bus
36840 - cleanup
36841
36842 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36843
36844 commit c05569066dbcba3fdf36d4d1943df265dc316a86
36845 Author: Stefan Roese <sr@denx.de>
36846 Date: Fri Dec 28 16:08:08 2007 +0100
36847
36848 ppc4xx: Enable 405EP PCI arbiter per default on all boards
36849
36850 In an attmemt to clean up the 4xx start.S file, I removed the enabling
36851 of the internal 405EP PCI arbiter. This is needed for multiple other
36852 405EP platforms, like most of the esd 405EP. Now the internal PCI
36853 arbiter is enabled again per default as it has been before.
36854
36855 Signed-off-by: Stefan Roese <sr@denx.de>
36856 Acked-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36857
36858 commit bec9264616fb78273a1d93e87ff4b0b67c7bec1b
36859 Author: Stefan Roese <sr@denx.de>
36860 Date: Fri Dec 28 15:53:46 2007 +0100
36861
36862 ppc4xx: Fix bug in cpu_init.c (405EP instead of 450EP)
36863
36864 Signed-off-by: Stefan Roese <sr@denx.de>
36865 Acked-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36866
36867 commit fb83a65c60ab5ca12358b75f1257e5eee6cdbf79
36868 Author: Stefan Roese <sr@denx.de>
36869 Date: Fri Dec 28 06:06:04 2007 +0100
36870
36871 ppc4xx: Fix compilation problem of kilauea/haleakala nand booting target
36872
36873 Use correct link to nand_ecc now located in drivers/mtd/nand/ for the
36874 platforms mentioned above.
36875
36876 Signed-off-by: Stefan Roese <sr@denx.de>
36877
36878 commit b568fd25574181a3b12ae3d66b2913903442cb83
36879 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36880 Date: Thu Dec 27 17:03:46 2007 +0100
36881
36882 Remove CPCI440 board
36883
36884 This board never left prototyping state and it
36885 became a millstone round my neck. So remove it.
36886
36887 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36888
36889 commit c591dffe0cbacd896ccbad06011fe6d6afa080da
36890 Author: Larry Johnson <lrj@arlinx.com>
36891 Date: Thu Dec 27 11:28:51 2007 -0500
36892
36893 Add support for Korat PPC440EPx board
36894
36895 These patches add support for the PPC440EPx-based "Korat" board to
36896 U-Boot. They are based primarily on support for the Sequoia board.
36897
36898 Signed-off-by: Larry Johnson <lrj@acm.org>
36899
36900 commit 87dc096829e6a6363f4fdd73653b0093a85adbe0
36901 Author: Larry Johnson <lrj@arlinx.com>
36902 Date: Sat Dec 22 15:16:25 2007 -0500
36903
36904 Add configuration file for Korat board
36905
36906 This patch supplies the configuration file for the Korat PPC440EPx-
36907 processor board.
36908
36909 Signed-off-by: Larry Johnson <lrj@acm.org>
36910
36911 commit 8eb52d5d982b764b39c88d9d1064d56c5397bfa5
36912 Author: Larry Johnson <lrj@arlinx.com>
36913 Date: Sat Dec 22 15:16:11 2007 -0500
36914
36915 Add denali_data_eye.o and denali_spd_ddr2.o to PPC4xx Makefile
36916
36917 Signed-off-by: Larry Johnson <lrj@acm.org>
36918
36919 commit aba19604d848b2838cfb9ebe818909e6a216058e
36920 Author: Larry Johnson <lrj@arlinx.com>
36921 Date: Thu Dec 27 10:54:48 2007 -0500
36922
36923 Add 440EPx DDR2 SPD DIMM support
36924
36925 This patch adds SPD DDR2 support for the 440EPx ("Denali") SDRAM
36926 controller. It should also work on the 440GRx. It is based on the DDR2
36927 SPD code for the 440EP/440EPx, but makes no provision for DDR1 support.
36928
36929 This code has been tested on prototype Korat boards with three Kingston
36930 DIMMS: 512 MiB ECC (one rank), 512 MiB non-ECC (one rank) and 1 GiB ECC
36931 (two ranks). The Korat board has a single DIMM socket, but support has
36932 been provided (though not tested) for boards with two DIMM sockets.
36933
36934 Signed-off-by: Larry Johnson <lrj@acm.org>
36935
36936 commit 8a24a6963002cb867d5a6b70e3560f0b1467f55f
36937 Author: Larry Johnson <lrj@arlinx.com>
36938 Date: Sat Dec 22 15:15:30 2007 -0500
36939
36940 Copy 440EPx/GRx SDRAM data-eye search to common directory
36941
36942 This patch creates a non-board-specific file for performing the SDRAM
36943 data-eye search. It also adds ECC error checking to the test of valid
36944 data on readback when ECC is enabled.
36945
36946 Signed-off-by: Larry Johnson <lrj@acm.org>
36947
36948 commit c46f53333b22b1f9098676bea8884fc7db820cf3
36949 Author: Larry Johnson <lrj@arlinx.com>
36950 Date: Sat Dec 22 15:15:13 2007 -0500
36951
36952 Add definitions for 440EPx/GRx SDRAM controller to ppc440.h
36953
36954 This patch adds the Denali SDRAM controller definitions to "ppc440.h".
36955 It also fixes two typos in the definitions, so the board-specific
36956 "sdram.h" files containing these definitions are also fixed to avoid
36957 compiler warnings.
36958
36959 Signed-off-by: Larry Johnson <lrj@acm.org>
36960
36961 commit c348578bf612d0c56d8d376d23cae16defbd86af
36962 Author: Larry Johnson <lrj@arlinx.com>
36963 Date: Thu Dec 27 10:50:55 2007 -0500
36964
36965 Add Ethernet 1000BASE-X support for PPC4xx
36966
36967 This patch adds a new switch: "CONFIG_PHY_DYNAMIC_ANEG". When this symbol
36968 is defined, the PHY will advertise it's capabilities for autonegotiation
36969 based on the capabilities shown in the PHY's status registers, including
36970 1000BASE-X. When "CONFIG_PHY_DYNAMIC_ANEG" is not defined, the PHY will
36971 advertise hard-coded capabilities, as before.
36972
36973 Signed-off-by: Larry Johnson <lrj@acm.org>
36974
36975 commit 9e2c347151db5ae8acf5f18b99493cd53e6637e3
36976 Author: Larry Johnson <lrj@arlinx.com>
36977 Date: Thu Dec 27 09:52:17 2007 -0500
36978
36979 Add driver for National Semiconductor LM73 temperature sensor
36980
36981 This driver is based on the driver for the LM75.
36982
36983 Signed-off-by: Larry Johnson <lrj@acm.org>
36984
36985 commit 12618278688ea9b3d76536960a5ad2e3790fac40
36986 Author: Larry Johnson <lrj@arlinx.com>
36987 Date: Sat Dec 22 15:14:00 2007 -0500
36988
36989 Add driver for STMicroelectronics M41T60 RTC
36990
36991 This driver is based on the driver for the M41T11. In the intended
36992 application, the RTC will be powered by a large capacitor, rather than a
36993 battery. The driver therefore checks to see whether the RTC has lost
36994 power. The chip's OUT bit is normally reset from its power-up state. If
36995 the OUT bit is read as set, or if the date and time are not valid, then the
36996 RTC is assumed to have lost power, and its date and time are reset to
36997 1900-01-01 00:00:00.
36998
36999 Support for adjusting the speed of the clock to improve accuracy is
37000 provided through an environment variable.
37001
37002 Signed-off-by: Larry Johnson <lrj@acm.org>
37003
37004 commit d3471173e14b7544bb60339eda8d3d3906694b0a
37005 Author: Larry Johnson <lrj@arlinx.com>
37006 Date: Sat Dec 22 15:34:39 2007 -0500
37007
37008 Use out_be32() and friends to access memory-mapped registers in sequoia.c
37009
37010 Signed-off-by: Larry Johnson <lrj@acm.org>
37011
37012 commit c68f59fe3ec16769f82b5fca7421983c336d3aac
37013 Author: Larry Johnson <lrj@arlinx.com>
37014 Date: Sat Dec 22 15:34:20 2007 -0500
37015
37016 Use definitions from "asm-ppc/mmu.h" in init.S for Sequoia
37017
37018 Signed-off-by: Larry Johnson <lrj@acm.org>
37019
37020 commit 0d9cdeac1d3fa8d62ed7d883acc950c364f5bda8
37021 Author: Larry Johnson <lrj@arlinx.com>
37022 Date: Sat Dec 22 15:23:50 2007 -0500
37023
37024 Cosmetic changes to ECC POST for AMCC Denali core
37025
37026 Signed-off-by: Larry Johnson <lrj@acm.org>
37027
37028 commit 2e583d6c81034f80a267b89fa55498ae063ccef1
37029 Author: Stefan Roese <sr@denx.de>
37030 Date: Wed Dec 26 20:20:19 2007 +0100
37031
37032 ppc4xx: Fix compilation problem in 405 cache POST test
37033
37034 Signed-off-by: Stefan Roese <sr@denx.de>
37035
37036 commit 42d55ea0bde06e47d5a3b49b0d91002acd8e5708
37037 Author: Stefan Roese <sr@denx.de>
37038 Date: Sat Dec 22 12:20:09 2007 +0100
37039
37040 ppc4xx: Move virtual address of POST cache test to bigger address
37041
37042 On Sequoia & LWMON5 the virtual address of the POST cache test is now
37043 moved to a bigger address. This enables usage of more memory on those
37044 boards.
37045
37046 Signed-off-by: Stefan Roese <sr@denx.de>
37047
37048 commit d91722102cf63f77a0148ed3f3d54a26d87575e9
37049 Author: Stefan Roese <sr@denx.de>
37050 Date: Sat Dec 22 12:18:26 2007 +0100
37051
37052 ppc4xx: Fix problem in 44x cache POST routine
37053
37054 As repoted by Larry Johnson, running "diag run cache" caused a crash
37055 in U-Boot. This problem was introduced by a patch that removed the
37056 TLB entry for the cache test after the test has completed. Since this
37057 TLB was only setup once, a 2nd attempt to run this cache test
37058 failed with a crash. Now this TLB entry is created every time the
37059 routine is called.
37060
37061 Signed-off-by: Stefan Roese <sr@denx.de>
37062
37063 commit b0265b576bb8fa9465f99e99c323768b562fadc2
37064 Author: Stefan Roese <sr@denx.de>
37065 Date: Fri Dec 21 07:51:29 2007 +0100
37066
37067 ppc4xx: Update Makalu fdt support
37068
37069 Signed-off-by: Stefan Roese <sr@denx.de>
37070
37071 commit bf8324e4a50758daff8cddd04c6a2ff8ed775bea
37072 Author: Stefan Roese <sr@denx.de>
37073 Date: Wed Dec 19 09:05:40 2007 +0100
37074
37075 ppc4xx: Add fdt support to AMCC Katmai eval board
37076
37077 Signed-off-by: Stefan Roese <sr@denx.de>
37078
37079 commit 328a340392a5df9aaf00792be989df73e750859e
37080 Author: Stefan Roese <sr@denx.de>
37081 Date: Tue Dec 18 08:44:51 2007 +0100
37082
37083 ppc4xx: fdt: Cleanup setup of cpu node setup
37084
37085 Now the cpu node setup ("timebase-frequency" and "clock-frequency") is
37086 without using the absolute path to the cpu node. This makes it possible
37087 to use this U-Boot version with both versions of cpu-node naming
37088 "cpu@0" and the former "PowerPC,440EPx@0".
37089
37090 Signed-off-by: Stefan Roese <sr@denx.de>
37091
37092 commit 7812bc4a2e2436ebbc0ce5b4e99c1dfc2e77eb5b
37093 Author: Stefan Roese <sr@denx.de>
37094 Date: Mon Dec 17 17:26:21 2007 +0100
37095
37096 ppc4xx: Fix lwmon5 compilation problem
37097
37098 Now that the 440EPx ECC test is not board specific anymore
37099 remove this Makefile.
37100
37101 Signed-off-by: Stefan Roese <sr@denx.de>
37102
37103 commit 42ed33ffe135f618680f9d6e9712eb35a85bcb62
37104 Author: Anatolij Gustschin <agustschin@t-online.de>
37105 Date: Wed Dec 5 17:43:20 2007 +0100
37106
37107 Fix ppc4xx clear_bss() code
37108
37109 ppc4xx clear_bss() fails if BSS segment size is not
37110 divisible by 4 without remainder. This patch provides
37111 fix for this problem.
37112
37113 Signed-off-by: Anatolij Gustschin <agust@denx.de>
37114
37115 commit 85dc2a7f82d11e17f0ca2a448118aed7f7a4b85d
37116 Author: Niklaus Giger <niklausgiger@gmx.ch>
37117 Date: Fri Nov 30 18:35:11 2007 +0100
37118
37119 PPC4xx: Minimal changes to add vxWorks support
37120
37121 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
37122
37123 commit 052440b022ca8981d39b6f8c10d1aa6326f47480
37124 Author: Markus Klotzbücher <mk@denx.de>
37125 Date: Fri Nov 23 13:09:18 2007 +0100
37126
37127 ppc4xx: Add CONFIG_BOOTP_SUBNETMASK to Sequoia board config
37128
37129 When using dhcp/bootp the "netmask" environment variable is not
37130 set because CONFIG_BOOTP_SUBNETMASK is not defined. But usually this is
37131 desireable, so the following patch adds this this option to the board
37132 config.
37133
37134 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
37135 Signed-off-by: Stefan Roese <sr@denx.de>
37136
37137 commit a724a9b40c7fbeb6ade193ca52321b441eaecb4e
37138 Author: Larry Johnson <lrj@arlinx.com>
37139 Date: Sat Oct 27 12:48:15 2007 -0400
37140
37141 Fix/enhance ECC POST for 440EPx/GRx
37142
37143 This patch allows the ECC POST to be used for different boards with the
37144 PPC440 Denali SDRAM controller. Modifications include skipping the test
37145 if ECC is not enabled (as for non-ECC DIMMs) and adding synchronization
37146 to prevent timing errors.
37147
37148 Signed-off-by: Larry Johnson <lrj@acm.org>
37149
37150 commit 454a6cf8d498f70d2b3e18f07837603eb24b12d4
37151 Author: Larry Johnson <lrj@arlinx.com>
37152 Date: Sat Oct 27 12:48:05 2007 -0400
37153
37154 PPC4xx: Move/rename ECC POST for 440EPx/GRx
37155
37156 Signed-off-by: Larry Johnson <lrj@acm.org>
37157
37158 commit c29d2d3680046d430022c55e50fcb27f5866517e
37159 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
37160 Date: Fri Dec 14 11:20:33 2007 +0100
37161
37162 ppc4xx: use correct io accessors for 4xx ethernet POST
37163
37164 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
37165
37166 commit ba79fde58a48c0a6ff8e2a96caba951594142203
37167 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
37168 Date: Fri Dec 14 11:19:56 2007 +0100
37169
37170 ppc4xx: fix flush + invalidate_dcache_range arguments
37171
37172 flush + invalidate_dcache_range() expect the start and stop+1 address.
37173 So the stop address is the first address behind (!) the range.
37174
37175 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
37176
37177 commit 871e6ce188a7c6bc7321bcf8372857035d20f1cd
37178 Author: Stefan Roese <sr@denx.de>
37179 Date: Fri Dec 14 08:41:29 2007 +0100
37180
37181 ppc4xx: fdt: use fdt_fixup_ethernet()
37182
37183 By using aliases in the dts file, the ethernet node fixup is
37184 much easier with the recently added functions.
37185
37186 Please note that the dts file needs the aliases for this to work.
37187
37188 Signed-off-by: Stefan Roese <sr@denx.de>
37189
37190 commit 136288847e3b04f2ff357a067ad45e10afa0a24c
37191 Author: Stefan Roese <sr@denx.de>
37192 Date: Thu Dec 13 14:52:53 2007 +0100
37193
37194 ppc4xx: Bring 4xx fdt support up-to-date
37195
37196 This patch update the 4xx fdt support. It enabled fdt booting
37197 on the AMCC Kilauea and Sequoia for now. More can follow later
37198 quite easily.
37199
37200 Signed-off-by: Stefan Roese <sr@denx.de>
37201
37202 commit 0dc80e2759fba859ccc4cdadc633577ca2971f3e
37203 Author: Stefan Roese <sr@denx.de>
37204 Date: Thu Dec 27 07:50:54 2007 +0100
37205
37206 cfi_flash: Add missing check for erased dest to flash_write_cfibuffer()
37207
37208 The check for an sufficiently erased destination was missing in the
37209 buffered write function of the cfi flash driver (when
37210 CFG_FLASH_USE_BUFFER_WRITE is defined). This patch adds this check to that
37211 writing to such a region will fail with the currect error message.
37212
37213 Signed-off-by: Stefan Roese <sr@denx.de>
37214
37215 commit 33ed73bc0e38d0f2b5c183d4629d8f207e5b9994
37216 Author: Martin Krause <martin.krause@tqs.de>
37217 Date: Mon Nov 12 10:56:17 2007 +0100
37218
37219 Some configuration updates for the TQM5200 based TB5200 board:
37220
37221 - enable command line history
37222 - increase malloc space (because of bigger flash sectors)
37223
37224 Signed-off-by: Martin Krause <martin.krause@tqs.de>
37225
37226 commit e318d9e9021a0af7508171f84ed09d0e79f0284e
37227 Author: Martin Krause <martin.krause@tqs.de>
37228 Date: Thu Sep 27 11:10:08 2007 +0200
37229
37230 TQM8xx: use the CFI flash driver on all TQM8xx boards
37231
37232 Signed-off-by: Martin Krause <martin.krause@tqs.de>
37233
37234 commit 11d9eec479b470eab9242ab937fca70a876d9376
37235 Author: Martin Krause <martin.krause@tqs.de>
37236 Date: Wed Sep 26 17:55:56 2007 +0200
37237
37238 TQM885D: adjust for doubled flash sector size + some minor fixes
37239
37240 Signed-off-by: Martin Krause <martin.krause@tqs.de>
37241
37242 commit 22d1a56cbfb0bff34f477b4db6a55d076d829b83
37243 Author: Jens Gehrlein <jens.gehrlein@tqs.de>
37244 Date: Wed Sep 26 17:55:54 2007 +0200
37245
37246 TQM885D: Exchanged SDRAM timing by a more relaxed timing.
37247
37248 CAS-Latency=2, Write Recovery Time tWR=2
37249 The max. supported bus frequency is 66 MHz. Therefore, changed
37250 threshold to switch from 1:1 mode to 2:1 from 80 MHz to 66 MHz.
37251
37252 Signed-off-by: Martin Krause <martin.krause@tqs.de>
37253
37254 commit b988b8cd443989be65161888eea0127ad03f846f
37255 Author: Martin Krause <martin.krause@tqs.de>
37256 Date: Wed Sep 26 17:55:56 2007 +0200
37257
37258 TQM885D: use calculated cpuclk instead of measuring it
37259
37260 On the TQM885D the measurement of cpuclk with the PIT reference
37261 timer ist not necessary. Since all module variants use the same
37262 external 10 MHz oscillator, the cpuclk only depends on the PLL
37263 configuration - which is readable by software.
37264
37265 Signed-off-by: Martin Krause <martin.krause@tqs.de>
37266
37267 commit 492c7049869348d31168de8dad89651315e468e0
37268 Author: Jens Gehrlein <jens.gehrlein@tqs.de>
37269 Date: Thu Sep 27 14:54:46 2007 +0200
37270
37271 TQM885D: fix SDRAM refresh
37272
37273 At 133 MHz the current SDRAM refresh rate is too fast
37274 (measured 4 * 1.17 us).
37275 CFG_MAMR_PTA changes from 39 to 128. This result
37276 in a refresh rate of 4 * 7.8 us at the default clock
37277 66 MHz. At 133 MHz the value will be then 4 * 3.8 us.
37278 This is a compromise until a new method is found to
37279 adjust the refresh rate.
37280
37281 Signed-off-by: Martin Krause <martin.krause@tqs.de>
37282
37283 commit dabad4b9bc46908e301f73ce76b38b23626a96e9
37284 Author: Jens Gehrlein <jens.gehrlein@tqs.de>
37285 Date: Thu Sep 27 14:54:46 2007 +0200
37286
37287 TQM860M: Support for 10col SDRAMs, max. 128 MiB
37288
37289 Signed-off-by: Martin Krause <martin.krause@tqs.de>
37290
37291 commit 61fb15c516fef5631e305f1976d7b3a679725856
37292 Author: Wolfgang Denk <wd@denx.de>
37293 Date: Thu Dec 27 01:52:50 2007 +0100
37294
37295 Fix coding style issues; update CHANGELOG.
37296
37297 Signed-off-by: Wolfgang Denk <wd@denx.de>
37298
37299 commit 467bcee11fe26ad422f2de971aa70866079870f2
37300 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
37301 Date: Fri Dec 14 15:36:18 2007 +0100
37302
37303 cfi_flash: Add manufacturer-specific fixups
37304
37305 Run fixups based on the JEDEC manufacturer ID independent of the
37306 command set ID.
37307
37308 This changes current behaviour: Previously, geometry reversal for AMD
37309 chips were done based on the command set ID, while they are now done
37310 based on the JEDEC manufacturer and device ID.
37311
37312 Also add fixup for top-boot Atmel chips. A fixup is needed for
37313 AT49BV6416(T) too, but since u-boot currently only reads the low byte
37314 of the device ID, there's no way to tell it apart from AT49BV642D,
37315 which should not have this fixup. Since AT49BV642D support is
37316 necessary to get ATNGW100 board support into mainline, I've commented
37317 out the fixup for now.
37318
37319 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
37320
37321 commit 0ddf06ddf6b4bd057ad4c5f0dffea7870ba06a2a
37322 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
37323 Date: Fri Dec 14 15:36:17 2007 +0100
37324
37325 cfi_flash: Add cmdset-specific init functions
37326
37327 Move things like reading JEDEC IDs and fixing up geometry reversal
37328 into separate functions. The geometry reversal fixup is now performed
37329 by altering the qry structure directly, which makes the sector init
37330 code slightly cleaner.
37331
37332 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
37333
37334 commit e23741f4a6d8047520ef0d4971762749b3587d32
37335 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
37336 Date: Fri Dec 14 15:36:16 2007 +0100
37337
37338 cfi_flash: Read whole QRY structure in one go
37339
37340 Read out the whole CFI Standard Query structure after successful cfi
37341 identification. This allows subsequent code to access this information
37342 directly without having to go through flash_read_uchar() and friends.
37343
37344 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
37345
37346 commit df9c25ea04b38a0e05d4f8c73c5cc144cdafa7db
37347 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
37348 Date: Mon Dec 17 11:02:44 2007 +0100
37349
37350 AVR32: Fix logic inversion in disable_interrupts()
37351
37352 disable_interrupts() should return nonzero if interrupts were
37353 _enabled_ before, not disabled.
37354
37355 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
37356
37357 commit acac475212cbedb17b321a363a1c878e2b47b37f
37358 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
37359 Date: Fri Dec 14 16:51:22 2007 +0100
37360
37361 AVR32: Enable interrupts at bootup
37362
37363 The timer code depends on the timer interrupt to keep track of the
37364 upper 32 bits of the cycle counter. This obviously doesn't work when
37365 interrupts are disabled the whole time.
37366
37367 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
37368
37369 commit 9570bcd87f4db255514f43b6701746c412f8fef0
37370 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
37371 Date: Thu Nov 15 10:03:45 2007 +0100
37372
37373 AVR32: Fix wrong pin setup for USART3
37374
37375 As reported by Gerhard Berghofer:
37376
37377 in "gpio_enable_usart3" the correct pins for USART 3 are PB17 and PB18
37378 instead of PB18 and PB19.
37379
37380 which is obviously correct. There's currently no code that uses
37381 USART3, but custom boards may run into problems.
37382
37383 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
37384
37385 commit 09ea0de03dcc3ee7af045b0b572227bda2c1c918
37386 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
37387 Date: Thu Nov 1 12:44:20 2007 +0100
37388
37389 README: Remove ATSTK1000 daughterboard list
37390
37391 As noted by Kim Phillips, these lists tend to become out of date.
37392
37393 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
37394
37395 commit c81cbbad21cb0ae983e2e796211202234cdc8be2
37396 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
37397 Date: Tue Oct 30 14:56:36 2007 +0100
37398
37399 Add ATSTK100[234] to MAINTAINERS
37400
37401 Add all the ATSTK1000 daughterboards to MAINTAINERS along with their
37402 "mother". Also update the entry for ATSTK1000 to be not only about the
37403 AP7000 CPU; it's intended to handle all CPUs in the AT32AP family.
37404
37405 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
37406
37407 commit 64ff2357b1727213803591813dbc779c924bf772
37408 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
37409 Date: Mon Oct 29 13:02:54 2007 +0100
37410
37411 AVR32: Add support for the ATSTK1004 board
37412
37413 ATSTK1004 is a daughterboard for ATSTK1000 with the AT32AP7002 CPU,
37414 which is a derivative of AT32AP7000.
37415
37416 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
37417
37418 commit 667568db157f374b85abd7e03596ddd1f0b25681
37419 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
37420 Date: Mon Oct 29 13:02:54 2007 +0100
37421
37422 AVR32: Add support for the ATSTK1003 board
37423
37424 ATSTK1003 is a daughterboard for ATSTK1000 with the AT32AP7001 CPU,
37425 which is a derivative of AT32AP7000.
37426
37427 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
37428
37429 commit 5fee84a794a51ec830548cda485a770efb018b92
37430 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
37431 Date: Mon Oct 29 13:23:33 2007 +0100
37432
37433 AVR32: Make some AT32AP700x peripherals optional
37434
37435 Add a chip-features file providing definitions of the form
37436
37437 AT32AP700x_CHIP_HAS_<peripheral>
37438
37439 to indicate the availability of the given peripheral on the currently
37440 selected chip.
37441
37442 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
37443
37444 commit 36f28f8a9605ee5dcfa330482cfc62171261af97
37445 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
37446 Date: Mon Oct 29 13:09:56 2007 +0100
37447
37448 AVR32: Rename at32ap7000 -> at32ap700x
37449
37450 The SoC-specific code for all the AT32AP700x CPUs is practically
37451 identical; the only difference is that some chips have less features
37452 than others. By doing this rename, we can add support for the AP7000
37453 derivatives simply by making some features conditional.
37454
37455 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
37456
37457 commit 4d5fa99c73f354e7cf985efcf417ea55ca2f6a5e
37458 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
37459 Date: Fri Jun 29 18:22:34 2007 +0200
37460
37461 atmel_mci: Show SR when block read fails
37462
37463 Show controller status as well as card status when an error occurs
37464 during block read.
37465
37466 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
37467
37468 commit 8697e6a19b10f514511b6a9c86de88bd108c4f8d
37469 Author: Stefan Roese <sr@denx.de>
37470 Date: Thu Dec 13 14:52:53 2007 +0100
37471
37472 ppc4xx: Bring 4xx fdt support up-to-date
37473
37474 This patch update the 4xx fdt support. It enabled fdt booting
37475 on the AMCC Kilauea and Sequoia for now. More can follow later
37476 quite easily.
37477
37478 Signed-off-by: Stefan Roese <sr@denx.de>
37479
37480 commit 12d30aa79779c2aa7a998bbae4c075f822a53004
37481 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
37482 Date: Thu Dec 13 12:56:34 2007 +0100
37483
37484 cfi_flash: Use map_physmem() and unmap_physmem()
37485
37486 Use map_physmem() and unmap_physmem() to convert from physical to
37487 virtual addresses. This gives the arch a chance to provide an uncached
37488 mapping for flash accesses.
37489
37490 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
37491
37492 commit 4d7d6936eb29af7cca330937808312aa5f61454d
37493 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
37494 Date: Thu Dec 13 12:56:33 2007 +0100
37495
37496 Introduce map_physmem() and unmap_physmem()
37497
37498 map_physmem() returns a virtual address which can be used to access a
37499 given physical address without involving the cache. unmap_physmem()
37500 should be called when the virtual address returned by map_physmem() is
37501 no longer needed.
37502
37503 This patch adds a stub implementation which simply returns the
37504 physical address cast to a uchar * for all architectures except AVR32,
37505 which converts the physical address to an uncached virtual mapping.
37506 unmap_physmem() is a no-op on all architectures, but if any
37507 architecture needs to do such mappings through the TLB, this is the
37508 hook where those TLB entries can be invalidated.
37509
37510 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
37511
37512 commit cdbaefb5f5f03e54455d0439dcf6dbd97ead1f9d
37513 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
37514 Date: Thu Dec 13 12:56:32 2007 +0100
37515
37516 cfi_flash: Introduce read and write accessors
37517
37518 Introduce flash_read{8,16,32,64) and flash_write{8,16,32,64} and use
37519 them to access the flash memory. This makes it clearer when the flash
37520 is actually being accessed; merely dereferencing a volatile pointer
37521 looks just like any other kind of access.
37522
37523 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
37524
37525 commit 812711ce6b3a386125dcf0d6a59588e461abbb87
37526 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
37527 Date: Thu Dec 13 12:56:31 2007 +0100
37528
37529 Implement __raw_{read,write}[bwl] on all architectures
37530
37531 This adds implementations of __raw_read[bwl] and __raw_write[bwl] to
37532 m68k, ppc, nios and nios2. The m68k and ppc implementations were taken
37533 from Linux.
37534
37535 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
37536
37537 commit be60a9021c82fc5aecd5b2b1fc96f70a9c81bbcd
37538 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
37539 Date: Sat Oct 6 18:55:36 2007 +0200
37540
37541 cfi_flash: Reorder functions and eliminate extra prototypes
37542
37543 Reorder the functions in cfi_flash.c so that each function only uses
37544 functions that have been defined before it. This allows the static
37545 prototype declarations near the top to be eliminated and might allow
37546 gcc to do a better job inlining functions.
37547
37548 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
37549
37550 commit 3055793bcbdf24b1f8117f606ffb766d32eb766f
37551 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
37552 Date: Thu Dec 13 12:56:29 2007 +0100
37553
37554 cfi_flash: Make some needlessly global functions static
37555
37556 Make functions not declared in any header file static.
37557
37558 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
37559
37560 commit 7e5b9b471518c5652febc68ba62b432193d6abf4
37561 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
37562 Date: Thu Dec 13 12:56:28 2007 +0100
37563
37564 cfi_flash: Break long lines
37565
37566 This patch tries to keep all lines in the cfi_flash driver below 80
37567 columns. There are a few lines left which don't fit this requirement
37568 because I couldn't find any trivial way to break them (i.e. it would
37569 take some restructuring, which I intend to do in a later patch.)
37570
37571 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
37572
37573 commit 42026c9cb3a76849b41e6e24abfb7b56807a5c1a
37574 Author: Bartlomiej Sieka <tur@semihalf.com>
37575 Date: Tue Dec 11 13:59:57 2007 +0100
37576
37577 CFI: synchronize command offsets with Linux CFI driver
37578
37579 Fixes non-working CFI Flash on the Inka4x0 board.
37580
37581 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
37582
37583 commit 8ff3de61fc5f9b3b21647bce081a3b7f710f0d4d
37584 Author: Kumar Gala <galak@kernel.crashing.org>
37585 Date: Fri Dec 7 12:17:34 2007 -0600
37586
37587 Handle MPC85xx PCIe reset errata (PCI-Ex 38)
37588
37589 On the MPC85xx boards that have PCIe enable the PCIe errata fix.
37590 (MPC8544DS, MPC8548CDS, MPC8568MDS).
37591
37592 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37593
37594 commit 82ac8c97145a4c3bf8b3dbfad00fa96e920f9b9c
37595 Author: Kumar Gala <galak@kernel.crashing.org>
37596 Date: Fri Dec 7 12:04:30 2007 -0600
37597
37598 Update Freescale MPC85xx ADS/CDS/MDS board config
37599
37600 * Enabled CONFIG_CMD_ELF
37601
37602 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37603
37604 commit d435793229ce29a42797c1edc39f5b34f987f91a
37605 Author: Kumar Gala <galak@kernel.crashing.org>
37606 Date: Fri Dec 7 04:59:26 2007 -0600
37607
37608 Handle Asynchronous DDR clock on 85xx
37609
37610 The MPC8572 introduces the concept of an asynchronous DDR clock with
37611 regards to the platform clock.
37612
37613 Introduce get_ddr_freq() to report the DDR freq regardless of sync/async
37614 mode.
37615
37616 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37617
37618 commit 22abb2d2eaf7b795a6923c6273ec9cb53fda9a10
37619 Author: Kumar Gala <galak@kernel.crashing.org>
37620 Date: Thu Nov 29 10:34:28 2007 -0600
37621
37622 Update Freescale MPC85xx ADS/CDS/MDS board config
37623
37624 * Removed some misc environment setup
37625 * Enabled CONFIG_CMDLINE_EDITING
37626
37627 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37628
37629 commit 415a613babb84d5e5d5b42e8e553868c71fc3a64
37630 Author: Kumar Gala <galak@kernel.crashing.org>
37631 Date: Thu Nov 29 10:47:44 2007 -0600
37632
37633 Move the MPC8541/MPC8555/MPC8548 CDS board under board/freescale.
37634
37635 Minor path corrections needed to ensure buildability.
37636
37637 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37638
37639 commit c2d943ffbfd3359b3b45d177b437379d2cb86fbf
37640 Author: Kumar Gala <galak@kernel.crashing.org>
37641 Date: Thu Nov 29 10:16:18 2007 -0600
37642
37643 Move the MPC8540 ADS board under board/freescale.
37644
37645 Minor path corrections needed to ensure buildability.
37646
37647 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37648
37649 commit 870ceac5b3a3486c109396e005af81ae762b5710
37650 Author: Kumar Gala <galak@kernel.crashing.org>
37651 Date: Thu Nov 29 10:14:50 2007 -0600
37652
37653 Move the MPC8560 ADS board under board/freescale.
37654
37655 Minor path corrections needed to ensure buildability.
37656
37657 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37658
37659 commit acbca876fb3fec25cd9c55b0efc81ff618ff5262
37660 Author: Kumar Gala <galak@kernel.crashing.org>
37661 Date: Thu Nov 29 10:13:47 2007 -0600
37662
37663 Move the MPC8568 MDS board under board/freescale.
37664
37665 Minor path corrections needed to ensure buildability.
37666
37667 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37668
37669 commit a853d56c59b33415304531443633808736acfc6e
37670 Author: Kumar Gala <galak@kernel.crashing.org>
37671 Date: Thu Nov 29 02:18:59 2007 -0600
37672
37673 Use standard LAWAR_TRGT_IF_* defines for LAW setup on 85xx
37674
37675 We already had defines for LAWAR_TRGT_IF_* that we should use
37676 rather than creating new ones. Also, added some missing defines for
37677 PCIE targets.
37678
37679 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37680
37681 commit 04db400892da37b76a585e332a0c137954ad2015
37682 Author: Kumar Gala <galak@kernel.crashing.org>
37683 Date: Thu Nov 29 02:10:09 2007 -0600
37684
37685 Stop using immap_t on 85xx
37686
37687 In the future the offsets to various blocks may not be in same location.
37688 Move to using CFG_MPC85xx_*_ADDR as the base of the registers
37689 instead of getting it via &immap.
37690
37691 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37692
37693 commit 2714223f8e04ab3e4133ff65872eef366d90bfea
37694 Author: Kumar Gala <galak@kernel.crashing.org>
37695 Date: Thu Nov 29 01:23:09 2007 -0600
37696
37697 Remove CONFIG_OF_FLAT_TREE related code from mpc85xx since we now use libfdt
37698
37699 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37700
37701 commit c480861bf000156e6a3e932c258db59ff2212dd3
37702 Author: Kumar Gala <galak@kernel.crashing.org>
37703 Date: Thu Nov 29 01:06:19 2007 -0600
37704
37705 Update MPC8568 MDS to use libfdt
37706
37707 Updated the MPC8568 MDS config to use libfdt and assume use of aliases for
37708 ethernet, pci, and serial for the various fixups that are done.
37709
37710 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37711
37712 commit 1563f56e0c68f6920f956382d6d13bee3f01c0f7
37713 Author: Haiying Wang <Haiying.Wang@freescale.com>
37714 Date: Wed Nov 14 15:52:06 2007 -0500
37715
37716 Add PCI Express support on MPC8568MDS
37717
37718 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
37719 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37720
37721 commit b90d25497625b90ffa3f2911a0895ca237556ff5
37722 Author: Kumar Gala <galak@kernel.crashing.org>
37723 Date: Thu Nov 29 00:11:44 2007 -0600
37724
37725 Update MPC85xx CDS to use libfdt
37726
37727 Updated the MPC85xx CDS config to use libfdt and assume use of aliases for
37728 ethernet, pci, and serial for the various fixups that are done.
37729
37730 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37731
37732 commit 0fd5ec66b10521a057ad73e69ab5f0f9eafba255
37733 Author: Kumar Gala <galak@kernel.crashing.org>
37734 Date: Wed Nov 28 22:54:27 2007 -0600
37735
37736 Update MPC8540 ADS to use libfdt
37737
37738 Updated the MPC8540 ADS config to use libfdt and assume use of aliases for
37739 ethernet, pci, and serial for the various fixups that are done.
37740
37741 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37742
37743 commit 5ce715802f6c50dc78b3405b92f184b1e3710519
37744 Author: Kumar Gala <galak@kernel.crashing.org>
37745 Date: Wed Nov 28 22:40:31 2007 -0600
37746
37747 Update MPC8560 ADS to use libfdt
37748
37749 Updated the MPC8560 ADS config to use libfdt and assume use of aliases for
37750 ethernet, pci, and serial for the various fixups that are done.
37751
37752 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37753
37754 commit aafeefbdb8b029f5ca2a195598d0a501a606eea9
37755 Author: Kumar Gala <galak@kernel.crashing.org>
37756 Date: Wed Nov 28 00:36:33 2007 -0600
37757
37758 Stop using immap_t for cpm offset on 85xx
37759
37760 In the future the offsets to various blocks may not be in same location.
37761 Move to using CFG_MPC85xx_CPM_ADDR as the base of the CPM registers
37762 instead of getting it via &immap->im_cpm.
37763
37764 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37765
37766 commit f59b55a5b8fcadaa99781ba48e7a38e956afa527
37767 Author: Kumar Gala <galak@kernel.crashing.org>
37768 Date: Tue Nov 27 23:25:02 2007 -0600
37769
37770 Stop using immap_t for guts offset on 85xx
37771
37772 In the future the offsets to various blocks may not be in same location.
37773 Move to using CFG_MPC85xx_GUTS_ADDR as the base of the guts registers
37774 instead of getting it via &immap->im_gur.
37775
37776 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37777
37778 commit 50c03c8cf494d91cdec39670d95337c743e16ec9
37779 Author: Kumar Gala <galak@kernel.crashing.org>
37780 Date: Tue Nov 27 22:42:34 2007 -0600
37781
37782 Update MPC8544 DS config
37783
37784 * Removed HAS_ETH2/HAS_ETH3 - MPC8544 only has TSEC1/2
37785 * Removed some misc environment setup
37786 * Moved to using fdtfile & fdtaddr as fdt env var names
37787 * Enabled CONFIG_CMDLINE_EDITING
37788
37789 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37790
37791 commit addce57e2e4c49e77ffb2020a84690713bb18b47
37792 Author: Kumar Gala <galak@kernel.crashing.org>
37793 Date: Mon Nov 26 17:12:24 2007 -0600
37794
37795 Update MPC8544DS to use libfdt
37796
37797 Updated the MPC8544DS config to use libfdt and assume use of aliases for
37798 ethernet, pci, and serial for the various fixups that are done.
37799
37800 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37801
37802 commit f852ce72f100cabd1f11c21c085a0ad8eca9fb65
37803 Author: Kumar Gala <galak@kernel.crashing.org>
37804 Date: Thu Nov 29 00:15:30 2007 -0600
37805
37806 Add libfdt based ft_cpu_setup for mpc85xx
37807
37808 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37809
37810 commit 3b9abdc448a1c2c6a4c2aa292724b4d1a05166a9
37811 Author: Stefan Roese <sr@denx.de>
37812 Date: Tue Dec 11 13:38:19 2007 +0100
37813
37814 ppc4xx: Correct GPIO offset in gpio_config()
37815
37816 Thanks to Gary Jennejohn for pointing this out.
37817
37818 Signed-off-by: Stefan Roese <sr@denx.de>
37819
37820 commit 8809a2713b1ceaf3da55d9d785470294f15de06a
37821 Author: Stefan Roese <sr@denx.de>
37822 Date: Tue Dec 11 11:46:01 2007 +0100
37823
37824 rtc: Fix merging problem
37825
37826 Signed-off-by: Stefan Roese <sr@denx.de>
37827
37828 commit 7cfc12a7dcfdb350e2ab76db4dafcc30f7e77c2b
37829 Author: Stefan Roese <sr@denx.de>
37830 Date: Sat Dec 8 14:47:34 2007 +0100
37831
37832 ppc4xx: 405EX: Correctly enable USB pins
37833
37834 This patch selects the USB data pins in the 405EX GPIO and MFC (multi
37835 function control) registers. This is done for the AMCC Kilauea and
37836 Makalu eval boards.
37837
37838 Signed-off-by: Stefan Roese <sr@denx.de>
37839
37840 commit 9692c2734a47f23b44a0f68042a3e2ca8d1bfb39
37841 Author: Stefan Roese <sr@denx.de>
37842 Date: Sat Dec 8 08:25:09 2007 +0100
37843
37844 CFI: Coding style cleanup
37845
37846 Signed-off-by: Stefan Roese <sr@denx.de>
37847
37848 commit 81b20ccc2d795ae9a1199db5a50ad9c28d1e4d22
37849 Author: Michael Schwingen <michael@schwingen.org>
37850 Date: Fri Dec 7 23:35:02 2007 +0100
37851
37852 CFI: support JEDEC flash roms in CFI-flash framework
37853
37854 The following patch adds support for non-CFI flash ROMS, by hooking into the
37855 CFI flash code and using most of its code, as recently discussed here in the
37856 thread "Mixing CFI and non-CFI flashs".
37857
37858 Signed-off-by: Michael Schwingen <michael@schwingen.org>
37859 Signed-off-by: Stefan Roese <sr@denx.de>
37860
37861 commit c01b17dd856fa120b2970f50d9598546a4927ec3
37862 Author: Gerald Van Baren <vanbaren@cideas.com>
37863 Date: Wed Nov 28 21:24:50 2007 -0500
37864
37865 Conditionally compile fdt_fixup_ethernet()
37866
37867 Fix compiler warnings: On boards that don't have ethernets defined,
37868 don't compile fdt_fixup_ethernet().
37869
37870 commit 246d4ae6bc282bc1841224e1c5fc49dc925e0bf7
37871 Author: Kumar Gala <galak@kernel.crashing.org>
37872 Date: Tue Nov 27 21:59:46 2007 -0600
37873
37874 Convert boards that set memory node to use fdt_fixup_memory()
37875
37876 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37877
37878 commit 151c8b09b35eebe8fd9139cb6c1d91c27b22f058
37879 Author: Kumar Gala <galak@kernel.crashing.org>
37880 Date: Mon Nov 26 17:06:15 2007 -0600
37881
37882 Added fdt_fixup_stdout that uses aliases to set linux,stdout-path
37883
37884 We use a combination of the serialN alias and CONFIG_CONS_INDEX to
37885 determine which serial alias we should set linux,stdout-path to.
37886
37887 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37888
37889 commit 3c9272813fad84c691d0e4989bb18a3ffebdebfc
37890 Author: Kumar Gala <galak@kernel.crashing.org>
37891 Date: Mon Nov 26 14:57:45 2007 -0600
37892
37893 Add common memory fixup function
37894
37895 Add the function fdt_fixup_memory() to fixup the /memory node of the fdt
37896
37897 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37898
37899 commit 9c9109e7fcf7ac2ca19c95b8ac54b8d1c773b157
37900 Author: Kumar Gala <galak@kernel.crashing.org>
37901 Date: Mon Nov 26 11:19:12 2007 -0600
37902
37903 Conditionally compile fdt_support.c
37904
37905 Modify common/Makefile to conditionally compile fdt_support.c based
37906 on CONFIG_OF_LIBFDT.
37907
37908 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37909
37910 commit d88e7ba0980773479e1a64badb293116071b7ef0
37911 Author: Kumar Gala <galak@kernel.crashing.org>
37912 Date: Mon Nov 26 10:41:40 2007 -0600
37913
37914 Fix build breakage due to libfdt import
37915
37916 The IDS8247 got lost in the update and need an API update
37917 do to rename of functions in libfdt.
37918
37919 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37920
37921 commit 28f384b171bbf1fb2dafb1046e6d259a6b2f8714
37922 Author: Gerald Van Baren <vanbaren@cideas.com>
37923 Date: Fri Nov 23 19:43:20 2007 -0500
37924
37925 Add spaces around the = in the fdt print format.
37926
37927 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
37928
37929 commit 29592ecba3b932b9b152bcec6c0c0806412db4a3
37930 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
37931 Date: Fri Dec 7 01:25:38 2007 +0900
37932
37933 sh: Moved driver of the SuperH dependence
37934
37935 The composition of the directory in the drivers/ changed.
37936 I moved SuperH serial driver and marubun PCMCIA driver.
37937
37938 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
37939
37940 commit 41be969f4957115ed7b1fe8b890bfaee99d7a7a2
37941 Author: Wolfgang Denk <wd@denx.de>
37942 Date: Thu Dec 6 10:21:19 2007 +0100
37943
37944 Release v1.3.1
37945
37946 Signed-off-by: Wolfgang Denk <wd@denx.de>
37947
37948 commit cf5933ba1e97a1cd8f5f24070e820f21d976eaeb
37949 Author: Wolfgang Denk <wd@denx.de>
37950 Date: Thu Dec 6 10:21:03 2007 +0100
37951
37952 ADS5121 Board: fix compile problem.
37953
37954 Signed-off-by: Wolfgang Denk <wd@denx.de>
37955
37956 commit a27044b14a9e93678a82d7b35f202b93e7687abc
37957 Author: Stefan Roese <sr@denx.de>
37958 Date: Thu Dec 6 05:58:43 2007 +0100
37959
37960 ppc4xx: Enable hardware-fix for PCI/DMA errata on AMCC 440SP/SPe boards
37961
37962 This patch enables the hardware-fix for the PCI/DMA errata's 19+22 by
37963 setting the FIXD bit in the SDR0_MFR register. Here a description of the
37964 symptoms:
37965
37966 Problem Description
37967 ------------------------------
37968 If a DMA is performed between memory and PCI with the DMA 1 Controller
37969 using prefetch, and as a result uses a special purpose buffer selected by
37970 the PCIXn Bridge Options 1 Register (PCIXn_BRDGOPT1[RBP7] - bits 31-29),
37971 the first part of the transfer sequence is performed twice. The
37972 PPC440SPe PCI Controller requests more data than was needed such that in
37973 the case of enforce memory protection, a host CPU exception can occur.
37974 No data is corrupted, because data transfer is stopped in the PCI
37975 Controller. Prefetch enable is specified by setting DMA Configuration
37976 Register (I2O0_DMAx_CFG[DXEPD] - bit 31) to 0.
37977
37978 Behavior that may be observed in a running system
37979 ---------------------------------------------------------------------------
37980
37981 1. DMA performance is decreased because of the double access on the PCI bus
37982 interface.
37983 2. If an illegal access to some address on the PCI bus is detected at the
37984 system level, a machine check or similar system error may occur.
37985
37986 Workarounds Available
37987 ----------------------------------
37988
37989 1. Do not program prefetch. Note that a prefetch command cannot be programmed
37990 without selecting a special purpose buffer.
37991 2. To avoid crossing a physical boundary of the PCI slave device, add 512
37992 bytes of address to the PCI address range.
37993
37994 This patch was originally provided by Pravin M. Bathija <pbathija@amcc.com>
37995 from AMCC and slighly changed.
37996
37997 Signed-off-by: Pravin M. Bathija <pbathija@amcc.com>
37998 Signed-off-by: Stefan Roese <sr@denx.de>
37999
38000 commit a90921f71d225bf9e0f0fc7b8beadeb8001bf78a
38001 Author: Stefan Roese <sr@denx.de>
38002 Date: Tue Dec 4 16:29:48 2007 +0100
38003
38004 ppc4xx: Yosemite/Yellowstone: Add DTT AD7414 support
38005
38006 Signed-off-by: Stefan Roese <sr@denx.de>
38007
38008 commit 8d4f040a3c15036a6ea25a9c39e7d89fefa8440d
38009 Author: Wolfgang Denk <wd@denx.de>
38010 Date: Mon Dec 3 00:15:28 2007 +0100
38011
38012 Prepare for 1.3.1-rc1
38013
38014 Signed-off-by: Wolfgang Denk <wd@denx.de>
38015
38016 commit e15e33433e7c05111968dc9b434a52fd42cbd221
38017 Author: Stefan Roese <sr@denx.de>
38018 Date: Fri Nov 30 07:15:41 2007 +0100
38019
38020 ppc4xx: Kilauea: Add PCIe reset assertion upon power-up
38021
38022 This manual PCIe reset triggering solves the problem seen with the
38023 Intel EPRO/1000 card, which was not detected (link not established)
38024 upon power-up reset.
38025
38026 Signed-off-by: Stefan Roese <sr@denx.de>
38027
38028 commit 260eea5676ca46903a335686cc020b29c4ca46fe
38029 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
38030 Date: Thu Nov 29 01:21:54 2007 +0900
38031
38032 sh: Add SuperH boards maintainer to MAINTAINERS file
38033
38034 Add MS7750SE and MS7722SE's board maintainer to MAINTAINERS file.
38035
38036 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
38037
38038 commit aa9c4f1d22701a92347c1c81f34d12c8ad3a3747
38039 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
38040 Date: Thu Nov 29 00:13:04 2007 +0900
38041
38042 sh: Add ms7750se support in MAKEALL
38043
38044 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
38045
38046 commit c7144373427a178332bf9754131c8c34c52c200a
38047 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38048 Date: Tue Nov 27 09:44:53 2007 +0100
38049
38050 sh: Add sh3 and sh4 support in MAKEALL
38051
38052 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38053 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
38054
38055 commit 130080874a3d28450098481a262c5f7c855e908d
38056 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
38057 Date: Sun Nov 25 02:51:17 2007 +0900
38058
38059 sh: Add document for SuperH.
38060
38061 This document is a summary of information concerning SuperH of U-Boot.
38062
38063 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
38064
38065 commit 33ecdc2f9d64926e1a6067b28f3a0aefc3b6d23d
38066 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
38067 Date: Sun Nov 25 02:39:31 2007 +0900
38068
38069 sh: Add marubun's pcmcia driver
38070
38071 Marubun pcmcia is a chip for PCMCIA used with SuperH.
38072 Of course, this can be used even by other architectures.
38073 When use this driver, came to be able to use CompactFlash
38074 and Ethernet.
38075
38076 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
38077
38078 commit febd86b969b975289ed948f1ac0eb9722da41ced
38079 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
38080 Date: Sun Nov 25 02:32:13 2007 +0900
38081
38082 sh: Update SuperH SCIF driver
38083
38084 - Changed volatile unsigned to vu_.
38085 - Changed Makefile for kconfig.
38086
38087 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
38088
38089 commit 8be760903645af09871be50ad0a6f9ebb62b311d
38090 Author: Stefan Roese <sr@denx.de>
38091 Date: Tue Nov 27 11:57:35 2007 +0100
38092
38093 ppc4xx: Kilauea & Makalu: Fix ext IRQ pin multiplexing
38094
38095 After an error in the AMCC 405EX users manual now correctly configure
38096 IRQ2 (Kilauea)/IRQ0 (Makalu) as alternate 2 signal for external IRQ
38097 usage.
38098
38099 Signed-off-by: Stefan Roese <sr@denx.de>
38100
38101 commit a5f601fd1b1278deae5aa9fc27a232b0d1c1c788
38102 Author: Wolfgang Denk <wd@denx.de>
38103 Date: Mon Nov 26 19:18:21 2007 +0100
38104
38105 Cleanup coding style; update CHANGELOG
38106
38107 Signed-off-by: Wolfgang Denk <wd@denx.de>
38108
38109 commit 3deca9d44767efd1b83f4b701f0dbf21a7595f7b
38110 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38111 Date: Sun Nov 25 22:39:25 2007 +0100
38112
38113 MAKEALL: add missing 512x boards in ppc
38114
38115 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38116
38117 commit a340c325e668ca7386c2276387681720be9c3757
38118 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38119 Date: Sun Nov 25 18:45:47 2007 +0100
38120
38121 Makefile : fix tags ctags etags with new drivers organization
38122
38123 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38124
38125 commit 63362cfc6baa97ae0e37ba2c6ece530fcac9f79e
38126 Author: Stefan Roese <sr@denx.de>
38127 Date: Mon Nov 26 15:06:14 2007 +0100
38128
38129 ppc4xx: Makalu: Change EBC setup for CS0 to enable 400MHz usage
38130
38131 As suggested by Senao, use a different EBC_PB0AP setup for 400MHz
38132 operation.
38133
38134 Signed-off-by: Stefan Roese <sr@denx.de>
38135
38136 commit ca1ce226287270bb01e25b8e3674c701f12edf19
38137 Author: Stefan Roese <sr@denx.de>
38138 Date: Mon Nov 26 15:01:45 2007 +0100
38139
38140 ppc4xx: Kilauea: Configure pin mux to use ext IRQ2 as interrupt
38141
38142 Signed-off-by: Stefan Roese <sr@denx.de>
38143
38144 commit 87ddedd6ad804427ce125ceaa076d7a4f74e9d5d
38145 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38146 Date: Sun Nov 25 18:45:47 2007 +0100
38147
38148 Makefile : fix tags ctags etags with new drivers organization
38149
38150 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38151
38152 commit 59829cc189378c142c13d2aa8d9a897d8bef3961
38153 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38154 Date: Sat Nov 24 21:26:56 2007 +0100
38155
38156 drivers/mtd : move mtd drivers to drivers/mtd
38157
38158 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38159
38160 commit 318c0b90431f2648552e5ade78833f42652ce859
38161 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38162 Date: Sat Nov 24 21:17:55 2007 +0100
38163
38164 drivers/misc : move misc drivers to drivers/misc
38165
38166 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38167
38168 commit 33daf5b7858807cb4ce4158c2c56524671c14c08
38169 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38170 Date: Sat Nov 24 21:13:59 2007 +0100
38171
38172 drivers/block : move block drivers to drivers/block
38173
38174 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38175
38176 commit 0c698dcaa70275eb8814f665b545547cee013892
38177 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38178 Date: Sat Nov 24 20:59:50 2007 +0100
38179
38180 drivers/rtc : move rtc drivers to drivers/rtc
38181
38182 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38183
38184 commit f868cc5a50757d94f36c312395481cb0f187d9e6
38185 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38186 Date: Sat Nov 24 20:14:44 2007 +0100
38187
38188 drivers/hwmon : move hardware monitor drviers to drivers/hwmon
38189
38190 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38191
38192 commit 16b195c82a18cbfd164800f17a1ef9db2e48331a
38193 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38194 Date: Sat Nov 24 19:46:45 2007 +0100
38195
38196 drivers/input : move input drivers to drivers/input
38197
38198 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38199
38200 commit e4558666293364fc3af1c1d9381ca933fa0f1275
38201 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38202 Date: Sat Nov 24 19:40:11 2007 +0100
38203
38204 drivers/usb : move usb drivers to drivers/usb
38205
38206 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38207
38208 commit 1378df792a7ff3abd1bf54a63f5475784f5b083c
38209 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38210 Date: Sat Nov 24 19:33:38 2007 +0100
38211
38212 drivers/serial : move serial drivers to drivers/serial
38213
38214 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38215
38216 commit 2439e4bfa111babf4bc07ba20efbf3e36036813e
38217 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38218 Date: Wed Nov 21 21:19:24 2007 +0100
38219
38220 drivers/net : move net drivers to drivers/net
38221
38222 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38223
38224 commit 352d259130b349fe9593b8dada641bd78a9659e5
38225 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38226 Date: Tue Nov 20 20:41:48 2007 +0100
38227
38228 drivers/video : move video drivers to drivers/video
38229
38230 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38231
38232 commit 73646217186aa17afc8e305c5f06f06dd335eaad
38233 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38234 Date: Tue Nov 20 20:33:09 2007 +0100
38235
38236 drivers/pcmcia : move pcmcia drivers to drivers/pcmcia
38237
38238 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38239
38240 commit 93a686ee9c5ddc6fa368c32cfbfde6f6724599fc
38241 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38242 Date: Tue Nov 20 20:28:09 2007 +0100
38243
38244 drivers/pci : move pci drivers to drivers/pci
38245
38246 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38247
38248 commit 9162352817579840d7802da6d85872b3ca003c97
38249 Author: Gerald Van Baren <vanbaren@cideas.com>
38250 Date: Thu Nov 22 17:23:23 2007 -0500
38251
38252 Fix fdt printing for updated libfdt
38253
38254 Also improve printing (adopt dtc v1 "c style" hex format), whitespace cleanup.
38255
38256 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
38257
38258 commit 9eb77cea1fa12d5969eb26a1d1d81da381bd6b1c
38259 Author: Kumar Gala <galak@kernel.crashing.org>
38260 Date: Wed Nov 21 13:30:15 2007 -0600
38261
38262 Add additional fdt fixup helper functions
38263
38264 Added the following fdt fixup helpers:
38265 * do_fixup_by_prop{_u32} - Find matching nodes by property name/value
38266 * do_fixup_by_compat{_u32} - Find matching nodes by compat
38267
38268 The _u32 variants work the same only the property they are setting
38269 is know to be a 32-bit integer instead of a byte buffer.
38270
38271 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38272
38273 commit ab544633abdd14f4dd5d92e500b73eb59ef57e67
38274 Author: Kumar Gala <galak@kernel.crashing.org>
38275 Date: Wed Nov 21 11:11:03 2007 -0600
38276
38277 Add fdt_fixup_ethernet helper to set mac addresses
38278
38279 Added a fixup helper that uses aliases to set mac addresses
38280 in the device tree based on the bd_t
38281
38282 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38283
38284 commit dbaf07ce620aab249e3502b20a986234a6af1d3a
38285 Author: Kumar Gala <galak@kernel.crashing.org>
38286 Date: Wed Nov 21 14:07:46 2007 -0600
38287
38288 Fix warnings from import of libfdt
38289
38290 cmd_fdt.c: In function fdt_print:
38291 cmd_fdt.c:586: warning: assignment discards qualifiers from pointer target type
38292 cmd_fdt.c:613: warning: assignment discards qualifiers from pointer target type
38293 cmd_fdt.c:635: warning: assignment discards qualifiers from pointer target type
38294 cmd_fdt.c:636: warning: assignment discards qualifiers from pointer target type
38295
38296 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38297
38298 commit 8d04f02f6224e6983f4812ea4da704950ec8539c
38299 Author: Kumar Gala <galak@kernel.crashing.org>
38300 Date: Wed Oct 24 11:04:22 2007 -0500
38301
38302 Update libfdt from device tree compiler (dtc)
38303
38304 Update libfdt to commit 8eaf5e358366017aa2e846c5038d1aa19958314e from
38305 the device tree compiler (dtc) project.
38306
38307 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38308
38309 commit e93becf80d732b64aef81b23e8b6ece02c40533d
38310 Author: Kumar Gala <galak@kernel.crashing.org>
38311 Date: Sat Nov 3 19:46:28 2007 -0500
38312
38313 Move do_fixup* for libfdt into common code
38314
38315 Moved the generic fixup handling code out of cpu/mpc5xxx and cpu/mpc8260
38316 into common/fdt_support.c and renamed:
38317
38318 do_fixup() -> do_fixup_by_path()
38319 do_fixup_u32() -> do_fixup_by_path_u32()
38320
38321 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38322
38323 commit f738b4a75998f42a7408defadc9baac7a31c92db
38324 Author: Kumar Gala <galak@kernel.crashing.org>
38325 Date: Thu Oct 25 16:15:07 2007 -0500
38326
38327 Make no options to fdt print default to '/'
38328
38329 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38330
38331 commit a3c2933e02503fe36ade2c1b65af46f2b7a168e7
38332 Author: Kumar Gala <galak@kernel.crashing.org>
38333 Date: Wed Oct 24 10:21:57 2007 -0500
38334
38335 Removed some nonused fdt functions and moved fdt_find_and_setprop out of libfdt
38336
38337 Removed:
38338 fdt_node_is_compatible
38339 fdt_find_node_by_type
38340 fdt_find_compatible_node
38341
38342 To ease merge of newer libfdt as we aren't using them anywhere at this time.
38343
38344 Also moved fdt_find_and_setprop out of libfdt into fdt_support.c for the same
38345 reason.
38346
38347 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38348
38349 commit 98e2867cc85409b919f862e6c16026461ec955df
38350 Author: Grant Likely <grant.likely@secretlab.ca>
38351 Date: Wed Nov 21 09:19:37 2007 -0700
38352
38353 [BUILD] Remove libraries when updating autoconf.mk
38354
38355 Fix library problems caused by conditional compilation. Using
38356 autoconf.mk to decide which files to compile has caused a problem when
38357 changing configuration from one board to another without clearing out
38358 the library (*.a) files.
38359
38360 It used to be that the linker was always passed the same list of .o
38361 files when building the .a files. However, that is not longer true
38362 with conditional compilation. Now, a different board config will have
38363 a different file list passed to the linker. The problem occurs when
38364 a library has already been built and the board config is changed.
38365
38366 Since the linker will update instead of replace a preexisting library,
38367 then if the file list changes to remove some object files the old
38368 objects will still exist in the library.
38369
38370 The solution is to remove all old library files when autoconf.mk is
38371 made.
38372
38373 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
38374
38375 commit ed1353d74b9ce8a7fcd660570b848a184d614b5f
38376 Author: Kumar Gala <galak@kernel.crashing.org>
38377 Date: Wed Nov 21 08:49:50 2007 -0600
38378
38379 [BUILD] conditionally compile libfdt/*.c in libfdt/Makefile
38380
38381 Modify libfdt/Makefile to conditionally compile the *.c files based
38382 on the board config.
38383
38384 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38385
38386 commit 4a43719a7738712811d822ca8125427b27a55cdc
38387 Author: Grant Likely <grant.likely@secretlab.ca>
38388 Date: Mon Sep 24 09:05:31 2007 -0600
38389
38390 [BUILD] conditionally compile common/cmd_*.c in common/Makefile
38391
38392 Modify common/Makefile to conditionally compile the cmd_*.c files based
38393 on the board config.
38394
38395 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
38396
38397 commit 2f155f6c0a1f5e9a306a3f1f4fbe067db7ced3b1
38398 Author: Grant Likely <grant.likely@secretlab.ca>
38399 Date: Mon Sep 24 09:05:31 2007 -0600
38400
38401 [BUILD] Generate include/autoconf.mk from board config files
38402
38403 Use cpp and sed to postprocess config.h and import the defined values
38404 into include/autoconf.mk. autoconf.mk is then included by config.mk to
38405 give 'make' access to the board configuration.
38406
38407 Doing this enables conditional compilation at the Makefile level instead
38408 of by wrapping every .c file with #ifdef/#endif wrappers.
38409
38410 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
38411
38412 commit 68b88999da87ab88e71e1306192905be3450198e
38413 Author: Jon Loeliger <jdl@freescale.com>
38414 Date: Tue Nov 20 15:02:26 2007 -0600
38415
38416 8610HPCD: Enable the 8610 Display Interface Unit
38417
38418 Signed-off-by: Jon Loeliger <jdl@freescale.com>
38419
38420 commit 74f89faa9d1e77ed947e628d3effaa513fe05d05
38421 Author: Jon Loeliger <jdl@freescale.com>
38422 Date: Tue Nov 20 15:00:53 2007 -0600
38423
38424 Move 8610 DIU interface structure definitions to header file.
38425
38426 These two structures are still needed during the
38427 initialization and setup of the DIU hardware.
38428 So move them to the fsl_diu_fb.h file for now.
38429 Official "blah".
38430
38431 Noticed-by: York Sun <yorksun@freescale.com>
38432 Signed-off-by: Jon Loeliger <jdl@freescale.com>
38433
38434 commit 080c646dbf474a109c3f85718fb01ce042a38c45
38435 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38436 Date: Tue Nov 20 20:14:18 2007 +0100
38437
38438 drivers/i2c : move i2c drivers to drivers/i2c
38439
38440 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38441
38442 commit 9a337ddc154a10a26f117fd147b009abcdeba75a
38443 Author: Wolfgang Denk <wd@denx.de>
38444 Date: Mon Nov 19 22:20:24 2007 +0100
38445
38446 Prepare for 1.3.0 release.
38447
38448 Signed-off-by: Wolfgang Denk <wd@denx.de>
38449
38450 commit f30ad49b16bf998b03c1a5228b6c86369d61c258
38451 Author: Haiying Wang <Haiying.Wang@freescale.com>
38452 Date: Mon Nov 19 10:02:13 2007 -0500
38453
38454 Move CONFIG_QE out of CONFIG_PCI wrap for MPC8568MDS
38455
38456 CONFIG_QE shouldn't be in the wrap of CONFIG_PCI, fix it.
38457
38458 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
38459
38460 commit f8c320609366176b31104d9bf5e295232e1c7f1d
38461 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
38462 Date: Mon Nov 19 11:14:16 2007 +0900
38463
38464 [MIPS] board/gth2/lowlevel_init.S: Fix a build warning
38465
38466 lowlevel_init.S: Assembler messages:
38467 lowlevel_init.S:413: Warning: Pretending global symbol used as branch target is local.
38468
38469 Looking at codes, the `memtest' and `clearmem' are intentional mixed
38470 use of `global symbols' and `label' for debugging purpose. To make it
38471 build, just disable global-symbols-use for now. As a result `memtest'
38472 still remains as unused, but leave it be...
38473
38474 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
38475
38476 commit e8da58f2bc092891e8cc92b927ed5c4bd0cb0cab
38477 Author: Wolfgang Denk <wd@denx.de>
38478 Date: Mon Nov 19 12:59:14 2007 +0100
38479
38480 Fix build problems with mp2usb board
38481
38482 Signed-off-by: Wolfgang Denk <wd@denx.de>
38483
38484 commit 6bf4c686afca1e86e1c384d59218f914605713bf
38485 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38486 Date: Sun Nov 18 18:36:11 2007 +0100
38487
38488 s3c24x0: Fix usb_ohci.c missing in Makefile
38489 and usb_ohci.c warning differ in signedness
38490
38491 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38492
38493 commit 6073f61e078da5ddb521b56256bcc36508589883
38494 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38495 Date: Sun Nov 18 12:55:02 2007 +0100
38496
38497 pb1x00 board: Fix u16 status declaration when PCMCIA is defined
38498
38499 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38500
38501 commit 8412d814ce8bf5570a2b747f1e7fd321097fe987
38502 Author: Wolfgang Denk <wd@denx.de>
38503 Date: Sun Nov 18 17:11:09 2007 +0100
38504
38505 Fix compiler warnings for ARM systems.
38506
38507 Signed-off-by: Wolfgang Denk <wd@denx.de>
38508
38509 commit 409ecdc0bb47dd28b0af6c25ffd658d22cc36b37
38510 Author: Wolfgang Denk <wd@denx.de>
38511 Date: Sun Nov 18 16:36:27 2007 +0100
38512
38513 Fix compiler warnings for PPC systems. Update CHANGELOG.
38514
38515 Signed-off-by: Wolfgang Denk <wd@denx.de>
38516
38517 commit 653811a3c2b35856bf12e196dcc8c4694e28e420
38518 Author: Stefan Roese <sr@denx.de>
38519 Date: Sun Nov 18 14:44:44 2007 +0100
38520
38521 ppc4xx: Correct 405EX PCIe UTL register mapping
38522
38523 Map 4k mem space for UTL registers for each port.
38524
38525 Signed-off-by: Stefan Roese <sr@denx.de>
38526
38527 commit 079c2c4fa71c0d1ebef394508df9088df8a308d3
38528 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38529 Date: Sat Nov 17 11:31:10 2007 +0100
38530
38531 Fix warning differ in signedness in net/net.c and net/nfs.c
38532
38533 commit 7e14fc65368cbd2861b1207453da55a4fc7b3f81
38534 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
38535 Date: Sat Nov 17 20:42:45 2007 +0900
38536
38537 gth2.c: Fix a warning on gth2 build.
38538
38539 gth2.c: In function 'misc_init_r':
38540 gth2.c:434: warning: pointer targets in passing argument 2 of 'setenv' differ in signedness
38541
38542 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
38543
38544 commit 2309c130aa4c84b91bd874a41269c923eb61b555
38545 Author: Stefan Roese <sr@denx.de>
38546 Date: Sat Nov 17 07:58:25 2007 +0100
38547
38548 Fix warning differ in signedness in common/cmd_scsi.c
38549
38550 Signed-off-by: Stefan Roese <sr@denx.de>
38551
38552 commit 9ea61b57968554eaf0f474ec7e088b17d367f474
38553 Author: Stefan Roese <sr@denx.de>
38554 Date: Sat Nov 17 14:52:29 2007 +0100
38555
38556 ppc4xx: Update AMCC Kilauea config file
38557
38558 - Use generic GPIO configuration framework (CFG_4xx_GPIO_TABLE)
38559
38560 Signed-off-by: Stefan Roese <sr@denx.de>
38561
38562 commit 7e1d884b7cb602007329c517ec1c453e3a6a5d9c
38563 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
38564 Date: Sat Nov 17 20:05:26 2007 +0900
38565
38566 [MIPS] cpu/mips/config.mk: Fix GNU assembler minor version picker
38567
38568 Current trick to pick up GNU assembler minor version does not work with the
38569 latest binutils (2007-03-01 or later) due to ${PKGVERSION} now default to
38570 "(GNU Binutils) ".
38571
38572 $ sde-as --version |grep "GNU assembler"
38573 GNU assembler 2.15.94 mipssde-6.02.02-20050602
38574 $ sde-as --version |grep "GNU assembler" |awk '{print $3}'
38575 2.15.94
38576 $ sde-as --version |grep "GNU assembler" |awk '{print $3}' |awk -F. '{print $2}'
38577 15
38578 $
38579
38580 $ mips-linux-as --version |grep "GNU assembler"
38581 GNU assembler (GNU Binutils) 2.18
38582 $ mips-linux-as --version |grep "GNU assembler" |awk '{print $3}'
38583 (GNU
38584 $ mips-linux-as --version |grep "GNU assembler" |awk '{print $3}' |awk -F. '{print $2}'
38585 (no output)
38586 $
38587
38588 As a result of above, you'll see many noises with such binutils:
38589
38590 make -C cpu/mips/
38591 /bin/sh: line 0: [: : integer expression expected
38592 /bin/sh: line 0: [: : integer expression expected
38593 make[1]: Entering directory `/home/skuribay/devel/u-boot.git/cpu/mips'
38594 mips-linux-gcc -D__ASSEMBLY__ -g -Os -D__KERNEL__ -DTEXT_BASE=0xB0000000 -I/home/skuribay/devel/u-boot.git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/skuribay/devel/buildroot/build_mips/staging_dir/usr/bin/../lib/gcc/mips-linux-uclibc/4.2.1/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -pipe -msoft-float -march=4kc -mtune=4kc -EB -c -o incaip_wdt.o incaip_wdt.S
38595 /bin/sh: line 0: [: : integer expression expected
38596 mips-linux-gcc -D__ASSEMBLY__ -g -Os -D__KERNEL__ -DTEXT_BASE=0xB0000000 -I/home/skuribay/devel/u-boot.git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/skuribay/devel/buildroot/build_mips/staging_dir/usr/bin/../lib/gcc/mips-linux-uclibc/4.2.1/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -pipe -msoft-float -march=4kc -mtune=4kc -EB -c -o cache.o cache.S
38597 /bin/sh: line 0: [: : integer expression expected
38598 mips-linux-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xB0000000 -I/home/skuribay/devel/u-boot.git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/skuribay/devel/buildroot/build_mips/staging_dir/usr/bin/../lib/gcc/mips-linux-uclibc/4.2.1/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -pipe -msoft-float -march=4kc -mtune=4kc -EB -Wall -Wstrict-prototypes -c -o asc_serial.o asc_serial.c
38599 /bin/sh: line 0: [: : integer expression expected
38600
38601 This patch simplifies the trick and makes it work with both versions of gas.
38602 I also replace an expensive `awk (or gawk)' with `cut'.
38603
38604 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
38605
38606 commit 16664f72850846e645616da1c0fa5afcd6d15f15
38607 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
38608 Date: Sat Nov 17 20:05:26 2007 +0900
38609
38610 [MIPS] Remove useless instructions for initializing $gp.
38611
38612 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
38613
38614 commit 03c031d5660ea946c39af6e2e16267da857c609f
38615 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
38616 Date: Sat Oct 27 15:27:06 2007 +0900
38617
38618 [MIPS] MIPS 4K core: Coding style cleanups
38619
38620 No logical changes.
38621
38622 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
38623
38624 commit f5e429d3860bba4c6ae8bead8f78349fa24491b2
38625 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
38626 Date: Sat Nov 17 20:05:20 2007 +0900
38627
38628 [MIPS] gth2.c: Fix a warning on gth2 build.
38629
38630 gth2.c: In function 'misc_init_r':
38631 gth2.c:434: warning: pointer targets in passing argument 2 of 'setenv' differ in signedness
38632
38633 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
38634
38635 commit 4fbd0741b2b6441da10be93e10267122581b7079
38636 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
38637 Date: Sat Oct 27 15:22:33 2007 +0900
38638
38639 [MIPS] au1x00_eth.c: Fixed a warning on pb1000 build.
38640
38641 au1x00_eth.c: In function 'au1x00_miiphy_write':
38642 au1x00_eth.c:139: warning: 'return' with no value, in function returning non-void
38643
38644 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
38645
38646 commit f01320459736f156707425cf8112f98606301aa4
38647 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
38648 Date: Sat Oct 27 15:00:25 2007 +0900
38649
38650 [MIPS] au1x00_eth.c: Fix au1x00_miiphy_{read,write} build error
38651
38652 au1x00_eth.c: In function 'au1x00_enet_initialize':
38653 au1x00_eth.c:246: error: 'au1x00_miiphy_read' undeclared (first use in this function)
38654 au1x00_eth.c:246: error: (Each undeclared identifier is reported only once
38655 au1x00_eth.c:246: error: for each function it appears in.)
38656 au1x00_eth.c:246: error: 'au1x00_miiphy_write' undeclared (first use in this function)
38657 au1x00_eth.c: In function 'au1x00_miiphy_write':
38658 au1x00_eth.c:298: warning: 'return' with no value, in function returning non-void
38659 make[1]: *** [au1x00_eth.o] Error 1
38660
38661 Fixed by moving these two functions forward.
38662
38663 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
38664
38665 commit b09258c5393edd1087c5f39ae68338f16b49f8b3
38666 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
38667 Date: Sat Oct 27 15:00:25 2007 +0900
38668
38669 MAKEALL: Added missing pb1000 board
38670
38671 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
38672
38673 commit 2e4a6e3667a1e39c0e6e99498686b15d2718b369
38674 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
38675 Date: Sat Oct 27 15:00:24 2007 +0900
38676
38677 [MIPS] pb1000: Replace obsolete memsetup.S with lowlevel_init.S
38678
38679 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
38680
38681 commit 662e5cb397249c3ea88a4c3255e9ccfc40b98d82
38682 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
38683 Date: Sat Oct 27 15:00:24 2007 +0900
38684
38685 [MIPS] u-boot.lds: Cleanup __u_boot_cmd_{start,end}
38686
38687 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
38688
38689 commit 5947f6999aafa7c54c1390983d264a8463dfea8e
38690 Author: Wolfgang Denk <wd@denx.de>
38691 Date: Sat Nov 17 02:34:38 2007 +0100
38692
38693 Update CHANGELOIG, prepare for -rc4
38694
38695 Signed-off-by: Wolfgang Denk <wd@denx.de>
38696
38697 commit fd329e6f05bbdfe6bd71b0e09f0c76d3b0a025a5
38698 Author: Luotao Fu <l.fu@pengutronix.de>
38699 Date: Wed Nov 14 18:58:33 2007 +0100
38700
38701 Fix the i2c frequency and default address in rsdproto board
38702
38703 rsdproto board support has wrong I2C frequency and wrong return value
38704 handling.
38705
38706 Signed-off-by: Luotao Fu <l.fu@pengutronix.de>
38707
38708 commit 429c180edad038f91c989cb14b478228092e7054
38709 Author: Wolfgang Denk <wd@denx.de>
38710 Date: Sat Nov 17 01:45:38 2007 +0100
38711
38712 powerpc: Backout relocation changes for MPC5121, too.
38713
38714 Apply Grant Likely's backout to MPC5121 code, too.
38715
38716 Pointed out by Rafal Jaworowski <raj@semihalf.com>
38717
38718 Signed-off-by: Wolfgang Denk <wd@denx.de>
38719
38720 commit 1c3dd43338a077165e7e0309cb3994e65d2bdbf8
38721 Author: Grant Likely <grant.likely@secretlab.ca>
38722 Date: Tue Nov 13 22:18:33 2007 -0700
38723
38724 powerpc: Backout relocation changes.
38725
38726 Ugh. I *hate* to back this change out, but these compiler flags don't
38727 work for relocation on all versions of GCC. I've not been able to
38728 reproduce the environment in my setup (and hence, not been able to
38729 find a combination that *does* work), so I've got no choice but to go
38730 back to the old gcc flags and linker script.
38731
38732 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
38733
38734 commit 5c15010efad980ad5498cc565fc1ed70df2f52b4
38735 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38736 Date: Tue Nov 13 09:11:05 2007 +0100
38737
38738 Fixed mips_io_port_base build errors.
38739
38740 This patch has been sent on:
38741 - 29 Sep 2007
38742
38743 Although mips_io_port_base is currently a part of IDE command, it is quite
38744 fundamental for MIPS I/O port access such as in[bwl] and out[bwl]. So move
38745 it to MIPS general part, and introduce `set_io_port_base()' from Linux.
38746
38747 This patch is triggered by multiple definition of `mips_io_port_base' build
38748 error on gth2 (and tb0229 also needs this fix.)
38749
38750 board/gth2/libgth2.a(gth2.o): In function `log_serial_char':
38751 /home/skuribay/devel/u-boot.git/board/gth2/gth2.c:47: multiple definition of `mips_io_port_base'
38752 common/libcommon.a(cmd_ide.o):/home/skuribay/devel/u-boot.git/common/cmd_ide.c:712: first defined here
38753 make: *** [u-boot] Error 1
38754
38755 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
38756 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38757
38758 commit 6ecbb7a3fa9b0940ed33e490d195d4b6830b2422
38759 Author: Wolfgang Denk <wd@denx.de>
38760 Date: Sat Nov 17 01:30:40 2007 +0100
38761
38762 Fix a bug in the slave serial programming mode for the Xilinx
38763 Spartan2/3 FPGAs. The old code used "< 0" on a "char" type to test if
38764 the most significant bit was set, which did not work on any
38765 architecture where "char" defaulted to be an unsigned type.
38766
38767 Based on a patch by Angelos Manousaridis <amanous@inaccessnetworks.com>
38768
38769 Signed-off-by: Wolfgang Denk <wd@denx.de>
38770
38771 commit d08b7233bc252faad8339e7ca0ddfd62fa79903c
38772 Author: Jon Loeliger <jdl@freescale.com>
38773 Date: Thu Nov 1 12:23:29 2007 -0500
38774
38775 86xx: Fix broken variable reference when #def DEBUGing.
38776
38777 Sometimes you can't reference the DDR2 controller variables.
38778
38779 Signed-off-by: Jon Loeliger <jdl@freescale.com>
38780
38781 commit f9d9164d9c6b5a7f0393fd8d7e246b8a0326bc19
38782 Author: Jason Jin <Jason.jin@freescale.com>
38783 Date: Fri Oct 26 18:32:00 2007 +0800
38784
38785 make 8610 board use pixis reset
38786
38787 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
38788
38789 commit db74b3c1c9481a6bffbf8cd445e5bcbf6908e836
38790 Author: Jason Jin <Jason.jin@freescale.com>
38791 Date: Mon Oct 29 19:26:21 2007 +0800
38792
38793 Unify pixis_reset altbank across board families
38794
38795 Basically, refactor the CFG_PIXIS_VBOOT_MASK values
38796 into the separate board config files.
38797
38798 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
38799 Signed-off-by: Jon Loeliger <jdl@freescale.com>
38800
38801 commit 64bf555465c7926be13e1046ac0d0f05ac72829c
38802 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38803 Date: Wed Nov 7 08:19:21 2007 +0100
38804
38805 Fix warning: pointer targets in assignment differ in signedness
38806
38807 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38808
38809 commit 7a60ee7c6248a958c5757d3660a1702723a2786d
38810 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38811 Date: Wed Nov 7 08:19:19 2007 +0100
38812
38813 Fix warning differ in signedness in common/cmd_ide.c
38814
38815 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38816
38817 commit f31d38b9eea9b32f6a1ac848a298cc71ca4c9a03
38818 Author: Stefan Roese <sr@denx.de>
38819 Date: Fri Nov 16 14:16:54 2007 +0100
38820
38821 ppc4xx: Enable 405EX PCIe UTL register configuration
38822
38823 Till now the UTL registers on 405EX were not initialized but left with
38824 their default values. This patch new initializes some of the UTL
38825 registers on 405EX.
38826
38827 Signed-off-by: Stefan Roese <sr@denx.de>
38828
38829 commit ecdcbd4f8c1f8cefd785752f4e7536aae2a4ecf9
38830 Author: Stefan Roese <sr@denx.de>
38831 Date: Fri Nov 16 14:00:59 2007 +0100
38832
38833 ppc4xx: Update AMCC Makalu for board rev 1.1
38834
38835 This patch adds changes needed for Makalu rev 1.1:
38836
38837 - Enable 2nd DDR2 bank resulting in 256MByte of SDRAM
38838 - Enable 2nd ethernet port EMAC1
38839 - Use generic GPIO configuration framework (CFG_4xx_GPIO_TABLE)
38840 - Reset PCIe ports via GPIO upon bootup
38841
38842 Signed-off-by: Stefan Roese <sr@denx.de>
38843
38844 commit 4d4faae65e115e327425cd514c1a35146a85166b
38845 Author: Grant Likely <grant.likely@secretlab.ca>
38846 Date: Mon Sep 24 09:05:31 2007 -0600
38847
38848 Group PCI and PCMCIA drivers in drivers/Makefile
38849
38850 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
38851
38852 commit 5798f87dc10a496d79d3177b9f5a76488987fd35
38853 Author: Grant Likely <grant.likely@secretlab.ca>
38854 Date: Mon Sep 24 09:05:31 2007 -0600
38855
38856 Group block/flash drivers in drivers/Makefile
38857
38858 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
38859
38860 commit df58c81551700f058b44cacf55a7997fa63bfe0a
38861 Author: Grant Likely <grant.likely@secretlab.ca>
38862 Date: Mon Sep 24 09:05:31 2007 -0600
38863
38864 Group USB drivers in drivers/Makefile
38865
38866 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
38867
38868 commit 5dbb6ed622e539b0c8493ef7e578d3a533181d29
38869 Author: Grant Likely <grant.likely@secretlab.ca>
38870 Date: Mon Sep 24 09:05:30 2007 -0600
38871
38872 Group i2c drivers in drivers/Makefile
38873
38874 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
38875
38876 commit ec00c76de0e5971273905998d62d6bb119324218
38877 Author: Grant Likely <grant.likely@secretlab.ca>
38878 Date: Mon Sep 24 09:05:30 2007 -0600
38879
38880 Group console drivers in drivers/Makefile
38881
38882 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
38883
38884 commit 754f230aa01b8c789fc31f8013c2487954073300
38885 Author: Grant Likely <grant.likely@secretlab.ca>
38886 Date: Mon Sep 24 09:05:30 2007 -0600
38887
38888 Group network drivers in drivers/Makefile
38889
38890 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
38891
38892 commit f0037c56b0d12cd46215124667b9f83d60ef9391
38893 Author: Grant Likely <grant.likely@secretlab.ca>
38894 Date: Mon Sep 24 09:05:30 2007 -0600
38895
38896 Build: split COBJS value into multiple lines
38897
38898 This change is in preparation for condtitionial compile support in the
38899 build system. By spliting them all into seperate lines now, subsequent
38900 patches that change 'COBJS-y += ' into 'COBJS-$(CONFIG_<blah>) += ' will
38901 be less invasive and easier to review
38902
38903 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
38904
38905 commit 1b4aaffe4fb2a5e95d9111a5d94fd1f89215dce4
38906 Author: Grant Likely <grant.likely@secretlab.ca>
38907 Date: Mon Sep 24 09:05:30 2007 -0600
38908
38909 Add .gitignore files
38910
38911 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
38912 Acked-by: Kim Phillips <kim.phillips@freescale.com>
38913
38914 commit 955413f35f054a82e40042f1dbcf501c6a05719b
38915 Author: Grant Likely <grant.likely@secretlab.ca>
38916 Date: Thu Nov 15 08:27:52 2007 -0700
38917
38918 Revert "Correct relocation fixup for mpc5xx"
38919
38920 This reverts commit 3649cd99ba815b6601868735765602f00ef3692b.
38921 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
38922
38923 commit e15633888a058aacb31a62d2cf1278e1e4c236ab
38924 Author: Grant Likely <grant.likely@secretlab.ca>
38925 Date: Thu Nov 15 08:24:32 2007 -0700
38926
38927 Revert "Correct fixup relocation for MPC5xxx"
38928
38929 This reverts commit 6f7576b20ecf0d040c3ac3b032b5cbc860e38a90.
38930 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
38931
38932 commit 139365fbe566d0fc619a1ed04452ec5388f0cef8
38933 Author: Grant Likely <grant.likely@secretlab.ca>
38934 Date: Thu Nov 15 08:21:04 2007 -0700
38935
38936 Revert "Correct fixup relocation for mpc8220"
38937
38938 This reverts commit a85dd254c0577fca13627c46e93fc2ad4c4f1f00.
38939 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
38940
38941 commit 70922342369e5e39b286fe21e768a239ca07a514
38942 Author: Grant Likely <grant.likely@secretlab.ca>
38943 Date: Thu Nov 15 08:20:57 2007 -0700
38944
38945 Revert "Correct fixup relocation for mpc824x"
38946
38947 This reverts commit f3a52fe05923935db86985daf9438e2f70ac39aa.
38948 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
38949
38950 commit 96279ab4cad60cb5972aa934fbe4845ac02cc75a
38951 Author: Grant Likely <grant.likely@secretlab.ca>
38952 Date: Thu Nov 15 08:20:50 2007 -0700
38953
38954 Revert "Correct fixup relocation for mpc8260"
38955
38956 This reverts commit 5af61b2f4b838a05f79be274f3e5a66edd2d9c96.
38957 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
38958
38959 commit 928fe33b24cdf382a8dc8687fed24b1961cdb5d6
38960 Author: Grant Likely <grant.likely@secretlab.ca>
38961 Date: Thu Nov 15 08:20:43 2007 -0700
38962
38963 Revert "Correct fixup relocation for mpc83xx"
38964
38965 This reverts commit 057004f4a4863554d56cc56268bfa7c7d9738e27.
38966 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
38967
38968 commit c93945e8f9e300860d2bf73a2549ce5794f8bd00
38969 Author: Grant Likely <grant.likely@secretlab.ca>
38970 Date: Thu Nov 15 08:20:25 2007 -0700
38971
38972 Revert "[MPC512x] Correct fixup relocation"
38973
38974 This reverts commit 8d17979d0359492a822a0a409d26e3a3549b4cd4.
38975 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
38976
38977 commit c9672f81f1bdb4e8ddf62aa72ca0206e8b72aa1c
38978 Author: Stefan Roese <sr@denx.de>
38979 Date: Thu Nov 15 14:25:09 2007 +0100
38980
38981 ppc4xx: Small AMCC Kilauea cleanup
38982
38983 Remove not needed pci_target_init() function.
38984
38985 Signed-off-by: Stefan Roese <sr@denx.de>
38986
38987 commit aee747f19b460a0e9da20ff21e90fdaac1cec359
38988 Author: Stefan Roese <sr@denx.de>
38989 Date: Thu Nov 15 14:23:55 2007 +0100
38990
38991 ppc4xx: Enable 440 GPIO init table CFG_440_GPIO_TABLE for 405 platforms
38992
38993 - Rename CFG_440_GPIO_TABLE to CFG_4xx_GPIO_TABLE
38994 - Cleanup of the 4xx GPIO functions
38995 - Move some GPIO defines from the cpu headers ppc405.h/ppc440.h into gpio.h
38996
38997 Signed-off-by: Stefan Roese <sr@denx.de>
38998
38999 commit 8ada0ebf38e4073beea0309188b25d82a112a2ae
39000 Author: Stefan Roese <sr@denx.de>
39001 Date: Thu Nov 15 14:20:08 2007 +0100
39002
39003 ppc4xx: AMCC Taihu board config file cleanup
39004
39005 This patch makes the AMCC Taihu a little more compatible to the other
39006 AMCC eval boards.
39007
39008 Signed-off-by: Stefan Roese <sr@denx.de>
39009
39010 commit 5e71c51d74c963d3174060c078dcacf13bdd02ef
39011 Author: Marian Balakowicz <m8@semihalf.com>
39012 Date: Thu Nov 15 13:37:28 2007 +0100
39013
39014 [INKA4x0] NG hardware: flash support
39015
39016 Disabled and remove inka4x0 custom flash driver, use CFI flash
39017 driver instead.
39018
39019 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
39020
39021 commit 5fb6d7191e206cdde0e23140fd8111caed93a595
39022 Author: Marian Balakowicz <m8@semihalf.com>
39023 Date: Thu Nov 15 13:29:55 2007 +0100
39024
39025 [INKA4x0] NG hardware: SDRAM support
39026
39027 Add support for three new DDR chips that may be present on a NG
39028 INKA4x0 hardware: HYB25D512160BF-5, K4H511638C-7CB3, T46V32M16BN-6IT.
39029
39030 Cleanup board/inka4x0/mt48lc16m16a2-75.h file.
39031
39032 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
39033
39034 commit f23cb34c367bb27585a4fdb8a75277370e7d0596
39035 Author: Marian Balakowicz <m8@semihalf.com>
39036 Date: Thu Nov 15 13:24:43 2007 +0100
39037
39038 [INKA4x0] NG hardware: platform code update
39039
39040 - Cleanup compile warnings.
39041 - Add missing '\0' in default environment.
39042 - Increase CFG_MONITOR_LEN to 256 KiB.
39043 - Add required CFG_USE_PPCENV.
39044
39045 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
39046
39047 commit 2ae64f5135e51bb18753884d1265b99e89b5aedd
39048 Author: Peter Pearse <peter.pearse@arm.com>
39049 Date: Thu Nov 15 08:58:00 2007 +0000
39050
39051 Remove warnings re CONFIG_EXTRA_ENV_SETTINGS
39052 Remove warnings re onenand_read() & write()
39053
39054 commit 2db916e14410e3ec1738508c7bf4dfeb2b299ae7
39055 Author: Peter Pearse <peter.pearse@arm.com>
39056 Date: Thu Nov 15 08:45:13 2007 +0000
39057
39058 Correction patch
39059
39060 commit 1d8a49eca1c7bdc8db1c47a92f9014a29ead03ae
39061 Author: Roy Zang <tie-fei.zang@freescale.com>
39062 Date: Thu Sep 13 18:52:28 2007 +0800
39063
39064 Enable ULi1575 Ethernet support in 8610HPCD config
39065
39066 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
39067 Acked-by: Jon Loeliger <jdl@freescale.com>
39068
39069 commit 54fd6c93c28a0a45352fff5dd92673401ff563f2
39070 Author: Stefan Roese <sr@denx.de>
39071 Date: Tue Nov 13 08:18:20 2007 +0100
39072
39073 ppc4xx: lwmon5: Change PHY reset sequence for PHY MDIO address latching
39074
39075 Signed-off-by: Stefan Roese <sr@denx.de>
39076
39077 commit 7d0a4066b5a6b698e5fc1b66cfe9705774bbce93
39078 Author: Stefan Roese <sr@denx.de>
39079 Date: Tue Nov 13 08:06:11 2007 +0100
39080
39081 ppc4xx: Fix 405EX PCIe UTLSET register setup
39082
39083 Signed-off-by: Stefan Roese <sr@denx.de>
39084
39085 commit 1ce55151c85d068f70317a8d65c61058b891afb4
39086 Author: Heiko Schocher <hs@denx.de>
39087 Date: Tue Nov 13 07:50:29 2007 +0100
39088
39089 [UC101] SRAM now with 2 MB working.
39090
39091 Signed-off-by: Heiko Schocher <hs@denx.de>
39092
39093 commit 2d14684341109a69616e4d6016cd61402d55086f
39094 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
39095 Date: Fri Nov 9 15:37:53 2007 +0100
39096
39097 ppc4xx: Use generic usb-ohci driver for sequoia board
39098
39099 This patch makes the sequoia board use the generic usb-ohci driver
39100 instead of cpu/ppc4xx/usb_ohci.c.
39101
39102 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
39103 Signed-off-by: Stefan Roese <sr@denx.de>
39104
39105 commit 9be659ac0868dc367caa957c5c725e46b07f6a5f
39106 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
39107 Date: Fri Nov 9 15:37:23 2007 +0100
39108
39109 ppc4xx: Make USB working with CONFIG_4xx_DCACHE defined
39110
39111 This patch disables the 44x d-cache on 'usb start' and
39112 reenables it on 'usb stop'. This should be seen as a
39113 temporary fix until the generic usb-ohci driver can
39114 life with d-cache enabled.
39115
39116 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
39117 Signed-off-by: Stefan Roese <sr@denx.de>
39118
39119 commit fbde2169d2c48fcc9ff03489534a78ffb0a8a0d4
39120 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
39121 Date: Fri Nov 9 15:36:44 2007 +0100
39122
39123 ppc4xx: Remove redundant code from 4xx network driver
39124
39125 This patch removes some redundant code and decrements the end
39126 address of cache flush and invalidate by 1.
39127
39128 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
39129 Signed-off-by: Stefan Roese <sr@denx.de>
39130
39131 commit 5ca9881aad8c413ac2a82868a5e3719178254502
39132 Author: Peter Pearse <peter.pearse@arm.com>
39133 Date: Fri Nov 9 15:24:26 2007 +0000
39134
39135 Add apollon board support
39136 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
39137
39138 commit b53313dbfc74525d85f1e7e0102f902d5c863beb
39139 Author: Stefan Roese <sr@denx.de>
39140 Date: Fri Nov 9 12:19:58 2007 +0100
39141
39142 ppc4xx: Remove In:/Out:/Err: boot output for AMCC Kilauea
39143
39144 Signed-off-by: Stefan Roese <sr@denx.de>
39145
39146 commit c7f69c340277935a6c19a956421852da944a365f
39147 Author: Stefan Roese <sr@denx.de>
39148 Date: Fri Nov 9 12:18:54 2007 +0100
39149
39150 ppc4xx: Make output a little shorter on I2C bootrom detection
39151
39152 Most 4xx PPC capable of using an I2C bootrom for bootstrap setting
39153 already print a line with the information which I2C bootrom is
39154 used for bootstrap configuration. So we don't need this extra line
39155 with "I2C boot EEPROM en-/dis-abled".
39156
39157 This patch also has a little code cleanup integrated.
39158
39159 Signed-off-by: Stefan Roese <sr@denx.de>
39160
39161 commit 8d737a28152ec12873f8544cca1fb39a49e5e693
39162 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
39163 Date: Thu Nov 8 12:50:18 2007 -0600
39164
39165 ColdFire: MCF5329 - Remove reset registers from CCM
39166
39167 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
39168
39169 commit 7d7cdea769a60b0a6e4c18bef7f9d648fd14b8d7
39170 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
39171 Date: Thu Nov 8 12:31:11 2007 -0600
39172
39173 ColdFire: MCF5329 - Add Reset structure to immap_5329.h
39174
39175 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
39176
39177 commit 09b26cf00d76d75fdf7fdc4b13e4dd929743bc21
39178 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
39179 Date: Thu Nov 8 12:19:01 2007 -0600
39180
39181 ColdFire: MCF5329 - revert include/asm-m68k/m5329.h file mode
39182
39183 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
39184
39185 commit 225a24b5e062ad94627424508ae814f51dbe1a34
39186 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
39187 Date: Wed Nov 7 18:00:54 2007 -0600
39188
39189 ColdFire: MCF5445x - Update correct RAMBAR and missing linker files
39190
39191 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
39192
39193 commit 248c7c14835f34d5d910b45e5600050e58ca6cab
39194 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
39195 Date: Wed Nov 7 17:56:15 2007 -0600
39196
39197 ColdFire: MCF532x - Update do_reset() using core reset
39198
39199 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
39200
39201 commit d9240a5f827eb3b476a6ba2938d01f1a9e7688f4
39202 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
39203 Date: Wed Nov 7 17:51:00 2007 -0600
39204
39205 ColdFire: Update cpu flag for 4.2-xx compiler
39206
39207 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
39208
39209 commit 070ba56115b4da63b46e974287fa4550d4023386
39210 Author: York Sun <yorksun@freescale.com>
39211 Date: Wed Oct 31 14:59:04 2007 -0500
39212
39213 8610: Add console frame buffer support to FSL 8610 DIU driver.
39214
39215 Add cfb console support to FSL 8610 DIU driver.
39216 Inspect board version from PIXIS to obtain correct pixel format.
39217
39218 Use #define CONFIG_VIDEO in config file to enable fb console.
39219
39220 To switch monitor, set monitor variable to
39221 0 - DVI, 1 - Single link LVDS, 2 - Double link LVDS
39222 followed by "diufb init".
39223
39224 Preserve logo bitmap at the top of the fb console.
39225
39226 Signed-off-by: York Sun <yorksun@freescale.com>
39227 Signed-off-by: Jon Loeliger <jdl@freescale.com>
39228
39229 commit a877880c6949e948bd63cd6ea4e216573d2f53dd
39230 Author: York Sun <yorksun@freescale.com>
39231 Date: Mon Oct 29 13:58:39 2007 -0500
39232
39233 8610: Add 8610 DIU display driver
39234
39235 1280x1024 and 1024x768 @ 32 bpp are supported now.
39236 DVI, Single-link LVDS, Double-link LVDS are all supported.
39237
39238 Environmental variable "monitor" is used to specify monitor port.
39239
39240 A new command "diufb" is introduced to reinitialize monitor
39241 and display a BMP file in the memory. So far, 1-bit, 4-bit,
39242 8-bit and 24-bit BMP formats are supported.
39243
39244 diufb init
39245 - initialize the diu driver
39246 Enable the port specified in the environmental variable "monitor"
39247
39248 diufb addr
39249 - display bmp file in memory.
39250 The bmp image should be no bigger than the resolution, 1280x1024
39251 for DVI and double-link LVDS, 1024x768 for single-link LVDS.
39252
39253 Note, this driver allocate memory but doesn't free it after use
39254 It is written on purpose -- to avoid a failure of reallocation
39255 due to memory fragement.
39256
39257 ECC of DDR is disabled for DIU performance. L2 data cache is also disabled.
39258
39259 Signed-off-by: York Sun <yorksun@freescale.com>
39260 Signed-off-by: Jon loeliger <jdl@freescale.com>
39261
39262 commit 52e5ddfecdda308f75782fae206b677b1810f5f9
39263 Author: York Sun <yorksun@freescale.com>
39264 Date: Wed Oct 31 10:43:59 2007 -0500
39265
39266 FSL: Add a freescale bitmap logo.
39267
39268 This Freescale logo is a 340 x 128 x 4bpp BMP file
39269 that can be displayed by the DIU Framebuffer driver.
39270
39271 Signed-off-by: York Sun <yorksun@freescale.com>
39272 Signed-off-by: Jon Loeliger <jdl@freescale.com>
39273
39274 commit 1815338fbd1c0f94f8276d2891b99caa5a05f622
39275 Author: York Sun <yorksun@freescale.com>
39276 Date: Mon Oct 29 13:57:53 2007 -0500
39277
39278 8610: Make some extra debug environment variables conditional.
39279
39280 One may #define ENV_DEBUG to get them back again.
39281
39282 Signed-off-by: York Sun <yorksun@freescale.com>
39283
39284 commit 761421ccca80a9fb37b19c37aa61d46ef75e0647
39285 Author: Jason Jin <Jason.jin@freescale.com>
39286 Date: Mon Oct 29 19:26:21 2007 +0800
39287
39288 8610: Actually enable pixis_reset CONFIGs
39289
39290 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
39291
39292 commit f3bceaab230b4748d0afc4109b6837308f018b40
39293 Author: Jason Jin <Jason.jin@freescale.com>
39294 Date: Fri Oct 26 18:31:59 2007 +0800
39295
39296 Fix the BAT definition of PCI IO on 8610 board
39297
39298 The address in the BAT register is aligned with the BAT size.
39299 The original definition actually did not define BAT for PCIE2 IO.
39300 This patch fix this.
39301
39302 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
39303
39304 commit 9f23ca334a6f5f021ef9e9d0fad9da80d63b2d56
39305 Author: Jason Jin <Jason.jin@freescale.com>
39306 Date: Mon Oct 29 19:26:21 2007 +0800
39307
39308 Unify pixis_reset altbank across board families
39309
39310 Basically, refactor the CFG_PIXIS_VBOOT_MASK values
39311 into the separate board config files.
39312
39313 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
39314 Signed-off-by: Jon Loeliger <jdl@freescale.com>
39315
39316 commit a8318ec205c8e8794b5f9f1b8584abadb440e8ba
39317 Author: Jason Jin <Jason.jin@freescale.com>
39318 Date: Fri Oct 26 18:32:00 2007 +0800
39319
39320 make 8610 board use pixis reset
39321
39322 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
39323
39324 commit 9c84709eedce9c680dd695984ab7d2328f4f04f5
39325 Author: Jon Loeliger <jdl@freescale.com>
39326 Date: Thu Nov 1 12:23:29 2007 -0500
39327
39328 86xx: Fix broken variable reference when #def DEBUGing.
39329
39330 Sometimes you can't reference the DDR2 controller variables.
39331
39332 Signed-off-by: Jon Loeliger <jdl@freescale.com>
39333
39334 commit 1f103105a3746ab12279b63b8c1d372c0ce2cc58
39335 Author: Roy Zang <tie-fei.zang@freescale.com>
39336 Date: Mon Nov 5 17:39:24 2007 +0800
39337
39338 Implement general ULi 526x Ethernet driver support in U-boot
39339
39340 This patch implements general ULi 526x Ethernet driver.
39341 Until now, it is the only native Ethernet port on
39342 MPC8610HPCD board, but it could be used on other boards
39343 with ULi 526x Ethernet port as well.
39344
39345 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
39346 Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
39347 Acked-by: Jon Loeliger <jdl@freescale.com>
39348 Signed-off-by: Ben Warren <bwarren@qstreams.com>
39349
39350 commit 71bc6e6474fea8ef481b9b45d1edd7ad1f6dfbbd
39351 Author: Larry Johnson <lrj@arlinx.com>
39352 Date: Thu Nov 1 08:46:50 2007 -0500
39353
39354 NET: Add Ethernet 1000BASE-X support for PPC4xx
39355
39356 This patch adds support for 1000BASE-X to functions "miiphy_speed ()" and
39357 "miiphy_duplex()". It also adds function "miiphy_is_1000base_x ()", which
39358 returns non-zero iff the PHY registers are configured for 1000BASE-X. The
39359 "mii info" command is modified to distinguish between 1000BASE-T and -X.
39360
39361 Signed-off-by: Larry Johnson <lrj@acm.org>
39362 Signed-off-by: Ben Warren <bwarren@qstreams.com>
39363
39364 commit 298035df4948b113d29ac0e694717d34b95bc5dc
39365 Author: Larry Johnson <lrj@arlinx.com>
39366 Date: Wed Oct 31 11:21:29 2007 -0500
39367
39368 NET: Cosmetic changes
39369
39370 Signed-off-by: Larry Johnson <lrj@acm.org>
39371 Signed-off-by: Ben Warren <bwarren@qstreams.com>
39372
39373 commit 654f38b3a387886996a5a75771fbfc29cb4f225e
39374 Author: Stefan Roese <sr@denx.de>
39375 Date: Mon Nov 5 07:43:05 2007 +0100
39376
39377 ppc4xx: Make output a little shorter on PCIe detection
39378
39379 Now not max 3 lines but 2 lines are printed per PCIe port.
39380
39381 Signed-off-by: Stefan Roese <sr@denx.de>
39382
39383 commit 992742a5b09d9040adbd156fb90756af66ade310
39384 Author: Wolfgang Denk <wd@denx.de>
39385 Date: Sat Nov 3 23:09:27 2007 +0100
39386
39387 Cleanup coding style; update CHANGELOG
39388
39389 Signed-off-by: Wolfgang Denk <wd@denx.de>
39390
39391 commit e881cb563e32f45832b7b6db77bdcd017adcbb41
39392 Author: Bruce Adler <bruce.adler@ccpu.com>
39393 Date: Fri Nov 2 13:15:42 2007 -0700
39394
39395 fix wording in README
39396
39397 Changed the wording to properly describe the shadowing
39398 of the environment from ROM to RAM
39399
39400 Signed-off-by: Bruce Adler <bruce.adler@acm.org>
39401
39402 commit ad845beef06245426c57b53dcdc01b7dc70e0d45
39403 Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
39404 Date: Wed Oct 31 02:18:15 2007 +0900
39405
39406 blackfin: Move `-D__BLACKFIN__' to $(ARCH)_config.mk
39407
39408 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
39409
39410 commit ec22755799466c8a103664bb3a5e647bf9c238f4
39411 Author: Vlad Lungu <vlad@comsys.ro>
39412 Date: Thu Oct 25 16:08:14 2007 +0300
39413
39414 Trimmed some variables in ne2000.c
39415
39416 Signed-off-by: Vlad Lungu <vlad@comsys.ro>
39417
39418 commit eb6f214d3644b2a77968c176ed36dcf858cfe7e0
39419 Author: Zhang Wei <wei.zhang@freescale.com>
39420 Date: Thu Oct 25 17:51:27 2007 +0800
39421
39422 Fix the issue of usb_kbd driver missing the scan code of key 'z'.
39423
39424 The scan code of the key 'z' is 0x1d, which should be handled.
39425
39426 The change has be tested on NOVATEK USB keyboard and ULI PCI OHCI
39427 controller.
39428
39429 Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
39430
39431 commit bbf4796f6498fbade56d56eff3a0a49b299d93e5
39432 Author: Zhang Wei <wei.zhang@freescale.com>
39433 Date: Thu Oct 25 17:30:04 2007 +0800
39434
39435 Fix USB support issue for MPC8641HPCN board.
39436
39437 The configuration file has already enabled USB, but it
39438 missed definition of CFG_OHCI_SWAP_REG_ACCESS, the USB
39439 on MPC8641HPCN can not work because of the wrong USB
39440 register endian.
39441
39442 And add the USB command to U-Boot commands list.
39443
39444 Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
39445
39446 commit 4e62041023dc3de9d98d977bb080235bc6d035e0
39447 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39448 Date: Wed Oct 24 18:16:01 2007 +0200
39449
39450 Use config_cmd_default.h instead of config_cmd_all.h
39451
39452 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
39453
39454 commit 56622f87857439b1c221e9deef11a9d5bb5d4308
39455 Author: Marian Balakowicz <m8@semihalf.com>
39456 Date: Wed Oct 24 01:37:36 2007 +0200
39457
39458 TQM5200: Call usb_cpu_init() during board init
39459
39460 usb_cpu_init() configures GPS USB pins, clocks, etc. and
39461 is required for proper operation of kernel USB subsystem.
39462 This setup was previously done in the kernel by the fixup
39463 code which is being removed, thus low level init must be
39464 done by U-boot now.
39465
39466 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
39467
39468 commit 29c29c0267fe857e72014ce90c5d35b2ef6302bd
39469 Author: Guennadi Liakhovetski <lg@denx.de>
39470 Date: Tue Oct 23 16:25:50 2007 +0200
39471
39472 Fix typo in nfs.c
39473
39474 An obvious typo. Originally fixed in linkstation u-boot port.
39475
39476 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
39477
39478 commit 59543fe00a4ce720ef9f5aa7fb387c6daf1c7d78
39479 Author: Guennadi Liakhovetski <lg@denx.de>
39480 Date: Tue Oct 23 14:35:05 2007 +0200
39481
39482 Fix a typo in cpu/mpc824x/interrupts.c
39483
39484 Since December 2003 the timer_interrupt_cpu() function in
39485 cpu/mpc824x/interrupts.c contains what seems to be a superfluous
39486 parameter. Remove it.
39487
39488 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
39489
39490 commit c9e7b9b9a1700fe009678d1f9b41e6364ac5df2d
39491 Author: Sergej Stepanov <Sergej.Stepanov@ids.de>
39492 Date: Wed Oct 17 11:13:51 2007 +0200
39493
39494 add ft_cpu_setup(..) on mpc8260
39495
39496 Add ft_cpu_setup(..)-function to adapt it for use with libfdt
39497 based on code from mpc5xxx
39498
39499 Sigend-off-by: Sergej Stepanov <Sergej.Stepanov@ids.de>
39500 --
39501
39502 commit 6abd82e19ae93c0b4d104e50165e235915ec0875
39503 Author: Sergej Stepanov <Sergej.Stepanov@ids.de>
39504 Date: Wed Oct 17 11:18:42 2007 +0200
39505
39506 changes for IDS8247 board support
39507
39508 To get the IDS8247 board working following are done:
39509 - FCC2 is deactivated
39510 - FCC1 is activated
39511 - I2C is activated
39512 - CFI driver is activated
39513 - Adapted for use with LIBFDT
39514
39515 Signed-off-by: Sergej Stepanov <Sergej.Stepanov@ids.de>
39516 --
39517
39518 commit 3d6cb3b24add6415f86a0f013ea40f5639b90047
39519 Author: Stefan Roese <sr@denx.de>
39520 Date: Sat Nov 3 12:08:28 2007 +0100
39521
39522 ppc4xx: Add AMCC Kilauea/Haleakala NAND booting support
39523
39524 This patch adds NAND booting support for the AMCC 405EX(r) eval boards.
39525 Again, only one image supports both targets.
39526
39527 Signed-off-by: Stefan Roese <sr@denx.de>
39528
39529 commit 8b6684a698500be9c142ec2c9f46cfc348e17f0c
39530 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
39531 Date: Wed Oct 24 15:48:37 2007 +0200
39532
39533 ATSTK1002: Remove default ethernet addresses
39534
39535 Wolfgang is right: It's not a good idea to set up default initial
39536 ethernet addresses for a board, even though they belong to the local
39537 range.
39538
39539 This will change the failure mode from "IT manager screams at you for
39540 using duplicate ethernet addresses" to a nice error message explaining
39541 that the ethernet address hasn't been set properly.
39542
39543 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
39544
39545 commit e5c794e491a57d829b6d8733e2ed8368a2269abf
39546 Author: Justin Flammia <jflammia@savantav.com>
39547 Date: Mon Oct 29 17:40:35 2007 -0400
39548
39549 DHCP Client Fix
39550
39551 This is a multi-part message in MIME format.
39552
39553 commit e6e505eae94ed721e123e177489291fc4544b7b8
39554 Author: Justin Flammia <jflammia@savantav.com>
39555 Date: Mon Oct 29 17:19:03 2007 -0400
39556
39557 Found a bug in the way the DHCP Request packet is built, where the IP address
39558 that is offered by the server is bound to prematurely. This patch is a fix of
39559 that bug where the IP address offered by the DHCP server is not used until
39560 after the DHCP ACK from the server is received.
39561
39562 Signed-off-by: Justin Flammia <jflammia@savantav.com>
39563 Signed-off-by: Ben Warren <bwarren@qstreams.com>
39564
39565 commit 5d96d40d3f36da33348e68f9ea993f383e11f997
39566 Author: Stefan Roese <sr@denx.de>
39567 Date: Wed Oct 31 20:58:34 2007 +0100
39568
39569 ppc4xx: Fix acadia_nand build problem
39570
39571 Since the cache handling functions were moved from start.S into cache.S
39572 the acadia NAND booting Makfile needs to be adapted accordingly.
39573
39574 Signed-off-by: Stefan Roese <sr@denx.de>
39575
39576 commit ea2e142843533ca593fcb5cb3e1daf1b7f5e5949
39577 Author: Stefan Roese <sr@denx.de>
39578 Date: Wed Oct 31 20:57:11 2007 +0100
39579
39580 ppc4xx: Add CONFIG_4xx_DCACHE compile options to enable cached SDRAM
39581
39582 This patch adds the CONFIG_4xx_DCACHE options to some SDRAM init files
39583 and to the Sequoia TLB init code. Now the cache can be enabled on 44x
39584 boards by defining CONFIG_4xx_DCACHE in the board config file. This
39585 option will disappear, when more boards use is successfully and no
39586 more known problems exist.
39587
39588 This is tested successfully on Sequoia and Katmai. The only problem that
39589 needs to be fixed is, that USB is not working on Sequoia right now, since
39590 it will need some cache handling code too, similar to the 4xx EMAC driver.
39591
39592 Signed-off-by: Stefan Roese <sr@denx.de>
39593
39594 commit 3db93b8bedd32e914b38976141b3fdf4ea3ff738
39595 Author: Stefan Roese <sr@denx.de>
39596 Date: Wed Oct 31 20:51:10 2007 +0100
39597
39598 ppc4xx: Enable CPU POST test for 4xx with dcache enabled
39599
39600 Now with caches enabled (i- and d-cache) on 44x, we need a chance to
39601 disable the cache for the CPU POST tests, since these tests consist
39602 of self modifying code. This is done via the new change_tlb() function.
39603
39604 Signed-off-by: Stefan Roese <sr@denx.de>
39605
39606 commit f71b2888b4b3c870909a0341427b2a914246f81f
39607 Author: Stefan Roese <sr@denx.de>
39608 Date: Wed Oct 31 20:47:26 2007 +0100
39609
39610 ppc4xx: Change 4xx POST ethernet test to handle cached memory too
39611
39612 This patch enables the 4xx EMAC POST driver to work too, when dcache is
39613 enabled.
39614
39615 Signed-off-by: Stefan Roese <sr@denx.de>
39616
39617 commit a2685904061b35a17583d65fe47cdc2686a69eaa
39618 Author: Stefan Roese <sr@denx.de>
39619 Date: Wed Oct 31 20:45:53 2007 +0100
39620
39621 ppc4xx: Remove temporary TLB entry in POST cache test only for 440
39622
39623 Signed-off-by: Stefan Roese <sr@denx.de>
39624
39625 commit ff768cb168d8157c24a25016dbfbeb465e47f420
39626 Author: Stefan Roese <sr@denx.de>
39627 Date: Wed Oct 31 18:01:24 2007 +0100
39628
39629 ppc4xx: Change 4xx ethernet driver to handle cached memory too
39630
39631 This patch enables the 4xx EMAC driver to work too, when dcache is
39632 enabled.
39633
39634 Signed-off-by: Stefan Roese <sr@denx.de>
39635
39636 commit 483e09a223c666269ef81d3573a6591b1046b0ef
39637 Author: Stefan Roese <sr@denx.de>
39638 Date: Wed Oct 31 17:59:22 2007 +0100
39639
39640 ppc4xx: Add change_tlb function to modify I attribute of TLB(s)
39641
39642 This function is used to either turn cache on or off in a specific
39643 memory area.
39644
39645 Signed-off-by: Stefan Roese <sr@denx.de>
39646
39647 commit d25dfe08fbd1220cb994e7e6b105049aa9aa8e79
39648 Author: Stefan Roese <sr@denx.de>
39649 Date: Wed Oct 31 17:57:52 2007 +0100
39650
39651 ppc4xx: Remove cache definition from 4xx board config files
39652
39653 All 4xx board config files don't need the cache definitions anymore.
39654 These are now defined in common headers.
39655
39656 Signed-off-by: Stefan Roese <sr@denx.de>
39657
39658 commit 9b94ac61d2176185c30adf0793e079ec30e68687
39659 Author: Stefan Roese <sr@denx.de>
39660 Date: Wed Oct 31 17:55:58 2007 +0100
39661
39662 ppc4xx: Rework 4xx cache support
39663
39664 New cache handling functions added and all existing functions
39665 moved from start.S into seperate cache.S.
39666
39667 Signed-off-by: Stefan Roese <sr@denx.de>
39668
39669 commit 06713773da4ac3d390c63d82641eb553224b27c2
39670 Author: Stefan Roese <sr@denx.de>
39671 Date: Tue Oct 23 18:03:12 2007 +0200
39672
39673 ppc4xx: Remove compiler warning from previous commit
39674
39675 Signed-off-by: Stefan Roese <sr@denx.de>
39676
39677 commit 6fa397df67c0f269e4528bf181a6e8c88f9723f9
39678 Author: Stefan Roese <sr@denx.de>
39679 Date: Tue Oct 23 14:40:30 2007 +0200
39680
39681 ppc4xx: Remove temporary TLB entry in POST cache test
39682
39683 Signed-off-by: Stefan Roese <sr@denx.de>
39684
39685 commit 1338e6a81834099ba19733b69aafd8ef5f098094
39686 Author: Stefan Roese <sr@denx.de>
39687 Date: Tue Oct 23 14:05:08 2007 +0200
39688
39689 ppc4xx: Change autonegotiation timeout from 4 to 5 seconds
39690
39691 I lately noticed, that newer 4xx board with GBit support sometimes don't
39692 finish link autonegotiation in 4 seconds. Changing this timeout to 5
39693 seconds seems fine here.
39694
39695 Signed-off-by: Stefan Roese <sr@denx.de>
39696
39697 commit 2d83476a4c1c9911d158a3f8a4312d354bc1bdb7
39698 Author: Stefan Roese <sr@denx.de>
39699 Date: Tue Oct 23 14:03:17 2007 +0200
39700
39701 ppc4xx: Change 4xx_enet & miiphy to use out_be32() and friends
39702
39703 This patch changes all in32/out32 calls to use the recommended in_be32/
39704 out_be32 macros instead.
39705
39706 Signed-off-by: Stefan Roese <sr@denx.de>
39707
39708 commit 7d47cee2cc57f907380f2c06f5b6c683d03e423a
39709 Author: Stefan Roese <sr@denx.de>
39710 Date: Thu Oct 25 12:24:59 2007 +0200
39711
39712 ppc4xx: Fix POST ethernet test for Haleakala
39713
39714 The POST ethernet test needed to be changed to dynamically determine
39715 the count of ethernet devices. This code is cloned from the 4xx
39716 ethernet driver.
39717
39718 Signed-off-by: Stefan Roese <sr@denx.de>
39719
39720 commit f10493c6d77a1e07a6c2ff4d772937a5e7359d6a
39721 Author: Stefan Roese <sr@denx.de>
39722 Date: Tue Oct 23 11:31:05 2007 +0200
39723
39724 ppc4xx: Correct UART input clock calculation and passing to fdt
39725
39726 We now use a value in the gd (global data) structure for the UART input
39727 frequency, since the PPC4xx_SYS_INFO struct is always rewritten completely
39728 in get_sys_info().
39729
39730 Signed-off-by: Stefan Roese <sr@denx.de>
39731
39732 commit 353f2688b4e0fc7b969bc70a02be4b40bf0dd124
39733 Author: Stefan Roese <sr@denx.de>
39734 Date: Tue Oct 23 10:10:08 2007 +0200
39735
39736 ppc4xx: Add initial AMCC Haleakala PPC405EXr eval board support
39737
39738 The Haleakala is nearly identical with the Kilauea eval board. The only
39739 difference is that the 405EXr only supports one EMAC and one PCIe
39740 interface. This patch adds support for the Haleakala board by using
39741 the identical image for Kilauea and Haleakala. The distinction is done
39742 by comparing the PVR.
39743
39744 Signed-off-by: Stefan Roese <sr@denx.de>
39745
39746 commit 9f798766aa85e62eb8fa8c721e148df609b78137
39747 Author: Eugene O'Brien <eugene.obrien@advantechamt.com>
39748 Date: Tue Oct 23 08:29:10 2007 +0200
39749
39750 ppc4xx: Fixed offset of refresh rate type for Bamboo on-board DDR SDRAM
39751
39752 This patch also adds a note to the fixed DDR setup for Bamboo NAND booting:
39753
39754 Note:
39755 As found out by Eugene O'Brien <eugene.obrien@advantechamt.com>, the fixed
39756 DDR setup has problems (U-Boot crashes randomly upon TFTP), when the DIMM
39757 modules are still plugged in. So it is recommended to remove the DIMM
39758 modules while using the NAND booting code with the fixed SDRAM setup!
39759
39760 Signed-off-by: Eugene O'Brien <eugene.obrien@advantechamt.com>
39761 Signed-off-by: Stefan Roese <sr@denx.de>
39762
39763 commit afe9fa59cb63b4f9d16bf01c93eb212f25a38c2a
39764 Author: Stefan Roese <sr@denx.de>
39765 Date: Mon Oct 22 16:24:44 2007 +0200
39766
39767 ppc4xx: Add SNTP support to AMCC Katmai, Kilauea & Makalu boards
39768
39769 Signed-off-by: Stefan Roese <sr@denx.de>
39770
39771 commit 3248f63ad89cb031491edb7016587fe6e9a238b9
39772 Author: Stefan Roese <sr@denx.de>
39773 Date: Mon Oct 22 16:22:40 2007 +0200
39774
39775 ppc4xx: Rework of 4xx serial driver (4)
39776
39777 Change 4xx_uart.c:
39778
39779 - Use in_8/out_8 macros instead of in8/out8
39780 - No need for UART_BASE marco anymore, now really handled via function
39781 parameter
39782 - serial_init_common() introduced
39783 - Further coding style cleanup
39784
39785 Signed-off-by: Stefan Roese <sr@denx.de>
39786
39787 commit e61cb8163a66b8a135696ae232e2bead1ce0a049
39788 Author: Stefan Roese <sr@denx.de>
39789 Date: Mon Oct 22 15:45:49 2007 +0200
39790
39791 ppc4xx: Rework of 4xx serial driver (3)
39792
39793 Change all linker scripts to reference the changed driver name iop480_uart.o.
39794
39795 Signed-off-by: Stefan Roese <sr@denx.de>
39796
39797 commit 882ae41274921f9016131806bdeb27e19606f47a
39798 Author: Stefan Roese <sr@denx.de>
39799 Date: Mon Oct 22 15:44:39 2007 +0200
39800
39801 ppc4xx: Rework of 4xx serial driver (2)
39802
39803 Change all linker scripts to reference the changed driver name 4xx_uart.o.
39804
39805 Note: In most cased all these explicit referencing of these object files
39806 in the linker scripts is not neccessary. Only for manually embedded
39807 environment into the U-Boot image, which is not done is most cases.
39808
39809 Signed-off-by: Stefan Roese <sr@denx.de>
39810
39811 commit ad31e40bed042cb670d0036fea96435007afb838
39812 Author: Stefan Roese <sr@denx.de>
39813 Date: Mon Oct 22 15:09:59 2007 +0200
39814
39815 ppc4xx: Rework of 4xx serial driver (1)
39816
39817 This patch starts the rework of the PPC4xx serial driver. First we split
39818 the file into two seperate files, one 4xx_uart.c with the 405/440 UART
39819 handling code and the other one iop480_uart.c with the UART code for the
39820 PLX-Tech IOP480 PPC (PPC403 based).
39821
39822 Signed-off-by: Stefan Roese <sr@denx.de>
39823
39824 commit 764e7417ee5f6e25b1715720e7d7dd3487109385
39825 Author: Stefan Roese <sr@denx.de>
39826 Date: Mon Oct 22 10:30:38 2007 +0200
39827
39828 ppc4xx: Correct UART input clock calculation and passing to fdt
39829
39830 Signed-off-by: Stefan Roese <sr@denx.de>
39831
39832 commit 211ea91ac6c225bec7e668a03d0ba7d7310679fa
39833 Author: Stefan Roese <sr@denx.de>
39834 Date: Mon Oct 22 07:34:34 2007 +0200
39835
39836 ppc4xx: Add initial AMCC Makalu 405EX support
39837
39838 Signed-off-by: Stefan Roese <sr@denx.de>
39839
39840 commit fa8aea20456e6f1dba43f46bcc72024dd9499998
39841 Author: Stefan Roese <sr@denx.de>
39842 Date: Mon Oct 22 07:33:52 2007 +0200
39843
39844 ppc4xx: Add freqUART to CPU speed detection
39845
39846 This value is needed later for the device tree configuration of
39847 the uart clock.
39848
39849 Signed-off-by: Stefan Roese <sr@denx.de>
39850
39851 commit 837c730b4d7c6b1ddf3d1e247cb4445005d9bf0d
39852 Author: Stefan Roese <sr@denx.de>
39853 Date: Sun Oct 21 14:26:29 2007 +0200
39854
39855 ppc: Small Kilauea cleanup of config file
39856
39857 Signed-off-by: Stefan Roese <sr@denx.de>
39858
39859 commit 758c037aeead34b49631b8da3a90b1bba14c0410
39860 Author: Stefan Roese <sr@denx.de>
39861 Date: Sun Oct 21 08:16:12 2007 +0200
39862
39863 rtc: Add Xicor/Intersil X1205 RTC support
39864
39865 This patch adds support for the Xicor/Intersil X1205 RTC used on the
39866 AMCC Makalu eval board. This driver is basically cloned from the Linux
39867 driver version (2.6.23).
39868
39869 This patch also introduces the Linux bcd.h header for the BCD2BIN/
39870 BIN2BCD conversions. In the future some of the other U-Boot RTC driver
39871 should be converted to also use this header instead of implementing
39872 their own local copy of these functions/macros.
39873
39874 Signed-off-by: Stefan Roese <sr@denx.de>
39875
39876 commit 087dfdb79b5fd1ab99a26990c62a732c01a8c7f6
39877 Author: Stefan Roese <sr@denx.de>
39878 Date: Sun Oct 21 08:12:41 2007 +0200
39879
39880 ppc4xx: Consolidate some of the 405 and 440 macros/structs into 4xx
39881
39882 This patch moves some common 4xx macros and the PPC405_SYS_INFO/
39883 PPC440_SYS_INFO structure into the common ppc4xx.h header.
39884
39885 Lot's of other macros are good candidates to be consolidated this way
39886 in the future.
39887
39888 Signed-off-by: Stefan Roese <sr@denx.de>
39889
39890 commit 770c7af5800f598d22730d1f4b70f16c9b33512e
39891 Author: Stefan Roese <sr@denx.de>
39892 Date: Sun Oct 21 08:05:18 2007 +0200
39893
39894 ppc4xx: Fix size setup in Kilauea DDR2 init routine
39895
39896 The size was initilized wrong. Instead of 256MB, the DDR2 controller
39897 was setup to 512MB. Now the correct values is used.
39898
39899 This patch also does a little cleanup and adds a comment here.
39900
39901 Signed-off-by: Stefan Roese <sr@denx.de>
39902
39903 commit f6ba9b56607d4b27550301c7c7f6b55b654fd62a
39904 Author: Eugene O'Brien <eugene.obrien@advantechamt.com>
39905 Date: Thu Oct 18 17:29:04 2007 +0200
39906
39907 ppc4xx: Define CONFIG_BOOKE for all PPC440 based processors
39908
39909 CONFIG_BOOKE must be defined for PPC440 processors so that the proper SPR
39910 number is used to access system registers.
39911
39912 Signed-off-by: Eugene O'Brien <eugene.obrien@advantechamt.com>
39913 Signed-off-by: Stefan Roese <sr@denx.de>
39914
39915 commit c36c68160333ac5fe41ec3db12a728b7075b3912
39916 Author: Stefan Roese <sr@denx.de>
39917 Date: Thu Oct 18 07:42:27 2007 +0200
39918
39919 ppc4xx: Change inbound PCIe location for endpoint tests on Katmai
39920
39921 On Yucca & Katmai, the inbound memory map pointed to 0x4.0000.0000, which
39922 is the internal SRAM. Since I now ported and tested this endpoint mode
39923 on Kilauea successfully to map to 0 (SDRAM), I also changed this for
39924 Katmai.
39925
39926 Yucca will stay at internal SRAM for now. Not sure if somebody relies on
39927 this setup.
39928
39929 Signed-off-by: Stefan Roese <sr@denx.de>
39930
39931 commit 5cb4af4791f61843432155142b6cfac901f66c10
39932 Author: Stefan Roese <sr@denx.de>
39933 Date: Thu Oct 18 07:39:38 2007 +0200
39934
39935 ppc4xx: Add PCIe endpoint support on Kilauea (405EX)
39936
39937 This patch adds endpoint support for the AMCC Kilauea eval board. It can
39938 be tested by connecting a reworked PCIe cable (only 1x lane singles
39939 connected) to another root-complex.
39940
39941 In this test setup, a 64MB inbound window is configured at BAR0 which maps
39942 to 0 on the PLB side. So accessing this BAR0 from the root-complex will
39943 access the first 64MB of the SDRAM on the PPC side.
39944
39945 Signed-off-by: Stefan Roese <sr@denx.de>
39946
39947 commit d4cb2d17946466740afeb195a57d6cb290bf4cc0
39948 Author: Stefan Roese <sr@denx.de>
39949 Date: Sat Oct 13 16:43:23 2007 +0200
39950
39951 ppc4xx: Dynamic configuration of 4xx PCIe mode as root or endpoint mode
39952
39953 This patch adds support for dynamic configuration of PCIe ports for the
39954 AMCC PPC4xx boards equipped with PCIe interfaces. These are the PPC440SPe
39955 boards Yucca & Katmai and the 405EX board Kilauea.
39956
39957 This dynamic configuration is done via the "pcie_mode" environement
39958 variable. This variable can be set to "EP" or "RP" for endpoint or
39959 rootpoint mode. Multiple values can be joined via the ":" delimiter.
39960 Here an example:
39961
39962 pcie_mode=RP:EP:EP
39963
39964 This way, PCIe port 0 will be configured as rootpoint, PCIe port 1 and 2
39965 as endpoint.
39966
39967 Per default Yucca will be configured as:
39968 pcie_mode=RP:EP:EP
39969
39970 Per default Katmai will be configured as:
39971 pcie_mode=RP:RP:REP
39972
39973 Per default Kilauea will be configured as:
39974 pcie_mode=RP:RP
39975
39976 Signed-off-by: Tirumala R Marri <tmarri@amcc.com>
39977 Signed-off-by: Stefan Roese <sr@denx.de>
39978
39979 commit fd671802b67a0ef37a06124fa2ce85f00aa22c6f
39980 Author: Stefan Roese <sr@denx.de>
39981 Date: Thu Oct 11 11:15:59 2007 +0200
39982
39983 ppc4xx: Enable device tree support (fdt) on Kilauea per default
39984
39985 This patch enables the fdt support on the AMCC Kilauea eval board.
39986 Additionally now EBC ranges fdt fixup is included to support NOR
39987 FLASH mapping via the Linux physmap_of driver.
39988
39989 This Kilauea port now support booting arch/ppc and arch/powerpc
39990 Linux kernels. The default environment "net_nfs" is for arch/ppc
39991 and "net_nfs_fdt" is for arch/powerpc. In the long run, arch/ppc
39992 support will be removed.
39993
39994 Signed-off-by: Stefan Roese <sr@denx.de>
39995
39996 commit 4994ffd890b9d95d807387a9b7bd8a4803ee406e
39997 Author: Stefan Roese <sr@denx.de>
39998 Date: Thu Oct 11 11:11:45 2007 +0200
39999
40000 ppc4xx: Add additional debug info to 4xx fdt support
40001
40002 Signed-off-by: Stefan Roese <sr@denx.de>
40003
40004 commit db3232ddb058d0ed0bc31f7c5c296748a1afac67
40005 Author: Stefan Roese <sr@denx.de>
40006 Date: Fri Oct 5 21:28:58 2007 +0200
40007
40008 ppc4xx: Fix small merge problems with CPCI440 and Acadia boards
40009
40010 Signed-off-by: Stefan Roese <sr@denx.de>
40011
40012 commit 1941cce71b1ae975602854045061e82f94ecd012
40013 Author: Stefan Roese <sr@denx.de>
40014 Date: Fri Oct 5 17:35:10 2007 +0200
40015
40016 ppc4xx: Fix small merge problem in 4xx_enet.c
40017
40018 Signed-off-by: Stefan Roese <sr@denx.de>
40019
40020 commit 566806ca1a1bf4d895daaf0b2ba5494abbffebaf
40021 Author: Stefan Roese <sr@denx.de>
40022 Date: Fri Oct 5 17:11:30 2007 +0200
40023
40024 ppc4xx: Add initial AMCC Kilauea 405EX support
40025
40026 Signed-off-by: Stefan Roese <sr@denx.de>
40027
40028 commit dbbd125721aea6645fdb962f36bd41f59e272f9d
40029 Author: Stefan Roese <sr@denx.de>
40030 Date: Fri Oct 5 17:10:59 2007 +0200
40031
40032 ppc4xx: Add PPC405EX support
40033
40034 Signed-off-by: Stefan Roese <sr@denx.de>
40035
40036 commit 1d7b874e9c9a7c66f5d8da9ec78a3733765d3e31
40037 Author: Stefan Roese <sr@denx.de>
40038 Date: Fri Oct 5 17:09:36 2007 +0200
40039
40040 ppc4xx: Cleanup of 4xx PCI and PCIe support (renaming)
40041
40042 Signed-off-by: Stefan Roese <sr@denx.de>
40043
40044 commit 4f14ed6230b9c109aac9a6fb878497dabd44c2db
40045 Author: Stefan Roese <sr@denx.de>
40046 Date: Fri Oct 5 17:07:50 2007 +0200
40047
40048 ppc4xx: Add initial fdt support to 4xx (first needed on 405EX)
40049
40050 Signed-off-by: Stefan Roese <sr@denx.de>
40051
40052 commit a424a8bb2924b90724b944165d3141f1fa8dfe5b
40053 Author: Stefan Roese <sr@denx.de>
40054 Date: Fri Oct 5 17:04:57 2007 +0200
40055
40056 POST: Add 405EX support to 4xx UART POST test
40057
40058 Signed-off-by: Stefan Roese <sr@denx.de>
40059
40060 commit 4f2e92c11f6e2392fc8187829211a5ca7f0c1e12
40061 Author: Stefan Roese <sr@denx.de>
40062 Date: Fri Oct 5 15:10:02 2007 +0200
40063
40064 DTT: Prepare DS1775 driver for use of different I2C addresses
40065
40066 Signed-off-by: Stefan Roese <sr@denx.de>
40067
40068 commit 19e93b1e16d267220440d827b920fbad8abfa70f
40069 Author: Stefan Roese <sr@denx.de>
40070 Date: Fri Oct 5 14:23:43 2007 +0200
40071
40072 ppc4xx: 4xx_pcie: Change PCIe status output to match common style
40073
40074 Signed-off-by: Stefan Roese <sr@denx.de>
40075
40076 commit ff68f66bcb0da847845aa2fac11eba6c25938c99
40077 Author: Stefan Roese <sr@denx.de>
40078 Date: Fri Oct 5 09:22:33 2007 +0200
40079
40080 ppc4xx: 4xx_pcie: Disable debug output as default
40081
40082 Signed-off-by: Stefan Roese <sr@denx.de>
40083
40084 commit 97923770cb52b64d69eec958a11b2eda8d46e0f7
40085 Author: Stefan Roese <sr@denx.de>
40086 Date: Fri Oct 5 09:18:23 2007 +0200
40087
40088 ppc4xx: 4xx_pcie: More general cleanup and 405EX PCIe support added
40089
40090 Signed-off-by: Stefan Roese <sr@denx.de>
40091
40092 commit 4dbee8a90df613eb517aadbecebd70f168913d30
40093 Author: Stefan Roese <sr@denx.de>
40094 Date: Fri Oct 5 07:57:20 2007 +0200
40095
40096 ppc4xx: 4xx_pcie: Change CFG_PCIE_MEMSIZE to 128MB on Yucca & Katmai
40097
40098 128MB seems to be the smallest possible value for the memory size
40099 for on PCIe port. With this change now the BAR's of the PCIe cards
40100 are accessible under U-Boot.
40101
40102 One big note: This only works for PCIe port 0 & 1. For port 2 this
40103 currently doesn't work, since the base address is now 0xc0000000
40104 (0xb0000000 + 2 * 0x08000000), and this is already occupied by
40105 CFG_PCIE0_CFGBASE. But solving this issue for port 2 would mean
40106 to change the base addresses completely and this change would have
40107 too much impact right now.
40108
40109 This patch adds debug output to the 4xx pcie driver too.
40110
40111 Signed-off-by: Stefan Roese <sr@denx.de>
40112
40113 commit 6d95289281ed2958ebf76d2b55f86bbd88591fd2
40114 Author: Stefan Roese <sr@denx.de>
40115 Date: Wed Oct 3 21:16:32 2007 +0200
40116
40117 ppc4xx: 4xx_pcie: Fix problem with SDRN access using port number as idx
40118
40119 Signed-off-by: Stefan Roese <sr@denx.de>
40120
40121 commit 3048bcbf0bad262378c5af68f2bf6778fb7d829a
40122 Author: Stefan Roese <sr@denx.de>
40123 Date: Wed Oct 3 15:01:02 2007 +0200
40124
40125 ppc4xx: Rename 405gp_pci to 4xx_pci since its used on all 4xx platforms
40126
40127 These files were introduced with the IBM 405GP but are currently used on all
40128 4xx PPC platforms. So the name doesn't match the content anymore. This patch
40129 renames the files to 4xx_pci.c/h.
40130
40131 Signed-off-by: Stefan Roese <sr@denx.de>
40132
40133 commit 94276eb0a7a35b9e8c053d589ae225b0f017a237
40134 Author: Stefan Roese <sr@denx.de>
40135 Date: Wed Oct 3 14:14:58 2007 +0200
40136
40137 ppc4xx: Add a comment for 405EX PCIe endpoint configuration
40138
40139 Signed-off-by: Stefan Roese <sr@denx.de>
40140
40141 commit 03d344bb6a5f082ea10ec9d753558ea7dfd1c626
40142 Author: Stefan Roese <sr@denx.de>
40143 Date: Wed Oct 3 10:38:09 2007 +0200
40144
40145 ppc4xx: Make 440SPe PCIe code more generic to use on different 4xx PPCs (3)
40146
40147 (3) This patch introduces macros like SDRN_PESDR_DLPSET(port) to access
40148 the SDR registers of the PCIe ports. This makes the overall design
40149 clearer, since it removed a lot of switch statements which are not
40150 needed anymore.
40151
40152 Also, the functions ppc4xx_init_pcie_rootport() and
40153 ppc4xx_init_pcie_entport() are merged into a single function
40154 ppc4xx_init_pcie_port(), since most of the code was duplicated.
40155 This makes maintainance and porting to other 4xx platforms
40156 easier.
40157
40158 Signed-off-by: Stefan Roese <sr@denx.de>
40159
40160 commit 026f71106871f31d17d0ea0db9a7547ff92934bc
40161 Author: Stefan Roese <sr@denx.de>
40162 Date: Wed Oct 3 07:48:09 2007 +0200
40163
40164 ppc4xx: Make 440SPe PCIe code more generic to use on different 4xx PPCs (2)
40165
40166 This patch is the first patch of a series to make the 440SPe PCIe code
40167 usable on different 4xx PPC platforms. In preperation for the new 405EX
40168 which is also equipped with PCIe interfaces.
40169
40170 (2) This patch renames the functions from 440spe_ to 4xx_ with a
40171 little additional cleanup
40172
40173 Signed-off-by: Stefan Roese <sr@denx.de>
40174
40175 commit c7c6da23028f146d912514b95aefa3da7cf37699
40176 Author: Stefan Roese <sr@denx.de>
40177 Date: Wed Oct 3 07:34:10 2007 +0200
40178
40179 ppc4xx: Make 440SPe PCIe code more generic to use on different 4xx PPCs (1)
40180
40181 This patch is the first patch of a series to make the 440SPe PCIe code
40182 usable on different 4xx PPC platforms. In preperation for the new 405EX
40183 which is also equipped with PCIe interfaces.
40184
40185 (1) This patch renames the files from 440spe_pcie to 4xx_pcie
40186
40187 Signed-off-by: Stefan Roese <sr@denx.de>
40188
40189 commit 245a362ad3c0c1b84fccc9fec7b623eb14f6e502
40190 Author: Marian Balakowicz <m8@semihalf.com>
40191 Date: Wed Oct 24 01:37:36 2007 +0200
40192
40193 TQM5200: Call usb_cpu_init() during board init
40194
40195 usb_cpu_init() configures GPS USB pins, clocks, etc. and
40196 is required for proper operation of kernel USB subsystem.
40197 This setup was previously done in the kernel by the fixup
40198 code which is being removed, thus low level init must be
40199 done by U-boot now.
40200
40201 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
40202 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
40203
40204 commit b5af773f8d92677e06f3295b45557c9d0a487c24
40205 Author: Zhang Wei <wei.zhang@freescale.com>
40206 Date: Thu Oct 25 17:51:27 2007 +0800
40207
40208 Fix the issue of usb_kbd driver missing the scan code of key 'z'.
40209
40210 The scan code of the key 'z' is 0x1d, which should be handled.
40211
40212 The change has be tested on NOVATEK USB keyboard and ULI PCI OHCI
40213 controller.
40214
40215 Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
40216 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
40217
40218 commit 85ac988e86f9414fa645b0148dc66c3520a1eb84
40219 Author: Rodolfo Giometti <giometti@enneenne.com>
40220 Date: Mon Oct 15 11:59:17 2007 +0200
40221
40222 PXA USB OHCI: "usb stop" implementation.
40223
40224 Some USB keys need to be switched off before loading the kernel
40225 otherwise they can remain in an undefined status which prevents them
40226 to be correctly recognized by the kernel.
40227
40228 Signed-off-by: Rodolfo Giometti <giometti@linux.it>
40229 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
40230
40231 commit 31548249decf18a6b877a18436b6139dd483fe4a
40232 Author: Justin Flammia <jflammia@savantav.com>
40233 Date: Mon Oct 29 17:40:35 2007 -0400
40234
40235 DHCP Client Fix
40236
40237 This is a multi-part message in MIME format.
40238
40239 commit e6e505eae94ed721e123e177489291fc4544b7b8
40240 Author: Justin Flammia <jflammia@savantav.com>
40241 Date: Mon Oct 29 17:19:03 2007 -0400
40242
40243 Found a bug in the way the DHCP Request packet is built, where the IP address
40244 that is offered by the server is bound to prematurely. This patch is a fix of
40245 that bug where the IP address offered by the DHCP server is not used until
40246 after the DHCP ACK from the server is received.
40247
40248 Signed-off-by: Justin Flammia <jflammia@savantav.com>
40249 Signed-off-by: Ben Warren <bwarren@qstreams.com>
40250
40251 commit e8ee8f3ade2a06c1893dd5e68f223070d650c7ed
40252 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40253 Date: Thu Oct 25 17:16:22 2007 -0500
40254
40255 ColdFire 54455: Fix correct boot location for atmel and intel
40256
40257 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40258
40259 commit 688e8eb414ac111cca7ce60bdf30e805ab9a7bcb
40260 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40261 Date: Thu Oct 25 17:14:00 2007 -0500
40262
40263 ColdFire: Fix build error when CONFIG_WATCHDOG is defined
40264
40265 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40266
40267 commit c67e12e705b204cfe914e3e3e693d69a445dcabf
40268 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40269 Date: Thu Oct 25 17:12:36 2007 -0500
40270
40271 ColdFire 5329: Assign correct SDRAM size and fix cache
40272
40273 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40274
40275 commit 95e9f2c212a65610b2e59a5c00d0113383a4da0b
40276 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40277 Date: Thu Oct 25 17:10:23 2007 -0500
40278
40279 ColdFire 5253: Assign correct SDRAM size
40280
40281 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40282
40283 commit 2acefa72ee0026f862ab65597ca687428f63a973
40284 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40285 Date: Thu Oct 25 17:09:17 2007 -0500
40286
40287 ColdFire 5282: Fix external flash boot and return dramsize
40288
40289 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40290
40291 commit d78791ae914d4e7c5edca1cdad73b3dc81a4eb82
40292 Author: Bartlomiej Sieka <tur@semihalf.com>
40293 Date: Thu Oct 25 17:20:01 2007 +0200
40294
40295 TQM5200: increase kernel_addr_r and fdt_addr_r (hinted by Wolfgang Denk).
40296
40297 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
40298
40299 commit 1a0ce20aa4cb4e3068da04e7290ee9986fd0b834
40300 Author: Martin Krause <martin.krause@tqs.de>
40301 Date: Wed Oct 24 08:42:25 2007 +0200
40302
40303 TQM5200: fix spurious characters on second serial interface
40304
40305 With this patch PSC3 is configured as UART. This is done, because if
40306 the pins of PSC3 are not configured at all (-> all pins are GPI),
40307 due to crosstalk, spurious characters may be send over the RX232_2_TXD
40308 signal line.
40309
40310 Signed-off-by: Martin Krause <martin.krause@tqs.de>
40311 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
40312
40313 commit be4a87f11e297a5cededbf7dd71c0248f3874acd
40314 Author: Martin Krause <martin.krause@tqs.de>
40315 Date: Wed Oct 24 08:41:27 2007 +0200
40316
40317 TQM5200S: fix commands for STK52xx base board because of missing SM501 grafic controller
40318
40319 Some commands for the STK52xx base board try to access the SM501 grafic
40320 controller. But the TQM5200S has no grafic controller (only the TQM5200
40321 and the TQM5200B have). This patch deactivates the commands accessing
40322 the SM501 for the TQM5200S.
40323
40324 Signed-off-by: Martin Krause <martin.krause@tqs.de>
40325 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
40326
40327 commit b31f64343ead9482cd439b1adbe4c34026a641b1
40328 Author: Martin Krause <martin.krause@tqs.de>
40329 Date: Mon Oct 22 16:45:53 2007 +0200
40330
40331 TQM5200: fix spurious characters on second serial interface
40332
40333 With this patch PSC3 is configured as UART. This is done, because if
40334 the pins of PSC3 are not configured at all (-> all pins are GPI),
40335 due to crosstalk, spurious characters may be send over the RX232_2_TXD
40336 signal line.
40337
40338 Signed-off-by: Martin Krause <martin.krause@tqs.de>
40339
40340 commit 0fc0f91b20ffa802f5a66534ca5c2844910583f6
40341 Author: Martin Krause <martin.krause@tqs.de>
40342 Date: Mon Oct 22 16:40:06 2007 +0200
40343
40344 TQM5200S: fix commands for STK52xx base board because of missing SM501 grafic controller
40345
40346 Some commands for the STK52xx base board try to access the SM501 grafic
40347 controller. But the TQM5200S has no grafic controller (only the TQM5200
40348 and the TQM5200B have). This patch deactivates the commands accessing
40349 the SM501 for the TQM5200S.
40350
40351 Signed-off-by: Martin Krause <martin.krause@tqs.de>
40352
40353 commit 7b0a42219f30277f71f4405cbaf8a269f6d2d227
40354 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40355 Date: Sun Oct 21 09:14:28 2007 +0200
40356
40357 Mips: Fix string functions differ prototype declaration
40358
40359 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40360
40361 commit cb8250fe4b3c4ed549b270e8a20bc22060e7e1d2
40362 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
40363 Date: Fri Oct 19 17:51:40 2007 -0500
40364
40365 fsl_pci_init enable COMMAND_MEMORY if inbound window
40366
40367 Patch 16e23c3f removed PCSRBAR allocation. But passing zero windows
40368 to pciauto_setup_device has the side effect of not getting
40369 COMMAND_MEMORY set.
40370
40371 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
40372
40373 commit e9d0d527992566ebef9826962ff1745b2f082b92
40374 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40375 Date: Fri Oct 19 10:55:24 2007 +0200
40376
40377 delta: Fix OHCI_REGS_BASE undeclared and wait_ms implicit declaration
40378
40379 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40380
40381 commit 9c4884f54da982ce990c7d1760ac81b0704d3c64
40382 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40383 Date: Fri Oct 19 08:10:15 2007 +0200
40384
40385 fix warning: no return statement in function returning non-void
40386
40387 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40388
40389 commit e78220f6e514206757acfe247297fc9a328a881f
40390 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40391 Date: Fri Oct 19 06:33:45 2007 +0200
40392
40393 xsengine: Fix no partition type specified, use DOS as default
40394
40395 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40396
40397 commit 10cdb8dbd67a818823ab9ec88b68fc348903db59
40398 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40399 Date: Fri Oct 19 00:24:59 2007 +0200
40400
40401 lubbock: Fix no partition type specified, use DOS as default
40402
40403 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40404
40405 commit 41b4d282d38fa7231c315c5f6cfff5bdd24e0191
40406 Author: Wolfgang Denk <wd@denx.de>
40407 Date: Tue Oct 23 16:50:03 2007 +0200
40408
40409 Coding style: keep lists sorted; update CHANGELOG
40410
40411 Signed-off-by: Wolfgang Denk <wd@denx.de>
40412
40413 commit 58b74b05c621e2835ecf4e2d3243042cf4186777
40414 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40415 Date: Fri Oct 19 00:09:05 2007 +0200
40416
40417 Fix missing drivers makefile entries ds1722.c mw_eeprom.c
40418
40419 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40420
40421 commit 96455bfebc9887837095c9051d216f53c61b5f10
40422 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40423 Date: Fri Oct 19 00:07:39 2007 +0200
40424
40425 Fix warning differ in signedness in board/innokom/innokom.c
40426
40427 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40428
40429 commit 2a4741d9a14ec475f50e9856d2c0a67e8b4271bd
40430 Author: Marcel Ziswiler <marcel@ziswiler.com>
40431 Date: Fri Oct 19 00:25:33 2007 +0200
40432
40433 fix pxa255_idp board
40434
40435 The pxa255_idp being an old unmaintained board showed several issues:
40436 1. CONFIG_INIT_CRITICAL was still defined.
40437 2. Neither CONFIG_MAC_PARTITION nor CONFIG_DOS_PARTITION was defined.
40438 3. Symbol flash_addr was undeclared.
40439 4. The boards lowlevel_init function was still called memsetup.
40440 5. The TEXT_BASE was still 0xa3000000 rather than 0xa3080000.
40441 6. Using -march=armv5 instead of -march=armv5te resulted in lots of
40442 'target CPU does not support interworking' warnings on recent compilers.
40443 7. The PXA's serial driver redefined FFUART, BTUART and STUART used as
40444 indexes rather than the register definitions from the pxa-regs header
40445 file. Renamed them to FFUART_INDEX, BTUART_INDEX and STUART_INDEX to
40446 avoid any ambiguities.
40447 8. There were several redefinition warnings concerning ICMR, OSMR3,
40448 OSCR, OWER, OIER, RCSR and CCCR in the PXA's assembly start file.
40449 9. The board configuration file was rather outdated.
40450 10. The part header file defined the vendor, product and revision arrays
40451 as unsigned chars instead of just chars in the block_dev_desc_t
40452 structure.
40453
40454 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
40455
40456 commit 298cd4cafe81ff8a6c87be8fbc440a20720d3ed6
40457 Author: Rune Torgersen <runet@innovsys.com>
40458 Date: Wed Oct 17 11:56:31 2007 -0500
40459
40460 Make MPC8266ADS command selection more robust
40461
40462 Fix MPC8266 command line definition so it won't break when new commands
40463 are added to u-boot.
40464 Signed-off-by Rune Torgersen <runet@innovsys.com>
40465
40466 commit d3afa1ee19345a31fd1eaad3e98b97d13ca47315
40467 Author: Bartlomiej Sieka <tur@semihalf.com>
40468 Date: Tue Oct 23 13:14:10 2007 +0200
40469
40470 Motion-PRO: Update configuration to accomodate next generation board.
40471
40472 New board has faster oscillator and a different Flash chip. This affects:
40473 - CFG_MPC5XXX_CLKIN
40474 - SDRAM timings
40475 - Flash CS configuration (timings)
40476 - Flash sector size, and thus MTD partition layout
40477 - malloc() arena size (due to bigger Flash sectors)
40478 - smaller memory test range (due to bigger malloc() arena)
40479
40480 This patch also enables more extensive memory testing via "mtest".
40481
40482 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
40483
40484 commit eff501904df2bf1724a750062628ba2c51dbb1f8
40485 Author: Bartlomiej Sieka <tur@semihalf.com>
40486 Date: Tue Oct 23 11:36:07 2007 +0200
40487
40488 Motion-PRO: Add setting of SDelay reg. to SDRAM controller configuration.
40489
40490 Per AN3221 (MPC5200B SDRAM Initialization and Configuration), the SDelay
40491 register must be written a value of 0x00000004 as the first step of the
40492 SDRAM contorller configuration.
40493
40494 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
40495
40496 commit 7a9348728ebda63cdbaacffd83099aa71d9d4c54
40497 Author: Peter Pearse <peter.pearse@arm.com>
40498 Date: Tue Oct 23 10:22:16 2007 +0100
40499
40500 Move PL01* serial drivers to drivers/serial and adjust Makefiles.
40501
40502 commit 20d500d531a6b971ce6cc1bf191cb0092cdc0afc
40503 Author: Stefan Roese <sr@denx.de>
40504 Date: Tue Oct 23 10:17:42 2007 +0200
40505
40506 ppc4xx: lwmon5: Some further GPIO config changes
40507
40508 Signed-off-by: Stefan Roese <sr@denx.de>
40509
40510 commit de9a738faa7c2f47286119c3bfebc3dfbfe7d86d
40511 Author: Vlad Lungu <vlad@comsys.ro>
40512 Date: Sun Oct 21 22:10:10 2007 +0900
40513
40514 [MIPS] Fix UNCACHED_SDRAM
40515
40516 PHYSADDR is for physical address, KSEG1ADDR is for uncached.
40517
40518 Signed-off-by: Vlad Lungu <vlad@comsys.ro>
40519 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
40520
40521 commit 00101dd7a32d12f698150123e47e4b3420279f86
40522 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
40523 Date: Sun Oct 21 21:30:42 2007 +0900
40524
40525 [MIPS] Add PIC-related switches to PLATFORM_{CPP,LD}FLAGS and cleanup
40526
40527 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
40528
40529 commit eb700636db017d310edaeb559b13d82588560674
40530 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
40531 Date: Sun Oct 21 10:55:37 2007 +0900
40532
40533 [MIPS] u-boot.lds: Define _gp in a standard manner
40534
40535 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
40536
40537 commit 22069215eb7adf5a3888bf7c7784ea9d70a72cd0
40538 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
40539 Date: Sun Oct 21 10:55:36 2007 +0900
40540
40541 [MIPS] Fix $gp usage
40542
40543 Now we load $gp with _GLOBAL_OFFSET_TABLE_, but this is incorrect use.
40544 As a general principle, we should use _gp for $gp.
40545
40546 Thanks to linker script's help we fortunately have _gp which equals to
40547 _GLOBAL_OFFSET_TABLE_. But once _gp gets out of alignment, we will not
40548 be able to access to GOT entires, global variables and procedure entry
40549 points. The right thing to do is to use _gp.
40550
40551 This patch also introduce a new symbol `.gpword _GLOBAL_OFFSET_TABLE_'
40552 which holds the offset from _gp. When updating GOT entries, we use this
40553 offset and _gp to calculate the final _GLOBAL_OFFSET_TABLE_.
40554
40555 This patch is originally submitted by Vlad Lungu <vlad@comsys.ro>, then
40556 I made some change to leave over num_got_entries.
40557
40558 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
40559 Cc: Vlad Lungu <vlad@comsys.ro>
40560
40561 commit cbf2323b5b8285ea01acba7bbb905a3162d9b021
40562 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
40563 Date: Sun Oct 21 10:55:36 2007 +0900
40564
40565 [MIPS] u-boot.lds: Fix __got_start and __got_end
40566
40567 Ensure that __got_start points to top of the `.got', and __got_end points
40568 to bottom as well, so that we never fail to count num_got_entries.
40569
40570 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
40571
40572 commit e5f325fec5b48ae705c89522923ba5a2e37cd5c7
40573 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
40574 Date: Sun Oct 21 10:55:36 2007 +0900
40575
40576 [MIPS] u-boot.lds: Remove duplicated .sdata section
40577
40578 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
40579
40580 commit 05bf4919c1ce49cdedadacd564d0786a8ed796a1
40581 Author: Wolfgang Denk <wd@denx.de>
40582 Date: Sun Oct 21 01:01:17 2007 +0200
40583
40584 Minor coding style cleanup; update CHANGELOG
40585
40586 Signed-off-by: Wolfgang Denk <wd@denx.de>
40587
40588 commit ff285ca07eda1ea4a8909848cc1cc604ec8fec9c
40589 Author: Vlad Lungu <vlad@comsys.ro>
40590 Date: Thu Oct 4 20:47:10 2007 +0300
40591
40592 Fix NE2000 driver:
40593
40594 Fixed typo in ne2000.h, thinko re n2k_inb() usage, don't try
40595 to do anything in eth_stop() if eth_init() was not called.
40596 Simplified RX path in order to avoid timeouts on really really
40597 fast NE2000 cards (read: qemu with internal tftp), NetLoop() is
40598 clever enough to cope with 1 packet per eth_rx().
40599
40600 Signed-off-by: Vlad Lungu <vlad@comsys.ro>
40601
40602 commit df90968b48fb34fa9072fab150db2ac89678f537
40603 Author: urwithsughosh@gmail.com <urwithsughosh@gmail.com>
40604 Date: Mon Sep 24 13:32:13 2007 -0400
40605
40606 Setting MSR[DE] in do_reset
40607
40608 Hello,
40609 This patch ensures the soft reset of the board for the 85xx boards
40610 by setting the MSR[DE] in the do_reset function.
40611
40612 Signed-off-by: Sughosh Ganu <urwithsughosh@gmail.com>
40613
40614 commit 1e701e701304b3c3a3768ca83dd2ab7b9e88c77d
40615 Author: urwithsughosh@gmail.com <urwithsughosh@gmail.com>
40616 Date: Mon Sep 24 13:36:01 2007 -0400
40617
40618 MSR overwrite fix
40619
40620 Hello,
40621 This patch fixes the MSR overwrite in the start.S when moving out of
40622 the last 4K page.
40623
40624 Signed-off-by: Sughosh Ganu <urwithsughosh@gmail.com>
40625
40626 commit 5c7ea64bb74a850a2b2303f853a8270695ad8602
40627 Author: Dan Wilson <dwilson@fulcrummicro.com>
40628 Date: Fri Oct 19 11:33:48 2007 -0500
40629
40630 tsec driver should clear RHALT on startup
40631
40632 This was causing problems for some people.
40633
40634 Signed-off-by: Alain Gravel <agravel@fulcrummicro.com>
40635 Signed-off-by: Dan Wilson <dwilson@fulcrummicro.com>
40636 Signed-off-by: Andy Fleming <afleming@freescale.com>
40637
40638 commit 7600d47b8f6a10019e537dc9a62aa1498df58d25
40639 Author: Kumar Gala <galak@kernel.crashing.org>
40640 Date: Thu Oct 11 00:29:18 2007 -0500
40641
40642 Improve handling of PCI interrupt device tree fixup on MPC85xx CDS
40643
40644 On the MPC85xx CDS we have two issues:
40645
40646 1. The device tree fixup code did not check to see if the property we are
40647 trying to update is actually found. Its possible that it would update
40648 random memory starting at 0.
40649
40650 2. Newer Linux kernel's have moved the location of the PCI nodes to be
40651 sibilings of the soc node and not children. The explicit PATH to the PCI
40652 node would not be found for these device trees. Add the ability to handle
40653 both paths. In the future we shouldn't handle such fixups by explicit path.
40654
40655 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
40656
40657 commit a3063eec775719b7e91023bbec3f64b3118791df
40658 Author: Kumar Gala <galak@kernel.crashing.org>
40659 Date: Thu Oct 11 00:18:48 2007 -0500
40660
40661 Set OF_STDOUT_PATH to match the default console on MPC8568 MDS
40662
40663 On the MPC8568 MDS we use ttyS0, UART0, etc. as the standard configured
40664 console. Make it so we match that config what we tell Linux as the early
40665 STDOUT console.
40666
40667 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
40668
40669 commit e1ce3cb617bb06f91f82f98915391175addf3e82
40670 Author: Kumar Gala <galak@kernel.crashing.org>
40671 Date: Tue Oct 2 11:12:27 2007 -0500
40672
40673 Remove magic numbers from cache related operations for mpc85xx
40674
40675 The mpc85xx start code uses some magic numbers that we actually
40676 have #defines for in <config.h> so use those instead.
40677
40678 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
40679
40680 commit 5441f61a3d8b7034f19fc1361183e936198e6dbb
40681 Author: Detlev Zundel <dzu@denx.de>
40682 Date: Fri Oct 19 16:47:26 2007 +0200
40683
40684 Fix two typos.
40685
40686 Signed-off-by: Detlev Zundel <dzu@denx.de>
40687
40688 commit 281df457c1aa50d2752165d0c5c3282d4027b974
40689 Author: Tony Li <tony.li@freescale.com>
40690 Date: Thu Oct 18 17:47:19 2007 +0800
40691
40692 mpc83xx: Add configure entry for MPC83xx ATM support
40693
40694 Add MPC8360EMDS_ATM_config and MPC832XEMDS_ATM_config into
40695 Makfile and MAKEALL
40696
40697 Signed-off-by: Tony Li <tony.li@freescale.com>
40698 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
40699
40700 commit d2646554f529a9577515eceb0ec5eceee18244ba
40701 Author: Tony Li <tony.li@freescale.com>
40702 Date: Thu Oct 18 17:44:38 2007 +0800
40703
40704 mpc83xx: pq-mds-pib.c typo error
40705
40706 Correct to val8 from val.
40707
40708 Signed-off-by: Tony Li <tony.li@freescale.com>
40709 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
40710
40711 commit 3e11ae80fec1ee12194940955431186abf6009c2
40712 Author: Stefan Roese <sr@denx.de>
40713 Date: Wed Oct 17 15:40:19 2007 +0200
40714
40715 ppc4xx: Add 667/133 (CPU/PLB) frequency setup to Sequoia bootstrap command
40716
40717 Signed-off-by: Stefan Roese <sr@denx.de>
40718
40719 commit 3c89d75409eb26639d36dfa11d4ee3d8b962dc3c
40720 Author: Jon Loeliger <jdl@freescale.com>
40721 Date: Tue Oct 16 15:27:43 2007 -0500
40722
40723 Initial mpc8610hpcd Makefile files.
40724
40725 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
40726 Signed-off-by: Mahesh Jade <mahesh.jade@freescale.com>
40727 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
40728 Signed-off-by: Jon Loeliger <jdl@freescale.com>
40729
40730 commit 9553df86d3a319c3a1a7cde7e4edd6eeb5aa64c7
40731 Author: Jon Loeliger <jdl@freescale.com>
40732 Date: Tue Oct 16 15:26:51 2007 -0500
40733
40734 Initial mpc8610hpcd cpu/, README and include/ files.
40735
40736 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
40737 Signed-off-by: Mahesh Jade <mahesh.jade@freescale.com>
40738 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
40739 Signed-off-by: Jon Loeliger <jdl@freescale.com>
40740
40741 commit 3dd2db53ceb0dff80f25c2a07f83f29b907b403e
40742 Author: Jon Loeliger <jdl@freescale.com>
40743 Date: Tue Oct 16 13:54:01 2007 -0500
40744
40745 Initial mpc8610hpcd board files.
40746
40747 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
40748 Signed-off-by: Mahesh Jade <mahesh.jade@freescale.com>
40749 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
40750 Signed-off-by: Jon Loeliger <jdl@freescale.com>
40751
40752 commit 7ee6ba1a056e4061ab4cfde30127e332e7957afd
40753 Author: runet@innovsys.com <runet@innovsys.com>
40754 Date: Tue Oct 16 14:50:40 2007 -0500
40755
40756 Make MPC8266ADS board compile again.
40757
40758 Signed-off-by: Runet Torgersen <runet@innovsys.com>
40759
40760 commit 2491167c245d8ebe6f2dbd8c4287aaa0d14fe93a
40761 Author: Jon Loeliger <jdl@freescale.com>
40762 Date: Mon Aug 27 12:41:03 2007 -0500
40763
40764 86xx: Allow for fewer DDR slots per memory controller.
40765
40766 As a direct correlation exists between DDR DIMM slots
40767 and SPD EEPROM addresses used to configure them, use
40768 the individually defined SPD_EEPROM_ADDRESS* values to
40769 determine if a DDR DIMM slot should have its SPD
40770 configuration read or not.
40771
40772 Effectively, this now allows for 1 or 2 DIMM slots
40773 per memory controller.
40774
40775 Signed-off-by: Jon Loeliger <jdl@freescale.com>
40776
40777 commit 4d4a945e189a2f384c66432316da2788a0ac1607
40778 Author: Rodolfo Giometti <giometti@enneenne.com>
40779 Date: Mon Oct 15 11:59:17 2007 +0200
40780
40781 PXA USB OHCI: "usb stop" implementation.
40782
40783 Some USB keys need to be switched off before loading the kernel
40784 otherwise they can remain in an undefined status which prevents them
40785 to be correctly recognized by the kernel.
40786
40787 Signed-off-by: Rodolfo Giometti <giometti@linux.it>
40788
40789 commit e2e93442e558cf1500e92861f99713b2f045ea22
40790 Author: Stefan Roese <sr@denx.de>
40791 Date: Mon Oct 15 11:39:00 2007 +0200
40792
40793 ppc4xx: Fix bug in I2C bootstrap values for Sequoia/Rainier
40794
40795 The I2C bootstrap values that can be setup via the "bootstrap" command,
40796 were setup incorrect regarding the generation of the internal sync PCI
40797 clock. The values for PLB clock == 133MHz were slighly incorrect and the
40798 values for PLB clock == 166MHz were totally incorrect. This could
40799 lead to a hangup upon booting while PCI configuration scan.
40800
40801 This patch fixes this issue and configures valid PCI divisor values
40802 for the sync PCI clock, with respect to the provided external async
40803 PCI frequency.
40804
40805 Here the values of the formula in the chapter 14.2 "PCI clocking"
40806 from the 440EPx users manual:
40807
40808 AsyncPCICLK - 1MHz <= SyncPCIClk <= (2 * AsyncPCIClk) - 1MHz
40809
40810 33MHz async PCI frequency:
40811 PLB = 133:
40812 => 32 <= 44.3 <= 65 (div = 3)
40813
40814 PLB = 166:
40815 => 32 <= 55.3 <= 65 (div = 3)
40816
40817 66MHz async PCI frequency:
40818 PLB = 133:
40819 => 65 <= 66.5 <= 132 (div = 2)
40820
40821 PLB = 166:
40822 => 65 <= 83 <= 132 (div = 2)
40823
40824 Signed-off-by: Stefan Roese <sr@denx.de>
40825
40826 commit 5a5958b7de70ae99f0e7cbd5c97ec1346e051587
40827 Author: Stefan Roese <sr@denx.de>
40828 Date: Mon Oct 15 11:29:33 2007 +0200
40829
40830 ppc4xx: Fix incorrect 33/66MHz PCI clock log-message on Sequoia & Yosemite
40831
40832 The BCSR status bit for the 66MHz PCI operation was correctly
40833 addressed (MSB/LSB problem). Now the correct currently setup
40834 PCI frequency is displayed upon bootup.
40835
40836 This patch also fixes this problem on Rainier & Yellowstone, since these
40837 boards use the same souce code as Sequoia & Yosemite do.
40838
40839 Signed-off-by: Stefan Roese <sr@denx.de>
40840
40841 commit da3aad55cbde80ab6e301aafa82a2c411aa53eff
40842 Author: Martin Krause <martin.krause@tqs.de>
40843 Date: Wed Sep 26 17:55:56 2007 +0200
40844
40845 TQM860M: adjust for doubled flash sector size.
40846
40847 Adjust flash map to support the new S29GLxxN (N-Type) Flashes with
40848 doubled sector size.
40849
40850 Signed-off-by: Martin Krause <martin.krause@tqs.de>
40851
40852 commit 9d29250e2e62f4bf20c7a20b4173d84c48f11f5d
40853 Author: Jens Gehrlein <jens.gehrlein@tqs.de>
40854 Date: Wed Sep 26 17:55:54 2007 +0200
40855
40856 TQM8xx: Fix CAN timing.
40857
40858 Signed-off-by: Martin Krause <martin.krause@tqs.de>
40859
40860 commit d43e489baf02afae49077791fb22332d240d8656
40861 Author: Martin Krause <martin.krause@tqs.de>
40862 Date: Thu Sep 27 14:54:36 2007 +0200
40863
40864 TQM866M: fix SDRAM refresh
40865
40866 At 133 MHz the current SDRAM refresh rate is too fast
40867 (measured 4 * 1.17 us).
40868 CFG_MAMR_PTA changes from 39 to 97. This result
40869 in a refresh rate of 4 * 7.8 us at the default clock
40870 50 MHz. At 133 MHz the value will be then 4 * 2.9 us.
40871 This is a compromise until a new method is found to
40872 adjust the refresh rate.
40873
40874 Signed-off-by: Martin Krause <martin.krause@tqs.de>
40875
40876 commit 9ef57bbee1c67cc01da2026c242c4692db32be36
40877 Author: Martin Krause <martin.krause@tqs.de>
40878 Date: Wed Sep 26 17:55:55 2007 +0200
40879
40880 TQM866M: adjust for doubled flash sector size.
40881
40882 Adjust flash map to support the new S29GLxxN (N-Type) Flashes with
40883 doubled sector size.
40884
40885 Signed-off-by: Martin Krause <martin.krause@tqs.de>
40886
40887 commit f8bf90461d9bad2e6fed31fcebaf235f60dd6763
40888 Author: Michal Simek <monstr@monstr.eu>
40889 Date: Sun Oct 14 16:12:29 2007 +0200
40890
40891 [FIX] XUPV2P change command handling
40892 and remove code violation
40893
40894 commit 636400198228d96983c06657b17f760f5989958e
40895 Author: Wolfgang Denk <wd@denx.de>
40896 Date: Sun Oct 14 00:13:19 2007 +0200
40897
40898 Prepare for 1.3.0-rc3 release
40899
40900 Signed-off-by: Wolfgang Denk <wd@denx.de>
40901
40902 commit 68f14f77ca5fe5f9cc025c8cae101671f628309f
40903 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40904 Date: Sat Sep 29 13:41:37 2007 +0200
40905
40906 Fix warning differ in signedness in cpu/pxa/mmc.c
40907
40908 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40909
40910 commit fc19e36f741e8bc727c0a330170b3b5db90399ef
40911 Author: Wolfgang Denk <wd@denx.de>
40912 Date: Sat Oct 13 23:51:14 2007 +0200
40913
40914 Fix warning differ in signedness in board/mpl/vcma9/vcma9.c
40915
40916 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
40917 Signed-off-by: Wolfgang Denk <wd@denx.de>
40918
40919 commit de74b9eeacccaf0a42e5ecc9ae79a88f7a311296
40920 Author: Wolfgang Denk <wd@denx.de>
40921 Date: Sat Oct 13 21:15:39 2007 +0200
40922
40923 Coding Style cleanup.
40924
40925 Signed-off-by: Wolfgang Denk <wd@denx.de>
40926
40927 commit e1893815b0999410d7a327589611c7b38e95299e
40928 Author: Wolfgang Denk <wd@denx.de>
40929 Date: Fri Oct 12 15:49:39 2007 +0200
40930
40931 GP3 SSA: enable RTC
40932
40933 Signed-off-by: Wolfgang Denk <wd@denx.de>
40934
40935 commit 8002012041f1ff9f997a5727abe5015f70cd2e46
40936 Author: Grzegorz Bernacki <gjb@semihalf.com>
40937 Date: Tue Oct 9 13:58:24 2007 +0200
40938
40939 [ads5121] EEPROM support added.
40940
40941 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
40942
40943 commit 7b624ad254b97e5a25dca2304a398b64aeedaffe
40944 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
40945 Date: Sat Oct 6 18:55:35 2007 +0200
40946
40947 AVR32: Initialize bi_flash* in board_init_r
40948
40949 The ATSTK1000-specific flash driver intializes bi_flashstart,
40950 bi_flashsize and bi_flashoffset, but other flash drivers, like the CFI
40951 driver, don't.
40952
40953 Initialize these in board_init_r instead so that things will still be
40954 set up correctly when we switch to the CFI driver.
40955
40956 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
40957
40958 commit 2b2a587d6d3076387d22ac740f44044bf46e2cb8
40959 Author: Marian Balakowicz <m8@semihalf.com>
40960 Date: Fri Oct 5 10:40:54 2007 +0200
40961
40962 tqm5200: Fix CONFIG_CMD_PCI typo in board config file.
40963
40964 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
40965
40966 commit 92869195ef8210758d2176230c0a36897afd50ed
40967 Author: Bartlomiej Sieka <tur@semihalf.com>
40968 Date: Fri Oct 5 09:46:06 2007 +0200
40969
40970 CM5200: Fix missing null-termination in hostname manipulation code
40971
40972 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
40973
40974 commit 9add9884b1fddc34ca186e00a2f868ccd5d02d87
40975 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
40976 Date: Tue Oct 2 19:09:01 2007 +0200
40977
40978 Fix memtest breakage
40979
40980 CFG_MEMTEST_START uses weird magic involving gd, which fails to
40981 compile. Use hardcoded values instead (we actually know how much RAM
40982 we have on board.)
40983
40984 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
40985
40986 commit 738815c0cc44aa329097f868dc1efc49ede9c5ba
40987 Author: Stefan Roese <sr@denx.de>
40988 Date: Tue Oct 2 11:44:46 2007 +0200
40989
40990 ppc4xx: Coding style cleanup
40991
40992 Signed-off-by: Stefan Roese <sr@denx.de>
40993
40994 commit 87c1833a39e944db66385286fd5e28f9b3fcdd50
40995 Author: Stefan Roese <sr@denx.de>
40996 Date: Tue Oct 2 11:44:19 2007 +0200
40997
40998 ppc4xx: lwmon5: Remove watchdog for now, since not fully tested yet
40999
41000 Signed-off-by: Stefan Roese <sr@denx.de>
41001
41002 commit 2db64784061bfc34f4ba70ef1d2fbe7133b55670
41003 Author: Grzegorz Bernacki <gjb@semihalf.com>
41004 Date: Mon Oct 1 09:51:50 2007 +0200
41005
41006 Program EPLD to force full duplex mode for PHY.
41007
41008 EPLD forces modes of PHY operation. By default full duplex is turned off.
41009 This fix turns it on.
41010
41011 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
41012
41013 commit 785c13477b77dcd2e6c5128fffcdb4e1943f4818
41014 Author: Timo Ketola <timo.ketola@exertus.fi>
41015 Date: Mon Sep 24 14:50:32 2007 +0300
41016
41017 Bugfix: Use only one PTD for one endpoint
41018
41019 Original isp116x-hcd code prepared multiple PTDs for longer than 16
41020 byte transfers for one endpoint. That is unnecessary because the
41021 ISP116x is able to split long data from one PTD into multiple
41022 transactions based on the buffer size of the endpoint. It also caused
41023 serious problems if the endpoint NAKed some of the transactions. In
41024 that case ISP116x wouldn't notice that the other PTDs were for the same
41025 endpoint and would try the other PTDs possibly out of order. That would
41026 break the whole transfer.
41027
41028 This patch makes isp116x_submit_job to use one PTD for one transfer.
41029
41030 Signed-off-by: Timo Ketola <timo.ketola@exertus.fi>
41031 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
41032
41033 commit 86ec86c04326c3913178a7679aa910de071da75d
41034 Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41035 Date: Thu Sep 27 23:27:47 2007 +0200
41036
41037 Fix missing DECLARE_GLOBAL_DATA_PTR on CONFIG_LPC2292 in serial
41038
41039 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41040
41041 commit 3e954beb614b5b190d7f4f4c3b641437a0132e35
41042 Author: Stefan Roese <sr@denx.de>
41043 Date: Tue Sep 11 14:12:55 2007 +0200
41044
41045 ppc4xx: lwmon5: Change GPIO 58 to default to low (watchdog test)
41046
41047 Signed-off-by: Stefan Roese <sr@denx.de>
41048
41049 commit 1487adbdcf9594bb2eb686325a6f9540dad1b70a
41050 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
41051 Date: Wed Sep 26 16:35:54 2007 -0500
41052
41053 85xx io out functions need sync after write.
41054
41055 This fixes the mc146818 rtc_read/write functions for 85xx.
41056
41057 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
41058
41059 commit 0d38effc6e359e6b1b0c78d66e8bc1a4dc15a2ae
41060 Author: Grant Likely <grant.likely@secretlab.ca>
41061 Date: Tue Sep 25 15:48:05 2007 -0600
41062
41063 Fpga: fix incorrect test of CFG_FPGA_XILINX macro
41064
41065 CFG_FPGA_XILINX is a bit value used to test against the value in
41066 CONFIG_FPGA. Testing for a value will always return TRUE. I don't
41067 think that is the intention in this code.
41068
41069 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
41070
41071 commit 853643d8cf2ca80cb2e25c53ad5dc580abafe166
41072 Author: Michal Simek <monstr@monstr.eu>
41073 Date: Mon Sep 24 00:41:30 2007 +0200
41074
41075 [FIX] change command handling and removing code violation
41076
41077 commit f240356507038e5ce55e8a24cb2607e9eae6d10c
41078 Author: Michal Simek <monstr@monstr.eu>
41079 Date: Mon Sep 24 00:36:06 2007 +0200
41080
41081 [FIX] change sets of commands
41082 because changing of command handling brings
41083 compilation problems
41084
41085 commit cb1bc63b75a232571eb69aa2c8aa919321655845
41086 Author: Michal Simek <monstr@monstr.eu>
41087 Date: Mon Sep 24 00:30:42 2007 +0200
41088
41089 [FIX] Email reparation & Copyright
41090 Both codes are written by myself without any
41091 support from CTU
41092
41093 commit 0731cbae6c2feab93b244d83fd6a43f5cc9bf852
41094 Author: Michal Simek <monstr@monstr.eu>
41095 Date: Mon Sep 24 00:25:11 2007 +0200
41096
41097 [PATCH] Change macro name for UartLite
41098 because PowerPC 405 can use UartLite as console
41099
41100 commit 1c1100d2fcf46b9d11dcf78d6e5aea75e2e8b716
41101 Author: Michal Simek <monstr@monstr.eu>
41102 Date: Mon Sep 24 00:21:19 2007 +0200
41103
41104 [PATCH] Add support for design without interrupt controller
41105 Polling timer
41106
41107 commit 0731933ec8ec45d02ba89b52df673d526873cdde
41108 Author: Michal Simek <monstr@monstr.eu>
41109 Date: Mon Sep 24 00:19:48 2007 +0200
41110
41111 [FIX] resolve problem with cpu without barrel shifter
41112
41113 commit db14d77995ce515b728b178b63f82babe60e3d56
41114 Author: Michal Simek <monstr@monstr.eu>
41115 Date: Mon Sep 24 00:18:46 2007 +0200
41116
41117 [FIX] repair email address
41118
41119 commit 481d4328618804add1f818a6c96296121cd0528e
41120 Author: Michal Simek <monstr@monstr.eu>
41121 Date: Mon Sep 24 00:17:42 2007 +0200
41122
41123 [FIX] repair MFSL commands
41124
41125 commit b90c045f035c3cc9b5d2edaed6048dfb74e40763
41126 Author: Michal Simek <monstr@monstr.eu>
41127 Date: Mon Sep 24 00:08:37 2007 +0200
41128
41129 synchronizition with mainline
41130
41131 commit eda3e1e6619ad0bee94ae4b16c99d88e77e2af13
41132 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
41133 Date: Sun Sep 23 02:42:38 2007 +0900
41134
41135 sh: Add support command of ide with sh
41136
41137 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
41138
41139 commit d91ea45d15cf8e0987456bd211ffbb650824b6f1
41140 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
41141 Date: Sun Sep 23 02:38:42 2007 +0900
41142
41143 sh: Update Makefile
41144
41145 Add support MS7722SE01 to Makefile.
41146
41147 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
41148
41149 commit 6c0bbdccd379f5c8702af9e0765294c2fb7472a6
41150 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
41151 Date: Sun Sep 23 02:31:13 2007 +0900
41152
41153 sh: Add support Renesas sh7722 processor and Hitachi MS7722SE01 board
41154
41155 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
41156
41157 commit 047375bfa4c3052fa50a748da7ff89e9dad3b364
41158 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
41159 Date: Sun Sep 23 02:19:24 2007 +0900
41160
41161 sh: Update MS7750SE01 platform
41162
41163 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
41164
41165 commit 516ad760db3553766267ada01b7d5d727faa4bbd
41166 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
41167 Date: Sun Sep 23 02:17:08 2007 +0900
41168
41169 sh: Remove comment out code from include/asm-sh/cpu_sh4.h
41170
41171 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
41172
41173 commit b02bad128669e567fce87d8df823b06a0144b8db
41174 Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
41175 Date: Sun Sep 23 02:12:30 2007 +0900
41176
41177 sh: Update core code of SuperH.
41178
41179 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
41180
41181 commit 66dcad3a9a53e0766d90e0084123bd8529522fb0
41182 Author: Wolfgang Denk <wd@denx.de>
41183 Date: Thu Sep 20 00:04:14 2007 +0200
41184
41185 v1.3.0-rc2
41186
41187 Signed-off-by: Wolfgang Denk <wd@denx.de>
41188
41189 commit 135e19bc2773ebca487e9a8371f67e1ba202313a
41190 Author: Wolfgang Denk <wd@denx.de>
41191 Date: Tue Sep 18 21:36:35 2007 +0200
41192
41193 Avoid compiler warning.
41194
41195 Signed-off-by: Wolfgang Denk <wd@denx.de>
41196
41197 commit 8a783a65851bc7421ab69f442261215e21b8891a
41198 Author: Grant Likely <grant.likely@secretlab.ca>
41199 Date: Tue Sep 18 12:24:57 2007 -0600
41200
41201 Bugfix: remove embedded null (\0) from CFG_BOOTFILE macro in TQM8540_config
41202
41203 /bin/bash and /bin/dash (which /bin/sh is linked to on ubuntu) handle embedded
41204 nulls in a string differently. For example, the following statement:
41205 echo "this is a string\0" > afile
41206 Will produce the following with /bin/bash:
41207 "this is a string\0"
41208 But with /bin/dash, will produce:
41209 "this is a string
41210
41211 Bug fixed by moving the embedded null out of the makefile and into the
41212 config header. Also renamed the macro to avoid usage colision with the same
41213 macro used by other board ports.
41214
41215 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
41216
41217 commit f8d3ca7b6fa322ac57e8e831f07dbeea039a9f35
41218 Author: Wolfgang Denk <wd@denx.de>
41219 Date: Tue Sep 18 17:40:27 2007 +0200
41220
41221 MCC200: fix build warning
41222
41223 The MCC200 board config file includes version.h for some customer-
41224 specific setting, which causes warnings with "make depend"; build
41225 version.h before depend.
41226
41227 Signed-off-by: Wolfgang Denk <wd@denx.de>
41228
41229 commit bd86220f58b99d6896198c385fda132f0c980915
41230 Author: Peter Pearse <peter.pearse@arm.com>
41231 Date: Tue Sep 18 13:07:54 2007 +0100
41232
41233 Move coloured led API to status_led.h
41234 Improve indentation in drivers/at45.c
41235
41236 commit e80e585b00fbbab7ad1bf71619741f2c5b029ab7
41237 Author: Eirik Aanonsen <eaa@wprmedical.com>
41238 Date: Tue Sep 18 08:47:20 2007 +0200
41239
41240 Update atstk1002 bootargs.
41241
41242 Updates to atstk1002 U-Boot header file:
41243 - Changed bootargs:
41244 * Set the bootargs for at1002 to point to the SD-card partition instead
41245 * ... of the boot flash.
41246 * Removing the rootfstype since that argument are not needed.
41247
41248 Signed-off-by: Eirik Aanonsen <eaa@wprmedical.com>
41249 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
41250
41251 commit a4f3aab6dfbed6c29367c688bfb8a47eef62c225
41252 Author: Eirik Aanonsen <eaa@wprmedical.com>
41253 Date: Wed Sep 12 13:32:37 2007 +0200
41254
41255 Add some comments to clocks in atstk1002.h
41256
41257 This patch applies some clarifying comments to how the different
41258 clocks are setup according to atstk1002.h Some of the previous
41259 comments where stating wrongful information.
41260
41261 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
41262
41263 commit 97213f32416ead885deafea86774e912ffd60ad0
41264 Author: David Saada <David.Saada@ecitele.com>
41265 Date: Mon Sep 17 17:04:47 2007 +0200
41266
41267 Description: Add NEC's PCI OHCI module ID to the USB OHCI driver
41268
41269 Signed-off-by: David Saada <david.saada@ecitele.com>
41270
41271 commit 30363e98fa470fbecea5e8bc0f1443352754f303
41272 Author: Stefan Roese <sr@denx.de>
41273 Date: Mon Sep 17 08:20:47 2007 +0200
41274
41275 Small whitespace cleanup of OneNAND patch
41276
41277 Signed-off-by: Stefan Roese <sr@denx.de>
41278
41279 commit d7e8ce101a4a45ed6ed45739fc2de5f87b13f7f1
41280 Author: Kyungmin Park <kmpark@infradead.org>
41281 Date: Mon Sep 10 17:15:14 2007 +0900
41282
41283 OneNAND support (take #2)
41284
41285 [PATCH 3/3] OneNAND support (take #2)
41286
41287 OneNAND support at U-Boot
41288
41289 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
41290
41291 commit 17aa2800457df0c06b41516f46f126712c196219
41292 Author: Kyungmin Park <kmpark@infradead.org>
41293 Date: Mon Sep 10 17:14:34 2007 +0900
41294
41295 OneNAND support (take #2)
41296
41297 [PATCH 2/3] OneNAND support (take #2)
41298
41299 OneNAND support at U-Boot
41300
41301 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
41302
41303 commit 916527f4809a7bcd811f1f1daf34af184e31dd8c
41304 Author: Kyungmin Park <kmpark@infradead.org>
41305 Date: Mon Sep 10 17:13:49 2007 +0900
41306
41307 OneNAND support (take #2)
41308
41309 [PATCH 1/3] OneNAND support (take #2)
41310
41311 OneNAND support at U-Boot
41312
41313 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
41314
41315 commit b49c90df6e7cfcfb8b862b8bbf8448dff5eed9a5
41316 Author: Michal Simek <monstr@monstr.eu>
41317 Date: Sun Sep 16 20:51:57 2007 +0200
41318
41319 [FIX] remove files form repository
41320
41321 commit 67c31036acaaaa992fc346cc89db0909a7e733c4
41322 Author: Wolfgang Denk <wd@denx.de>
41323 Date: Sun Sep 16 17:10:04 2007 +0200
41324
41325 TQM8xx[LM]: Fix broken environment alignment.
41326
41327 With recent toolchains, the environment sectors were no longer aligned to
41328 sector boundaries. The reason was a combination of two bugs:
41329
41330 1) common/environment.c assumed that CONFIG_TQM8xxL would be defined
41331 for all TQM8xxL and TQM8xxM boards. But "include/common.h", where
41332 this gets defined, is not included here (and cannot be included
41333 without causing lots of problems).
41334
41335 Added a new #define CFG_USE_PPCENV for all boards which really
41336 want to put the environment is a ".ppcenv" section.
41337
41338 2) The linker scripts just include environment.o, silently assuming
41339 that the objects in that file are really in the order in which
41340 they are coded in the C file, i. e. "environment" first, then
41341 "redundand_environment", and "env_size" last. However, current
41342 toolchains (GCC-4.x) reorder the objects, causing the environment
41343 data not to start on a flash sector boundary:
41344
41345 Instead of: we got:
41346
41347 40008000 T environment 40008000 T env_size
41348 4000c000 T redundand_environment 40008004 T redundand_environment
41349 40010000 T env_size 4000c004 T environment
41350
41351 Note: this patch fixes just the first part, and cures the alignment
41352 problem by making sure that "env_size" gets placed correctly. However,
41353 we still have a potential issue because primary and redundant
41354 environment sectors are actually swapped, i. e. we have now:
41355
41356 40008000 T redundand_environment
41357 4000c000 T environment
41358 40010000 T env_size
41359
41360 This shall be fixed in the next version.
41361
41362 Signed-off-by: Wolfgang Denk <wd@denx.de>
41363
41364 commit eb6da8050797c204c9d010548424186c7ce32fc1
41365 Author: Wolfgang Denk <wd@denx.de>
41366 Date: Sun Sep 16 02:39:35 2007 +0200
41367
41368 TQM8xx/FPS8xx: adjust flash partitions for 2.6 ARCH=powerpc kernels
41369
41370 Signed-off-by: Wolfgang Denk <wd@denx.de>
41371
41372 commit cd2d1602c54cc6957bdef3872272a4b264893960
41373 Author: urwithsughosh@gmail.com <urwithsughosh@gmail.com>
41374 Date: Mon Sep 10 14:54:56 2007 -0400
41375
41376 Typo fix in tsec.c
41377
41378 Fixup for the break statement in wrong place.
41379
41380 [Patch by urwithsughosh@gmail.com]
41381 Acked-by: Andy Fleming <afleming@freescale.com>
41382 Signed-off-by: Wolfgang Denk <wd@denx.de>
41383
41384 commit 5bd7fe9aeb76906371f40b8fd07613f10922e3e7
41385 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
41386 Date: Tue Sep 11 17:04:00 2007 +0200
41387
41388 Fix do_div() usage in nand process output
41389
41390 Fix usage of do_div() in nand erase|read|write process output.
41391
41392 The last patch to nand_util.c introduced do_div() instead of libgcc's
41393 implementation. But do_div() returns the quotient in its first
41394 macro parameter and not as result.
41395
41396 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
41397
41398 commit c750d2e6692a000a82f29de7bf24e3dc21239161
41399 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
41400 Date: Wed Sep 12 12:36:53 2007 +0200
41401
41402 NAND: Add CFG_NAND_QUIET option
41403
41404 This config option sets the default for the progress information
41405 output behavior that can also be configured through the 'quiet'
41406 environment variable.
41407
41408 The legacy NAND code does not print the current progress info
41409 on the console. So this option is for backward compatibility for
41410 units that are in the field and where setting the quiet variable
41411 is not an option. With CFG_NAND_QUIET set to '1' the console
41412 progress info is turned off. This can still be overwritten
41413 through the environment variable.
41414
41415 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
41416
41417 commit dcb88630290d2bcd803386dd4c2be73142994c4f
41418 Author: Liew Tsi Chung-r5aahp <Tsi-chung.Liew@freescale.com>
41419 Date: Thu Sep 13 16:06:05 2007 -0700
41420
41421 ColdFire: fix build error becasue of bad type of mii_init()
41422
41423 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
41424
41425 commit 314d5b6ce52a4ed19dd295d1364e246c5e605017
41426 Author: Liew Tsi Chung-r5aahp <Tsi-chung.Liew@freescale.com>
41427 Date: Thu Sep 13 16:04:05 2007 -0700
41428
41429 ColdFire: Fix build error caused by pixis.c
41430
41431 Moved the #include <asm/cache.h> inside the #ifdef CONFIG_FSL_PIXIS.
41432
41433 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
41434
41435 commit e21659e30660a1377c42af135a6114efe39801d9
41436 Author: Sam Sparks <SSparks@twacs.com>
41437 Date: Fri Sep 14 11:14:42 2007 -0600
41438
41439 Update MPC8349ITX*_config to place config.tmp in right place.
41440
41441 MPC834ITX*_config does not store config.tmp at the correct locatation,
41442 causing MPC8349ITXGP to have the wrong TEXT_BASE.
41443
41444 Signed-off-by: Sam Sparks <SSparks@twacs.com>
41445 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
41446
41447 commit 1218abf1b5817a39a82399b4b928b00750575bda
41448 Author: Wolfgang Denk <wd@denx.de>
41449 Date: Sat Sep 15 20:48:41 2007 +0200
41450
41451 Fix cases where DECLARE_GLOBAL_DATA_PTR was not declared as global
41452
41453 Signed-off-by: Wolfgang Denk <wd@denx.de>
41454
41455 commit 66b3f24d665be678a9dbb125b1e84185400f63b5
41456 Author: Dirk Behme <dirk.behme@googlemail.com>
41457 Date: Sat Sep 15 11:55:42 2007 +0200
41458
41459 Make DECLARE_GLOBAL_DATA_PTR global for DaVinci
41460
41461 As discussed in [1], DECLARE_GLOBAL_DATA_PTR has to be global and not
41462 function local.
41463
41464 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
41465
41466 [1] http://article.gmane.org/gmane.comp.boot-loaders.u-boot/31805
41467
41468 commit 991b089d1ce5ad945725e3657a8f106dfa02a38e
41469 Author: Michal Simek <monstr@monstr.eu>
41470 Date: Sat Sep 15 00:03:35 2007 +0200
41471
41472 Synchronize with U-BOOT mainline
41473
41474 commit d7fee32b7e61fe11c64e371cde79faa4768e8350
41475 Author: Sam Sparks <SSparks@twacs.com>
41476 Date: Fri Sep 14 11:14:42 2007 -0600
41477
41478 Update MPC8349ITX*_config to place config.tmp in right place.
41479
41480 MPC834ITX*_config does not store config.tmp at the correct locatation,
41481 causing MPC8349ITXGP to have the wrong TEXT_BASE.
41482
41483 Signed-off-by: Sam Sparks <SSparks@twacs.com>
41484 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
41485 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
41486
41487 commit 6e7b7b6ea1b6d04dbe96242eb6a0c1c664c98e8c
41488 Author: Bartlomiej Sieka <tur@semihalf.com>
41489 Date: Thu Sep 13 18:21:48 2007 +0200
41490
41491 cm5200: Fix a typo introduced by afaac86fe2948ac84cd9a12bbed883b3c683e7d9
41492
41493 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
41494
41495 commit e1f601b572db5de9aa81a0b77c68a86994fe24c4
41496 Author: Bartlomiej Sieka <tur@semihalf.com>
41497 Date: Thu Sep 13 16:33:59 2007 +0200
41498
41499 tqm5200: Restore customary env. variable boot commands for powerpc kernels
41500
41501 - update default definitions of kernel_addr and fdt_addr env. variables
41502 - make arch/powerpc booting the default scenario
41503 - update MTD partition layout to match the above
41504
41505 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
41506
41507 commit f34024d4a328e6edd906456da98d2c537155c4f7
41508 Author: Wolfgang Denk <wd@denx.de>
41509 Date: Wed Sep 12 00:48:57 2007 +0200
41510
41511 Fix memory corruption problem on STX GP3 SSA Board.
41512
41513 Signed-off-by: Wolfgang Denk <wd@denx.de>
41514
41515 commit d94c79e47011af5e8dd10ed6163c09b4cfc743cc
41516 Author: Peter Pearse <peter.pearse@arm.com>
41517 Date: Tue Sep 11 15:35:01 2007 +0100
41518
41519 Final tidy
41520
41521 commit 38ad82da0c1180ecdeb212a8f4245e945bcc546e
41522 Author: Grzegorz Bernacki <gjb@semihalf.com>
41523 Date: Tue Sep 11 15:42:11 2007 +0200
41524
41525 [GP3SSA] Add define CONFIG_MPC85XX_PCI2 in config file to allow u-boot to
41526 scan on second pci bus.
41527
41528 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
41529
41530 commit 6c2f4f388e8181655ea8b69343ea00b68aa6e8d0
41531 Author: Grzegorz Bernacki <gjb@semihalf.com>
41532 Date: Tue Sep 11 12:57:52 2007 +0200
41533
41534 [ppc4xx] Individual handling of sdram.c for bamboo_nand build
41535
41536 Bamboo has a file sdram.c which needs special treatment when building in
41537 separate directory. It has to be linked to build directory otherwise it is
41538 not seen.
41539
41540 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
41541
41542 commit d45963854eff39d575124d859419bb4953ce2c87
41543 Author: Michal Simek <monstr@monstr.eu>
41544 Date: Tue Sep 11 00:37:04 2007 +0200
41545
41546 [FIX] Microblaze ML401 - repare FLASH handling
41547
41548 commit 38c1ef728d19950414a8ab1ccfc53767848fa346
41549 Author: Sean MCGOOGAN <sean.mcgoogan@st.com>
41550 Date: Mon Sep 10 16:55:59 2007 +0100
41551
41552 Allocate CPU Architecture Code for STMicroelectronics' ST200.
41553
41554 Signed-off-by: Sean McGoogan <Sean.McGoogan@st.com>
41555 ---------------------------------------------------
41556
41557 commit 754bac48156f8958d8f6a53a51eda88ab5758929
41558 Author: Wolfgang Denk <wd@denx.de>
41559 Date: Mon Sep 10 20:42:31 2007 +0200
41560
41561 Update version to match current state.
41562
41563 Signed-off-by: Wolfgang Denk <wd@denx.de>
41564
41565 commit 7a888d6b3c32a126dbb504ef146bb4c26574ca7b
41566 Author: Grzegorz Bernacki <gjb@semihalf.com>
41567 Date: Mon Sep 10 17:39:08 2007 +0200
41568
41569 [MPC512x] Streamline frame handling in the FEC driver
41570
41571 - convert frame size settings to be derived from a single base
41572 - set frame size to the recommended default value
41573
41574 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
41575
41576 commit e251e00d0db4b36d1d2b7e38fec43a7296b529a2
41577 Author: Kyungmin Park <kmpark@infradead.org>
41578 Date: Mon Sep 10 11:34:00 2007 +0900
41579
41580 Remove compiler warning: target CPU does not support interworking
41581
41582 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
41583
41584 commit 1d9e31e04911a6bb7cc66dd91132c699101c32e2
41585 Author: Wolfgang Denk <wd@denx.de>
41586 Date: Sun Sep 9 21:21:33 2007 +0200
41587
41588 Fix compile error in spc1920 config.
41589
41590 Signed-off-by: Markus Klotzbücher <mk@denx.de>
41591 Signed-off-by: Wolfgang Denk <wd@denx.de>
41592
41593 commit a7d7eca791a37f452c9da10fef4b31dd7aa9a622
41594 Author: Grant Likely <grant.likely@secretlab.ca>
41595 Date: Fri Sep 7 09:25:07 2007 -0600
41596
41597 Bugfix: make bootm+libfdt compile on boards with no flash
41598
41599 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
41600
41601 commit 6efc1fc0b63e55f94c5bc61d8dd23c918e3bc778
41602 Author: Grzegorz Bernacki <gjb@semihalf.com>
41603 Date: Fri Sep 7 18:35:37 2007 +0200
41604
41605 [PPC440SPe] PCIe environment settings for Katmai and Yucca
41606
41607 - 'pciconfighost' is set by default in order to be able to scan bridges
41608 behind the primary host/PCIe
41609
41610 - 'pciscandelay' env variable is recognized to allow for user-controlled
41611 delay before the PCIe bus enumeration; some peripheral devices require a
41612 significant delay before they can be scanned (e.g. LSI8408E); without the
41613 delay they are not detected
41614
41615 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
41616
41617 commit 7f1913938984ef6c6a46cb53e003719196d9c5de
41618 Author: Grzegorz Bernacki <gjb@semihalf.com>
41619 Date: Fri Sep 7 18:20:23 2007 +0200
41620
41621 [PPC440SPe] Improve PCIe configuration space access
41622
41623 - correct configuration space mapping
41624 - correct bus numbering
41625 - better access to config space
41626
41627 Prior to this patch, the 440SPe host/PCIe bridge was able to configure only the
41628 first device on the first bus. We now allow to configure up to 16 buses;
41629 also, scanning for devices behind the PCIe-PCIe bridge is supported, so
41630 peripheral devices farther in hierarchy can be identified.
41631
41632 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
41633
41634 commit 15ee4734e4e08003d73d9ead3ca80e2a0672e427
41635 Author: Grzegorz Bernacki <gjb@semihalf.com>
41636 Date: Fri Sep 7 17:46:18 2007 +0200
41637
41638 [PPC440SPe] Convert machine check exceptions handling
41639
41640 Convert using fixup mechanism to suppressing MCK for the duration of config
41641 read/write transaction: while fixups work fine with the case of a precise
41642 exception, we identified a major drawback with this approach when there's
41643 an imprecise case. In this scenario there is the following race condition:
41644 the fixup is (by design) set to catch the instruction following the one
41645 actually causing the exception; if an interrupt (e.g. decrementer) happens
41646 between those two instructions, the ISR code is executed before the fixup
41647 handler the machine check is no longer protected by the fixup handler as it
41648 appears as within the ISR code. In consequence the fixup approach is being
41649 phased out and replaced with explicit suppressing of MCK during a PCIe
41650 config read/write cycle.
41651
41652 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
41653
41654 commit ff7640c9ead8806b5d827f2b29f9cb2632add729
41655 Author: Wolfgang Denk <wd@denx.de>
41656 Date: Fri Sep 7 17:43:36 2007 +0200
41657
41658 Fix typo in MAKEALL script.
41659
41660 Signed-off-by: Wolfgang Denk <wd@denx.de>
41661
41662 commit 08e2e5fcd2e06670b62e1680a3934c0e55c72810
41663 Author: Grzegorz Bernacki <gjb@semihalf.com>
41664 Date: Fri Sep 7 17:09:21 2007 +0200
41665
41666 [MPC512x] Proper handling of larger frames in the FEC driver
41667
41668 When frame larger than local RX buffer is received, it is split and handled
41669 by two buffer descriptors. Prior to this patch the FEC driver discarded
41670 contents of a buffer descriptor without the 'LAST' bit set, so the first
41671 part of the frame was lost in case of larger frames. This fix allows to
41672 safely combine the two pieces into the whole frame.
41673
41674 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
41675
41676 commit 8d17979d0359492a822a0a409d26e3a3549b4cd4
41677 Author: Rafal Jaworowski <raj@semihalf.com>
41678 Date: Fri Sep 7 17:05:36 2007 +0200
41679
41680 [MPC512x] Correct fixup relocation
41681
41682 Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
41683
41684 commit a89cbbd27a60e6740772000fd0688ffba1c2576a
41685 Author: Wolfgang Denk <wd@denx.de>
41686 Date: Fri Sep 7 01:21:25 2007 +0200
41687
41688 Update CHANGELOG, minor coding style cleanup.
41689
41690 commit 5e5803e119de3bebd76fc9a57baac0b5aeccc8a3
41691 Author: stefano babic <sbabic@denx.de>
41692 Date: Thu Aug 30 23:01:49 2007 +0200
41693
41694 PXA270: Added support for TrizepsIV board.
41695
41696 This patch add support for the Trizeps IV module (520Mhz).
41697
41698 Signed-off-by: Stefano Babic <sbabic@denx.de>
41699
41700 commit 80172c6181c912fbb34ea3ba0c22b232b419b47f
41701 Author: stefano babic <sbabic@denx.de>
41702 Date: Thu Aug 30 22:57:04 2007 +0200
41703
41704 PXA270: Add support for multiple serial ports.
41705
41706 This patch adds support for multiple serial ports to the PXA target.
41707 FFUART, BTUART and STUART are supported.
41708
41709 Signed-off-by: Stefano Babic <sbabic@denx.de>
41710
41711 commit 28bb3f72c687ac6b2eb076b01dd21a5fd657d45e
41712 Author: stefano babic <sbabic@denx.de>
41713 Date: Thu Aug 30 22:48:47 2007 +0200
41714
41715 PXA270: fix compile issue (invalid lvalue)
41716
41717 Code is broken for PXA270 due to "invalid lvalue in assignment".
41718
41719 This patch fix it in pxa-regs.h
41720
41721 Signed-off-by: Stefano Babic <sbabic@denx.de>
41722
41723 commit 1d2ca446e1a731df420206d04fe278c27ea6b8e8
41724 Author: Jason Jin <Jason.jin@freescale.com>
41725 Date: Thu Aug 30 18:19:05 2007 +0800
41726
41727 Add BUILD_DIR support for bios emulator.
41728
41729 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
41730
41731 commit b4d8a55145442f136982634862341a3e02002bda
41732 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
41733 Date: Fri Aug 31 14:41:51 2007 +0900
41734
41735 [MIPS] Remove inline asm string functions
41736
41737 Stop using inline string functions on MIPS as other ARCHs do so,
41738 since the optimized inline asm versions are not small.
41739
41740 This change is triggered by a following MIPS build error:
41741 common/libcommon.a(exports.o)(.text+0xdc): In function `jumptable_init':
41742 common/exports.c:32: undefined reference to `strcmp'
41743 make: *** [u-boot] Error 1
41744
41745 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
41746
41747 commit 8ea2c4e54833deaebc24c3ca6b7f21353c25b0f5
41748 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
41749 Date: Fri Aug 31 14:41:45 2007 +0900
41750
41751 [MIPS] Update asm string header
41752
41753 This patches contains several bugfixes and cleanups in the latest upstream:
41754
41755 - Don't include linux/config.h
41756 - Remove buggy inline version of memscan.
41757 - Merge with Linux 2.6.11-rc3.
41758 - Fix undefined reference to strcpy in binfmt_misc caused by gcc 3.4.
41759 - Goodbye mips64. 31704 lines of code bite the dust.
41760 - Replace extern inline with static inline.
41761 - Fix return value of strncpy.
41762 - Remove a bunch more "$1" clobbers.
41763
41764 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
41765
41766 commit 5b729fb3bd98f49855d6bfc657c3fbae95f2adc2
41767 Author: Bartlomiej Sieka <tur@semihalf.com>
41768 Date: Tue Sep 4 17:31:22 2007 +0200
41769
41770 Fix do_bootm_linux() so that multi-file images with FDT blob boot.
41771
41772 Fix incorrect blob address calculation in do_bootm_linux() that prevents
41773 booting the kernel from a multi-file image (kernel + initrd + blob).
41774
41775 Also, make minor updates to the U-Boot's output and to the coding style.
41776
41777 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
41778
41779 commit 041a2554ad619e80dce520c1a33210affcb6a3f2
41780 Author: Gary Jennejohn <gary.jennejohn@freenet.de>
41781 Date: Fri Aug 31 14:29:04 2007 +0200
41782
41783 Add support for Sil680 IDE controller.
41784
41785 o add drivers/sil680.c to support the Sil680 IDE-controller.
41786 o drivers/Makefile: add sil680.o.
41787
41788 Signed-off-by: Gary Jennejohn <garyj@denx.de>
41789
41790 commit e79021223bc339df655e360645a52c457a74b067
41791 Author: Grant Likely <grant.likely@secretlab.ca>
41792 Date: Thu Sep 6 09:47:40 2007 -0600
41793
41794 bootm/fdt: Only process the fdt if an fdt address was provided
41795
41796 Boards with CONFIG_OF_LIBFDT enabled are not able to boot old-style
41797 kernels using the board info structure (instead of passing a device tree)
41798 This change allows the old style booting to be used if the fdt argument
41799 was not passed to 'bootm'.
41800
41801 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
41802 Acked-by: Kim Phillips <kim.phillips@freescale.com>
41803
41804 commit cf2817a84c2e9bea2c5dfc084bce2f2d2563ac43
41805 Author: Grant Likely <grant.likely@secretlab.ca>
41806 Date: Thu Sep 6 09:46:23 2007 -0600
41807
41808 Migrate 5xxx boards from CONFIG_OF_FLAT_TREE to CONFIG_OF_LIBFDT
41809
41810 Affects boards: icecube (lite5200), jupiter, motionpro, tqm5200
41811
41812 Tested on: lite5200b
41813
41814 Note: the fixup functions have not been moved to a common place. This
41815 patch is targeted for immediate merging as in solves a build issue, but
41816 the final name/location of the fixups is still subject to debate. I
41817 propose to merge this now, and move the fixups in the next merge window
41818 to be usable by all targets.
41819
41820 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
41821
41822 commit 41bb76e941929f54a73206fb132f7a4c275543a3
41823 Author: Grant Likely <grant.likely@secretlab.ca>
41824 Date: Thu Sep 6 09:46:17 2007 -0600
41825
41826 libfdt: add convenience function fdt_find_and_setprop()
41827
41828 Given the path to a node, fdt_find_and_setprop() allows a property value
41829 to be set directly.
41830
41831 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
41832
41833 commit 80767a6cead9990d9e77e62be947843c2c72f469
41834 Author: Peter Pearse <peter.pearse@arm.com>
41835 Date: Wed Sep 5 16:04:41 2007 +0100
41836
41837 Changed API name to coloured_led.h
41838 Removed code using deprecated ifdef CONFIG_BOOTBINFUNC
41839 Tidied other cpu/arm920t/start.S code
41840
41841 commit 56a9270521baaa00e12639a978302a67f61ef060
41842 Author: Kumar Gala <galak@kernel.crashing.org>
41843 Date: Thu Aug 30 16:18:18 2007 -0500
41844
41845 Fix ULI RTC support on MPC8544 DS
41846
41847 The RTC on the M1575 ULI chipset requires a dummy read before
41848 we are able to talk to the RTC. We accomplish this by adding a
41849 second memory region to the PHB the ULI is on and read from it.
41850
41851 The second region is added to maintain compatiabilty with Linux's
41852 view of the PCI memory map.
41853
41854 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
41855
41856 commit f75e89e9b5714db2b0e80074071dfbdd6f59488a
41857 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
41858 Date: Thu Aug 30 01:58:48 2007 -0500
41859
41860 ft_board_setup update 85xx/86xx of pci/pcie bus-range property.
41861
41862 pcie is now differentiated from pci. Add 8641 bus-range updates.
41863
41864 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
41865
41866 commit 9f5c3d3720e777a572dcdc8af2008b44c7243885
41867 Author: Peter Pearse <peter.pearse@arm.com>
41868 Date: Tue Sep 4 16:18:38 2007 +0100
41869
41870 Add coloured led interface for ARM boards.
41871 Use it in cpu/arm920t/start.S to indicate U-Boot code has been entered.
41872
41873 commit 7462fe0d5a9d40cde083fb1a3cd73911996b5ecb
41874 Author: Peter Pearse <peter.pearse@arm.com>
41875 Date: Tue Sep 4 14:49:28 2007 +0100
41876
41877 Move include/led.h to board/at91rm9200dk
41878
41879 commit 6e4bf9b24e57c15abc6542e685d06380bc64af27
41880 Author: Peter Pearse <peter.pearse@arm.com>
41881 Date: Tue Sep 4 14:25:51 2007 +0100
41882
41883 Ran Lindent on drivers/at45.c
41884
41885 commit 557ab89d294f08dd532f21d19861b40093200a33
41886 Author: Peter Pearse <peter.pearse@arm.com>
41887 Date: Tue Sep 4 14:23:50 2007 +0100
41888
41889 Rename CONFIG_CMD_MUX to CONFIG_CMD_AT91_SPIMUX
41890
41891 commit 81b73dec16fd1227369a191e725e10044a9d56b8
41892 Author: Gary Jennejohn <garyj@denx.de>
41893 Date: Fri Aug 31 15:21:46 2007 +0200
41894
41895 ppc4xx: (Re-)Enable CONFIG_PCI_PNP on AMCC 440EPx Sequoia
41896
41897 The 440EPx has a problem when the PCI_CACHE_LINE_SIZE register is
41898 set to non-zero, because it doesn't support MRM (memory-read-
41899 multiple) correctly. We now added the possibility to configure
41900 this register in the board config file, so that the default value
41901 of 8 can be overridden.
41902
41903 Here the details of this patch:
41904
41905 o drivers_pci_auto.c: introduce CFG_PCI_CACHE_LINE_SIZE to allow
41906 board-specific settings. As an example the sequoia board requires 0.
41907 Idea from Stefan Roese <sr@denx.de>.
41908 o board/amcc/sequoia/init.S: add a TLB mapping at 0xE8000000 for the
41909 PCI IO-space. Obtained from Stefan Roese <sr@denx.de>.
41910 o include/configs/sequoia.h: turn CONFIG_PCI_PNP back on and set
41911 CFG_PCI_CACHE_LINE_SIZE to 0.
41912
41913 Signed-off-by: Gary Jennejohn <garyj@denx.de>
41914 Signed-off-by: Stefan Roese <sr@denx.de>
41915
41916 commit 60174746c668b309378a91488dded898e9553eae
41917 Author: Wolfgang Denk <wd@denx.de>
41918 Date: Fri Aug 31 10:01:51 2007 +0200
41919
41920 Fix TFTP OACK code for short packets.
41921
41922 The old code had a loop limit overflow bug which caused a semi-
41923 infinite loop for small packets, because in "i<len-8", "i" was signed,
41924 but "len" was unsigned, and "len-8" became a huge number for small
41925 values of "len".
41926
41927 This is a workaround which replaces broken commit 8f1bc284.
41928
41929 Signed-off-by: Wolfgang Denk <wd@denx.de>
41930
41931 commit 696dd1307cd8e73a10e9bb3c51731bfd6f837bee
41932 Author: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
41933 Date: Thu Aug 30 15:03:05 2007 +0200
41934
41935 Reduce BOOTDELAY variable to 1 second by default for STK1002
41936
41937 Signed-off-by: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
41938 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
41939
41940 commit c88b6e1cbf9a8ae2a34fb602f78a1bf4e6692b6a
41941 Author: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
41942 Date: Thu Aug 30 15:03:04 2007 +0200
41943
41944 Remove double quotation marks around MAC address for STK1002
41945
41946 Signed-off-by: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
41947 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
41948
41949 commit ff13ac8c7bbebb238e339592de765c546dba1073
41950 Author: Wolfgang Denk <wd@denx.de>
41951 Date: Thu Aug 30 14:42:15 2007 +0200
41952
41953 Backout commit 8f1bc284 as it causes TFTP to fail.
41954
41955 Signed-off-by: Wolfgang Denk <wd@denx.de>
41956
41957 commit 1900fbf255acba8b94fb442a16408ea85a1d46a6
41958 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
41959 Date: Thu Aug 30 02:26:17 2007 -0500
41960
41961 Revert "Fix MPC8544DS PCIe3 scsi."
41962
41963 This reverts commit 9468e680.
41964 Commit 16e23c3f5da removing allocation of PCSRBAR is sufficient.
41965
41966 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
41967
41968 commit 8f1bc28408ded213418d9bc0780c7d8fb8a03774
41969 Author: Grant Likely <grant.likely@secretlab.ca>
41970 Date: Wed Aug 29 18:26:24 2007 -0600
41971
41972 tftp: don't implicity trust the format of recevied packets
41973
41974 The TFTP OACK code trusts that the incoming packet is formated as
41975 ASCII text and can be processed by string functions. It also has a
41976 loop limit overflow bug where if the packet length is less than 8, it
41977 ends up looping over *all* of memory to find the 'blksize' string.
41978
41979 This patch solves the problem by forcing the packet to be null
41980 terminated and using strstr() to search for the sub string.
41981
41982 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
41983
41984 commit 04625764cc93ce8a61625ac19d7fe2a2ceee8143
41985 Author: Stefan Roese <sr@denx.de>
41986 Date: Wed Aug 29 16:31:18 2007 +0200
41987
41988 ppc4xx: Change lwmon5 default environment to support Linux RTC
41989
41990 The Linux PCF8563 RTC driver doesn't do autoprobing, so we need
41991 to supply the RTC I2C address as bootline parameter. This patch
41992 adds support for this rtc probing parameter to the bootargs:
41993
41994 "rtc-pcf8563.probe=0,0x51"
41995
41996 Signed-off-by: Stefan Roese <sr@denx.de>
41997
41998 commit 2602a5c40ae37ab965a4e240854fdaffb51328a4
41999 Author: Kim Phillips <kim.phillips@freescale.com>
42000 Date: Wed Aug 29 09:06:05 2007 -0500
42001
42002 sbc8641: remove unused OF_FLAT_TREE_MAX_SIZE
42003
42004 this had slipped through the cracks, since the sbc board was added
42005 after I wrote the original patch to remove all these symbols, and
42006 before it was merged.
42007
42008 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
42009
42010 commit c5bded3c88e48ae648a75d357dc81a8255fa81f1
42011 Author: Wolfgang Denk <wd@denx.de>
42012 Date: Wed Aug 29 14:05:30 2007 +0200
42013
42014 Add mii_init() prototype
42015
42016 to get rid of a *lot* of compiler warnings.
42017
42018 Signed-off-by: Wolfgang Denk <wd@denx.de>
42019
42020 commit 2d1f23aa1e74e4a8f8ffa67f246eb98c522dfd7f
42021 Author: Wolfgang Denk <wd@denx.de>
42022 Date: Wed Aug 29 13:35:03 2007 +0200
42023
42024 Disable network support on cmi_mpc5xx board
42025
42026 ..because it caused compiler errors and there seems to be no
42027 board maintainer to take care of this.
42028
42029 Signed-off-by: Wolfgang Denk <wd@denx.de>
42030
42031 commit 9468e6804b7e25b0f6f52e53f47bce3175400a16
42032 Author: Kumar Gala <galak@kernel.crashing.org>
42033 Date: Mon Aug 20 09:44:00 2007 -0500
42034
42035 Fix MPC8544DS PCIe3 scsi.
42036
42037 <ed.swarthout@freescale.com>
42038
42039 The problem is pciauto_setup_device() getting called from fsl_pci_init.c
42040 is allocating memory space it doesn't need.
42041
42042 Signed-off-by: Ed Swarthout <ed.swarthout@freescale.com>
42043 Signed-off-by: Andy Fleming <afleming@freescale.com>
42044
42045 commit 4bf4abb8a4e9955556b120a1aafa30c03e74032a
42046 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
42047 Date: Tue Aug 21 09:38:59 2007 -0500
42048
42049 8548cds fixes
42050
42051 Restore CONFIG_EXTRA_ENV_SETTINGS definition which contains the
42052 correct consoledev needed for linux boot.
42053 Standardize on fdt{file,addr} var to hold dtb file name.
42054
42055 Set PCI inbound memory region from CFG_MEMORY_{BUS,PHYS}.
42056
42057 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
42058
42059 commit 7a1ac419fa0d2d23ddd08bd61d16896a9f33c933
42060 Author: Haiying Wang <Haiying.Wang@freescale.com>
42061 Date: Thu Aug 23 15:20:54 2007 -0400
42062
42063 Enable L2 cache for MPC8568MDS board
42064
42065 The L2 cache size is 512KB for 8568, print out the correct informaiton.
42066
42067 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
42068
42069 commit 94c47fdaf14cb29fa3fb4d4da2efdd96c803b46b
42070 Author: Jason Jin <Jason.jin@freescale.com>
42071 Date: Wed Aug 22 17:54:49 2007 +0800
42072
42073 Remove the bios emulator binary files from MAI board
42074
42075 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
42076
42077 commit 7608d75f9c87c9eb5b3a43219d0506d3e979a13f
42078 Author: Kim Phillips <kim.phillips@freescale.com>
42079 Date: Tue Aug 21 17:00:17 2007 -0500
42080
42081 support board vendor-common makefiles
42082
42083 if a board/$(VENDOR)/common/Makefile exists, build it.
42084
42085 also add the first such case, board/freescale/common/Makefile, to
42086 handle building board-shared EEPROM, PIXIS, and MDS-PIB code, as
42087 dictated by board configuration.
42088
42089 thusly get rid of alternate build dir errors such as:
42090
42091 FATAL: can't create /work/wd/tmp/u-boot-ppc/board/freescale/mpc8360emds/../common/pq-mds-pib.o: No such file or directory
42092
42093 by putting the common/ mkdir command in its proper place (the common
42094 Makefile). Common bits from existing individual board Makefiles have
42095 been removed.
42096
42097 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
42098
42099 commit ef8f20752712dc1cdbd86f47e3bd6e35f81c83fd
42100 Author: stefano babic <sbabic@denx.de>
42101 Date: Tue Aug 21 15:52:33 2007 +0200
42102
42103 Fix: TFTP is not working on little endian systems
42104
42105 TFTP does not work anymore after multicast tftp
42106 patch was applied on little endian systems.
42107 This patch fix it.
42108
42109 Signed-off-by: Stefano Babic <sbabic@denx.de>
42110
42111 commit 5f470948570526e9186f053a3003da7719604e90
42112 Author: stefano babic <sbabic@denx.de>
42113 Date: Tue Aug 21 15:50:33 2007 +0200
42114
42115 Fix MAC address setting in DM9000 driver.
42116
42117 The logic to check if there is a correct MAC address in the DM9000
42118 EEPROM, added in the last patch, is wrong. Now the MAC address is
42119 always taken from the environment, even if a suitable MAC is present
42120 in the EEPROM.
42121
42122 Signed-off-by: Stefano Babic <sbabic@denx.de>
42123
42124 commit 4a8527ef086ec7c89f40674ef024ae6f988a614a
42125 Author: Martin Krause <martin.krause@tqs.de>
42126 Date: Tue Aug 21 12:40:34 2007 +0200
42127
42128 MPC5xxx: fix some compiler warnings in USB code
42129
42130 Fix the following warnings:
42131 - usb.c:xx: warning: function declaration isn't a prototype
42132 - usb_ohci.c:xxx: warning: passing argument 1 of '__fswab32' makes integer
42133 from pointer wihtout a cast
42134
42135 Signed-off-by: Martin Krause <martin.krase@tqs.de>
42136
42137 commit 16e23c3f5dab6937f5109365416808c7f15c122b
42138 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
42139 Date: Mon Aug 20 23:55:33 2007 -0500
42140
42141 fsl_pci_init - Remove self PCSRBAR allocation
42142
42143 CPU physical address space was being wasted by allocating a
42144 PCSRBAR PCI inbound region to it's memory space.
42145
42146 As a rule, PCSRBAR should be left alone since it does not affect
42147 transactions from self and other masters may have changed it.
42148
42149 Signed-off-by: Ed Swarthout <ed.swarthout@freescale.com>
42150
42151 commit 0e700ce03a23bb1921149bc77008ace7103d5289
42152 Author: Martin Krause <martin.krause@tqs.de>
42153 Date: Mon Aug 20 13:56:47 2007 +0200
42154
42155 Fix compiler warning in include/s3c2410.h
42156
42157 This patch fixes the "type qualifiers ignored on fuction return tpye"
42158 warning for include/s3c2410.h
42159
42160 Signed-off-by: Martin Krause <martin.krause@tqs.de>
42161
42162 commit 9bb8b209ed2058a5756ecbeb544c067e44a42aea
42163 Author: Dirk Behme <dirk.behme@googlemail.com>
42164 Date: Mon Aug 20 07:09:05 2007 +0200
42165
42166 Fix compilation error for omap2420h4_config.
42167
42168 omap2420h4 switched to cfi, so remove old (already disabled) flash.c
42169 and flash_probe() calls in env_flash.c.
42170
42171 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
42172
42173 commit 3bb342fc85d79dbb6b8c2039e7cdcddc82b8d90f
42174 Author: Kim Phillips <kim.phillips@freescale.com>
42175 Date: Fri Aug 10 14:34:14 2007 -0500
42176
42177 fdt: remove unused OF_FLAT_TREE_MAX_SIZE references
42178
42179 and make some minor corrections to the FDT part of the README.
42180
42181 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
42182
42183 commit 6af2eeb1e99c2dcc584d4c5ab7fcae30a325f4de
42184 Author: Wolfgang Denk <wd@denx.de>
42185 Date: Wed Aug 29 01:32:05 2007 +0200
42186
42187 Minor coding style cleanup.
42188
42189 Signed-off-by: Wolfgang Denk <wd@denx.de>
42190
42191 commit a861558c65f65f1cf1302f3a35e9db7686b9e1a3
42192 Author: Heiko Schocher <hs@pollux.denx.de>
42193 Date: Tue Aug 28 17:40:33 2007 +0200
42194
42195 [UC101] Fix: if no CF in the board, U-Boot resets sometimes.
42196
42197 Signed-off-by: Heiko Schocher <hs@denx.de>
42198
42199 commit f98984cb194bb34dbe1db9429d3b51133af30d07
42200 Author: Heiko Schocher <hs@pollux.denx.de>
42201 Date: Tue Aug 28 17:39:14 2007 +0200
42202
42203 IDE: - make ide_inb () and ide_outb () "weak", so boards can
42204 define there own I/O functions.
42205 (Needed for the pcs440ep board).
42206 - The default I/O Functions are again 8 Bit accesses.
42207 - Added CONFIG_CMD_IDE for the pcs440ep Board.
42208
42209 Signed-off-by: Heiko Schocher <hs@denx.de>
42210
42211 commit 2c05fd125744981e5f2828d24e66ccc20a77d25d
42212 Author: Semih Hazar <semih.hazar@indefia.com>
42213 Date: Mon Aug 20 19:00:01 2007 +0300
42214
42215 AVR32: Change prototype of memset
42216
42217 Signed-off-by: Semih Hazar <semih.hazar@indefia.com>
42218 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
42219
42220 commit 9c02defc29b57945b600714cf61ddfd02b02fb14
42221 Author: Yuri Tikhonov <yur@emcraft.com>
42222 Date: Sat Aug 25 05:07:16 2007 +0200
42223
42224 POST: limit memory test area to not touch global data anymore
42225
42226 As experienced on lwmon5, on some boards the POST memory test can
42227 corrupt the global data buffer (bd). This patch fixes this issue
42228 by checking and limiting this area.
42229
42230 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
42231 Signed-off-by: Stefan Roese <sr@denx.de>
42232
42233 commit 75e1a84d483e36be10e206e539b028c4889e1158
42234 Author: Stefan Roese <sr@denx.de>
42235 Date: Fri Aug 24 15:41:42 2007 +0200
42236
42237 ppc4xx: Add RTC POST test to lwmon5 board configuration
42238
42239 Since this RTC POST test is taking quite a while to complete
42240 it's only initiated upon special keypress same as the complete
42241 memory POST.
42242
42243 Signed-off-by: Stefan Roese <sr@denx.de>
42244
42245 commit d7bfa620037a6d2210159387571bdf93aa32c162
42246 Author: Stefan Roese <sr@denx.de>
42247 Date: Fri Aug 24 15:19:10 2007 +0200
42248
42249 ppc4xx: Change GPIO signal for watchdog triggering on lwmon5
42250
42251 Signed-off-by: Stefan Roese <sr@denx.de>
42252
42253 commit c25dd8fc25e9ca3695db996a257d9ba4dab414db
42254 Author: Stefan Roese <sr@denx.de>
42255 Date: Thu Aug 23 11:02:37 2007 +0200
42256
42257 ppc4xx: Add support for 2nd I2C EEPROM on lwmon5 board
42258
42259 This patch adds support for the 2nd EEPROM (AT24C128) on the lwmon5
42260 board. Now the "eeprom" command can be used to read/write from/to this
42261 device. Additionally a new command was added "eepromwp" to en-/disable
42262 the write-protect of this 2nd EEPROM.
42263
42264 The 1st EEPROM is not affected by this write-protect command.
42265
42266 Signed-off-by: Stefan Roese <sr@denx.de>
42267
42268 commit c64fb30e4c5976007d56fc1789c7a0666082b536
42269 Author: Stefan Roese <sr@denx.de>
42270 Date: Wed Aug 22 08:56:09 2007 +0200
42271
42272 ppc4xx: Remove unused option CFG_INIT_RAM_OCM
42273
42274 Signed-off-by: Stefan Roese <sr@denx.de>
42275
42276 commit 3ad63878737a5a2b1e60825bf0a7d601d7a695e7
42277 Author: Stefan Roese <sr@denx.de>
42278 Date: Tue Aug 21 16:27:57 2007 +0200
42279
42280 ppc4xx: Add matrix kbd support to lwmon5 board (440EPx based)
42281
42282 This patch adds support for the matrix keyboard on the lwmon5 board.
42283 Since the implementation in the dsPCI is kind of compatible with the
42284 "old" lwmon board, most of the code is copied from the lwmon
42285 board directory.
42286
42287 Signed-off-by: Stefan Roese <sr@denx.de>
42288
42289 commit 3e66c078003607a7d1d214c15a5f262bc1b4032f
42290 Author: Wolfgang Denk <wd@denx.de>
42291 Date: Sun Aug 19 10:27:34 2007 +0200
42292
42293 Fix some build errors.
42294
42295 Signed-off-by: Wolfgang Denk <wd@denx.de>
42296
42297 commit 05675735ef77dc23b5e0eb782bad1ff477b55e86
42298 Author: Wolfgang Denk <wd@denx.de>
42299 Date: Sat Aug 18 22:00:38 2007 +0200
42300
42301 Update CHANGELOG.
42302
42303 commit 79f240f7ecc0506b43ac50d1ea405ff6540d4d57
42304 Author: Kim Phillips <kim.phillips@freescale.com>
42305 Date: Thu Aug 16 22:52:39 2007 -0500
42306
42307 lib_ppc: make board_add_ram_info weak
42308
42309 platforms wishing to display RAM diagnostics in addition to size,
42310 can do so, on one line, in their own board_add_ram_info()
42311 implementation.
42312
42313 this consequently eliminates CONFIG_ADD_RAM_INFO.
42314
42315 Thanks to Stefan for the hint.
42316
42317 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
42318
42319 commit 815b5bd5b18569917c3e04b9757511e6ed23b9f6
42320 Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
42321 Date: Fri Aug 17 12:43:44 2007 +0900
42322
42323 PCI_READ_VIA_DWORD_OP: Fix *val uninitialized bug
42324
42325 This patch has been sent on:
42326 - 6 Jun 2007
42327
42328 Many users of PCI config read routines tend to ignore the function
42329 ret value, and are only concerned about the contents of *val. Based
42330 on this, pci_hose_read_config_{byte,word}_via_dword should initialize
42331 the *val on dword read error.
42332
42333 Without this fix, for example, we'll go on scanning bus with vendor or
42334 header_type uninitialized. This brings many unnecessary config trials.
42335
42336 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
42337
42338 commit 26667b7fa05a8bf2fc65fb9f3230b02b1a10c367
42339 Author: Stefan Roese <sr@denx.de>
42340 Date: Sat Aug 18 14:37:52 2007 +0200
42341
42342 ColdFire: Fix some remaining problems with CFG_CMD_
42343
42344 Signed-off-by: Stefan Roese <sr@denx.de>
42345
42346 commit 8280f6a1c43247616b68224675188e5ccd124650
42347 Author: Stefan Roese <sr@denx.de>
42348 Date: Sat Aug 18 14:33:02 2007 +0200
42349
42350 Coding style cleanup
42351
42352 Signed-off-by: Stefan Roese <sr@denx.de>
42353
42354 commit 4a442d3186b31893b4f77c6e82f63c4517a5224b
42355 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
42356 Date: Thu Aug 16 19:23:50 2007 -0500
42357
42358 ColdFire: Add M5235EVB Platform for MCF523x
42359
42360 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
42361
42362 commit 4cc1cd5941827a04cf5c51a07fcc42e8945894aa
42363 Author: Kim Phillips <kim.phillips@freescale.com>
42364 Date: Fri Aug 17 09:30:00 2007 -0500
42365
42366 mpc83xx: fix typo in DDR2 programming
42367
42368 introduced in the implement board_add_ram_info patch as I was cleaning out the
42369 magic numbers. sorry.
42370
42371 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
42372
42373 commit e58fe95784d2514fc9c21028dc59f2b319a35d80
42374 Author: Kim Phillips <kim.phillips@freescale.com>
42375 Date: Thu Aug 16 22:53:09 2007 -0500
42376
42377 mpc83xx: move freescale boards to boards/freescale
42378
42379 includes build fixes.
42380
42381 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
42382
42383 commit 5aa4ad8d8e7e9468219990c7875d5fdc9e962f47
42384 Author: Kim Phillips <kim.phillips@freescale.com>
42385 Date: Thu Aug 16 22:52:59 2007 -0500
42386
42387 mpc83xx: suppress unused variable 'val8' warning
42388
42389 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
42390
42391 commit bbea46f76f767b919070b4829bf34c86bd223248
42392 Author: Kim Phillips <kim.phillips@freescale.com>
42393 Date: Thu Aug 16 22:52:48 2007 -0500
42394
42395 mpc83xx: implement board_add_ram_info
42396
42397 add board_add_ram_info, to make memory diagnostic output more
42398 consistent. u-boot banner output now looks like:
42399
42400 DRAM: 256 MB (DDR1, 64-bit, ECC on)
42401
42402 and for boards with SDRAM on the local bus, a line such as this is
42403 added:
42404
42405 SDRAM: 64 MB (local bus)
42406
42407 also replaced some magic numbers with their equivalent define names.
42408
42409 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
42410
42411 commit 14778585d1389d86d5846efec29e5fce892680ce
42412 Author: Tony Li <tony.li@freescale.com>
42413 Date: Fri Aug 17 10:35:59 2007 +0800
42414
42415 mpc83xx: Split PIB init code from pci.c and add Qoc3 ATM card support
42416
42417 The patch split the PIB init code from pci.c to a single file board/freescale/common/pq-mds-pib.c
42418 And add Qoc3 ATM card support for MPC8360EMDS and MPC832XEMDS board.
42419
42420 Signed-off-by Tony Li <tony.li@freescale.com>
42421
42422 commit 8ae158cd87a4a25722b27835261b6ff0fa2aa6a7
42423 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
42424 Date: Thu Aug 16 15:05:11 2007 -0500
42425
42426 ColdFire: Add M54455EVB for MCF5445x
42427
42428 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
42429
42430 commit a1436a842654a8d3927d082a8ae9ee0a10da62d7
42431 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
42432 Date: Thu Aug 16 13:20:50 2007 -0500
42433
42434 ColdFire: Add M5253EVBE platform for MCF52x2
42435
42436 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
42437
42438 commit a605aacd8324094199402816cc6d9124aba57b8d
42439 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
42440 Date: Thu Aug 16 05:04:31 2007 -0500
42441
42442 ColdFire: Add M5249EVB platform for MCF52x2
42443
42444 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
42445
42446 commit f28e1bd9daa6de5eb33ae4822bda6b008ccb4e9e
42447 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
42448 Date: Wed Aug 15 20:32:06 2007 -0500
42449
42450 ColdFire: Update Freescale MCF52x2 platforms
42451
42452 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
42453
42454 commit 870470dbf6f4bb9864e0d97aeedbc17c167c6d1c
42455 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
42456 Date: Wed Aug 15 19:55:10 2007 -0500
42457
42458 ColdFire: Update EB+MCF-EV123 platform
42459
42460 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
42461
42462 commit aa93d859d9b1fcd8eea52d51b06e86c38f72111b
42463 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
42464 Date: Wed Aug 15 19:46:38 2007 -0500
42465
42466 ColdFire: update TASREG platform for MCF52x2
42467
42468 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
42469
42470 commit a9505510bf56a9b5558248dd8b73ec9d9a1556a2
42471 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
42472 Date: Wed Aug 15 19:45:51 2007 -0500
42473
42474 ColdFire: update r5200 platform for MCF52x2
42475
42476 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
42477
42478 commit 6cfd3c7bc813fb317ab7c0781f0d1874b1c0877c
42479 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
42480 Date: Wed Aug 15 19:43:20 2007 -0500
42481
42482 ColdFire: idmr platform MCF52x2 update
42483
42484 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
42485
42486 commit 6706424d0bb851fb52af00cd1c3301e91ee7f2b0
42487 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
42488 Date: Wed Aug 15 19:41:06 2007 -0500
42489
42490 ColdFire: cobra5272 platform for MCF52x2 update
42491
42492 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
42493
42494 commit 56115665b4a64c10c01440c57749b265e0908fa4
42495 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
42496 Date: Wed Aug 15 19:38:15 2007 -0500
42497
42498 ColdFire: MCF52x2 Header files update
42499
42500 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
42501
42502 commit 83ec20bc4380eebddfde45da6e3a69a92d4db21d
42503 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
42504 Date: Wed Aug 15 19:21:21 2007 -0500
42505
42506 ColdFire: MCF52x2 update
42507
42508 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
42509
42510 commit f52e78304dcc0ac459c0ea1fa5be275c7d1642cf
42511 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
42512 Date: Wed Aug 15 18:46:11 2007 -0500
42513
42514 ColdFire: MCF5329 update cache
42515
42516 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
42517
42518 commit 7171977fb8fd77cfb6676953fa9a05789c450513
42519 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
42520 Date: Wed Aug 15 15:40:20 2007 -0500
42521
42522 ColdFire: MCF5329 header file clean up
42523
42524 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
42525
42526 commit ab77bc547ba561c25ea34457ed17aa0b2f7c2723
42527 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
42528 Date: Wed Aug 15 15:39:17 2007 -0500
42529
42530 ColdFire: MCF5329 Update and cleanup
42531
42532 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
42533
42534 commit 10327dc5541f947c0cf7e31fef86c4706169607a
42535 Author: Andy Fleming <afleming@freescale.com>
42536 Date: Thu Aug 16 16:35:02 2007 -0500
42537
42538 Add CONFIG_HAS_ETH0 to all boards with TSEC
42539
42540 The 85xx code now relies on CONFIG_HAS_ETH0 to determine whether
42541 to update TSEC1's device-tree node, so we need to add it
42542 to all the boards with TSECs. Do this for 83xx and 86xx, too,
42543 since they will eventually do something similar.
42544
42545 Signed-off-by: Andy Fleming <afleming@freescale.com>
42546
42547 commit d64ee908a1b525e5bb2b4cbeb5c449ad6a469666
42548 Author: Kumar Gala <galak@kernel.crashing.org>
42549 Date: Thu Aug 16 15:05:04 2007 -0500
42550
42551 Update MPC8544 DS PCI memory map
42552
42553 The PCIe bus that the ULI M1575 is connected to has no possible way of
42554 needing more than the fixed amount of IO & Memory space needed by the ULI.
42555
42556 So make it use far less IO & memory space and have it use the shared LAW. This
42557 free's up a LAW for PCIe1 IO space. Also reduce the amount of IO space needed
42558 by each bus.
42559
42560 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
42561
42562 commit ea5877e31ed63ade948fd1293895ec23fe01472e
42563 Author: Kumar Gala <galak@kernel.crashing.org>
42564 Date: Thu Aug 16 11:01:21 2007 -0500
42565
42566 Fix up some fdt issues on 8544DS
42567
42568 It looks like we had a merge issue that duplicated a bit of code
42569 in ft_board_setup. Also, we need to set CONFIG_HAS_ETH0 to get
42570 the MAC address properly set in the device tree on boot for TSEC1
42571
42572 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
42573
42574 commit 07bc20560cb9d3d186cca268c05c82762e8c55ad
42575 Author: Niklaus Giger <niklaus.giger@netstal.com>
42576 Date: Thu Aug 16 15:16:03 2007 +0200
42577
42578 PPC4xx:HCU4/5 cleanup
42579
42580 Minor cleanups to confirm to the u-boot coding style.
42581 Some german expressions -> english.
42582 HCU5 enforces a unique IP adress for a given slot in the rack.
42583
42584 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
42585
42586 commit 1e6b07c64967c1eb2cd84faa4c32bf2a769bc8eb
42587 Author: Niklaus Giger <niklaus.giger@netstal.com>
42588 Date: Thu Aug 16 15:16:02 2007 +0200
42589
42590 PPC4xx:HCU4/5 cleanup ecc/sdram init
42591
42592 Make ecc initialisation robust, as DDR2-ECC errors may be generated
42593 while zeroing the RAM.
42594
42595 Return 16 bytes (a cacheline) less than the available memory, as the
42596 board and/or PPC440EPx might have problems accessing the last bytes.
42597
42598 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
42599
42600 commit d35b508a55508535b6e8445b718585d27df733d3
42601 Author: Kim Phillips <kim.phillips@freescale.com>
42602 Date: Wed Aug 15 22:29:56 2007 -0500
42603
42604 fdt: suppress unused variable 'bd' warning
42605
42606 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
42607
42608 commit 82bd9ee77490588d4da785d75829ca63d0176baf
42609 Author: Andy Fleming <afleming@freescale.com>
42610 Date: Wed Aug 15 20:06:50 2007 -0500
42611
42612 Fix warnings from of_data copy fix
42613
42614 Forgot to cast of_flat_tree to ulong.
42615
42616 Signed-off-by: Andy Fleming <afleming@freescale.com>
42617
42618 commit 7613afda77d5eec0f47d303025b0c661b70e4c73
42619 Author: Andy Fleming <afleming@freescale.com>
42620 Date: Wed Aug 15 20:03:44 2007 -0500
42621
42622 Don't wait for disconnected TSECs
42623
42624 The TSEC driver's PHY code waits a long time for autonegotiation to
42625 complete, even if the link is down. The PHY knows the link is
42626 down or up before autonegotiation completes, so we can short-circuit
42627 the process if the link is down.
42628
42629 Signed-off-by: Andy Fleming <afleming@freescale.com>
42630
42631 commit b96c83d4ae475a70ef2635cd0e748174c44c8601
42632 Author: Andy Fleming <afleming@freescale.com>
42633 Date: Wed Aug 15 20:03:34 2007 -0500
42634
42635 Fix numerous bugs in the 8568 UEC support
42636
42637 Actually, fixed a large bug in the UEC for *all* platforms.
42638 How did this ever work?
42639
42640 uec_init() did not follow the spec for eth_init(), and returned
42641 0 on success. Switch it to return the link like tsec_init()
42642 (and 0 on error)
42643
42644 The immap for the 8568 was defined based on MPC8568, rather than
42645 CONFIG_MPC8568
42646
42647 CONFIG_QE was off
42648
42649 CONFIG_ETHPRIME was set to "Freescale GETH". Now is "FSL UEC0"
42650
42651 Fixed a comment about the ranges for CONFIG_ETHPRIME if TSEC_ENET is
42652 enabled
42653
42654 Signed-off-by: Andy Fleming <afleming@freescale.com>
42655
42656 commit 3a79013e2adda53332dfd0b511066a805e929a9d
42657 Author: Andy Fleming <afleming@freescale.com>
42658 Date: Wed Aug 15 20:03:25 2007 -0500
42659
42660 Define tsec flag values in config files
42661
42662 The tsec_info structure and array has a "flags" field for each
42663 ethernet controller. This field is the only reason there are
42664 settings. Switch to defining TSECn_FLAGS for each controller
42665 in the config header, and we can greatly simplify the array, and
42666 also simplify the addition of future boards.
42667
42668 Signed-off-by: Andy Fleming <afleming@freescale.com>
42669
42670 commit ec7238229507e7f47533a611ea8c53319d234cf3
42671 Author: Andy Fleming <afleming@freescale.com>
42672 Date: Wed Aug 15 20:03:13 2007 -0500
42673
42674 Add support for building all boards with a TSEC
42675
42676 Changes to the TSEC driver affect almost all 83xx, 85xx, and 86xx boards.
42677 Now we can do a MAKEALL test on all of them!
42678
42679 Signed-off-by: Andy Fleming <afleming@freescale.com>
42680
42681 commit 10aaf716cb0dc6614df54ef78bed5144afd23ef8
42682 Author: Andy Fleming <afleming@freescale.com>
42683 Date: Wed Aug 15 17:30:56 2007 -0500
42684
42685 Fix of_data copying for CONFIG_OF_FLAT_TREE-using boards
42686
42687 The fix, "Fix where the #ifdef CFG_BOOTMAPSZ is placed"
42688 neglected to *also* put the code inside the similar #ifdef
42689 for CONFIG_OF_FLAT_TREE.
42690
42691 Signed-off-by: Andy Fleming <afleming@freescale.com>
42692
42693 commit 78f9fef7f406078c8bf7191e665a73f795157746
42694 Author: Scott Wood <scottwood@freescale.com>
42695 Date: Wed Aug 15 15:46:46 2007 -0500
42696
42697 mpc885ads: Don't define CONFIG_BZIP2.
42698
42699 bzip2 requires a significant chunk of malloc space, and there isn't
42700 enough room on mpc885ads (with only 8MB RAM) for both bzip2's malloc area
42701 and a downloaded image at 0x400000.
42702
42703 Signed-off-by: Scott Wood <scottwood@freescale.com>
42704
42705 commit 002275a3ed8b114885f6702d6d544d0780dfe689
42706 Author: Michal Simek <Monstr@seznam.cz>
42707 Date: Thu Aug 16 08:54:10 2007 +0200
42708
42709 Bios emulator - fix microblaze toolchain problem
42710
42711 microblaze CPU have problem with bios_emulator code.
42712 Microblaze toolchain doesn't support PRAGMA PACK.
42713
42714 Signed-off-by: Michal Simek <monstr@monstr.eu>
42715
42716 commit a5a38f4fd7e5366d706ff6a985f9b6715ddbc98b
42717 Author: Wolfgang Denk <wd@denx.de>
42718 Date: Thu Aug 16 11:51:04 2007 +0200
42719
42720 Minor Coding Style fix; Update CHANGELOG file.
42721
42722 Signed-off-by: Wolfgang Denk <wd@denx.de>
42723
42724 commit 8fb6e80c06849e3013ac5c9350d8ed9e52967991
42725 Author: Stefan Roese <sr@denx.de>
42726 Date: Thu Aug 16 11:21:49 2007 +0200
42727
42728 ppc4xx: Remove #warning in esd auto_update.c
42729
42730 Signed-off-by: Stefan Roese <sr@denx.de>
42731
42732 commit 2d78074d2e806edc380c1464eb9e5df335ece65e
42733 Author: Stefan Roese <sr@denx.de>
42734 Date: Fri Jun 22 17:32:28 2007 +0200
42735
42736 ppc7xx: Update CPCI750 board
42737
42738 This small CPCI750 update extends the board specific command
42739 "show_config" to display the Marvell strapping registers and
42740 extends the PCI IDE controller.
42741
42742 Signed-off-by: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
42743 Signed-off-by: Stefan Roese <sr@denx.de>
42744
42745 commit 78cff50edba6b1508eb15c2f53ce966ac891eb9e
42746 Author: Michal Simek <monstr@monstr.eu>
42747 Date: Thu Aug 16 10:46:28 2007 +0200
42748
42749 [FIX] Changes for bios_emulator code for others architecture
42750
42751 commit 6e0e2253f039344f8ebd2787285fdba90e6714e8
42752 Author: Michal Simek <monstr@monstr.eu>
42753 Date: Thu Aug 16 10:45:09 2007 +0200
42754
42755 [FIX] Remove unused include file
42756
42757 commit 9de469bd960cc1870bb40d6672ed42726b8b50d7
42758 Author: Stefan Roese <sr@denx.de>
42759 Date: Thu Aug 16 10:18:33 2007 +0200
42760
42761 ppc4xx: Only enable POST FPU test on Sequoia and not Rainier
42762
42763 Signed-off-by: Stefan Roese <sr@denx.de>
42764
42765 commit 6da0c5bd4a53e40eb4f7eb72a4c051ecabad783c
42766 Author: Stefan Roese <sr@denx.de>
42767 Date: Thu Aug 16 09:54:51 2007 +0200
42768
42769 Add missing rainier (PPC440GRx) target to MAKEALL and MAINTAINERs files
42770
42771 Signed-off-by: Stefan Roese <sr@denx.de>
42772
42773 commit 02ba7022f62bb75908296c58c63866e1d294b69a
42774 Author: Stefan Roese <sr@denx.de>
42775 Date: Thu Aug 16 09:52:29 2007 +0200
42776
42777 ppc4xx: Update Sequoia/Rainier bootstrap command
42778
42779 As suggested by David Mitchell, here an update for the Sequoia/Rainier
42780 bootstrap command.
42781
42782 Signed-off-by: Stefan Roese <sr@denx.de>
42783
42784 commit 35cc4e4823668e8745854899cfaedd4489beb0ef
42785 Author: Kim Phillips <kim.phillips@freescale.com>
42786 Date: Wed Aug 15 22:30:39 2007 -0500
42787
42788 mpc83xx: enable libfdt by default on freescale boards
42789
42790 this enables libfdt code by default for the
42791 freescale mpc8313erdb, mpc832xemds, mpc8349emds,
42792 mpc8349itx and gp boards.
42793
42794 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
42795
42796 commit 3fde9e8b22cfbd7af489214758f9839a206576cb
42797 Author: Kim Phillips <kim.phillips@freescale.com>
42798 Date: Wed Aug 15 22:30:33 2007 -0500
42799
42800 mpc83xx: migrate remaining freescale boards to libfdt
42801
42802 this adds libfdt support code for the freescale
42803 mpc8313erdb, mpc832xemds, mpc8349emds, mpc8349itx,
42804 and gp boards.
42805
42806 Boards remain compatible with OF_FLAT_TREE.
42807
42808 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
42809
42810 commit 6a16e0dfcc4119b46adb1dce2d6c8fb3c5d108e1
42811 Author: Kim Phillips <kim.phillips@freescale.com>
42812 Date: Wed Aug 15 22:30:26 2007 -0500
42813
42814 mpc83xx: move common /memory node update mechanism to cpu.c
42815
42816 also adds common prototypes to include/common.h.
42817
42818 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
42819
42820 commit 8f9e0e9f339aee4ce31a338d5f27356eb5457f85
42821 Author: Kim Phillips <kim.phillips@freescale.com>
42822 Date: Wed Aug 15 22:30:19 2007 -0500
42823
42824 mpc83xx: remaining 8360 libfdt fixes
42825
42826 PCI clocks and QE frequencies weren't being updated, and the core clock
42827 was being updated incorrectly. This patch also adds a /memory node if
42828 it doesn't already exist prior to update.
42829
42830 plus some cosmetic trimming to single line comments.
42831
42832 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
42833
42834 commit f4b2ac5ed9aaff9920d487bff8a59696c083a524
42835 Author: Kim Phillips <kim.phillips@freescale.com>
42836 Date: Wed Aug 15 22:30:12 2007 -0500
42837
42838 mpc83xx: fix UEC2->1 typo in libfdt setup code
42839
42840 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
42841
42842 commit 19fa1c35368484d4ed10ddce8a7793c21862e3a3
42843 Author: Kim Phillips <kim.phillips@freescale.com>
42844 Date: Wed Aug 15 22:30:05 2007 -0500
42845
42846 mpc83xx: add MAINTAINER and MAKEALL entries for the mpc8323erdb
42847
42848 and reorder the existing 83xx maintainers alpha.
42849
42850 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
42851
42852 commit 5b4de9309d7a03aa1db2e5391ab696363391f460
42853 Author: Michal Simek <monstr@monstr.eu>
42854 Date: Wed Aug 15 21:15:05 2007 +0200
42855
42856 [FIX] Resolve problem with warnings
42857 microblaze toolchain don't support PRAGMA PACK.
42858
42859 commit d1ed28cf36ab6b1d4c479809de7252bf53d2f2d4
42860 Author: Michal Simek <monstr@monstr.eu>
42861 Date: Wed Aug 15 21:05:07 2007 +0200
42862
42863 [FIX] Correction command setting for Microblaze boards
42864
42865 commit 7aa63d8cd30ab20ac2fd1ab86e60471de8b1f1e5
42866 Author: Michal Simek <monstr@monstr.eu>
42867 Date: Wed Aug 15 21:03:41 2007 +0200
42868
42869 [FIX] Correction command definition
42870
42871 commit 30b52df9e906bf0e465916c2c6bb5192b438e0b8
42872 Author: Jon Loeliger <jdl@freescale.com>
42873 Date: Wed Aug 15 11:55:35 2007 -0500
42874
42875 86xx: Fix lingering CFG_CMD_* references in sbc8641d.h
42876
42877 Remove a leftover in net/tftp.c while we're at it.
42878
42879 Signed-off-by: Jon Loeliger <jdl@freescale.com>
42880
42881 commit 4ce917742b1e48faa9bf9a9757545e56fb4cfe44
42882 Author: Jon Loeliger <jdl@freescale.com>
42883 Date: Wed Aug 15 12:20:40 2007 -0500
42884
42885 Move the MPC8641HPCN board under board/freescale.
42886
42887 Minor path corrections needed to ensure buildability.
42888
42889 Signed-off-by: Jon Loeliger <jdl@freescale.com>
42890
42891 commit 8662577fe36fdb6a44b55b998d9daac6392a736a
42892 Author: Jon Loeliger <jdl@freescale.com>
42893 Date: Wed Aug 15 11:46:22 2007 -0500
42894
42895 86xx: Fix lingering CFG_CMD_* references in sbc8641d.h
42896
42897 Remove a leftover in net/tftp.c while we're at it.
42898
42899 Signed-off-by: Jon Loeliger <jdl@freescale.com>
42900
42901 commit 210f463c71917b7a4495c2103c228b9c179ae64d
42902 Author: Jerry Van Baren <gvb.uboot@gmail.com>
42903 Date: Wed Aug 15 11:13:15 2007 -0400
42904
42905 Fix where the #ifdef CFG_BOOTMAPSZ is placed.
42906
42907 Commit 073e1b509980cefe6f53c2d7fbbcd135df1e3924 "Fix initrd/dtb
42908 interaction" put the new code outside of the #if defined(CONFIG_OF_LIBFDT)
42909 when it should have gone inside of the conditional. As a result, it
42910 broke non-LIBFDT board builds.
42911
42912 Also added a missing "not." to the comment.
42913
42914 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
42915
42916 commit 0e19209767194a97cec6d93dba9e64d1da8d548e
42917 Author: Niklaus Giger <niklaus.giger@netstal.com>
42918 Date: Wed Aug 15 12:14:23 2007 +0200
42919
42920 PPC4xx:HCU4/5-Board fix compile warning
42921
42922 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
42923
42924 commit 594e79838ce5078a90d0c27abb2b2d61d5f8e8a7
42925 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
42926 Date: Tue Aug 14 14:06:45 2007 -0500
42927
42928 Fix malloc size error in ahci_init_one.
42929
42930 Typically this causes scsi init to corrupt the
42931 devlist and break the coninfo command.
42932 Fix a compiler size warning.
42933
42934 Signed-off-by: Jason Jin <jason.jin@freescale.com>
42935 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
42936 Acked-by: Andy Fleming <afleming@freescale.com>
42937
42938 commit b361acd64fd2525c081b9b288b0804efe209c0e9
42939 Author: ksi@koi8.net <ksi@koi8.net>
42940 Date: Tue Aug 14 10:02:16 2007 -0700
42941
42942 TI DaVinci - fix unsupported %hhx format
42943
42944 Signed-off-by: Sergey Kubushyn <ksi@koi8.net>
42945
42946 commit f01dbb5424a81453c81190dd30e945891466f621
42947 Author: Wolfgang Denk <wd@denx.de>
42948 Date: Tue Aug 14 18:42:36 2007 +0200
42949
42950 Coding style cleanup. Update CHANGELOG.
42951
42952 Signed-off-by: Wolfgang Denk <wd@denx.de>
42953
42954 commit 073e1b509980cefe6f53c2d7fbbcd135df1e3924
42955 Author: Andy Fleming <afleming@freescale.com>
42956 Date: Tue Aug 14 10:32:59 2007 -0500
42957
42958 Fix initrd/dtb interaction
42959
42960 The original code would wrongly relocate the blob to be right before
42961 the initrd if it existed. The blob *must* be within CFG_BOOTMAPSZ,
42962 if it is defined. So we make two changes:
42963
42964 1) flag the blob for relocation whenever its address is above BOOTMAPSZ
42965
42966 2) If the blob is being relocated, relocate it before kbd, not initrd
42967
42968 Signed-off-by: Andy Fleming <afleming@freescale.com>
42969
42970 commit e54b970173769307a116bd34028b6d0c2eea2a4e
42971 Author: Peter Pearse <peter.pearse@arm.com>
42972 Date: Tue Aug 14 15:40:00 2007 +0100
42973
42974 Supply spi interface in at45.c
42975
42976 commit 4ce846ec59f36b85d6644a769690ad3feb667575
42977 Author: Stefan Roese <sr@denx.de>
42978 Date: Tue Aug 14 15:12:01 2007 +0200
42979
42980 POST: Fix merge problem
42981
42982 Signed-off-by: Stefan Roese <sr@denx.de>
42983
42984 commit 429d9571f60631ae8a2fe12b11be4c75b0c2b37c
42985 Author: Stefan Roese <sr@denx.de>
42986 Date: Tue Aug 14 15:03:17 2007 +0200
42987
42988 Coding style cleanup
42989
42990 Signed-off-by: Stefan Roese <sr@denx.de>
42991
42992 commit 779e975117a75e91fcebe226a63104dbfb924ab1
42993 Author: Stefan Roese <sr@denx.de>
42994 Date: Tue Aug 14 14:44:41 2007 +0200
42995
42996 ppc4xx: Add initial Zeus (PPC405EP) board support
42997
42998 Signed-off-by: Stefan Roese <sr@denx.de>
42999
43000 commit c5a172a5fd636c12467429e3f7910e53773979c6
43001 Author: Stefan Roese <sr@denx.de>
43002 Date: Tue Aug 14 14:41:55 2007 +0200
43003
43004 POST: Add option for external ethernet loopback test
43005
43006 When CFG_POST_ETHER_EXT_LOOPBACK is defined, the ethernet POST
43007 is not done using an internal loopback connection, but by assuming
43008 that an external loopback connector is plugged into the board.
43009
43010 Signed-off-by: Stefan Roese <sr@denx.de>
43011
43012 commit eb2b4010ae426245172988804ee8d9193fb41038
43013 Author: Stefan Roese <sr@denx.de>
43014 Date: Tue Aug 14 14:39:44 2007 +0200
43015
43016 POST: Add ppc405 support to cache and UART POST
43017
43018 Signed-off-by: Stefan Roese <sr@denx.de>
43019
43020 commit 0c42f36f15074bd9808a7dbd7ef611fad9bf537c
43021 Author: Peter Pearse <peter.pearse@arm.com>
43022 Date: Tue Aug 14 10:46:32 2007 +0100
43023
43024 Replace lost end of at45.c.
43025
43026 commit 65d7ada64557e76094b4fd3bad30a0f18f5fb2b2
43027 Author: Peter Pearse <peter.pearse@arm.com>
43028 Date: Tue Aug 14 10:30:06 2007 +0100
43029
43030 Update Makefiles for merged and split at45.c.
43031
43032 commit 3454cece2db57cb9eb7087995f7e73066a163f71
43033 Author: Peter Pearse <peter.pearse@arm.com>
43034 Date: Tue Aug 14 10:21:06 2007 +0100
43035
43036 Delete the merged files.
43037
43038 commit dcbfd2e5649f97aa04fbbc6ea2b008aa4486e225
43039 Author: Peter Pearse <peter.pearse@arm.com>
43040 Date: Tue Aug 14 10:14:05 2007 +0100
43041
43042 Add the files.
43043
43044 commit d4fc6012fd0a5c211b825691f44b06f8032c0551
43045 Author: Peter Pearse <peter.pearse@arm.com>
43046 Date: Tue Aug 14 10:10:52 2007 +0100
43047
43048 Add MACH_TYPE records for several AT91 boards.
43049 Merge to two at45.c files into a common file, split to at45.c and spi.c
43050 Fix spelling error in DM9161 PHY Support.
43051 Initialize at91rm9200 board (and set LED).
43052 Add PIO control for at91rm9200dk LEDs and Mux.
43053 Change dataflash partition boundaries to be compatible with Linux 2.6.
43054
43055 Signed-off-by: Peter Pearse <peter.pearse@arm.com>
43056 Signed-off-by: Ulf Samuelsson <ulf@atmel.com>
43057
43058 commit 4ef35e53c693556c54b0c22d6f873de87bade253
43059 Author: Wolfgang Denk <wd@denx.de>
43060 Date: Tue Aug 14 09:54:46 2007 +0200
43061
43062 Coding style cleanup, update CHANGELOG
43063
43064 Signed-off-by: Wolfgang Denk <wd@denx.de>
43065
43066 commit 85eb5caf6b906f7ec5b54814e8c7c74f55986bb7
43067 Author: Wolfgang Denk <wd@denx.de>
43068 Date: Tue Aug 14 09:47:27 2007 +0200
43069
43070 Coding style cleanup; rebuild CHANGELOG
43071
43072 commit 7f3f2bd2dc08e0b05e185662ca2e2d283757104a
43073 Author: Randy Vinson <rvinson@linuxbox.(none)>
43074 Date: Tue Feb 27 19:42:22 2007 -0700
43075
43076 85xxCDS: Add make targets for legacy systems.
43077
43078 The PCI ID select values on the Arcadia main board differ depending
43079 on the version of the hardware. The standard configuration supports
43080 Rev 3.1. The legacy target supports Rev 2.x.
43081
43082 Signed-off-by Randy Vinson <rvinson@mvista.com>
43083
43084 commit e41094c7e38177c755fbd9b182018069614f080d
43085 Author: Andy Fleming <afleming@freescale.com>
43086 Date: Tue Aug 14 01:50:09 2007 -0500
43087
43088 85xxCDS: Enable the VIA PCI-to-ISA bridge.
43089
43090 Author: Randy Vinson <rvinson@linuxbox.(none)>
43091
43092 Enable the PCI-to-ISA bridge in the VIA Southbridge located on the
43093 Arcadia main board.
43094
43095 Signed-off-by: Randy Vinson <rvinson@mvista.com>
43096 Signed-off-by: York Sun <yorksun@freescale.com>
43097
43098 commit da9d4610d76e52c4d20a8f3d8433439a7fcf5b71
43099 Author: Andy Fleming <afleming@freescale.com>
43100 Date: Tue Aug 14 00:14:25 2007 -0500
43101
43102 Add support for UEC to 8568
43103
43104 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
43105 Signed-off-by: Andy Fleming <afleming@freescale.com>
43106
43107 commit c59e4091ffe0148398b9e9ff14a019ea038b7432
43108 Author: Haiying Wang <Haiying.Wang@freescale.com>
43109 Date: Tue Jun 19 14:18:34 2007 -0400
43110
43111 Add PCI support for MPC8568MDS board
43112
43113 This patch is against u-boot-mpc85xx.git of www.denx.com
43114
43115 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
43116 Signed-off-by: Ebony Zhu <ebony.zhu@freescale.com>
43117
43118 commit d111d6382c99fdea08c2312eeeae8786945e189a
43119 Author: Haiying Wang <Haiying.Wang@freescale.com>
43120 Date: Tue Jun 19 14:18:32 2007 -0400
43121
43122 Empirically set cpo and clk_adjust for mpc85xx DDR2 support
43123
43124 This patch is against u-boot-mpc85xx.git of www.denx.com
43125
43126 Setting cpo to 0x9 for frequencies higher than 333MHz is verified on
43127 both MPC8548CDS board and MPC8568MDS board, especially for supporting
43128 533MHz DDR2.
43129
43130 Setting clk_adjust to 0x6(3/4 late cycle) for MPC8568MDS board is for
43131 DDR2 on all current board versions especially ver 1.92 or later to bring
43132 up.
43133
43134 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
43135
43136 commit 3db0bef59eab1155801618cef5c481e97553b597
43137 Author: Kumar Gala <galak@kernel.crashing.org>
43138 Date: Tue Aug 7 18:07:27 2007 -0500
43139
43140 Use an absolute address when jumping out of 4k boot page
43141
43142 On e500 when we leave the 4k boot page we should use an absolute address since
43143 we don't know where the board code may want us to be really running at.
43144
43145 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
43146
43147 commit 39980c610c9a4c381907c9e1d1b9c0e1c0dca57a
43148 Author: Andy Fleming <afleming@freescale.com>
43149 Date: Mon Aug 13 14:49:59 2007 -0500
43150
43151 MPC85xx BA bits not set for 3-bit bank address DIMM
43152
43153 The current implementation does not set the number of bank address bits
43154 (BA) in the processor. The default assumes 2 logical bank bits. This
43155 works fine for a DIMM that uses devices with 4 internal banks (SPD
43156 byte17 = 0x4) but needs to be set appropriately for a DIMM that uses
43157 devices with 8 internal banks (SPD byte17 = 0x8).
43158
43159 Signed-off-by: Greg Davis <DavisG@embeddedplanet.com>
43160
43161 commit 6c543597bb4b1ecf5d8589f7abb0f39929fb7fd1
43162 Author: Andy Fleming <afleming@freescale.com>
43163 Date: Mon Aug 13 14:38:06 2007 -0500
43164
43165 Fix minor 85xx warnings
43166
43167 Some patches had inserted warnings into the build:
43168 * mpc8560ads declared data without using it
43169 * cpu_init declared ecm and immap without using it in all CONFIGs
43170 * MPC8548CDS.h had its default filenames changed so that they contained
43171 "\m" in the paths. Made the defaults not Windows-specific (or
43172 anything-specific)
43173
43174 Signed-off-by: Andy Fleming <afleming@freescale.com>
43175
43176 commit f2cff6b104f82b993bef6086ce0c97159bbe1add
43177 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
43178 Date: Fri Jul 27 01:50:52 2007 -0500
43179
43180 8548cds PCIE support.
43181
43182 Make the early L1 cache stack region guarded to prevent speculative
43183 fetches outside the locked range.
43184
43185 Use _PHYS defines, not _MEM for cpu-side PCI memory mapped regions.
43186 init.S whitespace cleanup.
43187
43188 Allow TEXT_BASE value to be specified on command line. This allows it
43189 to be set to 0xfffc0000 which cuts the uboot binary in half.
43190
43191 Clear and enable lbc and ecm errors.
43192
43193 Update last_busno in device-tree for pci and pcie.
43194
43195 Remove load of obsolete cpu/mpc85xx/pci.0
43196
43197 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
43198 Acked-by: Andy Fleming <afleming@freescale.com>
43199
43200 commit 837f1ba05cfb248aba5ab8e1fb1bfeefa07d5962
43201 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
43202 Date: Fri Jul 27 01:50:51 2007 -0500
43203
43204 8544ds PCIE support
43205
43206 PCI1 LAW mapping should use CFG_PCI1_MEM_PHY and not _BASE address.
43207
43208 Enable LBC and ECM errors and clear error registers.
43209
43210 Add tftpflash env var to get uboot from tftp server and flash it.
43211
43212 Add pci/pcie convenience env vars to display register space:
43213 "run pcie3regs" to see all pcie3 ccsr registers
43214 "run pcie3cfg" to see all cfg registers
43215 Whitespace cleanup and MPC8544DS.h
43216
43217 Enable CONFIG_INTERRUPTS.
43218
43219 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
43220 Acked-by: Andy Fleming <afleming@freescale.com>
43221
43222 commit 61a21e980a7b9188424d04f1c265fdc5c21c7e85
43223 Author: Andy Fleming <afleming@freescale.com>
43224 Date: Tue Aug 14 01:34:21 2007 -0500
43225
43226 85xx start.S cleanup and exception support
43227
43228 From: Ed Swarthout <Ed.Swarthout@freescale.com>
43229
43230 Support external interrupts from platform to eliminate system hangs.
43231 Define CONFIG_INTERRUPTS board configure option to enable.
43232 Enable ecm, ddr, lbc, and pci/pcie error interrupts in PIC.
43233
43234 Remove extra cpu initialization redundant with hardware initialization.
43235 Whitespace cleanup.
43236
43237 Define and use _START_OFFSET consistent with other processors using
43238 ppc_asm.tmpl
43239
43240 Move additional code from .text to boot page to make room for
43241 exception vectors at start of image.
43242
43243 Handle Machine Check, External and Critical exceptions.
43244
43245 Fix e500 machine check error determination in traps.c
43246
43247 TEXT_BASE can now be 0xfffc_0000 - which cuts binary image in half.
43248
43249 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
43250 Acked-by: Andy Fleming <afleming@freescale.com>
43251
43252 commit 7bd30fc4a6475b41d6679ae3aafc9fa505260c47
43253 Author: Andy Fleming <afleming@freescale.com>
43254 Date: Tue Aug 14 01:33:18 2007 -0500
43255
43256 Add MPC8544DS README
43257
43258 Signed-off-by: Andy Fleming <afleming@freescale.com>
43259
43260 commit 40c7f9b0de4e300370adfc704128fa0f79a143b6
43261 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
43262 Date: Fri Jul 27 01:50:48 2007 -0500
43263
43264 85xx allow debugger to configure ddr.
43265
43266 Only check for mpc8548 rev 1 when compiled for 8548.
43267
43268 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
43269 Acked-by: Andy Fleming <afleming@freescale.com>
43270
43271 commit 29372ff38c5baab7d0e3a8c14fe11fa194a38704
43272 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
43273 Date: Fri Jul 27 01:50:47 2007 -0500
43274
43275 mpc85xx L2 cache reporting and SRAM relocation option.
43276
43277 Allow debugger to override flash cs0/cs1 settings to enable alternate
43278 boot regions
43279
43280 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
43281 Acked-by: Andy Fleming <afleming@freescale.com>
43282
43283 commit 41f0f8fb1ab92f0cba7d329de90070f822f8299f
43284 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
43285 Date: Fri Jul 27 01:50:46 2007 -0500
43286
43287 e500 needs ppc_asm.tmp MCK_EXCEPTION
43288
43289 Always define MCK_EXCEPTION macro - so e500 can use it too.
43290
43291 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
43292 Acked-by: Andy Fleming <afleming@freescale.com>
43293
43294 commit 53a5c424bf8655b7b4e2c305a441963259a26a81
43295 Author: David Updegraff <dave@cray.com>
43296 Date: Mon Jun 11 10:41:07 2007 -0500
43297
43298 multicast tftp: RFC2090
43299
43300 Implemented IETF RFC2090, Multicast TFTP. Initial implementation
43301 on Realtek RTL8139 and Freescale TSEC.
43302
43303 Signed-off-by: David Updegraff <dave@cray.com>
43304 Signed-off-by: Ben Warren <bwarren@qstreams.com>
43305
43306 commit 5d110f0aa69f065ee386ec1840dfee1e8cc46bc1
43307 Author: Wilson Callan <wcallan@savantav.com>
43308 Date: Sat Jul 28 10:56:13 2007 -0400
43309
43310 New CONFIG_BOOTP_SERVERIP option
43311
43312 Added CONFIG_BOOTP_SERVERIP to allow the tftp server to be different
43313 from the bootp server
43314
43315 Signed-off-by: Wilson Callan <wcallan@savantav.com>
43316 Signed-off-by: Ben Warren <bwarren@qstreams.com>
43317
43318 commit 50cca8b976ec74069860208c36e64ce8f4d5e4c1
43319 Author: Mike Rapoport <mike@compulab.co.il>
43320 Date: Sun Aug 12 08:48:27 2007 +0300
43321
43322 Add ability to take MAC address from the environment to DM9000 driver
43323
43324 Signed-off-by: Mike Rapoport <mike@compulab.co.il>
43325 Signed-off-by: Ben Warren <bwarren@qstreams.com>
43326
43327 commit be5d72d10d47609326226225181e301fb9a33b58
43328 Author: Wolfgang Denk <wd@denx.de>
43329 Date: Mon Aug 13 21:57:53 2007 +0200
43330
43331 Minor coding style cleanup. Update CHANGELOG.
43332
43333 Signed-off-by: Wolfgang Denk <wd@denx.de>
43334
43335 commit cca34967cbd13ff6bd352be29e3f1cc88ab24c05
43336 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
43337 Date: Sat Aug 11 06:54:58 2007 -0500
43338
43339 Modify SBC8641D to use new Freescale PCI routines
43340
43341 PCI-Express sockets 1 and 2 verified working with Intel Pro/1000 PT
43342 adapter.
43343
43344 Signed-off-by: Joe Hamman <joe.hamman@embeddedspecialties.com>
43345 Signde-off-by: Jon Loeliger <jdl@freescale.com>
43346
43347 commit a08458303e7f9db67f296980036d3292c35cb45c
43348 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
43349 Date: Fri Jun 29 18:38:51 2007 +0200
43350
43351 atmel_mci: Fix data timeout value
43352
43353 Calculate the data timeout based on values from the CSD instead of
43354 just using a hardcoded DTOR value. This is a backport of a similar fix
43355 in BSP 2.0, with one additional fix: the DTOCYC value is rounded up
43356 instead of down.
43357
43358 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
43359
43360 commit 0ba8eed28b575626b17e0a7882f923b83e0d7584
43361 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
43362 Date: Mon Aug 13 17:22:31 2007 +0200
43363
43364 AVR32: Include <div64.h> instead of <asm/div64.h>
43365
43366 include/asm-avr32/div64.h was recently moved to include/div64.h, but
43367 cpu/at32ap/interrupts.c wasn't properly updated (an earlier version of
43368 the patch was merged perhaps?)
43369
43370 This patch updates cpu/at32ap/interrupts.c so that the avr32 port
43371 compiles again.
43372
43373 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
43374
43375 commit f0d1246ed7cb5a88522244c596d7ae7e6f161283
43376 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
43377 Date: Wed Jun 27 13:34:26 2007 +0200
43378
43379 atmel_mci: Use 512 byte blocksize if possible
43380
43381 Instead of always using the largest blocksize the card supports, check
43382 if it can support smaller block sizes and use 512 bytes if possible.
43383 Most cards do support this, and other parts of u-boot seem to have
43384 trouble with block sizes different from 512 bytes.
43385
43386 Also enable underrun/overrun protection.
43387
43388 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
43389 Acked-by: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
43390
43391 commit 273db7e1bdd1937e32f1d4507321bb721ebd3118
43392 Author: Stefan Roese <sr@denx.de>
43393 Date: Mon Aug 13 09:05:33 2007 +0200
43394
43395 ppc4xx: Fix problem in PLL clock calculation
43396
43397 This patch was originall provided by David Mitchell <dmitchell@amcc.com>
43398 and fixes a bug in the PLL clock calculation.
43399
43400 Signed-off-by: Stefan Roese <sr@denx.de>
43401
43402 commit 9986bc3e40e899bea372a99a2bca4071bdf2e24b
43403 Author: Wolfgang Denk <wd@denx.de>
43404 Date: Sun Aug 12 21:34:50 2007 +0200
43405
43406 Update CHANGELOG
43407
43408 commit 77d19a8bf3b0b1e401cb9f23c81e2ef419705c1a
43409 Author: Wolfgang Denk <wd@denx.de>
43410 Date: Sun Aug 12 21:34:34 2007 +0200
43411
43412 Minor alignment of output, 2nd try.
43413 Also update CHANGELOG
43414
43415 Signed-off-by: Wolfgang Denk <wd@denx.de>
43416
43417 commit 6b309f22a724fad8418e811751a0741b893419cf
43418 Author: Wolfgang Denk <wd@denx.de>
43419 Date: Sun Aug 12 20:35:49 2007 +0200
43420
43421 Minor alignment of output
43422
43423 Signed-off-by: Wolfgang Denk <wd@denx.de>
43424
43425 commit 6f6d7b9c8559e241e8d232621542b8b59699b07b
43426 Author: Wolfgang Denk <wd@denx.de>
43427 Date: Sun Aug 12 18:28:18 2007 +0200
43428
43429 Cleanup output on ADS5121 board
43430
43431 Signed-off-by: Wolfgang Denk
43432
43433 commit a4d2636f2a859245ed3a401f26189da2dfda4ceb
43434 Author: Wolfgang Denk <wd@denx.de>
43435 Date: Sun Aug 12 15:11:38 2007 +0200
43436
43437 Adapt board configuration and fix kernel crash on MCC200 board.
43438
43439 The update procedure was modified to turn off the USB subsystem
43440 before exit for MCC200 and TRAB. This is necessary as otherwise the
43441 USB controller continues to write periodically to system memory!
43442
43443 MCC200-specific notes:
43444 - the patch disables the magic key check for MCC200
43445 - the patch contains the configuration changes made
43446 for the new revision of the board.
43447
43448 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
43449 Signed-off-by: Wolfgang Denk <wd@denx.de>
43450
43451 commit e27f3a6efb9db5a533223b05c629ff4ac8d921bf
43452 Author: Wolfgang Denk <wd@denx.de>
43453 Date: Sun Aug 12 14:47:54 2007 +0200
43454
43455 Adjust default configuration of ADS5121 board.
43456
43457 Signed-off-by: Wolfgang Denk <wd@denx.de>
43458
43459 commit afaac86fe2948ac84cd9a12bbed883b3c683e7d9
43460 Author: Wolfgang Denk <wd@denx.de>
43461 Date: Sun Aug 12 14:27:39 2007 +0200
43462
43463 Clean up some remaining CFG_CMD_ -> CONFIG_CMD_ issues.
43464
43465 Signed-off-by: Wolfgang Denk <wd@denx.de>
43466
43467 commit 5fe6be6208dda852c3564e384bd78d75784dea3e
43468 Author: Gerald Van Baren <vanbaren@cideas.com>
43469 Date: Tue Aug 7 21:14:22 2007 -0400
43470
43471 Improve error print messages.
43472
43473 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
43474
43475 commit 99dffca3b7590a16a00bc475c860b67b2a3f1462
43476 Author: Kim Phillips <kim.phillips@freescale.com>
43477 Date: Tue Jul 17 13:57:04 2007 -0500
43478
43479 fdt: allow for builds that don't want env and bd_t nodes
43480
43481 protect fdt_env and fdt_bd_t invocations, fix codingstyle while in the
43482 area.
43483
43484 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
43485
43486 commit 91148bf7aeba142d6f348805db7625db7da64d6f
43487 Author: Kim Phillips <kim.phillips@freescale.com>
43488 Date: Tue Jul 17 13:56:53 2007 -0500
43489
43490 fdt: do board setup based on fdt address specified on bootm line
43491
43492 The last fdt patch to bootm did board setup based on the address
43493 specified by a prior fdt address command invocation. The bootm
43494 code, as its call to fdt_chosen does, should use the fdt specified
43495 by the user on the bootm command. Note this restores full
43496 functionality for the 8360's existing default boot environment
43497 values, e.g. 'run nfsboot' (i.e. no having to 'fdt addr $fdtaddr'
43498 before booting a kernel).
43499
43500 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
43501
43502 commit e125a2ffc209dd34794e326c7175658253beadf3
43503 Author: Gerald Van Baren <vanbaren@cideas.com>
43504 Date: Tue Jul 10 20:40:39 2007 -0400
43505
43506 Call ft_board_setup() from the bootm command.
43507
43508 In the patch titled "Create new fdt boardsetup command..." I removed the
43509 call to ft_board_setup() from the routine fdt_chosen(), but I forgot
43510 to add a direct call back into cmd_bootm.c
43511
43512 This fixes the oversight by adding the direct call to the bootm command.
43513
43514 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
43515
43516 commit fd61e55dd8cb52ce3ff91b3917af26e24b6b0845
43517 Author: Gerald Van Baren <vanbaren@cideas.com>
43518 Date: Mon Jun 25 23:25:28 2007 -0400
43519
43520 Create new fdt boardsetup command, fix bug parsing [] form of set values.
43521
43522 Previously ft_board_setup() was called by fdt_chosen() which was not
43523 really correctly structured. This splits ft_board_setup() out by creating
43524 a new fdt boardsetup command.
43525
43526 Fix a bug when parsing fdt set command values which have the square
43527 bracket form [00 11 22 33] - the length was updated incorrectly in when
43528 parsing that form.
43529
43530 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
43531
43532 commit 6f35ded9e85493595e0eb66a82b502a95326d049
43533 Author: Gerald Van Baren <vanbaren@cideas.com>
43534 Date: Mon Jun 25 20:55:58 2007 -0400
43535
43536 Tighten up the error messages.
43537
43538 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
43539
43540 commit c45874b05aae897a6c29d1a97d4bb708fca2756c
43541 Author: Gerald Van Baren <vanbaren@cideas.com>
43542 Date: Mon Jun 25 19:52:23 2007 -0400
43543
43544 Asthetic improvements: error messages and line lengths.
43545
43546 Tighten up the error messages, split overlength lines.
43547
43548 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
43549
43550 commit 35ec398f16e17df600edc1b38c1e9e62c15c9aa1
43551 Author: Gerald Van Baren <vanbaren@cideas.com>
43552 Date: Fri May 25 22:08:57 2007 -0400
43553
43554 Fix fdt_chosen() to call ft_board_setup(), clean up long lines.
43555
43556 The fdt_chosen() function was adding/seting some properties ad-hoc
43557 improperly and duplicated (poorly) what was done in ft_board_setup()
43558
43559 Clean up long lines (setting properties, printing errors).
43560
43561 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
43562
43563 commit 06e19a07701c968f15d72c083b5872a1a11c7b01
43564 Author: Gerald Van Baren <vanbaren@cideas.com>
43565 Date: Mon May 21 23:27:16 2007 -0400
43566
43567 For fdt_find_node_by_path(), handle the root path properly.
43568
43569 Also removes the special case root path detection in cmd_fdt.c since it
43570 is no longer necessary.
43571
43572 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
43573
43574 commit 9675ee7208ab965d13ea8d8262d77ac4160ef549
43575 Author: Gerald Van Baren <vanbaren@cideas.com>
43576 Date: Thu May 17 23:54:36 2007 -0400
43577
43578 Add fdt_find_node_by_type() and fdt_find_compatible_node() to LIBFDT
43579
43580 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
43581 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
43582
43583 commit 1a861169bc3758f9de3aead62b058736c6891246
43584 Author: Gerald Van Baren <vanbaren@cideas.com>
43585 Date: Wed Jun 6 22:47:58 2007 -0400
43586
43587 Replace fdt_node_offset() with fdt_find_node_by_path().
43588
43589 The new name matches more closely the kernel's name, which is also
43590 a much better description.
43591
43592 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
43593 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
43594
43595 commit addd8ce83078c25f0eca5f23adbdfc64ca50a243
43596 Author: Gerald Van Baren <vanbaren@cideas.com>
43597 Date: Wed May 16 22:39:59 2007 -0400
43598
43599 Fix cmd_fdt line lengths, refactor code.
43600
43601 Break lines that were greater than 80 characters in length.
43602 Move the fdt print and property parsing code to separate static functions
43603 to reduce coding clutter in the fdt_cmd handling body.
43604
43605 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
43606
43607 commit 25114033ab21788810c48ba4df103b649da1223b
43608 Author: Gerald Van Baren <vanbaren@cideas.com>
43609 Date: Sat May 12 09:47:25 2007 -0400
43610
43611 FDT command improvements.
43612
43613 Fix "fdt set" so that it will create a non-existing property.
43614 Add "fdt mknode" to create nodes.
43615
43616 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
43617
43618 commit 38eb508e8e811e2e57628f445de3a24a23c7d804
43619 Author: Gerald Van Baren <vanbaren@cideas.com>
43620 Date: Sat May 12 09:45:46 2007 -0400
43621
43622 Reorganize and fix problems (returns) in the bootm command.
43623
43624 Do *NOT* return after the "point of no return" has been passed.
43625 If something goes wrong, the board must be reset after that point.
43626 Move the "Transferring control to Linux" debug message back to where it
43627 belongs: just before transferring control to linux.
43628
43629 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
43630
43631 commit 89c8757d8f213c47709bdc4efe0695263a6080a6
43632 Author: Gerald Van Baren <vanbaren@cideas.com>
43633 Date: Tue May 8 21:27:35 2007 -0400
43634
43635 Fix bugs in the CONFIG_OF_LIBFDT
43636
43637 Stupid coding mistakes (identified by Timur Tabi, thanks).
43638
43639 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
43640
43641 commit 6be07cc1ca458278c85ecdbf1a0536cff4c701ec
43642 Author: Gerald Van Baren <vanbaren@cideas.com>
43643 Date: Wed Apr 25 22:47:15 2007 -0400
43644
43645 Improve fdt move length handling.
43646
43647 Make the length parameter optional: if not specified, do the move using
43648 the current size unchanged.
43649
43650 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
43651
43652 commit bb930e76fea6cf89ca2d98e2f7c7a6043d79327d
43653 Author: Gerald Van Baren <vanbaren@cideas.com>
43654 Date: Wed Apr 25 22:23:36 2007 -0400
43655
43656 Minor code clean up.
43657
43658 Declare the variable fdt properly as extern.
43659 Call the "set_fn" function pointer the "short way" without the full
43660 dereferencing syntax.
43661
43662 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
43663
43664 commit ba24e2ac3bdb5c489f3c787e7542b6474c4d65c6
43665 Author: Gerald Van Baren <vanbaren@cideas.com>
43666 Date: Wed Apr 25 21:24:27 2007 -0400
43667
43668 Improve error messages, more informative.
43669
43670 Print more than the raw libfdt error message strings. This is especially
43671 useful for cluing in the user when the bootm command aborts due to
43672 blob problems.
43673
43674 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
43675
43676 commit 8096b3b8f772c1894ddeda9dbceff6a8826473a4
43677 Author: Gerald Van Baren <vanbaren@cideas.com>
43678 Date: Fri Apr 20 22:46:53 2007 -0400
43679
43680 libfdt: Conditionally compile based on CONFIG_OF_LIBFDT
43681
43682 This is the way u-boot reduces configured-out code. At Wolfgang
43683 Grandegger and Wolfgang Denk's request, make libfdt conform.
43684
43685 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
43686
43687 commit 923efd286411ed052d9e074f59f8986d6081061c
43688 Author: Bruce Adler <bruce.adler@ccpu.com>
43689 Date: Fri Aug 10 14:54:47 2007 -0700
43690
43691 add image size and descriptors for Spartan 3E FPGA chips
43692
43693 Spartan 3E image sizes taken from Table 1-4 in Xilinx UG332 (v1.1)
43694
43695 Signed-off by: Bruce Adler <bruce.adler@ccpu.com>
43696
43697 commit fb56579ffe7ef3275b7036bb7b924e5a0d32bd70
43698 Author: Kim Phillips <kim.phillips@freescale.com>
43699 Date: Fri Aug 10 15:34:48 2007 -0500
43700
43701 make MAKEALL more immune to merge conflicts
43702
43703 ..by placing board entries one per line, as suggested by jdl.
43704
43705 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
43706
43707 commit 2628114ec564f969f34b5f7105fbd168cb8c9c3f
43708 Author: Kim Phillips <kim.phillips@freescale.com>
43709 Date: Fri Aug 10 13:28:25 2007 -0500
43710
43711 README: Remove outdated cpu type, board type, and NAME_config lists
43712
43713 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
43714
43715 commit 49bb59912d21aacb507eb81fd21fb7af650c706c
43716 Author: Dave Liu <r63238@freescale.com>
43717 Date: Fri Aug 10 15:48:59 2007 +0800
43718
43719 mpc83xx: Suppress the warning 'burstlen'
43720
43721 suppress the warning 'burstlen' of spd_sdram.
43722
43723 Signed-off-by: Dave Liu <daveliu@freescale.com>
43724
43725 commit c646bba6465a45c60746d4cc1602cd06c1960f2d
43726 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
43727 Date: Thu Aug 9 15:11:03 2007 -0500
43728
43729 Add support for SBC8641D. Config files.
43730
43731 Add support for Wind River's SBC8641D reference board.
43732
43733 Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com>
43734 Acked-by: Wolfgang Denk <wd@denx.de>
43735 Acked-by: Jon Loeliger <jdl@freescale.com>
43736
43737 commit 8ac273271d57321f90505c7a51cdb1ef2113b628
43738 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
43739 Date: Thu Aug 9 15:10:53 2007 -0500
43740
43741 Add support for SBC8641D. Board files.
43742
43743 Add support for Wind River's SBC8641D reference board.
43744
43745 Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com>
43746 Acked-by: Wolfgang Denk <wd@denx.de>
43747 Acked-by: Jon Loeliger <jdl@freescale.com>
43748
43749 commit c2c0ab4aff86622b837a48a0e560351f9afafb95
43750 Author: Stefan Roese <sr@denx.de>
43751 Date: Fri Aug 10 20:34:58 2007 +0200
43752
43753 Conding style cleanup
43754
43755 Signed-off-by: Stefan Roese <sr@denx.de>
43756
43757 commit c74b2108e31fe09bd1c5d291c3cf360510d4f13e
43758 Author: Sergey Kubushyn <ksi@koi8.net>
43759 Date: Fri Aug 10 20:26:18 2007 +0200
43760
43761 [ARM] TI DaVinci support, hopefully final
43762
43763 Add support for the following DaVinci boards:
43764 - DV_EVM
43765 - SCHMOOGIE
43766 - SONATA
43767
43768 Changes:
43769
43770 - Split into separate board directories
43771 - Removed changes to MTD_DEBUG (or whatever it's called)
43772 - New CONFIG_CMD party line followed
43773 - Some cosmetic fixes, cleanup etc.
43774 - Patches against the latest U-Boot tree as of now.
43775 - Fixed CONFIG_CMD_NET in net files.
43776 - Fixed CONFIG_CMD_EEPROM for schmoogie.
43777 - Made sure it compiles and works (forceenv() link problem) on SCHMOOGIE and
43778 DV_EVM. Can't check if it works on SONATA, don't have a board any more,
43779 but it at least compiles.
43780
43781 Here is an excerpt from session log on SCHMOOGIE...
43782
43783 U-Boot 1.2.0-g6c33c785-dirty (Aug 7 2007 - 13:07:17)
43784
43785 DRAM: 128 MB
43786 NAND: 128 MiB
43787 In: serial
43788 Out: serial
43789 Err: serial
43790 ARM Clock : 297MHz
43791 DDR Clock : 162MHz
43792 ETH PHY : DP83848 @ 0x01
43793 U-Boot > iprobe
43794 Valid chip addresses: 1B 38 3A 3D 3F 50 5D 6F
43795 U-Boot > ping 192.168.253.10
43796 host 192.168.253.10 is alive
43797 U-Boot >
43798
43799 Signed-off-by: Sergey Kubushyn <ksi@koi8.net>
43800 Acked-by: Dirk Behme <dirk.behme@gmail.com>
43801 Acked-by: Zach Sadecki <Zach.Sadecki@ripcode.com>
43802 Acked-by: Stefan Roese <sr@denx.de>
43803
43804 commit 2e4d94f1e3c2961428967a33b6ff2520568391b3
43805 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
43806 Date: Fri Jul 27 01:50:45 2007 -0500
43807
43808 fsl_pci_init cleanup.
43809
43810 Do not enable normal errors created during probe (master abort, perr,
43811 and pcie Invalid Configuration access).
43812
43813 Add CONFIG_PCI_NOSCAN board option to prevent bus scan.
43814
43815 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
43816 Acked-by: Andy Fleming <afleming@freescale.com>
43817
43818 commit 936b3e69b667c3eb9a61ece4e78647d3fce9fc2a
43819 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
43820 Date: Fri Jul 27 01:50:44 2007 -0500
43821
43822 pciauto_setup_device bars_num fix
43823
43824 Passing bars_num=0 to pciauto_setup_device should assign no bars.
43825
43826 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
43827 Acked-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
43828 Acked-by: Andy Fleming <afleming@freescale.com>
43829
43830 commit cf0b185e58ca0aec8ae2b2a8804ec0ef58ee21d4
43831 Author: Jon Loeliger <jdl@freescale.com>
43832 Date: Mon Aug 6 17:39:44 2007 -0500
43833
43834 8641hpcn: Do correct sized pointer math.
43835
43836 When I rebased Ed's patch and cleaned up a few compilation
43837 problems, I apparently rebased my brain on crack first.
43838 Fix that by doing (char *) sized pointer math as needed.
43839
43840 Signed-off-by: Jon Loeliger <jdl@freescale.com>
43841
43842 commit cfc7a7f5bb3273c9951173c788001d45118f141f
43843 Author: Jon Loeliger <jdl@freescale.com>
43844 Date: Thu Aug 2 14:42:20 2007 -0500
43845
43846 cpu/86xx fixes.
43847
43848 Remove rev 1 fixes.
43849 Always set PICGCR_MODE.
43850 Enable machine check and provide board config option
43851 to set and handle SoC error interrupts.
43852
43853 Include MSSSR0 in error message.
43854
43855 Isolate a RAMBOOT bit of code with #ifdef CFG_RAMBOOT.
43856
43857 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
43858 Signed-off-by: Jon Loeliger <jdl@freescale.com>
43859
43860 commit 35d22f957a85a22bb3cd1ad084fa5404620d1c42
43861 Author: Stefan Roese <sr@denx.de>
43862 Date: Fri Aug 10 10:42:25 2007 +0200
43863
43864 Coding style cleanup
43865
43866 Signed-off-by: Stefan Roese <sr@denx.de>
43867
43868 commit 3a6d56c20989fe27360afe743bd2a7ad4d76e48f
43869 Author: Dirk Behme <dirk.behme@googlemail.com>
43870 Date: Thu Aug 2 17:42:08 2007 +0200
43871
43872 Make use of generic 64bit division in nand_util.c
43873
43874 Use generic 64bit division in nand_util.c. This makes nand_util.c
43875 independent of any toolchain 64bit division.
43876
43877 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
43878
43879 commit f7c086e94e8ce9aad7268af97f73aa6884686f27
43880 Author: Dirk Behme <dirk.behme@googlemail.com>
43881 Date: Thu Aug 2 17:41:14 2007 +0200
43882
43883 Move 64bit division from avr32 to generic lib
43884
43885 Move the 64bit division from lib_avr32 to lib_generic. With this, all
43886 boards can do_div/__div64_32 if needed, not only avr one. Code is put
43887 to lib_generic, so no larger memory footprint if not used. No code
43888 modifications. Thanks for proposal by HÃ¥vard Skinnemoen.
43889
43890 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
43891
43892 commit 157cda4d0c3d592ccbb19bbfc07d9251894f0894
43893 Author: Niklaus Giger <niklausgiger@gmx.ch>
43894 Date: Fri Jul 27 11:31:22 2007 +0200
43895
43896 Add PPC4xx-HCU4 and HCU5 boards: HCU5 files
43897
43898 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
43899
43900 commit 6e5de26c6e7580faf16e87745cd488b92b492d0c
43901 Author: Niklaus Giger <niklausgiger@gmx.ch>
43902 Date: Fri Jul 27 11:30:33 2007 +0200
43903
43904 Add PPC4xx-HCU4 and HCU5 boards: HCU4 files
43905
43906 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
43907
43908 commit e8397fc78c9394d71de233a4d810fbc9047e4c76
43909 Author: Niklaus Giger <niklausgiger@gmx.ch>
43910 Date: Fri Jul 27 11:38:26 2007 +0200
43911
43912 Add PPC4xx-HCU4 and HCU5 boards: common files
43913
43914 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
43915
43916 commit ac982ea5a4f2f993efcf52dca122f5a59df047d8
43917 Author: Niklaus Giger <niklausgiger@gmx.ch>
43918 Date: Fri Jul 27 11:28:44 2007 +0200
43919
43920 Add PPC4xx-HCU4 and HCU5 boards: make related
43921
43922 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
43923
43924 commit 137fdd9f474ecb853efdace5200576308c67f18d
43925 Author: Niklaus Giger <niklausgiger@gmx.ch>
43926 Date: Fri Jul 27 11:28:03 2007 +0200
43927
43928 Add PPC4xx-HCU4 and HCU5 boards: HCU5 config
43929
43930 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
43931
43932 commit 714bc55b35b6f6a65cc8740a3842a543e88cdef2
43933 Author: Niklaus Giger <niklausgiger@gmx.ch>
43934 Date: Fri Jul 27 11:27:15 2007 +0200
43935
43936 Add PPC4xx-HCU4 and HCU5 boards: HCU4 config
43937
43938 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
43939
43940 commit 1894dd381124bdbfbdae7cf3a6ca52a8eb1f4421
43941 Author: Niklaus Giger <niklausgiger@gmx.ch>
43942 Date: Fri Jul 27 11:25:31 2007 +0200
43943
43944 Add PPC4xx-HCU4 and HCU5 boards: READMEs
43945
43946 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
43947
43948 commit 641cca9569ce351ddb287fd3343d8b1dcb591db4
43949 Author: Niklaus Giger <niklausgiger@gmx.ch>
43950 Date: Fri Jul 27 11:37:40 2007 +0200
43951
43952 Add PPC4xx-HCU4 and HCU5 boards: Infrastructure
43953
43954 This series of patches adds support for 2 boards from Netstal Maschinen.
43955
43956 The HCU4 has a PPC405Gpr and
43957 the HCU5 has a PPC440EPX.
43958
43959 The HCU4 has a somehow complicated flash setup, as the booteprom is
43960 only 8 bits and the CFI 16 bits wide, which makes it impossible to use a more
43961 elegant solution.
43962
43963 The HCU5 has only a booteprom as the whole code will be downloaded from a
43964 different board which has HD, CD-ROM, etc and where all code is stored.
43965
43966 This is my third try. I incorporated all suggestions made by Wolfgang and Stefan.
43967 Thanks them a lot.
43968
43969 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
43970
43971 commit 3e4c90c6233618fc1806e63fde68df5f3d6a0171
43972 Author: Stefan Roese <sr@denx.de>
43973 Date: Fri Aug 10 08:42:55 2007 +0200
43974
43975 ppc4xx: Update lwmon5 POST configuration
43976
43977 Signed-off-by: Stefan Roese <sr@denx.de>
43978
43979 commit 29cb25da56afe18cf5e7072a92a9d98ea8af1fd4
43980 Author: Yuri Tikhonov <yur@emcraft.com>
43981 Date: Fri Aug 10 08:25:22 2007 +0200
43982
43983 POST: Add ppc4xx UART POST support without external uart clock (lwmon5)
43984
43985 The patch adds support for UART POST on ppc44x-based boards with no
43986 external serial clocks installed.
43987
43988 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
43989 Acked-by: Stefan Roese <sr@denx.de>
43990
43991 commit 99c2fdab91bc633e46fb41dbaa629f87ccf6e00f
43992 Author: Kim Phillips <kim.phillips@freescale.com>
43993 Date: Mon Aug 6 18:18:34 2007 -0500
43994
43995 mpc83xx: fix ITX[GP] O=builddir builds
43996
43997 make: *** No rule to make target `/work/wd/tmp/board/mpc8349itx/u-boot.lds', needed by `/work/wd/tmp/u-boot'. Stop.
43998
43999 Both the ITX and ITX-GP fail when you use "make O=<some dir> ..." or
44000 "BUILD_DIR=<some dir> ./MAKEALL ..."
44001
44002 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
44003
44004 commit 47e8bc846759e037b8af0e5f9c9f9cfa7a1050c3
44005 Author: Dave Liu <r63238@freescale.com>
44006 Date: Wed Aug 1 15:00:59 2007 +0800
44007
44008 mpc83xx: Correct the README for DDR ECC
44009
44010 Update the README for DDR ECC, change the name
44011 to README.mpc83xx.ddrecc.
44012
44013 Signed-off-by: Dave Liu <daveliu@freescale.com>
44014 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
44015
44016 commit daab8c67d2defef73dc26ab07f0c3afd1b05d019
44017 Author: Dave Liu <r63238@freescale.com>
44018 Date: Wed Aug 1 15:00:15 2007 +0800
44019
44020 mpc83xx: Consolidate the ECC support of 83xx
44021
44022 Remove the duplicated source code of ecc command on the <board>.c,
44023 for reused, move these code to cpu/mpc83xx directory.
44024
44025 Signed-off-by: Dave Liu <daveliu@freescale.com>
44026 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
44027
44028 commit 036575c544cf1b69654d8fb334bda69c6ff3da36
44029 Author: Dave Liu <r63238@freescale.com>
44030 Date: Sat Aug 4 13:37:39 2007 +0800
44031
44032 mpc83xx: Correct the burst length for DDR2 with 32 bits
44033
44034 The burst length should be 4 for DDR2 with 32 bits bus
44035
44036 Signed-off-by: Dave Liu <daveliu@freescale.com>
44037
44038 commit 1c274c4e05b6dc9b24edc8aa618b02f607ee6eed
44039 Author: Kim Phillips <kim.phillips@freescale.com>
44040 Date: Wed Jul 25 19:25:33 2007 -0500
44041
44042 mpc83xx: add support for the MPC8323E RDB
44043
44044 MPC8323E based board with 64MB fixed SDRAM, 16MB flash,
44045 five 10/100 ethernet ports connected via an ICPlus IP175C
44046 switch, one PCI slot, and serial. Features not supported
44047 in this patch are SD card interface, 2 USB ports, and the
44048 two phone ports.
44049
44050 Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
44051 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
44052
44053 commit 343d91009d55fc5b3ff8cc940597af6c6aa1d359
44054 Author: Kim Phillips <kim.phillips@freescale.com>
44055 Date: Wed Jul 25 19:25:28 2007 -0500
44056
44057 mpc83xx: fixup generic pci for libfdt
44058
44059 add libfdt support to the generic 83xx pci code
44060
44061 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
44062
44063 commit f57ac7a7b37109245b69db80839ebee26179966a
44064 Author: Kim Phillips <kim.phillips@freescale.com>
44065 Date: Wed Jul 25 19:25:22 2007 -0500
44066
44067 mpc83xx: fix 8360 and cpu functions to update fdt being passed
44068
44069 ..and not the global fdt. Rename local fdt vars to blob so as not to
44070 be confused with the global var with the same three-letter name.
44071
44072 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
44073
44074 commit 8be404459a6b7395415a57bb35e8377e3b2b5acb
44075 Author: Jerry Van Baren <gvb.uboot@gmail.com>
44076 Date: Wed Jul 4 21:34:24 2007 -0400
44077
44078 mpc83xx: Fix errors when CONFIG_OF_LIBFDT is enabled
44079
44080 Several node strings were not correct (trailing slashes and properties
44081 in the strings)
44082 Added setting of the timebase-frequency.
44083 Improved error messages and use debug() instead of printf().
44084
44085 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
44086 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
44087
44088 commit 26d02c9bbac1751c5e19294f000100b48d43a920
44089 Author: Jerry Van Baren <gvb.uboot@gmail.com>
44090 Date: Wed Jul 4 21:27:30 2007 -0400
44091
44092 mpc83xx: Replace fdt_node_offset() with fdt_find_node_by_path().
44093
44094 The new name matches more closely the kernel's name, which is also
44095 a much better description.
44096
44097 These are the mpc83xx changes made necessary by the function name change.
44098
44099 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
44100 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
44101 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
44102
44103 commit 9be39a67c9f8fef7107f5df09d673005f04d0963
44104 Author: Dave Liu <daveliu@freescale.com>
44105 Date: Mon Jun 25 10:41:56 2007 +0800
44106
44107 mpc83xx: Add support for the display of reset status
44108
44109 83xx processor family has many reset sources, such as
44110 power on reset, software hard reset, software soft reset,
44111 JTAG, bus monitor, software watchdog, check stop reset,
44112 external hard reset, external software reset.
44113 sometimes, to figure out the fault of system, we need to
44114 know the cause of reset early before the prompt of
44115 u-boot present.
44116
44117 Signed-off-by: Dave Liu <daveliu@freescale.com>
44118 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
44119
44120 commit ff9658d7049bf8c8e8e0a05dbe5e9f7e91aa5a5d
44121 Author: Dave Liu <daveliu@freescale.com>
44122 Date: Mon Jun 25 10:41:04 2007 +0800
44123
44124 mpc83xx: Fix the align bug of SDMA buffer
44125
44126 According to the latest user manual, the SDMA temporary
44127 buffer base address must be 4KB aligned.
44128
44129 Signed-off-by: Dave Liu <daveliu@freescale.com>
44130 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
44131
44132 commit 66dc2c2dc51f8b88bb8e231bc80cd92eae1d6476
44133 Author: Dave Liu <daveliu@freescale.com>
44134 Date: Mon Jun 25 13:21:12 2007 +0800
44135
44136 mpc83xx: Revise the MPC8360EMDS readme doc
44137
44138 When the rev2.x silicon mount on the MPC8360EMDS baord,
44139 and if you are using the u-boot version after the commit
44140 3fc0bd159103b536e1c54c6f4457a09b3aba66ca.
44141 to make the ethernet interface usable, we have to setup
44142 the jumpers correctly.
44143
44144 Signed-off-by: Dave Liu <daveliu@freescale.com>
44145 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
44146
44147 commit e739bc95797aac4fefc4c75b55c7c78e59d3ea9c
44148 Author: Timur Tabi <timur@freescale.com>
44149 Date: Tue Jul 3 13:46:32 2007 -0500
44150
44151 FSL I2C driver programs the two I2C busses differently
44152
44153 The i2c_init() function in fsl_i2c.c programs the two I2C busses differently.
44154 The second I2C bus has its slave address programmed incorrectly and is
44155 missing a 5-us delay.
44156
44157 Signed-off-by: Timur Tabi <timur@freescale.com>
44158 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
44159
44160 commit df33f6b4d6d63693dd9200808b242de1b86cb8e8
44161 Author: Timur Tabi <timur@freescale.com>
44162 Date: Tue Jul 3 13:04:34 2007 -0500
44163
44164 Update SCCR programming in cpu_init_f() to support all 83xx processors
44165
44166 Update the cpu_init_f() function in cpu/mpc83xx/cpu_init.c to program the
44167 bitfields for all 83xx processors. The code to update some bitfields was
44168 compiled only on some processors. Now, the bitfields are programmed as long
44169 as the corresponding CFG_SCCR option is defined in the board header file.
44170 This means that the board header file should not define any CFG_SCCR macros
44171 for bitfields that don't exist on that processor, otherwise the SCCR will be
44172 programmed incorrectly.
44173
44174 Signed-off-by: Timur Tabi <timur@freescale.com>
44175 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
44176
44177 commit 9546266999f0b9b51372636614211b88d90f0f25
44178 Author: Martin Krause <martin.krause@tqs.de>
44179 Date: Fri Jun 22 13:04:22 2007 +0200
44180
44181 TQM834x: cleanup configuraton
44182
44183 Remove irritating #undef DEBUG
44184
44185 Signed-off-by: Martin Krause <martin.krause@tqs.de>
44186 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
44187
44188 commit 5d497e6bf0f5bf63729b4a47b3fd786d3c77a1bc
44189 Author: david.saada <David.Saada@ecitele.com>
44190 Date: Mon Jun 18 09:09:53 2007 -0700
44191
44192 MPC83xx: Fix makefile to generate config.h file in the build directory
44193
44194 MPC83xx: Fix the Makefile config sections to generate the include/config.h
44195 file in the build directory instead of the source directory.
44196
44197 Signed-off-by: David Saada <david.saada@ecitele.com>
44198 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
44199
44200 commit 1ded0242e437259366792d52b7e9d1e1931d8fa5
44201 Author: Lee Nipper <Lee.Nipper@freescale.com>
44202 Date: Thu Jun 14 20:07:33 2007 -0500
44203
44204 mpc83xx: Add support for 8360 silicon revision 2.1
44205
44206 This change adds 8360 silicon revision 2.1 support to u-boot.
44207
44208 Signed-off-by: Lee Nipper <lee.nipper@freescale.com>
44209 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
44210
44211 commit a22806469a8f2b69c829f4fd5361fdebd0cb01b4
44212 Author: Kumar Gala <galak@kernel.crashing.org>
44213 Date: Wed Aug 8 04:14:28 2007 -0500
44214
44215 Treat ppc64 host as ppc
44216
44217 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
44218
44219 commit 0dc4279b08ff82472bec2e2c90858602459febe8
44220 Author: Jason Jin <Jason.jin@freescale.com>
44221 Date: Wed Aug 8 09:01:46 2007 +0800
44222
44223 Minor fix for bios emulator makefile
44224
44225 Add $(obj) to LIB avoiding objects be built in the source dir
44226
44227 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
44228
44229 commit ce981dc857adfc8036ca2f6d5d5a06c2a8aa77d6
44230 Author: Jason Jin <Jason.jin@freescale.com>
44231 Date: Wed Aug 8 08:33:11 2007 +0800
44232
44233 Add CONFIG_BIOSEMU define to guard all the bios emulator code
44234
44235 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
44236
44237 This patch fix the compile issue on the board that did not enable the bios emulator
44238
44239 commit ed8106433522f2ea8933e9808346860d061d7731
44240 Author: Zach Sadecki <Zach.Sadecki@ripcode.com>
44241 Date: Tue Jul 31 12:27:25 2007 -0500
44242
44243 tsec: fix multiple PHY support
44244
44245 The change entitled "Reduce CONFIG_MPC8YXX_TSECx to CONFIG_TSECx"
44246 broke multiple PHY support in tsec.c. This fixes it.
44247
44248 Signed-off-by: Zach Sadecki <Zach.Sadecki@ripcode.com>
44249 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
44250
44251 commit dcb84b7208ade0bbebbeb56bec9c2c64f8b2eede
44252 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
44253 Date: Thu Aug 9 09:08:18 2007 -0500
44254
44255 tsec: Allow Ten Bit Interface address to be configurable
44256
44257 Allow the address of the Ten Bit Interface (TBI) to be changed in the
44258 event of a conflict with another device.
44259
44260 Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com>
44261
44262 commit 3ba4c2d68f6541db4677b4aea12071f56e6ff6e6
44263 Author: Stefan Roese <sr@denx.de>
44264 Date: Wed Aug 8 09:54:26 2007 +0200
44265
44266 Coding style cleanup
44267
44268 Signed-off-by: Stefan Roese <sr@denx.de>
44269
44270 commit a41de1f0d373e09c782dea558385a06247111ba5
44271 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
44272 Date: Sun Aug 5 05:15:18 2007 -0500
44273
44274 Port enabled for I2C signals and chipselects port configuration.
44275
44276 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
44277
44278 commit 1a33ce65a4c51a69190dd8c408f9e1c62a66e94f
44279 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
44280 Date: Sun Aug 5 04:31:18 2007 -0500
44281
44282 Added NAND support
44283
44284 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
44285
44286 commit eaf9e447beb3e498818ef8ad0b8c1597cd506149
44287 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
44288 Date: Sun Aug 5 04:11:20 2007 -0500
44289
44290 Added I2C support
44291
44292 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
44293
44294 commit 99c03c175d2689093176facf17c58ce2cb320001
44295 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
44296 Date: Sun Aug 5 03:58:52 2007 -0500
44297
44298 Changed CFG_CLK to gd->bus_clk for CFG_TIMER_PRESCALER. Added DECLARE_GLOBAL_DATA_PTR for time.c
44299
44300 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
44301
44302 commit 8d1d66af54d305de29d0bbf4aa8c9e6375f7f731
44303 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
44304 Date: Sun Aug 5 03:55:21 2007 -0500
44305
44306 Added uart_gpio_conf() in serial_init(), seperated uart port configuration from cpu_init() to uart_gpio_conf()
44307
44308 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
44309
44310 commit 6fde84a44b7e575ea80fe0e2d5be3b6f73d1e630
44311 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
44312 Date: Sun Aug 5 03:43:30 2007 -0500
44313
44314 Moved sync() from board file to include/asm-m68k/io.h
44315
44316 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
44317
44318 commit 9e737d8476e7d6a596d16caaf6a3853a9a1190a2
44319 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
44320 Date: Sun Aug 5 03:30:44 2007 -0500
44321
44322 Declared attributes of void __mii_init(void) as an alias for int mii_init(void)
44323
44324 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
44325
44326 commit 9998bd37ead85e93953559720710d3b0685c81e6
44327 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
44328 Date: Sun Aug 5 03:19:10 2007 -0500
44329
44330 Renamed CONFIG_MCFSERIAL to CONFIG_MCFUART
44331
44332 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
44333
44334 commit 7c4c3722a38d40b0cf537ddae72b04f4088b190c
44335 Author: Jason Jin <Jason.jin@freescale.com>
44336 Date: Tue Aug 7 16:17:06 2007 +0800
44337
44338 Add CONFIG_BIOSEMU define to guard all the bios emulator code
44339
44340 This patch fix the compile issue on the board that did not enable the bios emulator
44341
44342 commit bf1060ea4f9eaa7e7d164a70a7d6f28939882053
44343 Author: Wolfgang Denk <wd@denx.de>
44344 Date: Tue Aug 7 16:02:13 2007 +0200
44345
44346 Fix missing brace error in fs/fat/fat.c
44347 [pointed out by Roderik Wildenburg]
44348
44349 Signed-off-by: Wolfgang Denk <wd@denx.de>
44350
44351 commit 706714d97a0d08d59eda4de2268c39f504688329
44352 Author: Michal Simek <monstr@monstr.eu>
44353 Date: Mon Aug 6 23:41:53 2007 +0200
44354
44355 [FIX] remove cute code
44356
44357 commit f500d9fdeb576288656dac427052ad2c5ca0ad1a
44358 Author: Michal Simek <monstr@monstr.eu>
44359 Date: Mon Aug 6 23:35:26 2007 +0200
44360
44361 [FIX] Fix romfs code
44362
44363 commit ab4b956d3143f8f8174089053f5dfabbb04762b0
44364 Author: Michal Simek <monstr@monstr.eu>
44365 Date: Mon Aug 6 23:31:49 2007 +0200
44366
44367 [FIX] Coding style cleanup - Wolfgang's suggestions
44368
44369 commit 6c33c78557ca6f8da68c01ce33e278695197d3f4
44370 Author: Wolfgang Denk <wd@denx.de>
44371 Date: Mon Aug 6 23:21:05 2007 +0200
44372
44373 Fixed typo in README (pointed out by Martin Jost).
44374
44375 Signed-off-by: Wolfgang Denk <wd@denx.de>
44376
44377 commit 537223afa61f64480df31ce440a9cb386df4a814
44378 Author: Stefan Roese <sr@denx.de>
44379 Date: Mon Aug 6 21:10:17 2007 +0200
44380
44381 ppc4xx: Update AMCC Bamboo README doc/README.bamboo
44382
44383 As suggested by Eugene O'Brien <Eugene.O'Brien@advantechamt.com>,
44384 here an updated Bamboo README.
44385
44386 Signed-off-by: Stefan Roese <sr@denx.de>
44387
44388 commit 9c7e4b06214db61bb21f1bcbe57c97519669baae
44389 Author: Wolfgang Denk <wd@denx.de>
44390 Date: Mon Aug 6 02:17:36 2007 +0200
44391
44392 Coding style cleanup. Update CHANGELOG.
44393
44394 Signed-off-by: Wolfgang Denk <wd@denx.de>
44395
44396 commit 221838cc7eb178370ff62aa05920a582e12ac322
44397 Author: Jason Jin <Jason.jin@freescale.com>
44398 Date: Tue Jul 10 09:03:22 2007 +0800
44399
44400 Remove the bios emulator from MAI board.
44401
44402 The bios emulator in the MAI board can not pass compile
44403 and have a lot of crap in it. remove it and will have a
44404 clean and small bios emulator in the drivers directory
44405 which can be uesed for every board.
44406
44407 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
44408
44409 commit 5618332409bb96f4448d1712899369fc80c0b489
44410 Author: Jason Jin <Jason.jin@freescale.com>
44411 Date: Fri Jul 13 12:14:59 2007 +0800
44412
44413 Fix some compile issues for MAI board.
44414
44415 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
44416
44417 commit 0f460a1ee148b648ee242c3157650287d4296260
44418 Author: Jason Jin <Jason.jin@freescale.com>
44419 Date: Fri Jul 13 12:14:58 2007 +0800
44420
44421 Configurations for ATI video card BIOS emulator
44422
44423 This patch add definition of the BIOS emulator and the ATI framebuffer
44424 driver for MPC8641HPCN board.
44425
44426 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
44427 Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
44428
44429 commit ece92f85053b8df613edcf05b26a416cbc3d629c
44430 Author: Jason Jin <Jason.jin@freescale.com>
44431 Date: Fri Jul 6 08:34:56 2007 +0800
44432
44433 This is a BIOS emulator, porting from SciTech for u-boot, mainly for
44434 ATI video card BIOS. and can be used for x86 code emulation by some
44435 modifications.
44436
44437 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
44438
44439 commit 5072188acabde3178fac7f5a597150e6e74fd40c
44440 Author: Jason Jin <Jason.jin@freescale.com>
44441 Date: Fri Jul 6 08:33:33 2007 +0800
44442
44443 This is a framebuffer driver for ATI video card, can work for PCI9200,
44444 X300, X700, X800 ATI video cards.
44445
44446 Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
44447 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
44448
44449 commit 5728be389e65fd47f34b33c2596271eb4db751ae
44450 Author: Wolfgang Denk <wd@denx.de>
44451 Date: Mon Aug 6 01:01:49 2007 +0200
44452
44453 Coding style cleanup. Update CHANGELOG.
44454
44455 Signed-off-by: Wolfgang Denk <wd@denx.de>
44456
44457 commit 8092fef4c29b395958bb649647da7e3775731517
44458 Author: Martin Krause <Martin.Krause@tqs.de>
44459 Date: Tue Dec 12 14:26:01 2006 +0100
44460
44461 Add functions to list of exported functions
44462
44463 Additionally export the following fuctions (to make trab_config build again):
44464 - simple_strtol()
44465 - strcmp()
44466
44467 Also bump the ABI version to reflect this change
44468
44469 Signed-off-by: Martin Krause <martin.krause@tqs.de>
44470
44471 commit 63cec5814fab5d2b1c86982327433807a5ac0249
44472 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
44473 Date: Thu Aug 2 14:09:49 2007 -0500
44474
44475 Make MPC8641's PCI/PCI-E driver a common driver for many FSL parts.
44476
44477 All of the PCI/PCI-Express driver and initialization code that
44478 was in the MPC8641HPCN port has now been moved into the common
44479 drivers/fsl_pci_init.c. In a subsequent patch, this will be
44480 utilized by the 85xx ports as well.
44481
44482 Common PCI-E IMMAP register blocks for FSL 85xx/86xx are added.
44483
44484 Also enable the second PCI-Express controller on 8641
44485 by getting its BATS and CFG_ setup right.
44486
44487 Fixed a u16 vendor compiler warning in AHCI driver too.
44488
44489 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
44490 Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
44491 Signed-off-by: Jon Loeliger <jdl@freescale.com>
44492
44493 commit a274ca4f6d68830e7c916f897561cff8c4101c38
44494 Author: Michal Simek <monstr@monstr.eu>
44495 Date: Sun Aug 5 22:33:05 2007 +0200
44496
44497 [FIX] Coding style cleanup
44498
44499 commit af8377d4eb3a0ac5a831830d5ce63fbf65fecb7f
44500 Author: Michal Simek <monstr@monstr.eu>
44501 Date: Sun Aug 5 16:13:31 2007 +0200
44502
44503 [FIX] Xilinx Uartlite driver
44504 Because PPC405 can use UARTLITE serial interface and
44505 Microblaze can use Uart16550 serial interface not only Uartlite.
44506
44507 commit 98889edd50aadf862071eb5664747ad0d568a20e
44508 Author: Michal Simek <monstr@monstr.eu>
44509 Date: Sun Aug 5 15:54:53 2007 +0200
44510
44511 [FIX] Change configuration for XUPV2P Microblaze board
44512
44513 commit 537091b4eed9302865d03fef3f7212b4fe5cf28f
44514 Author: Michal Simek <monstr@monstr.eu>
44515 Date: Sun Aug 5 15:53:50 2007 +0200
44516
44517 [PATCH] Added support for Xilinx Emac community driver
44518
44519 commit 86b116b1b1e165ca4840daefed36d2e3b8460173
44520 Author: Bartlomiej Sieka <tur@semihalf.com>
44521 Date: Fri Aug 3 12:08:16 2007 +0200
44522
44523 cm1_qp1 -> cm5200: single U-Boot image for modules from the cm5200 family.
44524
44525 Add the ability for modules from the Schindler cm5200 family to use a
44526 single U-Boot image:
44527 - rename cm1_qp1 to cm5200
44528 - add run-time module detection
44529 - parametrize SDRAM configuration according to the module we are running on
44530
44531 Few minor, board-specific fixes included in this patch:
44532 - better MAC address handling
44533 - updated default environment ('update' command uses +{filesize} now)
44534 - improved error messages in the auto-update code
44535 - allow booting U-Boot from RAM (CFG_RAMBOOT)
44536
44537 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
44538 Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
44539 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
44540
44541 commit c7e717ebc2b044d7a71062552c9dc0f54ea9b779
44542 Author: Andy Fleming <afleming@freescale.com>
44543 Date: Fri Aug 3 04:05:25 2007 -0500
44544
44545 Add Marvell 1149 PHY support to the TSEC
44546
44547 commit b1b54e352028ed370c3aa95d6fdeb9d64c5d2f86
44548 Author: Wolfgang Denk <wd@denx.de>
44549 Date: Thu Aug 2 21:27:46 2007 +0200
44550
44551 Coding style cleanup, update CHANGELOG
44552
44553 Signed-off-by: Wolfgang Denk <wd@denx.de>
44554
44555 commit 63e22764d2f8653f68888c667eb65b3996b52680
44556 Author: Wolfgang Denk <wd@denx.de>
44557 Date: Thu Aug 2 10:11:18 2007 +0200
44558
44559 Minor cleanup of <board>_nand build rules.
44560
44561 commit 9ca8d79de096c65b9b9c867259b3ff4685f775ef
44562 Author: Stefan Roese <sr@denx.de>
44563 Date: Thu Aug 2 08:33:56 2007 +0200
44564
44565 ppc4xx: Code cleanup
44566
44567 Signed-off-by: Stefan Roese <sr@denx.de>
44568
44569 commit c92409812206ac67a7fa7aae298539a9c3804a46
44570 Author: Grzegorz Bernacki <gjb@semihalf.com>
44571 Date: Tue Jul 31 18:51:48 2007 +0200
44572
44573 [ppc440SPe] Graceful recovery from machine check during PCIe configuration
44574
44575 During config transactions on the PCIe bus an attempt to scan for a
44576 non-existent device can lead to a machine check exception with certain
44577 peripheral devices. In order to avoid crashing in such scenarios the
44578 instrumented versions of the config cycle read routines are introduced, so
44579 the exceptions fixups framework can gracefully recover.
44580
44581 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
44582 Acked-by: Rafal Jaworowski <raj@semihalf.com>
44583
44584 commit dec99558b9ea75a37940d07f41a3565a50b54ad1
44585 Author: Rafal Jaworowski <raj@semihalf.com>
44586 Date: Tue Jul 31 18:19:54 2007 +0200
44587
44588 [ppc4xx] Separate settings for PCIe bus numbering on 440SPe rev.A
44589
44590 This brings back separate settings for PCIe bus numbers depending on chip
44591 revision, which got eliminated in 2b393b0f0af8402ef43b25c1968bfd29714ddffa
44592 commit. 440SPe rev. A does NOT work properly with the same settings as for
44593 the rev. B (no devices are seen on the bus during enumeration).
44594
44595 Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
44596
44597 commit cdd917a43da6fa7fc8f54a3cc9f420ce5ecf3197
44598 Author: Wolfgang Denk <wd@denx.de>
44599 Date: Thu Aug 2 00:48:45 2007 +0200
44600
44601 Fix build errors and warnings / code cleanup.
44602
44603 Signed-off-by: Wolfgang Denk <wd@denx.de>
44604
44605 commit d2f68006627eda6cb6c7f364bddf621dbfd2fc68
44606 Author: Eugene OBrien <eugene.obrien@advantechamt.com>
44607 Date: Tue Jul 31 10:24:56 2007 +0200
44608
44609 ppc4xx: Update AMCC Bamboo 440EP support
44610
44611 Changed storage type of cfg_simulate_spd_eeprom to const
44612 Changed storage type of gpio_tab to stack storage
44613 (Cannot access global data declarations in .bss until afer code relocation)
44614
44615 Improved SDRAM tests to catch problems where data is not uniquely addressable
44616 (e.g. incorrectly programmed SDRAM row or columns)
44617
44618 Added CONFIG_PROG_SDRAM_TLB to support Bamboo SIMM/DIMM modules
44619 Fixed AM29LV320DT (OpCode Flash) sector map
44620
44621 Signed-off-by: Eugene OBrien <eugene.obrien@advantechamt.com>
44622 Signed-off-by: Stefan Roese <sr@denx.de>
44623
44624 commit ea9f6bce383cc9fbcdee28b5836109b1a6dba574
44625 Author: Stefan Roese <sr@denx.de>
44626 Date: Tue Jul 31 08:37:01 2007 +0200
44627
44628 ppc4xx: Update 440EPx lwmon5 board support
44629
44630 - Clear ECC status regs after ECC POST test
44631 - Set dcbz for ECC generation with caches enabled as default
44632 - Code cleanup
44633
44634 Signed-off-by: Stefan Roese <sr@denx.de>
44635
44636 commit 27a528fb41433c4c1e2b5d6bd3fd8d78606fc724
44637 Author: Stefan Roese <sr@denx.de>
44638 Date: Mon Jul 30 11:04:57 2007 +0200
44639
44640 ppc4xx: Only print ECC related info when the error bis are set
44641
44642 Signed-off-by: Stefan Roese <sr@denx.de>
44643
44644 commit e36220a4baf1f188ba60f17e9d0f043069b1362a
44645 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
44646 Date: Fri Jul 27 16:44:31 2007 +0200
44647
44648 new FPGA image for PLU405 board
44649
44650 new FPGA image for PLU405 board with improved CompactFlash timing
44651
44652 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
44653
44654 commit 8993e54b6f397973794f3d6f47d3b3c0c98dd4f6
44655 Author: Rafal Jaworowski <raj@semihalf.com>
44656 Date: Fri Jul 27 14:43:59 2007 +0200
44657
44658 [ADS5121] Support for the ADS5121 board
44659
44660 The following MPC5121e subsystems are supported:
44661
44662 - low-level CPU init
44663 - NOR Boot Flash (common CFI driver)
44664 - DDR SDRAM
44665 - FEC
44666 - I2C
44667 - Watchdog
44668
44669 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
44670 Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
44671 Signed-off-by: Jan Wrobel <wrr@semihalf.com>
44672
44673 commit 1863cfb7b100ba0ee3401799457a01dc058745f8
44674 Author: Rafal Jaworowski <raj@semihalf.com>
44675 Date: Fri Jul 27 14:22:04 2007 +0200
44676
44677 [PPC] Remove unused MSR_USER definition
44678
44679 Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
44680
44681 commit d4024bb72dd81695ec099b2199eda0d27c623e62
44682 Author: John Otken <john@softadvances.com>
44683 Date: Thu Jul 26 17:49:11 2007 +0200
44684
44685 ppc4xx: Add support for AMCC 405EP Taihu board
44686
44687 Signed-off-by: John Otken <john@softadvances.com>
44688
44689 commit b66091de6c7390620312c2501db23d8391e7cabb
44690 Author: Anatolij Gustschin <agust@denx.de>
44691 Date: Thu Jul 26 15:08:01 2007 +0200
44692
44693 ppc4xx: lwmon5: Update Lime initialization
44694
44695 Change Lime SDRAM initialization to now support 100MHz and
44696 133MHz (if enabled). Also the framebuffer is initialized to
44697 display a blue rectangle with a white border.
44698
44699 Signed-off-by: Anatolij Gustschin <agust@denx.de>
44700 Signed-off-by: Stefan Roese <sr@denx.de>
44701
44702 commit 9f24a808f17fc0f37b7fb4805f734741335caecc
44703 Author: Stefan Roese <sr@denx.de>
44704 Date: Tue Jul 24 09:52:52 2007 +0200
44705
44706 ppc4xx: lwmon5: Support for 128 MByte NOR FLASH added
44707
44708 The used Intel NOR FLASH chips have internally two dies, and are now
44709 treated as two seperate chips.
44710
44711 Signed-off-by: Stefan Roese <sr@denx.de>
44712
44713 commit aedf5bde179ecfbd0a96130d18996a96518b785f
44714 Author: Stefan Roese <sr@denx.de>
44715 Date: Tue Jul 24 07:20:09 2007 +0200
44716
44717 ppc4xx: Fix lwmon5 interrupt controller setup (polarity, trigger...)
44718
44719 As suggested by Hakan Eryigit, here an updated setup for the lwmon5
44720 interrupt controller.
44721
44722 Signed-off-by: Stefan Roese <sr@denx.de>
44723
44724 commit a71d96eac8130b53a91f93cd10c70fca0db18d52
44725 Author: Stefan Roese <sr@denx.de>
44726 Date: Fri Jul 20 15:03:44 2007 +0200
44727
44728 ppc4xx: Fix bug with default GPIO output value
44729
44730 As spotted by Matthias Fuchs, the default output values for all GPIO1
44731 outputs were not setup correctly. This patch fixes this issue.
44732
44733 Signed-off-by: Stefan Roese <sr@denx.de>
44734
44735 commit 531e3e8b831f357056448fa573137d5fb37000fd
44736 Author: Pavel Kolesnikov <concord@emcraft.com>
44737 Date: Fri Jul 20 15:03:03 2007 +0200
44738
44739 POST: Add ECC POST for the lwmon5 board
44740
44741 This patch adds ECC Post test for the Lwmon5 board based
44742 on PPC440EPx to U-Boot.
44743
44744 Signed-off-by: Pavel Kolesnikov <concord@emcraft.com>
44745 Acked-by: Yuri Tikhonov <yur@emcraft.com>
44746 Acked-by: Stefan Roese <sr@denx.de>
44747
44748 commit cc3023b9f95d7ac959a764471a65001062aecf41
44749 Author: Rafal Jaworowski <raj@semihalf.com>
44750 Date: Thu Jul 19 17:12:28 2007 +0200
44751
44752 Fix breakage of 8xx boards from recent commit.
44753
44754 This patch fixes the negative consequences for 8xx of the recent
44755 "ppc4xx: Clean up 440 exceptions handling" commit.
44756
44757 Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
44758
44759 commit c883f6ea32dce91f07670b3aafecf6c99b1e5341
44760 Author: Stefan Roese <sr@denx.de>
44761 Date: Mon Jul 16 13:11:12 2007 +0200
44762
44763 Coding style cleanup
44764
44765 Signed-off-by: Stefan Roese <sr@denx.de>
44766
44767 commit 8848ec858f74ed6dab06fb6d5ddc933e0a1328bf
44768 Author: Stefan Roese <sr@denx.de>
44769 Date: Mon Jul 16 10:02:12 2007 +0200
44770
44771 ppc4xx: Code cleanup
44772
44773 Signed-off-by: Stefan Roese <sr@denx.de>
44774
44775 commit 2a49fc17d09020e7ebd9536694d99d20e419fcb8
44776 Author: Stefan Roese <sr@denx.de>
44777 Date: Mon Jul 16 10:01:38 2007 +0200
44778
44779 ppc4xx: AMCC Luan uses the new boardspecific DDR2 controller setup
44780
44781 Signed-off-by: Stefan Roese <sr@denx.de>
44782
44783 commit df3f17422aeb03fb81a7ac8c78d2b05d05aa4cf9
44784 Author: Stefan Roese <sr@denx.de>
44785 Date: Mon Jul 16 10:00:43 2007 +0200
44786
44787 ppc4xx: Support for Yucca board with 440SPe Rev A added to 44x_spd_ddr2.c
44788
44789 The new boardspecific DDR2 controller configuration is used for the Yucca
44790 board. Now the Yucca board with 440SPe Rev. A chips is also supported.
44791
44792 Signed-off-by: Stefan Roese <sr@denx.de>
44793
44794 commit 6ed14addf97c8cd8f531e9ae7b2d3e222fffd53e
44795 Author: Stefan Roese <sr@denx.de>
44796 Date: Mon Jul 16 09:57:00 2007 +0200
44797
44798 ppc4xx: Add new weak functions to support boardspecific DDR2 configuration
44799
44800 The new "weak" functions ddr_wrdtr() and ddr_clktr() are added to better
44801 support non default, boardspecific DDR(2) controller configuration.
44802
44803 Signed-off-by: Stefan Roese <sr@denx.de>
44804
44805 commit 5743a9207a370b90f09b20ebd61167c806b937f3
44806 Author: Stefan Roese <sr@denx.de>
44807 Date: Mon Jul 16 08:53:51 2007 +0200
44808
44809 ppc4xx: Add remove_tlb() function to remove a mem area from TLB setup
44810
44811 The new function remove_tlb() can be used to remove the TLB's used to
44812 map a specific memory region. This is especially useful for the DDR(2)
44813 setup routines which configure the SDRAM area temporarily as a cached
44814 area (for speedup on auto-calibration and ECC generation) and later
44815 need this area uncached for normal usage.
44816
44817 Signed-off-by: Stefan Roese <sr@denx.de>
44818
44819 commit 0c0a9cda1bde37106520476ed486bd67eb8d30ae
44820 Author: Michal Simek <monstr@monstr.eu>
44821 Date: Mon Jul 16 00:31:07 2007 +0200
44822
44823 [PATCH] Support for Xilinx EmacLite controller
44824
44825 commit 3a6cab844cf74f76639d795e0be8717e02c86af7
44826 Author: Wolfgang Denk <wd@denx.de>
44827 Date: Sat Jul 14 22:51:02 2007 +0200
44828
44829 Update CHANGELOG
44830
44831 Signed-off-by: Wolfgang Denk <wd@denx.de>
44832
44833 commit 5280f352c8da33b1d7fbf448768717d9e16ff9a1
44834 Author: Michal Simek <monstr@monstr.eu>
44835 Date: Sat Jul 14 13:11:28 2007 +0200
44836
44837 [FIX] support for simply measuring time
44838
44839 commit 91bb4ca665d2e0cf7f60c4b5b370990250ec0c43
44840 Author: Michal Simek <monstr@monstr.eu>
44841 Date: Sat Jul 14 12:41:23 2007 +0200
44842
44843 [FS] Added support for ROMFS
44844
44845 commit 011595307731a7a67a7445d107c279d031e8ab97
44846 Author: Heiko Schocher <hs@pollux.denx.de>
44847 Date: Sat Jul 14 01:06:58 2007 +0200
44848
44849 [PCS440EP] - fix compile error, if BUILD_DIR is used
44850
44851 commit 5a2f1098d81ad58b309e5e558d0492643166a799
44852 Author: Michal Simek <monstr@monstr.eu>
44853 Date: Sat Jul 14 00:18:48 2007 +0200
44854
44855 [PATCH] Support time without timer
44856
44857 commit a476ca2ac2217ddd05a2bf0c514075814b10a3c0
44858 Author: Michal Simek <monstr@monstr.eu>
44859 Date: Fri Jul 13 21:43:55 2007 +0200
44860
44861 [PATCH] Remove problem with disabled BARREL SHIFTER
44862
44863 commit 55e26ad62107d2f14f757de3ae0b14b9aa7aed94
44864 Author: Michal Simek <monstr@monstr.eu>
44865 Date: Fri Jul 13 21:41:44 2007 +0200
44866
44867 [FIX] correct help for rspr
44868
44869 commit fad63407154f46246ce80d53a9c669a44362ac67
44870 Author: Heiko Schocher <hs@pollux.denx.de>
44871 Date: Fri Jul 13 09:54:17 2007 +0200
44872
44873 make show_boot_progress () weak.
44874
44875 Signed-off-by: Heiko Schocher <hs@denx.de>
44876
44877 commit 907902472391b6ca1876ec300687562ecaf459b1
44878 Author: Heiko Schocher <hs@pollux.denx.de>
44879 Date: Fri Jul 13 08:26:05 2007 +0200
44880
44881 [PCS440EP] - The DIAG LEDs are now blinking, if an error occur
44882 - fix compile error, if BUILD_DIR is used
44883
44884 Signed-off-by: Heiko Schocher <hs@denx.de>
44885
44886 commit a2e1c7098cf9574386b0c96841dfc8ea5cc93578
44887 Author: Stefan Roese <sr@denx.de>
44888 Date: Thu Jul 12 16:32:08 2007 +0200
44889
44890 ppc4xx: Change receive buffer handling in the 4xx emac driver
44891
44892 This change fixes a bug in the receive buffer handling, that
44893 could lead to problems upon high network traffic (broadcasts...).
44894
44895 Signed-off-by: Stefan Roese <sr@denx.de>
44896
44897 commit 239f05ee4dd4cfe0b50f251b533dcebe9e67c360
44898 Author: Wolfgang Denk <wd@denx.de>
44899 Date: Thu Jul 12 01:45:34 2007 +0200
44900
44901 Update CHANGELOG, minor coding style cleanup.
44902
44903 Signed-off-by: Wolfgang Denk <wd@denx.de>
44904
44905 commit 5a56af3b522ba47fb33a3fee84d23bf1e5429654
44906 Author: Andy Fleming <afleming@freescale.com>
44907 Date: Fri Jun 8 16:41:18 2007 -0500
44908
44909 Remove erroneous errata code from Marvel 88E1111S driver
44910
44911 The Marvel 88E1111S driver for the TSEC was copied from the
44912 88E1101 driver, and included a fix for an erratum which does not
44913 exist on that part. Now it is removed
44914
44915 Signed-off-by: Andy Fleming <afleming@freescale.com>
44916
44917 commit 982efcf23fd03647e01e2fbe28a7a36239156cc0
44918 Author: Andy Fleming <afleming@freescale.com>
44919 Date: Tue Jun 5 16:38:44 2007 -0500
44920
44921 From: eran liberty <eran.liberty@gmail.com>
44922
44923 adds the reset register to 85xx immap
44924
44925 Signed-off-by: Eran Liberty <eran.liberty@gmail.com>
44926 Signed-off-by: Andy Fleming <afleming@freescale.com>
44927
44928 commit d3ec0d943a045bdb99e159e7bbc77430e09f11d7
44929 Author: Andy Fleming <afleming@freescale.com>
44930 Date: Thu May 10 17:50:01 2007 -0500
44931
44932 Polished the 85xx ADS config files
44933
44934 Made the boot commands use device trees by default.
44935 Also moved the ramdisk to 1000000 (I think the previous address
44936 was getting overridden during boot).
44937
44938 Signed-off-by: Andy Fleming <afleming@freescale.com>
44939
44940 commit bfb37b32d1b0b03f18077dba49cc66a6e76fa038
44941 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
44942 Date: Wed May 9 11:03:32 2007 -0500
44943
44944 8544ds: Fix Makefile after moving pixis to board/freescale.
44945
44946 The OBJTREE != SRCTREE build scenario was broken.
44947 This fixes it.
44948
44949 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
44950 Signed-off-by: Jon Loeliger <jdl@freescale.com>
44951
44952 commit 2a3cee43c3b71fa5b8d91db19f05067865290f3e
44953 Author: Andy Fleming <afleming@freescale.com>
44954 Date: Wed May 9 00:54:20 2007 -0500
44955
44956 tsec: Fix PHY code to match first driver
44957
44958 Jarrold Wen noticed that the generic PHY code always matches
44959 under the current implementation. Change it so the first match
44960 wins, and *only* unknown PHYs trigger the generic driver
44961
44962 Signed-off-by: Andy Fleming <afleming@freescale.com>
44963
44964 commit ccc091aac61a38cd998d575d92f7232e256d6312
44965 Author: Andy Fleming <afleming@freescale.com>
44966 Date: Tue May 8 17:27:43 2007 -0500
44967
44968 Add support for CPM device tree configuration to 8560 ADS
44969
44970 * Adds code to modify CPM frequencies
44971 * Cleans up the config file to #define TSEC and (for now) #undef FCC
44972 * Adds the MII command for all 8560 ADS configurations
44973 * Updates config file to provide convenience commands for booting
44974 with a device tree
44975
44976 Signed-off-by: Vitaly Bordug <vbordug@ru.mvista.com>
44977 Signed-off-by: Andy Fleming <afleming@freescale.com>
44978
44979 commit 7507d56ccaf7aae1c474342a9a5540165cd7e9d9
44980 Author: Andy Fleming <afleming@freescale.com>
44981 Date: Tue May 8 17:23:02 2007 -0500
44982
44983 Fix Marvell 88e1145 PHY init code
44984
44985 Fix a bug in the Marvell 88e1145 PHY init code in the TSEC driver
44986 where the reset was being done after the errata code instead of
44987 before.
44988
44989 Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
44990 Signed-off-by: Andy Fleming <afleming@freescale.com>
44991
44992 commit 5dc210dec5bace98a50b6ba905347890091a9bb0
44993 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
44994 Date: Wed Jul 11 14:52:16 2007 -0500
44995
44996 Add simple agent/end-point configuration in PCI AutoConfig for PCI_CLASS_PROCESSOR_POWERPC.
44997
44998 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
44999
45000 commit e8b85f3ba4cd8930e0a2fea2100c815d64201765
45001 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
45002 Date: Wed Jul 11 14:52:08 2007 -0500
45003
45004 pciauto setup bridge
45005
45006 The P2P bridge bus numbers programmed into the device are relative to
45007 hose->first_busno.
45008
45009 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
45010
45011 commit 571f49fa717004ca4268b4e24057efc7bf9f987b
45012 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
45013 Date: Wed Jul 11 14:52:01 2007 -0500
45014
45015 Support PCIe extended config registers
45016
45017 FSL PCIe block has extended cfg registers in the 100 and 400 range.
45018 For example, to read the LTSSM register: pci display <busn>.0 404 1
45019
45020 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
45021
45022 commit ba5feb12581bb2912ce301e4866b71f846e9fc07
45023 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
45024 Date: Wed Jul 11 14:51:48 2007 -0500
45025
45026 Minor improvements to drivers/pci_auto.c
45027
45028 - Make pciauto_{pre,post}scan_setup_bridge non-static
45029 - Added physical address display in debug messages.
45030
45031 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
45032
45033 commit 40e81addab7bb74d20ddf681ce9babc880a828ee
45034 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
45035 Date: Wed Jul 11 14:51:35 2007 -0500
45036
45037 Start pci hose scan from hose->current_busno.
45038
45039 Ensure hose->current_busno is not less than first_busno. This fixes
45040 broken board code which leaves current_busno=0 when first_busno is
45041 greater than 0 for the cases with multiple controllers.
45042
45043 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
45044
45045 commit 3865b1fb7843a08ad49a6319a36415752276ff48
45046 Author: Stefan Roese <sr@denx.de>
45047 Date: Wed Jul 11 12:13:53 2007 +0200
45048
45049 Fix some compile problems introduced by the latest CFG_CMD_xxx cleanup
45050
45051 Signed-off-by: Stefan Roese <sr@denx.de>
45052
45053 commit fa1df308926a6f70e3504c57514ef27ac31fd13a
45054 Author: Bartlomiej Sieka <tur@semihalf.com>
45055 Date: Wed Jul 11 20:11:07 2007 +0200
45056
45057 CM1.QP1: Support for the Schindler CM1.QP1 board.
45058
45059 Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
45060 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
45061
45062 commit 96e1d75be8193ca79e4215a368bf9d7f2362450f
45063 Author: Heiko Schocher <hs@pollux.denx.de>
45064 Date: Wed Jul 11 18:39:11 2007 +0200
45065
45066 [PCS440EP] - Show on the DIAG LEDs, if the SHA1 check failed
45067 - now the Flash ST M29W040B is supported (not tested)
45068 - fix the "led" command
45069 - fix compile error, if BUILD_DIR is used
45070
45071 Signed-off-by: Heiko Schocher <hs@denx.de>
45072
45073 commit e9514751cfa5cce61ea699fa0d3eb37898a5eeb5
45074 Author: Stefan Roese <sr@denx.de>
45075 Date: Sun Jul 8 13:44:27 2007 +0200
45076
45077 Fix malloc problem introduced with the relocation fixup for the PPC platform
45078
45079 The relocation fixup didn't handle the malloc pointer initialization
45080 correctly. This patch fixes this problem. Tested successfully on 4xx.
45081 The relocation fixup patches for 4xx will follow soon.
45082
45083 Signed-off-by: Stefan Roese <sr@denx.de>
45084
45085 commit 0dca874db62718e41253659e60f3a1de7eb418ce
45086 Author: TsiChung <tcliew@Goku.(none)>
45087 Date: Tue Jul 10 15:45:43 2007 -0500
45088
45089 Cache update and added CFG_UNIFY_CACHE
45090
45091 Enabled cache in cpu_init_f() for faster flash to mem allocation. Updated cache handling in start.S. Applied cache invalidate in fec_send() and fec_recv(). Added CFG_UNIFY_CACHE for CF V3 only.
45092
45093 Signed-off-by: TsiChung <tcliew@Goku.(none)>
45094
45095 commit 52b017604a8f4d4a795880ef6e7861d7f2f1b005
45096 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
45097 Date: Thu Jul 5 23:36:16 2007 -0500
45098
45099 Update header file. Include dtimer_intr_setup(). Changed timer divider to global define.
45100
45101 Include immap.h and timer.h. Moved dtimer interrupt setup to dtimer_intr_setup() from cpu/mcf532x/interrupts.c. Changed (CFG_CLK /1000000) -1 << 8 to CFG_TIMER_PRESCALER
45102
45103 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
45104
45105 commit 5cdc07c7ef8f08ea55d3c47ed9221d91aa6d5fac
45106 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
45107 Date: Thu Jul 5 23:31:25 2007 -0500
45108
45109 Update header files
45110
45111 Include immap.h and renamed mcfrtc.h to rtc.h
45112
45113 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
45114
45115 commit 2870e98ac8e5553e9187b12a47e5f46babb53990
45116 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
45117 Date: Thu Jul 5 23:29:21 2007 -0500
45118
45119 Add mcffec_initialize()
45120
45121 Added mcffec_initialize() in eth_initialize()
45122
45123 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
45124
45125 commit 45a25bfd0c52f8a3fa137216bc94d32f90bedc5d
45126 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
45127 Date: Thu Jul 5 23:27:40 2007 -0500
45128
45129 Update header file and clean up
45130
45131 Include immap.h
45132
45133 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
45134
45135 commit 0cee9c66318602c856a899ae5fa7579ccba6443a
45136 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
45137 Date: Thu Jul 5 23:23:15 2007 -0500
45138
45139 New uart structure and defines
45140
45141 Seperated from mcfuart.h
45142
45143 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
45144
45145 commit a90e79de8d99e9c9d69d60bfff9f24c337165900
45146 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
45147 Date: Thu Jul 5 23:22:31 2007 -0500
45148
45149 New timer structure and defines
45150
45151 Seperated from mcftimer.h
45152
45153 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
45154
45155 commit e04acb2eba4782489417240eff76e20e176aec10
45156 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
45157 Date: Thu Jul 5 23:21:09 2007 -0500
45158
45159 Rename mcfrtc to rtc
45160
45161 Since it is already in m68k folder, un-necessary to pad mcf. Replaced immap_5329.h and m5329.h to immap.h
45162
45163 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
45164
45165 commit 2bd806fe4fc23958b8f78778199e7a6e3f8f6ad5
45166 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
45167 Date: Thu Jul 5 23:17:36 2007 -0500
45168
45169 Rename mcfserial.c. Update include header
45170
45171 Renamed mcfserial.c to mcfuart.c. Modified Makefile for mcfuart.o from mcfserial.o. Replace immap_5329.h and m5329.h to immap.h
45172
45173 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
45174
45175 commit f2208fbc2eb9de3f4285bfaa021c6ebae16c9b0e
45176 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
45177 Date: Thu Jul 5 23:13:58 2007 -0500
45178
45179 Header file update, clean up and cache handling
45180
45181 Replaced immap_5329.h and m5329.h with immap.h. Included cache_invalid.
45182
45183 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
45184
45185 commit 2e3f25ae9082daa9f5d181db45dfbc2e52ce0f97
45186 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
45187 Date: Thu Jul 5 23:10:40 2007 -0500
45188
45189 Create interrupts.c and modify Makefile
45190
45191 interrupt_init() and dtimer_intr_setup() are placed in interrupts.c. Added interrupts.o to Makefile
45192
45193 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
45194
45195 commit ddd104f1ed655eda50c06ba636237a83ed943f34
45196 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
45197 Date: Thu Jul 5 23:06:55 2007 -0500
45198
45199 Enable Icache
45200
45201 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
45202
45203 commit b9bf3de377b2bae70c983c9b97feae914999e735
45204 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
45205 Date: Thu Jul 5 23:05:31 2007 -0500
45206
45207 Update header file and some clean up
45208
45209 Replaced immap_5329.h and m5329.h with immap.h. Removed whitespaces.
45210
45211 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
45212
45213 commit 84a015b52ec820a5ae173717d78516de731c89c2
45214 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
45215 Date: Thu Jul 5 23:03:28 2007 -0500
45216
45217 Update header file and enable icache
45218
45219 Replaced immap_5329.h and m5329.h with immap.h. Enabled icache_enable() in cpu_init_r().
45220
45221 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
45222
45223 commit 7a17e759c7a8b58e910daf54df611e94fc8ca074
45224 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
45225 Date: Thu Jul 5 23:01:22 2007 -0500
45226
45227 Update header file and removed interrupt_init()
45228
45229 Replace immap_5329.h and m5329.h with immap.h. Removed interrupt_init() and placed it in interrupts.c
45230
45231 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
45232
45233 commit 3b635492c95bd0d6e08f93f699821cba1f602a64
45234 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
45235 Date: Thu Jul 5 22:57:46 2007 -0500
45236
45237 Update for flash.o and mii.o
45238
45239 Removed flash.o and added mii.o
45240
45241 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
45242
45243 commit c5ded275d839e4ff79f41718d50a835d989f57bc
45244 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
45245 Date: Thu Jul 5 22:56:19 2007 -0500
45246
45247 MII functions calls.
45248
45249 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
45250
45251 commit 427c814104560e29bda14955c67703245aaaa5b4
45252 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
45253 Date: Thu Jul 5 22:54:42 2007 -0500
45254
45255 Removed MII functions and replaced immap_5329.h and m5329.h with immap.h.
45256
45257 The removed MII routines will be placed in mii.c.
45258
45259 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
45260
45261 commit 01a793fda09c63df5a496f09dc1c7cb26e6751a2
45262 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
45263 Date: Thu Jul 5 22:51:05 2007 -0500
45264
45265 Duplicate code
45266
45267 There is a Common Flash Interface Driver existed. To use the CFI driver, define CFG_FLASH_CFI in configuration file.
45268
45269 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
45270
45271 commit 2744354a8437b8f78db178e30660215688bff570
45272 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
45273 Date: Thu Jul 5 22:46:38 2007 -0500
45274
45275 Seperate old structure defines and new structure defines
45276
45277 Removed new uart structure and defines to uart.h
45278
45279 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
45280
45281 commit 2bd58608dbcff8890ca9a0c59e861ac24f8bb230
45282 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
45283 Date: Thu Jul 5 22:45:01 2007 -0500
45284
45285 Seperate old structure defines and new structure defines
45286
45287 New timer structure and defines will move to new timer.h
45288
45289 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
45290
45291 commit 8cd5cd6de4ff92e03978338ed7aeb3ce7b7b9784
45292 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
45293 Date: Thu Jul 5 22:42:23 2007 -0500
45294
45295 Clean up
45296
45297 Removed whitespace
45298
45299 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
45300
45301 commit 514871f565dd8bd1121e4a3ac1665a790e20b8f2
45302 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
45303 Date: Thu Jul 5 22:41:24 2007 -0500
45304
45305 Clean up
45306
45307 Replaced whitespace with tabs
45308
45309 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
45310
45311 commit 48dbfeabc7afffe30609a4489f10c22cb67ef7dd
45312 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
45313 Date: Thu Jul 5 22:39:07 2007 -0500
45314
45315 Create new header file and move peripherals base address from configs file to new header file.
45316
45317 Create new header file to include immap_5xxx.h and m5xxx.h and to share among drivers without update in driver file each processor is added. Moved peripherals base address and defines from configs file to immap.h.
45318
45319 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
45320
45321 commit be296e31c4411f96d9cb3d2afc8fcb006867abfa
45322 Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
45323 Date: Thu Jul 5 22:24:58 2007 -0500
45324
45325 Revert file mode
45326
45327 Changed MAKEALL file mode to executable, removed executable file mode from Makefile
45328
45329 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
45330
45331 commit b3aff0cb9ecf236d7e8c93761dd1dadf6837a582
45332 Author: Jon Loeliger <jdl@freescale.com>
45333 Date: Tue Jul 10 11:19:50 2007 -0500
45334
45335 disk/ doc/ lib_*/ and tools/: Remove lingering references to CFG_CMD_* symbols.
45336
45337 Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
45338 Those always evaluated TRUE, and thus were always compiled
45339 even when IDE really wasn't defined/wanted.
45340
45341 Signed-off-by: Jon Loeliger <jdl@freescale.com>
45342
45343 commit ddb5d86f0215bcb6c293510c50eb050e92883b7a
45344 Author: Jon Loeliger <jdl@freescale.com>
45345 Date: Tue Jul 10 11:13:21 2007 -0500
45346
45347 drivers/: Remove lingering references to CFG_CMD_* symbols.
45348
45349 Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
45350 Those always evaluated TRUE, and thus were always compiled
45351 even when IDE really wasn't defined/wanted.
45352
45353 Signed-off-by: Jon Loeliger <jdl@freescale.com>
45354
45355 commit f40a7f3e3888b42a43674b099e5470022c8c544c
45356 Author: Jon Loeliger <jdl@freescale.com>
45357 Date: Tue Jul 10 11:07:56 2007 -0500
45358
45359 fs/: Remove lingering references to CFG_CMD_* symbols.
45360
45361 Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
45362 Those always evaluated TRUE, and thus were always compiled
45363 even when IDE really wasn't defined/wanted.
45364
45365 Signed-off-by: Jon Loeliger <jdl@freescale.com>
45366
45367 commit 610f2e9c28a9c101e09fa1b78143cf5f00ed1593
45368 Author: Jon Loeliger <jdl@freescale.com>
45369 Date: Tue Jul 10 11:05:02 2007 -0500
45370
45371 net/: Remove lingering references to CFG_CMD_* symbols.
45372
45373 Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
45374 Those always evaluated TRUE, and thus were always compiled
45375 even when IDE really wasn't defined/wanted.
45376
45377 Signed-off-by: Jon Loeliger <jdl@freescale.com>
45378
45379 commit 902531788376046da212afd1661cffb62f3daa1c
45380 Author: Jon Loeliger <jdl@freescale.com>
45381 Date: Tue Jul 10 11:02:44 2007 -0500
45382
45383 common/: Remove lingering references to CFG_CMD_* symbols.
45384
45385 Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
45386 Those always evaluated TRUE, and thus were always compiled
45387 even when IDE really wasn't defined/wanted.
45388
45389 Signed-off-by: Jon Loeliger <jdl@freescale.com>
45390
45391 commit d39b57415838c73fb0a37eca84de3c68ba990586
45392 Author: Jon Loeliger <jdl@freescale.com>
45393 Date: Tue Jul 10 10:48:22 2007 -0500
45394
45395 board/[j-z]*: Remove lingering references to CFG_CMD_* symbols.
45396
45397 Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
45398 Those always evaluated TRUE, and thus were always compiled
45399 even when IDE really wasn't defined/wanted.
45400
45401 Signed-off-by: Jon Loeliger <jdl@freescale.com>
45402
45403 commit 77a318545d57aefa844752465b94c7e09a3f26d0
45404 Author: Jon Loeliger <jdl@freescale.com>
45405 Date: Tue Jul 10 10:39:10 2007 -0500
45406
45407 board/[A-Za-i]*: Remove lingering references to CFG_CMD_* symbols.
45408
45409 Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
45410 Those always evaluated TRUE, and thus were always compiled
45411 even when IDE really wasn't defined/wanted.
45412
45413 Signed-off-by: Jon Loeliger <jdl@freescale.com>
45414
45415 commit 068b60a0eb7e73b243ca55399f2a7df76e2c3f3d
45416 Author: Jon Loeliger <jdl@freescale.com>
45417 Date: Tue Jul 10 10:27:39 2007 -0500
45418
45419 cpu/ rtc/ include/: Remove lingering references to CFG_CMD_* symbols.
45420
45421 Signed-off-by: Jon Loeliger <jdl@freescale.com>
45422
45423 commit 079a136c3588814784561d6e4856970ee82d6e2a
45424 Author: Jon Loeliger <jdl@freescale.com>
45425 Date: Tue Jul 10 10:12:10 2007 -0500
45426
45427 include/configs/[p-z]* + misc: Cleanup BOOTP and lingering CFG_CMD_*.
45428
45429 Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
45430 used to be included but CONFIG_BOOTP_MASK was not defined.
45431
45432 Remove lingering references to CFG_CMD_* symbols.
45433
45434 Signed-off-by: Jon Loeliger <jdl@freescale.com>
45435
45436 commit 7f5c01577400c74cc5bac74f41dd0d3c79df623c
45437 Author: Jon Loeliger <jdl@freescale.com>
45438 Date: Tue Jul 10 09:38:02 2007 -0500
45439
45440 include/configs/[g-o]*: Cleanup BOOTP and lingering CFG_CMD_*.
45441
45442 Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
45443 used to be included but CONFIG_BOOTP_MASK was not defined.
45444
45445 Remove lingering references to CFG_CMD_* symbols.
45446
45447 Signed-off-by: Jon Loeliger <jdl@freescale.com>
45448
45449 commit 80ff4f99b84b64edca3fd10da365ec1493be1c95
45450 Author: Jon Loeliger <jdl@freescale.com>
45451 Date: Tue Jul 10 09:29:01 2007 -0500
45452
45453 include/configs/[a-e]*: Cleanup BOOTP and lingering CFG_CMD_*.
45454
45455 Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
45456 used to be included but CONFIG_BOOTP_MASK was not defined.
45457
45458 Remove lingering references to CFG_CMD_* symbols.
45459
45460 Signed-off-by: Jon Loeliger <jdl@freescale.com>
45461
45462 commit a1aa0bb502e25fd598b5e0ccdfb2c174921d714a
45463 Author: Jon Loeliger <jdl@freescale.com>
45464 Date: Tue Jul 10 09:22:23 2007 -0500
45465
45466 include/configs/[P-Z]*: Cleanup BOOTP and lingering CFG_CMD_*.
45467
45468 Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
45469 used to be included but CONFIG_BOOTP_MASK was not defined.
45470
45471 Remove lingering references to CFG_CMD_* symbols.
45472
45473 Signed-off-by: Jon Loeliger <jdl@freescale.com>
45474
45475 commit 659e2f6736232a08acca8785c206e2b4d9cd07d7
45476 Author: Jon Loeliger <jdl@freescale.com>
45477 Date: Tue Jul 10 09:10:49 2007 -0500
45478
45479 include/configs/[J-O]*: Cleanup BOOTP and lingering CFG_CMD_*.
45480
45481 Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
45482 used to be included but CONFIG_BOOTP_MASK was not defined.
45483
45484 Remove lingering references to CFG_CMD_* symbols.
45485
45486 Signed-off-by: Jon Loeliger <jdl@freescale.com>
45487
45488 commit 11799434c5ff15a612577bb1ad1f4ea1a0595e4b
45489 Author: Jon Loeliger <jdl@freescale.com>
45490 Date: Tue Jul 10 09:02:57 2007 -0500
45491
45492 include/configs/[A-I]*: Cleanup BOOTP and lingering CFG_CMD_*.
45493
45494 Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
45495 used to be included but CONFIG_BOOTP_MASK was not defined.
45496
45497 Remove lingering references to CFG_CMD_* symbols.
45498
45499 Signed-off-by: Jon Loeliger <jdl@freescale.com>
45500
45501 commit 1fe80d79c5c4e52d3410a7ab4b8515da095cdab3
45502 Author: Jon Loeliger <jdl@freescale.com>
45503 Date: Mon Jul 9 22:08:34 2007 -0500
45504
45505 Finally retire cmd_confdefs.h and CONFIG_BOOTP_MASK!
45506
45507 All of the choices for CONFIG_BOOTP_ are now documented in
45508 the README file. You must now individually select exactly
45509 the set that you want using a series of
45510 #define CONFIG_BOOTP_<x>
45511 statements in the board port config files now.
45512
45513 Signed-off-by: Jon Loeliger <jdl@freescale.com>
45514
45515 commit d3b8c1a743dcd31625c99e6a44590f207eb00028
45516 Author: Jon Loeliger <jdl@freescale.com>
45517 Date: Mon Jul 9 21:57:31 2007 -0500
45518
45519 include/configs/[m-z]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
45520
45521 Signed-off-by: Jon Loeliger <jdl@freescale.com>
45522
45523 commit 2fd90ce575b02d189cbf443c85309bcd001aa393
45524 Author: Jon Loeliger <jdl@freescale.com>
45525 Date: Mon Jul 9 21:48:26 2007 -0500
45526
45527 include/configs/[a-m]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
45528
45529 Signed-off-by: Jon Loeliger <jdl@freescale.com>
45530
45531 commit 37d4bb70586659dedef1658ce1bed071be098aec
45532 Author: Jon Loeliger <jdl@freescale.com>
45533 Date: Mon Jul 9 21:38:02 2007 -0500
45534
45535 include/configs/[T-Z]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
45536
45537 Signed-off-by: Jon Loeliger <jdl@freescale.com>
45538
45539 commit 18225e8dd1950bd6dbf35011e436db7f474c187d
45540 Author: Jon Loeliger <jdl@freescale.com>
45541 Date: Mon Jul 9 21:31:24 2007 -0500
45542
45543 include/configs/[P-S]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
45544
45545 Signed-off-by: Jon Loeliger <jdl@freescale.com>
45546
45547 commit 7be044e4ea644b0ef1c486dadc1a4c2665b4374d
45548 Author: Jon Loeliger <jdl@freescale.com>
45549 Date: Mon Jul 9 21:24:19 2007 -0500
45550
45551 include/configs/[H-N]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
45552
45553 Signed-off-by: Jon Loeliger <jdl@freescale.com>
45554
45555 commit 5d2ebe1b3ef0055c661bb1a0d252bf252380069f
45556 Author: Jon Loeliger <jdl@freescale.com>
45557 Date: Mon Jul 9 21:16:53 2007 -0500
45558
45559 include/configs/[A-G]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
45560
45561 Signed-off-by: Jon Loeliger <jdl@freescale.com>
45562
45563 commit f55f7f8d83f36021ab1f0e3d738f5d8c8083a7e3
45564 Author: Jon Loeliger <jdl@freescale.com>
45565 Date: Mon Jul 9 19:12:30 2007 -0500
45566
45567 Retire CONFIG_COMMANDS finally.
45568 Strip old CFG_CMD_* symbols out.
45569
45570 Signed-off-by: Jon Loeliger <jdl@freescale.com>
45571
45572 commit b5501f7d720fed99ab0b42c83f5dea52868ce007
45573 Author: Jon Loeliger <jdl@freescale.com>
45574 Date: Mon Jul 9 19:10:03 2007 -0500
45575
45576 Update README.* to reference new CONFIG_CMD_* names now.
45577
45578 Signed-off-by: Jon Loeliger <jdl@freescale.com>
45579
45580 commit 4431283c7e6d54ae180d466e51bf2d97471a0ad9
45581 Author: Jon Loeliger <jdl@freescale.com>
45582 Date: Mon Jul 9 19:06:00 2007 -0500
45583
45584 cpu/m*: Remove obsolete references to CONFIG_COMMANDS
45585
45586 Signed-off-by: Jon Loeliger <jdl@freescale.com>
45587
45588 commit 3a1ed1e1f922c419bb71f7df4949d783ade369fa
45589 Author: Jon Loeliger <jdl@freescale.com>
45590 Date: Mon Jul 9 18:57:22 2007 -0500
45591
45592 cpu/[7a-ln-z]*: Remove obsolete references to CONFIG_COMMANDS
45593
45594 Signed-off-by: Jon Loeliger <jdl@freescale.com>
45595
45596 commit ab3abcbabd840928fb1eb5122118ca466b5e5013
45597 Author: Jon Loeliger <jdl@freescale.com>
45598 Date: Mon Jul 9 18:45:16 2007 -0500
45599
45600 board/[q-z]*: Remove obsolete references to CONFIG_COMMANDS
45601
45602 Signed-off-by: Jon Loeliger <jdl@freescale.com>
45603
45604 commit 3fe00109a5f12de55b6e25b1f98dfc24bc9090c9
45605 Author: Jon Loeliger <jdl@freescale.com>
45606 Date: Mon Jul 9 18:38:39 2007 -0500
45607
45608 board/[m-p]*: Remove obsolete references to CONFIG_COMMANDS
45609
45610 Signed-off-by: Jon Loeliger <jdl@freescale.com>
45611
45612 commit c508a4cefd8a953fc64957650506a035e6e3d9d1
45613 Author: Jon Loeliger <jdl@freescale.com>
45614 Date: Mon Jul 9 18:31:28 2007 -0500
45615
45616 board/[f-l]*: Remove obsolete references to CONFIG_COMMANDS
45617
45618 Signed-off-by: Jon Loeliger <jdl@freescale.com>
45619
45620 commit b9307262f8a9f3b5c9e15a6067eadc17407146f6
45621 Author: Jon Loeliger <jdl@freescale.com>
45622 Date: Mon Jul 9 18:24:55 2007 -0500
45623
45624 board/[d-e]*: Remove obsolete references to CONFIG_COMMANDS
45625
45626 Signed-off-by: Jon Loeliger <jdl@freescale.com>
45627
45628 commit fcec2eb93e126400009729328e797f12bc94f1fd
45629 Author: Jon Loeliger <jdl@freescale.com>
45630 Date: Mon Jul 9 18:19:09 2007 -0500
45631
45632 board/[A-Za-c]*: Remove obsolete references to CONFIG_COMMANDS
45633
45634 Signed-off-by: Jon Loeliger <jdl@freescale.com>
45635
45636 commit a593814f2be0c9cdc3133cd550b167b8a988328f
45637 Author: Jon Loeliger <jdl@freescale.com>
45638 Date: Mon Jul 9 18:10:50 2007 -0500
45639
45640 rtc/: Remove obsolete references to CONFIG_COMMANDS
45641
45642 Signed-off-by: Jon Loeliger <jdl@freescale.com>
45643
45644 commit 67350568f9d46e66c21829f3513b3db0caeb948b
45645 Author: Jon Loeliger <jdl@freescale.com>
45646 Date: Mon Jul 9 18:05:38 2007 -0500
45647
45648 lib_{arm,avr32,blackfin,generic,i386}/: Remove obsolete references to CONFIG_COMMANDS
45649
45650 Signed-off-by: Jon Loeliger <jdl@freescale.com>
45651
45652 commit 7def6b34f910f08d7ef0a14646da067719237ca2
45653 Author: Jon Loeliger <jdl@freescale.com>
45654 Date: Mon Jul 9 18:02:11 2007 -0500
45655
45656 lib_{m68k,microblaze,mips,ppc}/: Remove obsolete references to CONFIG_COMMANDS
45657
45658 Signed-off-by: Jon Loeliger <jdl@freescale.com>
45659
45660 commit dd60d1223b99a88a7216f3e041fe40634ad4c2bb
45661 Author: Jon Loeliger <jdl@freescale.com>
45662 Date: Mon Jul 9 17:56:50 2007 -0500
45663
45664 fs/: Remove obsolete references to CONFIG_COMMANDS
45665
45666 Signed-off-by: Jon Loeliger <jdl@freescale.com>
45667
45668 commit c91898bbc505aff3e12a807af88e76da18efb7ee
45669 Author: Jon Loeliger <jdl@freescale.com>
45670 Date: Mon Jul 9 17:46:09 2007 -0500
45671
45672 tools/: Remove obsolete references to CONFIG_COMMANDS
45673
45674 Signed-off-by: Jon Loeliger <jdl@freescale.com>
45675
45676 commit 643d1ab23960950b52e0a2803c2d3ea4c558fa01
45677 Author: Jon Loeliger <jdl@freescale.com>
45678 Date: Mon Jul 9 17:45:14 2007 -0500
45679
45680 net/: Remove obsolete references to CONFIG_COMMANDS
45681
45682 Signed-off-by: Jon Loeliger <jdl@freescale.com>
45683
45684 commit cb51c0bf88f95a1bca68324b0126f8eed8b43273
45685 Author: Jon Loeliger <jdl@freescale.com>
45686 Date: Mon Jul 9 17:39:42 2007 -0500
45687
45688 drivers/[n-z]*: Remove obsolete references to CONFIG_COMMANDS
45689
45690 Signed-off-by: Jon Loeliger <jdl@freescale.com>
45691
45692 commit 07d38a17e964aec4c7827f0ee9a583bc8cc1ad6b
45693 Author: Jon Loeliger <jdl@freescale.com>
45694 Date: Mon Jul 9 17:30:01 2007 -0500
45695
45696 drivers/[a-m]*: Remove obsolete references to CONFIG_COMMANDS
45697
45698 Signed-off-by: Jon Loeliger <jdl@freescale.com>
45699
45700 commit cde5c64d17cf4834aa7b5c373f288bc7dad27b29
45701 Author: Jon Loeliger <jdl@freescale.com>
45702 Date: Mon Jul 9 17:22:37 2007 -0500
45703
45704 disk/: Remove obsolete references to CONFIG_COMMANDS
45705
45706 Signed-off-by: Jon Loeliger <jdl@freescale.com>
45707
45708 commit 639221c76c88215bd55af83ad174fc30d1940f8f
45709 Author: Jon Loeliger <jdl@freescale.com>
45710 Date: Mon Jul 9 17:15:49 2007 -0500
45711
45712 include/: Remove obsolete references to CONFIG_COMMANDS
45713 Mostly removed from comments here.
45714
45715 Signed-off-by: Jon Loeliger <jdl@freescale.com>
45716
45717 commit 4ef218f6fdf8d747f4589da5252b004e7d2c2876
45718 Author: Wolfgang Denk <wd@denx.de>
45719 Date: Tue Jul 10 00:01:28 2007 +0200
45720
45721 Coding style cleanup; update CHANGELOG.
45722
45723 Signed-off-by: Wolfgang Denk <wd@denx.de>
45724
45725 commit c8603cfbd4573379a6076c9c208545ba2bbf019a
45726 Author: Stefan Roese <sr@denx.de>
45727 Date: Mon Jul 9 11:00:24 2007 +0200
45728
45729 Small coding style cleanup
45730
45731 Signed-off-by: Stefan Roese <sr@denx.de>
45732
45733 commit 0f92c7e7c9a62755b1457d3c46f93c8c1f6c19fc
45734 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
45735 Date: Mon Jul 9 10:10:08 2007 +0200
45736
45737 Migrate esd 405EP boards to new NAND subsystem
45738
45739 Remove unused CFG_NAND_LEGACY define
45740
45741 These boards to not have NAND.
45742
45743 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
45744
45745 commit bd84ee4c2020c3a6861f4bb2e7ea0fb49f82e803
45746 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
45747 Date: Mon Jul 9 10:10:06 2007 +0200
45748
45749 Migrate esd 405EP boards to new NAND subsystem
45750
45751 Migrate esd 405EP boards to new NAND subsystem
45752
45753 -cleanup
45754 -use correct io accessors (in/out_be32())
45755
45756 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
45757
45758 commit e09f7ab5749c345f924da272bea0521a73af5b11
45759 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
45760 Date: Mon Jul 9 10:10:04 2007 +0200
45761
45762 Migrate esd 405EP boards to new NAND subsystem
45763
45764 This patch prepares the migration from the legacy NAND driver
45765 to U-Boot's new NAND subsystem for esd boards.
45766
45767 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
45768
45769 commit c3517f919d0f61650cf3027fd4faf0f631142f6c
45770 Author: Jon Loeliger <jdl@freescale.com>
45771 Date: Sun Jul 8 18:10:08 2007 -0500
45772
45773 common/* non-cmd*: Remove obsolete references to CONFIG_COMMANDS
45774
45775 Signed-off-by: Jon Loeliger <jdl@freescale.com>
45776
45777 commit fd9bcaa35be64fe41a4223fdb6ecdbad52470b39
45778 Author: Jon Loeliger <jdl@freescale.com>
45779 Date: Sun Jul 8 18:05:39 2007 -0500
45780
45781 common/cmd_[p-x]*: Remove obsolete references to CONFIG_COMMANDS.
45782
45783 Signed-off-by: Jon Loeliger <jdl@freescale.com>
45784
45785 commit c76fe47425afc7d5d670ff0539823c85d65d9c42
45786 Author: Jon Loeliger <jdl@freescale.com>
45787 Date: Sun Jul 8 18:02:23 2007 -0500
45788
45789 common/cmd_[i-n]*: Remove obsolete references to CONFIG_COMMANDS.
45790
45791 Signed-off-by: Jon Loeliger <jdl@freescale.com>
45792
45793 commit baa26db4113679b80970ff447d91cc10217742a6
45794 Author: Jon Loeliger <jdl@freescale.com>
45795 Date: Sun Jul 8 17:51:39 2007 -0500
45796
45797 common/cmd_[af]*: Remove obsolete references to CONFIG_COMMANDS.
45798
45799 Signed-off-by: Jon Loeliger <jdl@freescale.com>
45800
45801 commit af075ee96e52dda7b6bca6c937588aeaaec5f2cd
45802 Author: Jon Loeliger <jdl@freescale.com>
45803 Date: Sun Jul 8 17:02:01 2007 -0500
45804
45805 Clear up confusion over the CMD_POST and POST_DIAG mess.
45806
45807 For some reason, CONFIG_POST permeated as CONFIG_CMD_POST_DIAG
45808 when it really means just CONFIG_CMD_DIAG. There is no CMD_POST.
45809 Clear this mess up some.
45810
45811 Signed-off-by: Jon Loeliger <jdl@freescale.com>
45812
45813 commit b3631487105a57ab7cbadfc26efbaf9676275018
45814 Author: Jon Loeliger <jdl@freescale.com>
45815 Date: Sun Jul 8 15:45:08 2007 -0500
45816
45817 Remove references to the old cmd_confdefs.h include file.
45818
45819 Signed-off-by: Jon Loeliger <jdl@freescale.com>
45820
45821 commit a22d4da95e20049b4daa1c2a022f61e8a72f2fb6
45822 Author: Jon Loeliger <jdl@freescale.com>
45823 Date: Sun Jul 8 15:42:59 2007 -0500
45824
45825 include/configs: Catch some CONFIG_CMD_* conversion stragglers.
45826
45827 Use new CONFIG_CMD_* in lwmon5.h board config file.
45828 Fix CONFIG_CMD_* typo braindamage in omap1510inn.h
45829
45830 Signed-off-by: Jon Loeliger <jdl@freescale.com>
45831
45832 commit a5562901661bd428f7e5feb333f796372cb81019
45833 Author: Jon Loeliger <jdl@freescale.com>
45834 Date: Sun Jul 8 15:31:57 2007 -0500
45835
45836 include/configs: Use new CONFIG_CMD_* in various [TUVWZYZ]* named board config files.
45837
45838 Signed-off-by: Jon Loeliger <jdl@freescale.com>
45839
45840 commit fe7f782d5b8c64a0195c68c31a0a11d4f641355e
45841 Author: Jon Loeliger <jdl@freescale.com>
45842 Date: Sun Jul 8 15:02:44 2007 -0500
45843
45844 include/configs: Use new CONFIG_CMD_* in various S* named board config files.
45845
45846 Signed-off-by: Jon Loeliger <jdl@freescale.com>
45847
45848 commit e9a0f8f15c11f337967aa0600ad6e8af33037f50
45849 Author: Jon Loeliger <jdl@freescale.com>
45850 Date: Sun Jul 8 15:12:40 2007 -0500
45851
45852 include/configs: Use new CONFIG_CMD_* in various R* named board config files.
45853
45854 Signed-off-by: Jon Loeliger <jdl@freescale.com>
45855
45856 commit 12aa9fd23d724bd6ab88e1baa0db35133a27303f
45857 Author: Jon Loeliger <jdl@freescale.com>
45858 Date: Sun Jul 8 14:55:07 2007 -0500
45859
45860 include/configs: Use new CONFIG_CMD_* in various Q* named board config files.
45861
45862 Signed-off-by: Jon Loeliger <jdl@freescale.com>
45863
45864 commit acf0269779422f3e147d2ddfb499c9f6ff10ad5e
45865 Author: Jon Loeliger <jdl@freescale.com>
45866 Date: Sun Jul 8 14:49:44 2007 -0500
45867
45868 include/configs: Use new CONFIG_CMD_* in various P* named board config files.
45869
45870 Signed-off-by: Jon Loeliger <jdl@freescale.com>
45871
45872 commit e18a1061a8630cb67995fdf99afd3fb50d1b187d
45873 Author: Jon Loeliger <jdl@freescale.com>
45874 Date: Sun Jul 8 14:21:43 2007 -0500
45875
45876 include/configs: Use new CONFIG_CMD_* in various [NO]* named board config files.
45877
45878 Signed-off-by: Jon Loeliger <jdl@freescale.com>
45879
45880 commit 8353e139bfad9059c54f5b2421f1a3090e15a2e2
45881 Author: Jon Loeliger <jdl@freescale.com>
45882 Date: Sun Jul 8 14:14:17 2007 -0500
45883
45884 include/configs: Use new CONFIG_CMD_* in various M* named board config files.
45885
45886 Signed-off-by: Jon Loeliger <jdl@freescale.com>
45887
45888 commit 348f258f24253433e4a2302a0bbceb6740a67246
45889 Author: Jon Loeliger <jdl@freescale.com>
45890 Date: Sun Jul 8 13:46:18 2007 -0500
45891
45892 include/configs: Use new CONFIG_CMD_* in various [IJKL]* named board config files.
45893
45894 Signed-off-by: Jon Loeliger <jdl@freescale.com>
45895
45896 commit 6c4f4da9bfc9f9403f54fce678ed0364b7c86a6a
45897 Author: Jon Loeliger <jdl@freescale.com>
45898 Date: Sun Jul 8 10:09:35 2007 -0500
45899
45900 include/configs: Use new CONFIG_CMD_* in various H* named board config files.
45901
45902 Signed-off-by: Jon Loeliger <jdl@freescale.com>
45903
45904 commit 60a0876b5106b34220e459c208bbf648073306c0
45905 Author: Jon Loeliger <jdl@freescale.com>
45906 Date: Sat Jul 7 21:04:26 2007 -0500
45907
45908 include/configs: Use new CONFIG_CMD_* in various F* and G* named board config files.
45909
45910 Signed-off-by: Jon Loeliger <jdl@freescale.com>
45911
45912 commit dcaa71562826a2466e894c868d132509dcda8444
45913 Author: Jon Loeliger <jdl@freescale.com>
45914 Date: Sat Jul 7 20:56:05 2007 -0500
45915
45916 include/configs: Use new CONFIG_CMD_* in various E* named board config files.
45917
45918 Signed-off-by: Jon Loeliger <jdl@freescale.com>
45919
45920 commit 3c3227f3c737502311b25b72084573901cbbf17d
45921 Author: Jon Loeliger <jdl@freescale.com>
45922 Date: Sat Jul 7 20:40:43 2007 -0500
45923
45924 include/configs: Use new CONFIG_CMD_* in various D* named board config files.
45925
45926 Signed-off-by: Jon Loeliger <jdl@freescale.com>
45927
45928 commit 49cf7e8ee7ef943fdfe866ce28410b0bfbf6a26c
45929 Author: Jon Loeliger <jdl@freescale.com>
45930 Date: Thu Jul 5 19:52:35 2007 -0500
45931
45932 include/configs: Use new CONFIG_CMD_* in various C* named board config files.
45933
45934 Signed-off-by: Jon Loeliger <jdl@freescale.com>
45935
45936 commit de8b2a6e33298dcdb10bdda48db25e53c3089eba
45937 Author: Jon Loeliger <jdl@freescale.com>
45938 Date: Thu Jul 5 19:32:07 2007 -0500
45939
45940 include/configs: Use new CONFIG_CMD_* in various B* named board config files.
45941
45942 Signed-off-by: Jon Loeliger <jdl@freescale.com>
45943
45944 commit 498ff9a228485bd4b9f23d066bada268f9add1dd
45945 Author: Jon Loeliger <jdl@freescale.com>
45946 Date: Thu Jul 5 19:13:52 2007 -0500
45947
45948 include/configs: Use new CONFIG_CMD_* in various A* named board config files.
45949
45950 Since ADS860.h includes "board/fads/fads.h" with ramifications
45951 on the CONFIG_COMMAND treatment, it too has to be adjusted to
45952 exclude already configured commands in this same commit.
45953
45954 Signed-off-by: Jon Loeliger <jdl@freescale.com>
45955
45956 commit 10e038932f22ee80ebd53de312531e70e6590a2f
45957 Author: Thomas Knobloch <knobloch@siemens.com>
45958 Date: Fri Jul 6 14:58:39 2007 +0200
45959
45960 [NAND] Bad block skipping for command nboot
45961
45962 The old implementation of command nboot does not support reading the image from
45963 NAND flash with skipping of bad blocks. The patch implements a new version of
45964 the nboot command: by calling nboot.jffs2 from the u-boot command line the
45965 command will load the image from NAND flash with respect to bad blocks (by using
45966 nand_read_opts()). This is similar to e.g. the NAND read command: "nand
45967 read.jffs2 ...".
45968
45969 Signed-off-by: Thomas Knobloch <knobloch@siemens.com>
45970 Signed-off-by: Stefan Roese <sr@denx.de>
45971
45972 commit 334043f601a90ac53e5ecc846fbb73a1ef38cb1f
45973 Author: Stefan Roese <sr@denx.de>
45974 Date: Fri Jul 6 12:26:51 2007 +0200
45975
45976 ppc4xx: Update lwmon5 default environment
45977
45978 Signed-off-by: Stefan Roese <sr@denx.de>
45979
45980 commit 5d187430a055d62f17ca84d75e7245439d1f7e75
45981 Author: Stefan Roese <sr@denx.de>
45982 Date: Fri Jul 6 11:48:24 2007 +0200
45983
45984 ppc4xx: Update lwmon5 board
45985
45986 Add unlock=yes environment variable to default variables to unlock
45987 the CFI flash by default.
45988
45989 Signed-off-by: Stefan Roese <sr@denx.de>
45990
45991 commit 6b0a174a1e6f55e1f5a1fbb223cdad7645a4646e
45992 Author: Stefan Roese <sr@denx.de>
45993 Date: Fri Jul 6 09:45:47 2007 +0200
45994
45995 Fix problem with get/setdcr commands introduced by cfg patches
45996
45997 Signed-off-by: Stefan Roese <sr@denx.de>
45998
45999 commit f1152f8c28db4a22087c21c618a3f7baa48e9a4f
46000 Author: Wolfgang Denk <wd@denx.de>
46001 Date: Fri Jul 6 02:50:19 2007 +0200
46002
46003 Code cleanup and default config update for STC GP3 SSA board.
46004
46005 Signed-off-by: Wolfgang Denk <wd@denx.de>
46006
46007 commit e4dbe1b215f5c6c462e76909d240bd96472b84de
46008 Author: Wolfgang Denk <wd@denx.de>
46009 Date: Thu Jul 5 17:56:27 2007 +0200
46010
46011 Fixing some typos etc. introduced mainly by cfg patches.
46012
46013 Signed-off-by: Wolfgang Denk <wd@denx.de>
46014
46015 commit b6b4684546809f89c8bac72863ca49b5fd8ac0cd
46016 Author: Wolfgang Denk <wd@denx.de>
46017 Date: Thu Jul 5 11:12:16 2007 +0200
46018
46019 Minor coding style cleanup. Update CHANGELOG.
46020
46021 commit dca3b3d6d6396b67e5e84af53452164923c73443
46022 Author: Jon Loeliger <jdl@jdl.com>
46023 Date: Wed Jul 4 22:33:46 2007 -0500
46024
46025 include/configs: Use new CONFIG_CMD_* in various [v-z]* named board config files.
46026
46027 Signed-off-by: Jon Loeliger <jdl@freescale.com>
46028
46029 commit 6c18eb9804b525f3e4f3bb3d014dd69a200d9fa7
46030 Author: Jon Loeliger <jdl@jdl.com>
46031 Date: Wed Jul 4 22:33:38 2007 -0500
46032
46033 include/configs: Use new CONFIG_CMD_* in various t* and u* named board config files.
46034
46035 Signed-off-by: Jon Loeliger <jdl@freescale.com>
46036
46037 commit 46da1e96b7db14f4fcd2c92544e7c0862024bc76
46038 Author: Jon Loeliger <jdl@jdl.com>
46039 Date: Wed Jul 4 22:33:30 2007 -0500
46040
46041 include/configs: Use new CONFIG_CMD_* in various s* named board config files.
46042
46043 Signed-off-by: Jon Loeliger <jdl@freescale.com>
46044
46045 commit 90cc3eb6d2be856d9ddd81436de9cf343bc6b5c8
46046 Author: Jon Loeliger <jdl@jdl.com>
46047 Date: Wed Jul 4 22:33:23 2007 -0500
46048
46049 include/configs: Use new CONFIG_CMD_* in various q* and r* named board config files.
46050
46051 Signed-off-by: Jon Loeliger <jdl@freescale.com>
46052
46053 commit 26a34560d56a9df5bc2ae23525d9229736134757
46054 Author: Jon Loeliger <jdl@jdl.com>
46055 Date: Wed Jul 4 22:33:17 2007 -0500
46056
46057 include/configs: Use new CONFIG_CMD_* in various p* named board config files.
46058
46059 Signed-off-by: Jon Loeliger <jdl@freescale.com>
46060
46061 commit a5cb23092a7d31490a33d4ec871468b63babfa3c
46062 Author: Jon Loeliger <jdl@jdl.com>
46063 Date: Wed Jul 4 22:33:13 2007 -0500
46064
46065 include/configs: Use new CONFIG_CMD_* in various o* named board config files.
46066
46067 Signed-off-by: Jon Loeliger <jdl@freescale.com>
46068
46069 commit 929a2bfd142737003a8fc32e1b86e1f2c1850257
46070 Author: Jon Loeliger <jdl@jdl.com>
46071 Date: Wed Jul 4 22:33:07 2007 -0500
46072
46073 include/configs: Use new CONFIG_CMD_* in various n* named board config files.
46074
46075 Signed-off-by: Jon Loeliger <jdl@freescale.com>
46076
46077 commit 5dc11a511960d490f7f01ffd746edfe6277f99b0
46078 Author: Jon Loeliger <jdl@jdl.com>
46079 Date: Wed Jul 4 22:33:01 2007 -0500
46080
46081 include/configs: Use new CONFIG_CMD_* in various m* named board config files.
46082
46083 Signed-off-by: Jon Loeliger <jdl@freescale.com>
46084
46085 commit 9bbb1c0820c1fbd3811ab6ee4ba0f6c6f76b27e4
46086 Author: Jon Loeliger <jdl@jdl.com>
46087 Date: Wed Jul 4 22:32:57 2007 -0500
46088
46089 include/configs: Use new CONFIG_CMD_* in various l* named board config files.
46090
46091 Signed-off-by: Jon Loeliger <jdl@freescale.com>
46092
46093 commit bc234c129fa04fb9fa33530930e5cbc6084cd47a
46094 Author: Jon Loeliger <jdl@jdl.com>
46095 Date: Wed Jul 4 22:32:51 2007 -0500
46096
46097 include/configs: Use new CONFIG_CMD_* in various j* and k* named board config files.
46098
46099 Signed-off-by: Jon Loeliger <jdl@freescale.com>
46100
46101 commit 1d2c6bc491969f8d8fb34c8e30e8bea7a2af9c31
46102 Author: Jon Loeliger <jdl@jdl.com>
46103 Date: Wed Jul 4 22:32:32 2007 -0500
46104
46105 include/configs: Use new CONFIG_CMD_* in various i* named board config files.
46106
46107 Signed-off-by: Jon Loeliger <jdl@freescale.com>
46108
46109 commit 48d5d102a2f2e619c92050b9aedbb69689185bc0
46110 Author: Jon Loeliger <jdl@jdl.com>
46111 Date: Wed Jul 4 22:32:25 2007 -0500
46112
46113 include/configs: Use new CONFIG_CMD_* in various h* named board config files.
46114
46115 Signed-off-by: Jon Loeliger <jdl@freescale.com>
46116
46117 commit 72eb0efaed7048afcc61fc6f0085c49394b5dc36
46118 Author: Jon Loeliger <jdl@jdl.com>
46119 Date: Wed Jul 4 22:32:19 2007 -0500
46120
46121 include/configs: Use new CONFIG_CMD_* in various g* named board config files.
46122
46123 Signed-off-by: Jon Loeliger <jdl@freescale.com>
46124
46125 commit 1bec3d3002d3bbbae6f2468a0f7376db1120d33e
46126 Author: Jon Loeliger <jdl@jdl.com>
46127 Date: Wed Jul 4 22:32:10 2007 -0500
46128
46129 include/configs: Use new CONFIG_CMD_* in various e* named board config files.
46130
46131 Signed-off-by: Jon Loeliger <jdl@freescale.com>
46132
46133 commit ab999ba1b31ebe78dd16374394a55d7c6e5aa6e4
46134 Author: Jon Loeliger <jdl@jdl.com>
46135 Date: Wed Jul 4 22:32:03 2007 -0500
46136
46137 include/configs: Use new CONFIG_CMD_* in various d* named board config files.
46138
46139 Signed-off-by: Jon Loeliger <jdl@freescale.com>
46140
46141 commit 37e4f24b87fa255ae456d193b7cd23c18dd1d56b
46142 Author: Jon Loeliger <jdl@jdl.com>
46143 Date: Wed Jul 4 22:31:56 2007 -0500
46144
46145 include/configs: Use new CONFIG_CMD_* in various c* named board config files.
46146
46147 Signed-off-by: Jon Loeliger <jdl@freescale.com>
46148
46149 commit ba2351f9d1e841bd00ea6dad1e3c16d0259ad264
46150 Author: Jon Loeliger <jdl@jdl.com>
46151 Date: Wed Jul 4 22:31:49 2007 -0500
46152
46153 include/configs: Use new CONFIG_CMD_* in various b* named board config files.
46154
46155 Signed-off-by: Jon Loeliger <jdl@freescale.com>
46156
46157 commit 0b361c916617aff79e647b40f0e43361e0bbaccf
46158 Author: Jon Loeliger <jdl@jdl.com>
46159 Date: Wed Jul 4 22:31:42 2007 -0500
46160
46161 include/configs: Use new CONFIG_CMD_* in various a* named board config files.
46162
46163 Signed-off-by: Jon Loeliger <jdl@freescale.com>
46164
46165 commit b730cda82e362df6a22f4c59c0a9b97e885b1014
46166 Author: Jon Loeliger <jdl@jdl.com>
46167 Date: Wed Jul 4 22:31:35 2007 -0500
46168
46169 include/configs: Use new CONFIG_CMD_* in mpc5xx board config files.
46170
46171 Signed-off-by: Jon Loeliger <jdl@freescale.com>
46172
46173 commit d794cfefead5fc177cf4f41164e80382e9c9484a
46174 Author: Jon Loeliger <jdl@jdl.com>
46175 Date: Wed Jul 4 22:31:15 2007 -0500
46176
46177 include/configs: Use new CONFIG_CMD_* in various 5200 board config files.
46178
46179 Signed-off-by: Jon Loeliger <jdl@freescale.com>
46180
46181 commit ef0df52ab49eea4a30c15087fd27d54c1d946f2c
46182 Author: Jon Loeliger <jdl@jdl.com>
46183 Date: Wed Jul 4 22:31:07 2007 -0500
46184
46185 include/configs: Use new CONFIG_CMD_* in STx board config files.
46186
46187 Signed-off-by: Jon Loeliger <jdl@freescale.com>
46188
46189 commit 866e3089bfc826bb4dc74637f8aad87a3bab79fc
46190 Author: Jon Loeliger <jdl@jdl.com>
46191 Date: Wed Jul 4 22:30:58 2007 -0500
46192
46193 include/configs: Use new CONFIG_CMD_* in sbc* board config files.
46194
46195 Signed-off-by: Jon Loeliger <jdl@freescale.com>
46196
46197 commit 2694690e285acaa34922f55f4b5ae030da60c55a
46198 Author: Jon Loeliger <jdl@jdl.com>
46199 Date: Wed Jul 4 22:30:50 2007 -0500
46200
46201 include/configs: Use new CONFIG_CMD_* in TQM board config files.
46202
46203 Signed-off-by: Jon Loeliger <jdl@freescale.com>
46204
46205 commit 1cc4c458329765b58e584a19821e796b3c10e976
46206 Author: Jon Loeliger <jdl@jdl.com>
46207 Date: Wed Jul 4 22:30:28 2007 -0500
46208
46209 include/configs: Use new CONFIG_CMD_* in 82xx board config files.
46210
46211 Signed-off-by: Jon Loeliger <jdl@freescale.com>
46212
46213 commit 8ea5499afdaba0acf60923dd99001c399d4a7c8e
46214 Author: Jon Loeliger <jdl@jdl.com>
46215 Date: Wed Jul 4 22:30:06 2007 -0500
46216
46217 include/configs: Use new CONFIG_CMD_* in 83xx board config files.
46218
46219 Signed-off-by: Jon Loeliger <jdl@freescale.com>
46220
46221 commit b44896215a09c60fa40cae906f7ed207bbc2c492
46222 Author: Sergei Poselenov <sposelenov@emcraft.com>
46223 Date: Thu Jul 5 08:17:37 2007 +0200
46224
46225 Merged POST framework with the current TOT.
46226
46227 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
46228
46229 commit b24629fa377214d63bb40d1360e354b6d3e4af56
46230 Author: Jon Loeliger <jdl@jdl.com>
46231 Date: Wed Jun 13 13:23:15 2007 -0500
46232
46233 mpc86xx: Remove old CFG_CMD_* references.
46234
46235 Signed-off-by: Jon Loeliger <jdl@freescale.com>
46236
46237 commit 46175d9764da129bb4fd341cd2554dc7d55f5b2a
46238 Author: Jon Loeliger <jdl@jdl.com>
46239 Date: Wed Jun 13 13:22:54 2007 -0500
46240
46241 Add MPC8568MDS to MAKEALL 85xx target.
46242
46243 It was missing from the original port submission.
46244
46245 Signed-off-by: Jon Loeliger <jdl@freescale.com>
46246
46247 commit 2835e518c969e5124ba1174eef3e8375e12fa7d5
46248 Author: Jon Loeliger <jdl@jdl.com>
46249 Date: Wed Jun 13 13:22:08 2007 -0500
46250
46251 include/configs: Use new CONFIG_CMD_* in 85xx board config files.
46252
46253 Signed-off-by: Jon Loeliger <jdl@freescale.com>
46254
46255 commit 56b304ac2091689506088a9ae67f63fd6300cf16
46256 Author: Jon Loeliger <jdl@jdl.com>
46257 Date: Wed Jun 13 13:21:37 2007 -0500
46258
46259 Fix #if typo in CONFIG_CMD_* changes.
46260
46261 Signed-off-by: Jon Loeliger <jdl@freescale.com>
46262
46263 commit f780b83316d9af1f61d71cc88b1917b387b9b995
46264 Author: Niklaus Giger <niklausgiger@gmx.ch>
46265 Date: Wed Jun 27 18:11:38 2007 +0200
46266
46267 resubmit: ppc4xx: Remove sequoia/sequioa.h. Cleanup ppc440.h for PPC440EPX
46268
46269 Signed-off-by: Niklaus Giger <niklaus.giger@nestal.com>
46270
46271 commit 04e6c38b766eaa2f3287561563c9e215e0c3a0d4
46272 Author: Stefan Roese <sr@denx.de>
46273 Date: Wed Jul 4 10:06:30 2007 +0200
46274
46275 ppc4xx: Update lwmon5 board
46276
46277 - Add optional ECC generation routine to preserve existing
46278 RAM values. This is needed for the Linux log-buffer support
46279 - Add optional DDR2 setup with CL=4
46280 - GPIO50 not used anymore
46281 - Lime register setup added
46282
46283 Signed-off-by: Stefan Roese <sr@denx.de>
46284
46285 commit 6810a34677dbc446334f5e451f1682426dd33b49
46286 Author: Grant Likely <grant.likely@secretlab.ca>
46287 Date: Tue Jul 3 00:17:28 2007 -0600
46288
46289 Fix Makefile to use $(MKCONFIG) macro for all board ports
46290
46291 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
46292
46293 commit 90b1b2d69b9396ff2f01165ebc16c9a594eb5926
46294 Author: Grant Likely <grant.likely@secretlab.ca>
46295 Date: Tue Jul 3 00:17:28 2007 -0600
46296
46297 Fix Makefile to use $(MKCONFIG) macro for all board ports
46298
46299 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
46300
46301 commit 057004f4a4863554d56cc56268bfa7c7d9738e27
46302 Author: Grant Likely <grant.likely@secretlab.ca>
46303 Date: Tue Jul 3 00:34:49 2007 -0600
46304
46305 Correct fixup relocation for mpc83xx
46306
46307 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
46308
46309 commit 5af61b2f4b838a05f79be274f3e5a66edd2d9c96
46310 Author: Grant Likely <grant.likely@secretlab.ca>
46311 Date: Tue Jul 3 00:34:44 2007 -0600
46312
46313 Correct fixup relocation for mpc8260
46314
46315 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
46316
46317 commit f3a52fe05923935db86985daf9438e2f70ac39aa
46318 Author: Grant Likely <grant.likely@secretlab.ca>
46319 Date: Tue Jul 3 00:34:39 2007 -0600
46320
46321 Correct fixup relocation for mpc824x
46322
46323 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
46324
46325 commit a85dd254c0577fca13627c46e93fc2ad4c4f1f00
46326 Author: Grant Likely <grant.likely@secretlab.ca>
46327 Date: Tue Jul 3 00:34:34 2007 -0600
46328
46329 Correct fixup relocation for mpc8220
46330
46331 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
46332
46333 commit 6f7576b20ecf0d040c3ac3b032b5cbc860e38a90
46334 Author: Grant Likely <grant.likely@secretlab.ca>
46335 Date: Tue Jul 3 00:34:29 2007 -0600
46336
46337 Correct fixup relocation for MPC5xxx
46338
46339 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
46340
46341 commit 3649cd99ba815b6601868735765602f00ef3692b
46342 Author: Grant Likely <grant.likely@secretlab.ca>
46343 Date: Tue Jul 3 00:34:24 2007 -0600
46344
46345 Correct relocation fixup for mpc5xx
46346
46347 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
46348
46349 commit f82b3b6304b620ef7e28bfaa1ea887a2ad2fa325
46350 Author: Grant Likely <grant.likely@secretlab.ca>
46351 Date: Tue Jul 3 00:34:19 2007 -0600
46352
46353 Don't set gd->reloc_off if relocation of .fixup works correctly
46354
46355 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
46356
46357 commit e1a6144c32dc7de73bcdd33995de0148cbd0bd28
46358 Author: Grant Likely <grant.likely@secretlab.ca>
46359 Date: Tue Jul 3 00:34:14 2007 -0600
46360
46361 Remove obsolete mpc83xx linker scripts
46362
46363 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
46364
46365 commit 17e32fc3908bf7089d3f16fc82a1c3ae674dd65b
46366 Author: Grant Likely <grant.likely@secretlab.ca>
46367 Date: Tue Jul 3 00:34:09 2007 -0600
46368
46369 Consolidate mpc8260 linker scripts
46370
46371 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
46372
46373 commit af7d38b393690d7eeaf418ac85a1e831a50d5fd0
46374 Author: Grant Likely <grant.likely@secretlab.ca>
46375 Date: Tue Jul 3 00:34:04 2007 -0600
46376
46377 Remove obsolete mpc824x linker scripts
46378
46379 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
46380
46381 commit f94a3aecebc40ca0939c7d66d010009cf51be9e2
46382 Author: Grant Likely <grant.likely@secretlab.ca>
46383 Date: Tue Jul 3 00:33:59 2007 -0600
46384
46385 Remove obsolete mpc824x linker scripts (3 of 4)
46386
46387 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
46388
46389 commit a71c084f3ac7fedf144537db2b2da47323068833
46390 Author: Grant Likely <grant.likely@secretlab.ca>
46391 Date: Tue Jul 3 00:33:53 2007 -0600
46392
46393 Remove obsolete mpc824x linker scripts (2 of 4)
46394
46395 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
46396
46397 commit f670a15468d1365241d40022b9408e1004181f5e
46398 Author: Grant Likely <grant.likely@secretlab.ca>
46399 Date: Tue Jul 3 00:33:48 2007 -0600
46400
46401 Remove obsolete mpc824x linker scripts (1 of 4)
46402
46403 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
46404
46405 commit 09555bd45a04c0e54f172528d21bc18896550d28
46406 Author: Grant Likely <grant.likely@secretlab.ca>
46407 Date: Tue Jul 3 00:33:43 2007 -0600
46408
46409 Remove obsolete mpc8220 linker scripts
46410
46411 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
46412
46413 commit 5efb992f046e51225c93d52f80fecbe433abd789
46414 Author: Grant Likely <grant.likely@secretlab.ca>
46415 Date: Tue Jul 3 00:33:38 2007 -0600
46416
46417 Remove obsolete mpc5xxx linker scripts (3 of 3)
46418
46419 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
46420
46421 commit 07c13dfef65b31647e69d8b61daa1eec598add1a
46422 Author: Grant Likely <grant.likely@secretlab.ca>
46423 Date: Tue Jul 3 00:33:33 2007 -0600
46424
46425 Remove obsolete mpc5xxx linker scripts (2 of 3)
46426
46427 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
46428
46429 commit b4f67513a624ce85866c66c575bd2d9d7977d7f0
46430 Author: Grant Likely <grant.likely@secretlab.ca>
46431 Date: Tue Jul 3 00:33:28 2007 -0600
46432
46433 Remove obsolete mpc5xxx linker scripts (1 of 3)
46434
46435 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
46436
46437 commit b7d8e05f8675249b5f208aa73babeed384a4519d
46438 Author: Grant Likely <grant.likely@secretlab.ca>
46439 Date: Tue Jul 3 00:33:23 2007 -0600
46440
46441 Remove obsolete mpc5xx linker scripts
46442
46443 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
46444
46445 commit 416a0b6d40f6eba3a2fc547253c16bda28d922f7
46446 Author: Grant Likely <grant.likely@secretlab.ca>
46447 Date: Tue Jul 3 00:33:18 2007 -0600
46448
46449 Consolidate mpc83xx linker scripts
46450
46451 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
46452
46453 commit 5fc59175b92883ed5d2666a04e6bc49e70a4a365
46454 Author: Grant Likely <grant.likely@secretlab.ca>
46455 Date: Tue Jul 3 00:33:13 2007 -0600
46456
46457 Consolidate mpc8260 linker scripts
46458
46459 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
46460
46461 commit 737f9eb02d7335df2b3e4d7a4d3348784d1da207
46462 Author: Grant Likely <grant.likely@secretlab.ca>
46463 Date: Tue Jul 3 00:33:08 2007 -0600
46464
46465 Consolidate mpc824x linker scripts
46466
46467 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
46468
46469 commit 9c757b789a59a855db57b448dd825329c4e9c4a0
46470 Author: Grant Likely <grant.likely@secretlab.ca>
46471 Date: Tue Jul 3 00:33:03 2007 -0600
46472
46473 Consolidate mpc8220 linker scripts
46474
46475 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
46476
46477 commit d181c9a15cd41863fe24840d17848429f27d3c8c
46478 Author: Grant Likely <grant.likely@secretlab.ca>
46479 Date: Tue Jul 3 00:32:58 2007 -0600
46480
46481 Consolidate mpc5xxx linker scripts
46482
46483 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
46484
46485 commit 287ac924adb7291bebe5086652a362a30ab28b13
46486 Author: Grant Likely <grant.likely@secretlab.ca>
46487 Date: Tue Jul 3 00:32:53 2007 -0600
46488
46489 Consolidate mpc5xx linker scripts
46490
46491 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
46492
46493 commit 52b8704d0245e589f86d462e9ec25aeb7ecbbbdd
46494 Author: Wolfgang Denk <wd@denx.de>
46495 Date: Wed Jul 4 00:43:53 2007 +0200
46496
46497 Fix a few file permission problems.
46498
46499 Signed-off-by: Wolfgang Denk <wd@denx.de>
46500
46501 commit 78e0cf2de7be7f1eaeeb622eb61fd50e4d5e205c
46502 Author: Wolfgang Denk <wd@denx.de>
46503 Date: Wed Jul 4 00:38:38 2007 +0200
46504
46505 Minor coding style cleanup. Rebuild CHANGELOG file.
46506
46507 commit 2f9c19e496acb6bb50d9299e1aab377625d48c38
46508 Author: Jon Loeliger <jdl@jdl.com>
46509 Date: Mon Jun 11 19:03:44 2007 -0500
46510
46511 configs/ mpc86xx: Rewrite command line options using new CONFIG_CMD-* style.
46512
46513 Signed-off-by: Jon Loeliger <jdl@freescale.com>
46514
46515 commit 602ad3b33d9ceef83dbab46be68646d645d637ee
46516 Author: Jon Loeliger <jdl@jdl.com>
46517 Date: Mon Jun 11 19:03:39 2007 -0500
46518
46519 README: Rewrite command line config to use CONFIG_CMD_* names.
46520
46521 Signed-off-by: Jon Loeliger <jdl@freescale.com>
46522
46523 commit 72a074cec68e5bad60d63206c050974e08afd804
46524 Author: Jon Loeliger <jdl@jdl.com>
46525 Date: Mon Jun 11 19:03:34 2007 -0500
46526
46527 include/ non-config: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
46528
46529 This is a compatibility step that allows both the older form
46530 and the new form to co-exist for a while until the older can
46531 be removed entirely.
46532
46533 All transformations are of the form:
46534 Before:
46535 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
46536 After:
46537 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
46538
46539 Signed-off-by: Jon Loeliger <jdl@freescale.com>
46540
46541 commit 5fcf543e0b6628c76ff48705b1b0566bfd11507b
46542 Author: Jon Loeliger <jdl@jdl.com>
46543 Date: Mon Jun 11 19:03:28 2007 -0500
46544
46545 tools/ : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
46546
46547 This is a compatibility step that allows both the older form
46548 and the new form to co-exist for a while until the older can
46549 be removed entirely.
46550
46551 All transformations are of the form:
46552 Before:
46553 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
46554 After:
46555 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
46556
46557 Signed-off-by: Jon Loeliger <jdl@freescale.com>
46558
46559 commit 9107ebe0d352420895ab69b715697bdebc8caf50
46560 Author: Jon Loeliger <jdl@jdl.com>
46561 Date: Mon Jun 11 19:03:23 2007 -0500
46562
46563 board/[k-z]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
46564
46565 This is a compatibility step that allows both the older form
46566 and the new form to co-exist for a while until the older can
46567 be removed entirely.
46568
46569 All transformations are of the form:
46570 Before:
46571 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
46572 After:
46573 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
46574
46575 Signed-off-by: Jon Loeliger <jdl@freescale.com>
46576
46577 commit 5e378003d592ea828ec69d6defcd4de79096dd5c
46578 Author: Jon Loeliger <jdl@jdl.com>
46579 Date: Mon Jun 11 19:03:19 2007 -0500
46580
46581 board/[Ma-i]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
46582
46583 This is a compatibility step that allows both the older form
46584 and the new form to co-exist for a while until the older can
46585 be removed entirely.
46586
46587 All transformations are of the form:
46588 Before:
46589 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
46590 After:
46591 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
46592
46593 Signed-off-by: Jon Loeliger <jdl@freescale.com>
46594
46595 commit 737184114ec9c9e0ab94d6713536126073bd2472
46596 Author: Jon Loeliger <jdl@jdl.com>
46597 Date: Mon Jun 11 19:03:15 2007 -0500
46598
46599 cpu/ non-mpc*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
46600
46601 This is a compatibility step that allows both the older form
46602 and the new form to co-exist for a while until the older can
46603 be removed entirely.
46604
46605 All transformations are of the form:
46606 Before:
46607 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
46608 After:
46609 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
46610
46611 Signed-off-by: Jon Loeliger <jdl@freescale.com>
46612
46613 commit f48070fe5fe440dfb5ee5268c920de70e48ea327
46614 Author: Jon Loeliger <jdl@jdl.com>
46615 Date: Mon Jun 11 19:03:08 2007 -0500
46616
46617 cpu/mpc*/ : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
46618
46619 This is a compatibility step that allows both the older form
46620 and the new form to co-exist for a while until the older can
46621 be removed entirely.
46622
46623 All transformations are of the form:
46624 Before:
46625 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
46626 After:
46627 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
46628
46629 Signed-off-by: Jon Loeliger <jdl@freescale.com>
46630
46631 commit 0c505db0a0dc1f670b13ce3b4d3fbf1ec5b3cbd2
46632 Author: Jon Loeliger <jdl@jdl.com>
46633 Date: Mon Jun 11 19:03:03 2007 -0500
46634
46635 lib_*/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
46636
46637 This is a compatibility step that allows both the older form
46638 and the new form to co-exist for a while until the older can
46639 be removed entirely.
46640
46641 All transformations are of the form:
46642 Before:
46643 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
46644 After:
46645 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
46646
46647 Signed-off-by: Jon Loeliger <jdl@freescale.com>
46648
46649 commit 73f032021ec5f13cda8faa4e34b6de80960eb86f
46650 Author: Jon Loeliger <jdl@jdl.com>
46651 Date: Mon Jun 11 19:02:58 2007 -0500
46652
46653 lib_ppc/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
46654
46655 This is a compatibility step that allows both the older form
46656 and the new form to co-exist for a while until the older can
46657 be removed entirely.
46658
46659 All transformations are of the form:
46660 Before:
46661 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
46662 After:
46663 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
46664
46665 Signed-off-by: Jon Loeliger <jdl@freescale.com>
46666
46667 commit 98b79003c21c2578206003256de4e781d6b36ca8
46668 Author: Jon Loeliger <jdl@jdl.com>
46669 Date: Mon Jun 11 19:02:53 2007 -0500
46670
46671 rtc/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
46672
46673 This is a compatibility step that allows both the older form
46674 and the new form to co-exist for a while until the older can
46675 be removed entirely.
46676
46677 All transformations are of the form:
46678 Before:
46679 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
46680 After:
46681 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
46682
46683 Signed-off-by: Jon Loeliger <jdl@freescale.com>
46684
46685 commit 6e2115acb6a892d53a6881bf253ae41d3df39156
46686 Author: Jon Loeliger <jdl@jdl.com>
46687 Date: Mon Jun 11 19:02:49 2007 -0500
46688
46689 net/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
46690
46691 This is a compatibility step that allows both the older form
46692 and the new form to co-exist for a while until the older can
46693 be removed entirely.
46694
46695 All transformations are of the form:
46696 Before:
46697 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
46698 After:
46699 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
46700
46701 Signed-off-by: Jon Loeliger <jdl@freescale.com>
46702
46703 commit 45cdb9b72c94655c7308b464a2666057c0b286e0
46704 Author: Jon Loeliger <jdl@jdl.com>
46705 Date: Mon Jun 11 19:02:34 2007 -0500
46706
46707 disk/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
46708
46709 This is a compatibility step that allows both the older form
46710 and the new form to co-exist for a while until the older can
46711 be removed entirely.
46712
46713 All transformations are of the form:
46714 Before:
46715 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
46716 After:
46717 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
46718
46719 Signed-off-by: Jon Loeliger <jdl@freescale.com>
46720
46721 commit 4e109ae98294a5ca7ff848b7652c7bfd4023a94a
46722 Author: Jon Loeliger <jdl@jdl.com>
46723 Date: Mon Jun 11 19:02:20 2007 -0500
46724
46725 fs/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
46726
46727 This is a compatibility step that allows both the older form
46728 and the new form to co-exist for a while until the older can
46729 be removed entirely.
46730
46731 All transformations are of the form:
46732 Before:
46733 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
46734 After:
46735 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
46736
46737 Signed-off-by: Jon Loeliger <jdl@freescale.com>
46738
46739 commit d5be43de93ff905c465e509d45a3164ef48d26e7
46740 Author: Jon Loeliger <jdl@jdl.com>
46741 Date: Mon Jun 11 19:02:10 2007 -0500
46742
46743 drivers/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
46744
46745 This is a compatibility step that allows both the older form
46746 and the new form to co-exist for a while until the older can
46747 be removed entirely.
46748
46749 All transformations are of the form:
46750 Before:
46751 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
46752 After:
46753 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
46754
46755 Signed-off-by: Jon Loeliger <jdl@freescale.com>
46756
46757 commit b453960d4fdb87b3970d96119b90df2ed024fc4a
46758 Author: Jon Loeliger <jdl@jdl.com>
46759 Date: Mon Jun 11 19:02:05 2007 -0500
46760
46761 common/ non-cmd: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
46762
46763 This is a compatibility step that allows both the older form
46764 and the new form to co-exist for a while until the older can
46765 be removed entirely.
46766
46767 All transformations are of the form:
46768 Before:
46769 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
46770 After:
46771 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
46772
46773 Signed-off-by: Jon Loeliger <jdl@freescale.com>
46774
46775 commit 65c450b47a62659d522cfa8f4fa1e4e5c60dccd0
46776 Author: Jon Loeliger <jdl@jdl.com>
46777 Date: Mon Jun 11 19:01:54 2007 -0500
46778
46779 common/cmd_[i-z]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
46780
46781 This is a compatibility step that allows both the older form
46782 and the new form to co-exist for a while until the older can
46783 be removed entirely.
46784
46785 All transformations are of the form:
46786 Before:
46787 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
46788 After:
46789 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
46790
46791 Signed-off-by: Jon Loeliger <jdl@freescale.com>
46792
46793 commit a76adc8142c1d956385a109e0b70f9319ede4d66
46794 Author: Jon Loeliger <jdl@jdl.com>
46795 Date: Mon Jun 11 19:01:43 2007 -0500
46796
46797 common/cmd_[a-f]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
46798
46799 This is a compatibility step that allows both the older form
46800 and the new form to co-exist for a while until the older can
46801 be removed entirely.
46802
46803 All transformations are of the form:
46804 Before:
46805 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
46806 After:
46807 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
46808
46809 Signed-off-by: Jon Loeliger <jdl@freescale.com>
46810
46811 commit ec63b10b61fd68238d4c15c1cd04c0b38228e2c1
46812 Author: Jon Loeliger <jdl@jdl.com>
46813 Date: Mon Jun 11 19:01:34 2007 -0500
46814
46815 Introduce initial versions of new Command Config files.
46816
46817 Derive three new files from cmd_confdefs.h:
46818 config_bootp.h - Has BOOTP related config options, not commands
46819 config_cmd_all.h - Has a CONFIG_CMD_* definition for every command
46820 config_cmd_default.h - Has a CONFIG_CMD_* definition for default cmds.
46821
46822 For now, include "config_bootp.h" for compatability until all
46823 users of it directly include it properly.
46824
46825 Signed-off-by: Jon Loeliger <jdl@freescale.com>
46826
46827 commit 1f2a05898658900dc5717761e27abf2052e67e13
46828 Author: Mushtaq Khan <mushtaqk_921@yahoo.co.in>
46829 Date: Sat Jun 30 18:50:48 2007 +0200
46830
46831 Fix S-ATA support.
46832
46833 Signed-off-by: mushtaq khan <mushtaqk_921@yahoo.co.in>
46834
46835 commit a5d71e290f3673269be8eefb4ec44f53412f9461
46836 Author: Heiko Schocher <hs@pollux.denx.de>
46837 Date: Mon Jun 25 19:11:37 2007 +0200
46838
46839 [PCS440EP] get rid of CONFIG_PPC4xx_USE_SPD_DDR_INIT_HANG
46840
46841 Signed-off-by: Heiko Schocher <hs@denx.de>
46842
46843 commit a1bd6200eccd3a02040a955d5f43d3ee1fc9f93b
46844 Author: Niklaus Giger <niklaus.giger@nestal.com>
46845 Date: Mon Jun 25 17:03:13 2007 +0200
46846
46847 ppc4xx: PPC440EPx Emit DDR0 registers on machine check interrupt
46848
46849 This patch prints the DDR status registers upon machine check
46850 interrupt on the 440EPx/GRx. This can be useful especially when
46851 ECC support is enabled.
46852
46853 I added some small changes to the original patch from Niklaus to
46854 make it compile clean.
46855
46856 Signed-off-by: Niklaus Giger <niklaus.giger@nestal.com>
46857 Signed-off-by: Stefan Roese <sr@denx.de>
46858
46859 commit 807018fb7faceb429ce0cb47baa2073746b33a4e
46860 Author: Niklaus Giger <niklaus.giger@nestal.com>
46861 Date: Mon Jun 25 16:50:55 2007 +0200
46862
46863 ppc4xx: Fix O=buildir builds
46864
46865 This patch fixes the problem to assemble cpu/ppc4xx/start.S
46866 experienced last week where building failed having specified
46867 O=../build.sequoia.
46868
46869 Signed-off-by: Niklaus Giger <niklaus.giger@nestal.com>
46870
46871 commit 466fff1a7bb5fe764a06450626f6098219f446b8
46872 Author: Stefan Roese <sr@denx.de>
46873 Date: Mon Jun 25 15:57:39 2007 +0200
46874
46875 ppc4xx: Add pci_pre_init() for 405 boards
46876
46877 This patch removes the CFG_PCI_PRE_INIT option completely, since
46878 it's not needed anymore with the patch from Matthias Fuchs with
46879 the "weak" pci_pre_init() implementation.
46880
46881 Signed-off-by: Stefan Roese <sr@denx.de>
46882
46883 commit 6f35c53166213c24a5a0e2390ed861136ff73870
46884 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
46885 Date: Sun Jun 24 17:41:21 2007 +0200
46886
46887 ppc4xx: Maintenance patch for esd's CPCI405 derivats
46888
46889 -add pci_pre_init() for pci interrupt fixup code
46890 -disable phy sleep mode via reset_phy() function
46891 -use correct io accessors
46892 -cleanup
46893
46894 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
46895
46896 commit 5a1c9ff0c44305b57cb4d8f9369bba90bcf0e1f8
46897 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
46898 Date: Sun Jun 24 17:23:41 2007 +0200
46899
46900 ppc4xx: Add pci_pre_init() for 405 boards
46901
46902 This patch adds support for calling a plattform dependant
46903 pci_pre_init() function for 405 boards. This can be used to
46904 move the current pci_405gp_fixup_irq() function into the
46905 board code.
46906
46907 This patch also makes the CFG_PCI_PRE_INIT define obsolete.
46908 A default function with 'weak' attribute is used when
46909 a board specific pci_pre_init() is not implemented.
46910
46911 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
46912
46913 commit 1636d1c8529c006d106287cfbc20cd0a246fe1cb
46914 Author: Wolfgang Denk <wd@denx.de>
46915 Date: Fri Jun 22 23:59:00 2007 +0200
46916
46917 Coding stylke cleanup; rebuild CHANGELOG
46918
46919 commit 2dc64451b4c08ffd619372abfdc2506a2e2363b9
46920 Author: Igor Lisitsin <igor@emcraft.com>
46921 Date: Wed Apr 18 14:55:19 2007 +0400
46922
46923 Adapt log buffer code to support Linux 2.6
46924
46925 A new environment variable, "logversion", selects the log buffer
46926 behaviour. If it is not set or set to a value other than 2, then the
46927 old, Linux 2.4.4, behaviour is selected.
46928
46929 Signed-off-by: Igor Lisitsin <igor@emcraft.com>
46930 --
46931
46932 commit a11e06965ec91270c51853407ff1261d3c740386
46933 Author: Igor Lisitsin <igor@emcraft.com>
46934 Date: Wed Mar 28 19:06:19 2007 +0400
46935
46936 Extend POST support for PPC440
46937
46938 Added memory, CPU, UART, I2C and SPR POST tests for PPC440.
46939
46940 Signed-off-by: Igor Lisitsin <igor@emcraft.com>
46941 --
46942
46943 commit 566a494f592ae3b3c0785d90d4e1ba45574880c4
46944 Author: Heiko Schocher <hs@pollux.denx.de>
46945 Date: Fri Jun 22 19:11:54 2007 +0200
46946
46947 [PCS440EP] upgrade the PCS440EP board:
46948 - Show on the Status LEDs, some States of the board.
46949 - Get the MAC addresses from the EEProm
46950 - use PREBOOT
46951 - use the CF on the board.
46952 - check the U-Boot image in the Flash with a SHA1
46953 checksum.
46954 - use dynamic TLB entries generation for the SDRAM
46955
46956 Signed-off-by: Heiko Schocher <hs@denx.de>
46957
46958 commit 3a1f5c81b0b9557817a789bece839905581c2205
46959 Author: Stefan Roese <sr@denx.de>
46960 Date: Fri Jun 22 16:58:40 2007 +0200
46961
46962 ppc4xx: Fix problem with extended program_tlb() funtion
46963
46964 The recently extended program_tlb() function had a problem when
46965 multiple TLB's had to be setup (for example with 512MB of SDRAM). The
46966 virtual address was not incremented. This patch fixes this issue
46967 and is tested on Katmai with 512MB SDRAM.
46968
46969 Signed-off-by: Stefan Roese <sr@denx.de>
46970
46971 commit 02032e8f14751a1a751b09240a4f1cf9f8a2077f
46972 Author: Rafal Jaworowski <raj@semihalf.com>
46973 Date: Fri Jun 22 14:58:04 2007 +0200
46974
46975 [ppc] Fix build breakage for all non-4xx PowerPC variants.
46976
46977 - adapt to the more generic EXCEPTION_PROLOG and CRIT_EXCEPTION macros
46978 - minor 4xx cleanup
46979
46980 commit d677b32855f577ae2690dcd64a172cdd706e0ffc
46981 Author: Mike Frysinger <vapier@gentoo.org>
46982 Date: Fri Jun 22 10:34:12 2007 +0200
46983
46984 [patch] add nand_init() prototype to nand.h
46985
46986 since nand_init() is expected to be called by other parts of u-boot, there
46987 should be a prototype for it in nand.h
46988
46989 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
46990 Signed-off-by: Stefan Roese <sr@denx.de>
46991
46992 commit 83b4cfa3d629dff0264366263c5e94d9a50ad80b
46993 Author: Wolfgang Denk <wd@denx.de>
46994 Date: Wed Jun 20 18:14:24 2007 +0200
46995
46996 Coding style cleanup. Refresh CHANGELOG.
46997
46998 commit b3f9ec86e388207fd03dcdf7b145b9ed080bf024
46999 Author: Stefan Roese <sr@denx.de>
47000 Date: Tue Jun 19 17:22:44 2007 +0200
47001
47002 ppc4xx: Add bootstrap command for AMCC Sequoia (440EPx) eval board
47003
47004 This patch adds a board command to configure the I2C bootstrap EEPROM
47005 values. Right now 533 and 667MHz are supported for booting either via NOR
47006 or NAND FLASH. Here the usage:
47007
47008 => bootstrap 533 nor ;to configure the board for 533MHz NOR booting
47009 => bootstrap 667 nand ;to configure the board for 667MHz NNAND booting
47010
47011 Signed-off-by: Stefan Roese <sr@denx.de>
47012
47013 commit df8a24cdd30151505cf57bbee5289e91bf53bd1b
47014 Author: Stefan Roese <sr@denx.de>
47015 Date: Tue Jun 19 16:42:31 2007 +0200
47016
47017 [ppc4xx] Fix problem with NAND booting on AMCC Acadia
47018
47019 The latest changes showed a problem with the location of the NAND-SPL
47020 image in the OCM and the init-data area (incl. cache). This patch
47021 fixes this problem.
47022
47023 Signed-off-by: Stefan Roese <sr@denx.de>
47024
47025 commit 86ba99e34194394052d24c04dc40d1263d29a26f
47026 Author: Stefan Roese <sr@denx.de>
47027 Date: Tue Jun 19 16:40:58 2007 +0200
47028
47029 [ppc4xx] Change board/amcc/acadia/cpr.c to pll.c
47030
47031 Signed-off-by: Stefan Roese <sr@denx.de>
47032
47033 commit 8e585f02f82c17cc66cd229dbf0fd3066bbbf658
47034 Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
47035 Date: Mon Jun 18 13:50:13 2007 -0500
47036
47037 Added M5329AFEE and M5329BFEE Platforms
47038
47039 Added board/freescale/m5329evb, cpu/mcf532x, drivers/net,
47040 drivers/serial, immap_5329.h, m5329.h, mcfrtc.h,
47041 include/configs/M5329EVB.h, lib_m68k/interrupts.c, and
47042 rtc/mcfrtc.c
47043
47044 Modified CREDITS, MAKEFILE, Makefile, README, common/cmd_bdinfo.c,
47045 common/cmd_mii.c, include/asm-m68k/byteorder.h, include/asm-m68k/fec.h,
47046 include/asm-m68k/io.h, include/asm-m68k/mcftimer.h,
47047 include/asm-m68k/mcfuart.h, include/asm-m68k/ptrace.h,
47048 include/asm-m68k/u-boot.h, lib_m68k/Makefile, lib_m68k/board.c,
47049 lib_m68k/time.c, net/eth.c and rtc/Makefile
47050
47051 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
47052
47053 commit 093172f08d6afb3f34d8a2f26ee0ee874261cf27
47054 Author: Michal Simek <monstr@monstr.eu>
47055 Date: Sun Jun 17 19:04:11 2007 +0200
47056
47057 [fix] email reparation
47058
47059 commit 3666afffe7baf859c6ae0ce2bebbc8ab7e512ddc
47060 Author: Michal Simek <monstr@monstr.eu>
47061 Date: Sun Jun 17 19:03:21 2007 +0200
47062
47063 [FIX] fix microblaze file permitission
47064
47065 commit e73846b7cf1e29ae635bf9bb5570269663df2ee5
47066 Author: Stefan Roese <sr@denx.de>
47067 Date: Fri Jun 15 11:33:41 2007 +0200
47068
47069 [ppc4xx] Change lwmon5 port to work with recent 440 exception rework
47070
47071 Now CONFIG_440 has to be defined in all PPC440 board config files.
47072
47073 Signed-off-by: Stefan Roese <sr@denx.de>
47074
47075 commit efa35cf12d914d4caba942acd5a6c45f217de302
47076 Author: Grzegorz Bernacki <gjb@semihalf.com>
47077 Date: Fri Jun 15 11:19:28 2007 +0200
47078
47079 ppc4xx: Clean up 440 exceptions handling
47080
47081 - Introduced dedicated switches for building 440 and 405 images required
47082 for 440-specific machine instructions like 'rfmci' etc.
47083
47084 - Exception vectors moved to the proper location (_start moved away from
47085 the critical exception handler space, which it occupied)
47086
47087 - CriticalInput now serviced (with default handler)
47088
47089 - MachineCheck properly serviced (added a dedicated handler and return
47090 subroutine)
47091
47092 - Overall cleanup of exceptions declared with STD_EXCEPTION macro (unused,
47093 unhandled and those not relevant for 4xx were eliminated)
47094
47095 - Eliminated Linux leftovers, removed dead code
47096
47097 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
47098 Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
47099 Signed-off-by: Stefan Roese <sr@denx.de>
47100
47101 commit b765ffb773f5a3cd5aa94ec76b6a05276b8cd5b2
47102 Author: Stefan Roese <sr@denx.de>
47103 Date: Fri Jun 15 08:18:01 2007 +0200
47104
47105 [ppc4xx] Add initial lwmon5 board support
47106
47107 This patch adds initial support for the Liebherr lwmon5 board euqipped
47108 with an AMCC 440EPx PowerPC.
47109
47110 Signed-off-by: Stefan Roese <sr@denx.de>
47111
47112 commit 85f737376d5ff3d5f0d45a8b657686326d175307
47113 Author: Stefan Roese <sr@denx.de>
47114 Date: Fri Jun 15 07:39:43 2007 +0200
47115
47116 [ppc4xx] Extend 44x GPIO setup with default output state
47117
47118 The board config array CFG_440_GPIO_TABLE for the ppc440 GPIO setup
47119 is extended with the default GPIO output state (level).
47120
47121 Signed-off-by: Stefan Roese <sr@denx.de>
47122
47123 commit dbca208518e5e7f01a6420588d1cd6e60db74c2b
47124 Author: Stefan Roese <sr@denx.de>
47125 Date: Thu Jun 14 11:14:32 2007 +0200
47126
47127 [ppc4xx] Extend program_tlb() with virtual & physical addresses
47128
47129 Now program_tlb() allows to program a TLB (or multiple) with
47130 different virtual and physical addresses. With this change, now one
47131 physical region (e.g. SDRAM) can be mapped 2 times, once with caches
47132 diabled and once with caches enabled.
47133
47134 Signed-off-by: Stefan Roese <sr@denx.de>
47135
47136 commit 9912121f7ed804ea58fd62f3f230b5dcfc357d88
47137 Author: Detlev Zundel <dzu@denx.de>
47138 Date: Wed May 23 19:02:41 2007 +0200
47139
47140 Change 'repeatable' attribute of some commands to sensible values.
47141
47142 Most prominently this changes 'erase' to be non-repeatable.
47143
47144 Signed-off-by: Detlev Zundel <dzu@denx.de>
47145
47146 commit 5afb202093f6a001797db92cf695b93a70ea9ab4
47147 Author: Detlev Zundel <dzu@denx.de>
47148 Date: Wed May 23 18:47:48 2007 +0200
47149
47150 Fix 'run' not to continue after interrupted command
47151
47152 Signed-off-by: Detlev Zundel <dzu@denx.de>
47153
47154 commit 9b7464a2c88614e1061f509c48930a3d240d1a35
47155 Author: Jason Jin <Jason.jin@freescale.com>
47156 Date: Mon Jun 11 15:14:24 2007 +0200
47157
47158 USB: This patch fix readl in ohci swap reg access.
47159
47160 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
47161
47162 commit 8f8416fada9faf94b9a92f21fe6000643cb521d5
47163 Author: Bartlomiej Sieka <tur@semihalf.com>
47164 Date: Fri Jun 8 14:52:22 2007 +0200
47165
47166 TQM5200: Add Flat Device Tree support, update default env. accordingly.
47167
47168 Signed-off-by: Jan Wrobel <wrr@semihalf.com>
47169 Acked-by: Bartlomiej Sieka <tur@semihalf.com>
47170
47171 commit 9045f33c023f698660a2e45d1b2194c0711abebc
47172 Author: Wolfgang Denk <wd@denx.de>
47173 Date: Fri Jun 8 10:24:58 2007 +0200
47174
47175 Fix config problems on SC3 board; make ide_reset_timeout work.
47176
47177 commit fba3fb0449b8a54542aed1e729de76e7f5a2ff1b
47178 Author: Benoît Monin <bmonin@adeneo.eu>
47179 Date: Fri Jun 8 09:55:24 2007 +0200
47180
47181 [PATCH] fix gpio setting when using CFG_440_GPIO_TABLE
47182
47183 Set the correct value in GPIOx_TCR when configuring the gpio
47184 with CFG_440_GPIO_TABLE.
47185
47186 Signed-off-by: Benoit Monin <bmonin@adeneo.eu>
47187 Signed-off-by: Stefan Roese <sr@denx.de>
47188
47189 commit f539edc076cfe52bff919dd512ba8d7af0e22092
47190 Author: Vadim Bendebury <vbendeb@google.com>
47191 Date: Thu May 24 15:52:25 2007 -0700
47192
47193 cosmetic changes to bcm570x driver
47194
47195 This is a cosmetic only changes submission.
47196 It affects files relevant to bcm570x driver.
47197 the commands used to generate this change was
47198
47199 cd drivers
47200 Lindent -pcs -l80 bcm570x.c bcm570x_lm.h bcm570x_mm.h tigon3.c tigon3.h
47201
47202 The BMW target (the only one using this chip so far) builds cleanly, the
47203 `before and after' generated object files for drivers/bcm570x.c and
47204 drivers/tigon3.o are identical as reported by objdump -d
47205
47206 Signed-off-by: Vadim Bendebury <vbendeb@google.com>
47207 Signed-off-by: Ben Warren <bwarren@qstreams.com>
47208
47209 commit 725671ccd2cd04c9ebc50c9e5a94dd8cbade66b7
47210 Author: Wolfgang Denk <wd@denx.de>
47211 Date: Wed Jun 6 16:26:56 2007 +0200
47212
47213 Coding Style cleanup; generate new CHANGELOG file.
47214
47215 Signed-off-by: Wolfgang Denk <wd@denx.de>
47216
47217 commit 19d763c35e0b5568eaf0b8adbf7a68ccfe7fa243
47218 Author: Markus Klotzbuecher <mk@denx.de>
47219 Date: Wed Jun 6 11:49:44 2007 +0200
47220
47221 TRAB, USB: update trab board configuration for use of generic ohci driver
47222
47223 commit dace45acd1c1357daa9322099d07c9a9e08b0024
47224 Author: Markus Klotzbuecher <mk@denx.de>
47225 Date: Wed Jun 6 11:49:43 2007 +0200
47226
47227 USB: ohci fixes and cleanup for ppc4xx and yosemite board.
47228
47229 commit 72657570b61635c74fa0c3f0e9e7d0671a9d08df
47230 Author: Markus Klotzbuecher <mk@denx.de>
47231 Date: Wed Jun 6 11:49:43 2007 +0200
47232
47233 USB: ohci fixes and cleanup for mpc5xxx and IceCube board config
47234
47235 commit fc43be478f2aa37ce38acd85355038866e4162af
47236 Author: Markus Klotzbuecher <mk@denx.de>
47237 Date: Wed Jun 6 11:49:35 2007 +0200
47238
47239 USB/OHCI: endianness cleanup in the generic ohci driver
47240
47241 commit c440bfe6d6d92d66478a7e84402b31f48413617b
47242 Author: Stefan Roese <sr@denx.de>
47243 Date: Wed Jun 6 11:42:13 2007 +0200
47244
47245 ppc4xx: Add NAND booting support for AMCC Acadia (405EZ) eval board
47246
47247 This patch adds NAND booting support for the AMCC Acadia eval board.
47248
47249 Please make sure to configure jumper J7 to position 2-3 when booting
47250 from NOR, and to position 1-2 when booting for NAND.
47251
47252 I also added a board command to configure the I2C bootstrap EEPROM
47253 values. Right now only 267MHz is support for booting either via NOR
47254 or NAND FLASH. Here the usage:
47255
47256 => bootstrap 267 nor ;to configure the board for 267MHz NOR booting
47257 => bootstrap 267 nand ;to configure the board for 267MHz NNAND booting
47258
47259 Signed-off-by: Stefan Roese <sr@denx.de>
47260
47261 commit 18135125f909948b85d1d6881ab4ac0efb4a1c58
47262 Author: Rodolfo Giometti <giometti@linux.it>
47263 Date: Wed Jun 6 10:08:14 2007 +0200
47264
47265 Files include/linux/byteorder/{big,little}_endian.h define
47266 __BIG_ENDIAN and __LITTLE_ENDIAN.
47267
47268 Signed-off-by: Rodolfo Giometti <giometti@linux.it>
47269
47270 commit a81d1c0b85b13e9d45f2d87de96a51a6e0ef0f82
47271 Author: Zhang Wei <wei.zhang@freescale.com>
47272 Date: Wed Jun 6 10:08:14 2007 +0200
47273
47274 Add USB PCI-OHCI, USB keyboard and event poll support to the
47275 MPC8641HPCN board config file.
47276
47277 Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
47278
47279 commit 4dae14ce8fbdf380017dc54f172218e7d2acc889
47280 Author: Zhang Wei <wei.zhang@freescale.com>
47281 Date: Wed Jun 6 10:08:14 2007 +0200
47282
47283 USB PCI-OHCI, interrupt pipe and usb event poll support
47284
47285 This patch added USB PCI-OHCI chips support, interrupt pipe support
47286 and usb event poll support. For supporting the USB interrupt pipe, the
47287 globe urb_priv is moved to purb in ed struct. Now, we can process
47288 several urbs at one time. The interrupt pipe support codes are ported
47289 from Linux kernel 2.4.
47290
47291 Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
47292
47293 commit fdcfaa1b02268b2899e374b35adf936c911a47eb
47294 Author: Zhang Wei <wei.zhang@freescale.com>
47295 Date: Wed Jun 6 10:08:13 2007 +0200
47296
47297 USB event poll support
47298
47299 This patch adds USB event poll support, which could be used in usbkbd
47300 and other usb devices driver when the asynchronous interrupt
47301 processing is supported.
47302
47303 Signed-off-by: Zhang Wei <wei.zhang@freescale.com
47304
47305 commit 9a1d00fa47c1e05e3fdb60b33213af4e18d4c18e
47306 Author: Rodolfo Giometti <giometti@linux.it>
47307 Date: Wed Jun 6 10:08:12 2007 +0200
47308
47309 ISP116x: delay for crappy USB keys
47310
47311 Using some (very) slow USB keys cause the USB host controller buffers
47312 are not ready to be read by the CPU so we need an extra delay before
47313 reading the USB storage data.
47314
47315 Signed-off-by: Rodolfo Giometti <giometti@linux.it>
47316
47317 commit 09444143670c9c2243cb7aba9f70b3713d33bed1
47318 Author: Markus Klotzbuecher <mk@denx.de>
47319 Date: Wed Jun 6 10:08:12 2007 +0200
47320
47321 Change duplicate usb_cpu_init_fail to usb_board_init_fail
47322
47323 Thanks to Liew Tsi Chung <Tsi-chung.Liew@freescale.com> for pointing
47324 this out.
47325
47326 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
47327
47328 commit 32922cdc470fdfd39bea0c1c4f582d3fb340421e
47329 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
47330 Date: Tue Jun 5 12:30:52 2007 -0500
47331
47332 mpc8641 image size cleanup
47333
47334 e600 does not have a bootpg restriction.
47335 Move the version string to beginning of image at fff00000.
47336 Resetvec.S is not needed.
47337 Update flash copy instructions.
47338 Add tftpflash env variable
47339
47340 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
47341 Signed-off-by: Jon Loeliger <jdl@freescale.com>
47342
47343 commit e3cbe1f93c5722f8ebbad468e30c069a2b511097
47344 Author: Benoît Monin <bmonin@adeneo.eu>
47345 Date: Mon Jun 4 08:36:05 2007 +0200
47346
47347 [PATCH] Fix ppc4xx bootstrap letter displayed on startup
47348
47349 The attached patch is mainly cosmetic, allowing u-boot to
47350 display the correct bootstrap option letter according to the
47351 datasheets.
47352
47353 The original patch was extended with 405EZ support by Stefan
47354 Roese.
47355
47356 Signed-off-by: Benoit Monin <bmonin@adeneo.eu>
47357 Signed-off-by: Stefan Roese <sr@denx.de>
47358
47359 commit 5b1313fb2758ffce8b624457f777d8cc6709608d
47360 Author: Nikita V. Youshchenko <yoush@debian.org>
47361 Date: Wed May 23 12:45:19 2007 +0400
47362
47363 fix compilation problem for mpc8349itx CFG_RAMBOOT
47364
47365 Current include/configs/MPC8349ITX.h does contain some support for building
47366 image that will be started from memory (without putting in into flash).
47367 It could be triggered by building with TEXT_BASE set to a low value.
47368
47369 However, this support is incomplete: using of low TEXT_BASE causes
47370 defining configuration macros in inconsistent way, which later leads
47371 to compilation errors. In particular. flash support is being disabled,
47372 but then flash structures get referenced.
47373
47374 This patch fixes this, making it possible to build with low TEXT_BASE.
47375
47376 Signed-Off-By: Nikita Youshchenko <yoush@debian.org>
47377
47378 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
47379
47380 commit 8a364f0970de49949d635e60accf463c6443ef8c
47381 Author: Nikita V. Youshchenko <yoush@debian.org>
47382 Date: Wed May 23 12:45:25 2007 +0400
47383
47384 add missing 'console' var to default mpc8349itx config
47385
47386 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
47387
47388 commit 18d156eb37c90fadc8ec7a81a3b89176161f85b7
47389 Author: Stefan Roese <sr@denx.de>
47390 Date: Fri Jun 1 16:18:17 2007 +0200
47391
47392 ppc4xx: Add missing file for Bamboo NAND booting support
47393
47394 Signed-off-by: Stefan Roese <sr@denx.de>
47395
47396 commit 155a96478a0881e6da96cbbbcf34952d6a3b1b4b
47397 Author: Stefan Roese <sr@denx.de>
47398 Date: Fri Jun 1 15:58:19 2007 +0200
47399
47400 ppc4xx: Undo Sequoia patch for dynamic EBC speed support of 83MHz
47401
47402 This patch undoes the patch by Jeff Mann with commit-id ada4697d. As
47403 suggested by AMCC it is not recommended to dynamically change the EBC
47404 speed after bootup. So we undo this change to be on the safe side.
47405
47406 Signed-off-by: Stefan Roese <sr@denx.de>
47407
47408 commit 9d9096043e8f713d4bf1743d32e1459e6a11644b
47409 Author: Stefan Roese <sr@denx.de>
47410 Date: Fri Jun 1 15:29:04 2007 +0200
47411
47412 ppc4xx: Update Sequoia NAND booting support with ECC
47413
47414 Signed-off-by: Stefan Roese <sr@denx.de>
47415
47416 commit cf959c7d6687567c308e366e9581e1a5aff5cc5b
47417 Author: Stefan Roese <sr@denx.de>
47418 Date: Fri Jun 1 15:27:11 2007 +0200
47419
47420 ppc4xx: Add NAND booting support for AMCC Bamboo (440EP) eval board
47421
47422 This patch adds NAND booting support for the AMCC Bamboo eval board.
47423 Since the NAND-SPL boot image is limited to 4kbytes, this version
47424 only supports the onboard 64MBytes of DDR. The DIMM modules can't be
47425 supported, since the setup code for I2C DIMM autodetection and
47426 configuration is too big for this NAND bootloader.
47427
47428 Signed-off-by: Stefan Roese <sr@denx.de>
47429
47430 commit 42be56f53c8b107868e6125c8524ae84293e95a7
47431 Author: Stefan Roese <sr@denx.de>
47432 Date: Fri Jun 1 15:23:04 2007 +0200
47433
47434 NAND: Add ECC support to NAND booting support in nand_spl/nand_boot.c
47435
47436 The U-Boot NAND booting support is now extended to support ECC
47437 upon loading of the NAND U-Boot image.
47438
47439 Tested on AMCC Sequoia (440EPx) and Bamboo (440EP).
47440
47441 Signed-off-by: Stefan Roese <sr@denx.de>
47442
47443 commit a471db07fbb65a841ffc9f4f112562b945230f98
47444 Author: Stefan Roese <sr@denx.de>
47445 Date: Fri Jun 1 15:19:29 2007 +0200
47446
47447 ppc4xx: Prepare Bamboo port for NAND booting support
47448
47449 This patch updates the "normal" Bamboo NOR booting port, so
47450 that it is compatible with the coming soon NAND booting
47451 Bamboo port.
47452
47453 It also enables the 2nd NAND flash on the Bamboo.
47454
47455 Signed-off-by: Stefan Roese <sr@denx.de>
47456
47457 commit 53ad02103fb8be4138a9937a8ab91fcdff7b4987
47458 Author: Stefan Roese <sr@denx.de>
47459 Date: Fri Jun 1 15:16:58 2007 +0200
47460
47461 ppc4xx: Update in_be32() functions and friends to latest Linux version
47462
47463 Signed-off-by: Stefan Roese <sr@denx.de>
47464
47465 commit 91da09cfbce0c1de05d6d84aa8363d666fa7ea3c
47466 Author: Stefan Roese <sr@denx.de>
47467 Date: Fri Jun 1 15:15:12 2007 +0200
47468
47469 NAND: Add hardware ECC support to the PPC4xx NAND driver ndfc.c
47470
47471 This patch adds hardware ECC support to the NDFC driver. It also
47472 changes the register access from using the "simple" in32/out32
47473 functions to the in_be32/out_be32 functions, which make sure
47474 that the access is correctly synced. This is the only recommended
47475 access to SoC registers in the current Linux kernel.
47476
47477 Signed-off-by: Stefan Roese <sr@denx.de>
47478
47479 commit 17b5e862287cca76f19dcf8b741e61a7d06617f2
47480 Author: Stefan Roese <sr@denx.de>
47481 Date: Fri Jun 1 15:12:15 2007 +0200
47482
47483 NAND: Update nand_ecc.c to latest Linux version
47484
47485 This patch updates the nand_ecc code to the latest Linux version.
47486 The main reason for this is the more compact code. This makes
47487 it possible to include the ECC code into the NAND bootloader
47488 image (NAND_SPL) for PPC4xx.
47489
47490 Signed-off-by: Stefan Roese <sr@denx.de>
47491
47492 commit d2d432760d2199d0e8558fdd9d1789b8131abcf7
47493 Author: Stefan Roese <sr@denx.de>
47494 Date: Fri Jun 1 15:09:50 2007 +0200
47495
47496 ppc4xx: 44x DDR driver code cleanup and small fix for Bamboo
47497
47498 Signed-off-by: Stefan Roese <sr@denx.de>
47499
47500 commit e4bbed2803a2ad0521c7362f5d3e065f99abaedc
47501 Author: Stefan Roese <sr@denx.de>
47502 Date: Fri Jun 1 13:45:24 2007 +0200
47503
47504 ppc4xx: Change Luan config file to support ECC
47505
47506 With the updated 44x DDR2 driver the Luan board now supports
47507 ECC generation and checking.
47508
47509 Signed-off-by: Stefan Roese <sr@denx.de>
47510
47511 commit 7187db73491c8de0fb56efb5e5134ba5ec443089
47512 Author: Stefan Roese <sr@denx.de>
47513 Date: Fri Jun 1 13:45:00 2007 +0200
47514
47515 ppc4xx: Update 44x_spd_ddr2 code (440SP/440SPe)
47516
47517 Add config option for 180 degree advance clock control as needed
47518 for the AMCC Luan eval board.
47519
47520 Signed-off-by: Stefan Roese <sr@denx.de>
47521
47522 commit ee1529838abbfaa35f14e3ffbeaaba693159475f
47523 Author: Wolfgang Denk <wd@denx.de>
47524 Date: Thu May 31 17:20:09 2007 +0200
47525
47526 Add support for STX GP3SSA (stxssa) Board with 4 MiB flash.
47527
47528 Signed-off-by: Wolfgang Denk <wd@denx.de>
47529
47530 commit 7049288fb1f16f1b317140226cdebd07bd416395
47531 Author: Bartlomiej Sieka <tur@semihalf.com>
47532 Date: Sun May 27 17:26:46 2007 +0200
47533
47534 Motion-PRO: Code cleanup, fix of a typo in OF_STDOUT_PATH.
47535
47536 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
47537
47538 commit 4520fd4d2c450da49637216aa0e53739b61c60ac
47539 Author: Bartlomiej Sieka <tur@semihalf.com>
47540 Date: Sun May 27 17:06:36 2007 +0200
47541
47542 Motion-PRO: Add support for redundant environment.
47543
47544 Enable redundant environment, add a MTD partition for it; also add env.
47545 variable command for passing MTD partitions to the kernel command line.
47546
47547 Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
47548 Acked-by: Bartlomiej Sieka <tur@semihalf.com>
47549
47550 commit a26eabeec31746f06d309103690892805696e344
47551 Author: Bartlomiej Sieka <tur@semihalf.com>
47552 Date: Sun May 27 17:05:11 2007 +0200
47553
47554 Motion-PRO: Change maximum console buffer size from 256 to 1024 bytes.
47555
47556 Allow passing longer command line to the kernel - useful especially
47557 for passing MTD partition layout.
47558
47559 Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
47560 Acked-by: Bartlomiej Sieka <tur@semihalf.com>
47561
47562 commit 9160b96f71483a116de81c68985e8ee306d36764
47563 Author: Bartlomiej Sieka <tur@semihalf.com>
47564 Date: Sun May 27 17:04:18 2007 +0200
47565
47566 Fix: Add missing NULL termination in strings expanded by macros parser.
47567
47568 Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
47569 Acked-by: Bartlomiej Sieka <tur@semihalf.com>
47570
47571 commit 630ec84aef7228fc1dbfb38dec78541403a786cd
47572 Author: Bartlomiej Sieka <tur@semihalf.com>
47573 Date: Sun May 27 17:03:37 2007 +0200
47574
47575 Motion-PRO: Update EEPROM's page write bits and write delay.
47576
47577 Change EEPROM configuration according to the datasheet: "The 24C01A and 24C02A
47578 have a page write capability of two bytes", and "This device offers fast (1ms)
47579 byte write". Add 3ms of extra delay.
47580
47581 Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
47582 Acked-by: Bartlomiej Sieka <tur@semihalf.com>
47583
47584 commit c00125e07c1ebc125bab40e1e18bceed8be0c162
47585 Author: Bartlomiej Sieka <tur@semihalf.com>
47586 Date: Sun May 27 16:58:45 2007 +0200
47587
47588 MPC5XXX, Motion-PRO: Fix PHY initialization problem.
47589
47590 After being reset in mpc5xxx_fec_init_phy(), PHY goes into FX mode, in which
47591 networking does not function. This commit switches PHY to TX mode by clearing
47592 the FX_SEL bit of Mode Control Register. It also reverses commit
47593 008861a2f3ef2c062744d733787c7e530a1b8761, i.e., a temporary workaround.
47594
47595 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
47596 Acked-by: Bartlomiej Sieka <tur@semihalf.com>
47597
47598 commit 93b78f534a6e708b4cf1a4ffb4d8438c67a007db
47599 Author: Bartlomiej Sieka <tur@semihalf.com>
47600 Date: Sun May 27 16:57:15 2007 +0200
47601
47602 Motion-PRO: Add support for the temperature sensor.
47603
47604 Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
47605 Acked-by: Bartlomiej Sieka <tur@semihalf.com>
47606
47607 commit c75e639630cc132dc19cd1ecda5922c0db0bfbba
47608 Author: Bartlomiej Sieka <tur@semihalf.com>
47609 Date: Sun May 27 16:55:23 2007 +0200
47610
47611 Motion-PRO: Add displaying of CPLD revision information during boot.
47612
47613 Signed-off-by: Jan Wrobel <wrr@semihalf.com>
47614 Acked-by: Bartlomiej Sieka <tur@semihalf.com>
47615
47616 commit c99512d6bd3973f01ca2fc4896d829b46e68f150
47617 Author: Bartlomiej Sieka <tur@semihalf.com>
47618 Date: Sun May 27 16:53:43 2007 +0200
47619
47620 MPC5xxx: Change names of defines related to IPB and PCI clocks.
47621
47622 Both CFG_PCISPEED_66 and CFG_IPBSPEED_133 are misnamed, as defining
47623 them does not cause PCI or IPB clocks to run at the specified speed.
47624 Instead, they configure divisors used to calculate said clocks. This
47625 patch renames the defines according to their real function.
47626
47627 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
47628 Acked-by: Bartlomiej Sieka <tur@semihalf.com>
47629
47630 commit a11c0b85dc3664bb3c1e781137118730c8f619ab
47631 Author: Bartlomiej Sieka <tur@semihalf.com>
47632 Date: Sun May 27 16:51:48 2007 +0200
47633
47634 Motion-PRO: Add LED support.
47635
47636 Signed-off-by: Jan Wrobel <wrr@semihalf.com>
47637 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
47638 Acked-by: Bartlomiej Sieka <tur@semihalf.com>
47639
47640 commit 7ebb4479b07ff294eb4d76e420753a0349f7c93b
47641 Author: Ulf Samuelsson <ulf@atmel.com>
47642 Date: Thu May 24 12:12:47 2007 +0200
47643
47644 [PATCH][NAND] Define the Vendor Id for Micron NAND Flash
47645
47646 Signed-off-by: Ulf Samuelsson <ulf@atmel.com>
47647 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
47648 Signed-off-by: Stefan Roese <sr@denx.de>
47649
47650 commit d756894722c888d09a9fa1df8323753772d3dcce
47651 Author: Stefan Roese <sr@denx.de>
47652 Date: Thu May 24 09:49:00 2007 +0200
47653
47654 ppc4xx: Fix small 405EZ OCM initilization bug in start.S
47655
47656 As pointed out by Bruce Adler <bruce.adler@acm.org> this patch
47657 fixes a small bug in the 405EZ OCM initialization. Thanks for
47658 spotting.
47659
47660 Signed-off-by: Stefan Roese <sr@denx.de>
47661
47662 commit 5d4a179013d59a76446462e1eb0a969fba63eb81
47663 Author: Stefan Roese <sr@denx.de>
47664 Date: Thu May 24 08:22:09 2007 +0200
47665
47666 ppc4xx: Update AMCC Acadia support for board revision 1.1
47667
47668 This patch updates the Acadia (405EZ) support for the new 1.1 board
47669 revision. It also adds support for NAND FLASH via the 4xx NDFC.
47670
47671 Please note that the jumper J7 must be in position 2-3 for this
47672 NAND support. Position 1-2 is for NAND booting only. NAND booting
47673 support will follow later.
47674
47675 Signed-off-by: Stefan Roese <sr@denx.de>
47676
47677 commit 822d55365bb557e084d0e33625a6dedcc866110b
47678 Author: Jon Loeliger <jdl@freescale.com>
47679 Date: Wed May 23 14:09:46 2007 -0500
47680
47681 Add LIST_86xx MAKEALL target for PowerPC builds.
47682
47683 Signed-off-by: Jon Loeliger <jdl@freescale.com>
47684
47685 commit 9f0077abd69f7a7c756a915b961037302be3e6f2
47686 Author: Stefan Roese <sr@denx.de>
47687 Date: Tue May 22 12:48:09 2007 +0200
47688
47689 ppc4xx: Use do { ... } while (0) for CPR & SDR access macros
47690
47691 Signed-off-by: Stefan Roese <sr@denx.de>
47692
47693 commit 6f3dfc139a838b0841c151efe00ad47db2366e79
47694 Author: Stefan Roese <sr@denx.de>
47695 Date: Tue May 22 12:46:10 2007 +0200
47696
47697 ppc4xx: Add 405 support to 4xx NAND driver ndfc.c
47698
47699 This patch adds support for 405 PPC's to the 4xx NAND driver
47700 ndfc.c. This is in preparation for the new AMCC 405EZ.
47701
47702 Signed-off-by: Stefan Roese <sr@denx.de>
47703
47704 commit 10603d76767426be803dadd4fb688b97eb69481c
47705 Author: Stefan Roese <sr@denx.de>
47706 Date: Mon May 21 07:41:22 2007 +0200
47707
47708 ppc4xx: Fix problem in 405EZ OCM initialization
47709
47710 As spotted by Bruce Adler this patch fixes an initialization problem
47711 for the 405EZ OCM.
47712
47713 Signed-off-by: Stefan Roese <sr@denx.de>
47714
47715 commit 3e3b956906eba9e4ad7931581ecedaad10eccce8
47716 Author: Peter Pearse <peter.pearse@arm.com>
47717 Date: Fri May 18 16:47:03 2007 +0100
47718
47719 Reduce line lengths to 80 characters max.
47720
47721 commit 93ef45c9ddfdd9fc17c4e74bd8e2f2456580eb72
47722 Author: Peter Pearse <peter.pearse@arm.com>
47723 Date: Fri May 18 14:34:07 2007 +0100
47724
47725 Makefile permissions
47726
47727 commit 1443a31457d68f7e8f0b9403e9832ec1e79dc59d
47728 Author: Peter Pearse <peter.pearse@arm.com>
47729 Date: Fri May 18 14:33:11 2007 +0100
47730
47731 Makefile permissions
47732
47733 commit 255a3577c848706441daee0174543efe205a77f8
47734 Author: Kim Phillips <kim.phillips@freescale.com>
47735 Date: Wed May 16 16:52:19 2007 -0500
47736
47737 Reduce CONFIG_MPC8YXX_TSECx to CONFIG_TSECx
47738
47739 For all practical u-boot purposes, TSECs don't differ throughout the
47740 mpc8[356]xx families; reduce CONFIG_MPC8YXX_TSECx to CONFIG_TSECx.
47741
47742 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
47743
47744 commit 70124c2602ae2d4c5d3dba05b482d91548242de8
47745 Author: Stefano Babic <sbabic@denx.de>
47746 Date: Wed May 16 14:49:12 2007 +0200
47747
47748 Fix compile problem cause my Microblaze merge
47749
47750 Signed-off-by: Stefano Babic <sbabic@denx.de>
47751
47752 commit ada4697d0230d6da552867777f98a67ec3ba2579
47753 Author: Jeffrey Mann <mannj@embeddedplanet.com>
47754 Date: Wed May 16 13:23:10 2007 +0200
47755
47756 [PATCH] Run new sequoia boards with an EBC speed of 83MHz
47757
47758 Because the Sequoia board does not boot with an EBC faster than 66MHz,
47759 the clock divider are changed after the initial boot process.
47760
47761 This allows for maximum clocking speeds to be achieved on newer boards.
47762 Sequoia boards with 666.66 MHz processors require that the EBC divider
47763 be set to 3 in order to start the initial boot process at a slower EBC
47764 speed. After the initial boot process, the divider can be set back to 2,
47765 which will cause the boards to run at 83.333MHz. This is backward
47766 compatible with boards with 533.33 MHz processors, as these boards will
47767 already be set with an EBC divider of 2.
47768
47769 Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
47770
47771 commit a7676ea7732f3c596805079fed7e5c9fac652cfc
47772 Author: Wolfgang Denk <wd@denx.de>
47773 Date: Wed May 16 01:16:53 2007 +0200
47774
47775 Minor Coding Style cleanup, update CHANGELOG.
47776
47777 Signed-off-by: Wolfgang Denk <wd@denx.de>
47778
47779 commit d62f64cc23a940eafe712c776b3249e4160753d1
47780 Author: Wolfgang Denk <wd@denx.de>
47781 Date: Wed May 16 00:13:33 2007 +0200
47782
47783 Coding Style Cleanup, new CHANGELOG
47784
47785 commit 3162eb836903c8b247fdc7470dd39bfa6996f495
47786 Author: Wolfgang Denk <wd@denx.de>
47787 Date: Tue May 15 23:38:05 2007 +0200
47788
47789 Minor coding style cleanup.
47790
47791 commit 66d9dbec1cc27d6398ee6cf84639dbe14971251e
47792 Author: mushtaq khan <mushtaq_k@procsys.com>
47793 Date: Fri Apr 20 14:23:02 2007 +0530
47794
47795 Add driver for S-ATA-controller on Intel processors with South
47796 Bridge, ICH-5, ICH-6 and ICH-7.
47797
47798 Implementation:
47799
47800 1. Code is divided in to two files. All functions, which are
47801 controller specific are kept in "drivers/ata_piix.c" file and
47802 functions, which are not controller specific, are kept in
47803 "common/cmd_sata.c" file.
47804
47805 2. Reading and Writing from the S-ATA drive is done using PIO method.
47806
47807 3. Driver can be configured for 48-bit addressing by defining macro
47808 CONFIG_LBA48, if this macro is not defined driver uses the 28-bit
47809 addressing.
47810
47811 4. S-ATA read function is hooked to the File system, commands like
47812 ext2ls and ext2load file can be used. This has been tested.
47813
47814 5. U-Boot command "SATA_init" is added, which initializes the S-ATA
47815 controller and identifies the S-ATA drives connected to it.
47816
47817 6. U-Boot command "sata" is added, which is used to read/write, print
47818 partition table and get info about the drives present. This I have
47819 implemented in same way as "ide" command is implemented in U-Boot.
47820
47821 7. This driver is for S-ATA in native mode.
47822
47823 8. This driver does not support the Native command queuing and
47824 Hot-plugging.
47825
47826 Signed-off-by: Mushtaq Khan <mushtaq_k@procsys.com>
47827
47828 commit 644e6fb4eb8be90ea04ba34b643a8bf019d680e0
47829 Author: mushtaq khan <mushtaq_k@procsys.com>
47830 Date: Mon Apr 30 15:57:22 2007 +0530
47831
47832 Fixes bug clearing the bss section for i386
47833
47834 Hi,
47835 There is a bug in the code of clearing the bss section for processor
47836 i386.(File: cpu/i386/start.S)
47837 In the code, bss_start addr (starting addr of bss section) is put into
47838 the register %eax, but the code which clears the bss section refers to
47839 the addr pointed by %edi.
47840
47841 This patch fixes this bug by putting bss_start into %edi register.
47842
47843 Signed-off-by: Mushtaq Khan <mushtaq_k@procsys.com>
47844
47845 commit c3243cf7b490057277d61acffe4ad0946f9eb4a4
47846 Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
47847 Date: Mon Apr 30 16:47:28 2007 -0500
47848
47849 Add support for BCM5464 Quad Phy
47850
47851 Added support for Broadcom's BCM5464 Quad Phy
47852
47853 Signed-off-by: Joe Hamman <joe.hamman@embeddedspecialties.com>
47854
47855 commit 1b305bdc754c8468e1d5d858f5dcf8a7a0a4bb7a
47856 Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
47857 Date: Wed May 9 08:10:57 2007 +0800
47858
47859 Search the exception table with linear algorithm
47860
47861 Search the exception table with linear algorithm instead of
47862 bisecting algorithm.
47863 Because the exception table might be unsorted.
47864
47865 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
47866
47867 commit 5dfaa50eb819686bfba1927e8c5b8a70a4d65fd3
47868 Author: Aubrey.Li <aubrey.adi@gmail.com>
47869 Date: Mon May 14 11:47:35 2007 +0800
47870
47871 Fix compilation issues on MACOSX
47872
47873 Singed-off-by: Marc Hoffman <Marc.Hoffman@analog.com>
47874 Signed-off-by: Aubrey Li <aubrey.adi@gmail.com>
47875
47876 commit 56fd7162985c412317bbf763a225fba23c64fd31
47877 Author: Stephen Williams <steve@icarus.com>
47878 Date: Tue May 15 07:55:42 2007 -0700
47879
47880 Fix for compile of JSE target
47881
47882 The attached patch fixes the compile of the JSE board in the
47883 denx git as of 14 may 2007. It is an extremely simple patch,
47884 it just adds the missing define of CFG_SYSTEMACE_WIDTH.
47885
47886 Fix to compile JSE against 20070514 git of u-boot
47887
47888 commit 69df3c4da0c93017cceb25a366e794570bd0ed98
47889 Author: Nobuhiro Iwamatsu <iwamatsu@rahute.(none)>
47890 Date: Sun May 13 21:01:03 2007 +0900
47891
47892 sh: MS7750SE support.
47893
47894 This adds support for the Hitachi MS7750SE.
47895
47896 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
47897
47898 commit 0b135cfc2e524dc249b75057b55dd4cc09842e27
47899 Author: Nobuhiro Iwamatsu <iwamatsu@rahute.(none)>
47900 Date: Sun May 13 20:58:00 2007 +0900
47901
47902 sh: First support code of SuperH.
47903
47904 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
47905
47906 commit 61936667e86a250ae12fd2dc189d3588f0a59e0b
47907 Author: Stefan Roese <sr@denx.de>
47908 Date: Fri May 11 12:01:49 2007 +0200
47909
47910 ppc4xx: Add mtcpr/mfcpr access macros
47911
47912 Signed-off-by: Stefan Roese <sr@denx.de>
47913
47914 commit 343c48bd84606c4025c8a7c7263fda465d6e284c
47915 Author: Stefan Roese <sr@denx.de>
47916 Date: Fri May 11 12:01:06 2007 +0200
47917
47918 ppc4xx: Set bd->bi_pci_busfreq on 440EPx/GRx too
47919
47920 Signed-off-by: Stefan Roese <sr@denx.de>
47921
47922 commit 7d98ba770a7eaefa29ce927f31a0956df85bf650
47923 Author: Piotr Kruszynski <ppk@semihalf.com>
47924 Date: Thu May 10 16:55:52 2007 +0200
47925
47926 [Motion-PRO] Add MTD and JFFS2 support, also add default partition
47927 definition.
47928
47929 commit 65fb6a676e821f9570a2a376dc204bf611ce5f81
47930 Author: Peter Pearse <peter.pearse@arm.com>
47931 Date: Wed May 9 11:42:44 2007 +0100
47932
47933 Add the board directory for SMN42
47934
47935 commit 160131bf965785419626df6c388729fe0b597992
47936 Author: Peter Pearse <peter.pearse@arm.com>
47937 Date: Wed May 9 11:41:58 2007 +0100
47938
47939 Add the files for the SMN42 board
47940
47941 commit 5c6d2b5a500f8c49670de8910150b78a41f781fc
47942 Author: Peter Pearse <peter.pearse@arm.com>
47943 Date: Wed May 9 11:40:34 2007 +0100
47944
47945 Remove the deleted files for the SMN42 patch
47946
47947 commit b0d8f5bf0d215adc9424cb228b2484dbf07f7761
47948 Author: Peter Pearse <peter.pearse@arm.com>
47949 Date: Wed May 9 11:37:56 2007 +0100
47950
47951 New board SMN42 branch
47952
47953 commit 29f3be0caf0799ca6b89dfd9824c15619a50000f
47954 Author: Peter Pearse <peter.pearse@arm.com>
47955 Date: Wed May 9 10:24:38 2007 +0100
47956
47957 Makefile permissions
47958
47959 commit b84289b595731e8851df46e893845cc1322c9b9b
47960 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
47961 Date: Tue May 8 14:17:07 2007 -0500
47962
47963 8641hpcn: Fix Makefile after moving pixis to board/freescale.
47964
47965 The OBJTREE != SRCTREE build scenario was broken.
47966 This fixes it.
47967
47968 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
47969 Signed-off-by: Jon Loeliger <jdl@freescale.com>
47970
47971 commit e69f66c6ebe82bbbd1da766bc4eda40ec7ee5af1
47972 Author: Michal Simek <monstr@monstr.eu>
47973 Date: Tue May 8 15:57:43 2007 +0200
47974
47975 add: reading special purpose registers
47976
47977 commit 1a50f164beb065f360fbddb76029607d6b099698
47978 Author: Michal Simek <monstr@monstr.eu>
47979 Date: Tue May 8 14:52:52 2007 +0200
47980
47981 add: Microblaze V5 exception handling
47982
47983 commit ab874d5047e5d30dbc1e517ff26083efffa98ecb
47984 Author: Michal Simek <monstr@monstr.eu>
47985 Date: Tue May 8 14:39:11 2007 +0200
47986
47987 add: FSL control read and write
47988
47989 commit de1de02a7cbf05e6b63e0d8ffc624f12493f6ba3
47990 Author: Piotr Kruszynski <ppk@semihalf.com>
47991 Date: Tue May 8 13:05:44 2007 +0200
47992
47993 [Motion-PRO] Add support for I2C, EEPROM and RTC.
47994
47995 commit fa5c2ba123b1bf88455bfc21db5e786ca045029d
47996 Author: Bartlomiej Sieka <tur@semihalf.com>
47997 Date: Tue May 8 10:23:56 2007 +0200
47998
47999 [Motion-PRO] Add ATA support. Add CF-booting commands to the default
48000 environment.
48001
48002 commit 06241d50a3ab1b20a0b08baeeaffcaa23ae4b839
48003 Author: Bartlomiej Sieka <tur@semihalf.com>
48004 Date: Tue May 8 09:39:12 2007 +0200
48005
48006 [Motion-PRO] Change IPB clock frequency from 50MHz to 100MHz. This
48007 eliminates networking problems in Linux (timeouts).
48008
48009 commit 1f1369c34b629be94702684d41d3fddf0f6193e7
48010 Author: Bartlomiej Sieka <tur@semihalf.com>
48011 Date: Tue May 8 09:21:57 2007 +0200
48012
48013 [Motion-PRO] Enable Flat Device Tree support and modify default environment
48014 to allow booting of FDT-expecting kernels.
48015
48016 commit fb05f6da35ea1c15c553abe6f23f656bf18dc5db
48017 Author: Michal Simek <monstr@monstr.eu>
48018 Date: Mon May 7 23:58:31 2007 +0200
48019
48020 new: USE_MSR_INTR support
48021
48022 commit 008861a2f3ef2c062744d733787c7e530a1b8761
48023 Author: Bartlomiej Sieka <tur@semihalf.com>
48024 Date: Mon May 7 22:36:15 2007 +0200
48025
48026 [MPC5xxx] There are networking problems on the Motion-PRO board with
48027 current PHY initalization code (tftp timeouts all the time). This commit
48028 temporarily disables PHY initalization sequence to make the networking
48029 operational, until a fix is found.
48030
48031 commit abca901869c3760b6c5fecb825db6c1d91a78a93
48032 Author: Wolfgang Denk <wd@denx.de>
48033 Date: Mon May 7 22:10:36 2007 +0200
48034
48035 Get rid of duplicated file (see include/configs/sbc8560.h instead)
48036
48037 Signed-off-by: Wolfgang Denk <wd@denx.de>
48038
48039 commit 207b7b2c9d9752e0f6478c30c29b7087f6e6cbb6
48040 Author: Wolfgang Denk <wd@denx.de>
48041 Date: Mon May 7 22:07:08 2007 +0200
48042
48043 Get rid of duplicated file (see doc/README.SBC8560 instead)
48044
48045 Signed-off-by: Wolfgang Denk <wd@denx.de>
48046
48047 commit a7bac7e9b57ba948051beb19ec5be3a75ce75383
48048 Author: Michal Simek <monstr@monstr.eu>
48049 Date: Mon May 7 19:43:10 2007 +0200
48050
48051 fix: read and write MSR - repair number of parameters
48052
48053 commit 193b4a3bb3acaddf798da8de0da05d94ba8774ee
48054 Author: Jeffrey Mann <mannj@embeddedplanet.com>
48055 Date: Mon May 7 19:42:49 2007 +0200
48056
48057 [PATCH] ppc4xx: Fix CONFIG_SYS_CLK_FREQ definition in Sequoia config file
48058
48059 A '3' got cut off in the formatting of the last patch to automatically
48060 change the clock speed of the system clock on sequoia board.
48061
48062 Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
48063 Signed-off-by: Stefan Roese <sr@denx.de>
48064
48065 commit 19bf1fbad7f19d5a120be9b1daf136e052fcab39
48066 Author: Michal Simek <monstr@monstr.eu>
48067 Date: Mon May 7 19:33:51 2007 +0200
48068
48069 new: fsl interrupt support
48070 FSL_Has_data is connected to INTC.
48071
48072 commit 792032baa7d625e34c981ab6df521911bd8dc861
48073 Author: Michal Simek <monstr@monstr.eu>
48074 Date: Mon May 7 19:30:12 2007 +0200
48075
48076 fix: interrupt handler
48077 remove asm code
48078
48079 commit f3f001a341ef185d0f13841be5b5dc3395aacc31
48080 Author: Michal Simek <monstr@monstr.eu>
48081 Date: Mon May 7 19:25:08 2007 +0200
48082
48083 fix: remove asm code
48084
48085 commit fb7c2dbef02c9f6f8d7b04ec4c2bfb91418b9c01
48086 Author: Michal Simek <monstr@monstr.eu>
48087 Date: Mon May 7 19:12:43 2007 +0200
48088
48089 fix: clean interrupt
48090
48091 commit 42efed6130c8fcf7da881385b5427065d2801757
48092 Author: Michal Simek <monstr@monstr.eu>
48093 Date: Mon May 7 17:22:25 2007 +0200
48094
48095 fix: interrupt handler for multiple sources
48096
48097 commit 48fbd3a4cdabbebc1debd7eed73c00c2caf914f6
48098 Author: Michal Simek <monstr@monstr.eu>
48099 Date: Mon May 7 17:11:09 2007 +0200
48100
48101 new: add writing to msr register
48102
48103 commit 3a619dd7bed03e8b4d22a3911f90fd12af5376c2
48104 Author: Markus Klotzbuecher <mk@denx.de>
48105 Date: Mon May 7 16:43:56 2007 +0200
48106
48107 Fix an ancient CHANGELOG conflict
48108
48109 commit ac4cd59d59c9bf3f89cb7a344abf8184d678f562
48110 Author: Timur Tabi <timur@freescale.com>
48111 Date: Sat May 5 08:12:30 2007 +0200
48112
48113 5xxx: write MAC address to mac-address and local-mac-address
48114
48115 Some device trees have a mac-address property, some have local-mac-address,
48116 and some have both. To support all of these device trees, ftp_cpu_setup()
48117 should write the MAC address to mac-address and local-mac-address, if they
48118 exist.
48119
48120 Signed-off-by: Timur Tabi <timur@freescale.com>
48121 Acked-by: Grant Likely <grant.likely@secretlab.ca>
48122
48123 commit a9d87e2707dcb249f6bb7f7ff7e00acd8cda9fd2
48124 Author: Grzegorz Wianecki <grzegorz.wianecki@gmail.com>
48125 Date: Sun Apr 29 14:01:54 2007 +0200
48126
48127 [PATCH] Use PVR to distinguish MPC5200B from MPC5200 in boot message
48128
48129 MPC5200B systems are incorrectly reported as MPC5200 in U-Boot start-up
48130 message. Use PVR to distinguish between the two variants, and print proper CPU
48131 information.
48132
48133 Signed-off-by: Grzegorz Wianecki <grzegorz.wianecki@gmail.com>
48134 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
48135 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
48136
48137 commit 4ec5bd55ed1ffa91a774af298769621f4fbb18c1
48138 Author: Ladislav Michl <ladis@linux-mips.org>
48139 Date: Wed Apr 25 16:01:26 2007 +0200
48140
48141 [PATCH] simplify silent console
48142
48143 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
48144 Acked-by: Stefan Roese <sr@denx.de>
48145
48146 commit b7598a43f2b421a713d8135e98a42c37d9eb9df0
48147 Author: Sergei Shtylyov <sshtylyov@ru.mvista.com>
48148 Date: Mon Apr 23 15:30:39 2007 +0200
48149
48150 [PATCH] Avoid assigning PCI resources from zero address
48151
48152 If a PCI IDE card happens to get a zero address assigned to it, the Linux IDE
48153 core complains and IDE drivers fails to work. Also, assigning zero to a BAR
48154 was illegal according to PCI 2.1 (the later revisions seem to have excluded the
48155 sentence about "0" being considered an invalid address) -- so, use a reasonable
48156 starting value of 0x1000 (that's what the most Linux archs are using).
48157
48158 Alternatively, one might have fixed the calls to pci_set_region() individually
48159 (some code even seems to have taken care of this issue) but that would have
48160 been a lot more work. :-)
48161
48162 Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
48163 Acked-by: Stefan Roese <sr@denx.de>
48164
48165 commit 9ffd451afeb08e5be7ddae680487ec962b2bca25
48166 Author: Jeffrey Mann <mannj@embeddedplanet.com>
48167 Date: Mon Apr 23 14:00:11 2007 +0200
48168
48169 [patch] setenv(...) can delete environmentalvariables
48170
48171 update setenv() function so that entering a NULL value for the
48172 variable's value will delete the environmental variable
48173
48174 Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
48175 Acked-by: Stefan Roese <sr@denx.de>
48176
48177 commit ebd0a0ae05a44769c4e27458ad4e9f3438250443
48178 Author: Mike Frysinger <vapier@gentoo.org>
48179 Date: Mon Apr 23 13:54:24 2007 +0200
48180
48181 [patch] use unsigned char in smc91111 driver for mac
48182
48183 the v_mac variable in the smc91111 driver is declared as a signed char ...
48184 this causes problems when one of the bytes in the MAC is "signed" like 0xE0
48185 because when it gets printed out, you get a display like:
48186 0xFFFFFFE0 and that's no good
48187
48188 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
48189
48190 commit ffc50f9bb194343c6303517a517708457a5eb6b8
48191 Author: Michal Simek <monstr@monstr.eu>
48192 Date: Sat May 5 18:54:42 2007 +0200
48193
48194 new: FSL and MSR support #2
48195
48196 commit f7e2e0eb0668136305f78bb9c21be79b48a34247
48197 Author: Michal Simek <monstr@monstr.eu>
48198 Date: Sat May 5 18:27:16 2007 +0200
48199
48200 new: FSL and MSR support
48201
48202 commit 2f15278c2eb911c668b4fe562130b78cf554d139
48203 Author: Wolfgang Denk <wd@denx.de>
48204 Date: Sat May 5 18:23:11 2007 +0200
48205
48206 Coding stylke cleanup; update CHANGELOG.
48207
48208 Signed-off-by: Wolfgang Denk <wd@denx.de>
48209
48210 commit 885ec89b648a899a2f32393fd3ffd9f7234c4402
48211 Author: Wolfgang Denk <wd@denx.de>
48212 Date: Sat May 5 18:05:02 2007 +0200
48213
48214 Add STX GP3 SSA board to MAKEALL script; update CHANGELOG.
48215
48216 Signed-off-by: Wolfgang Denk <wd@denx.de>
48217
48218 commit 5499645b3fe17a548af9dfc479ca6e2455f179a2
48219 Author: Wolfgang Denk <wd@denx.de>
48220 Date: Sat May 5 17:15:50 2007 +0200
48221
48222 Make "file" command happy with some config.mk files; update CHANGELOG
48223
48224 commit e3b8c78bc2489c27ae020986ef0eaca684866cef
48225 Author: Jeffrey Mann <mannj@embeddedplanet.com>
48226 Date: Sat May 5 08:32:14 2007 +0200
48227
48228 ppc4xx: Detect if the sysclk on Sequoia is 33 or 33.333 MHz
48229
48230 The AMCC Secquoia board has been changed in a new revision from using a
48231 33.000 MHz clock to a 33.333 MHz system clock. A bit in the CPLD
48232 indicates the difference. This patch reads that bit and uses the correct
48233 clock speed for the board. This code is backward compatable will all
48234 prior boards. All prior boards will be read as 33.000.
48235
48236 Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
48237 Signed-off-by: Stefan Roese <sr@denx.de>
48238
48239 commit f544ff6656fca263ed1ebe39899b6d95da67c8b8
48240 Author: Stefan Roese <sr@denx.de>
48241 Date: Sat May 5 08:29:01 2007 +0200
48242
48243 ppc4xx: Sequoia: Remove cpu/ppc4xx/speed.c from NAND booting
48244
48245 Using cpu/ppc4xx/speed.c to calculate the bus frequency is too big
48246 for the 4k NAND boot image so define bus_frequency to 133MHz here
48247 which is save for the refresh counter setup.
48248
48249 Signed-off-by: Stefan Roese <sr@denx.de>
48250
48251 commit 2f550ab976405300f5b07bf2890800840d0aa05f
48252 Author: Timur Tabi <timur@freescale.com>
48253 Date: Sat May 5 08:12:30 2007 +0200
48254
48255 5xxx: write MAC address to mac-address and local-mac-address
48256
48257 Some device trees have a mac-address property, some have local-mac-address,
48258 and some have both. To support all of these device trees, ftp_cpu_setup()
48259 should write the MAC address to mac-address and local-mac-address, if they
48260 exist.
48261
48262 Signed-off-by: Timur Tabi <timur@freescale.com>
48263 Acked-by: Grant Likely <grant.likely@secretlab.ca>
48264
48265 commit a79886590593ba1d667c840caa4940c61639f18f
48266 Author: Thomas Knobloch <knobloch@siemens.com>
48267 Date: Sat May 5 07:04:42 2007 +0200
48268
48269 NAND: Wrong calculation of page number in nand_block_bad()
48270
48271 In case that there is no memory based bad block table available the
48272 function nand_block_checkbad() in drivers/mtd/nand/nand_base.c will call
48273 nand_block_bad() directly. When parameter 'getchip' is set to zero,
48274 nand_block_bad() will not right shift the offset to calculate the
48275 correct page number.
48276
48277 Signed-off-by: Thomas Knobloch <knobloch@siemens.com>
48278 Signed-off-by: Stefan Roese <sr@denx.de>
48279
48280 commit 9877d7dcd1eebe61aa5d8b8ffe9c048ea426e6f6
48281 Author: Wolfgang Denk <wd@denx.de>
48282 Date: Fri May 4 10:02:33 2007 +0200
48283
48284 Fix initrd length corruption in bootm command.
48285
48286 When using FDT Images, the length of an inital ramdisk was
48287 overwritten (bug introduced by commit 87a449c8, 22 Aug 2006).
48288
48289 Patches by Timur Tabi & Johns Daniel.
48290
48291 Signed-off-by: Wolfgang Denk <wd@denx.de>
48292
48293 commit 068aab660bc3912b930be5540e6b3f3fd6ad3c96
48294 Author: Kim Phillips <kim.phillips@freescale.com>
48295 Date: Thu May 3 19:43:52 2007 -0500
48296
48297 mpc83xx: fix trivial error in MAKEALL
48298
48299 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
48300
48301 commit c64a89d6ce8584b9fc64f4e85da9ecac3cfc2c2a
48302 Author: Wolfgang Denk <wd@denx.de>
48303 Date: Thu May 3 16:34:41 2007 +0200
48304
48305 Update board configuration for STX GP3SSA board:
48306
48307 Enable hush shell, environment in flash rather in EEPROM,
48308 more user-friendly default environment, etc.
48309 The simple EEPROM environment can be selected easily in the board
48310 config file.
48311
48312 Signed-off-by: Wolfgang Denk <wd@denx.de>
48313
48314 commit 2c6fb199dc5756fc72f49d1f4de105e089049d65
48315 Author: Wolfgang Denk <wd@denx.de>
48316 Date: Tue Apr 24 14:37:49 2007 +0200
48317
48318 Cleanup STX GP3SSA code; fix build and compile problems.
48319
48320 commit 35171dc04e028ecacc23ad916a66295472555dbf
48321 Author: Dan Malek <dan@embeddedalley.com>
48322 Date: Fri Jan 5 09:15:34 2007 +0100
48323
48324 Add support for STX GP3SSA (stxssa) Board
48325
48326 Signed-off-by Dan Malek, <dan@embeddedalley.com>
48327
48328 commit f2134f8e9eb006bdcd729e89f309c07b2fa45180
48329 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
48330 Date: Wed May 2 13:31:53 2007 +0200
48331
48332 macb: Don't restart autonegotiation if we already have link
48333
48334 Rework macb_phy_init so that it doesn't attempt to re-negotiate if the
48335 link is already up.
48336
48337 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
48338
48339 commit 04fcb5d38bc90779cd9a710d60702075986f0e29
48340 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
48341 Date: Wed May 2 13:22:38 2007 +0200
48342
48343 macb: Introduce a few barriers when dealing with DMA descriptors
48344
48345 There were a few theoretical possibilities that the compiler might
48346 optimize away DMA descriptor reads and/or writes and thus cause
48347 synchronization problems with the hardware. Insert barriers where
48348 we depend on reads/writes actually hitting memory.
48349
48350 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
48351
48352 commit ffa621a0d12a1ccd81c936c567f8917a213787a8
48353 Author: Andy Fleming <afleming@freescale.com>
48354 Date: Sat Feb 24 01:08:13 2007 -0600
48355
48356 Cleaned up some 85xx PCI bugs
48357
48358 * Cleaned up the CDS PCI Config Tables and added NULL entries to
48359 the end
48360 * Fixed PCIe LAWBAR assignemt to use the cpu-relative address
48361 * Fixed 85xx PCI code to assign powar region sizes based on the
48362 config values (rather than hard-coding them)
48363 * Fixed the 8548 CDS PCI2 IO to once again have 0 as the base address
48364
48365 Signed-off-by: Andy Fleming <afleming@freescale.com>
48366
48367 commit 6743105988fc44d5b0d30388c790607835aae7a6
48368 Author: Andy Fleming <afleming@freescale.com>
48369 Date: Mon Apr 23 02:54:25 2007 -0500
48370
48371 Add support for the 8568 MDS board
48372
48373 This included some changes to common files:
48374 * Add 8568 processor SVR to various places
48375 * Add support for setting the qe bus-frequency value in the dts
48376 * Add the 8568MDS target to the Makefile
48377
48378 Signed-off-by: Andy Fleming <afleming@freescale.com>
48379
48380 commit af1c2b84bf27c8565baddc82d1abb93700d10e2e
48381 Author: David Updegraff <dave@cray.com>
48382 Date: Fri Apr 20 14:34:48 2007 -0500
48383
48384 Add support for treating unknown PHYs as generic PHYs.
48385
48386 When bringing up u-boot on new boards, PHY support sometimes gets
48387 neglected. Most PHYs don't really need any special support,
48388 though. By adding a generic entry that always matches if nothing
48389 else does, we can provide support for "unsupported" PHYs for the
48390 tsec.
48391
48392 The generic PHY driver supports most PHYs, including gigabit.
48393
48394 Signed-off-by: David Updegraff <dave@cray.com>
48395 Signed-off-by: Andy Fleming <afleming@freescale.com>
48396
48397 commit a75af9bfd8fff0499efdbb90601cec5a2afef117
48398 Author: James Yang <James.Yang@freescale.com>
48399 Date: Wed Feb 7 15:28:04 2007 -0600
48400
48401 Conditionalize 8641 Rev1.0 MCM workarounds
48402
48403 Signed-off-by: James Yang <James.Yang@freescale.com>
48404 Signed-off-by: Jon Loeliger <jdl@freescale.com>
48405
48406 commit f64702b7fc8f8df39d31add770df6e372f9e9ce3
48407 Author: Timur Tabi <timur@freescale.com>
48408 Date: Mon Apr 30 13:59:50 2007 -0500
48409
48410 Fix memory initialization on MPC8349E-mITX
48411
48412 Define CFG_DDR_SDRAM_CLK_CNTL for the MPC8349E-mITX and MPC8349E-mITX-GP.
48413 This allows ddr->sdram_clk_cntl to be properly initialized. This is necessary
48414 on some ITX boards, notably those with a revision 3.1 CPU.
48415
48416 Also change spd_sdram() in cpu/mpc83xx/spd_sdram.c to not write anything into
48417 ddr->sdram_clk_cntl if CFG_DDR_SDRAM_CLK_CNTL is not defined.
48418
48419 Signed-off-by: Timur Tabi <timur@freescale.com>
48420 Acked-by: Michael Benedict <MBenedict@twacs.com>
48421 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
48422
48423 commit 54b2d434ae9d01787936f34fe1759cf3d7624ae3
48424 Author: Kim Phillips <kim.phillips@freescale.com>
48425 Date: Mon Apr 30 15:26:21 2007 -0500
48426
48427 mpc83xx: replace elaborate boottime verbosity with 'clocks' command
48428
48429 and fix CPU: to align with Board: display text.
48430
48431 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
48432
48433 commit c1ab82669d9525998c34e802a12cad662723f22a
48434 Author: James Yang <James.Yang@freescale.com>
48435 Date: Fri Mar 16 13:02:53 2007 -0500
48436
48437 Rewrote picos_to_clk() to avoid rounding errors.
48438 Clarified that conversion is to DRAM clocks rather than platform clocks.
48439 Made function static to spd_sdram.c.
48440
48441 Signed-off-by: James Yang <James.Yang@freescale.com>
48442 Signed-off-by: Jon Loeliger <jdl@freescale.com>
48443
48444 commit 8b39501d28754e72726ce7fb02310e56dbdf116a
48445 Author: Stefan Roese <sr@denx.de>
48446 Date: Sun Apr 29 14:13:01 2007 +0200
48447
48448 ppc4xx: Bamboo: Use current NAND driver and *not* the legacy driver
48449
48450 Signed-off-by: Stefan Roese <sr@denx.de>
48451
48452 commit 864aa6a6a466fcb92bf32b1d7dba79cd709b52c9
48453 Author: Grzegorz Wianecki <grzegorz.wianecki@gmail.com>
48454 Date: Sun Apr 29 14:01:54 2007 +0200
48455
48456 [PATCH] Use PVR to distinguish MPC5200B from MPC5200 in boot message
48457
48458 MPC5200B systems are incorrectly reported as MPC5200 in U-Boot start-up
48459 message. Use PVR to distinguish between the two variants, and print proper CPU
48460 information.
48461
48462 Signed-off-by: Grzegorz Wianecki <grzegorz.wianecki@gmail.com>
48463 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
48464 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
48465
48466 commit 5c5d3242935cf3543af01142627494434834cf98
48467 Author: Kim Phillips <kim.phillips@freescale.com>
48468 Date: Wed Apr 25 12:34:38 2007 -0500
48469
48470 mpc83xx: minor fixups for 8313rdb introduction
48471
48472 commit ada4d40091f6ed4a4f0040e08d20db21967e4a67
48473 Author: Ladislav Michl <ladis@linux-mips.org>
48474 Date: Wed Apr 25 16:01:26 2007 +0200
48475
48476 [PATCH] simplify silent console
48477
48478 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
48479 Acked-by: Stefan Roese <sr@denx.de>
48480
48481 commit 144876a380f5756f57412caf74c1d6dc201dd796
48482 Author: Michal Simek <monstr@monstr.eu>
48483 Date: Tue Apr 24 23:01:02 2007 +0200
48484
48485 [PATCH] MTD partition support, JFFS2 support
48486
48487 commit 37ed6cdd4159195bfad68d8a237f6adda8f482cb
48488 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
48489 Date: Tue Apr 24 14:03:45 2007 +0200
48490
48491 ppc4xx: setup 440EPx/GRx ZMII/RGMII bridge depending on PFC register content.
48492
48493 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
48494
48495 commit 66ed6cca3f340f7a8a06d9272ae2ef8e96f0273d
48496 Author: Andy Fleming <afleming@freescale.com>
48497 Date: Mon Apr 23 02:37:47 2007 -0500
48498
48499 Reworked 85xx speed detection code
48500
48501 Changed the code to read the registers and calculate the clock
48502 rates, rather than using a "switch" statement.
48503
48504 Idea from Andrew Klossner <andrew@cesa.opbu.xerox.com>
48505
48506 Signed-off-by: Andy Fleming <afleming@freescale.com>
48507
48508 commit 81f481ca708ed6a56bf9c410e3191dbad581c565
48509 Author: Andy Fleming <afleming@freescale.com>
48510 Date: Mon Apr 23 02:24:28 2007 -0500
48511
48512 Enable 8544 support
48513
48514 * Add support to the Makefile
48515 * Add 8544 configuration support to the tsec driver
48516 * Add 8544 SVR numbers to processor.h
48517
48518 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
48519 Signed-off-by: Jon Loeliger <jdl@freescale.com>
48520
48521 commit 0d8c3a2096eaff8d7de89d45e9af4d4b0d4868fe
48522 Author: Andy Fleming <afleming@freescale.com>
48523 Date: Fri Feb 23 17:12:25 2007 -0600
48524
48525 Support 1G size on 8548
48526
48527 e500v2 and newer cores support 1G page sizes.
48528
48529 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
48530 Signed-off-by: Andy Fleming <afleming@freescale.com>
48531
48532 commit 45cef612cc601d2d1c890fbbd7cdc9609a189a46
48533 Author: Andy Fleming <afleming@freescale.com>
48534 Date: Fri Feb 23 17:11:16 2007 -0600
48535
48536 Changed BOOKE_PAGESZ_nGB to BOOKE_PAGESZ_nG
48537
48538 The other pagesz constants use one letter to specify order of
48539 magnitude. Also change the one reference to it in mpc8548cds/init.S
48540
48541 Signed-off-by: Andy Fleming <afleming@freescale.com>
48542
48543 commit 1f9a318cea14272edd10d63739e2d326c90f430e
48544 Author: Andy Fleming <afleming@freescale.com>
48545 Date: Fri Feb 23 16:28:46 2007 -0600
48546
48547 Only set ddrioovcr for 8548 rev1.
48548
48549 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
48550 Signed-off-by: Andy Fleming <afleming@freescale.com>
48551
48552 commit 9343dbf85bc03033f2102d8e8543567c2c1ad2d2
48553 Author: Andy Fleming <afleming@freescale.com>
48554 Date: Sat Feb 24 01:16:45 2007 -0600
48555
48556 Tweak DDR ECC error counter
48557
48558 Enable single-bit error counter when memory was cleared by ddr controller.
48559
48560 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
48561 Signed-off-by: Andy Fleming <afleming@freescale.com>
48562
48563 commit 85e7c7a45e3dd9c7ce3e722352ba60f8df1a7a4b
48564 Author: Timur Tabi <timur@freescale.com>
48565 Date: Mon Feb 12 13:34:55 2007 -0600
48566
48567 85xx: write MAC address to mac-address and local-mac-address
48568
48569 Some device trees have a mac-address property, some have local-mac-address,
48570 and some have both. To support all of these device trees, ftp_cpu_setup()
48571 should write the MAC address to mac-address and local-mac-address, if they
48572 exist.
48573
48574 Signed-off-by: Timur Tabi <timur@freescale.com>
48575
48576 commit 03b81b48eec0ad249ec97a4ae16c36fa2e014ff4
48577 Author: Andy Fleming <afleming@freescale.com>
48578 Date: Mon Apr 23 01:44:44 2007 -0500
48579
48580 Some 85xx cpu cleanups
48581
48582 * Cleaned up the TSR[WIS] clearing
48583 * Cleaned up DMA initialization
48584
48585 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
48586 Signed-off-by: Jon Loeliger <jdl@freescale.com>
48587 Acked-by: Andy Fleming <afleming@freescale.com>
48588
48589 commit 151d5d992eab8c497b24c816c73dc1ad8bffb4eb
48590 Author: Andy Fleming <afleming@freescale.com>
48591 Date: Mon Apr 23 01:32:22 2007 -0500
48592
48593 Add cpu support for the 8544
48594
48595 Recognize new SVR values, and add a few register definitions
48596
48597 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
48598 Signed-off-by: Jon Loeliger <jdl@freescale.com>
48599 Acked-by: Andy Fleming <afleming@freescale.com>
48600
48601 commit 25d83d7f4ac65727182d8ddaf7ba42fa74cf65ae
48602 Author: Jon Loeliger <jdl@freescale.com>
48603 Date: Wed Apr 11 16:51:02 2007 -0500
48604
48605 Add MPC8544DS basic port board files.
48606
48607 Add board port under new board/freescale directory
48608 structure and reuse existing PIXIS FPGA support there.
48609
48610 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
48611 Signed-off-by: Jon Loeliger <jdl@freescale.com>
48612
48613 commit 0cde4b00fc7393b89f379d83a9d436dcb1334bfa
48614 Author: Jon Loeliger <jdl@freescale.com>
48615 Date: Wed Apr 11 16:50:57 2007 -0500
48616
48617 Add MPC8544DS main configuration file.
48618
48619 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
48620 Signed-off-by: Jon Loeliger <jdl@freescale.com>
48621
48622 commit 362dd83077ac04c0296bca3e824ec2fb3d44d9d6
48623 Author: Sergei Shtylyov <sshtylyov@ru.mvista.com>
48624 Date: Wed Dec 27 22:07:15 2006 +0300
48625
48626 Fix PCI I/O space mapping on Freescale MPC85x0ADS
48627
48628 The PCI I/O space mapping for Freescale MPC8540ADS board was broken by commit
48629 52c7a68b8d587ebcf5a6b051b58b3d3ffa377ddc which failed to update the #define's
48630 describing the local address window used for the PCI I/O space accesses -- fix
48631 this and carry over the necessary changes into the MPC8560ADS code since the
48632 PCI I/O space mapping was also broken for this board (by the earlier commit
48633 087454609e47295443af793a282cddcd91a5f49c). Add the comments clarifying how
48634 the PCI I/O space must be mapped to all the MPC85xx board config. headers.
48635
48636 Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
48637
48638 board/mpc8540ads/init.S | 4 ++--
48639 board/mpc8560ads/init.S | 4 ++--
48640 include/configs/MPC8540ADS.h | 5 ++---
48641 include/configs/MPC8541CDS.h | 2 +-
48642 include/configs/MPC8548CDS.h | 2 +-
48643 include/configs/MPC8560ADS.h | 8 ++++----
48644 6 files changed, 12 insertions(+), 13 deletions(-)
48645
48646 commit 96629cbabdb727d4a5e62542deefc01d498db6dc
48647 Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
48648 Date: Tue Dec 5 16:42:30 2006 +0800
48649
48650 u-boot: Fix e500 v2 core reset bug
48651
48652 The following patch fixes the e500 v2 core reset bug.
48653 For e500 v2 core, a new reset control register is added to reset the
48654 processor.
48655
48656 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
48657
48658 commit 63247a5acd58032e6cf33f525bc3923b467bac88
48659 Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
48660 Date: Wed Dec 20 11:01:00 2006 +0800
48661
48662 u-boot: v2: Remove the fixed TLB and LAW entrynubmer
48663
48664 Remove the fixed TLB and LAW entry nubmer. Use actually TLB and LAW
48665 entry number to control the loop. This can reduce the potential risk
48666 for the 85xx processor increasing its TLB adn LAW entry number.
48667
48668 Signed-off-by: Swarthout Edward <swarthout@freescale.com>
48669 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
48670
48671 commit 0b1934ba12fd408fcc3b8bd9f4b04864c42a42bf
48672 Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
48673 Date: Mon Dec 18 17:01:04 2006 +0800
48674
48675 u-boot: Fix the 85xxcds tsec bug
48676
48677 Fix the 85xxcds tsec bug.
48678 When enable PCI, tsec.o should be added to u-boot.lds to make tsec work.
48679
48680 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
48681
48682 commit 7337b237ffc4aaf1b9467024fe472a880d852598
48683 Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
48684 Date: Fri Dec 15 14:43:31 2006 +0800
48685
48686 u-boot: Fix CPU2 errata on MPC8548CDS board
48687
48688 This patch apply workaround of CPU2 errata on MPC8548CDS board.
48689
48690 Signed-off-by:Ebony Zhu <ebony.zhu@freescale.com>
48691
48692 commit 39b18c4f3e0b6d0dc00f4e68bad2da3766c85f09
48693 Author: ebony.zhu@freescale.com <ebony.zhu@freescale.com>
48694 Date: Mon Dec 18 16:25:15 2006 +0800
48695
48696 u-boot: Disables MPC8548CDS 2T_TIMING for DDR by default
48697
48698 This patch disables MPC8548CDS 2T_TIMING for DDR by default.
48699
48700 Signed-off-by:Ebony Zhu <ebony.zhu@freescale.com>
48701
48702 commit 41fb7e0f1ec9b91bdae2565bab5f2e3ee15039c7
48703 Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
48704 Date: Thu Dec 14 14:14:55 2006 +0800
48705
48706 u-boot: Enable PCI function and add PEX & rapidio memory map on MPC8548CDS board
48707
48708 Enable PCI function and add PEX & rapidio memory map on MPC8548CDS
48709 board.
48710 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
48711
48712 commit 96b8a05432f346f36493535c85320b70ec9c7c1b
48713 Author: Scott Wood <scottwood@freescale.com>
48714 Date: Mon Apr 16 14:54:15 2007 -0500
48715
48716 mpc83xx: Add MPC8313ERDB support.
48717
48718 Signed-off-by: Scott Wood <scottwood@freescale.com>
48719
48720 commit 49ea3b6eafe606285ae4d5c378026153dde53200
48721 Author: Scott Wood <scottwood@freescale.com>
48722 Date: Mon Apr 16 14:34:21 2007 -0500
48723
48724 mpc83xx: Add generic PCI setup code.
48725
48726 Board code can now request the generic setup code rather than having to
48727 copy-and-paste it for themselves. Boards should be converted to use this
48728 once they're tested with it.
48729
48730 Signed-off-by: Scott Wood <scottwood@freescale.com>
48731
48732 commit 7c98e5193e93df6b9b651851d54b638a61ebb0ea
48733 Author: Scott Wood <scottwood@freescale.com>
48734 Date: Mon Apr 16 14:34:19 2007 -0500
48735
48736 mpc83xx: Add 831x support to speed.c.
48737
48738 Signed-off-by: Scott Wood <scottwood@freescale.com>
48739
48740 commit 0f253283a32d91e06844d7f87f9b33f4f4fbce8f
48741 Author: Scott Wood <scottwood@freescale.com>
48742 Date: Mon Apr 16 14:34:18 2007 -0500
48743
48744 mpc83xx: Add 831x support to global_data.h
48745
48746 Signed-off-by: Scott Wood <scottwood@freescale.com>
48747
48748 commit 95e7ef897e54591e615fc1b458b74c286fe1fb06
48749 Author: Scott Wood <scottwood@freescale.com>
48750 Date: Mon Apr 16 14:34:16 2007 -0500
48751
48752 mpc83xx: Change PVR_83xx to PVR_E300C1-3, and update checkcpu().
48753
48754 Rather than misleadingly define PVR_83xx as the specific type of 83xx
48755 being built for, the PVR of each core revision is defined. checkcpu() now
48756 prints the core that it detects, rather than aborting if it doesn't find
48757 what it thinks it wants.
48758
48759 Signed-off-by: Scott Wood <scottwood@freescale.com>
48760
48761 commit a35b0c4950d84cf9e3a9e32b916135956d1ac636
48762 Author: Scott Wood <scottwood@freescale.com>
48763 Date: Mon Apr 16 14:34:15 2007 -0500
48764
48765 mpc83xx: Recognize SPR values for MPC8311 and MPC8313.
48766
48767 Signed-off-by: Scott Wood <scottwood@freescale.com>
48768
48769 commit d87c57b201b4572d16f1b642998faa00c9912b16
48770 Author: Scott Wood <scottwood@freescale.com>
48771 Date: Mon Apr 16 14:31:55 2007 -0500
48772
48773 mpc83xx: Add register definitions for MPC831x.
48774
48775 Signed-off-by: Scott Wood <scottwood@freescale.com>
48776
48777 commit 7fc4c71a143be8666d70803fb25ae60379c95622
48778 Author: Stefan Roese <sr@denx.de>
48779 Date: Mon Apr 23 15:39:59 2007 +0200
48780
48781 Fix file mode
48782
48783 Signed-off-by: Stefan Roese <sr@denx.de>
48784
48785 commit 38257988abfe74d459ca2ad748b109ca04e4efe1
48786 Author: Sergei Shtylyov <sshtylyov@ru.mvista.com>
48787 Date: Mon Apr 23 15:30:39 2007 +0200
48788
48789 [PATCH] Avoid assigning PCI resources from zero address
48790
48791 If a PCI IDE card happens to get a zero address assigned to it, the Linux IDE
48792 core complains and IDE drivers fails to work. Also, assigning zero to a BAR
48793 was illegal according to PCI 2.1 (the later revisions seem to have excluded the
48794 sentence about "0" being considered an invalid address) -- so, use a reasonable
48795 starting value of 0x1000 (that's what the most Linux archs are using).
48796
48797 Alternatively, one might have fixed the calls to pci_set_region() individually
48798 (some code even seems to have taken care of this issue) but that would have
48799 been a lot more work. :-)
48800
48801 Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
48802 Acked-by: Stefan Roese <sr@denx.de>
48803
48804 commit afb903a2eb9436baa9270ccc0c27082d86497d89
48805 Author: Jeffrey Mann <mannj@embeddedplanet.com>
48806 Date: Mon Apr 23 14:00:11 2007 +0200
48807
48808 [patch] setenv(...) can delete environmentalvariables
48809
48810 update setenv() function so that entering a NULL value for the
48811 variable's value will delete the environmental variable
48812
48813 Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
48814 Acked-by: Stefan Roese <sr@denx.de>
48815
48816 commit 36f104e5caa747d568eff26b369565af57c2ffa6
48817 Author: Mike Frysinger <vapier@gentoo.org>
48818 Date: Mon Apr 23 13:54:24 2007 +0200
48819
48820 [patch] use unsigned char in smc91111 driver for mac
48821
48822 the v_mac variable in the smc91111 driver is declared as a signed char ...
48823 this causes problems when one of the bytes in the MAC is "signed" like 0xE0
48824 because when it gets printed out, you get a display like:
48825 0xFFFFFFE0 and that's no good
48826
48827 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
48828
48829 commit d98c0885ad617fccf21e7c26ef8cb728fbfb2459
48830 Author: Rodolfo Giometti <giometti@enneenne.com>
48831 Date: Mon Apr 23 13:10:52 2007 +0200
48832
48833 USB: (Another) delay for crappy USB keys.
48834
48835 Some USB keys are slow in giving back an answer when the Root HUB
48836 enables power lines.
48837
48838 Signed-off-by: Rodolfo Giometti <giometti@linux.it>
48839
48840 commit 323bfa8f436dc3bc57187c9b1488bc3146ff1522
48841 Author: Stefan Roese <sr@denx.de>
48842 Date: Mon Apr 23 12:00:22 2007 +0200
48843
48844 Remove BOARDLIBS usage completely
48845
48846 Signed-off-by: Stefan Roese <sr@denx.de>
48847
48848 commit 32556443840f127170e4baa8bdd5b567039f6c36
48849 Author: Michal Simek <monstr@monstr.eu>
48850 Date: Sat Apr 21 21:07:22 2007 +0200
48851
48852 [PATCH] SystemACE support for Microblaze
48853
48854 commit 0643631aa1036cd746bf5d15f5a34bc7bc01ea4f
48855 Author: Michal Simek <monstr@monstr.eu>
48856 Date: Sat Apr 21 21:02:40 2007 +0200
48857
48858 16bit read/write little endian
48859
48860 commit 9d1d6a34d26c5933bc097ce73c9348f95573cdd4
48861 Author: Michal Simek <monstr@monstr.eu>
48862 Date: Sat Apr 21 20:53:31 2007 +0200
48863
48864 Change ML401 parameters - Xilinx BSP
48865
48866 commit 2e343b9a57f32e1bd08c35c9976910333fb4e13d
48867 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
48868 Date: Wed Feb 28 05:37:29 2007 -0600
48869
48870 mpc8641hpcn: Fix LAW and TLB setup to use the IO_PHYS #defines.
48871
48872 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
48873
48874 commit 79cb47391eebef85acadb3f6961ef6c55cace6ac
48875 Author: Zhang Wei <wei.zhang@freescale.com>
48876 Date: Fri Jan 19 10:42:37 2007 +0800
48877
48878 Enable LAWs for MPC8641 PCI-Ex2.
48879
48880 Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
48881 Signed-off-by: Jon Loeliger <jdl@freescale.com>
48882
48883 commit bd7851ce1e1f140665b520026abf1042968b1102
48884 Author: Jon Loeliger <jdl@freescale.com>
48885 Date: Fri Apr 20 14:12:26 2007 -0500
48886
48887 mpc86xx; Write MAC address to mac-address and local-mac-address
48888
48889 Some device trees have a mac-address property, some have local-mac-address,
48890 and some have both. To support all of these device trees, ftp_cpu_setup()
48891 should write the MAC address to mac-address and local-mac-address, if they
48892 exist.
48893
48894 Signed-off-by: Timur Tabi <timur@freescale.com>
48895 Signed-off-by: Jon Loeliger <jdl@freescale.com>
48896
48897 commit 7dbdf28b8bd855a8530dc3292e4982575a197060
48898 Author: Jon Loeliger <jdl@freescale.com>
48899 Date: Fri Apr 20 14:11:38 2007 -0500
48900
48901 mpc86xx: protect memcpy to bad address if a mac-address is missing from dt
48902
48903 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
48904 Signed-off-by: Jon Loeliger <jdl@freescale.com>
48905
48906 commit 14da5f7675bbb427c469e3f45006e027b6e21db9
48907 Author: Wolfgang Denk <wd@denx.de>
48908 Date: Fri Apr 20 17:43:28 2007 +0200
48909
48910 Cleanup compiler warnings, update CHANGELOG
48911
48912 Signed-off-by: Wolfgang Denk <wd@denx.de>
48913
48914 commit 6923565db12af34fd5e02d354ee65a8c78ac460f
48915 Author: Detlev Zundel <dzu@denx.de>
48916 Date: Fri Apr 20 12:01:47 2007 +0200
48917
48918 Fix breakage of NC650 board with respect to nand support.
48919
48920 Signed-off-by: Detlev Zundel <dzu@denx.de>
48921
48922 commit 39f23cd90947639ac278a18ff277ec786b5ac167
48923 Author: Domen Puncer <domen.puncer@telargo.com>
48924 Date: Fri Apr 20 11:13:16 2007 +0200
48925
48926 [RFC PATCH] icecube/lite5200b: fix OF_TBCLK (timebase-frequency) calculation
48927
48928 G2 core reference manual says decrementer and time base
48929 are decreasing/increasing once every 4 bus clock cycles.
48930 Lets fix it, so time in Linux won't run twice as fast
48931
48932 Signed-off-by: Domen Puncer <domen.puncer@telargo.com>
48933 Acked-by: Grant Likely <grant.likely@secretlab.ca>
48934
48935 commit 7651f8bdbba03bb0b4f241e2d2c4cb65b230bd56
48936 Author: Gerald Van Baren <vanbaren@cideas.com>
48937 Date: Thu Apr 19 23:14:39 2007 -0400
48938
48939 Fix serious pointer bug with bootm and reserve map.
48940
48941 What was suppose to be a stack variable was declared as a pointer,
48942 overwriting random memory.
48943 Also moved the libfdt.a requirement into the main Makefile. That is
48944 The U-Boot Way.
48945
48946 commit d21686263574e95cb3e9e9b0496f968b1b897fdb
48947 Author: Stefan Roese <sr@denx.de>
48948 Date: Thu Apr 19 09:53:52 2007 +0200
48949
48950 ppc4xx: Fix chip select timing for SysACE access on AMCC Katmai
48951
48952 Previous versions used full wait states for the chip select #1 which
48953 is connected to the Xilinix SystemACE controller on the AMCC Katmai
48954 evaluation board. This leads to really slow access and therefore low
48955 performance. This patch now sets up the chip select a lot faster
48956 resulting in much better read/write performance of the Linux driver.
48957
48958 Signed-off-by: Stefan Roese <sr@denx.de>
48959
48960 commit 37837828d89084879bee2f2b8c7c68d4695940df
48961 Author: Wolfgang Denk <wd@denx.de>
48962 Date: Wed Apr 18 17:49:29 2007 +0200
48963
48964 Clenaup, update CHANGELOG
48965
48966 Signed-off-by: Wolfgang Denk <wd@denx.de>
48967
48968 commit fd094c6379e2ef8a4d0ceb5640b24cb0c8d04449
48969 Author: Wolfgang Denk <wd@denx.de>
48970 Date: Wed Apr 18 17:20:58 2007 +0200
48971
48972 Update CHANGELOG
48973
48974 Signed-off-by: Wolfgang Denk <wd@denx.de>
48975
48976 commit 2a26ec4732efd7a308d0bbc97714c1d75ef1173b
48977 Author: Wolfgang Denk <wd@denx.de>
48978 Date: Wed Apr 18 17:07:26 2007 +0200
48979
48980 Cleanup, update CHANGELOG
48981
48982 Sigend-off-by: Wolfgang Denk <wd@denx.de>
48983
48984 commit 5f6c732affea9647762d27a4617a2ae64c52dceb
48985 Author: Wolfgang Denk <wd@denx.de>
48986 Date: Wed Apr 18 16:17:46 2007 +0200
48987
48988 Update CHANGELOG
48989
48990 commit ad4eb555671d97f96dc56eab55103b1f86874b01
48991 Author: Wolfgang Denk <wd@denx.de>
48992 Date: Wed Apr 18 14:30:39 2007 +0200
48993
48994 MCC200 board: remove warning which is obsolete after PSoC firmware changes
48995
48996 Signed-off-by: Wolfgang Denk <wd@denx.de>
48997
48998 commit 3747a3f010b2b1442dec3e871c69788b6017aaae
48999 Author: Domen Puncer <domen.puncer@telargo.com>
49000 Date: Wed Apr 18 12:11:05 2007 +0200
49001
49002 [PATCH] icecube/lite5200b: document wakeup from low-power support
49003
49004 Signed-off-by: Domen Puncer <domen.puncer@telargo.com>
49005
49006 commit e673226ff9d6aa91b47ceac74b8c13770b06bb37
49007 Author: Stefan Roese <sr@denx.de>
49008 Date: Wed Apr 18 12:07:47 2007 +0200
49009
49010 ppc4xx: Update Acadia to not setup PLL when booting via bootstrap EEPROM
49011
49012 Signed-off-by: Stefan Roese <sr@denx.de>
49013
49014 commit 90e6f41cf09fc98f6ccb510e183d53ab8546cf2f
49015 Author: Stefan Roese <sr@denx.de>
49016 Date: Wed Apr 18 12:05:59 2007 +0200
49017
49018 ppc4xx: Add output for bootrom location to 405EZ ports
49019
49020 Now 405EZ ports also show upon bootup from which boot device
49021 they are configured to boot:
49022
49023 U-Boot 1.2.0-gd3832e8f-dirty (Apr 18 2007 - 07:47:05)
49024
49025 CPU: AMCC PowerPC 405EZ Rev. A at 199.999 MHz (PLB=133, OPB=66, EBC=66 MHz)
49026 Bootstrap Option E - Boot ROM Location EBC (32 bits)
49027 16 kB I-Cache 16 kB D-Cache
49028 Board: Acadia - AMCC PPC405EZ Evaluation Board
49029
49030 Signed-off-by: Stefan Roese <sr@denx.de>
49031
49032 commit 9c00dfb0bf89c8c23e8af5b5bdf49cf66d769f85
49033 Author: Peter Pearse <peter.pearse@arm.com>
49034 Date: Tue Apr 17 13:30:33 2007 +0100
49035
49036 Move ppearse to ARM board list
49037 Add Konstantin Kletschke for scb9328.
49038 Signed-off-by: Peter Pearse <peter.pearse@arm.com>
49039
49040 commit d3832e8fe1b214ec62424eac36cfda9fc56d21b3
49041 Author: Domen Puncer <domen.puncer@telargo.com>
49042 Date: Mon Apr 16 14:00:13 2007 +0200
49043
49044 [PATCH] icecube/lite5200b: wakeup from low-power support
49045
49046 U-Boot part of Lite5200b low power mode support.
49047 Puts SDRAM out of self-refresh and transfers control to
49048 address saved at physical 0x0.
49049
49050 Signed-off-by: Domen Puncer <domen.puncer@telargo.com>
49051 Acked-by: Grant Likely <grant.likely@secretlab.ca>
49052
49053 commit f35a53fc7b0c79fcfe7bdc01163c4b34aaba1460
49054 Author: Gerald Van Baren <vanbaren@cideas.com>
49055 Date: Sun Apr 15 13:54:26 2007 -0400
49056
49057 Fix the ft_cpu_setup() property settings.
49058
49059 Use "setter" functions instead of flags, cleaner and more flexible.
49060 It also fixes the problem noted by Timur Tabi that the ethernet MAC
49061 addresses were all being set incorrectly to the same MAC address.
49062
49063 commit c28abb9c614f65ce2096cc4a66fc886c77d0e5a4
49064 Author: Gerald Van Baren <vanbaren@cideas.com>
49065 Date: Sat Apr 14 22:51:24 2007 -0400
49066
49067 Improve the bootm command for CONFIG_OF_LIBFDT
49068
49069 In bootm, create the "/chosen" node only if it doesn't already exist
49070 (better matches the previous behavior).
49071 Update for proper reserved memory map handling for initrd.
49072
49073 commit 3f9f08cf91c8a6949a5d78a18bd3d8df7b86d888
49074 Author: Gerald Van Baren <vanbaren@cideas.com>
49075 Date: Sat Apr 14 22:46:41 2007 -0400
49076
49077 Add some utilities to manipulate the reserved memory map.
49078
49079 commit 8048cdd56f04a756eeea4951f402bf5cc33785db
49080 Author: Wolfgang Denk <wd@denx.de>
49081 Date: Sat Apr 14 21:16:54 2007 +0200
49082
49083 Update CHANGELOG
49084
49085 commit 8e6875183cdca91c134408d119d4abcd48ef6856
49086 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
49087 Date: Sun Dec 17 18:56:46 2006 +0100
49088
49089 AVR32: Enable MMC support
49090
49091 Set up the portmux for the MMC interface and enable the MMC driver
49092 along with support for DOS partitions, ext2 and FAT filesystems.
49093
49094 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
49095
49096 commit fc26c97bb6df41b4a95662c34054fe912387bf38
49097 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
49098 Date: Fri Jan 20 10:03:53 2006 +0100
49099
49100 Atmel MCI driver
49101
49102 Driver for the Atmel MCI controller (MMC interface) for AT32AP CPUs.
49103
49104 The AT91 ARM-based CPUs use basically the same hardware, so it should
49105 be possible to share this driver, but no effort has been made so far.
49106
49107 Hardware documentation can be found in the AT32AP7000 data sheet,
49108 which can be downloaded from
49109
49110 http://www.atmel.com/dyn/products/datasheets.asp?family_id=682
49111
49112 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
49113
49114 commit 05fdab1ef6a10d049a50021a86f1226f444d9b9f
49115 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
49116 Date: Sun Dec 17 18:55:37 2006 +0100
49117
49118 AVR32: Add clk and gpio infrastructure for mmci
49119
49120 Implement functions for configuring the mmci pins, as well as
49121 functions for getting the clock rate of the mmci controller.
49122
49123 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
49124
49125 commit 7fac3f69e9f05c5e5326681976c35d129324c4de
49126 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
49127 Date: Sun Dec 17 18:53:56 2006 +0100
49128
49129 Enable partition support with MMC
49130
49131 Include implementations of init_part() and get_partition_info() when
49132 CONFIG_MMC is set.
49133
49134 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
49135
49136 commit 9a24f477a1ed5bb0f74377c985d754ebbfa44872
49137 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
49138 Date: Sun Dec 17 17:14:30 2006 +0100
49139
49140 AVR32: Enable networking
49141
49142 Implement MACB initialization for AVR32 and ATSTK1000, and turn
49143 everything on, including the MACB driver.
49144
49145 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
49146
49147 commit 5c1fe1ffffd1750a7e47e5a2e2cd600c00e4f009
49148 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
49149 Date: Fri Jan 20 10:03:34 2006 +0100
49150
49151 Atmel MACB ethernet driver
49152
49153 Driver for the Atmel MACB on-chip ethernet controller.
49154
49155 This driver has been tested on the ATSTK1000 board with a AT32AP7000
49156 CPU. It should probably work on AT91SAM926x as well with some minor
49157 modifications.
49158
49159 Hardware documentation can be found in the AT32AP7000 data sheet,
49160 which can be downloaded from
49161
49162 http://www.atmel.com/dyn/products/datasheets.asp?family_id=682
49163
49164 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
49165
49166 commit b4ec9c2d43d894729bb633bfdbdfa95a962c1556
49167 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
49168 Date: Sun Dec 17 16:56:14 2006 +0100
49169
49170 AVR32: Add clk and gpio infrastructure for macb0 and macb1
49171
49172 Implement functions for configuring the macb0 and macb1 pins, as
49173 well as functions for getting the clock rate of the various
49174 busses the macb ethernet controllers are connected to.
49175
49176 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
49177
49178 commit d5acb95b16a0a74c643524342c3437e765426d05
49179 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
49180 Date: Sun Dec 17 15:39:15 2006 +0100
49181
49182 AVR32: Implement simple DMA memory allocator
49183
49184 Implement dma_alloc_coherent() which returns cache-aligned
49185 uncacheable memory.
49186
49187 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
49188
49189 commit 91975b0fea773c9e681fea8cf3349669f27685ee
49190 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
49191 Date: Sun Dec 17 15:46:02 2006 +0100
49192
49193 Import <linux/mii.h> from the Linux kernel
49194
49195 Instead of creating yet another set of MII register definitions
49196 in the macb driver, here's a complete set of definitions for everyone
49197 to use.
49198
49199 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
49200
49201 commit 1b804b229556a4d862da93c0ec94e79419364b2c
49202 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
49203 Date: Wed Mar 21 19:47:36 2007 +0100
49204
49205 AVR32: Include more commands for ATSTK1000
49206
49207 Include the imi, imls and jffs commands sets by default on ATSTK1000.
49208 Also define CONFIG_BOOTARGS to something more useful, define
49209 CONFIG_BOOTCOMMAND and enable autoboot by default.
49210
49211 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
49212
49213 commit 9c0deb5ae3ea0189f2e08ac29ef1316f1fb8548d
49214 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
49215 Date: Wed Mar 21 19:44:48 2007 +0100
49216
49217 AVR32: Provide a definition of struct stat
49218
49219 Copy the definition of struct stat from the Linux kernel.
49220
49221 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
49222
49223 commit 12f099c08167a7a51aeee623bc16dafd0841271c
49224 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
49225 Date: Sun Dec 17 14:46:06 2006 +0100
49226
49227 AVR32: Use initdram() instead of board_init_memories()
49228
49229 Conform to the "standard" interface and use initdram() instead of
49230 board_init_memories() on AVR32. This enables us to get rid of the
49231 sdram_size member of the global_data struct as well.
49232
49233 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
49234
49235 commit 1f4f2121c2685182eb87fa9a9b799d1917387a1c
49236 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
49237 Date: Mon Nov 20 15:53:10 2006 +0100
49238
49239 AVR32: Relocate u-boot to SDRAM
49240
49241 Relocate the u-boot image into SDRAM like everyone else does. This
49242 means that we can handle much larger .data and .bss than we used to.
49243
49244 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
49245
49246 commit df548d3c3e2bbc40258713167859ffc2ce99a900
49247 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
49248 Date: Sun Nov 19 18:06:53 2006 +0100
49249
49250 AVR32: Resource management rewrite
49251
49252 Rewrite the resource management code (i.e. I/O memory, clock gating,
49253 gpio) so it doesn't depend on any global state. This is necessary
49254 because this code is heavily used before relocation to RAM, so we
49255 can't write to any global variables.
49256
49257 As an added bonus, this makes u-boot's memory footprint a bit smaller,
49258 although some functionality has been left out; all clocks are enabled
49259 all the time, and there's no checking for gpio line conflicts.
49260
49261 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
49262
49263 commit 03d1e1365796cd15d1726e8a51fd8b5be50b2fe9
49264 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
49265 Date: Sat Nov 18 18:01:13 2006 +0100
49266
49267 AVR32: Clean up memory-map.h for at32ap7000
49268
49269 Convert spaces to tabs (must have missed this one last time around),
49270 sort the entries by address and group them together by bus
49271 connectivity.
49272
49273 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
49274
49275 commit 28c699ef69f4b6cdf252e4747b7b590028a88981
49276 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
49277 Date: Sat Nov 18 17:32:31 2006 +0100
49278
49279 AVR32: Build position-independent u-boot
49280
49281 Add -fPIC -mno-init-got to the avr32-specific CFLAGS to make u-boot
49282 position independent. This will make relocation a lot easier.
49283
49284 -mno-init-got means that gcc shouldn't emit code to load the GOT
49285 address into r6 in every function prologue. We do it once and for
49286 all in the early startup assembly code, so enabling this option
49287 makes u-boot a bit faster and smaller.
49288
49289 The assembly parts have always been position-independent, so no code
49290 changes should be necessary.
49291
49292 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
49293
49294 commit 5374b36de91d006d1df9536259fa9f66b01aa3aa
49295 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
49296 Date: Sat Nov 18 17:24:31 2006 +0100
49297
49298 AVR32: Use avr32-linux- cross-compilation prefix by default
49299
49300 It doesn't really matter which toolchain you use to compile u-boot,
49301 but the avr32-linux one is probably what most people have installed.
49302
49303 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
49304
49305 commit c841beeddebece0039e724fb27f4d1a39ee1c6b6
49306 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
49307 Date: Sat Nov 18 17:15:30 2006 +0100
49308
49309 AVR32: Split start_u_boot into board_init_f and board_init_r
49310
49311 Split the avr32 initialization code into a function to run before
49312 relocation, board_init_f and a function to run after relocation,
49313 board_init_r. For now, board_init_f simply calls board_init_r
49314 at the end.
49315
49316 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
49317
49318 commit 37403005cfe6bb13964d450f6a48a0b0f2f7017e
49319 Author: Heiko Schocher <hs@pollux.denx.de>
49320 Date: Sat Apr 14 05:26:48 2007 +0200
49321
49322 [Fix] Set the LED status register on the UC101 for the LXT971 PHY.
49323 clear the Display after reset.
49324
49325 Signed-off-by: Heiko Schocher <hs@denx.de>
49326
49327 commit 7882751c78b7ecabfd49b0eff8de27661c71f16c
49328 Author: Denis Peter <d.peter@mpl.ch>
49329 Date: Fri Apr 13 09:13:33 2007 +0200
49330
49331 [PATCH] Fix bugs in cmd_ide.c and cmd_scsi.c
49332
49333 Fix bug introduced by "Fix get_partition_info() parameter error in all
49334 other calls" from 2005-03-04 in cmd_ide.c and cmd_scsi.c, which prevented
49335 to use diskboot or scsiboot form another device than 0.
49336
49337 Signed-off-by: Denis Peter <d.peter@mpl.ch>
49338
49339 commit 0b94504d22e70f537c17a0d38c87edb6e370977d
49340 Author: Greg Lopp <lopp@pobox.com>
49341 Date: Fri Apr 13 08:02:24 2007 +0200
49342
49343 [PATCH] Fix use of "void *" for block dev read/write buffer pointers
49344
49345 Signed-of-by: Greg Lopp <lopp@pobox.com>
49346 Acked-by: Grant Likely <grant.likely@secretlab.ca>
49347
49348 commit 6fbf261f8df294e589cfadebebe5468e3c0f29e9
49349 Author: Xie Xiaobo <r63061@freescale.com>
49350 Date: Fri Mar 9 19:08:25 2007 +0800
49351
49352 Fix two bugs for MPC83xx DDR2 controller SPD Init
49353
49354 There are a few bugs in the cpu/mpc83xx/spd_sdram.c
49355 the first bug is that the picos_to_clk routine introduces a huge
49356 rounding error in 83xx.
49357 the second bug is that the mode register write recovery field is
49358 tWR-1, not tWR >> 1.
49359
49360 commit 2ad3aba01d37b72e7c957b07e102fccd64fe6d13
49361 Author: Jeffrey Mann <mannj@embeddedplanet.com>
49362 Date: Thu Apr 12 14:15:59 2007 +0200
49363
49364 ppc4xx: Fix i2c divisor calcularion for PPC4xx
49365
49366 This patch fixes changes the i2c_init(...) function to use the function
49367 get_OPB_freq() rather than calculating the OPB speed by
49368 sysInfo.freqPLB/sysInfo.pllOpbDiv. The get_OPB_freq() function is
49369 specific per processor. The prior method was not and so was calculating
49370 the wrong speed for some PPC4xx processors.
49371
49372 Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
49373 Signed-off-by: Stefan Roese <sr@denx.de>
49374
49375 commit 6c9ba919375db977aaad9146bf320c7afd07ae7a
49376 Author: Wolfgang Denk <wd@denx.de>
49377 Date: Wed Apr 11 17:25:01 2007 +0200
49378
49379 Update CHANGELOG
49380
49381 Signed-off-by: Wolfgang Denk <wd@denx.de>
49382
49383 commit 51056dd9863e6a1bc363afbbe1775c58cd967418
49384 Author: Wolfgang Denk <wd@denx.de>
49385 Date: Wed Apr 11 17:22:55 2007 +0200
49386
49387 Update for SC3 board
49388
49389 * Make IDE timeout configurable through ide_reset_timeout variable.
49390 * Use Newline as "password" string
49391 * Use just a single partition in NAND flash
49392
49393 commit 3d98b85800c80dc68227c8f10bf5c93456d6d054
49394 Author: Haiying Wang <haiying.wang@freescale.com>
49395 Date: Mon Jan 22 12:37:30 2007 -0600
49396
49397 Add PIXIS FPGA support for MPC8641HPCN board.
49398
49399 Move the 8641HPCN's PIXIS code to the new directory
49400 board/freescale/common/ as it will be shared by
49401 future boards not in the same processor family.
49402
49403 Write a "pixis_reset" command that utilizes the FPGA
49404 reset sequencer to support alternate soft-reset options
49405 such as using the "alternate" flash bank, enabling
49406 the watch dog, or choosing different CPU frequencies.
49407
49408 Add documentation for the pixis_reset to README.mpc8641hpcn.
49409
49410 Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
49411 Signed-off-by: Jon Loeliger <jdl@freescale.com>
49412
49413 commit 64dbbd40c58349b64f43fd33dbb5ca0adb67d642
49414 Author: Gerald Van Baren <vanbaren@cideas.com>
49415 Date: Fri Apr 6 14:19:43 2007 -0400
49416
49417 Moved fdt command support code to fdt_support.c
49418
49419 ...in preparation for improving the bootm command's handling of fdt blobs.
49420 Also cleaned up some coding sloppiness.
49421
49422 commit 6679f9299534e488a171a9bb8f9bb891de247aab
49423 Author: Gerald Van Baren <vanbaren@cideas.com>
49424 Date: Fri Apr 6 14:17:14 2007 -0400
49425
49426 libfdt: Make fdt_check_header() public
49427
49428 Changed _fdt_check_header() to fdt_check_header() and made it part of
49429 the interface - it is a useful routine.
49430
49431 Also did some asthetics cleanup to the include files (headers).
49432
49433 commit c0707ce65677650b5ceab0500ee50ae5168afef2
49434 Author: Aubrey Li <aubrey.adi@gmail.com>
49435 Date: Thu Apr 5 18:34:06 2007 +0800
49436
49437 [Blackfin][PATCH] Kill off a bunch of common local prototypes
49438
49439 commit 7b7e30aa64bb6657a1bfd32fdbdbfeb561e6a48d
49440 Author: Aubrey Li <aubrey.adi@gmail.com>
49441 Date: Thu Apr 5 18:33:04 2007 +0800
49442
49443 [Blackfin][PATCH] Fix dynamic CPLB generation issue
49444
49445 commit 0445e3a264251d75b1be45ef713c70726a2952f0
49446 Author: Aubrey Li <aubrey.adi@gmail.com>
49447 Date: Thu Apr 5 18:31:47 2007 +0800
49448
49449 [Blackfin][PATCH] minior cleanup
49450
49451 commit 155fd766573981090e638b493d5857562151862e
49452 Author: Aubrey Li <aubrey.adi@gmail.com>
49453 Date: Thu Apr 5 18:31:18 2007 +0800
49454
49455 [Blackfin][PATCH] Fix copyright and update license
49456
49457 commit 9fd437bbd75d282f899e1da50be20a2bf38450bc
49458 Author: Aubrey Li <aubrey.adi@gmail.com>
49459 Date: Thu Apr 5 18:30:25 2007 +0800
49460
49461 [Blackfin][PATCH] Add BF537 EMAC driver initialization
49462
49463 commit 889256e8604e0c68db1d866d720894dffede9df6
49464 Author: Aubrey Li <aubrey.adi@gmail.com>
49465 Date: Thu Apr 5 18:29:55 2007 +0800
49466
49467 [Blackfin][PATCH] call real the system synchronize instruction
49468
49469 commit e0df1c921b788289564e4c1ee7120a6a9cd3ab05
49470 Author: Aubrey Li <aubrey.adi@gmail.com>
49471 Date: Thu Apr 5 18:29:17 2007 +0800
49472
49473 [Blackfin][PATCH] remove asm/page.h as we do not actually use/want any of these definitions nor does any other arch include it
49474
49475 commit dfeeab2cd680df047e68e723b246adf6f33bb556
49476 Author: Aubrey Li <aubrey.adi@gmail.com>
49477 Date: Thu Apr 5 18:28:34 2007 +0800
49478
49479 [Blackfin][PATCH]: fix flash unaligned copy issue
49480
49481 commit 443feb740584e406efa203af909fe2926608e8d5
49482 Author: Igor Marnat <marny@rambler.ru>
49483 Date: Wed Mar 21 09:55:01 2007 +0300
49484
49485 Update usage of 'nc' in README.NetConsole
49486
49487 Added information about usage of NetConsole on systems where the -l and -p
49488 switches are mutually exclusive.
49489
49490 Signed-off-by: Igor Marnat <marny@rambler.ru>
49491 Signed-off-by: Ben Warren <bwarren@qstreams.com>
49492
49493 commit 31c98a88228021b314c89ebb8104fb6473da4471
49494 Author: Wolfgang Denk <wd@denx.de>
49495 Date: Wed Apr 4 02:09:30 2007 +0200
49496
49497 Minor coding style cleanup.
49498
49499 commit 94abd7c0583ebe01e799b25f451201deeaab550d
49500 Author: Wolfgang Denk <wd@denx.de>
49501 Date: Wed Apr 4 01:49:15 2007 +0200
49502
49503 Minor cleanup.
49504
49505 commit 822af351ad2babc7d99033361a5fcacd30f6bc78
49506 Author: Rodolfo Giometti <giometti@enneenne.com>
49507 Date: Tue Apr 3 14:27:18 2007 +0200
49508
49509 Support for the Philips ISP116x HCD (Host Controller Driver)
49510
49511 Signed-off-by: Rodolfo Giometti <giometti@enneenne.com>
49512
49513 commit edf5851be6c17c031d4f71dd5b0a12040b7c50c8
49514 Author: Markus Klotzbuecher <mk@denx.de>
49515 Date: Tue Apr 3 14:27:08 2007 +0200
49516
49517 USB: cleanup monahans usb support. Remove dead code.
49518
49519 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
49520
49521 commit a65c5768e5537530bd1780af3d3fddc3113a163c
49522 Author: Stefan Roese <sr@denx.de>
49523 Date: Mon Apr 2 10:09:30 2007 +0200
49524
49525 ppc4xx: Change SysACE address on Katmai
49526
49527 With this new base address of the Xilinx SystemACE controller
49528 the Linux driver will be easier to adapt, since it can now be
49529 mapped via the "normal" ioremap() call.
49530
49531 Signed-off-by: Stefan Roese <sr@denx.de>
49532
49533 commit aea03c4e8c3a21ce43d3faf48a6e6d474c8bdf73
49534 Author: Gerald Van Baren <vanbaren@cideas.com>
49535 Date: Sat Mar 31 14:30:53 2007 -0400
49536
49537 Fix some minor whitespace violations.
49538
49539 commit 213bf8c822de8eecaf69860684469cdaba2e9e6a
49540 Author: Gerald Van Baren <vanbaren@cideas.com>
49541 Date: Sat Mar 31 12:23:51 2007 -0400
49542
49543 Add a flattened device tree (fdt) command (2 of 2)
49544
49545 Modifications to the existing code to support the new fdt command.
49546
49547 commit 781e09ee6e3e3e392ab362c1f0ef1068adc76e3e
49548 Author: Gerald Van Baren <vanbaren@cideas.com>
49549 Date: Sat Mar 31 12:22:10 2007 -0400
49550
49551 Add a flattened device tree (fdt) command (1 of 2)
49552
49553 The fdt command uses David Gibson's libfdt library to manipulate as well
49554 as print the flattened device tree. This patch is the new command,
49555 the second part is the modifications to the existing code.
49556
49557 commit 3af0d587d93e0be5f96e1b30fa41e662f8b0803e
49558 Author: Gerald Van Baren <vanbaren@cideas.com>
49559 Date: Sat Mar 31 12:13:43 2007 -0400
49560
49561 libfdt: Enhanced and published fdt_next_tag()
49562
49563 Enhanced the formerly private function _fdt_next_tag() to allow stepping
49564 through the tree, used to produce a human-readable dump, and made
49565 it part of the published interface.
49566 Also added some comments.
49567
49568 commit fa3a74cec73dfd06a5ae35a9a3368200273aaa71
49569 Author: Gerald Van Baren <vanbaren@cideas.com>
49570 Date: Sat Mar 31 12:05:39 2007 -0400
49571
49572 libfdt: Customizations for use by u-boot.
49573
49574 Changes to David Gibson's original source to fit into u-boot's
49575 environment. No functionality changes.
49576
49577 commit 35748177c64a4a83a00057e93bb33e40278a2a96
49578 Author: Gerald Van Baren <vanbaren@cideas.com>
49579 Date: Sat Mar 31 12:00:56 2007 -0400
49580
49581 libfdt: Import libfdt source (2 of 2)
49582
49583 This adds the applicable libfdt source files (unmodified) and a README
49584 to explain where the source came from.
49585
49586 commit 7cd5da0fe877e7171a4cdd44880bce783132871a
49587 Author: Gerald Van Baren <vanbaren@cideas.com>
49588 Date: Sat Mar 31 11:59:59 2007 -0400
49589
49590 libfdt: Import libfdt source (1 of 2)
49591
49592 This adds the applicable libfdt source files (unmodified) and a README
49593 to explain where the source came from.
49594
49595 commit da6ebc1bc082cbe3b6bbde079cafe09f7ebbad4b
49596 Author: Stefan Roese <sr@denx.de>
49597 Date: Sat Mar 31 13:16:23 2007 +0200
49598
49599 ppc4xx: Update Katmai bootstrap command
49600
49601 Now the DDR2 frequency is also 2*PLB frequency when 166MHz PLB
49602 is selected.
49603
49604 Signed-off-by: Stefan Roese <sr@denx.de>
49605
49606 commit cabee756a6532986729477c3cc1ea16ef8517ad2
49607 Author: Stefan Roese <sr@denx.de>
49608 Date: Sat Mar 31 13:15:06 2007 +0200
49609
49610 ppc4xx: Update 44x_spd_ddr2 code (440SP/440SPe)
49611
49612 Additional RAM information is now printed upon powerup, like
49613 DDR2 frequency and CAS latency.
49614
49615 Signed-off-by: Stefan Roese <sr@denx.de>
49616
49617 commit 60723803431ac75cad085690789e433d5ab9174e
49618 Author: Stefan Roese <sr@denx.de>
49619 Date: Sat Mar 31 08:48:36 2007 +0200
49620
49621 ppc4xx: Change Yucca config file to support ECC
49622
49623 With the updated 44x DDR2 driver the Yucca board now supports
49624 ECC generation and checking.
49625
49626 Signed-off-by: Stefan Roese <sr@denx.de>
49627
49628 commit 490e5730c674b20d708b783a2c5ffd7208f83873
49629 Author: Stefan Roese <sr@denx.de>
49630 Date: Sat Mar 31 08:47:34 2007 +0200
49631
49632 ppc4xx: Fix "bootstrap" command for Katmai board
49633
49634 The board specific "bootstrap" command is now fixed and can
49635 be used for the AMCC Katmai board to configure different
49636 CPU/PLB/OPB frequencies.
49637
49638 Signed-off-by: Stefan Roese <sr@denx.de>
49639
49640 commit 94f54703c3a776ec23e427ca2a16e0a79a5d50c1
49641 Author: Stefan Roese <sr@denx.de>
49642 Date: Sat Mar 31 08:46:08 2007 +0200
49643
49644 ppc4xx: Update 44x_spd_ddr2 code (440SP/440SPe)
49645
49646 Fix a bug in the auto calibration routine. This driver now runs
49647 more reliable with the tested modules. It's also tested with
49648 167MHz PLB frequency (667MHz DDR2 frequency) on the Katmai.
49649
49650 Signed-off-by: Stefan Roese <sr@denx.de>
49651
49652 commit 342cd097be1e7affe82f42ab3da220959a699e64
49653 Author: Michal Simek <monstr@monstr.eu>
49654 Date: Fri Mar 30 22:52:09 2007 +0200
49655
49656 [PATCH] Clean include dependence
49657
49658 commit 6f934210fb293fde2cfb4251c6d96fdc58b6a906
49659 Author: Michal Simek <monstr@monstr.eu>
49660 Date: Fri Mar 30 22:42:45 2007 +0200
49661
49662 [CLEAN] Remove inefficient Suzaku code
49663
49664 commit 430f1b0f9a670c2f13eaa52e66a10db96dd3647d
49665 Author: Stefan Roese <sr@denx.de>
49666 Date: Wed Mar 28 15:03:16 2007 +0200
49667
49668 Merge some AMCC make targets to keep the top-level Makefile smaller
49669
49670 Signed-off-by: Stefan Roese <sr@denx.de>
49671
49672 commit 0c75c9d84307a9f1cbe1ff0c4d8937ee3a96475e
49673 Author: Stefan Roese <sr@denx.de>
49674 Date: Wed Mar 28 14:52:12 2007 +0200
49675
49676 i2c: Enable "old" i2c commands even when CONFIG_I2C_CMD_TREE is defined
49677
49678 The "old" i2c commands (iprobe, imd...) are now compiled in again,
49679 even when the i2c command tree is enabled via the CONFIG_I2C_CMD_TREE
49680 config option.
49681
49682 Signed-off-by: Stefan Roese <sr@denx.de>
49683
49684 commit 5da048adf44bea5e3b94080d02903c2e3fe7aa4a
49685 Author: Michal Simek <monstr@monstr.eu>
49686 Date: Tue Mar 27 00:32:16 2007 +0200
49687
49688 PATCH: Resolve GPL license problem
49689
49690 commit ae00bb4b2944dc64a485ed72a19754b11af7c223
49691 Author: Rodolfo Giometti <giometti@enneenne.com>
49692 Date: Mon Mar 26 12:03:36 2007 +0200
49693
49694 PXA: pxa27x USB OHCI support
49695
49696 Signed-off-by: Rodolfo Giometti <giometti@linux.it>
49697
49698 commit ae79f60677c208326535647dcbd5c3ec40dbcb0b
49699 Author: Markus Klotzbuecher <mk@denx.de>
49700 Date: Mon Mar 26 11:21:05 2007 +0200
49701
49702 USB: remove the S3C24X0_merge #define, which was introduced while
49703 merging OHCI drivers.
49704
49705 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
49706
49707 commit 1798049522f594013aea29457d46794298c6ae15
49708 Author: Michal Simek <root@monstr.eu>
49709 Date: Mon Mar 26 01:39:07 2007 +0200
49710
49711 Support for XUPV2P board
49712 Reset support
49713 BSP autoconfig support
49714
49715 commit 0d974d5297349504a2ddfa09314be573b5df320a
49716 Author: Stefan Roese <sr@denx.de>
49717 Date: Sat Mar 24 15:57:09 2007 +0100
49718
49719 [PATCH] Add 4xx GPIO functions
49720
49721 This patch adds some 4xx GPIO functions. It also moves some of the
49722 common code and defines into a common 4xx GPIO header file.
49723
49724 Signed-off-by: Stefan Roese <sr@denx.de>
49725
49726 commit 2db633658bbf366ab0c8dad7a0727e1fb2ae6b11
49727 Author: Stefan Roese <sr@denx.de>
49728 Date: Sat Mar 24 15:55:58 2007 +0100
49729
49730 [PATCH] Small Sequoia cleanup
49731
49732 Signed-off-by: Stefan Roese <sr@denx.de>
49733
49734 commit 3cb86f3e40d2a80356177434a99f75bc8baa9caf
49735 Author: Stefan Roese <sr@denx.de>
49736 Date: Sat Mar 24 15:45:34 2007 +0100
49737
49738 [PATCH] Clean up 40EZ/Acadia support
49739
49740 This patch cleans up all the open issue of the preliminary
49741 Acadia support.
49742
49743 Signed-off-by: Stefan Roese <sr@denx.de>
49744
49745 commit 6eb1df835191d8ce4b81d5af40fa8e0fbe78e997
49746 Author: Jon Loeliger <jdl@freescale.com>
49747 Date: Tue Dec 12 11:02:20 2006 -0600
49748
49749 Fix 8641HPCN problem with ld version 2.16
49750
49751 (Dot outside sections problem).
49752
49753 This fix is in the spirit of 807d5d7319330e336ab34a5623c5e0d73b87d540.
49754
49755 Signed-off-by: Jon Loeliger <jdl@freescale.com>
49756
49757 commit 9964a4dd0d4ef5a037febaebf1aa494b1a72991c
49758 Author: Haiying Wang <haiying.wang@freescale.com>
49759 Date: Thu Dec 7 10:35:55 2006 -0600
49760
49761 Set Rev 2.x 86xx PIC in mixed mode.
49762
49763 Prevent false interrupt from hanging Linux as MSR[EE] is set
49764 to enable interrupts by changing the PIC out of the default
49765 pass through mode into mixed mode.
49766
49767 Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
49768 Signed-off-by: Jon Loeliger <jdl@freescale.com>
49769
49770 commit 5a58a73ceb0a4059c42ef64cedbc1a45e0aaa00e
49771 Author: Jason Jin <jason.jin@freescale.com>
49772 Date: Thu Dec 7 10:32:35 2006 -0600
49773
49774 Add flash cmd function to 8641HPCN ramboot
49775
49776 Also fixes some commmand for 8641 HPCN ramboot case.
49777
49778 Signed-off-by: Jason Jin <jason.jin@freescale.com>
49779 Signed-off-by: Jon Loeliger <jdl@freescale.com>
49780
49781 commit 2ccceacc04b009d923afb7c26189ba2f8a2a5d46
49782 Author: Ed Swarthout <ed.swarthout@freescale.com>
49783 Date: Thu Dec 7 10:34:14 2006 -0600
49784
49785 Add support for 8641 Rev 2 silicon.
49786
49787 Without this patch, I am unable to get to the prompt on rev 2 silicon.
49788 Only set ddrioovcr for rev1.
49789
49790 Signed-off-by: Ed Swarthout<ed.swarthout@freescale.com>
49791 Signed-off-by: Jon Loeliger <jdl@freescale.com>
49792
49793 commit 44ba464b99001f8bd1c456a1e9d59726252f707a
49794 Author: Wolfgang Denk <wd@denx.de>
49795 Date: Thu Mar 22 00:13:12 2007 +0100
49796
49797 Code cleanup / re-insert previous Copyright entries.
49798
49799 Signed-off-by: Wolfgang Denk <wd@denx.de>
49800
49801 commit 2a8dfe08359a1b663418b2faa1da1d7bce34d302
49802 Author: Wolfgang Denk <wd@denx.de>
49803 Date: Wed Mar 21 23:26:15 2007 +0100
49804
49805 Code cleanup. Update CHANGELOG
49806
49807 commit e6615ecf4eaf4dd52696934aed8f5c6474cfd286
49808 Author: Stefan Roese <sr@denx.de>
49809 Date: Wed Mar 21 14:54:29 2007 +0100
49810
49811 ppc4xx: Fix file mode of include/configs/acadia.h
49812
49813 Signed-off-by: Stefan Roese <sr@denx.de>
49814
49815 commit d5f4614c9350d9333e575100fb250aab774d0258
49816 Author: Markus Klotzbuecher <mk@denx.de>
49817 Date: Wed Mar 21 14:41:46 2007 +0100
49818
49819 SPC1920: fix small clock routing bug
49820
49821 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
49822
49823 commit 16c0cc1c82081a493ab87c51980b28336ce1bce8
49824 Author: Stefan Roese <sr@denx.de>
49825 Date: Wed Mar 21 13:39:57 2007 +0100
49826
49827 [PATCH] Add AMCC Acadia (405EZ) eval board support
49828
49829 This patch adds support for the new AMCC Acadia eval board.
49830
49831 Please note that this Acadia/405EZ support is still in a beta stage.
49832 Still lot's of cleanup needed but we need a preliminary release now.
49833
49834 Signed-off-by: Stefan Roese <sr@denx.de>
49835
49836 commit e01bd218b00af73499331a1a701625a852cd286f
49837 Author: Stefan Roese <sr@denx.de>
49838 Date: Wed Mar 21 13:38:59 2007 +0100
49839
49840 [PATCH] Add AMCC PPC405EZ support
49841
49842 This patch adds support for the new AMCC 405EZ PPC. It is in
49843 preparation for the AMCC Acadia board support.
49844
49845 Please note that this Acadia/405EZ support is still in a beta stage.
49846 Still lot's of cleanup needed but we need a preliminary release now.
49847
49848 Signed-off-by: Stefan Roese <sr@denx.de>
49849
49850 commit 07e82cb2e284a893df6693f2a1337ab2c47bf6a1
49851 Author: Heiko Schocher <hs@pollux.denx.de>
49852 Date: Wed Mar 21 08:45:17 2007 +0100
49853
49854 [PATCH] TQM8272: dont change the bits given from the HRCW
49855 for the SIUMCR and BCR Register.
49856 Fix the calculation for the EEprom Size
49857
49858 Signed-off-by: Heiko Schocher <hs@denx.de>
49859
49860 commit 654589873dbafcf104dff133ce0d03a4506e9cc3
49861 Author: Aubrey Li <aubrey.adi@gmail.com>
49862 Date: Tue Mar 20 18:16:24 2007 +0800
49863
49864 [Blackfin][PATCH] Add BF561 EZKIT board support
49865
49866 commit a6154fd1cfd020f6da8527e0365b1020a11a71d0
49867 Author: Aubrey Li <aubrey.adi@gmail.com>
49868 Date: Mon Mar 19 22:55:58 2007 +0800
49869
49870 [Blackfin][PATCH] minor cleanup
49871
49872 commit 389b6bb50f745bf5038ce030300d8a8512e96f79
49873 Author: Wolfgang Denk <wd@denx.de>
49874 Date: Mon Mar 19 13:10:08 2007 +0100
49875
49876 Remove obsoleted POST files.
49877
49878 Signed-off-by: Wolfgang Denk <wd@denx.de>
49879
49880 commit 8e709bbb2636b5670a8f2b575e138eb1f55773f6
49881 Author: Aubrey Li <aubrey.adi@gmail.com>
49882 Date: Mon Mar 19 01:26:11 2007 +0800
49883
49884 [PATCH] Add flash chip M29W320ET/B support
49885
49886 commit 26bf7deca364a5b33f39e8f14ddd3f4081345015
49887 Author: Aubrey Li <aubrey.adi@gmail.com>
49888 Date: Mon Mar 19 01:24:52 2007 +0800
49889
49890 [Blackfin][PATCH] Add BF537 stamp board support
49891
49892 commit 8423e5e31a7235d05a482627315fb11d49c17bd7
49893 Author: Stefan Roese <sr@denx.de>
49894 Date: Fri Mar 16 21:11:42 2007 +0100
49895
49896 [PATCH] Use dynamic SDRAM TLB setup on AMCC Ebony eval board
49897
49898 Define CONFIG_PROG_SDRAM_TLB so that the TLB entries for the
49899 DDR memory are dynamically programmed matching the total size
49900 of the equipped memory (DIMM modules).
49901
49902 Signed-off-by: Stefan Roese <sr@denx.de>
49903
49904 commit 76d1466f918b881cda2d259254761e73885093c2
49905 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
49906 Date: Tue Mar 13 13:38:05 2007 +0100
49907
49908 [PATCH] renamed environment variable 'addcon' to 'addcons' for PCI405
49909 boards in terms of unification.
49910
49911 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
49912
49913 commit a7090b993d3d4d2221ac3f33e6cb1d1b2ccc6bf0
49914 Author: Wolfgang Denk <wd@denx.de>
49915 Date: Tue Mar 13 16:05:55 2007 +0100
49916
49917 Make SC3 board build with 'make O='; use 'addcons' consistently
49918 (SC3 and Jupiter used to use 'addcon' instead).
49919
49920 Signed-off-by: Wolfgang Denk wd@denx.de
49921
49922 commit 8502e30a28e492c756ea2d7df0ace026388fce4b
49923 Author: Heiko Schocher <hs@pollux.denx.de>
49924 Date: Tue Mar 13 09:40:59 2007 +0100
49925
49926 [PATCH] update board config for jupiter Board:
49927 added Hush Shell,
49928 CONFIG_CMDLINE_EDITING,
49929 CFG_ENV_ADDR_REDUND activated
49930
49931 Signed-off-by: Heiko Schocher <hs@denx.de>
49932
49933 commit 0d93de11449390a5984b0236c3612e50f6dbb7e8
49934 Author: Aubrey Li <aubrey.adi@gmail.com>
49935 Date: Mon Mar 12 12:11:55 2007 +0800
49936
49937 [Blackfin][PATCH] minor cleanup
49938
49939 commit bfa5754a58477ac917d21527cd0f079d87cf188e
49940 Author: Aubrey Li <aubrey.adi@gmail.com>
49941 Date: Mon Mar 12 01:42:06 2007 +0800
49942
49943 [Blackfin][PATCH] Fix BUILD_DIR option of MAKEALL building issue
49944
49945 commit 8440bb14581a294375c34b91b42512f9753d1130
49946 Author: Aubrey Li <aubrey.adi@gmail.com>
49947 Date: Mon Mar 12 00:25:14 2007 +0800
49948
49949 [Blackfin][PATCH] code cleanup
49950
49951 commit cfc67116a706fd18b8f6a9c11a16753c5626d689
49952 Author: Michal Simek <monstr@monstr.eu>
49953 Date: Sun Mar 11 13:48:24 2007 +0100
49954
49955 [Microblaze][PATCH] part 2
49956 timer support
49957 interrupt controller support
49958 flash support
49959 ethernet support
49960 cache support
49961 board information support
49962 env support
49963 booting image support
49964
49965 adding support for Xilinx ML401
49966
49967 commit 76316a318de91f6184e7c22a10e02d275ade2441
49968 Author: Michal Simek <monstr@monstr.eu>
49969 Date: Sun Mar 11 13:42:58 2007 +0100
49970
49971 [Microblaze][PATCH]
49972 timer support
49973 interrupt controller support
49974 flash support
49975 ethernet support
49976 cache support
49977 board information support
49978 env support
49979 booting image support
49980
49981 adding support for Xilinx ML401
49982
49983 commit 8db13d63157811c839d15a313d9f2d2f5fd10af3
49984 Author: Aubrey Li <aubrey.adi@gmail.com>
49985 Date: Sat Mar 10 23:49:29 2007 +0800
49986
49987 [Blackfin][PATCH] code cleanup
49988
49989 commit ef26a08fef928b7bc11ae2c109e638dc3a016d91
49990 Author: Aubrey.Li <aubrey.adi@gmail.com>
49991 Date: Fri Mar 9 13:40:56 2007 +0800
49992
49993 [Blackfin][PATCH-2/2] Common files changed to support bf533 platform
49994
49995 commit 3f0606ad0b5639f7f22848fe5b4574e754d0470f
49996 Author: Aubrey.Li <aubrey.adi@gmail.com>
49997 Date: Fri Mar 9 13:38:44 2007 +0800
49998
49999 [Blackfin]PATCH-1/2]: Remove obsolete blackfin port and add bf533 platform support
50000
50001 commit 992423ab43c2bcf6b704853bd00af77450915e20
50002 Author: Stefan Roese <sr@denx.de>
50003 Date: Thu Mar 8 23:00:08 2007 +0100
50004
50005 ppc4xx: Fix file mode of sequoia.c
50006
50007 Signed-off-by: Stefan Roese <sr@denx.de>
50008
50009 commit eb92f613556800f7483666db09d9a237ad911d4a
50010 Author: Wolfgang Denk <wd@pollux.denx.de>
50011 Date: Thu Mar 8 22:52:51 2007 +0100
50012
50013 Minor cleanup.
50014
50015 commit 8ce16f55c7b9752af3d8bed84521aec5337e2de1
50016 Author: John Otken john@softadvances.com <john@softadvances.com>
50017 Date: Thu Mar 8 09:39:48 2007 -0600
50018
50019 ppc4xx: Clear Sequoia/Rainier security engine reset bits
50020
50021 Signed-off-by: John Otken john@softadvances.com <john@softadvances.com>
50022
50023 commit 650a330dd2539130c8c324791e2f9f75aed79d4e
50024 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
50025 Date: Thu Mar 8 16:26:52 2007 +0100
50026
50027 [PATCH] I2C: add some more SPD eeprom decoding for DDR2 modules
50028
50029 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
50030
50031 commit d9fc703246840c4b268debf48c334ba55c597dc0
50032 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
50033 Date: Thu Mar 8 16:25:47 2007 +0100
50034
50035 [PATCH] I2C: disable flat i2c commands when CONFIG_I2C_CMD_TREE is defined
50036
50037 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
50038
50039 commit ced5b9029043397348cdc88e0cfcd6b1f629250b
50040 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
50041 Date: Thu Mar 8 16:23:11 2007 +0100
50042
50043 [PATCH] 4xx: allow CONFIG_I2C_CMD_TREE without CONFIG_I2C_MULTI_BUS
50044
50045 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
50046
50047 commit d8a8ea5c476d37006fc7f85b7f903142795c8b14
50048 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
50049 Date: Thu Mar 8 16:20:32 2007 +0100
50050
50051 [PATCH] I2C: Add missing default CFG_SPD_BUS_NUM
50052
50053 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
50054
50055 commit f9fc6a5852a6335840882fa2111925010eea1abe
50056 Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
50057 Date: Wed Mar 7 15:32:01 2007 +0100
50058
50059 fixed ethernet phy configuration for plu405 board
50060
50061 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
50062
50063 commit 769104c9356594deb2092e204a39c05b33202d6c
50064 Author: Wolfgang Denk <wd@pollux.denx.de>
50065 Date: Thu Mar 8 21:49:27 2007 +0100
50066
50067 Minor cleanup
50068
50069 commit 00cdb4ce5e1b42248e7e6522ad0da3421b988afa
50070 Author: Stefan Roese <sr@denx.de>
50071 Date: Thu Mar 8 10:13:16 2007 +0100
50072
50073 [PATCH] Update AMCC Luan 440SP eval board support
50074
50075 The AMCC Luan now uses the common 440SP(e) DDR SPD code for DDR
50076 inititializition. This includes DDR auto calibration and support
50077 for different DIMM modules, instead of the fixed setup used in
50078 the earlier version.
50079
50080 This patch also enables the cache in FLASH for the startup
50081 phase of U-Boot (while running from FLASH). After relocating to
50082 SDRAM the cache is disabled again. This will speed up the boot
50083 process, especially the SDRAM setup, since there are some loops
50084 for memory testing (auto calibration).
50085
50086 Signed-off-by: Stefan Roese <sr@denx.de>
50087
50088 commit 2f5df47351910a2936c7741cf111855829200943
50089 Author: Stefan Roese <sr@denx.de>
50090 Date: Thu Mar 8 10:10:18 2007 +0100
50091
50092 [PATCH] Update AMCC Yucca 440SPe eval board support
50093
50094 The AMCC Yucca now uses the common 440SP(e) DDR SPD code for DDR
50095 inititializition. This includes DDR auto calibration and support
50096 for different DIMM modules, instead of the fixed setup used in
50097 the earlier version.
50098
50099 Signed-off-by: Stefan Roese <sr@denx.de>
50100
50101 commit 2721a68a9ea91f1e494649ce68b2577261f578e2
50102 Author: Stefan Roese <sr@denx.de>
50103 Date: Thu Mar 8 10:07:18 2007 +0100
50104
50105 ppc4xx: Small AMCC Katmai 440SPe update
50106
50107 Signed-off-by: Stefan Roese <sr@denx.de>
50108
50109 commit df294497479b1dca6dd86318b2a912f72fede0df
50110 Author: Stefan Roese <sr@denx.de>
50111 Date: Thu Mar 8 10:06:09 2007 +0100
50112
50113 ppc4xx: Update 440SP/440SPe DDR SPD setup code to support 440SP
50114
50115 Signed-off-by: Stefan Roese <sr@denx.de>
50116
50117 commit 83853178bd36bca6f0f8f1331476620c84a587fc
50118 Author: Ed Swarthout <Ed.Swarthout@freescale.com>
50119 Date: Wed Mar 7 12:14:50 2007 -0600
50120
50121 net - Support ping reply when processing net-loop
50122
50123 Add ICMP_ECHO_REQUEST packet support by responding with a ICMP_ECHO_REPLY.
50124
50125 This permits the ping command to test the phy interface when the phy
50126 is put in loopback mode (typically by setting register 0 bit 14).
50127
50128 It also allows the port to respond to an external ping when u-boot is
50129 processing some other net command (such as tftp). This is useful when
50130 tftp appears to hang.
50131
50132 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
50133 Signed-off-by: Ben Warren <bwarren@qstreams.com>
50134
50135 commit fa1aef15bcd47736687be1af544506e90fba545d
50136 Author: Stefan Roese <sr@denx.de>
50137 Date: Wed Mar 7 16:43:00 2007 +0100
50138
50139 [PATCH] Use dynamic SDRAM TLB setup on AMCC Ocotea eval board
50140
50141 Define CONFIG_PROG_SDRAM_TLB so that the TLB entries for the
50142 DDR memory are dynamically programmed matching the total size
50143 of the equipped memory (DIMM modules).
50144
50145 Signed-off-by: Stefan Roese <sr@denx.de>
50146
50147 commit e2ebe696818939e2b974628be9c921ea3fe9de13
50148 Author: Stefan Roese <sr@denx.de>
50149 Date: Wed Mar 7 16:39:36 2007 +0100
50150
50151 [PATCH] Fix AMCC 44x SPD SDRAM init code to support 2 DIMM's
50152
50153 This patch fixes a problem that occurs when 2 DIMM's are
50154 used. This problem was first spotted and fixed by Gerald Jackson
50155 <gerald.jackson@reaonixsecurity.com> but this patch fixes the
50156 problem in a little more clever way.
50157
50158 This patch also adds the nice functionality to dynamically
50159 create the TLB entries for the SDRAM (tlb.c). So we should
50160 never run into such problems with wrong (too short) TLB
50161 initialization again on these platforms.
50162
50163 As this feature is new to the "old" 44x SPD DDR driver, it
50164 has to be enabled via the CONFIG_PROG_SDRAM_TLB define.
50165
50166 Signed-off-by: Stefan Roese <sr@denx.de>
50167
50168 commit 39218433983417b9df087976a79e3f80dd5e83d6
50169 Author: Wolfgang Denk <wd@denx.de>
50170 Date: Wed Mar 7 16:33:44 2007 +0100
50171
50172 UC101: fix compiler warnings
50173
50174 commit 8d7e2732221bc2d64df14f700c64c23e0a4c3dce
50175 Author: Wolfgang Denk <wd@pollux.denx.de>
50176 Date: Wed Mar 7 16:19:46 2007 +0100
50177
50178 HMI1001: fix build error, cleanup compiler warnings.
50179
50180 commit ad5bb451ade552c44bef9119d907929ebc2c126f
50181 Author: Wolfgang Denk <wd@pollux.denx.de>
50182 Date: Tue Mar 6 18:08:43 2007 +0100
50183
50184 Restructure POST directory to support of other CPUs, boards, etc.
50185
50186 commit a5284efd125967675b2e9c6ef7b95832268ad360
50187 Author: Wolfgang Denk <wd@pollux.denx.de>
50188 Date: Tue Mar 6 18:01:47 2007 +0100
50189
50190 Fix HOSTARCH handling.
50191 Patch by Mike Frysinger, Mar 05 2007
50192
50193 commit 07b7b0037aac5102939917d7cbe561b5c0d5aa44
50194 Author: Stefan Roese <sr@denx.de>
50195 Date: Tue Mar 6 07:47:04 2007 +0100
50196
50197 [PATCH] Speed optimization of AMCC Sequoia/Rainier DDR2 setup
50198
50199 As provided by the AMCC applications team, this patch optimizes the
50200 DDR2 setup for 166MHz bus speed. The values provided are also save
50201 to use on a "normal" 133MHz PLB bus system. Only the refresh counter
50202 setup has to be adjusted as done in this patch.
50203
50204 For this the NAND booting version had to include the "speed.c" file
50205 from the cpu/ppc4xx directory. With this addition the NAND SPL image
50206 will just fit into the 4kbytes of program space. gcc version 4.x as
50207 provided with ELDK 4.x is needed to generate this optimized code.
50208
50209 Signed-off-by: Stefan Roese <sr@denx.de>
50210
50211 commit 647d3c3eed0da1d1505eecabe0b0fab96f956e68
50212 Author: Wolfgang Denk <wd@pollux.denx.de>
50213 Date: Sun Mar 4 01:36:05 2007 +0100
50214
50215 Some code cleanup.
50216
50217 commit 781e026c8aa6f7e9eb5f0e72cc4d20971219b148
50218 Author: Kim Phillips <kim.phillips@freescale.com>
50219 Date: Wed Feb 28 00:02:04 2007 -0600
50220
50221 mpc83xx: fix implicit declaration of function 'ft_get_prop' warnings
50222
50223 (cherry picked from c5bf13b02284c3204a723566a9bab700e5059659 commit)
50224
50225 commit 4feab4de7bfc2cb2fed36ad76f93c3a69659bbaf
50226 Author: Kumar Gala <galak@kernel.crashing.org>
50227 Date: Tue Feb 27 23:51:42 2007 -0600
50228
50229 mpc83xx: Fix config of Arbiter, System Priority, and Clock Mode
50230
50231 The config value for:
50232 * CFG_ACR_PIPE_DEP
50233 * CFG_ACR_RPTCNT
50234 * CFG_SPCR_TSEC1EP
50235 * CFG_SPCR_TSEC2EP
50236 * CFG_SCCR_TSEC1CM
50237 * CFG_SCCR_TSEC2CM
50238
50239 Were not being used when setting the appropriate register
50240
50241 Added:
50242 * CFG_SCCR_USBMPHCM
50243 * CFG_SCCR_USBDRCM
50244 * CFG_SCCR_PCICM
50245 * CFG_SCCR_ENCCM
50246
50247 To allow full config of the SCCR.
50248
50249 Also removed random CFG_SCCR settings in MPC8349EMDS, TQM834x, and sbc8349
50250 that were just bogus.
50251
50252 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
50253
50254 commit d51b3cf371cd441030460ef19d36b2924c361b1a
50255 Author: Kim Phillips <kim.phillips@freescale.com>
50256 Date: Thu Feb 22 20:06:57 2007 -0600
50257
50258 mpc83xx: update [local-]mac-address properties on UEC based devices
50259
50260 8360 and 832x weren't updating their [local-]mac-address
50261 properties. This patch fixes that.
50262
50263 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
50264
50265 commit 61f4f912acbe60776c5e00df1ec94094ce672957
50266 Author: Timur Tabi <timur@freescale.com>
50267 Date: Tue Feb 13 10:41:42 2007 -0600
50268
50269 mpc83xx: write MAC address to mac-address and local-mac-address
50270
50271 Some device trees have a mac-address property, some have local-mac-address,
50272 and some have both. To support all of these device trees, this patch
50273 updates ftp_cpu_setup() to write the MAC address to mac-address if it exists.
50274 This function already updates local-mac-address.
50275
50276 Signed-off-by: Timur Tabi <timur@freescale.com>
50277
50278 commit 22d71a71f57fd5d38b27ac3848e50d790360a598
50279 Author: Kim Phillips <kim.phillips@freescale.com>
50280 Date: Tue Feb 27 18:41:08 2007 -0600
50281
50282 mpc83xx: add command line editing by default
50283
50284 commit 3fc0bd159103b536e1c54c6f4457a09b3aba66ca
50285 Author: Kim Phillips <kim.phillips@freescale.com>
50286 Date: Wed Feb 14 19:50:53 2007 -0600
50287
50288 mpc83xx: Disable G1TXCLK, G2TXCLK h/w buffers
50289
50290 Disable G1TXCLK, G2TXCLK h/w buffers. This patch
50291 fixes a networking timeout issue with MPC8360EA (Rev.2) PBs.
50292
50293 Verified on Rev. 1.1, Rev. 1.2, and Rev. 2.0 boards.
50294
50295 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
50296 Signed-off-by: Emilian Medve <Emilian.Medve@freescale.com>
50297
50298 commit d61853cf2472e0b8bcbd131461a93d1c49ff0c1f
50299 Author: Xie Xiaobo <r63061@freescale.com>
50300 Date: Wed Feb 14 18:27:17 2007 +0800
50301
50302 mpc83xx: Add DDR2 controller fixed/SPD Init for MPC83xx
50303
50304 The code supply fixed and SPD initialization for MPC83xx DDR2 Controller.
50305 it pass DDR/DDR2 compliance tests.
50306
50307 Signed-off-by: Xie Xiaobo <X.Xie@freescale.com>
50308
50309 commit b110f40bd180c6b560276589beedf753e97c46ce
50310 Author: Xie Xiaobo <r63061@freescale.com>
50311 Date: Wed Feb 14 18:27:06 2007 +0800
50312
50313 mpc83xx: Add the cpu specific code for MPC8360E rev2.0 MDS
50314
50315 MPC8360E rev2.0 have new spridr,and PVR value,
50316 The MDS board for MPC8360E rev2.0 has 32M bytes Flash and 256M DDR2 DIMM.
50317
50318 Signed-off-by: Xie Xiaobo <X.Xie@freescale.com>
50319
50320 commit 8d172c0f0d85998a256a95b7459a5403a30380ed
50321 Author: Xie Xiaobo <r63061@freescale.com>
50322 Date: Wed Feb 14 18:26:44 2007 +0800
50323
50324 mpc83xx: Add the cpu and board specific code for MPC8349E rev3.1 MDS
50325
50326 MPC8349E rev3.1 have new spridr,and PVR value,
50327 The MDS board for MPC8349E rev3.1 has 32M bytes Flash and 256M DDR2 DIMM.
50328
50329 Signed-off-by: Xie Xiaobo<X.Xie@freescale.com>
50330
50331 commit f6f5f709e5c8e4564c4dfeecfdf2279244f9c83b
50332 Author: Joakim Tjernlund <joakim.tjernlund@transmode.se>
50333 Date: Wed Jan 31 11:04:19 2007 +0100
50334
50335 mpc83xx: Fix empty i2c reads/writes in fsl_i2c.c
50336
50337 Fix empty i2c reads/writes, i2c_write(0x50, 0x00, 0, NULL, 0)
50338 which is used to se if an slave will ACK after receiving its address.
50339
50340 Correct i2c probing to use this method as the old method could upset
50341 a slave as it wrote a data byte to it.
50342
50343 Add a small delay in i2c_init() to let the controller
50344 shutdown any ongoing I2C activity.
50345
50346 Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
50347
50348 commit 7a78f148d6a7298e4fface680dc7eacd877b1aba
50349 Author: Timur Tabi <timur@freescale.com>
50350 Date: Wed Jan 31 15:54:29 2007 -0600
50351
50352 mpc83xx: Add support for the MPC8349E-mITX-GP
50353
50354 Add support for the MPC8349E-mITX-GP, a stripped-down version of the
50355 MPC8349E-mITX. Bonus features include support for low-boot (BMS bit in
50356 HRCW is 0) for the ITX and a README for the ITX and the ITX-GP.
50357
50358 Signed-off-by: Timur Tabi <timur@freescale.com>
50359
50360 commit fab16807adad350f618024350c6950165c247c72
50361 Author: Timur Tabi <timur@freescale.com>
50362 Date: Wed Jan 31 15:54:20 2007 -0600
50363
50364 mpc83xx: Delete sdram_init() for MPC8349E-mITX
50365
50366 There is no SDRAM on any of the 8349 ITX variants, so function sdram_init()
50367 never does anything. This patch deletes it.
50368
50369 Signed-off-by: Timur Tabi <timur@freescale.com>
50370
50371 commit a87c856eb411b9365937d0d4b9c21e46adbe1c14
50372 Author: Dave Liu <daveliu@freescale.com>
50373 Date: Fri Jan 19 10:43:26 2007 +0800
50374
50375 mpc83xx: Fix the LAW1/3 bug
50376
50377 The patch solves the alignment problem of the local bus access windows to
50378 render accessible the memory bank and PHY registers of UPC 1 (starting at
50379 0xf801 0000). What we actually did was to adjust the sizes of the bus
50380 access windows so that the base address alignment requirement would be met.
50381
50382 Signed-off-by: Chereji Marian <marian.chereji@freescale.com>
50383 Signed-off-by: Gridish Shlomi <gridish@freescale.com>
50384 Signed-off-by: Dave Liu <daveliu@freescale.com>
50385
50386 commit 97c4b397dce236a7318b304667bf89e59d08b17c
50387 Author: Kim Phillips <kim.phillips@freescale.com>
50388 Date: Tue Jan 30 16:15:31 2007 -0600
50389
50390 mpc83xx: don't hang if watchdog configured on 8360, 832x
50391
50392 don't hang if watchdog configured on 8360, 832x
50393
50394 The watchdog programming model is the same across all 83xx devices;
50395 make the code reflect that.
50396
50397 commit b70047478570e371ce7223be342ce98afea0f7d6
50398 Author: Kim Phillips <kim.phillips@freescale.com>
50399 Date: Tue Jan 30 16:15:21 2007 -0600
50400
50401 mpc83xx: protect memcpy to bad address if a local-mac-address is missing from dt
50402
50403 protect memcpy to bad address if a local-mac-address is missing from dt
50404
50405 commit 6752ed088c75c26a89b70c46b7326a4cd6015f29
50406 Author: Kim Phillips <kim.phillips@freescale.com>
50407 Date: Tue Jan 30 16:15:04 2007 -0600
50408
50409 mpc83xx: make 8360 default environment fdt be 8360 (not 8349)
50410
50411 make 8360 default environment fdt be 8360 (not 8349)
50412
50413 commit a28899c910024a0226331df07207b1038c300c93
50414 Author: Emilian Medve <Emilian.Medve@freescale.com>
50415 Date: Tue Jan 30 16:14:50 2007 -0600
50416
50417 mpc83xx: Fix alternating tx error / tx buffer not ready bug in QE UEC
50418
50419 The problem is not gcc4 but the code itself. The BD_STATUS() macro can't
50420 be used for busy-waiting since it strips the 'volatile' property from
50421 the bd variable. gcc3 was working by pure luck.
50422
50423 This is a follow on patch to "Fix the UEC driver bug of QE"
50424
50425 commit 3e78a31cfe3d3022f46f67eb88e1281d5cc2eb89
50426 Author: Kumar Gala <galak@kernel.crashing.org>
50427 Date: Tue Jan 30 14:08:30 2007 -0600
50428
50429 mpc83xx: Replace CONFIG_MPC8349 and use CONFIG_MPC834X instead
50430
50431 The code that is ifdef'd with CONFIG_MPC8349 is actually applicable to all
50432 MPC834X class processors. Change the protections from CONFIG_MPC8349 to
50433 CONFIG_MPC834X so they are more generic.
50434
50435 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
50436
50437 commit ae246dc6c1937c291014eadd90b6d48c438c7cb0
50438 Author: Kim Phillips <kim.phillips@freescale.com>
50439 Date: Thu Jan 25 13:40:55 2007 -0600
50440
50441 mpc83xx: add MPC832XEMDS and sbc8349 to MAKEALL
50442
50443 commit 4decd84e8f04279c5cfff7f8e907465ef8d8a3fb
50444 Author: Kim Phillips <kim.phillips@freescale.com>
50445 Date: Wed Jan 24 17:18:37 2007 -0600
50446
50447 mpc83xx: sort Makefile targets
50448
50449 reordered targets alphabetically
50450
50451 commit 91e25769771c1164ed63ffca0add49f934ae3343
50452 Author: Paul Gortmaker <paul.gortmaker@windriver.com>
50453 Date: Tue Jan 16 11:38:14 2007 -0500
50454
50455 mpc83xx: U-Boot support for Wind River SBC8349
50456
50457 I've redone the SBC8349 support to match git-current, which
50458 incorporates all the MPC834x updates from Freescale since the 1.1.6
50459 release, including the DDR changes.
50460
50461 I've kept all the SBC8349 files as parallel as possible to the
50462 MPC8349EMDS ones for ease of maintenance and to allow for easy
50463 inspection of what was changed to support this board. Hence the SBC8349
50464 U-Boot has FDT support and everything else that the MPC8349EMDS has.
50465
50466 Fortunately the Freescale updates added support for boards using CS0,
50467 but I had to change spd_sdram.c to allow for board specific settings for
50468 the sdram_clk_cntl (it is/was hard coded to zero, and that remains the
50469 default if the board doesn't specify a value.)
50470
50471 Hopefully this should be mergeable as-is and require no whitespace
50472 cleanups or similar, but if something doesn't measure up then let me
50473 know and I'll fix it.
50474
50475 Thanks,
50476 Paul.
50477
50478 commit 05031db456ab227f3e3752f37b9b812b65bb83ad
50479 Author: Sam Song <samsongshu@yahoo.com.cn>
50480 Date: Thu Dec 14 19:03:21 2006 +0800
50481
50482 mpc83xx: Remove a redundant semicolon in mpc8349itx.c
50483
50484 A redundant semicolon existed in mpc8349itx.c
50485 should be removed.
50486
50487 Signed-off-by: Sam Song <samsongshu@yahoo.com.cn>
50488
50489 commit f35f358241c549be3f75cfe2eaa642914275b7ba
50490 Author: Jerry Van Baren <gerald.vanbaren@comcast.net>
50491 Date: Wed Dec 6 21:23:55 2006 -0500
50492
50493 mpc83xx: Put the version (and magic) after the HRCW.
50494
50495 Put the version (and magic) after the HRCW. This puts it in a fixed
50496 location in flash, not at the start of flash but as close as we can get.
50497
50498 Signed-off-by: Jerry Van Baren <vanbaren@cideas.com>
50499
50500 commit 48aecd969171a6e99a55fae04933857787f9a5bd
50501 Author: Dave Liu <r63238@freescale.com>
50502 Date: Thu Dec 7 21:14:51 2006 +0800
50503
50504 mpc83xx: Add the MPC832XEMDS board readme
50505
50506 Add the MPC832XEMDS board readme
50507
50508 Signed-off-by: Dave Liu <daveliu@freescale.com>
50509
50510 commit 24c3aca3f1358b113d3215adb5433b156e99f72b
50511 Author: Dave Liu <r63238@freescale.com>
50512 Date: Thu Dec 7 21:13:15 2006 +0800
50513
50514 mpc83xx: Add support for the MPC832XEMDS board
50515
50516 This patch supports DUART, ETH3/4 and PCI etc.
50517
50518 Signed-off-by: Dave Liu <daveliu@freescale.com>
50519
50520 commit e080313c32322e15ab5a18eb896a252858c57284
50521 Author: Dave Liu <r63238@freescale.com>
50522 Date: Thu Dec 7 21:11:58 2006 +0800
50523
50524 mpc83xx: streamline the 83xx immr head file
50525
50526 For better format and style, I streamlined the 83xx head files,
50527 including immap_83xx.h and mpc83xx.h. In the old head files, 1)
50528 duplicated macro definition appear in the both files; 2) the structure
50529 of QE immr is duplicated in the immap_83xx.h and immap_qe.h; 3) The
50530 macro definition put inside the each structure. So, I cleaned up the
50531 structure of QE immr from immap_83xx.h, deleted the duplicated stuff and
50532 moved the macro definition to mpc83xx.h, Just like MPC8260.
50533
50534 CHANGELOG
50535
50536 *streamline the 83xx immr head file
50537
50538 Signed-off-by: Dave Liu <daveliu@freescale.com>
50539
50540 commit ddd02492f43db5408f5ab9f823b0ba5796e28ef0
50541 Author: Dave Liu <r63238@freescale.com>
50542 Date: Wed Dec 6 11:38:17 2006 +0800
50543
50544 mpc83xx: Fix the UEC driver bug of QE
50545
50546 The patch prevents the GCC tool chain from striping useful code for
50547 optimization. It will make UEC ethernet driver workable, Otherwise the
50548 UEC will fail in tx when you are using gcc4.x. but the driver can work
50549 when using gcc3.4.3.
50550
50551 CHANGELOG
50552
50553 *Prevent the GCC from striping code for optimization, Otherwise the UEC
50554 will tx failed when you are using gcc4.x.
50555
50556 Signed-off-by: Dave Liu <daveliu@freescale.com>
50557
50558 commit ba58e4c9a9a917ce795dd16d4ec8d515f9f7aa35
50559 Author: Stefan Roese <sr@denx.de>
50560 Date: Thu Mar 1 21:11:36 2007 +0100
50561
50562 [PATCH] Update AMCC Katmai 440SPe eval board support
50563
50564 This patch updates the recently added Katmai board support. The biggest
50565 change is the support of ECC DIMM modules in the 440SP(e) SPD DDR2
50566 driver.
50567
50568 Please note, that still some problems are left with some memory
50569 configurations. See the driver for more details.
50570
50571 Signed-off-by: Stefan Roese <sr@denx.de>
50572
50573 commit 8c12045a3b06c5b6675d3fe02fbc9f545988129a
50574 Author: Stefan Roese <sr@denx.de>
50575 Date: Thu Mar 1 07:03:25 2007 +0100
50576
50577 [PATCH] I2C: Add missing default CFG_RTC_BUS_NUM & CFG_DTT_BUS_NUM
50578
50579 Signed-off-by: Stefan Roese <sr@denx.de>
50580
50581 commit ccbc7036648e465697ca298ba51e0e76dda352a0
50582 Author: Wolfgang Denk <wd@pollux.denx.de>
50583 Date: Wed Feb 28 01:28:53 2007 +0100
50584
50585 SC3: fix typo in default environment
50586
50587 commit e344568b1b46af85ec32d815586f91bc115d6223
50588 Author: Sergei Poselenov <sposelenov@emcraft.com>
50589 Date: Tue Feb 27 20:15:30 2007 +0300
50590
50591 MCC200: Fixes for update procedure
50592
50593 - fix logic error in image type handling
50594 - make sure file system images (cramfs etc.) get stored in flash
50595 with image header stripped so they can be mounted through MTD
50596
50597 commit 743571145b37182757d4e688a77860b36ee77573
50598 Author: Wolfgang Denk <wd@pollux.denx.de>
50599 Date: Tue Feb 27 14:26:04 2007 +0100
50600
50601 Minor code cleanup.
50602
50603 commit 638dd1458bbdc2a55d4b9e25c5c4e1f838a5dc72
50604 Author: Sergei Poselenov <sposelenov@emcraft.com>
50605 Date: Tue Feb 27 12:40:16 2007 +0300
50606
50607 MCC200 update - add LCD Progress Indicator
50608
50609 commit 6c7cac8c4fce0ea2bf8e15ed8658d87974155b44
50610 Author: Stefan Roese <sr@denx.de>
50611 Date: Thu Feb 22 07:43:34 2007 +0100
50612
50613 [PATCH] get_dev() now unconditionally uses manual relocation
50614
50615 Since the relocation fix is not included yet and we're not sure how
50616 it will be added, this patch removes code that required relocation
50617 to be fixed for now.
50618
50619 Signed-off-by: Stefan Roese <sr@denx.de>
50620
50621 commit 8274ec0bd01d2feb2c7f095eba78d42ea009798b
50622 Author: Stefan Roese <sr@denx.de>
50623 Date: Thu Feb 22 07:40:23 2007 +0100
50624
50625 [PATCH] Change systemace driver to select 8 & 16bit mode
50626
50627 As suggested by Grant Likely this patch enables the Xilinx SystemACE
50628 driver to select 8 or 16bit mode upon startup.
50629
50630 Signed-off-by: Stefan Roese <sr@denx.de>
50631
50632 commit 3a197b2fe49d6fa03978e60af2394efe9c70b527
50633 Author: Haiying Wang <Haiying.Wang@freescale.com>
50634 Date: Wed Feb 21 16:52:31 2007 +0100
50635
50636 [PATCH v3] Add sync to ensure flash_write_cmd is fully finished
50637
50638 Some CPUs like PPC, BLACKFIN need sync() to ensure cfi flash write command
50639 is fully finished. The sync() is defined in each CPU's io.h file. For
50640 those CPUs which do not need sync for now, a dummy sync() is defined in
50641 their io.h as well.
50642
50643 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
50644
50645 commit da04995c7dc6772013a9a0dc5c767f190c402478
50646 Author: Stefan Roese <sr@denx.de>
50647 Date: Wed Feb 21 13:44:34 2007 +0100
50648
50649 [PATCH] Fix problem in systemace driver (ace_writew instead of ace_write)
50650
50651 Signed-off-by: Stefan Roese <sr@denx.de>
50652
50653 commit 751bb57107d78978ae08e697c3deba816f5be091
50654 Author: Stefan Roese <sr@denx.de>
50655 Date: Tue Feb 20 13:21:57 2007 +0100
50656
50657 [PATCH] Fix relocation problem with "new" get_dev() function
50658
50659 This patch enables the "new" get_dev() function for block devices
50660 introduced by Grant Likely to be used on systems that still suffer
50661 from the relocation problems (manual relocation neede because of
50662 problems with linker script).
50663
50664 Hopefully we can resolve this relocation issue soon for all platform
50665 so we don't need this additional code anymore.
50666
50667 Signed-off-by: Stefan Roese <sr@denx.de>
50668
50669 commit d93e2212f962668b3dce091ff5edc33f2347fe37
50670 Author: Stefan Roese <sr@denx.de>
50671 Date: Tue Feb 20 13:17:42 2007 +0100
50672
50673 [PATCH] Update SystemACE driver for 16bit access
50674
50675 This patch removes some problems when the Xilinx SystemACE driver
50676 is used with 16bit access on an big endian platform (like the
50677 AMCC Katmai).
50678
50679 Signed-off-by: Stefan Roese <sr@denx.de>
50680
50681 commit 874bb7b88fe9b4648e1288a387af2e31014a72f3
50682 Author: Stefan Roese <sr@denx.de>
50683 Date: Tue Feb 20 13:15:40 2007 +0100
50684
50685 [PATCH] Clean up Katmai (440SPe) linker script
50686
50687 Signed-off-by: Stefan Roese <sr@denx.de>
50688
50689 commit 4745acaa1a603b67f6b9b7970365ebadd7d6586f
50690 Author: Stefan Roese <sr@denx.de>
50691 Date: Tue Feb 20 10:57:08 2007 +0100
50692
50693 [PATCH] Add support for the AMCC Katmai (440SPe) eval board
50694
50695 Signed-off-by: Stefan Roese <sr@denx.de>
50696
50697 commit 0dc018ece13effc689e47479ea9ebf1c98a507f5
50698 Author: Stefan Roese <sr@denx.de>
50699 Date: Tue Feb 20 10:51:26 2007 +0100
50700
50701 [PATCH] I2C: Add support for multiple I2C busses for RTC & DTT
50702
50703 This patch switches to the desired I2C bus when the date/dtt
50704 commands are called. This can be configured using the
50705 CFG_RTC_BUS_NUM and/or CFG_DTT_BUS_NUM defines.
50706
50707 Signed-off-by: Stefan Roese <sr@denx.de>
50708
50709 commit 4037ed3b63923cfcec27f784a89057c3cbabcedb
50710 Author: Stefan Roese <sr@denx.de>
50711 Date: Tue Feb 20 10:43:34 2007 +0100
50712
50713 [PATCH] PPC4xx: Add 440SP(e) DDR2 SPD DIMM support
50714
50715 This patch adds support for the DDR2 controller used on the
50716 440SP and 440SPe. It is tested on the Katmai (440SPe) eval
50717 board and works fine with the following DIMM modules:
50718
50719 - Corsair CM2X512-5400C4 (512MByte per DIMM)
50720 - Kingston ValueRAM KVR667D2N5/512 (512MByte per DIMM)
50721 - Kingston ValueRAM KVR667D2N5K2/2G (1GByte per DIMM)
50722
50723 This patch also adds the nice functionality to dynamically
50724 create the TLB entries for the SDRAM (tlb.c). So we should
50725 never run into such problems with wrong (too short) TLB
50726 initialization again on these platforms.
50727
50728 Signed-off-by: Stefan Roese <sr@denx.de>
50729
50730 commit 36d830c9830379045f5daa9f542ac1c990c70068
50731 Author: Stefan Roese <sr@denx.de>
50732 Date: Tue Feb 20 10:35:42 2007 +0100
50733
50734 [PATCH] PPC4xx: Split 4xx SPD SDRAM init routines into 2 files
50735
50736 Since the existing 4xx SPD SDRAM initialization routines for the
50737 405 SDRAM controller and the 440 DDR controller don't have much in
50738 common this patch splits both drivers into different files.
50739
50740 This is in preparation for the 440 DDR2 controller support (440SP/e).
50741
50742 Signed-off-by: Stefan Roese <sr@denx.de>
50743
50744 commit 79b2d0bb2eae09602448f7a7cb56530d2f31e6c6
50745 Author: Stefan Roese <sr@denx.de>
50746 Date: Tue Feb 20 10:27:08 2007 +0100
50747
50748 [PATCH] PPC4xx: Add support for multiple I2C busses
50749
50750 This patch adds support for multiple I2C busses on the PPC4xx
50751 platforms. Define CONFIG_I2C_MULTI_BUS in the board config file
50752 to make use of this feature.
50753
50754 It also merges the 405 and 440 i2c header files into one common
50755 file 4xx_i2c.h.
50756
50757 Also the 4xx i2c reset procedure is reworked since I experienced
50758 some problems with the first access on the 440SPe Katmai board.
50759
50760 Signed-off-by: Stefan Roese <sr@denx.de>
50761
50762 commit eb867a76238fb38e952c37871b16d0d7fd61c95f
50763 Author: Grant Likely <grant.likely@secretlab.ca>
50764 Date: Tue Feb 20 09:05:45 2007 +0100
50765
50766 [PATCH 9_9] Use "void *" not "unsigned long *" for block dev read_write buffer pointers
50767
50768 Block device read/write is anonymous data; there is no need to use a
50769 typed pointer. void * is fine. Also add a hook for block_read functions
50770
50771 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
50772
50773 commit 53758fa20e935cc87eeb0519ed365df753a6f289
50774 Author: Grant Likely <grant.likely@secretlab.ca>
50775 Date: Tue Feb 20 09:05:38 2007 +0100
50776
50777 [PATCH 8_9] Add block_write hook to block_dev_desc_t
50778
50779 Preparation for future patches which support block device writing
50780
50781 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
50782
50783 commit f4852ebe6ca946a509667eb68be42026f837be76
50784 Author: Grant Likely <grant.likely@secretlab.ca>
50785 Date: Tue Feb 20 09:05:31 2007 +0100
50786
50787 [PATCH 7_9] Replace ace_readw_ace_writeb functions with macros
50788
50789 Register read/write does not need to be wrapped in a full function. The
50790 patch replaces them with macros.
50791
50792 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
50793
50794 commit 3a8ce9af6fcb5744a7851b4440c07688acc40844
50795 Author: Grant Likely <grant.likely@secretlab.ca>
50796 Date: Tue Feb 20 09:05:23 2007 +0100
50797
50798 [PATCH 6_9] Move common_cmd_ace.c to drivers_systemace.c
50799
50800 The code in this file is not a command; it is a device driver. Put it in
50801 the correct place. There are zero functional changes in this patch, it
50802 only moves the file.
50803
50804 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
50805
50806 commit 984618f3e7794c783ec8d1511e74c6ee2d69bfe4
50807 Author: Grant Likely <grant.likely@secretlab.ca>
50808 Date: Tue Feb 20 09:05:16 2007 +0100
50809
50810 [PATCH 5_9] Whitespace fixup on common_cmd_ace.c (using Lindent)
50811
50812 This patch is in preparation of additional changes to the sysace driver.
50813 May as well take this opportunity to fixup the inconsistent whitespace since
50814 this file is about to undergo major changes anyway.
50815
50816 There are zero functional changes in this patch. It only cleans up the
50817 the whitespace.
50818
50819 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
50820
50821 commit 80ba981d940471fe7e539e64fa3d2bd80002beda
50822 Author: Grant Likely <grant.likely@secretlab.ca>
50823 Date: Tue Feb 20 09:05:07 2007 +0100
50824
50825 [PATCH 4_4] Remove local implementation of isprint() in ft_build.c
50826
50827 isprint is already defined in ctype.c
50828
50829 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
50830
50831 commit c95c4280d751ca078c2ff58228d2f2b44ccf0600
50832 Author: Grant Likely <grant.likely@secretlab.ca>
50833 Date: Tue Feb 20 09:05:00 2007 +0100
50834
50835 [PATCH 3_9] Move buffer print code from md command to common function
50836
50837 Printing a buffer is a darn useful thing. Move the buffer print code
50838 into print_buffer() in lib_generic/
50839
50840 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
50841
50842 commit 99b0f0fd3fbf2572ae1a7723dd90cffc8e85130a
50843 Author: Grant Likely <grant.likely@secretlab.ca>
50844 Date: Tue Feb 20 09:04:52 2007 +0100
50845
50846 [PATCH 2_4] Use config.h, not xparameters.h, for xilinx targets
50847
50848 Change the xilinx device drivers and board code to include config.h
50849 instead of xparameters.h directly. config.h always includes the
50850 correct xparameters file. This change reduces the posibility of
50851 including the wrong file when adding a new xilinx board port
50852
50853 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
50854
50855 commit 735dd97b1b20e777d059c7b389fe9d70cd3f80c7
50856 Author: Grant Likely <grant.likely@secretlab.ca>
50857 Date: Tue Feb 20 09:04:34 2007 +0100
50858
50859 [PATCH 1_4] Merge common get_dev() routines for block devices
50860
50861 Each of the filesystem drivers duplicate the get_dev routine. This change
50862 merges them into a single function in part.c
50863
50864 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
50865
50866 commit f5fcc3c20b65554e98a165542c36ee0c610a2d81
50867 Author: Wolfgang Denk <wd@pollux.denx.de>
50868 Date: Mon Feb 19 23:09:51 2007 +0100
50869
50870 MCC200: Software Updater: allow both "ramdisk" and "filesystem" types
50871 as root file system images.
50872
50873 commit 489c696ae7211218961d159e43e722d74c36fcbc
50874 Author: Sergei Poselenov <sposelenov@emcraft.com>
50875 Date: Wed Feb 14 14:30:28 2007 +0300
50876
50877 MCC200: Extensions to Software Update Mechanism
50878
50879 Update / extend Software Update Mechanism for MCC200 board:
50880
50881 - Add support for rootfs image added. The environment variables
50882 "rootfs_st" and "rootfs_nd" can be used to override the default
50883 values of the image start and end.
50884 - Remove excessive key check code.
50885 - Code cleanup.
50886
50887 commit 4be23a12f23f1372634edc3215137b09768b7949
50888 Author: Stefan Roese <sr@denx.de>
50889 Date: Mon Feb 19 08:23:15 2007 +0100
50890
50891 [PATCH] Update Sequoia EBC configuration (NOR FLASH)
50892
50893 As spotted by Matthias Fuchs, the READY input should not be
50894 enabled for the NOR FLASH on the Sequoia board.
50895
50896 Signed-off-by: Stefan Roese <sr@denx.de>
50897
50898 commit 2605e90bf676d48123afe5719a846d2b52b24aac
50899 Author: Heiko Schocher <hs@pollux.denx.de>
50900 Date: Fri Feb 16 07:57:42 2007 +0100
50901
50902 [PATCH] Added support for the jupiter board.
50903
50904 Signed-off-by: Heiko Schocher <hs@denx.de>
50905
50906 commit 497d012e5be0194e1084073d0081eb1a844796b2
50907 Author: Gary Jennejohn <garyj@pollux.denx.de>
50908 Date: Mon Feb 12 13:11:50 2007 +0100
50909
50910 LPC2292: patch from Siemens.
50911
50912 commit b0b1a920aebead0d44146e73676ae9d80fffc8e2
50913 Author: Stefan Roese <sr@denx.de>
50914 Date: Sat Feb 10 08:49:31 2007 +0100
50915
50916 [PATCH] Add missing p3mx.h file to repository (ups)
50917
50918 Signed-off-by: Stefan Roese <sr@denx.de>
50919
50920 commit 53d4a4983fb9b3ae5f7b2f10c599aca2b1b4034a
50921 Author: Bartlomiej Sieka <tur@semihalf.com>
50922 Date: Fri Feb 9 10:45:42 2007 +0100
50923
50924 [Motion-PRO] Preliminary support for the Motion-PRO board.
50925
50926 commit 5a753f98c6a01bd1c61a9a3f95e8329a35f62994
50927 Author: Stefan Roese <sr@denx.de>
50928 Date: Wed Feb 7 16:51:08 2007 +0100
50929
50930 [PATCH] Update some AMCC 4xx board config files (set initrd_high)
50931
50932 Some boards that can have more than 768MBytes of SDRAM need to
50933 set "initrd_high", so that the initrd can be accessed by the
50934 Linux kernel.
50935
50936 Signed-off-by: Stefan Roese <sr@denx.de>
50937
50938 commit 7372ca68227930d03cffa548310524cad5b96733
50939 Author: Stefan Roese <sr@denx.de>
50940 Date: Fri Feb 2 12:44:22 2007 +0100
50941
50942 [PATCH] Correctly display PCI arbiter en-/disabled on some 4xx boards
50943
50944 Previously the strapping DCR/SDR was read to determine if the internal PCI
50945 arbiter is enabled or not. This strapping bit can be overridden, so now
50946 the current status is read from the correct DCR/SDR register.
50947
50948 Signed-off-by: Stefan Roese <sr@denx.de>
50949
50950 commit 2aa54f651a42d198673318f07a20c89a43e4d197
50951 Author: Stefan Roese <sr@denx.de>
50952 Date: Fri Feb 2 12:42:08 2007 +0100
50953
50954 [PATCH] Change configuration output of Sycamore, Yellowstone & Rainier
50955
50956 Signed-off-by: Stefan Roese <sr@denx.de>
50957
50958 commit 23744d6b5bf17592eb6a0ef4f318f6089f55993b
50959 Author: Stefan Roese <sr@denx.de>
50960 Date: Thu Feb 1 13:22:41 2007 +0100
50961
50962 [PATCH] Remove PCI-PNP configuration from Sequoia/Rainier config file
50963
50964 When PCI PNP is enabled the pci pnp configuration routine is called
50965 which sets the PCI_CACHE_SIZE_LINE to 8. This seems to generate some
50966 problems with some PCI cards. For now disable the PCI PNP configuration.
50967
50968 Signed-off-by: Stefan Roese <sr@denx.de>
50969
50970 commit 2902fadade3be7659467e8d074048c6b7068f5c0
50971 Author: Stefan Roese <sr@denx.de>
50972 Date: Wed Jan 31 16:56:10 2007 +0100
50973
50974 [PATCH] Update 440EPx/440GRx cpu detection
50975
50976 Signed-off-by: Stefan Roese <sr@denx.de>
50977
50978 commit d5ea287b02a6945c3977410e364a879dd1a555c8
50979 Author: Stefan Roese <sr@denx.de>
50980 Date: Wed Jan 31 16:38:04 2007 +0100
50981
50982 [PATCH] Update esd cpci5200 files
50983
50984 Signed-off-by: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
50985
50986 commit 8b7d1f0ab7d7c4fe3160bbf74a7e9690d9f3a3ab
50987 Author: Stefan Roese <sr@denx.de>
50988 Date: Wed Jan 31 16:37:34 2007 +0100
50989
50990 [PATCH] Add support for esd mecp5200 board
50991
50992 Signed-off-by: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
50993
50994 commit 71a4e5fda8b60044ab9f46069fa1cfa26bdd07ff
50995 Author: Stefan Roese <sr@denx.de>
50996 Date: Wed Jan 31 12:38:50 2007 +0100
50997
50998 [PATCH] Remove unneccessary yellowstone board config file
50999
51000 Signed-off-by: Stefan Roese <sr@denx.de>
51001
51002 commit e802594b6fa1b166308820c276b96dc0d7cc731c
51003 Author: Stefan Roese <sr@denx.de>
51004 Date: Tue Jan 30 17:06:10 2007 +0100
51005
51006 [PATCH] Update Sequoia (440EPx) config file
51007
51008 The config file now handles the 2nd target, the Rainier (440GRx)
51009 evaluation board better. Additionally the PPC input clock was
51010 adjusted to match the correct value of 33.0 MHz.
51011
51012 Signed-off-by: Stefan Roese <sr@denx.de>
51013
51014 commit 700200c67e73b83751418abe7815840dca8fd6cb
51015 Author: Stefan Roese <sr@denx.de>
51016 Date: Tue Jan 30 17:04:19 2007 +0100
51017
51018 [PATCH] Merge Yosemite & Yellowstone board ports
51019
51020 Now the AMCC eval boards Yosemite (440EP) and Yellowstone (440GR)
51021 share one config file and all board specific files. This way we
51022 don't have to maintain two different sets of files for nearly
51023 identical boards.
51024
51025 Signed-off-by: Stefan Roese <sr@denx.de>
51026
51027 commit 1bbf5eae322f5f1f6427ecc3ac13a0cb7dba8ad6
51028 Author: Stefan Roese <sr@denx.de>
51029 Date: Tue Jan 30 15:01:49 2007 +0100
51030
51031 [PATCH] Update Prodrive SCPU (PDNB3 variant) board
51032
51033 SCPU doesn't use redundant environment in flash.
51034
51035 Signed-off-by: Stefan Roese <sr@denx.de>
51036
51037 commit 6304430ed642ea8fa15c9e5af965ac2e033eec45
51038 Author: Stefan Roese <sr@denx.de>
51039 Date: Tue Jan 30 12:51:07 2007 +0100
51040
51041 [PATCH] alpr: Update alpr board config file
51042
51043 Signed-off-by: Stefan Roese <sr@denx.de>
51044
51045 commit f8db84f132b1e335f20f96138a1f09ed97b08664
51046 Author: Wolfgang Denk <wd@pollux.denx.de>
51047 Date: Tue Jan 30 00:50:40 2007 +0100
51048
51049 LPC2292 SODIMM port coding style cleanup.
51050
51051 commit 6bd2447ee47ee23c18d2b3c7ccd5a20f7626f5b3
51052 Author: Gary Jennejohn <garyj@pollux.denx.de>
51053 Date: Wed Jan 24 12:16:56 2007 +0100
51054
51055 Add port for the lpc2292sodimm evaluation board from EmbeddedArtists
51056
51057 commit 2daf046ba627f85f44195815778140039636244e
51058 Author: Bartlomiej Sieka <tur@semihalf.com>
51059 Date: Tue Jan 23 17:22:06 2007 +0100
51060
51061 [iDMR] Add MTD and JFFS2 support, also add default partition definition.
51062
51063 commit f7db33101fbc9c8f0a10738ce87034875a17aeb9
51064 Author: Bartlomiej Sieka <tur@semihalf.com>
51065 Date: Tue Jan 23 14:21:14 2007 +0100
51066
51067 [iDMR] Flash driver on initialisation write-protects some sectors,
51068 currently sectors 0-3. Sector 3 does not need to be protected, though
51069 (U-boot occupies sectors 0-1 and the environment sector 2). This commit
51070 fixes this, i.e., only sectors 0-2 are protected.
51071
51072 commit 0ed47bb119cd2c4c16edb2548789148f9e6dc9de
51073 Author: Bartlomiej Sieka <tur@semihalf.com>
51074 Date: Tue Jan 23 14:11:22 2007 +0100
51075
51076 [iDMR] Using MII-related commands on iDRM board doesn't work now (e.g.,
51077 "mii device" results in "Unexpected exception"). Fixing this properly
51078 requires some clean-up in the FEC drivers infrastructure for ColdFire, so
51079 this commit disables MII commads for now.
51080
51081 commit 363d1d8f9c99b63daef81f5985cab3fc00edde5c
51082 Author: Bartlomiej Sieka <tur@semihalf.com>
51083 Date: Tue Jan 23 13:25:22 2007 +0100
51084
51085 [ColdFire MCF5271 family] Add CPU detection based on the value of Chip
51086 Identification Register (CIR).
51087
51088 commit fdef388758506765d4d6a7155c8f1584c63ff581
51089 Author: roy zang <tie-fei.zang@freescale.com>
51090 Date: Mon Jan 22 13:19:21 2007 +0800
51091
51092 use CFG_WRITE_SWAPPED_DATA define instead of define CFG_FLASH_CFI_SWAP
51093 The patch by Heiko Schocher <hs@pollux.denx.de> on Jan, 19, 2007
51094 fixes cfi_driver bug for mpc7448hpc2 board. The default cfi_driver can support
51095 mpc7448hpc2 board.
51096
51097 commit a4012396645533aef218354eeba754dff0deace8
51098 Author: Wolfgang Denk <wd@pollux.denx.de>
51099 Date: Fri Jan 19 23:08:39 2007 +0100
51100
51101 Minor code cleanup.
51102
51103 commit f539b7ba7d7ef6dd187c8209609001cb1cd95e39
51104 Author: Heiko Schocher <hs@pollux.denx.de>
51105 Date: Fri Jan 19 19:57:10 2007 +0100
51106
51107 [PATCH] SC3 board: added CFG_CMD_AUTOSCRIPT.
51108
51109 Signed-off-by: Heiko Schocher <hs@denx.de>
51110
51111 commit d0b6e14087ddd8789f224a48e1d33f2a5df4d167
51112 Author: Heiko Schocher <hs@pollux.denx.de>
51113 Date: Fri Jan 19 18:05:26 2007 +0100
51114
51115 [PATCH] CFI: define CFG_WRITE_SWAPPED_DATA for the CFI-Flash driver
51116 if you must swap the bytes between reading/writing.
51117 (Needed for the SC3 board)
51118
51119 Signed-off-by: Heiko Schocher <hs@denx.de>
51120
51121 commit 9d8d5a5bfb64768f29a0cb47fc37cd6f4c40e276
51122 Author: Stefan Roese <sr@denx.de>
51123 Date: Thu Jan 18 16:05:47 2007 +0100
51124
51125 [PATCH] Add support for Prodrive SCPU (PDNB3 variant) board
51126
51127 Signed-off-by: Stefan Roese <sr@denx.de>
51128
51129 commit 0057d758e3e874cbe7f24745d0cce8c1cb6c207e
51130 Author: Stefan Roese <sr@denx.de>
51131 Date: Thu Jan 18 11:54:52 2007 +0100
51132
51133 [PATCH] Update Prodrive P3Mx support
51134
51135 Signed-off-by: Stefan Roese <sr@denx.de>
51136
51137 commit 34167a36c29ee946b727465db5c014746a08e978
51138 Author: Stefan Roese <sr@denx.de>
51139 Date: Thu Jan 18 11:48:10 2007 +0100
51140
51141 [PATCH] Add missing Taishan config file
51142
51143 Signed-off-by: Stefan Roese <sr@denx.de>
51144
51145 commit cb4820725e9fc409c5cbc8e83054a6ed522d2111
51146 Author: Heiko Schocher <hs@pollux.denx.de>
51147 Date: Thu Jan 18 11:28:51 2007 +0100
51148
51149 [PATCH] Fix: Compilerwarnings for SC3 board.
51150 The EBC Configuration Register is now by CFG_EBC_CFG definable
51151 Added JFFS2 support for the SC3 board.
51152
51153 Signed-off-by: Heiko Schocher <hs@denx.de>
51154
51155 commit 5fb692cae57d1710c8f52a427cf7f39a37383fcd
51156 Author: Stefan Roese <sr@denx.de>
51157 Date: Thu Jan 18 10:25:34 2007 +0100
51158
51159 [PATCH] Add support for AMCC Taishan PPC440GX eval board
51160
51161 Signed-off-by: Stefan Roese <sr@denx.de>
51162
51163 commit 6d3e0107235aa0e6a6dcb77f9884497280bf85ad
51164 Author: Wolfgang Denk <wd@pollux.denx.de>
51165 Date: Tue Jan 16 18:30:50 2007 +0100
51166
51167 Raname solidcard3 into sc3; add redundant env for sc3
51168
51169 commit 1bbbbdd20fcec9933697000dcf55ff7972622596
51170 Author: Wolfgang Denk <wd@pollux.denx.de>
51171 Date: Tue Jan 16 12:46:35 2007 +0100
51172
51173 Update default environment for Solidcard3
51174
51175 commit 5a5c56986a9ccf71642c8b6374eb18487b15fecd
51176 Author: Stefan Roese <sr@denx.de>
51177 Date: Mon Jan 15 09:46:29 2007 +0100
51178
51179 [PATCH] Fix 440SPe rev B detection from previous patch
51180
51181 Signed-off-by: Stefan Roese <sr@denx.de>
51182
51183 commit a443d31410c571ee8f970da819a44d698fdd6b1f
51184 Author: Heiko Schocher <hs@pollux.denx.de>
51185 Date: Sun Jan 14 13:35:31 2007 +0100
51186
51187 [FIX] correct I2C Writes for the LM81 Sensor.
51188
51189 Signed-off-by: Heiko Schocher <hs@denx.de>
51190
51191 commit 0bba5452835f19a61204edcda3a58112fd8e2208
51192 Author: Wolfgang Denk <wd@pollux.denx.de>
51193 Date: Sat Jan 13 11:17:10 2007 +0100
51194
51195 Undo commit 3033ebb2: reset command does not take any arguments
51196
51197 Haiying Wang's modification to the reset command was broken, undo it.
51198
51199 Signed-off-by: Wolfgang Denk <wd@denx.de>
51200
51201 commit 95981778cff0038fd9941044d6a3eda810e33258
51202 Author: Stefan Roese <sr@denx.de>
51203 Date: Sat Jan 13 08:01:03 2007 +0100
51204
51205 [PATCH] Update 440SP(e) cpu revisions
51206
51207 Also display enabled/disabled RAID 6 support for 440SP/440SPe PPC's.
51208
51209 Signed-off-by: Stefan Roese <sr@denx.de>
51210
51211 commit 77ddc5b9afb325262fd88752ba430a1dded1f0c7
51212 Author: Stefan Roese <sr@denx.de>
51213 Date: Sat Jan 13 07:59:56 2007 +0100
51214
51215 [PATCH] Update Yellowstone (440GR) to display board rev and PCI bus speed
51216
51217 Now the board revision and the current PCI bus speed are printed after
51218 the board message.
51219
51220 Also the EBC initialising is now done via defines in the board config
51221 file.
51222
51223 Signed-off-by: Stefan Roese <sr@denx.de>
51224
51225 commit 36adff362c2c0141ff8a810d42a7e478f779130f
51226 Author: Stefan Roese <sr@denx.de>
51227 Date: Sat Jan 13 07:59:19 2007 +0100
51228
51229 [PATCH] Update Yosemite (440EP) to display board rev and PCI bus speed
51230
51231 Now the board revision and the current PCI bus speed are printed after
51232 the board message.
51233
51234 Also the EBC initialising is now done via defines in the board config
51235 file.
51236
51237 Signed-off-by: Stefan Roese <sr@denx.de>
51238
51239 commit e0b9ea8c8a294de6a5350ae638879d24b5b709d6
51240 Author: Stefan Roese <sr@denx.de>
51241 Date: Sat Jan 13 07:57:51 2007 +0100
51242
51243 [PATCH] Update Sequoia (440EPx) to display board rev and PCI bus speed
51244
51245 Now the board revision and the current PCI bus speed are printed after
51246 the board message.
51247
51248 Signed-off-by: Stefan Roese <sr@denx.de>
51249
51250 commit ca43ba18e910206ef8063e4b22d282630bff3fd2
51251 Author: Heiko Schocher <hs@pollux.denx.de>
51252 Date: Thu Jan 11 15:44:44 2007 +0100
51253
51254 Added support for the SOLIDCARD III board from Eurodesign
51255
51256 Signed-off-by: Heiko Schocher <hs@denx.de>
51257
51258 commit 6abaee42621c07e81a2cd189ad4368b5e8c50280
51259 Author: Reinhard Thies <Reinhard.Thies@web.de>
51260 Date: Wed Jan 10 14:41:14 2007 +0100
51261
51262 Adjusted default environment for cam5200 board.
51263
51264 commit bab5a90d4ccc1a46a8127b867fa59028cc623ad9
51265 Author: Wolfgang Denk <wd@pollux.denx.de>
51266 Date: Wed Jan 10 15:35:52 2007 +0100
51267
51268 Update CHANGELOG
51269
51270 commit 787fa15860a57833e50bd30555079a9cd4e519b8
51271 Author: Wolfgang Denk <wd@pollux.denx.de>
51272 Date: Wed Jan 10 01:28:39 2007 +0100
51273
51274 Fix auto_update for MCC200 board.
51275
51276 The invocation of do_auto_update() is moved to the end of the
51277 misc_init_r() function, after the flash mappings have been
51278 initialized. Please find attached a patch that implements that
51279 change.
51280
51281 Also correct the decoding of the keypad status. With this update, the
51282 key that will trigger the update is Column 2, Row 2.
51283
51284 commit d9384de2f571046e71081bae22b49e3d5ca2e3d5
51285 Author: Marian Balakowicz <m8@semihalf.com>
51286 Date: Wed Jan 10 00:26:15 2007 +0100
51287
51288 CAM5200 flash driver modifications:
51289 - use CFI driver (replaces custom flash driver) for main 'cam5200' target
51290 - add second build target 'cam5200_niosflash' which still uses custom driver
51291
51292 commit 67fea022fa957f59653b5238c7496f80a6b70432
51293 Author: Markus Klotzbuecher <mk@denx.de>
51294 Date: Tue Jan 9 16:02:48 2007 +0100
51295
51296 SPC1920: cleanup memory contoller setup
51297
51298 commit 8fc2102faa23593c80381437c09f7745a14deb40
51299 Author: Markus Klotzbuecher <mk@denx.de>
51300 Date: Tue Jan 9 14:57:14 2007 +0100
51301
51302 Fix the cpu speed setup to work with all boards.
51303
51304 commit 9295acb77481cf099ef9b40e1fa2d145b3c7490c
51305 Author: Markus Klotzbuecher <mk@denx.de>
51306 Date: Tue Jan 9 14:57:13 2007 +0100
51307
51308 SPC1920: add support for the FM18L08 Ramtron FRAM
51309
51310 commit 38ccd2fdf3364a53fe80e9b365303ecdafc9e223
51311 Author: Markus Klotzbuecher <mk@denx.de>
51312 Date: Tue Jan 9 14:57:13 2007 +0100
51313
51314 SPC1920: update the HPI register addresses to work with the second
51315 generation of hardware
51316
51317 commit 5921e5313fc3eadd42770c2b99badd7fae5ecf1e
51318 Author: Markus Klotzbuecher <mk@creamnet.de>
51319 Date: Tue Jan 9 14:57:13 2007 +0100
51320
51321 Miscellanious spc1920 related cleanups
51322
51323 commit e4c2d37adc8bb1bf69dcf600cbc6c75f916a6120
51324 Author: Markus Klotzbuecher <mk@denx.de>
51325 Date: Tue Jan 9 14:57:12 2007 +0100
51326
51327 SPC1920 GO/NOGO led should be set to color red in U-Boot
51328
51329 commit 0be62728aac459ba268d6d752ed49ec0e2bc7348
51330 Author: Markus Klotzbuecher <mk@creamnet.de>
51331 Date: Tue Jan 9 14:57:12 2007 +0100
51332
51333 Add support for the DS3231 RTC
51334
51335 commit 8139567b60d678584b05f0718a681f2047c5e14f
51336 Author: Markus Klotzbuecher <mk@creamnet.de>
51337 Date: Tue Jan 9 14:57:11 2007 +0100
51338
51339 SMC1 uses external CLK4 instead of BRG on spc1920
51340
51341 commit d8d9de1a02fbd880b613d607143d1f57342affc7
51342 Author: Markus Klotzbuecher <mk@creamnet.de>
51343 Date: Tue Jan 9 14:57:10 2007 +0100
51344
51345 Update the SPC1920 CMB PLD driver
51346
51347 commit 3f34f869162750e5e999fd140f884f5de952bcfe
51348 Author: Markus Klotzbuecher <mk@creamnet.de>
51349 Date: Tue Jan 9 14:57:10 2007 +0100
51350
51351 Add / enable I2C support on the spc1920 board
51352
51353 commit d28707dbce1e9ac2017ad051da4133bf22b4204f
51354 Author: Markus Klotzbuecher <mk@creamnet.de>
51355 Date: Tue Jan 9 14:57:10 2007 +0100
51356
51357 Add support for the tms320671x host port interface (HPI)
51358
51359 commit f4eb54529bb3664c3a562e488b460fe075f79d67
51360 Author: Wolfgang Denk <wd@pollux.denx.de>
51361 Date: Sun Jan 7 00:13:11 2007 +0100
51362
51363 Prepare for release 1.2.0
51364
51365 commit f07ae7a9daef27a3d0213a4f3fe39d5342173c02
51366 Author: Stefan Roese <sr@denx.de>
51367 Date: Sat Jan 6 15:58:09 2007 +0100
51368
51369 [PATCH] 44x: Fix problem with DDR controller setup (refresh rate)
51370
51371 This patch fixes a problem with an incorrect setup for the refresh
51372 timer of the 44x DDR controller in the file cpu/ppc4xx/sdram.c
51373
51374 Signed-off-by: Stefan Roese <sr@denx.de>
51375
51376 commit f16c1da9577f06c5fc08651a4065537407de4635
51377 Author: Stefan Roese <sr@denx.de>
51378 Date: Sat Jan 6 15:56:13 2007 +0100
51379
51380 [PATCH] Update ALPR board files
51381
51382 This update brings the ALPR board support to the newest version.
51383 It also fixes a problem with the NAND driver.
51384
51385 Signed-off-by: Stefan Roese <sr@denx.de>
51386
51387 commit cd1d937f90250a32988c37b2b4af8364d25de8ed
51388 Author: Stefan Roese <sr@denx.de>
51389 Date: Fri Jan 5 11:46:05 2007 +0100
51390
51391 [PATCH] nand: Fix problem with oobsize calculation
51392
51393 Here the description from Brian Brelsford <Brian_Brelsford@dell.com>:
51394
51395 The Hynix part returns a 0x1d in the 4th ID byte. The Samsung part
51396 returns a 0x15. In the code fragment below bits [1:0] determine the
51397 page size, it is ANDed via "(extid & 0x3)" then shifted out. The
51398 next field is also ANDed with 0x3. However this is a one bit field
51399 as defined in the Hynix and Samsung parts in the 4th ID byte that
51400 determins the oobsize, not a two bit field. It works on Samsung as
51401 bits[3:2] are 01. However for the Hynix there is a 11 in these two
51402 bits, so the oob size gets messed up.
51403
51404 I checked the correct linux code and the suggested fix from Brian is
51405 also available in the linux nand mtd driver.
51406
51407 Signed-off-by: Stefan Roese <sr@denx.de>
51408
51409 commit a78bc443ae5a4a8ba87590587d5e35bf5a787b2e
51410 Author: Stefan Roese <sr@denx.de>
51411 Date: Fri Jan 5 10:40:36 2007 +0100
51412
51413 [PATCH] Clear PLB4A0_ACR[WRP] on Sequoia (440EPx)
51414
51415 This fix will make the MAL burst disabling patch for the Linux
51416 EMAC driver obsolete.
51417
51418 Signed-off-by: Stefan Roese <sr@denx.de>
51419
51420 commit 023889838282b6237b401664f22dd22dfba2c066
51421 Author: Stefan Roese <sr@denx.de>
51422 Date: Fri Jan 5 10:38:05 2007 +0100
51423
51424 [PATCH] Add DDR2 optimization code for Sequoia (440EPx) board
51425
51426 This code will optimize the DDR2 controller setup on a board specific
51427 basis.
51428
51429 Note: This code doesn't work right now on the NAND booting image for the
51430 Sequoia board, since it doesn't fit into the 4kBytes for the SPL image.
51431
51432 Signed-off-by: Stefan Roese <sr@denx.de>
51433
51434 commit cce4acbb68398634b8d011ed7bb0d12269c84230
51435 Author: Bartlomiej Sieka <tur@semihalf.com>
51436 Date: Thu Dec 28 19:08:21 2006 +0100
51437
51438 Few V38B changes:
51439 - fix a typo in V38B config file
51440 - move watchdog initialisation earlier in the boot process
51441 - add "wdt=off" to default kernel command line (disables kernel watchdog)
51442
51443 commit 92eb729bad876725aeea908d2addba0800620840
51444 Author: Wolfgang Denk <wd@pollux.denx.de>
51445 Date: Wed Dec 27 01:26:13 2006 +0100
51446
51447 Fix bug in adaption of Stefano Babic's CFI driver patch.
51448
51449 commit 9c0f42ecfe25f7ffce8ec7a815f03864d723ffe3
51450 Author: Wolfgang Denk <wd@pollux.denx.de>
51451 Date: Sun Dec 24 01:42:57 2006 +0100
51452
51453 Minor code cleanup.
51454
51455 commit d784fdb05900ada3686d5778783e1fb328e9fb66
51456 Author: Stefano Babic <sbabic@denx.de>
51457 Date: Tue Dec 12 00:22:42 2006 +0100
51458
51459 Fix cfi failure with Spansion Flash (Spansion Flash Devices have a different offset to go into CFI mode)
51460
51461 commit 1b3c360c235dc684ec06c2d5f183f0a282ce45e2
51462 Author: Stefan Roese <sr@denx.de>
51463 Date: Fri Dec 22 14:29:40 2006 +0100
51464
51465 [PATCH] Fix sequoia flash autodetection (finally correct)
51466
51467 Now 32MByte and 64MByte FLASH is know to work and other
51468 configurations should work too.
51469
51470 Signed-off-by: Stefan Roese <sr@denx.de>
51471
51472 commit 82e5236a8b719543643fd26d5827938ab2b94818
51473 Author: Wolfgang Denk <wd@pollux.denx.de>
51474 Date: Fri Dec 22 10:30:26 2006 +0100
51475
51476 Minor code cleanup; update CHANGELOG.
51477
51478 commit fa23044564091f05d9695beb7b5b9a931e7f41a4
51479 Author: Heiko Schocher <hs@pollux.denx.de>
51480 Date: Thu Dec 21 17:17:02 2006 +0100
51481
51482 Added support for the TQM8272 board from TQ
51483
51484 Signed-off-by: Heiko Schocher <hs@denx.de>
51485
51486 commit 6dedf3d49dd14c3bf541c8ecee7ffaac5f0e1d6c
51487 Author: Heiko Schocher <hs@pollux.denx.de>
51488 Date: Thu Dec 21 16:14:48 2006 +0100
51489
51490 [PATCH] Add support for the UC101 board from MAN.
51491
51492 Signed-off-by: Heiko Schocher <hs@denx.de>
51493
51494 commit c84bad0ef60e7055ab0bd49b93069509cecc382a
51495 Author: Bartlomiej Sieka <tur@semihalf.com>
51496 Date: Wed Dec 20 00:29:43 2006 +0100
51497
51498 Fix to make the baudrate changes immediate for the MCF52x2 family.
51499
51500 commit daa6e418bcc0c717752e8de939c213c790286096
51501 Author: Bartlomiej Sieka <tur@semihalf.com>
51502 Date: Wed Dec 20 00:27:32 2006 +0100
51503
51504 Preliminary support for the iDMR board (ColdFire).
51505
51506 commit cdb97a6678826f85e7c69eae6a1c113d034c9b10
51507 Author: Andrei Safronov <safronov@pollux.denx.de>
51508 Date: Fri Dec 8 16:23:08 2006 +0100
51509
51510 automatic update mechanism
51511
51512 commit 9d27b3a0685ff99fc477983f315c04d49f657a8a
51513 Author: roy zang <tie-fei.zang@freescale.com>
51514 Date: Mon Dec 4 17:56:59 2006 +0800
51515
51516 Slight code clean up.
51517 Add comments, delete duplicate define and remove spaces.
51518 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
51519
51520 commit 4dbcd69e3e2776ea334590d5768e3692c5fae5c1
51521 Author: roy zang <tie-fei.zang@freescale.com>
51522 Date: Mon Dec 4 17:54:21 2006 +0800
51523
51524 Introduce PLL_CFG[0:4] table for processor 7448/7447A/7455/7457. The original
51525 multiplier table can not refect the real PLL clock behavior of these
51526 processors. Please refer to the hardware specification for detailed
51527 information of the corresponding processors.
51528 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
51529
51530 commit 4efe20c9579011d9987f62ed7d35ee8cdc1cf0e0
51531 Author: roy zang <tie-fei.zang@freescale.com>
51532 Date: Mon Dec 4 14:46:23 2006 +0800
51533
51534 Remove the static MAC address, ip address, server ip, netmask and
51535 gateway ip for network setting.
51536 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
51537
51538 commit 6f12c61cf31ed73d72ddfcfc712a854a3a177aaf
51539 Author: roy zang <tie-fei.zang@freescale.com>
51540 Date: Mon Dec 4 14:33:08 2006 +0800
51541
51542 Remove the duplicate memory test code for mpc744ihpc2 board.
51543 If a memory test is needed, please use the functions in
51544 post/memory.c or memtest command.
51545 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
51546
51547 commit c9c1eeed7dd193fa65fb194654132040d49d4d3a
51548 Author: roy zang <tie-fei.zang@freescale.com>
51549 Date: Fri Dec 1 19:01:25 2006 +0800
51550
51551 Fix the exception occuring in RAM table search issue.
51552 The original search_one_table() function code can only processes the search
51553 for the exception occurring in FLASH/ROM, because the exception and fixup
51554 table usually locate in FLASH. If the exception address is also in
51555 FLASH, it will be OK.
51556 If the exception occurs in RAM, after the u-boot relocation, a
51557 relocation offset should be added.
51558
51559 clean up the code in cpu/74xx_7xx/cpu.c
51560
51561 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
51562
51563 commit ee311214e0d216f904feea269599d0934bf71f23
51564 Author: roy zang <tie-fei.zang@freescale.com>
51565 Date: Fri Dec 1 11:47:36 2006 +0800
51566
51567 Clean up the code according to codestyle:
51568 (1) remove some C++ comments.
51569 (2) remove trailing white space.
51570 (3) remove trailing empty line.
51571 (4) Indentation by table.
51572 (5) remove {} in one line condition.
51573 (6) add space before '(' in function call.
51574 Remove some weird printf () output.
51575 Add necessary comments.
51576 Modified Makefile to support building in a separate directory.
51577
51578 commit dd520bf314c7add4183c5191692180f576f96b60
51579 Author: Wolfgang Denk <wd@pollux.denx.de>
51580 Date: Thu Nov 30 18:02:20 2006 +0100
51581
51582 Code cleanup.
51583
51584 commit 8d9a8610b8256331132227e9e6585c6bd5742787
51585 Author: Wolfgang Denk <wd@pollux.denx.de>
51586 Date: Thu Nov 30 01:54:07 2006 +0100
51587
51588 Code cleanup. Update CHANGELOG.
51589
51590 commit 726e90aacf0b1ecb0e7055be574622fbe3e450ba
51591 Author: Grant Likely <grant.likely@secretlab.ca>
51592 Date: Wed Nov 29 16:23:42 2006 +0100
51593
51594 [PATCH] [MPC52xx] Use IPB bus frequency for SOC peripherals
51595
51596 The soc node of the mpc52xx needs to be loaded with the IPB bus frequency,
51597 not the XLB frequency.
51598
51599 This patch depends on the previous patches for MPC52xx device tree support
51600
51601 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
51602 Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
51603
51604 commit 1eac2a71417b6675b11aace72102a2e7fde8f5c6
51605 Author: Stefan Roese <sr@denx.de>
51606 Date: Wed Nov 29 15:42:37 2006 +0100
51607
51608 [PATCH] Add support for Prodrive P3M750 & P3M7448 (P3Mx) boards
51609
51610 This patch adds support for the Prodrive P3M750 (PPC750 & MV64460)
51611 and the P3M7448 (MPC7448 & MV64460) PMC modules. Both modules are
51612 quite similar and share the same board directory "prodrive/p3mx"
51613 and the same config file "p3mx.h".
51614
51615 Signed-off-by: Stefan Roese <sr@denx.de>
51616
51617 commit 1bdd46832aeb569f5e04b1f20f64318525b6525a
51618 Author: Stefan Roese <sr@denx.de>
51619 Date: Wed Nov 29 12:53:15 2006 +0100
51620
51621 [PATCH] common/cmd_elf.c: Enable loadaddr as parameter in bootvx command
51622
51623 In the bootvx command the load address was only read from the env
51624 variable "loadaddr" and not optionally passed as paramter as described
51625 in the help. This is fixed with this patch. The behaviour is now the
51626 same as in the bootelf command.
51627
51628 Signed-off-by: Stefan Roese <sr@denx.de>
51629
51630 commit 4e26f1074c3ac1bd8fd094f0dc4a1c4a0b15a592
51631 Author: Stefan Roese <sr@denx.de>
51632 Date: Wed Nov 29 12:03:57 2006 +0100
51633
51634 [PATCH] include/ppc440.h minor error affecting interrupts
51635
51636 Fixed include/ppc440.c for UIC address Bug
51637
51638 Corrects bug affecting the addresses for the universal interrupt
51639 controller UIC2 and UIC3 on the PPC440 Epx, GRx, and SPE chips.
51640
51641 Signed-off-by: Jeff Mann <mannj@embeddedplanet.com>
51642 Signed-off-by: Stefan Roese <sr@denx.de>
51643
51644 commit 1939d969443ccf316cab2bf32ab1027d4db5ba1a
51645 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
51646 Date: Tue Nov 28 16:17:27 2006 -0600
51647
51648 Make fsl-i2c not conflict with SOFT I2C
51649
51650 Signed-off-by: Timur Tabi <timur@freescale.com>
51651
51652 commit 14198bf768fdc958e3c1afd2404e5262208e98d7
51653 Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
51654 Date: Tue Nov 28 16:17:18 2006 -0600
51655
51656 Fix I2C master address initialization.
51657
51658 Signed-off-by: Timur Tabi <timur@freescale.com>
51659
51660 commit cf3d045e51ca8dcc6cf759827140861d6ac25c04
51661 Author: Kim Phillips <kim.phillips@freescale.com>
51662 Date: Tue Nov 28 23:31:19 2006 -0600
51663
51664 Assign maintainers for mpc8349emds and mpc8360emds
51665
51666 Dave for mpc8360emds, and me for mpc8349emds.
51667
51668 commit 1aa934c81b77f2080d3ca4b226eab67b17a33961
51669 Author: Kim Phillips <kim.phillips@freescale.com>
51670 Date: Tue Nov 28 23:28:33 2006 -0600
51671
51672 Eliminate gcc 4 'used uninitialized' warnings in drivers/qe/uccf.c
51673
51674 give initial values for reg_num, shift, p_cmxucr in ucc_set_clk_src
51675 since they are passed by reference to ucc_get_cmxucr_reg and assigned.
51676
51677 commit e857a5bdb3954b896c0920cb9d8d2b1b9c107ce5
51678 Author: Timur Tabi <timur@freescale.com>
51679 Date: Tue Nov 28 12:09:35 2006 -0600
51680
51681 mpc83xx: Miscellaneous code style fixes
51682
51683 Implement various code style fixes and similar changes.
51684
51685 Signed-off-by: Timur Tabi <timur@freescale.com>
51686
51687 commit e59581c56ab5d6e0207ddac3b2c1d55cb36ec706
51688 Author: Stefan Roese <sr@denx.de>
51689 Date: Tue Nov 28 17:55:49 2006 +0100
51690
51691 [PATCH] Enable the IceCube/lite5200 variants to pass a device tree to Linux.
51692
51693 This patch adds the code and configuration necessary to boot with an
51694 arch/powerpc Linux kernel.
51695
51696 Signed-off-by: Grant Likely <grant.likely@gmail.com>
51697 Acked-by: Jon Loeliger <jdl@freescale.com>
51698
51699 commit e732faec95a83cb468b4850ae807c8301dde8f6a
51700 Author: Stefan Roese <sr@denx.de>
51701 Date: Tue Nov 28 16:09:24 2006 +0100
51702
51703 [PATCH] PPC4xx: 440SP Rev. C detection added
51704
51705 Signed-off-by: Stefan Roese <sr@denx.de>
51706
51707 commit e7f3e9ff01fbd7fa72eb42a9675fbed6bc4736b0
51708 Author: Stefan Roese <sr@denx.de>
51709 Date: Tue Nov 28 11:04:45 2006 +0100
51710
51711 [PATCH] nand: Fix patch merge problem
51712
51713 Signed-off-by: Stefan Roese <sr@denx.de>
51714
51715 commit 58e3b14c18ed3288ceef8d086946dbf3df64ccf2
51716 Author: Stefan Roese <sr@denx.de>
51717 Date: Tue Nov 28 11:04:45 2006 +0100
51718
51719 [PATCH] nand: Fix patch merge problem
51720
51721 Signed-off-by: Stefan Roese <sr@denx.de>
51722
51723 commit 4f4b602ec7524a032bdf3c6d28c7f525a4a67eaa
51724 Author: Wolfgang Denk <wd@pollux.denx.de>
51725 Date: Mon Nov 27 22:53:53 2006 +0100
51726
51727 Update CHANGELOG
51728
51729 commit f6e495f54cdb8fe340b9c03deab40ad746d52fae
51730 Author: Stefan Roese <sr@denx.de>
51731 Date: Mon Nov 27 17:43:25 2006 +0100
51732
51733 [PATCH] 4xx_enet.c: Correct the setting of zmiifer register
51734
51735 Patch below corrects the setting of the zmiifer register, it was
51736 overwritting the register rather than ORing the settings.
51737
51738 Signed-off-by: Neil Wilson <NWilson@airspan.com>
51739 Signed-off-by: Stefan Roese <sr@denx.de>
51740
51741 commit d1a72545296800b7e219f93104ad5836f0003d66
51742 Author: Stefan Roese <sr@denx.de>
51743 Date: Mon Nov 27 17:34:10 2006 +0100
51744
51745 [PATCH] Select NAND embedded environment from board configuration
51746
51747 The current NAND Bootloader setup forces the environment
51748 variables to be in line with the bootloader. This change
51749 enables the configuration to be made in the board include
51750 file instead so that it can be individually enabled.
51751
51752 Signed-off-by: Nick Spence <nick.spence@freescale.com>
51753 Signed-off-by: Stefan Roese <sr@denx.de>
51754
51755 commit 15784862857c3c2214498defcfed84ff137fb81e
51756 Author: Stefan Roese <sr@denx.de>
51757 Date: Mon Nov 27 17:22:19 2006 +0100
51758
51759 [PATCH] nand_wait() timeout fixes
51760
51761 Two fixes for the nand_wait() function in
51762 drivers/nand/nand_base.c:
51763
51764 1. Use correct timeouts. The original timeouts in Linux
51765 source are 400ms and 20ms not 40s and 20s
51766
51767 2. Return correct error value in case of timeout. 0 is
51768 interpreted as OK.
51769
51770 Signed-off-by: Rui Sousa <rui.sousa@laposte.net>
51771 Signed-off-by: Stefan Roese <sr@denx.de>
51772
51773 commit da5553b095bf04f4f109ad7e565dae3aba47b230
51774 Author: Stefan Roese <sr@denx.de>
51775 Date: Mon Nov 27 17:04:06 2006 +0100
51776
51777 [PATCH] Allow CONFIG_OF_FLAT_TREE to boot a non-arch/powerpc kernel
51778
51779 This patch allows an arch/ppc kernel to be booted by just passing 1 or 2
51780 arguments to bootm. It removes the getenv("disable_of") test that used
51781 to be used for this purpose.
51782
51783 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
51784 Acked-by: Jon Loeliger <jdl@freescale.com>
51785
51786 commit a9398e018593782c5fa7d0741955fc1256b34c1e
51787 Author: Wolfgang Denk <wd@pollux.denx.de>
51788 Date: Mon Nov 27 15:32:42 2006 +0100
51789
51790 Minor code cleanup. Update CHANGELOG.
51791
51792 commit 1729b92cde575476684bffe819d0b7791b57bff2
51793 Author: Stefan Roese <sr@denx.de>
51794 Date: Mon Nov 27 14:52:04 2006 +0100
51795
51796 [PATCH] 4xx: Fix problem with board specific reset code (now for real)
51797
51798 Signed-off-by: Stefan Roese <sr@denx.de>
51799
51800 commit cc5ee8a92a0e3ca6f727af71b8fd206460c7afd7
51801 Author: Stefan Roese <sr@denx.de>
51802 Date: Mon Nov 27 14:49:51 2006 +0100
51803
51804 [PATCH] alpr: remove unused board specific flash driver
51805
51806 Signed-off-by: Stefan Roese <sr@denx.de>
51807
51808 commit 1f94d162e2b5f0edc28d9fb11482502c44d218e1
51809 Author: Stefan Roese <sr@denx.de>
51810 Date: Mon Nov 27 14:48:41 2006 +0100
51811
51812 [PATCH] 4xx: Fix problem with board specific reset code
51813
51814 Signed-off-by: Stefan Roese <sr@denx.de>
51815
51816 commit ec0c2ec725aec9524a177a77ce75559e644a931a
51817 Author: Stefan Roese <sr@denx.de>
51818 Date: Mon Nov 27 14:46:06 2006 +0100
51819
51820 [PATCH] Remove testing 4xx enet PHY setup
51821
51822 Signed-off-by: Stefan Roese <sr@denx.de>
51823
51824 commit 1c2ce2262069510f31c7d3fd7efd3d58b8c0c148
51825 Author: Stefan Roese <sr@denx.de>
51826 Date: Mon Nov 27 14:12:17 2006 +0100
51827
51828 [PATCH] Update Prodrive ALPR board support (440GX)
51829
51830 Signed-off-by: Stefan Roese <sr@denx.de>
51831
51832 commit 58b485776698c3d71ec5a215e392123b4c15afa3
51833 Author: Markus Klotzbuecher <mk@denx.de>
51834 Date: Mon Nov 27 11:51:21 2006 +0100
51835
51836 Add a small README with information on the generic ohci driver.
51837
51838 commit ae3b770e4eae8e98b6e9e29662e18c47fdf0171f
51839 Author: Markus Klotzbuecher <mk@denx.de>
51840 Date: Mon Nov 27 11:46:46 2006 +0100
51841
51842 Fix some endianness issues related to the generic ohci driver
51843
51844 commit 7b59b3c7a8ce2e4b567abf99c1cd667bf35b9418
51845 Author: Markus Klotzbuecher <mk@denx.de>
51846 Date: Mon Nov 27 11:44:58 2006 +0100
51847
51848 Introduced the configuration option CONFIG_USB_OHCI_NEW in order to be able
51849 to choose between the old and the generic OHCI drivers.
51850
51851 commit 53e336e9ffc51035bdc4e5867631b3378761b4df
51852 Author: Markus Klotzbuecher <mk@denx.de>
51853 Date: Mon Nov 27 11:43:09 2006 +0100
51854
51855 Modified the mpc5xxx and the ppc4xx cpu to use the generic OHCI driver
51856 and adapted board configs TQM5200 and yosemite accordingly. This commit
51857 also makes the maximum number of root hub ports configurable
51858 (CFG_USB_OHCI_MAX_ROOT_PORTS).
51859
51860 commit 78d620ebb5871d252270dedfad60c6568993b780
51861 Author: Wolfgang Denk <wd@atlas.denx.de>
51862 Date: Thu Nov 23 22:58:58 2006 +0100
51863
51864 Updates for TQM5200 modules:
51865 - fix off-by-one error in board/tqm5200/cam5200_flash.c error message
51866 - simplify "udate" definitions
51867
51868 commit 2053283304eeddf250d109e6791eb6fa4cad14f7
51869 Author: Stefan Roese <sr@denx.de>
51870 Date: Wed Nov 22 13:20:50 2006 +0100
51871
51872 [PATCH] PPC4xx start.S: Fix for processor errata
51873
51874 Fixed cpu/ppc4xx/start.S for 440EPx Errata: further corrects PPC440EPx
51875 errata 1.12: 440_33 by moving patch up in code.
51876
51877 Signed-off-by: Jeff Mann <mannj@embeddedplanet.com>
51878 Signed-off-by: Stefan Roese <sr@denx.de>
51879
51880 commit 4ef6251403f637841000e0fef9e832aa01339822
51881 Author: Stefan Roese <sr@denx.de>
51882 Date: Mon Nov 20 20:39:52 2006 +0100
51883
51884 [PATCH] Update AMCC Sequoia config file to support 64MByte NOR FLASH
51885
51886 Signed-off-by: Stefan Roese <sr@denx.de>
51887
51888 commit e4bbd8da164b976d38616bd9c69c5e86e193cdf0
51889 Author: Wolfgang Denk <wd@pollux.denx.de>
51890 Date: Mon Nov 20 10:28:30 2006 +0100
51891
51892 Update CHANGELOG
51893
51894 commit 260421a21e934a68d31fb6125b0fbd2631a8ca20
51895 Author: Stefan Roese <sr@denx.de>
51896 Date: Mon Nov 13 13:55:24 2006 +0100
51897
51898 [PATCH] CFI driver AMD Command Set Top boot geometry reversal, etc. [Updated]
51899
51900 * Adds support for AMD command set Top Boot flash geometry reversal
51901 * Adds support for reading JEDEC Manufacturer ID and Device ID
51902 * Adds support for displaying command set, manufacturer id and
51903 device ids (flinfo)
51904 * Makes flinfo output to be consistent when CFG_FLASH_EMPTY_INFO defined
51905 * Removes outdated change history (refer to git log instead)
51906
51907 Signed-off-by: Tolunay Orkun <listmember@orkun.us>
51908 Signed-off-by: Stefan Roese <sr@denx.de>
51909
51910 commit b21b511d4c50408f4853f46f06b601272196223f
51911 Author: Wolfgang Denk <wd@pollux.denx.de>
51912 Date: Sun Nov 12 21:13:23 2006 +0100
51913
51914 Update CHANGELOG
51915
51916 commit ce3f1a40c507afbab06c5eb58ccdc6713eda3245
51917 Author: Bartlomiej Sieka <tur@semihalf.com>
51918 Date: Sat Nov 11 22:48:22 2006 +0100
51919
51920 Disable the watchdog in the default config for the V38B board.
51921
51922 commit 44a47e6db2694841211f1c8fdbafd36992e9cd1a
51923 Author: Bartlomiej Sieka <tur@semihalf.com>
51924 Date: Sat Nov 11 22:43:00 2006 +0100
51925
51926 Change the GPIO pin multiplexing configuration for V38B. The USB GPIO pin
51927 group is enabled for USB earlier (in cpu_init_f() instead of
51928 usb_lowlevel_init()).
51929
51930 commit 91650b3e4de688038d4f71279c44858e3e2c6870
51931 Author: Wolfgang Denk <wd@pollux.denx.de>
51932 Date: Mon Nov 6 17:06:36 2006 +0100
51933
51934 Sequential accesses to non-existent memory must be synchronized,
51935 at least on G2 cores.
51936
51937 This fixes get_ram_size() problems on MPC5200 Rev. B boards.
51938
51939 commit be5e61815d5a1fac290ce9c0ef09cb6a8e4288fa
51940 Author: Timur Tabi <timur@freescale.com>
51941 Date: Fri Nov 3 19:15:00 2006 -0600
51942
51943 mpc83xx: Update 83xx to use fsl_i2c.c
51944
51945 Update the 83xx tree to use I2C support in drivers/fsl_i2c.c. Delete
51946 cpu/mpc83xx/i2c.c, include/asm-ppc/i2c.h, and all references to those files.
51947 Added multiple I2C bus support to fsl_i2c.c.
51948
51949 Signed-off-by: Timur Tabi <timur@freescale.com>
51950
51951 commit d239d74b1c937984bc519083a8e7de373a390f06
51952 Author: Timur Tabi <timur@freescale.com>
51953 Date: Fri Nov 3 12:00:28 2006 -0600
51954
51955 mpc83xx: Replace CFG_IMMRBAR with CFG_IMMR
51956
51957 Replace all instances of CFG_IMMRBAR with CFG_IMMR, so that the 83xx
51958 tree matches the other 8xxx trees.
51959
51960 Signed-off-by: Timur Tabi <timur@freescale.com>
51961
51962 commit f7fb2e703ec9688541416962724adff70a7322cb
51963 Author: Kim Phillips <kim.phillips@freescale.com>
51964 Date: Thu Nov 2 19:47:11 2006 -0600
51965
51966 mpc83xx: Lindent and clean up cpu/mpc83xx/speed.c
51967
51968 commit 90f30a710a3c619b5405860a686c4ddfc495d4b6
51969 Author: Dave Liu <daveliu@freescale.com>
51970 Date: Thu Nov 2 18:05:50 2006 -0600
51971
51972 mpc83xx: Fix the incorrect dcbz operation
51973
51974 The 834x rev1.x silicon has one CPU5 errata.
51975
51976 The issue is when the data cache locked with
51977 HID0[DLOCK], the dcbz instruction looks like no-op inst.
51978
51979 The right behavior of the data cache is when the data cache
51980 Locked with HID0[DLOCK], the dcbz instruction allocates
51981 new tags in cache.
51982
51983 The 834x rev3.0 and later and 8360 have not this bug inside.
51984
51985 So, when 834x rev3.0/8360 are working with ECC, the dcbz
51986 instruction will corrupt the stack in cache, the processor will
51987 checkstop reset.
51988
51989 However, the 834x rev1.x can work with ECC with these code,
51990 because the sillicon has this cache bug. The dcbz will not
51991 corrupt the stack in cache.
51992 Really, it is the fault code running on fault sillicon.
51993
51994 This patch fix the incorrect dcbz operation. Instead of
51995 CPU FP writing to initialise the ECC.
51996
51997 CHANGELOG:
51998 * Fix the incorrect dcbz operation instead of CPU FP
51999 writing to initialise the ECC memory. Otherwise, it
52000 will corrupt the stack in cache, The processor will checkstop
52001 reset.
52002
52003 Signed-off-by: Dave Liu <daveliu@freescale.com>
52004
52005 commit bf0b542d6773a5a1cbce77691f009b06d9aeb57d
52006 Author: Kim Phillips <kim.phillips@freescale.com>
52007 Date: Wed Nov 1 00:10:40 2006 -0600
52008
52009 mpc83xx: add OF_FLAT_TREE bits to 83xx boards
52010
52011 add ft_pci_setup, OF_CPU, OF_SOC, OF_TBCLK, and
52012 STDOUT_PATH configuration bits to mpc8349emds,
52013 mpc8349itx, and mpc8360emds board code.
52014
52015 redo environment to use bootm with the fdtaddr
52016 for booting ARCH=powerpc kernels by default,
52017 and provide default fdtaddr values.
52018
52019 commit 48041365b3420589ad464ebc7752e0053538b729
52020 Author: Kim Phillips <kim.phillips@freescale.com>
52021 Date: Wed Nov 1 00:07:25 2006 -0600
52022
52023 mpc83xx: change ft code to modify local-mac-address property
52024
52025 Update 83xx OF code to update local-mac-address properties
52026 for ethernet instead of the obsolete 'address' property.
52027
52028 commit 9ca880a250870a7d55754291b5591d2b5fe89b54
52029 Author: Timur Tabi <timur@freescale.com>
52030 Date: Tue Oct 31 21:23:16 2006 -0600
52031
52032 mpc83xx: Fix dual I2C support for the MPC8349ITX, MPC8349EMDS, TQM834x, and MPC8360EMDS
52033
52034 This patch also adds an improved I2C set_speed(), which handles all clock
52035 frequencies.
52036
52037 Signed-off-by: Timur Tabi <timur@freescale.com>
52038
52039 commit ac4b5622ce050b5ee1e154b98df630d778661632
52040 Author: Dave Liu <daveliu@freescale.com>
52041 Date: Tue Oct 31 19:54:59 2006 -0600
52042
52043 mpc83xx: add the README.mpc8360emds
52044
52045 add doc/README.mpc8360emds to accompany the new board support
52046
52047 commit 7737d5c658c606f999dfbe3e86b0fed49e5c50ef
52048 Author: Dave Liu <daveliu@freescale.com>
52049 Date: Fri Nov 3 12:11:15 2006 -0600
52050
52051 mpc83xx: add QE ethernet support
52052
52053 this patch adds support for the QUICC Engine based UCC gigabit ethernet device.
52054
52055 commit 5f8204394e39bbe8cd9f08b8f8d145b6c01f7c73
52056 Author: Dave Liu <daveliu@freescale.com>
52057 Date: Fri Nov 3 19:33:44 2006 -0600
52058
52059 mpc83xx: Add MPC8360EMDS basic board support
52060
52061 Add support for the Freescale MPC8360EMDS board.
52062 Includes DDR, DUART, Local Bus, PCI.
52063
52064 commit 23892e49352de74f7fac36ff90bb1be143d195e3
52065 Author: Dave Liu <daveliu@freescale.com>
52066 Date: Tue Oct 31 19:30:40 2006 -0600
52067
52068 mpc83xx: add the QUICC Engine (QE) immap file
52069
52070 common QE immap file. Also required for 8360.
52071
52072 commit b701652a4992bdcc62fb1a6038a85beef9e55da4
52073 Author: Dave Liu <daveliu@freescale.com>
52074 Date: Tue Oct 31 19:25:38 2006 -0600
52075
52076 mpc83xx: Add 8360 specifics to 83xx immap
52077
52078 Mainly add QE device dependencies, with appropriate 8360 protection.
52079 Lindent also run.
52080
52081 commit 988833324a7fda482c8ac3ca23eb539f8232e404
52082 Author: Timur Tabi <timur@freescale.com>
52083 Date: Tue Oct 31 19:14:41 2006 -0600
52084
52085 mpc83xx: Fix PCI, USB, bootargs for MPC8349E-mITX
52086
52087 PREREQUISITE PATCHES:
52088
52089 * This patch can only be applied after the following patches have been applied:
52090
52091 1) DNX#2006092142000015 "Add support for the MPC8349E-mITX 1/2"
52092 2) DNX#2006092142000024 "Add support for the MPC8349E-mITX 2/2"
52093
52094 CHANGELOG:
52095
52096 * For the 8349E-mITX, fix some size values in pci_init_board(), enable
52097 the clock for the 2nd USB board (Linux kernel will hang otherwise),
52098 and fix the CONFIG_BOOTARGS macro.
52099
52100 Signed-off-by: Timur Tabi <timur@freescale.com>
52101
52102 commit 2ad6b513b31070bd0c003792ed1c3e7f5d740357
52103 Author: Timur Tabi <timur@freescale.com>
52104 Date: Tue Oct 31 18:44:42 2006 -0600
52105
52106 mpc83xx: Add support for the MPC8349E-mITX
52107
52108 PREREQUISITE PATCHES:
52109
52110 * This patch can only be applied after the following patches have been applied:
52111
52112 1) DNX#2006090742000024 "Add support for multiple I2C buses"
52113 2) DNX#2006090742000033 "Multi-bus I2C implementation of MPC834x"
52114 3) DNX#2006091242000041 "Additional MPC8349 support for multibus i2c"
52115 4) DNX#2006091242000078 "Add support for variable flash memory sizes on 83xx systems"
52116 5) DNX#2006091242000069 "Add support for Errata DDR6 on MPC 834x systems"
52117
52118 CHANGELOG:
52119
52120 * Add support for the Freescale MPC8349E-mITX reference design platform.
52121 The second TSEC (Vitesse 7385 switch) is not supported at this time.
52122
52123 Signed-off-by: Timur Tabi <timur@freescale.com>
52124
52125 commit 183da6d9b446cc12123455844ad1187e2375626f
52126 Author: Ben Warren <bwarren@qstreams.com>
52127 Date: Tue Sep 12 10:15:53 2006 -0400
52128
52129 Additional MPC8349 support for multibus i2c
52130
52131 Hello,
52132
52133 Here is a patch for a file that was accidentally left out of a previous
52134 attempt.
52135
52136 It accompanies the patch with ticket DNX#2006090742000024
52137
52138 CHANGELOG:
52139 Change PCI initialization to use new multi-bus I2C API.
52140
52141 regards,
52142 Ben
52143
52144 commit b24f119d672b709d153ff2ac091d4aa63ec6877d
52145 Author: Ben Warren <bwarren@qstreams.com>
52146 Date: Thu Sep 7 16:51:04 2006 -0400
52147
52148 Multi-bus I2C implementation of MPC834x
52149
52150 Hello,
52151
52152 Attached is a patch implementing multiple I2C buses on the MPC834x CPU
52153 family and the MPC8349EMDS board in particular.
52154 This patch requires Patch 1 (Add support for multiple I2C buses).
52155 Testing was performed on a 533MHz board.
52156
52157 /*** Note: This patch replaces ticket DNX#2006083042000027 ***/
52158
52159 Signed-off-by: Ben Warren <bwarren@qstreams.com>
52160
52161 CHANGELOG:
52162 Implemented driver-level code to support two I2C buses on the
52163 MPC834x CPU family and the MPC8349EMDS board. Available I2C bus speeds
52164 are 50kHz, 100kHz and 400kHz on each bus.
52165
52166 regards,
52167 Ben
52168
52169 commit bb99ad6d8257bf828f150d40f507b30d80a4a7ae
52170 Author: Ben Warren <bwarren@qstreams.com>
52171 Date: Thu Sep 7 16:50:54 2006 -0400
52172
52173 Add support for multiple I2C buses
52174
52175 Hello,
52176
52177 Attached is a patch providing support for multiple I2C buses at the
52178 command level. The second part of the patch includes an implementation
52179 for the MPC834x CPU and MPC8349EMDS board.
52180
52181 /*** Note: This patch replaces ticket DNX#2006083042000018 ***/
52182
52183 Signed-off-by: Ben Warren <bwarren@qstreams.com>
52184
52185 Overview:
52186
52187 1. Include new 'i2c' command (based on USB implementation) using
52188 CONFIG_I2C_CMD_TREE.
52189
52190 2. Allow multiple buses by defining CONFIG_I2C_MULTI_BUS. Note that
52191 the commands to change bus number and speed are only available under the
52192 new 'i2c' command mentioned in the first bullet.
52193
52194 3. The option CFG_I2C_NOPROBES has been expanded to work in multi-bus
52195 systems. When CONFIG_I2C_MULTI_BUS is used, this option takes the form
52196 of an array of bus-device pairs. Otherwise, it is an array of uchar.
52197
52198 CHANGELOG:
52199 Added new 'i2c' master command for all I2C interaction. This is
52200 conditionally compiled with CONFIG_I2C_CMD_TREE. New commands added for
52201 setting I2C bus speed as well as changing the active bus if the board
52202 has more than one (conditionally compiled with
52203 CONFIG_I2C_MULTI_BUS). Updated NOPROBE logic to handle multiple buses.
52204 Updated README.
52205
52206 regards,
52207 Ben
52208
52209 commit bed85caf872714ebf53013967a695c9d63acfc68
52210 Author: Timur Tabi <timur@freescale.com>
52211 Date: Tue Oct 31 18:13:36 2006 -0600
52212
52213 mpc83xx: Add support for Errata DDR6 on MPC 834x systems
52214
52215 CHANGELOG:
52216
52217 * Errata DDR6, which affects all current MPC 834x processors, lists changes
52218 required to maintain compatibility with various types of DDR memory. This
52219 patch implements those changes.
52220
52221 Signed-off-by: Timur Tabi <timur@freescale.com>
52222
52223 commit afd6e470f639883002c7c59d562690a5cb0f4865
52224 Author: Timur Tabi <timur@freescale.com>
52225 Date: Wed Oct 25 18:45:23 2006 -0500
52226
52227 mpc83xx: fix TQM build by defining a CFG_FLASH_SIZE for it
52228
52229 commit 31068b7c4abeefcb2c8fd4fbeccc8ec6c6d0475a
52230 Author: Timur Tabi <timur@freescale.com>
52231 Date: Tue Aug 22 17:07:00 2006 -0500
52232
52233 mpc83xx: Add support for variable flash memory sizes on 83xx systems
52234
52235 CHANGELOG:
52236
52237 * On 83xx systems, use the CFG_FLASH_SIZE macro to program the LBC local access
52238 window registers, instead of using a hard-coded value of 8MB.
52239
52240 Signed-off-by: Timur Tabi <timur@freescale.com>
52241
52242 commit 2fc34ae66e73fa7841d1a006dc1b5dcbc1f78965
52243 Author: Tanya Jiang <tanya.jiang@freescale.com>
52244 Date: Thu Aug 3 18:38:13 2006 +0800
52245
52246 mpc83xx: Unified TQM834x variable names with 83xx and consolidated macros
52247
52248 Unified TQM834x variable names with 83xx and consolidated macro
52249 in preparation for the 8360 and other upcoming 83xx devices.
52250
52251 Signed-off-by: Tanya Jiang <tanya.jiang@freescale.com>
52252
52253 commit f6eda7f80ccc13d658020268c507d7173cf2e8aa
52254 Author: Dave Liu <daveliu@freescale.com>
52255 Date: Wed Oct 25 14:41:21 2006 -0500
52256
52257 mpc83xx: Changed to unified mpx83xx names and added common 83xx changes
52258
52259 Incorporated the common unified variable names and the changes in preparation
52260 for releasing mpc8360 patches.
52261
52262 Signed-off-by: Dave Liu <daveliu@freescale.com>
52263
52264 commit 3894c46c27c64891f93ac04edde86a9fa9758d92
52265 Author: Tanya Jiang <tanya.jiang@freescale.com>
52266 Date: Thu Aug 3 18:36:02 2006 +0800
52267
52268 mpc83xx: Fix missing build for mpc8349emds pci.c
52269
52270 Make pci build for mpc8349emds
52271
52272 Signed-off-by: Tanya Jiang <tanya.jiang@freescale.com>
52273
52274 commit 09a81ff740b29deea1e2ab08a3c2ac136c2e6219
52275 Author: Tanya Jiang <tanya.jiang@freescale.com>
52276 Date: Thu Aug 3 18:39:49 2006 +0800
52277
52278 mpc83xx: Removed unused file resetvec.S for mpc83xx cpu
52279
52280 Removed unused file resetvec.S for mpc83xx cpu
52281
52282 Signed-off-by: Tanya Jiang <tanya.jiang@freescale.com>
52283
52284 commit 04f899fc465c3e44f2b55ecc70618f5696fc0ddf
52285 Author: Nick Spence <Nick.Spence@freescale.com>
52286 Date: Sat Sep 30 00:32:59 2006 -0700
52287
52288 NAND Flash verify across block boundaries
52289
52290 This patch addresses a problem when CONFIG_MTD_NAND_VERIFY_WRITE is
52291 defined
52292 and the write crosses a block boundary. The pointer to the verification
52293 buffer (bufstart) is not being updated to reflect the starting of the
52294 new
52295 block so the verification of the second block fails.
52296
52297 CHANGELOG:
52298
52299 * Fix NAND FLASH page verification across block boundaries
52300
52301 commit f484dc791a3932537213c43c654cc1295c64b84c
52302 Author: Nick Spence <nick.spence@freescale.com>
52303 Date: Thu Sep 7 07:39:46 2006 -0700
52304
52305 Added RGMII support to the TSECs and Marvell 881111 Phy
52306
52307 Added a phy initialization to adjust the RGMII RX and TX timing
52308 Always set the R100 bit in 100 BaseT mode regardless of the TSEC mode
52309
52310 Signed-off-by: Nick Spence <nick.spence@freescale.com>
52311
52312 commit 4831c8b8a97799da77923d6bbb4c260c0d45521c
52313 Author: roy zang <tie-fei.zang@freescale.com>
52314 Date: Fri Nov 3 13:10:00 2006 +0800
52315
52316 Remove some unused CFG define.
52317 undef CFG_DRAM_TEST
52318
52319 commit 99c09c4dec34f77c243bf51bea532e3f339410ad
52320 Author: roy zang <tie-fei.zang@freescale.com>
52321 Date: Fri Nov 3 13:07:36 2006 +0800
52322
52323 Change the TEXT_BASE from 0xFFF00000 to 0xFF000000.
52324 Both work. 0xFF000000 seems more reasonable.
52325
52326 commit c59200443072353044aa4bf737a5a60f9a9af231
52327 Author: Wolfgang Denk <wd@pollux.denx.de>
52328 Date: Thu Nov 2 15:15:01 2006 +0100
52329
52330 Release U-Boot 1.1.6
52331
52332 commit c1fbe4103a0d6c8957f912af902d705ba67836f2
52333 Author: roy zang <tie-fei.zang@freescale.com>
52334 Date: Thu Nov 2 19:14:48 2006 +0800
52335
52336 This patch comes from Yuli's posted patch on 8/8/2006
52337 titled "CFI Driver Little-Endian write Issue".
52338
52339 http://sourceforge.net/mailarchive/message.php?msg_id=36311999
52340
52341 If that patch applied, please discard this one.
52342 Until now , I do not see his patch is applied. So please apply this one.
52343
52344 Signed-off-by: Yuli Barcohen <yuli@arabellasw.com>
52345 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
52346
52347 commit b825f158e449e1e9cf74c08e572955e122394c96
52348 Author: roy zang <tie-fei.zang@freescale.com>
52349 Date: Thu Nov 2 19:12:31 2006 +0800
52350
52351 Tsi108 on chip i2c support.
52352
52353 The i2c Interface provides a master-only, serial interface that can be
52354 used for initializing Tsi108/Tsi109 registers from an EEPROM after a
52355 device reset.
52356
52357 Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
52358 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
52359
52360 commit 9226e7d6f09b9a1ac074cd918c81225a4689bba8
52361 Author: roy zang <tie-fei.zang@freescale.com>
52362 Date: Thu Nov 2 19:11:06 2006 +0800
52363
52364 Tsi108 on chip pci controller support.
52365
52366 If there is no pci card, the tsi108/109 pci configure read will
52367 cause a machine check exception to the processor. PCI error should
52368 also be cleared after the read.
52369
52370 Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
52371 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
52372
52373 commit d1927cee977126e547ceeba23e4f978f377cfb8f
52374 Author: roy zang <tie-fei.zang@freescale.com>
52375 Date: Thu Nov 2 19:08:55 2006 +0800
52376
52377 Tundra tsi108 on chip Ethernet controller support.
52378
52379 The following is a brief description of the Ethernet controller:
52380 The Tsi108/9 Ethernet Controller connects Switch Fabric to two independent
52381 Gigabit Ethernet ports,E0 and E1. It uses a single Management interface
52382 to manage the two physical connection devices (PHYs). Each Ethernet port
52383 has its own statistics monitor that tracks and reports key interface
52384 statistics. Each port supports a 256-entry hash table for address
52385 filtering. In addition, each port is bridged to the Switch Fabric
52386 through a 2-Kbyte transmit FIFO and a 4-Kbyte Receive FIFO.
52387
52388 Each Ethernet port also has a pair of internal Ethernet DMA channels to
52389 support the transmit and receive data flows. The Ethernet DMA channels
52390 use descriptors set up in memory, the memory map of the device, and
52391 access via the Switch Fabric. The Ethernet Controller?s DMA arbiter
52392 handles arbitration for the Switch Fabric. The Controller also
52393 has a register businterface for register accesses and status monitor
52394 control.
52395
52396 The PMD (Physical Media Device) interface operates in MII, GMII, or TBI
52397 modes. The MII mode is used for connecting with 10 or 100 Mbit/s PMDs.
52398 The GMII and TBI modes are used to connect with Gigabit PMDs. Internal
52399 data flows to and from the Ethernet Controller through the Switch Fabric.
52400
52401 Each Ethernet port uses its transmit and receive DMA channels to manage
52402 data flows through buffer descriptors that are predefined by the
52403 system (the descriptors can exist anywhere in the system memory map).
52404 These descriptors are data structures that point to buffers filled
52405 with data ready to transmit over Ethernet, or they point to empty
52406 buffers ready to receive data from Ethernet.
52407
52408 Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
52409 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
52410
52411 commit 78aa0c3427f3ecdeb34aabfbbe2dd23b6ad8f40e
52412 Author: roy zang <tie-fei.zang@freescale.com>
52413 Date: Thu Nov 2 19:01:33 2006 +0800
52414
52415 Tundra tsi108 header file.
52416
52417 The Tundra Semiconductor Corporation (Tundra) Tsi108 is a host bridge for
52418 PowerPC processors that offers numerous system interconnect options for
52419 embedded application designers. The Tsi108 can interconnect 60x or
52420 MPX processors to PCI/X peripherals, DDR2-400 memory, Gigabit Ethernet,
52421 and Flash. Provided the macro define for tsi108 chip.
52422
52423 Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
52424 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
52425
52426 commit 87c4db09699c6b89176b31004afcb83eb1585d47
52427 Author: roy zang <tie-fei.zang@freescale.com>
52428 Date: Thu Nov 2 18:59:15 2006 +0800
52429
52430 Add mpc7448hpc2 (mpc7448 + tsi108) board associated code support.
52431 mpc7448hpc2 board support high level code:tsi108 init + mpc7448hpc2.
52432
52433 Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
52434 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
52435
52436 commit 27801b8ab11c61b577e45742a515bb3b23b80241
52437 Author: roy zang <tie-fei.zang@freescale.com>
52438 Date: Thu Nov 2 18:57:21 2006 +0800
52439
52440 Add mpc7448hpc2 (mpc7448 + tsi108) board associated code support.
52441 Make ,config.mk and link file for the mpc7448hpc2 board.
52442
52443 Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
52444 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
52445
52446 commit c6411c0c3bbc79f9ba8aef58296a42d8f9d8a0a6
52447 Author: roy zang <tie-fei.zang@freescale.com>
52448 Date: Thu Nov 2 18:55:04 2006 +0800
52449
52450 Add mpc7448hpc2 (mpc7448 + tsi108) board associated code support.
52451 The mpc7448hpc2 board support header file.
52452
52453 Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
52454 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
52455
52456 commit 625bb5ddb50b243f931262ca8c46956409471917
52457 Author: roy zang <tie-fei.zang@freescale.com>
52458 Date: Thu Nov 2 18:52:21 2006 +0800
52459
52460 Add mpc7448hpc2 (mpc7448 + tsi108) board associated code support.
52461 The mpc7448hpc2 board support low level assemble language init code.
52462
52463 Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
52464 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
52465
52466 commit 4c52783b3d024e153c4972b97332e314bc3bdc46
52467 Author: roy zang <tie-fei.zang@freescale.com>
52468 Date: Thu Nov 2 18:49:51 2006 +0800
52469
52470 General code modification for mpc7448hpc2 board support.
52471 1. Add 7447A and 7448 processor support.
52472 2. Add the following flags.
52473
52474 CFG_CONFIG_BUS_CLK : If the 74xx bus frequency can be configured dynamically
52475 (such as by switch on board), this flag should be set.
52476
52477 CFG_EXCEPTION_AFTER_RELOCATE: If an exception occurs after the u-boot
52478 relocates to RAM, this flag should be set.
52479
52480 CFG_SERIAL_HANG_IN_EXCEPTION: If the print out function will cause the
52481 system hang in exception, this flag should be set.
52482
52483 There is a design issue for tsi108/109 pci configure read. When pci scan
52484 the slots, if there is no pci card, the tsi108/9 will cause a machine
52485 check exception for mpc7448 processor.
52486
52487 Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
52488 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
52489
52490 commit 69366bf42f22d67efce8da3f8c40a43d4a3c2695
52491 Author: roy zang <tie-fei.zang@freescale.com>
52492 Date: Thu Nov 2 18:34:47 2006 +0800
52493
52494 Add README file for mpc7448hpc2 board.
52495 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
52496
52497 commit 25721b5cec2be4bce79cfade17ec8f6aa1e67526
52498 Author: Bartlomiej Sieka <tur@semihalf.com>
52499 Date: Wed Nov 1 02:04:38 2006 +0100
52500
52501 Finish up support for MarelV38B board
52502 - add watchdog support
52503 - enable GPIO_WKUP_7 pin for input
52504 - code cleanup
52505
52506 commit ffa150bc90c943ca265170bd1be3f293674dd5c7
52507 Author: Bartlomiej Sieka <tur@semihalf.com>
52508 Date: Wed Nov 1 01:45:46 2006 +0100
52509
52510 - Fix issues related to the use of ELDK 4 when compiling for MarelV38B:
52511 * remove warnings when compiling ethaddr.c
52512 * adjust linker script (fixes a crash resulting from incorrect
52513 definition of __u_boot_cmd_start)
52514 - Some MarelV38B code cleanup.
52515
52516 commit dae80f3caf9754a6dd3ddf3cf903d0c46cbd4385
52517 Author: Bartlomiej Sieka <tur@semihalf.com>
52518 Date: Wed Nov 1 01:38:16 2006 +0100
52519
52520 - Add MPC5XXX register definition MPC5XXX_WU_GPIO_DATA_I and change the
52521 MPC5XXX_WU_GPIO_DATA macro to MPC5XXX_WU_GPIO_DATA_O (per MPC5200 User's
52522 Manual). Replace the uses of MPC5XXX_WU_GPIO_DATA with
52523 MPC5XXX_WU_GPIO_DATA_O for affected boards.
52524
52525 - Add defintions for some MPC5XXX GPIO pins.
52526
52527 commit 82d9c9ec29a1bec1b03ba616425ebaed231072c8
52528 Author: Bartlomiej Sieka <tur@semihalf.com>
52529 Date: Wed Nov 1 01:34:29 2006 +0100
52530
52531 Changed MarelV38B board make target to lowercase. Config file cleanup.
52532
52533 commit 1954be6e9c9421b45d0a9d05b10356acc7563150
52534 Author: Wolfgang Denk <wd@pollux.denx.de>
52535 Date: Sun Oct 29 01:03:51 2006 +0200
52536
52537 Automatically adjust ARFLAGS so "make -s" is really silent.
52538
52539 commit fae684e89844856383bdf101440889557df3e6b1
52540 Author: Stefan Roese <sr@denx.de>
52541 Date: Sat Oct 28 16:45:00 2006 +0200
52542
52543 [PATCH] omap925.c: Remove unused functions
52544
52545 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
52546 Signed-off-by: Stefan Roese <sr@denx.de>
52547
52548 commit 1265581502ab8ea8c08e8edbe9bf64fbd62fd776
52549 Author: Stefan Roese <sr@denx.de>
52550 Date: Sat Oct 28 17:12:58 2006 +0200
52551
52552 [PATCH] Add some missing machtypes for netstar & voiceblue boards
52553
52554 Use MACH_TYPE_NETSTAR and MACH_TYPE_VOICEBLUE defines instead of
52555 numbers in code.
52556
52557 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
52558 Signed-off-by: Stefan Roese <sr@denx.de>
52559
52560 commit 856f054410cef52d868feb330168b2a4c4091328
52561 Author: Stefan Roese <sr@denx.de>
52562 Date: Sat Oct 28 15:55:52 2006 +0200
52563
52564 [PATCH] NAND: Partition name support added to NAND subsystem
52565
52566 chpart, nboot and NAND subsystem related commands now accept also partition
52567 name to specify offset.
52568
52569 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
52570 Signed-off-by: Stefan Roese <sr@denx.de>
52571
52572 commit 07a69a18c2ecfda904231fdf23e2523ea7792eb6
52573 Author: Wolfgang Denk <wd@pollux.denx.de>
52574 Date: Sat Oct 28 02:29:44 2006 +0200
52575
52576 Update CHANGELOG.
52577
52578 commit 2751a95abd1b96911081c357e96a12fa97b40dee
52579 Author: Wolfgang Denk <wd@pollux.denx.de>
52580 Date: Sat Oct 28 02:29:14 2006 +0200
52581
52582 Enable commandline editing and hush shell on all TQM boards.
52583
52584 commit 8078f1a5f63a739b8533478f6c2b62fb1e2f79d7
52585 Author: Wolfgang Denk <wd@pollux.denx.de>
52586 Date: Sat Oct 28 02:28:02 2006 +0200
52587
52588 README says CFG_AUTO_COMPLETE, but ocde uses CONFIG_AUTO_COMPLETE
52589
52590 commit 471a7be7a042e95e440f5de969c9765214ae8d6e
52591 Author: Wolfgang Denk <wd@denx.de>
52592 Date: Sat Oct 28 01:14:32 2006 +0200
52593
52594 Check for illegal character '=' in environment variable names.
52595
52596 Make sure the string passed as variable name does not contain a '='
52597 character. This not only prevents the common error or typing
52598 "setenv foo=bar" instead of "setenv foo bar", but (more importantly)
52599 also closes a backdoor which allowed to delete write-protected
52600 environment variables, for example by using "setenv ethaddr=".
52601
52602 commit 19973b6ad9863a56f5c5fbcfd90e20ab2490a2c2
52603 Author: Wolfgang Denk <wd@pollux.denx.de>
52604 Date: Sat Oct 28 00:38:39 2006 +0200
52605
52606 Minor code cleanup.
52607
52608 commit e11887a77d81077416a2d1c5e0354916fee8c034
52609 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
52610 Date: Thu Oct 26 17:55:31 2006 +0200
52611
52612 Don't pass any debug options directly to the assembler
52613
52614 When passing the -g option to gcc, gcc automatically selects a
52615 suitable --g<format> option to pass on to the assembler.
52616 Thus, there's no point in forcing a specific debug option on the
52617 assembler using the -Wa mechanism.
52618
52619 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
52620
52621 commit ea08ff6e14f9ebb8c07cfa79c51ef540eb087393
52622 Author: Jon Loeliger <jdl@freescale.com>
52623 Date: Fri Oct 27 07:47:22 2006 -0500
52624
52625 MPC86xx: Cleaned up unused and conditionally used local variables.
52626
52627 Signed-off-by: Jon Loeliger <jdl@freescale.com>
52628
52629 commit d38936cdae46bfd2623ff83f6ce9b616d36ab0f9
52630 Author: Wolfgang Denk <wd@pollux.denx.de>
52631 Date: Fri Oct 27 11:55:21 2006 +0200
52632
52633 Fix "ar" flags in some Makefiles to allow for silent "make -s"
52634
52635 commit 4653f91c13ed51c21cc4c3855745d69a3fb1817f
52636 Author: Ben Warren <bwarren@qstreams.com>
52637 Date: Thu Oct 26 14:38:25 2006 -0400
52638
52639 Fix TSEC driver (now for real): avoid crashes if PHY is not attached
52640 to a TSEC (e.g. a switch is connected via RMII) or
52641 if the PHY is defective/incorrectly configured.
52642
52643 Signed-off-by: Ben Warren <bwarren@qstreams.com>
52644
52645 commit b985b5d6e4fb88f508f7aa0f126c2e27ada2b999
52646 Author: Ben Warren <bwarren@qstreams.com>
52647 Date: Thu Oct 26 14:38:25 2006 -0400
52648
52649 Fix TSEC driver: avoid crashes if PHY is not attached
52650 to a TSEC (e.g. a switch is connected via RMII) or
52651 if the PHY is defective/incorrectly configured.
52652
52653 Signed-off-by: Ben Warren <bwarren@qstreams.com>
52654
52655 commit 2b2a40bebbf1822506e80e631d7253e60f0e0fe6
52656 Author: Wolfgang Denk <wd@pollux.denx.de>
52657 Date: Thu Oct 26 16:24:31 2006 +0200
52658
52659 Code cleanup.
52660
52661 commit 5e3b0bc19f07ed277d85324ad0427642c8981baf
52662 Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
52663 Date: Wed Oct 25 15:48:59 2006 +0200
52664
52665 Finish up support for the ATSTK1000/ATSTK1002 boards
52666
52667 Add atstk1002_config target to Makefile and move the AVR32 section
52668 down below Blackfin so that it doesn't end up in the middle of
52669 MIPS.
52670
52671 Drop the autogenerated linker script thing for now. Will have to
52672 revisit how to handle chips with different flash and RAM layout
52673 later.
52674
52675 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
52676
52677 commit c76f951a747cfb87ba826ef45b5aea82d5b5dbb4
52678 Author: Kumar Gala <galak@kernel.crashing.org>
52679 Date: Tue Oct 24 23:47:37 2006 -0500
52680
52681 Added support for Multi-Image files that contain a device tree
52682
52683 If a Multi-Image file contains a third image we try to use it as a
52684 device tree. The device tree image is assumed to be uncompressed in the
52685 image file. We automatically allocate space for the device tree in memory
52686 and provide an 8k pad to allow more than a reasonable amount of growth.
52687
52688 Additionally, a device tree that was contained in flash will now automatically
52689 get copied to system memory as part of boot. Previously an error was
52690 reported if one tried to boot a device tree that was in flash.
52691
52692 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
52693
52694 commit 7c52c4b943ff52bbe8796a7e2d3e476ceaf3f512
52695 Author: Wolfgang Denk <wd@denx.de>
52696 Date: Tue Oct 24 21:35:55 2006 +0200
52697
52698 Switch to automatically generated CHANGELOG file.
52699 (use "make CHANGELOG" to update it from time to time)
52700
52701 commit 7ade0c634a979c32fa91a74e8f5775f24651fbe6
52702 Author: Stefan Roese <sr@denx.de>
52703 Date: Tue Oct 24 18:06:48 2006 +0200
52704
52705 Fix bug in PPC440 NAND driver cpu/ppc4xx/ndfc.c
52706 Patch by Stefan Roese, 24 Oct 2006
52707
52708 commit 8ae3b713b2286e0c3213b7802062e4c1599010de
52709 Author: Wolfgang Denk <wd@pollux.denx.de>
52710 Date: Tue Oct 24 17:24:55 2006 +0200
52711
52712 Merge with /home/wd/git/u-boot/master
52713
52714 commit 47a6989c10685d2ab3efcf95228ce50d2a496d3e
52715 Author: Wolfgang Denk <wd@pollux.denx.de>
52716 Date: Tue Oct 24 15:32:57 2006 +0200
52717
52718 Code cleanup
52719
52720 commit 3a78e3e75b633ecb6413114ffd11e2f000c4f11e
52721 Author: Wolfgang Denk <wd@pollux.denx.de>
52722 Date: Tue Oct 24 14:51:36 2006 +0200
52723
52724 Move atstk1000 files into vendor specific directory.
52725 Patch by Haavard Skinnemoen, 12 Sep 2006
52726
52727 commit 6ccec4492e77428fd6eafd3dfe94fbdf08e91d37
52728 Author: Wolfgang Denk <wd@pollux.denx.de>
52729 Date: Tue Oct 24 14:42:37 2006 +0200
52730
52731 Add ATSTK1000 and ATSTK1002 board support
52732 Patch by Haavard Skinnemoen, 06 Sep 2006
52733
52734 This patch adds support for the ATSTK1000 with the ATSTK1002 CPU
52735 daughterboard.
52736
52737 ATSTK1000 is a full-featured development board for AT32AP CPUs. It
52738 has two ethernet ports, a high quality QVGA LCD panel, a loudspeaker,
52739 and connectors for USART, PS/2, VGA, USB, MMC/SD cards and
52740 CompactFlash cards. For more information, please see this page:
52741
52742 http://www.atmel.com/dyn/products/tools.asp?family_id=682
52743
52744 The ATSTK1002 is a daughterboard for the ATSTK1000 supporting the
52745 AT32AP7000 chip.
52746
52747 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
52748
52749 commit f93ae788c3640fcde5db383471d45548ff4060d0
52750 Author: Wolfgang Denk <wd@pollux.denx.de>
52751 Date: Tue Oct 24 14:31:24 2006 +0200
52752
52753 Add common serial driver for Atmel AT32 and AT91 chips
52754 Patch by Haavard Skinnemoen, 06 Sep 2006
52755
52756 This is a first attempt at creating a common serial driver for Atmel
52757 chips. For now, it supports the AT32AP7000 AVR32 chip, but it should
52758 be possible to support AT91RM9200 and other ARM-based chips with some
52759 minor modifications.
52760
52761 There's nothing fundamentally AVR32-specific in this driver, but it
52762 does use some features which are currently only defined for the
52763 AT32AP CPU port:
52764 * pm_get_clock_freq: Obtain the clock frequency of a given domain
52765 * gd->console_uart: A "struct device" containing information about
52766 register mappings, gpio resources and clocks associated with the
52767 UART device.
52768
52769 For more information about these features, please see the "AT32AP
52770 CPU" patch.
52771
52772 commit 72a087e04705c26cad982879ebd06b5281bf825a
52773 Author: Wolfgang Denk <wd@pollux.denx.de>
52774 Date: Tue Oct 24 14:27:35 2006 +0200
52775
52776 Add AT32AP CPU and AT32AP7000 SoC support
52777 Patch by Haavard Skinnemoen, 06 Sep 2006
52778
52779 This patch adds support for the AT32AP CPU family and the AT32AP7000
52780 chip, which is the first chip implementing the AVR32 architecture.
52781
52782 The AT32AP CPU core is a high-performance implementation featuring a
52783 7-stage pipeline, separate instruction- and data caches, and a MMU.
52784 For more information, please see the "AVR32 AP Technical Reference":
52785
52786 http://www.atmel.com/dyn/resources/prod_documents/doc32001.pdf
52787
52788 In addition to this, the AT32AP7000 chip comes with a large set of
52789 integrated peripherals, many of which are shared with the AT91 series
52790 of ARM-based microcontrollers from Atmel. Full data sheet is
52791 available here:
52792
52793 http://www.atmel.com/dyn/resources/prod_documents/doc32003.pdf
52794
52795 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
52796
52797 commit 7b64fef33c66be648826c0ff9758298ef13d0604
52798 Author: Wolfgang Denk <wd@pollux.denx.de>
52799 Date: Tue Oct 24 14:21:16 2006 +0200
52800
52801 Add AVR32 architecture support
52802 Patch by Haavard Skinnemoen, 6 Sep 2006 16:23:02 +0200
52803
52804 This patch adds common infrastructure code for the Atmel AVR32
52805 architecture. See doc/README.AVR32 for details.
52806
52807 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
52808
52809 commit 2da2d9a4766063b9848f3a35ad6025499cf87265
52810 Author: Wolfgang Denk <wd@pollux.denx.de>
52811 Date: Tue Oct 24 13:57:33 2006 +0200
52812
52813 Use -g instead of -gstabs in AFLAGS_DEBUG
52814 Patch by Haavard Skinnemoen, 30 Aug 2006
52815
52816 In config.mk, -Wa,-gstabs is unconditionally appended to AFLAGS no
52817 matter what the target's preferred debugging format is. This patch
52818 simply replaces -gstabs with -g, so that the default debugging format
52819 for the architecture is used.
52820
52821 commit 965829872169c2996023840d98e1d85ad148d629
52822 Author: Wolfgang Denk <wd@pollux.denx.de>
52823 Date: Tue Oct 24 13:55:18 2006 +0200
52824
52825 Fix/workaround broken dependency handling with make 3.81
52826 Based on patch by Haavard Skinnemoen, 29 Aug 2006 11:20:39 +0200
52827
52828 commit 8318fbf8cc30418b621ea9f39b84b4c1a08f003a
52829 Author: Marian Balakowicz <m8@semihalf.com>
52830 Date: Mon Oct 23 22:17:05 2006 +0200
52831
52832 Fix sequoia separate object direcory building problems.
52833
52834 commit 3dfa9cfdcee78b30da3432318b32821ffabe974b
52835 Author: Jon Loeliger <jdl@freescale.com>
52836 Date: Fri Oct 20 17:16:35 2006 -0500
52837
52838 Use generic I2C register block on 85xx and 86xx.
52839
52840 Replace private IMMAP I2C structures with generic reg block
52841 and allow 86xx to have multiple I2C device busses.
52842
52843 Signed-off-by: Jon Loeliger <jdl@freescale.com>
52844
52845 commit f5012827df11ca0c9be1df5f8b153e188dc2fa7c
52846 Author: Jon Loeliger <jdl@freescale.com>
52847 Date: Fri Oct 20 15:54:34 2006 -0500
52848
52849 Fix compilation warnings on a few 85xx boards.
52850
52851 Signed-off-by: Jon Loeliger <jdl@freescale.com>
52852
52853 commit 2047672684cf85cb6f96a1fbc993180aaaf19a99
52854 Author: Jon Loeliger <jdl@freescale.com>
52855 Date: Fri Oct 20 15:50:15 2006 -0500
52856
52857 Converted all 85xx boards to use a common FSL I2C driver.
52858 Introduced COFIG_FSL_I2C to select the common FSL I2C driver.
52859 And removed hard i2c path from a few u-boot.lds scipts too.
52860 Minor whitespace cleanups along the way.
52861
52862 Signed-off-by: Jon Loeliger <jdl@freescale.com>
52863
52864 commit 4d45f69e362b05892c9e92a7907e5820995612aa
52865 Author: Jon Loeliger <jdl@freescale.com>
52866 Date: Thu Oct 19 12:02:24 2006 -0500
52867
52868 Rewrite a series of goto statements as a sequences of
52869 conditional expressions instead.
52870
52871 Use consistent return code 0/-1 for good/bad indicators.
52872
52873 Include one fewer file if the driver isn't used at all.
52874
52875 Signed-off-by: Jon Loeliger <jdl@freescale.com>
52876
52877 commit 7237c033b02fe295880435f1eb80819a0c987532
52878 Author: Jon Loeliger <jdl@freescale.com>
52879 Date: Thu Oct 19 11:02:16 2006 -0500
52880
52881 Moved i2c driver out of cpu/mpc86xx/i2c.c into drivers/fsl_i2c.c
52882
52883 in an effort to begin to unify the umpteen FSL I2C drivers that
52884 are all otherwise very similar.
52885
52886 Signed-off-by: Jon Loeliger <jdl@freescale.com>
52887
52888 commit 13a7fcdf37f6ea9429ae04c9df67f893364cfe4b
52889 Author: Jon Loeliger <jdl@freescale.com>
52890 Date: Thu Oct 19 11:33:52 2006 -0500
52891
52892 * Fix a bunch of compiler warnings for gcc 4.0
52893
52894 Signed-off-by: Matthew McClintock <msm@freescale.com>
52895
52896 commit af9e1f5b9e6f9ce810f5e8bf2961c9542a5865c2
52897 Author: Stefan Roese <sr@denx.de>
52898 Date: Tue Oct 17 06:14:31 2006 +0200
52899
52900 Add monitor functions for indirect access to PPC440 DCR's
52901 Patch by Leonid Baryudin, 12 Oct 2006
52902
52903 commit 5f3249a0a168e446a4cc9669b2bce0bc456f0a09
52904 Author: Jon Loeliger <jdl@freescale.com>
52905 Date: Fri Oct 13 16:47:53 2006 -0500
52906
52907 Fixed leading whitespace issues.
52908 Removed spurious LAWAR thing.
52909
52910 Signed-off-by: Jon Loeliger <jdl@freescale.com>
52911
52912 commit 0ee90cb77e01d6e8ccd37e1bd96678597875c391
52913 Author: Jon Loeliger <jdl@freescale.com>
52914 Date: Thu Oct 12 10:42:36 2006 -0500
52915
52916 Remove unneeded include files and local variable.
52917
52918 Signed-off-by: Jon Loeliger <jdl@freescale.com>
52919
52920 commit 1eaf3a5ff4960a46f3a9063568ba2af7883f07c5
52921 Author: Grant Likely <grant.likely@secretlab.ca>
52922 Date: Tue Oct 10 00:23:32 2006 -0600
52923
52924 Fix possible uninitialized variable compiler warning.
52925
52926 When CONFIG_OF_FLAG_TREE is set, the compiler complains that 'len' in
52927 do_bootm_linux() may be uninitialized. There is no possibility in the
52928 current code that len will get used uninitialized, but this fix follows
52929 the existing convention of setting both len and data to zero at the same
52930 time.
52931
52932 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
52933
52934 commit 7376eb87aaa601f728f9b8e5e9cd2711a67f529e
52935 Author: Matthew McClintock <msm@freescale.com>
52936 Date: Wed Oct 11 15:13:01 2006 -0500
52937
52938 * Fix a bunch of compiler warnings for gcc 4.0
52939
52940 Signed-off-by: Matthew McClintock <msm@freescale.com>
52941
52942 commit bf651baa365e5447246aad6a633ccd667cf24a39
52943 Author: Jon Loeliger <jdl@freescale.com>
52944 Date: Wed Oct 11 10:10:43 2006 -0500
52945
52946 Move "ar" flags to config.mk to allow for silent "make -s"
52947
52948 commit 1fd5699a4a24f5c1dab1b32f480bace1ebb9fc3e
52949 Author: Jon Loeliger <jdl@freescale.com>
52950 Date: Tue Oct 10 17:19:03 2006 -0500
52951
52952 Coding style changes to remove local varible blocks
52953 and reformat a bit nicer.
52954
52955 commit 8b283dbb3a08d1b8d406bc15f119e081b3e2606a
52956 Author: Jon Loeliger <jdl@freescale.com>
52957 Date: Tue Oct 10 17:16:04 2006 -0500
52958
52959 Fix whitespace issues.
52960
52961 commit 7b382b7125f2397cce63253df62f183e3dfa2770
52962 Author: Jon Loeliger <jdl@freescale.com>
52963 Date: Tue Oct 10 17:14:45 2006 -0500
52964
52965 Fix whitespace issues.
52966
52967 commit e10390ddd736b0dad1528eec4b0fe35c0827139a
52968 Author: Jon Loeliger <jdl@freescale.com>
52969 Date: Tue Oct 10 17:06:53 2006 -0500
52970
52971 Fix whitespace issues.
52972
52973 commit 89875e96ba3f023157bf50d5f8e33bf254964a76
52974 Author: Jon Loeliger <jdl@freescale.com>
52975 Date: Tue Oct 10 17:03:43 2006 -0500
52976
52977 Ran lindent and cleaned up whitespace issues.
52978 Format for 80-columns too.
52979
52980 commit 333961ae7095fc66d8a041fce1ac9ee873b09d86
52981 Author: Jon Loeliger <jdl@freescale.com>
52982 Date: Tue Oct 10 17:02:22 2006 -0500
52983
52984 Fix whitespace and 80-col issues.
52985
52986 commit 5c912cb1c31266c66ca59b36f9b6f87296421d75
52987 Author: Stefan Roese <sr@denx.de>
52988 Date: Sat Oct 7 11:36:51 2006 +0200
52989
52990 CFG_NAND_QUIET_TEST added to not warn upon missing NAND device
52991 Patch by Stefan Roese, 07 Oct 2006
52992
52993 commit 5bc528fa4da751d472397b308137238a6465afd2
52994 Author: Stefan Roese <sr@denx.de>
52995 Date: Sat Oct 7 11:35:25 2006 +0200
52996
52997 Update ALPR code (NAND support working now)
52998 Patch by Stefan Roese, 07 Oct 2006
52999
53000 commit 77d5034847d328753b80c46b83f960a14a26f40e
53001 Author: Stefan Roese <sr@denx.de>
53002 Date: Sat Oct 7 11:33:03 2006 +0200
53003
53004 Remove compile warnings in fpga code
53005 Patch by Stefan Roese, 07 Oct 2006
53006
53007 commit f3443867e90d2979a7dd1c65b0d537777e1f9850
53008 Author: Stefan Roese <sr@denx.de>
53009 Date: Sat Oct 7 11:30:52 2006 +0200
53010
53011 Add CONFIG_BOARD_RESET to configure board specific reset function
53012 Patch by Stefan Roese, 07 Oct 2006
53013
53014 commit f55df18187e7a45cb73fec4370d12135e6691ae1
53015 Author: John Traill <john.traill@freescale.com>
53016 Date: Fri Sep 29 08:23:12 2006 +0100
53017
53018 Fix missing tCycle/modfreq calculation.
53019
53020 Signed-off-by: John Traill <john.traill@freescale.com>
53021
53022 commit 8272dc2f58f2473d8995fcc9b916440cfba080f0
53023 Author: Andy Fleming <afleming@freescale.com>
53024 Date: Wed Sep 13 10:33:35 2006 -0500
53025
53026 Updated config headers to add default FDT-based booting
53027
53028 commit 09f3e09e9ebcfa7919ca8931a4b5504fadd1f1d3
53029 Author: Andy Fleming <afleming@freescale.com>
53030 Date: Wed Sep 13 10:34:18 2006 -0500
53031
53032 Add support for eTSEC 3 & 4 on 8548 CDS
53033
53034 * Added support for using eTSEC 3 and eTSEC 4 on the 8548 CDS.
53035 This will only work on rev 1.3 boards (but doesn't break older boards)
53036 * Cleaned up some comments to reflect the expanded role of tsec
53037 in other systems
53038
53039 commit 084d648b109c8984f83674043c1a7fa3885ef801
53040 Author: Andy Fleming <afleming@freescale.com>
53041 Date: Wed Sep 13 10:33:56 2006 -0500
53042
53043 Added code to support 2.6.18 PCI changes in u-boot
53044
53045 * Added code to swizzle the IRQ map for the PCI
53046
53047 commit afbdc649f8751e4f4f1a6f527edfe139773f2c15
53048 Author: Jon Loeliger <jdl@freescale.com>
53049 Date: Tue Sep 19 09:34:10 2006 -0500
53050
53051 Modified makefile for new build mechanism.
53052
53053 Signed-off-by: Jon Loeliger <jdl@freescale.com>
53054
53055 commit d14ba6a798beb753e7a864500414fcc2d198b8bc
53056 Author: Jon Loeliger <jdl@freescale.com>
53057 Date: Thu Sep 14 08:40:36 2006 -0500
53058
53059 Handle 86xx SVR values according to the new Reference Manual.
53060 Both 8641 and 8641D have SVR == 0x8090, and are distinguished
53061 by the byte in bits 16-23 instead.
53062 Thanks to Jason Jin for noticing.
53063
53064 Signed-off-by: Jon Loeliger <jdl@freescale.com>
53065
53066 commit 88c8f4921fc47fb0eb2384b16586f1bd7f275be7
53067 Author: Zhang Wei <wei.zhang@freescale.com>
53068 Date: Mon Aug 28 14:25:31 2006 +0800
53069
53070 Fixed an OF-tree off-by-one bug when adding a new property name.
53071 This bug will cause the kernel booting to pause a long time.
53072
53073 Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
53074 (cherry picked from 2f15776ccc6dc32377d8ba9652b8f58059c27c6d commit)
53075
53076 commit 9bff7a69a885adebbd2bd45990494ec4cf998a30
53077 Author: Jon Loeliger <jdl@freescale.com>
53078 Date: Tue Aug 29 11:05:09 2006 -0500
53079
53080 Remove trailing empty lines.
53081
53082 commit cd6d73d5b895a5935ac4fde0a356288142a584e0
53083 Author: Jon Loeliger <jdl@freescale.com>
53084 Date: Tue Aug 29 09:48:49 2006 -0500
53085
53086 Remove bogus msync and use volatile asm.
53087
53088 commit 778d45049ce5927b65b3ff1d8e6692b654bdd49e
53089 Author: Jon Loeliger <jdl@freescale.com>
53090 Date: Tue Aug 29 08:17:14 2006 -0500
53091
53092 Add myself as maintainer for MPC8641HPCN.
53093
53094 commit 2f15776ccc6dc32377d8ba9652b8f58059c27c6d
53095 Author: Zhang Wei <wei.zhang@freescale.com>
53096 Date: Mon Aug 28 14:25:31 2006 +0800
53097
53098 Fixed an OF-tree off-by-one bug when adding a new property name.
53099 This bug will cause the kernel booting to pause a long time.
53100
53101 Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
53102
53103 commit 5567806b67d0ae83493aa8823ad3b6c914f581d7
53104 Author: Haiying Wang <haiying.wang@freescale.com>
53105 Date: Fri Aug 25 14:38:34 2006 -0400
53106
53107 Change ramdiskaddr and dtbaddr
53108 Remove PEX fluff commands.
53109
53110 Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
53111 Signed-off-by: Jon Loeliger <jdl@freescale.com>
53112
53113 commit b2b78421d9db49c21a821af8a19c21c1f7dfb29e
53114 Author: Matthew McClintock <msm@freescale.com>
53115 Date: Wed Aug 23 13:32:45 2006 -0500
53116
53117 * Another small fix for booting with disable_of
53118
53119 Signed-off-by: Matthew McClintock <msm@freescale.com>
53120
53121 commit 4a7cc0f21918e6ecf07ed57075d67df2c4a1299c
53122 Author: Jon Loeliger <jdl@freescale.com>
53123 Date: Wed Aug 23 11:04:43 2006 -0500
53124
53125 Cleanup and lindent new AHCI driver.
53126
53127 commit dabf9ef8c10b4dead5ef2106ef742b1c06b542de
53128 Author: Jin Zhengxiong <jason@bus.ap.freescale.net>
53129 Date: Wed Aug 23 19:15:12 2006 +0800
53130
53131 Add AHCI define and sata support for MPC8641HPCN board.
53132
53133 Signed-off-by:Jason Jin<jason.jin@freescale.com>
53134
53135 commit 4782ac80b02f0d01afd309e2200dd3c7037f2ba4
53136 Author: Jin Zhengxiong <jason@bus.ap.freescale.net>
53137 Date: Wed Aug 23 19:10:44 2006 +0800
53138
53139 Add AHCI support to u-boot
53140
53141 Add AHCI support in u-boot, enable the sata disk controllers which
53142 following the AHCI protocol.
53143
53144 Signed-off-by:Jason Jin<jason.jin@freescale.com>
53145
53146 commit d8ea2acf5f137cae99417df4f573d036ee384668
53147 Author: Zhang Wei <wei.zhang@freescale.com>
53148 Date: Wed Aug 23 17:54:32 2006 +0800
53149
53150 Add dtb boot-up parameter to default boot commands.
53151
53152 Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
53153
53154 commit b93775c2036b99baa390ea425c4771895bbc63c4
53155 Author: Jon Loeliger <jdl@freescale.com>
53156 Date: Tue Aug 22 18:26:08 2006 -0500
53157
53158 Cleanup even more poorly introduced whitespace.
53159
53160 commit ae6241685cbcf0c79a3636530d2ceab1fb291a94
53161 Author: Jon Loeliger <jdl@freescale.com>
53162 Date: Tue Aug 22 18:07:00 2006 -0500
53163
53164 Cleanup more poorly introduced whitespace.
53165
53166 commit 2c33e8a1c535b3ae91cf0b284480600bf3f57c57
53167 Author: Jon Loeliger <jdl@freescale.com>
53168 Date: Tue Aug 22 17:54:05 2006 -0500
53169
53170 Cleanup poorly introduced whitespace.
53171
53172 commit 80e955c7dd98f4b4fd23c2113caf75ed2b77b5b3
53173 Author: Jon Loeliger <jdl@freescale.com>
53174 Date: Tue Aug 22 12:25:27 2006 -0500
53175
53176 General indent and whitespace cleanups.
53177
53178 commit ffff3ae56f5842ca3679e4ce7922b819a87aad9f
53179 Author: Jon Loeliger <jdl@freescale.com>
53180 Date: Tue Aug 22 12:06:18 2006 -0500
53181
53182 General indent and whitespace cleanups.
53183
53184 commit 41a0e8b304d3ff55fe27a230507aac79684016ac
53185 Author: Jon Loeliger <jdl@freescale.com>
53186 Date: Tue Aug 22 10:42:21 2006 -0500
53187
53188 Cleanup compiler warnings.
53189
53190 commit 5de62c47a8628b3da4d73f7c07027f32a3342d40
53191 Author: Matthew McClintock <msm@freescale.com>
53192 Date: Tue Aug 22 09:31:59 2006 -0500
53193
53194 Fix disable_of booting
53195
53196 Signed-off-by: Matthew McClintock <msm@freescale.com>
53197
53198 commit 87a449c8ac396420cb24260f717ea9e6faa82047
53199 Author: Matthew McClintock <msm@freescale.com>
53200 Date: Tue Aug 22 09:23:55 2006 -0500
53201
53202 Support for FDT in uImage format, error when using FDT from flash
53203
53204 Signed-off-by: Matthew McClintock <msm@freescale.com>
53205
53206 commit 75c299c38369d01addd5e054b8a16217b70f4a86
53207 Author: Haiying Wang <haiying.wang@freescale.com>
53208 Date: Tue Aug 15 15:12:55 2006 -0400
53209
53210 Unlock cache before kernel starts up for MPC86xx
53211
53212 commit 67256678f00c09b0a7f19e862e5c1847553d31bc
53213 Author: Haiying Wang <haiying.wang@freescale.com>
53214 Date: Tue Aug 15 15:13:15 2006 -0400
53215
53216 Copy Global Data Pointer to r29 for DECLARE_GLOBAL_DATA_PTR
53217
53218 commit 1c8f6d8fb028f156094d05f2d14298e6479364ac
53219 Author: Haiying Wang <haiying.wang@freescale.com>
53220 Date: Tue Aug 15 15:12:55 2006 -0400
53221
53222 Unlock cache before kernel starts up for MPC86xx
53223
53224 commit 0d9ccc55edf9a7f3c5b2b6263580a6ea8d702a04
53225 Author: Haiying Wang <haiying.wang@freescale.com>
53226 Date: Tue Aug 15 15:13:15 2006 -0400
53227
53228 Copy Global Data Pointer to r29 for DECLARE_GLOBAL_DATA_PTR
53229
53230 commit 86c8e17f25e972a7e272950a0735fad84e082b88
53231 Author: Matthew McClintock <msm@freescale.com>
53232 Date: Wed Aug 16 13:59:47 2006 -0500
53233
53234 * Fix disable_of booting
53235
53236 Signed-off-by: Matthew McClintock <msm@freescale.com>
53237
53238 commit 25c751e9adc86e22fe3b5b47cf2806379b575db7
53239 Author: Matthew McClintock <msm@freescale.com>
53240 Date: Wed Aug 16 10:54:09 2006 -0500
53241
53242 * Support for FDT in uImage format, error when using FDT from flash
53243
53244 Signed-off-by: Matthew McClintock <msm@freescale.com>
53245
53246 commit 899620c2d66d4eef3b2a0034d062e71d45d886c9
53247 Author: Stefan Roese <sr@denx.de>
53248 Date: Tue Aug 15 14:22:35 2006 +0200
53249
53250 Add initial support for the ALPR board from Prodrive
53251 NAND needs some additional testing
53252 Patch by Heiko Schocher, 15 Aug 2006
53253
53254 commit f0ff4692ff3372dec55074a8eb444943ab095abb
53255 Author: Stefan Roese <sr@denx.de>
53256 Date: Tue Aug 15 14:15:51 2006 +0200
53257
53258 Add FPGA Altera Cyclone 2 support
53259 Patch by Heiko Schocher, 15 Aug 2006
53260
53261 commit fecf1c7e4de1b2779edc18742b91c22bdc32b68b
53262 Author: Jon Loeliger <jdl@freescale.com>
53263 Date: Mon Aug 14 15:33:38 2006 -0500
53264
53265 Fix BAT0 to actually be cacheable, non-guarded as documented.
53266
53267 Signed-off-by: Jon Loeliger <jdl@freescale.com>
53268
53269 commit 40bc83559db5745681909fd7382ae509567e116d
53270 Author: Jon Loeliger <jdl@freescale.com>
53271 Date: Wed Aug 9 15:32:16 2006 -0500
53272
53273 Removed MPC8641HPCN DTS source file from build.
53274 It is no longer linked into U-Boot; its sources are
53275 now located in the kernel tree.
53276
53277 Signed-off-by: Jon Loeliger <jdl@freescale.com>
53278
53279 commit 34c3c0e01dbf1f8cc2bd08de92f2b89ba84921eb
53280 Author: Matthew McClintock <msm@freescale.com>
53281 Date: Wed Jun 28 10:47:03 2006 -0500
53282
53283 * Switched default PCI speed for 8540 ADS back to 33MHz
53284
53285 * Added comments and a printf to warn that PCI-X won't
53286 work at 33MHz
53287 Patch by Andy Fleming 17-Mar-2006
53288
53289 Signed-off-by: Andy Fleming <afleming@freescale.com>
53290
53291 commit b6c5e1373b6ea0bb37a18e4aeecec00613d1cd39
53292 Author: Matthew McClintock <msm@freescale.com>
53293 Date: Wed Jun 28 10:46:35 2006 -0500
53294
53295 * Fixed a bug where 8555 PCI code used the old variable and function names Patch by Andy Fleming 17-Mar-2006
53296
53297 Signed-off-by: Andy Fleming <afleming@freescale.com>
53298
53299 commit bf1dfffd8c26f8ecdd630a0ae4c834e751e4e452
53300 Author: Matthew McClintock <msm@freescale.com>
53301 Date: Wed Jun 28 10:46:13 2006 -0500
53302
53303 * Added VIA configuration table
53304
53305 * Added support for PCI2 on CDS
53306 Patch by Andy Fleming 17-Mar-2006
53307
53308 Signed-off-by: Andy Fleming <afleming@freescale.com>
53309
53310 commit c88f9fe66b64247e5b6a38410ba315ca25596d16
53311 Author: Matthew McClintock <msm@freescale.com>
53312 Date: Wed Jun 28 10:45:41 2006 -0500
53313
53314 * Fixed PCI memory definitions Patch by Andy Fleming 17-Mar-2006
53315
53316 Signed-off-by: Andy Fleming <afleming@freescale.com>
53317
53318 commit 97074ed9655309b64231bc2cee69fe85399f8055
53319 Author: Matthew McClintock <msm@freescale.com>
53320 Date: Wed Jun 28 10:45:17 2006 -0500
53321
53322 * Added support for initializing second PCI bus on 85xx Patch by Andy Fleming 17-Mar-2006
53323
53324 Signed-off-by: Andy Fleming <afleming@freescale.com>
53325
53326 commit f0e6f57f71b3c4fdd13028eb03c3f3e91926dda2
53327 Author: Matthew McClintock <msm@freescale.com>
53328 Date: Wed Jun 28 10:44:49 2006 -0500
53329
53330 * Added PCI-X #defines for PCI-X initialization Patch by Andy Fleming on 17-Mar-2006
53331
53332 Signed-off-by: Andy Fleming <afleming@freescale.com>
53333
53334 commit a4e11558b810ef2cddffdf7b9d86bc1130441960
53335 Author: Matthew McClintock <msm@freescale.com>
53336 Date: Wed Jun 28 10:44:23 2006 -0500
53337
53338 * Made sure the code which disables prefetch for PCI devices sets the size of the prefetch region to 0 Patch by Andy Fleming on 17-Mar-2006
53339
53340 Signed-off-by: Andy Fleming <afleming@freescale.com>
53341
53342 commit 0e16387db1d4aacd5bf35cb6d7c1942765c0347b
53343 Author: Matthew McClintock <msm@freescale.com>
53344 Date: Wed Jun 28 10:43:36 2006 -0500
53345
53346 * Add Flat Dev Tree construction for MPC85xx ADS and CDS boards Patch by Jon Loeliger 17-Jan-2006
53347
53348 Signed-off-by: Jon Loeliger <jdl@freescale.com>
53349
53350 commit 855e6fb073f9d04fe4a7f06c107ecbac6344ddd4
53351 Author: Matthew McClintock <msm@freescale.com>
53352 Date: Wed Jun 28 10:43:00 2006 -0500
53353
53354 * Removed the oftree.dts for stxxtx in light of the changes to the flat device tree handling code Patch by Matthew McClintock 26-June-2006
53355
53356 commit 5498d90312aad9f6bdbf047986027c35b03cd163
53357 Author: Matthew McClintock <msm@freescale.com>
53358 Date: Wed Jun 28 10:42:24 2006 -0500
53359
53360 * Patch to modify ft_build.c to update flat device trees in place Patch by Matthew McClintock 26-June-2006
53361
53362 commit 0267768eddc5ca7bc1865bc40c866829ac5efbfe
53363 Author: Matthew McClintock <msm@freescale.com>
53364 Date: Wed Jun 28 10:41:37 2006 -0500
53365
53366 * Modify bootm command to support booting with flat device trees Patch by Matthew McClintock 26-June-2006
53367
53368 commit 8fc8bd2cc479b6cd188fdede4010e0e052970b8a
53369 Author: John Traill <john.traill@freescale.com>
53370 Date: Wed Aug 9 14:33:50 2006 +0100
53371
53372 Add Rapidio support for the MPC8641HPCN
53373
53374 Signed-off-by: John Traill <john.traill@freescale.com>
53375
53376 commit 91a414c7d1fb0eac912592cd995b30c9f23045c9
53377 Author: John Traill <john.traill@freescale.com>
53378 Date: Tue Aug 8 11:32:43 2006 +0100
53379
53380 Fix caslat calculation
53381
53382 Signed-off-by: John Traill <john.traill@freescale.com>
53383
53384 commit 709d3073e74153278e7904a70819bbef7df50e1a
53385 Author: Jon Loeliger <jdl@freescale.com>
53386 Date: Thu Aug 3 16:17:56 2006 -0500
53387
53388 Convert to mac-address in ethernet nodes.
53389
53390 commit 71748af833ca1017edf1415be376366ff2937d17
53391 Author: Haiying Wang <haiying.wang@freescale.com>
53392 Date: Fri Jul 28 12:41:35 2006 -0400
53393
53394 Correct the irq value of DUART2
53395
53396 commit 9cb3e8816ae4d854e7dc22128c3eea3d70bb982c
53397 Author: Haiying Wang <haiying.wang@freescale.com>
53398 Date: Fri Jul 28 12:41:41 2006 -0400
53399
53400 Change the space size of PEX IO in README
53401
53402 commit 239db37c94f7a92941c4465feceb867c609241c5
53403 Author: Haiying Wang <haiying.wang@freescale.com>
53404 Date: Fri Jul 28 12:41:18 2006 -0400
53405
53406 Move get_board_sys_clk to board directory
53407
53408 commit 492900b985439fbce1a118afde1e35def870db03
53409 Author: John Traill <john.traill@freescale.com>
53410 Date: Fri Jul 28 09:03:54 2006 +0100
53411
53412 Fix 8641HPCN pollution
53413
53414 commit 515ab8a62e8574e2babc6e8dcc43544ad221c5b2
53415 Author: John Traill <john.traill@freescale.com>
53416 Date: Fri Jul 28 08:16:06 2006 +0100
53417
53418 Fix 8641HPCN timebase
53419
53420 commit c86360b830f1eecd7a72208575dde4f57879faea
53421 Author: Zhang Wei <wei.zhang@freescale.com>
53422 Date: Fri Jul 28 00:01:34 2006 +0800
53423
53424 Fixed OF device tree of mpc86xxhpcn board.
53425
53426 The changes works in with kernel irq mapping rework.
53427
53428 Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
53429
53430 commit bea3f28d285942bf3f7ab339ce85178ded544225
53431 Author: Haiying Wang <haiying.wang@freescale.com>
53432 Date: Wed Jul 12 10:48:05 2006 -0400
53433
53434 Add support for reading and writing mac addresses to or from ID EEPROM.
53435
53436 Added code for reading and writing Mac addresses to/from ID EEPROM(0x57).
53437 With attached patch, we can use command "mac/mac read/mac save/"
53438 to read and write EEPROM under u-boot prompt.
53439
53440 U-boot will calculate the checksum of EEPROM while bootup,
53441 if it is right, then u-boot will check whether the mac address
53442 of eTSEC0/1/2/3 is availalbe (non-zero).
53443
53444 If there is mac address availabe in EEPROM, u-boot will use it,
53445 otherewise, u-boot will use the mac address defined in
53446 MPC8641HPCN.h. This matches the requirement to set unique mac address
53447 for each TSEC port.
53448
53449 Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
53450 Signed-off-by: York Sun <yorksun@freescale.com>
53451
53452 commit fcb28e763415e0e4e66b0f45842d1557ae198e5e
53453 Author: Jin Zhengxiong <Jason.Jin@freescale.com>
53454 Date: Thu Jul 13 10:35:10 2006 -0500
53455
53456 Fixed initrd issue by define big RAM
53457
53458 Signed-off-by:Jason Jin <Jason.jin@freescale.com>
53459
53460 commit e6cd2a1785d74ec3d30a86f1cb360be8de478151
53461 Author: Jason Jin <Jason.jin@freescale.com>
53462 Date: Fri Jul 7 10:01:45 2006 -0500
53463
53464 We made a u-boot patch to fix the hang up issue
53465 when booting filesystem from ramdisk.
53466
53467 Signed-off-by:Jason Jin <Jason.jin@freescale.com>
53468
53469 commit 38433ccc5850ee70549af0b2bc5b920355ef5388
53470 Author: Matthew McClintock <msm@freescale.com>
53471 Date: Wed Jun 28 10:47:03 2006 -0500
53472
53473 * Switched default PCI speed for 8540 ADS back to 33MHz
53474 * Added comments and a printf to warn that PCI-X won't
53475 work at 33MHz
53476 Patch by Andy Fleming 17-Mar-2006
53477
53478 Signed-off-by: Andy Fleming <afleming@freescale.com>
53479
53480 commit e4c2a0eb0c3e3ffbf824800184ee42bdc99d5b19
53481 Author: Matthew McClintock <msm@freescale.com>
53482 Date: Wed Jun 28 10:46:35 2006 -0500
53483
53484 * Fixed a bug where 8555 PCI code used the old variable and
53485 function names
53486 Patch by Andy Fleming 17-Mar-2006
53487
53488 Signed-off-by: Andy Fleming <afleming@freescale.com>
53489
53490 commit cbfc7ce756b88eb26e5537bc7b625c445c6dcfac
53491 Author: Matthew McClintock <msm@freescale.com>
53492 Date: Wed Jun 28 10:46:13 2006 -0500
53493
53494 * Added VIA configuration table
53495 * Added support for PCI2 on CDS
53496 Patch by Andy Fleming 17-Mar-2006
53497
53498 Signed-off-by: Andy Fleming <afleming@freescale.com>
53499
53500 commit 52c7a68b8d587ebcf5a6b051b58b3d3ffa377ddc
53501 Author: Matthew McClintock <msm@freescale.com>
53502 Date: Wed Jun 28 10:45:41 2006 -0500
53503
53504 * Fixed PCI memory definitions
53505 Patch by Andy Fleming 17-Mar-2006
53506
53507 Signed-off-by: Andy Fleming <afleming@freescale.com>
53508
53509 commit 087454609e47295443af793a282cddcd91a5f49c
53510 Author: Matthew McClintock <msm@freescale.com>
53511 Date: Wed Jun 28 10:45:17 2006 -0500
53512
53513 * Added support for initializing second PCI bus on 85xx
53514 Patch by Andy Fleming 17-Mar-2006
53515
53516 Signed-off-by: Andy Fleming <afleming@freescale.com>
53517
53518 commit b636aaeb6fd516a442fb611bbeeddf3077a687fb
53519 Author: Matthew McClintock <msm@freescale.com>
53520 Date: Wed Jun 28 10:44:49 2006 -0500
53521
53522 * Added PCI-X #defines for PCI-X initialization
53523 Patch by Andy Fleming on 17-Mar-2006
53524
53525 Signed-off-by: Andy Fleming <afleming@freescale.com>
53526
53527 commit 20abbc6fffa115690107cc942c7abf84bdc03a1b
53528 Author: Matthew McClintock <msm@freescale.com>
53529 Date: Wed Jun 28 10:44:23 2006 -0500
53530
53531 * Made sure the code which disables prefetch for PCI devices
53532 sets the size of the prefetch region to 0
53533 Patch by Andy Fleming on 17-Mar-2006
53534
53535 Signed-off-by: Andy Fleming <afleming@freescale.com>
53536
53537 commit 40d5fa35d02df22580593bf0039ab173367e8ef0
53538 Author: Matthew McClintock <msm@freescale.com>
53539 Date: Wed Jun 28 10:43:36 2006 -0500
53540
53541 * Add Flat Dev Tree construction for MPC85xx ADS and CDS boards
53542 Patch by Jon Loeliger 17-Jan-2006
53543
53544 Signed-off-by: Jon Loeliger <jdl@freescale.com>
53545
53546 commit be7e8b0cb5a0c49dc180075b96df296a893bf146
53547 Author: Matthew McClintock <msm@freescale.com>
53548 Date: Wed Jun 28 10:43:00 2006 -0500
53549
53550 * Removed the oftree.dts for stxxtx in light of the changes
53551 to the flat device tree handling code
53552 Patch by Matthew McClintock 26-June-2006
53553
53554 commit 1b380ec225665e73959677f3893dc658c5925e05
53555 Author: Matthew McClintock <msm@freescale.com>
53556 Date: Wed Jun 28 10:42:24 2006 -0500
53557
53558 * Patch to modify ft_build.c to update flat device trees in place
53559 Patch by Matthew McClintock 26-June-2006
53560
53561 commit 98a9c4d468a942a09ebe8979bec508017f3e4462
53562 Author: Matthew McClintock <msm@freescale.com>
53563 Date: Wed Jun 28 10:41:37 2006 -0500
53564
53565 * Modify bootm command to support booting with flat device trees
53566 Patch by Matthew McClintock 26-June-2006
53567
53568 commit da012ab661fd4ab169dd7b9b32201a4df62cf34a
53569 Author: Jin Zhengxiong <Jason.Jin@freescale.com>
53570 Date: Wed Jun 28 08:43:56 2006 -0500
53571
53572 Change Id to symbolic name for RTL8139
53573
53574 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
53575
53576 commit bc09cf3c2bfb8d54c659cbb332f79d0950982fd0
53577 Author: Jin Zhengxiong-R64188 <Jason.Jin@freescale.com>
53578 Date: Tue Jun 27 18:12:10 2006 +0800
53579
53580 Fix RTL8139 in big endian
53581
53582 signed-off-by: Jason Jin <Jason.Jin@freescale.com>
53583 signed-off-by: Wei Zhang <wei.zhang@freescale.com>
53584
53585 commit fcfb9a57947fc203b99fe81ab0578f7286261f9f
53586 Author: Jin Zhengxiong-R64188 <Jason.Jin@freescale.com>
53587 Date: Tue Jun 27 18:12:23 2006 +0800
53588
53589 Fix Tsec bug when no link
53590
53591 When tftp a non-exist file from the tftp server, u-boot will check
53592 the link of all eth port. The original file will return wrong link
53593 state on the no link ports.
53594
53595 signed-off-by: Jason Jin <Jason.Jin@freescale.com>
53596
53597 commit bd22c2b97514fbfb0e03bd9c72b3445e4dbd57e2
53598 Author: Jin Zhengxiong-R64188 <Jason.Jin@freescale.com>
53599 Date: Tue Jun 27 18:12:02 2006 +0800
53600
53601 Fix bug for io_bar size during pci scan
53602
53603 During the pci scan process, Some devices return bar_reponse with the
53604 highest bytes 0, such as the pci bridge in uli1575 return bar_response
53605 with 0xffffff, So the bar_size should be manually set under 64K.
53606
53607 Signed-off-by: Jason Jin <jason.jin@freescale.com>
53608
53609 commit fa7db9c377bc2353a17bf1d381d65a6c418728f0
53610 Author: Jin Zhengxiong-R64188 <Jason.Jin@freescale.com>
53611 Date: Tue Jun 27 18:11:54 2006 +0800
53612
53613 Enable PCIE1 for MPC8641HPCN board
53614
53615 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
53616
53617 commit 99d70e3a47affb9bae041a2caece7cd516e213b3
53618 Author: Wolfgang Denk <wd@pollux.denx.de>
53619 Date: Mon Jun 26 11:06:00 2006 +0200
53620
53621 More code cleanup
53622
53623 commit 684623ce92c5fd32e7db2d6e016945a67c5ffaba
53624 Author: Jon Loeliger <jdl@freescale.com>
53625 Date: Thu Jun 22 08:51:46 2006 -0500
53626
53627 Fix bug in 8641hpcn reset command with no args.
53628
53629 Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
53630 Acked-by: Jon Loeliger <jdl@freescale.com>
53631
53632 commit 8be429a5ddbf0ebe2d94174ba58fcfc7a24285dc
53633 Author: Zhang Wei <wei.zhang@freescale.com>
53634 Date: Tue Jun 20 17:47:15 2006 +0800
53635
53636 Reworked IRQ mapping in OF-tree.
53637
53638 commit 0e4c2a17ca34001ed36d259f13cb88ada4611a8c
53639 Author: Jon Loeliger <jdl@freescale.com>
53640 Date: Thu Jun 15 21:33:37 2006 -0500
53641
53642 Do not enable address translation on secondary CPUs.
53643 Do not set up BATs on secondary CPUs. Let Linux do the nasty.
53644
53645 Signed-off-by: Jon Loeliger <jdl@freescale.com>
53646
53647 commit 386eda022473394ad8f36b86f2bdc9b4cb816291
53648 Author: Wolfgang Denk <wd@pollux.denx.de>
53649 Date: Wed Jun 14 18:14:56 2006 +0200
53650
53651 Code cleanup
53652
53653 commit 16c8d5e76ae0f78f39a60608574adfe0feb9cc70
53654 Author: Wolfgang Denk <wd@pollux.denx.de>
53655 Date: Wed Jun 14 17:45:53 2006 +0200
53656
53657 Various USB related patches
53658 - Add support for mpc8xx USB device.
53659 - Add support for Common Device Class - Abstract Control Model USB console.
53660 - Add support for flow control in USB slave devices.
53661 - Add support for switching between gserial and cdc_acm using environment.
53662 - Minor changes to usbdcore_omap1510.c usbdcore_omap1510.h
53663 - Update usbcore slightly to ease host enumeration.
53664 - Fix non-portable endian problems in usbdcore and usbdcore_ep0.
53665 - Add AdderUSB_config as a defconfig to enable usage of the USB console
53666 by default with the Adder87x U-Boot port.
53667 Patches by Bryan O'Donoghue <bodonoghue@codehermit.ie>, 29 May 2006
53668
53669 commit 8ecc971618f56029ad99d3516f8b297a6ed58971
53670 Author: Jon Loeliger <jdl@jdl.com>
53671 Date: Wed Jun 7 10:53:55 2006 -0500
53672
53673 Fix a get_board_sys_clk() use-before-def warning.
53674
53675 Signed-off-by: Jon Loeliger <jdl@jdl.com>
53676
53677 commit d9bf4858fca5aa4d651b283270f77da72ebadfd5
53678 Author: Jon Loeliger <jdl@jdl.com>
53679 Date: Wed Jun 7 10:52:49 2006 -0500
53680
53681 Allow DTC path to be passed in.
53682
53683 Signed-off-by: Jon Loeliger <jdl@jdl.com>
53684
53685 commit c83ae9ea6d93abbe751bf8a3396236a084e56f87
53686 Author: Haiying Wang <haiying.wang@freescale.com>
53687 Date: Tue Jun 6 16:54:29 2006 -0400
53688
53689 Modify the IRQ of DUART2
53690
53691 commit c934f655f9aeca70a5c5f88b465d9e9d57a8d22e
53692 Author: Jon Loeliger <jdl@jdl.com>
53693 Date: Wed May 31 13:55:35 2006 -0500
53694
53695 Review cleanups.
53696
53697 Signed-off-by: Jon Loeliger <jdl@freescale.com>
53698
53699 commit cb5965fb95b77a49f4e6af95248e0c849f4af03e
53700 Author: Jon Loeliger <jdl@jdl.com>
53701 Date: Wed May 31 12:44:44 2006 -0500
53702
53703 White space cleanup.
53704 Some 80-column cleanups.
53705 Convert printf() to puts() where possible.
53706 Use #include "spd_sdram.h" as needed.
53707 Enhanced reset command usage message a bit.
53708
53709 Signed-off-by: Jon Loeliger <jdl@freescale.com>
53710
53711 commit 3d5c5be547445dd3bd2eb7368d80df03ea437970
53712 Author: Jon Loeliger <jdl@jdl.com>
53713 Date: Wed May 31 11:39:34 2006 -0500
53714
53715 Removed unneeded local_bus_init() from 8641HPCN board.
53716
53717 Signed-off-by: Jon Loeliger <jdl@freescale.com>
53718
53719 commit 4d3d729c16c392d2982d3266b659d333c927697d
53720 Author: Jon Loeliger <jdl@jdl.com>
53721 Date: Wed May 31 11:24:28 2006 -0500
53722
53723 Moved mpc8641hpcn_board_reset() out of cpu/ into board/.
53724
53725 Signed-off-by: Jon Loeliger <jdl@freescale.com>
53726
53727 commit b2a941de060350ad15878d8219825f4950e9bb8e
53728 Author: Jon Loeliger <jdl@jdl.com>
53729 Date: Wed May 31 10:07:28 2006 -0500
53730
53731 Remove dead debug code.
53732
53733 Signed-off-by: Jon Loeliger <jdl@jdl.com>
53734
53735 commit 126aa70f10ba3d20e0a6f4d32328250513b77770
53736 Author: Jon Loeliger <jdl@freescale.com>
53737 Date: Tue May 30 17:47:00 2006 -0500
53738
53739 Move mpc86xx PIXIS code to board directory
53740
53741 First cut at moving the PIXIS platform code out of
53742 the 86xx cpu directory and into board/mpc8641hpcn
53743 where it belongs.
53744
53745 Signed-off-by: Jon Loeliger <jdl@freescale.com>
53746
53747 commit ddf83a2fcef1a670c45fc585119dcc1fe062c4a9
53748 Author: Markus Klotzbuecher <mk@denx.de>
53749 Date: Tue May 30 16:56:14 2006 +0200
53750
53751 Support generic OHCI support for the s3c24x0 cpu.
53752
53753 commit 38cee12dcfcc257371c901c7e13e58ecab0a35d8
53754 Author: Haiying Wang <Haiying.Wang@freescale.com>
53755 Date: Tue May 30 09:10:32 2006 -0500
53756
53757 Improve "reset" command's interaction with watchdog.
53758
53759 "reset altbank" will reset another bank WITHOUT watch dog timer enabled
53760 "reset altbank wd" will reset another bank WITH watch dog enabled
53761 "diswd" will disable watch dog after u-boot boots up successfully
53762
53763 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
53764
53765 commit 70205e5a6ddc8528b11db9eb4d3fa0209d9fce2a
53766 Author: Haiying Wang <Haiying.Wang@freescale.com>
53767 Date: Tue May 30 08:51:19 2006 -0500
53768
53769 Fix two SDRAM setup bugs.
53770
53771 Fix ECC setup bug.
53772 Enable 1T/2T based on number of DIMMs present.
53773
53774 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
53775
53776 commit d11fec5015334deb2010e36ce00bb118cc5429a5
53777 Author: Haiying Wang <Haiying.Wang@freescale.com>
53778 Date: Fri May 26 10:24:48 2006 -0500
53779
53780 Add first draft of the MPC8641HPCN doc/README.
53781
53782 Signed-off-by: Jon Loeliger <jdl@jdl.com>
53783
53784 commit ed45d6c930b5939718a87ee12e25cf9a05978d4a
53785 Author: Haiying Wang <Haiying.Wang@freescale.com>
53786 Date: Fri May 26 10:13:04 2006 -0500
53787
53788 Added pci@8000 block.
53789 Updated ethernet interrupt mappings (moved up 48).
53790 Cleaned up a few comments.
53791
53792 Signed-off-by: Jon Loeliger <jdl@jdl.com>
53793
53794 commit 3033ebb20fd7c372c7bca3c9955a4692bb2240b7
53795 Author: Haiying Wang <Haiying.Wang@freescale.com>
53796 Date: Fri May 26 10:01:16 2006 -0500
53797
53798 Allow args on reset command.
53799
53800 Signed-off-by: Jon Loeliger <jdl@jdl.com>
53801
53802 commit 301f1aa384d0edcae6a22fd9adb933ad71695ecc
53803 Author: Markus Klotzbuecher <mk@denx.de>
53804 Date: Tue May 23 13:38:35 2006 +0200
53805
53806 Changed the mp2usb (at91rm9200) board to use the generic OHCI driver. Some
53807 fixes to the latter.
53808
53809 commit 24e37645e7378b20fa8f20e2996c8fb8e90c70c9
53810 Author: Markus Klotzbuecher <mk@denx.de>
53811 Date: Tue May 23 10:33:11 2006 +0200
53812
53813 More cleanup for the delta board and the generic usb_ohci driver. Added
53814 CFG_USB_BOARD_INIT and CFG_USB_CPU_INIT for enabling board and cpu specific
53815 initialization and cleanup hooks respectively.
53816
53817 commit 3e326ece9eba8184f5d48aa4fb87760a8f6f0f10
53818 Author: Markus Klotzbuecher <mk@denx.de>
53819 Date: Mon May 22 16:33:54 2006 +0200
53820
53821 This patch adds USB storage support for the delta board. This is the first
53822 board to make use of a generic OHCI driver, that calls hooks for board
53823 dependant initialization.
53824
53825 commit 14e37081ff3cac7ebe6e93836523429853b6b292
53826 Author: Jon Loeliger <jdl@jdl.com>
53827 Date: Fri May 19 13:28:39 2006 -0500
53828
53829 Change arbitration to round-robin for SMP linux.
53830
53831 commit 9a655876e5995be80f49054e2509500e871e4d3a
53832 Author: Jon Loeliger <jdl@jdl.com>
53833 Date: Fri May 19 13:26:34 2006 -0500
53834
53835 Enable dual DDR controllers and interleaving.
53836
53837 commit 586d1d5abd3e525f1e1d9b81e5a61a4da6b2fa3c
53838 Author: Jon Loeliger <jdl@jdl.com>
53839 Date: Fri May 19 13:22:44 2006 -0500
53840
53841 Update 86xx address map and LAWBARs.
53842
53843 commit cccce5d0581bb0ba4602799a4b5112e58d1579cb
53844 Author: Jon Loeliger <jdl@jdl.com>
53845 Date: Fri May 19 13:14:15 2006 -0500
53846
53847 Remove L2 Cache invalidate polling.
53848
53849 commit f35ec68fb066cec0e36294bfe07dec2d4e8ad3a8
53850 Author: Jon Loeliger <jdl@jdl.com>
53851 Date: Fri May 19 12:33:09 2006 -0500
53852
53853 Enable 2nd CPU and I2C.
53854
53855 commit bf690dcb512d34c4fceec0eb1e5c0e88a9db5d54
53856 Author: Jon Loeliger <jdl@freescale.com>
53857 Date: Mon May 15 07:26:56 2006 -0500
53858
53859 Update interrupt mapping.
53860
53861 commit 6cfea33477b04b63ed47386ed1629529484c33ba
53862 Author: Haiying Wang <Haiying.Wang@freescale.com>
53863 Date: Wed May 10 09:38:06 2006 -0500
53864
53865 Remove unneeded INIT_RAM_LOCK cache twiddling.
53866 Correctly tracks r29 as global data pointer now.
53867
53868 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
53869
53870 commit d4dd317b58c126a2a7e73f4764ecc1a7c97f876c
53871 Author: Jon Loeliger <jdl@freescale.com>
53872 Date: Wed May 10 09:33:07 2006 -0500
53873
53874 Remove unnecessary flash.c file.
53875
53876 commit 18b6c8cd8af6cc7f35180cedc4adb3236cc1a1b8
53877 Author: Jon Loeliger <jdl@freescale.com>
53878 Date: Tue May 9 08:23:49 2006 -0500
53879
53880 Get MPC8641HPCN flash images working.
53881
53882 Enable the CFI driver.
53883 Remove bogus LAWBAR7 cruft.
53884 Use correct TEXT_BASE, Fixup load script.
53885 Enable SPD EEPROM during DDR setup.
53886 Use generic RFC 1918 IP addresses by default.
53887
53888 commit 5c9efb36a6b5431423f52888a0e3b4b515fe7eca
53889 Author: Jon Loeliger <jdl@freescale.com>
53890 Date: Thu Apr 27 10:15:16 2006 -0500
53891
53892 Cleanup whitespaces and style issues.
53893 Removed //-style comments.
53894 Use 80-column lines.
53895 Remove trailing whitespace.
53896 Remove dead code and debug cruft.
53897
53898 commit a2320a6bf8113a09544c42d160d10ac69d049a03
53899 Author: Jon Loeliger <jdl@freescale.com>
53900 Date: Thu Apr 27 08:22:39 2006 -0500
53901
53902 Revert bad PCI prefetch limit change.
53903
53904 commit debb7354d1ea4f694154818df5e5b523f5c1cc1d
53905 Author: Jon Loeliger <jdl@freescale.com>
53906 Date: Wed Apr 26 17:58:56 2006 -0500
53907
53908 Initial support for MPC8641 HPCN board.