]> git.ipfire.org Git - people/ms/u-boot.git/blame - CHANGELOG
console.h: remove unused prototype 'console_realloc'
[people/ms/u-boot.git] / CHANGELOG
CommitLineData
6b8edfde
WD
1commit d45bb538e8898ff0f2dcfed6b95e97c7b9afed9d
2Author: Wolfgang Denk <wd@denx.de>
3Date: Fri May 1 21:59:12 2009 +0200
4
5 Prepare v2009.06-rc1
6
7 Signed-off-by: Wolfgang Denk <wd@denx.de>
8
9commit 6b2beb5626a143ca5347e7d2c6005be9936c1fbb
10Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11Date: Fri May 1 15:38:06 2009 +0200
12
13 at91: remove lowlevel_init.S
14
15 lowlevel_init.S is not used any more so remove it.
16 As consequence, we also don't have to generate u-boot.lds
17 but can use a static version as before.
18
19 This also fixes the out-of-tree build problem introduced
20 with commit f0a2c7b4 "at91: add support for the PM9263 board"
21
22 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23 Signed-off-by: Wolfgang Denk <wd@denx.de>
24
25commit 0ee7a310479640ef17ce2fc0f6c13cf7961d2330
26Author: Wolfgang Denk <wd@denx.de>
27Date: Fri May 1 00:16:11 2009 +0200
28
29 Update CHANGELOG; minor coding style cleanup.
30
31 Signed-off-by: Wolfgang Denk <wd@denx.de>
32
0ee7a310
WD
33commit d3a513c23ba4100d6983161cdc1f747dfd087bbd
34Author: Manikandan Pillai <mani.pillai@ti.com>
35Date: Tue Apr 21 17:29:05 2009 +0200
36
37 OMAP3: Fix timer handling to 1ms and CONFIG_SYS_HZ to 1000
38
39 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
40 Signed-off-by: Manikandan Pillai <mani.pillai@ti.com>
41
42commit ac9140037a84629c5583066ff1a177396c47d89d
43Author: Dirk Behme <dirk.behme@googlemail.com>
44Date: Fri Apr 17 14:27:56 2009 +0200
45
46 OMAP3: Beagle: Set pinmux conditionally for Rev C boards
47
48 The Beagle Rev C boards pull UART2 from an alternate set of balls.
49
50 Signed-off-by: Steve Sakoman <steve@sakoman.com>
51 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
52
53commit c1a0fd5f2864e9d381f4a3dc948942cac974e89a
54Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
55Date: Mon Apr 27 18:33:33 2009 +0200
56
57 ubifs: BUG: Blocks commpressed with zlib
58
59 Blocks compressed with zlib dont have the full gzip header.
60
61 Without this patch, block compressed with zlib cannot be readed!
62
63 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
64
65commit 35f6a943f7d92145d607c1d55f5c2e2eae5be630
66Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
67Date: Mon Apr 27 18:33:32 2009 +0200
68
69 lib_generic: gunzip: New function zunzip
70
71 Separate gunzip in
72
73 gunzip: Find the end of the header and call zunzip.
74 zunzip: Inflate gunzip block without header.
75
76 UBI fs blocks can be compresed in lzo, zlib or no-compression. The
77 current implementation of u-boot supported all the compressions but
78 there was a bug in the implementation of the zlib blocks.
79
80 UBIFS's Zlib blocks do not have header but they were compressed using
81 gunzip, a function used to decompress gunzip files/sectors with a
82 header.
83
84 This patch adds a new function zunzip that uncompress a zlib block with
85 no header.
86
87 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
88
89commit a1e5f93185d0d85a4b3fad3b6c743cddcd373b0c
90Author: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
91Date: Thu Apr 23 15:37:16 2009 +0200
92
93 at91: fixed plla calc when no USB support is active
94
95 Signed-off-by: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
96 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
97
98commit 3791a1187c1401c33c9512595e6e89dbb46230c5
99Author: Ladislav Michl <ladis@linux-mips.org>
100Date: Wed Apr 22 01:12:04 2009 +0200
101
102 arm925t: Fix CONFIG_SYS_HZ to 1000
103
104 Let CONFIG_SYS_HZ to have value of 1000 effectively fixing all users of
105 get_timer.
106
107 Changes since original version:
108 * Set PTV=2 (divisor 8) for boards using 12MHz timer clock source to
109 improve timer resolution.
110
111 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
112
113commit 42bf4b2248146abdc592bde0009c6ea42067f437
114Author: Dirk Behme <dirk.behme@googlemail.com>
115Date: Tue Apr 14 20:15:17 2009 +0200
116
117 OMAP3: Remove legacy NAND defines
118
119 Remove remaining legacy NAND defines for Beagle, EVM, Overo and Pandora.
120
121 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
122
123commit cba0b778dd5f1ea32959b6825c7f0a31501a99d5
124Author: Sanjeev Premi <premi@ti.com>
125Date: Mon Apr 27 21:27:54 2009 +0530
126
127 OMAP3: Print correct silicon revision
128
129 The function display_board_info() displays incorrect
130 silicon revision - based on the return value from
131 function get_cpu_rev().
132
133 This patch fixes the problem.
134
135 Signed-off-by: Sanjeev Premi <premi@ti.com>
136
137commit 90006e9b33bcdbf241b0295d186e3634137907a9
138Author: Sanjeev Premi <premi@ti.com>
139Date: Mon Apr 27 21:27:44 2009 +0530
140
141 OMAP3: Remove unused board-types
142
143 The board-types defined in struct omap3_sysinfo seem to be
144 unused. The function display_board_info() is passed
145 board type as an argument; which is ignored.
146
147 This patch removes all uses of board-type, related definitions
148 and functions.
149
150 Signed-off-by: Sanjeev Premi <premi@ti.com>
151
152commit 6a6b62e3aa4b340c4f8fc67b1487ddb5436c684d
153Author: Sanjeev Premi <premi@ti.com>
154Date: Mon Apr 27 21:27:27 2009 +0530
155
156 OMAP3: Use functions print_cpuinfo() and checkboard()
157
158 Use the functions print_cpuinfo() and checkboard() to
159 display the cpu and board specific information.
160
161 These functions reuse content from the existing function
162 display_board_info() - which has been removed.
163
164 Also, updated the existig OMAP3 configurations to
165 define:
166 - CONFIG_DISPLAY_CPUINFO
167 - CONFIG_DISPLAY_BOARDINFO
168
169 Signed-off-by: Sanjeev Premi <premi@ti.com>
170
171commit f8e2b3107ee00f2782f8ebf47e3f09cda4e2353a
172Author: Stefan Roese <sr@denx.de>
173Date: Wed Mar 18 11:17:37 2009 +0100
174
175 MTD: Change cfi-mtd to accept non-uniform sector sizes
176
177 With this patch non-uniform NOR FLASH chips (chips with multiple erase
178 regions) can be exported via the cfi-mtd layer and therefor used by UBI.
179 We select the largest sector size as erasesize. The cfi driver will make
180 sure that the smaller sectors are handled correctly.
181
182 Signed-off-by: Stefan Roese <sr@denx.de>
183
184commit 3dcbe628d66b648e954bc8147d4faff2983206d9
185Author: Anatolij Gustschin <agust@denx.de>
186Date: Thu Apr 23 12:35:22 2009 +0200
187
188 video: fix bug in cfb_console.c code
189
190 Fix bug in drawing long version/info strings:
191 U-Boot version string like
192 "U-Boot 2009.03-05647-g7c51e06 (Apr 23 2009 - 12:40:00) MPC83XX"
193 is long and doesn't wrap around correctly while drawing
194 beside the logo. Such long strings partially overwrite
195 the logo. This patch is an attempt to fix it.
196
197 Signed-off-by: Anatolij Gustschin <agust@denx.de>
198
199commit 4d9eab89b3b2c2ed432b14d355a56f274d8aac75
200Author: Wolfgang Denk <wd@denx.de>
201Date: Tue Apr 28 08:50:31 2009 +0200
202
203 cmd_ext2.c: fix compile warnings
204
205 Get rid of these warnings:
206
207 cmd_ext2.c:247: warning: format '%ld' expects type 'long int', but argument 2 has type 'int'
208 cmd_ext2.c:248: warning: format '%lX' expects type 'long unsigned int', but argument 3 has type 'int'
209
210 Signed-off-by: Wolfgang Denk <wd@denx.de>
211
212commit 28afe0160f87ff74574150d703055a965f91422a
213Author: Heiko Schocher <hs@denx.de>
214Date: Mon Apr 27 10:48:20 2009 +0200
215
216 ids8247: Remove legacy NAND defines
217
218 because legacy NAND support is deprecated converting to current
219 NAND interface. !This just compile, because I have no more the
220 hardware to test it.
221
222 Signed-off-by: Heiko Schocher <hs@denx.de>
223
224commit dbd33614404b65aa441c5620c3dbd560c4460c09
225Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
226Date: Mon Apr 27 09:13:31 2009 +0200
227
228 ubifs: BUG realpath string must be ended with NULL
229
230 If the memory used to copy the link_make is "dirty" the string wont
231 be ended with NULL, throwing out multiple memory bugs.
232
233 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
234 Acked-by: Stefan Roese <sr@denx.de>
235
236commit 65351a8793c51f3787efbbcf3aa1df0ad543c127
237Author: Peter Tyser <ptyser@xes-inc.com>
238Date: Fri Apr 24 15:59:56 2009 -0500
239
240 bmp_logo: Check return value of fread()
241
242 Add basic error handling to fread() function calls. This prevents
243 compililation warnings such as:
244
245 bmp_logo.c: In function ‘main’:
246 bmp_logo.c:71: warning: ignoring return value of ‘fread’, declared with
247 attribute warn_unused_result
248 ...
249
250 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
251
252commit eea8be86d1c2b570660d1f6c553845e13164231a
253Author: Peter Tyser <ptyser@xes-inc.com>
254Date: Fri Apr 24 15:59:46 2009 -0500
255
256 ncb: Check return value of write()
257
258 This prevents the compilation warning:
259
260 ncb.c: In function 'main':
261 ncb.c:32: warning: ignoring return value of ‘write’, declared with
262 attribute warn_unused_result
263
264 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
265
266commit dbe29e36a4c2775b69b5a63b0ce2bac89c08e691
267Author: Stefan Roese <sr@denx.de>
268Date: Fri Apr 24 15:59:35 2009 +0200
269
270 mtd: nand/onenand: Register mtd device upon device scanning
271
272 With this patch the NAND and OneNAND devices are registered in the MTD
273 subsystem and can then be referenced by the mtdcore code (e.g.
274 get_mtd_device_nm()). This is needed for the new "ubi part" command
275 syntax without the flash type parameter (nor|nand|onenand).
276
277 Signed-off-by: Stefan Roese <sr@denx.de>
278
279commit 10bb62d85a0850dbad1fdd34123378686373f166
280Author: Stefan Roese <sr@denx.de>
281Date: Fri Apr 24 15:58:33 2009 +0200
282
283 mtd: nand: Include linux/mtd/partitions.h in nand_base.h
284
285 This patch removes this compilation warning when CONFIG_MTD_PARTITIONS is
286 defined:
287
288 nand_base.c: In function 'nand_release':
289 nand_base.c:2922: warning: implicit declaration of function 'del_mtd_partitions'
290
291 Signed-off-by: Stefan Roese <sr@denx.de>
292
293commit 2d579e5060413af5a740cb396dc87e1ff31bf5a9
294Author: Stefan Roese <sr@denx.de>
295Date: Fri Apr 24 20:24:19 2009 +0200
296
297 ubi: Remove flash selection parameter (nor|nand|onenand) from "ubi part"
298
299 This patch removes the now unnecessary flash type parameter from the
300 "ubi part" command. Currently the user has to define the type of flash
301 he will be using UBI on. Example:
302
303 => ubi part nor partition1
304
305 With this patch this type parameter is not needed anymore. The user can
306 now select the partition directly without the flash type paramter.
307 Example:
308
309 => ubi part partition1
310
311 This breaks backward compatibility right now because of the change in the
312 command syntax. But UBI support is still quite fresh and the advantage of
313 this new command is syntax big enough for this change. Additionally the
314 code is much cleaner now.
315
316 Signed-off-by: Stefan Roese <sr@denx.de>
317 CC: Kyungmin Park <kyungmin.park@samsung.com>
318
319commit 294f10ca9ea82a15e135dcb0fc658382ab206940
320Author: Detlev Zundel <dzu@denx.de>
321Date: Thu Apr 23 13:14:20 2009 +0200
322
323 mips/vcth: Use generic 16550 uart driver
324
325 As the common code also handles baudrate switching, which the board
326 specific vct.c driver did not support, this is one of the rare
327 occassions where deleting code actually adds a feature :)
328
329 Signed-off-by: Detlev Zundel <dzu@denx.de>
330 Acked-by: Stefan Roese <sr@denx.de>
331 Acked-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
332
333commit 0c8a84916c5dacccdc5b27b63fc463e9f3b04f07
334Author: Ladislav Michl <ladis@linux-mips.org>
335Date: Tue Apr 21 02:26:31 2009 +0200
336
337 Separate mtdparts command from jffs2
338
339 On Thu, Mar 19, 2009 at 01:30:36PM +0100, Stefan Roese wrote:
340 > Currently the mtdparts commands are included in the jffs2 command support.
341 > This doesn't make sense anymore since other commands (e.g. UBI) use this
342 > infrastructure as well now. This patch separates the mtdparts commands from
343 > the jffs2 commands making it possible to only select mtdparts when no JFFS2
344 > support is needed.
345
346 One more leftover... Let nboot command know about partitions even if JFFS2
347 support is not enabled.
348
349 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
350 Acked-by: Stefan Roese <sr@denx.de>
351
352commit 67c2e57c0875139dbfcd6f41c43e6ad0cb2e40c9
353Author: Peter Tyser <ptyser@xes-inc.com>
354Date: Mon Apr 20 11:22:13 2009 -0500
355
356 cmd_ide: Remove unused AmigaOneG3SE code
357
358 The output_data_short() and input_data_short() functions for the
359 AmigaOneG3SE are unused and result in compiler warnings.
360
361 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
362
363commit c93c102ace00764a56dbdf78bac134a23906721e
364Author: Peter Tyser <ptyser@xes-inc.com>
365Date: Mon Apr 20 11:21:40 2009 -0500
366
367 AmigaOneG3SE: Fix CONFIG_CMD_CONSOLE definition
368
369 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
370
371commit 54e822f9590cc6c70411bd8cabd42236e07a2aa7
372Author: Peter Tyser <ptyser@xes-inc.com>
373Date: Mon Apr 20 11:09:05 2009 -0500
374
375 Replace __asm references with __asm__
376
377 __asm__ follows gcc's documented syntax and is generally more common
378 than __asm. This change is only asthetic and should not affect
379 functionality.
380
381 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
382
383commit f9a109b3adc5e8647535357500e2a38f0558b5c2
384Author: Peter Tyser <ptyser@xes-inc.com>
385Date: Mon Apr 20 11:08:46 2009 -0500
386
387 Replace __attribute references with __attribute__
388
389 __attribute__ follows gcc's documented syntax and is generally more
390 common than __attribute. This change is only asthetic and should not
391 affect functionality.
392
393 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
394
395commit 08f077da9298ff65cc6f85f90d2770000a1beee9
396Author: David Brownell <dbrownell@users.sourceforge.net>
397Date: Thu Apr 16 19:55:48 2009 -0700
398
399 mtdpart command: align output columns
400
401 Make the headers in the "mtdparts" command output line up
402 with their columns ... strike the extra TAB character.
403
404 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
405
406commit 06f41f825c23344d889d5419bb5eaeceb3ed2a02
407Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
408Date: Thu Apr 16 10:51:03 2009 +0900
409
410 Remove sa1100.h
411
412 sa1100.h is not used anywhere, then remove it.
413
414 $ find . -name '*.h' -empty -print
415 ./include/sa1100.h
416 $ git grep 'sa1100.h' .
417 $
418
419 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
420 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
421
422commit 7d3d30b1b3fbd0a07db254ead99fa6fff4f4d992
423Author: Stefan Roese <sr@denx.de>
424Date: Tue Apr 14 17:51:21 2009 +0200
425
426 UBIFS: Remove tnc_commit.c which is not used in the read-only version
427
428 I missed removing this file while implementing the UBIFS support. It's
429 not referenced at all, so let's remove it. Thanks to Artem Bityutskiy
430 for spotting.
431
432 Signed-off-by: Stefan Roese <sr@denx.de>
433
434commit 6356daff70867822bdb23cea49f98e65421a25b8
435Author: Adrian Hunter <adrian.hunter@nokia.com>
436Date: Tue Apr 14 17:50:38 2009 +0200
437
438 UBIFS: fix recovery bug
439
440 UBIFS did not recovery in a situation in which it could
441 have. The relevant function assumed there could not be
442 more nodes in an eraseblock after a corrupted node, but
443 in fact the last (NAND) page written might contain anything.
444 The correct approach is to check for empty space (0xFF bytes)
445 from then on.
446
447 Signed-off-by: Adrian Hunter <adrian.hunter@nokia.com>
448 Signed-off-by: Stefan Roese <sr@denx.de>
449
450commit 351f40caf2f7806b2cefb93e077ea619b9f684e8
451Author: Gao Guanhua <B22826@freescale.com>
452Date: Tue Apr 14 14:37:35 2009 +0800
453
454 fs: Fix the wrong type of var
455
456 The filelen should be signed type, not unsigned type.
457 otherwise, The condition as below never take.
458 if (filelen < 0)
459
460 Signed-off-by: Gao Guanhua <B22826@freescale.com>
461 Signed-off-by: Dave Liu <daveliu@freescale.com>
462
463commit 05f474c4d0469bebc0bb05df60a39dc7fdf28e62
464Author: Wolfgang Denk <wd@denx.de>
465Date: Tue Apr 28 00:29:34 2009 +0200
466
467 Update CHANGELOG
468
469 Signed-off-by: Wolfgang Denk <wd@denx.de>
470
05f474c4
WD
471commit ad74cae9ff8790727bc81ee91c6bca7d50dca446
472Author: David Brownell <dbrownell@users.sourceforge.net>
473Date: Thu Apr 16 23:15:15 2009 -0700
474
475 dm9000 EEPROM reading bugfix
476
477 Make the U-Boot dm9000 driver read addresses from EEPROM just
478 like Linux does ... read six bytes, instead of reading twelve
479 bytes and then discarding every other one.
480
481 Using the right Ethernet address is a big win.
482
483 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
484 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
485 Acked-by: Ben Warren <biggerbadderben@gmail.com>
486
487commit d4c02e6f5d49880123e7f584b88f857ffd874381
488Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
489Date: Wed Feb 25 14:27:24 2009 +0900
490
491 rtl8169: fix cache coherency problem
492
493 Fix the problem that cannot access actual data when CPU data cache enabled.
494
495 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
496 Tested-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
497 Acked-by: Ben Warren <biggerbadderben@gmail.com>
498
0ee7a310
WD
499commit a85693b3bd4431b05b7df608b6f7733c0f80c53e
500Author: Dirk Behme <dirk.behme@googlemail.com>
501Date: Tue Apr 21 17:30:51 2009 +0200
502
503 OMAP3: Fix changed mmc init command
504
505 In recent U-Boot mmcinit changed to mmc init.
506
507 Signed-off-by: Steve Sakoman <steve@sakoman.com>
508 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
509
05f474c4
WD
510commit 34b76a14f676bc6501c27a96564e4dfb4793f033
511Author: Wolfgang Denk <wd@denx.de>
512Date: Sun Apr 26 20:39:26 2009 +0200
513
514 lib_arm/board.c: remove misleading "test-only" comment.
515
516 For a long time, the print_cpuinfo() declaration in lib_arm/board.c
517 had been marked as "test-only", which is plain wrong considering
518 current usage. Delete this misleading comment.
519
520 Signed-off-by: Wolfgang Denk <wd@denx.de>
521
0ee7a310
WD
522commit 7239c5da5e9197accb3dfe395be4502c3b9bca8e
523Author: David Brownell <dbrownell@users.sourceforge.net>
524Date: Sun Apr 12 15:40:16 2009 -0700
525
526 minor DaVinci clock cleanup
527
528 Minor cleanup to clock-related defines for DaVinci DM6446 boards:
529
530 - CONFIG_SYS_CLK_FREQ is unused; remove it.
531
532 - CONFIG_SYS_NS16550_CLK must be the same as CONFIG_SYS_HZ_CLOCK
533
534 On DM6446 both of those peripheral clocks actually come from the
535 same source, the primary oscillator. Having them use the same
536 symbol avoids bugs in the clone'n'modify development cycle.
537
538 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
539
540commit ffd8c7170d55c34bbfcfd2c84093dcaff796cbf3
541Author: Minkyu Kang <mk7.kang@samsung.com>
542Date: Mon Apr 6 19:59:29 2009 +0900
543
544 s3c64xx: remove unnecessary definition
545
546 CONFIG_S3C6400 is must defined at config header file
547 That definition is unnecessary at this file
548
549 Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
550
05f474c4
WD
551commit 14b9308d511b53042ef478936e367a67282df66a
552Author: Heiko Schocher <hs@denx.de>
553Date: Fri Apr 24 06:50:45 2009 +0200
554
555 83xx: searching "muram-data" by compatible property
556
557 if using CONFIG_BOOTCOUNT_LIMIT feature on a MPC8360 CPU
558 in the muram-data node, the reg entry needs to be updated.
559 This is done in fdt_fixup_muram(), but we should use
560 the compatible "fsl,qe-muram-data" for searching the
561 node instead of searching the muram-data node with
562 an absolute path.
563
564 Signed-off-by: Heiko Schocher <hs@denx.de>
565 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
566
567commit 8e15088794807944b221c11609d36789efc7f767
568Author: Anatolij Gustschin <agust@denx.de>
569Date: Thu Apr 23 21:29:34 2009 +0200
570
571 mpc83xx: MPC8360ERDK: fix environment offset configuration bug
572
573 The size of U-Boot binary for MPC8360ERDK increased
574 (> 2 flash sectors now), so 'saveenv' will partially
575 overwrite U-Boot in flash and will brick the board.
576 This patch moves environment offset to fourth flash
577 sector and also fixes CONFIG_SYS_MONITOR_LEN.
578
579 Signed-off-by: Anatolij Gustschin <agust@denx.de>
580 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
581
582commit 3c172c4fdbbb5858fae38478d6399be4a16be3fc
583Author: Michael Zaidman <michael.zaidman@gmail.com>
584Date: Sat Apr 4 01:43:00 2009 +0300
585
586 NetLoop initialization bug
587
588 The patch fixes the bug of partial initialization of global network
589 parameters.
590
591 Upon u-boot's start up the first ping command causes a failure of the
592 consequent TFTP command. It happens in the recently added mechanism of
593 the NetLoop initialization where initialization of global network
594 parameters is separated in the NetInitLoop routine which is called per
595 env_id change. Thus, ping request will initialize the network parameters
596 necessary for ping operation only, afterwards the env_changed_id will be
597 set to the env_id that will prevent all following initialization requests
598 from other protocols.
599 The problem is that the initialized by ping subset of network parameters
600 is not sufficient for other protocols and particularly for TFTP which
601 requires the NetServerIp also.
602
603 Signed-off-by: Michael Zaidman <michael.zaidman@gmail.com>
604 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
605
606commit b11f664f52c2855990107c18f242223377183575
607Author: Timur Tabi <timur@freescale.com>
608Date: Thu Apr 9 10:27:05 2009 -0500
609
610 net: fix ULI 526x macro usage in netdev.h
611
612 Change netdev.h to use CONFIG_ULI526X instead of CONFIG_ULI526. CONFIG_ULI526X
613 is used everywhere else, so that's the correct macro name. Without this fix,
614 Ethernet will not work on the Freescale MPC8610 HPCD.
615
616 Signed-off-by: Timur Tabi <timur@freescale.com>
617 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
618
619commit 7ee38c044ca5041d3378d6507580ea4ec344af96
620Author: David Brownell <dbrownell@users.sourceforge.net>
621Date: Sun Apr 12 15:38:06 2009 -0700
622
623 fix DaVinci NS16550_REG_SIZE regression
624
625 Update the DaVinci DM6446 boards to use the new convention
626 for CONFIG_SYS_NS16550_REG_SIZE ... the size hasn't changed
627 from the original 4 bytes, but these chips are little-endian.
628
629 (Resolves a regression added recently by the include/ns16550.h
630 patch to "Unify structure declaration for registers". The code
631 previously worked just fine because the registers were accessed
632 as host-endian words, not as bytes.)
633
634 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
635
636commit dfc99e143fca44a492918ac6cf3f76ee9c2473a9
637Author: Mike Frysinger <vapier@gentoo.org>
638Date: Sun Apr 12 22:29:20 2009 -0400
639
640 cmd_nand: drop duplicate NULL ptr check
641
642 The first if statement checks for NULL ptrs, so there is no need to check
643 it again in later else cases (such as .oob).
644
645 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
646 CC: Scott Wood <scottwood@freescale.com>
647
648commit 7732cef2eeb4e339cfcd8553fab773af73a20805
649Author: David Brownell <dbrownell@users.sourceforge.net>
650Date: Mon Apr 13 08:03:38 2009 -0700
651
652 CMD_UBI != MTD_PARTITIONS
653
654 Fix dependency goofage: it should certainly be possible to have the
655 partition support without bringing in UBI commands.
656
657 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
658 Acked-by: Stefan Roese <sr@denx.de>
659
660commit 6ebff365eb63093ca35b687316002535c6a18820
661Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
662Date: Thu Apr 16 21:30:48 2009 +0200
663
664 at91sam9/at91cap: fix CONFIG_SYS_HZ to 1000
665
666 The timer has been rewrote with a precision at ~0,18%
667
668 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
669 Tested-by: Sergey Lapin <slapin@ossfans.org>
670 Tested-by: Eric BENARD <ebenard@free.fr>
671
672commit f0a2c7b4b64eacd06bb272856bcc056be8719f5a
673Author: Ilko Iliev <iliev@ronetix.at>
674Date: Thu Apr 16 21:30:48 2009 +0200
675
676 at91: add support for the PM9263 board of Ronetix GmbH
677
678 The PM9263 board is based on the AT91SAM9263-EK board.
679
680 Here is the page on Ronetix website:
681 http://www.ronetix.at/starter_kit_9263.html
682
683 Signed-off-by: Ilko Iliev <iliev@ronetix.at>
684 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
685
686commit dc39ae9513c32dfeb9e018dc0d22c6484514fefb
687Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
688Date: Thu Apr 16 21:30:44 2009 +0200
689
690 at91sam9/at91cap: improve clock framework
691
692 calculate dynamically the clock rate and pllb setting for usb
693
694 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
695
696commit dd7c302099ef5590069bdbf292aaa8230cd59de7
697Author: Stefan Roese <sr@denx.de>
698Date: Wed Apr 15 14:08:48 2009 +0200
699
700 ppc4xx: Disable POST memory test on NAND-booting Kilauea
701
702 Don't run the memory POST on the NAND-booting version. It will
703 overwrite part of the U-Boot image which is already loaded from NAND
704 to SDRAM. We were just lucky that it booted at all with this SDRAM
705 test enabled.
706
707 Signed-off-by: Stefan Roese <sr@denx.de>
708
709commit 9a929170be89b27bce677504da27e88600c06c49
710Author: Stefan Roese <sr@denx.de>
711Date: Wed Apr 15 14:06:26 2009 +0200
712
713 ppc4xx: Disable POST memory test on NAND-booting Sequoia
714
715 Don't run the memory POST on the NAND-booting version. It will
716 overwrite part of the U-Boot image which is already loaded from NAND
717 to SDRAM. We were just lucky that it booted at all with this SDRAM
718 test enabled.
719
720 Signed-off-by: Stefan Roese <sr@denx.de>
721
722commit 17c1b0e89b8be7d90f605eb19af9218c6275bfb3
723Author: Stefan Roese <sr@denx.de>
724Date: Wed Apr 15 11:32:53 2009 +0200
725
726 ppc4xx: Remove unused code for Sequoia NAND booting version
727
728 The current define of get_bus_freq() in the CONFIG_NAND_SPL #ifdef is not
729 used at all. This patch changes it's define to the currently used value of
730 133333333 and removes the unnecessary code.
731
732 Signed-off-by: Stefan Roese <sr@denx.de>
733
734commit cf9409885cbe01405bad76790e99f8adf3351f4d
735Author: Stefan Roese <sr@denx.de>
736Date: Wed Apr 15 10:50:48 2009 +0200
737
738 ppc4xx: Add "booting from NAND" to 4xx NAND-booting targets
739
740 This additional text in the bootup log helps to see if the board is
741 configured for NAND-booting. Especially helpful for boards that can
742 boot from NOR and NAND (e.g. most of the AMCC eval boards).
743
744 Signed-off-by: Stefan Roese <sr@denx.de>
745
746commit 5132106a27b8fb302677852b26ffd319b40d17e2
747Author: Stefan Roese <sr@denx.de>
748Date: Wed Apr 8 10:36:22 2009 +0200
749
750 ppc4xx: Fixup chip-selects in dtb for NAND-booting Sequoia
751
752 Currently the NOR & NAND support in Linux only works for the "standard"
753 Sequoia, the version booting for NOR flash. The NAND-booting version
754 has the chip-selects swapped. Here the chip-select mappings:
755
756 "Standard" NOR-booting version:
757 CS0 NOR
758 CS3 NAND
759
760 NAND-booting version:
761 CS0 NAND
762 CS3 NOR
763
764 With this path the dtb gets fixed-up, so that the correct chip-select
765 numbers are patched in the dtb enabling correct NOR & NAND support
766 in Linux on the NAND-booting Sequoia version.
767
768 Signed-off-by: Stefan Roese <sr@denx.de>
769
770commit aad4eca4ba8d597747199d8af723426681557dda
771Author: Mike Frysinger <vapier@gentoo.org>
772Date: Sat Apr 4 09:10:27 2009 -0400
773
774 Blackfin: audit UART for all known anomalies
775
776 There is no code change here, just new comments, but this keeps me from
777 having to do another audit from scratch in the future.
778
779 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
780
781commit 8ef929afa43c77c9573caa57c6e17a97a33775c0
782Author: Mike Frysinger <vapier@gentoo.org>
783Date: Sat Apr 4 08:40:13 2009 -0400
784
785 Blackfin: add check for anomaly 05000362
786
787 DESCRIPTION:
788 The column address width settings for banks 2 and 3 are misconnected in
789 the SDRAM controller. Accesses to bank 2 will result in an error if the
790 Column Address Width for bank 3 (EB3CAW ) is not set to be the same as
791 that of bank 2.
792
793 WORKAROUND:
794 If using bank 2, make sure that banks 2 and 3 have the same column address
795 width settings in the EBIU_SDBCTL register. This must be the case
796 regardless of whether or not bank 3 is enabled.
797
798 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
799
800commit c2e07449f546fb375289cdac1a608fdc20357873
801Author: Mike Frysinger <vapier@gentoo.org>
802Date: Sat Apr 4 08:29:55 2009 -0400
803
804 Blackfin: add comment about anomaly 05000430 avoidance
805
806 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
807
808commit 48ab1509254a4c175e4f65c478a978928ffe09ec
809Author: Mike Frysinger <vapier@gentoo.org>
810Date: Sat Apr 4 08:10:22 2009 -0400
811
812 Blackfin: add workaround for anomaly 05000242
813
814 DESCRIPTION:
815 If the DF bit is set prior to a hardware reset, the PLL will continue to
816 divide CLKIN by 2 after the hardware reset, but the DF bit itself will be
817 cleared in the PLL_CTL register.
818
819 WORKAROUND:
820 Reprogram the PLL with DF cleared if the desire is to not divide CLKIN by
821 2 after reset.
822
823 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
824
825commit ce1fe4ba6bb9df7c57351436fa17d1af8bbe7916
826Author: Mike Frysinger <vapier@gentoo.org>
827Date: Sat Apr 4 08:09:24 2009 -0400
828
829 Blackfin: add workaround for anomaly 05000171
830
831 DESCRIPTION:
832 The Boot ROM is executed at power up/reset and changes the value of the
833 SICA_IWR registers from their default reset value of 0xFFFF, but does not
834 restore them.
835
836 WORKAROUND:
837 User code should not rely on the default value of these registers. Set
838 the desired values explicitly.
839
840 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
841
842commit 51ee6e057f7a920e2a125cd9f985d10f625e355f
843Author: Mike Frysinger <vapier@gentoo.org>
844Date: Sat Apr 4 08:22:36 2009 -0400
845
846 Blackfin: update anomaly sheets
847
848 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
849
850commit a343ba87ea0320ca0a4ecfa2c42cd9d4f18883df
851Author: Graf Yang <graf.yang@analog.com>
852Date: Sat Apr 4 07:45:57 2009 -0400
853
854 Blackfin: nand: flush peripheral before polling it
855
856 We need to make sure the data written to the nand flash controller makes
857 it there before we start polling its status register. Otherwise, we may
858 get stale data and return before the controller is actually ready.
859
860 Signed-off-by: Graf Yang <graf.yang@analog.com>
861 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
862 Acked-by: Scott Wood <scottwood@freescale.com>
863
864commit 3ccbfb25f48af78e7092ac75f3115e924e76c748
865Author: Remy Bohmer <linux@bohmer.net>
866Date: Sun Apr 5 11:43:28 2009 +0200
867
868 Support for PXA27X UDC.
869
870 This Patch adds Support for PXA27X UDC.
871 (Rebased to drivers/usb reorganisation)
872
873 Signed-off-by: Vivek Kutal <vivek.kutal@azingo.com>
874 Signed-off-by: Remy Bohmer <linux@bohmer.net>
875
876commit 2731b9a86685190d26b1883f27afda5ac8e1a313
877Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
878Date: Fri Apr 3 12:46:58 2009 +0200
879
880 drivers/usb: regorganisation
881
882 move to linux usb driver organisation
883
884 as following
885
886 drivers/usb/gadget
887 drivers/usb/host
888 drivers/usb/musb
889
890 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
891 Signed-off-by: Remy Bohmer <linux@bohmer.net>
892
893commit d04371a116d102e587ba7aa4c329b441cdbea3f4
894Author: Todor I Mollov <tmollov@ucsd.edu>
895Date: Sat Apr 4 06:53:06 2009 -0400
896
897 Blackfin: spi: make cs deassert function deterministic
898
899 Blackfin SPI driver was not driving the SPI chip-select high before
900 putting the chip-select signals into tri-state mode. This is probably
901 something that slipped by unnoticed in most designs. If the signals are
902 put directly into a tri-state mode, then the board is relying on the
903 pull-up resistors to pull up the chip-select before the next transaction.
904 Most of the time this is fine, except when you have two transactions that
905 follow each other very closely, such as the flash erase and read status
906 register commands. In this case I was seeing a 500ns separation between
907 the transactions. In my setup, with a 10kOhm pull-up, it would meet
908 timing spec about half the time and resulted in intermittent errors. (A
909 stronger pull up would fix this, but our design is targeted for low power
910 consumption and a 3.3kOhm @ 3.3v is 3.3mW of needless power consumption.)
911 I modified the spi_cs_deactivate() function in bfin_spi.c to drive the
912 chip-selects high before putting them into tri-state. For me, this
913 resulted in a rise time of 5ns instead of the previous rise time of about
914 1us, and fully satisfied the timing spec of the chip.
915
916 Signed-off-by: Todor I Mollov <tmollov@ucsd.edu>
917 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
918
919commit c6fadb9c73a6a3e0c7f20696e978304a593a8d2d
920Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
921Date: Sat Dec 13 21:08:05 2008 +0100
922
923 integratorap: fix PCI support
924
925 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
926
927commit 1c397508c836dfcb01fb2471c71de0727051f117
928Author: Dirk Behme <dirk.behme@googlemail.com>
929Date: Mon Mar 30 21:15:23 2009 +0200
930
931 OMAP3: Update Overo pin mux for new expansion board
932
933 A new Overo expansion board uses GPIO 14, 21, 22 and 23 for LED's and
934 switches. This patch changes the pinmux configuration for those pins.
935 They were previously set up for unused MMC3_DAT4-7.
936
937 Signed-off-by: Steve Sakoman <steve@sakoman.com>
938 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
939
940commit ab298231518675b3784aea88ee9b978438f99e63
941Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
942Date: Sun Apr 5 13:08:03 2009 +0200
943
944 arm: unify reset command
945
946 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
947
948commit b3acb6cd4059dfb29a5e99095d802717f53ff784
949Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
950Date: Sun Apr 5 13:06:31 2009 +0200
951
952 arm: clean cache management
953
954 unify arm cache management except for non standard cache as ARM7TDMI
955
956 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
957
958commit 677e62f43235de9a1701204d7bcea0fb3d233fa1
959Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
960Date: Sun Apr 5 13:02:43 2009 +0200
961
962 arm: update co-processor 15 access
963
964 import system.h from linux
965
966 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
967
968commit 23e4af49e066a53cd3e3659b68ef90572d88de84
969Author: Guennadi Liakhovetski <lg@denx.de>
970Date: Sun Apr 5 00:42:02 2009 +0200
971
972 ARM: add the imx31_phycore_eet target to MAINTAINERS
973
974 imx31_phycore_eet is a variant of the imx31_phycore board with a few
975 extensions, which justifies a separate entry in the MAINTAINERS list,
976 whereas normally all entries sharing a single configuration file and a
977 board/ directory have only one entry in MAINTAINERS.
978
979 Reported-by: Wolfgang Denk <wd@denx.de>
980 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
981
982commit 69c5bf29908b3a7f8e23bd9891b7ecc5b21f23e5
983Author: Guennadi Liakhovetski <lg@denx.de>
984Date: Sun Apr 5 00:37:07 2009 +0200
985
986 ARM: fix out-of-tree build of imx31_phycore_eet
987
988 Fix out-of-tree build of the imx31_phycore_eet target.
989
990 Reported-by: Wolfgang Denk <wd@denx.de>
991 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
992
993commit 3c853f31d6a8e4407f73a2ca2c63d383a245f237
994Author: Jon Smirl <jonsmirl@gmail.com>
995Date: Sat Apr 4 17:44:51 2009 -0400
996
997 mpc5200: reduce delays in i2c
998
999 The previous code waited 1000us before checking i2c
1000 status. Measurement shows i2c is usually ready in
1001 under 50us. Change the polling interval to 15us,
1002 loop 6,667 times to keep the polling timeout constant
1003 at 100ms.
1004
1005commit 36003268968949110ef145d9f2eaf8439c96d25b
1006Author: Sanjeev Premi <premi@ti.com>
1007Date: Fri Apr 3 14:00:07 2009 +0530
1008
1009 OMAP: Fix compile issue
1010
1011 Fixes this compile error:
1012 board.c: In function 'do_switch_ecc':
1013 board.c:339: error: 'cmd_tbl_t' has no member named 'help'
1014 make[1]: *** [board.o] Error 1
1015 make[1]: Leaving directory `/db/psp_git/users/a0756819/u-boot/cpu/arm_cortexa8/omap3'
1016 make: *** [cpu/arm_cortexa8/omap3/libomap3.a] Error 2
1017
1018 This is due to the fact that current command uses long
1019 help for the usage print even if the CONFIG_SYS_LONGHELP
1020 is not enabled. (Thanks Jean-Christophe for explanation).
1021
1022 Signed-off-by: Sanjeev Premi <premi@ti.com>
1023
1024commit 342c1a5d9ab74febf3226a86216dc5aa05295d46
1025Author: Minkyu Kang <mk7.kang@samsung.com>
1026Date: Fri Apr 3 09:56:16 2009 +0900
1027
1028 s3c64xx: fix the wrong gpio offset
1029
1030 This patch fix the wrong gpio offset
1031
1032 Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
1033
1034commit ab0689c316c9b2ee33f4de1c50263b64e539f12a
1035Author: Kyungmin Park <kmpark@infradead.org>
1036Date: Wed Nov 26 10:18:13 2008 +0900
1037
1038 Move machine specific code to board at s3c64xx (v2)
1039
1040 Move machine specific code to smdk6400.
1041 Some board use OneNAND instead of NAND.
1042
1043 Some register MP0_CS_CFG[5:0] are controled by both h/w and s/w.
1044 So it's better to use macro instead of hard-coded value.
1045
1046 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
1047
1048commit 767f3acd9f6e1dcb8ada926c333945382eddc7e8
1049Author: Tom Rix <Tom.Rix@windriver.com>
1050Date: Wed Apr 1 22:02:19 2009 -0500
1051
1052 ZOOM1 Remove legacy NAND defines
1053
1054 Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
1055
1056commit 5891151707ee5902fe62d554c247f42865815757
1057Author: Tom Rix <Tom.Rix@windriver.com>
1058Date: Wed Apr 1 22:02:20 2009 -0500
1059
1060 OMAP3 Fix multiline formatting in board init files.
1061
1062 Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
1063
1064commit c0a14aedc3440d6591b8c86d45861a0a8b46e11d
1065Author: Wolfgang Denk <wd@denx.de>
1066Date: Sun Apr 5 00:27:57 2009 +0200
1067
1068 Update CHANGELOG, coding style cleanup.
1069
c0a14aed
WD
1070commit f63728c804ab7413a67d70f6774cd30c3f7b40fb
1071Author: Wolfgang Denk <wd@denx.de>
1072Date: Sun Apr 5 00:18:44 2009 +0200
1073
1074 One more fix for building env_embedded.o
1075
1076 In addition to the changes for CONFIG_ENV_IS_IN_FLASH as done in
1077 commit afcbce07, we also need to do the same for
1078 CONFIG_ENV_IS_IN_EEPROM and CONFIG_ENV_IS_IN_NVRAM.
1079
1080 Signed-off-by: Wolfgang Denk <wd@denx.de>
1081
1082commit e3d1ac7bb1955d36980d267cb4cec40b0f7d30b5
1083Author: Scott Wood <scottwood@freescale.com>
1084Date: Thu Apr 2 16:15:10 2009 -0500
1085
1086 common/image.c: Relocate strings in tables.
1087
1088 Without this, u-boot can crash or print garbage if the original link
1089 address no longer points to a valid string.
1090
1091 Signed-off-by: Scott Wood <scottwood@freescale.com>
1092
1093commit 3a671fc06ae1d9e8eba76600372317c75ae0eb3e
1094Author: Scott Wood <scottwood@freescale.com>
1095Date: Thu Apr 2 16:10:36 2009 -0500
1096
1097 mpc8260: Fill in brg's clock-frequency in device tree.
1098
1099 Signed-off-by: Scott Wood <scottwood@freescale.com>
1100
1101commit c73ed274a211699739d83c2cef92853dc6716e15
1102Author: Scott Wood <scottwood@freescale.com>
1103Date: Thu Apr 2 18:20:43 2009 -0500
1104
1105 MPC8260ADS: Add nfsboot/ramboot to default environment.
1106
1107 This brings it in line with other Freescale boards.
1108
1109 Signed-off-by: Scott Wood <scottwood@freescale.com>
1110
1111commit c203ef5db0476a8c4f6dd86b2e9e9db0ea973f84
1112Author: Andreas Huber <andreas.huber@keymile.com>
1113Date: Thu Apr 2 17:15:34 2009 +0200
1114
1115 UBI/cfi-mtd: Fix mtd name for multiple chips
1116
1117 On platforms with multiple NOR chips, currently only the first one
1118 can be selected using the "ubi part" command. This patch fixes this
1119 problem by using different names for the NOR "mtd devices".
1120
1121 It also changes the name of the NOR MTD device from "cfi-mtd" to
1122 "norX" (X indexing the device numer) to better match the mtdparts
1123 defaults.
1124
1125 Signed-off-by: Stefan Roese <sr@denx.de>
1126 Signed-off-by: Andreas Huber <andreas.huber@keymile.com>
1127
1128commit 6b6bb02f27fcabfb37ea717fb7e243248e1e2acf
1129Author: Peter Korsgaard <jacmet@sunsite.dk>
1130Date: Tue Mar 31 17:52:16 2009 +0200
1131
1132 tools/setlocalversion: use git svn instead of git-svn
1133
1134 Use the new "git <subcmd>" syntax instead of the deprecated
1135 "git-<subcmd>".
1136
1137 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
1138
1139commit 7fa96a9a54eb0d87d73888ec2565cda790ba0dff
1140Author: Mingkai Hu <Mingkai.hu@freescale.com>
1141Date: Tue Mar 31 14:09:40 2009 +0800
1142
1143 eSPI: add the eSPI register support
1144
1145 Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
1146
1147commit 869f6bf4def5a053fbd1aecd8b2fc36f05196c0b
1148Author: Minkyu Kang <mk7.kang@samsung.com>
1149Date: Mon Mar 30 14:55:51 2009 +0900
1150
1151 cmd_mmc: add support for device command for selecting mmc device
1152
1153 This patch improves device command for selecting mmc device
1154
1155 Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
1156
1157commit 9abc9ef8fbe079bf75a634ce64b7dcdb7b0d8bdc
1158Author: Alan Carvalho de Assis <acassis@gmail.com>
1159Date: Sat Mar 28 19:50:16 2009 -0300
1160
1161 Small fix to m5282evb
1162
1163 This is just a small fix to get u-boot on m5282evb.
1164
1165 Signed-off-by: Alan Carvalho de Assis <acassis@gmail.com>
1166
1167commit febd7e4174e54579c9aa165c85c519fe5288f9d2
1168Author: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
1169Date: Fri Mar 27 10:21:14 2009 +0100
1170
1171 UBIFS: add R/O compatibility
1172
1173 Now UBIFS is supported by u-boot. If we ever decide to change the
1174 media format, then people will have to upgrade their u-boots to
1175 mount new format images. However, very often it is possible to
1176 preserve R/O forward-compatibility, even though the write
1177 forward-compatibility is not preserved.
1178
1179 This patch introduces a new super-block field which stores the
1180 R/O compatibility version.
1181
1182 Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
1183 Acked-by: Adrian Hunter <Adrian.Hunter@nokia.com>
1184 Signed-off-by: Stefan Roese <sr@denx.de>
1185
1186commit 852dbfdd56f68eb67d138b306a64e4de58dabb91
1187Author: Mike Frysinger <vapier@gentoo.org>
1188Date: Mon Mar 23 22:27:34 2009 -0400
1189
1190 more command usage cleanup
1191
1192 Fix up a few dangling commands like in "Command usage cleanup" commit.
1193
1194 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1195
1196commit b93b24bf76f8a8220b236df3a5f30b2204eb4edc
1197Author: Ladislav Michl <ladis@linux-mips.org>
1198Date: Mon Mar 23 12:06:07 2009 +0100
1199
1200 Separate mtdparts command from jffs2
1201
1202 On Thu, Mar 19, 2009 at 01:30:36PM +0100, Stefan Roese wrote:
1203 > Currently the mtdparts commands are included in the jffs2 command support.
1204 > This doesn't make sense anymore since other commands (e.g. UBI) use this
1205 > infrastructure as well now. This patch separates the mtdparts commands from
1206 > the jffs2 commands making it possible to only select mtdparts when no JFFS2
1207 > support is needed.
1208
1209 ... and to make it useful for NAND chips as well, we should also remove now
1210 unrelated CONFIG_JFFS2_NAND. Note that struct part_info etc is in
1211 jffs2/load_kernel.h which is a bit misleading filename for that purpose,
1212 but that can be fixed later (tm).
1213
1214 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
1215
1216commit b196ca75503ce307c535b87bf47d51f05e7530df
1217Author: Mike Frysinger <vapier@gentoo.org>
1218Date: Sun Mar 22 22:18:01 2009 -0400
1219
1220 smc91111_eeprom: move board-specific init into SMC91111_EEPROM_INIT()
1221
1222 Rather than sticking Blackfin-specific stuff into the eeprom example, use
1223 an indirect macro so that any board can override it with their own magic
1224 sauce in their board config file.
1225
1226 Also fix some spurious semi-colons in defines while I'm at it ...
1227
1228 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1229 CC: Ben Warren <biggerbadderben@gmail.com>
1230
1231commit f5cf2ef2ad2a8bf321712ab460ed846120163d74
1232Author: Sascha Hauer <s.hauer@pengutronix.de>
1233Date: Sat Mar 21 09:38:46 2009 -0400
1234
1235 mpc52xx phy: initialize only when needed
1236
1237 Do not initialize phy on startup, instead initialize it
1238 when we actually need it.
1239
1240 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1241
1242commit 03bab0091948196b9558248684c04f60943ca4b5
1243Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1244Date: Mon Mar 30 16:51:40 2009 +0200
1245
1246 at91sam9263ek: enable hush and auto complete support
1247
1248 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1249 Acked-by: Stelian Pop <stelian@popies.net>
1250
1251commit 4758ebdd53571d4d183be5c2db8f0ee4ef368915
1252Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1253Date: Fri Mar 27 23:26:44 2009 +0100
1254
1255 at91: move dataflash spi driver to drivers/spi
1256
1257 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1258
1259commit 2b7178afce59f71e95da657273f4132012098c1f
1260Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1261Date: Fri Mar 27 23:26:44 2009 +0100
1262
1263 at91: move usb driver to drivers/usb
1264
1265 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1266
1267commit f82518d7f443ebac5f8821103a3c521c963aa6ee
1268Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1269Date: Fri Mar 27 23:26:43 2009 +0100
1270
1271 at91rm9200: Reset update
1272
1273 Update the rm9200 reset sequence to try executing a board-specific reset
1274 function and move specific board reset to board.
1275
1276 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1277
1278commit 3524049cd053746298e4cfab2449882e75c146fc
1279Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1280Date: Fri Mar 27 23:26:43 2009 +0100
1281
1282 at91rm9200: move serial shutdown code to serial drivers
1283
1284 introduce serial_exit for this purpose. Use it only when the rm9200
1285 serial driver is active
1286
1287 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1288
1289commit beebd851cdbc9dd070bcdfec1fd8f17e3cc91bc0
1290Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1291Date: Fri Mar 27 23:26:43 2009 +0100
1292
1293 at91rm9200: move serial driver to drivers/serial
1294
1295 add CONFIG_AT91RM9200_USART to activate the driver
1296
1297 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1298
1299commit cb82a532669f6b02225ec3429ea4d49ff2b97d0a
1300Author: Ulf Samuelsson <ulf@atmel.com>
1301Date: Fri Mar 27 23:26:43 2009 +0100
1302
1303 Add support for the AT91RM9200EK Board.
1304
1305 The AT91RM9200-EK Evaluation Board supports the AT91RM9200
1306 ARM9-based 32-bit RISC microcontroller and enables real-time code development
1307 and evaluation.
1308
1309 Here is the chip page on Atmel website:
1310 http://www.atmel.com/dyn/products/tools_card.asp?tool_id=3507
1311
1312 with
1313 - NOR (cfi driver)
1314 - DataFlash
1315 - USB OHCI
1316 - Net
1317 - I2C (hard)
1318
1319 Signed-off-by: Ulf Samuelsson <ulf@atmel.com>
1320 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1321
1322commit b9c0e4c29e3ec12668ac50e954e7c9ba8f7aa10a
1323Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1324Date: Fri Mar 27 23:26:42 2009 +0100
1325
1326 add dataflash mmc mux missing support
1327
1328 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1329
1330commit 2a325ce3c705ab2d82760afc541c511328472df8
1331Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1332Date: Fri Mar 27 23:26:42 2009 +0100
1333
1334 at91rm9200dk: Move conditional compilation to Makefile
1335
1336 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1337
1338commit 90a92a708d5180a20d600ba0fc2352ec76dc3829
1339Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1340Date: Fri Mar 27 23:26:42 2009 +0100
1341
1342 at91: rename DATAFLASH_MMC_SELECT to CONFIG_DATAFLASH_MMC_SELECT
1343
1344 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1345
1346commit 843a2654bce74192de2b5a43474fdc27a572ab40
1347Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1348Date: Fri Mar 27 23:26:42 2009 +0100
1349
1350 at91sam9: add watchdog support
1351
1352 Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
1353 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1354
1355commit a47492ac60657dd9d59c713aa049319ea6eabd52
1356Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1357Date: Fri Mar 27 13:14:52 2009 +0100
1358
1359 at91sam9/at91cap: spi init add hardware chip select support
1360
1361 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1362
1363commit 66932ac3929c7a145a6ef6574a96fd7535154951
1364Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1365Date: Sat Apr 4 19:15:40 2009 +0200
1366
1367 netstar: fix crc32.c dependancy location
1368
1369 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1370
1371commit 42f9ebff2f758bef524780a00c712eb63a72d99b
1372Author: Scott Wood <scottwood@freescale.com>
1373Date: Fri Apr 3 15:24:40 2009 -0500
1374
1375 MPC8260ADS: Define CONFIG_HAS_ETH0.
1376
1377 This is required so that the MAC address will be updated in the device tree.
1378
1379 Signed-off-by: Scott Wood <scottwood@freescale.com>
1380
1381commit 8701eceffdf77e2908d0b58add0dabc16edf6087
1382Author: Scott Wood <scottwood@freescale.com>
1383Date: Fri Apr 3 15:26:45 2009 -0500
1384
1385 PQ2FADS: Enable PCI.
1386
1387 PCI on PQ2FADS is very similar to PCI on MPC8272ADS.
1388
1389 Signed-off-by: Scott Wood <scottwood@freescale.com>
1390
1391commit 83863df04bd30bfe2430b0c43ca9f78596d3f0bc
1392Author: Wolfgang Denk <wd@denx.de>
1393Date: Sat Apr 4 16:57:50 2009 +0200
1394
1395 Fix quoting bug introduced by commit 74de7aef
1396
1397 Signed-off-by: Wolfgang Denk <wd@denx.de>
1398
1399commit ecf3fb223a56e3c6aa696d94d694eeaca0f44d33
1400Author: Wolfgang Denk <wd@denx.de>
1401Date: Sat Apr 4 16:14:51 2009 +0200
1402
1403 Fix implicit declaration of function 'htons'
1404
1405 Include <netinet/in.h> instead of <linux/in.h> to get htons()
1406 prototpye.
1407
1408 Signed-off-by: Wolfgang Denk <wd@denx.de>
1409
1410commit e6a6789f41f0560ce280089fbd3f1bd0f0f64306
1411Author: Kumar Gala <galak@kernel.crashing.org>
1412Date: Sat Apr 4 10:21:02 2009 -0500
1413
1414 fsl_law: Fix bug in calculation of LAW sizing
1415
1416 In set_ddr_laws() when we determined how much of the size requested
1417 to be mapped was covered by the the first LAW we needed to recalculate
1418 the size based on what was actually mapped.
1419
1420 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1421
1422commit 32049b4048ff8e59bd5ba6160d6d5206d283b2a2
1423Author: Kumar Gala <galak@kernel.crashing.org>
1424Date: Thu Apr 2 13:57:05 2009 -0500
1425
1426 fsl_pci: Move prototypes into fsl_pci.h and remove explicit externs
1427
1428 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1429
1430commit c8514622e2713d9c47919acfe23fce386782afe7
1431Author: Kumar Gala <galak@kernel.crashing.org>
1432Date: Thu Apr 2 13:22:48 2009 -0500
1433
1434 fsl_pci: Renamed immap_fsl_pci.h to fsl_pci.h
1435
1436 Rename the pci header for FSL HW so we can move some prototypes
1437 in there and stop doing explicit externs
1438
1439 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1440
1441commit afcbce07e9323c0e8aeb783ba7ce6104860fd7a7
1442Author: Wolfgang Denk <wd@denx.de>
1443Date: Sat Apr 4 16:10:40 2009 +0200
1444
1445 Fix building of env_embedded.o
1446
1447 Since commit a706bfc7 common/env_embedded.o and tools/envcrc were
1448 only built when CONFIG_ENV_IS_EMBEDDED was set, but this breaks
1449 building for many boards.
1450
1451 We always have to build these files when CONFIG_ENV_IS_IN_FLASH is
1452 set.
1453
1454 Signed-off-by: Wolfgang Denk <wd@denx.de>
1455
1456commit a31e091ad70915278fb15b79d6ae53ea2d44b251
1457Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1458Date: Sat Apr 4 12:49:11 2009 +0200
1459
1460 rename include/zlib.h to include/u-boot/zlib.h
1461
1462 Some systems have zlib.h installed in /usr/include/. This isn't the
1463 desired file for u-boot code - we want the one in include/zlib.h.
1464 This rename will avoid the conflict.
1465
1466 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1467 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1468
1469commit ae644c178f097874a92a6d934f364985fc7e075a
1470Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1471Date: Sat Apr 4 12:46:31 2009 +0200
1472
1473 tools/Makefile: fix image.c dependancy location
1474
1475 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1476 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1477
1478commit b074a7081124d7f05fd1651a3bc0b5579fdfa473
1479Author: Mike Frysinger <vapier@gentoo.org>
1480Date: Sat Apr 4 07:42:25 2009 -0400
1481
1482 tools: add ncb to gitignore
1483
1484 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1485
1486commit 453c0d7558215cbc8636d94af172886d84e0dbba
1487Author: Detlev Zundel <dzu@denx.de>
1488Date: Fri Apr 3 16:45:46 2009 +0200
1489
1490 include/ns16550.h: Unify structure declaration for registers
1491
1492 Instead of special casing the different access patterns, use common
1493 code with light macros sprinkled in to accomodate for the different
1494 layouts of the register structure.
1495
1496 Note that this also changes the types of the registers for the
1497 "positively packed (>1)" cases. As the registers truly are unsigned
1498 chars, this is surely the Right Thing, but it is a semantic change.
1499 Note that for this case depending on the endianness on the bus, we may
1500 see a change of behaviour.
1501
1502 Signed-off-by: Detlev Zundel <dzu@denx.de>
1503
1504commit 0a145ce6e7075aa0f4869d6f6149a5ff205d95df
1505Author: Peter Tyser <ptyser@xes-inc.com>
1506Date: Fri Mar 13 18:54:52 2009 -0500
1507
1508 Delete now unused tools/Makefile.win32
1509
1510 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1511
1512commit 2f8d396b9302eddcd8d552648e101a46b7a80acd
1513Author: Peter Tyser <ptyser@xes-inc.com>
1514Date: Fri Mar 13 18:54:51 2009 -0500
1515
1516 Add support for building native win32 tools
1517
1518 Add support for compiling the host tools in the tools directory using
1519 the MinGW toolchain. This produces executables which can be used on
1520 standard Windows computers without requiring cygwin.
1521
1522 One must specify the MinGW compiler and strip utilities as if they
1523 were the host toolchain in order to build win32 executables, eg:
1524
1525 make HOSTCC=i586-mingw32msvc-gcc HOSTSTRIP=i586-mingw32msvc-strip tools
1526
1527 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1528
1529commit e50abf662efbf4ce0e731062c8d3c8ec54763ae2
1530Author: Peter Tyser <ptyser@xes-inc.com>
1531Date: Fri Mar 13 18:54:50 2009 -0500
1532
1533 tools/Makefile: Simplify HOST_CFLAGS/HOST_LDFLAGS generation
1534
1535 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1536
1537commit b0d4d7219a4806e46affc96bd1f65397194a6e72
1538Author: Peter Tyser <ptyser@xes-inc.com>
1539Date: Fri Mar 13 18:54:49 2009 -0500
1540
1541 tools/Makefile: Create generic build rules
1542
1543 Create a few generic build rules to replace the current method which has
1544 1 build target for each file
1545
1546 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1547
1548commit 273174ddbcce215c42f6c307470cd5580a3f72bf
1549Author: Peter Tyser <ptyser@xes-inc.com>
1550Date: Fri Mar 13 18:54:48 2009 -0500
1551
1552 tools/Makefile: Use auto-generated object file dependencies
1553
1554 Files in the SRCS variable have their dependencies automatically
1555 generated so remove duplicate explicit dependencies
1556
1557 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1558
1559commit fb8b33c1e6d621ea3347a75ad3a42a386b44e589
1560Author: Peter Tyser <ptyser@xes-inc.com>
1561Date: Fri Mar 13 18:54:47 2009 -0500
1562
1563 tools/Makefile: Remove symlinks for remaining source files
1564
1565 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1566
1567commit eed073315b6447eceadf7468a4c2b757442c7c6f
1568Author: Peter Tyser <ptyser@xes-inc.com>
1569Date: Fri Mar 13 18:54:46 2009 -0500
1570
1571 tools/Makefile: Dynamically generate libfdt object dependencies
1572
1573 Add the libfdt files to the SRCS variable so that they have their
1574 dependencies automatically generated
1575
1576 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1577
1578commit c0170175393b94560fa7a5da6dd31377df5f4a72
1579Author: Peter Tyser <ptyser@xes-inc.com>
1580Date: Fri Mar 13 18:54:45 2009 -0500
1581
1582 tools/Makefile: Remove symlinks for fdt targets
1583
1584 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1585
1586commit 45d6bdff68877ea214ff33cc1c89a29c76e96f51
1587Author: Peter Tyser <ptyser@xes-inc.com>
1588Date: Fri Mar 13 18:54:44 2009 -0500
1589
1590 tools/Makefile: Add libfdt/ to the include search path
1591
1592 This change makes the process of symlinking libfdt_internal.h
1593 unnecessary
1594
1595 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1596
1597commit fba0e3a0814f9bf48c32a4c8a7987c36ae96651b
1598Author: Peter Tyser <ptyser@xes-inc.com>
1599Date: Fri Mar 13 18:54:43 2009 -0500
1600
1601 tools: Remove unecessary symlinking of zlib.h
1602
1603 crc32.c uses the zlib.h header in include/u-boot/zlib.h. The symlink
1604 was previously necessary to give U-Boot's version of zlib.h precedence
1605 over the host computer's version of zlib.h.
1606
1607 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1608
1609commit 40b8d909ace06f6f494dee08ffa64a82493e72e9
1610Author: Peter Tyser <ptyser@xes-inc.com>
1611Date: Fri Mar 13 18:54:42 2009 -0500
1612
1613 tools/Makefile: Add tools/ to the include search path
1614
1615 This change makes the process of symlinking mkimage.h and fdt_host.h
1616 unnecessary
1617
1618 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1619
1620commit 1cd300de5e19c9e8383ee2eb2b6bd3b8b9378c78
1621Author: Peter Tyser <ptyser@xes-inc.com>
1622Date: Fri Mar 13 18:54:41 2009 -0500
1623
1624 tools/Makefile: Compile ncb when CONFIG_NETCONSOLE
1625
1626 Also conditionally add ncb.o to OBJ_FILES list
1627
1628 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1629
1630commit 123c48a21ce08b4a33f36e96cc75f92324e761d7
1631Author: Peter Tyser <ptyser@xes-inc.com>
1632Date: Fri Mar 13 18:54:40 2009 -0500
1633
1634 tools/Makefile: Make gen_eth_addr dependent upon CONFIG_CMD_NET
1635
1636 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1637
1638commit 4d93a0a807b8ca0289ba5da00c646cd2d54af120
1639Author: Peter Tyser <ptyser@xes-inc.com>
1640Date: Fri Mar 13 18:54:39 2009 -0500
1641
1642 tools/Makefile: Make envcrc dependent upon CONFIG_ENV_IS_EMBEDDED
1643
1644 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1645
1646commit cd26a31a23f9a58ba52870f8ffb57d77d1baee20
1647Author: Peter Tyser <ptyser@xes-inc.com>
1648Date: Fri Mar 13 18:54:38 2009 -0500
1649
1650 tools/Makefile: Make inca-swap-bytes dependent on CONFIG_INCA_IP
1651
1652 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1653
1654commit 7cd5cbc34699ccc15d0277f48375cad928d04faf
1655Author: Peter Tyser <ptyser@xes-inc.com>
1656Date: Fri Mar 13 18:54:37 2009 -0500
1657
1658 tools/Makefile: Make ubsha1 dependent upon CONFIG_SHA1_CHECK_UB_IMG
1659
1660 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1661
1662commit eeba8617908e33f7e7db3b1588c04ca65b856793
1663Author: Peter Tyser <ptyser@xes-inc.com>
1664Date: Fri Mar 13 18:54:36 2009 -0500
1665
1666 tools/Makefile: Make img2srec dependent upon CONFIG_CMD_LOADS
1667
1668 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1669
1670commit 335ffe7e0e0a30e90ce409c3279016a582157d8e
1671Author: Peter Tyser <ptyser@xes-inc.com>
1672Date: Fri Mar 13 18:54:35 2009 -0500
1673
1674 tools/Makefile: Build bmp_logo only when LCD or VIDEO logos are enabled
1675
1676 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1677
1678commit ee3584a5970230ee96aae19505ad3226734ee4ff
1679Author: Peter Tyser <ptyser@xes-inc.com>
1680Date: Fri Mar 13 18:54:34 2009 -0500
1681
1682 tools/Makefile: Split variable declarations into multiple lines
1683
1684 Split variable declarations into multiple lines and use the standard
1685 VAR-y convention. Also move object and binary variable declarations to
1686 after config.mk has been included to allow for these lists to utilize
1687 the CONFIG_XXX variables.
1688
1689 These changes lay the groundwork for conditional compilation of files
1690 in the tools directory.
1691
1692 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1693
1694commit 21d28e95ed874ab1ed9787f939d8a53e99d30ddb
1695Author: Peter Tyser <ptyser@xes-inc.com>
1696Date: Fri Mar 13 18:54:33 2009 -0500
1697
1698 tools/Makefile: Remove inappropriate double-tabs
1699
1700 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1701
1702commit 652f4ba076689fd0acd447561a777b1c440a4b57
1703Author: Peter Tyser <ptyser@xes-inc.com>
1704Date: Fri Mar 13 18:54:32 2009 -0500
1705
1706 tools/Makefile: Remove HOSTARCH HOSTOS defines
1707
1708 The values of HOSTARCH and HOSTOS which are exported from the top-level
1709 Makefile should be used
1710
1711 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1712
1713commit 2eeb4e95fbfafe54645fae7ec0b2594101f0573b
1714Author: Peter Tyser <ptyser@xes-inc.com>
1715Date: Fri Mar 13 18:54:31 2009 -0500
1716
1717 gen_eth_addr: Use POSIX rand() and srand()
1718
1719 Replace random()/srandom() use with rand()/srand() to support
1720 compilation with the mingw toolchain. The rand()/srand() functions are
1721 generally more common and are functionally equivalent to the original
1722 random()/srandom() calls.
1723
1724 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1725
1726commit 24d2ae5e9debe4b75151a55251031a14477fa875
1727Author: Peter Tyser <ptyser@xes-inc.com>
1728Date: Fri Mar 13 18:54:28 2009 -0500
1729
1730 elf.h: Use stdint.h to provide standard typedefs for WIN32
1731
1732 The original code provided an incomplete set of typedefs for WIN32
1733 compiles and replicated the standard typedefs that are already
1734 provided by stdint.h
1735
1736 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1737
1738commit a706bfc7d0e2d1935c5670045288e6cd1ffdfabc
1739Author: Peter Tyser <ptyser@xes-inc.com>
1740Date: Fri Mar 13 18:54:27 2009 -0500
1741
1742 common/Makefile: Conditionally compile env_embedded.o
1743
1744 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1745
1746commit 2b48f7d5f62835f87278efb498397b6ae9e2d117
1747Author: Peter Tyser <ptyser@xes-inc.com>
1748Date: Fri Mar 13 18:54:26 2009 -0500
1749
1750 Makefile: Add removal of *.exe files to clean target
1751
1752 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1753
1754commit d0d6144e0e4a03a68311b781f3dde38dc9316b82
1755Author: Peter Tyser <ptyser@xes-inc.com>
1756Date: Fri Mar 13 18:54:25 2009 -0500
1757
1758 Makefile: Make autoconf.mk a dependency of the depend target
1759
1760 The original code did not generate autoconf.mk until after some targets
1761 dependencies had already been calculated, for example the directories in
1762 the SUBDIRS variable
1763
1764 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1765
1766commit 75eb82ec7cacb18d059d701b35677b93d2bb7596
1767Author: unsik Kim <donari75@gmail.com>
1768Date: Wed Feb 25 11:31:24 2009 +0900
1769
1770 mflash: Initial mflash support
1771
1772 Mflash is fusion memory device mainly targeted consumer eletronic and
1773 mobile phone.
1774 Internally, it have nand flash and other hardware logics and supports
1775 some different operation (ATA, IO, XIP) modes.
1776
1777 IO mode is custom mode for the host that doesn't have IDE interface.
1778 (Many mobile targeted SoC doesn't have IDE bus)
1779
1780 This driver support mflash IO mode.
1781
1782 Followings are brief descriptions about IO mode.
1783
1784 1. IO mode based on ATA protocol and uses some custom command. (read
1785 confirm, write confirm)
1786 2. IO mode uses SRAM bus interface.
1787
1788 Signed-off-by: unsik Kim <donari75@gmail.com>
1789
1790commit 200779e3e2a9aeda7030b171a8c39d7797019917
1791Author: Detlev Zundel <dzu@denx.de>
1792Date: Fri Apr 3 11:53:01 2009 +0200
1793
1794 Rename common ns16550 constants with UART_ prefix to prevent conflicts
1795
1796 Fix problems introduced in commit
1797 7b5611cdd12ca0cc33f994f0d4a4454788fc3124 [inka4x0: Add hardware
1798 diagnosis functions for inka4x0] which redefined MSR_RI which is
1799 already used on PowerPC systems.
1800
1801 Also eliminate redundant definitions in ps2mult.h. More cleanup will
1802 be needed for other redundant occurrences though.
1803
1804 Signed-off-by: Detlev Zundel <dzu@denx.de>
1805
1806commit 99067b08f4a0ce20ff337a35211239f334d8f451
1807Author: Scott Wood <scottwood@freescale.com>
1808Date: Wed Apr 1 15:33:24 2009 -0500
1809
1810 Noisily disable the legacy NAND subsystem.
1811
1812 Legacy NAND is marked for feature removal after April 2009 (i.e. this
1813 upcoming release). There are still several boards that reference it
1814 (though many do so only for disk-on-chip support which has been silently
1815 disabled for a while now). These boards will now fail to build
1816 with #error, though the code is still there if the user removes #error.
1817
1818 The plan is to remove the code outright in the next release, along with
1819 any board code that refers to it (such as board/esd/common/auto_update.c).
1820
1821 Also, remove the legacy NAND API description from README.nand.
1822
1823 Signed-off-by: Scott Wood <scottwood@freescale.com>
1824
1825commit 69bcabb51686fdd133cb1848c0d3b0a4fc6ca5cf
1826Author: apgmoorthy <moorthy.apg@samsung.com>
1827Date: Fri Mar 27 14:45:23 2009 +0530
1828
1829 Fix OneNAND ipl to read CONFIG_SYS_MONITOR_LEN
1830
1831 Currently OneNAND initial program loader (ipl) reads only block 0 ie 128KB.
1832 However, u-boot image for apollon board is 195KB making the board
1833 unbootable with OneNAND.
1834
1835 Fix ipl to read CONFIG_SYS_MONITOR_LEN.
1836 CONFIG_SYS_MONITOR_LEN macro holds the U-Boot image size.
1837
1838 Signed-off-by: Rohit Hagargundgi <h.rohit@samsung.com>
1839 Signed-off-by: Gangheyamoorthy <moorthy.apg@samsung.com>
1840 Signed-off-by: Scott Wood <scottwood@freescale.com>
1841
1842commit 74de7aefd79690bae8cf5a5120f5962d444be089
1843Author: Wolfgang Denk <wd@denx.de>
1844Date: Wed Apr 1 23:34:12 2009 +0200
1845
1846 Add "source" command; prepare removal of "autoscr" command
1847
1848 According to the doc/feature-removal-schedule.txt, the "autoscr"
1849 command will be replaced by the "source" command in approximately 6
1850 months from now.
1851
1852 This patch prepares this change and starts a 6 month transition
1853 period as follows:
1854
1855 - The new "source" command has been added, which implements exactly
1856 the same functionlaity as the old "autoscr" command before
1857 - The old "autoscr" command name is kept as an alias for compatibility
1858 - Command sequences, script files atc. have been adapted to use the
1859 new "source" command
1860 - Related environment variables ("autoscript", "autoscript_uname")
1861 have *not* been adapted yet; these will be renamed resp. removed in
1862 a separate patch when the support for the "autoscr" command get's
1863 finally dropped.
1864
1865 Signed-off-by: Wolfgang Denk <wd@denx.de>
1866
1867commit 78237df55248034a2d7c2daea992b9dbe7ca8e96
1868Author: Wolfgang Denk <wd@denx.de>
1869Date: Thu Apr 2 17:31:09 2009 +0200
1870
1871 Add "GPL cleanup" task to feature-removal-schedule.txt
1872
1873 Announce removal of all non-GPL or GPL-incompatible files
1874 after August 2009.
1875
1876 Signed-off-by: Wolfgang Denk <wd@denx.de>
1877
1878commit d9596ffbdc79cea285010b67dd20a4618303f624
1879Author: Mike Frysinger <vapier@gentoo.org>
1880Date: Thu Apr 2 12:51:28 2009 -0400
1881
1882 sf: stmicro: dont send 4 bytes when reading status register
1883
1884 I can't find anywhere in the datasheet that says the status register needs
1885 3 dummy bytes sent to it before being able to read back the first real
1886 result. Tests on a Blackfin board show that after writing the opcode, the
1887 status register starts coming back immediately. So only write out the
1888 read status register opcode before polling the result.
1889
1890 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1891 CC: Jason McMullan <mcmullan@netapp.com>
1892 CC: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
1893
1894commit 1abe365ffcfc29c061e8fd8b45551be5ad1428dd
1895Author: Mike Frysinger <vapier@gentoo.org>
1896Date: Thu Apr 2 08:11:31 2009 -0400
1897
1898 sf: set common timeouts in seconds, not milliseconds
1899
1900 Since timeouts are only hit when there is a problem in the system, we
1901 don't want to prematurely timeout on a functioning setup. Thus having
1902 low timeouts (in milliseconds) doesn't gain us anything in the production
1903 case, but rather increases likely hood of causing problems where none
1904 otherwise exist.
1905
1906 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1907 CC: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
1908
1909commit 2a6ce1115b3cbe746965cfa0058ce645b6c1ada1
1910Author: Mike Frysinger <vapier@gentoo.org>
1911Date: Thu Apr 2 06:51:49 2009 -0400
1912
1913 sf: stmicro: use common page timeout define
1914
1915 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1916 CC: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
1917
1918commit 0dcdbb172c2fdf60c5c578980308b312fd56496f
1919Author: Mike Frysinger <vapier@gentoo.org>
1920Date: Sat Mar 28 06:41:09 2009 -0400
1921
1922 sf: always read 5 bytes for the idcode
1923
1924 Some SPI flash drivers like to have extended id information available
1925 (like the spansion flash), so rather than making it re-issue the ID cmd
1926 to get at the last 2 bytes, have the common code read 5 bytes rather than
1927 just 3. This also matches the Linux behavior where it always reads 5 id
1928 bytes from all flashes.
1929
1930 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1931 Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
1932 CC: Mingkai Hu <Mingkai.hu@freescale.com>
1933
1934commit 9726ba4abaa16cd6c385ad350d403f98a8eacf52
1935Author: Mike Frysinger <vapier@gentoo.org>
1936Date: Fri Mar 27 16:34:21 2009 -0400
1937
1938 sf: stmicro: drop redundant id read
1939
1940 The common SPI flash code reads the idcode and passes it down to the SPI
1941 flash driver, so there is no need to read it again ourselves.
1942
1943 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1944 Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
1945 CC: Jason McMullan <mcmullan@netapp.com>
1946 CC: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
1947
1948commit 1c5874374e091b4bb62917c519861f7682fe066e
1949Author: Mike Frysinger <vapier@gentoo.org>
1950Date: Fri Mar 27 19:27:58 2009 -0400
1951
1952 sf: add driver for SST flashes
1953
1954 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1955 Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
1956
1957commit f773a1bbdb8f3bf1ddab2874f36f043c4f8f044d
1958Author: Mike Frysinger <vapier@gentoo.org>
1959Date: Mon Mar 23 23:03:58 2009 -0400
1960
1961 sf: drop DEBUG defines
1962
1963 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1964 Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
1965
1966commit 6b850a9fa8a216f3692da2511cb1a6c16409b1af
1967Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1968Date: Sun Jan 4 07:44:07 2009 +0100
1969
1970 mtd: add some at45 spi flash support
1971
1972 - AT45DB321D
1973 - AT45DB161D
1974 - AT45DB081D
1975 - AT45DB041D
1976 - AT45DB021D
1977 - AT45DB011D
1978
1979 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1980 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1981
1982commit 6805e4bf83e6f444f7411101228766c8a7aec5f7
1983Author: Mingkai Hu <Mingkai.hu@freescale.com>
1984Date: Tue Mar 31 14:09:41 2009 +0800
1985
1986 mtd: SPI Flash: Support the Spansion Flash
1987
1988 Add MTD SPI Flash support for S25FL008A, S25FL016A,
1989 S25FL032A, S25FL064A, S25FL128P.
1990
1991 Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com>
1992 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1993
1994commit 40587701924aa0afc86b3840421b4cc6de42c748
1995Author: Mike Frysinger <vapier@gentoo.org>
1996Date: Mon Mar 30 20:56:45 2009 -0400
1997
1998 Blackfin: force all boards to HZ of 1000
1999
2000 Since the Blackfin timer code requires HZ to be 1000, barf on any board
2001 that tries to use a different value.
2002
2003 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2004
2005commit f4032d2eec9d71a59c6c724671e577f67a76839b
2006Author: Mike Frysinger <vapier@gentoo.org>
2007Date: Fri Mar 27 21:07:45 2009 -0400
2008
2009 Blackfin: bf533-stamp: drop old spi flash driver
2010
2011 Now that the common SPI flash code supports all the flashes, we can stop
2012 using the old driver.
2013
2014 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2015
2016commit bc72f50a659d0d1b551817e1910b9b2be1c7e496
2017Author: Mike Frysinger <vapier@gentoo.org>
2018Date: Thu Mar 26 15:42:12 2009 -0400
2019
2020 Blackfin: add BF538/BF539 SPI portmux handling
2021
2022 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2023
2024commit 46ac352f0f9406a5f9aa157ac62867fb4650dfd3
2025Author: Mike Frysinger <vapier@gentoo.org>
2026Date: Mon Mar 23 22:36:10 2009 -0400
2027
2028 Blackfin: do not delay on output bytes
2029
2030 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2031
2032commit dbc6ab9f75bd0c13d3f42692e9463f8ab65fc382
2033Author: Mike Frysinger <vapier@gentoo.org>
2034Date: Mon Mar 23 22:17:27 2009 -0400
2035
2036 Blackfin: drop newline from OTP help
2037
2038 Looks like I accidentally added a newline to the OTP help when merging and
2039 older change.
2040
2041 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2042
2043commit d3c38d96b991d641a33f7748130dae008563cdc9
2044Author: Mike Frysinger <vapier@gentoo.org>
2045Date: Sun Mar 22 23:43:31 2009 -0400
2046
2047 Blackfin: convert bfin_sdh to legacy mmc
2048
2049 The Blackfin SDH controller is still using the legacy framework, so update
2050 the driver to use the renamed functions.
2051
2052 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2053
2054commit d248cfb2d940b742f6bfdba9b832a3df96da3101
2055Author: Mike Frysinger <vapier@gentoo.org>
2056Date: Sun Feb 22 16:30:38 2009 -0500
2057
2058 Blackfin: bf537-stamp: split CF/IDE code out into dedicated cf-ide.c
2059
2060 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2061
2062commit ad9073211ca9e62162a39851e082b8d07a662fb6
2063Author: Mike Frysinger <vapier@gentoo.org>
2064Date: Fri Feb 13 17:10:58 2009 -0500
2065
2066 Blackfin: fix crash when booting from external memory
2067
2068 When testing a u-boot binary that hasn't been booted from the bootrom, we
2069 have to make sure the bootstruct structure has sane storage space. If we
2070 don't, the initcode will crash when it tries to dereference an invalid
2071 pointer.
2072
2073 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2074
2075commit 84a9dda324c3faa56be14449d7519b993d9397a9
2076Author: Mike Frysinger <vapier@gentoo.org>
2077Date: Sun Oct 12 21:32:52 2008 -0400
2078
2079 Blackfin: bf518f-ezbrd: new board port
2080
2081 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2082
2083commit 0c31ddf7b70f77dede42dc82ecab7753a819acaa
2084Author: Mike Frysinger <vapier@gentoo.org>
2085Date: Sun Oct 12 21:30:48 2008 -0400
2086
2087 Blackfin: bf526-ezbrd: new board port
2088
2089 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2090
2091commit 5c45f7cac2f74e2c14aa6b028cd969651cc9ac8e
2092Author: Mike Frysinger <vapier@gentoo.org>
2093Date: Sun Oct 12 21:25:33 2008 -0400
2094
2095 Blackfin: bf538f-ezkit: new board port
2096
2097 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2098
2099commit d9a5d113b93583c984711127ab8503e136ed1e4a
2100Author: Mike Frysinger <vapier@gentoo.org>
2101Date: Sun Oct 12 20:59:12 2008 -0400
2102
2103 Blackfin: bf527-ezkit: new board port
2104
2105 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2106
2107commit 76d21803ddd7dc4bcb81739ea2d3cd679e052f46
2108Author: Mike Frysinger <vapier@gentoo.org>
2109Date: Sun Oct 12 05:05:42 2008 -0400
2110
2111 Blackfin: bf548-ezkit: new board port
2112
2113 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2114
2115commit 67b89c79e72fe86b0ea0199425d880630beb95d8
2116Author: Laurent Gregoire <laurent.gregoire@tomtom.com>
2117Date: Tue Mar 3 14:23:59 2009 +0100
2118
2119 libfdt: Fix C++ compile-time cast error on gnu 4.2.1
2120
2121 Allow the inclusion of libfdt.h in C++ source.
2122
2123 Signed-off-by: Laurent Gregoire <laurent.gregoire@tomtom.com>
2124 Acked-by: David Gibson <david@gibson.dropbear.id.au>
2125
2126commit 13d93f38e86818739317b0206d597265cf9e675e
2127Author: Emil Medve <Emilian.Medve@Freescale.com>
2128Date: Mon Feb 23 10:43:36 2009 -0600
2129
2130 Fix a possible overflow case detected by gcc 4.3.2
2131
2132 .../dtc/libfdt/fdt_sw.c: In function 'fdt_end_node':
2133 .../dtc/libfdt/fdt_sw.c:81: error: assuming signed overflow does not occur when assuming that (X + c) < X is always false
2134
2135 Signed-off-by: Emil Medve <Emilian.Medve@Freescale.com>
2136
2137commit a22d9cfbb5bcfb3dc6ffd64d391b568e8a0ce383
2138Author: David Gibson <david@gibson.dropbear.id.au>
2139Date: Fri Feb 6 14:03:24 2009 +1100
2140
2141 libfdt: Rework/cleanup fdt_next_tag()
2142
2143 Currently, callers of fdt_next_tag() must usually follow the call with
2144 some sort of call to fdt_offset_ptr() to verify that the blob isn't
2145 truncated in the middle of the tag data they're going to process.
2146 This is a bit silly, since fdt_next_tag() generally has to call
2147 fdt_offset_ptr() on at least some of the data following the tag for
2148 its own operation.
2149
2150 This patch alters fdt_next_tag() to always use fdt_offset_ptr() to
2151 verify the data between its starting offset and the offset it returns
2152 in nextoffset. This simplifies fdt_get_property() which no longer has
2153 to verify itself that the property data is all present.
2154
2155 At the same time, I neaten and clarify the error handling for
2156 fdt_next_tag(). Previously, fdt_next_tag() could return -1 instead of
2157 a tag value in some circumstances - which almost none of the callers
2158 checked for. Also, fdt_next_tag() could return FDT_END either because
2159 it encountered an FDT_END tag, or because it reached the end of the
2160 structure block - no way was provided to tell between these cases.
2161
2162 With this patch, fdt_next_tag() always returns FDT_END with a negative
2163 value in nextoffset for an error. This means the several places which
2164 loop looking for FDT_END will still work correctly - they only need to
2165 check for errors at the end. The errors which fdt_next_tag() can
2166 report are:
2167 - -FDT_ERR_TRUNCATED if it reached the end of the structure
2168 block instead of finding a tag.
2169
2170 - -FDT_BADSTRUCTURE if a bad tag was encountered, or if the
2171 tag data couldn't be verified with fdt_offset_ptr().
2172
2173 This patch also updates the callers of fdt_next_tag(), where
2174 appropriate, to make use of the new error reporting.
2175
2176 Finally, the prototype for the long gone _fdt_next_tag() is removed
2177 from libfdt_internal.h.
2178
2179 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
2180
2181commit 2c0b843e710aa1e2da25c2592e6dbe5d0b0ab7da
2182Author: David Gibson <david@gibson.dropbear.id.au>
2183Date: Fri Feb 6 14:01:56 2009 +1100
2184
2185 libfdt: Rework fdt_next_node()
2186
2187 Currently fdt_next_node() will find the next node in the blob
2188 regardless of whether it is above, below or at the same level in the
2189 tree as the starting node - the depth parameter is updated to indicate
2190 which is the case. When a depth parameter is supplied, this patch
2191 makes it instead terminate immediately when it finds the END_NODE tag
2192 for a node at depth 0. In this case it returns the offset immediately
2193 past the END_NODE tag.
2194
2195 This has a couple of advantages. First, this slightly simplifies
2196 fdt_subnode_offset(), which no longer needs to explicitly check that
2197 fdt_next_node()'s iteration hasn't left the starting node. Second,
2198 this allows fdt_next_node() to be used to implement
2199 _fdt_node_end_offset() considerably simplifying the latter function.
2200
2201 The other users of fdt_next_node() either don't need to iterate out of
2202 the starting node, or don't pass a depth parameter at all. Any
2203 callers that really need to iterate out of the starting node, but keep
2204 tracking depth can do so by biasing the initial depth value.
2205
2206 This is a semantic change, but I think it's very unlikely to break any
2207 existing library users.
2208
2209 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
2210
2211commit c123098035be8bae3859bbfbd06861f197c07631
2212Author: Scott Wood <scottwood@freescale.com>
2213Date: Tue Mar 31 17:49:36 2009 -0500
2214
2215 mpc83xx: Set guarded bit on BAT that covers the end of the address space
2216
2217 The mpc8313erdb board currently sets DBAT6 to cover all of the final 256MiB of
2218 address space; however, not all of this space is covered by a device. In
2219 particular, flash sits at 0xfe000000-0xfe7fffff, and nothing is mapped
2220 at the far end of the address space.
2221
2222 In zlib, there is a loop that references p[-1] if p is non-NULL. Under
2223 some circumstances, this leads to the CPU speculatively loading from
2224 0xfffffff8 if p is NULL. This leads to a machine check.
2225
2226 Signed-off-by: Scott Wood <scottwood@freescale.com>
2227
2228 continuation to the remaining mpc83xx boards that suffer from the same problem.
2229
2230 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
2231
2232commit c2eb8be7f760a2efe30a495bfb10857838dcf3fa
2233Author: Kim Phillips <kim.phillips@freescale.com>
2234Date: Mon Mar 30 14:28:05 2009 -0500
2235
2236 rtc: remove broken rtc_read and rtc_write declarations
2237
2238 commit 04e11cf3 "rtc: add support for 4543 RTC (manufactured by e.g.
2239 EPSON)" introduces the following build error on boards configuring e.g,
2240 the ds1374 rtc:
2241
2242 Configuring for MPC837XEMDS board...
2243 ds1374.c:103: error: static declaration of 'rtc_read' follows non-static declaration
2244 /home/r1aaha/git/u-boot/include/rtc.h:64: error: previous declaration of 'rtc_read' was here
2245 ds1374.c:104: error: conflicting types for 'rtc_write'
2246 /home/r1aaha/git/u-boot/include/rtc.h:65: error: previous declaration of 'rtc_write' was here
2247
2248 this reverts the erroneous chunk.
2249
2250 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
2251 Acked-by: Detlev Zundel <dzu@denx.de>
2252 CC: Detlev Zundel <dzu@denx.de>
2253 CC: Andreas Pfefferle <ap@denx.de>
2254
2255commit fc39c2fd51e64707de4d61ed49479ebea2847e1b
2256Author: Kumar Gala <galak@kernel.crashing.org>
2257Date: Tue Mar 31 17:58:13 2009 -0500
2258
2259 85xx/86xx: Ensure MP boot page is not used
2260
2261 We had a bug on 86xx in which the boot page used to bring up secondary
2262 cores was being overwritten and used for the malloc region in u-boot.
2263
2264 We need to reserve the region of memory that the boot page is going to
2265 be put at so nothing uses it.
2266
2267 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2268 Acked-by: Becky Bruce <beckyb@kernel.crashing.org>
2269
2270commit c840d26c752141b94bbc24ac748ddd45752a955a
2271Author: Kumar Gala <galak@kernel.crashing.org>
2272Date: Tue Mar 31 23:11:05 2009 -0500
2273
2274 85xx: Introduce determine_mp_bootpg() helper.
2275
2276 Match determine_mp_bootpg() that was added for 86xx. We need this to
2277 address a bug introduced in v2009.03 with 86xx MP booting. We have to
2278 make sure to reserve the region of memory used for the MP bootpg() so
2279 other u-boot code doesn't use it.
2280
2281 Also added a comment about how cpu_reset() is dealing w/an errata on
2282 early 85xx MP HW.
2283
2284 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2285
2286commit 7649a590b53ee548f41428bf20780f74ce9fc099
2287Author: Kumar Gala <galak@kernel.crashing.org>
2288Date: Tue Mar 31 23:02:38 2009 -0500
2289
2290 86xx: Cleanup MP support
2291
2292 * Use CONFIG_MP instead of CONFIG_NUM_CPUS to match 85xx
2293 * Introduce determine_mp_bootpg() helper. We'll need this to address a
2294 bug introduced in v2009.03 with 86xx MP booting. We have to make sure
2295 to reserve the region of memory used for the MP bootpg() so other
2296 u-boot code doesn't use it.
2297 * Added dummy versions of cpu_reset(), cpu_status() & cpu_release() to
2298 allow cmd_mp.c to build and work. In the future we should look at
2299 implementing all these functions. This could be common w/85xx if we
2300 use spin tables on 86xx.
2301
2302 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2303
2304commit f6ef8b7a43ed7f68a4bb524faad5e4f75ea3e3e2
2305Author: Becky Bruce <beckyb@kernel.crashing.org>
2306Date: Tue Mar 31 18:38:37 2009 -0500
2307
2308 mpc8641hpcn/sbc8641d: Add missing board_lmb_reserves
2309
2310 We're missing the board_lmb_reserve definitions that allow
2311 cpu_mp_lmb_reserve to be called; this means that Linux
2312 is free to reallocate reserved pages. Linux currently boots
2313 because we're getting lucky - the page we've reserved is
2314 high enough in memory that it isn't allocated by Linux
2315 while we still need it to be in existence.
2316
2317 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
2318 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2319
2320commit 0fc4f64c59873a47d555dd66bad25797d4ecb0ed
2321Author: Ladislav Michl <ladis@linux-mips.org>
2322Date: Tue Mar 31 13:43:10 2009 +0200
2323
2324 NetStar: fix NAND
2325
2326 Fix NAND support broken during new NAND code merge. Move those few lines of
2327 code to board/netstar/netstar.c
2328
2329 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
2330
2331commit d144f94d590b5190a9963bd0f2026b2a7ce67eda
2332Author: Jens Scharsig <esw@bus-elektronik.de>
2333Date: Tue Mar 31 08:18:29 2009 +0200
2334
2335 soft_i2c.c compiler/linker error
2336
2337 This patch fix the compiler/linker errors
2338
2339 common/cmd_i2c.c:1252: undefined reference to `i2c_get_bus_speed'
2340 common/cmd_i2c.c:1256: undefined reference to `i2c_set_bus_speed'
2341
2342 if board use CONFIG_I2C_CMD_TREE and CONFIG_I2C_MULTI_BUS is not
2343 uesd/undef (wrong define order)
2344
2345 and
2346
2347 removes additional empty lines
2348
2349 Signed-off-by: Jens Scharsig <esw@bus-elektronik.de>
2350
2351commit 765547dc5e0e8cbe6b8f4ea8a5d6ff237935c352
2352Author: Haiying Wang <Haiying.Wang@freescale.com>
2353Date: Fri Mar 27 17:02:45 2009 -0400
2354
2355 MPC85xx: Add MPC8569MDS board support
2356
2357 This patch adds MPC8569MDS board support. The UART, QE UEC1 and UEC2, BRD
2358 EEPROM on I2C2 bus, PCI express and DDR3 SPD are supported in this patch.
2359
2360 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
2361 Signed-off-by: Hillel Avni <Hillel.Avni@freescale.com>
2362 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2363
2364commit 22b6dbc1696d927d938dd4e16f65d83c0d4fb3f4
2365Author: Haiying Wang <Haiying.Wang@freescale.com>
2366Date: Fri Mar 27 17:02:44 2009 -0400
2367
2368 MPC85xx: Add MPC8569 CPU support
2369
2370 There is a workaround for MPC8569 CPU Errata, which needs to set Bit 13 of
2371 LBCR in 4K bootpage. We setup a temp TLB for eLBC controller in bootpage,
2372 then invalidate it after LBCR bit 13 is set.
2373
2374 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
2375 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2376
2377commit 2d4de6ae5be54b367a72a7ef4e0cf36a9cd4881f
2378Author: Haiying Wang <Haiying.Wang@freescale.com>
2379Date: Thu Mar 26 17:01:49 2009 -0400
2380
2381 MPC85xx: Load and enable QE microcode patch in IRAM
2382
2383 For the silicon which doesn't have ROM support in QE, it always needs to load
2384 a pre-built ucode binary to IRAM so that QE can work.
2385
2386 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
2387 Signed-off-by: Hillel Avni <Hillel.Avni@freescale.com>
2388
2389commit 1b3e4044a28a3d95b0aad41bdc52482bb2cc9b2b
2390Author: Kumar Gala <galak@kernel.crashing.org>
2391Date: Thu Mar 19 09:16:10 2009 -0500
2392
2393 85xx: Add support for additional e500mc features
2394
2395 * Enable backside L2
2396 * e500mc no longer has timebase enable in HID (moved to CCSR register)
2397
2398 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2399
2400commit c360ceac0286159f94d9d1a9496fc9858c8d9bec
2401Author: Dave Liu <daveliu@freescale.com>
2402Date: Sat Mar 14 12:48:30 2009 +0800
2403
2404 fsl-ddr: add the DDR3 SPD infrastructure
2405
2406 - support mirrored DIMMs, not support register DIMMs
2407 - test passed on P2020DS board with MT9JSF12872AY-1G1D1
2408 - test passed on MPC8569MDS board with MT8JSF12864HY-1G1D1
2409
2410 Signed-off-by: Dave Liu <daveliu@freescale.com>
2411 Signed-off-by: Travis Wheatley <travis.wheatley@freescale.com>
2412
2413commit 6a8197836702991468cead5ead073f589e2623ad
2414Author: Dave Liu <daveliu@freescale.com>
2415Date: Sat Mar 14 12:48:19 2009 +0800
2416
2417 fsl-ddr: Fix two bugs in the ddr infrastructure
2418
2419 1. wr_lat
2420 UM said the total write latency for DDR2 is equal to
2421 WR_LAT + ADD_LAT, the write latency is CL + ADD_LAT - 1.
2422 so, the WR_LAT = CL - 1;
2423 2. rd_to_pre
2424 we missed to add the ADD_LAT for DDR2 case.
2425
2426 Reported-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
2427 Signed-off-by: Dave Liu <daveliu@freescale.com>
2428
2429commit 540dcf1cb86961e11aa92c47671f27762c581d8c
2430Author: Kumar Gala <galak@kernel.crashing.org>
2431Date: Thu Mar 26 01:34:39 2009 -0500
2432
2433 83xx: Use common LSDMR defines from asm/fsl_lbc.h
2434
2435 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2436 Acked-by: Kim Phillips <kim.phillips@freescale.com>
2437
2438commit b0fe93eda69721aef1fdef576164b668fad83bbd
2439Author: Kumar Gala <galak@kernel.crashing.org>
2440Date: Thu Mar 26 01:34:38 2009 -0500
2441
2442 85xx: Use common LSDMR defines from asm/fsl_lbc.h
2443
2444 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2445
2446commit 0088c298f0eeb90ec001f744e9959dea83dd563a
2447Author: Kumar Gala <galak@kernel.crashing.org>
2448Date: Thu Mar 26 01:34:37 2009 -0500
2449
2450 Add LSDMR (SDRAM Mode Register) definition on localbus
2451
2452 The masks for various bit defines of LSDMR are common and thus we can
2453 define them in one place rather than replicating them in each config.h
2454
2455 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2456
2457commit 89c00fb15859213788f0ad089934c376fb356099
2458Author: Ladislav Michl <ladis@linux-mips.org>
2459Date: Mon Mar 30 18:58:41 2009 +0200
2460
2461 OMAP: use {read,write}l to access timer registers
2462
2463 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
2464
2465commit 81472d893fa565c9d300928a40e504a689bde131
2466Author: Ladislav Michl <ladis@linux-mips.org>
2467Date: Mon Mar 30 18:58:41 2009 +0200
2468
2469 OMAP: rename timer divisor
2470
2471 Divisor field is called PTV not PVT.
2472
2473 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
2474 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2475
2476commit fe672d60b2a8c9e803596ba4533fa1776015551d
2477Author: Ladislav Michl <ladis@linux-mips.org>
2478Date: Mon Mar 30 18:58:40 2009 +0200
2479
2480 OMAP: reindent timer code
2481
2482 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
2483
2484commit b3f66b0ba09949e0796ce7fad6367f75f15ed890
2485Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2486Date: Mon Mar 30 18:58:40 2009 +0200
2487
2488 s3c2410: move nand driver to drivers/mtd/nand
2489
2490 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2491
2492commit d3b635774194404bcd424f6b376419bce22076ad
2493Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2494Date: Mon Mar 30 18:58:40 2009 +0200
2495
2496 s3c24x0: move i2c driver to drivers/i2c
2497
2498 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2499
2500commit 300f99f4539dd5caf7e19af5e4ea5eb259445913
2501Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2502Date: Mon Mar 30 18:58:39 2009 +0200
2503
2504 s3c24x0: move serial driver to drivers/serial
2505
2506 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2507
2508commit 942ba9969b9efa25f816c238861ecb339c54ed73
2509Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2510Date: Mon Mar 30 18:58:39 2009 +0200
2511
2512 davinci: move i2c driver to drivers/i2c
2513
2514 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2515
2516commit ee4f3e2765a1c65c9861c5d2cf2e6feb84b90bd8
2517Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2518Date: Mon Mar 30 18:58:39 2009 +0200
2519
2520 davinci: move nand driver to drivers/mtd/nand
2521
2522 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2523
2524commit d3e55d0774a180c1837bd7ddec464015e883bd86
2525Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2526Date: Mon Mar 30 18:58:38 2009 +0200
2527
2528 imx: move serial driver to drivers/serial
2529
2530 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2531
2532commit 2344bb8de2354101a8264c2123303c9d8d2aed3c
2533Author: Detlev Zundel <dzu@denx.de>
2534Date: Mon Mar 30 00:31:36 2009 +0200
2535
2536 inka4x0: Use proper accessor macros for memory mapped registers.
2537
2538 Signed-off-by: Detlev Zundel <dzu@denx.de>
2539
2540commit e979e85fd39b06436922bb4d6bb5fafcbc775182
2541Author: Detlev Zundel <dzu@denx.de>
2542Date: Mon Mar 30 00:31:35 2009 +0200
2543
2544 inka4x0: Add hardware diagnosis and RTC in configuration.
2545
2546 This patch adds the board specific communication routines needed by
2547 the external 4543 RTC.
2548
2549 Signed-off-by: Detlev Zundel <dzu@denx.de>
2550 Signed-off-by: Andreas Pfefferle <ap@denx.de>
2551
2552commit 7b5611cdd12ca0cc33f994f0d4a4454788fc3124
2553Author: Detlev Zundel <dzu@denx.de>
2554Date: Mon Mar 30 00:31:34 2009 +0200
2555
2556 inka4x0: Add hardware diagnosis functions for inka4x0
2557
2558 This patch adds advanced diagnosis functions for the inka4x0 board.
2559
2560 Signed-off-by: Andreas Pfefferle <ap@denx.de>
2561 Signed-off-by: Detlev Zundel <dzu@denx.de>
2562
2563commit 04e11cf383ff6231535fd981023bb1306b2133d4
2564Author: Detlev Zundel <dzu@denx.de>
2565Date: Mon Mar 30 00:31:33 2009 +0200
2566
2567 rtc: add support for 4543 RTC (manufactured by e.g. EPSON)
2568
2569 Signed-off-by: Detlev Zundel <dzu@denx.de>
2570 Signed-off-by: Andreas Pfefferle <ap@denx.de>
2571
2572commit 572e6179adb5447ff42ec2aa5cf3a26decf97583
2573Author: Detlev Zundel <dzu@denx.de>
2574Date: Mon Mar 30 00:31:32 2009 +0200
2575
2576 drivers/twserial: Add protocol driver for "three wire serial" interface.
2577
2578 This pretty unintelligent interface is used on some RTC chips.
2579
2580 Signed-off-by: Detlev Zundel <dzu@denx.de>
2581
2582commit a6ef3ddeafbe8007af3662cc4509b897c53ab395
2583Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2584Date: Sun Mar 29 23:01:42 2009 +0200
2585
2586 arm720t/clps7111: move serial driver to drivers/serial
2587
2588 add CONFIG_CLPS7111_SERIAL to activate the driver
2589
2590 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2591
2592commit 6790c55704531eb98f76b51d50e0f73d19fa2988
2593Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2594Date: Sun Mar 29 23:01:42 2009 +0200
2595
2596 lpc2292: move serial driver to drivers/serial
2597
2598 add CONFIG_LPC2292_SERIAL to activate the driver
2599
2600 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2601
2602commit 176a600d0ecdaccbac483d2ba992d0119f853119
2603Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2604Date: Sun Mar 29 23:01:42 2009 +0200
2605
2606 ks8695: move serial driver to drivers/serial
2607
2608 add CONFIG_KS8695_SERIAL to activate the driver
2609
2610 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2611
2612commit 6d27bca15d445fcf07d6e7e30ced95c945c875ea
2613Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2614Date: Sun Mar 29 23:01:42 2009 +0200
2615
2616 s3c64xx: move usb driver to drivers/usb
2617
2618 add CONFIG_USB_S3C64XX to activate the driver
2619
2620 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2621
2622commit ecfa8dda2f55e1fbe12dee0b5cc16e7d484674c9
2623Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2624Date: Sun Mar 29 23:01:41 2009 +0200
2625
2626 imx31: move serial driver to drivers/serial
2627
2628 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2629
2630commit 9ea91c9fefb3920d735533a7798c1a44a3ed3ffc
2631Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2632Date: Sun Mar 29 23:01:41 2009 +0200
2633
2634 netarm: move serial driver to drivers/serial
2635
2636 add CONFIG_NETARM_SERIAL to activate the driver
2637
2638 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2639
2640commit 412ab705888742add435dd6ffc2e8bda14962235
2641Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2642Date: Sun Mar 29 23:01:41 2009 +0200
2643
2644 sa1100: move serial driver to drivers/serial
2645
2646 add CONFIG_SA1100_SERIAL to activate the driver
2647
2648 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2649
2650commit b2368754a9202225fd072e159fb78da7d2cdb623
2651Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2652Date: Sun Mar 29 23:01:41 2009 +0200
2653
2654 s3c44b0: extract cache from cpu.c
2655
2656 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2657
2658commit 40fd626223eae5363719bcb9a6896f08ceeee90a
2659Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2660Date: Sun Mar 29 23:01:41 2009 +0200
2661
2662 s3c44b0: move serial driver to drivers/serial
2663
2664 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2665
2666commit 5fe1377cc46199fe71c47be4b1aa81440ae96f9f
2667Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2668Date: Sun Mar 29 23:01:40 2009 +0200
2669
2670 s3c44b0: move rtc driver to drivers/rtc
2671
2672 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2673
2674commit 50f601cca8985615f9e3de4c34887448ade8a64b
2675Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2676Date: Sun Mar 29 23:01:40 2009 +0200
2677
2678 s3c44b0: move i2c driver to drivers/i2c
2679
2680 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2681
2682commit 281dfb0c0c531194f99e60d6285cca4e2a9fb1b6
2683Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2684Date: Sun Mar 29 23:01:36 2009 +0200
2685
2686 s3c4510b: move specific code to soc directory
2687
2688 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2689
2690commit 04531f3c11c693dc54924f82c41979d960309c9d
2691Author: Ladislav Michl <ladis@linux-mips.org>
2692Date: Wed Mar 25 23:43:58 2009 +0100
2693
2694 NetStar: add RTC support
2695
2696 Add RTC support.
2697
2698 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
2699
2700commit 71f7bd305d9768bcb7ddbe4b5823cbf3b3597b11
2701Author: Ladislav Michl <ladis@linux-mips.org>
2702Date: Wed Mar 25 23:43:50 2009 +0100
2703
2704 NetStar: use generic flash driver
2705
2706 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
2707
2708commit 3f464b0fc009d41d2734c08e472eb6d445f73a5c
2709Author: Ladislav Michl <ladis@linux-mips.org>
2710Date: Mon Mar 16 23:31:20 2009 +0100
2711
2712 NetStar: update crcit utility
2713
2714 Make crc32 function to match its prototype. Use more meaningful identifiers.
2715
2716 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
2717
2718commit 488f5d8790c451fc527fe5d2ef218f2a5e40ea17
2719Author: Ladislav Michl <ladis@linux-mips.org>
2720Date: Mon Mar 23 17:46:27 2009 +0100
2721
2722 Remove nowhere used symbol CONFIG_SYS_CLKS_IN_HZ
2723
2724 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
2725
2726commit 88685b5f62274167ad2ba8a58e108d89ff71955b
2727Author: Wolfgang Denk <wd@denx.de>
2728Date: Sun Mar 29 00:58:16 2009 +0100
2729
2730 VCMA9: fix compile errors
2731
2732 Fix these:
2733 cmd_vcma9.c:82: warning: implicit declaration of function 'eth_getenv_enetaddr'
2734 cmd_vcma9.c:89: error: 'enetaddr' undeclared (first use in this function)
2735
2736 Signed-off-by: Wolfgang Denk <wd@denx.de>
2737
2738commit 26e42cbd786241fec370a0b92ad591f4e9cc423b
2739Author: Wolfgang Denk <wd@denx.de>
2740Date: Sun Mar 29 00:54:21 2009 +0100
2741
2742 ARM: fix warning: 'print_eth' defined but not used
2743
2744 This warning got issued for all ARM systems that don't have
2745 CONFIG_CMD_NET enabled.
2746
2747 Signed-off-by: Wolfgang Denk <wd@denx.de>
2748
2749commit fd88d91a639ce41b825c8d50dc2182050e98fe53
2750Author: Ladislav Michl <ladis@linux-mips.org>
2751Date: Mon Mar 23 18:16:34 2009 +0100
2752
2753 cs8900 compile fix
2754
2755 cs8900.c: In function 'eth_init':
2756 cs8900.c:164: warning: passing argument 2 of 'eth_getenv_enetaddr' from incompatible pointer type
2757 cs8900.c:165: error: invalid operands to binary <<
2758 cs8900.c:166: error: invalid operands to binary <<
2759 cs8900.c:167: error: invalid operands to binary <<
2760
2761 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
2762 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2763
2764commit d2567be915036720693f3ddd00c39b5b4d86fb8d
2765Author: Wolfgang Denk <wd@denx.de>
2766Date: Sat Mar 28 20:16:16 2009 +0100
2767
2768 Fix implicit declaration of function 'eth_[gs]etenv_enetaddr'
2769
2770 ...and some other compile warnings.
2771
2772 Signed-off-by: Wolfgang Denk <wd@denx.de>
2773
2774commit 97b05d7d524a6b4f195f07b8f90e98561a85596c
2775Author: Wolfgang Denk <wd@denx.de>
2776Date: Sat Mar 28 16:17:29 2009 +0100
2777
2778 mpc8xx/ether.c: fix warning: unused variable 'bd'
2779
2780 Also minor coding style cleanup.
2781
2782 Signed-off-by: Wolfgang Denk <wd@denx.de>
2783
2784commit 2dce551e10728f9e5655279f761f1d3cc0a8fe90
2785Author: Detlev Zundel <dzu@denx.de>
2786Date: Wed Mar 25 17:27:52 2009 +0100
2787
2788 command.c: Expose the core of do_help as _do_help to the rest of u-boot.
2789
2790 Other commands implementing subcommands can reuse this code nicely.
2791
2792 Signed-off-by: Detlev Zundel <dzu@denx.de>
2793 Signed-off-by: Andreas Pfefferle <ap@denx.de>
2794
2795commit 4e325fbfa4dea04eceb6392e00807c40d214dc6f
2796Author: Detlev Zundel <dzu@denx.de>
2797Date: Tue Mar 24 18:02:33 2009 +0100
2798
2799 mpc5xxx: Add structure definition for several more register blocks.
2800
2801 Signed-off-by: Detlev Zundel <dzu@denx.de>
2802
2803commit 739b0e594677a0676577bc95db4495a5563fc7f8
2804Author: Detlev Zundel <dzu@denx.de>
2805Date: Fri Mar 27 15:03:55 2009 +0100
2806
2807 MAINTAINERS: Add entry for 'inka4x0' board.
2808
2809 Signed-off-by: Detlev Zundel <dzu@denx.de>
2810
2811commit e55ecec45340755ef47cbbb13fb35ceed60eb115
2812Author: Detlev Zundel <dzu@denx.de>
2813Date: Fri Mar 27 15:03:54 2009 +0100
2814
2815 MAINTAINERS: Keep list sorted.
2816
2817 Signed-off-by: Detlev Zundel <dzu@denx.de>
2818
2819commit 0baeca4b09b703728f8e66b52418039fd8f8ce35
2820Author: Mike Frysinger <vapier@gentoo.org>
2821Date: Thu Mar 26 11:17:41 2009 -0400
2822
2823 karef/metrobox/xpedite1k: fix eth_setenv_enetaddr typos
2824
2825 The function is called "eth_setenv_enetaddr", not "eth_putenv_enetaddr".
2826
2827 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2828 CC: Ben Warren <biggerbadderben@gmail.com>
2829
2830commit 76756e41cde0a617e781a604cc47dfaef63697cd
2831Author: Heiko Schocher <hs@denx.de>
2832Date: Thu Mar 26 07:33:59 2009 +0100
2833
2834 ppc: cleanup compiler errors/warnings
2835
2836 Current u-boot top of tree builds with warnings/errors for
2837 the following boards:
2838
2839 ads5121 cpci5200 mecp5200 v38b IAD210 MBX MBX860T NX823
2840 RPXClassic debris PN62
2841
2842 following patch solves this.
2843
2844 Signed-off-by: Heiko Schocher <hs@denx.de>
2845 Acked-by: Mike Frysinger <vapier@gentoo.org>
2846
2847commit 3edf68c47fdd52f19c1e840771c19ba90cf5ced1
2848Author: Stefan Roese <sr@denx.de>
2849Date: Thu Mar 26 16:14:13 2009 +0100
2850
2851 ppc4xx: Sequoia: Fix TLB reassignment in NAND booting code
2852
2853 This patch fixes a bug in the Sequoia TLB init code to reconfigure
2854 the correct TLB (boot space) after running from RAM. This bug was
2855 introduced with patch 4d332dbeb08f5863d1ea69d91a00c5499d3a87ed
2856 [ppc4xx: Make Sequoia boot vxWorks] which changed the order of the
2857 TLB in the Sequoia init.S file.
2858
2859 Signed-off-by: Stefan Roese <sr@denx.de>
2860
2861commit e2b66fe453a3679f807b37fc5923d89214302764
2862Author: Wolfgang Denk <wd@denx.de>
2863Date: Thu Mar 26 10:00:57 2009 +0100
2864
2865 ads5121: enable instruction cache
2866
2867 Enabling the instruction cache significantly accelerates U-Boot
2868 operations like CRC checking, image uncompression, etc.
2869
2870 Kudos to Andrea Scian for pointing out.
2871
2872 Signed-off-by: Wolfgang Denk <wd@denx.de>
2873
2874commit 33e88c557b29c84c52039ba05993fa70fe62afe3
2875Author: Jon Smirl <jonsmirl@gmail.com>
2876Date: Sun Mar 22 22:55:45 2009 -0400
2877
2878 mpc5200: suppress printf until console initialized
2879
2880 On boards which have the environment in eeprom, i2c_init() is called
2881 before the console and RAM are initialized.
2882 Suppress printfs until the console is initialized.
2883
2884 Signed-off-by: Jon Smirl <jonsmirl@gmail.com>
2885 Acked-by: Heiko Schocher <hs@denx.de>
2886
2887commit 0c6926736effbb9a19047949b7e9b3e8feab7c46
2888Author: Guennadi Liakhovetski <lg@denx.de>
2889Date: Wed Mar 25 11:36:50 2009 +0100
2890
2891 ARM: Add the imx31_phycore_eet board to MAKEALL
2892
2893 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
2894
2895commit 917cfc70c18b74fa8a80189bdce8395199fa8360
2896Author: Nishanth Menon <nm@ti.com>
2897Date: Wed Mar 25 22:13:56 2009 +0100
2898
2899 OMAP3:Beagle: Enable mtdparts
2900
2901 http://www.denx.de/wiki/DULG/UBootCmdGroupFlash#UBootCmdFlMtdparts
2902 provides a flexible way to create and maintain u-boot mtd
2903 partitions. This allows commands such as "nand erase fs"
2904 to work and the user no longer needs to decode the absolute
2905 nand offsets. This patch enables this function for beagleboard
2906
2907 Signed-off-by: Nishanth Menon <nm@ti.com>
2908 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2909
2910commit 4de1a5daab079ddc8ce1274144700203d692105c
2911Author: Mike Frysinger <vapier@gentoo.org>
2912Date: Sun Feb 22 16:26:35 2009 -0500
2913
2914 Blackfin: bf537-stamp: split post code out into dedicated post.c
2915
2916 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2917
2918commit 5e8f245743ed14c89e495ba2c027703db9813160
2919Author: Mike Frysinger <vapier@gentoo.org>
2920Date: Sat Oct 11 22:51:56 2008 -0400
2921
2922 Blackfin: add support for S25FL128 parts
2923
2924 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2925
2926commit bf1e028bf3eab1d702fa0627cade4460688f3913
2927Author: Mike Frysinger <vapier@gentoo.org>
2928Date: Sat Oct 11 22:51:23 2008 -0400
2929
2930 Blackfin: overhaul SPI flash handling to speed things up
2931
2932 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2933
2934commit efcc08cededa2168b96f12a22a5872340880d334
2935Author: Mike Frysinger <vapier@gentoo.org>
2936Date: Sat Oct 11 22:51:05 2008 -0400
2937
2938 Blackfin: add support for SST SPI flashes
2939
2940 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2941
2942commit 5b8cfbe63f7242ebb1008f30bbbc85a9d54b38cf
2943Author: Mike Frysinger <vapier@gentoo.org>
2944Date: Sat Oct 11 22:50:10 2008 -0400
2945
2946 Blackfin: add hack for crappy m25p80
2947
2948 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2949
2950commit 6f5fd56f0832ea5c254e2e4be84ea21fc8ecd5c5
2951Author: Mike Frysinger <vapier@gentoo.org>
2952Date: Wed Jan 21 20:47:12 2009 -0500
2953
2954 Blackfin: bf537-stamp: increase monitor size
2955
2956 The new jffs2 code pushed the code size just over the limit, so increase
2957 the limit a bit more.
2958
2959 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2960
2961commit f82caaccc87e1f76448ff42a6b930e59797e4f65
2962Author: Mike Frysinger <vapier@gentoo.org>
2963Date: Mon Dec 8 16:16:11 2008 -0500
2964
2965 Blackfin: bf537-stamp: bump default SCLK up to 125MHz
2966
2967 Since all of the bf537-stamp and bf537-ezkit boards out there can handle it,
2968 increase the speed of SCLK to 125MHz rather than 100MHz.
2969
2970 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2971
2972commit 751e54c3b77311b720b794813cce20546f288ada
2973Author: Mike Frysinger <vapier@gentoo.org>
2974Date: Sat Oct 11 22:44:14 2008 -0400
2975
2976 Blackfin: bf537-stamp: rewrite MAC-in-flash handling
2977
2978 Use the common net eth functions to setup the env/global data with the MAC
2979 address, and properly handle the case where CONFIG_SYS_NO_FLASH is defined.
2980
2981 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2982
2983commit 88f9faffb383bbc6f23b8cc8519c5ffecfa2c8ad
2984Author: Mike Frysinger <vapier@gentoo.org>
2985Date: Tue Dec 9 13:47:39 2008 -0500
2986
2987 Blackfin: add clkin_hz= to default kernel command line for ADI boards
2988
2989 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2990
2991commit 9f64ba2412d3cede9eb1f290987e5c3a28df3232
2992Author: Mike Frysinger <vapier@gentoo.org>
2993Date: Sun Oct 12 23:49:13 2008 -0400
2994
2995 Blackfin: bf533-stamp: bump up default clocks
2996
2997 Since the hardware can handle it, bump the default clocks from 80mhz SCLK
2998 and 398mhz CCLK to 100mhz SCLK and 498mhz CCLK.
2999
3000 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3001
3002commit 23fd959eeaaa0434ac7f9c1191de66c76d97d699
3003Author: Mike Frysinger <vapier@gentoo.org>
3004Date: Sat Oct 11 22:40:22 2008 -0400
3005
3006 Blackfin: bf533-stamp: rewrite startup LED notifications
3007
3008 Again, don't clobber pins that we aren't actually using, and use the common
3009 LED framework rather than our own hob-job-but-not-really-working.
3010
3011 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3012
3013commit cf6f469e2730fc8ab3523808b828be000d6eee77
3014Author: Mike Frysinger <vapier@gentoo.org>
3015Date: Sun Jun 1 09:09:48 2008 -0400
3016
3017 Blackfin: unify common ADI board settings
3018
3019 Rather than duplicate the same ADI settings in every ADI board, create a
3020 common ADI config header and have all ADI boards start using that. This
3021 will also make merging the ~10 boards I have to forward port a lot easier.
3022
3023 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3024
3025commit 196c74311f394c6eb08bd9ab07a35671299b9851
3026Author: Kyungmin Park <kmpark@infradead.org>
3027Date: Tue Mar 3 09:05:53 2009 +0900
3028
3029 Reduce OneNAND IPL common code
3030
3031 OneNAND IPL has common codes for RAM init, load data, and jump to 2nd
3032 bootloader, but it's common code used about 300~400 bytes. So board
3033 specific codes, such as lowlevel_init, can't has enough code. It make
3034 a difficult to implement OneNAND IPL.
3035
3036 his patch make this common code as small as possible. and give
3037 lowlevel_init can have more codes.
3038
3039 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
3040 Signed-off-by: Scott Wood <scottwood@freescale.com>
3041
3042commit 16f2f5a351004129e79e79816697a367fd9e5446
3043Author: Wolfgang Grandegger <wg@grandegger.com>
3044Date: Wed Feb 11 18:38:24 2009 +0100
3045
3046 Add multi-chip NAND support for the TQM8548 modules
3047
3048 This patches configures the NAND UPM-FSL driver with multi-chip
3049 support for the Micron MT29F8G08FAB NAND flash memory on the
3050 TQM8548 modules.
3051
3052 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
3053 Signed-off-by: Scott Wood <scottwood@freescale.com>
3054
3055commit 33846df28fa1f4cf96a96c18142d48d813caa892
3056Author: Wolfgang Grandegger <wg@grandegger.com>
3057Date: Wed Feb 11 18:38:23 2009 +0100
3058
3059 Add wait flags to support board/chip specific delays
3060
3061 The NAND flash on the TQM8548_BE modules requires a short delay after
3062 running the UPM pattern like the MPC8360ERDK board does. The TQM8548_BE
3063 requires a further short delay after writing out a buffer. Normally the
3064 R/B pin should be checked, but it's not connected on the TQM8548_BE.
3065 The corresponding Linux FSL UPM driver uses similar delay points at the
3066 same locations. To manage these extra delays in a more general way, I
3067 introduced the "wait_flags" field allowing the board-specific driver to
3068 specify various types of extra delay.
3069
3070 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
3071 Signed-off-by: Scott Wood <scottwood@freescale.com>
3072
3073commit 06e9f7df054d26d7f49c56bf9a6844b193ad6313
3074Author: Wolfgang Grandegger <wg@grandegger.com>
3075Date: Wed Feb 11 18:38:22 2009 +0100
3076
3077 Add support for TQM-specific chip select logic to FSL-UPM
3078
3079 For the NAND chips on the TQM8548 modules, a special chip-select logic is
3080 used. It uses dedicated address lines to be set via UPM machine address
3081 register (mar). This patch adds such support to the FSL-UPM driver.
3082
3083 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
3084 Signed-off-by: Scott Wood <scottwood@freescale.com>
3085
3086commit e93c1c169d49eda7babad9c781f541e2e34f0ff0
3087Author: Wolfgang Grandegger <wg@grandegger.com>
3088Date: Wed Feb 11 18:38:21 2009 +0100
3089
3090 Add multi chip support to the FSL-UPM driver
3091
3092 This patch adds support for multi-chip NAND devices to the FSL-UPM
3093 driver. The "dev_ready" callback of the "struct fsl_upm_nand" is now
3094 called with the argument "chip_nr" to allow testing the proper chip
3095 select line. The NAND support of the MPC8360ERDK is updated as well.
3096 No other boards are currently using the FSL UPM driver.
3097
3098 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
3099 Signed-off-by: Scott Wood <scottwood@freescale.com>
3100
3101commit 672ed2aee91b4856f6671fc72cd34168d8f1b624
3102Author: Wolfgang Grandegger <wg@grandegger.com>
3103Date: Wed Feb 11 18:38:20 2009 +0100
3104
3105 Enable multi chip support in the NAND layer
3106
3107 This patch adds support for NAND_MAX_CHIPS to the MTD NAND layer.
3108 Multi-chips devices are displayed as shown:
3109
3110 Device 0: 2x NAND 512MiB 3,3V 8-bit, sector size 128 KiB
3111
3112 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
3113 Signed-off-by: Scott Wood <scottwood@freescale.com>
3114
3115commit 74398b23f9c2ffdc137fd92910a46e3333fb93f9
3116Author: Mike Frysinger <vapier@gentoo.org>
3117Date: Sat Oct 11 21:58:33 2008 -0400
3118
3119 Blackfin: put memory into self-refresh before/after programming clocks
3120
3121 When initializing the core clocks, stick external memory into self-refresh.
3122 This gains us a few cool things:
3123 - support suspend-to-RAM with Linux
3124 - reprogram clocks automatically when doing "go" on u-boot.bin in RAM
3125 - make sure settings are stable before flashing new version
3126 - finally fully unify initialize startup code path between LDR/non-LDR
3127
3128 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3129
3130commit d347d572ab1f2d47bf257c9f7ca2e602038a136b
3131Author: Mike Frysinger <vapier@gentoo.org>
3132Date: Sat Oct 11 21:56:08 2008 -0400
3133
3134 Blackfin: do not program voltage regulator on parts that do not have one
3135
3136 Some newer Blackfins (like the BF51x) do not have an on-chip voltage
3137 regulator, so do not attempt to program the memory as if it does.
3138
3139 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3140
3141commit 0d4f24b70f7a979f58174f3eb271874950b551b6
3142Author: Mike Frysinger <vapier@gentoo.org>
3143Date: Sun Jun 1 01:28:24 2008 -0400
3144
3145 Blackfin: setup a sane default EBIU_SDBCTL for SDRAM controllers
3146
3147 If the board config does not specify an explicit EBIU_SDBCTL value, set it
3148 up with sane values based on other configuration options.
3149
3150 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3151
3152commit 3986e981f565c08f10c7e526af8cb518d741c349
3153Author: Mike Frysinger <vapier@gentoo.org>
3154Date: Sat Dec 6 18:06:58 2008 -0500
3155
3156 Blackfin: handle reboot anomaly 432
3157
3158 Workaround anomaly 432:
3159 The bfrom_SysControl() firmware function does not clear the SIC_IWR1
3160 register before executing the PLL programming sequence. Therefore, any
3161 interrupt enabled in the SIC_IWR1 register prior to the call to
3162 bfrom_SysControl() can prematurely terminate the idle sequence required
3163 for the PLL to relock properly. SIC_IWR0 is properly handled.
3164
3165 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3166
3167commit 7e1d212b6da492c6ea32c62af92e185284f41291
3168Author: Mike Frysinger <vapier@gentoo.org>
3169Date: Sat Oct 18 04:04:49 2008 -0400
3170
3171 Blackfin: kill off LDR jump block
3172
3173 The Boot ROM uses EVT1 as the entry point so set that rather than having
3174 to use a tiny jump block in the default EVT1 location.
3175
3176 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3177
3178commit a75fa148d60b1975403441e45565621bba50d2d9
3179Author: Mike Frysinger <vapier@gentoo.org>
3180Date: Tue Jan 6 10:00:48 2009 -0500
3181
3182 Blackfin: simplify symbol_lookup() a bit
3183
3184 No need to skip a byte as the symbol table handles this.
3185
3186 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3187
3188commit 59f0978a7e78d20277ddbde7caf0ea877f3cfd98
3189Author: Mike Frysinger <vapier@gentoo.org>
3190Date: Sat Feb 7 05:43:21 2009 -0500
3191
3192 Blackfin: fix SIC_RVECT definition: it is 16bits, not 32bits
3193
3194 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3195
3196commit 58130f8920151d9e8942bbdf3388f2defb47e415
3197Author: Mike Frysinger <vapier@gentoo.org>
3198Date: Sat Feb 7 05:41:17 2009 -0500
3199
3200 Blackfin: drop SPORT_TX read helper macros
3201
3202 The SPORT_TX registers cannot be read (the hardware will trigger an error),
3203 so drop the read helper macros.
3204
3205 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3206
3207commit 820b076c449688bcd4af6db5a33ae424d1a60d0e
3208Author: Mike Frysinger <vapier@gentoo.org>
3209Date: Sat Feb 7 05:25:35 2009 -0500
3210
3211 Blackfin: unify duplicate CPU port definitions
3212
3213 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3214
3215commit 744fd240d181b0b05b1436e1b655c9a62526c752
3216Author: Mike Frysinger <vapier@gentoo.org>
3217Date: Fri Feb 6 00:59:50 2009 -0500
3218
3219 Blackfin: drop now-unused CONFIG_SYS_BFIN_CMD_XXX
3220
3221 With the new CONFIG_XXX system and CONFIG_CMD_XXX handling, these defines
3222 are no longer used/needed.
3223
3224 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3225
3226commit 45c48953e8a4038bd49c46813fcff5a207867ae4
3227Author: Mike Frysinger <vapier@gentoo.org>
3228Date: Mon Oct 6 04:01:26 2008 -0400
3229
3230 Blackfin: print out Flash: before checking it
3231
3232 If there is some problem in the flash init/checking code, it's nicer to see
3233 the message "Flash:" before crashing. This way the source of the problem
3234 is a bit more straightforward.
3235
3236 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3237
3238commit 1c7a79a04eb916f685f7275520b5eea6968a1559
3239Author: Mike Frysinger <vapier@gentoo.org>
3240Date: Thu Aug 7 15:33:09 2008 -0400
3241
3242 Blackfin: safely flush data caches when in writeback mode
3243
3244 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3245
3246commit c06f2b13022703611bc3e512bd34f9014a46f448
3247Author: Mike Frysinger <vapier@gentoo.org>
3248Date: Thu Aug 7 13:21:48 2008 -0400
3249
3250 Blackfin: update lockbox api according to latest documentation
3251
3252 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3253
3254commit 2decc2a8d17a5397cb5956e46c8466c736e305a2
3255Author: Mike Frysinger <vapier@gentoo.org>
3256Date: Sat Oct 11 21:49:06 2008 -0400
3257
3258 Blackfin: mark bfin_reset static
3259
3260 The function is only used locally, so mark it static.
3261
3262 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3263
3264commit 974473caa732f63312687ef2bd2d22dad8e99b9a
3265Author: Sonic Zhang <Sonic.Zhang@analog.com>
3266Date: Fri Mar 20 19:28:20 2009 -0400
3267
3268 Blackfin: spi: there is no PORTJ_FER MMR on BF537
3269
3270 Since the PORTJ on the BF537 is peripheral-only (no GPIO functionality),
3271 then there is no PORTJ_FER register for us to worry about.
3272
3273 Signed-off-by: Sonic Zhang <Sonic.Zhang@analog.com>
3274 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3275
3276commit e82b762f293debc53c5afa90f37264f6b07520f9
3277Author: Mike Frysinger <vapier@gentoo.org>
3278Date: Tue Mar 17 13:58:23 2009 -0400
3279
3280 Blackfin: fix jtag console tstc
3281
3282 The jtag tstc operation was checking the hardware to see if data is
3283 available from it (which is fine for the jtag getc operation), but the
3284 higher layers need to know whether any data is available. Since we have
3285 to read up to 4 bytes at a time from the hardware, the higher layers need
3286 to know they can consume the cached bytes as well.
3287
3288 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3289
3290commit bc683f58b1f1d8d20546fe019483967a51a49df1
3291Author: Mike Frysinger <vapier@gentoo.org>
3292Date: Sun Feb 22 16:23:41 2009 -0500
3293
3294 Blackfin: bf537-stamp: move CONFIG_POST handling to COBJS-$(...)
3295
3296 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3297
3298commit 8996d1608acb8f59fcb186dc7ed7d87f8fee1297
3299Author: Mike Frysinger <vapier@gentoo.org>
3300Date: Sun Feb 22 16:02:27 2009 -0500
3301
3302 Blackfin: unify net-related init code
3303
3304 Unify all of the net-related init code in the common Blackfin board init
3305 code to clean up the ifdef mess a bit.
3306
3307 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3308
3309commit c6ea30e52ea82af4858d2b6f99e0fd2ea276d657
3310Author: Mike Frysinger <vapier@gentoo.org>
3311Date: Wed Feb 18 12:51:48 2009 -0500
3312
3313 Blackfin: fix SWRST/SYSCR register sizes
3314
3315 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3316
3317commit a9d6777d39154978b9ef9c682b2627a3480b194c
3318Author: Mike Frysinger <vapier@gentoo.org>
3319Date: Wed Feb 18 12:51:31 2009 -0500
3320
3321 Blackfin: update anomaly lists
3322
3323 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3324
3325commit 4d7c32dad2e787f890ebcd51bfb723a126913c90
3326Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3327Date: Thu Mar 19 18:31:38 2009 +0100
3328
3329 avr32: fix cacheflush.h location introducted by d8f2aa3298610b
3330
3331 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3332 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
3333
3334commit 3a3baf3ee61e6b28af3b49ebabc9ab4f6015aa48
3335Author: Eric Schumann <E.Schumann@phytec.de>
3336Date: Sat Mar 21 09:59:34 2009 -0400
3337
3338 Make flash protection work, when the environment is in EEPROM
3339
3340 On the pcm030 the environment is located in the onboard EEPROM. But we want
3341 to handle flash sector protection in a safe manner. So we must read the
3342 unlock environment variable from EEPROM instead from flash.
3343
3344 This patch is required as long the evironment is saved into the EEPROM.
3345
3346 Stefan: Additional change as suggested by Wolfgang, use bigger char array
3347 (instead of 4).
3348
3349 Signed-off-by: Eric Schumann <E.Schumann@phytec.de>
3350 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
3351 Acked-by: Wolfgang Denk <wd@denx.de>
3352 Signed-off-by: Stefan Roese <sr@denx.de>
3353
3354commit de3ce8c59f48f99779d7d7379a5432ded12ec06c
3355Author: Jon Smirl <jonsmirl@gmail.com>
3356Date: Sat Mar 21 11:17:56 2009 -0400
3357
3358 Add define for mpc5200 CDM_CLK_ENA
3359
3360 Signed-off-by: Jon Smirl <jonsmirl@gmail.com>
3361
3362commit df486b1fa3f750b153eac7daa0b3bf1f594e5098
3363Author: Nicolas Ferre <nicolas.ferre@atmel.com>
3364Date: Sun Mar 22 14:48:16 2009 +0100
3365
3366 at91: Support for the at91sam9g20 : Atmel 400Mhz ARM 926ej-s SOC.
3367
3368 AT91sam9g20 is an evolution of the at91sam9260 with a faster clock speed.
3369
3370 The AT91SAM9G20-EK board is an updated revision of the AT91SAM9260-EK board.
3371 It is essentially the same, with a few minor differences.
3372
3373 Here is the chip page on Atmel website:
3374 http://www.atmel.com/dyn/products/product_card.asp?part_id=4337
3375
3376 Signed-off-by: Justin Waters <justin.waters@timesys.com>
3377 Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
3378 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3379
3380commit 118d168035cc93f586da4812c89cb153eb9f4243
3381Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3382Date: Sun Mar 22 14:28:14 2009 +0100
3383
3384 cmc_pu2: fix implicit declaration of function 'eth_setenv_enetaddr'
3385
3386 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3387
3388commit 176c4a982c6531f96426afaa1126cf9a5e2d5e03
3389Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3390Date: Sun Mar 22 14:28:13 2009 +0100
3391
3392 cmc_pu2: fix misc_init_r prototype
3393
3394 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3395
3396commit 53158aea995221706b42c7bad9f717b31ae20414
3397Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3398Date: Sun Jan 11 03:32:01 2009 +0100
3399
3400 at91sam9xeek: fix soc name
3401
3402 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3403
3404commit 74c076d6c33d6d42ab065541a38383587879e7b7
3405Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3406Date: Sun Mar 22 10:22:34 2009 +0100
3407
3408 at91sam9/at91cap: move nand drivers to drivers/mtd/nand
3409
3410 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3411
3412commit 163966087d62680547f188a93c61d01c8155254e
3413Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3414Date: Sat Mar 21 21:08:01 2009 +0100
3415
3416 atmel/at91/boards: compile dataflash partition only when dataflash is
3417
3418 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3419
3420commit e2c0476f958f8e0b269a1118f4ba4a5cd475aa56
3421Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3422Date: Sat Mar 21 21:08:00 2009 +0100
3423
3424 at91sam9/at91cap: move common macb initialisation to cpu
3425
3426 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3427
3428commit f3f91f886bc8927fd692ac411b7423a87ffec532
3429Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3430Date: Sat Mar 21 21:08:00 2009 +0100
3431
3432 at91sam9/at91cap: move common usb host initialisation to cpu
3433
3434 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3435
3436commit a484b00b86e72ac6da6ee4fce13dbc6b256672fe
3437Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3438Date: Sat Mar 21 21:08:00 2009 +0100
3439
3440 at91sam9/at91cap: move common led management to cpu
3441
3442 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3443
3444commit 7ebafb7ec1a0285af8380623c009576f92583b98
3445Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3446Date: Sat Mar 21 21:07:59 2009 +0100
3447
3448 at91sam9/at91cap: move common spi initialisation to cpu
3449
3450 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3451
3452commit 1332a2a0694c8e10a5bade397cf83645b2c3fd7e
3453Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3454Date: Sat Mar 21 21:07:59 2009 +0100
3455
3456 at91sam9/at91cap: move common serial initialisation to cpu
3457
3458 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3459
3460commit e60beb13cf0135dc71c541021487b5ccc4d269cb
3461Author: Wolfgang Denk <wd@denx.de>
3462Date: Sat Mar 21 22:04:41 2009 +0100
3463
3464 Prepare 2009.03
3465
3466 Update CHANGELOG
3467
3468 Signed-off-by: Wolfgang Denk <wd@denx.de>
3469
e60beb13
WD
3470commit 9e78dae2b276c5bf9ab92cd85173f6cb92b1b7d5
3471Author: Vivek Kutal <vivek.kutal@azingo.com>
3472Date: Mon Feb 23 21:35:11 2009 +0530
3473
c0a14aed
WD
3474 Replaced endpoint numbers with appropriate macros in usbtty.c.
3475
3476 Signed-off-by: Vivek Kutal <vivek.kutal@azingo.com>
3477 Signed-off-by: Remy Bohmer <linux@bohmer.net>
3478
3479commit faac4fd852e39cb1d7a740801b060e41aeacef1f
3480Author: Michael Lawnick <ml.lawnick@gmx.de>
3481Date: Thu Mar 19 10:06:41 2009 +0100
3482
3483 UBIFS: Missing offset relocation for compressor 'none'
3484
3485 On systems where U-Boot is linked to another address than it really lays
3486 (e.g. backup image), calls via function pointers must be fixed with a
3487 '+= gd->reloc_off'.
3488 This was not done for none_compr in ubifs_compressors_init() what leads
3489 to system crash on ubifsmount command.
3490
3491 Signed-off-by: Michael Lawnick <ml.lawnick@gmx.de>
3492 Acked-by: Stefan Roese <sr@denx.de>
3493
3494commit ce6d0c8de031f345bde745f3b855082adf1c4e45
3495Author: Stefan Roese <sr@denx.de>
3496Date: Thu Mar 19 15:35:50 2009 +0100
3497
3498 UBIFS: Add UBIFS commands
3499
3500 This patchset adds these UBIFS related commands:
3501
3502 - ubifsmount
3503 Mount an UBIFS volume
3504
3505 - ubifsls
3506 List a directory of the mounted UBIFS volume
3507
3508 - ubifsload
3509 Load a file from the mounted UBIFS volume to memory
3510
3511 Signed-off-by: Stefan Roese <sr@denx.de>
3512
3513commit 9eefe2a2b37a838558e3d213a9f5519503d0c180
3514Author: Stefan Roese <sr@denx.de>
3515Date: Thu Mar 19 15:35:05 2009 +0100
3516
3517 UBIFS: Implement read-only UBIFS support in U-Boot
3518
3519 The U-Boot UBIFS implementation is largely a direct copy from the current
3520 Linux version (2.6.29-rc6). As already done in the UBI version we have an
3521 "abstraction layer" to redefine or remove some OS calls (e.g. mutex_lock()
3522 ...). This makes it possible to use the original Linux code with very
3523 little changes. And by this we can better update to later Linux versions.
3524
3525 I removed some of the Linux features that are not used in the U-Boot
3526 version (e.g. garbage-collection, write support).
3527
3528 Signed-off-by: Stefan Roese <sr@denx.de>
3529 CC: Artem Bityutskiy <dedekind@infradead.org>
3530 CC: Adrian Hunter <ext-Adrian.Hunter@nokia.com>
3531
3532commit b1b4e89a0f3b75854c39a62cae41bad56d210adf
3533Author: Stefan Roese <sr@denx.de>
3534Date: Thu Mar 19 15:34:56 2009 +0100
3535
3536 Add LZO decompressor support
3537
3538 This patch adds LZO decompression support to U-Boot. It is needed for
3539 the upcoming UBIFS support, since UBIFS uses LZO as default compressor/
3540 decompressor. Since we only support read-only in UBIFS, only the
3541 decompressor is needed.
3542
3543 All this is copied with minor changes from the current Linux kernel
3544 version (2.6.28-rc8).
3545
3546 This patch only implements this LZO decompressor support for PPC.
3547 Other platforms using UBIFS will have to add the required
3548 "include/asm/unaligned.h" as well. It should be fairly easy to copy this
3549 from the Linux source tree as I have done it for PPC in this patch.
3550
3551 Signed-off-by: Stefan Roese <sr@denx.de>
3552
3553commit 68d7d65100e84df00bca971c114092731b441090
3554Author: Stefan Roese <sr@denx.de>
3555Date: Thu Mar 19 13:30:36 2009 +0100
3556
3557 Separate mtdparts command from jffs2
3558
3559 Currently the mtdparts commands are included in the jffs2 command support.
3560 This doesn't make sense anymore since other commands (e.g. UBI) use this
3561 infrastructure as well now. This patch separates the mtdparts commands from
3562 the jffs2 commands making it possible to only select mtdparts when no JFFS2
3563 support is needed.
3564
3565 Signed-off-by: Stefan Roese <sr@denx.de>
3566 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
3567
3568commit 02a301cd5087eaffdf456e0a5cec1100c4d9a398
3569Author: Stefan Roese <sr@denx.de>
3570Date: Wed Feb 25 12:11:15 2009 +0100
3571
3572 powerpc: Only use eth_getenv_enetaddr() if networking is enabled
3573
3574 Signed-off-by: Stefan Roese <sr@denx.de>
3575
3576commit 5c4fa9b474af95d60f019ec6369cbe77b9dab4b5
3577Author: Grzegorz Bernacki <gjb@semihalf.com>
3578Date: Tue Mar 17 10:06:40 2009 +0100
3579
3580 Add support for the digsy MTC board.
3581
3582 This is the InterControl custom device based on the MPC5200B chip.
3583
3584 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
3585
3586commit ff7dc067369e30066744f096995aef7d97574d15
3587Author: Stefan Roese <sr@denx.de>
3588Date: Mon Feb 23 16:52:36 2009 +0100
3589
3590 powerpc: Fix compilation warning in board.c
3591
3592 Fix this warning:
3593
3594 board.c: In function 'board_init_r':
3595 board.c:653: warning: unused variable 'i'
3596 board.c:651: warning: unused variable 'e'
3597
3598 Signed-off-by: Stefan Roese <sr@denx.de>
3599
3600commit 9cd690160d3ce1a7fb4ceeee6c99cedb1ac1d49c
3601Author: Stefan Roese <sr@denx.de>
3602Date: Mon Feb 23 16:42:51 2009 +0100
3603
3604 ppc4xx: Don't write the MAC address into the internal SoC registers
3605
3606 Remove this code. It's not needed. The 4xx EMAC driver stores the MAC
3607 addresses into the SoC registers instead.
3608
3609 Signed-off-by: Stefan Roese <sr@denx.de>
3610
3611commit bb57ad4be76d0e2e7f9ec56678235cc9872ff40f
3612Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
3613Date: Fri Feb 20 10:19:19 2009 +0100
3614
3615 ppc4xx: Use correct io accessors for esd 405/440 boards
3616
3617 This patch replaces in/out8/16/32 macros by in/out_8/_be16/_be32
3618 macros. Also volatile pointer references are replaced by the
3619 new accessors.
3620
3621 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
3622 Signed-off-by: Stefan Roese <sr@denx.de>
3623
3624commit 049216f045fd8e0f45bcef121c2bb1c7d3de6988
3625Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
3626Date: Fri Feb 20 10:19:18 2009 +0100
3627
3628 ppc4xx: Use correct io accessors for esd 405 boards
3629
3630 This patch replaces in/out8/16/32 macros by in/out_8/_be16/_be32
3631 macros. Also volatile pointer references are replaced by the
3632 new accessors.
3633
3634 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
3635 Signed-off-by: Stefan Roese <sr@denx.de>
3636
3637commit a59205d1519375d027f97a545ad642ab20fce6f8
3638Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
3639Date: Fri Feb 20 10:19:17 2009 +0100
3640
3641 ppc4xx: Cleanup linker scripts of esd 4xx boards
3642
3643 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
3644 Signed-off-by: Stefan Roese <sr@denx.de>
3645
3646commit 2f103ee284e68934a648732db5e0b6ceb4a1ed8f
3647Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
3648Date: Fri Feb 20 10:19:16 2009 +0100
3649
3650 ppc4xx: Update TEXT_BASE for DASA_SIM boards
3651
3652 Fix building DASA_SIM boards by increasing U-Boot's size in flash.
3653
3654 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
3655 Signed-off-by: Stefan Roese <sr@denx.de>
3656
3657commit 09db8f4de6805f1dde510c167f20e56a5405d29e
3658Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
3659Date: Fri Feb 20 10:19:15 2009 +0100
3660
3661 ppc4xx: DU405 maintenance fix
3662
3663 -strip unused features
3664 -fix resetting phy
3665
3666 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
3667 Signed-off-by: Stefan Roese <sr@denx.de>
3668
3669commit 75511b47ac2647be48218dbb93af05b21f404f67
3670Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
3671Date: Fri Feb 20 10:19:14 2009 +0100
3672
3673 ppc4xx: Abort autoboot only by space key on CPCI405 boards
3674
3675 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
3676 Signed-off-by: Stefan Roese <sr@denx.de>
3677
3678commit e17ee157ca9ff0d4cc5841d06c4b70c1603df29c
3679Author: Graeme Russ <graeme.russ@gmail.com>
3680Date: Tue Feb 24 21:14:56 2009 +1100
3681
3682 Add basic relocation to i386 port
3683
3684 Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
3685
3686commit 8c63d47651f77d9fb887cad433370b866eb0a193
3687Author: Graeme Russ <graeme.russ@gmail.com>
3688Date: Tue Feb 24 21:14:45 2009 +1100
3689
3690 Implement SC520 timers
3691
3692 Signed-off-by: Graeme Russ <graeme.russ at gmail.com>
3693
3694commit 6d7f610b09f813b1239eedcbfe921cfd439aea25
3695Author: Graeme Russ <graeme.russ@gmail.com>
3696Date: Tue Feb 24 21:14:32 2009 +1100
3697
3698 Factor out SC520 sub-features
3699
3700 Moved sub-features of the SC520 code which is currently selectively compiled
3701 using #ifdef out of sc520.c into individual files selectively compiled via
3702 the makefile
3703
3704 Signed-off-by: Graeme Russ <graeme.russ at gmail.com>
3705
3706commit abf0cd3dff227cfb6e82ad13be62e28e6e89d5df
3707Author: Graeme Russ <graeme.russ@gmail.com>
3708Date: Tue Feb 24 21:13:40 2009 +1100
3709
3710 Rewrite i386 interrupt handling
3711
3712 Rewrite interrupt handling functionality for the i386 port. Separated
3713 functionality into separate CPU and Architecture components.
3714
3715 It appears as if the i386 interrupt handler functionality was intended
3716 to allow multiple handlers to be installed for a given interrupt.
3717 Unfortunately, this functionality was not fully implemented and also
3718 had the problem that irq_free_handler() does not allow the passing
3719 of the handler function pointer and therefore could never be used to
3720 free specific handlers that had been installed for a given IRQ.
3721
3722 There were also various issues with array bounds not being fully
3723 tested.
3724
3725 I had two objectives in mind for the new implementation:
3726
3727 1) Keep the implementation as similar as possible to existing
3728 implementations. To that end, I have used the leon2/3
3729 implementations as the reference
3730
3731 2) Seperate CPU and Architecture specific elements. All specific i386
3732 interrupt functionality is now in cpu/i386/ with the high level
3733 API and architecture specific code in lib_i386. Functionality
3734 specific to the PC/AT architecture (i.e. cascaded i8259 PICs) has
3735 been further split out into an individual file to allow for the
3736 implementation of the PIC architecture of the SC520 CPU (supports
3737 more IRQs)
3738
3739 Signed-off-by: Graeme Russ <graeme.russ at gmail.com>
3740
3741commit ece444b42b71eb5bce34a24ec584573b3c8c4a98
3742Author: Graeme Russ <graeme.russ@gmail.com>
3743Date: Tue Feb 24 21:12:35 2009 +1100
3744
3745 Move ali512x.h
3746
3747 Moved ali512x.h from include/asm-i386/ic/ to /include
3748
3749 Signed-off-by: Graeme Russ <graeme.russ at gmail.com>
3750
3751commit 6d83e3ac61dcdbcb7f04664309a9689fe01c5704
3752Author: Graeme Russ <graeme.russ@gmail.com>
3753Date: Tue Feb 24 21:12:20 2009 +1100
3754
3755 Rename SC520 Configuration Options
3756
3757 Options are now all uniformly CONFIG_SYS_SC520_<option>
3758
3759 Signed-off-by: Graeme Russ <graeme.russ at gmail.com>
3760
3761commit f62fb99941c625605aa16a0097b396a5c16d2c88
3762Author: Trent Piepho <xyzzy@speakeasy.org>
3763Date: Wed Feb 18 15:22:05 2009 -0800
3764
3765 Fix all linker script to handle all rodata sections
3766
3767 A recent gcc added a new unaligned rodata section called '.rodata.str1.1',
3768 which needs to be added the the linker script. Instead of just adding this
3769 one section, we use a wildcard ".rodata*" to get all rodata linker section
3770 gcc has now and might add in the future.
3771
3772 However, '*(.rodata*)' by itself will result in sub-optimal section
3773 ordering. The sections will be sorted by object file, which causes extra
3774 padding between the unaligned rodata.str.1.1 of one object file and the
3775 aligned rodata of the next object file. This is easy to fix by using the
3776 SORT_BY_ALIGNMENT command.
3777
3778 This patch has not be tested one most of the boards modified. Some boards
3779 have a linker script that looks something like this:
3780
3781 *(.text)
3782 . = ALIGN(16);
3783 *(.rodata)
3784 *(.rodata.str1.4)
3785 *(.eh_frame)
3786
3787 I change this to:
3788
3789 *(.text)
3790 . = ALIGN(16);
3791 *(.eh_frame)
3792 *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
3793
3794 This means the start of rodata will no longer be 16 bytes aligned.
3795 However, the boundary between text and rodata/eh_frame is still aligned to
3796 16 bytes, which is what I think the real purpose of the ALIGN call is.
3797
3798 Signed-off-by: Trent Piepho <xyzzy@speakeasy.org>
3799
3800commit 566b652c7cdb0e5e0529bb3d1eaffbd2bf45a032
3801Author: Mike Frysinger <vapier@gentoo.org>
3802Date: Wed Feb 11 18:26:08 2009 -0500
3803
3804 remove bi_enet*addr from global data for all arches
3805
3806 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3807 CC: Ben Warren <biggerbadderben@gmail.com>
3808 CC: Daniel Hellstrom <daniel@gaisler.com>
3809 CC: Michal Simek <monstr@seznam.cz>
3810 CC: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
3811 CC: Scott McNutt <smcnutt@psyent.com>
3812 CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3813
3814commit eb85aa594c1b57a1e3be9689b65171a137a36432
3815Author: Mike Frysinger <vapier@gentoo.org>
3816Date: Wed Feb 11 20:07:19 2009 -0500
3817
3818 ppc: mark global bi_enet*addr as legacy
3819
3820 The environment is the canonical storage location of the mac address, so
3821 we're killing off the global data location and moving everything to
3822 querying the env directly.
3823
3824 In the ppc case, these things are part of the legacy ABI, so keep them
3825 around but mark them as legacy so no new code will touch them.
3826
3827 Also stop calling load_sernum_ethaddr() since all boards now implement
3828 this as a stub.
3829
3830 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3831 CC: Ben Warren <biggerbadderben@gmail.com>
3832
3833commit 9c150102bc1de375d36d97a1cc2dd0e9639b15df
3834Author: Mike Frysinger <vapier@gentoo.org>
3835Date: Wed Feb 11 20:09:52 2009 -0500
3836
3837 boards: get mac address from env and move load_sernum_ethaddr() to board init
3838
3839 The environment is the canonical storage location of the mac address, so
3840 we're killing off the global data location and moving everything to
3841 querying the env directly.
3842
3843 Rather than have common ppc code call a board-specific function like
3844 load_sernum_ethaddr(), have each board call it in its own board-specific
3845 misc_init_r() function.
3846
3847 The boards that get converted here are:
3848 - kup4k/kup4x
3849 - pcs440ep
3850 - tqm8xx
3851
3852 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3853 CC: Ben Warren <biggerbadderben@gmail.com>
3854 CC: Stefan Roese <sr@denx.de>
3855
3856commit 92b50ffef978f05858a0ff4cbe88430bc51a28a2
3857Author: Mike Frysinger <vapier@gentoo.org>
3858Date: Wed Feb 11 19:55:01 2009 -0500
3859
3860 cmc_pu2: get mac address from environment
3861
3862 The environment is the canonical storage location of the mac address, so
3863 we're killing off the global data location and moving everything to
3864 querying the env directly.
3865
3866 Also rename load_sernum_ethaddr() to misc_init_r() so we don't need to
3867 handle this board specially in common ARM code.
3868
3869 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3870 CC: Ben Warren <biggerbadderben@gmail.com>
3871
3872commit d8d21e699d7fcfb6ab11635110266dd09b7edc62
3873Author: Mike Frysinger <vapier@gentoo.org>
3874Date: Mon Feb 16 18:03:14 2009 -0500
3875
3876 boards: move board_get_enetaddr() into board-specific init
3877
3878 The environment is the canonical storage location of the mac address, so
3879 we're killing off the global data location and moving everything to
3880 querying the env directly.
3881
3882 Rather than have the common ppc code have board-specific hooks, move the
3883 board_get_enetaddr() function into the board-specific init functions.
3884
3885 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3886 CC: Ben Warren <biggerbadderben@gmail.com>
3887
3888commit f11e6ff5b1859d9213f0d501b3309e065f487543
3889Author: Mike Frysinger <vapier@gentoo.org>
3890Date: Wed Feb 11 19:39:55 2009 -0500
3891
3892 arm: get mac address from environment
3893
3894 The environment is the canonical storage location of the mac address, so
3895 we're killing off the global data location and moving everything to
3896 querying the env directly.
3897
3898 Some warts are remaining and should be killed off (by moving the func to
3899 the appropriate board init code):
3900 - davinci_eth_set_mac_addr
3901 - cs8900_get_enetaddr
3902 - smc_set_mac_addr
3903
3904 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3905 CC: Ben Warren <biggerbadderben@gmail.com>
3906
3907commit 0107cf66f7346e8c7d6cf0fe99d2f265134afd59
3908Author: Mike Frysinger <vapier@gentoo.org>
3909Date: Wed Feb 11 19:36:20 2009 -0500
3910
3911 nx823: get mac address from environment
3912
3913 The environment is the canonical storage location of the mac address, so
3914 we're killing off the global data location and moving everything to
3915 querying the env directly.
3916
3917 For the nx823, the serial number is moved out of load_sernum_ethaddr() and
3918 into misc_init_r() as is the env setup. This lets us kill off the former
3919 function in the process.
3920
3921 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3922 CC: Ben Warren <biggerbadderben@gmail.com>
3923
3924commit 19b5b533ccd522abeb501d510750693c35e20456
3925Author: Mike Frysinger <vapier@gentoo.org>
3926Date: Wed Feb 11 18:27:18 2009 -0500
3927
3928 lib_*/board.c: do not initialize bi_enet*addr in global data
e60beb13 3929
c0a14aed
WD
3930 Since everyone is using the environment for mac address storage, there is
3931 no point in seeding the global data.
3932
3933 The arches that are converted here:
3934 i386
3935 m68k
3936 microblaze
3937 mips
3938 nios
3939 nios2
3940 sh
3941 sparc
3942
3943 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3944 CC: Ben Warren <biggerbadderben@gmail.com>
3945 CC: Daniel Hellstrom <daniel@gaisler.com>
3946 CC: Michal Simek <monstr@seznam.cz>
3947 CC: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
3948 CC: Scott McNutt <smcnutt@psyent.com>
3949 CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3950
3951commit 740e8ba7d475c49c1b76058e1bf354e376b5c4e0
3952Author: Mike Frysinger <vapier@gentoo.org>
3953Date: Wed Feb 11 19:19:54 2009 -0500
3954
3955 npe: get mac address from environment
3956
3957 The environment is the canonical storage location of the mac address, so
3958 we're killing off the global data location and moving everything to
3959 querying the env directly.
3960
3961 The resulting code can also be simplified even further.
3962
3963 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3964 CC: Stefan Roese <sr@denx.de>
3965 CC: Ben Warren <biggerbadderben@gmail.com>
3966
3967commit 6bacfa6a8e9b264d37c1262fc1f3e948d1feab81
3968Author: Mike Frysinger <vapier@gentoo.org>
3969Date: Wed Feb 11 19:18:41 2009 -0500
3970
3971 cpu/: get mac address from environment
3972
3973 The environment is the canonical storage location of the mac address, so
3974 we're killing off the global data location and moving everything to
3975 querying the env directly.
3976
3977 The cpus that get converted here:
3978 at91rm9200
3979 mpc512x
3980 mpc5xxx
3981 mpc8260
3982 mpc8xx
3983 ppc4xx
3984
3985 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3986 CC: Ben Warren <biggerbadderben@gmail.com>
3987 CC: John Rigby <jrigby@freescale.com>
3988 CC: Stefan Roese <sr@denx.de>
3989
3990commit 03f3d8d3b39cf85c0ce7ca903b436701e8aa610b
3991Author: Mike Frysinger <vapier@gentoo.org>
3992Date: Wed Feb 11 19:09:54 2009 -0500
3993
3994 lan91c96/smc91111/smc911x: get mac address from environment
3995
3996 The environment is the canonical storage location of the mac address, so
3997 we're killing off the global data location and moving everything to
3998 querying the env directly.
3999
4000 Also, do not bother checking the EEPROM if the env is setup. This
4001 simplifies the code greatly.
4002
4003 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4004 Signed-off-by: Wolfgang Dnek <wd@denx.de>
4005 CC: Ben Warren <biggerbadderben@gmail.com>
4006 CC: Rolf Offermanns <rof@sysgo.de>
4007 CC: Erik Stahlman <erik@vt.edu>
4008 CC: Daris A Nevil <dnevil@snmc.com>
4009 CC: Sascha Hauer <s.hauer@pengutronix.de>
4010
4011commit c527ce92511cbf723c2ca77bee1cf9ecf83dac81
4012Author: Mike Frysinger <vapier@gentoo.org>
4013Date: Wed Feb 11 19:14:09 2009 -0500
4014
4015 sh_eth: get mac address from environment
4016
4017 The environment is the canonical storage location of the mac address, so
4018 we're killing off the global data location and moving everything to
4019 querying the env directly.
4020
4021 The sh_eth driver can also be simplified a bit by using enetaddr member of
4022 the eth_device structure.
4023
4024 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4025 CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
4026 CC: Carlos Munoz <carlos@kenati.com>
4027 CC: Ben Warren <biggerbadderben@gmail.com>
4028
4029commit 0a5238cea90665c230297a8fd77bb0b3b61ca177
4030Author: Mike Frysinger <vapier@gentoo.org>
4031Date: Wed Feb 11 19:06:09 2009 -0500
4032
4033 cs8900: get mac address from environment
4034
4035 The environment is the canonical storage location of the mac address, so
4036 we're killing off the global data location and moving everything to
4037 querying the env directly.
4038
4039 The cs8900 driver also changes slightly in that the hardware is not
4040 consulted if the mac address in the env is sane.
4041
4042 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4043 CC: Marius Groeger <mgroeger@sysgo.de>
4044 CC: Ben Warren <biggerbadderben@gmail.com>
4045
4046commit c4b8762f11d337e6a9d90c227b2871d65d372469
4047Author: Mike Frysinger <vapier@gentoo.org>
4048Date: Wed Feb 11 19:04:25 2009 -0500
4049
4050 bcm570x: get mac address from environment
4051
4052 The environment is the canonical storage location of the mac address, so
4053 we're killing off the global data location and moving everything to
4054 querying the env directly.
4055
4056 Since the address is in the PLM_DEVICE_BLOCK structure already, there is
4057 no need to pass the NodeAddress as a second parameter. So drop the second
4058 argument to the LM_SetMacAddress() function (and update the tigon3 driver
4059 accordingly).
4060
4061 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4062 CC: Ben Warren <biggerbadderben@gmail.com>
4063
4064commit d3f871482f06f6a4eaf4a3fafde84846bad87b4f
4065Author: Mike Frysinger <vapier@gentoo.org>
4066Date: Wed Feb 11 19:01:26 2009 -0500
4067
4068 drivers/net/: get mac address from environment
4069
4070 The environment is the canonical storage location of the mac address, so
4071 we're killing off the global data location and moving everything to
4072 querying the env directly.
4073
4074 The drivers that get converted here:
4075 3c589
4076 4xx_enet
4077 dc2114x
4078 dm9000x
4079 enc28j60
4080 fsl_mcdmafec
4081 ks8695eth
4082 mcffec
4083 rtl8019
4084 rtl8169
4085 s3c4510b_eth
4086 xilinx_emac
4087 xilinx_emaclite
4088
4089 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4090 CC: Ben Warren <biggerbadderben@gmail.com>
4091 CC: Rolf Offermanns <rof@sysgo.de>
4092 CC: Stefan Roese <sr@denx.de>
4093 CC: Sascha Hauer <saschahauer@web.de>
4094 CC: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
4095 CC: Greg Ungerer <greg.ungerer@opengear.com>
4096 CC: Xue Ligong <lgxue@hotmail.com>
4097 CC: Masami Komiya <mkomiya@sonare.it>
4098 CC: Curt Brune <curt@cucy.com>
4099 CC: Michal SIMEK <monstr@monstr.eu>
4100
4101commit b6b4625d175019e387e5b0f65a17322a78f6bb90
4102Author: Mike Frysinger <vapier@gentoo.org>
4103Date: Wed Feb 11 18:38:38 2009 -0500
4104
4105 boards: get mac address from environment
4106
4107 The boards that get converted here to use the environment for the mac
4108 address rather than global data:
4109 debris
4110 mgcoge
4111 mgsuvd
4112 muas3001
4113 netstal
4114 pn62
4115 sixnet
4116 vcma9
4117 xilinx (the ones that use xilinx_enet)
4118
4119 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4120 CC: Ben Warren <biggerbadderben@gmail.com>
4121 CC: Sangmoon Kim <dogoil@etinsys.com>
4122 CC: Heiko Schocher <hs@denx.de>
4123 CC: David Mueller <d.mueller@elsoft.ch>
4124 CC: Niklaus Giger <niklaus.giger@netstal.com>
4125 CC: Wolfgang Grandegger <wg@denx.de>
4126 CC: Dave Ellis <DGE@sixnetio.com>
4127 CC: Ricardo Ribalda <ricardo.ribalda@uam.es>
4128
4129commit 06a0c4381a65ed500c816a05b9ae7b207c3b1d4b
4130Author: Mike Frysinger <vapier@gentoo.org>
4131Date: Wed Feb 11 18:36:45 2009 -0500
4132
4133 AmigaOneG3SE/enet: get mac address from environment
4134
4135 Always use the MAC address that is stored in the environment first before
4136 falling back to the ROM. This also cuts out any comparison steps: if the
4137 mac in the env is sane, the ROM is never consulted.
4138
4139 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4140 CC: Thomas Frieden <ThomasF@hyperion-entertainment.com>
4141 CC: Ben Warren <biggerbadderben@gmail.com>
4142
4143commit 56b555a644f3cbb1b3929cb52b61d3ce483885f5
4144Author: Mike Frysinger <vapier@gentoo.org>
4145Date: Wed Feb 11 18:52:38 2009 -0500
4146
4147 nvedit: do not update global bi_enetaddr and do not call eth_set_enetaddr()
4148
4149 Since the ethernet layer handles updating of device addresses itself from
4150 the environment, there is no point in calling eth_set_enetaddr().
4151
4152 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4153 CC: Ben Warren <biggerbadderben@gmail.com>
4154
4155commit 5013533467c1de731c2f0c9beb4b41ce3f07cbeb
4156Author: Mike Frysinger <vapier@gentoo.org>
4157Date: Wed Feb 11 18:54:07 2009 -0500
4158
4159 lynxkdi: get mac address from environment
4160
4161 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4162 CC: Ben Warren <biggerbadderben@gmail.com>
4163
4164commit 62c93d92f1b6266b2f33c5f403931b51cbd2a246
4165Author: Mike Frysinger <vapier@gentoo.org>
4166Date: Wed Feb 11 18:51:43 2009 -0500
4167
4168 bootvx: get mac address from environment
4169
4170 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4171 CC: Niklaus Giger <niklaus.giger@member.fsf.org>
4172 CC: Ben Warren <biggerbadderben@gmail.com>
4173
4174commit de2dff6ff89f98c6062f4d224fd434a3ede035d1
4175Author: Mike Frysinger <vapier@gentoo.org>
4176Date: Wed Feb 11 18:50:10 2009 -0500
4177
4178 bdinfo: get mac address from environment
4179
4180 Add a new print_eth() function to automate the eth*addr env var acquisition
4181 and display. Affects all arches.
4182
4183 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4184 CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
4185 CC: Scott McNutt <smcnutt@psyent.com>
4186 CC: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4187 CC: Michal Simek <monstr@seznam.cz>
4188 CC: Daniel Hellstrom <daniel@gaisler.com>
4189 CC: Ben Warren <biggerbadderben@gmail.com>
4190
4191commit 95823ca0773356860e622ee3304a4b7cafcbf19a
4192Author: Mike Frysinger <vapier@gentoo.org>
4193Date: Wed Feb 11 18:23:48 2009 -0500
4194
4195 net: get mac address from environment and use eth util funcs
4196
4197 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4198 CC: Ben Warren <biggerbadderben@gmail.com>
4199
4200commit 500b6c51e4c41f4562cb48344af98deb7e342731
4201Author: Mike Frysinger <vapier@gentoo.org>
4202Date: Mon Oct 13 15:06:25 2008 -0400
4203
4204 Blackfin: bfin_mac: force boards to setup the MAC themselves
4205
4206 Since the on-chip MAC does not have an eeprom or similar interface, force
4207 all Blackfin boards that use this driver to setup the board data with a
4208 proper MAC.
4209
4210 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4211 CC: Ben Warren <biggerbadderben@gmail.com>
4212
4213commit 6ff4137f2ad640e4fc8ea1b0455161ddff1f6730
4214Author: Mike Frysinger <vapier@gentoo.org>
4215Date: Wed Feb 11 14:12:34 2009 -0500
4216
4217 doc/README.enetaddr: document proper MAC usage
4218
4219 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4220 CC: Ben Warren <biggerbadderben@gmail.com>
4221
4222commit 3f6e6993e92fd0658da1746d1c84644612ee520b
4223Author: Mike Frysinger <vapier@gentoo.org>
4224Date: Thu Jan 29 19:43:44 2009 -0500
4225
4226 net: new utility functions for working with enetaddr's
4227
4228 Declare new utility functions for converting between the environment
4229 variables (eth*addr) and the binary MAC address representation. This way
4230 we can unify all the random places that already do this kind of thing.
4231
4232 The functions in question:
4233 eth_parse_enetaddr - "..." -> {...}
4234 eth_getenv_enetaddr - env -> {...}
4235 eth_setenv_enetaddr - {...} -> env
4236
4237 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4238 CC: Ben Warren <biggerbadderben@gmail.com>
4239
4240commit b6446b67758ea1e41223f0782924bb73fd0a89d0
4241Author: Mike Frysinger <vapier@gentoo.org>
4242Date: Tue Feb 17 00:00:53 2009 -0500
4243
4244 convert print_IPaddr() to %pI4
4245
4246 Now that our printf functions support the %pI4 modifier like the kernel,
4247 let's drop the inflexible print_IPaddr() function and covert over to the
4248 %pI4 modifier.
4249
4250 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4251 CC: Ben Warren <biggerbadderben@gmail.com>
4252
4253commit 6c6166f52983dac775e3852f9d0f49d033f27108
4254Author: Mike Frysinger <vapier@gentoo.org>
4255Date: Mon Feb 16 23:21:36 2009 -0500
4256
4257 vsprintf: pull updates from Linux kernel
4258
4259 This brings in support for the %p modifier which allows us to easily print
4260 out things like ip addresses, mac addresses, and pointers.
4261
4262 It also converts the rarely used 'q' length modifier to the common 'L'
4263 modifier when dealing with quad types.
4264
4265 While this new code is a bit larger (~1k .text), most of it should be made
4266 up by converting the existing ip/mac address code to use format modifiers.
4267
4268 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
e60beb13
WD
4269
4270commit a43ea5cc6d612471fbc74f0a26b2bea5864aa1d6
4271Author: Jon Smirl <jonsmirl@gmail.com>
4272Date: Thu Mar 19 23:04:18 2009 -0400
4273
4274 .gitignore for generated files in api_examples directory
4275
4276 Add .gitignore for generated files in api_examples directory
4277
4278 Signed-off-by: Jon Smirl <jonsmirl@gmail.com>
4279 Signed-off-by: Wolfgang Denk <wd@denx.de>
4280
4281commit 40281a9ca21a6b6d7b996b4d4eeaa19026337231
4282Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
4283Date: Wed Mar 18 12:27:04 2009 +0900
4284
4285 net: sh_eth: Remove sh_eth_reset() from halt function
4286
4287 sh_eth_reset is function to reset Ether IP.
4288 The MAC address is stored in IP, but it is initialized by this function.
4289 OS (e.g. Linux Kernel) can not use this device when initialized.
4290 This revises this problem.
4291
4292 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
4293
4294commit f8853d105da7d69bc92a5b4578f9b85234e558ec
4295Author: Anatolij Gustschin <agust@denx.de>
4296Date: Fri Mar 20 12:45:50 2009 +0100
4297
4298 ppc4xx: Fix bug in PCI outbound map configuration for canyonlands
4299
4300 PCI outbound address map configuration doesn't match the
4301 PCI memory address range covered by appropriate TLB entry
4302 configuration for canyonlands causing machine check
4303 exceptions while accessing PCI memory regions. This patch
4304 provides a fix for this issue.
4305
4306 Kazuaki Ichinohe observed and reported this issue while
4307 testing display output with PCI ATI video card on canyonlands.
4308
4309 Signed-off-by: Anatolij Gustschin <agust@denx.de>
4310 Signed-off-by: Stefan Roese <sr@denx.de>
4311
4312commit 7a88601a34132548c3c591ea87ab3468b51121b0
4313Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
4314Date: Fri Mar 6 10:09:37 2009 -0500
4315
4316 CFI: geometry reversal for STMicro M29W320DT
4317
4318 Follow up to the flash_fixup_stm to fix geometry reversal
4319 on STMicro M29W320ET flash chip. The M29W320DT has 4 erase region.
4320
4321 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
4322 Signed-off-by: Stefan Roese <sr@denx.de>
4323
4324commit 069f4364d807d7fdea3de7385ad2f8d83c587aec
4325Author: Mike Frysinger <vapier@gentoo.org>
4326Date: Wed Feb 25 17:29:40 2009 -0500
4327
4328 smc911x_eeprom: update register API
4329
4330 The smc911x driver changed the naming convention for its register funcs,
4331 so update the eeprom code accordingly.
4332
4333 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4334 CC: Ben Warren <biggerbadderben@gmail.com>
4335
4336commit 6a397ef0e6c58caab8bf427d447714bc9b3bb9d4
4337Author: Grzegorz Bernacki <gjb@semihalf.com>
4338Date: Tue Mar 17 10:06:39 2009 +0100
4339
4340 mpc52xx: Get rid of board-specific #ifdef's in cpu/mpc5xxx/ide.c
4341
4342 Total5200 and digsy MTC use I2C port 2 pins as a ATA chip select.
4343 To avoid adding board-specific ifdefs to cpu/mpc5xxx/ide.c new
4344 define CONFIG_SYS_ATA_CS_ON_I2C2 was introduced. It is used by
4345 Total5200 and will be used by digsy MTC and other boards with
4346 ATA CS on I2C pins.
4347
4348 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
4349
4350commit 1b6275dfb173bd2edb8f208dd050d6f47ae39654
4351Author: Heiko Schocher <hs@denx.de>
4352Date: Thu Mar 12 07:37:34 2009 +0100
4353
4354 8xx: add support for new keymile kmsupx4 board.
4355
4356 This patch adds support for the kmsupx4 board from Keymile,
4357 based on a Freescale MPC852T CPU
4358
4359 - serial console on SMC1
4360 - 32 MB SDRAM
4361 - 32 MB NOR Flash
4362 - Ethernet over SCC3
4363 - I2C Bitbang
4364
4365 Signed-off-by: Heiko Schocher <hs@denx.de>
4366
4367commit d044954fe2a7e7a3dd104eb9c9d2104e38da2911
4368Author: Heiko Schocher <hs@denx.de>
4369Date: Thu Mar 12 07:37:28 2009 +0100
4370
4371 8xx, mgsuvd: rename board to a more generic name
4372
4373 renaming the "mgsuvd" board port into "km8xx", because
4374 there come more similar boards from keymile.
4375 Compiling the mgsuvd board with "make mgsuvd_config"
4376 remains.
4377
4378 Signed-off-by: Heiko Schocher <hs@denx.de>
4379
4380commit 18b2f35bde1672e074a3d5048383cb56fda745cb
4381Author: Heiko Schocher <hs@denx.de>
4382Date: Thu Mar 12 07:37:23 2009 +0100
4383
4384 8xx, mgsuvd: Coding Style cleanup config file
4385
4386 Signed-off-by: Heiko Schocher <hs@denx.de>
4387
4388commit 364123db6730d32330f818b65360d2cd27396667
4389Author: Heiko Schocher <hs@denx.de>
4390Date: Thu Mar 12 07:37:18 2009 +0100
4391
4392 powerpc: common updates for keymile boards
4393
4394 - added to keymile-common.h:
4395 - bootcount support
4396 - COMMAND HISTORY
4397 - CONFIG_AUTO_COMPLETE
4398 - CONFIG_SYS_FLASH_PROTECTION
4399 - JFFS2 support
4400 - CONFIG_VERSION_VARIABLE
4401 - extracted common I2C settings for all boards
4402 - common default environment settings summarized
4403
4404 Signed-off-by: Heiko Schocher <hs@denx.de>
4405
4406commit 506f391888b82d1b83bdd749c3cea9eb2fd64df8
4407Author: Heiko Schocher <hs@denx.de>
4408Date: Thu Mar 12 07:37:15 2009 +0100
4409
4410 8xx, icache: enabling ICache not before running from RAM
4411
4412 with the new CONFIG_SYS_DELAYED_ICACHE config option, ICache
4413 is not enabled before code runs from RAM.
4414
4415 Signed-off-by: Heiko Schocher <hs@denx.de>
4416
4417commit cabf7b9c83bd780a5805ddbb4c0ce431d5b9f9f3
4418Author: Heiko Schocher <hs@denx.de>
4419Date: Thu Mar 12 07:37:11 2009 +0100
4420
4421 82xx, mgcoge: fix environment sector size
4422
4423 Size of one environment sector is 0x20000.
4424
4425 Signed-off-by: Heiko Schocher <hs@denx.de>
4426
4427commit 27057d416c7cc9eb1860953da8836352c07f13e9
4428Author: Ladislav Michl <ladis@linux-mips.org>
4429Date: Mon Mar 16 23:27:31 2009 +0100
4430
4431 NetStar: config reindentation
4432
4433 Fix indentation broken by symbol renames. "Sort" driver related definitons.
4434
4435 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
4436
4437commit 8d8235f84d3ef3f29b7d14e741369b5824b5bb4a
4438Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
4439Date: Tue Mar 17 11:21:43 2009 +0000
4440
4441 ColdFire: Fix incorrect definition
4442
4443 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
4444
4445commit 9017d9325a5067b2ab0d70a2d3c907620c9ab7f8
4446Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
4447Date: Mon Mar 2 19:16:45 2009 +0000
4448
4449 ColdFire: Fix M5329EVB and M5373EVB nand issue
4450
4451 The Nand flash was unable to read and write properly
4452 due to Nand Chip Select (nCE) setup was in reverse
4453 order. Also, increase the Nand time out value to 60.
4454
4455 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
4456
4457commit 42b68af1062f75bb4a91cf47e329a7e8100cd815
4458Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
4459Date: Tue Jan 27 15:19:35 2009 +0000
4460
4461 ColdFire: PLATFORM_CPPFLAGS updates for new compiler
4462
4463 Update PLATFORM_CPPFLAGS to accept 4.3.x version of
4464 ColdFire compiler.
4465
4466 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
4467
4468commit d6e4baf49987fc6f75e8574c0c27301a828b3132
4469Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
4470Date: Tue Jan 27 12:57:47 2009 +0000
4471
4472 ColdFire: Provide gzip image size V2 & V3 platforms
4473
4474 Default gzip bootm size is 8MB. Some platforms require
4475 more than 8MB
4476
4477 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
4478
4479commit c3a9e6374210679a81f611c1bcf968988bc20e41
4480Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
4481Date: Wed Feb 18 11:49:31 2009 +0000
4482
4483 ColdFire: Fix M54451 serial boot dram setup
4484
4485 The serial boot dram extended/standard mode register was not
4486 setup and was using default DRAM setup causing the U-boot was
4487 unstable to boot up in serial mode.
4488
4489 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
4490
4491commit 32d11d58159a575f08a982cad8a5a941ffe5cc3d
4492Author: arun c <arun.edarath@gmail.com>
4493Date: Thu Dec 4 15:57:15 2008 +0530
4494
4495 Coldfire: XL Bus minor fixes
4496
4497 According to coldfire manual data timeout > address time out
4498 also use correct macro to program XARB_CFG
4499
4500 Signed-off-by: Arun C <arunedarath@mistralsolutions.com>
4501
4502commit 65d8bc94d8214812ccdf3372d3fef845cf4ec2e5
4503Author: Scott Wood <scottwood@freescale.com>
4504Date: Tue Mar 17 12:06:04 2009 -0500
4505
4506 NAND: Have nboot accept .e and .i as legacy no-ops.
4507
4508 This was intended to happen before, but a trivial bug prevented it.
4509
4510 Signed-off-by: Scott Wood <scottwood@freescale.com>
4511
4512commit 0987505540918b2464b73069af3a5b766dbd3ceb
4513Author: Ladislav Michl <ladis@linux-mips.org>
4514Date: Fri Mar 13 14:38:19 2009 +0100
4515
4516 NAND: Make nboot skip bad blocks
4517
4518 nboot command currently does not skip bad blocks and gives read error when
4519 loading image stored over bad block. With patch applied, nboot works as
4520 expected:
4521
4522 Device 0 bad blocks:
4523 00780000
4524 014a0000
4525 02000000
4526 02cc0000
4527 04aa0000
4528
4529 Loading from NAND 128MiB 3,3V 8-bit, offset 0x2c00000
4530 Image Name: Linux-2.6.22-omap1
4531 Created: 2008-11-20 23:44:32 UTC
4532 Image Type: ARM Linux Kernel Image (uncompressed)
4533 Data Size: 1052520 Bytes = 1 MB
4534 Load Address: 10008000
4535 Entry Point: 10008000
4536 Skipping bad block 0x02cc0000
4537 Automatic boot of image at addr 0x10400000 ...
4538 ...
4539
4540 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
4541 Signed-off-by: Scott Wood <scottwood@freescale.com>
4542
4543commit 0b2f38fe3c4555dd2b81c69880403c13ad723153
4544Author: Stefan Roese <sr@denx.de>
4545Date: Thu Mar 12 07:27:25 2009 +0100
4546
4547 ppc4xx: lwmon5: Only use one CS (rank) in DDR2 configuration
4548
4549 This patch fixes a problem spotted by Mikhail Zolotaryov on Sequoia with
4550 the DDR2 configuration to only use one CS (rank). As this code is most
4551 likely copied from the original Sequoia version, this error was copied
4552 as well.
4553
4554 This patch also removes some dead code.
4555
4556 Signed-off-by: Stefan Roese <sr@denx.de>
4557
4558commit 9199b9cc8f56aca26504b48cf702176208f46e54
4559Author: Stefan Roese <sr@denx.de>
4560Date: Thu Mar 12 07:24:40 2009 +0100
4561
4562 ppc4xx: PMC440: Only use one CS (rank) in DDR2 configuration
4563
4564 This patch fixes a problem spotted by Mikhail Zolotaryov on Sequoia with
4565 the DDR2 configuration to only use one CS (rank). As this code is most
4566 likely copied from the original Sequoia version, this error was copied
4567 as well.
4568
4569 Signed-off-by: Stefan Roese <sr@denx.de>
4570
4571commit ee86fd15e1ccda4be41f1dba82b8c9efea9a3145
4572Author: Mikhail Zolotaryov <lebon@lebon.org.ua>
4573Date: Wed Mar 11 10:54:46 2009 +0200
4574
4575 Fix AMCC Sequoia board DDR memory configuration
4576
4577 Sequoia board schematics (DES0211_11_SCH_11.pdf, page 5, unit U1D)
4578 specifies that BankSel#1 is not connected, while bootloader memory
4579 configuration is (board/amcc/sequoia/sdram.c):
4580 mtsdram(DDR0_10, 0x00000300);
4581 i.e. both Chip Selects used - not correct.
4582
4583 If we change to correct value here:
4584 mtsdram(DDR0_10, 0x00000100);
4585 memory is accessible OK also.
4586
4587 Signed-off-by: Mikhail Zolotaryov <lebon@lebon.org.ua>
4588 Signed-off-by: Stefan Roese <sr@denx.de>
4589
4590commit b3dd629e78870ba2dc9f8032978721c0fa02a856
4591Author: Wolfgang Denk <wd@denx.de>
4592Date: Sun Mar 15 22:40:09 2009 +0100
4593
4594 Prepare 2009.03-rc2
4595
4596 Update CHANEGLOG, fix minor coding style issue.
4597
4598 Signed-off-by: Wolfgang Denk <wd@denx.de>
4599
b3dd629e
WD
4600commit 394d30dd1ee23b80fd5e59e17ebe0feca927ab31
4601Author: Jerry Van Baren <gvb.uboot@gmail.com>
4602Date: Fri Mar 13 11:40:10 2009 -0400
4603
4604 mpc83xx: Add bank configuration to FSL spd_sdram.c
4605
4606 The routine assumed 4 bank SDRAMs, enhance to configure for 4 or 8
4607 bank SDRAMs.
4608
4609 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
4610 Acked-by: Dave Liu <daveliu@freescale.com>
4611 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
4612
4613commit b581626c1e2474a3dadf69d4f0e0582eccbc4235
4614Author: Norbert van Bolhuis <nvbolhuis@aimvalley.nl>
4615Date: Fri Mar 13 08:58:14 2009 +0100
4616
4617 mpc83xx: correctly set encryption and I2C bus 0 clock
4618
4619 This patch makes sure the correct mask is applied when setting
4620 the encryption and I2C bus 0 clock in SCCR.
4621 Failing to do so may lead to ENCCM being 0 in which case I2C bus 0
4622 won't function.
4623
4624 Signed-off-by: Norbert van Bolhuis <nvbolhuis@aimvalley.nl>
4625 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
4626
4627commit e6a6a704151c2d7e4a7b485545b48a6020ccca17
4628Author: Dirk Behme <dirk.behme@googlemail.com>
4629Date: Thu Mar 12 19:30:50 2009 +0100
4630
4631 OMAP3: Add support for OMAP3 die ID
4632
4633 Read and store OMAP3 die ID in U-Boot environment.
4634
4635 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
4636
4637commit f949bd8d089ec3059c460ac829c0d919e1d7af0e
4638Author: Jon Smirl <jonsmirl@gmail.com>
4639Date: Wed Mar 11 15:08:56 2009 -0400
4640
4641 MPC5200 FEC MII speed register
4642
4643 Set a non-zero speed in the MII register so that MII commands will work.
4644
4645 Signed-off-by: Jon Smirl <jonsmirl@gmail.com>
4646
4647commit 94a353611b93ac4cb4434a5f7e98aa0902da919e
4648Author: Yusuke.Goda <goda.yusuke@renesas.com>
4649Date: Fri Mar 13 16:08:18 2009 +0900
4650
4651 sh: ap325rxa: Change the wait cycle in the area 5
4652
4653 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
4654 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
4655
4656commit 2db0e1278b9f11263e0a13326b57d4f99781f7ac
4657Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
4658Date: Wed Feb 25 16:04:26 2009 +0900
4659
4660 sh: Fix cannot work rtl8139 on r2dplus
4661
4662 The rtl8139 driver use pci_mem_to_phys. So it need PCI system memory
4663 registration.
4664
4665 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
4666 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
4667
4668commit 64f3c0b8ba99d6651db59273e497ab5e857c8d4f
4669Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
4670Date: Fri Feb 27 18:35:41 2009 +0900
4671
4672 sh: Add netdev header fixing of warning/build
4673
4674 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
4675 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
4676
4677commit ada9318252f51c2626e9837c623f9812b0308dea
4678Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
4679Date: Tue Mar 3 15:11:17 2009 +0900
4680
4681 sh: Add support 32-Bit Extended Address Mode to sh7785lcr
4682
4683 We can built 'make sh7785lcr_32bit_config'. And add new command "pmb"
4684 for this mode. This command changes PMB for using 512MB system memory.
4685
4686 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
4687 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
4688
4689commit 06b18163b57e6b0349b0c299222d50e7b1e41e50
4690Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
4691Date: Wed Feb 25 14:26:42 2009 +0900
4692
4693 sh: Add some register value configurable to PCI of SH7780
4694
4695 Some register value was hardcoded for System memory size 128MB and
4696 memory offset 0x08000000. This patch fixed the problem.
4697
4698 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
4699 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
4700
4701commit 06e2735eb85cbea7cecb3c308d6d078b3651b22c
4702Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
4703Date: Wed Feb 25 14:26:52 2009 +0900
4704
4705 sh: Add system memory registration to PCI for SH4
4706
4707 It is necessary for some pci device driver.
4708
4709 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
4710 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
4711
4712commit b3061b40db691245a7bb9a55354b4edacbf3902d
4713Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
4714Date: Wed Feb 25 14:26:55 2009 +0900
4715
4716 sh: Add value for PCI system memory registration of sh7785lcr
4717
4718 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
4719 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
4720
4721commit 6d84ae3956a6cd7aebd86f661130752594e60124
4722Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
4723Date: Tue Mar 3 15:11:08 2009 +0900
4724
4725 sh: Add macros for SH-4A 32-Bit Address Extended Mode
4726
4727 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
4728 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
4729
4730commit 3e3eec39de8fe0ae62e6e4d4e3fa4442ee9ed6b1
4731Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
4732Date: Tue Feb 3 13:35:05 2009 +0900
4733
4734 sh: use write{8,16,32} in ms7720se lowlevel_init
4735
4736 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
4737 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
4738
4739commit 0452352df118bc9dd684a056aaaa5fb4aed1178a
4740Author: Paul Gortmaker <paul.gortmaker@windriver.com>
4741Date: Mon Mar 9 18:07:53 2009 -0500
4742
4743 tsec: report when there is no vendor specific PHY support
4744
4745 Commit af1c2b84 added a generic phy support, with an ID of zero
4746 and a 32 bit mask; meaning that it will match on any PHY ID.
4747
4748 The problem is that there is a test that checked if a matching
4749 PHY was found, and if not, it printed the non-matching ID.
4750 But since there will always be a match (on the generic PHY,
4751 worst case), this test will never trip.
4752
4753 In the case of a misconfigured PHY address, or of a PHY that
4754 isn't explicitly supported outside of the generic support,
4755 you will never see the ID of 0xffffffff, or the ID of the
4756 real (but unsupported) chip. It will silently fall through
4757 onto the generic support.
4758
4759 This change makes that test useful again, and ensures that
4760 the selection of generic PHY support doesn't happen without
4761 some sort of notice. It also makes it explicitly clear that
4762 the generic PHY must be last in the PHY table.
4763
4764 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
4765 Acked-by: Andy Fleming <afleming@freescale.com>
4766
4767commit c279dfc10186ceba78d3862036f158750e86599a
4768Author: Wolfgang Denk <wd@denx.de>
4769Date: Mon Mar 9 10:53:05 2009 +0100
4770
4771 SIMPC8313 board: fix out of tree building.
4772
4773 Fix typo in makefile which broke out of tree builds.
4774
4775 Also use expolicit "rm" instead of "ln -sf" which is known to be
4776 unreliable.
4777
4778 Signed-off-by: Wolfgang Denk <wd@denx.de>
4779 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
4780
4781commit 49b5aff491bd574935ecaf8545152066a25eff3d
4782Author: ksi@koi8.net <ksi@koi8.net>
4783Date: Mon Feb 23 10:53:13 2009 -0800
4784
4785 Add eTSEC 1/2 IO override control (corrected)
4786
4787 This adds tsec12ioovcr to include/asm-ppc/immap_85xx.h (was reserved.)
4788
4789 Signed-off-by: Sergey Kubushyn <ksi@koi8.net>
4790
4791commit 48c2b7bb432da84fcce05b4db6efad0be73a93dc
4792Author: Andy Fleming <afleming@freescale.com>
4793Date: Fri Mar 6 19:05:52 2009 -0600
4794
4795 fsl: Remove unnecessary debug printfs
4796
4797 These were left in accidentally, and are not really useful unless the
4798 code is as broken as it was when it was being developed.
4799
4800 Signed-off-by: Andy Fleming <afleming@freescale.com>
4801
4802commit 0ee84b88b78bce425190d8cd7adf4c30cba0c2f0
4803Author: Ed Swarthout <Ed.Swarthout@freescale.com>
4804Date: Tue Feb 24 02:37:59 2009 -0600
4805
4806 Fix mpc85xx ddr-gen3 ddr_sdram_cfg.
4807
4808 Commit e1be0d25, "32bit BUg fix for DDR2 on 8572" prevented other
4809 sdram_cfg bits (such as ecc and self_refresh_in_sleep) from being set.
4810
4811 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
4812
4813commit a922fdb87af25c25c032424908dcf60fbf3250ea
4814Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4815Date: Tue Feb 24 06:13:10 2009 +0100
4816
4817 PXA: timer use do_div and simplify it
4818
4819 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4820
4821commit 4b00d1aa82b6af9b4e628a5729a12086e44558b3
4822Author: Wolfgang Denk <wd@denx.de>
4823Date: Mon Mar 9 10:51:39 2009 +0100
4824
4825 SIMPC8313 board: fix out of tree building.
4826
4827 Fix typo in makefile which broke out of tree builds.
4828
4829 Also use expolicit "rm" instead of "ln -sf" which is known to be
4830 unreliable.
4831
4832 Signed-off-by: Wolfgang Denk <wd@denx.de>
4833
4834commit f70fd13e2fe4cf58e251271c27f9c06e141d7f9a
4835Author: Heiko Schocher <hs@denx.de>
4836Date: Tue Feb 24 11:30:51 2009 +0100
4837
4838 8360, kmeter1: added bootcount feature.
4839
4840 add CONFIG_BOOTCOUNT_LIMIT feature for 8360 CPU.
4841
4842 The bootcounter uses 8 bytes from the muram,
4843 because no other memory was found on this
4844 CPU for the bootcount feature. So we must
4845 correct the muram size in DTS before booting
4846 Linux.
4847
4848 This feature is actual only implemented for
4849 MPC8360, because not all 83xx CPU have qe,
4850 and therefore no muram, which this feature
4851 uses.
4852
4853 Signed-off-by: Heiko Schocher <hs@denx.de>
4854 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
4855
4856commit 1e7ed2565031e01abc18c713030a0a9829c07684
4857Author: Heiko Schocher <hs@denx.de>
4858Date: Tue Feb 24 11:30:48 2009 +0100
4859
4860 83xx, kmeter: QE_ENET10 errata for Silicon Revision 2.1
4861
4862 old code implemented the QE_ENET10 errata only for Silicon
4863 Revision 2.0. New code reads now the Silicon Revision
4864 register and sets dependend on the Silicon Revision the
4865 values as advised in the QE_ENET10 errata.
4866
4867 Signed-off-by: Heiko Schocher <hs@denx.de>
4868 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
4869
4870commit 605f78e34a3f0103693b891f2573edd352e7d495
4871Author: Heiko Schocher <hs@denx.de>
4872Date: Tue Feb 24 11:30:44 2009 +0100
4873
4874 83xx, kmeter1: updates for 2009.03
4875
4876 - HRCW update
4877 HRCWH_BOOTSEQ_DISABLE not HRCWH_BOOTSEQ_NORMAL
4878 HRCWH_LALE_EARLY added
4879 - DDR-SDRAM settings modified. This solves sporadically
4880 problems with this memory.
4881 - CS1 now 128 MB window size
4882 - CS3 now 512 MB window size
4883 - PRAM activated
4884 - MTDPARTS_DEFAULT defined
4885 - CONFIG_HOSTNAME added
4886 - MONITOR_LEN now 384 KB
4887
4888 Signed-off-by: Heiko Schocher <hs@denx.de>
4889 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
4890
4891commit 118cbe3c35c898f8d020b29d6dc180307cacf147
4892Author: Heiko Schocher <hs@denx.de>
4893Date: Tue Feb 24 11:30:40 2009 +0100
4894
4895 83xx, kmeter1: autodetect size of DDR II RAM
4896
4897 it is possible that some board variants have different DDR II
4898 RAM sizes. So we autodetect the size of the assembled RAM.
4899
4900 Signed-off-by: Heiko Schocher <hs@denx.de>
4901 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
4902
4903commit c1bce4fff750d734b1fa7467eb08f93902c97ca6
4904Author: Heiko Schocher <hs@denx.de>
4905Date: Tue Feb 24 11:30:37 2009 +0100
4906
4907 83xx, i2c: add mux support for fsl_i2c
4908
4909 This patch adds I2C mux support for the fsl_i2c driver. This
4910 allows you to add "new" i2c busses, which are reached over
4911 i2c muxes. For more infos, please look in the README and
4912 search for CONFIG_I2C_MUX.
4913
4914 Signed-off-by: Heiko Schocher <hs@denx.de>
4915 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
4916
4917commit 19f0e93041dbfe22f8d39b98e4f7f9ea87b77803
4918Author: Heiko Schocher <hs@denx.de>
4919Date: Tue Feb 24 11:30:34 2009 +0100
4920
4921 83xx, kmeter1: add I2C, dtt, eeprom support
4922
4923 This patch adds I2C support for the Keymile kmeter1 board.
4924 It uses the First I2C Controller from the CPU, for
4925 accessing 4 temperature sensors, an eeprom with IVM data
4926 and the booteeprom over a pca9547 mux.
4927
4928 Signed-off-by: Heiko Schocher <hs@denx.de>
4929 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
4930
4931commit db1d72afd77287bc8577210f3f71ab249dcf146f
4932Author: Heiko Schocher <hs@denx.de>
4933Date: Tue Feb 24 11:30:30 2009 +0100
4934
4935 i2c, dtt: move dtt_init () to board_init_r ()
4936
4937 In case where a board not uses CONFIG_POST, it is not
4938 necessary to init the DTTs when running from flash.
4939
4940 Signed-off-by: Heiko Schocher <hs@denx.de>
4941 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
4942
4943commit 5b0055547f0246908b79cc300170d87380b69e18
4944Author: Dave Liu <daveliu@freescale.com>
4945Date: Wed Feb 25 12:31:32 2009 +0800
4946
4947 83xx: Fix some bugs in spd sdram code
4948
4949 1. RD_TO_PRE missed to add the AL, and need min 2 clocks for
4950 tRTP according to DDR2 JEDEC spec.
4951 2. WRTORD - tWTR need min 2 clocks according to DDR2 JEDEC spec.
4952 3. add the support of DDR2-533,667,800 DIMMs
4953 4. cpo
4954 5. make the AL to min to gain better performance.
4955
4956 The Micron MT9HTF6472CHY-667D1 DIMMs test passed on
4957 MPC837xEMDS platform at 266MHz/333MHz/400MHz data rate.
4958
4959 items 1, 2 and 5:
4960 Acked-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
4961
4962 Reported-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
4963 Signed-off-by: Dave Liu <daveliu@freescale.com>
4964 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
4965
4966commit b7be63abec45858c044f0fbd6aeef524c4663f9b
4967Author: Valeriy Glushkov <gvv@lstec.com>
4968Date: Wed Feb 4 18:27:49 2009 +0200
4969
4970 MPC8349ITX: several config issues fixed
4971
4972 The previous version rebooted forever with DDR bigger than 256MB.
4973 Access the DS1339 RTC chip is on I2C1 bus.
4974 Allow DHCP.
4975
4976 Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
4977 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
4978
4979commit 7e2ec1de1d2d723b59d7dd2fb85ff71b952d63af
4980Author: Anton Vorontsov <avorontsov@ru.mvista.com>
4981Date: Thu Feb 19 18:20:39 2009 +0300
4982
4983 mpc83xx: MPC837XEMDS: Initialize SerDes before negating PCIE reset signal
4984
4985 The SerDes initialization should be finished before negating the reset
4986 signal according to the reference manual. This isn't an issue on real
4987 hardware, but we'd better stick to the specifications anyway.
4988
4989 Suggested-by: Liu Dave <DaveLiu@freescale.com>
4990 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
4991 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
4992
4993commit 9c2d63ec0e9520948b6d598ea32e9aa4e0de847f
4994Author: Heiko Schocher <hs@denx.de>
4995Date: Wed Feb 25 12:28:32 2009 +0100
4996
4997 i2c, dtt: move dtt_init () to board_init_r ()
4998
4999 it is not necessary to init the DTTs so early,
5000 so move this init to board_init_r ().
5001
5002 Signed-off-by: Heiko Schocher <hs@denx.de>
5003
5004commit 00cc5595a7caac8066b408774383a956c2e26797
5005Author: Anatolij Gustschin <agust@denx.de>
5006Date: Wed Feb 25 20:28:13 2009 +0100
5007
5008 lcd: Fix compilation warning in common/lcd.c
5009
5010 Fix following warning while compilation for mcc200 board:
5011
5012 lcd.c: In function 'lcd_display_bitmap':
5013 lcd.c:625: warning: unused variable 'cmap'
5014
5015 Signed-off-by: Anatolij Gustschin <agust@denx.de>
5016
5017commit f5a77a09c93fe7f04c0c56f64ea436f7d318d674
5018Author: Graeme Russ <graeme.russ@gmail.com>
5019Date: Tue Feb 24 21:11:24 2009 +1100
5020
5021 Moved SC520 Files (fix commit 407976185e0dda2c90e89027121a1071b9c77bfb)
5022
5023 Fixes commit 407976185e0dda2c90e89027121a1071b9c77bfb
5024
5025 Signed-off-by: Graeme Russ <graeme.russ at gmail.com>
5026
5027commit 75ba6d693b8f6247aa4b81323a2ee2fa28222215
5028Author: Mike Frysinger <vapier@gentoo.org>
5029Date: Mon Feb 23 10:29:47 2009 -0500
5030
5031 smc911x: split out useful defines/functions into local header
5032
5033 The smc911x driver has a lot of useful defines/functions which can be used
5034 by pieces of code (such as example eeprom programmers). Rather than
5035 forcing each place to duplicate these defines/functions, split them out
5036 of the smdc911x driver into a local header.
5037
5038 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5039 Acked-by: Ben Warren <biggerbadderben@gmail.com>
5040 CC: Sascha Hauer <s.hauer@pengutronix.de>
5041 CC: Guennadi Liakhovetski <lg@denx.de>
5042 CC: Magnus Lilja <lilja.magnus@gmail.com>
5043 CC: Ben Warren <biggerbadderben@gmail.com>
5044
5045commit a2bb7105a79af8f2ffa9f87256fce6c1cbcbd8e1
5046Author: Guennadi Liakhovetski <lg@denx.de>
5047Date: Tue Feb 24 10:44:02 2009 +0100
5048
5049 ARM: add an "eet" variant of the imx31_phycore board
5050
5051 The "eet" variant of the imx31_phycore board has an OLED display, using a
5052 s6e63d6 display controller on the first SPI interface, using GPIO57 as a
5053 chip-select for it. With this configuration you can display 256 colour BMP
5054 images in 16-bit RGB (RGB565) LCD mode.
5055
5056 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
5057 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5058
5059commit 0c99f6ab31c5635874ba7a2e8d37791bfbf02f8f
5060Author: Guennadi Liakhovetski <lg@denx.de>
5061Date: Fri Feb 6 10:37:57 2009 +0100
5062
5063 video: add an i.MX31 framebuffer driver
5064
5065 Add a driver for the Synchronous Display Controller and the Display
5066 Interface on i.MX31, using IPU for DMA channel setup. So far only
5067 displaying of bitmaps is supported, no text output.
5068
5069 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
5070 Acked-by: Anatolij Gustschin <agust@denx.de>
5071
5072commit b245e65ee3c4cce3ccf008a21f4528239655876c
5073Author: Guennadi Liakhovetski <lg@denx.de>
5074Date: Fri Feb 6 10:37:53 2009 +0100
5075
5076 LCD: support 8bpp BMPs on 16bpp displays
5077
5078 This patch also simplifies some ifdefs in lcd.c, introduces a generic
5079 vidinfo_t, which new drivers are encouraged to use and old drivers to switch
5080 over to.
5081
5082 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
5083 Acked-by: Anatolij Gustschin <agust@denx.de>
5084
5085commit a303dfb0e9a93e516ea9427b5c09543d5f74ade1
5086Author: Mark Jackson <mpfj@mimc.co.uk>
5087Date: Fri Feb 6 10:37:49 2009 +0100
5088
5089 Add 16bpp BMP support
5090
5091 This patch adds 16bpp BMP support to the common lcd code.
5092
5093 Use CONFIG_BMP_16BPP and set LCD_BPP to LCD_COLOR16 to enable the code.
5094
5095 At the moment it's only been tested on the MIMC200 AVR32 board, but extending
5096 this to other platforms should be a simple task !!
5097
5098 Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
5099 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
5100 Acked-by: Anatolij Gustschin <agust@denx.de>
5101
5102commit 689551c5ff1b394b88412f3df22144e79468d3a9
5103Author: Guennadi Liakhovetski <lg@denx.de>
5104Date: Fri Feb 6 10:37:41 2009 +0100
5105
5106 A driver for the S6E63D6 SPI display controller from Samsung
5107
5108 This is a driver for the S6E63D6 SPI OLED display controller from Samsung.
5109 It only provides access to controller's registers so the client can freely
5110 configure it.
5111
5112 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
5113 Acked-by: Anatolij Gustschin <agust@denx.de>
5114
5115commit fc7a93c84f3f134484811a0d9ad751fbc1a7da6d
5116Author: Guennadi Liakhovetski <lg@denx.de>
5117Date: Fri Feb 13 09:26:40 2009 +0100
5118
5119 i.MX31: support GPIO as a chip-select in the mxc_spi driver
5120
5121 Some SPI devices have special requirements on chip-select handling.
5122 With this patch we can use a GPIO as a chip-select and strictly follow
5123 the SPI_XFER_BEGIN and SPI_XFER_END flags.
5124
5125 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
5126 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5127
5128commit b30de3cccf8867566cd314e7c7033904afa5dc9d
5129Author: Guennadi Liakhovetski <lg@denx.de>
5130Date: Sat Feb 7 01:18:07 2009 +0100
5131
5132 i.MX31: add a simple gpio driver
5133
5134 This is a minimal driver, so far only managing output. It will
5135 be used by the mxc_spi.c driver.
5136
5137 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
5138 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5139
5140commit f9b6a1575d9f1ca192e4cb60e547aa66f08baa3f
5141Author: Guennadi Liakhovetski <lg@denx.de>
5142Date: Sat Feb 7 00:09:12 2009 +0100
5143
5144 i.MX31: fix SPI driver for shorter than 32 bit
5145
5146 Fix setting the SPI Control register, 8 and 16-bit transfers
5147 and a wrong pointer in the free routine in the mxc_spi driver.
5148
5149 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
5150 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5151
5152commit 7e91558032a0c1932dd7f4f562f9c7cc55efc496
5153Author: Anton Vorontsov <avorontsov@ru.mvista.com>
5154Date: Thu Feb 19 18:20:52 2009 +0300
5155
5156 mpc83xx: MPC837XERDB: Add PCIe support
5157
5158 On MPC8377E-RDB and MPC8378E-RDB boards we have PCIe and mini-PCIe
5159 slots. Let's support them.
5160
5161 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
5162 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
5163
5164commit 50a4d08e8f31debbd4ea12caf1265f3643c38d5b
5165Author: Anton Vorontsov <avorontsov@ru.mvista.com>
5166Date: Thu Feb 19 18:20:50 2009 +0300
5167
5168 mpc83xx: PCI: Fix hard-coded first_busno value
5169
5170 We should use pci_last_busno() in pci_init_bus(), otherwise we'll
5171 erroneously re-use PCI0's first_busno for PCI1 hoses.
5172
5173 NOTE: The patch is untested. All MPC83xx FSL boards I have have
5174 PCI1 in miniPCI form, for which I don't have any cards handy.
5175
5176 But looking in cpu/mpc85xx/pci.c:
5177 ...
5178 #ifdef CONFIG_MPC85XX_PCI2
5179 hose = &pci_hose[1];
5180
5181 hose->first_busno = pci_hose[0].last_busno + 1;
5182
5183 And considering that we do the same for MPC83xx PCI-E support,
5184 I think this patch is correct.
5185
5186 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
5187 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
5188
5189commit a5878d427128c1a9226045ebe05fbadaa02eb9dd
5190Author: Anton Vorontsov <avorontsov@ru.mvista.com>
5191Date: Thu Feb 19 18:20:46 2009 +0300
5192
5193 mpc83xx: PCI: Fix bus-range fdt fixups for PCI1 controllers
5194
5195 This patch fixes copy-paste issue: pci_hose[0]'s first and last
5196 busnos were used to fixup pci1's nodes.
5197
5198 We don't see this bug triggering only because Linux reenumerate
5199 buses anyway.
5200
5201 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
5202 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
5203
5204commit b24a99f6666ac278ec9f9c1334518af828833d19
5205Author: Anton Vorontsov <avorontsov@ru.mvista.com>
5206Date: Thu Feb 19 18:20:44 2009 +0300
5207
5208 mpc83xx: PCIe: Fix CONFIG_PCI_SCAN_SHOW reporting bogus values
5209
5210 This patch fixes an issue in config space read accessors: we should
5211 fill-in the value even if we fail (e.g. skipping devices), otherwise
5212 CONFIG_PCI_SCAN_SHOW reports bogus values during boot up.
5213
5214 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
5215 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
5216
5217commit e2d72ba543c7b6924b5b5d393dcd80b2b9c3a022
5218Author: Anton Vorontsov <avorontsov@ru.mvista.com>
5219Date: Thu Feb 19 18:20:42 2009 +0300
5220
5221 mpc83xx: PCIe: Don't start bus enumeration at 0
5222
5223 Currently we assign first_busno = 0 for the first PCIe hose, but this
5224 scheme won't work if we have ordinary PCI hose already registered (its
5225 first_busno value is 0 too).
5226
5227 The old code worked fine only because we have PCI disabled on
5228 MPC837XEMDS boards in stand-alone mode (see commit 00f7bbae92e3b13f2b3
5229 "mpc83xx: fix PCI scan hang on the standalone MPC837xE-MDS boards").
5230 But on MPC837XERDB boards we have PCI and PCIe, so the bug actually
5231 triggers.
5232
5233 So, to fix the issue, we should use pci_last_busno() + 1 for the
5234 first_busno (i.e. last available busno).
5235
5236 Reported-by: Huang Changming <Chang-Ming.Huang@freescale.com>
5237 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
5238 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
5239
5240commit cc2a8c7751ddbae3116660064f446888538b93e9
5241Author: Anton Vorontsov <avorontsov@ru.mvista.com>
5242Date: Thu Feb 19 18:20:41 2009 +0300
5243
5244 PCI: Add pci_last_busno() helper
5245
5246 This is just a handy routine that reports last PCI busno: we walk
5247 down all the hoses and return last hose's last_busno.
5248
5249 Will be used by PCI/PCIe initialization code.
5250
5251 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
5252 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
5253
5254commit bd76729bcbfd64b5d016a9b936f058931fc06eaf
5255Author: Becky Bruce <beckyb@kernel.crashing.org>
5256Date: Mon Feb 23 13:56:51 2009 -0600
5257
5258 MPC86xx: set CONFIG_MAX_MEM_MAPPED to 2G by default
5259
5260 Currently, we get 256MB as the default, but since all the 86xx
5261 board configs define a 2G BAT mapping for RAM, raise default
5262 to 2G.
5263
5264 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
5265 Acked-by: Jon Loeliger <jdl@freescale.com>
5266
5267commit 2331e18b9df0ab98ebf3ab44c0efea1311949aaa
5268Author: Becky Bruce <beckyb@kernel.crashing.org>
5269Date: Thu Feb 12 10:43:32 2009 -0600
5270
5271 mpc8641hpcn: Indicate 36-bit addr map in boot messages
5272
5273 If 36-bit addressing is enabled, print a message on the console
5274 when we boot.
5275
5276 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
5277
c0a14aed
WD
5278commit 58a518c3d8a2c7de11d414e8b903495daee7dc7e
5279Author: Mark Jackson <mpfj-list@mimc.co.uk>
5280Date: Fri Feb 13 15:48:18 2009 +0000
5281
5282 Setup extra MIMC200 chip selects
5283
5284 Added code to setup the extra Flash and FRAM chip selects as used on the
5285 MIMC200 board.
5286
5287 V2 moves the init code from the common "cpu.c" file into the board specific
5288 setup file.
5289
5290 Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
5291 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
5292
5293commit 80534886a72a0088eef9e781a8e0b7d04ea41f36
5294Author: Mark Jackson <mpfj@mimc.co.uk>
5295Date: Mon Nov 24 12:10:56 2008 +0000
5296
5297 MIMC200: tidy GCLK init code
5298
5299 Change the MIMC200 startup code to use the built-in (rather than
5300 hard-coded) funtions for setting up gclk outputs.
5301
5302 We'll also move the code to the new, more-appropriate
5303 board_postclk_init() routine.
5304
5305 Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
5306 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
5307
5308commit b423f94063bf04e92047ff85c7e53441eb3b712b
5309Author: Olav Morken <olavmrk@gmail.com>
5310Date: Fri Jan 23 12:56:32 2009 +0100
5311
5312 AVR32: Must add NOPs after disabling interrupts for AT32UC3A0512ES
5313
5314 The AT32UC3A0512ES chip has a bug when disabling interrupts. As a
5315 workaround, two NOPs can be inserted.
5316
5317 Signed-off-by: Gunnar Rangoy <gunnar@rangoy.com>
5318 Signed-off-by: Paul Driveklepp <pauldriveklepp@gmail.com>
5319 Signed-off-by: Olav Morken <olavmrk@gmail.com>
5320 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
5321
5322commit f5f652fa91aa69db8117d211af1b4fe09f2edd3b
5323Author: Gunnar Rangoy <gunnar@rangoy.com>
5324Date: Fri Jan 23 12:56:29 2009 +0100
5325
5326 AVR32: Make GPIO implmentation cpu dependent
5327
5328 There are some differences in the implementation of GPIO in the
5329 at32uc chip compared to the ap700x series.
5330
5331 Signed-off-by: Gunnar Rangoy <gunnar@rangoy.com>
5332 Signed-off-by: Paul Driveklepp <pauldriveklepp@gmail.com>
5333 Signed-off-by: Olav Morken <olavmrk@gmail.com>
5334 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
5335
5336commit a38de083d2979db3680f0d0978c509a172c8fa00
5337Author: Olav Morken <olavmrk@gmail.com>
5338Date: Fri Jan 23 12:56:28 2009 +0100
5339
5340 AVR32: Move addrspace.h to arch-directory, and move some functions from io.h to addrspace.h
5341
5342 The AVR32A architecture (which AT32UC3A-series is based on) has a
5343 different memory layout than the AVR32B-architecture. This patch moves
5344 addrspace.h to an arch-dependent directory in preparation for
5345 AT32UC3A-support. It also moves some address-space manipulation
5346 functions from io.h to addrspace.h.
5347
5348 Signed-off-by: Gunnar Rangoy <gunnar@rangoy.com>
5349 Signed-off-by: Paul Driveklepp <pauldriveklepp@gmail.com>
5350 Signed-off-by: Olav Morken <olavmrk@gmail.com>
5351 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
5352
5353commit d8f2aa3298610b44127dbc4796d8038aa5847e0b
5354Author: Olav Morken <olavmrk@gmail.com>
5355Date: Fri Jan 23 12:56:27 2009 +0100
5356
5357 AVR32: Make cacheflush cpu-dependent
5358
5359 The AT32UC3A series of processors doesn't contain any cache, and issuing
5360 cache control instructions on those will cause an exception. This commit
5361 makes cacheflush.h arch-dependent in preparation for the AT32UC3A-support.
5362
5363 Signed-off-by: Gunnar Rangoy <gunnar@rangoy.com>
5364 Signed-off-by: Paul Driveklepp <pauldriveklepp@gmail.com>
5365 Signed-off-by: Olav Morken <olavmrk@gmail.com>
5366 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
5367
b3dd629e
WD
5368commit 2f70c49e5b9813635ad73666aa30f304c7fdeda9
5369Author: Heiko Schocher <hs@denx.de>
5370Date: Tue Feb 10 09:38:52 2009 +0100
5371
5372 netloop: speed up NetLoop
5373
5374 NetLoop polls every cycle with getenv some environment variables.
5375 This is horribly slow, especially when the environment is big.
5376
5377 This patch reads only the environment variables in NetLoop,
5378 when they were changed.
5379
5380 Also moved the init part of the NetLoop function in a seperate
5381 function.
5382
5383 Signed-off-by: Heiko Schocher <hs@denx.de>
5384 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
5385
5386commit ad2d16393e9f684e4a9255f42e8bfdd819b67a87
5387Author: Mike Frysinger <vapier@gentoo.org>
5388Date: Mon Dec 22 02:56:07 2008 -0500
5389
5390 smc911x_eeprom: new example app for managing newer SMC parts
5391
5392 A forward port of the last version to work with the newer smc911x driver.
5393 I only have a board with a LAN9218 part on it, so that is the only one
5394 I've tested. But there isn't anything in this that would make it terribly
5395 chip specific afaik.
5396
5397 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5398 CC: Sascha Hauer <s.hauer@pengutronix.de>
5399 CC: Guennadi Liakhovetski <lg@denx.de>
5400 CC: Magnus Lilja <lilja.magnus@gmail.com>
5401 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
5402
5403commit 736323a490b664ec0edc3ddb2c1c4a6824db45c6
5404Author: Pieter Henning <phenning@vastech.co.za>
5405Date: Sun Feb 22 23:17:15 2009 -0800
5406
5407 Added Vitesse VSC8211 definitions to TSEC driver
5408
5409 Added the struct containing PHY settings for the Vitesse VSC8211 phy to
5410 the phy_info list in tsec.c
5411
5412 Signed-off-by: Pieter Henning <phenning@vastech.co.za>
5413 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
5414
5415commit 32688e572ff96715b41420e9a7f280db6c399b65
5416Author: Wolfgang Denk <wd@denx.de>
5417Date: Mon Feb 23 00:22:21 2009 +0100
5418
5419 Update CHANGELOG; Prepare 2009.03-rc1
5420
5421 Signed-off-by: Wolfgang Denk <wd@denx.de>
5422
32688e57
WD
5423commit 80b827c2b78329c6503b271e43d9eb693d644710
5424Author: Wolfgang Denk <wd@denx.de>
5425Date: Sun Feb 22 23:45:40 2009 +0100
5426
5427 ARM: synchronize mach-types.h with linux v2.6.29-rc5-315-g683fdc5
5428
5429 The file was generated from building versatile_defconfig.
5430
5431 Signed-off-by: Wolfgang Denk <wd@denx.de>
5432
5433commit 14209ac13ff631e36c9a9dd426c59c2e2f5dab00
5434Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
5435Date: Sun Feb 22 14:24:11 2009 +0900
5436
5437 MIPS: Fix GCC-4.2 'discards qualifiers from pointer target type' warnings
5438
5439 Compiling dbau1x00 and gth2 boards with GCC-4.2, you would see new warnings
5440 like this:
5441
5442 skuribay@ubuntu:u-boot.git$ ./MAKEALL dbau1000
5443 Configuring for dbau1x00 board...
5444 au1x00_eth.c: In function 'au1x00_send':
5445 au1x00_eth.c:158: warning: passing argument 1 of 'virt_to_phys' discards qualifiers from pointer target type
5446 au1x00_eth.c: In function 'au1x00_recv':
5447 au1x00_eth.c:211: warning: passing argument 1 of 'virt_to_phys' discards qualifiers from pointer target type
5448 au1x00_eth.c: In function 'au1x00_init':
5449 au1x00_eth.c:252: warning: passing argument 1 of 'virt_to_phys' discards qualifiers from pointer target type
5450 au1x00_eth.c: In function 'au1x00_recv':
5451 au1x00_eth.c:211: warning: passing argument 1 of 'virt_to_phys' discards qualifiers from pointer target type
5452 au1x00_eth.c: In function 'au1x00_init':
5453 au1x00_eth.c:252: warning: passing argument 1 of 'virt_to_phys' discards qualifiers from pointer target type
5454 au1x00_eth.c: In function 'au1x00_send':
5455 au1x00_eth.c:158: warning: passing argument 1 of 'virt_to_phys' discards qualifiers from pointer target type
5456
5457 We're passing a volatile pointer to a function which is expecting a non-
5458 volatile pointer. That's potentially dangerous, so gcc warns about it.
5459 Confirmed with ELDK 4.2 (GCC 4.2.2) and Sourcey G++ 4.2 (GCC 4.2.3).
5460
5461 To fix this, we add a volatile attribute to the argument in question.
5462 The virt_to_phys function in Linux kernel also does the same thing.
5463
5464 Signed-off-by: Stefan Roese <sr@denx.de>
5465 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
5466
5467commit aba45c85b22f8c57fc2fedba8e948e06c2e2f5b3
5468Author: Dirk Behme <dirk.behme@googlemail.com>
5469Date: Fri Feb 20 17:51:28 2009 +0100
5470
5471 OMAP3: Clean up MMC code
5472
5473 Clean up OMAP3 MMC code:
5474
5475 * Convert register access to struct & readx/writex style
5476 * Replace hardcode values by macros
5477 * Remove macro defined twice
5478
5479 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
5480
5481commit cfcdf4a9b361d015c0debac73fbf7c511df4a934
5482Author: Dirk Behme <dirk.behme@googlemail.com>
5483Date: Thu Feb 12 18:55:43 2009 +0100
5484
5485 OMAP3: Pandora: Update pin mux
5486
5487 Clock pin must have input enabled for MMC3 to work.
5488 Also enable pull-ups for cmd/data lines to be consistent
5489 with remaining MMC host pin setup.
5490
5491 Signed-off-by: Grazvydas Ignotas <notasas@gmail.com>
5492
5493commit 6530a8bf8a0274b9419141e4c2c5a235cce5380f
5494Author: Dirk Behme <dirk.behme@googlemail.com>
5495Date: Thu Feb 12 18:55:42 2009 +0100
5496
5497 OMAP3: Add OMAP3 auto detection
5498
5499 This patch adds OMAP3 cpu type auto detection based on OMAP3 register
5500 and removes hardcoded values.
5501
5502 Signed-off-by: Steve Sakoman <sakoman@gmail.com>
5503 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
5504
5505commit f956fd0338f4990793a10f767929ba4963665261
5506Author: Dirk Behme <dirk.behme@googlemail.com>
5507Date: Thu Feb 12 18:55:41 2009 +0100
5508
5509 OMAP3: Beagle: Add board revision detection
5510
5511 With BeagleBoard revision C some HW changes are introduced (e.g. PinMUX)
5512 which might need different software handling. For this, GPIO pin 171 (GPIO
5513 module 6, offset 11) can be used to check for board revision. If this pin
5514 is low, we have a rev C board. Else it must be a revision Ax or Bx board.
5515
5516 To handle board differences you can call function beagle_get_revision().
5517 E.g.:
5518
5519 if (beagle_get_revision()) {
5520
5521 /* do special revision C stuff here */
5522
5523 }
5524
5525 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
5526
5527commit 288f3cd912918b97919d13b6f7fb13fbddf74d68
5528Author: Dirk Behme <dirk.behme@googlemail.com>
5529Date: Thu Feb 12 18:55:40 2009 +0100
5530
5531 OMAP3: Overo: Clean up pin mux and GPIO configuration
5532
5533 * Make Overo GPIO114 an input for touchscreen PENDOWN
5534 * Make Overo GPIO144-147 readable
5535 * Make Overo EHCI pinmux match beagle rev c setup
5536 * Adjust pinmux for SMSC911X network chip support
5537 * Remove unnecessary GPIO setup
5538 * Fix merge error in Makefile
5539
5540 Signed-off-by: Steve Sakoman <sakoman@gmail.com>
5541 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
5542
5543commit 2579019b8248e5f166e60e37065766efc8a49dbc
5544Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5545Date: Sun Feb 22 17:08:41 2009 +0100
5546
5547 nmdk8815: fix onenand support
5548
5549 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5550
5551commit 0176c03a2469676df5bf19cf93a1a6f582f6a120
5552Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5553Date: Sun Feb 22 17:56:50 2009 +0100
5554
5555 nomadik/nand: fix 'ecc512' discards qualifiers from pointer target type
5556
5557 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5558
5559commit 9751a456f702ba2fcdfd1bdbc0138927ef007858
5560Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5561Date: Sun Feb 22 17:49:43 2009 +0100
5562
5563 davinci: fix implicit declaration of function 'davinci_errata_workarounds'
5564
5565 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5566
5567commit 4f5728987f4f9f7845688482aa2b7f2127768165
5568Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5569Date: Sun Feb 22 15:49:28 2009 +0100
5570
5571 arm: add uart dcc support
5572
5573 Serial driver via the EmbeddedICE macrocell's DCC channel using
5574 co-processor 14.
5575
5576 It does include a timeout to ensure that the system does not
5577 totally freeze when there is nothing connected to read.
5578
5579 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5580
5581commit 0cd18fa982f9a8c1a90ce971379a7d6408976d48
5582Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
5583Date: Fri Nov 21 14:35:56 2008 -0500
5584
5585 ARM DaVinci: Add common peripherals and modules enable functions.
5586
5587 Taken all the duplicated code for enabling common modules and apply
5588 software workarounds from the board specific code into common
5589 functions. Also added comments explaining the workarounds
5590 (from TI errata documents) and replaced some numerical bit numbers
5591 with more meaningful defines.
5592
5593 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
5594
5595commit d3be1bcae7a8207e0a79ffd035d0e90f80378295
5596Author: Alessandro Rubini <rubini@unipv.it>
5597Date: Mon Feb 9 15:53:33 2009 +0100
5598
5599 Enable Ethernet for Nomadik 8815 Evaluation Kit
5600
5601 This trivially enables Ethernet support in the debug board
5602 by setting up the proper chip select.
5603
5604 Signed-off-by: Alessandro Rubini <rubini@unipv.it>
5605 Acked-by: Andrea Gallo <andrea.gallo@stnwireless.com>
5606
5607commit 0d8c6eab2481046e9446264bfe9402bb98ddf433
5608Author: Alessandro Rubini <rubini@unipv.it>
5609Date: Mon Feb 9 15:53:31 2009 +0100
5610
5611 Nand driver for Nomadik SoC
5612
5613 This driver implements the ECC algorithm described in
5614 the CPU data sheet and uses the OOB layout chosen in
5615 already-released development systems (shipped with a custom-made
5616 u-boot 1.3.1).
5617
5618 Signed-off-by: Alessandro Rubini <rubini@unipv.it>
5619 Acked-by: Andrea Gallo <andrea.gallo@stnwireless.com>
5620
5621commit ef339cc2b68e4cbef3f9376a45315e1b974bbd8d
5622Author: Alessandro Rubini <rubini@unipv.it>
5623Date: Mon Feb 9 15:53:31 2009 +0100
5624
5625 Added nomadik.h header
5626
5627 Signed-off-by: Alessandro Rubini <rubini@unipv.it>
5628 Acked-by: Andrea Gallo <andrea.gallo@stnwireless.com>
5629
5630commit 60ece6d8043d1dd80f5dd32c541213716d624b19
5631Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
5632Date: Wed Oct 29 20:05:18 2008 +0900
5633
5634 r8a66597-hcd: fix cannot use external hub
5635
5636 Fix the problem that cannot use external hub, because this driver
5637 did not control correctly a DEVADDx register.
5638
5639 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
5640 Signed-off-by: Remy Bohmer <linux@bohmer.net>
5641
5642commit e1ffaee728190e76a4596a3579d94e730143585f
5643Author: Mike Frysinger <vapier@gentoo.org>
5644Date: Thu Feb 19 01:20:27 2009 -0500
5645
5646 Blackfin: disable syscontrol code for now
5647
5648 Looks like the initcode updates fell out of order during my merges. The
5649 patch that really fixes up this code is part of power-on overhaul and so
5650 is too large for merging at this point. Instead, we can disable the code
5651 as no currently in-tree board depends on it. The next merge window will
5652 fix things up properly.
5653
5654 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5655
5656commit 1b228d68f54832edd867ef98520f760f68192ab7
5657Author: Mike Frysinger <vapier@gentoo.org>
5658Date: Thu Feb 19 01:19:49 2009 -0500
5659
5660 Blackfin: bf537-stamp: fix I2C board defines
5661
5662 The previous merge for cleaning up the I2C driver incorrectly reverted the
5663 CFG_xxx rename for some of the I2C defines.
5664
5665 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5666 Signed-off-by: Heiko Schocher <hs@denx.de>
5667
5668commit 09fee8e8677a6265e89144ccc163bf00e321769e
5669Author: Wolfgang Denk <wd@denx.de>
5670Date: Sun Feb 22 01:19:52 2009 +0100
5671
5672 Coding Style cleanup; update CHANGELOG
5673
5674 Signed-off-by: Wolfgang Denk <wd@denx.de>
5675
5676commit 1dcb50afbb63a439320a985380a0af2dca079d1e
5677Author: Wolfgang Denk <wd@denx.de>
5678Date: Sun Feb 22 01:17:47 2009 +0100
5679
5680 Makefile: fix cleanup
5681
5682 Commit e4943ec5 moved the ARM boards to a vendor directory but forgot
5683 to adapt the cleanup rules in the Makefile
5684
5685 Signed-off-by: Wolfgang Denk <wd@denx.de>
5686
09fee8e8
WD
5687commit edff7bcc4d5540df8b416274652ff02e94c38b9e
5688Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
5689Date: Fri Feb 20 13:01:56 2009 -0500
5690
5691 Cleanup the comment for m68k linux boot argument passing.
5692
5693 This patch clarifies the way m68k passes linux boot argument.
5694 The one gotcha here is that the assembly instruction that
5695 the compiler uses to jump to the kernel is 'jsr' which pushes the
5696 program counter for the instruction after the jsr into the stack pointer.
5697
5698 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
5699 Signed-off-by: Wolfgang Denk <wd@denx.de>
5700
5701commit 4d41650eec959668280a612467bd95c7b8398513
5702Author: Peter Griffin <pgriffin@mpc-data.co.uk>
5703Date: Tue Feb 10 16:44:45 2009 +0000
5704
5705 sh: Fix rsk7203 in tree build
5706
5707 Signed-off-by: Peter Griffin <pgriffin@mpc-data.co.uk>
5708
5709commit fca0cecff73db99d99ad094cca7980472b8a11b5
5710Author: Minkyu Kang <mk7.kang@samsung.com>
5711Date: Wed Feb 18 09:05:52 2009 +0900
5712
5713 bootm: Reduce the unnecessary memmove
5714
5715 Although load address and image start address are same address,
5716 bootm command always does memmove.
5717 That is unnecessary memmove and can be taken few milliseconds
5718 (about 500 msec to 1000 msec).
5719 If skip this memmove, we can reduce the boot time.
5720
5721 Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
5722
5723commit 670cbde8da83690fed1064c3358f54ae1d693ed2
5724Author: Matthias Fuchs <matthias.fuchs@esd.eu>
5725Date: Sun Feb 15 22:29:15 2009 +0100
5726
5727 fpga: Fix Spartan III FPGA booting
5728
5729 This patch does some minor fixing of the Xilinx Spartan III
5730 FPGA boot code:
5731
5732 - Fixed call order of post configuration callback and
5733 success message printing (result of copy-paste?)
5734 - remove obsolete comment
5735 - minor coding style cleanup
5736
5737 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
5738
5739commit 3818b677641038d27b2663fbd6771ad38c932f86
5740Author: Matthias Fuchs <matthias.fuchs@esd.eu>
5741Date: Sun Feb 15 22:28:36 2009 +0100
5742
5743 fpga: Fix Spartan II FPGA booting
5744
5745 This patch does some minor fixing of the Xilinx Spartan II
5746 FPGA boot code:
5747
5748 - Fixed call order of post configuration callback and
5749 success message printing (result of copy-paste?)
5750 - relocate post configuration callback only when it
5751 is implemented
5752 - remove obsolete comment
5753 - minor coding style cleanup
5754
5755 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
5756
5757commit b4746d8bf9f4ed6dc8a76c5d52db669604aff84b
5758Author: Mike Frysinger <vapier@gentoo.org>
5759Date: Wed Feb 11 20:26:52 2009 -0500
5760
5761 drivers/serial/ns16550: move ifdef into Makefile COBJS-$(...)
5762
5763 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5764
5765commit 6bcb4b806cef8a5dd08fac9a4a672b96d9ee804e
5766Author: Derek Ou <dou@siconix.com>
5767Date: Tue Feb 3 16:00:07 2009 -0700
5768
5769 lcd_putc bug fix for tab.
5770
5771 Signed-off-by: Derek Ou <dou@siconix.com>
5772
5773commit 35c9e14d8096e519fe76c953a43d52a09617345c
5774Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
5775Date: Mon Feb 2 09:46:21 2009 +0900
5776
5777 MIPS: cpu/mips/Makefile: Add a missing START line
5778
5779 In the commit 79b51ff8205f0354d5300570614c1d2db499679c ([MIPS] cpu/mips/
5780 Makefile: Split [CS]OBJS onto separate lines), I wrongly deleted a START
5781 line. This patch puts it back.
5782
5783 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
5784
5785commit 9a63b7f4f8f3c99cf017e0d3d4a152dfcd913b5a
5786Author: Wolfgang Denk <wd@denx.de>
5787Date: Sat Feb 21 21:51:21 2009 +0100
5788
5789 Enable ext2 support for TQM8xxL/M based boards
5790
5791 Signed-off-by: Wolfgang Denk <wd@denx.de>
5792
5793commit e3ba7f137c7c454ad626cd0bd2e84d73c7a8644f
5794Author: Tom Rix <Tom.Rix@windriver.com>
5795Date: Fri Feb 20 03:47:50 2009 +0100
5796
5797 ARM:PXA Use new definitions in mmc.h
5798
5799 Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
5800 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5801
5802commit 682beeac34dc9ab18fab58b26973d2e29d113717
5803Author: Andy Fleming <afleming@freescale.com>
5804Date: Fri Feb 20 03:47:50 2009 +0100
5805
5806 Reduce the scope of PXA's mmc_read/mmc_write/mmc_bread functions
5807
5808 These names are being taken over by the new MMC framework. Hopefuly
5809 the PXA can be easily ported, and these functions will go away entirely.
5810
5811 Signed-off-by: Andy Fleming <afleming@freescale.com>
5812 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5813
5814commit b03d92e5584935886ff91d5aa0755dc8888b7187
5815Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5816Date: Fri Feb 20 03:47:50 2009 +0100
5817
5818 pxa: move mmc drivers to drivers/mmc
5819
5820 introduce new macro CONFIG_PXA_MMC to activate it
5821
5822 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5823
5824commit 9490f465642c80c054854689a2ef1a77d65cf1f3
5825Author: Tom Rix <Tom.Rix@windriver.com>
5826Date: Thu Feb 19 19:27:22 2009 -0600
5827
5828 ARM:PXA Remove redefinition of mmc_cid and mmc_csd.
5829
5830 These structures are defined in the common mmc.h
5831
5832 This was compile checked on cerf250.
5833
5834commit 94a3312920b6f9b5da27309549fb73650718c10a
5835Author: Micha Kalfon <smichak.uv@gmail.com>
5836Date: Wed Feb 11 19:50:11 2009 +0200
5837
5838 pxa: fixing get_timer to return time in miliseconds.
5839
5840 Fixing the get_timer function to return time in miliseconds instead of
5841 ticks. Also fixed PXA boards to use the conventional value of 1000 for
5842 CONFIG_SYS_HZ.
5843
5844 Signed-off-by: Micha Kalfon <smichak.uv@gmail.com>
5845
5846commit e5e88c3614b79b54719905f66aefb51f9494bc1f
5847Author: Tom Rix <Tom.Rix@windriver.com>
5848Date: Thu Feb 19 16:45:43 2009 -0600
5849
5850 ARM:OMAP3 Change mmc_init to mmc_legacy_init
5851
5852 omap3_mmc.c was changed to define mmc_legacy_init.
5853 Remove unused functions.
5854
5855 Compile tested on all arm
5856 Runtime tested on Zoom1.
5857
5858 Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
5859
5860commit 9e80bb21629988063574f88ca0d28baadff4d963
5861Author: Heiko Schocher <hs@denx.de>
5862Date: Thu Feb 19 17:23:58 2009 +0100
5863
5864 82xx, mgcoge: updates for 2009.03
5865
5866 - activate CS4 for accessing the FPGA
5867 - activate Rx buf len > 1 on SMC
5868 - pram activated
5869 - MTDPARTS_DEFAULT defined
5870 - update the size of the flashes in the DTS
5871 before booting Linux
5872 - MONITOR_LEN updated to 384k
5873 - added CONFIG_HOSTNAME
5874 - added CONFIG_ENV_BUFFER_PRINT
5875 - Environment size reduced to 16k
5876
5877 Signed-off-by: Heiko Schocher <hs@denx.de>
5878
5879commit df909554e2401f307925e1bd45d576e4176d9de9
5880Author: Heiko Schocher <hs@denx.de>
5881Date: Thu Feb 19 17:24:01 2009 +0100
5882
5883 8xx, mgsuvd: updates for 2009.03
5884
5885 - activate Rx buf len > 1 on SMC
5886 - pram activated
5887 - MTDPARTS_DEFAULT defined
5888 - update the size of the flash in the DTS
5889 before booting Linux
5890 - MONITOR_LEN updated to 384k
5891 - added CONFIG_HOSTNAME
5892 - added CONFIG_ENV_BUFFER_PRINT
5893 - Environment size reduced to 16k
5894
5895 Signed-off-by: Heiko Schocher <hs@denx.de>
5896
5897commit 3511b4e208e12be85b532866f1c660aa2e021557
5898Author: Dirk Behme <dirk.behme@googlemail.com>
5899Date: Wed Feb 18 19:59:39 2009 +0100
5900
5901 MMC: Don't use new framework code if not enabled
5902
5903 Don't use code of new MMC framework in cmd_mmc if CONFIG_GENERIC_MMC
5904 isn't enabled.
5905
5906 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
5907
5908commit 32482be67775e00b4cbc49fba62347c1ecc6229c
5909Author: Wolfgang Denk <wd@denx.de>
5910Date: Thu Feb 19 13:53:29 2009 +0100
5911
5912 TQM8xxL: make some room in low memory for future needs
5913
5914 THe TQM8xxL use a ahnd-optimized linker script to efficiently use the
5915 small boot sectors in the flash. This patch makes some room in the
5916 first sector to prepare for a size increase of lib_generic/vsprintf.o
5917 by a future patch.
5918
5919 Signed-off-by: Wolfgang Denk <wd@denx.de>
5920
5921commit c157cec3c3f6dfc194532b3a3ca87f85b642962a
5922Author: Kim Phillips <kim.phillips@freescale.com>
5923Date: Wed Feb 18 18:06:18 2009 -0600
5924
5925 README: remove duplicate entry
5926
5927 it's been around since the original commit (2ad6b513) that added two
5928 identical entries.
5929
5930 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
5931
5932commit 1bba30efe1717bea13026e15c7c7d906419fac69
5933Author: Wolfgang Denk <wd@denx.de>
5934Date: Thu Feb 19 00:41:08 2009 +0100
5935
5936 Coding style cleanup, update CHANGELOG
5937
5938 Signed-off-by: Wolfgang Denk <wd@denx.de>
5939
1bba30ef
WD
5940commit 369d0aa9674b65c83f8553b9bcf9d207dc369223
5941Author: Kim Phillips <kim.phillips@freescale.com>
5942Date: Wed Feb 18 17:43:59 2009 -0600
5943
5944 sata_sil3114: fix compiler warning
5945
5946 judging from other printfs in the same file, it seems ata should be
5947 postpended with the interface number, not the address of the global
5948 port variable. Fixes this for current u-boot-mpc83xx tree:
5949
5950 Configuring for MPC8349ITX board...
5951 sata_sil3114.c: In function 'sata_bus_softreset':
5952 sata_sil3114.c:99: warning: format '%u' expects type 'unsigned int', but argument 2 has type 'struct sata_port *'
5953 sata_sil3114.c:108: warning: format '%u' expects type 'unsigned int', but argument 2 has type 'struct sata_port *'
5954
5955 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
5956
5957commit f5675aa5ceeef30740970ab8ca0c8cbc324945cd
5958Author: Ron Madrid <ron_madrid@sbcglobal.net>
5959Date: Wed Feb 18 14:30:44 2009 -0800
5960
5961 Create configuration option for restricted ns16550 functions
5962
5963 This patch will create a configuration option for a minimum configuration for
5964 the ns16550 serial driver at drivers/serial/ns16550.c and will apply this new
5965 configuration option to the SIMPC8313.h config file in order to fix the NAND
5966 bootstrap build error. This option will exclude all functions with exception of
5967 NS16550_putc and NS16550_init. This will be used primarily to save space and
5968 remove unused code from builds in which space is limited.
5969
5970 Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net>
5971
5972commit 7b0bc0219db8981613259473cf19699ac259b4fb
5973Author: Kim Phillips <kim.phillips@freescale.com>
5974Date: Wed Feb 18 16:14:29 2009 -0600
5975
5976 mkconfig: include board config.h before asm/config.h
5977
5978 swapping the include order suppresses warnings for board configs
5979 that define their own CONFIG_MAX_MEM_MAPPED:
5980
5981 In file included from /home/r1aaha/git/u-boot/include/config.h:5,
5982 from /home/r1aaha/git/u-boot/include/common.h:35,
5983 from simpc8313.c:26:
5984 /home/r1aaha/git/u-boot/include/configs/SIMPC8313.h:81:1: warning:
5985 "CONFIG_MAX_MEM_MAPPED" redefined
5986 In file included from /home/r1aaha/git/u-boot/include/config.h:4,
5987 from /home/r1aaha/git/u-boot/include/common.h:35,
5988 from simpc8313.c:26:
5989 /home/r1aaha/git/u-boot/include/asm/config.h:28:1: warning: this is
5990 the location of the previous definition
5991
5992 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
5993
5994commit b8845abdc0dcf20d0944e965153f5ae7a9c3077c
5995Author: Wolfgang Denk <wd@denx.de>
5996Date: Wed Feb 18 21:35:38 2009 +0100
5997
5998 Fix build errors after making flash_get_info() non-static
5999
6000 Fix for these build problems:
6001 error: static declaration of 'flash_get_info' follows non-static declaration
6002
6003 Signed-off-by: Wolfgang Denk <wd@denx.de>
6004
09fee8e8
WD
6005commit b4996d6b2140e5da7f1c346f37a67b19907b307a
6006Author: Stefan Roese <sr@denx.de>
6007Date: Wed Feb 18 13:18:00 2009 +0100
6008
6009 ppc4xx: PCIe: Change 16GB inbound memory to 4GB
6010
6011 This patch fixes a problem recently seen on some 4xx platforms. For
6012 example on Kilauea PCIe slot #0.
6013
6014 Signed-off-by: Stefan Roese <sr@denx.de>
6015
6016commit f50fe4bd613c6d35a2c34055f02e9501dd6a9ad5
6017Author: Stefan Roese <sr@denx.de>
6018Date: Wed Feb 18 14:05:37 2009 +0100
6019
6020 ppc4xx: Some more PMC405 coding-style cleanup
6021
6022 Signed-off-by: Stefan Roese <sr@denx.de>
6023
6024commit 2f6eb9170bf91b72ea51dcea2a8b9c11b0e20bc5
6025Author: Matthias Fuchs <matthias.fuchs@esd.eu>
6026Date: Sun Feb 15 22:27:47 2009 +0100
6027
6028 ppc4xx: Update PMC405 board support
6029
6030 This patch prepares the good old PMC405 board support for
6031 upcoming PMC405V2 patches.
6032
6033 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
6034 Signed-off-by: Stefan Roese <sr@denx.de>
6035
6036commit c553b5f4a0c77fc76e1d25e71c8aaa47657e2d6f
6037Author: Matthias Fuchs <matthias.fuchs@esd.eu>
6038Date: Sun Feb 15 22:26:54 2009 +0100
6039
6040 ppc4xx: Cleanup PMC405 board support
6041
6042 This patch fixes coding style for PMC405 board support.
6043 Also some unneeded features/code is removed.
6044
6045 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
6046 Signed-off-by: Stefan Roese <sr@denx.de>
6047
6048commit b4e85d0f37b5b924fbf834867ad6d0b31b86f667
6049Author: Ilya Yanok <yanok@emcraft.com>
6050Date: Thu Feb 5 04:08:20 2009 +0100
6051
6052 qong: changes to Dave/DENX Qong configuration
6053
6054 1. Changes to the default environment:
6055 - "bootcmd" defined as "run flash_self"
6056 - "saveenv" command removed from "update"
6057 - "uboot" changed to "u-boot" (also in "load")
6058 - "addmtd" variable defined (and added to all boot commands)
6059 2. CONFIG_CMD_JFFS2 defined to enable "mtdparts" command
6060 3. MTDIDS_DEFAULT and MTDPARTS_DEFAULT defined
6061 4. CONFIG_SYS_CBSIZE changed from 256 to 512. That solves the problem
6062 with truncated "bootargs" environment variable.
6063
6064 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
6065
1bba30ef
WD
6066commit 5f0320108870e5d62983d1d5c13a2a087dddf686
6067Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6068Date: Sun Feb 1 17:07:52 2009 +0100
6069
6070 common/console: avoid ifdef CONFIG_CONSOLE_MUX when it's possible
6071
6072 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6073
6074commit ec6f14994602276660f7264c6ab3b91ef1f7614d
6075Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6076Date: Sun Feb 1 17:07:51 2009 +0100
6077
6078 common/console: coding style cleanup
6079
6080 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6081
6082commit daaf74f176b548dfd34a9990231f4189201d57ba
6083Author: Mike Frysinger <vapier@gentoo.org>
6084Date: Thu Jan 29 20:02:23 2009 -0500
6085
6086 mpc8xx_pcmcia: move CONFIG_8xx out of .c file and into Makefile
6087
6088 Move the CONFIG_8xx mpc8xx_pcmcia.c protection out of the C file and
6089 into the Makefile so we avoid pointless compiling of the file.
6090
6091 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6092
6093commit 7bd2722e890bc877a3c057d7ccddc80451c99939
6094Author: Mike Frysinger <vapier@gentoo.org>
6095Date: Thu Jan 29 20:02:07 2009 -0500
6096
6097 disk: convert part_* files to COBJ-$(CONFIG_XXX) style
6098
6099 Move the CONFIG_XXX out of the part_XXX.c file and into Makefile to
6100 avoid pointless compiles.
6101
6102 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6103
6104commit f05fa9205e04986176dc7ab8b710bcb5fbe9f338
6105Author: Petri Lehtinen <petri.lehtinen@inoi.fi>
6106Date: Thu Jan 29 10:35:40 2009 +0200
6107
6108 include/image.h: Ease grepping of image_* functions
6109
6110 Because the functions have been defined using macros, grepping for
6111 their definitions is not possible. This patch adds the real function
6112 names in comments.
6113
6114 Signed-off-by: Petri Lehtinen <petri.lehtinen@inoi.fi>
6115 Acked-by: Mike Frysinger <vapier@gentoo.org>
6116
6117commit bdab39d358e63aa47f400a8a76b8d5f283842df3
6118Author: Mike Frysinger <vapier@gentoo.org>
6119Date: Wed Jan 28 19:08:14 2009 -0500
6120
6121 rename CONFIG_CMD_ENV to CONFIG_CMD_SAVEENV
6122
6123 The CONFIG_CMD_ENV option controls enablement of the `saveenv` command
6124 rather than a generic "env" command, or anything else related to the
6125 environment. So, let's make sure the define is named accordingly.
6126
6127 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6128
6129commit 8b0592b89e0f9f81c9e150c81d96f8a43e4d6101
6130Author: Valeriy Glushkov <gvv@lstec.com>
6131Date: Fri Jan 23 20:02:17 2009 +0200
6132
6133 disable imls command if no flash is defined
6134
6135 Default CONFIG_CMD_IMLS must be disabled when CONFIG_SYS_NO_FLASH is defined
6136
6137 Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
6138
6139commit 923aa48126259c13de95131203f1d28bfa5cb889
6140Author: Rafal Jaworowski <raj@semihalf.com>
6141Date: Fri Jan 23 13:27:18 2009 +0100
6142
6143 API: Improve glue mid-layer of the API demo application.
6144
6145 - Extend ub_dev_read() and ub_dev_recv() so they return the length actually
6146 read, which allows for better control and error handling (this introduces
6147 additional error code API_ESYSC returned by the glue mid-layer).
6148
6149 - Clean up definitions naming and usage.
6150
6151 - Other minor cosmetics.
6152
6153 Note these changes do not touch the API proper, so the interface between
6154 U-Boot and standalone applications remains unchanged.
6155
6156 Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
6157
6158commit 44a94e596ba0f6d0951b165403c520bf55b1c56f
6159Author: Rafal Jaworowski <raj@semihalf.com>
6160Date: Fri Jan 23 13:27:17 2009 +0100
6161
6162 API: Only output test data when reading was successful.
6163
6164 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
6165
6166commit 7fb6c4f9b06c5539043c8bfc6565710b8090841d
6167Author: Rafal Jaworowski <raj@semihalf.com>
6168Date: Fri Jan 23 13:27:16 2009 +0100
6169
6170 API: Provide syscall entry point for the ARM architecture.
6171
6172 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
6173 Acked-by: Rafal Jaworowski <raj@semihalf.com>
6174
6175commit b84d7d8f1e1066f810866304a16a3583f88e7c98
6176Author: Rafal Jaworowski <raj@semihalf.com>
6177Date: Fri Jan 23 13:27:15 2009 +0100
6178
6179 API: Use stack pointer as API signature search hint in the glue layer.
6180
6181 De-hardcode range in RAM we search for the API signature. Instead use the stack
6182 pointer as a hint to narrow down the range in which the signature could reside
6183 (it is malloc'ed on the U-Boot heap, and is hoped to remain in some proximity
6184 from stack area). Adjust PowerPC code in API demo to the new scheme.
6185
6186 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
6187 Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
6188
6189commit 86b4bafdfaf669ede8fd99044abc7e27ea29b4f5
6190Author: Wolfgang Denk <wd@denx.de>
6191Date: Tue Feb 17 10:26:38 2009 +0100
6192
6193 TQM8260: fix locations of kernel and ramdisk images in flash
6194
6195 After introducing redundant environment the kernel images was
6196 overlapping with environment.
6197
6198 Signed-off-by: Wolfgang Denk <wd@denx.de>
6199
b3dd629e
WD
6200commit 2b68b23373f96199a0cafbfd7a9f79ed62381ebb
6201Author: Heiko Schocher <hs@denx.de>
6202Date: Wed Feb 11 19:26:15 2009 +0100
6203
6204 83xx: add missing TIMING_CFG1_CASLAT_* defines
6205
6206 Signed-off-by: Heiko Schocher <hs@denx.de>
6207 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
6208
6209commit c9e34fe2e86f7b6cc8260f4b24cbdc7dd81e04c5
6210Author: Valeriy Glushkov <gvv@lstec.com>
6211Date: Thu Feb 5 14:35:21 2009 +0200
6212
6213 mpc8349itx: allow SATA boot from the onboard SIL1334
6214
6215 This patch allows using of SATA devices connected
6216 to the onboard PCI SIL1334 SATA controller.
6217
6218 Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
6219 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
6220
1bba30ef
WD
6221commit e1ac387f4645499746856adc1aeaa9787da2eca6
6222Author: Andy Fleming <afleming@freescale.com>
6223Date: Thu Oct 30 16:50:14 2008 -0500
6224
6225 83xx: Add eSDHC support on 8379 EMDS board
6226
6227 Signed-off-by: Andy Fleming <afleming@freescale.com>
6228
6229commit 80522dc8369a89938369fbcee572e662373bc9a3
6230Author: Andy Fleming <afleming@freescale.com>
6231Date: Thu Oct 30 16:51:33 2008 -0500
6232
6233 85xx: Add eSDHC support for 8536 DS
6234
6235 Signed-off-by: Andy Fleming <afleming@freescale.com>
6236
6237commit 50586ef24ed5caf6ce5591df76f355009da2cd79
6238Author: Andy Fleming <afleming@freescale.com>
6239Date: Thu Oct 30 16:47:16 2008 -0500
6240
6241 Add support for the Freescale eSDHC found on 8379 and 8536 SoCs
6242
6243 This uses the new MMC framework
6244
6245 Some contributions by Dave Liu <daveliu@freescale.com>
6246
6247 Signed-off-by: Andy Fleming <afleming@freescale.com>
6248
6249commit 272cc70b211e945e4413122aa73868f6ada732a5
6250Author: Andy Fleming <afleming@freescale.com>
6251Date: Thu Oct 30 16:41:01 2008 -0500
6252
6253 Add MMC Framework
6254
6255 Here's a new framework (based roughly off the linux one) for managing
6256 MMC controllers. It handles all of the standard SD/MMC transactions,
6257 leaving the host drivers to implement only what is necessary to
6258 deal with their specific hardware.
6259
6260 This also hooks the infrastructure into the PowerPC board code
6261 (similar to how the ethernet infrastructure now hooks in)
6262
6263 Some of this code was contributed by Dave Liu <daveliu@freescale.com>
6264
6265 Signed-off-by: Andy Fleming <afleming@freescale.com>
6266
6267commit 1de97f9856f697380cc504126ab92561ed238803
6268Author: Andy Fleming <afleming@freescale.com>
6269Date: Thu Oct 30 16:31:39 2008 -0500
6270
6271 Eliminated arch-specific mmc header requirement
6272
6273 The current MMC infrastructure relies on the existence of an
6274 arch-specific header file. This isn't necessary, and a couple
6275 drivers were forced to implement dummy files to meet this requirement.
6276 Instead, we move the stuff in those header files into a more appropriate
6277 place, and eliminate the stubs and the #include of asm/arch/mmc.h
6278
6279 Signed-off-by: Andy Fleming <afleming@freescale.com>
6280
6281commit abb5466ccf4ce50f412d459586f4f4b81cb73ac3
6282Author: Andy Fleming <afleming@freescale.com>
6283Date: Thu Oct 30 16:21:00 2008 -0500
6284
6285 Convert mmc_init to mmc_legacy_init
6286
6287 This is to get it out of the way of incoming MMC framework
6288
6289 Signed-off-by: Andy Fleming <afleming@freescale.com>
6290
6291commit b2e2ed0233a5ef299361abec4fbdaefb63456eff
6292Author: Andy Fleming <afleming@freescale.com>
6293Date: Thu Oct 30 16:19:25 2008 -0500
6294
6295 Eliminate support for using MMC as memory
6296
6297 MMC cards are not memory, so we stop treating them that way.
6298
6299 Signed-off-by: Andy Fleming <afleming@freescale.com>
6300
6301commit e1be0d25ecf494ae81245ca438738ba839d6329b
6302Author: Poonam_Aggrwal-b10812 <b10812@freescale.com>
6303Date: Sun Jan 4 08:46:38 2009 +0530
6304
6305 32bit BUg fix for DDR2 on 8572
6306
6307 This errata fix is required for 32 bit DDR2 controller on 8572.
6308 May also be required for P10XX20XX platforms
6309
6310 Signed-off-by: Poonam_Agarwal-b10812 <b10812@lc1106.zin33.ap.freescale.net>
6311
6312commit e0c4fac79d4d74572ddd43f75e7189cecca8d0ad
6313Author: Andy Fleming <afleming@freescale.com>
6314Date: Mon Feb 16 09:40:20 2009 -0600
6315
6316 TQM85xx: Fix a couple warnings in TQM8548 build
6317
6318 The ecm variable in sdram.c was being declared for all 8548, but only
6319 used by specific 8548 boards, so we make that variable require those
6320 specific boards, too
6321
6322 The nand code was using an index "i" into a table, and then re-using "i"
6323 to set addresses for each upm. However, then it relied on the old value
6324 of i still being there to enable things. Changed the second "i" to "j"
6325
6326 Signed-off-by: Andy Fleming <afleming@freescale.com>
6327
6328commit cf07a5baece0ecfc5284cfda8a4e68eaf92782f8
6329Author: Wolfgang Grandegger <wg@grandegger.com>
6330Date: Wed Feb 11 18:38:26 2009 +0100
6331
6332 MPC85xx: TQM8548: workaround for erratum DDR 19 and 20
6333
6334 This patch adds the workaround for erratum DDR20 according to MPC8548
6335 Device Errata document, Rev. 1: "CKE signal may not function correctly
6336 after assertion of HRESET". Furthermore, the bug DDR19 is fixed in
6337 processor version 2.1 and the work-around must be removed.
6338
6339 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
6340
6341commit 080408fdc71706adcb883d22125637c54f6010b1
6342Author: Wolfgang Grandegger <wg@grandegger.com>
6343Date: Wed Feb 11 18:38:25 2009 +0100
6344
6345 MPC85xx: TQM8548: use cache for AG and BE variants
6346
6347 This patch makes accesses to the system memory cachable by removing the
6348 caching-inhibited and guarded flags from the relevant TLB entries for
6349 the TQM8548_BE and TQM8548_AG modules. FYI, the Freescale MPC85* boards
6350 are configured similarly.
6351
6352 This results in a big averall performace improvement. TFTP downloads,
6353 NAND Flash accesses, kernel boots, etc. are much faster.
6354
6355 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
6356
6357commit dc5f55d636d7bf21ba17758fac4b929ec4c059f2
6358Author: Wolfgang Grandegger <wg@grandegger.com>
6359Date: Wed Feb 11 18:38:24 2009 +0100
6360
6361 MPC85xx: TQM8548_AG: add 1 GiB DDR2-SDRAM configuration
6362
6363 This patch add support for the 1 GiB DDR2-SDRAM on the TQM8548_AG
6364 module.
6365
6366 Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
6367 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
6368
6369commit 88b0e88d186479349e5a2b771e82775109e10fb4
6370Author: Wolfgang Grandegger <wg@grandegger.com>
6371Date: Wed Feb 11 18:38:23 2009 +0100
6372
6373 MPC85xx: TQM8548: fix SDRAM timing for 533 MHz
6374
6375 According to new TQM8548 timing specification:
6376 Refresh Recovery: 34 -> 53 clocks
6377 CKE pulse width: 1 -> 3 cycles
6378 Window for four activities: 13 -> 14 cycles
6379
6380 Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
6381 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
6382
6383commit a865bcdac89278cac4dfc07dec8299403110499d
6384Author: Wolfgang Grandegger <wg@grandegger.com>
6385Date: Wed Feb 11 18:38:22 2009 +0100
6386
6387 MPC85xx: TQM8548: add support for the TQM8548_AG module
6388
6389 The TQM8548_AG is a variant of the TQM8548 module with 1 GiB memory,
6390 CAN and without PCI/PCI-X and RTC. U-Boot can be built for this module
6391 with "$ make TQM8548_AG_config".
6392
6393 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
6394
6395commit ad7ee5d43b0db94079d56521dabca25674f28747
6396Author: Wolfgang Grandegger <wg@grandegger.com>
6397Date: Wed Feb 11 18:38:21 2009 +0100
6398
6399 MPC85xx: TQM8548: add support for the TQM8548_BE module
6400
6401 The TQM8548_BE is a variant of the TQM8548 module with NAND and CAN
6402 interface. With NAND support, the image is significantly larger and
6403 TEXT_BASE is adjusted accordingly. U-Boot can be built for this
6404 module with "$ make TQM8548_BE_config".
6405
6406 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
6407
6408commit a318234878c346e673b2ef8dc4b14b338fe7fc2b
6409Author: Wolfgang Grandegger <wg@grandegger.com>
6410Date: Wed Feb 11 18:38:20 2009 +0100
6411
6412 MPC85xx: TQM85xx: make standard PCI/PCI-X configurable
6413
6414 The TQM8548_AG module does not have the standard PCI/PCI-X interface
6415 connected but just the PCI Express interface . So far it was not
6416 possible to disable it without disabling the complete PCI interface
6417 (CONFIG_PCI) including PCI Express.
6418
6419 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
6420
6421commit 31ca9119c3186cec579b54d2a7a2b361b4d2b7bf
6422Author: Wolfgang Grandegger <wg@grandegger.com>
6423Date: Wed Feb 11 18:38:19 2009 +0100
6424
6425 MPC85xx: TQM85xx: fix flash protection for boot loader
6426
6427 As the reset vector is located at 0xfffffffc, all flash sectors from the
6428 beginning of the U-Boot binary to 0xffffffff must be protected. On the
6429 TQM8548-AG having small sectors at the end of the flash it happened that
6430 the last two sector were not protected and an "erase all" left an
6431 un-bootable system behind:
6432
6433 Bank # 2: CFI conformant FLASH (32 x 16) Size: 32 MB in 270 Sectors
6434 AMD Standard command set, Manufacturer ID: 0xEC, Device ID: 0x257E
6435 Erase timeout: 8192 ms, write timeout: 1 ms
6436
6437 FFFA0000 E RO FFFC0000 RO FFFE0000 RO FFFE4000 RO FFFE8000 RO
6438 FFFEC000 RO FFFF0000 RO FFFF4000 RO FFFF8000 E FFFFC000
6439
6440 The same bug seems to be in drivers/mtd/cfi_flash.c:flash_init() and many
6441 board BSPs as well.
6442
6443 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
6444
6445commit a1c8a719262151f97119e76166043ee3da3f97b2
6446Author: Peter Tyser <ptyser@xes-inc.com>
6447Date: Fri Feb 6 14:30:40 2009 -0600
6448
6449 86xx: Update CPU info output on bootup
6450
6451 - Update style of 86xx CPU information on boot to more closely
6452 match 85xx boards
6453 - Fix detection of 8641/8641D
6454 - Use strmhz() to display frequencies
6455 - Display L1 information
6456 - Display L2 cache size
6457 - Fixed CPU/SVR version output
6458
6459 == Before ==
6460 Freescale PowerPC
6461 CPU:
6462 Core: E600 Core 0, Version: 0.2, (0x80040202)
6463 System: Unknown, Version: 2.1, (0x80900121)
6464 Clocks: CPU:1066 MHz, MPX: 533 MHz, DDR: 266 MHz, LBC: 133 MHz
6465 L2: Enabled
6466 Board: X-ES XPedite5170 3U VPX SBC
6467
6468 == After ==
6469 CPU: 8641D, Version: 2.1, (0x80900121)
6470 Core: E600 Core 0, Version: 2.2, (0x80040202)
6471 Clock Configuration:
6472 CPU:1066.667 MHz, MPX:533.333 MHz
6473 DDR:266.667 MHz (533.333 MT/s data rate), LBC:133.333 MHz
6474 L1: D-cache 32 KB enabled
6475 I-cache 32 KB enabled
6476 L2: 512 KB enabled
6477 Board: X-ES XPedite5170 3U VPX SBC
6478
6479 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
6480
6481commit 22c00f8d7d454d77e759df58415d2d3f3d7e154c
6482Author: Peter Tyser <ptyser@xes-inc.com>
6483Date: Thu Feb 5 11:25:24 2009 -0600
6484
6485 86xx: Update Global Utilities structure
6486
6487 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
6488
6489commit 4ef630df773e45806d701bf5d25c328778bb4cde
6490Author: Peter Tyser <ptyser@xes-inc.com>
6491Date: Thu Feb 5 11:25:25 2009 -0600
6492
6493 86xx: Reset update
6494
6495 Update the 86xx reset sequence to try executing a board-specific reset
6496 function. If the board-specific reset is not implemented or does not
6497 succeed, then assert #HRESET_REQ. Using #HRESET_REQ is a more standard
6498 reset procedure than the previous method and allows all board
6499 peripherals to be reset if needed.
6500
6501 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
6502
6503commit edf0e2524a8c6a3e91c009c496a0aa0ae89cd8ab
6504Author: Kumar Gala <galak@kernel.crashing.org>
6505Date: Tue Feb 10 23:53:40 2009 -0600
6506
6507 fsl-ddr: Allow system to boot if we have more than 4G of memory
6508
6509 Previously if we >=4G of memory and !CONFIG_PHYS_64BIT we'd report
6510 an error and hang. Instead of doing that since DDR is mapped in the
6511 lowest priority LAWs we setup the DDR controller and the max amount
6512 of memory we report back is what we can map (CONFIG_MAX_MEM_MAPPED)
6513
6514 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6515 Acked-by: Becky Bruce <beckyb@kernel.crashing.org>
6516
6517commit 8d949aff38cfb4388cbd73876e77bcd06d601f20
6518Author: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
6519Date: Wed Jan 21 17:17:33 2009 -0600
6520
6521 mpc85xx: Add support for the P2020
6522
6523 Added various p2020 processor specific details:
6524 * SVR for p2020, p2020E
6525 * immap updates for LAWs and DDR on p2020
6526 * LAW defines related to p2020
6527
6528 Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
6529 Signed-off-by: Travis Wheatley <Travis.Wheatley@freescale.com>
6530 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6531
6532commit cb69e4de8702e108324e1c40363f30ef6f2e2918
6533Author: Kumar Gala <galak@kernel.crashing.org>
6534Date: Tue Feb 10 17:36:15 2009 -0600
6535
6536 85xx: print boot header info to distinquish 36-bit addr map on MPC8572 DS
6537
6538 Added some info that is printed out when we boot to distiquish if we
6539 built MPC8572DS_config vs MPC8572DS_36BIT_config since they have
6540 different address maps.
6541
6542 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6543
6544commit feede8b07013b33fca8dd2a916b3ac86bf4d4c0a
6545Author: Andy Fleming <afleming@freescale.com>
6546Date: Fri Dec 5 20:10:22 2008 -0600
6547
6548 Fixup SGMII PHY ids in the device tree
6549
6550 The device tree's PHY addresses need to be fixed up if we're using the
6551 SGMII Riser Card.
6552
6553 The 8572, 8536, and 8544 DS boards were modified to call this function.
6554
6555 Code idea taken from Liu Yu <yu.liu@freescale.com>
6556
6557 Signed-off-by: Andy Fleming <afleming@freescale.com>
6558
6559commit 5dc0cf68f8f101042997d75188081d8526d705ea
6560Author: Andy Fleming <afleming@freescale.com>
6561Date: Wed Feb 11 15:10:31 2009 -0600
6562
6563 Make some minor whitespace changes to eliminate line-wrapping
6564
6565 Signed-off-by: Andy Fleming <afleming@freescale.com>
6566
6567commit 9e56986a2b74d197f51eca70fad7b836b1900c4d
6568Author: Andy Fleming <afleming@freescale.com>
6569Date: Wed Feb 11 15:07:24 2009 -0600
6570
6571 Add eth_get_dev_by_index
6572
6573 This allows code to iterate through the ethernet devices
6574
6575 Signed-off-by: Andy Fleming <afleming@freescale.com>
6576
6577commit b67305120aaf268a6140125346678166d14f1f47
6578Author: Kumar Gala <galak@kernel.crashing.org>
6579Date: Mon Feb 9 22:03:04 2009 -0600
6580
6581 85xx: Fix bug in device tree setup in 36-bit physical confg
6582
6583 In the 36-bit physical config for MPC8572DS when need the start address
6584 of memory and it size to be kept in phys_*_t instead of a ulong since
6585 we support >4G of memory in the config and ulong cant represent that.
6586 Otherwise we end up seeing the memory node in the device tree reporting
6587 back we have memory starting @ 0 and of size 0.
6588
6589 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6590
6591commit ad97dce18445ff05bf326094e691a01aa95aa8dc
6592Author: Kumar Gala <galak@kernel.crashing.org>
6593Date: Mon Feb 9 22:03:05 2009 -0600
6594
6595 85xx: Fix address map for 36-bit config of MPC8572DS
6596
6597 When we introduced the 36-bit config of the MPC8572DS board we had the
6598 wrong PCI MEM bus address map. Additionally, the change to the address
6599 map exposes a small issue in our dummy read on the ULI bus. We need
6600 to use the new mapping functions to handle that read properly in the
6601 36-bit config.
6602
6603 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6604
6605commit f8523cb0815b2d3d2d780b7d49ca614105555f58
6606Author: Kumar Gala <galak@kernel.crashing.org>
6607Date: Fri Feb 6 09:56:35 2009 -0600
6608
6609 85xx: Fix how we map DDR memory
6610
6611 Previously we only allowed power-of-two memory sizes and didnt
6612 handle >2G of memory. Now we will map up to CONFIG_MAX_MEM_MAPPED
6613 and should properly handle any size that we can make in the TLBs
6614 we have available to us
6615
6616 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6617
6618commit 1542fbdeec0d1e2a6df13189df8dcb1ce8802be3
6619Author: Kumar Gala <galak@kernel.crashing.org>
6620Date: Fri Feb 6 09:56:34 2009 -0600
6621
6622 fsl-ddr: ignore memctl_intlv_ctl setting if only one DDR controller
6623
6624 If we only have one controller we can completely ignore how
6625 memctl_intlv_ctl is set. Otherwise other levels of code get confused
6626 and think we have twice as much memory.
6627
6628 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6629
6630commit b29dee3c906e9daaf6baf7772d2e15e26b8636b8
6631Author: Kumar Gala <galak@kernel.crashing.org>
6632Date: Wed Feb 4 09:35:57 2009 -0600
6633
6634 85xx: Format cpu freq printing to handle 8 cores
6635
6636 Only print 4 cpu freq per line. This way when we have 8 cores its a
6637 bit more readable.
6638
6639 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6640
6641commit 9704f9caf53f5cae547d8c5e1ae94aa4e57b160f
6642Author: Abraham, Thomas <t-abraham@ti.com>
6643Date: Tue Oct 28 16:51:31 2008 +0530
6644
6645 USB: Remove LUN number from CDB
6646
6647 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.
6648
6649 Signed-off-by: Thomas Abraham <t-abraham@ti.com>
6650 Signed-off-by: Remy Bohmer <linux@bohmer.net>
6651
6652commit f3c0de636252f3a18654c8f9c6370a9574a7e755
6653Author: Atin Malaviya <atin.malaviya@gmail.com>
6654Date: Tue Feb 3 15:17:10 2009 -0500
6655
6656 Added usbtty_configured() check. Fixed attribute(packed) warnings.
6657
6658 V3: Fixed line-wrap problem due to user error in mail!
6659
6660 Added usb_configured() checks in usbtty_puts() and usbtty_putc() to get around a hang
6661 when usb is not connected and the user has set up multi-io (setenv stdout serial,usbtty etc).
6662 Got rid of redundant __attribute__((packed)) directives that were causing warnings from gcc.
6663
6664 Signed-off-by: Atin Malaviya <atin.malaviya@gmail.com>
6665 Signed-off-by: Remy Bohmer <linux@bohmer.net>
6666
6667commit e7de18afe8ecf96a51ef981d06066eeb6b1254e7
6668Author: Guennadi Liakhovetski <lg@denx.de>
6669Date: Fri Feb 13 09:23:36 2009 +0100
6670
6671 i.MX31: Start the I2C clock on driver initialisation
6672
6673 i.MX31 powers on with most clocks running, so, after a power on this explicit
6674 clock start up is not required. However, as Linux boots it disables most clocks
6675 to save power. This includes the I2C clock. If we then soft reboot from Linux
6676 the I2C clock stays off. This breaks the phycore, which has its environment in
6677 I2C EEPROM. Fix the problem by explicitly starting the clock in I2C driver
6678 initialisation routine.
6679
6680 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
6681 Ack-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6682
6683commit 15208ac9eae1c340c4bc11f70cbf5c9da78a57ba
6684Author: Mike Frysinger <vapier@gentoo.org>
6685Date: Wed Feb 11 20:36:14 2009 -0500
6686
6687 i2c.h: drop i2c_reg_{read, write} hack for Blackfin parts
6688
6689 The Blackfin i2c driver has been rewritten thus the special ifdefs in the
6690 common code are no longer needed.
6691
6692 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6693
6694commit c2d9befa0b4695b89476fb5d259742c09afe243f
6695Author: Heiko Schocher <hs@denx.de>
6696Date: Thu Feb 12 08:08:54 2009 +0100
6697
6698 82xx, mgcoge: fix compile error
6699
6700 With actual u-boot compiling the mgcoge port fails, because
6701 since commit ba705b5b1a97b47388ed48858bef6bf7b6bfcd56 it is
6702 necessary to define CONFIG_NET_MULTI.
6703
6704 Seems to me the mgcoge port is the only actual existing 8260
6705 port who uses CONFIG_ETHER_ON_SCC, so no other 8260 port needed
6706 to be fixed.
6707
6708 Signed-off-by: Heiko Schocher <hs@denx.de>
6709
6710commit 9cacf4fc4035eabe9d9ae2a9a188c51a8027c91e
6711Author: Dirk Eibach <eibach@gdsys.de>
6712Date: Mon Feb 9 08:18:34 2009 +0100
6713
6714 ppc4xx: Add README entry for CONFIG_PCI_DISABLE_PCIE
6715
6716 Signed-off-by: Dirk Eibach <eibach@gdsys.de>
6717 Signed-off-by: Stefan Roese <sr@denx.de>
6718
6719commit 7369f0e384e2a831be13a7773a58242c9173fa9c
6720Author: Carolyn Smith <carolyn.smith@tektronix.com>
6721Date: Thu Feb 12 06:13:44 2009 +0100
6722
6723 ppc4xx: Fix initialization of the SDRAM_CODT register
6724
6725 This fixes the initialization of the SDRAM_CODT register in the ppc4xx DDR2
6726 initialization code. It also removes use of the SDRAM_CODT_FEEDBACK_RCV_SINGLE_END
6727 and SDRAM_CODT_FEEDBACK_DRV_SINGLE_END #define's since they are reserved bits.
6728
6729 Signed-off-by: Carolyn Smith <carolyn.smith@tektronix.com>
6730 Signed-off-by: Stefan Roese <sr@denx.de>
6731
6732commit cef0efaf2fa55d1f25066cfb02bd984c27f9ca31
6733Author: Stefan Roese <sr@denx.de>
6734Date: Wed Feb 11 09:29:33 2009 +0100
6735
6736 ppc4xx: Fix problem with board_eth_init() vs cpu_eth_init() on AMCC boards
6737
6738 Some AMCC eval boards do have a board_eth_init() function calling
6739 pci_eth_init(). These boards need to call cpu_eth_init() explicitly now
6740 with the new eth_init rework.
6741
6742 Signed-off-by: Stefan Roese <sr@denx.de>
6743
6744commit c645012aefebb301e6907d148c6c8efacac049d4
6745Author: Adam Graham <agraham@amcc.com>
6746Date: Mon Feb 9 13:18:12 2009 -0800
6747
6748 ppc4xx: Autocalibration can set RDCC to over aggressive value.
6749
6750 The criteria of the AMCC SDRAM Controller DDR autocalibration
6751 U-Boot code is to pick the largest passing write/read/compare
6752 window that also has the smallest SDRAM_RDCC.[RDSS] Read Sample
6753 Cycle Select value.
6754
6755 On some Kilauea boards the DDR autocalibration algorithm can
6756 find a large passing write/read/compare window with a small
6757 SDRAM_RDCC.[RDSS] aggressive value of Read Sample Cycle Select
6758 value "T1 Sample".
6759
6760 This SDRAM_RDCC.[RDSS] Read Sample Cycle Select value of
6761 "T1 Sample" proves to be to aggressive when later on U-Boot
6762 relocates into DDR memory and executes.
6763
6764 The memory traces on the Kilauea board are short so on some
6765 Kilauea boards the SDRAM_RDCC.[RDSS] Read Sample Cycle Select
6766 value of "T1 Sample" shows up as a potentially valid value for
6767 the DDR autocalibratiion algorithm.
6768
6769 The fix is to define a weak default function which provides
6770 the minimum SDRAM_RDCC.[RDSS] Read Sample Cycle Select value
6771 to accept for DDR autocalibration. The default will be the
6772 "T2 Sample" value. A board developer who has a well defined
6773 board and chooses to be more aggressive can always provide
6774 their own board specific string function with the more
6775 aggressive "T1 Sample" value or stick with the default
6776 minimum SDRAM_RDCC.[RDSS] value of "T2".
6777
6778 Also put in a autocalibration loop fix for case where current
6779 write/read/compare passing window size is the same as a prior
6780 window size, then in this case choose the write/read/compare
6781 result that has the associated smallest RDCC T-Sample value.
6782
6783 Signed-off-by: Adam Graham <agraham@amcc.com>
6784 Signed-off-by: Stefan Roese <sr@denx.de>
6785
6786commit 2ede879fcb67470524847bb4fc8972651bb46184
6787Author: Stefan Roese <sr@denx.de>
6788Date: Wed Feb 11 09:37:12 2009 +0100
6789
6790 ppc4xx: Fix problem with CONFIG_MAX_MEM_MAPPED in include/asm-ppc/config.h
6791
6792 CONFIG_SDRAM_PPC4xx_IBM_DDR2 is not set when include/asm-ppc/config.h is
6793 included. So for katmai, CONFIG_MAX_MEM_MAPPED will get set to 256MB.
6794
6795 It makes perfect sense to set CONFIG_MAX_MEM_MAPPED to 2GB for all PPC4xx
6796 boards right now.
6797
6798 Signed-off-by: Stefan Roese <sr@denx.de>
6799
6800commit f15c6515fc23f83c51f3de272ca23d86b80e81b1
6801Author: Wolfgang Denk <wd@denx.de>
6802Date: Thu Feb 12 00:08:39 2009 +0100
6803
6804 Coding style cleanup; update CHANGELOG
6805
6806 Signed-off-by: Wolfgang Denk <wd@denx.de>
6807
f15c6515
WD
6808commit 5fc56b907d993260b9ebdb137af66fe69635ae9e
6809Author: Peter Tyser <ptyser@xes-inc.com>
6810Date: Fri Jan 30 16:36:40 2009 -0600
6811
6812 Add feature-removal-schedule.txt
6813
6814 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
6815
6816commit 255d28e1642e8fc32a6753226be1a96b481ce111
6817Author: Heiko Schocher <hs@denx.de>
6818Date: Tue Feb 10 09:32:38 2009 +0100
6819
6820 8xx serial, smc: Coding-Style cleanup serial SMC driver
6821
6822 Signed-off-by: Heiko Schocher <hs@denx.de>
6823
6824commit 2b3f12c214346508cae3f1245808c1ca54c81fdd
6825Author: Heiko Schocher <hs@denx.de>
6826Date: Tue Feb 10 09:31:47 2009 +0100
6827
6828 8xx serial, smc: add configurable SMC Rx buffer len
6829
6830 This patch adds the configuration option CONFIG_SYS_SMC_RXBUFLEN.
6831 With this option it is possible to allow the receive
6832 buffer for the SMC on 8xx to be greater then 1. In case
6833 CONFIG_SYS_SMC_RXBUFLEN == 1 this driver works as the
6834 old version.
6835
6836 When defining CONFIG_SYS_SMC_RXBUFLEN also
6837 CONFIG_SYS_MAXIDLE must be defined to setup the maximum
6838 idle timeout for the SMC.
6839
6840 Signed-off-by: Heiko Schocher <hs@denx.de>
6841
6842commit e915f8bb73d74178bc21d3a457959883b1afd1c0
6843Author: Mike Frysinger <vapier@gentoo.org>
6844Date: Thu Feb 5 21:04:36 2009 -0500
6845
6846 common/{hush, kgdb, serial}.c: build by COBJS-$(...) in Makefile
6847
6848 Move global '#ifdef CONFIG_xxx .... #endif' out of the .c files and into
6849 the COBJS-$(CONFIG_xxx) in the Makefile. Also delete unused var in kgdb
6850 code in the process.
6851
6852 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6853
6854commit ab76e9848a1f4db64d14233741d739a3b3360c93
6855Author: Mike Frysinger <vapier@gentoo.org>
6856Date: Thu Feb 5 21:04:50 2009 -0500
6857
6858 bzip2: move ifdef handling to Makefile COBJS-$(...)
6859
6860 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6861
6862commit ae0b05df04e1cc65c5ad19ccd362f4be82df7316
6863Author: Jerry Van Baren <gvb.uboot@gmail.com>
6864Date: Thu Feb 5 22:18:02 2009 -0500
6865
6866 Fix whitespace damage: double space changed to a tab
6867
6868 At some point an intentional double space at the end of the sentence
6869 got changed into a tab in the GPL header line:
6870 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
6871
6872 This patch fixes the damage.
6873
6874 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
6875
6876commit 4f975678de995b55749d5e84590c268972a7c835
6877Author: Heiko Schocher <hs@denx.de>
6878Date: Tue Feb 10 09:53:29 2009 +0100
6879
6880 cfi: make flash_get_info() non static
6881
6882 If on your board is more than one flash, you must know
6883 the size of every single flash, for example, for updating
6884 the DTS before booting Linux. So make this function
6885 flash_get_info() extern, and you can have all info
6886 about your flashes.
6887
6888 Signed-off-by: Heiko Schocher <hs@denx.de>
6889 Signed-off-by: Stefan Roese <sr@denx.de>
6890
6891commit 86321fc1128c93a10ac4afb9d317b0df8ece0f9e
6892Author: Ben Warren <biggerbadderben@gmail.com>
6893Date: Thu Feb 5 23:58:25 2009 -0800
6894
6895 net: removed board-specific CONFIGs from MPC5xxx FEC driver
6896
6897 Added new CONFIG options for the three type of MAC-PHY interconnect and
6898 applied them all relevant board config files
6899
6900 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6901
6902commit 638ed3e296e70fab286d157b7adedaaa4a09a474
6903Author: Mike Frysinger <vapier@gentoo.org>
6904Date: Thu Feb 5 21:04:47 2009 -0500
6905
6906 net/sntp.c: move ifdef into Makefile COBJS-$(...)
6907
6908 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6909 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6910
6911commit 9e5be8214ba751436e57c3be044bf6dccb9a6687
6912Author: Andy Fleming <afleming@freescale.com>
6913Date: Tue Feb 3 18:26:41 2009 -0600
6914
6915 tsec: Fix a bug in soft-resetting
6916
6917 SOFT_RESET must be asserted for at least 3 TX clocks. Usually, that's about 30
6918 clock cycles, so it's been mostly working. But we had no guarantee, and at
6919 slower bitrates, it's just over a microsecond (over 1000 clock cycles). This
6920 enforces a 2 microsecond gap between assertion and deassertion.
6921
6922 Signed-off-by: Andy Fleming <afleming@freescale.com>
6923 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6924
6925commit 09fcc8b5d86903b76e7e4d1d879d6f4bca25c27b
6926Author: Simon Munton <simon@nidoran.m5data.com>
6927Date: Mon Feb 2 09:44:08 2009 +0000
6928
6929 Fix 100Mbs ethernet operation on sh7763 based boards
6930
6931 100Mbs ethernet does not work on sh7763 chips due to the wrong value being
6932 used in the GECMR register. Following diff fixes the problem
6933
6934 Signed-off-by: Simon Munton <simon@nidoran.m5data.com>
6935 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6936
6937commit 2bc2a8f6dc9fdda465317da59474e65c24a398a2
6938Author: ksi@koi8.net <ksi@koi8.net>
6939Date: Fri Feb 6 16:27:55 2009 -0800
6940
6941 Fix MPC8260 with ethernet on SCC
6942
6943 This fixes MPC8260 compilation with ethernet on SCC. Probably was a
6944 typo or something...
6945
6946 Signed-off-by: Sergey Kubushyn <ksi@koi8.net>
6947 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6948
6949commit ae5d8f613cec1a6af7bf1fc9c42a3b856f021023
6950Author: Heiko Schocher <hs@denx.de>
6951Date: Fri Jan 30 12:56:15 2009 +0100
6952
6953 82xx serial, smc: Coding-Style cleanup serial SMC driver
6954
6955 Signed-off-by: Heiko Schocher <hs@denx.de>
6956
6957commit c92fac91a06c60f874c605e3ca80dd407c1caaa7
6958Author: Heiko Schocher <hs@denx.de>
6959Date: Fri Jan 30 12:55:38 2009 +0100
6960
6961 82xx serial, smc: add configurable SMC Rx buffer len
6962
6963 This patch adds the configuration option CONFIG_SYS_SMC_RXBUFLEN.
6964 With this option it is possible to allow the receive
6965 buffer for the SMC on 82xx to be greater then 1. In case
6966 CONFIG_SYS_SMC_RXBUFLEN == 1 this driver works as the
6967 old version.
6968
6969 When defining CONFIG_SYS_SMC_RXBUFLEN also
6970 CONFIG_SYS_MAXIDLE must be defined to setup the maximum
6971 idle timeout for the SMC.
6972
6973 Signed-off-by: Heiko Schocher <hs@denx.de>
6974
6975commit bced7ccefa08512c54a6d146658ff7dbc33d5dfe
6976Author: Kumar Gala <galak@kernel.crashing.org>
6977Date: Fri Feb 6 08:08:06 2009 -0600
6978
6979 ppc: Fix roll over bug in flush_cache()
6980
6981 If we call flush_cache(0xfffff000, 0x1000) it would never
6982 terminate the loop since end = 0xffffffff and we'd roll over
6983 our counter from 0xfffffe0 to 0 (assuming a 32-byte cache line)
6984
6985 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6986
6987commit 87c9063963561d3d01064be34d0c30855a56587b
6988Author: Kumar Gala <galak@kernel.crashing.org>
6989Date: Thu Feb 5 20:40:58 2009 -0600
6990
6991 ppc: Move CONFIG_MAX_MEM_MAPPED to common config.h
6992
6993 Moved CONFIG_MAX_MEM_MAPPED to the asm/config.h so its kept consistent
6994 between the two current users (lib_ppc/board.c, 44x SPD DDR2).
6995
6996 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6997 Acked-by: Stefan Roese <sr@denx.de>
6998
6999commit 47d41cc3a11a03c6d56146d056145df73f47eb50
7000Author: Kumar Gala <galak@kernel.crashing.org>
7001Date: Thu Feb 5 20:40:57 2009 -0600
7002
7003 Add an architecture specific config.h for common defines
7004
7005 We have common defines that we duplicate in various ways. Having an
7006 arch specific config.h gives us a common location for those defines.
7007
7008 Eventually we should be able to replace this when we have proper
7009 Kconfig support.
7010
7011 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7012
7013commit 4c78d4a6c01621721b732418e1c6da684a56bbb1
7014Author: Becky Bruce <beckyb@kernel.crashing.org>
7015Date: Tue Feb 3 18:10:56 2009 -0600
7016
7017 mpc8641hpcn: Change PCI MEM pci bus address
7018
7019 Now that the rest of u-boot can support it, change the PCI bus
7020 address of the PCI MEM regions from 0x80000000 to 0xc0000000,
7021 and use the same bus address for both PCI1 and PCI2. This will
7022 maximize the amount of PCI address space left over to map RAM
7023 on systems with large amounts of memory.
7024
7025 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
7026
7027commit 1785dbeed43599eed1d8875673c96912cd770141
7028Author: Becky Bruce <beckyb@kernel.crashing.org>
7029Date: Tue Feb 3 18:10:55 2009 -0600
7030
7031 drivers/block/ahci: Fix pci mapping bug
7032
7033 The code assumes that the pci bus address and the virtual
7034 address used to access a region are the same, but they might
7035 not be. Fix this assumption.
7036
7037 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
7038
7039commit d591a80e74091e7a0658d165721e6c7de2ef0bcd
7040Author: Becky Bruce <beckyb@kernel.crashing.org>
7041Date: Tue Feb 3 18:10:54 2009 -0600
7042
7043 MPC8641HPCN: Enable CONFIG_ADDR_MAP
7044
7045 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
7046
7047commit 49f46f3bf08aaf7b1db131a1082f1e603bb7a94b
7048Author: Becky Bruce <beckyb@kernel.crashing.org>
7049Date: Tue Feb 3 18:10:53 2009 -0600
7050
7051 mpc8641hpcn: Clean up PCI mapping concepts
7052
7053 Clean up PCI mapping concepts in the 8641 config - rename _BASE
7054 to _BUS, as it's actually a PCI bus address, separate virtual
7055 and physical addresses into _VIRT and _PHYS, and use each
7056 appopriately.
7057
7058 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
7059
7060commit c9315e6b4f244981de0b2eaaa29a7838a165b494
7061Author: Becky Bruce <beckyb@kernel.crashing.org>
7062Date: Tue Feb 3 18:10:52 2009 -0600
7063
7064 mpc86xx: Add support to populate addr map based on BATs
7065
7066 If CONFIG_ADDR_MAP is enabled, update the address map
7067 whenever we write a bat.
7068
7069 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
7070
7071commit d35ae5a938679bd7e18167faf79d0fb3c6639b51
7072Author: Becky Bruce <beckyb@kernel.crashing.org>
7073Date: Tue Feb 3 18:10:51 2009 -0600
7074
7075 powerpc: Move duplicated BAT defines to mmu.h
7076
7077 The BAT fields are architected; there's no need for these to be in
7078 cpu-specific files. Drop the duplication and move these to
7079 include/asm-ppc/mmu.h. Also, remove the BL_xxx defines that were only
7080 used by the alaska board, and switch to using the BATU_BL_xxx defines
7081 used by all the other boards. The BL_ defines previously in use
7082 had to be shifted into the proper position for use, which was inefficient.
7083
7084 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
7085
7086commit 6e61fae4d360a1380b63e7d007b31477e366bcce
7087Author: Becky Bruce <beckyb@kernel.crashing.org>
7088Date: Tue Feb 3 18:10:50 2009 -0600
7089
7090 drivers/pci: Create pci_map_bar function
7091
7092 It is no longer always true that the pci bus address can be
7093 used as the virtual address for pci accesses. pci_map_bar()
7094 is created to return the virtual address for a pci region.
7095
7096 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
7097
7098commit 2ecca3401775b125c3b9ff65766befb23989414b
7099Author: Becky Bruce <beckyb@kernel.crashing.org>
7100Date: Tue Feb 3 18:10:49 2009 -0600
7101
7102 mpc8641hpcn: Set up outbound pci windows before inbound
7103
7104 Because the inbound pci windows are mapped generously, set up
7105 the more specific outbound windows first. This way, when we
7106 search the pci regions for something, we will hit on the more
7107 specific region. This can actually be a problem on systems
7108 with large amounts of RAM.
7109
7110 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
7111
7112commit b81b773ead0687114dc8a800f99ea6e504447739
7113Author: Becky Bruce <beckyb@kernel.crashing.org>
7114Date: Mon Feb 2 16:34:52 2009 -0600
7115
7116 mpc8641hpcn: Use physical address in flash banks defintion
7117
7118 If the VA and PA of the flash aren't the same, the banks list
7119 should be initialized to hold the physical address. Correct this.
7120
7121 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
7122
09fee8e8
WD
7123commit 0d19f6c8cbe71b9e6d8c6bd6742ed2551e918870
7124Author: Ilya Yanok <yanok@emcraft.com>
7125Date: Tue Feb 10 00:22:31 2009 +0100
7126
7127 qong: support for Dave/DENX QongEVB-LITE board
7128
7129 This patch adds support for Dave/DENX QongEVB-LITE i.MX31-based board.
7130
7131 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
7132 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7133
7134commit 62cbc408f52fc9a5eb849e0b882c504780c9d183
7135Author: Ilya Yanok <yanok@emcraft.com>
7136Date: Mon Feb 9 18:45:28 2009 +0100
7137
7138 dnet: driver for Dave DNET ethernet controller
7139
7140 Driver for Dave DNET ethernet controller (used on Dave/DENX
7141 QongEVB-LITE board).
7142
7143 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
7144 Acked-by: Ben Warren <biggerbadderben@gmail.com>
7145
f15c6515
WD
7146commit 2d43e873a29ca4959ba6a30fc7fb396d3fd0dccf
7147Author: Kumar Gala <galak@kernel.crashing.org>
7148Date: Fri Feb 6 09:49:32 2009 -0600
7149
7150 pci: give preference to non-PCI_REGION_SYS_MEMORY regions when matching
7151
7152 When we search for an address match in pci_hose_{phys_to_bus,bus_to_phys}
7153 we should give preference to memory regions that aren't system memory.
7154
7155 Its possible that we have over mapped system memory in the regions and
7156 we want to avoid depending on the order of the regions.
7157
7158 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7159
7160commit ff4e66e93c1ad47644be3b4ffd6a46e1ce9b6612
7161Author: Kumar Gala <galak@kernel.crashing.org>
7162Date: Fri Feb 6 09:49:31 2009 -0600
7163
7164 pci: Rename PCI_REGION_MEMORY to PCI_REGION_SYS_MEMORY for clarity
7165
7166 The PCI_REGION_MEMORY and PCI_REGION_MEM are a bit to similar and
7167 can be confusing when reading the code.
7168
7169 Rename PCI_REGION_MEMORY to PCI_REGION_SYS_MEMORY to clarify its used
7170 for system memory mapping purposes.
7171
7172 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7173
09fee8e8
WD
7174commit 54dc517328709c204a9cbf7a253d9f8e6c4b26ec
7175Author: Ilya Yanok <yanok@emcraft.com>
7176Date: Sun Feb 8 00:59:43 2009 +0300
7177
7178 mx31: add GPIO registers definitions
7179
7180 Added definitions for i.MX31 processor GPIO registers.
7181
7182 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
7183
f15c6515
WD
7184commit 8da601280a8acbc3385784780ed35130e53812f1
7185Author: Peter Tyser <ptyser@xes-inc.com>
7186Date: Wed Feb 4 13:47:22 2009 -0600
7187
7188 NAND: Add timeout for reset command
7189
7190 Without the timeout present an infinite loop can occur if the
7191 NAND device is broken or not present.
7192
7193 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
7194 Signed-off-by: Scott Wood <scottwood@freescale.com>
7195
7196commit 10dc6a9bef73d7d4cb25b3fde27ee91f8484b126
7197Author: Peter Tyser <ptyser@xes-inc.com>
7198Date: Wed Feb 4 13:39:40 2009 -0600
7199
7200 NAND: Silence warning when CONFIG_SYS_NAND_QUIET_TEST
7201
7202 Commit cfa460adfdefcc30d104e1a9ee44994ee349bb7b removed support
7203 for disabling the "No NAND device found!!!" warning when
7204 CONFIG_SYS_NAND_QUIET_TEST was defined. This re-adds support
7205 for silencing the warning.
7206
7207 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
7208 Signed-off-by: Scott Wood <scottwood@freescale.com>
7209
7210commit ad09ab2e3ac28f304372eceb4a5cb4d24e102a13
7211Author: Valeriy Glushkov <gvv@lstec.com>
7212Date: Mon Jan 19 16:32:59 2009 +0200
7213
7214 NAND: Fixed invalid pointers to static relocated chip names
7215
7216 Dear Wolfgang,
7217
7218 You are right, the patch was ugly.
7219 The new one seems to be better.
7220
7221 Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
7222 Signed-off-by: Scott Wood <scottwood@freescale.com>
7223
09fee8e8
WD
7224commit e7deec1bf6fa3b3a21cd8d14fe2a909a42efc9d8
7225Author: Nishanth Menon <nm@ti.com>
7226Date: Mon Feb 2 18:20:12 2009 -0600
7227
7228 ARM:OMAP3:Zoom1: Add nand unlock option
7229
7230 Enable NAND_UNLOCK option for unlocking nand for
7231 erase/write operations
7232
7233 Signed-off-by: Nishanth Menon <nm@ti.com>
7234
f15c6515
WD
7235commit 5a9427dc9b8438759db3f67a1e547062f76eb18d
7236Author: derek@siconix.com <derek@siconix.com>
7237Date: Mon Jan 26 14:08:17 2009 -0700
7238
7239 env_nand: fix env memory release
7240
7241 This fixes a bug that tmp environment memory not being released.
7242
7243 Signed-off-by: Derek Ou <dou@siconix.com>
7244 Signed-off-by: Scott Wood <scottwood@freescale.com>
7245
09fee8e8
WD
7246commit 05fd88776419df59e7f37bac063a209409dd801d
7247Author: Guennadi Liakhovetski <lg@denx.de>
7248Date: Fri Feb 6 10:37:45 2009 +0100
7249
7250 ARM: remove unused variable
7251
7252 The "size" variable in start_armboot() in lib_arm/board.c is only really
7253 used in "#ifndef CONFIG_SYS_NO_FLASH" case, and even there it can be
7254 eliminated (thanks to Jean-Christophe PLAGNIOL-VILLARD for a suggestion.)
7255
7256 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
7257
f15c6515
WD
7258commit 6989e4f546d960a407dd5425f800dff9751c8132
7259Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
7260Date: Thu Feb 5 09:33:50 2009 -0500
7261
7262 Coldfire: M527x: Add missing GPIO register address defines
7263
7264 Add missing GPIO registers address definition for Coldfire M5271.
7265
7266 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
7267
7268commit c4ff77f5e6c3a01610ce97434c0d59acb1476f95
7269Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
7270Date: Fri Jan 23 14:42:58 2009 -0500
7271
7272 Coldfire: mcfmii: Allow non-autonegotiating PHYs to use mii command
7273
7274 Modified mii_init to support boards with PHYs that are not set to
7275 autonegotiate, but still want to use u-boot's mii commands to probe
7276 the smi bus. Such PHYs will not set the Autonegotiate-done bit.
7277
7278 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
7279
7280commit 92d3e6e0ffcbb7224c83104f8d87b5b4bf39a38f
7281Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
7282Date: Fri Jan 23 11:44:30 2009 -0500
7283
7284 Coldfire: Applied baudrate formula of serial_init to serial_setbrg
7285
7286 Applied the patch for baudrate divider value truncation for
7287 serial_init to serial_setbrg as well.
7288
7289 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
7290
7291commit 8706ef378f2db1ef65b9c2f909561f23e3dc2148
7292Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
7293Date: Fri Jan 23 14:07:05 2009 -0500
7294
7295 Coldfire: M5271EVB: Board header update (dependencies)
7296
7297 Cleanup for M5271EVB:
7298 Added clarification on the use of CONFIG_SYS_CLOCK.
7299 Modified to use u-boot's HUSH parser.
7300 Cleanup on environment settings.
7301 Removed compiler warning by defining CONFIG_SYS_CS0_*
7302
7303 Dependencies:
7304 Added the use of CONFIG_SYS_MCF_SYNCR for clock multiplier.
7305 This depends on a patch to include/asm-m68k/m5271.h
7306 that defines the multiplier and divider ratios.
7307
7308 Removed the definition of CONFIG_SYS_FECI2C.
7309 This depends on a patch that removes the use of it in
7310 cpu/mcf52x2/cpu_init.c
7311
7312 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
7313
7314commit e0db344fabfeb4f9649846f94838f51172f6a1f6
7315Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
7316Date: Thu Jan 29 14:36:06 2009 -0500
7317
7318 Coldfire: M5271: Allow board header file to specify clock multiplier
7319
7320 M5271 dynamic clock multiplier. It is currently fixed at 100MHz.
7321
7322 Allow the board header file to set their own multiplier and divider.
7323 Added the #define for the multiplier and divider to the cpu header file.
7324
7325 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
7326
7327commit d1ef25dd81c79dcfad5c2ff0162b1bea21d04bc3
7328Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
7329Date: Fri Jan 23 10:47:13 2009 -0500
7330
7331 Coldfire: M5271EVB: Remove usage of CONFIG_SYS_FECI2C
7332
7333 Discontinue the use of CONFIG_SYS_FECI2C (only used by M5271EVB).
7334 Use read-modify-write to activate the FEC pins without disabling I2C.
7335
7336 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
7337
7338commit ee73cc59ab904976af3c33b454fc84f78618b2d1
7339Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
7340Date: Fri Jan 23 09:45:34 2009 -0500
7341
7342 Coldfire: cmd_bdinfo cleanup
7343
7344 CONFIG_M68K bdinfo cleanup:
7345
7346 Fixed compiler warning about baudrate printing.
7347 format '%d' expects type 'int', but argument 2 has type 'long unsigned int'.
7348
7349 Added printing of "cpufreq"
7350
7351 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
7352
7353commit 4ffc39050aa46ed8a3d29732293dff769e54fffa
7354Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
7355Date: Fri Jan 23 09:27:00 2009 -0500
7356
7357 Coldfire: Fix half-baud UART by adding M5271 to Coldfire v2 core list
7358
7359 Added the CONFIG_M5271 to the list of Coldfire V2 processor. This
7360 was causing the bus clock (not CPU clock) to be declared twice as
7361 fast as it actually is. This causes UARTS to operate at half the
7362 specified baudrate.
7363
7364 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
7365
7366commit 59d1bda7f92c8a28c3aba94e48063749d425949f
7367Author: Dirk Eibach <eibach@gdsys.de>
7368Date: Tue Feb 3 15:15:21 2009 +0100
7369
7370 ppc4xx: Make PCIE support selectable
7371
7372 On some platforms PCIE support is not required, but would be included
7373 because the cpu supports it. To reduce fooprint it is now configurable
7374 via CONFIG_PCI_DISABLE_PCIE.
7375
7376 Signed-off-by: Dirk Eibach <eibach@gdsys.de>
7377 Signed-off-by: Stefan Roese <sr@denx.de>
7378
7379commit b129eff5ede394cc1faeb6dbf6a987e91abce552
7380Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7381Date: Tue Feb 3 22:13:16 2009 +0100
7382
7383 ppc4xx: Only fixup opb attached UARTs
7384
7385 This patch updates the fdt UART clock fixup code to
7386 only touch CPU internal UARTs on 4xx systems.
7387 Only these UARTs are definitely clocked by gd->uart_clk.
7388
7389 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7390 Signed-off-by: Stefan Roese <sr@denx.de>
7391
7392commit 4b7e3d045cc82f7f7b6f3a19b54a814da36ac52c
7393Author: Mike Frysinger <vapier@gentoo.org>
7394Date: Tue Jan 13 11:00:29 2009 -0500
7395
7396 Blackfin: move default boot SPI CS to common code
7397
7398 Move the default SPI CS that we boot from into common code so that it can
7399 be used in other SPI drivers and environment settings.
7400
7401 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7402
7403commit f790ef6ff12381cb0e43de54fb2b0f1204ad8ed6
7404Author: Mike Frysinger <vapier@gentoo.org>
7405Date: Wed Dec 10 12:33:54 2008 -0500
7406
7407 Blackfin: dynamically update UART speed when initializing
7408
7409 Previously, booting over the UART required the baud rate to be known ahead
7410 of time. Using a bit of tricky simple math, we can calculate the new board
7411 rate based on the old divisors.
7412
7413 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7414 Signed-off-by: Robin Getz <rgetz@blackfin.uclinux.org>
7415
7416commit 97f265f14f23050f3cb997f617f3a6917b843ea2
7417Author: Mike Frysinger <vapier@gentoo.org>
7418Date: Tue Dec 9 17:21:08 2008 -0500
7419
7420 Blackfin: add support for fast SPI reads with Boot ROM
7421
7422 Newer Blackfin boot roms support using the fast SPI read command rather than
7423 just the slow one. If the functionality is available, then use it.
7424
7425 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7426
7427commit 67619982bfc5cd62710a48e3cbffc304cb78c341
7428Author: Mike Frysinger <vapier@gentoo.org>
7429Date: Sat Oct 11 21:46:52 2008 -0400
7430
7431 Blackfin: check for reserved settings in DDR MMRs
7432
7433 Some bits of the DDR MMRs should not be set. If they do, bad things may
7434 happen (like random failures or hardware destruction).
7435
7436 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7437
7438commit 622a8dc0958dd599743348ea94eb10b9d0be8ae6
7439Author: Mike Frysinger <vapier@gentoo.org>
7440Date: Sat Oct 11 21:54:00 2008 -0400
7441
7442 Blackfin: set default voltage levels for BF538/BF539 parts
7443
7444 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7445
7446commit 09dc6b0bbd1d5e39cdddeebc059f9a75630e4f6f
7447Author: Mike Frysinger <vapier@gentoo.org>
7448Date: Sun Jun 1 01:29:57 2008 -0400
7449
7450 Blackfin: use on-chip syscontrol() rom function when available
7451
7452 Newer Blackfin's have an on-chip rom with a syscontrol() function that needs
7453 to be used to properly program the memory and voltage settings as it will
7454 include (possibly critical) factory tested bias values.
7455
7456 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7457
7458commit e1fb6d0d52fbe3fbc1a4c651dacf11e9c1417f63
7459Author: Stefan Roese <sr@denx.de>
7460Date: Thu Feb 5 11:44:52 2009 +0100
7461
7462 cfi_flash: Fix typo in cfi_flash.c
7463
7464 Patch "flash/cfi_flash: Use virtual sector start address, not phys"
7465 introduced a small typo and compilation warning for systems with CFI
7466 legacy support (e.g. hcu4). This patch fixes it.
7467
7468 Signed-off-by: Stefan Roese <sr@denx.de>
7469
7470commit 28745db969b72693754991c838f68a7fb4a8b1ab
7471Author: Stefan Roese <sr@denx.de>
7472Date: Thu Jan 29 11:21:38 2009 +0100
7473
7474 jedec_flash: Only use manufacturer defines from common flash.h
7475
7476 This patch removes the double defined manufacturer defines from
7477 jedec_flash.c. Since the common defines in flash.h are 32bit
7478 we now need the (16) cast. This patch also removes the compilation
7479 warning (e.g. seen on hcu5):
7480
7481 ./MAKEALL hcu5
7482 Configuring for hcu5 board...
7483 jedec_flash.c:219: warning: large integer implicitly truncated to unsigned type
7484
7485 Signed-off-by: Stefan Roese <sr@denx.de>
7486
7487commit ec21d5cfcb6b4e7fcdd5c6e926e1a824900706f2
7488Author: Stefan Roese <sr@denx.de>
7489Date: Thu Feb 5 11:25:57 2009 +0100
7490
7491 cfi_flash: Silence compilation warning
7492
7493 Patch "flash/cfi_flash: Use virtual sector start address, not phys"
7494 introduced a small compilation warning. This patch fixes it.
7495
7496 Signed-off-by: Stefan Roese <sr@denx.de>
7497
7498commit 09ce9921a7d8b1ce764656b14b42217bbf4faa38
7499Author: Becky Bruce <beckyb@kernel.crashing.org>
7500Date: Mon Feb 2 16:34:51 2009 -0600
7501
7502 flash/cfi_flash: Use virtual sector start address, not phys
7503
7504 include/flash.h was commented to say that the address in
7505 flash_info->start was a physical address. However, from u-boot's
7506 point of view, and looking at most flash code, it makes more
7507 sense for this to be a virtual address. So I corrected the
7508 comment to indicate that this was a virtual address.
7509
7510 The only flash driver that was actually treating the address
7511 as physical was the mtd/cfi_flash driver. However, this code
7512 was using it inconsistently as it actually directly dereferenced
7513 the "start" element, while it used map_physmem to get a
7514 virtual address in other places. I changed this driver so
7515 that the code which initializes the info->start field calls
7516 map_physmem to get a virtual address, eliminating the need for
7517 further map_physmem calls. The code is now consistent.
7518
7519 The *only* place a physical address should be used is when defining the
7520 flash banks list that is used to initialize the flash_info struct,
7521 usually found in the board config file.
7522
7523 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
7524 Signed-off-by: Stefan Roese <sr@denx.de>
7525
7526commit 657f2062d8e17ebf4a55f52c9e71c07c0c94c779
7527Author: Wolfgang Denk <wd@denx.de>
7528Date: Wed Feb 4 09:42:20 2009 +0100
7529
7530 Fix compiler warning
7531
7532 (shows up only when DEBUG is enabled)
7533
7534 Signed-off-by: Wolfgang Denk <wd@denx.de>
7535
7536commit 47832cd15ae02fb6fde8ebed5b272f85775f2ceb
7537Author: Mike Frysinger <vapier@gentoo.org>
7538Date: Mon Oct 6 03:45:55 2008 -0400
7539
7540 Blackfin: update anomaly lists
7541
7542 Update the anomaly lists to match latest anomaly sheets.
7543
7544 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7545
7546commit 70a4da45e16b72e8e5b0baaecdaee9be8619647d
7547Author: Ralph Kondziella <rk@argos-messtechnik.de>
7548Date: Mon Jan 26 12:34:36 2009 -0700
7549
7550 ADS5121 Add PATA support
7551
7552 Original patch from Ralph Kondziella
7553 plus clean up by Wolfgang Denk
7554 plus changes by John Rigby
7555 use ips clock not lpc
7556 port forward to current u-boot release
7557
7558 Signed-off-by: Ralph Kondziella <rk@argos-messtechnik.de>
7559 Signed-off-by: Wolfgang Denk <wd@denx.de>
7560 Signed-off-by: John Rigby <jrigby@freescale.com>
7561
7562commit abfbd0ae4967df18102345db4f4b529a13da107b
7563Author: Martha Marx <mmarx@silicontkx.com>
7564Date: Mon Jan 26 10:45:07 2009 -0700
7565
7566 ADS5121 Add IC Ident Module (IIM) support
7567
7568 IIM (IC Identification Module) is the fusebox for the mpc5121.
7569 Use #define CONFIG_IIM to turn on the clock for this module
7570 use #define CONFIG_CMD_FUSE to add fusebox commands.
7571 Fusebox commands include the ability to read
7572 the status, read the register cache, override the register cache,
7573 program the fuses and sense them.
7574
7575 Signed-off-by: Martha Marx <mmarx@silicontkx.com>
7576 Signed-off-by: John Rigby <jrigby@freescale.com>
7577
7578commit 14d19cd1bce9a24b1335598f1568140f4950e4d9
7579Author: John Rigby <jrigby@freescale.com>
7580Date: Fri Jan 23 10:33:15 2009 -0700
7581
7582 ADS5121 Fix rev2 silicon pci iopad config
7583
7584 Reset config is not correct
7585
7586 Signed-off-by: John Rigby <jrigby@freescale.com>
7587
7588commit 4c154252c480b13f69ce1b71a9530b0515da76a6
7589Author: John Rigby <jrigby@freescale.com>
7590Date: Wed Nov 19 13:57:34 2008 -0700
7591
7592 ADS5121 DIU Add diu_bmp_addr env
7593
7594 Add support for using a bmp other than
7595 FSL_Logo_BMP for the DIU splash screen.
7596
7597 Can now set the env var "diu_bmp_addr" to
7598 the address of a BMP in flash to use instead
7599 of the default FSL_Logo_BMP.
7600
7601 Signed-off-by: Martha Marx <mmarx@silicontkx.com>
7602 Signed-off-by: John Rigby <jrigby@freescale.com>
7603
7604commit 92c20fbd3a7788c1a154f50a3f44f28a7763f99a
7605Author: John Rigby <jrigby@freescale.com>
7606Date: Thu Oct 30 16:39:35 2008 -0600
7607
7608 ADS5121 DIU Make inclusion of FSL logo optional
7609
7610 Make inclusion of FSL logo optional and
7611 turn it off by default.
7612
7613 Signed-off-by: John Rigby <jrigby@freescale.com>
7614
7615commit bd99ec149abe94e7f6b2bda4766d701b4005053f
7616Author: Remy Bohmer <linux@bohmer.net>
7617Date: Sun Feb 1 12:27:53 2009 +0100
7618
7619 Compile warning fix in onenand_uboot.h
7620
7621 Regression since merge window after 2009.01
7622
7623 Signed-off-by: Remy Bohmer <linux@bohmer.net>
7624
7625commit a270d1e7295c3d829f42c0480117941dfc1c6477
7626Author: Stefan Roese <sr@denx.de>
7627Date: Thu Jan 29 06:33:55 2009 +0100
7628
7629 USB: Add EHCI support for VCT EHCI controller (really with driver now)
7630
7631 Somehow I missed the real driver part in my last patch version. This patch
7632 now adds the driver.
7633
7634 Signed-off-by: Stefan Roese <sr@denx.de>
7635 Signed-off-by: Remy Bohmer <linux@bohmer.net>
7636
7637commit 716ebf436c9e43df6740e0172f6b2a81ddbf1b8e
7638Author: Cliff Cai <cliff.cai@analog.com>
7639Date: Sat Nov 29 18:22:38 2008 -0500
7640
7641 Blackfin: add driver for on-chip MMC/SD controller
7642
7643 This is a port of the Linux Blackfin on-chip SDH driver to U-Boot.
7644
7645 Signed-off-by: Cliff Cai <cliff.cai@analog.com>
7646 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7647
7648commit 6e87ea0ca951465eba144ab2e6dba6fb507737a2
7649Author: Mike Frysinger <vapier@gentoo.org>
7650Date: Sat Oct 11 22:47:34 2008 -0400
7651
7652 Blackfin: add port muxing for BF51x SPI
7653
7654 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7655
7656commit fc68f9f85959664d528daea2aef5ef54974331ce
7657Author: Mike Frysinger <vapier@gentoo.org>
7658Date: Tue Jan 6 06:16:19 2009 -0500
7659
7660 Blackfin: output booting source when booting
7661
7662 Knowing the booting source of the part is useful, especially when the part
7663 can switch dynamically between sources.
7664
7665 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7666
7667commit 8df3ce0f49c37947800ac7c84e751499882619fc
7668Author: Mike Frysinger <vapier@gentoo.org>
7669Date: Thu Dec 11 06:30:46 2008 -0500
7670
7671 Blackfin: set default CONFIG_ENV_SPI_CS based on bootrom
7672
7673 Set the default CONFIG_ENV_SPI_CS value to match the SPI CS that is used by
7674 the Blackfin on-chip bootrom to boot out of SPI flash.
7675
7676 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7677
7678commit 2b4a486e6fac502d8b883e344cc4012283945b3d
7679Author: Mike Frysinger <vapier@gentoo.org>
7680Date: Thu Dec 11 04:06:26 2008 -0500
7681
7682 Blackfin: update asm-blackfin/posix_types.h to latest Linux version
7683
7684 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7685
7686commit e5eb93e77391bcc308697116c544ea1340aaae8a
7687Author: Mike Frysinger <vapier@gentoo.org>
7688Date: Sat Dec 6 02:54:52 2008 -0500
7689
7690 Blackfin: add port I bits
7691
7692 Some people need to access port I, so make sure the pins are defined.
7693
7694 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7695
7696commit 8a6b272596d43de0db4943eac7af58c3534c4026
7697Author: Sonic Zhang <Sonic.Zhang@analog.com>
7698Date: Wed Nov 26 22:16:45 2008 -0500
7699
7700 Blackfin: add driver for on-chip ATAPI controller
7701
7702 This is a port of the Linux Blackfin on-chip ATAPI driver to U-Boot.
7703
7704 Signed-off-by: Sonic Zhang <Sonic.Zhang@analog.com>
7705 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7706
7707commit be9d8c780e6831cb84b7d4590ceae03dca8fc10b
7708Author: Mike Frysinger <vapier@gentoo.org>
7709Date: Wed Nov 26 21:43:06 2008 -0500
7710
7711 Blackfin: add driver for on-chip NAND controller
7712
7713 This is a port of the Linux Blackfin on-chip NFC driver to U-Boot.
7714
7715 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7716
7717commit 4148e02abae9a099f4444b5e168ebc2b911d2295
7718Author: Mike Frysinger <vapier@gentoo.org>
7719Date: Wed Nov 12 07:18:15 2008 -0500
7720
7721 Blackfin: build with -mno-fdpic
7722
7723 Use the -mno-fdpic flag so that any Blackfin toolchain can be used to build
7724 up u-boot, including ones that output FDPIC ELF by default.
7725
7726 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7727
7728commit 70e95589a24a2d83ad00317e4a9611d0211ecb58
7729Author: Mike Frysinger <vapier@gentoo.org>
7730Date: Tue Nov 11 05:43:57 2008 -0500
7731
7732 Blackfin: fix up EBIU defines
7733
7734 The EBIU defines for EBSZ 256/512 were incorrect.
7735
7736 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7737
7738commit 961954ea0ec8dc4341034c1a1ff3107ec0527809
7739Author: Mike Frysinger <vapier@gentoo.org>
7740Date: Wed Nov 5 12:45:24 2008 -0500
7741
7742 Blackfin: use 8/16/32 bit transfer widths in dma_memcpy()
7743
7744 Rather than using 8bit transfers for everything, use 8/16/32 bit transfers
7745 as usable with the source/destination addresses and the count size.
7746
7747 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7748
7749commit b93c68648426f906d63b98117496b6415f505f39
7750Author: Mike Frysinger <vapier@gentoo.org>
7751Date: Wed Nov 5 08:50:23 2008 -0500
7752
7753 Blackfin: only flag L1 instruction for DMA memcpy
7754
7755 The performance difference from doing an 8 bit DMA memcpy vs an optimized
7756 core memcpy can be pretty big when you add in the overhead of setting up the
7757 MDMA registers, cache flushes, etc... So only use dma_memcpy() when we
7758 actually require it.
7759
7760 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7761
7762commit e347c092a3b3a2ce1e72f25f4829163634d09fbe
7763Author: Mike Frysinger <vapier@gentoo.org>
7764Date: Wed Nov 5 07:20:37 2008 -0500
7765
7766 Blackfin: dma_memcpy(): fix random failures
7767
7768 We have to make sure the DMA channel is actually disabled in hardware before
7769 attempting to reprogram it. Otherwise the new settings are ignored and we
7770 end up with random hangs/failures.
7771
7772 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7773
7774commit fdce83c108846d6f0d5b1774e1cc29f2573a6ad3
7775Author: Mike Frysinger <vapier@gentoo.org>
7776Date: Tue Nov 4 00:04:03 2008 -0500
7777
7778 Blackfin: rewrite cache handling functions
7779
7780 Take the cache flush functions from the kernel as they use hardware loops in
7781 order to get optimal performance.
7782
7783 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7784
7785commit 84c5f0dc47d17593fd81206614891bdc94f6d51c
7786Author: Mike Frysinger <vapier@gentoo.org>
7787Date: Mon Nov 3 22:30:05 2008 -0500
7788
7789 Blackfin: setup bi_enetaddr for single nets
7790
7791 For systems with CONFIG_NET_MULTI disabled, bi_enetaddr does not get setup
7792 based on $ethaddr, so set it up.
7793
7794 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7795
7796commit 40599239e7875b39e2a5c12e6545992041c72c52
7797Author: Mike Frysinger <vapier@gentoo.org>
7798Date: Fri Oct 24 22:48:47 2008 -0400
7799
7800 Blackfin: cache core/system clock values
7801
7802 Calculating the clocks requires a bit of calls to gcc math functions, so
7803 cache the values after the first run since they'll most likely never
7804 change once U-Boot is up and running.
7805
7806 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7807
7808commit 6957a6209b02f6b69607fc47425f13731cc477f1
7809Author: Mike Frysinger <vapier@gentoo.org>
7810Date: Fri Oct 24 18:18:16 2008 -0400
7811
7812 Blackfin: enable --gc-sections
7813
7814 Start building all Blackfin boards with -ffunction-sections/-fdata-sections
7815 and linking with --gc-sections.
7816
7817 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7818
7819commit ee1d2001ea7fbabb2b9256026dc5468f057337f8
7820Author: Mike Frysinger <vapier@gentoo.org>
7821Date: Mon Oct 20 21:08:54 2008 -0400
7822
7823 Blackfin: dont check baud if it wont actually get used
7824
7825 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7826
7827commit 400f5778f375bc99c73c8488c555def261ccfab7
7828Author: Mike Frysinger <vapier@gentoo.org>
7829Date: Tue Oct 14 07:54:09 2008 -0400
7830
7831 Blackfin: add driver for on-chip SPI controller
7832
7833 This fills out the SPI backend for the Blackfin on-chip SPI peripheral.
7834
7835 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7836
7837commit 7a1e87b1062e6eac0704c6fc2f7c661caf8814cd
7838Author: Mike Frysinger <vapier@gentoo.org>
7839Date: Sat Oct 18 05:33:51 2008 -0400
7840
7841 Blackfin: only build post code when CONFIG_POST
7842
7843 Save some time by using CONFIG_POST in the Makefile rather than C files.
7844
7845 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7846
7847commit 6d7d4803c74bb86e1b401b1199e63381a62b9382
7848Author: Mike Frysinger <vapier@gentoo.org>
7849Date: Thu Jan 8 11:57:57 2009 -0500
7850
7851 Blackfin: bfin_mac: cleanup pointer/casts for aliasing issues
7852
7853 Redo how pointers are managed to get rid of ugly casts and strict pointer
7854 aliasing issues that are highlighted by gcc 4.3.
7855
7856 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7857 Acked-by: Ben Warren <biggerbadderben@gmail.com>
7858
7859commit 092d2487baf7c29343c165e3ae82ea8a7f9e679b
7860Author: Mike Frysinger <vapier@gentoo.org>
7861Date: Tue Dec 9 17:46:21 2008 -0500
7862
7863 Blackfin: bfin_mac: convert CONFIG_BFIN_MAC_RMII to CONFIG_RMII
7864
7865 No point in having a Blackfin-specific define "CONFIG_BFIN_MAC_RMII" that
7866 does exactly the same thing as common "CONFIG_RMII".
7867
7868 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7869 Acked-by: Ben Warren <biggerbadderben@gmail.com>
7870
7871commit 8eed6ca51e50fade6887e8bdb1ff6a44116b42b5
7872Author: Mike Frysinger <vapier@gentoo.org>
7873Date: Wed Nov 5 06:36:15 2008 -0500
7874
7875 Blackfin: bfin_mac: use common debug()
7876
7877 Rather then defining our own DEBUGF(), just use the common debug().
7878
7879 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7880 Acked-by: Ben Warren <biggerbadderben@gmail.com>
7881
7882commit a7ec6ac8b2c6dce6fc670a2a855deb6eee340e04
7883Author: Mike Frysinger <vapier@gentoo.org>
7884Date: Mon Oct 20 13:59:51 2008 -0400
7885
7886 Blackfin: bfin_mac: respect CONFIG_PHY_{ADDR,CLOCK_FREQ}
7887
7888 Rather than having the on-chip MAC hardcoded to phy address 1 and a speed
7889 of 2.5mhz, use these as defaults if the board doesn't specify otherwise.
7890
7891 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7892 Acked-by: Ben Warren <biggerbadderben@gmail.com>
7893
7894commit ac45af4e63ea925f4accc98453aab1a1166c196d
7895Author: Mike Frysinger <vapier@gentoo.org>
7896Date: Tue Oct 14 04:52:00 2008 -0400
7897
7898 Blackfin: bfin_mac: cleanup MII/PHY functions
7899
7900 Cleanup and rewrite the MII/PHY related functions so that we can reuse the
7901 existing common linux/miiphy.h code and hook into the `mii` command.
7902
7903 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7904 Acked-by: Ben Warren <biggerbadderben@gmail.com>
7905
7906commit 6b310a05f0d10c751f22468040932139f71c71d3
7907Author: Mike Frysinger <vapier@gentoo.org>
7908Date: Tue Oct 14 00:31:30 2008 -0400
7909
7910 Blackfin: bfin_mac: set MDCDIV based on SCLK
7911
7912 Rather than hardcoding MDCDIV to 24 (which is correct for ~125mhz SCLK),
7913 use the real algorithm so it gets set correctly regardless of SCLK.
7914
7915 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7916 Acked-by: Ben Warren <biggerbadderben@gmail.com>
7917
7918commit 930590f3e49c8f32256edf2e5861e1535a329c6c
7919Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7920Date: Sat Jan 31 09:10:48 2009 +0100
7921
7922 ixp: move serial to drivers/serial
7923
7924 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7925
7926commit f90c8022f448bc5e93090e4b714368e52e912f0f
7927Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7928Date: Sat Jan 31 09:04:58 2009 +0100
7929
7930 ixp: move pci init in arm/board instead of cpu
7931
7932 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7933
7934commit 8cb79b5f275f1888ccb278a2d2197140444a84b7
7935Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7936Date: Sat Jan 31 08:56:49 2009 +0100
7937
7938 ixp: move pci drivers to drivers/pci
7939
7940 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7941
7942commit 012d5bab09a534e4800b02f50cf508e6837202ea
7943Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7944Date: Sat Jan 31 08:53:44 2009 +0100
7945
7946 ixp: Move conditional compilation to Makefile
7947
7948 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7949
7950commit f693f501d67434df1f815fd1824a71973ae08207
7951Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7952Date: Sat Jan 31 08:53:44 2009 +0100
7953
7954 ixp: add missing os define
7955
7956 need by arm-elf toolchains and no impact on the arm-linux one
7957
7958 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7959
7960commit b4e2f89dfcb206a22d34fa6b34878d85b498b39f
7961Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7962Date: Sat Jan 31 09:53:39 2009 +0100
7963
7964 ixp: remove the option to include the Microcode
7965
7966 instead the board will have to load it from flash or ram
7967 which will be specified by npe_ucode env var
7968
7969 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7970
7971commit 1b017baf2071d8daf643bce87250db898c606c66
7972Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7973Date: Fri Jan 30 09:45:23 2009 +0100
7974
7975 ixp/npe: Move conditional compilation to Makefile
7976
7977 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7978
7979commit 4e69087a1d6ef2eca6f46026cf5e7399b6c9e7c0
7980Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7981Date: Wed Jan 28 21:58:04 2009 +0100
7982
7983 SX1: add hardware V2 support
7984
7985 In the V2 the 2 flash has been replace by one 32MB flash
7986
7987 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7988
7989commit f877f2233dbcd7417c2f0babe6a849099b167f3c
7990Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7991Date: Wed Jan 28 21:58:03 2009 +0100
7992
7993 SX1: Fix second flash mapping
7994
7995 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7996
7997commit 47fd3bffed6430c91eb2660f859574ed98be5bd8
7998Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7999Date: Wed Jan 28 21:58:03 2009 +0100
8000
8001 SX1: add CONFIG_STDOUT_USBTTY to enable preboot stdout redirect to usbtty
8002
8003 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8004
8005commit cfca33837ec83829c6a49c3bcc86c31bc2495ff6
8006Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8007Date: Wed Jan 28 21:57:59 2009 +0100
8008
8009 move Samsung's board to board/samsung
8010
8011 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8012
8013commit e4943ec57466ea5dfa085e7a9e0ec44cb93c4e1e
8014Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8015Date: Thu Jan 29 12:07:21 2009 +0100
8016
8017 move ARM Ltd. to vendor dir
8018
8019 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8020
8021commit a87fb1b308a2a375cb9ca74ca0dd3e2c5793d3bf
8022Author: Larry Johnson <lrj@acm.org>
8023Date: Wed Jan 28 15:30:37 2009 -0500
8024
8025 ppc4xx: Clean up configuration file for Korat board
8026
8027 This patch updates the default environmental variables for the
8028 Korat PPC 440EPx board, and makes additional minor fixes.
8029
8030 Signed-off-by: Larry Johnson <lrj@acm.org>
8031 Signed-off-by: Stefan Roese <sr@denx.de>
8032
8033commit f20405e31680efc36293c59b4963db57c9d93df4
8034Author: Larry Johnson <lrj@acm.org>
8035Date: Wed Jan 28 15:30:02 2009 -0500
8036
8037 ppc4xx: Add variable "korat_usbcf" for Korat board
8038
8039 The new environment variable "korat_usbcf" selects the USB
8040 port used by the Korat board's CompactFlash controller.
8041
8042 Signed-off-by: Larry Johnson <lrj@acm.org>
8043 Signed-off-by: Stefan Roese <sr@denx.de>
8044
8045commit fc01ea1e27d5b124f0a1868d0ce569f156d58dfe
8046Author: Gunnar Rangoy <gunnar@rangoy.com>
8047Date: Fri Jan 23 12:56:31 2009 +0100
8048
8049 AVR32: macb - Search for PHY id
8050
8051 This patch adds support for searching through available PHY-addresses in
8052 the macb-driver. This is needed for the ATEVK1100 evaluation board,
8053 where the PHY-address will be initialized to either 1 or 7.
8054
8055 This patch adds a config option, CONFIG_MACB_SEARCH_PHY, which when
8056 enabled tells the driver to search for the PHY address.
8057
8058 Signed-off-by: Gunnar Rangoy <gunnar@rangoy.com>
8059 Signed-off-by: Paul Driveklepp <pauldriveklepp@gmail.com>
8060 Signed-off-by: Olav Morken <olavmrk@gmail.com>
8061 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8062
8063commit af8626e0c08a780d9ded1d9c4883a89355f60e75
8064Author: Olav Morken <olavmrk@gmail.com>
8065Date: Fri Jan 23 12:56:26 2009 +0100
8066
8067 Fix IP alignment problem
8068
8069 This patch removes volatile from:
8070 volatile IP_t *ip = (IP_t *)xip;
8071
8072 Due to a bug, avr32-gcc will assume that ip is aligned on a word boundary when
8073 using volatile, which causes an exception since xip isn't aligned on a word
8074 boundary.
8075
8076 Signed-off-by: Gunnar Rangoy <gunnar@rangoy.com>
8077 Signed-off-by: Paul Driveklepp <pauldriveklepp@gmail.com>
8078 Signed-off-by: Olav Morken <olavmrk@gmail.com>
8079 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8080
8081commit 12a8b9db12f82a189ff143a58731007f5469da61
8082Author: Ron Madrid <ron_madrid@sbcglobal.net>
8083Date: Wed Jan 28 16:17:21 2009 -0800
8084
8085 Marvell 88E1118 interrupt fix
8086
8087 This patch adjusts the LED control so that interrupt lines are not reading LEDs
8088 and effectively causing indefinite interrupts to the controller.
8089
8090 Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net>
8091 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8092
8093commit 9a37f2acc31a3296dddd3574ea9eaf7f319807b9
8094Author: Stefan Roese <sr@denx.de>
8095Date: Wed Jan 21 17:14:26 2009 +0100
8096
8097 net: smc911x.c: Add LAN9211 to chip_ids[] array
8098
8099 Signed-off-by: Stefan Roese <sr@denx.de>
8100 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8101
8102commit 75edebe3011c963a7cd84be0f4a987477f2aaf89
8103Author: Mike Frysinger <vapier@gentoo.org>
8104Date: Tue Jan 27 16:53:39 2009 -0500
8105
8106 Move is_valid_ether_addr() to include/net.h
8107
8108 Import the is_valid_ether_addr() function from the Linux kernel.
8109
8110 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8111 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8112
8113commit 268859338c0188eab1d0d3b867b7dad3c5cc734a
8114Author: Michal Simek <monstr@monstr.eu>
8115Date: Mon Jan 5 12:25:13 2009 +0100
8116
8117 net: Sort Makefile labels
8118
8119 Signed-off-by: Michal Simek <monstr@monstr.eu>
8120 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8121
8122commit 1fbcbe9a95f39afb2df6ab8cba25b284b47ebfb2
8123Author: Wolfgang Denk <wd@denx.de>
8124Date: Wed Jan 28 23:06:42 2009 +0100
8125
8126 85xx: Fix compile breakage with sbc8540 and sbc8560
8127
8128 This fixes an error which raises just a warning:
8129 sbc8560.c:250: warning: passing argument 2 of 'strmhz' makes integer from pointer without a cast
8130
8131 Signed-off-by: Wolfgang Denk <wd@denx.de>
8132
8133commit 62625c0b081bd4019cecab14e9fc2e05e48d2a58
8134Author: Mike Frysinger <vapier@gentoo.org>
8135Date: Wed Jan 28 13:48:55 2009 -0500
8136
8137 SPD823TS: do not define CONFIG_CMD_ENV
8138
8139 Since the SPD823TS board does not actually have any writable flash to save
8140 its environment, undefine CONFIG_CMD_ENV so the "saveenv" command is
8141 disabled.
8142
8143 This fixes the build error:
8144 common/libcommon.a(cmd_nvedit.o): In function `do_saveenv':
8145 common/cmd_nvedit.c:557: undefined reference to `saveenv'
8146 make: *** [u-boot] Error 1
8147
8148 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8149
8150commit 7379f45a7bc71941c3920c2f6b3c3faa4d7fd315
8151Author: Dirk Behme <dirk.behme@googlemail.com>
8152Date: Wed Jan 28 21:40:16 2009 +0100
8153
8154 OMAP3: Add Zoom1 board support
8155
8156 Support for Zoom MDK with OMAP3430. Details of Zoom MDK available here:
8157 http://www.logicpd.com/products/devkit/ti/zoom_mobile_development_kit
8158
8159 Signed-off-by: Nishanth Menon <nm@ti.com>
8160 Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
8161
8162commit 2be2c6cc674e26237962f5cf4c0d311e139e4241
8163Author: Dirk Behme <dirk.behme@googlemail.com>
8164Date: Wed Jan 28 21:39:58 2009 +0100
8165
8166 OMAP3: Add Pandora support
8167
8168 Add Pandora support.
8169
8170 Signed-off-by: Grazvydas Ignotas <notasas@gmail.com>
8171 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
8172 Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
8173
8174commit ad9bc8e52d174d699d1367be0b90089e4fdeb933
8175Author: Dirk Behme <dirk.behme@googlemail.com>
8176Date: Wed Jan 28 21:39:58 2009 +0100
8177
8178 OMAP3: Add EVM board
8179
8180 Add EVM board support.
8181
8182 Signed-off-by: Manikandan Pillai <mani.pillai@ti.com>
8183 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
8184 Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
8185
8186commit 9d0fc8110e7e755239329c26f300d5fc9946d3ec
8187Author: Dirk Behme <dirk.behme@googlemail.com>
8188Date: Wed Jan 28 21:39:57 2009 +0100
8189
8190 OMAP3: Add Overo board
8191
8192 Add Overo board support.
8193
8194 Signed-off-by: Steve Sakoman <sakoman@gmail.com>
8195 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
8196 Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
8197
8198commit f904cdbb68167c647887f19929ad295dbaac8862
8199Author: Dirk Behme <dirk.behme@googlemail.com>
8200Date: Tue Jan 27 18:19:12 2009 +0100
8201
8202 OMAP3: Add common power code, README, and BeagleBoard
8203
8204 Add BeagleBoard support, common power code and README.
8205
8206 Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
8207 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
8208
8209commit 9cda4f104b5313fadc21b75aa781c7a6aaf6ea60
8210Author: Kumar Gala <galak@kernel.crashing.org>
8211Date: Wed Jan 28 08:31:10 2009 -0600
8212
8213 85xx: Fix compile breakage with MPC8540EVAL
8214
8215 Configuring for MPC8540EVAL board...
8216 mpc8540eval.c: In function 'checkboard':
8217 mpc8540eval.c:53: error: invalid operands to binary /
8218 make[1]: *** [mpc8540eval.o] Error 1
8219
8220 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8221
8222commit 1a448db77b10153703bc5e4ad13dd55d88beb1d6
8223Author: Bryan Wu <bryan.wu@analog.com>
8224Date: Sun Jan 18 23:04:27 2009 -0500
8225
8226 usb_scan_devices: fix output with no devices
8227
8228 We should check the return of usb_new_device() so that if no USB device is
8229 found, we print out the right message rather than always saying "new usb
8230 device found".
8231
8232 Signed-off-by: Bryan Wu <bryan.wu@analog.com>
8233 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8234 Signed-off-by: Remy Bohmer <linux@bohmer.net>
8235
8236commit f1c1f540243438246aefb703fdcf16957e3a72e1
8237Author: Stefan Roese <sr@denx.de>
8238Date: Thu Jan 22 10:11:21 2009 +0100
8239
8240 USB: Add high-speed (480Mb/s) to all USB related outputs
8241
8242 With this patch the USB related connection speed output ("usb tree" command and
8243 debug output) is now high-speed enabled.
8244
8245 This patch also fixes a compilation warning when debugging is enabled.
8246
8247 Signed-off-by: Stefan Roese <sr@denx.de>
8248 Signed-off-by: Remy Bohmer <linux@bohmer.net>
8249
8250commit daa2dafb450a8073a4e42fd46cd4e995b208e4cb
8251Author: Stefan Roese <sr@denx.de>
8252Date: Wed Jan 21 17:12:19 2009 +0100
8253
8254 USB: Add dcache support to the EHCI driver
8255
8256 This patch adds routines to handle (flush/invalidate) the dcache for the
8257 QH and qTD structures and data buffers. This is needed on platforms using
8258 this EHCI support with dcache enabled (like the MIPS VCT board port).
8259
8260 Signed-off-by: Stefan Roese <sr@denx.de>
8261 Signed-off-by: Remy Bohmer <linux@bohmer.net>
8262
8263commit 4e0ea0efc1e501186aca8577a4042fc6fa641602
8264Author: Stefan Roese <sr@denx.de>
8265Date: Wed Jan 21 17:12:28 2009 +0100
8266
8267 USB: Add EHCI support for VCT EHCI controller
8268
8269 Signed-off-by: Stefan Roese <sr@denx.de>
8270 Signed-off-by: Remy Bohmer <linux@bohmer.net>
8271
8272commit 832e61418eedfea172bd2fdfd0ea0d199cc70a9d
8273Author: Stefan Roese <sr@denx.de>
8274Date: Wed Jan 21 17:12:10 2009 +0100
8275
8276 USB: Add config option to call ehci_hcd_init() again after EHCI reset
8277
8278 This patch adds the config option CONFIG_EHCI_HCD_INIT_AFTER_RESET
8279 to call ehci_hcd_init() again after ehci_reset() is executed. This
8280 is needed for the upcoming VCT EHCI support which needs to re-init
8281 the hcd part again after the EHCI CMD_RESET is executed.
8282
8283 Signed-off-by: Stefan Roese <sr@denx.de>
8284 Signed-off-by: Remy Bohmer <linux@bohmer.net>
8285
8286commit 597eb28bd9691266b7b804364cda577cdb51d106
8287Author: Stefan Roese <sr@denx.de>
8288Date: Wed Jan 21 17:12:01 2009 +0100
8289
8290 USB: Fix speed detection on EHCI cntr with root hub transaction translators
8291
8292 This patch fixes an issue that the speed of USB devices was not detected
8293 correctly on some EHCI controllers. This will be used on the upcoming VCT
8294 EHCI support.
8295
8296 Signed-off-by: Stefan Roese <sr@denx.de>
8297 Signed-off-by: Remy Bohmer <linux@bohmer.net>
8298
8299commit 20cc06611ea33fc0a67a5e56e6476379d2de3091
8300Author: Thomas Abraham <t-abraham@ti.com>
8301Date: Sun Jan 4 09:41:20 2009 +0530
8302
8303 usb : musb : Enabling USB MSC support for DM6446 (TI DaVinci) platform
8304
8305 Enabling USB MSC support for DM6446 (TI DaVinci) platform in the
8306 configuration file.
8307
8308 Signed-off-by: Ravi Babu <ravibabu@ti.com>
8309 Signed-off-by: Swaminathan S <swami.iyer@ti.com>
8310 Signed-off-by: Thomas Abraham <t-abraham@ti.com>
8311 Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
8312 Signed-off-by: Remy Bohmer <linux@bohmer.net>
8313
8314commit 538ef967715322f64ee08efa2296d9682111b014
8315Author: Thomas Abraham <t-abraham@ti.com>
8316Date: Sun Jan 4 09:41:16 2009 +0530
8317
8318 usb : musb : Enabling DM6446 (TI DaVinci) USB module power
8319
8320 Enabling DM6446 (TI DaVinci) USB module power and MUSB low-level
8321 controller hook up to USB core layer.
8322
8323 Signed-off-by: Ravi Babu <ravibabu@ti.com>
8324 Signed-off-by: Swaminathan S <swami.iyer@ti.com>
8325 Signed-off-by: Thomas Abraham <t-abraham@ti.com>
8326 Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
8327 Signed-off-by: Remy Bohmer <linux@bohmer.net>
8328
8329commit e142e9f35f8ec61e74bf8019428b003f5070c33b
8330Author: Thomas Abraham <t-abraham@ti.com>
8331Date: Sun Jan 4 09:41:13 2009 +0530
8332
8333 usb : musb : Adding DM6446 (TI DaVinci) platform specific USB support
8334
8335 Adding DM6446 (TI DaVinci) platform specific USB functionality for
8336 USB Phy and VBUS initialization.
8337
8338 Signed-off-by: Ravi Babu <ravibabu@ti.com>
8339 Signed-off-by: Swaminathan S <swami.iyer@ti.com>
8340 Signed-off-by: Thomas Abraham <t-abraham@ti.com>
8341 Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
8342 Signed-off-by: Remy Bohmer <linux@bohmer.net>
8343
8344commit a9d39ebe91ecdd5ac0a0cf56ea162a19773db8da
8345Author: Thomas Abraham <t-abraham@ti.com>
8346Date: Sun Jan 4 09:41:09 2009 +0530
8347
8348 usb : musb : Adding USB VBUS enable functionality for DM644x DVEVM
8349
8350 Adding USB VBUS enable functionality for DM644x DVEVM (TI DaVinci)
8351 platform.
8352
8353 Signed-off-by: Ravi Babu <ravibabu@ti.com>
8354 Signed-off-by: Swaminathan S <swami.iyer@ti.com>
8355 Signed-off-by: Thomas Abraham <t-abraham@ti.com>
8356 Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
8357 Signed-off-by: Remy Bohmer <linux@bohmer.net>
8358
8359commit a142896934c755e679ba87e227a8e449f39b0012
8360Author: Thomas Abraham <t-abraham@ti.com>
8361Date: Sun Jan 4 09:41:03 2009 +0530
8362
8363 usb : musb : Adding host controller driver for Mentor USB controller
8364
8365 Adding Mentor USB core functionality and Mentor USB Host controller
8366 functionality for Mentor USB OTG controller (musbhdrc).
8367
8368 Signed-off-by: Ravi Babu <ravibabu@ti.com>
8369 Signed-off-by: Swaminathan S <swami.iyer@ti.com>
8370 Signed-off-by: Thomas Abraham <t-abraham@ti.com>
8371 Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
8372 Signed-off-by: Remy Bohmer <linux@bohmer.net>
8373
8374commit c7d703f3f3c3d6b020bda4cf633f8a6167c3cd2a
8375Author: Mike Frysinger <vapier@gentoo.org>
8376Date: Thu Jan 1 18:27:27 2009 -0500
8377
8378 usb.h: use standard __LITTLE_ENDIAN from Linux headers
8379
8380 Rather than forcing people to define a custom "LITTLEENDIAN", just use the
8381 __LITTLE_ENDIAN one from the Linux byteorder headers that every arch is
8382 already setting up.
8383
8384 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8385 Signed-off-by: Remy Bohmer <linux@bohmer.net>
8386
8387commit 7b6e31eb17e3ff76238a60803fc531517d516223
8388Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
8389Date: Wed Dec 31 10:33:56 2008 +0100
8390
8391 USB ehci ixp4xx support
8392
8393 Add USB ehci ixp4xx host controller. Test on ixdp465 board.
8394
8395 Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
8396 Signed-off-by: Remy Bohmer <linux@bohmer.net>
8397
8398commit 1ed9f9adc88218841dfeb60b9094a5a548bff009
8399Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
8400Date: Wed Dec 31 10:33:22 2008 +0100
8401
8402 USB ehci remove infinite loop and use handshake function
8403
8404 USB ehci code cleanup. Use handshake instead of infinite while loop
8405 to check the STD_ASS status
8406
8407 Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
8408 Signed-off-by: Remy Bohmer <linux@bohmer.net>
8409
8410commit 8fea2914ac974029b65926ef8247d908f84d202d
8411Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
8412Date: Wed Dec 31 10:32:41 2008 +0100
8413
8414 Add initial support for USB ehci pci
8415
8416 Add USB ehci pci support. This patch doesn't include any
8417 pci_ids and it is not tested on real hardware.
8418
8419 Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
8420 Signed-off-by: Remy Bohmer <linux@bohmer.net>
8421
8422commit 14e4111cdab7e7738ff6a203d445e4d8377f058f
8423Author: Bryan Wu <Bryan.Wu@analog.com>
8424Date: Thu Jan 1 19:48:07 2009 -0500
8425
8426 usb_storage: do not reset SanDisk Corporation U3 Cruzer Micro USB thumb drive
8427
8428 The SanDisk Corporation U3 Cruzer Micro 1/4GB Flash Drive 000016244373FFB4
8429 does not like to be reset, so check for it.
8430
8431 Signed-off-by: Bryan Wu <bryan.wu@analog.com>
8432 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8433 Signed-off-by: Remy Bohmer <linux@bohmer.net>
8434
8435commit 1eb734fed3b79a5e6106dad16e88041894fdab30
8436Author: Thomas Abraham <t-abraham@ti.com>
8437Date: Sun Jan 4 12:15:35 2009 +0530
8438
8439 usb : usb_kbd : Populating 'priv' member of USB keyboard device_t structure
8440
8441 This patch populates the 'priv' field of the USB keyboard device_t
8442 structure. The 'priv' field is populated with the address of the
8443 'struct usb_device' structure that represents the USB device.
8444
8445 The 'priv' field can then be used in the 'usb_event_poll' function to
8446 determine the USB device that requires to be polled. An
8447 example of its usage in 'usb_event_poll' function is as below.
8448
8449 device_t *dev;
8450 struct usb_device *usb_kbd_dev;
8451
8452 <snip>
8453
8454 dev = device_get_by_name("usbkbd");
8455 usb_kbd_dev = (struct usb_device *)dev->priv;
8456 iface = &usb_kbd_dev->config.if_desc[0];
8457
8458 Signed-off-by: Thomas Abraham <t-abraham@ti.com>
8459 Signed-off-by: Remy Bohmer <linux@bohmer.net>
8460
8461commit 366523c26b6320af171459b19e6e0e9e3baa83ca
8462Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
8463Date: Thu Dec 18 10:05:37 2008 +0100
8464
8465 USB change speed
8466
8467 USB changes the speed according to the port status
8468
8469 Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
8470 Signed-off-by: Remy Bohmer <linux@bohmer.net>
8471
8472commit c0d722fe7ee1cb452dfd9246419188b3f6d9c4df
8473Author: Remy Böhmer <linux@bohmer.net>
8474Date: Sat Dec 13 22:51:58 2008 +0100
8475
8476 EHCI fix code and ixp4xx test.
8477 USB ehci configuration parameter:
8478
8479 #define CONFIG_CMD_USB 1
8480 #define CONFIG_USB_STORAGE 1
8481 #define CONFIG_USB_EHCI
8482 #define CONFIG_USB_EHCI_IXP4XX 1
8483 #define CONFIG_EHCI_IS_TDI 1
8484 #define CONFIG_EHCI_DESC_BIG_ENDIAN 1
8485 #define CONFIG_EHCI_MMIO_BIG_ENDIAN 1
8486 #define CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS 2
8487 #define CONFIG_LEGACY_USB_INIT_SEQ 1
8488
8489 2 USB Device(s) found
8490 scanning bus for storage devices... 0 Storage Device(s) found
8491 => usb tree
8492
8493 Device Tree:
8494 1 Hub (1.5MBit/s, 0mA)
8495 | u-boot EHCI Host Controller
8496 |
8497 |+-2 Mass Storage (12MBit/s, 100mA)
8498 Sony Storage Media 0C07040930296
8499
8500 =>
8501
8502 Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
8503 Signed-off-by: Remy Böhmer <linux@bohmer.net>
8504
8505commit 51ab142b8b546d5e627b2c8c36d0adae222565f7
8506Author: michael <michael@panicking.retis>
8507Date: Thu Dec 11 13:43:55 2008 +0100
8508
8509 [PATCH] This patch add varius fix to the ehci.
8510 - fix ehci_readl, ehci_writel
8511 - introduce new define in ehci.h
8512 - introduce the handshake function for waiting on a register
8513 - fix usb_ehci_fsl with the new HC_LENGTH macro
8514
8515 Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
8516 Signed-off-by: Remy Böhmer <linux@bohmer.net>
8517
8518commit db63299b1dd2894ade542278210bccd046de6435
8519Author: michael <michael@panicking.retis>
8520Date: Wed Dec 10 17:55:19 2008 +0100
8521
8522 [PATCH] Fix EHCI usb. I start to test on a
8523 IXP465 board and I find some errors in the code. This
8524 patch fix:
8525 - descriptor initizialization (config, interface and endpoint
8526 must be one next-to the other when the USB_DT_CONFIG message
8527 is send.
8528 - FIX little/endian bigendian (introduce the CONFIG_EHCI_DESC_BIG_ENDIAN
8529 and the CONFIG_EHCI_MMIO_BIG_ENDIAN)
8530 - Introduce the linux version of the usb_config_descriptor and
8531 usb_interface descriptor. This descriptor does't contains
8532 u-boot extension.
8533
8534 Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
8535 Signed-off-by: Remy Böhmer <linux@bohmer.net>
8536
8537commit 6b92487dcf9afe83a3570153d66940fdb293be76
8538Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
8539Date: Fri Nov 28 13:22:09 2008 +0100
8540
8541 USB ehci freescale support
8542
8543 Add USB ehci freescale support
8544
8545 Signed-off-by: Michael Trimarchi <trimarchi@gandalf.sssup.it>
8546 Signed-off-by: Remy Böhmer <linux@bohmer.net>
8547
8548commit aaf098cfeed04595d4c5100ffd39095d79edbf90
8549Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
8550Date: Fri Nov 28 13:20:46 2008 +0100
8551
8552 USB ehci core support
8553
8554 Add USB ehci core support
8555
8556 Signed-off-by: Michael Trimarchi <trimarchi@gandalf.sssup.it>
8557 Signed-off-by: Remy Böhmer <linux@bohmer.net>
8558
8559commit 3e126484df7868e341545cce740b24b62b0cd3b7
8560Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
8561Date: Fri Nov 28 13:19:19 2008 +0100
8562
8563 Prepare USB layer for ehci
8564
8565 Prepare USB layer for ehci support
8566
8567 Signed-off-by: Michael Trimarchi <trimarchi@gandalf.sssup.it>
8568 Signed-off-by: Remy Böhmer <linux@bohmer.net>
8569
8570commit a0cb3fc31e58996a1c5732715ac04159d4d284fd
8571Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
8572Date: Wed Dec 10 15:52:06 2008 +0100
8573
8574 USB storage cleanup patch
8575
8576 Cleanup usb storage
8577
8578 Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
8579 Signed-off-by: Remy Bohmer <linux@bohmer.net>
8580
8581commit fe033ad6d0883063fe857237abb9436fab03208c
8582Author: Mike Frysinger <vapier@gentoo.org>
8583Date: Sun Oct 12 06:02:55 2008 -0400
8584
8585 Blackfin: fixup misc warnings such as printf's and missing casts
8586
8587 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8588
8589commit 1f4a3bb50343719c434d7e2541a2f86480a6d25c
8590Author: Mike Frysinger <vapier@gentoo.org>
8591Date: Sun Oct 12 22:09:26 2008 -0400
8592
8593 Blackfin: convert old boards to use COBJS-y Makefile style
8594
8595 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8596
8597commit 1f75d6f0ff005762d3e6ad92ae4ce2ab366b3bb5
8598Author: Mike Frysinger <vapier@gentoo.org>
8599Date: Sat Oct 11 22:38:37 2008 -0400
8600
8601 Blackfin: bf533-stamp: rewrite resource swap logic
8602
8603 The old swap function tended to clobber unrelated pins and screw up masks.
8604 Rewrite the thing from scratch so it only uses the resources it needs.
8605
8606 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8607
8608commit 29d4ea0a9073c82469184331010136f52edf8db6
8609Author: Mike Frysinger <vapier@gentoo.org>
8610Date: Sat Oct 11 22:08:42 2008 -0400
8611
8612 Blackfin: bootldr: implement BF53x/BF56x LDR loader
8613
8614 The BF53x/BF56x parts do not have an on-chip ROM to boot LDRs out of
8615 arbitrary memory locations, so implement a basic one in software.
8616
8617 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8618
8619commit 8b35e3aeff6c2d747c37697997b3f8a808432329
8620Author: Mike Frysinger <vapier@gentoo.org>
8621Date: Sat Oct 11 22:05:42 2008 -0400
8622
8623 Blackfin: implement real write support for OTP
8624
8625 Now that real documentation has been released for the OTP interface and
8626 the on-chip ROM wrt writing/timings, implement support for reading/writing
8627 as well as dumping/locking.
8628
8629 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8630
8631commit 9372c3214808fab545227d8d0f76b3bfcc6760ec
8632Author: Mike Frysinger <vapier@gentoo.org>
8633Date: Sat Oct 11 22:04:05 2008 -0400
8634
8635 Blackfin: update on-chip ROM API
8636
8637 This brings the API for the on-chip ROM in line with the toolchain and
8638 hardware documentation.
8639
8640 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8641
8642commit 7633903bff432ec7b27905dce7396958553f2be6
8643Author: Mike Frysinger <vapier@gentoo.org>
8644Date: Sat Oct 11 21:52:17 2008 -0400
8645
8646 Blackfin: allow serial console to be disabled
8647
8648 Some devices have no UART device pulled out, so allow people to disable the
8649 driver completely in favor of other methods (like JTAG-console).
8650
8651 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8652
8653commit 36ea8e9ad1107af12d244bba8c73e85b9f655e45
8654Author: Mike Frysinger <vapier@gentoo.org>
8655Date: Sat Oct 11 21:51:20 2008 -0400
8656
8657 Blackfin: support console-over-JTAG
8658
8659 The Blackfin JTAG has the ability to pass data via a back-channel without
8660 halting the processor. Utilize that channel to emulate a console.
8661
8662 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8663
8664commit cf8f2efb5f39c5225da92391c14a07eecbeca881
8665Author: Mike Frysinger <vapier@gentoo.org>
8666Date: Sat Oct 11 21:49:06 2008 -0400
8667
8668 Blackfin: handle new anomalies with reset
8669
8670 Workaround fun new anomalies related to software reset of the processor.
8671
8672 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8673
8674commit b1e9435b643043dd8fbd1fcc47309c6acb7b3c8e
8675Author: Mike Frysinger <vapier@gentoo.org>
8676Date: Sat Oct 11 21:44:00 2008 -0400
8677
8678 Blackfin: pass RETX to Linux
8679
8680 Make sure we save the value of RETX at power on and then pass it on to the
8681 kernel so that it can nicely debug a "double-fault-caused-a-reset" crash.
8682
8683 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8684
8685commit b5eba3fafcccd1979380f12a256bd0e19be3d61e
8686Author: Mike Frysinger <vapier@gentoo.org>
8687Date: Sat Oct 11 21:40:26 2008 -0400
8688
8689 Blackfin: clarify relocation comment during init
8690
8691 People often ask questions about the init process and when things go
8692 from flash to relocated base, so clarify the comments a bit.
8693
8694 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8695
8696commit 95433f6d43ede6b40c1d900f3f704c839aa074f1
8697Author: Mike Frysinger <vapier@gentoo.org>
8698Date: Sat Oct 11 21:23:41 2008 -0400
8699
8700 Blackfin: just set SP register directly during init
8701
8702 No need to set the SP register indirectly to the configured value when it
8703 can be set directly.
8704
8705 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8706
8707commit 51230e6e356ccf4c932e0c4ff54f1e49da02285c
8708Author: Mike Frysinger <vapier@gentoo.org>
8709Date: Sat Oct 11 21:15:53 2008 -0400
8710
8711 Blackfin: add portmuxing for UARTs on the BF51x
8712
8713 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8714
8715commit 4f6a313240c531042f16909a3a170ab047b95779
8716Author: Mike Frysinger <vapier@gentoo.org>
8717Date: Sun Jun 1 01:26:29 2008 -0400
8718
8719 Blackfin: respect CONFIG_CLKIN_HALF
8720
8721 As pointed out by Ivan Koryakovskiy, the initialization code was not
8722 actually respecting the CONFIG_CLKIN_HALF option when configuring the
8723 PLL_CTL register.
8724
8725 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8726
8727commit dc2bfb0b58d7462b9eba68f3ae38e38cada0ad33
8728Author: Mike Frysinger <vapier@gentoo.org>
8729Date: Sun Jun 1 01:21:34 2008 -0400
8730
8731 Blackfin: use common memcpy routine during init
8732
8733 Rather than using a local custom memcpy function, just call the existing
8734 optimized Blackfin version.
8735
8736 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8737
8738commit 362c943347364e9373af4c5530778491ab56ec2e
8739Author: Mike Frysinger <vapier@gentoo.org>
8740Date: Wed Apr 9 02:27:06 2008 -0400
8741
8742 Blackfin: set default boot SPI CS for BF538/BF539
8743
8744 The BF538/BF539 use CS2 for booting off of rather than CS1 like newer
8745 Blackfin parts.
8746
8747 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8748
8749commit 74dde80bd5d55bc146630853ca191aaeea7c30f4
8750Author: Mike Frysinger <vapier@gentoo.org>
8751Date: Wed Apr 9 02:20:59 2008 -0400
8752
8753 Blackfin: punt unused BF533-STAMP definitions
8754
8755 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8756
8757commit fee531eeefc3b5f2c63c7fe27b9f55d924c59c26
8758Author: Mike Frysinger <vapier@gentoo.org>
8759Date: Fri Apr 18 20:44:11 2008 -0400
8760
8761 Blackfin: resurrect BF533-STAMP video splash driver
8762
8763 This video driver used to live in the Blackfin cpu directory, but it was
8764 lost during the unification process. This brings it back.
8765
8766 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8767
8768commit a750d038f2548d846ea1e046d873dc932d041319
8769Author: Mike Frysinger <vapier@gentoo.org>
8770Date: Wed Apr 9 02:31:29 2008 -0400
8771
8772 Blackfin: tighten up post memory coding style
8773
8774 No functional changes here; just cleanup code style a bit.
8775
8776 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8777
8778commit 0649908f92c9bd214dd139aa3d4698c1654a45c6
8779Author: Mike Frysinger <vapier@gentoo.org>
8780Date: Wed Apr 9 02:29:18 2008 -0400
8781
8782 Blackfin: bf537-stamp nand: fix more style errors in previous commit
8783
8784 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8785
8786commit 41f3325ae9add641036d7cb362e884b698e53f07
8787Author: Mike Frysinger <vapier@gentoo.org>
8788Date: Sat Oct 11 20:31:17 2008 -0400
8789
8790 Blackfin: drop dead/wrong debug code in initdram()
8791
8792 The DEBUG code in initdram() is quite old and was never really useful, so
8793 just drop it altogether. Common Blackfin debug code does a better job.
8794
8795 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8796
8797commit 65ba1abd3b90e0b2585745809b78e2651bd3bacb
8798Author: Mike Frysinger <vapier@gentoo.org>
8799Date: Sat Oct 11 20:30:28 2008 -0400
8800
8801 Blackfin: bf533-ezkit: shuffle flash defines a little
8802
8803 Some of the flash defines weren't in the correct location and caused build
8804 problems in some configurations, so let's move types and defines to better
8805 local locations.
8806
8807 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8808
8809commit be853bf86b41e91f4c422f0f56fdf87ea3191266
8810Author: Mike Frysinger <vapier@gentoo.org>
8811Date: Mon Oct 6 04:16:47 2008 -0400
8812
8813 Blackfin: overhaul i2c driver
8814
8815 The current Blackfin i2c driver does not work properly with certain devices
8816 due to it breaking up transfers incorrectly. This is a rewrite of the
8817 driver and relocates it to the newer place in the source tree.
8818
8819 Also remove duplicated I2C speed defines in Blackfin board configs and
8820 disable I2C slave address usage since it isn't implemented.
8821
8822 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8823
8824commit b6edc719a106ab7fa6e6950b4d97bc39c1368e45
8825Author: Mike Frysinger <vapier@gentoo.org>
8826Date: Mon Oct 6 04:00:07 2008 -0400
8827
8828 Blackfin: respect CONFIG_SYS_MONITOR_LEN for default flash protection
8829
8830 Respect the CONFIG_SYS_MONITOR_LEN define rather than assuming a size of
8831 128kB when setting up the default flash protection region for U-Boot
8832 itself.
8833
8834 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8835
8836commit 78a0ba7dc24c9682371f6ee8549b569fb573a329
8837Author: Mike Frysinger <vapier@gentoo.org>
8838Date: Mon Oct 6 03:57:39 2008 -0400
8839
8840 Blackfin: respect/check CONFIG_SYS_GBL_DATA_SIZE
8841
8842 When setting up the global data, rather than relying on sizeof(), use the
8843 common CONFIG_SYS_GBL_DATA_SIZE define.
8844
8845 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8846
8847commit 01815c2d06c5b838f2cd536703e47bd2c9148194
8848Author: Mike Frysinger <vapier@gentoo.org>
8849Date: Mon Oct 6 03:52:24 2008 -0400
8850
8851 Blackfin: implement general support for CONFIG_STATUS_LED
8852
8853 Here are the Blackfin-specific and board-independent pieces for status leds.
8854
8855 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8856
8857commit 6882b5a79a3247494b62c05015fa672557f1bfaa
8858Author: Mike Frysinger <vapier@gentoo.org>
8859Date: Mon Oct 6 03:49:32 2008 -0400
8860
8861 Blackfin: do not init i2c in Blackfin board init
8862
8863 The common code takes care of calling i2c_init() when needed, so no point
8864 in us doing it as well.
8865
8866 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8867
8868commit 1118ea73698eee6e72ef5cbfc00e41746040304f
8869Author: Mike Frysinger <vapier@gentoo.org>
8870Date: Mon Oct 6 03:42:20 2008 -0400
8871
8872 Blackfin: bfin_mac: update port muxing
8873
8874 Adds support more Blackfin parts and fixes broken muxing for older ones.
8875
8876 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8877
8878commit 05b75e48832fc4afeecf8e76d704349557dffa35
8879Author: Mike Frysinger <vapier@gentoo.org>
8880Date: Mon Oct 6 03:35:44 2008 -0400
8881
8882 Blackfin: fix dcache handling when doing dma memcpy's
8883
8884 Our dcache invalidate function doesn't just invalidate, it also flushes.
8885 So rename the function accordingly and fix the dma_memcpy() function so it
8886 doesn't inadvertently corrupt the data destination.
8887
8888 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8889
8890commit 68e5632494168095d75f120af70043b68afd2476
8891Author: Mike Frysinger <vapier@gentoo.org>
8892Date: Thu Aug 7 18:56:56 2008 -0400
8893
8894 Blackfin: dont generate ldrs with --force
8895
8896 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8897
8898commit 746290dfd86a70b41fc5fdd3df1424a647d5c5e8
8899Author: Mike Frysinger <vapier@gentoo.org>
8900Date: Thu Aug 7 18:55:30 2008 -0400
8901
8902 Blackfin: pass --bmode/--initcode when creating ldr
8903
8904 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8905
8906commit 0332e4df71fccf9a96c5a4393e3c5d5daa50880a
8907Author: Mike Frysinger <vapier@gentoo.org>
8908Date: Thu Aug 7 18:39:27 2008 -0400
8909
8910 Blackfin: minimize time cache is turned off when replacing cplb entries
8911
8912 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8913
8914commit 21d631360430cf0ae9099612273cd4de28911ba9
8915Author: Mike Frysinger <vapier@gentoo.org>
8916Date: Thu Aug 7 15:31:13 2008 -0400
8917
8918 Blackfin: split cache handling out of dma_memcpy()
8919
8920 Creating a new dma_memcpy() function that skips all cache checks allows us
8921 to use the function in very early init where the cache is not yet setup.
8922
8923 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8924
8925commit d31eb38512bed377d5d4b3c696662e52120a2e4c
8926Author: Mike Frysinger <vapier@gentoo.org>
8927Date: Thu Aug 7 15:30:49 2008 -0400
8928
8929 Blackfin: abort dma_memcpy() for L1 scratchpad
8930
8931 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8932
8933commit 81b799add709177e838466461f7b9989488b0fd5
8934Author: Mike Frysinger <vapier@gentoo.org>
8935Date: Thu Aug 7 15:27:52 2008 -0400
8936
8937 Blackfin: rename bootm.c to boot.c
8938
8939 The boot file contains functions for more than just "bootm", so rename it
8940 accordingly.
8941
8942 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8943
8944commit d7ca7dd5bfc418ac173e9d2712f6cc2d8147a091
8945Author: Mike Frysinger <vapier@gentoo.org>
8946Date: Thu Aug 7 13:22:37 2008 -0400
8947
8948 Blackfin: set more sane default board config values
8949
8950 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8951
8952commit 36cd52a00794fb15ffab05d640acca92d7482993
8953Author: Mike Frysinger <vapier@gentoo.org>
8954Date: Thu Aug 7 15:24:59 2008 -0400
8955
8956 Blackfin: convert CMD_LINE_ADDR to CONFIG_LINUX_CMDLINE_{ADDR,SIZE}
8957
8958 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8959
8960commit c8054bc12e00669bd7588f2b30fef48aa94babac
8961Author: Mike Frysinger <vapier@gentoo.org>
8962Date: Thu Aug 7 13:21:27 2008 -0400
8963
8964 Blackfin: add bit defines for DDR parts
8965
8966 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8967
8968commit 154502fe0796f3b7a4698378c5d2080ae28a9782
8969Author: Mike Frysinger <vapier@gentoo.org>
8970Date: Thu Aug 7 13:21:11 2008 -0400
8971
8972 Blackfin: add defines to describe active bootrom behavior
8973
8974 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8975
8976commit 2b6fd5c77db9c6ed3cea9799c86ff922cf0107b2
8977Author: Kim Phillips <kim.phillips@freescale.com>
8978Date: Tue Jan 27 16:03:53 2009 -0600
8979
8980 mpc83xx: fix undefined reference to `flush_cache' error in simpc8313 build
8981
8982 extend commit c70564e6b1bd08f3230182392238907f3531a87e
8983 "NAND: Fix cache and memory inconsistency issue" to add the cache.o dependency
8984 to the simpc8313 build and fix this:
8985
8986 ...Large Page NAND...Configuring for SIMPC8313 board...
8987 nand_boot_fsl_elbc.o: In function `nand_boot':
8988 nand_spl/board/sheldon/simpc8313/nand_boot_fsl_elbc.c:150: undefined reference to `flush_cache'
8989 make[1]: *** [/home/r1aaha/git/u-boot-mpc83xx/nand_spl/u-boot-spl] Error 1
8990 make: *** [nand_spl] Error 2
8991
8992 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
8993
8994commit 54a7cc4912feefa45be961cc47cc159563725d2f
8995Author: Wolfgang Denk <wd@denx.de>
8996Date: Wed Jan 28 09:25:31 2009 +0100
8997
8998 mpc8536ds.c: include sata.h to for needed function prototypes
8999
9000 Signed-off-by: Wolfgang Denk <wd@denx.de>
9001
9002commit 2fb2604d5c20beb061b0a94282b7f6eb14d00cb8
9003Author: Peter Tyser <ptyser@xes-inc.com>
9004Date: Tue Jan 27 18:03:12 2009 -0600
9005
9006 Command usage cleanup
9007
9008 Remove command name from all command "usage" fields and update
9009 common/command.c to display "name - usage" instead of
9010 just "usage". Also remove newlines from command usage fields.
9011
9012 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
9013
9014commit 79621bc10ba8b8c45d348994aba5b9e4923cb77b
9015Author: Peter Tyser <ptyser@xes-inc.com>
9016Date: Tue Jan 27 18:03:11 2009 -0600
9017
9018 amcc: Clean up command usage output
9019
9020 Update taihu and taishan commands to use cmd_usage() function
9021 to display usage messages.
9022
9023 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
9024
9025commit 62c3ae7c6ef215b1afa614abdf61acf077752207
9026Author: Peter Tyser <ptyser@xes-inc.com>
9027Date: Tue Jan 27 18:03:10 2009 -0600
9028
9029 Standardize command usage messages with cmd_usage()
9030
9031 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
9032
9033commit 84cde2bb409c07c6ef36a192d194359d4e9ccd70
9034Author: Peter Tyser <ptyser@xes-inc.com>
9035Date: Tue Jan 27 18:03:09 2009 -0600
9036
9037 pcs440ep: Clean up led command definition
9038
9039 The pcs440ep's led command usage formatting is non-standard. It
9040 was made standard in preparation for larger command usage updates.
9041
9042 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
9043
9044commit 9507e7867e04dc48c80ee333c2a9a5e70e887f62
9045Author: Peter Tyser <ptyser@xes-inc.com>
9046Date: Tue Jan 27 18:03:08 2009 -0600
9047
9048 Clean up diufb command definitions
9049
9050 The diufb command usage formatting is non-standard. It was
9051 made standard in preparation for larger command usage updates.
9052
9053 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
9054
9055commit 6450a8485836fc80615ae6de6a864c33369b44f5
9056Author: Wolfgang Denk <wd@denx.de>
9057Date: Wed Jan 28 00:29:26 2009 +0100
9058
9059 Update CHANGELOG, tiny coding style cleanup.
9060
9061 Signed-off-by: Wolfgang Denk <wd@denx.de>
9062
6450a848
WD
9063commit cf7e399fb35b3aea90a27d1df72f45f5d6156204
9064Author: Mike Frysinger <vapier@gentoo.org>
9065Date: Tue Jan 27 16:12:21 2009 -0500
9066
9067 SATA: do not auto-initialize during boot
9068
9069 Rather than have the board code initialize SATA automatically during boot,
9070 make the user manually run "sata init". This brings the SATA subsystem in
9071 line with common U-Boot policy.
9072
9073 Rather than having a dedicated weak function "is_sata_supported", people
9074 can override sata_initialize() to do their weird board stuff. Then they
9075 can call the actual __sata_initialize().
9076
9077 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9078
9079commit 50970839712dda35399e2fa83fe818df9354d618
9080Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
9081Date: Mon Jan 26 08:45:14 2009 -0500
9082
9083 part_efi: Fix partition size calculation due to inclusive ending LBA.
9084
9085 The ending LBA is inclusive. Hence, the partition size should be
9086 ((ending-LBA + 1) - starting-LBA) to get the proper partition size.
9087
9088 This is confirmed against the results from the parted tool.
9089 (e.g. use parted /dev/sda -s unit S print) and observe the size.
9090
9091 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
9092
9093commit b5b004ad8a0ac6f98bd5708ec8b22fbddd1c1042
9094Author: Tomasz Figa <tomasz.figa@gmail.com>
9095Date: Tue Dec 30 18:35:57 2008 +0100
9096
9097 jffs2: Fix zero sector_size when not using CONFIG_JFFS2_CMDLINE
9098
9099 This patch fixes a bug (?) introduced after inclusion of the new
9100 JFFS2 code.
9101
9102 When not using CONFIG_JFFS2_CMDLINE, the code in cmd_jffs2.c doesn't
9103 fill in part->sector_size (keeping it as 0), but a correct value is
9104 needed by the code in jffs2_1pass.c. This causes all JFFS2 accesses
9105 to be in the same place of the memory, what obviously means
9106 impossibility to use the JFFS2 partition.
9107
9108 This problem is fixed in this patch by including sector size
9109 calculation in non-CONFIG_JFFS2_CMDLINE mtdparts_init variant.
9110
9111 Signed-off-by: Tomasz Figa <tomasz.figa_at_gmail.com>
9112
9113commit ba69dc26a5fd606da49573bb2f15e756a34f3f98
9114Author: Mike Frysinger <vapier@gentoo.org>
9115Date: Tue Dec 30 02:59:25 2008 -0500
9116
9117 saveenv: standardize enablement
9118
9119 Rather than special casing each environment type for enabling the saveenv
9120 command, have them all behave the same. This avoids bitrot as new env
9121 sources are added/removed.
9122
9123 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9124
9125commit 2ac6985a7466a1c8a7aa8b2fa24d360925a82764
9126Author: Andrew Dyer <adyer@righthandtech.com>
9127Date: Mon Dec 29 17:36:01 2008 -0600
9128
9129 soft_i2c.c add option for repeated start in i2c_read()
9130
9131 This patch adds a #define to optionally change the behaviour of
9132 i2c_read() in soft_i2c.c to send an I2C repeated start instead of a
9133 stop-start between sending the device address pointer write and
9134 reading back the data. The current behaviour is retained as the
9135 default.
9136
9137 While most devices will work either way, I have a smart battery(*)
9138 that requires repeated start, and someone at some point found a
9139 device that required a stop-start.
9140
9141 (*) http://www.inspired-energy.com/Standard_Products/NL2054/NL2054%20Rev1.0%20Data%20Sheet.pdf
9142
9143 Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
9144
9145commit 3429071700963ca2f944c51d695a7481af0cee33
9146Author: Wolfgang Denk <wd@denx.de>
9147Date: Tue Jan 27 22:07:14 2009 +0100
9148
9149 {delta,zylonite}/lowlevel_init.S: fix typo
9150
9151 Commit 9d803d8c mistakenly changed some constants
9152 from 0x300 into 300 - this patch fixes it.
9153
9154 Pointed out by Tom Evans <tom@ceos.com.au>, see
9155 http://article.gmane.org/gmane.comp.boot-loaders.u-boot/51992 for
9156 details.
9157
9158 Signed-off-by: Wolfgang Denk <wd@denx.de>
9159
9160commit 1bc434373013af241835c14011ac3f291dccbf53
9161Author: Stefan Althoefer <stefan.althoefer@web.de>
9162Date: Sat Dec 20 19:40:41 2008 +0100
9163
9164 drivers/net/e1000.c: missing terminator for supported devices
9165
9166 Signed-off-by: Stefan Althoefer <stefan.althoefer@web.de>
9167
9168commit 65f7d41031a70b1649b35020995c505edca91533
9169Author: Wolfgang Denk <wd@denx.de>
9170Date: Tue Jan 27 21:36:28 2009 +0100
9171
9172 fat.c: fix warning: array subscript is above array bounds
9173
9174 Fix based on suggestion by David Hawkins <dwh@ovro.caltech.edu>.
9175
9176 Signed-off-by: Wolfgang Denk <wd@denx.de>
9177
9178commit 107b801cf3fe39612d69d70581ebc3bf5e215554
9179Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
9180Date: Fri Jan 2 15:11:41 2009 +0100
9181
9182 Fix gunzip in case of insufficient output buffer
9183
9184 U-Boot's gunzip() function does not handle the return code
9185 of zlib's inflate() function correctly. gunzip() is implemented
9186 to uncompress all input data in one run. So the correct return
9187 code for the good case is Z_STREAM_END. In case of insufficient
9188 output buffer memory inflate returns Z_OK. For gunzip() this
9189 is an error.
9190
9191 It also makes sense to me to call inflateEnd() also in case
9192 of an error.
9193
9194 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
9195
9196commit 2a61eff6a82f0d6e2335d968799b3fbeb3ff4d8e
9197Author: Stefan Roese <sr@denx.de>
9198Date: Wed Jan 21 17:25:01 2009 +0100
9199
9200 MIPS: Add VCT board series support (Part 3/3)
9201
9202 Signed-off-by: Stefan Roese <sr@denx.de>
9203
9204commit ae691e5719c48f1d2826cb72722497d1d162765b
9205Author: Stefan Roese <sr@denx.de>
9206Date: Wed Jan 21 17:24:49 2009 +0100
9207
9208 MIPS: Add VCT board series support (Part 2/3)
9209
9210 Signed-off-by: Stefan Roese <sr@denx.de>
9211
9212commit 50752790bc9285c0c1c5235e88f3a4ef2eec1e72
9213Author: Stefan Roese <sr@denx.de>
9214Date: Wed Jan 21 17:24:39 2009 +0100
9215
9216 MIPS: Add VCT board series support (Part 1/3)
9217
9218 Signed-off-by: Stefan Roese <sr@denx.de>
9219
9220commit 03d3bfb00806b5441f1871c7408c1749863e0fdc
9221Author: Stefan Roese <sr@denx.de>
9222Date: Wed Jan 21 17:20:20 2009 +0100
9223
9224 MIPS: Add flush_dcache_range() and invalidate_dcache_range()
9225
9226 This patch adds flush_/invalidate_dcache_range() to the MIPS architecture.
9227 Those functions are needed for the upcoming dcache support for the USB
9228 EHCI driver. I chose this API because those cache handling functions are
9229 already present in the PPC architecture.
9230
9231 Signed-off-by: Stefan Roese <sr@denx.de>
9232 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
9233
f15c6515
WD
9234commit de832a99414ff06a4b2cdc9f5280b387da039834
9235Author: Stefan Roese <sr@denx.de>
9236Date: Mon Jan 26 10:05:20 2009 +0100
9237
9238 nand_spl: Fix compile problem with board_nand_init() prototype
9239
9240 This patch removes the now obsolete and additionally wrongly defined
9241 board_nand_init() prototype from nand_spl/nand_boot.c.
9242
9243 Signed-off-by: Stefan Roese <sr@denx.de>
9244 Signed-off-by: Scott Wood <scottwood@freescale.com>
9245
6450a848
WD
9246commit e8eac437189430d8e04a5d254ed92c58bc534a79
9247Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
9248Date: Wed Jan 14 08:44:26 2009 -0500
9249
9250 CFI: Add geometry reversal for STMicro M29W320ET
9251
9252 Added flash_fixup_stm to fix geometry reversal on STMicro M29W320ET flash chip.
9253
9254 Modeled after flash_fixup_amd, this patch handles the geometry reversal
9255 or erase sectors that exist for ST Micro (now Numonyx) M29W320ET flash.
9256 Since I cannot test all STM's chips, the detection is implemented as
9257 narrow as possible for now.
9258
9259 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
9260 Signed-off-by: Stefan Roese <sr@denx.de>
9261
9262commit 0f8e851e897b535959a0781171910cd97f33c30c
9263Author: Jens Gehrlein <sew_s@tqs.de>
9264Date: Tue Dec 16 17:25:55 2008 +0100
9265
9266 CFI: increase performance of function find_sector()
9267
9268 Tested on TQM5200S-BD with Samsung K8P2815UQB
9269
9270 Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
9271 Signed-off-by: Stefan Roese <sr@denx.de>
9272
9273commit a7292871a79cc48d98e3a708dd3c3b81580db6ef
9274Author: Jens Gehrlein <sew_s@tqs.de>
9275Date: Tue Dec 16 17:25:54 2008 +0100
9276
9277 CFI: avoid redundant function call in single word programming mode
9278
9279 The function find_sector() doesn't need to be called twice in
9280 the case of AMD command set.
9281 Tested on TQM5200S-BD with Samsung K8P2815UQB.
9282
9283 Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
9284 Signed-off-by: Stefan Roese <sr@denx.de>
9285
9286commit c8901f46a71ec16e084e604596a09e23bfb0f6ac
9287Author: Stefan Roese <sr@denx.de>
9288Date: Mon Jan 26 10:15:23 2009 +0100
9289
9290 ppc4xx: Remove compilation warning in gdppc440etc.c
9291
9292 Signed-off-by: Stefan Roese <sr@denx.de>
9293
9294commit 91f33534728e6416d332ad2b53ad1d6fde57f7fc
9295Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
9296Date: Fri Jan 2 12:19:47 2009 +0100
9297
9298 ppc4xx: Remove CONFIG_SYS_IGNORE_405_UART_ERRATA_59 from config files
9299
9300 Lot's of 405 board config files use CONFIG_SYS_IGNORE_405_UART_ERRATA_59.
9301 Either they define or undef it. Because it's not used in any source
9302 files this patch removes any references to it.
9303
9304 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
9305 Signed-off-by: Stefan Roese <sr@denx.de>
9306
9307commit 89b8619aaeafc922ca0c3bb249872591050c8dcc
9308Author: Dirk Eibach <eibach@gdsys.de>
9309Date: Tue Dec 9 13:12:40 2008 +0100
9310
9311 ppc4xx: Add GDsys PowerPC 440 ETX board support.
9312
9313 Board support for the Guntermann & Drunck PowerPC 440 ETX module.
9314 Based on the AMCC Yosemite board support by Stefan Roese.
9315
9316 Signed-off-by: Dirk Eibach <eibach@gdsys.de>
9317 Signed-off-by: Stefan Roese <sr@denx.de>
9318
9319commit 3943d2ff6cc40dd601a9feeb39eb6d3d5090ea6d
9320Author: Dirk Eibach <eibach@gdsys.de>
9321Date: Tue Dec 9 11:00:07 2008 +0100
9322
9323 ppc4xx: Improve DDR autodetect
9324
9325 Added support for a second memory bank to DDR autodetection for 440
9326 platforms.
9327 Made hardcoded values configurable.
9328
9329 Signed-off-by: Dirk Eibach <eibach@gdsys.de>
9330 Signed-off-by: Stefan Roese <sr@denx.de>
9331
f15c6515
WD
9332commit 71a040f4f556cca4d30f06805d82e717b3ef1020
9333Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
9334Date: Fri Nov 21 12:06:26 2008 +0900
9335
9336 sh: sh7763rdp: Update sh7763rdp config
9337
9338 Add CONFIG_NET_MULTI in config file, because sh_eth changed new newwork API.
9339
9340 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
9341 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9342
9343commit ba705b5b1a97b47388ed48858bef6bf7b6bfcd56
9344Author: Gary Jennejohn <garyj@denx.de>
9345Date: Thu Nov 20 12:28:38 2008 +0100
9346
9347 mgcoge make ether_scc.c work with CONFIG_NET_MULTI
9348
9349 This change is needed for mgcoge because it uses two ethernet drivers.
9350
9351 Add a check for the presence of the PIGGY board on mgcoge. Without this
9352 board networking cannot work and the initialization must be aborted.
9353
9354 Only allocate rtx once to prevent DPRAM exhaustion.
9355
9356 Initialize ether_scc.c and the keymile-specific HDLC driver (to be added
9357 soon) in eth.c.
9358
9359 Signed-off-by: Gary Jennejohn <garyj@denx.de>
9360 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9361
9362commit bd3980cc095af1728b994cdd8bf1ac430b6289e6
9363Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
9364Date: Fri Nov 21 12:04:18 2008 +0900
9365
9366 sh: sh_eth: Change new network API
9367
9368 sh_eth used old network API. This patch changed new API.
9369
9370 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
9371 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9372
9373commit 890a02e8ee6b8c26a6e3e505e1a2d29cd73aa6f6
9374Author: Stefan Roese <sr@denx.de>
9375Date: Wed Nov 12 13:31:02 2008 +0100
9376
9377 net: smc911x: Make register read/write functions weak
9378
9379 This patch changes the reg_read/_write to smc911x_reg_read/_write
9380 and defines then as weak so that they can be overridden by board
9381 specific version.
9382
9383 This will be used by the upcoming VCTH board support.
9384
9385 Signed-off-by: Stefan Roese <sr@denx.de>
9386 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9387
9388commit 8b69b563039989885969d24465c56f8ac4c07c4c
9389Author: Heiko Schocher <hs@denx.de>
9390Date: Thu Nov 20 09:57:14 2008 +0100
9391
9392 powerpc: net: support for the SMSC LAN8700 PHY
9393
9394 Signed-off-by: Heiko Schocher <hs@denx.de>
9395 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9396
9397commit d5254f149da9e6cd649d887b042ce577ef3ba78d
9398Author: Alessandro Rubini <rubini@unipv.it>
9399Date: Sat Jan 24 18:10:37 2009 +0100
9400
9401 Initial support for Nomadik 8815 development board
9402
9403 The NMDK8815 board is distributed by ST Microelectornics.
9404 Other (proprietary) code must be run to unlock the CPU before
9405 U-Boot runs. doc/README.nmdk8815 outlines the boot sequence.
9406
9407 This is the initial port, with basic infrastructure and
9408 a working serial port.
9409
9410 Signed-off-by: Alessandro Rubini <rubini@unipv.it>
9411 Acked-by: Andrea Gallo <andrea.gallo@stnwireless.com>
9412 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9413
9414commit 7d264c1ef267cfc8d928bc8577a7cc907f2f5e47
9415Author: Dirk Behme <dirk.behme@googlemail.com>
9416Date: Sun Dec 14 09:47:18 2008 +0100
9417
9418 OMAP3: Add I2C support
9419
9420 Add I2C support.
9421
9422 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
9423
9424commit b1c3bf99fb477675d464aeadb5dd69d2cbc9dc7b
9425Author: Dirk Behme <dirk.behme@googlemail.com>
9426Date: Sun Dec 14 09:47:17 2008 +0100
9427
9428 OMAP3: Add MMC support
9429
9430 Add MMC support.
9431
9432 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
9433
9434commit 12201a13547ec22ddcdae278e74465e54a3be60c
9435Author: Dirk Behme <dirk.behme@googlemail.com>
9436Date: Sun Dec 14 09:47:16 2008 +0100
9437
9438 OMAP3: Add NAND support
9439
9440 Add NAND support.
9441
9442 Signed-off-by: Nishanth Menon <nm@ti.com>
9443 Signed-off-by: Syed Mohammed Khasim <khasim@ti.com>
9444 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
9445
9446commit 91eee546737ae21d930af479530997174c342b13
9447Author: Dirk Behme <dirk.behme@googlemail.com>
9448Date: Sun Dec 14 09:47:15 2008 +0100
9449
9450 OMAP3: Add common board, interrupt and system info
9451
9452 Add common board, interrupt and system info code.
9453
9454 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
9455
9456commit 5ed3e8659e5373f6a229877ac506c0b00a054fb8
9457Author: Dirk Behme <dirk.behme@googlemail.com>
9458Date: Sun Dec 14 09:47:14 2008 +0100
9459
9460 OMAP3: Add common clock, memory and low level code
9461
9462 Add common clock, memory and low level code
9463
9464 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
9465
9466commit 0b02b184003e6a5023e05d5f31de54db279b1431
9467Author: Dirk Behme <dirk.behme@googlemail.com>
9468Date: Sun Dec 14 09:47:13 2008 +0100
9469
9470 OMAP3: Add common cpu and start code
9471
9472 Add common cpu and start code.
9473
9474 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
9475
9476commit a8b6450546cd507d331b8fde384791d84bde5651
9477Author: Dirk Behme <dirk.behme@googlemail.com>
9478Date: Sun Dec 14 09:47:12 2008 +0100
9479
9480 OMAP3: Add OMAP3, memory and function prototype headers
9481
9482 Add OMAP3, memory and function prototype header files for OMAP3.
9483
9484 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
9485
9486commit 2c803210a464abbac35752ca1c737514360b4c32
9487Author: Dirk Behme <dirk.behme@googlemail.com>
9488Date: Sun Dec 14 09:47:11 2008 +0100
9489
9490 OMAP3: Add pin mux, clock and cpu headers
9491
9492 Add pin mux, clock and cpu header files for OMAP3.
9493
9494 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
9495
9496commit 685533646f4ff17a84ec9265cabb60af325b6e1f
9497Author: Maxim Artamonov <scn1874@yandex.ru>
9498Date: Wed Dec 3 05:38:17 2008 +0300
9499
9500 bugfix for i.mx31 CCM_UPCTL reg
9501
9502 Signed-off-by: Maxim Artamonov <scn1874 at yandex.ru>
9503
6450a848
WD
9504commit 24113a44ed5cd3257a0237c3961e121812fca6db
9505Author: Mike Frysinger <vapier@gentoo.org>
9506Date: Tue Dec 30 03:15:38 2008 -0500
9507
9508 easylogo: add optional gzip support
9509
9510 Some images can be quite large, so add an option to compress the
9511 image data with gzip in the U-Boot image. Then at runtime, the
9512 board can decompress it with the normal zlib functions.
9513
9514 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9515
9516commit 7e4b9b4f6f43838fad3ad72c029a3d7fc7c7d48c
9517Author: Bryan Wu <bryan.wu@analog.com>
9518Date: Fri Jan 2 20:47:45 2009 -0500
9519
9520 fat: fix unaligned errors
9521
9522 A couple of buffers in the fat code are declared as an array of bytes.
9523 But it is then cast up to a structure with 16bit and 32bit members.
9524 Since GCC assumes structure alignment here, we have to force the
9525 buffers to be aligned according to the structure usage.
9526
9527 Signed-off-by: Bryan Wu <bryan.wu@analog.com>
9528 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9529
9530commit 68f8718df2ed4c2f43031407ccf6cfa81125dddc
9531Author: Brad Bozarth <bflinux@yumbrad.com>
9532Date: Thu Jan 1 22:45:47 2009 -0500
9533
9534 spi flash: fix crash due to spi flash miscommunication
9535
9536 Higher spi flash layers expect to be given back a pointer that was
9537 malloced so that it can free the result, but the lower layers return
9538 a pointer that is in the middle of the malloced memory. Reorder the
9539 members of the lower spi structures so that things work out.
9540
9541 Signed-off-by: Brad Bozarth <bflinux@yumbrad.com>
9542 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9543 Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
9544
9545commit ce82ff05388b5ddafdf6082ef0776cce72c40b1c
9546Author: Yuri Tikhonov <yur@emcraft.com>
9547Date: Sat Dec 20 14:54:21 2008 +0300
9548
9549 FPU POST: fix warnings when building with 2.18 binutils
9550
9551 When compile u-boot with the 2.18 binutils the following
9552 warning messages for each object file in post/lib_ppc/fpu/ is
9553 produced at the linking stage:
9554
9555 post/libpost.a(acc1.o) uses hard float, u-boot uses soft-float
9556 ...
9557
9558 This is because of the fact that, in general, the soft-float and
9559 hard-float ABIs are incompatible; the 2.18 binutils do checking
9560 of the Tag_GNU_Power_ABI_FP attribute of the files to be linked, and
9561 produce the worning like above if these are not compatible.
9562
9563 The incompatibility of ABIs is concerned only the float values:
9564 e.g. the soft-float ABI assumes the float argument passing in the
9565 pair of rX registers, and the hard-float ABI assumes passing of
9566 the float argument in the fX register. When we don't pass the float
9567 arguments between the functions compiled with different floatness,
9568 then such an application will work correctly.
9569 This is the case for the FPU POST: u-boot (compiled with soft-float)
9570 doesn't pass to (and doesn't get from) the FPU POST functions any
9571 floats; there are no functions exported from the post/lib_ppc/fpu/
9572 objects which would work with float parameters/returns too. So, we
9573 can reassure the linker not to worry about the difference in ABI
9574 attributes of linking files just by setting the 'soft-float'
9575 attribute for the objects in post/lib_ppc/fpu. And this patch does
9576 this.
9577
9578 Also, to avoid passing both soft- and hard-float options in CFLAGS
9579 when compiling the files from post/lib_ppc/fpu (which is OK, but
9580 looks rather dirty) this patch removes the soft-float string from
9581 CFLAGS in post/lib_ppc/fpu/Makefile.
9582
9583 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
9584
9585commit a7c9310457e85b4598abe5b304108edf11332e2f
9586Author: Peter Tyser <ptyser@xes-inc.com>
9587Date: Wed Dec 17 16:36:22 2008 -0600
9588
9589 Add support for Maxim's DS4510 I2C device
9590
9591 Initial support for the DS4510, a CPU supervisor with
9592 integrated EEPROM, SRAM, and 4 programmable non-volatile
9593 GPIO pins. The CONFIG_DS4510 define enables support
9594 for the device while the CONFIG_CMD_DS4510 define
9595 enables the ds4510 command. The additional
9596 CONFIG_DS4510_INFO, CONFIG_DS4510_MEM, and
9597 CONFIG_DS4510_RST defines add additional sub-commands
9598 to the ds4510 command when defined.
9599
9600 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
9601
9602commit b6fc6fd49a84543e1324e1620b9f301ff7c1f27f
9603Author: Dirk Eibach <eibach@gdsys.de>
9604Date: Tue Dec 16 14:51:56 2008 +0100
9605
9606 common: Iteration limit for memory test.
9607
9608 The iteration limit is passed to mtest as a fourth parameter:
9609 [start [end [pattern [iterations]]]]
9610 If no fourth parameter is supplied, there is no iteration limit and the
9611 test will loop forever.
9612
9613 Signed-off-by: Dirk Eibach <eibach@gdsys.de>
9614
9615commit 97cae3a4c68d856374ccc70fd2c5f8714cc94f7d
9616Author: Stefan Roese <sr@denx.de>
9617Date: Mon Dec 15 15:40:12 2008 +0100
9618
9619 serial: Rename driver vcth to vct to support other board variants
9620
9621 Moved driver vcth.c to vct.c to better reflect the VCT board series.
9622 This driver is now used by the VCT platforms:
9623
9624 vct_premium
9625 vct_platinum
9626 vct_platinumsvc
9627
9628 Signed-off-by: Stefan Roese <sr@denx.de>
9629
9630commit 36ede4d63e59c9277ec180b09c39b8bf46425ba2
9631Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
9632Date: Fri Dec 12 00:45:27 2008 +0900
9633
9634 nios: Move README.nios_CONFIG_SYS_NIOS_CPU to doc/ dir
9635
9636 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
9637
9638commit c3284b030b1cd492b4f46c576aea01bef258599d
9639Author: Peter Korsgaard <jacmet@sunsite.dk>
9640Date: Wed Dec 10 16:24:16 2008 +0100
9641
9642 common/main: support bootdelay=0 for CONFIG_AUTOBOOT_KEYED
9643
9644 Support bootdelay=0 in abortboot for the CONFIG_AUTOBOOT_KEYED case
9645 similar to the CONFIG_ZERO_BOOTDELAY_CHECK support for the
9646 !CONFIG_AUTOBOOT_KEYED case.
9647
9648 Do this by reversing the loop so we do at least one iteration before
9649 checking for timeout.
9650
9651 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
9652
9653commit 94f9279f7bbdc01bbc7cf85aedf9b545943b94c3
9654Author: Niklaus Giger <niklaus.giger@netstal.com>
9655Date: Mon Dec 8 17:24:08 2008 +0100
9656
9657 Added legacy flash ST Micro M29W040B
9658
9659commit 626d07348e5f9f302f4ea182161a89f7362a0488
9660Author: Graeme Russ <graeme.russ@gmail.com>
9661Date: Mon Dec 8 20:04:51 2008 +1100
9662
9663 Fixed off-by-one errors in lib_m68k/interrupts.c
9664
9665 Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
9666
9667commit a5989c42ae5e295f274a795c426c47819bbdbfda
9668Author: Graeme Russ <graeme.russ@gmail.com>
9669Date: Sun Dec 7 10:29:05 2008 +1100
9670
9671 Removed all references to CONFIG_SYS_RESET_GENERIC
9672
9673 Generic i386 reset - #define made redundant by weak function
9674
9675 Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
9676
9677commit 2b5360eb2bc0b741ae5cb3c84d35ccdd17667c8a
9678Author: Graeme Russ <graeme.russ@gmail.com>
9679Date: Sun Dec 7 10:29:04 2008 +1100
9680
9681 Remove #ifdef CONFIG_SC520 in source code
9682
9683 CONFIG_SC520 is now used for conditional compile
9684
9685 Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
9686
9687commit ead056bc206f6b7ee6dc98766678b64635ea20b8
9688Author: Graeme Russ <graeme.russ@gmail.com>
9689Date: Sun Dec 7 10:29:03 2008 +1100
9690
9691 Added MMCR reset functionality
9692
9693 Reset function specific to AMD SC520 microcontroller - Is more of a
9694 'hard reset' that the triple fault.
9695
9696 Requires CONFIG_SYS_RESET_SC520 to be defined in config
9697
9698 I would have liked to add this to a new file (cpu/i386/sc520/reset.c)
9699 but ld requires that a object file in a library arhive MUST contain
9700 at least one function which does not override a weak function (and is
9701 called from outside the object file) in order for that object file to
9702 be extracted from the archive. This would be the only function on the
9703 new file, and hence, will never get linked in.
9704
9705 Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
9706
9707commit 3f5f18d12d32ee0661bf51dfc55752c005230d6e
9708Author: Graeme Russ <graeme.russ@gmail.com>
9709Date: Sun Dec 7 10:29:02 2008 +1100
9710
9711 Moved generic (triple fault) reset code
9712
9713 Moved from interrupts.c to cpu.c and made into a weak function to
9714 allow vendor specific override
9715
9716 Vendor specific CPU reset (like the AMD SC520 MMCR reset) can now be
9717 added to the vendor specific code without the need to remember to
9718 #undef usage of the generic method and if you forget to include your
9719 custom reset method, you will always get the default.
9720
9721 Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
9722
9723commit 9933d609020c297788f53f334c8465fa7a99b10c
9724Author: Graeme Russ <graeme.russ@gmail.com>
9725Date: Sun Dec 7 10:29:01 2008 +1100
9726
9727 Moved definition of set_vector() to new header file
9728
9729 This allows for future tidy ups and functionality that will require
9730 set_vector ()
9731
9732 Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
9733
9734commit 407976185e0dda2c90e89027121a1071b9c77bfb
9735Author: Graeme Russ <graeme.russ@gmail.com>
9736Date: Sun Dec 7 10:29:00 2008 +1100
9737
9738 Moved sc520 specific code into new cpu/i386/sc520 folder
9739
9740 Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
9741 Signed-off-by: Wolfgang Denk <wd@denx.de>
9742
9743commit 85ffbbd51914925a542d8528be7f072e5ab02157
9744Author: Graeme Russ <graeme.russ@gmail.com>
9745Date: Sun Dec 7 10:28:58 2008 +1100
9746
9747 Renamed cpu/i386/reset.S to resetvec.S
9748
9749 Brings i386 in line with other CPUs with a reset vector and frees up reset.c
9750 for CPU reset functions
9751
9752 Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
9753
9754commit a3f4c123f569474e80ea012b8db0de46afdb6443
9755Author: Wolfgang Denk <wd@denx.de>
9756Date: Sat Jan 24 01:01:49 2009 +0100
9757
9758 Makefile: keep lists sorted.
9759
9760 Signed-off-by: Wolfgang Denk <wd@denx.de>
9761
9762commit c620c01e96814558470698ed5cab1bf2f504d1b5
9763Author: Graeme Russ <graeme.russ@gmail.com>
9764Date: Sun Dec 7 10:28:57 2008 +1100
9765
9766 Added initial eNET board support
9767
9768 Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
9769
9770commit 0c0ccf401ee03a5008fc2c19b05a662bce1a1086
9771Author: Gary Jennejohn <garyj@denx.de>
9772Date: Thu Nov 20 11:37:26 2008 +0100
9773
9774 POWERPC 82xx: add the SCC as an HDLC controller
9775
9776 Right now this is only used by keymile.
9777
9778 Signed-off-by: Gary Jennejohn <garyj@denx.de>
9779
9780commit 1e8f4e78ca393b3d8e86bd8055758dd465d9113f
9781Author: Heiko Schocher <hs@denx.de>
9782Date: Thu Nov 20 09:59:09 2008 +0100
9783
9784 powerpc, keymile boards: extract identical config options
9785
9786 This patch extracts the identical config options for the
9787 keymile boards mgcoge, mgsuvd and kmeter1 in a new
9788 common config file keymile-common.h.
9789
9790 Signed-off-by: Heiko Schocher <hs@denx.de>
9791
9792commit 210c8c00aad3328145204adab434bb7d70b06b75
9793Author: Heiko Schocher <hs@denx.de>
9794Date: Fri Nov 21 08:29:40 2008 +0100
9795
9796 powerpc: keymile: Add a check for the PIGGY debug board
9797
9798 Check the presence of the PIGGY on the keymile boards mgcoge,
9799 mgsuvd and kmeter1. If the PIGGY is not present, dont register
9800 this Ethernet device.
9801
9802 Signed-off-by: Heiko Schocher <hs@denx.de>
9803 Acked-by: Ben Warren <biggerbadderben@gmail.com>
9804
9805commit de0443614af4d16675ab436665aeb11ddc9f7214
9806Author: Heiko Schocher <hs@denx.de>
9807Date: Thu Nov 20 09:57:47 2008 +0100
9808
9809 powerpc: 83xx: add support for the kmeter1 board
9810
9811 This patch adds support for the kmeter1 board from Keymile,
9812 based on a Freescale MPC8360 CPU.
9813
9814 - serial console on UART 1
9815 - 256 MB DDR2 RAM
9816 - 64 MB NOR Flash
9817 - Ethernet RMII Mode over UCC4
9818 - PHY SMSC LAN8700
9819
9820 Signed-off-by: Heiko Schocher <hs@denx.de>
9821
9822commit 3feb647f3fd0881382c7a29f4cf280b66473ae0a
9823Author: Sergei Poselenov <sposelenov@emcraft.com>
9824Date: Tue Nov 4 13:51:18 2008 +0100
9825
9826 Add a do_div() wrapper macro, lldiv().
9827
9828 Add a do_div() wrapper, lldiv(). The new inline function doesn't modify
9829 the dividend and returns the result of division, so it is useful
9830 in complex expressions, i.e. "return(a/b)" -> "return(lldiv(a,b))"
9831
9832 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
9833
9834commit 18af1c5f0f7402dc0d6a71b012c68025dd97cf72
9835Author: Kumar Gala <galak@kernel.crashing.org>
9836Date: Fri Jan 23 14:22:14 2009 -0600
9837
9838 85xx: Add a 36-bit physical configuration for MPC8572DS
9839
9840 We move all IO addressed (CCSR, localbus, PCI) above the 4G boundary
9841 to allow for larger memory sizes.
9842
9843 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9844
9845commit c51fc5d53c4560abc4d0a6126c06fc68133d1528
9846Author: Kumar Gala <galak@kernel.crashing.org>
9847Date: Fri Jan 23 14:22:13 2009 -0600
9848
9849 85xx: Handle eLBC difference w/36-bit physical
9850
9851 The eLBC only handles 32-bit physical address in systems with 36-bit
9852 physical. The previos generation of LBC handled 34-bit physical
9853 address in 36-bit systems. Added a new CONFIG option to convey
9854 the difference between the LBC and eLBC.
9855
9856 Also added defines for XAM bits used in LBC for the extended 34-bit
9857 support.
9858
9859 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9860
9861commit 72a9414a8e21e9536822c7353bc08d21ce5ad53d
9862Author: Kumar Gala <galak@kernel.crashing.org>
9863Date: Fri Jan 23 14:22:12 2009 -0600
9864
9865 85xx: Use BR_ADDR macro for NAND chipselects
9866
9867 Use the new BR_ADDR macro to properly setup the address field of the
9868 localbus chipselects used by NAND.
9869
9870 This allows us to deal with 36-bit phys on these boards in the future.
9871
9872 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9873
9874commit 2fc7eb0cfc608c9369001d57a0411af5e6a58f7c
9875Author: Haiying Wang <Haiying.Wang@freescale.com>
9876Date: Thu Jan 15 11:58:35 2009 -0500
9877
9878 Add secondary CPUs processor frequency for e500 core
9879
9880 This patch updates e500 freqProcessor to array based on CONFIG_NUM_CPUS,
9881 and prints each CPU's frequency separately. It also fixes up each CPU's
9882 frequency in "clock-frequency" of fdt blob.
9883
9884 Signed-off-by: James Yang <James.Yang@freescale.com>
9885 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
9886
9887commit bf5b1f0c0d28ce062e1d368680632dfb099de692
9888Author: Dave Liu <daveliu@freescale.com>
9889Date: Fri Nov 21 16:31:53 2008 +0800
9890
9891 85xx: enable the auto self refresh for wake up ARP
9892
9893 The wake up ARP feature need use the memory to process
9894 wake up packet, we enable auto self refresh to support it.
9895
9896 Signed-off-by: Dave Liu <daveliu@freescale.com>
9897 Acked-by: Andy Fleming <afleming@freescale.com>
9898
9899commit b4983e16d150ab7d039704c310aacbd2f4dc1e0f
9900Author: Dave Liu <daveliu@freescale.com>
9901Date: Fri Nov 21 16:31:43 2008 +0800
9902
9903 fsl-ddr: use the 1T timing as default configuration
9904
9905 For light loaded system, we use the 1T timing to gain better
9906 memory performance, but for some heavily loaded system,
9907 you have to add the 2T timing options to board files.
9908
9909 Signed-off-by: Dave Liu <daveliu@freescale.com>
9910 Acked-by: Andy Fleming <afleming@freescale.com>
9911
9912commit 22cca7e1cd54590e967c73558b07ffbdccd39504
9913Author: Dave Liu <daveliu@freescale.com>
9914Date: Fri Nov 21 16:31:35 2008 +0800
9915
9916 fsl-ddr: make the self refresh idle threshold configurable
9917
9918 Some 85xx processors have the advanced power management feature,
9919 such as wake up ARP, that needs enable the automatic self refresh.
9920
9921 If the DDR controller pass the SR_IT (self refresh idle threshold)
9922 idle cycles, it will automatically enter self refresh. However,
9923 anytime one transaction is issued to the DDR controller, it will
9924 reset the counter and exit self refresh state.
9925
9926 Signed-off-by: Dave Liu <daveliu@freescale.com>
9927 Acked-by: Andy Fleming <afleming@freescale.com>
9928
9929commit 22ff3d01348e0a2dc369b7efcbac30e4ce86d178
9930Author: Dave Liu <daveliu@freescale.com>
9931Date: Fri Nov 21 16:31:29 2008 +0800
9932
9933 fsl-ddr: clean up the ddr code for DDR3 controller
9934
9935 - The DDR3 controller is expanding the bits for timing config
9936 - Add the DDR3 32-bit bus mode support
9937
9938 Signed-off-by: Dave Liu <daveliu@freescale.com>
9939 Acked-by: Andy Fleming <afleming@freescale.com>
9940
9941commit 80ee3ce6d7fe9441b4352d7cfaf6afc2507b1106
9942Author: Dave Liu <daveliu@freescale.com>
9943Date: Fri Nov 21 16:31:22 2008 +0800
9944
9945 fsl-ddr: update the bit mask for DDR3 controller
9946
9947 According to the latest 8572 UM, the DDR3 controller
9948 is expanding the bit mask, and we use the extend ACTTOPRE
9949 mode when tRAS more than 19 MCLK.
9950
9951 Signed-off-by: Dave Liu <daveliu@freescale.com>
9952
9953commit aca5f018a8386b85469482ed9867e3e29a2437d0
9954Author: Kumar Gala <galak@kernel.crashing.org>
9955Date: Tue Dec 2 16:08:40 2008 -0600
9956
9957 85xx: Introduce CONFIG_SYS_PCI*_IO_VIRT for FSL boards
9958
9959 Introduce a new define to seperate out the virtual address that PCI
9960 IO space is at from the physical address. In most situations these are
9961 mapped 1:1. However any code accessing the bus should use VIRT.
9962
9963 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9964 Acked-by: Andy Fleming <afleming@freescale.com>
9965
9966commit 5af0fdd81c3370c3a51421208fda568bdcbbec23
9967Author: Kumar Gala <galak@kernel.crashing.org>
9968Date: Tue Dec 2 16:08:39 2008 -0600
9969
9970 85xx: Introduce CONFIG_SYS_PCI*_MEM_VIRT for FSL boards
9971
9972 Introduce a new define to seperate out the virtual address that PCI
9973 memory is at from the physical address. In most situations these are
9974 mapped 1:1. However any code accessing the bus should use VIRT.
9975
9976 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9977 Acked-by: Andy Fleming <afleming@freescale.com>
9978
9979commit a6e04c344ad1eefd47a75484441b385da815b8df
9980Author: Kumar Gala <galak@kernel.crashing.org>
9981Date: Tue Dec 2 16:08:38 2008 -0600
9982
9983 85xx: Use CONFIG_SYS_{PCI*,RIO*}_MEM_PHYS for physical address on FSL boards
9984
9985 Use the _MEM_PHYS defines instead of _MEM_BUS for LAW and real address fields
9986 of TLBs. This is what we should have always been using from the start.
9987
9988 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9989 Acked-by: Andy Fleming <afleming@freescale.com>
9990
9991commit 5f91ef6acdbadec33e0192049e2b24a1d9692f1d
9992Author: Kumar Gala <galak@kernel.crashing.org>
9993Date: Tue Dec 2 16:08:37 2008 -0600
9994
9995 85xx: Convert CONFIG_SYS_PCI*_IO_BASE to _IO_BUS for FSL boards
9996
9997 Use CONFIG_SYS_PCI*_IO_BUS for the bus relative address instead
9998 of _IO_BASE so we are more explicit.
9999
10000 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10001
10002commit 10795f42cb94e71bcb262b615084f69dd886399a
10003Author: Kumar Gala <galak@kernel.crashing.org>
10004Date: Tue Dec 2 16:08:36 2008 -0600
10005
10006 85xx: Convert CONFIG_SYS_{PCI*,RIO*}_MEM_BASE to _MEM_BUS for FSL boards
10007
10008 Use CONFIG_SYS_{PCI,RIO}_MEM_BUS for the bus relative address instead
10009 of _MEM_BASE so we are more explicit.
10010
10011 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10012 Acked-by: Andy Fleming <afleming@freescale.com>
10013
10014commit c953ddfd56b3ae3f28910fe3aed6de6968d1c9aa
10015Author: Kumar Gala <galak@kernel.crashing.org>
10016Date: Tue Dec 2 14:19:34 2008 -0600
10017
10018 85xx: separate FLASH BASE virtual from physical address
10019
10020 Added a CONFIG_SYS_FLASH_BASE_PHYS for use as the physical address and
10021 maintain CONFIG_SYS_FLASH_BASE as the virtual address of the flash.
10022
10023 This allows us to deal with 36-bit phys on these boards in the future.
10024
10025 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10026 Acked-by: Andy Fleming <afleming@freescale.com>
10027
10028commit 52b565f5ad23b682489055b187767d8bf1c2e444
10029Author: Kumar Gala <galak@kernel.crashing.org>
10030Date: Tue Dec 2 14:19:33 2008 -0600
10031
10032 85xx: separate PIXIS virtual from physical address
10033
10034 Added a PIXIS_BASE_PHYS for use as the physical address and maintain
10035 PIXIS_BASE as the virtual address of the PIXIS fpga registers.
10036
10037 This allows us to deal with 36-bit phys on these boards in the future.
10038
10039 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10040 Acked-by: Andy Fleming <afleming@freescale.com>
10041
10042commit 30837e5b21d5a742983581ab9ee3fac085311d19
10043Author: Haiying Wang <Haiying.Wang@freescale.com>
10044Date: Tue Nov 11 08:52:09 2008 -0500
10045
10046 Add README file for MPC8572DS board
10047
10048 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
10049 Acked-by: Andy Fleming <afleming@freescale.com>
10050
10051commit 6dadc9195ad642cc662632f4d92f92d3d71e8bf2
10052Author: Mike Frysinger <vapier@gentoo.org>
10053Date: Mon Oct 20 16:15:04 2008 -0400
10054
10055 Blackfin: use common strmhz() in system output
10056
10057 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10058
10059commit 5bb907a4925397789c90d074f4f7e92ce6b39402
10060Author: Ron Madrid <ron_madrid@sbcglobal.net>
10061Date: Thu Jan 22 15:05:24 2009 -0800
10062
10063 mpc83xx: New board support for SIMPC8313
10064
10065 This patch will create a new board, SIMPC8313, from Sheldon Instruments. This
10066 board boots from NAND devices and is configureable for either large or small
10067 page devices. The board supports non-soldered DDR2, one ethernet port, a
10068 Marvell 88E1118 PHY, and PCI host support. The board also has a FPGA connected
10069 to the eLBC providing glue logic to a TMS320C67xx DSP.
10070
10071 Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net>
10072 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
10073
10074commit d4bade8d77aa20e2846fa4accff0e7fa7961a134
10075Author: Mike Frysinger <vapier@gentoo.org>
10076Date: Sun Jan 18 19:46:06 2009 -0500
10077
10078 nand: fixup printf modifiers to match types used
10079
10080 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10081 Signed-off-by: Scott Wood <scottwood@freescale.com>
10082
10083commit 389e6620e2271096df3316917528003627db4021
10084Author: Schlaegl Manfred jun <manfred.schlaegl@gmx.at>
10085Date: Tue Jan 20 16:57:55 2009 +0100
10086
10087 nand read.jffs2 (nand_legacy) in common/cmd_nand.c
10088
10089 Error with CONFIG_NAND_LEGACY in common/cmd_nand.c:
10090 With current code "nand read.jffs2s" (read and skip bad blocks) is always interpreted as
10091 "nand read.jffs2" (read and fill bad blocks with 0xff). This is because ".jffs2" is
10092 tested before ".jffs2s" and only the first two characters are compared.
10093
10094 Correction:
10095 Test for ".jffs2s" first and compare the first 7 characters.
10096
10097 Signed-off-by: Scott Wood <scottwood@freescale.com>
10098
10099commit 6c869637fef31e66380f0ea1d49690a2e26ec0d7
10100Author: Wolfgang Grandegger <wg@grandegger.com>
10101Date: Fri Jan 16 18:55:54 2009 +0100
10102
10103 NAND: rename NAND_MAX_CHIPS to CONFIG_SYS_NAND_MAX_CHIPS
10104
10105 This patch renames NAND_MAX_CHIPS to CONFIG_SYS_NAND_MAX_CHIPS and
10106 changes the default from 8 to 1 for the legacy and the new MTD
10107 NAND layer. This allows to remove all NAND_MAX_CHIPS definitions
10108 in the board config files because none of the boards use multi
10109 chip support (NAND_MAX_CHIPS > 1) so far. The bamboo and the DU440
10110 define
10111
10112 #define NAND_MAX_CHIPS CONFIG_SYS_MAX_NAND_DEVICE
10113
10114 but that's bogus and did not work anyhow.
10115
10116 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
10117 Signed-off-by: Scott Wood <scottwood@freescale.com>
10118
10119commit c70564e6b1bd08f3230182392238907f3531a87e
10120Author: Dave Liu <daveliu@freescale.com>
10121Date: Tue Dec 2 11:48:51 2008 +0800
10122
10123 NAND: Fix cache and memory inconsistency issue
10124
10125 We load the secondary stage u-boot image from NAND to
10126 system memory by nand_load, but we did not flush d-cache
10127 to memory, nor invalidate i-cache before we jump to RAM.
10128 When the system has cache enabled and the TLB/page attribute
10129 of system memory is cacheable, it will cause issues.
10130
10131 - 83xx family is using the d-cache lock, so all of d-cache
10132 access is cache-inhibited. so you can't see the issue.
10133 - 85xx family is using d-cache, i-cache enable, partial
10134 cache lock. you will see the issue.
10135
10136 This patch fixes the cache issue.
10137
10138 Signed-off-by: Dave Liu <daveliu@freescale.com>
10139 Signed-off-by: Scott Wood <scottwood@freescale.com>
10140
10141commit 50657c273278f74378e1ac39b41d612b92fdffa0
10142Author: Nishanth Menon <menon.nishanth@gmail.com>
10143Date: Sat Dec 13 09:43:06 2008 -0600
10144
10145 NAND: Enable nand lock, unlock feature
10146
10147 Enable nand lock, unlock and status of lock feature.
10148 Not every device and platform requires this, hence,
10149 it is under define for CONFIG_CMD_NAND_LOCK_UNLOCK
10150
10151 Nand unlock and status operate on block boundary instead
10152 of page boundary. Details in:
10153 http://www.micron.com/products/partdetail?part=MT29C2G24MAKLAJG-6%20IT
10154
10155 Intial solution provided by Vikram Pandita <vikram.pandita@ti.com>
10156 Includes preliminary suggestions from Scott Wood
10157
10158 Signed-off-by: Nishanth Menon <nm@ti.com>
10159 Signed-off-by: Scott Wood <scottwood@freescale.com>
10160
10161commit 69fb8be4fc07162fdf6edf04bdc7233b0e9a920e
10162Author: Mike Frysinger <vapier@gentoo.org>
10163Date: Sat Dec 6 02:40:55 2008 -0500
10164
10165 NAND: move board_nand_init to nand.h
10166
10167 Rather than putting the function prototype for board_nand_init() in the one
10168 place where it gets called, put it into nand.h so that every place that also
10169 defines it gets the prototype. Otherwise, errors can go silently unnoticed
10170 such as using the wrong return value (void rather than int) when defining
10171 the function.
10172
10173 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10174 Signed-off-by: Scott Wood <scottwood@freescale.com>
10175
10176commit 1ae39862044ebb1e682234b51f94421e3f871d6a
10177Author: Stefan Roese <sr@denx.de>
10178Date: Tue Dec 2 11:06:47 2008 +0100
10179
10180 OneNAND: Additional sync with 2.6.27
10181
10182 - Add subpage write support
10183 - Add onenand_oob_64/32 ecclayout
10184
10185 This has been missing and without it UBI has some incompatibilies issues
10186 with the current (>= 2.6.27) Linux kernel version. vid_hdr_offset is
10187 placed differently (2048 instead of 512) without this fix.
10188
10189 Signed-off-by: Stefan Roese <sr@denx.de>
10190 Signed-off-by: Scott Wood <scottwood@freescale.com>
10191
10192commit 1714f51a2009baaecf3d4f6e3bd8c4e93a8d3f23
10193Author: Kyungmin Park <kmpark@infradead.org>
10194Date: Thu Nov 13 15:14:33 2008 +0900
10195
10196 Add markbad function
10197
10198 Add missing markbad function
10199 If not, it's hang when it entered the mtd->mark_bad().
10200
10201 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
10202
10203commit c438ea175d8d002c1063b7a94b0c0e26668d1ac9
10204Author: Stefan Roese <sr@denx.de>
10205Date: Wed Nov 12 13:47:24 2008 +0100
10206
10207 OneNAND: Bad block aware read/write command support
10208
10209 Update OneNAND command to support bad block awareness.
10210 Also change the OneNAND command style to better match the
10211 NAND version.
10212
10213 Signed-off-by: Stefan Roese <sr@denx.de>
10214 Acked-by: Kyungmin Park <kyungmin.park@samsung.com>
10215
10216commit 8cf11f3aa78673730e9ecbbe4b75213b53f212c8
10217Author: Stefan Roese <sr@denx.de>
10218Date: Tue Nov 11 10:29:09 2008 +0100
10219
10220 OneNAND: Save version_id in onenand_chip struct
10221
10222 The version (ver_id) was not stored in the onenand_chip structure and
10223 because of this the continuous locking scheme could be enabled on some
10224 chips.
10225
10226 Signed-off-by: Stefan Roese <sr@denx.de>
10227
10228commit 4fca3310d611cc0f51d7295ef3557afbdbd91dc3
10229Author: Stefan Roese <sr@denx.de>
10230Date: Tue Nov 11 10:28:53 2008 +0100
10231
10232 OneNAND: Fix compiler warnings
10233
10234 Signed-off-by: Stefan Roese <sr@denx.de>
10235
10236commit 1ac5744e33ee0aa6d6ddab3b99f9e70953156e69
10237Author: Dave Liu <daveliu@freescale.com>
10238Date: Tue Nov 4 14:55:06 2008 +0800
10239
10240 mpc83xx: enable eLBC NAND support for MPC8315ERDB board
10241
10242 Signed-off-by: Dave Liu <daveliu@freescale.com>
10243
10244commit ef0921d6b05aeb9034158f9bef5323d6da9c925e
10245Author: Kyungmin Park <kmpark@infradead.org>
10246Date: Tue Nov 4 09:24:07 2008 +0900
10247
10248 Sync with 2.6.27
10249
10250 Sync with OneNAND kernel codes
10251
10252 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
10253
10254commit e7f325be9edeb84bb457301776bbac1f7257dafc
10255Author: Michal Simek <monstr@monstr.eu>
10256Date: Mon Jan 5 13:35:31 2009 +0100
10257
10258 microblaze: Use cache functions (especially cache status)
10259 in systems which are configured without flash
10260
10261commit e9b737deb2c30125362d20e24170617476026e94
10262Author: Michal Simek <monstr@monstr.eu>
10263Date: Mon Jan 5 13:29:32 2009 +0100
10264
10265 microblaze: Add cache flush
10266
10267commit b4f8dda35bfad447b4106828232705b2e878d168
10268Author: Michal Simek <monstr@monstr.eu>
10269Date: Mon Jan 5 13:28:40 2009 +0100
10270
10271 microblaze: Add bootup messages to board.c
10272
10273commit 330e55459bc9983341da6c1d5c7fe00a664436fe
10274Author: Michal Simek <monstr@monstr.eu>
10275Date: Fri Dec 19 13:25:55 2008 +0100
10276
10277 microblaze: Change microblaze-generic config file
10278
10279 Signed-off-by: Michal Simek <monstr@monstr.eu>
10280
10281commit 52a822ed9c37a2ea0ed112a26d8ff5a6cb1c6f10
10282Author: Michal Simek <monstr@monstr.eu>
10283Date: Fri Dec 19 13:14:05 2008 +0100
10284
10285 microblaze: Rename ml401 to microblaze-generic
10286
10287 Signed-off-by: Michal Simek <monstr@monstr.eu>
10288
10289commit 6677876181cc8772bca8a372479a500d160f3993
10290Author: Scott Wood <scottwood@freescale.com>
10291Date: Tue Jan 20 11:56:11 2009 -0600
10292
10293 83xx: Use the proper sequence for updating IMMR.
10294
10295 This ensures that subsequent accesses properly hit the new window.
10296
10297 The dcbi during the NAND loop was accidentally working around this;
10298 it's no longer necessary, as the cache is not enabled.
10299
10300 Reported-by: Suchit Lepcha <Suchit.Lepcha@freescale.com>
10301 Signed-off-by: Scott Wood <scottwood@freescale.com>
10302 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
10303
10304commit 8b34557c546e5e9f34ebf83c93413dad973d93df
10305Author: Anton Vorontsov <avorontsov@ru.mvista.com>
10306Date: Thu Jan 8 04:26:19 2009 +0300
10307
10308 mpc83xx: Add PCI-E support for MPC837XEMDS boards
10309
10310 MPC837XEMDS boards can support PCI-E via "PCI-E riser card". The card
10311 provides two PCI-E (x2) ports. Though, only one port can be used in x2
10312 mode. Two ports can function simultaneously in x1 mode.
10313
10314 PCI-E x1/x2 modes can be switched via "pex_x2" environment variable.
10315
10316 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
10317 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
10318
10319commit 8f11e34b31a7be124a3239653f33af9510502045
10320Author: Anton Vorontsov <avorontsov@ru.mvista.com>
10321Date: Thu Jan 8 04:26:17 2009 +0300
10322
10323 mpc83xx: Add PCI-E support for MPC8315ERDB boards
10324
10325 MPC8315ERDB boards features PCI-E x1 and Mini PCI-E x1 ports. Let's
10326 support them.
10327
10328 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
10329 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
10330
10331commit fd6646c0b9ebe7e5afc4ae4c78097d9cd317a5e8
10332Author: Anton Vorontsov <avorontsov@ru.mvista.com>
10333Date: Thu Jan 8 04:26:12 2009 +0300
10334
10335 mpc83xx: Add support for MPC83xx PCI-E controllers
10336
10337 This patch adds support for MPC83xx PCI-E controllers in Root Complex
10338 mode.
10339
10340 The patch is based on Tony Li and Dave Liu work[1].
10341
10342 Though unlike the original patch, by default we don't register PCI-E
10343 buses for use in U-Boot, we only configure the controllers for future
10344 use in other OSes (Linux). This is done because we don't have enough
10345 of spare BATs to map all the PCI-E regions.
10346
10347 To actually use PCI-E in U-Boot, users should explicitly define
10348 CONFIG_83XX_GENERIC_PCIE_REGISTER_HOSES symbol in the board file. And
10349 only then U-Boot will able to access PCI-E, but at the cost of disabled
10350 address translation.
10351
10352 [1] http://lists.denx.de/pipermail/u-boot/2008-January/027630.html
10353
10354 Signed-off-by: Tony Li <tony.li@freescale.com>
10355 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
10356 Acked-by: Dave Liu <daveliu@freescale.com>
10357 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
10358
10359commit 88ecf55cabd7aea28fe8093720e208f53ccfdcf5
10360Author: Ira Snyder <iws@ovro.caltech.edu>
10361Date: Mon Jan 12 13:33:17 2009 -0800
10362
10363 MPC8349EMDS: do not setup unused PCI clock outputs in PCI agent mode
10364
10365 When running in PCI agent mode, the PCI_CLK_OUT signals are not used, so do
10366 not enable them. See the MPC8349EA Reference Manual, Section 4.4.2
10367 "Clocking in PCI Agent Mode".
10368
10369 Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
10370 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
10371
10372commit 75f35209f702bb26826855ed8c8e4d108ab5f412
10373Author: Ira Snyder <iws@ovro.caltech.edu>
10374Date: Mon Jan 12 13:32:26 2009 -0800
10375
10376 83xx: PCI agent mode fixes for multi-board systems
10377
10378 When running a system with 2 or more MPC8349EMDS boards in PCI agent mode,
10379 the boards will lock up the PCI bus by scanning against each other.
10380
10381 The boards lock against each other by trying to access the PCI bus before
10382 clearing their configuration lock bit. Both boards end up in a loop,
10383 sending and receiving "Target Not Ready" messages forever.
10384
10385 When running in PCI agent mode, the scanning now takes place after the
10386 boards have cleared their configuration lock bit.
10387
10388 Also, add a missing declaration to the mpc83xx.h header file, fixing a
10389 build warning.
10390
10391 Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
10392 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
10393
10394commit 455a46915b82896cc2070eb326d075555c2bc580
10395Author: Ron Madrid <ron_madrid@sbcglobal.net>
10396Date: Fri Dec 12 13:12:45 2008 -0800
10397
10398 mpc83xx: Size optimization of start.S
10399
10400 Currently there are in excess of 100 bytes located at the beginning of the image
10401 built by start.S that are not being utilized. This patch moves a few functions
10402 into this part of the image. This will create a greater number of *available*
10403 bytes that can be used by board specific code in NAND builds and will decrease
10404 the size of the assembled code in other builds.
10405
10406 Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net>
10407 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
10408
10409commit 72d15e705bc3983884105cb7755c7ba80e74a0a5
10410Author: Wolfgang Denk <wd@denx.de>
10411Date: Wed Jan 21 23:08:12 2009 +0100
10412
10413 Prepare v2009.01
10414
10415 Signed-off-by: Wolfgang Denk <wd@denx.de>
10416
72d15e70
WD
10417commit 635e5f8fc82365e6e9734b3132bc95135a6de679
10418Author: Wolfgang Denk <wd@denx.de>
10419Date: Sun Jan 18 21:37:48 2009 +0100
10420
10421 Prepare 2009.01-rc3
10422
10423 Update CHANGELOG
10424
10425 Signed-off-by: Wolfgang Denk <wd@denx.de>
10426
635e5f8f
WD
10427commit 4cda437898f7873752f0201757cd33f12196ce87
10428Author: Mike Frysinger <vapier@gentoo.org>
10429Date: Sat Jan 17 13:32:42 2009 -0500
10430
10431 build system: treat all Darwin's alike
10432
10433 The x86 based version of Darwin behaves the same quirky way as the powerpc
10434 Darwin, so only check HOSTOS when setting up Darwin workarounds.
10435
10436 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10437
10438commit c088a108c75db565e07292fd668dfa5491e85bc2
10439Author: Peter Korsgaard <jacmet@sunsite.dk>
10440Date: Wed Jan 14 13:52:24 2009 +0100
10441
10442 fdt_resize(): fix actualsize calculations with unaligned blobs
10443
10444 The code in fdt_resize() to extend the fdt size to end on a page boundary
10445 is wrong for fdt's not located at an address aligned on a page boundary.
10446 What's even worse, the code would make actualsize shrink rather than grow
10447 if (blob & 0xfff) was bigger than the amount of padding added by ALIGN(),
10448 causing fdt_add_mem_rsv to fail.
10449
10450 Fix it by aligning end address (blob + size) to a page boundary instead.
10451 For aligned fdt's this is equivalent to what we had before.
10452
10453 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
10454
10455commit fadad1573fb16c90025f08a2861d6047d093cba7
10456Author: Mike Frysinger <vapier@gentoo.org>
10457Date: Fri Jan 9 04:38:17 2009 -0500
10458
10459 ncb: use socklen_t
10460
10461 The recvfrom() function takes a socklen_t, not an int.
10462
10463 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10464
10465commit fc83c9273cec6e6e542f4a0ea3b653b7d0513ffa
10466Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10467Date: Sun Jan 11 16:35:16 2009 +0100
10468
10469 sh: serial: use readx/writex accessors
10470
10471 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10472 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10473
10474commit 9e1fa628bdb64745811cdd26c4f953846c076180
10475Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10476Date: Sun Jan 11 16:35:15 2009 +0100
10477
10478 sh: serial: coding style cleanup
10479
10480 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10481 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10482
10483commit c9935c992575922b7ef13eec0656ed8665d324e3
10484Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10485Date: Sun Jan 11 17:48:56 2009 +0900
10486
10487 sh: Fix compile error on lowlevel_init file
10488
10489 lowlevel_init of SH was corrected to use the write/readXX macro.
10490 However, there was a problem that was not able to be compiled partially.
10491 This patch corrected this.
10492
10493 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10494
10495commit a5b04d00bfeb940c62232972ce644d50b45797f9
10496Author: Kieran Bingham <kieranbingham@gmail.com>
10497Date: Tue Dec 30 01:16:03 2008 +0000
10498
10499 sh: Fix up rsk7203 target for out of tree build
10500
10501 Fix up rsk7203 target to build successfully using out-of-tree build.
10502
10503 Signed-off-by: Kieran Bingham <kbingham@mpc-data.co.uk>
10504 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10505
10506commit f7e78f3b74aae9caca2997bad865a72338326c0a
10507Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10508Date: Sat Dec 20 19:29:49 2008 +0100
10509
10510 sh: use write{8,16,32} in all lowlevel_init
10511
10512 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10513 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10514
10515commit e4430779623af500de1cee7892c379f07ef59813
10516Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10517Date: Sat Dec 20 19:29:48 2008 +0100
10518
10519 sh: lowlevel_init coding style cleanup
10520
10521 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10522 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10523
10524commit 85cb052ee41675ca361e6a4c69455dc715c8f2d9
10525Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10526Date: Sat Dec 20 15:27:45 2008 +0100
10527
10528 sh: update sh2/sh2a timer coding style
10529
10530 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10531 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10532
10533commit 1e15ff999322e81af4c0c0c548908f38944ba39c
10534Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10535Date: Sat Dec 20 15:25:22 2008 +0100
10536
10537 sh: update sh timer coding style
10538
10539 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10540 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10541
10542commit 0e3ece33801e377be67ffa29f083421ad820f28b
10543Author: Wolfgang Denk <wd@denx.de>
10544Date: Wed Jan 14 23:26:05 2009 +0100
10545
10546 Prepare 2009.01-rc2
10547
10548 Update CHANGELOG.
10549
10550 Signed-off-by: Wolfgang Denk <wd@denx.de>
10551
0e3ece33
WD
10552commit e92c9a860e44c14513c8909ce4299e253a775eeb
10553Author: Wolfgang Denk <wd@denx.de>
10554Date: Wed Jan 14 22:35:30 2009 +0100
10555
10556 cpu/mpc824x/Makefile: fix warning with parallel builds
10557
10558 Parallel builds would occasionally issue this build warning:
10559
10560 ln: creating symbolic link `cpu/mpc824x/bedbug_603e.c': File exists
10561
10562 Use "ln -sf" as quick work around for the issue.
10563
10564 Signed-off-by: Wolfgang Denk <wd@denx.de>
10565
635e5f8f
WD
10566commit 3ba605d4beec649438539e7df97b5fedb26592fb
10567Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
10568Date: Fri Jan 2 12:18:49 2009 +0100
10569
10570 ppc4xx: Add loadpci command to esd's CPCI4052 and CPCI405AB boards
10571
10572 This patch adds esd's loadpci BSP command to CPCI4052 and
10573 CPCI405AB board. This requires CONFIG_CMD_BSP and CONFIG_PRAM.
10574
10575 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
10576 Signed-off-by: Stefan Roese <sr@denx.de>
10577
10578commit 600fe46fb3dab7f07604f9009904f31584415114
10579Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
10580Date: Fri Jan 2 12:18:12 2009 +0100
10581
10582 ppc4xx: Disable pci node in device tree on CPCI405 pci adapters
10583
10584 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
10585 Signed-off-by: Stefan Roese <sr@denx.de>
10586
10587commit f6a1f490d224c600a09137e58d1026d150b8e679
10588Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
10589Date: Fri Jan 2 12:17:36 2009 +0100
10590
10591 ppc4xx: Cleanup CPCI405 board code
10592
10593 This patch cleans up CPCI405 board support:
10594 - wrap long lines
10595 - unification of spaces in function calls
10596 - remove dead code
10597
10598 Use correct io accessors on peripherals.
10599
10600 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
10601 Signed-off-by: Stefan Roese <sr@denx.de>
10602
10603commit fceebb45a0b97e92f9889861f8c3b9cb885e706f
10604Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
10605Date: Fri Jan 2 12:16:35 2009 +0100
10606
10607 ppc4xx: Enable auto RS485 mode on PLU405 boards
10608
10609 This patch turns on the auto RS485 mode in the 2nd external
10610 uart on PLU405 boards. This is a special mode of the used
10611 Exar XR16C2850 uart. Because these boards only have a 485 physical
10612 layer connected it's a good idea to turn it on by default.
10613
10614 Signed-off-by: Matthias Fuchs <mf@esd.eu>
10615 Signed-off-by: Stefan Roese <sr@denx.de>
10616
0e3ece33
WD
10617commit b5f65dfa9aa8e068e62aba4733dc4fd97b1d9bf6
10618Author: Haiying Wang <Haiying.Wang@freescale.com>
10619Date: Tue Jan 13 16:29:28 2009 -0500
10620
10621 Some changes of TLB entry setting for MPC8572DS
10622
10623 - Move the TLB entry of PIXIS_BASE from TLB0 to TLB1[8], because in CAMP mode,
10624 all the TLB0 entries will be invalidated after cpu1 brings up kernel, thus cpu0
10625 can not access PIXIS_BASE anymore (any access will cause DataTLBError exception)
10626
10627 - Set CONFIG_SYS_DDR_TLB_START to 9 for MPC8572DS board.
10628
10629 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
10630
10631commit 950264317eb9594b2b5ee2fb65206200a1c6007a
10632Author: Haiying Wang <Haiying.Wang@freescale.com>
10633Date: Tue Jan 13 16:29:22 2009 -0500
10634
10635 Change DDR tlb start entry to CONFIG param for 85xx
10636
10637 So that we can locate the DDR tlb start entry to the value other than 8. By
10638 default, it is still 8.
10639
10640 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
10641
10642commit 6d3a10f73ece7ffb736890c10e023222612a4aa0
10643Author: Roy Zang <tie-fei.zang@freescale.com>
10644Date: Fri Jan 9 16:02:35 2009 +0800
10645
10646 Change PCIE1&2 deciide logic on MPC8544DS board more readable
10647
10648 The IO port selection for MPC8544DS board:
10649 Port cfg_io_ports
10650 PCIE1 0x2, 0x3, 0x4, 0x5, 0x6, 0x7
10651 PCIE2 0x4, 0x5, 0x6, 0x7
10652 PCIE3 0x6, 0x7
10653 This patch changes the PCIE12 and PCIE2 logic more readable.
10654 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
10655
10656commit 028e116811d28a031660f1ad9e20ac1293b3c5c7
10657Author: Roy Zang <tie-fei.zang@freescale.com>
10658Date: Fri Jan 9 16:01:52 2009 +0800
10659
10660 PCIE2 and PCIE3 are decided by corresponing bit in devdisr instead of PCIE1 bit
10661
10662 PCIE2 and PCIE3 should be decided by corresponing bit in devdisr instead of
10663 PCIE1 bit.
10664 On MPC8572DS board, PCIE refers to PCIE1.
10665 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
10666
10667commit 9afc2ef0307aecf52482df67c31b75d5f9e66b47
10668Author: Roy Zang <tie-fei.zang@freescale.com>
10669Date: Fri Jan 9 16:00:55 2009 +0800
10670
10671 Fix IO port selection issue on MPC8544DS and MPC8572DS boards
10672
10673 The IO port selection is not correct on MPC8572DS and MPC8544DS board.
10674 This patch fixes this issue.
10675 For MPC8572
10676 Port cfg_io_ports
10677 PCIE1 0x2, 0x3, 0x7, 0xb, 0xc, 0xf
10678 PCIE2 0x3, 0x7
10679 PCIE3 0x7
10680
10681 For MPC8544
10682 Port cfg_io_ports
10683 PCIE1 0x2, 0x3, 0x4, 0x5, 0x6, 0x7
10684 PCIE2 0x4, 0x5, 0x6, 0x7
10685 PCIE3 0x6, 0x7
10686 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
10687
10688commit 3e3fffe3baf3befde287fec1fcbfe55052fb8946
10689Author: Becky Bruce <beckyb@kernel.crashing.org>
10690Date: Wed Dec 3 22:36:44 2008 -0600
10691
10692 mpc8610hpcd: Fix PCI mapping concepts
10693
10694 Rename _BASE to _BUS, as it's actually a PCI bus address,
10695 separate virtual and physical addresses into _VIRT and _PHYS,
10696 and use each appopriately. This makes the code easier to read
10697 and understand, and facilitates mapping changes going forward.
10698
10699 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
10700
10701commit 79e436cad3b4a7db88408c3f05175028f30d700d
10702Author: Becky Bruce <beckyb@kernel.crashing.org>
10703Date: Wed Dec 3 22:36:26 2008 -0600
10704
10705 sbc8641d: Fix PCI mapping concepts
10706
10707 Rename _BASE to _BUS, as it's actually a PCI bus address,
10708 separate virtual and physical addresses into _VIRT and _PHYS,
10709 and use each appopriately. This makes the code easier to read
10710 and understand, and facilitates mapping changes going forward.
10711
10712 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
10713
10714commit a9f3acbcd07da72b5446ce557531a3ed8b8beff0
10715Author: Wolfgang Denk <wd@denx.de>
10716Date: Mon Jan 12 14:50:35 2009 +0100
10717
10718 MPC86xx: fix build warnings
10719
10720 Signed-off-by: Wolfgang Denk <wd@denx.de>
10721
10722commit 032a1c934ef4dc003281f57302b6e693062c1868
10723Author: Mike Frysinger <vapier@gentoo.org>
10724Date: Mon Jan 5 16:09:44 2009 -0500
10725
10726 bf537-stamp/nand: fix board_nand_init prototype
10727
10728 The board_nand_init() function should return an int, not void.
10729
10730 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10731
10732commit 687f952e4119594ab913be11c90f7f018c2a7a79
10733Author: Mike Frysinger <vapier@gentoo.org>
10734Date: Thu Dec 11 07:04:48 2008 -0500
10735
10736 Blackfin: drop CONFIG_SPI handling in board init
10737
10738 The eeprom SPI init functions are duplicated as the common code already
10739 executes these for us.
10740
10741 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10742
10743commit e7e684b10d73a303902208594c7c3e7e0d753282
10744Author: Mike Frysinger <vapier@gentoo.org>
10745Date: Fri Oct 24 17:51:57 2008 -0400
10746
10747 Blackfin: fix out-of-tree building with ldscripts
10748
10749 Many of the Blackfin board linker scripts are preprocessed, so make sure we
10750 output the linker script into the build tree rather than the source tree.
10751
10752 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10753
10754commit b9eecc342f767b50e1476fbc1aad7d88dd4ce5eb
10755Author: Mike Frysinger <vapier@gentoo.org>
10756Date: Fri Oct 24 17:48:54 2008 -0400
10757
10758 Blackfin: fix linker scripts to work with --gc-sections
10759
10760 Make sure all .text sections get pulled in and the entry point is properly
10761 referenced so they don't get discarded when linking with --gc-sections.
10762
10763 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10764
10765commit 509fc553bc6087a6f705b3bf52f3950d7d1eaa58
10766Author: Mike Frysinger <vapier@gentoo.org>
10767Date: Sat Oct 11 20:45:44 2008 -0400
10768
10769 Blackfin: set proper LDRFLAGS for parallel booting LDRs
10770
10771 In order to boot an LDR out of parallel flash, the ldr utility needs a few
10772 flags to tell it to generate the right header.
10773
10774 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10775
10776commit 3dd9395a0d7ce69a335d0e743c04b9caedd681d3
10777Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10778Date: Tue Jan 6 21:41:59 2009 +0100
10779
10780 at91rm9200: move define from lowlevel_init to header
10781
10782 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10783
10784commit 8a48686fac2030287765f1970ea046bd5734b733
10785Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10786Date: Sat Jan 3 17:22:26 2009 +0100
10787
10788 m501sk: move to the common memory setup
10789
10790 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10791
10792commit d481c80d78f954133c035dae6c7d22de3625795d
10793Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10794Date: Sat Jan 3 17:22:25 2009 +0100
10795
10796 at91rm9200: rename lowlevel init value to CONFIG_SYS_
10797
10798 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10799
10800commit 4e170b16625291aa10d0d9abc3f34e8a5945d157
10801Author: Nicolas Ferre <nicolas.ferre@atmel.com>
10802Date: Tue Jan 6 21:13:14 2009 +0100
10803
10804 at91: add at91sam9xeek board support
10805
10806 At91sam9xe is basically an at91sam9260 with embedded flash. We can manage
10807 it as another entry for at91sam9260 in the Makefile.
10808
10809 Check documentation at :
10810 http://www.atmel.com/dyn/products/product_card.asp?part_id=4263
10811
10812 Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
10813 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10814
10815commit 9ffd53db870a7da134f9a1ae76894a6b31237be5
10816Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10817Date: Tue Jan 6 21:15:57 2009 +0100
10818
10819 fix bmp_logo.h make dependencies to allow parallel build
10820
10821 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10822
10823commit e12d9a8fb48d24176efffccc072b445e60a3afe4
10824Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10825Date: Sat Jan 3 17:22:24 2009 +0100
10826
10827 at91: Fix Atmel's at91sam9 boards out of tree build
10828
10829 introduced in commit 89a7a87f084c
10830
10831 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10832
10833commit 0668236bafaa1c11c521652a2facebc74beecbf0
10834Author: Wolfgang Denk <wd@denx.de>
10835Date: Tue Dec 30 22:56:11 2008 +0100
10836
10837 README: update mailing list name and hits to patch submission.
10838
10839 Signed-off-by: Wolfgang Denk <wd@denx.de>
10840
10841commit d9011f9b75561a0bd9254934c2bb2bc799d4f645
10842Author: Peter Tyser <ptyser@xes-inc.com>
10843Date: Tue Dec 23 16:32:01 2008 -0600
10844
10845 85xx: Enable inbound PCI config cycles for X-ES boards cleanup
10846
10847 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
10848
10849commit 1f03cbfae221b24ba1341a0a3f62ff01c5c874df
10850Author: Peter Tyser <ptyser@xes-inc.com>
10851Date: Tue Dec 23 16:32:00 2008 -0600
10852
10853 XPedite5200 board support cleanup
10854
10855 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
10856
10857commit fea91edee8ae0295e3c30b1ff544df51f4d668e1
10858Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10859Date: Tue Dec 2 21:58:04 2008 +0100
10860
10861 usb_kbd: fix usb_kbd_deregister when DEVICE_DEREGISTER not enable
10862
10863 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10864 Signed-off-by: Remy Böhmer <linux@bohmer.net>
10865
10866commit ada591d2a0ecff5f9bc5ed1ebf310f439c3d0a28
10867Author: Trent Piepho <tpiepho@freescale.com>
10868Date: Wed Dec 3 15:16:37 2008 -0800
10869
10870 mpc8[56]xx: Put localbus clock in sysinfo and gd
10871
10872 Currently MPC85xx and MPC86xx boards just calculate the localbus frequency
10873 and print it out, but don't save it.
10874
10875 This changes where its calculated and stored to be more consistent with the
10876 CPU, CCB, TB, and DDR frequencies and the MPC83xx localbus clock.
10877
10878 The localbus frequency is added to sysinfo and calculated when sysinfo is
10879 set up, in cpu/mpc8[56]xx/speed.c, the same as the other frequencies are.
10880
10881 get_clocks() copies the frequency into the global data, as the other
10882 frequencies are, into a new field that is only enabled for MPC85xx and
10883 MPC86xx.
10884
10885 checkcpu() in cpu/mpc8[56]xx/cpu.c will print out the local bus frequency
10886 from sysinfo, like the other frequencies, instead of calculating it on the
10887 spot.
10888
10889 Signed-off-by: Trent Piepho <tpiepho@freescale.com>
10890 Acked-by: Kumar Gala <galak@kernel.crashing.org>
10891 Acked-by: Jon Loeliger <jdl@freescale.com>
10892
10893commit 9863d6aca11405e1e0d8aba2045d78aeec4d4ee7
10894Author: Trent Piepho <tpiepho@freescale.com>
10895Date: Wed Dec 3 15:16:36 2008 -0800
10896
10897 mpc86xx: Double local bus clock divider
10898
10899 The local bus clock divider should be doubled for both 8610 and 8641.
10900
10901 Signed-off-by: Trent Piepho <tpiepho@freescale.com>
10902 Acked-by: Kumar Gala <galak@kernel.crashing.org>
10903 Acked-by: Jon Loeliger <jdl@freescale.com>
10904
10905commit 446c381e3e16f19857b72ea0d06241267b8b9d58
10906Author: Trent Piepho <tpiepho@freescale.com>
10907Date: Wed Dec 3 15:16:35 2008 -0800
10908
10909 mpc8568: Double local bus clock divider
10910
10911 The clock divider for the MPC8568 local bus should be doubled, like the
10912 other newer MPC85xx chips.
10913
10914 Since there are now more chips with a 2x divider than a 1x, and any new
10915 85xx chips will probably be 2x, invert the sense of the #if so that it
10916 lists the 1x chips instead of the 2x ones.
10917
10918 Signed-off-by: Trent Piepho <tpiepho@freescale.com>
10919 Acked-by: Kumar Gala <galak@kernel.crashing.org>
10920 Acked-by: Jon Loeliger <jdl@freescale.com>
10921
10922commit f51f07eb58fad12de9294ba4ee6c09a0ddeaee03
10923Author: Dave Liu <daveliu@freescale.com>
10924Date: Tue Dec 16 12:09:27 2008 +0800
10925
10926 85xx: Fix the boot window issue
10927
10928 If one custom board is using the 8MB flash, it is set
10929 as FLASH_BASE = 0xef000000, TEXT_BASE = 0xef780000.
10930 The current start.S code will be broken at switch_as.
10931
10932 It is because the TLB1[15] is set as 16MB page size,
10933 EPN = TEXT_BASE & 0xff000000, RPN = 0xff000000.
10934
10935 For the 8MB flash case, the EPN = 0xefxxxxxx,
10936 RPN = 0xffxxxxxx. Assume the virt address of switch_as
10937 is 0xef7ff18c, the real address of the instruction at
10938 switch_as should be 0xff7ff18c. the 0xff7ff18c is out
10939 of the range of the default 8MB boot LAW window
10940 0xff800000 - 0xffffffff.
10941
10942 So when we switch to AS1 address space at switch_as,
10943 the core can't fetch the instruction at switch_as any
10944 more. It will cause broken issue.
10945
10946 Signed-off-by: Dave Liu <daveliu@freescale.com>
10947
10948commit 58da8890d5fbd074746037722a423de9ac408616
10949Author: Paul Gortmaker <paul.gortmaker@windriver.com>
10950Date: Thu Dec 11 15:47:50 2008 -0500
10951
10952 sbc8548: use proper PHY address
10953
10954 The values given for the PHY address were wrong, so the code
10955 read no valid PHY ID, and fell through to the generic PHY
10956 support, which would work on 1000M but would not auto negotiate
10957 down to 100M or 10M.
10958
10959 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
10960
10961commit ad22f9273c6f24fbfa917e867680e9688e0c59c5
10962Author: Paul Gortmaker <paul.gortmaker@windriver.com>
10963Date: Thu Dec 11 15:47:51 2008 -0500
10964
10965 sbc8548: enable command line editing by default.
10966
10967 Lets make things a bit more user friendly. It isn't 1985 anymore.
10968
10969 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
10970
10971commit bd93105fa171184a71ca8b22be03dc2705cfbd3f
10972Author: Paul Gortmaker <paul.gortmaker@windriver.com>
10973Date: Thu Dec 11 15:47:49 2008 -0500
10974
10975 sbc8548: don't enable the 3rd and 4th eTSEC
10976
10977 These interfaces don't have usable connectors on the board, so don't
10978 bother enumerating or configuring them.
10979
10980 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
10981
10982commit 181a3650113883728927928b3ac81ad6dade4b2c
10983Author: Haiying Wang <Haiying.Wang@freescale.com>
10984Date: Wed Dec 3 10:08:19 2008 -0500
10985
10986 Set IVPR to kenrel entry point in second core boot page
10987
10988 Assuming the OSes exception vectors start from the base of kernel address, and
10989 the kernel physical starting address can be relocated to an non-zero address.
10990 This patch enables the second core to have a valid IVPR for debugger before
10991 kernel setting IVPR in CAMP mode. Otherwise, IVPR is 0x0 and it is not a valid
10992 value for second core which runs kernel at different physical address other
10993 than 0x0.
10994
10995 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
10996
10997commit a5d212a263c58cc746481bf1fc878510533ce7d6
10998Author: Trent Piepho <tpiepho@freescale.com>
10999Date: Wed Dec 3 15:16:34 2008 -0800
11000
11001 mpc8xxx: LCRR[CLKDIV] is sometimes five bits
11002
11003 On newer CPUs, 8536, 8572, and 8610, the CLKDIV field of LCRR is five bits
11004 instead of four.
11005
11006 In order to avoid an ifdef, LCRR_CLKDIV is set to 0x1f on all systems. It
11007 should be safe as the fifth bit was defined as reserved and set to 0.
11008
11009 Code that was using a hard coded 0x0f is changed to use LCRR_CLKDIV.
11010
11011 Signed-off-by: Trent Piepho <tpiepho@freescale.com>
11012 Acked-by: Kumar Gala <galak@kernel.crashing.org>
11013 Acked-by: Jon Loeliger <jdl@freescale.com>
11014
11015commit 58ec4866ed916c7e422f5107bb27b0822084728e
11016Author: Trent Piepho <tpiepho@freescale.com>
11017Date: Wed Dec 3 15:16:38 2008 -0800
11018
11019 mpc8[56]xx: Put localbus clock in device tree
11020
11021 Export the localbus frequency in the device tree, the same way the CPU, TB,
11022 CCB, and various other frequencies are exported in their respective device
11023 tree nodes.
11024
11025 Some localbus devices need this information to be programed correctly, so
11026 it makes sense to export it along with the other frequencies.
11027
11028 Unfortunately, when someone wrote the localbus dts bindings, they didn't
11029 bother to define what the "compatible" property should be. So it seems no
11030 one was quite sure what to put in their dts files.
11031
11032 Based on current existing dts files in the kernel source, I've used
11033 "fsl,pq3-localbus" and "fsl,elbc" for MPC85xx, which are used by almost all
11034 of the 85xx devices, and are looked for by the Linux code. The eLBC is
11035 apparently not entirely backward compatible with the pq3 LBC and so eLBC
11036 equipped platforms like 8572 won't use pq3-localbus.
11037
11038 For MPC86xx, I've used "fsl,elbc" which is used by some of the 86xx systems
11039 and is also looked for by the Linux code. On MPC8641, I've also used
11040 "fsl,mpc8641-localbus" as it is also commonly used in dts files, some of
11041 which don't use "fsl,elbc" or any other acceptable name to match on.
11042
11043 Signed-off-by: Trent Piepho <tpiepho@freescale.com>
11044 Acked-by: Kumar Gala <galak@kernel.crashing.org>
11045 Acked-by: Jon Loeliger <jdl@freescale.com>
11046
11047commit 9d94aff699eed38b286814fcbb335f3eb8516a0e
11048Author: Kumar Gala <galak@kernel.crashing.org>
11049Date: Tue Dec 16 14:59:22 2008 -0600
11050
11051 NAND FSL elbc: Use virt_to_phys to determine which bank is in use
11052
11053 The current code that determines which bank/chipselect is used for a
11054 given NAND instance only worked for 32-bit addresses and assumed
11055 a 1:1 mapping. This breaks in 36-bit physical configs.
11056
11057 The proper way to handle this is to use the virt_to_phys() and
11058 BR_PHYS_ADDR() routinues to match the 34-bit lbc bus address
11059 with the the virtual address the NAND code uses.
11060
11061 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11062 Acked-by: Scott Wood <scottwood@freescale.com>
11063
11064commit 77c8115b1f1871811633eae77a5a700fac1f0e50
11065Author: Kumar Gala <galak@kernel.crashing.org>
11066Date: Tue Dec 16 14:59:21 2008 -0600
11067
11068 ppc: Use addrmap in virt_to_phys and map_physmem.
11069
11070 If we have addr map support enabled use the mapping functions to
11071 implement virt_to_phys() and map_physmem().
11072
11073 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11074
11075commit ecf5b98c7a6a2e2256dfddd48fab26678dcd6b90
11076Author: Kumar Gala <galak@kernel.crashing.org>
11077Date: Tue Dec 16 14:59:20 2008 -0600
11078
11079 85xx: Add support to populate addr map based on TLB settings
11080
11081 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11082
11083commit 78bbc5ce151c5a484bb51bf1866b4a993ffc16ec
11084Author: Peter Tyser <ptyser@xes-inc.com>
11085Date: Mon Dec 1 13:47:13 2008 -0600
11086
11087 XPedite5200 board support
11088
11089 Initial support for Extreme Engineering Solutions XPedite5200 -
11090 a MPC8548-based PMC single board computer.
11091
11092 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
11093
11094commit 487dcb4fb89be0992bc06ec1341090017bd9cf2f
11095Author: Peter Tyser <ptyser@xes-inc.com>
11096Date: Wed Oct 29 12:39:27 2008 -0500
11097
11098 85xx: Enable inbound PCI config cycles for X-ES boards
11099
11100 Update X-ES Freescale boards to allow inbound PCI configuration
11101 cycles when configured as agent/endpoint.
11102
11103 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
11104
11105commit ccf0fdd02b97323f8caae18d06cc9daeac2f192f
11106Author: Peter Tyser <ptyser@xes-inc.com>
11107Date: Wed Dec 17 16:36:23 2008 -0600
11108
11109 XPedite5370 board support
11110
11111 Initial support for Extreme Engineering Solutions XPedite5370 -
11112 a MPC8572-based 3U VPX single board computer with a PMC/XMC
11113 site.
11114
11115 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
11116
11117commit e92739d34e2d6b6aca93b2598248210710897ce8
11118Author: Peter Tyser <ptyser@xes-inc.com>
11119Date: Wed Dec 17 16:36:21 2008 -0600
11120
11121 Add support for PCA953x I2C gpio devices
11122
11123 Initial support for NXP's 4 and 8 bit I2C gpio expanders
11124 (eg pca9537, pca9557, etc). The CONFIG_PCA953X define
11125 enables support for the devices while the CONFIG_CMD_PCA953X
11126 define enables the pca953x command. The CONFIG_CMD_PCA953X_INFO
11127 define enables an 'info' sub-command which provides summary
11128 information for the given pca953x device.
11129
11130 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
11131
11132commit 7a8979591171676417ab36852d8811a8c46accd8
11133Author: Peter Tyser <ptyser@xes-inc.com>
11134Date: Wed Oct 29 12:39:26 2008 -0500
11135
11136 pci/fsl_pci_init: Enable inbound PCI config cycles
11137
11138 Add fsl_pci_config_unlock() function to enable a
11139 PCI/PCIe interface configured in agent/endpoint mode to
11140 respond to inbound PCI configuration cycles.
11141
11142 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
11143
6450a848
WD
11144commit 92c78a3bbcb2ce508b4bf1c4a1e0940406a024bb
11145Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
11146Date: Wed Dec 17 16:43:18 2008 +0100
11147
11148 avr32: Remove second definition of virt_to_phys()
11149
11150 The second definition introduced by 65e43a1063 conflicts with the
11151 existing one.
11152
11153 Also, convert the existing definition to use phys_addr_t. The volatile
11154 qualifier is still needed due to brain damage elsewhere.
11155
11156 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
11157
0e3ece33
WD
11158commit b616f2b545f73757669b37386f0b37bb61fc6797
11159Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11160Date: Mon Sep 8 22:27:18 2008 +0200
11161
11162 MIPS: qemu_mips: update doc to generate and to use qemu flash, ide file
11163
11164 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11165 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
11166
11167commit 16cdf816779f5b602a9b3b4d2ea4dea05095c35b
11168Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11169Date: Tue Dec 16 22:10:31 2008 +0100
11170
11171 MIPS: qemu_mips: update doc to use all disk and boot linux kernel
11172
11173 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11174 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
11175
11176commit 13095b2f07dacb1f863772266c1789d47a523a8a
11177Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11178Date: Tue Dec 16 22:10:30 2008 +0100
11179
11180 MIPS: qemu_mips: move env storage just after u-boot
11181
11182 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11183 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
11184
11185commit aced78d852d0b009e8aaa1445af8cb40861ee549
11186Author: Wolfgang Denk <wd@denx.de>
11187Date: Tue Dec 16 23:48:27 2008 +0100
11188
11189 Prepare 2009.01-rc1
11190
11191 Signed-off-by: Wolfgang Denk <wd@denx.de>
11192
aced78d8
WD
11193commit 9e2a79b4c585ad31138fb90b68fd0234d64a8da8
11194Author: Wolfgang Denk <wd@denx.de>
11195Date: Tue Dec 16 23:13:46 2008 +0100
11196
11197 include/configs/at91cap9adk.h: fix typo.
11198
11199 Signed-off-by: Wolfgang Denk <wd@denx.de>
11200
11201commit 45ca04f2377361593151d2d4da51f8ba4832d233
11202Author: Wolfgang Denk <wd@denx.de>
11203Date: Tue Dec 16 22:32:25 2008 +0100
11204
11205 board/trab/memory.c: Fix compile problems.
11206
11207 Apply changes from commit 44b4dbed to board/trab/memory.c, too.
11208
11209 Actually we'd need a major cleanup here - as it turns out,
11210 board/trab/memory.c is more or less a verbatim copy of
11211 post/drivers/memory.c ... but then, trab is EOL anyway,r
11212 so this is not worth the effort.
11213
11214 Signed-off-by: Wolfgang Denk <wd@denx.de>
11215
0e3ece33
WD
11216commit ff49ea8977b56916edd5b1766d9939010e30b181
11217Author: Scott Wood <scottwood@freescale.com>
11218Date: Tue Dec 16 14:24:16 2008 -0600
11219
11220 NAND: Mark the BBT as scanned prior to calling scan_bbt.
11221
11222 Otherwise, recursion can occur if scan_bbt does not find a bad block
11223 table, and tries to write one, and the attempt to erase the BBT area
11224 causes a bad block check.
11225
11226 Signed-off-by: Scott Wood <scottwood@freescale.com>
11227
aced78d8
WD
11228commit 584eedab66d0828f2d571a24b10526c4e65f547b
11229Author: Ilya Yanok <yanok@emcraft.com>
11230Date: Thu Dec 11 05:51:57 2008 +0300
11231
11232 jffs2: include <linux/mtd/compat.h> instead of defining own min_t
11233
11234 Include <linux/mtd/compat.h> header for min_t definition instead of
11235 providing our own one. Removes warnings in case of OneNAND support
11236 enabled.
11237
11238 Although I thinks it's a bit silly to include <linux/mtd/compat.h>
11239 just for min_t...
11240
11241 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
11242 Acked-by: Stefan Roese <sr@denx.de>
11243
11244commit b1ffecec37b57a59c139042267faac458e5324e9
11245Author: Becky Bruce <beckyb@kernel.crashing.org>
11246Date: Wed Dec 3 23:04:37 2008 -0600
11247
11248 powerpc: fix io.h build warning with CONFIG_PHYS_64BIT
11249
11250 Casting a pointer to a phys_addr_t when it's an unsigned long long
11251 on a 32-bit system without first casting to a non-pointer type
11252 generates a compiler warning. Fix this.
11253
11254 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
11255
11256commit 6cdadcb3f1b6eac4a1c4256acaa1438413f95351
11257Author: Wolfgang Denk <wd@denx.de>
11258Date: Tue Dec 16 16:22:50 2008 +0100
11259
11260 trab: make trab_fkt standalone code independent of libgcc
11261
11262 Use our own local functions in lib_arm/ instead.
11263
11264 Signed-off-by: Wolfgang Denk <wd@denx.de>
11265
11266commit aa1bcca3d2e22af4dea9f02132f9b56a30378ded
11267Author: Wolfgang Denk <wd@denx.de>
11268Date: Tue Dec 16 14:44:06 2008 +0100
11269
11270 post/Makefile: fix dependency problem with parallel builds
11271
11272 Parallel builds (using "make -jN") would occasionally fail with error
11273 messages like
11274 ppc_4xxFP-objdump: string.o: File format not recognized
11275 or
11276 post/libpost.a(cpu.o): In function `cpu_post_test':
11277 /home/wd/git/u-boot/work/post/lib_ppc/cpu.c:130: undefined reference to `cpu_post_test_string'
11278 or similar. We now make sure to run the 'postdeps" step before
11279 attempting to build the specific POST libraries.
11280
11281 Signed-off-by: Wolfgang Denk <wd@denx.de>
11282
11283commit 4a0f7538c5c0805fd9a791967bbabacc41deadd9
11284Author: Wolfgang Denk <wd@denx.de>
11285Date: Tue Dec 16 14:41:02 2008 +0100
11286
11287 Makefile: fix dependency problem with parallel builds
11288
11289 Parallel builds (using "make -jN") would occasionally fail with error
11290 messages like
11291 include/autoconf.mk:212: *** missing separator. Stop.
11292 Line numbers and affected boards were changing. Obviously some
11293 Makefiles included autoconf.mk while it was still being written to.
11294 As a fix, we now write to a temporary file first and then rename it,
11295 so that it is really ready to use as soon as it appears.
11296
11297 Signed-off-by: Wolfgang Denk <wd@denx.de>
11298
11299commit 455ae7e87f67c44e6aea68865c83acadd3fcd36c
11300Author: Wolfgang Denk <wd@denx.de>
11301Date: Tue Dec 16 01:02:17 2008 +0100
11302
11303 Coding style cleanup, update CHANGELOG.
11304
11305 Signed-off-by: Wolfgang Denk <wd@denx.de>
11306
455ae7e8
WD
11307commit 84bc72d90c505fec3ef4b693995407a0bd4064e5
11308Author: Mike Frysinger <vapier@gentoo.org>
11309Date: Thu Dec 11 18:39:08 2008 -0500
11310
11311 spi/stmicro: fix debug() display of cmd
11312
11313 The stmicro_wait_ready() func tries to show the actual opcode that was sent
11314 to the device, but instead it displays the array pointer. Fix it to pull
11315 out the opcode from the start of the array.
11316
11317 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11318
11319commit 5b3375ac8c36c29c87abb132fede0509eb21e5c9
11320Author: Mike Frysinger <vapier@gentoo.org>
11321Date: Thu Dec 11 06:23:37 2008 -0500
11322
11323 env_sf: support embedded environments
11324
11325 If both CONFIG_ENV_SECT_SIZE and CONFIG_ENV_SIZE are defined, and the sect
11326 size is larger than the env size, then it means the env is embedded in a
11327 block. So we have to save/restore the part of the sector which is not the
11328 environment. Previously, saving the environment in SPI flash in this
11329 setup would probably brick the board as the rest of the sector tends to
11330 contain actual U-Boot data/code.
11331
11332 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11333 Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
11334
11335commit ecf5f077c8e77454f532eaac3e3afb7cfc48c62d
11336Author: Timur Tabi <timur@freescale.com>
11337Date: Wed Dec 3 11:28:30 2008 -0600
11338
11339 i2c: merge all i2c_reg_read() and i2c_reg_write() into inline functions
11340
11341 All implementations of the functions i2c_reg_read() and
11342 i2c_reg_write() are identical. We can save space and simplify the
11343 code by converting these functions into inlines and putting them in
11344 i2c.h.
11345
11346 Signed-off-by: Timur Tabi <timur@freescale.com>
11347 Acked-By: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11348
11349commit e39cd81c44740d7355d277ed3d38536cbe1e003d
11350Author: Dave Liu <daveliu@freescale.com>
11351Date: Fri Dec 5 15:36:14 2008 +0800
11352
11353 lib_ppc: rework the flush_cache
11354
11355 - It is possible to miss flush/invalidate the last
11356 cache line, we fix it at here.
11357 - add the volatile and memory clobber.
11358
11359 They are pointed by Scott Wood.
11360
11361 Signed-off-by: Dave Liu <daveliu@freescale.com>
11362
11363commit 63240ba88cd6a220057a0f28e5bf97f5b17ac84b
11364Author: Kumar Gala <galak@kernel.crashing.org>
11365Date: Sat Dec 13 17:20:28 2008 -0600
11366
11367 Introduce addr_map library
11368
11369 Add a library that helps in translating between virtual and physical
11370 addresses. This library can be useful as a simple means to implement
11371 map_physmem() and virt_to_phys() for platforms that need functionality
11372 beyond the simple 1:1 mapping.
11373
11374 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11375
11376commit 65e43a10631537dcb92c302d36301a12308216c3
11377Author: Kumar Gala <galak@kernel.crashing.org>
11378Date: Sat Dec 13 17:20:27 2008 -0600
11379
11380 Introduce virt_to_phys()
11381
11382 virt_to_phys() returns the physical address given a virtual. In most
11383 cases this will be just the input value as the vast majority of
11384 systems run in a 1:1 mode.
11385
11386 However in systems that are not running this way it should report the
11387 physical address or ~0 if no mapping exists for the given virtual
11388 address.
11389
11390 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11391
11392commit 45845301af3de8675c1f7bbc815c6de35452605a
11393Author: Yuri Tikhonov <yur@emcraft.com>
11394Date: Sun Dec 7 22:12:50 2008 +0100
11395
11396 POST Make: fix the sub-dir dependencies missing.
11397
11398 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
11399
11400commit 22525779cb51f1bbe4e96fea7b778de1935a5a69
11401Author: Martin Michlmayr <tbm@cyrius.com>
11402Date: Wed Aug 6 14:44:05 2008 +0300
11403
11404 Fix a typo in fw_env.config
11405
11406 Reported-by: Martin Michlmayr <tbm@cyrius.com>
11407 Signed-off-by: Wolfgang Denk <wd@denx.de>
11408
11409commit ba490b7761c62b549c222a9723e532dc801a3899
11410Author: Peter Tyser <ptyser@xes-inc.com>
11411Date: Mon Dec 1 16:22:45 2008 -0600
11412
11413 Remove unused CONFIG_ADDR_STREAMING defines
11414
11415 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
11416
11417commit d16da93430520d3e46c1ab52eedacf36ab7a2311
11418Author: Peter Tyser <ptyser@xes-inc.com>
11419Date: Mon Nov 24 11:54:47 2008 -0600
11420
11421 cmd_mem: Remove unused variable
11422
11423 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
11424
11425commit 3aed3aa2c128ce9fb39ca3f4e9385a7499e93dbf
11426Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11427Date: Sun Dec 14 10:29:39 2008 +0100
11428
11429 Fix new found CFG_
11430
11431 Also fix some minor typos.
11432
11433 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11434 Signed-off-by: Wolfgang Denk <wd@denx.de>
11435
11436commit 0e0c862efe7279e9609db74d758cd1b84c6c7209
11437Author: Sergei Poselenov <sposelenov@emcraft.com>
11438Date: Fri Sep 19 12:07:34 2008 +0200
11439
11440 Remove compiler warning: target CPU does not support interworking
11441
11442 This warning is issued by modern ARM-EABI GCC on non-thumb targets.
11443
11444 Signed-off-by: Vladimir Panfilov <pvr@emcraft.com>
11445 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
11446
11447commit cd6734510a9ff0f41c4a73567d4080ea0033d2c1
11448Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11449Date: Mon Nov 24 13:33:51 2008 +0100
11450
11451 Fix FIT and FDT support to have CONFIG_OF_LIBFDT and CONFIG_FIT independent
11452
11453 FDT support is used for both FIT style images and for architectures
11454 that can pass a fdt blob to an OS (ppc, m68k, sparc).
11455
11456 For other architectures and boards which do not pass a fdt blob to an
11457 OS but want to use the new uImage format, we just need FIT support.
11458
11459 Now we can have the 4 following configurations :
11460
11461 1) FIT only CONFIG_FIT
11462 2) fdt blob only CONFIG_OF_LIBFDT
11463 3) both CONFIG_OF_LIBFDT & CONFIG_FIT
11464 4) none none
11465
11466 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11467
11468commit 19ef4f7a6ef3b725aa9fe4b4f5fb676a84160172
11469Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
11470Date: Wed Dec 10 15:13:32 2008 +0100
11471
11472 ppc4xx: Disable EEPROM write access on PMC440 boards
11473
11474 This patch disables EEPROM wrtie access by default on PMC440 board.
11475
11476 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
11477
11478commit 5b67a1439a73ba6c34007d9ff60a2c6aa90265df
11479Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
11480Date: Wed Dec 10 15:12:56 2008 +0100
11481
11482 ppc4xx: Fix Ethernet PHY LED configuration on PMC440 boards
11483
11484 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
11485
11486commit 71fa0714fe5134bc8718c38d5261d267e88582ba
11487Author: Stefan Roese <sr@denx.de>
11488Date: Tue Nov 18 16:36:12 2008 +0100
11489
11490 MIPS: Flush data cache upon relocation
11491
11492 This patch now adds a flush to the data cache upon relocation. The
11493 current implementation is missing this. Only a comment states that it
11494 should be done. So let's really do it now.
11495
11496 Signed-off-by: Stefan Roese <sr@denx.de>
11497 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
11498
11499commit 44174343688dba32571a34550dba08971c65fef1
11500Author: Stefan Roese <sr@denx.de>
11501Date: Tue Nov 18 16:36:22 2008 +0100
11502
11503 MIPS: Add CONFIG_SKIP_LOWLEVEL_INIT
11504
11505 This patch adds the CONFIG_SKIP_LOWLEVEL_INIT option to start.S. This
11506 enables support for boards where the lowlevel initialization is
11507 already done when U-Boot runs (e.g. via OnChip ROM).
11508
11509 This will be used in the upcoming VCTH board support.
11510
11511 Signed-off-by: Stefan Roese <sr@denx.de>
11512 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
11513
11514commit db08ecaa6eb8176904b3bae103a85ee8f735dc40
11515Author: Stefan Roese <sr@denx.de>
11516Date: Wed Nov 12 13:18:02 2008 +0100
11517
11518 MIPS: Add board_early_init_f() to init_sequence
11519
11520 This patch adds the board_early_init_f() call to the MIPS init
11521 sequence. A weak dummy implementation is also added which can be
11522 overridden by a board specific version.
11523
11524 This will be used by the upcoming VCTH board support.
11525
11526 Signed-off-by: Stefan Roese <sr@denx.de>
11527 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
11528
11529commit 9d23fc584c4b7b8bb9ecbee48920b1b04b08fa1b
11530Author: Stefan Roese <sr@denx.de>
11531Date: Wed Nov 12 13:18:19 2008 +0100
11532
11533 MIPS: Add onenand_init() to board.c and move nand_init()
11534
11535 This patch adds a call to onenand_init() for OneNAND support and moves
11536 the nand_init() call to an earlier place, so that the environment can
11537 be used from NAND and OneNAND.
11538
11539 Signed-off-by: Stefan Roese <sr@denx.de>
11540 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
11541
11542commit d8bbc51c7ba9b737a20984333d19fe28a3526431
11543Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
11544Date: Tue Dec 9 11:32:46 2008 +0900
11545
11546 sh: Update sh2/sh2a timer
11547
11548 Renesas SH2/SH2A timer broken.
11549 This patch fix timer function.
11550
11551 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
11552 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11553
11554commit a319f1496210117b73198e3d889ffffaf6825d00
11555Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11556Date: Fri Dec 5 07:27:37 2008 +0100
11557
11558 sh: r2dplus fix register access
11559
11560 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11561 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11562
11563commit 4d4a96055f6917335a89dbdf2e5556fa5ac329f6
11564Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11565Date: Tue Dec 2 07:40:03 2008 +0100
11566
11567 sh: r2dplus/lowlevel_init: coding style fix
11568
11569 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11570 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11571
11572commit c54b9a42d8f5ab5b2a039b3a2e6fde8b427745e5
11573Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
11574Date: Tue Nov 25 11:05:19 2008 +0900
11575
11576 sh: Changed value of CACHE_OC_NUM_ENTRIES and CACHE_OC_WAY_SHIFT
11577
11578 SH4 is different a value of CACHE_OC_NUM_ENTRIES and
11579 CACHE_OC_WAY_SHIFT every CPU.
11580 This patch corrects these values.
11581
11582 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
11583 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11584
11585commit e9d5f35497885b3c65d494d09a525d443dcccd3b
11586Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
11587Date: Thu Nov 20 16:44:42 2008 +0900
11588
11589 sh: Update sh timer function
11590
11591 Change to write/readX function and fix timer problem.
11592
11593 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
11594 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11595
11596commit b81786cff476c41e332eaeb679158f6527cd67d4
11597Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
11598Date: Tue Nov 4 11:58:58 2008 +0900
11599
11600 sh: Migo-R: Update BSC value
11601
11602 A value of BSC CS4 was wrong, Fixed it.
11603
11604 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
11605 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11606
11607commit 5783758fd260a02f44566ad8f29f899565cd0403
11608Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
11609Date: Mon Nov 17 16:52:09 2008 +0900
11610
11611 sh: Update ms7722se board config
11612
11613 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
11614 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11615
11616commit 15e2697c9f7fb2ba672a1a70f07cd6d9d4e92b51
11617Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
11618Date: Mon Nov 17 16:53:09 2008 +0900
11619
11620 sh: Update SuperH serial driver
11621
11622 The address of SCFSR register is wrong at SH7720/SH7721.
11623 This patch fix this.
11624
11625 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
11626 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11627
11628commit 9a1d3557dcd47365c12eeab584b822e57d994352
11629Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11630Date: Tue Nov 11 22:20:15 2008 +0100
11631
11632 sh: fix rsk7203 and MigoR out of tree build
11633
11634 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11635 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11636
11637commit 1951f847f0a851853871b613ad7cf21a5242226c
11638Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
11639Date: Wed Dec 10 14:41:25 2008 +0100
11640
11641 ppc4xx: Update TEXT_BASE for CPCI405 boards
11642
11643 This patch fixes building U-Boot for CPCI405 boards.
11644
11645 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
11646 Signed-off-by: Stefan Roese <sr@denx.de>
11647
11648commit 8c92af7b2fbd60ae87379477f93c7ec9441b7452
11649Author: Stefan Roese <sr@denx.de>
11650Date: Tue Dec 9 20:08:01 2008 +0100
11651
11652 ppc4xx: Remove some features from ALPR to fit into 256k again
11653
11654 Signed-off-by: Stefan Roese <sr@denx.de>
11655
11656commit 3b089e4f889a2902449d55e081c886ae607cae89
11657Author: Stefan Roese <sr@denx.de>
11658Date: Wed Dec 10 10:32:59 2008 +0100
11659
11660 UBI: Set ubi_dev.type back to DEV_TYPE_NONE upon failing initialization
11661
11662 With this patch we set the type back to NONE upon failing UBI partition
11663 initialization. Otherwise further calls to the UBI subsystem would try
11664 to really access the non-existing UBI partition.
11665
11666 Thanks to Michael Lawnick for pointing this out.
11667
11668 Signed-off-by: Stefan Roese <sr@denx.de>
11669
11670commit 817329351639a8895cd9b87b33aeff043f3d5a44
11671Author: Stefan Roese <sr@denx.de>
11672Date: Wed Dec 10 10:28:33 2008 +0100
11673
11674 UBI: Return -ENOMEM upon failing malloc
11675
11676 Return with correct error code (-ENOMEM) from ubi_attach_mtd_dev() upon
11677 failing malloc().
11678
11679 Signed-off-by: Stefan Roese <sr@denx.de>
11680
11681commit 2145188bea2df8f2b47a87ec3071b55027e8d0ae
11682Author: Ben Warren <biggerbadderben@gmail.com>
11683Date: Tue Dec 9 23:34:15 2008 -0800
11684
11685 Fix compile error in building MBX860T.
11686
11687 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
11688
11689commit 8fab49ea911fe925392fa5afcc9bc7373a3d0cee
11690Author: Michal Simek <monstr@monstr.eu>
11691Date: Tue Nov 25 11:42:20 2008 +0100
11692
11693 microblaze: Remove XUPV2P board
11694
11695 ---
11696
11697 Microblaze platforms use generic settings and to have
11698 many platforms is confusing that's why I decided to remove this
11699 platform from U-BOOT. ml401 tree is sufficient for covering
11700 all Microblaze platforms.
11701
11702 This change will go through microblaze custodian tree.
11703
11704commit 99ba6f353582720defff6e6e6761dc455a207d31
11705Author: Michal Simek <monstr@monstr.eu>
11706Date: Mon Nov 24 18:25:41 2008 +0100
11707
11708 microblaze: Remove CONFIG_LIBFDT due to error in common files
11709
11710commit e7d591e823a991513833af7030468409e25a3b13
11711Author: Michal Simek <monstr@monstr.eu>
11712Date: Mon Nov 24 11:43:00 2008 +0100
11713
11714 microblaze: Fix ml401 uart16550 setting
11715
11716 Signed-off-by: Michal Simek <monstr@monstr.eu>
11717
11718commit c85ff0553a8cfbcca51c15b947e1ed55d3810a39
11719Author: Michal Simek <monstr@monstr.eu>
11720Date: Mon Nov 24 11:38:22 2008 +0100
11721
11722 microblaze: Set up relocation is done
11723
11724commit bcb6dd9187d4b23c748704767bd12d20c829e996
11725Author: Mike Frysinger <vapier@gentoo.org>
11726Date: Tue Dec 9 23:20:31 2008 -0500
11727
11728 tools/netconsole: new script for working with netconsole over UDP
11729
11730 While the doc/README.NetConsole does have a snippet for people to
11731 create their own netcat script, it's a lot easier to make a simple
11732 dedicated script and tell people to use it.
11733
11734 Also spruce it up a bit to make it user friendly.
11735
11736 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11737
11738commit 8c5170a7d088601d5f30d85093388dab1f1e8ec0
11739Author: Sonic Zhang <Sonic.Zhang@analog.com>
11740Date: Tue Dec 9 23:20:18 2008 -0500
11741
11742 fs/fat: handle FAT on SATA
11743
11744 The FAT file system driver should also handle FAT on SATA devices.
11745
11746 Signed-off-by: Sonic Zhang <Sonic.Zhang@analog.com>
11747 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11748
f15c6515
WD
11749commit 4cd8ed40615a7d741ef2f09ee53779ec6907b8a6
11750Author: Ben Warren <biggerbadderben@gmail.com>
11751Date: Tue Dec 9 23:26:31 2008 -0800
11752
11753 Fix compile error in building MBX860T.
11754 Bug was introduced in 9eb79bd8856bcab896ed5e1f1bca159807a124dd
11755
11756 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
11757
455ae7e8
WD
11758commit 97a24a78ee6f34b89b821cb70eda1cf34aa11d97
11759Author: Jerry Van Baren <gvb.uboot@gmail.com>
11760Date: Mon Nov 24 08:15:02 2008 -0500
11761
11762 libfdt: Fix redefined uintptr_t warning for USE_HOSTCC
11763
11764 Compiling U-Boot in an old OS environment (RedHat-7.3 :-) gives the
11765 following warnings from FDT:
11766
11767 include/libfdt_env.h:50: warning: redefinition of 'uintptr_t'
11768 /usr/include/stdint.h:129: warning: 'uintptr_t' previously declared here
11769
11770 Fix: Protect the definition of uintptr_t when compiling on the host
11771 system.
11772
11773 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
11774
11775commit 1fc2b165c51d6f40c8d505f1b3eaefdb6599b17b
11776Author: Graeme Russ <graeme.russ@gmail.com>
11777Date: Sat Nov 22 08:43:29 2008 +1100
11778
11779 Moved sc520 PCI definitions to stand-alone file
11780
11781 Signed Off By: Graeme Russ <graeme.russ@gmail.com>
11782
11783commit 1f5070c0c18fa5684bfce09c8abdf10c04ed48fa
11784Author: Graeme Russ <graeme.russ@gmail.com>
11785Date: Sat Nov 22 08:43:21 2008 +1100
11786
11787 Fixed path to sc520 SSI include file
11788
11789 Signed Off By: Graeme Russ <graeme.russ@gmail.com>
11790
11791commit d4f70da544c33db3e4fce6473dea4ecca4322545
11792Author: Graeme Russ <graeme.russ@gmail.com>
11793Date: Fri Nov 21 06:28:05 2008 +1100
11794
11795 Fixed build error due to #define of _LINUX_STRING_H_ in 82559_eeprom.c
11796
11797 Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
11798
11799commit c034075a713b60e654c64e88e87da29440f31bb4
11800Author: Stefan Roese <sr@denx.de>
11801Date: Wed Nov 12 13:30:10 2008 +0100
11802
11803 serial: Add vcth UART driver
11804
11805 This patch adds the UART driver for the upcoming VCTH board support.
11806
11807 Signed-off-by: Stefan Roese <sr@denx.de>
11808
11809commit 142a80ffc3b537a9c45acd2444a42a77f147c602
11810Author: Ilya Yanok <yanok@emcraft.com>
11811Date: Thu Nov 13 19:49:36 2008 +0300
11812
11813 jffs2: cache data_crc results
11814
11815 As we moved data_crc() invocation from jffs2_1pass_build_lists() to
11816 jffs2_1pass_read_inode() data_crc is going to be calculated on each
11817 inode access. This patch adds caching of data_crc() results. There
11818 is no significant improvement in speed (because of flash access
11819 caching added in previous patch I think, crc in RAM is really fast)
11820 but this patch impacts memory usage -- every b_node structure uses
11821 12 bytes instead of 8.
11822
11823 Signed-off-by: Alexey Neyman <avn@emcraft.com>
11824 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
11825
11826commit 9b7076229ec6a958bd835ab70745f7676297ce82
11827Author: Ilya Yanok <yanok@emcraft.com>
11828Date: Thu Nov 13 19:49:35 2008 +0300
11829
11830 jffs2: summary support
11831
11832 This patch adds support for reading fs information from summary
11833 node instead of scanning full eraseblock.
11834
11835 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
11836
11837commit 70741004dc28946cd82c7af6789c4ddb3fc94526
11838Author: Ilya Yanok <yanok@emcraft.com>
11839Date: Thu Nov 13 19:49:34 2008 +0300
11840
11841 jffs2: add buffer to cache flash accesses
11842
11843 With this patch JFFS2 code allocates memory buffer of max_totlen size
11844 (size of the largest node, calculated during scan time) and uses it to
11845 store entire node. Speeds up loading. If malloc fails we use old ways
11846 to do things.
11847
11848 Signed-off-by: Alexey Neyman <avn@emcraft.com>
11849 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
11850
11851commit 8a36d31f72411144ac0412ee7e1880e801acd754
11852Author: Ilya Yanok <yanok@emcraft.com>
11853Date: Thu Nov 13 19:49:33 2008 +0300
11854
11855 jffs2: rewrite jffs2 scanning code based on Linux one
11856
11857 Rewrites jffs2_1pass_build_lists() function in style of Linux's
11858 jffs2_scan_medium() and jffs2_scan_eraseblock().
11859 This includes:
11860 - Caching flash acceses
11861 - Smart dealing with free space
11862
11863 Signed-off-by: Alexey Neyman <avn@emcraft.com>
11864 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
11865
11866commit e0b5532579eda8b4629f1b4f6e49c3cc60f52237
11867Author: Ilya Yanok <yanok@emcraft.com>
11868Date: Thu Nov 13 19:49:32 2008 +0300
11869
11870 jffs2: add sector_size field to part_info structure
11871
11872 This patch adds sector_size field to part_info structure (used
11873 by new JFFS2 code).
11874
11875 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
11876
11877commit f73846956778a7dfee83403ef9747aff77198848
11878Author: Ilya Yanok <yanok@emcraft.com>
11879Date: Thu Nov 13 19:49:31 2008 +0300
11880
11881 jffs2: fix searching for latest version in jffs2_1pass_list_inodes()
11882
11883 We need to update i_version inside cycle to find really latest version
11884 inside jffs2_1pass_list_inodes(). With that fixed we can use isize inside
11885 dump_inode() instead of calling expensive jffs2_1pass_read_inode().
11886
11887 Signed-off-by: Alexey Neyman <avn@emcraft.com>
11888 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
11889
11890commit 1113cb764b3da256ef8a1f9539f4efbe221ff3c4
11891Author: Wolfgang Denk <wd@denx.de>
11892Date: Tue Dec 9 23:13:51 2008 +0100
11893
11894 evb64260: fix "cast to pointer from integer of different size" warnings
11895
11896 Signed-off-by: Wolfgang Denk <wd@denx.de>
11897
11898commit d2776827315c3d469b8cb4cec14d58877798daa2
11899Author: Stefan Althoefer <stefan.althoefer@web.de>
11900Date: Sun Dec 7 19:39:11 2008 +0100
11901
11902 USB: descriptor handling
11903
11904 Hi,
11905
11906 I found a bug when working with the u-boot USB subsystem on IXP425 processor
11907 (big endian Xscale aka ARMv5).
11908 I recognized that the second usb_endpoint_descriptor of the attached memory
11909 stick was corrupted.
11910
11911 The reason for this are the packed structures below (either u-boot and
11912 u-boot-usb):
11913
11914 --------------
11915 /* Endpoint descriptor */
11916 struct usb_endpoint_descriptor {
11917 unsigned char bLength;
11918 unsigned char bDescriptorType;
11919 unsigned char bEndpointAddress;
11920 unsigned char bmAttributes;
11921 unsigned short wMaxPacketSize;
11922 unsigned char bInterval;
11923 unsigned char bRefresh;
11924 unsigned char bSynchAddress;
11925
11926 } __attribute__ ((packed));
11927 /* Interface descriptor */
11928 struct usb_interface_descriptor {
11929 unsigned char bLength;
11930 unsigned char bDescriptorType;
11931 unsigned char bInterfaceNumber;
11932 unsigned char bAlternateSetting;
11933 unsigned char bNumEndpoints;
11934 unsigned char bInterfaceClass;
11935 unsigned char bInterfaceSubClass;
11936 unsigned char bInterfaceProtocol;
11937 unsigned char iInterface;
11938
11939 unsigned char no_of_ep;
11940 unsigned char num_altsetting;
11941 unsigned char act_altsetting;
11942 struct usb_endpoint_descriptor ep_desc[USB_MAXENDPOINTS];
11943 } __attribute__ ((packed));
11944 ------------
11945
11946 As usb_endpoint_descriptor is only 7byte in length, the start of all
11947 odd ep_desc[] structures is not word aligned. This makes wMaxPacketSize
11948 of these structures also not word aligned.
11949
11950 ARMv5 Architecture however does not support non-aligned multibyte
11951 data type (see A2.8 of ARM Architecture Reference Manual).
11952
11953 Signed-off-by: Stefan Althoefer <stefan.althoefer@web.de>
11954 Signed-off-by: Remy Böhmer <linux@bohmer.net>
11955
11956commit 4c253fdb2a175ea3472c38a1455a16faa58e81f0
11957Author: Kumar Gala <galak@kernel.crashing.org>
11958Date: Tue Dec 9 10:27:33 2008 -0600
11959
11960 drivers/fsl_pci_init: Fix compile warning
11961
11962 fsl_pci_init.c: In function 'fsl_pci_setup_inbound_windows':
11963 fsl_pci_init.c:122: warning: comparison is always true due to limited range of data type
11964
11965 The check only makes sense if we are CONFIG_PHYS_64BIT
11966
11967 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11968
11969commit dedacc18a8c2b3951581eb721fa055a4e0ac4845
11970Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11971Date: Sun Dec 7 09:45:35 2008 +0100
11972
11973 usbtty/omap: update to current API
11974
11975 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11976 Signed-off-by: Remy Böhmer <linux@bohmer.net>
11977
11978commit ee2e9ba917a62cc2e3a484bb79c8da0e01cb93ed
11979Author: Anatolij Gustschin <agust@denx.de>
11980Date: Tue Dec 9 17:52:05 2008 +0100
11981
11982 video: fix FADS823 and RRvision compiling issues
11983
11984 Since commit 561858ee building for FADS823 and RRvision
11985 doesn't work. Let's include version.h and timestamp.h
11986 unconditionally to fix the problem.
11987
11988 Signed-off-by: Anatolij Gustschin <agust@denx.de>
11989
11990commit 2d2e05727fe4013f807ffa814dff0e75259a1db4
11991Author: Stefan Roese <sr@denx.de>
11992Date: Tue Dec 2 10:53:47 2008 +0100
11993
11994 UBI: Fix size parsing in "ubi create"
11995
11996 Signed-off-by: Stefan Roese <sr@denx.de>
11997
11998commit 2ee951ba2ac9874d2a93d52e7a187d3184be937e
11999Author: Stefan Roese <sr@denx.de>
12000Date: Thu Nov 27 14:07:09 2008 +0100
12001
12002 UBI: Enable re-initializing of the "ubi part" command
12003
12004 With this patch now, the user can call "ubi part" multiple times to
12005 re-connect the UBI device to another MTD partition.
12006
12007 Signed-off-by: Stefan Roese <sr@denx.de>
12008
12009commit 9def12cae33d2d3ea2dd56b197fd3dfb3ad60bf4
12010Author: Stefan Roese <sr@denx.de>
12011Date: Thu Nov 27 14:05:15 2008 +0100
12012
12013 MTD: Fix problem based on non-working relocation (list head mtd_partitions)
12014
12015 Don't use LIST_HEAD() but initialize the struct via INIT_LIST_HEAD() upon
12016 first call of add_mtd_partitions(). Otherwise this won't work on platforms
12017 where the relocation is broken (like MIPS or PPC).
12018
12019 Signed-off-by: Stefan Roese <sr@denx.de>
12020
12021commit 5e3ab68e9acf9edf304b8aa32ad7e005483a2c47
12022Author: Trent Piepho <tpiepho@freescale.com>
12023Date: Wed Nov 12 17:29:48 2008 -0800
12024
12025 Section name should be ".data", not "data"
12026
12027 Signed-off-by: Trent Piepho <tpiepho@freescale.com>
12028 Signed-off-by: Wolfgang Denk <wd@denx.de>
12029
12030commit 7fa6a2f3b66579dea8bc1a9177646e1141731b15
12031Author: Wolfgang Denk <wd@denx.de>
12032Date: Tue Dec 9 00:39:08 2008 +0100
12033
12034 MAKEALL: Automatically use parallel builds
12035
12036 Add logic to the MAKEALL script to determine the number of CPU cores
12037 on the system, and run a parallel build if there is more than one.
12038 Usually this significantrly accelerates builds.
12039
12040 Allow to manually adjust the number of parallel make jobs by using
12041 the "BUILD_NCPUS" environment variable.
12042
12043 Signed-off-by: Wolfgang Denk <wd@denx.de>
12044
12045commit 268405fa7c44156c5192a70779920c70906af8d6
12046Author: Wolfgang Denk <wd@denx.de>
12047Date: Tue Dec 9 00:24:30 2008 +0100
12048
12049 vxworks.h: Fix build problem introduced by commits 29a4c24d/e9084b23
12050
12051 Signed-off-by: Wolfgang Denk <wd@denx.de>
12052
12053commit 153176a9414120ca1736f3cc4951623d6e14e6af
12054Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12055Date: Tue Nov 11 06:08:59 2008 +0100
12056
12057 avr32/bootm: remove unused variable 'ret'
12058
12059 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12060 Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
12061
12062commit 434c51a5e62f608a2a78ed5398ac43a1c77cc183
12063Author: Peter Tyser <ptyser@xes-inc.com>
12064Date: Wed Nov 12 13:06:48 2008 -0600
12065
12066 Remove unneeded CONFIG_SHELL references
12067
12068 Make should be using the bash shell by default which makes
12069 CONFIG_SHELL unnecessary
12070
12071 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
12072
12073commit cf7a7b99794bac936899819b95539be1dbd71708
12074Author: Peter Tyser <ptyser@xes-inc.com>
12075Date: Wed Nov 12 12:33:20 2008 -0600
12076
12077 Use bash for default GNU Make shell application
12078
12079 Some Make script commands rely on bash-specific features like brace
12080 expansion, so default to bash for the SHELL variable with a fallback
12081 to the standard sh shell
12082
12083 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
12084
12085commit 4b530018764934ad5689196e9aa5714a6f4d1a6c
12086Author: Heiko Schocher <hs@denx.de>
12087Date: Wed Nov 12 09:50:45 2008 +0100
12088
12089 jffs2: rename devices_init () in common/jffs2.c
12090
12091 rename devices_init () in common/jffs2.c to
12092 jffs2_devices_init (), because there is also a
12093 devices_init () in common/devices.c.
12094
12095 Signed-off-by: Heiko Schocher <hs@denx.de>
12096
12097commit af5eb847a10f1037590001355d88bab3fe7be48b
12098Author: Daniel Hellstrom <daniel@gaisler.com>
12099Date: Mon Nov 10 12:46:20 2008 +0000
12100
12101 SPARC: Fixed compiler error introduced by commit c160a9544743
12102
12103 This patch fixes a build error for the SPARC platform. It was
12104 introduced by commit c160a9544743e80e8889edb2275538e7764ce334.
12105
12106 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
12107
12108commit 4c60259899aa00f59db0d936b8807f9a26411c0f
12109Author: Gary Jennejohn <garyj@denx.de>
12110Date: Sun Nov 9 12:50:59 2008 +0100
12111
12112 mgsuvd add the board-specific part of the HDLC driver
12113
12114 Signed-off-by: Gary Jennejohn <garyj@denx.de>
12115
12116commit 534a4359666af48bd69a3743d8a8c2bdb1d3ec70
12117Author: Gary Jennejohn <garyj@denx.de>
12118Date: Sun Nov 9 12:45:03 2008 +0100
12119
12120 mgcoge add the board-specific part of the HDLC driver
12121
12122 Signed-off-by: Gary Jennejohn <garyj@denx.de>
12123
12124commit 135f5534538bb8ea4f38a7030da12187d22ef7e0
12125Author: Gary Jennejohn <garyj@denx.de>
12126Date: Sun Nov 9 12:36:15 2008 +0100
12127
12128 keymile add the common parts of the HDLC driver
12129
12130 This implements the ICN protocol used across the backplane and is
12131 needed by all the keymile boards.
12132
12133 Signed-off-by: Gary Jennejohn <garyj@denx.de>
12134
12135commit 1cb82a9207a550557399eabc7fe47f21bbd9ddf8
12136Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12137Date: Fri Nov 7 22:46:22 2008 +0100
12138
12139 drivers/bios_emulator: Move conditional compilation to Makefile
12140
12141 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12142
12143commit bcdf1d2cf6b24fb905fd7da80da4b3c65a7995b5
12144Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
12145Date: Thu Nov 6 14:01:51 2008 -0500
12146
12147 common/cmd_ide.c: Corrected endian order printing for compact flash serial number.
12148
12149 Corrected endian order printing for compact flash serial number.
12150
12151 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
12152
12153commit 16a28ef219c27423a1ef502f19070c4d375079b8
12154Author: Gary Jennejohn <garyj@denx.de>
12155Date: Thu Nov 6 15:04:23 2008 +0100
12156
12157 IOMUX: Add console multiplexing support.
12158
12159 Modifications to support console multiplexing. This is controlled using
12160 CONFIG_SYS_CONSOLE_MUX in the board configuration file.
12161
12162 This allows a user to specify multiple console devices in the environment
12163 with a command like this: setenv stdin serial,nc. As a result, the user can
12164 enter text on both the serial and netconsole interfaces.
12165
12166 All devices - stdin, stdout and stderr - can be set in this manner.
12167
12168 1) common/iomux.c and include/iomux.h contain the environment setting
12169 implementation.
12170 2) doc/README.iomux contains a somewhat more detailed description.
12171 3) The implementation in (1) is called from common/cmd_nvedit.c to
12172 handle setenv and from common/console.c to handle initialization of
12173 input/output devices at boot time.
12174 4) common/console.c also contains the code needed to poll multiple console
12175 devices for input and send output to all devices registered for output.
12176 5) include/common.h includes iomux.h and common/Makefile generates iomux.o
12177 when CONFIG_SYS_CONSOLE_MUX is set.
12178
12179 Signed-off-by: Gary Jennejohn <garyj@denx.de>
12180
12181commit 774ce72026f74ac9641bcbbc588b20f2e13f7ab8
12182Author: Mike Frysinger <vapier@gentoo.org>
12183Date: Tue Nov 4 16:03:46 2008 -0500
12184
12185 strings: use puts() rather than printf()
12186
12187 When running `strings` on really long strings, the stack tends to get
12188 smashed due to printf(). Switch to puts() instead since we're only passing
12189 the data through.
12190
12191 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12192
12193commit b03150b52e3c491a86a3cc0945274f0e8f9872e7
12194Author: Niklaus Giger <niklaus.giger@member.fsf.org>
12195Date: Mon Nov 3 22:16:18 2008 +0100
12196
12197 Use new CONFIG_SYS_VXWORKS parameters for Netstal boards
12198
12199 Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
12200
12201commit 29a4c24de99d8cb4ac32991c04cab87ed94ca1f9
12202Author: Niklaus Giger <niklaus.giger@member.fsf.org>
12203Date: Mon Nov 3 22:15:34 2008 +0100
12204
12205 cmd_elf.c: Cleanup bootvx and handle new CONFIG_SYS_VXWORKS parameters
12206
12207 - fix size too small by one in sprintf
12208 - changed old (pre 2004) device name ibmEmac to emac
12209 - boot device may be overriden in board config
12210 - servername may be defined in board config
12211 - additional parameters may be defined in board config
12212 - fixed some line wrappings
12213 - replaced redundant MAX define by max
12214
12215 Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
12216
12217commit e9084b23d16102f44ace24379a1c0c352497ef80
12218Author: Niklaus Giger <niklaus.giger@member.fsf.org>
12219Date: Mon Nov 3 22:14:36 2008 +0100
12220
12221 Add vxworks.h to handle CONFIG_SYS_VXWORKS parameters
12222
12223 Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
12224
12225commit 0b2f4ecad473d785959c7976f20d2a00bd0ee01f
12226Author: Niklaus Giger <niklaus.giger@member.fsf.org>
12227Date: Mon Nov 3 22:13:47 2008 +0100
12228
12229 README: Document CONFIG_SYS parameters for vxworks
12230
12231 Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
12232
12233commit ace514837cac656e29c37a19569cb8ea83071126
12234Author: Peter Tyser <ptyser@xes-inc.com>
12235Date: Fri Oct 31 11:12:38 2008 -0500
12236
12237 lcd: Let the board code show board-specific info cleanup
12238
12239 remove unneeded version.h from lcd.c
12240
12241 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
12242 Signed-off-by: Wolfgang Denk <wd@denx.de>
12243
12244commit 561858ee7d0274c3e89dc98d4d0698cb6fcf6fd9
12245Author: Peter Tyser <ptyser@xes-inc.com>
12246Date: Mon Nov 3 09:30:59 2008 -0600
12247
12248 Update U-Boot's build timestamp on every compile
12249
12250 Use the GNU 'date' command to auto-generate a new U-Boot
12251 timestamp on every compile.
12252
12253 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
12254
12255commit 83ad179e2f0f625b88adb8ef5696709e46fb9077
12256Author: Remy Bohmer <linux@bohmer.net>
12257Date: Thu Dec 4 22:25:57 2008 +0100
12258
12259 Remove redundant armv4 flag from arm926ejs compile flags
12260
12261 Currently the arm926ejs tree has the armv4 option set during compilation.
12262 This flag does not belong here because a arm926 CPU is always a armv5 CPU.
12263
12264 Signed-off-by: Remy Bohmer <linux@bohmer.net>
12265
12266commit 89a7a87f084c657f8e32b513a77b50eca07e17ec
12267Author: Nicolas Ferre <nicolas.ferre@atmel.com>
12268Date: Sat Dec 6 13:11:14 2008 +0100
12269
12270 at91: Choose environment variables location within make config target
12271
12272 This patch adds the possiblity to choose the media where the environment will
12273 be located. This allow to choose this fundamental configuration without editing
12274 config files.
12275
12276 Documentation file added.
12277
12278 Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
12279 Acked-by: Stelian Pop <stelian@popies.net>
12280 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12281
12282commit 1450c4a6682378567030414a9f1198c39b7730c7
12283Author: Anatolij Gustschin <agust@denx.de>
12284Date: Mon Nov 3 15:30:34 2008 +0100
12285
12286 lwmon, tqm8xx: Fix build errors
12287
12288 Commit 6b59e03e0237a40a2305ea385defdfd92000978b
12289 lcd: Let the board code show board-specific info
12290
12291 introduced some bugs which prevent U-Boot building
12292 for lwmon board if CONFIG_LCD_INFO_BELOW_LOGO will
12293 be defined in the board configuration.
12294
12295 Also "LCD enabled" building for TQM823L doesn't work
12296 since this commit.
12297
12298 This patch fixes above-mentioned issues.
12299
12300 Signed-off-by: Anatolij Gustschin <agust@denx.de>
12301
12302commit bfa0af6b22ff25b0719a8910f9b6d1f975aa6fb0
12303Author: Mike Frysinger <vapier@gentoo.org>
12304Date: Sun Nov 2 01:18:18 2008 -0400
12305
12306 ignore .gdb_history files
12307
12308 When using gdb, history files will often get generated. So ignore them.
12309
12310 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12311
12312commit c8aa7dfc18f7cc90d0aea6c7becbb67dfc5bba4b
12313Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12314Date: Fri Oct 31 12:26:55 2008 +0100
12315
12316 FPGA: move fpga drivers to drivers/fpga
12317
12318 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12319
12320commit 6a86bb6c25376f0358478219fa28d7c84dd01ed0
12321Author: Peter Tyser <ptyser@xes-inc.com>
12322Date: Mon Dec 1 16:29:38 2008 -0600
12323
12324 net: Fix TftpStart() ip:filename bug
12325
12326 The TftpStart() function modifies the 'BootFile'
12327 string when 'BootFile' contains both an IP address
12328 and filename (eg 1.2.3.4:/path/file). This causes
12329 subsequent calls to TftpStart to incorrectly parse
12330 the TFTP filename and server IP address to use.
12331 For example:
12332
12333 => tftp 0x100000 10.52.0.62:/home/ptyser/non_existant
12334 Speed: 100, half duplex
12335 Using eTSEC1 device
12336 TFTP from server 10.52.0.62; our IP address is 10.52.253.79
12337 ^^^^^^^^^^ CORRECT
12338 Filename '/home/ptyser/non_existant'.
12339 ^^^^^^^^^^^^^^^^^^^^^^^^^ CORRECT
12340 Load address: 0x100000
12341 Loading: *
12342 TFTP error: 'File not found' (1)
12343 Starting again
12344
12345 eTSEC2: No link.
12346 Speed: 100, half duplex
12347 Using eTSEC1 device
12348 TFTP from server 10.52.0.33; our IP address is 10.52.253.79
12349 ^^^^^^^^^^ WRONG
12350 Filename '10.52.0.62'.
12351 ^^^^^^^^^^ WRONG
12352 Load address: 0x100000
12353 Loading: *
12354 TFTP error: 'File not found' (1)
12355 Starting again
12356
12357 TftpStart() was modified to not modify the 'BootFile' string.
12358
12359 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
12360 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
12361
12362commit d32c5be50bf0600bfdc54223ef341ee9c63db445
12363Author: Peter Tyser <ptyser@xes-inc.com>
12364Date: Mon Dec 1 16:26:21 2008 -0600
12365
12366 net: Add additional IP fragmentation check
12367
12368 Ignore IP packets which have the "more fragments" flag bit
12369 set. This flag indicates the IP packet is fragmented and
12370 must be ignored by U-Boot.
12371
12372 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
12373 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
12374
12375commit e0c07b868cab405ab4b5335a0247899bfc5ea0b6
12376Author: Peter Tyser <ptyser@xes-inc.com>
12377Date: Mon Dec 1 16:26:20 2008 -0600
12378
12379 net: Define IP flag field values
12380
12381 These defines were pulled from the "Add simple
12382 IP/UDP fragmentation support" patch from Frank
12383 Haverkamp <haver@vnet.ibm.com>.
12384
12385 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
12386 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
12387
12388commit 23afaba65ec5206757e589ef334a8b38168c045f
12389Author: Anatolij Gustschin <agust@denx.de>
12390Date: Tue Dec 2 10:31:04 2008 +0100
12391
12392 net: tsec: Fix Marvell 88E1121R phy init
12393
12394 This patch tries to ensure that phy interrupt pin
12395 won't be asserted after booting. We experienced
12396 following issues with current 88E1121R phy init:
12397
12398 Marvell 88E1121R phy can be hardware-configured
12399 to share MDC/MDIO and interrupt pins for both ports
12400 P0 and P1 (e.g. as configured on socrates board).
12401 Port 0 interrupt pin will be shared by both ports
12402 in such configuration. After booting Linux and
12403 configuring eth0 interface, port 0 phy interrupts
12404 are enabled. After rebooting without proper eth0
12405 interface shutdown port 0 phy interrupts remain
12406 enabled so any change on port 0 (link status, etc.)
12407 cause assertion of the interrupt. Now booting Linux
12408 and configuring eth1 interface will cause permanent
12409 phy interrupt storm as the registered phy 1 interrupt
12410 handler doesn't acknowledge phy 0 interrupts. This
12411 of course should be fixed in Linux driver too.
12412
12413 Signed-off-by: Anatolij Gustschin <agust@denx.de>
12414 Acked-by: Andy Fleming <afleming@freescale.com>
12415 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
12416
12417commit 2e4970d8109d690adcf615d9e3cac7b5b2e8eaed
12418Author: Peter Tyser <ptyser@xes-inc.com>
12419Date: Tue Dec 2 12:59:51 2008 -0600
12420
12421 net: Fix download command parsing
12422
12423 When CONFIG_SYS_HUSH_PARSER is defined network download
12424 commands with 1 argument in the format 'tftp "/path/file"'
12425 do not work as expected. The hush command parser strips
12426 the quotes from "/path/file" which causes the network
12427 commands to interpret "/path/file" as an address
12428 instead of the intended filename.
12429
12430 The previous check for a leading quote in netboot_common()
12431 was replaced with a check which ensures only valid
12432 numbers are treated as addresses.
12433
12434 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
12435 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
12436
12437commit 3c2c2f427905040c1513d0c51d637689cba48346
12438Author: Remy Bohmer <linux@bohmer.net>
12439Date: Thu Nov 27 22:30:27 2008 +0100
12440
12441 Remove non-ascii characters from fat code
12442
12443 This code contains some non-ascii characters in comment lines and code.
12444 Most editors do not display those characters properly and editing those
12445 files results always in diffs at these places which are usually not required
12446 to be changed at all. This is error prone.
12447
12448 So, remove those weird characters and replace them by normal C-style
12449 equivalents for which the proper defines were already in the header.
12450
12451 Signed-off-by: Remy Bohmer <linux@bohmer.net>
12452
12453commit dc889e865356497d3e495570118c2245ebce2631
12454Author: Dave Liu <daveliu@freescale.com>
12455Date: Fri Nov 28 20:16:58 2008 +0800
12456
12457 85xx: fix the wrong DDR settings for MPC8572DS
12458
12459 The default DDR freq is 400MHz or 800M data rate,
12460 the old settings is pure wrong for the default case.
12461
12462 Signed-off-by: Dave Liu <daveliu@freescale.com>
12463 Acked-by: Andy Fleming <afleming@freescale.com>
12464
12465commit 9df59533f77de2829b4b66e5b7620e04edaa391c
12466Author: Kumar Gala <galak@kernel.crashing.org>
12467Date: Mon Nov 24 10:29:26 2008 -0600
12468
12469 85xx: init gd as early as possible
12470
12471 Moved up the initialization of GD so C code like set_tlb() can use
12472 gd->flags to determine if we've relocated or not in the future.
12473
12474 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12475 Acked-by: Andy Fleming <afleming@freescale.com>
12476
12477commit aed461af81012a398a205e9be67ab37667491838
12478Author: Kumar Gala <galak@kernel.crashing.org>
12479Date: Mon Nov 24 10:29:25 2008 -0600
12480
12481 85xx: Fix relocation of CCSRBAR
12482
12483 If the virtual address for CCSRBAR is the same after relocation but
12484 the physical address is changing we'd end up having two TLB entries with
12485 the same VA. Instead we new us the new CCSRBAR virt address + 4k as a
12486 temp virt address to access the old CCSRBAR to relocate it.
12487
12488 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12489 Acked-by: Andy Fleming <afleming@freescale.com>
12490
12491commit ea154a1781135d822eedee7567cc156089eae93c
12492Author: Kumar Gala <galak@kernel.crashing.org>
12493Date: Mon Nov 24 10:25:14 2008 -0600
12494
12495 FSL: Moved BR_PHYS_ADDR for localbus to common header
12496
12497 The BR_PHYS_ADDR macro is useful on all machines that have local bus
12498 which is pretty much all 83xx/85xx/86xx chips.
12499
12500 Additionally most 85xx & 86xx will need it if they want to support
12501 36-bit physical addresses.
12502
12503 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12504 Acked-by: Andy Fleming <afleming@freescale.com>
12505
12506commit 9427ccde0355a2ebf47454e8e1be59f5b9864e08
12507Author: Peter Tyser <ptyser@xes-inc.com>
12508Date: Mon Dec 1 13:47:12 2008 -0600
12509
12510 85xx: Add PORDEVSR_PCI1 define
12511
12512 Add define used to determine if PCI1 interface is in PCI or PCIX mode.
12513
12514 Convert users of the old PORDEVSR_PCI constant to use MPC85xx_PORDEVSR_PCI1
12515
12516 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
12517 Signed-off-by: Andy Fleming <afleming@freescale.com>
12518
12519commit 35db1c6d34b57ae15e99cf03c8e8f8a6148d74f3
12520Author: Becky Bruce <becky.bruce@freescale.com>
12521Date: Fri Nov 21 19:24:22 2008 -0600
12522
12523 drivers/fsl_pci_init: Fix inbound window mapping bug
12524
12525 The current code will cause the creation of a 4GB window
12526 starting at 0 if we have more than 4GB of RAM installed,
12527 which overlaps with PCI_MEM space and causes pci_bus_to_phys()
12528 to return erroneous information. Limit the size to 4GB - 1;
12529 which causes the code to create one 2GB and one 1GB window
12530 instead.
12531
12532 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
12533 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12534 Acked-by: Andy Fleming <afleming@freescale.com>
12535
12536commit 5a105a333dab6a23e92d763ce76d6f31d57f45df
12537Author: Jon Loeliger <jdl@freescale.com>
12538Date: Thu Nov 20 15:36:48 2008 -0600
12539
12540 Removed unused CONFIG_L1_INIT_RAM symbol.
12541
12542 Prevent further viral propogation of the unused
12543 symbol CONFIG_L1_INIT_RAM by just removing it.
12544
12545 Signed-off-by: Jon Loeliger <jdl@freescale.com>
12546 Acked-by: Andy Fleming <afleming@freescale.com>
12547
12548commit 7008d26a40a76f90cae5824c812cfed449fb97b8
12549Author: Ed Swarthout <Ed.Swarthout@freescale.com>
12550Date: Wed Oct 29 09:21:44 2008 -0500
12551
12552 fsl ddr skip interleaving if not supported.
12553
12554 Removed while(1) hang if memctl_intlv_ctl is set wrong.
12555 Remove embedded tabs from strings.
12556
12557 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
12558 Acked-by: Kumar Gala <galak@kernel.crashing.org>
12559 Acked-by: Andy Fleming <afleming@freescale.com>
12560
12561commit dd332e18d082de75eca3fc2c7c778f5d4571a096
12562Author: Anatolij Gustschin <agust@denx.de>
12563Date: Thu Nov 13 18:08:57 2008 +0100
12564
12565 85xx: socrates: fix DDR SDRAM tlb entry configuration
12566
12567 since commit be0bd8234b9777ecd63c4c686f72af070d886517
12568 tlb entry for socrates DDR SDRAM will be reconfigured
12569 by setup_ddr_tlbs() from initdram() causing an
12570 inconsistency with previously configured DDR SDRAM tlb
12571 entry from tlb_table:
12572
12573 socrates>l2cam 7 9
12574 IDX PID EPN SIZE V TS RPN U0-U3 WIMGE UUUSSS
12575 7 : 00 00000000 256MB V 0 -> 0_00000000 0000 -I-G- ---RWX
12576 8 : 00 00000000 256MB V 0 -> 0_00000000 0000 ----- ---RWX
12577 9 : 00 10000000 256MB V 0 -> 0_10000000 0000 ----- ---RWX
12578
12579 This patch makes the presence of the DDR SDRAM tlb entry in
12580 the tlb_table dependent on CONFIG_SPD_EEPROM to avoid this
12581 inconsistency.
12582
12583 Signed-off-by: Anatolij Gustschin <agust@denx.de>
12584 Acked-by: Andy Fleming <afleming@freescale.com>
12585
12586commit a2cd50ed6ef0ac6b127b3d6db756979a8336718d
12587Author: Peter Tyser <ptyser@xes-inc.com>
12588Date: Tue Nov 11 10:17:10 2008 -0600
12589
12590 85xx: Add CPU 2 errata workaround to all 8548 boards
12591
12592 All mpc8548-based boards should implement the suggested workaround
12593 to CPU 2 errata. Without the workaround, its possible for the
12594 8548's core to hang while executing a msync or mbar 0 instruction
12595 and a snoopable transaction from an I/O master tagged to make
12596 quick forward progress is present.
12597
12598 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
12599 Acked-by: Andy Fleming <afleming@freescale.com>
12600
12601commit e57f0fa1333cdf3ca36110aac2900712a5f82976
12602Author: Dave Liu <daveliu@freescale.com>
12603Date: Tue Oct 28 17:53:45 2008 +0800
12604
12605 85xx: the DDR tlb is missed for the !CONFIG_SPD_EEPROM case
12606
12607 we need TLB entry for DDR at !SPD case.
12608
12609 Signed-off-by: Dave Liu <daveliu@freescale.com>
12610 Acked-by: Andy Fleming <afleming@freescale.com>
12611
12612commit 9b0ad1b1c7a15ff674978705c7c52264978dc5d8
12613Author: Dave Liu <daveliu@freescale.com>
12614Date: Tue Oct 28 17:53:38 2008 +0800
12615
12616 85xx: remove the unused ddr_enable_ecc in the board file
12617
12618 The DDR controller of 8548/8544/8568/8572/8536 processors
12619 have the ECC data init feature, and the new DDR code is
12620 using the feature, and we don't need the way with DMA to
12621 init memory any more.
12622
12623 Signed-off-by: Dave Liu <daveliu@freescale.com>
12624 Acked-by: Andy Fleming <afleming@freescale.com>
12625
12626commit 4a129a57d923f7c15aa1f567028a80a32d66a100
12627Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12628Date: Sun Nov 30 19:36:53 2008 +0100
12629
12630 at91rm9200dk: Fix typo
12631
12632 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12633
12634commit ed3b18e05c9a8ffa5fb643da9bcec7452e5d5e01
12635Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12636Date: Sun Nov 30 19:36:50 2008 +0100
12637
12638 AT91: remove non supported board AT91RM9200DF macro
12639
12640 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12641
12642commit bd876772ee04095e5dd943d97515a1f14bad4b1c
12643Author: Ilko Iliev <iliev@ronetix.at>
12644Date: Tue Dec 2 17:27:54 2008 +0100
12645
12646 mtd/dataflash.c: fix a problem with the last partition
12647
12648 This patch fix the problem that only the [NB_DATAFLASH_AREA - 1] dataflash
12649 partition can be defined to use the area to the end of dataflash size.
12650 Now it is possible to have only one dataflash partition from 0 to the end
12651 of of dataflash size.
12652
12653 Signed-off-by: Ilko Iliev <iliev@ronetix.at>
12654
12655commit 03f797793b124dccaae145b977d15d6cb9e74504
12656Author: Ilko Iliev <iliev@ronetix.at>
12657Date: Tue Dec 2 17:20:17 2008 +0100
12658
12659 fix some coding style violations.
12660
12661 This patch fix some coding style violations.
12662
12663 Signed-off-by: Ilko Iliev <iliev@ronetix.at>
12664
12665commit 5e46b1e54112f4b7fd5185665e571510132c12a7
12666Author: Stefan Roese <sr@denx.de>
12667Date: Thu Nov 27 14:11:37 2008 +0100
12668
12669 OneNAND: Add missing mtd info struct before calling onenand_erase()
12670
12671 Without this patch "saveenv" crashes when MTD partitions are enabled (e.g.
12672 for use in UBI) via CONFIG_MTD_PARTITIONS.
12673
12674 Signed-off-by: Stefan Roese <sr@denx.de>
12675 Signed-off-by: Scott Wood <scottwood@freescale.com>
12676
12677commit 29382d4064fbaff5daacff4c3209370fa5713966
12678Author: Becky Bruce <becky.bruce@freescale.com>
12679Date: Thu Nov 20 16:43:52 2008 -0600
12680
12681 mpc8641: Fix error in README
12682
12683 I made some updates to the code that didn't make it into the
12684 README - fix this
12685
12686 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
12687
12688commit 801a194616d95e6fc426a176d9615ccbf9876c7f
12689Author: Jon Loeliger <jdl@freescale.com>
12690Date: Thu Nov 20 12:01:02 2008 -0600
12691
12692 Removed unused CONFIG_L1_INIT_RAM symbol.
12693
12694 Prevent further viral propogation of the unused
12695 symbol CONFIG_L1_INIT_RAM by just removing it.
12696
12697 Signed-off-by: Jon Loeliger <jdl@freescale.com>
12698
12699commit f698738e46cb461e28c2d58228bb34a2fcf5a475
12700Author: Jon Loeliger <jdl@freescale.com>
12701Date: Thu Nov 20 14:02:56 2008 -0600
12702
12703 86xx: Fix non-64-bit compilation problems.
12704
12705 Introducing 64-bit (36-bit) support for the MPC8641HPCN
12706 failed to accomodate the other two 86xx boards.
12707 Introduce definitions for CONFIG_SYS_CCSRBAR_PHYS_{LOW,HIGH}
12708 CONFIG_SYS_CCSR_DEFAULT_DBAT{U,L} and CONFIG_SYS_CCSR_DEFAULT_IBAT{U,L}
12709 with nominal 32-bit values.
12710
12711 Signed-off-by: Jon Loeliger <jdl@freescale.com>
12712 Acked-by: Becky Bruce <becky.bruce@freescale.com>
12713
12714commit bebfc6ef3ec994c8e18783269b1d8d41f8e38afd
12715Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
12716Date: Wed Nov 26 17:40:37 2008 +0100
12717
12718 Remove obsolete command (apply afte USB style patch, 80 chars strict)
12719
12720 Remove USB obsolete commmand
12721
12722 Signed-off-by: Michael Trimarchi <trimarchi@gandalf.sssup.it>
12723 Signed-off-by: Remy Böhmer <linux@bohmer.net>
12724
12725commit de39f8c19d7c12017248c49d432dcb81db68f724
12726Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
12727Date: Wed Nov 26 17:41:34 2008 +0100
12728
12729 USB style patch, 80 chars strict
12730
12731 USB Code style patch
12732
12733 Signed-off-by: Michael Trimarchi <trimarchi@gandalf.sssup.it>
12734 Signed-off-by: Remy Böhmer <linux@bohmer.net>
12735
12736commit d10c5a87cb8affbb4d35a311370316d4383d598e
12737Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12738Date: Fri Nov 7 22:46:21 2008 +0100
12739
12740 drivers/usb: Move conditional compilation to Makefile
12741
12742 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12743 Signed-off-by: Remy Böhmer <linux@bohmer.net>
12744
12745commit 2077e348c2a84901022ad95311b47b70361e6daa
12746Author: Scott Wood <scottwood@freescale.com>
12747Date: Tue Nov 25 10:47:02 2008 -0600
12748
12749 NAND: Fix misplaced return statement in nand_{read,write}_skip_bad().
12750
12751 This caused the operation to be needlessly repeated if there were
12752 no bad blocks and no errors.
12753
12754 Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
12755 Signed-off-by: Scott Wood <scottwood@freescale.com>
12756
12757commit 89295028e7d8f7a524f485328279d72fdb102385
12758Author: Michal Simek <monstr@monstr.eu>
12759Date: Mon Nov 24 12:09:50 2008 +0100
12760
12761 ppc4xx: ml300 remove Xilinx BSP from ml300 folder
12762
12763 This BSP should be outside u-boot source tree.
12764 The second reason is that xilinx ppc405 was moved to generic platform.
12765
12766 Signed-off-by: Michal Simek <monstr@monstr.eu>
12767 Signed-off-by: Stefan Roese <sr@denx.de>
12768
12769commit 24eea623d4974a169026a975ba12fb23d48154b1
12770Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
12771Date: Mon Nov 24 15:11:10 2008 +0100
12772
12773 ppc4xx: Remove unused features
12774
12775 This patch disables some unused features from the PCI405 configuration
12776 to keep U-Boot image size below 192k.
12777
12778 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
12779 Signed-off-by: Stefan Roese <sr@denx.de>
12780
12781commit 0c2385c3bb51f5d3911fce1ec4720db86b534c2b
12782Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
12783Date: Mon Nov 24 15:11:09 2008 +0100
12784
12785 ppc4xx: Use correct io accessors for PCI405
12786
12787 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
12788 Signed-off-by: Stefan Roese <sr@denx.de>
12789
12790commit 348c849d86a6f0785752b9bc497a34658713d1d1
12791Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
12792Date: Mon Nov 24 15:11:08 2008 +0100
12793
12794 ppc4xx: Remove unused code from PCI405 code
12795
12796 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
12797 Signed-off-by: Stefan Roese <sr@denx.de>
12798
6450a848
WD
12799commit 633639587e3596f0dbf5e6247dd3faf80b1d9063
12800Author: Heiko Schocher <hs@denx.de>
12801Date: Thu Nov 20 09:59:09 2008 +0100
12802
12803 powerpc, keymile boards: extract identical config options
12804
12805 This patch extracts the identical config options for the
12806 keymile boards mgcoge, mgsuvd and kmeter1 in a new
12807 common config file keymile-common.h.
12808
12809 Signed-off-by: Heiko Schocher <hs@denx.de>
12810 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
12811
12812commit 9482a8e3d6ac766d90e5059dce777b1e4c868a30
12813Author: Heiko Schocher <hs@denx.de>
12814Date: Fri Nov 21 08:29:40 2008 +0100
12815
12816 powerpc: keymile: Add a check for the PIGGY debug board
12817
12818 Check the presence of the PIGGY on the keymile boards mgcoge,
12819 mgsuvd and kmeter1. If the PIGGY is not present, dont register
12820 this Ethernet device.
12821
12822 Signed-off-by: Heiko Schocher <hs@denx.de>
12823 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
12824
455ae7e8
WD
12825commit 58c696eed839af894e0265064669c402dc28b371
12826Author: Wolfgang Denk <wd@xpert.denx.de>
12827Date: Mon Nov 24 21:50:59 2008 +0100
12828
12829 AT91RM9200DK: fix broken boot from NOR flash
12830
12831 Signed-off-by: Wolfgang Denk <wd@denx.de>
12832
12833commit 8052352f20b33bef8f9872fc983eac73d4693c38
12834Author: Jens Scharsig <esw@bus-elektronik.de>
12835Date: Tue Nov 18 10:48:46 2008 +0100
12836
12837 at91rm9200: fix broken boot from nor flash
12838
12839 This patch fix the broken boot from NOR Flash on AT91RM9200 boards, if
12840 CONFIG_AT91RM9200 is defined and nor preloader is used.
12841
12842 Signed-off-by: Jens Scharsig <esw@bus-elektronik.de>
12843
12844commit 25ea652e907516a283b38237e83712a918f125d7
12845Author: Piotr Ziecik <kosmo@semihalf.com>
12846Date: Mon Nov 17 15:58:00 2008 +0100
12847
12848 UBI: Add proof-of-concept CFI flash support
12849
12850 With this patch UBI can be used on CFI flash chips.
12851
12852 Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
12853 Signed-off-by: Stefan Roese <sr@denx.de>
12854
12855commit e6a7edbc1778d27431ac663b40a71dafa5d20578
12856Author: Piotr Ziecik <kosmo@semihalf.com>
12857Date: Mon Nov 17 15:57:59 2008 +0100
12858
12859 mtd: Remove a printf() from add_mtd_device().
12860
12861 Remove a printf() from add_mtd_device(), which produces spurious output.
12862
12863 Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
12864 Signed-off-by: Stefan Roese <sr@denx.de>
12865
12866commit 91809ed51d8327a8dbbf29aa98a091154c282171
12867Author: Piotr Ziecik <kosmo@semihalf.com>
12868Date: Mon Nov 17 15:57:58 2008 +0100
12869
12870 cfi-mtd: Add cfi-mtd driver.
12871
12872 Add cfi-mtd driver, which exports CFI flash to MTD layer.
12873 This allows CFI flash devices to be used from MTD layer.
12874
12875 Building of the new driver is controlled by CONFIG_FLASH_CFI_MTD
12876 option. Initialization is done by calling cfi_mtd_init() from
12877 flash_init().
12878
12879 Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
12880 Signed-off-by: Stefan Roese <sr@denx.de>
12881
12882commit 6ea808efdf9aa5d9067fbfac32acde8539129ed2
12883Author: Piotr Ziecik <kosmo@semihalf.com>
12884Date: Mon Nov 17 15:49:32 2008 +0100
12885
12886 cfi_flash: Add interface for flash verbosity control
12887
12888 Add interface for flash verbosity control. It allows
12889 to disable output from low-level flash API. It is useful
12890 when calling these low-level functions from context other
12891 than flash commands (for example the MTD/CFI interface
12892 implmentation).
12893
12894 Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
12895 Signed-off-by: Stefan Roese <sr@denx.de>
12896
12897commit ebc9784ce6528385bb8d2558e783622d4bbf20f8
12898Author: Piotr Ziecik <kosmo@semihalf.com>
12899Date: Thu Nov 20 15:17:38 2008 +0100
12900
12901 cfi_flash: Export flash_sector_size() function.
12902
12903 Export flash_sector_size() function from drivers/mtd/cfi_flash.c,
12904 so that it can be used in the upcoming cfi-mtd driver.
12905
12906 Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
12907 Signed-off-by: Stefan Roese <sr@denx.de>
12908
12909commit 45aa5a7f4d5bcb79927ddfc896c1d7c4326e235d
12910Author: Stefan Roese <sr@denx.de>
12911Date: Mon Nov 17 14:45:22 2008 +0100
12912
12913 cfi_flash: Make all flash access functions weak
12914
12915 This patch defines all flash access functions as weak so that
12916 they can be overridden by board specific versions.
12917
12918 This will be used by the upcoming VCTH board support where the NOR
12919 FLASH unfortunately can't be accessed memory-mapped. Special
12920 accessor functions are needed here.
12921
12922 To enable this weak functions you need to define
12923 CONFIG_CFI_FLASH_USE_WEAK_ACCESSORS in your board config header.
12924 Otherwise the "old" default functions will be used resulting
12925 in smaller code.
12926
12927 Signed-off-by: Stefan Roese <sr@denx.de>
12928 Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
12929
12930commit a5c4067017631d903e1afa6ad615f0ce19fea517
12931Author: Stefan Roese <sr@denx.de>
12932Date: Mon Nov 24 08:31:16 2008 +0100
12933
12934 UBI: Change parsing of size in commands to default to hex
12935
12936 Currently the size parameters of the UBI commands (e.g. "ubi write") are
12937 decoded as decimal instead of hex as default. This patch now interprets
12938 all these values consistantly as hex, as all other standard U-Boot commands
12939 do.
12940
12941 Signed-off-by: Stefan Roese <sr@denx.de>
12942
12943commit de01c76c3ccc4e6c5989228eed58e955a3a1a968
12944Author: Stefan Roese <sr@denx.de>
12945Date: Fri Nov 21 13:06:06 2008 +0100
12946
12947 ppc4xx: ML2 shouldn't include the 4xx EMAC driver
12948
12949 Signed-off-by: Stefan Roese <sr@denx.de>
12950
12951commit 1a6a00dcc5bdfc6e9b4b00f39c1f583a7f96fc7f
12952Author: Yuri Tikhonov <yur@emcraft.com>
12953Date: Fri Nov 14 16:19:19 2008 +0300
12954
12955 ppc4xx: katmai: Change default config
12956
12957 This patch enables support for EXT2, and increases the
12958 CONFIG_SYS_BOOTMAPSZ size for the default configuration
12959 of the katmai boards to use them as the RAID-reference
12960 AMCC setups.
12961
12962 EXT2 enabling allows one to boot kernels from the EXT2
12963 formatted Compact Flash cards.
12964
12965 CONFIG_SYS_BOOTMAPSZ increasing allows one to boot the
12966 Linux kernels, which use PAGE_SIZE of 256KB. Otherwise,
12967 the memory area with DTB file (which is placed at the
12968 end of the bootmap area) will turn out to be overlapped
12969 with the BSS segment of the 256KB kernel, and zeroed
12970 in early_init() of Linux.
12971
12972 Actually, increasing of the bootmap size could be done
12973 via setting of the bootm_size U-Boot variable, but it looks
12974 like the current U-Boot implementation have some bootm_size-
12975 related functionality lost. In many places through the U-Boot
12976 code the CONFIG_SYS_BOOTMAPSZ definition is used directly
12977 (instead of trying to read the corresponding value from the
12978 environment). The same is truth for the boot_jump_linux()
12979 function in lib_ppc/bootm.c, where U-Boot transfers control
12980 to Linux passing the CONFIG_SYS_BOOTMAPSZ (not bootm_size)
12981 value to the booting kernel.
12982
12983 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
12984 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
12985 Signed-off-by: Stefan Roese <sr@denx.de>
12986
12987commit ddf45cc758d394591fb9bcdcbe96530f733f2bce
12988Author: Dave Mitchell <dmitch71@gmail.com>
12989Date: Thu Nov 20 14:09:50 2008 -0600
12990
12991 ppc4xx: Changed 460EX/GT OCM TLB and internal SRAM initialization
12992
12993 Expanded OCM TLB to allow access to 64K OCM as well as 256K of
12994 internal SRAM.
12995
12996 Adjusted internal SRAM initialization to match updated user
12997 manual recommendation.
12998
12999 OCM & ISRAM are now mapped as follows:
13000 physical virtual size
13001 ISRAM 0x4_0000_0000 0xE300_0000 256k
13002 OCM 0x4_0004_0000 0xE304_0000 64k
13003
13004 A single TLB was used for this mapping.
13005
13006 Signed-off-by: Dave Mitchell <dmitch71@gmail.com>
13007 Signed-off-by: Stefan Roese <sr@denx.de>
13008
13009commit b14ca4b61a681f75f3125676e09d7ce6af66e927
13010Author: Dave Mitchell <dmitch71@gmail.com>
13011Date: Thu Nov 20 14:00:49 2008 -0600
13012
13013 ppc4xx: Added ppc4xx-isram.h for internal SRAM and L2 cache DCRs
13014
13015 Added include/asm-ppc/ppc4xx-isram.h and moved internal SRAM and
13016 L2 cache DCRs from ppc440.h to this new header.
13017
13018 Also converted these DCR defines from lowercase to uppercase and
13019 modified referencing modules to use them.
13020
13021 Signed-off-by: Dave Mitchell <dmitch71@gmail.com>
13022 Signed-off-by: Stefan Roese <sr@denx.de>
13023
13024commit 711e2b2af820d21d9931d4cf8057d3894600fd54
13025Author: Steven A. Falco <sfalco@harris.com>
13026Date: Thu Nov 20 14:37:57 2008 -0500
13027
13028 ppc4xx: Delete unused definitions for SDR0_DDRCFG from ppc4xx.h
13029
13030 The definitions of bits in SDR_CFG are incorrect, and not used within
13031 U-Boot. Therefore, they can be removed.
13032
13033 The naming of the sdr_ddrdl/sdr_cfg registers do not follow conventions,
13034 and are unused, so they can be removed too.
13035
13036 A definition for SDR0_DDRCFG is added.
13037
13038 Signed-off-by: Steven A. Falco <sfalco@harris.com>
13039 Signed-off-by: Stefan Roese <sr@denx.de>
13040
13041commit e23c7c95a96eb0f068efe5c532215a10a1512a95
13042Author: Dirk Behme <dirk.behme@gmail.com>
13043Date: Mon Nov 10 20:15:25 2008 +0100
13044
13045 ARM: OMAP: Convert IO macros
13046
13047 Convert IO macros to readx/writex.
13048
13049 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
13050
13051commit 263b749e2e25473a48776d317bd2a7e2ddcdd212
13052Author: Ilko Iliev <iliev@ronetix.at>
13053Date: Sun Nov 9 15:53:14 2008 +0100
13054
13055 lib_arm: do_bootm_linux() - correct a small mistake
13056
13057 This patch corrects a small bug in the "if" condition:
13058 the parameter "flag" is 0 and the "if" condition is always true.
13059 The result is - the boom command doesn't start the kernel.
13060 Affected targets: all arm based.
13061
13062 Signed-off-by: Ilko Iliev <iliev@ronetix.at>
13063
13064commit 3e0cda071a67cb5709e3fa4faf6b31a731859acc
13065Author: Stelian Pop <stelian@popies.net>
13066Date: Sun Nov 9 00:14:46 2008 +0100
13067
13068 AT91: Enable PLLB for USB
13069
13070 At least some (old ?) versions of the AT91Bootstrap do not set up the
13071 PLLB correctly to 48 MHz in order to make USB host function correctly.
13072
13073 This patch sets up the PLLB to the same values Linux uses, and makes USB
13074 work ok on the following CPUs:
13075 - AT91CAP9
13076 - AT91SAM9260
13077 - AT91SAM9263
13078
13079 This patch also defines CONFIG_USB_STORAGE and CONFIG_CMD_FAT for all
13080 the relevant AT91CAP9/AT91SAM9 atmel boards.
13081
13082 Signed-off-by: Stelian Pop <stelian@popies.net>
13083 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13084
13085commit ad229a44e162af0f65e57e4e3dc133d5f0364ecb
13086Author: Stelian Pop <stelian@popies.net>
13087Date: Fri Nov 7 13:55:14 2008 +0100
13088
13089 AT91: Use AT91_CPU_CLOCK in displays
13090
13091 Introduce AT91_CPU_CLOCK and use it for displaying the CPU
13092 speed in the LCD driver.
13093
13094 Also make AT91_MAIN_CLOCK and AT91_MASTER_CLOCK reflect the
13095 corresponding board clocks.
13096
13097 Signed-off-by: Stelian Pop <stelian@popies.net>
13098
6450a848
WD
13099commit fed36ac5ae613773b6cd90e61e292c45440e10c8
13100Author: Heiko Schocher <hs@denx.de>
13101Date: Thu Nov 20 09:57:47 2008 +0100
13102
13103 powerpc: 83xx: add support for the kmeter1 board
13104
13105 This patch adds support for the kmeter1 board from Keymile,
13106 based on a Freescale MPC8360 CPU.
13107
13108 - serial console on UART 1
13109 - 256 MB DDR2 RAM
13110 - 64 MB NOR Flash
13111 - Ethernet RMII Mode over UCC4
13112 - PHY SMSC LAN8700
13113
13114 Signed-off-by: Heiko Schocher <hs@denx.de>
13115 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
13116
455ae7e8
WD
13117commit 25fb4eaaeab3f8866020818f4729d990dcc91cf0
13118Author: Stefan Roese <sr@denx.de>
13119Date: Thu Nov 20 11:46:20 2008 +0100
13120
13121 ppc4xx: Clear all potentially pending exceptions in MCSR
13122
13123 This is needed on Canyonlands which still has an exception pending
13124 while running relocate_code(). This leads to a failure after trap_init()
13125 is moved to the top of board_init_r().
13126
13127 Signed-off-by: Stefan Roese <sr@denx.de>
13128
13129commit facdad5f2602e899a01746916beddbf9e856b5ee
13130Author: Heiko Schocher <hs@denx.de>
13131Date: Wed Nov 19 10:10:30 2008 +0100
13132
13133 powerpc: 83xx: add missing TIMING_CFG1_CASLAT_* defines
13134
13135 Signed-off-by: Heiko Schocher <hs@denx.de>
13136 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
13137
13138commit 2f2a5c3714d17f4ead18b713128b7226e0e822f4
13139Author: Howard Gregory <Greg.Howard@freescale.com>
13140Date: Tue Nov 4 14:55:33 2008 +0800
13141
13142 mpc83xx: Improve the performance of DDR memory
13143
13144 modify the CAS timings. my understanding is that these
13145 settings decrease various wait times in the DDR interface.
13146 Because these wait times are in clock cycles, and the DDR
13147 clock on the 8315 RDB runs slower than on some other 83xx
13148 platforms, we can dial down these values without a problem,
13149 thereby decreasing the latency of memory a little.
13150
13151 Signed-off-by: Howard Gregory <Greg.Howard@freescale.com>
13152 Signed-off-by: Dave Liu <daveliu@freescale.com>
13153 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
13154
13155commit 8000b086b33a5a81f3f390f37e178db7956dc08b
13156Author: Kyungmin Park <kyungmin.park@samsung.com>
13157Date: Fri Oct 24 14:55:33 2008 +0200
13158
13159 ARM: Add Apollon UBI support
13160
13161 To enable UBI on Apollon you need to uncomment the CONFIG_SYS_USE_UBI
13162 macro.
13163
13164 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
13165 Signed-off-by: Stefan Roese <sr@denx.de>
13166
13167commit 694a0b3f1c0accd0de94b89555155d69f8022824
13168Author: Kyungmin Park <kyungmin.park@samsung.com>
13169Date: Wed Nov 19 11:47:05 2008 +0100
13170
13171 UBI: Add UBI command support
13172
13173 This patch adds these UBI commands:
13174
13175 ubi part [nand|onenand] [part] - Show or set current partition
13176 ubi info [l[ayout]] -Display volume and UBI layout information
13177 ubi create[vol] volume [size] [type] - Create volume name with size
13178 ubi write[vol] address volume size - Write volume from address with size
13179 ubi read[vol] address volume [size] - Read volume to address with size
13180 ubi remove[vol] volume - Remove volume
13181
13182 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
13183 Signed-off-by: Stefan Roese <sr@denx.de>
13184
13185commit 58be3a1056d88c6d05f3e914389282807e69923a
13186Author: Kyungmin Park <kyungmin.park@samsung.com>
13187Date: Wed Nov 19 16:38:24 2008 +0100
13188
13189 UBI: Add basic UBI support to U-Boot (Part 8/8)
13190
13191 This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
13192 It's based on the Linux UBI version and basically has a "OS"
13193 translation wrapper that defines most Linux specific calls
13194 (spin_lock() etc.) into no-ops. Some source code parts have been
13195 uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
13196 this version with the Linux version and simplifies future UBI
13197 ports/bug-fixes from the Linux version.
13198
13199 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
13200 Signed-off-by: Stefan Roese <sr@denx.de>
13201
13202commit 47ae6693f54f80455ae32c2e0d995e0e4bdc15b9
13203Author: Kyungmin Park <kyungmin.park@samsung.com>
13204Date: Wed Nov 19 16:36:36 2008 +0100
13205
13206 UBI: Add basic UBI support to U-Boot (Part 7/8)
13207
13208 This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
13209 It's based on the Linux UBI version and basically has a "OS"
13210 translation wrapper that defines most Linux specific calls
13211 (spin_lock() etc.) into no-ops. Some source code parts have been
13212 uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
13213 this version with the Linux version and simplifies future UBI
13214 ports/bug-fixes from the Linux version.
13215
13216 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
13217 Signed-off-by: Stefan Roese <sr@denx.de>
13218
13219commit 7e6ee7ad27de5216db1baef76f38c3429c8f4a2a
13220Author: Kyungmin Park <kyungmin.park@samsung.com>
13221Date: Wed Nov 19 16:32:36 2008 +0100
13222
13223 UBI: Add basic UBI support to U-Boot (Part 6/8)
13224
13225 This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
13226 It's based on the Linux UBI version and basically has a "OS"
13227 translation wrapper that defines most Linux specific calls
13228 (spin_lock() etc.) into no-ops. Some source code parts have been
13229 uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
13230 this version with the Linux version and simplifies future UBI
13231 ports/bug-fixes from the Linux version.
13232
13233 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
13234 Signed-off-by: Stefan Roese <sr@denx.de>
13235
13236commit c91a719daa331b5856109313371e4ece5ec06d96
13237Author: Kyungmin Park <kyungmin.park@samsung.com>
13238Date: Wed Nov 19 16:28:06 2008 +0100
13239
13240 UBI: Add basic UBI support to U-Boot (Part 5/8)
13241
13242 This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
13243 It's based on the Linux UBI version and basically has a "OS"
13244 translation wrapper that defines most Linux specific calls
13245 (spin_lock() etc.) into no-ops. Some source code parts have been
13246 uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
13247 this version with the Linux version and simplifies future UBI
13248 ports/bug-fixes from the Linux version.
13249
13250 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
13251 Signed-off-by: Stefan Roese <sr@denx.de>
13252
13253commit f412fefa079c6aa9a9763f6869bf787ea6bf6e1b
13254Author: Kyungmin Park <kyungmin.park@samsung.com>
13255Date: Wed Nov 19 16:27:23 2008 +0100
13256
13257 UBI: Add basic UBI support to U-Boot (Part 4/8)
13258
13259 This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
13260 It's based on the Linux UBI version and basically has a "OS"
13261 translation wrapper that defines most Linux specific calls
13262 (spin_lock() etc.) into no-ops. Some source code parts have been
13263 uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
13264 this version with the Linux version and simplifies future UBI
13265 ports/bug-fixes from the Linux version.
13266
13267 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
13268 Signed-off-by: Stefan Roese <sr@denx.de>
13269
13270commit 2d262c4853cb5b6ddce1a28a9641f2de3688d7ea
13271Author: Kyungmin Park <kyungmin.park@samsung.com>
13272Date: Wed Nov 19 16:26:54 2008 +0100
13273
13274 UBI: Add basic UBI support to U-Boot (Part 3/8)
13275
13276 This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
13277 It's based on the Linux UBI version and basically has a "OS"
13278 translation wrapper that defines most Linux specific calls
13279 (spin_lock() etc.) into no-ops. Some source code parts have been
13280 uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
13281 this version with the Linux version and simplifies future UBI
13282 ports/bug-fixes from the Linux version.
13283
13284 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
13285 Signed-off-by: Stefan Roese <sr@denx.de>
13286
13287commit 961df83361aff9a14f226214224eb8a06e05ba24
13288Author: Kyungmin Park <kyungmin.park@samsung.com>
13289Date: Wed Nov 19 16:25:44 2008 +0100
13290
13291 UBI: Add basic UBI support to U-Boot (Part 2/8)
13292
13293 This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
13294 It's based on the Linux UBI version and basically has a "OS"
13295 translation wrapper that defines most Linux specific calls
13296 (spin_lock() etc.) into no-ops. Some source code parts have been
13297 uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
13298 this version with the Linux version and simplifies future UBI
13299 ports/bug-fixes from the Linux version.
13300
13301 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
13302 Signed-off-by: Stefan Roese <sr@denx.de>
13303
13304commit f399d4a281713d5ef2d764f05d545fe61e3bd569
13305Author: Kyungmin Park <kyungmin.park@samsung.com>
13306Date: Wed Nov 19 16:23:06 2008 +0100
13307
13308 UBI: Add basic UBI support to U-Boot (Part 1/8)
13309
13310 This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
13311 It's based on the Linux UBI version and basically has a "OS"
13312 translation wrapper that defines most Linux specific calls
13313 (spin_lock() etc.) into no-ops. Some source code parts have been
13314 uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
13315 this version with the Linux version and simplifies future UBI
13316 ports/bug-fixes from the Linux version.
13317
13318 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
13319 Signed-off-by: Stefan Roese <sr@denx.de>
13320
13321commit e29c22f5abe6e0f4baa6251efed6074cdfc3db79
13322Author: Kyungmin Park <kyungmin.park@samsung.com>
13323Date: Wed Nov 19 16:20:36 2008 +0100
13324
13325 MTD: Add MTD paritioning infrastructure
13326
13327 This MTD part infrastructure will be used by the upcoming
13328 UBI support.
13329
13330 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
13331 Signed-off-by: Stefan Roese <sr@denx.de>
13332
13333commit 9b827cf1720acda2473afa516956eab6f7cca9a1
13334Author: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
13335Date: Thu Oct 16 22:54:03 2008 +0530
13336
13337 Align end of bss by 4 bytes
13338
13339 Most of the bss initialization loop increments 4 bytes
13340 at a time. And the loop end is checked for an 'equal'
13341 condition. Make the bss end address aligned by 4, so
13342 that the loop will end as expected.
13343
13344 Signed-off-by: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
13345 Signed-off-by: Wolfgang Denk <wd@denx.de>
13346
13347commit 3f510db522d160179dff3ddcce9b18f6241c2c24
13348Author: Becky Bruce <becky.bruce@freescale.com>
13349Date: Mon Nov 10 19:45:35 2008 -0600
13350
13351 mpc8641: fix address-cells default in old .dts detection
13352
13353 address-cells defaults to 2, not 1; so in the unlikely
13354 event that it isn't specified, this patch is required
13355 for correct operation.
13356
13357 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
13358
13359commit d025aa4b20a0618a2bada0132a9a0a4afb717f1a
13360Author: Becky Bruce <becky.bruce@freescale.com>
13361Date: Fri Oct 31 17:14:39 2008 -0500
13362
13363 lib_ppc: Move trap_init to occur earlier
13364
13365 Doing trap_init immediately once we're running from RAM
13366 means we're no longer dependent on the physical location of
13367 the flash on non-BookE platforms. Before trap_init, those
13368 platforms switch to real mode and go to 0xfff00100 on exception.
13369 After the switch, they go to 0x00000100 This makes it easier to
13370 move the flash location.
13371
13372 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
13373
13374commit d52082b12c6e545705a19433a2f4142526536189
13375Author: Becky Bruce <becky.bruce@freescale.com>
13376Date: Fri Nov 7 13:46:19 2008 -0600
13377
13378 mpc8641: Try to detect old .dts files
13379
13380 Since we've changed the memory map of the board, be nice and
13381 add some checking to try to catch out-of-date .dts files. We do
13382 this by checking the CCSRBAR location in the .dts and comparing
13383 it to the CCSRBAR location in u-boot. If they don't match, a
13384 warning msg is printed. This isn't foolproof, but it's simple and
13385 will catch most of the cases where an out-of-date .dts is present,
13386 including all of the cases where a new u-boot is used with an old
13387 standard MPC8641 .dts file as supplied with Linux.
13388
13389 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
13390
13391commit 8db0400a27839f91c047dcb83f4a0f09e054a180
13392Author: Becky Bruce <becky.bruce@freescale.com>
13393Date: Thu Nov 6 13:04:09 2008 -0600
13394
13395 toplevel Makefile: Add MPC8641HPCN_36BIT target
13396
13397 This will enable CONFIG_PHYS_36BIT for MPC8641HPCN.
13398
13399 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
13400
13401commit 3111d32c494e8251b90917447796a7206b757e1e
13402Author: Becky Bruce <becky.bruce@freescale.com>
13403Date: Thu Nov 6 17:37:35 2008 -0600
13404
13405 mpc8641: Support 36-bit physical addressing
13406
13407 This patch creates a memory map with all the devices
13408 in 36-bit physical space, in addition to the 32-bit map.
13409 The CCSR relocation is moved (again, sorry) to
13410 allow for the physical address to be 36 bits - this
13411 requires translation to be enabled. With 36-bit physical
13412 addressing enabled, we are no longer running with VA=PA
13413 translations. This means we have to distinguish between
13414 the two in the config file. The existing region name is
13415 used to indicate the virtual address, and a _PHYS variety
13416 is created to represent the physical address.
13417
13418 Large physical addressing is not enabled by default.
13419 Set CONFIG_PHYS_64BIT in the config file to turn this on.
13420
13421 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
13422
13423commit c759a01a0022de9378a3a761f49786f87684c916
13424Author: Becky Bruce <becky.bruce@freescale.com>
13425Date: Thu Nov 6 17:36:04 2008 -0600
13426
13427 mpc8641: Change 32-bit memory map
13428
13429 The memory map on the 8641hpcn is modified to look more like
13430 the 85xx boards; this is a step towards a more standardized
13431 layout going forward. As part of this change, we now relocate
13432 the flash.
13433
13434 The regions for some of the mappings were far larger than they
13435 needed to be. I have reduced the mappings to match the
13436 actual sizes supported by the hardware.
13437
13438 In addition I have removed the comments at the head
13439 of the BAT blocks in the config file, rather than updating
13440 them. These get horribly out of date, and it's a simple
13441 matter to look at the defines to see what they are set to
13442 since everything is right here in the same file.
13443
13444 Documentation has been changed to reflect the new map, as this
13445 change is user visible, and affects the OS which runs post-uboot.
13446
13447 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
13448
13449commit bf9a8c34309ed9276258295db9e9212aabb2531a
13450Author: Becky Bruce <becky.bruce@freescale.com>
13451Date: Wed Nov 5 14:55:35 2008 -0600
13452
13453 mpc86xx: Change early FLASH mapping to 1M at CONFIG_MONITOR_BASE_EARLY
13454
13455 We define CONFIG_MONITOR_BASE_EARLY to define the initial location
13456 of the bootpage in flash. Use this to create an early mapping
13457 definition for the FLASH, and change the early_bats code to use this.
13458
13459 This change facilitates the relocation of the flash since the early
13460 mappings are no longer tied to the final location of the flash.
13461
13462 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
13463
13464commit c1e1cf69547b138173f87a7f81c42a5d8dbfde3d
13465Author: Becky Bruce <becky.bruce@freescale.com>
13466Date: Wed Nov 5 14:55:34 2008 -0600
13467
13468 mpc86xx: Use SRR0/1/rfi to enable address translation, not blr
13469
13470 Using a mtmsr/blr means that you have to be executing at the
13471 same virtual address once you enable translation. This is
13472 unnecessarily restrictive, and is not really how this is
13473 usually done. Change it to use the more common mtspr SRR0/SRR1
13474 and rfi method.
13475
13476 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
13477
13478commit 6bf98b1362f0cb237620355ed3e6762fff82388d
13479Author: Becky Bruce <becky.bruce@freescale.com>
13480Date: Wed Nov 5 14:55:33 2008 -0600
13481
13482 mpc8641: make DIAG_ADDR == FLASH_BASE
13483
13484 Currently, that's what it is, but it's hardcoded.
13485
13486 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
13487
13488commit 170deacb1ddc39164bdb68f3963e0c0456a5369b
13489Author: Becky Bruce <becky.bruce@freescale.com>
13490Date: Wed Nov 5 14:55:32 2008 -0600
13491
13492 mpc8641: Drop imaginary second flash bank, map 8MB
13493
13494 There's a lot of setup and foo for the second flash
13495 bank. The problem is, this board doesn't actually have one.
13496 Clean this up. Also, the flash is 8M in size. Get rid
13497 of the confusing aliased overmapping, and just map 8M.
13498
13499 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
13500
13501commit 0f2d66027bfc60dc7eea2f096af8891988c5abe4
13502Author: Becky Bruce <becky.bruce@freescale.com>
13503Date: Wed Nov 5 14:55:31 2008 -0600
13504
13505 mpc8641: only define CONFIG_ENV_SIZE once
13506
13507 It's currently defined twice inside in an if/else block, but
13508 both halves set the same value. Move the define outside
13509 the if.
13510
13511 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
13512
13513commit 24bfb48c35fed6ad1f047e3e4a27df302482cd93
13514Author: Becky Bruce <becky.bruce@freescale.com>
13515Date: Wed Nov 5 14:55:30 2008 -0600
13516
13517 mpc86xx: Move setup_bats into cpu_init_f
13518
13519 In order to later allow for a physical relocation of the
13520 flash, setup_bats, which sets up the final BAT mapping
13521 for the board, needs to happen *after* init_laws().
13522 Otherwise, there will be no window programmed for the flash
13523 at the new physical location at the point when we change
13524 the mmu translation.
13525
13526 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
13527
13528commit 05df3e5a638be8c5b0899eae1766bbe8e4b92c17
13529Author: Becky Bruce <becky.bruce@freescale.com>
13530Date: Wed Nov 5 14:55:29 2008 -0600
13531
13532 mpc8641: Remove extra "0" from BR2 define
13533
13534 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
13535
13536commit edf3fe7d39a1ee07353128af5221422ce9ccfad6
13537Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
13538Date: Thu Oct 23 09:08:18 2008 -0400
13539
13540 drivers/qe/uec_phy.c: Added PHY-less (fixed PHY) driver.
13541
13542 Copied over the fixed PHY driver as used in pp4xx/4xx_enet.c.
13543 This adds support for PHY-less MAC connections to the UEC.
13544
13545 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
13546 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13547
13548commit 54bdcc9fb6670afde9c26dcf364f582879bf21d6
13549Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
13550Date: Thu Oct 23 16:27:24 2008 +0000
13551
13552 ColdFire: Add mii driver in drivers/net
13553
13554 All CF platforms' mii.c are consolidated into one
13555
13556 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
13557 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13558
13559commit 25a859066b3af1070eb69f12022113c0a91bd813
13560Author: Ben Warren <biggerbadderben@gmail.com>
13561Date: Mon Oct 27 23:53:17 2008 -0700
13562
13563 Moved initialization of PPC4xx EMAC to cpu_eth_init()
13564
13565 Removed initialization of the driver from net/eth.c
13566
13567 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13568 Acked-by: Stefan Roese <sr@denx.de>
13569
13570commit 4d03a4e20e58552cb96d61a0e8b56cdb6cc60126
13571Author: Ben Warren <biggerbadderben@gmail.com>
13572Date: Sun Nov 9 21:29:23 2008 -0800
13573
13574 Moved PPC4xx EMAC driver to drivers/net
13575
13576 Also changed path in all linker scripts that reference this driver
13577
13578 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13579 Acked-by: Stefan Roese <sr@denx.de>
13580
13581commit 96e21f86e8266ed40759e5495ee461265d7f6d28
13582Author: Ben Warren <biggerbadderben@gmail.com>
13583Date: Mon Oct 27 23:50:15 2008 -0700
13584
13585 Changed PPC4xx EMAC driver to require CONFIG_PPC4xx_EMAC
13586
13587 All in-tree IBM/AMCC PPC4xx boards using the EMAC get this new CONFIG
13588
13589 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13590 Acked-by: Stefan Roese <sr@denx.de>
13591
13592commit 9eb79bd8856bcab896ed5e1f1bca159807a124dd
13593Author: Ben Warren <biggerbadderben@gmail.com>
13594Date: Thu Oct 23 22:02:49 2008 -0700
13595
13596 Moved initialization of MPC8XX SCC to cpu_eth_init()
13597
13598 Removed initialization of the driver from net/eth.c
13599
13600 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13601
13602commit a9bec96d6359ac9f90a852962bf3040cad9e0256
13603Author: Ben Warren <biggerbadderben@gmail.com>
13604Date: Wed Oct 22 23:47:51 2008 -0700
13605
13606 Moved initialization of MPC8220 FEC to cpu_eth_init()
13607
13608 Removed initialization of the driver from net/eth.c
13609
13610 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13611
13612commit 0e8454e990385a58f708c2fc26d31ac041c7a6c5
13613Author: Ben Warren <biggerbadderben@gmail.com>
13614Date: Wed Oct 22 23:32:48 2008 -0700
13615
13616 Moved initialization of QE Ethernet controller to cpu_eth_init()
13617
13618 Removed initialization of the driver from net/eth.c
13619
13620 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13621
13622commit 3456a148276d5494b53ee40242efb6462d163504
13623Author: Ben Warren <biggerbadderben@gmail.com>
13624Date: Wed Oct 22 23:20:29 2008 -0700
13625
13626 Moved initialization of FCC Ethernet controller to cpu_eth_init
13627
13628 Affected boards:
13629 Several MPC8xx boards
13630 Several MPC8260/MPC8272 boards
13631 Several MPC85xx boards
13632
13633 Removed initialization of the driver from net/eth.c
13634
13635 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13636
13637commit 62e15b497f5c6334c059512678c8db7940ae4c61
13638Author: Ben Warren <biggerbadderben@gmail.com>
13639Date: Thu Oct 30 22:15:35 2008 -0700
13640
13641 Fix typo in cpu/mpc85xx/cpu.c
13642
13643 CONFIG_MPC85xx_FEC -> CONFIG_MPC85XX_FEC
13644
13645 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13646
13647commit 5dfb3ee3f54e2382a08d72906f0e79ecf944f6e3
13648Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
13649Date: Sun Oct 19 12:08:50 2008 +0900
13650
13651 net: Move initialization of Au1x00 SoC ethernet MAC to cpu_eth_init
13652
13653 This patch will move au1x00_eth_initialize from net/eth.c to cpu_eth_init
13654 as a part of ongoing eth_initialize cleanup work. The function ret value
13655 is also fixed as it should be negative on fail.
13656
13657 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
13658 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13659
13660commit cc94074ecac1885d18ddb683eb934b3c0268aa5b
13661Author: Ben Warren <biggerbadderben@gmail.com>
13662Date: Fri Sep 5 01:55:22 2008 -0400
13663
13664 Moved initialization of IXP4XX_NPE Ethernet controller to cpu_eth_init()
13665
13666 Also, removed the driver initialization from net/eth.c
13667
13668 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13669
13670commit f2a7806fc23e82d30c8548911369e0c530607354
13671Author: Clive Stubbings <uboot@xentech.co.uk>
13672Date: Mon Oct 27 15:05:00 2008 +0000
13673
13674 xilinx_emaclite buffer overrun
13675
13676 Patch to fix buffer allocation size and alignment. Buffer needs to be u32 aligned and
13677 PKTSIZE_ALIGN bytes long.
13678
13679 Acked-by: Michal Simek <monstr@monstr.eu>
13680
13681 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13682
13683commit 0115b1953718a2969f6469d3d5da51ba11e12d42
13684Author: richardretanubun <richardretanubun@ruggedcom.com>
13685Date: Fri Sep 26 08:59:12 2008 -0400
13686
13687 NET: QE: UEC: Make uec_miiphy_read() and uec_miiphy_write() use the devname arg.
13688
13689 The current uec_miiphy_read and uec_miiphy_write hardcode access devlist[0]
13690 This patch makes these function use the devname argument that is passed in to
13691 allow access to the phy registers of other devices in devlist[].
13692
13693 Signed-of-by: Richard Retanubun <RichardRetanubun@RugggedCom.com>
13694
13695 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13696
13697commit 44dcb7332033db8de2810f2fffcae3084f15c8d4
13698Author: richardretanubun <richardretanubun@ruggedcom.com>
13699Date: Mon Oct 6 15:31:43 2008 -0400
13700
13701 Adds two more ethernet interface to 83xx
13702
13703 Fixed compiler warning "declared but unused" eth5_uec_info and eth6_uec_info.
13704 Signed-off-by: Richard Retanubun <RichardRetanubun@RugggedCom.com>
13705 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13706
13707commit d8003fa03733901b73d6c4667b4d80fc8eb1ddd3
13708Author: Stelian Pop <stelian@popies.net>
13709Date: Fri Nov 7 13:54:31 2008 +0100
13710
13711 AT91: Replace AT91_BASE_EMAC by the board specific values.
13712
13713 AT91_BASE_EMAC is never used outside the board specific files,
13714 so replace its usage by the board specific AT91xxx_BASE_EMAC.
13715
13716 Signed-off-by: Stelian Pop <stelian@popies.net>
13717 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13718
13719commit c91e17affa175ce06afa89b04752301eb4a61666
13720Author: Stelian Pop <stelian@popies.net>
13721Date: Fri Nov 7 12:09:21 2008 +0100
13722
13723 AT91: Replace (undefined) AT91_ID_US* by the board specific values.
13724
13725 AT91_ID_US0 / AT91_ID_US1 / AT91_ID_US2 were used but never defined.
13726 Since they are never used outside the board specific files, they can
13727 be replaced by the board specific AT91xxx_ID_US0 / AT91xxx_ID_US1 /
13728 AT91xxx_ID_US2.
13729
13730 Bug spotted by Jesus Alvarez <jalvarez@micromint.com>.
13731
13732 Signed-off-by: Stelian Pop <stelian@popies.net>
13733 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13734
13735commit 28962f5a2de81bc0eed1c0b08c6bfaa1cc134ea2
13736Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13737Date: Sat Nov 1 10:47:59 2008 +0100
13738
13739 Makefile/at91sam9: move some at91sam9 to the correct subsection for arm926ejs
13740
13741 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13742
13743commit 1079432e04ccf71aa3684181186182cd63512f19
13744Author: Sergey Lapin <slapin@ossfans.org>
13745Date: Fri Oct 31 12:28:43 2008 +0100
13746
13747 Custom AFEB9260 board support
13748
13749 This patch provides support for AFEB9260 board, a product of
13750 OpenSource hardware and software. Some commertial projects
13751 are made with this design. A board is basically AT91SAM9260-EK
13752 with some modifications and different peripherals and different
13753 parts used. Main purpose of this project is to gain experience in
13754 hardware design.
13755 More info: http://groups.google.com/group/arm9fpga-evolution-board
13756 (In Russian only, sorry).
13757 Subversion repository: svn://194.85.238.22/home/users/george/svn/arm9eb
13758
13759 Signed-off-by: Sergey Lapin <slapin@ossfans.org>
13760
13761commit 26eecd24f97130e56e9c2c2af0e714e05bce6e00
13762Author: Tomohiro Masubuchi <tomohiro_masubuchiattripeaks.co.jp>
13763Date: Tue Oct 21 13:17:16 2008 +0900
13764
13765 Change to use "do_div" macro
13766
13767 Signed-off-by: Tomohiro Masubuchi <tomohiro_masubuchi@tripeaks.co.jp>
13768
13769commit e352495318d8056a00faa21b633b3e4374bfbf52
13770Author: Roman Mashak <romez777@gmail.com>
13771Date: Wed Oct 22 16:00:26 2008 -0400
13772
13773 ARM926EJ-S: relocate OMAP specific 'cpuinfo.c' into OMAP directory
13774
13775 OMAP identification is implemented in 'cpuinfo.c' and located in ARM926EJ-S directory.
13776 It makes sense to place this file in OMAP specific subdirectory, i.e. cpu/arm926ejs/omap
13777
13778 Signed-off-by: Roman Mashak <romez777@gmail.com>
13779
13780commit 248b2c367210c06dbd5fbdecf27e97fbe9d05fdb
13781Author: Roman Mashak <romez777@gmail.com>
13782Date: Tue Oct 21 03:01:41 2008 -0700
13783
13784 ARM/Versatile port: Removed unused functions
13785
13786 Removal of never used functions.
13787
13788 Signed-off-by: Roman Mashak <romez777@gmail.com>
13789
13790commit 1266df887781c779deaf6d05eea2ef90a470cb34
13791Author: Becky Bruce <becky.bruce@freescale.com>
13792Date: Mon Nov 3 15:44:01 2008 -0600
13793
13794 powerpc: change 86xx SMP boot method
13795
13796 We put the bootpg for the secondary cpus into memory and use
13797 BPTR to get to it. This is a step towards converting to the
13798 ePAPR boot methodology. Also, the code is written to
13799 deal properly with more than 4GB of RAM.
13800
13801 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
13802
13803commit b5431560682d8f318fbc49db87cfe13ab41d2ee4
13804Author: Becky Bruce <becky.bruce@freescale.com>
13805Date: Fri Oct 31 17:13:49 2008 -0500
13806
13807 8641HPCN: Config file cleanup
13808
13809 There are several items in the config file that were hardcoded
13810 but that should really be based on other config options, since
13811 the regions are contiguous and depend on being so. This cleans
13812 that up a bit. Also, add BR_PHYS_ADDR() macro to convert
13813 addresses into the proper format for BR registers.
13814
13815 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
13816
13817commit 4c77de3f144ca088c3867bd6240718c10f5a9d69
13818Author: Becky Bruce <becky.bruce@freescale.com>
13819Date: Fri Oct 31 17:13:32 2008 -0500
13820
13821 86xx: Make dram_size a phys_size_t
13822
13823 It's currently a long and should be phys_size_t.
13824
13825 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
13826
13827commit 104992fc541302a6bac74448e01e7fdad20abca0
13828Author: Becky Bruce <becky.bruce@freescale.com>
13829Date: Sun Nov 2 18:19:32 2008 -0600
13830
13831 powerpc 86xx: Handle CCSR relocation earlier
13832
13833 Currently, the CCSR gets relocated while translation is
13834 enabled, meaning we need 2 BAT translations to get to both the
13835 old location and the new location. Also, the DEFAULT
13836 CCSR location has a dependency on the BAT that maps the
13837 FLASH region. Moving the relocation removes this unnecessary
13838 dependency. This makes it easier and more intutive to
13839 modify the board's memory map.
13840
13841 Swap BATs 3 and 4 on 8610 so that all 86xx boards use the same
13842 BAT for CCSR space.
13843
13844 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
13845
13846commit af5d100e8d5cd49d69d52d20f1181eb06ddb4ddf
13847Author: Becky Bruce <becky.bruce@freescale.com>
13848Date: Fri Oct 31 17:14:14 2008 -0500
13849
13850 mpc8641: Make PCI and RIO mutually exclusive, fix non-PCI build
13851
13852 You can't actually have both, and with some coming changes to
13853 change the memory map for the board and support 36-bit physical,
13854 we need the extra BAT that is being consumed by having both.
13855
13856 I also make non-PCI configs build cleanly, for the sake of sanity.
13857
13858 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
13859
13860commit 98693b85d42ff438375dc6d6dcadc70eb7b050bb
13861Author: Becky Bruce <becky.bruce@freescale.com>
13862Date: Fri Oct 31 17:14:00 2008 -0500
13863
13864 mpc8641: Stop supporting non-PCI_PNP configs
13865
13866 We don't actually ever do this, remove the code so we
13867 can stop maintaining it.
13868
13869 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
13870
13871commit e4f69d1bd21a12049744989d2dd6b5199c9b8f23
13872Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
13873Date: Fri Oct 24 12:59:12 2008 +0000
13874
13875 ColdFire: Fix M5329EVB and M5373EVB nand issue
13876
13877 Fix compilation issue caused by a few mismatches.
13878 Provide proper nand chip select enable/disable in
13879 nand_hwcontrol() rather than in board_nand_init()
13880 just enable once. Remove redundant local nand driver
13881 functions - nand_read_byte(), nand_write_byte() and
13882 nand_dev_ready() to use common nand driver.
13883
13884 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
13885
13886commit 1b2708442224a551a0b865b52710306333888932
13887Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
13888Date: Wed Oct 22 11:55:30 2008 +0000
13889
13890 ColdFire: Fix compilation error
13891
13892 The error was caused by the change for strmhz() in cpu.c.
13893 A few of them were one extra close parenthesis.
13894
13895 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
13896
13897commit 536e7dac16769954915a484e682a2efb28699133
13898Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
13899Date: Wed Oct 22 11:38:21 2008 +0000
13900
13901 ColdFire: Add MCF5301x CPU and M53017EVB support
13902
13903 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
13904
13905commit a21d0c2cc9add8894d971ab791f4032f077db817
13906Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
13907Date: Tue Oct 21 15:37:02 2008 +0000
13908
13909 ColdFire: Add SBF support for M52277EVB
13910
13911 Add serial boot support
13912
13913 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
13914
13915commit b202816c61042c183fe67d097a5893b0f2dafba0
13916Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
13917Date: Tue Oct 21 14:19:26 2008 +0000
13918
13919 ColdFire: Use CFI driver for M5272C3
13920
13921 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
13922
13923commit f3962d3f574e5a1cffacd4e9bc48713060a2a314
13924Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
13925Date: Tue Oct 21 13:47:54 2008 +0000
13926
13927 ColdFire: Relocate FEC's GPIO and mii functions protocols
13928
13929 Place FEC pin assignments in cpu_init.c from platform's
13930 mii.c
13931
13932 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
13933
13934commit 6e80f5aa09f8d41bac50b38dc7488ecd22107802
13935Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
13936Date: Tue Oct 21 12:15:44 2008 +0000
13937
13938 ColdFire: Remove platforms mii.c file
13939
13940 Will use mcfmii.c driver in drivers/net rather than
13941 keep creating new mii.c for each future platform.
13942 Remove EB+MCF-EV123, cobra5272, idmr, M5235EVB,
13943 M5271EVB, M5272C3, M5275EVB, M5282EVB, M5329EVB,
13944 M5373EVB, M54451EVB, M54455EVB, M547xEVB, and M548xEVB's
13945 mii.c
13946
13947 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
13948
13949commit 012522fef3b382469125beb46a315ab4dee02fb0
13950Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
13951Date: Tue Oct 21 10:03:07 2008 +0000
13952
13953 ColdFire: Modules header files cleanup
13954
13955 Consolidate ATA, ePORT, QSPI, FlexCan, PWM, RNG,
13956 MDHA, SKHA, INTC, and FlexBus structures and
13957 definitions in immap_5xxx.h to more unify modules
13958 header files. Append DSPI support for m547x_8x.
13959 SSI cleanup. Remove USB Host structure from immap_539.h.
13960 Apply changes to use FlexBus structures in mcf52x2's
13961 cpu_init.c and platform configuration files.
13962
13963 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
13964
13965commit ac2331aee99ad36be0fcfed8c49922e3c61b576d
13966Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
13967Date: Tue Oct 21 08:52:36 2008 +0000
13968
13969 ColdFire: Remove linker file
13970
13971 Each different build for M54455EVB and M5235EVB will
13972 create a u-boot.lds linker file. It is redundant to
13973 keep the u-boot.lds
13974
13975 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
13976
13977commit 0829323073c505556ed5f5073f91adb504584d45
13978Author: Peter Tyser <ptyser@xes-inc.com>
13979Date: Fri Oct 31 11:26:44 2008 -0500
13980
13981 ppc: Fix compile warnings when !CONFIG_OF_LIBFDT
13982
13983 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
13984
13985commit a80b21d5127583171d6e9bc7f722947641898012
13986Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13987Date: Fri Oct 31 12:12:12 2008 +0100
13988
13989 common/Makefile: create others group for non core, environment and command files
13990
13991 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13992
13993commit 60c68d9c1c6d18ce02c862a05718fd94f97c13d0
13994Author: Wolfgang Denk <wd@denx.de>
13995Date: Fri Oct 31 01:13:37 2008 +0100
13996
13997 TQM8260: use CFI flash driver instead of custom driver.
13998
13999 Signed-off-by: Wolfgang Denk <wd@denx.de>
14000
14001commit 20d04774f4ef3f6e38974636e0e36ae0f0b5501f
14002Author: Andy Fleming <afleming@freescale.com>
14003Date: Thu Oct 30 17:35:30 2008 -0500
14004
14005 Consolidate MAX/MIN definitions
14006
14007 There were several, now there is one (two if you count the lower-case
14008 versions).
14009
14010 Signed-off-by: Andy Fleming <afleming@freescale.com>
14011
14012commit 298e476c66fd88d0bc4f0371118652d2b5de4e8a
14013Author: Heiko Schocher <hs@denx.de>
14014Date: Thu Oct 30 09:23:09 2008 +0100
14015
14016 mgsuvd: remove unused defines in config file.
14017
14018 Signed-off-by: Heiko Schocher <hs@denx.de>
14019
14020commit 3cbd823116ea8b7c654e275a8c2fca87cd1f5dc5
14021Author: Wolfgang Denk <wd@denx.de>
14022Date: Sun Nov 2 16:14:22 2008 +0100
14023
14024 Coding Style cleanup, update CHANGELOG
14025
14026 Signed-off-by: Wolfgang Denk <wd@denx.de>
14027
3cbd8231
WD
14028commit a47f957ab523019992fdef857af01bd71c58a4da
14029Author: Alessandro Rubini <rubini-list@gnudd.com>
14030Date: Fri Oct 31 22:33:21 2008 +0100
14031
14032 NAND: Allow NAND and OneNAND to coexist
14033
14034 This removes in nand.h code that is verbatim duplicated from bbm.h,
14035 including directly bbm.h in nand.h. The previous state of affairs
14036 prevented compiling code for a board hosting both NAND and OneNAND chips.
14037
14038 Reported-by: Scott Wood <scottwood@freescale.com>
14039 Signed-off-by: Alessandro Rubini <rubini@unipv.it>
14040 Signed-off-by: Scott Wood <scottwood@freescale.com>
14041
14042commit 2f77c7f45b9a37ef265a8dbe3c18efa706fed214
14043Author: Scott Wood <scottwood@freescale.com>
14044Date: Fri Oct 31 13:51:12 2008 -0500
14045
14046 JFFS2: Eliminate compiler error when both NAND and OneNAND are enabled.
14047
14048 Reported-by: Alessandro Rubini <rubini-list@gnudd.com>
14049 Signed-off-by: Scott Wood <scottwood@freescale.com>
14050
14051commit c57fc28947e248fb03c49a28b467686299895055
14052Author: Jason Jin <Jason.Jin@freescale.com>
14053Date: Fri Oct 31 05:07:04 2008 -0500
14054
14055 NAND: Add NAND support for MPC8536DS board
14056
14057 This patch defines 1M TLB&LAW size for NAND on MPC8536DS, assigns 0xffa00000
14058 for CONFIG_SYS_NAND_BASE and adds other NAND supports in config file.
14059 It also moves environment(CONFIG_ENV_ADDR) outside of u-boot image.
14060
14061 Singed-off-by: Jason Jin <Jason.Jin@freescale.com>
14062 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
14063 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14064
14065commit 6fc110bd8a8d642b8f7b0653bd9a08a0b7c3d50b
14066Author: Haiying Wang <Haiying.Wang@freescale.com>
14067Date: Fri Oct 31 05:06:14 2008 -0500
14068
14069 NAND: Fix CONFIG_ENV_ADDR for MPC8572DS
14070
14071 CONFIG_ENV_ADDR should be (CONFIG_SYS_MONITOR_BASE - CONFIG_ENV_SECT_SIZE).
14072
14073 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
14074 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14075
14076commit 51b572a801be57790fe26adaa530210e7fba59cc
14077Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14078Date: Fri Oct 24 10:49:48 2008 +0900
14079
14080 sh: rsk7203: Moved rsk7203 board to board/renesas
14081
14082 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14083
14084commit 58453b00b3ebb26aaa901210023f99504a90bb00
14085Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14086Date: Fri Oct 24 10:48:31 2008 +0900
14087
14088 sh: MigoR: Moved MigoR board to board/renesas
14089
14090 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14091
14092commit c1da2a22817ba85b437afa2f4e715e658b219fd1
14093Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14094Date: Fri Oct 24 10:39:44 2008 +0900
14095
14096 sh: r2dplus: Moved r2dplus board to board/renesas
14097
14098 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14099
14100commit 78385bf2359d828184d0b3649f7ae6b933420000
14101Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14102Date: Fri Oct 24 10:36:13 2008 +0900
14103
14104 sh: sh7763rdp: Moved sh7763rdp board to board/renesas
14105
14106 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14107
14108commit c6525d459c350bfc246ea7826456af77e1e314eb
14109Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14110Date: Fri Oct 24 10:35:19 2008 +0900
14111
14112 sh: sh7785lcr: Moved sh7785lcr board to board/renesas
14113
14114 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14115
14116commit acd3e30d09a73f876222f0d496c4f52ee9d0771d
14117Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14118Date: Fri Oct 24 10:34:21 2008 +0900
14119
14120 sh: r7780mp: Moved r7780mp board to board/renesas
14121
14122 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14123
14124commit f84e6ea275353b8fea772ec7553ff7e4b1f642e0
14125Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14126Date: Fri Oct 24 10:32:14 2008 +0900
14127
14128 sh: ap325rxa: Moved ap325rxa board to board/renesas
14129
14130 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14131
14132commit 9abda6ba735efb059f63dcb25d78b174bfcad1ad
14133Author: Wolfgang Denk <wd@xpert.denx.de>
14134Date: Fri Oct 31 01:12:28 2008 +0100
14135
14136 CFI Driver: Fix "flash not ready" problem
14137
14138 This patch fixes a problem on systems where the NOR flash is attached
14139 to a 64 bit bus. The toggle bit detection in flash_toggle() is based
14140 on the assumption that the same flash address is read twice without
14141 any other interjacent flash accesses. However, on 32 bit systems the
14142 function flash_read64() [as currently implemented] does not perform
14143 an atomic 64 bit read - instead, this is broken down into two 32 bit
14144 read accesses on addresses "addr" and "addr + 4". So instead of
14145 reading a 64 bit value twice from "addr", we see a sequence of 4 32
14146 bit reads from "addr", "addr + 4", "addr", and "addr + 4". The
14147 consequence is that flash_toggle() fails to work.
14148
14149 This patch implements a simple, but somewhat ugly solution, as it
14150 avoids the use of flash_read64() in this critical place (by breaking
14151 it down manually into 32 bit read operations) instead of rewriting
14152 flash_read64() such to perform atomic 64 bit reads as one could
14153 expect. However, such a rewrite would require the use of floating
14154 point load operations, which becomes pretty complex:
14155
14156 save MSR;
14157 set Floating Point Enable bit in MSR;
14158 use "lfd" instruction to perform atomic 64 bit read;
14159 use "stfd" to store value to temporary variable on stack;
14160 load u64 value from temporary variable;
14161 restore saved MSR;
14162 return u64 value;
14163
14164 The benefit-cost ratio of such an implementation was considered too
14165 bad to actually attempt this, especially as we can expect that such
14166 an implementation would not only have a bigger memory footprint but
14167 also cause a performance degradation.
14168
14169 Signed-off-by: Wolfgang Denk <wd@denx.de>
14170 Signed-off-by: Stefan Roese <sr@denx.de>
14171
14172commit cdd4fe63b094d4b767f12ff241d72566b461ee61
14173Author: Stefan Roese <sr@denx.de>
14174Date: Fri Oct 31 10:48:08 2008 +0100
14175
14176 ppc4xx: Fix spelling error in MAINTAINERS file
14177
14178 Signed-off-by: Stefan Roese <sr@denx.de>
14179
14180commit be270798900b75ad9c47c7b79c72f70441196c56
14181Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
14182Date: Tue Oct 28 13:37:00 2008 +0100
14183
14184 ppc4xx: Update PMC440 board support
14185
14186 This patch brings PMC440 board support up to date:
14187
14188 - fix GPIO configuration
14189 - add misc_init_f()
14190 - use better values for usbact variable
14191 - fix USB 2.0 phy reset sequence
14192 - shrink BAR2 to save PCI address space
14193 - add FDT support
14194
14195 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
14196 Signed-off-by: Stefan Roese <sr@denx.de>
14197
14198commit 75183b1a7fc04206d9779d13f16e03853d7e965d
14199Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
14200Date: Tue Oct 28 13:36:59 2008 +0100
14201
14202 ppc4xx: Fix PMC440 BSP commands
14203
14204 This patch fixes the PMC440 BSP commands painit and selfreset
14205
14206 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
14207 Signed-off-by: Stefan Roese <sr@denx.de>
14208
14209commit 76b565b69f886d5ae748db65e44f464b0e70d41a
14210Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
14211Date: Tue Oct 28 13:36:58 2008 +0100
14212
14213 ppc4xx: Update PMC440 board configuration
14214
14215 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
14216 Signed-off-by: Stefan Roese <sr@denx.de>
14217
14218commit ca0c2d42b93116a8e1b8ef8ad4493c7dc9b5f2e4
14219Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
14220Date: Tue Oct 28 13:36:57 2008 +0100
14221
14222 ppc4xx: Fix esd loadpci command
14223
14224 This patch fixes esd's loadpci command when not all
14225 memory on adapter boards is accessable via PCI.
14226
14227 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
14228 Signed-off-by: Stefan Roese <sr@denx.de>
14229
14230commit 492aa9ea13791ca4591b5bde895a425e27ae2d10
14231Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
14232Date: Tue Oct 28 13:36:56 2008 +0100
14233
14234 ppc4xx: Clean up PMC440 header
14235
14236 -Codingstyle cleanup
14237 -Remove unused GPIO define
14238
14239 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
14240 Signed-off-by: Stefan Roese <sr@denx.de>
14241
14242commit 295133258a44f97a57fb2ec339aecfda11f4db95
14243Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
14244Date: Tue Oct 28 13:36:55 2008 +0100
14245
14246 ppc4xx: Handle other board variant in PMC440 FPGA code
14247
14248 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
14249 Signed-off-by: Stefan Roese <sr@denx.de>
14250
14251commit cc2dc9b08cf7c09f9f237f8cb9303f11603d4fb0
14252Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
14253Date: Mon Oct 27 12:35:59 2008 +0100
14254
14255 ppc4xx: Merge xilinx-ppc440 and xilinx-ppc405 cfg
14256
14257 Xilinx ppc440 and ppc405 have many similarities. This patch merge the
14258 config files of both infrastuctures
14259
14260 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
14261 Signed-off-by: Stefan Roese <sr@denx.de>
14262
14263commit 3befd85633d33c4dcca1f359c3f4848c5ab8e4d2
14264Author: Stefan Roese <sr@denx.de>
14265Date: Sat Oct 25 06:45:31 2008 +0200
14266
14267 ppc4xx: Correctly configure the GPIO pin muxing on Arches
14268
14269 Arches doesn't use PerCS3 but GPIO43, so let's configure the GPIO
14270 pin multiplexing correctly
14271
14272 Signed-off-by: Stefan Roese <sr@denx.de>
14273
14274commit 7c84fe6a06dad9f793ed85b39b1e6c11a7882f5c
14275Author: Bartlomiej Sieka <tur@semihalf.com>
14276Date: Thu Oct 30 23:22:04 2008 +0100
14277
14278 Fix to the auto-update feature documentation (CONFIG_UPDATE_TFTP_MSEC_MAX)
14279
14280 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
14281
14282commit 4bc7deee9095f21e243b724ca3d634251c1d5432
14283Author: David Gibson <david@gibson.dropbear.id.au>
14284Date: Wed Oct 29 23:27:45 2008 -0500
14285
14286 libfdt: Fix bug in fdt_subnode_offset_namelen()
14287
14288 There's currently an off-by-one bug in fdt_subnode_offset_namelen()
14289 which causes it to keep searching after it's finished the subnodes of
14290 the given parent, and into the subnodes of siblings of the original
14291 node which come after it in the tree.
14292
14293 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
14294 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14295
14296commit f242a08871839eac081ba5b599af979f3a148a0d
14297Author: Peter Korsgaard <jacmet@sunsite.dk>
14298Date: Tue Oct 28 08:26:52 2008 +0100
14299
14300 fdt_resize(): ensure minimum padding
14301
14302 fdt_add_mem_rsv() requires space for a struct fdt_reserve_entry
14303 (16 bytes), so make sure that fdt_resize at least adds that much
14304 padding, no matter what the location or size of the fdt is.
14305
14306 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14307 Acked-by: Andy Fleming <afleming@freescale.com>
14308
14309commit d685b74c64a38849f1a129b3ab846fbf67dd937e
14310Author: Dave Liu <daveliu@freescale.com>
14311Date: Thu Oct 23 21:59:35 2008 +0800
14312
14313 74xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cache
14314
14315 The patch is following the commit 392438406041415fe64ab8748ec5ab5ad01d1cf7
14316
14317 mpc86xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cache
14318
14319 This is needed in unlock_ram_in_cache() because it is called from C and
14320 will corrupt the small data area anchor that is kept in R2.
14321
14322 lock_ram_in_cache() is modified similarly as good coding practice, but
14323 is not called from C.
14324
14325 Signed-off-by: Nick Spence <nick.spence@freescale.com>
14326
14327 also, the r2 is used as global data pointer.
14328
14329 Signed-off-by: Dave Liu <daveliu@freescale.com>
14330
14331commit e053ab1903ccae6048ef759025b9f675bba91450
14332Author: Scott Wood <scottwood@freescale.com>
14333Date: Tue Oct 28 11:45:04 2008 -0500
14334
14335 mpc83xx pci: Round up memory size in inbound window.
14336
14337 The current calculation will fail to cover all memory if
14338 its size is not a power of two.
14339
14340 Signed-off-by: Scott Wood <scottwood@freescale.com>
14341 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
14342
14343commit 1c671977dc81359628be27ac99c174e76e8069ba
14344Author: Dave Liu <daveliu@freescale.com>
14345Date: Thu Oct 23 21:19:13 2008 +0800
14346
14347 86xx: remove the unused definition
14348
14349 Signed-off-by: Dave Liu <daveliu@freescale.com>
14350
14351commit eaa44c5dc83756c3067b9e6c9db626facd0b0660
14352Author: Dave Liu <daveliu@freescale.com>
14353Date: Tue Oct 28 17:47:49 2008 +0800
14354
14355 86xx: remove the redundant r2 global data pointer save
14356
14357 The commit 67256678f00c09b0a7f19e862e5c1847553d31bc add
14358 the another global data pointer save, but in fact the
14359 global data pointer will be initialized in the board_init_r,
14360 so remove it such as the 85xx/83xx family.
14361
14362 Signed-off-by: Dave Liu <daveliu@freescale.com>
14363 Acked-by: Kumar Gala <kumar.gala@freescale.com>
14364
14365commit bd888e9544419665334a6f47f81f34011cea38f3
14366Author: Dave Liu <daveliu@freescale.com>
14367Date: Tue Oct 28 17:47:41 2008 +0800
14368
14369 86xx: remove the unused code for 86xx family
14370
14371 I believe these code was copied from 74xx family, but for
14372 86xx, it is unused.
14373
14374 Signed-off-by: Dave Liu <daveliu@freescale.com>
14375 Acked-by: Kumar Gala <kumar.gala@freescale.com>
14376
14377commit 5ba1ef507402bc5e344dc374203792a40f222e8a
14378Author: Dave Liu <daveliu@freescale.com>
14379Date: Tue Oct 28 17:46:35 2008 +0800
14380
14381 86xx: remove the second DDR LAW setting for mpc8641hpcn
14382
14383 The DDR1 LAW will precedence the DDR2 LAW, so remove
14384 the second DDR LAW.
14385
14386 Signed-off-by: Dave Liu <daveliu@freescale.com>
14387 Acked-by: Becky Bruce <becky.bruce@freescale.com>
14388
14389commit 137a2dfd11ac51ae3154f13f323609b33a4a072e
14390Author: Dave Liu <daveliu@freescale.com>
14391Date: Tue Oct 28 17:46:23 2008 +0800
14392
14393 86xx: remove the unused ddr_enable_ecc in the board file
14394
14395 The DDR controller of 86xx processors have the ECC data init
14396 feature, and the new DDR code is using the feature, we don't
14397 need the way with DMA to init memory again.
14398
14399 Signed-off-by: Dave Liu <daveliu@freescale.com>
14400 Acked-by: Kumar Gala <kumar.gala@freescale.com>
14401
14402commit dc2adad85bf580d65916c940683f6e9671e8a5dd
14403Author: Dave Liu <daveliu@freescale.com>
14404Date: Tue Oct 28 17:46:12 2008 +0800
14405
14406 86xx: Move the clear_tlbs before MMU turn on
14407
14408 We must invalidate TLBs before MMU turn on, but
14409 currently the code is not, if there are some stale
14410 TLB entry valid in the TLBs, it will cause strange
14411 issue.
14412
14413 Signed-off-by: Dave Liu <daveliu@freescale.com>
14414 Acked-by: Becky Bruce <becky.bruce@freescale.com>
14415
14416commit 5cdade07b118d07154cb882650f9778cecc8a87c
14417Author: Scott Wood <scottwood@freescale.com>
14418Date: Mon Oct 27 15:57:08 2008 -0500
14419
14420 mpc8313erdb: Document NAND boot.
14421
14422 Previously, the documentation claimed that NAND boot is not supported.
14423 This is no longer true.
14424
14425 Signed-off-by: Scott Wood <scottwood@freescale.com>
14426
14427commit bd78bc6b2aebf5566aac464f936b88dfd97ab0bd
14428Author: Scott Wood <scottwood@freescale.com>
14429Date: Wed Oct 29 14:20:26 2008 -0500
14430
14431 NAND: Properly create JFFS2 cleanmarkers.
14432
14433 As reported by Ilko Iliev <iliev@ronetix.at>, the "nand erase clean"
14434 command is currently broken, and among other things causes all blocks
14435 to be marked bad.
14436
14437 This implements it properly using MTD_OOB_AUTO, along with some
14438 indentation fixes.
14439
14440 Signed-off-by: Scott Wood <scottwood@freescale.com>
14441
14442commit f7fe57c09866b44692d18c8cf22828bd137ec58d
14443Author: Scott Wood <scottwood@freescale.com>
14444Date: Wed Oct 29 13:42:41 2008 -0500
14445
14446 NAND fsl elbc: Set FMR[ECCM] based on page size.
14447
14448 Hardware expects ECCM 0 for small page and ECCM 1 for large page
14449 when booting from NAND, so use those defaults.
14450
14451 Signed-off-by: Scott Wood <scottwood@freescale.com>
14452
14453commit c013b74975dab0805ef6d369b013230c4e8a660d
14454Author: Haiying Wang <Haiying.Wang@freescale.com>
14455Date: Wed Oct 29 13:32:59 2008 -0400
14456
14457 NAND: Add support for MPC8572DS board
14458
14459 This patch defines 1M TLB&LAW size for NAND on MPC8572DS, assigns
14460 0xffa00000 for CONFIG_SYS_NAND_BASE and adds other NAND supports in
14461 config file.
14462
14463 It also moves environment(CONFIG_ENV_ADDR) outside of u-boot image, to
14464 make room for the increased code size with NAND enabled.
14465
14466 Signed-off-by: Jason Jin <Jason.Jin@freescale.com>
14467 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
14468 Signed-off-by: Scott Wood <scottwood@freescale.com>
14469
14470commit 4e190b03aaf2309bd2e025d1187a2ca880fedc95
14471Author: Haiying Wang <Haiying.Wang@freescale.com>
14472Date: Wed Oct 29 11:05:55 2008 -0400
14473
14474 Make Freescale local bus registers available for both 83xx and 85xx.
14475
14476 - Rename lbus83xx_t to fsl_lbus_t and move it to asm/fsl_lbc.h so that it
14477 can be shared by both 83xx and 85xx
14478 - Remove lbus83xx_t and replace it with fsl_lbus_t in all 83xx boards
14479 files which use lbus83xx_t.
14480 - Move FMR, FIR, FCR, FPAR, LTESR from mpc83xx.h to asm/fsl_lbc.h so that
14481 85xx can share them.
14482
14483 Signed-off-by: Jason Jin <Jason.Jin@freescale.com>
14484 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
14485 Signed-off-by: Scott Wood <scottwood@freescale.com>
14486
14487commit 695c130e4bf75b444720ddfd83aca88f41c046cf
14488Author: Scott Wood <scottwood@freescale.com>
14489Date: Mon Oct 27 15:38:30 2008 -0500
14490
14491 NAND: Align right column of the shorthelp with other commands.
14492
14493 I accidentally broke this in when making consistent the partial
14494 alignment of the longhelp.
14495
14496 Signed-off-by: Scott Wood <scottwood@freescale.com>
14497
14498commit 33efde5ecac91ab118ff00b95a181fd6d75f8645
14499Author: Karl Beldan <karl.beldan@gmail.com>
14500Date: Mon Sep 15 16:08:03 2008 +0200
14501
14502 NAND: Reset chip on power-up
14503
14504 Some chips require a RESET after power-up (e.g. Micron MT29FxGxxxxx).
14505 The first command sent is NAND_CMD_READID.
14506 Issue a NAND_CMD_RESET in nand_scan_ident before reading the device id.
14507 Tested with an MT29F4G08AAC.
14508
14509 Signed-off-by: Karl Beldan <karl.beldan@gmail.com>
14510 Signed-off-by: Scott Wood <scottwood@freescale.com>
14511
14512commit c45912d8abc52de796b9059a58faf7c4166eab58
14513Author: Scott Wood <scottwood@freescale.com>
14514Date: Fri Oct 24 16:20:43 2008 -0500
14515
14516 NAND: sync with 2.6.27
14517
14518 This brings the core NAND code up to date with the Linux kernel.
14519
14520 Since there were several drivers in Linux as of the last update that are
14521 not in u-boot, I'm not bringing over new drivers that have been added
14522 since in the absence of an interested party.
14523
14524 I did not update OneNAND since it was recently synced by Kyungmin Park,
14525 and I'm not sure exactly what the common ancestor is.
14526
14527 Signed-off-by: Scott Wood <scottwood@freescale.com>
14528
14529commit b1d0db1805c3395149777e507b6da53410abac4e
14530Author: Kumar Gala <galak@kernel.crashing.org>
14531Date: Tue Oct 21 17:25:47 2008 -0500
14532
14533 bootm: Added CONFIG_BOOTM_{LINUX, NETBSD, RTEMS}
14534
14535 Added the ability to config out bootm support for Linux, NetBSD, RTEMS
14536
14537 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14538
14539commit 5a98127d81a6eefc5a78a704df619bfe362eeb87
14540Author: Kumar Gala <galak@kernel.crashing.org>
14541Date: Tue Oct 21 17:25:46 2008 -0500
14542
14543 bootm: support subcommands in linux ppc bootm
14544
14545 Add support for 'bdt', 'cmdline', 'prep' to the linux PPC bootm.
14546
14547 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14548
14549commit 49c3a861d11735838f1f1b11999ce433006dc919
14550Author: Kumar Gala <galak@kernel.crashing.org>
14551Date: Tue Oct 21 17:25:45 2008 -0500
14552
14553 bootm: Add subcommands
14554
14555 Add the ability to break the steps of the bootm command into several
14556 subcommands: start, loados, ramdisk, fdt, bdt, cmdline, prep, go.
14557
14558 This allows us to do things like manipulate device trees before
14559 they are passed to a booting kernel or setup memory for a secondary
14560 core in multicore situations.
14561
14562 Not all OS types support all subcommands (currently only start, loados,
14563 ramdisk, fdt, and go are supported).
14564
14565 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14566
14567commit be08315933537f061bc1ce61f33a29c56458bbad
14568Author: Kumar Gala <galak@kernel.crashing.org>
14569Date: Tue Oct 21 17:25:44 2008 -0500
14570
14571 bootm: Move to using a function pointer table for the boot os function
14572
14573 This removes a bit of code and makes it easier for the upcoming sub bootm
14574 command support to call into the proper OS specific handler.
14575
14576 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14577 Signed-off-by: Wolfgang Denk <wd@denx.de>
14578
14579commit a369f4a492fa2805d87775d27380f0eeaca35aa6
14580Author: Graeme Russ <graeme.russ@gmail.com>
14581Date: Mon Sep 29 23:03:14 2008 +1000
14582
14583 i386: Renamed show_boot_progress in assembler code
14584
14585 Renamed show_boot_progress in assembler init phase to
14586 show_boot_progress_asm to avoid link conflicts with C version
14587
14588 Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
14589
14590commit 4442f45b0e1cbad35aa22d4cad22b90a57e3f32d
14591Author: Peter Tyser <ptyser@xes-inc.com>
14592Date: Mon Oct 27 16:42:00 2008 -0500
14593
14594 85xx: Update MPC85xx_PORDEVSR_IO_SEL mask
14595
14596 The MPC8572 has a 4-bit wide PORDEVSR IO_SEL field. Other MPC85xx
14597 processors have a 3-bit wide IO_SEL field but have the most
14598 significant bit is wired to 0 so this change should not affect
14599 them.
14600
14601 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
14602
14603commit cd4251624205cb97104f6e32679dc7754934f711
14604Author: Becky Bruce <becky.bruce@freescale.com>
14605Date: Mon Oct 27 16:09:42 2008 -0500
14606
14607 powerpc: fix pci window initialization to work with > 4GB DRAM
14608
14609 The existing code has a few errors that need to be fixed in
14610 order to support large RAM sizes. Fix those, and add a
14611 comment to make it clearer.
14612
14613 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
14614 Acked-by: Kumar Gala <galak@kernel.crashing.org>
14615
14616commit 219542a1a66ca017b12860920714a9859b18a5d7
14617Author: Kumar Gala <galak@kernel.crashing.org>
14618Date: Mon Oct 27 13:16:20 2008 -0500
14619
14620 pci/fsl_pci_init: Removed a bunch pointless trailing backslashes.
14621
14622 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14623
14624commit 6b59e03e0237a40a2305ea385defdfd92000978b
14625Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
14626Date: Mon Sep 1 16:21:22 2008 +0200
14627
14628 lcd: Let the board code show board-specific info
14629
14630 The information displayed when CONFIG_LCD_INFO is set is inherently
14631 board-specific, so it should be done by the board code. The current code
14632 dealing with this only handles two cases, and is already a horrible mess
14633 of #ifdeffery.
14634
14635 Yes, this duplicates some code, but it also allows boards to print more
14636 board-specific information; this used to be very difficult.
14637
14638 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
14639 Signed-off-by: Anatolij Gustschin <agust@denx.de>
14640
14641commit 6f93d2b8fca504200a5758f7c6dd2d6852900765
14642Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
14643Date: Mon Sep 1 16:21:21 2008 +0200
14644
14645 lcd: Set lcd_is_enabled before clearing the screen
14646
14647 This allows the logo/info rendering routines to use the regular
14648 lcd_putc/lcd_puts/lcd_printf calls.
14649
14650 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
14651 Signed-off-by: Anatolij Gustschin <agust@denx.de>
14652
14653commit 15b17ab52b7c15d46d9fc631cc06092e1e764de2
14654Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
14655Date: Mon Sep 1 16:21:20 2008 +0200
14656
14657 lcd: Implement lcd_printf()
14658
14659 lcd_printf() has a prototype in include/lcd.h but no implementation. Fix
14660 this by borrowing the lcd_printf() implementation from the cogent board
14661 code (which appears to use its own LCD framework.)
14662
14663 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
14664 Signed-off-by: Anatolij Gustschin <agust@denx.de>
14665
14666commit 70dbc54c0a5c798bcf82ae2a1e227404f412e892
14667Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
14668Date: Mon Sep 1 16:21:19 2008 +0200
14669
14670 atmel_lcdfb: Straighten out funky vl_sync logic
14671
14672 If the board _didn't_ request INVLINE_INVERTED, we set INVLINE_INVERTED,
14673 otherwise we don't. WTF?
14674
14675 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
14676 Signed-off-by: Anatolij Gustschin <agust@denx.de>
14677
14678commit 23bb28f0f76b46c4b573374b0bb3b3f23d85ef55
14679Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
14680Date: Mon Sep 1 16:21:18 2008 +0200
14681
14682 atmel_lcdfb: Eliminate unneeded #include <asm/arch/hardware.h>
14683
14684 atmel_lcdfb doesn't actually need anything from asm/arch/hardware.h. It
14685 includes a file that does, asm/arch/gpio.h, but this file doesn't
14686 include <asm/arch/hardware.h> like it's supposed to.
14687
14688 Add the missing include to asm/arch/gpio.h and remove the workaround
14689 from the atmel_lcdfb driver. This makes the driver compile on avr32.
14690
14691 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
14692 Signed-off-by: Anatolij Gustschin <agust@denx.de>
14693
14694commit c2083e0e11a03ef8be2e9f0ed8720fdc20832f3e
14695Author: Kumar Gala <galak@kernel.crashing.org>
14696Date: Wed Oct 22 14:38:55 2008 -0500
14697
14698 86xx: Convert all fsl_pci_init users to new APIs
14699
14700 Converted MPC8610HCPD, MPC8641HPCN, and SBC8641D to use
14701 fsl_pci_setup_inbound_windows() and ft_fsl_pci_setup().
14702
14703 With these changes the board code is a bit smaller and we get dma-ranges
14704 set in the device tree for these boards.
14705
14706 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14707 Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
14708 Acked-by: Jon Loeliger <jdl@freescale.com>
14709
14710commit 2dba0dea98c0dee1799ffd6fd6eb541645dbbd98
14711Author: Kumar Gala <galak@kernel.crashing.org>
14712Date: Tue Oct 21 08:28:33 2008 -0500
14713
14714 85xx: Convert all fsl_pci_init users to new APIs
14715
14716 Converted ATUM8548, MPC8536DS, MPC8544DS, MPC8548CDS, MPC8568MDS,
14717 MPC8572DS, TQM85xx, and SBC8548 to use fsl_pci_setup_inbound_windows()
14718 and ft_fsl_pci_setup().
14719
14720 With these changes the board code is a bit smaller and we get dma-ranges
14721 set in the device tree for these boards.
14722
14723 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14724 Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
14725
14726commit a2aab460727e5f674353a83a81000ef794bffcae
14727Author: Kumar Gala <galak@kernel.crashing.org>
14728Date: Thu Oct 23 00:01:06 2008 -0500
14729
14730 pci/fsl_pci_init: Added fdt helper for setting up bus-ranges & dma-ranges
14731
14732 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14733 Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
14734
14735commit b9a1fa9787a3a79573f5f932a4f8aa216bcb1785
14736Author: Kumar Gala <galak@kernel.crashing.org>
14737Date: Wed Oct 22 14:06:24 2008 -0500
14738
14739 pci/fsl_pci_init: Add a common PCI inbound setup function
14740
14741 Add a common setup function that determines the pci_region(s) based
14742 on how much memory we have in the system.
14743
14744 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14745 Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
14746
14747commit 612ea01018a459234d54ed57ec6a5a244ce75678
14748Author: Kumar Gala <galak@kernel.crashing.org>
14749Date: Tue Oct 21 10:13:14 2008 -0500
14750
14751 pci/fsl_pci_init: Enable larger address and setting inbound windows properly
14752
14753 * PCI Inbound window was setup incorrectly. The PCI address and system
14754 address were swapped. The PCI address should be setting piwar/piwbear
14755 and the system address should be setting pitar.
14756
14757 * Removed masking of addresses to allow for system address to support
14758 system address & PCI address >32-bits
14759
14760 * Set PIWBEAR & POTEAR to allow for full 64-bit PCI addresses
14761
14762 * Respect the PCI_REGION_PREFETCH for inbound windows
14763
14764 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14765 Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
14766
14767commit 8ab451c46b846f2bbd7122b29ffdd9a4a04da228
14768Author: Kumar Gala <galak@kernel.crashing.org>
14769Date: Wed Oct 22 23:33:56 2008 -0500
14770
14771 fdt: Added helper to set PCI dma-ranges property
14772
14773 Added fdt_pci_dma_ranges() that parses the pci_region info from the
14774 struct pci_controller and populates the dma-ranges based on it.
14775
14776 The max # of windws/dma-ranges we support is 3 since on embedded
14777 PowerPC based systems this is the max number of windows.
14778
14779 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14780 Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
14781
14782commit 3bed2aaf2d50fd13273c14d17d4fd40ef42e0d0f
14783Author: Kumar Gala <galak@kernel.crashing.org>
14784Date: Thu Oct 23 00:05:47 2008 -0500
14785
14786 fdt: Add fdt_getprop_u32_default helpers
14787
14788 Add helper functions to return find a node and return it's property
14789 or a default value.
14790
14791 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14792 Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
14793 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
14794
14795commit 8ba93f68a1bae89e033527ce67b41b4a87aa5b7f
14796Author: Kumar Gala <galak@kernel.crashing.org>
14797Date: Tue Oct 21 18:06:15 2008 -0500
14798
14799 86xx: Enable 64-bit PCI resources on all Freescale boards
14800
14801 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14802 Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
14803
14804commit 0151cbaccf4504821ecfde0217299bd740086bb6
14805Author: Kumar Gala <galak@kernel.crashing.org>
14806Date: Tue Oct 21 11:33:58 2008 -0500
14807
14808 85xx: Enable 64-bit PCI resources on all Freescale boards
14809
14810 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14811 Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
14812
14813commit 30e76d5e3bc4c5208ee63585fe12b409d9308cd8
14814Author: Kumar Gala <galak@kernel.crashing.org>
14815Date: Tue Oct 21 08:36:08 2008 -0500
14816
14817 pci: Allow for PCI addresses to be 64-bit
14818
14819 PCI bus is inherently 64-bit. While not all system require access to
14820 the full 64-bit PCI address range some do. This allows those systems
14821 to enable the full PCI address width via CONFIG_SYS_PCI_64BIT.
14822
14823 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14824 Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
14825 Acked-by: Wolfgang Denk <wd@denx.de>
14826
14827commit ae5f943ba8ede448a4b1a145fd8911856701ecc5
14828Author: Dave Liu <daveliu@freescale.com>
14829Date: Thu Oct 23 21:18:53 2008 +0800
14830
14831 85xx: Fix the incorrect register used for DDR erratum1
14832
14833 The 8572 DDR erratum1:
14834 DDR controller may enter an illegal state when operating
14835 in 32-bit bus mode with 4-beat bursts.
14836
14837 Description:
14838 When operating with a 32-bit bus, it is recommended that
14839 DDR_SDRAM_CFG[8_BE] is cleared when DDR2 memories are used.
14840 This forces the DDR controller to use 4-beat bursts when
14841 communicating to the DRAMs. However, an issue exists that
14842 could lead to data corruption when the DDR controller is
14843 in 32-bit bus mode while using 4-beat bursts.
14844
14845 Projected Impact:
14846 If the DDR controller is operating in 32-bit bus mode with
14847 4-beat bursts, then the controller may enter into a bad state.
14848 All subsequent reads from memory is corrupted.
14849 Four-beat bursts with a 32-bit bus only is used with DDR2 memories.
14850 Therefore, this erratum does not affect DDR3 mode.
14851
14852 Work Arounds:
14853 To work around this issue, software must set DEBUG_1[31] in
14854 DDR memory mapped space (CCSRBAR offset + 0x2f00 for DDR_1
14855 and CCSRBAR offset + 0x6f00 for DDR_2).
14856
14857 Currenlty, the code is using incorrect register DDR_SDRAM_CFG_2
14858 as condition, but it should be DDR_SDRAM_CFG register.
14859
14860 Signed-off-by: Dave Liu <daveliu@freescale.com>
14861
14862commit d5b693090ed08d24c18491df9d8fc7387b2906f3
14863Author: Dave Liu <daveliu@freescale.com>
14864Date: Thu Oct 23 21:17:19 2008 +0800
14865
14866 85xx: remove unused config definition
14867
14868 Signed-off-by: Dave Liu <daveliu@freescale.com>
14869
14870commit 0f060c3bf82832331a509f2e5d2442539e7aad09
14871Author: Kumar Gala <galak@kernel.crashing.org>
14872Date: Thu Oct 23 01:47:38 2008 -0500
14873
14874 85xx: Add basic e500mc core support
14875
14876 Introduce CONFIG_E500MC to deal with the minor differences between
14877 e500v2 and e500mc.
14878
14879 * Certain fields of HID0/1 don't exist anymore on e500mc
14880 * Cache line size is 64-bytes on e500mc
14881 * reset value of PIR is different
14882
14883 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14884
14885commit a38a5b6edd30f29fd5fdb1d7f674521906c0e677
14886Author: Kumar Gala <galak@kernel.crashing.org>
14887Date: Thu Oct 23 01:47:37 2008 -0500
14888
14889 85xx: Use CONFIG_SYS_CACHELINE_SIZE instead of magic number
14890
14891 Using CONFIG_SYS_CACHELINE_SIZE instead of 31 means we can handle
14892 e500mc's 64-byte cacheline properly when it gets added.
14893
14894 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14895
14896commit 5deb8022c3749faac30e9ad9694691e2442b5c93
14897Author: Georg Schardt <schardt@team-ctech.de>
14898Date: Fri Oct 24 13:51:52 2008 +0200
14899
14900 ppc4xx: New board avnet fx12 minimodul
14901
14902 This patch adds support for the avnet fx12 minimodul.
14903 It needs the "ppc4xx: Generic architecture for xilinx ppc405"
14904 patch from Ricardo.
14905
14906 Signed-off-by: Georg Schardt <schardt@team-ctech.de>
14907 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
14908 Signed-off-by: Stefan Roese <sr@denx.de>
14909
14910commit 1f4d53260ec6f8f122aed75cce7c757d97a551e0
14911Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
14912Date: Tue Oct 21 18:29:46 2008 +0200
14913
14914 ppc4xx: Generic architecture for xilinx ppc405(v3)
14915
14916 As "ppc44x: Unification of virtex5 pp440 boards" did for the xilinx
14917 ppc440 boards, this patch presents a common architecture for all the
14918 xilinx ppc405 boards.
14919
14920 Any custom xilinx ppc405 board can be added very easily with no code
14921 duplicity.
14922
14923 This patch also adds a simple generic board, that can be used on almost
14924 any design with xilinx ppc405 replacing the file ppc405-generic/xparameters.h
14925
14926 This patch is prepared to work with the latest version of EDK (10.1)
14927
14928 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
14929 Signed-off-by: Stefan Roese <sr@denx.de>
14930
14931commit 485c00a57fab86f72a3769480c66bf1ca22e1459
14932Author: Stefan Roese <sr@denx.de>
14933Date: Fri Oct 24 08:56:09 2008 +0200
14934
14935 ppc4xx: Disable DDR2 autocalibration on Kilauea for now
14936
14937 Since the new autocalibration still has some problems on some Kilauea
14938 boards with 200MHz DDR2 frequency we disable the autocalibration and
14939 use the hardcoded values as done before. This seems to work reliably
14940 on all known DDR2 frequencies.
14941
14942 After the autocalibration issue is fixed we will enable it again.
14943
14944 Signed-off-by: Stefan Roese <sr@denx.de>
14945
14946commit f177f4250c729727b1629fa8d8d6556c999e9b8c
14947Author: Mike Frysinger <vapier@gentoo.org>
14948Date: Wed Apr 9 02:02:07 2008 -0400
14949
14950 Blackfin: fix up UART status bit handling
14951
14952 Some Blackfin UARTs are read-to-clear while others are write-to-clear.
14953 This can cause problems when we poll the LSR and then later try and handle
14954 any errors detected.
14955
14956 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
14957
14958commit ae0910298f31f5bb3d33a64b8467c60ea3c5d6d0
14959Author: Mike Frysinger <vapier@gentoo.org>
14960Date: Sat Oct 11 20:42:17 2008 -0400
14961
14962 Blackfin: bf561-ezkit: drop redundant code
14963
14964 Common Blackfin code already announces CPU information.
14965
14966 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
14967
14968commit e2eea98bff1369f77a9f59a5fd0bd4928bc3332e
14969Author: Mike Frysinger <vapier@gentoo.org>
14970Date: Sat Oct 11 20:43:10 2008 -0400
14971
14972 Blackfin: bf561-ezkit: drop pointless USB code
14973
14974 The USB/LAN register settings are not actually used/needed in order to
14975 drive things from U-Boot, so drop the code.
14976
14977 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
14978
14979commit c23bff63fb03cb9dbcd26522841e53f9b34fa1ab
14980Author: Mike Frysinger <vapier@gentoo.org>
14981Date: Sat Oct 11 20:47:58 2008 -0400
14982
14983 Blackfin: linker scripts: force start.o and set initcode boundaries
14984
14985 Make sure that the start.o object is always the first object in our linker
14986 script regardless of configuration settings, and add some linker symbols
14987 so the ldr utility can properly locate the initcode when generating a LDR.
14988
14989 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
14990
14991commit bd33e5c613cf70e3cb51a73fdd653fe83b942bb0
14992Author: Mike Frysinger <vapier@gentoo.org>
14993Date: Sat Oct 11 21:19:39 2008 -0400
14994
14995 Blackfin: small cpu init optimization while setting interrupt mask
14996
14997 Use the sti instruction to set the initial interrupt mask rather than
14998 banging on the core IMASK MMR to save both space and time.
14999
15000 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15001
15002commit 960922291c9594acb575cec7e47d7bed9b58182c
15003Author: Mike Frysinger <vapier@gentoo.org>
15004Date: Sat Oct 11 21:18:10 2008 -0400
15005
15006 Blackfin: set initial stack correctly according to Blackfin ABI
15007
15008 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15009
15010commit 25cd33d82ea521b7bd90ca858f8919fae1e9732b
15011Author: Mike Frysinger <vapier@gentoo.org>
15012Date: Sun Apr 20 03:11:53 2008 -0400
15013
15014 Blackfin: make baud calculation more accurate
15015
15016 We should use the algorithm in the Linux kernel so that the UART divisor
15017 calculation is more accurate. It also fixes problems on some picky UARTs
15018 that have sampling anomalies.
15019
15020 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15021
15022commit 0ba1da116e5edcb0c5ae4a7585d73f6548400a06
15023Author: Mike Frysinger <vapier@gentoo.org>
15024Date: Mon Oct 6 04:21:41 2008 -0400
15025
15026 Blackfin: decode hwerrcause/excause when crashing
15027
15028 Having to decode hwerrcause/excause values is a pain, so automate it.
15029
15030 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15031
15032commit 2de95bb20c488f20298df6881b700a5a757ee780
15033Author: Mike Frysinger <vapier@gentoo.org>
15034Date: Mon Oct 6 04:20:54 2008 -0400
15035
15036 Blackfin: fix register dump messages
15037
15038 Make sure we report RETI/IPEND correctly.
15039
15040 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15041
15042commit 7133999e6f62a9a01f6a8ffe234b8532b3ad1e4b
15043Author: Mike Frysinger <vapier@gentoo.org>
15044Date: Mon Oct 6 04:19:34 2008 -0400
15045
15046 Blackfin: don't bother displaying reboot msg when crashing
15047
15048 The hang function already tells you to reboot, so no point in showing it
15049 twice.
15050
15051 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15052
15053commit 70c4c032ea112cc42aa1ce959c33fc4825eaef95
15054Author: Mike Frysinger <vapier@gentoo.org>
15055Date: Sun Jun 1 01:23:48 2008 -0400
15056
15057 Blackfin: enable support for nested interrupts
15058
15059 During cpu init, make sure we initialize the CEC properly so that
15060 interrupts can fire and be handled while U-Boot is running.
15061
15062 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15063
15064commit 39782727e185860faa4884c2b04e84cb33d1c6cf
15065Author: Mike Frysinger <vapier@gentoo.org>
15066Date: Mon Oct 6 03:55:25 2008 -0400
15067
15068 Blackfin: init NAND before relocating env
15069
15070 If booting out of NAND, we need to make sure we initialize it properly
15071 before attempting to relocate the environment.
15072
15073 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15074
15075commit 0f9a8819416ba40a53de50af148847a0e508f84d
15076Author: Mike Frysinger <vapier@gentoo.org>
15077Date: Thu Aug 7 18:40:13 2008 -0400
15078
15079 Blackfin: check cache bits, not cplb bits
15080
15081 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15082
15083commit 2c1ea9e370cb72dd6a5aa32338e87a8a1f77bd76
15084Author: Mike Frysinger <vapier@gentoo.org>
15085Date: Thu Aug 7 17:52:59 2008 -0400
15086
15087 Blackfin: drop unused cache flush code
15088
15089 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15090
15091commit 50f0d211912a648e31aa9123b4665a0444bb8ca9
15092Author: Mike Frysinger <vapier@gentoo.org>
15093Date: Thu Aug 7 15:21:47 2008 -0400
15094
15095 Blackfin: unify cache handling code
15096
15097 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15098
15099commit 3c8798983403cb68a827d7a0d09b1134524a1b7d
15100Author: Mike Frysinger <vapier@gentoo.org>
15101Date: Mon Oct 6 03:39:07 2008 -0400
15102
15103 Blackfin: only initialize the RTC when actually used
15104
15105 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15106
15107commit 621e579b812dd1a2e6777f7cbf6e55e736505823
15108Author: Mike Frysinger <vapier@gentoo.org>
15109Date: Mon Oct 6 03:44:33 2008 -0400
15110
15111 Blackfin: fix SWRST register definition
15112
15113 The SWRST register is a 16bit, not 32bit, register.
15114
15115 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15116
15117commit 06121c4e2d183887dcd7a4ca2dcd395b213ea15b
15118Author: Mike Frysinger <vapier@gentoo.org>
15119Date: Thu Aug 7 18:54:57 2008 -0400
15120
15121 Blackfin: build with -fomit-frame-pointer
15122
15123 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15124
15125commit adbfeeb7b32f737a9738daa583350d2bb9ed017a
15126Author: Mike Frysinger <vapier@gentoo.org>
15127Date: Thu Aug 7 17:50:26 2008 -0400
15128
15129 Blackfin: document some of the blackfin directories
15130
15131 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15132
15133commit e4337968e43698a68ba608369f46d4a4114111ca
15134Author: Mike Frysinger <vapier@gentoo.org>
15135Date: Thu Aug 7 15:16:56 2008 -0400
15136
15137 Blackfin: only enable hardware error irq by default
15138
15139 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15140
15141commit 2b66f08f257ef6a06785f27b3c6dc2a4cfc9cac4
15142Author: Mike Frysinger <vapier@gentoo.org>
15143Date: Thu Aug 7 13:36:43 2008 -0400
15144
15145 Blackfin: punt old unused mem_init.h header
15146
15147 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15148
15149commit bcc121a01608042066a19ab5bff5bcfb805bf406
15150Author: Mike Frysinger <vapier@gentoo.org>
15151Date: Thu Aug 7 13:18:55 2008 -0400
15152
15153 Blackfin: delete unused page_descriptor_table_size define
15154
15155 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15156
15157commit 30fb9d24ae16e5b0ed39e5b7cc85981165ca98bc
15158Author: Mike Frysinger <vapier@gentoo.org>
15159Date: Thu Aug 7 13:17:03 2008 -0400
15160
15161 Blackfin: fix typo in boot mode comment and add NAND define
15162
15163 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15164
15165commit 2e5cbe5461c5c4c6665e318cfe950a5a150d999c
15166Author: Ben Maan <moo@cow>
15167Date: Thu Aug 7 13:14:21 2008 -0400
15168
15169 Blackfin: fix port mux defines for BF54x
15170
15171 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15172
15173commit 0656ef2ba274910d31364fe022f6c7db0051660d
15174Author: Mike Frysinger <vapier@gentoo.org>
15175Date: Thu Aug 7 13:09:50 2008 -0400
15176
15177 Blackfin: update anomaly lists
15178
15179 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15180
15181commit 50ca95402876cf7bac4e2d4f7855f616a038763f
15182Author: Mike Frysinger <vapier@gentoo.org>
15183Date: Thu Aug 7 13:08:54 2008 -0400
15184
15185 Blackfin: unify DSPID/DBGSTAT MMR definitions
15186
15187 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15188
15189commit d9d8c7c696dec370ca714c03beb6e79d4c90bd5e
15190Author: Wolfgang Denk <wd@denx.de>
15191Date: Tue Oct 21 15:53:51 2008 +0200
15192
15193 Fix strmhz(): avoid printing negative fractions
15194
15195 Signed-off-by: Wolfgang Denk <wd@denx.de>
15196
15197commit 4a7f6b750d8de543fdf8e58acd86745010054571
15198Author: Richard Retanubun <RichardRetanubun@ruggedcom.com>
15199Date: Fri Oct 17 08:55:51 2008 -0400
15200
15201 mpc83xx: Removed #ifdef CONFIG_MPC834X dependency on upmconfig function
15202
15203 This is done to allow other 83XX based platforms which also have UPM
15204 (e.g. 8360) to configure and use their UPM in u-boot.
15205
15206 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
15207 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
15208
15209commit 3bf1be3c0cfb1129b68cc1474119e5f323536488
15210Author: Anton Vorontsov <avorontsov@ru.mvista.com>
15211Date: Tue Oct 14 22:58:53 2008 +0400
15212
15213 mpc83xx: add support for switching between USB Host/Function for MPC837XEMDS
15214
15215 With this patch u-boot can fixup the dr_mode and phy_type properties
15216 for the Dual-Role USB controller.
15217
15218 While at it, also remove #ifdefs around includes, they are not needed.
15219
15220 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
15221 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
15222
15223commit b3379f3fd13969934c00097c05754e7a8990fd39
15224Author: Anton Vorontsov <avorontsov@ru.mvista.com>
15225Date: Wed Oct 8 20:52:54 2008 +0400
15226
15227 mpc83xx: add ELBC NAND support for the MPC837XEMDS boards
15228
15229 Though NAND chip is replaceable on the MPC837XE-MDS boards, the
15230 current settings don't work with the default chip on the board.
15231 Nevertheless Freescale's U-Boot sets the option register correctly,
15232 so I just dumped the register from the working u-boot. My guess is
15233 that the old settings were applicable for some pilot boards, not
15234 found in the production.
15235
15236 This patch also enables FSL ELBC driver so that we could access
15237 the NAND storage in the u-boot.
15238
15239 The NAND support costs about 45KB, so the u-boot no longer fits
15240 into two 128KB NOR flash sectors, thus we also have to adjust
15241 environment location: add another 128KB to the monitor length.
15242
15243 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
15244
15245 It is due to hardware design and logic defect, that is the
15246 I/O[0:7] of NAND chip is connected to LAD[7:0], so when
15247 the NAND chip connected to nLCS3, you have to set up the
15248 OR3[BCTLD] = '1' for normal operation, otherwise it will have
15249 bus contention due to the pin 48/25 of U60 is enabled.
15250
15251 Setup the OR3[BCTLD] = '1' , that meaning the LBCTL is not
15252 asserted upon access to the NAND chip, keep the default state.
15253
15254 Acked-by: Dave Liu <daveliu@freescale.com>
15255 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
15256
15257commit 00f7bbae92e3b13f2b37aeb1def9bb12445521b7
15258Author: Anton Vorontsov <avorontsov@ru.mvista.com>
15259Date: Thu Oct 2 19:17:33 2008 +0400
15260
15261 mpc83xx: fix PCI scan hang on the standalone MPC837xE-MDS boards
15262
15263 The MPC837xE-MDS board's CPLD can auto-detect if the board is on the PIB,
15264 standalone or acting as a PCI agent. User's Guide says:
15265
15266 - When the CPLD recognizes its location on the PIB it automatically
15267 configures RCW to the PCI Host.
15268 - If the CPLD fails to recognize its location then it is automatically
15269 configured as an Agent and the PCI is configured to an external arbiter.
15270
15271 This sounds good. Though in the standalone setup the CPLD sets PCI_HOST
15272 flag (it's ok, we can't act as PCI agents since we receive CLKIN, not
15273 PCICLK), but the CPLD doesn't set the ARBITER_ENABLE flag, and without
15274 any arbiter bad things will happen (here the board hangs during any config
15275 space reads).
15276
15277 In this situation we must disable the PCI. And in case of anybody really
15278 want to use an external arbiter, we provide "pci_external_aribter"
15279 environment variable.
15280
15281 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
15282 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
15283
15284commit 1da83a63d8e1b4bddeb82581b1745a09aac3e2d3
15285Author: Anton Vorontsov <avorontsov@ru.mvista.com>
15286Date: Thu Oct 2 18:32:25 2008 +0400
15287
15288 mpc83xx: add SGMII riser module support for the MPC8378E-MDS boards
15289
15290 This involves configuring the SerDes and fixing up the flags and
15291 PHY addresses for the TSECs.
15292
15293 For Linux we also fix up the device tree.
15294
15295 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
15296 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
15297
15298commit e6d9c8916de9c24f2c52d0b01cf00d2e74a04cd8
15299Author: Anton Vorontsov <avorontsov@ru.mvista.com>
15300Date: Thu Oct 2 18:31:59 2008 +0400
15301
15302 mpc83xx: add TSECs' HRCWH masks for MPC837x processors
15303
15304 We'll use these masks to parse TSEC modes out of HRCWH.
15305
15306 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
15307 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
15308
15309commit 6f9cc6608b4e1cefde56c0fb99ae1c95c42575ff
15310Author: Anton Vorontsov <avorontsov@ru.mvista.com>
15311Date: Thu Oct 2 18:31:56 2008 +0400
15312
15313 mpc83xx: serdes: add forgotten shifts for rfcks
15314
15315 The rfcks should be shifted by 28 bits left. We didn't notice the bug
15316 because we were using only 100MHz clocks (for which rfcks == 0).
15317
15318 Though, for SGMII we'll need 125MHz clocks.
15319
15320 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
15321 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
15322
15323commit 55c531984dcf933e4cd13a187a7e08e873b7ced1
15324Author: Anton Vorontsov <avorontsov@ru.mvista.com>
15325Date: Thu Oct 2 18:31:53 2008 +0400
15326
15327 mpc83xx: fix serdes setup for the MPC8378E boards
15328
15329 MPC837xE specs says that SerDes1 has:
15330
15331 — Two lanes running x1 SGMII at 1.25 Gbps;
15332 — Two lanes running x1 SATA at 1.5 or 3.0 Gbps.
15333
15334 And for SerDes2:
15335
15336 — Two lanes running x1 PCI Express at 2.5 Gbps;
15337 — One lane running x2 PCI Express at 2.5 Gbps;
15338 — Two lanes running x1 SATA at 1.5 or 3.0 Gbps.
15339
15340 The spec also explicitly states that PEX options are not valid for
15341 the SD1.
15342
15343 Nevertheless MPC8378 RDB and MDS boards configure the SD1 for PEX,
15344 which is wrong to do.
15345
15346 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
15347 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
15348
15349commit 5c2ff323a94e27e481f70c44838d43fcd844dd46
15350Author: Anton Vorontsov <avorontsov@ru.mvista.com>
15351Date: Wed Sep 10 18:12:37 2008 +0400
15352
15353 mpc83xx: mpc8360emds: rework LBC SDRAM setup
15354
15355 Currently 64M of LBC SDRAM are mapped at 0xF0000000 which makes
15356 it difficult to use (b/c then the memory is discontinuous and
15357 there is quite big memory hole between the DDR/SDRAM regions).
15358
15359 This patch reworks LBC SDRAM setup so that now we dynamically
15360 place the LBC SDRAM near the DDR (or at 0x0 if there isn't any
15361 DDR memory).
15362
15363 With this patch we're able to:
15364
15365 - Boot without external DDR memory;
15366 - Use most "DDR + SDRAM" setups without need to support for
15367 sparse/discontinuous memory model in the software.
15368
15369 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
15370 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
15371
15372commit def0819e920b05b34b56d8b42e1e43d9b89a52d6
15373Author: Wolfgang Denk <wd@xpert.denx.de>
15374Date: Tue Oct 21 11:23:56 2008 +0200
15375
15376 FDT: don't use private kernel header files
15377
15378 On some systems (for example Fedora Core 4) U-Boot builds with the
15379 following wanrings only:
15380
15381 ...
15382 In file included from /home/wd/git/u-boot/include/libfdt_env.h:33,
15383 from fdt.c:51:
15384 /usr/include/asm/byteorder.h:6:2: warning: #warning using private kernel header; include <endian.h> instead!
15385
15386 This patch fixes this problem.
15387
15388 Signed-off-by: Wolfgang Denk <wd@denx.de>
15389
15390commit f4d14c55504ce40287321bd63ee269e3233ee4ae
15391Author: Stefan Roese <sr@denx.de>
15392Date: Mon Oct 13 15:15:31 2008 +0200
15393
15394 ppc4xx: Add 1.0 & 1.066 GHz to canyonlands bootstrap command for PLL setup
15395
15396 Signed-off-by: Stefan Roese <sr@denx.de>
15397
15398commit 43cbce69d48d052574d71f50724be546d90a46a4
15399Author: Stefan Roese <sr@denx.de>
15400Date: Mon Oct 13 10:45:14 2008 +0200
15401
15402 ppc4xx: Correctly setup ranges property in ebc node
15403
15404 Previously only the NOR flash mapping was written into the ranges
15405 property of the ebc node. This patch now writes all enabled chip
15406 select areas into the ranges property.
15407
15408 Signed-off-by: Stefan Roese <sr@denx.de>
15409
15410commit d7b26d58328f137471ea97de382bfa63f7239931
15411Author: Dirk Eibach <eibach@gdsys.de>
15412Date: Wed Oct 8 15:37:50 2008 +0200
15413
15414 ppc4xx: Add GDSys neo 405EP board support
15415
15416 Signed-off-by: Dirk Eibach <eibach@gdsys.de>
15417 Signed-off-by: Stefan Roese <sr@denx.de>
15418
15419commit c11da194545d2f4bbb54be1bb5e504e20ce8c16c
15420Author: Niklaus Giger <niklaus.giger@netstal.com>
15421Date: Wed Oct 1 14:46:13 2008 +0200
15422
15423 ppc4xx: Update configs for Netstal boards
15424
15425 I reorganized my config files, putting the common stuff into netstal-common.h
15426 (got the idea by looking a amcc-common.h from Stefan).
15427
15428 Added stuff to boot the new powerpc linux via NFS (only tested with HCU4).
15429
15430 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
15431 Signed-off-by: Stefan Roese <sr@denx.de>
15432
15433commit c9c11d751e4242cf29c3c3c290d971f6d0cb1d15
15434Author: Adam Graham <agraham@amcc.com>
15435Date: Wed Oct 8 10:13:19 2008 -0700
15436
15437 ppc4xx: Add routine to retrieve CPU number
15438
15439 Provide a weak defined routine to retrieve the CPU number for
15440 reference boards that have multiple CPU's. Default behavior
15441 is the existing single CPU print output. Reference boards with
15442 multiple CPU's need to provide a board specific routine.
15443 See board/amcc/arches/arches.c for an example.
15444
15445 Signed-off-by: Adam Graham <agraham@amcc.com>
15446 Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
15447 Signed-off-by: Stefan Roese <sr@denx.de>
15448
15449commit 59217bae40e90982ab5400d849c08af683ace036
15450Author: Adam Graham <agraham@amcc.com>
15451Date: Wed Oct 8 10:13:14 2008 -0700
15452
15453 ppc4xx: Add static support for 44x IBM SDRAM Controller
15454
15455 This patch add the capability to configure a PPC440 based IBM SDRAM
15456 Controller with static, compiled-in, values. PPC440 memory subsystem
15457 includes a Memory Queue core.
15458
15459 Signed-off-by: Adam Graham <agraham@amcc.com>
15460 Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
15461 Signed-off-by: Stefan Roese <sr@denx.de>
15462
15463commit f09f09d3899017aaaa2b031bba63c271e9c48e4d
15464Author: Adam Graham <agraham@amcc.com>
15465Date: Wed Oct 8 10:12:53 2008 -0700
15466
15467 ppc4xx: Add AMCC Arches board support (dual 460GT)
15468
15469 The Arches Evaluation board is based on the AMCC 460GT SoC chip.
15470 This board is a dual processor board with each processor providing
15471 independent resources for Rapid IO, Gigabit Ethernet, and serial
15472 communications. Each 460GT has it's own 512MB DDR2 memory, 32MB NOR
15473 FLASH, UART, EEPROM and temperature sensor, along with a shared debug
15474 port. The two 460GT's will communicate with each other via shared
15475 memory, Gigabit Ethernet and x1 PCI-Express.
15476
15477 Signed-off-by: Adam Graham <agraham@amcc.com>
15478 Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
15479 Signed-off-by: Stefan Roese <sr@denx.de>
15480
15481commit 055b12f2ffd7c34eea7e983a0588b24f2e69e0e3
15482Author: Wolfgang Denk <wd@xpert.denx.de>
15483Date: Sun Oct 19 21:54:30 2008 +0200
15484
15485 TQM8260: environment in flash instead EEPROM, baudrate 115k
15486
15487 Several customers have reported problems with the environment in
15488 EEPROM, including corrupted content after board reset. Probably the
15489 code to prevent I2C Enge Conditions is not working sufficiently.
15490
15491 We move the environment to flash now, which allows to have a backup
15492 copy plus gives much faster boot times.
15493
15494 Also, change the default console initialization to 115200 bps as used
15495 on most other boards.
15496
15497 Signed-off-by: Wolfgang Denk <wd@denx.de>
15498
15499commit 1836881190b3d8a6918b0d64b39fe32bbbdf85d8
15500Author: Kumar Gala <galak@kernel.crashing.org>
15501Date: Sun Oct 19 12:49:19 2008 -0500
15502
15503 85xx: Fix compile warning in mpc8536ds.c
15504
15505 mpc8536ds.c: In function 'is_sata_supported':
15506 mpc8536ds.c:615: warning: unused variable 'devdisr'
15507
15508 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15509
15510commit 8ed44d91c8122d00368523b0b746691c895d3b3c
15511Author: Wolfgang Denk <wd@denx.de>
15512Date: Sun Oct 19 02:35:50 2008 +0200
15513
15514 Cleanup: fix "MHz" spelling
15515
15516 Signed-off-by: Wolfgang Denk <wd@denx.de>
15517
15518commit 08ef89ecd174969b3544f3f0c7cd1de3c57f737b
15519Author: Wolfgang Denk <wd@denx.de>
15520Date: Sun Oct 19 02:35:49 2008 +0200
15521
15522 Use strmhz() to format clock frequencies
15523
15524 Signed-off-by: Wolfgang Denk <wd@denx.de>
15525
15526commit d50c7d4be150b2252c0d2e16cfcf69643bdd6dc9
15527Author: Wolfgang Denk <wd@denx.de>
15528Date: Sun Oct 19 02:35:48 2008 +0200
15529
15530 strmhz(): Round numbers when printing clock frequencies
15531
15532 Round clock frequencies for printing.
15533
15534 Many boards printed off clock frequencies like 399 MHz instead of the
15535 exact 400 MHz because numberes were not rounded. This is fixed now.
15536
15537 Signed-off-by: Wolfgang Denk <wd@denx.de>
15538
15539commit 681c02d05b29c6d46093525052c74b9c4ddc8b08
15540Author: Timur Tabi <timur@freescale.com>
15541Date: Mon Oct 20 15:16:47 2008 -0500
15542
15543 85xx: properly document MPC85xx_PORDEVSR2_SEC_CFG
15544
15545 Commit f7d190b1 corrected the value of MPC85xx_PORDEVSR2_SEC_CFG, but forgot
15546 to add a comment that the correct value disagrees with the 8544 reference
15547 manual. The changelog for that commit is also wrong, as it says "bit 28"
15548 when it should be "bit 24".
15549
15550 Signed-off-by: Timur Tabi <timur@freescale.com>
15551
15552commit 360fe71e82b83e264c964c9447c537e9a1f643c8
15553Author: Heiko Schocher <hs@denx.de>
15554Date: Fri Oct 17 18:24:06 2008 +0200
15555
15556 mgcoge: add redundant environment sector
15557
15558 Signed-off-by: Heiko Schocher <hs@denx.de>
15559
15560commit 53ebf0c470c87d5f9fa76462e5f4064d26a9b16a
15561Author: Heiko Schocher <hs@denx.de>
15562Date: Fri Oct 17 18:23:27 2008 +0200
15563
15564 mgsuvd: update size of environment
15565
15566 Signed-off-by: Heiko Schocher <hs@denx.de>
15567
15568commit 2e26d837f11460c0e6dede7d65424a31e0183d09
15569Author: Jason Jin <Jason.jin@freescale.com>
15570Date: Fri Oct 10 11:41:00 2008 +0800
15571
15572 Enabled the Freescale SGMII riser card on 8536DS
15573
15574 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
15575
15576commit 7e183cad0c5ab6415dca95d6ac290ea918b28c55
15577Author: Liu Yu <yu.liu@freescale.com>
15578Date: Fri Oct 10 11:40:59 2008 +0800
15579
15580 Enabled the Freescale SGMII riser card on 8572DS
15581
15582 This patch based on Andy's work.
15583 Including command 'pixis_set_sgmii' support.
15584
15585 Signed-off-by: Liu Yu <yu.liu@freescale.com>
15586
15587commit bff188baf9427c35745356439435acf3864d4c65
15588Author: Liu Yu <yu.liu@freescale.com>
15589Date: Fri Oct 10 11:40:58 2008 +0800
15590
15591 Make pixis_set_sgmii more general to support MPC85xx boards.
15592
15593 The pixis sgmii command depend on the FPGA support on the board, some 85xx
15594 boards support SGMII riser card but did not support this command, define
15595 CONFIG_PIXIS_SGMII_CMD for those boards which support the sgmii command.
15596
15597 Not like 8544, 8572 has 4 eTsec so that the other two's pixis bits
15598 are not supported by 8544. Therefor, define PIXIS_VSPEED2_MASK and
15599 PIXIS_VCFGEN1_MASK in header file for both boards.
15600
15601 Signed-off-by: Liu Yu <yu.liu@freescale.com>
15602
15603commit 5e981d683d2363204c76773941c2e9c2044c808f
15604Author: Ed Swarthout <Ed.Swarthout@freescale.com>
15605Date: Wed Oct 8 23:38:02 2008 -0500
15606
15607 Add cpu/8xxx to TAGS_SUBDIRS
15608
15609 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
15610
15611commit e1f7d22b8b52fc08c4d17a6a7db1e664281aed63
15612Author: Ed Swarthout <Ed.Swarthout@freescale.com>
15613Date: Thu Oct 9 01:25:55 2008 -0500
15614
15615 fsl_law clear enable before changing.
15616
15617 Debug sessions may have left enabled laws.
15618 Changing lawbar with an unkown enabled tgtid could cause problems.
15619
15620 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
15621
15622commit 86be510f7b5443e7e937f696bfbe037fdc740b15
15623Author: Ed Swarthout <Ed.Swarthout@freescale.com>
15624Date: Thu Oct 9 00:29:27 2008 -0500
15625
15626 mpc8572 additional end-point mode
15627
15628 mpc8572 supports all pcie controllers as end-points with cfg_host_agent=0.
15629 Include host_agent == 0 decode for end-point determination.
15630
15631 This is not needed for the ds reference board since pcie3 will be a host
15632 in order to connect to the uli chip. Include it here as a reference for
15633 other mpc8572 boards.
15634
15635 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
15636
15637commit 6856b3d0221a838580e6bb06f61425fd7529ba93
15638Author: Ed Swarthout <Ed.Swarthout@freescale.com>
15639Date: Wed Oct 8 23:37:59 2008 -0500
15640
15641 85xx if NUM_CPUS>1, print cpu number
15642
15643 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
15644
15645commit f7fecc3e25050a036c9f50f0d2b85bc3199a96e0
15646Author: Ed Swarthout <Ed.Swarthout@freescale.com>
15647Date: Wed Oct 8 23:38:01 2008 -0500
15648
15649 pixis do not print long help if not configured
15650
15651 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
15652
15653commit 0e17f02a8a78d85225a4d805f6a1ea95a0a460b5
15654Author: Andy Fleming <afleming@freescale.com>
15655Date: Tue Oct 7 08:09:50 2008 -0500
15656
15657 Have u-boot pass stashing parameters into device tree
15658
15659 Some cores don't support ethernet stashing at all, and some
15660 instances have errata. Adds 3 properties to gianfar nodes
15661 which support stashing. For now, just add this support to
15662 85xx SoCs.
15663
15664 Signed-off-by: Andy Fleming <afleming@freescale.com>
15665
15666commit c21617fd265b7c126c6e2f2d8a23cdb00d4fade7
15667Author: Haiying Wang <Haiying.Wang@freescale.com>
15668Date: Fri Oct 3 12:37:57 2008 -0400
15669
15670 Add DDR options setting on MPC8641HPCN board
15671
15672 * Add board specific parameter table to choose correct cpo, clk_adjust,
15673 write_data_delay based on board ddr frequency and n_ranks.
15674
15675 * Set odt_rd_cfg and odt_wr_cfg based on the dimm# and CS#.
15676
15677 Signed-off-by: James Yang <James.Yang@freescale.com>
15678 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
15679
15680commit 4ca06607d60d0a6378812ef58fd1eab2a7f77111
15681Author: Haiying Wang <Haiying.Wang@freescale.com>
15682Date: Fri Oct 3 12:37:41 2008 -0400
15683
15684 Add ddr interleaving suppport for MPC8572DS board
15685
15686 * Add board specific parameter table to choose correct cpo, clk_adjust,
15687 write_data_delay, 2T based on board ddr frequency and n_ranks.
15688
15689 * Set odt_rd_cfg and odt_wr_cfg based on the dimm# and CS#.
15690
15691 * Set memory controller interleaving mode to bank interleaving, and disable
15692 bank(chip select) interleaving mode by default, because the default on-board
15693 DDR DIMMs are 2x512MB single-rank.
15694
15695 * Change CONFIG_ICS307_REFCLK_HZ from 33333333 to 33333000.
15696
15697 Signed-off-by: James Yang <James.Yang@freescale.com>
15698 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
15699
15700commit 1f293b417ac6ab8e317ca2b770377ca93edf2370
15701Author: Haiying Wang <Haiying.Wang@freescale.com>
15702Date: Fri Oct 3 12:37:26 2008 -0400
15703
15704 Add debug information for DDR controller registers
15705
15706 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
15707
15708commit c9ffd839b1ada502c86f88edaf1534426b6688ce
15709Author: Haiying Wang <Haiying.Wang@freescale.com>
15710Date: Fri Oct 3 12:37:10 2008 -0400
15711
15712 Check DDR interleaving mode
15713
15714 * Check DDR interleaving mode from environment by reading memctl_intlv_ctl and
15715 ba_intlv_ctl.
15716 * Print DDR interleaving mode information
15717 * Add doc/README.fsl-ddr to describe the interleaving setting
15718
15719 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
15720
15721commit dfb49108e4f86c2224e1f30124328b0de66ef72e
15722Author: Haiying Wang <Haiying.Wang@freescale.com>
15723Date: Fri Oct 3 12:36:55 2008 -0400
15724
15725 Pass dimm parameters to populate populate controller options
15726
15727 Because some dimm parameters like n_ranks needs to be used with the board
15728 frequency to choose the board parameters like clk_adjust etc. in the
15729 board_specific_paramesters table of the board ddr file, we need to pass
15730 the dimm parameters to the board file.
15731
15732 * move ddr dimm parameters header file from /cpu to /include directory.
15733 * add ddr dimm parameters to populate board specific options.
15734 * Fix fsl_ddr_board_options() for all the 8xxx boards which call this function.
15735
15736 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
15737
15738commit dbbbb3abeff325855cae76e33d69d5665631443f
15739Author: Haiying Wang <Haiying.Wang@freescale.com>
15740Date: Fri Oct 3 12:36:39 2008 -0400
15741
15742 Make DDR interleaving mode work correctly
15743
15744 Fix some bugs:
15745 1. Correctly set intlv_ctl in cs_config.
15746 2. Correctly set sa, ea in cs_bnds when bank interleaving mode is enabled.
15747 3. Set base_address and total memory for each ddr controller in memory
15748 controller interleaving mode.
15749
15750 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
15751
15752commit 1c9aa76bf9013069e24258f46f4687c9f98a02d6
15753Author: Kumar Gala <galak@kernel.crashing.org>
15754Date: Mon Sep 22 23:40:42 2008 -0500
15755
15756 85xx: Enable interrupt and setexpr commands on Freescale 85xx boards
15757
15758 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15759
15760commit 7c0d4a7508d252d2d7c137eeb376814132dda30f
15761Author: Kumar Gala <galak@kernel.crashing.org>
15762Date: Mon Sep 22 14:11:11 2008 -0500
15763
15764 85xx: Improve flash remapping on MPC8572DS & MPC8536DS
15765
15766 Changing the flash from cacheable to cache-inhibited was taking a significant
15767 amount of time due to the fact that we were iterating over the full 256M of
15768 flash. Instead we can just flush the L1 d-cache and invalidate the i-cache.
15769
15770 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15771
15772commit 54e091d3b603a3332c619199ca83a07e95960da4
15773Author: Kumar Gala <galak@kernel.crashing.org>
15774Date: Mon Sep 22 14:11:10 2008 -0500
15775
15776 85xx: Export invalidate_{i,d}cache and add flush_dcache
15777
15778 Added the ability for C code to invalidate the i/d-cache's and
15779 to flush the d-cache. This allows us to more efficient change mappings
15780 from cache-able to cache-inhibited.
15781
15782 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15783
15784commit 6250f0f6297c5ba9aecdea6290799a95c5d4b1da
15785Author: Heiko Schocher <hs@denx.de>
15786Date: Fri Oct 17 16:11:52 2008 +0200
15787
15788 mgcoge, mgsuvd: extract more common code
15789
15790 in ft_blob_update () for both boards was an unneccessary
15791 repetition of code, which this patch moves in a common
15792 function for this boards.
15793
15794 Signed-off-by: Heiko Schocher <hs@denx.de>
15795
15796commit 9e299192ca9850cf725456388042a5aa5a6f3ec7
15797Author: Heiko Schocher <hs@denx.de>
15798Date: Fri Oct 17 12:15:55 2008 +0200
15799
15800 mgcoge, mgsuvd: use in_*/out_* accesors
15801
15802 Signed-off-by: Heiko Schocher <hs@denx.de>
15803
15804commit a21ca95f8b9dca22714952b348e4905ac157b5cd
15805Author: Heiko Schocher <hs@denx.de>
15806Date: Fri Oct 17 13:52:51 2008 +0200
15807
15808 mgsuvd: fix compiler warning when using soft_i2c driver
15809
15810 Signed-off-by: Heiko Schocher <hs@denx.de>
15811
15812commit cac9cf7875c2a01d63422820ed4732a9bdf5ab7b
15813Author: Heiko Schocher <hs@denx.de>
15814Date: Fri Oct 17 12:15:05 2008 +0200
15815
15816 mgsuvd: fix coding style
15817
15818 Signed-off-by: Heiko Schocher <hs@denx.de>
15819
15820commit 5f4c3137f4f051787707c548133823f1656eb508
15821Author: Heiko Schocher <hs@denx.de>
15822Date: Fri Oct 17 12:13:30 2008 +0200
15823
15824 mgcoge: Second Flash on CS5 not on CS1
15825
15826 Signed-off-by: Heiko Schocher <hs@denx.de>
15827
15828commit 76da19df5b8e186d269f29190696bd31fb6c836b
15829Author: Kumar Gala <galak@kernel.crashing.org>
15830Date: Thu Oct 16 21:52:08 2008 -0500
15831
15832 Added arch_lmb_reserve to allow arch specific memory regions protection
15833
15834 Each architecture has different ways of determine what regions of memory
15835 might not be valid to get overwritten when we boot. This provides a
15836 hook to allow them to reserve any regions they care about. Currently
15837 only ppc, m68k and sparc need/use this.
15838
15839 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15840
15841commit e02d4a9904c8f36395994c0c81469d552b82f5ea
15842Author: Heiko Schocher <hs@denx.de>
15843Date: Thu Oct 16 16:32:35 2008 +0200
15844
15845 mgcoge: added CONFIG_FIT to support the new u-boot image format
15846
15847 Signed-off-by: Heiko Schocher <hs@denx.de>
15848
15849commit 6d0f6bcf337c5261c08fabe12982178c2c489d76
15850Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15851Date: Thu Oct 16 15:01:15 2008 +0200
15852
15853 rename CFG_ macros to CONFIG_SYS
15854
15855 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15856
15857commit 71edc271816ec82cf0550dd6980be2da3cc2ad9e
15858Author: Kumar Gala <galak@kernel.crashing.org>
15859Date: Mon Oct 13 14:12:55 2008 -0500
15860
15861 74xx/7xx/86xx: Rename flush_data_cache to flush_dcache to match 85xx version
15862
15863 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15864
15865commit b799cb4c0eebb0762e91e9653d8b9cc9a98440e3
15866Author: Kumar Gala <galak@kernel.crashing.org>
15867Date: Tue Sep 23 10:05:02 2008 -0500
15868
15869 Expose command table search for sub-commands
15870
15871 Sub-command can benefit from using the same table and search functions
15872 that top level commands have. Expose this functionality by refactoring
15873 find_cmd() and introducing find_cmd_tbl() that sub-command processing
15874 can call.
15875
15876 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15877
15878commit f7e51b27508446f8cae3927975817137979ad5e8
15879Author: Heiko Schocher <hs@denx.de>
15880Date: Wed Oct 15 09:41:33 2008 +0200
15881
15882 mgsuvd, mgcoge: added BOOTCOUNT feature.
15883
15884 Signed-off-by: Heiko Schocher <hs@denx.de>
15885
15886commit 8f64da7f83b553889bc08400c97047998382e9d2
15887Author: Heiko Schocher <hs@denx.de>
15888Date: Wed Oct 15 09:41:00 2008 +0200
15889
15890 mgcoge, mgsuvd: added support for the IVM EEprom.
15891
15892 The EEprom contains some Manufacturerinformation,
15893 which are read from u-boot at boot time, and saved
15894 in same hush shell variables.
15895
15896 Signed-off-by: Heiko Schocher <hs@denx.de>
15897
15898commit 81473f67810c4c9b7efaed8dee258ed6bc4c7983
15899Author: Heiko Schocher <hs@denx.de>
15900Date: Wed Oct 15 09:40:28 2008 +0200
15901
15902 hush: add showvar command for hush shell.
15903
15904 This new command shows the local variables defined in
15905 the hush shell:
15906
15907 => help showvar
15908 showvar
15909 - print values of all hushshell variables
15910 showvar name ...
15911 - print value of hushshell variable 'name'
15912
15913 Also make the set_local_var() and unset_local_var ()
15914 no longer static, so it is possible to define local
15915 hush shell variables at boot time. If CONFIG_HUSH_INIT_VAR
15916 is defined, u-boot calls hush_init_var (), where
15917 boardspecific code can define local hush shell
15918 variables at boottime.
15919
15920 Signed-off-by: Heiko Schocher <hs@denx.de>
15921
15922commit 67b23a322848d828a5e45c0567b72762bfde7abf
15923Author: Heiko Schocher <hs@denx.de>
15924Date: Wed Oct 15 09:39:47 2008 +0200
15925
15926 I2C: adding new "i2c bus" Command to the I2C Subsystem.
15927
15928 With this Command it is possible to add new I2C Busses,
15929 which are behind 1 .. n I2C Muxes. Details see README.
15930
15931 Signed-off-by: Heiko Schocher <hs@denx.de>
15932
15933commit c24853644ddd2dd2e4246b5854a93e6254a14092
15934Author: Heiko Schocher <hs@denx.de>
15935Date: Wed Oct 15 09:39:08 2008 +0200
15936
15937 mgcoge, mgsuvd: add board specific I2C deblocking mechanism.
15938
15939 As documented in doc/I2C_Edge_Conditions, adding a
15940 board specific deblocking mechanism via CFG_I2C_INIT_BOARD
15941 for the mgcoge and mgsuvd board.
15942
15943 This code was originally written by Keymile in association
15944 with Anatech and Atmel in 1998. The Code toggels the SCL
15945 until the SCA line goes to HIGH (max. 16 times).
15946 And after this, a start condition is sent.
15947
15948 This is another approach to deblock the I2C Bus. The
15949 soft I2C driver actually sends 9 clocks with SDA High,
15950 and then a stop at the end, to deblock the I2C Bus.
15951
15952 Maybe we should use the approach from Keymile as
15953 the new standard?
15954
15955 Signed-off-by: Heiko Schocher <hs@denx.de>
15956
15957commit 4ca107effebfbabac1057c39632105dacef95957
15958Author: Heiko Schocher <hs@denx.de>
15959Date: Wed Oct 15 09:38:38 2008 +0200
15960
15961 soft_i2c: Add CFG_I2C_INIT_BOARD option
15962
15963 This patch adds the option for a boardspecific
15964 I2C deblocking mechanism for the soft i2c driver.
15965
15966 Signed-off-by: Heiko Schocher <hs@denx.de>
15967
15968commit e5e4edd9f1f76210a09c34ee835f6cff60fdbbd1
15969Author: Heiko Schocher <hs@denx.de>
15970Date: Wed Oct 15 09:38:07 2008 +0200
15971
15972 mgcoge, mgsuvd: add DTT (LM75) support.
15973
15974 Signed-off-by: Heiko Schocher <hs@denx.de>
15975
15976commit 8e442df438ab677057571e3ac01846bff7719bce
15977Author: Heiko Schocher <hs@denx.de>
15978Date: Wed Oct 15 09:37:34 2008 +0200
15979
15980 lm75: Make the LM75 MULTI_BUS compatible.
15981
15982 Signed-off-by: Heiko Schocher <hs@denx.de>
15983
15984commit 12f1678127c1df2b2878ba93c88948bedc060775
15985Author: Heiko Schocher <hs@denx.de>
15986Date: Wed Oct 15 09:37:04 2008 +0200
15987
15988 lm75: fix Codingstyle issues.
15989
15990 Signed-off-by: Heiko Schocher <hs@denx.de>
15991
15992commit f2202450c75ba6934b356024101500ddcde6e2a6
15993Author: Heiko Schocher <hs@denx.de>
15994Date: Wed Oct 15 09:36:33 2008 +0200
15995
15996 mgcoge, mgsuvd: added EEprom support.
15997
15998 Signed-off-by: Heiko Schocher <hs@denx.de>
15999
16000commit 9661bf9d120f760238b2a073b84f2baf05010057
16001Author: Heiko Schocher <hs@denx.de>
16002Date: Wed Oct 15 09:36:03 2008 +0200
16003
16004 mgcoge, mgsuvd: add I2C support.
16005
16006 Signed-off-by: Heiko Schocher <hs@denx.de>
16007
16008commit 98aed379586a155292efbf3209356836584b601c
16009Author: Heiko Schocher <hs@denx.de>
16010Date: Wed Oct 15 09:35:26 2008 +0200
16011
16012 soft_i2c: prevent compiler warnings if driver does not use CPU Pins.
16013
16014 This patch fixes the following warnings, when using
16015 the soft_i2c driver using no CPU pins on MPC82xx or MPC8xx
16016 systems:
16017
16018 soft_i2c.c: In function 'send_reset':
16019 soft_i2c.c:93: warning: unused variable 'immr'
16020 soft_i2c.c: In function 'send_start':
16021 soft_i2c.c:124: warning: unused variable 'immr'
16022 soft_i2c.c: In function 'send_stop':
16023 soft_i2c.c:146: warning: unused variable 'immr'
16024 soft_i2c.c: In function 'send_ack':
16025 soft_i2c.c:171: warning: unused variable 'immr'
16026 soft_i2c.c: In function 'write_byte':
16027 soft_i2c.c:196: warning: unused variable 'immr'
16028 soft_i2c.c: In function 'read_byte':
16029 soft_i2c.c:244: warning: unused variable 'immr'
16030
16031 Signed-off-by: Heiko Schocher <hs@denx.de>
16032
16033commit 799b784aa00cb03a352847ab9f9acdde79b72d21
16034Author: Heiko Schocher <hs@denx.de>
16035Date: Wed Oct 15 09:34:45 2008 +0200
16036
16037 i2c: add CONFIG_I2C_MULTI_BUS for soft_i2c and mpc8260 i2c driver.
16038
16039 Signed-off-by: Heiko Schocher <hs@denx.de>
16040
16041commit 0809ea2f4340ab2047400c7d3d3047f97987d0fd
16042Author: Heiko Schocher <hs@denx.de>
16043Date: Wed Oct 15 09:34:05 2008 +0200
16044
16045 mgcoge: fix Coding Style issues.
16046
16047 Signed-off-by: Heiko Schocher <hs@denx.de>
16048
16049commit e43a27c49712203fe8848a17714330623edfb2eb
16050Author: Heiko Schocher <hs@denx.de>
16051Date: Wed Oct 15 09:33:30 2008 +0200
16052
16053 I2C: add new command i2c reset.
16054
16055 If I2C Bus is blocked (see doc/I2C_Edge_Conditions),
16056 it is not possible to get out of this, until the
16057 complete Hardware gets a reset. This new commando
16058 calls again i2c_init (and that calls i2c_init_board
16059 if defined), which will deblock the I2C Bus.
16060
16061 Signed-off-by: Heiko Schocher <hs@denx.de>
16062 Signed-off-by: Wolfgang Denk <wd@denx.de>
16063
16064commit 86e9cdf8c415c1a9725e9dae5237ba1e7bd9f686
16065Author: Heiko Schocher <hs@denx.de>
16066Date: Wed Oct 15 09:32:25 2008 +0200
16067
16068 mgsuvd, mgcoge: move this 2 boards in one dir.
16069
16070 There are some more extensions, which are for both boards
16071 and some more boards from this manufacturer will follow soon.
16072
16073 Signed-off-by: Heiko Schocher <hs@denx.de>
16074 Signed-off-by: Wolfgang Denk <wd@denx.de>
16075
16076commit 1c6fe6eac75d695fde677af8330c0dbe75fb6a2b
16077Author: Dirk Eibach <eibach@gdsys.de>
16078Date: Wed Oct 8 13:44:27 2008 +0200
16079
16080 hwmon: Add LM63 support
16081
16082 This patch adds support for the National LM63 temperature
16083 sensor with integrated fan control. It's used on the GDSys
16084 Neo board (405EP) which will be submitted later.
16085
16086 Signed-off-by: Dirk Eibach <eibach@gdsys.de>
16087 Acked-by: Stefan Roese <sr@denx.de>
16088
16089commit 7ba890bf2f2b92831420243c058951aa831119fd
16090Author: Kyungmin Park <kmpark@infradead.org>
16091Date: Wed Oct 8 11:01:17 2008 +0900
16092
16093 Add Red Black Tree support
16094
16095 Now it's used at UBI module. Of course other modules can use it.
16096 If you want to use it, please define CONFIG_RBTREE
16097
16098 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
16099
16100commit fbd85ad65dd9c98f36ed3fb12fe41f381b7d4794
16101Author: richardretanubun <richardretanubun@ruggedcom.com>
16102Date: Mon Oct 6 16:10:53 2008 -0400
16103
16104 CONFIG_EFI_PARTITION: Added support for EFI partition in cmd_ext2fs.c
16105
16106 Added support for CONFIG_EFI_PARTITION to ext2 commands.
16107 Signed-off-by: Richard Retanubun <RichardRetanubun@RugggedCom.com>
16108
16109commit 07f3d789b9beb7ce3278c974f4d5c8f51b6ab567
16110Author: richardretanubun <richardretanubun@ruggedcom.com>
16111Date: Fri Sep 26 11:13:22 2008 -0400
16112
16113 Add support for CONFIG_EFI_PARTITION (GUID Partition Table)
16114
16115 The GUID (Globally Unique Identifier) Partition Table (GPT) is a part
16116 of EFI. See http://en.wikipedia.org/wiki/GUID_Partition_Table
16117
16118 Based on linux/fs/partitions/efi.[ch]
16119
16120 Signed-off-by: Richard Retanubun <RichardRetanubun@RugggedCom.com>
16121
16122commit fbc87dc0546dff709b38f358e2c5d5e39c4ca374
16123Author: Bartlomiej Sieka <tur@semihalf.com>
16124Date: Wed Oct 1 15:26:32 2008 +0200
16125
16126 FIT: output image load address for type 'firmware', fix message while there
16127
16128 Now that the auto-update feature uses the 'firmware' type for updates, it is
16129 useful to inspect the load address of such images.
16130
16131 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
16132
16133commit 4bae90904b69ce3deb9f7c334ef12ed74e18a275
16134Author: Bartlomiej Sieka <tur@semihalf.com>
16135Date: Wed Oct 1 15:26:31 2008 +0200
16136
16137 Automatic software update from TFTP server
16138
16139 The auto-update feature allows to automatically download software updates
16140 from a TFTP server and store them in Flash memory during boot. Updates are
16141 contained in a FIT file and protected with SHA-1 checksum.
16142
16143 More detailed description can be found in doc/README.update.
16144
16145 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
16146 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
16147
16148commit 3f0cf51dabacc2724731c5079a60ea989103bb8f
16149Author: Bartlomiej Sieka <tur@semihalf.com>
16150Date: Wed Oct 1 15:26:27 2008 +0200
16151
16152 flash: factor out adjusting of Flash address to the end of sector
16153
16154 The upcoming automatic update feature needs the ability to adjust an
16155 address within Flash to the end of its respective sector. Factor out
16156 this functionality to a new function flash_sect_roundb().
16157
16158 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
16159 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
16160 Signed-off-by: Stefan Roese <sr@denx.de>
16161
16162commit e83cc06375ac2bea0830c6ed0f9d8fdc3c1b27d5
16163Author: Bartlomiej Sieka <tur@semihalf.com>
16164Date: Wed Oct 1 15:26:29 2008 +0200
16165
16166 net: Make TFTP server timeout configurable
16167
16168 There are two aspects of a TFTP transfer involving timeouts:
16169 1. timeout waiting for initial server reply after sending RRQ
16170 2. timeouts while transferring actual data from the server
16171
16172 Since the upcoming auto-update feature attempts a TFTP download during each
16173 boot, it is undesirable to have a long delay when the TFTP server is not
16174 available. Thus, this commit makes the server timeout (1.) configurable by two
16175 global variables:
16176
16177 TftpRRQTimeoutMSecs
16178 TftpRRQTimeoutCountMax
16179
16180 TftpRRQTimeoutMSecs overrides default timeout when trying to connect to a TFTP
16181 server, TftpRRQTimeoutCountMax overrides default number of connection retries.
16182 The total delay when trying to download a file from a non-existing TFTP server
16183 is TftpRRQTimeoutMSecs x TftpRRQTimeoutCountMax milliseconds.
16184
16185 Timeouts during file transfers (2.) are unaffected.
16186
16187 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
16188 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
16189 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16190
16191commit 49f3bdbba8071f56d950a9498b6cdb998b35340a
16192Author: Bartlomiej Sieka <tur@semihalf.com>
16193Date: Wed Oct 1 15:26:28 2008 +0200
16194
16195 net: express the first argument to NetSetTimeout() in milliseconds
16196
16197 Enforce millisecond semantics of the first argument to NetSetTimeout() --
16198 the change is transparent for well-behaving boards (CFG_HZ == 1000 and
16199 get_timer() countiing in milliseconds).
16200
16201 Rationale for this patch is to enable millisecond granularity for
16202 network-related timeouts, which is needed for the upcoming automatic
16203 software update feature.
16204
16205 Summary of changes:
16206 - do not scale the first argument to NetSetTimeout() by CFG_HZ
16207 - change timeout values used in the networking code to milliseconds
16208
16209 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
16210 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
16211 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16212
16213commit c68a05feeb88de9fcf158e67ff6423c4cc988f88
16214Author: richardretanubun <richardretanubun@ruggedcom.com>
16215Date: Mon Sep 29 18:28:23 2008 -0400
16216
16217 Adds two more ethernet interface to 83xx
16218
16219 Added as a convenience for other platforms that uses MPC8360 (has 8 UCC).
16220 Six eth interface is chosen because the platform I am using combines
16221 UCC1&2 and UCC3&4 as 1000 Eth and the other four UCCs as 10/100 Eth.
16222
16223 Signed-off-by: Richard Retanubun <RichardRetanubun@RugggedCom.com>
16224 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16225
16226commit 41410eee472b0f42e03a77f961bbc55ef58f3c01
16227Author: Haiying Wang <Haiying.Wang@freescale.com>
16228Date: Wed Sep 24 11:42:12 2008 -0500
16229
16230 Change UEC PHY interface to RGMII on MPC8568MDS
16231
16232 Change UEC phy interface from GMII to RGMII on MPC8568MDS board
16233
16234 Because on MPC8568MDS, GMII interface is only recommended for 1000Mbps speed,
16235 but RGMII interface can work at 10/100/1000Mbps, and RGMII interface works more stable.
16236
16237 Now both UEC1 and UEC2 can work properly under u-boot.
16238
16239 It is also in consistent with the kernel setting for 8568 UEC phy interface.
16240
16241 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
16242 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16243
16244commit b59b16ca24bc7e77ec113021a6d77b9b32fcf192
16245Author: Wolfgang Denk <wd@denx.de>
16246Date: Sat Oct 18 21:30:31 2008 +0200
16247
16248 Prepare v2008.10 release: update CHANGELOG & Makefile
16249
16250 Signed-off-by: Wolfgang Denk <wd@denx.de>
16251
b59b16ca
WD
16252commit f7a35a60cf45491871a5c28e9ad24db005487857
16253Author: Heiko Schocher <hs@denx.de>
16254Date: Fri Oct 17 18:24:06 2008 +0200
16255
16256 mgcoge: add redundant environment sector
16257
16258 Signed-off-by: Heiko Schocher <hs@denx.de>
16259 Signed-off-by: Wolfgang Denk <wd@denx.de>
16260
16261commit c2537ee85954af9d036b18b644f3e18d837bf4a5
16262Author: Heiko Schocher <hs@denx.de>
16263Date: Fri Oct 17 18:23:27 2008 +0200
16264
16265 mgsuvd: update size of environment
16266
16267 Signed-off-by: Heiko Schocher <hs@denx.de>
16268
16269commit fa7b1c07e9371aea8f87ee6d3c2ea5564bd8cc8d
16270Author: Lepcha Suchit <Suchit.Lepcha@freescale.com>
16271Date: Thu Oct 16 13:38:00 2008 -0500
16272
16273 83xx NAND boot: wait for LTESR[CC]
16274
16275 At least some revisions of the 8313, and possibly other chips, do not
16276 wait for all pages of the initial 4K NAND region to be loaded before
16277 beginning execution; thus, we wait for it before branching out of the
16278 first NAND page.
16279
16280 This fixes warm reset problems when booting from NAND on 8313erdb.
16281
16282 Signed-off-by: Scott Wood <scottwood@freescale.com>
16283 Acked-by: Kim Phillips <kim.phillips@freescale.com>
16284
16285commit bf29e0ea0af03d593c64614136acc723a7a022a2
16286Author: Yuri Tikhonov <yur@emcraft.com>
16287Date: Fri Oct 17 12:54:18 2008 +0200
16288
16289 ppc4xx: PPC44x MQ initialization
16290
16291 Set the MQ Read Passing & MCIF Cycle limits to the recommended by AMCC
16292 values. This fixes the occasional 440SPe hard locking issues when the 440SPe's
16293 dedicated DMA engines are used (e.g. by the h/w accelerated RAID driver).
16294
16295 Previously the appropriate initialization had been made in Linux, by the
16296 ppc440spe ADMA driver, which is wrong because modifying the MQ configuration
16297 registers after normal operation has begun is not supported and could
16298 have unpredictable results.
16299
16300 Comment from Stefan: This patch doesn't change the resulting value of the
16301 MQ registers. It explicitly sets/clears all bits to the desired state which
16302 better documents the resulting register value instead of relying on pre-set
16303 default values.
16304
16305 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
16306 Signed-off-by: Stefan Roese <sr@denx.de>
16307
3cbd8231
WD
16308commit ec081c2c190148b374e86a795fb6b1c49caeb549
16309Author: Stefan Roese <sr@denx.de>
16310Date: Fri Oct 17 12:51:46 2008 +0200
16311
16312 ppc4xx: PPC44x MQ initialization
16313
16314 Set the MQ Read Passing & MCIF Cycle limits to the recommended by AMCC
16315 values. This fixes the occasional 440SPe hard locking issues when the 440SPe's
16316 dedicated DMA engines are used (e.g. by the h/w accelerated RAID driver).
16317
16318 Previously the appropriate initialization had been made in Linux, by the
16319 ppc440spe ADMA driver, which is wrong because modifying the MQ configuration
16320 registers after normal operation has begun is not supported and could
16321 have unpredictable results.
16322
16323 Comment from Stefan: This patch doesn't change the resulting value of the
16324 MQ registers. It explicitly sets/clears all bits to the desired state which
16325 better documents the resulting register value instead of relying on pre-set
16326 default values.
16327
16328 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
16329 Signed-off-by: Stefan Roese <sr@denx.de>
16330
b59b16ca
WD
16331commit f7d190b1c0b3ab7fc53074ad2862f7de99de37ff
16332Author: Kumar Gala <galak@kernel.crashing.org>
16333Date: Thu Oct 16 21:58:50 2008 -0500
16334
16335 85xx: Using proper I2C source clock divider for MPC8544
16336
16337 The MPC8544 RM incorrect shows the SEC_CFG bit in PORDEVSR2 as being
16338 bit 26, instead it should be bit 28. This caused in incorrect
16339 interpretation of the i2c_clk which is the same as the SEC clk on
16340 MPC8544. The SEC clk is controlled by cfg_sec_freq that is reported
16341 in PORDEVSR2.
16342
16343 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16344
16345commit 42653b826adb319a1df06e24ef26096b2a5d9d2a
16346Author: Kumar Gala <galak@kernel.crashing.org>
16347Date: Thu Oct 16 21:58:49 2008 -0500
16348
16349 Revert "85xx: Using proper I2C source clock divider for MPC8544"
16350
16351 This reverts commit dffd2446fb041f38ef034b0fcf41e51e5e489159.
16352
16353 The fix introduced by this patch is not correct. The problem is
16354 that the documentation is not correct for the MPC8544 with regards
16355 to which bit in PORDEVSR2 is for the SEC_CFG.
16356
16357 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16358
16359commit 2179c4766bffeece98e5e92040629a96c97e230c
16360Author: Kumar Gala <galak@kernel.crashing.org>
16361Date: Wed Oct 15 10:19:41 2008 -0500
16362
16363 85xx: Fix compile warning
16364
16365 mpc8536ds.c: In function 'is_sata_supported':
16366 mpc8536ds.c:614: warning: unused variable 'devdisr'
16367
16368 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16369
16370commit 9029b68f3f81b3013044f167ea025e836e6c8c0e
16371Author: Jason Jin <Jason.jin@freescale.com>
16372Date: Wed Oct 15 10:40:24 2008 +0800
16373
16374 Fix the function conflict in x86emu when DEBUG is on
16375
16376 The function parse_line() in common/main.c was exposed globally by commit
16377 6636b62a6efc7f14e6e788788631ae7a7fca4537, Result in conflict with the same
16378 name funciton in drivers/bios_emulator/x86emu/debug.c when define the DEBUG.
16379 This patch fix this by renaming the function in the debug.c file.
16380
16381 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
16382
16383commit b4dbacf69a669a17487054552fc2761149dd6767
16384Author: Wolfgang Denk <wd@denx.de>
16385Date: Wed Oct 15 15:50:45 2008 +0200
16386
16387 Coding Style cleanup, update CHANGELOG, prepare 2008.10-rc3
16388
16389 Signed-off-by: Wolfgang Denk <wd@denx.de>
16390
b4dbacf6
WD
16391commit 374b9038293d01d8744a46af9b7854a6fd99b228
16392Author: Heiko Schocher <hs@denx.de>
16393Date: Wed Oct 15 09:51:19 2008 +0200
16394
16395 Fix compiler warning in lib_ppc/board.c
16396
16397 Fix compiler warning introduced by commit 0f8cbc18
16398
16399 Signed-off-by: Heiko Schocher <hs@denx.de>
16400 Signed-off-by: Wolfgang Denk <wd@denx.de>
16401
16402commit 9724555755a6f1066636481b41f7094e0ce93a69
16403Author: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
16404Date: Thu Oct 9 10:29:14 2008 +0530
16405
16406 mpc83xx: wait till UPM completes the write to array
16407
16408 Reference manual states that MxMR[MAD] increment is the indication
16409 of write to UPM array is complete. Honour that. Also, make the dummy
16410 write explicit.
16411
16412 also fix the comment.
16413
16414 Signed-off-by: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
16415 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16416
16417commit 03e2dbb18e858e2f7a6aaa437f290f3690d02d51
16418Author: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
16419Date: Wed Oct 8 18:12:20 2008 -0500
16420
16421 Remove unwanted ';' at end of define.
16422
16423 Currently this is not creating any problem. But it will result
16424 in compilation error when used as below.
16425
16426 printf("CFG_SDRAM_CFG2 - %08x\n", CFG_SDRAM_CFG2);
16427
16428 Signed-off-by: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
16429
16430 continuation of the theme based on git grep "^#define CFG_.*;$" include/
16431
16432 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16433
16434commit b2934a56650e9a6c54432f9ce6dc36757967385e
16435Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
16436Date: Mon Oct 6 10:53:59 2008 -0400
16437
16438 ARM DaVinci: Add maintainer information for SFFSDR board.
16439
16440 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
16441
16442commit 12c6670f873ed632c264a6f3e8bf1297d5c3ddbc
16443Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
16444Date: Sat Oct 4 19:26:16 2008 +0200
16445
16446 api: fix type mismatch
16447
16448 This patch fixes a type mismatch and thus removes a compiler
16449 warning when compiling with CONFIG_API on powerpc.
16450
16451 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
16452
16453commit 9bc2e4eee3bcb8e63847d7a733e0c607807d6141
16454Author: Peter Tyser <ptyser@xes-inc.com>
16455Date: Wed Oct 1 12:25:04 2008 -0500
16456
16457 cmd_i2c: Fix help for CONFIG_I2C_CMD_TREE && !CONFIG_I2C_MULTI_BUS
16458
16459 Original code displayed:
16460 => help i2c
16461 i2c i2c speed [speed] - show or set I2C bus speed
16462 i2c md chip address[.0, .1, .2] [# of objects] - read from I2C device
16463 ...
16464
16465 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
16466
16467commit a0b1b610e980e253d4c2519ee15bd0937c3f8be1
16468Author: Wolfgang Denk <wd@denx.de>
16469Date: Tue Oct 14 22:13:41 2008 +0200
16470
16471 Update CHANGELOG
16472
16473 Signed-off-by: Wolfgang Denk <wd@denx.de>
16474
a0b1b610
WD
16475commit 0f8cbc1829d9c7d9616fd29b366a99d037facdcd
16476Author: Jason Jin <Jason.jin@freescale.com>
16477Date: Fri Oct 10 11:41:01 2008 +0800
16478
16479 Do not init SATA when disabled on 8536DS.
16480
16481 SGMII and SATA share the serdes on MPC8536 CPU, When SATA disabled and the
16482 driver still try to access the SATA registers, the cpu will hangup.
16483 This patch try to fix this by reading the serdes status before the SATA
16484 initialize.
16485
16486 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
16487 Acked-by: Andy Fleming <afleming@freescale.com>
16488
3cbd8231
WD
16489commit 9dbc366744960013965fce8851035b6141f3b3ae
16490Author: Remy Bohmer <linux@bohmer.net>
16491Date: Fri Oct 10 10:23:22 2008 +0200
16492
16493 The PIPE_INTERRUPT flag is used wrong
16494
16495 At a lot of places in the code the PIPE_INTERRUPT flags and friends
16496 are used wrong. The wrong bits are compared to this flag resulting
16497 in wrong conditions. Also there are macros that should be used for
16498 PIPE_* flags.
16499 This patch tries to fix them all, however, I was not able to test the
16500 changes, because I do not have any of these boards.
16501
16502 Review required!
16503
16504 Signed-off-by: Remy Bohmer <linux@bohmer.net>
16505 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
16506
16507commit 48867208444cb2a82e2af9c3249e90b7ed4a1751
16508Author: Remy Bohmer <linux@bohmer.net>
16509Date: Fri Oct 10 10:23:21 2008 +0200
16510
16511 fix USB initialisation procedure
16512
16513 The max packet size is encoded as 0,1,2,3 for 8,16,32,64 bytes.
16514 At some places directly 8,16,32,64 was used instead of the encoded
16515 value. Made a enum for the options to make this more clear and to help
16516 preventing similar errors in the future.
16517
16518 After fixing this bug it became clear that another bug existed where
16519 the 'pipe' is and-ed with PIPE_* flags, where it should have been
16520 'usb_pipetype(pipe)', or even better usb_pipeint(pipe).
16521
16522 Also removed the triple 'get_device_descriptor' sequence, it has no use,
16523 and Windows nor Linux behaves that way.
16524 There is also a poll going on with a timeout when usb_control_msg() fails.
16525 However, the poll is useless, because the flag will never be set on a error,
16526 because there is no code that runs in a parallel that can set this flag.
16527 Changed this to something more logical.
16528
16529 Tested on AT91SAM9261ek and compared the flow on the USB bus to what
16530 Linux is doing. There is no difference anymore in the early initialisation
16531 sequence.
16532
16533 Signed-off-by: Remy Bohmer <linux@bohmer.net>
16534 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
16535
a0b1b610
WD
16536commit ec4d8c1c1d94a790c1473ae8aace282b817c3123
16537Author: Nikita V. Youshchenko <yoush@cs.msu.su>
16538Date: Fri Oct 3 00:03:55 2008 +0400
16539
16540 fsl_diu: fix alignment error that caused malloc corruption
16541
16542 When aligning malloc()ed screen_base, invalid offset was added.
16543 This not only caused misaligned result (which did not cause hardware
16544 misbehaviour), but - worse - caused screen_base + smem_len to
16545 be out of malloc()ed space, which in turn caused breakage of
16546 futher malloc()/free() operation.
16547
16548 This patch fixes screen_base alignment.
16549
16550 Also this patch makes memset() that cleans framebuffer to be executed
16551 on first initialization of diu, not only on re-initialization. It looks
16552 correct to clean the framebuffer instead of displaying random garbage;
16553 I believe that was disabled only because that memset caused breakage
16554 of malloc/free described above - which no longer happens with the fix
16555 described above.
16556
16557 Signed-off-by: Nikita V. Youshchenko <yoush@debian.org>
16558
16559commit 3d0ea3110f3431b6c2aee882784f39f97b20bce9
16560Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
16561Date: Wed Sep 24 10:29:37 2008 +0200
16562
16563 api: Fix building with CONFIG_API
16564
16565 This patch fixes building with CONFIG_API and CONFIG_USB_STORAGE.
16566
16567 USB_MAX_STOR_DEV is defined in include/usb.h, but
16568 needed in api/api_storage.c.
16569
16570 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
16571
16572commit abbb90666d5ef2f500ebbedbb80ff60adc56b043
16573Author: Peter Tyser <ptyser@xes-inc.com>
16574Date: Tue Sep 23 12:39:40 2008 -0500
16575
16576 Remove unused CFG_EEPROM_PAGE_WRITE_ENABLE references
16577
16578 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
16579
16580commit 81e612014c40c922ec35488d17c504d4e9286f06
16581Author: Peter Tyser <ptyser@xes-inc.com>
16582Date: Tue Sep 23 12:38:42 2008 -0500
16583
16584 Remove CFG_EEPROM_PAGE* dependencies for temperature sensors
16585
16586 The checks for CFG_EEPROM_PAGE_WRITE_ENABLE and
16587 CFG_EEPROM_PAGE_WRITE_BITS in various temperature
16588 sensor drivers are not necessary
16589
16590 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
16591
16592commit c46980f6d2135ade345dadc1fb1f1f4c8bbf255a
16593Author: Mike Frysinger <vapier@gentoo.org>
16594Date: Tue Oct 14 07:04:38 2008 -0400
16595
16596 cmd_spi: remove broken signed casting for display
16597
16598 Since we're working with unsigned data, you can't apply a signed pointer
16599 cast and then attempt to print the result. Otherwise you get wrong output
16600 when the sign bit is set like "0xFF" incorrectly extended to "0xFFFFFFFF".
16601
16602 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16603
16604commit d5fd0b49210c941de8a1fce3947ace92243ab5ca
16605Author: Mike Frysinger <vapier@gentoo.org>
16606Date: Tue Oct 14 07:05:24 2008 -0400
16607
16608 strings cmd: drop old CONFIG_CFG_STRINGS define
16609
16610 We don't need CONFIG_CFG_STRINGS anymore now that we have the define
16611 CONFIG_CMD_STRINGS and Makefile control.
16612
16613 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
16614
16615commit fecb5ade3b37f62981f2b05b621005850173aaa9
16616Author: Jason Jin <Jason.jin@freescale.com>
16617Date: Fri Sep 19 17:32:49 2008 +0800
16618
16619 Fix the NAND size overflow issue.
16620
16621 When the total size of all NAND devices exceeds 4 GiB, the size will
16622 overflow. This patch tries to fix this.
16623
16624 Note that we still have a problem when a single NAND device is bigger
16625 than 4 GiB: then the overflow would actually happen earlier, i. e.
16626 when storing the size in nand_info[].size, as nand_info[].size is an
16627 "u_int32_t".
16628
16629 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
16630 Signed-off-by: Wolfgang Denk <wd@denx.de>
16631
16632commit 30f574717277238b9014b8136c90eea77196490f
16633Author: Louis Su <louis@asix.com.tw>
16634Date: Wed Jul 9 11:01:37 2008 +0800
16635
16636 AX88180: new gigabit network driver
16637
16638 Signed-off-by: Louis Su <louis@asix.com.tw>
16639 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16640
16641commit c9d6b6925344740ca1db2f8a6bab7921ff820de3
16642Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
16643Date: Tue Aug 19 16:07:03 2008 +0200
16644
16645 enable 10/100M at VSC8601 at tsec driver
16646
16647 Currently VSC8601 doesn't link with 10/100M partners if the
16648 EEPROM/Strapping is not set up.
16649 Setting the auto-neg register fixes this.
16650
16651 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
16652 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16653
16654commit 702c85b0e876d587c11acdbb55738ee52acd54f4
16655Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
16656Date: Tue Sep 30 15:02:53 2008 +0900
16657
16658 net: ne2000: Divided a function of NE2000 driver
16659
16660 get_prom function was used __attriute__ , but it is not enable.
16661 ax88796.o does not do link besides ne2000.o. When ld is carried
16662 out, get_prom function of ax88796.c is ignored.
16663 This problem is a thing by specifications of ld.
16664 I checked and test this patch on SuperH and MIPS.
16665
16666 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
16667 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16668
16669commit 05c7e9070fe4d751e029fd9524bfbbc93cbb1393
16670Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
16671Date: Tue Oct 14 11:10:59 2008 +0900
16672
16673 sh: rsk7203: Add smc911x driver support to board config file
16674
16675 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
16676 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
16677
16678commit cae6f909baf86357b3c0bd01acfc414348c4d175
16679Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
16680Date: Thu Oct 9 13:54:33 2008 +0900
16681
16682 sh: Fix cannot execute a stand-alone application
16683
16684 Address calculated in EXPORT_FUNC in SuperH was wrong, I revised it.
16685
16686 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
16687 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
16688
16689commit 6df0efd5c86ca1689deeb2738b46b7d83ce228ef
16690Author: Ed Swarthout <Ed.Swarthout@freescale.com>
16691Date: Wed Oct 8 23:38:00 2008 -0500
16692
16693 fsl_pci_init do not scan bus when configured as an end-point
16694
16695 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
16696 Acked-by: Andy Fleming <afleming@freescale.com>
16697
16698commit 6f099bbac1ba5dfb46ee7ad29dc53713f0501ba5
16699Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
16700Date: Tue Sep 16 17:07:53 2008 -0400
16701
16702 ARM DaVinci: Remove redundant setting of GD_FLG_RELOC for sffsdr board.
16703
16704 This is no longer necessary now that the GD_FLG_RELOC flag is set for
16705 all ARM boards.
16706
16707 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
16708
16709commit d977a57356657ba241256231efca32828a5822f9
16710Author: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
16711Date: Sat Sep 13 10:04:32 2008 +0200
16712
16713 Fix lzma uncompress call (image_start wrongly used instead image_len)
16714
16715 Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
16716
16717commit 392438406041415fe64ab8748ec5ab5ad01d1cf7
16718Author: Nick Spence <nick.spence@freescale.com>
16719Date: Thu Aug 28 14:09:15 2008 -0700
16720
16721 mpc86xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cache
16722
16723 This is needed in unlock_ram_in_cache() because it is called from C and
16724 will corrupt the small data area anchor that is kept in R2.
16725
16726 lock_ram_in_cache() is modified similarly as good coding practice, but
16727 is not called from C.
16728
16729 Signed-off-by: Nick Spence <nick.spence@freescale.com>
16730
16731commit 5c7cbcd34d0ee566875a4fd0f2a3e5a62bba921c
16732Author: Kumar Gala <galak@kernel.crashing.org>
16733Date: Tue Aug 19 15:05:34 2008 -0500
16734
16735 86xx: remove redudant code with lib_ppc/interrupts.c
16736
16737 For some reason we duplicated the majority of code in lib_ppc/interrupts.c
16738 Not know how that happened, but there is no good reason for it.
16739
16740 Use the interrupt_init_cpu() and timer_interrupt_cpu() since its why
16741 they exist.
16742
16743 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16744
16745commit 0d01f66d235118515b5086b88f82498bc0695d6a
16746Author: Ed Swarthout <Ed.Swarthout@freescale.com>
16747Date: Thu Oct 9 01:26:36 2008 -0500
16748
16749 CFI: cfi_flash write fix for AMD legacy
16750
16751 The flash_unlock_seq requires a sector for AMD_LEGACY.
16752 Fix a retcode check typeo.
16753
16754 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
16755 Signed-off-by: Stefan Roese <sr@denx.de>
16756
16757commit 542b385a620a1783454a00424930e51895f45073
16758Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
16759Date: Tue Oct 7 13:13:10 2008 +0200
16760
16761 ppc4xx: Fix USB 2.0 phy reset sequence
16762
16763 This patch fixes USB 2.0 communication issues on some DU440 boards.
16764
16765 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
16766 Signed-off-by: Stefan Roese <sr@denx.de>
16767
16768commit df8c1ce11114c2260dedb5547281945f7db8fa5c
16769Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
16770Date: Tue Oct 7 13:13:09 2008 +0200
16771
16772 ppc4xx: Add strapping mode for 667MHz CPU frequency on DU440 board
16773
16774 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
16775 Signed-off-by: Stefan Roese <sr@denx.de>
16776
16777commit 6a133d6a00b1fc7b9257cd5925d8cb67f75ecda2
16778Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
16779Date: Tue Oct 7 13:13:08 2008 +0200
16780
16781 ppc4xx: Fix DU440 GPIO configuration
16782
16783 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
16784 Signed-off-by: Stefan Roese <sr@denx.de>
16785
16786commit 35dd025c70fcc4389317db2f2a9d14795172137d
16787Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
16788Date: Tue Oct 7 13:13:07 2008 +0200
16789
16790 ppc4xx: Update DU440 config
16791
16792 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
16793 Signed-off-by: Stefan Roese <sr@denx.de>
16794
16795commit f3bf9273939ffe1a60a32a2eef909097f15df56b
16796Author: Kumar Gala <galak@kernel.crashing.org>
16797Date: Wed Oct 8 15:36:39 2008 -0500
16798
16799 MPC8572DS: Fix compile warnings
16800
16801 Commit 445a7b38308eb05b41de74165b20855db58c7ee5 introduced the following
16802 compile warnings:
16803
16804 cmd_i2c.c:112: warning: missing braces around initializer
16805 cmd_i2c.c:112: warning: (near initialization for 'i2c_no_probes[0]')
16806
16807 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16808
16809commit dffd2446fb041f38ef034b0fcf41e51e5e489159
16810Author: Wolfgang Grandegger <wg@grandegger.com>
16811Date: Tue Sep 30 10:55:57 2008 +0200
16812
16813 85xx: Using proper I2C source clock divider for MPC8544
16814
16815 Measurements with our MPC8544 board showed that the I2C bus frequency
16816 is wrong by a factor of 1.5. Obviously, the interpretation of the
16817 MPC85xx_PORDEVSR2_SEC_CFG bit of the cfg_sec_freq register is not
16818 correct. There seems to be an error in the 8544 RM.
16819
16820 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
16821
16822commit e46c7bfb8bc3c304cedd20f7a365d6e78d7eaf17
16823Author: Rafal Czubak <rcz@semihalf.com>
16824Date: Wed Oct 8 13:41:30 2008 +0200
16825
16826 FSL: Fix get_cpu_board_revision() return value.
16827
16828 get_cpu_board_revision() returned board revision based on information stored
16829 in global static struct eeprom. It should instead use one from local struct
16830 board_eeprom, to which the data is actually read from EEPROM. The bug led to
16831 system hang after printing L1 cache information on U-Boot startup. The problem
16832 was observed on MPC8555CDS system and possibly affects other Freescale MPC85xx
16833 boards using CFG_I2C_EEPROM_CCID.
16834
16835 The change has been successfully tested on MPC8555CDS system.
16836
16837 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
16838
16839commit 747f316cca484ed627a97dd3391febabce384186
16840Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16841Date: Tue Sep 30 20:08:49 2008 +0200
16842
16843 update uImage FIT multi documentation
16844
16845 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16846
16847commit 77a0355f60b801f232ce0a5bfbe95331fa3b6bc0
16848Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16849Date: Tue Sep 30 20:08:36 2008 +0200
16850
16851 move README.imx31 to doc/ and merge with README.mx31
16852
16853 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16854
16855commit 1ed7a7f0f571b13d46530f8f8b9aff3957f15a96
16856Author: Guennadi Liakhovetski <lg@denx.de>
16857Date: Thu Sep 25 20:54:37 2008 +0200
16858
16859 i.MX31: switch to CFG_HZ=1000
16860
16861 Switch to the standard CFG_HZ=1000 value, while at it, minor white-space
16862 cleanup, remove CFG_CLKS_IN_HZ from config-headers. Tested on mx31ads,
16863 provides 2% or 0.4% precision depending on the
16864 CONFIG_MX31_TIMER_HIGH_PRECISION flag. Measured with stop-watch on 100s
16865 boot-delay.
16866
16867 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
16868
16869commit f41b144c11341b571eab7dcef6c4b8e03c92d2b2
16870Author: gnusercn <gnusercn@gmail.com>
16871Date: Wed Oct 8 18:58:58 2008 +0200
16872
16873 Fix bug: in arch-arm, env_get_char dose not work fine
16874
16875 due to the arm implementation which supposed that U-Boot is in RAM
16876 when we jump to start_armboot
16877
16878 Signed-off-by: gnusercn <gnusercn@gmail.com>
16879 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16880
16881commit f8a00dea841d5d75de1f8e8107e90ee1beeddf5f
16882Author: Adam Graham <agraham@amcc.com>
16883Date: Mon Oct 6 10:16:13 2008 -0700
16884
16885 ppc4xx: Reset and relock memory DLL after SDRAM_CLKTR change
16886
16887 After changing SDRAM_CLKTR phase value rerun the memory preload
16888 initialization sequence (INITPLR) to reset and relock the memory
16889 DLL. Changing the SDRAM_CLKTR memory clock phase coarse timing
16890 adjustment effects the phase relationship of the internal, to the
16891 PPC chip, and external, to the PPC chip, versions of MEMCLK_OUT.
16892
16893 Signed-off-by: Adam Graham <agraham@amcc.com>
16894 Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
16895 Signed-off-by: Stefan Roese <sr@denx.de>
16896
16897commit 5297246bbaa9943c0da1ec2e717b72e4ab6b830e
16898Author: Haiying Wang <Haiying.Wang@freescale.com>
16899Date: Fri Oct 3 11:48:03 2008 -0400
16900
16901 Remove redundant #define for MPC8536DS
16902
16903 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
16904
16905commit 445a7b38308eb05b41de74165b20855db58c7ee5
16906Author: Haiying Wang <Haiying.Wang@freescale.com>
16907Date: Fri Oct 3 11:47:30 2008 -0400
16908
16909 Add ID EEPROM support for MPC8572DS
16910
16911 The ID EEPROM on MPC8572DS board locates on I2C bus 1. Its the storage for
16912 system information like mac addresses etc. This patch enables it.
16913
16914 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
16915
16916commit 1f3ba317a5c5f3a7aabf580fddc211f4bb5a4540
16917Author: Haiying Wang <Haiying.Wang@freescale.com>
16918Date: Fri Oct 3 11:46:59 2008 -0400
16919
16920 Minor fixes for I2C address on MPC8572DS
16921
16922 MPC8572DS has two i2c buses. This patch moves the DDR SPD_EEPROM to i2c bus 1
16923 according to the board spec, and adds the 2nd i2c bus offset.
16924
16925 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
16926
16927commit c0391111c33c22fabeddf8f4ca801ec7645b4f5c
16928Author: Jason Jin <Jason.jin@freescale.com>
16929Date: Sat Sep 27 14:40:57 2008 +0800
16930
16931 Fix the incorrect DDR clk freq reporting on 8536DS
16932
16933 On 8536DS board, When the DDR clk is set async mode(SW3[6:8] != 111),
16934 The display is still sync mode DDR freq. This patch try to fix
16935 this. The display DDR freq is now the actual freq in both
16936 sync and async mode.
16937
16938 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
16939
16940commit bac6a1d1fa1cd80aa57881fa9c2152b853cd0ed4
16941Author: Kumar Gala <galak@kernel.crashing.org>
16942Date: Tue Oct 7 10:28:46 2008 -0500
16943
16944 85xx: Remove setting of *cache-line-size in device trees
16945
16946 ePAPR says if the *cache-block-size is the same as *cache-line-size
16947 than we don't need the *cache-line-size property.
16948
16949 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16950
c0a14aed
WD
16951commit a69a42338dd25408f9fd5390a83bc501749c7e1b
16952Author: Mark Jackson <mpfj@mimc.co.uk>
16953Date: Fri Oct 3 11:48:57 2008 +0100
16954
16955 MIMC200 board now uses CONFIG_DISABLE_CONSOLE
16956
16957 Changed MIMC200 board setup and config to use CONFIG_DISABLE_CONSOLE.
16958 Also fixed default uImage location.
16959
16960 Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
16961 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
16962
a0b1b610
WD
16963commit cd3cb0d9269d155276b00207e3816a9347fd1c92
16964Author: Gerald Van Baren <vanbaren@cideas.com>
16965Date: Sat Oct 4 07:56:06 2008 -0400
16966
16967 libfdt: Fix error in documentation for fdt_get_alias_namelen()
16968
16969 Oops, screwed up the function name in the documenting comment for this
16970 function. Trivial correction in this patch.
16971
16972 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
16973 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
16974
16975commit 9a6cf73a88ddab2e1ac39088f2806177982cc62c
16976Author: David Gibson <david@gibson.dropbear.id.au>
16977Date: Wed Aug 20 16:55:14 2008 +1000
16978
16979 libfdt: Add function to explicitly expand aliases
16980
16981 Kumar has already added alias expansion to fdt_path_offset().
16982 However, in some circumstances it may be convenient for the user of
16983 libfdt to explicitly get the string expansion of an alias. This patch
16984 adds a function to do this, fdt_get_alias(), and uses it to implement
16985 fdt_path_offset().
16986
16987 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
16988
16989commit 2215987e100d2a841ae6d48a7cc9bb83fcf22737
16990Author: Mike Frysinger <vapier@gentoo.org>
16991Date: Thu Oct 2 01:55:38 2008 -0400
16992
16993 cfi_flash: do not reset flash when probe fails
16994
16995 The CFI flash driver starts at flash_init() which calls down into
16996 flash_get_size(). This starts by calling flash_detect_cfi(). If said
16997 function fails, flash_get_size() finishes by attempting to reset the
16998 flash. Unfortunately, it does this with an info->portwidth set to 0x10
16999 which filters down into flash_make_cmd() and that happily smashes the
17000 stack by sticking info->portwidth bytes into a cfiword_t variable that
17001 lives on the stack. On a 64bit system you probably won't notice, but
17002 killing the last 8 bytes on a 32bit system usually leads to a corrupt
17003 return address. Which is what happens on a Blackfin system.
17004
17005 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
17006 Signed-off-by: Stefan Roese <sr@denx.de>
17007
17008commit 3e38577208e4256956bc33bb8bcd0a6b6fab55c3
17009Author: Stefan Roese <sr@denx.de>
17010Date: Fri Sep 26 17:03:26 2008 +0200
17011
17012 fdt: Overwrite /chosen node in bootm if it already exists in the dtb
17013
17014 Set force parameter in fdt_chosen() call in do_bootm_linux() call.
17015 Without this, the chosen node is not overwritten if it already
17016 exists.
17017
17018 Signed-off-by: Stefan Roese <sr@denx.de>
17019
17020commit 741a6d010d09b5bafca8e4cdfb6b2f8a2c07994d
17021Author: Jon Loeliger <jdl@freescale.com>
17022Date: Thu Sep 25 11:02:17 2008 -0500
17023
17024 Fix an overflow case in fdt_offset_ptr() detected by GCC 4.3.
17025
17026 Using Gcc 4.3 detected this problem:
17027
17028 ../dtc/libfdt/fdt.c: In function 'fdt_next_tag':
17029 ../dtc/libfdt/fdt.c:82: error: assuming signed overflow does not
17030 occur when assuming that (X + c) < X is always false
17031
17032 To fix the problem, treat the offset as an unsigned int.
17033
17034 The problem report and proposed fix were provided
17035 by Steve Papacharalambous <stevep@freescale.com>.
17036
17037 Signed-off-by: Jon Loeliger <jdl@freescale.com>
17038
17039commit bbdbc7cb3abefda5bd998edbcf0508fe6256327d
17040Author: David Gibson <david@gibson.dropbear.id.au>
17041Date: Fri Aug 29 14:19:13 2008 +1000
17042
17043 libfdt: Fix bugs in fdt_get_path()
17044
17045 The current implementation of fdt_get_path() has a couple of bugs,
17046 fixed by this patch.
17047
17048 First, contrary to its documentation, on success it returns the length
17049 of the node's path, rather than 0. The testcase is correspondingly
17050 wrong, and the patch fixes this as well.
17051
17052 Second, in some circumstances, it will return -FDT_ERR_BADOFFSET
17053 instead of -FDT_ERR_NOSPACE when given insufficient buffer space.
17054 Specifically this happens when there is insufficient space even to
17055 hold the path's second last component. This behaviour is corrected,
17056 and the testcase updated to check it.
17057
17058 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
17059
17060commit 33af3e6656e84660d397b5dd95abab2dccc36f83
17061Author: Wolfgang Denk <wd@denx.de>
17062Date: Wed Oct 1 12:34:58 2008 +0200
17063
17064 TQM5200: enable support for ATAPI devices
17065
17066 Signed-off-by: Wolfgang Denk <wd@denx.de>
17067
17068commit d13ff2358ff8c384f52eaf46f5d60258acf96ea6
17069Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17070Date: Mon Sep 15 05:48:25 2008 +0200
17071
17072 Revert "ARM: set GD_FLG_RELOC for boards skipping relocation to RAM"
17073
17074 we need this due to the arm implementation which supposed that U-Boot
17075 is in RAM when we jump to start_armboot
17076
17077 This reverts commit f96b44cef897bd372beb86dde1b33637c119d84d.
17078 in order to do it for all arm board
17079
17080 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17081
17082commit 7fd0bea2e4a78eab7e6693140940f9f9a0009bc2
17083Author: Kim Phillips <kim.phillips@freescale.com>
17084Date: Wed Sep 24 08:46:25 2008 -0500
17085
17086 mpc83xx: don't disable autoboot
17087
17088 bootdelay set to -1 'permanently' disables autobooting, even if
17089 bootcmd is specified. Change to a positive value to allow
17090 autobooting when a bootcmd is set.
17091
17092 Reported-by: Coray Tate <Coray.Tate@freescale.com>
17093 Cc: Scott Wood <scottwood@freescale.com>
17094 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
17095
17096commit 2fb29c520c42b7bfef33ea3fd1527eba64099164
17097Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
17098Date: Wed Sep 24 10:42:15 2008 +0900
17099
17100 mpc83xx: Fix typo in include/mpc83xx.h
17101
17102 Fixed typo from CONIFG_MPC837X to CONFIG_MPC837X
17103
17104 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
17105 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
17106
17107commit 162c41c03179727a1d14262f703c9a8bc40231fa
17108Author: Kim Phillips <kim.phillips@freescale.com>
17109Date: Tue Sep 23 09:38:49 2008 -0500
17110
17111 mpc83xx: add h/w flash protection to board configs
17112
17113 the operating system may leave flash in a h/w locked state after writing.
17114 This allows u-boot to continue to write flash by enabling h/w unlocking
17115 by default.
17116
17117 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
17118
17119commit d26154c9a692586b66eb6d1f8e1b67c75e40ea70
17120Author: Anton Vorontsov <avorontsov@ru.mvista.com>
17121Date: Thu Sep 11 21:35:36 2008 +0400
17122
17123 mpc83xx: spd_sdram: fix ddr sdram base address assignment bug
17124
17125 The spd_dram code shifts the base address, then masks 20 bits, but
17126 forgets to shift the base address back. Fix this by just masking the
17127 base address correctly.
17128
17129 Found this bug while trying to relocate a DDR memory at the base != 0.
17130
17131 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
17132 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
17133
17134commit 8fd4166c467a46773f80208bda1ec3b4757747bc
17135Author: Stefan Roese <sr@denx.de>
17136Date: Mon Sep 22 16:10:43 2008 +0200
17137
17138 ppc4xx: Canyonlands: Remove unnecessary FDT warning upon DTB fixup
17139
17140 Depending on the configuration jumper "SATA SELECT", U-Boot disabled
17141 either one PCIe node or the SATA node in the device tree blob. This
17142 patch removes the unnecessary and even confusing warning, when the node
17143 is not found at all.
17144
17145 Signed-off-by: Stefan Roese <sr@denx.de>
17146
17147commit 6e24a1eb1490aa043770bcf0061ac1fad0864fd9
17148Author: Remy Bohmer <linux@bohmer.net>
17149Date: Fri Sep 19 13:30:06 2008 +0200
17150
17151 Add missing device types to dev_print() in part.c
17152
17153 Signed-off-by: Remy Bohmer <linux@bohmer.net>
17154
17155commit 5fdc215f0b351b0c36cc3f8a0fa5850f24454bed
17156Author: Wolfgang Denk <wd@denx.de>
17157Date: Mon Sep 22 22:23:06 2008 +0200
17158
17159 Fix DPRAM memory leak when CFG_ALLOC_DPRAM is defined, which
17160 eventually leads to a machine check. This change assures that DPRAM
17161 is allocated only once in that case.
17162
17163 Signed-off-by: Gary Jennejohn <garyj@denx.de>
17164 Signed-off-by: Wolfgang Denk <wd@denx.de>
17165
17166commit a07faf7b9ad5a86763a577c79922c4ff9a70ef23
17167Author: Laurent Pinchart <laurentp@cse-semaphore.com>
17168Date: Wed Sep 17 17:57:34 2008 +0200
17169
17170 Fix Spartan-3 definitions.
17171
17172 A few Spartan-3 definitions erroneously use Spartan-3E size
17173 constants. This patch fixes them.
17174
17175 Signed-off-by: Laurent Pinchart <laurentp@cse-semaphore.com>
17176
17177commit 28113e1f0da4146b823ffce37680d31d5685a60b
17178Author: Laurent Pinchart <laurentp@cse-semaphore.com>
17179Date: Wed Sep 17 17:41:58 2008 +0200
17180
17181 Remove duplicate Spartan-3E definition.
17182
17183 Signed-off-by: Laurent Pinchart <laurentp@cse-semaphore.com>
17184 Signed-off-by: Wolfgang Denk <wd@denx.de>
17185
17186commit 5c65ecf7cd94df250b295621f3b24135cbcfe579
17187Author: Anatolij Gustschin <agust@denx.de>
17188Date: Wed Sep 17 13:46:17 2008 +0200
17189
17190 socrates: change default mtest address range
17191
17192 Running mtest command on socrates without specifying
17193 an address range crashes the board. This patch changes
17194 default mtest address range to prevent this behavior.
17195
17196 Signed-off-by: Anatolij Gustschin <agust@denx.de>
17197
17198commit d666b2d59674b5e002c0821b7ab83ec3ff90d670
17199Author: Anatolij Gustschin <agust@denx.de>
17200Date: Wed Sep 17 12:34:45 2008 +0200
17201
17202 socrates: fix crash after relocation
17203
17204 Currently U-Boot crashes after relocation to RAM.
17205 Changing the CPO value of the DDR SDRAM TIMING_CFG_2
17206 register to READ_LAT + 1 (to the value it was before
17207 conversion of socrates to new DDR code) fixes the
17208 problem.
17209
17210 Signed-off-by: Anatolij Gustschin <agust@denx.de>
17211
17212commit 562788b0a303f3528b920d81f547f5ca77ba528e
17213Author: Anatolij Gustschin <agust@denx.de>
17214Date: Wed Sep 17 11:45:51 2008 +0200
17215
17216 socrates: fix SPD EEPROM address
17217
17218 Commit be0bd8234b9777ecd63c4c686f72af070d886517
17219 changed SPD EEPROM address to 0x51 and DDR SDRAM
17220 detection stopped working. Change this address
17221 back to 0x50.
17222
17223 Signed-off-by: Anatolij Gustschin <agust@denx.de>
17224
17225commit 023824549a370bd185d7129d9a6c86f9be7b86a8
17226Author: Stefan Roese <sr@denx.de>
17227Date: Mon Sep 22 11:06:50 2008 +0200
17228
17229 Revert "ppc4xx: Fix DDR2 auto calibration on Kilauea 600MHz (200MHz PLB)"
17230
17231 This reverts commit 3eec160a3a405b29ce9c06920f6427b9047dd8a8.
17232
17233 Signed-off-by: Stefan Roese <sr@denx.de>
17234
3cbd8231
WD
17235commit e58c41e26cf3c8accd60311be579f452e368e97e
17236Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
17237Date: Thu Sep 18 20:13:08 2008 +0900
17238
17239 usb: Fix compile warning of r8a66597-hcd
17240
17241 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
17242 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
17243
a0b1b610
WD
17244commit b5d10a13525c07ec6374adf840d7c87553b5f189
17245Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
17246Date: Thu Sep 18 19:34:36 2008 +0900
17247
17248 sh: Fix compile warning
17249
17250 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
17251
17252commit 4a065abf926f128beb36d93449defa0d690e7fef
17253Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
17254Date: Thu Sep 18 19:04:26 2008 +0900
17255
17256 sh: Add support watchdog for SH4A core
17257
17258 Add support watchdog for SH4A core (SH7763, SH7780 and SH7785).
17259 And fix some compile warning.
17260
17261 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
17262
17263commit a03c09c5fdb8430fe2ae6a03f88a0cf7bcc0aa57
17264Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
17265Date: Wed Sep 17 11:45:26 2008 +0900
17266
17267 sh: Fix typo in SH serial driver
17268
17269 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
17270 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
17271
17272commit 6b44a439215ba7c63f666f8099213ea4f05f2b07
17273Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
17274Date: Wed Sep 17 11:08:36 2008 +0900
17275
17276 sh: Add support any page size and empty_zero_page to SH Linux uImage
17277
17278 Old U-Boot supported 4KB page size only. If this version, Linux
17279 kernel can not get command line from U-Boot.
17280 SH Linux kernel can change page size and empty_zero_page.
17281 This patch support this function and fix promlem.
17282
17283 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
17284 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
17285
17286commit ce9f99ddb59628f41dc534e892368a7d66dfc774
17287Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
17288Date: Thu Aug 28 13:40:52 2008 +0900
17289
17290 sh: rsk7203: Add support pkt_data_pull and pkt_data_push function
17291
17292 Add function of smc911x, pkt_data_pull and pkt_data_push.
17293
17294 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
17295 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
17296
17297commit dd820b03a2f45e86e7960e26729a3b58e3dda44a
17298Author: Wolfgang Denk <wd@denx.de>
17299Date: Thu Sep 18 13:57:32 2008 +0200
17300
17301 ADS5121: fix typo in "rootpath" default setting
17302
17303 Signed-off-by: Wolfgang Denk <wd@denx.de>
17304
3cbd8231
WD
17305commit c9e8436b10cca53fca4904ecbadcd6231ad72c38
17306Author: Remy Bohmer <linux@bohmer.net>
17307Date: Tue Sep 16 14:55:44 2008 +0200
17308
17309 USB layer of U-Boot causes USB protocol errors while using USB memory sticks
17310
17311 There are several differences between Linux, Windows and U-boot for initialising the
17312 USB devices. While analysing the behaviour of U-boot it turned out that U-boot does
17313 things really different, and some are wrong (compared to the USB standard).
17314
17315 This patch fixes some errors:
17316 * The NEW_init procedure that was already in the code is good, while the old procedure
17317 is wrong. See code comments for more info.
17318 * On a Control request the data returned by the device can be more than 8 bytes, while
17319 the host limits it to 8 bytes. This caused the host to generate a DataOverrun error.
17320 This results in a lot of USB sticks not being recognised, and the transmission ended
17321 frequently with a CTL:TIMEOUT Error.
17322 * Added a flag CONFIG_LEGACY_USB_INIT_SEQ to allow users to use the old init procedure.
17323
17324 Signed-off-by: Remy Bohmer <linux@bohmer.net>
17325 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
17326
17327commit 6f5794a6f78b313231256958fd73673c6aacc116
17328Author: Remy Bohmer <linux@bohmer.net>
17329Date: Tue Sep 16 14:55:43 2008 +0200
17330
17331 Refactoring parts of the common USB OHCI code
17332
17333 This patch refactors some large routines of the USB OHCI code by
17334 making some routines smaller and more readable which helps
17335 debugging and understanding the code. (Makes the code looks
17336 somewhat more like the Linux implementation.)
17337
17338 Also made entire file compliant to Linux Coding Rules (checkpatch.pl compliant)
17339
17340 Signed-off-by: Remy Bohmer <linux@bohmer.net>
17341 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
17342
17343commit be19d324edc1a1d7f393d24e10d164cd94c91a00
17344Author: Remy Bohmer <linux@bohmer.net>
17345Date: Tue Sep 16 14:55:42 2008 +0200
17346
17347 Fix for USB sticks not working on ARM while using GCC 4.x compilers
17348
17349 The GCC-compiler makes an optimisation error while optimising the routine
17350 usb_set_maxpacket(). This should be fixed in the compiler in the first place,
17351 but there lots of compilers out there that makes this error, that it is
17352 probably wiser to workaround it in U-boot itself.
17353
17354 What happens is that the register r3 is used as loop-counter 'i', but gets
17355 overwritten later on. From there it starts using register r3 for several other
17356 things and the assembler code is becoming a big mess. This is clearly a compiler bug.
17357
17358 This error occurs on at least several versions of Code Sourcery Lite compilers
17359 for ARM. Like the Edition 2008q1, and 2008q3, It has also been seen on other
17360 compilers, while compiling for armv4t, or armv5te with Os, O1 and O2.
17361
17362 We work around it by splitting up this routine in 2 parts, and making sure that
17363 the split out part is NOT inlined any longer. This will make GCC spit out assembler
17364 that do not show this problem. Another possibility is to adapt the Makefile to stop
17365 optimisation for the complete file. I think this solution is nicer.
17366
17367 Signed-off-by: Remy Bohmer <linux@bohmer.net>
17368 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
17369
a0b1b610
WD
17370commit 87b4ef560cf2da4ccc9e59711ad1ff7fafe96670
17371Author: Wolfgang Denk <wd@denx.de>
17372Date: Wed Sep 17 10:17:55 2008 +0200
17373
17374 Coding style cleanup; update CHANEGLOG
17375
17376 Signed-off-by: Wolfgang Denk <wd@denx.de>
17377
17378commit 3eec160a3a405b29ce9c06920f6427b9047dd8a8
17379Author: Victor Gallardo <vgallardo@amcc.com>
17380Date: Tue Sep 16 06:59:13 2008 -0700
17381
17382 ppc4xx: Fix DDR2 auto calibration on Kilauea 600MHz (200MHz PLB)
17383
17384 Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
17385 Signed-off-by: Adam Graham <agraham@amcc.com>
17386 Signed-off-by: Stefan Roese <sr@denx.de>
17387
17388commit ce47eb402c5e29a025399dc282246414fc492940
17389Author: Peter Tyser <ptyser@xes-inc.com>
17390Date: Tue Sep 16 10:04:47 2008 -0500
17391
17392 Support for multiple SGMII/TBI interfaces for TSEC ethernet
17393
17394 Fix TBI PHY accesses to use the proper offset in CPU register space. The
17395 previous code would incorrectly access the TBI PHY by reading/writing to CPU
17396 register space at the same location as would be used to access external PHYs.
17397
17398 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
17399 Acked-by: Andy Fleming <afleming@freescale.com>
17400
87b4ef56
WD
17401commit 7c803be2eb3cae245dedda438776e08fb122250f
17402Author: Wolfgang Denk <wd@denx.de>
17403Date: Tue Sep 16 18:02:19 2008 +0200
17404
17405 TQM8xx: Fix CFI flash driver support for all TQM8xx based boards
17406
17407 After switching to using the CFI flash driver, the correct remapping
17408 of the flash banks was forgotten.
17409
17410 Also, some boards were not adapted, and the old legacy flash driver
17411 was not removed yet.
17412
17413 Signed-off-by: Wolfgang Denk <wd@denx.de>
17414
17415commit c0d2f87d6c450128b88e73eea715fa3654f65b6c
17416Author: Wolfgang Denk <wd@denx.de>
17417Date: Sun Sep 14 00:59:35 2008 +0200
17418
17419 Prepare v2008.10-rc2
17420
17421 Signed-off-by: Wolfgang Denk <wd@denx.de>
17422
17423commit f12e4549b6fb01cd2654348af95a3c7a6ac161e7
17424Author: Wolfgang Denk <wd@denx.de>
17425Date: Sat Sep 13 02:23:05 2008 +0200
17426
17427 Coding style cleanup, update CHANGELOG
17428
17429 Signed-off-by: Wolfgang Denk <wd@denx.de>
17430
f12e4549
WD
17431commit 0c32565f536609d78feef35c88bbc39d3ac53a73
17432Author: Peter Tyser <ptyser@xes-inc.com>
17433Date: Wed Sep 10 09:18:34 2008 -0500
17434
17435 Update mailing list email and archive addresses
17436
17437 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
17438
17439commit fb661ea444ae61de60520f66ae84cdb5dd5a3246
17440Author: u-boot@bugs.denx.de <u-boot@bugs.denx.de>
17441Date: Thu Sep 11 15:40:01 2008 +0200
17442
17443 85xx: socrates: autoprobe Lime chip
17444
17445 This patch is an attempt to implement autoprobing for the Lime
17446 presence on the bus.
17447 Configure GPCM for Lime CS2 and try to access chip ID registers.
17448 Second read atempt delivers register values if the chip is present.
17449
17450 Signed-off-by: Anatolij Gustschin <agust@denx.de>
17451
17452commit e99b607a5ec56ce66e0bcccb78480d5e16fb7bc5
17453Author: u-boot@bugs.denx.de <u-boot@bugs.denx.de>
17454Date: Thu Sep 11 15:40:01 2008 +0200
17455
17456 85xx: socrates: Add support for new image format.
17457
17458 Signed-off-by: Detlev Zundel <dzu@denx.de>
17459
17460commit 3c094b652d4107b34641f300a8e9fe16ca15e3d8
17461Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
17462Date: Thu Sep 11 17:28:18 2008 +0900
17463
17464 sh: Fix compile error for r2dplus
17465
17466 netdev.h was not include by r2dplus.
17467
17468 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
17469
17470commit 56844a22b76c719e600047e23b80465a44d76abd
17471Author: Heiko Schocher <hs@denx.de>
17472Date: Thu Sep 11 08:11:23 2008 +0200
17473
17474 powerpc: Fix bootm to boot up again with a Ramdisk
17475
17476 Commit 2a1a2cb6 didnt remove the dummy mem reservation in fdt_chosen,
17477 and this stopped Linux from booting with a Ramdisk. This patch fixes
17478 this, by deleting the useless dummy mem reservation.
17479
17480 When booting with a Ramdisk, a fix offset FDT_RAMDISK_OVERHEAD is now
17481 added to of_size, so we dont need anymore a dummy mem reservation.
17482
17483 I measured the value of FDT_RAMDISK_OVERHEAD on a MPC8270 based
17484 system (=0x44 bytes) and rounded it up to 0x80).
17485
17486 Signed-off-by: Heiko Schocher <hs@denx.de>
17487 Acked-by: Kumar Gala <galak@kernel.crashing.org>
17488
17489commit fc9c1727b5b3483ce49c3cb668e8332fb001b8a7
17490Author: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
17491Date: Mon Sep 8 02:46:13 2008 +0200
17492
17493 Add support for LZMA uncompression algorithm.
17494
17495 Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
17496 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17497
17498commit 0008b6d968160abe2bfd936493f3a516a7c8da20
17499Author: Anton Vorontsov <avorontsov@ru.mvista.com>
17500Date: Fri Jun 27 23:04:20 2008 +0400
17501
17502 fsl_elbc_nand: ecclayout cleanups
17503
17504 This patch deletes oobavail assignments, they're calculated by the nand
17505 core code in nand_scan_tail, plus current oobavail values are wrong for
17506 the LP NANDs.
17507
17508 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
17509 Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
17510 Signed-off-by: Scott Wood <scottwood@freescale.com>
17511
17512commit 8f42bf1c393d53a70c2545e9f329d11c46d74794
17513Author: Anton Vorontsov <avorontsov@ru.mvista.com>
17514Date: Fri Jun 27 23:04:13 2008 +0400
17515
17516 fsl_elbc_nand: implement support for flash-based BBT
17517
17518 This patch implements support for flash-based BBT for chips working
17519 through ELBC NAND controller, so that NAND core will not have to re-scan
17520 for bad blocks on every boot.
17521
17522 Because ELBC controller may provide HW-generated ECCs we should adjust
17523 bbt pattern and bbt version positions in the OOB free area.
17524
17525 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
17526 Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
17527 Signed-off-by: Scott Wood <scottwood@freescale.com>
17528
17529commit 97ae023648e764f794ffb9c52da109d6caf09c47
17530Author: Anton Vorontsov <avorontsov@ru.mvista.com>
17531Date: Fri Jun 27 23:04:04 2008 +0400
17532
17533 fsl_elbc_nand: fix OOB workability for large page NAND chips
17534
17535 For large page chips, nand_bbt is looking into OOB area, and checking
17536 for "0xff 0xff" pattern at OOB offset 0. That is, two bytes should be
17537 reserved for bbt means.
17538
17539 But ELBC driver is specifying ecclayout so that oobfree area starts at
17540 offset 1, so only one byte left for the bbt purposes.
17541
17542 This causes problems with any OOB users, namely JFFS2: after first mount
17543 JFFS2 will fill all OOBs with "erased marker", so OOBs will contain:
17544
17545 OOB Data: ff 19 85 20 03 00 ff ff ff 00 00 08 ff ff ff ff
17546 OOB Data: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
17547 OOB Data: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
17548 OOB Data: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
17549
17550 And on the next boot, NAND core will rescan for bad blocks, then will
17551 see "0xff 0x19" pattern, and will mark all blocks as bad ones.
17552
17553 To fix the issue we should implement our own bad block pattern: just one
17554 byte at OOB start. Though, this will work only for x8 chips. For x16
17555 chips two bytes must be checked. Since ELBC driver does not support x16
17556 NANDs (yet), we're safe for now.
17557
17558 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
17559 Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
17560 Signed-off-by: Scott Wood <scottwood@freescale.com>
17561
17562commit 7238ada313057a85409485b8ee21515dc10c07a5
17563Author: Wolfgang Denk <wd@denx.de>
17564Date: Fri Sep 12 13:52:21 2008 +0200
17565
17566 MPC512x: reduce timeout waiting for Ethernet autonegotiation to 2.5s
17567
17568 Signed-off-by: Wolfgang Denk <wd@denx.de>
17569
17570commit b18410e508a12ba0a177dfc2a386857c806fa96d
17571Author: Stefan Roese <sr@denx.de>
17572Date: Thu Sep 11 13:05:56 2008 +0200
17573
17574 ppc4xx: Enable device tree (FDT) support in zeus board port
17575
17576 Signed-off-by: Stefan Roese <sr@denx.de>
17577
17578commit 7bf5ecfa50722a9feb45ea8f04da75f5d406f20b
17579Author: Stefan Roese <sr@denx.de>
17580Date: Wed Sep 10 16:53:47 2008 +0200
17581
17582 ppc4xx: Fix SDRAM inititialization of multiple 405 based board ports
17583
17584 This patch fixes a problem introdiced with patch
17585 bbeff30c [ppc4xx: Remove superfluous dram_init() call or replace it by
17586 initdram()].
17587
17588 The boards affected are:
17589 - PCI405
17590 - PPChameleonEVB
17591 - quad100hd
17592 - taihu
17593 - zeus
17594
17595 Signed-off-by: Stefan Roese <sr@denx.de>
17596
17597commit 61737c59a3285f6fadf96a5836879898c04ec28d
17598Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
17599Date: Thu Sep 11 19:41:26 2008 -0400
17600
17601 ppc4xx: Add .gitignore file to xilinx-ppc440 boards
17602
17603 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
17604 Signed-off-by: Stefan Roese <sr@denx.de>
17605
17606commit 2bec498ed1164a58cd8437b561bdc4551d69f9bf
17607Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
17608Date: Thu Sep 11 19:41:25 2008 -0400
17609
17610 ppc4xx: Fix compilation of v5fx30teval_flash
17611
17612 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
17613 Signed-off-by: Stefan Roese <sr@denx.de>
17614
17615commit 4bed9deebbd7ee6f0ba746b44d47a922156f7404
17616Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
17617Date: Wed Sep 10 17:44:30 2008 -0400
17618
17619 ppc4xx: Fix in-tree build for ppc440-generic boards
17620
17621 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
17622 Signed-off-by: Stefan Roese <sr@denx.de>
17623
17624commit 06c4ab50f5ccfb55ea2dd324aa28b2b06102e416
17625Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17626Date: Fri Sep 12 02:20:47 2008 +0200
17627
17628 ARM: synchronize mach-types.h with linux 2.6.27-rc6
17629
17630 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17631
17632commit 3ee9f03f588ad605e3fd10530237f9e3e2e7ab4c
17633Author: Jens Scharsig <esw@bus-elektronik.de>
17634Date: Fri Sep 12 02:20:47 2008 +0200
17635
17636 at91rm9200: fix errors with CONFIG_CMD_I2C_TREE
17637
17638 This patch prevents linker error on AT91RM9200 boards, if
17639 CONFIG_CMD_I2_TREE is set.
17640 It implements i2c_set_bus_speed and i2c_get_bus_speed as a dummy function.
17641
17642 Signed-off-by: Jens Scharsig <esw@bus-elektronik.de>
17643
17644commit b5b0344957d32e3d07a8dd72fce64fb48e680ba4
17645Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
17646Date: Fri Sep 12 02:20:47 2008 +0200
17647
17648 ARM DaVinci: Remove duplicate code in cpu/arm926ejs/davinci/dp83848.c
17649
17650 ARM DaVinci: Remove duplicate code in cpu/arm926ejs/davinci/dp83848.c
17651
17652 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
17653
17654commit 03db53335c8eba656a7c44d1555b1a4514383e33
17655Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
17656Date: Fri Sep 12 02:20:46 2008 +0200
17657
17658 make: Remove redundant __ARM__ addition when cross-compiling on *BSD
17659
17660 __ARM__ is given by arm_config.mk automatically.
17661
17662 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
17663
17664commit 8cc62a7d9c77f8ef5166fb57322c4a6ddac320b4
17665Author: Claudio Scordino <claudio@evidence.eu.com>
17666Date: Fri Sep 12 02:20:46 2008 +0200
17667
17668 Fix MACH_TYPE for the AT91RM9200DK board.
17669
17670 Signed-off-by: Claudio Scordino <claudio@evidence.eu.com>
17671
17672commit 274737e5eb25b2bcd3af3a96da923effd543284f
17673Author: Andrew Dyer <adyer@righthandtech.com>
17674Date: Fri Sep 12 02:20:46 2008 +0200
17675
17676 i.mx change get_timer(base) to return time since base
17677
17678 This patch changes get_timer() for i.MX to return the time since
17679 'base' instead of the time since the counter was at zero.
17680
17681 Symptom seen is flash timeout errors when erasing or programming a
17682 sector using the common cfi flash code.
17683
17684 Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
17685
17686commit 48fed40575b3e8eae960eb0141509ddd9a73012a
17687Author: Andrew Dyer <adyer@righthandtech.com>
17688Date: Fri Sep 12 02:20:46 2008 +0200
17689
17690 i.MX use u-boot baud rate and don't assume UART master clock
17691
17692 1) Change the i.MX serial driver to use the baud rate set in the
17693 u-boot environment
17694
17695 2) don't assume a 16MHz value for PERCLK1 in baud rate calculations
17696
17697 3) don't write a 1 to the RDR bit in the USR2 reg. (bit is not "write
17698 one to clear" like other status bits in the reg.)
17699
17700 Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
17701
17702commit 6e1551a870d360805b9d172dc56d935064abe71d
17703Author: Andrew Dyer <adyer@righthandtech.com>
17704Date: Fri Sep 12 02:20:46 2008 +0200
17705
17706 arm920t fix constant error in start.S
17707
17708 Code in cpu/arm920t/start.S will die with a compilation error if
17709 CONFIG_STACKSIZE + CFG_MALLOC_LEN works out to an invalid constant for
17710 the ARM sub instruction. Change the code so that each is subtracted
17711 independently to avoid the error.
17712
17713 Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
17714
17715commit b23253835f871cd9bd8e955b9a971d18a7d4ff56
17716Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
17717Date: Fri Sep 12 02:20:40 2008 +0200
17718
17719 ARM OMAP : Correct Invalid Timer Register Field Declaration in omap1510.h & omap730.h
17720
17721 - Correct Invalid #define of MPUTIM_PTV_MASK for
17722 omap1510 & omap730 register definition
17723
17724 MPUTIM_PTV_MASK is defined as
17725 #define MPUTIM_PTV_MASK (0x7<<PTV_BIT)
17726
17727 while it should have been
17728 #define MPUTIM_PTV_MASK (0x7<<MPUTIM_PTV_BIT)
17729
17730 - Below Patch corrects the same
17731
17732 Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
17733
17734commit c455d07396dddc9864fd8dbb965ee10fe95ce8cf
17735Author: Adrian Filipi <adrian.filipi@eurotech.com>
17736Date: Fri Jul 18 11:52:02 2008 -0400
17737
17738 Set up SD/MMC OCR as comment describes. i.e. 3.2-3.4v.
17739
17740 Signed-off-by: Adrian Filipi <adrian.filipi@eurotech.com>
17741
17742commit eb16135df20535b0d19969f50fb5bd17f95e9c25
17743Author: Guennadi Liakhovetski <lg@denx.de>
17744Date: Thu Aug 28 12:25:11 2008 +0200
17745
17746 i.MX31: document timer precision option
17747
17748 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
17749
17750commit 1a6337b01351b82a45b0defa76f08744511c580b
17751Author: Magnus Lilja <lilja.magnus@gmail.com>
17752Date: Fri Aug 29 10:36:18 2008 +0200
17753
17754 i.MX31: Make the SPI bus and chip select configurable for MC13783
17755
17756 The i.MX31 has three SPI buses and each bus has several chip selects
17757 and the MC13783 chip can be connected to any of these. The current
17758 RTC driver for MC13783 is hardcoded for CSPI2/SS2.
17759
17760 This patch makes make MC13783 SPI bus and chip select configurable
17761 via CONFIG_MC13783_SPI_BUS and CONFIG_MC13783_SPI_CS.
17762
17763 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
17764
17765commit 8c4ebec25b21e355b8488698ec1594da9701fff4
17766Author: Magnus Lilja <lilja.magnus@gmail.com>
17767Date: Fri Aug 29 10:36:17 2008 +0200
17768
17769 i.MX31: Add reset_timer() and modify get_timer_masked().
17770
17771 This patch adds the reset_timer() function (needed by nand_base.c) and
17772 modifies the get_timer_masked() to work in the same way as the omap24xx
17773 function.
17774
17775 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
17776
17777commit deeec4991a55de243787002ede24d2331d234fc8
17778Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17779Date: Wed Sep 10 22:48:09 2008 +0200
17780
17781 ap325rxa: remove duplicate CONFIG_FLASH_CFI_DRIVER
17782
17783 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17784
17785commit a3a08c0cedd329edf5256e1d6b2bad0fca002725
17786Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17787Date: Wed Sep 10 22:48:09 2008 +0200
17788
17789 bootm arm/avr32/blackfin/microblaze/nios2/sh: remove no more need 'error' label
17790
17791 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17792
17793commit 0e8d158664a913392cb01fb11a948d83f72e105e
17794Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17795Date: Wed Sep 10 22:48:06 2008 +0200
17796
17797 rename CFG_ENV macros to CONFIG_ENV
17798
17799 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17800
17801commit 1ede78710c3bf9ad6f4a53aaddc3bcc86fedd9df
17802Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17803Date: Wed Sep 10 22:48:05 2008 +0200
17804
17805 nvedit: rename error comment to CONFIG_ENV_IS_IN_
17806
17807 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17808
17809commit b64b775e7546ed138df360ceb3a71ee358cb9a01
17810Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17811Date: Wed Sep 10 22:48:05 2008 +0200
17812
17813 cmd_mem: Move conditional compilation to Makefile
17814
17815 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17816
17817commit 8a40fb148efa442d6526eac46a2001e4c64d28ff
17818Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17819Date: Wed Sep 10 22:48:05 2008 +0200
17820
17821 move cmd_get_data_size to command.c
17822
17823 add CMD_DATA_SIZE macro to enable it
17824
17825 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17826
17827commit 507641d2491980531932b9f25dab37fe5e6c3a1a
17828Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17829Date: Wed Sep 10 22:48:04 2008 +0200
17830
17831 env_flash: Move conditional compilation to Makefile
17832
17833 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17834
17835commit 5a1aceb0689e2f731491838970884a673ef7e7d3
17836Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17837Date: Wed Sep 10 22:48:04 2008 +0200
17838
17839 rename CFG_ENV_IS_IN_FLASH in CONFIG_ENV_IS_IN_FLASH
17840
17841 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17842
17843commit 7d9b5bae5ba558c7464d89d033aca04acaf01172
17844Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17845Date: Wed Sep 10 22:48:03 2008 +0200
17846
17847 cleanup use of CFG_ENV_IS_IN_FLASH
17848
17849 - #if CFG_ENV_IS_IN_FLASH
17850 - #if (CFG_ENV_IS_IN_FLASH == 1)
17851 - #define CFG_ENV_IS_IN_FLASH 0
17852
17853 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17854
17855commit 0cf4fd3cf8d0e00605bec5fc56f89c6415015a46
17856Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17857Date: Wed Sep 10 22:48:01 2008 +0200
17858
17859 rename environment.c in env_embedded.c to reflect is functionality
17860
17861 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17862
17863commit c0878af6e32f0fd8e13a6ca315b9add64441115a
17864Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17865Date: Wed Sep 10 22:48:01 2008 +0200
17866
17867 env_nowhere: Move conditional compilation to Makefile
17868
17869 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17870
17871commit 93f6d72544da4510a146bc4c93d609b0116cde37
17872Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17873Date: Wed Sep 10 22:48:00 2008 +0200
17874
17875 rename CFG_ENV_IS_NOWHERE in CONFIG_ENV_IS_NOWHERE
17876
17877 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17878
17879commit 2556ef78113b5f089dfcac5da90bf31dd568397b
17880Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17881Date: Wed Sep 10 22:48:00 2008 +0200
17882
17883 env_sf: Move conditional compilation to Makefile
17884
17885 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17886
17887commit 0b5099a8419bf9c828df5e3e2c6878dc300d98e3
17888Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17889Date: Wed Sep 10 22:48:00 2008 +0200
17890
17891 rename CFG_ENV_IS_IN_SPI_FLASH in CONFIG_ENV_IS_IN_SPI_FLASH
17892
17893 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17894
17895commit 55c5f49910ec8225347aa1d211352a84de6649b4
17896Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17897Date: Wed Sep 10 22:48:00 2008 +0200
17898
17899 env_onenand: Move conditional compilation to Makefile
17900
17901 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17902
17903commit 9656138ff1a34d4c4768db6b490deffc40ee674b
17904Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17905Date: Wed Sep 10 22:47:59 2008 +0200
17906
17907 rename CFG_ENV_IS_IN_ONENAND in CONFIG_ENV_IS_IN_ONENAND
17908
17909 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17910
17911commit 957a0e69575683efd70ace147746bbb3d8e7c501
17912Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17913Date: Wed Sep 10 22:47:59 2008 +0200
17914
17915 env_nvram: Move conditional compilation to Makefile
17916
17917 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17918
17919commit 9314cee6917444ab88bd4e758da7a30975120187
17920Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17921Date: Wed Sep 10 22:47:59 2008 +0200
17922
17923 rename CFG_ENV_IS_IN_NVRAM in CONFIG_ENV_IS_IN_NVRAM
17924
17925 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17926
17927commit 06f61354397911a4c121dfa51b6ccbf7e300d48b
17928Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17929Date: Wed Sep 10 22:47:59 2008 +0200
17930
17931 env_nand: Move conditional compilation to Makefile
17932
17933 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17934
17935commit 51bfee192099206a4397f15f3b93516e01f58ab0
17936Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17937Date: Wed Sep 10 22:47:58 2008 +0200
17938
17939 rename CFG_ENV_IS_IN_NAND in CONFIG_ENV_IS_IN_NAND
17940
17941 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17942
17943commit d8cc04d0ac9c7c0d12454708aaf5489f8532bbf9
17944Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17945Date: Wed Sep 10 22:47:58 2008 +0200
17946
17947 env_dataflash: Move conditional compilation to Makefile
17948
17949 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17950
17951commit 057c849c45b9ee19df8ff3acdeee66be52819962
17952Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17953Date: Wed Sep 10 22:47:58 2008 +0200
17954
17955 rename CFG_ENV_IS_IN_DATAFLASH in CONFIG_ENV_IS_IN_DATAFLASH
17956
17957 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17958
17959commit d1034bc8db60fa6bd419328baf6a75cb0645cee8
17960Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17961Date: Wed Sep 10 22:47:52 2008 +0200
17962
17963 cmd_eeprom: Move conditional compilation to Makefile
17964
17965 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17966
17967commit bf5a7710ec70e90e98f451b4ba0eb65f9ffc34eb
17968Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17969Date: Fri Sep 5 09:19:54 2008 +0200
17970
17971 env_eeprom: Move conditional compilation to Makefile
17972
17973 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17974
17975commit bb1f8b4f8bb0bfce52e0faa4637b975b745824b3
17976Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17977Date: Fri Sep 5 09:19:30 2008 +0200
17978
17979 rename CFG_ENV_IS_IN_EEPROM in CONFIG_ENV_IS_IN_EEPROM
17980
17981 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17982
17983commit 32628c5008105a732212003d83b75f05e5243bb2
17984Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17985Date: Sat Aug 30 23:54:58 2008 +0200
17986
17987 cmd_mac: Move conditional compilation to Makefile
17988
17989 finish remaning CFG_ID_EEPROM in CONFIG_ID_EEPROM
17990 start in commit ad8f8687b78c3e917b173f038926695383c55555
17991
17992 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17993
17994commit e5648acab153f0f429bfc714902c5aaa7879f71b
17995Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17996Date: Sat Aug 30 23:47:41 2008 +0200
17997
17998 cmd_fdc: Move conditional compilation to Makefile
17999
18000 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18001
18002commit 2d02d91d530e831f2dab228085963fc1d5b71cb0
18003Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18004Date: Sat Aug 30 23:47:38 2008 +0200
18005
18006 common/Makefile: add core command section
18007
18008 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18009
18010commit 0d92d4a699fb1a39381d98571dc51fb97e5bcf9e
18011Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18012Date: Sat Aug 30 23:29:57 2008 +0200
18013
18014 cmd_vfd: Move conditional compilation to Makefile
18015
18016 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18017
18018commit 6644641d072aee3087da129d8443187196a4d8a9
18019Author: Scott Wood <scottwood@freescale.com>
18020Date: Wed Sep 10 11:48:49 2008 -0500
18021
18022 delta, zylonite: Update nand_oobinfo to nand_ecclayout.
18023
18024 This is part of the switch to newer upstream MTD code.
18025
18026 Signed-off-by: Scott Wood <scottwood@freescale.com>
18027
18028commit 9b05aa788bfdd3264ff1bc9418cb19550a7234e4
18029Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
18030Date: Sat Aug 30 17:06:55 2008 -0400
18031
18032 ARM DaVinci: Fix broken HW ECC for large page NAND.
18033
18034 Based on original patch by Bernard Blackham <bernard@largestprime.net>
18035
18036 U-boot's HW ECC support for large page NAND on Davinci is completely
18037 broken. Some kernels, such as the 2.6.10 one supported by
18038 MontaVista for DaVinci, rely upon this broken behaviour as they
18039 share the same code for ECCs. In the existing scheme, error
18040 detection *might* work on large page, but error correction
18041 definitely does not. Small page ECC correction works, but the
18042 format is not compatible with the mainline git kernel.
18043
18044 This patch adds ECC code that matches what is currently in the
18045 Davinci git repository (since NAND support was added in 2.6.24).
18046 This makes the ECC and OOB layout written by u-boot compatible with
18047 Linux for both small page and large page devices and fixes ECC
18048 correction for large page devices.
18049
18050 The old behaviour can be restored by defining the macro
18051 CFG_DAVINCI_BROKEN_ECC, which is undefined by default.
18052
18053 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
18054 Acked-by: Sergey Kubushyn <ksi@koi8.net>
18055 Signed-off-by: Scott Wood <scottwood@freescale.com>
18056
18057commit 0b7c5639891f4103a0e31ec7ae0beb3e97ed3836
18058Author: Heiko Schocher <hs@denx.de>
18059Date: Wed Sep 10 11:15:28 2008 +0200
18060
18061 muas3001: update BR4 settings
18062
18063 Also set up the port pins for using I2C.
18064
18065 Signed-off-by: Heiko Schocher <hs@denx.de>
18066
18067commit 3591293509e0c0bcf244b0f974775bff2e25697e
18068Author: Petri Lehtinen <petri.lehtinen@inoi.fi>
18069Date: Wed Sep 10 09:43:49 2008 +0300
18070
18071 autoscr: Fix one-character lines and non-newline terminated scripts
18072
18073 When not using hush, the autoscr command now executes lines that are
18074 only one character long. It also runs the last line of scripts even if
18075 it does not end in a newline.
18076
18077 Signed-off-by: Petri Lehtinen <petri.lehtinen@inoi.fi>
18078
18079commit 9ebbb54f7a25055010fa6668eba40c72a4c4f985
18080Author: Victor Gallardo <vgallardo@amcc.com>
18081Date: Tue Sep 9 15:13:29 2008 -0700
18082
18083 ppc4xx: Allow DTT_I2C_DEV_CODE configured by CFG_I2C_DTT_ADDR
18084
18085 On AMCC Arches board DTT_I2C_DEV_CODE is different then canyonlands
18086 and glacier.
18087
18088 Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
18089
18090commit 245f6ef3e11828cb46188e396fb1e67f7b07cd03
18091Author: Heiko Schocher <hs@denx.de>
18092Date: Mon Sep 8 10:21:11 2008 +0200
18093
18094 muas3001: added support for the LM75 sensor.
18095
18096 Signed-off-by: Heiko Schocher <hs@denx.de>
18097
18098commit 4a02a2dca82aeab8f839db9dd35fda9d5412dacb
18099Author: Heiko Schocher <hs@denx.de>
18100Date: Mon Sep 8 10:20:19 2008 +0200
18101
18102 muas3001: activate WDT for the muas3001 board.
18103
18104 Signed-off-by: Heiko Schocher <hs@denx.de>
18105
18106commit a55d074dac24dc941f1afb5b4e94b1509bfdda4e
18107Author: Heiko Schocher <hs@denx.de>
18108Date: Mon Sep 8 10:19:36 2008 +0200
18109
18110 muas3001: added 64MB SDRAM autodetection.
18111
18112 Signed-off-by: Heiko Schocher <hs@denx.de>
18113
18114commit 5251469943895de4bb9a04d5053352cc22acb7d5
18115Author: Andrew Klossner <andrew@cesa.opbu.xerox.com>
18116Date: Thu Aug 21 07:12:26 2008 -0700
18117
18118 Fix printf errors under -DDEBUG
18119
18120 Fix printf format-string/arg mismatches under -DDEBUG.
18121
18122 These warnings occur with DEBUG defined for a platform using
18123 cpu/mpc85xx. Users of other architectures can unearth similar
18124 problems by adding the line "CFLAGS += -DDEBUG=1" in config.mk right
18125 after "CFLAGS += $(call cc-option,-fno-stack-protector)".
18126
18127 Signed-off-by: Andrew Klossner <andrew@cesa.opbu.xerox.com>
18128 Signed-off-by: Andy Fleming <afleming@freescale.com>
18129
18130commit 8b9e4787641719d709bfa2ebeb72e8bd4952bee7
18131Author: Wolfgang Denk <wd@denx.de>
18132Date: Tue Sep 9 23:55:18 2008 +0200
18133
18134 Update CHANGELOG, prepare 2008-10-rc1 release
18135
18136 Signed-off-by: Wolfgang Denk <wd@denx.de>
18137
18138commit e0ff3d350d6b7960deb5a881dfc5acf3a63ef676
18139Author: Kumar Gala <galak@kernel.crashing.org>
18140Date: Mon Sep 8 08:51:29 2008 -0500
18141
18142 85xx: Ensure timebase is zero on secondary cores
18143
18144 The e500um says the timebase is volatile out of reset. To ensure
18145 TB sync works we need to make sure its zero.
18146
18147 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
18148
8b9e4787
WD
18149commit 54b4ab3c961a2012a1c2a09c259a6343323ec551
18150Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18151Date: Tue Sep 9 22:18:24 2008 +0200
18152
18153 bootm_load_os: fix load_end debug message
18154
18155 print load_end value not pointer
18156
18157 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18158
18159commit 1d9af0be764960e6cc1c093e97176c3542796820
18160Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18161Date: Tue Sep 9 22:18:23 2008 +0200
18162
18163 bootm: enable fdt support only on ppc, m68k and sparc
18164
18165 ...as done in image.c
18166
18167 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18168
18169commit 748b5274e76f81df85cfcffaffedc323678d0623
18170Author: Markus Heidelberg <markus.heidelberg@web.de>
18171Date: Tue Sep 9 18:51:05 2008 +0200
18172
18173 common/cmd_mem.c: remove nested #if defined(CONFIG_CMD_MEMORY)
18174
18175 Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
18176
18177commit 650632fe4ca09cfd0e5e6a593f2efc02ef87a58c
18178Author: Markus Heidelberg <markus.heidelberg@web.de>
18179Date: Tue Sep 9 17:31:46 2008 +0200
18180
18181 gitignore: add tags files and Vim swap file
18182
18183 Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
18184
18185commit 1d9b67b23fca6a25154333733204339802510720
18186Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
18187Date: Tue Sep 9 17:52:47 2008 +0900
18188
18189 add board_eth_init() for sh7785lcr board
18190
18191 Fix the problem that cannot work RTL8169 on sh7785lcr board.
18192
18193 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
18194
18195commit 7b7a869a8ba3bd6d9bffb748c91232141330f514
18196Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
18197Date: Wed Aug 6 16:08:41 2008 -0500
18198
18199 mtd: SPI Flash: Support the STMicro Flash
18200
18201 Add MTD SPI Flash support for M25P16, M25P20, M25P32,
18202 M25P40, M25P64, M25P80, M25P128.
18203
18204 Signed-off-by: Jason McMullan <mcmullan@netapp.com>
18205 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
18206
f12e4549
WD
18207commit 4bc07c368076560ed7fa4c9f987c71a8521488a9
18208Author: Wolfgang Denk <wd@denx.de>
18209Date: Tue Sep 9 17:55:31 2008 +0200
18210
18211 trab: fix build problem after change to use do_div()
18212
18213 We must link with libgeneric now.
18214
18215 Signed-off-by: Wolfgang Denk <wd@denx.de>
18216
8b9e4787
WD
18217commit 3b20fd83c73c22acfcb0c6663be747bd5c8b7011
18218Author: Ryan CHEN <ryan.chen@st.com>
18219Date: Wed Aug 20 13:00:17 2008 -0400
18220
18221 Correct drv_usb_kbd_init function
18222
18223 The patch is that check if usb_get_dev_index() function return valid
18224 pointer. If valid, continue. Otherwise return -1.
18225
18226 Signed-off-by: Ryan Chen <ryan.chen@st.com>
18227 Acked-by: Markus Klotzbuecher <mk@denx.de>
18228
18229commit eba1f2fc75f128a9a6c1328d786996a93fd7a707
18230Author: Remy Bohmer <linux@bohmer.net>
18231Date: Wed Aug 20 11:22:02 2008 +0200
18232
18233 Make usb-stop() safe to call multiple times in a row.
18234
18235 A recent commit (936897d4d1365452bbbdf8430db5e7769ef08d38)
18236 enabled the usb_stop() command in common/cmd_bootm.c which was
18237 not enabled for some time, because no board did actually set the
18238 CFG_CMD_USB flag. So, now the usb_stop() is executed before
18239 loading the linux kernel.
18240
18241 However, the usb_ohci driver hangs up (at least on AT91SAM) if the
18242 driver is stopped twice (e.g. the peripheral clock is stopped on AT91).
18243 If some other piece of code calls usb_stop() before the bootm command,
18244 this command will hangup the system during boot.
18245 (usb start and stop is typically used while booting from usb memory stick)
18246
18247 But, stopping the usb stack twice is useless anyway, and a flag already
18248 existed that kept track on the usb_init()/usb_stop() calls.
18249 So, we now check if the usb stack is really started before we stop it.
18250
18251 This problem is now fixed in both the upper as low-level layer.
18252
18253 Signed-off-by: Remy Bohmer <linux@bohmer.net>
18254 Acked-by: Markus Klotzbuecher <mk@denx.de>
18255
18256commit 2c8ccf2728f5e67d991cecf76c4057db75a87b67
18257Author: Wolfgang Denk <wd@denx.de>
18258Date: Tue Sep 9 16:55:47 2008 +0200
18259
18260 Makefile: fix bug introduced by commit 47ffd6c2
18261
18262commit 880f6a5d7596f42db5ff8803b797b78ec5b146e0
18263Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
18264Date: Tue Sep 9 10:00:33 2008 -0400
18265
18266 ppc4xx: ppc440-generic-ALL: Fix out of tree build v2
18267
18268 This patch solves the problems compiling ml507, v5fx30teval and
18269 ppc440-generic out of tree.
18270
18271 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
18272
18273commit 47bebe34ca4e33bab0e822e4ceebbec2590ccbcb
18274Author: Nícolas Carneiro Lebedenco <nicolas.lebedenco@tasksistemas.com.br>
18275Date: Thu Sep 4 15:35:46 2008 -0300
18276
18277 Fix dev_print when called from usb_stor_info (usb storage command)
18278
18279 Fix output of the usb storage command. It was printing "Device 0: not
18280 available" because IF_TYPE_USB was not included into the switch
18281 statement.
18282
18283 Signed-off-by: Nicolas Lebedenco <nicolas.lebedenco@tasksistemas.com.br>
18284
18285commit a4f243452cc8ce0c2c9b51a2520db4bde5f472de
18286Author: Bartlomiej Sieka <tur@semihalf.com>
18287Date: Tue Sep 9 12:58:16 2008 +0200
18288
18289 FIT: make iminfo check hashes of all images in FIT, return 1 on failed check
18290
18291 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
18292
18293commit 919f550dc11a13abf01c6bc713c968de790b8d7c
18294Author: Bartlomiej Sieka <tur@semihalf.com>
18295Date: Tue Sep 9 12:58:15 2008 +0200
18296
18297 FIT: add ability to check hashes of all images in FIT, improve output
18298
18299 - add function fit_all_image_check_hashes() that verifies if all
18300 hashes of all images in the FIT are valid
18301 - improve output of fit_image_check_hashes() when the hash check fails
18302
18303 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
18304
18305commit 1de1fa408967cef6804bb046b904114519bb36f0
18306Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18307Date: Mon Sep 8 20:54:39 2008 +0200
18308
18309 qemu_mips: Update linux bootm to support dynamic cmdline
18310
18311 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18312
18313commit f5ed9e39088ecfa5a5f3ef47b08e5bda7890d764
18314Author: Peter Tyser <ptyser@xes-inc.com>
18315Date: Mon Sep 8 14:56:49 2008 -0500
18316
18317 Add support for booting of INTEGRITY operating system uImages
18318
18319 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
18320
18321commit 72f1b65f1b68bc6ed0d182eda1f3d6cf51b6414a
18322Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18323Date: Mon Sep 8 21:01:29 2008 +0200
18324
18325 mips/bootm: Fix typo in commit c4f9419c, "initrd_start" replaced by "images->rd_start"
18326
18327 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18328
18329commit 9ba2e2c8191353d75b2d535e672a125be7b84c03
18330Author: Kumar Gala <galak@kernel.crashing.org>
18331Date: Mon Sep 8 13:57:12 2008 -0500
18332
18333 Remove support for booting ARTOS images
18334
18335 Pantelis Antoniou stated:
18336 AFAIK, it is still used but the products using PPC are long gone.
18337 Nuke it plz (from orbit).
18338
18339 So remove it since it cleans up a usage of env_get_char outside of
18340 the environment code.
18341
18342 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
18343
18344commit 47ffd6c2fc72b46daa9d5d59eedb894fab2b7ee1
18345Author: Wolfgang Denk <wd@denx.de>
18346Date: Tue Sep 9 15:45:18 2008 +0200
18347
18348 Makefile: compile and link each module just once
18349
18350 Several source files need to be compiled and linked when one or more
18351 config options are selected. To allow for easy selection in the
18352 Makefiles yet to avoild multiple compilation (which costs build time)
18353 and especially multiple linking (which causes errors), we use
18354 "COBJS = $(sort COBJS-y)" which eliminates duplicates.
18355
18356 By courtesy of Detlev Zundel who suggested this approach.
18357
18358 Signed-off-by: Wolfgang Denk <wd@denx.de>
18359
18360commit 48d0192fe869948fef14b460b5f0c85bca933693
18361Author: Andreas Engel <andreas.engel@ericsson.com>
18362Date: Mon Sep 8 14:30:53 2008 +0200
18363
18364 Moved conditional compile into Makefile
18365
18366 Signed-off-by: Andreas Engel <andreas.engel@ericsson.com>
18367
18368commit 20c9226cb8cab08a111ee73db04e62d943ee0c97
18369Author: Andreas Engel <andreas.engel@ericsson.com>
18370Date: Mon Sep 8 10:17:31 2008 +0200
18371
18372 Merged serial_pl010.c and serial_pl011.c.
18373
18374 They only differ in the init function.
18375 This also adds the missing watchdog support for the PL011.
18376
18377 Signed-off-by: Andreas Engel <andreas.engel@ericsson.com>
18378
18379commit 0817d688f307ee2c0598e79175c94a40ce90337b
18380Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
18381Date: Sun Sep 7 17:10:27 2008 -0400
18382
18383 Remove gap fill in srec object v2
18384
18385 SREC files do not need gap fill: The load address is specified in the
18386 file. On the other hand, it can't be avoided in a .bin object. It has
18387 no information about memory location.
18388
18389 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
18390
18391commit 1dc306931ca5ce87f13916fa7165b052d3aa714f
18392Author: Markus Heidelberg <markus.heidelberg@web.de>
18393Date: Sun Sep 7 20:18:27 2008 +0200
18394
18395 README: fix missing subdirectory in the documentation
18396
18397 Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
18398
18399commit 3ef96ded38a8d33b58b9fab9cd879d51ddac4cbd
18400Author: Graeme Russ <graeme.russ@gmail.com>
18401Date: Sun Sep 7 07:08:42 2008 +1000
18402
18403 Update i386 code (sc520_cdp)
18404
18405 Attempt to bring i386 / sc520 inline with master
18406
18407 Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
18408
18409commit 5608692104efa8d56df803dc79ea41ac3607eee5
18410Author: Guennadi Liakhovetski <lg@denx.de>
18411Date: Thu Sep 4 13:01:49 2008 +0200
18412
18413 fw_env: add NAND support
18414
18415 Add support for environment in NAND with automatic NOR / NAND recognition,
18416 including unaligned environment, bad-block skipping, redundant environment
18417 copy.
18418
18419 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
18420
18421commit dd794323a2a1ed6a8a5df51785c31bcde60ad7ca
18422Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
18423Date: Tue Sep 9 09:50:24 2008 +0200
18424
18425 ppc4xx: Fix out-of-tree building of CPCI405 variants
18426
18427 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
18428 Acked-by: Stefan Roese <sr@denx.de>
18429
18430commit 59f630588e3fdbd698a0a2798e52a8924e899563
18431Author: Sergei Poselenov <sposelenov@emcraft.com>
18432Date: Fri Aug 15 15:42:11 2008 +0200
18433
18434 Removed hardcoded MxMR loop value from upmconfig() for MPC85xx.
18435
18436 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
18437
18438commit e64987a892353f3d49eb242d997820ef8f538912
18439Author: Anatolij Gustschin <agust@denx.de>
18440Date: Fri Aug 15 15:42:13 2008 +0200
18441
18442 85xx: socrates: Enable Lime support.
18443
18444 This patch adds Lime GDC support together with support for the PWM
18445 backlight control through the w83782d chip. The reset pin of the
18446 latter is attached to GPIO, so we need to reset it in
18447 early_board_init_r.
18448
18449 Signed-off-by: Anatolij Gustschin <agust@denx.de>
18450
18451commit 3e79b588b5199f35016f178fc0d5d1266382097f
18452Author: Detlev Zundel <dzu@denx.de>
18453Date: Fri Aug 15 15:42:12 2008 +0200
18454
18455 85xx: Socrates: Major code update.
18456
18457 - Update the local bus ranges in the FDT for Linux for the various
18458 devices connected to the local bus via chip-select.
18459
18460 - Set the LCRR_DBYP bit in the LCRR for local bus frequencies
18461 lower than 66 MHz and uses I/O accessor functions consequently.
18462
18463 - UPM data update.
18464
18465 - Update of default environment and configuration. Use I2C multibus
18466 as we do have two I2C buses. Also enable sdram and ext2 commands.
18467
18468 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
18469 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
18470 Signed-off-by: Detlev Zundel <dzu@denx.de>
18471
18472commit e8d18541c6ceab821f75faab031740b33fdbfa4b
18473Author: Timur Tabi <timur@freescale.com>
18474Date: Fri Jul 18 16:52:23 2008 +0200
18475
18476 Update Freescale 85xx boards to sys_eeprom.c
18477
18478 The new sys_eeprom.c supports both the old CCID EEPROM format and the new NXID
18479 format, and so it obsoletes board/freescale/common/cds_eeprom.c. Freescale
18480 86xx boards already use sys_eeprom.c, so this patch migrates the remaining
18481 Freescale 85xx boards to use it as well. cds_eeprom.c is deleted.
18482
18483 Signed-off-by: Timur Tabi <timur@freescale.com>
18484
18485commit aab2bf0202c86227e3dcc8a5b58946087ebcc1af
18486Author: Wolfgang Denk <wd@denx.de>
18487Date: Tue Sep 9 10:08:02 2008 +0200
18488
18489 lib_ppc/interrupts.c: make board_show_activity() a weak function
18490
18491 This allows to use show_activity() without having to
18492 define an empty board_show_activity() function.
18493
18494 Signed-off-by: Wolfgang Denk <wd@denx.de>
18495
18496commit fe876787f8743883ce58fed61525eaa2f34da4c5
18497Author: Wolfgang Denk <wd@denx.de>
18498Date: Tue Sep 9 10:06:44 2008 +0200
18499
18500 stxxtc: remove empty CONFIG_SHOW_ACTIVITY functions
18501
18502 Signed-off-by: Wolfgang Denk <wd@denx.de>
18503
18504commit 965de106ba8900372c8b16dc60d5acab7f925e38
18505Author: Wolfgang Denk <wd@denx.de>
18506Date: Tue Sep 9 10:03:47 2008 +0200
18507
18508 NETTA2: remove empty CONFIG_SHOW_ACTIVITY functions
18509
18510 Signed-off-by: Wolfgang Denk <wd@denx.de>
18511
f12e4549
WD
18512commit 6cc64f9b5f69239c8b1969572b5a3a4aab7de5b9
18513Author: Sergei Poselenov <sposelenov@emcraft.com>
18514Date: Fri Aug 15 15:42:11 2008 +0200
18515
18516 Removed hardcoded MxMR loop value from upmconfig() for MPC85xx.
18517
18518 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
18519
18520commit 36241ca29d4804a1006fb3f26069effda5202581
18521Author: Anatolij Gustschin <agust@denx.de>
18522Date: Fri Aug 15 15:42:13 2008 +0200
18523
18524 85xx: socrates: Enable Lime support.
18525
18526 This patch adds Lime GDC support together with support for the PWM
18527 backlight control through the w83782d chip. The reset pin of the
18528 latter is attached to GPIO, so we need to reset it in
18529 early_board_init_r.
18530
18531 Signed-off-by: Anatolij Gustschin <agust@denx.de>
18532
18533commit 7a47753ddcaebbf2142809842f70c5f723bd9ddb
18534Author: Detlev Zundel <dzu@denx.de>
18535Date: Fri Aug 15 15:42:12 2008 +0200
18536
18537 85xx: Socrates: Major code update.
18538
18539 - Update the local bus ranges in the FDT for Linux for the various
18540 devices connected to the local bus via chip-select.
18541
18542 - Set the LCRR_DBYP bit in the LCRR for local bus frequencies
18543 lower than 66 MHz and uses I/O accessor functions consequently.
18544
18545 - UPM data update.
18546
18547 - Update of default environment and configuration. Use I2C multibus
18548 as we do have two I2C buses. Also enable sdram and ext2 commands.
18549
18550 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
18551 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
18552 Signed-off-by: Detlev Zundel <dzu@denx.de>
18553
8b9e4787
WD
18554commit 4d2ae70e8c31c22e5710df5ff236b5565ea2cf2c
18555Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18556Date: Tue Sep 9 01:22:39 2008 +0200
18557
18558 disk-on-chip: remove duplicate doc_probe declaration
18559
18560 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18561
18562commit 3221b074a0ab199f6ae47c19cc22f42ddf3ef819
18563Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18564Date: Tue Sep 9 00:59:40 2008 +0200
18565
18566 onenand_uboot: fix warning: 'struct mtd_oob_ops' declared inside parameter list
18567
18568 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18569
18570commit 13b4db0e2107175a8622ebb48529fa3ad8e12c75
18571Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18572Date: Tue Sep 9 00:59:39 2008 +0200
18573
18574 rs5c372: fix rtc_set prototype
18575
18576 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18577
18578commit 1bb8b2ef2722bbaea3cc5d46321ce1d99f9b56f7
18579Author: Sergei Poselenov <sposelenov@emcraft.com>
18580Date: Thu Aug 14 14:08:28 2008 +0200
18581
18582 ARM: fix warning: target CPU does not support interworking
18583
18584 This patch fixes warnings like this:
18585
18586 start.S:0: warning: target CPU does not support interworking
18587
18588 which come from some ARM cross compilers and are caused by hard-coded
18589 (with "--with-cpu=arm9" configuration option) ARM targets (which
18590 support ARM Thumb instructions), while the ARM target selected from
18591 the command line (with "-march=armv4") doesn't support Thumb
18592 instructions.
18593
18594 This warning is issued by the compiler regardless of the real use of
18595 the Thumb instructions in code.
18596
18597 To fix this problem, we use options according to compiler version
18598 being used.
18599
18600 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
18601 Signed-off-by: Wolfgang Denk <wd@denx.de>
18602
18603commit 4265c35fbcb248e58179007621d61d32d0b3b82a
18604Author: Sergei Poselenov <sposelenov@emcraft.com>
18605Date: Thu Aug 14 14:08:28 2008 +0200
18606
18607 ARM: Use do_div() instead of division for "long long".
18608
18609 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
18610 Signed-off-by: Wolfgang Denk <wd@denx.de>
18611
f12e4549
WD
18612commit 8febd13c69cb68652577d1a9fcbde954bf784155
18613Author: Timur Tabi <timur@freescale.com>
18614Date: Fri Jul 18 16:52:23 2008 +0200
18615
18616 Update Freescale 85xx boards to sys_eeprom.c
18617
18618 The new sys_eeprom.c supports both the old CCID EEPROM format and the new NXID
18619 format, and so it obsoletes board/freescale/common/cds_eeprom.c. Freescale
18620 86xx boards already use sys_eeprom.c, so this patch migrates the remaining
18621 Freescale 85xx boards to use it as well. cds_eeprom.c is deleted.
18622
18623 Signed-off-by: Timur Tabi <timur@freescale.com>
18624
8b9e4787
WD
18625commit 1055171ed05b7c4885737463d52b8d6c013bcb5d
18626Author: Wolfgang Denk <wd@denx.de>
18627Date: Mon Sep 8 23:26:22 2008 +0200
18628
18629 lib_arm/bootm.c: fix compile warnings
18630
18631 bootm.c:128: warning: label 'error' defined but not used
18632 bootm.c:65: warning: unused variable 'ret'
18633
18634 Signed-off-by: Wolfgang Denk <wd@denx.de>
18635
18636commit 2e3c867d0a63c563a51e65b776973b008f16cec5
18637Author: Wolfgang Denk <wd@denx.de>
18638Date: Mon Sep 8 22:46:42 2008 +0200
18639
18640 ml507: fix out of tree build problem
18641
18642 Signed-off-by: Wolfgang Denk <wd@denx.de>
18643
18644commit 9863a15a98f23b79f34a0e4f9e465bc6df5d504d
18645Author: Wolfgang Denk <wd@denx.de>
18646Date: Mon Sep 8 22:10:28 2008 +0200
18647
18648 common/cmd_bootm.c: fix printf() format warnings
18649
18650 Signed-off-by: Wolfgang Denk <wd@denx.de>
18651
18652commit 4394f9a8c42bb1b0abc4fc04bd582d4db5f8b726
18653Author: Wolfgang Denk <wd@denx.de>
18654Date: Mon Sep 8 22:37:45 2008 +0200
18655
18656 BMW, PCIPPC2, PCIPPC6, RBC82: fix compile warnings
18657
18658 missing doc_probe() prototype.
18659
18660 Signed-off-by: Wolfgang Denk <wd@denx.de>
18661
18662commit 2c5e3cc4994897d364b148942ff23e47783198f6
18663Author: Wolfgang Denk <wd@denx.de>
18664Date: Mon Sep 8 21:28:14 2008 +0200
18665
18666 mk48t59: fix compile problem introduced by commit d1e23194
18667
18668 Signed-off-by: Wolfgang Denk <wd@denx.de>
18669
18670commit 5ff889349d2ace13f10c9335e09365fcec8247cc
18671Author: Stefan Roese <sr@denx.de>
18672Date: Mon Sep 8 14:11:12 2008 +0200
18673
18674 ppc4xx: Move ppc4xx specific prototypes to ppc4xx header
18675
18676 This patch moves some 4xx specific prototypes out of include common.h
18677 to a ppc4xx specific header.
18678
18679 Signed-off-by: Stefan Roese <sr@denx.de>
18680
18681commit ac53ee8318678190bf3c68da477a84a657d86fb0
18682Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
18683Date: Fri Sep 5 15:34:04 2008 +0200
18684
18685 ppc4xx: Update CPCI405(AB) configuration
18686
18687 This patch add FDT support and command line editing capabilities
18688 for CPCI405 and CPCI405AB boards.
18689
18690 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
18691 Signed-off-by: Stefan Roese <sr@denx.de>
18692
18693commit 7b1fbcadf73a83b3beb94abccda1c35e2c075a94
18694Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
18695Date: Fri Sep 5 15:34:03 2008 +0200
18696
18697 ppc4xx: Cleanup CPCI405 linker script
18698
18699 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
18700 Signed-off-by: Stefan Roese <sr@denx.de>
18701
18702commit 767f9159c5c94cd0cb3135b5b82814ad12816ddf
18703Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
18704Date: Fri Sep 5 15:34:02 2008 +0200
18705
18706 ppc4xx: Update CPCI405 variants handling
18707
18708 This patch replaces the BOARD_REVISION variable in include/config.mk
18709 by a using a temporary include file in the platform directory.
18710
18711 The former way does not work anymore and the latter is also used by
18712 some other boards.
18713
18714 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
18715 Signed-off-by: Stefan Roese <sr@denx.de>
18716
18717commit f071f01fd09e9bf1cf09de37a7416aacce71bae1
18718Author: Stefan Roese <sr@denx.de>
18719Date: Mon Sep 8 10:01:48 2008 +0200
18720
18721 ppc4xx: Remove CONFIG_CS8952_PHY define
18722
18723 Since this define is only used on one board that was never really in
18724 production, removing this compile time option doesn't hurt and makes
18725 the code more readable.
18726
18727 Signed-off-by: Stefan Roese <sr@denx.de>
18728
18729commit 6ca8646c1860bba74326bf916a5a3389a5c0d3b5
18730Author: Stefan Roese <sr@denx.de>
18731Date: Fri Sep 5 14:11:40 2008 +0200
18732
18733 ppc4xx: Fix compilation warning for PIP405
18734
18735 This patch fixes a compilation warning for the PIP405 board. It moves the
18736 #ifndef CONFIG_CS8952_PHY define a little so that the warning doesn't
18737 occur anymore. I am a little unsure if this #ifdef is at the correct
18738 place now or if it could be removed completely. This needs to get
18739 tested on the PIP405 board.
18740
18741 Signed-off-by: Stefan Roese <sr@denx.de>
18742
18743commit 725b53ac61f4df3026b8f6489ef0080fd27d3816
18744Author: Stefan Roese <sr@denx.de>
18745Date: Fri Sep 5 14:09:09 2008 +0200
18746
18747 ppc4xx: Fix compilation warning for canyonlands & glacier
18748
18749 Signed-off-by: Stefan Roese <sr@denx.de>
18750
18751commit 302e52e0b1d4c7f994991709d0cb6c3ea612cdb5
18752Author: Kumar Gala <galak@kernel.crashing.org>
18753Date: Fri Sep 5 14:40:29 2008 -0500
18754
18755 Fix compiler warning in mpc8xxx ddr code
18756
18757 ctrl_regs.c: In function 'compute_fsl_memctl_config_regs':
18758 ctrl_regs.c:523: warning: 'caslat' may be used uninitialized in this function
18759 ctrl_regs.c:523: note: 'caslat' was declared here
18760
18761 Add a warning in DDR1 case if cas_latency isn't a value we know about.
18762
18763 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
18764 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18765
18766commit d1e2319414ea5218ba801163e4530ecf2dfcbf36
18767Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18768Date: Mon Sep 1 23:06:23 2008 +0200
18769
18770 rtc: allow rtc_set to return an error and use it in cmd_date
18771
18772 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18773
18774commit ee9536a28cb149bcb6c5dee9d08c62c91f4c72d2
18775Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18776Date: Mon Sep 1 01:16:33 2008 +0200
18777
18778 ap325rxa/favr-32-ezkit: Use CONFIG_FLASH_CFI_DRIVER
18779
18780 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18781
18782commit 6b971c73f182248ce103503d74fbc0100bb8c8b7
18783Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
18784Date: Sun Aug 31 05:37:04 2008 +0900
18785
18786 config.mk: Move arch-specific condition to $(ARCH)_config.mk
18787
18788 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
18789
18790commit ea86b9e64b811753d9eabe0f560ee189fbe5d0c1
18791Author: Kumar Gala <galak@kernel.crashing.org>
18792Date: Fri Aug 29 19:08:29 2008 -0500
18793
18794 Prevent crash if random/invalid ramdisks are passed to bootm
18795
18796 Adds returning an error from the ramdisk detection code if
18797 its not a real ramdisk (invalid). There is no reason we can't
18798 just return back to the console if we detect an invalid
18799 ramdisk or CRC error.
18800
18801 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
18802
18803commit 8e02494e8f86c8f2d7324b5eb9e75271104a01ef
18804Author: Anatolij Gustschin <agust@denx.de>
18805Date: Fri Aug 29 21:04:45 2008 +0200
18806
18807 Prevent crash if random DTB address is passed to bootm
18808
18809 This patch adds bootm_start() return value check. If
18810 error status is returned, we do not proceed further to
18811 prevent board reset or crash as we still can recover
18812 at this point.
18813
18814 Signed-off-by: Anatolij Gustschin <agust@denx.de>
18815
18816commit cc347801add2689b1ee54d21f62bc14ecf6e1dd8
18817Author: Andrew Dyer <adyer@righthandtech.com>
18818Date: Fri Aug 29 12:30:39 2008 -0500
18819
18820 clean up some #if !defined() in drivers/video/cfb_console.c
18821
18822 rearrange some #if !defined() / #else / #endif statements to remove
18823 the negative logic.
18824
18825 Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
18826
18827commit c83f4c2d77f07174dcd6bef7e87a0f7017be7c33
18828Author: Kyungmin Park <kmpark@infradead.org>
18829Date: Fri Aug 29 09:02:20 2008 +0900
18830
18831 apollon: use the last memory area for u-boot
18832
18833 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
18834
18835commit a6f2e455b774d0c5d56e44e5661df9adb69b6e07
18836Author: Heiko Schocher <hs@denx.de>
18837Date: Thu Aug 28 13:50:42 2008 +0200
18838
18839 TQM8272: move NAND part in seperate File
18840
18841 I didn't try to use drivers/mtd/nand/fsl_upm.c for the NAND driver,
18842 because I have no longer access to the hardware.
18843
18844 Signed-off-by: Heiko Schocher <hs@denx.de>
18845
18846commit 584f979f7ee914e32d408739cbdd2c4457ec18b8
18847Author: Heiko Schocher <hs@denx.de>
18848Date: Thu Aug 28 13:48:36 2008 +0200
18849
18850 TQM8272: Fix compiling error for the TQM8272 board.
18851
18852 Fix compile problems caused by
18853 commit cfa460adfdefcc30d104e1a9ee44994ee349bb7b
18854
18855 Signed-off-by: Heiko Schocher <hs@denx.de>
18856
18857commit 1a7f8ccec981648ccd38fca2535490582eee08e6
18858Author: Kyungmin Park <kmpark@infradead.org>
18859Date: Wed Aug 27 14:45:20 2008 +0900
18860
18861 Add JFFS2 command support on OneNAND
18862
18863 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
18864
18865commit f5c3ba79788b0e39baab7026d374fe375dd1a43f
18866Author: Mark Jackson <mpfj@mimc.co.uk>
18867Date: Mon Aug 25 19:21:30 2008 +0100
18868
18869 Allow console input to be disabled
18870
18871 Added new CONFIG_DISABLE_CONSOLE define and GD_FLG_DISABLE_CONSOLE.
18872
18873 When CONFIG_DISABLE_CONSOLE is defined, setting
18874 GD_FLG_DISABLE_CONSOLE disables all console input and output.
18875
18876 Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
18877
18878commit 2b22d608f370565c87f55928b524207031419c11
18879Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
18880Date: Wed Jul 30 12:39:29 2008 +0200
18881
18882 loads: allow negative offsets
18883
18884 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
18885
18886commit e90fb6afab2c0c074dfb67bacb4de179eb188a24
18887Author: Yuri Tikhonov <yur@emcraft.com>
18888Date: Thu Sep 4 11:19:05 2008 +0200
18889
18890 USB EHCI: reset root hub
18891
18892 Some of multi-function USB controllers (e.g. ISP1562) allow root hub
18893 resetting only via EHCI registers. So, this patch adds the
18894 corresponding kind of reset to OHCI's hc_reset() if the newly
18895 introduced CONFIG_PCI_EHCI_DEVNO option is set (e.g. for Socrates
18896 board).
18897
18898 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
18899 Acked-by: Markus Klotzbuecher <mk@denx.de>
18900
18901commit 5875d358f025c1b042d8a0f08384b756de7256c9
18902Author: Yuri Tikhonov <yur@emcraft.com>
18903Date: Fri Aug 15 15:42:09 2008 +0200
18904
18905 RX 8025 RTC: analyze 12/24-hour mode flag in rtc_get().
18906
18907 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
18908
18909commit 3e3c026ed746a284c6f0ef139b26d859939de7e9
18910Author: Stefan Roese <sr@denx.de>
18911Date: Fri Sep 5 10:47:46 2008 +0200
18912
18913 devices: Use list_add_tail() instead of list_add() to register a device
18914
18915 This patch fixes a problem spotted on Glacier/Canyonlands (and most
18916 likely lots of other board ports), that no serial output was seen
18917 after console initialization in console_init_r(). This is because the
18918 last added console device was used instead of the first added.
18919
18920 This patch fixes this problem by using list_add_tail() instead of
18921 list_add() to register a device. This way the first added console
18922 is used again.
18923
18924 Signed-off-by: Stefan Roese <sr@denx.de>
18925
18926commit 78d78236896d62bb8ca7302af38d8f1493eb2651
18927Author: Victor Gallardo <vgallardo@amcc.com>
18928Date: Thu Sep 4 23:49:36 2008 -0700
18929
18930 ppc4xx: Add support for GPCS, SGMII and M88E1112 PHY
18931
18932 This patch adds GPCS, SGMII and M88E1112 PHY support
18933 for the AMCC PPC460GT/EX processors.
18934
18935 Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
18936 Signed-off-by: Stefan Roese <sr@denx.de>
18937
18938commit f6b6c45840f9b4671d2d97243a12a1f3ffb64765
18939Author: Adam Graham <agraham@amcc.com>
18940Date: Wed Sep 3 12:26:59 2008 -0700
18941
18942 ppc4xx: Update Kilauea to use PPC4xx DDR autocalibration routines
18943
18944 Signed-off-by: Adam Graham <agraham@amcc.com>
18945 Signed-off-by: Stefan Roese <sr@denx.de>
18946
18947commit 075d0b81e896e8735ae26372cd384f87cbd24e41
18948Author: Adam Graham <agraham@amcc.com>
18949Date: Wed Sep 3 12:26:28 2008 -0700
18950
18951 ppc4xx: IBM Memory Controller DDR autocalibration routines
18952
18953 Alternate SDRAM DDR autocalibration routine that can be generically used
18954 for any PPC4xx chips that have the IBM SDRAM Controller core allowing for
18955 support of more DIMM/memory chip vendors and gets the DDR autocalibration
18956 values which give the best read latency performance (SDRAM0_RDCC.[RDSS]).
18957
18958 Two alternate SDRAM DDR autocalibration algoritm are provided in this patch,
18959 "Method_A" and "Method_B". DDR autocalibration Method_A scans the full range
18960 of possible PPC4xx SDRAM Controller DDR autocalibration values and takes a
18961 lot longer to run than Method_B. Method_B executes in the same amount of time
18962 as the currently existing DDR autocalibration routine, i.e. 1 second or so.
18963 Normally Method_B is used and it is set as the default method.
18964
18965 The current U-Boot PPC4xx DDR autocalibration code calibrates the IBM SDRAM
18966 Controller registers.[bit-field]:
18967 1) SDRAM0_RQDC.[RQFD]
18968 2) SDRAM0_RFDC.[RFFD]
18969
18970 This alternate PPC4xx DDR autocalibration code calibrates the following
18971 IBM SDRAM Controller registers.[bit-field]:
18972
18973 1) SDRAM0_WRDTR.[WDTR]
18974 2) SDRAM0_CLKTR.[CKTR]
18975 3) SDRAM0_RQDC.[RQFD]
18976 4) SDRAM0_RFDC.[RFFD]
18977
18978 and will also use the calibrated settings of the above four registers that
18979 produce the best "Read Sample Cycle Select" value in the SDRAM0_RDCC.[RDSS]
18980 register.[bit-field].
18981
18982 Signed-off-by: Adam Graham <agraham@amcc.com>
18983 Signed-off-by: Stefan Roese <sr@denx.de>
18984
18985commit e07f4a8033b6270b8103049adb6456f660ff4a89
18986Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
18987Date: Mon Sep 1 13:09:39 2008 -0400
18988
18989 ppc44x: Unification of virtex5 pp440 boards
18990
18991 This patch provides an unificated way of handling xilinx v5 ppc440 boards.
18992
18993 It unificates 3 different things:
18994
18995 1) Source code
18996 A new board called ppc440-generic has been created. This board includes
18997 a generic tlb initialization (Maps the whole memory into virtual) and
18998 defines board_pre_init, checkboard, initdram and get_sys_info weakly,
18999 so, they can be replaced by specific functions.
19000
19001 If a new board needs to redefine any of the previous functions
19002 (specific initialization) it can create a new directory with the
19003 specific initializations needed. (see the example ml507 board).
19004
19005 2) Configuration file
19006 Common configurations are located under configs/xilinx-ppc440.h, this
19007 header file interpretes the xparameters file generated by EDK and
19008 configurates u-boot in correspondence. Example: if there is a Temac,
19009 allows CMD_CONFIG_NET
19010 Specific configuration are located under specific configuration file.
19011 (see the example ml507 board)
19012
19013 3) Makefile
19014 Some work has been done in order to not duplicate work in the Main
19015 Makefile. Please see the attached code.
19016
19017 In order to support new boards they can be implemented in the next way:
19018
19019 a) Simple Generic Board (90% of the time)
19020 Using EDK generates a new xparameters.h file, replace
19021 ppc440-generic/xparameters.h and run make xilinx-ppc440-generic_config
19022 && make
19023
19024 b) Simple Boards with special u-boot parameters (9 % of the time)
19025 Create a new file under configs for it (use ml507.h as example) and
19026 change your paramaters. Create a new Makefile paragraph and compile
19027
19028 c) Complex boards (1% of the time)
19029 Create a new folder for the board, like the ml507
19030
19031 Finally, it adds support for the Avnet FX30T Evaluation board, following
19032 the new generic structure:
19033
19034 Cheap board by Avnet for evaluating the Virtex5 FX technology.
19035
19036 This patch adds support for:
19037 - UartLite
19038 - 16MB Flash
19039 - 64MB RAM
19040
19041 Prior using U-boot in this board, read carefully the ERRATA by Avnet
19042 to solve some memory initialization issues.
19043
19044 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
19045 Signed-off-by: Stefan Roese <sr@denx.de>
19046
19047commit 64ac1eb5afafced49b327425ad1814b2dc422d6e
19048Author: Nick Spence <nick.spence@freescale.com>
19049Date: Tue Sep 2 15:21:16 2008 -0500
19050
19051 mpc83xx: fix mpc8313 in-tree building with NAND
19052
19053 and add mpc8313 NAND build to MAKEALL
19054
19055 Signed-off-by: Nick Spence <nick.spence@freescale.com>
19056 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
19057
19058commit 6eb2a44e27919fdc601e0c05404b298a7602c0e3
19059Author: Nick Spence <nick.spence@freescale.com>
19060Date: Thu Aug 28 14:09:25 2008 -0700
19061
19062 mpc83xx: clean up cache operations and unlock_ram_in_cache() functions
19063
19064 Cleans up some latent issues with the data cache control so that
19065 dcache_enable() and dcache_disable() will work reliably (after
19066 unlock_ram_in_cache() has been called)
19067
19068 Signed-off-by: Nick Spence <nick.spence@freescale.com>
19069 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
19070
19071commit 46497056ae3b1e81e736e9cf3a170472c5d9719f
19072Author: Nick Spence <nick.spence@freescale.com>
19073Date: Thu Aug 28 14:09:19 2008 -0700
19074
19075 mpc83xx: Store and display Arbiter Event Register values
19076
19077 Record the Arbiter Event Register values and optionally display them.
19078
19079 The Arbiter Event Register can record the type and effective address of
19080 an arbiter error, even through an HRESET. This patch stores the values in
19081 the global data structure.
19082
19083 Display of the Arbiter Event registers immediately after the RSR value
19084 can be enabled with defines. The Arbiter values will only be displayed
19085 if an arbiter event has occured since the last Power On Reset, and either
19086 of the following defines exist:
19087 #define CONFIG_DISPLAY_AER_BRIEF - display only the arbiter address and
19088 and type register values
19089 #define CONFIG_DISPLAY_AER_FULL - display and interpret the arbiter
19090 event register values
19091
19092 Address Only transactions are one of the trapped events that can register
19093 as an arbiter event. They occur with some cache manipulation instructions
19094 if the HID0_ABE (Address Broadcast Enable) is set and the memory region
19095 has the MEMORY_COHERENCE WIMG bit set. Setting:
19096 #define CONFIG_MASK_AER_AO - prevents the arbiter from recording address
19097 only events, so that it can still capture
19098 other real problems.
19099
19100 Signed-off-by: Nick Spence <nick.spence@freescale.com>
19101 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
19102
19103commit ade50c7fa1b16ef98be17e9c3ae286aecf4f5605
19104Author: Nick Spence <nick.spence@freescale.com>
19105Date: Thu Aug 28 14:09:11 2008 -0700
19106
19107 mpc83xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cache
19108
19109 This is needed in unlock_ram_in_cache() because it is called from C and
19110 will corrupt the small data area anchor that is kept in R2.
19111
19112 lock_ram_in_cache() is modified similarly as good coding practice, but
19113 is not called from C.
19114
19115 Signed-off-by: Nick Spence <nick.spence@freescale.com>
19116 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
19117
19118commit d9fe88173cb4f7d293796ffe10c7a0d3d426d8f9
19119Author: Nick Spence <nick.spence@freescale.com>
19120Date: Fri Aug 22 23:52:50 2008 -0700
19121
19122 MPC83XX: Fix GPIO configuration - set gpio level before direction
19123
19124 Set DAT value before DIR values to avoid creating glitches on the
19125 GPIO signals.
19126
19127 Set gpio level register before direction register to inhibit
19128 glitches on high level output pins.
19129
19130 Dir and data gets cleared at powerup, so high level output lines see
19131 a short low pulse between setting the direction and level registers.
19132
19133 Issue was seen on a new board with the nReset line of the NOR flash
19134 connected to a GPIO. Setting the direction register puts the NOR flash
19135 in reset so the next instruction to set the level cannot get executed.
19136
19137 Signed-off-by: Nick Spence <nick.spence@freescale.com>
19138 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
19139 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
19140
19141commit 7007c5975ee900ad70983b0681d3251e221f8321
19142Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19143Date: Tue Sep 2 02:58:32 2008 +0200
19144
19145 doc/qemu_mips: add doc howto debug u-boot with gdb
19146
19147 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19148
19149commit 7deb3b3ecd0e81ef09bb68aa0ec2346f4ae0a405
19150Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19151Date: Wed Sep 3 17:15:45 2008 +0200
19152
19153 ppx4xx: Fix broken DASA_SIM board
19154
19155 This patch adds initdram() to DASA_SIM boards that has been
19156 removed accidentally by a previous commit.
19157
19158 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19159 Signed-off-by: Stefan Roese <sr@denx.de>
19160
19161commit 7e410aa30fbcb1d19a26bbf1e84a9ca6102d534b
19162Author: Stefan Roese <sr@denx.de>
19163Date: Mon Sep 1 08:35:37 2008 +0200
19164
19165 ppc4xx: Remove reference to common/lists.o from some esd linker scripts
19166
19167 This patch removes some direct references to common/lists.o from some
19168 esd linker scripts. This is necessary because the lists source was moved
19169 and is not in the "common" directory anymore.
19170
19171 Signed-off-by: Stefan Roese <sr@denx.de>
19172
19173commit 97b0734d65f8a0b03df0a335a2addc759da56107
19174Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19175Date: Tue Sep 2 16:33:05 2008 +0200
19176
19177 ppc4xx: Remove obsolete or unused functions from some esd boards
19178
19179 This patch removes initdram() and testdram() from most esd 405 platforms.
19180 Some boards also have an empty dummy implementation of
19181 misc_init_f(). This is also removed.
19182
19183 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19184 Signed-off-by: Stefan Roese <sr@denx.de>
19185
19186commit 1092ce218c514e5ccb18450ac5af501d96d6e3e9
19187Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19188Date: Tue Sep 2 15:07:54 2008 +0200
19189
19190 ppc4xx: Update VOM405 board configuration
19191
19192 - remove PCI code
19193 - add command line editing
19194 - minor cleanup
19195
19196 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19197 Signed-off-by: Stefan Roese <sr@denx.de>
19198
19199commit 830c800e28e96ec7c3c6936a0bd1b9461f3e77d4
19200Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19201Date: Tue Sep 2 15:07:53 2008 +0200
19202
19203 ppc4xx: Remove obsolete initdram() function from VOM405 board
19204
19205 This patch removed the obsolete initdram() function from
19206 VOM405 platform file.
19207
19208 Some minor cleanup.
19209
19210 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19211 Signed-off-by: Stefan Roese <sr@denx.de>
19212
19213commit 3d4dd7a941b2327b8c2fc535b782ca307ff8b6c8
19214Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19215Date: Tue Sep 2 15:07:52 2008 +0200
19216
19217 ppc4xx: Cleanup VOM405 linker script
19218
19219 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19220 Signed-off-by: Stefan Roese <sr@denx.de>
19221
19222commit fcaffd597f6f5191b12ca66c2a4789bbdeea85c2
19223Author: Matthias Fuchs <mf@esd.eu>
19224Date: Tue Sep 2 15:07:51 2008 +0200
19225
19226 ppc4xx: Add fdt support for VOM405 boards
19227
19228 Signed-off-by: Matthias Fuchs <mf@esd.eu>
19229 Signed-off-by: Stefan Roese <sr@denx.de>
19230
19231commit 9ec367aa2c5dcf79558aa2b209b45d7686654c14
19232Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19233Date: Tue Sep 2 11:36:14 2008 +0200
19234
19235 ppc4xx: Coding style cleanup
19236
19237 Wrap long lines etc.
19238
19239 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19240 Signed-off-by: Stefan Roese <sr@denx.de>
19241
19242commit 17e65c21adfb63980e6aff80bfbd2df0eeb12060
19243Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19244Date: Tue Sep 2 11:35:56 2008 +0200
19245
19246 ppc4xx: Enable USB on PLU405 boards
19247
19248 This patch enables the PCI-OHCI controller on PLU405 board.
19249
19250 Also the default CPU frequency is updated to 266 MHz and
19251 command line editing is enabled.
19252
19253 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19254 Signed-off-by: Stefan Roese <sr@denx.de>
19255
19256commit 40e43e3b87d57b2ac786e27f6e25a7df9940d93b
19257Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19258Date: Tue Sep 2 11:35:35 2008 +0200
19259
19260 ppc4xx: Cleanup PLU405 platform file
19261
19262 This patch
19263 - wraps some long lines
19264 - removes unused/obsolete functions: misc_init_f() and initdram()
19265
19266 Signed-off-by: Matthias Fuchs <mf@esd.eu>
19267 Signed-off-by: Stefan Roese <sr@denx.de>
19268
19269commit d74cdb1d0614ab78128e0735a51e7988a7b7ea33
19270Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19271Date: Tue Sep 2 11:35:04 2008 +0200
19272
19273 ppc4xx: Cleanup PLU405 linker script
19274
19275 Signed-off-by: Matthias Fuchs <mf@esd.eu>
19276 Signed-off-by: Stefan Roese <sr@denx.de>
19277
19278commit 3bc1054cec2f6b25822f301ea922a16233baa4c7
19279Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19280Date: Tue Sep 2 11:34:36 2008 +0200
19281
19282 ppc4xx: Add fdt support for PLU405 boards
19283
19284 Signed-off-by: Matthias Fuchs <mf@esd.eu>
19285 Signed-off-by: Stefan Roese <sr@denx.de>
19286
19287commit 5a3e480b783bfbc139586293a54fb875d7c5c5d4
19288Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19289Date: Tue Sep 2 11:34:08 2008 +0200
19290
19291 ppc4xx: Increase U-Boot size to 384kB for PLU405 boards
19292
19293 Signed-off-by: Matthias Fuchs <mf@esd.eu>
19294 Signed-off-by: Stefan Roese <sr@denx.de>
19295
19296commit be1b0d2777e179191a57b138b660547a17e55aad
19297Author: Jochen Friedrich <jochen@scram.de>
19298Date: Tue Sep 2 11:24:59 2008 +0200
19299
19300 Don't tftp to unknown flash
19301
19302 If a board has a variable number of flash banks, there are empty entries
19303 in flash_info[] and CFG_DIRECT_FLASH_TFTP is set, tftp boot fails with
19304 "Outside available Flash". This patch skips flash banks with unknown
19305 flash ids.
19306
19307 Signed-off-by: Jochen Friedrich <jochen@scram.de>
19308 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19309
19310commit 33314470ab32a3f5412bb61b5f3d6c216c88bf9b
19311Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
19312Date: Thu Aug 28 13:40:44 2008 +0900
19313
19314 net: smc911x: Add pkt_data_pull and pkt_data_push function
19315
19316 The RSK7203 board has the SMSC9118 wired up 'incorrectly'.
19317 Byte-swapping is necessary, and so poor performance is inevitable.
19318 This problem cannot evade by the swap function of CHIP, this can
19319 evade by software Byte-swapping.
19320 And this has problem by FIFO access only. pkt_data_pull/pkt_data_push
19321 functions necessary to solve this problem.
19322
19323 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
19324 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19325
19326commit 10efa024b8ffd9e6aaca63da8bddfdffdc672274
19327Author: Ben Warren <biggerbadderben@gmail.com>
19328Date: Sun Aug 31 20:37:00 2008 -0700
19329
19330 Moved initialization of EEPRO100 Ethernet controller to board_eth_init()
19331
19332 Affected boards:
19333 db64360
19334 db64460
19335 katmai
19336 taihu
19337 taishan
19338 yucca
19339 cpc45
19340 cpu87
19341 eXalion
19342 elppc
19343 debris
19344 kvme080
19345 mpc8315erdb
19346 integratorap
19347 ixdp425
19348 oxc
19349 pm826
19350 pm828
19351 pm854
19352 pm856
19353 ppmc7xx
19354 sc3
19355 sc520_spunk
19356 sorcery
19357 tqm8272
19358 tqm85xx
19359 utx8245
19360
19361 Removed initialization of the driver from net/eth.c
19362 Also, wrapped contents of pci_eth_init() by CONFIG_PCI.
19363
19364 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19365
19366commit 8ca0b3f99c4fce7a599dcaf92ae095496dc8c8e0
19367Author: Ben Warren <biggerbadderben@gmail.com>
19368Date: Sun Aug 31 10:45:44 2008 -0700
19369
19370 Moved initialization of TULIP Ethernet controller to board_eth_init()
19371
19372 Affected boards:
19373 cu824
19374 bab7xx
19375 adciop
19376 dasa_sim
19377 mousse
19378 mpc8540eval
19379 musenki
19380 mvblue
19381 pcippc2/pcippc6
19382 sbc8240
19383 stxssa
19384
19385 Removed initialization of the driver from net/eth.c
19386
19387 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19388
19389commit ad3381cf4167120db5c7b88e4970245e1d5c0a32
19390Author: Ben Warren <biggerbadderben@gmail.com>
19391Date: Sun Aug 31 10:44:19 2008 -0700
19392
19393 Moved initialization of E1000 Ethernet controller to board_eth_init()
19394
19395 Affected boards:
19396 ap1000
19397 mvbc_p
19398 PM854
19399
19400 Removed initialization of the driver from net/eth.c
19401
19402 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19403
19404commit 4fce2aceaf8afd31a252bc782c9dbc497bf40487
19405Author: Ben Warren <biggerbadderben@gmail.com>
19406Date: Sun Aug 31 10:40:51 2008 -0700
19407
19408 Moved initialization of plb2800 Ethernet driver to board_eth_init
19409
19410 Affected boards:
19411 purple
19412
19413 Removed initialization of controller from net/eth.c
19414
19415 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19416
19417commit e1d7480b5de1fd4830bf7cf5e2237d3b0846d08d
19418Author: Ben Warren <biggerbadderben@gmail.com>
19419Date: Sun Aug 31 10:39:12 2008 -0700
19420
19421 Moved initialization of MPC5xxx_FEC Ethernet driver to CPU directory
19422
19423 Modified board_eth_init() functions of boards that have this FEC in addition
19424 to other Ethernet controllers.
19425
19426 Affected boards:
19427 bc3450
19428 icecube
19429 mvbc_p
19430 o2dnt
19431 pm520
19432 total5200
19433 tq5200
19434
19435 Removed initialization of controller from net/eth.c
19436
19437 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19438
19439commit a0aad08f9427ac00218bdb2cb649833ce6ec9b8d
19440Author: Ben Warren <biggerbadderben@gmail.com>
19441Date: Sun Aug 31 10:36:38 2008 -0700
19442
19443 Moved initialization of MPC512x_FEC Ethernet driver to CPU directory
19444
19445 Added a cpu_eth_init() function to MPC512x CPU directory and
19446 removed code from net/eth.c
19447
19448 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19449
19450commit 8218bd2aa68820b878a8413493ae17fd8d21f944
19451Author: Ben Warren <biggerbadderben@gmail.com>
19452Date: Sun Aug 31 10:16:59 2008 -0700
19453
19454 Moved initialization of IncaIP Ethernet controller to board_eth_init
19455
19456 Affected boards:
19457 IncaIP
19458
19459 Removed initialization of the driver from net/eth.c
19460
19461 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19462
19463commit 164846eeb25cb2a5ede7ab9371fdca7f4831a055
19464Author: Ben Warren <biggerbadderben@gmail.com>
19465Date: Sun Aug 31 10:15:26 2008 -0700
19466
19467 Moved initialization of 3COM Ethernet controller (AmigaOne) to board_eth_init()
19468
19469 Affected boards:
19470 AmigaOneG3SE
19471
19472 Removed initialization of the driver from net/eth.c
19473
19474 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19475
19476commit 6aca145e067efe75398e9fac97822bd3700de0b2
19477Author: Ben Warren <biggerbadderben@gmail.com>
19478Date: Sun Aug 31 10:13:34 2008 -0700
19479
19480 Moved initialization of GT6426x Ethernet controller to board_eth_init()
19481
19482 Affected boards:
19483 EVB64260
19484 P3G4
19485 ZUMA
19486
19487 Removed initialization of the driver from net/eth.c
19488
19489 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19490
19491commit e3090534d62045dcb73f5392bacc64a4e8e443dc
19492Author: Ben Warren <biggerbadderben@gmail.com>
19493Date: Sun Aug 31 10:08:43 2008 -0700
19494
19495 Moved initialization of PCNET Ethernet controller to board_eth_init()
19496
19497 Affected boards:
19498 PN62
19499 sc520_cdp
19500
19501 Removed initialization of the driver from net/eth.c
19502
19503 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19504
19505commit b902b8dda5e1fd4d5fe2f202c71ee3521d2c40ed
19506Author: Ben Warren <biggerbadderben@gmail.com>
19507Date: Sun Aug 31 10:07:16 2008 -0700
19508
19509 Moved initialization of NATSEMI Ethernet controller to board_eth_init()
19510
19511 Affected boards:
19512 a3000
19513
19514 Removed initialization of the driver from net/eth.c
19515
19516 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19517
19518commit 19403633dd70333893c2da7926a1d0dcd6dab7d8
19519Author: Ben Warren <biggerbadderben@gmail.com>
19520Date: Sun Aug 31 10:03:22 2008 -0700
19521
19522 Moved initialization of NS8382X Ethernet controller to board_eth_init()
19523
19524 Affected boards:
19525 bc3450
19526 cpci5200
19527 mecp5200
19528 pf2000
19529 icecube
19530 o2dnt
19531 pm520
19532 sandpoint8245
19533 total5200
19534 tqm5200
19535
19536 Removed initialization of the driver from net/eth.c
19537
19538 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19539
19540commit ccdd12f83ef93719fbe85f642aa4dc648b9498f0
19541Author: Ben Warren <biggerbadderben@gmail.com>
19542Date: Sun Aug 31 09:59:33 2008 -0700
19543
19544 Moved initialization of TSI108 Ethernet controller to board_eth_init()
19545
19546 Affected boards:
19547 mpc7448hpc2
19548
19549 Removed initialization of the driver from net/eth.c
19550
19551 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19552
19553commit 0b252f50ae218ae15bfb63af44227972686ebc56
19554Author: Ben Warren <biggerbadderben@gmail.com>
19555Date: Sun Aug 31 21:41:08 2008 -0700
19556
19557 Moved initialization of RTL8139 Ethernet controller to board_eth_init()
19558
19559 Affected boards:
19560 hidden_dragon
19561 MPC8544DS
19562 MPC8610HPCN
19563 R2DPLUS
19564 TB0229
19565
19566 Removed initialization of the driver from net/eth.c
19567
19568 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19569
19570commit 02d69891d95ee76b0e86e1715a4dc0b964a57cb7
19571Author: Ben Warren <biggerbadderben@gmail.com>
19572Date: Sun Aug 31 09:49:42 2008 -0700
19573
19574 Moved initialization of RTL8169 Ethernet controller to board_eth_init()
19575
19576 Affected boards:
19577 linkstation
19578 r7780mp
19579
19580 Removed initialization of the driver from net/eth.c
19581
19582 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19583
19584commit 3ae071e44256144d6c1e3febb65f6c56bd433769
19585Author: Ben Warren <biggerbadderben@gmail.com>
19586Date: Tue Aug 12 22:11:53 2008 -0700
19587
19588 Moved initialization of Ethernet controllers on Atmel AT91 to board_eth_init()
19589
19590 Removed at91sam9_eth_initialize() from net/eth.c
19591
19592 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19593
19594commit 89973f8a82c28ad893c4c3cc56839a8e10fe5f13
19595Author: Ben Warren <biggerbadderben@gmail.com>
19596Date: Sun Aug 31 22:22:04 2008 -0700
19597
19598 Introduce netdev.h header file and remove externs
19599
19600 This addresses all drivers whose initializers have already
19601 been moved to board_eth_init()/cpu_eth_init().
19602
19603 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19604
19605commit 5a8a163ac394d9f4f7ff57f415d82bd673b0068c
19606Author: Andy Fleming <afleming@freescale.com>
19607Date: Sun Aug 31 16:33:30 2008 -0500
19608
19609 Add pixis_set_sgmii command
19610
19611 The 8544DS and 8572DS platforms support an optional SGMII riser card to
19612 expose ethernet over an SGMII interface. Once the card is in, it is also
19613 necessary to configure the board such that it uses the card, rather than
19614 the on-board ethernet ports. This can either be done by flipping dip switches
19615 on the motherboard, or by modifying registers in the pixis. Either way
19616 requires a reboot.
19617
19618 This adds a command to allow users to choose which ports are routed through
19619 the SGMII card, and which through the onboard ports. It also allows users
19620 to revert to the current switch settings.
19621
19622 This code does not work on the 8572, as the PIXIS is different.
19623
19624 Signed-off-by: Andy Fleming <afleming@freescale.com>
19625 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19626
19627commit 216f2a7156a5fde7b47adc40ad553c888a9cbaa7
19628Author: Andy Fleming <afleming@freescale.com>
19629Date: Sun Aug 31 16:33:29 2008 -0500
19630
19631 Add SGMII support for the 8544 DS
19632
19633 The 8544 DS has an optional SGMII Riser card, which uses different PHY
19634 addresses. Check if we are in SGMII mode, and invoke the SGMII Riser
19635 setup code if so.
19636
19637 Signed-off-by: Andy Fleming <afleming@freescale.com>
19638 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19639
19640commit 652f7c2eef76a1340928bd660845441e932d86a2
19641Author: Andy Fleming <afleming@freescale.com>
19642Date: Sun Aug 31 16:33:28 2008 -0500
19643
19644 Add support for Freescale SGMII Riser Card
19645
19646 The 8544DS and 8572DS systems have an optional SGMII riser card which
19647 exposes new ethernet ports which are connected to the eTSECs via an
19648 SGMII interface. The SGMII PHYs for this board are offset from the standard
19649 PHY addresses, so this code modifies the passed in tsec_info structure to
19650 use the SGMII PHYs on the card, instead.
19651
19652 Signed-off-by: Andy Fleming <afleming@freescale.com>
19653 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19654
19655commit 2abe361c03b43e6dcf68f54e96b5c05156c49284
19656Author: Andy Fleming <afleming@freescale.com>
19657Date: Sun Aug 31 16:33:27 2008 -0500
19658
19659 Add SGMII support to the tsec
19660
19661 Adds support for configuring the TBI to talk properly with the SerDes.
19662
19663 Signed-off-by: Andy Fleming <afleming@freescale.com>
19664 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19665
19666commit 75b9d4ae0d69f214eab641caf12ce8af83a39a42
19667Author: Andy Fleming <afleming@freescale.com>
19668Date: Sun Aug 31 16:33:26 2008 -0500
19669
19670 Pass in tsec_info struct through tsec_initialize
19671
19672 The tsec driver contains a hard-coded array of configuration information
19673 for the tsec ethernet controllers. We create a default function that works
19674 for most tsecs, and allow that to be overridden by board code. It creates
19675 an array of tsec_info structures, which are then parsed by the corresponding
19676 driver instance to determine configuration. Also, add regs, miiregs, and
19677 devname fields to the tsec_info structure, so that we don't need the kludgy
19678 "index" parameter.
19679
19680 Signed-off-by: Andy Fleming <afleming@freescale.com>
19681 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19682
19683commit dd3d1f56a01f460d560766126ee7dfed2ea9bc10
19684Author: Andy Fleming <afleming@freescale.com>
19685Date: Sun Aug 31 16:33:25 2008 -0500
19686
19687 tsec: Move tsec.h to include/
19688
19689 This is to prepare the way for board code passing in the tsec_info structure
19690
19691 Signed-off-by: Andy Fleming <afleming@freescale.com>
19692 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19693
19694commit d23dc394aa69093b6326ad917db04dc0d1aff3f8
19695Author: Sergei Poselenov <sposelenov@emcraft.com>
19696Date: Fri Jun 6 15:52:44 2008 +0200
19697
19698 PHY: Add support for the M88E1121R Marvell chip.
19699
19700 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
19701 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
19702 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19703
19704commit 1711f3bd16d1c5e9d17b4c0198b426d86999781b
19705Author: Wolfgang Denk <wd@denx.de>
19706Date: Tue Sep 2 21:17:36 2008 +0200
19707
19708 fw_env.c: fix build problems with MTD_VERSION=old
19709
19710 (as needed to support old 2.4 Linux kernel based releases)
19711
19712 Signed-off-by: Wolfgang Denk <wd@denx.de>
19713
19714commit 628ffd73bcff0c9f3bc5a8eeb2c7455fe9d28a51
19715Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19716Date: Mon Sep 1 17:11:26 2008 +0200
19717
19718 device: make device_register() clone the device
19719
19720 This is expected by the callers, but this fact was hidden well within
19721 the old list implementation.
19722
19723 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19724
c0a14aed
WD
19725commit baf449fc5ff96f071bb0e3789fd3265f6d4fd9a0
19726Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
19727Date: Mon Sep 1 14:00:07 2008 +0200
19728
19729 avr32: Add support for "GPIO" port mux
19730
19731 The "GPIO" port mux is used on AVR32 UC3 parts as well as AT32AP7200 and
19732 all later AVR32 chips. This patch adds a driver for it, implementing the
19733 same API as the existing portmux-pio driver but with more functionality.
19734
19735 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
19736
19737commit d92852579546c46bdaac978e0b6767a6645b69e0
19738Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
19739Date: Fri Aug 15 15:02:29 2008 +0200
19740
19741 atstk1000: Convert to new-style makefile
19742
19743 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
19744
19745commit 25e6854d42c11046a468576179b5494f850311b2
19746Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
19747Date: Sun Aug 31 18:46:35 2008 +0200
19748
19749 avr32: use board_early_init_r instead of board_init_info
19750
19751 Replace the avr32-specific board_init_info hook by the standard
19752 board_early_init_r hook and make it optional.
19753
19754 board_early_init_r() runs somewhat earlier than board_init_info used to
19755 do, but this isn't a problem for any of the in-tree boards.
19756
19757 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
19758
19759commit 36d375faf5cff98e8dca32aabbbb1ec6036437dd
19760Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
19761Date: Sun Aug 31 18:24:24 2008 +0200
19762
19763 avr32: Use board_postclk_init instead of gclk_init
19764
19765 Replace the avr32-specific gclk_init() board hook with the standard
19766 board_postclk_init() hook which is supposed to run at the same point
19767 during initialization.
19768
19769 Provide a dummy weak alias for boards not implementing this hook. The
19770 cost of this is:
19771 - 2 bytes for the dummy function (retal 0)
19772 - 2 bytes for each unnecessary function call (short rcall)
19773
19774 which is a pretty small price to pay for avoiding lots of #ifdef
19775 clutter. In this particular case, all boards probably end up slightly
19776 smaller because we avoid the conditional checking if the gclk_init
19777 symbol is NULL.
19778
19779 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
19780
19781commit abdde2b1d570b1ee77606bf783444fcddf7f0965
19782Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
19783Date: Sun Aug 31 18:07:35 2008 +0200
19784
19785 hammerhead: Use gclk helper functions
19786
19787 Use the new gclk helper functions to set up the PHY clock instead of
19788 accessing the PM registers directly.
19789
19790 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
19791
19792commit 98090cd75cdb40b2ab94c806c338540a5716748b
19793Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
19794Date: Sun Aug 31 18:05:32 2008 +0200
19795
19796 avr32: Add gclk helper functions
19797
19798 Add two helper functions for configuring and enabling generic clocks:
19799 - gclk_enable_output: Enables output on a GCLKx pin
19800 - gclk_set_rate: Configures a gclk to run at a specific rate
19801
19802 This should eliminate any reason to go mucking about with PM registers
19803 from board code.
19804
19805 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
19806
19807commit ab0df36fc7db9dda0b786b909f653e279dfeb9cf
19808Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
19809Date: Fri Aug 29 21:09:49 2008 +0200
19810
19811 avr32: refactor the portmux/gpio code
19812
19813 - Separate the portmux configuration functionality from the GPIO pin
19814 control API.
19815 - Separate the controller-specific code from the chip-specific code.
19816 - Allow "ganged" port configuration (multiple pins at once).
19817 - Add more flexibility to the "canned" peripheral select functions:
19818 - Allow using more than 23 address bits, more chip selects, as
19819 well as NAND- and CF-specific pins.
19820 - Make the MACB SPEED pin optional, and choose between MII/RMII
19821 using a parameter instead of an #ifdef.
19822 - Make it possible to use other MMC slots than slot 0, and support
19823 different MMC/SDCard data bus widths.
19824 - Use more reasonable pull-up defaults; floating pins may consume a
19825 lot of power.
19826 - Get rid of some custom portmux code from the mimc200 board code. The
19827 old gpio/portmux API couldn't really handle its requirements, but
19828 the new one can.
19829 - Add documentation.
19830
19831 The end result is slightly smaller code for all boards. Which isn't
19832 really the point, but at least it isn't any larger.
19833
19834 This has been verified on ATSTK1002 and ATNGW100. I'd appreciate if
19835 the board maintainers could help me test this on their boards. In
19836 particular, the mimc200 port has lost a lot of code, so I'm hoping Mark
19837 can help me out.
19838
19839 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
19840 Cc: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
19841 Cc: Mark Jackson <mpfj@mimc.co.uk>
19842 Cc: Alex Raimondi <alex.raimondi@miromico.ch>
19843 Cc: Julien May <julien.may@miromico.ch>
19844
19845 Changes since v1:
19846 * Enable pullup on NWAIT
19847 * Add missing include to portmux-pio.h
19848 * Rename CONFIG_PIO2 -> CONFIG_PORTMUX_PIO to match docs
19849
19850commit 4c24e8288c601cb773ab02528b48a8577970e867
19851Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
19852Date: Sat Aug 30 17:28:36 2008 +0200
19853
19854 avr32: data_bits should reflect the actual number of data bits
19855
19856 Make the data_bits enum in struct sdram_config reflect the actual number
19857 of data bits on the bus, i.e. 16 or 32. Having 0 mean 16 bits and 1 mean
19858 32 bits is just too confusing.
19859
19860 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
19861
19862commit 66b7bc5175325809718d8d49ef073bc1036ad71b
19863Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
19864Date: Fri Aug 29 17:48:18 2008 +0200
19865
19866 avr32: Update README
19867
19868 Remove some outdated and/or unnecessary information, and add updated
19869 information about the toolchain and buildroot.
19870
19871 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
19872
8b9e4787
WD
19873commit c75e772a2f061a508bba28ded1b5bea91f0442b0
19874Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
19875Date: Sun Aug 31 23:28:15 2008 +0900
19876
19877 sh: Remove CC line from board's Makefile
19878
19879 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
19880
19881commit 468eae0660de6fdfd9999944c536ecc4797bd944
19882Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
19883Date: Sun Aug 31 23:25:57 2008 +0900
19884
19885 sh: Replaced "@./mkconfig" for @$(MKCONFIG)
19886
19887 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
19888
19889commit 3aeb1ff7482a732503186c742d3a5ded4b7a0d34
19890Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
19891Date: Thu Aug 28 14:50:52 2008 +0900
19892
19893 sh: Add support sh2 to MAKEALL
19894
19895 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
19896 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
19897
19898commit 6f3d8bb5faa12dbf3031382286784c978df038ee
19899Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
19900Date: Thu Aug 28 14:52:23 2008 +0900
19901
19902 sh: Fix compile error rsk7203 board
19903
19904 This boards used old type preprocessor.
19905 This patch fix compile error.
19906
19907 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
19908 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
19909
19910commit 1c98172e025018552e9bb4c43b0aaee76f79b1aa
19911Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
19912Date: Thu Aug 28 14:53:31 2008 +0900
19913
19914 sh: Fix compile error sh7785lcr board
19915
19916 This boards used old type preprocessor.
19917 This patch fix compile error.
19918
19919 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
19920 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
19921
19922commit 6f0da4972e48f99d37bc522814940a6022cd3084
19923Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
19924Date: Fri Aug 22 17:39:09 2008 +0900
19925
19926 sh: Renesas Solutions AP325RXA board support
19927
19928 AP325RXA is SH7723's reference board.
19929 This has SCIF, NOR Flash, Ethernet, USB host, LCDC, SD Host, Camera and other.
19930 In this patch, support SCIF, NOR Flash, and Ethernet.
19931
19932 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
19933 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
19934
19935commit ab09f433b50bb83b5e440c335bc3839ee069e534
19936Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
19937Date: Fri Aug 22 17:48:51 2008 +0900
19938
19939 sh: add support Renesas SH7723
19940
19941 Renesas SH7723 has 5 SCIF, SD, Camera, LCDC and other.
19942 This patch supports CPU register's header file and SCIF serial driver.
19943
19944 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
19945 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
19946
19947commit c655fad06ba3fb042dbc667724a40e1a9a091248
19948Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
19949Date: Sun Aug 31 23:02:04 2008 +0900
19950
19951 sh: Renesas RSK+ 7203 board support
19952
19953 This adds initial support for the RTE RSK+ SH7203 board.
19954
19955 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
19956 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
19957
19958commit 6ede753ddf52a7b0f992d9bccbe5e4a0968ca475
19959Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
19960Date: Thu Jul 3 23:11:02 2008 +0900
19961
19962 sh: Add support Renesas SH7203 processor
19963
19964 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
19965 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
19966
19967commit 6ad43d0dd86b612895ddc7f480eb6cdfe793adf9
19968Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
19969Date: Sun Aug 31 22:48:33 2008 +0900
19970
19971 sh: Add support SH2/SH2A which is CPU of Renesas Technology
19972
19973 Add support SH2/SH2A basic function.
19974
19975 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
19976 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
19977
19978commit 0d53a47dc0737b6aa3a39caee21410c169441ae5
19979Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
19980Date: Sun Aug 31 22:45:08 2008 +0900
19981
19982 sh: Renesas R0P7785LC0011RL board support
19983
19984 This board has SH7785, 512MB DDR2-SDRAM, NOR Flash,
19985 Graphic, Ethernet, USB, SD, RTC, and I2C controller.
19986
19987 This patch supports the following functions:
19988 - 128MB DDR2-SDRAM (29-bit address mode only)
19989 - NOR Flash
19990 - USB host
19991 - Ethernet
19992
19993 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
19994 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
19995
19996commit b0b6218929bc7de9a6bdb8e564fa8ec2efa71b4e
19997Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
19998Date: Thu Jul 10 19:32:53 2008 +0900
19999
20000 sh: add support for SH7785
20001
20002 Renesas SH7785 has DDR2-SDRAM controller, PCI, and other.
20003 This patch supports CPU register's header file.
20004
20005 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
20006 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20007
20008commit d6e04258be8f2408845468d3cf722a4cf0433445
20009Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20010Date: Sun Aug 31 04:45:42 2008 +0200
20011
20012 davinci: fix remaining dm644x_eth
20013
20014 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20015
20016commit 08ab4e1780fa63c88dd5a5ab52f4ff4ed1ee1878
20017Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20018Date: Sun Aug 31 04:24:56 2008 +0200
20019
20020 fs: Move conditional compilation to Makefile
20021
20022 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20023
20024commit c1de7a6daf9c657484e1c6d433f01fccd49a7f48
20025Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20026Date: Sun Aug 31 04:24:55 2008 +0200
20027
20028 devices: merge to list_head
20029
20030 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20031
20032commit ef0255fc75f28655f9681422079287d68a14dbaa
20033Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20034Date: Sun Aug 31 04:24:51 2008 +0200
20035
20036 update linux/list
20037
20038 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20039
20040commit 71cb31227bee741b274f6c0279b2aac1ab8e28e3
20041Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20042Date: Sun Aug 31 00:39:48 2008 +0200
20043
20044 smdk6400: add gitignore
20045
20046 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20047
20048commit f9f692e2b146d4e306b777e6d5f69f1d725b9eb9
20049Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20050Date: Sun Aug 31 00:39:48 2008 +0200
20051
20052 smdk6400: Use CONFIG_FLASH_CFI_DRIVER
20053
20054 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20055
20056commit 7c0e5a8db3d1358b0ce3cc85ada0de6341ca4a15
20057Author: Guennadi Liakhovetski <lg@denx.de>
20058Date: Sun Aug 31 00:39:47 2008 +0200
20059
20060 smdk6400: remove redundant bootargs definition
20061
20062 Double bootargs setting leads to a duplicated environmant entry.
20063
20064 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
20065
20066commit 11edcfe260f20dcea79284a3e95270989d433854
20067Author: Guennadi Liakhovetski <lg@denx.de>
20068Date: Sun Aug 31 00:39:47 2008 +0200
20069
20070 ARM: Add support for S3C6400 based SMDK6400 board
20071
20072 SMDK6400 can only boot U-Boot from NAND-flash. This patch adds a nand_spl
20073 driver for it too. The board can also boot from the NOR flash, but due to
20074 hardware limitations it can only address 64KiB on it, which is not enough
20075 for U-Boot. Based on the original sources by Samsung for U-Boot 1.1.6.
20076
20077 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
20078
20079commit e0056b341069796eaea11eae0fc8eb93a3dceaac
20080Author: Guennadi Liakhovetski <lg@denx.de>
20081Date: Sun Aug 31 00:39:47 2008 +0200
20082
20083 NAND: add NAND driver for S3C64XX
20084
20085 Based on the original S3C64XX NAND driver by Samsung for U-Boot 1.1.6.
20086
20087 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
20088
20089commit 3fe7b589f9c7463df39056f8872006a67f56a91c
20090Author: Guennadi Liakhovetski <lg@denx.de>
20091Date: Sun Aug 31 00:39:47 2008 +0200
20092
20093 S3C64XX: remove broken HWFLOW support from the serial driver
20094
20095 As noted by Harald Welte, HWFLOW support in the S3C64XX serial driver is
20096 broken and currently unused. Remove it.
20097
20098 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
20099
20100commit 2fb28dcf82048045e1bf5014e938e486fa6c2383
20101Author: Guennadi Liakhovetski <lg@denx.de>
20102Date: Sun Aug 31 00:39:47 2008 +0200
20103
20104 serial: add S3C64XX serial driver
20105
20106 Based on the original S3C64XX UART driver by Samsung for U-Boot 1.1.6.
20107
20108 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
20109
20110commit 8262813ca04fc57f5d8856e1828085c136e0f1eb
20111Author: Guennadi Liakhovetski <lg@denx.de>
20112Date: Sun Aug 31 00:39:46 2008 +0200
20113
20114 USB: Add support for OHCI controller on S3C6400
20115
20116 Notice: USB on S3C6400 currently works _only_ with switched off MMU. One could
20117 try to enable the MMU, but map addresses 1-to-1, and disable data cache, then
20118 it should work too and we could still profit from instruction cache.
20119
20120 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
20121
20122commit 9b07773f8883665b002500c190507e9fd99b7181
20123Author: Guennadi Liakhovetski <lg@denx.de>
20124Date: Sun Aug 31 00:39:46 2008 +0200
20125
20126 ARM: Add arm1176 core with S3C6400 SoC
20127
20128 Based on the original S3C64XX port by Samsung for U-Boot 1.1.6.
20129
20130 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
20131
20132commit fcaac589a68115819ddadcf5c18ded9a5f9e2c75
20133Author: Sandeep Paulraj <s-paulraj@ti.com>
20134Date: Sun Aug 31 00:39:46 2008 +0200
20135
20136 ARM DaVinci: Changing function names for EMAC driver
20137
20138 DM644x is just one of a series of DaVinci chips that use the EMAC driver.
20139 By replacing all the function names that start with dm644x_* to davinci_*
20140 we make these function more portable. I have tested this change on my EVM.
20141 DM6467 is another DaVinci SOC which uses the EMAC driver and i will
20142 be sending patches that add DaVinci DM6467 support to the list soon.
20143
20144 Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
20145
20146commit fbbb1de369ca7d5ace6f7b0ce9d0aee24a6f457b
20147Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
20148Date: Sat Aug 30 23:21:30 2008 +0200
20149
20150 Integrator[AP/CP] - Remove unused file memsetup.S
20151
20152 - memsetup.s is changed/merged to lowlevel_init.S
20153 memsetup.S has a global label memsetup that just returns back to caller
20154 - memsetup global label is changed/merged to lowlevel_init
20155 This label is not called from anywhere.
20156
20157 Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
20158
20159commit 89d51d022a63be1a851eda983c8cbce1a044f65f
20160Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
20161Date: Wed Aug 27 21:35:52 2008 +0200
20162
20163 ARM DaVinci: Standardize names of directories/files
20164
20165 ARM DaVinci: Standardize names of directories/files.
20166
20167 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
20168 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20169
20170commit 264bbdd11d01f14f5ea4629556ae63b00b13402d
20171Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
20172Date: Fri Jul 11 15:10:13 2008 -0400
20173
20174 ARM DaVinci: Move common functions to board/davinci/common
20175
20176 ARM DaVinci: Move common functions to board/davinci/common.
20177
20178 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
20179
20180commit c2b4b2e4814f4ace9015fdb64132894327400bf0
20181Author: Stefan Roese <sr@denx.de>
20182Date: Fri Aug 29 11:56:49 2008 +0200
20183
20184 ppc4xx/NAND: Add select_chip function to 4xx NDFC driver
20185
20186 This function is needed for the new NAND infrastructure. We only need
20187 a dummy implementation though for the NDFC.
20188
20189 Signed-off-by: Stefan Roese <sr@denx.de>
20190
20191commit 3d4a746e2fb4545f07d871049805fb34ae97cc94
20192Author: Stefan Roese <sr@denx.de>
20193Date: Fri Aug 29 12:06:27 2008 +0200
20194
20195 ppc4xx: Increase image size for NAND boot target
20196
20197 This is needed since now with HUSH enabled (amcc-common.h) the image
20198 read from NAND exceeds the previous limit.
20199
20200 Signed-off-by: Stefan Roese <sr@denx.de>
20201
20202commit 6b5049d056cd8ef72d1f2f461ceb2d033d93f759
20203Author: Ben Warren <biggerbadderben@gmail.com>
20204Date: Thu Aug 28 23:58:30 2008 -0700
20205
20206 Move MPC512x_FEC driver to drivers/net
20207
20208 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20209
20210commit 80b00af01b3c9154774de2936f05a051e92f6a03
20211Author: Ben Warren <biggerbadderben@gmail.com>
20212Date: Thu Aug 28 23:58:29 2008 -0700
20213
20214 Move MPC5xxx_FEC driver to drivers/net
20215
20216 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20217
20218commit 3de7bf0e6b1ad2608014096c8192f13229b2e9d7
20219Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20220Date: Fri Aug 29 21:53:57 2008 +0200
20221
20222 cmd_terminal: remove no need ifdef
20223
20224 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20225
20226commit 578118bdf122877ae769776be002255be447b4fa
20227Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20228Date: Fri Aug 29 21:53:57 2008 +0200
20229
20230 common/Makefile: order by functionality
20231
20232 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20233
20234commit ba7b5b2348b684cf8ec424b2e38e267dc1cfd2fb
20235Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20236Date: Fri Aug 29 21:53:56 2008 +0200
20237
20238 miiphyutil: Move conditional compilation to Makefile
20239
20240 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20241
20242commit 81789c39db3f0f6b621df8c0ec66014d701f368e
20243Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20244Date: Fri Aug 29 21:53:37 2008 +0200
20245
20246 autoscript: Move conditional compilation to Makefile
20247
20248 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20249
20250commit bbf52df9aa94ffb115b8b1ebeb00d01374bb0a1d
20251Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20252Date: Fri Aug 29 01:18:11 2008 +0200
20253
20254 crc16: move to lib_generic
20255
20256 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20257
20258commit 55195773eacefb22dd483a3c560ea30a14263ce1
20259Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20260Date: Fri Aug 29 01:18:01 2008 +0200
20261
20262 miiphybb: move to drivers/net/phy
20263
20264 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20265
20266commit e8314035996a9118ac5948df2ff8a2f2161ed67a
20267Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20268Date: Thu Aug 28 12:31:51 2008 +0200
20269
20270 soft_spi: move to drivers/spi
20271
20272 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20273
20274commit 4d75e0aa9caca64d4a1d55d95cd1ca5f30d9fc56
20275Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20276Date: Thu Aug 28 12:31:51 2008 +0200
20277
20278 soft_i2c: move to drivers/i2c
20279
20280 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20281
20282commit 717a222229fdb77703e9174d0eb08a4b41febf49
20283Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20284Date: Thu Aug 28 12:31:48 2008 +0200
20285
20286 gunzip: move to lib_generic
20287
20288 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20289
20290commit 52aef8f9ba28b747973bf76741c23db658d5773c
20291Author: Wolfgang Ocker <weo@reccoware.de>
20292Date: Tue Aug 26 19:55:23 2008 +0200
20293
20294 ppc4xx: NAND configuration
20295
20296 Made NAND bank configuration setting a config variable.
20297
20298 Signed-off-by: Wolfgang Ocker <weo@reccoware.de>
20299 Signed-off-by: Stefan Roese <sr@denx.de>
20300
20301commit 5bc542a593abc9e974fbd34704af85c37c366c60
20302Author: Victor Gallardo <vgallardo@amcc.com>
20303Date: Thu Aug 28 16:03:28 2008 -0700
20304
20305 ppc4xx: fix UIC external_interrupt hang on UIC0
20306
20307 This patch fixes a UIC external_interrupt hang if critical or non-critical
20308 interrupt is set at the same time as a normal interrupt is set on UIC0.
20309
20310 Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
20311 Signed-off-by: Stefan Roese <sr@denx.de>
20312
20313commit 04737d5ffd16248cb80ab3dd4f3765057a803f18
20314Author: Prodyut Hazarika <phazarika@amcc.com>
20315Date: Wed Aug 27 16:39:00 2008 -0700
20316
20317 ppc4xx: Optimizations/Cleanups for IBM DDR2 Memory Controller
20318
20319 Removed Magic numbers from Initialization preload registers
20320 Tested with Kilauea, Glacier, Canyonlands and Katmai boards
20321 About 5-7% improvement seen for LMBench memtests
20322
20323 Signed-off-by: Prodyut Hazarika <phazarika@amcc.com>
20324 Signed-off-by: Stefan Roese <sr@denx.de>
20325
20326commit 8a490422bed685c9491274ec997f62061d88620b
20327Author: John Rigby <jrigby@freescale.com>
20328Date: Thu Aug 28 13:17:07 2008 -0600
20329
20330 ADS5121: Fix NOR and CPLD ALE timing for rev 2 silicon
20331
20332 MPC5121 rev 2 silicon has a new register for controlling how long
20333 CS is asserted after deassertion of ALE in multiplexed mode.
20334
20335 The default is to assert CS together with ALE. The alternative
20336 is to assert CS (ALEN+1)*LPC_CLK clocks after deassertion of ALE.
20337
20338 The default is wrong for the NOR flash and CPLD on the ADS5121.
20339
20340 This patch turns on the alternative for CS0 (NOR) and CS2 (CPLD)
20341 it does so conditionally based on silicon rev 2.0 or greater.
20342
20343 Signed-off-by: Martha J Marx <mmarx@silicontkx.com>
20344 Signed-off-by: John Rigby <jrigby@freescale.com>
20345
20346commit 5d9a5efa4b332f442b54a755d49969123c3a8742
20347Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
20348Date: Tue Aug 19 00:56:46 2008 +0600
20349
20350 Add I2C frequency dividers for ColdFire
20351
20352 The existing I2C freqency dividers for FDR does not apply
20353 to ColdFire platforms; thus, a seperate table is added
20354 based on MCF5xxx Reference Manual
20355
20356 Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
20357 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
20358 Acked-by: Tabi Timur <timur@freescale.com>
20359
20360commit eec567a67e00d1ed8d941e9098b7d421f4091abf
20361Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
20362Date: Tue Aug 19 03:01:19 2008 +0600
20363
20364 ColdFire: I2C fix for multiple platforms
20365
20366 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
20367
20368commit d53cf6a9c7423cba668b867978648645f71c3090
20369Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
20370Date: Tue Aug 19 00:37:13 2008 +0600
20371
20372 ColdFire: Add CONFIG_MII_INIT for M5272C3
20373
20374 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
20375
20376commit f78ced3028d4130b24a318943a70cf5584ab16f4
20377Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
20378Date: Tue Aug 19 00:26:25 2008 +0600
20379
20380 ColdFire: Multiple fixes for MCF5445x platforms
20381
20382 Add FEC pin set and mii reset in __mii_init(). Change
20383 legacy flash vendor from 2 to AMD LEGACY (0xFFF0),
20384 change cfi_offset to 0, and change CFG_FLASH_CFI to
20385 CONFIG_FLASH_CFI_LEGACY. Correct M54451EVB and
20386 M54455EVB env settings in configuration file.
20387
20388 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
20389
20390commit 454e725b3a9537b7f273bbd0cbca180f23a7a6e8
20391Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
20392Date: Fri Aug 15 18:24:25 2008 +0000
20393
20394 ColdFire: Change the SDRAM BRD2WT timing from 3 to 7
20395
20396 The user manuals recommend 7.
20397
20398 Signed-off-by: Kurt Mahan <kmahan@freescale.com>
20399 Acked-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
20400
20401commit 79e0799cf6e88d98d77b216a55234bf674b59a4e
20402Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
20403Date: Fri Aug 15 16:50:07 2008 +0000
20404
20405 ColdFire: Raise uart baudrate to 115200 bps
20406
20407 M5249EVB, M5271EVB, M5272C3, M5275EVB and M5282EVB platforms
20408 uart baudrate increase from 19200 to 115200 bps
20409
20410 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
20411
20412commit ab6ba842682552ccf071d0034da0a20633d1d1ac
20413Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
20414Date: Wed Aug 13 12:07:03 2008 +0000
20415
20416 ColdFire: Fix board.c warning message
20417
20418 Implicit declaration of nand_init() warning message
20419
20420 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
20421
20422commit 5798b1c4650e9a8713c95b25c1e669a2bc80a97b
20423Author: Kumar Gala <galak@kernel.crashing.org>
20424Date: Wed Aug 27 01:10:34 2008 -0500
20425
20426 FSL DDR: Remove duplicate setting of cs0_bnds register on 86xx.
20427
20428 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20429
20430commit 258c37b147353bc522ffc33dfbd7d0d9cd7c32d7
20431Author: Heiko Schocher <hs@denx.de>
20432Date: Thu Aug 21 20:44:49 2008 +0200
20433
20434 mpc52xx: added support for the MPC5200 based MUC.MC52 board from MAN.
20435
20436 Signed-off-by: Heiko Schocher <hs@denx.de>
20437
20438commit 9cff4448a9cb882defe6c8bde73b77fc0c636799
20439Author: Kumar Gala <galak@kernel.crashing.org>
20440Date: Tue Aug 19 14:46:36 2008 -0500
20441
20442 mpc85xx: remove redudant code with lib_ppc/interrupts.c
20443
20444 For some reason we duplicated the majority of code in lib_ppc/interrupts.c
20445 not show how that happened, but there is no good reason for it.
20446
20447 Use the interrupt_init_cpu() and timer_interrupt_cpu() since its why
20448 they exist.
20449
20450 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20451
20452commit 9490a7f1a9484617bad75c60807ce02c8a3a6d56
20453Author: Kumar Gala <galak@kernel.crashing.org>
20454Date: Fri Jul 25 13:31:05 2008 -0500
20455
20456 mpc85xx: Add support for the MPC8536DS reference board
20457
20458 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20459 Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
20460 Signed-off-by: Dejan Minic <minic@freescale.com>
20461 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
20462 Signed-off-by: Dave Liu <daveliu@freescale.com>
20463 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20464
20465commit ef50d6c06ece74fb17e8d7510e62cad9df8b810d
20466Author: Kumar Gala <galak@kernel.crashing.org>
20467Date: Tue Aug 12 11:14:19 2008 -0500
20468
20469 mpc85xx: Add support for the MPC8536
20470
20471 The MPC8536 Adds SDHC and SATA controllers to the PQ3 family. We
20472 also have SERDES init code for the 8536.
20473
20474 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20475 Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
20476 Signed-off-by: Dejan Minic <minic@freescale.com>
20477 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
20478 Signed-off-by: Dave Liu <daveliu@freescale.com>
20479
20480commit 129ba616b3813dde861f25f3d8a3c47c5c36ad5f
20481Author: Kumar Gala <galak@kernel.crashing.org>
20482Date: Tue Aug 12 11:13:08 2008 -0500
20483
20484 mpc85xx: Add support for the MPC8572DS reference board
20485
20486 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20487
20488commit 457caecdbca3df21a93abff19eab12dbc61b7897
20489Author: Kumar Gala <galak@kernel.crashing.org>
20490Date: Wed Aug 27 01:05:35 2008 -0500
20491
20492 FSL DDR: Remove old SPD support from cpu/mpc85xx
20493
20494 All 85xx boards have been converted to the new code so we can
20495 remove the old SPD DDR setup code.
20496
20497 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20498
20499commit 0e7927db138976469e7257e29c1338050a50fcd9
20500Author: Kumar Gala <galak@kernel.crashing.org>
20501Date: Wed Aug 27 01:04:07 2008 -0500
20502
20503 FSL DDR: Convert STXSSA to new DDR code.
20504
20505 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20506
20507commit c360d9b970fbb9c13744c355879671165bbb9b9e
20508Author: Kumar Gala <galak@kernel.crashing.org>
20509Date: Wed Aug 27 01:03:42 2008 -0500
20510
20511 FSL DDR: Convert STXGP3 to new DDR code.
20512
20513 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20514
20515commit 8e55313b7ae12352a343f9b9962e662dbd897187
20516Author: Kumar Gala <galak@kernel.crashing.org>
20517Date: Tue Aug 26 23:52:58 2008 -0500
20518
20519 FSL DDR: Convert SBC8560 to new DDR code.
20520
20521 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20522
20523commit 9658bec2e8f55d56ca1be70090ce5a348be4980f
20524Author: Kumar Gala <galak@kernel.crashing.org>
20525Date: Tue Aug 26 23:52:32 2008 -0500
20526
20527 FSL DDR: Convert MPC8540EVAL to new DDR code.
20528
20529 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20530
20531commit 6bfa8f723cfd82c55e3ef5620ade396916470a70
20532Author: Kumar Gala <galak@kernel.crashing.org>
20533Date: Tue Aug 26 23:52:07 2008 -0500
20534
20535 FSL DDR: Convert PM856 to new DDR code.
20536
20537 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20538
20539commit d53bd3e17bd4f460257c19255569ea6dcfaae817
20540Author: Kumar Gala <galak@kernel.crashing.org>
20541Date: Tue Aug 26 23:51:49 2008 -0500
20542
20543 FSL DDR: Convert PM854 to new DDR code.
20544
20545 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20546
20547commit 33b9079ba20926f14238fff863b68a98e938948e
20548Author: Kumar Gala <galak@kernel.crashing.org>
20549Date: Tue Aug 26 23:15:28 2008 -0500
20550
20551 FSL DDR: Convert sbc8548 to new DDR code.
20552
20553 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20554
20555commit a947e4c7eb15cea1d9fb633955c516aab5ad35dd
20556Author: Kumar Gala <galak@kernel.crashing.org>
20557Date: Tue Aug 26 23:14:14 2008 -0500
20558
20559 FSL DDR: Convert atum8548 to new DDR code.
20560
20561 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20562
20563commit be0bd8234b9777ecd63c4c686f72af070d886517
20564Author: Kumar Gala <galak@kernel.crashing.org>
20565Date: Tue Aug 26 22:56:56 2008 -0500
20566
20567 FSL DDR: Convert socrates to new DDR code.
20568
20569 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20570
20571commit 1167a2fd56138b716e01370c4267f3b70bf9ffa0
20572Author: Kumar Gala <galak@kernel.crashing.org>
20573Date: Tue Aug 26 08:02:30 2008 -0500
20574
20575 FSL DDR: Convert MPC8544DS to new DDR code.
20576
20577 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20578
20579commit e6f5b35b41ddbd637bb9ca4ad985b1e0b07dae0e
20580Author: Jon Loeliger <jdl@freescale.com>
20581Date: Tue Mar 18 13:51:05 2008 -0500
20582
20583 FSL DDR: Convert MPC8568MDS to new DDR code.
20584
20585 Signed-off-by: Jon Loeliger <jdl@freescale.com>
20586 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20587
20588commit e31d2c1e2bc954dc32e33bb2076139f85b95f8e6
20589Author: Jon Loeliger <jdl@freescale.com>
20590Date: Tue Mar 18 13:51:06 2008 -0500
20591
20592 FSL DDR: Convert MPC8548CDS to new DDR code.
20593
20594 Signed-off-by: Jon Loeliger <jdl@freescale.com>
20595 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20596
20597commit aa11d85cf318b961e029fe50d68ca47d004bce93
20598Author: Jon Loeliger <jdl@freescale.com>
20599Date: Mon Mar 17 15:48:18 2008 -0500
20600
20601 FSL DDR: Convert MPC8541CDS to new DDR code.
20602
20603 Signed-off-by: Jon Loeliger <jdl@freescale.com>
20604 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20605
20606commit 2b40edb10d81da7bba724edbccd7f53777112579
20607Author: Jon Loeliger <jdl@freescale.com>
20608Date: Tue Mar 18 11:12:42 2008 -0500
20609
20610 FSL DDR: Convert MPC8555ADS to new DDR code.
20611
20612 Signed-off-by: Jon Loeliger <jdl@freescale.com>
20613 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20614
20615commit 8b625114e8bc5a6b436181167a6e7fcd3303dd2c
20616Author: Jon Loeliger <jdl@freescale.com>
20617Date: Tue Mar 18 11:12:44 2008 -0500
20618
20619 FSL DDR: Convert MPC8560ADS to new DDR code.
20620
20621 Signed-off-by: Jon Loeliger <jdl@freescale.com>
20622 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20623
20624commit 9617c8d49a21703eaf13a4033ab1a56eecc033cc
20625Author: Kumar Gala <galak@kernel.crashing.org>
20626Date: Fri Jun 6 13:12:18 2008 -0500
20627
20628 FSL DDR: Convert MPC8540ADS to new DDR code.
20629
20630 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20631
20632commit 2a6c2d7ab2a66660f40a6cd3de2eb29ee29d9693
20633Author: Kumar Gala <galak@kernel.crashing.org>
20634Date: Tue Aug 26 21:34:55 2008 -0500
20635
20636 FSL DDR: Add 85xx specific register setting
20637
20638 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20639
20640commit 6fb1b7346849ccd0c20306143e334f5b76143070
20641Author: Kumar Gala <galak@kernel.crashing.org>
20642Date: Mon Jun 9 11:07:46 2008 -0500
20643
20644 FSL DDR: Add e500 TLB helper for DDR code
20645
20646 Provide a helper function that board code can call to map TLBs when
20647 setting up DDR.
20648
20649 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20650
20651commit d26b739afe5a6760bd345743188759cd9d0f3b47
20652Author: Andrew Dyer <adyer@righthandtech.com>
20653Date: Tue Aug 26 17:03:38 2008 -0500
20654
20655 dm9000 remove dead external phy support, gpio fix
20656
20657 dm9000 has code to detect and initialize external phy parts, but later
20658 on in the code the part is forced to use the internal phy
20659 unconditionally. Remove the unused/untested code.
20660
20661 change the GPIO initialization so that only the GPIO used as an
20662 internal phy reset (hardwired in the chip) is set as an output. The
20663 remaining GPIO need to be handled by board specific code to prevent
20664 possible drive conflicts. Set as inputs for safety.
20665
20666 replace a few magic numbers with defines
20667
20668 Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
20669 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20670
20671commit a1573db0c07c8ba99e9c373bb07ecd6f59da672c
20672Author: Peter Tyser <ptyser@xes-inc.com>
20673Date: Tue Aug 26 11:17:48 2008 -0500
20674
20675 Standardize bootp, tftpboot, rarpboot, dhcp, and nfs command descriptions
20676
20677 cmd_net.c command descriptions were updated to describe the optional
20678 hostIPaddr argument. The dhcp command help message was also updated
20679 to more closely reflect the other commands in cmd_net.c
20680
20681 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
20682 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20683
20684commit 51dfe1382ebaf691485badfa0ea5e75b0710531b
20685Author: Remy Bohmer <linux@bohmer.net>
20686Date: Wed Aug 20 11:30:28 2008 +0200
20687
20688 Fix bogus error message in the DHCP handler
20689
20690 The DHCP handler has 1 state that is not listed in this case, causing a
20691 failure message when there is actually no failure.
20692
20693 Signed-off-by: Remy Bohmer <linux@bohmer.net>
20694 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20695
20696commit 61365501a0e2cae9c1df2818b7b5b3f52c450d18
20697Author: Remy Bohmer <linux@bohmer.net>
20698Date: Wed Aug 20 11:30:27 2008 +0200
20699
20700 Fix compile error when CONFIG_BOOTP_RANDOM_DELAY is set.
20701
20702 The option CONFIG_BOOTP_RANDOM_DELAY does not compile, because of a
20703 missing extern inside the net/bootp.h header
20704
20705 Signed-off-by: Remy Bohmer <linux@bohmer.net>
20706 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20707
20708commit 1803f7f91ff35ca402259065df7557107dcf28a2
20709Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
20710Date: Tue Aug 19 21:26:32 2008 +0000
20711
20712 ColdFire: Add FEC Buffer descriptors in SRAM
20713
20714 Add FEC Buffer descriptors and data buffer in SRAM for
20715 faster execution and access.
20716
20717 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
20718 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20719
20720commit 429be27ce195210d4b9decf9e867b9ca6155a87d
20721Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
20722Date: Thu Aug 21 23:55:11 2008 +0000
20723
20724 Fix ColdFire FEC warning messages
20725
20726 Types mismatch and implicit declaration of icache_invalid()
20727 warning messages
20728
20729 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
20730 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20731
20732commit 6a002171098e968bd5b362347d2831224fab6048
20733Author: Ben Warren <biggerbadderben@gmail.com>
20734Date: Sat Jul 12 00:17:50 2008 -0700
20735
20736 Moved initialization of SKGE Ethernet driver to board code.
20737
20738 The only board using this driver is the SL8245 board.
20739 Removed initialization for the driver from net/eth.c
20740
20741 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20742
20743commit 8379f42bc745eb9e4ca551a30fd2d0a63f740d75
20744Author: Ben Warren <biggerbadderben@gmail.com>
20745Date: Sat Jul 12 00:08:45 2008 -0700
20746
20747 Moved conditional compilation to Makefile for SK98 Ethernet driver
20748
20749 Brute-force removal of #ifdefs. Didn't touch the code.
20750 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20751
20752commit 65d3d99c28dc363d15eaee78225ff643df499b97
20753Author: Ben Warren <biggerbadderben@gmail.com>
20754Date: Fri Jul 11 23:42:19 2008 -0700
20755
20756 Moved initialization of ULI526X Ethernet driver to board code.
20757
20758 The only board using this driver is the Freescale MPC8610HPCD board.
20759 Removed initialization for the driver from net/eth.c
20760
20761 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20762
20763commit 914947313a710f5dcf06beaf7f2aa24f1ebcce4f
20764Author: Ben Warren <biggerbadderben@gmail.com>
20765Date: Fri Jul 11 23:15:28 2008 -0700
20766
20767 Moved initialization of Blackfin EMAC Ethernet controller to board_eth_init()
20768
20769 Added board_eth_init() function to bf537-stamp board.
20770 Removed initialization for the Blackin EMAC driver from net/eth.c
20771
20772 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20773
20774commit fc363ce35408f348cacced68505f3747a53e3d7c
20775Author: Ben Warren <biggerbadderben@gmail.com>
20776Date: Wed Jul 9 01:04:19 2008 -0700
20777
20778 Moved initialization of GRETH Ethernet driver to CPU directory
20779
20780 Added a cpu_eth_init() function to leon2/leon3 CPU directories and
20781 removed code from net/eth.c
20782
20783 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20784
20785commit 86882b80771309bceb11c6accfd7f6f90ade8bfc
20786Author: Ben Warren <biggerbadderben@gmail.com>
20787Date: Tue Aug 26 22:16:25 2008 -0700
20788
20789 Moved initialization of MCFFEC Ethernet driver to CPU directory
20790
20791 Added a cpu_eth_init() function to coldfire CPU directories and
20792 removed code from net/eth.c
20793
20794 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20795
20796commit b31da88b9c160d80d42a59cbbb31e24f27184d5c
20797Author: Ben Warren <biggerbadderben@gmail.com>
20798Date: Tue Aug 26 22:12:36 2008 -0700
20799
20800 Moved initialization of FSL_MCDMAFEC Ethernet driver to CPU directory
20801
20802 Added a cpu_eth_init() function to cpu/mcf547x_8x directory and
20803 removed code from net/eth.c
20804
20805 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20806
20807commit b5710d9974f6f0f3ddb4e67d6cccc262ab37049e
20808Author: Kumar Gala <galak@kernel.crashing.org>
20809Date: Tue Aug 26 15:01:38 2008 -0500
20810
20811 FSL DDR: Remove old SPD support from cpu/mpc86xx
20812
20813 All 86xx boards have been converted to the new code so we can
20814 remove the old SPD DDR setup code.
20815
20816 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20817
20818commit 9bd4e5911b750837515466bc7449087698b88e0e
20819Author: Kumar Gala <galak@kernel.crashing.org>
20820Date: Tue Aug 26 15:01:37 2008 -0500
20821
20822 FSL DDR: Convert SBC8641D to new DDR code.
20823
20824 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20825
20826commit 39aa1a73483e1ac2bd56d5523abfc3970ee82c77
20827Author: Jon Loeliger <jdl@freescale.com>
20828Date: Tue Aug 26 15:01:36 2008 -0500
20829
20830 FSL DDR: Convert MPC8610HPCD to new DDR code.
20831
20832 Signed-off-by: Jon Loeliger <jdl@freescale.com>
20833 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20834
20835commit 6a8e5692933e8e6d6e5ba7e594f49dd6d4c3a263
20836Author: Kumar Gala <galak@kernel.crashing.org>
20837Date: Tue Aug 26 15:01:35 2008 -0500
20838
20839 FSL DDR: Convert MPC8641HPCN to new DDR code.
20840
20841 Signed-off-by: Jon Loeliger <jdl@freescale.com>
20842 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20843
20844commit 46ff4f1100ea64a01d21cc008ce85ac15eb1821f
20845Author: Kumar Gala <galak@kernel.crashing.org>
20846Date: Tue Aug 26 15:01:34 2008 -0500
20847
20848 FSL DDR: Add 86xx specific register setting
20849
20850 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20851
20852commit 233fdd502a6c227f476212b3097653ad48d7e254
20853Author: Kumar Gala <galak@kernel.crashing.org>
20854Date: Tue Aug 26 15:01:32 2008 -0500
20855
20856 FSL DDR: Add DDR2 DIMM paramter support
20857
20858 Compute DIMM parameters based upon the SPD information.
20859
20860 Signed-off-by: James Yang <James.Yang@freescale.com>
20861 Signed-off-by: Jon Loeliger <jdl@freescale.com>
20862 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20863
20864commit 05c05a2363a6ac11e0e405926034546ffad71fad
20865Author: Kumar Gala <galak@kernel.crashing.org>
20866Date: Tue Aug 26 15:01:30 2008 -0500
20867
20868 FSL DDR: Add DDR1 DIMM paramter support
20869
20870 Compute DIMM parameters based upon the SPD information in spd.
20871
20872 Signed-off-by: James Yang <James.Yang@freescale.com>
20873 Signed-off-by: Jon Loeliger <jdl@freescale.com>
20874 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20875
20876commit 58e5e9aff147e8c7e2bc1406bf9384f65f020ffa
20877Author: Kumar Gala <galak@kernel.crashing.org>
20878Date: Tue Aug 26 15:01:29 2008 -0500
20879
20880 FSL DDR: Rewrite the FSL mpc8xxx DDR controller setup code.
20881
20882 The main purpose of this rewrite it to be able to share the same
20883 initialization code on all FSL PowerPC products that have DDR
20884 controllers. (83xx, 85xx, 86xx).
20885
20886 The code is broken up into the following steps:
20887 GET_SPD
20888 COMPUTE_DIMM_PARMS
20889 COMPUTE_COMMON_PARMS
20890 GATHER_OPTS
20891 ASSIGN_ADDRESSES
20892 COMPUTE_REGS
20893 PROGRAM_REGS
20894
20895 This allows us to share more code an easily allow for board specific code
20896 overrides.
20897
20898 Additionally this code base adds support for >4G of DDR and provides a
20899 foundation for supporting interleaving on processors with more than one
20900 controller.
20901
20902 Signed-off-by: James Yang <James.Yang@freescale.com>
20903 Signed-off-by: Jon Loeliger <jdl@freescale.com>
20904 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
20905 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
20906 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20907
20908commit f784e32b4bce0013983506b11af4b85b8ca3d36e
20909Author: Kumar Gala <galak@kernel.crashing.org>
20910Date: Tue Aug 26 15:01:28 2008 -0500
20911
20912 FSL DDR: Provide a generic set_ddr_laws()
20913
20914 Provide a helper function that will setup the last available
20915 LAWs (upto 2) for DDR. Useful for SPD/dyanmic DDR setting code.
20916
20917 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20918
20919commit 0f2cbe3f5eddbdf3848265f35e4f714434929cff
20920Author: James Yang <James.Yang@freescale.com>
20921Date: Tue Aug 26 15:01:27 2008 -0500
20922
20923 Add proper SPD definitions for DDR1/2/3
20924
20925 Also adds helper functions for DDR1/2 to verify the checksum.
20926
20927 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20928
20929commit 285db74716c724ae8a0ff177878fd09a74428c7b
20930Author: Wolfgang Denk <wd@denx.de>
20931Date: Wed Aug 27 01:02:48 2008 +0200
20932
20933 Update CHANGELOG
20934
20935 Signed-off-by: Wolfgang Denk <wd@denx.de>
20936
285db747
WD
20937commit adf22b66d8bf05bd46e098cf71e6dca29b30aa7b
20938Author: Heiko Schocher <hs@denx.de>
20939Date: Tue Aug 19 10:08:49 2008 +0200
20940
20941 Add support for muas3001 board (MPC8270)
20942
20943 Signed-off-by: Heiko Schocher <hs@denx.de>
20944
20945commit 322098bff32410d2a00031649b47c4ec90a66d9a
20946Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
20947Date: Tue Aug 19 08:31:18 2008 +0530
20948
20949 common/cmd_load.c cleanup - remove unused variables
20950
20951 - Remove unused global variable os_data_count.
20952 - Remove unused variable z.
20953
20954 Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
20955
20956commit 306620b762a4f9fa6678568ad2e8772dec145208
20957Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
20958Date: Mon Aug 18 13:35:27 2008 +0200
20959
20960 remove MVS1 board
20961
20962 MVS1 board has reached end-of-life and can be removed completely.
20963
20964 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
20965
20966commit 40d7e99d374ba0a0a29cd1a8ba40d3b7c2c175c7
20967Author: Kumar Gala <galak@kernel.crashing.org>
20968Date: Fri Aug 15 08:24:45 2008 -0500
20969
20970 bootm: refactor do_reset and os boot function args
20971
20972 There is no need for each OS specific function to call do_reset() we
20973 can just do it once in bootm. This means its feasible on an error for
20974 the OS boot function to return.
20975
20976 Also, remove passing in cmd_tbl_t as its not needed by the OS boot
20977 functions. flag isn't currently used but might be in the future so
20978 we left it alone.
20979
20980 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20981
20982commit 40afac22a9c602e55c501c800f1c064324711b56
20983Author: Kumar Gala <galak@kernel.crashing.org>
20984Date: Fri Aug 15 08:24:44 2008 -0500
20985
20986 fdt: Added resize command
20987
20988 Resize the fdt to size + padding to 4k boundary
20989
20990 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20991
20992commit 2a1a2cb6e2b87ee550e6f27b647d23331dfd5e1b
20993Author: Kumar Gala <galak@kernel.crashing.org>
20994Date: Fri Aug 15 08:24:43 2008 -0500
20995
20996 fdt: refactor initrd related code
20997
20998 Created a new fdt_initrd() to deal with setting the initrd properties
20999 in the device tree and fixing up the mem reserve. We can use this
21000 both in the choosen node handling and lets us remove some duplicated
21001 code when we fixup the initrd info in bootm on PPC.
21002
21003 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21004
21005commit 3082d2348c8e13342f5fdd10e9b3f7408062dbf9
21006Author: Kumar Gala <galak@kernel.crashing.org>
21007Date: Fri Aug 15 08:24:42 2008 -0500
21008
21009 fdt: refactor fdt resize code
21010
21011 Move the fdt resizing code out of ppc specific boot code and into
21012 common fdt support code.
21013
21014 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21015
21016commit 396f635b8ff3ccbc38d75d5eda98444c6466810a
21017Author: Kumar Gala <galak@kernel.crashing.org>
21018Date: Fri Aug 15 08:24:41 2008 -0500
21019
21020 bootm: refactor image detection and os load steps
21021
21022 Created a bootm_start() that handles the parsing and detection of all
21023 the images that will be used by the bootm command (OS, ramdisk, fdt).
21024 As part of this we now tract all the relevant image offsets in the
21025 bootm_headers_t struct. This will allow us to have all the needed
21026 state for future sub-commands and lets us reduce a bit of arch
21027 specific code on SPARC.
21028
21029 Created a bootm_load_os() that deals with decompression and loading
21030 the OS image.
21031
21032 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21033
21034commit e906cfae08e8cc2447f59b1bc4c22ab9c3c286d2
21035Author: Kumar Gala <galak@kernel.crashing.org>
21036Date: Fri Aug 15 08:24:40 2008 -0500
21037
21038 bootm: move lmb into the bootm_headers_t structure
21039
21040 To allow for persistent state between future bootm subcommands we
21041 need the lmb to exist in a global state.
21042 Moving it into the bootm_headers_t allows us to do that.
21043
21044 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21045
21046commit 54f9c86691309b2f919f567f9255b8bcad2c7651
21047Author: Kumar Gala <galak@kernel.crashing.org>
21048Date: Fri Aug 15 08:24:39 2008 -0500
21049
21050 bootm: Set working fdt address as part of the bootm flow
21051
21052 Set the fdt working address so "fdt FOO" commands can be used as part
21053 of the bootm flow. Also set an the environment variable "fdtaddr"
21054 with the value.
21055
21056 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21057
21058commit 06a09918f3903450313e2047a9cc258bf5872f46
21059Author: Kumar Gala <galak@kernel.crashing.org>
21060Date: Fri Aug 15 08:24:38 2008 -0500
21061
21062 bootm: refactor fdt locating and relocation code
21063
21064 Move the code that handles finding a device tree blob and relocating
21065 it (if needed) into common code so all arch's have access to it.
21066
21067 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21068
21069commit c4f9419c6b54958e0eddbcbc9e5a4a7b7ec99865
21070Author: Kumar Gala <galak@kernel.crashing.org>
21071Date: Fri Aug 15 08:24:37 2008 -0500
21072
21073 bootm: refactor ramdisk locating code
21074
21075 Move determing if we have a ramdisk and where its located into the
21076 common code. Keep track of the ramdisk start and end in the
21077 bootm_headers_t image struct.
21078
21079 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21080
21081commit c160a9544743e80e8889edb2275538e7764ce334
21082Author: Kumar Gala <galak@kernel.crashing.org>
21083Date: Fri Aug 15 08:24:36 2008 -0500
21084
21085 bootm: refactor entry point code
21086
21087 Move entry point code out of each arch and into common code.
21088 Keep the entry point in the bootm_headers_t images struct.
21089
21090 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21091
21092commit 20220d22b9f41446288588cd2e457e0077a18bed
21093Author: Randy Vinson <rvinson@mvista.com>
21094Date: Wed Aug 13 11:44:57 2008 -0700
21095
21096 mpc7448hpc2: Fix PCI I/O space mapping.
21097
21098 PCI I/O space is currently mapped 1:1 at 0xFA000000. Linux requires
21099 PCI I/O space to start at 0 on the PCI bus. This patch maps PCI I/O
21100 space such that 0xFA000000 in the processor's address space maps to 0
21101 on the PCI I/O bus.
21102
21103 Signed-off-by Randy Vinson <rvinson@mvista.com>
21104 Acked-by: Roy Zang <tie-fei.zang@freescale.com>
21105
21106commit b4e07520bbb5467ad72eb92a5c9177d2797b9e30
21107Author: Guennadi Liakhovetski <lg@denx.de>
21108Date: Wed Aug 13 18:10:26 2008 +0200
21109
21110 i.MX31: Specify maintainers for i.MX31-based boards
21111
21112 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
21113 Signed-off-by: Wolfgang Denk <wd@denx.de>
21114
21115commit 51e46e28fda4bbdf5149ac7f67d62fcc8df4da63
21116Author: Wolfgang Denk <wd@denx.de>
21117Date: Tue Aug 26 15:01:28 2008 +0200
21118
21119 ADS5121: adjust image addresses in RAM and flash
21120
21121 Use the same mapping in flash as used by Linux
21122
21123 Signed-off-by: Wolfgang Denk <wd@denx.de>
21124
21125commit 19f101412c16edee9fd55db4039e1d68a833b28b
21126Author: Wolfgang Denk <wd@denx.de>
21127Date: Tue Aug 26 13:14:34 2008 +0200
21128
21129 cmd_mem.c: Fix help message alignment
21130
21131 Bug was introced by "Big white-space cleanup" (53677ef1)
21132
21133 Signed-off-by: Wolfgang Denk <wd@denx.de>
21134
21135commit 1a9eeb78b825bfade31d7606a2fe3b9eca9e35be
21136Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
21137Date: Wed Aug 20 11:11:52 2008 +0200
21138
21139 change mvBL-M7 default env and move to vendor subdir
21140
21141 fix mvBL-M7 config and move to matrix_vision subdir
21142
21143 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
21144 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
21145
21146commit 002d27caf26e7eb913d474d3a91f67d56c8c31d5
21147Author: Nick Spence <nick.spence@freescale.com>
21148Date: Fri Aug 22 23:52:40 2008 -0700
21149
21150 MPC83XX: Add miscellaneous registers and #defines to support MPC83xx family devices
21151
21152 This patch adds elements to the 83xx sysconf structure and #define values that are used
21153 by mpc83xx family devices.
21154
21155 Signed-off-by: Nick Spence <nick.spence@freescale.com>
21156 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
21157
21158commit 447ad5768abda669ac0e7f46fcdb62fbe828d637
21159Author: Ira W. Snyder <iws@ovro.caltech.edu>
21160Date: Fri Aug 22 11:00:15 2008 -0700
21161
21162 MPC8349EMDS: Add PCI Agent (PCISLAVE) support
21163
21164 Add the ability for the MPC8349EMDS to run in PCI Agent mode, acting as a
21165 PCI card rather than a host computer.
21166
21167 Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
21168 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
21169
21170commit 4ff9aea9d6b5602683a920951ef896996438af62
21171Author: Ira W. Snyder <iws@ovro.caltech.edu>
21172Date: Fri Aug 22 11:00:14 2008 -0700
21173
21174 mpc83xx: add PCISLAVE support to 83XX_GENERIC_PCI setup code
21175
21176 This adds a helper function to unlock the PCI configuration bit, so that
21177 any extra PCI setup (such as outbound windows, etc.) can be done after
21178 using the 83XX_GENERIC_PCI code to set up the PCI bus.
21179
21180 Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
21181 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
21182
21183commit 162338e1fcde231ca4d562e5ebd7859456731691
21184Author: Ira W. Snyder <iws@ovro.caltech.edu>
21185Date: Fri Aug 22 11:00:13 2008 -0700
21186
21187 MPC8349EMDS: use 83XX_GENERIC_PCI setup code
21188
21189 Change the MPC8349EMDS board to use the generic PCI initialization code
21190 for the mpc83xx cpu.
21191
21192 Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
21193 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
21194
21195commit f4e55a4941e8ba46bc06020b2747928adf8fdee7
21196Author: Kim Phillips <kim.phillips@freescale.com>
21197Date: Mon Aug 25 14:53:09 2008 -0500
21198
21199 fix out of tree building
21200
21201 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
21202
21203commit a49d10cf027d059ee15c262010a05cdaec0961e1
21204Author: Wolfgang Denk <wd@denx.de>
21205Date: Mon Aug 25 23:45:41 2008 +0200
21206
21207 Minor coding style cleanup, updte CHANGELOG
21208
21209 Signed-off-by: Wolfgang Denk <wd@denx.de>
21210
a49d10cf
WD
21211commit 4d56e8dea670757c801a6a65531f02a8f981ce1f
21212Author: Stefan Roese <sr@denx.de>
21213Date: Wed Aug 20 20:29:38 2008 +0200
21214
21215 RTC: Fix Makefile problem with COBJS-$(CONFIG_RTC_DS1307 || CONFIG_RTC_DS1338)
21216
21217 This "||" doesn't seem to work. Now using the idea suggest by Scott Wood
21218 to combine both config options into one line. This even allows defining
21219 both options and not generating the target object twice.
21220
21221 Signed-off-by: Stefan Roese <sr@denx.de>
21222
21223commit 079edb913dbae147b50a488cf02e03f473fc5f28
21224Author: Jens Gehrlein <sew_s@tqs.de>
21225Date: Fri Jul 4 16:50:05 2008 +0200
21226
21227 MX31: fix bit masks in function mx31_decode_pll()
21228
21229 Bits MPCTL[MFN] and MPCTL[MFD] were not fully covered.
21230
21231 Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
21232
21233commit e8f1207bbf2df6fb693ee1aa3329b2014c92e5e6
21234Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
21235Date: Mon Aug 25 11:11:34 2008 +0200
21236
21237 Correct ARM Versatile Timer Initialization
21238
21239 - According to ARM Dual-Timer Module (SP804) TRM (ARM DDI0271),
21240 -- Timer Value Register @ TIMER Base + 4 is Read-only.
21241 -- Prescale Value (Bits 3-2 of TIMER Control register)
21242 can only be one of 00,01,10. 11 is undefined.
21243 -- CFG_HZ for Versatile board is set to
21244 #define CFG_HZ (1000000 / 256)
21245 So Prescale bits is set to indicate
21246 - 8 Stages of Prescale, Clock divided by 256
21247 - The Timer Control Register has one Undefined/Shouldn't Use Bit
21248 So we should do read/modify/write Operation
21249
21250 Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
21251
21252commit 535cfa4f3de86cf48d6c0af1daf33aebdca089f9
21253Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
21254Date: Mon Aug 25 11:30:29 2008 +0200
21255
21256 Add ARM AMBA PL031 RTC Support
21257
21258 Signed-off-by: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
21259
21260commit e39411674669cc880e1ec4a8ca4794fb15c33a45
21261Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
21262Date: Tue Aug 19 16:21:03 2008 -0400
21263
21264 ARM DaVinci: Removed redundant NAND initialization code.
21265
21266 ARM DaVinci: Removed redundant NAND initialization code.
21267
21268 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
21269
21270commit b3fb663b20d995ca41327db877ddb168279b3f62
21271Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
21272Date: Tue Aug 19 16:21:00 2008 -0400
21273
21274 ARM DaVinci: Fix compilation error with new MTD code.
21275
21276 ARM DaVinci: Fix compilation error with new MTD code.
21277
21278 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
21279
21280commit 109c30fb8edea1a15d37a6ce787cd5faf33d8e43
21281Author: Gerald Van Baren <vanbaren@cideas.com>
21282Date: Fri Aug 22 14:37:05 2008 -0400
21283
21284 Add note on dereferencing /aliases pointers
21285
21286 Replace the "must quote special characters" note with a hint on
21287 how to dereference /aliases pointers by omitting the leading "/".
21288 This feature was introduced by Kumar Gala as a libfdt enhancement
21289 in commit ed035708235332c3c117ee3bb1a426063f03cfcb.
21290
21291 Example:
21292
21293 => fdt print /aliases
21294 aliases {
21295 ethernet0 = "/qe@e0100000/ucc@2000";
21296 ethernet1 = "/qe@e0100000/ucc@3000";
21297 serial0 = "/soc8360@e0000000/serial@4500";
21298 serial1 = "/soc8360@e0000000/serial@4600";
21299 pci0 = "/pci@e0008500";
21300 };
21301 => fdt print ethernet0
21302 ucc@2000 {
21303 device_type = "network";
21304 compatible = "ucc_geth";
21305 cell-index = <0x1>;
21306 reg = <0x2000 0x200>;
21307 interrupts = <0x20>;
21308 interrupt-parent = <0x2>;
21309 local-mac-address = [00 00 00 00 00 00];
21310 rx-clock-name = "none";
21311 tx-clock-name = "clk9";
21312 phy-handle = <0x3>;
21313 phy-connection-type = "rgmii-id";
21314 pio-handle = <0x4>;
21315 };
21316
21317 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
21318
21319commit feeca3f578b7f53c032ba203698751c982f8bf5a
21320Author: Kumar Gala <galak@kernel.crashing.org>
21321Date: Thu Aug 14 08:28:19 2008 -0500
21322
21323 libfdt: Add support for using aliases in fdt_path_offset()
21324
21325 If the path doesn't start with '/' check to see if it matches some alias
21326 under "/aliases" and substitute the matching alias value in the path
21327 and retry the lookup.
21328
21329 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21330 Acked-by: David Gibson <david@gibson.dropbear.id.au>
21331 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
21332
21333commit 0219399a4e3a8edb428e1924e1a03d58cccf8d8e
21334Author: David Gibson <david@gibson.dropbear.id.au>
21335Date: Wed Aug 6 14:50:49 2008 +1000
21336
21337 libfdt: Implement fdt_get_property_namelen() and fdt_getprop_namelen()
21338
21339 As well as fdt_subnode_offset(), libfdt includes an
21340 fdt_subnode_offset_namelen() function that takes the subnode name to
21341 look up not as a NUL-terminated string, but as a string with an
21342 explicit length. This can be useful when the caller has the name as
21343 part of a longer string, such as a full path.
21344
21345 However, we don't have corresponding 'namelen' versions for
21346 fdt_get_property() and fdt_getprop(). There are less obvious use
21347 cases for these variants on property names, but there are
21348 circumstances where they can be useful e.g. looking up property names
21349 which need to be parsed from a longer string buffer such as user input
21350 or a configuration file, or looking up an alias in a path with
21351 IEEE1275 style aliases.
21352
21353 So, since it's very easy to implement such variants, this patch does
21354 so. The original NUL-terminated variants are, of course, implemented
21355 in terms of the namelen versions.
21356
21357 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
21358
21359commit f171746f701ea58bf6a53e835b53d2aaebee0d81
21360Author: David Gibson <david@gibson.dropbear.id.au>
21361Date: Tue Jul 29 14:51:22 2008 +1000
21362
21363 libfdt: Forgot one function when cleaning the namespace
21364
21365 In commit b6d80a20fc293f3b995c3ce1a6744a5574192125, we renamed all
21366 libfdt functions to be prefixed with fdt_ or _fdt_ to minimise the
21367 chance of collisions with things from whatever package libfdt is
21368 embedded in, pulled into the libfdt build via that environment's
21369 libfdt_env.h.
21370
21371 Except... I missed one. This patch applies the same treatment to
21372 _stringlist_contains(). While we're at it, also make it static since
21373 it's only used in the same file.
21374
21375 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
21376
21377commit 46390da15411351fc3b498bd8c1615f78fe80df0
21378Author: Wolfram Sang <w.sang@pengutronix.de>
21379Date: Wed Jul 9 11:22:44 2008 +0200
21380
21381 libfdt: Improve documentation in libfdt.h
21382
21383 Fix a few typos and mistakes.
21384
21385 Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
21386 Acked-by: David Gibson <david@gibson.dropbear.id.au>
21387
21388commit fc7758ee4f5782878f2e96876b7bc56cfee0ac66
21389Author: David Gibson <david@gibson.dropbear.id.au>
21390Date: Wed Jul 9 14:10:24 2008 +1000
21391
21392 libfdt: Increase namespace-pollution paranoia
21393
21394 libfdt is supposed to easy to embed in projects all and sundry.
21395 Often, it won't be practical to separate the embedded libfdt's
21396 namespace from that of the surrounding project. Which means there can
21397 be namespace conflicts between even libfdt's internal/static functions
21398 and functions or macros coming from the surrounding project's headers
21399 via libfdt_env.h.
21400
21401 This patch, therefore, renames a bunch of libfdt internal functions
21402 and macros and makes a few other chances to reduce the chances of
21403 namespace collisions with embedding projects. Specifically:
21404 - Internal functions (even static ones) are now named _fdt_*()
21405
21406 - The type and (static) global for the error table in
21407 fdt_strerror() gain an fdt_ prefix
21408
21409 - The unused macro PALIGN is removed
21410
21411 - The memeq and streq macros are removed and open-coded in the
21412 users (they were only used once each)
21413
21414 - Other macros gain an FDT_ prefix
21415
21416 - To save some of the bulk from the previous change, an
21417 FDT_TAGALIGN() macro is introduced, where FDT_TAGALIGN(x) ==
21418 FDT_ALIGN(x, FDT_TAGSIZE)
21419
21420 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
21421
21422commit c66830263af19831f2b7db307f79d1943febf7f9
21423Author: David Gibson <david@gibson.dropbear.id.au>
21424Date: Mon Jul 7 10:14:15 2008 +1000
21425
21426 dtc: Enable and fix -Wcast-qual warnings
21427
21428 Enabling -Wcast-qual warnings in dtc shows up a number of places where
21429 we are incorrectly discarding a const qualification. There are also
21430 some places where we are intentionally discarding the 'const', and we
21431 need an ugly cast through uintptr_t to suppress the warning. However,
21432 most of these are pretty well isolated with the *_w() functions. So
21433 in the interests of maximum safety with const qualifications, this
21434 patch enables the warnings and fixes the existing complaints.
21435
21436 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
21437 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
21438
21439commit ef4e8ce1beb5b93aedda5a4c1b90bfd989c6791e
21440Author: David Gibson <david@gibson.dropbear.id.au>
21441Date: Mon Jul 7 10:10:48 2008 +1000
21442
21443 dtc: Enable and fix -Wpointer-arith warnings
21444
21445 This patch turns on the -Wpointer-arith option in the dtc Makefile,
21446 and fixes the resulting warnings due to using (void *) in pointer
21447 arithmetic. While convenient, pointer arithmetic on void * is not
21448 portable, so it's better that we avoid it, particularly in libfdt.
21449
21450 Also add necessary definition of uintptr_t needed by David Gibson's
21451 changeset "dtc: Enable and fix -Wpointer-arith warnings" (the definition
21452 comes from stdint.h, which u-boot doesn't have). -- gvb
21453
21454 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
21455 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
21456
21457commit 5d4b3d2b31e58fcb2d4bd10af762f5ff41b229fd
21458Author: Tirumala R Marri <tmarri@amcc.com>
21459Date: Thu Aug 21 21:54:53 2008 -0700
21460
21461 ppc4xx: AMCC PPC460GT/EX PCI-E de-emphasis adjustment fix
21462
21463 During recent PCI-E tests it has been found that current
21464 driverl level and de-emphasis values are not set correctly.
21465 After sweeping throgh all de-ephasis values, it was found that
21466 0x130 is a right value. Where 0x13 is driver level and 0 is
21467 de-emphasis.
21468
21469 Signed-off-by: Tirumala R Marri <tmarri@amcc.com>
21470 Signed-off-by: Stefan Roese <sr@denx.de>
21471
21472commit 0bb86d823b6c150c7ee17de0cfca9ffccc16463b
21473Author: Remy Bohmer <linux@bohmer.net>
21474Date: Wed Aug 20 20:46:56 2008 +0200
21475
21476 Make the YAFFS filesystem work
21477
21478 Recently the YAFFS filesystem support has been added to U-boot.
21479 However, just enabling CONFIG_YAFFS2 is not enough to get it working.
21480
21481 ymount will generate an exception (when dereferencing mtd->readoob()), because
21482 the genericDevice is a null pointer. Further, a lot of logging is produced
21483 while using YAFFS fs, so logging should also be disabled.
21484 Both issues are solved by this patch.
21485
21486 With this patch and CONFIG_YAFFS2 enabled, I get a readable filesystem
21487 in U-boot, as well as in Linux.
21488
21489 Tested on a Atmel AT91SAM9261EK board.
21490
21491 Signed-off-by: Remy Bohmer <linux@bohmer.net>
21492 Acked-by: William Juul <william.juul@tandberg.com>
21493 Signed-off-by: Scott Wood <scottwood@freescale.com>
21494
21495commit bfd7f38614e21f745b6d6845fcc616ebc5e4d36f
21496Author: Kyungmin Park <kmpark@infradead.org>
21497Date: Tue Aug 19 08:42:53 2008 +0900
21498
21499 Fix OneNAND read_oob/write_oob functions compatability
21500
21501 Also sync with kernel OneNAND codes
21502
21503 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
21504 Signed-off-by: Scott Wood <scottwood@freescale.com>
21505
21506commit 8d765456c1d33f2010d2717ee58de7647fdc6346
21507Author: Scott Wood <scottwood@freescale.com>
21508Date: Mon Aug 18 17:11:20 2008 -0500
21509
21510 NAND: Remove delay from nand_boot_fsl_elbc.c.
21511
21512 It was for debugging purposes, and shouldn't have been left in.
21513
21514 Signed-off-by: Scott Wood <scottwood@freescale.com>
21515
21516commit f556483734126793522fb7a8cf36af90da78f084
21517Author: Stefan Roese <sr@denx.de>
21518Date: Thu Aug 21 11:05:03 2008 +0200
21519
21520 ppc4xx: Cleanup of "ppc4xx: Optimize PLB4 Arbiter..." patch
21521
21522 This patch fixes some minor issues introduced with the patch:
21523 ppc4xx: Optimize PLB4 Arbiter... from Prodyut Hazarika:
21524
21525 - Rework memory-queue and PLB arbiter optimization code, that the
21526 local variable is not needed anymore. This removes one #ifdef.
21527 - Use consistant spacing in ppc4xx.h header (XXX + 0x01 instead
21528 of XXX+ 0x01). This was not introduced by Prodyut, just a
21529 copy-paste problem.
21530
21531 Signed-off-by: Stefan Roese <sr@denx.de>
21532
21533commit 079589bcfb24ba11068460276a3cc9549ab5346f
21534Author: Prodyut Hazarika <phazarika@amcc.com>
21535Date: Wed Aug 20 09:38:51 2008 -0700
21536
21537 ppc4xx: Optimize PLB4 Arbiter and Memory Queue settings for PPC440SP/SPe,
21538 PPC405EX and PPC460EX/GT/SX
21539
21540 - Read pipeline depth set to 4 for PPC440SP/SPE, PPC405EX, PPC460EX/GT/SX
21541 processors
21542 - Moved PLB4 Arbiter register definitions to ppc4xx.h since it is shared
21543 across processors (405 and 440/460)
21544 - Optimize Memory Queue settings for PPC440SP/SPE and PPC460EX/GT/SX
21545 processors
21546 - Add register bit definitions for Memory Queue Configuration registers
21547
21548 Signed-off-by: Prodyut Hazarika <phazarika@amcc.com>
21549 Signed-off-by: Stefan Roese <sr@denx.de>
21550
21551commit ba37aa03287c5483c61c0a3e320c8888bee0143a
21552Author: Kumar Gala <galak@kernel.crashing.org>
21553Date: Tue Aug 19 15:41:18 2008 -0500
21554
21555 fdt: rework fdt_fixup_ethernet() to use env instead of bd_t
21556
21557 Move to using the environment variables 'ethaddr', 'eth1addr', etc..
21558 instead of bd->bi_enetaddr, bi_enet1addr, etc.
21559
21560 This makes the code a bit more flexible to the number of ethernet
21561 interfaces.
21562
21563 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21564
21565commit 4cacf7c64609839f809e2f9c45873f1d65861703
21566Author: Stefan Roese <sr@denx.de>
21567Date: Tue Aug 19 14:57:55 2008 +0200
21568
21569 hush: Fix printf debug macro in hush.c so that it usable in U-Boot
21570
21571 This patch changes the debug_printf() marco for U-Boot in hush.c and
21572 moves the definition of DEBUG_SHELL to a place that is actually compiled
21573 under U-Boot.
21574
21575 Signed-off-by: Stefan Roese <sr@denx.de>
21576
21577commit 8f2b457ef26a44d9e5fd7d6b16c394e5c3a71ca2
21578Author: Heiko Schocher <hs@denx.de>
21579Date: Tue Aug 19 09:57:41 2008 +0200
21580
21581 cfi: rename CFG_FLASH_CFI_DRIVER to CONFIG_FLASH_CFI_DRIVER
21582
21583 Commit 00b1883a4cac59d97cd297b1a3a398db85982865
21584 missed a few boards:
21585 include/configs/M5253DEMO.h
21586 include/configs/ml507.h
21587 include/configs/redwood.h
21588
21589 This patch fixes this.
21590
21591 Signed-off-by: Heiko Schocher <hs@denx.de>
21592
21593commit 0768b7a872964085eece8d5e9fec9175e9deb161
21594Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
21595Date: Mon Aug 18 13:41:27 2008 +0200
21596
21597 Consolidate strmhz() implementation
21598
21599 ARM, i386, m68k and ppc all have identical implementations of strmhz().
21600 Other architectures don't provide this function at all.
21601
21602 This patch moves strmhz() into lib_generic, reducing code duplication
21603 and providing a more unified API across architectures.
21604
21605 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
21606
21607commit a928d0df211f1d829308d335d19be3ca42558dfc
21608Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
21609Date: Mon Aug 18 12:02:51 2008 +0200
21610
21611 fix mvbc_p board build warnings
21612
21613 fix build warnings @ mvBC-P board by using correct types, i.e. change
21614 out_be32 to out_be16 and out_8 accordingly.
21615
21616 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
21617
21618commit a958b663d27f616bd1dfb720d1b476d1ecaaa569
21619Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21620Date: Sat Aug 16 18:54:27 2008 +0200
21621
21622 Makefile: fix posix support on find
21623
21624 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21625
21626commit bef92e215d945cc574399c1a1b00a3a76d35aa03
21627Author: Axel Beierlein <belatronix@web.de>
21628Date: Sat Aug 16 00:30:48 2008 +0200
21629
21630 Adding bootlimit/bootcount feature for MPC5XXX on TQM5200 Boards
21631
21632 Tested with TQM5200S on STK52XX.200 Board
21633
21634 Signed-off-by: Axel Beierlein <belatronix@web.de>
21635
21636commit 0800707b6d5041a840a65d556032c15c584b55f8
21637Author: Peter Tyser <ptyser@xes-inc.com>
21638Date: Fri Aug 15 14:36:32 2008 -0500
21639
21640 mod_i2c_mem() bugfix
21641
21642 The last used chip, address, and address length were not being
21643 stored for the imm and imn commands.
21644
21645 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
21646
21647commit 4afbef967275b2f636abae86f91b81becee7ad03
21648Author: Steven A. Falco <sfalco@harris.com>
21649Date: Fri Aug 15 15:37:31 2008 -0400
21650
21651 Fix typo in spelling of ATAPI.
21652
21653 Correct a small spelling mistake.
21654
21655 Signed-off-by: Steven A. Falco <sfalco@harris.com>
21656
21657commit 36c2d3062ecc6ab85f8e237180eb134464c48418
21658Author: Steven A. Falco <sfalco@harris.com>
21659Date: Fri Aug 15 15:34:10 2008 -0400
21660
21661 Add a hook to allow board-specific PIO mode setting.
21662
21663 This patch adds a hook whereby a board-specific routine can be called to
21664 configure hardware for a PIO mode. The prototype for the board-specific
21665 routine is:
21666
21667 int inline ide_set_piomode(int pio_mode)
21668
21669 ide_set_piomode should be prepared to configure hardware for a pio_mode
21670 between 0 and 6, inclusive. It should return 0 on success or 1 on failure.
21671
21672 Signed-off-by: Steven A. Falco <sfalco@harris.com>
21673
21674commit 9571b84cb1423876f1153081b9e6a51d90fbcdc4
21675Author: Steven A. Falco <sfalco@harris.com>
21676Date: Fri Aug 15 15:29:12 2008 -0400
21677
21678 Replace enums in ata.h with an include of libata.h
21679
21680 This patch removes some enums from ata.h and replaces them with an
21681 include of libata.h. This way, we eliminate duplicated code, and
21682 prevent errors whereby the different versions could be out of sync.
21683
21684 Signed-off-by: Steven A. Falco <sfalco@harris.com>
21685
21686commit 0de0afbca865ecf482b4d2b635236746def8518f
21687Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21688Date: Fri Aug 15 18:32:41 2008 +0200
21689
21690 coldfire: fix CFI drivers activation with new macro
21691
21692 rename CFG_FLASH_CFI_DRIVER to CONFIG_FLASH_CFI_DRIVER
21693
21694 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21695
21696commit 7dbc38ad915f4ae67f4cd1818b7ac8fed368aaa9
21697Author: Kumar Gala <galak@kernel.crashing.org>
21698Date: Fri Aug 15 08:24:35 2008 -0500
21699
21700 fdt: fdt addr w/o any args reports back the current working address
21701
21702 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21703
21704commit f953d99fd528a496b400a706b511eaf8e3ea66af
21705Author: Kumar Gala <galak@kernel.crashing.org>
21706Date: Fri Aug 15 08:24:34 2008 -0500
21707
21708 fdt: added the ability to set initrd start/end via chosen command
21709
21710 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21711
21712commit ffa4bafacaef67058463b3d7d0099ced57569dd2
21713Author: Kumar Gala <galak@kernel.crashing.org>
21714Date: Fri Aug 15 08:24:33 2008 -0500
21715
21716 Add command to enable/disable interrupts
21717
21718 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21719
21720commit 9e8e63cce69556aef10b58bcbc56d324f570ec3a
21721Author: Nick Spence <nick.spence@freescale.com>
21722Date: Tue Aug 19 22:21:16 2008 -0700
21723
21724 CFI: Add CFI_CMDSET_INTEL_EXTENDED to fix flash_real_protect()
21725
21726 This patch fixes a missing vendor code in the flash_real_protect() function.
21727
21728 Signed-off-by: Nick Spence <nick.spence@freescale.com>
21729 Signed-off-by: Stefan Roese <sr@denx.de>
21730
21731commit 4e00acded2e6a8d663e12690a0f0f08f5bec5a58
21732Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
21733Date: Tue Aug 19 16:53:39 2008 +0000
21734
21735 CFI: Fix AMD Legacy sector protect
21736
21737 New implement sector lock and unlock or softlock commands
21738 do not exist in AMD legacy flash. Thus, causing issue
21739 when erasing AMD legacy flash (such as lv040)
21740
21741 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
21742 Signed-off-by: Stefan Roese <sr@denx.de>
21743
21744commit 492671404140f09d5b21b3d2ce4e362c0692c069
21745Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
21746Date: Wed Aug 20 09:40:16 2008 +0200
21747
21748 hammerhead/mimc200: Use CONFIG_FLASH_CFI_DRIVER
21749
21750 CFG_FLASH_CFI_DRIVER was recently renamed CONFIG_FLASH_CFI_DRIVER.
21751
21752 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
21753
21754commit 33eac2b3d946fc998a09245dfe54d017079b9056
21755Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
21756Date: Wed Aug 20 09:28:36 2008 +0200
21757
21758 hammerhead: Add missing printf parameter to CONFIG_AUTOBOOT_PROMPT
21759
21760 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
21761
21762commit 25da0b84195fdda89a943b2d25757db5afeef5b8
21763Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
21764Date: Wed Aug 20 09:27:37 2008 +0200
21765
21766 favr-32-ezkit: Fix printf format warnings
21767
21768 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
21769
21770commit 462da25e89b0b58bf4c66346c1fcb3087c61b4b8
21771Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
21772Date: Fri Aug 15 12:04:25 2008 +0200
21773
21774 MAINTAINERS: Sort avr32 section alphabetically
21775
21776 The rest of the MAINTAINERS file appears to be sorted
21777 almost-alphabetically, but entries for the newly added AVR32 boards were
21778 added somewhat randomly. This patch sorts the list alphabetically again.
21779
21780 Also update my e-mail address. The old one still works, but it may not
21781 work forever.
21782
21783 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
21784
21785commit 13b50fe3bc065c48911fa373231421280855a9d6
21786Author: Mark Jackson <mpfj@mimc.co.uk>
21787Date: Wed Jul 30 13:07:27 2008 +0100
21788
21789 avr32: Add MIMC200 board
21790
21791 The MIMC200 board is based on Atmel's NGW100 dev kit, but with an extra
21792 8MByte FLASH and 128KByte FRAM.
21793
21794 Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
21795 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
21796
21797commit db70b84329315c52f6ec77f5ae5ca1afe970a9bb
21798Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
21799Date: Wed Jul 9 21:07:34 2008 +0900
21800
21801 rtl8169: add support for RTL8110SCL
21802
21803 This patch fixes a problem that RTL8110SCL started transfer
21804 with an incorrect memory address.
21805
21806 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
21807 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
21808
21809commit 943b825bf15e6a28ac8328e0f6489478bceef1ea
21810Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
21811Date: Wed Jun 25 15:48:52 2008 -0500
21812
21813 Fix dm9000 receive status and len little endian issue
21814
21815 The received status and len was in little endian
21816 format and caused the ethernet unable to proceed
21817 further. Add __le16_to_cpu() in dm9000_rx_status_8/16/32bit().
21818
21819 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
21820 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
21821
21822commit fcd69a1a57fb2af4d26201422095a4be9f36963e
21823Author: Kumar Gala <galak@kernel.crashing.org>
21824Date: Fri Aug 15 08:24:32 2008 -0500
21825
21826 Clean up usage of icache_disable/dcache_disable
21827
21828 There is no point in disabling the icache on 7xx/74xx/86xx parts and not
21829 also flushing the icache. All callers of invalidate_l1_instruction_cache()
21830 call icache_disable() right after. Make it so icache_disable() calls
21831 invalidate_l1_instruction_cache() for us.
21832
21833 Also, dcache_disable() already calls dcache_flush() so there is no point
21834 in the explicit calls of dcache_flush().
21835
21836 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21837
21838commit a15b07104ca7bbb7093c9009c9ae1b58b4202d13
21839Author: Kumar Gala <galak@kernel.crashing.org>
21840Date: Fri Aug 15 08:24:31 2008 -0500
21841
21842 Update linux bootm to support ePAPR client interface
21843
21844 The ePAPR spec has some subtle differences from the current device
21845 tree based boot interface to the powerpc linux kernel. The powerpc
21846 linux kernel currently ignores the differences that ePAPR specifies.
21847
21848 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21849
21850commit b734e5556a239b3be5f9693b2f4b4b739683ec16
21851Author: Wolfgang Denk <wd@denx.de>
21852Date: Mon Aug 18 23:50:20 2008 +0200
21853
21854 Minor code cleanup: keep lists sorted.
21855
21856 Signed-off-by: Wolfgang Denk <wd@denx.de>
21857
21858commit d0039d4ed275e6ca09fb417895024ad02be118c4
21859Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
21860Date: Wed Jul 23 19:10:14 2008 +0200
21861
21862 Add support for ADT7460 I2C monitor chip
21863
21864 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
21865
21866commit eb59ea45ab77c14b090ea857d9ea9f902f40db0b
21867Author: Michal Simek <monstr@monstr.eu>
21868Date: Mon Jul 14 19:45:45 2008 +0200
21869
21870 video: Clean drivers/video/Makefile
21871
21872 Signed-off-by: Michal Simek <monstr@monstr.eu>
21873
21874commit 871c18dd301752270e1f74328c846c3104be1e2e
21875Author: Michal Simek <monstr@monstr.eu>
21876Date: Mon Jul 14 19:45:37 2008 +0200
21877
21878 rtc: Clean drivers/rtc/Makefile
21879
21880 Signed-off-by: Michal Simek <monstr@monstr.eu>
21881
21882commit a4a549b4b53adf40a0d3882cc30ac812a8f847c5
21883Author: Michal Simek <monstr@monstr.eu>
21884Date: Mon Jul 14 19:45:35 2008 +0200
21885
21886 i2c: Clean drivers/i2c/ Makefile
21887
21888 Signed-off-by: Michal Simek <monstr@monstr.eu>
21889
21890commit 0a823aa2a8a8c0685e73900f387d602d7edafc0e
21891Author: Harald Welte <laforge@openmoko.org>
21892Date: Wed Jul 9 22:30:30 2008 +0800
21893
21894 Add 'license' command to U-Boot command line
21895
21896 The 'license' command includes the U-Boot license (GPLv2) into the
21897 actual bootloader binary. The license text can be shown interactively
21898 at the U-Boot commandline.
21899
21900 For products where the commandline can actually be accessed by the
21901 end user, this helps to prevent inadvertent GPL violations, since the
21902 GPLv2 license text can no longer be 'forgotten' to be included into
21903 the product.
21904
21905 The 'license' command can be enabled by CONFIG_CMD_LICENSE.
21906
21907 Signed-off-by: Harald Welte <laforge@openmoko.org>
21908
21909commit fe2ce5500ebf43d79d227190bd2370232d5b113d
21910Author: Harald Welte <laforge@gnumonks.org>
21911Date: Sun Jul 6 15:56:38 2008 +0800
21912
21913 add 'unzip' command to u-boot commandline
21914
21915 [PATCH] add new 'unzip' command to u-boot commandline
21916
21917 common/cmd_mem.c: new command "unzip srcaddr dstaddr [dstsize]" to unzip from
21918 memory to memory, and option CONFIG_CMD_UNZIP to enable it
21919
21920 Signed-off-by: Werner Almesberger <werner@openmoko.org>
21921 Signed-off-by: Harald Welte <laforge@openmoko.org>
21922
21923commit 07efc9e321619c3dec213310c32e011aa6f02783
21924Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
21925Date: Wed Aug 6 19:37:17 2008 -0500
21926
21927 Change CFG_ENV_SIZE to CFG_ENV_SECT_SIZE for SPI sector erase
21928
21929 The CFG_ENV_SIZE is not suitable used for SPI flash erase
21930 sector size if CFG_ENV_SIZE is less than CFG_ENV_SECT_SIZE.
21931 Add condition check if CFG_ENV_SIZE is larger than
21932 CFG_ENV_SECT_SIZE, calculate the right number of sectors for
21933 erasing.
21934
21935 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
21936
21937commit 4cb4e654cafabaa1ac180d37b00c8f6095dae9c9
21938Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
21939Date: Mon Aug 11 15:54:25 2008 +0000
21940
21941 ColdFire: Multiple fixes for M5282EVB
21942
21943 Incorrect CFG_HZ value, change 1000000 to 1000.
21944 Rename #waring to #warning. RAMBAR1 uses twice
21945 in start.S, rename the later to FLASHBAR. Insert
21946 nop for DRAM setup. And, env_offset in linker file.
21947
21948 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
21949
21950commit 10db3a17a278dd3a27668b31cb32cdd1476e9513
21951Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
21952Date: Mon Aug 11 15:26:43 2008 +0000
21953
21954 ColdFire: Move m5282evb from board to board/freescale
21955
21956 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
21957
21958commit 56df091d391f74bbf2dc2f7931f9f3c8f23529e4
21959Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
21960Date: Mon Aug 11 15:25:07 2008 +0000
21961
21962 ColdFire: Move m5272c3 from board to board/freescale
21963
21964 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
21965
21966commit 659e9bad629a480f606b286d5703aef7159edf98
21967Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
21968Date: Mon Aug 11 15:23:16 2008 +0000
21969
21970 ColdFire: Move m5271evb from board to board/freescale
21971
21972 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
21973
21974commit 05316f8ece8206339a208ec052f039cd0f7ca922
21975Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
21976Date: Mon Aug 11 13:41:49 2008 +0000
21977
21978 ColdFire: Add M54451EVB platform support for MCF5445x
21979
21980 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
21981
21982commit 922cd7515597e9a2c07d68e2a6240b0b7b0f0136
21983Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
21984Date: Wed Aug 6 19:14:08 2008 -0500
21985
21986 ColdFire: Add Serial Flash support for M54455EVB
21987
21988 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
21989
21990commit 9f751551456828b2d0ff417f10959fb0c7110bd0
21991Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
21992Date: Wed Jul 23 20:38:53 2008 -0500
21993
21994 ColdFire: Implement SBF feature for M5445EVB
21995
21996 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
21997
21998commit a7323bba229203aae2604afde131ab47bad4eadc
21999Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22000Date: Wed Jul 23 17:53:36 2008 -0500
22001
22002 ColdFire: Add SSPI feature for MCF5445x
22003
22004 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22005
22006commit b2d022d1ac3f59bffa9cec249341e77aea168abc
22007Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22008Date: Wed Jul 23 17:37:10 2008 -0500
22009
22010 ColdFire: Use CFI Flash driver for M54455EVB
22011
22012 Remove non-common flash driver in
22013 board/freescale/m54455evb/flash.c. The non-cfi flash will
22014 use CONFIG_FLASH_CFI_LEGACY to configure the flash
22015 attribute.
22016
22017 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22018
22019commit 6d33c6acfa35b1144d46ffbff7e29ee7969290d0
22020Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22021Date: Wed Jul 23 17:11:47 2008 -0500
22022
22023 ColdFire: Add M5253DEMO platform support for MCF5253
22024
22025 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22026
22027commit 80ba61fd82569af40e04d4a089257b81881884f2
22028Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22029Date: Wed Aug 6 14:17:09 2008 -0500
22030
22031 ColdFire: Raise M5253EVBE uart baudrate to 115200 bps
22032
22033 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22034
22035commit d361307e73ce1f6fc68760123f37d4876f851f3e
22036Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22037Date: Wed Aug 6 14:11:36 2008 -0500
22038
22039 ColdFire: Fix M5253EVB dram bring up issue
22040
22041 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22042
22043commit 4b0708093e15b412296328bf81325cf9b69fe512
22044Author: Wolfgang Denk <wd@denx.de>
22045Date: Thu Aug 14 14:41:06 2008 +0200
22046
22047 Coding Style cleanup, update CHANGELOG
22048
22049 Signed-off-by: Wolfgang Denk <wd@denx.de>
22050
4b070809
WD
22051commit 68cf19aae48f2969ec70669604d0d776f02c8bc4
22052Author: Scott Wood <scottwood@freescale.com>
22053Date: Wed Aug 13 18:24:05 2008 -0500
22054
22055 socrates: Update NAND driver to new API.
22056
22057 Also, fix some minor formatting issues, and simplify the handling of
22058 "state" for writes.
22059
22060 Signed-off-by: Scott Wood <scottwood@freescale.com>
22061
22062commit ba22d10f39eaeedd035e8265616e31ff88e314d5
22063Author: Scott Wood <scottwood@freescale.com>
22064Date: Wed Aug 13 18:03:40 2008 -0500
22065
22066 quad100hd: Update NAND driver to new API.
22067
22068 Signed-off-by: Scott Wood <scottwood@freescale.com>
22069
22070commit f64cb652a8a84c5c34d0afcbd7ffef886aa1d838
22071Author: Scott Wood <scottwood@freescale.com>
22072Date: Wed Aug 13 17:53:48 2008 -0500
22073
22074 m5373evb: Update NAND driver to new API.
22075
22076 Signed-off-by: Scott Wood <scottwood@freescale.com>
22077
22078commit 1a23a197c8722b805f40895544bbdb1a648c1c82
22079Author: Scott Wood <scottwood@freescale.com>
22080Date: Wed Aug 13 17:04:30 2008 -0500
22081
22082 s3c24x0: Update NAND driver to new API.
22083
22084 Signed-off-by: Scott Wood <scottwood@freescale.com>
22085
22086commit aa5f75f20db8a7103fad9c34d6f1193e10d1890f
22087Author: Scott Wood <scottwood@freescale.com>
22088Date: Wed Aug 13 15:56:00 2008 -0500
22089
22090 at91: Update board NAND drivers to current API.
22091
22092 Signed-off-by: Scott Wood <scottwood@freescale.com>
22093
22094commit d438d50848e9425286e5fb0493e0affb5a0b1e1b
22095Author: Kyungmin Park <kmpark@infradead.org>
22096Date: Wed Aug 13 09:11:02 2008 +0900
22097
22098 Fix OneNAND build break
22099
22100 Since page size field is changed from oobblock to writesize. But OneNAND is not updated.
22101 - fix bufferram management at erase operation
22102 This patch includes the NAND/OneNAND state filed too.
22103
22104 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
22105 Signed-off-by: Scott Wood <scottwood@freescale.com>
22106
22107commit 9483df6408c25f16060432de3868901e352e23bc
22108Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22109Date: Wed Aug 13 01:40:43 2008 +0200
22110
22111 drivers/mtd/nand_legacy: Move conditional compilation to Makefile
22112
22113 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22114
22115commit cc4a0ceeac5462106172d0cc9d9d542233aa3ab2
22116Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22117Date: Wed Aug 13 01:40:43 2008 +0200
22118
22119 drivers/mtd/nand: Move conditional compilation to Makefile
22120
22121 rename CFG_NAND_LEGACY to CONFIG_NAND_LEGACY
22122
22123 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22124
22125commit 4fb09b81920e5dfdfc4576883186733f0bd6059c
22126Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22127Date: Wed Aug 13 01:40:42 2008 +0200
22128
22129 drivers/mtd/onenand: Move conditional compilation to Makefile
22130
22131 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22132
22133commit 00b1883a4cac59d97cd297b1a3a398db85982865
22134Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22135Date: Wed Aug 13 01:40:42 2008 +0200
22136
22137 drivers/mtd: Move conditional compilation to Makefile
22138
22139 rename CFG_FLASH_CFI_DRIVER to CONFIG_FLASH_CFI_DRIVER
22140
22141 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22142
22143commit 7ba44a5521cdb7fa1c72864025cde1e21a6f6921
22144Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22145Date: Wed Aug 13 01:40:41 2008 +0200
22146
22147 drivers/qe: Move conditional compilation to Makefile
22148
22149 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22150
22151commit ab6878c7bc68a7b5e5b731655bdc13221bbfc493
22152Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22153Date: Wed Aug 13 01:40:40 2008 +0200
22154
22155 drivers/pci: Move conditional compilation to Makefile
22156
22157 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22158
22159commit 55d6d2d39fe3fe87802e399aa17539368b495d2e
22160Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22161Date: Wed Aug 13 01:40:40 2008 +0200
22162
22163 drivers/misc: Move conditional compilation to Makefile
22164
22165 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22166
22167commit 65e41ea0548b86e3d7892defac8e4dc1ea70aed1
22168Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22169Date: Wed Aug 13 01:40:40 2008 +0200
22170
22171 drivers/input: Move conditional compilation to Makefile
22172
22173 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22174
22175commit 88f57e093114a44aa9a858d52b099bcc52034a8c
22176Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22177Date: Wed Aug 13 01:40:39 2008 +0200
22178
22179 drivers/dma: Move conditional compilation to Makefile
22180
22181 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22182
22183commit 1a02806c4b1b4a09ad4e95d3aac3783889e5f8d7
22184Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22185Date: Wed Aug 13 01:40:39 2008 +0200
22186
22187 drivers/block: Move conditional compilation to Makefile
22188
22189 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22190
22191commit 1a6ffbfaf4353bec379ed1fcfc54b6f1a30af09a
22192Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22193Date: Wed Aug 13 01:40:39 2008 +0200
22194
22195 serial: move CFG_NS9750_UART to CONFIG_NS9750_UART
22196
22197 move also conditional compilation to Makefile
22198
22199 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22200
22201commit 6c58a030f86829fa4f0d4337cf4b794c41a1823e
22202Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22203Date: Wed Aug 13 01:40:38 2008 +0200
22204
22205 serial: move CFG_SCIF_CONSOLE to CONFIG_SCIF_CONSOLE
22206
22207 move also conditional compilation to Makefile
22208
22209 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22210
22211commit d6e9ee92e890f67594ab150689510df361133ead
22212Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22213Date: Wed Aug 13 01:40:38 2008 +0200
22214
22215 common: Move conditional compilation to Makefile
22216
22217 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22218
22219commit f5acb9fd9bba1160de3ef349c7d33fe510eda286
22220Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22221Date: Wed Aug 13 01:40:09 2008 +0200
22222
22223 mx31: move freescale's mx31 boards to vendor board dir
22224
22225 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22226
22227commit 8ed2f5f950e2581214d20b011a8f27a6396d65d2
22228Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22229Date: Sat Jul 5 23:11:11 2008 +0200
22230
22231 at91: move arch-at91sam9 to arch-at91
22232
22233 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22234
22235commit 195ccfc5991d48764b2519941e3507f693851d5d
22236Author: Fathi BOUDRA <fabo@debian.org>
22237Date: Wed Aug 6 10:06:20 2008 +0200
22238
22239 OneNAND: Fill in MTD function pointers for OneNAND.
22240
22241 onenand_print_device_info():
22242 - Now returns a string to be placed in mtd->name,
22243 rather than calling printf.
22244 - Remove verbose parameter as it becomes useless.
22245
22246 Signed-off-by: Fathi Boudra <fabo@debian.org>
22247 Signed-off-by: Scott Wood <scottwood@freescale.com>
22248
22249commit aa646643b6bc250cb3a4966bf728876e0c10d329
22250Author: Guennadi Liakhovetski <lg@denx.de>
22251Date: Wed Aug 6 21:42:07 2008 +0200
22252
22253 nand_spl: Support page-aligned read in nand_load, use chipselect
22254
22255 Supporting page-aligned reads doesn't incure any sinificant overhead, just
22256 a small change in the algorithm. Also replace in_8 with readb, since there
22257 is no in_8 on ARM.
22258
22259 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
22260 Signed-off-by: Scott Wood <scottwood@freescale.com>
22261
22262commit 4f32d7760a58fe73981b6edc0b0751565d2daa4c
22263Author: Scott Wood <scottwood@freescale.com>
22264Date: Tue Aug 5 11:15:59 2008 -0500
22265
22266 NAND boot: Update large page support for current API.
22267
22268 Also, remove the ctrl variable in favor of passing the constants
22269 directly, and remove redundant (u8) casts.
22270
22271 Signed-off-by: Scott Wood <scottwood@freescale.com>
22272
22273commit e4c09508545d1c45617ba45391c03c03cbc360b9
22274Author: Scott Wood <scottwood@freescale.com>
22275Date: Mon Jun 30 14:13:28 2008 -0500
22276
22277 NAND boot: MPC8313ERDB support
22278
22279 Note that with older board revisions, NAND boot may only work after a
22280 power-on reset, and not after a warm reset. I don't have a newer board
22281 to test on; if you have a board with a 33MHz crystal, please let me know
22282 if it works after a warm reset.
22283
22284 Signed-off-by: Scott Wood <scottwood@freescale.com>
22285
22286commit acdab5c33f1ea6f5e08f06f08bc64af23ff40d71
22287Author: Scott Wood <scottwood@freescale.com>
22288Date: Thu Jun 26 14:06:52 2008 -0500
22289
22290 mpc8313erdb: Enable NAND in config.
22291
22292 Signed-off-by: Scott Wood <scottwood@freescale.com>
22293
22294commit c3db8c649c6ab3da2f1411c4c6d61aecea054aa4
22295Author: Guennadi Liakhovetski <lg@denx.de>
22296Date: Thu Jul 31 12:38:26 2008 +0200
22297
22298 NAND: Do not write or read a whole block if it is larger than the environment
22299
22300 Environment can be smaller than NAND block size, do not need to read a whole
22301 block and minimum for writing is one page. Also remove an unused variable.
22302
22303 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
22304 Signed-off-by: Scott Wood <scottwood@freescale.com>
22305
22306commit eafcabd15f00c142156235c519fcc55b10993241
22307Author: Marcel Ziswiler <marcel@ziswiler.com>
22308Date: Sun Jun 22 16:30:06 2008 +0200
22309
22310 NAND: chip->state does not always get set.
22311
22312 Fixes an issue with chip->state not always being set causing troubles.
22313
22314 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
22315 Signed-off-by: Scott Wood <scottwood@freescale.com>
22316
22317commit 13f0fd94e3cae6f8a0d9fba5d367e311edc8ebde
22318Author: Ilya Yanok <yanok@emcraft.com>
22319Date: Mon Jun 30 15:34:40 2008 +0200
22320
22321 NAND: Scan bad blocks lazily.
22322
22323 Rather than scanning on boot, scan upon the first attempt to check the
22324 badness of a block. This speeds up boot when not using NAND, and reduces
22325 the likelihood of needing to reflash via JTAG if NAND becomes
22326 nonfunctional.
22327
22328 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
22329 Signed-off-by: Scott Wood <scottwood@freescale.com>
22330
22331commit dfbf617ff055e4216f78d358b0867c548916d14b
22332Author: Scott Wood <scottwood@freescale.com>
22333Date: Thu Jun 12 13:20:16 2008 -0500
22334
22335 NAND read/write fix
22336
22337 Implement block-skipping read/write, based on a patch from
22338 Morten Ebbell Hestens <morten.hestnes@tandberg.com>.
22339
22340 Signed-off-by: Morten Ebbell Hestnes <morten.hestnes@tandberg.com>
22341 Signed-off-by: Scott Wood <scottwood@freescale.com>
22342
22343commit 984e03cdf1431bb593aeaa1b74c445d616f955d3
22344Author: Scott Wood <scottwood@freescale.com>
22345Date: Thu Jun 12 13:13:23 2008 -0500
22346
22347 NAND: Always skip blocks on read/write/boot.
22348
22349 Use of the non-skipping versions was almost always (if not always)
22350 an error, and no valid use case has been identified.
22351
22352 Signed-off-by: Scott Wood <scottwood@freescale.com>
22353
22354commit e1c3dbada349992875934575c97b328ab2cb33ca
22355Author: Anton Vorontsov <avorontsov@ru.mvista.com>
22356Date: Thu Jun 12 11:10:21 2008 -0500
22357
22358 nand: fsl_upm: convert to updated MTD NAND infrastructure
22359
22360 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
22361 Signed-off-by: Scott Wood <scottwood@freescale.com>
22362
22363commit 300253306acc72b1b2e9faf0987f86551151d7cf
22364Author: Scott Wood <scottwood@freescale.com>
22365Date: Thu May 22 15:02:46 2008 -0500
22366
22367 fsl_elbc_nand: Hard-code the FBAR/FPAR split.
22368
22369 The hardware has separate registers for block and page-within-block,
22370 but the division between the two has no apparent relation to the
22371 actual erase block size of the NAND chip.
22372
22373 Signed-off-by: Scott Wood <scottwood@freescale.com>
22374
22375commit 9c814b0a716aae884bec977b9a032dfa59cfb79a
22376Author: Anton Vorontsov <avorontsov@ru.mvista.com>
22377Date: Fri Mar 28 22:10:54 2008 +0300
22378
22379 fsl_elbc_nand: workaround for hangs during nand write
22380
22381 Using current driver elbc sometimes hangs during nand write. Reading back
22382 last byte helps though (thanks to Scott Wood for the idea).
22383
22384 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
22385 Signed-off-by: Scott Wood <scottwood@freescale.com>
22386
22387commit 9fd020d6b4b36b9fb67cd834bc1ae7fdba15ee9e
22388Author: Scott Wood <scottwood@freescale.com>
22389Date: Fri Mar 21 16:12:51 2008 -0500
22390
22391 Freescale eLBC FCM NAND driver
22392
22393 This is a driver for the Flash Control Machine of the enhanched Local Bus
22394 Controller found on some Freescale chips (such as the mpc8313 and the
22395 mpc8379).
22396
22397 Signed-off-by: Scott Wood <scottwood@freescale.com>
22398
22399commit 41ef8c716e93fdf50efe9c1ba733ca6675daaca6
22400Author: Scott Wood <scottwood@freescale.com>
22401Date: Tue Mar 18 15:29:14 2008 -0500
22402
22403 Don't panic if a controller driver does ecc its own way.
22404
22405 Some hardware, such as the enhanced local bus controller used on some
22406 mpc83xx chips, does ecc transparently when reading and writing data, rather
22407 than providing a generic calculate/correct mechanism that can be exported to
22408 the nand subsystem.
22409
22410 The subsystem should not BUG() when calculate, correct, or hwctl are
22411 missing, if the methods that call them have been overridden.
22412
22413 Signed-off-by: Scott Wood <scottwood@freescale.com>
22414
22415commit e52b34d40a8a646e3d11638ea8797e96398dba13
22416Author: Stefan Roese <sr@denx.de>
22417Date: Thu Jan 10 18:47:33 2008 +0100
22418
22419 NAND: Make NAND driver less verbose per default
22420
22421 This patch turns off printing of bad blocks per default upon bootup.
22422 This can always be shown via the "nand bad" command later.
22423
22424 Signed-off-by: Stefan Roese <sr@denx.de>
22425
22426commit fe56a2772e5c59577df906163d0d4b29b056140e
22427Author: Sergey Kubushyn <ksi@koi8.net>
22428Date: Wed Jan 9 15:36:20 2008 +0100
22429
22430 NAND: Davinci driver updates
22431
22432 Here comes a trivial patch to cpu/arm926ejs/davinci/nand.c. Unfortunately I
22433 don't have hardware handy so I can not test it at the moment but changes are
22434 rather trivial so it should work. It would be nice if somebody with a
22435 hardware checked it anyways.
22436
22437 Signed-off-by: Sergey Kubushyn <ksi@koi8.net>
22438
22439commit deac913effd8d80535c9ff4687b6fcdff540c554
22440Author: Stefan Roese <sr@denx.de>
22441Date: Sat Jan 5 16:50:32 2008 +0100
22442
22443 NAND: Fix compilation warning and small coding style issue
22444
22445 Signed-off-by: Stefan Roese <sr@denx.de>
22446
22447commit c568f77acdf896fc3dd6413ce53205b17ba809a3
22448Author: Stefan Roese <sr@denx.de>
22449Date: Sat Jan 5 16:49:37 2008 +0100
22450
22451 NAND: Update nand_spl driver to match updated nand subsystem
22452
22453 This patch changes the NAND booting driver nand_spl/nand_boot.c to match
22454 the new infrastructure from the updated NAND subsystem. This NAND
22455 subsystem was recently synced again with the Linux 2.6.22 MTD/NAND
22456 subsystem.
22457
22458 Signed-off-by: Stefan Roese <sr@denx.de>
22459
22460commit 3df2ece0f0fbba47d27f02fff96c533732b98c14
22461Author: Stefan Roese <sr@denx.de>
22462Date: Sat Jan 5 16:47:58 2008 +0100
22463
22464 NAND: Update 4xx NDFC driver to match updated nand subsystem
22465
22466 This patch changes the 4xx NAND driver ndfc.c to match the new
22467 infrastructure from the updated NAND subsystem. This NAND
22468 subsystem was recently synced again with the Linux 2.6.22 MTD/NAND
22469 subsystem.
22470
22471 Tested successfully on AMCC Sequoia and Bamboo.
22472
22473 Signed-off-by: Stefan Roese <sr@denx.de>
22474
22475commit 12072264528eba33737bc9674e19f0e925ffda23
22476Author: Stefan Roese <sr@denx.de>
22477Date: Sat Jan 5 16:43:25 2008 +0100
22478
22479 NAND: Change nand_wait_ready() to not call nand_wait()
22480
22481 This patch changes nand_wait_ready() to not just call nand_wait(),
22482 since this will send a new command to the NAND chip. We just want to
22483 wait for the chip to become ready here.
22484
22485 Signed-off-by: Stefan Roese <sr@denx.de>
22486
22487commit 9ad754fef5053144daed3b007adaf1c9bec654c9
22488Author: William Juul <william.juul@datarespons.no>
22489Date: Fri Dec 14 16:33:45 2007 +0100
22490
22491 make nand dump and nand dump.oob work
22492
22493 Signed-off-by: William Juul <william.juul@tandberg.com>
22494 Signed-off-by: Scott Wood <scottwood@freescale.com>
22495
22496commit 43ea36fb8fdcbc6e26f0caffe808c63633b18838
22497Author: William Juul <william.juul@datarespons.no>
22498Date: Mon Nov 19 14:46:00 2007 +0100
22499
22500 moving files from yaffs2/direct/ to yaffs2/ and deleting all symlinks
22501
22502 Signed-off-by: William Juul <william.juul@tandberg.com>
22503
22504commit 98824ce3f95e6c4d08d439b779c0acb0048045a6
22505Author: William Juul <william.juul@tandberg.com>
22506Date: Tue Jun 10 16:18:13 2008 -0500
22507
22508 Clean out unneeded files
22509
22510 Signed-off-by: William Juul <william.juul@tandberg.com>
22511
22512commit ec29a32b5a71b203f7d9087f1f4d786e7f13dd23
22513Author: William Juul <william.juul@datarespons.no>
22514Date: Fri Nov 16 08:44:27 2007 +0100
22515
22516 Create symlinks from yaffs2/direct to yaffs2
22517
22518 Signed-off-by: William Juul <william.juul@tandberg.com>
22519
22520commit 90ef117b68387d66763291af0117677644166611
22521Author: William Juul <william.juul@datarespons.no>
22522Date: Thu Nov 15 12:23:57 2007 +0100
22523
22524 Incorporate yaffs2 into U-boot
22525
22526 To use YAFFS2 define CONFIG_YAFFS2
22527
22528 Signed-off-by: William Juul <william.juul@tandberg.com>
22529 Signed-off-by: Scott Wood <scottwood@freescale.com>
22530
22531commit 0e8cc8bd92257da2e1df88cbc985e166e472ce61
22532Author: William Juul <william.juul@datarespons.no>
22533Date: Thu Nov 15 11:13:05 2007 +0100
22534
22535 YAFFS2 import
22536
22537 Direct import of yaffs as a tarball as of 20071113 from their public
22538 CVS-web at http://www.aleph1.co.uk/cgi-bin/viewcvs.cgi/yaffs2/
22539
22540 The code can also be imported on the command line with:
22541 export CVSROOT=:pserver:anonymous@cvs.aleph1.co.uk:/home/aleph1/cvs cvs logon
22542 (Hit return when asked for a password)
22543 cvs checkout yaffs2
22544
22545 Signed-off-by: William Juul <william.juul@tandberg.com>
22546 Signed-off-by: Stig Olsen <stig.olsen@tandberg.com>
22547
22548commit 3043c045d5a9897faba7d5c7218c2f4d06cd0038
22549Author: William Juul <william.juul@datarespons.no>
22550Date: Wed Nov 14 14:28:11 2007 +0100
22551
22552 Whitespace cleanup and marking broken code.
22553
22554 Changes requested by maintainer Stefan Roese after
22555 posting patch to U-boot mailing list.
22556
22557 Signed-off-by: William Juul <william.juul@tandberg.com>
22558 Signed-off-by: Scott Wood <scottwood@freescale.com>
22559
22560commit 5e1dae5c3db7f4026f31b6a2a81ecd9e9dee475f
22561Author: William Juul <william.juul@datarespons.no>
22562Date: Fri Nov 9 13:32:30 2007 +0100
22563
22564 Fixing coding style issues
22565
22566 - Fixing leading white spaces
22567 - Fixing indentation where 4 spaces are used instead of tab
22568 - Removing C++ comments (//), wherever I introduced them
22569
22570 Signed-off-by: William Juul <william.juul@tandberg.com>
22571 Signed-off-by: Scott Wood <scottwood@freescale.com>
22572
22573commit 4cbb651b29cb64d378a06729970e1e153bb605b1
22574Author: William Juul <william.juul@datarespons.no>
22575Date: Thu Nov 8 10:39:53 2007 +0100
22576
22577 Remove white space at end.
22578
22579 Signed-off-by: William Juul <william.juul@tandberg.com>
22580 Signed-off-by: Scott Wood <scottwood@freescale.com>
22581
22582commit cfa460adfdefcc30d104e1a9ee44994ee349bb7b
22583Author: William Juul <william.juul@datarespons.no>
22584Date: Wed Oct 31 13:53:06 2007 +0100
22585
22586 Update MTD to that of Linux 2.6.22.1
22587
22588 A lot changed in the Linux MTD code, since it was last ported from
22589 Linux to U-Boot. This patch takes U-Boot NAND support to the level
22590 of Linux 2.6.22.1 and will enable support for very large NAND devices
22591 (4KB pages) and ease the compatibility between U-Boot and Linux
22592 filesystems.
22593
22594 This patch is tested on two custom boards with PPC and ARM
22595 processors running YAFFS in U-Boot and Linux using gcc-4.1.2
22596 cross compilers.
22597
22598 MAKEALL ppc/arm has some issues:
22599 * DOC/OneNand/nand_spl is not building (I have not tried porting
22600 these parts, and since I do not have any HW and I am not familiar
22601 with this code/HW I think its best left to someone else.)
22602
22603 Except for the issues mentioned above, I have ported all drivers
22604 necessary to run MAKEALL ppc/arm without errors and warnings. Many
22605 drivers were trivial to port, but some were not so trivial. The
22606 following drivers must be examined carefully and maybe rewritten to
22607 some degree:
22608 cpu/ppc4xx/ndfc.c
22609 cpu/arm926ejs/davinci/nand.c
22610 board/delta/nand.c
22611 board/zylonite/nand.c
22612
22613 Signed-off-by: William Juul <william.juul@tandberg.com>
22614 Signed-off-by: Stig Olsen <stig.olsen@tandberg.com>
22615 Signed-off-by: Scott Wood <scottwood@freescale.com>
22616
22617commit cd82919e6c8a73b363a26f34b734923844e52d1c
22618Author: Wolfgang Denk <wd@denx.de>
22619Date: Tue Aug 12 16:08:38 2008 +0200
22620
22621 Coding style cleanup, update CHANGELOG, prepare release
22622
22623 Signed-off-by: Wolfgang Denk <wd@denx.de>
22624
cd82919e
WD
22625commit 17e900b8c0f38d922da47073246219dce2a847f2
22626Author: Wolfgang Denk <wd@denx.de>
22627Date: Tue Aug 12 14:54:04 2008 +0200
22628
22629 MVBC_P: fix compile problem
22630
22631 Signed-off-by: Wolfgang Denk <wd@denx.de>
22632
22633commit 52b047ae48219b59bebe37ba743ab103fd4f8316
22634Author: Wolfgang Denk <wd@denx.de>
22635Date: Tue Aug 12 12:10:11 2008 +0200
22636
22637 MPC8272ADS: fix build error: 'bd_t' has no member named 'pci_clk'
22638
22639 Signed-off-by: Wolfgang Denk <wd@denx.de>
22640
22641commit c9c101c660b3d1995045c61c7c6041f52b6cf335
22642Author: Wolfgang Denk <wd@denx.de>
22643Date: Tue Aug 12 00:36:53 2008 +0200
22644
22645 ads5121: fix compiler warnings (unused variables)
22646
22647 Signed-off-by: Wolfgang Denk <wd@denx.de>
22648
22649commit 902ca09246039964d59bbcb519b1e1b5aed01308
22650Author: Kumar Gala <galak@kernel.crashing.org>
22651Date: Mon Aug 11 11:29:28 2008 -0500
22652
22653 85xx: Rename CONFIG_NR_CPUS to CONFIG_NUM_CPUS
22654
22655 Use CONFIG_NUM_CPUS to match existing define used by 86xx.
22656
22657 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
22658 Acked-by: Jon Loeliger <jdl@freescale.com>
22659
22660commit 3216ca9692ff80d7c638723ef448f3d36301d9e7
22661Author: Kumar Gala <galak@kernel.crashing.org>
22662Date: Mon Aug 11 09:20:53 2008 -0500
22663
22664 Fix fallout from autostart revert
22665
22666 The autostart revert caused a bit of duplicated code as well as
22667 code that was using images->autostart that needs to get removed so
22668 we can build again.
22669
22670 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
22671
22672commit 3cf8a234b8e8c02e4da1f23566043bc288b05220
22673Author: Kumar Gala <galak@kernel.crashing.org>
22674Date: Mon Aug 11 09:16:25 2008 -0500
22675
22676 Fix compile error related to r8a66597-hcd & usb
22677
22678 When building the 8544DS board we get this error:
22679
22680 In file included from r8a66597-hcd.c:22:
22681 u-boot/include/usb.h:190:2: error: #error USB Lowlevel not defined
22682 make[1]: *** [r8a66597-hcd.o] Error 1
22683
22684 The cleanest fix is to only build r8a66597-hcd.c if CONFIG_USB_R8A66597_HCD
22685 is set.
22686
22687 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
22688
22689commit 2d0daa03612338a813e3c9d22680e54eabfea378
22690Author: Becky Bruce <becky.bruce@freescale.com>
22691Date: Mon Aug 4 14:02:26 2008 -0500
22692
22693 POWERPC 86xx: Move BAT setup code to C
22694
22695 This is needed because we will be possibly be locating
22696 devices at physical addresses above 32bits, and the asm
22697 preprocessing does not appear to deal with ULL constants
22698 properly. We now call write_bat in lib_ppc/bat_rw.c.
22699
22700 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
22701 Acked-by: Jon Loeliger <jdl@freescale.com>
22702
22703commit 9de67149db576c91b9c2a0a182652331e7e44211
22704Author: Becky Bruce <becky.bruce@freescale.com>
22705Date: Mon Aug 4 14:01:53 2008 -0500
22706
22707 POWERPC: Add synchronization to write_bat in lib_ppc/bat_rw.c
22708
22709 Perform sync/isync as required by the architecture.
22710
22711 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
22712 Acked-by: Jon Loeliger <jdl@freescale.com>
22713
22714commit 23f935c073e7578c6066804fd2f9ee116cae6ffe
22715Author: Becky Bruce <becky.bruce@freescale.com>
22716Date: Mon Aug 4 14:01:16 2008 -0500
22717
22718 POWERPC: 86xx - add missing CONFIG_HIGH_BATS to sbc8641d config
22719
22720 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
22721 Acked-by: Jon Loeliger <jdl@freescale.com>
22722
22723commit 5276a3584d26a9533404f0ec00c3b61cf9a97939
22724Author: Magnus Lilja <lilja.magnus@gmail.com>
22725Date: Sun Aug 3 21:44:10 2008 +0200
22726
22727 i.MX31: Fix mx31_gpio_mux() function and MUX_-macros.
22728
22729 Correct the mx31_gpio_mux() function to allow changing all i.MX31 IOMUX
22730 contacts instead of only the first 256 ones as is the case prior to
22731 this patch.
22732
22733 Add missing MUX_* macros and update board files to use the new macros.
22734
22735 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
22736
22737commit b6b183c5b2fffd4c456b7e3fcb064cceb47fe7ac
22738Author: Magnus Lilja <lilja.magnus@gmail.com>
22739Date: Sun Aug 3 21:43:37 2008 +0200
22740
22741 i.MX31: Fix IOMUX related typos
22742
22743 Correct the names of some IOMUX macros.
22744
22745 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
22746
22747commit 4d57b0fb2927d4f50d834884b4ec4a7ca01708b0
22748Author: Steve Sakoman <steve@sakoman.com>
22749Date: Mon Aug 11 20:26:16 2008 +0200
22750
22751 OneNAND: Remove unused parameters to onenand_verify_page
22752
22753 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.
22754
22755 Signed-off-by: Steve Sakoman <steve@sakoman.com>
22756 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
22757
22758commit e84d568fa2a9f4ce7888141e71676368ef6b3f25
22759Author: Anatolij Gustschin <agust@denx.de>
22760Date: Fri Aug 8 18:00:40 2008 +0200
22761
22762 video: fix bug in cfb_console code
22763
22764 FILL_15BIT_555RGB macro extension for pixel swapping
22765 by commit bed53753dd1d7e6bcbea4339be0fb7760214cc35
22766 introduced a bug in cfb_console:
22767
22768 Bitmaps with odd-numbered width won't be rendered
22769 correctly and even U-Boot crashes are observed on
22770 some platforms while repeated rendering of such
22771 bitmaps with "bmp display". Also if a bitmap is
22772 rendered to an odd-numbered x starting position,
22773 the same problem occurs. This patch is an attempt
22774 to fix it.
22775
22776 Signed-off-by: Anatolij Gustschin <agust@denx.de>
22777
22778commit d9015f6a50d7258125349ef5c2af836458a0029a
22779Author: Anatolij Gustschin <agust@denx.de>
22780Date: Fri Aug 8 18:00:39 2008 +0200
22781
22782 video: fix bug in logo_plot
22783
22784 If logo_plot() should ever be called with x starting
22785 position other than zero and for pixel depths greater
22786 than 8bpp, logo colors distortion will be observed.
22787 This patch fixes the issue.
22788
22789 Signed-off-by: Anatolij Gustschin <agust@denx.de>
22790
22791commit 406819ae94f79f5b59e01d163380ca7d83709251
22792Author: Wolfgang Denk <wd@denx.de>
22793Date: Mon Aug 11 00:17:52 2008 +0200
22794
22795 MAINTAINERS: sort entries
22796
22797 Signed-off-by: Wolfgang Denk <wd@denx.de>
22798
22799commit cfc442d7913d4d1c3a9bf494f90c012c2f8c3bdc
22800Author: Roy Zang <tie-fei.zang@freescale.com>
22801Date: Thu Aug 7 18:19:28 2008 +0800
22802
22803 Add mpc7448hpc2 maintainer information
22804
22805 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
22806
22807commit a9fe0c3e7ca48afa50d6a0db99fa91e7282d73d8
22808Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
22809Date: Thu Aug 7 13:13:27 2008 +0530
22810
22811 common/cmd_load.c - Minor code & Coding Style cleanup
22812
22813 - os_data_header Variable is a carry over feature
22814 & unused. So removed all instance of this variable
22815 - Minor Code Style Update
22816
22817 Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
22818 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22819
22820commit 0d28f34bbe56d0971bd603789dcc6fe7adf11f14
22821Author: Magnus Lilja <lilja.magnus@gmail.com>
22822Date: Wed Aug 6 19:32:33 2008 +0200
22823
22824 Update the U-Boot wiki URL.
22825
22826 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
22827
22828commit aa5ffa16d7e4c461b7b77bf8e79d2ef5638cf754
22829Author: dirk.behme@googlemail.com <dirk.behme@googlemail.com>
22830Date: Sun Aug 10 17:56:36 2008 +0200
22831
22832 OneNAND: Remove base address offset usage
22833
22834 While locally preparing some U-Boot patches for ARM based OMAP3 boards, some
22835 using OneNAND and some using NAND, we found some differences in OneNAND and
22836 NAND command address handling.
22837
22838 As this might confuse users (it already confused us), we like to align OneNAND
22839 and NAND address handling.
22840
22841 The issue is that cmd_onenand.c subtracts the onenand base address from the
22842 addresses you type into the u-boot command line so, unlike nand, you can't
22843 use addresses relative to the start of the onenand part e.g. this won't work:
22844
22845 onenand read 82000000 280000 400000
22846
22847 you have to use:
22848
22849 onenand read 82000000 20280000 400000
22850
22851 Looking at recent git, the only board currently using OneNAND is Apollon, and
22852 for this the OneNAND base address is 0 (apollon.h)
22853
22854 #define CFG_ONENAND_BASE 0x00000000
22855
22856 so patch below won't break any existing boards and will align OneNAND and NAND
22857 handling on boards where OneNAND base address is != 0.
22858
22859 Signed-off-by: Steve Sakoman <sakoman@gmail.com>
22860 Signed-off-by: Manikandan Pillai <mani.pillai@ti.com>
22861 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
22862
22863commit c11528083ef6e55e76df742228c26e39d151813d
22864Author: Kumar Gala <galak@kernel.crashing.org>
22865Date: Thu Aug 7 09:28:20 2008 -0500
22866
22867 mpc85xx: workaround old binutils bug
22868
22869 The recent change to move the .bss outside of the image gives older
22870 binutils (ld from eldk4.1/binutils-2.16) some headache:
22871
22872 ppc_85xx-ld: u-boot: Not enough room for program headers (allocated 3, need 4)
22873 ppc_85xx-ld: final link failed: Bad value
22874
22875 We workaround it by being explicit about the program headers and not
22876 assigning the .bss to a program header.
22877
22878 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
22879
22880commit 0bf202ec586d4466c900e987720fa635c594d689
22881Author: Wolfgang Denk <wd@denx.de>
22882Date: Sun Aug 10 01:26:26 2008 +0200
22883
22884 Revert "[new uImage] Add autostart flag to bootm_headers structure"
22885
22886 This reverts commit f5614e7926863bf0225ec860d9b319741a9c4004.
22887
22888 The commit was based on a misunderstanding of the (documented)
22889 meaning of the 'autostart' environment variable. It might cause
22890 boards to hang if 'autostart' was used, with the potential to brick
22891 them. Go back to the documented behaviour.
22892
22893 Conflicts:
22894
22895 common/cmd_bootm.c
22896 common/image.c
22897 include/image.h
22898
22899 Signed-off-by: Wolfgang Denk <wd@denx.de>
22900
22901commit 29f8f58ff40c67f7f2e11afd1715173094e52ac2
22902Author: Wolfgang Denk <wd@denx.de>
22903Date: Sat Aug 9 23:17:32 2008 +0200
22904
22905 TQM8xx{L,M}: try to normalize config files for TQM8xx? based board
22906
22907 - enable CFI driver where this was forgotten
22908 - enable mtdparts support
22909 - adjust default environment
22910 etc.
22911
22912 Signed-off-by: Wolfgang Denk <wd@denx.de>
22913
22914commit 41266c9b5a5f873df3ec891bb0907616958b5602
22915Author: Peter Tyser <ptyser@xes-inc.com>
22916Date: Tue Aug 5 10:51:57 2008 -0500
22917
22918 FIT: Fix handling of images without ramdisks
22919
22920 boot_get_ramdisk() should not treat the case when a FIT image does
22921 not contain a ramdisk as an error.
22922
22923 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
22924 Acked-by: Michal Simek <monstr@monstr.eu>
22925
22926commit f77d92a3f56d88e63cc02226a1204b3bdbac6961
22927Author: Sergey Lapin <slapin@ossfans.org>
22928Date: Sat Aug 9 01:39:09 2008 +0400
22929
22930 DataFlash: AT45DB021 fix and AT45DB081 support
22931
22932 Fix for page size of AT45DB021. Also adding bigger AT45DB081
22933 which comes with some newer boards.
22934
22935 Signed-off-by: Sergey Lapin <slapin@ossfans.org>
22936
22937commit ba9324451b662dd393afa53e5cc36fc5d3d10966
22938Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
22939Date: Fri Aug 8 16:30:23 2008 +0900
22940
22941 sh: Update sh7763rdp config
22942
22943 Add sh_eth support to sh7763rdp.
22944
22945 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
22946
22947commit 21f971ec265f6042ec21636d55d06a6bc0751077
22948Author: Wolfgang Denk <wd@denx.de>
22949Date: Mon Jul 7 01:22:29 2008 +0200
22950
22951 TQM823L: re-enable logo support; update LCD_INFO text
22952
22953 Signed-off-by: Wolfgang Denk <wd@denx.de>
22954
22955commit 3b8d17f0f082073346c0df017c9dfd6acdb40d6d
22956Author: Wolfgang Denk <wd@denx.de>
22957Date: Fri Aug 8 16:41:56 2008 +0200
22958
22959 TQM8xxL: fix support for second flash bank
22960
22961 When switching the TQM8xxL modules to use the CFI flash driver,
22962 support for the second flash bank was broken because the CFI driver
22963 did not support dynamically sized banks. This gets fixed now.
22964
22965 Signed-off-by: Wolfgang Denk <wd@denx.de>
22966
22967commit 2a112b234d879f6390503a5f4e38246acce9d0b0
22968Author: Wolfgang Denk <wd@denx.de>
22969Date: Fri Aug 8 16:39:54 2008 +0200
22970
22971 CFI: allow for dynamically determined flash sizes and addresses
22972
22973 The CFI driver allowed only for static initializers in the
22974 CFG_FLASH_BANKS_LIST definition, i. e. it did not allow to map
22975 several flash banks contiguously if the bank sizes were not known in
22976 advance, which kind of violates U-Boot's design philosophy.
22977
22978 (will be used for example by the TQM8xxL boards)
22979
22980 Signed-off-by: Wolfgang Denk <wd@denx.de>
22981
22982commit d9d78ee46d9a396d0a81d00c2b003a9bd32c2e61
22983Author: Ben Warren <biggerbadderben@gmail.com>
22984Date: Thu Aug 7 23:26:35 2008 -0700
22985
22986 QE UEC: Fix compiler warnings
22987
22988 Moved static functions earlier in file so forward declarations are not needed.
22989
22990 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
22991
22992commit d5d28fe4aad5f4535400647a5617c11039506467
22993Author: David Saada <David.Saada@ecitele.com>
22994Date: Mon Mar 31 02:37:38 2008 -0700
22995
22996 QE UEC: Add MII Commands
22997
22998 Add MII commands to the UEC driver. Note that once a UEC device is selected,
22999 any device on its MDIO bus can be addressed.
23000
23001 Signed-off-by: David Saada <david.saada@ecitele.com>
23002 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
23003
23004commit fd0f2f3796ff2a7a32d35deb1b7996e485849df7
23005Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
23006Date: Wed Jul 9 21:07:38 2008 +0900
23007
23008 usb: add support for R8A66597 usb controller
23009
23010 add support for Renesas R8A66597 usb controller.
23011 This patch supports USB Host mode.
23012
23013 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
23014 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
23015
23016commit 1d10dcd041aaeae9fd7c821005692898a0303382
23017Author: Hunter, Jon <jon-hunter@ti.com>
23018Date: Sat Jul 26 18:59:16 2008 -0500
23019
23020 Add support for OMAP5912 and OMAP16xx to usbdcore_omap1510.c
23021
23022 Add support to drivers/usb/usbdcore_omap1510.c for OMAP5912 and OMAP16xx devices.
23023
23024 Signed-off-by: Jon Hunter <jon-hunter@ti.com>
23025 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
23026
23027commit eab1007334b93a6209f1ec33615e26ef5311ede7
23028Author: Steven A. Falco <sfalco@harris.com>
23029Date: Wed Aug 6 15:42:52 2008 -0400
23030
23031 ppc4xx: Sequoia has two UARTs in "4-pin" mode. Configure the GPIOs as per schematic.
23032
23033 The Sequoia board has two UARTs in "4-pin" mode. This patch modifies the GPIO
23034 configuration to match the schematic, and also sets the SDR0_PFC1 register to
23035 select the corresponding mode for the UARTs.
23036
23037 Signed-off-by: Steven A. Falco <sfalco@harris.com>
23038 Signed-off-by: Stefan Roese <sr@denx.de>
23039
a49d10cf
WD
23040commit 0eb5717a85b6cba3f67c11fa89bdde38dcd081b5
23041Author: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
23042Date: Wed Aug 6 14:42:13 2008 +0200
23043
23044 avr32: add support for EarthLCD Favr-32 board
23045
23046 This patch adds support for the Favr-32 board made by EarthLCD.
23047
23048 This kit, which is also called ezLCD-101 when running with EarthLCD firmware,
23049 has a 10.4" touch screen LCD panel, 16 MB 32-bit SDRAM, 8 MB parallel flash,
23050 Ethernet, audio out, USB device, SD-card slot, USART and various other
23051 connectors for cennecting stuff to SPI, I2C, GPIO, etc.
23052
23053 Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
23054 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
23055
23056commit bc9019e19758a19a388fb20ef18dc771cd39fdda
23057Author: Rafael Campos <rafael.campos@hanscan.com>
23058Date: Thu Jul 31 10:22:20 2008 +0200
23059
23060 cfi-flash: Added support to flash_real_protect for Atmel flash devices
23061
23062 Some of the flash memories produced by ATMEL start in read-only mode.
23063 We need to unprotect it. This patch allows the AT49BV6416 to work with
23064 cfi_flash memories. Tested in the at91rm9200ek board.
23065
23066 Signed-off-by: Rafael Campos Las Heras <rafael.campos@hanscan.com>
23067 Signed-off-by: Stefan Roese <sr@denx.de>
23068
23069commit 7949839e5836bf8b1074bb6142c46d30ac3aa350
23070Author: Guennadi Liakhovetski <lg@denx.de>
23071Date: Tue Aug 5 15:36:39 2008 +0200
23072
23073 cfi-flash: Add definition for the AM29LV800BB AMD NOR-flash
23074
23075 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
23076 Signed-off-by: Stefan Roese <sr@denx.de>
23077
4b070809
WD
23078commit 1318673045fe188c6e24c582b1e6efc00ae1c62c
23079Author: Stefan Roese <sr@denx.de>
23080Date: Wed Aug 6 14:06:03 2008 +0200
23081
23082 Fix merge problems
23083
23084 Signed-off-by: Stefan Roese <sr@denx.de>
23085
23086commit f2302d4430e7f3f48308d6a585320fe96af8afbd
23087Author: Stefan Roese <sr@denx.de>
23088Date: Wed Aug 6 14:05:38 2008 +0200
23089
23090 Fix merge problems
23091
23092 Signed-off-by: Stefan Roese <sr@denx.de>
23093
cd82919e
WD
23094commit 6689484ccd43189322aaa5a1c6cd02cdd511ad7d
23095Author: Kenneth Johansson <kenneth@southpole.se>
23096Date: Tue Jul 15 12:13:38 2008 +0200
23097
23098 mpc5121: Move iopin features from board specific to common files.
23099
23100 And in the process eliminate some duplicate register defines.
23101
23102 Signed-off-by: Kenneth Johansson <kenneth@southpole.se>
23103
23104commit ef11df6b66ecf5797e94ba322254b8fb7a4e2e12
23105Author: John Rigby <jrigby@freescale.com>
23106Date: Tue Aug 5 17:38:57 2008 -0600
23107
23108 mpc5121: squash some fdt fixup errors
23109
23110 On ADS5121 when booting linux the following errors are seen:
23111 Unable to update property /soc5121@80000000:bus-frequency, err=FDT_ERR_NOTFOUND
23112 Unable to update property /soc5121@80000000/ethernet@2800:local-mac-address, err=FDT_ERR_NOTFOUND
23113 Unable to update property /soc5121@80000000/ethernet@2800:address, err=FDT_ERR_NOTFOUND
23114
23115 This is caused by ft_cpu_setup trying to deal with
23116 both old and new soc node naming. This patch
23117 fixes this by being smarter about what to
23118 fixup.
23119
23120 Also do soc node fixups by compatible instead of by path.
23121 A new board config called OF_SOC_COMPAT defined
23122 to be "fsl,mpc5121-immr" replaces the old
23123 OF_SOC node path that was defined to be "soc@80000000".
23124
23125 Old device trees still work, but the compatiblity
23126 is conditional on CONFIG_OF_SUPPORT_OLD_DEVICE_TREES
23127 which is on by default in include/configs/ads5121.h.
23128
23129 Signed-off-by: John Rigby <jrigby@freescale.com>
23130
23131commit 81091f58f0c58ecd26c5b05de2ae20ca6cdb521c
23132Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23133Date: Sat Aug 2 23:48:30 2008 +0200
23134
23135 drivers/serial: Move conditional compilation to Makefile for CONFIG_* macros
23136
23137 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23138
23139commit 4cd7e6528f61ec669755c3754bb4f9779874fab3
23140Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23141Date: Sat Aug 2 23:48:32 2008 +0200
23142
23143 nios2/sysid: fix printf warning
23144
23145 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23146
23147commit 66da6fa0e35e7ee56628c85981709afe7180fc8e
23148Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23149Date: Sat Aug 2 23:48:33 2008 +0200
23150
23151 Fix remaining build issues with MPC8xx FADS boards.
23152
23153 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23154
23155commit 81d3f1fdddafd1eb53bbca8739f488d417eb3dd2
23156Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23157Date: Sat Aug 2 23:48:31 2008 +0200
23158
23159 nios2: fix phys_addr_t and phys_size_t support
23160
23161 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23162
23163commit 5fa62000db6d0b46ecdeadbeb50faf5197db49ef
23164Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23165Date: Sat Aug 2 23:48:34 2008 +0200
23166
23167 mvbc_p: Fix problem with '#if (CONFIG_CMD_KGDB)'
23168
23169 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23170
23171commit 1464eff77e7fdaed609ecf263a2423c9dcf96b1f
23172Author: Mark Jackson <mpfj@mimc.co.uk>
23173Date: Fri Aug 1 09:48:29 2008 +0100
23174
23175 Fix bitmap display for atmel lcd controller
23176
23177 The current lcd_display_bitmap() function does not work properly
23178 for the Atmel LCD controller.
23179
23180 2 fixes need to be done:-
23181
23182 (a) when setting the colour map, use the lcd_setcolreg() function
23183 as provided by the Atmel driver
23184 (b) the data is never actually written to the lcd framebuffer !!
23185
23186 Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
23187
23188commit 2a433c66b1e2770349fe4911be23c375f053ebd8
23189Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23190Date: Fri Aug 1 08:40:34 2008 +0200
23191
23192 qemu_mips: update README to follow qemu update about default machine
23193
23194 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23195
23196commit ac169d645f5f0e0b9a232563099209e92a355d8e
23197Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
23198Date: Thu Jul 31 19:53:21 2008 -0500
23199
23200 ColdFire: Fix compilation issue caused by a missing function
23201
23202 Implement usec2ticks() which is used by fsl_i2c.c in
23203 lib_m68k/time.c
23204
23205 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
23206
23207commit 01ae85b58b51d2fb1fac5b93095f6042cf48ae7b
23208Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
23209Date: Thu Jul 31 19:53:06 2008 -0500
23210
23211 Fix compilation error for TASREG
23212
23213 TASREG is ColdFire platform, the include ppc4xx.h in
23214 board/esd/common/flash.c causes conflict.
23215
23216 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
23217
23218commit 35d3bd3cc35c508a6823dac77e0fd126808e4fc7
23219Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
23220Date: Thu Jul 31 19:52:36 2008 -0500
23221
23222 Fix compilation error for MCF5275
23223
23224 Rename OBJ to COBJ in board/platform/Makefile
23225
23226 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
23227
23228commit 5c40548f01218360a1f1395198c50ff45f3035b5
23229Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
23230Date: Thu Jul 31 19:52:28 2008 -0500
23231
23232 Fix compile error caused by incorrect function return type
23233
23234 Rename int mii_init(void) to void mii_init(void) for idmr
23235 ColdFire platform
23236
23237 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
23238
23239commit a58c78067c928976c082c758d3987e89ead5b191
23240Author: Wolfgang Denk <wd@denx.de>
23241Date: Fri Aug 1 12:06:22 2008 +0200
23242
23243 Fix build issues with MPC8xx FADS boards.
23244
23245 Signed-off-by: Wolfgang Denk <wd@denx.de>
23246
23247commit 4b50cd12a3b3c644153c4cf393f4a4c12289e5aa
23248Author: Wolfgang Denk <wd@denx.de>
23249Date: Thu Jul 31 17:54:03 2008 +0200
23250
23251 Prepare v1.3.4-rc2: update CHANGELOG
23252
23253 Signed-off-by: Wolfgang Denk <wd@denx.de>
23254
4b50cd12
WD
23255commit a48311557db6e7e9473a6163b44bb1e6c6ed64c4
23256Author: Mark Jackson <mpfj@mimc.co.uk>
23257Date: Thu Jul 31 16:09:00 2008 +0100
23258
23259 Add gzipped logo support
23260
23261 The README file states that CONFIG_VIDEO_BMP_GZIP behaves as follows:
23262
23263 If this option is set, additionally to standard BMP
23264 images, gzipped BMP images can be displayed via the
23265 splashscreen support or the bmp command.
23266
23267 However, the splashscreen function *only* supports standard BMP images.
23268
23269 This patch adds the documented gzip support.
23270
23271 Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
23272
23273commit a5bcb01fbde6b1f1c9863cd86e5c4c369f0121ac
23274Author: Mark Jackson <mpfj@mimc.co.uk>
23275Date: Thu Jul 31 15:56:48 2008 +0100
23276
23277 Fix Atmel LCD controller endianess for AVR32 processors
23278
23279 The Atmel lcd controller is used on Atmel's AT91 (little endian) and
23280 AVR32 (big endian) platforms.
23281
23282 As such, the controller can handle both big and little endian memory.
23283
23284 This patch fixes the driver for the AVR32 platform.
23285
23286 Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
23287
23288commit cdb8bd2fd3bcbe65d8e4334a55f5a667845426a1
23289Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23290Date: Thu Jul 31 15:56:01 2008 +0200
23291
23292 apollon: fix build out of tree
23293
23294 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23295
23296commit 2e752be39d3e398d4ab89ffa6634c397df298297
23297Author: Guennadi Liakhovetski <lg@denx.de>
23298Date: Thu Jul 31 12:35:04 2008 +0200
23299
23300 Uncompressed images loaded to their start address shall set load_end too
23301
23302 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
23303 Acked-by: Bartlomiej Sieka <tur@semihalf.com>
23304
23305commit c37207d7f51e19c17f859966f314e27cc1231801
23306Author: Wolfgang Denk <wd@denx.de>
23307Date: Wed Jul 16 16:38:59 2008 +0200
23308
23309 Fix printf() format problems with configurable prompts
23310
23311 U-Boot allows for configurable prompt strings using the
23312 CONFIG_AUTOBOOT_PROMPT resp. CONFIG_MENUPROMPT definitions. So far,
23313 the assumption was that any such user defined problts would contain
23314 exactly one "%d" format specifier. But some boards did not.
23315
23316 To allow for flexible boot prompts without adding too complex code we
23317 now allow to specify the whole list of printf() arguments in the user
23318 definition. This is powerful, but requires a responsible user who
23319 really understands what he is doing, as he needs to know for exanple
23320 which variables are available in the respective context.
23321
23322 Signed-off-by: Wolfgang Denk <wd@denx.de>
23323
23324commit 54754120637b6a7f4ff774fb199fc550bcfea1da
23325Author: Wolfgang Denk <wd@denx.de>
23326Date: Thu Jul 31 17:02:14 2008 +0200
23327
23328 TQM85xx: fix typo introduce by commit ffbb5cb9
23329
23330 Signed-off-by: Wolfgang Denk <wd@denx.de>
23331
23332commit 0b4951d4cddca9cc800745891c95b291e47cbbd7
23333Author: Wolfgang Denk <wd@denx.de>
23334Date: Thu Jul 31 15:27:01 2008 +0200
23335
23336 mvbc_p board: fix most build warnings.
23337
23338 Signed-off-by: Wolfgang Denk <wd@denx.de>
23339
23340commit c4ec6db074051d2f6fc76a66411c60621b22bc02
23341Author: Wolfgang Denk <wd@denx.de>
23342Date: Thu Jul 31 13:57:20 2008 +0200
23343
23344 E1000: clean up CONFIG_E1000_FALLBACK_MAC handling
23345
23346 Avoid "integer constant is too large for 'long' type" warnings.
23347 And simplify the code.
23348
23349 Signed-off-by: Wolfgang Denk <wd@denx.de>
23350
23351commit 9196b44334c330cc13de2464c59181e4db71f549
23352Author: Matvejchikov Ilya <matvejchikov@gmail.com>
23353Date: Wed Jul 30 23:21:19 2008 +0400
23354
23355 8260: Making the use of gd->pci_clk dependant on the CONFIG_PCI
23356
23357 Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com>
23358
23359commit 6361ad4b596f5a940a01c91ae0297d98f790cbe0
23360Author: Matvejchikov Ilya <matvejchikov@gmail.com>
23361Date: Wed Jul 30 23:20:32 2008 +0400
23362
23363 PPC: Add pci_clk in the global_data for CPM2 processors
23364
23365 This patch adds pci_clk field to the global_data structure for the
23366 processors which have CPM2 module in case the CONFIG_PCI is defined.
23367
23368 Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com>
23369
23370commit f0ff885ca64655bee6540eb8a25eed90b1152686
23371Author: Kumar Gala <galak@kernel.crashing.org>
23372Date: Wed Jul 30 14:13:30 2008 -0500
23373
23374 mpc85xx: Update linker scripts for Freescale boards
23375
23376 * Move to using absolute addressing always. Makes the scripts a bit more
23377 portable and common
23378 * Moved .bss after the end of the image. These allows us to have more
23379 room in the resulting binary image for code and data.
23380 * Removed .text object files that aren't really needed
23381 * Make sure _end is 4-byte aligned as the .bss init code expects this.
23382 (Its possible that the end of .bss isn't 4-byte aligned)
23383
23384 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23385
23386commit 57c219ad5d34dd9d49991777a62e3899595f2ec7
23387Author: Kumar Gala <galak@kernel.crashing.org>
23388Date: Wed Jul 30 08:01:15 2008 -0500
23389
23390 Fix compile warnings in dlmalloc
23391
23392 The origional code was using on odd reference to get to the first
23393 real element in av_[]. The first two elements of the array are
23394 not used for actual bins, but for house keeping. If we are more
23395 explicit about how use the first few elements we can get rid of the
23396 warnings:
23397
23398 dlmalloc.c: In function 'malloc_extend_top':
23399 dlmalloc.c:1971: warning: dereferencing type-punned pointer will break strict-aliasing rules
23400 dlmalloc.c:1999: warning: dereferencing type-punned pointer will break strict-aliasing rules
23401 dlmalloc.c:2029: warning: dereferencing type-punned pointer will break strict-aliasing rules
23402 ...
23403
23404 The logic of how this code came to be is:
23405 bin_at(0) = (char*)&(av_[2]) - 2*SIZE_SZ
23406
23407 SIZE_SZ is the size of pointer, and av_ is arry of pointers so:
23408 bin_at(0) = &(av_[0])
23409
23410 Going from there to bin_at(0)->fd or bin_at(0)->size should be straight forward.
23411
23412 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23413
23414commit 3f9ae1a5d43c49a8ecf497470c3d1d80255e44b9
23415Author: Stefan Roese <sr@denx.de>
23416Date: Wed Jul 30 10:21:01 2008 +0200
23417
23418 ppc4xx: Fix W7OLMG compile problems by adding missing LM75 defines
23419
23420 Signed-off-by: Stefan Roese <sr@denx.de>
23421
23422commit ebb86c4ecd37a7701358284e497ca4c6483c7cc5
23423Author: Stefan Roese <sr@denx.de>
23424Date: Wed Jul 30 09:59:51 2008 +0200
23425
23426 cmd_bootm.c: Fix problem with '#if (CONFIG_CMD_USB)'
23427
23428 A recent patch used '#if (CONFIG_CMD_USB)' instead of
23429 '#if defined(CONFIG_CMD_USB)'. This patch fixes this problem and makes
23430 common/bootm.c compile again.
23431
23432 Signed-off-by: Stefan Roese <sr@denx.de>
23433 Acked-by: Markus Klotzbuecher <mk@denx.de>
23434
23435commit 2cb9080427fe641dcb71da46cd0634dd406f37ed
23436Author: Kyungmin Park <kmpark@infradead.org>
23437Date: Tue Jul 22 08:01:43 2008 +0900
23438
23439 Remove unused I2C at apollon board
23440
23441 There are no I2C devices on this board.
23442
23443 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
23444
23445commit 3c95960e526b3b026da20201db64526f46faf14b
23446Author: Wolfgang Denk <wd@denx.de>
23447Date: Thu Jul 31 10:12:09 2008 +0200
23448
23449 at91rm9200dk, csb637: fix NAND related build problems
23450
23451 Tried fixing NAND support for the at91rm9200dk board; untested.
23452 Disabled NAND support in the csb637 board config file.
23453
23454 Signed-off-by: Wolfgang Denk <wd@denx.de>
23455
4b070809
WD
23456commit 9246f5ecfd353ae297a02ffd5328402acf16c9dd
23457Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
23458Date: Wed Jul 30 12:39:28 2008 +0200
23459
23460 ppc4xx: ML507: Environment in flash and MTD Support
23461
23462 - Relocate the location of U-Boot in the flash
23463 - Save the environment in one sector of the flash memory
23464 - MTD Support
23465
23466 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
23467 Signed-off-by: Stefan Roese <sr@denx.de>
23468
23469commit a8a16af4d59d14cc1c1187c10aaad80d6b8394b5
23470Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
23471Date: Tue Jul 29 17:16:10 2008 +0200
23472
23473 ppc4xx: ML507: Use of get_ram_size in board ml507
23474
23475 - Change suggested by WD
23476
23477 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
23478 Signed-off-by: Stefan Roese <sr@denx.de>
23479
23480commit 01a004313c5ec2d128b611df4c208b1b0d3c3fb4
23481Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
23482Date: Mon Jul 21 20:30:07 2008 +0200
23483
23484 ppc4xx: ML507: U-Boot in flash and System ACE
23485
23486 This patch allows booting from FLASH the ML507 board by Xilinx.
23487 Previously, U-Boot needed to be loaded from JTAG or a Sytem ACE CF
23488
23489 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
23490 Signed-off-by: Stefan Roese <sr@denx.de>
23491
a49d10cf
WD
23492commit 5c374c9ee16fee2bf68533cc4010b3c0df21f783
23493Author: Julien May <mailinglist@miromico.ch>
23494Date: Mon Jun 23 13:57:52 2008 +0200
23495
23496 Add support for the hammerhead (AVR32) board
23497
23498 The Hammerhead platform is built around a AVR32 32-bit microcontroller
23499 from Atmel. It offers versatile peripherals, such as ethernet, usb
23500 device, usb host etc.
23501
23502 The board also incooperates a power supply and is a Power over Ethernet
23503 (PoE) Powered Device (PD).
23504
23505 Additonally, a Cyclone III FPGA from Altera is integrated on the board.
23506 The FPGA is mapped into the 32-bit AVR memory bus. The FPGA offers two
23507 DDR2 SDRAM interfaces, which will cover even the most exceptional need
23508 of memory bandwidth. Together with the onboard video decoder the board
23509 is ready for video processing.
23510
23511 For more information see: http:///www.miromico.com/hammerhead
23512
23513 Signed-off-by: Julien May <mailinglist@miromico.ch>
23514 [haavard.skinnemoen@atmel.com: various small fixes and adaptions]
23515 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
23516
4b50cd12
WD
23517commit 09d318a8bb1444ec92e31cafcdba877eb9409e58
23518Author: Kumar Gala <galak@kernel.crashing.org>
23519Date: Tue Jul 29 12:23:49 2008 -0500
23520
23521 fsl_i2c: Use timebase timer functions instead of get_timer()
23522
23523 The current implementation of get_timer() is only really useful after we
23524 have relocated u-boot to memory. The i2c code is used before that as part
23525 of the SPD DDR setup.
23526
23527 We actually have a bug when using the get_timer() code before relocation
23528 because the .bss hasn't been setup and thus we could be reading/writing
23529 a random location (probably in flash).
23530
23531 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23532
23533commit 4fc72a0d6ca85070a5e90d76cc5a853526ac09c4
23534Author: Frank Svendsbøe <frank.svendsboe@gmail.com>
23535Date: Tue Jul 29 14:49:31 2008 +0200
23536
23537 Adder8xx: Fix CFG_MONITOR_LEN
23538
23539 Due to increased space usage, U-Boot can no longer be stored in three sectors.
23540 The current U-Boot use just over three flash sectors (197k), and U-Boot will
23541 become corrupt after saving environment variables. This patch adds another 64k
23542 to CFG_MONITOR_LEN.
23543
23544 Signed-off-by: Frank E. Svendsbøe <frank.svendsboe@gmail.com>
23545
23546commit a4c59ad4a21140550ada6f97690d2527c4146ce5
23547Author: Kyungmin Park <kmpark@infradead.org>
23548Date: Tue Jul 29 08:47:57 2008 +0900
23549
23550 Add OneNAND IPL related files to gitignore
23551
23552 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
23553
23554commit 8d87589e8e874df7120a3d9667f051bc33bac250
23555Author: Rafal Jaworowski <raj@semihalf.com>
23556Date: Mon Jul 28 20:38:25 2008 +0200
23557
23558 API: Teach the storage layer about SATA and MMC options.
23559
23560 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
23561 Acked-by: Rafal Jaworowski <raj@semihalf.com>
23562
23563commit 6b73b754f782e1ecce5048bf20b22ce56a07a5b8
23564Author: Rafal Jaworowski <raj@semihalf.com>
23565Date: Mon Jul 28 20:37:48 2008 +0200
23566
23567 API: Dump contents of sector 0 in the demo application.
23568
23569 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
23570 Acked-by: Rafal Jaworowski <raj@semihalf.com>
23571
23572commit 13ca6305f2eba49c175f6370c35286141059c789
23573Author: Rafal Jaworowski <raj@semihalf.com>
23574Date: Mon Jul 28 20:37:10 2008 +0200
23575
23576 API: Correct storage enumeration routine, other minor fixes in API storage area.
23577
23578 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
23579 Acked-by: Rafal Jaworowski <raj@semihalf.com>
23580
23581commit 05c7fe0f049b1c9eb9a1992f27e5e350d865f4a8
23582Author: Rafal Jaworowski <raj@semihalf.com>
23583Date: Mon Jul 28 20:36:19 2008 +0200
23584
23585 API: Fix compilation warnings in api_examples/demo.c.
23586
23587 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
23588
23589commit c14eefcc48212af2f3314809605698dd8393a90a
23590Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23591Date: Sun Jul 27 17:09:43 2008 +0200
23592
23593 Fix more printf() format warnings
23594
23595 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23596
23597commit 936897d4d1365452bbbdf8430db5e7769ef08d38
23598Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23599Date: Fri Jul 25 15:18:16 2008 +0200
23600
23601 Fix remaining CFG_CMD_ define, ifdef and comments
23602
23603 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23604
23605commit 5d1d00fb36005482e1803a00ddc46efa11d719af
23606Author: Stefano Babic <sbabic@denx.de>
23607Date: Fri Jul 25 08:57:40 2008 +0200
23608
23609 Add include for config.h in command.h.
23610
23611 Because the cmd_tbl_s structure depends on the configuration file, it
23612 must be assured that config.h is included before the structure is
23613 evaluated by the compiler. If this is not certain, it could happen
23614 that the compiler generates structures of different size, depending
23615 on the fact if the source file includes <config.h> before or after
23616 <command.h>.
23617
23618 The effect is that u-boot crashes when tries to relocate the command
23619 table (for ppc) or try to access to the command table for other
23620 architectures.
23621
23622 The problem can happen on board-depending commands. All general
23623 commands under /common are unaffected, because they include already
23624 config.h before command.h.
23625
23626 Signed-off-by: Stefano Babic <sbabic@denx.de>
23627
23628commit 2dacb734bac9dba1db9e704d3e0b200ef521c79a
23629Author: Scott Wood <scottwood@freescale.com>
23630Date: Wed Jul 23 13:16:06 2008 -0500
23631
23632 NAND: $(obj)-qualify ecc.h in kilauea NAND boot Makefile.
23633
23634 This fixes building out-of-tree.
23635
23636 Signed-off-by: Scott Wood <scottwood@freescale.com>
23637
23638commit 36d59bd9da9e15d19b867b48449408830f4e2ad5
23639Author: Heiko Schocher <hs@denx.de>
23640Date: Wed Jul 23 07:30:46 2008 +0200
23641
23642 Fix warnings if compiling with IDE support.
23643
23644 cmd_ide.c:827: Warnung: weak declaration of `ide_outb' after first use results in unspecified behavior
23645 cmd_ide.c:839: Warnung: weak declaration of `ide_inb' after first use results in unspecified behavior
23646
23647 Signed-off-by: Heiko Schocher <hs@denx.de>
23648
23649commit 7610db17fd4d59c51d825488526d85ede2f06767
23650Author: Adrian Filipi <adrian.filipi@eurotech.com>
23651Date: Tue Jul 22 14:28:11 2008 -0400
23652
23653 Removed support for the adsvix board.
23654
23655 Support for the adsvix was originally provided by Applied Data
23656 Systems (ADS), inc., now EuroTech, Inc.
23657 The board never shipped aside from some sample boards.
23658
23659 Signed-off-by: Adrian Filipi <adrian.filipi@eurotech.com>
23660
23661commit f96b44cef897bd372beb86dde1b33637c119d84d
23662Author: Remy Bohmer <linux@bohmer.net>
23663Date: Tue Jul 22 16:22:11 2008 +0200
23664
23665 ARM: set GD_FLG_RELOC for boards skipping relocation to RAM
23666
23667 If CONFIG_SKIP_RELOCATE_UBOOT is set the flag GD_FLG_RELOC is usually
23668 never set, because relocation to RAM is actually never done by U-boot
23669 itself. However, several pieces of code check if this flag is set at
23670 some time.
23671
23672 So, to make sure this flag is set on boards skipping relocation, this
23673 is added to the initialisation of U-boot at a moment where it is safe
23674 to do so.
23675
23676 Signed-off-by: Remy Bohmer <linux@bohmer.net>
23677
23678commit e4dafff86f289b5677143a3e41da7b45c6d27fc7
23679Author: Timur Tabi <timur@freescale.com>
23680Date: Mon Jul 21 14:26:23 2008 -0500
23681
23682 fsl-i2c: fix writes to data segment before relocation
23683
23684 Prevent i2c_init() in fsl_i2c.c from writing to the data segment before
23685 relocation. Commit d8c82db4 added the ability for i2c_init() to program the
23686 I2C bus speed and save the value in i2c_bus_speed[], which is a global
23687 variable. It is an error to write to the data segment before relocation,
23688 which is what i2c_init() does when it stores the bus speed in i2c_bus_speed[].
23689
23690 Signed-off-by: Timur Tabi <timur@freescale.com>
23691
23692commit dbd32387920e5ad6f9dd58a7b5012bbabe2a6a21
23693Author: Wolfgang Ocker <weo@reccoware.de>
23694Date: Mon Jul 28 16:56:51 2008 +0200
23695
23696 mips: Fix baudrate divisor computation on alchemy cpus
23697
23698 Use CFG_MIPS_TIMER_FREQ when computing the baudrate divisor
23699 on alchemy cpus.
23700
23701 Signed-off-by: Wolfgang Ocker <weo@reccoware.de>
23702 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
23703
a49d10cf
WD
23704commit c8c845cfdc6d0217135c1d5927eebd2b133a3314
23705Author: Ben Warren <biggerbadderben@gmail.com>
23706Date: Sat Jul 5 00:08:48 2008 -0700
23707
23708 Moved initialization of AVR32 Ethernet controllers to board_eth_init()
23709
23710 Renamed initialization functions for atngw100 and atstk1000.
23711 Removed initializations for these boards from net/eth.c
23712
23713 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
23714 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
23715
4b50cd12
WD
23716commit a229d291f33308ab7761d39f25fa1a53c0fc00a2
23717Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
23718Date: Wed Jul 23 10:55:46 2008 +0200
23719
23720 spi flash: Fix printf() format warnings
23721
23722 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
23723
23724commit 252a5e0738bcafaf25f7fbb40f19a59abc2cb13e
23725Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
23726Date: Wed Jul 23 10:55:31 2008 +0200
23727
23728 atmel_mci: Fix printf() format warnings
23729
23730 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
23731
23732commit 7f4b009f4232d57084ce0ec5aeb3b57bccb08e4c
23733Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
23734Date: Wed Jul 23 10:55:15 2008 +0200
23735
23736 avr32: Fix printf() format warnings
23737
23738 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
23739
23740commit a79c3e8d9c31db25d5ca3ec8e08a97f323410dd4
23741Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
23742Date: Wed Jul 23 10:52:19 2008 +0200
23743
23744 avr32: asm/io.h needs asm/types.h
23745
23746 map_physmem() takes a phys_addr_t as parameter. This type is defined in
23747 asm/types.h, so we need to include that file.
23748
23749 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
23750
23751commit 1953d128fd07f07d1c3810a28c0863ea64dae1b6
23752Author: Michal Simek <monstr@monstr.eu>
23753Date: Thu Jul 17 12:25:46 2008 +0200
23754
23755 microblaze: Fix printf() format issues
23756
23757 Signed-off-by: Michal Simek <monstr@monstr.eu>
23758
23759commit de2a07e534f18b1ca5f9869a4ef0604ca829cff0
23760Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
23761Date: Thu Jul 17 07:27:51 2008 +0530
23762
23763 Remove unused code from lib_arm/bootm.c
23764
23765 Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
23766
23767commit ffbb5cb942e9856fa24e946977e0a60c64df04ab
23768Author: Detlev Zundel <dzu@denx.de>
23769Date: Wed Jul 16 18:56:45 2008 +0200
23770
23771 tqm85xx: Demystify 'DK: !!!' comment
23772
23773 Signed-off-by: Detlev Zundel <dzu@denx.de>
23774
23775commit b2f44ba570f3a01113bbb745daf46f3858d22f53
23776Author: Detlev Zundel <dzu@denx.de>
23777Date: Wed Jul 16 18:56:44 2008 +0200
23778
23779 83xx/85xx/86xx: Add LTEDR local bus definitions
23780
23781 Signed-off-by: Detlev Zundel <dzu@denx.de>
23782
23783commit f13f64cf42d5abec3e0f920233f6a7a61e7ae494
23784Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
23785Date: Wed Jul 16 16:22:32 2008 +0200
23786
23787 serial_xuartlite.c: fix compiler warnings
23788
23789 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
23790 Acked-by: Grant Likely <grant.likely@secretlab.ca>
23791
23792commit 86446d3a5d9d3ca81e85d1ccd3accaaae6f8e3c9
23793Author: Stefan Roese <sr@denx.de>
23794Date: Fri Jul 18 11:03:35 2008 +0200
23795
23796 POST: Add disable interrupts in some of the missing CPU POST tests
23797
23798 Some CPU POST tests did not disable the interrupts while running. This
23799 seems to be necessary to protect this self modifying code.
23800
23801 Signed-off-by: Stefan Roese <sr@denx.de>
23802
23803commit 97a3bf268d096e0e97e54048448c35114edcf557
23804Author: Stefan Roese <sr@denx.de>
23805Date: Fri Jul 18 10:43:24 2008 +0200
23806
23807 ide: Use CFG_64BIT_LBA instead of CFG_64BIT_STRTOUL
23808
23809 This is needed for boards that define CFG_64BIT_STRTOUL but don't define
23810 CFG_64BIT_LBA.
23811
23812 Signed-off-by: Stefan Roese <sr@denx.de>
23813
23814commit 0043ac55024963295fc79b39af85b6dc3b261e17
23815Author: Niklaus Giger <niklaus.giger@netstal.com>
23816Date: Fri Jul 18 11:22:23 2008 +0200
23817
23818 POST PPC4xx/spr IVPR only if PPC440
23819
23820 The SPR IVPR register is only present (as far as I know) for
23821 processors with a PPC440 core.
23822
23823 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
23824 Acked-by: Stefan Roese <sr@denx.de>
23825
23826commit 1092fbd64748dfa2e979b102611ece9bc5ec1855
23827Author: Stefan Roese <sr@denx.de>
23828Date: Fri Jul 18 10:42:29 2008 +0200
23829
23830 ppc4xx: Enable 64bit printf format on 440/460 platforms
23831
23832 This patch defines CFG_64BIT_VSPRINTF and CFG_64BIT_STRTOUL for all
23833 440/460 platforms. This may be needed since those platforms support
23834 36bit physical address space.
23835
23836 Signed-off-by: Stefan Roese <sr@denx.de>
23837
23838commit 66fe183b1dd9c7534605147a8ecfed1c02345ee5
23839Author: Stefan Roese <sr@denx.de>
23840Date: Fri Jul 18 15:57:23 2008 +0200
23841
23842 ppc4xx: Fix incorrect MODTx setup for some DIMM configurations
23843
23844 This patch fixes a problem with incorrect MODTx (On Die Termination)
23845 setup for a configuration with multiple DIMM's and multiple ranks.
23846 Without this change Katmai was unable to boot Linux with DDR2 frequency
23847 >= 533MHz and mem>=3GB. With this patch Katmai successfully boots Linux
23848 with DDR2 frequency = 640MHz and mem=4GB.
23849
23850 Signed-off-by: Stefan Roese <sr@denx.de>
23851
4b070809
WD
23852commit 60204d06ed9f8c2a67cc79eb67fd2b1d22bcbc8c
23853Author: Stefan Roese <sr@denx.de>
23854Date: Fri Jul 18 12:24:41 2008 +0200
23855
23856 ppc4xx: Minor coding style cleanup of Xilinx Virtex5 ml507 support
23857
23858 Signed-off-by: Stefan Roese <sr@denx.de>
23859
23860commit 086511fc96a8a9bb56e5e19a3d84c40f4dba80cc
23861Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
23862Date: Thu Jul 17 12:47:09 2008 +0200
23863
23864 ppc4xx: ML507 Board Support
23865
23866 The Xilinx ML507 Board is a Virtex 5 prototyping board that includes,
23867 among others:
23868 -Virtex 5 FX FPGA (With a ppc440x5 in it)
23869 -256MB of SDRAM2
23870 -32MB of Flash
23871 -I2C Eeprom
23872 -System ACE chip
23873 -Serial ATA connectors
23874 -RS232 Level Conversors
23875 -Ethernet Transceiver
23876
23877 This patch gives support to a standard design produced by EDK for this
23878 board: ppc440, uartlite, xilinx_int and flash
23879
23880 - Includes Changes propossed by Stefan Roese and Michal Simek
23881
23882 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
23883 Acked-by: Stefan Roese <sr@denx.de>
23884
23885commit d865fd09809a3a18669f35f970781820af40e4de
23886Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
23887Date: Thu Jul 17 11:44:12 2008 +0200
23888
23889 ppc4xx: CPU PPC440x5 on Virtex5 FX
23890
23891 -This patchs gives support for the embbedded ppc440
23892 on the Virtex5 FPGAs
23893 -interrupts.c divided in uic.c and interrupts.c
23894 -xilinx_irq.c for xilinx interrupt controller
23895 -Include modifications propossed by Stefan Roese
23896
23897 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
23898 Acked-by: Stefan Roese <sr@denx.de>
23899
4b50cd12
WD
23900commit 340ccb260f21516be360745d5c5e3bd0657698df
23901Author: Sebastian Siewior <bigeasy@linutronix.de>
23902Date: Wed Jul 16 20:04:49 2008 +0200
23903
23904 cfi_flash: fix flash on BE machines with CFG_WRITE_SWAPPED_DATA
23905
23906 This got broken by commits 93c56f212c
23907 [cfi_flash: support of long cmd in U-boot.]
23908
23909 That command needs to be in little endian format on BE machines
23910 with CFG_WRITE_SWAPPED_DATA. Without this patch, the command 0xf0
23911 gets saved on stack as 0x00 00 00 f0 and 0x00 gets written into
23912 the cmdbuf in case portwidth = chipwidth = 8bit.
23913
23914 Cc: Alexey Korolev <akorolev@infradead.org>
23915 Cc: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
23916 Signed-off-by: Sebastian Siewior <bigeasy@linutronix.de>
23917
4b070809
WD
23918commit 11188d55bc16dd907451c00282e00a038f73dd62
23919Author: Stefan Roese <sr@denx.de>
23920Date: Thu Jul 17 10:40:51 2008 +0200
23921
23922 ppc4xx: Fix alphabetical order in 4xx Makefile part (redwood)
23923
23924 Signed-off-by: Stefan Roese <sr@denx.de>
23925
285db747
WD
23926commit 021f6df6e96af5b387810cf96d24848da1faa55c
23927Author: Anton Vorontsov <avorontsov@ru.mvista.com>
23928Date: Thu Jul 10 17:20:51 2008 +0400
23929
23930 83xx: mpc8315erdb: fix silly thinko in fdt_tsec1_fixup
23931
23932 The thinko was quite silly indeed, I messed with !ptr. Normally this
23933 would trigger some fault, but in U-Boot NULL pointer is equal to phys
23934 0, so the code was working still, just didn't actually test mpc8315erdb
23935 environment variable value. Heh.
23936
23937 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
23938 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
23939
23940commit 25f5f0d49a3ae89bf4396f2557ce98debfef21da
23941Author: Anton Vorontsov <avorontsov@ru.mvista.com>
23942Date: Tue Jul 8 21:00:04 2008 +0400
23943
23944 83xx: mpc8315erdb: add support for switching between ULPI/UTMI USB PHYs
23945
23946 Freescale ships MPC8315E-RDB boards either with TSEC1 and USB UTMI
23947 support, or without TSEC1 but with USB ULPI PHY support in addition.
23948 With this patch user can specify desired USB PHY.
23949
23950 Also, it seems that we can't distinguish the two boards in software, so
23951 user have to set `mpc8315erdb' environment variable to either 'tsec1'
23952 (TSEC1 enabled) or `ulpi' (board with ULPI PHY, TSEC1 disabled), so that
23953 Linux will not probe for TSEC1.
23954
23955 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
23956 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
23957
23958commit 015b27b9e165fcf220e42f2c4afbaeaa2758fcf6
23959Author: Anton Vorontsov <avorontsov@ru.mvista.com>
23960Date: Tue Jul 8 20:59:43 2008 +0400
23961
23962 fdt_support: fdt_fixup_dr_usb: add support for phy_type fixups
23963
23964 Currently U-Boot can only fixup the usb dr_mode, but some boards (namely
23965 MPC8315E-RDB) can use two PHY types: ULPI (stand-alone OTG port) or UTMI
23966 (connected to the four-ports hub, usb host only).
23967
23968 This patch implements support for passing Dual-Role USB controller's
23969 device tree property phy_type through the usb_phy_type environment
23970 variable.
23971
23972 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
23973 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
23974 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
23975
4b50cd12
WD
23976commit 699f05125509249072a0b865c8d35520d97cd501
23977Author: Wolfgang Denk <wd@denx.de>
23978Date: Tue Jul 15 22:22:44 2008 +0200
23979
23980 Prepare v1.3.4-rc1: Code cleanup, update CHANGELOG, sort Makefile
23981
23982 Signed-off-by: Wolfgang Denk <wd@denx.de>
23983
699f0512
WD
23984commit bcab74baa6b1b1c969038ab6f64a186239180405
23985Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
23986Date: Tue Jul 15 11:23:02 2008 -0400
23987
23988 Round the serial port clock divisor value returned by calc_divisor()
23989
23990 Round the serial port clock divisor value returned by
23991 calc_divisor()
23992
23993 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
23994 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
23995
23996commit 0328ef0edfe950f0b7b8b368dae482531506b74a
23997Author: Robin Getz <rgetz@blackfin.uclinux.org>
23998Date: Tue Jul 15 21:44:46 2008 +0200
23999
24000 Fix DHCP protocol so U-Boot does not respond too early
24001 on the network with it's offered IP number; it should not reply until
24002 after it has received a DHCP ACK message. Also ensures that U-Boot
24003 does it's DHCPREQUEST as broadcast (per RFC 2131).
24004
24005 Signed-off-by: Robin Getz <rgetz@blackfin.uclinux.org>
24006 Acked-by: Ben Warren <biggerbadderben@gmail.com>
24007 Signed-off-by: Wolfgang Denk <wd@denx.de>
24008
24009commit 7288f972fcaee14a9741cb08c8688a23874b4a2e
24010Author: Sebastian Siewior <bigeasy@linutronix.de>
24011Date: Tue Jul 15 13:35:23 2008 +0200
24012
24013 cfi_flash: make the command u32 only
24014
24015 This got changed by commit 93c56f212c
24016 [cfi_flash: support of long cmd in U-boot.]
24017
24018 Long is the wrong type because it will behave differently on 64bit
24019 machines in a way that is probably not expected. u32 should be
24020 enough.
24021
24022 Cc: Alexey Korolev <akorolev@infradead.org>
24023 Cc: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
24024 Signed-off-by: Sebastian Siewior <bigeasy@linutronix.de>
24025
24026commit 31cfe57491b183acae575d486729e158f016c27b
24027Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24028Date: Mon Jul 14 23:48:41 2008 +0200
24029
24030 tools/gitignore: update to all generated files
24031
24032 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24033
24034commit 5e0de0e216b8fb27634afb11c60a2fa24c23349e
24035Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
24036Date: Wed Jul 9 18:30:44 2008 +0200
24037
24038 mpc5xxx: Add MVBC_P board support
24039
24040 The MVBC_P is a MPC5200B based camera system with Intel Gigabit ethernet
24041 controller (using e1000) and custom Altera Cyclone-II FPGA on PCI.
24042
24043 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
24044 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
24045
24046commit e2d31fb3450653115452144363d5bde4e5e3e693
24047Author: Timur Tabi <timur@freescale.com>
24048Date: Thu Jun 19 17:56:11 2008 -0500
24049
24050 Update Freescale sys_eeprom.c to handle CCID formats
24051
24052 Update the sys_eeprom.c file to handle both NXID and CCID EEPROM formats. The
24053 NXID format replaces the older CCID format, but it's important to support both
24054 since most boards out there still use the CCID format. This change is in
24055 preparation for using one file to handle both formats. This will also unify
24056 EEPROM support for all Freescale 85xx and 86xx boards.
24057
24058 Also update the 86xx board header files to use the standard CFG_I2C_EEPROM_ADDR
24059 instead of ID_EEPROM_ADDR.
24060
24061 Signed-off-by: Timur Tabi <timur@freescale.com>
24062
24063commit d85f46a25ccb33ed9b295de3c2cfe1ce270ece9a
24064Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
24065Date: Fri Jul 11 17:22:43 2008 +0900
24066
24067 pci: sh: Add pci_skip_dev and pci_print_dev function
24068
24069 Add function of new PCI, pci_skip_dev and pci_print_dev.
24070
24071 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
24072 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
24073
24074commit 1107014e835ec9d46c0333f4211d104f77442db0
24075Author: Andy Fleming <afleming@freescale.com>
24076Date: Mon Jul 14 20:29:07 2008 -0500
24077
24078 Clean up INIT_RAM options
24079
24080 The L2_INIT_RAM option was unused, and recent changes to the TLB code
24081 meant that the INIT_RAM TLBs weren't being cleared out. In order to reduce
24082 the amount of mapped space attached to nothing, we change things so the TLBs
24083 get cleared.
24084
24085 Signed-off-by: Andy Fleming <afleming@freescale.com>
24086
24087commit 4524561820a9327e89107854b3a7187800ccf719
24088Author: Andy Fleming <afleming@freescale.com>
24089Date: Mon Jul 14 20:26:57 2008 -0500
24090
24091 Remove fake flash bank from 8544 DS
24092
24093 The fake flash bank was generating errors for anyone who didn't have a
24094 PromJET hooked up to the board. As that constitutes the vast majority of
24095 users, we remove it.
24096
24097 Signed-off-by: Andy Fleming <afleming@freescale.com>
24098
24099commit 630d9bfcb5f6d3a43f251901a6b480994dcb6ea3
24100Author: Kumar Gala <galak@kernel.crashing.org>
24101Date: Mon Jul 14 14:07:03 2008 -0500
24102
24103 MPC8544DS: Add ATI Video card support
24104
24105 Add support for using a PCIe ATI Video card on PCIe2.
24106
24107 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24108
24109commit 7f9f4347cf325c63a39fe30910f3fb211ae2cc15
24110Author: Kumar Gala <galak@kernel.crashing.org>
24111Date: Mon Jul 14 14:07:02 2008 -0500
24112
24113 85xx: Add some L1/L2 SPR register definitions
24114
24115 Add new L1/L2 SPRs related to e500mc cache config and control.
24116
24117 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24118
24119commit e5852787f0c3c442a276262f13d91ca450605ac0
24120Author: Kumar Gala <galak@kernel.crashing.org>
24121Date: Mon Jul 14 14:07:01 2008 -0500
24122
24123 MPC8544DS: Report board id, board version and fpga version.
24124
24125 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24126
24127commit 73f15a060f67a2462551c334215bd20fac6b81d1
24128Author: Kumar Gala <galak@kernel.crashing.org>
24129Date: Mon Jul 14 14:07:00 2008 -0500
24130
24131 85xx: Cleanup L2 cache size detection
24132
24133 The L2 size detection code was a bit confusing and we kept having to add
24134 code to it to handle new processors. Change the sense of detection so we
24135 look for the older processors that aren't changing.
24136
24137 Also added support for 1M cache size on 8572.
24138
24139 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24140
24141commit c3ca7e5e00a24451f20df3bded9a61ba541921df
24142Author: Paul Gortmaker <paul.gortmaker@windriver.com>
24143Date: Fri Jul 11 15:33:08 2008 -0400
24144
24145 sbc8560: enable CONFIG_OF_LIBFDT by default
24146
24147 Make the default build for the sbc8560 board be powerpc
24148 capable with libfdt support.
24149
24150 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
24151
24152commit 6b44a44ec2aab180d7095c1c92e669cee1d3e3bd
24153Author: Andy Fleming <afleming@freescale.com>
24154Date: Mon Jul 14 20:04:40 2008 -0500
24155
24156 Fix indentation for default boot environment variables
24157
24158 This was proposed by Paul Gortmaker in response to Wolfgang's comments on
24159 similar #defines in sbc8560.h.
24160
24161 Signed-off-by: Andy Fleming <afleming@freescale.com>
24162
24163commit 37fef499104e28e0a83b02b85ca0d1fbe80d294a
24164Author: Paul Gortmaker <paul.gortmaker@windriver.com>
24165Date: Fri Jul 11 15:33:07 2008 -0400
24166
24167 sbc8560: add default fdt values
24168
24169 Add in the default fdt settings and the typical EXTRA_ENV
24170 settings as borrowed from the mpc8560ads. Fix a couple
24171 of stale references to the mpc8560ads dating back to the
24172 original clone/fork.
24173
24174 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
24175 Signed-off-by: Andy Fleming <afleming@freescale.com>
24176
24177commit d04e76edf92f7f89696989e8702b97e020455af3
24178Author: Paul Gortmaker <paul.gortmaker@windriver.com>
24179Date: Fri Jul 11 15:33:06 2008 -0400
24180
24181 sbc8560: add in ft_board_setup()
24182
24183 Add in for the sbc8560, the ft_board_setup() routine, based on what is
24184 in use for the Freescale MPC8560ADS board.
24185
24186 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
24187
24188commit c158bcaca3b31cbe38c4143812e6170e38a57393
24189Author: Paul Gortmaker <paul.gortmaker@windriver.com>
24190Date: Fri Jul 11 15:33:05 2008 -0400
24191
24192 sbc8560: define eth0 and eth1 instead of eth1 and eth2
24193
24194 The existing config doesn't define CONFIG_HAS_ETH0, and so the
24195 fdt support doesn't update the zeros in the dtb local-mac with
24196 real data from the u-boot env. Since the existing config is
24197 tailored to just two interfaces, get rid of the ETH2 definitions
24198 at the same time.
24199
24200 Also don't include any end user specific data into the environment
24201 by default -- things like MAC address, network parameters etc. need
24202 to come from the end user.
24203
24204 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
24205 Signed-off-by: Andy Fleming <afleming@freescale.com>
24206
24207commit 0ec436d2f95076d9e46ae594db6e9b1d8732840d
24208Author: Paul Gortmaker <paul.gortmaker@windriver.com>
24209Date: Fri Jul 11 15:33:04 2008 -0400
24210
24211 sbc8560: properly set cs0_bnds for 512MB
24212
24213 The sbc8560 board ships with 512MB of memory installed,
24214 but the current cs0_bnds is hard coded for 256MB. Set the
24215 value based on CFG_SDRAM_SIZE.
24216
24217 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
24218
24219commit 6de5bf24004c8d9c9b070bb8f7418d1c45e5eb27
24220Author: Paul Gortmaker <paul.gortmaker@windriver.com>
24221Date: Fri Jul 11 15:33:03 2008 -0400
24222
24223 sbc8560: proper definitions for TSEC.
24224
24225 The definitions for the TSEC have become out of date. There is no
24226 longer any such options like "CONFIG_MPC85xx_TSEC1" or similar.
24227 Update to match those of other boards, like the MPC8560ADS.
24228
24229 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
24230 Acked-by: Ben Warren <biggerbadderben@gmail.com>
24231
24232commit 71074abbe0c76429577aff58aeff0a24ad210b23
24233Author: Paul Gortmaker <paul.gortmaker@windriver.com>
24234Date: Wed Jul 9 13:23:05 2008 -0400
24235
24236 8xxx-fdt: set ns16550 clock from CFG_NS16550_CLK, not bi_busfreq
24237
24238 Some boards that have external 16550 UARTs don't have a direct
24239 tie between bi_busfreq and the clock used for the UARTs. Boards
24240 that do have such a tie should set CFG_NS16550_CLK to be
24241 get_bus_freq(0) -- which most of them do already.
24242
24243 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
24244 Acked-by: Kim Phillips <kim.phillips@freescale.com>
24245
24246commit 24ef76f320fbadf074105229826514db140f939f
24247Author: Andrew Klossner <andrew@cesa.opbu.xerox.com>
24248Date: Wed Jul 2 07:03:53 2008 -0700
24249
24250 Change the temp map to ROM to align addresses to page size.
24251
24252 With a page size of BOOKE_PAGESZ_16M, both the real and effective
24253 addresses must be multiples of 16MB. The hardware silently truncates
24254 them so the code happens to work. This patch clarifies the situation
24255 by establishing addresses that the hardware doesn't need to truncate.
24256
24257 Signed-off-by: Andrew Klossner <andrew@cesa.opbu.xerox.com>
24258 Signed-off-by: Andy Fleming <afleming@freescale.com>
24259
24260commit 06b4186c10204b6683edb047ac5f506fb0ce0937
24261Author: Kim Phillips <kim.phillips@freescale.com>
24262Date: Tue Jun 17 17:45:22 2008 -0500
24263
24264 mpc85xx: use IS_E_PROCESSOR macro
24265
24266 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
24267
24268commit 6b70ffb9d1b2e791161f3cf92937aa45b4a07b78
24269Author: Kim Phillips <kim.phillips@freescale.com>
24270Date: Mon Jun 16 15:55:53 2008 -0500
24271
24272 fdt: add crypto node handling for MPC8{3, 5}xxE processors
24273
24274 Delete the crypto node if not on an E-processor. If on 8360 or 834x family,
24275 check rev and up-rev crypto node (to SEC rev. 2.4 property values)
24276 if on an 'EA' processor, e.g. MPC8349EA.
24277
24278 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
24279
24280commit 85e5808e8ea9f77da5219f23394112f0b424fa5e
24281Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
24282Date: Fri Jul 11 15:10:11 2008 -0400
24283
24284 ARM DaVinci: Remove extern phy_t declaration by moving code to proper place
24285
24286 ARM DaVinci: Remove extern phy_t declaration by moving
24287 code to proper place.
24288
24289 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
24290
24291commit 3a9e7ba2ac14018c5dd1e78a7dd735571569c971
24292Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
24293Date: Fri Jul 11 15:10:10 2008 -0400
24294
24295 ARM DaVinci: Remove duplicate definitions of MACH_TYPE and prototype of i2c_init()
24296
24297 ARM DaVinci: Remove duplicate definitions of MACH_TYPE
24298 and prototype of i2c_init().
24299
24300 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
24301
24302commit 348753d416cd2c9e7ec6520a544c8f33cf02a560
24303Author: Kumar Gala <galak@kernel.crashing.org>
24304Date: Mon Jul 14 14:03:02 2008 -0500
24305
24306 Fix some more printf() format problems.
24307
24308 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24309
24310commit 45b16d22c64674ccd8c4637456a987463609141c
24311Author: Wolfgang Denk <wd@denx.de>
24312Date: Mon Jul 14 22:38:42 2008 +0200
24313
24314 Fix coding style; make code better parsable by external tools
24315
24316 Signed-off-by: Wolfgang Denk <wd@denx.de>
24317
24318commit b880cbf207b1c109d3a661417a8feddcbd729a9d
24319Author: Wolfgang Denk <wd@denx.de>
24320Date: Mon Jul 14 21:19:08 2008 +0200
24321
24322 cpu/i386/serial.c: Fix syntax errors
24323
24324 Signed-off-by: Wolfgang Denk <wd@denx.de>
24325
24326commit e2d45e6f4d9919e1afeac5e09557b2252832fccf
24327Author: Wolfgang Denk <wd@denx.de>
24328Date: Mon Jul 14 20:41:35 2008 +0200
24329
24330 elppc board: Coding style cleanup.
24331
24332 Signed-off-by: Wolfgang Denk <wd@denx.de>
24333
24334commit 82b24a8a505fc81466484b3c55b574ee0b4205bc
24335Author: Wolfgang Denk <wd@denx.de>
24336Date: Mon Jul 14 20:40:22 2008 +0200
24337
24338 elppc board: fix syntax error.
24339
24340 Signed-off-by: Wolfgang Denk <wd@denx.de>
24341
24342commit 0fe340585a6a48bd392d315b0dd84d068b1c3790
24343Author: Wolfgang Denk <wd@denx.de>
24344Date: Mon Jul 14 20:38:26 2008 +0200
24345
24346 EB+MCF-EV123 board: fix coding style (alingment)
24347
24348 Signed-off-by: Wolfgang Denk <wd@denx.de>
24349
24350commit 6841785a0bb0f38175456a923edd634fb7dd6947
24351Author: Wolfgang Denk <wd@denx.de>
24352Date: Mon Jul 14 20:36:44 2008 +0200
24353
24354 EB+MCF-EV123 board: fix syntx error
24355
24356 Signed-off-by: Wolfgang Denk <wd@denx.de>
24357
24358commit ab5cda9f88c3eaf9cf599adc3a3375906c4ed904
24359Author: Andy Fleming <afleming@freescale.com>
24360Date: Mon Jul 7 18:02:08 2008 -0500
24361
24362 Remove LBC_CACHE_BASE from 8544 DS
24363
24364 The 8544 DS doesn't have any cacheable Local Bus memories set up. By mapping
24365 space for some anyway, we were allowing speculative loads into unmapped space,
24366 which would cause an exception (annoying, even if ultimately harmless).
24367 Removing LBC_CACHE_BASE, and using LBC_NONCACHE_BASE for the LBC LAW solves the
24368 problem.
24369
24370 Signed-off-by: Andy Fleming <afleming@freescale.com>
24371
24372commit d0ff51ba5d0309dbe9e25ea54f8a0285a6d5db90
24373Author: Wolfgang Denk <wd@denx.de>
24374Date: Mon Jul 14 15:19:07 2008 +0200
24375
24376 Code cleanup: fix old style assignment ambiguities like "=-" etc.
24377
24378 Signed-off-by: Wolfgang Denk <wd@denx.de>
24379
24380commit d7854223c5c85b5849fbf422cc8ac0efef461c37
24381Author: Wolfgang Denk <wd@denx.de>
24382Date: Mon Jul 14 15:10:53 2008 +0200
24383
24384 AmigaOneG3SE: remove dead and incomplete files
24385
24386 Signed-off-by: Wolfgang Denk <wd@denx.de>
24387
24388commit b64f190b7a34224df09b559ca111eb1b733f00ad
24389Author: Wolfgang Denk <wd@denx.de>
24390Date: Mon Jul 14 15:06:35 2008 +0200
24391
24392 Fix printf() format issues with sizeof_t types by using %zu
24393
24394 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24395 Signed-off-by: Wolfgang Denk <wd@denx.de>
24396
24397commit f354b73e16a86f9e9085471a830605f74f84ea5d
24398Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24399Date: Mon Jul 14 14:11:45 2008 +0200
24400
24401 vsprintf: add z and t options
24402
24403 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24404
24405commit 25dbe98abb686d8210e1731fba85ced7d3ce874c
24406Author: Wolfgang Denk <wd@denx.de>
24407Date: Sun Jul 13 23:07:35 2008 +0200
24408
24409 Fix some more printf() format issues.
24410
24411 Signed-off-by: Wolfgang Denk <wd@denx.de>
24412
24413commit d5996dd555edf52721b7691a4c59de016251ed39
24414Author: Wolfgang Denk <wd@denx.de>
24415Date: Sun Jul 13 19:51:00 2008 +0200
24416
24417 Fix some more printf() format problems.
24418
24419 Signed-off-by: Wolfgang Denk <wd@denx.de>
24420
24421commit 0f9d5f6d6e814907794995c6a22af752040c35d9
24422Author: Wolfgang Denk <wd@denx.de>
24423Date: Sun Jul 13 19:48:26 2008 +0200
24424
24425 ADS5121: Fix (delete) incorrect ads5121_diu_init() prototype
24426
24427 Signed-off-by: Wolfgang Denk <wd@denx.de>
24428
24429commit 322716a1d1eb33a71067ba0eb1c5346fb2dd6b34
24430Author: Anatolij Gustschin <agust@denx.de>
24431Date: Sat Jul 12 17:31:36 2008 +0200
24432
24433 Fix bug in Lime video driver
24434
24435 We need to wait while drawing engine clears frame
24436 buffer before any further software accesses to frame
24437 buffer will be initiated. Otherwise software drawn
24438 parts could be partially destroyed by the drawing
24439 engine or even GDC chip freeze could occur (as
24440 observed on socrates board).
24441
24442 Signed-off-by: Anatolij Gustschin <agust@denx.de>
24443
24444commit 0a5676befb0c590212a53f7627fa5d0d8a84bf34
24445Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24446Date: Sat Jul 12 14:36:34 2008 +0200
24447
24448 Fix some more printf() format issues.
24449
24450 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24451
24452commit 18c8a28aad49803780bd8d52432ded528e37e701
24453Author: Michal Simek <monstr@monstr.eu>
24454Date: Fri Jul 11 15:11:57 2008 +0200
24455
24456 hwmon: rename CONFIG_DS1722 to CONFIG_DTT_DS1722
24457
24458 Signed-off-by: Michal Simek <monstr@monstr.eu>
24459 Acked-by: Stefan Roese <sr@denx.de>
24460
24461commit 6ecbb45bb027e90c19d63b48e7b0c05acc1a87c0
24462Author: Michal Simek <monstr@monstr.eu>
24463Date: Fri Jul 11 11:50:53 2008 +0200
24464
24465 hwmon: Cleaning hwmon devices
24466
24467 Clean Makefile
24468 Move device specific values to driver for better reading
24469
24470 Signed-off-by: Michal Simek <monstr@monstr.eu>
24471 Acked-by: Stefan Roese <sr@denx.de>
24472
24473commit c78fce699c7ff467ecd841da6a79f065180bf578
24474Author: Michal Simek <monstr@monstr.eu>
24475Date: Fri Jul 11 10:43:13 2008 +0200
24476
24477 FIS: repare incorrect return value with ramdisk handling
24478
24479 Microblaze and PowerPC use boot_get_ramdisk for loading
24480 ramdisk to memory with checking return value.
24481 Return 0 means success. Return 1 means failed.
24482 Here is correspond part of code from bootm.c which check
24483 return code.
24484
24485 ret = boot_get_ramdisk (argc, argv, images, IH_ARCH_PPC,
24486 &rd_data_start, &rd_data_end);
24487 if (ret)
24488 goto error;
24489
24490 Signed-off-by: Michal Simek <monstr@monstr.eu>
24491
24492commit 84a2c64a26dc5e275e1cf4e76a6e194a18fb5477
24493Author: Michal Simek <monstr@monstr.eu>
24494Date: Fri Jul 11 10:10:32 2008 +0200
24495
24496 microblaze: Remove useless ancient headers
24497
24498 Signed-off-by: Michal Simek <monstr@monstr.eu>
24499
24500commit 53ea981c3124b13c137c2d10e975b7c6672266e0
24501Author: Michal Simek <monstr@monstr.eu>
24502Date: Fri Jul 11 10:10:31 2008 +0200
24503
24504 microblaze: Clean uartlite driver
24505
24506 Redesign uartlite driver to in_be32 and out_be32 macros
24507 Fix missing header in io.h
24508
24509 Signed-off-by: Michal Simek <monstr@monstr.eu>
24510 Acked-by: Grant Likely <grant.likely@secretlab.ca>
24511
24512commit dbf3dfb386a2d5d2381814e39985ab2e21894550
24513Author: Marcel Ziswiler <marcel@ziswiler.com>
24514Date: Fri Jul 11 02:39:14 2008 +0200
24515
24516 Enable passing of ATAGs required by latest Linux kernel.
24517
24518commit ef130d3093bdf88f01cf3e000fe5df249ebf2b1a
24519Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
24520Date: Fri Jul 11 10:24:15 2008 -0400
24521
24522 Fix integer overflow warning in calc_divisor()
24523
24524 which happened when rounding the serial port clock divisor
24525
24526 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
24527
24528commit 6b760189d77f001684e3160b355c185ca3804961
24529Author: Marcel Ziswiler <marcel@ziswiler.com>
24530Date: Fri Jul 11 01:09:59 2008 +0200
24531
24532 Fix build time warnings in function mmc_decode_csd()
24533
24534 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
24535
24536commit c15947d6ce0d59925c97fdfac692476af6e262d0
24537Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
24538Date: Thu Jul 10 10:46:33 2008 -0400
24539
24540 ARM: Fix for broken compilation when defining CONFIG_CMD_ELF
24541
24542 caused by missing dcache status/enable/disable functions.
24543
24544 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
24545
24546commit 068c1b77c8f42a1a31084d2f4b1d5cc807c1a9ce
24547Author: Stefan Roese <sr@denx.de>
24548Date: Thu Jul 10 13:53:31 2008 +0200
24549
24550 ppc4xx: Remove redundant ft_board_setup() functions from some 4xx boards
24551
24552 This patch removes some ft_board_setup() functions from some 4xx boards.
24553 This can be done since we now have a default weak implementation for this
24554 in cpu/ppc4xx/fdt.c. Only board in need for a different/custom
24555 implementation like canyonlands need their own version.
24556
24557 Signed-off-by: Stefan Roese <sr@denx.de>
24558
24559commit d39a089f8bc960ba9ae6a08fda5582b578620cc1
24560Author: Wolfgang Denk <wd@denx.de>
24561Date: Sun Jul 13 14:58:16 2008 +0200
24562
24563 Add last known maintainer for orphaned boards; reformat.
24564
24565 Signed-off-by: Wolfgang Denk <wd@denx.de>
24566
24567commit 5c761d57bb9940e016d561fda8b2ed84c55de5b6
24568Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
24569Date: Thu Jul 10 13:16:04 2008 +0200
24570
24571 Remove kharris@nexus-tech.net from MAINTAINERS
24572
24573 Mail to kharris@nexus-tech.net bounces because the user doesn't exist
24574 anymore. You can't be a maintainer without a valid e-mail address, so
24575 move all boards that used to be maintained by Kyle Harris to the
24576 "orphaned" list.
24577
24578 Currently, only PowerPC has a list of orphaned boards, so this patch
24579 creates one for ARM as well.
24580
24581 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
24582
24583commit 17bd17071463b0cde391ac4a0863d600474b4ea1
24584Author: Anatolij Gustschin <agust@denx.de>
24585Date: Thu Jul 10 01:15:10 2008 +0200
24586
24587 at91: Fix to enable using Teridian MII phy (78Q21x3) with at91sam9260
24588
24589 On the at91sam9260ep development board there is an EEPROM
24590 connected to the TWI interface (PA23, PA24 Peripheral A
24591 multiplexing), so we cannot use these pins as ETX2, ETX3.
24592 This patch configures PA10, PA11 pins for ETX2, ETX3
24593 instead of PA23, PA24 pins.
24594
24595 Signed-off-by: Anatolij Gustschin <agust@denx.de>
24596 Signed-off-by: Manuel Sahm <Manuel.Sahm@feig.de>
24597
24598commit f889265753ddf4465d9d580827bb9289bfac55d6
24599Author: Kenneth Johansson <kenneth@southpole.se>
24600Date: Sat Jul 12 13:18:34 2008 -0600
24601
24602 fix DIU for small screens
24603
24604 The DIU_DIV register is 8 bit not 5 bit. This prevented large DIV values
24605 so it was not possible to set a slow pixel clock and thus prevented
24606 display on small screens.
24607
24608 Signed-off-by: Kenneth Johansson <kenneth@southpole.se>
24609 Acked-by: John Rigby <jrigby@freescale.com>
24610
24611commit b60b8573875e650e4c69be667bfc88d3ed474a7c
24612Author: John Rigby <jrigby@freescale.com>
24613Date: Fri Jul 11 14:44:09 2008 -0600
24614
24615 ADS5121 cleanup compile warnings
24616
24617 board/ads5121/iopin.c
24618 Replace bit fields in struct iopin_t with a single
24619 field and intialize it via plain old macros.
24620 This fixes the type pun warnings and makes the code
24621 more readable.
24622
24623 board/ads5121/ads5121.c
24624 Add include iopin.h to ads5121.c for the iopin_initialize
24625 prototype.
24626
24627 Add an extern void ads5121_diu_init(void)
24628
24629 Signed-off-by: John Rigby <jrigby@freescale.com>
24630
24631commit bde63587622c4b830a27d1ddf7265843de9e994f
24632Author: Wolfgang Denk <wd@denx.de>
24633Date: Fri Jul 11 22:56:11 2008 +0200
24634
24635 Fix some more printf() format issues.
24636
24637 Signed-off-by: Wolfgang Denk <wd@denx.de>
24638
24639commit 184f1b404a90eef8b425c0e7b3018d59ef9982c8
24640Author: Wolfgang Denk <wd@denx.de>
24641Date: Fri Jul 11 22:55:31 2008 +0200
24642
24643 Fixed some out-of-tree build issues
24644
24645 Signed-off-by: Wolfgang Denk <wd@denx.de>
24646
24647commit 47bf9c71ae838305a3ea3161af8d14e6f3fc2c82
24648Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
24649Date: Wed Jul 9 16:20:23 2008 -0500
24650
24651 ColdFire: Fix FB CS not setup properly for Mcf5282
24652
24653 Remove all CFG_CSn_RO in cpu/mcf52x2/cpu_init.c. If
24654 CFG_CSn_RO is defined as 0, the chipselect will not
24655 be assigned.
24656
24657 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
24658
24659commit bc3ccb139f0836f0a834cfd370a120a00ad7e63a
24660Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
24661Date: Wed Jul 9 15:47:27 2008 -0500
24662
24663 ColdFire: Fix incorrect define for mcf5227x and mcf5445x RTC
24664
24665 Rename CONFIG_MCFTMR to CONFIG_MCFRTC to include real time
24666 clock module in cpu/<cf arch>/cpu_init.c
24667
24668 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
24669
24670commit f94945b517f10e01927101679c62361e03d4e837
24671Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
24672Date: Wed Jul 9 15:25:01 2008 -0500
24673
24674 ColdFire: Fix incorrect board name in MAKEALL for M5253EVBE
24675
24676 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
24677
24678commit 0e0c4357d14a3563c6a2a1e6d5ad6a2cc4f35cab
24679Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
24680Date: Wed Jul 9 15:21:44 2008 -0500
24681
24682 Fix compile error caused by missing timer function
24683
24684 Add #define CONFIG_MCFTMR in EB+MCF-EV123.h configuration file
24685
24686 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
24687
24688commit c37ea031175b807c54e6bad9b270e9bede6c0078
24689Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
24690Date: Wed Jul 9 15:14:25 2008 -0500
24691
24692 Fix compile error caused by incorrect function return type
24693
24694 Rename int mii_init(void) to void mii_init(void)
24695
24696 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
24697
24698commit ab4860b255239dbaecccdd002c8d11f4ef54dd75
24699Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
24700Date: Wed Jun 18 19:27:23 2008 -0500
24701
24702 ColdFire: Fix power up issue for MCF5235
24703
24704 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
24705
24706commit dd08e97361fbc9e79fa5ef1a8acf29273b934b11
24707Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
24708Date: Wed Jun 18 19:19:07 2008 -0500
24709
24710 ColdFire: Fix compiling error for MCF5275
24711
24712 The compiling error was caused by missing a closed parentheses
24713 in speed.c
24714
24715 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
24716
24717commit 94603c2fd4dbe0655878416aa0da9f302d4c30d3
24718Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
24719Date: Wed Jun 18 19:14:01 2008 -0500
24720
24721 ColdFire: Fix timer issue for MCF5272
24722
24723 The timer was assigned to wrong timer memory mapped which
24724 caused udelay() and timer() not working properly.
24725
24726 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
24727
24728commit 3b1e8ac9b43f89cc9291a6a86e6b33ef55801515
24729Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
24730Date: Wed Jun 18 19:12:13 2008 -0500
24731
24732 ColdFire: Change invalid JMP to BRA caught by new v4e toolchain
24733
24734 Signed-off-by: Kurt Mahan <kmahan@freescale.com>
24735
24736commit 8371dc2066136be21e10b7b9293e469297d77298
24737Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
24738Date: Wed Jun 18 19:05:23 2008 -0500
24739
24740 ColdFire: Add -got=single param for new linux v4e toolchains
24741
24742 Signed-off-by: Kurt Mahan <kmahan@freescale.com>
24743
24744commit 56d52615cd47bc522ee13bb7ec7e59d6ce9426c7
24745Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
24746Date: Wed Jun 18 13:21:19 2008 -0500
24747
24748 ColdFire: Fix code flash configuration for M547x/M548x boards
24749
24750 Signed-off-by: Kurt Mahan <kmahan@freescale.com>
24751
24752commit 6e37091afc07fdcc15590093fd066b0cb7399f85
24753Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
24754Date: Tue Jun 24 12:12:16 2008 -0500
24755
24756 ColdFire: Fix warning messages by passing correct data type in board.c
24757
24758 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
24759
24760commit 81cc32322acb1b3225ee45606ced48e2a14824dc
24761Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
24762Date: Thu May 29 12:21:54 2008 -0500
24763
24764 ColdFire: Fix UART baudrate formula
24765
24766 The formula "counter = (u32) (gd->bus_clk / gd->baudrate) / 32"
24767 can generate the wrong divisor due to integer division truncation.
24768 Round the calculated divisor value by adding 1/2 the baudrate
24769 before dividing by the baudrate.
24770
24771 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
24772 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
24773
24774commit b578fb471444cbd7db1285701ba51343baaf73fb
24775Author: Stefan Roese <sr@denx.de>
24776Date: Thu Jul 10 11:38:26 2008 +0200
24777
24778 ppc4xx: Fix include sequence in 4xx_pcie.c
24779
24780 This patch now moves common.h to the top of the inlcude list. This
24781 is needed for boards with CONFIG_PHYS_64BIT set (e.g. katmai), so that
24782 the phys_size_t/phys_addr_t are defined to the correct size in this
24783 driver.
24784
24785 Signed-off-by: Stefan Roese <sr@denx.de>
24786
4b070809
WD
24787commit 69e2c6d0d13d7c8cf1612ac090bdc4c59ba6858e
24788Author: Stefan Roese <sr@denx.de>
24789Date: Fri Jul 11 13:10:56 2008 +0200
24790
24791 ppc4xx: Fix compile warning in 44x_spd_ddr2.c
24792
24793 Signed-off-by: Stefan Roese <sr@denx.de>
24794
24795commit 6bd9138498c2e4f4f09190108b99157d1b2140b5
24796Author: Stefan Roese <sr@denx.de>
24797Date: Fri Jul 11 11:40:13 2008 +0200
24798
24799 ppc4xx: Fix small korat merge problem
24800
24801 Signed-off-by: Stefan Roese <sr@denx.de>
24802
24803commit 1d0554736a0a1dd59718acda660871ce56b69e18
24804Author: Stefan Roese <sr@denx.de>
24805Date: Fri Jul 11 11:34:52 2008 +0200
24806
24807 ppc4xx: Some Rewood cleanups (coding style, leading white spaces)
24808
24809 Signed-off-by: Stefan Roese <sr@denx.de>
24810
24811commit 3a82113ed5934d498f25080441a8261fc9454b15
24812Author: Stefan Roese <sr@denx.de>
24813Date: Thu Jul 10 16:37:09 2008 +0200
24814
24815 ppc4xx: Add 460SX UIC defines
24816
24817 Only the really needed ones are added (cascading and EMAC/MAL).
24818
24819 Signed-off-by: Stefan Roese <sr@denx.de>
24820
24821commit 26173fc6f60521c2a8072f652f863617fc11ba9a
24822Author: Stefan Roese <sr@denx.de>
24823Date: Mon Jun 30 14:11:07 2008 +0200
24824
24825 ppc4xx: Continue cleanup of ppc440.h
24826
24827 This patch continues the ppc440.h cleanup by removing some of the unused
24828 defines.
24829
24830 Signed-off-by: Stefan Roese <sr@denx.de>
24831
24832commit d9056b7913ed6a228d2f33671d916efedee541dd
24833Author: Stefan Roese <sr@denx.de>
24834Date: Mon Jun 30 14:05:05 2008 +0200
24835
24836 ppc4xx: Cleanup Katmai & Yucca PCIe register usage
24837
24838 This patch cleans up the 440SPe PCIe register usage. Now only defines
24839 from the include/asm-ppc/4xx_pcie.h are used.
24840
24841 Signed-off-by: Stefan Roese <sr@denx.de>
24842
24843commit 5de851403b01489b493fa83137ad990b8ce60d1c
24844Author: Stefan Roese <sr@denx.de>
24845Date: Thu Jun 26 17:36:39 2008 +0200
24846
24847 ppc4xx: Rework 440GX UIC handling
24848
24849 This patch reworks the 440GX interrupt handling so that the common 4xx
24850 code can be used. The 440GX is an exception to all other 4xx variants
24851 by having the cascading interrupt vectors not on UIC0 but on a special
24852 UIC named UICB0 (UIC Base 0). With this patch now, U-Boot references
24853 the 440GX UICB0 when UIC0 is selected. And the common 4xx interrupt
24854 handling is simpler without any 440GX special cases.
24855
24856 Also some additional cleanup to cpu/ppc4xx/interrupt.c is done.
24857
24858 Signed-off-by: Stefan Roese <sr@denx.de>
24859
24860commit d1631fe1a05b063ccaf62ea892a8887b829847d1
24861Author: Stefan Roese <sr@denx.de>
24862Date: Thu Jun 26 13:40:57 2008 +0200
24863
24864 ppc4xx: Consolidate PPC4xx UIC defines
24865
24866 This 2nd patch now removes all UIC mask bit definition. They should be
24867 generated from the vectors by using the UIC_MASK() macro from now on.
24868 This way only the vectors need to get defined for new PPC's.
24869
24870 Also only the really used interrupt vectors are now defined. This makes
24871 definitions for new PPC versions easier and less error prone.
24872
24873 Another part of this patch is that the 4xx emac driver got a little
24874 cleanup, since now the usage of the interrupts is clearer.
24875
24876 Signed-off-by: Stefan Roese <sr@denx.de>
24877
24878commit 4fb25a3db3b3839094aa9ab748efd7a95924690b
24879Author: Stefan Roese <sr@denx.de>
24880Date: Wed Jun 25 10:59:22 2008 +0200
24881
24882 ppc4xx: Consolidate PPC4xx UIC defines
24883
24884 This patch is the first step to consolidate the UIC related defines in the
24885 4xx headers. Move header from asm-ppc/ppc4xx-intvec.h to
24886 asm-ppc/ppc4xx-uic.h as it will hold all UIC related defines in the next
24887 steps.
24888
24889 Signed-off-by: Stefan Roese <sr@denx.de>
24890
24891commit 7ee2619c20ccecd57966d74d844e6329e141261c
24892Author: Stefan Roese <sr@denx.de>
24893Date: Tue Jun 24 17:18:50 2008 +0200
24894
24895 ppc4xx: Consolidate PPC4xx EBC defines
24896
24897 This patch removes all EBC related defines from the PPC4xx headers
24898 ppc405.h and ppc440.h and introduces a new header
24899
24900 include/asm-ppc/ppc4xx-ebc.h
24901
24902 with all those defines.
24903
24904 Signed-off-by: Stefan Roese <sr@denx.de>
24905
24906commit e321801bed5a6d896d298c00fd20046f039d5d66
24907Author: Stefan Roese <sr@denx.de>
24908Date: Thu Jul 10 13:52:44 2008 +0200
24909
24910 ppc4xx: Remove redundant ft_board_setup() functions from some 4xx boards
24911
24912 This patch removes some ft_board_setup() functions from some 4xx boards.
24913 This can be done since we now have a default weak implementation for this
24914 in cpu/ppc4xx/fdt.c. Only board in need for a different/custom
24915 implementation like canyonlands need their own version.
24916
24917 Signed-off-by: Stefan Roese <sr@denx.de>
24918
24919commit 08250eb2edbd96514d049602d9e134110ac3185f
24920Author: Stefan Roese <sr@denx.de>
24921Date: Thu Jul 10 15:32:32 2008 +0200
24922
24923 ppc4xx: Fix merge problems in 44x_spd_ddr2.c
24924
24925 Signed-off-by: Stefan Roese <sr@denx.de>
24926
24927commit 1740c1bf40e3c6d03ac16c29943fdd9fc1e87038
24928Author: Grant Erickson <gerickson@nuovations.com>
24929Date: Tue Jul 8 08:35:00 2008 -0700
24930
24931 ppc4xx: Add MII mode support to the EMAC RGMII Bridge
24932
24933 This patch adds support for placing the RGMII bridge on the
24934 PPC405EX(r) into MII/GMII mode and allows a board-specific
24935 configuration to specify the bridge mode at compile-time.
24936
24937 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
24938 Signed-off-by: Stefan Roese <sr@denx.de>
24939
24940commit 2e2050842e731c823ce8d41fb0c15579eb70ced9
24941Author: Grant Erickson <gerickson@nuovations.com>
24942Date: Wed Jul 9 16:46:35 2008 -0700
24943
24944 ppc4xx: Add Mnemonics for AMCC/IBM DDR2 SDRAM Controller
24945
24946 This patch completes the preprocessor mneomics for the IBM DDR2 SDRAM
24947 controller registers (MODT and INITPLR) used by the
24948 PowerPC405EX(r). The MMODE and MEMODE registers are unified with their
24949 peer values used for the INITPLR MR and EMR registers,
24950 respectively. Finally, a spelling typo is correct (MANUEL to MANUAL).
24951
24952 With these mnemonics in place, the CFG_SDRAM0_* magic numbers for
24953 Kilauea are replaced by equivalent mnemonics to make it easier to
24954 compare and contrast other 405EX(r)-based boards (e.g. during board
24955 bring-up).
24956
24957 Finally, unified the SDRAM controller register dump routine such that
24958 it can be used across all processor variants that utilize the IBM DDR2
24959 SDRAM controller core. It produces output of the form:
24960
24961 PPC4xx IBM DDR2 Register Dump:
24962 ...
24963 SDRAM_MB0CF[40] = 0x00006701
24964 ...
24965
24966 which is '<mnemonic>[<DCR #>] = <value>'. The DCR number is included
24967 since it is not uncommon that the DCR values in header files get mixed
24968 up and it helps to validate, at a glance, they match what is printed
24969 in the user manual.
24970
24971 Tested on:
24972 AMCC Kilauea/Haleakala:
24973 - NFS Linux Boot: PASSED
24974 - NAND Linux Boot: PASSED
24975
24976 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
24977 Signed-off-by: Stefan Roese <sr@denx.de>
24978
24979commit ad7382d828982e9c1bafc4313ef1b666f6145f58
24980Author: Grant Erickson <gerickson@nuovations.com>
24981Date: Wed Jul 9 16:31:59 2008 -0700
24982
24983 ppc4xx: Add AMCC/IBM DDR2 SDRAM ECC Field Mnemonics
24984
24985 Add additional DDR2 SDRAM memory controller DCR mneomnics, condition
24986 revision ID DCR based on 405EX, and add field mnemonics for bus error
24987 status and ECC error status registers.
24988
24989 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
24990 Signed-off-by: Stefan Roese <sr@denx.de>
24991
24992commit 103201731bd8e85404d0f51a5b4e8abd14c0b6c6
24993Author: Grant Erickson <gerickson@nuovations.com>
24994Date: Wed Jul 9 16:31:36 2008 -0700
24995
24996 ppc4xx: Add SDR0_SRST Mnemonics for the 405EX(r)
24997
24998 This patch adds bit field mnemonics for the 405EX(r) SDR0_SRST soft reset register.
24999
25000 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
25001 Signed-off-by: Stefan Roese <sr@denx.de>
25002
25003commit 5b457d00730d4aa0c6450d21a9104723e606fb98
25004Author: Grant Erickson <gerickson@nuovations.com>
25005Date: Wed Jul 9 11:55:46 2008 -0700
25006
25007 PPC4xx: Correct SDRAM_MCSTAT for PPC405EX(r)
25008
25009 While the PowerPC 405EX(r) shares in common the AMCC/IBM DDR2 SDRAM
25010 controller core also used in the 440SP, 440SPe, 460EX, and 460GT, in
25011 the 405EX(r), SDRAM_MCSTAT has a different DCR value.
25012
25013 Its present value on the 405EX(r) causes a read back of 0xFFFFFFFF
25014 which causes SDRAM initialization to periodically fail since it can
25015 prematurely indicate SDRAM ready status.
25016
25017 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
25018 Signed-off-by: Stefan Roese <sr@denx.de>
25019
25020commit 0ce5c8675bb2c61f1d71fb97f0bbe822663fb93d
25021Author: Feng Kan <fkan@amcc.com>
25022Date: Tue Jul 8 22:48:42 2008 -0700
25023
25024 ppc4xx: Initial framework of the AMCC PPC460SX redwood reference board.
25025
25026 Add AMCC Redwood reference board that uses the latest
25027 PPC 464 CPU processor combined with a rich mix of peripheral
25028 controllers. The board will support PCIe, mutiple Gig ethernet
25029 ports, advanced hardware RAID assistance and IEEE 1588.
25030
25031 Signed-off-by: Feng Kan <fkan@amcc.com>
25032 Signed-off-by: Stefan Roese <sr@denx.de>
25033
25034commit 96e5fc0e6a1861d0fea4efa3cd376df95a5b1b89
25035Author: Feng Kan <fkan@amcc.com>
25036Date: Tue Jul 8 22:48:07 2008 -0700
25037
25038 ppc4xx: Add initial 460SX reference board (redwood) config file and defines.
25039
25040 Signed-off-by: Feng Kan <fkan@amcc.com>
25041 Signed-off-by: Stefan Roese <sr@denx.de>
25042
25043commit 7d30793685efcada183891c78fc892e6c9ba50c7
25044Author: Feng Kan <fkan@amcc.com>
25045Date: Tue Jul 8 22:47:31 2008 -0700
25046
25047 ppc4xx: Add initial 460SX defines for the cpu/ppc4xx directory.
25048
25049 Signed-off-by: Feng Kan <fkan@amcc.com>
25050 Signed-off-by: Stefan Roese <sr@denx.de>
25051
699f0512
WD
25052commit 9b55a2536919f4de1bb1044e6eb8262c2f53bc96
25053Author: Wolfgang Denk <wd@denx.de>
25054Date: Fri Jul 11 01:16:00 2008 +0200
25055
25056 Fix some more print() format errors.
25057
25058 Signed-off-by: Wolfgang Denk <wd@denx.de>
25059
25060commit fdd70d1921b87287d9a99d1be99bc35226c2b412
25061Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25062Date: Thu Jul 10 20:57:54 2008 +0200
25063
25064 MAKEALL: remove duplicated at91 from ARM9 list and add LIST_at91 to arm
25065
25066 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25067
25068commit c6457e3b8bc79a97381cf7deffa08f7c5a24f86c
25069Author: Sergey Lapin <slapin@ossfans.org>
25070Date: Thu Jun 5 11:06:29 2008 +0400
25071
25072 DataFlash AT45DB021 support
25073
25074 Some boards based on AT91SAM926X-EK use smaller DF chips to keep
25075 bootstrap, u-boot and its environment, using NAND or other external
25076 storage for kernel and rootfs. This patch adds support for
25077 small 1024x263 chip.
25078
25079 Signed-off-by: Sergey Lapin <slapin@ossfans.org>
25080
25081commit 4109df6f75fc00ab7da56d286ba50149a0d16a69
25082Author: Kim Phillips <kim.phillips@freescale.com>
25083Date: Thu Jul 10 14:00:15 2008 -0500
25084
25085 silence misc printf formatting compiler warnings
25086
25087 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
25088
25089commit 3d71c81a9bb03f866a1e98da96363ef3f46c76b3
25090Author: Markus Klotzbücher <mk@denx.de>
25091Date: Thu Jul 10 14:47:09 2008 +0200
25092
25093 USB: shutdown USB before booting
25094
25095 This patch fixes a potentially serious issue related to USB which was
25096 discouvered by Martin Krause <martin.krause@tqs.de> and fixed for
25097 ARM920T. Martin wrote:
25098
25099 Turn off USB to prevent the host controller from writing to the
25100 SDRAM while Linux is booting. This could happen, because the HCCA
25101 (Host Controller Communication Area) lies within the SDRAM and the
25102 host controller writes continously to this area (as busmaster!), for
25103 example to increase the HccaFrameNumber variable, which happens
25104 every 1 ms.
25105
25106 This is a slightly modified version of the patch in order to shutdown
25107 USB when booting on all architectures.
25108
25109 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
25110
25111commit f31c49db2a5e076f415c0785eb37f67f2faa5fc8
25112Author: Martha Marx <mmarx@silicontkx.com>
25113Date: Thu May 29 14:23:25 2008 -0400
25114
25115 Configuration changes for ADS5121 Rev 3
25116
25117 ADS5121 Rev 3 board is now the default config
25118
25119 config targets are now
25120
25121 ads5121_config
25122 Rev 3 board with
25123 PCI
25124 M41T62 on board RTC
25125 512MB DRAM
25126
25127 ads5121_rev2_config
25128 Rev 2 board with
25129 No PCI
25130 256MB DRAM
25131
25132 Signed-off-by: Martha Marx <mmarx@silicontkx.com>
25133 Acked-by: Grant Likely <grant.likely@secretlab.ca>
25134 Acked-by: John Rigby <jrigby@freescale.com>
25135
25136commit 16bee7b0dc294ee01ca2434aa1dd3bd717a69615
25137Author: Martha Marx <mmarx@silicontkx.com>
25138Date: Thu May 29 15:37:21 2008 -0400
25139
25140 Consolidate ADS5121 IO Pin configuration
25141
25142 Consolidate ADS5121 IO Pin configuration to one file
25143 board/ads5121/iopin.c.
25144
25145 Remove pin config from cpu/mpc512x/fec.c
25146
25147 Signed-off-by: Martha Marx <mmarx@silicontkx.com>
25148 Acked-by: Grant Likely <grant.likely@secretlab.ca>
25149 Acked-by: John Rigby <jrigby@freescale.com>
25150
25151commit d4692b0ba83b7b454bbd92bad1f4befe6e1657b7
25152Author: Christian Eggers <christian@p2400.wgnetz.xx>
25153Date: Fri Jun 27 19:46:51 2008 +0200
25154
25155 Fix "usb part" command
25156
25157 Only print partition for selected device if user supplied the <dev>
25158 arg with the "usb part [dev]" command.
25159
25160 Signed-off-by: Christian Eggers <ceggers@gmx.de>
25161 Acked-by: Markus Klotzbuecher <mk@denx.de>
25162
25163commit cc83b27217f7380041fea386ddb6d6d9b261617d
25164Author: Harald Welte <laforge@gnumonks.org>
25165Date: Mon Jul 7 00:58:05 2008 +0800
25166
25167 fix USB devices with multiple configurations
25168
25169 This patch fixes bugs in usbdcore*.c related to the use of devices
25170 with multiple configurations.
25171
25172 The original code made mistakes about the meaning of configuration value and
25173 configuration index, and the resulting off-by-one errors resulted in:
25174
25175 * SET_CONFIGURATION always selected the first configuration, no matter what
25176 wValue is being passed.
25177 * GET_DESCRIPTOR/CONFIGURATION always returned the descriptor for the first
25178 configuration (index 0).
25179
25180 Signed-off-by: Harald Welte <laforge@openmoko.org>
25181 Acked-by: Markus Klotzbuecher <mk@denx.de>
25182
25183commit 06c53beae1a726e707971c555613f09b270a2461
25184Author: Wolfgang Denk <wd@denx.de>
25185Date: Thu Jul 10 13:16:09 2008 +0200
25186
25187 Fix some more print() format errors.
25188
25189 Signed-off-by: Wolfgang Denk <wd@denx.de>
25190
25191commit d4b5f3fa001228d76e2c3380cedadf804b802c2a
25192Author: Christian Eggers <christian@p2400.wgnetz.xx>
25193Date: Fri Jun 27 19:46:51 2008 +0200
25194
25195 Fix "usb part" command
25196
25197 Only print partition for selected device if user supplied the <dev>
25198 arg with the "usb part [dev]" command.
25199
25200 Signed-off-by: Christian Eggers <ceggers@gmx.de>
25201 Acked-by: Markus Klotzbuecher <mk@denx.de>
25202
25203commit e73b5212e0463a3db0af0a5c95c75bfb762ca973
25204Author: Harald Welte <laforge@gnumonks.org>
25205Date: Mon Jul 7 00:58:05 2008 +0800
25206
25207 fix USB devices with multiple configurations
25208
25209 This patch fixes bugs in usbdcore*.c related to the use of devices
25210 with multiple configurations.
25211
25212 The original code made mistakes about the meaning of configuration value and
25213 configuration index, and the resulting off-by-one errors resulted in:
25214
25215 * SET_CONFIGURATION always selected the first configuration, no matter what
25216 wValue is being passed.
25217 * GET_DESCRIPTOR/CONFIGURATION always returned the descriptor for the first
25218 configuration (index 0).
25219
25220 Signed-off-by: Harald Welte <laforge@openmoko.org>
25221 Acked-by: Markus Klotzbuecher <mk@denx.de>
25222
25223commit e870690bdca154943ecadd5212d2d59c1b9d391b
25224Author: Stefan Roese <sr@denx.de>
25225Date: Thu Jul 10 10:10:54 2008 +0200
25226
25227 MTD/NAND: Fix printf format warning in nand code
25228
25229 This patch fixes NAND related printf format warning. Those warnings are
25230 now visible since patch dc4b0b38d4aadf08826f6c31270f1eecd27964fd
25231 [Fix printf errors.] by Andrew Klossner has been applied. Thanks, this is
25232 really helpful.
25233
25234 Signed-off-by: Stefan Roese <sr@denx.de>
25235
25236commit 10943c9afa25694bd9999461f4e9e50ce22fff2b
25237Author: Stefan Roese <sr@denx.de>
25238Date: Thu Jul 10 10:00:45 2008 +0200
25239
25240 rtc: Fix printf format warning in m41t60.c
25241
25242 Signed-off-by: Stefan Roese <sr@denx.de>
25243
25244commit dc1da42f814cd71e6756c2cf62af1ada1d0581fb
25245Author: Stefan Roese <sr@denx.de>
25246Date: Tue Jul 8 12:01:47 2008 +0200
25247
25248 pci: Move PCI device configuration check into a separate weak function
25249
25250 This patch moves the check, if a device should be skipped in PCI PNP
25251 configuration into the function pci_skip_dev(). This function is defined
25252 as weak so that it can be overwritten by a platform specific one if
25253 needed. The check if the device should get printed in the PCI summary upon
25254 bootup (when CONFIG_PCI_SCAN_SHOW is defined) is moved to the function
25255 pci_print_dev() which is also defined as weak too.
25256
25257 Signed-off-by: Stefan Roese <sr@denx.de>
25258
25259commit b002144e1dc21374b1ef5281fe6b5d014af96650
25260Author: Stefan Roese <sr@denx.de>
25261Date: Thu Jul 10 09:58:06 2008 +0200
25262
25263 ppc4xx: Fix printf format warnings now visible with the updated format check
25264
25265 This patch fixes ppc4xx related printf format warning. Those warnings are
25266 now visible since patch dc4b0b38d4aadf08826f6c31270f1eecd27964fd
25267 [Fix printf errors.] by Andrew Klossner has been applied. Thanks, this is
25268 really helpful.
25269
25270 Signed-off-by: Stefan Roese <sr@denx.de>
25271
25272commit 5d812b8b4ad9667c77a5bf92b4ba81699abc9fc3
25273Author: Stefan Roese <sr@denx.de>
25274Date: Wed Jul 9 17:33:57 2008 +0200
25275
25276 ppc4xx: Enable support for > 2GB SDRAM on AMCC Katmai
25277
25278 Newer PPC's like 440SPe, 460EX/GT can be equipped with more than 2GB of SDRAM.
25279 To support such configurations, we "only" map the first 2GB via the TLB's. We
25280 need some free virtual address space for the remaining peripherals like, SoC
25281 devices, FLASH etc.
25282
25283 Note that ECC is currently not supported on configurations with more than 2GB
25284 SDRAM. This is because we only map the first 2GB on such systems, and therefore
25285 the ECC parity byte of the remaining area can't be written.
25286
25287 Signed-off-by: Stefan Roese <sr@denx.de>
25288
25289commit cf1c2ed91df26903b956948f37f82de9e1158a89
25290Author: Larry Johnson <lrj@acm.org>
25291Date: Sat Jun 14 17:02:49 2008 -0400
25292
25293 ppc4xx: Remove implementation of testdram() from Korat board support
25294
25295 Signed-off-by: Larry Johnson <lrj@acm.org>
25296 Signed-off-by: Stefan Roese <sr@denx.de>
25297
25298commit 47ce4a28ccfcfb803aa68d3d4505a8de056a8a5e
25299Author: Larry Johnson <lrj@acm.org>
25300Date: Sat Jun 14 16:53:02 2008 -0400
25301
25302 ppc4xx: Update and add FDT to Korat board support
25303
25304 Signed-off-by: Larry Johnson <lrj@acm.org>
25305 Signed-off-by: Stefan Roese <sr@denx.de>
25306
25307commit 4188f0491886b3b486164e819c0a83fdb97efd7d
25308Author: Wolfgang Denk <wd@denx.de>
25309Date: Thu Jul 10 01:13:30 2008 +0200
25310
25311 Minor coding style cleanup; update CHANGELOG
25312
25313 Signed-off-by: Wolfgang Denk <wd@denx.de>
25314
4188f049
WD
25315commit 8915f1189c1d29d8be7f4de325702d90a8988219
25316Author: Paul Gortmaker <paul.gortmaker@windriver.com>
25317Date: Wed Jul 9 17:50:45 2008 -0400
25318
25319 e1000: add support for 82545GM 64bit PCI-X copper variant
25320
25321 This PCI-X e1000 variant works by just adding in the correct
25322 PCI IDs in the appropriate places.
25323
25324 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
25325
25326commit 21ae6ca0315afdbc65dc3e95ffd5763e6773d030
25327Author: Daniel Hellstrom <daniel@gaisler.com>
25328Date: Wed Jul 9 12:34:11 2008 +0000
25329
25330 SPARC: Build error fix
25331
25332 (introduced by commit 391fd93ab23e15ab3dd58a54f5b609024009c378)
25333
25334 This patch makes SPARC targets build again. It is caused by
25335 phys_addr_t and phys_size_t being defined in the wrong header
25336 file. include/lmb.h need those typedefs to build.
25337
25338 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
25339
25340commit 11ccc33fa21acce108f6b4a6936e3271af904c64
25341Author: Marcel Ziswiler <marcel@ziswiler.com>
25342Date: Wed Jul 9 08:17:15 2008 +0200
25343
25344 Many spelling fixes in README.
25345
25346 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
25347
25348commit dbab0691d2533560f7e91b92ae844046a9ad1df3
25349Author: Marcel Ziswiler <marcel@ziswiler.com>
25350Date: Wed Jul 9 08:17:06 2008 +0200
25351
25352 Minor spelling fix in comment.
25353
25354 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
25355
25356commit 89134ea1f67208fd3160bdbb0b9eaab4eab98484
25357Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
25358Date: Tue Jul 8 14:54:58 2008 -0400
25359
25360 Round the serial port clock divisor value returned by calc_divisor()
25361
25362 Round the serial port clock divisor value returned by
25363 calc_divisor().
25364
25365 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
25366 Signed-off-by: John Roberts <john.roberts@pwav.com>
25367
25368commit 9d2e3947b2944e5bb85b4335533f8c93c58445fe
25369Author: Scott Wood <scottwood@freescale.com>
25370Date: Wed Jul 9 17:47:52 2008 -0500
25371
25372 NAND: ifdef-protect most of nand.h when using legacy NAND.
25373
25374 Some macros such as NAND_CTL_SETALE conflict between current and legacy
25375 NAND, being defined by the subsystem in the former case and the board
25376 config file in the latter.
25377
25378 Signed-off-by: Scott Wood <scottwood@freescale.com>
25379
25380commit 2b1fa9d383cbbb7d347c1583bd6ca4e181ba8e9e
25381Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
25382Date: Tue Jul 8 11:02:05 2008 -0400
25383
25384 ARM: Fix for wrong patch version applied for Lyrtech SFF-SDR board (ARM926EJS)
25385
25386 ARM: Fix for incorrect version of patch applied when
25387 adding support for the Lyrtech SFF-SDR board.
25388
25389 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
25390 Signed-off-by: Philip Balister, OpenSDR <philip@opensdr.com>
25391
25392commit 47042b363ee5022b8180c65d3f4558e7972c79cd
25393Author: Kyungmin Park <kmpark@infradead.org>
25394Date: Tue Jul 8 09:08:40 2008 +0900
25395
25396 Remove useless print message at apollon
25397
25398 Remove useless print message at apollon
25399
25400 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
25401
25402commit 98874ff329d4a5b32c467b43f6e966e1aa68479f
25403Author: Andy Fleming <afleming@freescale.com>
25404Date: Mon Jul 7 14:24:39 2008 -0500
25405
25406 Fix LMB type issues
25407
25408 The LMB code now uses phys_addr_t and phys_size_t. Also, there were a couple
25409 of casting problems in the bootm code that called the LMB functions.
25410
25411 Signed-off-by: Andy Fleming <afleming@freescale.com>
25412
25413commit da8693a91b8eef75ade8de50a1b2ce035bc5fb54
25414Author: Kumar Gala <galak@kernel.crashing.org>
25415Date: Mon Jul 7 09:39:06 2008 -0500
25416
25417 Fix compiler warnings
25418
25419 gcc-4.3.x generates the following:
25420
25421 bootm.c: In function 'do_bootm_linux':
25422 bootm.c:208: warning: cast from pointer to integer of different size
25423 bootm.c:215: warning: cast from pointer to integer of different size
25424
25425 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
25426
25427commit 5bb12dbd7ae03189b6c13d8737b5a1b37c3df698
25428Author: Harald Welte <laforge@gnumonks.org>
25429Date: Mon Jul 7 15:40:39 2008 +0800
25430
25431 Remove code duplication for setting the default environment
25432
25433 common/env_common.c (default_env): new function that resets the environment to
25434 the default value
25435 common/env_common.c (env_relocate): use default_env instead of own copy
25436 common/env_nand.c (env_relocate_spec): use default_env instead of own copy
25437 include/environment.h: added default_env prototype
25438
25439 Signed-off-by: Werner Almesberger <werner@openmoko.org>
25440 Signed-off-by: Harald Welte <laforge@openmoko.org>
25441
25442commit 99c2b434d37863df5dda5207a53760c6506fc2be
25443Author: Marcel Ziswiler <marcel@ziswiler.com>
25444Date: Sun Jun 22 16:13:46 2008 +0200
25445
25446 NAND: Fix warning due to missing env_ptr casts to u_char * in env_nand.c.
25447
25448 The writeenv() and readenv() calls introduced by the recently added bad block
25449 management for environment variables were missing casts therefore producing
25450 compile time warnings.
25451 While at it fixing some typo in a comment and indentation.
25452
25453 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
25454 Signed-off-by: Scott Wood <scottwood@freescale.com>
25455
25456commit 3167c5386ea1c98b638be5d8763ef6d5938ef1bd
25457Author: Scott Wood <scottwood@freescale.com>
25458Date: Fri Jun 20 12:38:57 2008 -0500
25459
25460 NAND: Rename DEBUG to MTDDEBUG to avoid namespace pollution.
25461
25462 This is particularly problematic now that non-NAND-specific code is
25463 including <nand.h>, and thus all debugging code is being compiled
25464 regardless of whether it was requested, as reported by Scott McNutt
25465 <smcnutt@psyent.com>.
25466
25467 Signed-off-by: Scott Wood <scottwood@freescale.com>
25468
25469commit c3bf1ad7baa1b0dd989dedc260b7098b6089ae05
25470Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
25471Date: Thu Jun 12 19:27:58 2008 +0200
25472
25473 mmc: Move atmel_mci driver into drivers/mmc
25474
25475 This makes it easier to use the driver on other platforms.
25476
25477 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
25478 Acked-by: Jean-Chritophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25479
25480commit d2d54ea449639f3d1a6007e333ab9fcc609a18f0
25481Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
25482Date: Thu Jun 12 19:27:57 2008 +0200
25483
25484 avr32: Use CONFIG_ATMEL_MCI to select the atmel_mci driver
25485
25486 After we move the atmel_mci driver into drivers/mmc, we can't select
25487 it with CONFIG_MMC anymore. Introduce a new symbol specifically for
25488 this driver so that there's no ambiguity.
25489
25490 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
25491 Acked-by: Jean-Chritophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25492
25493commit 5ce13051a48c62bda9723df3b4778c492fb47f36
25494Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
25495Date: Thu Jun 12 19:27:56 2008 +0200
25496
25497 Create drivers/mmc subdirectory
25498
25499 In order to consolidate more of the various MMC drivers around the
25500 tree, we must first have a common place to put them.
25501
25502 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
25503 Acked-by: Jean-Chritophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25504
25505commit b502611b51f02718c2d1117d4981dabceb5af6de
25506Author: Joakim Tjernlund <joakim.tjernlund@transmode.se>
25507Date: Sun Jul 6 12:30:09 2008 +0200
25508
25509 Change env_get_char from a global function ptr to a function
25510
25511 This avoids an early global data reference.
25512
25513 Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
25514
25515commit 27269417ade432189b234d9fbac98b54e37b978c
25516Author: Matvejchikov Ilya <matvejchikov@gmail.com>
25517Date: Sun Jul 6 13:57:58 2008 +0400
25518
25519 Some copy-n-paste fixes in printf usage
25520
25521 Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com>
25522
25523commit 0e6989b9faf1588e8723535539e88a0df3c71356
25524Author: Matvejchikov Ilya <matvejchikov@gmail.com>
25525Date: Sun Jul 6 13:57:00 2008 +0400
25526
25527 FDT memory and pci node fixes for MPC8260ADS
25528
25529 Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com>
25530
25531commit dc4b0b38d4aadf08826f6c31270f1eecd27964fd
25532Author: Andrew Klossner <andrew@cesa.opbu.xerox.com>
25533Date: Mon Jul 7 06:41:14 2008 -0700
25534
25535 Fix printf errors.
25536
25537 The compiler will help find mismatches between printf formats and
25538 arguments if you let it. This patch adds the necessary attributes to
25539 declarations in include/common.h, then begins to correct the resulting
25540 compiler warnings. Some of these were bugs, e.g., "$d" instead of
25541 "%d" and incorrect arguments. Others were just annoying, like
25542 int-long mismatches on a system where both are 32 bits. It's worth
25543 fixing the annoying errors to catch the real ones.
25544
25545 Signed-off-by: Andrew Klossner <andrew@cesa.opbu.xerox.com>
25546
25547commit 417faf285b2527acb2de24c5cd3e2621d385408c
25548Author: Becky Bruce <becky.bruce@freescale.com>
25549Date: Wed Jul 9 11:09:41 2008 -0500
25550
25551 Allow print_size to print in GB
25552
25553 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
25554
25555commit e7c374529c87525c9aa463e0557c287887ae4e9e
25556Author: Jason McMullan <mcmullan@netapp.com>
25557Date: Sun Jun 8 23:56:00 2008 -0400
25558
25559 mips: When booting Linux images, add 'ethaddr' and 'eth1addr' to the environment
25560
25561 Add 'ethaddr' and 'eth1addr' to the Linux kernel environment if
25562 they are set in the U-Boot environment.
25563
25564 Signed-off-by: Jason McMullan <mcmullan@netapp.com>
25565 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
25566
25567commit 0192d7d56e9320819dea262f49789ae18fdd2c72
25568Author: Stefan Roese <sr@denx.de>
25569Date: Tue Jul 8 12:57:14 2008 +0200
25570
25571 jedec_flash: Fix AM29DL800BB device ID
25572
25573 As pointed out by Jerry Hicks, this patch corrects the device ID of
25574 the Spansion AM29DL800BB NOR device. Verified against latest Spansion
25575 datasheet (rev C4 from Dezember 2006).
25576
25577 Signed-off-by: Stefan Roese <sr@denx.de>
25578
25579commit 689c1b30caacba3fbca0b1813facb3ab70b6cd63
25580Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
25581Date: Mon Jul 7 11:22:37 2008 +0900
25582
25583 sh: Fix compile error sh7763rdp board
25584
25585 Disable SH ether driver.
25586
25587 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
25588
25589commit 9e23fe0560b84e324dc5f0ff8813dab2aa34f074
25590Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
25591Date: Tue Jul 8 12:03:24 2008 +0900
25592
25593 sh: Fix SH-boards compile error
25594
25595 By Cleanup out-or-tree building for some boards (.depend)
25596 (commit:c8a3b109f07f02342d097b30908965f7261d9f15)
25597 because filse ware changed, some SH-boards have compile error.
25598 I revised this problem.
25599
25600 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
25601
699f0512
WD
25602commit 3473ab737282b08ad61841fcbb14c4d264a93a8e
25603Author: Jason Jin <Jason.jin@freescale.com>
25604Date: Tue May 13 11:50:36 2008 +0800
25605
25606 Feed the watchdog in u-boot for 8610 board.
25607
25608 The watchdog on 8610 board is enabled by setting sw[6]
25609 to on. Once enabled, the watchdog can not be disabled
25610 by software. So feed the dog in u-boot is necessary for
25611 normal operation.
25612
25613 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
25614
4188f049
WD
25615commit 63676841ca2d603b13765f3f7b72ff1a61c23f90
25616Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
25617Date: Wed Jun 18 12:10:33 2008 -0400
25618
25619 Remove duplicate code in cpu/arm926ejs/davinci/lxt972.c.
25620
25621 Remove duplicate code in cpu/arm926ejs/davinci/lxt972.c.
25622
25623 Remove duplicate code in a if/else block in
25624 cpu/arm926ejs/davinci/lxt972.c.
25625 Fixed style issues.
25626
25627 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
25628 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
25629
25630commit fec61431a003f5778bafa2624073a571af8bec9f
25631Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
25632Date: Wed Jun 18 12:10:31 2008 -0400
25633
25634 Remove duplicate definitions in include/lxt971a.h.
25635
25636 Remove duplicate definitions in include/lxt971a.h.
25637
25638 Remove duplicate registers and bits definitions in
25639 include/lxt971a.h for standard MII registers, and
25640 use values in include/miiphy.h instead.
25641
25642 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
25643 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
25644
25645commit 9751ee0990f467941da0b095a4e995f863672d7a
25646Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
25647Date: Wed Jun 11 21:05:00 2008 +0900
25648
25649 net: sh: Renesas SH7763 Ethernet device support
25650
25651 Renesas SH7763 has 2 channel Ethernet device.
25652 This is 10/100/1000 Base support.
25653 But this patch check 10/100 Base only.
25654
25655 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
25656 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
25657
25658commit 873d97aabc0b1c8822ed1d87e8c5c8ae0a7e4ae9
25659Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
25660Date: Tue Jun 17 16:28:05 2008 +0900
25661
25662 sh: Update Renesas R2DPlus board
25663
25664 New NOR Flash board support and remove old type flash board config.
25665 And Remove network setting from config file.
25666
25667 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
25668 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
25669
25670commit ec39d479d2003f15e86e23ebc4e02a1c9a3a181c
25671Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
25672Date: Tue Jun 17 16:28:01 2008 +0900
25673
25674 sh: Update Renesas R7780MP board
25675
25676 New NOR Flash board support and remove network setting from config file.
25677
25678 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
25679 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
25680
25681commit c001cd604e9f133743effbddb1c215b48e761c5a
25682Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
25683Date: Tue Jun 17 16:27:56 2008 +0900
25684
25685 sh: Update Renesas Migo-R board
25686
25687 Remove network setting from config file.
25688
25689 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
25690 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
25691
25692commit f9599eca7cb5ebe40e5305c8006dced6ecc5cd9e
25693Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
25694Date: Tue Jun 17 16:27:52 2008 +0900
25695
25696 sh: Update Hitachi MS7722SE board
25697
25698 Remove network setting from config file.
25699
25700 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
25701 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
25702
25703commit 26209e48e8791670c93108029a5c31a30016c6df
25704Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
25705Date: Tue Jun 17 16:27:48 2008 +0900
25706
25707 sh: Cleanup source code of SH7763RDP
25708
25709 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
25710 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
25711
25712commit 5cd5b2c96ef0025762931349d350287aec03ab47
25713Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
25714Date: Tue Jun 17 16:27:44 2008 +0900
25715
25716 sh: Cleanup source code of R2DPlus
25717
25718 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
25719 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
25720
25721commit 4ec7e915cfaa31b392755dd2c8231e64736d2ea8
25722Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
25723Date: Tue Jun 17 16:27:41 2008 +0900
25724
25725 sh: Cleanup source code of R7780MP
25726
25727 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
25728 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
25729
25730commit 0955ef34c0454ae2ee59a78657a0f01fb3ef16d6
25731Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
25732Date: Tue Jun 17 16:27:38 2008 +0900
25733
25734 sh: Cleanup source code of MS7722SE
25735
25736 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
25737 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
25738
25739commit 1d7b31d97b34ccb6f9b20a2465864998b0bf2691
25740Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
25741Date: Tue Jun 17 16:27:34 2008 +0900
25742
25743 sh: Cleanup source code of MS7720SE
25744
25745 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
25746 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
25747
25748commit 3ab4827cbe409488ebea1a2ee5094783f2672214
25749Author: Wolfgang Denk <wd@denx.de>
25750Date: Mon Jul 7 00:45:03 2008 +0200
25751
25752 SH: fix out of tree building
25753
25754 Signed-off-by: Wolfgang Denk <wd@denx.de>
25755
25756commit 9047bfa1e737d787be460387dd6f45737eeceb10
25757Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
25758Date: Thu Jul 3 23:16:06 2008 +0900
25759
25760 net: smc911x: Fix typo
25761
25762 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
25763
25764commit 5ed546fdd0ca46a165661c2009fa743d9c9fceca
25765Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
25766Date: Wed Jul 2 18:54:08 2008 +0200
25767
25768 update mvBL-M7 board config
25769
25770 update mvBL-M7 config file to use UBOOT_VERSION and define
25771 CONFIG_HIGH_BATS.
25772
25773 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
25774
25775commit 5cacc5d0ec52678a5eb83ecda5c3bcb22eb47f30
25776Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
25777Date: Mon Jun 30 17:45:01 2008 +0900
25778
25779 net: fix compile problem in smc911x driver.
25780
25781 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
25782 Acked-by: Ben Warren <biggerbadderben@gmail.com>
25783
25784commit 9fea65a6c469b1b474b27446feb58738baba2d31
25785Author: Michal Simek <monstr@monstr.eu>
25786Date: Tue Jun 24 09:54:09 2008 +0200
25787
25788 ppc4xx: Rename CONFIG_XILINX_ML300 to CONFIG_XILINX_405
25789
25790 This change helps with better handling with others
25791 Xilinx based platform.
25792
25793 Signed-off-by: Michal Simek <monstr@monstr.eu>
25794 Acked-by: Stefan Roese <sr@denx.de>
25795
25796commit cbb6289569ae4fc6e2d676528e46ffcc72d743d0
25797Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
25798Date: Tue Jun 17 13:07:11 2008 +0900
25799
25800 net: ne2000: Move dev_addr variable from grobal to local.
25801
25802 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
25803 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
25804
25805commit dd7e5fa5f847188f78f62f2c52de6cb3def3ecdb
25806Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
25807Date: Tue Jun 17 13:07:15 2008 +0900
25808
25809 net: ne2000: Fix compile error of NE2000
25810
25811 If enable DEBUG, can not compile ne2000 driver.
25812
25813 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
25814 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
25815
25816commit dd35479a50f6c7c31ea491c07c5200c6dfd06a24
25817Author: Ben Warren <biggerbadderben@gmail.com>
25818Date: Mon Jun 23 22:57:27 2008 -0700
25819
25820 Add mechanisms for CPU and board-specific Ethernet initialization
25821
25822 This patch is the first step in cleaning up net/eth.c, by moving Ethernet
25823 initialization to CPU or board-specific code. Initial implementation is
25824 only on the Freescale TSEC controller, but others will be added soon.
25825
25826 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
25827
25828commit 7754f2be5d1835d263aad21b5a629526f3e680b0
25829Author: Wolfgang Denk <wd@denx.de>
25830Date: Sun Jul 6 01:21:46 2008 +0200
25831
25832 include/sha256.h: fix file permissions.
25833
25834 Signed-off-by: Wolfgang Denk <wd@denx.de>
25835
25836commit d3bcdf838e2991d58571308fa6e04ca335bc06e8
25837Author: Patrice Vilchez <patrice.vilchez@atmel.com>
25838Date: Tue May 27 11:15:29 2008 +0200
25839
25840 [AT91SAM9] Fix NAND FLASH timings
25841
25842 Fix NAND FLASH timings for at91sam9x evaluation kits.
25843
25844 New timings are based on application note
25845 "NAND Flash Support on AT91SAM9 Microcontrollers" available at
25846 http://atmel.com/dyn/resources/prod_documents/doc6255.pdf
25847
25848 Signed-off-by: Patrice Vilchez <patice.vilchez@atmel.com>
25849 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25850 Acked-by: Stelian Pop <stelian@popies.net>
25851
25852commit 19bd688484322fe62d1a66c8299da6ff9e967ff9
25853Author: Stelian Pop <stelian@popies.net>
25854Date: Thu May 22 00:15:40 2008 +0200
25855
25856 Fix boot from NOR due to incorrect reset delay.
25857
25858 AT91 RSTC registers are battery-backuped, so their values
25859 are not reset across power cycles. One of those registers,
25860 the AT91_RSTC_MR register, is being modified by U-Boot, in
25861 the ethernet initialisation routine, to generate a 500ms
25862 user reset.
25863
25864 Unfortunately, this value is not being restored afterwards,
25865 causing subsequent resets to also last for 500ms.
25866
25867 This long reset sequence causes problems (at least) in the
25868 boot sequence from NOR: by the time the CPU tries to load
25869 a program from the NOR flash, the latter is still in reset
25870 and not yet available.
25871
25872 Additionaly, this patch fixes a bug in the original code which
25873 caused the reset delay to last for 2s instead of 500ms.
25874
25875 Signed-off-by: Stelian Pop <stelian@popies.net>
25876 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25877
25878commit f492dd636fbbae529e17533995bc6e5813c007f6
25879Author: Wolfgang Denk <wd@denx.de>
25880Date: Fri Jul 4 20:11:49 2008 +0200
25881
25882 Update CHANGELOG
25883
25884 Signed-off-by: Wolfgang Denk <wd@denx.de>
25885
f492dd63
WD
25886commit 5e6e350fc489aa19402f1e79037dd8c0a4bbd73d
25887Author: Wolfgang Denk <wd@denx.de>
25888Date: Fri Jul 4 20:07:35 2008 +0200
25889
25890 CCM/SCM boards: fix out of tree building
25891
25892 Signed-off-by: Wolfgang Denk <wd@denx.de>
25893
25894commit ab4c3a490df9a964711556d2a05b0c787db45fde
25895Author: Wolfgang Denk <wd@denx.de>
25896Date: Thu Jul 3 23:22:27 2008 +0200
25897
25898 SCM board: fix build errors.
25899
25900 Signed-off-by: Wolfgang Denk <wd@denx.de>
25901
25902commit a566466f17ba0e2d2b6c250e77da678fb932470d
25903Author: Wolfgang Denk <wd@denx.de>
25904Date: Thu Jul 3 23:06:36 2008 +0200
25905
25906 IAD210 board: fix ``"ALIGN" redefined'' warning.
25907
25908 Signed-off-by: Wolfgang Denk <wd@denx.de>
25909
25910commit ad756314797c16fa5dca23e115aab881011f164f
25911Author: Wolfgang Denk <wd@denx.de>
25912Date: Thu Jul 3 23:00:24 2008 +0200
25913
25914 CCM board: fix build errors.
25915
25916 Signed-off-by: Wolfgang Denk <wd@denx.de>
25917
4188f049
WD
25918commit f16ed51702cb9fb6fa2e019bbc0fcd1466b57c3b
25919Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
25920Date: Wed Jul 2 18:54:08 2008 +0200
25921
25922 update mvBL-M7 board config
25923
25924 update mvBL-M7 config file to use UBOOT_VERSION.
25925
25926 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
25927 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
25928
f492dd63
WD
25929commit ced209c50e80c25f13c083099b05044048d21f4f
25930Author: Wolfgang Denk <wd@denx.de>
25931Date: Thu Jul 3 22:39:21 2008 +0200
25932
25933 sacsng board: fix warnings "suggest explicit braces to avoid ambiguous 'else'"
25934
25935 Signed-off-by: Wolfgang Denk <wd@denx.de>
25936
25937commit 4ff170a8180a79da4cdaab1b30d58cd7b6be565e
25938Author: Wolfgang Denk <wd@denx.de>
25939Date: Thu Jul 3 22:34:08 2008 +0200
25940
25941 Cleanup: fix "expected specifier-qualifier-list before 'phys_size_t'" errors
25942
25943 Signed-off-by: Wolfgang Denk <wd@denx.de>
25944
25945commit 730f298485984b011b6ee8f4acb511cb45a843dd
25946Author: Wolfgang Denk <wd@denx.de>
25947Date: Thu Jul 3 22:04:17 2008 +0200
25948
25949 lmb: fix "implicit declaration of function 'lmb_free'" warning
25950
25951 Signed-off-by: Wolfgang Denk <wd@denx.de>
25952
25953commit 322ef5e28d2dc62571afc699b00add22a8e006e4
25954Author: Wolfgang Denk <wd@denx.de>
25955Date: Wed Jul 2 23:53:23 2008 +0200
25956
25957 Cleanup: remove redundant deleting on *~ files
25958
25959 Signed-off-by: Wolfgang Denk <wd@denx.de>
25960
25961commit c8a3b109f07f02342d097b30908965f7261d9f15
25962Author: Wolfgang Denk <wd@denx.de>
25963Date: Wed Jul 2 23:49:18 2008 +0200
25964
25965 Cleanup out-or-tree building for some boards (.depend)
25966
25967 Signed-off-by: Wolfgang Denk <wd@denx.de>
25968
25969commit a30cc5a340e7f8f5f85a0e08e7f6c4106ce117c4
25970Author: Wolfgang Denk <wd@denx.de>
25971Date: Wed Jul 2 23:38:50 2008 +0200
25972
25973 Cleanup: fix out-of-tree building for some boards
25974
25975 Signed-off-by: Wolfgang Denk <wd@denx.de>
25976
25977commit 461fa68d20861811487944d22291db5a13410e20
25978Author: Wolfgang Denk <wd@denx.de>
25979Date: Wed Jul 2 23:00:14 2008 +0200
25980
25981 Cleanup: replace hard-wired $(AR) 'crv' settings by $(ARFLAGS)
25982
25983 Signed-off-by: Wolfgang Denk <wd@denx.de>
25984
25985commit 5981ebd32017e062b08aa6747cf591276f2db779
25986Author: Detlev Zundel <dzu@denx.de>
25987Date: Fri Jun 20 22:26:24 2008 +0200
25988
25989 fdt: Fix typo in variable name.
25990
25991 Signed-off-by: Detlev Zundel <dzu@denx.de>
25992
25993commit a7a5982cd0f3482f88225af4da7795bc4f6cb9bc
25994Author: Gary Jennejohn <garyj@denx.de>
25995Date: Thu Jun 19 11:11:19 2008 +0200
25996
25997 Add logos for RRvision board
25998
25999 Signed-off-by: Gary Jennejohn <garyj@denx.de>
26000
26001commit ee4ae38342142237ca85913f88ee570c1eb5ca7c
26002Author: Esben Haabendal <EsbenHaabendal@gmail.com>
26003Date: Wed Jun 18 11:03:57 2008 +0200
26004
26005 mpc8260: add fdt_fixup_ethernet support
26006
26007 Add support for updating mac-address and local-mac-address in fdt for
26008 all MPC8260 targets.
26009
26010 Signed-off-by: Esben Haabendal <eha@doredevelopment.dk>
26011
26012commit f6a69559d64498a04e1e0b087a9b920e5775f866
26013Author: Steven A. Falco <sfalco@harris.com>
26014Date: Thu Jun 12 13:24:42 2008 -0400
26015
26016 cmd_nvedit.c: clean up syntax highlighting
26017
26018 My text-editor (vim) has a bit of trouble syntax-highlighting the
26019 cmd_nvedit.c file, because it apparently does not parse C
26020 ifdef/else/endif. The following patch does not change the behavior of
26021 the code at all, but does allow the editor to properly
26022 syntax-highlight the file.
26023
26024 Signed-off-by: Steve Falco <sfalco@harris.com>
26025
26026commit 75678c807a6272ecc5541eb32898c93887f08400
26027Author: Steven A. Falco <sfalco@harris.com>
26028Date: Thu Jun 12 13:22:12 2008 -0400
26029
26030 Make setenv() return status
26031
26032 Currently, the setenv function does not return an error code.
26033 This patch allows to test for errors.
26034
26035 Signed-off-by: Steve Falco <sfalco@harris.com>
26036
26037commit 4928e97c8531283ca9b368b7c29a8a12e726562a
26038Author: Kumar Gala <galak@kernel.crashing.org>
26039Date: Wed Jun 11 10:14:06 2008 -0500
26040
26041 PPC: Added fls, fls64, __ilog2_u64, and ffs64 to bitops
26042
26043 fls64, __ilog2_u64, ffs64 are variants that work on an u64,
26044 and fls is used to implement them.
26045
26046 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
26047
26048commit 83002a77cbdf383015ca384eff5fa31722d8e571
26049Author: Magnus Lilja <lilja.magnus@gmail.com>
26050Date: Mon Jun 9 22:58:48 2008 +0200
26051
26052 i.MX31: Cleanup comments in lowlevel_init.S.
26053
26054 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
26055
26056commit f8cc312bbee69257d741dc9f4062f4a0f5adf609
26057Author: Ben Warren <biggerbadderben@gmail.com>
26058Date: Sun Jun 8 23:28:33 2008 -0700
26059
26060 Move conditional compilation of MPC8XXX SPI driver to Makefile
26061
26062 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
26063
26064commit d92ea21bafb674ee2bf27447970b047845e7b0a2
26065Author: Juergen Kilb <J.Kilb@gmx.de>
26066Date: Sun Jun 8 17:59:53 2008 +0200
26067
26068 i.MX31: fixed CTRL-C detection
26069
26070 The Register URXD contains status information in bits [15..8].
26071 With status bit 15 set, CTRL-C was reported as 0x8003 instead
26072 of 0x03. Therefore CTRL-C was not detected.
26073 To solve this, bits [15..8] were masked out now.
26074
26075 Signed-off-by: Juergen Kilb <J.Kilb@gmx.de>
26076 Acked-by: Felix Radensky <felix@embedded-sol.com>
26077
699f0512
WD
26078commit dd1c5523d6f44e842e69f2fcb50788c6060eab86
26079Author: Stefan Roese <sr@denx.de>
26080Date: Tue Jul 1 17:03:19 2008 +0200
26081
26082 ppc4xx: Fix 460EX/GT PCIe port initialization
26083
26084 This patch fixes a bug where the 460EX/GT PCIe UTLSET1 register was
26085 configured incorrectly. Thanks to Olga Buchonina from AMCC for pointing
26086 this out.
26087
26088 Signed-off-by: Stefan Roese <sr@denx.de>
26089
f492dd63
WD
26090commit b571afde0295b007a45055ee49f8822c753a5651
26091Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26092Date: Sat Jun 7 12:29:52 2008 +0200
26093
26094 add SHA256 support
26095
26096 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26097 Signed-off-by: Francesco Albanese <Francesco.Albanese@swisscom.com>
26098
26099commit 3bab76a26e03df4ff81342fcc16393ce37d9766b
26100Author: Marian Balakowicz <m8@semihalf.com>
26101Date: Fri Jun 6 23:07:40 2008 +0200
26102
26103 Delay FIT format check on sector based devices
26104
26105 Global FIT image operations like format check cannot be performed on
26106 a first sector data, defer them to the point when whole FIT image was
26107 uploaded to a system RAM.
26108
26109 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
26110 Partial ('cmd_nand' case) Acked-by: Grant Erickson <gerickson@nuovations.com>
26111 NAND and DOC bits Acked-by: Scott Wood <scottwood@freescale.com>
26112
26113commit 9810263afec5ac5f38f92963bb3b6d799e4331d0
26114Author: Dave Liu <r63238@freescale.com>
26115Date: Tue Jun 3 17:38:19 2008 +0800
26116
26117 sata: wait for device updating signature to host
26118
26119 The driver need wait for the device updating signature to host.
26120 If we don't wait for it, the driver can not detect the device(disk)
26121 when the system powers up.
26122
26123 Signed-off-by: Dave Liu <daveliu@freescale.com>
26124
4188f049
WD
26125commit 745d8a0d3cea82e6d1753e14afb4588c34761b15
26126Author: Stefan Roese <sr@denx.de>
26127Date: Sat Jun 28 14:56:17 2008 +0200
26128
26129 ppc4xx: Fix 460EX errata with CPU lockup upon high AHB traffic
26130
26131 This patch implements a fix provided by AMCC so that the lockup upon
26132 simultanious traffic on AHB USB OTG, USB 2.0 and SATA doesn't occur
26133 anymore:
26134
26135 Set SDR0_AHB_CFG[A2P_INCR4] (bit 24) and clear SDR0_AHB_CFG[A2P_PROT2]
26136 (bit 25) for a new 460EX errata regarding concurrent use of AHB USB OTG,
26137 USB 2.0 host and SATA.
26138
26139 This errata is not officially available yet. I'll update the comment
26140 to add the errata number later.
26141
26142 Signed-off-by: Stefan Roese <sr@denx.de>
26143
f492dd63
WD
26144commit 8b616edb118e37d05f6401389eaee1c636b22828
26145Author: Stuart Wood <stuart.wood@labxtechnologies.com>
26146Date: Mon Jun 2 16:42:19 2008 -0400
26147
26148 serial_pl010.c: add watchdog support
26149
26150 Signed-off-by: Stuart Wood <stuart.wood@labxtechnologies.com>
26151
26152commit 86d3273e2b7be3fffb45e20c08535d6ad3aded6b
26153Author: Stuart Wood <stuart.wood@labxtechnologies.com>
26154Date: Mon Jun 2 16:40:08 2008 -0400
26155
26156 jffs2_1pass.c: add watchdog support
26157
26158 Signed-off-by: Stuart Wood <stuart.wood@labxtechnologies.com>
26159
26160commit 5744ddc6637fea4f7b911a54a5fa860cb81a5d89
26161Author: Sascha Laue <sascha.laue@liebherr.com>
26162Date: Fri May 30 09:48:14 2008 +0200
26163
26164 Configure DSP POST; add watchdog reset to diag command
26165
26166 Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
26167
26168commit f13526517859bf6b573e23ff47199e107d1009b5
26169Author: Tor Krill <tor@excito.com>
26170Date: Thu May 29 10:40:17 2008 +0200
26171
26172 Add sata sil3114 support
26173
26174 Signed-off-by: Tor Krill <tor@excito.com>
26175
26176commit e093a247628228100f405b6d7f6b1bfc16141938
26177Author: Wolfgang Denk <wd@denx.de>
26178Date: Sat Jun 28 23:34:37 2008 +0200
26179
26180 Coding Style Cleanup
26181
26182 Signed-off-by: Wolfgang Denk <wd@denx.de>
26183
26184commit 01db232dd7a0ceb81208a9f2545720c80e5bfd83
26185Author: Wolfgang Denk <wd@denx.de>
26186Date: Sat Jun 28 23:16:01 2008 +0200
26187
26188 Update CHANGELOG
26189
26190 Signed-off-by: Wolfgang Denk <wd@denx.de>
26191
01db232d
WD
26192commit c7f879ec2b389c4f2bf726b293bd516f4c692e03
26193Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
26194Date: Wed May 21 13:58:41 2008 -0400
26195
26196 ARM: Add support for Lyrtech SFF-SDR board (ARM926EJS)
26197
26198 This patch adds support for the Lyrtech SFF-SDR board,
26199 based on the TI DaVinci architecture (ARM926EJS).
26200
26201 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
26202 Signed-off-by: Philip Balister <philip@balister.org>
26203 Signed-off-by: Wolfgang Denk <wd@denx.de>
26204
26205commit 341188b9ccaa8d4462d772cc067aca8d7618633a
26206Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
26207Date: Thu May 22 11:09:59 2008 +0200
26208
26209 MMC: Consolidate MMC/SD command definitions
26210
26211 This moves the MMC and SD Card command definitions from
26212 include/asm/arch/mmc.h into include/mmc.h. These definitions are
26213 given by the MMC and SD Card standards, not by any particular
26214 architecture.
26215
26216 There's a lot more room for consolidation in the MMC drivers which
26217 I'm hoping to get done eventually, but this patch is a start.
26218
26219 Compile-tested for all avr32 boards as well as lpc2292sodimm and
26220 lubbock. This should cover all three mmc drivers in the tree.
26221
26222 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
26223
26224commit fa60edfc4c952626e048c0e065f654b3c1822fa5
26225Author: Kyungmin Park <kmpark@infradead.org>
26226Date: Wed May 21 14:38:08 2008 +0900
26227
26228 Use better Ethernet timings for apollon board
26229
26230 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
26231
26232commit 41c5eaa7253ed82bbae1eda5667755872c615164
26233Author: Andy Fleming <afleming@freescale.com>
26234Date: Mon Jun 16 13:58:56 2008 -0500
26235
26236 Resize device tree to allow space for board changes and the chosen node
26237
26238 Current code requires that a compiled device tree have space added to the end to
26239 leave room for extra nodes added by board code (and the chosen node). This
26240 requires that device tree creators anticipate how much space U-Boot will add to
26241 the tree, which is absurd. Ideally, the code would resize and/or relocate the
26242 tree when it needed more space, but this would require a systemic change to the
26243 fdt code, which is non-trivial. Instead, we resize the tree inside
26244 boot_relocate_fdt, reserving either the remainder of the bootmap (in the case
26245 where the fdt is inside the bootmap), or adding CFG_FDT_PAD bytes to the size.
26246
26247 Signed-off-by: Andy Fleming <afleming@freescale.com>
26248
26249commit 7570a9941fc565922078679a72d246fe208d696d
26250Author: Andy Fleming <afleming@freescale.com>
26251Date: Mon Jun 16 13:58:55 2008 -0500
26252
26253 Fix an underflow bug in __lmb_alloc_base
26254
26255 __lmb_alloc_base can underflow if it fails to find free space. This was fixed
26256 in linux with commit d9024df02ffe74d723d97d552f86de3b34beb8cc. This patch
26257 merely updates __lmb_alloc_base to resemble the current version in Linux.
26258
26259 Signed-off-by: Andy Fleming <afleming@freescale.com>
26260
26261commit 63796c4e61b207d2e635729d41b7a7f7d188b03c
26262Author: Andy Fleming <afleming@freescale.com>
26263Date: Mon Jun 16 13:58:54 2008 -0500
26264
26265 Add lmb_free
26266
26267 lmb_free allows us to unreserve some memory so we can use lmb_alloc_base or
26268 lmb_reserve to temporarily reserve some memory.
26269
26270 Signed-off-by: Andy Fleming <afleming@freescale.com>
26271
26272commit 4b03ac8b5102ad95f9fede7d13fa236977593e7d
26273Author: Andy Fleming <afleming@freescale.com>
26274Date: Mon Jun 16 13:58:53 2008 -0500
26275
26276 Add ALIGN() macro
26277
26278 ALIGN() returns the smallest aligned value greater than the passed
26279 in address or size. Taken from Linux.
26280
26281 Signed-off-by: Andy Fleming <afleming@freescale.com>
26282
4188f049
WD
26283commit 93262af85e3e9d9974c6c08fbd37a9a72e090ca2
26284Author: Stefan Roese <sr@denx.de>
26285Date: Tue Jun 24 17:15:22 2008 +0200
26286
26287 ppc4xx: Fix compilation problems with phys_size_t
26288
26289 This patch includes <asm/types.h> before <asm/u-boot.h> in some 4xx
26290 board specific files where it has been missing.
26291
26292 Signed-off-by: Stefan Roese <sr@denx.de>
26293
01db232d
WD
26294commit 28eab0d77352b84885f938759bf2612b7bf0bc44
26295Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
26296Date: Mon May 19 12:26:38 2008 +0200
26297
26298 Conditionally add -fno-stack-protector to CFLAGS
26299
26300 When compile-testing on powerpc, I get errors like this:
26301
26302 net/nfs.c:422: undefined reference to `__stack_chk_fail_local'
26303
26304 This seems to be because -fstack-protector is on by default, so
26305 let's explicitly disable it on all architectures that support the
26306 option.
26307
26308 The Ubuntu toolchain is affected by this problem, and according to
26309 Mike Frysinger, Gentoo has been running with SSP enabled for years.
26310 More and more distros are turning SSP on by default, so this problem
26311 is likely to get worse in the future.
26312
26313 Also, powerpc just happens to be one of the arches I do
26314 compile-testing on. There may be other arches affected by this too.
26315
26316 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
26317
26318commit dfd3be881c03a26e31f0dea4a42e76061fa610ac
26319Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26320Date: Sun May 18 19:09:52 2008 +0200
26321
26322 pcmcia/ti_pci1410a: Move compile condition to the Makefile
26323
26324 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26325
26326commit 72d5d5f7b5c74a188df238ec6dd824d80c74857a
26327Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26328Date: Sun May 18 19:09:51 2008 +0200
26329
26330 pxa_pcmcia: Move compile condition to the Makefile
26331
26332 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26333
26334commit c9eff32881fb429101c937cf8c268f1d42e5c2a9
26335Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26336Date: Sun May 18 19:09:50 2008 +0200
26337
26338 marabun_pcmcia: Move compile condition to the Makefile
26339
26340 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26341
4188f049
WD
26342commit 6a19c46cae43c16c528eddefae3db97134f1915d
26343Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
26344Date: Mon Jun 23 13:25:34 2008 +0200
26345
26346 fix non-working mvBL-M7
26347
26348 Add missing #define CONFIG_HIGH_BATS in mvBL-M7 board config file.
26349
26350 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
26351 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
26352
26353commit 846f1574ddddeda2bc227655e687308695f41cdc
26354Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
26355Date: Mon Jun 23 11:40:56 2008 +0200
26356
26357 fix system config overwrite @ MPC834x and MPC8313
26358
26359 During 83xx setup the "System I/O configuration register high" gets
26360 overwritten with user defined value if CFG_SICRH is defined.
26361
26362 Regarding to the MPC834x manual (Table 5-28 reve.1) bits 28+29 of SICRH
26363 must keep their reset value regardless of configuration.
26364
26365 On my board (using RGMII) those bits are set after reset - yet it's
26366 unclear where they come from.
26367
26368 The patch keeps both bits on MPC834x and MPC8313.
26369
26370 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
26371 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
26372
26373commit 4890246a2c5df90a74e2941e3673a49bbd36aee9
26374Author: Kim Phillips <kim.phillips@freescale.com>
26375Date: Tue Jun 17 17:45:27 2008 -0500
26376
26377 mpc83xx: move CPU_TYPE_ENTRY over to processor.h
26378
26379 to avoid this:
26380
26381 cpu.c:47:1: warning: "CPU_TYPE_ENTRY" redefined
26382 In file included from cpu.c:33:
26383 /home/kim/git/u-boot/include/asm/processor.h:982:1: warning: this is the location of the previous definition
26384
26385 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
26386
26387commit aac7a5095b968d6c9a3e6422f31b4ad203cac9c8
26388Author: Stefan Roese <sr@denx.de>
26389Date: Mon Jun 23 11:15:09 2008 +0200
26390
26391 ppc4xx: Fix problem in gpio_config()
26392
26393 As pointed out by Guennadi Liakhovetski (thanks), pin2 is already shifted
26394 left by one. So the additional shift is bogus.
26395
26396 Signed-off-by: Stefan Roese <sr@denx.de>
26397
26398commit 40777812316fc252c941665c0f60c148fd79d50f
26399Author: Detlev Zundel <dzu@denx.de>
26400Date: Fri Jun 20 22:24:05 2008 +0200
26401
26402 fdt: Fix typo in variable name.
26403
26404 Signed-off-by: Detlev Zundel <dzu@denx.de>
26405
26406commit 5f723a3b98c630bde33de74351f2121691fdef14
26407Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
26408Date: Fri Jun 20 10:41:05 2008 +0200
26409
26410 avr32: Enable SPI flash support on ATNGW100
26411
26412 The ATNGW100 has 8MB DataFlash on board. Give users access to it through
26413 the new SPI flash framework.
26414
26415 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
26416
26417commit 5605ef6b5802921cbefe6a933a9dea3497396b5c
26418Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
26419Date: Fri Jun 20 12:44:28 2008 +0200
26420
26421 avr32: Fix SPI portmux initialization
26422
26423 Use the new GPIO manipulation functions to set up the chip select lines,
26424 and make sure both busses use GPIO for chip select control.
26425
26426 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
26427
26428commit 4688f9e34a87e825aed34d07c9ca7a273e6fc8ab
26429Author: Peter Ma <pma@mediamatech.com>
26430Date: Sun Jun 1 22:59:24 2008 -0700
26431
26432 avr32: Add GPIO manipulation functions
26433
26434 Adds GPIO manipulation functions for AVR32 AP7 platform.
26435
26436 Signed-off-by: Peter Ma <pma@mediamatech.com>
26437 [haavard.skinnemoen@atmel.com: coding style fixup, slight simplification]
26438 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
26439
01db232d
WD
26440commit b4fe1a71090c73efc6e4188eed188b2ff67fc02a
26441Author: Wolfgang Grandegger <wg@grandegger.com>
26442Date: Thu Jun 5 13:02:30 2008 +0200
26443
26444 MPC8360ERDK: adapt NAND interface for the re-written FSL NAND UPM driver
26445
26446 This patch is based on the following patch sent a few minutes ago:
26447 "NAND FSL UPM: driver re-write using the hwcontrol callback"
26448 It is untested, of course. Anton, could you please give it a try.
26449
26450 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
26451 Acked-by: Anton Vorontsov <avorontsov@ru.mvista.com>
26452
26453commit 96026d42fa4e646d28318c0a1438aac4b2017909
26454Author: Anatolij Gustschin <agust@denx.de>
26455Date: Thu Jun 12 12:40:11 2008 +0200
26456
26457 Fix 4xx build issue
26458
26459 Building for 4xx doesn't work since commit 4dbdb768:
26460
26461 In file included from 4xx_pcie.c:28:
26462 include/asm/processor.h:971: error: expected ')' before 'ver'
26463 make[1]: *** [4xx_pcie.o] Error 1
26464
26465 This patch fixes the problem.
26466
26467 Signed-off-by: Anatolij Gustschin <agust@denx.de>
26468 Acked-by: Stefan Roese <sr@denx.de>
26469 Acked-by: Kumar Gala <galak@kernel.crashing.org>
26470
699f0512
WD
26471commit a036b0443657fe0f4773786de9092251869f08ac
26472Author: Kumar Gala <galak@kernel.crashing.org>
26473Date: Thu Jun 19 01:45:50 2008 -0500
26474
26475 MPC8610HPCD: Report board id, board version and fpga version.
26476
26477 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
26478
26479commit 7de8c21f14df9c20fdcf6027aec8e8545f75f835
26480Author: Kumar Gala <galak@kernel.crashing.org>
26481Date: Thu Jun 19 01:45:27 2008 -0500
26482
26483 MPC8641HPCN: Report board id, board version and fpga version.
26484
26485 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
26486
01db232d
WD
26487commit fb8c061ea05fc68d37e2a8b9f8c949d76c8d71a8
26488Author: Stefan Roese <sr@denx.de>
26489Date: Mon Jun 16 10:40:02 2008 +0200
26490
26491 cfi-flash: Fix problem in flash_toggle(), busy was not detected reliably
26492
26493 This patch simplifies flash_toggle() (AMD commandset), which is used to
26494 detect if a FLASH device is still busy with erase/program operations. On
26495 800MHz Canyonlands/Glacier boards (460EX/GT) the current implementation
26496 did not detect the busy state reliably, resulting in non erased sectors
26497 etc. This patch now simplifies this function by "just" comparing the
26498 complete data-word instead of ANDing it with the command-word (0x40)
26499 before the compatison. It is done the same way in the Linux implementation
26500 chip_ready() in cfi_cmdset_0002.c.
26501
26502 Signed-off-by: Stefan Roese <sr@denx.de>
26503
26504commit 9e4006bca3d9fb4a2d061996771036cb01e539d3
26505Author: Philip Balister <philip@balister.org>
26506Date: Mon Jun 16 08:58:07 2008 -0400
26507
26508 NAND: Add missing declaration to non-redundant saveenv().
26509
26510 Signed-off-by: Scott Wood <scottwood@freescale.com>
26511
26512commit 2cdb7f50ac59594540fffdf8dbd7b12beac79c52
26513Author: Wolfgang Grandegger <wg@grandegger.com>
26514Date: Mon Jun 2 15:09:55 2008 +0200
26515
26516 MPC8360ERDK: adapt NAND interface for the re-written FSL NAND UPM driver
26517
26518 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
26519 Acked-by: Anton Vorontsov <avorontsov@ru.mvista.com>
26520 Signed-off-by: Scott Wood <scottwood@freescale.com>
26521
26522commit 212ed90615c3d20fa6bd73d70d5153bd0d124e5f
26523Author: Stefan Roese <sr@denx.de>
26524Date: Tue Jun 10 15:34:11 2008 +0200
26525
26526 ppc4xx: Canyonlands: Disable the RTC M41T62 square wave output
26527
26528 This patch disables the square wave output of the M41T62 RTC used on
26529 Canyonlands & Glacier. Here the explanation:
26530
26531 The serial real-time clock part used in the design is an
26532 STMicro M41T62. This part has a full-time 32KHz square wave
26533 output that is connected to the TmrClk input to the
26534 processor. The default state for this square wave output is
26535 enabled so the output runs continuously when the board is
26536 powered normally and also from the battery. The TmrClk input
26537 to the processor goes to ground when the power is removed
26538 from the board/processor, and therefore the running square
26539 wave output is driving ground which drains the battery quickly.
26540
26541 Signed-off-by: Stefan Roese <sr@denx.de>
26542
26543commit a94f22f08f280905926219e568568964cb9eeb9d
26544Author: Andy Fleming <afleming@freescale.com>
26545Date: Wed Jun 11 18:10:20 2008 -0500
26546
26547 Fix build issue with string.h and linux/string.h
26548
26549 This commit:
26550 commit 338cc038461a6c7709c5b86fd9a240209338a1ae
26551 Author: Wolfgang Denk <wd@denx.de>
26552 Date: Fri Jun 6 14:28:14 2008 +0200
26553
26554 tools/mkimage: fix compiler warnings on some systems.
26555
26556 Broke building on some systems, because the host's string.h was interfering
26557 with u-boot's linux/string.h. It doesn't look like we need the u-boot one if
26558 we're building for the host, so now we only include when building inside
26559 u-boot.
26560
26561 Signed-off-by: Andy Fleming <afleming@freescale.com>
26562
26563commit 9973e3c614721bbf169882ffc3be266a6611cd60
26564Author: Becky Bruce <becky.bruce@freescale.com>
26565Date: Mon Jun 9 16:03:40 2008 -0500
26566
26567 Change initdram() return type to phys_size_t
26568
26569 This patch changes the return type of initdram() from long int to phys_size_t.
26570 This is required for a couple of reasons: long int limits the amount of dram
26571 to 2GB, and u-boot in general is moving over to phys_size_t to represent the
26572 size of physical memory. phys_size_t is defined as an unsigned long on almost
26573 all current platforms.
26574
26575 This patch *only* changes the return type of the initdram function (in
26576 include/common.h, as well as in each board's implementation of initdram). It
26577 does not actually modify the code inside the function on any of the platforms;
26578 platforms which wish to support more than 2GB of DRAM will need to modify
26579 their initdram() function code.
26580
26581 Build tested with MAKEALL for ppc, arm, mips, mips-el. Booted on powerpc
26582 MPC8641HPCN.
26583
26584 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
26585
26586commit 391fd93ab23e15ab3dd58a54f5b609024009c378
26587Author: Becky Bruce <becky.bruce@freescale.com>
26588Date: Mon Jun 9 20:37:18 2008 -0500
26589
26590 Change lmb to use phys_size_t/phys_addr_t
26591
26592 This updates the lmb code to use phys_size_t
26593 and phys_addr_t instead of unsigned long. Other code
26594 which interacts with this code, like getenv_bootm_size()
26595 is also updated.
26596
26597 Booted on MPC8641HPCN, build-tested ppc, arm, mips.
26598
26599 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
26600
26601commit 61b09fc2952dc636017df4e7970e3de132276ba1
26602Author: Becky Bruce <becky.bruce@freescale.com>
26603Date: Mon Jun 9 20:37:17 2008 -0500
26604
26605 Change print_size to take phys_size_t
26606
26607 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
26608
26609commit b57ca3e128cc10a133ba79bc7ec3e7b50e7c8fbe
26610Author: Becky Bruce <becky.bruce@freescale.com>
26611Date: Mon Jun 9 20:37:16 2008 -0500
26612
26613 Change bd/gd memsize/ram_size to be phys_size_t.
26614
26615 Currently, both are defined as an unsigned long, but
26616 should be phys_size_t. This should result in no real change,
26617 since phys_size_t is currently an unsigned long for all the
26618 default configs. Also add print_lnum to cmd_bdinfo to deal
26619 with the potentially wider memsize.
26620
26621 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
26622
26623commit ba04f7010958e88a8910f2a123fee53fdc72e013
26624Author: Kumar Gala <galak@kernel.crashing.org>
26625Date: Tue Jun 10 16:16:02 2008 -0500
26626
26627 FSL LAW: Add new interface to use the last free LAW
26628
26629 LAWs have the concept of priority so its useful to be able to allocate
26630 the lowest (highest number) priority. We will end up using this with the
26631 new DDR code.
26632
26633 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
26634
26635commit 859a86a25c569d3665ff413d1d923394b8a961f3
26636Author: Kumar Gala <galak@kernel.crashing.org>
26637Date: Wed Jun 11 00:51:45 2008 -0500
26638
26639 85xx/86xx: Move to dynamic mgmt of LAWs
26640
26641 With the new LAW interface (set_next_law) we can move to letting the
26642 system allocate which LAWs are used for what purpose. This makes life
26643 a bit easier going forward with the new DDR code.
26644
26645 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
26646 Signed-off-by: Andy Fleming <afleming@freescale.com>
26647 Acked-by: Jon Loeliger <jdl@freescale.com>
26648 Acked-by: Becky Bruce <becky.bruce@freescale.com>
26649
26650commit f060054dadbbe7027ca088eed806a3ef1f82fdb7
26651Author: Kumar Gala <galak@kernel.crashing.org>
26652Date: Wed Jun 11 00:44:10 2008 -0500
26653
26654 FSL LAW: Keep track of LAW allocations
26655
26656 Make it so we keep track of which LAWs have allocated and provide
26657 a function (set_next_law) which can allocate a LAW for us if one is
26658 free.
26659
26660 In the future we will move to doing more "dynamic" LAW allocation
26661 since the majority of users dont really care about what LAW number
26662 they are at.
26663
26664 Also, add CONFIG_MPC8540 or CONFIG_MPC8560 to those boards which needed them
26665
26666 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
26667 Signed-off-by: Andy Fleming <afleming@freescale.com>
26668
26669commit ddde74a159caa6e18b481fec01d40b885aebb566
26670Author: Kumar Gala <galak@kernel.crashing.org>
26671Date: Mon Jun 9 22:31:57 2008 -0500
26672
26673 85xx: remove dummy board_early_init_f
26674
26675 A number of board ports have empty version of board_early_init_f
26676 for no reason since we control its via CONFIG_BOARD_EARLY_INIT_F.
26677
26678 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
26679
26680commit 81e56e9af0d43712db8efb843606a8d62eab454f
26681Author: Kumar Gala <galak@kernel.crashing.org>
26682Date: Mon Jun 9 18:55:38 2008 -0500
26683
26684 MPC8544DS: Update config.h
26685
26686 * Enable flash progress
26687 * remove CLEAR_LAW0 since we dont really use it
26688
26689 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
26690
26691commit 978e81604c1b28526ed580df0fbe64eb8384e94f
26692Author: Kumar Gala <galak@kernel.crashing.org>
26693Date: Mon Jun 9 13:37:24 2008 -0500
26694
26695 85xx: Remove unused and unconfigured memory test code.
26696
26697 Remove unused and unconfigured DDR test code from FSL 85xx boards.
26698 Besides, other common code exists.
26699
26700 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
26701
26702commit a23cddde1a95f987e3fe2a720a7ec9375b7264d7
26703Author: Sergei Poselenov <sposelenov@emcraft.com>
26704Date: Fri Jun 6 15:42:45 2008 +0200
26705
26706 Socrates: Added FPGA base address update in FDT.
26707
26708 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
26709
26710commit fd51b0e0e620b8bc9fd4f6daa3a4fa6f5e1316f4
26711Author: Sergei Poselenov <sposelenov@emcraft.com>
26712Date: Fri Jun 6 15:42:44 2008 +0200
26713
26714 Socrates: NAND support added. Changed the U-Boot base address and
26715
26716 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
26717
26718commit 248ae5cfc8bf69074d1da099dc495d8e06070547
26719Author: Sergei Poselenov <sposelenov@emcraft.com>
26720Date: Fri Jun 6 15:42:43 2008 +0200
26721
26722 NAND: Added support for 128-bit OOB, adapted
26723
26724 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
26725
26726commit 31ca0208612f2eb57690110d7c2815953650e47b
26727Author: Sergei Poselenov <sposelenov@emcraft.com>
26728Date: Fri Jun 6 15:42:42 2008 +0200
26729
26730 Socrates: added missed file with UPMA configuration data.
26731
26732 Signed-of-by: Sergei Poselenov <sposelenov@emcraft.com>
26733
26734commit 59abd15b43cab7a4d19de4ba0943837d9555f7ba
26735Author: Sergei Poselenov <sposelenov@emcraft.com>
26736Date: Fri Jun 6 15:42:41 2008 +0200
26737
26738 Socrates: Added FPGA mapping. LAWs and TLBs cleanup.
26739
26740 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
26741
26742commit 740280e68ccc0b971e613face7eaaa8bd1382b8c
26743Author: Sergei Poselenov <sposelenov@emcraft.com>
26744Date: Fri Jun 6 15:42:40 2008 +0200
26745
26746 Added the upmconfig() function for 85xx.
26747
26748 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
26749 Signed-off-by: Andy Fleming <afleming@freescale.com>
26750
26751commit d39e68514ff943930ee692cff3fde03532eb7fec
26752Author: Sergei Poselenov <sposelenov@emcraft.com>
26753Date: Fri Jun 6 15:42:39 2008 +0200
26754
26755 Socrates: config file cleanup.
26756
26757 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
26758
26759commit e8cc3f04b124f757af4528206e60d8eb715ae083
26760Author: Wolfgang Grandegger <wg@grandegger.com>
26761Date: Thu Jun 5 13:12:10 2008 +0200
26762
26763 TQM85xx: Change memory map to support Flash memory > 128 MiB
26764
26765 Some TQM85xx boards could be equipped with up to 1 GiB (NOR) Flash
26766 memory. The current memory map only supports up to 128 MiB Flash.
26767 This patch adds the configuration option CONFIG_TQM_BIGFLASH. If
26768 set, up to 1 GiB flash is supported. To achieve this, the memory
26769 map has to be adjusted in great parts (for example the CCSRBAR is
26770 moved from 0xE0000000 to 0xA0000000).
26771
26772 If you want to boot Linux with CONFIG_TQM_BIGFLASH set, the new
26773 memory map also has to be considered in the kernel (changed
26774 CCSRBAR address, changed PCI IO base address, ...). Please use
26775 an appropriate Flat Device Tree blob (tqm8548.dtb).
26776
26777 Signed-off-by: Martin Krause <martin.krause@tqs.de>
26778 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
26779
26780commit 1c2deff22cd6e2bf0e618fd6e09ca3eec5a8d051
26781Author: Wolfgang Grandegger <wg@grandegger.com>
26782Date: Thu Jun 5 13:12:09 2008 +0200
26783
26784 TQM85xx: NAND support via local bus UPMB
26785
26786 This patch adds support for NAND FLASH on the TQM8548. It is disabled by
26787 default and can be enabled for the TQM8548 modules. It is now based on
26788 the re-written FSL NAND UPM driver. A patch has been posted earlier today
26789 with the subject:
26790
26791 "NAND FSL UPM: driver re-write using the hwcontrol callback"
26792
26793 Note that the R/B pin is not supported by that module requiring to use
26794 the specified maximum delay time.
26795
26796 Note: With NAND support enabled the size of the U-Boot image exceeds
26797 256 KB and TEXT_BASE must therefore be set to 0xfff80000 in config.mk,
26798 doubling the image size :-(.
26799
26800 Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
26801 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
26802
26803commit b9e8078bb3f3c48111a7081e27279938c3a445e1
26804Author: Wolfgang Grandegger <wg@grandegger.com>
26805Date: Thu Jun 5 13:12:08 2008 +0200
26806
26807 TQM8548: PCI express support
26808
26809 This patch adds support for PCI express cards. The board support
26810 now uses common FSL PCI init code, for both, PCI and PCIe on all
26811 TQM85xx modules.
26812
26813 Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
26814 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
26815
26816commit 1287e0c55a2ee2c575ac9ce8e4302cd4085be876
26817Author: Wolfgang Grandegger <wg@grandegger.com>
26818Date: Thu Jun 5 13:12:07 2008 +0200
26819
26820 TQM8548: Basic support for the TQM8548 modules
26821
26822 This patch adds basic support for the TQM8548 module from TQ-Components
26823 (http://www.tqc.de/) including DDR2 SDRAM initialisation and support for
26824 eTSEC 3 and 4
26825
26826 Furthermore Flash buffer write has been enabled to speed up output to
26827 the Flash by approx. a factor of 10.
26828
26829 Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
26830 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
26831
26832commit 25991353204c78b094c3c1fec90182dcd607ab8f
26833Author: Wolfgang Grandegger <wg@grandegger.com>
26834Date: Thu Jun 5 13:12:06 2008 +0200
26835
26836 TQM85xx: Support for Flat Device Tree
26837
26838 This patch adds support for Linux kernels using the Flat Device Tree.
26839 It also re-defines the default environment settings for booting Linux
26840 with the FDT blob.
26841
26842 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
26843
26844commit d9ee843d54c54776e1fdb86336ce554906a87331
26845Author: Wolfgang Grandegger <wg@grandegger.com>
26846Date: Thu Jun 5 13:12:05 2008 +0200
26847
26848 TQM85xx: Support for Intel 82527 compatible CAN controller
26849
26850 This patch adds initialization of the UPMC RAM to support up to two
26851 Intel 82527 compatible CAN controller on the TQM85xx modules.
26852
26853 Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
26854 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
26855
26856commit 518d5cfe72916323c746af1647764459914f555f
26857Author: Wolfgang Grandegger <wg@grandegger.com>
26858Date: Thu Jun 5 13:12:04 2008 +0200
26859
26860 TQM85xx: Bugfix in the SDRAM initialisation
26861
26862 The CS0_BNDS register is now set according to the detected
26863 memory size.
26864
26865 Signed-off-by Martin Krause <martin.krause@tqs.de>
26866
26867commit 45dee2e620ccec6ac7b3548fe8979a34fd030e5d
26868Author: Wolfgang Grandegger <wg@grandegger.com>
26869Date: Thu Jun 5 13:12:03 2008 +0200
26870
26871 TQM85xx: Fix chip select configuration for second FLASH bank
26872
26873 This patch fixes the re-calculation of the automatic chip select
26874 configuration for boards with two populated FLASH banks.
26875
26876 Signed-off-by: Martin Krause <martin.krause@tqs.de>
26877
26878commit 46346f27cda6fd025a496bde8f2d4aeee04aca5f
26879Author: Wolfgang Grandegger <wg@grandegger.com>
26880Date: Thu Jun 5 13:12:02 2008 +0200
26881
26882 TQM85xx: Support for Spansion 'N' type flashes added
26883
26884 The 'N' type Spansion flashes (S29GLxxxN series) have bigger sectors,
26885 than the formerly used 'M' types (S29GLxxxM series), so the flash layout
26886 needs to be changed -> new start address of the environment. The macro
26887 definition CONFIG_TQM_FLASH_N_TYPE is undefined by default and must be
26888 defined for boards with 'N' type flashes.
26889
26890 Signed-off-by: Martin Krause <martin.krause@tqs.de>
26891 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
26892
26893commit 5d5bd838f76eade22c0ea40a500389f924d0da36
26894Author: Wolfgang Grandegger <wg@grandegger.com>
26895Date: Thu Jun 5 13:12:01 2008 +0200
26896
26897 TQM85xx: Fix CPM port pin configuration
26898
26899 Do not configure port pins PD30/PD31 as SCC1 TxD/RxD except for the TQM8560
26900 board. On the other TQM85xx boards (TQM8541 and TQM8555) SCC1 is not used
26901 as serial interface anyway. Worse, on some board variants configuring the
26902 pins for SCC1 leads to short circuits (for example on the TQM8541-BG).
26903
26904 Signed-off-by: Martin Krause <martin.krause@tqs.de>
26905
26906commit b99ba1679e8cd51b023e67098c89e606e47137d2
26907Author: Wolfgang Grandegger <wg@grandegger.com>
26908Date: Thu Jun 5 13:12:00 2008 +0200
26909
26910 TQM85xx: Various coding style fixes
26911
26912 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
26913
26914commit ae9e97fa96f643c8ba2b666b06a026cc8717eb00
26915Author: Gerald Van Baren <vanbaren@cideas.com>
26916Date: Tue Jun 10 22:15:58 2008 -0400
26917
26918 libfdt: Move the working_fdt pointer to cmd_fdt.c
26919
26920 The working_fdt pointer was declared in common/fdt_support.c but was
26921 not used there. Move it to common/cmd_fdt.c where it is used (it is
26922 also used in lib_ppc/bootm.c).
26923
26924 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
26925
26926commit e489b9c078e22b0d9e75f002cd2a1bd967e88f5e
26927Author: Kim Phillips <kim.phillips@freescale.com>
26928Date: Tue Jun 10 11:06:17 2008 -0500
26929
26930 fdt: unshadow global working fdt variable
26931
26932 differentiate with local variables of the same name by renaming the
26933 global 'fdt' variable 'working_fdt'.
26934
26935 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
26936
26937commit e1eb0e25d9d8fd8efdfb93f670a417663f386022
26938Author: Andy Fleming <afleming@freescale.com>
26939Date: Tue Jun 10 18:49:34 2008 -0500
26940
26941 socrates: Fix PCI clk fix patch
26942
26943 The submitted patch seems to have been more up-to-date, but an older patch was
26944 already in the repository. This patch encompasses the differences
26945
26946 Taken entirely from Sergei Poselenov <sposelenov@emcraft.com>
26947
26948 Signed-off-by: Andy Fleming <afleming@freescale.com>
26949
26950commit a75a57ef6e4b613c81434971e96ed70cf9ec9ba0
26951Author: Wolfgang Grandegger <wg@grandegger.com>
26952Date: Thu Jun 5 13:02:29 2008 +0200
26953
26954 NAND FSL UPM: driver re-write using the hwcontrol callback
26955
26956 This is a re-write of the NAND FSL UPM driver using the more universal
26957 hwcontrol callback (instead of the cmdfunc callback). Here is a brief
26958 list of furher modifications:
26959
26960 - For the time being, the UPM setup writing the UPM array has been
26961 removed from the driver and must now be done by the board specific
26962 code.
26963
26964 - The bus width definition in "struct fsl_upm_nand" is now in bits to
26965 comply with the corresponding Linux driver and 8, 16 and 32 bit
26966 accesses are supported.
26967
26968 - chip->dev_read is only set if fun->dev_ready != NULL, which is
26969 required for boards not connecting the R/B pin.
26970
26971 - A few issue have been fixed with MxMR bit manipulation like in the
26972 corresponding Linux driver.
26973
26974 Note: I think the "io_addr" field of "struct fsl_upm" could be removed
26975 as well, because the address is already determined by
26976 "nand->IO_ADDR_[RW]", but I'm not 100% sure.
26977
26978 This patch has been tested on a TQM8548 modules with the NAND chip
26979 Micron MT29F8G08FABWP.
26980
26981 This patch is based on the following patches posted to this list a few
26982 minutes ago:
26983
26984 PPC: add accessor macros to clear and set bits in one shot
26985 83xx/85xx/86xx: add more MxMR local bus definitions
26986
26987 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
26988 Acked-by: Anton Vorontsov <avorontsov@ru.mvista.com>
26989
26990commit 6beecfbb542992eede5831240cd58678274683a9
26991Author: Wolfgang Grandegger <wg@grandegger.com>
26992Date: Thu Jun 5 13:11:59 2008 +0200
26993
26994 MPC85xx: Beautify boot output of L2 cache configuration
26995
26996 The boot output is now aligned poperly with other boot output
26997 lines, e.g.:
26998
26999 FLASH: 128 MB
27000 L2: 512 KB enabled
27001
27002 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
27003
27004commit 398415114f0a705163a14543e9fef03f734b1ffa
27005Author: Wolfgang Grandegger <wg@grandegger.com>
27006Date: Wed Jun 4 12:45:22 2008 +0200
27007
27008 PPC: add accessor macros to clear and set bits in one shot
27009
27010 PPC: add accessor macros to clear and set bits in one shot
27011
27012 This patch adds macros from linux/include/asm-powerpc/io.h to clear and
27013 set bits in one shot using the in_be32, out_be32, etc. accessor functions.
27014 They are very handy to manipulate bits it I/O registers.
27015
27016 This patch is required for my forthcoming FSL NAND UPM driver re-write and
27017 the support for the TQM8548 module.
27018
27019 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
27020
27021commit 4677988c7edc070c3786d3db7994abeca3ab82a0
27022Author: Wolfgang Grandegger <wg@grandegger.com>
27023Date: Wed Jun 4 13:52:17 2008 +0200
27024
27025 TQM: move TQM boards to board/tqc
27026
27027 Move all TQM board directories to the vendor specific directory "tqc"
27028 for modules from TQ-Components GmbH (http://www.tqc.de).
27029
27030 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
27031
27032commit 6fab2fe72ca5bf95280cd52cdf378af3e506eb50
27033Author: Wolfgang Grandegger <wg@grandegger.com>
27034Date: Mon Jun 2 12:09:30 2008 +0200
27035
27036 83xx/85xx/86xx: add more MxMR local bus definitions
27037
27038 83xx/85xx/86xx: add more MxMR local bus definitions
27039
27040 This patch adds more macro definitions for the UPM Machine Mode Registers
27041 They are copied from "include/mpc82xx.h" to simplify the merge of all 8xxx
27042 common local bus definitions into include/asm-ppc/fsl_lbc.h. They are
27043 required for my forthcoming FSL NAND UPM driver re-write and the support
27044 for the TQM8548 module.
27045
27046 This patch is based on the following two patches from Anton Vorontsov:
27047
27048 http://www.mail-archive.com/u-boot-users@lists.sourceforge.net/msg06511.html
27049 http://www.mail-archive.com/u-boot-users@lists.sourceforge.net/msg06587.html
27050
27051 I leave coding style violation fixes, code beautification and name
27052 corrections to somebody else ;-(.
27053
27054 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
27055
27056commit c8c5fc266e4499e283c293ccb972863156aa4134
27057Author: Anton Vorontsov <avorontsov@ru.mvista.com>
27058Date: Thu May 29 18:14:56 2008 +0400
27059
27060 83xx/85xx: further localbus cleanups
27061
27062 Merge mpc85xx.h's LBC defines to fsl_lbc.h. Also, adopt ACS names
27063 from mpc85xx.h, so ACS_0b10 renamed to ACS_DIV4, ACS_0b11 to ACS_DIV2.
27064
27065 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
27066
27067commit 42dbd667c88d496882d53e22656e89b654205492
27068Author: Anton Vorontsov <avorontsov@ru.mvista.com>
27069Date: Wed May 28 18:20:15 2008 +0400
27070
27071 83xx/85xx/86xx: factor out Freescale Localbus defines out of mpc83xx.h
27072
27073 This patch moves Freescale Localbus defines out of mpc83xx.h, so we could
27074 use it on MPC85xx and MPC86xx processors.
27075
27076 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
27077
27078commit 730b2fcf6fcd9eec3ea86fbb087c3f98aa23a769
27079Author: Kumar Gala <galak@kernel.crashing.org>
27080Date: Thu May 29 11:22:06 2008 -0500
27081
27082 85xx: Add setting of cache props in the device tree.
27083
27084 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
27085
27086commit 4dbdb7681e243431530df0725627192a0c4aefda
27087Author: Kumar Gala <galak@kernel.crashing.org>
27088Date: Tue Jun 10 16:53:46 2008 -0500
27089
27090 85xx: expose cpu identification
27091
27092 The current cpu identification code is used just to return the name
27093 of the processor at boot. There are some other locations that the name
27094 is useful (device tree setup). Expose the functionality to other bits
27095 of code.
27096
27097 Also, drop the 'E' suffix and add it on by looking at the SVR version
27098 when we print this out. This is mainly to allow the most flexible use
27099 of the name. The device tree code tends to not care about the 'E' suffix.
27100
27101 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
27102
27103commit 2329fe113d847e43cca8e4a0e4edd613b50b8492
27104Author: Kim Phillips <kim.phillips@freescale.com>
27105Date: Tue Jun 10 13:25:24 2008 -0500
27106
27107 mpc83xx: MVBLM7: minor build fixups
27108
27109 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
27110
27111commit a1293e549b56da135ef32ffca5b9d35a16aa6802
27112Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
27113Date: Tue Jun 10 09:14:05 2008 +0200
27114
27115 add MPC8343 based board mvBlueLYNX-M7 (board+make files)
27116
27117 Add MPC8343 based board mvBlueLYNX-M7.
27118 It's a single board stereo camera system.
27119 Please read doc/README.mvblm7 for details.
27120
27121 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
27122 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
27123
27124commit c005b93925ba49f07da2aa748527996d927e172f
27125Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
27126Date: Tue Jun 10 09:13:16 2008 +0200
27127
27128 add MPC8343 based board mvBlueLYNX-M7 (doc+config)
27129
27130 Add MPC8343 based board mvBlueLYNX-M7.
27131 It's a single board stereo camera system.
27132 Please read doc/README.mvblm7 for details.
27133
27134 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
27135 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
27136
27137commit f9023afbdfd9f27e7c38f3cce965746e56d62dd3
27138Author: Anton Vorontsov <avorontsov@ru.mvista.com>
27139Date: Thu May 29 18:14:56 2008 +0400
27140
27141 83xx/85xx: further localbus cleanups
27142
27143 move the BRx_* and ORx_* left behind in mpc85xx.h
27144
27145 The same is needed for mpc8xx.h and mpc8260.h (defines are almost
27146 the same, just few differences which needs some attention though).
27147
27148 But the bad news for mpc8xx and mpc8260 is that there are a lot of users
27149 of these defines. So this cleanup I'll leave for the "better times".
27150
27151 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
27152 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
27153
27154commit bf30bb1f7c954d7855d9b23624b33b00c50b4697
27155Author: Anton Vorontsov <avorontsov@ru.mvista.com>
27156Date: Wed May 28 18:20:15 2008 +0400
27157
27158 83xx/85xx/86xx: factor out Freescale Localbus defines out of mpc83xx.h
27159
27160 This patch moves Freescale Localbus defines out of mpc83xx.h, so we could
27161 use it on MPC85xx and MPC86xx processors.
27162
27163 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
27164 Acked-by: Andy Fleming <afleming@freescale.com>
27165 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
27166
27167commit d82b4fc0ce8cca95e857fc51022e841cb2dbee6a
27168Author: Tor Krill <tor@excito.com>
27169Date: Mon Jun 2 15:09:30 2008 +0200
27170
27171 Add missing CSCONFIG_BANK_BIT_3 define to mpc83xx.h
27172
27173 Signed-off-by: Tor Krill <tor@excito.com>
27174 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
27175
27176commit 3b904ccb93c3196727e2e9870cb1df903cab19ad
27177Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
27178Date: Mon Jun 9 23:37:44 2008 +0900
27179
27180 net: Conditional COBJS inclusion of network drivers
27181
27182 Replace COBJS-y with appropriate driver config names.
27183
27184 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
27185 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
27186
27187commit 2fb698bf50f4aff2485581a12fa634a07c040e4a
27188Author: Gerald Van Baren <vanbaren@cideas.com>
27189Date: Mon Jun 9 21:02:17 2008 -0400
27190
27191 Use strncmp() for the fdt command
27192
27193 Cleaner than doing multiple conditionals on characters.
27194
27195 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
27196
27197commit 47abe8ab290d2721a8eeadff65b939e6af8c01b0
27198Author: Gerald Van Baren <vanbaren@cideas.com>
27199Date: Sat Jun 7 12:25:05 2008 -0400
27200
27201 The fdt boardsetup command criteria was not unique
27202
27203 It was checking just for "b", which is not unique with respect to the
27204 "boot" command. Change to check for "boa"[rdsetup].
27205
27206 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
27207
27208commit 2f08bfa9526bae4f461e043530cfb903fec0d273
27209Author: David Gibson <david@gibson.dropbear.id.au>
27210Date: Tue May 20 17:19:11 2008 +1000
27211
27212 libfdt: Several cleanups to parameter checking
27213
27214 This patch makes a couple of small cleanups to parameter checking of
27215 libfdt functions.
27216
27217 - In several functions which take a node offset, we use an
27218 idiom involving fdt_next_tag() first to check that we have indeed been
27219 given a node offset. This patch adds a helper function
27220 _fdt_check_node_offset() to encapsulate this usage of fdt_next_tag().
27221
27222 - In fdt_rw.c in several places we have the expanded version
27223 of the RW_CHECK_HEADER() macro for no particular reason. This patch
27224 replaces those instances with an invocation of the macro; that's what
27225 it's for.
27226
27227 - In fdt_sw.c we rename the check_header_sw() function to
27228 sw_check_header() to match the analgous function in fdt_rw.c, and we
27229 provide an SW_CHECK_HEADER() wrapper macro as RW_CHECK_HEADER()
27230 functions in fdt_rw.c
27231
27232 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
27233
27234commit fec6d9ee7c10443f65ce1788ef818919167bbf2e
27235Author: Gerald Van Baren <vanbaren@cideas.com>
27236Date: Tue Jun 3 20:34:45 2008 -0400
27237
27238 Remove the deprecated CONFIG_OF_FLAT_TREE
27239
27240 Use CONFIG_OF_LIBFDT instead to support flattened device trees. It is
27241 cleaner, has better functionality, and is better supported.
27242
27243 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
27244
27245commit 62bcdda293efa752f8281fbd9da03822b27ce82f
27246Author: Gerald Van Baren <vanbaren@cideas.com>
27247Date: Tue Jun 3 20:26:29 2008 -0400
27248
27249 Change the stxxst to CONFIG_OF_LIBFDT
27250
27251 This was configured to use the deprecated CONFIG_OF_FLAT_TREE, change
27252 to CONFIG_OF_LIBFDT.
27253
27254 WARNING: It appears that this board lost its ability to boot via a
27255 flattened device tree prior to this changeset.
27256
27257 WARNING: This conversion was untested because I do not have a board to
27258 test it on.
27259
27260 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
27261
27262commit 589c04271d129729a8b01391453851ab9cc4069c
27263Author: Gerald Van Baren <vanbaren@cideas.com>
27264Date: Tue Jun 3 20:24:58 2008 -0400
27265
27266 Convert mpc7448hpc2 to CONFIG_OF_LIBFDT
27267
27268 This was configured to use the deprecated CONFIG_OF_FLAT_TREE, change
27269 to CONFIG_OF_LIBFDT.
27270
27271 WARNING: This conversion is untested because I do not have a board to
27272 test it on.
27273
27274 NOTE: The FDT blob (DTS) must have an /aliases/ethernet0 and (optionally)
27275 /aliases/ethernet1 property for the ethernet to work.
27276
27277 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
27278
27279commit ee1e35bede91debc8bff9b02f75574486033b652
27280Author: Kumar Gala <galak@kernel.crashing.org>
27281Date: Thu May 29 01:21:24 2008 -0500
27282
27283 85xx: Only use PORPLLSR[DDR_Ratio] on platforms that define it
27284
27285 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
27286
27287commit 3b9519fc50802436e417c839e69df7b2016cade5
27288Author: Becky Bruce <becky.bruce@freescale.com>
27289Date: Wed May 14 13:10:04 2008 -0500
27290
27291 MPC85xx: Change traps.c to not reference non-addressable memory
27292
27293 Currently, END_OF_RAM is used by the trap code to determine if
27294 we should attempt to access the stack pointer or not. However,
27295 on systems with a lot of RAM, only a subset of the RAM is
27296 guaranteed to be mapped in and accessible. Change END_OF_RAM
27297 to use get_effective_memsize() instead of using the raw ram
27298 size out of the bd.
27299
27300 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
27301
27302commit 7faddaecea52f585f538fdf9c2e61f85a789b19c
27303Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
27304Date: Mon Jun 9 13:39:57 2008 +0900
27305
27306 sh: Renesas Solutions SH7763RDP board support
27307
27308 SH7763RDP has SCIF, NOR Flash, Ethernet, USB host, LCDC and MMC.
27309 In this patch, support SCIF, NOR Flash, and Ethernet.
27310
27311 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
27312 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27313
27314commit 60179098a95eaa972007d7ec58e4c1588029720f
27315Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
27316Date: Fri Jun 6 16:24:13 2008 +0900
27317
27318 sh: Add support Renesas SH7763
27319
27320 Renesas SH7763 has 3 SCIF, MMC, LCDC, Ethernet and other.
27321 This patch supprts CPU register's header file.
27322
27323 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
27324 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27325
27326commit 08c5fabe181d663eec0feba5ecd02c0b78934a52
27327Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
27328Date: Fri Jun 6 16:16:08 2008 +0900
27329
27330 sh: SH7763 SCIF support
27331
27332 SH7763 has 3 SCIF channels. SCIF0 and 1 are same register constitution,
27333 but only SCIF2 is different. This patch work all SCIF channel.
27334
27335 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
27336 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27337
27338commit 79b51ff8205f0354d5300570614c1d2db499679c
27339Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
27340Date: Sat Jun 7 20:51:59 2008 +0900
27341
27342 [MIPS] cpu/mips/Makefile: Split [CS]OBJS onto separate lines
27343
27344 Also get rid of some #ifdefs in *.c files.
27345
27346 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
27347
27348commit 8bde63eb3f79d68f693201528dafc8ae7aa087de
27349Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
27350Date: Sat Jun 7 20:51:56 2008 +0900
27351
27352 [MIPS] Rename Alchemy processor configs into CONFIG_SOC_*
27353
27354 CONFIG_SOC_AU1X00
27355
27356 Common Alchemy Au1x00 stuff. All Alchemy processor based machines
27357 need to have this config as a system type specifier.
27358
27359 CONFIG_SOC_AU1000, CONFIG_SOC_AU1100, CONFIG_SOC_AU1200,
27360 CONFIG_SOC_AU1500, CONFIG_SOC_AU1550
27361
27362 Machine type specifiers. Each port should have one of aboves.
27363
27364 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
27365
27366commit cc49cadeeb8bb2f0ae3fdc13af7051ae59f083bc
27367Author: Stuart Wood <stuart.wood@labxtechnologies.com>
27368Date: Fri May 30 16:05:28 2008 -0400
27369
27370 env_nand.c: Added bad block management for environment variables
27371
27372 Modified to check for bad blocks and to skipping over them when
27373 CFG_ENV_RANGE has been defined.
27374 CFG_ENV_RANGE must be larger than CFG_ENV_SIZE and aligned to the NAND
27375 flash block size.
27376
27377 Signed-off-by: Stuart Wood <stuart.wood@labxtechnologies.com>
27378 Signed-off-by: Scott Wood <scottwood@freescale.com>
27379
27380commit 279726bd00558e80263d44581c44167625b7fb9a
27381Author: Becky Bruce <becky.bruce@freescale.com>
27382Date: Wed May 14 13:09:58 2008 -0500
27383
27384 MPC86xx: Change traps.c to not reference non-addressable memory
27385
27386 Currently, END_OF_RAM is used by the trap code to determine if
27387 we should attempt to access the stack pointer or not. However,
27388 on systems with a lot of RAM, only a subset of the RAM is
27389 guaranteed to be mapped in and accessible. Change END_OF_RAM
27390 to use get_effective_memsize() instead of using the raw ram
27391 size out of the bd to prevent us from trying to access
27392 non-mapped memory.
27393
27394 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
27395
27396commit 338cc038461a6c7709c5b86fd9a240209338a1ae
27397Author: Wolfgang Denk <wd@denx.de>
27398Date: Fri Jun 6 14:28:14 2008 +0200
27399
27400 tools/mkimage: fix compiler warnings on some systems.
27401
27402 Signed-off-by: Wolfgang Denk <wd@denx.de>
27403
27404commit b2815f79288d4da7a3ba18bdbd05120ce09d5622
27405Author: Stefan Roese <sr@denx.de>
27406Date: Fri Jun 6 16:10:41 2008 +0200
27407
27408 ppc4xx: Fix misspelled CONFIG_440SPE/440EPX/GRX config options
27409
27410 We use upper case letters for the AMCC processor defines (like
27411 CONFIG_440SPE) in U-Boot. So the 440SPe is labeled CONFIG_440SPE and
27412 not CONFIG_440SPe. This patch fixes the last misspelled config options.
27413
27414 Signed-off-by: Stefan Roese <sr@denx.de>
27415
27416commit 72675dc6c06a48846d180106161d49dd714383cc
27417Author: Stefan Roese <sr@denx.de>
27418Date: Fri Jun 6 15:55:21 2008 +0200
27419
27420 ppc4xx: Unify AMCC's board config files (part 3/3)
27421
27422 This patch series unifies the AMCC eval board ports by introducing
27423 a common include header for all AMCC eval boards:
27424
27425 include/configs/amcc-common.h
27426
27427 This header now includes all common configuration options/defines which
27428 are removed from the board specific headers.
27429
27430 The reason for this is ease of maintenance and unified look and feel
27431 of all AMCC boards.
27432
27433 Signed-off-by: Stefan Roese <sr@denx.de>
27434
27435commit 490f204096d6e2c9940f67816f154a8125bab116
27436Author: Stefan Roese <sr@denx.de>
27437Date: Fri Jun 6 15:55:03 2008 +0200
27438
27439 ppc4xx: Unify AMCC's board config files (part 2/3)
27440
27441 This patch series unifies the AMCC eval board ports by introducing
27442 a common include header for all AMCC eval boards:
27443
27444 include/configs/amcc-common.h
27445
27446 This header now includes all common configuration options/defines which
27447 are removed from the board specific headers.
27448
27449 The reason for this is ease of maintenance and unified look and feel
27450 of all AMCC boards.
27451
27452 Signed-off-by: Stefan Roese <sr@denx.de>
27453
27454commit a8a11a9ed046b480a16e47a158f8f5300028dfa6
27455Author: Stefan Roese <sr@denx.de>
27456Date: Fri Jun 6 15:54:31 2008 +0200
27457
27458 ppc4xx: Unify AMCC's board config files (part 1/3)
27459
27460 This patch series unifies the AMCC eval board ports by introducing
27461 a common include header for all AMCC eval boards:
27462
27463 include/configs/amcc-common.h
27464
27465 This header now includes all common configuration options/defines which
27466 are removed from the board specific headers.
27467
27468 The reason for this is ease of maintenance and unified look and feel
27469 of all AMCC boards.
27470
27471 Signed-off-by: Stefan Roese <sr@denx.de>
27472
27473commit 0e38c938ed4bcadb4f4fc1419a541431e94fc202
27474Author: Remy Bohmer <linux@bohmer.net>
27475Date: Thu Jun 5 13:03:36 2008 +0200
27476
27477 DM9000 fix status check fail 0x6d error for trizeps board
27478
27479 According to the Application Notes of the DM9000, only the 2 bits 0:1 of
27480 the status byte need to be checked to identify a valid packet in the fifo
27481
27482 But, The several different Application Notes do not all speak the same
27483 language on these bits. They do not disagree, but only 1 Application Note
27484 noted explicitly that only these 2 bits need to be checked.
27485 Even the datasheets do not mention anything about these 2 bits.
27486
27487 Because the old code, and the kernel check the whole byte, I left this piece
27488 untouched.
27489
27490 However, I tested all board/DM9000[A|E|EP] devices with this 2 bit check, so
27491 it should work.
27492
27493 Notice, that the 2nd iteration through this receive loop (when a 2nd packet is
27494 in the fifo) is much shorter now, compared to the older U-boot driver code,
27495 so that we can maybe run into a hardware condition now that was never seen
27496 before, or maybe was seen very unfrequently.
27497
27498 Additionaly added a cleanup of a stack variable.
27499
27500 Signed-off-by: Remy Bohmer <linux@bohmer.net>
27501 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
27502
27503commit 7daf2ebe9196dd67131a06d85049c3a8a08ca413
27504Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
27505Date: Thu Jun 5 22:29:00 2008 +0900
27506
27507 [MIPS] Update <asm/addrspace.h> header
27508
27509 - Fix traditional KSEG names
27510 - Replace PHYSADDR with CPHYSADDR
27511
27512 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
27513
27514commit f0d5a6f060d00358b85c62a921a423ea8df71184
27515Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
27516Date: Thu Jun 5 22:29:00 2008 +0900
27517
27518 [MIPS] mips_config.mk: Misc fixes
27519
27520 - Kill redundant `-pipe' (this will be added by $(TOPDIR)/config.mk)
27521 - Modify comments
27522
27523 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
27524
27525commit 5f64d21c9a2998794f255b469165b91f092dfc2d
27526Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
27527Date: Thu Jun 5 22:29:00 2008 +0900
27528
27529 [MIPS] Kill unused <version.h> inclusions
27530
27531 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
27532
27533commit a55d48174cfd1a5bc184159513f48dcbbe409c83
27534Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
27535Date: Thu Jun 5 22:29:00 2008 +0900
27536
27537 [MIPS] lib_mips/time.c: Fix CP0 count register usage and timer routines
27538
27539 MIPS port has two problems in timer routines. One is now we assume CFG_HZ
27540 equals to CP0 counter frequency, but this is wrong. CFG_HZ has to be 1000
27541 in the U-Boot system.
27542
27543 The other is we don't have a proper time management counter like timestamp
27544 other ARCHs have. We need the 32-bit millisecond clock counter.
27545
27546 This patch introduces timestamp and CYCLES_PER_JIFFY. timestamp is a
27547 32-bit non-overflowing CFG_HZ counter, and CYCLES_PER_JIFFY is the number
27548 of calculated CP0 counter cycles in a CFG_HZ.
27549
27550 STRATEGY:
27551
27552 * Fix improper CFG_HZ value to have 1000
27553
27554 * Use CFG_MIPS_TIMER_FREQ for timer counter frequency, instead.
27555
27556 * timer_init: initialize timestamp and set up the first timer expiration.
27557 Note that we don't need to initialize CP0 count/compare registers here
27558 as they have been already zeroed out on the system reset. Leave them as
27559 they are.
27560
27561 * get_timer: calculate how many timestamps have been passed, then return
27562 base-relative timestamp. Make sure we can easily count missed timestamps
27563 regardless of CP0 count/compare value.
27564
27565 * get_ticks: return the current timestamp, that is get_timer(0).
27566
27567 Most parts are from good old Linux v2.6.16 kernel.
27568
27569 v2:
27570 - Remove FIXME comments as they turned out to be trivial.
27571 - Use CP0 compare register as a global variable for expirelo.
27572 - Kill a global variable 'cycles_per_jiffy'. Use #define CYCLES_PER_JIFFY
27573 instead.
27574
27575 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
27576
27577commit 199e4f657c8af42efe3fb3ba1d1104eb6bb28c25
27578Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
27579Date: Thu Jun 5 22:29:00 2008 +0900
27580
27581 [MIPS] lib_mips/time.c: Fix udelay
27582
27583 What we have to do is just to wait for given micro-seconds. No need to
27584 take into account current time, get_timer and CFG_HZ.
27585
27586 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
27587
27588commit c7e38e413ae69120d3e51f132c7cb1d6b3514d03
27589Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
27590Date: Thu Jun 5 22:28:59 2008 +0900
27591
27592 [MIPS] lib_mips/time.c: Replace CP0 access functions with existing macros
27593
27594 We already have many pre-defined CP0 access macros in <asm/mipsregs.h>.
27595 This patch replaces mips_{compare,count}_set and mips_count_get with
27596 existing macros.
27597
27598 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
27599
27600commit 6b52cfe16cd539935e32bd8cf19146522e462a4d
27601Author: Remy Bohmer <linux@bohmer.net>
27602Date: Tue Jun 3 15:48:17 2008 +0200
27603
27604 Get rid of annoying/superfluous bad-checksum warning message
27605
27606 U-boot can complain a lot about 'checksum bad' when it is attached to the network.
27607 It is annoying for ordinary users who start to doubt the network connection
27608 in general when they see messages like this.
27609
27610 This is caused by the routine NetCksumOk() which cannot handle IP-headers longer
27611 than 20 bytes. Those packages can be ignored anyway by U-boot, so we trash them
27612 now before checking the checksum.
27613
27614 Signed-off-by: Remy Bohmer <linux@bohmer.net>
27615 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
27616
27617commit d6ee5fa40c26970d39990c6fc4a2f20a97822650
27618Author: Remy Bohmer <linux@bohmer.net>
27619Date: Wed Jun 4 10:47:25 2008 +0200
27620
27621 Fix order for reading rx-status registers in 32bit mode of DM9000
27622
27623 A last minute cleanup before submitting the DM9000A patch series yesterday introduced
27624 a bug in reading the rx-status registers in 32bit mode only.
27625 This patch repairs this.
27626
27627 Signed-off-by: Remy Bohmer <linux@bohmer.net>
27628 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
27629
27630commit 98291e2e689096420465074cce926b226d2e71b4
27631Author: Remy Bohmer <linux@bohmer.net>
27632Date: Tue Jun 3 15:26:26 2008 +0200
27633
27634 DM9000: Some minor code cleanups
27635
27636 Some lines of the U-boot DM9000x driver are longer than 80 characters, or
27637 need some other minor cleanup.
27638
27639 Signed-off-by: Remy Bohmer <linux@bohmer.net>
27640 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
27641
27642commit 850ba7555dbd4ca8d14fc475b864d534797adab3
27643Author: Remy Bohmer <linux@bohmer.net>
27644Date: Tue Jun 3 15:26:25 2008 +0200
27645
27646 DM9000: Make driver work properly for DM9000A
27647
27648 The DM9000A network controller does not work with the U-boot DM9000x driver.
27649 Analysis showed that many incoming packets are lost.
27650
27651 The DM9000A Application Notes V1.20 (section 5.6.1) recommend that the poll to
27652 check for a valid rx packet be done on the interrupt status register, not
27653 directly by performing the dummy read and the rx status check as is currently
27654 the case in the u-boot driver.
27655
27656 When the recommended poll is done as suggested the driver starts working
27657 correctly on 10Mbit/HD, but on 100MBit/FD packets come in faster so that there
27658 can be more than 1 package in the fifo at the same time.
27659
27660 The driver must perform the rx-status check in a loop and read and handle all
27661 packages until there is no more left _after_ the interrupt RX flag is set.
27662
27663 This change has been tested with DM9000A, DM9000E, DM9000EP.
27664
27665 Signed-off-by: Remy Bohmer <linux@bohmer.net>
27666 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
27667
27668commit fbcb7ece0ea1e364180f1cf963e0fa0ce7f6560d
27669Author: Remy Bohmer <linux@bohmer.net>
27670Date: Tue Jun 3 15:26:24 2008 +0200
27671
27672 DM9000: Improve eth_reset() routine
27673
27674 According to the application notes of the DM9000 v1.22 chapter 5.2 bullet 2, the
27675 reset procedure must be done twice to properly reset the DM9000 by means of software.
27676 This errata is not needed anymore for the DM9000A, but it does not bother it.
27677
27678 This change has been tested with DM9000A, DM9000E, DM9000EP.
27679
27680 Signed-off-by: Remy Bohmer <linux@bohmer.net>
27681 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
27682
27683commit acba31847fad9ae40708cc2c9f3a634ec35f3416
27684Author: Remy Bohmer <linux@bohmer.net>
27685Date: Tue Jun 3 15:26:23 2008 +0200
27686
27687 DM9000: improve eth_send() routine
27688
27689 The eth_send routine of the U-boot DM9000x driver does not match the
27690 DM9000 or DM9000A application notes/programming guides.
27691
27692 This change improves the stability of the DM9000A network controller.
27693
27694 This change has been tested with DM9000A, DM9000E, DM9000EP.
27695
27696 Signed-off-by: Remy Bohmer <linux@bohmer.net>
27697 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
27698
27699commit 134e266253c02a7832560da59d394989c4f64453
27700Author: Remy Bohmer <linux@bohmer.net>
27701Date: Tue Jun 3 15:26:22 2008 +0200
27702
27703 DM9000: repair debug logging
27704
27705 It seems that the debugging code of the DM9000x driver in U-boot has not been
27706 compiled for a long time, because it cannot compile...
27707
27708 Also rearranged some loglines to get more useful info while debugging.
27709
27710 Signed-off-by: Remy Bohmer <linux@bohmer.net>
27711 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
27712
27713commit a101361bfe23c120321e45d114c0603b8e0763e9
27714Author: Remy Bohmer <linux@bohmer.net>
27715Date: Tue Jun 3 15:26:21 2008 +0200
27716
27717 DM9000: Add data bus-width auto detection.
27718
27719 The U-boot DM9000x driver contains a compile time bus-width definition for
27720 the databus connected to the network controller.
27721
27722 This compile check makes the code unclear, inflexible and is unneccessary.
27723 It can be asked to the network controller what its bus-width is by reading bits
27724 6 and 7 of the interrupt status register.
27725
27726 The linux kernel already uses a runtime mechanism to determine this bus-width,
27727 so the implementation below looks somewhat like that implementation.
27728
27729 This change has been tested with DM9000A, DM9000E, DM9000EP.
27730
27731 Signed-off-by: Remy Bohmer <linux@bohmer.net>
27732 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
27733
27734commit 63a0afa0c32e5f4ea98a9439542870072437404d
27735Author: Stefan Roese <sr@denx.de>
27736Date: Wed Jun 4 19:19:20 2008 +0200
27737
27738 ppc4xx: Fix problem with SDRAM init in bamboo NAND booting port
27739
27740 This patch fixes a problem spotted by Eugene O'Brian (thanks Eugene)
27741 introduced by the commit:
27742
27743 ppc4xx/NAND_SPL: Consolidate 405 and 440 NAND booting code in start.S
27744
27745 With this patch SDRAM will get initialized again and booting from NAND
27746 is working again.
27747
27748 Signed-off-by: Stefan Roese <sr@denx.de>
27749 Acked-by: Eugene O'Brien <eugene.obrien@advantechamt.com>
27750
27751commit 9ef1cbef1a649e3779298b0e663be4865cbbbfbc
27752Author: Wolfgang Denk <wd@denx.de>
27753Date: Tue May 27 14:19:30 2008 +0200
27754
27755 Socrates: Fix PCI bus frequency report
27756
27757 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
27758
27759commit 8ec6e332eace0ee78c71ee5f645d12b06813b86f
27760Author: Tor Krill <tor@excito.com>
27761Date: Thu May 29 11:10:30 2008 +0200
27762
27763 Fix incorrect switch for IF_TYPE in part.c
27764
27765 Use correct field in block_dev_desc_t when writing interface type in
27766 dev_print. Error introduced in 574b3195.
27767
27768 Also added fix from Martin Krause
27769
27770 Signed-off-by: Tor Krill <tor@excito.com>
27771
27772commit b64b8a0bd310935b70af69ac970952f2b364ae56
27773Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
27774Date: Tue May 27 10:25:39 2008 +0200
27775
27776 Add size #defines for Altera Cyclone-II EP2C8 and EP2C20.
27777
27778 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
27779
27780commit 35ef877f0a8f6232cdef748f442fed5accb2b641
27781Author: Peter Tyser <ptyser@xes-inc.com>
27782Date: Thu May 22 18:56:52 2008 -0500
27783
27784 Additional fix to readline_into_buffer() with CONFIG_CMDLINE_EDITING before relocating
27785
27786 Removed unneeded command line history initialization. Also, the original
27787 code would access the 'initted' variable before relocation to SDRAM
27788 which resulted in erratic behavior since the bss is not initialized when
27789 executing from flash.
27790
27791 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
27792
27793commit 22f371b63038a4ecab04068877c1089e51a01ba1
27794Author: Grant Erickson <gerickson@nuovations.com>
27795Date: Wed May 21 13:28:30 2008 -0700
27796
27797 PPC4xx: Simplified post_word_{load, store}
27798
27799 This patch simplifies post_word_{load,store} by using the preprocessor
27800 to eliminate redundant, copy-and-pasted code.
27801
27802 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
27803
27804commit 9c048b523413ae5f3ff34e00cf57569c3368ab51
27805Author: Vasiliy Leoenenko <vasiliy.leonenko@mail.ru>
27806Date: Wed May 7 21:25:33 2008 +0400
27807
27808 cfi_flash: enable M18 flash chips family support.
27809
27810 Added new command set ID. Buffered write command processing is changed
27811 in order to support M18 flash chips family.
27812
27813 Signed-off-by: Alexey Korolev <akorolev@infradead.org>
27814 Signed-off-by: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
27815
27816commit 93c56f212ccdadc182018f0769cb284426b88f1d
27817Author: Vasiliy Leoenenko <vasiliy.leonenko@mail.ru>
27818Date: Wed May 7 21:24:44 2008 +0400
27819
27820 cfi_flash: support of long cmd in U-boot.
27821
27822 Some NOR flash chips needs support of commands with length grether than max
27823 value size of uchar. For example all M18 family chips use 0x1ff command in
27824 buffered write mode as value of program loops count.
27825
27826 Signed-off-by: Alexey Korolev <akorolev@infradead.org>
27827 Signed-off-by: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
27828
27829commit 4d91d1df2f16b511ab80dec50c80e050ba0d841e
27830Author: Stefan Roese <sr@denx.de>
27831Date: Fri May 16 11:06:06 2008 +0200
27832
27833 DTT: Issue one-shot command on AD7414 (LM75 code) to read temp
27834
27835 On AD7414 the first value upon bootup is not read correctly.
27836 This is most likely because of the 800ms update time of the
27837 temp register in normal update mode. To get current values
27838 each time we issue the "dtt" command including upon powerup
27839 we switch into one-short mode.
27840
27841 This patch fixes the problem on AD7414 equipped boards (Sequoia,
27842 Canyonlands etc), that temp value printed in the bootup log was
27843 incorrect.
27844
27845 Signed-off-by: Stefan Roese <sr@denx.de>
27846
27847commit de5bfcf7b0425e032be12698252dbaa6b65a28c0
27848Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
27849Date: Fri May 30 16:55:06 2008 +0200
27850
27851 ppc4xx: Cleanup CPCI405 variant's config file
27852
27853 This patch removes some dead code from CPCI405 board's
27854 config files. JFFS2 support is also removed. It's not used and
27855 CPCI4052 does not build anymore without some size reduction.
27856
27857 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
27858
27859commit 2918eb9d42bc705fcbd18c9fcc39d15ff2843c65
27860Author: Kenneth Johansson <kenneth@southpole.se>
27861Date: Thu May 29 16:32:33 2008 +0200
27862
27863 Remove shell variable UNDEF_SYM.
27864
27865 UNDEF_SYM is a shell variable in the main Makefile used to force the
27866 linker to add all u-boot commands to the final image. It has no use here.
27867
27868 Signed-off-by: Kenneth Johansson <kenneth@southpole.se>
27869
27870commit 8c66497e06bf803489c589df58ee591d71033274
27871Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
27872Date: Fri May 16 11:10:35 2008 +0200
27873
27874 Add support for environment in SPI flash
27875
27876 This is pretty incomplete...it doesn't handle reading the environment
27877 before relocation, it doesn't support redundant environment, and it
27878 doesn't support embedded environment. But apart from that, it does
27879 seem to work.
27880
27881 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
27882
27883commit b6368467e6a97f225e0a5fd7bfc5c7598ef5ddc4
27884Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
27885Date: Fri May 16 11:10:34 2008 +0200
27886
27887 SPI Flash: Add "sf" command
27888
27889 This adds a new command, "sf" which can be used to manipulate SPI
27890 flash. Currently, initialization, reading, writing and erasing is
27891 supported.
27892
27893 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
27894
27895commit d25ce7d24cc0f93881559f4009175ea305af65e8
27896Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
27897Date: Fri May 16 11:10:33 2008 +0200
27898
27899 SPI Flash subsystem
27900
27901 This adds a new SPI flash subsystem.
27902
27903 Currently, only AT45 DataFlash in non-power-of-two mode is supported,
27904 but some preliminary support for other flash types is in place as
27905 well.
27906
27907 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
27908
27909commit 60445cb5c3eb77ed1a07f2d908eef09174483698
27910Author: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
27911Date: Fri May 16 11:10:32 2008 +0200
27912
27913 atmel_spi: Driver for the Atmel SPI controller
27914
27915 This adds a driver for the SPI controller found on most AT91 and AVR32
27916 chips, implementing the new SPI API.
27917
27918 Changed in v4:
27919 - Update to new API
27920 - Handle zero-length transfers appropriately. The user may send a
27921 zero-length SPI transfer with SPI_XFER_END set in order to
27922 deactivate the chip select after a series of transfers with chip
27923 select active. This is useful e.g. when polling the status
27924 register of DataFlash.
27925
27926 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
27927
27928commit d255bb0e78d1cac5b7c8c98cb77a095f5f16de0d
27929Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
27930Date: Fri May 16 11:10:31 2008 +0200
27931
27932 SPI API improvements
27933
27934 This patch gets rid of the spi_chipsel table and adds a handful of new
27935 functions that makes the SPI layer cleaner and more flexible.
27936
27937 Instead of the spi_chipsel table, each board that wants to use SPI
27938 gets to implement three hooks:
27939 * spi_cs_activate(): Activates the chipselect for a given slave
27940 * spi_cs_deactivate(): Deactivates the chipselect for a given slave
27941 * spi_cs_is_valid(): Determines if the given bus/chipselect
27942 combination can be activated.
27943
27944 Not all drivers may need those extra functions however. If that's the
27945 case, the board code may just leave them out (assuming they know what
27946 the driver needs) or rely on the linker to strip them out (assuming
27947 --gc-sections is being used.)
27948
27949 To set up communication parameters for a given slave, the driver needs
27950 to call spi_setup_slave(). This returns a pointer to an opaque
27951 spi_slave struct which must be passed as a parameter to subsequent SPI
27952 calls. This struct can be freed by calling spi_free_slave(), but most
27953 driver probably don't want to do this.
27954
27955 Before starting one or more SPI transfers, the driver must call
27956 spi_claim_bus() to gain exclusive access to the SPI bus and initialize
27957 the hardware. When all transfers are done, the driver must call
27958 spi_release_bus() to make the bus available to others, and possibly
27959 shut down the SPI controller hardware.
27960
27961 spi_xfer() behaves mostly the same as before, but it now takes a
27962 spi_slave parameter instead of a spi_chipsel function pointer. It also
27963 got a new parameter, flags, which is used to specify chip select
27964 behaviour. This may be extended with other flags in the future.
27965
27966 This patch has been build-tested on all powerpc and arm boards
27967 involved. I have not tested NIOS since I don't have a toolchain for it
27968 installed, so I expect some breakage there even though I've tried
27969 fixing up everything I could find by visual inspection.
27970
27971 I have run-time tested this on AVR32 ATNGW100 using the atmel_spi and
27972 DataFlash drivers posted as a follow-up. I'd like some help testing
27973 other boards that use the existing SPI API.
27974
27975 But most of all, I'd like some comments on the new API. Is this stuff
27976 usable for everyone? If not, why?
27977
27978 Changed in v4:
27979 - Build fixes for various boards, drivers and commands
27980 - Provide common struct spi_slave definition that can be extended by
27981 drivers
27982 - Pass a struct spi_slave * to spi_cs_activate and spi_cs_deactivate
27983 - Make default bus and mode build-time configurable
27984 - Override default SPI bus ID and mode on mx32ads and imx31_litekit.
27985
27986 Changed in v3:
27987 - Add opaque struct spi_slave for controller-specific data associated
27988 with a slave.
27989 - Add spi_claim_bus() and spi_release_bus()
27990 - Add spi_free_slave()
27991 - spi_setup() is now called spi_setup_slave() and returns a
27992 struct spi_slave
27993 - soft_spi now supports four SPI modes (CPOL|CPHA)
27994 - Add bus parameter to spi_setup_slave()
27995 - Convert the new i.MX32 SPI driver
27996 - Convert the new MC13783 RTC driver
27997
27998 Changed in v2:
27999 - Convert the mpc8xxx_spi driver and the mpc8349emds board to the
28000 new API.
28001
28002 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
28003 Tested-by: Guennadi Liakhovetski <lg@denx.de>
28004
28005commit 289011207d999b2e4085150d2aa30d547ad9b800
28006Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28007Date: Fri May 16 11:10:30 2008 +0200
28008
28009 Move definition of container_of() to common.h
28010
28011 AVR32 and AT91SAM9 both have their own identical definitions of
28012 container_of() taken from the Linux kernel. Move it to common.h so
28013 that all architectures can use it.
28014
28015 container_of() is already used by some drivers, and will be used
28016 extensively by the new and improved SPI API.
28017
28018 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28019
28020commit 110e006fe67fb4a6e1719ae6956c79b7ffc0148b
28021Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28022Date: Fri May 16 11:08:11 2008 +0200
28023
28024 soft_i2c: Pull SDA high before reading
28025
28026 Spotted by Dean Capindale.
28027
28028 Systems that support open-drain GPIO properly are allowed provide an
28029 empty I2C_TRISTATE define. However, this means that we need to be
28030 careful not to drive SDA low when the slave is expected to respond.
28031
28032 This patch adds a missing I2C_SDA(1) to read_byte() required to
28033 tristate the SDA line on systems that support open-drain GPIO.
28034
28035 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28036
28037commit 3c1de1a6d36be9eee284a6c596a86e94f19cc5b2
28038Author: Stefan Roese <sr@denx.de>
28039Date: Mon May 19 11:34:53 2008 +0200
28040
28041 ppc4xx: Remove implementations of testdram()
28042
28043 This patch removes the used testdram() implementations of the board
28044 that are maintained by myself.
28045
28046 Signed-off-by: Stefan Roese <sr@denx.de>
28047
28048commit bbeff30cbd1c5d551eb0ad1c2239ec01844c0b0a
28049Author: Stefan Roese <sr@denx.de>
28050Date: Mon Jun 2 17:37:28 2008 +0200
28051
28052 ppc4xx: Remove superfluous dram_init() call or replace it by initdram()
28053
28054 Historically the 405 U-Boot port had a dram_init() call in early init
28055 stage. This function was still called from start.S and most of the time
28056 coded in assembler. This is not needed anymore (since a long time) and
28057 boards should implement the common initdram() function in C instead.
28058
28059 This patch now removed the dram_init() call from start.S and removes the
28060 empty implementations that are scattered through most of the 405 board
28061 ports. Some older board ports really implement this dram_init() though.
28062 These are:
28063
28064 csb272
28065 csb472
28066 ERIC
28067 EXBITGEN
28068 W7OLMC
28069 W7OLMG
28070
28071 I changed those boards to call this assembler dram_init() function now
28072 from their board specific initdram() instead. This *should* work, but please
28073 test again on those platforms. And it is perhaps a good idea that those
28074 boards use some common 405 SDRAM initialization code from cpu/ppc4xx at
28075 some time. So further patches welcome here.
28076
28077 Signed-off-by: Stefan Roese <sr@denx.de>
28078
28079commit 192f90e272b3989ee7b4a666d1fdab831f20f8d2
28080Author: Stefan Roese <sr@denx.de>
28081Date: Mon Jun 2 17:22:11 2008 +0200
28082
28083 ppc4xx: Use new 4xx SDRAM controller enable defines in common ECC code
28084
28085 Signed-off-by: Stefan Roese <sr@denx.de>
28086
28087commit 39b32be18cd33b53a84065edcd4e465165cc5564
28088Author: Stefan Roese <sr@denx.de>
28089Date: Mon Jun 2 17:20:03 2008 +0200
28090
28091 ppc4xx: Fix common ECC generation code for 440GP style platforms
28092
28093 This patch makes the common 4xx ECC code really usable on 440GP style
28094 platforms.
28095
28096 Since the IBM DDR controller used on 440GP/GX/EP/GR is not register
28097 compatible to the IBM DDR/2 controller used on 405EX/440SP/SPe/460EX/GT
28098 we need to make some processor dependant defines used later on by the
28099 driver.
28100
28101 Signed-off-by: Stefan Roese <sr@denx.de>
28102
28103commit ec724f883ee3f3925e6c55027e8ffa70ada83303
28104Author: Stefan Roese <sr@denx.de>
28105Date: Mon Jun 2 17:13:55 2008 +0200
28106
28107 ppc4xx: Change Kilauea to use the common DDR2 init function
28108
28109 This patch changes the kilauea and kilauea_nand (for NAND booting)
28110 board port to not use a board specific DDR2 init routine anymore. Now
28111 the common code from cpu/ppc4xx is used.
28112
28113 Thanks to Grant Erickson for all his basic work on this 405EX early
28114 bootup.
28115
28116 Signed-off-by: Stefan Roese <sr@denx.de>
28117
28118commit 17ceb069b85fbb9269c4dc09b2c237f88334c5ba
28119Author: Stefan Roese <sr@denx.de>
28120Date: Mon Jun 2 14:59:21 2008 +0200
28121
28122 ppc4xx: Consolidate PPC4xx SDRAM/DDR/DDR2 defines, part2
28123
28124 This patch now adds a new header file (asm-ppc/ppc4xx-sdram.h) for all
28125 ppc4xx related SDRAM/DDR/DDR2 controller defines.
28126
28127 Signed-off-by: Stefan Roese <sr@denx.de>
28128
28129commit 36ea16f6a066ccb046e91ebce4f326b69f4c0569
28130Author: Stefan Roese <sr@denx.de>
28131Date: Mon Jun 2 14:57:41 2008 +0200
28132
28133 ppc4xx: Consolidate PPC4xx SDRAM/DDR/DDR2 defines, part1
28134
28135 This patch removes all SDRAM related defines from the PPC4xx headers
28136 ppc405.h and ppc440.h. This is needed since now some 405 PPC's use
28137 the same SDRAM controller as 440 systems do (like 405EX and 440SP).
28138
28139 It also introduces new defines for the equipped SDRAM controller based on
28140 which PPC variant is used. There new defines are:
28141
28142 used on 405GR/CR/EP and some Xilinx Virtex boards.
28143
28144 used on 440GP/GX/EP/GR.
28145
28146 used on 440EPx/GRx.
28147
28148 used on 405EX/r/440SP/SPe/460EX/GT.
28149
28150 Signed-off-by: Stefan Roese <sr@denx.de>
28151
28152commit 64852d09e06dd6db2b2db2a3c59bc2db176a54d6
28153Author: Stefan Roese <sr@denx.de>
28154Date: Mon Jun 2 14:35:44 2008 +0200
28155
28156 ppc4xx/NAND_SPL: Consolidate 405 and 440 NAND booting code in start.S
28157
28158 This patch consolidates the 405 and 440 parts of the NAND booting code
28159 selected via CONFIG_NAND_SPL. Now common code is used to initialize the
28160 SDRAM by calling initdram() and to "copy/relocate" to SDRAM/OCM/etc.
28161 Only *after* running from this location, nand_boot() is called.
28162
28163 Please note that the initsdram() call is now moved from nand_boot.c
28164 to start.S. I experienced problems with some boards like Kilauea
28165 (405EX), which don't have internal SRAM (OCM) and relocation needs to
28166 be done to SDRAM before the NAND controller can get accessed. When
28167 initdram() is called later on in nand_boot(), this can lead to problems
28168 with variables in the bss sections like nand_ecc_pos[].
28169
28170 Signed-off-by: Stefan Roese <sr@denx.de>
28171 Acked-by: Scott Wood <scottwood@freescale.com>
28172
28173commit 8a24c07ba5da2c72ad1f05e3eb8a463750200c98
28174Author: Grant Erickson <gerickson@nuovations.com>
28175Date: Thu May 22 14:44:24 2008 -0700
28176
28177 ppc4xx: Enable Primordial Stack for 40x and Unify ECC Handling
28178
28179 This patch (Part 2 of 2):
28180
28181 * Rolls up a suite of changes to enable correct primordial stack and
28182 global data handling when the data cache is used for such a purpose
28183 for PPC40x-variants (i.e. CFG_INIT_DCACHE_CS).
28184
28185 * Related to the first, unifies DDR2 SDRAM and ECC initialization by
28186 eliminating redundant ECC initialization implementations and moving
28187 redundant SDRAM initialization out of board code into shared 4xx
28188 code.
28189
28190 * Enables MCSR visibility on the 405EX(r).
28191
28192 * Enables the use of the data cache for initial RAM on
28193 both AMCC's Kilauea and Makalu and removes a redundant
28194 CFG_POST_MEMORY flag from each board's CONFIG_POST value.
28195
28196 - Removed, per Stefan Roese's request, defunct memory.c file for
28197 Makalu and rolled sdram_init from it into makalu.c.
28198
28199 With respect to the 4xx DDR initialization and ECC unification, there
28200 is certainly more work that can and should be done (file renaming,
28201 etc.). However, that can be handled at a later date on a second or
28202 third pass. As it stands, this patch moves things forward in an
28203 incremental yet positive way for those platforms that utilize this
28204 code and the features associated with it.
28205
28206 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
28207 Signed-off-by: Stefan Roese <sr@denx.de>
28208
28209commit c821b5f120bedf73867513466412587c6912a8f8
28210Author: Grant Erickson <gerickson@nuovations.com>
28211Date: Thu May 22 14:44:14 2008 -0700
28212
28213 ppc4xx: Enable Primordial Stack for 40x and Unify ECC Handling
28214
28215 This patch (Part 1 of 2):
28216
28217 * Rolls up a suite of changes to enable correct primordial stack and
28218 global data handling when the data cache is used for such a purpose
28219 for PPC40x-variants (i.e. CFG_INIT_DCACHE_CS).
28220
28221 * Related to the first, unifies DDR2 SDRAM and ECC initialization by
28222 eliminating redundant ECC initialization implementations and moving
28223 redundant SDRAM initialization out of board code into shared 4xx
28224 code.
28225
28226 * Enables MCSR visibility on the 405EX(r).
28227
28228 * Enables the use of the data cache for initial RAM on
28229 both AMCC's Kilauea and Makalu and removes a redundant
28230 CFG_POST_MEMORY flag from each board's CONFIG_POST value.
28231
28232 - Removed, per Stefan Roese's request, defunct memory.c file for
28233 Makalu and rolled sdram_init from it into makalu.c.
28234
28235 With respect to the 4xx DDR initialization and ECC unification, there
28236 is certainly more work that can and should be done (file renaming,
28237 etc.). However, that can be handled at a later date on a second or
28238 third pass. As it stands, this patch moves things forward in an
28239 incremental yet positive way for those platforms that utilize this
28240 code and the features associated with it.
28241
28242 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
28243 Signed-off-by: Stefan Roese <sr@denx.de>
28244
28245commit a439680019e06171d4a5694b7992accce87f590e
28246Author: Grant Erickson <gerickson@nuovations.com>
28247Date: Wed May 21 13:28:30 2008 -0700
28248
28249 PPC4xx: Simplified post_word_{load, store}
28250
28251 This patch simplifies post_word_{load,store} by using the preprocessor
28252 to eliminate redundant, copy-and-pasted code.
28253
28254 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
28255
28256commit f979690ee337450b2030aba128f95b7a8d9881c0
28257Author: Kumar Gala <galak@kernel.crashing.org>
28258Date: Thu May 15 15:13:08 2008 -0500
28259
28260 Fix warnings from gcc-4.3.0 build on a ppc host
28261
28262 * The cfi_flash.c memset fix actual allows the board to boot so there is
28263 a bit more going on here than just resolving warnings associated with
28264 uninitialized variables.
28265
28266 * include/asm/bitops.h:302: warning: '__swab32p' is static but used in
28267 inline function 'ext2_find_next_zero_bit' which is not static
28268
28269 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
28270
28271commit 9b124a68346ce9605b6e1fcf79e1021541cdba9e
28272Author: Becky Bruce <becky.bruce@freescale.com>
28273Date: Wed May 14 13:09:51 2008 -0500
28274
28275 MPC512x: Change traps.c to not reference non-addressable memory
28276
28277 Currently, END_OF_RAM is used by the trap code to determine if
28278 we should attempt to access the stack pointer or not. However,
28279 on systems with a lot of RAM, only a subset of the RAM is
28280 guaranteed to be mapped in and accessible. Change END_OF_RAM
28281 to use get_effective_memsize() instead of using the raw ram
28282 size out of the bd.
28283
28284 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
28285
28286commit 81673e9ae14b771cd13faf19947192599cae3959
28287Author: Kumar Gala <galak@kernel.crashing.org>
28288Date: Tue May 13 19:01:54 2008 -0500
28289
28290 Make sure common.h is the first include.
28291
28292 If common.h isn't first we can get CONFIG_ options defined in the
28293 board config file ignored. This can cause an issue if any of those
28294 config options impact the size of types of data structures
28295 (eg CONFIG_PHYS_64BIT).
28296
28297 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
28298
28299commit 95d449ad4de79dd32b1705b8a4d3550f1e9081e3
28300Author: Marian Balakowicz <m8@semihalf.com>
28301Date: Tue May 13 15:53:29 2008 +0200
28302
28303 Avoid initrd and logbuffer area overlaps
28304
28305 Add logbuffer to reserved LMB areas to prevent initrd allocation
28306 from overlaping with it.
28307
28308 Make sure to use correct logbuffer base address.
28309
28310 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
28311
28312commit 6956d53d9934862507f83f0e3255dfd4662e7482
28313Author: Sascha Laue <sascha.laue@liebherr.com>
28314Date: Tue May 13 13:29:54 2008 +0200
28315
28316 lwmon5: add memory-pattern-test to FPGA POST.
28317
28318commit e34a0e911b6a1568d0ca864234fbd0ee060d9b35
28319Author: Becky Bruce <becky.bruce@freescale.com>
28320Date: Thu May 8 19:02:51 2008 -0500
28321
28322 PPC: 86xx Add bat registers to reginfo command
28323
28324 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
28325
28326commit d5b9b8cdb8b6eb3a8b0f5d9909d69ccc9c703ed9
28327Author: Becky Bruce <becky.bruce@freescale.com>
28328Date: Fri May 9 15:41:35 2008 -0500
28329
28330 PPC: Add print_bats() to lib_ppc/bat_rw.c
28331
28332 This function prints the values of all the BAT register
28333 pairs - I needed this for debug earlier this week; adding it to
28334 lib_ppc so others can use it (and add it to reginfo commands
28335 if so desired).
28336
28337 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
28338
28339commit c148f24c15743a02e855636e6bed013bd121f7f2
28340Author: Becky Bruce <becky.bruce@freescale.com>
28341Date: Thu May 15 21:29:04 2008 -0500
28342
28343 PPC: Change lib_ppc/bat_rw.c to use high bats
28344
28345 Currently, this code only deals with BATs 0-3, which makes
28346 it useless on systems that support BATs 4-7. Add the
28347 support for these registers.
28348
28349 Signed-off-by: Becky Bruce <Becky.bruce@freescale.com>
28350
28351commit 31d826722434931e1152a09d140187dcf72f8aac
28352Author: Becky Bruce <becky.bruce@freescale.com>
28353Date: Thu May 8 19:02:12 2008 -0500
28354
28355 PPC: Create and use CONFIG_HIGH_BATS
28356
28357 Change all code that conditionally operates on high bat
28358 registers (that is, BATs 4-7) to look at CONFIG_HIGH_BATS
28359 instead of the myriad ways this is done now. Define the option
28360 for every config for which high bats are supported (and
28361 enabled by early boot, on parts where they're not always
28362 enabled)
28363
28364 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
28365
28366commit aa3b8bf9c30065bb2ea852799d32db5020598495
28367Author: Wolfgang Grandegger <wg@grandegger.com>
28368Date: Wed May 28 19:55:19 2008 +0200
28369
28370 E1000: Add support for the 82541GI LF Intel Pro 1000 GT Desktop Adapter
28371
28372 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
28373 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
28374
28375commit ff36fbb2e7583fb808eef773f511489c7a9c2df3
28376Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
28377Date: Wed May 28 13:06:25 2008 -0500
28378
28379 ColdFire: Add 10 base ethernet support for mcf5445x
28380
28381 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
28382 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
28383
28384commit 1a9fcc4b765599db24fa9c32293599f24c7a19ba
28385Author: Jason McMullan <mcmullan@netapp.com>
28386Date: Fri May 30 00:53:38 2008 +0900
28387
28388 mips: Add an 'include/asm/errno.h', like all other architectures
28389
28390 All other u-boot architectures have an include/asm/errno.h, so
28391 this change adds it to the mips include/asm-mips headers also.
28392
28393 Stolen from Linux 2.6.25.
28394
28395 Signed-off-by: Jason McMullan <mcmullan@netapp.com>
28396
28397commit e2ad8426624bac457acc6925b6ff408e9bf20466
28398Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28399Date: Fri May 30 00:53:38 2008 +0900
28400
28401 [MIPS] <asm/mipsregs.h>: Update coprocessor register access macros
28402
28403 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28404
28405commit 1a3adac81c292f2ee76e43cdeb2fbe8f915fe194
28406Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28407Date: Fri May 30 00:53:38 2008 +0900
28408
28409 [MIPS] <asm/mipsregs.h>: Update register / bit field definitions
28410
28411 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28412
28413commit bf462ae450a7f2eeeddc699ed345b391e3263540
28414Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28415Date: Fri May 30 00:53:37 2008 +0900
28416
28417 [MIPS] <asm/mipsregs.h>: CodinygStyle cleanups
28418
28419 No functional changes.
28420
28421 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28422
28423commit 89a1550ec6b74452274a7a23127936e2c7eec711
28424Author: Jason McMullan <mcmullan@netapp.com>
28425Date: Fri May 30 00:53:37 2008 +0900
28426
28427 mips: If CONFIG_CMD_SPI is defined, call spi_init()
28428
28429 The mips architecture currently does not call 'spi_init()' in the generic
28430 board initialization routine is CONFIG_CMD_SPI is defined.
28431
28432 This patch rectifies that problem.
28433
28434 Signed-off-by: Jason McMullan <mcmullan@netapp.com>
28435 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28436
28437commit e996bc339b0f39f6c0b29b1455ba7eb318b023d3
28438Author: Jason McMullan <mcmullan@netapp.com>
28439Date: Fri May 30 00:53:37 2008 +0900
28440
28441 [MIPS] lib_mips/board.c: Add nand_init
28442
28443 This patch adds the standard 'nand_init()' call to the mips generic
28444 'board_init_r()' call, bringing MIPS in line with the other architectures.
28445
28446 Signed-off-by: Jason McMullan <mcmullan@netapp.com>
28447 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28448
28449commit d6ac2ed893c2168738aee01579d6283af8d37045
28450Author: Scott Wood <scottwood@freescale.com>
28451Date: Thu May 22 10:49:46 2008 -0500
28452
28453 Remove prototypes of nand_init() in favor of including nand.h.
28454
28455 Likewise with onenand_init().
28456
28457 Signed-off-by: Scott Wood <scottwood@freescale.com>
28458
28459commit 229c56f07a82eacda8c8720cb146fc9be0f6db54
28460Author: Scott Wood <scottwood@freescale.com>
28461Date: Thu May 22 10:49:00 2008 -0500
28462
28463 Make onenand_uboot.h self-sufficient.
28464
28465 Don't assume types are provided by previously included headers.
28466
28467 Signed-off-by: Scott Wood <scottwood@freescale.com>
28468
28469commit 9723bbb46abb7b2ca24eead5114a3faa58060c20
28470Author: Dirk Behme <dirk.behme@gmail.com>
28471Date: Wed Jan 16 14:26:59 2008 +0100
28472
28473 nand: Correct NAND erase percentage output
28474
28475 For NAND erase sizes smaller than one NAND erase block, erase
28476 percentage output becomes grater than 100% e.g.
28477
28478 -- cut --
28479 > nand info
28480 Device 0: NAND 64MiB 1,8V 8-bit, sector size 16 KiB
28481 > nand erase 0x100000 0x2000
28482 NAND erase: device 0 offset 0x100000, size 0x2000
28483 Erasing at 0x100000 -- 200% complete.
28484 OK
28485 >
28486 -- cut --
28487
28488 Correct this and give user a warning that more is erased than specified:
28489
28490 -- cut --
28491 > nand erase 0x100000 0x2000
28492 NAND erase: device 0 offset 0x100000, size 0x2000
28493 Warning: Erase size 0x00002000 smaller than one erase block 0x00004000
28494 Erasing 0x00004000 instead
28495 Erasing at 0x100000 -- 100% complete.
28496 OK
28497 >
28498 -- cut --
28499
28500 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
28501
28502commit 5922db6c0948506be91e0de44e7a6863a18a417f
28503Author: Stelian Pop <stelian@popies.net>
28504Date: Tue May 13 17:31:24 2008 +0200
28505
28506 Cleanup nand_info[] declaration.
28507
28508 The nand_info array is declared as extern in several .c files.
28509 Those days, nand.h contains a reference to the array, so there is
28510 no need to declare it elsewhere.
28511
28512 Signed-off-by: Stelian Pop <stelian@popies.net>
28513 Signed-off-by: Scott Wood <scottwood@freescale.com>
28514
28515commit 135f0a7488af2947adbe4b40b79280bdfe5e9886
28516Author: Scott Wood <scottwood@freescale.com>
28517Date: Mon May 19 09:30:43 2008 -0500
28518
28519 NAND: Provide a sane default for NAND_MAX_CHIPS.
28520
28521 This allows the header to be included regardless of whether a board's
28522 config file provides NAND-related defininitions.
28523
28524 Signed-off-by: Scott Wood <scottwood@freescale.com>
28525
28526commit a8092c021d27f27f4b323b7d49979ca01b3fc19d
28527Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28528Date: Mon May 26 12:19:10 2008 +0200
28529
28530 avr32: Fix theoretical race in udelay()
28531
28532 If the specified delay is very short, the cycle counter may go past the
28533 "end" time we are waiting for before we get around to reading it.
28534
28535 Fix it by checking the different between the cycle count "now" and the
28536 cycle count at the beginning. This will work as long as the delay
28537 measured in number of cycles is below 2^31.
28538
28539 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28540
28541commit 48ea623eae8674793372e3e7c95e72e5a44d7a95
28542Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28543Date: Wed May 21 13:01:09 2008 +0200
28544
28545 avr32: Compile atmel_mci.o conditionally
28546
28547 Remove #ifdef CONFIG_MMC from the source file and use conditional
28548 compilation in the Makefile instead.
28549
28550 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28551
28552commit e92a5bf8330654e33ac13f6b3058634e58f5d1c0
28553Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28554Date: Thu May 22 12:28:25 2008 +0200
28555
28556 avr32: Fix wrong error flags in atmel_mci driver
28557
28558 Make sure we check for CRC errors when sending commands that use CRC
28559 checking.
28560
28561 Reported-by: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
28562 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28563
28564commit 7a96ddadd13e6ac9a829affce9b6f8823f580e49
28565Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28566Date: Wed May 21 11:10:59 2008 +0200
28567
28568 avr32: Fix two warnings in atmel_mci.c
28569
28570 The warnings are harmless but annoying. Let's fix them.
28571
28572 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28573
28574commit a23e277c4a3a2bbc42d237aae29da3a8971e757f
28575Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28576Date: Mon May 19 11:36:28 2008 +0200
28577
28578 avr32: Rework SDRAM initialization code
28579
28580 This cleans up the SDRAM initialization and related code a bit, and
28581 allows faster booting.
28582
28583 * Add definitions for EBI and internal SRAM to asm/arch/memory-map.h
28584 * Remove memory test from sdram_init() and make caller responsible
28585 for verifying the SDRAM and determining its size.
28586 * Remove base_address member from struct sdram_config (was sdram_info)
28587 * Add data_bits member to struct sdram_config and kill CFG_SDRAM_16BIT
28588 * Add support for a common STK1000 hack: 16MB SDRAM instead of 8.
28589
28590 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28591
28592commit 95107b7c028806919630bf02c653aa8f4f867c94
28593Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28594Date: Mon May 19 11:27:37 2008 +0200
28595
28596 avr32: Do stricter stack checking in the exception handler
28597
28598 Don't do a stack dump if the stack pointer is outside the memory area
28599 reserved for stack.
28600
28601 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28602
28603commit caf83ea888a0220f41747d0b7748fa43b4a4bd49
28604Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28605Date: Fri May 2 15:32:57 2008 +0200
28606
28607 avr32: Use the same entry point for reset and exception handling
28608
28609 Since the reset vector is always aligned to a very large boundary, we
28610 can save a couple of KB worth of alignment padding by placing the
28611 exception vectors at the same address.
28612
28613 Deciding which one it is is easy: If we're handling an exception, the
28614 CPU is in Exception mode. If we're starting up after reset, the CPU is
28615 in Supervisor mode. So this adds a very minimal overhead to the reset
28616 path (only executed once) and the exception handling path (normally
28617 never executed at all.)
28618
28619 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28620
28621commit 0c16eed2189a190bd5655b33c029f809a9b31128
28622Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28623Date: Fri May 2 15:24:22 2008 +0200
28624
28625 avr32: Put memset in its own section
28626
28627 All C code is compiled with -ffunction-sections -fdata-sections.
28628 Assembly functions should get their own sections as well so that
28629 everything looks consistent.
28630
28631 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28632
28633commit 3ace2527ba80bd2fe1bceaab50d0b3c4fb5dd020
28634Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28635Date: Fri May 2 15:21:40 2008 +0200
28636
28637 avr32: Rename pm_init() as clk_init() and make SoC-specific
28638
28639 pm_init() was always more about clock initialization than anything
28640 else. Dealing with PLLs, clock gating and such is also inherently
28641 SoC-specific, so move it into a SoC-specific directory.
28642
28643 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28644
28645commit 4f5972c3b2454c22957f2842cfe64ec8118e015b
28646Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28647Date: Wed Apr 30 16:15:57 2008 +0200
28648
28649 avr32: Use new-style Makefile for the at32ap platform
28650
28651 This makes it easier to avoid compiling certain files later.
28652
28653 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28654
28655commit a9b2bb78a1bd8ebdb633509bdd1c8134d527b213
28656Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28657Date: Wed Apr 30 14:36:47 2008 +0200
28658
28659 avr32: Remove unused file cpu/at32ap/pm.c
28660
28661 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28662
28663commit 44453b25b06426eef0b7b2fa7c026fdf19ce34f2
28664Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28665Date: Wed Apr 30 14:19:28 2008 +0200
28666
28667 avr32: Clean up the HMATRIX code
28668
28669 Rework the HMATRIX configuration interface so that it becomes easier
28670 to configure the HMATRIX for boards with special needs, and add new
28671 parts.
28672
28673 The HMATRIX header file has been split into a general,
28674 chip-independent part with register definitions, etc. and a
28675 chip-specific part with SFR bitfield definitions and master/slave
28676 identifiers.
28677
28678 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28679
28680commit 0a2e48792dd372c90b80059f3235e67a567e16fc
28681Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28682Date: Thu Nov 22 12:14:11 2007 +0100
28683
28684 avr32: Add support for the ATSTK1006 board
28685
28686 This is a replacement for ATSTK1002 with 64MB SDRAM and NAND flash on
28687 board. It's currently in production and will be available soon.
28688
28689 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28690
28691commit 781eb9a1e4af4bd34c138e6126ec5cc6dd4b5440
28692Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28693Date: Tue Apr 29 12:53:05 2008 +0200
28694
28695 avr32: Get rid of the .flashprog section
28696
28697 The .flashprog section was only needed back when we were running
28698 directly from flash, and it's even more useless on NGW100 since it
28699 uses the CFI flash driver which never used this workaround in the
28700 first place.
28701
28702 Remove it on STK1000 as well, and get rid of all the associated code and
28703 annotations.
28704
28705 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28706
28707commit cdd42c0c7a5205fc380912d83229069a71ea3abf
28708Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28709Date: Wed Apr 30 13:09:56 2008 +0200
28710
28711 avr32: Use correct condition around macb clock accessors
28712
28713 get_macb_pclk_rate() and get_macb_hclk_rate() should be available when
28714 the chip has a MACB controller, not when it has a USART.
28715
28716 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28717
28718commit f793a3581901ff39c2abb94012d9bbc8573ccf02
28719Author: David Brownell <david-b@pacbell.net>
28720Date: Wed Apr 16 22:57:58 2008 -0700
28721
28722 avr32: Disable the AP7000 internal watchdog on startup
28723
28724 This patch forces the watchdog off in all cases. That will at least
28725 get rid of the constant reboot cycle, though it won't let the watchdog
28726 actually run in the new kernels: its probe() comes up with a polite
28727 warning.
28728
28729 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28730
28731commit 55ac7a7490b55da56659f95d82a0c83b9756df27
28732Author: David Brownell <david-b@pacbell.net>
28733Date: Fri Feb 22 12:54:39 2008 -0800
28734
28735 avr32: stk1002 and ngw100 convergence
28736
28737 Make STK1002 and NGW100 boards act more alike:
28738 - STK boards can use as many arguments as NGW
28739 - STK boards don't need to manage FPGAs either
28740 - NGW commands should match STK ones
28741
28742 Also spell U-Boot right in prompts for STK1002 and NGW100.
28743
28744 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
28745 [haavard.skinnemoen@atmel.com: update STK100[34] as well]
28746 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
28747
28748commit 5e1882df6a3efc7de5524d28cea4ecde7d163d54
28749Author: Sergei Poselenov <sposelenov@emcraft.com>
28750Date: Tue May 27 13:47:00 2008 +0200
28751
28752 Socrates: Fix PCI bus frequency report
28753
28754 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
28755
28756commit 791e1dba8de76ad8e762a7badb869f224a1f8b82
28757Author: Sergei Poselenov <sposelenov@emcraft.com>
28758Date: Tue May 27 11:49:13 2008 +0200
28759
28760 Socrates: Added USB support.
28761
28762 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
28763
28764commit 5a904e5637cff1d708dc67098004f83ba9e84c54
28765Author: Sergei Poselenov <sposelenov@emcraft.com>
28766Date: Tue May 27 11:35:02 2008 +0200
28767
28768 USB: add new configuration variable CONFIG_PCI_OHCI_DEVNO
28769
28770 In case of several PCI USB controllers on a board this variable
28771 specifys which controller to use.
28772 See doc/README.generic_usb_ohci for details.
28773
28774 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
28775
28776commit 2f7468aeba60e1288030a8d007c4e63bd3f13221
28777Author: Sergei Poselenov <sposelenov@emcraft.com>
28778Date: Tue May 27 10:36:07 2008 +0200
28779
28780 Socrates: add support for DS75 Digital Thermo Sensor on I2C bus.
28781
28782 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
28783
28784commit 83e9d7a2614d4006b92690afa3390c291734267e
28785Author: Sergei Poselenov <sposelenov@emcraft.com>
28786Date: Mon May 26 18:16:04 2008 +0200
28787
28788 Socrates: Config file cleanup.
28789
28790 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
28791
28792commit 602cac1389b755b223272f2328a47e6f8c240848
28793Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28794Date: Sat May 24 12:47:46 2008 +0200
28795
28796 MAKEALL: add at91 list
28797
28798 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28799
28800commit 290ef6436838b1cc013bd67e0e0495c9eb3e23c0
28801Author: Ron Madrid <ron_madrid@sbcglobal.net>
28802Date: Fri May 23 15:37:05 2008 -0700
28803
28804 Add Marvell 88E1118 support for TSEC
28805
28806 Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net>
28807 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
28808
28809commit 557b377d8bfc8b833b6e749457bcdfa298331a24
28810Author: Jens Gehrlein <sew_s@tqs.de>
28811Date: Mon May 5 14:06:11 2008 +0200
28812
28813 smc911x: add 16 bit support
28814
28815 Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
28816 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
28817
cd82919e
WD
28818commit 6324e5bec8825f7fee3026ffbd394454ae8b53fb
28819Author: Christian Eggers <ceggers@gmx.de>
28820Date: Wed May 21 21:29:10 2008 +0200
28821
28822 Fix endianess conversion in usb_ohci.c
28823
28824 Sorry, I forgot this line:
28825
28826 Signed-off-by: Christian Eggers <ceggers@gmx.de>
28827
28828 I think this must be swapped (result may be equal).
28829
01db232d
WD
28830commit c918261c6d9f265f88baf70f8a73dfe6f0cb9596
28831Author: Christian Eggers <ceggers@gmx.de>
28832Date: Wed May 21 22:12:00 2008 +0200
28833
28834 USB: replace old swap_ with proper endianess conversion macros
28835
28836 Signed-off-by: Christian Eggers <ceggers@gmx.de>
28837 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
28838
28839commit fb63939b4fe140849cdba69f9e64a3e0e2f3ce1c
28840Author: Christian Eggers <ceggers@gmx.de>
28841Date: Wed May 21 21:29:10 2008 +0200
28842
28843 Fix endianess conversion in usb_ohci.c
28844
28845 Signed-off-by: Christian Eggers <ceggers@gmx.de>
28846 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
28847
28848commit 477434c63c2ea5baa5c6c4e43500786f436511ff
28849Author: Sergei Poselenov <sposelenov@emcraft.com>
28850Date: Thu May 22 01:15:53 2008 +0200
28851
28852 USB: add support for multiple PCI OHCI controllers
28853
28854 Add new configuration variable CONFIG_PCI_OHCI_DEVNO.
28855 In case of several PCI USB controllers on a board this variable
28856 specifys which controller to use.
28857
28858 Also add USB support for sokrates board.
28859
28860 See doc/README.generic_usb_ohci for details.
28861
28862 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
28863 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
28864
28865commit ce6754df61cbe23b5b73d095a00ac9a8504b3d77
28866Author: Wolfgang Denk <wd@denx.de>
28867Date: Wed May 21 16:56:08 2008 +0200
28868
28869 Fix some whitespace issues
28870
28871 introduced by 53677ef18 "Big white-space cleanup."
28872
28873 Signed-off-by: Wolfgang Denk <wd@denx.de>
28874
28875commit 4416603aeb06861b468b06a981e52c3ff805db7b
28876Author: York Sun <yorksun@freescale.com>
28877Date: Mon May 12 14:36:39 2008 -0500
28878
28879 Make ads5121 out-of-tree compiling safe
28880
28881 Reuse the existing DIU driver in board/freescale/common.
28882
28883 Signed-off-by: York Sun <yorksun@freescale.com>
28884
28885commit 0e1bad47cd345c76c91a64caf41011e431b62599
28886Author: York Sun <yorksun@freescale.com>
28887Date: Mon May 5 10:20:01 2008 -0500
28888
28889 Adding DIU support for Freescale 5121ADS
28890
28891 Add DIU and cfb console support to FSL 5121ADS board.
28892
28893 Use #define CONFIG_VIDEO in config file to enable fb console.
28894
28895 Signed-off-by: York Sun <yorksun@freescale.com>
28896
28897commit a48ff68d235e671176f6b496c44246dbe5e0a93f
28898Author: York Sun <yorksun@freescale.com>
28899Date: Mon May 5 10:20:00 2008 -0500
28900
28901 Replace DPRINTF with debug
28902
28903 Remove DPRINTF macro and replace it with generic debug macro.
28904
28905 Signed-off-by: York Sun <yorksun@freescale.com>
28906
28907commit 3b80c5f574ad7f6e1c55a68f42752b427fdf778d
28908Author: York Sun <yorksun@freescale.com>
28909Date: Mon May 5 10:19:59 2008 -0500
28910
28911 Move pixel clock setting to board file
28912
28913 The clock divider has different format in 5121 and 8610. This patch moves it to
28914 board specific code.
28915
28916 Signed-off-by: York Sun <yorksun@freescale.com>
28917
28918commit 53677ef18e25c97ac613349087c5cb33ae5a2741
28919Author: Wolfgang Denk <wd@denx.de>
28920Date: Tue May 20 16:00:29 2008 +0200
28921
28922 Big white-space cleanup.
28923
28924 This commit gets rid of a huge amount of silly white-space issues.
28925 Especially, all sequences of SPACEs followed by TAB characters get
28926 removed (unless they appear in print statements).
28927
28928 Also remove all embedded "vim:" and "vi:" statements which hide
28929 indentation problems.
28930
28931 Signed-off-by: Wolfgang Denk <wd@denx.de>
28932
28933commit 2f845dc2bdf461bfee9fa25823f769f5db9eba0b
28934Author: Sergei Poselenov <sposelenov@emcraft.com>
28935Date: Thu May 8 17:46:23 2008 +0200
28936
28937 socrates: fix second TSEC configuration (it is actually TSEC3)
28938
28939 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
28940
28941commit 793670c3c0f0f72caead62f0be9fc3d9fbc6060f
28942Author: Sergei Poselenov <sposelenov@emcraft.com>
28943Date: Thu May 8 14:17:08 2008 +0200
28944
28945 Fixed reset for socrates
28946
28947 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
28948
28949commit e18575d5f589a62e19c70d471d4b4e27cad3af56
28950Author: Sergei Poselenov <sposelenov@emcraft.com>
28951Date: Wed May 7 15:10:49 2008 +0200
28952
28953 socrates: changes to support FDT
28954
28955 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
28956 Signed-off-by: Wolfgang Denk <wd@denx.de>
28957
28958commit 5d108ac8f435924c624cd6aaacd44f35f5cf94c0
28959Author: Sergei Poselenov <sposelenov@emcraft.com>
28960Date: Wed Apr 30 11:42:50 2008 +0200
28961
28962 Initial support for "Socrates" board
28963
28964 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
28965
28966commit 0e15ddd11f1a84c465e434eb051d2ef08ef02b9b
28967Author: Yuri Tikhonov <yur@emcraft.com>
28968Date: Thu May 8 15:46:42 2008 +0200
28969
28970 POST: replace the LOGBUFF_INITIALIZED flag in gd->post_log_word (1 << 31) with the GD_FLG_LOGINIT flag in gd->flags.
28971
28972 This way we become able to utilize the full post_log_word for POST
28973 activities (overwise, POST ECC, which has 0x8000 ID, could be
28974 erroneously treated as started in post_output_backlog() even if there
28975 was actually no POST ECC run (because of OCM POST failure, for
28976 example).
28977
28978 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
28979
28980commit 7845d49094c81321021b50a4dbb8864d2f3777e4
28981Author: Yuri Tikhonov <yur@emcraft.com>
28982Date: Thu May 8 15:46:02 2008 +0200
28983
28984 POST: mark OCM test as POST_STOP
28985
28986 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
28987
28988commit 28a385065882d6cb6ac5f443311ff87887ed7c13
28989Author: Yuri Tikhonov <yur@emcraft.com>
28990Date: Thu May 8 15:45:26 2008 +0200
28991
28992 POST: add POST_STOP flag
28993
28994 Don't run futher tests in case of a test fails that is marked as
28995 POST_STOP.
28996
28997 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
28998 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
28999
29000commit a525145d8110d15b4389d23c3ea8a78f22509d3f
29001Author: Yuri Tikhonov <yur@emcraft.com>
29002Date: Thu May 8 15:44:16 2008 +0200
29003
29004 POST: switch CFG_POST_OCM with CFG_POST_CODEC (workaround)
29005
29006 Switch the OCM testid with the codec one. The reason is that current
29007 implementation requires the POST_ROM testid to fit into lower 16
29008 bits, and the codec test will never run with POST_ROM hopefully.
29009
29010 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
29011
29012commit 8b96c788d58f7cb85a89ee3f19c9b335d22443cd
29013Author: Yuri Tikhonov <yur@emcraft.com>
29014Date: Thu May 8 15:43:28 2008 +0200
29015
29016 lwmon5: enable OCM post test on lwmon5 board
29017
29018 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
29019
29020commit 6e8ec682268493b8d098f99e17b1ce71b4448977
29021Author: Yuri Tikhonov <yur@emcraft.com>
29022Date: Thu May 8 15:42:47 2008 +0200
29023
29024 POST: OCM test added.
29025
29026 Added OCM test to POST layer. This version runs before all other tests
29027 but doesn't yet interrupt post sequence on failure.
29028
29029 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
29030 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
29031
29032commit 6891260bdd935a382c95d9fa333922b0dfded68a
29033Author: Yuri Tikhonov <yur@emcraft.com>
29034Date: Thu May 8 15:40:39 2008 +0200
29035
29036 POST: typo fix
29037
29038 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
29039
29040commit 727f63334676e760877d43bfb8f0e9331ac8b101
29041Author: Hebbar <gururajakr@sanyo.co.in>
29042Date: Tue May 20 02:16:36 2008 -0700
29043
29044 common/usb.c: fix incorrect escape sequence
29045
29046 Signed off by: Gururaja Hebbar <gururajakr@sanyo.co.in>
29047
29048commit 4ce1e23b5e12283579828b3d23e8fd6e1328a7aa
29049Author: York Sun <yorksun@freescale.com>
29050Date: Thu May 15 15:26:27 2008 -0500
29051
29052 Fix 8313ERDB board configuration
29053
29054 Change LCRR clock ratio from 2 to 4 to commodate VSC7385.
29055 Correct TSEC1 vs TSEC2 assignment.
29056 Define ETHADDR and ETH1ADDR always.
29057
29058 Signed-off-by: York Sun <yorksun@freescale.com>
29059 Signed-off-by: Timur Tabi <timur@freescale.com>
29060
29061commit 2c289e320dcfb3760e99cf1d765cb067194a1202
29062Author: Jon Loeliger <jdl@freescale.com>
29063Date: Mon May 19 09:47:25 2008 -0500
29064
29065 mpc86xx: Removed unused and unconfigured memory test code.
29066
29067 Besides, other common code exists.
29068
29069 Signed-off-by: Jon Loeliger <jdl@freescale.com>
29070
29071commit 180a90abdae72587c0f679edf8991455e559440d
29072Author: Wolfgang Denk <wd@denx.de>
29073Date: Mon May 19 12:47:11 2008 +0200
29074
29075 Release v1.3.3
29076
29077 Update CHANGELOG for release.
29078
29079 Signed-off-by: Wolfgang Denk <wd@denx.de>
29080
180a90ab
WD
29081commit 16bedc661de0dae767b1377d8413373a3fbcfa79
29082Author: Stefan Roese <sr@denx.de>
29083Date: Mon May 19 07:14:38 2008 +0200
29084
29085 ppc4xx: Canyonlands: Disable PCIe0/SATA in dev-tree depending on selection
29086
29087 When SATA is selected (via jumper J6) we need to disable the first PCIe
29088 node in the device tree, so that Linux doesn't initialize it. Otherwise
29089 the Linux SATA driver will fail to detect the devices.
29090
29091 The same goes the other way around too. So if PCIe is selected we need
29092 to disable the SATA node in the device tree.
29093
29094 This is because PCIe port 0 and SATA on 460EX share the same pins
29095 (multiplexed) and we have to configure in U-Boot which peripheral is
29096 enabled.
29097
29098 Signed-off-by: Stefan Roese <sr@denx.de>
29099
29100commit 3cc27b426aeefe2930f911692e9df3143fb2565f
29101Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29102Date: Sun May 18 19:09:58 2008 +0200
29103
29104 i386: Fix multiple definitions of __show_boot_progress
29105
29106 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29107
29108commit 311f3446930c1e64c12026c1cfd00500b05be52d
29109Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29110Date: Sun May 18 19:09:57 2008 +0200
29111
29112 sc530_spunk: add missing SOBJS entry
29113
29114 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29115
29116commit a559317143b4f95927b08cd388707e6f077e95fa
29117Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29118Date: Sun May 18 19:09:56 2008 +0200
29119
29120 sc520_spunk: Fix flash
29121
29122 flash.c:593: warning: dereferencing type-punned pointer will break strict-aliasing rules
29123 flash.c:398: error: label at end of compound statement
29124
29125 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29126
29127commit 91f221317af64191ee8caf303ea9305943158691
29128Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29129Date: Sun May 18 19:09:49 2008 +0200
29130
29131 drivers/pcmcia: add missing i82365
29132
29133 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29134
29135commit dd223944132f97ffa52977ea95e5a52428f5cc2f
29136Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29137Date: Sun May 18 19:09:47 2008 +0200
29138
29139 i386/bootm: remove unused var
29140
29141 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29142
29143commit a9da341df19b32ad2ecb58ce529f7e4fada7814e
29144Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29145Date: Sun May 18 19:09:45 2008 +0200
29146
29147 example/gitignore: update with all generated examples
29148
29149 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29150
29151commit a38dc3ea8614f8b0c41e432b445a9959b9711295
29152Author: Wolfgang Denk <wd@denx.de>
29153Date: Thu May 15 00:42:45 2008 +0200
29154
29155 TQM8272: fix out-of-tree building
29156
29157 ...and add to MAKEALL script
29158
29159 Signed-off-by: Wolfgang Denk <wd@denx.de>
29160
29161commit 4f805c1e3a60b9263da8ec3bcd1f45edcefa7dcf
29162Author: Wolfgang Denk <wd@denx.de>
29163Date: Wed May 14 23:34:53 2008 +0200
29164
29165 environment: fix bug introduced by commit a8409f4f1ac8
29166
29167 env_get_char is not a function, but a pointer to one.
29168
29169 Signed-off-by: Wolfgang Denk <wd@denx.de>
29170
01db232d
WD
29171commit 0c11935cd62ca1f65eeb228ff4c848440d4553bf
29172Author: Gary Jennejohn <garyj@denx.de>
29173Date: Wed May 14 13:39:22 2008 +0200
29174
29175 ppc4xx: QUAD100HD: Allow the environment to be put into flash.
29176
29177 After moving TEXT_BASE the value for CFG_ENV_ADDR was incorrect. Also
29178 use a redundant environment.
29179
29180 Signed-off-by: Gary Jennejohn <garyj@denx.de>
29181
180a90ab
WD
29182commit cda2a4a9961fd4341b7db305cb22fc05957e8b77
29183Author: Wolfgang Denk <wd@denx.de>
29184Date: Wed May 14 13:55:30 2008 +0200
29185
29186 Fix config files for out-of-tree building
29187
29188 Several board/<...>/config.mk files include dynamically built (by
29189 the Makefile) config files but used the wrong file name of
29190 $(TOPDIR)/board/$(BOARDDIR)/config.tmp
29191 instead if the correct
29192 $(OBJTREE)/board/$(BOARDDIR)/config.tmp
29193
29194 The bug is nasty because the build result is correct for the (normal)
29195 in-tree builds, and because 'sinclude' is used no errors get raised
29196 even for out-of-tree build tests. But out-of-tree builds use an
29197 incomplete and thus usually incorrect configuration...
29198
29199 Signed-off-by: Wolfgang Denk <wd@denx.de>
29200
29201commit 2dd7082e06d580404010b06fe4e0e8b7038a00c8
29202Author: Stefan Roese <sr@denx.de>
29203Date: Wed May 14 13:40:03 2008 +0200
29204
29205 ppc4xx: Fix bogus Canyonlands config.mk
29206
29207 This patch fixes the canyonlands config.mk file to enable correct
29208 out-of-tree builds. Thanks to Wolfgang Denk for spotting this.
29209
29210 Signed-off-by: Stefan Roese <sr@denx.de>
29211
29212commit fdd1247a66d788a3446244f6fde9955a93c26322
29213Author: Stefan Roese <sr@denx.de>
29214Date: Wed May 14 10:32:32 2008 +0200
29215
29216 ppc4xx: Individual handling of ddr2_fixed.c for canyonlands_nand build
29217
29218 Canyonlands has a file ddr2_fixed.c which needs special treatment when
29219 building in separate directory. It has to be linked to build directory
29220 otherwise it is not seen.
29221
29222 Signed-off-by: Stefan Roese <sr@denx.de>
29223
29224commit a8409f4f1ac84c36273c1a1e341189662521bcfb
29225Author: Wolfgang Denk <wd@denx.de>
29226Date: Wed May 14 12:22:49 2008 +0200
29227
29228 environment: cleanup prototype declarations of env functions.
29229
29230 Signed-off-by: Wolfgang Denk <wd@denx.de>
29231
29232commit cf39b07948015c480b72a6e732cf7d839aa93a9e
29233Author: Wolfgang Denk <wd@denx.de>
29234Date: Wed May 14 12:21:48 2008 +0200
29235
29236 linkstation_HGLAN: Fix out of tree building.
29237
29238 Signed-off-by: Wolfgang Denk <wd@denx.de>
29239
29240commit 085551c05ca09e6c491ea11a1c6727a36776a545
29241Author: Stefan Roese <sr@denx.de>
29242Date: Wed May 14 10:32:32 2008 +0200
29243
29244 ppc4xx: Individual handling of ddr2_fixed.c for canyonlands_nand build
29245
29246 Canyonlands has a file ddr2_fixed.c which needs special treatment when
29247 building in separate directory. It has to be linked to build directory
29248 otherwise it is not seen.
29249
29250 Signed-off-by: Stefan Roese <sr@denx.de>
29251
29252commit 1510b82d50615f344e89d42533e8224cce067dc0
29253Author: Wolfgang Denk <wd@denx.de>
29254Date: Tue May 13 23:15:52 2008 +0200
29255
29256 Makefile: fix "error: version_autogenerated.h: No such file or directory"
29257
29258 Signed-off-by: Wolfgang Denk <wd@denx.de>
29259
01db232d
WD
29260commit 54694a91428f6c3280fe1ee0923488a1e7e8dbc4
29261Author: Stelian Pop <stelian@popies.net>
29262Date: Tue May 13 17:31:24 2008 +0200
29263
29264 Cleanup nand_info[] declaration.
29265
29266 The nand_info array is declared as extern in several .c files.
29267 Those days, nand.h contains a reference to the array, so there is
29268 no need to declare it elsewhere.
29269
29270 Signed-off-by: Stelian Pop <stelian@popies.net>
29271 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29272
180a90ab
WD
29273commit 70fab1908fc1734a403711eaabbef546bc4b77dc
29274Author: Stefan Roese <sr@denx.de>
29275Date: Tue May 13 20:22:01 2008 +0200
29276
29277 ppc4xx: Add 405EX(r) revision C PVR definitions and detection code
29278
29279 Signed-off-by: Stefan Roese <sr@denx.de>
29280
29281commit 65dcfa79204f4750b905a173a5365e0b2eb6c2f6
29282Author: Wolfgang Denk <wd@denx.de>
29283Date: Mon May 12 01:11:21 2008 +0200
29284
29285 Revert "pci: Add CONFIG_PCI_SKIP_HOST_BRIDGE config option"
29286
29287 This reverts commit 55774b512fdf63c0516d441cc5da7c54bbffb7f2
29288 which broke many PowerPC boards.
29289
29290commit ee0cfa70803a3e629ea581a9b216f8ecef402bfc
29291Author: Wolfgang Denk <wd@denx.de>
29292Date: Mon May 12 00:56:28 2008 +0200
29293
29294 Revert "Avoid initrd and logbuffer area overlaps"
29295
29296 This reverts commit 1b5605ca57fbb364f4d78eeee28b974ed875e888
29297 which breaks building on all PPC boards that don't use a log buffer.
29298
29299commit 02b9b22446e3d7ad6a6382be17a1ce79a7de589b
29300Author: Nick Spence <nick.spence@freescale.com>
29301Date: Sat May 10 14:02:04 2008 -0700
29302
29303 Fix offset calculation for multi-type legacy images.
29304
29305 Calculation of tail was incorrect when size % 4 == 0.
29306
29307 New code removes the conditional and does the same thing but with arithmetic
29308
29309 Signed-off-by: Nick Spence <nick.spence@freescale.com>
29310
29311commit c9dca3c3f37d2647aec4509b24b16d15882ae3e4
29312Author: Wolfgang Denk <wd@denx.de>
29313Date: Mon May 12 00:40:58 2008 +0200
29314
29315 Revert "Change env_get_char from a global function ptr to a function."
29316
29317 This reverts commit c0559be371b2a64b1a817088c3308688e2182f93
29318 which is known to break booting from dataflash and NAND.
29319
29320commit 20e5ed137483823aaea5178169f3b144c7a4d9e0
29321Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29322Date: Sun May 11 23:13:57 2008 +0200
29323
29324 API: remove duplicate syscall check
29325
29326 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29327
01db232d
WD
29328commit 67e3beb52c320b0a31cf030716c99392cde2d532
29329Author: Stelian Pop <stelian@popies.net>
29330Date: Fri May 9 21:46:51 2008 +0200
29331
29332 AT91: Cleanup unused config header file definitions.
29333
29334 CONFIG_ENV_OVERWRITE is commented out in the config header files,
29335 so let's cleanup the files by removing the whole definition.
29336
29337 Signed-off-by: Stelian Pop <stelian@popies.net>
29338 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29339
29340commit 19883aede2ac0a522493bfb2b35a7dbb200071b1
29341Author: Stelian Pop <stelian@popies.net>
29342Date: Thu May 8 14:52:34 2008 +0200
29343
29344 Support AT91CAP9 revC CPUs
29345
29346 The AT91CAP9 revC CPU has a few differences over the previous,
29347 revB CPU which was distributed in small quantities only (revA was
29348 an internal Atmel product only).
29349
29350 The revC silicon needs a special initialisation sequence to
29351 switch from the internal (imprecise) RC oscillator to the
29352 external 32k clock.
29353
29354 Signed-off-by: Stelian Pop <stelian@popies.net>
29355 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29356
29357commit 098b7b4b441b12c2a64dd517930f43c793542759
29358Author: Stelian Pop <stelian@popies.net>
29359Date: Thu May 8 14:52:33 2008 +0200
29360
29361 Use custom logo for Atmel boards
29362
29363 This patch adds a custom vendor logo for the Atmel AT91 boards.
29364
29365 Signed-off-by: Stelian Pop <stelian@popies.net>
29366 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29367
29368commit 761c70b80cdd3bead40146b96a8e713d6ae01632
29369Author: Stelian Pop <stelian@popies.net>
29370Date: Thu May 8 14:52:32 2008 +0200
29371
29372 AT91SAM9RLEK: hook up the ATMEL LCD driver
29373
29374 This patch makes the necessary adaptations (PIO configurations and
29375 defines in config header file) to hook up the Atmel LCD driver to the
29376 AT91SAM9RLEK board.
29377
29378 Signed-off-by: Stelian Pop <stelian@popies.net>
29379 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29380
29381commit 56a2479cd7fecabdd91348a775b2801dd2e65c7f
29382Author: Stelian Pop <stelian@popies.net>
29383Date: Thu May 8 14:52:31 2008 +0200
29384
29385 AT91SAM9263EK: hook up the ATMEL LCD driver
29386
29387 This patch makes the necessary adaptations (PIO configurations and
29388 defines in config header file) to hook up the Atmel LCD driver to the
29389 AT91SAM9263EK board.
29390
29391 Signed-off-by: Stelian Pop <stelian@popies.net>
29392 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29393
29394commit 820f2a958325061a446115f3035e48e4726b3390
29395Author: Stelian Pop <stelian@popies.net>
29396Date: Thu May 8 14:52:30 2008 +0200
29397
29398 AT91SAM9261EK: hook up the ATMEL LCD driver
29399
29400 This patch makes the necessary adaptations (PIO configurations and
29401 defines in config header file) to hook up the Atmel LCD driver to the
29402 AT91SAM9261EK board.
29403
29404 Signed-off-by: Stelian Pop <stelian@popies.net>
29405 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29406
29407commit c139b17d20c8371c1e0a8d7fb27c11050cf86304
29408Author: Stelian Pop <stelian@popies.net>
29409Date: Thu May 8 14:52:29 2008 +0200
29410
29411 AT91CAP9ADK: hook up the ATMEL LCD driver
29412
29413 This patch makes the necessary adaptations (PIO configurations and
29414 defines in config header file) to hook up the Atmel LCD driver to the
29415 AT91CAP9ADK board.
29416
29417 Signed-off-by: Stelian Pop <stelian@popies.net>
29418 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29419
29420commit 39cf480484fcce5c04a590ee1c30be0c17b02c34
29421Author: Stelian Pop <stelian@popies.net>
29422Date: Fri May 9 21:57:18 2008 +0200
29423
29424 Add ATMEL LCD driver
29425
29426 This patch adds support for the ATMEL LCDC driver which is used on some
29427 AT91 and AVR platforms.
29428
29429 Is has been tested with the AT91CAP9ADK, AT91SAM9261EK, AT91SAM9263EK and
29430 AT91SAM9RLEK boards. Adaptation for AVR32 should probably be easy.
29431
29432 Signed-off-by: Stelian Pop <stelian@popies.net>
29433 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29434
29435commit 2118ebb44dc40f8117c94950fd95799a9ef821b2
29436Author: Stelian Pop <stelian@popies.net>
29437Date: Thu May 8 18:52:25 2008 +0200
29438
29439 AT91SAM9RLEK support
29440
29441 This patch adds support for the AT91SAM9RL chip and the AT91SAM9RLEK
29442 board.
29443
29444 Signed-off-by: Stelian Pop <stelian@popies.net>
29445 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29446
29447commit 8e429b3eee23927c1222679f6b6f53667b21595c
29448Author: Stelian Pop <stelian@popies.net>
29449Date: Thu May 8 18:52:23 2008 +0200
29450
29451 AT91SAM9263EK support
29452
29453 This patch adds support for the AT91SAM9263 chip and the AT91SAM9263EK
29454 board.
29455
29456 Signed-off-by: Stelian Pop <stelian@popies.net>
29457 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29458
29459commit d99a8ff66d8ae87e5c87590ed2e4ead629540607
29460Author: Stelian Pop <stelian@popies.net>
29461Date: Thu May 8 20:52:22 2008 +0200
29462
29463 AT91SAM9261EK support
29464
29465 This patch adds support for the AT91SAM9261 chip and the AT91SAM9261EK
29466 board.
29467
29468 Signed-off-by: Stelian Pop <stelian@popies.net>
29469 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29470
29471commit 86c8c8a414988c50104a3b02c29f50af2be738c0
29472Author: Stelian Pop <stelian@popies.net>
29473Date: Thu May 8 20:52:21 2008 +0200
29474
29475 AT91SAM9260EK: Fix dataflash offsets in CONFIG_BOOTCOMMAND
29476
29477 This patch fixes the dataflash offsets used in CONFIG_BOOTCOMMAND
29478 in order to cope with the changes in DataFlash partitionning scheme
29479 (cset c3a60cb3).
29480
29481 Signed-off-by: Stelian Pop <stelian@popies.net>
29482 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29483
29484commit 96996ac25d5222611a8888968db6e53a6d3726da
29485Author: Stelian Pop <stelian@popies.net>
29486Date: Thu May 8 20:52:20 2008 +0200
29487
29488 AT91SAM9260EK: Normalize BOOTARGS
29489
29490 This patch adapts CONFIG_BOOTARGS to the chosen boot method (boot from
29491 DataFlash or from NAND), and gives to Linux a fully specified mtdparts
29492 variable.
29493
29494 Signed-off-by: Stelian Pop <stelian@popies.net>
29495 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29496
29497commit 79f0cb6e9c54d31a1d9e3f5e226a9bebc3c3a47a
29498Author: Stelian Pop <stelian@popies.net>
29499Date: Thu May 8 20:52:19 2008 +0200
29500
29501 AT91SAM9260EK: Normalize SPI timings
29502
29503 This patch changes the SPI timings to closely match the ones
29504 used by the Linux kernel and the Atmel's own bootstrap project.
29505
29506 Signed-off-by: Stelian Pop <stelian@popies.net>
29507 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29508
29509commit c1212b2f5c5ed440bf8e9ebc8e4fd7488858b935
29510Author: Stelian Pop <stelian@popies.net>
29511Date: Thu May 8 20:52:18 2008 +0200
29512
29513 AT91SAM9260EK: Handle 8 or 16 bit NAND
29514
29515 The Atmel boards can handle 8 or 16 bit NAND memories. This patch
29516 makes the support configurable in the board config header file
29517 (CFG_NAND_DBW_8 or CFG_NAND_DBW_16).
29518
29519 Signed-off-by: Stelian Pop <stelian@popies.net>
29520 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29521
29522commit ab52640fc01624e208424e527af0b7b3a5a65a12
29523Author: Stelian Pop <stelian@popies.net>
29524Date: Thu May 8 20:52:17 2008 +0200
29525
29526 AT91CAP9ADK: Fix dataflash offsets in CONFIG_BOOTCOMMAND
29527
29528 This patch fixes the dataflash offsets used in CONFIG_BOOTCOMMAND
29529 in order to cope with the changes in DataFlash partitionning scheme
29530 (cset c3a60cb3).
29531
29532 Signed-off-by: Stelian Pop <stelian@popies.net>
29533 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29534
29535commit 3267508ec4c9e74c39ee41c9ae6951ad185fe270
29536Author: Stelian Pop <stelian@popies.net>
29537Date: Thu May 8 20:52:16 2008 +0200
29538
29539 AT91CAP9ADK: Normalize BOOTARGS
29540
29541 This patch adapts CONFIG_BOOTARGS to the chosen boot method (boot from
29542 DataFlash or from NAND), and gives to Linux a fully specified mtdparts
29543 variable.
29544
29545 Signed-off-by: Stelian Pop <stelian@popies.net>
29546 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29547
29548commit 93da48b910511911ce110656e17ed733c8ac4c45
29549Author: Stelian Pop <stelian@popies.net>
29550Date: Thu May 8 20:52:15 2008 +0200
29551
29552 AT91CAP9ADK: Normalize SPI timings
29553
29554 This patch changes the SPI timings to closely match the ones
29555 used by the Linux kernel and the Atmel's own bootstrap project.
29556
29557 Signed-off-by: Stelian Pop <stelian@popies.net>
29558 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29559
29560commit 1c90df3e148ce0a3e2c86c63b38b19d47772f2a0
29561Author: Stelian Pop <stelian@popies.net>
29562Date: Thu May 8 20:52:14 2008 +0200
29563
29564 AT91CAP9ADK: Handle 8 or 16 bit NAND
29565
29566 The Atmel boards can handle 8 or 16 bit NAND memories. This patch
29567 makes the support configurable in the board config header file
29568 (CFG_NAND_DBW_8 or CFG_NAND_DBW_16).
29569
29570 Signed-off-by: Stelian Pop <stelian@popies.net>
29571 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29572
29573commit 11b162bae058e96c7929e358d4adff2bee6c2cc4
29574Author: Stelian Pop <stelian@popies.net>
29575Date: Thu May 8 20:52:13 2008 +0200
29576
29577 Use a common u-boot.lds file across all AT91CAP9/AT91SAM9 platforms
29578
29579 All the AT91CAP9/AT91SAM9 boards have the same linker script. The patch
29580 below avoids the duplication of u-boot.lds by putting the file in the
29581 cpu directory instead of the board one.
29582
29583 Signed-off-by: Stelian Pop <stelian@popies.net>
29584 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29585
29586commit d48abea4b89adaf5e45ea75b5e38c0d8de179ece
29587Author: Stelian Pop <stelian@popies.net>
29588Date: Thu May 8 20:52:12 2008 +0200
29589
29590 Add proper copyright notices in Atmel boards Makefiles
29591
29592 The Makefiles for the AT91CAP9/AT91SAM9 boards have an incomplete
29593 copyright notice. This patch adds the missing pieces.
29594
29595 Signed-off-by: Stelian Pop <stelian@popies.net>
29596 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29597
29598commit e817a042cef6164bf26fee86f90326f2ec9e6745
29599Author: Stelian Pop <stelian@popies.net>
29600Date: Thu May 8 20:52:11 2008 +0200
29601
29602 Add copyright information in Atmel boards partition.c
29603
29604 When Ulf did the dataflash.c cleanup, he didn't add his copyright on
29605 the new created files. This patch fixes the problem.
29606
29607 Signed-off-by: Stelian Pop <stelian@popies.net>
29608 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29609
29610commit 4f6c810106f4f76d83cfc57d98f4540cd45f9a19
29611Author: Stelian Pop <stelian@popies.net>
29612Date: Thu May 8 20:52:10 2008 +0200
29613
29614 Update origin and copyright information in arch-at91sam9 header files
29615
29616 When doing the AT91CAP9/AT91SAM9 port, a number of header files were
29617 copied from the Linux kernel sources. This patch explicitly specifies
29618 this origin for all the copied headers, and for those missing copyright
29619 information, adds it.
29620
29621 Additionaly, the header file 'at91sam926x_mc.h' has been superceeded
29622 in the latest kernel sources by 'at91sam9_smc.h'.
29623
29624 The copyright information has been confirmed by the AT91 Linux kernel
29625 maintainer, Andrew Victor <avictor.za@gmail.com>.
29626
29627 Signed-off-by: Stelian Pop <stelian@popies.net>
29628 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29629
180a90ab
WD
29630commit 79dd1712689d6a5031d7cbff54957049680751c7
29631Author: Markus Klotzbücher <mk@denx.de>
29632Date: Thu May 8 16:00:55 2008 +0200
29633
29634 ppc4xx: Kilauea: Add CONFIG_BOOTP_SUBNETMASK to Kilauea board config
29635
29636 When using dhcp/bootp the "netmask" environment variable is not set
29637 because CONFIG_BOOTP_SUBNETMASK is not defined. But usually this is
29638 desireable, so the following patch adds this this option to the board
29639 config.
29640
29641 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
29642 Signed-off-by: Stefan Roese <sr@denx.de>
29643
29644commit 869d14b4cc2e47de2ddcb117bad0407a44436684
29645Author: Stefan Roese <sr@denx.de>
29646Date: Sat May 10 10:30:36 2008 +0200
29647
29648 ppc4xx: Update Makalu defconfig to use device-tree booting as default
29649
29650 This patch reworks the default environment on Makalu. Now "net_nfs" for
29651 example uses the device-tree style booting formerly know as "net_nfs_fdt".
29652 Also the addresses in RAM were changed because of the new image booting
29653 support, which check for image overwriting. So the addresses needed to
29654 get adjusted.
29655
29656 Signed-off-by: Stefan Roese <sr@denx.de>
29657
29658commit f3612a7b199cab3942f60d9c1392eb39d58cc699
29659Author: Becky Bruce <bgill@freescale.com>
29660Date: Wed May 7 13:28:16 2008 -0500
29661
29662 PPC: fix map_physmem build warning
29663
29664 map_physmem currently generates a warning when CONFIG_PHYS_64BIT is
29665 enabled. This quiets the warning.
29666
29667 Signed-off-by: Becky Bruce <Becky.Bruce@freescale.com>
29668
29669commit 36f32675f40292002ee1fed252c180a43022d2d4
29670Author: Becky Bruce <bgill@freescale.com>
29671Date: Wed May 7 13:24:57 2008 -0500
29672
29673 Update pci code to use phys_addr_t
29674
29675 Physical addrs need to be represented by phys_addr_t, not
29676 unsigned long. Otherwise, systems that use CONFIG_PHYS_64BIT
29677 are going to fail mightily.
29678
29679 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
29680
29681commit 91a616741fc128cdb88f39bddcd4d72fe17466d0
29682Author: Nick Spence <nick.spence@freescale.com>
29683Date: Thu May 8 22:32:22 2008 -0700
29684
29685 Support legacy multi-type images without FDT section.
29686
29687 This patch enables legacy multi-type images containing only a Linux kernel
29688 and root file system to be loaded, maintaining compatibility with previous
29689 versions of u-boot.
29690
29691 This is required when using old image files such as a Linux 2.4 kernel /
29692 filesystem.
29693
29694 Signed-off-by: Nick Spence <nick.spence@freescale.com>
29695 Acked-by: Bartlomiej Sieka <tur@semihalf.com>
29696
29697commit 881031d9732783b7aeae2198fc7eb480ae8974a6
29698Author: Wolfgang Denk <wd@denx.de>
29699Date: Sat May 10 00:38:02 2008 +0200
29700
29701 Update CHANGELOG.
29702
29703 Signed-off-by: Wolfgang Denk <wd@denx.de>
29704
881031d9
WD
29705commit e5e9d6c9c08160be7e5a36e04d125ccce99b8774
29706Author: Wolfgang Denk <wd@denx.de>
29707Date: Sat May 10 00:36:09 2008 +0200
29708
29709 post/cpu/ppc4xx/Makefile: line length cleanup
29710
29711 Signed-off-by: Wolfgang Denk <wd@denx.de>
29712
29713commit cce9cfdabcf416ecd2aacc3681c91e5378c75a3d
29714Author: Stelian Pop <stelian@popies.net>
29715Date: Thu May 8 22:52:09 2008 +0200
29716
29717 Fix @ -> <at> substitution
29718
29719 When applying the AT91CAP9 patches upstream, something transformed
29720 the '@' character into the ' <at> ' sequence.
29721
29722 The patch below restores the original form in all the places where
29723 it has been modified (the AT91CAP9 files, the AT91SAM9260 files which
29724 were copied from AT91CAP9, and a couple of other files where the
29725 ' <at> ' sequence was present).
29726
29727 Signed-off-by: Stelian Pop <stelian@popies.net>
29728
29729commit 9606b3c81b3c47a1d58514e9a232c6f461a17597
29730Author: Stelian Pop <stelian@popies.net>
29731Date: Thu May 8 22:52:10 2008 +0200
29732
29733 Update origin and copyright information in arch-at91sam9 header files
29734
29735 When doing the AT91CAP9/AT91SAM9 port, a number of header files were
29736 copied from the Linux kernel sources. This patch explicitly specifies
29737 this origin for all the copied headers, and for those missing copyright
29738 information, adds it.
29739
29740 Additionaly, the header file 'at91sam926x_mc.h' has been superceeded
29741 in the latest kernel sources by 'at91sam9_smc.h'.
29742
29743 The copyright information has been confirmed by the AT91 Linux kernel
29744 maintainer, Andrew Victor <avictor.za@gmail.com>.
29745
29746 Signed-off-by: Stelian Pop <stelian@popies.net>
29747
29748commit ceb6b4fbe1dcc40bb672ef8133ddf4813e97cbb1
29749Author: Stelian Pop <stelian@popies.net>
29750Date: Thu May 8 22:52:11 2008 +0200
29751
29752 Add copyright information in Atmel boards partition.c
29753
29754 When Ulf did the dataflash.c cleanup, he didn't add his copyright on
29755 the new created files. This patch fixes the problem.
29756
29757 Signed-off-by: Stelian Pop <stelian@popies.net>
29758
29759commit 2ab02fd456d8ef92ae9f5439618d1fa7ca16e5f3
29760Author: Guennadi Liakhovetski <lg@denx.de>
29761Date: Thu May 8 10:09:27 2008 +0200
29762
29763 mx31ads: fix 32kHz clock handling
29764
29765 According to schematics and to RedBoot sources, the MX31ADS uses a 32768Hz
29766 oscillator as a SKIL source. Fix previously wrongly assumed 32000Hz value.
29767 Also fix a typo when verifying a jumper configuration. While at it, make
29768 two needlessly global functions static.
29769
29770 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
29771
29772commit 1b5605ca57fbb364f4d78eeee28b974ed875e888
29773Author: Marian Balakowicz <m8@semihalf.com>
29774Date: Wed May 7 13:10:04 2008 +0200
29775
29776 Avoid initrd and logbuffer area overlaps
29777
29778 Add logbuffer to reserved LMB areas to prevent initrd allocation
29779 from overlaping with it.
29780
29781 Make sure to use correct logbuffer base address.
29782
29783 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
29784
29785commit c59518e15949b3403df5c5b0c2c48ea0e5bea24b
29786Author: Marian Balakowicz <m8@semihalf.com>
29787Date: Wed May 7 13:08:54 2008 +0200
29788
29789 ppc: Cleanup get_effective_memsize() use
29790
29791 Removed duplicated effective memory size calculation code.
29792
29793 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
29794
29795commit 273c37d843d5b581090378016cd12dd9c586907b
29796Author: Marian Balakowicz <m8@semihalf.com>
29797Date: Wed May 7 09:03:53 2008 +0200
29798
29799 Fix build errors when CONFIG_LOGBUFFER and CONFIG_FIT are enabled
29800
29801 Recent modifcations to LOGBUFFER handling code were incorrecly
29802 introduced to fit_check_kernel() routine during
29803 "Merge branch 'new-image' of git://www.denx.de/git/u-boot-testing",
29804 commit 27f33e9f45ef7f9685cbdc65066a1828e85dde4f.
29805
29806 This patch cleans up this merge issue.
29807
29808 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
29809
29810commit bc11756daff89a3de09ca80adac962b88cf06e6e
29811Author: Grant Erickson <gerickson@nuovations.com>
29812Date: Tue May 6 20:16:15 2008 -0700
29813
29814 Propagate Error Status to the Shell on fw_printenv Errors
29815
29816 Changed implementation such that fw_printenv returns failure status
29817 when one or more specified variables do not exist or when incorrect
29818 command syntax is used.
29819
29820 This aids scripting fw_printenv such that the script can key of the
29821 return status rather than relying on standard error "scraping".
29822
29823 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
29824 Signed-off-by: Wolfgang Denk <wd@denx.de>
29825
29826commit f3b6d528e4dd719640a4bfcd954f4e4c7f5db0d6
29827Author: Grant Erickson <gerickson@nuovations.com>
29828Date: Tue May 6 16:18:00 2008 -0700
29829
29830 Fix Compilation Errors with 'tools/env/fw_printenv'
29831
29832 In the current top-of-tree, 1.3.3.-rc2, the optional tool
29833 'tools/env/fw_printenv' fails to compile for two reasons:
29834
29835 1) The header watchdog.h cannot be found.
29836 2) The header zlib.h is picked up from the tool chain rather than the
29837 project causing a prototype conflict for crc32.
29838
29839 This patch addresses both of these issues.
29840
29841 Platforms Tested On:
29842 - AMCC "Kilauea"
29843
29844 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
29845
29846commit 597f6c26a18b389903a64692bacbf9a1ca69355b
29847Author: James Yang <James.Yang@freescale.com>
29848Date: Mon May 5 10:22:53 2008 -0500
29849
29850 Fix readline_into_buffer() with CONFIG_CMDLINE_EDITING before relocating
29851
29852 When CONFIG_CMDLINE_EDITING is enabled, readline_into_buffer() doesn't
29853 work before relocating to RAM because command history is written into
29854 a global array that is not writable before relocation. This patch
29855 defers to the no-editing and no-history code in readline_into_buffer()
29856 if it is called before relocation.
29857
29858 Signed-off-by: James Yang <James.Yang@freescale.com>
29859 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29860
29861commit 726c0f1e5f108dccea052965123b95837d2bd402
29862Author: Detlev Zundel <dzu@denx.de>
29863Date: Mon May 5 16:11:22 2008 +0200
29864
29865 cosmetic: Adjust coding style for switch statements to be consistent
29866
29867 Signed-off-by: Detlev Zundel <dzu@denx.de>
29868
29869commit 574b319512b13e10800f0045e39b993f4ca25e42
29870Author: Detlev Zundel <dzu@denx.de>
29871Date: Mon May 5 16:11:21 2008 +0200
29872
29873 Fix disk type output in disk/part.c
29874
29875 Signed-off-by: Detlev Zundel <dzu@denx.de>
29876
29877commit 045b4d2d7168ef09c7349dcf6ecebe7432b74171
29878Author: Vlad Lungu <vlad.lungu@windriver.com>
29879Date: Mon May 5 14:20:03 2008 +0300
29880
29881 Mail address change, documentation modified
29882
29883 Signed-off-by: Vlad Lungu <vlad.lungu@windrvier.com>
29884
29885commit 4d49b28038e2819088e8356a77212fc95a89ce5a
29886Author: Michal Simek <monstr@monstr.eu>
29887Date: Sun May 4 15:42:41 2008 +0200
29888
29889 microblaze: Repare intc handling
29890
29891 Signed-off-by: Michal Simek <monstr@monstr.eu>
29892
29893commit 878b3b1e193e570caf3e96ad8e31e561f68d0287
29894Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29895Date: Sun May 4 15:17:52 2008 +0200
29896
29897 include/gitignore: update to all architectures
29898
29899 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29900
29901commit 1df368aed3b8bc240fe1595d290b0e91b22961da
29902Author: Marcel Ziswiler <marcel@ziswiler.com>
29903Date: Mon May 5 02:12:06 2008 +0200
29904
29905 ide: Remove spurious second include of io.h
29906
29907 Removed the second include, with all the #ifdef around as suggested by Wolfgang.
29908
29909 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
29910
29911commit 8fbc985bdad09b23b7eb4df1d2ea589619d8db4c
29912Author: Adrian Filipi <adrian.filipi@eurotech.com>
29913Date: Tue May 6 16:46:37 2008 -0400
29914
29915 Fix some typos
29916
29917 This patch fixes three typos.
29918 The first is a repetition of CONFIG_CMD_BSP.
29919 The second makes the #endif comment match its #if.
29920 The third is a spelling error.
29921
29922 Signed-off-by: Adrian Filipi <adrian.filipi@eurotech.com>
29923
29924commit e419e12d04ae3b280c99a87a2ea4ad7a40628bcb
29925Author: Grant Erickson <gerickson@nuovations.com>
29926Date: Sun May 4 16:45:01 2008 -0700
29927
29928 Recognize 'powerpc' As an Alias for IH_ARCH_PPC
29929
29930 Add support for the recognition of 'powerpc' as an alias for the PowerPC
29931 architecture type since Linux is already trending in that direction,
29932 preferring 'powerpc' to 'ppc'.
29933
29934 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
29935
29936commit f5a24259190c388c2527bdc49fee34577d862cc7
29937Author: Wheatley Travis <Travis.Wheatley@freescale.com>
29938Date: Fri May 2 13:35:15 2008 -0700
29939
29940 7450 and 86xx L2 cache invalidate bug corrections
29941
29942 The 7610 and related parts have an L2IP bit in the L2CR that is
29943 monitored to signal when the L2 cache invalidate is complete whereas the
29944 7450 and related parts utilize L2I for this purpose. However, the
29945 current code does not account for this difference. Additionally the 86xx
29946 L2 cache invalidate code used an "andi" instruction where an "andis"
29947 instruction should have been used.
29948
29949 This patch addresses both of these bugs.
29950
29951 Signed-off-by: Travis Wheatley <travis.wheatley@freescale.com>
29952 Acked-By: Jon Loeliger <jdl@freescale.com>
29953
29954commit 4d31cdc45d3592a5545a649fb5a24b458a4e4b72
29955Author: Wolfgang Denk <wd@denx.de>
29956Date: Fri May 9 10:16:13 2008 +0200
29957
29958 Avoid infinite loop "Generating include/autoconf.mk"
29959
29960 Fix a bogus circular dependency that caused an infinite loop of
29961 "Generating include/autoconf.mk" again and again.
29962
29963 Signed-off-by: Wolfgang Denk <wd@denx.de>
29964
01db232d
WD
29965commit 567fb852178dbf59529d7301620a3f3732a4b02d
29966Author: Stelian Pop <stelian@popies.net>
29967Date: Thu May 8 22:52:09 2008 +0200
29968
29969 Fix @ -> <at> substitution
29970
29971 When applying the AT91CAP9 patches upstream, something transformed
29972 the '@' character into the ' <at> ' sequence.
29973
29974 The patch below restores the original form in all the places where
29975 it has been modified (the AT91CAP9 files, the AT91SAM9260 files which
29976 were copied from AT91CAP9, and a couple of other files where the
29977 ' <at> ' sequence was present).
29978
29979 Signed-off-by: Stelian Pop <stelian@popies.net>
29980 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29981
29982commit 73ccb3410a0785593cda7aee455dfc51f790e281
29983Author: Gary Jennejohn <gary.jennejohn@freenet.de>
29984Date: Mon Apr 28 14:04:32 2008 +0200
29985
29986 ppc4xx: Add the Harris QUAD100HD AMCC 405EP-based board
29987
29988 Signed-off-by: Gary Jennejohn <garyj@denx.de>
29989 Signed-off-by: Stefan Roese <sr@denx.de>
29990
881031d9
WD
29991commit ef2642625cbfb1c3695e3478d08ae515052a4950
29992Author: Stefan Roese <sr@denx.de>
29993Date: Thu May 8 11:10:46 2008 +0200
29994
29995 ppc4xx: Kilauea: Fix incorrect FPGA FIFO address
29996
29997 Signed-off-by: Stefan Roese <sr@denx.de>
29998
29999commit a00eccfebc954ad9485161efeca7d9aaf626d530
30000Author: Stefan Roese <sr@denx.de>
30001Date: Thu May 8 11:05:15 2008 +0200
30002
30003 ppc4xx: Add fdt support to all remaining AMCC PPC4xx eval boards
30004
30005 This patch adds fdt (flattened device tree) support to all remaining AMCC
30006 eval boards. Most newer boards already support device tree. With this patch,
30007 all AMCC boards now enable device tree passing from U-Boot to Linux
30008 arch/powerpc kernels.
30009
30010 Signed-off-by: Stefan Roese <sr@denx.de>
30011
30012commit cb5d88b9611e0c35c53543ad3b4ab99fa82203e3
30013Author: Stefan Roese <sr@denx.de>
30014Date: Thu May 8 11:01:09 2008 +0200
30015
30016 ppc4xx: Add weak default ft_board_setup() routine
30017
30018 This patch adds a default ft_board_setup() routine to the 4xx fdt code.
30019 This routine is defined as weak and can be overwritten by a board specific
30020 one if needed.
30021
30022 Signed-off-by: Stefan Roese <sr@denx.de>
30023
30024commit d1c1ba85c7915053adf6a8d14a08ac6fcb750d01
30025Author: Stefan Roese <sr@denx.de>
30026Date: Thu May 8 10:48:58 2008 +0200
30027
30028 ppc4xx: acadia: Add fdt support and fix section overlap problem
30029
30030 This patch adds fdt (flattened device tree) support to the AMCC
30031 Acadia eval board. This increases the image size and it doesn't
30032 fit anymore into 256kByte. Since we didn't want to remove features
30033 from the configuration, we decided to increase the U-Boot image size
30034 (add one flash sector).
30035
30036 Also changed the default environment definition to make it
30037 independent of such changes.
30038
30039 Signed-off-by: Stefan Roese <sr@denx.de>
30040
30041commit 4adb3023de75bc150f088c8935db340930ad38c8
30042Author: Ira Snyder <iws@ovro.caltech.edu>
30043Date: Tue Apr 29 11:18:54 2008 -0700
30044
30045 ppc4xx: Add device tree support to AMCC Yosemite
30046
30047 Add support for booting with a device tree blob. This is needed to boot
30048 ARCH=powerpc kernels. Also add support for setting the eth0 mac address
30049 via the ethaddr variable.
30050
30051 Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
30052 Signed-off-by: Stefan Roese <sr@denx.de>
30053
30054commit b9bbefce1a653ea35f74a66ec117cdda2e043a4b
30055Author: Dave Mitchell <dmitchell@amcc.com>
30056Date: Wed May 7 09:00:23 2008 -0700
30057
30058 ppc4xx: Fix typos in 460GT/EX FBDV array
30059
30060 Corrected two typos in the 460GT/EX FBDV array.
30061
30062 Signed-off-by: Dave Mitchell <dmitchell@amcc.com>
30063 Signed-off-by: Stefan Roese <sr@denx.de>
30064
30065commit 66f5fa9263629271edc86178b1f224e3c9aab2b3
30066Author: Andy Fleming <afleming@freescale.com>
30067Date: Wed May 7 16:54:31 2008 -0500
30068
30069 85xx: Limit CPU2 workaround to parts that have the errata
30070
30071 Signed-off-by: Ebony Zhu <ebony.zhu@freescale.com>
30072 Signed-off-by: Andy Fleming <afleming@freescale.com>
30073
30074commit a5fe514e8ace564300d2c1d73846ddff49654243
30075Author: Lee Nipper <lee.nipper@freescale.com>
30076Date: Fri Apr 25 15:44:45 2008 -0500
30077
30078 mpc83xx: system performance settings for MPC8349EMDS.
30079
30080 These same settings are used on MPC8349ITX, and
30081 improve performance on MPC8349EMDS.
30082
30083 Signed-off-by: Lee Nipper <lee.nipper@freescale.com>
30084 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
30085
30086commit 49387dba910e485640b575e920ee463b7e611dc3
30087Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
30088Date: Tue May 6 13:22:52 2008 +0900
30089
30090 [MIPS] cpu/mips/cache.S: Fix build warning
30091
30092 Some old GNU assemblers, such as v2.14 (ELDK 3.1.1), v2.16 (ELDK 4.1.0),
30093 warns illegal global symbol references by bal (and jal also) instruction.
30094 This does not happen with the latest binutils v2.18.
30095
30096 Here's an example on gth2_config:
30097
30098 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
30099 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
30100 c -EB -c -o cache.o cache.S
30101 cache.S: Assembler messages:
30102 cache.S:243: Warning: Pretending global symbol used as branch target is local.
30103 cache.S:250: Warning: Pretending global symbol used as branch target is local.
30104
30105 In principle, gas might be sensitive to global symbol references in PIC
30106 code because they should be processed through GOT (global offset table).
30107 But if `bal' instruction is used, it results in PC-based offset jump.
30108 This is the cause of this warning.
30109
30110 In practice, we know it doesn't matter whether PC-based reference or GOT-
30111 based. As for this case, both will work before/after relocation. But let's
30112 fix the code.
30113
30114 This patch explicitly sets up a target address, then jump there.
30115 Here's an example of disassembled code with/without this patch.
30116
30117 90000668: 1485ffef bne a0,a1,90000628 <mips_cache_reset+0x20>
30118 9000066c: ac80fffc sw zero,-4(a0)
30119 90000670: 01402821 move a1,t2
30120 -90000674: 0411ffba bal 90000560 <mips_init_icache>
30121 -90000678: 01803021 move a2,t4
30122 -9000067c: 01602821 move a1,t3
30123 -90000680: 0411ffcc bal 900005b4 <mips_init_dcache>
30124 -90000684: 01a03021 move a2,t5
30125 -90000688: 03000008 jr t8
30126 -9000068c: 00000000 nop
30127 +90000674: 01803021 move a2,t4
30128 +90000678: 8f8f83ec lw t7,-31764(gp)
30129 +9000067c: 01e0f809 jalr t7
30130 +90000680: 00000000 nop
30131 +90000684: 01602821 move a1,t3
30132 +90000688: 01a03021 move a2,t5
30133 +9000068c: 8f8f81e0 lw t7,-32288(gp)
30134 +90000690: 01e0f809 jalr t7
30135 +90000694: 00000000 nop
30136 +90000698: 03000008 jr t8
30137 +9000069c: 00000000 nop
30138
30139 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
30140
30141commit 0f8c62a14b523c56874ebcb67c1a16c99aad48b3
30142Author: Vlad Lungu <vlad.lungu@windriver.com>
30143Date: Mon May 5 14:04:00 2008 +0300
30144
30145 Allow building mips versions with ELDK 3.1.1
30146
30147 .gpword works only with local symbols on certain binutils versions
30148
30149 Signed-off-by: Vlad Lungu <vlad.lungu@windrvier.com>
30150
30151commit 12a67a9e51f6b3ec26cb0f077fb5685a447c359d
30152Author: Wolfgang Denk <wd@denx.de>
30153Date: Mon May 5 12:52:36 2008 +0200
30154
30155 MAKEALL: add inka4x0 board
30156
30157 Signed-off-by: Wolfgang Denk <wd@denx.de>
30158
30159commit b83dcc13ae7b2dab394bfef6f699750d11490ee2
30160Author: Wolfgang Denk <wd@denx.de>
30161Date: Sun May 4 21:34:23 2008 +0200
30162
30163 kb9202 board: fix build problem.
30164
30165 Signed-off-by: Wolfgang Denk <wd@denx.de>
30166
30167commit 6adf61dc4cb5c53a2df990cbc8df2bceacbfd869
30168Author: Wolfgang Denk <wd@denx.de>
30169Date: Sun May 4 12:10:33 2008 +0200
30170
30171 Prepare for v1.3.3-rc3
30172
30173 Update ChNAGELOG, minor white space cleanup.
30174
30175 Signed-off-by: Wolfgang Denk <wd@denx.de>
30176
6adf61dc
WD
30177commit 7c0773fde6100b61be2558cb5d8c442a3194aecb
30178Author: Wolfgang Denk <wd@denx.de>
30179Date: Sun May 4 00:35:15 2008 +0200
30180
30181 drivers/net/tsec.c: Fix typo.
30182
30183 Signed-off-by: Wolfgang Denk <wd@denx.de>
30184
30185commit aa737945e6f37a5de5dbad550a7694e0cb2a8120
30186Author: Mike Frysinger <vapier@gentoo.org>
30187Date: Fri May 2 21:45:12 2008 -0400
30188
30189 version_autogenerated.h: use printf rather than echo -n
30190
30191 Some systems are dumb and do not implement the -n flag to echo (like OS X).
30192 Convert the Makefile to use printf as this should work everywhere.
30193
30194 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
30195 Signed-off-by: Wolfgang Denk <wd@denx.de>
30196
30197commit 4acc2a108ad0a669165924704a6cb083f9138242
30198Author: Mike Frysinger <vapier@gentoo.org>
30199Date: Fri May 2 18:17:50 2008 -0400
30200
30201 fix building when saveenv is disabled in some setups
30202
30203 If you enable environment in the flash, but disable the embedded
30204 option, and you disable the saveenv command, then the #if nested
30205 logic will trigger a compile failure:
30206 env_flash.c: In function 'env_relocate_spec':
30207 env_flash.c:399: error: 'flash_addr' undeclared (first use in this function)
30208 The fix is to add CMD_SAVEENV ifdef protection like everywhere else.
30209
30210 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
30211
30212commit ccf1ad535ae1c0dc2d466235c668adbdfe3a55b7
30213Author: Jeremy McNicoll <jeremy.mcnicoll@windriver.com>
30214Date: Fri May 2 16:10:04 2008 -0400
30215
30216 SBC8548: fix address mask to allow 64M flash
30217
30218 Fix incorrect mask to enable all 64MB of onboard flash.
30219 Previously U-Boot incorrectly mapped only 8MB of flash, this
30220 patch correctly maps all the available flash.
30221
30222 Signed-off-by: Jeremy McNicoll <jeremy.mcnicoll@windriver.com>
30223
30224commit 3648085c464c8c22ef76fab006ca4344d3796124
30225Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30226Date: Fri May 2 19:48:56 2008 +0200
30227
30228 qemu_mips: add README
30229
30230 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30231
30232commit 6fdd002689190a0022c7b3dbab37fcba724580ce
30233Author: Marcel Ziswiler <marcel@ziswiler.com>
30234Date: Fri May 2 02:35:59 2008 +0200
30235
30236 Fix misspelled comment
30237
30238 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
30239
30240commit fa956fde60b7ec4dd66bd62f9910fd341b5049a1
30241Author: Mike Frysinger <vapier@gentoo.org>
30242Date: Thu May 1 04:13:05 2008 -0400
30243
30244 mkimage: make mmap() checks consistent
30245
30246 The mmap() related code is full of inconsistent casts/constants when
30247 it comes to error checking, and may break when building on some
30248 systems (like ones that do not implicitly define the caddr_t type).
30249 Let's just avoid the whole mess by writing the code nice and clean in
30250 the first place.
30251
30252 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
30253
30254commit 8e90cd0447a0f0ccf529ef86f0e6b56187d3b82a
30255Author: Marcel Ziswiler <marcel@ziswiler.com>
30256Date: Thu May 1 09:05:34 2008 +0200
30257
30258 Fix defined but not used build warning
30259
30260 - warning: 'srom' defined but not used
30261
30262 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
30263
30264commit b71190f3250aaffcc81c35f6cfd3498cb7c48013
30265Author: Marcel Ziswiler <marcel@ziswiler.com>
30266Date: Thu May 1 09:05:26 2008 +0200
30267
30268 Fix implicit declaration build warnings
30269
30270 - warning: implicit declaration of function ‘serial_initialize’
30271
30272 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
30273
30274commit 9acde129cc3f9c1b3bc11a821480dd446774d618
30275Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
30276Date: Tue Apr 29 19:18:32 2008 +0200
30277
30278 TSEC: add config options for VSC8601 RGMII PHY
30279
30280 The Vitesse VSC8601 RGMII PHY has internal delay for both Rx
30281 and Tx clock lines. They are configured using 2 bits in extended
30282 register 0x17.
30283 Therefore CFG_VSC8601_SKEW_TX and CFG_VSC8601_SKEW_RX have
30284 been introduced with valid values 0-3 giving 0.0, 1.4,1.7 and 2.0ns delay.
30285
30286 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
30287 Acked-by: Andy Fleming <afleming@freescale.com>
30288 Acked-by: Ben Warren <biggerbadderben@gmail.com>
30289 --
30290
30291 drivers/net/tsec.c | 6 ++++++
30292 drivers/net/tsec.h | 3 +++
30293 2 files changed, 9 insertions(+), 0 deletions(-)
30294
30295commit bd98ee60df43ee6dd6f5ebe32c67d03e90513ff8
30296Author: Wolfgang Denk <wd@denx.de>
30297Date: Sat May 3 23:07:15 2008 +0200
30298
30299 Revert "ColdFire: Get information from the correct GCC"
30300
30301 This reverts commit b7166e05a513c0806b63b9dfb6f1d77645cede2a
30302 (replaced by commit c4e5f52a58d278eebb87f476e353972c5dacea40).
30303
30304commit c4e5f52a58d278eebb87f476e353972c5dacea40
30305Author: Wolfgang Denk <wd@denx.de>
30306Date: Sat May 3 22:25:00 2008 +0200
30307
30308 config.mk: use correct (cross) compiler
30309
30310 Some config.mk files reference $(CC) to test for specific tool chain
30311 features, so make sure $(CC) gets set before including any such
30312 config files.
30313
30314 This patch replaces commit b7166e05a5 ("ColdFire: Get information from
30315 the correct GCC").
30316
30317 Signed-off-by: Wolfgang Denk <wd@denx.de>
30318
30319commit 27c38689d0cfde0e444239345f97b5eecc9f4067
30320Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30321Date: Thu May 1 02:13:44 2008 +0200
30322
30323 pxa: fix previous definition on cpu init
30324
30325 start.S:183:1: warning: "ICMR" redefined
30326 In file included from start.S:33:
30327 include/asm/arch/pxa-regs.h:935:1: warning: this is the location of the previous definition
30328 start.S:187:1: warning: "RCSR" redefined
30329 ...
30330
30331 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30332
30333commit 6d12e697de794d700767f22f950e3026ccf4daf6
30334Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30335Date: Thu May 1 02:13:43 2008 +0200
30336
30337 pxa: fix pcmcia operation on 'i' may be undefined
30338
30339 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30340 Signed-off-by: Wolfgang Denk <wd@denx.de>
30341
30342commit 4d77f5102dfeaa36cd58d9a9f083bd2cc491526f
30343Author: Kumar Gala <galak@kernel.crashing.org>
30344Date: Wed Apr 30 16:24:35 2008 -0500
30345
30346 MPC8610HPCD: Drop -O2 from the build flags
30347
30348 Make the flags use -Os like all other boards
30349
30350 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30351
30352commit 0072b78be2b41e5a0ca3ddc39335574dc2e855bd
30353Author: Stefan Roese <sr@denx.de>
30354Date: Wed Apr 30 15:50:39 2008 +0200
30355
30356 RTC: Fix month offset by one problem in M41T62 RTC driver
30357
30358 This patch fixes a problem with the month being read and written
30359 incorrectly (offset by one). This only gets visible by also using
30360 the Linux driver (rtc-m41t80).
30361
30362 Tested on AMCC Canyonlands.
30363
30364 Signed-off-by: Stefan Roese <sr@denx.de>
30365
30366commit 141ba1cad8e6598a2466e7e2976c6a12285df619
30367Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
30368Date: Sat May 3 13:51:44 2008 +0900
30369
30370 [MIPS] cpu/mips/config.mk: Fix GNU assembler minor version picker
30371
30372 Current trick to pick up GNU assembler minor version uses a dot(.) as a
30373 delimiter, and take the second field to obtain minor version number. But
30374 as can be expected, this doesn't work with a version string which has
30375 dots more than needs.
30376
30377 Here's an example:
30378
30379 $ mips-linux-gnu-as --version | grep 'GNU assembler'
30380 GNU assembler (Sourcery G++ Lite 4.2-129) 2.18.50.20080215
30381 $ mips-linux-gnu-as --version | grep 'GNU assembler' | cut -d. -f2
30382 2-129) 2
30383 $
30384
30385 This patch restricts the version format to 2.XX.XX... This will work
30386 in most cases.
30387
30388 $ mips-linux-gnu-as --version | grep 'GNU assembler' | egrep -o '2\.[0-9\.]+'
30389 2.18.50.20080215
30390 $ mips-linux-gnu-as --version | grep 'GNU assembler' | egrep -o '2\.[0-9\.]+' | cut -d. -f2
30391 18
30392 $
30393
30394 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
30395
30396commit ea638951acead7f1086c908c0b9f086beab82a22
30397Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
30398Date: Sat May 3 13:51:28 2008 +0900
30399
30400 [MIPS] cpu/mips/cache.S: Add dcache_enable
30401
30402 Recent bootelf command fixes (017e9b7925f74878d0e9475388cca9bda5ef9482,
30403 "allow ports to override bootelf behavior") requires ports to have this
30404 function.
30405
30406 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
30407 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30408
30409commit d2c6fbec4397c936b18cd42482b6973cd6781bdf
30410Author: Wolfgang Denk <wd@denx.de>
30411Date: Thu May 1 21:30:16 2008 +0200
30412
30413 onenand: rename 16 bit memory copy into memcpy_16() to avoid conflicts
30414
30415 Onenand needs a version of memcpy() which performs 16 bit accesses
30416 only; make sure the name does not conflict with the standard
30417 function.
30418
30419 Signed-off-by: Wolfgang Denk <wd@denx.de>
30420
30421commit 12bc4e94251c369c529ffa505cf58b148c372f7f
30422Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30423Date: Wed Apr 30 22:38:17 2008 +0200
30424
30425 cmd_nand: fix warning: str2long ncompatible pointer type
30426
30427 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30428
30429commit 1b9ed2574a38c93cb03dad41885fc06be4bfc9dd
30430Author: Timur Tabi <timur@freescale.com>
30431Date: Fri Apr 4 11:16:11 2008 -0500
30432
30433 Fix calculation of I2C clock for some 86xx chips
30434
30435 Some 86xx chips use CCB as the base clock for the I2C, and others used CCB/2.
30436 There is no pattern that can be used to determine which chips use which
30437 frequency, so the only way to determine is to look up the actual SOC
30438 designation and use the right value for that SOC.
30439
30440 Signed-off-by: Timur Tabi <timur@freescale.com>
30441
30442commit f32f7fe7bd3a5bda3a476520f00e1aca7c2103a9
30443Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
30444Date: Wed Apr 30 12:11:19 2008 -0500
30445
30446 ColdFire: Fix ethernet hang issue for mcf547x_8x
30447
30448 The ethernet hang is caused by receiving buffer in DRAM is not
30449 yet ready due to access cycles require longer time in DRAM.
30450 Relocate DMA buffer descriptors from DRAM to internal SRAM.
30451
30452 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
30453
30454commit 886d90176fc257e0ab4d0db05d11d0749bbed3ca
30455Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
30456Date: Wed Apr 30 12:10:47 2008 -0500
30457
30458 ColdFire: Fix compilation issue caused by new changes in fsl_i2c.c
30459
30460 Signed-off-by: Luigi Comio Mantellini <luigi.mantellini@idf-hit.com>
30461 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
30462
30463commit b7166e05a513c0806b63b9dfb6f1d77645cede2a
30464Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
30465Date: Wed Apr 30 12:10:23 2008 -0500
30466
30467 ColdFire: Get information from the correct GCC
30468
30469 Signed-off-by: Kurt Mahan <kmahan@freescale.com>
30470 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
30471
30472commit 378e7ec95da4751ec8fe461baacab2bf7d2512a9
30473Author: dirk.behme@googlemail.com <dirk.behme@googlemail.com>
30474Date: Wed Apr 30 18:02:59 2008 +0200
30475
30476 Fix warning in env_nand.c if compiled for DaVinci Schmoogie
30477
30478 Fix warnings
30479
30480 nv_nand.c: In function 'saveenv':
30481 env_nand.c:200: warning: passing argument 3 of 'nand_write' from incompatible pointer type
30482 env_nand.c: In function 'env_relocate_spec':
30483 env_nand.c:275: warning: passing argument 3 of 'nand_read' from incompatible pointer type
30484
30485 if compiled for davinci_schmoogie_config.
30486
30487 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
30488 Ack by: Sergey Kubushyn <ksi@koi8.net>
30489
30490commit 33a4a70d48d622cc4950c60a84fec23b9421f23e
30491Author: Anatolij Gustschin <agust@denx.de>
30492Date: Wed Apr 30 13:34:40 2008 +0200
30493
30494 Fix warnings while compiling net/net.c for MPC8610HPCD board
30495
30496 MPC8610HPCD board adds -O2 gcc option to PLATFORM_CPPFLAGS
30497 causing overriding default -Os option. New gcc (ver. 4.2.2)
30498 produces warnings while compiling net/net.c file with -O2
30499 option. The patch is an attempt to fix this.
30500
30501 Signed-off-by: Anatolij Gustschin <agust@denx.de>
30502
30503commit 58b575e575c25fdf8c88141e145db201f3092149
30504Author: Sascha Laue <Sascha.Laue@gmx.biz>
30505Date: Wed Apr 30 15:23:38 2008 +0200
30506
30507 lwmon5: fix offset error in sysmon0 POST
30508
30509 Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
30510 Signed-off-by: Wolfgang Denk <wd@denx.de>
30511
30512commit e7419b243a373de4ee042f7d4f45f66de787240d
30513Author: Sascha Laue <Sascha.Laue@gmx.biz>
30514Date: Wed Apr 30 15:16:35 2008 +0200
30515
30516 lwmon5: fix manual merge error in POST
30517
30518 Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
30519
30520commit 42ffcec3f9eba010a662d5b42981812b6bebfb9a
30521Author: Wolfgang Denk <wd@denx.de>
30522Date: Wed Apr 30 17:46:26 2008 +0200
30523
30524 cmd_nand.c: fix another 'incompatible pointer type' warning.
30525
30526 Signed-off-by: Wolfgang Denk <wd@denx.de>
30527
30528commit de109d909707e2dfe806be5efc3cdb103b47c8ad
30529Author: Wolfgang Denk <wd@denx.de>
30530Date: Wed Apr 30 17:25:07 2008 +0200
30531
30532 Makefile: fix parallel builds
30533
30534 This problem shows up with parallel builds only; it results in
30535 somewhat cryptic error messages like
30536
30537 $ JOBS=-j6 MAKEALL netstar
30538 Configuring for netstar board...
30539 arm-linux-ld: cannot find -lgeneric
30540 make[1]: *** [eeprom.srec] Error 1
30541
30542 A few boards (like netstar and voiceblue) need some libraries for
30543 building; however, the board Makefile does not contain any such
30544 dependencies which may cause problems with parallel builds. Adding
30545 such dependencies is difficult as we would also have to provide build
30546 rules, which already exist in the respective library Makefiles.
30547
30548 To solve this, we make sure that all libraries get built before the
30549 board code.
30550
30551 Signed-off-by: Wolfgang Denk <wd@denx.de>
30552
30553commit 4f27098e5b0736989b13cd61d7bca94b3574cf5f
30554Author: Stefan Roese <sr@denx.de>
30555Date: Wed Apr 30 14:51:36 2008 +0200
30556
30557 ppc4xx: Adapt Canyonlands fixed DDR2 setup to new DIMM module
30558
30559 This patch changes the Canyonlands/Glacier fixed DDR2 controller setup
30560 used for NAND booting to match the values needed for the new 512MB
30561 DIMM modules shipped with the productions boards:
30562
30563 Crucial: CT6464AC667.8FB
30564
30565 Signed-off-by: Stefan Roese <sr@denx.de>
30566
30567commit ea9202a659dc75996facf1475f1866a19a9d3129
30568Author: Stefan Roese <sr@denx.de>
30569Date: Wed Apr 30 10:49:43 2008 +0200
30570
30571 ppc4xx: Fix problem with DIMMs with 8 banks in 44x_spd_ddr2.c
30572
30573 This patch fixes a problem with DIMMs that have 8 banks. Now the
30574 MCIF0_MBxCF register will be setup correctly for this setup too.
30575
30576 This was noticed with the 512MB DIMM on Canyonlands/Glacier.
30577
30578 Signed-off-by: Stefan Roese <sr@denx.de>
30579
30580commit 76617299358ebba260ecc02d33e8e75d8d13dd3b
30581Author: Wolfgang Denk <wd@denx.de>
30582Date: Tue Apr 29 23:41:06 2008 +0200
30583
30584 Prepare v1.3.3-rc2, again.
30585
30586 Signed-off-by: Wolfgang Denk <wd@denx.de>
30587
76617299
WD
30588commit b7fcc4c13993782342cf5cd20d237a6281648a0b
30589Author: Wolfgang Denk <wd@denx.de>
30590Date: Tue Apr 29 23:35:24 2008 +0200
30591
30592 Prepare v1.3.3-rc2
30593
30594 Signed-off-by: Wolfgang Denk <wd@denx.de>
30595
b7fcc4c1
WD
30596commit f7b16a0a4d571dd33b2b5185a54f7ddc311f89d4
30597Author: Wolfgang Denk <wd@denx.de>
30598Date: Tue Apr 29 23:32:20 2008 +0200
30599
30600 common/env_nand.c: fix one more incompatible pointer type issue
30601
30602 Signed-off-by: Wolfgang Denk <wd@denx.de>
30603
30604commit ea6f66894f952229eebfc4ad03cd21fe5c8b3f0f
30605Author: Wolfgang Denk <wd@denx.de>
30606Date: Tue Apr 29 21:33:08 2008 +0200
30607
30608 post/board/lwmon5/sysmon.c: fix manual merge error.
30609
30610 Signed-off-by: Wolfgang Denk <wd@denx.de>
30611
30612commit 70a0f81412b0b18a6fd0bea960451bc6c2cca49a
30613Author: Kumar Gala <galak@kernel.crashing.org>
30614Date: Tue Apr 29 12:54:59 2008 -0500
30615
30616 85xx: Add -mno-spe to e500/85xx builds
30617
30618 Newer gcc's might be configured to enable autovectorization by default.
30619 If we happen to build with one of those compilers we will get SPE
30620 instructions in random code.
30621
30622 -mno-spe disables the compiler for automatically generating SPE
30623 instructions without our knowledge.
30624
30625 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30626
30627commit 8ea08e5be69436abcc95d3da114de4a2ff8a6ab5
30628Author: Kumar Gala <galak@kernel.crashing.org>
30629Date: Tue Apr 29 10:18:34 2008 -0500
30630
30631 Update .gitignore for zlib.h
30632
30633 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30634
30635commit 45239cf4152109caa925145ccd433529902df887
30636Author: Kumar Gala <galak@kernel.crashing.org>
30637Date: Tue Apr 29 10:27:08 2008 -0500
30638
30639 85xx/86xx: Rename ext_refrec to timing_cfg_3 to match docs
30640
30641 All the 85xx and 86xx UM describe the register as timing_cfg_3
30642 not as ext_refrec.
30643
30644 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30645
30646commit ef7d30b14394e4c4a153118f5845760cadada02a
30647Author: Kumar Gala <galak@kernel.crashing.org>
30648Date: Tue Apr 29 10:28:34 2008 -0500
30649
30650 85xx/86xx: Rename DDR init address and init extended address register
30651
30652 Rename init_addr and init_ext_addr to match the docs between
30653 85xx and 86xx. Both now use 'init_addr' and 'init_ext_addr'.
30654
30655 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30656
30657commit cf6cc014270549684873a5972d2595052c468cb6
30658Author: Kumar Gala <galak@kernel.crashing.org>
30659Date: Mon Apr 28 02:24:04 2008 -0500
30660
30661 85xx: Additional fixes and cleanup of MP code
30662
30663 * adjust __spin_table alignment to match ePAPR v0.94 spec
30664 * loop over all cpus when determing who is up. This fixes an issue if
30665 the "boot cpu" isn't core0. The "boot cpu" will already be in the
30666 cpu_up_mask so there is no harm
30667 * Added some protection in the code to ensure proper behavior. These
30668 changes are explicitly needed but don't hurt:
30669 - Added eieio to ensure the "hot word" of the table is written after
30670 all other table updates have occurred.
30671 - Added isync to ensure we don't prefetch loading of table entries
30672 until we a released
30673
30674 These issues we raised by Dave Liu.
30675
30676 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30677
30678commit b2d527a8b9fb50afccbaf79b5540952585cdc760
30679Author: Yuri Tikhonov <yur@emcraft.com>
30680Date: Tue Apr 29 15:06:41 2008 +0200
30681
30682 lwmon5: minor clean-up to include/configs/lwmon5.h
30683
30684 LWMON5 DSPIC POST uses the watch-dog scratch register. So, make
30685 the CFG_DSPIC_TEST_ADDR definition more readable.
30686
30687 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
30688
30689commit f4c4d21a885ccc222fd0acdf653b683249e85117
30690Author: Stefan Roese <sr@denx.de>
30691Date: Tue Apr 29 16:08:05 2008 +0200
30692
30693 ppc4xx: Fix CFG_MONITOR_LEN on Katmai failsave this time
30694
30695 Signed-off-by: Stefan Roese <sr@denx.de>
30696
30697commit 138105efe1d2b1a40a3a97b4c1f85c2111bea2d8
30698Author: Yuri Tikhonov <yur@emcraft.com>
30699Date: Tue Apr 29 13:32:45 2008 +0200
30700
30701 ppc flush_cache: add watch-dog triggering into the loops.
30702
30703 Some boards (e.g. lwmon5) need rather a frequent watch-dog
30704 kicking. Since the time it takes for the flush_cache() function
30705 to complete its job depends on the size of data being flushed, one
30706 may encounter watch-dog resets on such boards when, for example,
30707 download big files over ethernet.
30708
30709 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
30710
30711commit cab99d6f3281ab6784feccf98b9b425daa58418a
30712Author: Stefan Roese <sr@denx.de>
30713Date: Tue Apr 29 14:44:54 2008 +0200
30714
30715 ppc4xx: Fix compilation warning in denali_spd_ddr2.c
30716
30717 Signed-off-by: Stefan Roese <sr@denx.de>
30718
30719commit 4ec9d78fe5cd585d2868731fa108ca1e62730e70
30720Author: Stefan Roese <sr@denx.de>
30721Date: Tue Apr 29 14:12:07 2008 +0200
30722
30723 ppc4xx: Fix Katmai CFG_MONITOR_LEN
30724
30725 Signed-off-by: Stefan Roese <sr@denx.de>
30726
30727commit 85ad184b3b2b0f8af9228477303c55dca1b52ed7
30728Author: Stefan Roese <sr@denx.de>
30729Date: Tue Apr 29 13:57:07 2008 +0200
30730
30731 ppc4xx: Complete remove bogus dflush()
30732
30733 Since the current dflush() implementation is know to have some problems
30734 (as seem on lwmon5 ECC init) this patch removes it completely and replaces
30735 it by using clean_dcache_range().
30736
30737 Tested on Katmai with ECC DIMM.
30738
30739 Signed-off-by: Stefan Roese <sr@denx.de>
30740
30741commit 135846d6ecaad255ad28d93ebbb78b3d5da68cdc
30742Author: Stefan Roese <sr@denx.de>
30743Date: Tue Apr 29 13:36:51 2008 +0200
30744
30745 ppc4xx: Change ECC initialization on lwmon5 to use clean_dcache_range()
30746
30747 As it seems the "old" ECC initialization routine by using dflush() didn't
30748 write all lines in the dcache back to memory on lwmon5. This could lead
30749 to ECC error upon Linux booting. This patch changes the program_ecc()
30750 routine to now use clean_dcache_range() instead of dflush().
30751 clean_dcache_range() uses dcbst which is exactly what we want in this
30752 case.
30753
30754 Since dflush() is known is cause problems, this routine will be
30755 removed completely and replaced by clean_dcache_range() with an
30756 additional patch.
30757
30758 Signed-off-by: Stefan Roese <sr@denx.de>
30759
30760commit 18ec19e4aa1a045dfbf2c7c2e33963488e92d757
30761Author: Yuri Tikhonov <yur@emcraft.com>
30762Date: Mon Apr 28 18:19:34 2008 +0200
30763
30764 POST: fix Makefiles for mpc8xx, lwmon, and netta POSTs.
30765
30766 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
30767
30768commit eea5a743a2193ef2a05b9bc6dc447ba241416f35
30769Author: Markus Brunner <super.firetwister@googlemail.com>
30770Date: Mon Apr 28 08:47:47 2008 +0200
30771
30772 ppc4xx: Fixup ebc clock in FDT for 405GP/EP
30773
30774 On ppc405EP and ppc405GP (at least) the ebc is directly attached to the plb
30775 and not to the opb. This patch will try to fixup /plb/ebc if /plb/opb/ebc
30776 doesn't exist.
30777
30778 Signed-off-by: Markus Brunner <super.firetwister@gmail.com>
30779
76617299
WD
30780commit 2ef7503a593c77a80c2a054011970227c4b62774
30781Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30782Date: Thu Apr 24 07:57:17 2008 +0200
30783
30784 NE2000: Fix regresssion introduced by e710185aae90 on non AX88796
30785
30786 Move non-inlied functions into specific drivers file
30787 Set get_prom as weak
30788
30789 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30790 Signed-off-by: Vlad Lungu <vlad@comsys.ro>
30791 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
30792
30793commit 40cb90ee2b97db1f697e1b54f19a548ffc96d71b
30794Author: Guennadi Liakhovetski <lg@denx.de>
30795Date: Thu Apr 3 17:04:19 2008 +0200
30796
30797 net: make ARP timeout configurable
30798
30799 Currently the timeout waiting for an ARP reply is hard set to 5 seconds.
30800 On i.MX31ADS due to a hardware "strangeness" up to four first IP packets
30801 to the boards get lost, which typically are ARP replies. By configuring
30802 the timeout to a lower value we significantly improve the first network
30803 transfer time on this board. The timeout is specified in milliseconds,
30804 later internally it is converted to deciseconds, because it has to be
30805 converted to hardware ticks, and CFG_HZ ranges from 900 to 27000000 on
30806 different boards.
30807
30808 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
30809 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
30810
30811commit 13e0b8f7ca9d29267bf01d7a01e521a0517adce1
30812Author: Guennadi Liakhovetski <lg@denx.de>
30813Date: Thu Apr 3 13:36:18 2008 +0200
30814
30815 minor cs8900 driver clean up
30816
30817 Remove a redundant register definition, clean up some coding style
30818 violations.
30819
30820 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
30821 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
30822
b7fcc4c1
WD
30823commit 707fa917cca24c0f22776f48ac4a6fa5e5189b10
30824Author: Wolfgang Denk <wd@denx.de>
30825Date: Mon Apr 28 22:01:04 2008 +0200
30826
30827 jffs2_1pass.c: fix incompatible pointer type warning
30828
30829 Signed-off-by: Wolfgang Denk <wd@denx.de>
30830
30831commit 6aee00f5e6a1cf29d8fe8fdc9b7252fbd31115d9
30832Author: Sascha Laue <Sascha.Laue@gmx.biz>
30833Date: Tue Apr 1 10:10:18 2008 +0200
30834
30835 lwmon5: update dsPIC POST spezification
30836
30837 The specification for the lwmon5 board dsPIC POST got changed.
30838 Also add defines for the temperatures and voltages.
30839
30840 Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
30841
30842commit 3e4615ab7ff38781a5dd80d0f49b9af55b4fe0b7
30843Author: Sascha Laue <Sascha.Laue@gmx.biz>
30844Date: Tue Apr 1 15:13:03 2008 +0200
30845
30846 Fix watchdog POST for lwmon5
30847
30848 If the hardware watchdog detects a voltage error, the watchdog sets
30849 GPIO62 to low. The watchdog POST has to detect this low level.
30850
30851 Signed-off-by: Sascha Laue <leglas0@legpc180.leg.liebherr.i>
30852 Signed-off-by: Wolfgang Denk <wd@denx.de>
30853
30854commit dd5748bcd669f46aeb6686c1b341323843738ccc
30855Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
30856Date: Mon Apr 28 14:37:14 2008 +0200
30857
30858 rtl8169: fix compiler warnings
30859
30860 Fix multiple compiler warnings related to argument type mismatch.
30861
30862 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
30863
30864commit 413bf586266f86c6bdbc6c6d140f67a15af4c4f1
30865Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
30866Date: Mon Apr 28 14:36:06 2008 +0200
30867
30868 IDE: fix compiler warnings
30869
30870 The IDE driver can use 32-bit addresses in LBA mode, in which case it
30871 spits multiple warnings during compilation. Fix them.
30872
30873 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
30874
30875commit db9084de28c46ac81c8f681722cb0d7411be4d7f
30876Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
30877Date: Mon Apr 28 14:35:57 2008 +0200
30878
30879 LinkStation: fix compiler warning, add a maintainer
30880
30881 out_8 wants a pointer to an unsigned as the first argument. Add a
30882 maintainer for Linkstation boards.
30883
30884 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
30885
30886commit c71abba3cb67b063f789f17abf6c7447727c0cd5
30887Author: Wolfgang Denk <wd@denx.de>
30888Date: Mon Apr 28 14:55:12 2008 +0200
30889
30890 cmd_nand.c: fix "differ in signedness" problem
30891
30892 Signed-off-by: Wolfgang Denk <wd@denx.de>
30893
30894commit f2c288a35341ad02ac03b1563d786763c9c8f159
30895Author: Wolfgang Denk <wd@denx.de>
30896Date: Mon Apr 28 12:48:47 2008 +0200
30897
30898 pcnet.c: fix a merge issue
30899
30900 Signed-off-by: Wolfgang Denk <wd@denx.de>
30901
30902commit 4ca79f477ebd25a6872e6196d80e2f5eff441376
30903Author: Wolfgang Denk <wd@denx.de>
30904Date: Mon Apr 28 12:08:18 2008 +0200
30905
30906 NAND: fix some strict-aliasing compiler warnings
30907
30908 Signed-off-by: Wolfgang Denk <wd@denx.de>
30909
30910commit 5cd0130ecc79d6dcde1b1ac253abc457ca8c3115
30911Author: Stefan Roese <sr@denx.de>
30912Date: Mon Apr 28 11:37:14 2008 +0200
30913
30914 ppc4xx: Fix compile warning of hcu4 board
30915
30916 Signed-off-by: Stefan Roese <sr@denx.de>
30917
30918commit 5379cd15dd6c74ac51499bce3455bf6e0cdbe9f1
30919Author: Wolfgang Denk <wd@denx.de>
30920Date: Mon Apr 28 11:31:23 2008 +0200
30921
30922 MPC8323ERDB: fix implicit declaration of function 'mac_read_from_eeprom'
30923
30924 Signed-off-by: Wolfgang Denk <wd@denx.de>
30925
30926commit 7602ed50a2f0ef3dc8d7da93f116de50288f5b59
30927Author: Guennadi Liakhovetski <lg@denx.de>
30928Date: Mon Apr 28 00:25:32 2008 +0200
30929
30930 mx31ads: fix loadaddr environment variable define
30931
30932 Arithmetic expressions do not get evaluated under stringification. Remove
30933 default network configuration, add DHCP command support. Thanks to Felix
30934 Radensky for reporting.
30935
30936 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
30937
30938commit 144eec777ac07bcb12bd38245a5a289f694a7f98
30939Author: Wolfgang Denk <wd@denx.de>
30940Date: Mon Apr 28 10:55:24 2008 +0200
30941
30942 katmai: fix section overlap problem
30943
30944 Since we didn't want to remove features from the configuration, we
30945 decided to increase the U-Boot image size (add one flash sector).
30946
30947 Also changed the default environment definition to make it
30948 independent of such changes.
30949
30950 Signed-off-by: Wolfgang Denk <wd@denx.de>
30951 Acked-by: Stefan Roese <sr@denx.de>
30952
30953commit 941d696d25624e3cc65ebf924199541acf52d74e
30954Author: Wolfgang Denk <wd@denx.de>
30955Date: Mon Apr 28 10:55:24 2008 +0200
30956
30957 katmai: fix section overlap problem
30958
30959 Since we didn't want to remove features from the configuration, we
30960 decided to increase the U-Boot image size (add one flash sector).
30961
30962 Also changed the default environment definition to make it
30963 independent of such changes.
30964
30965 Signed-off-by: Wolfgang Denk <wd@denx.de>
30966 Acked-by: Stefan Roese <sr@denx.de>
30967
30968commit 03c6cd39f9184143fd8c537872b3d4b2e03f1466
30969Author: Kumar Gala <galak@kernel.crashing.org>
30970Date: Sat Apr 26 11:44:44 2008 -0500
30971
30972 post: Fix building with O=
30973
30974 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30975
30976commit fd7531c1e9d56b9e5e06d2c0e02b798dab72f70c
30977Author: Wolfgang Denk <wd@denx.de>
30978Date: Sat Apr 26 01:55:00 2008 +0200
30979
30980 Prepare v1.3.3-rc1
30981
30982 Signed-off-by: Wolfgang Denk <wd@denx.de>
30983
fd7531c1
WD
30984commit 19cf2ec90d8ce52da60c1693693c4048cb810967
30985Author: Wolfgang Denk <wd@denx.de>
30986Date: Sat Apr 26 01:25:39 2008 +0200
30987
30988 post/Makefile: make sure to use the correct flags
30989
30990 ARFLAGS was not set, which caused "ppc_8xx-ar: creating libgenpost.a"
30991 messages to be printed.
30992
30993 Signed-off-by: Wolfgang Denk <wd@denx.de>
30994
30995commit 7ed4011733e7dca8f64d21291e4294662f7dc3e2
30996Author: Wolfgang Denk <wd@denx.de>
30997Date: Sat Apr 26 00:34:42 2008 +0200
30998
30999 Coding Style cleanup, update CHANGELOG
31000
31001 Signed-off-by: Wolfgang Denk <wd@denx.de>
31002
7ed40117
WD
31003commit f9204e15173834ff8d123e36279ce49c3c6c74fc
31004Author: Magnus Lilja <lilja.magnus@gmail.com>
31005Date: Sun Apr 20 10:38:12 2008 +0200
31006
31007 i.MX31: Enable SPI and MC13783/RTC support for the Litekit board
31008
31009 This patch enables SPI and MC13783/RTC support for the Litekit board.
31010
31011 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
31012
31013commit f97abbfb47d9e407354e157cae3f6369e460cd37
31014Author: Ed Swarthout <Ed.Swarthout@freescale.com>
31015Date: Fri Apr 25 01:08:32 2008 -0500
31016
31017 MPC8544DS: decode pcie3 end-point configuration correctly.
31018
31019 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
31020 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
31021
31022commit 292188e15523c165c4269403fdcd33c26d89176e
31023Author: Roy Zang <tie-fei.zang@freescale.com>
31024Date: Fri Apr 25 00:55:09 2008 -0500
31025
31026 MPC8544DS: Removes the unknown flash message information
31027
31028 This patch removes the unknown flash message information:
31029 '## Unknown FLASH on Bank 1 - Size = 0xdeadbeef = -286261248 MB'
31030 This unknown flash message is caused by PromJet.
31031 Some of the board user is unhappy with this information.
31032
31033 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
31034 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
31035
31036commit b2115757403beef0ac6bc2c6c3b24f31256a75d2
31037Author: Kim Phillips <kim.phillips@freescale.com>
31038Date: Thu Apr 24 14:07:38 2008 -0500
31039
31040 mpc83xx: bump loadaddr over fdtaddr to 0x500000
31041
31042 this seems as a good compromise between human memory, typing,
31043 and last but not least, to accommodate for current and future kernel bloat.
31044
31045 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
31046 Acked-by: Dave Liu <daveliu@freescale.com>
31047
31048commit be5a7190265a34d968578ff266549c60f6f57654
31049Author: Dave Liu <r63238@freescale.com>
31050Date: Tue Apr 15 13:12:23 2008 +0800
31051
31052 mpc83xx: clean up the readme for 83xx boards
31053
31054 1. correct the typo
31055 2. correct the memory map for 837xerdb board
31056
31057 Signed-off-by: Dave Liu <daveliu@freescale.com>
31058
31059commit bcae52a6819ee9dad5d0d96cd7daeb20108d45ff
31060Author: Dave Liu <r63238@freescale.com>
31061Date: Tue Apr 15 13:11:11 2008 +0800
31062
31063 mpc83xx: remove the unused CPM's stuff
31064
31065 The MPC83xx family never have CPM block, so remove it from 83xx.
31066
31067 Signed-off-by: Dave Liu <daveliu@freescale.com>
31068
31069commit c63ad6325a8ac0097a54b418a3288926b0484b18
31070Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31071Date: Fri Apr 18 16:29:40 2008 +0200
31072
31073 cfi-flash: Add CFG_FLASH_AUTOPROTECT_LIST
31074
31075 This patch adds a configurable flash auto protection list that can be used
31076 to make U-Boot protect flash regions in flash_init().
31077
31078 The idea has been discussed on the u-boot mailing list starting
31079 on Nov 18th, 2007.
31080
31081 Even this patch brings a new feature it is used as a bugfix for 4xx
31082 platforms where flash_init() does not completely protect the
31083 monitor's flash range in all situations.
31084
31085 U-Boot protects the flash range from CFG_MONITOR_BASE to
31086 (CFG_MONITOR_BASE + monitor_flash_len - 1) by default. This does not
31087 include the reset vector at 0xfffffffc.
31088
31089 Example:
31090 #define CFG_FLASH_AUTOPROTECT_LIST {{0xfff80000, 0x80000}}
31091
31092 This config option will auto protect the last 512k of flash that
31093 contains the bootloader on board like APC405 and PMC405.
31094
31095 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31096
31097commit d0d91ae3acb4f29d1a2a3a766747478ed54e2848
31098Author: Stefan Roese <sr@denx.de>
31099Date: Fri Apr 25 13:59:03 2008 +0200
31100
31101 ppc4xx: Remove double defines in lwmon5.h
31102
31103 introduced with latest lwmon5/POST merge
31104
31105 Signed-off-by: Stefan Roese <sr@denx.de>
31106
31107commit 7590378fb9c686709492ceb142825cd058255956
31108Author: Bartlomiej Sieka <tur@semihalf.com>
31109Date: Fri Apr 25 13:54:02 2008 +0200
31110
31111 Use watchdog-aware functions when calculating hashes of images - take two
31112
31113 Some files didn't get updated properly with the "Use watchdog-aware
31114 functions when calculating hashes of images" commit, this commit
31115 fixes this.
31116
31117 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
31118 Signed-off-by: Wolfgang Denk <wd@denx.de>
31119
31120commit 8e048c438e20ec89b49da5f085f8f756eba6e587
31121Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31122Date: Fri Apr 25 12:01:39 2008 +0200
31123
31124 ppc4xx: Add bootcount limit handling for APC405 boards
31125
31126 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31127
31128commit 1de6b28be5d107ae90ad7a8a43653c49966e8afe
31129Author: Bartlomiej Sieka <tur@semihalf.com>
31130Date: Fri Apr 25 12:10:09 2008 +0200
31131
31132 Use watchdog-aware functions when calculating hashes of images
31133
31134 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
31135
31136commit d00ce09040d3100e2c7998ef56db62c2d20d9ee3
31137Author: Wolfgang Denk <wd@denx.de>
31138Date: Fri Apr 25 12:44:08 2008 +0200
31139
31140 USB: fix more GCC 4.2.x aliasing warnings
31141
31142 Signed-off-by: Wolfgang Denk <wd@denx.de>
31143 Acked-by: Markus Klotzbuecher <mk@denx.de>
31144
31145commit aff4f86448f6586930f0a3be7fc4b0ddcf450980
31146Author: Wolfgang Denk <wd@denx.de>
31147Date: Fri Apr 25 12:41:53 2008 +0200
31148
31149 lib_generic/crc32.c: add missing #include <watchdog.h>
31150
31151 Signed-off-by: Wolfgang Denk <wd@denx.de>
31152
31153commit 03ccdbcd5602610cea4bd0db7e48e1ef881a51ef
31154Author: Wolfgang Denk <wd@denx.de>
31155Date: Fri Apr 25 11:52:21 2008 +0200
31156
31157 lib_generic/crc32.c: fix compile problem
31158
31159 Signed-off-by: Wolfgang Denk <wd@denx.de>
31160
31161commit 24bfedbd0be4dcaa94861407820d6a70fea7e03b
31162Author: Stefan Roese <sr@denx.de>
31163Date: Tue Apr 22 12:20:32 2008 +0200
31164
31165 ppc4xx: Pass PCIe root-complex/endpoint configuration to Linux via the fdt
31166
31167 The PCIe root-complex/endpoint setup as configured via the "pcie_mode"
31168 environment variable will now get passed to the Linux kernel by setting
31169 the device_type property of the PCIe device tree node. For normal root-
31170 complex configuration it will keep its defaults value of "pci" and for
31171 endpoint configuration it will get changed to "pci-endpoint".
31172
31173 Signed-off-by: Stefan Roese <sr@denx.de>
31174
31175commit eb0615bf600d2caf5aa2958f47f5ba364c52d5e7
31176Author: Yuri Tikhonov <yur@emcraft.com>
31177Date: Thu Apr 24 10:30:53 2008 +0200
31178
31179 lwmon5: watchdog POST fix
31180
31181 Use the GPT0_MASKx registers as the temporary storage for watch-dog
31182 timer POST test instead of GPT0_COMPx. The latter
31183 (GPT0_COMP1..GPT0_COMP5) are used for the log-buffer header.
31184
31185 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
31186 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
31187
31188commit 78e488298824bc150b5f3ebf7958cd71fa2af1b9
31189Author: Kim Phillips <kim.phillips@freescale.com>
31190Date: Mon Apr 21 18:10:14 2008 -0500
31191
31192 lib_ppc: Revert "Make MPC83xx one step closer to full relocation."
31193
31194 This reverts commit 70431e8a7393b6b793f77957f95b999fc9a269b8 which has
31195 proven problematic getting right from the start at least on 83xx and
31196 4xx.
31197
31198 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
31199
31200commit a99715b8ebfc500f3f40e01b36b64d473938443d
31201Author: Detlev Zundel <dzu@denx.de>
31202Date: Fri Apr 18 14:50:01 2008 +0200
31203
31204 Realining some header definitions.
31205
31206 Signed-off-by: Detlev Zundel <dzu@denx.de>
31207
31208commit 4acbc6c7f993cae409c424615415a3e76820f13d
31209Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31210Date: Thu Apr 24 07:57:16 2008 +0200
31211
31212 NE2000: coding style cleanup
31213
31214 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31215
31216commit b4aff1ffaf7120032c653357c007faa14f74d29d
31217Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31218Date: Wed Apr 23 00:11:47 2008 +0900
31219
31220 qemu-mips.h: Add CFI support
31221
31222 CONFIG_ENV_OVERWRITE is also added.
31223
31224 This patch is originally created by Jean-Christophe PLAGNIOL-VILLARD.
31225
31226 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31227 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
31228
31229commit 4a1f11b45a82908e5b0df602d703082413a6b7ed
31230Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
31231Date: Tue Apr 22 22:47:27 2008 +0900
31232
31233 doc/README.mips: Add MIPS notes
31234
31235 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
31236
31237commit 215b01bba8bc662d35f72b084700b192d367dfb4
31238Author: Bartlomiej Sieka <tur@semihalf.com>
31239Date: Tue Apr 22 12:27:56 2008 +0200
31240
31241 Add support for calculating hashes with watchdog triggering
31242
31243 Implement watchodg-aware variants of hash calculation functions:
31244 - crc32_wd()
31245 - md5_wd()
31246 - sha1_csum_wd()
31247 The above functions calculate the hash of the input buffer in chunks,
31248 triggering the watchdog after processing each chunk. The chunk size
31249 is given as a function call parameter.
31250
31251 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
31252
31253commit 8875e3abab986df930167ce5c1ac4f95dcacc81c
31254Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
31255Date: Wed Apr 23 11:02:12 2008 +0900
31256
31257 qemu-mips: Cleanup whitespace, indentation, etc.
31258
31259 No functional change.
31260
31261 This patch was originally submitted by Jean-Christophe PLAGNIOL-VILLARD.
31262 Then I re-created from scratch, and changed more lines than the original.
31263
31264 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31265 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
31266
31267commit 386563197e3a50b0e97ad9aae87f57d9aab909ab
31268Author: Vlad Lungu <vlad@comsys.ro>
31269Date: Wed Oct 10 23:02:09 2007 +0300
31270
31271 Fixed pcnet io_base
31272
31273 Bus and phys address are not always the same
31274
31275 Signed-off-by: Vlad Lungu <vlad@comsys.ro>
31276
31277commit 11ea26fd1cb63c91403fe04a6eea975cd418603f
31278Author: Wolfgang Denk <wd@denx.de>
31279Date: Thu Apr 24 23:44:26 2008 +0200
31280
31281 drivers/net/pcnet.c: Coding Style cleanup.
31282
31283 Signed-off-by: Wolfgang Denk <wd@denx.de>
31284
31285commit 899ef7b84578b7cafadfd78488c2fd2aac93f636
31286Author: Vlad Lungu <vlad@comsys.ro>
31287Date: Wed Oct 10 23:04:23 2007 +0300
31288
31289 Added Am79C970A chip id to pcnet
31290
31291 Signed-off-by: Vlad Lungu <vlad@comsys.ro>
31292
31293commit 17c9de6bb33f676eb776dcbfc46fc1b14c3871a5
31294Author: Magnus Lilja <lilja.magnus@gmail.com>
31295Date: Sun Apr 20 10:35:03 2008 +0200
31296
31297 i.MX31: Fix architecture numbers for ADS and Litekit boards
31298
31299 Correct the Linux architecture number for i.MX31 Litekit and ADS boards.
31300
31301 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
31302
31303commit e7ae84d6c7288790e88639f57cb60daf89c11369
31304Author: Magnus Lilja <lilja.magnus@gmail.com>
31305Date: Sun Apr 20 10:36:36 2008 +0200
31306
31307 i.MX31: Use symbolic names for Litekit membases.
31308
31309 Use symbolic names instead of hard coded addresses for Litekit membases.
31310
31311 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
31312
31313commit 2ef1d9b6030d02f576b1bcd9fec948e602522012
31314Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31315Date: Sat Apr 19 17:59:20 2008 +0200
31316
31317 Fix show_boot_progress prototype
31318
31319 in commit fad634071 "make show_boot_progress () weak."
31320 show_boot_progress is supposed to be declared as weak but declared as
31321 inline instead.
31322
31323 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31324
31325commit edbed247a14d70b94958010f736621212285de91
31326Author: Bartlomiej Sieka <tur@semihalf.com>
31327Date: Fri Apr 18 12:39:23 2008 +0200
31328
31329 Memory footprint optimizations
31330
31331 As suggested by Wolfgang Denk:
31332 - image printing functions:
31333 - remove wrappers
31334 - remove indentation prefix from functions' signatures
31335 - merge getenv_verify and getenv_autostart into one parametrized function
31336
31337 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
31338
31339commit 0a0b606faaec4afb3f750b09aa4df1e40a39dcb8
31340Author: Guennadi Liakhovetski <lg@denx.de>
31341Date: Tue Apr 15 13:33:11 2008 +0200
31342
31343 MX31ADS environment variable update, spi and rtc support
31344
31345 Update MX31ADS default environment to better match the flash layout and
31346 the memory map, support SPI and RTC.
31347
31348 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
31349
31350commit 022f12163595b9a55380c6d77c3119b93d6a9a4b
31351Author: Kumar Gala <galak@kernel.crashing.org>
31352Date: Mon Apr 21 09:28:36 2008 -0500
31353
31354 85xx: Round up frequency calculations to get reasonable output
31355
31356 eg. because of rounding error we can get 799Mhz instead of 800Mhz.
31357
31358 Introduced DIV_ROUND_UP and roundup taken from linux kernel.
31359
31360 Signed-off-by: Dejan Minic <minic@freescale.com>
31361 Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
31362 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
31363 Acked-by: Andy Fleming <afleming@freescale.com>
31364
31365commit 876b8f978982216ab4a22dcd9efddfcd9b0e04e6
31366Author: Kumar Gala <galak@kernel.crashing.org>
31367Date: Wed Apr 23 16:58:04 2008 -0500
31368
31369 fsl_pci: Only modify registers if we have them
31370
31371 pme_msg_det exists only on PCIe controllers only set it if we are a "bridge".
31372
31373 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
31374
31375commit 83fe32334337def160b302aa9d152d808bfcc68e
31376Author: Markus Klotzbücher <mk@denx.de>
31377Date: Wed Apr 23 10:57:33 2008 +0200
31378
31379 USB: remove a cpu bug workaround for an unsupported architecture.
31380
31381 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
31382
31383commit f957576cb53e6cfab412709cfc8db1afd39d21c3
31384Author: Markus Klotzbücher <mk@denx.de>
31385Date: Wed Apr 23 10:53:23 2008 +0200
31386
31387 USB: fix those pesky aliasing warnings issued by gcc-4.2
31388
31389 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
31390 Signed-off-by: Detlev Zundel <dzu@denx.de>
31391
31392commit 89cdab788f3716b335fefb60b836ebcf975aceab
31393Author: Mike Frysinger <vapier@gentoo.org>
31394Date: Mon Mar 31 11:02:01 2008 -0400
31395
31396 crc32: use uint32_t rather than unsigned long
31397
31398 The envcrc.c does sizeof(unsigned long) when calculating the crc, but
31399 this is done with the build toolchain instead of the target tool
31400 chain, so if the build is a 64bit system but the target is 32bits,
31401 the size will obviously be wrong. This converts all unsigned long
31402 stuff related to crc32 to uint32_t types. Compile tested only: output
31403 of ./tools/envcrc when run on a 32bit build system matches that of a
31404 64bit build system.
31405
31406 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31407 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31408
31409commit 80c40b765b3642ddb9f3392b7898715aab44a29c
31410Author: Dirk Behme <dirk.behme@googlemail.com>
31411Date: Wed Mar 26 09:53:29 2008 +0100
31412
31413 ARM: Davinci: Fix DM644x timer overflow handling and cleanup
31414
31415 Fix ARM based DaVinci DM644x timer overflow handling and cleanup timer code.
31416
31417 Changes:
31418
31419 - Remove *_masked() functions as noted by Wolfgang
31420
31421 - Adapt register naming to recent TI spec (sprue26, March 2007)
31422
31423 - Fix reset_timer() handling
31424
31425 - 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.
31426
31427 [1] http://article.gmane.org/gmane.comp.boot-loaders.u-boot/38179
31428
31429 - Remove software division of timer count value (DIV(x) macro) and do it in hardware (TIM_CLK_DIV).
31430
31431 Many thanks to Troy Kisky <troy.kisky@boundarydevices.com> and Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl> for the hints & testing!
31432
31433 Patch is compile tested with davinci_dvevm & sonata & schmoogie configuration and tested by Pieter on DaVinci EVM hardware.
31434
31435 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
31436 Acked-by: Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl>
31437
31438commit a6e6fc610e39dec41b79680413d4ed38145bd3c8
31439Author: Sergei Poselenov <sposelenov@emcraft.com>
31440Date: Wed Apr 9 16:09:41 2008 +0200
31441
31442 Added watchdog triggering calls in the "mtest" test function.
31443
31444 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
31445
31446commit d32a874b9b4c1e949ee38be7790f6bf6d6143451
31447Author: Yuri Tikhonov <yur@emcraft.com>
31448Date: Sun Apr 6 19:19:14 2008 +0200
31449
31450 lwmon5 watchdog: limit trigger rate
31451
31452 Limit the rate of h/w watch-dog triggering on the LWMON5 board by
31453 the CONFIG_WD_MAX_RATE value.
31454
31455 Note that an earlier version of this patch which used microseconds
31456 instead of ticks dis not work. The problem was that we used
31457 usec2ticks() to convert microseconds into ticks. usec2ticks() uses
31458 get_tbclk(), which in turn calls get_sys_info(). It turns out that
31459 this function does a lot of prolonged operations (like divisions)
31460 which take too much time so we do not trigger the watchdog in time,
31461 and it resets the system.
31462
31463 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
31464
31465commit 2d2b994a30bb100774dc747ae9865b7f95285a88
31466Author: Yuri Tikhonov <yur@emcraft.com>
31467Date: Mon Mar 31 10:51:37 2008 +0200
31468
31469 POST: move CONFIG_POST to Makefiles
31470
31471 Introduce the new logical option CONFIG_HAS_POST which is set when the
31472 platform has CONFIG_POST set. Use CONFIG_HAS_POST in the post/ Makefiles
31473 to determine should the POST libs be compiled for the selected target
31474 platform, or not.
31475
31476 To avoid breaking u-boot linking process, the empty post/libpost.a file is
31477 created for platforms which do not have POSTs.
31478
31479 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
31480 Signed-off-by: Wolfgang Denk <wd@denx.de>
31481
31482commit 0a51e9248e2d27e0a02ef1e740c576ce90a39ee1
31483Author: Yuri Tikhonov <yur@emcraft.com>
31484Date: Mon Mar 31 10:49:34 2008 +0200
31485
31486 POST: preparations for moving CONFIG_POST to Makefiles
31487
31488 Remove CONFIG_POST ifdefs from the post/ source files.
31489
31490 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
31491 Signed-off-by: Wolfgang Denk <wd@denx.de>
31492
31493commit 5d40d4430d9ebc8434c6f0798594836e1efa7a1e
31494Author: Stefan Roese <sr@denx.de>
31495Date: Tue Apr 22 14:14:20 2008 +0200
31496
31497 ppc4xx: Fix Canyonlands and Glacier default environment for fdt usage
31498
31499 This patch fixes the Canyonlands and Glacier default environment to better
31500 fit to the arch/powerpc device-tree kernels. The variables dealing with
31501 arch/ppc booting are removed, since these boards are supported only in
31502 arch/powerpc. Glacier uses the same config file as Canyonlands.
31503
31504 Also, the Glacier now uses non-FPU rootpath, since 460GT has no FPU.
31505
31506 Signed-off-by: Stefan Roese <sr@denx.de>
31507
31508commit b789cb4a4c0c1deff82053539cfe29a9c6e23f8b
31509Author: Stefan Roese <sr@denx.de>
31510Date: Tue Apr 22 14:06:42 2008 +0200
31511
31512 ppc4xx: Small coding style cleanup for the latest esd patches
31513
31514 Signed-off-by: Stefan Roese <sr@denx.de>
31515
31516commit 79941d63bc03aed8c48d7602f18217cc200ee931
31517Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31518Date: Mon Apr 21 18:01:07 2008 +0200
31519
31520 ppc4xx: Update CPU strapping for PMC440 boards
31521
31522 This patch removes the temporary 'test' strapping option
31523 of the sbe command. The '667' strapping option now uses
31524 a PLB/PCI divider of 3.
31525
31526 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31527
31528commit f00cf3193a6635355b121e90debb2f54e777e7da
31529Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31530Date: Mon Apr 21 14:42:21 2008 +0200
31531
31532 ppc4xx: Remove unused APC405 strataflash driver
31533
31534 The APC405 board support has been migrated to use the common
31535 CFI flash driver.
31536
31537 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31538
31539commit 1c686676a86473bbd92151f0544e109413f6ed06
31540Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31541Date: Mon Apr 21 14:42:17 2008 +0200
31542
31543 ppc4xx: Update APC405 configuration
31544
31545 - enable esd's auto_update mechanism
31546 - support alternative flash layout on rev. 1.8 boards
31547 - update default environment
31548 - use common CFI flash driver
31549 - coding style cleanup
31550
31551 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31552
31553commit 0b9872515a521bf7866dc24b85ddce708e60d702
31554Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31555Date: Mon Apr 21 14:42:11 2008 +0200
31556
31557 ppc4xx: Update APC405 board support
31558
31559 - enable esd's auto_update mechanism
31560 - fix LCD support on latest hardware revision (uses other LCD controller)
31561 - support alternative flash layout on rev. 1.8 boards
31562 - coding style cleanup
31563
31564 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31565
31566commit 83975d02e225e231960784972e7820a8b303756b
31567Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31568Date: Mon Apr 21 14:42:06 2008 +0200
31569
31570 ppc4xx: update esd's common auto_update code for 405 boards
31571
31572 - Coding style cleanup (long lines)
31573 - improve handling of protected flash regions
31574 - remove dead code
31575
31576 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31577
31578commit b9233fe5d59cb25d975071616bd1035d6f4c2285
31579Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31580Date: Mon Apr 21 14:41:59 2008 +0200
31581
31582 ppc4xx: Update esd's common LCD code for 405 boards
31583
31584 - Coding style cleanup (long lines)
31585 - Add s1d13505 support
31586 - Make some functions return a result code instead of void
31587
31588 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31589
31590commit dea68189424c3f1242427a8146a3861bf093173c
31591Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31592Date: Mon Apr 21 11:36:55 2008 +0200
31593
31594 ppc4xx: Update FPGA image for APC405 boards
31595
31596 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31597
31598commit 2a05b152924acfcec3b037693329e517e6d3578f
31599Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31600Date: Mon Apr 21 11:36:08 2008 +0200
31601
31602 ppc4xx: Update bootlogo for APC405 boards
31603
31604 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31605
31606commit 8deafdc6ad368368cf03b58cab4bd39f45d64b5c
31607Author: Stefan Roese <sr@denx.de>
31608Date: Fri Apr 18 16:41:31 2008 +0200
31609
31610 ppc4xx: Add dcache_enable() for 440
31611
31612 dcache_enable() was missing for 440 and the patch
31613 017e9b7925f74878d0e9475388cca9bda5ef9482 ["allow ports to override bootelf
31614 "] behavior uses this function.
31615
31616 Note: Currently the cache handling functions like
31617 d/icache_disable/enable() are NOP's on 440. This may be changed in the
31618 future.
31619
31620 Signed-off-by: Stefan Roese <sr@denx.de>
31621
31622commit a49e0d177a0749614b316ec847fb623f09c82c07
31623Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31624Date: Mon Apr 21 11:19:04 2008 +0200
31625
31626 video: Add missing free for logo memory
31627
31628 This patch adds two missing free()s.
31629
31630 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31631
31632commit 84c01d3a05ae3aca5f7c0c13a31ca72ba1199a42
31633Author: Troy Kisky <troy.kisky@boundarydevices.com>
31634Date: Mon Sep 24 16:41:43 2007 -0700
31635
31636 PATCH - Fix oob data copied into supplied buffer
31637
31638 This patch correctly sets the oobavail variable
31639 and fixes a bug where the oob data was not valid when
31640 there where multiple groups in oobfree.
31641
31642 First segment fixes a typo
31643 Second segment fixes a bug where oob data may be copied incorrectly.
31644 Third segment adds an error message when exiting due to write protect.
31645 Forth segment fixes a bug where oobavail may be set incorrectly.
31646
31647 Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com>
31648
31649commit e1d09680f64b452adde89ed9fe28a77c56bedc9a
31650Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31651Date: Fri Apr 18 17:24:32 2008 +0200
31652
31653 ppc4xx: Fix sys_get_info() for 405GP(r)
31654
31655 This patch assigns the correct EBC clock for 405GP(r) CPUs
31656 to PPC4xx_SYS_INFO structure. Without this patch U-Boot
31657 uses an uninitialized EBC clock in its startup message.
31658
31659 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31660
31661commit dc7746d86d2a3dfe01ab9a70cb427f92adc303c7
31662Author: Wolfgang Denk <wd@denx.de>
31663Date: Sun Apr 20 15:39:38 2008 -0700
31664
31665 Makefile: remove nand_spl/System.map when cleaning up.
31666
31667commit d9a42c0ace4d4f9cb061d62a7265d1780f90447b
31668Author: Wolfgang Denk <wd@denx.de>
31669Date: Sun Apr 20 15:35:52 2008 -0700
31670
31671 MAKEALL: sort entries / lists.
31672
31673 Signed-off-by: Wolfgang Denk <wd@denx.de>
31674
31675commit 0878af169b181868a105b5c33f3a6423e2c9fd60
31676Author: Kumar Gala <galak@kernel.crashing.org>
31677Date: Fri Apr 18 11:29:01 2008 -0500
31678
31679 85xx: Fix size of cpu-release-addr property
31680
31681 The cpu-release-addr is defined as always being a 64-bit quanity regardless
31682 if we are running on a 32-bit or 64-bit machine.
31683
31684commit 88353a985109562a639b2f8a0c90d77011bfe374
31685Author: Timur Tabi <timur@freescale.com>
31686Date: Fri Apr 4 11:15:58 2008 -0500
31687
31688 Fix calculation of I2C clock for some 85xx chips
31689
31690 Some 85xx chips use CCB as the base clock for the I2C. Some use CCB/2, and
31691 some use CCB/3. There is no pattern that can be used to determine which
31692 chips use which frequency, so the only way to determine is to look up the
31693 actual SOC designation and use the right value for that SOC.
31694
31695 Update immap_85xx.h to include the GUTS PORDEVSR2 register.
31696
31697 Signed-off-by: Timur Tabi <timur@freescale.com>
31698
31699commit 1e01477aeaf409ddb97e2633aab9cf8c9c60612e
31700Author: Wolfgang Denk <wd@denx.de>
31701Date: Fri Apr 18 11:44:27 2008 -0700
31702
31703 Fix build breakage casued by commit c0559be371b2
31704
31705 Change env_get_char from a global function ptr to a function.
31706
31707 Signed-off-by: Wolfgang Denk <wd@denx.de>
31708
31709commit 268a804d7e2fa07b64211fd2f9a9615db4539f23
31710Author: Wolfgang Denk <wd@denx.de>
31711Date: Fri Apr 18 10:53:41 2008 -0700
31712
31713 Coding Style cleanup, update CHANGELOG.
31714
31715 Signed-off-by: Wolfgang Denk <wd@denx.de>
31716
268a804d
WD
31717commit 92bad20ad74b70adf3839df9a0a47cce000ac3d7
31718Author: Mike Frysinger <vapier@gentoo.org>
31719Date: Tue Apr 8 14:00:57 2008 -0400
31720
31721 Add support for u-boot in svn and localversion-* files
31722
31723 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31724
31725commit d23ff6827decf121461fbc5622612fd7effe207e
31726Author: Guennadi Liakhovetski <lg@denx.de>
31727Date: Thu Apr 3 17:04:22 2008 +0200
31728
31729 MX31ADS network and flash updates
31730
31731 This patch allows U-Boot to use buffered writes to the Spansion NOR
31732 flash installed on this board, and eliminates long delays in network
31733 transfers after the board startup.
31734
31735 Also modify flash layout to embed main and redundant environment
31736 blocks in the U-Boot image.
31737
31738 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
31739
31740commit b5dc9b304d289831f291843ff88a45cbdf1a6290
31741Author: Guennadi Liakhovetski <lg@denx.de>
31742Date: Mon Apr 14 10:53:12 2008 +0200
31743
31744 Support for the MX31ADS evaluation board from Freescale
31745
31746 This patch adds support for the MX31ADS evaluation board from Freescale,
31747 initialization code is copied from RedBoot sources, also provided by
31748 Freescale.
31749
31750 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
31751
7ed40117
WD
31752commit 499e7831e1baaac6bfb959213f1950c216fbc5ba
31753Author: Stefan Roese <sr@denx.de>
31754Date: Tue Apr 8 10:33:29 2008 +0200
31755
31756 ppc4xx: Change Canyonlands to support booting from 2k page NAND devices
31757
31758 Signed-off-by: Stefan Roese <sr@denx.de>
31759
31760commit 5e182dce04d68cc94407a1b1fa09307f2bb96719
31761Author: Stefan Roese <sr@denx.de>
31762Date: Tue Apr 8 10:33:28 2008 +0200
31763
31764 ppc4xx: Adjust Canyonlands fixed DDR2 setup (NAND booting) to 512MB SODIMM
31765
31766 Signed-off-by: Stefan Roese <sr@denx.de>
31767
31768commit fe7c0db6b2a9004f96c2a2d4fff2849e19c2d825
31769Author: Stefan Roese <sr@denx.de>
31770Date: Tue Apr 8 10:33:27 2008 +0200
31771
31772 ppc4xx: Add Glacier NAND booting target
31773
31774 Signed-off-by: Stefan Roese <sr@denx.de>
31775
31776commit 46f373838e384a4c23d13581b1dfa5acb66b5810
31777Author: Stefan Roese <sr@denx.de>
31778Date: Tue Apr 8 10:31:00 2008 +0200
31779
31780 nand_spl: Update nand_spl to support 2k page size NAND devices
31781
31782 This patch adds support for booting from 2k page sized NAND device
31783 (e.g. Micron 29F2G08AAC).
31784
31785 Tested on AMCC Canyonlands.
31786
31787 Signed-off-by: Stefan Roese <sr@denx.de>
31788
268a804d
WD
31789commit 5e3dca577b7c1bf58bd2b48449b18b7e7dcd8e04
31790Author: Anatolij Gustschin <agust@denx.de>
31791Date: Thu Apr 17 18:18:00 2008 +0200
31792
31793 Fix crash on sequoia in ppc_4xx_eth_init
31794
31795 Currently U-Boot crashes in ppc_4xx_eth_init on sequoia
31796 with cache enabled (TLB Parity exeption). This patch
31797 fixes the problem.
31798
31799 Signed-off-by: Anatolij Gustschin <agust@denx.de>
31800
31801commit accf7355767dc7f6b85d88bb1c75c9d95e84ba5b
31802Author: Anatolij Gustschin <agust@denx.de>
31803Date: Thu Apr 17 18:15:27 2008 +0200
31804
31805 ppc4xx: Fix crash on sequoia with cache enabled
31806
31807 Currently U-Boot crashes on sequoia board in CPU POST if
31808 cache is enabled (CONFIG_4xx_DCACHE defined). The cache
31809 won't be disabled by change_tlb before CPU POST because
31810 there is an insufficient adress range check since
31811 CFG_MEM_TOP_HIDE was introduced. This patch tries to fix
31812 this problem.
31813
31814 Signed-off-by: Anatolij Gustschin <agust@denx.de>
31815
31816commit 43c509254fab375c49936498da944658117ed07c
31817Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
31818Date: Thu Apr 17 23:35:13 2008 +0900
31819
31820 Use jr as register jump instruction
31821
31822 Current assembler codes are inconsistent in the way of register jump
31823 instruction usage; some use jr, some use j. Of course GNU as allows both
31824 usages, but as can be expected from `Jump Register' the mnemonic `jr' is
31825 more intuitive than `j'. For example, Linux doesn't have `j <reg>' usage
31826 at all.
31827
31828 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
31829
31830commit 7ce63709828d37b08866e537339a169bd0db2bd3
31831Author: Guennadi Liakhovetski <lg@denx.de>
31832Date: Tue Apr 15 14:15:30 2008 +0200
31833
31834 RTC driver for MC13783
31835
31836 MC13783 is a multifunction IS with an SPI interface to the host. This
31837 driver handles the RTC controller in this chip.
31838
31839 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
31840
31841commit 38254f45b0b412332726c90d3184ad47479fcffb
31842Author: Guennadi Liakhovetski <lg@denx.de>
31843Date: Tue Apr 15 14:14:25 2008 +0200
31844
31845 New i.MX31 SPI driver
31846
31847 This is an SPI driver for i.MX and MXC based SoCs from Freescale. So far
31848 only implemented and tested on i.MX31, can with a modified register layout
31849 and definitions be used for i.MX27, I think, MXC CPUs have similar SPI
31850 controllers too.
31851
31852 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
31853
31854commit 7064122c2eef92f02a03ef37a1a1c07e70cd4e38
31855Author: Magnus Lilja <lilja.magnus@gmail.com>
31856Date: Tue Apr 15 19:09:10 2008 +0200
31857
31858 Fix name of i.MX31 boards in config file header
31859
31860 Correct the name of the i.MX31 Litekit and phyCORE boards in config files.
31861
31862 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
31863
31864commit a49864593e083a5d0779fb9ca98e5a0f2053183d
31865Author: Mike Frysinger <vapier@gentoo.org>
31866Date: Sun Apr 13 19:42:19 2008 -0400
31867
31868 allow ports to override go behavior
31869
31870 Split the arch-specific logic out of the common go code and into a dedicated
31871 weak function called do_go_exec() that lives in cpu directories. This will
31872 need review from i386/nios people to make sure I didn't break them.
31873
31874commit 017e9b7925f74878d0e9475388cca9bda5ef9482
31875Author: Mike Frysinger <vapier@gentoo.org>
31876Date: Sun Apr 13 19:42:18 2008 -0400
31877
31878 allow ports to override bootelf behavior
31879
31880 Change the bootelf setup function into a dedicated weak function called
31881 do_bootelf_exec. This way ports can control the behavior however they
31882 like before/after calling the ELF entry point.
31883
31884commit a4b46ed6b3502335c3f3a5d672abe0bcb44f20b7
31885Author: Ulf Samuelsson <ulf@atmel.com>
31886Date: Sat Apr 12 20:56:03 2008 +0200
31887
31888 Reorder ARM boards in Makefile
31889
31890 Rearrange ARM boards in Makefile so that ARM926EJ-S boards
31891 are no longer under ARM92xT header.
31892
31893 Signed-off-by: Ulf Samuelsson <ulf@atmel.com>
31894 Ack-By Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31895
31896commit c3a60cb3bd67e120fc99b6ba88d9295c3c07f688
31897Author: Ulf Samuelsson <ulf@atmel.com>
31898Date: Sat Apr 12 20:29:44 2008 +0200
31899
31900 Clean up dataflash partitioning
31901
31902 This patch removes the board dependent parts from
31903 "drivers/mtd/dataflash.c".
31904 Each board relying on this, will have the appropriate
31905 code in a new file, "partition.c" in the board directory.
31906 board Makefiles updated to use the file.
31907
31908 The dataflash partitions are aligned on sector/page boundaries.
31909
31910 The CONFIG_NEW_DF_PARTITION was used to create named partitions
31911 This is now the default operation, and the CONFIG variable is removed.
31912
31913 Signed-off-by: Ulf Samuelsson <ulf@atmel.com>
31914
31915commit 51ecde946fec511a16346e498204ca10ad71080d
31916Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31917Date: Sat Apr 12 14:08:45 2008 +0200
31918
31919 gitignore: udpate stgit generated and .patch file
31920
31921 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31922
31923commit 66e39818e95f51ee1c1dd2094407a8929543fa6d
31924Author: Wolfgang Denk <wd@denx.de>
31925Date: Fri Apr 18 00:15:36 2008 -0700
31926
31927 Get rid of redundant copy of renamed header file.
31928
31929 Signed-off-by: Wolfgang Denk <wd@denx.de>
31930
31931commit c3aafd8cf814e33a77de81c2f22b8c772216a3cc
31932Author: Vlad Lungu <vlad@comsys.ro>
31933Date: Fri Apr 11 21:20:14 2008 +0300
31934
31935 Fix dependency generation for older gcc versions
31936
31937 With gcc 3.3.3 at least, compilation fails with
31938
31939 Generating include/autoconf.mk
31940 gcc: compilation of header file requested
31941 make: *** [include/autoconf.mk] Error 1
31942
31943 since commit 16fe77752eee099b9fb61ed73460e51cc94b37ba.
31944
31945 Signed-off-by: Vlad Lungu <vlad@comsys.ro>
31946
31947commit cb1c4896905ab22fcd982e6a8a539f0031942e71
31948Author: Marian Balakowicz <m8@semihalf.com>
31949Date: Fri Apr 11 11:07:49 2008 +0200
31950
31951 Restore the ability to continue booting after legacy image overwrite
31952
31953 Before new uImage code was merged, bootm code allowed for the kernel image to
31954 get overwritten during decompresion. new uImage introduced a check for image
31955 overwrites and refused to boot the image that got overwritten. This patch
31956 restores the old behavior. It also adds a warning when the image overwriten is
31957 a multi-image file, because in such case accessing componentes other than the
31958 first one will fail.
31959
31960 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
31961
31962commit de2b3216e6b4f3b2fe93759c05b17504f9dfe036
31963Author: Marian Balakowicz <m8@semihalf.com>
31964Date: Fri Apr 11 11:07:43 2008 +0200
31965
31966 ppc: Fix ftd_blob variable init when processing raw blob
31967
31968 Set fdt_blob variable before its value is printed out.
31969
31970 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
31971
31972commit 3d36be030043cd841a2551d00a395135e363a64b
31973Author: Jason Wessel <jason.wessel@windriver.com>
31974Date: Thu Apr 10 14:30:16 2008 -0500
31975
31976 Remove all the search paths from the .lds files.
31977
31978 The cross compiler is responsible for providing the correct libraries
31979 and the logic to find the linking libraries.
31980
31981 Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
31982
31983commit 7d721e34ae6be7d7db63e8d060a246278bb7ae58
31984Author: Bartlomiej Sieka <tur@semihalf.com>
31985Date: Mon Apr 14 15:44:16 2008 +0200
31986
31987 Boot-related documentation update
31988
31989 - document 'bootm_low' and 'bootm_size' environment variables
31990 - update inaccurate CFG_BOOTMAPSZ entry
31991
31992 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
31993
31994commit a6f0bd9f2b1971e2a61ac0fd1fc2c96cb7a4b67a
31995Author: Guennadi Liakhovetski <lg@denx.de>
31996Date: Wed Apr 9 17:34:08 2008 +0200
31997
31998 Fix regression introduced by a typo in "Tidied other cpu/arm920t/start.S code"
31999
32000 Restore logic reverted by commit
32001
32002 commit 80767a6cead9990d9e77e62be947843c2c72f469
32003 Author: Peter Pearse <peter.pearse@arm.com>
32004 Date: Wed Sep 5 16:04:41 2007 +0100
32005
32006 Changed API name to coloured_led.h
32007 Removed code using deprecated ifdef CONFIG_BOOTBINFUNC
32008 Tidied other cpu/arm920t/start.S code
32009
32010 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
32011
32012commit e25cb8d3f4fcc265a9cdf8e9d577b59bdb64bbaf
32013Author: Mike Frysinger <vapier@gentoo.org>
32014Date: Tue Apr 8 10:24:24 2008 -0400
32015
32016 Remove conflicting NAND ID
32017
32018 There are two NAND entries with ID 0xDC and this obviously causes problems.
32019 In the kernel, they punted the first entry, so we should do the same.
32020
32021 See this upstream e-mail for more info:
32022 http://lists.infradead.org/pipermail/linux-mtd/2007-July/018795.html
32023
32024 Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
32025 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
32026
32027commit 188e94c370621708d13547d58dbc6ed3c5602aa8
32028Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
32029Date: Tue Apr 8 16:20:35 2008 +0900
32030
32031 cpu/mips/cpu.c: Fix flush_cache bug
32032
32033 Cache operations have to take line address (addr), not start_addr.
32034 I noticed this bug when debugging ping failure.
32035
32036 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
32037
32038commit 8f2a68a07c058fca1d413e54f71c2e7e78a74ed4
32039Author: Martin Krause <martin.krause@tqs.de>
32040Date: Thu Apr 3 14:29:01 2008 +0200
32041
32042 TQM5200: fix default IDE reset level
32043
32044 Before the first call of ide_reset(), the level of the IDE reset
32045 signal on the TQM5200 is low (reset asserted). This patch sets the
32046 default value to high (reset not asserted).
32047
32048 Currently this patch fixes no real problem, but it is cleaner to
32049 assert the reset signal only on demand, and not permanently.
32050
32051 Signed-off-by: Martin Krause <martin.krause@tqs.de>
32052
32053commit c61e033d6e8abb7b4060ee36060961e1399f6079
32054Author: Detlev Zundel <dzu@denx.de>
32055Date: Thu Apr 3 14:18:48 2008 +0200
32056
32057 mgcoge, mgsuv: realign CONFIG_EXTRA_ENV_SETTING
32058
32059 Signed-off-by: Detlev Zundel <dzu@denx.de>
32060
32061commit f308572e19eb7fe63aa3d41f214cde4c23c9800f
32062Author: Detlev Zundel <dzu@denx.de>
32063Date: Thu Apr 3 14:18:47 2008 +0200
32064
32065 mgcoge, mgsuv: rename 'addcon' to 'addcons'
32066
32067 The latter name with 13 users is already established, so we will use
32068 that.
32069
32070 Signed-off-by: Detlev Zundel <dzu@denx.de>
32071
32072commit e175eacc87c3a9e4dad0799fee0e95732520afc7
32073Author: Martin Krause <martin.krause@tqs.de>
32074Date: Thu Apr 3 13:37:56 2008 +0200
32075
32076 IDE: fix bug in reset sequence
32077
32078 According to the ata (ata5) specification the RESET- signal
32079 shall be asserted for at least 25 us. Without this patch,
32080 the RESET- signal is asserted on some boards for only < 1 us
32081 (e. g. on the TQM5200). This patch adds a general delay of
32082 25 us to the RESET- signal.
32083
32084 Without this patch a Platinum 4 GiB CF card is not recognised
32085 properly on boards with a TQM5200 (STK52xx, TB5200).
32086
32087 Signed-off-by: Martin Krause <martin.krause@tqs.de>
32088
32089commit 813bea96a960916c72b4a3a7df840151529c26ce
32090Author: Sascha Laue <Sascha.Laue@gmx.biz>
32091Date: Thu Apr 3 14:43:11 2008 +0200
32092
32093 lwmon5: disable CONFIG_ZERO_BOOTDELAY
32094
32095 Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
32096
32097commit 53eec6f1d25932e76d63ccb14082792b0b96bf41
32098Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32099Date: Wed Apr 2 08:03:58 2008 +0200
32100
32101 ds174x: Fix warning on return in rtc_get and rtc_set functions
32102
32103 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32104
32105commit a253b38bf50c85227c33ca0febc870ee49d1588e
32106Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32107Date: Wed Apr 2 08:03:57 2008 +0200
32108
32109 cmd_log.c: Fix assignment differ in signedness
32110
32111 In function 'logbuff_init_ptrs':
32112 cmd_log.c:79: warning: pointer targets in assignment differ in signedness
32113
32114 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32115
32116commit 6c0e9a8f1cc090fbfbc6f86b6b4fd17a1628f3df
32117Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
32118Date: Wed Apr 2 11:04:43 2008 +0530
32119
32120 Remove duplicate #undef SHOW_INFO in drivers/usb/usb_ohci.c
32121
32122 Signed-off-by: gururaja hebbar <gururajakr@sanyo.co.in>
32123
32124commit 478d5ec9ae3cbcc6040241d2d73dbbc61fe9b49d
32125Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32126Date: Tue Apr 1 14:07:10 2008 +0200
32127
32128 s3c4510b_eth: fix 'packed' attribute ignored for fields of MACFrame
32129
32130 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32131
32132commit c08fb3ea36d19b1640b7906264581e9105534399
32133Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
32134Date: Tue Apr 15 10:24:14 2008 +0200
32135
32136 Additional PCI IDs for IDE and network controllers
32137
32138 These PCI IDs are required by the Linkstation platforms.
32139
32140 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
32141
32142commit c0559be371b2a64b1a817088c3308688e2182f93
32143Author: Joakim Tjernlund <joakim.tjernlund@transmode.se>
32144Date: Mon Apr 14 23:01:50 2008 +0200
32145
32146 Change env_get_char from a global function ptr to a function.
32147
32148 This avoids an early global data reference.
32149
32150 Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
32151
32152commit 3e0f331c05d72f140715c1e9fca991927e44d422
32153Author: Guennadi Liakhovetski <lg@denx.de>
32154Date: Tue Apr 29 12:35:08 2008 +0000
32155
32156 Clean up smsc911x driver
32157
32158 Replace direct register address derefencing with accessor functions.
32159 Restrict explicitly 32-bit bus-width, extend affected configurations
32160 respectively.
32161
32162 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
32163 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
32164
32165commit de1b686b763aa8b87a86f6748ce9169e7fc0e4cd
32166Author: Sascha Hauer <s.hauer@pengutronix.de>
32167Date: Tue Apr 15 00:08:20 2008 -0400
32168
32169 This patch adds a driver for the following smsc network controllers:
32170 LAN9115
32171 LAN9116
32172 LAN9117
32173 LAN9215
32174 LAN9216
32175 LAN9217
32176
32177 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
32178 Signed-off-by: Guennadi Liakhovetski<lg@denx.de>
32179 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
32180
32181commit 3dfd4aab929cccddb63d9ea509967861e1333b52
32182Author: Sascha Laue <Sascha.Laue@gmx.biz>
32183Date: Tue Apr 1 15:13:03 2008 +0200
32184
32185 Fix watchdog POST for lwmon5
32186
32187 If the hardware watchdog detects a voltage error, the watchdog sets
32188 GPIO62 to low. The watchdog POST has to detect this low level.
32189
32190 Signed-off-by: Sascha Laue <leglas0@legpc180.leg.liebherr.i>
32191
32192commit 24b448448a917e52806f82660a5c9d47608894fb
32193Author: Dave Liu <r63238@freescale.com>
32194Date: Tue Apr 1 15:22:11 2008 +0800
32195
32196 ata: update the libata.h from ata.h of linux kernel
32197
32198 Current libata.h of u-boot is out of sync from linux kernel,
32199 this patch make it be consistent with linux kernel.
32200
32201 Signed-off-by: Dave Liu <daveliu@freescale.com>
32202 Signed-off-by: Tor Krill <tor@excito.com>
32203
32204commit f8f9dc98883f66f59eb0601da65808e6b139c87c
32205Author: Kumar Gala <galak@kernel.crashing.org>
32206Date: Mon Mar 31 11:59:27 2008 -0500
32207
32208 Allow use of ARCH=powerpc when building
32209
32210 The linux kernel is now mostly ARCH=powerpc, so to make life easier
32211 allow use to use ARCH=powerpc and convert it to ARCH=ppc.
32212
32213 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
32214
32215commit 8af657d2c6d1ca4f2f76973531394d4578ba2ef0
32216Author: Kyungmin Park <kmpark@infradead.org>
32217Date: Mon Mar 31 10:40:54 2008 +0900
32218
32219 Add apollon board MAINTAINERS entry
32220
32221 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
32222
32223commit 77e475cc0ed1832160017d364be32a0be9ff02a9
32224Author: Kyungmin Park <kmpark@infradead.org>
32225Date: Mon Mar 31 10:40:36 2008 +0900
32226
32227 Fix OneNAND read
32228
32229 It should access with 16-bit instead of 8-bit
32230
32231 Now it uses the generic memcpy with 8-bit access. It means it reads wrong data from OneNAND.
32232
32233 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
32234
32235commit a9da2b41079d230db3a5641625311983f85ce1fb
32236Author: Kyungmin Park <kmpark@infradead.org>
32237Date: Mon Mar 31 10:40:19 2008 +0900
32238
32239 Fix OneNAND erase command
32240
32241 It mis-calculates the block address.
32242 Also fix DECLARE_GLOBAL_DATA_PTR in env_onenand.
32243
32244 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
32245
32246commit 61525f2ffa156665a66908fda47dbf29d65ea579
32247Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
32248Date: Mon Mar 31 01:32:15 2008 +0200
32249
32250 Support for LinkStation / KuroBox HD and HG PPC models
32251
32252 This patch is based on the port by Mihai Georgian (see linkstation.c for
32253 Copyright information) and implements support for LinkStation / KuroBox HD
32254 and HG PPC models from Buffalo Technology, whereby HD is deactivated at
32255 the moment, pending network driver fixing.
32256
32257 Notice to users: this is pretty much a barebone port. Support for network
32258 on HG models is already in the U-Boot mainline, but you might also want
32259 patches to switch fan / phy modes depending on the negotiated ethernet
32260 parameters. This patch also doesn't support console switching, booting EM
32261 mode, Buffalo specific ext2 magic number. So, if you want to use any of
32262 those, you need additional patches. Otherwise this patche provides a fully
32263 functional u-boot with a network console on your system.
32264
32265 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
32266
32267commit 0f3ba7e9783f352318f197a3148f6d5cc3d75bea
32268Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
32269Date: Sun Mar 30 01:22:13 2008 -0500
32270
32271 Add CONFIG_MII_INIT support to related boards
32272
32273 Replace CONFIG_8xx and CONFIG_MCF532x to CONFIG_MII_INIT in
32274 cmd_init.c. Add CONFIG_MII_INIT to board configuration files
32275 that use mii_init() in cmd_init.c.
32276
32277 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
32278 Acked-by: Ben Warren <biggerbadderben@gmail.com>
32279
32280commit f33fca22e76f20e4e4793810ca7a06a4805a6cf4
32281Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
32282Date: Sun Mar 30 01:19:06 2008 -0500
32283
32284 Update CONFIG_PCIAUTO_SKIP_HOST_BRIDGE to related boards
32285
32286 Remove test for CONFIG_MPC5200 in drivers/pci/pci_auto.c and define
32287 CONFIG_PCIAUTO_SKIP_HOST_BRIDGE in related board configuration files.
32288
32289 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
32290
32291commit e99ccb488181d012248c6be30b2093e950319fc5
32292Author: Kumar Gala <galak@kernel.crashing.org>
32293Date: Thu Mar 27 11:46:38 2008 -0500
32294
32295 Introduce phys_size_t and move phys_addr_t into asm/types.h
32296
32297 Also add CONFIG_PHYS_64BIT on powerpc to deal with 32-bit ppc's
32298 that have larger physical addresses like 44x, 85xx, and 86xx.
32299
32300 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
32301
32302commit 20a14a42a25f72e379f38460b8a8484667536795
32303Author: Andy Fleming <afleming@freescale.com>
32304Date: Wed Apr 2 16:19:07 2008 -0500
32305
32306 Rename include/md5.h to include/u-boot/md5.h
32307
32308 Some systems have md5.h installed in /usr/include/. This isn't the
32309 desired file (we want the one in include/md5.h). This will avoid the
32310 conflict. This fixes the host tools building problem by creating a new
32311 directory for U-Boot specific header files.
32312
32313 [Patch by Andy Fleming, modified to use separate directory by Wolfgang
32314 Denk]
32315
32316 Signed-off-by: Wolfgang Denk <wd@denx.de>
32317 Signed-off-by: Andy Fleming <afleming@freescale.com>
32318 Acked-by: Timur Tabi <timur@freescale.com>
32319
32320commit f297b7a1ec87433f66320d89d993e1bc738c66b8
32321Author: Dave Liu <r63238@freescale.com>
32322Date: Thu Mar 27 18:51:17 2008 +0800
32323
32324 drivers: code clean up
32325
32326 Signed-off-by: Dave Liu <daveliu@freescale.com>
32327
32328commit 0ff7cba4a2e51c90827f6d21a0b28b4d67109597
32329Author: Dave Liu <r63238@freescale.com>
32330Date: Thu Mar 27 18:50:41 2008 +0800
32331
32332 drivers: clean up the ata_piix.h
32333
32334 Signed-off-by: Dave Liu <daveliu@freescale.com>
32335
32336commit e8f7ba404f1409606962815ecc955a06984b08b3
32337Author: Dave Liu <r63238@freescale.com>
32338Date: Thu Mar 27 18:49:56 2008 +0800
32339
32340 doc: english polishing for README.sata
32341
32342 according to gvb's suggestion, polishing for the doc.
32343
32344 Signed-off-by: Jerry Van Baren <gerald.vanbaren@ge.com>
32345 Signed-off-by: Dave Liu <daveliu@freescale.com>
32346
32347commit 3e3f766a5274d204780460e1879723b565296d34
32348Author: Kumar Gala <galak@kernel.crashing.org>
32349Date: Wed Mar 26 18:53:28 2008 -0500
32350
32351 Fix warnings introduced by I2C bus speed setting patch
32352
32353 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
32354
32355commit 3c735e7437150e8615f26930c7819db85634276d
32356Author: eran liberty <eran.liberty@gmail.com>
32357Date: Thu Mar 27 00:50:49 2008 +0100
32358
32359 Altera Stratix II support
32360
32361 Adds Support for Altera's Stratix II.
32362
32363 Within your board specific init file you will have to call
32364
32365 1. fpga_init (/* relocated code offset. usually => */ gd->reloc_off);
32366 2. fpga_add (fpga_altera, (Altera_desc*)&altera_desc);
32367
32368 Altera_desc* contines (for example):
32369 {
32370 Altera_StratixII, /* part type */
32371 passive_serial, /* interface type */
32372 1, /* bytes of data part can accept */
32373 (void *)(&funcs), /* interface function table */
32374 0L, /* base interface address */
32375 0 /* implementation specific cookie */
32376 }
32377
32378 funcs is the interface. It is of type altera_board_specific_func.
32379 It looks like this:
32380 altera_board_specific_func func = {
32381 pre_fn,
32382 config_fn,
32383 status_fn,
32384 done_fn,
32385 clk_fn,
32386 data_fn,
32387 abort_fn,
32388 post_fn,
32389 };
32390
32391 you will have to implement these functions, which is usually bit
32392 banging some gpio.
32393
32394 Signed-off-by: Eran Liberty <liberty@extricom.com>
32395
32396commit 5ece9ec9f6cd52950ab848e2fe422dacf1d3a335
32397Author: Wolfgang Denk <wd@denx.de>
32398Date: Sun Apr 13 14:32:54 2008 -0700
32399
32400 Update CHANGELOG
32401
32402 Signed-off-by: Wolfgang Denk <wd@denx.de>
32403
5ece9ec9
WD
32404commit 5ad862166aa24d62a69aa9c708f6b2f5c0d28fb7
32405Author: Sascha Hauer <s.hauer@pengutronix.de>
32406Date: Wed Mar 26 20:41:17 2008 +0100
32407
32408 Phytec Phycore-i.MX31 support
32409
32410 This patch adds support for the Phytec Phycore-i.MX31 board
32411
32412 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
32413 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
32414
32415commit caebc95be3b42e5147b5fac7672ac4b2693ef7e1
32416Author: Sascha Hauer <s.hauer@pengutronix.de>
32417Date: Wed Mar 26 20:41:09 2008 +0100
32418
32419 mx31 litekit support
32420
32421 This patch adds support for the mx31 litekit board
32422
32423 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
32424 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
32425
32426commit cdace0661208754a53019ea0dc7b803a040e0939
32427Author: Sascha Hauer <s.hauer@pengutronix.de>
32428Date: Wed Mar 26 20:40:49 2008 +0100
32429
32430 add an i2c driver for mx31
32431
32432 This patch adds an i2c driver for Freescale i.MX processors
32433
32434 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
32435 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
32436
32437commit 9b56f4f0306f3940b0aafd823ed6ecfc2d75d6c6
32438Author: Sascha Hauer <s.hauer@pengutronix.de>
32439Date: Wed Mar 26 20:40:42 2008 +0100
32440
32441 core support for Freescale mx31
32442
32443 This patch adds the core support for Freescale mx31
32444
32445 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
32446 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
32447
32448commit 7ec68862a27c8f6f6d566228de8f6724d964a939
32449Author: Wolfgang Denk <wd@denx.de>
32450Date: Sun Apr 13 14:19:23 2008 -0700
32451
32452 Fix compile error
32453
32454 ...as suggested by Peter Pearse
32455
32456 Signed-off-by: Wolfgang Denk <wd@denx.de>
32457
32458commit 5252ed95204bdf55bec5a90ea69860bf2f78c643
32459Author: Sascha Hauer <s.hauer@pengutronix.de>
32460Date: Wed Mar 26 20:40:36 2008 +0100
32461
32462 Separate omap24xx specific code from arm1136
32463
32464 Move omap24xx code to cpu/arm1136/omap24xx, rename include/asm-arm/arch-arm1136
32465 to cpu/arm1136/omap24xx.
32466
32467 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
32468 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
32469
32470commit 1f1d88dd40815332df32982e739f2ddd2da6fe1a
32471Author: Mike Frysinger <vapier@gentoo.org>
32472Date: Tue Jan 29 18:21:05 2008 -0500
32473
32474 disable caches before booting an app for Blackfin apps
32475
32476 It isn't generally save to execute applications outside of U-Boot with caches
32477 enabled due to the way the Blackfin processor handles caches (requires
32478 software assistance). This patch disables caches before booting an ELF or
32479 just booting raw code. The previous discussion on the patch was that we
32480 wanted to use weaks instead, but that proved to not be feasible when multiple
32481 symbols are involved, which puts us back at the ifdef solution. I've
32482 minimized the ugliness by moving the setup step outside of the main function.
32483
32484 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
32485
32486commit e6dfed705efa44ebf00d21bb1588c6ccc8f3ad32
32487Author: Wolfgang Denk <wd@denx.de>
32488Date: Sun Apr 13 10:03:54 2008 -0700
32489
32490 ppc: Get rid of unused machine type definitions
32491
32492 Signed-off-by: Wolfgang Denk <wd@denx.de>
32493
32494commit 1aeed8d71acb3290cf2446f316d6ba437e7881c4
32495Author: Wolfgang Denk <wd@denx.de>
32496Date: Sun Apr 13 09:59:26 2008 -0700
32497
32498 Coding Style cleanup; update CHANGELOG
32499
32500 Signed-off-by: Wolfgang Denk <wd@denx.de>
32501
1aeed8d7
WD
32502commit 7754f33c6fb7a2c050388d20bf3847038558bdcf
32503Author: Larry Johnson <lrj@acm.org>
32504Date: Thu Feb 21 13:58:11 2008 -0500
32505
32506 LM73 bug fix for negative temperatures and cleanup
32507
32508 When the LM73 temperature sensor measures a temperature below 0 C, the
32509 current driver does not perform sign extension, so the result returned is
32510 512 C too high. This patch fixes the problem, and does general cleanup
32511 of the code.
32512
32513 Signed-off-by: Larry Johnson <lrj@acm.org>
32514
32515commit 96ef831f713289afba19da0c8f905e99da2b23e0
32516Author: Guennadi Liakhovetski <lg@denx.de>
32517Date: Thu Apr 3 13:36:02 2008 +0200
32518
32519 cfi_flash: Support buffered writes on non-standard Spansion NOR flash
32520
32521 Some NOR flash chip from Spansion, for example, the s29ws-n MirrorBit
32522 series require different addresses for buffered write commands. Define a
32523 configuration option to support buffered writes on those chips. A more
32524 elegant solution would be to automatically detect those chips by parsing
32525 their CFI records, but that would require introduction of a fixup table
32526 into the cfi_flash driver.
32527
32528 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
32529
32530commit 3f9c542d3d69b1a10a5e193e779133a0454d1f44
32531Author: Lee Nipper <lee.nipper@freescale.com>
32532Date: Thu Apr 10 09:35:06 2008 -0500
32533
32534 mpc83xx: Update DIMM data bus width test to support 40-bit width
32535
32536 32-bit wide ECC memory modules report 40-bit width.
32537 Changed the DIMM data bus width test to 'less than 64' instead of 'equal 32'.
32538
32539 Signed-off-by: Lee Nipper <lee.nipper@freescale.com>
32540 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
32541
32542commit 5fb5a689d822ca61e814bd523fc930af335242fa
32543Author: Dave Liu <r63238@freescale.com>
32544Date: Mon Mar 31 17:05:12 2008 +0800
32545
32546 mpc83xx: Fix the bug of serdes initialization
32547
32548 Currently the serdes will not be initializated due to the
32549 partid's error.
32550
32551 Signed-off-by: Dave Liu <daveliu@freescale.com>
32552 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
32553
32554commit 2000784818f043db7ca60e2846a72d097766b894
32555Author: Dave Liu <r63238@freescale.com>
32556Date: Thu Apr 3 16:28:29 2008 +0800
32557
32558 mpc83xx: Fix the SATA clock setting of 837x targets
32559
32560 Currently the SATA controller clock is configured as CSB clock,
32561 usually the CSB clock is 400/333/266MHz.
32562
32563 However, The SATA IP block is only guaranteed to operate up to
32564 200 MHz as stated in the HW spec.
32565
32566 The bug is reported by Joe D'Abbraccio <ljd015@freescale.com>
32567
32568 This patch makes the SATA clock as half of CSB clock.
32569
32570 Signed-off-by: Dave Liu <daveliu@freescale.com>
32571 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
32572
32573commit 1ac4f320bf0b593aa0a741f2d649a8ece8838672
32574Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32575Date: Wed Apr 2 13:41:21 2008 +0200
32576
32577 mpc837xerdb: Fix warning: implicit declaration of function 'fdt_fixup_dr_usb'
32578
32579 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32580 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
32581
32582commit 97b3ecb575a92fa34c1765229dbc06f2b662f139
32583Author: Kumar Gala <galak@kernel.crashing.org>
32584Date: Wed Apr 9 04:20:57 2008 -0500
32585
32586 85xx: Fix detection of MP cpu spin up
32587
32588 We were looking at the wrong memory offset to determine of a secondary
32589 cpu had been spun up or not. Also added a warning message if the
32590 all the secondary cpus we expect don't spin up.
32591
32592 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
32593
32594commit f3e04bdc3f360c66801a9048956e61e41a16edba
32595Author: Kumar Gala <galak@kernel.crashing.org>
32596Date: Tue Apr 8 10:45:50 2008 -0500
32597
32598 85xx: Use SVR_SOC_VER instead of SVR_VER
32599
32600 The recent change introduced by 'Update SVR numbers to expand support'
32601 now requires that we use SVR_SOC_VER instead of SVR_VER if we want
32602 to compare against a particular processor id.
32603
32604 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
32605
32606commit 5b2052e5f5fcce5dbd4d2750a29c0e45bce806e7
32607Author: Eugene O'Brien <eugene.obrien@advantechamt.com>
32608Date: Fri Apr 11 10:00:35 2008 -0400
32609
32610 ppc4xx: Fix power mgt definitions for PPC440
32611
32612 Corrected DCR addresses of PPC440EP power management registers.
32613
32614 Signed-off-by: Eugene O'Brien <eugene.obrien@advantechamt.com>
32615
32616commit 950a392464e616b4590bc4501be46e2d7d162dea
32617Author: Wolfgang Denk <wd@denx.de>
32618Date: Fri Apr 11 15:11:26 2008 +0200
32619
32620 Revert merge of git://www.denx.de/git/u-boot-arm, commit 62479b18:
32621
32622 Reverting became necessary after it turned out that the patches in
32623 the u-boot-arm repo were modified, and in some cases corrupted.
32624
32625 This reverts the following commits:
32626
32627 066bebd6353e33af3adefc3404560871699e9961
32628 7a837b7310166ae8fc8b8d66d7ef01b60a80f9d6
32629 c88ae20580b2b01487b4cdcc8b2a113f551aee36
32630 a147e56f03871bba4f05058d5e04ce7deb010b04
32631 d6674e0e2a6a1f033945f78838566210d3f28c95
32632 8c8463cce44d849e37744749b32d38e1dfb12e50
32633 c98b47ad24b2d91f41c09a3d62d7f70ad84f4b7d
32634 8bf69d81782619187933a605f1a95ee1d069478d
32635 8c16cb0d3b971f46fbe77c072664c0f2dcd4471d
32636 a574a73852a527779234e73e17e7597fd8128882
32637 1377b5583a48021d983e1fd565f7d40c89e84d63
32638 1704dc20917b4f71e373e2c888497ee666d40380
32639
32640 Signed-off-by: Wolfgang Denk <wd@denx.de>
32641
32642commit 64e541f4c1b413dd84c7e409f5c2bf328db2ac13
32643Author: Stefan Roese <sr@denx.de>
32644Date: Fri Apr 11 07:02:29 2008 +0200
32645
32646 ppc4xx: Update Kilauea defconfig to use device-tree booting as default
32647
32648 This patch reworks the default environment on Kilauea/Haleakala. Now
32649 "net_nfs" for exmaple uses the device-tree style booting formerly know
32650 as "net_nfs_fdt". Also the addresses in RAM were changed because of the
32651 new image booting support, which check for image overwriting. So the
32652 addresses needed togeet adjusted.
32653
32654 Signed-off-by: Stefan Roese <sr@denx.de>
32655
32656commit 756f5dacda3810b094b94bcceffd3ce6c7ff9a28
32657Author: Stefan Roese <sr@denx.de>
32658Date: Wed Apr 9 11:58:02 2008 +0200
32659
32660 ppc4xx: Fix Canyonlands default environment to work with new image support
32661
32662 Since the new image support checks for image overwriting, the default
32663 environment needs to get adjusted to use correct addresses.
32664
32665 Signed-off-by: Stefan Roese <sr@denx.de>
32666
32667commit dfc6c7b647dba7ab86749616f0e9e5740deed422
32668Author: Stefan Roese <sr@denx.de>
32669Date: Wed Apr 9 11:54:11 2008 +0200
32670
32671 ppc: Revert patch 70431e8a that used _start instead of CFG_MONITOR_BASE
32672
32673 The patch 70431e8a7393b6b793f77957f95b999fc9a269b8 (Make MPC83xx one step
32674 closer to full relocation.) doesn't use CFG_MONITOR_BASE anymore. But
32675 on 4xx systems _start currently cannot be used for this calculation.
32676 So revert back to the original version for now.
32677
32678 Signed-off-by: Stefan Roese <sr@denx.de>
32679
32680commit f91374f65eae8b42cac329e06ba1c54728278efb
32681Author: Michal Simek <monstr@monstr.eu>
32682Date: Fri Mar 28 12:49:52 2008 +0100
32683
32684 microblaze: Sort microblaze boards in MAKEALL script
32685
32686commit 62032deb7214c6d9b4396297e2aaa559bc2f8495
32687Author: Michal Simek <monstr@monstr.eu>
32688Date: Fri Mar 28 11:58:45 2008 +0100
32689
32690 microblaze: clean microblaze_config.mk
32691
32692 FLAGS are generated by U-BOOT generator.
32693 Board specific FLAGS are in board directory
32694
32695 Signed-off-by: Michal Simek <monstr@monstr.eu>
32696
32697commit cf5c679ca04a6b54bf53a55b8b9c29335b387287
32698Author: Michal Simek <monstr@monstr.eu>
32699Date: Fri Mar 28 12:47:19 2008 +0100
32700
32701 microblaze: xupv2p fix config file for supporting FDT
32702
32703commit 188dc16b189143573b1ed90e584bf866d75cdd12
32704Author: Michal Simek <monstr@monstr.eu>
32705Date: Fri Mar 28 11:53:02 2008 +0100
32706
32707 microblaze: ml401 fix config file for supporting FDT
32708
32709 Signed-off-by: Michal Simek <monstr@monstr.eu>
32710
32711commit 4c6a6f02e239236261333759997eeaf86b30b54c
32712Author: Michal Simek <monstr@monstr.eu>
32713Date: Fri Mar 28 11:22:48 2008 +0100
32714
32715 microblaze: ml401 - add ifdef for GPIO
32716
32717 Signed-off-by: Michal Simek <monstr@monstr.eu>
32718
32719commit af7ae1a411c67ee9d17a66d17ce50b374f3dd4e7
32720Author: Michal Simek <monstr@monstr.eu>
32721Date: Fri Mar 28 12:13:03 2008 +0100
32722
32723 microblaze: clean uart16550 and uartlite handling
32724
32725 Signed-off-by: Michal Simek <monstr@monstr.eu>
32726
32727commit 0b20f250877441460fb79d72192954abe8498834
32728Author: Michal Simek <monstr@monstr.eu>
32729Date: Fri Mar 28 11:08:31 2008 +0100
32730
32731 microblaze: Add Emaclite driver to Makefile
32732
32733 Signed-off-by: Michal Simek <monstr@monstr.eu>
32734
32735commit 868cde5310f88234b774878e4f06e79df10a88b3
32736Author: Michal Simek <monstr@monstr.eu>
32737Date: Fri Mar 28 11:08:01 2008 +0100
32738
32739 microblaze: Add Emac driver to Makefile
32740
32741 Signed-off-by: Michal Simek <monstr@monstr.eu>
32742
32743commit 6f961b4f461f6cbb83a467d468a02e6078c2b327
32744Author: Michal Simek <monstr@monstr.eu>
32745Date: Fri Mar 28 12:42:29 2008 +0100
32746
32747 microblaze: add Emac ethernet driver
32748
32749commit 89c53891b18cbafd29ab8931b40e27ad231b6085
32750Author: Michal Simek <monstr@monstr.eu>
32751Date: Fri Mar 28 12:41:56 2008 +0100
32752
32753 microblaze: add Emaclite ethernet driver
32754
32755commit e5845e21224dbe2fe47b11f1cdf95de7f84be7cb
32756Author: Michal Simek <monstr@monstr.eu>
32757Date: Fri Mar 28 11:04:01 2008 +0100
32758
32759 microblaze: ML401 and XUPV2P remove emac and emaclite reference
32760
32761 Signed-off-by: Michal Simek <monstr@monstr.eu>
32762
32763commit 6bf3e982aefdb1daf9f5462d482c8f9d1cc90a57
32764Author: Michal Simek <monstr@monstr.eu>
32765Date: Fri Mar 28 10:59:32 2008 +0100
32766
32767 microblaze: remove old setting for emac driver
32768
32769 Signed-off-by: Michal Simek <monstr@monstr.eu>
32770
32771commit cd2b75efb9cc037c74ecee9b3586f9bf9e1d4e57
32772Author: Michal Simek <monstr@monstr.eu>
32773Date: Fri Mar 28 10:58:15 2008 +0100
32774
32775 microblaze: Clean Makefile from ancient emac driver
32776
32777 Signed-off-by: Michal Simek <monstr@monstr.eu>
32778
32779commit ab68f921d9c741830f721c3d879c13a0c5597183
32780Author: Daniel Hellstrom <daniel@gaisler.com>
32781Date: Fri Mar 28 10:20:43 2008 +0100
32782
32783 SPARC/LEON2: added support for Gaisler simulator GRSIM/TSIM for SPARC/LEON2 targets. See www.gaisler.com for information.
32784
32785 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
32786
32787commit 6ed8a43a19bb0275501bc286007daafa923552cf
32788Author: Daniel Hellstrom <daniel@gaisler.com>
32789Date: Wed Mar 26 23:38:48 2008 +0100
32790
32791 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.
32792
32793 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
32794
32795commit 6940383d9ec1bfe2f13e339e6f723e8d34af2b12
32796Author: Daniel Hellstrom <daniel@gaisler.com>
32797Date: Wed Mar 26 23:34:47 2008 +0100
32798
32799 SPARC/LEON3: added support for Altera NIOS Development kit (STRATIX II Edition) with GRLIB template design. See www.gaisler.com for information.
32800
32801 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
32802
32803commit 823edd8a66ed50af5aaba0c79567f67061e4d79a
32804Author: Daniel Hellstrom <daniel@gaisler.com>
32805Date: Fri Mar 28 10:06:52 2008 +0100
32806
32807 SPARC/LEON3: added support for Gaisler GRSIM/TSIM2 SPARC/LEON3 simulatorn. See www.gaisler.com for information.
32808
32809 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
32810
32811commit 71d7e4c0489e5ed8fc69382236aaa2a1e510c135
32812Author: Daniel Hellstrom <daniel@gaisler.com>
32813Date: Wed Mar 26 23:26:48 2008 +0100
32814
32815 SPARC/LEON3: added support for GR-XC3S-1500 board with GRLIB template design. See www.gaisler.com for board information.
32816
32817 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
32818
32819commit b330990c2f36ee4a8bb318360e1c8ba965269ab6
32820Author: Daniel Hellstrom <daniel@gaisler.com>
32821Date: Fri Mar 28 10:00:33 2008 +0100
32822
32823 SPARC: Added support for SPARC LEON2 SOC Processor.
32824
32825 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
32826
32827commit 2a2fa797e63b1e3cd4d570318ca5fbf8723ef53a
32828Author: Daniel Hellstrom <daniel@gaisler.com>
32829Date: Wed Mar 26 23:00:38 2008 +0100
32830
32831 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.
32832
32833 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
32834
32835commit 1e9a164e22976933002c5e4b0b79b09fcede9cd4
32836Author: Daniel Hellstrom <daniel@gaisler.com>
32837Date: Wed Mar 26 22:51:29 2008 +0100
32838
32839 SPARC: Added support for SPARC LEON3 SOC processor.
32840
32841 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
32842
32843commit bf3d8b31169546fcddb4737391e1893fb12d033a
32844Author: Daniel Hellstrom <daniel@gaisler.com>
32845Date: Fri Mar 28 08:29:26 2008 +0100
32846
32847 SPARC: added SPARC support for new uimage in common code.
32848
32849 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
32850
32851commit 00ab32c85405a4fe65fd4128243086210fc90a21
32852Author: Daniel Hellstrom <daniel@gaisler.com>
32853Date: Wed Mar 26 22:36:03 2008 +0100
32854
32855 SPARC: added SPARC board information to the command bdinfo.
32856
32857 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
32858
32859commit c2f02da21a3f37f0878554eebc785e04fdc4e128
32860Author: Daniel Hellstrom <daniel@gaisler.com>
32861Date: Fri Mar 28 09:47:00 2008 +0100
32862
32863 SPARC: Added generic support for SPARC architecture.
32864
32865 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
32866
32867commit e54ec0f016803e4d9524ff71f7971bda0c51b287
32868Author: Stefan Roese <sr@denx.de>
32869Date: Thu Apr 3 14:50:34 2008 +0200
32870
32871 ppc4xx: Fix 4xx enet driver to support 460GT EMAC2+3
32872
32873 This patch fixes a problem with the RGMII setup of the 460GT. The 460GT
32874 has 2 RGMII instances and we need to configure the 2nd RGMII instance
32875 for the EMAC2+3 channels.
32876
32877 Signed-off-by: Stefan Roese <sr@denx.de>
32878
32879commit c2a545ce33b26d80337f80b533828839249fb1c9
32880Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32881Date: Wed Apr 2 08:03:56 2008 +0200
32882
32883 MPC8xx: Fix libfdt support introduced in commit 77ff7b74
32884
32885 fdt.c: In function 'ft_cpu_setup':
32886 fdt.c:33: warning: implicit declaration of function 'do_fixup_by_prop_u32'
32887 fdt.c:39: warning: implicit declaration of function 'do_fixup_by_compat_u32'
32888 fdt.c:43: warning: implicit declaration of function 'fdt_fixup_ethernet'
32889 fdt.c:45: warning: implicit declaration of function 'fdt_fixup_memory'
32890
32891 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32892
32893commit 4abd844d8eb108736e1cf8fbf3dbf61f2d5fc11b
32894Author: Andy Fleming <afleming@freescale.com>
32895Date: Mon Mar 31 20:45:56 2008 -0500
32896
32897 Fix fdt set command to conform to dts spec
32898
32899 The fdt set command was treating properties specified as <00> and <0011>
32900 as byte streams, rather than as an array of cells. As we already have
32901 syntax for expressing the desire for a stream of bytes ([ xx xx ...]),
32902 we should use the <> syntax to describe arrays of cells, which are always
32903 32-bits per element. If we imagine this likely (IMHO) scenario:
32904
32905 > fdt set /ethernet-phy@1 reg <1>
32906
32907 With the old code, this would create a bad fdt, since the reg cell would be
32908 made to be one byte in length. But the cell must be 4 bytes, so this would
32909 break mysteriously.
32910
32911 Also, the dts spec calls for constants inside the angle brackets (<>)
32912 to conform to C constant standards as they pertain to base.
32913 Take this scenario:
32914
32915 > fdt set /ethernet@f00 reg <0xe250000\ 0x1000>
32916
32917 The old fdt command would complain that it couldn't parse that. Or, if you
32918 wanted to specify that a certain clock ran at 33 MHz, you'd be required to
32919 do this:
32920
32921 > fdt set /mydev clock <1f78a40>
32922
32923 Whereas the new code will accept decimal numbers.
32924
32925 While I was in there, I extended the fdt command parser to handle property
32926 strings which are split across multiple arguments:
32927
32928 > fdt set /ethernet@f00 interrupts < 33 2 34 2 36 2 >
32929 > fdt p /ethernet@f00
32930 ethernet@f00 {
32931 interrupts = <0x21 0x2 0x22 0x2 0x24 0x2>;
32932 };
32933
32934 Lastly, the fdt print code was rearranged slightly to print arrays of cells
32935 if the length of the property is a multiple of 4 bytes, and to not print
32936 leading zeros.
32937
32938 Signed-off-by: Andy Fleming <afleming@freescale.com>
32939
32940commit 1c2926abdd7db89296a8cc7f224dd9d5d4e37a56
32941Author: Stefan Roese <sr@denx.de>
32942Date: Wed Apr 2 08:39:33 2008 +0200
32943
32944 ppc4xx: Canyonlands: Init SATA/PCIe port correctly
32945
32946 Canyonlands (460EX) shares the first PCIe interface with the SoC SATA
32947 interface. This usage can be configured with the jumper J6. This patch
32948 correctly configures the SATA/PCIe PHY for SATA usage when this jumper
32949 is installed.
32950
32951 Signed-off-by: Stefan Roese <sr@denx.de>
32952
32953commit 6fe2946f198481254a6ee9600d7456b8316a4083
32954Author: Kim Phillips <kim.phillips@freescale.com>
32955Date: Fri Mar 28 17:37:49 2008 -0500
32956
32957 remove remaining CONFIG_OF_HAS_{UBOOT_ENV,BD_T} code
32958
32959 finish off what commit 43ddd9c820fec44816188f53346b464e20b3142d,
32960 "Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T"
32961 started.
32962
32963 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
32964
32965commit b5873f1732b92a25690e1513b90dfb0d644f6697
32966Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32967Date: Tue Apr 1 07:30:51 2008 +0200
32968
32969 dataflash: Move CONFIG_HAS_DATAFLASH to Makefile
32970
32971 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
32972
32973commit 2d934ea51f276522b532f870a820e844ff480b5b
32974Author: Tor Krill <tor@excito.com>
32975Date: Fri Mar 28 15:29:45 2008 +0100
32976
32977 Add Vitesse 8601 support to TSEC driver
32978
32979 Add phy_info for Vitesse VSC8601.
32980 Add config option, CFG_VSC8601_SKEWFIX, to enable RGMII skew timing compensation.
32981
32982 Signed-off-by: Tor Krill <tor@excito.com>
32983 Reviewed-by: Kim Phillips <kim.phillips@freescale.com>
32984 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
32985
32986commit 3eac6402a508b0f68a21cc9cbc2cc49347de0c31
32987Author: Daniel Hellstrom <daniel@gaisler.com>
32988Date: Mon Mar 31 14:25:00 2008 +0000
32989
32990 SPARC: added SMC91111 driver in and out macros for LEON processors.
32991
32992 This patch makes SPARC/LEON processors able to read and write
32993 to the SMC91111 chip using the chip external I/O bus of the memory
32994 controller. This patchs defines the standard in and out macros
32995 expected by the SMC9111 driver.
32996
32997 To access that I/O bus one must set up the memory controller
32998 (MCTRL or FTMCTRL) correctly. It is assumed that the user sets
32999 up this correctly when the other MCTRL parameters are set up. It
33000 can be set up from the board configuration header file.
33001
33002 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
33003 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
33004
33005commit 3ca7c558eba36332556bc470d45e2f5d42bd0ca6
33006Author: Stelian Pop <stelian@popies.net>
33007Date: Wed Mar 26 18:52:34 2008 +0100
33008
33009 Add maintainership information for AT91CAP9ADK and AT91SAM9260EK boards
33010
33011 Signed-off-by: Stelian Pop <stelian@popies.net>
33012
33013commit 4e03dde84dd2c91e327cdc23ae119d432559a7a3
33014Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33015Date: Mon Mar 31 21:31:04 2008 +0200
33016
33017 AT91SAM9260EK: Move CONFIG_CMD_NAND to Makefile
33018
33019 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33020
33021commit 0176d43e759a6e00cacc85eff26fd60f74b4f6b7
33022Author: Stelian Pop <stelian@popies.net>
33023Date: Wed Mar 26 18:52:33 2008 +0100
33024
33025 Add support for AT91SAM9260EK
33026
33027 Support for booting from internal DataFlash, external DataFlash card
33028 or NAND flash is available.
33029
33030 Signed-off-by: Stelian Pop <stelian@popies.net>
33031
33032commit 1762f13b4aab88b685b1722f17dada247945624b
33033Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33034Date: Mon Mar 31 21:20:49 2008 +0200
33035
33036 AT91SAM9: Move CONFIG_HAS_DATAFLASH to Makefile
33037
33038 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33039
33040commit 761712188b353494defb2b644491ff73d0daaa6f
33041Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33042Date: Mon Mar 31 21:12:17 2008 +0200
33043
33044 AT91CAP9ADK: Move CONFIG_CMD_NAND to Makefile
33045
33046 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33047
33048commit 983c1db04c1dd0f92e02f06d29f0c65a3d9a2687
33049Author: Stelian Pop <stelian@popies.net>
33050Date: Wed Mar 26 20:52:32 2008 +0100
33051
33052 Port AT91CAP9 to the new headers
33053
33054 Adapt the existing AT91CAP9 code to the new headers and APIs.
33055
33056 Signed-off-by: Stelian Pop <stelian@popies.net>
33057
33058commit 177e8a5ac81bbc531a1d54abdb47f2860266c3aa
33059Author: Stelian Pop <stelian@popies.net>
33060Date: Wed Mar 26 19:52:31 2008 +0100
33061
33062 Finish header files reworking
33063
33064 Replace AT91CAP9.h file with several splitted header files coming
33065 from the Linux kernel.
33066
33067 This is part 2 of the replacement: more header imports and edits.
33068
33069 Signed-off-by: Stelian Pop <stelian@popies.net>
33070
33071commit 6d1dbbbf9fdf727384002e553e615c15d8b967f4
33072Author: Stelian Pop <stelian@popies.net>
33073Date: Wed Mar 26 19:52:30 2008 +0100
33074
33075 Import several header files from Linux
33076
33077 Replace AT91CAP9.h file with several splitted header files coming
33078 from the Linux kernel.
33079
33080 This is part 1 of the replacement: pristine header files import.
33081
33082 Signed-off-by: Stelian Pop <stelian@popies.net>
33083
33084commit a8a78f2d99dc1bd30dc3595da118539b506c6118
33085Author: Stelian Pop <stelian@popies.net>
33086Date: Wed Mar 26 20:52:28 2008 +0100
33087
33088 Move at91cap9 specific files to at91sam9 directory
33089
33090 AT91CAP9 and AT91SAM9 SoCs are very close hardware wise, so a
33091 common infrastructure can be used. Let this infrastructure be
33092 named after the AT91SAM9 family, and move the existing AT91CAP9
33093 files to the new place.
33094
33095 Signed-off-by: Stelian Pop <stelian@popies.net>
33096
33097commit 61106a565870ff503f92b251b94bd7afef889a04
33098Author: Stelian Pop <stelian@popies.net>
33099Date: Wed Mar 26 21:52:27 2008 +0100
33100
33101 Use timer_init() instead of board supplied interrupt_init()
33102
33103 The timer on AT91CAP9/AT91SAM9 is supplied by the SoC, and not by
33104 the board, so use timer_init() instead of interrupt_init().
33105
33106 Signed-off-by: Stelian Pop <stelian@popies.net>
33107
33108commit 5604e2178c5218fbfdba2e4293ca7652e829ac25
33109Author: Stelian Pop <stelian@popies.net>
33110Date: Wed Mar 26 21:52:36 2008 +0100
33111
33112 Cleanup DataFlash partition handling
33113
33114 DataFlash partition information has become a mess. This patch
33115 defines a single partition scheme for Atmel DataFlashes. This partition
33116 scheme will be used by all AT91CAP9 and AT91SAM9 boards.
33117
33118 Signed-off-by: Stelian Pop <stelian@popies.net>
33119
33120commit 9b46432fc65ce0f0826b32e4f15c15b33ccb8d42
33121Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
33122Date: Fri Mar 28 08:47:45 2008 -0500
33123
33124 ColdFire: Fix alignment issue after CONFIG_IDENT_STRING in start.S
33125
33126 When the version_string function in start.S is not 4-byte align,
33127 it will cause the compiler generates "unaligned opcodes detected
33128 in executable segment". This issue affects all ColdFire CPUs.
33129 By adding .align 4 after CONFIG_IDENT_STRING, it will pad 0's if
33130 it is not aligned.
33131
33132 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
33133 Acked-by: John Rigby <jrigby@freescale.com>
33134
33135commit bae61eefe15b4d454060a7140e49ae58322be803
33136Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
33137Date: Tue Mar 25 15:41:15 2008 -0500
33138
33139 ColdFire: Add dspi and serial flash support for MCF5445x
33140
33141 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
33142 Acked-by: John Rigby <jrigby@freescale.com>
33143
33144commit 48ead7a7a922fceaf494e352abfab8216a41b417
33145Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
33146Date: Tue Mar 18 17:37:01 2008 -0500
33147
33148 ColdFire: Remove R5200 board
33149
33150 This board never went into production
33151
33152 Signed-off-by: Zachary P. Landau <zachary.landau@labxtechnologies.com>
33153 Acked-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
33154 Acked-by: John Rigby <jrigby@freescale.com>
33155
33156commit 545c8e0a7cd3ca9d3846668f69b0d201250abea8
33157Author: Matthew Fettke <[matthew.fettke@gmail.com]>
33158Date: Thu Jan 24 14:02:32 2008 -0600
33159
33160 ColdFire: Added M5275EVB support.
33161
33162 Signed-off-by: Matthew Fettke <mfettke@videon-central.com>
33163 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
33164 Acked-by: John Rigby <jrigby@freescale.com>
33165
33166commit f71d9d91a2cd9c30b2b6369f15c1a46c11537c2b
33167Author: Matthew Fettke <[matthew.fettke@gmail.com]>
33168Date: Mon Feb 4 15:38:20 2008 -0600
33169
33170 ColdFire: Added MCF5275 cpu support.
33171
33172 Signed-off-by: Matthew Fettke <mfettke@videon-central.com>
33173 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
33174 Acked-by: John Rigby <jrigby@freescale.com>
33175
33176commit 44e5b9edab077aba6e9b849afa4b7fbd8fd7b02b
33177Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
33178Date: Mon Mar 17 12:14:11 2008 -0500
33179
33180 ColdFire: Define bootdelay in configuration file for M52277EVB
33181
33182 Signed-off-by: Matt Wadel <Matt.Waddel@freescale.com>
33183 Acked-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
33184 Acked-by: John Rigby <jrigby@freescale.com>
33185
33186commit 77878f16cedee17161ff2336990970fffc6cea35
33187Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
33188Date: Mon Mar 17 12:09:07 2008 -0500
33189
33190 ColdFire: Fix second memory Chipselect for M5475EVB
33191
33192 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
33193 Acked-by: John Rigby <jrigby@freescale.com>
33194
33195commit 43d60642395a550956cb21d287c8cfa563913d28
33196Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
33197Date: Thu Mar 13 14:26:32 2008 -0500
33198
33199 ColdFire: Update correct FLASHBAR and RAMBAR1 for MCF5282
33200
33201 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
33202 Acked-by: John Rigby <jrigby@freescale.com>
33203
33204commit eb14ebe813a0cb5d47905228da446a5ad692473b
33205Author: Larry Johnson <lrj@acm.org>
33206Date: Sun Mar 30 20:33:04 2008 -0500
33207
33208 ppc4xx: Add CFG_MEM_TOP_HIDE to Denali SPD-based SDRAM setup
33209
33210 Signed-off-by: Larry Johnson <lrj@acm.org>
33211
33212commit 02e3892021112f21067d9ed1d04ae4182725ba52
33213Author: Stefan Roese <sr@denx.de>
33214Date: Mon Mar 31 12:20:48 2008 +0200
33215
33216 ppc4xx: Small whitespace fix of esd patches
33217
33218 Signed-off-by: Stefan Roese <sr@denx.de>
33219
33220commit 034394abb524785047c815f00dde8cdbdc1593c5
33221Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
33222Date: Sun Mar 30 18:52:44 2008 +0200
33223
33224 ppc4xx: Cleanup PMC440 board support
33225
33226 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
33227
33228commit a6cc6c37188d85c25d167a4515da86f48d9a583e
33229Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
33230Date: Sun Mar 30 18:52:06 2008 +0200
33231
33232 ppc4xx: Add ptm configuration variables for PMC440
33233
33234 Add support for the ptm1la, ptm1ms, ptm2la and ptm2ms
33235 environment variables.
33236
33237 Cleanup pci_target_init.
33238
33239 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
33240
33241commit 7c91f51a2fe296909147f1646a1412729dd10b1d
33242Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
33243Date: Sun Mar 30 18:01:15 2008 +0200
33244
33245 ppc4xx: Minor updates for DU440 boards
33246
33247 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
33248
33249commit d5bffeb868d6b4d462f558dac43011027b6644b7
33250Author: Mike Frysinger <vapier@gentoo.org>
33251Date: Tue Feb 19 00:54:20 2008 -0500
33252
33253 Blackfin: cleanup and overhaul common board init functions
33254
33255 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
33256
33257commit b86b3416f874358acaf07519e7620cdb2145f75b
33258Author: Mike Frysinger <vapier@gentoo.org>
33259Date: Tue Feb 19 00:50:58 2008 -0500
33260
33261 Blackfin: cleanup lib_blackfin/cache.c
33262
33263 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
33264
33265commit 9171fc81722c20fdb5a829a58b17c9eaadd5fb44
33266Author: Mike Frysinger <vapier@gentoo.org>
33267Date: Sun Mar 30 15:46:13 2008 -0400
33268
33269 Blackfin: unify cpu and boot modes
33270
33271 All of the duplicated code for Blackfin processors and boot modes have been
33272 unified. After all, the core is the same for all processors, just the
33273 peripheral set differs (which gets handled in the drivers).
33274
33275 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
33276
33277commit 880cc4381ea8360248cddcdf87a64566745a5724
33278Author: Stelian Pop <stelian@popies.net>
33279Date: Wed Mar 26 22:52:35 2008 +0100
33280
33281 Fix CFG_NO_FLASH compilation.
33282
33283 Many Atmel boards have no "real" (NOR) flash on board, and rely only
33284 on DataFlash and NAND memories. This patch enables CFG_NO_FLASH to
33285 be present in a board configuration file, while still enabling flash
33286 commands like 'flinfo', 'protect', etc.
33287
33288 Signed-off-by: Stelian Pop <stelian@popies.net>
33289
33290commit 9ce7e53abd039decea1af67aec81bbd5df7a2593
33291Author: Mike Frysinger <vapier@gentoo.org>
33292Date: Tue Feb 19 00:58:13 2008 -0500
33293
33294 Blackfin: BF537-stamp: cleanup spi flash driver
33295
33296 This punts the old spi flash driver for a new/generalized one until the
33297 common one can be integrated.
33298
33299 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
33300
33301commit bb8e3cf25bc0b04936c0c1a075985dd8700a244b
33302Author: Ben Warren <biggerbadderben@gmail.com>
33303Date: Sun Mar 30 11:34:34 2008 -0400
33304
33305 Fix macro typo in common/cmd_mii.c
33306
33307 This typo was introduced in commit 233a8bcd94997f3f345833a3b82e836222f2a206. I
33308 actually applied the wrong patch.
33309
33310 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
33311
33312commit f1b985f2d724ccaa4d3def07917f0caaf18fa77d
33313Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33314Date: Sun Mar 30 16:39:53 2008 +0200
33315
33316 use correct at91rm9200 register name in m501sk board
33317
33318 This fixes a naming bug for at91rm9200 lowlevel init code:
33319 NOR boot flash is on chipselect 0, not chipselect 2. This
33320 makes code use the register name from chip datasheets.
33321
33322 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33323
33324commit 480ed1dea103a1c8f4591afc77d2de3c7868d983
33325Author: David Brownell <david-b@pacbell.net>
33326Date: Fri Jan 18 12:55:00 2008 -0800
33327
33328 use correct at91rm9200 register name
33329
33330 This fixes a naming bug for at91rm9200 lowlevel init code:
33331 NOR boot flash is on chipselect 0, not chipselect 2. This
33332 makes code use the register name from chip datasheets.
33333
33334 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
33335
33336commit a3543d6dc52b0ba9c64016687cf32d600b31a476
33337Author: David Brownell <david-b@pacbell.net>
33338Date: Fri Jan 18 12:45:45 2008 -0800
33339
33340 add missing ARM boards to MAKEALL
33341
33342 Add some missing ARM boards to MAKEALL. These build correctly,
33343 unlike several of the boards already listed.
33344
33345 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
33346
33347commit 066bebd6353e33af3adefc3404560871699e9961
33348Author: Peter Pearse <peter.pearse@arm.com>
33349Date: Sun Mar 30 11:34:09 2008 +0100
33350
33351 Bracket READ_TIMER macro in cpu/arm1136/omap24xx/interrupts.c
33352 to prevent compilation error.
33353
33354 Signed-off-by: Peter Pearse <peter.pearse@arm.com>
33355
33356commit 7a837b7310166ae8fc8b8d66d7ef01b60a80f9d6
33357Author: Guennadi Liakhovetski <[lg@denx.de]>
33358Date: Sun Mar 30 11:32:30 2008 +0100
33359
33360 Support for the MX31ADS evaluation board from Freescale
33361
33362 This patch adds support for the MX31ADS evaluation board from Freescale,
33363 initialization code is copied from RedBoot sources, also provided by Freescale.
33364
33365 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
33366
33367commit c88ae20580b2b01487b4cdcc8b2a113f551aee36
33368Author: Sascha Hauer <s.hauer@pengutronix.de>
33369Date: Sun Mar 30 11:32:27 2008 +0100
33370
33371 Phytec Phycore-i.MX31 support
33372
33373 This patch adds support for the Phytec Phycore-i.MX31 board
33374
33375 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
33376 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
33377
33378commit a147e56f03871bba4f05058d5e04ce7deb010b04
33379Author: Sascha Hauer <s.hauer@pengutronix.de>
33380Date: Sun Mar 30 11:32:24 2008 +0100
33381
33382 mx31 litekit support
33383
33384 This patch adds support for the mx31 litekit board
33385
33386 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
33387 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
33388
33389commit d6674e0e2a6a1f033945f78838566210d3f28c95
33390Author: Sascha Hauer <s.hauer@pengutronix.de>
33391Date: Sun Mar 30 11:32:21 2008 +0100
33392
33393 add SMSC LAN9x1x Network driver
33394
33395 This patch adds a driver for the following smsc network controllers:
33396 LAN9115
33397 LAN9116
33398 LAN9117
33399 LAN9215
33400 LAN9216
33401 LAN9217
33402
33403 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
33404 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
33405
33406commit 8c8463cce44d849e37744749b32d38e1dfb12e50
33407Author: Sascha Hauer <s.hauer@pengutronix.de>
33408Date: Sun Mar 30 11:32:16 2008 +0100
33409
33410 add an i2c driver for mx31
33411
33412 This patch adds an i2c driver for Freescale i.MX processors
33413
33414 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
33415 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
33416
33417commit c98b47ad24b2d91f41c09a3d62d7f70ad84f4b7d
33418Author: Sascha Hauer <s.hauer@pengutronix.de>
33419Date: Sun Mar 30 11:30:43 2008 +0100
33420
33421 core support for Freescale mx31
33422
33423 This patch adds the core support for Freescale mx31
33424
33425 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
33426 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
33427
33428commit 8bf69d81782619187933a605f1a95ee1d069478d
33429Author: Sascha Hauer <s.hauer@pengutronix.de>
33430Date: Sun Mar 30 11:28:46 2008 +0100
33431
33432 Separate omap24xx specific code from arm1136
33433
33434 Move omap24xx code to cpu/arm1136/omap24xx, rename include/asm-arm/arch-arm1136 to cpu/arm1136/omap24xx.
33435
33436 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
33437 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
33438
33439commit 8c16cb0d3b971f46fbe77c072664c0f2dcd4471d
33440Author: Peter Pearse <peter.pearse@arm.com>
33441Date: Sun Mar 30 11:23:05 2008 +0100
33442
33443 Add pmdra into MAKEALL
33444
33445 Signed-off-by: Peter Pearse <peter.pearse@arm.com>
33446
33447commit a574a73852a527779234e73e17e7597fd8128882
33448Author: Pieter Voorthuijsen <[pieter.voorthuijsen@Prodrive.nl]>
33449Date: Sun Mar 30 11:21:58 2008 +0100
33450
33451 Adds support for the Prodrive PMDRA board, based on a DM6441
33452
33453 Signed-off-by: Pieter Voorthuijsen <pv@prodrive.nl>
33454
33455commit 1377b5583a48021d983e1fd565f7d40c89e84d63
33456Author: Pieter Voorthuijsen <[pieter.voorthuijsen@Prodrive.nl]>
33457Date: Sun Mar 30 11:11:34 2008 +0100
33458
33459 Removes all board specific code from the arch. part for DM644x (DaVinci) boards
33460
33461 Signed-off-by: Pieter Voorthuijsen <pv@prodrive.nl>
33462
33463commit 1704dc20917b4f71e373e2c888497ee666d40380
33464Author: Dirk Behme <dirk.behme@gmail.com>
33465Date: Sun Mar 30 11:09:01 2008 +0100
33466
33467 - Remove *_masked() functions as noted by Wolfgang
33468 - Adapt register naming to recent TI spec (sprue26, March 2007)
33469 - Fix reset_timer() handling
33470 - As reported by Pieter [1] the overflow fix introduced a
33471 delay of factor 16 (e.g 2 seconds became 32). While the
33472 overflow fix is basically okay, it missed to divide udelay by
33473 16, too. Fix this.
33474 [1] http://article.gmane.org/gmane.comp.boot-loaders.u-boot/38179
33475 - Remove software division of timer count value (DIV(x)
33476 macro) and do it in hardware (TIM_CLK_DIV).
33477 Many thanks to Troy Kisky <troy.kisky@boundarydevices.com>
33478 and Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl> for
33479 the hints & testing!
33480
33481 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
33482
33483 Acked-by: Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl>
33484
33485commit ac3315c26e143c31680750c9c13f027efbcc887e
33486Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
33487Date: Thu Mar 6 16:45:44 2008 +0100
33488
33489 new PHY @ e1000 - 2nd try
33490
33491 Add 82541ER device with latest integrated IGP2 PHY.
33492 Introduced CONFIG_E1000_FALLBACK_MAC for NIC bring-up with empty eeprom.
33493
33494 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
33495 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
33496
33497commit c2b7da552293b50c9c9e46ed71267b02c2de9ea8
33498Author: Daniel Hellstrom <daniel@gaisler.com>
33499Date: Fri Mar 28 20:22:53 2008 +0100
33500
33501 SPARC/LEON3: Added GRETH Ethernet 10/100/1000 driver.
33502
33503 GRETH is an Ethernet 10/100 or 10/100/1000 MAC with out without
33504 a debug link (EDCL). The GRETH core is documented in GRIP.pdf
33505 available at www.gaisler.com.
33506
33507 If the GRETH has GigaBit support (GBIT, Scatter gather, checksum
33508 offloading etc.) can be determined by a bit in the control register.
33509 The GBIT MAC is supported by operating in GRTEH 10/100 legacy mode.
33510
33511 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
33512 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
33513
33514commit 233a8bcd94997f3f345833a3b82e836222f2a206
33515Author: Tsi-Chung Liew <Tsi-Chung.Liew@freescale.com>
33516Date: Mon Mar 17 17:08:22 2008 -0500
33517
33518 Add CONFIG_MII_INIT in cmd_mii.c
33519
33520 Provide common configuration in do_mii() to execute mii_init()
33521 for all cpu architectures
33522
33523 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
33524 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
33525
33526commit f605479de2deb11e834f31dfdb0af107c86aced6
33527Author: Tsi-Chung Liew <Tsi-Chung.Liew@freescale.com>
33528Date: Mon Mar 17 17:08:16 2008 -0500
33529
33530 ColdFire: Fix FEC transmit issue for MCF5275
33531
33532 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
33533 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
33534
33535commit d9a2f416d6ac6058cd7845033ae4dc32ef1c0746
33536Author: Aras Vaichas <arasv@magtech.com.au>
33537Date: Wed Mar 26 09:43:57 2008 +1100
33538
33539 DHCP request fix for Windows Server 2003
33540
33541 Added option CONFIG_BOOTP_DHCP_REQUEST_DELAY. This provides an optional
33542 delay before sending "DHCP Request" in net/bootp.c. Required to overcome
33543 interoperability problems with Windows Server 200x DHCP server when U-Boot
33544 client responds too fast for server to handle.
33545
33546 Signed-off-by: Aras Vaichas <arasv@magtech.com.au>
33547 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
33548
33549commit 97bf85d784fbed485e652eb907589ad0d5cb7262
33550Author: Daniel Hellstrom <daniel@gaisler.com>
33551Date: Fri Mar 28 20:40:19 2008 +0100
33552
33553 MTD/CFI: flash_read64 is defined a weak function (for SPARC)
33554
33555 SPARC has implemented __raw_readq, it reads 64-bit from any 32-bit address.
33556 SPARC CPUs implement flash_read64 which calls __raw_readq.
33557
33558 For current SPARC architectures (LEON2 and LEON3) each read from the
33559 FLASH must lead to a cache miss. This is because FLASH can not be set
33560 non-cacheable since program code resides there, and alternatively disabling
33561 cache is poor from performance view, or doing a cache flush between each
33562 read is even poorer.
33563
33564 Forcing a cache miss on a SPARC is done by a special instruction "lda" -
33565 load alternative space, the alternative space number (ASI) is processor
33566 implementation spcific and can be found by including <asm/processor.h>.
33567
33568 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
33569
33570commit 70431e8a7393b6b793f77957f95b999fc9a269b8
33571Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
33572Date: Fri Mar 28 15:41:25 2008 +0100
33573
33574 Make MPC83xx one step closer to full relocation.
33575
33576 Remove a few absolute references to CFG_MONITOR_BASE for ppc/mpc83xx
33577 and use GOT relative reference.
33578
33579 Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
33580 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
33581
33582commit 5b2793a3f3de34d439232b05acc8af67a028fd35
33583Author: Michael Barkowski <michael.barkowski@freescale.com>
33584Date: Thu Mar 27 14:34:43 2008 -0400
33585
33586 mpc8323erdb: fix EEPROM page size and get MAC from EEPROM
33587
33588 This patch fixes eeprom page size so that you can now write more than
33589 64 bytes at a time.
33590
33591 It also makes the board take MAC addresses, if found, from EEPROM.
33592
33593 User should place up to 4 addresses at offset 0x7f00, for
33594 eth{,1,2,3}addr. Any unused addresses should be zero. This group of
33595 four six-byte values should have it's CRC at the end. crc32 and
33596 eeprom commands can be used to accomplish this.
33597
33598 If CRC fails, MAC addresses come from the environment. If CRC
33599 succeeds, the environment is overwritten at startup.
33600
33601 Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
33602 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
33603
33604commit 8f325cff31f6e745e6540014b131b9a97f61944c
33605Author: Michael Barkowski <michael.barkowski@freescale.com>
33606Date: Fri Mar 28 15:15:38 2008 -0400
33607
33608 mpc8323erdb: define CONFIG_PCI_SKIP_HOST_BRIDGE
33609
33610 Commit 55774b512fdf63c0516d441cc5da7c54bbffb7f2 broke the onboard USB
33611 controller on the PCI bus in Linux on the MPC8323ERDB.
33612
33613 This fixes it by defining CONFIG_PCI_SKIP_HOST_BRIDGE in the board's
33614 config file.
33615
33616 Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
33617 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
33618
33619commit e5c4ade4db1e16d3e5d4a7887f34e10e516ed3a9
33620Author: Kim Phillips <kim.phillips@freescale.com>
33621Date: Fri Mar 28 10:19:07 2008 -0500
33622
33623 mpc83xx: cleanup System Part and Revision ID Register (SPRIDR) code
33624
33625 in the spirit of commit 1ced121600b2060ab2ff9f0fddd9421fd70a0dc6,
33626 85xx's "Update SVR numbers to expand support", simplify SPRIDR processing
33627 and processor ID display. Add REVID_{MAJ,MIN}OR macros to make
33628 REVID dependent code simpler. Also added PARTID_NO_E and IS_E_PROCESSOR
33629 convenience macros.
33630
33631 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
33632
33633commit 81fd52c6c8fd19f0b7856b98217ce37c46c521af
33634Author: Kim Phillips <kim.phillips@freescale.com>
33635Date: Fri Mar 28 10:18:53 2008 -0500
33636
33637 mpc83xx: display ddr frequency in board_add_ram_info banner
33638
33639 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
33640
33641commit 35cf155c5ec1ceab2849fa5b6aa3d9a3e9e6f482
33642Author: Kim Phillips <kim.phillips@freescale.com>
33643Date: Fri Mar 28 10:18:40 2008 -0500
33644
33645 mpc83xx: unreinvent mem_clk
33646
33647 delete ddr_clk and use mem_clk instead. Rename other ddr_*_clk to
33648 mem_*_clk for consistency's sake.
33649
33650 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
33651
33652commit 730e792926ca3fe4dd1b734a3bf44e55afa6f536
33653Author: Kim Phillips <kim.phillips@freescale.com>
33654Date: Fri Mar 28 14:31:23 2008 -0500
33655
33656 mpc83xx: enable the SATA interface on mpc8315 rdb and mpc837x rdb boards
33657
33658 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
33659
33660commit 2eeb3e4fc54ef2f5d574dafd42c6ce93afa30393
33661Author: Dave Liu <r63238@freescale.com>
33662Date: Wed Mar 26 22:57:19 2008 +0800
33663
33664 mpc83xx: enable the SATA interface on mpc837xemds board
33665
33666 Enable the first two SATA interfaces on MPC837xEMDS board,
33667 The two SATA ports are on LYNX1. (SATA0/1 on J4/5)
33668
33669 Signed-off-by: Dave Liu <daveliu@freescale.com>
33670 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
33671
33672commit 6f8c85e8d1865730c158d9ef5a06c70c3a10600a
33673Author: Dave Liu <r63238@freescale.com>
33674Date: Wed Mar 26 22:56:36 2008 +0800
33675
33676 mpc83xx: initialize serdes for MPC837xEMDS boards
33677
33678 This patch is stolen from Anton Vorontsov's patch
33679 for mpc837xerdb boards.
33680
33681 The reference clk and xcorevdd voltage of serdes1/2
33682 is same between mpc837xemds and mpc837xerdb.
33683
33684 8377E: LYNX1- 2 SATA LYNX2- 2 PCIE
33685 8378E: LYNX1- 2 SGMII LYNX2- 2 PCIE
33686 8379E: LYNX1- 2 SATA LYNX2- 2 SATA
33687
33688 Signed-off-by: Dave Liu <daveliu@freescale.com>
33689 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
33690
33691commit cc8e839abc80887ae832767b5930d40edd6d7eb7
33692Author: Stefan Roese <sr@denx.de>
33693Date: Fri Mar 28 14:09:04 2008 +0100
33694
33695 ppc4xx: Canyonlands: Print SATA/PCIe configuration and board revision
33696
33697 Canyonlands (460EX) shares the first PCIe interface with the SoC SATA
33698 interface. This usage can be configured with the jumper J6. This patch
33699 displays the current configuration upon bootup and changes the PCIe
33700 init loop, to only initialize the availabel PCIe slots.
33701
33702 Signed-off-by: Stefan Roese <sr@denx.de>
33703
33704commit 90447ecbbac8572457b6d8903073ac3f120995ba
33705Author: Tor Krill <tor@excito.com>
33706Date: Fri Mar 28 11:29:10 2008 +0100
33707
33708 MTD/CFI: Add support for 16bit legacy AMD flash
33709
33710 Add entry for 512Kx16 AMD flash to jedec_table.
33711 Read out 16bit device id if chipwidth is 16bit.
33712 Fixed coding style after Stefans feedback
33713
33714 Signed-off-by: Tor Krill <tor@excito.com>
33715
33716commit 5e12e75d17c4b15a310a45cd78fe71b7698a8a8e
33717Author: Stefan Roese <sr@denx.de>
33718Date: Fri Mar 28 11:02:53 2008 +0100
33719
33720 ppc: Small change to CFG_MEM_TOP_HIDE description
33721
33722 Signed-off-by: Stefan Roese <sr@denx.de>
33723
33724commit 280df59a8d62c6e74c281b1cb7e2052df4d6cb00
33725Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
33726Date: Thu Mar 27 15:44:12 2008 +0900
33727
33728 sh: Add support stat structure and stat.h
33729
33730 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
33731
33732commit 4be9eb789e72b845d6693cc36b70a0b3529b3f09
33733Author: Mark Jonas <toertel@gmail.com>
33734Date: Sat Mar 22 19:27:52 2008 +0100
33735
33736 sh: Removed warning when compiling drivers/serial/serial_sh.c.
33737
33738 Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com>
33739 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
33740
33741commit f309fa38929ffba71230c02330ffa42f4bba6333
33742Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
33743Date: Wed Mar 12 18:02:57 2008 +0900
33744
33745 sh: Remove disable_ctrlc function from R7780MP
33746
33747 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
33748
33749commit 6f4b266ff2a4fcc2bff985d6a217852469afddb3
33750Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
33751Date: Wed Mar 12 17:55:15 2008 +0900
33752
33753 sh: Add maintainer of R7780MP to MAINTAINER file
33754
33755 Update MAINTAINER entry for R7780MP. And fix maintainer's name.
33756
33757 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
33758
33759commit f5e2466f7baa887a7df0c536333eea8231333497
33760Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
33761Date: Tue Mar 25 17:11:24 2008 +0900
33762
33763 sh: Add support Renesas Solutions R2D plus board
33764
33765 R2D plus is SH reference board used with SH7751R.
33766 This board has 266Mhz CPU, 64MB SDRAM, Cardbus, CF interface,
33767 one PCI bus, VGA, and two Ethernet controller.
33768
33769 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
33770
33771commit e92c95180bb5bc5fd4051598a9d60beaba48988d
33772Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
33773Date: Wed Mar 12 12:15:29 2008 +0900
33774
33775 sh: Add support SH4 cache control
33776
33777 Add support SH4 cache control and flash_cache function
33778
33779 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
33780
33781commit 28e5efde4d925fcb34901d0030d0648de2da7e89
33782Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
33783Date: Mon Mar 24 01:53:01 2008 +0900
33784
33785 sh: Add support PCI host driver for SH7751/SH7751R
33786
33787 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
33788
33789commit ab8f4d40d069cd3cbe7563ddfe3e5f03b0c7c721
33790Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
33791Date: Mon Mar 24 02:11:26 2008 +0900
33792
33793 sh: Move SuperH PCI driver from cpu/sh4 to drivers/pci
33794
33795 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
33796
33797commit 566933278101c144d75361ea682678a326c1290d
33798Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
33799Date: Wed Mar 12 12:10:28 2008 +0900
33800
33801 sh: Add support SuperH SH7751/SH7751R
33802
33803 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
33804
33805commit 3313e0e26224fc9a0c445124f3455058c696df84
33806Author: Mark Jonas <toertel@gmail.com>
33807Date: Mon Mar 10 11:37:10 2008 +0100
33808
33809 sh: Added support for SH7720 based board MPR2.
33810
33811 Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com>
33812 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
33813
33814commit 3ecff1d70ae93e628fe65b3fe1fc7c9c76cdf99f
33815Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
33816Date: Thu Mar 6 14:05:53 2008 +0900
33817
33818 sh: Fix receive FIFO level register of SH4A
33819
33820 Receive FIFO level register is different in SH4A.
33821 Because register is different, cannot occasionally receive data.
33822
33823 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
33824
33825commit c133c1fb0b590662206b0eba70f4478ee0300a9a
33826Author: Yusuke Goda <goda.yusuke@renesas.com>
33827Date: Tue Mar 11 12:55:12 2008 +0900
33828
33829 sh: Add support Renesas Solutions R7780MP
33830
33831 Renesas Solutions R7780MP is a reference board on SH7780.
33832 This board has serial, 10/100 base Ethernet deivice, CF slot
33833 and VGA devices. This board can set extension board.
33834 Extension board has 10/100/1000 base Ethernet device, PCI slot,
33835 S-ATA, iDVR slot.
33836
33837 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
33838 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
33839
33840commit 1a2334a4eb6386d7cd35d9de5fa39af2c764ad28
33841Author: Yusuke Goda <goda.yusuke@renesas.com>
33842Date: Wed Mar 5 14:30:02 2008 +0900
33843
33844 sh: Add support PCI of SuperH and SH7780
33845
33846 This patch add support PCI of SuperH base code and SH7780 specific code.
33847
33848 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
33849 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
33850
33851commit b55523efff2ae11f0b9ae3cc405893c32eb78156
33852Author: Yusuke Goda <goda.yusuke@renesas.com>
33853Date: Wed Mar 5 14:23:26 2008 +0900
33854
33855 sh: Add support SH7780
33856
33857 SH7780 is CPU of Renesas Technology.
33858 This CPU has
33859 - CPU clock 400MHz
33860 - PCI support
33861 - DDR-SDRAM controller
33862 - etc ...
33863
33864 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
33865 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
33866
33867commit c2042f5952a686c414031309b8f244513bf578f0
33868Author: goda.yusuke <goda.yusuke@renesas.com>
33869Date: Fri Jan 25 20:46:36 2008 +0900
33870
33871 sh: Add support Renesas Solutions Migo-R board
33872
33873 Migo-R is a board based on SH7722 and has may devices.
33874 In this patch, supported SCIF, NOR flash and Ethernet.
33875
33876 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
33877 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
33878
33879commit 74d1e66d22dac91388bc538b2fe19f735edc5b82
33880Author: Bartlomiej Sieka <tur@semihalf.com>
33881Date: Thu Mar 27 15:06:40 2008 +0100
33882
33883 Fix host tool build breakage, take two
33884
33885 Revert commit 87c8431f and fix build breakage so that the build continues
33886 to work on FC systems.
33887
33888 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
33889
33890commit 7e4a0d25ed18f6437bdf59ebfa49bb0edc2f24e6
33891Author: Stefan Roese <sr@denx.de>
33892Date: Wed Mar 19 09:36:47 2008 +0100
33893
33894 ppc4xx: Enable ECC on LWMON5
33895
33896 Since all ECC related problems seem to be resolved on LWMON5, this patch
33897 now enables ECC support.
33898
33899 We have to write the ECC bytes by zeroing and flushing in smaller
33900 steps, since the whole 256MByte takes too long for the external
33901 watchdog.
33902
33903 Signed-off-by: Stefan Roese <sr@denx.de>
33904
33905commit 6433fa202a91a6594dd48f06807ac38ba27fa0bb
33906Author: Larry Johnson <lrj@acm.org>
33907Date: Mon Mar 17 11:10:35 2008 -0500
33908
33909 ppc4xx: Updates to Korat-specific code
33910
33911 This patch contains updates for changes for the Korat PPC440EPx board.
33912 These changes include:
33913
33914 (1) Support for "permanent" and "upgradable" copies of U-Boot, as
33915 described in the new "doc/README.korat" file;
33916
33917 (2) a new memory map for the registers in the board's CPLD;
33918
33919 (3) a revised format for manufacturer's data in serial EEPROM; and
33920
33921 (4) changes to track updates to U-Boot for the Sequoia board.
33922
33923 Signed-off-by: Larry Johnson <lrj@acm.org>
33924
33925commit f766cdf89b3a2a7634b8c5869f606150e332036c
33926Author: Markus Brunner <super.firetwister@gmail.com>
33927Date: Thu Mar 27 10:46:25 2008 +0100
33928
33929 ppc4xx: PPC405EP Set EMAC noise filter bits
33930
33931 This bug was introduced with commit aee747f19b460a0e9da20ff21e90fdaac1cec359
33932 which enabled CFG_4xx_GPIO_TABLE for PPC405 and unintentionally
33933 disabled the setting of the emac noise filter bits for PPC405EP when CFG_4xx_GPIO_TABLE is set.
33934
33935 Signed-off-by: Markus Brunner <super.firetwister@gmail.com>
33936 Signed-off-by: Stefan Roese <sr@denx.de>
33937
33938commit f66e2c8b25c04b79e5fb385bc8989c2de7f63991
33939Author: Mike Nuss <mike@terascala.com>
33940Date: Wed Feb 20 11:54:20 2008 -0500
33941
33942 ppc4xx: Reconfigure PLL for 667MHz processor for PPC440EPx
33943
33944 On PPC440EPx without a bootstrap I2C EEPROM, the PLL can be reconfigured
33945 after startup to change the speed of the clocks. This patch adds the
33946 option CFG_PLL_RECONFIG. If this option is set to 667, the CPU
33947 initialization code will reconfigure the PLL to run the system with a CPU
33948 frequency of 667MHz and PLB frequency of 166MHz, without the need for an
33949 external EEPROM.
33950
33951 Signed-off-by: Mike Nuss <mike@terascala.com>
33952 Acked-by: Stefan Roese <sr@denx.de>
33953
33954commit 87c8431fe24d48121f053fe67cff4ccfe097d4d1
33955Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
33956Date: Thu Mar 27 09:12:40 2008 +0100
33957
33958 new-image: Fix host tool build breakage
33959
33960 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
33961
33962commit 6fb4b640562a10daff0dbe537638d511b5b48650
33963Author: Stefan Roese <sr@denx.de>
33964Date: Thu Mar 27 10:24:03 2008 +0100
33965
33966 ppc: Set CFG_MEM_TOP_HIDE to 0 if not already defined
33967
33968 Signed-off-by: Stefan Roese <sr@denx.de>
33969
33970commit 9462732a3ec551c11862450902cd8ee1bedea6d9
33971Author: Stefan Roese <sr@denx.de>
33972Date: Wed Mar 19 10:23:43 2008 +0100
33973
33974 ppc4xx: Add fdt support to Prodrive alpr
33975
33976 Since this board will probably be ported to arch/powerpc in the
33977 near future, we add device tree support now. This way we are
33978 "ready" for arch/powerpc from now on.
33979
33980 Signed-off-by: Stefan Roese <sr@denx.de>
33981
33982commit 511e4f9e7f7b6719e4d91d7f0fc89412b13b5150
33983Author: Pieter Voorthuijsen <pieter.voorthuijsen@prodrive.nl>
33984Date: Mon Mar 17 09:27:56 2008 +0100
33985
33986 ppc4xx: Enable cache support on the ALPR board
33987
33988 Signed-off-by: Pieter Voorthuijsen <pv@prodrive.nl>
33989
33990commit 14f73ca679f6fdb44cff0b7304d419db41a0ab69
33991Author: Stefan Roese <sr@denx.de>
33992Date: Wed Mar 26 10:14:11 2008 +0100
33993
33994 ppc: Add CFG_MEM_TOP_HIDE option to hide memory area that doesn't get "touched"
33995
33996 If CFG_MEM_TOP_HIDE is defined in the board config header, this specified
33997 memory area will get subtracted from the top (end) of ram and won't get
33998 "touched" at all by U-Boot. By fixing up gd->ram_size the Linux kernel
33999 should gets passed the now "corrected" memory size and won't touch it
34000 either. This should work for arch/ppc and arch/powerpc. Only Linux board
34001 ports in arch/powerpc with bootwrapper support, which recalculate the
34002 memory size from the SDRAM controller setup, will have to get fixed
34003 in Linux additionally.
34004
34005 This patch enables this config option on some PPC440EPx boards as a workaround
34006 for the CHIP 11 errata. Here the description from the AMCC documentation:
34007
34008 CHIP_11: End of memory range area restricted access.
34009 Category: 3
34010
34011 Overview:
34012 The 440EPx DDR controller does not acknowledge any
34013 transaction which is determined to be crossing over the
34014 end-of-memory-range boundary, even if the starting address is
34015 within valid memory space. Any such transaction from any PLB4
34016 master will result in a PLB time-out on PLB4 bus.
34017
34018 Impact:
34019 In case of such misaligned bursts, PLB4 masters will not
34020 retrieve any data at all, just the available data up to the
34021 end of memory, especially the 440 CPU. For example, if a CPU
34022 instruction required an operand located in memory within the
34023 last 7 words of memory, the DCU master would burst read 8
34024 words to update the data cache and cross over the
34025 end-of-memory-range boundary. Such a DCU read would not be
34026 answered by the DDR controller, resulting in a PLB4 time-out
34027 and ultimately in a Machine Check interrupt. The data would
34028 be inaccessible to the CPU.
34029
34030 Workaround:
34031 Forbid any application to access the last 256 bytes of DDR
34032 memory. For example, make your operating system believe that
34033 the last 256 bytes of DDR memory are absent. AMCC has a patch
34034 that does this, available for Linux.
34035
34036 This patch sets CFG_MEM_TOP_HIDE for the following 440EPx boards:
34037 lwmon5, korat, sequoia
34038
34039 The other remaining 440EPx board were intentionally not included
34040 since it is not clear to me, if they use the end of ram for some
34041 other purpose. This is unclear, since these boards have CONFIG_PRAM
34042 defined and even comments like this:
34043
34044 PMC440.h:
34045 /* esd expects pram at end of physical memory.
34046 * So no logbuffer at the moment.
34047 */
34048
34049 It is strongly recommended to not use the last 256 bytes on those
34050 boards too. Patches from the board maintainers are welcome.
34051
34052 Signed-off-by: Stefan Roese <sr@denx.de>
34053
34054commit c664bf8c3c9bb9e236891f0d8dfda883e86d159b
34055Author: Stefan Roese <sr@denx.de>
34056Date: Thu Mar 27 10:09:05 2008 +0100
34057
34058 ppc4xx: Fix Canyonlands linker script (remove bogus ASSERT)
34059
34060 Signed-off-by: Stefan Roese <sr@denx.de>
34061
34062commit d56a3ce179688cde61073a3690e21703d68fafd7
34063Author: Stefan Roese <sr@denx.de>
34064Date: Tue Mar 25 17:51:13 2008 +0100
34065
34066 ppc4xx: Correctly pass phyiscal FLASH base address into dtb
34067
34068 The routine ft_board_setup() configures the EBC NOR mappings for the
34069 Linux physmap_of driver. Since on 460EX/GT we remap the FLASH from
34070 0x4.fc00.0000 to 0x4.cc00.0000 because of the max. 16MByte boot-CS
34071 problem, we need to pass the corrected address here too.
34072
34073 Signed-off-by: Stefan Roese <sr@denx.de>
34074
34075commit 9ad31989de12ce5c67b07c4867ead47465655c4b
34076Author: Stefan Roese <sr@denx.de>
34077Date: Wed Mar 19 16:35:12 2008 +0100
34078
34079 ppc4xx: Fix compilation warning in 4xx_enet.c
34080
34081 Signed-off-by: Stefan Roese <sr@denx.de>
34082
34083commit 4c9e855734c523900322a7c3cdd9099b4f51b51d
34084Author: Stefan Roese <sr@denx.de>
34085Date: Wed Mar 19 16:20:49 2008 +0100
34086
34087 ppc4xx: Add AMCC Glacier 406GT eval board support
34088
34089 This patch adds support for the AMCC Glacier 460GT eval board.
34090 The main difference to the Canyonlands board are listed here:
34091
34092 - 4 ethernet ports instead of 2
34093 - no SATA port
34094 - no USB port
34095
34096 Currently EMAC2+3 are not working. This will be fixed in a later
34097 release.
34098
34099 Signed-off-by: Stefan Roese <sr@denx.de>
34100
34101commit d8bd643141af4710d7f1b69bbab6b760de0af0a1
34102Author: Stefan Roese <sr@denx.de>
34103Date: Thu Mar 27 08:47:26 2008 +0100
34104
34105 ppc4xx: Mask 'vec' with 0x1f in uic_interrupt() for bit set/clear
34106
34107 Signed-off-by: Stefan Roese <sr@denx.de>
34108
34109commit b9670dd85be6e0496ef2e231043c23cad9b1d903
34110Author: Anatolij Gustschin <agust@denx.de>
34111Date: Wed Mar 26 21:05:43 2008 +0100
34112
34113 Fix out of tree building issue
34114
34115 Currently U-Boot building in some external directory
34116 doesn't work. This patch tries to fix the problem.
34117
34118 Signed-off-by: Anatolij Gustschin <agust@denx.de>
34119
34120commit d4ee711d8a5c366ee3f857c26b927d12e66614ff
34121Author: Anatolij Gustschin <agust@denx.de>
34122Date: Wed Mar 26 18:13:33 2008 +0100
34123
34124 README: update documentation (availability, links, etc.)
34125
34126 Fix typo in README
34127
34128 Signed-off-by: Anatolij Gustschin <agust@denx.de>
34129
34130commit e813eae3bfeba9c0bda9d1bf9fc3d081f790972f
34131Author: Anatolij Gustschin <agust@denx.de>
34132Date: Wed Mar 26 17:47:44 2008 +0100
34133
34134 Fix compilation error in cmd_usb.c
34135
34136 This patch fixes compilation error
34137 cmd_usb.c: In function 'do_usb':
34138 cmd_usb.c:552: error: void value not ignored as it ought to be
34139
34140 Signed-off-by: Anatolij Gustschin <agust@denx.de>
34141
34142commit d8c82db482d6b535d12b419d6440b88bf7091c9b
34143Author: Timur Tabi <timur@freescale.com>
34144Date: Fri Mar 14 17:45:29 2008 -0500
34145
34146 Add support for setting the I2C bus speed in fsl_i2c.c
34147
34148 Add support to the Freescale I2C driver (fsl_i2c.c) for setting and querying
34149 the I2C bus speed. Current 8[356]xx boards define the CFG_I2C_SPEED macro,
34150 but fsl_i2c.c ignores it and uses conservative value when programming the
34151 I2C bus speed.
34152
34153 Signed-off-by: Timur Tabi <timur@freescale.com>
34154 Acked-by: Andy Fleming <afleming@freescale.com>
34155
34156commit d049cc7f71c0d875e8f5099d1ed23666a82b8f8e
34157Author: Wolfgang Denk <wd@denx.de>
34158Date: Thu Mar 27 00:03:57 2008 +0100
34159
34160 Coding style cleanup, update CHANGELOG
34161
34162 Signed-off-by: Wolfgang Denk <wd@denx.de>
34163
d049cc7f
WD
34164commit fd0b1fe3c388a77e8fe00cdd930ca317a91198d4
34165Author: Dave Liu <r63238@freescale.com>
34166Date: Wed Mar 26 22:55:32 2008 +0800
34167
34168 drivers: add the support for Freescale SATA controller
34169
34170 Add the Freescale on-chip SATA controller driver to u-boot,
34171 The SATA controller is used on the 837x and 8315 targets,
34172 The driver can be used to load kernel, fs and dtb.
34173
34174 The features list:
34175 - 1.5/3 Gbps link speed
34176 - LBA48, LBA28 support
34177 - DMA and FPDMA support
34178 - Two ports support
34179
34180 Signed-off-by: Dave Liu <daveliu@freescale.com>
34181
34182commit bede87f4c87c3ccd868cc60ebf792e0560c6d024
34183Author: Dave Liu <r63238@freescale.com>
34184Date: Wed Mar 26 22:54:44 2008 +0800
34185
34186 ata: add the readme for SATA command line
34187
34188 Signed-off-by: Dave Liu <daveliu@freescale.com>
34189
34190commit cd54081cd479e542fc399b8a40651ff11a1ad849
34191Author: Dave Liu <r63238@freescale.com>
34192Date: Wed Mar 26 22:53:24 2008 +0800
34193
34194 ata: enable the sata initialize on boot up
34195
34196 Signed-off-by: Dave Liu <daveliu@freescale.com>
34197
34198commit 69386383c5c2b323c66495b0b0cef6a9714d83bf
34199Author: Dave Liu <r63238@freescale.com>
34200Date: Wed Mar 26 22:52:36 2008 +0800
34201
34202 ata: add the fis struct for SATA
34203
34204 Signed-off-by: Dave Liu <daveliu@freescale.com>
34205
34206commit ffc664e80dfb2e17de0df5ad39e91a02e9c361bc
34207Author: Dave Liu <r63238@freescale.com>
34208Date: Wed Mar 26 22:51:44 2008 +0800
34209
34210 ata: add the libata support
34211
34212 add simple libata support in u-boot
34213
34214 Signed-off-by: Dave Liu <daveliu@freescale.com>
34215
34216commit 8e9bb43429e50df55fa41932cbe65841ff579220
34217Author: Dave Liu <r63238@freescale.com>
34218Date: Wed Mar 26 22:50:45 2008 +0800
34219
34220 ata: make the ata_piix driver using new SATA framework
34221
34222 original ata_piix driver is using IDE framework, not real
34223 SATA framework. For now, the ata_piix driver is only used
34224 by x86 sc520_cdp board. This patch makes the ata_piix driver
34225 use the new SATA framework, so
34226
34227 - remove the duplicated command stuff
34228 - remove the CONFIG_CMD_IDE define in the sc520_cdp.h
34229 - add the CONFIG_CMD_SATA define to sc520_cdp.h
34230
34231 Signed-off-by: Dave Liu <daveliu@freescale.com>
34232
34233commit c7057b529c3c3cb9c0ac9060686a4068f1491bbe
34234Author: Dave Liu <r63238@freescale.com>
34235Date: Wed Mar 26 22:49:44 2008 +0800
34236
34237 ata: add the support for SATA framework
34238
34239 - add the SATA framework
34240 - add the SATA command line
34241
34242 Signed-off-by: Dave Liu <daveliu@freescale.com>
34243
34244commit 83c7f470a4ce94f33600f11ae85ce4dcf00aa90c
34245Author: Dave Liu <r63238@freescale.com>
34246Date: Wed Mar 26 22:48:18 2008 +0800
34247
34248 ata: merge the header of ata_piix driver
34249
34250 move the sata.h from include/ to drivers/block/ata_piix.h
34251
34252 Signed-off-by: Dave Liu <daveliu@freescale.com>
34253
34254commit 9eef62804d9695425b24c87b46a61a7fa74afee0
34255Author: Dave Liu <r63238@freescale.com>
34256Date: Wed Mar 26 22:47:06 2008 +0800
34257
34258 ata: merge the ata_piix driver
34259
34260 move the cmd_sata.c from common/ to drivers/ata_piix.c,
34261 the cmd_sata.c have some part of ata_piix controller drivers.
34262 consolidate the driver to have better framework.
34263
34264 Signed-off-by: Dave Liu <daveliu@freescale.com>
34265
1aeed8d7
WD
34266commit b9e749e95354f33eb5dc6653c6db7d502adb95fe
34267Author: Markus Klotzbuecher <mk@denx.de>
34268Date: Wed Mar 26 18:26:43 2008 +0100
34269
34270 USB, Storage: fix a bug introduced in commit
34271 f6b44e0e4d18fe507833a0f76d24a9aa72c123f1 that will cause usb_stor_info
34272 to only print only information on one storage device, but not for
34273 multiple.
34274
34275 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
34276
34277commit 841e5edd1623f3fecb6bffc5c2f938ed7a947360
34278Author: Anatolij Gustschin <agust@denx.de>
34279Date: Wed Mar 26 17:47:44 2008 +0100
34280
34281 Fix compilation error in cmd_usb.c
34282
34283 This patch fixes compilation error
34284 cmd_usb.c: In function 'do_usb':
34285 cmd_usb.c:552: error: void value not ignored as it ought to be
34286
34287 Signed-off-by: Anatolij Gustschin <agust@denx.de>
34288 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
34289
34290commit dd6c910aadf27c822f17b87eae1a9bd0b2e3aa15
34291Author: Kumar Gala <galak@kernel.crashing.org>
34292Date: Wed Mar 26 08:53:53 2008 -0500
34293
34294 85xx: Add cpu_mp_lmb_reserve helper to reserve boot page
34295
34296 Provide a board_lmb_reserve helper function to ensure we reserve
34297 the page of memory we are using for the boot page translation code.
34298
34299 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
34300
34301commit 79679d80021ab095e639e250ca472fe526da02e2
34302Author: Kumar Gala <galak@kernel.crashing.org>
34303Date: Wed Mar 26 08:34:25 2008 -0500
34304
34305 85xx: Update multicore boot mechanism to ePAPR v0.81 spec
34306
34307 The following changes are needed to be inline with ePAPR v0.81:
34308
34309 * r4, r5 and now always set to 0 on boot release
34310 * r7 is used to pass the size of the initial map area (IMA)
34311 * EPAPR_MAGIC value changed for book-e processors
34312 * changes in the spin table layout
34313 * spin table supports a 64-bit physical release address
34314
34315 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
34316
34317commit 25eedb2c1958a13110c7de1fc809b624053cc69c
34318Author: Jon Loeliger <jdl@freescale.com>
34319Date: Wed Mar 19 15:02:07 2008 -0500
34320
34321 FSL: Clean up board/freescale/common/Makefile
34322
34323 Each file that can be built here now follows some
34324 CONFIG_ option so that they are appropriately built
34325 or not, as needed. And CONFIG_ defines were added
34326 to various board config files to make sure that happens.
34327
34328 The other board/freescale/*/Makefiles no longer need
34329 to reach up and over into ../common to build their
34330 individually needed files any more.
34331
34332 Boards that are CDS specific were renamed with cds_ prefix.
34333
34334 Signed-off-by: Jon Loeliger <jdl@freescale.com>
34335
34336commit a5af4b358a7caa9c0aa374d4d894bf762ec37669
34337Author: Kumar Gala <galak@kernel.crashing.org>
34338Date: Wed Feb 27 22:00:27 2008 -0600
34339
34340 85xx: Fix merge duplication
34341
34342 ft_fixup_cpu() got duplicated in some merge snafu. Remove the duplicate.
34343
34344 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
34345
34346commit 5893b3d0a4084f87a06a5d3dc03db91206818941
34347Author: James Yang <James.Yang@freescale.com>
34348Date: Tue Feb 12 16:35:07 2008 -0600
34349
34350 85xx: Expand CCSR space with more DDR controller registers.
34351
34352 Signed-off-by: James Yang <James.Yang@freescale.com>
34353 Signed-off-by: Jon Loeliger <jdl@freescale.com>
34354 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
34355
34356commit a3e77fa5359b3f9f59e4e946b46d57a53057cc85
34357Author: James Yang <James.Yang@freescale.com>
34358Date: Fri Feb 8 18:05:08 2008 -0600
34359
34360 85xx: Speed up get_ddr_freq() and get_bus_freq()
34361
34362 get_ddr_freq() and get_bus_freq() used get_sys_info() each time they were
34363 called. However, get_sys_info() recalculates extraneous information when
34364 called each time. Have get_ddr_freq() and get_bus_freq() return memoized
34365 values from global_data instead.
34366
34367 Signed-off-by: James Yang <James.Yang@freescale.com>
34368 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
34369
34370commit e9ea679918fbc9a53fa2f2a904aac874ea736036
34371Author: James Yang <James.Yang@freescale.com>
34372Date: Fri Feb 8 16:46:27 2008 -0600
34373
34374 85xx: Show DDR memory data rate in addition to the memory clock frequency.
34375
34376 Show the DDR memory data rate in addition to the memory clock
34377 frequency. For DDR/DDR2 memories the memory data rate is 2x the
34378 memory clock.
34379
34380 Signed-off-by: James Yang <James.Yang@freescale.com>
34381 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
34382
34383commit 591933ca6eabc440e6ed6967233aaf56fce464a3
34384Author: James Yang <James.Yang@freescale.com>
34385Date: Fri Feb 8 16:44:53 2008 -0600
34386
34387 85xx: get_tbclk() speed up and rounding fix
34388
34389 Speed up get_tbclk() by referencing pre-computed bus clock
34390 frequency value from global data instead of sys_info_t. Fix
34391 rounding of result to nearest; previously it was rounding
34392 upwards.
34393
34394 Signed-off-by: James Yang <James.Yang@freescale.com>
34395 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
34396
34397commit 1ced121600b2060ab2ff9f0fddd9421fd70a0dc6
34398Author: Andy Fleming <afleming@freescale.com>
34399Date: Wed Feb 6 01:19:40 2008 -0600
34400
34401 Update SVR numbers to expand support
34402
34403 FSL has taken to using SVR[16:23] as an SOC sub-version field. This
34404 is used to distinguish certain variants within an SOC family. To
34405 account for this, we add the SVR_SOC_VER() macro, and update the SVR_*
34406 constants to reflect the larger value. We also add SVR numbers for all
34407 of the current variants. Finally, to make things neater, rather than
34408 use an enormous switch statement to print out the CPU type, we create
34409 and array of SVR/name pairs (using a macro), and print out the CPU name
34410 that matches the SVR SOC version.
34411
34412 Signed-off-by: Andy Fleming <afleming@freescale.com>
34413
34414commit b83eef440cf3cef816172ccbb5897ccd8e403cf3
34415Author: Andy Fleming <afleming@freescale.com>
34416Date: Wed Feb 6 01:12:57 2008 -0600
34417
34418 Add the Freescale PCI device IDs
34419
34420 Signed-off-by: Andy Fleming <afleming@freescale.com>
34421
34422commit 7aff0c051ad0613171cf2b9941ee48675c62e7cd
34423Author: Kumar Gala <galak@kernel.crashing.org>
34424Date: Thu Feb 14 11:04:23 2008 -0600
34425
34426 85xx: Added support for multicore boot mechanism
34427
34428 Added the cpu command that provides a generic mechanism to get status,
34429 reset, and release secondary cores in multicore processors.
34430
34431 Added support for using the ePAPR defined spin-table mechanism on 85xx.
34432
34433 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
34434 Signed-off-by: Andy Fleming <afleming@freescale.com>
34435
34436commit ec2b74ffd36f02c6123725e7c2533dd2deaf4b64
34437Author: Kumar Gala <galak@kernel.crashing.org>
34438Date: Thu Jan 17 16:48:33 2008 -0600
34439
34440 85xx: Added support for multicore boot mechanism
34441
34442 Added the cpu command that provides a generic mechanism to get status,
34443 reset, and release secondary cores in multicore processors.
34444
34445 Added support for using the ePAPR defined spin-table mechanism on 85xx.
34446
34447 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
34448
34449commit f69766e4b5d47ecd3aa58677a8da875694f364f2
34450Author: Kumar Gala <galak@kernel.crashing.org>
34451Date: Wed Jan 30 14:55:14 2008 -0600
34452
34453 85xx: Add the concept of CFG_CCSRBAR_PHYS
34454
34455 When we go to 36-bit physical addresses we need to keep the concept of
34456 the physical CCSRBAR address seperate from the virtual one.
34457
34458 For the majority of boards CFG_CCSBAR_PHYS == CFG_CCSRBAR
34459
34460 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
34461
d049cc7f
WD
34462commit 5b5eb9ca5b778f763bcf332697b35cc1e747626e
34463Author: Wolfgang Denk <wd@denx.de>
34464Date: Wed Mar 26 15:38:47 2008 +0100
34465
34466 Coding style cleanup.
34467
34468 Signed-off-by: Wolfgang Denk <wd@denx.de>
34469
34470commit da8808df7a9cef5a3d2ee286ef9ebf9de1780660
34471Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
34472Date: Wed Mar 26 13:02:13 2008 +0100
34473
34474 Add CFG_RTC_DS1337_NOOSC to turn off OSC output
34475
34476 The default settings for RTC DS1337 keeps the OSC
34477 output, 32,768 Hz, on. This add CFG_RTC_DS1337_NOOSC to
34478 turn it off.
34479
34480 Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
34481
34482commit 438a4c11260b4ea9805039b0b4f92f9df5306b02
34483Author: Wolfgang Denk <wd@denx.de>
34484Date: Wed Mar 26 11:48:46 2008 +0100
34485
34486 Cleanup coding style, update CHANGELOG
34487
34488 Signed-off-by: Wolfgang Denk <wd@denx.de>
34489
438a4c11
WD
34490commit 218ca724c08ca8a649f0917cf201cf23d4b33f39
34491Author: Wolfgang Denk <wd@denx.de>
34492Date: Wed Mar 26 10:40:12 2008 +0100
34493
34494 README: update documentation (availability, links, etc.)
34495
34496 Signed-off-by: Wolfgang Denk <wd@denx.de>
34497
34498commit f6b44e0e4d18fe507833a0f76d24a9aa72c123f1
34499Author: Aras Vaichas <arasv@magtech.com.au>
34500Date: Tue Mar 25 12:09:07 2008 +1100
34501
34502 USB Storage, add meaningful return value
34503
34504 This patch changes the "usb storage" command to return success if it
34505 finds a USB storage device, otherwise it returns error.
34506
34507 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
34508
34509commit 18e69a35efbb078403db0c0063986470dad7d082
34510Author: Anton Vorontsov <avorontsov@ru.mvista.com>
34511Date: Fri Mar 14 23:20:18 2008 +0300
34512
34513 83xx/fdt_support: let user specifiy FSL USB Dual-Role controller role
34514
34515 Linux understands "host" (default), "peripheral" and "otg" (broken).
34516 Though, U-Boot doesn't restrict dr_mode variable to these values (think
34517 of renames in future).
34518
34519 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
34520 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
34521
34522commit c7604783b236e368f225efb7b3efb418fe20b404
34523Author: Anton Vorontsov <avorontsov@ru.mvista.com>
34524Date: Fri Mar 14 23:20:30 2008 +0300
34525
34526 tsec: fix link detection for the RTL8211B PHY
34527
34528 RTL8211B sets link state register after autonegotiation complete,
34529 so with bootdelay=0 RTL8211B will report lack of the link.
34530
34531 To fix this, we should wait for aneg to complete, even if the
34532 link is currently down.
34533
34534 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
34535 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
34536
34537commit 7fa9cbb00dc83fcf175042b6f20c2c9bce9a15f4
34538Author: Anton Vorontsov <avorontsov@ru.mvista.com>
34539Date: Mon Mar 24 20:47:09 2008 +0300
34540
34541 mpc83xx: add "fsl,soc" and "fsl,immr" compatible fixups
34542
34543 device_type = "soc" is being deprecated, newer device trees will use
34544 "fsl,soc" and/or "fsl,immr" for the soc nodes.
34545
34546 This patch also adds clock-frequency property for soc nodes (the same
34547 value as bus-frequency).
34548
34549 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
34550
34551commit 507e2d79c91441a0bb2cd3d0c31c8bfe3f8cec07
34552Author: Joe D'Abbraccio <ljd015@freescale.com>
34553Date: Mon Mar 24 13:00:59 2008 -0400
34554
34555 Modified the DDR SDRAM clock control register to delay MCK/MCK_B 3/4 clock
34556
34557 With the original value of 1/2 clock cycle delay, the system ran relatively
34558 stable except when we run benchmarks that are intensive users of memory.
34559 When I run samba connected disk with a HDBENCH test, the system locks-up
34560 or reboots sporadically.
34561
34562 Signed-off by: Joe D'Abbraccio <Joe.D'abbraccio@freescale.com>
34563
34564commit a7ba32d480a86db5db8dcd8ca66b21b4cadda923
34565Author: Scott Wood <scottwood@freescale.com>
34566Date: Mon Mar 24 12:44:13 2008 -0500
34567
34568 mpc83xx: Set PCI I/O bus-address base to zero.
34569
34570 The device trees for these boards describe PCI I/O as starting from
34571 address zero from the device's perspective.
34572
34573 Placing I/O elsewhere may cause problems with certain PCI boards, and may
34574 cause problems with Linux.
34575
34576 Signed-off-by: Scott Wood <scottwood@freescale.com>
34577
34578commit f700e7df7fecf2d3765ae568ce77ce788cde4f3e
34579Author: Anton Vorontsov <avorontsov@ru.mvista.com>
34580Date: Mon Mar 24 20:47:05 2008 +0300
34581
34582 mpc83xx: MPC8360E-RDK: use 33.3(3)MHz CLKIN/SYS_CLK
34583
34584 At least on the "33MHz Pilot" board crystal is actually 33.3MHz.
34585 This patch fixes "system time drifting" problem.
34586
34587 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
34588
34589commit 3a0cfdd576dc9b16d1468d37339182607c697fb7
34590Author: Anton Vorontsov <avorontsov@ru.mvista.com>
34591Date: Mon Mar 24 20:47:02 2008 +0300
34592
34593 mpc83xx: MPC8360E-RDK: define CONFIG_OF_STDOUT_VIA_ALIAS
34594
34595 This is needed to update /choosen/linux,stdout-path properly.
34596
34597 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
34598
34599commit 3419eb62f088d7a22f1d2a3cebf76b77e408b5b9
34600Author: Anton Vorontsov <avorontsov@ru.mvista.com>
34601Date: Mon Mar 24 20:47:00 2008 +0300
34602
34603 mpc83xx: MPC8360E-RDK: add dhcp command
34604
34605 Plus modify environment to use it and remove bootfile env variable,
34606 it is internal and CONFIG_BOOTFILE is used for these purposes.
34607
34608 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
34609
34610commit d892b2dbb4087a26778bfd42470c3ea7d0e2b6aa
34611Author: Anton Vorontsov <avorontsov@ru.mvista.com>
34612Date: Mon Mar 24 20:46:57 2008 +0300
34613
34614 mpc83xx: MPC8360E-RDK: rework ddr setup, enable ecc
34615
34616 Current DDR setup easily causes memory corruption, this patch fixes it.
34617
34618 Also fix TIMING_CFG0_MRS_CYC definition.
34619
34620 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
34621
34622commit d47d49cc37a38f2719a3e1b9bbe08ac810cf2d9a
34623Author: Anton Vorontsov <avorontsov@ru.mvista.com>
34624Date: Mon Mar 24 20:46:53 2008 +0300
34625
34626 mpc83xx: MPC8360E-RDK: configure pario pins for AD7843 and FHCI
34627
34628 This patch adds qe pario pins configuration for AD7843 ADC/Touchscreen
34629 controller and FHCI (QE USB).
34630
34631 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
34632
34633commit 7ad959490962e6842648d87d4bd795ea6cdcce67
34634Author: Anton Vorontsov <avorontsov@ru.mvista.com>
34635Date: Mon Mar 24 20:46:51 2008 +0300
34636
34637 mpc83xx: MPC8360E-RDK: add support for NAND
34638
34639 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
34640
34641commit 9a3e832aeb491861d029991241572ebdf4b5b61b
34642Author: Anton Vorontsov <avorontsov@ru.mvista.com>
34643Date: Mon Mar 24 20:46:46 2008 +0300
34644
34645 mpc83xx: MPC8360E-RDK: use RGMII_RXID interface mode
34646
34647 This is needed for BCM PHYs to work on this board.
34648
34649 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
34650
34651commit 300615dc5d9b0a2022fbc6af0c13159e33fd752e
34652Author: Anton Vorontsov <avorontsov@ru.mvista.com>
34653Date: Mon Mar 24 20:46:34 2008 +0300
34654
34655 uec: add support for Broadcom BCM5481 Gigabit PHY
34656
34657 This patch adds basic support for Broadcom BCM5481 PHY.
34658
34659 RXD-RXC delay quirk comes from MPC8360E-RDK BSP source, author is
34660 Peter Barada <peterb@logicpd.com>.
34661
34662 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
34663
34664commit 6a600c3a1876bc203445df4f0fd6b12648259666
34665Author: Anton Vorontsov <avorontsov@ru.mvista.com>
34666Date: Mon Mar 24 20:46:28 2008 +0300
34667
34668 uec: add support for RGMII_RXID interface mode
34669
34670 PHY drivers will use it to setup software delay between RXD and RXC
34671 signals.
34672
34673 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
34674
34675commit 91cdaa3a9d7562b869d96774e9c9ddf142c0848d
34676Author: Anton Vorontsov <avorontsov@ru.mvista.com>
34677Date: Mon Mar 24 20:46:24 2008 +0300
34678
34679 uec: add support for gbit mii status readings
34680
34681 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
34682
34683commit aabce7fb505ffe55ebf3bf4dcafdae97a581558d
34684Author: Anton Vorontsov <avorontsov@ru.mvista.com>
34685Date: Mon Mar 24 17:40:47 2008 +0300
34686
34687 83xx: define CONFIG_OF_STDOUT_VIA_ALIAS for the MPC837XERDB boards
34688
34689 This is primarily for the early console support.
34690
34691 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
34692
34693commit 2bd7460e9283ec98565189b3cdbcfb2bcdcdd635
34694Author: Anton Vorontsov <avorontsov@ru.mvista.com>
34695Date: Mon Mar 24 17:40:43 2008 +0300
34696
34697 83xx: initialize serdes for MPC837XRDB boards
34698
34699 On the MPC8377ERDB: 2 SATA and 2 PCI-E.
34700 On the MPC8378ERDB: 2 PCI-E
34701 On the MPC8379ERDB: 4 SATA
34702
34703 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
34704
34705commit 453316a2a19642d8afcbca7452e40a6b44a197b1
34706Author: Anton Vorontsov <avorontsov@ru.mvista.com>
34707Date: Mon Mar 24 17:40:32 2008 +0300
34708
34709 83xx: serdes setup routines
34710
34711 This patch adds few routines to configure serdes on 837x targets.
34712
34713 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
34714
34715commit a796cdf9c377cb4e5d61d1079a296608f8fbd903
34716Author: Anton Vorontsov <avorontsov@ru.mvista.com>
34717Date: Mon Mar 24 17:40:27 2008 +0300
34718
34719 83xx: split COBJS onto separate lines
34720
34721 ..plus get rid of some #ifdefs in the .c files.
34722
34723 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
34724
34725commit 46a3aeea73c13ab04ebf7a8739afb87ac5da94a3
34726Author: Anton Vorontsov <avorontsov@ru.mvista.com>
34727Date: Mon Mar 24 17:40:23 2008 +0300
34728
34729 83xx: nand support for MPC837XRDB boards
34730
34731 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
34732
34733commit 82e45a204190593e8613145a928f998fb8c909c4
34734Author: Jerry Van Baren <gvb.uboot@gmail.com>
34735Date: Tue Mar 18 21:44:41 2008 -0400
34736
34737 Enable CONFIG_FLASH_SHOW_PROGRESS on the MPC8360EMDS.
34738
34739 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
34740 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
34741
34742commit 0fa7a1b4719e325fce332689fb8754ec166191ff
34743Author: Michael Barkowski <michael.barkowski@freescale.com>
34744Date: Thu Mar 20 13:15:39 2008 -0400
34745
34746 mpc8323erdb: remove RTC and add EEPROM
34747
34748 There's no on-board RTC on the MPC8323ERDB, but there is an EEPROM.
34749
34750 Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
34751 Acked-by: Kim Phillips <kim.phillips@freescale.com>
34752
34753commit 5bbeea86eb6afb872374cd23217cb3c1018443ed
34754Author: Michael Barkowski <michael.barkowski@freescale.com>
34755Date: Thu Mar 20 13:15:34 2008 -0400
34756
34757 mpc8323erdb: Improve the system performance
34758
34759 The following changes are based on kernel UCC ethernet performance:
34760
34761 1. Make the CSB bus pipeline depth as 4, and enable the repeat mode
34762 2. Optimize transactions between QE and CSB. Added CFG_SPCR_OPT
34763 switch to enable this setting.
34764
34765 The following changes are based on the App Note AN3369 and
34766 verified to improve memory latency using LMbench:
34767
34768 3. CS0_CONFIG[AP_n_EN] is changed from 1 to 0
34769 4. CS0_CONFIG[ODT_WR_CONFIG] set to 1. Was a reserved setting
34770 previously.
34771 5. TIMING_CFG_1[WRREC] is changed from 3clks to 2clks (based on
34772 Twr=15ns, and this was already the setting in DDR_MODE)
34773 6. TIMING_CFG_1[PRETOACT] is changed from 3clks to 2clks. (based on
34774 Trp=15ns)
34775 7. TIMING_CFG_1[ACTTOPRE] is changed from 9clks to 6clks. (based on
34776 Tras=40ns)
34777 8. TIMING_CFG_1[ACTTORW] is changed from 3clks to 2clks. (based on
34778 Trcd=15ns)
34779 9. TIMING_CFG_1[REFREC] changed from 21 clks to 11clks. (based on
34780 Trfc=75ns)
34781 10. TIMING_CFG_2[FOUR_ACT] is changed from 10 clks to 7clks. (based
34782 on Tfaw=50ns)
34783 11. TIMING_CFG_2[ADD_LAT] and DDR_MODE[AL] changed from 0 to 1 (based
34784 on CL=3 and WL=2).
34785
34786 Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
34787 Acked-by: Kim Phillips <kim.phillips@freescale.com>
34788
34789commit fc549c871f43933396a5b3e21d897023d4b31b8d
34790Author: Michael Barkowski <michael.barkowski@freescale.com>
34791Date: Thu Mar 20 13:15:28 2008 -0400
34792
34793 mpc8323erdb: use readable DDR config macros
34794
34795 Use available shift/mask macros to define DDR configuration.
34796
34797 Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
34798 Acked-by: Kim Phillips <kim.phillips@freescale.com>
34799
34800commit 89c7784ed90ba50301eec521144f95111e472906
34801Author: Timur Tabi <timur@freescale.com>
34802Date: Fri Feb 8 13:15:55 2008 -0600
34803
34804 83xx: Add Vitesse VSC7385 firmware uploading
34805
34806 Update the MPC8349E-mITX, MPC8313E-RDB, and MPC837XE-RDB board files to upload
34807 the Vitesse VSC7385 firmware. Changed CONFIG_VSC7385 to CONFIG_VSC7385_ENET.
34808 Cleaned up the board header files to make selecting the VSC7385 easier to
34809 control.
34810
34811 Signed-off-by: Timur Tabi <timur@freescale.com>
34812 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
34813
34814commit b55d98c6d5b8694e560a0e727b14cb6921d7cfcc
34815Author: Timur Tabi <timur@freescale.com>
34816Date: Fri Feb 8 13:15:54 2008 -0600
34817
34818 NET: Add Vitesse VSC7385 firmware uploading
34819
34820 The Vitesse VSC7385 is a 5-port switch found on the Freescale MPC8349E-mITX
34821 and other boards. A small firwmare must be uploaded to its on-board memory
34822 before it can be enabled. This patch adds the code which uploads firmware
34823 (but not the firmware itself).
34824
34825 Previously, this feature was provided by a U-Boot application that was
34826 made available only on Freescale BSPs. The VSC7385 firmware must still
34827 be obtained separately, but at least there is no longer a need for a separate
34828 application.
34829
34830 Signed-off-by: Timur Tabi <timur@freescale.com>
34831 Acked-by: Ben Warren <biggerbadderben@gmail.com>
34832
34833commit aa6f6d171a1f9f46ee4f03ad6acb97a6bfb71855
34834Author: Wolfgang Denk <wd@denx.de>
34835Date: Wed Mar 26 00:52:10 2008 +0100
34836
34837 Coding Style cleanyp; update CHANGELOG
34838
34839 Signed-off-by: Wolfgang Denk <wd@denx.de>
34840
aa6f6d17
WD
34841commit 43ddd9c820fec44816188f53346b464e20b3142d
34842Author: Jerry Van Baren <gvb.uboot@gmail.com>
34843Date: Sat Mar 22 14:23:49 2008 -0400
34844
34845 Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T
34846
34847 These defines embedded the u-boot env variables and/or the bd_t structure
34848 in the fdt blob. The conclusion of discussion on the u-boot email list
34849 was that embedding these in the fdt blob is not useful: there are better
34850 ways of passing the data (in fact, the fdt blob itself replaces the
34851 bd_t struct).
34852
34853 The only board that enables these is the stxxtc and they don't appear
34854 to be used by linux.
34855
34856 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
34857 Acked-by: Kim Phillips <kim.phillips@freescale.com>
34858
34859commit 22ed2285743359fd1fe73e411dff914b2256e68f
34860Author: Stefan Roese <sr@denx.de>
34861Date: Mon Mar 17 10:49:25 2008 +0100
34862
34863 rtc: Remove 2nd reference to max6900.o in drivers/rtc/Makefile
34864
34865 Signed-off-by: Stefan Roese <sr@denx.de>
34866
34867commit 1bb707c39a0833e91d9f797dd862aaaaf4af264d
34868Author: Kyungmin Park <kmpark@infradead.org>
34869Date: Mon Mar 17 08:54:06 2008 +0900
34870
34871 Add Flex-OneNAND booting support
34872
34873 Flex-OneNAND is a monolithic integrated circuit with a NAND Flash array
34874 using a NOR Flash interface. This on-chip integration enables system designers
34875 to reduce external system logic and use high-density NAND Flash
34876 in applications that would otherwise have to use more NOR components.
34877
34878 Flex-OneNAND enables users to configure to partition it into SLC and MLC areas
34879 in more flexible way. While MLC area of Flex-OneNAND can be used to store data
34880 that require low reliability and high density, SLC area of Flex-OneNAND
34881 to store data that need high reliability and high performance. Flex-OneNAND
34882 can let users take advantage of storing these two different types of data
34883 into one chip, which is making Flex-OneNAND more cost- and space-effective.
34884
34885 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
34886
34887commit c512389cc4a10253249271ff6c887c6dab1f0db2
34888Author: André Schwarz <andre.schwarz@matrix-vision.de>
34889Date: Thu Mar 13 13:50:52 2008 +0100
34890
34891 MPC5200: support setup without FEC
34892
34893 Include FEC specific nodes in ft_cpu_setup only if CONFIG_MPC5xxx_FEC is
34894 defined. Systems without FEC, i.e. no FEC node in DTB, should be possible.
34895
34896 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
34897 Acked-by: Grant Likely <grant.likely@secretlab.ca>
34898
34899commit aa3511e422946041ef626f80a05ae5e8bfc700e6
34900Author: Jon Loeliger <jdl@freescale.com>
34901Date: Wed Mar 5 18:05:46 2008 -0600
34902
34903 FSL: Move board/mpc8266ads under board/freescale
34904
34905 Signed-off-by: Jon Loeliger <jdl@freescale.com>
34906
34907commit 7f1d846e5c5754449c286587d099d85246062772
34908Author: Jon Loeliger <jdl@freescale.com>
34909Date: Wed Mar 5 18:05:47 2008 -0600
34910
34911 FSL: Move board/mpc7448hpc2 under board/freescale
34912
34913 Signed-off-by: Jon Loeliger <jdl@freescale.com>
34914
34915commit b7e24d283e34727c2a6cdfdac2e09a426c579b73
34916Author: Jon Loeliger <jdl@freescale.com>
34917Date: Wed Mar 5 18:05:45 2008 -0600
34918
34919 FSL: Move board/mpc8260ads under board/freescale
34920
34921 Signed-off-by: Jon Loeliger <jdl@freescale.com>
34922
34923commit 6a8a5dc4759867c45aa95580deb8bf26669a5d97
34924Author: goda.yusuke <goda.yusuke@renesas.com>
34925Date: Wed Mar 5 17:08:33 2008 +0900
34926
34927 net: Add support AX88796L ethernet device
34928
34929 AX88796L is device of NE2000 compatible.
34930 This patch support AX88796L ethernet device.
34931
34932 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
34933 Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34934
34935commit e0a6140dd381e1eed1ada2291166ef2616d8822b
34936Author: Wolfgang Denk <wd@denx.de>
34937Date: Tue Mar 25 22:50:41 2008 +0100
34938
34939 ne2000 driver: change #ifdef to Makefile conditional compilation
34940
34941 Signed-off-by: Wolfgang Denk <wd@denx.de>
34942
34943commit e710185aae90c64d39c2d453e40e58ceefe4f250
34944Author: goda.yusuke <goda.yusuke@renesas.com>
34945Date: Wed Mar 5 17:08:20 2008 +0900
34946
34947 net: Divided code of NE2000 ethernet driver
34948
34949 There are more devices of the NE2000 base.
34950 A present code is difficult for us to support more devices.
34951 To support more NE2000 clone devices, separated the function.
34952
34953 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
34954 Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
34955
34956commit 395bce4f59a507a60a475f7ee46bed47de9482df
34957Author: Mike Frysinger <vapier@gentoo.org>
34958Date: Sun Feb 24 23:58:13 2008 -0500
34959
34960 net/Blackfin: move on-chip MAC driver into drivers/net/
34961
34962 The Blackfin on-chip MAC driver was being managed in the BF537-STAMP board
34963 directory, but it is not board specific, so relocate it to the drivers dir
34964 so that other Blackfin ports can utilize it.
34965
34966 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
34967
34968commit 8a30b4700942f37495d2e67f5998cdffb6e3ba8a
34969Author: Mike Frysinger <vapier@gentoo.org>
34970Date: Sun Feb 24 23:52:35 2008 -0500
34971
34972 smc91111: use SSYNC() rather than asm(ssync) for Blackfin
34973
34974 Since the "ssync" instruction may have hardware anomalies associated with
34975 it, have the smc91111 driver use the SSYNC macro rather than invoking it
34976 directly. We workaround all the anomalies via this macro.
34977
34978 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
34979
34980commit 77ff7b7444ceb8022b46114f3d0b6d18e2fd1138
34981Author: Bryan O'Donoghue <bodonoghue@codehermit.ie>
34982Date: Sun Feb 17 22:57:47 2008 +0000
34983
34984 8xx: Update OF support on 8xx
34985
34986 This patch does some shifting around of OF support on 8xx.
34987
34988 Signed-off-by: Bryan O'Donoghue <bodonoghue@codehermit.ie>
34989
34990commit 9c666a7db0b2285a270c68810889ce7d5dba304b
34991Author: Kumar Gala <galak@kernel.crashing.org>
34992Date: Fri Feb 15 15:16:18 2008 -0600
34993
34994 ppc: Allow boards to specify how much memory they can map
34995
34996 For historical reasons we limited the stack to 256M because some boards
34997 could only map that much via BATS. However newer boards are capable of
34998 mapping more memory (for example 85xx is capble of doing up to 2G).
34999
35000 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
35001
35002commit a6f5f317cd074bbbfa2aab4fca05904c811c19fb
35003Author: Bryan O'Donoghue <bodonoghue@codehermit.ie>
35004Date: Fri Feb 15 01:05:58 2008 +0000
35005
35006 8xx : Add OF support to Adder875 board port - resubmit
35007
35008 Signed-off-by: Bryan O'Donoghue <bodonoghue@codehermit.ie>
35009
35010commit d058698fd2d9f769ff38ac53c8708b3fdd314f2d
35011Author: Kumar Gala <galak@kernel.crashing.org>
35012Date: Thu Feb 14 20:44:42 2008 -0600
35013
35014 Add setexpr command
35015
35016 Add a simple expr style command that will set an env variable as the result
35017 of the command. This allows us to do simple math in shell. The following
35018 operations are supported: &, |, ^, +, -, *, /.
35019
35020 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
35021
35022commit 3f105faa64b9826e088711fdfcaa70cb1230397a
35023Author: Jon Loeliger <jdl@freescale.com>
35024Date: Wed Mar 5 17:27:48 2008 -0600
35025
35026 FSL: Move board/mpc7448hpc2 under board/freescale
35027
35028 Signed-off-by: Jon Loeliger <jdl@freescale.com>
35029
35030commit 449c703374a8868453425e15da7e2f76221b72e4
35031Author: Jon Loeliger <jdl@freescale.com>
35032Date: Wed Mar 5 17:21:43 2008 -0600
35033
35034 FSL: Move board/mpc8266ads under board/freescale
35035
35036 Signed-off-by: Jon Loeliger <jdl@freescale.com>
35037
35038commit 5863577989ad689427bb750107e9a75f1c1645d2
35039Author: Jon Loeliger <jdl@freescale.com>
35040Date: Wed Mar 5 16:41:41 2008 -0600
35041
35042 FSL: Move board/mpc8260ads under board/freescale
35043
35044 Signed-off-by: Jon Loeliger <jdl@freescale.com>
35045
35046commit 8a773983957ee6c4aa344469b742f29c7d26afbd
35047Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
35048Date: Tue Mar 25 21:30:08 2008 +0900
35049
35050 [MIPS] Move gth2_config from ARM section to MIPS
35051
35052 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
35053
35054commit 373b16fc0c5ae34d28b9027f809ae3cbf45cdd15
35055Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
35056Date: Tue Mar 25 21:30:07 2008 +0900
35057
35058 [MIPS] Extend MIPS_MAX_CACHE_SIZE upto 64kB
35059
35060 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
35061
35062commit d98e348e2ed5aab8f7a6471ff628ab0688b8a459
35063Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
35064Date: Tue Mar 25 21:30:07 2008 +0900
35065
35066 [MIPS] Fix dcache_status()
35067
35068 You can't judge UNCACHED by Config.K0 LSB.
35069
35070 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
35071
35072commit b0c66af53ec9385ac2d1cc2e5d7d1ecdc81caf34
35073Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
35074Date: Tue Mar 25 21:30:07 2008 +0900
35075
35076 [MIPS] Introduce _machine_restart
35077
35078 Handles machine specific functions by using weak functions.
35079
35080 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
35081
35082commit decaba6f5cf386d569ac3997bebb871b966c6b18
35083Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
35084Date: Tue Mar 25 21:30:07 2008 +0900
35085
35086 [MIPS] Cleanup CP0 Status initialization
35087
35088 Add setup_c0_status from Linux. For the moment we disable interrupts, set
35089 CU0, mark the kernel mode, and clear ERL and EXL. This is good enough for
35090 reset-time configuration and will work well across most processors.
35091
35092 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
35093
35094commit d43d43ef2845af309c25a64bb9c2c5fb3261bc23
35095Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
35096Date: Tue Mar 25 21:30:07 2008 +0900
35097
35098 [MIPS] Initialize CP0 Cause before setting up CP0 Status register
35099
35100 Without this change, we'll be suffering from deffered WATCH exception
35101 once Status.EXL is cleared. Make sure Cause.WP is cleared.
35102
35103 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
35104
35105commit 26138623230ca2bad3c78e05a65527ea70c8b688
35106Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
35107Date: Tue Mar 25 21:30:07 2008 +0900
35108
35109 [MIPS] INCA-IP: Move watchdog init code from start.S to lowlevel_init()
35110
35111 Move things to appropriate place.
35112
35113 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
35114
35115commit ccf8f824ef67df028dedb29f8ea5d71a5a88d895
35116Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
35117Date: Tue Mar 25 21:30:06 2008 +0900
35118
35119 [MIPS] Implement flush_cache()
35120
35121 We do Hit_Writeback_Inv_D and Hit_Invalidate_I. You might think that you
35122 don't need to do Hit_Invalidate_I, but flush_cache() needs it since this
35123 function is used not only in U-Boot specfic programs but also at loading
35124 target binaries.
35125
35126 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
35127
35128commit 2e0e5271aac917812a76c72030a2b2c6f1d3387d
35129Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
35130Date: Tue Mar 25 21:30:06 2008 +0900
35131
35132 [MIPS] Fix I-/D-cache initialization loops
35133
35134 Currently we do 1) Index_Store_Tag_I, 2) Fill and 3) Index_Store_Tag_I
35135 again per a loop for I-cache initialization. But according to 'See MIPS
35136 Run', we're encouraged to use three separate loops rather than combining
35137 them *for both I- and D-cache*. This patch tries to fix this.
35138
35139 In accordance with fixing above, mips_init_[id]cache are separated from
35140 mips_cache_reset(), and rewrite cache loops are completely rewritten with
35141 useful macros.
35142
35143 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
35144
35145commit 1898840797c7f50799377bd5b285a8a93a82c419
35146Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
35147Date: Tue Mar 25 21:30:06 2008 +0900
35148
35149 [MIPS] Replace memory clearance code with f_fill64
35150
35151 This routine fills memory with zero by 64 bytes, and is 64-bit capable.
35152
35153 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
35154
35155commit 2f5d414ccb4024dd0992ff6b22561732dbc73590
35156Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
35157Date: Tue Mar 25 21:30:06 2008 +0900
35158
35159 [MIPS] cpu/mips/cache.S: Introduce NESTED/LEAF/END macros
35160
35161 This patch replaces the current function definitions with NESTED, LEAF
35162 and END macro. They specify some more additional information about the
35163 function; an alignment of symbol, type of symbol, stack frame usage, etc.
35164 These information explicitly tells the assembler and the debugger about
35165 the types of code we want to generate.
35166
35167 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
35168
35169commit 282223a607c611425fa33f5428f8eae6636972bb
35170Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
35171Date: Tue Mar 25 11:43:17 2008 +0900
35172
35173 [MIPS] asm headers' updates
35174
35175 Make some asm headers adjusted to the latest Linux kernel.
35176
35177 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
35178
35179commit e1390801a3c1a2b6d12fa90be368efc19f5b9bfd
35180Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
35181Date: Tue Mar 25 11:39:29 2008 +0900
35182
35183 [MIPS] Request for the 'mips_cache_lock()' removal
35184
35185 The initial intension of having mips_cache_lock() was to use the cache
35186 as memory for temporary stack use so that a C environment can be set up
35187 as early as possible.
35188
35189 But now mips_cache_lock() follow lowlevel_init(). We've already have the
35190 real memory initilaized at this point, therefore we could/should use it.
35191 No reason to lock at all.
35192
35193 Other problems:
35194
35195 Cache locking is not consistent across MIPS implementaions. Some imple-
35196 mentations don't support locking at all. The style of locking varies -
35197 some support per line locking, others per way, etc. Some parts use bits
35198 in status registers instead of cache ops. Current mips_cache_lock() is
35199 not necessarily general-purpose.
35200
35201 And this is worthy of special mention; once U-Boot/MIPS locks the lines,
35202 they are never get unlocked, so the code relies on whatever gets loaded
35203 after U-Boot to re-initialize the cache and clear the locks. We're sup-
35204 posed to have CFG_INIT_RAM_LOCK and unlock_ram_in_cache() implemented,
35205 but leave the situation as it is for a long time.
35206
35207 For these reasons, I proposed the removal of mips_cache_lock() from the
35208 global start-up code.
35209
35210 This patch adds CFG_INIT_RAM_LOCK_MIPS to make existing users aware that
35211 *things have changed*. If he wants the same behavior as before, he needs
35212 to have CFG_INIT_RAM_LOCK_MIPS in his config file.
35213
35214 If we don't have any regression report through several releases, then
35215 we'll remove codes entirely.
35216
35217 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
35218 Acked-by: Andrew Dyer <amdyer@gmail.com>
35219
35220commit 0d48926c87ec96f974a6ac4034f4a2f2eab3255f
35221Author: Yuri Tikhonov <yur@emcraft.com>
35222Date: Mon Mar 24 11:30:54 2008 +0100
35223
35224 lwmon5 SYSMON POST: fix backlight control
35225
35226 If the LWMON5 config has SYSMON POST among CONFIG_POSTs which may be
35227 run on the board, then the SYSMON POST controls the display backlight
35228 (doesn't switch backlight ON if POST FAILED, and does switch the
35229 backlight ON if PASSED).
35230
35231 If not, then the video driver controls the display backlight (just
35232 switch ON the backlight upon initialization).
35233
35234 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
35235
35236commit ff2bdfb2c1e073f65c065011f1e18d0a130bd3d8
35237Author: Yuri Tikhonov <yur@emcraft.com>
35238Date: Mon Mar 24 11:29:14 2008 +0100
35239
35240 lwmon5 SYSMON POST: fix handling of negative temperatures
35241
35242 Fix errors in the LWMON5 Sysmon POST for negative temperatures.
35243
35244 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
35245
35246commit 55774b512fdf63c0516d441cc5da7c54bbffb7f2
35247Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
35248Date: Fri Mar 7 16:04:25 2008 +0900
35249
35250 pci: Add CONFIG_PCI_SKIP_HOST_BRIDGE config option
35251
35252 In current source code, when the device number of PCI is 0, process PCI
35253 bridge without fail. However, when the device number is 0, it is not PCI
35254 always bridge. There are times when device of PCI allocates.
35255
35256 When CONFIG_PCI_SKIP_HOST_BRIDGE is enable, this problem is solved when
35257 use this patch.
35258
35259 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
35260 Acked-by: Stefan Roese <sr@denx.de>
35261
35262commit 86aea3eaefa248ffb9328e2b50c64720489cdbeb
35263Author: Yuri Tikhonov <yur@emcraft.com>
35264Date: Fri Mar 21 09:18:40 2008 +0100
35265
35266 LWMON5: fix dsPIC POST
35267
35268 Add test for DPIC_SYS_ERROR_REG to be zero in the LWMON5 dsPIC POST.
35269
35270 Signed-off-by: Yuri Tikhonov <yur@emcraft.com> ---
35271
438a4c11
WD
35272commit 388b82fddc7c05596f3f615f190da0448227dc82
35273Author: Bartlomiej Sieka <tur@semihalf.com>
35274Date: Thu Mar 20 23:23:13 2008 +0100
35275
35276 [new uImage] Enable new uImage support for the pcs440ep board.
35277
35278 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
35279
35280commit 95f4ec2b9c910c7261e6f060ea530d58b039692d
35281Author: Bartlomiej Sieka <tur@semihalf.com>
35282Date: Thu Mar 20 23:23:13 2008 +0100
35283
35284 [new uImage] Do not compile new uImage format support by default
35285
35286 Disable default building of new uImage format support in preparation
35287 for merge with the master. Support for new format can be enabled on
35288 a per-board basis, by defining the following in the board's config file:
35289
35290 #define CONFIG_FIT 1
35291 #define CONFIG_OF_LIBFDT 1
35292
35293 This can be optionally defined to give more verbose output:
35294
35295 #define CONFIG_FIT_VERBOSE 1 /* enable fit_format_{error,warning}() */
35296
35297 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
35298
35299commit dafaede8a46c7159310239e036c93e31c6374487
35300Author: Bartlomiej Sieka <tur@semihalf.com>
35301Date: Thu Mar 20 23:20:31 2008 +0100
35302
35303 [new uImage] Disable debuging output in preparation for merge with master
35304
35305 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
35306
35307commit fbe7a155027beacebaee9b32e1ada781fe924bca
35308Author: Bartlomiej Sieka <tur@semihalf.com>
35309Date: Thu Mar 20 19:38:45 2008 +0100
35310
35311 [new uImage] Compilation and new uImage handling fixes for imxtract
35312
35313 Fix imxtract command not being compiled-in despite CONFIG_CMD_XIMG being in
35314 include/config_cmd_default.h. Fix few warnings and handling of new format
35315 images.
35316
35317 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
35318
35319commit 36cc8cbb3379d5166f882641123521735c469f92
35320Author: Bartlomiej Sieka <tur@semihalf.com>
35321Date: Thu Mar 20 23:10:19 2008 +0100
35322
35323 [new uImage] Fix autoscr command used with new uImage format
35324
35325 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
35326
35327commit 43142e817f0597be412e7cbe19413f5532eafa5d
35328Author: Bartlomiej Sieka <tur@semihalf.com>
35329Date: Thu Mar 20 23:10:19 2008 +0100
35330
35331 [new uImage] Fix *.its files location in documentation
35332
35333 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
35334
aa6f6d17
WD
35335commit 81a0ac62ea29f8252d0a714709d0ecfdbba2a15e
35336Author: Wolfgang Denk <wd@denx.de>
35337Date: Thu Mar 20 22:01:38 2008 +0100
35338
35339 lwmon5 POST: remove unreachable code
35340
35341 plus some coding style cleanup
35342
35343 Signed-off-by: Wolfgang Denk <wd@denx.de>
35344
35345commit b73a19e1609d0f705cbab8014ca17aefe89e4c76
35346Author: Yuri Tikhonov <yur@emcraft.com>
35347Date: Thu Mar 20 17:56:04 2008 +0300
35348
35349 LWMON5: POST RTC fix
35350
35351 Modify the RTC API to provide one a status for the time reported by
35352 the rtc_get() function:
35353 0 - a reliable time is guaranteed,
35354 < 0 - a reliable time isn't guaranteed (power fault, clock issues,
35355 and so on).
35356
35357 The RTC chip drivers are responsible for providing this info if the
35358 corresponding chip supports such functionality. If not - always
35359 report that the time is reliable.
35360
35361 The POST RTC test was modified to detect the RTC faults utilizing
35362 this new rtc_get() feature.
35363
35364 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
35365
35366commit a5cc5555ccee596908a7d8cf22a104f6b993bfd5
35367Author: Martin Krause <martin.krause@tqs.de>
35368Date: Wed Mar 19 14:25:14 2008 +0100
35369
35370 TQM5200B: update MTD partition layout
35371
35372 - insert partition for dtb blob to TQM5200B MTD layout
35373 - set env variables dependent on the configured board
35374 (TQM5200 or TQM5200B)
35375
35376 Signed-off-by: Martin Krause <martin.krause@tqs.de>
35377
35378commit f0105727d132f56a21fa3ed8b162309cca6cac44
35379Author: Stefan Roese <sr@denx.de>
35380Date: Wed Mar 19 07:09:26 2008 +0100
35381
35382 CFI: Small cleanup for FLASH_SHOW_PROGRESS
35383
35384 With this patch we don't need that many #ifdef's in the code. It moves
35385 the subtraction into the macro and defines a NOP-macro when
35386 CONFIG_FLASH_SHOW_PROGRESS is not defined.
35387
35388 Signed-off-by: Stefan Roese <sr@denx.de>
35389 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
35390
35391commit 9a042e9ca512beaaa2cb450274313fc477141241
35392Author: Jerry Van Baren <gvb.uboot@gmail.com>
35393Date: Sat Mar 8 13:48:01 2008 -0500
35394
35395 Flash programming progress countdown.
35396
35397 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
35398
438a4c11
WD
35399commit 5e339fd9ed539a7d7fec59cfc88f0857ab26a53f
35400Author: Bartlomiej Sieka <tur@semihalf.com>
35401Date: Wed Mar 19 10:00:06 2008 +0100
35402
35403 [new uImage] Fix style issue spotted by Wolfgang Denk <wd@denx.org>
35404
35405 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
35406
aa6f6d17
WD
35407commit 11abe45c48ec3485a6c1a5168ce8d79c3288adc1
35408Author: David Gibson <david@gibson.dropbear.id.au>
35409Date: Mon Feb 18 18:09:04 2008 +1100
35410
35411 libfdt: Remove no longer used code from fdt_node_offset_by_compatible()
35412
35413 Since fdt_node_offset_by_compatible() was converted to the new
35414 fdt_next_node() iterator, a chunk of initialization code became
35415 redundant, but was not removed by oversight. This patch cleans it up.
35416
35417 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
35418
35419commit d0ccb9b140b472039732de102fc14597eedb14df
35420Author: David Gibson <david@gibson.dropbear.id.au>
35421Date: Mon Feb 18 18:06:31 2008 +1100
35422
35423 libfdt: Trivial cleanup for CHECK_HEADER)
35424
35425 Currently the CHECK_HEADER() macro is defined local to fdt_ro.c.
35426 However, there are a handful of functions (fdt_move, rw_check_header,
35427 fdt_open_into) from other files which could also use it (currently
35428 they open-code something more-or-less identical). Therefore, this
35429 patch moves CHECK_HEADER() to libfdt_internal.h and uses it in those
35430 places.
35431
35432 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
35433
35434commit fe30a354cdbb808b5f15366a935b151a4ccee74f
35435Author: Kumar Gala <galak@kernel.crashing.org>
35436Date: Wed Feb 20 14:32:36 2008 -0600
35437
35438 Fix fdt boardsetup command parsing
35439
35440 The introduciton of the 'fdt bootcpu' broke parsing for 'fdt boardsetup'.
35441
35442 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
35443
35444commit 804887e6001e2f00bea11431bf34d6d472512cda
35445Author: Kumar Gala <galak@kernel.crashing.org>
35446Date: Fri Feb 15 03:34:36 2008 -0600
35447
35448 Add sub-commands to fdt
35449
35450 fdt header - Display header info
35451 fdt bootcpu <id> - Set boot cpuid
35452 fdt memory <addr> <size> - Add/Update memory node
35453 fdt rsvmem print - Show current mem reserves
35454 fdt rsvmem add <addr> <size> - Add a mem reserve
35455 fdt rsvmem delete <index> - Delete a mem reserves
35456
35457 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
35458
35459commit f84d65f9b085ffbed464d1d58e8aaa8f5a2efc07
35460Author: David Gibson <david@gibson.dropbear.id.au>
35461Date: Thu Feb 14 16:50:34 2008 +1100
35462
35463 libfdt: Fix NOP handling bug in fdt_add_subnode_namelen()
35464
35465 fdt_add_subnode_namelen() has a bug if asked to add a subnode to a
35466 node which has NOP tags interspersed with its properties. In this
35467 case fdt_add_subnode_namelen() will put the new subnode before the
35468 first NOP tag, even if there are properties after it, which will
35469 result in an invalid blob.
35470
35471 This patch fixes the bug, and adds a testcase for it.
35472
35473 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
35474
35475commit ae0b5908de3b9855f8931bc9b32c9fc4962df5a9
35476Author: David Gibson <david@gibson.dropbear.id.au>
35477Date: Tue Feb 12 11:58:31 2008 +1100
35478
35479 libfdt: Add and use a node iteration helper function.
35480
35481 This patch adds an fdt_next_node() function which can be used to
35482 iterate through nodes of the tree while keeping track of depth. This
35483 function is used to simplify the iteration code in a lot of other
35484 functions, and is also exported for use by library users.
35485
35486 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
35487
35488commit 9eaeb07a7185d852c7aa10735ecd4e9edf24fb5d
35489Author: David Gibson <david@gibson.dropbear.id.au>
35490Date: Fri Jan 11 14:55:05 2008 +1100
35491
35492 libfdt: Add fdt_set_name() function
35493
35494 This patch adds an fdt_set_name() function to libfdt, mirroring
35495 fdt_get_name(). This is a r/w function which alters the name of a
35496 given device tree node.
35497
35498 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
35499
35500commit 23e20aa6488e6c0622496549861bfdc74108debe
35501Author: Yuri Tikhonov <yur@pollux.denx.de>
35502Date: Tue Mar 18 13:33:30 2008 +0100
35503
35504 lwmon5: Fix register test logic to match the specific GDC h/w.
35505
35506 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
35507 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
35508
35509commit 46bc0a938779aa1d664b847d36b08aa00f22e539
35510Author: Yuri Tikhonov <yur@pollux.denx.de>
35511Date: Tue Mar 18 13:27:57 2008 +0100
35512
35513 Fix backlight in the lwmon5 POST.
35514
35515 Backlight was switched on even when temperature was too low.
35516
35517 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
35518 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
35519
35520commit 3d61018643a2cd38c145aa6dde53f3f5f1a0e9cf
35521Author: Yuri Tikhonov <yur@pollux.denx.de>
35522Date: Wed Feb 6 18:48:36 2008 +0100
35523
35524 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).
35525
35526 To enable this, alternative, configuration the U-Boot board configuration
35527 file for lwmon5 includes the definitions of alternative addresses for header
35528 (CONFIG_ALT_LH_ADDR) and buffer (CONFIG_ALT_LB_ADDR).
35529
35530 The Linux shall be configured with the CONFIG_ALT_LB_LOCATION option set,
35531 and has the BOARD_ALT_LH_ADDR and BOARD_ALT_LB_ADDR constants defined in the
35532 lwmon5 board-specific header (arch/ppc/platforms/4xx/lwmon5.h).
35533
35534 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
35535
35536commit 0f009f781b5b88f25769e154ea4d42db13baf0c6
35537Author: Yuri Tikhonov <yur@pollux.denx.de>
35538Date: Mon Feb 4 17:11:53 2008 +0100
35539
35540 Add support for the lwmon5 board reset via GPIO58.
35541
35542 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
35543 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
35544
35545commit f694e32f93565ec1fa8d0226c584d6b89e931ed9
35546Author: Yuri Tikhonov <yur@pollux.denx.de>
35547Date: Mon Feb 4 17:09:55 2008 +0100
35548
35549 Some fixes to dspic, fpga, and gdc post tests for lwmon5. Disable external watch-dog for now.
35550
35551 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
35552 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
35553
35554commit b428f6a8c65c5303e5f96db8d24f2f699d94a98c
35555Author: Yuri Tikhonov <yur@pollux.denx.de>
35556Date: Mon Feb 4 14:11:03 2008 +0100
35557
35558 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.
35559
35560 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
35561 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
35562
35563commit 8f15d4addd49c956412e1e3bfc764a0c8b1f3184
35564Author: Yuri Tikhonov <yur@pollux.denx.de>
35565Date: Mon Feb 4 14:10:42 2008 +0100
35566
35567 The patch adds new POST tests for the Lwmon5 board. These are:
35568
35569 * External Watchdog test;
35570 * dsPIC tests;
35571 * FPGA test;
35572 * GDC test;
35573 * Sysmon tests.
35574
35575 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
35576 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
35577
35578commit c2ed33efbfff5767bca236828e021c55fd547b6c
35579Author: Yuri Tikhonov <yur@pollux.denx.de>
35580Date: Mon Feb 4 14:10:01 2008 +0100
35581
35582 Enable CODEC POST with CFG_POST_CODEC rather than with CFG_POST_DSP.
35583
35584 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
35585
7ed40117
WD
35586commit 3a5d1e7f1309998791702b2a559e3126781746b9
35587Author: Yuri Tikhonov <yur@pollux.denx.de>
35588Date: Tue Mar 18 13:33:30 2008 +0100
35589
35590 lwmon5: Fix register test logic to match the specific GDC h/w.
35591
35592 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
35593 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
35594
35595commit 0f855a1f056a8c22116a2103a3900cbfb669df0b
35596Author: Yuri Tikhonov <yur@pollux.denx.de>
35597Date: Tue Mar 18 13:27:57 2008 +0100
35598
35599 Fix backlight in the lwmon5 POST.
35600
35601 Backlight was switcehd on even when temperature was too low.
35602
35603 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
35604 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
35605
35606commit 2d991958b1e420fbfe17b128bd26ade74be5efcc
35607Author: Yuri Tikhonov <yur@pollux.denx.de>
35608Date: Wed Feb 6 18:48:36 2008 +0100
35609
35610 The patch introduces the alternative configuration of the log buffer for
35611 the lwmon5 board: the storage for the log-buffer itself is OCM(on-chip memory),
35612 the log-buffer header is moved to six GPT registers (PPC440EPX_GPT0_COMP1, ...,
35613 PPC440EPX_GPT0_COMP5).
35614
35615 To enable this, alternative, configuration the U-Boot board configuration
35616 file for lwmon5 includes the definitions of alternative addresses for header
35617 (CONFIG_ALT_LH_ADDR) and buffer (CONFIG_ALT_LB_ADDR).
35618
35619 The Linux shall be configured with the CONFIG_ALT_LB_LOCATION option set,
35620 and has the BOARD_ALT_LH_ADDR and BOARD_ALT_LB_ADDR constants defined in the
35621 lwmon5 board-specific header (arch/ppc/platforms/4xx/lwmon5.h).
35622
35623 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
35624
35625commit ff818b21b069f4bc9cb73373cc5a16014be101b7
35626Author: Yuri Tikhonov <yur@pollux.denx.de>
35627Date: Mon Feb 4 17:11:53 2008 +0100
35628
35629 Add support for the lwmon5 board reset via GPIO58.
35630
35631 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
35632 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
35633
35634commit 603f194e5ad81bb2ef42d6d8aaa74de175bcb411
35635Author: Yuri Tikhonov <yur@pollux.denx.de>
35636Date: Mon Feb 4 17:09:55 2008 +0100
35637
35638 Some fixes to dspic, fpga, and gdc post tests for lwmon5.
35639 Disable external watch-dog for now.
35640
35641 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
35642 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
35643
35644commit e262efe35742c1ad4b0966ff501efc26f34a0aec
35645Author: Yuri Tikhonov <yur@pollux.denx.de>
35646Date: Mon Feb 4 14:11:03 2008 +0100
35647
35648 The patch introduces the CRITICAL feature of POST tests. If the test
35649 marked as POST_CRITICAL fails then the alternative, post_critical,
35650 boot-command is used. If this command is not defined then U-Boot
35651 enters into interactive mode.
35652
35653 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
35654 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
35655
35656commit 65b20dcefc89618193fa51947968dada91e4c778
35657Author: Yuri Tikhonov <yur@pollux.denx.de>
35658Date: Mon Feb 4 14:10:42 2008 +0100
35659
35660 The patch adds new POST tests for the Lwmon5 board.
35661 These are:
35662
35663 * External Watchdog test;
35664 * dsPIC tests;
35665 * FPGA test;
35666 * GDC test;
35667 * Sysmon tests.
35668
35669 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
35670 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
35671
35672commit 8dc3b2303d2b57c774b609ca0e7043ed8f9b88c1
35673Author: Yuri Tikhonov <yur@pollux.denx.de>
35674Date: Mon Feb 4 14:10:01 2008 +0100
35675
35676 Enable CODEC POST with CFG_POST_CODEC rather than with CFG_POST_DSP.
35677
35678 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
35679
aa6f6d17
WD
35680commit 3515fd18d4e8e44f863ac7142b55e22b109e9af2
35681Author: Wolfgang Denk <wd@denx.de>
35682Date: Tue Mar 18 17:35:51 2008 +0100
35683
35684 HMI1001: fix compile problem.
35685
35686 Signed-off-by: Wolfgang Denk <wd@denx.de>
35687
35688commit 1f2a9970109cebf7446e0503b10b71f8673045ee
35689Author: Mike Frysinger <vapier@gentoo.org>
35690Date: Mon Feb 18 05:32:30 2008 -0500
35691
35692 Blackfin: BF537-stamp: drop board-specific flash driver for CFI
35693
35694 The parallel flash on the BF537-STAMP is CFI compliant, so there is no need
35695 for the board specific driver at all. Just use the common CFI driver.
35696
35697 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
35698
35699commit 5b22163fef865af2b6bfb6b75f1b7bf443ce170c
35700Author: Mike Frysinger <vapier@gentoo.org>
35701Date: Tue Feb 19 00:36:14 2008 -0500
35702
35703 Blackfin: add proper ELF markings to some assembly functions
35704
35705 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
35706
35707commit cf675d3b2b9c3511c1d99bc8f8f38fd2f08bfcaf
35708Author: Mike Frysinger <vapier@gentoo.org>
35709Date: Tue Feb 19 00:35:17 2008 -0500
35710
35711 Blackfin: new cplbinfo command for viewing cplb tables
35712
35713 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
35714
35715commit aadb72503cd1602349a5fe53356d5f55ecc1b900
35716Author: Mike Frysinger <vapier@gentoo.org>
35717Date: Mon Feb 18 05:37:51 2008 -0500
35718
35719 Blackfin: update MAINTAINERS list
35720
35721 Add maintainer information for the Blackfin boards.
35722
35723 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
35724
35725commit f7ce12cb65a30c6e152eecf26f0304b7d78cf39d
35726Author: Mike Frysinger <vapier@gentoo.org>
35727Date: Mon Feb 18 05:26:48 2008 -0500
35728
35729 Blackfin: convert BFIN_CPU to CONFIG_BFIN_CPU
35730
35731 Stop tying things to the processor that should be tied to other defines and
35732 change BFIN_CPU to CONFIG_BFIN_CPU so that it can be used in the build
35733 system to select the -mcpu option.
35734
35735 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
35736
35737commit 86a20fb920bd198105acf7b1191117f566d637ed
35738Author: Mike Frysinger <vapier@gentoo.org>
35739Date: Sat Feb 16 07:40:36 2008 -0500
35740
35741 Blackfin: move bootldr command to common code
35742
35743 This moves the Blackfin-common bootldr command out of the BF537-STAMP
35744 specific board directory and into the common directory so that all Blackfin
35745 boards may utilize it.
35746
35747 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
35748
35749commit decbe029b2a9d3333d02c433389b1c821eea96d7
35750Author: Heiko Schocher <hs@denx.de>
35751Date: Fri Mar 14 11:05:20 2008 +0100
35752
35753 mgcoge: update configuration
35754
35755 Fix configuration for mgcoge board
35756
35757 Signed-off-by: Heiko Schocher <hs@denx.de>
35758
35759commit c136724cda0219c49f1d4b346f00da29b14fdf14
35760Author: Wolfgang Denk <wd@denx.de>
35761Date: Sun Mar 16 01:22:59 2008 +0100
35762
35763 drivers/rtc/Makefile: keep list sorted
35764
35765 Signed-off-by: Wolfgang Denk <wd@denx.de>
35766
35767commit 9536dfcce03e7be4ccbceb47a08d9ba07ada362f
35768Author: Tor Krill <tor@excito.com>
35769Date: Sat Mar 15 15:40:26 2008 +0100
35770
35771 Add support for Intersil isl1208 RTC
35772
35773 Signed-off-by: Tor Krill <tor@excito.com>
35774
35775commit 0210cff3d079d97b2156b13685ee8de368e68a1a
35776Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35777Date: Sat Mar 15 17:36:41 2008 +0100
35778
35779 cramfs: Fix ifdef
35780
35781 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35782
35783commit 0b8f2a27861a9fd06eb55a34f855ec9c5102aab4
35784Author: Wolfgang Denk <wd@denx.de>
35785Date: Sun Mar 16 01:12:58 2008 +0100
35786
35787 Conding style cleanup
35788
35789 Signed-off-by: Wolfgang Denk <wd@denx.de>
35790
0b8f2a27
WD
35791commit 41712b4e8c95dff23354bcd620e1f9477160c190
35792Author: Stefan Roese <sr@denx.de>
35793Date: Wed Mar 5 12:31:53 2008 +0100
35794
35795 ppc4xx: Add USB OHCI support to AMCC Canyonlands 460EX eval board
35796
35797 This patch adds USB OHCI support to the Canyonlands board port. It also
35798 enables EXT2 support.
35799
35800 Signed-off-by: Stefan Roese <sr@denx.de>
35801
35802commit 2596f5b9d353ff3e4387a3325d05740f16958038
35803Author: Stefan Roese <sr@denx.de>
35804Date: Wed Mar 5 12:29:32 2008 +0100
35805
35806 usb: Add CFG_OHCI_USE_NPS to common USB-OHCI driver
35807
35808 This patch adds CFG_OHCI_USE_NPS to the common USB-OHCI driver. This
35809 way a board just needs to define this new option to enable the "force
35810 NoPowerSwitching mode" instead of adding new CPU/architecture defines
35811 to the USB source itself.
35812
35813 This new option will be used first with the new AMCC 460EX Canyonlands
35814 board port, which will be posted in a few days.
35815
35816 This patch also fixes a small compilation problem when DEBUG is enabled.
35817
35818 Signed-off-by: Stefan Roese <sr@denx.de>
35819
35820commit 71665ebf88408ff2acb762af47989fd4365b321a
35821Author: Stefan Roese <sr@denx.de>
35822Date: Mon Mar 3 17:27:02 2008 +0100
35823
35824 ppc4xx: Add Canyonlands NAND booting support
35825
35826 460EX doesn't support a fixed bootstrap option to boot from 512 byte page
35827 NAND devices. The only bootstrap option for NAND booting is option F for
35828 2k page devices. So to boot from a 512 bype page device, the I2C bootstrap
35829 EEPROM needs to be programmed accordingly.
35830
35831 This patch adds basic NAND booting support for the AMCC Canyonlands aval
35832 board and also adds support to the "bootstrap" command, to enable NAND
35833 booting I2C setting.
35834
35835 Tested with 512 byte page NAND device (32MByte) on Canyonlands.
35836
35837 Signed-off-by: Stefan Roese <sr@denx.de>
35838
35839commit c813f1f835a7edfdb929f2843b09db72cd5cd2f2
35840Author: Stefan Roese <sr@denx.de>
35841Date: Tue Mar 11 16:53:00 2008 +0100
35842
35843 ppc4xx: Add AMCC Canyonlands support (460EX) (3/3)
35844
35845 This patch adds support for the AMCC Canyonlands 460EX evaluation
35846 board.
35847
35848 Signed-off-by: Stefan Roese <sr@denx.de>
35849
35850commit 6983fe21f774a924d3adb263a270bc2f301f2aa2
35851Author: Stefan Roese <sr@denx.de>
35852Date: Tue Mar 11 16:52:24 2008 +0100
35853
35854 ppc4xx: Add AMCC Canyonlands support (460EX) (2/3)
35855
35856 This patch adds support for the AMCC Canyonlands 460EX evaluation
35857 board.
35858
35859 Signed-off-by: Stefan Roese <sr@denx.de>
35860
35861commit 8e1a3fe545bbcfceafe183344ebc9f1ad03819c1
35862Author: Stefan Roese <sr@denx.de>
35863Date: Tue Mar 11 16:51:17 2008 +0100
35864
35865 ppc4xx: Add AMCC Canyonlands support (460EX) (1/3)
35866
35867 This patch adds support for the AMCC Canyonlands 460EX evaluation
35868 board.
35869
35870 Signed-off-by: Stefan Roese <sr@denx.de>
35871
35872commit 43c60992cdf72496e7eaaa3fbd37ebbe75835f69
35873Author: Stefan Roese <sr@denx.de>
35874Date: Tue Mar 11 15:11:43 2008 +0100
35875
35876 ppc4xx: Add basic support for AMCC 460EX/460GT (5/5)
35877
35878 This patch adds basic support for the AMCC 460EX/460GT PPC's.
35879
35880 Signed-off-by: Stefan Roese <sr@denx.de>
35881
35882commit 6f2eb3f3d8ea2dbb224d0da5a12038693bab9945
35883Author: Stefan Roese <sr@denx.de>
35884Date: Tue Mar 11 15:11:18 2008 +0100
35885
35886 ppc4xx: Add basic support for AMCC 460EX/460GT (4/5)
35887
35888 This patch adds basic support for the AMCC 460EX/460GT PPC's.
35889
35890 Signed-off-by: Stefan Roese <sr@denx.de>
35891
35892commit 999ecd5aca381984d8ebbeb207ece82a1c275577
35893Author: Stefan Roese <sr@denx.de>
35894Date: Tue Mar 11 15:07:10 2008 +0100
35895
35896 ppc4xx: Add basic support for AMCC 460EX/460GT (3/5)
35897
35898 This patch adds basic support for the AMCC 460EX/460GT PPC's.
35899
35900 Signed-off-by: Stefan Roese <sr@denx.de>
35901
35902commit 2801b2d2a9906f206ab9ee8d0b6e746d2b7fe05a
35903Author: Stefan Roese <sr@denx.de>
35904Date: Tue Mar 11 15:05:50 2008 +0100
35905
35906 ppc4xx: Add basic support for AMCC 460EX/460GT (2/5)
35907
35908 This patch adds basic support for the AMCC 460EX/460GT PPC's.
35909
35910 Signed-off-by: Stefan Roese <sr@denx.de>
35911
35912commit 8ac41e3e37c3080c6b1d9461d654161cfe2aa492
35913Author: Stefan Roese <sr@denx.de>
35914Date: Tue Mar 11 15:05:26 2008 +0100
35915
35916 ppc4xx: Add basic support for AMCC 460EX/460GT (1/5)
35917
35918 This patch adds basic support for the AMCC 460EX/460GT PPC's.
35919
35920 Signed-off-by: Stefan Roese <sr@denx.de>
35921
35922commit 56e410178375d9f20be25fb24e180974f0ae120b
35923Author: Stefan Roese <sr@denx.de>
35924Date: Tue Feb 19 22:07:57 2008 +0100
35925
35926 ppc4xx: interrupt.c reworked
35927
35928 This patch is a rework of the 4xx interrupt handling done while
35929 adding the 460EX/GT support. Interrupts are needed on 4xx for the
35930 EMAC driver.
35931
35932 Signed-off-by: Stefan Roese <sr@denx.de>
35933
35934commit 84a999b6cdd0b02dc7de2cacc306eaa84afe2b46
35935Author: Stefan Roese <sr@denx.de>
35936Date: Tue Feb 19 22:01:57 2008 +0100
35937
35938 ppc4xx: program_tlb now uses 64bit physical addess
35939
35940 This patch changes the physical addess parameter from 32bit to 64bit.
35941 This is needed for 36bit 4xx platforms to access areas located
35942 beyond the 4GB border, like SoC peripherals (EBC etc.).
35943
35944 Signed-off-by: Stefan Roese <sr@denx.de>
35945
35946commit c3307fa186af85771924c434997089b8104c0a46
35947Author: Stefan Roese <sr@denx.de>
35948Date: Tue Feb 19 21:58:25 2008 +0100
35949
35950 ppc4xx: miiphy.c reworked
35951
35952 While adding the 460EX/GT support I reworked the 4xx miiphy code. It
35953 badly neede some cleanup.
35954
35955 Signed-off-by: Stefan Roese <sr@denx.de>
35956
35957commit 88aff62df39c0756241ea9f9b5a7b3ade26cb82b
35958Author: Stefan Roese <sr@denx.de>
35959Date: Tue Feb 19 16:21:49 2008 +0100
35960
35961 rtc: Add M41T62 support
35962
35963 This patch add support for the STM M41T62 RTC. It is used and tested
35964 on the AMCC Canyonlands 406EX platform.
35965
35966 Signed-off-by: Stefan Roese <sr@denx.de>
35967
35968commit 217d383e201adc7f2271145ae345ea5eae2b7170
35969Author: Niklaus Giger <niklaus.giger@netstal.com>
35970Date: Mon Feb 25 18:46:43 2008 +0100
35971
35972 ppc4xx: Add 405GPr based MCU25 board specific files
35973
35974 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
35975
35976commit 75a66dcdb383863ad33f0534cfc27b7a86947dad
35977Author: Niklaus Giger <niklaus.giger@netstal.com>
35978Date: Mon Feb 25 18:46:42 2008 +0100
35979
35980 ppc4xx: Add 405GPr based MCU25 board config file
35981
35982 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
35983
35984commit b05f35436b733a240559e77e46bed8439665ecc5
35985Author: Niklaus Giger <niklaus.giger@netstal.com>
35986Date: Mon Feb 25 18:46:41 2008 +0100
35987
35988 ppc4xx: Add 405GPr based MCU25 board. Global files
35989
35990 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
35991
35992commit 14c27b35ac812a71abce6e3e2f4129d5e9313660
35993Author: Niklaus Giger <niklaus.giger@netstal.com>
35994Date: Mon Feb 25 18:37:02 2008 +0100
35995
35996 ppc4xx: HCU4/5. remove obsolete hcu_flash.c
35997
35998 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
35999
36000commit a079494853cc2bfeddb26673219db0b4b2b31566
36001Author: Niklaus Giger <niklaus.giger@netstal.com>
36002Date: Mon Feb 25 18:37:01 2008 +0100
36003
36004 ppc4xx: HCU4/5. Use FLASH_CFI_LEGACY
36005
36006 Cleanup: Remove custom flash driver for 8 bit boot-eprom and replace it with
36007 the FLASH_CFI_LEGACY et al. config options.
36008
36009 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
36010
36011commit e4170e5a50c8110f792bc37472833ae669d69951
36012Author: Stefan Roese <sr@denx.de>
36013Date: Tue Mar 11 13:52:25 2008 +0100
36014
36015 ppc4xx: Fix comment in 405EX DDR2 init code
36016
36017 Signed-off-by: Stefan Roese <sr@denx.de>
36018
438a4c11
WD
36019commit 766529fccc860ecb9e955b4239dff69cd9e4ea09
36020Author: Bartlomiej Sieka <tur@semihalf.com>
36021Date: Fri Mar 14 16:22:34 2008 +0100
36022
36023 Add MD5 support to the new uImage format
36024
36025 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
36026
36027commit 0ede0c383530a418cf98be9122371a86573cd0db
36028Author: Bartlomiej Sieka <tur@semihalf.com>
36029Date: Fri Mar 14 16:22:34 2008 +0100
36030
36031 Add the MD5 algorithm
36032
36033 MD5 supoprt is turned on by defining CONFIG_MD5, the digest can be then
36034 calculated using the md5() function -- see include/md5.h for details.
36035
36036 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
36037
0b8f2a27
WD
36038commit b8aa57b5d4d69e8f0810a5e632c0ce41c0f46ee0
36039Author: Wolfgang Denk <wd@denx.de>
36040Date: Fri Mar 14 16:04:54 2008 +0100
36041
36042 tools/setlocalversion: use a git-describe-ish format
36043
36044 Change the automatic local version to have the form -nnnnn-gSHA1SUMID,
36045 where 'nnnnn' is the number of commits since the last tag (i.e.,
36046 1.3.2-rc3). This makes it much easier to recognize "newer" versions
36047 and to see how much has been changed since the referenced tag.
36048
36049 Stolen from Linux kernel's scripts/setlocalversio, see commit d882421f.
36050
36051 Signed-off-by: Wolfgang Denk <wd@denx.de>
36052
36053commit c6dc21c84de0f159a1752c5ebd33cff843f63609
36054Author: Wolfgang Denk <wd@denx.de>
36055Date: Thu Mar 13 14:32:03 2008 +0100
36056
36057 HMI1001: add support for MPC5200 Rev. B processors.
36058
36059 Signed-off-by: Wolfgang Denk <wd@denx.de>
36060
36061commit 90f13dce7a7a9a84d5730576c9a24d0dbb07cb3a
36062Author: Wolfgang Denk <wd@denx.de>
36063Date: Thu Mar 13 14:29:49 2008 +0100
36064
36065 TQM5200: remove dead code
36066
36067 This board never used a MGT5100 processor.
36068
36069 Signed-off-by: Wolfgang Denk <wd@denx.de>
36070
438a4c11
WD
36071commit afe45c87e3c5d77bad76b1a57dccd20764d45b5d
36072Author: Marian Balakowicz <m8@semihalf.com>
36073Date: Wed Mar 12 12:14:15 2008 +0100
36074
36075 [new uImage] Fix build issue on ARM
36076
36077 ARM platforms don't have a bd->bi_memsize so use bd->bi_dram[0].size instead.
36078
36079 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
36080
36081commit 3310c549a73a949430bfda90876df7552a1dab0c
36082Author: Marian Balakowicz <m8@semihalf.com>
36083Date: Wed Mar 12 12:13:13 2008 +0100
36084
36085 [new uImage] Add new uImage format documentation and examples
36086
36087 Create doc/uImage.FIT documentation directory with the following files:
36088 - command_syntax_extensions.txt : extended command syntax description
36089 - howto.txt : short usage howto
36090 - source_file_format.txt : internal new uImage format description
36091
36092 Add example image source files:
36093 - kernel.its
36094 - kernel_fdt.its
36095 - multi.its
36096
36097 Update README appropriately.
36098
36099 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
36100 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
36101
36102commit 1ec73761d2e247078f4520a265d463e8b73391a2
36103Author: Marian Balakowicz <m8@semihalf.com>
36104Date: Wed Mar 12 10:35:52 2008 +0100
36105
36106 [new uImage] Fix definition of common bootm_headers_t fields
36107
36108 verify, autostart and lmb fields are used regardless of CONFIG_FIT
36109 setting, move their definitions to common section.
36110
36111 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
36112
36113commit 1d1cb4270edc6a99276834064069717f9782c491
36114Author: Marian Balakowicz <m8@semihalf.com>
36115Date: Wed Mar 12 10:35:51 2008 +0100
36116
36117 [new uImage] Fix build problems on trab board
36118
36119 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
36120
36121commit f773bea8e11f4a11c388dcee956b2444203e6b65
36122Author: Marian Balakowicz <m8@semihalf.com>
36123Date: Wed Mar 12 10:35:46 2008 +0100
36124
36125 [new uImage] Add proper ramdisk/FDT handling when FIT configuration is used
36126
36127 Save FIT configuration provied in the first bootm argument and use it
36128 when to get ramdisk/FDT subimages when second and third (ramdisk/FDT)
36129 arguments are not specified.
36130
36131 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
36132
36133commit 2682ce8a4225f23d72bb7fed069e928dd39d34ae
36134Author: Marian Balakowicz <m8@semihalf.com>
36135Date: Wed Mar 12 10:33:01 2008 +0100
36136
36137 [new uImage] More verbose kernel image uncompress error message
36138
36139 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
36140
36141commit 1372cce2b9040fb640e5032b84e3a033a22d6ff0
36142Author: Marian Balakowicz <m8@semihalf.com>
36143Date: Wed Mar 12 10:33:01 2008 +0100
36144
36145 [new uImage] Use show_boot_progress() for new uImage format
36146
36147 This patch allocates a set of show_boot_progress() IDs for new uImage format
36148 and adds show_boot_progress() calls in new uImage format handling code.
36149
36150 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
36151
36152commit c28c4d193dbfb20b2dd3a5447640fd6de7fd0720
36153Author: Marian Balakowicz <m8@semihalf.com>
36154Date: Wed Mar 12 10:33:01 2008 +0100
36155
36156 [new uImage] Add new uImage fromat support to fpga command
36157
36158 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
36159
36160commit 09475f7527460e426c0e0628fc5b8f3754fbaa23
36161Author: Marian Balakowicz <m8@semihalf.com>
36162Date: Wed Mar 12 10:33:01 2008 +0100
36163
36164 [new uImage] Add new uImage format handling to other bootm related commands
36165
36166 Updated commands:
36167
36168 docboot - cmd_doc.c
36169 fdcboot - cmd_fdc.c
36170 diskboot - cmd_ide.c
36171 nboot - cmd_nand.c
36172 scsiboot - cmd_scsi.c
36173 usbboot - cmd_usb.c
36174
36175 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
36176
36177commit 1b7897f28d49a80d78d760ec6f6f11dc0f914338
36178Author: Marian Balakowicz <m8@semihalf.com>
36179Date: Wed Mar 12 10:33:00 2008 +0100
36180
36181 [new uImage] Add new uImage format support to imgextract command
36182
36183 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
36184
36185commit 424c4abdd175d2c470510df8ce0e32d3f463ec16
36186Author: Marian Balakowicz <m8@semihalf.com>
36187Date: Wed Mar 12 10:33:00 2008 +0100
36188
36189 [new uImage] Add new uImage format support to autoscript routine
36190
36191 autoscript() routine is updated to accept second argument, which
36192 is only used for FIT images and provides a FIT subimage unit name.
36193
36194 autoscript() routine callers must now pass two arguments. For
36195 non-interactive use (like in cmd_load.c, cmd_net.c), new environment
36196 variable 'autoscript_uname' is introduced and used as a FIT
36197 subimage unit name source.
36198
36199 autoscript command accepts extended syntax of the addr argument:
36200 addr:<subimg_uname>
36201
36202 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
36203
36204commit cd7c596e9f561dbbc17b717277438aee78cde14f
36205Author: Marian Balakowicz <m8@semihalf.com>
36206Date: Wed Mar 12 10:33:00 2008 +0100
36207
36208 [new uImage] Add new uImage format support to arch specific do_bootm_linux() routines
36209
36210 This patch updates architecture specific implementations of
36211 do_bootm_linux() adding new uImage format handling for
36212 operations like get kernel entry point address, get kernel
36213 image data start address.
36214
36215 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
36216
36217commit 3dfe110149311425919e6d6a14b561b4207498f1
36218Author: Marian Balakowicz <m8@semihalf.com>
36219Date: Wed Mar 12 10:32:59 2008 +0100
36220
36221 [new uImage] Add node offsets for FIT images listed in struct bootm_headers
36222
36223 This patch adds new node offset fields to struct bootm_headers
36224 and updates bootm_headers processing code to make use of them.
36225 Saved node offsets allow to avoid repeating fit_image_get_node() calls.
36226
36227 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
36228
36229commit bc8ed486b125452ba3bd8344f052f437329150c5
36230Author: Marian Balakowicz <m8@semihalf.com>
36231Date: Wed Mar 12 10:32:53 2008 +0100
36232
36233 [new uImage] ppc: Add new uImage format support to FDT handling routines
36234
36235 Support for new (FIT) format uImages is added to powerpc specific
36236 boot_get_fdt() routine which now recognizes, sanity checks FIT image
36237 and is able to access data sections of the requested component image.
36238
36239 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
36240
36241commit a44a269a905f924b420020506a4d7d7eedcc0eaf
36242Author: Marian Balakowicz <m8@semihalf.com>
36243Date: Wed Mar 12 10:14:57 2008 +0100
36244
36245 [new uImage] Re-enable interrupts for non automatic booting
36246
36247 Re-enable interrupts if we return from do_bootm_<os> and 'autostart'
36248 environment variable is not set to 'yes'.
36249
36250 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
36251
36252commit d985c8498c4e47095820da97aa722381d39172c5
36253Author: Marian Balakowicz <m8@semihalf.com>
36254Date: Wed Mar 12 10:14:38 2008 +0100
36255
36256 [new uImage] Remove unnecessary arguments passed to ramdisk routines
36257
36258 boot_get_ramdisk() and image_get_ramdisk() do not need all
36259 cmdtp, flag, argc and argv arguments. Simplify routines definition.
36260
36261 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
36262
36263commit c87796483bc7c2900470dc747c367f602577608d
36264Author: Marian Balakowicz <m8@semihalf.com>
36265Date: Wed Mar 12 10:12:37 2008 +0100
36266
36267 [new uImage] Add new uImage format support for ramdisk handling
36268
36269 This patch updates boot_get_ramdisk() routine adding format
36270 verification and handling for new (FIT) uImages.
36271
36272 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
36273
36274commit 6986a385671749ecb3f60cf99e9cbae8e47bb50e
36275Author: Marian Balakowicz <m8@semihalf.com>
36276Date: Wed Mar 12 10:01:05 2008 +0100
36277
36278 [new uImage] Add new uImage format support for kernel booting
36279
36280 New format uImages are recognized by the bootm command,
36281 validity of specified kernel component image is checked and
36282 its data section located and used for further processing
36283 (uncompress, load, etc.)
36284
36285 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
36286
36287commit e32fea6adb620ecf2bd70acf2dd37e53df9d1547
36288Author: Marian Balakowicz <m8@semihalf.com>
36289Date: Tue Mar 11 12:35:20 2008 +0100
36290
36291 [new uImage] Add new uImage format support for imls and iminfo commands
36292
36293 imls and iminfo can now recognize nad print out contents of the new (FIT)
36294 format uImages.
36295
36296 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
36297
36298commit 9d25438fe7d70cf35a8a293ea5e392fefc672613
36299Author: Bartlomiej Sieka <tur@semihalf.com>
36300Date: Tue Mar 11 12:34:47 2008 +0100
36301
36302 [new uImage] Add support for new uImage format to mkimage tool
36303
36304 Support for the new uImage format (FIT) is added to mkimage tool.
36305 Commandline syntax is appropriately extended:
36306
36307 mkimage [-D dtc_options] -f fit-image.its fit-image
36308
36309 mkimage (together with dtc) takes fit-image.its and referenced therein
36310 binaries (like vmlinux.bin.gz) as inputs, and produces fit-image file -- the
36311 final image that can be transferred to the target (e.g., via tftp) and then
36312 booted using the bootm command in U-Boot.
36313
36314 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
36315
36316commit eb6175edd6c120d8b89678243e5a2be362ee8e40
36317Author: Marian Balakowicz <m8@semihalf.com>
36318Date: Mon Mar 10 17:53:49 2008 +0100
36319
36320 [new uImage] Make node unit names const in struct bootm_headers
36321
36322 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
36323
36324commit 5dfb52138688ccbf0146f62683fe6217b3ce1b05
36325Author: Marian Balakowicz <m8@semihalf.com>
36326Date: Fri Feb 29 21:24:06 2008 +0100
36327
36328 [new uImage] New uImage low-level API
36329
36330 Add FDT-based functions for handling new format component images,
36331 configurations, node operations, property get/set, etc.
36332
36333 fit_ - routines handling global new format uImage operations
36334 like get/set top level property, process all nodes, etc.
36335 fit_image_ - routines handling component images subnodes
36336 fit_conf_ - routines handling configurations node
36337
36338 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
36339 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
36340
0b8f2a27
WD
36341commit 30f1806f60978d707b0cff2d7bf89d141fc24290
36342Author: Wolfgang Denk <wd@denx.de>
36343Date: Sun Mar 9 16:20:02 2008 +0100
36344
36345 Release v1.3.2
36346
36347 Update CHANGELOG for release.
36348
36349 Signed-off-by: Wolfgang Denk <wd@denx.de>
36350
30f1806f
WD
36351commit 5b464c289ba715d0979b6e1f94947bb8f1068d16
36352Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36353Date: Sun Mar 9 14:52:11 2008 +0100
36354
36355 SCM: fix 'packed' attribute ignored for field of type 'can_msg_t' warnings
36356
36357 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36358 Signed-off-by: Wolfgang Denk <wd@denx.de>
36359
36360commit db695b78515ddb88a2d4f3357c120345efbf59ec
36361Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36362Date: Sun Mar 9 10:44:01 2008 +0100
36363
36364 scb9328: Fix flash warning: type qualifiers ignored on function return type
36365
36366 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36367
36368commit 2b3e7e61d6a72f16aee93f870bc6af67f30758c4
36369Author: Wolfgang Denk <wd@denx.de>
36370Date: Sun Mar 9 10:50:41 2008 +0100
36371
36372 esd/common/fpga.c: fix indentation.
36373
36374 Signed-off-by: Wolfgang Denk <wd@denx.de>
36375
36376commit cc3843e36453e2b8db65d7e56de938ba045016a0
36377Author: Wolfgang Denk <wd@denx.de>
36378Date: Sun Mar 9 10:33:31 2008 +0100
36379
36380 common/kgdb.c: fix 'dereferencing type-punned pointer' warning
36381
36382 and get rid of a couple of unneeded casts.
36383
36384 Signed-off-by: Wolfgang Denk <wd@denx.de>
36385
36386commit 8d4f4a838d7dc7cf4de17e3e9a67e2f222b6a1c8
36387Author: Wolfgang Denk <wd@denx.de>
36388Date: Sun Mar 9 10:09:53 2008 +0100
36389
36390 esd/common/fpga.c: fix 'assignment of read-only location' error
36391
36392 Signed-off-by: Wolfgang Denk <wd@denx.de>
36393
36394commit c6fe4dabac066e8758345d249032768496983a3e
36395Author: Wolfgang Denk <wd@denx.de>
36396Date: Sun Mar 9 02:13:19 2008 +0100
36397
36398 Makefile: make build silently again.
36399
36400 Signed-off-by: Wolfgang Denk <wd@denx.de>
36401
36402commit 76babc86576f092573599334c85ec543fdbc6015
36403Author: Wolfgang Denk <wd@denx.de>
36404Date: Sun Mar 9 02:07:49 2008 +0100
36405
36406 m501sk: Fix out of tree building
36407
36408 Signed-off-by: Wolfgang Denk <wd@denx.de>
36409
36410commit 210ed2004e062fdd03f25ab4925998aa1bd08a07
36411Author: Wolfgang Denk <wd@denx.de>
36412Date: Sun Mar 9 00:06:09 2008 +0100
36413
36414 ADS5121: fix out of tree build
36415
36416 and simplify Makefile a bit.
36417
36418 Signed-off-by: Wolfgang Denk <wd@denx.de>
36419
36420commit 46cb5074a3f74de64ebd97dd0c4ec7eb3d768b93
36421Author: Wolfgang Denk <wd@denx.de>
36422Date: Sat Mar 8 22:35:31 2008 +0100
36423
36424 Release v1.3.2
36425
36426 Signed-off-by: Wolfgang Denk <wd@denx.de>
36427
36428commit 78a90f827df74520e939c794fc7413dace21c4db
36429Author: Wolfgang Denk <wd@denx.de>
36430Date: Sat Mar 8 22:35:04 2008 +0100
36431
36432 Update CHANGELOG
36433
36434 Signed-off-by: Wolfgang Denk <wd@denx.de>
36435
78a90f82
WD
36436commit 58f3c57c6008b42e01f551d3be6efd88c14ac87f
36437Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36438Date: Sat Mar 8 21:30:04 2008 +0100
36439
36440 esd: Fix warning: passing argument 1 of 'fpga_boot' discards qualifiers from pointer target type
36441
36442 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36443
36444commit d75469d48c05795144f4b8ba76addbb4920a7bba
36445Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
36446Date: Sat Mar 8 09:25:49 2008 +0900
36447
36448 net: rtl8169: Add processing when OWNbit did't enable in rtl_recv()
36449
36450 When rtl_recv() of rtl8169 is called, OWNbit of status register
36451 is not enable occasionally.
36452 rtl_recv() doesn't work normally when the driver doesn't do
36453 appropriate processing.
36454 This patch fix this problem.
36455
36456 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
36457
36458commit 82afabfeb8ae6a27c7b396011ea99f4712aa73fa
36459Author: Heiko Schocher <hs@denx.de>
36460Date: Fri Mar 7 08:15:28 2008 +0100
36461
36462 mgsuvd: update board configuration
36463
36464 initialize the UPIOx controller.
36465
36466 Signed-off-by: Heiko Schocher <hs@denx.de>
36467
36468commit e492c90c26215e459aec0fdf0f8ef1fd204988f5
36469Author: Heiko Schocher <hs@denx.de>
36470Date: Fri Mar 7 08:13:41 2008 +0100
36471
36472 mgcoge: update board configuration
36473
36474 add support for the config Flash.
36475 initialize the UPIOx controller.
36476
36477 Signed-off-by: Heiko Schocher <hs@denx.de>
36478
36479commit 270fe261b7f9292800b2b3d1bf19ae7cbc880258
36480Author: Kim Phillips <kim.phillips@freescale.com>
36481Date: Fri Mar 7 12:27:31 2008 -0600
36482
36483 mpc83xx: make dtb basename file references equal those of linux
36484
36485 the dts file basenames were updated in linux - this helps avoid
36486 inadvertently loading any old dtbs laying around.
36487
36488 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
36489
36490commit f30b6154f16f5ffa4a9f5bfca5e114d72b6ef675
36491Author: Kim Phillips <kim.phillips@freescale.com>
36492Date: Wed Feb 27 16:08:22 2008 -0600
36493
36494 net: uec_phy: actually increment the timeout counter
36495
36496 allow u-boot to recover (and, e.g., switch to another interface) in the
36497 case where a PHY does not report autonegotiation is complete within its
36498 two second timeout value.
36499
36500 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
36501
36502commit 772003e43957ee0c895abed7cd82cbe72820cbb8
36503Author: Markus Brunner <super.firetwister@googlemail.com>
36504Date: Wed Mar 5 21:38:12 2008 +0100
36505
36506 fix taihu soft spi_read
36507
36508 The taihu board used gpio_read_out_bit which reads the output register and not
36509 the pin state.
36510
36511 Signed-off-by: Markus Brunner <super.firetwister@gmail.com>
36512
36513commit fc84a8495ac750f6b4adae81f8c4f100f65b6340
36514Author: Stefan Roese <sr@denx.de>
36515Date: Fri Mar 7 08:01:43 2008 +0100
36516
36517 ppc4xx: Sequoia: Add device tree (fdt) Linux booting default env variables
36518
36519 Signed-off-by: Stefan Roese <sr@denx.de>
36520
36521commit bd4458cb47abecabd406b1210457be96c69fc49d
36522Author: Dave Liu <r63238@freescale.com>
36523Date: Tue Mar 4 16:59:22 2008 +0800
36524
36525 837xEMDS: Improve the system performance
36526
36527 1. Make the CSB bus pipeline depth as 4, and enable
36528 the repeat mode;
36529 2. Raise the eTSEC emergency priority;
36530 3. Use the highest IP blocks clock.
36531
36532 Signed-off-by: Dave Liu <daveliu@freescale.com>
36533
36534commit d8ab58b212481b1c57947ea21aa96c4ce800d0b4
36535Author: Detlev Zundel <dzu@denx.de>
36536Date: Thu Mar 6 16:45:53 2008 +0100
36537
36538 Replace "run load; run update" with conditionalized "run load update".
36539
36540 The latter version stops when "run load" fails for whatever reasons
36541 rendering the combination *a lot* more secure.
36542
36543 Signed-off-by: Detlev Zundel <dzu@denx.de>
36544
36545commit 6bc113886d7d316df1a4e459bec8baf027518551
36546Author: Stefan Roese <sr@denx.de>
36547Date: Tue Mar 4 17:40:41 2008 +0100
36548
36549 net: Print error message upon net usage when no ethernet-interface is found
36550
36551 This patch fixes a problem seen on PPC4xx boards, when no MAC address is
36552 defined. Then no ethernet interface is available but a simple "tftp"
36553 command will return without any error message which is quite confusing.
36554
36555 Signed-off-by: Stefan Roese <sr@denx.de>
36556
36557commit a30a549a3553032d809e0356306b62de0b125901
36558Author: Jon Loeliger <jdl@freescale.com>
36559Date: Tue Mar 4 10:03:03 2008 -0600
36560
36561 Remove erroneous or extra spd.h #includers.
36562
36563 Many of the spd.h #includers don't need it,
36564 and wanted to have spd_sdram() declared instead.
36565 Since they didn't get that, some also had open
36566 coded extern declarations of it instead or as well.
36567 Fix it all up by using spd_sdram.h where needed.
36568
36569 Signed-off-by: Jon Loeliger <jdl@freescale.com>
36570
36571commit a4475386cef14af3fd88f0518b688e755669486d
36572Author: Wolfgang Denk <wd@denx.de>
36573Date: Tue Mar 4 17:41:28 2008 +0100
36574
36575 PCS440EP: fix build problems (redundant #define)
36576
36577 Signed-off-by: Wolfgang Denk <wd@denx.de>
36578
36579commit e85e2fa85ec09a6fac2846d1d881d8737e2bbda9
36580Author: Stefan Roese <sr@denx.de>
36581Date: Tue Mar 4 17:39:25 2008 +0100
36582
36583 net: Print error message upon net usage when no ethernet-interface is found
36584
36585 This patch fixes a problem seen on PPC4xx boards, when no MAC address is
36586 defined. Then no ethernet interface is available but a simple "tftp"
36587 command will return without any error message which is quite confusing.
36588
36589 Signed-off-by: Stefan Roese <sr@denx.de>
36590
36591commit 384faaafb999cae3ce447c93e28a0b7e2e5fef53
36592Author: Wolfgang Denk <wd@denx.de>
36593Date: Tue Mar 4 17:38:50 2008 +0100
36594
36595 W7OLMC/W7OLMG: fix build problems (redundant #define)
36596
36597 Signed-off-by: Wolfgang Denk <wd@denx.de>
36598
36599commit f9301e1cda296245ba052d7b08321199c3d0af9d
36600Author: Wolfgang Denk <wd@denx.de>
36601Date: Tue Mar 4 14:58:31 2008 +0100
36602
36603 Makefile: fix problem with out-of-tree builds introduced by 5013c09f
36604
36605 Commit 5013c09f (Makefile: cleanup "clean" target) introduced a
36606 problem for out-of-tree builds which caused "make clean" to fail.
36607
36608 Signed-off-by: Wolfgang Denk <wd@denx.de>
36609
36610commit dfece9500556bed5d8244b1c15d973cec7c25bfe
36611Author: Wolfgang Denk <wd@denx.de>
36612Date: Tue Mar 4 11:58:26 2008 +0100
36613
36614 examples/Makefile: build "hello_world" on 8xx, too.
36615
36616 Signed-off-by: Wolfgang Denk <wd@denx.de>
36617
36618commit 74eb0222594fd23aafdf168e60e872814eea8b62
36619Author: Mike Nuss <mike@terascala.com>
36620Date: Mon Mar 3 15:27:05 2008 -0500
36621
36622 PPC4xx (Sequoia): Fix Ethernet "remote fault" problems
36623
36624 Every now and then a Sequoia board (or equivalent hardware) had
36625 problems connecting to a Gigabit capable network interface.
36626
36627 There were differences in the PHY setup between Linux and U-Boot.
36628
36629 This patch fixes the problem. Apparently "remote fault" is being set,
36630 which signals to some devices (on the other end of the cable) that a
36631 fault has occurred, while other devices ignore it. I believe the RF bit
36632 was causing the issue, but I removed T4 also, to match up with Linux.
36633
36634 Signed-off-by: Mike Nuss <mike@terascala.com>
36635
36636commit 491fb6dea9f52fdb9cb5996e8e978b9e9685179f
36637Author: Timur Tabi <timur@freescale.com>
36638Date: Mon Mar 3 09:58:52 2008 -0600
36639
36640 fix QE firmware uploading limit
36641
36642 Fix a typo in qe_upload_firmware() that prevented uploading firmware on
36643 systems with more than one RISC core.
36644
36645 Signed-off-by: Timur Tabi <timur@freescale.com>
36646
36647commit 42ba58e0c302b339a3c2faa6006a013c6f186b7a
36648Author: Bernhard Nemec <bnemec@ganssloser.com>
36649Date: Mon Mar 3 11:57:23 2008 +0000
36650
36651 Fix endianess problem in cramfs code (cramfs is always host-endian in Linux)
36652
36653 Originally pointed out by Laurent Pinchart <laurent.pinchart@tbox.biz>,
36654 see http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/22846
36655
01db232d 36656 Signed-off-by: Bernhard Nemec <bnemec <at> ganssloser.com>
78a90f82
WD
36657
36658commit 84d0c2f1e39caff58bf765a7ab7c72da23c25ec8
36659Author: Kim B. Heino <Kim.Heino@bluegiga.com>
36660Date: Mon Mar 3 10:39:13 2008 +0200
36661
36662 fix copy from ram to dataflash
36663
36664 If I try to "cp.b <ram> <dataflash>", u-boot selects normal flash
36665 routines instead of dataflash. This is because it checks "if source
36666 address is not dataflash" instead of target address.
36667
36668 Signed-off-by: Kim B. Heino <Kim.Heino@bluegiga.com>
36669
36670commit 32bf3d143a888f8deacfdcc97e898f6c06d0aea4
36671Author: Wolfgang Denk <wd@denx.de>
36672Date: Mon Mar 3 12:16:44 2008 +0100
36673
36674 Fix quoting problem (preboot setting) in many board config files.
36675
36676 Signed-off-by: Wolfgang Denk <wd@denx.de>
36677
36678commit 5b0b2b6fc9fe22e3864c2a57316d91a2507ec215
36679Author: Wolfgang Denk <wd@denx.de>
36680Date: Mon Mar 3 12:36:49 2008 +0100
36681
36682 ADS5121: Fix default environment.
36683
36684 Signed-off-by: Wolfgang Denk <wd@denx.de>
36685
36686commit 91c82076ae492bb1f9d9c47a481314631d32dc8e
36687Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36688Date: Sun Mar 2 16:12:31 2008 +0100
36689
36690 Makefile: Fix missing unconfig and mkconfig use
36691
36692 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36693
36694commit 8ce4e5c2c02cb7e8adddf7b651d3050d81ce4c1d
36695Author: michael <trimarchi@gandalf.sssup.it>
36696Date: Sun Mar 2 23:33:46 2008 +0100
36697
36698 Fix checking fat32 cluster size.
36699
36700 This fixes the cluster size tests in the FAT32 file system.
36701 The current implementation of VFAT support doesn't work if the
36702 referred cluster has an offset > 16bit representation, causing
36703 "fatload" and "fatls" commands etc. to fail.
36704
36705 Signed-off-by: michael trimarchi <trimarchi@gandalf.sssup.it>
36706
36707commit 661bad63a076a96c39c64f136915f146725af92b
36708Author: Wolfgang Denk <wd@denx.de>
36709Date: Sun Mar 2 22:57:23 2008 +0100
36710
36711 Prepare v1.3.2-rc2 release candidate
36712
36713 Signed-off-by: Wolfgang Denk <wd@denx.de>
36714
661bad63
WD
36715commit 76957cb3d621bf664311908e5962e151c633c285
36716Author: Stefan Roese <sr@denx.de>
36717Date: Sat Mar 1 12:11:40 2008 +0100
36718
36719 ppc4xx: EMAC: Fix 405EZ fifo size setup in EMAC_MR1
36720
36721 The 405EZ only supports 512 bytes of rx-/tx-fifo EMAC sizes. But
36722 currently 4k/2k is configured. This patch fixes this issue.
36723
36724 Thanks to Thomas Kindler <tkindler@lenord.de> for pointing this out.
36725
36726 Signed-off-by: Stefan Roese <sr@denx.de>
36727
36728commit 118978c8eb43803e2794233922df4249fa278b83
36729Author: Woodruff, Richard <r-woodruff2@ti.com>
36730Date: Fri Feb 29 17:34:35 2008 -0600
36731
36732 Fix alignment error on ARM for modules
36733
36734 Fix alignment fault on ARM when running modules. With out an explicit
36735 linker file gcc4.2.1 will half word align __bss_start's value. The word
36736 dereference will crash hello_world.
36737
36738 signed-off-by Richard Woodruff <r-woodruff2@ti.com>
36739
36740commit ce1120dd703e6f12c59e4eba9962356a0300b832
36741Author: Dave Liu <r63238@freescale.com>
36742Date: Fri Feb 29 17:45:31 2008 +0800
36743
36744 fs: Fix ext2 read issue
36745
36746 The ext2 aligned process will corrupt the key
36747 data struct, the patch fix this.
36748
36749 Signed-off-by: Dave Liu <daveliu@freescale.com>
36750
36751commit 5013c09f7a5675952a3ca88b6bc6c924e63af33e
36752Author: Wolfgang Denk <wd@denx.de>
36753Date: Sun Mar 2 22:45:33 2008 +0100
36754
36755 Makefile: cleanup "clean" target
36756
36757 Make sure CDPATH settings cannot interfere.
36758 Update CHANGELOG.
36759
36760 Signed-off-by: Wolfgang Denk <wd@denx.de>
36761
5013c09f
WD
36762commit ffda586fc1373243c9794babde69500f6293a8d8
36763Author: Li Yang <leoli@freescale.com>
36764Date: Fri Feb 29 11:46:05 2008 +0800
36765
36766 add cscope build target
36767
36768 Add cscope build target to generate cscope database for code browsing.
36769
36770 Signed-off-by: Li Yang <leoli@freescale.com>
36771
36772commit f655adef65e4cf6b929054b049ee19ae9b5ccbe2
36773Author: Kim Phillips <kim.phillips@freescale.com>
36774Date: Wed Feb 27 15:06:39 2008 -0600
36775
36776 net: uec_phy: handle 88e1111 rev.B2 erratum 5.6
36777
36778 erratum 5.6 states the autoneg completion bit is functional only if the
36779 autoneg bit is asserted.
36780
36781 This fixes any secondarily-issued networking commands on non-gigabit
36782 links on the mpc8360 mds board.
36783
36784 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
36785
36786commit 5f91db7f582ca17b1f19f10189c025696f333d2e
36787Author: John Rigby <jrigby@freescale.com>
36788Date: Tue Feb 26 09:38:14 2008 -0700
36789
36790 MPC5121e ADS PCI support take 3
36791
36792 Adds PCI support for MPC5121
36793
36794 Tested with drivers/net/rtl8139.c
36795
36796 Support is conditional since PCI on old silicon does not work.
36797
36798 ads5121_PCI_config turns on PCI
36799
36800 In this version, condition compilation of PCI code has been moved
36801 from ifdef in board/ads5121/pci.c to board/ads5121/Makefile as
36802 suggested by Jean-Christophe PLAGNIOL-VILLARD
36803
36804 Signed-off-by: John Rigby <jrigby@freescale.com>
36805
36806commit 44b4dbed4133f657705b7c5193209da9978243a7
36807Author: Anatolij Gustschin <agust@denx.de>
36808Date: Mon Feb 25 23:53:07 2008 +0100
36809
36810 Fix warnings while compilation of post/drivers/memory.c
36811
36812 Fix warnings while compilation with new gcc in eldk-4.2
36813
36814 Signed-off-by: Anatolij Gustschin <agust@denx.de>
36815
36816commit 4fae35a53b3e958254d6574a1cc7e10811fc6726
36817Author: Anatolij Gustschin <agust@denx.de>
36818Date: Mon Feb 25 20:54:04 2008 +0100
36819
36820 ppc4xx: Fix problem in 4xx_enet.c driver
36821
36822 U-Boot crashes in the net loop if CONFIG_4xx_DCACHE is
36823 enabled. To reproduce the problem ensure that 'ethrotate'
36824 environment variable isn't set to "no" and then run
36825 "tftp 200000 not_existent_file".
36826 This patch tries to fix the issue.
36827
36828 Signed-off-by: Anatolij Gustschin <agust@denx.de>
36829
36830commit 60ec654c5eb80d0fe0c38a3bd42140215bc06484
36831Author: Anatolij Gustschin <agust@denx.de>
36832Date: Mon Feb 25 20:04:20 2008 +0100
36833
36834 POST: Disable cache while SPR POST
36835
36836 Currently (since commit b2e2142c) u-boot crashes on
36837 sequoia board while SPR test if CONFIG_4xx_DCACHE is
36838 enabled. This patch disables the cache while SPR test.
36839
36840 Signed-off-by: Anatolij Gustschin <agust@denx.de>
36841
36842commit c313b2c6c555e7d89ec59bd51c59ab164ad0105d
36843Author: Martin Krause <martin.krause@tqs.de>
36844Date: Mon Feb 25 17:52:40 2008 +0100
36845
36846 TQM5200: use automatic fdt memory fixup (part 2)
36847
36848 Call fdt_fixup_memory() on the boards TQM5200, TQM5200_B, TQM5200S,
36849 TB5200 and TB5200_B to fixup the /memory node with the memory values
36850 detected by U-Boot.
36851
36852 Signed-off-by: Martin Krause <martin.krause@tqs.de>
36853
36854commit 44ceec253ea941b301abf4b079d52324def69d92
36855Author: Martin Krause <martin.krause@tqs.de>
36856Date: Mon Feb 25 15:17:05 2008 +0100
36857
36858 TQM5200: use automatic fdt memory fixup
36859
36860 Call fdt_fixup_memory() on the boards TQM5200, TQM5200_B, TQM5200S,
36861 TB5200 and TB5200_B to fixup the /memory node with the memory values
36862 detected by U-Boot.
36863
36864 Signed-off-by: Martin Krause <martin.krause@tqs.de>
36865
36866commit f3a329acb26017d8e10e9c93e1e726c2a5ac634a
36867Author: Martin Krause <martin.krause@tqs.de>
36868Date: Mon Feb 25 13:27:52 2008 +0100
36869
36870 TQM5200: fix bug in SDRAM initialization code
36871
36872 This patch fixes a bug in the SDRAM initialization code for the
36873 TQM5200. The hi_addr bit is now set correctly. Without this patch
36874 the hi_addr bit is always set to 1, if the second SDRAM bank is
36875 not populated.
36876
36877 For other MPC5200 boards a correspondig patch has already been applied
36878 some time ago, see commit a63109281ad41b0fb489fdcb901171f76bcdbc2c.
36879
36880 Signed-off-by: Martin Krause <martin.krause@tqs.de>
36881 --
36882 Forget the first patch please. I confused flash with SDRAM in
36883 the comment ...
36884
36885commit 217bf6b6a313d9ccb619a4dbc09f73f77cd48df1
36886Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36887Date: Mon Feb 25 00:03:12 2008 +0100
36888
36889 mx1fs2/flash: Fix multiple compiler warnings
36890
36891 "pointer targets in assignment differ in signedness"
36892
36893 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36894
36895commit 5599c28cef55be42a8ca6fa8086b1a44e56a85d2
36896Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36897Date: Mon Feb 25 00:03:11 2008 +0100
36898
36899 arm-imx: Fix register definitions
36900
36901 Sync register definitions with linux
36902
36903 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36904
36905commit c9bcf75fecc58886af77d2a571cff2eab39eab6f
36906Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36907Date: Mon Feb 25 00:03:10 2008 +0100
36908
36909 actua1/actua2/actua3: Fix multiple unused variable warnings
36910
36911 - actua1:
36912 actux1.c: In function 'checkboard':
36913 actux1.c:92: warning: unused variable 'revision'
36914
36915 - actua2:
36916 actux2.c: In function 'checkboard':
36917 actux2.c:100: warning: unused variable 's'
36918 actux2.c:99: warning: unused variable 'revision'
36919 actux2.c: In function 'reset_phy':
36920 actux2.c:130: warning: unused variable 'i'
36921
36922 - actua3:
36923 actux3.c: In function 'checkboard':
36924 actux3.c:114: warning: unused variable 'revision'
36925
36926 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36927
36928commit f8fa6368a6a0c02164da8e2f52f18d457c6977bd
36929Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
36930Date: Sun Feb 24 11:44:29 2008 +0900
36931
36932 Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on 32bit targets.
36933
36934 The previous patch was lacking of i386, microblaze, nios and nios2. This
36935 patch tries to fix them.
36936
36937 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
36938
438a4c11
WD
36939commit 05e07b1ea22844e946cfcf7d5e8a0199d18d2a95
36940Author: Marian Balakowicz <m8@semihalf.com>
36941Date: Fri Feb 29 22:22:46 2008 +0100
36942
36943 [new uImage] Fix FDT blob totalsize calculation in boot_relocate_fdt()
36944
36945 Do not use global fdt blob pointer, calculate blob size from routine
36946 argument blob pointer.
36947
36948 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
36949
36950commit d1cc52879c8966507dad9fb575481e6d3985e64e
36951Author: David Gibson <david@gibson.dropbear.id.au>
36952Date: Tue Feb 12 00:58:31 2008 +1100
36953
36954 libfdt: Add and use a node iteration helper function.
36955
36956 This patch adds an fdt_next_node() function which can be used to
36957 iterate through nodes of the tree while keeping track of depth. This
36958 function is used to simplify the iteration code in a lot of other
36959 functions, and is also exported for use by library users.
36960
36961 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
36962
36963commit 8cf30809a82902a471866d2f07725ce3b8a22291
36964Author: Bartlomiej Sieka <tur@semihalf.com>
36965Date: Fri Feb 29 16:00:24 2008 +0100
36966
36967 [new uImage] Add libfdt support to mkimage
36968
36969 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
36970
36971commit a6e530f00d31a8494a0422799b2b9a692a9c0eb9
36972Author: Bartlomiej Sieka <tur@semihalf.com>
36973Date: Fri Feb 29 16:00:23 2008 +0100
36974
36975 [new uImage] Add sha1.o object to mkimage binary build
36976
36977 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
36978
36979commit df6f1b895c997978f03afe04502ee76b7ba34ab9
36980Author: Marian Balakowicz <m8@semihalf.com>
36981Date: Fri Feb 29 16:00:06 2008 +0100
36982
36983 [new uImage] Fix component handling for legacy multi component images
36984
36985 Use uint32_t when accessing size table in image_multi_count() and
36986 image_multi_getimg() for multi component images.
36987
36988 Add missing uimage_to_cpu() endianness conversion.
36989
36990 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
36991
36992commit 570abb0ad120f6002bcaa3cf6f32bd4ca2e1b248
36993Author: Marian Balakowicz <m8@semihalf.com>
36994Date: Fri Feb 29 15:59:59 2008 +0100
36995
36996 [new uImage] Share common uImage code between mkimage and U-boot
36997
36998 This patch adds the following common routines:
36999
37000 1) Dedicated mkimage print_header() is replaced with common
37001 image_print_contents()
37002 image_print_contents_noindent()
37003
37004 2) Common os/arch/type/comp fields name <--> id translation routines
37005 genimg_get_os_name()
37006 genimg_get_arch_name()
37007 genimg_get_type_name()
37008 genimg_get_comp_name()
37009 genimg_get_os_id()
37010 genimg_get_arch_id()
37011 genimg_get_type_id()
37012 genimg_get_comp_id()
37013
37014 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
37015
37016commit 9a4daad0a35eb5143037eea9f786a3e9d672bdd6
37017Author: Marian Balakowicz <m8@semihalf.com>
37018Date: Fri Feb 29 14:58:34 2008 +0100
37019
37020 [new uImage] Update naming convention for bootm/uImage related code
37021
37022 This patch introduces the following prefix convention for the
37023 image format handling and bootm related code:
37024
37025 genimg_ - dual format shared code
37026 image_ - legacy uImage format specific code
37027 fit_ - new uImage format specific code
37028 boot_ - booting process related code
37029
37030 Related routines are renamed and a few pieces of code are moved around and
37031 re-grouped.
37032
37033 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
37034
37035commit 75fa002c47171b73fb4c1f2c2fe4d6391c136276
37036Author: Kumar Gala <galak@kernel.crashing.org>
37037Date: Wed Feb 27 21:51:51 2008 -0600
37038
37039 [new uImage] Respect autostart setting in linux bootm
37040
37041 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37042 Acked-by: Marian Balakowicz <m8@semihalf.com>
37043
37044commit d3f2fa0d278467b2232e4eb2372f905c3febfbeb
37045Author: Kumar Gala <galak@kernel.crashing.org>
37046Date: Wed Feb 27 21:51:50 2008 -0600
37047
37048 [new uImage] Provide ability to restrict region used for boot images
37049
37050 Allow the user to set 'bootm_low' and 'bootm_size' env vars as a way
37051 to restrict what memory range is used for bootm.
37052
37053 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37054 Acked-by: Marian Balakowicz <m8@semihalf.com>
37055
37056commit e822d7fc4dd4755d4d0a22f05e33f33d1a0481da
37057Author: Kumar Gala <galak@kernel.crashing.org>
37058Date: Wed Feb 27 21:51:49 2008 -0600
37059
37060 [new uImage] Use lmb for bootm allocations
37061
37062 Convert generic ramdisk_high(), get_boot_cmdline(), get_boot_kbd()
37063 functions over to using lmb for allocation of the ramdisk, command line
37064 and kernel bd info.
37065
37066 Convert PPC specific fdt_relocate() to use lmb for allocation of the device
37067 tree.
37068
37069 Provided a weak function that board code can call to do additional
37070 lmb reserves if needed.
37071
37072 Also introduce the concept of bootmap_base to specify the offset in
37073 physical memory that the bootmap is located at. This is used for
37074 allocations of the cmdline, kernel bd, and device tree as they should
37075 be contained within bootmap_base and bootmap_base + CFG_BOOTMAPSZ.
37076
37077 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37078
37079commit f5614e7926863bf0225ec860d9b319741a9c4004
37080Author: Kumar Gala <galak@kernel.crashing.org>
37081Date: Wed Feb 27 21:51:48 2008 -0600
37082
37083 [new uImage] Add autostart flag to bootm_headers structure
37084
37085 The autostart env variable was dropped as part of the initial new uImage
37086 cleanup. Add it back here so the arch specific code can decide if it
37087 wants to really boot or not.
37088
37089 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37090 Acked-by: Marian Balakowicz <m8@semihalf.com>
37091
37092commit 4ed6552f715983bfc7d212c1199a1f796f1144ad
37093Author: Kumar Gala <galak@kernel.crashing.org>
37094Date: Wed Feb 27 21:51:47 2008 -0600
37095
37096 [new uImage] Introduce lmb from linux kernel for memory mgmt of boot images
37097
37098 Introduce the LMB lib used on PPC in the kernel as a clean way to manage
37099 the memory spaces used by various boot images and structures. This code
37100 will allow us to simplify the code in bootm and its support functions.
37101
37102 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37103
37104commit 4648c2e7a173b0d7f17bef4adaa0623090c9e904
37105Author: Kumar Gala <galak@kernel.crashing.org>
37106Date: Tue Feb 19 22:03:47 2008 -0600
37107
37108 [new uImage] ppc: Allow boards to specify effective amount of memory
37109
37110 For historical reasons we limited the stack to 256M because some boards
37111 could only map that much via BATS. However newer boards are capable of
37112 mapping more memory (for example 85xx is capable of doing up to 2G).
37113
37114 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37115 Acked-by: Marian Balakowicz <m8@semihalf.com>
37116
37117commit 274cea2bddbca10cdad7daa518951b75c44ef6bc
37118Author: Kumar Gala <galak@kernel.crashing.org>
37119Date: Wed Feb 27 21:51:46 2008 -0600
37120
37121 [new uImage] rework error handling so common functions don't reset
37122
37123 Changed image_get_ramdisk() to just return NULL on error and have
37124 get_ramdisk() propogate that error to the caller. It's left to the
37125 caller to call do_reset() if it wants to.
37126
37127 Also moved calling do_reset() in get_fdt() and fdt_relocate() on ppc
37128 to a common location. In the future we will change get_fdt() and
37129 fdt_relocate() to return success/failure and not call do_reset() at all.
37130
37131 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37132 Acked-by: Marian Balakowicz <m8@semihalf.com>
37133
37134commit d2bc095a639672def11d5d043b5688d0dbd692ec
37135Author: Kumar Gala <galak@kernel.crashing.org>
37136Date: Wed Feb 27 21:51:45 2008 -0600
37137
37138 [new uImage] ppc: Re-order ramdisk/fdt handling sequence
37139
37140 Doing the fdt before the ramdisk allows us to grow the fdt w/o concern
37141 however it does mean we have to go in and fixup the initrd info since
37142 we don't know where it will be.
37143
37144 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37145
37146commit 27953493ef025fb698d68c5dee39b36f01f4d530
37147Author: Kumar Gala <galak@kernel.crashing.org>
37148Date: Wed Feb 27 21:51:44 2008 -0600
37149
37150 [new uImage] ppc: Determine if we are booting an OF style
37151
37152 If we are bootin OF style than we can skip setting up some things
37153 that are used for the old boot method.
37154
37155 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37156 Acked-by: Marian Balakowicz <m8@semihalf.com>
37157
37158commit a6612bdfe7ef37b9787b66800cf02aaded05fbeb
37159Author: Kumar Gala <galak@kernel.crashing.org>
37160Date: Wed Feb 27 21:51:43 2008 -0600
37161
37162 [new uImage] Don't pass kdb to ramdisk_high since we may not have one
37163
37164 We don't actually need the kdb param as we are just using it to get
37165 bd->bi_memsize which we can get from gd->bd->bi_memsize. Also, if we
37166 boot via OF we might not actually fill out a kdb.
37167
37168 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37169 Acked-by: Marian Balakowicz <m8@semihalf.com>
37170
37171commit 2b22fa4baee51e6b467c44ea1be0d1ecd86e8775
5013c09f
WD
37172Author: Kumar Gala <galak@kernel.crashing.org>
37173Date: Wed Feb 27 16:30:47 2008 -0600
37174
37175 85xx: Don't icbi when unlocking the cache
37176
37177 There is no reason to icbi when invalidating the temporary stack in
37178 the d-cache. Its impossible on e500 to have the i-cache contain
37179 any addresses in the temp stack and it can be problematic in generating
37180 transactions on the bus to non-valid addresses.
37181
37182 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37183
37184commit 534ea6b6f86f8b75ef2ac061ef110a98f103d7d6
37185Author: Andy Fleming <afleming@freescale.com>
37186Date: Wed Feb 27 15:50:50 2008 -0600
37187
37188 Fix source for ECM error IVPR
37189
37190 The source vector for the ECM was being set to 2,
37191 but that's what the source vector for DDR was being
37192 set to. Change it to 1.
37193
37194 Signed-off-by: Andy Fleming <afleming@freescale.com>
37195
37196commit 21fae8b2b4e4e6e648796e07e20ab13e9cb18923
37197Author: Andy Fleming <afleming@freescale.com>
37198Date: Wed Feb 27 14:29:58 2008 -0600
37199
37200 Invalidate INIT_RAM TLB mappings
37201
37202 Commit 0db37dc... (and some others) changed the INIT_RAM TLB
37203 mappings to be unguarded. This collided with an existing "bug"
37204 where the mappings for the INIT_RAM were being kept around.
37205 This meant that speculative loads to those addresses were
37206 succeeding in the TLB, and going out to the bus, where they
37207 were causing an exception (there's nothing at that address). The
37208 Flash code was coincidentally causing such a speculative load.
37209 Rather than go back to mapping the INIT RAM as guarded, we fix
37210 it so that the entries for the INIT_RAM are invalidated. Thus
37211 the speculative loads will fail in the TLB, and have no effect.
37212
37213 Signed-off-by: Andy Fleming <afleming@freescale.com>
37214
37215commit 347b7938d3e561eb215aa386c37fb5acb5a383c6
37216Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37217Date: Sun Feb 17 22:56:17 2008 +0100
37218
37219 sbc8548: Fix Revision reading and unused variable 'path'
37220
37221 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37222
37223commit 495d162374c472f46454453553382ad0735dc725
37224Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37225Date: Sun Feb 17 22:56:16 2008 +0100
37226
37227 sbc8548: Fix cfi flash bank declaration
37228
37229 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37230
438a4c11
WD
37231commit 4efbe9dbb129f857f27856936112c8c02f016be6
37232Author: Marian Balakowicz <m8@semihalf.com>
37233Date: Wed Feb 27 11:02:26 2008 +0100
37234
37235 [new uImage] Correct raw FDT blob handlig when CONFIG_FIT is disabled
37236
37237 Dual format image code must properly handle all three FDT passing methods:
37238 - raw FDT blob passed
37239 - FDT blob embedded in the legacy uImage
37240 - FDT blob embedded in the new uImage
37241
37242 This patch enables proper raw FDT handling when no FIT imaeg support
37243 is compiled in. This is a bit tricky as we must dected FIT format even
37244 when FIT uImage handling is not enabled as both FIT uImages and raw FDT
37245 blobs use tha same low level format (libfdt).
37246
37247 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
37248
37249commit ff0734cff0fb5397ce2f4602f4f3e5ec9c8a36e8
37250Author: Marian Balakowicz <m8@semihalf.com>
37251Date: Wed Feb 27 11:02:26 2008 +0100
37252
37253 [new uImage] POWERPC: Add image_get_fdt() routine
37254
37255 FDT blob may be passed either: (1) raw (2) or embedded in the legacy uImage
37256 (3) or embedded in the new uImage. For the (2) case embedding image must be
37257 verified before we get FDT from it. This patch factors out legacy image
37258 specific verification routine to the separate helper routine.
37259
37260 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
37261 Acked-by: Kumar Gala <galak@kernel.crashing.org>
37262
37263commit 1efd43601f90de21ec6c0ebb9880823e822927b1
37264Author: Marian Balakowicz <m8@semihalf.com>
37265Date: Wed Feb 27 11:02:07 2008 +0100
37266
37267 [new uImage] Add image_get_kernel() routine
37268
37269 Legacy image specific verification is factored out to a separate helper
37270 routine to keep get_kernel() generic and simple.
37271
37272 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
37273 Acked-by: Kumar Gala <galak@kernel.crashing.org>
37274
37275commit 8a5ea3e6168fe6a2780eeaf257a3b19f30dec658
37276Author: Marian Balakowicz <m8@semihalf.com>
37277Date: Wed Feb 27 11:01:04 2008 +0100
37278
37279 [new uImage] Move image verify flag to bootm_headers structure
37280
37281 Do not pass image verification flag directly to related routines.
37282 Simplify argument passing and move it to the bootm_header structure which
37283 contains curently processed image specific data and is already being passed
37284 on the argument list.
37285
37286 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
37287 Acked-by: Kumar Gala <galak@kernel.crashing.org>
37288
37289commit 823afe7cefe00dafefc6696c1cc7aa828c394234
37290Author: Marian Balakowicz <m8@semihalf.com>
37291Date: Wed Feb 27 11:00:47 2008 +0100
37292
37293 [Makefile] Sort COBJS in lib_<arch> Makefiles
37294
37295 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
37296
37297commit 6f0f9dfc4ee880fbf400a2ebe14238181a6c3f91
37298Author: Marian Balakowicz <m8@semihalf.com>
37299Date: Wed Feb 27 11:00:47 2008 +0100
37300
37301 [new uImage] Optimize gen_get_image() flow control
37302
37303 When CONFIG_HAS_DATAFLASH is not defined gen_get_image() routine has nothing
37304 to do, update its control flow to better reflect that simple case.
37305
37306 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
37307 Acked-by: Kumar Gala <galak@kernel.crashing.org>
37308
37309commit d2ced9eb19ec74f4a359949dbe353427fa6d55ca
37310Author: Marian Balakowicz <m8@semihalf.com>
37311Date: Mon Feb 4 08:28:17 2008 +0100
37312
37313 [new uImage] POWERPC: Split get_fdt() into get and relocate routines
37314
37315 PPC specific FDT blob handling code is divided into two separate routines:
37316
37317 get_fdt() - find and verify a FDT blob (either raw or image embedded)
37318 fdt_relocate() - move FDT blob to within BOOTMAP if needed
37319
37320 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
37321 Acked-by: Kumar Gala <galak@kernel.crashing.org>
37322
5013c09f
WD
37323commit 33fa5c0bfaf465de8ceb23fcd6b397f68b35a817
37324Author: Jon Loeliger <jdl@freescale.com>
37325Date: Mon Feb 25 13:13:37 2008 -0600
37326
37327 86xx: Fix renamed GUR symbols in sbc8641d board.
37328
37329 Back in commit a551cee99ad1d1da20fd23ad265de47448852f56
37330 (86xx: Fix GUR PCI config registers properly), we should have
37331 changed the MPC86xx_PORBMSR_HA and MPC86xx_PORDEVSR_IO_SEL
37332 symbols in the sbc8641d board as well. Fix this oversight.
37333
37334 Signed-off-by: Jon Loeliger <jdl@freescale.com>
37335
37336commit 64cd594e623c39f73964d18787763e4533f791f7
37337Author: Stefan Roese <sr@denx.de>
37338Date: Mon Feb 25 16:50:48 2008 +0100
37339
37340 ppc4xx: Fix acadia_nand build problem
37341
37342 Don't include testdram() on NAND-booting target acadia_nand. This saves
37343 a few bytes and makes the target build clean again.
37344
37345 Signed-off-by: Stefan Roese <sr@denx.de>
37346
37347commit 14e099e698d41e8179d05c2b2dbcf704a236f748
37348Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37349Date: Sun Feb 24 23:03:12 2008 +0000
37350
37351 mx1fs2/flash: Fix multiple pointertargets in assignment differ in signedness
37352
37353 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37354
37355commit 724902c8464e610642b3a170278b99710325888e
37356Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37357Date: Sun Feb 24 23:03:11 2008 +0000
37358
37359 arm-imx: Fix registers definition
37360
37361 Sync registers definition with linux
37362
37363 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37364
37365commit 4cd288b589ea1178947c6e364453c32b3dede6b7
37366Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37367Date: Sun Feb 24 23:03:10 2008 +0000
37368
37369 actua1/actua2/actua3: Fix multipleunused variable
37370
37371 - actua1:
37372 actux1.c: In function 'checkboard':
37373 actux1.c:92: warning: unused variable 'revision'
37374
37375 - actua2:
37376 actux2.c: In function 'checkboard':
37377 actux2.c:100: warning: unused variable 's'
37378 actux2.c:99: warning: unused variable 'revision'
37379 actux2.c: In function 'reset_phy':
37380 actux2.c:130: warning: unused variable 'i'
37381
37382 - actua3:
37383 actux3.c: In function 'checkboard':
37384 actux3.c:114: warning: unused variable 'revision'
37385
37386 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37387
438a4c11
WD
37388commit d5934ad7756f038a393a9cfab76a4fe306d9d930
37389Author: Marian Balakowicz <m8@semihalf.com>
37390Date: Mon Feb 4 08:28:09 2008 +0100
37391
37392 [new uImage] Add dual format uImage support framework
37393
37394 This patch adds framework for dual format images. Format detection is added
37395 and the bootm controll flow is updated to include cases for new FIT format
37396 uImages.
37397
37398 When the legacy (image_header based) format is detected appropriate
37399 legacy specific handling is invoked. For the new (FIT based) format uImages
37400 dual boot framework has a minial support, that will only print out a
37401 corresponding debug messages. Implementation of the FIT specific handling will
37402 be added in following patches.
37403
37404 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
37405
5013c09f
WD
37406commit b29661fc1151077776454288051bc9a488351ce8
37407Author: Wolfgang Denk <wd@denx.de>
37408Date: Sun Feb 24 15:21:36 2008 +0100
37409
37410 Coding style cleanup. Prepare v1.3.2-rc2 release candidate
37411
37412 Signed-off-by: Wolfgang Denk <wd@denx.de>
37413
b29661fc
WD
37414commit 00b48a48424894daa589d166d73277830b1c6ac4
37415Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37416Date: Sat Feb 23 12:15:56 2008 +0100
37417
37418 ENV: remove saveenv when CFG_ENV_IS_NOWHERE is selected
37419
37420 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37421
37422commit b075d74efb70ff68c49a2532f26b56d6703b69c1
37423Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
37424Date: Sat Feb 23 17:24:16 2008 +0900
37425
37426 Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on 32bit targets.
37427
37428 ----------------------------------------------------------------
37429 Olaf Hering [Wed, 17 Oct 2007 06:27:13 +0000 (23:27 -0700)]
37430
37431 Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on
37432 32bit targets.
37433
37434 GCC can be made to warn about usage of long long types with ISO C90
37435 (-ansi), but only with -pedantic. You can write this in a way that even
37436 then it doesn't cause warnings, namely by:
37437
37438 #ifdef __GNUC__
37439 __extension__ typedef __signed__ long long __s64;
37440 __extension__ typedef unsigned long long __u64;
37441 #endif
37442
37443 The __extension__ keyword in front of this switches off any pedantic
37444 warnings for this expression.
37445
37446 Signed-off-by: Olaf Hering <olh@suse.de>
37447 Cc: <linux-arch@vger.kernel.org>
37448 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
37449 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
37450 ----------------------------------------------------------------
37451
37452 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
37453
37454commit 208acd112e6517b21fc30c420396902b103563ac
37455Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
37456Date: Sat Feb 23 17:07:57 2008 +0900
37457
37458 cpu/mcf52x2/config.mk: Make needlessly deffered expansions immediate.
37459
37460 This will reduce the build time.
37461
37462 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
37463
37464commit 495a0dde7fa1b14cdc15607d86503ec2bdcd02c4
37465Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
37466Date: Sat Feb 23 17:05:00 2008 +0900
37467
37468 cpu/ppc4xx/config.mk: Make a needlessly deffered expansion immediate.
37469
37470 This will reduce the build time.
37471
37472 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
37473
37474commit e682ba399a1d76f09d8cc7af1e57066f1d360d91
37475Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
37476Date: Sat Feb 23 16:58:41 2008 +0900
37477
37478 cpu/mips/cofigl.mk: Make a needlessly deffered expansion immediate.
37479
37480 This reduces the build time by ~10%. Here's the gth2_config example.
37481
37482 BEFORE AFTER
37483 real 0m31.441s 0m27.833s
37484 user 0m24.766s 0m23.045s
37485 sys 0m10.425s 0m7.468s
37486
37487 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
37488
37489commit 02409f8cf54c7cd91981f0dfec135dbf3858090c
37490Author: Marcel Moolenaar <marcelm@juniper.net>
37491Date: Fri Feb 22 10:48:07 2008 -0800
37492
37493 make define2mk.sed work on FreeBSD
37494
37495 In the thread "[1.3.2-rc1] MPC8548CDS/MPC8555CDS configs fails to link",
37496 the define2mk.sed script was identified as the source of the link
37497 failure on FreeBSD. The problem is that sed(1) does not always support
37498 the '+' operator. It isn't on FreeBSD. The attach patch implements the
37499 equivalent, using the '*' operator instead and should work everywhere.
37500
37501 Signed-off-by: Marcel Moolenaar <marcelm@juniper.net>
37502
37503commit e5084af8ded58453cd07ec1af8b0f29f34122bbc
37504Author: Detlev Zundel <dzu@denx.de>
37505Date: Fri Feb 22 17:21:32 2008 +0100
37506
37507 Replace deprecated "ramdisk" with "ramdisk_size" kernel parameter.
37508
37509 The Linux commit fac8b209b1084bc85748bd54e13d00c1262b220f ("Remove
37510 final traces of long-deprecated "ramdisk" kernel parm") makes these
37511 changes neccessary.
37512
37513 Signed-off-by: Detlev Zundel <dzu@denx.de>
37514
37515commit d01b847c5cd070895c4ba178c85cd068a95cf7cd
37516Author: Larry Johnson <lrj@acm.org>
37517Date: Thu Feb 21 13:58:16 2008 -0500
37518
37519 LM75 bug fix for negative temperatures
37520
37521 When the LM75 temperature sensor measures a temperature below 0 C, the
37522 current driver does not perform sign extension, so the result returned is
37523 256 C too high. This patch fixes the problem.
37524
37525 Signed-off-by: Larry Johnson <lrj@acm.org>
37526
37527commit 5a910c224b13e413bda41922379add6d75c32da3
37528Author: Heiko Schocher <hs@denx.de>
37529Date: Thu Feb 21 18:33:45 2008 +0100
37530
37531 IDS8247: update MAINTAINER entry.
37532
37533 Signed-off-by: Heiko Schocher <hs@denx.de>
37534
37535commit 79eac2bfb591f2b028ec1735049dc91e4320de4a
37536Author: Heiko Schocher <hs@denx.de>
37537Date: Thu Feb 21 18:31:15 2008 +0100
37538
37539 Fix device tree for mgsuvd board.
37540
37541 Rename the "scc" node in "ethernet" for the mgsuvd board.
37542
37543 Signed-off-by: Heiko Schocher <hs@denx.de>
37544
37545commit 2e721094a70a52206af2e1bf1208d9a7131f6dad
37546Author: Yuri Tikhonov <yur@emcraft.com>
37547Date: Thu Feb 21 14:23:42 2008 +0100
37548
37549 lwmon5: enable hardware watchdog
37550
37551 Some boards (e.g. lwmon5) may use rather small watchdog intervals, so
37552 causing it to reboot the board if U-Boot does a long busy-wait with
37553 udelay(). Thus, for these boards we have to restart WD more
37554 frequently.
37555
37556 This patch splits the busy-wait udelay() into smaller, predefined,
37557 intervals, so that the watchdog timer may be resetted with the
37558 configurable (CONFIG_WD_PERIOD) interval.
37559
37560 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
37561
37562commit bc77881247ee6f95d7a9ebc499d26b96bae38c9d
37563Author: Anatolij Gustschin <agust@denx.de>
37564Date: Thu Feb 21 12:52:29 2008 +0100
37565
37566 ppc4xx: Support for ATI Radeon 9200 card on sequoia
37567
37568 Adds configuration option for ATI Radeon 9200 card
37569 support to sequoia config file. If CONFIG_VIDEO
37570 is enabled, TEXT_BASE should be changed to 0xFFF80000.
37571
37572 Signed-off-by: Anatolij Gustschin <agust@denx.de>
37573
37574commit 5a9abcc317cf3c8a69559ff83081f4e5d719edb7
37575Author: Kumar Gala <galak@kernel.crashing.org>
37576Date: Mon Feb 18 08:18:07 2008 -0600
37577
37578 Remove duplicate defines for ARRAY_SIZE
37579
37580 A few duplicate of the ARRAY_SIZE macro sneaked in since we put
37581 the define in common.h.
37582
37583 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37584
37585commit 81d93e5c4b83d8b6dcee69de6f4a14ccf6f7114a
37586Author: Kumar Gala <galak@kernel.crashing.org>
37587Date: Mon Feb 18 08:09:37 2008 -0600
37588
37589 ppc: Allow boards to specify effective amount of memory
37590
37591 For historical reasons we limited the stack to 256M because some boards
37592 could only map that much via BATS. However newer boards are capable of
37593 mapping more memory (for example 85xx is capable of doing up to 2G).
37594
37595 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37596
37597commit 755c35f54ba7eb7687aa7935e04a02a01ef1b27b
37598Author: Mike Frysinger <vapier@gentoo.org>
37599Date: Mon Feb 18 05:24:13 2008 -0500
37600
37601 include autoconf.mk before any other .mk files
37602
37603 This bumps the autoconf.mk include step above board/cpu/arch/etc... so that
37604 those .mk files can have make if statements based on the current config.
37605
37606 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
37607
37608commit 16fe77752eee099b9fb61ed73460e51cc94b37ba
37609Author: Mike Frysinger <vapier@gentoo.org>
37610Date: Mon Feb 18 05:10:07 2008 -0500
37611
37612 error check autoconf.mk generation
37613
37614 If any of the steps for generating autoconf.mk fail currently, they go
37615 unnoticed. To fix, we can simply add 'set -e' to the long list of commands.
37616 This is simpler and more robust than placing '|| exit $$?' after every line.
37617
37618 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
37619
37620commit 019895a8dee71a9f00da05c03e379f45d581b0fe
37621Author: Stefano Babic <sbabic@denx.de>
37622Date: Mon Feb 18 08:03:51 2008 +0100
37623
37624 Fix bug in dependency checking
37625
37626 By adding VERSION_FILE to the PHONY targets the script
37627 /tools/setlocalversion is always called and version_autogenerated.h
37628 is replaced only if the script find a modified source file.
37629
37630 Signed-off-by: Stefano Babic <sbabic@denx.de>
37631
37632commit 98ba144ccc912eee90dd42699f023c497ce774c6
37633Author: Kyungmin Park <kmpark@infradead.org>
37634Date: Mon Feb 18 14:35:43 2008 +0900
37635
37636 Fix GPMC CS2 memory setup at apollon
37637
37638 It disables the current map first
37639
37640 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
37641
37642commit e845e07e1e6e64f40e35688439d3cdcf01cfff4f
37643Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37644Date: Sun Feb 17 23:52:46 2008 +0100
37645
37646 uli526x: Fix multiple differ in signedness and parentheses around comparison
37647
37648 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37649
37650commit beeccf7a5dc5415c202e0132a33c58fc316c2a62
37651Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37652Date: Sun Feb 17 16:58:04 2008 +0100
37653
37654 MIPS: Fix CFG_NO_FLASH support
37655
37656 - Fix flash_init call when CFG_NO_FLASH is used
37657 - Remove no more needed flash.c for qemu-mips
37658
37659 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37660
37661commit edfed1d91df2b2670a812ca9d1a1f9faae7dba47
37662Author: Mike Frysinger <vapier@gentoo.org>
37663Date: Sat Feb 16 02:40:18 2008 -0500
37664
37665 easylogo: clean up some more and add -r (rgb) support
37666
37667 Michael Hennerich added support for outputting an image in RGB format rather
37668 than forcing YUYV all the time. This makes obvious sense if the display you
37669 have takes RGB input rather than YUYV.
37670
37671 Rather than hack in support for options, I've converted it to use getopt and
37672 cleaned up the argument parsing in the process.
37673
37674 Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
37675 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
37676
37677commit f65c98129ccada3f7caf97d80395a95b84e911de
37678Author: Mike Frysinger <vapier@gentoo.org>
37679Date: Sat Feb 16 02:12:37 2008 -0500
37680
37681 Makefile: add target for $(LDSCRIPT)
37682
37683 If the $(LDSCRIPT) does not exist (normally it's board/$(BOARD)/u-boot.lds),
37684 then change into the board directory and try and create it. This allows you
37685 to generate the linker script on the fly based upon board defines (like the
37686 Blackfin boards do).
37687
37688 There should be no regressions due to this change as the normal case is to
37689 already have a u-boot.lds file. If that's the case, then there's nothing to
37690 generate, and so make will always exit. The fix here is that if the linker
37691 script does not exist, the implicit rules take over and attempt to guess how
37692 to generate the file.
37693
37694 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
37695
438a4c11
WD
37696commit 5583cbf736474ef754e128a54fb78632f57b48fd
37697Author: Marian Balakowicz <m8@semihalf.com>
37698Date: Thu Feb 21 17:27:49 2008 +0100
37699
37700 [new uImage] Fix erroneous use of image_get_magic() in fdc/usb cmds
37701
37702 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
37703
37704commit 2242f5369822bc7780db95c47985bb408ea9157b
37705Author: Marian Balakowicz <m8@semihalf.com>
37706Date: Thu Feb 21 17:27:41 2008 +0100
37707
37708 [new uImage] Rename and move print_image_hdr() routine
37709
37710 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
37711
37712commit f50433d670ec2ee9e96abac67cdc6e5e061a810d
37713Author: Marian Balakowicz <m8@semihalf.com>
37714Date: Thu Feb 21 17:20:20 2008 +0100
37715
37716 [new uImage] Add fit_parse_conf() and fit_parse_subimage() routines
37717
37718 Introducing routines for parsing new uImage format bootm arguments:
37719 [<addr>]#<conf> - configuration specification
37720 [<addr>]:<subimg> - subimage specification
37721
37722 New format images can contain multiple subimages of the same type. For example
37723 a single new format image file can contain three kernels, two ramdisks and a
37724 couple of FDT blobs. Subimage and configuration specifications are extensions
37725 to bootm (and other image-related commands) arguments' syntax that allow to
37726 specify which particular subimage should be operated on.
37727
37728 Subimage specification is used to denote a particular subimage. Configurations
37729 are a bit more complex -- they are used to define a particualr booting setup,
37730 for example a (kernel, fdt blob) pair, or a (kernel, ramdisk, fdt blob) tuple,
37731 etc.
37732
37733 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
37734
37735commit fff888a1997ff7de9b29e24050fc4a0fd403ba16
37736Author: Marian Balakowicz <m8@semihalf.com>
37737Date: Thu Feb 21 17:20:19 2008 +0100
37738
37739 [new uImage] Add gen_get_image() routine
37740
37741 This routine assures that image (whether legacy or FIT) is not
37742 in a special dataflash storage.
37743
37744 If image address is a dataflash address image is moved to system RAM.
37745
37746 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
37747
37748commit 75d3e8fbd93c14d9929d024c75af2d742c76db70
37749Author: Marian Balakowicz <m8@semihalf.com>
37750Date: Thu Feb 21 17:20:18 2008 +0100
37751
37752 [new uImage] Pull in libfdt if CONFIG_FIT is enabled
37753
37754 New uImage format (Flattened Image Tree) requires libfdt
37755 functionality, print out error message if CONFIG_OF_LIBFDT
37756 is not defined.
37757
37758 New uImage support is enabled by defining CONFIG_FIT (and CONFIG_OF_LIBFDT).
37759 This commit turns it on by default.
37760
37761 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
37762
b29661fc
WD
37763commit 1ba639da5604a64b3ed884a2cbb1c5414a9fa728
37764Author: Michael Schwingen <michael@schwingen.org>
37765Date: Mon Feb 18 23:16:35 2008 +0100
37766
37767 CFI: Do not use uninitialized cmd_reset
37768
37769 Do not use uninitialized cmd_reset; issue both AMD and Intel reset
37770 commands instead
37771
37772 From a short test, it looks like AMD-style flash roms treat *any* unknown
37773 command write as a reset, at least when in CFI Query mode, so issuing the
37774 Intel reset command to AMD-style flashs seems safe (from the small sample I
37775 have), plus the 3-cycle magic sequence should kick the state machine into
37776 the right state even without a reset command. Since the AMD-style flashs
37777 require the unlock sequence for real operation, I chose to try the AMD reset
37778 command first, so that Intel flashs do no see an invalid command prior to
37779 the CFI query.
37780
37781 I have tested the patch on AM29LV320-style flashs from Fujitsu and Macronix,
37782 plus Intel StrataFlash.
37783
37784 Signed-off-by: Michael Schwingen <michael@schwingen.org>
37785 Signed-off-by: Stefan Roese <sr@denx.de>
37786
37787commit e7a85f26830c9f2e78506421c2d519a2965bc7a1
37788Author: Rafal Jaworowski <raj@semihalf.com>
37789Date: Thu Feb 21 11:56:44 2008 +0100
37790
37791 API: Add (c) and licensing notice to the public API header.
37792
37793 Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
37794
37795commit 928d1d77f8623c120d8763e20e1ca58df9c5c4c6
37796Author: Yuri Tikhonov <yur@emcraft.com>
37797Date: Thu Feb 21 11:06:07 2008 +0100
37798
37799 Fix CPU POST test failure
37800
37801 The CPU POST test code (run from cpu_post_exec_31()) doesn't follow the
37802 ABI carefully, at least the CR3, CR4, and CR5 fields of CR are clobbered
37803 by it. The gcc-4.2 with its more aggressive optimization exposes this fact.
37804 This patch just saves the CR value before running the test code, so allowing
37805 it to do anything it wants with CR.
37806
37807 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
37808 Acked-by: Yuri Tikhonov <yur@emcraft.com>
37809 --
37810
37811commit d5908b093955415f3d340706378b991f911af671
37812Author: Jon Loeliger <jdl@freescale.com>
37813Date: Wed Feb 20 15:26:51 2008 -0600
37814
37815 8610HPCD: Document the flashbank selection switches.
37816
37817 Signed-off-by: Jon Loeliger <jdl@freescale.com>
37818
37819commit a551cee99ad1d1da20fd23ad265de47448852f56
37820Author: Jon Loeliger <jdl@freescale.com>
37821Date: Wed Feb 20 14:22:26 2008 -0600
37822
37823 86xx: Fix GUR PCI config registers properly.
37824
37825 Back in commit 975a083a5ef785c414b35f9c5b8ae25b26b41524 where
37826 I tried to "8610HPCD: Fix typos in two PCI setup registers", I
37827 botched it due to not realizing that 8610 and 8641 had different
37828 Global Utility Register defintions, one of which was like 85xx,
37829 and the other wasn't. Correct this problem by introducing two
37830 symbols, one for each 86xx SoC, but neither of which is named
37831 anything like 85xx.
37832
37833 My bad. Lovely Wednesday with git bisect. You know.
37834
37835 Signed-off-by: Jon Loeliger <jdl@freescale.com>
37836
37837commit cb06eb961bdffc8728b38c242473d802e83ab2b4
37838Author: Jon Loeliger <jdl@freescale.com>
37839Date: Wed Feb 20 12:24:11 2008 -0600
37840
37841 8610HPCD: Don't use VIDEO/CFB_CONSOLE by default.
37842
37843 Without an actual supported video card hooked up, enabling
37844 the CONFIG_VIDEO by default just makes it look broken by
37845 routing all console output to the video card. Don't.
37846
37847 Signed-off-by: Jon Loeliger <jdl@freescale.com>
37848
37849commit 4d264eff4312f230776b913edade7ceb75f1b1e0
37850Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
37851Date: Wed Jan 30 15:08:15 2008 -0600
37852
37853 ColdFire: Fix missing code flash size for M5485EVB
37854
37855 Signed-off-by: James Mahan <kmahan@freescale.com>
37856 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
37857
37858commit c54f9263e4e11e34b1e70c160bc467ef1d8ec59d
37859Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
37860Date: Wed Jan 30 15:04:42 2008 -0600
37861
37862 ColdFire: Fix 5282 and 5271 interrupt mask bit
37863
37864 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
37865
37866commit 975a083a5ef785c414b35f9c5b8ae25b26b41524
37867Author: Jon Loeliger <jdl@freescale.com>
37868Date: Tue Feb 19 12:31:08 2008 -0600
37869
37870 8610HPCD: Fix typos in two PCI setup registers.
37871
37872 The two symbols MPC86xx_PORDEVSR_IO_SEL and MPC86xx_PORBMSR_HA
37873 were erroneously present as 85xx names and values, leftover from
37874 the clone wars. Fix this by removing the 85xx cruft from the
37875 86xx codebase.
37876
37877 Signed-off-by: Jon Loeliger <jdl@freescale.com>
37878
37879commit 13f5433f700d4da9f6fdf2a4bb80310133a7c170
37880Author: Jon Loeliger <jdl@freescale.com>
37881Date: Mon Feb 18 14:01:56 2008 -0600
37882
37883 86xx: Convert sbc8641d to use libfdt.
37884
37885 This is the proper fix for a missing closing brace in the function
01db232d 37886 ft_cpu_setup() noticed by joe.hamman <at> embeddedspecialties.com.
b29661fc
WD
37887 The ft_cpu_setup() function in mpc8641hpcn.c should have been
37888 removed earlier as it was under the obsolete CONFIG_OF_FLAT_TREE,
37889 but was missed. Only, the sbc8641d was nominally still using it.
37890 It all got ripped out, and the funcality that was in ft_board_setup()
37891 was refactored to remove the CPU portions into the new file
37892 cpu/mpc86xx/fdt.c instead. Make sbc8641d use this now.
37893
37894 Based loosely on an original patch from joe.hamman@embeddedspecialties.com
37895
37896 Signed-off-by: Jon Loeliger <jdl@freescale.com>
37897
37898commit 04efddc87c50c84f85dad5c331c634a6ce830a83
37899Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37900Date: Sun Feb 17 23:35:31 2008 +0100
37901
37902 mpc86xx: Fix unused variable 'config' and 'immap'
37903
37904 and remove useless CONFIG_DDR_INTERLEAVE
37905
37906 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37907
37908commit 83d1b3876695c4f21faff2b731d9ef83f38ed208
37909Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37910Date: Sun Feb 17 23:03:36 2008 +0100
37911
37912 mpc86xx: Fix implicit declaration of functions 'init_laws' and 'disable_law'
37913
37914 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37915
37916commit b6f29c84c208a091f95a10cbc9852d729659ba20
37917Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37918Date: Sun Feb 17 14:15:31 2008 +0100
37919
37920 s3c24x0: Fix unused variable 'i' in function 'serial_init_dev'
37921
37922 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37923
37924commit 0937b8d869fdb42d6ad4fe312958639bd62c973f
37925Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37926Date: Sun Feb 17 14:15:32 2008 +0100
37927
37928 pxa: fix assignment from incompatible pointer type
37929
37930 fix mmc_bread function prototype
37931
37932 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37933
37934commit 64d792063fff90b8118179b092feee09fe5cae13
37935Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37936Date: Sun Feb 17 14:15:30 2008 +0100
37937
37938 at91cap9adk: fix implicit declaration of function 'eth_init'
37939
37940 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
37941
37942commit 375c4353db8f900f7ec772e26fab116ec00f7d3a
37943Author: Wolfgang Denk <wd@denx.de>
37944Date: Sun Feb 17 15:43:44 2008 +0100
37945
37946 Remove files added by mistake, update CHANGELOG.
37947
37948 Signed-off-by: Wolfgang Denk <wd@denx.de>
37949
375c4353
WD
37950commit b738654d3c84a30f2bfd9a8d7652ff20807c890c
37951Author: Mike Nuss <mike@terascala.com>
37952Date: Wed Feb 6 11:10:11 2008 -0500
37953
37954 PPC440EPx: Optionally enable second I2C bus
37955
37956 The option CONFIG_I2C_MULTI_BUS does not have any effect on Sequoia, the
37957 PPC440EPx reference platform, because IIC1 is never enabled. Add Sequoia board
37958 code to turn on IIC1 if CONFIG_I2C_MULTI_BUS is selected.
37959
37960 Signed-off-by: Mike Nuss <mike@terascala.com>
37961 Cc: Stefan Roese <sr@denx.de>
37962
37963commit ef5b4f221c22d05770878513951745f236b5b43f
37964Author: Niklaus Giger <niklaus.giger@netstal.com>
37965Date: Tue Feb 5 10:26:44 2008 +0100
37966
37967 ppc4xx: HCU4/5. Cleanup configs
37968
37969 - hcu4.h: Removed define of CONFIG_PPC405GPr
37970 - Corrected phy addresses
37971 - Fix boot variables
37972 - Respect line length of 80 chars
37973
37974 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
37975
37976commit 74973126d1be63ac75bdc192f46234dca3a7c421
37977Author: Niklaus Giger <niklaus.giger@netstal.com>
37978Date: Tue Feb 5 11:31:28 2008 +0100
37979
37980 ppc4xx: HCU4/5. Cleanups
37981
37982 - Fix some coding style violations.
37983 - Use in/out_u16/32 where appropriate.
37984 - Use register names from ppc405.h.
37985 - Fix trace useage for Lauterbach.
37986 - Remove obsolete generation HCU2.
37987 - Renamed fixed_hcu4_sdram to init_ppc405_sdram.
37988
37989 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
37990
37991commit 8cc10d06b833ed917a19ad358c8ebbed8bc19555
37992Author: Niklaus Giger <niklaus.giger@netstal.com>
37993Date: Tue Feb 5 10:26:41 2008 +0100
37994
37995 ppc4xx: PPC405GPr fix missing register definitions
37996
37997 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
37998
37999commit 214398d9cb22268d9d4f7563359edca0f78297a2
38000Author: Larry Johnson <lrj@acm.org>
38001Date: Fri Jan 18 21:49:05 2008 -0500
38002
38003 ppc4xx: Beautify configuration files for Sequoia and Korat boards
38004
38005 Signed-off-by: Larry Johnson <lrj@acm.org>
38006
38007commit 30c6a241e88499f536e86d325759e29ba00ff67f
38008Author: Anatolij Gustschin <agust@denx.de>
38009Date: Fri Feb 15 20:09:01 2008 +0100
38010
38011 Wipe out assembler warnings while compiling x86 biosemu
38012
38013 This patch tries to get rid of some assembler warnings about
38014 changed .got2 section type while compiling x86 bios emulator
38015 code.
38016
38017 Signed-off-by: Anatolij Gustschin <agust@denx.de>
38018
38019commit 67a4389e39ad853d65b72e2b7cad15c7e8291147
38020Author: Wolfgang Denk <wd@denx.de>
38021Date: Fri Feb 15 00:57:09 2008 +0100
38022
38023 Prepare v1.3.2-rc1 release candidate
38024
67a4389e
WD
38025commit f33e9653c9c09868995d788511d573771c209fe5
38026Author: Anatolij Gustschin <agust@denx.de>
38027Date: Fri Feb 15 00:13:20 2008 +0100
38028
38029 Fix compile warning on lib_ppc/board.c
38030
38031 Signed-off-by: Anatolij Gustschin <agust@denx.de>
38032
38033commit e5c6f9f8bec4dff9603419161e3a15cc8ad5d5f4
38034Author: Anatolij Gustschin <agust@denx.de>
38035Date: Thu Feb 14 18:22:04 2008 +0100
38036
38037 Add Radeon Mobility 9200 pci device id to the radeon driver
38038
38039 This patch extends PCI device id table of the
38040 radeon driver so that the driver will also support
38041 Radeon Mobility 9200 (M9+) based boards.
38042
38043 Signed-off-by: Anatolij Gustschin <agust@denx.de>
38044
38045commit 1b8607e1f7143548c6062c28371449ec69588c00
38046Author: Anatolij Gustschin <agust@denx.de>
38047Date: Thu Feb 14 18:19:50 2008 +0100
38048
38049 Extend ATI Radeon driver to support more video modes
38050
38051 Adds ATI Radeon 9200 support for 1280x1024, 1024x768,
38052 800x600, 640x480 at 24, 16 and 8 bpp.
38053
38054 Signed-off-by: Anatolij Gustschin <agust@denx.de>
38055
38056commit 4124382de029d361162a4b8cecc773eb8f26e2a8
38057Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38058Date: Sun Feb 10 17:05:20 2008 +0100
38059
38060 xsengine: fix typo and few coding style
38061
38062 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38063
38064commit 6f4abee789b6d9be3ec4b97ad48f509355559e9e
38065Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
38066Date: Fri Feb 8 21:25:58 2008 +0100
38067
38068 Fix wrong memory limit calculation in memory-test
38069
38070 If the length of the memory address range passed to the "mtest" command is
38071 not of the form 2^x - 1, not all address lines are tested. This bug is
38072 inherited from the original software at
38073 http://www.netrino.com/Embedded-Systems/How-To/Memory-Test-Suite-C. Fix
38074 this.
38075
38076 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
38077
38078commit 7e30f5eac7f07082a7ca77b7d91b944a8d0af6db
38079Author: Wolfgang Denk <wd@denx.de>
38080Date: Fri Feb 15 00:11:39 2008 +0100
38081
38082 Coding STyle cleanup.
38083
38084 Signed-off-by: Wolfgang Denk <wd@denx.de>
38085
38086commit f6921e3dc331293c873ec4d109fd5517a42a90b3
38087Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
38088Date: Tue Feb 5 13:30:43 2008 +0900
38089
38090 sh: Fix register address of SH7722
38091
38092 The address of SH7722 is wrong by old document.
38093 This patch fixes this problem.
38094
38095 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
38096
38097commit 0ec7a061fb1c277f6afd73d61dd71bd21e7ef7b2
38098Author: Mike Frysinger <vapier@gentoo.org>
38099Date: Mon Feb 4 17:44:23 2008 -0500
38100
38101 only update version header as needed
38102
38103 Constantly rebuilding the version header will force useless relinking, so we
38104 simply need to compare the new header with the existing one before updating
38105 it.
38106
38107 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
38108
38109commit 208447f8e953f347425eb92c8e28d59e6d911363
38110Author: Mike Frysinger <vapier@gentoo.org>
38111Date: Mon Jan 28 05:56:19 2008 -0500
38112
38113 Do not specify a CROSS_COMPILE default when executing size
38114
38115 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
38116
38117commit 1f780aa6f17a5d79791d69ec1d2f66d76ac45d8e
38118Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
38119Date: Wed Feb 13 11:19:19 2008 +0100
38120
38121 Fix return value of mtest when CFG_ALT_MEMTEST set
38122
38123 Fix a missing return statement from a non-void function.
38124
38125 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
38126
38127commit 943afa229cf5bf70ef917c7eb6bd0db59a1ba602
38128Author: Timur Tabi <timur@freescale.com>
38129Date: Wed Jan 9 14:35:26 2008 -0600
38130
38131 85xx, 86xx: Determine I2C clock frequencies and store in global_data
38132
38133 Update global_data to define i2c1_clk and i2c2_clk to 85xx and 86xx.
38134
38135 Update the get_clocks() function in 85xx and 86xx to determine the I2C
38136 clock frequency and store it in gd->i2c1_clk and gd->i2c2_clk.
38137
38138 Signed-off-by: Timur Tabi <timur@freescale.com>
38139
38140commit b931b3a9c3bdfaaeaa71e57a6026eec726005b08
38141Author: Wolfgang Denk <wd@denx.de>
38142Date: Thu Feb 14 23:18:01 2008 +0100
38143
38144 TQM834x: clean up configuration
38145
38146 Get board name consistent with Linux and elsewhere;
38147 get rid of local network definitions etc.
38148
38149 Signed-off-by: Wolfgang Denk <wd@denx.de>
38150
38151commit 38cc09c55b1d7f233789052c6fc462e5377669a9
38152Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38153Date: Thu Feb 14 08:02:12 2008 +0100
38154
38155 TFTP: fix search of ':' in BootFile
38156
38157 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
38158
38159commit 0bc9efada170096c6b273f19165e32936d330d80
38160Author: Wolfgang Denk <wd@denx.de>
38161Date: Thu Feb 14 22:46:55 2008 +0100
38162
38163 Coding style cleanup; update CHANGELOG.
38164
38165 Signed-off-by: Wolfgang Denk <wd@denx.de>
38166
0bc9efad
WD
38167commit e7670f6c1e52ae6d2a43ff75a8bcfa7a5c86e47b
38168Author: Wolfgang Denk <wd@denx.de>
38169Date: Thu Feb 14 22:43:22 2008 +0100
38170
38171 PPC: Use r2 instead of r29 as global data pointer
38172
38173 R29 was an unlucky choice as with recent toolchains (gcc-4.2.x) gcc
38174 will refuse to use load/store multiple insns; instead, it issues a
38175 list of simple load/store instructions upon function entry and exit,
38176 resulting in bigger code size, which in turn makes the build for a
38177 few boards fail.
38178
38179 Use r2 instead.
38180
38181 Signed-off-by: Wolfgang Denk <wd@denx.de>
38182
38183commit 3c234efa693bc59906c2be55c7918ecbb55392ea
38184Author: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com>
38185Date: Wed Jan 30 09:08:49 2008 +0100
38186
38187 ARM: make the machid configurable via the environment
38188
38189 If the variable "machid" exists, let do_bootm_linux use that instead
38190 of bd->bi_arch_number.
38191
38192